@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=Shippori+Mincho:wght@400;500;600;700;800&display=swap');
:root {
    /*------▼基本設定▼------*/
    --color-background: #FFFFFF;
    --color-font: #333;
    --color-primary: #333333;
    --color-primary-shade: #ECECEC;
    --color-primary-tint: #E61A2A;
    --color-secondary: #F73737;
    --color-secondary-tint: #F86464;
    --color-table-border: #DDDDDD;
    --body-font-size: clamp(14px, .84vw, 16px);
    --body-line-height: 2;
    --body-letter-spacing: .03em;
    --body-font-family: "Noto Sans JP", sans-serif;
    --content-max-width: 1280px;
    /*------▼ヘッダー設定▼------*/
    --header-background: #FFFFFF;
    --header-color-font: #333;
    --header-color-primary: #333333;
    --header-color-primary-shade: #F8F8F8;
    --header-color-primary-tint: #E61A2A;
    /*------▼フッター設定▼------*/
    --footer-background: #333;
    --footer-color-font: #FFF;
    --footer-color-primary: #FFF;
    /*------▼フォント設定▼------*/
    --font-family01: "Noto Sans JP", sans-serif;
    --font-family02: "Montserrat", sans-serif;
    --font-family03: "Shippori Mincho", serif;
    /*------▼フォントサイズ設定▼------*/    
    --font-size12: clamp(10px, .63vw, 12px);
	--font-size13: clamp(10px, .73vw, 13px);
    --font-size14: clamp(12px, .73vw, 14px);
    --font-size16: clamp(14px, .84vw, 16px);
    --font-size18: clamp(16px, .94vw, 18px);
    --font-size20: clamp(18px, 1.1vw, 20px);
    --font-size22: clamp(18px, 1.15vw, 22px);
    --font-size24: clamp(18px, 1.25vw, 24px);
    --font-size25: clamp(20px, 1.36vw, 25px);
    --font-size26: clamp(20px, 1.36vw, 26px);
    --font-size28: clamp(20px, 1.6vw, 28px);
	--font-size30: clamp(20px, 1.7vw, 30px);
	--font-size32: clamp(20px, 1.7vw, 32px);
    --font-size36: clamp(18px, 1.85vw, 36px);
    --font-size38: clamp(26px, 2vw, 38px);
    --font-size40: clamp(20px, 2.1vw, 40px);
	--font-size48: clamp(26px, 2.6vw, 48px);
    --font-size60: clamp(30px, 3.13vw, 60px);
    --font-size85: clamp(36px, 4.45vw, 83px);
    /*------▼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-190: clamp(100px, 10.42vw, 190px);
    --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;
}
.max_w1728 {max-width: 1728px;}
.max_w1280 {max-width: 1280px;}
.max_w1100 {max-width: 1100px;}
.max_w800 {max-width: 800px;}
.max_w770 {max-width: 770px;}
/* == == == == == == == == == == == == == == == == == == 
*  テキスト/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);
    letter-spacing: var(--body-letter-spacing);
}
.post h1, .post h2, .post h3, .post h4, .post h5 {
    font-family: var(--font-family01);
}
.post p {
    font-size: var(--font-size16);
    line-height: var(--body-line-height);
    margin-bottom: 1.5em;
    font-weight: 500;
}
.post h2 {
    font-size: var(--font-size32);
    line-height: var(--body-line-height);
    margin-bottom: .5em;
    font-weight: bold;
}
.post h3 {
    font-size: var(--font-size26);
    line-height: var(--body-line-height);
    margin-bottom: .5em;
    font-weight: bold;
}
.post h4 {
    font-size: var(--font-size20);
    line-height: var(--body-line-height);
    margin-bottom: .5em;
    font-weight: bold;
}
.post h5 {
    font-size: var(--font-size18);
    line-height: var(--body-line-height);
    margin-bottom: .5em;
    font-weight: bold;
}
/* == == == == == == == == == == == == == == == == == == 
*  レイアウト/あしらい
*  == == == == == == == == == == == == == == == == == == */
.gap {gap: 4%;}
.anchor_link::before {
    padding-top: var(--clamp-150);
    margin-top: calc(var(--clamp-150) * -1);
}
.googlemap {
    padding-top: 0;
	padding-bottom: clamp(250px, 30vw, 560px);
	margin: 0;
}
@media print, screen and (max-width: 768px) {
    .sp_center {
        text-align: center;
    }
}
/* == == == == == == == == == == == == == == == == == == 
*  flex / card
* == == == == == == == == == == == == == == == == == == */
/* == == == == == == == ==
* flex 
* == == == == == == == == */
.col-1{ width: 100%;}
.col-2{width: calc((100% - (20px * 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;}
@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: var(--clamp-60) 20px;}
.card--col-3 {gap: var(--clamp-60) var(--clamp-30)}
.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% - (20px * 1)) / 2);}
.card__item--col-3 {width: calc((100% - (var(--clamp-30) * 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;}
/* 追記 */
.card__num {
    font-size: var(--font-size40);
    font-family: var(--font-family02);
    font-weight: bold;
    line-height: 1;
    color: #FFF;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: 1px solid;
    width: 2em;
    height: 2em;
    border-radius: 50vw;
}
@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 {
		width: 94%;
		margin: 0 auto;
	}
    .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: 100%;
		margin: 0 auto;
    }
}
/* == == == == == == == == == == == == == == == == == == 
* テーブル、マップ調整/table,map
* == == == == == == == == == == == == == == == == == == */
.post table, .post table th, .post table td {
    border: 0;
}
.post table th, .post table td {
    font-size: var(--body-font-size);
    line-height: var(--body-line-height);
    color: var(--color-font);
    background: transparent;
    border-bottom: 1px solid var(--color-table-border);
    padding: 1.2em 1em;
}
.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: 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, a:hover .linkBtn {
    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: 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);
}
#thumbImg::before, header#h1Header::before {
    opacity: .8;
    background: #333;
}
@media print, screen and (max-width: 1024px) {
	#h1Header #thumb img {
		width: 100%;
        object-fit: cover;
	}
}
/* == == == == == == == == == == == == == == == == == == 
 * パンくず
 * == == == == == == == == == == == == == == == == == == */
#breadcrumb {
	background: var(--color-background);
}
#breadcrumb ul li, #breadcrumb ul li a {
	font-weight: 500;
    color: var(--color-font);
}
/* == == == == == == == == == == == == == == == == == == 
 * postlist
 * == == == == == == == == == == == == == == == == == == */
