@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=Noto+Sans+JP:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap');
:root {
    /*------▼基本設定▼------*/
    --color-background: #FFF;
    --color-font: #333;
    --color-font-secondary: #9D9D9A;
    --color-primary: #0080D9;
    --color-primary-shade: #F7FBFC;
    --color-primary-tint: #001C2F;
    --color-secondary: #F73737;
    --color-secondary-tint: #FD3D3D;
    --color-table-border: #DCDDDD;
    --body-font-size: clamp(14px, .84vw, 16px);
    --body-font-family: "Noto Sans JP", sans-serif;
    --content-max-width: 1100px;
    /*------▼ヘッダー設定▼------*/
    --header-background: #0080D9;
    --header-color-font: #FFF;
    --header-color-primary: #0080D9;
    --header-color-primary-shade: #F7FBFC;
    --header-color-primary-tint: #001C2F;
    /*------▼フッター設定▼------*/
    --footer-background: #001C2F;
    --footer-color-font: #FFF;
    --footer-color-primary: #FFF;
    /*------▼フォント設定▼------*/
    --font-family01: "Noto Sans JP", sans-serif;
    --font-family02: "Poppins", sans-serif;
    --font-family03: "Zen Old Mincho", 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-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-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-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);
}

/* == == == == == == == == == == == == == == == == == == 
* 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, .post h1, .post h2, .post h3, .post h4, .post h5 {
    color: var(--color-font);
}
.post p, .post h1, .post h2, .post h3, .post h4, .post h5 {
    letter-spacing: .03em;
}
.post p, #footer p {
    font-size: var(--font-size16);
    line-height: 1.7;
    margin-bottom: 1.2em;
    font-weight: 400;
}
.post h2, #footer h2 {
    font-size: var(--font-size32);
    line-height: 1.45;
    margin-bottom: .5em;
    font-weight: bold;
}
.post h3, #footer h3 {
    font-size: var(--font-size26);
    line-height: 1.5;
    margin-bottom: .7em;
    font-weight: bold;
}
.post h4, #footer h4 {
    font-size: var(--font-size20);
    line-height: 1.5;
    margin-bottom: .5em;
    font-weight: bold;
}
.post h5, #footer h5 {
    font-size: var(--font-size18);
    line-height: 1.5;
    margin-bottom: .5em;
    font-weight: bold;
}
/* ==== text / ユーティリティ ===== */
.regular {font-weight: 400!important;}
.mid {font-weight: 500!important;}
.semi-bold {font-weight: 600!important;}
.bold {font-weight: bold!important;}
.ja {font-family: var(--font-family01);}
.en {font-family: var(--font-family02);}
.ff-01 {font-family: var(--font-family01);}
.ff-02 {font-family: var(--font-family02);}
.color-font {color: var(--color-font);}
.color-primary {color: var(--color-primary);}
.color-tint {color: var(--color-primary-tint);}
.color-shade {color: var(--color-primary-shade);}
.color-white {color: #FFF;}
.color-secondary {color: var(--color-secondary);}
.px12 {font-size: var(--font-size12)!important;}
.px14 {font-size: var(--font-size14)!important;}
.px16 {font-size: var(--font-size16)!important;}
.px18 {font-size: var(--font-size18)!important;}
.px20 {font-size: var(--font-size20)!important;}
.px22 {font-size: var(--font-size22)!important;}
.px24 {font-size: var(--font-size24)!important;}
.px26 {font-size: var(--font-size26)!important;}
.px28 {font-size: var(--font-size28)!important;}
.px30 {font-size: var(--font-size30)!important;}
.px32 {font-size: var(--font-size32)!important;}
.px34 {font-size: var(--font-size34)!important;}
.px36 {font-size: var(--font-size36)!important;}
.px38 {font-size: var(--font-size38)!important;}
.px40 {font-size: var(--font-size40)!important;}
.px46 {font-size: var(--font-size46)!important;}
.px50 {font-size: var(--font-size50)!important;}
.px52 {font-size: var(--font-size52)!important;}
.px60 {font-size: var(--font-size60)!important;}
/* ===== text / 追加ユーティリティ ===== */
.txt-underline {
    text-decoration: underline;
    text-decoration-thickness: 1px;
}
.txt-marker {background: linear-gradient(0, #6E9BA340 25%, transparent 25%);}
.txt-border {
    border: 2px solid;
    padding: .3em .8em!important;
}
.txt-bg-primary {
    display: inline-block;
    background: var(--color-primary)!important;
    color: #FFF;
    padding: 0 .5em!important;
    margin-bottom: 2px;
}
/* == == == == == == == == == == == == == == == == == == 
*  レイアウト/あしらい
*  == == == == == == == == == == == == == == == == == == */
.content {position: relative;}
.gap {gap: 4%;}
.box-shadow {box-shadow: 0 3px 20px #0000000D;}
.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 {background: #FFF;}
.bg-gray {background: #F7F8F9;}
.bg-primary{background: var(--color-primary);}
.bg-tint {background: var(--color-primary-tint);}
.bg-shade {background: var(--color-primary-shade);}
.bg-img {
    background-image: url();
    background-size: cover;
    background-position: center;
}
.border-radius {
	border-radius: 10px;
    overflow: hidden;
}
.border-bottom {
    border-bottom: .5px solid #D1D1D1;
}
.anchor-offset {
    position: relative;
    padding-top: var(--clamp-150);
    margin-top: calc(var(--clamp-150) * -1);
    z-index: -10;
}
.img-area img {
    width: 100%;
}
.txt-area, .img-area {
    position: relative;
}
.txt-inner {
    max-width: 528px;
    width: 94%;
}
@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;
}
@media print, screen and (min-width: 769px) {
    .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;}
}
@media print, screen and (max-width: 768px) {
}
/* == == == == == == == == == == == == == == == == == == 
*  flex / card
* == == == == == == == == == == == == == == == == == == */
/* == == == == == == == ==
* flex 
* == == == == == == == == */
.col-1{ width: 100%;}
.col-2{width: calc(50% - 22px);}
.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_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;
}
.card:has(.col-2) {gap: 20px 44px;}
.card:has(.col-3) {gap: 20px 30px;}
.card:has(.col-4) {gap: 20px;}
.card:has(.col-5) {gap: 20px;}
.card .col-2 {
    width: calc((100% / 2) - 22px);
}
.card .col-3 {
    width: calc((100% / 3) - 20px);
}
.card .col-4 {
    width: calc((100% / 4) - 15px);
}
.card .col-5 {
    width: calc((100% / 5) - 16px);
}
.card .img-area {
    position: relative;
}
.card .txt-area {
    padding: 0 min(40px, 8%);
}
.card p:last-child {margin: 0;}
@media print, screen and (max-width: 1023px) {
    .card .col-5 {width: calc((100% / 4) - 20px);}
}
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {
    .card:has(.col-2), .card:has(.col-3) {
        gap: 20px;
    }
    .card {flex-direction: row;}
    .card .col-2, .card .col-3 {
        width: 100%;
        margin-bottom: 0;
    }
    .card .col-4, .card .col-5 {
        width: calc((100% / 2) - 10px);
        margin-bottom: 0;
    }
}
@media print, screen and (max-width: 500px) {
    .card .col-4, .card .col-5 {
        width: 100%;
    }
}
/* == == == == == == == == == == == == == == == == == == 
* テーブル、マップ調整/table,map
* == == == == == == == == == == == == == == == == == == */
.post table, .post table th, .post table td {
    border: 0;
}
.post table th, .post table td {
    padding: 1em;
    font-size: var(--font-size16);
    line-height: 1.8;
    color: var(--color-font);
    background: transparent;
    border-bottom: 1px solid var(--color-table-border);
}
.post table th {
	font-weight: 500;
}
.post table td {
    font-weight: 400;
}
@media print, screen and (min-width: 769px) {
}
@media print, screen and (max-width: 768px) {
    .post table th, .post table td {
        width: 100%;
        display: block;
    }
	.post table th {
        background: var(--color-primary-shade);
	}
}
/* ==== .page-content table ==== */
.page-content table th {
    border-color: var(--color-primary);
}
@media print, screen and (min-width: 769px) {
}
@media print, screen and (max-width: 768px) {

}
/* == == == == == == == == == == == == == == == == == == 
* ボタン/btn
* == == == == == == == == == == == == == == == == == == */
.linkBtn, .post .linkBtn {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 550px;
    font-family: var(--font-family01);
    font-size: var(--font-size16);
    font-weight: bold;
    line-height: 2;
    text-align: center;
    color: #FFF;
    background: var(--color-primary);
    padding: 1em 2em;
    margin: 0;
    border-radius: 5px;
    transition: all .3s ease;
    outline: 1px solid;
}
.linkBtn:hover, .post .linkBtn:hover {
    color: var(--color-primary);
    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: 1px solid;
    border-bottom: 1px solid;
}
@media print, screen and (max-width: 768px) {
}
/* == == == == == == == == == == == == == == == == == == 
 *  ul ol / リスト
 *  == == == == == == == == == == == == == == == == == == */
/* ====  ==== */
@media print, screen and (min-width: 769px) {}
@media print, screen and (max-width: 768px) {}
/* == == == == == == == == == == == == == == == == == == 
* アイキャッチ/eyecatch
* == == == == == == == == == == == == == == == == == == */

header#h1Header h1.title {
    font-weight: bold;
    font-size: var(--font-size38);
    font-family: var(--font-family01);
    width: 94%;
    max-width: var(--content-max-width);
    text-align: left;
    left: 50%;
    -webkit-transform: translate(-50% ,-50%);
    transform: translate(-50% ,-50%);
}
#thumbImg::before, header#h1Header::before {
    opacity: .42;
    background: #0080D9;
}
/* == == == == == == == == == == == == == == == == == == 
 * パンくず
 * == == == == == == == == == == == == == == == == == == */
 #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 .5em;
    border-radius: 5px;
}
.postlist .time a {
    color: #FFF;
}
.postlist .ttls, .postlist .date {
    font-size: var(--font-size16);
    font-weight: 500;
}
@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: var(--color-primary);
}
.post .subimitarea .linkBtn input[type="submit"] {
	padding: 1em 2em;
}
/* == == == == == == == == == == == == == == == == == == 
* ヘッダー調整/header
* == == == == == == == == == == == == == == == == == == */
#header {
    position: relative;
}
@media print, screen and (min-width: 1024px) {
    #header {
        height: 100px;
        background: var(--header-background);
    }
	body.home #header {
		position: absolute;
		background: transparent;
	}
    .sticky-header #header > .inner {
        background: var(--header-background);
    }
	#header .logo img {
		max-width: 210px;
		max-height: 50px;
	}
	#header-layout {
		padding: 0 2%;
	}
