@charset "utf-8";
/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/
/*------@import------*/
@import url('https://fonts.googleapis.com/css2?family=Tenor+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Antic+Didone&display=swap');
:root {
	/*------▼基本設定▼------*/
	--color-background: #EFEFEE;
	--color-font: #232122;
	--color-primary: #808080;
	--color-primary-shade: #232122;
	--color-primary-tint: #a6a6a6;
	--color-secondary: #808080;
	--color-secondary-tint: #a6a6a6;
	--color-table-border: #AAA;
	--body-font-size: min(calc(1.6rem + (1vw - 1.92rem) * 0.1294), 1.6rem);
	/* 1.6-1.4rem (1920-375) */
	--body-font-family: 'Noto Sans JP', sans-serif;
	--content-max-width: 1240px;
	/*------▼ヘッダー設定▼------*/
	--header-background: #EFEFEE;
	--header-color-font: #232122;
	--header-color-primary: #808080;
	--header-color-primary-shade: #232122;
	--header-color-primary-tint: #a6a6a6;
	/*------▼フッター設定▼------*/
	--footer-background: #232122;
	--footer-color-font: #fff;
	--footer-color-primary: #fff;
	/*------▼フォント設定▼------*/
	--font-family01: 'Noto Sans JP', sans-serif;
    --font-family02: 'Oswald', 'Noto Sans JP', sans-serif;
    --font-family03: "Tenor Sans", 'Noto Sans JP', sans-serif;
    --font-family04: "Yu Mincho", YuMincho, serif;
    --font-family05: "Antic Didone", serif;
}

