@charset "utf-8";
/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/
/*------@import------*/
: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: #000;
	--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: 1160px;
	/*------▼ヘッダー設定▼------*/
	--header-background: #fff;
    --header-color-font: #444;
    --header-color-primary: #1A6EAF;
    --header-color-primary-shade: #fff;
    --header-color-primary-tint: #488bbf;
	/*------▼フッター設定▼------*/
	--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;
}

/*--------------------------------------------------
	共通
--------------------------------------------------*/
@media print, screen and (min-width: 1024px) {
	nav#mainNav ul li:hover ul.sub-menu {
		background: #fff;
	}
}
.post table, .post table th, .post table td {
    border-color: #ccc;
}
.post table th {
	color: #fff;
    background: #1A6EAF;
}
.link-card {
	display: flex;
	justify-content: center;
	gap: 10px;
	@media screen and (max-width: 768px) {
		flex-direction: column;
	}
	.link-card__item {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 50%;
		color: #fff;
		font-size: var(--rem36);
		font-weight: 500;
		padding: min(calc(10.7rem + (1vw - 1.92rem) * 4.3366), 10.7rem) var(--px20);
		&.link-card__item--recruit {
			background: url(/wp-content/uploads/top_recruit_01.png;) no-repeat center / cover;
		}
		&.link-card__item--partner {
			background: url(/wp-content/uploads/top_partner_01.png) no-repeat center / cover;
		}
		&:hover {
			opacity: .7;
		}
		&::after {
			display: block;
    		content: '';
			position: absolute;
			top: 50%;
			right: 53px;
			width: 28px;
			height: 32px;
			border: none;
			background: url(/wp-content/uploads/ico_arrow_02_white.png) no-repeat center / contain;
			margin-top: 0;
			transition: all .3s;
			transform: translateY(-50%);
		}
		@media screen and (max-width: 768px) {
			width: 100%;
			&::after {
				right: 15px;
				width: 18px;
				height: 24px;
			}
		}
	}
}
/**/
.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_04
------------------------------*/
.sec01 {
	background: #f1f1f1;
	padding-top: 0;
}
.toptxtarea {
	max-width: 960px;
	width: 94%;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.column04 {
	position: relative;
	padding: var(--px120) 0 0 ;
	margin: 0;
}
.column04:before {
    content: "";
    background: #aaa;
    width: 100%;
    height: 60%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.column04_wrap {
	position: relative;
	max-width: 1600px;
	width: 94%;
    margin: var(--px60) auto 0;
	z-index: 1;
}
.column04 .txtarea {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: var(--px80) var(--px40);
    margin: 0;
	@media screen and (max-width: 768px) {
		padding: var(--px80) var(--px40) var(--px40);
	}
}
.column04 .txtarea .txtinner {
    max-width: 540px;
}
.column04 .imgarea {
    overflow: hidden;
    line-height: 0;
    margin: 0;
}
.column04 .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 .column04 .txtstyle02, .column04 .txtstyle02 {
	font-size: var(--rem20);
	margin: var(--rem20) 0;
}
.post .txtstyle04, .txtstyle04 {
	font-family: var(--font-family02);
	font-size: var(--rem36);
	font-weight: 700;
	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 .column04 .txtstyle04, .column04 .txtstyle04 {
	font-size: var(--rem36);
}
.post .column04 .txtstyle04:after, .column04 .txtstyle04:after {
    content: '';
    position: relative;
    visibility: visible;
    display: block;
    width: var(--px80);
    height: 3px;
    background: #425295;
    margin: var(--rem30) 0 0 0.5rem;
}


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

/*---------coln02-----------*/
  
.post .col2_list {
	position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	flex-wrap: wrap;
}
.post .col2_list > li {
    width: 49%;
	margin-bottom: 2%;
}
@media print, screen and (max-width: 414px) {
	.post .col2_list > li {
		width: 100%;
	}
	.post .col2_list > li:last-child {
		margin-bottom: 0;
	}
}

/*---------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: 414px) {
	.post .col3_list > li {
		width: 100%;
	}
	.post .col3_list > li:last-child {
		margin-bottom: 0;
	}
}

/*---------col4-----------*/
  
.post .col4_list {
	position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	flex-wrap: wrap;
}
.post .col4_list > li {
    width: 24%;
	margin-bottom: 1.5%
}
.post .col4_list::before {
    content: "";
    display: block;
    width: 24%;
    height: 0;
    order: 1;
}
.post .col4_list:after {
    content: "";
    display: block;
    width: 24%;
    height: 0;
}
@media print, screen and (max-width: 1240px) {
	.post .col4_list > li, .post .col4_list::before, .post .col4_list:after {
		width: 32%;
		margin-bottom: 2%;
	}
}
@media print, screen and (max-width: 768px) {
	.post .col4_list > li {
		width: 49%;
	}
	.post .col4_list::before, .post .col4_list:after {
		content: none;
	}
}
@media print, screen and (max-width: 414px) {
	.post .col4_list > li {
		width: 100%;
	}
	.post .col4_list > li:last-child {
		margin-bottom: 0;
	}
}

/*-----------------------------
.cardstyle
------------------------------*/
  
/*---------style02-------------*/
  
.card01_list.cardstyle02 > li .txtarea {
    background: #fff;
    padding: 20px 20px 30px 20px;
}
  
/*---------style03-------------*/
  
.card01_list.cardstyle03 > li {
    padding: 16px;
    background: #fff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .2);
}
  
/*---------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: 2rem 0;
    text-align: center;
}

/*-----------------------------
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 #1A6EAF;
    border-radius: 0;
    transition: all .3s;
}
.post .linkBtn::after, .linkBtn::after, a.linkBtn::after {
    border-color: #1A6EAF;
}
.post .linkBtn:hover, .linkBtn:hover, a.linkBtn:hover {
    border-bottom: solid 2px transparent;
	background: #1A6EAF;
	color: #fff;
}
.post .linkBtn:hover::after, .linkBtn:hover::after, a.linkBtn:hover::after {
    border-color: #fff;
}
/* .subimitarea > .linkBtn {
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
} */
.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;
	background: #1A6EAF;
    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);
    border: 1px solid #1A6EAF;
    border-radius: 50vh;
    transition: all .3s;
}
.post .linkBtn.linkBtn--round:hover, .linkBtn.linkBtn--round:hover, a.linkBtn.linkBtn--round:hover {
    color: #1A6EAF;
    background: #fff;
    border-color: #1A6EAF;
}
.post .linkBtn.linkBtn--round::before, .linkBtn.linkBtn--round::before, a.linkBtn.linkBtn--round::before {
    display: none;
}
.post .linkBtn.linkBtn--round::after, .linkBtn.linkBtn--round::after, a.linkBtn.linkBtn--round::after {
	width: 14px;
	height: 16px;
    border: none;
	background: url(/wp-content/uploads/ico_arrow_01_white.png) no-repeat center / contain;
	margin-top: 0;
	transition: all .3s;
	transform: translateY(-50%);
}
.post .linkBtn.linkBtn--round:hover::after, .linkBtn.linkBtn--round:hover::after, a.linkBtn.linkBtn--round:hover::after {
    background: url(/wp-content/uploads/ico_arrow_01_blue.png) no-repeat center / contain;
}
.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: var(--color-primary);
        padding: 20px 30px 20px 10px;
        margin: 0 auto;
        border-radius: 5px;
        transition: all .3s;
    }
}

