@charset "utf-8";
/*
Theme Name: Verne Crystal
Theme URI: null
Description: Description
Author: 81bridge - LXT
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%;
	scroll-padding-top: 64px;
}
@media all and (max-width: 960px) {
	html {
		scroll-padding-top: 59px;
	}
}
@media all and (max-width: 374px) {
	html {
		font-size: calc(1000vw / 375);
	}
}
body, table, input, textarea, select, option {
	font-family: "Noto Sans", "Noto Sans JP", sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, main, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
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: #021B2F;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #021B2F;
}
a:hover {
	color: #021B2F;
}
a:active {
	color: #021B2F;
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-ltt */
/* 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;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #021B2F;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
	font-feature-settings: "palt";
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	text-align: left;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (min-width: 961px) {
	.tab {
		display: none !important;
	}
}
@media all and (min-width: 897px) and (max-width: 960px) {
	.sp {
		display: none;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: 375px;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc, .tab {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 1rem 1.3rem 1rem 2.4rem;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	align-items: center;
	z-index: 100;
}
#gHeader .logo {
	width: 19rem;
}
#gHeader .rBox {
	flex: 1;
}
#gHeader .rBox .subBox {
	align-items: center;
	justify-content: flex-end;
}
#gHeader .rBox .btn a {
	padding: 0.9rem;
	display: block;
	width: 17.2rem;
	text-align: center;
	color: #fff;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: 0.08rem;
	border-radius: 0.6rem;
	background: #0377D4;
}
#gHeader .rBox .btn a span {
	display: inline-block;
	padding-left: 2.2rem;
	background: url(img/common/icon03.png) no-repeat left 0.4rem/1.8rem auto;
}
#gNavi li {
	margin-right: 3.2rem;
}
#gNavi a {
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: 0.08rem;
}
@media all and (min-width: 897px) {
	#gNavi a:hover {
		color: #0377D4;
	}
	#gHeader .rBox .btn a:hover {
		background: #298BDA;
	}
}
@media all and (min-width: 961px) {
	#gHeader {
		background: rgba(255, 255, 255, 0.90);
		backdrop-filter: blur(0.4rem);
		-webkit-backdrop-filter: blur(0.4rem);
	}
	#gHeader .rBox {
		display: block !important;
	}
}
@media all and (max-width: 960px) {
	#gHeader {
		padding: 0;
		position: relative;
		display: block;
	}
	#gHeader .hInner {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		z-index: 101;
		align-items: center;
		padding: 1rem 1.6rem;
		background: rgba(255, 255, 255, 0.90);
		backdrop-filter: blur(1rem);
		-webkit-backdrop-filter: blur(1rem);
	}
	#gHeader .logo {
		width: 15.2rem;
	}
	#gHeader .menu {
		display: block !important;
		width: 4rem;
		cursor: pointer;
	}
	#gHeader .menu .close {
		display: none;
	}
	#gHeader .menu.on .open {
		display: none;
	}
	#gHeader .menu.on .close {
		display: block;
	}
	#gHeader .rBox {
		display: none;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		padding: 0 4.5rem;
		height: 100%;
		overflow-y: auto;
		background: rgba(255, 255, 255, 0.80);
		backdrop-filter: blur(1rem);
		-webkit-backdrop-filter: blur(1rem);
		z-index: 99;
	}
	#gHeader .rBox .subBox {
		height: 100%;
		align-content: space-between;
	}
	#gHeader .rBox .btn {
		margin: 0 auto;
		padding-bottom: 4rem;
		width: 28.5rem;
	}
	#gHeader .rBox .btn a {
		padding: 1.3rem;
		width: 100%;
	}
	#gNavi {
		margin: 11.5rem 0 5rem;
		width: 100%;
	}
	#gNavi ul {
		display: block;
	}
	#gNavi li {
		margin: 0 0 2.6rem;
	}
	#gNavi li.sp {
		display: block !important; 
	}
	#gNavi a {
		font-size: 1.8rem;
		letter-spacing: 0.09rem;
	}
}
@media all and (max-width: 375px) {
	#gHeader .hInner {
		padding-right: 1rem;
	}
}
/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath {
	display: flex;
	flex-wrap: wrap;
}
#pagePath li {
	font-size: 1.3rem;
	line-height: 1.6;
	letter-spacing: 0.065rem;
	font-feature-settings: normal;
}
#pagePath li:not(:last-child) {
	margin-right: 1.5rem;
	padding-right: 3.2rem;
	background: url(img/common/icon05.png) no-repeat right 0.2rem/1.5rem;
}
#pagePath a {
	color: #0377D4;
	text-decoration: underline;
}
#pagePath li:first-child a {
	display: inline-block;
	padding-left: 1.8rem;
	background: url(img/common/icon04.png) no-repeat left 0.2rem/1.6rem;
}
@media all and (min-width: 897px) {
	#pagePath a:hover {
		opacity: 0.7;
	}
	#pagePath li:last-child {
		flex: 1;
		text-overflow: ellipsis;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
	}
}
@media all and (max-width: 896px) {
	#pagePath {
		text-overflow: ellipsis;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}
	#pagePath li {
		display: inline;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 6rem 0 4.5rem;
	background: #D3EBFE;
}
#gFooter .fInner {
	margin: 0 auto;
	max-width: 139.2rem;
	padding: 0 4rem;
}
#gFooter .contactBox {
	margin-bottom: 6.3rem;
	padding: 4rem 6.4rem 4.2rem 4.4rem;
	align-items: center;
	border-radius: 1.6rem;
	background: #0377D4;
}
#gFooter .contactBox .lBox {
	flex: 1;
	align-items: center;
}
#gFooter .contactBox .ttl {
	padding: 0 3.6rem 0 4.2rem;
	color: #fff;
	font-size: 3rem;
	line-height: 1.2;
	font-weight: 600;
	letter-spacing: 0.24rem;
	background: url(img/common/icon02.png) no-repeat left 0.1rem/3.2rem;
}
#gFooter .contactBox .txt {
	margin-right: 2rem;
	flex: 1;
	color: #fff;
	font-weight: 400;
	line-height: 1.9;
	letter-spacing: 0.08rem;
}
#gFooter .contactBox .btn a {
	padding: 1.3rem;
	display: block;
	width: 28.5rem;
	text-align: center;
	color: #1368AC;
	font-weight: 400;
	line-height: 1.6;
	font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-radius: 0.6rem;
	background: #fff;
}
#gFooter .contactBox .btn a span {
	display: inline-block;
	padding-left: 2.2rem;
	background: url(img/common/icon01.png) no-repeat left 0.3rem/1.8rem auto;
}
#gFooter .fBox {
	margin: 0 0.3rem;
	align-items: flex-end;
}
#gFooter .fBox .lBox {
	margin-right: 2rem;
	flex: 1;
	align-items: center;
}
#gFooter .fLogo {
	margin-bottom: 0.5rem;
	width: 24.8rem;
}
#gFooter .txtBox {
	margin-left: 2.8rem;
	padding-left: 3rem;
	flex: 1;
	border-left: 1px solid rgba(3, 119, 212, 0.30);
}
#gFooter .txtBox p {
	margin-bottom: 1.2rem;
	font-size: 1.3rem;
	line-height: 1.7;
	letter-spacing: 0.065rem;
}
#gFooter .txtBox .linkList {
	align-items: center;
	gap: 0 1.3rem;
}
#gFooter .txtBox .linkList img {
	height: 4.2rem;
}
#gFooter .txtBox .linkList .ins {
	margin-right: 0.4rem;
}
#gFooter .txtBox .linkList .ins img {
	height: 2.7rem;
}
#gFooter address {
	margin: 0 0.5rem 1.4rem 0;
	color: #798590;
	font-size: 1.3rem;
	letter-spacing: 0.065rem;
	text-align: right;
	font-family: "Roboto", sans-serif;
}
@media all and (min-width: 897px) {
	#gFooter .contactBox .btn a:hover {
		opacity: 0.8;
	}
	#gFooter .txtBox .linkList a:hover {
		opacity: 0.8;
	}
	#gFooter .txtBox .linkList li:last-child a:hover {
		opacity: 0.6;
	}
	#gFooter .pageTop {
		display: none !important;
	}
}
@media all and (max-width: 1024px) {
	#gFooter {
		padding: 4rem 0 2.3rem;
	}
	#gFooter .pageTop {
		display: none;
		position: fixed;
		right: 1.6rem;
		bottom: 1.6rem;
		width: 4rem;
		z-index: 80;
	}
	#gFooter .contactBox {
		margin-bottom: 2.7rem;
		padding: 4rem 3.3rem 3.3rem;
	}
	#gFooter .contactBox .lBox {
		display: block;
	}
	#gFooter .contactBox .ttl {
		margin-bottom: 0.7rem;
	}
	#gFooter .contactBox .txt {
		line-height: 1.8;
	}
	#gFooter .fBox {
		margin: 0;
		display: block;
	}
	#gFooter .fBox .lBox {
		margin-right: 0;
	}
	#gFooter address {
		margin: 4.4rem 0 0;
		text-align: center;
	}
}
@media all and (max-width: 896px) {
	#gFooter {
		padding: 4rem 0 1.9rem;
	}
	#gFooter .fInner {
		padding: 0 2rem;
	}
	#gFooter .contactBox {
		padding: 4.3rem 2.5rem 3.2rem;
		display: block;
	}
	#gFooter .contactBox .lBox {
		margin-bottom: 1.5rem;
	}
	#gFooter .contactBox .ttl {
		margin: 0 auto 2rem;
		width: fit-content;
		padding: 0 0 0 4.2rem;
	}
	#gFooter .contactBox .txt {
		margin-right: 0;
	}
	#gFooter .contactBox .btn a {
		margin: 0 auto;
	}
	#gFooter .fBox {
		margin: 0 0.5rem;
	}
	#gFooter .fBox .lBox {
		display: block;
	}
	#gFooter .fLogo {
		margin-bottom: 1.7rem;
		width: 17.2rem;
	}
	#gFooter .txtBox {
		margin-left: 0;
		padding-left: 0;
		border-left: none;
	}
	#gFooter .txtBox p {
		margin-bottom: 1.8rem;
	}
	#gFooter .txtBox .linkList {
		gap: 0 0.6rem;
	}
	#gFooter .txtBox .linkList img {
		height: 4.4rem;
	}
	#gFooter .txtBox .linkList .ins {
		margin-right: 0.9rem;
	}
	#gFooter .txtBox .linkList .ins img {
		height: 3.3rem;
	}
	#gFooter .txtBox .linkList .banner01 img {
		height: 4.2rem;
	}
	#gFooter address {
		margin-top: 4rem;
	}
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	max-width: 108rem;
	padding: 0 4rem;
}
.content p {
	line-height: 1.8;
	letter-spacing: 0.08rem;
}
.yugothic {
	font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media all and (max-width: 896px) {
	.content {
		padding: 0 2rem;
	}
}
/*------------------------------------------------------------
	mainVisual
------------------------------------------------------------*/
.mainVisual {
	min-height: 38.4rem;
	padding-top: 6.4rem;
	display: flex;
	align-items: center;
	background: url(img/common/mv_bg.png) no-repeat center top/cover;
}
.mainVisual .content {
	width: 100%;
	max-width: 123.4rem;
}
.mainVisual .pageTtl {
	margin-bottom: 1.5rem;
	color: #0377D4;
	font-size: 4rem;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.2rem;
}
@media all and (max-width: 896px) {
	.mainVisual {
		min-height: inherit;
		padding: 0 0 5.8rem;
		display: block;
		background: none;
	}
	.mainVisual:before {
		margin-bottom: 4.5rem;
		width: 100%;
		height: 13.9rem;
		display: block;
		content: "";
		background: url(img/common/mv_img_sp.png) no-repeat center top/cover;
	}
	.mainVisual .pageTtl {
		margin-bottom: 1.5rem;
		font-size: 3.2rem;
		line-height: 1.4;
		letter-spacing: 0.16rem;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 2.5rem;
	padding-left: 4.6rem;
	font-size: 3rem;
	font-weight: 600;
	line-height: 1.6;
	letter-spacing: 0.15rem;
	background: url(img/common/icon08.png) no-repeat left 0.9rem/3.2rem auto;
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 2.8rem;
		padding-top: 0.3rem;
		font-size: 2.6rem;
	}
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin-bottom: 4rem;
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 1.6;
	letter-spacing: 0.12rem;
}
@media all and (max-width: 896px) {
	.headLine02 {}
}
/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
	margin-bottom: 2.9rem;
	padding-left: 1.3rem;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.6;
	letter-spacing: 0.1rem;
	border-left: 3px solid #0377D4;
}
@media all and (max-width: 896px) {
	.headLine03 {}
}
/*------------------------------------------------------------
	tag
------------------------------------------------------------*/
.tag {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}
.tag span {
	padding: 0.5rem 0.8rem;
	color: #1368AC;
	font-size: 1.3rem;
	line-height: 1.2;
	letter-spacing: 0;
	background: #DAEBF9;
}
/*------------------------------------------------------------
	newsList
------------------------------------------------------------*/
.newsList a {
	padding: 3.2rem 0 3.2rem 0.8rem;
	display: flex;
	align-items: flex-start;
	border-bottom: 1px solid #D0D7DD;
}
.newsList .date {
	width: 11.5rem;
	margin-top: 0.5rem;
	color: rgba(21, 47, 79, 0.64);
	font-size: 1.3rem;
	line-height: 1.2;
	letter-spacing: 0.065rem;
}
.newsList .tag {
	margin: 0 1.7rem 0 0.7rem;
}
.newsList .ttl {
	flex: 1;
	line-height: 1.6;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	transition: .3s;
}
.newsList .link {
	margin-left: 1rem;
	color: #0377D4;
	font-size: 1.3rem;
	letter-spacing: 0.065rem;
}
.newsList .link.pdf {
	display: inline-block;
	padding-left: 2.4rem;
	background: url(img/common/icon07.png) no-repeat left top/2.4rem;
}
@media all and (min-width: 897px) {
	.newsList a:hover {
		border-color: #0377D4;
	}
	.newsList a:hover .ttl {
		color: #0377D4;
	}
}
@media all and (max-width: 896px) {
	.newsList a {
		padding: 2.3rem 0 2.3rem 0.5rem;
		flex-wrap: wrap;
	}
	.newsList .date {
		width: 11rem;
	}
	.newsList .tag {
		margin: 0;
	}
	.newsList .ttl {
		margin-top: 1rem;
		flex: auto;
		width: 100%;
		-webkit-line-clamp: 2;
	}
	.newsList .link {
		margin: 0.3rem 0 0;
	}
	#news .catBox + .newsList {
		margin-top: -1.3rem;
	}
}
/*------------------------------------------------------------
	wp-pagenavi
------------------------------------------------------------*/
.wp-pagenavi {
	margin-top: 4rem;
	display: flex;
	justify-content: center;
	gap: 0 0.8rem;
}
.wp-pagenavi a, .wp-pagenavi > span {
	width: 4rem;
	height: 4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0.4rem;
	border: 1px solid #DFE3E8;
	background: #FFF;
}
.wp-pagenavi > span.current {
	font-weight: 600;
	border-color: #1368AC;
	background-color: #0876CE;
	color: #fff;
}
.wp-pagenavi .pages {
	display: none;
}
.wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink {
	position: relative;
	font-size: 0;
}
.wp-pagenavi .nextpostslink:before, .wp-pagenavi .previouspostslink:before {
	margin: -0.6rem 0 0 -0.7rem;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 0.9rem;
	height: 0.9rem;
	transition: .3s;
	border-right: 2px solid #0377D4;
	border-bottom: 2px solid #0377D4;
	transform: rotate(-45deg);
	content: "'";
}
.wp-pagenavi .previouspostslink:before {
	margin: -0.6rem 0 0 -0.3rem;
	transform: rotate(135deg);
}
.wp-pagenavi .nextpostslink.disabled, .wp-pagenavi .previouspostslink.disabled {
	pointer-events: none;
	opacity: 0.5;
	background: #919EAB;
	border-color: #919EAB;
}
.wp-pagenavi .nextpostslink.disabled:before, .wp-pagenavi .previouspostslink.disabled:before {
	border-color: #fff;
	opacity: 0.5;
}
@media all and (min-width: 897px) {
	.wp-pagenavi a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.wp-pagenavi {
		margin: 3.2rem -1rem 0;
	}
}
/*------------------------------------------------------------
	comBg
------------------------------------------------------------*/
.comBg {
	padding: 12rem 0 10.8rem;
	background: #F1F9FF;
}
.comBgWhite {
	padding: 5.5rem 6.5rem 3.1rem;
	border-radius: 1.6rem;
	background: #FFF;
	backdrop-filter: blur(2px);
}
@media all and (max-width: 896px) {
	.comBg {
		padding: 6.6rem 0 8rem;
	}
	.comBgWhite {
		padding: 3.1rem 1.6rem 1.3rem;
	}
}
/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.comBtn a {
	margin: 0 auto;
	padding: 1.3rem;
	display: block;
	width: 28.5rem;
	text-align: center;
	color: #1368AC;
	font-weight: 400;
	line-height: 1.6;
	font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-radius: 0.6rem;
	border: 1px solid #1368AC;
	background: #fff;
}
.comBtn a span {
	display: inline-block;
	padding-right: 1.6rem;
	background: url(img/common/icon06.png) no-repeat right 0.7rem/0.8rem auto;
}
.comBtn.bgBlue a {
	color: #fff;
	background-color: #0377D4;
	border-color: #0377D4;
}
.comBtn.bgBlue a[target="_blank"] span {
	padding-right: 2.3rem;
	background-image: url(img/common/icon10.png);
	background-position: right 0.3rem;
	background-size: 1.8rem;
}
@media all and (min-width: 897px) {
	.comBtn a:hover {
		opacity: 0.8;
	}
	.comBtn.bgBlue a:hover {
		opacity: 1;
		background: #298BDA;
	}
}
@media all and (max-width: 896px) {}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.comForm .formDl dt {
	margin-bottom: 1.4rem;
	display: flex;
	align-items: center;
	color: #000;
	font-weight: 600;
	line-height: 1.25;
	font-feature-settings: "palt";
}
.comForm .formDl .required, .comForm .formDl .any {
	margin-right: 0.7rem;
	padding: 0.2rem 0.8rem 0.3rem;
	display: inline-block;
	color: #FF0046;
	font-size: 1.3rem;
	font-weight: 400;
	letter-spacing: 0.065rem;
	background: #FFD4D5;
}
.comForm .formDl .any {
	color: #0377D4;
	background: #CFE9FE;
}
.comForm .formDl dt .sml {
	margin-left: 0.2rem;
	font-size: 1.3rem;
	font-weight: 400;
}
.comForm .formDl dd {
	color: #000;
	margin-bottom: 4rem;
	word-break: break-all;
}
.comForm input[type="text"], .comForm input[type="tel"], .comForm input[type="email"], .comForm select, .comForm textarea {
	padding: 0.8rem 1rem;
	width: 100%;
	height: 4rem;
	color: #000;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.25;
	border-radius: 0.6rem;
	background-color: #fff;
	border: 1px solid #C2C2C2;
	box-sizing: border-box;
	appearance: none;
	-webkit-appearance: none;
}
.comForm input[type="text"]:focus, .comForm input[type="tel"]:focus, .comForm input[type="email"]:focus, .comForm select:focus, .comForm textarea:focus {
	border-color: #1368AC;
	border-width: 2px;
	padding-left: 0.9rem;
}
.comForm input::placeholder, .comForm textarea::placeholder {
	color: #C2C2C2;
}
.comForm input[type="tel"].wid01 {
	width: calc((100% - 1.2rem)/2);
}
.comForm .nameList {
	gap: 2rem 1.2rem;
}
.comForm .nameList li {
	width: calc((100% - 1.2rem)/2);
}
.comForm .nameList .ttl {
	margin-bottom: 0.3rem;
	display: flex;
	align-items: center;
	color: #000;
	font-weight: 600;
	line-height: 1.25;
}
.comForm .nameList .ttl .sml {
	margin-left: 0.5rem;
	font-weight: 400;
	font-size: 1.3rem;
	letter-spacing: 0;
}
.comForm .nameList input {
	margin-top: 0.2rem;
}
.comForm select {
	padding-right: 4rem;
	width: calc((100% - 1.2rem)/2);
	background: #fff url(img/common/select_bg.png) no-repeat right 1rem center/1.5rem;
}
.comForm select:focus {
	background-position: right 0.8rem center;
}
.comForm textarea {
	height: 12rem;
	resize: vertical;
}
.comForm .formDl {
	margin-bottom: 5rem;
}
.comForm .submit input {
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28.5rem;
	height: 5.4rem;
	cursor: pointer;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.6;
	font-feature-settings: "palt";
	font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	appearance: none;
	-webkit-appearance: none;
	border-radius: 0.6rem;
	border: none;
	background: #0377D4;
	transition: .3s;
}
.comForm .submit input.noLink {
	background: #A9B4BD;
	pointer-events: none;
}
.comForm .submit .onLink {
	display: none;
}
.comForm .submit .wpcf7-spinner {
	margin: 1rem auto 0;
	display: block;
}
@media all and (max-width: 896px) {
	.comForm .formDl input[type="text"].wid01 {
		width: 100%;
	}
	.comForm .formDl .nameList {
		padding-bottom: 2rem;
		gap: 3rem 0.5rem;
	}
	.comForm .formDl .nameList li {
		width: calc((100% - 0.5rem)/2);
	}
	.comForm .nameList .ttl .required {
		margin-right: 0.7rem;
	}
	.comForm .formDl .nameList input {
		margin-top: 0.2rem;
	}
	.comForm .formDl select,.comForm input[type="tel"].wid01 {
		width: 100%;
	}
	.comForm .formDl {
		margin-bottom: 4.3rem;
	}
}
/*------------------------------------------------------------
	comTable
------------------------------------------------------------*/
.comTable {
	width: 100%;
	border-collapse: collapse;
}
.comTable th,
.comTable td {
	padding: 2.3rem 0;
	line-height: 1.8;
	letter-spacing: 0.08rem;
	vertical-align: top;
	border-top: 1px solid #D1DCE2;
	border-bottom: 1px solid #D1DCE2;
}
.comTable th {
	width: 22.8%;
	padding: 2rem 1.6rem;
	font-size: 1.3rem;
	font-weight: 600;
	line-height: 2.2;
	letter-spacing: 0.65px;
}
.comTable td {
	word-break: break-all;
}
.comTable .ttl {
	font-weight: 600;
	margin-bottom: 0.6rem;
}
.comTable td ul {
	margin: 0 0 1.4rem 1.1rem;
}
.comTable td ul:last-child {
	margin-bottom: 0;
}
.comTable td li {
	padding-left: 1.4rem;
	position: relative;
}
.comTable td li:before {
	position: absolute;
	left: 0;
	top: 1.2rem;
	width: 0.4rem;
	height: 0.4rem;
	background-color: #021B2F;
	border-radius: 50%;
	content: "";
}
.comTable .infoList {
	margin: 0.7rem 0 0;
}
.comTable .infoList li {
	margin-bottom: 0.7rem;
	padding: 0;
	display: flex;
	align-items: center;
}
.comTable .infoList li::before {
	display: none;
}
.comTable .infoList .bgTtl {
	margin-right: 1.5rem;
	padding: 0.2rem 1.2rem;
	line-height: 1.8;
	font-weight: 400;
	letter-spacing: 0.08rem;
	color: #FD4477;
	background: #FFE5ED;
}
.comTable .infoList .bgTtl.bg02 {
	color: #0377D4;
	background: #E2F1FD;
}
.comTable .infoList .txt {
	flex: 1;
}
@media all and (max-width: 896px) {
	.comTable {
		border-top: 1px solid #D1DCE2;
	}
	.comTable th,
	.comTable td {
		float: left;
		width: 100%;
		padding: 0.7rem 0.4rem 2.5rem;
		line-height: 1.8;
		box-sizing: border-box;
	}
	.comTable th {
		width: 100%;
		padding: 2rem 0.4rem 0;
		font-size: 1.3rem;
		line-height: 2.2;
		border: none;
	}
	.comTable td {
		border-top: none;
		line-height: 1.6;
	}
	.comTable .infoList li {
		display: block;
	}
	.comTable .infoList li:last-child {
		margin-bottom: 0;
	}
	.comTable .infoList .bgTtl {
		margin: 0 0 0.6rem;
		display: inline-block;
	}
}
/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink a {
	padding-right: 4.1rem;
	display: inline-flex;
	min-height: 3.5rem;
	align-items: center;
	color: #0876CE;
	font-size: 1.8rem;
	line-height: 1.4;
	letter-spacing: 0.09rem;
	background: url(img/common/icon13.png) no-repeat right center/3rem;
}
.comLink.white a {
	color: #fff;
	background-image: url(img/common/icon14.png);
}
.comLink a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {}
/*------------------------------------------------------------
	TOP
------------------------------------------------------------*/
#index {
	overflow: hidden;
}
#index .topVisual {
	margin-bottom: 14rem;
	height: 100svh;
}
#index .topVisual .topBox {
	margin: 0 auto;
	max-width: 144rem;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
