@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=Marcellus+SC&display=swap');
:root {
	/*------▼基本設定▼------*/
	--color-background: #FFF;
	--color-font: #111;
	--color-primary: #1E90FF;
	--color-primary-shade: #0D4091;
	--color-primary-tint: #4ba6ff;
	--color-secondary: #529907;
	--color-secondary-tint: #75ad39;
	--color-table-border: #DDD;
	--body-font-size: min(calc(1.8rem + (1vw - 1.92rem) * 0.2589) ,1.8rem);
	/* 1.6-1.4rem (1920-375) */
	--body-font-family: 'Noto Sans JP', sans-serif;
	--content-max-width: 1240px;
	/*------▼ヘッダー設定▼------*/
	--header-background: #FFF;
	--header-color-font: #444;
	--header-color-primary: #1E90FF;
	--header-color-primary-shade: #0D4091;
	--header-color-primary-tint: #4ba6ff;
	/*------▼フッター設定▼------*/
	--footer-background: #529907;
	--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: "Marcellus SC", serif;
}

/*--------------------------------------------------
	共通
--------------------------------------------------*/
.post {
    .ttl {
        &.ttl--primary {
            display: flex;
            flex-direction: column;
			position: relative;
            &::after {
				background: var(--color-secondary);
                margin: 1em 0 0;
				width: 2.2em;
                height: 3px;
            }
            .ttl--primary__en {
                color: var(--color-secondary);
				font-family: var(--font-family03);
                font-size: var(--rem60);
                font-weight: 400;
                line-height: 1;
                letter-spacing: .04em;
				margin-bottom: var(--rem12);
				position: relative;
            }
            .ttl--primary__ja {
                font-size: min(calc(2.6rem + (1vw - 1.92rem) * 0.6472), 2.6rem);
                font-weight: 700;
                line-height: 1;
            }
            &:is(.color-white) {
                .ttl--primary__en, .ttl--primary__ja {
                    color: #fff;
                }
            }
        }
		&: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;
			}
		}
    }
    h2 {
		text-align: unset;
        letter-spacing: unset;
	}
    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;
	}
    .sp-txt-align_left {
        @media screen and (max-width: 768px) {
            text-align: left !important;
        }
    }
    .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-960 {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}

/**/
.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;
}

/*-----------------------------
fullwide01
------------------------------*/
.fullwide01 {
	position: relative;
	padding: 0;
}
.fullwide01_wrap {
    max-width: 1400px;
	width: 94%;
    margin: 0 auto;
    padding: var(--px80);
	display: flex;
    justify-content: center;
    align-items: center;
}
.fullwide01_inner {
    max-width: 960px;
}

