@charset "utf-8";
/*
Theme Name: 九火バルブサービス
Theme URI: null
Description: Description
Author: 81bridge - SGX
Version: 1.0
*/

.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
	max-width: 100%;
}
.wp-block-image figure,
.wp-block-image figcaption {
	display: block;
}
a.nolink,
a.nolink:hover {
	opacity: 1;
	cursor: default;
	pointer-events: none;
}
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figcaption, figure, section, footer, header, main, hgroup, menu, nav, summary {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;	
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
@media all and (max-width: 374px) {
	html {
		font-size: calc(1000vw / 375);
	}
}

@media all and (min-width: 897px) and (max-width: 1299px) {
	html {
		font-size: calc(1000vw / 1299);
	}
}

body, table, input, textarea, select, option {
	font-family: "Zen Kaku Gothic New", sans-serif;
}

.epilogue {
	font-family: "Epilogue", sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, main, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
	box-sizing: border-box;
}
blockquote, q {
	quotes: none;
}
chrome_annotation {
	border: none !important;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
address {
	font-style: normal;
}
a,
a:link {
	color: #333;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #333;
}
a:hover {
	color: #333;
}
a:active {
	color: #333;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #333;
	font-size: 1.4rem;
	line-height: 1.5;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
    word-break: break-word;
	text-align: justify;
	overflow: hidden;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
#main {
	margin-bottom: 8.1rem;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
	.menuBox {
		display: block !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.4rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	#main {
		margin-bottom: 10rem;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	max-width: 130rem;
	min-height: 68.9rem;
	display: flex;
	align-items: center;
	margin: 0 auto;
	background: url(img/index/bg01.png) no-repeat left -0.2rem top -0.2rem #5CC4FF;
	position: relative;
	border-radius : 0 0 7rem 7rem;
	background-size: 98.1rem auto;
}
#gHeader .hInner {
	max-width: 40rem;
	width: fit-content;
	margin: -3.7rem auto 0;
	padding-right: 8rem;
	box-sizing: content-box;
}
#gHeader .hInner h2 {
	margin: 0 -3rem 1.2rem 0;
	font-size: 3.6rem;
	font-weight: 700;
	color: #fff;
}
#gHeader .hInner p {
	line-height: 1.56;
	text-align: justify;
	font-size: 1.6rem;
	letter-spacing: 0.01em;
}
#gHeader .hBox {
	padding: 4rem;
	position: absolute;
	top: 0;
	right: 0;
	width: 32.2rem;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0 0 7rem 0;
	background-color: #9BDBFF;
}
#gHeader .hBox .sub {
	padding-bottom: 6.2rem;
}
#gHeader .hBox h1 {
	text-align: center;
	margin-bottom: 8rem;
}
#gHeader .hBox .naviUl li {
	margin-bottom: 3.3rem;
}
#gHeader .hBox .naviUl li:last-child {
	margin-bottom: 0;
}
#gHeader .hBox .naviUl a {
	padding: 1rem 0;
	line-height: 1;
	display: flex;
	align-items: center;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.08em;
}
#gHeader .hBox .naviUl a:hover {
	opacity: 0.7;
}
#gHeader .hBox .naviUl a .en {
	display: block;
	font-size: 0.9rem;
	font-weight: 700;
	letter-spacing: 0.006em;
}
#gHeader .hBox .naviUl .img {
	width: 4rem;
	text-align: right;
	margin-right: 1rem;
}
@media all and (max-width: 896px) {
	#gHeader {
		max-width: inherit;
		min-height: inherit;
		background: none;
		display: block;
		border-radius: 0;
	}
	#gHeader .hBox {
		position: fixed;
		width: auto;
		padding: 1rem;
		top: 0;
		left: 0;
		height: auto;
		z-index: 1000;
		display: block;
		border-radius: 0;
	}
	#gHeader .hBox .sub {
		position: relative;
		padding: 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#gHeader .hBox h1 {
		margin: 0 1rem;
		width: 11rem;
		position: relative;
		z-index: 1001;
	}
	.menuBox {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		overflow-y: scroll;
		display: none;
		background-color: #5CC4FF;
	}
	#gHeader .naviUl {
		padding-bottom: 5rem;
		margin-top: 7.5rem;
		border-top: 1px solid #fff;
	}
	#gHeader .hBox .naviUl li {
		margin-bottom: 0;
	}
	#gHeader .hBox .naviUl a {
		padding: 1.5rem 1rem;
		color: #fff;
		border-bottom: 1px solid #fff;
	}
	#gHeader .hInner {
		width: auto;
		padding: 20vw 2rem; 
		background: url(img/index/sp_main-visual.png) no-repeat left center #5CC4FF;
		max-width: inherit;
		background-size: 100% auto;
		margin: 6.9rem 0 0;
		border-radius: 0;
	}
	#gHeader .hInner .sub {
		padding-left: 4rem;
		max-width: 33.5rem;
		margin: 0 auto;
	}
	#gHeader .hInner h2 {
		text-align: center;
		margin: 0 0 2rem;
		font-size: 3rem;
		line-height: 1.2;
	}
	#gHeader .hInner p {
		font-size: 1.4rem;
		margin: 0 3rem;
	}
	.menu {
		position: absolute;
		top: calc(50%);
		right: 1rem;
		transform: translateY(-50%);
		height: 2.6rem;
		width: 2.5rem;
		cursor: pointer;
		z-index: 1001;
		transition: opacity .25s ease;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
	}
	.menu.on .top {
		transform: translateY(1rem) translateX(0) rotate(45deg);
	}
	.menu.on .middle {
		opacity: 0;
	}
	.menu.on .bottom {
		transform: translateY(-1rem) translateX(0) rotate(-45deg);
	}
	.menu span {
		background: #fff;
		border: none;
		height: 2px;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		-webkit-transition: all .35s ease;
		transition: all .35s ease;
		cursor: pointer;
	}
	.menu span:nth-of-type(2) {
		top: 1rem;
	}
	.menu span:nth-of-type(3) {
		top: 2rem;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	max-width: 130rem;
	margin: 0 auto;
	position: relative;
	padding: 4.7rem 0 1.7rem;
	border-radius: 2.7rem 2.7rem 0 0;
	background-color: #9BDBFF;
}
#gFooter .pageTop {
	width: 4.9rem;
	position: fixed;
	bottom: 2rem;
	left: calc(50% + 59.3rem);
	z-index: 500;
	transition: opacity 0.5s;
	opacity: 0;
}
#gFooter .pageTop.show {
	opacity: 1;
	pointer-events: auto;
}
#gFooter .pageTop.abs {
	position: absolute;
	top: -7.7rem;
	bottom: auto;
}
#gFooter .pageTop a {
	display: inline-block;
}
#gFooter .pageTop a:hover {
	opacity: 0.7;
}
#gFooter .fLogo {
	margin-left: 8rem;
}
#gFooter .fLogo a {
	color: #fff;
	display: inline-flex;
	align-items: center;
}
#gFooter .fLogo .img {
	margin-right: 1rem;
}
#gFooter .fLogo .rSpan {
	flex: 1;
	font-size: 2.1rem;
	font-weight: 700;
	letter-spacing: 0.06em;
}
#gFooter .fLogo .rSpan small {
	display: block;
	font-size: 1.4rem;
	font-weight: 500;
}
#gFooter .rBox {
	margin: -1.3rem -1rem 0 0;
	flex: 1;
	display: flex;
	justify-content: flex-end;
}
#gFooter .list {
	display: flex;
	flex-wrap: wrap;
	gap: 0 2.3rem;
}
#gFooter .list a {
	display: inline-block;
	padding: 1rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	color: #fff;
	font-size: 1.8rem;
}
.copyright {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: 0.06em;
}
#gFooter .fInner {
	margin-bottom: 5.7rem;
}