/*--------------------------------------------------
	共通
--------------------------------------------------*/
.post {
    .ttl {
        &.ttl--primary {
            display: flex;
            flex-direction: column;
			position: relative;
            &::after {
				display: none;
            }
            .ttl--primary__en {
                color: #333;
				font-family: var(--font-family03);
                font-size: min(calc(9.6rem + (1vw - 1.92rem) * 3.1068), 9.6rem);
                font-weight: 400;
                line-height: 1.4;
				margin-bottom: 0;
				position: relative;
                &.color-common {
					color: var(--color-font);
				}
                &.color-primary {
					color: var(--color-primary);
				}
                &.color-black {
					color: #000;
				}
                &.color-white {
					color: #fff;
				}
				&.color-green {
					color: #387C45;
				}
				&.color-blue {
					color: #68ADFF;
				}
				&.color-pink {
					color: #EE7E98;
				}
				&.color-purple {
					color: #8E4593;
				}
            }
            .ttl--primary__ja {
                color: var(--color-font);
                font-size: var(--rem36);
                font-weight: 700;
                line-height: 1.4;
                &.color-common {
					color: var(--color-font);
				}
                &.color-primary {
					color: var(--color-primary);
				}
                &.color-black {
					color: #000;
				}
                &.color-white {
					color: #fff;
				}
				&.color-green {
					color: #387C45;
				}
				&.color-blue {
					color: #68ADFF;
				}
				&.color-pink {
					color: #EE7E98;
				}
				&.color-purple {
					color: #8E4593;
				}
            }
            &.ttl--primary--mod01 {
                .ttl--primary__en {
                    font-size: var(--erm36);
                }
                .ttl--primary__ja {
                    font-family: var(--font-family04);
                    font-size: min(calc(5rem + (1vw - 1.92rem) * 1.6181), 5rem);
                    font-weight: 600;
                    letter-spacing: .1em;
                }
            }
            &.ttl--primary--mod02 {
                padding: 0;
                margin-bottom: min(calc(5rem + (1vw - 1.92rem) * 1.6181), 5rem);
                border: none;
                .ttl--primary__en {
                    display: flex;
                    flex-direction: column;
                    font-size: min(calc(5rem + (1vw - 1.92rem) * 1.6181), 5rem);
                    margin-bottom: 0;
                    position: relative;
                    @media screen and (max-width: 1200px) {
                        font-size: var(--rem40);
                    }
                    @media screen and (max-width: 1080px) {
                        font-size: var(--rem28);
                    }
                    @media screen and (max-width: 768px) {
                        font-size: min(calc(5rem + (1vw - 1.92rem) * 1.6181), 5rem);
                    }
                    &::before {
                        display: block;
                        content: counter(num, decimal-leading-zero);
                        font-family: var(--font-family05);
                        font-size: min(calc(9rem + (1vw - 1.92rem) * 2.9126), 9rem);
                        font-weight: 400;
                        margin-bottom: 3px;
                    }
                }
                .ttl--primary__ja {
                    font-family: var(--font-family01);
                    font-size: var(--rem18);
                    font-weight: 700;
                    letter-spacing: 0;
                    @media screen and (max-width: 1200px) {
                        font-size: var(--rem14);
                    }
                    @media screen and (max-width: 1080px) {
                        font-size: var(--rem12);
                    }
                    @media screen and (max-width: 768px) {
                        font-size: var(--rem18);
                    }
                }
            }
        }
		&:is(.txt_c) {
			.ttl--primary__en {
				justify-content: center;
                &::after {
                    margin: 1.1em auto 0;
                }
			}
			&::after {
				margin: 1.1em auto 0;
			}
		}
		&:is(.color-white) {
			.ttl--primary__en, .ttl--primary__ja {
				color: #fff;
			}
		}
    }
    p {
        line-height:2;
    }
    .color-white {
        color: #fff;
    }
    .color-yellow {
        color: #EFF316;
    }
	.color-gradation {
		background: linear-gradient(263deg, #27B7EC 9%, #073190 97%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
    .m-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

/**/
.bg_wide { position: relative; }
.bg_wide::before,
.bg_wide.bg_after::after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100vw;
	height: 100%;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
	content: "";
	z-index: -1;
}
.box_w2_sp {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.box_w2_sp.rev { flex-direction: row-reverse; }
.box_w2_sp.vtop { align-items: flex-start; }
.box_w2_sp.vcen { align-items: center; }
.box_w2_sp.vbtm { align-items: flex-end; }
.box_pad { padding: 20px; box-sizing: border-box; }
.box_w2 .column2_50:not(.cen) { text-align: left; }
@media print, screen and (min-width: 641px){ /* PC用 */
	.bg_fix::before { background-attachment: fixed !important; }
	.box_w2 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.box_w2.rev { flex-direction: row-reverse; }
	.box_w2.vtop { align-items: flex-start; }
	.box_w2.vcen { align-items: center; }
	.box_w2.vbtm { align-items: flex-end; }
	.box_pad { padding: 30px; }
	.box_w2 .column3_33 { width: 32%; }
	.box_w2 .column2_50 { width: 48.5%; }
	.box_w2 .column2_60 { width: 57%; }
	.box_w2 .column2_70 { width: 67%; }
	.box_w2 .column2_80 { width: 77%; }
}
@media print, screen and (min-width:769px){ /* PCのみ */
	.box_pad { padding: 50px; }
}
/**/
.box_w2 .column3_33 img, .box_w2 .column2_30 img,
.box_w2 .column2_40 img, .box_w2 .column2_50 img {
	max-width: 100%;
}
/**/
.w100 {
	width: 100vw;
	margin-left: calc(((100vw - 100%) / 2) * -1) !important;
	margin-right: calc(((100vw - 100%) / 2) * -1) !important;
    img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
.w600, .w800, .w900 {
	width: 600px;
	max-width: 100%;
	margin: auto;
}
.w800 { width: 800px; }
.w900 { width: 900px; }
.max-w {
	margin-left: auto;
	margin-right: auto;
    &.max-w--500 {
		max-width: 500px;
		
	}
	&.max-w--960 {
		max-width: 960px;
		
	}
	&.max-w--1000 {
		max-width: 1000px;
	}
}

/**/
.post .linkBtn {
	border-radius: 0;
	/* background: var(--color-primary); */
}

.fw_contents {
    margin-top: 0;
    margin-bottom: 0;
}
#content:has(.fw_contents), body:not(.home) #content:has(.fw_contents).wide {
    padding: 0;
}

/* アンカーリンク 遷移後の表示位置調整 */
.anchorLink-view {
    padding-top: 120px;
    margin-top: -120px;
}

/*-----------------------------
column_01
------------------------------*/
.toptxtarea {
	max-width: 960px;
	width: 94%;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.column01 {
	position: relative;
	margin: var(--px60) 0 0;
}
.column01_wrap {
	position: relative;
	max-width: 1600px;
	width: 94%;
    margin: 0 auto;
	z-index: 1;
}
.column01 .txtarea {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: var(--px80) var(--px40);
    margin: 0;
}
.column01 .txtarea .txtinner {
    max-width: 540px;
}
.column01 .imgarea {
    overflow: hidden;
    line-height: 0;
    margin: 0;
}
.column01 .imgarea img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
	
/*---------txtstyle-----------*/
	
.post .txtstyle02, .txtstyle02 {
	font-family: var(--font-family02);
	font-size: var(--rem36);
	font-weight: 600;
	text-align: left;
	margin: var(--rem36) auto;
	background: transparent;
    color: #111;
    line-height: 1.4;
	padding: 0;
}
.post .txtstyle02:before, .post .txtstyle02:after, .txtstyle02:before, .txtstyle02:after {
	content: none;
}
.post .column01 .txtstyle02, .column01 .txtstyle02 {
	font-size: var(--rem20);
	margin: var(--rem20) 0;
}
.post .txtstyle04, .txtstyle04 {
	font-family: var(--font-family02);
	font-size: var(--rem36);
	font-weight: 600;
	text-align: left;
	margin: var(--rem36) auto;
	background: transparent;
	border: none;
    color: #111;
    line-height: 1.4;
	padding: 0;
}
.post .txtstyle04:before, .txtstyle04:before {
	content: none;
}
.post .column01 .txtstyle04, .column01 .txtstyle04 {
	font-size: var(--rem36);
}
.post .column01 .txtstyle04:after, .column01 .txtstyle04:after {
    content: '';
    position: relative;
    visibility: visible;
    display: block;
    width: var(--px80);
    height: 3px;
    background: #111;
    margin: var(--rem30) 0 0 0.5rem;
}

/*-----------------------------
card
------------------------------*/
.toptxtarea {
	max-width: 960px;
	width: 94%;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.card03_wrap {
	position: relative;
	margin: var(--px60) 0 0;
}
.card03_inner {
	max-width: 1600px;
	width: 94%;
	margin: 0 auto;
}
.card03_list > li {
	background: #eee;
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 5;
}
.card03_list .txtarea {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 450px;
    padding: var(--px60);
    color: #111;
}

/*--カラムリスト--------------------------------------------*/

/*---------col03-----------*/
  
.post .col3_list {
	position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	flex-wrap: wrap;
}
.post .col3_list > li {
    width: 32%;
	margin-bottom: 2%;
}
.post .col3_list::before {
    content: "";
    display: block;
    width: 32%;
    height: 0;
    order: 1;
}
.post .col3_list:after {
    content: "";
    display: block;
    width: 32%;
    height: 0;
}
@media print, screen and (max-width: 768px) {
	.post .col3_list > li {
		width: 49%;
	}
	.post .col3_list::before, .post .col3_list:after {
		content: none;
	}
}
@media print, screen and (max-width: 414px) {
	.post .col3_list > li {
		width: 100%;
	}
	.post .col3_list > li:last-child {
		margin-bottom: 0;
	}
}

/*-----------------------------
card
------------------------------*/
.linkBtn, .post .linkBtn, a.linkBtn {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 240px;
    font-family: var(--font-family03);
	font-size: var(--rem20);
    color: #333;
    line-height: 1.8;
    text-align: left;
    background: transparent;
	font-weight: 400;
    padding: min(calc(10px + (1vw - 19.2px) * 0.5178), 10px) min(calc(65px + (1vw - 19.2px) * 1.6181), 65px) min(calc(10px + (1vw - 19.2px) * 0.5178), 10px) 10px;
    margin: var(--px40) auto 0;
	border: none;
    border-radius: 0;
    transition: all .3s;
    &::after {
        display: block;
        content: "";
        width: 100%;
        height: 2px;
        background: #333;
        border: none;
        position: absolute;
        top: unset;
        left: 0;
        right: unset;
        bottom: 0;
        transform: translateY(100%);
    }
}
.linkBtn:hover, .post .linkBtn:hover, a.linkBtn:hover {
	color: #333;
	background: transparent;
}
.linkBtn .arw, .post .linkBtn .arw, a.linkBtn .arw {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	width: var(--px50);
	height: var(--px50);
    background: var(--color-font);
	border: 1px solid;
	border-radius: 50%;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: .4s;
	transition: .4s;
}
.linkBtn .arw::after, .post .linkBtn .arw::after, a.linkBtn .arw::after {
	content: '';
	position: absolute;
	width: min(calc(8px + (1vw - 19.2px) * 0.2589), 8px);
	height: min(calc(8px + (1vw - 19.2px) * 0.2589), 8px);
	border-style: solid;
	border-width: 1px 1px 0 0;
    border-color: #fff;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-70%, -50%) rotate(45deg);
	transform: translate(-70%, -50%) rotate(45deg);
	-webkit-transition: .4s;
	transition: .4s;
}
.linkBtn:hover .arw, .post .linkBtn:hover .arw, a.linkBtn:hover .arw  {
	background: #fff;
}
.linkBtn:hover .arw::after, .post .linkBtn:hover .arw::after, a.linkBtn:hover .arw::after {
	border-color: var(--color-font);
}

/*--------------------------------------------------
	ヘッダー
--------------------------------------------------*/
@media print, screen and (min-width: 1024px) {
    #header {
        height: 100px;
    }
    #header .logo img {
        aspect-ratio: 380 / 42;
        width: 100%;
        max-width: 380px;
        max-height: 42px;
    }
    #header a.head_btn.tel_btn {
        font-family: var(--font-family03);
        font-size: var(--rem20);
        font-weight: 400;
        background: var(--color-primary);
        padding-bottom: 10px;
        &:hover {
            background: var(--color-primary-shade);
        }
    }
    #header a.head_btn.tel_btn::before {
        font-size: var(--rem18);
    }
    #header a.head_btn.mail_btn {
        font-size: var(--rem14);
        background: var(--color-primary-shade);
        padding: min(calc(10px + (1vw - 19.2px) * 0.2232), 10px) var(--px40) 14px;
        &:hover {
            background: var(--color-primary);
        }
    }
    #header a.head_btn.mail_btn::before {
        font-size: var(--rem20);
    }
    nav#mainNav ul li a {
        font-family: var(--font-family03);
        font-size: var(--rem20);
        font-weight: 400;
        padding: var(--px20) var(--px30);
        b {
            font-weight: 400;
        }
        span {
            font-family: var(--font-family01);
            font-size: var(--rem14);
            font-weight: 400;
        }
    }
    nav#mainNav ul li.current-menu-item a, nav#mainNav ul li.current-menu-parent a {
        background: transparent;
        b {
            color: var(--header-color-font);
        }
        span {
            color: var(--header-color-font);
        }
    }
    nav#mainNav ul li a:hover, nav#mainNav ul li a:active {
        background: #fff;
        b {
            color: var(--header-color-font);
        }
        span {
            color: var(--header-color-font);
        }
    }
}
@media print, screen and (max-width: 1023px) {
    body.mobile #header .logo img {
        max-width: 299px;
    }
}
@media print, screen and (max-width: 640px) {
    body.mobile #header .logo img {
        aspect-ratio: 380 / 42;
        max-width: 250px;
    }
}

