@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=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
:root {
	/*------▼基本設定▼------*/
	--color-background: #fff;
    --color-font: #333;
    --color-primary: #1A6EAF;
    --color-primary-shade: #111;
    --color-primary-tint: #666;
    --color-secondary: #aaa;
    --color-secondary-tint: #eee;
    --color-table-border: #E4E6ED;
	--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: #444;
    --header-color-primary: #134A9D;
    --header-color-primary-shade: #fff;
    --header-color-primary-tint: linear-gradient(90deg, #2967C5 0%, #134A9D 100%);
	/*------▼フッター設定▼------*/
	--footer-background: #F3F8FE;
    --footer-color-font: #111;
    --footer-color-primary: #111;
	/*------▼フォント設定▼------*/
	--font-family01: 'Noto Sans JP', sans-serif;
	--font-family02: 'Oswald', 'Noto Sans JP', sans-serif;
	--font-family03: "Montserrat", sans-serif;;
}

/*--------------------------------------------------
	共通
--------------------------------------------------*/
body:not(.home) #wrapper {
    width: 90%;
    max-width: 1240px;
}
.home {
    .post {
        h2 {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            margin-bottom: min(calc(7rem + (1vw - 1.92rem) * 2.2654), 7rem);
            &::after {
                display: none;
            }
            .primary-ttl__en {
                color: #2D2D2D;
                font-size: var(--rem60);
                font-family: var(--font-family03);
                font-weight: 700;
                line-height: 1;
            }
            .primary-ttl__ja {
                color: #415AA7;
                font-size: var(--rem20);
                font-weight: 500;
                line-height: 1.4;
                letter-spacing: .06em;
            }
        }
        p {
            color: #343434;
            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;
}

/*-----------------------------
button
------------------------------*/
/* 通常ボタン */
.linkBtn, .post .linkBtn, a.linkBtn {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 240px;
	font-size: var(--rem16);
    color: #222;
    line-height: 1.8;
    text-align: left;
    background: transparent;
	font-weight: 700;
    padding: var(--rem20) 30px var(--rem20) 20px;
    margin: var(--px40) auto 0;
	border-bottom: solid 2px #134A9D;
    border-radius: 0;
    transition: all .3s;
}
.post .linkBtn::after, .linkBtn::after, a.linkBtn::after {
    border-color: #134A9D;
}
.post .linkBtn:hover, .linkBtn:hover, a.linkBtn:hover {
    border-bottom: solid 2px transparent;
	background: #134A9D;
	color: #fff;
}
.post .linkBtn:hover::after, .linkBtn:hover::after, a.linkBtn:hover::after {
    border-color: #fff;
}
.post .subimitarea .linkBtn input[type="submit"] {
    margin-top: 0;
}
/* 丸ボタン */
.linkBtn.linkBtn--round, .post .linkBtn.linkBtn--round, a.linkBtn.linkBtn--round {
    color: #fff;
    line-height: 1.4;
    text-align: center;
    font-weight: 700;
    padding: min(calc(2.1rem + (1vw - 1.92rem) * 0.6472), 2.1rem) min(calc(4.5rem + (1vw - 1.92rem) * 0.9709), 4.5rem) min(calc(2.1rem + (1vw - 1.92rem) * 0.6472), 2.1rem) min(calc(1.5rem + (1vw - 1.92rem) * 0.3236), 1.5rem);
    margin: var(--px40) auto 0;
    border: 1px solid transparent;
    border-radius: 50vh;
    transition: all .3s;
}
.post .linkBtn.linkBtn--round:hover, .linkBtn.linkBtn--round:hover, a.linkBtn.linkBtn--round:hover {
    color: #134A9D;
    background: #fff;
    border-color: #134A9D;
}
.post .linkBtn.linkBtn--round::before, .linkBtn.linkBtn--round::before, a.linkBtn.linkBtn--round::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #2967C5 0%, #134A9D 100%);;
    border-radius: 50vh;
    transition: all .3s;
    z-index: -1;
}
.post .linkBtn.linkBtn--round:hover::before, .linkBtn.linkBtn--round:hover::before, a.linkBtn.linkBtn--round:hover::before {
    opacity: 0;
}
.post .linkBtn.linkBtn--round::after, .linkBtn.linkBtn--round::after, a.linkBtn.linkBtn--round::after {
    border-color: #fff;
}
.post .linkBtn.linkBtn--round:hover::after, .linkBtn.linkBtn--round:hover::after, a.linkBtn.linkBtn--round:hover::after {
    border-color: #2E72B0;
}
.subimitarea > .linkBtn.linkBtn--round {
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
}
.post .subimitarea .linkBtn.linkBtn--round input[type="submit"] {
    margin-top: var(--px40);
}
/*　お問い合わせ送信ボタン */
.wpcf7-form {
    .linkBtn, .post .linkBtn {
        position: relative;
        display: inline-block;
        width: 100%;
        max-width: 500px;
        color: #fff;
        line-height: 1.8;
        text-align: center;
        background: #134A9D;
        padding: 20px 30px 20px 10px;
        margin: 0 auto;
        border-radius: 5px;
        border: 1px solid #134A9D;
        transition: all .3s;
        &::after {
            border-color: #fff;
        }
        &:hover {
            .wpcf7-form-control.wpcf7-submit {
                color: #134A9D;
            }
            color: #134A9D;
            border: 1px solid #134A9D;
            background: #fff;
            &::after {
                border-color: #134A9D;
            }
        }
    }
}

/*--------------------------------------------------
	ヘッダー
--------------------------------------------------*/
@media print, screen and (min-width: 1024px) {
    #header {
        height: 100px;
    }
    #header .logo img {
        max-width: 323px;
        max-height: 80px;
    }
    #header a.head_btn {
        color: #444;
        background: linear-gradient(90deg, #2967C5 0%, #134A9D 100%);
        padding-left: var(--rem28);
        padding-right: var(--rem28);
    }
    #header a.head_btn.tel_btn {
        &:hover {
            color: #fff;
            background: #134A9D;
        }
    }
    #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 {
        color: #fff;
        flex-direction: row;
        align-items: center;
        border: 1px solid transparent;
        padding-left: var(--rem36);
        padding-right: var(--rem36);
        transition: all .3s;
        &:hover {
            color: #2967C5;
            background: #fff;
            border: 1px solid #2967C5;
        }
    }
    #header a.head_btn.mail_btn::before {
        position: relative;
        top: 1px;
		margin-right: 10px;
        margin-bottom: 0;
    }
    #header a.head_btn.mail_btn span {
        font-size: var(--rem14);
    }
    nav#mainNav ul li:hover ul.sub-menu {
        background: #fff;
    }
	.home {
		nav#mainNav ul li.current-menu-item a b, nav#mainNav ul li.current-menu-parent a b {
			color: #444;
			transition: all .3s;
			&:hover {
				color: var(--header-color-primary);
			}
		}
    }
}