#index .topVisual .mainImg {
	width: 54.2%;
	margin: 0 -2.1rem -17.5rem 0;
	opacity: 0;
	transition: opacity 1s linear;
}
#index .topVisual .mainImg.show {
	opacity: 1;
}
#index .topVisual .title {
	margin: 0.7rem 5.3% 0 4rem;
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.224rem;
	clip-path: inset(0 100% 0 0);
	transition: clip-path .3s linear;
	white-space: nowrap;
}
#index .topVisual .title.show {
	clip-path: inset(0 0 0 0);
}
#index .topVisual .title .large {
	margin-top: 0.4rem;
	display: block;
	font-size: 6rem;
	line-height: 1.3;
	letter-spacing: 0.3rem;
}
#index .content {
	max-width: 123.4rem;
}
#index .about {
	padding: 15.1rem 0 24.5rem;
	background: url(img/index/about_bg.png) no-repeat right top/cover;
}
#index .about .txtBox {
	max-width: 60rem;
}
#index .about p {
	margin-bottom: 4.5rem;
	font-size: 1.8rem;
	line-height: 2.6;
	letter-spacing: 0.09rem;
}
#index .business .bgSec {
	padding: 9.6rem 0 12rem;
	background: #0377D4;
}
#index .business .bgSec h2 {
	color: #fff;
	font-size: 3rem;
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 1.4rem;
	letter-spacing: 0.15rem;
}
#index .business .bgSec h2 img {
	margin-right: 1rem;
	vertical-align: -2rem;
}
#index .business .bgSec .midTxt {
	margin-bottom: 3rem;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 400;
	letter-spacing: 0.09rem;
	text-align: center;
}
#index .business .bgSec .imgBox {
	margin-bottom: 1.6rem;
	padding: 6.4rem 4rem 8rem;
	align-items: center;
	border-radius: 1.6rem;
	background: #0057B1;
}
#index .business .bgSec .imgBox .txtBox {
	width: 49.4%;
}
#index .business .bgSec .imgBox .feature {
	margin-bottom: 3rem;
}
#index .business .bgSec .imgBox .feature li {
	padding: 3.2rem 3.1rem 3.7rem;
	border-radius: 0.8rem;
	background: #BCDDFF;
}
#index .business .bgSec .imgBox .feature li:not(:last-child) {
	margin-bottom: 1.6rem;
}
#index .business .bgSec .imgBox .feature .ttl {
	margin: 0 0 1.5rem -3.1rem;
	font-size: 2.4rem;
	line-height: 1.6;
	font-weight: 600;
	letter-spacing: 0.12rem;
	display: flex;
	align-items: center;
}
#index .business .bgSec .imgBox .feature .ttl .num {
	margin-right: 1rem;
	padding: 1.05rem 1.6rem;
	width: 10rem;
	color: #E8F3FF;
	font-size: 1.6rem;
	line-height: 1;
	letter-spacing: 0.16rem;
	background-color: #0377D4;
	clip-path: polygon(0 0, 8.5rem 0, 100% 50%, 8.5rem 100%, 0 100%);
}
#index .business .bgSec .imgBox .feature .ttl .num span {
	font-size: 1.8rem;
	font-weight: 500;
	margin-left: 0.2rem;
	letter-spacing: 0;
	vertical-align: -0.1rem;
}
#index .business .bgSec .imgBox .feature .txt {
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: 0;
}
#index .business .bgSec .imgBox .link a {
	min-height: 6rem;
	padding: 1.2rem 5.5rem 1.2rem 2.3rem;
	color: #fff;
	letter-spacing: 0.08rem;
	display: flex;
	align-items: center;
	border-radius: 0.8rem;
	border: 1px solid #D1EBFF;
	background: url(img/common/icon11.png) no-repeat right 2.4rem center/3rem;
}
#index .business .bgSec .imgBox .link a img {
	width: 2.5rem;
	margin-right: 1.5rem;
}
#index .business .bgSec .imgBox .phoBox {
	margin-top: 1.2rem;
	width: 46.6%;
}
#index .business .bgSec .linkUl li {
	width: 49.4%;
}
#index .business .bgSec .linkUl a {
	padding: 2.8rem 7.5rem 3.2rem 2rem;
	height: 100%;
	display: flex;
	align-items: center;
	border-radius: 0.8rem;
	border: 1px solid #0057B1;
	background: #0057B1 url(img/common/icon14.png) no-repeat right 2.4rem center/3rem;
}
#index .business .bgSec .linkUl img {
	width: 7.4rem;
	margin: 0.5rem 1.2rem 0 0;
	flex-shrink: 0;
}
#index .business .bgSec .linkUl p {
	color: #fff;
	letter-spacing: 0;
}
#index .business .bgSec .linkUl p .ttl {
	margin-bottom: 0.1rem;
	display: block;
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: 0.1rem;
}
#index .business .bgSec .subBox:not(:last-child) {
	margin-bottom: 11.2rem;
}
#index .business .bgSec .subBox02 h2 {
	margin-bottom: 3.3rem;
}
#index .business .bgSec .bgBox {
	padding: 6.4rem 4rem 3rem;
	border-radius: 1.6rem;
	background: #0057B1;
}
#index .business .bgSec .subBox02 h3 {
	margin: 0 0 1.5rem -4rem;
	display: inline-block;
	color: #0057B1;
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.12rem;
}
#index .business .bgSec .subBox02 h3 span {
	padding: 1.4rem 4.1rem 1.4rem 3.5rem;
	display: inline-block;
	background: #BCDDFF;
	clip-path: polygon(0 0, calc(100% - 1.8rem) 0, 100% 50%, calc(100% - 1.8rem) 100%, 0 100%);
}
#index .business .bgSec .subBox02 h3 span:not(:last-child) {
	margin-bottom: 0.5rem;
}
#index .business .bgSec .subBox02 p {
	margin-bottom: 2.3rem;
	color: #fff;
	letter-spacing: 0;
}
#index .business .bgSec .subBox02 p:last-child {
	margin-bottom: 0 !important;
}
#index .business .bgSec .subBox02 .subBg {
	margin-bottom: 1.5rem;
	padding: 5.6rem 6rem 5.4rem 3.2rem;
	border-radius: 0.8rem;
	align-items: center;
	background: linear-gradient(190deg, rgba(255, 255, 255, 0.50) -4.34%, rgba(255, 255, 255, 0.40) 48.07%, rgba(255, 255, 255, 0.00) 112.13%);
}
#index .business .bgSec .subBox02 .subBg .lBox {
	margin: -0.7rem 2rem 0 0;
	flex: 1;
}
#index .business .bgSec .subBox02 .subBg .lBox .ttl {
	margin-bottom: 1.3rem;
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: 0.1rem;
}
#index .business .bgSec .subBox02 .subBg .lBox .checkList li {
	padding: 0.1rem 0 0 2.8rem;
	color: #fff;
	line-height: 1.4;
	background: url(img/common/icon15.png) no-repeat left top/2.4rem;
}
#index .business .bgSec .subBox02 .subBg .lBox .checkList li:not(:last-child) {
	margin-bottom: 0.8rem;
}
#index .business .bgSec .subBox02 .subBg .rBox {
	width: 60.5%;
}
#index .business .bgSec .subBox02 .subBg .rBox img {
	width: 100%;
}
#index .business .bgSec .subBox02 .subBg .phoList li {
	width: 48.8%;
}
#index .business .bgSec .subBox02 .subBg .phoList img {
	width: 100%;
}
#index .business .bgSec .subBox02 .subBg .phoList p {
	margin-top: 0.6rem;
	font-size: 1.3rem;
	letter-spacing: 0.052rem;
}
#index .business .bgSec .subBox02 .subBg02 {
	padding: 3.3rem 3.2rem 2.5rem 2.7rem;
}
#index .business .bgSec .subBox02 .subBg02 .lBox .ttl {
	margin-bottom: 1rem;
}
#index .business .bgSec .subBox02 .subBg02 .rBox {
	width: 61%;
}
#index .business .bgSec .subBox02 .lower {
	margin-bottom: 6.3rem;
}
#index .business .bgSec .subBox02 .lower02 {
	margin-bottom: 2.8rem;
}
#index .business .bgSec .subBox02 .lower02 h3 {
	margin-bottom: 2.4rem;
}
#index .business .bgSec .subBox02 .tagTxt {
	line-height: 1.1;
}
#index .business .bgSec .subBox02 .label {
	margin: 0 0.8rem 1rem 0;
	display: inline-block;
	padding: 0.8rem 1.1rem;
	border: 1px solid #D1EBFF;
}
#index .business .bgSec .subBox02 .subBg03 {
	padding: 3.2rem 2.4rem;
}
#index .business .bgSec .subBox02 .subBg03 .phoList {
	gap: 1.4rem 1.2rem;
}
#index .business .bgSec .subBox02 .subBg03 .phoList li {
	width: calc((100% - 6rem)/6);
}
#index .business .bgSec .subBox02 .subBg03 .phoList p {
	font-size: 1.3rem;
	line-height: 1.4;
	margin-top: 0.3rem;
	letter-spacing: 0;
}
#index .business .bgSec .subBox02 .comLink {
	text-align: center;
}
#index .business .bgSec .subBox02 .comLink a {
	background-image: url(img/common/icon11.png);
}
#index .headLine02 {
	font-size: 3rem;
}
#index .business .bgSec02 {
	padding: 8rem 0;
	background: #EFF6FB;
}
#index .business .bgSec02 .ttlBox {
	margin-top: 1.9rem;
	width: 30.8%;
}
#index .business .bgSec02 .ttlBox h2 {
	margin-bottom: 1.7rem;
	letter-spacing: 0.24rem;
}
#index .business .bgSec02 .infoList {
	flex: 1;
	margin-right: 0.2rem;
	gap: 0 1.2rem;
}
#index .business .bgSec02 .infoList li {
	padding: 1.5rem 1rem;
	position: relative;
	width: calc((100% - 1.2rem)/2);
	min-height: 15.5rem;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	text-align: center;
	align-items: center;
	background: #FFF;
}
#index .business .bgSec02 .infoList li:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 0.4rem;
	height: 50%;
	background: #0377D4;
	content: "";
}
#index .business .bgSec02 .infoList li:after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0.4rem;
	height: 50%;
	background: #05B250;
	content: "";
}
#index .business .bgSec02 .infoList p {
	width: 100%;
	font-size: 1.7rem;
	line-height: 1.6;
	letter-spacing: 0.085rem;
}
#index .business .bgSec02 .infoList p .blue {
	color: #0377D4;
	font-weight: 600;
}
#index .business .bgSec02 .infoList .logo {
	margin-top: 1.3rem;
	width: 10.6rem;
}
#index .business .bgSec02 .infoList li:last-child p {
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: 0.08rem;
}
#index .news {
	padding: 11.8rem 0;
}
#index .news h2 {
	margin-bottom: 1.5rem;
	text-align: center;
}
#index .newsList .date {
	width: 10.7rem;
}
#index .news .comLink {
	margin-top: 2.5rem;
	text-align: right;
}
#index .recruit {
	padding: 3.2rem 0;
	align-items: center;
	justify-content: flex-end;
	background: url(img/index/recruit_bg.jpg) no-repeat left top/cover;
}
#index .recruit .txtBox {
	margin: 0 2rem 0.8rem 4rem;
	width: 56rem;
	color: #fff;
}
#index .recruit .txtBox h2 {
	margin-bottom: 1rem;
	letter-spacing: 0.24rem;
}
#index .recruit .txtBox p {
	margin-bottom: 3rem;
	line-height: 1.9;
	font-weight: 400;
}
#index .recruit .phoBox {
	width: calc(50% - 0.2rem);
}
#index .recruit .phoBox img {
	width: 100%;
}
@media all and (min-width: 897px) {
	#index .business .bgSec .imgBox .link a:hover {
		background-color: rgba(255, 255, 255, 0.20);
	}
	#index .business .bgSec .linkUl a:hover {
		background-color: #4186CF;
		border-color: #fff;
	}
}
@media all and (min-width: 961px) and (max-width: 1380px) {
	#index .topVisual .title {
		font-size: 2.319vw;
	}
	#index .topVisual .title .large {
		font-size: 4.348vw;
	}
	#index .topVisual .mainImg {
		margin-right: -1.522vw;
	}
}
@media all and (max-width: 1260px) {
	#index .recruit .txtBox {
		width: auto;
		flex: 1;
	}
}
@media all and (max-width: 960px) {
	#index .topVisual {
		margin-bottom: 16.5rem;
		height: auto;
		padding-top: 16.4rem;
	}
	#index .topVisual .topBox {
		display: block;
	}
	#index .topVisual .title {
		margin: 0 0 3.3rem 8rem;
		font-size: 3.35vw;
	}
	#index .topVisual .title .large {
		font-size: 6.24vw;
	}
	#index .topVisual .mainImg {
		margin: 0 -8rem 0 auto;
		width: 81.3%;
	}
	#index .about {
		padding: 0 0 31.5rem;
	}
	#index .business .bgSec .imgBox {
		padding: 4.5rem 4.5rem 7rem;
		display: block;
	}
	#index .business .bgSec .imgBox .txtBox {
		margin-bottom: 5.5rem;
		width: auto;
	}
	#index .business .bgSec .imgBox .phoBox {
		margin: 0 auto;
		width: 53.3rem;
		transform: translateX(2.8rem);
	}
	#index .business .bgSec .imgBox .phoBox .pc {
		display: none;
	}
	#index .business .bgSec .linkUl {
		display: block;
	}
	#index .business .bgSec .linkUl li {
		width: auto;
	}
	#index .business .bgSec .linkUl li:not(:last-child) {
		margin-bottom: 1.5rem;
	}
	#index .business .bgSec .linkUl a {
		min-height: 15.6rem;
	}
	#index .business .bgSec .subBox02 .subBg {
		display: block;
		padding: 2.8rem 3.2rem 3rem;
		background: linear-gradient(205deg, rgba(255, 255, 255, 0.50) -4.34%, rgba(255, 255, 255, 0.40) 48.07%, rgba(255, 255, 255, 0.00) 112.13%);
	}
	#index .business .bgSec .subBox02 .tagTxt br.pc {
		display: none;
	}
	#index .business .bgSec .subBox02 .subBg .lBox {
		margin: 0 0 3.8rem;
	}
	#index .business .bgSec .subBox02 .subBg .lBox .ttl {
		margin-bottom: 0.6rem;
	}
	#index .business .bgSec .subBox02 .subBg .lBox .checkList {
		display: flex;
		flex-wrap: wrap;
		gap: 0.8rem;
	}
	#index .business .bgSec .subBox02 .subBg .lBox .checkList li {
		margin-bottom: 0;
	}
	#index .business .bgSec .subBox02 .subBg .rBox {
		margin: 0 auto;
		width: auto;
		max-width: 59.4rem;
	}
	#index .business .bgSec .subBox02 .subBg02 .lBox {
		margin-bottom: 2.5rem;
	}
	#index .business .bgSec .subBox02 .subBg02 .rBox {
		max-width: inherit;
	}
	#index .business .bgSec .subBox02 .subBg .phoList p {
		font-size: 1.2rem;
	}
	#index .business .bgSec .subBox02 .subBg03 {
		padding: 3rem 2.5rem;
	}
	#index .business .bgSec .subBox02 .subBg03 .phoList li {
		width: calc((100% - 3.6rem)/4);
	}
	#index .business .bgSec02 {
		padding: 5rem 0 12.5rem;
		position: relative;
	}
	#index .business .bgSec02 .content {
		display: block;
	}
	#index .business .bgSec02 .ttlBox {
		margin-bottom: 2.8rem;
	}
	#index .business .bgSec02 .infoList {
		display: block;
	}
	#index .business .bgSec02 .infoList li {
		margin: 0 0 1.6rem;
		width: auto;
		padding: 2rem 1.7rem 1.5rem;
	}
	#index .business .bgSec02 .infoList br.pc {
		display: none;
	}
	#index .business .bgSec02 .infoList .logo {
		margin-top: 2rem;
	}
	#index .business .bgSec02 .comLink {
		position: absolute;
		left: 0;
		bottom: 8rem;
		width: 100%;
		text-align: center;
	}
	#index .news {
		padding: 9.2rem 0;
	}
	#index .recruit .phoBox {
		width: 59.8%;
	}
}
@media all and (max-width: 896px) {
	#index .topVisual {
		margin-bottom: 11rem;
		padding-top: 13rem;
	}
	#index .topVisual .title {
		margin: 0 0 4.5rem 2rem;
		font-size: 4.8vw;
		letter-spacing: 0.126rem;
	}
	#index .topVisual .title .large {
		font-size: 9.32vw;
		letter-spacing: 0.175rem;
	}
	#index .topVisual .mainImg {
		margin: 0 -4rem 0 auto;
		width: 97%;
	}
	#index .about {
		padding: 0 0 79.7vw;
		background-position: right bottom;
		background-size: 169% auto;
	}
	#index .about .txtBox {
		max-width: inherit;
	}
	#index .about p {
		margin-bottom: 3.6rem;
		font-size: 1.6rem;
		line-height: 2;
		letter-spacing: 0.08rem;
	}
	#index .business .bgSec {
		padding: 8rem 0 7rem;
	}
	#index .business .bgSec h2 {
		font-size: 2.6rem;
		letter-spacing: 0.13rem;
	}
	#index .business .bgSec h2 img {
		margin-right: 0.5rem;
		width: 21.8rem;
		vertical-align: -1.3rem;
	}
	#index .business .bgSec .midTxt {
		margin-bottom: 2.4rem;
		font-size: 1.6rem;
		text-align: left;
		letter-spacing: 0.08rem;
	}
	#index .business .bgSec .imgBox {
		padding: 1.6rem 1.6rem 4.2rem;
		border-radius: 1.2rem;
	}
	#index .business .bgSec .imgBox .txtBox {
		margin-bottom: 5rem;
	}
	#index .business .bgSec .imgBox .feature {
		margin-bottom: 2.3rem;
	}
	#index .business .bgSec .imgBox .feature li {
		padding: 1.5rem 1.5rem 4.2rem;
		background: #D1EBFF;
	}
	#index .business .bgSec .imgBox .feature .ttl {
		margin: 0 0 0.8rem;
		display: block;
		font-size: 2.1rem;
	}
	#index .business .bgSec .imgBox .feature .ttl .num {
		margin: 0 0 1.5rem -1.5rem;
		display: inline-block;
	}
	#index .business .bgSec .imgBox .feature .ttl .num span {
		font-size: 2rem;
	}
	#index .business .bgSec .imgBox .feature .txt {
		line-height: 1.6;
	}
	#index .business .bgSec .imgBox .feature li:not(:last-child) {
		margin-bottom: 1.2rem;
	}
	#index .business .bgSec .imgBox .link a {
		padding: 1.4rem 4.5rem 1.4rem 1.5rem;
		line-height: 1.4;
		background-position: right 1.3rem center;
	}
	#index .business .bgSec .imgBox .phoBox {
		width: 29rem;
		transform: translateX(1rem);
	}
	#index .business .bgSec .imgBox .phoBox .pc {
		display: block !important;
	}
	#index .business .bgSec .imgBox .phoBox .tab {
		display: none !important;
	}
	#index .business .bgSec .linkUl a {
		padding: 2.3rem 4.6rem 2rem 1.5rem;
		background-position: right 1.3rem center;
	}
	#index .business .bgSec .linkUl img {
		width: 5.6rem;
	}
	#index .business .bgSec .linkUl p {
		line-height: 1.6;
	}
	#index .business .bgSec .linkUl p .ttl {
		margin-bottom: 0.3rem;
	}
	#index .business .bgSec .subBox:not(:last-child) {
		margin-bottom: 8rem;
	}
	#index .business .bgSec .subBox02 h2 {
		margin-bottom: 1.9rem;
	}
	#index .business .bgSec .subBox02 .bgBox {
		border-radius: 1.2rem;
		padding: 3.3rem 1.5rem 3.5rem;
	}
	#index .business .bgSec .subBox02 .bgBox h3 {
		margin: 0 -1.5rem 2rem;
		font-size: 2rem;
		letter-spacing: 0.1rem;
	}
	#index .business .bgSec .subBox02 .bgBox h3 span {
		padding: 1.2rem 3rem 1.2rem 1.5rem;
		clip-path: polygon(0 0, calc(100% - 1.6rem) 0, 100% 50%, calc(100% - 1.6rem) 100%, 0 100%);
	}
	#index .business .bgSec .subBox02 .bgBox p {
		margin-bottom: 1.6rem;
		line-height: 1.6;
	}
	#index .business .bgSec .subBox02 .subBg {
		margin-bottom: 1rem;
		padding: 3.6rem 1.6rem 3rem;
		background: linear-gradient(225deg, rgba(255, 255, 255, 0.50) -4.34%, rgba(255, 255, 255, 0.40) 48.07%, rgba(255, 255, 255, 0.00) 112.13%);
	}
	#index .business .bgSec .subBox02 .subBg .lBox {
		margin-bottom: 4.8rem;
	}
	#index .business .bgSec .subBox02 .subBg .lBox .checkList {
		display: block;
		letter-spacing: 0.064rem;
	}
	#index .business .bgSec .subBox02 .subBg .lBox .ttl {
		margin-bottom: 1rem;
		text-align: center;
	}
	#index .business .bgSec .subBox02 .subBg01 .rBox {
		margin: 0 -0.3rem;
		max-width: inherit;
	}
	#index .business .bgSec .subBox02 .subBg .phoList {
		display: block;
	}
	#index .business .bgSec .subBox02 .subBg .phoList li {
		width: auto;
	}
	#index .business .bgSec .subBox02 .subBg .phoList li:not(:last-child) {
		margin-bottom: 1.5rem;
	}
	#index .business .bgSec .subBox02 .subBg .phoList p {
		margin-top: 0.3rem;
		font-size: 1.3rem;
	}
	#index .business .bgSec .subBox02 .subBg02 {
		padding-top: 4rem;
		padding-bottom: 3.5rem;
	}
	#index .business .bgSec .subBox02 .subBg02 .lBox {
		margin-bottom: 0.7rem;
	}
	#index .business .bgSec .subBox02 .lower {
		margin-bottom: 5rem;
	}
	#index .business .bgSec .subBox02 .lower02 h3 {
		margin-bottom: 2.4rem;
	}
	#index .business .bgSec .subBox02 .bgBox .tagTxt {
		margin: 0 -1rem 2.5rem 0;
		letter-spacing: 0.06rem;
	}
	#index .business .bgSec .subBox02 .label {
		margin: 0 0.6rem 0.8rem 0;
		padding: 0.5rem 1.1rem;
		font-size: 1.3rem;
		letter-spacing: 0;
	}
	#index .business .bgSec .subBox02 .subBg03 {
		padding: 3.5rem 1.2rem 3rem;
	}
	#index .business .bgSec .subBox02 .subBg03 .phoList {
		display: flex;
		gap: 1.5rem 1.2rem;
	}
	#index .business .bgSec .subBox02 .subBg03 .phoList li {
		margin-bottom: 0 !important;
		width: calc((100% - 1.2rem)/2);
	}
	#index .business .bgSec .subBox02 .subBg03 .phoList p {
		margin-top: 0.5rem;
		letter-spacing: 0.052rem;
	}
	#index .business .bgSec .subBox02 .lower02 {
		margin-bottom: 3.5rem;
	}
	#index .business .bgSec .subBox02 .comLink {
		margin: 0 0.8rem;
	}
	#index .headLine02 {
		font-size: 2.6rem;
	}
	#index .business .bgSec02 .ttlBox {
		margin-bottom: 2rem;
	}
	#index .business .bgSec02 .infoList p br.pc {
		display: block !important;
	}
	#index .business .bgSec02 .infoList .logo {
		width: 8.4rem;
		margin-top: 0.6rem;
	}
	#index .business .bgSec02 .comLink {
		bottom: 6.7rem;
	}
	#index .news {
		padding: 7rem 0;
	}
	#index .recruit {
		padding: 6.8rem 0 0;
		display: block;
		background-image: url(img/index/recruit_bg_sp.jpg);
		background-size: 100% auto;
	}
	#index .recruit .txtBox {
		margin: 0 2rem 3.7rem;
	}
	#index .recruit .txtBox p {
		margin-bottom: 3.3rem;
		line-height: 1.6;
	}
	#index .recruit .phoBox {
		width: auto;
	}
}
/*------------------------------------------------------------
	about
------------------------------------------------------------*/
#about .topBox {
	padding: 6.4rem 0;
	background-color: #0377D4;
}
#about .topBox .textList {
	padding: 5.5rem 6.6rem 5.8rem;
	border-radius: 1.6rem;
	background-color: #0057B1;
}
#about .topBox .textList li {
	margin-bottom: 2.5rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	color: #FFF;
}
#about .topBox .textList p {
	line-height: 1.6;
}
#about .topBox .textList li:last-child {
	margin-bottom: 0;
}
#about .topBox .textList li .en {
	margin-top: 0.2rem;
	padding-left: 3.6rem;
	width: 16rem;
	font-size: 2.4rem;
	font-weight: 400;
	font-family: "Roboto", sans-serif;
	letter-spacing: 0.05em;
	background: url(img/common/icon16.png) no-repeat left top 0.7rem / 2.4rem;
}
#about .topBox .textList li .txt {
	width: calc(100% - 16.9rem);
	font-size: 2.4rem;
	letter-spacing: 0.05em;
}
#about .sec01 {
	padding: 11.5rem 0 11.3rem;
}
#about .sec01 .headLine01 {
	margin-bottom: 2.4rem;
}
#about .sec01 .logoBox {
	margin-bottom: 3.1rem;
	padding: 2.9rem 2rem;
	text-align: center;
	background-color: #ECF5FC;
}
#about .sec01 .logoBox img {
	width: 36.1rem;
}
#about .sec01 .text {
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: 0.05em;
}
#about .sec02 {
	margin-bottom: 11.1rem;
}
#about .sec02 .headLine01 {
	margin-bottom: 3.2rem;
}
#about .sec02 .photoList {
	padding: 0 0.5rem;
	gap: 4.6rem;
}
#about .sec02 .photoList li {
	width: calc((100% - 9.2rem) / 3);
}
#about .sec02 .photoList li .photo {
	margin: 0 auto -1.3rem;
	max-width: 29.8rem;
	box-sizing: content-box;
}
#about .sec02 .photoList li .ttl {
	margin-bottom: 0.7rem;
	font-size: 2rem;
	font-weight: 600;
}
#about .sec02 .photoList li .ttl .en {
	margin-bottom: -0.4rem;
	display: block;
	font-size: 1.6rem;
	color: #0377D4;
	font-weight: 600;
}
#about .sec02 .photoList li .txt {
	font-weight: 400;
}
#about .sec03 {
	margin-bottom: 7.2rem;
}
#about .sec03 .headLine01 {
	margin-bottom: 2.4rem;
}
#about .sec03 .comTable tr:first-child th,
#about .sec03 .comTable tr:first-child td {
	border-top: none;
}
#about .sec03 .comTable th {
	width: 20.8rem;
	padding: 2.2rem 1.6rem 1.9rem;
}
#about .sec03 .comTable td {
	padding: 2.3rem 0 2.2rem;
}
#about .sec03 .comTable .txtList {
	margin-left: 0;
}
#about .sec03 .comTable .txtList li {
	padding-left: 0;
}
#about .sec03 .comTable .txtList li::before {
	display: none;
}
#about .sec03 .comTable .methodUl {
	margin: 0.5rem 0 1.5rem;
	gap: 1.1rem 1.6rem;
}
#about .sec03 .comTable .methodUl li {
	padding-left: 0;
}
#about .sec03 .comTable .methodUl li::before {
	display: none;
}
#about .sec03 .comTable .methodUl img {
	margin-right: 0.5rem;
	width: 2.4rem;
	vertical-align: -0.7rem;
}
#about .sec03 .comTable .map {
	margin-bottom: 0.6rem;
}
#about .sec03 .comTable .map iframe {
	width: 100%;
	height: 39.6rem;
	display: block;
}
#about .sec04 .infoList {
	margin-bottom: 3.6rem;
	gap: 0 2.5rem;
}
#about .sec04 .infoList li {
	padding: 3.2rem 3.2rem;
	position: relative;
	width: calc((100% - 2.5rem)/2);
	background: #ECF5FC;
}
#about .sec04 .infoList li:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 0.4rem;
	height: 50%;
	background: #0377D4;
	content: "";
}
#about .sec04 .infoList li:after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0.4rem;
	height: 50%;
	background: #05B250;
	content: "";
}
#about .sec04 .infoList p {
	line-height: 1.6;
}
#about .sec04 .infoList .ttl {
	margin-bottom: 0.9rem;
	font-size: 1.8rem;
	font-weight: 600;
	letter-spacing: 0.09rem;
}
#about .sec04 .infoList p .blue {
	color: #0377D4;
	font-weight: 600;
}
#about .sec04 .infoList li.flex {
	align-items: center;
}
#about .sec04 .infoList .txtBox {
	flex: 1;
}
#about .sec04 .infoList .logo {
	margin: 1.3rem 0 0 1.2rem;
	width: 12.1rem;
}
#about .sec04 .history li {
	position: relative;
	display: flex;
	padding: 0 0 2.6rem 2.2rem;
}
#about .sec04 .history li:last-child {
	padding-bottom: 0 !important;
}
#about .sec04 .history li:not(:last-child):before {
	position: absolute;
	top: 1.5rem;
	left: 0.6rem;
	width: 0;
	height: calc(100% - 1rem);
	border-left: 2px dashed #0377D4;
	content: "";
}
#about .sec04 .history li:after {
	position: absolute;
	left: 0.2rem;
	top: 0.8rem;
	width: 1rem;
	height: 1rem;
	content: "";
	transform: rotate(135deg);
	background: #0377D4;
}
#about .sec04 .history .date {
	margin-top: 0.3rem;
	width: 9rem;
	color: #0377D4;
	font-size: 2rem;
	line-height: 1;
	letter-spacing: 0.1rem;
}
#about .sec04 .history .txt {
	flex: 1;
}
#about {
	margin-bottom: 10rem;
}
@media all and (max-width: 896px) {
	#about .topBox {
		padding: 4rem 0;
	}
	#about .topBox .textList {
		padding: 3.4rem 2.3rem 3rem;
	}
	#about .topBox .textList li {
		margin-bottom: 2.5rem;
		display: block;
	}
	#about .topBox .textList li .en {
		margin-bottom: 0.5rem;
		margin-top: 0;
		padding-left: 3rem;
		width: auto;
		font-size: 2rem;
		background-position: 0.2rem 0.6rem;
		background-size: 2rem;
	}
	#about .topBox .textList li .txt {
		width: auto;
		font-size: 2rem;
	}
	#about .sec01 {
		padding: 7rem 0 4rem;
	}
	#about .sec01 .headLine01 {
		margin-bottom: 2.7rem;
	}
	#about .sec01 .logoBox {
		margin-bottom: 2.2rem;
		padding: 1.9rem 1rem 1.9rem 2rem;
	}
	#about .sec01 .logoBox img {
		width: 25.3rem;
	}
	#about .sec01 .text {
		line-height: 1.6;
	}
	#about .sec02 {
		margin-bottom: 6rem;
	}
	#about .sec02 .headLine01 {
		margin-bottom: 2rem;
	}
	#about .sec02 .photoList {
		padding: 0 0.5rem;
		display: block;
	}
	#about .sec02 .photoList li {
		margin-bottom: 2.5rem;
		width: auto;
		display: flex;
		align-items: center;
	}
	#about .sec02 .photoList li .photo {
		margin: 0.3rem 1.3rem 0 -0.5rem;
		max-width: inherit;
		width: 15.4rem;
	}
	#about .sec02 .photoList li .txtBox {
		flex: 1;
	}
	#about .sec02 .photoList li .ttl {
		font-size: 1.8rem;
	}
	#about .sec02 .photoList li .txt {
		line-height: 1.6;
	}
	#about .sec03 .headLine01 {
		margin-bottom: 1.1rem;
	}
	#about .sec03 .comTable {
		border-top: none;
	}
	#about .sec03 .comTable th {
		padding: 1.4rem 0.3rem 0;
	}
	#about .sec03 .comTable td {
		padding: 0.3rem 0.3rem 1.6rem;
		line-height: 1.6;
	}
	#about .sec03 .comTable .txtList li {
		line-height: 1.6;
	}
	#about .sec03 .comTable .map {
		aspect-ratio: 327/208;
	}
	#about .sec03 .comTable .map iframe {
		height: 100%;
	}
	#about .sec04 .infoList {
		margin-bottom: 3.5rem;
		display: block;
	}
	#about .sec04 .infoList li {
		padding: 2.3rem 2rem 3.3rem;
		width: auto;
	}
	#about .sec04 .infoList li:not(:last-child) {
		margin-bottom: 1.8rem;
	}
	#about .sec04 .infoList .ttl {
		margin-bottom: 1.5rem;
		font-size: 1.6rem;
	}
	#about .sec04 .infoList li.flex {
		display: block;
	}
	#about .sec04 .infoList .logo {
		margin: 1rem auto 0;
	}
	#about .sec04 .history li {
		padding: 0 0 2.6rem 2.6rem;
		display: block;
	}
	#about .sec04 .history li:after {
		top: 0.6rem;
	}
	#about .sec04 .history .date {
		margin: 0 0 1.1rem;
		width: auto;
	}
	#about .sec04 .history .txt {
		line-height: 1.6;
	}
	#about {
		margin-bottom: 7.5rem;
	}
}
/*------------------------------------------------------------
	service
------------------------------------------------------------*/
#service .sec01 {
	padding: 11rem 0 12rem;
}
#service .sec01 .linkUl li {
	width: 49.2%;
}
#service .sec01 .linkUl a {
	padding: 2.8rem 1.6rem 5.6rem 1.6rem;
	height: 100%;
	display: flex;
	align-items: flex-start;
	border-radius: 1.2rem;
	background: #0377D4 url(img/common/icon20.png) no-repeat center bottom 1.6rem/3rem;
}
#service .sec01 .linkUl img {
	width: 7.4rem;
	margin: 0.3rem 1.6rem 0 0;
	flex-shrink: 0;
}
#service .sec01 .linkUl p {
	color: #fff;
	letter-spacing: 0;
}
#service .sec01 .linkUl p .ttl {
	margin-bottom: 0.1rem;
	display: block;
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: 0.1rem;
}
#service .sec02 {
	padding: 11.4rem 0 16rem;
}
#service .sec02 .bgPho {
	padding: 5.7rem 8rem 6.3rem;
	background: #ECF5FC;
	text-align: center;
}
#service .sec02 .bgBox {
	margin-bottom: 5.2rem;
	padding: 15.5rem 4rem 6.3rem;
	position: relative;
	background: #D1EBFF;
}
#service .sec02 .bgBox:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 10.1rem;
	background-color: #ECF5FC;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	content: "";
}
#service .sec02 .bgBox h3 {
	margin: 0 2.2rem 3rem 0;
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 1.6;
	letter-spacing: 0.12rem;
	text-align: center;
}
#service .sec02 .bgBox h3 .lineTxt {
	padding: 0.8rem 1.2rem 1rem;
	display: inline-block;
	color: #1368AC;
	font-size: 2.1rem;
	font-weight: 400;
	letter-spacing: 0.02em;
	font-feature-settings: normal;
	vertical-align: 0;
	margin-right: 1.2rem;
	border-top: 1px solid #5DAEE2;
	border-bottom: 1px solid #5DAEE2;
}
#service .sec02 .bgBox h3 .lineTxt img {
	margin-right: 0.8rem;
	width: 19.2rem;
	vertical-align: -1.3rem;
}
#service .pointList li {
	padding: 3.8rem 2.1rem 4rem 8.5rem;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-radius: 0.8rem;
	background: #FFF;
}
#service .pointList li:not(:last-child) {
	margin-bottom: 1.5rem;
}
#service .pointList .num {
	position: absolute;
	left: 0;
	top: 3.4rem;
	padding: 1rem 1rem 0.9rem 0;
	width: 6.8rem;
	color: #fff;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	background-color: #0377D4;
	clip-path: polygon(0 0, 5.2rem 0, 100% 50%, 5.2rem 100%, 0 100%);
}
#service .pointList .txtBox {
	flex: 1;
}
#service .pointList .txtBox p {
	font-weight: 400;
}
#service .pointList .txtBox .ttl {
	margin-bottom: 1.4rem;
	font-weight: 600;
	font-size: 2rem;
	line-height: 1.6;
	letter-spacing: 0.1rem;
}
#service .pointList .phoBox {
	margin: 0.2rem 0 0 2.5rem;
	width: 40%;
}
#service .pointList .phoBox img {
	width: 100%;
}
#service .sec02 .listBox h3 {
	margin-bottom: 1.5rem;
}
#service .sec02 .listUl {
	gap: 2.4rem;
}
#service .sec02 .listUl li {
	width: calc((100% - 4.8rem)/3);
	font-feature-settings: normal;
}
#service .sec02 .listUl .pho {
	margin-bottom: 0.7rem;
}
#service .sec02 .listUl .pho img {
	width: 100%;
}
#service .sec02 .listUl .ttl {
	margin-bottom: 0.8rem;
	color: #222;
	font-size: 2.1rem;
	font-weight: 600;
	letter-spacing: 0;
}
#service .sec02 .listUl .ttl .num {
	display: block;
	color: #0377D4;
	font-size: 1.7rem;
	line-height: 1.9;
}
#service .sec02 .listUl .txt {
	color: #222;
	letter-spacing: 0;
}
#service .sec03 .bgBox {
	padding: 4rem 4rem 7rem;
	background: #EBF4EC;
}
#service .sec03 .bgBox h3 {
	margin: 0 0.5rem 2.7rem 0;
}
#service .sec03 .pointList {
	margin-bottom: 4rem;
}
#service .sec03 .pointList li {
	padding: 3rem 3.1rem 4rem 4.5rem;
	align-items: center;
	position: relative;
}
#service .sec03 .pointList li:not(:last-child) {
	margin-bottom: 2.5rem;
}
#service .sec03 .pointList li:not(:last-child):after {
	position: absolute;
	left: 50%;
	bottom: -1.8rem;
	width: 8.1rem;
	height: 2.9rem;
	transform: translateX(-50%);
	background-color: #fff;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	content: "";
}
#service .sec03 .pointList .phoBox {
	margin: 1rem 0 0 2.5rem;
	width: 56.5%;
}
#service .sec03 .pointList .txtBox .ttl {
	margin-bottom: 0.6rem;
}
#service .sec03 .midBox {
	padding: 3.2rem 2rem 4rem;
	border-radius: 0.8rem;
	text-align: center;
	background: #FFF;
}
#service .sec03 .midBox .ttl {
	margin-bottom: 2.3rem;
	font-weight: 600;
	font-size: 2rem;
	line-height: 1.6;
	letter-spacing: 0.1rem;
}
#service .sec03 .midBox .phoBox {
	margin: 0 auto;
	max-width: 60.2rem;
}
#service {
	margin-bottom: 12rem;
}
@media all and (max-width: 960px) {
	#service .sec03 .pointList li {
		display: block;
	}
	#service .sec03 .pointList .phoBox {
		margin: 2rem auto 0;
		width: 47.8rem;
	}
}
@media all and (min-width: 897px) {
	#service .sec01 .linkUl a:hover {
		background-color: #298BDA;
	}
}
@media all and (max-width: 896px) {
	#service .sec01 {
		padding: 8.2rem 0 6.7rem;
	}
	#service .sec01 .linkUl {
		display: block;
	}
	#service .sec01 .linkUl li {
		margin-bottom: 1.5rem;
		width: auto;
	}
	#service .sec01 .linkUl a {
		padding: 2.4rem 1.6rem 7.3rem 1.6rem;
		background-position: center bottom 2.5rem;
		background-size: 2.5rem auto;
	}
	#service .sec01 .linkUl img {
		width: 5.6rem;
		margin: 0.8rem 1.2rem 0 0;
	}
	#service .sec01 .linkUl p {
		line-height: 1.6;
	}
	#service .sec01 .linkUl p .ttl {
		margin-bottom: 0.3rem;
	}
	#service .sec02 {
		padding: 6.7rem 0 7.1rem;
	}
	#service .sec02 .bgPho {
		padding: 3rem 0.3rem 4rem;
	}
	#service .sec02 .bgPho img {
		width: 50rem;
	}
	#service .sec02 .bgBox {
		margin-bottom: 5.2rem;
		padding: 9rem 1.5rem 4rem;
	}
	#service .sec02 .bgBox:before {
		height: 3.9rem;
	}
	#service .sec02 .bgBox h3 {
		margin: 0 0 2rem;
	}
	#service .sec02 .bgBox h3 .lineTxt {
		padding: 1.1rem 2.6rem 1.2rem;
		display: block;
		width: fit-content;
		font-size: 1.6rem;
		margin: 0 auto 1.2rem;
	}
	#service .sec02 .bgBox h3 .lineTxt img {
		margin: 0 auto 0.2rem;
		display: block;
		width: 21.1rem;
	}
	#service .pointList li {
		padding: 7.2rem 1.6rem 3.4rem;
		display: block;
	}
	#service .pointList li:not(:last-child) {
		margin-bottom: 1.5rem;
	}
	#service .pointList .num {
		top: 1.5rem;
	}
	#service .pointList .txtBox p {
		line-height: 1.6;
	}
	#service .pointList .phoBox {
		margin: 2.3rem 0 0;
		width: auto;
	}
	#service .sec02 .listBox h3 {
		margin-bottom: 1.5rem;
	}
	#service .sec02 .listUl {
		display: block;
	}
	#service .sec02 .listUl li {
		width: auto;
	}
	#service .sec02 .listUl li:not(:last-child) {
		margin-bottom: 3rem;
	}
	#service .sec02 .listUl .txt {
		line-height: 1.6;
	}
	#service .sec03 .bgBox {
		padding: 3rem 1.6rem 7rem;
	}
	#service .sec03 .bgBox h3 {
		margin: 0 0 4rem;
		text-align: center;
	}
	#service .sec03 .bgBox h3 img {
		width: 30.4rem;
	}
	#service .sec03 .pointList {
		margin-bottom: 4rem;
	}
	#service .sec03 .pointList li {
		padding: 2rem 2rem 3rem;
	}
	#service .sec03 .pointList li:not(:last-child) {
		margin-bottom: 3rem;
	}
	#service .sec03 .pointList .phoBox {
		margin: 1.5rem -2rem 0 0;
		padding-bottom: 1rem;
		width: auto;
		overflow-x: auto;
		text-align: center;
	}
	#service .sec03 .pointList .phoBox img {
		width: 48rem;
		max-width: inherit;
	}
	#service .sec03 .pointList .txtBox .ttl {
		margin-bottom: 1rem;
	}
	#service .sec03 .midBox {
		padding: 2rem 2rem 3rem;
	}
	#service .sec03 .midBox .phoBox {
		margin: 0 -2rem 0 0;
		padding-bottom: 1rem;
		max-width: inherit;
		overflow-x: auto;
	}
	#service .sec03 .midBox .phoBox img {
		width: 48rem;
		max-width: inherit;
	}
	#service {
		margin-bottom: 8cqi;
	}
	.simplebar-track.simplebar-horizontal {
		width: calc(100% - 2rem);
		height: 0.4rem;
	}
	.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
		height: 0.4rem;
		top: 0;
		background: #C4CDD5;
	}
	.simplebar-scrollbar.simplebar-visible::before {
		opacity: 1;
	}
	.simpleBar ::-webkit-scrollbar {
		display: none;
	}
}
/*------------------------------------------------------------
    recruit
------------------------------------------------------------*/
#recruit .mainBox {
	padding: 11.3rem 0;
}
#recruit .sec01 {
	margin-bottom: 11.3rem;
	border-radius: 1.6rem;
	padding: 4.8rem 5rem 5.7rem 4.8rem;
	color: #fff;
	background: linear-gradient(240deg, rgba(35, 136, 217, 0.40) 3.06%, #2388D9 75.45%);
}
#recruit .sec01 h2 {
	margin-bottom: 1.2rem;
	font-size: 3.2rem;
	font-weight: 600;
	line-height: 1.6;
	letter-spacing: 0.16rem;
}
#recruit .sec01 p {
	font-size: 1.8rem;
	line-height: 2;
	letter-spacing: 0.09rem;
}
#recruit .sec02 {
	margin: 0 1.4rem 10.4rem;
	align-items: center;
}
#recruit .sec02 .textBox {
	margin: 0 4.7rem 3.7rem 0;
	flex: 1;
}
#recruit .sec02 .txtList {
	margin-left: 0.5rem;
	border-top: 1px solid #D9D9D9;
}
#recruit .sec02 .txtList li {
	padding: 1.4rem;
	font-size: 1.8rem;
	line-height: 1.8;
	letter-spacing: 0.09rem;
	border-bottom: 1px solid #D9D9D9;
}
#recruit .sec02 .pho {
	width: 56%;
}
#recruit .sec02 .pho img {
	width: 100%;
}
#recruit .sec03 {
	margin: 0 0.5rem;
}
#recruit .sec03 .headLine01 {
	margin-bottom: 2rem;
}
#recruit .sec03 .bgBox {
	padding: 4rem;
	border-radius: 1.6rem;
	background: #eff6fb;
	backdrop-filter: blur(2px);
}
#recruit .sec03 .bgBox:not(:last-child) {
	margin-bottom: 3rem;
}
#recruit .sec03 .bgBox h3 {
	margin-bottom: 0;
	padding-right: 2rem;
	position: relative;
	cursor: pointer;
	transition: .3s;
}
#recruit .sec03 .bgBox h3:after {
	margin-top: -1rem;
	position: absolute;
	right: -0.5rem;
	top: 50%;
	width: 1.2rem;
	height: 1.2rem;
	transform: rotate(45deg);
	border-right: 2px solid #0876CE;
	border-bottom: 2px solid #0876CE;
	content: "";
}
#recruit .sec03 .bgBox h3.on:after {
	margin-top: 0.5rem;
	transform: rotate(-135deg);
}
#recruit .sec03 .bgBox .hide {
	display: none;
	padding: 4rem 0 2.4rem;
}
#recruit .sec03 .bgBox .sub:not(:last-child) {
	margin-bottom: 6.4rem;
}
@media all and (min-width: 897px) {
	#recruit .sec03 .bgBox h3:hover {
		opacity: 0.7;
	}
}	
@media all and (max-width: 896px) {
	#recruit .mainBox {
		padding: 4rem 0 7.8rem;
	}
	#recruit .sec01 {
		margin-bottom: 7rem;
		padding: 3.1rem 2.4rem 3.4rem;
	}
	#recruit .sec01 h2 {
		margin-bottom: 1.2rem;
		font-size: 2.4rem;
		letter-spacing: 0.12rem;
	}
	#recruit .sec01 p {
		line-height: 1.6;
	}
	#recruit .sec02 {
		margin: 0 0 7.2rem;
		display: block;
	}
	#recruit .sec02 .textBox {
		margin: 0 0 3.3rem;
		flex: 1;
	}
	#recruit .sec02 .txtList {
		margin-left: 0.5rem;
	}
	#recruit .sec02 .txtList li {
		padding: 1.4rem 0.7rem;
	}
	#recruit .sec02 .pho {
		width: 91%;
		margin: 0 auto;
	}
	#recruit .sec03 {
		margin: 0;
	}
	#recruit .sec03 .headLine01 {
		margin-bottom: 2.8rem;
	}
	#recruit .sec03 .bgBox {
		padding: 2.4rem 1.6rem;
	}
	#recruit .sec03 .bgBox:not(:last-child) {
		margin-bottom: 1.5rem;
	}
	#recruit .sec03 .bgBox h3:after {
		right: 0.4rem;
	}
	#recruit .sec03 .bgBox h3.on::after {
		margin-top: -0.3rem;
	}
	#recruit .sec03 .bgBox .hide {
		padding-bottom: 3.3rem;
	}
	#recruit .sec03 .bgBox .sub {
		margin: 0 0.8rem;
	}
}
/*------------------------------------------------------------
	news
------------------------------------------------------------*/
#news .comBg {
	padding-bottom: 12rem;
}
#news .comBgWhite {
	padding: 4.7rem 4rem 5.5rem;
}
#news .catBox {
	margin: 0 0.4rem 1.3rem;
}
#news .catBox .comForm {
	margin-right: 2.5rem;
	width: 17rem;
}
#news .catBox .comForm select {
	width: 100%;
}
#news .category {
	flex: 1;
	gap: 1.2rem;
}
#news .category a {
	display: block;
	color: #1368AC;
	font-size: 1.3rem;
	font-feature-settings: normal;
	padding: 0.8rem 1.1rem;
	border: 1px solid #D9DFE5;
	background: #FFF;
}
#news .category .current {
	color: #fff;
	background: #0377D4;
	border-color: #0377D4;
}
#news .note {
	margin-top: 2.5rem;
	color: #8C9FAF;
	font-size: 2rem;
	letter-spacing: 0.1rem;
	text-align: center;
}
@media all and (min-width: 897px) {
	#news .category a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#news .comBg {
		padding-bottom: 6.4rem;
	}
	#news .comBg .content {
		padding: 0 1.6rem;
	}
	#news .comBgWhite {
		padding: 2.1rem 1.6rem 4rem;
	}
	#news .catBox {
		margin: 0 0 3rem;
		display: block;
	}
	#news .catBox .comForm {
		margin: 0 0 1.7rem;
		width: 17rem;
	}
	#news .category {
		gap: 0.9rem 0.8rem;
	}
}
/*------------------------------------------------------------
	news/detail
------------------------------------------------------------*/
#news.detail {
	padding-top: 9rem;
}
#news.detail .content {
	max-width: 123.4rem;
}
#news.detail #pagePath {
	margin-bottom: 12.2rem;
}
#news.detail .subBox {
	margin: 0 auto;
	max-width: 98rem;
}
#news.detail .topTxt {
	margin-bottom: 2.5rem;
}
#news.detail .topTxt .date {
	margin: 0.5rem 1rem 0 0;
	color: rgba(21, 47, 79, 0.64);
	font-size: 1.3rem;
	line-height: 1.2;
	letter-spacing: 0.065rem;
}
#news.detail .wpArea h1 {
	margin-bottom: 6.3rem;
	color: #222;
	font-size: 4rem;
	font-weight: 600;
	line-height: 1.4;
	font-feature-settings: normal;
}
#news.detail .wpArea h2 {
	margin-bottom: 2.5rem;
	color: #222;
	font-size: 3.2rem;
	font-weight: 600;
	line-height: 1.4;
	font-feature-settings: normal;
}
#news.detail .wpArea h3 {
	margin-bottom: 1.5rem;
	color: #222;
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 1.4;
	font-feature-settings: normal;
}
#news.detail .wpArea h2 + p {
	margin-top: -1rem;
}
#news.detail .wpArea p:not(:last-child) {
	margin-bottom: 5.6rem;
}
#news.detail .wpArea p {
	word-break: break-all;
}
#news.detail .wpArea p + p {
	margin-top: -2rem;
}
#news.detail .wpArea .mb0 {
	margin-bottom: 0 !important;
}
#news.detail .wpArea a {
	display: inline-block;
	color: #0377D4;
	letter-spacing: 0;
	font-feature-settings: normal;
	text-decoration: underline;
}
#news.detail .wpArea a:hover {
	opacity: 0.7;
}
#news.detail .wpArea a[target="_blank"] {
	display: inline-block;
	padding-right: 2.7rem;
	background: url(img/common/icon09.png) no-repeat right 0.2rem/2.4rem;
}
#news.detail .wpArea .pdf  a[target="_blank"]{
	background-image: url(img/common/icon07.png);
	background-position: right 0.1rem;
	background-size: 2.5rem;
}
#news.detail .wpArea .wp-block-file {
	margin-bottom: 5.6rem;
	font-size: 1.6rem;
	line-height: 1.8;
	margin: 1rem 0 7.5rem;
}
#news.detail .wp-block-image {
	margin: 0 auto 5rem;
	max-width: 70.7rem;
	aspect-ratio: 3/2;
}
#news.detail .wp-block-image + .wp-block-image,#news.detail .wp-block-image + .wp-block-embed-youtube  {
	margin-top: -2rem;
}
#news.detail .wp-block-image img {
	margin: 0 auto;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
