@charset "UTF-8";


body {
font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
font-size: 18px;
line-height: 1.5em;
}

.jost {
font-family: "Jost", serif;
}

.josefin-sans {
font-family: "Josefin Sans", sans-serif;
}

.c_gray {
color: #c8c9ca;
}

.pc_only {
display: block;
}
.sp_only {
display: none;
}

img {
width: 100%;
max-width: 100%;
}
input[type="checkbox"] {
opacity: 0;
visibility: hidden;
position: absolute;
}
/* TOP  */
header {
position: fixed;
top: 0;
left: 0;
width: 100%;
background: #fff;
z-index: 10;
padding-bottom: 40px;
}
.wrapper {position: relative;padding: 0;}
.top_nav {
display: none;
}
nav.top {
min-width: 180px;
position: fixed;
}

.gnavi a {
position: relative;
display: block;
text-decoration: none;
padding: 1em 0.5em;
font-weight: bold;
text-align: center;
}

.gnavi a::after {
position: absolute;
content: "";
top: 25px;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
width: 100px;
height: 25px;
background: #bfe3e3;
z-index: -1;
cursor: pointer;
transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}

.gnavi a:hover::after {
background: #87c1c1;
width: 10px;
}

nav.top .sns {
display: flex;
flex-wrap: wrap;
justify-content: center;
}

nav.top .sns a {
font-size: 20px;
padding: 5px;
text-align: center;
}

.top_content_box {
padding-left: 180px;
}

.top_content {
position: relative;
cursor: pointer;
}

.top_content img {
padding: 1em;
}

.top_content span {
display: none;
transition: all .3s ease;
position: absolute;
top: 50%;
right: 2em;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
background-color: rgb(0 0 0 / 60%);
padding: 1em;
color: #fff;
}

.top_content:hover span {
display: block;
top: calc(50%-15px);
}

.child_01 img {
aspect-ratio: 18/9;
object-fit: cover;
}

.child_04 {
height: 100%;
}

.child_04 img {
height: 100%;
object-fit: cover;
}

.child_05 {
width: 60%;
}

.child_06 {
width: 40%;
}

.child_05 img,
.child_06 img {
height: 100%;
object-fit: cover;
}

.child_07 {
height: 65%;
}

.child_08 {
height: 35%;
}

.child_09 {
height: 55%;
}

.child_10 {
height: 45%;
}

.child_07 img,
.child_08 img,
.child_09 img,
.child_10 img {
height: 100%;
object-fit: cover;
}

.child_12 img,
.child_13 img {
height: 100%;
object-fit: cover;
}

.child_11 img {
aspect-ratio: 180/110;
object-fit: cover;
}

.child_12 {
width: 40%;
}

.child_13 {
width: 60%;
}

.content_layout_01 {
display: flex;
justify-content: center;
}

.layout_01_child {
width: 50%;
}

.content_layout_02 {
display: flex;
aspect-ratio: 180/70;
overflow: hidden;
}

.content_layout_03 {
display: flex;
overflow: hidden;
}

.layout_03_child_l {
width: 40%;
}

.layout_03_child_r {
width: 60%;
}

.content_layout_04 {
display: flex;
overflow: hidden;
}

/* 下層ページ共通 */

.second_level_nav {
display: flex;
align-items: baseline;
}

.second_level_nav .gnavi {
display: flex;
}

.second_level_nav .gnavi a {
padding: 0.5em 1em;
}

.second_level_nav .gnavi a::after {
position: absolute;
content: "";
top: 18px;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
width: 90%;
height: 18px;
background: #bfe3e3;
z-index: -1;
cursor: pointer;
transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}

.second_level_nav .gnavi a:hover::after {
background: #87c1c1;
width: 0px;
}

.second_level_nav .sns {
padding-left: 1em;
}

.second_level_nav .sns a {
padding: 0.5em 0.2em;
font-size: 22px;
}

.lower-directory {
text-align: center;
}

.content_box {width: 100%;max-width: 1200px;margin: auto;text-align: left;font-size: 18px;}
.content_ttl {
font-size: 35px;
padding: 1em 0;
font-weight: bold;
}