/*--------------------------------------------------
	フッター
--------------------------------------------------*/
#footer {
    background: #E4E6ED;
    padding: var(--px80) 0 var(--px40);
    @media screen and (max-width: 768px) {
        padding: var(--px80) 0 var(--px60);
    }
}
#footer .footer__logo img {
    max-width: 323px;
}
#footer .footer__logo:not(:last-child) {
    margin-bottom: 0;
}
#footer .footer__content {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: var(--px30);
    border-bottom: 1px solid #CFCFCF;
    margin-bottom: var(--px60);
    @media screen and (max-width: 768px) {
        flex-direction: column;
        align-items: center;
        gap: var(--px40);
    }
}
#footer ul li a {
    font-size: var(--px12)
}
#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 {
        padding-left: 10px;
    }
    #footer .footnav ul > li::before {
        top: 0;
    }
}
#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;
}
#copyright {
    background: transparent;
}

/*--------------------------------------------------
	TOP
--------------------------------------------------*/
.home #wrapper, .inner {
    max-width: calc(1520px + 6%);
}
.home #content.wide {
    width: 94%;
}
.home {
    .post {
        h2 {
            align-items: flex-start;
        }
    }
}
/* CONTENT01 */
.top-about {
    margin-top: var(--px120);
    .top-about__summay {
        display: flex;
        align-items: flex-start;
        column-gap: var(--px120);
        margin-bottom: min(calc(11rem + (1vw - 1.92rem) * 4.2071), 11rem);
        @media screen and (max-width: 768px) {
            flex-direction: column;
            align-items: flex-start;
            gap: var(--px40);
        }
    }
    .top-about__copy {
        width: 50%;
        max-width: 720px;
        @media screen and (max-width: 768px) {
            width: 100%;
            max-width: none;
        }
    }
    .top-about__btn {
        min-width: 240px;
        .linkBtn {
            margin-top: 0;
        }
    }
    .bg_wide {
        aspect-ratio: 1720 / 631;
        &::before {
            left: 0;
            width: 97vw;
            margin-left: unset;
            margin-right: unset;
            background: url(/wp-content/uploads/top_about_01.png) no-repeat center / cover;
        }
        @media screen and (max-width: 768px) {
            &::before {
                width: 100vw;
            }
        }
    }
}

