@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=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap');
:root {
	/*------▼基本設定▼------*/
	--color-background: #FFF;
	--color-font: #333;
	--color-primary: #A0CB46;
	--color-primary-shade: #554723;
	--color-primary-tint: #887e65;
	--color-secondary: #554723;
	--color-secondary-tint: #887e65;
	--color-table-border: #DDD;
	--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: transparent;
	--header-color-font: #444;
	--header-color-primary: #A0CB46;
	--header-color-primary-shade: #554723;
	--header-color-primary-tint: #887e65;
	/*------▼フッター設定▼------*/
	--footer-background: #554723;
	--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: "Shippori Mincho", serif;
}

/*--------------------------------------------------
	共通
--------------------------------------------------*/
.post {
    .ttl {
        &.ttl--primary {
            display: flex;
            flex-direction: column;
			position: relative;
            &:is(.ttl--primary--mod-01) {
                .ttl--primary__en {
                    font-size: var(--rem80);
                }
                .ttl--primary__ja {
                    font-size: var(--rem60);
                }
            }
            &::after {
				display: none;
            }
            .ttl--primary__en {
                color: var(--color-primary-shade);
				font-family: var(--font-family02);
                font-size: min(calc(10rem + (1vw - 1.92rem) * 3.2362), 10rem);
                font-weight: 700;
                line-height: 1.3;
            }
            .ttl--primary__ja {
                color: var(--color-primary-shade);
                font-size: min(calc(2.6rem + (1vw - 1.92rem) * 0.6472), 2.6rem);
                font-weight: 700;
                line-height: 1;
                letter-spacing: .1em;
            }
        }
    }
    p {
        line-height:2;
        letter-spacing: .1em;
    }
    .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;
}
.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--960 {
		max-width: 960px;
		
	}
	&.max-w--1000 {
		max-width: 1000px;
	}
}

/**/

.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: 0;
}
.column01_wrap {
    position: relative;
    max-width: 1720px;
    width: 100%;
    margin: 0 auto;
    z-index: 1;
}
.column01 .txtarea {
    background: #F3F0E8;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: var(--px80) var(--px120);
    margin: 0;
    @media screen and (max-width: 768px) {
        padding: var(--rem80) min(calc(10rem + (1vw - 1.92rem) * 3.2362), 10rem);
    }
}
.column01 .txtarea .txtinner {
    max-width: unset;
}
.column01 .imgarea {
    background: rgba(255, 255, 255, .8);
    overflow: hidden;
    line-height: 0;
    margin: 0;
    padding: min(calc(13rem + (1vw - 1.92rem) * 2.5890), 13rem) min(calc(9rem + (1vw - 1.92rem) * 2.9126), 9rem);
}
.column01 .imgarea img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

/* mod-01 */
.column01:is(.column01--mod-01) {
	margin: 0;
    .column01_wrap {
        max-width: unset;
        width: 100%;
    }
    .imgarea {
        background: transparent;
        padding: 0;
    }
    .txtarea {
        background: transparent;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: var(--rem80) min(calc(10rem + (1vw - 1.92rem) * 3.2362), 10rem);
        margin: 0;
    }
    .txtarea .txtinner {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        height: 100%;
        border-top: 2px solid var(--color-primary-shade);
        border-bottom: 2px solid var(--color-primary-shade);
        padding: var(--rem60) 0;
        .ttl.ttl--primary {
            margin-left: 0;
        }
    }
}

	
/*---------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;
  }
  .card01_wrap {
    position: relative;
    margin: var(--px60) 0 0;
  }
  .card01_inner {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
  }
  .card01_list > li {
    position: relative;
    background: transparent;
  }
  .card01_list .imgarea {
    width: 100%;
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    line-height: 0;
  }
  .card01_list .imgarea img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .card01_list .txtarea {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 20px 0 0 0;
    line-height: 1.6;
    text-align: left;
    background: transparent;
  }
    
  /*---------txtstyle02 -----------*/
    
  .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 .card01_list .txtstyle02, .card01_list .txtstyle02 {
    font-size: var(--rem20);
    letter-spacing: 0;
    text-align: center;
    margin: 0 0 1rem;
  }

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

