@charset "UTF-8";


/* common /////////////////////////////////////////////////////////////////////////////////////////// */
.pcNone {
    display: none;
}

.cmn_maxbox {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.cmn_maxbox_1100 {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

/* フォントファミリー */
.cmn_tit_line,
.font_shingo_r {
    font-family: "Shin Go Regular","新ゴ R","Noto Sans JP","HiraKakuProN-W3","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","Yu Gothic",YuGothic,"游ゴシック体",Meiryo,"メイリオ",Osaka,arial,helvetica,sans-serif;
    font-weight: 400;
}

.font_staat {
    font-family: 'Staatliches'/* 'Charm','Hind' */,"Helvetica Neue","Segoe UI",cursive;
    font-weight: 400;
}

.font_notosans {
    font-family: "Noto Sans JP","HiraKakuProN-W3","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","HiraKakuProN-W6","ヒラギノ角ゴ ProN W6","HiraKakuPro-W6","ヒラギノ角ゴ Pro W6",Meiryo,"Yu Gothic",YuGothic,"游ゴシック体","メイリオ",Osaka,arial,helvetica,sans-serif;
}


/* main.cssの透過効果打ち消し */
a.opacityNone:hover,
.XXXXX a
{
    opacity: 1.0;
    filter: none; /* 初期値：none */
    -ms-filter: ""; /* 初期値："" */
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

/* aタグ(電話番号) */
a[href^="tel"] {
    pointer-events: none;
}

/* 共通：ボタン */
.cmn_btn {
    text-align: center;
}

.cmn_btn > * {
    display: inline-block;
    width: 100%;
    max-width: 270px;
    padding: .76em 1.4em .76em 2em;
    border: 0;
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    background-image: url(../img/cmn_btn_sankaku_white.svg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: auto 100%;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    box-shadow: none;
}

.cmn_btn.white > * {
    border: 1px solid #ffffff;
    background-image: url(../img/cmn_btn_sankaku_white.svg);
}

.cmn_btn.orange > * {
    color: #FFFFFF;
    background-color: #E68C1E;
    background-image: url(../img/cmn_btn_sankaku_green.svg);
    transition: 0.2s;
}

.cmn_btn.green > * {
    color: #FFFFFF;
    background-color: rgba(0, 150, 70, 0.6);
    background-image: url(../img/cmn_btn_sankaku_orange.svg);
}

.cmn_btn.gray > * {
    color: #ffffff;
    background-color: #B3B3B3;
    background-image: url(../img/cmn_btn_sankaku_gray.svg);
}




/* 共通：ボタン ホバー */
.home_biz_list a:hover .cmn_btn.green > * {
    background-color: rgba(230, 140, 30, 0.6);
    background-image: url(../img/cmn_btn_sankaku_green.svg);
}

.cmn_btn.orange > *:hover {
    opacity: 1;
    background-color: rgba(0, 150, 70, 1);
    background-image: url(../img/cmn_btn_sankaku_orange.svg);
}

.home_message_hover{
    transition: 0.2s;
}

.home_message_hover:hover{
    opacity: 1;
    background-color: rgba(0, 150, 70, 1)
}

.home_company_hover{
    transition: 0.2s;
}

.home_company_hover:hover{
    opacity: 1;
    background-color: #E68C1E;
}

.home_recruit_hover,
.footer_contact_hover{
    transition: 0.2s;
}

.home_recruit_hover:hover,
.footer_contact_hover:hover{
    opacity: 1;
    background-color: #808080;
}


/* 共通：サイドお問い合わせ */
.cmn_sidebtn_outer{
    right: -60px;
    transition: all .3s;
    position: fixed;
    z-index: 500;
    width: 60px;
    top: 20%;
}

.cmn_sidebtn{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 360px;
    writing-mode: vertical-rl;
    color: #FFFFFF;
    background-color: #E68C1E;
    background-image: url(../img/cmn_btn_sankaku_green_d.svg);
    background-repeat: no-repeat;
    background-position: left top;
}

.cmn_sidebtn:hover{
    background-color: rgba(0, 150, 70, 1);
    background-image: url(../img/cmn_btn_sankaku_orange_d.svg);
}

.cmn_sidebtn > span {
    font-size: 2.0rem;
    font-weight: 700;
}
/*


.cmn_btn.orange.cmn_sidebtn > * {
    transform: rotateZ(-90deg);
}
*/



/* 共通：下部お問い合わせ */
.cmn_contact {
    background-color: #0A508C;
}



.cmn_contact_inner {
    display: flex;
    max-width: 1000px;
    margin: 0 auto;
}

.cmn_contact_inner > div {
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    width: 50%;
    padding: 0 3%;
    color: #ffffff;
    text-align: center;
}

.cmn_contact_inner > div p {
    width: 100%;
    font-size: 2.4rem;
}

.cmn_contact_inner > div span {
    display: block;
    width: 100%;
    margin: .8em 0 0 0;
    font-size: 3.2rem;
    font-weight: 700;
}

.cmn_contact_inner > div [href*="tel"] {
    display: inline-block;
    padding: .05em 0 0 .7em;
    background-image: url(../img/footer_ico_tel.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto .9em;
    background-size: auto .6em;
    font-size: 5.6rem;
    line-height: 1;
}

.cmn_contact_inner .cmn_btn {
    width: 100%;
    margin: 30px 0 0 0;
}

.cmn_contact_inner > figure {
    position: relative;
    flex-shrink: 0;
    width: 50vw;
    height: 400px;
    overflow: hidden;
}

.cmn_contact_inner > figure img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: none;
    min-width: 700px;
    min-height: 0;
}

/* 共通メインタイトル */
.cmn_maintitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 300px;
    padding-top: 100px;
    background-color: #FFFFFF;
    background-image: url(../img/header_logo_bg.svg);
    background-repeat: no-repeat;
    background-position: left 16% top;
    background-size: auto 100%;
}

.cmn_maintitle h1 {
    display: inline-block;
}

.cmn_maintitle h1 .en {
    display: block;
    font-size: 6.0rem;
    letter-spacing: 0.5rem;
    line-height: 1.1;
    word-break: break-all;
}

.cmn_maintitle h1 .ja {
    display: block;
    font-size: 2.0rem;
    letter-spacing: 0.5rem;
    font-weight: 400;
    line-height: 1.3;
}

.cmn_maintitle > div {
    width: 50%;
    height: 100%;
}

.cmn_maintitle > div div {
    position: relative;
    /* width: 700px; */
    width: 50vw;
    height: 100%;
    background-image: url(../img/biz_headr.jpg);
    background-repeat: no-repeat;
    /* background-position: center; */
    background-position: center top;
    background-size: cover;
}

.cmn_maintitle > div div::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(230, 140, 30, 0.7) 33.3%, rgba(0, 150, 70, 0.7) 0, rgba(0, 150, 70, 0.7) 66.6%, rgba(10, 79, 140, 0.7) 0);
}


/* 共通ボックス */
.cmn_box {
    padding-top: 120px;
    padding-bottom: 120px;
}

.cmn_box + .cmn_box {
    padding-top: 0;
}

/* 共通見出し（左右ライン） */
.cmn_tit_line {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
}

.company_map,
.cmn_tit_line + * {
    margin-top: 50px;
}

.cmn_tit_line > span {
    display: inline-block;
    padding: 0 .4em .1em;
    font-size: 3.6rem;
    line-height: 1.35;
    text-align: center;
}

.cmn_tit_line::before,
.cmn_tit_line::after {
    flex-shrink: 0;
    content: '';
    display: block;
    width: 45px;
    height: 6px;
    background-color: #009646;
}

/* 共通見出し（矢印） */
.cmn_tit_arr {
    padding-left: 1.1em;
    background-image: url(../img/cmn_btn_sankaku_orange.svg);
    background-repeat: no-repeat;
    background-position: left top .4em;
    background-size: auto .9em;
}

.cmn_tit_arr + * {
    margin-top: 25px;
}


/* dlリスト */
.cmn_dl > div {
    display: flex;
    word-break: break-all;
}

.cmn_dl > div + div {
    margin: -1px 0 0 0;
}

.cmn_dl > div > dt {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    width: 27%;
    max-width: 230px;
    min-width: 130px;
    border: 1px solid #333333;
    background-color: #FAE8D2;
    font-weight: 700;
}

.cmn_dl > div > dd {
    width: 100%;
    border: 1px solid #333333;
    margin: 0 0 0 -1px;
    background-color: #ffffff;
}

.cmn_dl > div > dt,
.cmn_dl > div > dd {
    padding: 25px 30px;
}

#wrapper {
    overflow: hidden;
}

