@charset "utf-8";
/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Allison&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');
:root {
	/*------▼基本設定▼------*/
	--color-background: #FFF;
	--color-font: #323232;
	--color-primary: #EA6C97;
	--color-primary-shade: #34CFBD;
	--color-primary-tint: #E98EAF;
	--color-secondary: #EA6C97;
	--color-table-border: #ccc;
	--color-table-th: #f2f2f2;
	--body-font-family: 'Noto Sans JP', sans-serif;
	--content-max-width: 1240px;
	/*------▼ヘッダー設定▼------*/
	--header-background: #fff;
	--header-color-font: #323232;
	--header-color-primary: #EA6C97;
	--header-color-primary-shade: #11D2B5;
	--header-color-primary-tint: #EF94B3;
	/*------▼フッター設定▼------*/
	--footer-background: #F5F5F5;
	--footer-color-font: #323232;
	--footer-color-primary: #323232;
	/*------▼フォント設定▼------*/
	--font-family01: 'Noto Sans JP', sans-serif;
	--font-family02: 'Oswald', 'Noto Sans JP', sans-serif;
	--font-family03: 'Montserrat', 'Noto Sans JP', sans-serif;
	--font-family04: 'Allison', 'Noto Sans JP', sans-serif;
	--font-family05: 'Nunito', 'Noto Sans JP', sans-serif;
}
/*--------------------------------------------------
	親CSS調整
--------------------------------------------------*/
body.home {
	--content-max-width: 1600px;
}
.post {
	background: none;
}
.post p {
	line-height: 1.8;
}
.post table {
	background: #fff;
}
.post table th {
	background: var(--color-table-th);
	font-weight: 500;
	vertical-align: middle;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
	body {
		--body-font-size: min(calc(1.7rem + (1vw - 1.92rem) * 0.1294), 1.7rem);
	}
	.post table th,
	.post table td {
		padding: var(--px20);
	}
}
/**/
@media print, screen and (min-width: 1024px) {
	.sticky-header #header > .inner {
		background: var(--header-background);
	}
	#wrapper {
		width: 90%;
		padding: 0;
	}
	.anchor_link::before {
		padding-top: 120px;
		margin-top: -120px;
	}
}
@media print, screen and (max-width: 1023px) {
	.spmenu #menu p {
		white-space: nowrap;
	}
	nav#mainNav ul li a {
		background-color: var(--header-background) !important;
	}
	nav#mainNav ul li li a {
		color: var(--header-color-font) !important;
	}
	#scrollUp {
		right: 10px !important;
		bottom: 65px !important;
	}
}
/*--------------------------------------------------
	オリジナル設定
--------------------------------------------------*/
.fs { font-size: 85%; }
.fm { font-size: 115%; }
.fm2 { font-size: 130%; }
.red { color: #FC0000; }
.b { font-weight: bold; }
p.txt_ind { text-indent: -1em; margin-left: 1em; }
/**/
.pad_anchor { margin-top: -110px; padding-top: 110px; }
/* 非表示用 */
@media print, screen and (min-width: 641px){ /* PC用 */
	.dsp_sp { display: none; }
	.cen_pc { text-align: center; }
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	.dsp_hp { display: none; }
}
/*--------------------------------------------------
	ヘッダ
--------------------------------------------------*/
@media only screen and (min-width: 1024px) {
	.home:not(.sticky-header) #header{
		position: fixed !important;
		width:100%;
		top: -125px;
		transform: translateY( 125px );
		-ms-transform: translateY( 125px );
		transition: all 0.8s ease-in-out;
		-ms-transition: all 0.8s ease-in-out;
		z-index: 9999;
	}
	.home.admin-bar:not(.sticky-header) #header {
		top: -95px;
	}
	body:not(.sticky-header) #header {
		background: none;
	}
	/**/
	#header,
	.sticky-header #header-layout {
		height: 120px;
	}
	/**/
	#header-layout {
		padding-left: var(--px30);
	}
	#header .logo {
		width: 20%;
		max-width: 340px;
		padding: 10px 0 0;
		/* フレックス */
		display: flex;
		align-items: center;
		column-gap: 20px;
	}
	#header .logo img {
		max-width: 140px;
		max-height: 84px;
	}
	#header .logo p {
		padding-bottom: 15px;
		font-size: 11px;
		font-weight: bold;
		line-height: 1.8em;
		white-space: nowrap;
	}
	/**/
	#header .header__nav-contact {
		width: calc(100% - 340px);
		justify-content: space-between;
	}
	#header ul.header__contact li {
		margin-left: 7px;
	}
	#header a.head_btn {
		padding-left: var(--px30);
		padding-right: var(--px30);
		flex-direction: row;
		font-size: var(--rem18);
		font-weight: 900;
		text-align: center;
	}
	#header a.head_btn::before {
		margin: 0 10px 0 0;
		font-size: 95%;
	}
	#header a.head_btn.line_btn {
		background: var(--header-color-primary-shade);
	}
	#header a.head_btn.line_btn::before {
		content: "\f3c0";
	}
	#header a.head_btn.line_btn:hover {
		background: #2CEDD0;
	}
	/**/
	nav#mainNav ul li a {
		padding-left: 15px;
		padding-right: 15px;
	}
	nav#mainNav ul li a b {
		font-weight: bold;
	}
	nav#mainNav ul li a i {
		margin-left: 5px;
	}
	nav#mainNav ul li a span {
		color: var(--header-color-primary) !important;
		font-weight: normal;
	}
	nav#mainNav ul li.current-menu-item a, nav#mainNav ul li a:hover, nav#mainNav ul li a:active, nav#mainNav ul li.current-menu-parent a, nav#mainNav ul li.current-menu-ancestor a {
		background: none;
	}
	nav#mainNav ul li li a:hover, nav#mainNav ul li li.current-menu-item a, nav#mainNav ul li li.current-menu-item li a:hover, nav#mainNav ul li.current-menu-item li a:hover, nav#mainNav ul li.current-menu-ancestor li.current-menu-item a, nav#mainNav ul li.current-menu-ancestor li a:hover {
		background: #f6f6f6;
	}
}
@media only screen and (max-width: 1300px) and (min-width: 1024px){
	#header .logo {
		width: 20%;
	}
	#header .logo img {
		width: auto;
		height: auto;
		max-width: 100%;
	}
	#header .logo p {
		font-size: 9px;
	}
	#header .header__nav-contact {
		width: 78%;
	}
	#header a.head_btn {
		padding-left: var(--px20);
		padding-right: var(--px20);
		font-size: var(--rem14);
	}
	nav#mainNav ul li a {
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media only screen and (max-width: 1023px) {
	#content, #content.wide {
		width: 90%;
	}
	#sp-header .inner #header-layout nav#sp-mainNav ul li li a, 
	#sp-header .inner #header-layout nav#sp-mainNav ul li.current-menu-item li a {
		background-image: url(/wp-content/themes/mrp/images/sub1.png) !important;
		background-repeat: no-repeat !important;
		background-position: 30px 50% !important;
	}
	#sp-header .inner #header-layout nav#sp-mainNav ul li li:last-child a {
		background-image: url(/wp-content/themes/mrp/images/subLast.png) !important;
	}
	#sp-header .inner #header-layout .logo .mark {
		column-gap: 15px;
	}
	#sp-header .inner #header-layout .logo .mark p {
		padding-bottom: 5px;
		font-size: 9px;
		font-weight: bold;
		line-height: 1.6em;
		white-space: nowrap;
	}
}
/*--------------------------------------------------
	フッタ
--------------------------------------------------*/
#footer {
	padding: 0;
}
#footer .inner {
	max-width: 1260px;
}
#footer .footer__logo img {
	max-height: 95px;
}
#footer .footer_about p {
	font-size: var(--rem18);
	line-height: 1.8;
}
#copyright {
	background: none;
	color: #fff;
}
#footer .socialicon {
	font-size: var(--rem20w);
}
#footer .footer_link {
	padding: var(--px60) 5%;
	background: var(--color-primary-tint);
	color: #fff;
}
#footer .footer_link .footnav {
	margin: 0;
}
#footer .footer_link .footnav ul {
	column-gap: 30px;
}
#footer .footer_link .footnav ul li a {
	color: #fff;
}
#footer .footer_link .footnav ul li a i {
	margin-left: 6px;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#footer .footer_about,
	#footer .footer__logo:not(:last-child) {
		text-align: left;
	}
	#footer .socialicon ul {
		justify-content: flex-start;
	}
	#footer .socialicon ul li {
		padding: 0 0.5em;
	}
	#footer .socialicon ul li:first-child {
		padding-left: 0;
	}
	#footer .footer_link {
		/* フレックス */
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
	}
	#copyright {
		margin: 0;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#footer .footer_about {
		margin-bottom: 30px;
	}
}
/**/
#footer .footnav ul > li::before,
#footer .footnav ul > li::after {
	display: none;
}
#footer .footnav ul > li,
#footer .footnav ul > li a {
	margin: 0;
	padding: 0;
}
#footer .inner .footnav {
	/* フレックス */
	display: flex;
	column-gap: var(--px50);
}
#footer .inner .footnav ul {
	display: block;
}
#footer .inner .footnav ul.sub-menu {
	padding-left: 1.4em;
	font-size: 90%;
}
#footer .inner .footnav ul.sub-menu li {
	margin-top: 0.8em;
}
#footer .inner .footnav ul:not(.sub-menu) > li+li {
	margin-top: 1.2em;
}
#footer .inner .footnav ul li a {
	position: relative;
	display: inline-block;
	padding-left: 1.4em;
	line-height: 1.4;
}
#footer .inner .footnav ul li a::before {
	position: absolute;
	top: 0;
	left: 0;
	font-weight: 400;
	font-family: 'FontAwesome';
	content: '\f138';
	line-height: 1.4;
}
/**/
#contact_box::before {
	height: 50%;
	background: #fff;
}
#contact_box::after {
	width: 100%;
	margin: 0 auto;
	background: var(--color-primary-tint);
}
#contact_box {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	padding: 0 var(--px150);
	color: #fff;
	font-size: var(--rem18);
	font-weight: 500;
	z-index: 2;
}
#contact_box h2 span {
	position: relative;
	padding: 0 30px;
	font-size: var(--rem20);
	font-weight: 900;
	line-height: 1.4;
}
#contact_box h2 span::before,
#contact_box h2 span::after{
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 20px;
	height: 2px;
	background-color: #fff;
}
#contact_box h2 span::before {
	left:0;
	transform: rotate(60deg);
}
#contact_box h2 span::after {
	right: 0;
	transform: rotate(-60deg);
}
#contact_box h2 b {
	display: block;
	font-size: var(--rem40w);
	font-weight: bold;
}
#contact_box p {
	line-height: 2;
}
#contact_box .tel a {
	display: inline-block;
	color: #fff;
	font-size: var(--rem60);
	font-weight: bold;
	font-family: var(--font-family02);
	vertical-align: middle;
	line-height: 1;
	transition: all 0.3s ease-in-out;
}
#contact_box .tel a:hover {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
#contact_box .tel a i {
	margin-right: 8px;
	font-size: 80%;
}
#contact_box .tel .note {
	display: inline-block;
	margin-left: 10px;
	font-size: var(--rem20);
	font-weight: bold;
	vertical-align: middle;
}
#contact_box .btn li a {
	display: block;
	background: #fff;
	border-radius: 999px;
	padding: var(--px50) 0;
	color: var(--color-primary);
	font-size: var(--rem24w);
	font-weight: 900;
	text-align: center;
	transition: all 0.3s ease-in-out;
}
#contact_box .btn li a i {
	margin-right: 10px;
}
#contact_box .btn li a:hover {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	text-decoration: none;
}
#contact_box .btn li+li {
	margin-top: var(--px20);
}
@media print, screen and (min-width: 1241px){ /* PCのみ */
	#contact_box {
		/* フレックス */
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
	}
	#contact_box h2 b {
		font-size: 45px;
	}
	#contact_box .txt {
		width: 60%;
	}
	#contact_box .tel a {
		font-size: 65px;
	}
	#contact_box .btn {
		width: 38.5%;
	}
	#contact_box .btn li a {
		font-size: 26px;
	}
}
@media only screen and (max-width: 1400px) and (min-width: 1241px){
	#contact_box {
		padding: 0 var(--px100);
	}
}
@media only screen and (max-width: 1240px) {  /* タブレット以下 */
	#contact_box {
		padding: 0 5%;
		text-align: center;
	}
	#contact_box .btn {
		width: 500px;
		max-width: 100%;
		margin: var(--px50) auto 0;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#contact_box h2 b {
		font-size: var(--rem30w);
	}
	#contact_box p {
		line-height: 1.8;
	}
	#contact_box .tel .note {
		display: block;
	}
	#contact_box .btn li a {
		padding: var(--px40);
		font-size: var(--rem20w);
	}
}
/*--------------------------------------------------
	共通
--------------------------------------------------*/
.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_w2.hcen { justify-content: center; column-gap: 2%; }
	.box_w2.htop { justify-content: flex-start; column-gap: 2%; }
	.box_pad { padding: 30px; }
	.box_w2 .column3_33 { width: 31%; }
	.box_w2 .column2_50 { width: 48%; }
	.box_w2 .column2_60 { width: 55%; }
	.box_w2 .column2_70 { width: 65%; }
	.box_w2 .column2_80 { width: 75%; }
	.box_w2 .w45 { width: 45%; }
	.box_w2 .w50 { width: 50%; }
}
@media print, screen and (min-width:769px){ /* PCのみ */
	.box_pad { padding: var(--px80); }
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	/* tableにスクロールバーを追加 */
	.tbl_scroll { overflow: auto; margin-bottom: 15px; white-space: nowrap; }
	.tbl_scroll table { margin-bottom: 0; }
	.tbl_scroll::-webkit-scrollbar{ height: 5px; }
	.tbl_scroll::-webkit-scrollbar-track{ background: #F1F1F1; }
	.tbl_scroll::-webkit-scrollbar-thumb { ackground: #BCBCBC; }
	.box_w2 .w45+.w50 { margin-top: 20px; }
}
/**/
.box_w2 .column3_33 img, .box_w2 .column2_30 img,
.box_w2 .column2_40 img, .box_w2 .column2_50 img {
	max-width: 100%;
}
/**/
.post table.tbl_line,
.post table.tbl_line th,
.post table.tbl_line td {
	background: none;
	border: none;
	color: var(--color-font);
	vertical-align: top;
}
.post table.tbl_line {
	border-top: 1px solid var(--color-table-border);
}
.post table.tbl_line tr {
	border-bottom: 1px solid var(--color-table-border);
}
@media print, screen and (min-width: 641px){ /* PC用 */
	.post table.tbl_line th,
	.post table.tbl_line td {
		padding: var(--px30);
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	.post table.tbl_line.responsive th {
		padding-bottom: 5px;
	}
	.post table.tbl_line.responsive td {
		padding-top: 0;
	}
}
/**/
#content .linkBtn {
	width: auto;
	max-width: none;
	padding: var(--px30) var(--px60);
	border-radius: 999px;
	font-size: var(--rem20);
	font-weight: bold;
	line-height: 1.4;
}
#content .linkBtn::after {
	position: initial;
	top: auto;
	right: auto;
	display: inline-block;
	width: auto;
	height: auto;
	margin: 0 0 0 0.5em;
	border: none;
	transform: none;
	font-weight: 400;
	font-family: 'FontAwesome';
	content: '\f138';
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#content .linkBtn {
		padding: 15px 30px;
	}
}
/**/
.txt_link {
	color: var(--color-primary);
	text-decoration: underline;
}
.txt_link:hover {
	text-decoration: none;
}
/**/
.w100 {
	width: 100vw;
	margin-left: calc(((100vw - 100%) / 2) * -1) !important;
	margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}