/* CONTENT02 */
.top-business {
    position: relative;
    &::before {
        position: absolute;
        top: 0;
        left: 40%;
        display: block;
        width: 60vw;
        height: auto;
        content: "";
        z-index: -1;
        aspect-ratio: 1100 / 900;
        background: url(/wp-content/uploads/top_business_bg_01.png) no-repeat top right / cover;
    }
    padding-top: var(--px120);
    .top-business__summay {
        display: flex;
        align-items: flex-start;
        column-gap: var(--px120);
        margin-bottom: min(calc(11rem + (1vw - 1.92rem) * 4.2071), 11rem);
        @media screen and (max-width: 768px) {
            flex-direction: column;
            align-items: flex-start;
            gap: var(--px40);
        }
    }
    .top-business__copy {
        width: 50%;
        max-width: 720px;
        @media screen and (max-width: 768px) {
            width: 100%;
            max-width: none;
        }
    }
    .top-business__btn {
        min-width: 240px;
        .linkBtn {
            margin-top: 0;
        }
    }
    .bg_wide {
        aspect-ratio: 1720 / 631;
        &::before {
            left: unset;
            right: 0;
            width: 97vw;
            margin-left: unset;
            margin-right: unset;
            background: url(/wp-content/uploads/top_business_01.png) no-repeat center / cover;
        }
        @media screen and (max-width: 768px) {
            &::before {
                width: 100vw;
            }
        }
    }
}

/* CONTENT03 */
.top-recruit {
    margin-top: var(--px120);
    margin-bottom: var(--px120);
    max-width: 1460px;
    background: url(/wp-content/uploads/top_recruit_01.png) no-repeat center / cover;
    margin-left: auto;
    margin-right: auto;
    padding: var(--px100) var(--px40) min(calc(11.5rem + (1vw - 1.92rem) * 2.2654), 11.5rem);
    @media screen and (max-width: 768px) {
        padding: var(--px100) var(--px20) min(calc(11.5rem + (1vw - 1.92rem) * 2.2654), 11.5rem);
    }
    h2 {
        align-items: center !important;
        .primary-ttl__en, .primary-ttl__ja {
            color: #fff !important;
        }
    }
    p {
        color: #fff !important;
        text-align: center;
    }
    .linkBtn {
        z-index: 1;
    }
}