/*--------------------------------------------------
	ヘッダー
--------------------------------------------------*/
@media print, screen and (min-width: 1024px) {
	#header {
		height: 100px;
	}
	#header {
		.fa-instagram:before {
			color: #1A6EAF;
		}
	}
    #header a.head_btn {
        color: #444;
		font-weight: 700;
		&:hover {
			background: transparent;
			opacity: .7;
		}
    }
	#header ul.header__contact li:last-child {
		display: flex;
		align-items: center;
		margin-right: 20px;
		.head_btn.mail_btn {
			height: 60px;
			color: #fff;
			background: #1A6EAF;
			&:hover {
				color: #fff;
				background: var(--header-color-primary-tint);
				opacity: 1;
			}
		}
    }
	#header a.head_btn.tel_btn {
        margin-left: 10px;
    }
    #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: row;
        align-items: center;
        padding-left: var(--rem36);
        padding-right: var(--rem36);
    }
    #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 a b, nav#mainNav ul li a span {
		font-weight: 700;
	}
	nav div.panel {
		display: flex !important;
	}
	.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);
			}
		}
    }
}
#header .header-sns-link {
	a {
		display: flex;
		align-items: center;
		justify-content: center;
		color: transparent;
		font-size: 0px;
		position: relative;
		&::before {
			display: block;
			content: "";
			width: 40px;
			height: 40px;
			background: url(/wp-content/uploads/icon_sns_insta_01.png) no-repeat center / contain;
		}
		@media screen and (max-width: 768px) {
			justify-content: flex-start;
		}
	}
}