/*---------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 {
    display: flex;
    flex-direction: column;
    width: 32%;
	margin-bottom: 2%;
}
.post .col3_list:is(.col3_list--mod_01) > li {
    @media screen and (max-width: 1079px) {
        width: 49%;
        margin-bottom: 10%;
    }
    @media print, screen and (max-width: 414px) {
        width: 100%;
    }
}
.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: 959px) {
	.post .col3_list > li {
		width: 49%;
        margin-bottom: 10%;
	}
	.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;
	}
}

/*---------col4-----------*/
  
.post .col4_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 .col4_list > li {
    width: 24%;
	margin-bottom: 5.5%
}
.post .col4_list::before {
    content: "";
    display: block;
    width: 24%;
    height: 0;
    order: 1;
}
.post .col4_list:after {
    content: "";
    display: block;
    width: 24%;
    height: 0;
}
.post .col4_list > li {
    .imgarea {
        aspect-ratio: 295 / 205;
    }
}
@media print, screen and (max-width: 1240px) {
	.post .col4_list > li, .post .col4_list::before, .post .col4_list:after {
		width: 32%;
		margin-bottom: 2%;
	}
}
@media print, screen and (max-width: 768px) {
	.post .col4_list > li {
		width: 49%;
	}
	.post .col4_list::before, .post .col4_list:after {
		content: none;
	}
}
@media print, screen and (max-width: 414px) {
	.post .col4_list > li {
		width: 100%;
	}
	.post .col4_list > li:last-child {
		margin-bottom: 0;
	}
}

/*--------------------------------------------------
	button
--------------------------------------------------*/
.linkBtn-mod01 {
    display: inline-block;
    color: var(--color-primary-shade);
    font-size: var(--rem16);
    font-weight: bold;
    text-align: center;
    background: transparent;
    width: 100%;
    max-width: 240px;
    padding: 18px 50px 18px 30px;
    border: 3px solid var(--color-primary-shade);
    background: #fff;
    position: relative;
    z-index: 1;
    transition: .3s;
    &:is(.facebook), &:is(.instagram) {
        display: flex;
        align-items: center;
        justify-content: center;
        i { 
            font-size: var(--rem24);
            margin-right: 10px;
        }
    }
    &:hover {
        color: #fff;
        &::before {
            transform-origin: 0% 50%;
            transform: scaleX(1);
        }
    }
    &::before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        background: var(--color-primary-shade);
        transform-origin: 100% 50%;
        transform: scaleX(0);
        transition: transform ease .3s;
    }
    &::after {
        display: block;
        font: var(--fa-font-solid);
        content: "\f178";
        position: absolute;
        top: 50%;
        right: var(--rem30);
        transform: translateY(-50%);
    }
}


