@charset "utf-8";
/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Yuji+Mai&display=swap');
:root {
    /*------▼基本設定▼------*/
    --color-background: #FFF;
    --color-font: #2B2F34;
    --color-primary: #1B406E;
    --color-primary-shade: #F9F9F9;
    --color-primary-tint: #155AB0;
    --color-secondary: #F73737;
    --color-secondary-tint: #F86464;
    --color-table-border: #DDDDDD;
    --body-font-size: clamp(14px, .84vw, 16px);
    --body-font-family: "Noto Sans JP", sans-serif;
    --content-max-width: 1240px;
    /*------▼ヘッダー設定▼------*/
    --header-background: #1B406E;
    --header-color-font: #FFF;
    --header-color-primary: #72C77D;
    --header-color-primary-shade: #F9F9F9;
    --header-color-primary-tint: #155AB0;
    /*------▼フッター設定▼------*/
    --footer-background: #1B406E;
    --footer-color-font: #FFF;
    --footer-color-primary: #FFF;
    /*------▼フォント設定▼------*/
    --font-family01: "Noto Sans JP", sans-serif;
    --font-family02: "Montserrat", sans-serif;
    --font-family03: "Yuji Mai", serif;
    /*------▼フォントサイズ設定▼------*/
    --font-size12: clamp(10px, .63vw, 12px);
    --font-size14: clamp(12px, .73vw, 14px);
    --font-size16: clamp(14px, .84vw, 16px);
    --font-size18: clamp(14px, .94vw, 18px);
    --font-size20: clamp(18px, 1.1vw, 20px);
    --font-size22: clamp(18px, 1.15vw, 22px);
    --font-size24: clamp(18px, 1.25vw, 24px);
    --font-size26: clamp(20px, 1.36vw, 26px);
    --font-size28: clamp(20px, 1.6vw, 28px);
    --font-size30: clamp(22px, 1.7vw, 30px);
    --font-size31: clamp(22px, 1.7vw, 31px);
    --font-size32: clamp(22px, 1.7vw, 32px);
    --font-size34: clamp(24px, 1.85vw, 34px);
    --font-size36: clamp(24px, 1.85vw, 36px);
    --font-size38: clamp(26px, 2vw, 38px);
    --font-size40: clamp(26px, 2.1vw, 40px);
    --font-size42: clamp(26px, 2.3vw, 42px);
    --font-size46: clamp(26px, 2.4vw, 46px);
	--font-size48: clamp(30px, 2.61vw, 48px);
    --font-size50: clamp(30px, 2.61vw, 50px);
    --font-size52: clamp(32px, 2.71vw, 52px);
    --font-size60: clamp(36px, 3.13vw, 60px);
    /*------▼clampバリエーション設定▼------*/
    --clamp-10: clamp(5px, 0.52vw, 10px);
    --clamp-14: clamp(7px, 0.73vw, 14px);
    --clamp-20: clamp(10px, 1.04vw, 20px);
    --clamp-30: clamp(15px, 1.56vw, 30px);
    --clamp-40: clamp(20px, 2.08vw, 40px);
    --clamp-44: clamp(20px, 2.61vw, 44px);
    --clamp-50: clamp(25px, 2.61vw, 50px);
    --clamp-60: clamp(30px, 3.13vw, 60px);
    --clamp-70: clamp(35px, 3.65vw, 70px);
    --clamp-80: clamp(40px, 4.17vw, 80px);
    --clamp-90: clamp(45px, 4.69vw, 90px); 
    --clamp-100: clamp(50px, 5.42vw, 100px);
    --clamp-110: clamp(55px, 5.73vw, 110px);
    --clamp-120: clamp(60px, 6.25vw, 120px);
    --clamp-130: clamp(65px, 6.78vw, 130px);
    --clamp-140: clamp(70px, 7.3vw, 140px);
    --clamp-150: clamp(76px, 7.92vw, 150px);
    --clamp-200: clamp(100px, 10.42vw, 200px);
}