/* == == == == == == == ==
 * ヘッダー下部__グローバルナビ
 * == == == == == == == == */
	nav#mainNav ul li a b, 
    nav#mainNav ul li a span {
		font-weight: 500;
		letter-spacing: 0;
		padding-bottom: .25em;
		color: var(--header-color-font);
		position: relative;
	}
	nav#mainNav ul li a b {
		font-family: var(--font-family01);
        font-size: var(--font-size16);
	}
    nav#mainNav ul li a span {
        font-family: var(--font-family01);
        font-size: var(--font-size14);
    }
	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: var(--header-color-font);
	}
	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: var(--header-color-font);
	}
    nav#mainNav ul li a b::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 1px;
        background: var(--header-color-font);
        left: 0;
        bottom: 0;
        transition: transform .4s cubic-bezier(0.4, 0, 0.2, 1);
        transform-origin: right;	
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }
    nav#mainNav ul li.current-menu-item a b::before, 
    nav#mainNav ul li a:hover b::before, 
    nav#mainNav ul li a:active b::before, 
    nav#mainNav ul li.current-menu-parent a b::before {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        transform-origin: left;
    }
	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 {
		color: var(--header-color-priamry);
	}
	nav#mainNav ul li:hover ul.sub-menu {
		width: 300px;
	}
	nav#mainNav ul li ul.sub-menu li {
		border-bottom: 1px solid #C4C4C4!important;
		border-right: 1px solid #C4C4C4!important;
		border-left: 1px solid #C4C4C4!important;
	}
	nav#mainNav ul li ul.sub-menu li:first-child {
		border-top: 1px solid #C4C4C4!important;
	}
	nav#mainNav ul li ul.sub-menu li a {
		text-align: center;
		font-size: var(--font-size14);
		font-weight: 500;
	}
	nav#mainNav ul li ul.sub-menu li a,
	nav#mainNav ul li.current-menu-item ul.sub-menu li a, 
    nav#mainNav ul li ul.sub-menu li.current-menu-item a {
		background: #FFFFFFCC;
		color: var(--color-primary);
	}
    nav#mainNav ul li ul.sub-menu li a:hover {
		background: var(--color-primary);
		color: #FFF;
	}
