@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');

/*!
Theme Name: YAMAGUCHI CONSTRUCTION THEME
Theme URI: http://example.com/
Description: child theme for the Xeory
Author: バズ部
Author URI: http://bazubu.com/
Template: xeory_extension
Version: 0.2.2
*/


/* common-css */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

input::placeholder{
	color: #ccc;
}
input::-ms-input-placeholder{
	color: #ccc;
}
input:-ms-input-placeholder{
	color: #ccc;
}

:root{
    --red: #e51f19;
    --light-gray: #c8c9c9;
    --mont: 'Montserrat', "source-han-sans-japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body{
    min-width: 1200px;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    line-height: 1.8;
    color: #0f0e15;
    letter-spacing: .025em;
    font-family: "source-han-sans-japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body.home .wrap,
.wrap{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

a{
    transition: .2s;
    text-decoration: none;
}
a:hover{
    opacity: .6;
    text-decoration: none;
}
img{
    max-width: 100%;
    vertical-align: bottom;
}
.flex{
    display: flex;
    flex-wrap: wrap;
}
.flex.jcsb{
    justify-content: space-between;
}
.ps-re{
    position: relative;
    z-index: 0;
}
.ps-ab{
    position: absolute;
}
.mont{
    font-family: var(--mont);
}


.title{
    margin-bottom: 30px;
}
.title-text{
    font-size: 44px;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.1em;
}
.title-text span{
    color: var(--red);
    display: block;
    letter-spacing: 0;
    font-size: 26px;
    font-family: var(--mont);
    font-weight: bold;
}
.padding-top{
    padding-top: 100px;
}
.padding-bottom{
    padding-bottom: 100px;
}
.padding-tb{
    padding: 100px 0;
}
.view-more{
    text-align: center;
}
.view-more.mt{
    margin-top: 50px;
}
.view-more a{
    display: inline-block;
    padding: 19px 130px 19px 35px;
    border-radius: 40px;
    border: 1px solid var(--red);
    position: relative;
    font-weight: bold;
    font-size: 20px;
    color: var(--red);
    font-family: var(--mont);
}
.view-more a:hover{
    opacity: 1;
    background-color: var(--red);
    color: #fff;
}
.view-more a:hover svg{
    stroke: #fff;
    right: 20px;
}
.view-more a svg{
    display: block;
    width: 15px;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    right: 30px;
    stroke: var(--red);
    transition: .3s;
}
.view-more a svg .arr{
    fill: none;
    stroke-width: 2px;
}
.view-more a svg .line{
    stroke-width: 2px;
}


/* FADE */
.fadein {
    opacity : 0;
    transform : translate(0, 50px);
    transition : all .6s;
}
.fadeinr {
    opacity : 0;
    transform : translate(50px, 0);
    transition : all .6s;
}
.fadeinb {
    opacity : 0;
    transform : translate(0, -50px);
    transition : all .6s;
    }

.fadeinl {
    opacity : 0;
    transform : translate(-50px, 0);
    transition : all .6s;
    }

.fadeino {
    opacity : 0;
    transition : all .6s;
    }

.ts1 {
    transition-delay: 300ms;
}

.ts2 {
    transition-delay: 600ms;
}

.ts3 {
    transition-delay: 900ms;
}

.ts4 {
    transition-delay: 1200ms;
}

.fadein.scrollin, .fadeinr.scrollin, .fadeinb.scrollin, .fadeinl.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}

.fadeino.scrollin {
   opacity : 1;
}

@supports (-ms-ime-align:auto) {
    .fadein {
        opacity : 1;
        transform : inherit;
        transition : inherit;
    }
    .fadeinr {
        opacity : 1;
        transform : inherit;
        transition : inherit;
    }
    .fadeinb {
        opacity : 1;
        transform : inherit;
        transition : inherit;
        }

    .fadeinl {
        opacity : 1;
        transform : inherit;
        transition : inherit;
        }

    .fadeino {
        opacity : 1;
        transition : inherit;
        }

    .fadein.scrollin, .fadeinr.scrollin, .fadeinb.scrollin, .fadeinl.scrollin {
        opacity : 1;
        transform : inherit;
        }

    .fadeino.scrollin {
    opacity : 1;
    }
}


/* LOADING */
html.fixed{
    overflow: hidden;
}
#loading{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    transition: .5s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
#loading > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#loading .loading-text{
    position: fixed;
    left: 40vw;
    top: 50%;
    transform: translateY(-50%);
    width: 38vw;
    opacity: 0;
    transition: .6s cubic-bezier(0.19, 1, 0.22, 1);
    transition-delay: .3s;
}
#loading.loaded .loading-text{
    left: 20vw;
    opacity: 1;
}
#loading.loaded{
    transition-delay: 1.1s;
    transform: scale(3);
    opacity: 0;
}


