@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=Trirong:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root {
	/*------▼基本設定▼------*/
	--color-background: #f6f6f6;
    --color-font: #333;
    --color-primary: #0463CA;
    --color-primary-shade: #034fa2;
    --color-primary-tint: #3682d5;
    --color-secondary: #0252AF;
    --color-secondary-tint: #eee;
    --color-table-border: #D9D9D9;
	--body-font-size: min(calc(1.6rem + (1vw - 19.2px) * 0.1294), 1.6rem); /* 1.6-1.4rem (1920-375) */
	--body-font-family: 'Noto Sans JP', sans-serif;
	--content-max-width: 1600px;
	/*------▼ヘッダー設定▼------*/
	--header-background: #fff;
    --header-color-font: #444444;
    --header-color-primary: #0463CA;
    --header-color-primary-shade: #034fa2;
    --header-color-primary-tint: #3682d5;
	/*------▼フッター設定▼------*/
	--footer-background: #FFF3EE;
    --footer-color-font: #333;
    --footer-color-primary: #333;
	/*------▼フォント設定▼------*/
	--font-family01: 'Noto Sans JP', sans-serif;
	--font-family02: 'Oswald', 'Noto Sans JP', sans-serif;
	--font-family03: "Trirong", serif;
}

/*--------------------------------------------------
	共通
--------------------------------------------------*/
.post {
	h2 {
		text-align: unset;
	}
    p {
        line-height: 2;
    }
}
/**/
.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; }

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

/*-----------------------------
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: 70%;
}
.column05 .imgarea img {
	object-fit: cover;
    width: 100%;
    height: 100%;
}
.column05 .txtarea {
	position: relative;
	width: 50%;
	 display: flex;
    align-items: center;
    justify-content: center;;
	background: #fff;
	padding: var(--px80) var(--px40);
	margin: 0 auto -70px -5%;
	z-index: 10;
}
.column05 .txtarea .txtinner {
    max-width: 720px;
    width: 100%;
}
@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 {
	font-size: var(--rem36);
}
.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;
}

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

/*---------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: 610px) {
	.post .col3_list > li {
		width: 100%;
	}
	.post .col3_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;
  }
    
  /*---------column04-----------*/
    
  .col4_list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      gap: var(--px40);
  }
  .col4_list {
      position: relative;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  }
  .col4_list::before {
    content:"";
    display: block;
    width: calc(100% / 4 - var(--px40));
    order: 1;
  }
  .col4_list:after {
      content: "";
      display: block;
      width: calc((100% - (var(--px40) * 3)) / 4);
    order: 2;
  }
  .col4_list > li {
      width: calc((100% - (var(--px40) * 3)) / 4);
  }
    
  @media print, screen and (max-width: 768px) {
    .col4_list > li {
      width: calc((100% - (var(--px40)* 1)) / 2);
    }
  }
  @media print, screen and (max-width: 414px) {
    .col4_list > li {
      width: 100%;
    }
  } 