/*--------------------------------------------------
	ヘッダー
--------------------------------------------------*/
@media print, screen and (min-width: 1024px) {
    #header {
        height: 80px;
        padding: 10px 10px;
        position: relative;
        z-index: 10;
    }
    .inner.site-header {
        border-top: 2px solid #333;
        border-bottom: 2px solid #333;
    }
    #header .logo img {
        width: 100%;
        max-width: 304px;
        max-height: 35px;
    }
    #header a.head_btn {
        color: var(--header-color-font);
        background: transparent;
        padding-left: var(--rem30);
        padding-right: var(--rem24);
        &:hover {
            color: #000;
            background-color: var(--color-primary);
        }
    }
    #header a.head_btn.tel_btn {
        position: relative;
        background: transparent;
        &:hover {
            background: var(--color-primary);
        }
        &::before {
            display: block;
            content: "";
            width: 2px;
            height: calc(100% - 30px);
            background: #444;
            position: absolute;
            top: 15px;
            left: 0;
        }
    }
    #header a.head_btn .tel_btn__num::before {
        content: '\f095';
        position: relative;
        top: 2px;
        display: block;
        font-family: 'FontAwesome';
        font-size: .75em;
        font-weight: 400;
        line-height: 1;
        margin-bottom: .1em;
    }
    #header a.head_btn .tel_btn__num {
        display: flex;
        align-items: center;
        column-gap: min(calc(0.8rem + (1vw - 1.92rem) * 0.1294), .8rem);
        font-size: var(--rem24);
        font-weight: 700;
        margin-bottom: 3px;
    }
    #header a.head_btn.mail_btn {
        font-size: var(--rem16);
        flex-direction: row;
        align-items: center;
        padding-left: var(--rem16);
        padding-right: var(--rem16);
    }
    #header a.head_btn.mail_btn::before {
        font-size: var(--rem16);
        position: relative;
		margin-right: 10px;
        margin-bottom: 0;
    }
    #header a.head_btn.mail_btn span {
        font-size: var(--rem14);
    }
    #header a.head_btn.sns_btn {
        font-size: var(--rem18);
        flex-direction: row;
        align-items: center;
        padding-left: var(--rem36);
        padding-right: var(--rem36);
    }
    #header a.head_btn.sns_btn::before {
        content: '\f3c0';
	    font-weight: 400;
    }
    #header a.head_btn.sns_btn::before {
        font-size: var(--rem20);
        position: relative;
		margin-right: 10px;
        margin-bottom: 0;
    }
    nav#mainNav ul li a b, nav#mainNav ul li a span {
        font-weight: 700;
    }
    nav#mainNav ul li.current-menu-item a b, nav#mainNav ul li.current-menu-parent a b {
        color: var(--header-color-font);
    }
    nav#mainNav ul li a:hover {
        background: var(--color-primary);
        b {
            color: #000;
        }
    }
    nav#mainNav ul li.current-menu-item a:hover b, nav#mainNav ul li.current-menu-parent a:hover b {
        color: #000;
    }
    nav#mainNav ul li.current-menu-item a {
        background: transparent;
        &:hover {
            background: var(--color-primary);
        }
    }
    body:not(.home) {
        nav#mainNav ul li.current-menu-item a b, nav#mainNav ul li.current-menu-parent a b {
            color: var(--header-color-primary);
        }
        nav#mainNav ul li.current-menu-item a:hover b, nav#mainNav ul li.current-menu-parent a:hover b {
            color: #000;
        }
    }
	nav#mainNav ul li:hover ul.sub-menu {
	background: #fff;
    }
    .sticky-header #header > .inner {
        left: 0px;
    }
    .sticky-header #header-layout {
        background: url(/wp-content/uploads/top_bg_01.png.webp) no-repeat center / cover;
    }
}
@media print, screen and (min-width: 1500px) {
    #header {
        height: 140px;
        padding: 25px 10px;
    }
}
/*------ヘッダー　レスポンシブ
--------------------------------------------*/
@media screen and (max-width: 1710px) {
	nav#mainNav ul li a b, nav#mainNav ul li a span {
		font-size: 1.6rem;
	}

	#header .head_btn.mail_btn {
		font-size: 1.6rem;
	}

	#header a.head_btn {
		padding: min(calc(10px + (1vw - 19.2px) * 0.2232), 10px) 15px;
	}

	nav#mainNav ul li a {
		padding: min(calc(15px + (1vw - 19.2px) * 0.5580), 15px) 15px;
	}
}

@media screen and (max-width: 1400px) {
	nav#mainNav ul, #header .header__nav-contact {
		flex-shrink: 0;
	}

	nav#mainNav ul li a b, nav#mainNav ul li a span {
		font-size: var(--rem14);
	}

	#header .head_btn.mail_btn {
		font-size:var(--rem14);
	}

	#header a.head_btn {
		padding: min(calc(10px + (1vw - 19.2px) * 0.2232), 10px) 10px;
	}

    #header a.head_btn.tel_btn .note {
        font-size: 10px;
    }

    #header a.head_btn .tel_btn__num {
        font-size: var(--rem14);
    }

	#header a.head_btn.sns_btn {
        font-size: var(--rem14);
		padding: min(calc(10px + (1vw - 19.2px) * 0.2232), 10px) 10px;
	}

	nav#mainNav ul li a {
		padding: min(calc(15px + (1vw - 19.2px) * 0.5580), 15px) 10px;
	}
}

