@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=Noto+Serif+JP:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap');
:root {
	/*------▼基本設定▼------*/
	--color-background: #E4E7EB;
	--color-font: #333;
	--color-primary: #1F3CA4;
	--color-primary-shade: #162a73;
	--color-primary-tint: #6277bf;
	--color-secondary: #1F3CA4;
	--color-secondary-tint: #6277bf;
	--color-table-border: #DDD;
	--body-font-size: min(calc(1.6rem + (1vw - 1.92rem) * 0.1294), 1.6rem);
	/* 1.6-1.4rem (1920-375) */
	--body-font-family: 'Noto Sans JP', sans-serif;
	--content-max-width: 1240px;
	/*------▼ヘッダー設定▼------*/
	--header-background: #FFF;
	--header-color-font: #333;
	--header-color-primary: #1F3CA4;
	--header-color-primary-shade: #162a73;
	--header-color-primary-tint: #6277bf;
	/*------▼フッター設定▼------*/
	--footer-background: #1F3CA4;
	--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: "Noto Serif JP", serif;
    --font-family04: "Shippori Mincho", serif;
}

/*--------------------------------------------------
	共通
--------------------------------------------------*/
.post {
    .ttl {
        &.ttl--primary {
            display: flex;
            flex-direction: column;
			position: relative;
            &::after {
				display: none;
            }
            .ttl--primary__en {
                color: #E0E4F2;
				font-family: var(--font-family03);
                font-size: min(calc(9.6rem + (1vw - 1.92rem) * 3.1068), 9.6rem);
                font-weight: 700;
                line-height: 1.4;
				@media screen and (max-width: 768px) {
					line-height: 1;
				}
                &.color-common {
					color: var(--color-font);
				}
				&.color-white {
					color: #fff;
				}
				&.color-gray {
					color: rgba(255, 255, 255, .4);
				}
				&.color-gray-1 {
					color: rgba(255, 255, 255, .2);
				}
				&.color-lightgray {
					color: #E0E4F2;
				}
				&.color-green {
					color: #387C45;
				}
				&.color-blue {
					color: #68ADFF;
				}
				&.color-pink {
					color: #EE7E98;
				}
				&.color-purple {
					color: #8E4593;
				}
            }
            .ttl--primary__ja {
				color: var(--color-primary);
                font-size: var(--rem40);
                font-weight: 700;
                line-height: 1.4;
				margin-top: -1em;
				@media screen and (max-width: 768px) {
					margin-top: 0;
				}
                &.color-common {
					color: var(--color-font);
				}
				&.color-white {
					color: #fff;
				}
				&.color-lightgray {
					color: rgba(255, 255, 255, .4);
				}
				&.color-gray {
					color: #E0E4F2;
				}
				&.color-gray-1 {
					color: rgba(255, 255, 255, .2);
				}
				&.color-green {
					color: #387C45;
				}
				&.color-blue {
					color: #68ADFF;
				}
				&.color-pink {
					color: #EE7E98;
				}
				&.color-purple {
					color: #8E4593;
				}
            }
			&.ttl--primary--mod01 {
				.ttl--primary__en {
					font-size: var(--rem72);
					font-weight: 600;
				}
				.ttl--primary__ja {
					font-size: var(--rem48);
					font-weight: 600;
					letter-spacing: .1em;
					margin-top: -.8em;
					@media screen and (max-width: 768px) {
						margin-top: 0;
					}
				}
			}
			&.ttl--primary--mod02 {
				.ttl--primary__en {
					font-size: min(calc(9.6rem + (1vw - 1.92rem) * 3.1068), 9.6rem);
					font-weight: 700;
				}
			}
        }
		&:is(.txt_c) {
			.ttl--primary__en {
				justify-content: center;
                &::after {
                    margin: 1.1em auto 0;
                }
			}
			&::after {
				margin: 1.1em auto 0;
			}
		}
		&:is(.color-white) {
			.ttl--primary__en, .ttl--primary__ja {
				color: #fff;
			}
		}
    }
    p {
		font-size: var(--rem20);
        line-height:2;
    }
    .color-white {
        color: #fff;
    }
    .color-yellow {
        color: #EFF316;
    }
	.color-gradation {
		background: linear-gradient(263deg, #27B7EC 9%, #073190 97%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
    .m-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

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

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

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

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

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

/*-----------------------------
link
------------------------------*/
.linkBtn.linkBtn--mod01, .post .linkBtn.linkBtn--mod01, a.linkBtn.linkBtn--mod01 {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 240px;
	font-size: var(--rem16);
    color: #111;
    line-height: 1.8;
    text-align: left;
    background: transparent;
	font-weight: 600;
    padding: min(calc(10px + (1vw - 19.2px) * 0.5178), 10px) min(calc(65px + (1vw - 19.2px) * 1.6181), 65px) min(calc(10px + (1vw - 19.2px) * 0.5178), 10px) 0;
    margin: var(--px40) auto 0;
	border: none;
    border-radius: 0;
    transition: all .3s;
	&::after {
		display: block;
		content: "";
		width: 100%;
		height: 2px;
		background: #333;
		border: none;
		top: unset;
		left: 0;
		right: unset;
		bottom: -6px;
		transform: unset;
	}

}
.linkBtn.linkBtn--mod01:hover, .post .linkBtn.linkBtn--mod01:hover, a.linkBtn.linkBtn--mod01:hover {
	color: #111;
	background: transparent;
}
.linkBtn.linkBtn--mod01 .arw, .post .linkBtn.linkBtn--mod01 .arw, a.linkBtn.linkBtn--mod01 .arw {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	width: var(--px50);
	height: var(--px50);
	background: var(--color-primary);
	border: 1px solid var(--color-primary);
	border-radius: 50%;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: .4s;
	transition: .4s;
}
.linkBtn.linkBtn--mod01 .arw::after, .post .linkBtn.linkBtn--mod01 .arw::after, a.linkBtn.linkBtn--mod01 .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.linkBtn--mod01:hover .arw, .post .linkBtn.linkBtn--mod01:hover .arw, a.linkBtn.linkBtn--mod01:hover .arw  {
	background: #fff;
	border: 1px solid var(--color-primary);
}
.linkBtn.linkBtn--mod01:hover .arw::after, .post .linkBtn.linkBtn--mod01:hover .arw::after, a.linkBtn.linkBtn--mod01:hover .arw::after {
	border-color: var(--color-primary);
}

/*--------------------------------------------------
	Google Language Translator 
--------------------------------------------------*/
#flags.size24 a[title="Chinese (Traditional)"] {
	background-position: 0px -61px;
}
/*-----フラッグのみ SPで表示-----*/
.tool-container .tool-items a[title="Chinese (Traditional)"] {
    background-position: 0px -61px;
}
#glt-translate-trigger {
	display: none;
	opacity: 0;
}
@media print, screen and (max-width: 1023px) {
    #glt-translate-trigger {
        display: block;
    }
	.tool-container {
		display: block !important;
		opacity: 1 !important;
		overflow: hidden;
		position: fixed;
		top: 50% !important;
		left: unset !important;
        right: 0 !important;
        bottom: unset !important;
        background: rgba(255, 255, 255, .8);
        padding: 5px 10px;
        border-radius: 5px 0 0 5px;
		border: none;
		transform: translateY(-50%);
		box-shadow: unset;
        transition: .5s;
		.tool-items {
			display: flex;
			flex-direction: column;
			.flag {
				margin-left: 0;
				margin-right: 0;
			}
		}
		.arrow {
			display: none;
		}
	}
    #translator_area, #google_language_translator {
        display: none;
    }
    #flags {
        width: fit-content !important;
    }

    #flags ul {
		display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