/*================================================
				　フッター
================================================*/
#footer {
    font-size: var(--rem12);
    padding: var(--px60) var(--px60) var(--px40);
	background: #E6E6E6;
}
#footer .footer__logo:not(:last-child) {
    margin-bottom: 10px;
}
#footer .footer__logo:not(:last-child) {
    text-align: left;
}
#footer .footer__logo img {
    max-width: 200px;
	width: 100%;
    max-height: none;
}
#footer .socialicon ul, .socialicon ul {
    justify-content: flex-start;
}
#footer .footnav ul {
    justify-content: flex-start;
}
#footer .inner {
    width: 100%;
    max-width: unset;
}
.footer__container {
	display: flex;
	align-items: flex-end;
}
.footer__add {
	font-size: var(--rem16);
}
#footer .footnav ul li a {
	font-size: var(--rem14);
}
#copyright {
	width: 50%;
    margin: 0 0 0 auto;
	text-align: right;
	background: transparent;
}
@media screen and (max-width: 768px) {
	#footer .footer__logo:not(:last-child) {
		text-align: center;
	}
    .footer__container {
		flex-direction: column;
	}
	#footer .footnav ul {
		justify-content: center;
	}
	#copyright {
		width: 100%;
		margin: 10px auto 0;
		text-align: center;
	}
	#footer .socialicon ul, .socialicon ul {
		justify-content: center;
	}
}