b {
    font-weight: bold;
}
/* == == == == == == == == == == == == == == == == == == 
* inner/outer
* == == == == == == == == == == == == == == == == == == */
.wrapper_content {
	position: relative;
	width: 94%;
	max-width: var(--content-max-width);
	margin: 0 auto;
}
.content_inner {
    position: relative;
    z-index: 0; 
}
.max_wFull {
    position: relative;
    width:100vw;
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
}
.max_wFull::before {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: -1;
}
/* == == == == == == == == == == == == == == == == == == 
*  テキスト/text 
*  == == == == == == == == == == == == == == == == == == */
.post h2, .post h3, .post h4 {
    padding: 0;
    margin: 0; 
    border: none;
}
.post h2::before, .post h3::before, .post h4::before, .post h2::after{
    content: none;
}
/* ==== post ~ ===== */
.post p {
    color: var(--color-font);
}
.post h1, .post h2, .post h3, .post h4, .post h5 {
    color: var(--color-primary);
}
.post p, .post h1, .post h2, .post h3, .post h4, .post h5 {
    letter-spacing: .03em;
}
.post p {
    font-size: var(--font-size16);
    line-height: 2;
    margin-bottom: 1.7em;
    font-weight: 500;
}
.post h2 {
    font-size: var(--font-size28);
    line-height: 1.7;
    margin-bottom: .5em;
    font-weight: bold;
}
.post h3 {
    font-size: var(--font-size22);
    line-height: 1.7;
    margin-bottom: .7em;
    font-weight: bold;
}
.post h4 {
    font-size: var(--font-size20);
    line-height: 1.7;
    margin-bottom: .5em;
    font-weight: bold;
}
.post h5 {
    font-size: var(--font-size18);
    line-height: 1.7;
    margin-bottom: .5em;
    font-weight: bold;
}
.post .lead {
    line-height: 1.5;
    font-weight: bold;
	margin-bottom: .8em; 
}
.post .name {
	font-size: var(--font-size22);
	font-family: var(--font-family03);
	margin-left: 1em;
}
/* ==== text / ユーティリティ ===== */
.regular {font-weight: 400!important;}
.mid {font-weight: 500!important;}
.semi-bold {font-weight: 600!important;}
.bold {font-weight: bold!important;}
.strong {font-weight: 900!important;}
.jp {font-family: var(--font-family01);}
/* .en {font-family: var(--font-family02);} */
.ff-01, .post .ff-01 {font-family: var(--font-family01);}
.ff-02, .post .ff-02 {font-family: var(--font-family02);}
.color-font, .post .color-font {color: var(--color-font);}
.color-primary, .post .color-primary {color: var(--color-primary);}
.color-tint, .post .color-tint {color: var(--color-primary-tint);}
.color-shade, .post .color-shade {color: var(--color-primary-shade);}
.color-white, .post .color-white {color: #FFF;}
.color-secondary, .post .color-secondary {color: var(--color-secondary);}
.px12, .post .px12 {font-size: var(--font-size12)!important;}
.px14, .post .px14 {font-size: var(--font-size14)!important;}
.px16, .post .px16 {font-size: var(--font-size16)!important;}
.px18, .post .px18 {font-size: var(--font-size18)!important;}
.px20, .post .px20 {font-size: var(--font-size20)!important;}
.px22, .post .px22 {font-size: var(--font-size22)!important;}
.px24, .post .px24 {font-size: var(--font-size24)!important;}
.px26, .post .px26 {font-size: var(--font-size26)!important;}
.px28, .post .px28 {font-size: var(--font-size28)!important;}
.px30, .post .px30 {font-size: var(--font-size30)!important;}
.px32, .post .px32 {font-size: var(--font-size32)!important;}
.px34, .post .px34 {font-size: var(--font-size34)!important;}
.px36, .post .px36 {font-size: var(--font-size36)!important;}
.px38, .post .px38 {font-size: var(--font-size38)!important;}
.px40, .post .px40 {font-size: var(--font-size40)!important;}
.px44, .post .px44 {font-size: var(--font-size44)!important;}
.px46, .post .px46 {font-size: var(--font-size46)!important;}
.px50, .post .px50 {font-size: var(--font-size50)!important;}
.px52, .post .px52 {font-size: var(--font-size52)!important;}
.px60, .post .px60 {font-size: var(--font-size60)!important;}
/* ===== text / 追加ユーティリティ ===== */
.txt-underline, .post .txt-underline {text-decoration: underline;}
.txt-underline:hover, .post .txt-underline:hover {text-decoration: unset;}
.txt-marker, .post .txt-marker {background: linear-gradient(0, #6E9BA340 25%, transparent 25%);}
/* == == == == == == == == == == == == == == == == == == 
*  レイアウト/あしらい
*  == == == == == == == == == == == == == == == == == == */
.content {position: relative;}
.gap {gap: 4%;}
.box-shadow {box-shadow: 0 3px 20px #7E7E7E26;}
.dis-block, .dis-inline-block, .dis-flex {position: relative;}
.dis-block {display: block;}
.dis-inline-block {display: inline-block;}
.dis-flex {display: flex;}
.bg-white, .post .bg-white {background: #FFF;}
.bg-transparent, .post .bg-transparent {background: transparent;}
.bg-gray, .post .bg-gray {background: #F7F8F9;}
.bg-primary, .post .bg-primary {background: var(--color-primary);}
.bg-tint, .post .bg-tint {background: var(--color-primary-tint);}
.bg-shade, .post .bg-shade {background: var(--color-primary-shade);}
.outline {outline: 1px solid;}
.border-radius {
	border-radius: 10px;
    overflow: hidden;
}
.border-bottom {
    border-bottom: .5px solid #D1D1D1;
}
.anchor_link::before {
    padding-top: var(--clamp-150);
    margin-top: calc(var(--clamp-150) * -1);
}
.img-area img {
    width: 100%;
}
.txt-area, .img-area {
    position: relative;
}
.txt-inner {
    max-width: 600px;
    width: 94%;
}
.inner_padding {
    padding: 15px;
}
.googlemap {
	padding-bottom: 35%;
	margin: var(--px40) auto;
}

@media print, screen and (min-width: 769px) {
    .ml-auto {margin-left: auto!important;}
    .mr-auto {margin-right: auto!important;}
}
@media print, screen and (max-width: 768px) {
    .sp_center {
        text-align: center;
    }
    .txt-inner {
        max-width: 94%;
        width: 100%;
        margin: 0 auto;
    }
}
/* ==== 追加 ==== */
.object-fit_2-1 img {
    aspect-ratio: 2/1;
    object-fit: cover;
}
.mx-auto, .post .mx-auto {
	margin: 0 auto;
}
.icon-area {
    width: 25%;
    max-width: 90px;
    overflow: hidden;
    border-radius: 50vw;
    margin: 0 auto;
}
@media print, screen and (min-width: 769px) {
    .pc_mx-auto {margin: o auto;}
    .pc_mt1 {margin-top: 1rem !important;}
    .pc_mt2 {margin-top: 2rem !important;}
    .pc_mt3 {margin-top: 3rem !important;}
    .pc_mt4 {margin-top: 4rem !important;}
    .pc_mt5 {margin-top: 5rem !important;}
    .pc_mt6 {margin-top: 6rem !important;}
    .pc_mt7 {margin-top: 7rem !important;}
    .pc_mt8 {margin-top: 8rem !important;}
    .pc_mt9 {margin-top: 9rem !important;}
    .pc_mt10 {margin-top: 10rem !important;}
    .pc_mt15 {margin-top: 15rem !important;}
    .pc_mt16 {margin-top: 16rem !important;}
    .pc_mb1 {margin-bottom: 1rem !important;}
    .pc_mb2 {margin-bottom: 2rem !important;}
    .pc_mb3 {margin-bottom: 3rem !important;}
    .pc_mb4 {margin-bottom: 4rem !important;}
    .pc_mb5 {margin-bottom: 5rem !important;}
    .pc_mb6 {margin-bottom: 6rem !important;}
    .pc_mb7 {margin-bottom: 7rem !important;}
    .pc_mb8 {margin-bottom: 8rem !important;}
    .pc_mb9 {margin-bottom: 9rem !important;}
    .pc_mb10 {margin-bottom: 10rem !important;}
    .pc_mb15 {margin-bottom: 15rem !important;}
    .pc_mb16 {margin-bottom: 16rem !important;}
    .pc_pt1 {padding-top: 1rem !important;}
    .pc_pt2 {padding-top: 2rem !important;}
    .pc_pt3 {padding-top: 3rem !important;}
    .pc_pt4 {padding-top: 4rem !important;}
    .pc_pt5 {padding-top: 5rem !important;}
    .pc_pt6 {padding-top: 6rem !important;}
    .pc_pt7 {padding-top: 7rem !important;}
    .pc_pt8 {padding-top: 8rem !important;}
    .pc_pt9 {padding-top: 9rem !important;}
    .pc_pt10 {padding-top: 10rem !important;}
    .pc_pt15 {padding-top: 15rem !important;}
    .pc_pt16 {padding-top: 16rem !important;}
    .pc_pb1 {padding-bottom: 1rem !important;}
    .pc_pb2 {padding-bottom: 2rem !important;}
    .pc_pb3 {padding-bottom: 3rem !important;}
    .pc_pb4 {padding-bottom: 4rem !important;}
    .pc_pb5 {padding-bottom: 5rem !important;}
    .pc_pb6 {padding-bottom: 6rem !important;}
    .pc_pb7 {padding-bottom: 7rem !important;}
    .pc_pb8 {padding-bottom: 8rem !important;}
    .pc_pb9 {padding-bottom: 9rem !important;}
    .pc_pb10 {padding-bottom: 10rem !important;}
    .pc_pb15 {padding-bottom: 15rem !important;}
    .pc_pb16 {padding-bottom: 16rem !important;}
}
@media screen and (max-width: 768px) {
    .sp_mx-auto {margin: o auto;}
    .sp_pt1 {padding-top: 0.5rem !important;}
    .sp_pt2 {padding-top: 1rem !important;}
    .sp_pt3 {padding-top: 1.5rem !important;}
    .sp_pt4 {padding-top: 2rem !important;}
    .sp_pt5 {padding-top: 2.5rem !important;}
    .sp_pt6 {padding-top: 3rem !important;}
    .sp_pt7 {padding-top: 3.5rem !important;}
    .sp_pt8 {padding-top: 4rem !important;}
    .sp_pt9 {padding-top: 4.5rem !important;}
    .sp_pt10 {padding-top: 5rem !important;}
    .sp_pb1 {padding-bottom: 0.5rem !important;}
    .sp_pb2 {padding-bottom: 1rem !important;}
    .sp_pb3 {padding-bottom: 1.5rem !important;}
    .sp_pb4 {padding-bottom: 2rem !important;}
    .sp_pb5 {padding-bottom: 2.5rem !important;}
    .sp_pb6 {padding-bottom: 3rem !important;}
    .sp_pb7 {padding-bottom: 3.5rem !important;}
    .sp_pb8 {padding-bottom: 4rem !important;}
    .sp_pb9 {padding-bottom: 4.5rem !important;}
    .sp_pb10 {padding-bottom: 5rem !important;}
    .sp_pd2 {padding: 1rem !important;}
    .sp_pd3 {padding: 1.5rem !important;}
    .sp_pd4 {padding: 2rem !important;}
    .sp_pd5 {padding: 2.5rem !important;}
    .sp_mt1 {margin-top: 0.5rem !important;}
    .sp_mt2 {margin-top: 1rem !important;}
    .sp_mt3 {margin-top: 1.5rem !important;}
    .sp_mt4 {margin-top: 2rem !important;}
    .sp_mt5 {margin-top: 2.5rem !important;}
    .sp_mt6 {margin-top: 3rem !important;}
    .sp_mt7 {margin-top: 3.5rem !important;}
    .sp_mt8 {margin-top: 4rem !important;}
    .sp_mt9 {margin-top: 4.5rem !important;}
    .sp_mt10 {margin-top: 5rem !important;}
    .sp_mt15 {margin-top: 7.5rem !important;}
    .sp_mt16 {margin-top: 8rem !important;}
    .sp_mb1 {margin-bottom: 0.5rem !important;}
    .sp_mb2 {margin-bottom: 1rem !important;}
    .sp_mb3 {margin-bottom: 1.5rem !important;}
    .sp_mb4 {margin-bottom: 2rem !important;}
    .sp_mb5 {margin-bottom: 2.5rem !important;}
    .sp_mb6 {margin-bottom: 3rem !important;}
    .sp_mb7 {margin-bottom: 3.5rem !important;}
    .sp_mb8 {margin-bottom: 4rem !important;}
    .sp_mb9 {margin-bottom: 4.5rem !important;}
    .sp_mb10 {margin-bottom: 5rem !important;}
    .sp_mb15 {margin-bottom: 7.5rem !important;}
    .sp_mb16 {margin-bottom: 8rem !important;}
}
/* == == == == == == == == == == == == == == == == == == 
*  flex / card
* == == == == == == == == == == == == == == == == == == */
/* == == == == == == == ==
* flex 
* == == == == == == == == */
.col-1{ width: 100%;}
.col-2{width: calc((100% - (var(--clamp-50) * 1)) / 2);}
.col-3{width: calc(100% / 3);}
.col-4{width: calc(100% / 4);}
.col-5{width: calc(100% / 5);}
.w25 {width: 25%;}
.w35 {width: 35%;}
.w45 {width: 45%;}
.w55 {width: 55%;}
.w65 {width: 65%;}
.w75 {width: 75%;}
.w85 {width: 85%;}
.wrap {flex-wrap: wrap;}
.nowrap {flex-wrap: nowrap;}
.jc_between {justify-content: space-between;}
.jc_around {justify-content: space-around;}
.jc_evenly {justify-content: space-evenly;}
.ai_center {align-items: center;}
.ai_start {align-items: start;}
.ai_end {align-items: end;}
@media print, screen and (min-width: 769px) {
}
@media print, screen and (max-width: 768px) {
    .col-1, .col-2, .col-3, .col-4, .col-5 {
        width: 100%;
        margin-bottom: 20px;
    } 
    .w25, .w35, .w45, .w55, .w65, .w75, .w85 {
        width: 100%;
        margin-bottom: 20px;
    }
}
/* == == == == == == == ==
* card
* == == == == == == == == */
.card {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.card--col-2 {gap: 30px var(--clamp-44);}
.card--col-3 {gap: 25px}
.card--col-4 {gap: 20px;}
.card--col-5 {gap: 20px;}
.card__item--col-1 {width: calc((100% - (20px * 0)) / 1);}
.card__item--col-2 {width: calc((100% - (var(--clamp-44) * 1)) / 2);}
.card__item--col-3 {width: calc((100% - (25px * 2)) / 3);}
.card__item--col-4 {width: calc((100% - (20px * 3)) / 4);}
.card__item--col-5 {width: calc((100% - (20px * 4)) / 5);}
.card p:last-child {margin: 0;}
@media print, screen and (max-width: 1023px) {
    .card__item--col-5 {width: calc((100% - (20px * 3)) / 4);}
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {
    .card {flex-direction: row;}
    .card--col-2, .card--col-3 {
        gap: 15px;
    }
    .card__item--col-2, .card__item--col-3 {
        width: 100%;
        margin-bottom: 0;
    }
    .card__item--col-4, .card__item--col-5 {
        width: calc((100% - (20px * 1)) / 2);
        margin-bottom: 0;
    }
}
@media print, screen and (max-width: 500px) {
    .card__item--col-4, .card__item--col-5 {
        width: 90%;
		margin: 0 auto;
    }
}
/* == == == == == == == == == == == == == == == == == == 
* テーブル、マップ調整/table,map
* == == == == == == == == == == == == == == == == == == */
.post table, .post table th, .post table td {
    border: 0;
}
.post table th, .post table td {
    padding: 1.2em 1em;
    font-size: var(--font-size16);
    line-height: 1.8;
    color: var(--color-font);
    background: #FFF;
    border-bottom: 1px solid var(--color-table-border);
}
.post table th {
    font-weight: bold;
}
.post table td {
    font-weight: 500;
}
@media print, screen and (min-width: 769px) {
}
@media print, screen and (max-width: 768px) {
    .post table th, .post table td {
        width: 100%;
        display: block;
		padding: 1em;
    }
	.post table th {
        background: var(--color-primary-shade);
	}
}
/* == == == == == == == == == == == == == == == == == == 
* ボタン/btn
* == == == == == == == == == == == == == == == == == == */
.linkBtn, .post .linkBtn {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 270px;
    font-family: var(--font-family01);
    font-size: var(--font-size18);
    font-weight: bold;
    line-height: 2;
    text-align: center;
    color: #FFF;
    background: #72C77D;
    padding: 1em 2em;
    margin: 0;
    border-radius: 50vw;
    transition: all .3s ease;
    outline: 1px solid;
}

.linkBtn:hover, .post .linkBtn:hover, a:hover .linkBtn {
    color: #72C77D;
    background: #FFF;
    box-shadow: 0 6px 20px #0000001A;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}
.linkBtn::after, input.linkBtn::after, .post .linkBtn::after {
    border-right: 2px solid;
    border-bottom: 2px solid;
}
@media print, screen and (max-width: 768px) {
}
/* == == == == == == == == == == == == == == == == == == 
* アイキャッチ/eyecatch
* == == == == == == == == == == == == == == == == == == */
header#h1Header h1.title {
    font-weight: bold;
    font-size: var(--font-size48);
    font-family: var(--font-family01);
	color: #FFF;
}
#thumbImg::before, header#h1Header::before {
    opacity: .6;
    background: var(--color-primary);
}
@media print, screen and (max-width: 1024px) {
	#h1Header #thumb img {
		width: 100%;
	}
}
/* == == == == == == == == == == == == == == == == == == 
 * パンくず
 * == == == == == == == == == == == == == == == == == == */
#breadcrumb {
	background: #FFF;
}
/* == == == == == == == == == == == == == == == == == == 
 * postlist
 * == == == == == == == == == == == == == == == == == == */
.postlist li {
    border-bottom: 1px dashed var(--color-table-border);
}
 .postlist li:first-child {
    border-top: 0;
}
.postlist .time {
    font-size: var(--font-size16);
    background: var(--color-primary);
    font-weight: 500;
    padding: .3em 1em;
    border-radius: 5px;
}
.postlist .time a {
    color: #FFF;
}
.postlist .ttls, .postlist .date {
    font-size: var(--font-size16);
    font-weight: 500;
}
.post .time, .postlist .time, .post2b .time, .post4b .time {
	display: block;
}
.post h2.cat-loop {
	font-size: var(--font-size16);
	font-weight: 500;
}
.post .post_img img, .post_img img, .post2b img, .post4b img {
    object-fit: cover;
}
.post2b h2, .post4b h2, .post2b h2 a, .post4b h2 a {
	font-weight: 500;
	font-size: var(--font-size16);
}
.post_link, .post2b_link, .post4b_link {
	color: #9A9A9A;	
	border-bottom: 1px solid;
}
.post_link a, .post2b_link a, .post4b_link a {
	color: #9A9A9A;
}
@media only screen and (min-width: 769px) {
} 
/* == == == == == == == == == == == == == == == == == == 
* サイトマップ
* == == == == == == == == == == == == == == == == == == */
.post ul#sitemap_list.sitemap_disp_level_0 > li a {
    font-family: var(--font-family01);
    font-weight: 500;
}
/* == == == == == == == == == == == == == == == == == == 
* コンタクトフォーム
* == == == == == == == == == == == == == == == == == == */
.wpcf7-form .must {
    border-radius: 5px;
}
.wpcf7-form .linkBtn {
    padding: 0;
    max-width: 550px;
	margin: 0 auto;
}
.wpcf7-form  .linkBtn input[type="submit"] {
	color: #FFF;
}
.wpcf7-form .linkBtn:hover input[type="submit"] {
	color: #72C77D;
}
.post .subimitarea .linkBtn input[type="submit"] {
	padding: 1em 2em;
}
/* == == == == == == == == == == == == == == == == == == 
* ヘッダー調整/header
* == == == == == == == == == == == == == == == == == == */
#header {
    position: relative;
}
nav#mainNav ul li.recruit a b::after {
	content: '\f08e';
	margin-left: .5em;
	font-family: 'FontAwesome';
	font-weight: 400;
}
@media print, screen and (min-width: 1024px) {
    #header {
        height: auto;
    }
	body.home #header {
		position: absolute;
		background: transparent;
	}
    #header-layout {
		padding: 0 2%;
    }
    #header-layout, .sticky-header #header-layout {
        height: 100px;
	}
	nav#mainNav {
		width: 100%;
		max-width: unset;
	}
    .sticky-header #header > .inner {
        background: var(--header-background);
    }
	body.sticky-header nav#mainNav {
		margin: 0 auto;
	}
	#header .logo {
		padding: 10px var(--px20);
	}
	#header .logo img {
		max-width: 300px;
		max-height: 70px;
		width: 100%;
	}