/*-----------------------------
column_05
------------------------------*/
.sec01 {
	background: #f1f1f1;
}
.toptxtarea {
	max-width: 960px;
	width: 94%;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.column05 {
	position: relative;
	margin: var(--px60) 0 0;
}
.column05_wrap {
	position: relative;
    width: 100%;
    margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	z-index: 20;
}
.column05_wrap + .column05_wrap {
	margin-top: calc(100px + 70px);
}
.column05 .imgarea {
	position: relative;
	    aspect-ratio: 4 / 3;
	overflow: hidden;
	width: 60%;
}
.column05 .imgarea img {
	object-fit: cover;
    width: 100%;
    height: 100%;
}
.column05 .txtarea {
	position: relative;
	width: 48.5%;
	display: flex;
    align-items: center;
    justify-content: center;;
	background: #fff;
	padding: var(--px80) var(--px40) var(--px80) var(--px100);
	margin: 0 auto -70px -5%;
	z-index: 10;
}
.column05 .txtarea .txtinner {
    max-width: 540px;
}
@media print, screen and (min-width: 1024px) {
	/*左右反転*/
	.column05_wrap + .column05_wrap {
		margin-top: calc(100px + 70px);
	}
	.column05_wrap.rev {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	.column05_wrap.rev .txtarea {
		margin: 0 -5% -70px auto;
	}
}
@media print, screen and (max-width: 1023px) {
	.column05_wrap + .column05_wrap {
		margin-top: calc(100px + (1vw - 10.23px) * 7.7160);
	}
	.column05_wrap.rev {
		flex-direction: row;
	}
	.column05 .imgarea, .column05 .txtarea {
		width: 90%;
	}
	.column05 .txtarea {
		margin: calc(-60px + (1vw - 10.23px) * -3.8580) 0 0 auto;
	}
}
	
/*---------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 .column05 .txtstyle02, .column05 .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 .column05 .txtstyle04, .column05 .txtstyle04 {
    display: flex;
    flex-direction: column;
	font-size: var(--rem40);
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: .1em;
    @media screen and (max-width: 768px) {
        font-size: var(--rem48);
        letter-spacing: 0;
    }
    &::after {
        display: none !important
    }
    .sub {
        color: var(--color-secondary);
        font-family: var(--font-family03);
        font-size: min(calc(2.5rem + (1vw - 1.92rem) * 0.6472), 2.5rem);
        font-weight: 400;
        line-height: 1;
        margin-bottom: var(--rem40);
    }
}
.post .column05 .txtstyle04:after, .column05 .txtstyle04:after {
    content: '';
    position: relative;
    visibility: visible;
    display: block;
    width: var(--px80);
    height: 3px;
    background: #111;
    margin: var(--rem30) 0 0 0.5rem;
}

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

/*---------coln02-----------*/
  
.post .col2_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 .col2_list > li {
    width: 49%;
	margin-bottom: 2%;
}
@media print, screen and (max-width: 414px) {
	.post .col2_list > li {
		width: 100%;
	}
	.post .col2_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: 1.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;
}
@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: 100%;
	}
	.post .col4_list > li:last-child {
		margin-bottom: 0;
	}
}

/*-----------------------------
card
------------------------------*/
.sec01 {
    background: #aaa;
  }
  .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: 94%;
    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 {
    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);
    margin: 0 0 1rem;
  }

/*-----------------------------
button
------------------------------*/
.linkBtn, .post .linkBtn, a.linkBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #fff;
    font-size: var(--rem16);
    line-height: 2;
    letter-spacing: .14em;
    text-align: center;
    font-weight: 700;
    max-width: 230px;
    padding: var(--rem12) min(calc(1.5rem + (1vw - 1.92rem) * 0.3236), 1.5rem) var(--rem14);
    margin: var(--px40) auto 0;
    border: 1px solid transparent;
	background: transparent;
    transition: all .3s;
    z-index: 1;
}
.post .linkBtn:hover, .linkBtn:hover, a.linkBtn:hover {
    color: var(--color-primary);
    background: #fff;
    border-color:  var(--color-primary);
}
.post .linkBtn::before, .linkBtn::before, a.linkBtn::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(89deg, #A4DA80 0%, #1E90FF 100%);
    transition: all .3s;
    z-index: -1;
}
.post .linkBtn:hover::before, .linkBtn:hover::before, a.linkBtn:hover::before {
    opacity: 0;
}
.post .linkBtn::after, .linkBtn::after, a.linkBtn::after {
    position: relative;
    top: 2px;
    right: unset;
    width: 6px;
    height: 6px;
    border-color: #fff;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
}
.post .linkBtn:hover::after, .linkBtn:hover::after, a.linkBtn:hover::after {
    border-color: var(--color-primary);
}
.subimitarea > .linkBtn {
    background: transparent !important;
    padding: 0 !important;
    border: none !important;
}
.post .subimitarea .linkBtn input[type="submit"] {
    margin-top: 0;
}