/* CTA */
#foot-contact_pt01 {
	clear: both;
	position: relative;
	background: url(/wp-content/uploads/cta_bg_01.png) 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(--px120) calc((100vw - 100%) / 2) var(--px140);
    h2 {
        align-items: center;
        .primary-ttl__en, .primary-ttl__ja {
            color: #fff;
        }
    }
}
#foot-contact_pt01::before, #foot-contact_pt01::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 70%;
	top: 0;
	left: 0;
}
#foot-contact_pt01::after {
    display: none;
	/* 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 {
    width: 100%;
	background: transparent;
	padding: 0;
}
#foot-contact_pt01 .f-contact-read {
	position: relative;
	color: #333;
	line-height: 2;
    font-size: var(--rem20);
	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: all .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);
    line-height: 1;
}
#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 {
    position: relative;
    top: 2px;
	content: '\f0e0';
}
#foot-contact_pt01 a.f-contact_btn .note {
	font-size: var(--rem18);
	font-weight: 700;
}
#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(--px20) min(calc(5.6rem + (1vw - 1.92rem) * 1.4239), 5.6rem) var(--px18) ;
}
#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;
		}
	}
}
/* CTA調整用 */
#foot-contact_pt01 .contactbtn_tel a.f-contact_btn.telBtn {
	color: #3F393B;
	background: #fff;
	border: 1px solid #fff;
	transition: all .3s;
    &:hover {
        color: #fff;
        background: #134A9D;
        border: 1px solid #134A9D;
        & .ico::before {
            color: #fff;
        }
    }
}
#foot-contact_pt01::before, #foot-contact_pt01::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 70%;
    top: 0;
    left: 0;
    background: url(/wp-content/uploads/cta_bg.png) no-repeat center / cover;
    opacity: 1;
}
/* #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: linear-gradient(90deg, #2967C5 0%, #134A9D 100%);
}
#foot-contact_pt01 .contactbtn_mail a.f-contact_btn.mailBtn {
	background: linear-gradient(90deg, #2967C5 0%, #134A9D 100%);
    border: 1px solid transparent;
	transition: all .3s;
}
#foot-contact_pt01 .contactTtl {
	color: #333;
    font-size: min(calc(4.5rem + (1vw - 1.92rem) * 1.3592), 4.5rem);
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: .1em;
    &::after {
        display: none;
    }
}
#foot-contact_pt01 .contactbtn_mail {
	font-weight: 700;
}
#foot-contact_pt01 .contactbtn_tel .telbtn-ttl {
	font-size: var(--rem20);
    font-weight: 500;
}
#foot-contact_pt01 .contactbtn_tel a.f-contact_btn .note {
	font-size: var(--rem16);
    font-weight: 500
}
#foot-contact_pt01 .contactbtn_mail .mailbtn-ttl {
	font-size: var(--rem20);
	margin-bottom: 5px;
}
#foot-contact_pt01 .contactbtn_mail .note {
	font-size: min(calc(2.2rem + (1vw - 1.92rem) * 0.5178), 2.2rem);
	margin-top: 5px;
}
#foot-contact_pt01 .contactbtn_mail a.f-contact_btn.mailBtn:hover {
	color: #134A9D;
	background: #fff;
	border: 1px solid #134A9D;
}
#foot-contact_pt01 a.f-contact_btn.telBtn .ico {
    font-size: var(--rem36);
    line-height: 1.2;
    margin-bottom: 8px;
}
#foot-contact_pt01 a.f-contact_btn.telBtn .ico::before {
    position: relative;
    top: -3px;
    font-size: min(calc(3.2rem + (1vw - 1.92rem) * 0.6472), 3.2rem);
}
@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;
	}
}
#foot-contact_pt01 a.f-contact_btn.telBtn .ico::before {
    color: #134A9D;
    font-size: var(--rem28);
    transition: all .3s;
}
#foot-contact_pt01 .foot-contact-bg {
    max-width: 1200px;
    background: transparent;
    padding: 0 var(--px120);
    margin: 0 auto;
    @media screen and (max-width: 768px) {
        padding: 0 var(--px40);
    }
}

/* newslist */
#top-news {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    padding: var(--px96) 0 var(--px120);
    h2 {
        align-items: center;
    }
}
.postlist {
    .post_text { padding: 26px 0; }
    li {
        border-bottom: 1px solid #ccc;
    }
}
.post .time, .postlist .time, .post2b .time, .post4b .time {
    background: #183695;

}