@media all and (min-width: 897px) {
	#gFooter .list a:hover {
		text-decoration: underline;
	}
}

@media all and (max-width: 896px) {
	#gFooter .pageTop {
		right: 1rem;
		left: auto;
		width: 4.3rem;
	}
	#gFooter .pageTop.abs {
		top: -6rem;
		right: 1rem;
	}
	#gFooter {
		border-radius: 1rem 1rem 0 0;
		max-width: inherit;
	}
	#gFooter .fInner {
		margin-bottom: 3rem;
		display: block;
	}
	#gFooter .fLogo {
		margin: 0 0 2rem;
		text-align: center;
	}
	#gFooter .fLogo .rSpan {
		font-size: 1.7rem;
		text-align: left;
	}
	#gFooter .fLogo .rSpan small {
		font-size: 1.2rem;
	}
	#gFooter .rBox {
		margin: 0;
		display: block;
	}
	#gFooter .list {
		justify-content: center;
		gap: 0 1rem;
	}
	#gFooter .list a {
		padding: 1rem 0.5rem;
		font-size: 1.3rem;
	}
}


/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-PSP */
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	max-width: 114rem;
	margin: 0 auto;
	padding: 0 2rem;
}
@media all and (max-width: 896px) {
}

/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 6rem;
}
.headLine01 .jp {
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	padding: 1rem 0 0.2rem 2.7rem;
	background: url(img/common/img05.png) no-repeat left center;
	background-size: 2.1rem auto;
}
.headLine01 .en {
	margin: 0.3rem -0.3rem 0;
	line-height: 1;
	display: block;
	font-size: 7rem;
	color: #9BDBFF;
	font-weight: 800;
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 4rem;
	}
	.headLine01 .en {
		font-size: 5rem;
	}
}