/* == == == == == == == ==
 * ヘッダー下部__グローバルナビ
 * == == == == == == == == */
	nav#mainNav ul li a b {
		font-family: var(--font-family01);
        font-size: var(--font-size16);
		font-weight: bold;
		letter-spacing: 1px;
		color: #FFF;
		position: relative;
		padding-bottom: 5px;
	}   
    nav#mainNav ul li a span {
        font-family: var(--font-family01);
        font-size: var(--font-size14);
		font-weight: 400;
		letter-spacing: 1px;
		padding-bottom: 5px;
		position: relative;
    }
	nav#mainNav ul li.current-menu-item a, nav#mainNav ul li a:hover, nav#mainNav ul li a:active, nav#mainNav ul li.current-menu-parent a, nav#mainNav ul li.current-menu-ancestor a {
		background: transparent;
	}
	nav#mainNav ul li.current-menu-item a b, nav#mainNav ul li a:hover b, nav#mainNav ul li a:active b, nav#mainNav ul li.current-menu-parent a b {
		color: #FFF;
	}
	nav#mainNav ul li.current-menu-item a span, nav#mainNav ul li a:hover span, nav#mainNav ul li a:active span, nav#mainNav ul li.current-menu-parent a span {
		color: #FFF;
	}
	nav#mainNav ul li a b::before {
		content: '';
		position: absolute;
		width: 100%;
		height: 1px;
		background: #FFF;
		left: 0;
		bottom: 0;
		transition: .5s ease;
		transform-origin: center;
		-webkit-transform: rotateY(90deg);
		transform: rotateY(90deg);
	}
	nav#mainNav ul li a:hover b::before,
	nav#mainNav ul li.current-menu-item a b::before,
	nav#mainNav ul li a:active b::before, 
	nav#mainNav ul li.current-menu-parent a b::before {
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}
/* == == == == == == == ==
 * ヘッダー下部__グローバルナビ__サブメニュー
 * == == == == == == == == */
	nav#mainNav ul li li a, nav#mainNav ul li li.current-menu-item li a, nav#mainNav ul li.current-menu-ancestor li a, nav#mainNav ul li.current-menu-item li a {
		background: #FFFFFFCC;
		color: var(--color-primary-tint);
		font-size: var(--font-size16);
		font-weight: 500;
	}
	nav#mainNav ul li ul.sub-menu li a:hover, nav#mainNav ul li ul.sub-menu li.current-menu-item a, nav#mainNav ul li.current-menu-item ul.sub-menu li a {
		background: #FFF;
		color: var(--color-primary-tint);
	}
	