@media print, screen and (max-width: 1240px) {
	#header a.headBtn span {
		display: none;
	}

	#header a.headBtn::before {
		margin-right: 0;
	}
}

@media print, screen and (max-width: 1023px) {
	#header-upper .header__socialicon, #header .sticky-logo, #header ul.header__contact {
		display: none;
	}

	#header h1, #header .description, #header-upper h1, #header-upper .description {
		display: block;
		float: none;
		text-align: center;
		padding: 20px 0 10px;
	}
}

@media screen and (max-width: 1023px) {
	nav#mainNav ul li ul.sub-menu li a, nav#mainNav ul li ul.sub-menu li a:hover, nav#mainNav ul li ul.sub-menu li.current-menu-item a, nav#mainNav ul li.current-menu-item ul.sub-menu li a {
		color: #4d4d4d;
		font-size: 1.4rem;
	}
    nav#mainNav ul li a b, nav#mainNav ul li a span {
		font-size: var(--rem16);
	}
	/* nav#mainNav ul li a {
		padding: min(calc(15px + (1vw - 19.2px) * 0.5580), 15px) 10px;
	} */
	nav#mainNav ul li a, nav#mainNav ul li.current-menu-item li a {
		padding: 15px 10px;
	}
	nav#mainNav ul li li a, nav#mainNav ul li.current-menu-item li a {
		padding-left: 43px;
	}
}

@media screen and (max-width: 1023px) {
	#thumbImg, header#h1Header {
		width: 100%;
		aspect-ratio: 1920 / 500;
	}
}

@media print, screen and (max-width: 1023px) {
    .mobile #header {
        background: url(/wp-content/uploads/top_bg_01.png.webp) no-repeat center / cover;
    }
}

/*--------------------------------------------------
	フッター
--------------------------------------------------*/
#footer {
	padding: var(--px60) 0 var(--px40);
    .footer__logo img {
        width: 100%;
        max-width: 434px;
        height: 66px;
    }
}
/*--------------------------------------------
FOOTER01
--------------------------------------------*/

/* ----全体LAYOUT調整----*/

.footer__inner {
	width: 94%;
	margin: 0 auto;
	padding-bottom: var(--px40);
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 5%;
    border-bottom: solid 1px;
}
@media print, screen and (max-width: 768px) {
	.footer__inner {
		flex-direction: column;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

/* ----------------------------
right
----------------------------*/

#footer .footnav ul {
    justify-content: flex-end;
}
#footer ul li a {
    font-size: var(--rem12);
}
@media print, screen and (max-width: 768px) {
	#footer .footnav ul {
		justify-content: center;
		margin-top: var(--px40);
	}
}

/*footer navi ico*/

#footer .footnav ul > li {
	position: relative;
	line-height: 1.4;
	padding: 0 min(calc(16px + (1vw - 19.2px) * 0.4531), 16px) 0 25px; /* 16-9px、15-8px (1920-375) */
	margin-bottom: 10px;
}
#footer .footnav ul > li::before {
    left: 0;
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    width: 6px;
    height: 6px;
    border-right: 1px solid;
    border-bottom: 1px solid;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    margin-top: 0;
    background: transparent;
}

#footer .footnav ul > li::after {
	content: none;
}

/* ----------------------------
left
----------------------------*/

#footer .footer__logo:not(:last-child) {
    margin: 0;
    text-align: left;
}
.leftarea .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: 768px) {
	#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;
        gap: 20px;
        i {
            &::before {
                font-size: var(--rem40) !important;
            }
        }
	}
}

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

#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);
}
#copyright {
    background: transparent;
    margin-top: var(--rem60);
}