/*--------------------------------------------------
	トップ
--------------------------------------------------*/
.home #wrapper, .inner {
    max-width: calc(1600px + 6%);
}
.home {
	.primary-ttl__main {
		display: block;
		color: #C6C7D0;
		font-size: var(--rem24);
		font-weight: 700;
		margin-bottom: var(--rem16);
	}
	.post .column04 .txtstyle04:after, .column04 .txtstyle04:after {
		margin-top: var(--rem30);
	}
	.top-linkBtn-wrapper {
		text-align: left;
		@media screen and (max-width: 768px) {
			text-align: center;
		}
	}
	@media screen and (max-width: 768px) {
		.post .column04 .txtstyle04:after, .column04 .txtstyle04:after {
			margin: var(--rem30) auto 0 auto;
		}
	}
}
/* CONTENT01 */
.top-about, .top-company {
	.sec01 {
		background: transparent;
	}
	.bg_wide {
		padding-bottom: 0;
		&::before {
			position: absolute;
			top: 0;
			right: 0;;
			display: block;
			aspect-ratio: 1120 / 500;
			width: 57vw;
			height: auto;
			background: #EEF3F5;
			margin-left: auto;
			content: "";
			z-index: -1;
		}
		&::after {
			display: none;
		}
		@media screen and (max-width: 768px) {
			&::before {
				width: 80vw;
				height: 30%;
				bottom: 40px;
				top: unset;
			}
		}
	}
	.column04 {
		padding: var(--px120) 0;
		&::before {
			display: none;
		}
		.txtarea {
			background: transparent;
			padding-top: 0;
			@media screen and (max-width: 768px) {
				padding-left: 0;
				padding-right: 0;
			}
			.txtinner {
				.txtstyle04 {
					line-height: 1.4;
					@media screen and (max-width: 768px) {
						text-align: center;
					}
				}
				max-width: none;
				p  {
					max-width: 660px;
					line-height: 3;
				}
			}
		}
		.imgarea {
			position: relative;
			overflow: visible;
			&::after {
				position: absolute;
				left: 0;
				content: "";
				width: 50vw;
				height: 100%;
				background: url(/wp-content/uploads/top_about_01.png) no-repeat left center / cover;
			}
		}
	}
}
/* CONTENT02 */
.top-service {
	.front_contents {
		padding-bottom: 0;
	}
	.sec01 {
		background: transparent;
	}
	.column04 {
		padding: var(--px100) 0;
		&::before {
			display: none;
		}
		.txtarea {
			background: transparent;
			padding: var(--px100) 0 var(--px100) var(--px150);
			@media screen and (max-width: 768px) {
				padding: var(--px80) var(--px40) var(--px40);
				& + & {
					padding-top: 0;
					padding-bottom: var(--px40);
				}
			}
			.txtinner {
				max-width: none;
				.txtstyle04 {
					line-height: 1.4;
					@media screen and (max-width: 768px) {
						text-align: center;
						margin-bottom: var(--rem36);
					}
				}
				p  {
					max-width: 640px;
					line-height: 3;
				}
				.list_disc {
					margin: 0 0 0 5em;
					@media screen and (max-width: 768px) {
						margin: 0 0 0 1.2em;
					}
					li::marker {
						color: #425295;
					}
					.flexbox {
						justify-content: space-between;
						gap: 7em;
						@media screen and (max-width: 768px) {
							display: flex;
							gap: 1em;
						}
					}
				}
			}
		}
		.imgarea {
			padding: var(--px100) min(calc(13rem + (1vw - 1.92rem) * 6.4725), 13rem) var(--px100) var(--px60);
		}
	}
	.bg_wide {
		&::before {
			background: url(/wp-content/uploads/top_service_bg_01.png) no-repeat left center / cover;
		}	
	}
	.column04_wrap {
		align-items: center;
		background: #fff;
	}	
}
/* CONTENT03 */
.top-company {
	padding-bottom: min(calc(15.5rem + (1vw - 1.92rem) * 3.5599), 15.5rem);
	.bg_wide {
		&::before {
			top: unset;
			left: 0;
			bottom: 0;
			aspect-ratio: 1120 / 470;
			margin-right: auto;
			margin-left: calc(((100vw - 100%) / 2) * -1);
		}
		@media screen and (max-width: 768px) {
			&::before {
				top: 30px;
			}
		}
	}
	.column04 {
		padding: var(--rem120) 0;
		&::before {
			display: none;
		}
		@media screen and (max-width: 768px) {
			padding-bottom: 0;
		}
		.column04_wrap {
			align-items: center;
		}
		.txtarea {
			background: transparent;
			padding: var(--px80) var(--px40) var(--px20);
			@media screen and (max-width: 768px) {
				padding-left: 0;
				padding-right: 0;
			}
			.txtinner {
				.txtstyle04 {
					line-height: 1.4;
				}
				max-width: none;
				p  {
					line-height: 2;
				}
			}
		}
		.imgarea {
			&::after {
				display: none;
			}
		}
	}
}

/* CONTENT04 */
.top_recruit {
	max-width: 1400px;
	width: 94%;
	margin: 0 auto;
	padding-bottom: var(--px160);
}