/*--------------------------------------------------
	ヘッダー
--------------------------------------------------*/
@media print, screen and (min-width: 1024px) {
    #header {
        height: 100px;
    }
    #header .logo img {
        max-width: 410px;
        max-height: 76px;
    }
    #header a.head_btn {
        color: #444;
        padding-left: var(--rem28);
        padding-right: var(--rem28);
    }
    #header a.head_btn.mail_btn {
        flex-direction: row;
        align-items: center;
		gap: 10px;
		color: #fff;
        font-size: var(--rem18);
		background: var(--color-primary);
        padding-left: var(--rem36);
        padding-right: var(--rem36);
        margin-left: var(--px50);
		position: relative;
		z-index: 1;
        &:hover {
			background: var(--color-primary);
			&::after {
				opacity: 0;
			}
		}
		&::before {
            font-size: var(--rem20);
			margin-bottom: -1px;
		}
		&::after {
			display: block !important;
			content: "";
			width: 100%;
			height: 100%;
			background: linear-gradient(89deg, #A4DA80 0%, #1E90FF 100%);
			transition: all .3s;
			position: absolute;
			top: 0;
			left: 0;
			z-index: -1;
		}
    }
    #header a.head_btn.mail_btn span {
        font-size: var(--rem18);
    }
    nav#mainNav ul li a {
        font-size: var(--rem20);
    }
    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.current-menu-item a:hover b, nav#mainNav ul li.current-menu-parent a:hover b {
        color: var(--header-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:hover ul.sub-menu {
	background: #fff;
    }
}

/*--------------------------------------------------
	フッター
--------------------------------------------------*/
#footer {
    padding-top: var(--rem40);
}
#footer .inner {
    width: 95%;
    max-width: none;
}
#footer .footer__logo:not(:last-child) {
    text-align: left;
    margin-bottom: var(--rem80);
    @media screen and (max-width: 768px) {
        text-align: center;
    }
}
#footer .footnav:not(:last-child) {
    margin-bottom: 0;
    li {
        margin-bottom: 0;
    }
}
#footer .footnav ul > li::before {
	content: "\f054";
	position: absolute;
    font-family: 'FontAwesome';
    font-size: var(--rem12);
	height: 100%;
	background: transparent;
	top: 2px;
}
@media screen and (max-width: 768px) {
    #footer .footnav ul > li::before {
        top: 0px;
        left: -3px;
    }
}
#footer .footnav ul > li::after {
	display: none;
}

#footer .footnav ul > li:first-child {
    padding-right: var(--px30);
}

#footer .footnav ul > li:last-child {
    padding-right: 0;
}
#footer .footnav ul > li:last-child::after {
    display: none;
}
#footer {
    .footer__bottom {
        display: flex;
        align-items: center;
        justify-content: space-between;
        @media screen and (max-width: 768px) {
            flex-direction: column;
            gap: var(--rem72);
        }
    }
}
#copyright {
    margin: 0;
}