/*--------------------------------------------------
	ヘッダー
--------------------------------------------------*/
#flags {
	display: none;
}
@media print, screen and (min-width: 1024px) {
	#header-upper {
		justify-content: flex-end;
		background: #fff;
		#google_language_translator {
			display: flex;
			align-items: center;
		}
		#flags {
			display: block;
			width: fit-content;
			position: relative;
			top: 1px;
			li {
				line-height: 1;
			}
		}
		#flags ul {
			display: flex;
			align-items: center;
		}
	}
	#header {
		height: 100px;
	}
	#header .logo {
		padding: min(calc(10px + (1vw - 19.2px) * 0.5580), 10px) min(calc(20px + (1vw - 19.2px) * 1.1161), 20px) min(calc(10px + (1vw - 19.2px) * 0.5580), 10px) min(calc(7rem + (1vw - 1.92rem) * 2.2654), 7rem);;
	}
	#header .logo img {
		width: 100%;
		max-width: 300px;
		max-height: 60px;
	}
	#header a.head_btn {
		font-size: var(--rem14);
		background: var(--header-color-primary);
	}
	#header a.head_btn.tel_btn {
		flex-direction: row;
		gap: 8px;
		font-size: var(--rem24);
		font-weight: 700;
		color: var(--color-primary);
		background: #fff;
		margin-left: var(--px30);
	}
	#header a.head_btn.tel_btn::before {
		font-size: var(--rem18);
		margin-bottom: 0;
	}
	#header a.head_btn.mail_btn {
		padding: min(calc(10px + (1vw - 19.2px) * 0.2232), 10px) var(--rem24);
		span {
			text-align: center;
		}
	}
	nav#mainNav ul li a {
		font-family: var(--font-family03);
	}
	nav#mainNav ul li a b, nav#mainNav ul li a span {
		font-weight: 700;
	}
	nav#mainNav ul li.current-menu-item a b, nav#mainNav ul li a:hover b, nav#mainNav ul li a:active b, nav#mainNav ul li.current-menu-parent a b {
		color: var(--header-color-primary);
	}
	.sub-menu {
		background: #fff;
	}
	nav#mainNav ul li ul.sub-menu li a {
		text-align: center;
	}
}
body.home {
	@media print, screen and (min-width: 1024px) {
		nav#mainNav ul li.current-menu-item a b {
			color: var(--color-font);
			&:hover {
				color: var(--color-primary);
			}
		}
	}
}