/*--------------------------------------------------
	CTA
--------------------------------------------------*/
.home {
	.page-cta {
		display: none !important;
	}
}
/*-----------------------------
cta01_col3
------------------------------*/
.cta01 {
    padding: min(calc(10rem + (1vw - 1.92rem) * 3.2362), 10rem) 0;
	position: relative;
	z-index: 0;
    &.bg_wide::before {
        background: url(/wp-content/uploads/cta_bg_01.png.webp) no-repeat center / cover;
    }
    .ttl {
        &.ttl--primary {
            display: flex;
            flex-direction: column;
			position: relative;
            &:is(.ttl--primary--mod-01) {
                .ttl--primary__en {
                    font-size: var(--rem80);
                }
                .ttl--primary__ja {
                    font-size: var(--rem60);
                }
            }
            &::after {
				display: none;
            }
            .ttl--primary__en {
                color: var(--color-primary-shade);
				font-family: var(--font-family02);
                font-size: min(calc(10rem + (1vw - 1.92rem) * 3.2362), 10rem);
                font-weight: 700;
                line-height: 1.3;
            }
            .ttl--primary__ja {
                color: var(--color-primary-shade);
                font-size: min(calc(2.6rem + (1vw - 1.92rem) * 0.6472), 2.6rem);
                font-weight: 700;
                line-height: 1;
                letter-spacing: .1em;
            }
        }
    }
}
.cta01 .cta01_wrap {
	max-width: 1600px;
    width: 100%;
    margin: 0 auto;
	background: rgba(255, 255, 255, .95);
    padding: min(calc(10rem + (1vw - 1.92rem) * 3.2362), 10rem) var(--px40);
}
.cta01 .ctabtnlist {
    justify-content: space-between;
    gap: var(--px20);
    max-width: 1240px;
    margin: var(--px50) auto 0 auto;
    display: block;
    @media screen and (min-width: 1080px) {
    display: flex;
    }
}
.cta01 .ctabtnlist li {
    width: 50%;
    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) var(--rem16);
    text-align: center;
    box-sizing: border-box;
    color: #111;
    border-radius: 0;
    transition: all ease .15s;
    .note {
        font-size: var(--rem16);
        font-weight: 700;
        b {
            font-size: var(--rem16);
            font-weight: 700;
        }
    }
}
.cta01 a.item:hover{
	opacity: 0.8;
}
@media print, screen and (max-width: 1079px) {
	.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 {
    display: flex;
    align-items: center;
	font-size: var(--rem20);
    font-weight: 700;
	margin-bottom: 1rem;
}
.cta01 .telbtn .btnttl {
	font-size: var(--rem20);
}
.cta01 a.telbtn {
    background: #fff;
    border: 4px solid var(--color-primary-shade);
	color: var(--color-primary-shade);
}
	
/*メールボタン*/
	
.cta01 .mailbtn .btnttl {
	font-size: var(--rem24);
}
.cta01 a.mailbtn {
    background: var(--color-primary);
	color: #fff;
}
	
/*LINEボタン*/
	
.cta01 a.linebtn {
    background: #06C755;
    color: #fff;
}
.cta01 .linebtn .btnttl {
    font-size: var(--rem24);
}

/*ボタンアイコン*/
	
.cta01 .telnum::before, .cta01 .mailbtn .btnttl::before, .cta01 .linebtn .btnttl::before {
	content: '';
	display: inline-block;
	font-family: 'Font Awesome 5 Free', 'FontAwesome';
	font-weight: 900;
	margin-right: 1rem;
}
.cta01 .telnum::before {
	content: '\f3cd';
    font-size: min(calc(3.2rem + (1vw - 1.92rem) * 0.3883), 3.2rem);
}
.cta01 .mailbtn .btnttl::before {
	content: '\f0e0';
    font-size: var(--rem28);
}
.cta01 .linebtn .btnttl::before {
    content: '\f3c0';
    font-size: var(--rem28);
	font-weight: 400;
}

/*--------------------------------------------------
	TOPページ
--------------------------------------------------*/
.home, #editor-style {
	#wrapper {
		max-width: 1600px;
        width: 90%;
	}
    #mainImg {
        margin-top: -80px;
        @media print, screen and (min-width: 1500px) {
            margin-top: -140px;
        }
        @media screen and (max-width: 1023px) {
            margin-top: 0;
        }
    }
}
/* Instagram */
#top_instagram {
    padding: var(--rem120) 0;
    &.bg_wide::before {
        background: url(/wp-content/uploads/top_bg_01.png.webp) no-repeat top center / cover;
    }
}
/* POST */
.top_news {
	max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    &.bg_wide::before {
        background: #F3F0E8;
    }
}
.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-secondary);

}
.post .time, .postlist .time, .post2b .time, .post4b .time {
	line-height: 1.2 !important;
}
/* CONTENT01 */
#top_feature {
    padding: min(calc(10rem + (1vw - 1.92rem) * 3.2362), 10rem) 0;
    &.bg_wide::before {
        background: url(/wp-content/uploads/top_bg_02_02.png.webp) no-repeat center / cover;
    }
    .card01_wrap {
        margin-top: 0;
        .card01_inner {
            max-width: 1420px;
            width: 94%;
        }
        .card01_list.col3_list {
            & > li {
                display: flex;
                flex-direction: column;
            }
            .imgarea {
                width: 73%;
                aspect-ratio: 1 / 1;
                margin-left: auto;
                margin-right: auto;
                img {
                    object-fit: contain;
                }
            }
            .txtarea {
                display: flex;
                flex-direction: column;
                flex-grow: 1;
                text-align: center;
                .txtstyle02 {
                    flex-grow: 1;
                    align-content: center;
                    color: var(--color-primary-shade);
                    font-size: var(--rem30);
                    font-weight: 700;
                    line-height: 1.4;
                    letter-spacing: .1em;
                    text-align: center;
                }
            }
        }
    }
}
/* CONTENT02 */
#top_service {
    background: url(/wp-content/uploads/top_bg_01.png.webp) no-repeat center / cover;
    .front_contents.sec01 {
        padding: 0 0 var(--rem120);
    }
}
/* CONTENT03 */
#top_jausa-off-road {
    &.bg_wide::before {
        background: url(/wp-content/uploads/top_jausa-off-road_bg_01.png.webp) no-repeat center / cover;
    }
    .front_contents.sec02 {
        padding: min(calc(15rem + (1vw - 1.92rem) * 3.2362), 15rem) 0;
    }
}
/* CONTENT04 */
#top_product {
    background: url(/wp-content/uploads/top_bg_01.png.webp) no-repeat center / cover;
    .front_contents.sec03 {
        padding: min(calc(10rem + (1vw - 1.92rem) * 3.2362), 10rem) 0;
    }
}
/* パララックス */
.parallax_container {
	position: relative;
	aspect-ratio: 1920 / 571;
	width: 100vw;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
	@media screen and (max-width: 768px) {
		aspect-ratio: 750 / 397;
	}
}
.parallax_inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	clip-path: inset(0);
	z-index: -1;
}
.parallax {
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	display: block;
	width: 100vw;
	height: 100vh;
	background: url(/wp-content/uploads/parallax_01.png.webp) no-repeat center / cover;
}
/* CONTENT05 */
#top_access {
    background: url(/wp-content/uploads/top_bg_01.png.webp) no-repeat center / cover;
    .front_contents.sec04 {
        padding: min(calc(10rem + (1vw - 1.92rem) * 3.2362), 10rem) 0;
    }
    .column01 {
        .imgarea {
            aspect-ratio: 960 / 500;
            iframe {
                width: 100%;
                height: 100%;
            }
        }
    }
}
/* CONTENT06 */
#top_link {
    padding: min(calc(10rem + (1vw - 1.92rem) * 3.2362), 10rem) 0 min(calc(17rem + (1vw - 1.92rem) * 5.8252), 17rem);
    background: url(/wp-content/uploads/top_bg_01.png.webp) no-repeat center / cover;
    .companyLinks {
        display: flex;
        align-items: center;
        gap: min(calc(10rem + (1vw - 1.92rem) * 3.2362), 10rem);
        max-width: 1250px;
        border-top: 2px solid var(--color-primary-shade);
        margin-left: auto;
        margin-right: auto;
        padding: var(--rem60);
        @media screen and (max-width: 768px) {
            flex-direction: column;
            gap: var(--rem40);
            width: 94%;
            max-width: 500px;
        }
        .companyLinks__figure {
            width: calc((100% - min(calc(10rem + (1vw - 1.92rem) * 3.2362), 10rem)) / 2);
            img {
                width: 100%;
            }
            @media screen and (max-width: 768px) {
                width: 100%;
            }
        }
        .companyLinks__btns {
            width: calc((100% - min(calc(10rem + (1vw - 1.92rem) * 3.2362), 10rem)) / 2);
            @media screen and (max-width: 768px) {
                width: 100%;
            }
            .col2 {
                display: flex;
                gap: var(--px24);
                margin-bottom: var(--rem20);
                @media screen and (max-width: 768px) {
                    flex-direction: column;
                }
                & > div {
                    width: calc((100% - var(--px24)) / 2);
                    @media screen and (max-width: 768px) {
                        width: 100%;
                    }
                    .linkBtn-mod01 {
                        max-width: unset;
                    }
                }
            }
            & > div {
                width: 100%;
                .linkBtn-mod01 {
                    max-width: unset;
                }
            }
        }
    }
}