/*--------------------------------------------------
	CTA
--------------------------------------------------*/
.home {
	#foot-contact_pt05.cta {
		display: none;
	}
}
body:not(.home) {
    #foot-contact_pt05 {
        padding: 0 calc((100vw - 100%) / 2) var(--px180);
    }
}
#foot-contact_pt05 {
	clear: both;
	position: relative;
	background: url(/wp-content/uploads/bg_contact.jpg) no-repeat center / cover;
	/*margin-top: min(calc(180px + (1vw - 19.2px) * 3.8835), 180px);*/
	margin-left: calc(((100vw - 100%) / 2) * -1);
	/*margin-bottom: max(calc(-180px + (1vw - 19.2px) * -3.8835), -180px);*/
	margin-right: calc(((100vw - 100%) / 2) * -1);
	padding: var(--px180) calc((100vw - 100%) / 2);
    .wrapper_content {
        max-width: 1600px;
    }
    .ttl {
        &.ttl--primary {
            display: flex;
            flex-direction: column;
            margin: 0 auto var(--px50);
			position: relative;
            &::after {
				background: var(--color-secondary);
                margin: 1em 0 0;
				width: 2.2em;
                height: 3px;
            }
            .ttl--primary__en {
                color: var(--color-secondary);
				font-family: var(--font-family03);
                font-size: var(--rem60);
                font-weight: 400;
                line-height: 1;
                letter-spacing: .04em;
				margin-bottom: var(--rem12);
				position: relative;
            }
            .ttl--primary__ja {
                font-size: min(calc(2.6rem + (1vw - 1.92rem) * 0.6472), 2.6rem);
                font-weight: 700;
                line-height: 1;
            }
        }
		&:is(.txt_c) {
			.ttl--primary__en {
				justify-content: center;
                &::after {
                    margin: 1.1em auto 0;
                }
			}
			&::after {
				margin: 1.1em auto 0;
			}
		}
    }
}
#foot-contact_pt05::after {
	display: none;
}
#foot-contact_pt05 .contactTtl {
	position: relative;
	color: #FFF;
	font-size: min(calc(2rem + (1vw - 19.2px) * 0.3883), 2rem);
	font-weight: 500;
	letter-spacing: .1rem;
	line-height: 1.6;
	text-align: center;
	margin-bottom: min(calc(30px + (1vw - 19.2px) * 0.6472), 30px);
	z-index: 20;
}
#foot-contact_pt05 .contactTtl .en_ttl{
	display: block;
	font-size: min(calc(5.2rem + (1vw - 19.2px) * 1.5534), 5.2rem);
	font-family: var(--body-font-family-en);
	font-weight: 500;
	line-height: 1.2;
}
#foot-contact_pt05 .f-contact-read {
	color: var(--color-font);
    font-size: var(--rem18);
	font-weight: 700;
	text-align: center;
    @media screen and (max-width: 768px) {
    text-align: left;
    }
    p {
        line-height: 2;
    }
}
#foot-contact_pt05 .f-contact-read .emTxt {
	font-size: calc(2.5rem + (1vw - 19.2px) * 0.4531);
	font-weight: 800;
	margin-bottom: 1em;
}
#foot-contact_pt05 a.f-contact_btn {
	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;
	height: 100%;
	color: var(--color-font);
	background: #fff;
	font-size: min(calc(1.6rem + (1vw - 19.2px) * 0.1294), 1.6rem);
	font-weight: 700;
	text-align: center;
	line-height: 1.6;
	padding: min(calc(20px + (1vw - 19.2px) * 0.5178), 20px) min(calc(30px + (1vw - 19.2px) * 0.9709), 30px);
	border: 1px solid var(--color-secondary);
	transition: .3s;
    &.telBtn {
        font-size: var(--rem50);
    }
    &.mailBtn {
        color: #fff;
        font-size: min(calc(2.7rem + (1vw - 1.92rem) * 0.6472), 2.7rem);
	    background: transparent;
        border-color: transparent;
        position: relative;
        &:hover {
            color: #fff;
            background: var(--color-primary);
        }
        &::before {
            position: absolute;
            top: 0;
            left: 0;
            content: "";
            width: 100%;
            height: 100%;
            background: linear-gradient(89deg, #A4DA80 0%, #1E90FF 100%);
            transition: all .3s;
            z-index: -1;
        }
        .ico {
            &::before {
                font-size: min(calc(3.3rem + (1vw - 1.92rem) * 0.4531), 3.3rem);
            }
        }
    }
}
#foot-contact_pt05 a.f-contact_btn:hover {
	color: #fff;
	background: var(--color-secondary);
}
#foot-contact_pt05 a.f-contact_btn::after {
	content: none;
}
#foot-contact_pt05 a.f-contact_btn .ico::before {
	display: inline-block;
	font-size: min(calc(3rem + (1vw - 19.2px) * 0.5825), 3rem);
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-right: .4em;
}
#foot-contact_pt05 a.f-contact_btn.telBtn .ico {
	display: block;
	font-size: min(calc(3.2rem + (1vw - 19.2px) * 0.4531), 3.2rem);
}
#foot-contact_pt05 a.f-contact_btn .ico {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: min(calc(2.4rem + (1vw - 19.2px) * 0.5178), 2.4rem);
}
#foot-contact_pt05 a.f-contact_btn.telBtn .ico::before {
	content: '\f095';
}
#foot-contact_pt05 a.f-contact_btn.lineBtn .ico::before {
	content: '\f3c0';
	font-family: 'Font Awesome 6 Brands';
	font-weight: 400;
}
#foot-contact_pt05 a.f-contact_btn.mailBtn .ico::before {
	content: '\f0e0';
}
#foot-contact_pt05 a.f-contact_btn .note {
	font-size: min(calc(1.2rem + (1vw - 19.2px) * 0.1294), 1.2rem);
	font-weight: 500;
}
#foot-contact_pt05 ul.contactbtn_list {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: var(--px40);
	margin: min(calc(40px + (1vw - 1.92rem) * 1.2945),40px) auto;
	z-index: 10;
}
#foot-contact_pt05 ul.contactbtn_list > li {
	width: 100%;
}
#foot-contact_pt05 ul.contactbtn_list > li a.f-contact_btn {
	width: 100%;
	max-width: none;
	min-width: inherit;
}
#foot-contact_pt05 ul.contactbtn_list:first-child {
	margin-top: 0;
}
#foot-contact_pt05 ul.contactbtn_list:last-child {
	margin-bottom: 0;
}
/*レスポンシブ対応*/
@media print, screen and (min-width: 641px) {
	#foot-contact_pt05 ul.contactbtn_list > li {
		width: calc((100% - var(--px40)) / 2);
	}
}