/*--------------------------------------------------
	フッター
--------------------------------------------------*/
#footer {
    padding: var(--px80) 0 var(--px60);
    .footer__logo img {
        width: 100%;
    }
    .footer__logo img {
		max-width: 260px;
		max-height: var(--px60);
	}
}
#copyright {
    background: transparent;
}

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

/*--------------------------------------------------
	TOPページ
--------------------------------------------------*/
.home, #editor-style {
	#wrapper {
		max-width: 1600px;
        width: 90%;
	}
}
#top_company {
	.fullwide01 {
		background: url(/wp-content/uploads/top_company_bg_01.png.webp) no-repeat center / cover;
		.fullwide01_wrap {
			max-width: unset;
			margin-top: 0;
			padding: var(--px120) 0 min(calc(10rem + (1vw - 1.92rem) * 3.2362), 10rem);
			.fullwide01_inner {
				max-width: unset;
				p {
					line-height: 3;
				}
			}
		}
	}
}
#top_service {
	.serviceList {
		display: flex;
		@media screen and (max-width: 768px) {
			flex-direction: column;
		}
		.serviceList__item {
			display: flex;
			align-items: flex-end;
			justify-content: flex-end;
			aspect-ratio: 640 / 1145;
			width: calc(100% / 3);
			padding: var(--rem20);
			position: relative;
			overflow: hidden;
			@media screen and (max-width: 768px) {
				aspect-ratio: 2 / 1;
				width: 100%;
			}
			&:hover {
				&::after {
					transform: scale(1.1);
				}
			}
			&::after {
				display: block;
				content: "";
				width: 100%;
				height: 100%;
				position: absolute;
				top: 0;
				left: 0;
				transform: scale(1);
				transition: all .3s;
				z-index: -1;
			}
			&:nth-child(1)::after {
				background: url(/wp-content/uploads/top_service_01.png.webp) no-repeat center / cover;
			}
			&:nth-child(2)::after {
				background: url(/wp-content/uploads/top_service_02.png.webp) no-repeat center / cover;
			}
			&:nth-child(3)::after {
				background: url(/wp-content/uploads/top_service_03.png.webp) no-repeat center / cover;
			}
			.serviceList__content {
				display: flex;
				flex-direction: column;
				align-items: flex-end;
			}
			.ttl--primary--mod01 {
				.ttl--primary__en {
					@media screen and (max-width: 1640px) {
						font-size: calc(72 / 1920 * 100vw);
					}
					@media screen and (max-width: 768px) {
						font-size: var(--rem72);
					}
				}
				.ttl--primary__ja {
					@media screen and (max-width: 1640px) {
						font-size: max(calc(48 / 1920 * 100vw), 2rem);
					}
					@media screen and (max-width: 768px) {
						font-size: var(--rem48);
					}
				}
			}
			.arw {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				-ms-flex-direction: column;
				flex-direction: column;
				-webkit-box-pack: center;
				-ms-flex-pack: center;
				justify-content: center;
				-webkit-box-align: center;
				-ms-flex-align: center;
				align-items: center;
				position: relative;
				width: var(--px50);
				height: var(--px50);
				background: #fff;
				border: 1px solid #333;
				border-radius: 50%;
				right: 0;
				top: 50%;
				-webkit-transform: translateY(-50%);
				transform: translateY(-50%);
				-webkit-transition: .4s;
				transition: .4s;
				&::after {
					content: '';
					position: absolute;
					width: min(calc(8px + (1vw - 19.2px) * 0.2589), 8px);
					height: min(calc(8px + (1vw - 19.2px) * 0.2589), 8px);
					border-style: solid;
					border-width: 1px 1px 0 0;
					border-color: #333;
					top: 50%;
					left: 50%;
					-webkit-transform: translate(-70%, -50%) rotate(45deg);
					transform: translate(-70%, -50%) rotate(45deg);
					-webkit-transition: .4s;
					transition: .4s;
				}
			}
		}
	}
}
#top_recruit {
	.front_contents {
		padding-top: min(calc(20rem + (1vw - 1.92rem) * 6.4725), 20rem);
		padding-bottom: min(calc(20rem + (1vw - 1.92rem) * 6.4725), 20rem);
		.column01 {
			margin-top: 0;
			.column01_wrap {
				position: relative;
				&::after {
					display: block;
					content: "";
					width: calc(1597 / 1920 * 100%);
					height: 125%;
					background: #fff;
					position: absolute;
					top: 50%;
					right: 0;
					transform: translateY(-50%);
					z-index: -1;
				}
				@media screen and (max-width: 768px) {
					&::after {
						display: none;
					}
				}
				.txtarea {
					p {
						line-height: 3;
					}
				}
			}
		}
	}
}
/* POST */
#top_news {
	max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
	&.bg_wide::before {
		background: #F5F5F5;
	}
}
.postlist {
    .post_text {
        color: #CCC;
        padding: 26px 0;
    }
    li {
        border-bottom: 1px solid #ccc;
    }
}
.postlist .ttls, .postlist .date {
    color: var(--color-font);
    font-size: 100%;
}
.post .time, .postlist .time, .post2b .time, .post4b .time {
    background: var(--color-primary);

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

/*--------------------------------------------------
	下層ページ
--------------------------------------------------*/
body:not(.home) {
	background: #fff;
    #thumbImg::before, header#h1Header::before {
        display: none;
    }
    h1.title, .post h1, header#h1Header h1.title {
		font-family: var(--font-family04);
        color: var(--color-font);
        font-size: min(calc(5.5rem + (1vw - 1.92rem) * 0.6472), 5.5rem);
        font-weight: 500;
		line-height: calc(70 / 55);
    }
	header#h1Header {
		background: #aaa;
	}
    &.post, .post {
		h2 {
			font-family: var(--font-family04);
		}
        h3 {
			font-family: var(--font-family04);
            font-size: var(--rem30);
            font-weight: 700;
            padding: 0;
            border: none;
            margin-bottom: min(calc(10rem + (1vw - 1.92rem) * 3.2362), 10rem);;
        }
		h4 {
			font-family: var(--font-family04);
		}
		h5 {
			font-family: var(--font-family04);
		}
		h6 {
			font-family: var(--font-family04);
		}
        ul {
            li {
                font-size: var(--rem18);
            }
        }
        table th, table td {
            font-size: var(--rem20);
            padding: min(calc(3.2rem + (1vw - 1.92rem) * 0.7120), 3.2rem) var(--rem24);
            line-height: 1.7;
        }
        table th {
            font-weight: 700;
        }
		table {
			.va_center {
				vertical-align: middle;
			}
		}
		.w-fit {
            width: fit-content;
            margin-left: auto;
            margin-right: auto;
        }
        .anchorLink-view {
            padding-top: 120px;
            margin-top: -120px;
        }
    }
}