.postlist li {
    border-bottom: 1px dashed var(--color-table-border);
}
.postlist li:first-child {
    border-top: 0;
}
.post h2.cat-loop {
    font-size: var(--font-size16);
    font-weight: 500;
}
.post2b h2, .post4b h2, .post2b h2 a, .post4b h2 a {
    font-weight: 500;
    font-size: var(--font-size18);
    font-family: var(--font-family01);
}
.post .time, .postlist .time, .post2b .time, .post4b .time {
    display: block;
    font-weight: 500;
}
.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 .post_img img, .post_img img, .post2b img, .post4b img {
    object-fit: cover;
}
.post_link, .post2b_link, .post4b_link {
	color: var(--color-primary);
	border-bottom: 1px solid;
}
.post_link a, .post2b_link a, .post4b_link a {
	color: var(--color-primary);
}
@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;
}
/* == == == == == == == == == == == == == == == == == == 
* トップ、下層調整/ .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-ttl01 ==== */
.c-ttl-01, .post .c-ttl-01 {
    font-size: var(--font-size40);
    font-family: var(--font-family01);
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 1em;
    position: relative;
    padding-bottom: .5em;
}
.c-ttl-01::before, .post .c-ttl-01::before {
    content: '';
    position: absolute;
    width: 1.5em;
    height: 3px;
    background: var(--color-primary-tint);
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
.c-ttl-01.txt_l::before, .post .c-ttl-01.txt_l::before {
    transform: unset;
    left: 0;
}
.c-ttl-01 .en, .post .c-ttl-01 .en {
    font-size: 4em;
    font-family: var(--font-family02);
    font-weight: bold;
    display: block;
    opacity: .05;
	white-space: nowrap;
}
.c-ttl-01 .jp, .post .c-ttl-01 .jp {
    display: block;
    margin-top: -2.2em;
}
@media print, screen and (max-width: 768px) {
	.c-ttl-01 .en, .post .c-ttl-01 .en {
		font-size: 3em;
	}
}
/* ==== c-ttl-02 ==== */
.c-ttl-02, .post .c-ttl-02 {
    font-size: var(--font-size32);
    font-family: var(--font-family01);
    font-weight: bold;
    line-height: 1.2;
    color: var(--color-primary);
    padding-bottom: .5em;
    margin-bottom: 1em;
    position: relative;
}
.c-ttl-02::before, .post .c-ttl-02::before {
    content: '';
    position: absolute;
    width: 1.25em;
    height: 1px;
    background: var(--color-primary-tint);
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
.c-ttl-02 .en, .post .c-ttl-02 .en {
    font-size: var(--font-size20);
    font-family: var(--font-family02);
    font-weight: bold;
    display: block;
	white-space: nowrap;
}
.c-ttl-02 .jp, .post .c-ttl-02 .jp {
    display: block;
}
/* ==== c-ttl-03 ==== */
.c-ttl-03, .post .c-ttl-03 {
    font-size: var(--font-size32);
    font-family: var(--font-family01);
    font-weight: bold;
    line-height: 1.2;
    padding-bottom: .5em;
    margin-bottom: 1em;
    position: relative;
	border-bottom: 1px solid var(--color-primary-tint);
	text-align: left;
}
.c-ttl-03 .en, .post .c-ttl-03 .en {
    font-size: var(--font-size20);
    font-family: var(--font-family02);
    font-weight: bold;
    display: block;
	white-space: nowrap;
}
.c-ttl-03 .jp, .post .c-ttl-03 .jp {
    display: block;
}
/* ==== c-text-bg ==== */
.c-text-bg, .post .c-text-bg {
	display: inline-block;
    background: var(--color-primary-tint);
    color: #FFF;
    padding: 0 .2em;
    margin: .2em;
	line-height: 1.5;
}
/* ==== c-btn-content ==== */
.c-btn-content, .post .c-btn-content {
    display: flex;
    flex-direction: row;
    gap: 20px var(--clamp-40);
    flex-wrap: wrap;
    justify-content: center;
	width: 100%;
	position: relative;
	z-index: 10;
}
@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;
    }
}
@media print, screen and (max-width: 768px) {
	.c-btn-content, .post .c-btn-content {
		gap: 10px;
	}
}
/* ==== c-btn ==== */
.c-btn, .post .c-btn, a.c-btn {
    transition: .5s ease;
    display: inline-block;
    position: relative;
    font-size: var(--font-size16);
    font-family: var(--font-family01);
    font-weight: bold;
    line-height: var(--body-line-height);
    letter-spacing: var(--body-letter-spacing);
    text-align: center; 
    color: var(--color-primary);
    background: transparent;
    width: 90%;
    max-width: 230px;
    padding: 1em 2em;
    border-radius: 0;
	outline: 1px solid;
}
.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);
}
.c-btn::before, .post .c-btn::before, a.c-btn::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: var(--color-primary);
    bottom: -5px;
    left: 5px;
    transition: .2s ease;
    transform-origin: right;
}
.c-btn:hover::before, .post .c-btn:hover::before, a.c-btn:hover::before {
    transform: rotateX(90deg);
}
.c-btn::after, .post .c-btn::after, a.c-btn::after {
	display: block;
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background: var(--color-primary);
    top: 5px;
    right: -5px;
    transition: .2s ease;
    transform-origin: bottom;
	border-right: 0;
	border-bottom: 0;
	margin-top: 0;
    transform: rotate(0);
}
.c-btn:hover::after, .post .c-btn:hover::after, a.c-btn:hover::after {
    transform: rotateX(90deg);
}
/*  */
.c-btn--white, .post .c-btn--white, a.c-btn--white {
    color: #FFF;
}
.c-btn--white::before, .post .c-btn--white::before, a.c-btn--white::before,
.c-btn--white::after, .post .c-btn--white::after, a.c-btn--white::after {
    background: #FFF;
}
@media print, screen and (max-width: 499px) {
}
/* ==== .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: 0px solid var(--color-table-border);
}
table.c-table th, .post table.c-table th {
	border-bottom: 1px solid var(--color-primary);
} 
table.c-table td, .post table.c-table td {
	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: #FBFBFA;
	}
}
/* ==== c- ==== */
@media print, screen and (max-width: 768px) {	
}