/* philosophy（企業理念） */
.philosophy_msg_txt_long {
    line-height: 2;
    font-size: 25px;
    letter-spacing: 5px;
}


.philosophy h2 {font-size: 30px;font-weight: bold;line-height: 1.5em;margin-bottom: 40px;}

.philosophy h3 {font-size: 38px;line-height: 1.5em;padding: 1.5em 40px 1em 40px;}

.philosophy h3 .ttl_jp {
font-size: 20px;
}

.philosophy h4 {
padding: 30px 0;
}

.philosophy_msg {background-color: #cfe8dc;padding: 2em 2em 2em 4em;}

.philosophy_msg_inner {display: flex;justify-content: space-between;align-items: flex-start;text-align: center;margin-bottom: 30px;}

.philosophy_msg_ttl {width: 30%;font-size: 25px;font-weight: bold;letter-spacing: 20px;background: #fff;padding: 10px;}

.philosophy_msg_txt {width: 60%;}

.philosophy_inner_content {
padding: 30px;
}

.philosophy_msg2 {
font-weight: bold;
font-size: 20px;
line-height: 1.5em;
padding: 1.5em 0;
}

.philosophy_inner_content ul {
list-style-type: disc;
padding-left: 1.5em;
font-weight: bold;
font-size: 20px;
line-height: 1.5em;
}

.philosophy_inner_content ul li {
padding: 0.5em 0 0 0;
}

.president {
position: relative;
padding: 30px;
}

.president_name {
position: absolute;
bottom: 0;
right: 0;
background-color: #767575;
color: #fff;
font-weight: bold;
font-size: 33px;
text-align: right;
padding: 1em;
}

.president_name span {
font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
font-size: 18px;
font-weight: normal;
}

.philosophy_msg3 {
font-size: 20px;
line-height: 1.5em;
padding-top: 1em;
}

/* 会社概要  */

.about table {
font-weight: bold;
width: 100%;
border: none;
border-collapse: collapse;
}

.about table tr {display: flex;align-content: center;width: 100%;}

.about table .ttl_about th {text-align: center;padding: 0.4em;max-width: none;width: 100%;}

.about table th,
.about table td {padding: 15px 30px;width: 100%;box-sizing: border-box;display: block;}

.about table th {
max-width: 200px;
}

.about table td {
position: relative;
}

.about table td::before {position: absolute;content: "";top: 50%;left: 0%;transform: translateY(-50%);-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);width: 2px;height: calc(100% - 10px);}

.about table tr:nth-child(2n-1) td::before {
background-color: #FFF;
}

.about table tr:nth-child(2n) td::before {
background-color: #f2f2f2;
}

.about table tr:nth-child(2n-1) th,
.about table tr:nth-child(2n-1) td {
background-color: #f2f2f2;
}

.organization_chart {
padding: 50px 0;
}

/* 沿革 history */
.ttl_history {font-size: 38px;font-weight: bold;line-height: 1em;padding: 0.8em 0;background-image: linear-gradient(90deg, #f1a2ae, #fcf1f6 51%, #f1a2ae);text-align: center;}
.term_01 {background-image: linear-gradient(#f3b2bd, #fbecf1);padding: 0 20px 80px 20px;}
.term_02 {position: relative;background-image: linear-gradient(#fad292, #fffbf6);padding: 60px 20px 80px 20px;}
.term_02::before {
position: absolute;
content: "";
top: -1px;
left: 0;
background-color: #fbecf1;
height: calc(150px / 2);
width: 100%;
clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.term_03 {position: relative;background-image: linear-gradient(#c0cfe4, #f4fbf1);padding: 60px 20px 80px 20px;}
.term_03::before {
position: absolute;
content: "";
top: -1px;
left: 0;
background-color: #fffbf6;
height: calc(150px / 2);
width: 100%;
clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.term_inner {
max-width: 1200px;
text-align: left;
margin: auto;
padding-top: 2em;
}
.term_year {
font-weight: 800;
font-size: 80px;
color: #fff;
line-height: 1em;
}
.history_summary .year {
position: relative;
background-color: #463632;
color:#fff;
font-size: 20px;
padding: 0.3em 1em;
}
.history_summary .year::before {
position: absolute;
content: "●";
font-size: 40px;
color: #463632;
left: -28px;
top: 5px;
}
.history_summary .year::after {
position: absolute;
content: "";
width: 15px;
height: 2px;
background-color: #463632;
left: -10px;
top: 19px;
}
.chronology {
padding-left: 30px;
}
.history_summary {
position: relative;
}
.history_summary::before {
content: "";
position: absolute;
left: -20px;
top: 15px;
width: 8px;
background-color: #b0a09c;
height: calc(100% - 15px);
}
.news_3column {
display: flex;
justify-content: center;
}
.news_01,
.news_02,
.news_03 {width: calc(100%/2);padding: 0.5em;font-size: 16px;line-height: 1.2em;}
.term_01 .news_01{
background-color: #fff0f3;
}
.term_01 .news_02{
background-color: #ffe6ea;
}
.term_01 .news_03{
background-color: #ffdbe0;
}
.term_02 .news_01{
background-color: #fff3df;
}
.term_02 .news_02{
background-color: #ffebcc;
}
.term_02 .news_03{
background-color: #ffe1b3;
}
.term_03 .news_01{
background-color: #ecf3ff;
}
.term_03 .news_02{
background-color: #dfebff;
}
.term_03 .news_03{
background-color: #d6e5ff;
}
.news_item {
padding: 0.5em;
}
.news_item span{
color: #fff;
padding: 0.2em 0.8em;
border-radius: 100px;
font-size: 14px;
margin-bottom: 0.5em;
display: inline-block;
}

.term_01 .news_item span{
background-color: #e9909e;
}
.term_02 .news_item span{
background-color: #ffb84a;
}
.term_03 .news_item span{
background-color: #99bfff;
}
.news_item .thum {
position: relative;
text-align: center;
padding: 1em;
}
.news_item .thum img {
margin: auto;
max-width: fit-content;
}
.news_item .thum span.img_txt {
position: absolute;
right: 20px;
bottom: 20px;
color: #fff;
background: none;
margin: 0;
padding: 0;
font-size: 12px;
}
.history_catchphrase {
padding-top: 3em;
color: #3f6cb3;
font-weight: bold;
line-height: 2em;
}
.catchphrase01 {
font-size: 36px;
padding-bottom: 1em;
}

.catchphrase02 {
font-size: 48px;
}

/* 採用情報 recruitment  */
.recruitment h2 {font-size: 20px;font-weight: bold;padding: 25px 0;margin-bottom: 25px;}
.staff_list_box {
display: flex;
flex-wrap: wrap;
}
.staff {
width: calc(100%/3);
padding: 0.5em;
}
.staff img {
border-radius: 10px;
}
.staff_list_box .post {
display: flex;
font-size: 16px;
}
.staff_list_box .post span {
border-radius: 5px;
border: solid 1px;
margin: 0.5em 0.2em;
padding: 0.2em 0.5em;
font-size: 14px;
line-height: 1em;
}
.staff_list_box .staff_name {
font-weight: bold;
font-size: 25px;
}

.staff_list_box .staff_name span {
display: block;
font-size: 16px;
color: #e83839;
}
.recruitment_ttl {
display: flex;
margin-top: 2em;
}
.recruitment_ttl_01 {
font-size: 26px;
padding: 0.2em 0.5em 0 0;
}
.recruitment_ttl_01 span {
border-top: 2px solid;
border-bottom: 2px solid;
padding: 0.2em;
display: block;
}
.recruitment_ttl_02 {
font-size: 34px;
font-weight: bold;
line-height: 1.2em;
}
.recruitment_info {width: 100%;margin-top: 50px;margin-bottom: 50px;border: none;border-spacing:0;border-top: solid 2px #888;border-bottom: solid 2px #888;}
.recruitment_info th {background-color: #d1e0f3;border-top: solid 2px #d1e0f3;border-bottom: solid 2px #FFF;color: #608fc5;padding: 0.5em 0.8em;text-align: center;vertical-align: middle;}
.recruitment_info tr:last-child th {
border-bottom: solid 2px #888 !important;
}
.recruitment_info td {padding: 20px 20px;border-bottom: solid 2px #888;box-sizing: border-box;}
.recruitment_info tr:first-child {
    box-sizing: border-box;
}
.process {
background-color: #f2f2f2;
padding: 0.8em;
margin-top: 1em;
}
.process span {
display: block;
font-weight: bold;
}
.recruitment_info .notice {
font-size: 0.8em;
padding: 0.5em 0 0 1em;
}
/* inquiry　お問い合わせ  */
.inquiry {
height: 100vh; /* 後で消す  */
}

/* footer  */
footer {background-color: #7e7775;color: #fff;display: flex;font-weight: bold;max-width: 1200px;margin: auto;}

footer .access,
footer .company_profile {
width: 50%;
padding: 1em;
}

.company_head_branch_box {display: flex;flex-wrap: wrap;justify-content: space-between;}

.company_head_branch {width: calc(50% - 20px);padding-top: 1em;}

.head_branch {position: relative;background-color: #c8c9ca;display: inline-block;color: black;padding: 3px 10px;margin-bottom: 1em;width: 100%;background: #c8c9ca url(/img/footer_deco.png)no-repeat calc(100% + 1px) center/contain;font-weight: bold;}

.masonry.cs_list {

max-width: 1200px;
margin: auto auto;
}

.masonry-item {padding: 20px;box-sizing: border-box;background: #cbe1f8;width: calc(50% - 25px);margin-bottom:35px;}
body {padding-top: 170px;}
.main_nav_list {
display: flex;
flex-wrap: wrap;
justify-content: center;
}

.content_wrapper {
max-width: 1200px;
margin: auto;
padding: 50px 20px;
box-sizing: border-box;
}

.masonry-item h3 {background: #fff;padding: 10px;margin-bottom: 20px;position: relative;font-weight: bold;line-height: 1.1;}

.cs_list_img {margin-bottom: 10px;}
.masonry-item h3:before {
display: block;
content: "";
width: 82px;
height: 82px;
position: absolute;
right: 20px;
top: 0;
bottom: 0;
margin: auto;
}
.category01 h3:before {
background: rgba(155,183,222,0.9) url(/img/category_icon_01.png)no-repeat center;
}
.category02 h3:before {
background: rgba(172,159,200,0.8) url(/img/category_icon_02.png)no-repeat center;
}
.category02 {
background: #d2cee0;
}
.category01 {
background: #cbe1f8;
}
.top_ttl_big {
text-align: center;
background: #9bb7de;
color: #fff;
padding: 20px;
margin-bottom: 30px;
font-weight: bold;
letter-spacing: 10px;
line-height: 1;
}
.header_inner {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
width: 100%;
max-width: 1200px;
margin: auto;
}

.main_nav_list {
padding: 0 20px;
}

.main_nav_list a {
display: block;
text-indent: 100%;
white-space:nowrap;
overflow:hidden;
background-position: center;
height: 80px;
width: 80px;
background-color: #77a2d9;
background-repeat: no-repeat;
}


.main_nav_list li {
padding: 15px;
}

.main_nav_wrapper {
background: #cbe1f8;
padding: 10px 0;
}

.main_nav_list a.company {
background-image: url(/img/nav_01.png);
}
.main_nav_list a.philosophy {
background-image: url(/img/nav_02.png);
}
.main_nav_list a.construction_results {
background-image: url(/img/nav_03.png);
}
.main_nav_list a.history {
background-image: url(/img/nav_04.png);
}
.main_nav_list a.recruit {
background-image: url(/img/nav_05.png);
}

.main_nav_list a.n_struct {
background-color: #fff;
background-image: url(/img/n-struct_logo.png);
width: 170px;
text-indent: inherit;
white-space: normal;
overflow: inherit;
text-align: right;
font-size: 12px;
padding: 56px 5px 0 5px;
color: #606060;
}
header:before {
display: block;
content: "";
width: 100%;
max-width: 1200px;
left: 0;
right: 0;
bottom: 0;
height: 25px;
background: #95b8e2;
position: absolute;
margin: auto;
}
.main_logo {color: #606060;text-align: right;padding-top: 100px;width: 27%;background: url(/img/logo.png)no-repeat center/70%;font-size: 15px;font-weight: bold;}

.main_nav_list a:hover {
opacity: 0.8;
}
.ttl_big_blue {
font-weight: bold;
color: #fff;
text-align: center;
background: #95b8e2;
padding: 20px;
margin-bottom: 30px;
letter-spacing: 20px;
}

.masonry-item th {
font-weight: normal;
width: 110px;
}


.masonry-item table,.masonry-item tr {
width: 100%;
display: block;
}

.masonry-item td {
width: calc(100% - 100px);
}
.top_movie_wrapper iframe {
width: 100%;
aspect-ratio: 16 / 9;
height: 100%;
}

.content_inner.top_movie_wrapper {
border-radius: 30px;
overflow: hidden;
margin-bottom: 50px;
}

.main_nav_wrapper {width: calc(100% - 38% - 20px);}

.main_nav_list li {
width: calc(75% / 5);
padding: 10px;
}

.main_nav_list a {
width: 100%;
}

.main_nav_list li:last-child {width: 25%;position: relative;}

.main_nav_list a.n_struct {width: calc(100% - 15px);padding: 65px 5px 0 5px;text-align: center;background-position: center 10px;position: absolute;top: 0;left: 0;right: 0;bottom: 0;margin: auto;line-height: 1;box-sizing: border-box;height: 82px;text-indent: 110%;white-space: nowrap;overflow: hidden;box-sizing: border-box;background-size: calc(91% - 15px);}

.main_logo {background-position: center 10px;width: 37%;position: relative;}

.philosophy_msg.blue {background: #d1e0f3;margin-bottom: 70px;}

.philosophy_msg_txt_long li {
list-style: auto;
margin-bottom: 20px;
line-height: 1.6;
}
.greeting_ttl {
background: #203659;
color: #fff;
max-width: fit-content;
letter-spacing: 20px;
padding: 10px 50px 10px calc(50px + 1em);
}

.greeting_img {
margin-bottom: 20px;
position: relative;
}

.greeting_txt {
line-height: 2;
}

.greeting_img:before {content: "";display: block;background: url(/img/greeting_deco_01.png)no-repeat center;width: 143px;height: 83px;position: absolute;right: 21%;top: 50%;}

.greeting_img:after {content: "";display: block;background: url(/img/greeting_deco_02.png) no-repeat center;width: 302px;height: 95px;position: absolute;top: 22%;right: 7%;}
.greeting_nane {
display: block;
text-align: right;
margin-top: 50px;
max-width: fit-content;
margin-left: auto;
}
.blue_txt {
background: #d1e0f3;
padding: 20px 60px;
line-height: 2;
}
.recruitment_info ol li {
list-style: auto;
}

.recruitment_info ol {
padding: 0 0 0 20px;
box-sizing: border-box;
}
.about h2 {text-align: center;font-size: 20px;font-weight: bold;margin-bottom: 50px;line-height: 1.8;}

.about ul h3 {
font-weight: bold;
margin-bottom: 20px;
}

.about ul li {
margin-bottom: 30px;
padding-left: 80px;
padding-top: 10px;
position: relative;
}

.about ul li:nth-child(1)::before {
content:"1";
}

.about ul li:nth-child(2)::before {
content:"2";

}

.about ul li:before {
display: block;
content: "";
width: 50px;
height: 50px;
background: #95b8e2;
position: absolute;
left: 0;
top: 0;
color: #fff;
text-align: center;
line-height: 50px;
font-size: 30px;
}


.about li p {
line-height: 1.8;
}

.content_box.about ul {
padding-bottom: 30px;
}
.ttl_about th {letter-spacing: 10px;font-size: 22px;}

.noqp_txt {
width: 250px;
display: inline-block;
}
.main_logo a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    padding-top: 100px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.about  td.address {padding-top: 50px;padding-bottom: 70px;}
.about table td {
    font-weight: normal;
}
.company_head_branch {
    font-weight: normal;
}
.recruit_link {
    color: #d00423;
    text-decoration: underline;
}
.f14 {font-size: 14px;}
.f16 {font-size: 16px;}
.f18 {font-size: 18px;}
.f20 {font-size: 20px;}
.f23 {font-size: 23px;}
.f25 {font-size: 25px;}
.f30 {font-size: 30px;}

@media screen and (max-width: 1380px) {
header h1.jost a {
font-size: 35px;
}

.second_level_nav .gnavi {
font-size: 16px;
}

.second_level_nav .gnavi a {
padding: 0.5em !important;
}
}


@media screen and (max-width: 1080px) {
.hamburger {
display: block;
width: 50px;
height: auto;
position: relative;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
}



.hamburger span,
.hamburger span::before,
.hamburger span::after {
position: absolute;
display: block;
content: "";
width: 100%;
height: 2px;
background-color: #000;
transition: all 0.5s;
}

.hamburger span::before {
top: -10px;
}

.hamburger span::after {
bottom: -10px;
}

input[type="checkbox"]:checked+.hamburger span {
background-color: transparent;
}

input[type="checkbox"]:checked+.hamburger span::before {
top: 0;
transform: rotate(45deg);
}


input[type="checkbox"]:checked+.hamburger span::after {
transform: rotate(-45deg);
bottom: 0;
}

nav.top {
display: none;
}
.top_nav {
display: block;
}
.nav {
position: fixed;
width: 80%;
height: 100vh;
top: 80px;
right: -120%;
background-color: rgb(255 255 255 / 80%);
color: #000;
padding: 0.5em;
border-top: 1px solid #fff;
transition: all 0.5s;
}

.second_level_nav,
.second_level_nav .gnavi {
display: block;
}

.second_level_nav .gnavi a::after {
background: none;
}

.second_level_nav .gnavi a:hover::after {
background: none;
width: 0px;
}

.nav__item {
display: block;
font-size: 20px;
padding: 20px 0 20px 50px;
margin: 0.3em;
text-transform: uppercase;
text-decoration: none;
text-align: center;
color: #000;
transition: all 0.3s;
background-color: #bfe3e3;
}

nav .sns {
display: flex;
justify-content: center;
padding: 0;
}

nav .sns a {
padding: 0.5em 0.2em;
font-size: 25px;
}

input[type="checkbox"]:checked~.nav {
right: 0;
}
.top_content_box {
padding-left: 0;
}
.main_nav_wrapper {
    width: calc(100% - 26% - 20px);
}
.main_logo {
    background-position: center;
    width: 26%;
    background-size: calc(100% - 15px);
}
}

@media screen and (max-width: 768px) {

body,
.content_box {
font-size: 16px;
}

.about table th {
max-width: 25%;
}

.pc_only {
display: none;
}

.sp_only {
display: block;
}
.content_box {padding: 0;}
/* TOP */
.top_content {
padding: 10px;
height: auto;
}
.top_content span {
position: relative;
display: block;
padding: 1em;
font-size: 10px;
line-height: 1.2em;
bottom: auto;
width: 100%;
top: auto;
right: auto;
transform: none;
background-color: #000;
}
.top_content img {
padding: 0;
height: auto;
}
.child_05,
.child_06 {
width: 50%;
}

/* philosophy（企業理念） */
.philosophy h2 {
font-size: 20px;
font-weight: bold;
line-height: 1.2em;
}

.philosophy h3 {
font-size: 23px;
font-weight: bold;
line-height: 1.5em;
padding: 1em 0 0.5em 0;
}

.philosophy_msg {
margin-top: 1em;
padding: 1em;
}

.philosophy_msg2 {
font-size: 1em;
font-weight: normal;
padding: 0.8em 0 1em 0;
}

.philosophy_msg3 {
font-size: 1em;
}

.philosophy_inner_content {
padding: 0;
}

.philosophy_inner_content ul {
list-style-type: disc;
padding-left: 1.5em;
font-weight: bold;

font-size: 1em;
line-height: 1.5em;
margin-bottom: 1em;
}

.president_name {
font-size: 25px;
}

.president_name span {
font-size: 15px;
}

/* 沿革 history */
.ttl_history {
font-size: 22px;
}

.term_year {
font-size: 50px;
}

.news_item {
padding: 0.5em 0;
}

.news_item span {
font-size: 12px;
}

.news_01,
.news_02,
.news_03 {
font-size: 14px;
}
.term_01,
.term_02,
.term_03 {
padding-bottom: 50px;
}
.term_01::before,
.term_02::before,
.term_03::before{
height: calc(90px / 2);
}

.news_item .thum {
padding: 0.1em;
}

.news_item .thum span.img_txt {
right: 0;
bottom: 0;
line-height: 1em;
font-size: 10px;
}

.catchphrase01 {
font-size: 24px;
padding-bottom: 1em;
}

.catchphrase02 {
font-size: 28px;
}

/* 採用情報 recruitment  */
.recruitment h2 {
font-size: 25px;
}
.staff {
width: calc(100% / 2);
padding: 0.2em;
}
.staff_list_box .staff_name {
font-size: 20px;
}
.staff_list_box .staff_name span {
font-size: 13px;
}
.staff_info {
line-height: 1.1em;
}
.recruitment_ttl {
display: block;
margin-top: 0.5em;
}
.recruitment_ttl_01 span {
display: inline-block;
font-size: 20px;
}
.recruitment_ttl_02 {
font-size: 23px;
padding-top: 0.5em;
}
.recruitment_info {font-size: 15px;line-height: 1.2em;}
.recruitment_info th {
font-size: 14px;
width: 25%;
text-align: left;
}


footer {
display: block;

font-weight: normal;
font-size: 15px;
}

footer .access,
footer .company_profile {
width: 100%;
padding: 1em;
}

.content_wrapper {
padding: 30px 20px;
}

header:before {
height: 10px;
}

header {
padding-bottom: 20px;
}

body {padding-top: 94px;}

.content_inner.top_movie_wrapper {
margin-bottom: 30px;
}
.masonry-item {
width: 100%;
}

/*menu*/
header {position: fixed;width: 100%;z-index: 9999;padding-bottom: 43px;}

.header_inner {box-sizing: border-box;display: block;position: fixed;top: 0;right: -90%;bottom: 0;width: 90%;overflow-x: hidden;overflow-y: auto;-webkit-overflow-scrolling: touch;transition: all .5s;z-index: 9998;opacity: 0;background: #fff;padding-top: 16vh;}

::-webkit-scrollbar {
width: 10px;
height: 10px;
}

::-webkit-scrollbar-thumb {
background: #fff;
border-radius: 5px;
}

.open .header_inner {right: 0;opacity: 1;padding-top: 16vh;}

.menu_toggle_btn {display: block;position: relative;margin-left: auto;right: 10px;top: 17px;width: 50px;height: 50px;transition: all .5s;cursor: pointer;z-index: 9999;background: #77a2d9;}
.menu_toggle_btn span {display: block;position: absolute;width: 25px;height: 3px;background-color: #fff;transition: all .5s;left: 0;right: 0;top: 0;bottom: 0;margin: auto;}

.menu_toggle_btn span:nth-child(1) {top: -16px;bottom: 0;right: 0;left: 0;margin: auto;}

.menu_toggle_btn span:nth-child(2) {
top: 1px;
}

.menu_toggle_btn span:nth-child(3) {bottom: 0;top: 18px;left: 0;right: 0;margin: auto;}

.open .menu_toggle_btn span {
background-color: #fff;
}

.open .menu_toggle_btn span:nth-child(1) {
-webkit-transform: translateY(10px) rotate(-315deg);
transform: translateY(8px) rotate(-315deg);
top: -13px;
}

.open .menu_toggle_btn span:nth-child(2) {
opacity: 0;
}

.open .menu_toggle_btn span:nth-child(3) {
-webkit-transform: translateY(-10px) rotate(315deg);
transform: translateY(-14px) rotate(315deg);
top: 31px;
}

#menu_mask {
display: none;
transition: 3s;
}

.open #menu_mask {display: block;position: fixed;top: 0;right: 0;width: 100%;height: 100%;opacity: .8;z-index: 9997;cursor: pointer;background: rgba(255,255,255,0.9);}

.menu_sns_wrapper ul {
display: flex;
flex-wrap: wrap;
justify-content: center;
}

.main_logo {
width: calc(100% - 60px);
background: #fff url(/img/logo.png)no-repeat center;
margin: auto;
padding-right: 20px;
padding-left: 20px;
padding-top: 120px;
}

.main_nav_wrapper {
width: 100%;
}

.main_nav_list li {
width: 50%;
}

.main_nav_list a {
}

.main_nav_list li:last-child {
width: 50%;
}
.main_logo.sp_only {
width: 180px;
position: absolute;
left: 0;

top: 0;

padding-top: 59px;
background-size: 80%;
background-position: center 5px;
font-size: 14px;
}
.open .main_nav_wrapper {
background: #fff;
}

.main_nav_list a.n_struct {
border: 1px solid rgba(0,0,0,0.1);
}
.about h2 {
margin-bottom: 30px;
}

.about ul li:before {
font-size: 25px;
height: 40px;
line-height: 40px;
width: 40px;
}

.about ul li {
padding-left: 60px;
}

.about ul h3 {
margin-bottom: 10px;
}

.about ul li:last-child {
margin-bottom: 0;
}

.about ul li {
margin-bottom: 20px;
}

.ttl_about th {
font-size: 20px;
}

.about table th,.about table td {font-size: 14px;}

.about table .ttl_about th {
font-size: 16px;
}

.noqp_txt {
width: 180px;
}

.about td.address {
padding-top: 20px;
padding-bottom: 20px;
}

.philosophy_msg_ttl {
    width: 100%;
    display: block;
    margin-bottom: 10px;
}

.philosophy h2 {
    display: block;
}

.philosophy_msg_txt_long {
    font-size: 16px;
    line-height: 1.5;
}

.greeting_ttl {
    width: 100%;
    display: block;
    max-width: 100%;
    text-align: center;
}

.greeting_img {
    overflow: hidden;
}

.greeting_img img {
    max-width: 140%;
    width: 150%;
    float: right;
}

.greeting_img:before {
    width: 90px;
    background-size: contain;
    top: 50%;
    right: 10%;
}

.greeting_img:after {
    width: 190px;
    background-size: contain;
    right: 5%;
}
.header_inner .main_logo {
    background-size: contain;
}

.main_nav_list a.n_struct {
    background-size: 160px;
    padding: 98px 5px 0 5px;
}

.main_nav_list a {}

.main_nav_list a {
    height: 100px;
}
}

@media screen and (max-width: 520px) {
.masonry-item h3:before {
width: 60px;
height: 60px;
background-size: 80%;
right: 0;
}

.masonry-item {
padding: 10px;
}

.masonry-item h3 {
margin-bottom: 10px;
}

.f16 {
font-size: 14px;
}

.f20 {
font-size: 18px;
}

.f23 {
font-size: 20px;
}
.masonry-item {
margin-bottom: 20px;
}
.menu_toggle_btn {
width: 40px;
height: 40px;
}

.menu_toggle_btn span {
height: 2px;
}

header:before {
height: 5px;
}

header {
height: 82px;
}

.main_logo.sp_only {width: 147px;background-size: 97%;background-position: center;text-align: center;left: 5px;padding-top: 70px;}

body {
padding-top: 82px;
}

.content_wrapper {
padding: 20px 10px;
}

.content_inner.top_movie_wrapper {
border-radius: 10px;
margin-bottom: 20px;
}

.ttl_big_blue {
padding: 10px;
margin-bottom: 20px;
}

.masonry-item th {
width: 90px;
}
.ttl_big_blue {
letter-spacing: 5px;
}
.recruitment h2 {
font-size: 22px;
padding: 15px 0;
margin-bottom: 15px;
}

.blue_txt {
padding: 20px 20px;
font-size: 14px;
}

.recruitment_info td {
font-size: 14px;
padding: 10px;
}
.about table th, .about table td {
padding: 10px 20px;
}

.about table th {
max-width: 100%;
width: 160px;
display: block;
}

.about table tr {
display: flex;
flex-wrap: wrap;
justify-content: center;
}

.about table td {
display: block;
width: calc(100% - 160px);
}

.about table .ttl_about th {
width: 100%;
}

.about h2 {
font-size: 18px;
}

.about ul li:before {
width: 35px;
height: 35px;
line-height: 20px;
line-height: 35px;
}

.about ul li {
padding-left: 50px;
}

.main_nav_list a.n_struct {
    background-size: calc(100% - 10px);
    background-position: center;
}
}