/*--------------------------------------------------
	下層ページ
--------------------------------------------------*/
body:not(.home) {
    #header {
        @media print, screen and (min-width: 1024px) {
            background: url(/wp-content/uploads/top_bg_01.png.webp) no-repeat center / cover;
        }
    }
    background: url(/wp-content/uploads/page_bg_01.png.webp) repeat top center / 100%;
    h1.title, .post h1, header#h1Header h1.title {
        font-size: var(--rem48);
        font-family: var(--font-family01);
        font-weight: 700;
    }
    #thumbImg::before, header#h1Header::before {
        display: none;
    }
    &.post, .post {
        .ttl.ttl--primary {
            margin-bottom: var(--rem80);
        }
        ul {
            li {
                font-size: var(--rem16);
            }
        }
        table {
            border-collapse: separate;
            border-spacing: 0 2px;
            border: none;
        }
        table th, table td {
            font-size: var(--rem16);
            padding: min(calc(3.2rem + (1vw - 1.92rem) * 0.7120), 3.2rem) var(--rem24);
            line-height: 1.7;
        }
        table th {
            color: #fff;
            font-weight: 700;
            background: var(--color-primary-shade);
        }
        table td {
            background: #fff;
        }
        .text_mod-01 {
            font-family: var(--font-family01);
            font-size: var(--rem30);
            font-weight: 700;
            letter-spacing: 0;
        }
        .text_mod-02 {
            font-family: var(--font-family02);
            font-size: var(--rem60);
            font-weight: 700;
            line-height: 1.4;
            letter-spacing: .1em;
        }
        .lh_mod-01 {
            line-height: 2.8125;
        }
        .box {
            padding: var(--rem120) var(--rem48) var(--rem48);
            &:is(.box--bg) {
                background: #F3F0E8;
            }
        }
		.w-fit {
            width: fit-content;
            margin-left: auto;
            margin-right: auto;
        }
        .anchorLink-view {
            padding-top: 120px;
            margin-top: -120px;
        }
        .banner {
            background: url(/wp-content/uploads/page_jausa-off-road_05.png.webp) no-repeat center / cover;
            padding: min(calc(5rem + (1vw - 1.92rem) * 1.6181), 5rem) var(--px20) var(--rem40);
            border-radius: var(--px20);
            .banner__ttl {
                display: flex;
                justify-content: center;
                align-items: center;
                flex-direction: column;
                color: #fff;
                font-size: min(calc(4.6rem + (1vw - 1.92rem) * 1.4887), 4.6rem);
                font-weight: 700;
                letter-spacing: 0;
                padding: 0;
                border: 0;
                span:first-child {
                    line-height: 1.5;
                }
                span:last-child {
                    font-size: min(calc(2.6rem + (1vw - 1.92rem) * 0.6472), 2.6rem);
                }
            }
            p {
                color: #fff;
            }
            .linkBtn-mod01 {
                max-width: 500px;
            }
        }
    }
    .googlemap {
        padding-bottom: 30%;
        @media screen and (max-width: 768px) {
            padding-bottom: 45%;
        }
    }
}