/* スライドアニメーション */
.scrollanime {opacity: 0;}
.fadeInDown {
    animation-name: fadeInDown;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
    }
    100% {
    opacity: 1;
    transform: translate(0);
    }
}

.updown {transform: translateY(-30px);}
.downup {transform: translateY(30px);}

.sect02{overflow: hidden;}
.slide-right {transform: translateX(200px);}
.slide-left {transform: translateX(-200px);}

/* header */
header {
    position: relative;
}

#header_modalmenu_check {
    display: none;
}

.header_infobar {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100px;
}

.home_body .header_infobar {
    background: linear-gradient(180deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.6) 46%, rgba(0,0,0,0) 100%);
}

.cmn_body .header_infobar {
    padding-left: 30px;
}

.home_body .header_infobar::before {
    /* flex-grow: 1; */
    content: '';
    display: block;
    /* width: 100%; */
    height: auto;
    flex-shrink: 0;
    width: calc(200px + 40px + 24px + 12px);
}

.cmn_body .header_logo {
    flex-shrink: 0;
    display: inline-block;
    width: auto;
    font-size: inherit;
}

.header_logo a {
    display: inline-block;
}

.home_body .header_logo {
    display: none;
}

.home_body .header_nav {
    width: 50%;
    max-width: 600px;
    height: 100%;
    margin: 0 auto;
}