/*--------------------------------------------------
	フッター
--------------------------------------------------*/

/*--------------------------------------------
FOOTER03
--------------------------------------------*/
#footer {
	padding: var(--px80) 0 var(--px60);
    .footer__logo img {
        aspect-ratio: 380 / 42;
        width: 100%;
        max-width: 380px;
        max-height: 42px;
        @media only screen and (max-width: 640px) {
            aspect-ratio: 380 / 42;
            max-width: 331px;
        }
    }
    address {
        font-size: var(--rem12);
        line-height: 3;
    }
}
/* ----全体LAYOUT調整----*/

.footer__inner {
	width: 94%;
	margin: 0 auto;
}

/* ----top----*/

#footer .footer__logo:not(:last-child) {
    margin: 0;
    text-align: left;
}
.toparea .logoare {
    display: flex;
    flex-direction: column;
    gap: var(--px14);
    line-height: 1;
}
.footer__catchphrase {
    line-height: 1.2;
	text-align: left;
}
@media print, screen and (max-width: 959px) {
	#footer .footer__logo:not(:last-child) {
		text-align: center;
	}
	.footer__catchphrase {
		text-align: center;
	}
}

/* ----SNSアイコン----*/

/*LAYOUT調整*/

#footer .socialicon ul, .socialicon ul {
    -webkit-box-pack: start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    gap: 10px;
}
#footer .socialicon ul li, .socialicon ul li {
    padding: 0;
}
@media print, screen and (max-width: 768px) {
	#footer .socialicon ul, .socialicon ul {
		justify-content: center;
	}
}