/* HEADER */
#header{
    background: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
#header .header-logo{
    padding-left: 40px;
    position: relative;
    z-index: 1;
}
#header .header-logo img{
    width: 320px;
    transition: .3s;
}
#header.open .header-logo img{
    -webkit-filter: brightness(0) grayscale(100%) invert(1);
    -moz-filter: brightness(0) grayscale(100%) invert(1);
    -o-filter: brightness(0) grayscale(100%) invert(1);
    -ms-filter: brightness(0) grayscale(100%) invert(1);
    filter: brightness(0) grayscale(100%) invert(1);
}
#header .header-content{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}
#header .header-content .nav-toggle-wrap{
    background: url('img/common/header-toggle-bg.jpg') no-repeat center center / cover;
    width: 100px;
    height: 90px;
    text-align: center;
    padding-top: 30px;
    cursor: pointer;
}
#header .header-content .nav-toggle-text{
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    margin-top: 8px;
}
#header .header-content .nav-toggle{
    width: 45px;
    height: 10px;
    margin: 0 auto;
    position: relative;
}
#header .header-content .nav-toggle span{
    background-color: #fff;
    width: calc(100% - 4px);
    height: 1px;
    position: absolute;
    transition: .3s;
}
#header .header-content .nav-toggle span:nth-of-type(1){
    top: 0;
    right: 0;
}
#header .header-content .nav-toggle span:nth-of-type(2){
    bottom: 0;
    left: 0;
}
#header.open .header-content .nav-toggle span:nth-of-type(1){
    width: 60%;
    right: 50%;
    transform: translate(50%,5px) rotate(45deg);
}
#header.open .header-content .nav-toggle span:nth-of-type(2){
    width: 60%;
    left: 50%;
    transform: translate(-50%,-5px) rotate(-45deg);
}
#header .header-content .header-entry-btn a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 210px;
    height: 90px;
    background: url('img/common/header-entry-bg.jpg') no-repeat center center / cover;
}
#header .header-content .header-entry-btn a img{
    width: 160px;
}


/* DRAWER */
#drawer{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0f0e15;
}
#drawer nav{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#drawer ul li{
    margin-bottom: 10px;
    text-align: center;
}
#drawer ul li:last-child{
    margin-bottom: 0;
}
#drawer ul li a{
    display: inline-block;
    font-family: var(--mont);
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 0.05em;
}