/* == == == == == == == ==
 * ヘッダー下部__コンタクトナビゲーション
 * == == == == == == == == */
	#header ul.header__contact {
		gap: var(--px16);
	}
	#header ul.header__contact li {
		display: flex;
		align-items: center;
	}
    #header a.head_btn {
	    height: 60px;
	    flex-direction: row;
	    border-radius: 50vw;
	    width: 12em;
        font-size: var(--font-size18);
		font-family: var(--font-family01);
		font-weight: bold;
		color: #FFF;
		background: var(--header-color-primary);
		letter-spacing: .05em;
		gap: .5em;
    }
	#header a.head_btn::before {
		font-size: 1em;
		margin-bottom: 0; 
	}
	#header a.head_btn:hover {
		background:  #FFF;
		color: var(--header-color-primary);
		opacity: 1;
		outline: 1px solid;
	}
}
/* == == == == == == == ==
* スマホ
* == == == == == == == == */
.spmenu #menu p {
	margin-bottom: 0;
	    line-height: 1.5;
}
.spmenu #menu span, .spmenu #menu span:before, .spmenu #menu span:after {
	background: #FFF;
}
.spmenu #menu p {
	color: #FFF;
}
@media print, screen and (max-width: 1023px) {
	nav#mainNav ul li a {
		background: var(--header-background);
		color: var(--header-color-font);
		font-family: var(--font-family02);
	}
	nav#mainNav ul li a:hover {
		background: var(--color-primary-tint)!important;
		color: #FFF;
	}
	nav#mainNav ul li li a, nav#mainNav ul li.current-menu-item li a, nav#mainNav ul li li:last-child a {
		background: var(--header-background);
		color: #FFF;
		font-weight: bold;
	}
	nav#mainNav ul li.current-menu-item a, nav#mainNav ul li a:hover {
		color: #FFF;
		background: var(--color-primary-tint);
	}
	nav#mainNav ul li a:hover, nav#mainNav ul li.current-menu-item a {
		background: var(--color-primary-tint);
	}
	nav#mainNav ul li li a:hover, nav#mainNav ul li li.current-menu-item a, nav#mainNav ul li.current-menu-item li a:hover {
		background: var(--color-primary-tint)!important;
		color: #FFF;
	}
	nav#mainNav ul li li.current-menu-item:last-child a, nav#mainNav ul li li:last-child a:hover, nav#mainNav ul li.current-menu-item li:last-child a:hover {
		background: var(--color-primary-tint)!important;
		color: #FFF;
	}
}
/* == == == == == == == == == == == == == == == == == == 
*  フッター調整/footer 
* == == == == == == == == == == == == == == == == == == */
#footer {
	padding-top: 0;
    padding-bottom: 0;
}
#footer a {
	transition: .5s ease;
}
#footer .inner {
	padding-top: 10px;
}
#footer .footer__logo img {
    max-width: 350px;
}
#footer li a, .footeradd, .footertel {
	font-size: var(--font-size14);
	font-weight: 400;
}
#footer .footer__logo:not(:last-child) {
    text-align: left;
}
#footer .footer__logo img {
    max-width: 175px;
    max-height: (--px70);
}
#copyright {
    background: var(--footer-background);
    color: var(--footer-color-font);
    padding: 10px 0;
    margin: 0;
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {
	#footer .footer__logo:not(:last-child) {
		text-align: center;
	}
}
/* == == == == == == == == == == == == == == == == == == 
* その他の調整 / other
* == == == == == == == == == == == == == == == == == == */
/* == #content.wide ==== */
#content, body:not(.home) #content.wide {
    padding-top: 0;
    padding-bottom: 0;
}
body.archive.category #content.wide,
body.single #content.wide,
body.page-contact #content.wide,
body.page-thanks #content.wide,
body.page-sitemap #content.wide,
body.page-privacy #content.wide {
    padding: var(--clamp-80) 0;
}
@media print, screen and (min-width: 769px) {
}
@media print, screen and (max-width: 768px) {
}
/* == == == == == == == == == == == == == == == == == == 
* トップ、下層調整/ .top-content, .page-content
* == == == == == == == == == == == == == == == == == == */
.page-content {
    position: relative;
    width: 100vw;
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
}
@media print, screen and (max-width: 768px) {
}
/* == == == == == == == == == == == == == == == == == == 
* component / c-~~
* == == == == == == == == == == == == == == == == == == */
/* ==== c-ttl-01 ==== */
.c-ttl-01, .post .c-ttl-01 {
    position: relative;
	display: flex;
    flex-direction: column;
	align-items: flex-start; 
    color: var(--color-primary-tint);
    font-size: var(--font-size48);
    font-family: var(--font-family01);
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: .6em;
	text-align: left; 
	padding-left: .5em;
}
.c-ttl-01::before, .post .c-ttl-01::before {
    content: '';
    position: absolute;
    width: .3em;
    height: .3em;
    background: linear-gradient(135deg, #155AB0, #D2D2D2);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    top: .5em;
    left: 0;
	border-radius: 50vw;
}
.c-ttl-01 .en, .post .c-ttl-01 .en {
    font-family: var(--font-family02);
    font-size: var(--font-size48);
    font-weight: 400;
    letter-spacing: .03em;
}
.c-ttl-01 .jp, .post .c-ttl-01 .jp {
    padding-top: .6em;
    font-size: var(--font-size20);
}
.c-ttl-01--white, .post .c-ttl-01--white {
	color: #FFF;
}
/* ==== c-ttl-02 ==== */
.c-ttl-02, .post .c-ttl-02 {
    position: relative;
	display: block;
    text-align: left;
    color: var(--color-primary);
    font-size: var(--font-size28);
    font-family: var(--font-family01);
    font-weight: bold;
    line-height: 1.5;
	padding-bottom: .3em;
    margin-bottom: 1em;
    border-bottom: 1px solid #B8CDE7;
}
/* ==== c-btn-content ==== */
.c-btn-content, .post .c-btn-content {
    display: flex;
    flex-direction: row;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
	width: 100%;
}

@media print, screen and (min-width: 769px) {
    .c-btn-content--left, .post .c-btn-content--left {
        justify-content: flex-start;
    }
    .c-btn-content--right, .post .c-btn-content--right {
        justify-content: flex-end;
    }
}
/* ==== c-btn ==== */
.c-btn, .post .c-btn, a.c-btn {
    transition: .5s ease;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative;
    background: #F2F5F8;
    color: var(--color-primary-tint);
    font-size: var(--font-size16);
    font-family: var(--font-family01);
    font-weight: bold;
    width: 90%;
    max-width: 220px;
    line-height: 1.7;
    padding: 1em;
    border-radius: 50vw;
    text-align: center; 
	gap: .5em;
}
.c-btn:hover, .post .c-btn:hover, a.c-btn:hover {
    color:#FFF;
    background: var(--color-primary-tint);
    box-shadow: 0 6px 20px #0000001A;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    outline: 1px solid;
}
.c-btn--mail, a.c-btn--mail {
    background: #72C77D;
	color: #FFF;
    display: flex;
    flex-direction: row;
    gap: 1em;
    align-items: center;
    justify-content: center;
}
.c-btn--mail:hover, a.c-btn--mail:hover {
    color: #72C77D;
    background: #FFF;
}
.c-btn--mail::before, a.c-btn--mail::before {
    content: '\f0e0';
    font-family: 'FontAwesome';
}
.c-btn--recruit::after, .post .c-btn--recruit::after {
   font-family: 'FontAwesome';
    content: '\f08e';
	font-weight: 400;
}
@media print, screen and (max-width: 768px) {
}
/* ==== .c-arrow-btn ==== */
.c-arrow-btn, .post .c-arrow-btn {
    display: inline-block;
    font-size: var(--font-size40);
    color: var(--color-primary);
    transition: .3s ease;
}
/* ==== .c-table ==== */
table.c-table, table.c-table th, table.c-table td,
.post table.c-table, .post table.c-table th, .post table.c-table td {
    border: 0;
}
table.c-table th, .post table.c-table th {
    background: #FFF;
    color: var(--color-primary);
    border-bottom: 1px solid #064A64;
} 
table.c-table td, .post table.c-table td {
    background: #FFF;
    color: var(--color-font);
    border-bottom: 1px solid var(--color-table-border);
} 
@media print, screen and (max-width: 768px) {
	table.c-table th, .post table.c-table th {
		background: var(--color-primary-shade);
	}
}
/* ==== c-videoWrapper ==== */
.c-videoWrapper, .post .c-videoWrapper {
  width: 100%;
  aspect-ratio: 16 / 9; /* YouTube標準比率 */
  overflow: hidden;
  position: relative;
}
.c-videoWrapper iframe, .post .c-videoWrapper iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
/* ==== c-menuList ==== */
.c-menuList, .post .c-menuList {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.c-menuList__item, .post .c-menuList__item {
    width: 50%;
    position: relative;
}
.c-menuList__btn, .post .c-menuList__btn {
    display: block;
    transition: .3s ease;
}
.c-menuList__img, .post .c-menuList__img {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
	background: #FFF;
}
.c-menuList__img img, .post .c-menuList__img img {
    object-fit: cover;
    transition: .7s ease;
}
.c-menuList__txt, .post .c-menuList__txt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
	padding: min(5%, 35px) min(7%, 50px);
}
.c-menuList__ttl, .post .c-menuList__ttl {
    padding: .2em;
    position: relative;
}
.c-menuList__ttl::after, .post .c-menuList__ttl::after {
    position: absolute;
    content: '\f061';
    font-family: 'FontAwesome';
    color: var(--color-primary-tint);
    line-height: 1;
    padding: .8em;
    background: #FFF;
    border-radius: 50vw;
    font-size: .8em;
    transition: .5s ease;
    right: 0;
    top: 0;
}
.c-menuList__img .overlay-blue,
.c-menuList__img .overlay-gray {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: .5s ease;
}
.overlay-blue {
	background-color: #1F4E88;
	mix-blend-mode: multiply;
	opacity: 0.4; /* 乗算40% */
}
.overlay-gray {
	background: linear-gradient(180deg, #6666664D 40%, #66666699 60%);
	opacity: 0.6; /* 透過度60% */
}
/* == :hover == */
a:hover .c-menuList__img img {
	opacity: .7;
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
a:hover .overlay-gray {
	opacity: .2;
}
a:hover .c-menuList__ttl::after {
	background: var(--color-primary-tint);
	color: #FFF;
	right: -.2em;
}
@media print, screen and (max-width: 768px) {	
	.c-menuList__item, .post .c-menuList__item {
		width: 100%;
	}
	.c-menuList__img img, .post .c-menuList__img img {
		max-height: 400px;
	}
	.c-menuList__desc, .post .c-menuList__desc {
		font-size: var(--font-size14);
		line-height: 1.75;
	}
}
/* ==== .c-merit ==== */
.c-merit, .post .c-merit {
    display: flex;
    flex-direction: column;
    gap: var(--clamp-40);
}
.c-merit__item, .post .c-merit__item {
    width: 100%;
}
.c-merit__ttl, .post .c-merit__ttl {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    font-size: var(--font-size22);
    color: var(--color-primary);
    gap: 1em;
	margin-bottom: .5em;
}
.c-merit__num, .post .c-merit__num {
    font-size: var(--font-size38);
    color: var(--color-primary-tint);
}
.c-merit__desc, .post .c-merit__desc {
    position: relative;
    padding-left: 1em;
}
.c-merit__desc::before, .post .c-merit__desc::before {
    content: '・';
    position: absolute;
    left: 0;
    top: 0;
}
.c-merit__desc:last-child, .post .c-merit__desc:last-child {
	margin-bottom: 0;
}
/* ==== c-tab ==== */
.c-tab {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
	margin: 0 auto;
}
.c-tab__item {
	width: calc(100%/2);
    border: 2px solid var(--color-primary);
    background-color: #FFF;
    line-height: 1.5;
    font-size: var(--font-size28);
    color: var(--color-primary);
    display: block;
    text-align: center;
    font-weight: bold;
    padding: .6em 1em;
    transition: all 0.2s ease;
	border-radius: 10px 10px 0 0;
}
.c-tab__item:hover {
	opacity: 0.75;
}
input[name="c-tab__item"] {
	display: none;
}
.c-tab__content {
	display: none;
	width: 100%;
	clear: both;
	overflow: hidden;
	background: var(--color-primary-shade);
	padding: min(5%, 40px) min(3%, 20px);
	border-radius: 0 0 10px 10px;
}
#a:checked ~ #a_content,
#b:checked ~ #b_content {
	display: block;
}
.c-tab input:checked + .c-tab__item {
	background-color: var(--color-primary);
	color: #fff;
}
@media print, screen and (max-width: 768px) {	
	.c-tab__item {
		font-size: var(--font-size22)
	}
}
/* == == == == == == == == == == == == == == == == == == 
* project / p-~~
* == == == == == == == == == == == == == == == == == == */
/* ==== p-tWho-we-are ==== */
.p-tWho-we-are {
    background-image: url(/wp-content/uploads/top_who-we-are_bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.p-tWho-we-are__img-area {
    display: flex;
    gap: 15px;
    flex-wrap: nowrap;
    padding: 0 20px;
}
.p-tWho-we-are__img-area img {
    width: calc((100% - (15px * 2)) / 3);
    height: 100%;
}
.p-tWho-we-are__img-area img:nth-child(1) {
    margin-top: calc(var(--clamp-30) * 2);
}
.p-tWho-we-are__img-area img:nth-child(2) {
    margin-top: calc(var(--clamp-30) * 1);
}
@media print, screen and (max-width: 768px) {	
}
/* ==== p-tGallery ==== */
.p-tGallery {
    padding: var(--clamp-20);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: var(--clamp-20);
    background: #FFF;
}
.p-tGallery img {
    width: calc((100% - (var(--clamp-20) * 3)) / 4);
    height: 100%;
}
@media print, screen and (max-width: 768px) {	
}
/* ==== p-tBusiness ==== */
.p-tBusiness {
    background: var(--color-primary-shade);
}
.p-tBusiness__content {
    max-width: 1750px;
    width: 97%;
    margin-left: auto;
	position: relative;
}
.p-tBusiness__inner {
    max-width: 1580px;
    width: 97%;
    margin-left: auto;
}
.p-tBusiness__menu, .post .p-tBusiness__menu {
    margin-top: 25px;
	background: linear-gradient(180deg, transparent 15%, #FFF 15%);
}
@media print, screen and (max-width: 768px) {	
	.p-tBusiness__inner {
		width: 94%;
		margin: 0 auto;
	}
}
/* ==== p-tRecruit ==== */
.p-tRecruit, .post .p-tRecruit {
	position: relative;
}
.p-tRecruit::before, .post .p-tRecruit::before {
    content: '';
    position: absolute;
    width: 100%;
    height: calc(100% - 10rem);
    background-image: url(/wp-content/uploads/top_recruit_bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
	z-index: 0;
}
.p-tRecruit .content_inner, .post .p-tRecruit .content_inner {
	max-width: 510px;
}
.p-tRecruit img, .post .p-tRecruit img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	object-position: bottom right;
}
@media print, screen and (max-width: 768px) {	
	.p-tRecruit img, .post .p-tRecruit img {
		aspect-ratio: 2/1;
	}
}
/* ==== p-cta ==== */
.p-cta p {
    font-size: var(--font-size16);
    line-height: 2;
    margin-bottom: 1.7em;
    font-weight: 400;
}
.p-cta p a, .p-cta p a:hover {
    color: #FFF;
}
.p-cta p a:hover {
    opacity: .6;
}
.p-cta .tel_num {
    margin-right: 1em;
}
@media print, screen and (max-width: 768px) {	
}
/* ==== p-grreeting ==== */
.p-greeting__txt, .post .p-greeting__txt {
	position: relative;
}
.p-greeting__txt::before, .post .p-greeting__txt::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background-image: url(/wp-content/uploads/greeting_bg.jpg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	opacity: .05;
	left: 0;
	top: 0;
}
@media print, screen and (max-width: 768px) {	
	.p-greeting__img, .post .p-greeting__img {
		max-width: 400px;
		margin: 0 auto 20px;
	}
}