/*================================================
					事業内容
================================================*/

/*--幅フル100%--------------------------------------------*/
	
.widearea {
	margin-right: calc(((100vw - 100%) / 2) * -1);
	margin-left: calc(((100vw - 100%) / 2) * -1);
}

/*--teleco_v1------------------------------*/
.teleco_v1 {
	flex-direction: column;
	& + & {
		margin-top: var(--rem80);
	}
	.w50 {
		width: 100%;
	}
}
.teleco_v1 h2 {
	width: 100%;
}
.teleco_v1 h3 {
	width: 100%;
	margin-left: 0;
	padding-bottom: var(--rem30) !important;
	margin-bottom: var(--rem30) !important;
	border-bottom: none !important;
	text-align: center;
	&::after {
		display: block;
		content: "";
		width: 5.6em;
		height: 2px;
		background: var(--color-primary);
		margin: var(--px50) auto 0;
	}
}
.teleco_v1 .w50.image_box{
    aspect-ratio: 860 / 540;
    position: relative;
    overflow: hidden;
    max-width: 672px;
    margin: auto;
}
.teleco_v1 .w50.image_box::before {
	content: '';
	display: block;
}
.teleco_v1 .w50.image_box img {
	position: absolute;
	width: 102%;
	height: auto;
	max-width: none;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	object-fit: cover;
}
.teleco_v1 .w50.text_box{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #ffffff;
	padding: var(--rem80) 0 var(--rem120);
}
@media print, screen and (min-width: 769px) {
	.teleco_v1 .w50.image_box::before {
		padding-top: calc(550px + (1vw - 19.2px) * 17.3762);
	}
	.teleco_v1 .w50.image_box img {
		width: 100%;
		height: 100%;
	}
}
.flexinnerBtn {
	align-self: normal;
}
@media print, screen and (max-width: 768px) {
	.teleco_v1 .w50.image_box{
		margin-bottom:0;
	}
	.teleco_v1 .w50.image_box::before {
		padding-top: calc(350px + (1vw - 7.68px) * 27.9898);
	}
	.teleco_v1 .w50.text_box {
		align-items: flex-start;
		padding: 20px 0;
		margin-bottom:0;
	}
}