/* FOOTER */
.pagetop{
    z-index: 10;
}
#footer{
    border: none;
}
#footer .wrap{
    padding: 0;
}
#footer .footer-entry-cont{
    background: url(img/common/footer-bg01.jpg) no-repeat center center / cover;
    padding: 11vw 0;
    text-align: center;
}
#footer .footer-entry-cont .entry-btn{
    margin-top: 15px;
}
#footer .footer-entry-cont .entry-text img,
#footer .footer-entry-cont .entry-btn img{
    width: 40vw;
}
#footer .footer-bottom-cont{
    background: url(img/common/footer-bg02.jpg) no-repeat center center / cover;
    padding: 40px 0;
}
#footer .footer-bottom-cont .flex{
    justify-content: space-between;
}
#footer .footer-bottom-cont .footer-logo-img img{
    width: 280px;
}
#footer .footer-bottom-cont .copyright-text{
    color: #fff;
    font-size: 12px;
    margin-top: 15px;
}
#footer .footer-bottom-cont .text{
    font-size: 14px;
    margin-bottom: 20px;
}
#footer .footer-bottom-cont ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    line-height: 1;
}
#footer .footer-bottom-cont ul li:first-child{
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #fff;
}
#footer .footer-bottom-cont ul li a{
    color: #fff;
    font-size: 14px;
    display: block;
}
#footer .footer-bottom-cont ul li a img{
    width: 12px;
    margin-left: 10px;
    position: relative;
    top: -2px;
}