/*================================================
					事業内容
================================================*/
/*-------------------------------------------
 teleco_v1
------------------------------------------- */
.teleco_v1{
    @media screen and (max-width: 959px) {
        & + & {
            margin-top: var(--rem80);
        }
    }
    &.flexbox {
        @media screen and (min-width: 769px) {
            display: block;
        }
        @media screen and (min-width: 960px) {
            display: flex;
        }
    }
    .serviceLink {
        display: flex;
        width: 100%;
        margin-top: var(--rem24);
        @media screen and (max-width: 480px) {
            flex-direction: column;
            gap: var(--rem24);
        }
        & > div {
            width: 45%;
            @media screen and (max-width: 480px) {
                width: 100%;
                .linkBtn-mod01 {
                    max-width: unset;
                }
            }
        }
        & > div:has(img) {
            aspect-ratio: 220 / 67;
            max-width: 220px;
            @media screen and (max-width: 480px) {
                max-width: unset;
            }
            img {
                width: auto;
                height: 100%;
                object-fit: contain;
            }
        }
    }
}
.teleco_v1 h2 {
	width: 100%;
}
.teleco_v1 .w50.image_box{
    aspect-ratio: 620 / 387;
	position: relative;
	overflow: hidden;
    @media screen and (max-width: 959px) {
        width: 100%;
        max-width: 640px;
        margin-left: auto;
        margin-right: auto;
    }
}
.teleco_v1 .w50.image_box::before {
	content: '';
	display: block;
}
.teleco_v1 .w50.image_box img {
	position: absolute;
	width: 102%;
	height: auto;
	max-width: none;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.teleco_v1 .w50.text_box{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: var(--rem28);
    @media screen and (max-width: 959px) {
        width: 100%;
        max-width: 640px;
        margin-left: auto;
        margin-right: auto;
    }
    h3 {
        color: var(--color-primary-shade);
        width: 100%;
        border-color: var(--color-primary-shade);
    }
    p {
        line-height: 1.4;
    }
}
@media print, screen and (min-width: 769px) {
	.teleco_v1 .w50.image_box::before {
		padding-top: calc(550px + (1vw - 19.2px) * 17.3762);
	}
	.teleco_v1 .w50.image_box img {
		width: auto;
		height: 116%;
	}
}
.flexinnerBtn {
	align-self: normal;
}
@media print, screen and (max-width: 768px) {
	.teleco_v1 .w50.image_box{
		margin-bottom:0;
	}
	.teleco_v1 .w50.image_box::before {
		padding-top: calc(350px + (1vw - 7.68px) * 27.9898);
	}
	.teleco_v1 .w50.text_box {
		padding: 20px;
		margin-bottom:0;
	}
}

/*================================================
					お問い合わせ
================================================*/
body:not(.home) {
	.wpcf7 {
		.wpcf7-form {
			table {
                border-collapse: collapse;
                border-spacing: unset;
				th {
					width: 30%;
				}
			}
			.subimitarea {
				.linkBtn-mod01 {
                    max-width: 480px;
					margin-left: auto;
					margin-right: auto;
					padding: 0;
                    input[type="submit"] {
                        color: var(--color-primary-shade);
                        font-weight: 700;
                        width: 100%;
                        background: transparent;
                        padding: 18px 50px 18px 30px;
                        transition: .3s;
                        &:hover {
                            color: #fff;
                        }
                    }
				}
			}
            .must {
                background: #DC143C;
            }
		}
	}
}