/*--------------------------------------------------
	TOPページ
--------------------------------------------------*/
.home, #editor-style {
	#wrapper {
		max-width: calc(1600px + 10%);
	}
}
/* CONTENT01 */
#top_about {
    &.bg_wide {
        &::before {
            background: #F5F5F5;
        }
    }
    .fullwide01_wrap {
        padding: var(--rem120) 0 min(calc(9rem + (1vw - 1.92rem) * 2.9126), 9rem);
        p {
            line-height: 2.2;
        }
        .fullwide01_inner {
            max-width: none;
        }
    }
}
/* CONTENT02 */
#top_service {
    padding: var(--rem120) 0 min(calc(9rem + (1vw - 1.92rem) * 2.9126), 9rem);
    .column05 {
        .column05_wrap {
            width: 100vw;
            margin-left: calc(((100vw - 100%) / 2) * -1);
	        margin-right: calc(((100vw - 100%) / 2) * -1);
        }
        .imgarea {
            aspect-ratio: 1755 / 1050;
            width: 85%;
        }
        .txtarea {
            margin: 0 -33.5% 0 auto;
            @media screen and (max-width: 1023px) {
                margin: calc(-60px + (1vw - 10.23px) * -3.8580) 0 0 auto;
            }
            .txtinner {
                max-width: 675px;
            }
            .linkBtn {
                margin: 0;
            }
        }
    }
}
/* COMTENT03 */
#top_flow {
    padding: var(--rem120) 0;
    &.bg_wide {
        &::before {
            background: url(/wp-content/uploads/top_flow_bg_01.png.webp) no-repeat center / cover;
        }
    }
    .front_contents.sec01 {
        width: 100vw;
        margin-left: calc(((100vw - 100%) / 2) * -1);
	    margin-right: calc(((100vw - 100%) / 2) * -1);
        padding: min(calc(10rem + (1vw - 1.92rem) * 3.2362), 10rem) 0 var(--rem80);
        background: rgba(255, 255, 255, .8);
    }
    .card01_wrap {
        .card01_list {
            counter-reset: flow_list;
            flex-wrap: nowrap;
            gap: 1.3%;
            margin-left: 0;
            @media screen and (max-width: 768px) {
                flex-wrap: wrap;
                gap: unset;
                &::before, &::after {
                    display: inline-block;
                }
            }
            &::before, &::after {
                display: none;
            }
            li {
                background: #fff;
                list-style: none;
            }
            .imgarea {
                display: flex;
                align-items: center;
                justify-content: center;
                background: #F9FDF0;
                aspect-ratio: 370 / 150;
                img {
                    width: 27%;
                    margin-left: auto;
                    margin-right: auto;
                    object-fit: contain;
                }
            }
            .txtarea {
                padding: 20px var(--px40) var(--px50);
                .txtstyle02 {
                    font-size: var(--rem24);
                    font-weight: 700;
                    line-height: 1.4;
                    text-align: center;
                    border-bottom: none;
                    margin-bottom: var(--rem20);
                    &:before {
                        display: block;
                        content: counter(flow_list, decimal-leading-zero);
                        counter-increment: flow_list;
                        line-height: 1;
                        color: #49B602;
                        font-family: var(--font-family03);
                        font-size: var(--rem40);
                        font-weight: 400;
                        line-height: 1;
                        margin-bottom: var(--rem20);
                        position: relative;
                        z-index: 100;
                    }
                }
                p {
                    font-size: var(--rem16);
                    text-align: left;
                }
            }
        }
    }
}
/* POST */
#top_news {
    &.bg_wide {
        &::before {
            background: #F5F5F5;
        }
    }
	max-width: 1240px;
	padding: var(--px120) 0;
    margin-left: auto;
    margin-right: auto;
}
.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) {
    h1.title:first-child, .post h1:first-child, #front-sectionPost h1:first-child, .post h2:first-child, .post h3:first-child, .post h3.col-in-h3:first-child, .post h4:first-child {
        margin-top: 0 !important;
    }
    #thumbImg::before, header#h1Header::before {
        display: none;
    }
    h1.title, .post h1, header#h1Header h1.title {
        color: var(--color-font);
        font-size: var(--rem48);
        font-family: var(--font-family01);
        font-weight: 400;
    }
    .post {
        h2 {
            margin-top: min(calc(14rem + (1vw - 1.92rem) * 4.5307), 14rem);;
            margin-bottom: var(--rem120);
            &::after {
                background-color: var(--color-secondary);
            }
        }
        h3 {
            font-weight: 700;
            padding: 0;
            border: none;
            margin-bottom: min(calc(10rem + (1vw - 1.92rem) * 3.2362), 10rem);;
        }
        p {
            font-size: var(--rem18);
            & + & {
                margin-top: var(--rem24);
            }
        }
        .flexbox.gap {
            img {
                width: 100%;
            }
        }
        ul {
            li {
                font-size: var(--rem16);
            }
        }
        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 {
            font-weight: 400;
            text-align: center;
            background: #F9FDF0;
            @media screen and (max-width: 768px) {
                text-align: left;
            }
        }
        .fsz-mod_01 {
            font-size: var(--rem18);
        }
        .j-content-sb {
            justify-content: space-between;
        }
        .card01_inner {
            width: 100%;
        }
        .card01_list.col2_list {
            .imgarea {
                aspect-ratio: 597 / 384;
            }
        }
        .box {
            padding: var(--rem72);
            &.box--bg {
                background-color: #F9FDF0;
            }
        }
        .list-mod_01 {
            max-width: 850px;
            margin-left: auto;
            margin-right: auto;
            li {
                font-size: var(--rem24);
            }
        }
        .service-list {
            display: flex;
            flex-wrap: wrap;
            gap: var(--px30);
            .service-list__item {
                display: flex;
                gap: var(--rem30);
                flex-wrap: nowrap;
                width: calc((100% - var(--px30)) / 2);
                border: 1px solid #555;
                padding: var(--rem36);
                @media screen and (max-width: 768px) {
                    gap: var(--rem16);
                    width: 100%;
                    flex-direction: column;
                    flex-wrap: wrap;
                }
                .service-list__figure {
                    width: 40%;
                    @media screen and (max-width: 768px) {
                        width: 100%;
                    }
                    img {
                        aspect-ratio: 1/ 1;
                        width: 100%;
                        object-fit: cover;
                    }
                }
                .service-list__summary {
                    width: 60%;
                    @media screen and (max-width: 768px) {
                        width: 100%;
                    }
                }
                .service-list__ttl {
                    font-size: var(--rem28);
                    font-weight: 700;
                    margin: 0 0 var(--rem18);
                }
                .service-list__copy {
                    line-height: 1.8;
                }
            }
        }
    }
}