/*アイコンサイズ調整*/

#footer .socialicon .fa-facebook:before, #footer .socialicon .fa-twitter:before, #footer .socialicon .fa-youtube:before, #footer .socialicon .fa-instagram:before, #footer .socialicon .fa-x-twitter:before, #footer .socialicon .fa-line:before, #footer .socialicon .fa-tiktok:before {
    font-size: var(--rem24);
}

/* ----bottom----*/

.bottomarea {
    display: flex;
    justify-content: space-between;
    margin-top: var(--px40);
    gap: 5px;
}
#footer .footnav:not(:last-child) {
    margin-bottom: 0;
}
#footer .footnav ul {
    -webkit-box-pack: start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
}
#copyright {
    margin: 0;
    background: transparent;
}
@media print, screen and (max-width: 768px) {
	.bottomarea {
		flex-direction: column;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	#footer .footnav ul {
	    -webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
#copyright {
    background: transparent;
}

/*--------------------------------------------------
	CTA
--------------------------------------------------*/
.home, .page-id-21 {
	.page-cta {
		display: none !important;
	}
}
/*-----------------------------
cta01_col2
------------------------------*/
.cta01 {
	background: url(/wp-content/uploads/cta_bg_01.png.webp) no-repeat center / cover;
	padding: var(--rem120) 0;
	position: relative;
	z-index: 0;
	.ttl {
        &.ttl--primary {
            display: flex;
            flex-direction: column;
			position: relative;
            &::after {
				display: none;
            }
            .ttl--primary__en {
                color: #333;
				font-family: var(--font-family03);
                font-size: min(calc(9.6rem + (1vw - 1.92rem) * 3.1068), 9.6rem);
                font-weight: 400;
                line-height: 1.4;
				margin-bottom: 0;
				position: relative;
                &.color-common {
					color: var(--color-font);
				}
                &.color-primary {
					color: var(--color-primary);
				}
                &.color-black {
					color: #000;
				}
                &.color-white {
					color: #fff;
				}
				&.color-green {
					color: #387C45;
				}
				&.color-blue {
					color: #68ADFF;
				}
				&.color-pink {
					color: #EE7E98;
				}
				&.color-purple {
					color: #8E4593;
				}
            }
            .ttl--primary__ja {
                color: var(--color-font);
                font-size: var(--rem36);
                font-weight: 700;
                line-height: 1.4;
                &.color-common {
					color: var(--color-font);
				}
                &.color-primary {
					color: var(--color-primary);
				}
                &.color-black {
					color: #000;
				}
                &.color-white {
					color: #fff;
				}
				&.color-green {
					color: #387C45;
				}
				&.color-blue {
					color: #68ADFF;
				}
				&.color-pink {
					color: #EE7E98;
				}
				&.color-purple {
					color: #8E4593;
				}
            }
        }
    }
    .row {
        display: flex;
        justify-content: center;
        gap: var(--px14);
        & > li {
            color: var(--color-primary);
            font-size: var(--erm24);
            font-weight: 700;
            letter-spacing: .1em;
            background: #fff;
            padding: 0 var(--px12);
        }
    }
}
.cta01 .cta01_wrap {
	max-width: 1600px;
    width: 90%;
	border: 1px solid #fff;
    margin: 0 auto;
    padding: var(--px80) var(--px80) var(--px120);
    @media screen and (max-width: 768px) {
        padding: var(--px80) var(--px80) var(--px100);
    }
}
.cta01 .ctabtnlist {
    justify-content: space-between;
    max-width: 880px;
    margin: var(--px40) auto 0 auto;
}
.cta01 .ctabtnlist li {
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 1;
    display: flex;
}
.cta01 a.item {
	position: relative;
	display: flex;
	flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: var(--px30) 0;
    text-align: center;
    box-sizing: border-box;
    color: #111;
    border-radius: 0;
    transition: all ease .15s;
}
.cta01 a.item:hover{
	color: var(--color-font);
	background: #fff;
}
@media print, screen and (max-width: 768px) {
	.cta01 .ctabtnlist li, .cta01 .ctabtnlist a.item {
		width: 100%;
	}
	.cta01 .ctabtnlist li + li {
		margin-top: 1rem;
	}
}
	
/*ボタン共通パーツ*/
	
.cta01 .btnttl {
	display: block;
	font-weight: bold;
	margin-bottom: 1rem;
}
.cta01 .infotxt {
	font-size: var(--rem18);	
	font-weight: 700;
}
	
/*電話ボタン*/
	
.cta01 .telnum {
	font-size: var(--rem36);
	font-weight: 500;
	margin-bottom: 1rem;
}
.cta01 .telbtn .btnttl {
	font-size: var(--rem20);
}
.cta01 a.telbtn {
	color: #fff;
	border: 1px solid #fff;
	.note {
		font-size: var(--rem16);
		font-weight: 700;
	}
}
	
/*メールボタン*/
	
.cta01 .mailbtn .btnttl {
	font-size: var(--rem24);
}
.cta01 a.mailbtn {
	color: #fff;
    border: 1px solid #fff;
}
	
/*ボタンアイコン*/
	
.cta01 .mailbtn .btnttl::before, .cta01 .telnum::before {
	content: '';
	display: inline-block;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-right: 1rem;
}
.cta01 .mailbtn .btnttl::before {
	content: '\f0e0';
}
.cta01 .telnum::before {
	content: '\f3cd';
}

/*--------------------------------------------------
	TOPページ
--------------------------------------------------*/
.home, #editor-style {
	#wrapper {
		max-width: 1600px;
        width: 90%;
	}
}
/* CONTENT01 */
#top_about {
    .front_contents.sec01.bg_wide::before {
        aspect-ratio: 1920 / 643;
        background: url(/wp-content/uploads/top_about_bg_01.png.webp) no-repeat center / cover;
    }
    .front_contents {
        padding: 0;
    }
    .column01 {
        margin-top: 0;
        .column01_wrap {
            width: 100%;
            .txtarea {
                justify-content: flex-start;
                background: transparent;
                padding: var(--px120) var(--px40);
                .txtinner {
                    max-width: unset;
                    p {
                        color: #fff;
                        max-width: 600px;
                    }
                }
            }
        }
    }
    .w100 {
        img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    }
}
/* CONTENT02 */
#top_mission {
    &.bg_wide::before {
        aspect-ratio: 1920 / 652;
        height: auto;
        background: url(/wp-content/uploads/top_mission_bg_01.png.webp) no-repeat center / cover;
        @media screen and (max-width: 768px) {
            aspect-ratio: 375 / 420;
        }
    }
    .card03_wrap {
        .card03_inner {
            width: 100%;
            .card03_list.col3_list {
                counter-reset: num;
                & > li {
                    width: 31%;
                    counter-increment: num;
                    background: #fff;
                    @media print, screen and (max-width: 768px) {
                        width: 48%;
                        margin-bottom: 10%;
                    }
                    @media print, screen and (max-width: 414px) {
                        width: 100%;
                    }
                }
                .txtarea {
                    justify-content: flex-start;
                    min-height: 625px;
                    padding-left: min(calc(5rem + (1vw - 1.92rem) * 1.6181), 5rem);
                    padding-right: min(calc(5rem + (1vw - 1.92rem) * 1.6181), 5rem);
                    @media screen and (max-width: 1200px) {
                        min-height: unset;;
                    }
                    @media screen and (max-width: 768px) {
                        min-height: 400px;
                    }
                }
            }
        }
    }
}
/* CONTENT03 */
#top_business {
	.serviceList {
		display: flex;
		@media screen and (max-width: 768px) {
			flex-direction: column;
		}
		.serviceList__item {
			display: flex;
			align-items: flex-end;
			justify-content: flex-end;
			aspect-ratio: 640 / 1145;
			width: calc(100% / 3);
			padding: var(--rem20);
			position: relative;
			overflow: hidden;
			@media screen and (max-width: 768px) {
				aspect-ratio: 2 / 1;
				width: 100%;
			}
			&:hover {
                &::before {
                    opacity: 0;
                }
				&::after {
					transform: scale(1.1);
				}
			}
            &::before {
                display: block;
                content: "";
                width: 100%;
                height: 100%;
                background: rgba(0, 0, 0, .65);
                position: absolute;
                top: 0;
                left: 0;
                transition: all .3s;
            }
			&::after {
				display: block;
				content: "";
				width: 100%;
				height: 100%;
				position: absolute;
				top: 0;
				left: 0;
				transform: scale(1);
				transition: all .3s;
				z-index: -1;
			}
			&:nth-child(1)::after {
				background: url(/wp-content/uploads/top_business_01.png.webp) no-repeat center / cover;
			}
			&:nth-child(2)::after {
				background: url(/wp-content/uploads/top_business_02.png.webp) no-repeat center / cover;
			}
			&:nth-child(3)::after {
				background: url(/wp-content/uploads/top_business_03.png.webp) no-repeat center / cover;
			}
			.serviceList__content {
				display: flex;
				flex-direction: column;
				align-items: flex-end;
			}
			.ttl--primary--mod03 {
                padding: 0;
                border: none;
                margin-bottom: var(--rem20);
				.ttl--primary__en {
                    font-size: min(calc(9.6rem + (1vw - 1.92rem) * 3.1068), 9.6rem);
                    line-height: 1;
                    margin-bottom: -.05em;
					@media screen and (max-width: 1640px) {
						font-size: calc(96 / 1920 * 100vw);
					}
					@media screen and (max-width: 768px) {
						font-size: min(calc(9.6rem + (1vw - 1.92rem) * 3.1068), 9.6rem);
					}
				}
				.ttl--primary__ja {
                    font-size: var(--rem24);
					@media screen and (max-width: 1640px) {
						font-size: max(calc(24 / 1920 * 100vw), 2rem);
					}
					@media screen and (max-width: 768px) {
						font-size: var(--rem24);
					}
				}
			}
			.arw {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				-ms-flex-direction: column;
				flex-direction: column;
				-webkit-box-pack: center;
				-ms-flex-pack: center;
				justify-content: center;
				-webkit-box-align: center;
				-ms-flex-align: center;
				align-items: center;
				position: relative;
				width: var(--px50);
				height: var(--px50);
				background: transparent;
				border: 1px solid #fff;
				border-radius: 50%;
				-webkit-transition: .4s;
				transition: .4s;
				&::after {
					content: '';
					position: absolute;
					width: min(calc(8px + (1vw - 19.2px) * 0.2589), 8px);
					height: min(calc(8px + (1vw - 19.2px) * 0.2589), 8px);
					border-style: solid;
					border-width: 1px 1px 0 0;
					border-color: #fff;
					top: 50%;
					left: 50%;
					-webkit-transform: translate(-70%, -50%) rotate(45deg);
					transform: translate(-70%, -50%) rotate(45deg);
					-webkit-transition: .4s;
					transition: .4s;
				}
			}
		}
	}
}
/* CONTENT04 */
#top_company {
    padding-top: var(--rem120);
    .row {
        display: flex;
        justify-content: space-between;
        @media screen and (max-width: 768px) {
            flex-direction: column;
        }
    }
    .w100 {
        img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    }
}
/* POST */
.top_news {
	max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    .w100 {
        img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    }
}
.postlist {
    .post_text {
        color: #CCC;
        padding: 26px 0;
    }
    li {
        border-bottom: 1px solid #ccc;
    }
}
.postlist .ttls, .postlist .date {
    color: var(--color-font);
    font-size: 100%;
}
.post .time, .postlist .time, .post2b .time, .post4b .time {
    background: var(--color-primary);

}
.post .time, .postlist .time, .post2b .time, .post4b .time {
	line-height: 1.2 !important;
}