/* TOP */
.mv{
    height: 100vh;
}
.mv .mv-img{
    height: 100%;
}
.mv .mv-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left top;
}
.mv .mv-text-img{
    position: absolute;
    top: 29vh;
    left: 7vw;
    transition: .6s;
    transition-delay: 1s;
}
.mv .mv-text-img.loaded{
    top: 15vh;
}
.mv .mv-text-img img{
    height: 20vh;
    opacity: 0;
    transition: 1s;
}
.mv .mv-text-img.loaded img{
    opacity: 1;
}
.mv .text{
    position: absolute;
    top: 42vh;
    opacity: 0;
    left: 9vw;
    font-size: 18px;
    line-height: 2.2;
    transition: .6s;
    transition-delay: .4s;
}
.mv .text.loaded{
    top: 38vh;
    opacity: 1;
}
.home-sec01{
    padding: 20px 0;
    overflow: hidden;
}
.home-sec01 .flex{
    align-items: center;
    flex-direction: row-reverse;
}
.home-sec01 .img{
    width: 100%;
    max-width: calc(100% - 530px);
}
.home-sec01 .img img{
    width: calc(100% + 250px);
    max-width: calc(100% + 250px);
}
.home-sec01 .cont{
    max-width: 500px;
    width: 100%;
}
.welfare-balloon img{
    width: 210px;
    transform: translateX(-80px);
}
.home-sec01 .cont .text{
    font-size: 18px;
    margin-bottom: 25px;
}
.home-sec01 .cont ul li{
    border-top: 1px solid var(--light-gray);
}
.home-sec01 .cont ul li:last-child{
    border-bottom: 1px solid var(--light-gray);
}
.home-sec01 .cont ul li a{
    display: block;
    padding: 15px;
    position: relative;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #000;
    z-index: 0;
}
.home-sec01 .cont ul li a::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    z-index: -1;
    background-color: var(--red);
    transition: .4s;
    opacity: 0;
}
.home-sec01 .cont ul li a:hover{
    opacity: 1;
    color: #fff;
}
.home-sec01 .cont ul li a:hover::before{
    width: 100%;
    opacity: 1;
}
.home-sec01 .cont ul li a svg{
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    right: 20px;
    display: block;
    line-height: 1;
}
.svg-arrow{
    width: 30px;
}
.svg-arrow .cls-1{
    fill: var(--red);
    transition: .3s;
}
.svg-arrow .cls-2{
    fill: none;
    stroke: #fff;
    stroke-width: 2px;
    transition: .3s;
}
.home-sec01 .cont ul li a:hover .cls-1{
    fill: #fff;
    transition-delay: .2s;
}
.home-sec01 .cont ul li a:hover .cls-2{
    stroke: var(--red);
    transition-delay: .2s;
}
.home-sec02{
    padding: 20px 0 30px;
    background: url('img/frontpage/bnr-bg.jpg') no-repeat center center / cover;
}
.home-sec02 .flex{
    align-items: flex-end;
}
.home-sec02 .bnr{
    width: 49%;
}
.home-sec03{
    background-color: #f3f4f4;
}
.news-content .news-box{
    padding: 25px 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    border-top: 1px solid var(--light-gray);
    pointer-events: none;
}
.news-content .news-box svg{
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    right: 25px;
    transition: .3s;
}
.news-content .news-box:hover svg{
    right: 0;
}
.news-content .news-box:last-child{
    border-bottom: 1px solid var(--light-gray);
}
.news-content .news-box .date{
    width: 160px;
}
.news-content .news-box .news-text{
    width: calc(100% - 160px);
    padding-right: 60px;
}
.news-content .news-box .news-text a{
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    vertical-align: middle;
    color: #000;
    pointer-events: auto;
}
.news-content .news-box .news-text a:hover{
    opacity: 1;
    color: var(--red);
}
.date{
    font-size: 14px;
}
.center{
    text-align: center;
}
.home-sec04{
    height: 1000px;
    position: relative;
}
.home-sec04 .text-img{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}
.home-sec04 .text-img img{
    height: 100%;
}
.home-sec04 .service-slider-wrap{
    padding-top: 180px;
    padding-left: calc((100% - 1200px)/2);
}
.home-sec04 .service-slider-item{
    width: 600px;
    margin-right: 60px;
}
.home-sec04 .service-slider-item .ttl-text{
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    font-size: 44px;
    line-height: 1;
    margin-bottom: 20px;
    font-weight: bold;
}
.home-sec04 .service-slider-item .ttl-text span{
    font-size: 16px;
    color: #9d9d9e;
    margin-left: 20px;
    font-family: var(--mont);
}
.home-sec04 .service-slider-item a{
    color: #000;
    display: block;
    cursor: pointer;
}
.home-sec04 .service-slider-item .img{
    height: 380px;
    overflow: hidden;
}
.home-sec04 .service-slider-item .img img{
    width: 100%;
    height: 100%;
    transition: .4s;
    object-fit: cover;
}
.home-sec04 .service-slider-item a:hover{
    opacity: 1;
}
.home-sec04 .service-slider-item a:hover .img img{
    transform: scale(1.1);
}
.slider-nav{
    max-width: 1200px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 40px;
}
.slider-nav .slider-nav-arrow img{
    width: 60px;
    display: block;
}
.slider-nav .slider-nav-arrows{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.slider-nav .slider-nav-arrow{
    margin-left: 15px;
    cursor: pointer;
}
.slider-nav .slider-nav-bar{
    width: calc(100% - 150px);
    position: relative;
    background-color: #c8c9c9;
    height: 3px;
}
.slider-nav .slider-nav-bar span{
    height: 3px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--red);
    transition: 1s;
}
.home-sec05{
    position: relative;
}
.home-sec05 > img{
    width: 100%;
}
.home-sec05 .text-img img{
    width: 60vw;
}
.home-sec05 .text-img{
    position: absolute;
    bottom: 0;
    right: 0;
}
.home-sec06{
    background-color: #0f0e15;
}
.home-sec06 .flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.home-sec06 .grid-box{
    width: calc(50% - 15px);
    display: grid;
    grid-template-columns: repeat(2,1fr);
}
.home-sec06 .grid-box.n1{
    column-gap: 30px;
    row-gap: 35px;
}
.home-sec06 .grid-box.n2{
    column-gap: 30px;
    row-gap: 10px;
}
.home-sec06 .grid-box.n1 .box:first-child{
    grid-column: 1/3;
}
.home-sec06 .grid-box .box .img img{
    width: 100%;
}
.home-sec06 .grid-box .box .img{
    position: relative;
}
.home-sec06 .grid-box .box .img::before{
    content: "";
    position: absolute;
    border: 1px solid #0f0e15;
    top: 0;
    left: 0;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    z-index: 1;
}
.home-sec06 .grid-box .box a{
    display: block;
    color: #fff;
    font-size: 14px;
}
.home-sec06 .grid-box .box .text{
    color: #fff;
    font-size: 13px;
    line-height: 1.5;
    margin-top: 5px;
}