/*-----------------------------
button
------------------------------*/
/* 通常ボタン */
.linkBtn, .post .linkBtn, a.linkBtn {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 240px;
    font-family: var(--font-family03);
	font-size: var(--rem20);
    font-style: italic;
    color: #333;
    line-height: 1.4;
    text-align: left;
    background: transparent;
	font-weight: 400;
    padding: var(--rem20) 30px var(--rem20) 20px;
    margin: var(--px40) auto 0;
	border-bottom: solid 2px #333;
    border-radius: 0;
    transition: all .3s;
}
.post .linkBtn::after, .linkBtn::after, a.linkBtn::after {
    content: none;
}
.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);
	border: 1px solid transparent;
	border-radius: 50%;
    background: transparent;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: .4s;
	transition: .4s;
}
.linkBtn .arw::before, .post .linkBtn .arw::before, a.linkBtn .arw::before {
    position: absolute;
	width: var(--px50);
	height: var(--px50);
    background: linear-gradient(90deg, #47A1F1 0%, #0065DA 100%);
    content: '';
	position: absolute;
    top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
    border: none;
    border-radius: 50%;
    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  {
    border: 1px solid #333;
}
.linkBtn:hover .arw::before, .post .linkBtn:hover .arw::before, a.linkBtn:hover .arw::before {
    opacity: 0;
}
.linkBtn:hover .arw::after, .post .linkBtn:hover .arw::after, a.linkBtn:hover .arw::after {
	border-color: #333;
}

/*　お問い合わせ送信ボタン .linkBtnの影響を除外*/
.wpcf7-form {
    .linkBtn, .post .linkBtn {
        position: relative;
        display: inline-block;
        width: 100%;
        max-width: 191px;
        color: #fff;
        font-size: var(--rem18);
        font-weight: 400;
        line-height: 1;
        text-align: left;
        background: var(--color-primary);
        padding: 12px 30px 12px 15px;
        margin: 0 auto;
        border: 1px solid var(--color-primary);
        transition: all .3s;
        &::after {
            display: block;
            content: "";
            border-color: #fff;
        }
        &:hover {
            .wpcf7-form-control.wpcf7-submit {
                color: var(--color-primary);
            }
            color: var(--color-primary);
            border: 1px solid var(--color-primary);
            background: #fff;
            &::after {
                border-color: var(--color-primary);
            }
        }
    }
    .linkBtn::after, input.linkBtn::after, .linkBtn::after {
        display: block;
        content: '';
        position: absolute;
        top: 50%;
        right: 20px;
        width: 6px;
        height: 6px;
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        margin-top: -3px;
        transition: all .3s;
    }
    .linkBtn::after, .linkBtn::after, a.linkBtn::after {
        border-color: #fff;
    }
    .post .linkBtn:hover::after, .linkBtn:hover::after, a.linkBtn:hover::after {
        border-color: #333;
    }
    .subimitarea .linkBtn input[type="submit"] {
        display: block;
        width: 100%;
        font-family: var(--body-font-family);
        text-align: left;
        margin: 0 auto;
        padding: 0;
    }
}

/*------------------------------------------------------
	ヘッダー
------------------------------------------------------*/
@media print, screen and (min-width: 1024px) {
    #header a.head_btn {
        color: var(--header-color-font);
        padding-left: var(--rem30);
        padding-right: var(--rem30);
    }
	#header a.head_btn.tel_btn {
		color: var(--header-color-font);
		font-family: var(--font-family03);
		font-weight: 600;
		background: #fff;
		&:hover {
			color: #fff;
			background: var(--header-color-primary-tint);
		}
	}
    #header a.head_btn.tel_btn::before {
        display: none;
    }
    #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: 500;
        margin-bottom: 3px;
    }
    #header a.head_btn.mail_btn {
        flex-direction: column;
        align-items: center;
		color: #fff;
		font-weight: 700;
        background: var(--color-primary);
        padding-left: var(--rem36);
        padding-right: var(--rem36);
        margin-left: var(--rem30);
        position: relative;
        z-index: 1;
        &::before {
            display: block !important;
            content: "";
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, #47A1F1 0%, #0065DA 100%);
            transition: all .3s;
            position: absolute;
            top: 0;
            left: 0;
            z-index: -1;
        }
        &:hover {
            background: var(--color-primary-shade);
            &::before {
                opacity: 0;
            }
        }
    }
    #header a.head_btn.mail_btn::before {
        display: none;
    }
    #header a.head_btn.mail_btn span {
        font-family: var(--font-family03);
        font-size: min(calc(2.2rem + (1vw - 1.92rem) * 0.6472), 2.2rem);
        font-style: italic;
        font-weight: 500;
        &:last-child {
            font-size: var(--rem14);
        }
    }
	nav#mainNav ul li a {
        flex-direction: column-reverse;
		font-weight: 500;
        line-height: 1.3;
        &:hover {
            span {
                color: var(--color-primary);
            }
        }
	}
    nav#mainNav ul li a span {
        font-family: var(--font-family03);
        font-size: var(--rem24);
        font-weight: 600;
        font-style: italic;
        line-height: 1.3
    }
    nav#mainNav ul li a b, nav#mainNav ul li a span {
        font-weight: 600;
    }
    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);
        }
    }
}

/*------------------------------------------------------
	フッター
------------------------------------------------------*/
#footer {
    background: transparent url(/wp-content/uploads/footer_bg_01.png.webp) no-repeat center / cover;;
}
#footer .footer__logo:not(:last-child) {
    margin-bottom: 10px;
}
#footer .footer__ttl {
    font-size: var(--rem16);
    font-weight: 500;
    margin-bottom: var(--rem20);
}
#footer address {
    font-size: var(--rem12);
    line-height: 2;
    margin-bottom: var(--rem60);
}
#footer ul li a {
    font-size: var(--rem12);
}
#copyright {
    background: transparent;
}

#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;
}