/*--------------------------------------------------
	下層ページ
--------------------------------------------------*/
body:not(.home) {
    background: #fff;
    #thumbImg::before, header#h1Header::before {
        display: none;
    }
    h1.title, .post h1, header#h1Header h1.title {
        color: #fff;
        font-size: min(calc(9.6rem + (1vw - 1.92rem) * 3.1068), 9.6rem);
        font-family: var(--font-family03);
        font-weight: 400;
        text-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    }
    &.post, .post {
        .ttl {
            &.ttl--primary {
                margin-top: min(calc(16rem + (1vw - 1.92rem) * 6.4725), 16rem);
                margin-bottom: min(calc(9rem + (1vw - 1.92rem) * 2.9126), 9rem);
                .ttl--primary__en {
                    font-size: min(calc(7rem + (1vw - 1.92rem) * 2.2654), 7rem);
                }
                .ttl--primary__ja {
                    font-size: var(--rem20);
                }
            }
        }
        h3 {
            font-size: var(--rem30);
            font-weight: 700;
            padding: 0;
            border-left: 9px solid #4B4B4B;
            border-bottom: none;
            margin-bottom: var(--rem30);
            padding-left: var(--rem18);
        }
        ul {
            li {
                font-size: var(--rem18);
            }
        }
        table th, table td {
            font-size: var(--rem16);
            padding: var(--rem30) var(--rem40);
            line-height: 1.7;vertical-align: middle;
        }
        table th {
            min-width: 14em;
            color: #fff;
            font-weight: 700;
            background-color: var(--color-font);
        }
        .text-mod_heading-01 {
            display: flex;
            flex-direction: column;
            gap: 8px;
            font-size: var(--rem30);
            font-weight: 700;
            line-height: 1.4;
            border-bottom: 1px solid var(--color-font);
            padding-bottom: 5px;
        }
        .text-mod_heading-02 {
            font-size: var(--rem36);
            font-weight: 500;
            line-height: 1.4;
            border-top: 1px solid #4B4B4B;
            border-left: none;
            border-bottom: 1px solid #4B4B4B;
            padding: var(--rem30) var(--px12);
            @media screen and (max-width: 414px) {
                font-size: var(--rem30);
            }
            &::after {
                display: none;
            }
        }
        .text-mod_heading-03 {
            font-size: var(--rem24);
            font-weight: 400;
            padding: 0;
            border-left: 9px solid #4B4B4B;
            border-bottom: none;
            margin-bottom: var(--rem30);
            padding-left: var(--rem18);
            &::before {
                display: none;
            }
        }
        .text-mod_size-01 {
            font-size: min(calc(2.5rem + (1vw - 1.92rem) * 0.6472), 2.5rem);
            font-weight: 700;
        }
        .box {
            &.box--bg {
                background: #EFEFEE;
                padding: var(--rem24) var(--px30) var(--rem30);
            }
        }
        .columu-c-2 {
            column-count: 2;
        }
		.w-fit {
            width: fit-content;
            margin-left: auto;
            margin-right: auto;
        }
        .anchorLink-view {
            padding-top: 120px;
            margin-top: -120px;
        }
        @media screen and (max-width: 1024px) {
            .table_scroll table {
                width: 860px;
            }
            .table_scroll {
                table {
                    th {
                        min-width: 21em;
                    }
                }
            }
        }
    }
    
}