/*================================================
					お問い合わせ
================================================*/
.wpcf7 {
    table {
        th {
            width: 30%;
        }
    }
	.subimitarea {
		.linkBtn {
			margin-left: auto;
			margin-right: auto;
			padding: 0;
		}
	}
}

/*================================================
				　採用情報
================================================*/

.post .lead {
	font-size: min(calc(3.2rem + (1vw - 19.2px) * 0.5178), 3.2rem); /* 3.2-2.4rem (1920-375) */
	font-weight: 500;
	font-style: italic;
}

.post .lead_en {
	font-size: min(calc(1.8rem + (1vw - 19.2px) * 0.3236), 1.8rem);
	/* -- 1920 1.8rem 375 1.3rem -- */
	color: var(--color-primary-shade);
	letter-spacing: 0.8rem;
}

/*--幅フル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;
}
.post .widecolor > h2:first-child {
	margin-top: 0 !important;
}

/*--スタイルリストエリア--------------------------------------------*/

ul.box_style01 > li {
	position: relative;
	gap: 40px;
	width: 100%;
	background: #fff;
	padding: min(calc(40px + (1vw - 19.2px) * 0.6472), 40px) min(calc(35px + (1vw - 19.2px) * 0.6472), 35px);
	border-radius: 20px;
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .1);
	box-shadow: 0 0 30px rgba(0, 0, 0, .1);
	margin-bottom: 30px;
	text-align: left;
}
.post ul.box_style01 .box_style_ttl {
	width: 100%;
	font-size: min(calc(2.8rem + (1vw - 19.2px) * 0.4531), 2.8rem); /* 2.8-2.1rem (1920-375) */
	font-weight: 400;
	padding: 0.6rem 0 0.6rem 2rem;
	margin: 0 0 min(calc(15px + (1vw - 19.2px) * 0.4531), 15px);/*15-10px (1920-375) */
	border-bottom: none;
	border-left: 3px solid var(--color-primary-shade);
	text-align: left;
	font-style: italic;
	line-height: 1.4;
}
@media screen and (min-width: 769px) {
	ul.box_style01 > li {
		display: flex;
	}
}