/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.headLine02 {
	box-sizing: content-box;
	font-size: 2.7rem;
	letter-spacing: 0.25em;
	font-weight: 900;
	line-height: 2.22;
	margin: 0 0 9rem -1rem;
}
@media all and (max-width: 896px) {
	.headLine02 {
		font-size: 2rem;
		line-height: 1.8;
		margin: 0 auto 2rem;
		width: fit-content;
	}
}

/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
	margin-bottom: 6rem;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.1em;
}
.headLine03 .en {
	margin-top: 0.4rem;
	display: block;
	font-size: 3.5rem;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.1;
}
@media all and (max-width: 896px) {
	.headLine03 {
		margin-bottom: 4rem;
	}
	.headLine03 .en {
		font-size: 3rem;
	}
}

/*------------------------------------------------------------
	common
------------------------------------------------------------*/
@media all and (max-width: 896px) {
}



/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .sec01 {
	padding: 10.4rem 0 30.5rem;
	position: relative;
}
#main .sec01:after {
	width: 175rem;  
	height: calc(100% + 11.3rem);
	background: url(img/index/bg02-2.png) no-repeat;
	background-size: 100% auto;
	position: absolute;  
	top: -11.3rem;
	left: calc(50% + 12.2rem);
	z-index: -1;
	content: ""; 
}
#main .scrollUl{
	display: flex;
}
#main .scrollUl li {
	box-sizing: content-box;
	width: 29rem;
	padding: 0 2.5rem;
}
#main .scrollUl li img {
	width: 100%;
	border-radius: 2.3rem 0 2.3rem 0;
}
#main .services {
	padding: 21rem 0 0;
}
#main .services .imgBox {
	align-items: flex-start;
}
#main .services .imgBox .photoBox {
	order: 2;
	height: 39rem;
	/* aspect-ratio: 1160 / 780; */
	position: relative;
	width: calc(50% + -7rem);
	margin: 12rem -5.1rem 0 6rem;
}
#main .services .imgBox .photoBox > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 3rem;
	object-position: center bottom;
}
#main .services .imgBox .textBox {
	flex-direction: column;
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	position: relative;
}
#main .services .imgBox:not(.imgBox02):not(.imgBox03) .textBox:after {
	width: 15.2rem;  
	height: 82.8rem;
	background: url(img/index/bg03.png) no-repeat;
	background-size: 100% auto;
	position: absolute;  
	top: 27.6rem;
	left: 0;
	z-index: -1;
	content: ""; 
}
#main .services .imgBox .subBox {
	margin-left: auto;
	max-width: 62.5rem;
	width: 100%;
}
#main .services .list {
	display: flex;
	flex-wrap: wrap;
	gap: 0 1rem;
	margin: 0 7rem 18rem 0;
}
#main .services .list li {
	text-align: center;
	width: calc((100% - 2.1rem) / 3);
}
#main .services .list li .img {
	width: 10rem;
	min-height: 12rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 1.2rem;
}
#main .services .list .txtSpan {
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	color: #808080;
}
#main .services .imgBox p {
	margin-bottom: 4.3rem;
	max-width: 36.2rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 2.14;
	margin-left: auto;
}
#main .services .imgBox p:last-child {
	margin-bottom: 0;
}
#main .services .imgBox .subPhoto {
	width: 24.2rem;
	margin: 18.7rem 0 0 -0.5rem;
	position: relative;
}
#main .services .imgBox .subPhoto img {
	width: 100%;
	border-radius: 0 3rem 3rem 0;
}
#main .services .maintain {
	width: 100%;
}
#main .services .maintain .rBox {
	flex: 1;
}
#main .services .maintain .rBox .sub {
	max-width: 43rem;
	margin-left: auto;
}
#main .services .imgBox02 .photoBox {
	width: 35rem;
	height: auto;
	margin: -2.3rem -15.2rem 0;
}
#main .services .imgBox02 .subBox {
	max-width: 94.8rem;
}
#main .services .imgBox02 .photo01 {
	width: 18.5rem;
	margin-top: 10.2rem;
}
#main .services .imgBox02 .photo01 img {
	width: 100%;
	border-radius: 3rem;
}
#main .services .imgBox03 {
	padding-top: 4.5rem;
}
#main .services .imgBox03 .photoBox {
	order: -1;
	width: calc(50% + -8.3rem);
	margin: 21.6rem 16rem 0 -1.8rem;
}
#main .services .imgBox03 .textBox {
	display: block;
}
#main .services .imgBox03 .subBox {
	max-width: 42rem;
	margin: 0;
}
#main .services .imgBox03 p {
	margin: 0 0 3.5rem;
	max-width: 36rem;
}
#main .services .imgBox03 .headLine02 {
	font-size: 2.68rem;
	letter-spacing: 0.2em;
	font-feature-settings: "palt";
}
#main .sec02 .inner {
	align-items: flex-start;
	position: relative;
}
#main .sec02 .inner:after {
	width: 150rem;  
	height: 6.8rem;
	background: url(img/index/bg04.png) no-repeat;
	background-size: 100% auto;
	position: absolute;  
	top: 16rem;
	left: calc(50% + 45.6rem);
	content: ""; 
	z-index: -1;
}
#main .sec02 .inner::before {
	width: 150rem;  
	height: 86.4rem;
	background: url(img/index/bg05.png) no-repeat;
	background-size: 100% auto;
	position: absolute;  
	top: 32.5rem;
	right: calc(50% + 47rem);
	content: ""; 
	z-index: -1;
}
#main .sec02 .inner .photoBox {
	width: 43.5rem;
	margin: 0 5.4rem 0 3rem;
	order: 2;
}
#main .sec02 .inner .photoBox > img {
	border-radius: 3rem;
	width: 100%;
}
#main .sec02 .inner .photoBox .map {
	margin: -1.7rem -6.4rem 0 auto;
	position: relative;
	z-index: 1;
	display: block;
	width: 40.9rem;
}
#main .sec02 .inner .textBox {
	padding-top: 13rem;
	flex: 1;
}
#main .sec02 .inner .headLine01 {
	margin-bottom: 2.7rem;
}
#main .sec02 .inner .headLine01 .jp {
	background-image: url(img/common/img09.png);
	background-size: 1.8rem auto;
	background-position: left 0.5rem top;
}
#main .aboutDl {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
	margin-left: 0.5rem;
}
#main .aboutDl dt {
	width: 8.0rem;
	margin-right: 1.0rem;
	padding: 1.15rem 0 0.5rem 0.3rem;
	border-bottom: 1px solid #F2F2F2;
}
#main .aboutDl dd {
	padding: 1.15rem 0 0.5rem 0.6rem;
	width: calc(100% - 8.0rem - 1.0rem);
	border-bottom: 1px solid #F2F2F2;
}
#main .aboutDl dd .link {
	padding-top: 0.1rem;
	display: inline-block;
	padding-right: 2rem;
	background: url(img/common/img10.png) no-repeat right center;
	background-size: 1.4rem auto;
	text-decoration: underline;
}
#main .sec02 {
	padding-bottom: 9.3rem;
}
#main .sec03 .inner {
	align-items: flex-start;
}
#main .sec03 .inner .photoBox {
	width: calc(50% + -19rem);
	height: 33rem;
	margin: 0 3.5rem 0 -6rem;
	position: relative;
}
#main .sec03 .inner .photoBox img {
	border-radius: 3rem;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .sec03 .inner .textBox {
	margin-top: -1.6rem;
	flex: 1;
}
#main .historyBox {
	margin-left: -3.5rem;
	min-height: 17rem;
	display: flex;
	align-items: center;
	background-color: #F2F2F2;
}
#main .historyUl {
	display: flex;
	flex-wrap: wrap;
	margin-left: 7rem;
	position: relative;
}
#main .historyUl:after {
	width: 200%;  
	height: 2px;
	background-color: #7CD0FF;
	position: absolute;  
	bottom: 1rem;
	left: calc(100% + 7.2rem);
	transform: translateX(-50%);
	content: ""; 
}
#main .historyUl li {
	width: 14.2rem;
	text-align: center;
	padding-bottom: 2.4rem;
	position: relative;
}
#main .historyUl li:after {
	width: 2.2rem;  
	height: 2.2rem;
	border-radius: 100%;
	background-color: #7CD0FF;
	position: absolute;  
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	content: ""; 
}
#main .historyUl .date {
	font-size: 1.8rem;
	font-weight: 500;
}
#main .historyUl .pBox {
	padding: 1.1rem 1.3rem;
	position: absolute;
	min-width: 24.3rem;
	white-space: nowrap;
	min-height: 4.3rem;
	display: flex;
	text-align: left;
	align-items: center;
	background-color: #9E9E9E;
}
#main .historyUl .pBox:after {
	width: 1.7rem;  
	height: 2.6rem;
	background: url(img/index/arrow02.png) no-repeat;
	background-size: 100% auto;
	position: absolute;  
	top: -2.5rem;
	left: 8.7rem;
	transform: translateX(-50%);
	content: ""; 
}
#main .historyUl .pBox p {
	font-weight: 700;
	color: #fff;
	line-height: 1.43;
	letter-spacing: 0.1em;
}
#main .historyUl li:nth-child(2n + 1) .pBox {
	top: calc(100% + 4.2rem);
	left: -1.5rem;
}
#main .historyUl li:nth-child(2n) .pBox {
	top: -8.5rem;
	left: -1.5rem;
}
#main .historyUl li:nth-child(2n) .pBox:after {
	background-image: url(img/index/arrow01.png);
	top: auto;
	bottom: -2.5rem;
}
#main .historyUl .pBox03 {
	min-width: 17.6rem;
}
#main .historyUl .pBox05 {
	left: auto !important;
	right: -1.8rem;
	padding-right: 0.5rem;
}
#main .historyUl .pBox05::after {
	left: auto;
	right: 7rem;
}
#main .access .content {
	padding: 17rem 0 30rem;
	position: relative;
	max-width: 110rem;
}
#main .access .content::before {
	width: 29.2rem;  
	height: 48.1rem;
	background: url(img/index/bg06.png) no-repeat;
	background-size: 100% auto;
	position: absolute;  
	top: -1rem;
	left: -3.8rem;
	z-index: -1;
	content: ""; 
}
#main .access .content::after {
	width:36.8rem;  
	height: 42.1rem;
	background: url(img/index/bg07.png) no-repeat;
	background-size: 100% auto;
	position: absolute;  
	bottom: 5.2rem;
	right: -3.6rem;
	content: ""; 
	z-index: -1;
}
#main .access .map {
	padding-top: 0.3rem;
	height: 62rem;
	border-radius: 3rem;
	overflow: hidden;
}
#main .access .map iframe {
	width: 100%;
	height: 100%;
}
#main .access .map img {
	border-radius: 3rem;
}
#main .recruit {
	padding: 10.6rem 0 0;
	position: relative;
	background-color: #5CC4FF;
}
#main .recruit .content {
	position: relative;
	z-index: 1;
}
#main .recruit .photoBox {
	width: calc(50% + -16.4rem);
	position: absolute;
	top: -10rem;
	right: -4.4rem;
	height: 33rem;
	z-index: 2;
}
#main .recruit .content::before {
	width: 150rem;  
	height: 25.5rem;
	background: url(img/index/bg10.png) no-repeat;
	background-size: 100% auto;
	position: absolute;  
	top: -1.1rem;
	left: calc(50% + 34.2rem);
	content: ""; 
	z-index: -1;
}
#main .recruit .photoBox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 3rem;
}
#main .recruit .headLine01 {
	margin-bottom: 2.8rem;
}
#main .recruit .headLine01 .jp {
	margin-bottom: 0.3rem;
	margin-left: -1rem;
	color: #fff;
	background-image: url(img/common/img03.png);
	background-size: 3.6rem auto;
	padding-left: 4rem;
	background-position: left top 0.3rem;
}
#main .recruit .headLine01 .en {
	margin-top: 0.7rem;
	color: #333333;
}
#main .recruit p {
	margin: 0 0 8.5rem 1rem;
	letter-spacing: 0.1em;
	line-height: 2.14;
}
#main .recruitDl {
	align-items: stretch;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 1rem;
	border: 3px solid #FFFFFF;
	position: relative;
	z-index: 2;
}
#main .recruitDl dt {
	padding: 1.4rem 0.5rem 1.2rem 3.3rem;
	text-align: left;
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.1em;
	width: 12.7rem;
	border-bottom: 1px solid #D8D8D8;
	background-color: #9BDBFF;
}
#main .recruitDl dd {
	padding: 1.0rem 2rem 1.0rem 2.5rem;
	letter-spacing: 0.1em;
	line-height: 2.14;
	width: calc(100% - 12.7rem);
	background-color: #fff;
	border-bottom: 1px solid #D8D8D8;
}
#main .recruitDl dt:last-of-type {
	border: none;
}
#main .recruitDl dd:last-of-type {
	border: none;
}
#main .recruit .dlBox {
	padding-bottom: 11rem;
	position: relative;
}
#main .recruit .dlBox .bg01 {
	position: absolute;
	bottom: -3rem;
	left: -8rem;
	width: 13.7rem;
}
#main .recruit .dlBox .bg02 {
	position: absolute;
	bottom: -2.5rem;
	right: -8rem;
	width: 69.4rem;
}
#main .inquiry {
	padding: 21rem 0 0;
}
#main .inquiry .headLine01 {
	margin-bottom: 3.8rem;
}
#main .inquiry .headLine01 .jp {
	background-image: url(img/common/img11.png);
	background-size: 1.7rem auto;
	background-position: left 0.3rem top;
}
#main .inquiry p {
	margin-bottom: 3.7rem;
	letter-spacing: 0.08em;
	line-height: 2.14;
}
#main .mailForm{
	margin: 0 auto;
	max-width: 99.5rem;
}
#main .contactDl {
	margin-bottom: 3.2rem;
	padding-left: 1.6rem;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