.w600, .w800, .w900, .w1000 {
	width: 600px;
	max-width: 100%;
	margin: auto;
}
.w800 { width: 800px; }
.w900 { width: 900px; }
.w1000 { width: 1000px; }
/*--------------------------------------------------
	スライド
--------------------------------------------------*/
#top_slide ss3-force-full-width {
	width: 100% !important;
	transform: none !important;
}
#top_slide .box {
	position: relative;
	width: 1824px;
	max-width: 90%;
	margin: auto;
}
#top_slide .txt ul {
	margin-bottom: 1.5vw;
	/* フレックス */
	display: flex;
	justify-content: space-between;
	column-gap: 8px;
}
#top_slide .txt ul li {
	width: 25%;
	background: var(--color-primary);
	border-radius: 50%;
	aspect-ratio: 1 / 1;
	color: #fff;
	font-size: 0.85vw;
	font-weight: 900;
	line-height: 1.4;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
#top_slide .txt ul li b {
	font-size: 1.4vw;
}
#top_slide .txt ul li b span {
	font-size: 2vw;
	font-family: var(--font-family02);
}
#top_slide .txt ul li .fs,
#top_slide .txt p {
	font-size: 0.75vw;
}
#top_slide .btn .linkBtn {
	padding: 0;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#top_slide .txt {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 38.5%;
		white-space: nowrap;
	}
	#top_slide .btn {
		position: absolute;
		right: 0;
		bottom: 0;
		width: 18.2%;
	}
	#top_slide .btn li+li {
		margin-top: 0.5vw;
	}
	#top_slide .btn .linkBtn {
		height: 5.1vw;
		font-size: 0.85vw;
	}
	/**/
	#top_slide .fv_txt {
		width: 36% !important;
		margin-right: -6% !important;
		padding-bottom: 13vw;
		white-space: nowrap;
	}
	#top_slide .fv_ttl,
	#top_slide .fv_note {
		margin-bottom: 1vw;
	}
	#top_slide .fv_ttl p {
		font-size: 4.1vw !important;
		line-height: 1.4 !important;
	}
	#top_slide .fv_note p {
		font-size: 1vw !important;
		line-height: 1.9 !important;
	}
	#top_slide .fv_msg {
		text-align: right;
	}
	#top_slide .fv_msg img {
		width: 82%;
	}
	/**/
	#top_slide .fv_img {
		width: 61.5% !important;
	}
	#top_slide .fv_img .n2-ss-layer-row-inner > .n2-ss-layer:nth-child(1) {
		width: 42% !important;
		padding-top: 16%;
	}
	#top_slide .fv_img .n2-ss-layer-row-inner > .n2-ss-layer:nth-child(2) {
		position: relative;
		width: 45% !important;
		margin: 0 -12% !important;
		z-index: 10;
	}
	#top_slide .fv_img .n2-ss-layer-row-inner > .n2-ss-layer:nth-child(3) {
		position: relative;
		width: 37% !important;
		padding-top: 19%;
		z-index: 20;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#top_slide {
		padding-top: 80px;
	}
	#top_slide .btn ul {
		margin-bottom: 4vw;
		/* フレックス */
		display: flex;
		column-gap: 8px;
	}
	#top_slide .btn li {
		width: 50%;
	}
	#top_slide .btn li .linkBtn {
		height: 20vw;
		background: var(--color-primary-shade);
		font-size: 4vw;
	}
	/**/
	#top_slide .txt ul {
		column-gap: 5px;
	}
	#top_slide .txt ul li {
		font-size: 3vw;
	}
	#top_slide .txt ul li b {
		font-size: 4vw;
	}
	#top_slide .txt ul li b span {
		font-size: 5vw;
	}
	#top_slide .txt ul li .fs,
	#top_slide .txt p {
		font-size: 2.5vw;
	}
	/**/
	#top_slide .fv_txt {
		position: absolute;
		top: 15%;
		left: 0;
		width: 100% !important;
		white-space: nowrap;
	}
	#top_slide .fv_ttl {
		margin-bottom: 2vw;
	}
	#top_slide .fv_ttl p {
		font-size: 6vw !important;
		font-weight: 900 !important;
		line-height: 1.4 !important;
	}
	#top_slide .fv_note p {
		font-size: 2.5vw !important;
		line-height: 1.9 !important;
	}
	#top_slide .fv_msg {
		text-align: left;
	}
	#top_slide .fv_msg img {
		width: 85.5%;
	}
	/**/
	#top_slide .fv_img {
		width: auto !important;
		margin-left: 40% !important;
		padding-bottom: 4vw !important;
	}
	#top_slide .fv_img .n2-ss-layer-row-inner {
		padding-top: 35%;
		flex-wrap: nowrap !important;
	}
	#top_slide .fv_img .n2-ss-layer-row-inner > .n2-ss-layer:nth-child(1) {
		width: 41% !important;
	}
	#top_slide .fv_img .n2-ss-layer-row-inner > .n2-ss-layer:nth-child(2) {
		position: absolute;
		top: 0;
		left: 60%;
		width: 55% !important;
		transform: translateX(-50%);
		z-index: 10;
	}
	#top_slide .fv_img .n2-ss-layer-row-inner > .n2-ss-layer:nth-child(3) {
		position: relative;
		width: 36% !important;
		z-index: 20;
	}
}
/*--------------------------------------------------
	トップページ
--------------------------------------------------*/
.home .post h1 {
	font-size: var(--rem48);
}
.home .post h1 span {
	position: relative;
	display: inline-block;
	padding: 0 30px;
	color: var(--color-primary);
	font-size: var(--rem24);
	font-weight: 900;
}
.home .post h1 span::before,
.home .post h1 span::after{
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 26px;
	height: 2px;
	background-color: var(--color-primary);
}
.home .post h1 span::before {
	left:0;
	transform: rotate(60deg);
}
.home .post h1 span::after {
	right: 0;
	transform: rotate(-60deg);
}
.home .post h1 span+b {
	display: block;
	font-weight: bold;
}
/**/
#top_news {
	width: 1240px;
	max-width: 100%;
	margin: auto;
}
#top_news h1 {
	margin-left: 0;
	font-size: var(--rem30);
	text-align: left;
	letter-spacing: 0.15em;
}
#top_news h1 b {
	display: block;
	margin-top: 5px;
	font-size: var(--rem12);
	font-family: var(--font-family05);
}
#top_news .linkBtn {
	padding: var(--px16) var(--px40);
	font-size: var(--rem16);
}
#top_news .postlist li {
	border-bottom: 1px solid #ddd;
}
#top_news .postlist li:first-child {
	border-top: none;
}
#top_news .postlist .post_text {
	padding-top: var(--px30);
	padding-bottom: var(--px30);
}
#top_news .postlist li:first-child .post_text {
	padding-top: 0;
}
#top_news .postlist li .time {
	background: var(--color-primary-shade);
}
@media print, screen and (min-width: 769px){ /* PCのみ */
	#top_news {
		/* フレックス */
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#top_news .list {
		width: calc(100% - 260px);
	}
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#top_news .ttl {
		margin-bottom: 10px;
		/* フレックス */
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}
/**/
#top_msg {
	width: 1400px;
	max-width: 100%;
	margin: auto;
}
#top_msg::before {
	top: 280px;
	left: auto;
	right: 0;
	width: 75vw;
	height: calc(100% - 280px);
	margin-left: 0;
	background: var(--color-primary-tint);
}
#top_msg::after {
	width: 80vw;
	height: calc(100% - 100px);
	margin-right: 0;
	background: #FBE8EE;
}
#top_msg h1 {
	margin-left: 0;
	text-align: left;
}
#top_msg h1 b {
	display: block;
	margin-bottom: var(--px14);
	font-size: var(--rem20);
	font-weight: bold;
}
#top_msg .en {
	position: absolute;
	top: var(--px40);
	left: 53%;
	color: var(--color-primary-shade);
	font-size: var(--px160);
	font-family: var(--font-family04);
	line-height: 0.8em;
	white-space: nowrap;
	transform: rotate(-5deg);
}
#top_msg dt {
	margin-bottom: var(--px20);
}
#top_msg dd {
	padding: 0;
	font-size: var(--rem20);
	text-align: center;
	line-height: 1.8;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#top_msg dl {
		width: 31%;
	}
}
@media only screen and (max-width: 820px) {  /* タブレット以下 */
	#top_msg::before {
		top: 180px;
		height: calc(100% - 180px);
	}
	#top_msg::after {
		height: calc(100% - 50px);
	}
	#top_msg .en {
		top: -30px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#top_msg h1 {
		font-size: var(--rem30);
	}
	#top_msg .en {
		top: -20px;
		left: auto;
		right: 0;
		font-size: var(--px100w);
	}
	#top_msg dl+dl {
		margin-top: 30px;
	}
	#top_msg dt {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
}
/**/
#top_contents h2 {
	margin-left: 0;
	font-size: var(--rem40);
	text-align: left;
}
#top_contents h2 span {
	display: block;
	color: var(--color-primary);
	font-size: var(--rem12);
	font-weight: 900;
	font-family: var(--font-family03);
}
#top_contents h2 b {
	margin-left: 3px;
	font-size: var(--rem40);
	font-weight: 800;
}
#top_contents .box {
	width: 1500px;
	max-width: 100%;
	margin: auto;
}
#top_contents .txt {
	position: relative;
	border: 1px solid #ccc;
	z-index: 2;
}
#top_contents .txt::before {
	position: absolute;
	top: 10px;
	left: 10px;
	display: block;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	background: #F5F5F5;
	z-index: -1;
	content: "";
}
#top_contents .txt .b {
	font-size: var(--rem20);
}
#top_contents .photo {
	position: relative;
}
#top_contents .photo .en {
	position: absolute;
	left: 56%;
	bottom: var(--px40);
	color: var(--color-primary-shade);
	font-size: var(--px160);
	font-family: var(--font-family04);
	line-height: 0.8em;
	white-space: nowrap;
	transform: rotate(-5deg);
}
#top_contents .linkBtn {
	font-size: var(--rem24w);
}
@media print, screen and (min-width: 769px){ /* PCのみ */
	#top_contents .box {
		/* フレックス */
		display: flex;
	}
	#top_contents .txt {
		width: 54%;
		margin: var(--px60) 0;
		padding: var(--px50) var(--px120);
		/* 縦方向中央揃え */
		display: flex;
		justify-content: center;
		flex-direction: column;
	}
	#top_contents .box:not(.rev) .txt {
		margin-left: -26%;
	}
	#top_contents .box.rev .txt {
		margin-right: -26%;
	}
	#top_contents .photo {
		width: 70%;
	}
	#top_contents .photo img {
		object-fit: cover;
		width: 100%;
		height: 100%;
		max-width: none;
	}
	#top_contents .linkBtn {
		width: 480px;
		height: 140px;
		/* 縦方向中央揃え */
		display: flex;
		align-items: center;
		justify-content: center;
	}
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#top_contents .txt {
		top: -50px;
		width: 90%;
		margin: 0 auto -50px;
	}
	#top_contents .photo .en {
		bottom: 60px;
	}
	#top_contents .linkBtn {
		padding-top: var(--px30w);
		padding-bottom: var(--px30w);
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#top_contents .txt::before {
		top: 5px;
		left: 5px;
		width: calc(100% - 10px);
		height: calc(100% - 10px);
	}
	#top_contents .photo .en {
		font-size: var(--px100w);
	}
}
/**/
#top_jobs {
	width: 1500px;
	max-width: 100%;
	margin: auto;
}
#top_jobs a .photo {
	overflow: hidden;
}
#top_jobs a:hover .photo img {
	transform: scale(1.1); /* 拡大 */
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
#top_jobs .link01 a {
	display: block;
	color: var(--color-font);
}
#top_jobs .link01 a dl {
	position: relative;
	padding-right: 90px;
}
#top_jobs .link01 a dl::after {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 80px;
	height: 80px;
	background: var(--color-primary);
	border-radius: 50%;
	color: #fff;
	font-size: var(--rem20);
	font-weight: 400;
	font-family: 'FontAwesome';
	content: '\f105';
	transition: all 0.3s ease-in-out;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
}
#top_jobs .link01 a:hover dl::after {
	background: var(--color-primary-tint);
}
#top_jobs .link01 a dt {
	margin-bottom: var(--px14);
	padding-left: 15px;
	border-left: 8px solid var(--color-primary);
	font-size: var(--rem30w);
}
#top_jobs .link01 a dd {
	padding: 0;
}
#top_jobs .link02 li a {
	display: block;
	background: #fff;
	color: var(--color-font);
	transition: all 0.3s ease-in-out;
	/* フレックス */
	display: flex;
}
#top_jobs .link02 li a .photo {
	width: 35%;
}
#top_jobs .link02 li a .photo img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	max-width: none;
}
#top_jobs .link02 li a dl {
	position: relative;
	width: 65%;
	padding: 20px;
	/* 縦方向中央揃え */
	display: flex;
	justify-content: center;
	flex-direction: column;
}
#top_jobs .link02 li a dl::after {
	position: absolute;
	right: 20px;
	bottom: 20px;
	display: block;
	width: 20px;
	height: 20px;
	background: var(--color-primary);
	clip-path: polygon(100% 0, 100% 100%, 0 100%);
	content: "";
}
#top_jobs .link02 li a dt {
	margin-bottom: var(--px14);
	font-size: var(--rem24w);
}
#top_jobs .link02 li a dd {
	padding: 0;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#top_jobs .link02 li a dl {
		padding: 30px;
	}
}
@media print, screen and (min-width: 769px){ /* PCのみ */
	#top_jobs .link02 {
		/* フレックス */
		display: flex;
		flex-wrap: wrap;
		gap: 40px;
	}
	#top_jobs .link02 li {
		width: calc(50% - 20px);
	}
	#top_jobs .link02 li a dl {
		padding: 30px var(--px50);
	}
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#top_jobs .link01 .w50+.w50 {
		margin-top: var(--px60w);
	}
	#top_jobs .link02 li+li {
		margin-top: 20px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#top_jobs .link01 a dl {
		padding-right: 65px;
	}
	#top_jobs .link01 a dl::after {
		width: 50px;
		height: 50px;
	}
	#top_jobs .link02 li a dl::after {
		right: 10px;
		bottom: 10px;
	}
}
/**/
#top_staff .box {
	width: 1725px;
	max-width: 90%;
	margin: auto;
}
#top_staff .photo {
	/* フレックス */
	display: flex;
	column-gap: 10px;
}
#top_staff .photo li {
	width: calc((100% / 3) - (10px * 2 / 3));
}
#top_staff .photo li:nth-child(1) {
	padding-top: var(--px50);
}
#top_staff .photo li:nth-child(3) {
	padding-top: var(--px100);
}
@media print, screen and (min-width: 769px){ /* PCのみ */
	#top_staff .box {
		justify-content: space-between;
		column-gap: var(--px40);
	}
	#top_staff .photo {
		width: 72%;
		max-width: 1220px;
	}
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#top_staff .txt {
		margin-bottom: var(--px60);
	}
}
/**/
#top_greeting {
	font-size: var(--rem18);
}
#top_greeting h1 {
	text-align: left;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
	#top_greeting .txt {
		width: 57%;
	}
	#top_greeting .photo {
		width: 38%;
	}
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#top_greeting .txt {
		margin-bottom: var(--px60);
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#top_greeting h1 {
		margin-bottom: 30px;
		font-size: var(--rem30);
	}
}
/**/
#front_top_content,
#front_bottom_content {
	background: none;
}
/*--------------------------------------------------
	見出し
--------------------------------------------------*/
header#h1Header {
	height: 220px;
	background: none;
}
header#h1Header h1.title {
	color: var(--color-font);
	font-size: var(--rem40w);
	font-weight: bold;
}
#thumbImg::before, header#h1Header::before {
	left: 50%;
	width: 90%;
	max-width: var(--content-max-width);
	background: none;
	border-bottom: 1px dashed var(--color-font);
	box-sizing: border-box;
	transform: translateX(-50%);
	opacity: 1;
}
@media only screen and (max-width: 640px){ /* スマホ */
	header#h1Header {
		height: 160px;
	}
	header#h1Header h1.title {
		font-size: var(--rem30w);
	}
}
/**/
h1.title, .post h1, .post h2, .post h3, .post h4 {
	color: var(--color-font);
	line-height: 1.4;
}
/**/
body:not(.home) .post h1 {
	margin-bottom: 0;
	font-size: var(--rem40w);
}
body:not(.home) .post h1::after {
	display: block;
	width: 100px;
	height: 1px;
	margin: 0.6em auto 0;
	background: var(--color-primary);
	content: "";
}
body:not(.home) .post h1+h2 {
	margin-top: var(--px60);
}
/**/
.post h2 {
	font-size: var(--rem28);
}
.post h2.noline {
	font-size: var(--rem30);
}
.post h2.noline::after {
	display: none;
}
.post h2:not([class]) {
	padding: var(--px40);
	background: #F5F5F5;
	box-shadow: 0 0 0 5px #fff inset;
	border: 1px solid #ccc;
	text-align: left;
}
.post h2:not([class])::after {
	position: absolute;
	top: 50%;
	left: 5px;
	width: 5px;
	height: 60px;
	margin: 0;
	transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	.post h2:not([class])::after {
		height: 40px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	.post h2:not([class])::after {
		width: 4px;
		height: 30px;
	}
}
/**/
.post h3 {
	position: relative;
	padding: 0 0 0.5em;
	border-bottom: 3px solid #eee;
	font-size: var(--rem24w);
}
.post h3::before {
	position: absolute;
	left: 0;
	bottom: -3px;
	width: 100px;
	height: 3px;
	background: var(--color-primary);
	content: "";
}
.post h3.noline {
	padding: 0;
	border: none;
}
.post h3.noline::before {
	display: none;
}
@media only screen and (max-width: 640px){ /* スマホ */
	.post h3 {
		border-bottom-width: 2px;
	}
	.post h3::before {
		bottom: -2px;
		height: 2px;
	}
}
/*--------------------------------------------------
	下層共通
--------------------------------------------------*/
body:not(.home) {
	position: relative;
}
body:not(.home)::before {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 65vw;
	height: 460px;
	margin-right: calc(((100vw - 100%) / 2) * -1);
	background: #FBE8EE;
	border-radius: 0 0 0 999px;
	content: "";
	z-index: -1;
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	body:not(.home)::before {
		width: 75vw;
		height: 300px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	body:not(.home)::before {
		height: 220px;
	}
}
/**/
.box_gray,
.bg_gray::before {
	background: #F5F5F5;
}
.box_pink {
	background: #FBE8EE;
}
.bg_gray .box_pink {
	background: #fff;
}
#content:has(.bg_gray:last-child) {
	padding-bottom: var(--px120) !important;
}
@media only screen and (max-width: 640px){ /* スマホ */
	#content:has(.bg_gray:last-child) {
		padding-bottom: 0 !important;
	}
}
/**/
.fs20 {
	font-size: var(--rem20w);
	font-weight: bold;
}
.fs24 {
	font-size: var(--rem24w);
	font-weight: bold;
}
/**/
.box_none2 dl,
.box_none3 dl {
	padding: 20px;
	background: #FBE8EE;
}
.bg_gray .box_none2 dl,
.bg_gray .box_none3 dl {
	background: #fff;
}
.box_none2 dt,
.box_none3 dt {
	margin-bottom: var(--px20);
	color: var(--color-primary);
	font-size: var(--rem24w);
	text-align: center;
}
.box_none2 dd,
.box_none3 dd {
	padding: 0;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	.box_none2 dl,
	.box_none3 dl {
		width: 32%;
		padding: var(--px40);
	}
	.box_none2 dl {
		width: 48.5%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	.box_none2 dl+dl,
	.box_none3 dl+dl {
		margin-top: 20px;
	}
}
/**/
#sub_link li .linkBtn {
	display: block;
	padding-left: 30px;
	padding-right: 30px;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#sub_link {
		justify-content: center;
		column-gap: 2%;
		row-gap: 20px;
	}
	#sub_link li {
		width: 23.5%;
	}
}
@media only screen and (max-width: 820px) and (min-width: 641px){
	#sub_link {
		column-gap: 4%;
	}
	#sub_link li {
		width: 48%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#sub_link li+li {
		margin-top: 15px;
	}
}
/*--------------------------------------------------
	働く環境
--------------------------------------------------*/
.environment_list dt {
	margin-bottom: var(--px20);
	color: var(--color-primary);
	font-size: var(--rem20w);
	text-align: center;
}
.environment_list dt figure {
	display: block;
	margin-bottom: var(--px20);
	aspect-ratio: 3 / 2;
}
.environment_list dt figure img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	max-width: none;
}
.environment_list dd {
	padding: 0;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	.environment_list {
		/* フレックス */
		display: flex;
		flex-wrap: wrap;
		column-gap: 3.5%;
		row-gap: var(--px60);
	}
	.environment_list dl {
		width: 31%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	.environment_list dl+dl {
		margin-top: 30px;
	}
}
/**/
#environment_career dl {
	padding: 20px;
	background: #FBE8EE;
}
#environment_career dt {
	margin-bottom: var(--px20);
	color: var(--color-primary);
	font-size: var(--rem20w);
	text-align: center;
}
#environment_career dd {
	padding: 0;
}
#environment_career dd .ex {
	font-size: var(--rem20w);
	font-weight: bold;
	text-align: center;
}
#environment_career dd .ex i {
	color: var(--color-primary);
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#environment_career {
		row-gap: var(--px50);
	}
	#environment_career dl {
		width: 48%;
		padding: 30px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#environment_career dl+dl {
		margin-top: 20px;
	}
}
/*--------------------------------------------------
	求人一覧
--------------------------------------------------*/
#jobs_list h3 {
	margin-top: var(--px30);
	padding: 0;
	border: none;
	text-align: center;
}
#jobs_list h3::before {
	display: none;
}
#jobs_list h3 span {
	display: inline-block;
	padding: 8px var(--px30);
	background: #FBE8EE;
	border-radius: 10px;
	color: var(--color-primary);
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#jobs_list {
		row-gap: var(--px100);
	}
	#jobs_list .box {
		width: 48%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#jobs_list .box+.box {
		margin-top: 50px;
	}
}
/*--------------------------------------------------
	先輩スタッフ紹介
--------------------------------------------------*/
.post h2.staff_name {
	margin-bottom: var(--px30);
	padding-bottom: 0.5em;
	border-bottom: 1px solid var(--color-primary);
	text-align: left;
}
.post h2.staff_name span {
	display: inline-block;
	margin-left: 1em;
	color: var(--color-primary);
	font-size: var(--rem18);
}
.staff_interview dl {
	margin-bottom: var(--px30);
}
.staff_interview dt {
	margin-bottom: 10px;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #ddd;
	color: var(--color-primary);
	font-size: 105%;
	line-height: 1.4;
}
.staff_interview dd {
	padding: 0;
}
@media only screen and (max-width: 640px){ /* スマホ */
	.staff_interview .box_w2+.box_w2,
	.staff_interview .box_w2+dl {
		margin-top: 20px;
	}
}
/*--------------------------------------------------
	プライバシーポリシー その他
--------------------------------------------------*/
#breadcrumb ul li b,
#sitemap_list li a b {
	display: none;
}
/*--------------------------------------------------
	お問い合わせ
--------------------------------------------------*/
#contact_btn {
	width: 800px;
	max-width: 100%;
	margin: 0 auto;
}
#contact_btn li a {
	display: block;
	padding: var(--px50) 0;
	background: var(--color-primary);
	color: #fff;
	font-size: var(--rem20w);
	font-weight: bold;
	text-align: center;
	transition: all 0.3s ease-in-out;
}
#contact_btn li a:hover {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
#contact_btn li a i {
	margin-right: 10px;
}
#contact_btn li.btn02 a {
	background: var(--header-color-primary-shade);
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#contact_btn li {
		width: 48%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#contact_btn li+li {
		margin-top: 15px;
	}
}
/**/
.wpcf7-form select {
	width: auto;
}
.wpcf7-form .must_fn {
	float: none;
}
.wpcf7-form table+div .wpcf7-form-control-wrap {
	display: inline;
}
/* ボタン */
.post form.wpcf7-form .linkBtn {
	width: 200px !important;
	padding: 0 !important;
}
.post form.wpcf7-form .linkBtn::after {
	display: none !important;
}
.post form.wpcf7-form .linkBtn .wpcf7-spinner {
	position: absolute;
	top: 50%;
	left: 0;
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.post form.wpcf7-form .linkBtn input[type="submit"] {
	width: 100%;
	padding: 15px 35px;
}