.cmn_body .header_nav {
    flex-shrink: 0;
    width: 100%;
    max-width: 480px;
    height: 100%;
    margin: 0 0 0 auto;
}

.header_nav ul {
    display: flex;
    justify-content: space-between;
    height: 100%;
    margin: 0 auto;
}

.header_nav li {
    flex-grow: 1;
    /* width: 100%; */
    height: 100%;
}

.header_nav a {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    height: 100%;
    font-weight: 700;
    text-align: center;
}

.home_body .header_nav a {
    color: #FFFFFF;
}

.header_nav span {
    display: block;
    width: 100%;
    margin: .3em 0 0 0;
    font-size: 1.2rem;
}

.header_instagram{
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 100%;
}
.header_instagram > img{
    width: 100%;
}

.home_body .header_instagram{
    margin-right: 24px;
    margin-left: 12px;
}
.cmn_body .header_instagram{
    margin-right: 24px;
    margin-left: 16px;
}

.home_body .header_contact {
    /* flex-grow: 1; */
    /* width: 100%; */
    flex-shrink: 0;
    width: 200px;
}

.cmn_body .header_contact {
    flex-shrink: 0;
    width: 200px;
}

.home_body .header_contact .cmn_btn {
    text-align: right;
}

.header_contact .cmn_btn a {
    max-width: 200px;
    font-size: 1.5rem;
}

.header_contact .cmn_btn span {
    display: block;
    margin: 5px 0 0 0;
    font-size: 1.2rem;
}

.header_modalmenu_btn {
    display: none;
}



#header_modalmenu_close_bg,
#header_modalmenu_area {
    display: none;
}

/* footer */
footer {
    position: relative;
    background-color: #E6E6E6;
}

.footer_nav {
    background-color: #E68C1E;
}

.footer_nav ul {
    display: flex;
    justify-content: space-between;
    justify-content: space-evenly;
    max-width: 800px;
    margin: 0 auto;
}

.footer_nav ul::before,
.footer_nav ul::after {
    content: '';
    display: block;
    flex-grow: 0.7;
}

.footer_nav li {
    flex-grow: 1;
}

.footer_nav a {
    display: block;
    padding: 1.8em 0;
    color: #FFFFFF;
    line-height: 1.5;
    font-weight: 500;
    text-align: center;
}

.footer_corpinfo {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 60px;
    padding-bottom: 60px;
    margin: 0 auto;
}

.footer_corpinfo > div {
    width: 45%;
    text-align: right;
}

.footer_corpinfo > div address {
    display: block;
    margin: .5em 0 0 0;
    font-weight: 600;
    letter-spacing: 0.2rem;
    white-space: nowrap;
}