/* MODAL */
#modal-overlay{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.8);
    z-index: 99998;
}
#modal-content{
    display: none;
    position: fixed;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    max-width: 767px;
    width: 100%;
    background-color: #fff;
    max-height: 80vh;
    overflow-y: scroll;
    z-index: 99999;
    padding: 30px;
}
#modal-content .close-btn{
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    cursor: pointer;
    line-height: 1;
}
#modal-content .modal-ttl-text{
    font-size: 26px;
    line-height: 1;
    margin-bottom: 15px;
    font-weight: bold;
}
#modal-content .modal-ttl-text span{
    font-size: 14px;
    color: #9d9d9e;
    margin-left: 10px;
    font-family: var(--mont);
}
#modal-content .modal-img img{
    width: 100%;
}
#modal-content .modal-body{
    margin-top: 15px;
    font-size: 14px;
}
#modal-content .modal-body dl{
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
}
#modal-content .modal-body dl dt{
    width: 120px;
}
#modal-content .modal-body dl dd{
    width: calc(100% - 120px);
    padding-left: 15px;
}


/* PAGE */
.page-mv{
    padding-top: 200px;
}
.page-title{
    margin-bottom: 40px;
    line-height: 1;
    border-left: 7px solid #e41f19;
    padding-left: 15px;
}
.page-title-text{
    font-size: 48px;
    font-weight: bold;
}
.page-title-text span{
    font-family: var(--mont);
    color: var(--red);
    font-size: 22px;
    display: block;
    margin-top: 15px;
}
.page-mv-img{
    padding-right: 12vw;
    position: relative;
    z-index: 1;
}
.page-mv-img img{
    width: 100%;
}
.first-section{
    margin-top: -14vw;
    padding-top: calc(14vw + 100px);
}
.common-table table{
    border-collapse: separate;
    border-spacing: 5px;
}
.common-table table th,
.common-table table td{
    padding: 14px 20px;
}
.common-table table th{
    background-color: #e41f19;
    border: 2px solid #e41f19;
    color: #fff;
    width: 25%;
    font-weight: bold;
}
.common-table table td{
    border: 2px solid #e41f19;
    width: 75%;
}

.common-table.gray-table th {
    background-color: #aaa;
}
.common-table.gray-table th,
.common-table.gray-table td {
    border: 2px solid #aaa;
}