/*--------------------------------------------------
	下層ページ
--------------------------------------------------*/
body:not(.home) {
    &.page-id-118, &.page-id-120, &.page-id-122 {
        #content.wide {
            padding: var(--px100w) 0 0;
            margin: 0 auto;
        }
    }
}
body:not(.home) {
    #thumbImg::before, header#h1Header::before {
        opacity: 0;
    }
    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;
    }
    .post {
        h2 {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            margin-top: min(calc(17rem + (1vw - 1.92rem) * 5.8252), 17rem);
            margin-bottom: var(--px80);
            &::after {
                display: none;
            }
            .primary-ttl__en {
                color: #2D2D2D;
                font-size: var(--rem60);
                font-family: var(--font-family03);
                font-weight: 700;
                line-height: 1;
            }
            .primary-ttl__ja {
                color: #415AA7;
                font-size: var(--rem20);
                font-weight: 500;
                line-height: 1.4;
                letter-spacing: .06em;
            }
        }
        h3 {
            color: #134A9D;
            font-size: var(--rem40);
            font-weight: 700;
            padding-bottom: var(--px40);
            margin-top: var(--px140);
            margin-bottom: var(--px30);
            border-bottom: 1px solid #2967C5;
            .sub {
                display: block;
                font-size: var(--rem30);
                font-weight: 400;
                text-align: center;
                line-height: 1.4;
            }
        }
        p {
            color: #343434;
            font-size: var(--rem20);
            line-height: 1.4;
        }
        li {
            line-height: 1.5;
        }
        .gap {
            gap: var(--px30);
        }
        table th {
            color: #fff;
            background: #134A9D;
            vertical-align: middle;
        }
        table, table th, table td {
            border-color: var(--color-table-border);
        }
        table th, table td {
            font-size: var(--rem20);
            padding: var(--rem30) var(--rem24);
        }
    }
}
/*================================================
					会社概要
================================================*/

/*--見出し--------------------------------------------*/
	
.post .sub_company h2 {
	font-size: min(calc(2.8rem + (1vw - 19.2px) * 0.4531), 2.8rem); /* 2.8-2.1rem (1920-375) */
	font-weight: 600;
	text-align: left;
	letter-spacing: .2rem;
	padding: 0;
	margin: min(calc(120px + (1vw - 19.2px) * 3.5599), 120px) auto min(calc(50px + (1vw - 19.2px) * 0.9709), 50px); /* 120-65px auto 50-35px (1920-375) */
}
.post .sub_company h2::before {
	content: none;
	position: relative;
	width: auto;
	height: auto;
	top: auto;
	left: auto;
}
.post .sub_company h2::after {
	content: '';
	position: relative;
	visibility: visible;
	display: block;
	width: 2.2em;
	height: 2px;
	background: var(--color-primary);
	margin: 0.6em auto 0;
	margin-right: auto;
	margin-left: 0;
}
.post .sub_company h2:first-child {
	margin-top: 0;
}

/*--テーブル--------------------------------------------*/