/* 下部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: 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::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: #FFF;
	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: .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: #fff;
	background: #465D75;
	border: 1px solid #465D75;
	transition: all .3s;
    &:hover {
        color: #fff;
        background: #384a5e;
        border: 1px solid #384a5e;
    }
}
#foot-contact_pt01::before, #foot-contact_pt01::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(/wp-content/uploads/top_cta_bg_01.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-color: #fff;
}
#foot-contact_pt01 .contactbtn_mail a.f-contact_btn.mailBtn {
	color: #2B5786;
	background: #fff;
    border: 1px solid #fff;
	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: 700;
}
#foot-contact_pt01 .contactbtn_tel a.f-contact_btn .note {
	font-size: var(--rem16);
    font-weight: 700
}
#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: #fff;
	background: #2B5786;
	border: 1px solid #2B5786;
}
#foot-contact_pt01 a.f-contact_btn.telBtn .ico {
    font-size: var(--rem36);
    line-height: 1.2;
}
#foot-contact_pt01 a.f-contact_btn.telBtn .ico::before {
    content: '\f3cd';
    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 {
    font-size: var(--rem36);
}
#foot-contact_pt01 .foot-contact-bg {
    max-width: 1200px;
    background: rgba(255, 255, 255, 0.7);
    padding: var(--px80) var(--px120) var(--px120);
    margin: 0 auto;
	@media screen and (max-width: 768px) {
		padding: var(--px80) var(--px40) var(--px120);
	}
}
#foot-contact_pt01 {
	padding: 0;
	margin-bottom: var(--px120);
	h2 {
		color: #fff;
		&::after {
			display: none;
		}
	}
}

/* newslist */
.top-news {
	max-width: 1240px;
	width: 94%;
	margin: 0 auto var(--px120);
}
.postlist {
    .post_text { padding: 26px 0; }
    li {
        border-bottom: 1px solid #ccc;
    }
}
.post .time, .postlist .time, .post2b .time, .post4b .time {
    background: #355DC5;

}

/*================================================
				　下層ページ
================================================*/
.post {
	h2 {
		&::after {
			margin: 0.4em auto 0;
		}
	}
	.emphasis {
		font-size: var(--rem18);
		font-weight: 700;
		line-height: 1.2;
	}
	.row {
		display: flex;
		@media screen and (max-width: 768px) {
			flex-direction: column;
		}
		.col {
			flex: 1;
			&.col--2 {
				width: calc(100% / 2);
				@media screen and (max-width: 768px) {
					width: 100%;
				}
			}
			&.col--3 {
				width: calc(100% / 3);
				@media screen and (max-width: 768px) {
					width: 100%;
				}
			}
			&.col--4 {
				width: calc(100% / 4);
				@media screen and (max-width: 768px) {
					width: 100%;
				}
			}&.col--5 {
				width: calc(100% / 5);
				@media screen and (max-width: 768px) {
					width: 100%;
				}
			}
		}
		&.wrap {
			flex-wrap: wrap;
		}
		&.gap:has(.col) {
			gap: var(--px50);
		}
		&.gap:has(.col.col--4) {
			gap: var(--px24);
		}
		&.gap:has(.col.col--5) {
			gap: var(--px50);
		}
		/* 以下必要に応じて適宜追加 */
		&.a-item {
			&.a-item--center {
				align-items: center;
			}
		}
		&.j-content {
			&.j-content--center {
				justify-content: center;
			}
		}
	}
}