#main .contactDl:after {
	width: 4px;  
	background-color: #5CC4FF;
	position: absolute;  
	top: 1.4rem;
	left: -0.3rem;
	bottom: 1.4rem;
	border-radius: 1rem;
	content: ""; 
}
#main .contactDl dt {
	padding: 1.6rem 1rem 1.6rem 0;
	width: 21.4rem;
	letter-spacing: 0.08em;
}
#main .contactDl .dtStyle {
	align-self: flex-start;
	padding-top: 3rem;
}
#main .inquiry .must {
	width: 5rem;
	text-align: center;
	color: #fff;
	background-color: #D1001E;
	border-radius: 1rem;
	letter-spacing: 0.08em;
	font-weight: 700;
	display: inline-block;
	margin-left: 1rem;
}
#main .contactDl dd {
	padding: 1.6rem 0;
	width: calc(100% - 21.4rem);
}
#main .contactDl dd {
	letter-spacing: 0.08em;
	font-weight: 700;
}
textarea,
input[type="email"],
input[type="tel"],
input[type="text"] {
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    border-radius: 2.7rem;
    height: 5.2rem;
	color: #333333;
	border: none;
    box-sizing: border-box;
    font-size: 1.4rem;
    padding: 0 2rem;
    width: 100%;
	font-weight: 700;
    letter-spacing: 0.08em;
    background-color: #E2E2E2;;
}
textarea {
	resize: vertical;
	height: 13.3rem;
	padding-top: 1.6rem;
	border-radius: 2.7rem;
}
#main .radioUl {
	display: flex;
	gap: 1.5rem 1.25rem;
}
input[type="radio"] {
    display: none;
}
input[type="radio"] + span {
	white-space: nowrap;
	min-width: 10.9rem;
	border-radius: 0;
    display: inline-flex;
	align-items: center;
	justify-content: center;
    line-height: 2rem;
	cursor: pointer;
	font-size: 1.4rem;
	min-height: 5.4rem;
	text-align: center;
	padding: 0 2.9rem;
	border: 1px solid #000000;
	border-radius: 6rem;
	text-align: center;
}
input[type="radio"]:checked + span {
	background-color: #333;
	color: #fff;
}
#main .privacyBox {
	height: 25.0rem;
	color: #000000;
	max-width: 80rem;
	padding: 1.1rem 6rem 1.1rem 3rem;
	margin: 0 auto 4.9rem; 
	border: 4px solid #5CC4FF;
	border-radius: 2.2rem;
}
#main .privacyBox h3 {
	margin-bottom: 2rem;
	font-size: 1.7rem;
	font-weight: 700;
	letter-spacing: .08em;
}
#main .privacyBox p {
	margin-bottom: 2.2rem;
	font-size: 1.3rem;
	letter-spacing: 0.06em;
	line-height: 1.54;
}
#main .privacyBox p:last-child {
	margin-bottom: 0;
}
input[type="checkbox"] {
    display: none;
}
input[type="checkbox"] + span {
	background: url(img/common/check01.png) no-repeat left center;
	background-size: 1.3rem auto;
	border-radius: 0;
    display: inline-block;
    line-height: 20px;
	cursor: pointer;
    padding: 0.1rem 0 0.3rem 2rem;
}
input[type="checkbox"]:checked + span {
	background-image: url("img/common/check02.png");
}
#main .checkP{
	margin-bottom: 4.7rem;
	text-align: center;
}
.submit {
	text-align: center;
}
.submit li {
	display: inline-block;
	margin: 0 1rem;
}
.submit li input {
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    width: 32.9rem;
    height: 7rem;
    border-radius: 4rem;
    text-align: center;
    cursor: pointer;
    font-size: 2.0rem;
    font-weight: 900;
    color: #fff;
	letter-spacing: 0.15em;
    border: none;
	background-color: #5CC4FF;
}
#main .privacyBox ::-webkit-scrollbar {
	display: none;
}
#main .privacyBox .simplebar-scrollbar::before {
	opacity: 1;
	background-color: #7CD0FF;
}
#main .privacyBox .simplebar-track.simplebar-vertical {
	top: 1.5rem;
	bottom: 1.5rem;
	right: 2.5rem;
	width: 1rem;
	box-sizing: border-box;
	background-color: #fff;
}
#main .privacyBox .simplebar-scrollbar {
	border-radius: 50px;
}
#main .privacyBox .simplebar-scrollbar::before {
	left: 0.1rem;
	right: 0.1rem;
}
input::-webkit-input-placeholder { /* WebKit browsers */
    color: #939393;
    opacity:1;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #939393;
    opacity:1;
}
input::-moz-placeholder {
    color: #939393;
    opacity:1;
}
input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #939393;
    opacity:1;
}
textarea::-webkit-input-placeholder { /* WebKit browsers */
    color: #939393;
    opacity:1;
}
textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #939393;
    opacity:1;
}
textarea::-moz-placeholder {
    color: #939393;
    opacity:1;
}
textarea:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #939393;
    opacity:1;
}
@media all and (min-width: 897px) {
	#main .aboutDl dd .link:hover {
		text-decoration: none;
	}
	.submit li input:hover {
		opacity: 0.7;
	}
}