/*------------------------------------------------------
	CTA
------------------------------------------------------*/
.home {
	#foot-contact_pt01.cta {
		display: none;
	}
}
#foot-contact_pt01 {
	clear: both;
	position: relative;
	background: #FFF;
	/*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: min(calc(90px + (1vw - 19.2px) * 1.9417), 90px) calc((100vw - 100%) / 2);
}
#foot-contact_pt01::before, #foot-contact_pt01::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 70%;
	top: 0;
	left: 0;
}
#foot-contact_pt01::before {
	background: #000;
	opacity: 1;
	background: url(/wp-content/uploads/cta_bg_01.png) no-repeat center / cover;
	z-index: 0;
}
#foot-contact_pt01::after {
	background: url(/wp-content/uploads/bg_contact.jpg) no-repeat center / cover;
}
#foot-contact_pt01.front_contact {
	background: none;
}
#foot-contact_pt01 .contactTtl {
	position: relative;
	color: #111;
	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: var(--rem48);
	z-index: 20;
}
#foot-contact_pt01 .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_pt01 .wrapper_content {
	max-width: 1600px;
	padding: 0
}
#foot-contact_pt01 .f-contact-read {
	position: relative;
	color: #FFF;
	line-height: 1.8;
	font-weight: 500;
	text-align: center;
	letter-spacing: .1rem;
	z-index: 10;
	margin-bottom: min(calc(60px + (1vw - 19.2px) * 1.9417), 60px);
}
#foot-contact_pt01 .f-contact-read .emTxt {
	font-size: calc(2.5rem + (1vw - 19.2px) * 0.4531);
	font-weight: 800;
	margin-bottom: 1em;
}
#foot-contact_pt01 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;
	color: #FFF;
	background: var(--color-primary);
	font-size: min(calc(1.6rem + (1vw - 19.2px) * 0.1294), 1.6rem);
	font-weight: 500;
	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-primary);
	transition: .3s;
}
#foot-contact_pt01 a.f-contact_btn:hover {
	color: var(--color-primary);
	background: #FFF;
}
#foot-contact_pt01 a.f-contact_btn::after {
	content: none;
}
#foot-contact_pt01 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_pt01 a.f-contact_btn.telBtn .ico {
	display: block;
	font-size: min(calc(3.2rem + (1vw - 19.2px) * 0.4531), 3.2rem);
}
#foot-contact_pt01 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_pt01 a.f-contact_btn.telBtn .ico::before {
	content: '\f095';
}
#foot-contact_pt01 a.f-contact_btn.lineBtn .ico::before {
	content: '\f3c0';
	font-family: 'Font Awesome 6 Brands';
	font-weight: 400;
}
#foot-contact_pt01 a.f-contact_btn.mailBtn .ico::before {
	content: '\f0e0';
}
#foot-contact_pt01 a.f-contact_btn .note {
	font-size: min(calc(1.2rem + (1vw - 19.2px) * 0.1294), 1.2rem);
	font-weight: 500;
}
#foot-contact_pt01 a.f-contact_btn .note > b {
	font-weight: 500;
}
#foot-contact_pt01 a.f-contact_btn .note > b::after {
	content: '｜';
}
#foot-contact_pt01 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;
	z-index: 10;
}
#foot-contact_pt01 ul.contactbtn_list > li {
	width: 100%;
}
#foot-contact_pt01 ul.contactbtn_list > li a.f-contact_btn {
	width: 100%;
	max-width: none;
	min-width: inherit;
	flex-grow: 1;
	padding: var(--rem42) 0 min(calc(5.6rem + (1vw - 1.92rem) * 1.4239), 5.6rem);
}
#foot-contact_pt01 ul.contactbtn_list:first-child {
	margin-top: 0;
}
#foot-contact_pt01 ul.contactbtn_list:last-child {
	margin-bottom: 0;
}
/*レスポンシブ対応*/
@media print, screen and (min-width: 641px) {
	#foot-contact_pt01 ul.contactbtn_list > li {
		width: 50%;
		display: flex;
        flex-direction: column;
        align-items: center;
		justify-content: center;	
	}
}
/*FireFox対応*/
@-moz-document url-prefix() {
	@media print, screen and (min-width: 641px) {
		#foot-contact_pt01 ul.contactbtn_list > li {
			width: 50%;
			display: flex;
			flex-direction: column;
			align-items: center;
			justify-content: center;
		}
	}
}
#foot-contact_pt01 .contactbtn_tel a.f-contact_btn.telBtn {
	color: #fff;
	background: var(--color-primary);
	border: none;
	transition: all .3s;
    position: relative;
    z-index: 1;
    &::before {
        display: block !important;
        content: "";
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, #47A1F1 0%, #0065DA 100%);
        transition: all .3s;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }
    &:hover {
        background: var(--color-primary-shade);
        &::before {
            opacity: 0;
        }
    }
}
/* #foot-contact_pt01 .contactbtn_tel a.f-contact_btn.telBtn:hover {
	color: #333;
	background: #fff;
	border: 1px solid #333;
} */
#foot-contact_pt01 .contactbtn_mail {
	background-color: #fff;
}
#foot-contact_pt01 .contactbtn_mail a.f-contact_btn.mailBtn {
	max-width: 457px;
	color: #fff;
	background: var(--color-primary);
    border: none;
	border-radius: 50vw;
	transition: all .3s;
	padding: 10px 20px;
    flex-grow: 0;
    position: relative;
    z-index: 1;
    &::before {
        display: block !important;
        content: "";
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, #47A1F1 0%, #0065DA 100%);
        border-radius: 50vw;
        transition: all .3s;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }
    &:hover {
        background: var(--color-primary-shade);
        border: none;        
        &::before {
            opacity: 0;
        }
    }
}
#foot-contact_pt01 .contactTtl {
	font-size: var(--rem36);
	font-weight: 700;
}
#foot-contact_pt01 .contactbtn_mail {
	font-weight: 700;
}
#foot-contact_pt01 .contactbtn_tel .telbtn-ttl {
	font-size: var(--rem20);
}
#foot-contact_pt01 .contactbtn_tel a.f-contact_btn .note {
	font-size: var(--rem20);
}
#foot-contact_pt01 .contactbtn_mail .mailbtn-ttl {
    color: var(--color-primary);
	font-size: var(--rem20);
	margin-bottom: 5px;
}
#foot-contact_pt01 .contactbtn_mail .note {
    color: var(--color-primary);
	font-size: min(calc(2.2rem + (1vw - 1.92rem) * 0.5178), 2.2rem);
	margin-top: 5px;
}
#foot-contact_pt01 a.f-contact_btn.telBtn .ico {
    font-size: var(--rem48);
}
#foot-contact_pt02 a.f-contact_btn.telBtn .ico::before {
    content: '\f3cd';
    position: relative;
    top: -3px;
    font-size: var(--rem36);
}
@media print, screen and (max-width: 768px)  {
	#foot-contact_pt01 ul.contactbtn_list:last-child {
		gap: min(calc(15px + (1vw - 19.2px) * 0.6472), 15px);
	}
	#foot-contact_pt01 .contactbtn_mail {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding: 24px;
	}
}
#foot-contact_pt01 {
    margin-bottom: 15px;
    .ttl {
        &.ttl--primay {
            display: flex;
            flex-direction: column;
            margin-bottom: var(--px100);
            &::after {
                display: none;
            }
            .ttl--primay__en {
                color: #D0D7E1;
                font-family: var(--font-family03);
                font-size: min(calc(11rem + (1vw - 1.92rem) * 3.5599), 11rem);
                font-weight: 200;
                font-style: italic;
                line-height: 1.4;
                letter-spacing: .05em;
                margin-bottom: -0.5em;
                @media screen and (max-width: 768px) {
                    line-height: 1;
                    margin-bottom: -.3em;
                }
            }
            .ttl--primay__ja {
                font-size: var(--rem36);
                font-weight: 700;
                line-height: 1.4;
                letter-spacing: .1em;
            }
            .color-secondary {
                color: #B0D6F5 !important;
            }
            .color-white {
                color: #fff !important;
            }
            .color-blue {
                color: #0065DA !important;
            }
        }
    }
    h2, p {
        position: relative;
        z-index: 1;
    }
    p {
        color: #111;
		font-weight:600;
		font-size: var(--rem20);
        /*text-shadow: 0px 4px 4px rgba(0, 0, 0, .25);*/

    }
}