/*================================================
					事業内容
================================================*/
/*-------------------------------------------
 teleco_v1
------------------------------------------- */
.teleco_v1 h2 {
	width: 100%;
}
.teleco_v1 .w50.image_box{
	position: relative;
	overflow: hidden;
}
.teleco_v1 .w50.image_box::before {
	content: '';
	display: block;
}
.teleco_v1 .w50.image_box img {
	position: absolute;
	width: 102%;
	height: auto;
	max-width: none;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.teleco_v1 .w50.text_box{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-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(--rem40) var(--px24);
}
@media print, screen and (min-width: 769px) {
	.teleco_v1 .w50.image_box::before {
		padding-top: calc(550px + (1vw - 19.2px) * 17.3762);
	}
	.teleco_v1 .w50.image_box img {
		width: auto;
		height: 116%;
	}
}
.flexinnerBtn {
	align-self: normal;
}
@media print, screen and (max-width: 768px) {
	.teleco_v1 .w50.image_box{
		margin-bottom:0;
	}
	.teleco_v1 .w50.image_box::before {
		padding-top: calc(350px + (1vw - 7.68px) * 27.9898);
	}
	.teleco_v1 .w50.text_box {
		padding: 20px;
		margin-bottom:0;
	}
}

#service {	
	.flexbox {
		display: flex;
		gap: var(--px40);
		max-width: 1240px;
		margin: 0 auto;
		@media screen and (max-width: 768px) {
			flex-direction: column;
		}
		p {
			font-size: var(--rem20);
			line-height: 1.75;
		}
		.w50 {
			p {
				max-width: 566px;
			}
		}
		&.teleco_v1 {
			align-items: flex-start;
			gap: unset;
			.image_box {
				aspect-ratio: 620 / 387;
			}
			.text_box {
				h3 {
					font-size: var(--rem18);
					padding-bottom: 0;
					border-bottom: none;
				}
				p {
					font-size: var(--rem16);
				}
			}
		}
	}
	.row {
		margin-bottom: var(--px120);
		.linkBtn.linkBtn--round {
			width: 190px;
            max-width: none;
			margin: 0;
			@media screen and (max-width: 768px) {
				width: 150px;
			}
		}
		.col {
			flex: unset;
		}
	}
	@media screen and (max-width: 768px) {
		.linkBtn-list {
			.row {
				flex-direction: row;
			}
			.gap {
				gap: var(--rem20) var(--px14);
			}
		}
	}
}
.post .service-kinds {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	.service-kinds__item {
		display: flex;
		align-items: flex-start;
		gap: var(--px30);
	}
	.service-kinds__item + .service-kinds__item {
		margin-top: var(--rem30);
	}
	.service-kinds__num {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-shrink: 0;
		width: 40px;
		height: 40px;
		color: #fff;
		font-size: var(--rem30);
		font-weight: 700;
		background: #425295;
	}
	.service-kinds__ttl {
		font-size: var(--rem20);
		font-weight: 700;
	}
	.service-kinds__copy {
		font-size: var(--rem18);
		margin-top: var(--px24);
		line-height: 1.75;
	}
}

/*================================================
				　採用情報
================================================*/
.page-id-136 {
	#content.wide {
		padding-bottom: 0 !important;
	}
	#foot-contact_pt01 {
		margin-top: var(--px180);
	}
}
.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;
}
.page-recruit, #editor-style {
	h3 {
		color: #1A6EAF;
		font-size: min(calc(3.2rem + (1vw - 1.92rem) * 1.0356), 3.2rem);
		font-weight: 700;
		line-height: 1.4;
		text-align: center;
		padding: 0;
		border: none;
	}
	.flexbox {
		justify-content: center;
	}
	.gap {
		gap: min(calc(9rem + (1vw - 1.92rem) * 2.9126), 9rem);
	}
	.linkBtn-wrapper {
		width: 100%;
		max-width: 280px;
		@media screen and (max-width: 768px) {
			margin: 0 auto;
		}
	}
	.linkBtn {
		max-width: 280px;
	}
}

/*--幅フル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;
}


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

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: 25px 30px;
}
table.table_style04 th {
	position: relative;
	z-index: 0;
}
table.table_style04 th:before {
	position: absolute;
	content: "";
	background: #1A6EAF;
	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 {
	position: absolute;
	content: "・";
	top: 0;
	left: 0;
}
@media print, screen and (max-width: 768px) {
	table.table_style04 th, table.table_style04 td {
		padding: 20px 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;
}
.recruit_cta_txt {
	position: relative;
	color: #fff;
}

/*================================================
				　協力会社様 募集
================================================*/
.page-id-138 {
	#content.wide {
		padding-bottom: 0 !important;
	}
	#foot-contact_pt01 {
		margin-top: var(--px150);
	}
}

/*================================================
				　お問い合わせ
================================================*/
.post .wpcf7-form table th {
	background: #1A6EAF !important;
}

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

#privacy h2 {
	background: var(--color-primary);
}