/* WELFARE */
body#welfare{
    overflow: initial;
}
.welfare-sec01{
    background-color: #f2f3f3;
}
.welfare-sec01 .flex .l-cont{
    width: 40%;
}
.welfare-sec01 .flex .l-cont .sticky{
    position: sticky;
    top: 120px;
}
.welfare-sec01 .flex .r-cont{
    width: 60%;
}
.welfare-sec01 .flex .l-cont .text{
    color: var(--red);
    line-height: 2.2;
}
.welfare-sec01 .q-box .q-title span{
    font-size: 32px;
    line-height: 1;
    color: var(--red);
    font-weight: normal;
    font-family: var(--mont);
    position: absolute;
    top: 22px;
    left: 0;
}
.welfare-sec01 .q-box .q-title{
    padding: 20px 0 10px;
    border-bottom: 1px solid #231815;
    font-size: 22px;
    font-weight: bold;
    position: relative;
    line-height: 1.5;
    padding-right: 50px;
    padding-left: 70px;
}
.welfare-sec01 .q-box .q-title::before,
.welfare-sec01 .q-box .q-title::after{
    display: none;
    content: "";
    width: 14px;
    height: 2px;
    background: #000;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    right: 10px;
    transition: .3s;
}
.welfare-sec01 .q-box .q-title::after{
    transform: translate(-50%,-50%) rotate(-90deg);
}
.welfare-sec01 .q-box .q-title.active::after{
    transform: translate(-50%,-50%) rotate(0deg);
}
.welfare-sec01 .q-box .q-title small{
    font-size: 14px;
    font-weight: 500;
}
.welfare-sec01 .q-box .answer{
    font-size: 15px;
    padding-top: 10px;
}
.welfare-sec01 .att-box{
    margin-top: 50px;
}
.welfare-sec01 .att-box .att{
    font-weight: bold;
    font-size: 20px;
}
.welfare-sec01 .att-box .att img{
    width: 155px;
}
.welfare-sec01 .att-box .att span{
    font-size: 28px;
}
.welfare-sec01 .att-box .att span.line{
    position: relative;
    z-index: 0;
}
.welfare-sec01 .att-box .att span.line::before{
    content: "";
    width: 100%;
    height: 5px;
    position: absolute;
    bottom: 4px;
    left: 0;
    background-color: var(--red);
    z-index: -1;
}
.welfare-sec02 .ttl .ttl-text{
    color: var(--red);
    font-weight: bold;
    font-size: 48px;
    line-height: 1.3;
}
.welfare-sec02 .ttl .en-text{
    font-weight: bold;
    font-size: 18px;
}
.welfare-sec02 .ttl{
    margin-bottom: 40px;
}
.welfare-sec02 .img{
    text-align: center;
}
.welfare-sec02 .img img{
    width: 100%;
}
.welfare-sec03{
    background-color: #0f0e15;
    color: #fff;
}
.welfare-sec03 .ttl-text{
    margin-bottom: 100px;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.1em;
}
.welfare-sec03 .box{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
}
.welfare-sec03 .box:last-child{
    margin-bottom: 0;
}
.welfare-sec03 .box .logo-img img{
    width: 190px;
}
.welfare-sec03 .box .text-box{
    width: calc(100% - 190px);
    padding-left: 60px;
}
.welfare-sec03 .box .text-box .text.top{
    margin-bottom: 15px;
    font-size: 18px;
}
.welfare-sec03 .box .text-box .text:not(.top){
    font-size: 15px;
}


/* INFOGRAPHICS */
.infographics-sec01{
    background: #0f0e15 url(img/infographics/bg.png) repeat;
}
.infographics-sec01 .grid{
    display: grid;
    gap: 15px;
    margin-bottom: 15px;
}
.infographics-sec01 .grid:last-child{
    margin-bottom: 0;
}
.infographics-sec01 .grid .box{
    background-color: #fff;
    border-radius: 15px;
    padding: 30px;
}
.infographics-sec01 .grid .box .text{
    font-size: 14px;
    margin-top: 20px;
}
.infographics-sec01 .grid .box .ttl-text{
    line-height: 1.3;
    margin-bottom: 20px;
    font-size: 20px;
    border-left: 4px solid #000;
    padding-left: 10px;
}
.infographics-sec01 .grid .box.n3{
    grid-row: 1/3;
}
.infographics-sec01 .grid .box.n4{
    grid-column: 1/3;
    grid-row: 2/3;
}
.infographics-sec01 .grid .box.n5{
    grid-row: 1/3;
}
.infographics-sec01 .grid .box.n6{
    grid-row: 1/2;
}
.infographics-sec01 .grid .box.n7{
    grid-row: 2/3;
}
.infographics-sec01 .grid2{
    grid-template-columns: repeat(2,1fr);
}
.infographics-sec01 .grid .box.n7 .flex{
    justify-content: space-between;
    align-items: center;
    margin-top: -30px;
}
.infographics-sec01 .grid .box.n7 .flex .illust-img img{
    width: 110px;
}
.infographics-sec01 .grid .box.n7 .illust-img{
    width: 40%;
    text-align: center;
}
.infographics-sec01 .grid .box.n7 ul{
    width: 60%;
}
.infographics-sec01 .grid .box.n7 ul li{
    display: flex;
    flex-wrap: wrap;
    line-height: 2;
    font-size: 14px;
    white-space: nowrap;
    align-items: center;
}
.infographics-sec01 .grid .box.n7 ul li span{
    margin: 0 15px;
    border-top: 1px dotted #c8c9c9;
    display: inline-block;
    flex-grow: 1;
    height: 1px;
}
.infographics-sec01 .grid3{
    grid-template-columns: repeat(5,1fr);
}
.infographics-sec01 .grid .box.n8{
    grid-column: 1/4;
}
.infographics-sec01 .grid .box.n8 .flex{
    align-items: flex-end;
}
.infographics-sec01 .grid .box.n8 .flex .illust-img img{
    width: 318px;
}
.infographics-sec01 .grid .box.n8 .flex .text{
    margin-top: 0;
    padding-left: 25px;
    width: calc(100% - 318px);
}
.infographics-sec01 .grid .box.n9 .illust-img{
    margin-top: -35px;
}
.infographics-sec01 .grid .box.n10 .illust-img{
    position: relative;
    bottom: -30px;
}