@media all and (max-width: 896px) {
	#main .sec01 {
		padding: 5rem 0 2rem;
	}
	#main .sec01::after {
		display: none;
	}
	#main .scrollUl {
		margin-bottom: 4rem;
	}
	#main .scrollUl li {
		width: 15rem;
		padding: 0 1rem;
	}
	#main .scrollUl li img {
		border-radius: 1.5rem 0 1.5rem 0;
	}
	#main .services {
		padding-top: 5rem;
	}
	#main .services .imgBox {
		display: block;
	}
	#main .services .imgBox02 {
		padding-bottom: 4.5rem;
		background-color: #fff;
	}
	#main .services .imgBox:not(.imgBox02) {
		margin: 0 2rem;
	}
	#main .services .imgBox .photoBox {
		height: auto;
		width: auto;
		margin: 0;
		aspect-ratio: 1160 / 780;
	}
	#main .services .imgBox .photoBox > img {
		border-radius: 2rem;
	}
	#main .services .imgBox .textBox {
		padding-top: 5rem;
		display: block;
		position: relative;
	}
	#main .services .imgBox03 .textBox::after {
		height: calc(100% + 800px);
		background: url(img/index/bg_sp.png) no-repeat right top;
		background-size: 362px;
		position: absolute;
		top: 0;
		left: 2rem;
		right: -2rem;
		z-index: -1;
		content: "";
	}
	#main .services .imgBox .subBox {
		max-width: inherit;
	}
	#main .services .imgBox03 {
		padding-top: 0;
	}
	#main .services .list {
		justify-content: center;
		margin: 0 0 5rem;
		gap: 0 0.5rem;
	}
	#main .services .list li {
		width: calc((100% - 1.1rem) / 3);
	}
	#main .services .list li .img {
		width: 6rem;
		min-height: 7rem;
	}
	#main .services .list .txtSpan {
		font-size: 1.5rem;
		letter-spacing: 0;
	}
	#main .services .maintain {
		display: block;
	}
	#main .services .imgBox .subPhoto {
		width: auto;
		margin: 0;
	}
	#main .services .imgBox .subPhoto img {
		border-radius: 2rem;
	}
	#main .services .maintain .rBox .sub {
		max-width: inherit;
	}
	#main .services .maintain .rBox {
		margin: 0 -2rem;
		padding: 5rem 2rem;
		background: url(img/index/bg03.png) no-repeat left top -3rem;
		background-size: 100px auto;
	}
	#main .services .imgBox p {
		max-width: inherit;
		line-height: 1.8;
		margin-bottom: 2rem;
	}
	#main .services .imgBox:not(.imgBox02):not(.imgBox03) .textBox::after {
		display: none;
	}
	#main .services .imgBox02 .photo01 {
		width: 60%;
		margin: 0 auto;
	}
	#main .services .imgBox03 .headLine02 {
		font-size: 2rem;
	}
	#main .sec02 {
		padding: 8rem 0 5rem;
	}
	#main .sec02 .inner {
		display: block;
	}
	#main .sec02 .inner::before,
	#main .sec02 .inner::after {
		display: none;
	}
	#main .sec02 .inner .textBox {
		padding-top: 0;
	}
	#main .sec02 .inner .photoBox {
		width: auto;
		margin: 5rem 0 0;
		background-color: #fff;
	}
	#main .sec02 .inner .photoBox > img {
		border-radius: 2rem;
	}
	#main .sec02 .inner .photoBox .map {
		margin: 0 auto;
		width: 80%;
	}
	#main .aboutDl {
		margin-left: 0;
	}
	#main .aboutDl dd .link {
		background-size: 1.2rem auto;
	}
	#main .sec03 {
		padding: 0 2rem;
	}
	#main .sec03 .inner {
		display: block;
	}
	#main .sec03 .inner .photoBox {
		width: auto;
		height: auto;
		aspect-ratio: 918 / 660;
		margin: 0 0 4rem;
	}
	#main .sec03 .inner .photoBox img {
		border-radius: 2rem;
	}
	#main .sec03 .inner .textBox {
		margin: 0;
	}
	#main .historyBox {
		min-height: inherit;
		margin: 0 -2rem;	
		display: block;
		padding: 11rem 2rem;	
		min-height: 30rem;
		overflow-x: scroll;
	}
	#main .historyUl {
		min-width: 100%;
		width: 75rem;
	}
	#main .historyUl::after {
		width: 100%;
		left: calc(100% + -31rem);
	}
	/* #main .historyUl {
		margin: 0;
		display: block;
		z-index: 1;
	}
	#main .historyUl li {
		width: auto;
		margin-bottom: 3rem;
		padding-bottom: 0;
		text-align: center;
	}
	#main .historyUl li::after {
		display: none;
	}
	#main .historyUl li:last-child {
		margin-bottom: 0;
	}
	#main .historyUl .pBox {
		margin-top: 4rem;
		justify-content: center;
		text-align: center;
		position: relative;
		top: auto !important;
		right: auto !important;
		left: auto !important;
		bottom: auto !important;
	}
	#main .historyUl .date {
		position: relative;
		padding-bottom: 2rem;
	}
	#main .historyUl li .date::after {
		width: 1.5rem;
		height: 1.5rem;
		border-radius: 100%;
		background-color: #7CD0FF;
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		content: "";
	}
	#main .historyUl li .date::before {
		width: 2px;
		height: 100%;
		background-color: #7CD0FF;
		position: absolute;
		top: 100%;
		left: 50%;
		transform: translateX(-50%);
		content: "";
	}
	#main .historyUl .pBox::after {
		background: url(img/index/arrow02.png) no-repeat center top !important;
		background-size: 100% auto !important;
		left: 50% !important;
		top: -2.5rem !important;
	}
	#main .historyUl::after { 
		display: none;
	} */
	#main .access .content::before,
	#main .access .content::after {
		display: none;
	}
	#main .access .content {
		padding: 5rem 2rem 8rem;
	}
	#main .access .map {
		height: 60vw;
		border-radius: 2rem;
	}
	#main .recruit {
		padding-top: 5rem;
	}
	#main .recruit .photoBox {
		margin-bottom: 4rem;
		width: auto;
		position: static;
		height: auto;
		aspect-ratio: 970 / 660;
	}
	#main .recruit .photoBox img {
		border-radius: 2rem;
	}
	#main .recruit p {
		line-height: 1.8;
		margin: 0 0 5rem;
	}
	#main .recruit .dlBox .bg02,
	#main .recruit .dlBox .bg01 {
		display: none;
	}
	#main .recruitDl {
		display: block;
		margin: 0;
	}
	#main .recruitDl dt {
		width: auto;
		padding: 1rem 1rem;
	}
	#main .recruitDl dd {
		padding: 1.8rem 1rem;
		width: auto;
		line-height: 1.8;
	}
	#main .recruit .dlBox {
		padding-bottom: 6rem;
	}
	#main .inquiry {
		padding-top: 5rem;
	}
	#main .mailForm {
		max-width: inherit;
	}
	#main .contactDl {
		display: block;
		border: none;
		padding-left: 0;
		border: none;
	}
	#main .contactDl dt {
		width: auto;
	}
	#main .contactDl dd {
		width: auto;
		padding-top: 0;
	}
	input[type="radio"] + span {
		min-height: 4rem;
	}
	textarea, input[type="email"], input[type="tel"], input[type="text"] {
		height: 4rem;
	}
	textarea {
		height: 15rem;
	}
	#main .privacyBox {
		padding: 2rem 3rem 2rem 2rem;
	}
	#main .privacyBox .simplebar-track.simplebar-vertical {
		right: 1rem;
	}
	.submit li {
		margin-bottom: 2rem;
		display: block;
	}
	.submit li:last-child {
		margin-bottom: 0;
	}
	.submit li input {
		font-size: 1.6rem;
		width: 100%;
		max-width: 32rem;
	}
	#main .recruit .content::before { 
		display: none;
	}
	#main .radioUl {
		flex-wrap: wrap;
	}
	#main .contactDl:after {
		display: none;
	}
}
#main .wpcf7-list-item {
	margin: 0;
}
#main .radioUl li:not(:first-child) .wpcf7-not-valid-tip {
	display: none !important;
}

.wpcf7-spinner {
	right: 0;
	margin: 0;
	position: absolute !important;
}

@media all and (min-width: 897px) and (max-width: 1299px) {
	#gFooter .pageTop {
		left: calc(50% + 56rem);
	}
	#main .sec01:after {
		left: calc(50% + 13.3rem);
	}
}