/*--------------------------------------------------
	会社概要
--------------------------------------------------*/
#page_company {
    .flexbox.gap {
        gap: 8%;
    }
}
.signature{
	width:30%;
	max-width:300px;
	float:right;
	margin-top:2em;
	margin-bottom:5em;
}
 @media screen and (max-width: 768px) {
	 .signature{
		 width:65%;
		 max-width:285px;
	 }
}
#page_company h3{
	border-bottom: 2px solid #529907;
    padding-bottom: 0.1em;
	margin-bottom:1em;
	margin-top:4em;
}
#page_company h3.company_ttl{
	border:none;
}

#page_company .box--bg h3{
	border:none;
	margin-top:0;
}
.txt-box{
	margin:2em auto 0;
	background:#fff;
	font-weight:600;
	letter-spacing:0.2em;
	max-width:150px;
}


/*--------------------------------------------------
	サービスのご案内
--------------------------------------------------*/
#page_service {
    .card01_wrap {
        .card01_list {
            counter-reset: flow_list;
            flex-wrap: nowrap;
            gap: 1.3%;
            margin-left: 0;
            @media screen and (max-width: 768px) {
                flex-wrap: wrap;
                gap: unset;
                &::before, &::after {
                    display: inline-block;
                }
            }
            &::before, &::after {
                display: none;
            }
            li {
                background: #fff;
                border: 1px solid #555;
                list-style: none;
            }
            .imgarea {
                display: flex;
                align-items: center;
                justify-content: center;
                background: #F9FDF0;
                aspect-ratio: 370 / 150;
                img {
                    width: 27%;
                    margin-left: auto;
                    margin-right: auto;
                    object-fit: contain;
                }
            }
            .txtarea {
                padding: 20px var(--px40) var(--px50);
                .txtstyle02 {
                    font-size: var(--rem24);
                    font-weight: 700;
                    line-height: 1.4;
                    text-align: center;
                    border-bottom: none;
                    margin-bottom: var(--rem20);
                    &:before {
                        display: block;
                        content: counter(flow_list, decimal-leading-zero);
                        counter-increment: flow_list;
                        line-height: 1;
                        color: #49B602;
                        font-family: var(--font-family03);
                        font-size: var(--rem40);
                        font-weight: 400;
                        line-height: 1;
                        margin-bottom: var(--rem20);
                        position: relative;
                        z-index: 100;
                    }
                }
                p {
                    font-size: var(--rem16);
                    line-height: 1.8;
                    text-align: left;
                }
            }
        }
    }
}