.footer_corpinfo > p {
    width: 49%;
    padding: .3em 0 0 0;
    /* line-height: 1.5; */
    line-height: 1.75;
    letter-spacing: 0;
}
.footer_instagram{
    margin-top: 0.8em;
    margin-right: 17.4em;
}
.footer_instagram img{
    width: 40px;
}
@media screen and (max-width: 1000px) {
    .footer_instagram{
    }
}
@media screen and (max-width: 767px) {
    .footer_instagram{
        margin-right: 0;
        margin-top: 1.1em;
        margin-bottom: 1.2em;
        text-align: center;
    }
}
footer > small {
    display: block;
    text-align: center;
    font-size: 1.3rem;
}

footer::after {
    content: '';
    display: block;
    width: 100%;
    height: 20px;
    margin: 20px 0 0 0;
    background: linear-gradient(to right, #E68C1E 33.3%, #009646 0, #009646 66.6%, #0A508C 0);
}

.footer_gotop {
    position: fixed;
    right: 30px;
    bottom: 50px;
    /* z-index: 9; */
    display: none;
}

.footer_gotop a {
    display: inline-block;
}





/* home /////////////////////////////////////////////////////////////////////////////////////////// */
.home_mainslider {
    position: relative;
    height: 100vh;
}

.home_mainslider .swiper-container {
    height: 100%;
    visibility: hidden;
}

.home_mainslider .swiper-container-initialized {
    visibility: visible;
}

.home_mainslider .swiper-wrapper {
    height: 100%;
}

.home_mainslider .swiper-slide {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

/* .home_mainslider .slide01 {
    background-image: url(../img/home_main_01.jpg);
}

.home_mainslider .slide02 {
    background-image: url(../img/home_main_02.jpg);
}

.home_mainslider .slide03 {
    background-image: url(../img/home_main_03.jpg);
}

.home_mainslider .slide04 {
    background-image: url(../img/home_main_04.jpg);
} */

/* .home_mainslider .swiper-container-horizontal > .swiper-pagination-bullets,
.home_mainslider .swiper-pagination-custom,
.home_mainslider .swiper-pagination-fraction {
    z-index: 1;
} */

/* Swiper画像拡大 https://wemo.tech/2961 */
.slide-img{
    /* display: block; */
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img{
    animation: zoomUp 12s linear 0s 1 normal both;
}

@keyframes zoomUp {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.2);
    }
}

.home_mainslider .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 10px 10px;
    background-color: #ffffff;
    opacity: 1;
}

.home_mainslider .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active {
    background-color: #E68C1E;
}


.home_maintitle {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    pointer-events: none;
    text-align: center;
}

.home_maintitle img {
    flex-shrink: 0;
}

.home_maintitle p {
    width: 100%;
    margin: 1.8em 0 0 0;
    color: #FFFFFF;
    font-size: 3rem;
    letter-spacing: 0.25rem;
    line-height: 1.7;
    text-shadow:
        0 0 1px rgba(86, 71, 13, 1),
        0 0 10px rgba(86, 71, 13, 0.5),
        0 0 10px rgba(86, 71, 13, 0.5),
        0 0 10px rgba(86, 71, 13, 0.5),
        0 0 10px rgba(86, 71, 13, 0.5),
        0 0 10px rgba(86, 71, 13, 0.5);
}




.home_news_wrapper {
    display: flex;
    justify-content: space-between;
    padding-top: 50px;
    padding-bottom: 50px;
}

.home_news {
    width: 45%;
}

.home_news {
    max-height: 300px;
    overflow: hidden;
}

.home_news h2 {
    color: #0A508C;
    font-size: 2.6rem;
    line-height: 1;
}

.home_news ul {
    padding: .5em 3% .5em 0;
    margin: 15px 0 0 0;
    max-height: 100%;
    overflow: auto;
}

.home_news ul li + li {
    margin: 25px 0 0 0;
}

.home_news ul span {
    display: block;
    color: #999999;
    font-size: 1.4rem;
}

.home_news ul p {
    margin: -1px 0 0 0;
    font-size: 1.4rem;
    letter-spacing: 0.05rem;
}