/*------------------------------------------------------
	TOPページ
------------------------------------------------------*/

.home, #editor-style {
    #content.wide {
        width: 94%;
    }
    .post {
        .ttl {
            &.ttl--primay {
                display: flex;
                flex-direction: column;
                margin-bottom: var(--px100);
                &::after {
                    display: none;
                }
                .ttl--primay__en {
                    color: #D0D7E1;
                    font-family: var(--font-family03);
                    font-size: min(calc(11rem + (1vw - 1.92rem) * 3.5599), 11rem);
                    font-weight: 200;
                    font-style: italic;
                    line-height: 1.4;
                    letter-spacing: .05em;
                    margin-bottom: -0.5em;
                    @media screen and (max-width: 768px) {
                        line-height: 1;
                        margin-bottom: -.3em;
                    }
                }
                .ttl--primay__ja {
                    font-size: var(--rem36);
                    font-weight: 700;
                    line-height: 1.4;
                    letter-spacing: .1em;
                }
                .color-secondary {
                    color: #B0D6F5 !important;
                }
                .color-white {
                    color: #fff !important;
                }
                .color-blue {
                    color: #0065DA !important;
                }
            }
        }
        h3 {
            color: var(--color-primary);
            font-size: var(--rem48);
            font-weight: 700;
            line-height: 1.4;
            padding-bottom: 0;
            margin-bottom: min(calc(7rem + (1vw - 1.92rem) * 2.2654), 7rem);
            border-bottom: 0;
        }
        p {
            line-height: 3;
			font-weight:500;
        }
    }
}