/* INTERNSHIP */
.intern-sec01{
    background-color: #f2f3f3;
}
.intern-sec01 .ttl-text{
    text-align: center;
    font-size: 48px;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
}
.intern-sec01 .ttl-text span{
    color: var(--red);
}
.intern-sec01 .desc-text{
    text-align: center;
    font-size: 18px;
    line-height: 2.2;
}
.intern-sec01 .intern-slider-wrap{
    padding-left: calc((100% - 1200px)/2);
}
.intern-sec01 .intern-slider-wrap .text{
    margin-top: 10px;
    font-size: 14px;
}
.intern-sec01 .intern-slider .intern-slider-item{
    width: 300px;
    margin-right: 20px;
}
.intern-sec01 .intern-slider-wrap .slider-nav-bar span{
    transition: .4s;
}
.intern-sec01 .intern-slider-wrap .slider-nav-arrow{
    transition: .4s;
}
.intern-sec01 .intern-slider-wrap .text-img{
    margin-bottom: -20px;
    position: relative;
    z-index: 1;
    left: -50px;
}
.intern-sec01 .intern-slider-wrap .text-img img{
    width: 190px;
}
.intern-sec01 .view-more{
    margin-top: 50px;
}
.intern-sec02{
    position: relative;
    z-index: 0;
}
.intern-sec02::before{
    content: "";
    width: 100%;
    height: 40%;
    background-color: #f2f3f3;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.intern-sec02 .cont{
    padding-left: calc((100% - 1200px)/2);
}
.intern-sec02 .cont-inner{
    background: #0f0e15 url(img/infographics/bg.png) repeat;
    padding-bottom: 100px;
}
.intern-sec02 .text-img img{
    width: 570px;
}
.intern-sec02 .balloon-text img{
    width: 187px;
}
.intern-sec02 .balloon-text{
    margin-top: -10px;
    padding-left: 80px;
}
.intern-sec02 .voice-box{
    padding-left: 100px;
    padding-right: calc((100% - 1200px)/2);
    color: #fff;
}
.intern-sec02 .voice-box .item{
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}
.intern-sec02 .voice-box .item .icon-img img{
    width: 120px;
}
.intern-sec02 .voice-box .item .text-box{
    width: calc(100% - 120px);
    padding-left: 30px;
}
.intern-sec02 .voice-box .item .text-box .text{
    font-size: 15px;
}
.intern-sec02 .voice-box .item .text-box .name{
    font-size: 15px;
    text-align: right;
    margin-top: 20px;
}
.intern-sec02 .voice-box .item .text-box .name span{
    font-size: 20px;
}