.home_instagram{
    /* align-self: center; */
    width: 48%;
    max-width: 450px;
}
.home_instagram h2{
    color: #0A508C;
    font-size: 2.6rem;
    line-height: 1;
}
.home_instagram_conts {
    margin: 15px 0 0 0;
}
.home_instagram_list{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.home_instagram_list_li{
    flex-shrink: 0;
    width: 23.5%;
    /* margin: 10px 0; */
    margin-top: calc((100% - (23.5% * 4)) / (4 - 1) / 2);
    margin-bottom: calc((100% - (23.5% * 4)) / (4 - 1) / 2);
}
.home_instagram_list_li:not(:nth-of-type(4n+1)){
    margin-left: calc((100% - (23.5% * 4)) / (4 - 1) / 1);
}
.home_instagram_list_li:nth-of-type(9){
    display: none;
}
.home_instagram_list_link{
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}
.home_instagram_list_link::before{
    content: '';
    display: block;
    padding-top: 100%;
}
.home_instagram_list_link:hover .home_instagram_list_img{
    transform: scale(1.05);
}
.home_instagram_list_img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;

    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;

    transition: transform .3s;
}
@media screen and (max-width: 560px) {
    .home_instagram_list_li{
        width: 32%;
        margin: 1% 0;
    }
    .home_instagram_list_li:not(:nth-of-type(4n+1)){
        margin-left: 0;
    }
    .home_instagram_list_li:not(:nth-of-type(3n+1)){
        margin-left: calc((100% - (32% * 3)) / (3 - 1) / 1);
    }
    .home_instagram_list_li:nth-of-type(9){
        display: block;
    }
}

.home_intro_sec:nth-of-type(1) {
    background-color: #E68C1E;
}

.home_intro_sec.company {
    background-color: #009646;
}

.home_intro_sec.recruit {
    background-color: #0A508C;
}

.home_intro_inner {
    display: flex;
    max-width: 1000px;
    margin: 0 auto;
}

.home_intro_sec.company .home_intro_inner {
    flex-direction: row-reverse;
}

.home_intro_sec.recruit .home_intro_inner > div {
    width: 100%;
    min-height: 300px;
}

.home_intro_sec.recruit .cmn_btn {
    margin-top: 60px;
}

.home_intro_inner > div {
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    width: 50%;
    padding: 0 3%;
    color: #ffffff;
    text-align: center;
}

.home_intro_inner > div strong {
    display: block;
    width: 100%;
    font-size: 2.4rem;
}

.home_intro_inner > div p {
    display: block;
    width: 100%;
    margin: 2.3em 0 0 0;
}

.home_intro_inner .cmn_btn {
    width: 100%;
    margin: 40px 0 0 0;
}

.home_intro_inner > figure {
    position: relative;
    flex-shrink: 0;
    width: 50vw;
    height: 400px;
    overflow: hidden;
}

.home_intro_inner > figure img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: none;
    min-width: 700px;
    min-height: 0;
}

.home_intro_sec.company figure img {
    left: auto;
    right: 0;
}





.home_biz > .cmn_tit_line {
    /* align-items: flex-start; */
}

.home_biz > .cmn_tit_line::before,
.home_biz > .cmn_tit_line::after {
    margin: -1.4em 0 0 0;
}

.home_biz > .cmn_tit_line .en {
    font-size: 4.8rem;
}

.home_biz > .cmn_tit_line .ja {
    display: block;
    margin: .4em 0 0 0;
    font-size: 1.8rem;
    font-weight: 700;
}

.home_biz_list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.home_biz_list::after {
    content: '';
    display: block;
    width: 30%;
}

.home_biz_list li {
    width: 30%;
    margin: 50px 0 0 0;
}

.home_biz_list a {
    position: relative;
    display: block;
}

.home_biz_list img {
    user-select: none;
}

.home_biz_list .cmn_btn {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: auto;
}

.home_biz_list .cmn_btn > * {
    max-width: none;
    padding-top: 1.7em;
    padding-bottom: 1.7em;
}

.home_biz > .cmn_btn {
    margin-top: 70px;
}





/* message /////////////////////////////////////////////////////////////////////////////////////////// */
.message_body .cmn_maintitle > div div {
    background-image: url(../img/message_heade.jpg);
}


/* message /////////////////////////////////////////////////////////////////////////////////////////// */
.message_body .cmn_maintitle > div div {
    background-image: url(../img/message_heade.jpg);
}

.message_body section .font_staat {
    font-size: 6rem;
    color: #ffffff;
    text-align: center;
    letter-spacing: 5px;
}

.message_body section:nth-of-type(1) {
    background-image: url(../img/message_bg.jpg);
    background-repeat: no-repeat;
    /* background-size: contain; */
    background-size: 100%;
}