/* == == == == == == == ==
 * ヘッダー下部__コンタクトボタン
 * == == == == == == == == */
	#header ul.header__contact {
		margin-right: var(--px20);
		margin-left: var(--px20);
	}
	#header ul.header__contact li {
		display: flex;
		align-items: center;
	}
    #header a.head_btn {
        font-size: var(--font-size16);
		font-family: var(--font-family01);
		font-weight: bold;
		flex-direction: row;
        background: var(--header-color-primary);
		width: 12.5em;
		height: 50px;
		border-radius: 0;
		color: #FFF;
		padding: 0;
		outline: 1px solid;
    }
	#header a.head_btn::before {
		margin-right: .5em;
		font-size: 1em;
		display: none;
	}
	#header a.head_btn:hover {
		background: #FFF;
		color: var(--header-color-primary);
	}
}
/* == == == == == == == ==
* スマホ
* == == == == == == == == */
.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: #FFF;
		color: var(--color-font);
		font-family: var(--font-family01);
	}
}
/* == == == == == == == == == == == == == == == == == == 
*  フッター調整/footer 
* == == == == == == == == == == == == == == == == == == */
#footer {
	padding-top: 0;
    padding-bottom: 0;
}
#footer a {
	transition: .5s ease;
}
#footer .footer__logo img {
    max-width: 210px;
}
#footer .footer-content {
	padding-top: var(--clamp-80);
	padding-bottom: var(--clamp-60);
}
#footer .inner {
	width: 100%;
	padding-top: 15px;
}
#footer .footnav ul > li::before, #footer .footnav ul > li::after {
	display: none;
}
#copyright {
    margin: 0;
    padding-bottom: 10px;
}
@media print, screen and (min-width: 769px) {
	#footer .footer__logo:not(:last-child) {
		text-align: left;
	}
	#footer p {
		text-align: left;
	}
	#footer .footnav ul {
		justify-content: space-between;
	}
}
@media print, screen and (max-width: 768px) {
	#footer .footer-content {
		padding-bottom: 0;
	}
}
/* == == == == == == == == == == == == == == == == == == 
* その他の調整 / 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
* == == == == == == == == == == == == == == == == == == */
.mv-content, .top-content, .page-content {
    position: relative;
    width: 100vw;
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
}
.top-content::before, .page-content::before {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: -1;
}
body.home {
    position: relative;
}
body.home::before {
    content: '';
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-image: url(/wp-content/uploads/top_bg.jpg);
    background-size: cover;
    background-position: top left;
    z-index: -1;
}
.top-content {
    padding-top: var(--clamp-100);
    padding-bottom: var(--clamp-100);
}
/* == == == == == == == == == == == == == == == == == == 
* project / p-~~
* == == == == == == == == == == == == == == == == == == */
/* ==== p-tAbout-us- ==== */
.p-tAbout-us, .post .p-tAbout-us {
    padding-top: var(--clamp-150);
    padding-bottom: var(--clamp-150);
    background-image: url(/wp-content/uploads/about-us_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
}
.p-tAbout-us h2, .post .p-tAbout-us h2 {
	font-size: var(--font-size42);
}
@media print, screen and (max-width: 768px) {
	.p-tAbout-us::before, .post .p-tAbout-us::before {
		content: '';
		background: #FFF;
		top: 0;
		left: 0;
		z-index: 0;
		opacity: .5;
	}
}
/* ==== p-tConcept ==== */
.p-tConcept, .post .p-tConcept {
    background: var(--color-primary-shade);
    border-radius: 50px 50px 0 0;
    padding-top: var(--clamp-100);
    padding-bottom: var(--clamp-70);
}
@media print, screen and (max-width: 768px) {
}
/* ==== p-tCompany ==== */
.p-tCompany, .post .p-tCompany {
    background: linear-gradient(135deg, #0080D9, #6DB6EA);
    border-radius: 0 clamp(50px, 7.82vw, 150px) 0 0;
}
@media print, screen and (max-width: 768px) {
	.p-tCompany img, .post .p-tCompany img {
		object-fit: cover;
		aspect-ratio: 2/1;
	}
}
/* ==== p-contact ==== */
.p-contact, .post .p-contact {
    background: var(--color-background);
    padding-top: var(--clamp-70);
    padding-bottom: var(--clamp-150);
    position: relative;
}
.p-contact p, .post .p-contact p {
    font-size: var(--font-size16);
    line-height: 1.7;
    margin-bottom: 1.2em;
    font-weight: 400;
}
.p-contact__object, .post .p-contact__object {
    font-size: clamp(80px, 9vw, 172px);
    font-weight: bold;
    position: absolute;
    bottom: 10px;
    left: 50%;
    color: #D3EDFF;
    white-space: nowrap;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
	opacity: .22;
}
@media print, screen and (max-width: 768px) {
}
/* ==== p-pService ==== */
.p-pService, .post .p-pService {
    border-radius: 50px 50px 0 0;
}
@media print, screen and (max-width: 768px) {
}
/* == == == == == == == == == == == == == == == == == == 
* component / c-~~
* == == == == == == == == == == == == == == == == == == */
/* ==== c-ttl ==== */
.c-ttl, .post .c-ttl {
    font-size: var(--font-size42);
	font-weight: bold;
    line-height: 1.7;
    margin-bottom: .6em;
	display: flex;
	flex-direction: column;
}
.c-ttl__sub, .post .c-ttl__sub {
    color: var(--color-primary);
    font-size: var(--font-size18);
    padding-left: 1em;
    position: relative;
    font-weight: 500;
    display: inline-block;
}
.c-ttl__sub::before, .post .c-ttl__sub::before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: var(--color-primary);
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.c-ttl--white, .post .c-ttl--white {
    color: #FFF;
}
.c-ttl__sub--white, .post .c-ttl__sub--white {
    color: #FFF;
}
.c-ttl__sub--white::before, .post .c-ttl__sub--white::before {
    background-color: #FFF;
}
/* ==== .c-subTtl ==== */
.c-subTtl, .post .c-subTtl {
    font-size: var(--font-size26);
    border-bottom: 1px solid #E3E3E3;
    position: relative;
    padding-bottom: .5em;
}
.c-subTtl::before, .post .c-subTtl::before {
    content: '';
    position: absolute;
    width: 4em;
    height: 1px;
    background-color: var(--color-primary);
    bottom: -1px;
} 
/* ==== .c-btnTtl ==== */
.c-btnTtl, .post .c-btnTtl {
    color: #FFF;
    font-size: var(--font-size18);
    font-weight: bold;
    line-height: 1.5;
    bottom: 0;
    background: transparent;
    padding: 1.2em 2.5em 1.2em 0em;
    display: inline-block;
    margin: 0;
}
.c-btnTtl::after, .post .c-btnTtl::after {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    border-right: 2px solid;
    border-bottom: 2px solid;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    top: 50%;
    right: 1em;
    transition: .3s ease;
}
.c-btnTtl:hover::after, .post .c-btnTtl:hover::after, a:hover .c-btnTtl::after {
    right: .5em;
}
/* ==== .c-btn ==== */
.c-btn, .post .c-btn, a.c-btn {
    transition: .5s ease;
    display: inline-block;
    position: relative;
    width: 90%;
    max-width: 300px;
    background: var(--color-primary);
    color: #FFF;
    outline: 1px solid;
    font-size: var(--font-size16);
    font-weight: 500;
    line-height: 1.7;
    padding: 1em 2em;
    text-align: center;
}
.c-btn:hover, .post .c-btn:hover, a.c-btn:hover {
    color: var(--color-primary);
    background: #FFF;
    box-shadow: 0 6px 20px #0000001A;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}
.c-btn::after, .post .c-btn::after, a.c-btn::after {
    content: '';
    position: absolute;
    width: 1.25em;
    height: 1px;
    background: #FFF;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: .3s ease;
}
.c-btn:hover::after, .post .c-btn:hover::after, a.c-btn:hover::after {
    background: var(--color-primary);
    width: .6em;
}
/* == c-conceptList == */
.c-conceptList, .post .c-conceptList {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px 26px;
}
.c-conceptList__item, .post .c-conceptList__item {
    width: calc((100% - 26px * 2) / 3);
    position: relative;
}
.c-conceptList__item.is-col01, .post .c-conceptList__item.is-col01 {
    width: 100%;
}
.c-conceptList__btn, .post .c-conceptList__btn {
    position: relative;
    display: block;
}
.c-conceptList__btn::before, .post .c-conceptList__btn::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, transparent, #0080D9D9);
    top: 0;
    left: 0;
    z-index: 1;
    transition: .3s ease;
}
.c-conceptList__btn:hover::before, .post .c-conceptList__btn:hover::before {
    opacity: .3;
}
.c-conceptList__ttl, .post .c-conceptList__ttl {
    color: #FFF;
    font-size: var(--font-size18);
    font-weight: bold;
    line-height: 1.5;
    position: absolute;
    bottom: 0;
    background: transparent;
    padding: 1.2em 2.5em 1.2em 1em;
    display: inline-block;
    bottom: 0;
    left: 0;
    z-index: 2;
    margin: 0;
}
.c-conceptList__ttl::after, .post .c-conceptList__ttl::after {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    border-right: 2px solid;
    border-bottom: 2px solid;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    top: 50%;
    right: 1em;
    transition: .3s ease;
}
.c-conceptList__ttl:hover::after, .post .c-conceptList__ttl:hover::after, a:hover .c-conceptList__ttl::after {
    right: .5em;
}
.c-conceptList img, .post .c-conceptList img {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 0;
}
/* .c-conceptList__btn:hover img, .post .c-conceptList__btn:hover img {
    opacity: 1;
} */
@media print, screen and (max-width: 768px) {
	.c-conceptList__item, .post .c-conceptList__item {
		width: calc((100% - 26px * 1) / 2);
	}
}
@media print, screen and (max-width: 599px) {
	.c-conceptList__item, .post .c-conceptList__item {
		width: 100%;
	}
	.c-conceptList img, .post .c-conceptList img {
		object-fit: cover;
		aspect-ratio: 2/1;
	}
}
/* == c-cta == */
.c-cta, .post .c-cta {
    display: flex;
    flex-direction: row;
    gap: 20px 25px;
    align-items: center;
    margin-top: var(--clamp-100);
    margin-bottom: var(--clamp-20);
	position: relative;
	z-index: 1;
}
.c-cta__btn, .post .c-cta__btn {
    display: inline-block;
    transition: .5s ease;
}
.c-cta__btn--tel, .post .c-cta__btn--tel, a.c-cta__btn--tel {
    color: var(--color-primary);
    font-size: var(--font-size40);
    font-weight: 400;
    font-family: var(--font-family03);
	transition: .3s ease;
}
.c-cta__btn--tel:hover, .post .c-cta__btn--tel:hover, a.c-cta__btn--tel:hover {
	opacity: .6;
}
.c-cta__btn--tel .sub, .post .c-cta__btn--tel .sub {
    font-size: .6em;
    letter-spacing: .03em;
}
@media print, screen and (min-width: 769px) {
	.c-cta__btn--tel, .post .c-cta__btn--tel, a.c-cta__btn--tel {
		min-width: 225px;
	}
}
@media print, screen and (max-width: 768px) {
	.c-cta, .post .c-cta {
		justify-content: center;
		flex-wrap: wrap;
	}
}

/* == c-service == */