.post table.table_style02 , .post table.table_style02 th, .post table.table_style02 td {
	border-width: 1px 0;
	border-color: var(--color-table-border);
}
.post table.table_style02 {
	margin: min(calc(30px + (1vw - 19.2px) * 0.6472), 30px) auto;/* 30-20px (1920-375) */
}
.post table.table_style02 th, .post table.table_style02 td {
	font-size: min(calc(1.6rem + (1vw - 19.2px) * 0.1294), 1.6rem);
	padding: min(calc(20px + (1vw - 19.2px) * 0.5580), 20px) min(calc(15px + (1vw - 19.2px) * 0.3236), 15px);/* 20-15px 15-10px (1920-375) */
}
.post table.table_style02 th {
	width: 25%;
	font-weight: 600;
}
.post table.table_style02:first-child {
	margin-top: 0;
}
.post table.table_style02:last-child {
	margin-bottom: 0;
}

/*--list--------------------------------------------*/

.post .list_style01 li {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	flex-shrink: 0;
	border-bottom: solid 1px #ddd;
}
.post .history_style01 li .head {
	width: 25%;
	padding: min(calc(10px + (1vw - 19.2px) * 0.3236), 10px) min(calc(15px + (1vw - 19.2px) * 0.4531), 15px);/* 30-20px 15-10px (1920-375) */
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.post .list_style01 li .body {
	padding: min(calc(10px + (1vw - 19.2px) * 0.3236), 10px) min(calc(15px + (1vw - 19.2px) * 0.4531), 15px);/* 30-20px 15-10px (1920-375) */
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.post .list_style01 li:nth-child(odd) {
	background: #eee;
}
@media only screen and (max-width: 640px) {
	.post .list_style01 li {
		flex-direction: column;
	}
	.post .list_style01 li .head {
		width: 100%;
		padding-bottom: 0;
	}
}	

/*--幅フル100%背景色--------------------------------------------*/

.widecolor {
	margin-right: calc(((100vw - 100%) / 2) * -1);
	margin-left: calc(((100vw - 100%) / 2) * -1);
	padding: min(calc(120px + (1vw - 19.2px) * 2.5890), 120px) calc((100vw - 100%) / 2) min(calc(150px + (1vw - 19.2px) * 3.2362), 150px); 
	margin-top: min(calc(120px + (1vw - 19.2px) * 2.5890), 120px);/* 120-80px (1920-375) */
	background: #fafafa;
}

/*--幅フル100%--------------------------------------------*/

.widearea {
	margin-right: calc(((100vw - 100%) / 2) * -1);
	margin-left: calc(((100vw - 100%) / 2) * -1);
}
/* 会社概要調整用 */
.page_company {
    .flexbox {
        align-items: center;
    }
}

/*================================================
					事業内容
================================================*/
/* 事業内容調整用 */
.page_business {
    padding-bottom: var(--px200);
    .flexbox {
        align-items: center;
    }
}

/*================================================
					採用情報
================================================*/
.page_recruit {
    padding-bottom: var(--px200);
}
body:not(.home) {
    .post {
        .page_recruit_lead {
            font-size: var(--rem30);
            line-height: 1.5;
            text-align: center;
            margin-top: var(--px96);
        }
    }
}

/*================================================
					お問い合わせ
================================================*/
.wpcf7-form-control.wpcf7-submit {
    transition: all .3s;
}
body:not(.home) {
    .post {
        .wpcf7 {
            table th {
                color: var(--color-font);
                width: 30%;
                background: #f2f2f2;
            }
        }
    }
}
.wpcf7-form {
    .must {
        background: #134A9D;
    }
    .under-line {
        text-decoration: underline;
        &:hover {
            text-decoration: none;
        }        
    }
}

/*================================================
					サイトマップ
================================================*/
.post ul#sitemap_list.sitemap_disp_level_0 > li a {
    font-size: var(--rem20);
}

/*================================================
					プライバシーポリシー
================================================*/
#privacy h3 {
    font-size: var(--rem24);
}

@media screen and (min-width: 769px){	
  .dsp_hp { display:block; }
  .dsp_smt { display:none; }
}
@media screen and (max-width: 768px){	
  .dsp_hp { display:none; }
  .dsp_smt { display:block; }
}