/* CONTENT01 */
.top_about {
    padding: var(--px160) 0 var(--px200);
    &.bg_wide {
        &::before {
            background: #fff;
        }
        &.bg_after {
            &::after {
                width: 70vw;
                height: auto;
				max-height: 100%;
                aspect-ratio: 1506 / 1192;
                background: url(/wp-content/uploads/top_about_01.png.webp) no-repeat center / cover;
                left: unset;
                top: unset;
                bottom: 0;
                right: 0;
            }
            @media screen and (max-width: 1365px) {
                &::after {
                    opacity: .2;
                }
            }
            @media screen and (max-width: 768px) {
                &::after {
                    width: 96vw;
                    height: 100%;
                    background: url(/wp-content/uploads/top_about_01.png.webp) no-repeat top / contain;
                    top: 0;
                }
            }
        } 
    }
    .content-inner {
        width: 50%;
        @media screen and (max-width: 768px) {
            width: 100%;
        }
    }
    p {
        max-width: 462px;
    }
    .linkBtn {
        margin-top: var(--px140);
    }
}
/* CONTENT02 */
.top_car-type {
    padding: var(--px60) 0 var(--px200);
    margin-top: min(calc(27rem + (1vw - 1.92rem) * 12.2977), 27rem);
    margin-bottom: min(calc(78rem + (1vw - 1.92rem) * 25.2427), 78rem);
    position: relative;
    &::before {
        display: block;
        content: "";
        width: 90vw;
        height: auto;
        aspect-ratio: 8 / 3;
        background: url(/wp-content/uploads/top_car-type_bg_01.png.webp) no-repeat center / cover;
        margin-left: calc(((100vw - 100%) / 2)* -1);
        margin-right: calc(((100vw - 100%) / 2)* -1);
        position: absolute;
        top:0;
        right: 0;
        z-index: -1;
    }
    @media screen and (max-width: 768px) {
        width: 100vw;
        margin-left: calc(((100vw - 100%) / 2) * -1);
        margin-right: calc(((100vw - 100%) / 2) * -1);
        margin-bottom: 45%;
        &::before {
            width: 100%;
            height: 100%;
        }
    }
    .content-inner {
        @media screen and (max-width: 768px) {
            width: 94%;
            margin-left: auto;
            margin-right: auto;
        }
    }
    .car-type__figure {
        display: flex;
        width: 90vw;
        max-height: 700px;
        margin-left: calc(((100vw - 100%) / 2)* -1);
        margin-right: calc(((100vw - 100%) / 2)* -1);
        position: absolute;
        left: 0;
        top: 78%;
        @media screen and (max-width: 768px) {
            width: 100%;
            top: 90%;
        }
        img {
            width: calc(100% / 3);
            object-fit: cover;
        }
    }
    p {
        color: #fff;
        max-width: 872px;
        margin-left: auto;
        margin-right: auto;
    }
}
/* CONTENT03 */
.top_driver-quality {
    padding: var(--px60) 0 var(--px200);
    margin-top: min(calc(27rem + (1vw - 1.92rem) * 12.2977), 27rem);
    margin-bottom: min(calc(78rem + (1vw - 1.92rem) * 25.2427), 78rem);
    position: relative;
    &::before {
        display: block;
        content: "";
        width: 90vw;
        height: auto;
        aspect-ratio: 8 / 3;
        background: url(/wp-content/uploads/top_driver-quality_bg_01.png.webp) no-repeat center / cover;
        margin-left: calc(((100vw - 100%) / 2)* -1);
        margin-right: calc(((100vw - 100%) / 2)* -1);
        position: absolute;
        top:0;
        left: 0;
        z-index: -1;
    }
    @media screen and (max-width: 768px) {
        width: 100vw;
        margin-left: calc(((100vw - 100%) / 2) * -1);
        margin-right: calc(((100vw - 100%) / 2) * -1);
        margin-bottom: 45%;
        &::before {
            width: 100%;
            height: 100%;
        }
    }
    .content-inner {
        @media screen and (max-width: 768px) {
            width: 94%;
            margin-left: auto;
            margin-right: auto;
        }
        p {
			color:#111;
			font-weight:500;
            /*text-shadow: 0px 4px 4px rgba(0, 0, 0, .25);*/
        }
    }
    .car-type__figure {
        display: flex;
        width: 90vw;
        max-height: 700px;
        margin-left: calc(((100vw - 100%) / 2)* -1);
        margin-right: calc(((100vw - 100%) / 2)* -1);
        position: absolute;
        right: 0;
        top: 78%;
        @media screen and (max-width: 768px) {
            width: 100%;
            top: 90%;
        }
        img {
            width: calc(100% / 3);
            object-fit: cover;
        }
    }
    p {
        color: #fff;
        max-width: 872px;
        margin-left: auto;
        margin-right: auto;
    }
}
/* CONTENT04 */
.top_service-recruit {
    padding-bottom: var(--px240);
    &.sec01 {
        background: transparent;
    }
    width: 100vw;
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
    .column05 {
        .imgarea {
            img {
                aspect-ratio: 134 / 76;
                height: auto;
            }
        }
        .txtarea {
            padding: var(--px30) var(--px40) var(--px150);
            margin: 0 auto -80px -20%;
            @media screen and (max-width: 1023px) {
                width: 90%;
                margin: calc(-60px + (1vw - 10.23px) * -3.8580) auto 0 0;
            }
        }
    }
    .column05_wrap.rev {
        .txtarea {
            @media print, screen and (min-width: 1024px) {
                margin: 0 -20% -80px auto;
            }
        }
    }
}
/* POST */
.top-news {
    max-width: 1240px;
	padding: var(--px120) 0;
    margin-left: auto;
    margin-right: auto;
    &.bg_wide {
        &::before {
            background: #fff;
        }
    }
}
.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, .post h1, header#h1Header h1.title {
        font-size: var(--rem48);
    }
    #wrapper {
		max-width: 1240px;
	}
    h3 {
        font-weight: 700;
        padding: 0;
        margin: var(--px60) auto var(--px40);
        border-bottom: none;
    }
    h4 {
        font-size: var(--rem24);
        padding-left: var(--px16);
        border-left: 3px solid var(--color-primary);
        &::before {
            display: none;
        }
     }
     table {
        th, td {
            padding: var(--rem30) var(--rem16);
        }
        th {
            text-align: center;
            vertical-align: middle;
        }
     }
    .read {
        font-size: var(--rem24);
        font-weight: 700;
        letter-spacing: .1em;
    }
    .emphasis {
        font-size: var(--rem18);
    }
    .bg-gray {
        background: #f2f2f2;
        padding: var(--rem20) var(--px30);
    }
    .a-item {
        &.a-item--center {
            align-items: center;
        }
    }
}

/*------------------------------------------------------
	事業内容
------------------------------------------------------*/
#page-service {
    .front_contents {
        padding: 0;
    }
    .sec01 {
        background: transparent;
    }
    .card01_inner {
        width: 100%;
    }
}

/*------------------------------------------------------
	採用情報
------------------------------------------------------*/
#page-recruit {
    .emphasis.txt_c {
        @media screen and (max-width: 768px) {
            text-align: left;
        }
    }
}

/*------------------------------------------------------
	お問い合わせ
------------------------------------------------------*/
.wpcf7-form-control.wpcf7-submit {
    transition: all .3s;
}
body:not(.home) {
    .post {
        .wpcf7 {
            table {
                border: none;
            }
            table th, table td {
                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) {
                        justify-content: flex-start;
                    }
                }
            }
            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;
            width: fit-content;
            & + .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 {
        margin-bottom: 0;
    }
}