#news.detail .wp-block-embed-youtube .wp-block-embed__wrapper {
	margin: 0 auto 5rem;
	max-width: 70.7rem;
	aspect-ratio: 16/9;
}
#news.detail .wp-block-embed-youtube iframe {
	width: 100%;
	height: 100%;
	display: block;
}
#news.detail .wp-block-list {
	margin: 0 0 3rem 1em;
	line-height: 1.8;
	letter-spacing: 0.08rem;
	list-style: inherit;
}
#news.detail .wp-block-list:last-child {
	margin-bottom: 0;
}
#news.detail ol.wp-block-list {
	list-style: decimal;
}
#news.detail .lineTxt {
	margin: 5rem -1.6rem 0 8rem;
	display: flex;
	align-items: center;
	color: #222;
	line-height: 1.9;
}
#news.detail .lineTxt:before {
	margin-right: 2.8rem;
	flex: 1;
	display: block;
	height: 0;
	border-top: 1px solid #D0D7DD;
	content: "";
}
#news.detail {
	margin-bottom: 12.8rem;
}
#news.detail .wp-block-separator {
	margin: 5.5rem 0;
	border: none;
	border-top: 1px solid #D0D7DD;
}
@media all and (max-width: 896px) {
	#news.detail {
		padding-top: 7.5rem;
	}
	#news.detail #pagePath {
		margin-bottom: 7rem;
	}
	#news.detail .topTxt {
		margin-bottom: 1.7rem;
	}
	#news.detail .wpArea h1 {
		margin-bottom: 4.5rem;
		font-size: 3.2rem;
	}
	#news.detail .wpArea h2 {
		font-size: 2.8rem;
	}
	#news.detail .wpArea h3 {
		font-size: 2rem;
	}
	#news.detail .wpArea p:not(:last-child) {
		margin-bottom: 3rem;
	}
	#news.detail .wpArea .wp-block-file {
		margin-bottom: 3rem;
	}
	#news.detail .wpArea p + p {
		margin-top: -1rem;
	}
	#news.detail .wp-block-separator {
		margin: 5rem 0;
	}
	#news.detail .wp-block-separator:before {
		margin-right: 1.5rem;
	}
	#news.detail {
		margin-bottom: 6.5rem;
	}
}
/*------------------------------------------------------------
	contact
------------------------------------------------------------*/
#contact .comBg {
	background: #eff6fb;
}
#contact .comBg .content {
	max-width: 98rem;
}
#contact .comBg .txt01 {
	margin-bottom: 3.1rem;
}
#contact.thanks .comBg {
	padding: 9.6rem 0 12rem;
	text-align: center;
}
#contact.thanks .midImg {
	margin: 0 auto 1rem;
	width: 15rem;
}
#contact.thanks .comBg p {
	margin-bottom: 5.1rem;
	font-size: 2.4rem;
	font-weight: 600;
	letter-spacing: 0.12rem;
}
#contact .errorText {
	display: none;
	margin: -1.4rem 0 1.5rem;
	color: #FF0004;
	font-size: 1.3rem;
	line-height: 1.53846;
	text-align: center;
}
.wpcf7-not-valid-tip {
	margin-top: 0.3rem;
	color: #FF0004 !important;
	font-size: 1.3rem !important;
}
.wpcf7-response-output {
	display: none !important;
}
@media all and (min-width: 897px) {
	#contact .submit input:hover {
		background: #298BDA;
	}
}
@media all and (max-width: 896px) {
	#contact .comBg .content {
		padding: 0 1.6rem;
	}
	#contact .comBg .txt01 {
		margin-bottom: 3.4rem;
		line-height: 1.6;
	}
	#contact.thanks .comBg {
		padding: 7.8rem 0 6.5rem;
	}
	#contact.thanks .midImg {
		margin-bottom: 1.8rem;
		width: 11rem;
	}
	#contact.thanks .comBg p {
		margin-bottom: 4rem;
		font-size: 2rem;
		line-height: 1.6;
		letter-spacing: 0.1rem;
	}
	.wpcf7 form .wpcf7-response-output {
		margin-top: 0 !important;
	}
}