/*================================================
					COMPANY
================================================*/
.googlemap {
    padding-bottom: 27%;
    @media screen and (max-width: 768px) {
        padding-bottom: 80%;
    }
}

/*================================================
					SERVICE
================================================*/
figure {
    @media screen and (max-width: 768px) {
        & + & {
            margin-top: var(--rem80);
        }
    }
    figcaption {
        font-size: var(--rem20);
        font-weight: 500;
    }
}

/*================================================
					お問い合わせ
================================================*/
.wpcf7 {
    table {
        border: none;
        th, td {
            border-left: none;
            border-right: none;
            font-size: var(--rem20) !important;
            border-color: #D9D9D9 !important;
        }
        th {
            width: 30%;
            color: var(--color-font) !important;
            background: #fff !important;
        }
        td {
            padding-top: var(--rem18);
            padding-bottom: var(--rem18);
        }
    }
    input[type="text"], input[type="tel"], input[type="email"], input[type="date"], input[type="url"], input[type="number"], select {
        font-size: var(--rem20);
        line-height: 55px;
        height: 55px;
        border-radius: 0;
        margin-bottom: 0;
    }
	.subimitarea {
		.linkBtn {
            max-width: unset;
            margin-top: 0;
			margin-left: auto;
			margin-right: auto;
			padding: 0;
            border-radius: unset;
            &::after {
                display: none;
            }
            input[type="submit"] {
                display: block;
                width: 100%;
                max-width: 458px;
                font-family: var(--body-font-family);
                color: #fff;
                text-align: center;
                margin: 0 auto;
                padding: 30px 35px;
                border-radius: 20px;
                background: #4B4B4B;
                transition: all .3s;
                &:hover {
                    background: var(--color-font);
                }
            }
		}
	}
}
.wpcf7-form .must {
    font-weight: 500;
    background: #E80303;
}