.message_body section:nth-of-type(1) strong {
    display: block;
    line-height: 250px;
}
.message_body section:nth-of-type(1) .cmn_maxbox {
    background-color: rgba(255, 255, 255, .7);
    padding: 70px 100px 30px;
}
.message_body section:nth-of-type(1) .cmn_maxbox > div:nth-of-type(1){
    display: flex;
    justify-content: space-between;
}
.message_body section:nth-of-type(1) .cmn_maxbox > div:nth-of-type(1) figure{
    width: 250px;
    margin-bottom: 30px;
}
.message_body section:nth-of-type(1) .cmn_maxbox > div:nth-of-type(1) div{
    width: 500px;
    font-size: 1.8rem;
}
.message_body section:nth-of-type(1) .cmn_maxbox > div:nth-of-type(1) div  > p:nth-of-type(2){
    font-size: 1.6rem;
    margin-top: 30px;
    text-align: right;
}
.message_body section:nth-of-type(1) .cmn_maxbox > div:nth-of-type(1) div  > p:nth-of-type(2) span{
    font-size: 2.4rem;
}
.message_body section:nth-of-type(1) .cmn_maxbox > figure{
    margin: 75px auto 55px;
    max-width: 640px;
}
.message_body section:nth-of-type(1) .cmn_maxbox > div:nth-of-type(2){
    padding: 50px 120px;
    background-color: #f2f2f2;
    display: flex;
    justify-content: space-between;
}
.message_body section:nth-of-type(1) .cmn_maxbox > div:nth-of-type(2) figure{
    width: 150px;
    flex-shrink: 0;
}
.message_body section:nth-of-type(1) .cmn_maxbox > div:nth-of-type(2) div{
    max-width: 320px;
    padding-left: 20px;
}
.message_body section:nth-of-type(1) .cmn_maxbox > div:nth-of-type(2) div h3{
    font-size: 2.4rem;
    font-weight: 400;
}
.message_body section:nth-of-type(2){
    padding-left: 100px;
    padding-right: 100px;
    font-size: 1.8rem;
}
.message_body section:nth-of-type(2) > p,
.message_body section:nth-of-type(2) > div:nth-of-type(1){
    margin-bottom: 30px;
}
.message_body section:nth-of-type(2) > div:nth-of-type(1){
    display: flex;
    justify-content: space-between;
}
.message_body section:nth-of-type(2) > div > figure{
    width: 48.5%;
}
.message_body section:nth-of-type(2) > div:nth-of-type(2){
    margin-top: 60px;
}



/* company /////////////////////////////////////////////////////////////////////////////////////////// */
.company_body .cmn_maintitle > div div {
    background-image: url(../img/company_header.jpg);
}

.company_history_list > div {
    display: flex;
    padding: 24px 0;
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #B3B3B3;
}

.company_history_list > div:last-of-type {
    border-width: 1px 0 1px 0;
}

.company_history_list > div > dt {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    width: 24%;
    min-width: 100px;
    max-width: 246px;
    padding: 0 0 0 50px;
    font-weight: 700;
    letter-spacing: 0.05rem;
}

.company_history_list > div > dd {
    width: 100%;
    padding: 0 50px 0 15px;
}

.company_access {
    padding-bottom: 0;
}

.company_map {
    position: relative;
    height: 700px;
    overflow: hidden;
}

.company_map > iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}





/* business /////////////////////////////////////////////////////////////////////////////////////////// */
.business_body .cmn_maintitle > div div {
    background-image: url(../img/biz_headr.jpg);
}


.biz_area {
    background: #E6EDF3;
}

.biz_area_inner {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}

.biz_area_inner figure {
    position: relative;
    width: 1200px;
}

.biz_area_inner div {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 50%;
    padding: 40px 40px;
    color: #FFFFFF;
    background-color: #0A508C;
}

.biz_area_inner div h2 {
    font-size: 3.6rem;
}

.biz_area_inner div p {
    margin: 1.2em 0 0 0;
    font-size: 1.8rem;
    line-height: 1.8;
}