/* == == == == == == == == == == == == == == == == == == 
* project / p-○○
* == == == == == == == == == == == == == == == == == == */
/* ==== p-tAbout ==== */
.p-tAbout {
    padding-top: var(--clamp-80);
    padding-bottom: var(--clamp-10);
    background-image: url(/wp-content/uploads/top_about_bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.p-tAbout::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    top: 0;
    left: 0;
    opacity: .8;
    z-index: 0;
}
.p-tAbout__object {
    opacity: .1;
    max-width: 1200px;
    width: 94%;
    margin-left: auto;
}
.p-tAbout h2 {
    font-size: var(--font-size40);
}
.p-tAbout h2 .text-bg {
    display: inline-block;
    position: relative;
    padding: 0 1.2em;
    color: #FFF;
    background-image: url(/wp-content/uploads/text_bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
}
.p-tAbout h2 .text-bg--01 {
    padding: 1em 4em 1em 3em;
    margin-left: -1.875em;
}
.p-tAbout h2 .text-bg--02 {
    padding: 1.2em 1em 1em 2.175em;
    margin-left: -1.25em;
    margin-top: -1.2em;
}
.p-tAbout p {
    font-size: var(--font-size20);
}
@media print, screen and (max-width: 768px) {	
	.p-tAbout p {
		font-size: var(--font-size18);
	}
}
/* ==== p-tService ==== */
.p-tService {
    padding-top: 0;
    padding-bottom: var(--clamp-90);
    background-image: url(/wp-content/uploads/page_bg_01.jpg);
    background-position: center;
    background-size: contain;
    background-repeat: repeat;
}
.p-tService .c-ttl-01 .en {
    margin-left: -.5em;
}
.p-tService__list {
    display: flex;
    padding-left: 3%;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
	gap: var(--clamp-40) 0;
}
.p-tService__list li {
    width: calc(100% / 5);
}
.p-tService__list li:nth-child(1) {
    margin-top: calc(var(--clamp-20) * 4);
}
.p-tService__list li:nth-child(2) {
    margin-top: calc(var(--clamp-20) * 3);
}
.p-tService__list li:nth-child(3) {
    margin-top: calc(var(--clamp-20) * 2);
}
.p-tService__list li:nth-child(4) {
    margin-top: calc(var(--clamp-20) * 1);
}
.p-tService__list li:nth-child(5) {
    margin-top: calc(var(--clamp-20) * 0);
}
.p-tService__list a {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.p-tService__list a::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: .3;
    transition: .3s ease;
    top: 0;
    left: 0;
    z-index: 1;
}
.p-tService__list a::after {
    content: '';
    position: absolute;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    background: transparent;
    outline: 1px solid #FFF;
    transition: .3s ease;
    top: 10px;
    left: 10px;
    z-index: 2;
}
.p-tService__list .img {
    position: relative;
    z-index: 0;
}
.p-tService__list img {
	transition: .5s ease;
}
.p-tService__list a:hover img {
	transform: scale(1.05);
}
.p-tService__list .text {
    position: absolute;
    bottom: 0;
    background: transparent;
    width: 100%;
    padding: 30px;
	z-index: 3;
	position: absolute;
	line-height: 1.5;
}

.p-tService__list .subTtl {
    font-size: var(--font-size20);
    font-family: var(--font-family02);
    font-weight: bold;
    color: #FFF;
    display: block;
}
.p-tService__list .ttl {
    font-size: var(--font-size32);
    font-family: var(--font-family01);
    font-weight: bold;
    color: #FFF;
    display: block;
}


@media print, screen and (max-width: 1023px) {	
	.p-tService__list li {
		width: calc(100% / 3);
	}
}
@media print, screen and (max-width: 768px) {	
	.p-tService .c-ttl-01 .en {
		padding-left: 0;
	}
    .p-tService__list {
        gap: 10px;
        padding: 0 3%;
    }
	.p-tService__list li {
		width: 100%;
	}
	.p-tService__list li:nth-child(1), .p-tService__list li:nth-child(2), .p-tService__list li:nth-child(3),  .p-tService__list li:nth-child(4), .p-tService__list li:nth-child(5) {
		margin-top: 0;
	}
    .p-tService__list .text {
        padding: 5%;
    }
    .p-tService__list img {
        aspect-ratio: 2/1;
        object-fit: cover;
    }
}
/* ==== p- ==== */
.p-tFeature {
    padding-top: 0;
    padding-bottom: 0;
    background-image: url(/wp-content/uploads/page_bg_01.jpg);
    background-position: center;
    background-size: contain;
    background-repeat: repeat;
}
.p-tFeature__item {
    gap: 20px;
    padding: 0 20px;
    margin-bottom: 20px;
}
.p-tFeature__item .img-area {
    width: 60%;
}

.p-tFeature__item .text-area {
    width: 40%;
    padding-top: var(--clamp-100);
	padding-bottom: var(--clamp-100);
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.p-tFeature__item--01 .text-area {
	background-image: url(/wp-content/uploads/top_feature_01-bg.jpg);
}
.p-tFeature__item--02 .text-area {
	background-image: url(/wp-content/uploads/top_feature_02-bg.jpg);
}
.p-tFeature__item--03 .text-area {
	background-image: url(/wp-content/uploads/top_feature_03-bg.jpg);
}
.p-tFeature__item .text-area::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #333333;
    opacity: .9;
    top: 0;
    left: 0;
    z-index: 0;
}
.p-tFeature__item .text-area::after {
    content: '';
    position: absolute;
    border-bottom: var(--clamp-90) solid #FFF;
    border-left: var(--clamp-90) solid transparent;
    bottom: 0;
    right: 0;
    z-index: 0;
}
.p-tFeature__item .content_inner {
    max-width: 585px;
    position: relative;
}
.p-tFeature__item .text-bg {
	color: var(--color-font);
	display: inline-block;
	padding-left: 1em;
	position: relative;
}
.p-tFeature__item .text-bg::before {
    content: '';
    position: absolute;
    width: 130%;
    height: 120%;
    background-image: url(/wp-content/uploads/text_bg_white.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    z-index: -1;
    left: -.8em;
}
@media print, screen and (min-width: 769px) {	
	.p-tFeature__item .img-area img {
		min-height: 405px;
		object-fit: cover;
	}
}

@media print, screen and (max-width: 768px) {	
	.p-tFeature__item .img-area, .p-tFeature__item .text-area {
		width: 100%;
	}
	.p-tFeature__item .img-area img {
		aspect-ratio: 2 / 1;
		object-fit: cover;
	}
	.p-tFeature__item .text-area {
		padding: 5% 3%;
	}
}

/* ==== p-tSimulation ==== */
.p-tSimulation {
    padding-top: var(--clamp-80);
    padding-bottom: var(--clamp-80);
    background-image: url(/wp-content/uploads/page_bg_01.jpg);
    background-position: center;
    background-size: contain;
    background-repeat: repeat;
}
.p-tSimulation .wrapper_content {
    background: url(/wp-content/uploads/page_bg02.jpg) center / cover no-repeat;
    padding: 20px;
}
.p-tSimulation .wrapper_content::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #333;
    mix-blend-mode: multiply;
    z-index: 0;
    left: 0;
    top: 0;
}
.p-tSimulation .text-area {
    max-width: 535px;
    width: 94%;
    margin: 0 auto;
}
@media print, screen and (min-width: 769px) {	
	.p-tSimulation .img-fluid img {
		min-height: 250px;
		object-fit: cover;
	}
}
@media print, screen and (max-width: 768px) {	
	.p-tSimulation .text-area {
		max-width: 100%;
		width: 100%;
	}
}

/* ==== p-tCompany ==== */
.p-tCompany {
    margin-top: clamp(250px, 21vw, 400px);
    background: linear-gradient(180deg, transparent 20%, #FFFFFF 20%);
}
.p-tCompany .wrapper_content {
    padding-bottom: var(--clamp-80);
    background-image: url(/wp-content/uploads/page_bg_01.jpg);
    background-position: center;
    background-size: contain;
    background-repeat: repeat;
    max-width: 1680px;
    margin-right: 0;
    width: 97%;
    padding-left: 5%;
}

.p-tCompany .content_inner {
    max-width: 1280px;
    margin-left: 0;
}
@media print, screen and (min-width: 769px) {
	.p-tCompany .c-btn-content {
		width: 230px;
	}
}
@media print, screen and (max-width: 768px) {	
	.p-tCompany .wrapper_content {
		width: 100%;
		margin: 0 auto;
		padding-left: 0;
	}
	.p-tCompany .content_inner {
		margin: 0 auto;
	}
}

/* ==== p-tNews ==== */
.p-tNews {
    padding-top: var(--clamp-80);
    padding-bottom: var(--clamp-100);
    background: #FFF;
}
@media print, screen and (max-width: 768px) {	
}
/* ==== p-service ==== */
.p-service .text-area {
    position: relative;
    background: #FFF;
    padding: var(--clamp-80) 0;
}
.p-service .img-area {
    position: relative;
    z-index: 1;
}
.p-service .text-area::before {
    content: '';
    position: absolute;
    width: 150%;
    height: 100%;
    background: #FFF;
    z-index: 0;
    top: 0;
}
.p-service .content:nth-child(odd) .text-area::before {
    left: 0;
}
.p-service .content:nth-child(even) .text-area::before {
    right: 0;
}

@media print, screen and (min-width: 769px) {	
	.p-service .text-area {
		min-height: 455px;
	}
	.p-service .img-area {
		margin-top: var(--clamp-80);
	}
	.p-service .img-area img {
		min-height: 400px;
		object-fit: cover;
	}
}
@media print, screen and (max-width: 768px) {	
	.p-service .text-area {
		padding-top: var(--clamp-40);
		padding-bottom: var(--clamp-60);
	}
}
/* ==== p-simulation ==== */
.p-simulation .card__item {
    outline: 1px solid #FFF;
    border-radius: 5px;
    background: #33333380;
    padding: 0 min(3%, 15px);
}
@media print, screen and (max-width: 768px) {	
}

/* ==== p-greeting ==== */
.p-greeting {
    background-image: url(/wp-content/uploads/company_bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.p-greeting::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #333;
    opacity: .9;
    left: 0;
    top: 0;
}
@media print, screen and (max-width: 768px) {	
	.p-greeting  {
		background-image: url(/wp-content/uploads/company_bg-sp.jpg);
	}
}
/* ==== p-cta ==== */
.p-cta {
    padding-top: var(--clamp-20);
    padding-bottom: var(--clamp-60);
    background: linear-gradient(135deg, #333 50%, #444);
}
.p-cta .c-ttl-01 {
    color: #FFF;
}
.p-cta .c-ttl-01 .en {
    opacity: .2;
}
.p-cta .c-btn-content {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 20px;
}
@media print, screen and (max-width: 768px) {
	.p-cta {
		text-align: center;
	}
	.p-cta .c-btn-content {
		align-items: center;
	}
}
/* == == == == == == == == == == == == == == == == == == 
* utility / u-○○
* == == == == == == == == == == == == == == == == == == */
/* ====  font-family / u-ff-○○ ===== */
.ff-01, .post .ff-01 {font-family: var(--font-family01);}
.ff-02, .post .ff-02 {font-family: var(--font-family02);}
.ff-03, .post .ff-03 {font-family: var(--font-family03);}
/* ====  font-style / u-fst-○○ ===== */
.fst-normal, .post .fst-normal {font-style: normal;}
.fst-italic, .post .fst-italic {font-style: italic;}
/* ====  font-weight / u-fw-○○ ===== */
.fw-100, .post .fw-100 {font-weight: 100}
.fw-200, .post .fw-200 {font-weight: 200}
.fw-300, .post .fw-300 {font-weight: 300}
.fw-400, .post .fw-400 {font-weight: 400}
.fw-500, .post .fw-500 {font-weight: 500}
.fw-600, .post .fw-600 {font-weight: 600}
.fw-700, .post .fw-700 {font-weight: 700}
.fw-800, .post .fw-800 {font-weight: 800}
.fw-900, .post .fw-900 {font-weight: 900}
.fw-regular, .post .fw-regular {font-weight: normal}
.fw-mid, .post .fw-mid {font-weight: 500}
.fw-bold, .post .fw-bold {font-weight: bold}
.fw-black, .post .fw-black {font-weight: 900}
/* ====  font-size / u-fs-○○ ===== */
.fs-12, .post .fs-12 {font-size: var(--font-size12)!important;}
.fs-13, .post .fs-13 {font-size: var(--font-size13)!important;}
.fs-14, .post .fs-14 {font-size: var(--font-size14)!important;}
.fs-16, .post .fs-16 {font-size: var(--font-size16)!important;}
.fs-18, .post .fs-18 {font-size: var(--font-size18)!important;}
.fs-20, .post .fs-20 {font-size: var(--font-size20)!important;}
.fs-22, .post .fs-22 {font-size: var(--font-size22)!important;}
.fs-24, .post .fs-24 {font-size: var(--font-size24)!important;}
.fs-25, .post .fs-25 {font-size: var(--font-size25)!important;}
.fs-26, .post .fs-26 {font-size: var(--font-size26)!important;}
.fs-28, .post .fs-28 {font-size: var(--font-size28)!important;}
.fs-32, .post .fs-32 {font-size: var(--font-size32)!important;}
.fs-36, .post .fs-36 {font-size: var(--font-size36)!important;}
.fs-38, .post .fs-38 {font-size: var(--font-size38)!important;}
.fs-60, .post .fs-60 {font-size: var(--font-size60)!important;}
.fs-85, .post .fs-85 {font-size: var(--font-size85)!important;}
@media print, screen and (max-width: 768px) {	
    .fs-12-sp, .post .fs-12-sp {font-size: var(--font-size12)!important;}
    .fs-13-sp, .post .fs-13-sp {font-size: var(--font-size13)!important;}
    .fs-14-sp, .post .fs-14-sp {font-size: var(--font-size14)!important;}
    .fs-16-sp, .post .fs-16-sp {font-size: var(--font-size16)!important;}
    .fs-18-sp, .post .fs-18-sp {font-size: var(--font-size18)!important;}
    .fs-20-sp, .post .fs-20-sp {font-size: var(--font-size20)!important;}
    .fs-22-sp, .post .fs-22-sp {font-size: var(--font-size22)!important;}
    .fs-24-sp, .post .fs-24-sp {font-size: var(--font-size24)!important;}
    .fs-25-sp, .post .fs-25-sp {font-size: var(--font-size25)!important;}
    .fs-26-sp, .post .fs-26-sp {font-size: var(--font-size26)!important;}
    .fs-28-sp, .post .fs-28-sp {font-size: var(--font-size28)!important;}
    .fs-36-sp, .post .fs-36-sp {font-size: var(--font-size36)!important;}
    .fs-38-sp, .post .fs-38-sp {font-size: var(--font-size38)!important;}
    .fs-60-sp, .post .fs-60-sp {font-size: var(--font-size60)!important;}
    .fs-85-sp, .post .fs-85-sp {font-size: var(--font-size85)!important;}
}
/* ====  line-height / u-lh-○○ ===== */
.lh-10, .post .lh-10 {line-height: 1;}
.lh-11, .post .lh-11 {line-height: 1.1;}
.lh-12, .post .lh-12 {line-height: 1.2;}
.lh-13, .post .lh-13 {line-height: 1.3;}
.lh-14, .post .lh-14 {line-height: 1.4;}
.lh-15, .post .lh-15 {line-height: 1.5;}
.lh-16, .post .lh-16 {line-height: 1.6;}
.lh-17, .post .lh-17 {line-height: 1.7;}
.lh-18, .post .lh-18 {line-height: 1.8;}
.lh-19, .post .lh-19 {line-height: 1.9;}
.lh-20, .post .lh-20 {line-height: 2;}
.lh-25, .post .lh-25 {line-height: 2.5;}
@media print, screen and (max-width: 768px) {
	.lh-15-sp, .post .lh-15-sp {line-height: 1.5;}
}
/* ===== letter-spacing / u-ls-○○ ===== */
.ls-0, .post .ls-0 {letter-spacing: 0;}
.ls-05, .post .ls-05 {letter-spacing: 0.05em;}
.ls-1, .post .ls-1 {letter-spacing: 0.1em;}
.ls-2, .post .ls-2 {letter-spacing: 0.2em;}
/* ===== text-decoration / u-td-○○ ===== */
.td-underline, .post .td-underline {text-decoration: underline;}
.td-none, .post .td-none {text-decoration: none;}
.td-line-through, .post .td-line-through {text-decoration: line-through;}
.td-overline, .post .td-overline {text-decoration: overline;}
/* :hover */
a:hover .td-underline, .post a:hover .td-underline, a.td-underline:hover, .post a.td-underline:hover {text-decoration: none;}
/* ====  color / u-color-○○ ===== */
.color-body, .post .color-body {color: var(--color-background);}
.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-secondary, .post .color-secondary {color: var(--color-secondary);}
.color-white, .post .color-white {color: #FFF;}
.color-black, .post .color-black {color: #000;}
/* ===== background / u-bg-○○ ===== */
.bg-white, .post .bg-white {background-color: #fff;}
.bg-gray, .post .bg-gray {background-color: #474747;}
.bg-body, .post .bg-body {background: var(--color-background);}
.bg-primary, .post .bg-primary {background-color: var(--color-primary);}
.bg-tint, .post .bg-tint {background: var(--color-primary-tint);}
.bg-shade, .post .bg-shade {background: var(--color-primary-shade);}
.bg-transparent, .post .bg-transparent {background: transparent;}
/* ===== display / u-d-○○ ===== */
.d-block, .post .d-block {display: block;}
.d-inline, .post .d-inline {display: inline;}
.d-inline-block, .post .d-inline-block {display: inline-block;}
.d-flex, .post .d-flex {display: flex;}
.d-none, .post .d-none {display: none;}
/* ===== flexbox / u-jc-○○ / u-ai-○○ ===== */
.jc-start, .post .jc-start {justify-content: flex-start;}
.jc-center, .post .jc-center {justify-content: center;}
.jc-end, .post .jc-end {justify-content: flex-end;}
.jc-between, .post .jc-between {justify-content: space-between;}
.jc-around, .post .jc-around {justify-content: space-around;}
.jc-evenly, .post .jc-evenly {justify-content: space-evenly;}
.ai-start, .post .ai-start {align-items: flex-start;}
.ai-center, .post .ai-center {align-items: center;}
.ai-end, .post .ai-end {align-items: flex-end;}
/* ===== border / u-bd-○○ ===== */
.bd, .post .bd {border: 1px solid var(--color-table-border);}
.bd-none, .post .bd-none {border: none;}
.bd-top, .post .bd-top {border-top: 1px solid var(--color-table-border);}
.bd-bottom, .post .bd-bottom {border-bottom: 1px solid var(--color-table-border);}
.outline, .post .outline {outline: 1px solid var(--color-table-border);}
/* ===== radius / u-radius-○○ ===== */
.radius, .post .radius {border-radius: 10px;}
.radius-sm, .post .radius-sm {border-radius: 8px;}
.radius-lg, .post .radius-lg {border-radius: 20px;}
/* ===== overflow / u-of-○○ ===== */
.of-visible, .post .of-visible {overflow: visible;}
.of-hidden, .post .of-hidden {overflow: hidden;}
.of-scroll, .post .of-scroll {overflow: scroll;}
.of-auto, .post .of-auto {overflow: auto;}
.of-scroll-x, .post .of-scroll-x {overflow-x: scroll;} 
/* ===== box-shadow / u-shadow-○○ ===== */
.shadow, .post .shadow {box-shadow: 0 3px 20px #0000000D;}
.shadow-sm, .post .shadow-sm {box-shadow: 0 3px 20px #5353530D;}
/* ===== position / u-pos-○○ ===== */
.pos-static, .post .pos-static {position: static;}
.pos-relative, .post .pos-relative {position: relative;}
.pos-absolute, .post .pos-absolute {position: absolute;}
.pos-fixed, .post .pos-fixed {position: fixed;}
.pos-sticky, .post .pos-sticky {position: sticky;}
/* ===== background-image pattern / u-bg-cover / u-bg-contain ===== */
.bg-cover, .post .bg-cover {background-position: center;background-size: cover;background-repeat: no-repeat;}
.bg-contain, .post .bg-contain {background-position: center;background-size: contain;background-repeat: no-repeat;}
/* ===== 疑似要素で画像を入れる場合 / u-bg-img ===== */
.bg-img::before, .post .bg-img::before,
.bg-img::after, .post .bg-img::after {content: "";position: absolute;width: 100%;height: 100%;}
/* ===== image / u-img-fluid ===== */
.img-fluid img, .post .img-fluid img {width: 100%;height: auto;display: block;}
.img-stretch img, .post .img-stretch img {height: 100%;object-fit: cover;object-position: center;}
.img-fit_2-1 img, .post .img-fit_2-1 img {aspect-ratio: 2/1;object-fit: cover;}
@media screen and (max-width: 768px) {
    .img-fit_2-1-sp img, .post .img-fit_2-1-sp img {aspect-ratio: 2/1;object-fit: cover;}   
}
/* ===== margin / u-mt-○○ / u-mx-○○ ===== */
.mt1 {margin-top: 1rem !important;}
.mt2 {margin-top: 2rem !important;}
.mt3 {margin-top: 3rem !important;}
.mt4 {margin-top: 4rem !important;}
.mt5 {margin-top: 5rem !important;}
.mt6 {margin-top: 6rem !important;}
.mt7 {margin-top: 7rem !important;}
.mt8 {margin-top: 8rem !important;}
.mt9 {margin-top: 9rem !important;}
.mt10 {margin-top: 10rem !important;}
.mt15 {margin-top: 15rem !important;}
.mt16 {margin-top: 16rem !important;}
.mb1 {margin-bottom: 1rem !important;}
.mb2 {margin-bottom: 2rem !important;}
.mb3 {margin-bottom: 3rem !important;}
.mb4 {margin-bottom: 4rem !important;}
.mb5 {margin-bottom: 5rem !important;}
.mb6 {margin-bottom: 6rem !important;}
.mb7 {margin-bottom: 7rem !important;}
.mb8 {margin-bottom: 8rem !important;}
.mb9 {margin-bottom: 9rem !important;}
.mb10 {margin-bottom: 10rem !important;}
.mb15 {margin-bottom: 15rem !important;}
.mb16 {margin-bottom: 16rem !important;}
.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
@media screen and (min-width: 769px) {
    .mt1-pc {margin-top: 1rem !important;}
    .mt2-pc {margin-top: 2rem !important;}
    .mt3-pc {margin-top: 3rem !important;}
    .mt4-pc {margin-top: 4rem !important;}
    .mt5-pc {margin-top: 5rem !important;}
    .mt6-pc {margin-top: 6rem !important;}
    .mt7-pc {margin-top: 7rem !important;}
    .mt8-pc {margin-top: 8rem !important;}
    .mt9-pc {margin-top: 9rem !important;}
    .mt10-pc {margin-top: 10rem !important;}
    .mt15-pc {margin-top: 15rem !important;}
    .mt16-pc {margin-top: 16rem !important;}
    .mb1-pc {margin-bottom: 1rem !important;}
    .mb2-pc {margin-bottom: 2rem !important;}
    .mb3-pc {margin-bottom: 3rem !important;}
    .mb4-pc {margin-bottom: 4rem !important;}
    .mb5-pc {margin-bottom: 5rem !important;}
    .mb6-pc {margin-bottom: 6rem !important;}
    .mb7-pc {margin-bottom: 7rem !important;}
    .mb8-pc {margin-bottom: 8rem !important;}
    .mb9-pc {margin-bottom: 9rem !important;}
    .mb10-pc {margin-bottom: 10rem !important;}
    .mb15-pc {margin-bottom: 15rem !important;}
    .mb16-pc {margin-bottom: 16rem !important;}
    .ml-auto-pc {
        margin-left: auto !important;
        margin-right: 0 !important;
    }   
    .mr-auto-pc {
        margin-right: auto !important;
        margin-left: 0 !important;
    }   
}
@media screen and (max-width: 768px) {
    .mt1 {margin-top:calc(1rem / 2) !important;}
    .mt2 {margin-top:calc(2rem / 2) !important;}
    .mt3 {margin-top:calc(3rem / 2) !important;}
    .mt4 {margin-top:calc(4rem / 2) !important;}
    .mt5 {margin-top:calc(5rem / 2) !important;}
    .mt6 {margin-top:calc(6rem / 2) !important;}
    .mt7 {margin-top:calc(7rem / 2) !important;}
    .mt8 {margin-top:calc(8rem / 2) !important;}
    .mt9 {margin-top:calc(9rem / 2) !important;}
    .mt10 {margin-top:calc(10rem / 2) !important;}
    .mt15 {margin-top:calc(15rem / 2) !important;}
    .mt16 {margin-top:calc(16rem / 2) !important;}
    .mb1 {margin-bottom:calc(1rem / 2) !important;}
    .mb2 {margin-bottom:calc(2rem / 2) !important;}
    .mb3 {margin-bottom:calc(3rem / 2) !important;}
    .mb4 {margin-bottom:calc(4rem / 2) !important;}
    .mb5 {margin-bottom:calc(5rem / 2) !important;}
    .mb6 {margin-bottom:calc(6rem / 2) !important;}
    .mb7 {margin-bottom:calc(7rem / 2) !important;}
    .mb8 {margin-bottom:calc(8rem / 2) !important;}
    .mb9 {margin-bottom:calc(9rem / 2) !important;}
    .mb10 {margin-bottom:calc(10rem / 2) !important;}
    .mb15 {margin-bottom:calc(15rem / 2) !important;}
    .mb16 {margin-bottom:calc(16rem / 2) !important;}  
    .mt1-sp {margin-top:calc(1rem / 2) !important;}
    .mt2-sp {margin-top:calc(2rem / 2) !important;}
    .mt3-sp {margin-top:calc(3rem / 2) !important;}
    .mt4-sp {margin-top:calc(4rem / 2) !important;}
    .mt5-sp {margin-top:calc(5rem / 2) !important;}
    .mt6-sp {margin-top:calc(6rem / 2) !important;}
    .mt7-sp {margin-top:calc(7rem / 2) !important;}
    .mt8-sp {margin-top:calc(8rem / 2) !important;}
    .mt9-sp {margin-top:calc(9rem / 2) !important;}
    .mt10-sp {margin-top:calc(10rem / 2) !important;}
    .mt15-sp {margin-top:calc(15rem / 2) !important;}
    .mt16-sp {margin-top:calc(16rem / 2) !important;}
    .mb1-sp {margin-bottom:calc(1rem / 2) !important;}
    .mb2-sp {margin-bottom:calc(2rem / 2) !important;}
    .mb3-sp {margin-bottom:calc(3rem / 2) !important;}
    .mb4-sp {margin-bottom:calc(4rem / 2) !important;}
    .mb5-sp {margin-bottom:calc(5rem / 2) !important;}
    .mb6-sp {margin-bottom:calc(6rem / 2) !important;}
    .mb7-sp {margin-bottom:calc(7rem / 2) !important;}
    .mb8-sp {margin-bottom:calc(8rem / 2) !important;}
    .mb9-sp {margin-bottom:calc(9rem / 2) !important;}
    .mb10-sp {margin-bottom:calc(10rem / 2) !important;}
    .mb15-sp {margin-bottom:calc(15rem / 2) !important;}
    .mb16-sp {margin-bottom:calc(16rem / 2) !important;}  
    .ml-auto-sp {
        margin-left: auto !important;
        margin-right: 0 !important;
    }   
    .mr-auto-sp {
        margin-right: auto !important;
        margin-left: 0 !important;
    }   
}
/* ===== padding / u-pt-○○ / u-px-○○ ===== */
.pt1 {padding-top: 1rem !important;}
.pt2 {padding-top: 2rem !important;}
.pt3 {padding-top: 3rem !important;}
.pt4 {padding-top: 4rem !important;}
.pt5 {padding-top: 5rem !important;}
.pt6 {padding-top: 6rem !important;}
.pt7 {padding-top: 7rem !important;}
.pt8 {padding-top: 8rem !important;}
.pt9 {padding-top: 9rem !important;}
.pt10 {padding-top: 10rem !important;}
.pt15 {padding-top: 15rem !important;}
.pt16 {padding-top: 16rem !important;}
.pb1 {padding-bottom: 1rem !important;}
.pb2 {padding-bottom: 2rem !important;}
.pb3 {padding-bottom: 3rem !important;}
.pb4 {padding-bottom: 4rem !important;}
.pb5 {padding-bottom: 5rem !important;}
.pb6 {padding-bottom: 6rem !important;}
.pb7 {padding-bottom: 7rem !important;}
.pb8 {padding-bottom: 8rem !important;}
.pb9 {padding-bottom: 9rem !important;}
.pb10 {padding-bottom: 10rem !important;}
.pb15 {padding-bottom: 15rem !important;}
.pb16 {padding-bottom: 16rem !important;}
@media screen and (min-width: 769px) {
    .pt1-pc {padding-top: 1rem !important;}
    .pt2-pc {padding-top: 2rem !important;}
    .pt3-pc {padding-top: 3rem !important;}
    .pt4-pc {padding-top: 4rem !important;}
    .pt5-pc {padding-top: 5rem !important;}
    .pt6-pc {padding-top: 6rem !important;}
    .pt7-pc {padding-top: 7rem !important;}
    .pt8-pc {padding-top: 8rem !important;}
    .pt9-pc {padding-top: 9rem !important;}
    .pt10-pc {padding-top: 10rem !important;}
    .pt15-pc {padding-top: 15rem !important;}
    .pt16-pc {padding-top: 16rem !important;}
    .pb1-pc {padding-bottom: 1rem !important;}
    .pb2-pc {padding-bottom: 2rem !important;}
    .pb3-pc {padding-bottom: 3rem !important;}
    .pb4-pc {padding-bottom: 4rem !important;}
    .pb5-pc {padding-bottom: 5rem !important;}
    .pb6-pc {padding-bottom: 6rem !important;}
    .pb7-pc {padding-bottom: 7rem !important;}
    .pb8-pc {padding-bottom: 8rem !important;}
    .pb9-pc {padding-bottom: 9rem !important;}
    .pb10-pc {padding-bottom: 10rem !important;}
    .pb15-pc {padding-bottom: 15rem !important;}
    .pb16-pc {padding-bottom: 16rem !important;}
}
@media screen and (max-width: 768px) {
    .pt1 {padding-top:calc(1rem / 2) !important;}
    .pt2 {padding-top:calc(2rem / 2) !important;}
    .pt3 {padding-top:calc(3rem / 2) !important;}
    .pt4 {padding-top:calc(4rem / 2) !important;}
    .pt5 {padding-top:calc(5rem / 2) !important;}
    .pt6 {padding-top:calc(6rem / 2) !important;}
    .pt7 {padding-top:calc(7rem / 2) !important;}
    .pt8 {padding-top:calc(8rem / 2) !important;}
    .pt9 {padding-top:calc(9rem / 2) !important;}
    .pt10 {padding-top:calc(10rem / 2) !important;}
    .pt15 {padding-top:calc(15rem / 2) !important;}
    .pt16 {padding-top:calc(16rem / 2) !important;}
    .pb1 {padding-bottom:calc(1rem / 2) !important;}
    .pb2 {padding-bottom:calc(2rem / 2) !important;}
    .pb3 {padding-bottom:calc(3rem / 2) !important;}
    .pb4 {padding-bottom:calc(4rem / 2) !important;}
    .pb5 {padding-bottom:calc(5rem / 2) !important;}
    .pb6 {padding-bottom:calc(6rem / 2) !important;}
    .pb7 {padding-bottom:calc(7rem / 2) !important;}
    .pb8 {padding-bottom:calc(8rem / 2) !important;}
    .pb9 {padding-bottom:calc(9rem / 2) !important;}
    .pb10 {padding-bottom:calc(10rem / 2) !important;}
    .pb15 {padding-bottom:calc(15rem / 2) !important;}
    .pb16 {padding-bottom:calc(16rem / 2) !important;}  
    .pt1-sp {padding-top:calc(1rem / 2) !important;}
    .pt2-sp {padding-top:calc(2rem / 2) !important;}
    .pt3-sp {padding-top:calc(3rem / 2) !important;}
    .pt4-sp {padding-top:calc(4rem / 2) !important;}
    .pt5-sp {padding-top:calc(5rem / 2) !important;}
    .pt6-sp {padding-top:calc(6rem / 2) !important;}
    .pt7-sp {padding-top:calc(7rem / 2) !important;}
    .pt8-sp {padding-top:calc(8rem / 2) !important;}
    .pt9-sp {padding-top:calc(9rem / 2) !important;}
    .pt10-sp {padding-top:calc(10rem / 2) !important;}
    .pt15-sp {padding-top:calc(15rem / 2) !important;}
    .pt16-sp {padding-top:calc(16rem / 2) !important;}
    .pb1-sp {padding-bottom:calc(1rem / 2) !important;}
    .pb2-sp {padding-bottom:calc(2rem / 2) !important;}
    .pb3-sp {padding-bottom:calc(3rem / 2) !important;}
    .pb4-sp {padding-bottom:calc(4rem / 2) !important;}
    .pb5-sp {padding-bottom:calc(5rem / 2) !important;}
    .pb6-sp {padding-bottom:calc(6rem / 2) !important;}
    .pb7-sp {padding-bottom:calc(7rem / 2) !important;}
    .pb8-sp {padding-bottom:calc(8rem / 2) !important;}
    .pb9-sp {padding-bottom:calc(9rem / 2) !important;}
    .pb10-sp {padding-bottom:calc(10rem / 2) !important;}
    .pb15-sp {padding-bottom:calc(15rem / 2) !important;}
    .pb16-sp {padding-bottom:calc(16rem / 2) !important;}  
}
/* == == == == == == == == == == == == == == == == == == 
* レイアウト調整
* == == == == == == == == == == == == == == == == == == */
/* ===== #header ===== */
@media screen and (min-width: 1024px) {
    #header, .sticky-header #header-layout {
        height: 100px;
    }
    #header-layout {
		padding-left: min(3%, 55px);
		padding-right: 0;
    }
	#header .header__nav-contact {
		gap: var(--clamp-30);
	}
	#header .logo img {
		max-width: 330px;
		max-height: 65px;
		width: 100%;
	}
    nav#mainNav ul li a {
        background: transparent!important;
		padding: 0 var(--clamp-30);
    }
    nav#mainNav ul li a b, nav#mainNav ul li a span {
        letter-spacing: .05em;
		position: relative;
		padding-bottom: 5px;
    }
	nav#mainNav ul li a b {
        color: var(--header-color-font);
        font-size: var(--font-size18);
        font-family: var(--font-family01);
        font-weight: bold;
	}
	nav#mainNav ul li a span {
        color: var(--header-color-font);
        font-size: var(--font-size12);
        font-family: var(--font-family02);
        font-weight: bold;
		letter-spacing: .12em; 
		padding-bottom: 5px;
		position: relative;
	}
	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(--color-primary);
	}
	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(--color-primary);
	}
	nav#mainNav ul li a span::after {
		content: '';
		position: absolute;
		width: 100%;
		height: 1px;
		background: var(--color-primary-tint);
		left: 0;
		bottom: 0;
		transition: .5s ease;
		transform-origin: center;
		-webkit-transform: rotateY(90deg);
		transform: rotateY(90deg);
	}
	nav#mainNav ul li a:hover span::after,
	nav#mainNav ul li.current-menu-item a span::after,
	nav#mainNav ul li a:active span::after, 
	nav#mainNav ul li.current-menu-parent a span::after {
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}
    #header ul.header__contact li {
        display: flex;
        align-items: center;
    }
    #header a.head_btn {
        background: var(--header-color-primary);
        font-size: var(--font-size18);
        font-family: var(--font-family01);
        font-weight: bold;
        letter-spacing: .05em;
        width: 10em;
		border-radius: 0;
    }
	#header a.head_btn.mail_btn:hover {
		background: var(--color-primary-tint);
		color: #FFF;
	}
    #header a.head_btn.mail_btn::before {
        margin-bottom: 3px; 
	}
	.sticky-header #header > .inner {
		background: #FFF;
	}
	/* -- 追記 --	*/
	body.home #header {
		position: absolute;
		background: transparent;
		height: 99px;
	}
	#header a.head_btn.tel_btn {
		background: var(--header-color-primary-shade);
		color: var(--header-color-primary);
		flex-direction: column;
		padding: 0; 
		gap: 0;
		width: 15.6em;
	}
	#header a.head_btn.tel_btn::before {
		display: none;
	}
	#header a.head_btn.tel_btn .num {
		font-size: var(--font-size30);
		font-family: var(--font-family02);
		font-weight: bold;
		padding-left: 1em;
		position: relative;
		letter-spacing: 0;
	}
	#header a.head_btn.tel_btn .num::before {
		position: absolute;
		font-family: 'FontAwesome';
		content: '\f3cd';
		left: 0;
		top: 50%;
		transform: translateY(-50%);
	}
	#header a.head_btn.tel_btn .sub {
		font-size: var(--font-size12);
		color: var(--header-color-font);
		transition: .3s ease;
	}
	#header a.head_btn.tel_btn:hover {
		background: var(--color-primary-tint);
		color: #FFF;
	}
	#header a.head_btn.tel_btn:hover .sub {
		color: #FFF;
	}
	
}
@media screen and (max-width: 1023px) {
}
/* ==== #footer ==== */
#footer {
	padding-top: 20px;
	padding-bottom: 20px;
}
#copyright {
	margin-top: 10px;
}
@media screen and (max-width: 768px) {
} 
/* == == == == == == == == == == == == == == == == == == 
* その他の調整 / 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;
}
body.home {
    position: relative;
}
body.home::before {
    content: '';
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-image: url(/wp-content/uploads/floating_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -2;
    top: 0;
    left: 0;
}
@media print, screen and (max-width: 768px) {
	body.home::before {
		background-image: url(/wp-content/uploads/company_bg-sp.jpg);
	}
}
/*  */
div#mainImg {
    background: #FFF;
}
/*  */
body.page-service,
body.page-company {
    background-image: url(/wp-content/uploads/page_bg_01.jpg);
    background-position: center;
    background-size: contain;
    background-repeat: repeat;
}
@media print, screen and (min-width: 769px) {
}
@media print, screen and (max-width: 768px) {
}