/*--ボタン別アイコン--------------------------------------------*/

a.external.ico_phone::before {
	content: '\f095';
	display: inline-block;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-right: 1rem;
}
a.external.ico_mail::before {
	content: '\f0e0';
	display: inline-block;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-right: 1rem;
}
a.external.ico_phone::after, a.external.ico_mail::after {
	content: none;
}
	
/*---table_style04-------------------------------------*/

.post table.table_style04 th {
	background-color: transparent;
}
.post table.table_style04, .post table.table_style04 th, .post table.table_style04 td{
	border: none;
}
table.table_style04 tr:first-child {
	border-top: 1px solid #ababab;
}
table.table_style04 tr:last-child {
	border-bottom: 1px solid #ababab;
}
table.table_style04 tr {
	border-top: 1px dashed #ababab;
	letter-spacing: 1px;
}
table.table_style04 th, table.table_style04 td {
	padding: 50px 30px;
}
table.table_style04 th {
	color: #fff;
	position: relative;
	z-index: 0;
}
table.table_style04 th:before {
	position: absolute;
	content: "";
	background: var(--color-primary);
	top: 7px;
	left: 0;
	bottom: 7px;
	width: 100%;
	height: auto;
	z-index: -1;
}
table.table_style04 td ul li {
	/* padding-left: 1em; */
	position: relative;
	line-height: 2;
}
table.table_style04 td ul li:before {
	display: none;
	position: absolute;
	content: "・";
	top: 0;
	left: 0;
}
@media print, screen and (max-width: 768px) {
	table.table_style04 th, table.table_style04 td {
		padding: 35px 10px;
		font-size: 1.4rem;
		vertical-align: middle;
	}
	table.table_style04 th {
		width: 32%;
	}
	table.table_style04 td {
		width: 68%;
	}
}

/*--contact_area-------------------------------------*/

.contact_area {
    padding: min(calc(80px + (1vw - 19.2px) * 2.5890), 80px);/*80px-40px (1920-375)x*/
    text-align: center;
    background: #f7f7f7;
    margin-top: min(calc(120px + (1vw - 19.2px) * 2.5890), 120px);
}
.post .contact_ttl {
	font-size: min(calc(2.8rem + (1vw - 19.2px) * 0.4531), 2.8rem); /* 2.8-2.1rem (1920-375) */
	font-weight: 600;
	text-align: center;
	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 .contact_ttl::before {
	content: none;
	position: relative;
	width: auto;
	height: auto;
	top: auto;
	left: auto;
}
.post .contact_ttl::after {
	content: '';
	position: relative;
	visibility: visible;
	display: block;
	width: 2.2em;
	height: 3px;
	background: var(--color-primary);
	margin: 0.6em auto 0;
}
.contact_read {
    margin: 0 0 min(calc(30px + (1vw - 19.2px) * 0.9709), 30px);/*30px-15px (1920-375)*/
    text-align: center;
}
.button_wrap,
.post .button_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.button_wrap > *,
.post .button_wrap > * {
  margin: 10px !important;
}
.contact_area .linkBtn, .contact_area .post .linkBtn {
    padding: 0;
}
.contact_area .linkBtn a {
    color: #fff;
    padding: 0.8em 1.2em;
    display: block;
}

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

@media print, screen and (min-width: 1024px) {
    #header {
        height: auto;
    }
    .sticky-header #header>.inner {
        height: auto;
    }
	#header-layout {
        height: auto;
    }
}
/*--------google-recaptcha--------*/
.recaptcha {
    display: flex;
    justify-content: center;
    padding: 10px 0 30px;
}