/* ページネーション */
.wp-pagenavi{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 80px;
}
.wp-pagenavi a,
.wp-pagenavi span{
    color: #1a1514;
    margin: 0 5px;
    border: 1px solid #231815;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-weight: 500;
}
.wp-pagenavi a.current,
.wp-pagenavi span.current{
    pointer-events: none;
}
.wp-pagenavi a.current,
.wp-pagenavi a:hover,
.wp-pagenavi span.current,
.wp-pagenavi span:hover{
    background-color: #231815;
    color: #fff;
    opacity: 1;
}


/* SINGLE */
.news-single-sec .date{
    font-family: var(--mont);
}
.single-title{
    font-weight: bold;
    font-size: 22px;
    border-bottom: 1px solid #c2c2c2;
    padding-bottom: 10px;
}


/* フォーム */
.wpcf7 table th,
.wpcf7 table td{
    padding: 15px;
}
.wpcf7 table th{
    font-weight: bold;
    color: #fff;
    background-color: #0f0e15;
}
.wpcf7 table th p,
.wpcf7 table td p{
    margin: 0;
}
.wpcf7 table th .form-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
span.must{
    font-size: 13px;
    color: #231815;
    display: inline-block;
    padding: 0 5px;
    background-color: #fff;
}
.wpcf7 table td{
    background-color: #f7f7f7;
}
form input[type="text"], form input[type="email"], form input[type="tel"], form input[type="number"], form textarea{
    -webkit-appearance: none;
    background-color: #fff;
    appearance: none;
    border: none;
}
form textarea{
    width: 100%;
    resize: none;
}
.wpcf7 table{
    border-collapse: separate;
    border-spacing: 10px;
}
.submit_btn{
    margin-top: 50px;
    position: relative;
    text-align: center;
}
form .submit_btn input{
    font-weight: bold;
    width: 285px;
    padding: 19px;
    text-align: center;
    transition: .2s;
    -webkit-appearance: none;
    appearance: none;
}
form .submit_btn input:disabled{
    background: gray !important;
    pointer-events: none;
    border: 1px solid gray !important;
}
form .submit_btn input[type="submit"]{
    background: #0f0e15;
    color: #fff;
    border: 1px solid #0f0e15;
}
form .submit_btn input[type="submit"]:hover{
    opacity: 1;
    background-color: #fff;
    color: #0f0e15;
}
form .submit_btn input[type="button"]{
    background-color: gray;
    color: #fff;
    border: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}
div.wpcf7 .ajax-loader{
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: -30px;
}
div.wpcf7-response-output {
    margin: 3em 0.5em 1em;
}
.law{
    background-color: #f7f8f8;
    margin-top: 20px;
    padding: 25px 30px;
    border: 1px solid #231815;
}
.law .text{
    font-size: 14px;
    text-align: justify;
    line-height: 2;
    margin-bottom: 10px;
}
.law .text span{
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}
.law .text:last-child{
    margin-bottom: 0;
}
.wpcf7-spinner{
    display: block;
    margin: 20px auto 0;
}

@media screen and (max-width: 767px){
    .wpcf7 table{
        border-collapse: collapse;
        border-spacing: 0;
    }
    .wpcf7 table th,
    .wpcf7 table td{
        width: 100%;
        display: block;
        white-space: normal;
        font-size: 14px;
    }
    form input[type="text"], form input[type="email"], form input[type="tel"], form input[type="number"], form textarea{
        width: 100%;
    }
}



/* REQUIREMENT */
.recruit-sec .box:not(:last-child){
    margin-bottom: 80px;
}
.recruit-sec .box .ttl-text{
    font-weight: bold;
    font-size: 26px;
    margin-bottom: 15px;
}

.contact .f-logo {
    text-align: center;
    margin: 0 0 80px;
}

.contact .main-logo img {
    max-width: 500px;
    padding: 20px;
    width: 100%;
}

.contact .main-logo {
    text-align: center;
    margin-top: 80px;
}

.contact .f-logo {
    padding: 30px;
    text-align: center;
}

.contact .f-logo img {
    max-width: 250px;
}