.biz_list li {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.biz_list li:nth-of-type(2n) {
    flex-direction: row-reverse;
}

.biz_list li + li {
    margin: 70px 0 0 0;
}

.biz_list li > figure,
.biz_list li > div {
    width: 46%;
}

.biz_list li > div {
    /* margin: 24px 0 0 0; */
    margin: 2% 0 0 0;
}

.biz_list li .cmn_tit_arr {
    padding-left: 1.4em;
    font-size: 3.2rem;
    background-position: left top .14em;
    background-size: auto 1.4em;
}

.biz_list li > figure {
    text-align: center;
}




/* recruit /////////////////////////////////////////////////////////////////////////////////////////// */
.recruit_body .cmn_maintitle > div div {
    background-image: url(../img/recruit_header.jpg);
}

.recruit_body section .font_staat{
    font-size: 6rem;
    color: #ffffff;
    text-align: center;
    letter-spacing: 5px;
}

.recruit_body section:nth-of-type(1){
    background-image: url(../img/recruit_bg.jpg);
    background-repeat: no-repeat;
    /* background-size: contain; */
    background-size: 100%;
}
.recruit_body section:nth-of-type(1) strong{
    display: block;
    line-height: 250px;
    text-shadow: 0 0 5px #009646;
}
.recruit_body section:nth-of-type(1) .cmn_maxbox{
    background-color: rgba(255, 255, 255, .7);
    padding: 70px 100px 120px;
}
.recruit_body section:nth-of-type(1) .cmn_maxbox > div{
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.recruit_body section:nth-of-type(1) .cmn_maxbox > div >figure{
    width: 48.5%;
}

.recruit_body section:nth-of-type(1) .cmn_maxbox > p{
    margin-bottom: 30px;
    font-size: 1.8rem;
}

.recruit_body .cmn_tit_arr{
background-image: url(../img/cmn_btn_sankaku_white.svg);
}
.recruit_body .cmn_tit_arr small{
font-size: 1.6rem;
}
.recruit_body section:nth-of-type(2) h2{
    background-color: #0a508c;
    line-height: 200px;
}
.recruit_body section:nth-of-type(2) > div{
    display: flex;
    flex-direction: row-reverse;
    height: 450px;
}
.recruit_body section:nth-of-type(2) > div:nth-of-type(5){
    height: auto;
}
.recruit_body section:nth-of-type(2) > div:nth-of-type(2n),
.recruit_body section:nth-of-type(2) > div:nth-of-type(5){
    flex-direction: row;
}
.recruit_body section:nth-of-type(2) > div > div,
.recruit_body section:nth-of-type(2) > div > figure{
    width: 50%;
}
.recruit_body section:nth-of-type(2) > div > figure{
    width: 50%;
    position: relative;
}
.recruit_body section:nth-of-type(2) > div > figure > img{
    object-fit: cover;
    width: 100%;
    height: 100%
}
.recruit_body section:nth-of-type(2) > div:nth-of-type(2n-1) > figure::after{
    content: " ";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 450px 0 0 300px;
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    top: 0;
    left: 0;
}
.recruit_body section:nth-of-type(2) > div:nth-of-type(2n-1) > div::after{
    content: " ";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 450px 0 0 300px;
    border-color: transparent transparent transparent #009646;
    position: absolute;
    top: 0;
    left: 100%;
}

.recruit_body section:nth-of-type(2) > div:nth-of-type(2n) >figure::after{
    content: " ";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 300px 450px 0;
    border-color: transparent #ffffff transparent transparent;
    position: absolute;
    top: 0;
    right: 0;
}
.recruit_body section:nth-of-type(2) > div:nth-of-type(2n) > div::after{
    content: " ";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 300px 450px 0;
    border-color: transparent #e68c1e transparent transparent;
    position: absolute;
    top: 0;
    left: -300px;
}
.recruit_body section:nth-of-type(2) > div:nth-of-type(5) > div::after{
    content: none;
}
.recruit_body section:nth-of-type(2) > div > div{
    color: #ffffff;
    background-color: #009646;
    padding: 50px 100px 50px 0;
    position: relative;
}
.recruit_body section:nth-of-type(2) > div:nth-of-type(2n) > div{
    padding: 50px 0 50px 100px;
}
.recruit_body section:nth-of-type(2) > div:nth-of-type(5) > div:nth-of-type(2){
    padding: 50px 0 50px 100px;
}
.recruit_body section:nth-of-type(2) > div:nth-of-type(2n) > div{
    background-color: #e68c1e;
}
.recruit_body section:nth-of-type(2) > div:nth-of-type(5) > div{
    background-color: #0a508c;
}
.recruit_body section:nth-of-type(2) > div > div > h3,
.recruit_body section:nth-of-type(2) > div > div > p{
    width: 400px;
    margin-left: auto;
}
.recruit_body section:nth-of-type(2) > div:nth-of-type(2n) > div > h3,
.recruit_body section:nth-of-type(2) > div:nth-of-type(2n) > div > p{
    margin-left: 0;
}
.recruit_body section:nth-of-type(2) > div:nth-of-type(5) > div:nth-of-type(2)  h3,
.recruit_body section:nth-of-type(2) > div:nth-of-type(5) > div:nth-of-type(2)  p{
    margin-left: 0;
}
.recruit_body section:nth-of-type(2) > div:nth-of-type(5) > div > div{
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 25px;
    width: 400px;
}
.recruit_body section:nth-of-type(2) > div:nth-of-type(5) > div:nth-of-type(1) > div{
    margin-left: auto;
}



/* contact /////////////////////////////////////////////////////////////////////////////////////////// */

.contact_info {
	max-width: 800px;
	padding: 50px 0 60px;
    margin: 80px auto;
	background-color: #F2F2F2;
    background-image: url(../img/contact_logo.svg);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: auto 79%;
	text-align: center;
}

.contact_info h3 {
	font-size: 3.2rem;
    font-weight: 700;
    letter-spacing: 0.2rem;
}

.contact_info > a {
    display: inline-block;
    padding: 0 0 0 .6em;
    margin: .3em 0 0 0;
	font-size: 7.2rem;
	font-weight: bold;
	line-height: 1;
    background-image: url(../img/contact_ico_tel.svg);
    background-repeat: no-repeat;
    background-position: left top .16em;
    background-size: auto 0.65em;
}

.contact_info > small {
	display: block;
    margin: .3em 0 0 0;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
}

.contact_info > span {
	display: block;
    margin: 1em 0 0 0;
	font-size: 2.4rem;
	line-height: 1;
}

.contact_info > address {
    display: block;
    margin: 1.4em 0 0 0;
	font-size: 1.5rem;
	font-weight: 700;
    letter-spacing: 0.2rem;
	line-height: 1;
}


.cotnact_form_list > div dt {
    flex-shrink: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 28%;
    max-width: 280px;
    padding-right: 20px;
    letter-spacing: 0;
}

.cotnact_form_list > div dt span {
    display: inline-block;
    padding: 4px 7px;
    color: #FFFFFF;
    background-color:#ED1C24;
    font-size: 1.2rem;
    letter-spacing: 0;
    line-height: 1;
    font-weight: 700;
}

.cotnact_form_list > div dd {
    width: 100%;
    padding-left: 20px;
}


.cotnact_form_list input,
.cotnact_form_list select {
    height: 38px;
}

.cotnact_form_list #fax,
.cotnact_form_list #tel,
.cotnact_form_list #toiawase {
    width: 300px;
}

.cotnact_form_list #company_name,
.cotnact_form_list #busho,
.cotnact_form_list #addr,
.cotnact_form_list #name_kana,
.cotnact_form_list #username {
    width: 100%;
}