.company_ttl{
	max-width:600px;
}

/*--------------------------------------------------
	お問い合わせ
--------------------------------------------------*/
.wpcf7-form-control.wpcf7-submit {
    transition: all .3s;
}
body:not(.home) {
    .post {
        .wpcf7 {
            table {
                border: none;
            }
            table th, table td {
                font-size: var(--rem18);
                border-left: none;
                border-right: none;
            }
            table th {
                color: var(--color-font);
                width: 30%;
                padding-left: var(--px20);
                background: transparent;
                &:has(.form-flex) {
                    width: 100%;
                    display: flex;
                    justify-content: space-between;
                    align-items: center;
                    @media screen and (max-width: 768px) {
                        display: inline-block;
                    }
                }
            }
            table td {
                vertical-align: middle;
            }
        }
    }
}
.wpcf7-form {
    .any {
        font-size: 75%;
        color: #fff;
        font-weight: bold;
        margin-left: 0.8em;
        font-size: 85%;
        padding: 0.2em 0.6em;
        float: right;
        opacity: 0;
    }
    .form-flex {
        display: flex;
        justify-content: center;
        flex-direction: column;
        width: 100%;
        /* & + .must {
            position: relative;
            top: -40px;
        } */
        @media screen and (max-width: 768px) {
            display: inline;
            & + .must {
                position: unset;
                top: unset;
            }
        }
    }
    .must {
        flex-shrink: 0;
    }
    .under-line {
        text-decoration: underline;
        &:hover {
            text-decoration: none;
        }        
    }
    input[type="text"], input[type="tel"], input[type="email"], input[type="date"], input[type="url"], input[type="number"], select, textarea {
        font-family: var(--font-family01);
        font-size: var(--rem18);
        margin-bottom: 0;
		background: #f2f2f2;
    }
    .wpcf7-form-control {
        border: 1px solid transparent;
    }
    .linkBtn:hover, .linkBtn:hover, a.linkBtn:hover {
        .wpcf7-form-control {
            color: var(--color-primary);
            border: 1px solid var(--color-primary);
        }
    }
    .linkBtn::after, .linkBtn::after, a.linkBtn::after {
        position: absolute;
        top: 50%;
        right: 20px;
    }
}


.spmenu #menu p{
	color:#2226ac;
}
.spmenu #menu span, .spmenu #menu span:before, .spmenu #menu span:after{
	background:#2226ac;
}