.cotnact_form_list #zip {
    display: inline-block;
    width: 200px;
    margin: 0 0 0 12px;
}

.cotnact_form_list #mail0 {
    display: inline-block;
    width: calc(100% - 90px);
}

.cotnact_form_list #mail1 {
    display: inline-block;
    width: calc(100% - 90px);
}

.cotnact_form_list #mail1,
.cotnact_form_list #addr {
    margin: 6px 0 0 0;
}

.cotnact_form_list #mail1 ~ span {
    display: inline-block;
    margin: 0 0 .2em 0;
    letter-spacing: 0;
    vertical-align: middle;
    color: #ED1C24;
}

.cotnact_form_list #mail1 ~ small {
    display: block;
    margin: 6px 0 0 0;
    color: #f02f64;
    font-size: 1.5rem;
}

.cotnact_form_list #message {
    width: 100% !important;
    height: 200px !important;
}

.contact_form_btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 640px;
    margin: 100px auto 50px;
}

.contact_form_btn button[type="reset"],
.contact_form_btn button[type="submit"] {
    width: 48%;
    max-width: 270px;
    border: 0;
}

.contact_form_btn button[type="reset"] span,
.contact_form_btn button[type="submit"] span {
    padding: 16px 0;
    font-size: 1.8rem;
}

div#mfp_overlay {
    color: #333; /* mfp上書き */
}

