@charset "utf-8";
/*
Theme Name: MEIKOUDENKI
Theme URI: null
Description: Description
Author: 81bridge - LZJ
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%;
}

a.nolink,
a.nolink:hover {
	opacity: 1;
	cursor: default;
	pointer-events: none;
}
.wp-block-image figure,
.wp-block-image figcaption {
	display: block;
}
.bgimg {
	width:100%;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.bgimg img {
	display: none !important;
}

.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;
}
.tableBox .submit {
	position: relative;
}
div.wpcf7 .ajax-loader,
div.wpcf7 .wpcf7-spinner {
	margin: 0 0 0 -12px;
	display: block;
	position: absolute;
	left: 50%;
	bottom: -30px;
}
.errorText {
	color: #dc3232;
	font-size: 1em;
	font-weight: normal;
	display: none;
}
.hideError .wpcf7-not-valid-tip {
	display: none !important;
}
.span-val.empty {
	display: none;
}
.span-val.empty+br {
	display: none;
}
.elm-step2,
.elm-step3 {
	display: 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 (min-width: 897px) and (max-width: 1280px) {
	html {
		font-size: calc(1000vw / 1280);
	}
}
@media all and (max-width: 413px) {
	html {
		font-size: calc(1000vw / 414);
	}
}
body, table, input, textarea, select, option {
	font-family: "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: #000;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #000;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	padding: 13.5rem 0 0;
	position: relative;
	text-align: left;
	background: url(img/common/bg01.jpg) repeat-y center top / 100%;
}
#container::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 13.5rem;
	background: #FFF;
	content: '';
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !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;
	}
	#container {
		padding: 6rem 0 0;
		background-image: url(img/common/bg01_sp.jpg);
	}
	#container::before {
		height: 6rem;
	}
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-LSM */
/* 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;}
.ice {
	font-weight: 400;
	font-family: "Iceland", sans-serif;
}
.roboto {
	font-family: "Roboto", sans-serif;
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
@media all and (max-width: 896px) {
}
/*------------------------------------------------------------
	fadeInUp
------------------------------------------------------------*/
.fadeInUp {
	opacity: 0;
	transition: all ease 1s;
	transform: translateY(40px);
}
.fadeInUp.on {
	opacity: 1;
	transform: none;
}
/*------------------------------------------------------------
	fadeInLeft
------------------------------------------------------------*/
.fadeInLeft {
    position: relative;
    overflow: clip;
	isolation: isolate;
}
.fadeInLeft::before,
.fadeInLeft::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #f3f4f5;
    z-index: 10;
    transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
    transform: translateX(0);
}
.fadeInLeft::before {
    transition-delay: .2s;
    background: #111;
}
.fadeInLeft.on::before,
.fadeInLeft.on::after {
    transform: translateX(100.4%);
}
/*------------------------------------------------------------
	comLIn
------------------------------------------------------------*/
.comLIn {
	transition: all 800ms cubic-bezier(0.165, 0.84, 0.44, 1);
	transform: translateX(-100%);
}
.comLIn.on {
	transform: none;
}
/*------------------------------------------------------------
	comBgLIn
------------------------------------------------------------*/
.comBgLIn {
	position: relative;
}
.comBgLIn::before,
.comBgLIn::after {
	content: "";
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #f3f4f5;
    z-index: 3;
    transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
	transform: translateX(0);
}
.comBgLIn::before {
	transition-delay: .2s;
	background: #111;
}
.comBgLIn.on::before,
.comBgLIn.on::after {
	transform: translateX(100%);
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 2.6rem 4.6rem 3.3rem 3.8rem;
	z-index: 999;
	transition: 0.3s;
}
#gHeader .hBox {
	align-items: flex-start;
}
#gHeader h1 {
	margin-top: -1.4rem;
	width: 33.8rem;
}
#gHeader .rBox {
	padding: 2.3rem 0.1rem 0 0;
}
#gHeader .rBox .link,
#gHeader .rBox .menu {
	width: 13.8rem;
	min-height: 4.2rem;
}
#gHeader .rBox .link a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	color: #FFF;
	font-size: 1.4rem;
	height: 100%;
	background: #00B2BD;
}
#gHeader .rBox .link a:hover {
	opacity: 0.6;
}
#gHeader .rBox .link.style01 a {
	background: #1865F7;
}
#gHeader .rBox .menu {
	position: relative;
	border: 1px solid #1865F7;
	cursor: pointer;
	z-index: 300;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	background: #FFF;
}
#gHeader .rBox .menu span {
	background: #1865F7;
	border: none;
	height: 1px;
	width: 3.4rem;
	position: absolute;
	top: 1.8rem;
	left: 3rem;
	-webkit-transition: all .35s ease;
	transition: all .35s ease;
	cursor: pointer;
}
#gHeader .rBox .menu span:nth-of-type(2) {
	top: 2.2rem;
}
#gHeader .rBox .menu .text {
	left: auto;
	right: 2.8rem;
	top: 0.9rem;
	background: transparent;
	height: auto;
	width: fit-content;
	color: #1865F7;
	font-size: 1.4rem;
}
#gHeader .rBox .menu.on {
	position: absolute;
	top: 4.9rem;
	right: 8.8rem;
	width: 5.5rem;
	min-height: 4rem;
	background: transparent;
	border: none;
}
#gHeader .rBox .menu.on span {
	width: 5.5rem;
	left: 0;
	height: 2px;
	background: #FFF;
}
#gHeader .rBox .menu.on .text {
	display: none;
}
#gHeader .rBox .menu.on .top {
	transform: translateY(0.2rem) translateX(0) rotate(45deg);
}
#gHeader .rBox .menu.on .bottom {
	transform: translateY(-0.2rem) translateX(0) rotate(-45deg);
}
#gHeader .menuBox {
	display: none;
	padding-bottom: 12rem;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: #1865F7;
	z-index: 299;
	overflow: auto;
	box-sizing: border-box;
}
#gHeader .menuBox .cover {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
}
#gHeader .menuBox .subBox {
	margin: 19.4rem auto 0;
	width: 104rem;
	position: relative;
	z-index: 100;
}
#gNavi {
	margin: 0 auto 7.7rem;
}
#gNavi ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 5rem 0;
}
#gNavi ul li {
	width: calc((100% - 8rem) / 2);
}
#gNavi ul li a {
	padding: 1.4rem 0;
	display: block;
	color: #FFF;
	font-size: 2.8rem;
	font-weight: 300;
	letter-spacing: 0.05em;
	border-bottom: 1px solid #FFF;
	background: url(img/common/icon11.png) no-repeat right center / 1rem;
}
#gNavi ul li a:hover {
	opacity: 0.6;
}
#gHeader .menuBox .linkUl {
	margin: 0 auto;
	max-width: 104rem;
}
#gHeader .menuBox .linkUl li {
	width: 48rem;
}
#gHeader .menuBox .linkUl li a {
	padding: 1rem 3.7rem 1.2rem;
	min-height: 12rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	color: #FFF;
	font-size: 2.8rem;
	font-weight: 300;
	letter-spacing: 0.05em;
	background: #00B2BD url(img/common/icon11.png) no-repeat right 2.3rem center / 1rem;
}
#gHeader .menuBox .linkUl li a:hover {
	opacity: 0.6;
}
#gHeader .menuBox .linkUl li:nth-child(2) a {
	color: #1865F7;
	background: #FFF url(img/common/icon12.png) no-repeat right 2.3rem center / 1rem;
}
@media all and (min-width: 897px) {
	#gHeader .rBox .menu:hover {
		opacity: 0.6;
	}
}
@media all and (max-width: 896px) {
	#gHeader {
		padding: 0.7rem 1.4rem 1.2rem;
	}
	#gHeader .hBox {
		display: block;
	}
	#gHeader h1 {
		margin-top: 0;
		width: 20.8rem;
	}
	#gHeader .rBox {
		padding: 0;
	}
	#gHeader .rBox .link {
		display: none;
	}
	#gHeader .rBox .menu {
		position: absolute;
		top: 1.6rem;
		right: 1.6rem;
		width: 9rem;
		min-height: 2.6rem;
	}
	#gHeader .rBox .menu span {
		width: 2.7rem;
		top: 1rem;
		left: 1.4rem;
	}
	#gHeader .rBox .menu span:nth-of-type(2) {
		top: 1.3rem;
	}
	#gHeader .rBox .menu .text {
		left: auto;
		right: 1.3rem;
		top: 0.3rem;
		font-size: 1.1rem;
	}
	#gHeader .rBox .menu.on .top {
		transform: translateY(0.15rem) translateX(0) rotate(45deg);
	}
	#gHeader .rBox .menu.on .bottom {
		transform: translateY(-0.15rem) translateX(0) rotate(-45deg);
	}
	#gHeader .rBox .menu.on {
		top: 1.6rem;
		right: 2.5rem;
		width: 2.3rem;
		min-height: 2.3rem;
	}
	#gHeader .rBox .menu.on span {
		width: 3.1rem;
		height: 1px;
	}
	#gHeader .menuBox {
		padding-bottom: 12rem;
	}
	#gHeader .menuBox .subBox {
		margin: 5.5rem 2.5rem 0;
		width: auto;
	}
	#gNavi {
		margin: 0 0 2rem;
		max-width: inherit;
	}
	#gNavi ul {
		display: block;
	}
	#gNavi ul li {
		width: auto;
	}
	#gNavi ul li a {
		padding: 1rem 0 1.3rem;
		font-size: 2.1rem;
		background: url(img/common/icon11.png) no-repeat right center / 0.7rem;
	}
	#gNavi ul li:first-child a {
		border-top: 1px solid #FFF;
	}
	#gHeader .menuBox .linkUl {
		margin: 0 auto;
		max-width: 36.2rem;
		display: block;
	}
	#gHeader .menuBox .linkUl li {
		margin-bottom: 1rem;
		width: auto;
	}
	#gHeader .menuBox .linkUl li:last-child {
		margin-bottom: 0;
	}
	#gHeader .menuBox .linkUl li a {
		padding: 1rem 2rem;
		min-height: 8rem;
		font-size: 2.1rem;
		background: #00B2BD url(img/common/icon11.png) no-repeat right 1.3rem center / 0.7rem;
	}
	#gHeader .menuBox .linkUl li:nth-child(2) a {
		background: #FFF url(img/common/icon12.png) no-repeat right 1.3rem center / 0.7rem;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	margin-top: 32.4rem;
	padding: 14.3rem 0 0;
	background: #1865F7;
}
#gFooter .contactBox {
	margin-bottom: 14rem;
}
#gFooter .contactBox .inner {
	margin: 0 auto;
	max-width: 106rem;
	padding: 0 2rem;
	box-sizing: content-box;
}
#gFooter .contactBox .inner .headLine01 {
	margin-bottom: 0.4rem;
}
#gFooter .contactBox .inner .headLine01 .jp {
	margin-bottom: -2.6rem;
	font-size: 1.4rem;
}
#gFooter .contactBox .inner .headLine01 .en {
	margin-left: -0.5rem;
	font-size: 17.6rem;
}
#gFooter .contactBox .inner .lBox {
	width: 70rem;
}
#gFooter .contactBox .inner .lBox .text {
	padding: 0 0.8rem;
	color: #FFF;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
}
#gFooter .contactBox .inner .rBox {
	padding-top: 5.3rem;
	width: calc(100% - 79.5rem);
}
#gFooter .contactBox .inner .rBox .tel {
	margin-bottom: 3.8rem;
}
#gFooter .contactBox .inner .rBox .tel .text {
	margin-bottom: -0.1rem;
	display: block;
	color: #FFF;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
}
#gFooter .contactBox .inner .rBox .tel a {
	color: #FFF;
	font-size: 3.8rem;
	letter-spacing: 0.05em;
	font-family: "Roboto", sans-serif;
}
#gFooter .contactBox .inner .rBox .comBtn01 {
	min-width: 25.2rem;
}
#gFooter .fBox {
	margin: 0 auto 13.1rem;
	padding: 9rem 0 0;
	max-width: 104rem;
	box-sizing: content-box;
	border-top: 1px solid #FFF;
}
#gFooter .fBox .lBox .fLogo {
	margin: 0 0 0.4rem -1rem;
	width: 37.1rem;
}
#gFooter .fBox .lBox .text {
	margin-right: 2.3rem;
	color: #FFF;
	font-size: 1.4rem;
	line-height: 2;
	letter-spacing: 0.03em;
}
#gFooter .fBox .lBox .text a {
	color: #FFF;
}
#gFooter .fBox .lBox .pLink {
	margin-top: 0.7rem;
	width: 8.1rem;
}
#gFooter .fBox .lBox .pLink a {
	padding: 1rem 0.5rem;
	display: block;
	color: #FFF;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	text-align: center;
	border: 1px solid #FFF;
}
#gFooter .fBox .lBox .pLink a:hover {
	opacity: 0.6;
}
#gFooter .fBox .fNavi {
	padding: 5.3rem 0 0;
	gap: 5.9rem;
}
#gFooter .fBox .fNavi .subUl li:not(:last-child) {
	margin-bottom: 3.3rem;
}
#gFooter .fBox .fNavi li a {
	width: fit-content;
	display: block;
	padding: 0 2.6rem 0 0;
	color: #FFF;
	letter-spacing: 0.05em;
	background: url(img/common/icon01_over.png) no-repeat right top calc(50% + 0.1rem) / 0.6rem;
}
#gFooter .fBox .fNavi li a:hover {
	opacity: 0.6;
}
#gFooter address {
	padding: 0.1rem 0 0;
	color: #1865F7;
	font-size: 1.2rem;
	font-family: "Roboto", sans-serif;
	letter-spacing: 0.05em;
	text-align: center;
	background: #FFF;
}
@media all and (max-width: 896px) {
	#gFooter {
		margin-top: 14.3rem;
		padding: 4.7rem 0 0;
	}
	#gFooter .contactBox {
		margin-bottom: 5.4rem;
	}
	#gFooter .contactBox .inner {
		margin: 0;
		max-width: inherit;
		padding: 0 2.5rem;
		display: block;
	}
	#gFooter .contactBox .inner .headLine01 {
		margin-bottom: -1.1rem;
	}
	#gFooter .contactBox .inner .headLine01 .jp {
		margin-bottom: -1.9rem;
		font-size: 1.2rem;
	}
	#gFooter .contactBox .inner .headLine01 .en {
		margin-left: -0.5rem;
		font-size: 9.5rem;
	}
	#gFooter .contactBox .inner .lBox {
		width: auto;
	}
	#gFooter .contactBox .inner .lBox .text {
		padding: 0 0.2rem;
		font-size: 1.2rem;
	}
	#gFooter .contactBox .inner .rBox {
		padding-top: 4.3rem;
		width: auto;
	}
	#gFooter .contactBox .inner .rBox .tel {
		margin-bottom: 2.4rem;
	}
	#gFooter .contactBox .inner .rBox .tel .text {
		margin-bottom: -0.4rem;
		font-size: 1.3rem;
	}
	#gFooter .contactBox .inner .rBox .tel a {
		font-size: 4.2rem;
	}
	#gFooter .contactBox .inner .rBox .comBtn01 {
		min-width: 28.5rem;
	}
	#gFooter .contactBox .inner .rBox .comBtn01 a {
		padding: 0 4rem 0.1rem 2.4rem;
		min-height: 6rem;
		font-size: 1.6rem;
		background-size: 0.6rem;
		background-position: right 2.5rem center;
	}
	#gFooter .fBox {
		margin: 0 0 3.7rem;
		padding: 3.5rem 0 0;
		max-width: inherit;
		display: block;
	}
	#gFooter .fBox .lBox .fLogo {
		margin: 0 auto 0.7rem;
		width: 29.8rem;
	}
	#gFooter .fBox .lBox .text {
		margin-right: 1.5rem;
		max-width: 29.8rem;
		font-size: 1.2rem;
		line-height: 1.76;
	}
	#gFooter .fBox .lBox .subBox {
		justify-content: center;
	}
	#gFooter .fBox .lBox .pLink{
		margin-top: 0.5rem;
		width: 5.8rem;
	}
	#gFooter .fBox .lBox .pLink a {
		padding: 0.7rem 0.2rem;
		font-size: 1.1rem;
	}
	#gFooter .fBox .fNavi {
		display: none;
	}
	#gFooter address {
		padding: 0.1rem 0;
		font-size: 0.9rem;
	}
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	padding: 0 2rem;
	max-width: 110rem;
	box-sizing: content-box;
	position: relative;
}
@media all and (max-width: 896px) {
	.content {
		margin: 0 !important;
		padding: 0 2.7rem;
		max-width: inherit !important;
	}
}
/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
	margin-bottom: 26.7rem;
	padding: 18.7rem 0 9.6rem;
	overflow: hidden;
}
.pageTitle .inner {
	margin: 0 auto 17.4rem;
	max-width: 104rem;
}
.pageTitle .inner .headLine01 {
	margin: 0 -1rem 2.1rem;
}
.pageTitle .inner .text {
	max-width: 76rem;
	line-height: 2.5;
	letter-spacing: 0.05em;
}
.pageTitle .outBox {
	position: relative;
	z-index: 1;
}
.pageTitle .outBox .bgArea {
	display: block;
	position: absolute;
	top: 24.8rem;
	right: calc(50% - 62rem);
	bottom: -9.6rem;
	width: 9999px;
	background: #1865F7;
	content: '';
	z-index: -1;
	transform: translateX(-100%);
}
.pageTitle .outBox:has(.on) .bgArea {
    transform:none;
}
.pageTitle .pageImg {
	margin-left: auto;
	width: calc(50% + 54.9rem);
	z-index: 1;
}
.pageTitle .pageImg img {
	width: 100%;
}
@media all and (min-width: 897px) and (max-width: 1400px) {
	.pageTitle .outBox .bgArea {
		right: 15rem;
	}
}
@media all and (max-width: 896px) {
	.pageTitle {
		margin-bottom: 7.8rem;
		padding: 3.8rem 0 2.5rem;
		overflow: hidden;
	}
	.pageTitle .inner {
		margin: 0 2.7rem 5.3rem;
		max-width: inherit;
	}
	.pageTitle .inner .headLine01 {
		margin: 0 -0.4rem -0.3rem;
	}
	.pageTitle .inner .text {
		max-width: inherit;
		line-height: 2.12;
	}
	.pageTitle .outBox .bgArea {
		top: 6.4rem;
		right: 4.7rem;
		bottom: -2.5rem;
	}
	.pageTitle .pageImg {
		margin-left: 6.5rem;
		width: auto;
	}
}
/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath {
	margin-top: -3.1rem;
	text-align: right;
}
#pagePath li,
#pagePath li a {
	display: inline-block;
	font-size: 1.2rem;
	letter-spacing: 0.05em;
}
#pagePath li a {
	position: relative;
	color: #808080;
}
#pagePath li a:hover {
	opacity: 0.6;
}
#pagePath li:has(a) {
	margin-right: 0.4rem;
	position: relative;
	padding-right: 2.6rem;
}
#pagePath li:has(a)::before {
	margin-top: 1px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 1.8rem;
	height: 1px;
	background: #808080;
	content: '';
}
@media all and (max-width: 896px) {
	#pagePath {
		margin: 2.2rem -0.8rem 0 0;
		text-align: right;
	}
	#pagePath li,
	#pagePath li a {
		font-size: 1.1rem;
	}
	#pagePath li:has(a) {
		padding-right: 2.4rem;
	}
	#pagePath li:has(a)::before {
		width: 1.6rem;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 2.1rem;
	font-weight: 400;
	line-height: 1.2;
}
.headLine01 .jp {
	margin-bottom: -1.8rem;
	display: block;
	color: #1865F7;
	letter-spacing: 0.05em;
}
.headLine01 .en {
	font-size: 14.5rem;
	letter-spacing: 0.03em;
	font-family: "Iceland", sans-serif;
}
.headLine01.white,
.headLine01.white .jp {
	color: #FFF;
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 1rem;
	}
	.headLine01 .jp {
		margin-bottom: -1.5rem;
		font-size: 1.2rem;
	}
	.headLine01 .en {
		font-size: 8.6rem;
	}
	.headLine01.style01 .jp {
		margin-bottom: 1.3rem;
	}
	.headLine01.style01 .en {
		line-height: 0.58;
		word-break: break-all;
	}
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin-bottom: 5.2rem;
	font-size: 3.6rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	text-align: center;
}
.headLine02 .en {
	margin-bottom: 0.7rem;
	display: block;
	color: #00B2BD;
	font-family: "Iceland", sans-serif;
	font-size: 2rem;
	letter-spacing: 0.03em;
}
.headLine02.white,
.headLine02.white .en {
	color: #FFF;
}
@media all and (max-width: 896px) {
	.headLine02 {
		margin-bottom: 2.2rem;
		font-size: 2.4rem;
	}
	.headLine02 .en {
		margin-bottom: 0.4rem;
		font-size: 1.4rem;
	}
}
/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
	margin-bottom: 2.3rem;
	font-weight: 400;
	line-height: 1.2;
}
.headLine03 .jp {
	margin-bottom: 1.7rem;
	display: block;
	color: #00B2BD;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
}
.headLine03 .en {
	display: block;
	color: #FFF;
	font-size: 10.6rem;
	font-family: "Iceland", sans-serif;
	letter-spacing: 0.03em;
	word-break: break-all;
	line-height: 0.6;
}
.headLine03.style01 .jp {
	color: #1865F7;
}
.headLine03.style01 .en {
	color: #000;
}
@media all and (max-width: 896px) {
	.headLine03 .jp {
		margin-bottom: 0.9rem;
		font-size: 1.2rem;
	}
	.headLine03 .en {
		font-size: 8.6rem;
		line-height: 0.63;
	}
}
/*------------------------------------------------------------
	headLine04
------------------------------------------------------------*/
.headLine04 {
	margin: 0 auto 20.3rem;
	width: fit-content;
	font-size: 3.8rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	text-align: center;
	background: linear-gradient(to bottom, transparent calc(100% - 7px), #00B2BD calc(100% - 7px), #00B2BD 100%);
	background-size: 100% 1.28em;
}
.headLine04.style01 {
	background: linear-gradient(to bottom, transparent calc(100% - 7px), #1865F7 calc(100% - 7px), #1865F7 100%);
	background-size: 100% 1.28em;
}
@media all and (max-width: 896px) {
	.headLine04 {
		margin: 0 auto 5.7rem;
		font-size: 2.2rem;
		background: linear-gradient(to bottom, transparent calc(100% - 5px), #00B2BD calc(100% - 5px), #00B2BD 100%);
		background-size: 100% 1.28em;
	}
	.headLine04.style01 {
		background: linear-gradient(to bottom, transparent calc(100% - 5px), #1865F7 calc(100% - 5px), #1865F7 100%);
		background-size: 100% 1.28em;
	}
}
/*------------------------------------------------------------
	headLine05
------------------------------------------------------------*/
.headLine05 {
	margin-bottom: -0.1rem;
	font-weight: 400;
	line-height: 1.2;
	overflow: hidden;
}
.headLine05 .sub {
	display: block;
	width: fit-content;
	position: relative;
}
.headLine05 .sub::before {
	position: absolute;
	bottom: 1.4rem;
	left: calc(100% + 5rem);
	width: 9999px;
	height: 1px;
	background: #1865F7;
	content: '';
}
.headLine05 .jp {
	margin-bottom: 1.2rem;
	display: block;
	color: #1865F7;
	font-size: 1.2rem;
	letter-spacing: 0.05em;
}
.headLine05 .en {
	margin-left: 0.5rem;
	width: fit-content;
	display: block;
	font-size: 4rem;
	font-family: "Iceland", sans-serif;
	letter-spacing: 0.03em;
	background: linear-gradient(to bottom, transparent calc(100% - 4px), #1865F7 calc(100% - 4px), #1865F7 100%);
	background-size: 100% 0.85em;
}
@media all and (max-width: 896px) {
	.headLine05 {
		margin: 0 0.6rem 0 0;
	}
	.headLine05 .sub::before {
		left: calc(100% + 1.6rem);
	}
	.headLine05 .jp {
		margin-bottom: 0.6rem;
	}
	.headLine05 .en {
		margin-left: 0.4rem;
	}
}
/*------------------------------------------------------------
	comBtn01
------------------------------------------------------------*/
.comBtn01 {
	width: fit-content;
	min-width: 23rem;
}
.comBtn01 .sub {
	padding: 0 5.1rem 0.1rem 2.4rem;
	min-height: 5.4rem;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	border-radius: 3rem;
	border: 1px solid #1865F7;
	box-sizing: border-box;
	z-index: 1;
	transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
}
.comBtn01 .sub::before {
	position: absolute;
	top: -1px;
	left: -1px;
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	background: #1865F7;
	border-radius: 3rem;
	content: '';
	z-index: -1;
	transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
	mask-image: linear-gradient(#000, #000);
    mask-size: 0% 100%;
    mask-repeat: no-repeat;
	transition: none;
    animation: none;
}
.comBtn01 .sub::after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 2.2rem;
	width: 0.6rem;
	height: 1rem;
	background: url(img/common/icon01.png) no-repeat left top / 100%;
	content: '';
	transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
}
.comBtn01.style01 .sub {
	border-color: #FFF;
	color: #FFF;
}
.comBtn01.style01 .sub::before {
	background: #FFF;
}
.comBtn01.style01 .sub::after {
	background-image: url(img/common/icon01_over.png);
}
.comBtn01.style02 .sub {
	color: #000;
	border-color: #00B2BD;
}
.comBtn01.style02 .sub::before {
	background: #00B2BD;
}
.comBtn01.style02 .sub::after {
	background-image: url(img/common/icon07.png);
}
.comBtn01.style03 {
	margin: 0 auto;
	width: 110rem;
}
.comBtn01.style03 .sub {
	padding: 1rem 11rem 1rem 3rem;
	min-height: 16rem;
	justify-content: center;
	color: #FFF;
	font-size: 2.6rem;
	text-align: center;
	border-radius: 8rem;
	background: #00B2BD;
	border: none;
}
.comBtn01.style03 .sub::before {
	background: #FFF;
	border-radius: 8rem;
}
.comBtn01.style03 .sub::after {
	right: 5.3rem;
	width: 4.6rem;
	height: 4.7rem;
	background: url(img/common/icon08.png) no-repeat left top / 100%;
}
.comBtn01.style04 .sub {
	min-height: 5.3rem;
	color: #FFF;
	border-color: #00B2BD;
	background: #00B2BD;
}
.comBtn01.style04 .sub::before {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #FFF;
}
.comBtn01.style04 .sub::after {
	background-image: url(img/common/icon01_over.png);
}
@media all and (min-width: 897px) {
	.comBtn01 .sub.out::before {
		animation: maskHide 0.4s cubic-bezier(0.19, 1, 0.22, 1) forwards;
	}
	.comBtn01 .sub.in::before {
		animation: maskReveal 0.4s cubic-bezier(0.19, 1, 0.22, 1) forwards;
	}
	@keyframes maskReveal {
        0% {
            mask-size: 0% 100%;
            mask-position: left;
        }
        100% {
            mask-size: 100% 100%;
            mask-position: left;
        }
    }
    @keyframes maskHide {
        0% {
            mask-size: 100% 100%;
            mask-position: right;
        }
        100% {
            mask-size: 0% 100%;
            mask-position: right;
        }
    }
	.comBtn01 .sub:hover,
	.comBtn01 .sub.hover {
		color: #FFF;		
	}
	.comBtn01 .sub:hover::before,
	.comBtn01 .sub.hover::before {
		animation: maskReveal 0.4s cubic-bezier(0.19, 1, 0.22, 1) forwards;
	}
	.comBtn01 .sub:hover::after,
	.comBtn01 .sub.hover::after {
		background-image: url(img/common/icon01_over.png);
	}
	.comBtn01.style01 .sub:hover,
	.comBtn01.style01 .sub.hover {
		color: #1865F7;
	}
	.comBtn01.style01 .sub:hover::after,
	.comBtn01.style01 .sub.hover::after {
		background-image: url(img/common/icon01.png);
	}
	.comBtn01.style02 .sub:hover,
	.comBtn01.style02 .sub.hover {
		color: #FFF;
	}
	.comBtn01.style02 .sub:hover::after,
	.comBtn01.style02 .sub.hover::after {
		background-image: url(img/common/icon01_over.png);
	}
	.comBtn01.style03 .sub:hover {
		color: #00B2BD;
	}
	.comBtn01.style03 .sub:hover::after {
		background-image: url(img/common/icon08_over.png);
	}
	.comBtn01.style04 .sub:hover {
		color: #00B2BD;
	}
	.comBtn01.style04 .sub:hover::after {
		background-image: url(img/common/icon07.png);
	}
}
@media all and (max-width: 896px) {
	.comBtn01 {
		min-width: 21.8rem;
	}
	.comBtn01 .sub {
		padding: 0 4rem 0.1rem 2.1rem;
		min-height: 4.6rem;
		font-size: 1.2rem;
	}
	.comBtn01 .sub::after {
		right: 1.8rem;
		width: 0.5rem;
	}
	.comBtn01.style03 {
		margin: 0 auto;
		max-width: 37.5rem;
	}
	.comBtn01.style03 .sub {
		padding: 1rem 6rem 1.3rem 3.5rem;
		min-height: 9.7rem;
		font-size: 1.5rem;
		text-align: left;
		line-height: 1.6;
	}
	.comBtn01.style03 .sub::after {
		right: 2.9rem;
		width: 2.5rem;
		height: 2.6rem;
		background-size: 100% 100%;
	}
}
/*------------------------------------------------------------
	comTextList
------------------------------------------------------------*/
.comTextList li a {
	padding: 2.7rem 5rem 2.9rem 3rem;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	background: #FFF url(img/common/icon06.png) no-repeat right 1.4rem center / 3rem;
	border-top: 1px solid #999;
}
.comTextList li a:hover {
	opacity: 0.6;
}
.comTextList li:last-child a {
	border-bottom: 1px solid #999;
}
.comTextList li .lBox {
	margin-right: 2.7rem;
	padding-right: 3.6rem;
	position: relative;
	width: fit-content;
	min-width: 44.4rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	box-sizing: border-box;
}
.comTextList li .lBox::before {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 1px;
	height: 4.1rem;
	background: #999;
	content: '';
}
.comTextList li .lBox .tagUl {
	margin-right: 1.8rem;
	width: 4.9rem;
}
.comTextList li .lBox .tagUl li {
	margin-bottom: 0.4rem;
	padding-bottom: 0.1rem;
	font-size: 1.2rem;
	text-align: center;
	letter-spacing: 0.05em;
	background: #FFA500;
	line-height: 1.2;
}
.comTextList li .lBox .tagUl li:last-child {
	margin-bottom: 0;
}
.comTextList li .lBox .tagUl li.style01 {
	color: #FFF;
	background: #00B2BD;
}
.comTextList li .lBox .tagUl li.style02 {
	color: #FFF;
	background: #1865F7;
}
.comTextList li .lBox .title {
	margin-right: 1.7rem;
	font-size: 2.8rem;
	letter-spacing: 0.05em;
}
.comTextList li .lBox .tagList {
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem;
}
.comTextList li .lBox .tagList li {
	padding: 0 0.3rem;
	width: fit-content;
	color: #00B2BD;
	font-size: 1.2rem;
	letter-spacing: 0.05em;
	border: 1px solid #00B2BD;
	line-height: 1.2;
}
.comTextList li .lBox .tagList li.style01 {
	border-color: #1865F7;
	color: #1865F7;
}
.comTextList li .text {
	flex: 1;
	letter-spacing: 0.05em;
}
@media all and (max-width: 896px) {
	.comTextList li a {
		display: block;
		padding: 0.9rem 4.7rem 1rem 1.2rem;
		background: #FFF url(img/common/icon06.png) no-repeat right 0.8rem center / 2.25rem;
	}
	.comTextList li .lBox {
		margin: 0 0 0.6rem;
		padding: 0 0 0.8rem;
		width: auto;
		min-width: inherit;
		border-bottom: 1px solid #999;
	}
	.comTextList li .lBox::before {
		display: none;
	}
	.comTextList li .lBox .tagUl {
		margin-right: 1.2rem;
		width: 4.1rem;
	}
	.comTextList li .lBox .tagUl li {
		margin-bottom: 0.3rem;
		padding-bottom: 0.1rem;
		font-size: 1rem;
	}
	.comTextList li .lBox .title {
		margin-right: 1.4rem;
		font-size: 1.9rem;
		max-width: calc(100% - 19.5rem);
	}
	.comTextList li .lBox .tagList {
		gap: 0.4rem;
	}
	.comTextList li .lBox .tagList li {
		padding: 0 0.3rem;
		font-size: 0.9rem;
	}
	.comTextList li .text {
		width: auto;
		font-size: 1.3rem;
		line-height: 1.75;
	}
}
/*------------------------------------------------------------
	comTitleBox
------------------------------------------------------------*/
.comTitleBox {
	margin-top: -0.8rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	z-index: 10;
}
.comTitleBox .en {
	margin-bottom: -1.6rem;
	color: #FFF;
	font-size: 2rem;
	font-family: "Iceland", sans-serif;
	letter-spacing: 0.03em;
	position: relative;
	z-index: 5;
	transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
}
.comTitleBox .title {
	margin: 0 auto;
	padding: 2.1rem 5.7rem 2.3rem;
	position: relative;
	width: fit-content;
	color: #FFF;
	font-size: 3.6rem;
	text-align: center;
	letter-spacing: 0.05em;
	border-radius: 5rem;
	background: rgba(0, 178, 189, 0.9);
	z-index: 1;
	transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
}
.comTitleBox .title::before {
	position: absolute;
	top: -1px;
	left: -1px;
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	background: #FFF;
	mask-image: linear-gradient(#000, #000);
    mask-size: 0% 100%;
    mask-repeat: no-repeat;
	content: '';
	transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
	border-radius: 5rem;
	z-index: -1;
	transition: none;
    animation: none;
}
@media all and (max-width: 896px) {
	.comTitleBox {
		margin-top: -0.2rem;
	}
	.comTitleBox .en {
		margin-bottom: -0.9rem;
		font-size: 1.4rem;
	}
	.comTitleBox .title {
		margin: 0 auto;
		padding: 1.1rem 3.3rem 1.6rem;
		width: 100%;
		font-size: 2.4rem;
		white-space: nowrap;
	}
}

/*------------------------------------------------------------
	comHover
------------------------------------------------------------*/
.comHover {
	display: block;
	overflow: hidden;
}
.comHover > img {
	transition: all 1000ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media all and (min-width: 897px) {
	.comHover .comTitleBox .title.out::before {
		animation: maskHide 0.4s cubic-bezier(0.19, 1, 0.22, 1) forwards;
	}
	.comHover .comTitleBox .title.in::before {
		animation: maskReveal 0.4s cubic-bezier(0.19, 1, 0.22, 1) forwards;
	}
	.comHover:hover > img,
	.comHover.hover > img {
		transform: scale(1.03);
	}
	.comHover:hover .comTitleBox .title::before,
	.comHover.hover .comTitleBox .title::before {
		animation: maskReveal 0.4s cubic-bezier(0.19, 1, 0.22, 1) forwards;
	}
	.comHover:hover .comTitleBox .en,
	.comHover.hover .comTitleBox .en,
	.comHover:hover .comTitleBox .title,
	.comHover.hover .comTitleBox .title {
		color: #00B2BD;
	}
}
@media all and (max-width: 896px) {
}
/*------------------------------------------------------------
	business
------------------------------------------------------------*/
#business .imgBox {
	margin-bottom: 11rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#business .imgBox:last-child {
	margin-bottom: 0;
}
#business .imgBox .photoBox {
	width: 55rem;
	overflow: hidden;
}
#business .imgBox .photoBox img {
	transition: all 1000ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
#business .imgBox .textBox {
	padding: 6.1rem 0 0;
	width: calc(100% - 61.3rem);
}
#business .imgBox .textBox h3 {
	margin: 0 0 -0.1rem -0.5rem;
	font-size: 4rem;
	font-weight: 400;
	letter-spacing: 0.05em;
}
#business .imgBox .textBox h3 .number {
	margin-right: 1.7rem;
	color: #1865F7;
	font-size: 6.8rem;
	font-family: "Iceland", sans-serif;
	letter-spacing: 0;
	vertical-align: -0.2rem;
}
#business .imgBox .textBox .text {
	margin-bottom: 8.7rem;
	padding-right: 3rem;
	font-size: 1.4rem;
	line-height: 2.56;
	letter-spacing: 0.05em;
}
@media all and (min-width: 897px) {
	#business .imgBox .photoBox a.hover img {
		transform: scale(1.05);
	}
}
@media all and (max-width: 896px) {
	#business .imgBox {
		margin-bottom: 5.7rem;
		display: block;
	}
	#business .imgBox .photoBox {
		width: auto;
	}
	#business .imgBox .photoBox img {
		width: 100%;
	}
	#business .imgBox .textBox {
		padding: 0.3rem 0 0;
		width: auto;
	}
	#business .imgBox .textBox h3 {
		margin: 0 0 -0.9rem -0.5rem;
		font-size: 2.6rem;
	}
	#business .imgBox .textBox h3 .number {
		margin-right: 1.3rem;
		font-size: 4.5rem;
		vertical-align: -0.1rem;
	}
	#business .imgBox .textBox .text {
		margin-bottom: 2rem;
		padding-right: 0;
		line-height: 2.03;
		letter-spacing: 0.04em;
	}
}
/*------------------------------------------------------------
	contact
------------------------------------------------------------*/
#contact .pageTitle {
	margin-bottom: 0.8rem;
	padding: 17.7rem 0 12.4rem;
	position: relative;
	z-index: 1;
}
#contact .pageTitle .bgBox {
	position: absolute;
	top: 0;
	left: 0;
	width: calc(50% + 62rem);
	height: 100%;
	background: #1865F7;
	content: '';
}
#contact .pageTitle .inner {
	margin-bottom: 0;
	position: relative;
	z-index: 5;
}
#contact #pagePath {
	margin: 0 auto 15.4rem;
	max-width: 104rem;
}
#contact .tableBox {
	padding: 9.9rem 9.7rem 12.9rem;
	background: #FFF;
}
#contact .tableBox table {
	margin-bottom: 8rem;
	width: 100%;
	border-collapse: collapse;
}
#contact .tableBox th,
#contact .tableBox td {
	letter-spacing: 0.05em;
	vertical-align: top;
	text-align: left;
	box-sizing: border-box;
	word-break: break-all;
}
#contact .tableBox th {
	padding-top: 1.4rem;
	width: 24.4%;
	position: relative;
}
#contact .tableBox th .must {
	padding: 0.2rem;
	position: absolute; 
	top: 1.8rem;
	right: 0;
	width: 4.5rem;
	color: #FFF;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.2;
	text-align: center;
	background: #1865F7;
}
#contact .tableBox td {
	padding: 0 0 5.2rem 2rem;
}
#contact .tableBox tr:last-child td {
	padding-bottom: 0;
}
#contact .tableBox select,
#contact .tableBox textarea,
#contact .tableBox input[type="tel"],
#contact .tableBox input[type="text"],
#contact .tableBox input[type="email"] {
	appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
	padding-bottom: 2rem;
    border-radius: 0;
    height: 5.2rem;
	border: none;
    border-bottom: 1px solid #999;
    box-sizing: border-box;
	color: #000;
    font-size: 1.6rem;
    padding: 0 1.8rem;
    width: 100%;
    letter-spacing: 0.05em;
    background-color: #FFF;
}
#contact .tableBox textarea {
	padding: 1.2rem 1.8rem;
	resize: vertical;
}
#contact .tableBox select {
	background: #FFF url(img/common/icon02.png) no-repeat right 0.9rem top calc(50% + 0.1rem) / 1.4rem;
}
#contact .tableBox .submit {
	width: 31.4rem;
}
#contact .tableBox .submit li:not(:first-child) {
	margin-top: 2rem;
}
#contact .tableBox .submit li input {
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	padding: 0 3.2rem 0.2rem;
	width: 100%;
	height: 7.1rem;
	border-radius: 3.5rem;
	text-align: left;
	cursor: pointer;
	font-size: 2rem;
	font-weight: 400;
	color: #FFF;
	border: none;
	letter-spacing: 0.05em;
	background: #1865F7 url(img/common/icon03.png) no-repeat right 2.8rem center / 1rem;
	transition: 0.3s;
}
#contact .tableBox .bottomBox .text {
	margin-top: -1px;
	width: calc(100% - 36.3rem);
	font-size: 1.4rem;
	line-height: 1.8;
	letter-spacing: 0.05em;
}
#contact.thanks .text {
	margin-bottom: 5rem;
	text-align: center;
	line-height: 2;
}
#contact.thanks .comBtn01 {
	margin: 0 auto;
}
#contact .tableBox.confirm td {
	padding: 1.4rem 0 3.8rem 2rem;
}
#contact .tableBox.confirm .bottomBox {
	display: block;
}
#contact .tableBox.confirm .submit {
	width: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 4rem;
}
#contact .tableBox.confirm .submit li {
	margin-top: 0 !important;
	width: 31.4rem;
}
@media all and (min-width: 897px) {
	#contact .tableBox .submit li input:hover {
		opacity: 0.6;
	}
}
@media all and (max-width: 896px) {
	#contact .pageTitle {
		margin-bottom: 0.8rem;
		padding: 4.1rem 0 2.9rem;
	}
	#contact #pagePath {
		margin: 0 -0.1rem 5.3rem;
		max-width: inherit;
	}
	#contact .content {
		padding: 0 2rem !important;
		}
	#contact .tableBox {
		padding: 2.8rem 3.1rem 3.8rem;
	}
	#contact .tableBox table {
		margin-bottom: 3.7rem;
	}
	#contact .tableBox th,
	#contact .tableBox td {
		font-size: 1.2rem;
		font-weight: 400;
	}
	#contact .tableBox th {
		padding-top: 1rem;
		width: 42.2%;
		line-height: 1.45;
	}
	#contact .tableBox th.style01 {
		padding-top: 0.3rem;
	}
	#contact .tableBox th .must {
		padding: 0.2rem;
		top: 1.4rem;
		width: 3.4rem;
		font-size: 0.9rem;
	}
	#contact .tableBox td {
		padding: 0 0 2rem 1rem;
	}
	#contact .tableBox select,
	#contact .tableBox textarea,
	#contact .tableBox input[type="tel"],
	#contact .tableBox input[type="text"],
	#contact .tableBox input[type="email"] {
		padding-bottom: 2rem;
		height: 3.9rem;
		font-size: 1.2rem;
		padding: 0 0.4rem;
	}
	#contact .tableBox textarea {
		padding: 1rem 0.4rem;
	}
	#contact .tableBox select {
		background: #FFF url(img/common/icon02.png) no-repeat right 0.7rem top calc(50% + 0.1rem) / 1rem;
	}
	#contact .tableBox .bottomBox {
		display: block;
	}
	#contact .tableBox .submit {
		margin: 0 auto 1.3rem;
		width: auto;
		max-width: 31.2rem;
	}
	#contact .tableBox .submit li input {
		padding: 0 3.2rem 0.2rem;
		height: 7.4rem;
		border-radius: 4rem;
		font-size: 1.9rem;
		background: #1865F7 url(img/common/icon03.png) no-repeat right 3rem center / 0.8rem;
	}
	#contact .tableBox .bottomBox .text {
		margin-top: 0;
		width: auto;
		font-size: 1.2rem;
		line-height: 1.7;
	}
	#contact .tableBox.confirm td {
		padding: 1rem 0 1rem 1rem;
	}
	#contact .tableBox.confirm .submit {
		display: block;
	}
	#contact .tableBox.confirm .submit li {
		margin: 0 auto 2rem !important;
		width: auto;
		max-width: 31.2rem;
	}
	#contact .tableBox.confirm .submit li:last-child {
		margin-bottom: 0 !important;
	}
}
/*------------------------------------------------------------
	news
------------------------------------------------------------*/
#news .pageTitle {
	margin-bottom: 14.8rem;
	padding-bottom: 0;
}
#news .pageTitle .inner {
	margin-bottom: 0;
}
#news .pageTitle .headLine01 {
	margin-bottom: 14.1rem;
}
#news .inner .subInner {
	margin-bottom: 15.5rem;
	padding-bottom: 15.5rem;
	border-bottom: 1px dashed #000;
}
#news .inner .subInner:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}
#news .inner .subInner .titleBox {
	padding: 3.6rem 3rem 3.7rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid #1865F7;
	border-bottom: 1px solid #1865F7;
	background: #FFF;
}
#news .inner .subInner .titleBox .lBox {
	padding-top: 0.2rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 16.2rem;
}
#news .inner .subInner .titleBox .lBox time {
	color: #1865F7;
	font-size: 1.2rem;
	letter-spacing: 0.05em;
	font-family: "Roboto", sans-serif;
}
#news .inner .subInner .titleBox .lBox .tagBox {
	width: 8rem;
}
#news .inner .subInner .titleBox .lBox .tagBox .tag {
	margin-left: auto;
	width: fit-content;
	padding: 0.1rem 0.9rem 0.15rem;
	color: #FFF;
	font-size: 1.2rem;
	letter-spacing: 0.05em;
	text-align: center;
	background: #1865F7;
	line-height: 1.2;
	border: 1px solid #1865F7;
	box-sizing: border-box;
	color: var(--color);
	background-color: var(--bg_color);
	border-color: var(--bd_color);
}
#news .inner .subInner .titleBox .lBox .tagBox .tag:not(:last-child) {
	margin-bottom: 0.5rem;
}
#news .inner .subInner .titleBox .lBox .tagBox .tag.color01 {
	color: #1865F7;
	background: #FFF;
}
#news .inner .subInner .titleBox .title {
	width: calc(100% - 18.7rem);
	font-size: 2.4rem;
	letter-spacing: 0.05em;
}
#news .inner .subInner .textBox {
	padding: 9.1rem 9.7rem 9.6rem;
	background: #EDF3FE;
	border-bottom: 1rem solid #1865F7;
}
#news .inner .subInner .textBox p {
	margin-bottom: 4.2rem;
	line-height: 2.5;
	letter-spacing: 0.05em;
	word-break: break-all;
}
#news .inner .subInner .textBox p a {
	text-decoration: underline;
}
#news .inner .subInner .textBox p a:hover {
	opacity: 0.6;
}
#news .inner .subInner .textBox p:last-child {
	margin-bottom: 0;
}
#news .linkList {
	margin-top: 17.3rem;
	padding: 3rem 3rem 0;
	border-top: 1px solid #000;
}
#news .linkList li a {
	padding: 1rem 0 1rem 3.5rem;
	display: block;
	letter-spacing: 0.05em;
	background: url(img/common/icon04.png) no-repeat left center / 1.3rem;
}
#news .linkList li a:hover {
	opacity: 0.6;
}
#news .linkList li:last-child a {
	padding: 1rem 3.2rem 1rem 0;
	background: url(img/common/icon05.png) no-repeat right center / 1.3rem;
}
@media all and (max-width: 896px) {
	#news .pageTitle {
		margin-bottom: 6.2rem;
		padding-bottom: 0;
	}
	#news .pageTitle .inner {
		margin-bottom: 0;
	}
	#news .pageTitle .headLine01 {
		margin: 0 -0.7rem -2.2rem;
	}
	#news .content {
		padding: 0 2rem !important;
	}
	#news .inner .subInner {
		margin-bottom: 4.1rem;
		padding-bottom: 4.1rem;
	}
	#news .inner .subInner .titleBox {
		padding: 1.3rem 0 1.4rem 1rem;
	}
	#news .inner .subInner .titleBox .lBox {
		padding-top: 0;
		display: block;
		width: 6rem;
	}
	#news .inner .subInner .titleBox .lBox time {
		display: block;
		font-size: 0.9rem;
		text-align: left;
		letter-spacing: 0;
	}
	#news .inner .subInner .titleBox .lBox .tagBox {
		width: auto;
	}
	#news .inner .subInner .titleBox .lBox .tagBox .tag {
		margin: 0;
		padding: 0 0.3rem;
		font-size: 1rem;
	}
	#news .inner .subInner .titleBox .title {
		width: calc(100% - 6rem);
		font-size: 1.7rem;
		letter-spacing: 0;
	}
	#news .inner .subInner .textBox {
		padding: 3rem 3.7rem 3.5rem 3.2rem;
		border-width: 0.5rem;
	}
	#news .inner .subInner .textBox p {
		margin-bottom: 3rem;
		line-height: 2.08;
		letter-spacing: 0.02em;
		text-align: justify;
	}
	#news .linkList {
		margin-top: 6.8rem;
		padding: 1rem 0 0;
	}
	#news .linkList li a {
		padding: 1rem 0 1rem 2.3rem;
		font-size: 1.3rem;
		background: url(img/common/icon04.png) no-repeat left center / 1.1rem;
	}
	#news .linkList li:last-child a {
		padding: 1rem 2rem 1rem 0;
		background: url(img/common/icon05.png) no-repeat right center / 1.1rem;
	}
}
/*------------------------------------------------------------
	recruit
------------------------------------------------------------*/
#recruit .pageTitle {
	margin-bottom: 0.9rem;
	padding: 0;
	height: calc(100vh - 13.5rem);
	position: relative;
}
#recruit .pageTitle .pageBg {
	width: 100%;
	height: 100%;
}
#recruit .pageTitle .pageBg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#recruit .pageTitle .inner {
	margin-bottom: 0;
	padding-top: 0.3rem;
}
#recruit .pageTitle .headLine01 {
	margin-top: 0.2rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
}
#recruit .pageTitle .headLine01 .jp {
	margin-bottom: -4.2rem;
	color: #000;
	font-size: 1.4rem;
}
#recruit .pageTitle .headLine01 .en {
	color: #00B2BD;
	font-size: 19.8rem;
	letter-spacing: 0.03em;
}
#recruit #pagePath {
	margin: 0 0 12.8rem;
	max-width: 107rem;
}
#recruit .requirements {
	margin-bottom: 16rem;
}
#recruit .person {
	margin-bottom: 22.1rem;
	position: relative;
	overflow: hidden;
}
#recruit .person::before {
	position: absolute;
	top: 12.5rem;
	left: 0;
	width: 100%;
	height: 55.7rem;
	background: #E0F6F7;
	content: '';
}
#recruit .person .headLine02 {
	margin-bottom: 12.6rem;
}
#recruit .person .textList {
	margin: 0 auto 7rem;
	gap: 3.5rem 3.2rem;
	max-width: 104rem;
}
#recruit .person .textList li {
	width: calc((100% - 6.4rem) / 3);
	min-height: 13rem;
	position: relative;
	border-radius: 7rem;
	border: 1px solid #00B2BD;
	background: #FFF;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
#recruit .person .textList li::before {
	position: absolute;
	top: -0.8rem;
	left: 50%;
	transform: translateX(-50%);
	width: 5.4rem;
	height: 1.5rem;
	background: linear-gradient(#E0F6F7 50%, #FFF 50%);
	content: '';
}
#recruit .person .textList li .number {
	position: absolute;
	top: -1.7rem;
	left: 50%;
	transform: translateX(-50%);
	color: #00B2BD;
	font-size: 2.2rem;
	font-family: "Iceland", sans-serif;
	letter-spacing: 0.03em;
}
#recruit .person .textList li .text {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
	letter-spacing: 0.05em;
}
#recruit .person .textBox {
	margin: 0 auto 24.4rem;
	padding: 3.7rem 6.5rem;
	position: relative;
	max-width: 79rem;
	background: #00B2BD;
	border-radius: 1.1rem;
}
#recruit .person .textBox::before {
	position: absolute;
	top: -1.6rem;
	left: 50%;
	transform: translateX(-50%);
	width: 5.5rem;
	height: 4.8rem;
	background: #00B2BD;
	clip-path: polygon(50% 0,0 100%,100% 100%);
	content: '';
}
#recruit .person .textBox .text {
	color: #FFF;
	line-height: 2.1;
	text-align: justify;
	letter-spacing: 0.05em;
}
#recruit .person .photoArea {
	margin-bottom: 25.1rem;
	border-radius: 1.2rem;
	overflow: hidden;
	position: relative;
}
#recruit .person .inner {
	margin-bottom: 5.4rem;
	position: relative;
}
#recruit .person .inner .photoList {
	margin: 0 -21.8rem;
}
#recruit .person .inner .photoList li {
	margin-right: 1.2rem;
	width: 50rem;
	border-radius: 1.1rem;
	overflow: hidden;
}
#recruit .person .inner .comTitleBox {
	margin-top: -0.5rem;
}
#recruit .person .inner .comTitleBox .title {
	min-width: 32.5rem;
}
#recruit .person .comBtn01 {
	margin: 0 auto;
	min-width: 22.1rem;
}
#recruit .requirements.style01 {
	margin-bottom: 26.2rem;
}
@media all and (max-width: 896px) {
	#recruit .pageTitle {
		margin-bottom: 0.5rem;
		height: calc(100vh - 6rem);
	}
	#recruit .pageTitle .headLine01 .jp {
		margin-bottom: -2.3rem;
		color: #00B2BD;
		font-size: 1.2rem;
	}
	#recruit .pageTitle .headLine01 .en {
		color: #000;
		font-size: 10.1rem;
	}
	#recruit #pagePath {
		margin: 0 -0.8rem 6.1rem;
		max-width: inherit;
	}
	#recruit .content {
		padding: 0 2rem !important;
	}
	#recruit .requirements {
		margin-bottom: 6.5rem;
	}
	#recruit .person {
		margin-bottom: 9.1rem;
	}
	#recruit .person::before {
		top: 8.3rem;
		height: 43.2rem;
	}
	#recruit .person .headLine02 {
		margin-bottom: 6.4rem;
	}
	#recruit .person .textList {
		margin: 0 auto 3.2rem;
		gap: 1.6rem 0;
		justify-content: space-between;
		max-width: inherit;
	}
	#recruit .person .textList li {
		width: calc((100% - 0.8rem) / 2);
		min-height: 7.3rem;
		border-radius: 10rem;
	}
	#recruit .person .textList li::before {
		top: -0.9rem;
        width: 3rem;
		height: 1.7rem;
	}
	#recruit .person .textList li .number {
		top: -1rem;
		font-size: 1.2rem;
	}
	#recruit .person .textList li .text {
		font-size: 1.3rem;
		line-height: 1.4;
	}
	#recruit .person .textBox {
		margin: 0 0.7rem 9.3rem;
		padding: 1.9rem 2.6rem 1.6rem;
		max-width: inherit;
		min-height: 20rem;
		border-radius: 0.6rem;
		z-index: 1;
		box-sizing: border-box;
	}
	#recruit .person .textBox::before {
		top: -1rem;
		z-index: -1;
	}
	#recruit .person .textBox .text {
		font-size: 1.3rem;
		line-height: 1.94;
		letter-spacing: 0.02em;
	}
	#recruit .person .photoArea {
		margin-bottom: 9.9rem;
		border-radius: 0.5rem;
	}
	#recruit .person .photoArea img {
		width: 100%;
	}
	#recruit .person .inner {
		margin-bottom: 2.3rem;
	}
	#recruit .person .inner .photoList {
		margin: 0 -17rem;
	}
	#recruit .person .inner .photoList li {
		margin-right: 0.4rem;
		width: 18.5rem;
		border-radius: 0.5rem;
	}
	#recruit .person .inner .comTitleBox {
		margin-top: -0.2rem;
	}
	#recruit .person .inner .comTitleBox .title {
		min-width: 19.5rem;
	}
	#recruit .person .comBtn01 {
		min-width: 18.6rem;
	}
	#recruit .person .comBtn01 a {
		min-height: 4.7rem;
		background: none;
	}
	#recruit .person .comBtn01 a::after {
		right: 1.8rem;
	}
	#recruit .requirements.style01 {
		margin-bottom: 9rem;
	}
}

/*------------------------------------------------------------
	requirement
------------------------------------------------------------*/
#requirement .pageTitle {
	margin-bottom: 5rem;
	padding: 10.2rem 0 10.1rem;
	position: relative;
	z-index: 2;
	background: #00B2BD;
} 	
#requirement .pageTitle .headLine02 {
	margin-bottom: 0;
	font-size: 4.4rem;
}
#requirement .pageTitle .headLine02 .en {
	margin-bottom: -0.6rem;
	font-size: 2.4rem;
}
#requirement #pagePath {
	margin-bottom: 15.9rem;
	max-width: 107rem;
}
#requirement .inner {
	margin-bottom: 18rem;
}
#requirement .subInner {
	margin: -5rem 0 12.7rem;
	padding: 5rem 0 16rem;
	border-bottom: 1px dashed #000;
}
#requirement .subInner:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
#requirement .comTextList > li {
	padding: 2.8rem 3rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid #00B2BD;
	border-bottom: 1px solid #00B2BD;
	background: #FFF;
}
#requirement .comTextList > li .lBox {
	margin-right: 2.8rem;
	padding-right: 3.8rem;
	width: fit-content;
}
#requirement .comTextList > li .lBox::before {
	background: #00B2BD;
}
#requirement .comTextList > li .text {
	width: auto;
	flex: 1;
}
#requirement .textList {
	margin-bottom: 4.8rem;
}
#requirement .textList li {
	padding: 3.1rem 3.1rem 3rem;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: 1px solid #00B2BD;
	background: #E5F7F8;
	letter-spacing: 0.05em;
}
#requirement .textList li:nth-child(2n) {
	background: #FFF;
}
#requirement .textList li .title {
	width: 16.4rem;
	position: relative;
}
#requirement .textList li .title::before {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	height: 4.1rem;
	width: 1px;
	background: #00B2BD;
	content: '';
}
#requirement .textList li .text {
	width: calc(100% - 22.2rem);
}
#requirement .comBtn01.style03 .sub {
	padding: 1rem 11rem 1.3rem 9rem;
	font-size: 3rem;
	font-weight: 400;
	text-align: left;
	justify-content: flex-start;
}
#requirement .linkList {
	padding: 3rem 3.1rem 0;
	border-top: 1px solid #000;
}
#requirement .linkList li a {
	padding: 1rem 0 1rem 4.2rem;
	display: block;
	letter-spacing: 0.05em;
	background: url(img/common/icon09.png) no-repeat left center / 2.8rem;
}
#requirement .linkList li a:hover {
	opacity: 0.6;
}
#requirement .linkList li:last-child a {
	padding: 1rem 3.8rem 1rem 0;
	background: url(img/common/icon10.png) no-repeat right center / 2.8rem;
}
@media all and (max-width: 896px) {
	#requirement .pageTitle {
		margin-bottom: -1.4rem;
		padding: 4rem 0 3.7rem;
	}
	#requirement .pageTitle .headLine02 {
		font-size: 2.2rem;
	}
	#requirement .pageTitle .headLine02 .en {
		margin-bottom: -0.2rem;
		font-size: 1.2rem;
	}
	#requirement #pagePath {
		margin-bottom: 5.7rem;
		max-width: inherit;
	}
	#requirement .content {
		padding: 0 2rem !important;
	}
	#requirement .inner {
		margin-bottom: 6.2rem;
	}
	#requirement .subInner {
		margin-bottom: 6rem;
		padding-bottom: 6rem;
	}
	#requirement .subInner:last-child {
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: none;
	}
	#requirement .comTextList > li {
		padding: 0.9rem 2rem;
		display: block;
	}
	#requirement .comTextList > li .lBox {
		margin-right: 0;
		padding-right: 0;
		width: auto;
		border-color: #00B2BD;
	}
	#requirement .textList {
		margin-bottom: 4rem;
	}
	#requirement .textList li {
		padding: 1.1rem 1.5rem;
		min-height: 6.8rem;
	}
	#requirement .textList li .title {
		width: 8rem;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		font-size: 1.2rem;
		line-height: 1.4;
	}
	#requirement .textList li .title::before {
		top: 0.4rem;
		transform: none;
		bottom: 0.4rem;
		height: inherit;
	}
	#requirement .textList li .text {
		width: calc(100% - 9.8rem);
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		font-size: 1.3rem;
		line-height: 1.53;
	}
	#requirement .comBtn01.style03 .sub {
		padding: 1.1rem 11rem 1.3rem 3.5rem;
		min-height: 8.1rem;
		font-size: 1.7rem;
		line-height: 1.33;
	}
	#requirement .linkList {
		padding: 0.9rem 0 0;
	}
	#requirement .linkList li a {
		padding: 1rem 0 1.2rem 3rem;
		display: block;
		font-size: 1.3rem;
		letter-spacing: 0.05em;
		background: url(img/common/icon09.png) no-repeat left center / 2.2rem;
	}
	#requirement .linkList li:last-child a {
		padding: 1rem 3rem 1.2rem 0;
		background: url(img/common/icon10.png) no-repeat right center / 2.2rem;
	}
}
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.index #container {
	padding-top: 0;
}
.index #gHeader .rBox .menu {
	border-color: #FFF;
}
#index {
	overflow: hidden;
}
#index .mainVisual {
	position: relative;
}
#index .mainVisual .fooUl {
	margin-left: auto;
	position: relative;
	z-index: 5;
	width: calc(50% + 30rem);
	line-height: 0;
}
#index .mainVisual .fooUl li img {
	width: 100%;
}
#index .mainVisual .bgBox {
	position: absolute;
	top: 13.4rem;
	left: 0;
	width: calc(50% + 8.4rem);
	bottom: 0;
	background: #1865F7;
	content: '';
}
#index .mainVisual h2 {
	margin-top: -4rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-56%,-50%);
	width: 100%;
	max-width: 107.6rem;
	z-index: 10;
	color: #FFF;
	opacity: 0;
	transition: all 2s cubic-bezier(0.16, 1, 0.3, 1) 0.8s;
}
#index .mainVisual.on h2,
#index .mainVisual h2.on {
	opacity: 1;
	transform: translate(-50%,-50%);
}
#index .mainVisual h2 .en {
	margin-bottom: 1.5rem;
	display: block;
	font-size: 20.5rem;
	font-weight: 400;
	font-family: "Iceland", sans-serif;
	letter-spacing: 0.07em;
	line-height: 0.8;
}
#index .mainVisual h2 .jp {
	padding: 0 0.8rem;
	letter-spacing: 0.05em;
}
#index .mainVisual .newsBox {
	margin-left: auto;
	padding: 4.3rem 4.4rem 2rem;
	width: calc(50% - 8.4rem);
	min-height: 13.4rem;
	position: relative;
	background: #FFF;
	box-sizing: border-box;
}
#index .mainVisual .newsBox .newsList {
	padding: 0.1rem 12rem 0 0;
	width: 100%;
}
#index .mainVisual .newsBox .newsList li a {
	display: block;
}
#index .mainVisual .newsBox .newsList li a:hover {
	opacity: 0.6;
}
#index .mainVisual .newsBox .newsList li time {
	margin-bottom: 0.2rem;
	display: block;
	color: #1865F7;
	font-family: "Roboto", sans-serif;
	font-size: 1.2rem;
	letter-spacing: 0.05em;
}
#index .mainVisual .newsBox .newsList li .text {
	line-height: 1.75;
	letter-spacing: 0.05em;
}
#index .mainVisual .newsBox .arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: calc(50% - 26rem);
}
#index .mainVisual .newsBox .arrow li {
	margin-left: 0.4rem;
	width: 2.2rem;
	cursor: pointer;
}
#index .strength {
	min-height: 80rem;
	background: url(img/index/strength_bg01.jpg) no-repeat center center / cover;
	box-sizing: border-box;
	display: flex;
	background: none;
}
#index .strength a {
	padding: 20.1rem 0 0;
	display: flex;
	width: 100%;
	height: auto;
	align-items: center;
	justify-content: center;
	position: relative;
}
#index .strength a .bgImg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#index .strength a .bgImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 1000ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
#index .strength a:hover .bgImg img {
	transform: scale(1.03);
}
#index .strength .inner {
	margin: 0 auto 19.3rem;
	max-width: 45.5rem;
}
#index .strength .inner .headLine03 {
	margin: 0 -0.4rem 2.3rem;
}
#index .strength .inner .text {
	color: #FFF;
	font-size: 1.4rem;
	letter-spacing: 0.04em;
	line-height: 2.17;
}
#index .strength .comBtn01 {
	margin: 0 auto;
}
#index .strength .comBtn01 .sub {
	color: #FFF;
}
#index .business {
	padding: 18rem 0 21.6rem;
}
#index .business .content {
	max-width: 104rem;
}
#index .business .headLine03 {
	margin: 0 -0.8rem 3rem;
}
#index .business .inner .lBox {
	width: 48.9rem;
}
#index .business .inner .lBox .photoList {
	margin-bottom: 5.4rem;
	display: flex;
}
#index .business .inner .lBox .photoList li {
	width: 100%;
	flex-shrink: 0;
	opacity: 0;
	transition: all ease 0.25s;
}
#index .business .inner .lBox .photoList li.on {
	opacity: 1;
}
#index .business .inner .lBox .photoList li + li {
	margin-left: -100%;
}
#index .business .inner .lBox .photoList li .photo {
	margin-bottom: 1.7rem;
}
#index .business .inner .lBox .photoList li .text {
	font-size: 1.4rem;
	line-height: 2.18;
	letter-spacing: 0.05em;
}
#index .business .inner .linkList {
	width: calc(100% - 52rem);
}
#index .business .inner .linkList li a {
	padding: 0 2.9rem 0.2rem;
	min-height: 12rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid #B2B2B2;
	background: #FFF url(img/common/icon12.png) no-repeat right 2.3rem center / 0.9rem;
}
#index .business .inner .linkList li:last-child a {
	border-bottom: 1px solid #B2B2B2;
}
#index .business .inner .linkList li.on a {
	background-color: #DCE8FE;
}
#index .business .inner .linkList li .number {
	color: #1865F7;
	font-size: 5.6rem;
	font-weight: 400;
	font-family: "Iceland", sans-serif;
}
#index .business .inner .linkList li .text {
	width: calc(100% - 8rem);
	font-size: 3rem;
	font-weight: 300;
	letter-spacing: 0.05em;
}
#index .outPhotoList {
	margin: 0 -20rem 23.8rem;
}
#index .outPhotoList li {
	width: 40rem;
}
#index .outImgArea {
	margin-bottom: 18.5rem;
}
#index .outImgArea .imgBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#index .outImgArea .imgBox .textBox {
	width: 50%;
	position: relative;
	z-index: 5;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#index .outImgArea .imgBox .textBox .subBox {
	margin: 0 -15rem 0 auto;
	padding: 0 0 8rem;
	max-width: 65rem;
}
#index .outImgArea .imgBox .textBox .subBox .headLine03 {
	margin-bottom: 3rem;
}
#index .outImgArea .imgBox .textBox .subBox .headLine03 .en {
	color: #000;
}
#index .outImgArea .imgBox .textBox .subBox .text {
	padding: 0 0.3rem 7.2rem;
	max-width: 45rem;
	font-size: 1.4rem;
	line-height: 2.17;
	letter-spacing: 0.05em;
}
#index .outImgArea .imgBox .photoBox {
	width: 50%;
}
#index .outImgArea .imgBox .photoBox a {
	overflow: hidden;
	display: block;
}
#index .outImgArea .imgBox .photoBox img {
	transition: all 1000ms cubic-bezier(0.165, 0.84, 0.44, 1);
	width: 100%;
}
#index .outImgArea .imgBox.reverse .textBox {
	order: 2;
}
#index .outImgArea .imgBox.reverse .textBox .subBox {
	margin: 0 auto 0 5rem;
	padding: 3.5rem 0 0;
}
#index .outImgArea .imgBox.reverse .textBox .subBox .headLine03 {
	margin-bottom: 2.4rem;
}
#index .outImgArea .imgBox.reverse .textBox .subBox .headLine03 .jp {
	margin-bottom: 1.7rem;
	color: #1865F7;
}
#index .outImgArea .imgBox.reverse .textBox .subBox .text {
	padding-bottom: 7.8rem;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
	text-align: justify;
}
#index .recruit .enArea {
	margin: 0 0 -2.9rem -6.3rem;
	color: #00B2BD;
	font-size: 10.6rem;
	font-family: "Iceland", sans-serif;
	font-weight: 400;
	letter-spacing: 0.03em;
	line-height: 1.2;
	white-space: nowrap;
}
#index .recruit .enArea .innBox {
	padding: 0 1.5rem;
}
#index .recruit .enArea .sub {
	color: transparent;
	-webkit-text-stroke: 1px #00B2BD;
}
#index .recruit a {
	display: block;
}
#index .recruit .inner {
	margin-bottom: 3.2rem;
	position: relative;
	overflow: hidden;
}
#index .recruit .inner img {
	width: 100%;
	transition: all 1000ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
#index .recruit .inner .headLine01 {
	margin-top: 1rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
}
#index .recruit .inner .headLine01 .jp {
	margin-bottom: -4.4rem;
	color: #00B2BD;
	font-size: 1.4rem;
}
#index .recruit .inner .headLine01 .en {
	font-size: 19.8rem;
}
#index .recruit .textBox {
	padding: 0 3rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#index .recruit .textBox .text {
	margin-top: -0.6rem;
	width: calc(100% - 30rem);
	font-size: 1.4rem;
	line-height: 2.17;
	letter-spacing: 0.05em;
}
@media all and (min-width: 897px) {
	#index .mainVisual .newsBox .arrow li:hover {
		opacity: 0.6;
	}
	#index .strength a:hover .comBtn01 .sub {
		color: #FFF;
	}
	#index .strength a:hover .comBtn01 .sub::before {
		animation: maskReveal 0.4s cubic-bezier(0.19, 1, 0.22, 1) forwards;
	}
	#index .strength a:hover .comBtn01 .sub::after {
		background-image: url(img/common/icon01_over.png);
	}
	#index .business .inner .linkList li a:hover {
		background-color: #DCE8FE;
	}
	#index .outImgArea .imgBox .photoBox a:hover img,
	#index .outImgArea .imgBox .photoBox a.hover img {
		transform: scale(1.03);
	}
	#index .recruit a:hover .inner > img {
		transform: scale(1.03);
	}
	#index .recruit .comBtn01.style04 .sub.in {
		color: #00B2BD;
	}
	#index .recruit a:hover .comBtn01.style04 .sub::after {
		background-image: url(img/common/icon07.png);
	}
}
@media all and (max-width: 896px) {
	.index #container::before {
		display: none;
	}
	#index .mainVisual .fooUl {
		margin-left: 4.9rem;
		width: auto;
	}
	#index .mainVisual .bgBox {
		top: 6rem;
		width: 9.8rem;
	}
	#index .mainVisual h2 {
		margin-top: -1.5rem;
		left: 1.9rem;
		right: 1.9rem;
		width: auto;
		max-width: inherit;
	}
	#index .mainVisual.on h2,
	#index .mainVisual h2.on {
		transform: translateY(-50%);
	}
	#index .mainVisual h2 .en {
		margin-bottom: 0.6rem;
		font-size: 8.9rem;
	}
	#index .mainVisual h2 .jp {
		padding: 0;
		font-size: 1.2rem;
	}
	#index .mainVisual .newsBox {
		margin-left: auto;
		padding: 1.7rem 2.8rem 1rem;
		width: calc(100% - 9.8rem);
		min-height: 6.5rem;
	}
	#index .mainVisual .newsBox .newsList {
		padding: 0.1rem 2rem 0 0;
	}
	#index .mainVisual .newsBox .newsList li time {
		margin-bottom: -0.6rem;
		font-size: 1rem;
	}
	#index .mainVisual .newsBox .newsList li .text {
		font-size: 1.2rem;
	}
	#index .mainVisual .newsBox .arrow {
		right: 2.7rem;
		display: block;
	}
	#index .mainVisual .newsBox .arrow li {
		margin: 0 0 0.1rem;
		width: 1.5rem;
	}
	#index .mainVisual .newsBox .arrow li:last-child {
		margin-bottom: 0;
	}
	#index .strength {
		min-height: 43.5rem;
	}
	#index .strength a {
		padding: 8.6rem 0 0;
	}
	#index .strength a:hover .bgImg img {
		transform: scale(1);
	}
	#index .strength .inner {
		margin: 0 -0.5rem 5.8rem 0;
		max-width: inherit;
	}
	#index .strength .inner .headLine03 {
		margin: 0 -0.4rem 1rem;
	}
	#index .strength .inner .text {
		line-height: 1.8;
	}
	#index .comBtn01 {
		margin: 0 auto;
		min-width: 19.9rem;
	}
	#index .comBtn01 .sub {
		padding: 0 4.8rem 0.1rem 2.2rem;
		min-height: 4.6rem;
		font-size: 1.2rem;
	}
	#index .business {
		padding: 5.4rem 0 7.6rem;
	}
	#index .business .headLine03 {
		margin: 0 -0.8rem 1.1rem;
	}
	#index .business .inner {
		display: block;
	}
	#index .business .inner .lBox {
		width: auto;
	}
	#index .business .inner .lBox .photoList {
		margin-bottom: 1.6rem;
	}
	#index .business .inner .lBox .photoList li .photo {
		margin-bottom: 1.1rem;
	}
	#index .business .inner .lBox .photoList li .text {
		line-height: 1.8;
	}
	#index .business .inner .lBox .comBtn01 {
		margin: 0;
	}
	#index .business .inner .lBox .comBtn01 .sub {
		padding: 0 1.9rem 0.1rem;
	}
	#index .business .inner .lBox .comBtn01 .sub::after {
		right: 1.8rem;
	}
	#index .business .inner .linkList {
		margin-bottom: 2.4rem;
		width: auto;
	}
	#index .business .inner .linkList li a {
		padding: 0 2rem;
		min-height: 8.3rem;
		background: #FFF url(img/common/icon12.png) no-repeat right 1.7rem center / 0.6rem;
	}
	#index .business .inner .linkList li .number {
		padding-top: 0.1rem;
		font-size: 3.9rem;
	}
	#index .business .inner .linkList li .text {
		width: calc(100% - 5.5rem);
		font-size: 2.1rem;
	}
	#index .outPhotoList {
		margin: 0 0 6.9rem;
	}
	#index .outPhotoList li {
		width: 22rem;
	}
	#index .outImgArea {
		margin: 0 2rem 4.5rem;
	}
	#index .outImgArea .imgBox {
		margin-bottom: 6.4rem;
		display: block;
	}
	#index .outImgArea .imgBox:last-child {
		margin-bottom: 0;
	}
	#index .outImgArea .imgBox .textBox {
		margin-bottom: 2.2rem;
		width: auto;
		display: block;
	}
	#index .outImgArea .imgBox .textBox .subBox {
		margin: 0;
		padding: 0;
		max-width: inherit;
	}
	#index .outImgArea .imgBox .textBox .subBox .headLine03 {
		margin: 0 -1rem 1.5rem 0;
	}
	#index .outImgArea .imgBox .textBox .subBox .text {
		padding: 0 0.7rem 1.8rem;
		max-width: inherit;
		line-height: 1.8;
	}
	#index .outImgArea .imgBox .textBox .subBox .comBtn01 {
		margin: 0 0.7rem;
	}
	#index .outImgArea .imgBox .textBox .subBox .comBtn01 .sub {
		padding: 0 2rem 0.2rem;
	}
	#index .outImgArea .imgBox .textBox .subBox .comBtn01 .sub:after {
		right: 1.8rem;
	}
	#index .outImgArea .imgBox .photoBox {
		margin-right: -2rem;
		width: auto;
	}
	#index .outImgArea .imgBox.reverse .photoBox {
		margin: 0 0 0 -2rem;
	}
	#index .outImgArea .imgBox.reverse .textBox .subBox {
		margin: 0;
		padding: 0;
	}
	#index .outImgArea .imgBox.reverse .textBox .subBox .headLine03 {
		margin-bottom: 1.3rem;
	}
	#index .outImgArea .imgBox.reverse .textBox .subBox .headLine03 .jp {
		margin-bottom: 0.9rem;
	}
	#index .outImgArea .imgBox.reverse .textBox .subBox .text {
		padding-bottom: 1.8rem;
	}
	#index .recruit .enArea {
		margin: 0 0 -2.4rem -37.3rem;
		font-size: 8.6rem;
	}
	#index .recruit .inner {
		margin-bottom: 1.7rem;
	}
	#index .recruit .inner .headLine01 {
		margin-top: 0.2rem;
	}
	#index .recruit .inner .headLine01 .jp {
		margin-bottom: -2.2rem;
		font-size: 1.2rem;
	}
	#index .recruit .inner .headLine01 .en {
		font-size: 10.1rem;
	}
	#index .recruit .textBox {
		padding: 0;
		display: block;
	}
	#index .recruit .textBox .text {
		margin: 0 0 2rem;
		width: auto;
		line-height: 1.8;
	}
	#index .recruit .textBox .comBtn01 {
		margin: 0;
	}
}
/*------------------------------------------------------------
	achievement
------------------------------------------------------------*/
#achievement .pageTitle {
	margin-bottom: 26.1rem;
}
#achievement .pageTitle .headLine01 .jp {
	color: #00B2BD;
}
#achievement .pageTitle .outBox .bgArea {
	background: #00B2BD;
}
#achievement .photoList {
	gap: 4.1rem 4rem;
}
#achievement .photoList > li {
	width: calc((100% - 8rem) / 3);
}
#achievement .photoList li .title {
	margin-bottom: 1.4rem;
	padding: 1.2rem 0 1.5rem;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	font-size: 2.4rem;
	letter-spacing: 0.05em;
	line-height: 1.1;
	border-bottom: 1px dashed #00B2BD;
}
#achievement .photoList li .title .number {
	padding-top: 0.4rem;
	margin-right: 0.8rem;
	color: #00B2BD;
	font-size: 2rem;
	font-family: "Iceland", sans-serif;
	letter-spacing: 0.03em;
}
#achievement .photoList li .textUl {
	padding-bottom: 1.3rem;
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem;
	border-bottom: 1px solid #00B2BD;
}
#achievement .photoList li .textUl li {
	font-size: 1.4rem;
	letter-spacing: 0.05em;
}
#achievement .photoList li .textUl li .color01 {
	color: #00B2BD;
}
@media all and (max-width: 896px) {
	#achievement .pageTitle {
		margin-bottom: 9.2rem;
	}
	#achievement .pageTitle .headLine01 {
		margin-bottom: 2.3rem !important;
	}
	#achievement .photoList {
		gap: 1.6rem 0;
		justify-content: space-between;
	}
	#achievement .photoList > li {
		width: calc((100% - 1.4rem) / 2);
	}
	#achievement .photoList > li .photo img {
		width: 100%;
	}
	#achievement .photoList li .title {
		margin-bottom: 0.7rem;
		padding: 0.9rem 0;
		font-size: 2.1rem;
	}
	#achievement .photoList li .title .number {
		padding-top: 0.1rem;
		margin-right: 0.5rem;
		font-size: 1.6rem;
	}
	#achievement .photoList li .textUl {
		padding-bottom: 0.8rem;
		line-height: 1.2;
		gap: 0.3rem 1.2rem;
	}
	#achievement .photoList li .textUl li {
		font-size: 1.2rem;
		line-height: 1.2;
	}
	#achievement .photoList li .textUl li.style01 {
		padding-top: 1rem;
		display: block;
	}
}
/*------------------------------------------------------------
	voice
------------------------------------------------------------*/
#voice {
	overflow: hidden;
}
#voice .pageTitle {
	margin-bottom: 5rem;
	padding: 11.2rem 0 0;
	position: relative;
}
#voice .pageTitle .photoList {
	margin-left: -69.3rem;
}
#voice .pageTitle .photoList li {
	margin: 0 0.8rem;
	width: 73rem;
	border-radius: 1.8rem;
	overflow: hidden;
}
#voice .pageTitle .comTitleBox {
	margin-top: 2.7rem;
}
#voice .pageTitle .comTitleBox .en {
	margin-bottom: -1.9rem;
	font-size: 2.4rem;
}
#voice .pageTitle .comTitleBox .title {
	padding: 2.4rem 9.4rem 2.9rem;
	font-size: 4.4rem;
	border-radius: 5.9rem;
}
#voice #pagePath {
	margin-bottom: 23.2rem;
	max-width: 107.4rem;
}
#voice .inner .subInner {
	margin-bottom: 18.7rem;
	padding: 0 0.1rem;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	z-index: 1;
}
#voice .inner .subInner:last-child {
	margin-bottom: 0;
}
#voice .inner .subInner::before {
	position: absolute;
	top: 17.9rem;
	left: 17.6rem;
	width: 9999px;
	bottom: 0;
	background: #E5F7F8;
	content: '';
	z-index: -1;
}
#voice .inner .subInner .photoBox {
	width: 55rem;
}
#voice .inner .subInner .photoBox .photo img {
	border-radius: 1.5rem;
}
#voice .inner .subInner .photoBox .nameBox {
	padding: 1.4rem 0 1.7rem;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #00B2BD;
}
#voice .inner .subInner .photoBox .nameBox .name {
	margin-right: 3.5rem;
	padding: 0 3.9rem 0 3rem;
	position: relative;
	font-size: 2.6rem;
	letter-spacing: 0.05em;
}
#voice .inner .subInner .photoBox .nameBox .name::before {
	margin-top: 0.1rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 1px;
	height: 2.6rem;
	background: #00B2BD;
	content: '';
}
#voice .inner .subInner .photoBox .nameBox .name small {
	margin-right: 1.7rem;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	vertical-align: 0.4rem;
}
#voice .inner .subInner .photoBox .nameBox .text {
	padding-top: 0.4rem;
	flex: 1;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
}
#voice .inner .subInner .textBox {
	margin-top: -1.5rem;
	padding-bottom: 8.4rem;
	width: calc(100% - 58.8rem);
	box-sizing: border-box;
}
#voice .inner .subInner .textBox .hTitle {
	margin-bottom: 2.4rem;
	color: #00B2BD;
	font-size: 3.2rem;
	font-weight: 400;
	line-height: 1.76;
	letter-spacing: 0.05em;
}
#voice .inner .subInner .textBox .text {
	margin: 0 2.6rem 0 0.6rem;
	padding-top: 2.6rem;
	border-top: 1px solid #00B2BD;
	line-height: 2.2;
	letter-spacing: 0.05em;
}
#voice .inner .subInner.reverse {
	padding: 0;
}
#voice .inner .subInner.reverse::before {
	left: auto;
	right: 17.5rem;
	background: #E8F0FE;
}
#voice .inner .subInner.reverse .photoBox {
	order: 2;
}
#voice .inner .subInner.reverse .photoBox .nameBox {
	border-color: #1865F7;
}
#voice .inner .subInner.reverse .photoBox .nameBox .name::before {
	background: #1865F7;
}
#voice .inner .subInner.reverse .textBox {
	padding-left: 2.4rem;
	width: calc(100% - 56.8rem);
}
#voice .inner .subInner.reverse .textBox .hTitle {
	color: #1865F7;
}
#voice .inner .subInner.reverse .textBox .text {
	border-color: #1865F7;
}
@media all and (max-width: 896px) {
	#voice .pageTitle {
		margin-bottom: -1.5rem;
		padding: 4rem 0 0;
	}
	#voice .pageTitle .photoList {
		margin-left: -28.8rem;
	}
	#voice .pageTitle .photoList li {
		margin: 0 0.3rem;
		width: 24.2rem;
		border-radius: 0.6rem;
	}
	#voice .pageTitle .comTitleBox {
		margin-top: 2.2rem;
	}
	#voice .pageTitle .comTitleBox .en {
		margin-bottom: -1rem;
		font-size: 1.2rem;
	}
	#voice .pageTitle .comTitleBox .title {
		padding: 1.2rem 4.8rem 1.6rem;
		font-size: 2.2rem;
	}
	#voice #pagePath {
		margin-bottom: 6.4rem;
		max-width: inherit;
	}
	#voice .inner .subInner {
		margin-bottom: 4rem;
		padding: 0;
		display: block;
	}
	#voice .inner .subInner::before {
		display: none;
	}
	#voice .inner .subInner .photoBox {
		width: auto;
	}
	#voice .inner .subInner .photoBox .photo img {
		border-radius: 1rem;
		width: 100%;
	}
	#voice .inner .subInner .photoBox .nameBox {
		padding: 0.7rem 0 0.8rem;
	}
	#voice .inner .subInner .photoBox .nameBox .name {
		margin-right: 1.3rem;
		padding: 0 1.4rem 0 0;
		font-size: 1.6rem;
	}
	#voice .inner .subInner .photoBox .nameBox .name::before {
		margin-top: 0.1rem;
		height: 1.3rem;
	}
	#voice .inner .subInner .photoBox .nameBox .name small {
		margin-right: 0.7rem;
		font-size: 1rem;
		vertical-align: 0.2rem;
	}
	#voice .inner .subInner .photoBox .nameBox .text {
		padding-top: 0;
		font-size: 1.2rem;
	}
	#voice .inner .subInner .textBox {
		margin-top: 1.3rem;
		padding: 0 !important;
		width: auto !important;
	}
	#voice .inner .subInner .textBox .hTitle {
		margin-bottom: 1.4rem;
		font-size: 2rem;
		line-height: 1.7;
	}
	#voice .inner .subInner .textBox .text {
		margin: 0;
		padding: 1.9rem 2.8rem 2.4rem;
		font-size: 1.3rem;
		line-height: 1.99;
		background: #E5F7F8;
	}
	#voice .inner .subInner.reverse .textBox .text {
		background: #E8F0FE;
	}
}
/*------------------------------------------------------------
	business_detail
------------------------------------------------------------*/
.business_detail #container {
	padding-top: 0;
}
.business_detail #container::before {
	display: none;
}
#business_detail .pageTitle {
	margin: 0 0 5.2rem;
	padding: 0;
}
#business_detail .pageTitle .topImg {
	height: calc(100% - 11.6rem);
}
#business_detail .pageTitle .topImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#business_detail .pageTitle .hTitle {
	padding: 1.9rem 2rem 2.5rem;
	background: #1865F7;
	color: #FFF;
	font-size: 4.8rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	text-align: center;
}
#business_detail #pagePath {
	margin-bottom: 13.8rem;
	max-width: 107rem;
}
#business_detail .content {
	padding: 0 3rem 0 2.2rem;
	box-sizing: border-box;
}
#business_detail .topText {
	margin: 0 auto 8rem;
	padding-left: 4.3rem;
	max-width: 77rem;
	line-height: 2.57;
	letter-spacing: 0.05em;
	box-sizing: content-box;
}
#business_detail .point {
	margin-bottom: 18.9rem;
}
#business_detail .point .photoList {
	padding: 0 0 1.4rem 18.3rem;
	border-bottom: 1px solid #1865F7;
}
#business_detail .point .photoList li {
	padding: 5.5rem 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: 1px dashed #1865F7;
}
#business_detail .point .photoList li:last-child {
	border-bottom: none;
}
#business_detail .point .photoList li .photo {
	width: 23.4rem;
}
#business_detail .point .photoList li .textBox {
	padding-top: 1.5rem;
	width: calc(100% - 28.3rem);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#business_detail .point .photoList li .textBox .title {
	margin-bottom: 0.9rem;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.64;
	letter-spacing: 0.05em;
}
#business_detail .point .photoList li .textBox .text {
	font-size: 1.4rem;
	line-height: 2.4;
	letter-spacing: 0.05em;
}
#business_detail .outPhotoBox {
	margin-bottom: 19.5rem;
	width: calc(50% + 52rem);
}
#business_detail .outPhotoBox img {
	width: 100%;
}
#business_detail .case {
	margin-bottom: 21rem;
}
#business_detail .case .headLine05 {
	margin-bottom: 5.7rem;
}
#business_detail .case .photoList {
	padding: 0 0 0 0.8rem;
	gap: 4.5rem 0;
}
#business_detail .case .photoList li {
	width: calc((100% - 4rem) / 2);
}
#business_detail .case .photoList li .photo {
	margin-bottom: 1.9rem;
}
#business_detail .case .photoList li .titleBox {
	margin-bottom: 1.5rem;
	padding-bottom: 1.7rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px dashed #1865F7;
}
#business_detail .case .photoList li .titleBox .number {
	padding-top: 0.3rem;
	width: 4.2rem;
	color: #1865F7;
	font-size: 2.2rem;
	font-family: "Iceland", sans-serif;
	letter-spacing: 0.03em;
}
#business_detail .case .photoList li .titleBox .title {
	width: calc(100% - 4.9rem);
	font-size: 3rem;
	letter-spacing: 0.05em;
}
#business_detail .case .photoList li .text {
	padding-bottom: 1.8rem;
	font-size: 1.4rem;
	line-height: 2.25;
	letter-spacing: 0.05em;
	border-bottom: 1px solid #1865F7;
}
#business_detail .case .photoList li.style01 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#business_detail .case .photoList li.style01 .photo {
	width: 52rem;
}
#business_detail .case .photoList li.style01 .rBox {
	margin-top: -1rem;
	width: calc(100% - 53.8rem);
}
#business_detail .case .photoList li.style01 .rBox .text {
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
	letter-spacing: 0.08em;
}
#business_detail .flow {
	margin-bottom: 21rem;
	padding-bottom: 18.2rem;
	position: relative;
}
#business_detail .flow::before {
	position: absolute;
	top: 6.1rem;
	left: 0;
	width: 100%;
	bottom: 0;
	background: #DCE8FE;
	content: '';
}
#business_detail .flow .headLine05 {
	margin-bottom: 10.5rem;
}
#business_detail .flow .flowList {
	padding-left: 0.8rem;
	gap: 11.3rem 3.7rem;
}
#business_detail .flow .flowList li {
	padding-bottom: 0.2rem;
	position: relative;
	width: calc((100% - 11.1rem) / 4);
	min-height: 14.3rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	border: 1px solid #1865F7;
	background: #FFF;
}
#business_detail .flow .flowList li::before {
	position: absolute;
	top: -1.2rem;
	left: 50%;
	transform: translateX(-50%);
	width: 5.4rem;
	height: 2.2rem;
	background: linear-gradient(#DCE8FE 50%,#FFF 50%);
	content: '';
}
#business_detail .flow .flowList li::after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -2.4rem;
	width: 0.9rem;
	height: 1.5rem;
	background: url(img/common/icon13.png) no-repeat left top / 100%;
	content: '';
}
#business_detail .flow .flowList li.style01::after {
	right: auto;
	left: -2.4rem;
}
#business_detail .flow .flowList li .number {
	position: absolute;
	top: -1.7rem;
	left: 50%;
	transform: translateX(-50%);
	color: #1865f7;
	font-size: 2.2rem;
	font-family: "Iceland", sans-serif;
	letter-spacing: 0.03em;
	text-align: center;
}
#business_detail .flow .flowList li .title {
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.05em;
}
#business_detail .flow .flowList li .text {
	padding: 1rem 2.1rem;
	position: absolute;
	bottom: -7rem;
	left: 2rem;
	right: 2rem;
	min-height: 9.4rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background: #a3c1fc;
	border-radius: 1.1rem;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	line-height: 1.6;
	box-sizing: border-box;
	text-align: justify;
}
#business_detail .flow .flowList li .text::before {
	position: absolute;
	top: -1.1rem;
	left: 50%;
	transform: translateX(-50%);
	width: 1.5rem;
	height: 1.4rem;
	background: #a3c1fc;
	clip-path: polygon(0 100%,50% 0,100% 100%);
	content: '';
}
#business_detail .services .hTitle {
	margin-bottom: 3.8rem;
	font-size: 6.2rem;
	font-weight: 400;
	font-family: "Iceland", sans-serif;
	letter-spacing: 0.03em;
	text-align: center;
}
#business_detail .services .content {
	padding: 0 2rem;
	box-sizing: content-box;
}
#business_detail .services .linkList {
	gap: 2.2rem 0;
}
#business_detail .services .linkList li {
	width: calc((100% - 2.2rem) / 2);
}
#business_detail .services .linkList li a {
	display: block;
	position: relative;
	overflow: hidden;
}
#business_detail .services .linkList li .photo img {
	width: 100%;
	transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
}
#business_detail .services .linkList li .link {
	padding: 0.6rem 1.9rem 0.7rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	max-width: 32.9rem;
	color: #FFF;
	font-size: 2.4rem;
	letter-spacing: 0.05em;
	background: rgba(24, 101, 247, 0.9);
	transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
	transition: background 1000ms cubic-bezier(0.19, 1, 0.22, 1);
	z-index: 1;
}
#business_detail .services .linkList li .link::before {
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 100%;
	background: rgba(255, 255, 255, 0.9);
	content: '';
	transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
	z-index: -1;
}
#business_detail .services .linkList li .link::after {
	margin-top: 1px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 1.6rem;
	width: 0.7rem;
	height: 1.2rem;
	background: url(img/common/icon14.png) no-repeat left top / 100%;
	content: '';
	z-index: 5;
	transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
}
@media all and (min-width: 897px) {
	#business_detail .services .linkList li a:hover .photo img {
		transform: scale(1.03);
	}
	#business_detail .services .linkList li a:hover .link {
		background: transparent;
		color: #1865F7;
	}
	#business_detail .services .linkList li a:hover .link::before {
		left: 0;
		right: auto;
		width: 100%;
	}
	#business_detail .services .linkList li a:hover .link::after {
		background-image: url(img/common/icon14_over.png);
	}
}
@media all and (max-width: 896px) {
	#business_detail .pageTitle {
		margin: 0 0 0.7rem;
		padding: 0;
	}
	#business_detail .pageTitle .topImg {
		height: calc(100% - 6.4rem);
	}
	#business_detail .pageTitle .hTitle {
		padding: 0.8rem 2rem 1rem;
		font-size: 3.1rem;
	}
	#business_detail #pagePath {
		margin: 0 0 6.4rem;
		max-width: inherit;
	}
	#business_detail .content {
		padding: 0 2rem;
	}
	#business_detail .topText {
		margin: 0 0 5.7rem;
		padding-left: 0;
		max-width: inherit;
		line-height: 2.12;
	}
	#business_detail .point {
		margin-bottom: 9.2rem;
	}
	#business_detail .point .headLine05 {
		margin-bottom: -1rem;
	}
	#business_detail .point .photoList {
		margin: 0 0.7rem;
		padding: 0 0 0;
		display: block;
	}
	#business_detail .point .photoList li {
		padding: 3.4rem 0 2.4rem;
		display: block;
	}
	#business_detail .point .photoList li .photo {
		width: auto;
	}
	#business_detail .point .photoList li .photo img {
		width: 100%;
	}
	#business_detail .point .photoList li .textBox {
		padding-top: 1.3rem;
		width: auto;
		display: block;
	}
	#business_detail .point .photoList li .textBox .title {
		margin-bottom: 0.4rem;
		font-size: 1.7rem;
		line-height: 1.4;
		font-feature-settings: "palt";
		-moz-font-feature-settings: "palt";
		letter-spacing: 0.07em;
	}
	#business_detail .point .photoList li .textBox .text {
		margin-right: -0.3rem;
		line-height: 2.03;
		letter-spacing: 0.04em;
	}
	#business_detail .outPhotoBox {
		margin: 0 2rem 8.2rem 0;
		width: auto;
	}
	#business_detail .case {
		margin-bottom: 8rem;
	}
	#business_detail .case .headLine05 {
		margin-bottom: 2rem;
	}
	#business_detail .case .photoList {
		padding: 0 0.7rem;
		display: block;
	}
	#business_detail .case .photoList li {
		margin-bottom: 3rem;
		width: auto;
	}
	#business_detail .case .photoList li .photo {
		margin-bottom: 1.1rem;
	}
	#business_detail .case .photoList li .photo img {
		width: 100%;
	}
	#business_detail .case .photoList li .titleBox {
		margin-bottom: 1.1rem;
		padding-bottom: 1rem;
	}
	#business_detail .case .photoList li .titleBox .number {
		padding-top: 0.3rem;
		width: 3.5rem;
		font-size: 1.7rem;
	}
	#business_detail .case .photoList li .titleBox .title {
		width: calc(100% - 3.9rem);
		font-size: 2.3rem;
	}
	#business_detail .case .photoList li .text {
		padding-bottom: 1.1rem;
		line-height: 1.94;
	}
	#business_detail .case .photoList li.style01 {
		display: block;
	}
	#business_detail .case .photoList li.style01 .photo {
		width: auto;
	}
	#business_detail .case .photoList li.style01 .rBox {
		margin-top: 0rem;
		width: auto;
	}
	#business_detail .flow {
		margin-bottom: 6rem;
		padding-bottom: 9rem;
	}
	#business_detail .flow::before {
		top: 5.5rem;
	}
	#business_detail .flow .headLine05 {
		margin-bottom: 3.1rem;
	}
	#business_detail .flow .flowList {
		padding: 0 0.8rem;
		justify-content: space-between;
		gap: 7.3rem 0;
	}
	#business_detail .flow .flowList li {
		width: calc((100% - 2.4rem) / 2);
		min-height: 10.3rem;
	}
	#business_detail .flow .flowList li::before {
		top: -1.1rem;
        width: 3.8rem;
        height: 2.3rem;
	}
	#business_detail .flow .flowList li::after {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: -1.6rem;
		width: 0.7rem;
		height: 1.1rem;
		background-image: url(img/common/icon13_sp.png);
	}
	#business_detail .flow .flowList li.style01::after {
		right: auto;
		left: -1.6rem;
	}
	#business_detail .flow .flowList li.style02::after {
		right: -1.6rem;
		left: -1.6rem;
		width: auto;
		background: url(img/common/icon13_sp.png) no-repeat left center / 0.7rem,url(img/common/icon13_sp.png) no-repeat right center / 0.7rem;
	}
	#business_detail .flow .flowList li .number {
		top: -1.2rem;
		font-size: 1.6rem;
	}
	#business_detail .flow .flowList li .title {
		font-size: 1.4rem;
		position: relative;
		z-index: 5;
	}
	#business_detail .flow .flowList li .text {
		padding: 1rem 1.5rem;
		bottom: -5.1rem;
		left: 1.4rem;
		right: 1.4rem;
		min-height: 6.8rem;
		border-radius: 0.8rem;
		font-size: 1rem;
		z-index: 5;
	}
	#business_detail .flow .flowList li .text::before {
		top: -0.8rem;
	}
	#business_detail .services .hTitle {
		margin-bottom: 0;
		font-size: 4rem;
	}
	#business_detail .services .content {
		padding: 0 2.7rem;
	}
	#business_detail .services .linkList {
		display: block;
	}
	#business_detail .services .linkList li {
		margin-bottom: 0.9rem;
		width: auto;
	}
	#business_detail .services .linkList li:last-child {
		margin-bottom: 0;
	}
	#business_detail .services .linkList li .link {
		padding: 0.4rem 1.2rem 0.5rem;
		max-width: 22rem;
		font-size: 1.6rem;
	}
	#business_detail .services .linkList li .link::after {
		right: 1rem;
		width: 0.5rem;
		height: 1rem;
	}
}
/*------------------------------------------------------------
	company
------------------------------------------------------------*/
#company .pageTitle {
	margin-bottom: 26rem;
}
#company .greetings {
	margin-bottom: 24.6rem;
}
#company .greetings .content {
	max-width: 104rem;
}
#company .greetings .headLine04 {
	margin-bottom: 11.4rem;
}
#company .greetings .imgBox .textBox {
	width: calc(100% - 52rem);
}
#company .greetings .imgBox .textBox h4 {
	margin: -0.6rem -14rem 3.1rem 0;
	font-weight: 400;
	position: relative;
	z-index: 5;
}
#company .greetings .imgBox .textBox h4 .en {
	margin-bottom: 1rem;
	display: block;
	color: #1865F7;
	font-size: 1.4rem;
	font-family: "Iceland", sans-serif;
	letter-spacing: 0.03em;
}
#company .greetings .imgBox .textBox h4 .bgText {
	padding-bottom: 0.4rem;
	font-size: 3.2rem;
	line-height: 2.16;
	letter-spacing: 0.05em;
	background: -webkit-linear-gradient(#1865F7,#1865F7) repeat-x center bottom / 100% 1px;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
}
#company .greetings .imgBox .textBox .text {
	margin-bottom: 3.5rem;
	padding-right: 2.8rem;
	font-size: 1.4rem;
	line-height: 2.98;
	letter-spacing: 0.05em;
}
#company .greetings .imgBox .textBox .name small {
	margin-right: 1.5rem;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	vertical-align: 0.5rem;
}
#company .greetings .imgBox .textBox .name .sub {
	margin-right: 1.9rem;
	font-size: 2.6rem;
	letter-spacing: 0.05em;
}
#company .greetings .imgBox .textBox .name .en {
	color: #1865F7;
	font-size: 1.2rem;
	font-family: "Iceland", sans-serif;
	vertical-align: 0.6rem;
}
#company .greetings .imgBox .photoBox {
	width: 52rem;
}
#company .outline {
	margin-bottom: 24.9rem;
	padding-bottom: 10.8rem;
	position: relative;
	z-index: 1;
}
#company .outline .headLine04 {
	margin-bottom: 18.1rem;
}
#company .outline::before {
	position: absolute;
	top: 13rem;
	left: 0;
	width: 100%;
	bottom: 0;
	background: #dce8fe;
	content: '';
	z-index: -1;
}
#company .outline .textList {
	margin: 0 auto;
	padding: 5.1rem 0 8.8rem;
	max-width: 92rem;
	background: #FFF;
}
#company .outline .textList li {
	margin: 0 auto;
	max-width: 70.7rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: 1px solid #999;
}
#company .outline .textList li .title {
	padding: 3.2rem 0 3.4rem;
	position: relative;
	color: #1865F7;
	font-weight: 700;
	letter-spacing: 0.05em;
	width: 17.6rem;
}
#company .outline .textList li .title::before {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 2px;
	height: 0.7rem;
	background: #999;
	content: '';
}
#company .outline .textList li .text {
	padding-bottom: 0.2rem;
	width: calc(100% - 23.5rem);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	line-height: 1.75;
	letter-spacing: 0.05em;
}
#company .access .headLine04 {
	margin-bottom: 7.4rem;
}
#company .access .mapBox {
	aspect-ratio: 11 / 6;
}
#company .access .mapBox iframe {
	width: 100%;
	height: 100%;
}
#company .access .textBox {
	margin-bottom: 1.8rem;
	padding: 1.2rem 3rem 2.1rem;
	align-items: center;
	border-bottom: 1px solid #999;
}
#company .access .textBox .title {
	padding-right: 3.2rem;
	position: relative;
	font-size: 2.2rem;
	letter-spacing: 0.05em;
}
#company .access .textBox .line {
	position: relative;
}
#company .access .textBox .line::before {
	margin-top: 0.2rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 1px;
	height: 2.4rem;
	background: #999;
	content: '';
}
#company .access .textBox .address {
	padding: 0 3.2rem 0 3.1rem;
	letter-spacing: 0.05em;
}
#company .access .textBox .telBox {
	padding-left: 3.3rem;
	letter-spacing: 0.05em;
}
#company .access .text {
	padding: 0 3rem;
	font-size: 1.8rem;
	letter-spacing: 0.05em;
}
@media all and (max-width: 896px) {
	#company .pageTitle {
		margin-bottom: 11.3rem;
	}
	#company .greetings {
		margin-bottom: 6.4rem;
	}
	#company .greetings .content {
		max-width: inherit;
	}
	#company .greetings .headLine04 {
		margin-bottom: 3.3rem;
	}
	#company .greetings .imgBox {
		display: block;
	}
	#company .greetings .imgBox .textBox {
		margin-bottom: 2.8rem;
		width: auto;
	}
	#company .greetings .imgBox .textBox h4 {
		margin: 0 -1rem 1rem 0;
	}
	#company .greetings .imgBox .textBox h4 .en {
		margin-bottom: 0.2rem;
	}
	#company .greetings .imgBox .textBox h4 .bgText {
		padding-bottom: 0.2rem;
		font-size: 2rem;
		line-height: 2;
		font-feature-settings: "palt";
		-moz-font-feature-settings: "palt";
		letter-spacing: 0.03em;
	}
	#company .greetings .imgBox .textBox .text {
		margin-bottom: 1rem;
		padding-right: 0;
		line-height: 2.08;
	}
	#company .greetings .imgBox .textBox .name small {
		margin-right: 1.2rem;
		font-size: 1.2rem;
		vertical-align: 0.5rem;
	}
	#company .greetings .imgBox .textBox .name .sub {
		margin-right: 0.9rem;
		font-size: 2.3rem;
	}
	#company .greetings .imgBox .textBox .name .en {
		font-size: 1.1rem;
		vertical-align: 0.5rem;
	}
	#company .greetings .imgBox .photoBox {
		width: auto;
	}
	#company .greetings .imgBox .photoBox img {
		width: 100%;
	}
	#company .outline {
		margin-bottom: 6.2rem;
		padding-bottom: 3.3rem;
	}
	#company .outline .headLine04 {
		margin-bottom: 5.4rem;
	}
	#company .outline::before {
		top: 5.3rem;
	}
	#company .outline .textList {
		margin: 0;
		padding: 1.3rem 3rem 2.9rem;
		max-width: inherit;
	}
	#company .outline .textList li {
		margin: 0;
		max-width: inherit;
	}
	#company .outline .textList li .title {
		padding: 1.3rem 0 1.2rem;
		font-size: 1.3rem;
		width: 6.7rem;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	#company .outline .textList li .title::before {
		width: 1px;
		height: 0.4rem;
	}
	#company .outline .textList li .text {
		padding: 0.9rem 0;
		width: calc(100% - 9.1rem);
		font-size: 1.3rem;
		line-height: 1.43;
	}
	#company .access .headLine04 {
		margin-bottom: 2.2rem;
	}
	#company .access .mapBox {
		margin: 0 -0.8rem;
		aspect-ratio: 748 / 624;
	}
	#company .access .textBox {
		margin-bottom: 0.7rem;
		padding: 0;
		display: block;
		border-bottom: none;
	}
	#company .access .textBox .title {
		padding: 0 0 1rem;
		font-size: 1.7rem;
		border-bottom: 1px solid #999;
	}
	#company .access .textBox .line::before {
		display: none;
	}
	#company .access .textBox .address {
		padding: 0.8rem 0 0.7rem;
		font-size: 1.3rem;
		border-bottom: 1px solid #999;
	}
	#company .access .textBox .telBox {
		padding: 0.5rem 0 0.7rem;
		border-bottom: 1px solid #999;
	}
	#company .access .text {
		padding: 0;
		font-size: 1.4rem;
	}
}
/*------------------------------------------------------------
	appeal_point
------------------------------------------------------------*/
#appeal_point .pageTitle {
	margin-bottom: 5rem;
	padding: 11.2rem 0 0;
	position: relative;
}
#appeal_point .pageTitle > div {
	margin: 0 auto;
	max-width: 133rem;
	border-radius: 1.4rem;
	overflow: hidden;
}
#appeal_point .pageTitle .comTitleBox {
	margin-top: -2.9rem;
}
#appeal_point .pageTitle .comTitleBox .en {
	margin-bottom: -1.9rem;
	font-size: 2.4rem;
}
#appeal_point .pageTitle .comTitleBox .title {
	padding: 2.4rem 6.8rem 2.9rem;
	font-size: 4.4rem;
	border-radius: 5.9rem;
}
#appeal_point #pagePath {
	margin-bottom: 16.3rem;
	max-width: 107.2rem;
}
#appeal_point .topText {
	margin-bottom: 19.1rem;
	line-height: 2.4;
	text-align: center;
	letter-spacing: 0.05em;
}
#appeal_point .inner .subInner {
	margin-bottom: 14.3rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#appeal_point .inner .subInner:last-child {
	margin-bottom: 0;
}
#appeal_point .inner .subInner .textBox {
	width: calc(50% - 37.4rem);
	position: relative;
	z-index: 10;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#appeal_point .inner .subInner .textBox .subBox {
	margin: 0 -26.2rem 6.7rem auto;
	width: fit-content;
}
#appeal_point .inner .subInner .textBox .number {
	margin-bottom: 2.3rem;
	font-size: 3rem;
	font-family: "Iceland", sans-serif;
	letter-spacing: 0.03em;
}
#appeal_point .inner .subInner .textBox .title {
	padding: 0 0 0.1rem 1.8rem;
	display: inline;
	color: #FFF;
	font-size: 3.4rem;
	line-height: 1.32;
	letter-spacing: 0.05em;
	background: -webkit-linear-gradient(#00b2bd,#00b2bd) repeat-x center center / 100% 100%;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
}
#appeal_point .inner .subInner .textBox .text {
	margin: 1.2rem 0.2rem 0 0;
	padding: 2.6rem 4.6rem 3rem;
	background: #FFF;
	line-height: 2.17;
	letter-spacing: 0.05em;
}
#appeal_point .inner .subInner .photoBox {
	margin-left: auto;
	width: calc(50% + 37.4rem);
	border-radius: 1.5rem;
	overflow: hidden;
}
#appeal_point .inner .subInner .photoBox img {
	width: 100%;
}
#appeal_point .inner .subInner.reverse .textBox {
	order: 2;
}
#appeal_point .inner .subInner.reverse .textBox .subBox {
	margin: 0 auto 5.2rem -24.1rem;
}
#appeal_point .inner .subInner.reverse .textBox .subBox.style01 {
	margin: 0 auto 3.6rem -16.4rem;
}
#appeal_point .inner .subInner.reverse .textBox .number {
	text-align: right;
}
#appeal_point .inner .subInner.reverse .textBox .title {
	background: -webkit-linear-gradient(#1865F7,#1865F7) repeat-x center center / 100% 100%;
}
#appeal_point .inner .subInner.reverse .textBox .text {
	padding: 2.6rem 3.9rem 3rem;
}
@media all and (max-width: 896px) {
	#appeal_point .pageTitle {
		margin-bottom: -1.5rem;
		padding: 4rem 2rem 0;
	}
	#appeal_point .pageTitle > div {
		margin: 0;
		max-width: inherit;
		border-radius: 0.4rem;
	}
	#appeal_point .pageTitle .topImg img {
		width: 100%;
	}
	#appeal_point .pageTitle .comTitleBox {
		margin-top: 0.2rem;
	}
	#appeal_point .pageTitle .comTitleBox .en {
		margin-bottom: -1rem;
		font-size: 1.2rem;
	}
	#appeal_point .pageTitle .comTitleBox .title {
		padding: 1.2rem 3.3rem 1.6rem;
		font-size: 2.2rem;
	}
	#appeal_point #pagePath {
		margin-bottom: 5.5rem;
		max-width: inherit;
	}
	#appeal_point .topText {
		margin-bottom: 5.2rem;
		line-height: 2.12;
	}
	#appeal_point .inner {
		padding: 0 2rem;
	}
	#appeal_point .inner .subInner {
		margin-bottom: 3.8rem;
		display: block;
	}
	#appeal_point .inner .subInner .textBox {
		width: auto;
		display: block;
	}
	#appeal_point .inner .subInner .textBox .subBox {
		margin: 0 !important;
	}
	#appeal_point .inner .subInner .textBox .number {
		margin-bottom: 0.7rem;
		font-size: 1.9rem;
	}
	#appeal_point .inner .subInner .textBox .title {
		padding: 0 0 0.1rem 1.2rem;
		font-size: 2.2rem;
		line-height: 1.34;
		background: -webkit-linear-gradient(#00b2bd,#00b2bd) repeat-x center center / 100% 100%;
		box-decoration-break: clone;
		-webkit-box-decoration-break: clone;
	}
	#appeal_point .inner .subInner .textBox .text {
		margin: 1.1rem 0.2rem 0 0;
		padding: 1.4rem 2.6rem 1.5rem;
		font-size: 1.3rem;
		line-height: 1.99;
	}
	#appeal_point .inner .subInner .photoBox {
		margin: -4.8rem -2rem 0 1.8rem;
		width: auto;
		border-radius: 0.6rem;
	}
	#appeal_point .inner .subInner.reverse {
		margin-bottom: 0.2rem;
	}
	#appeal_point .inner .subInner.reverse .photoBox {
		margin: 0 1.8rem 0 -2rem;
	}
	#appeal_point .inner .subInner.reverse .textBox .subBox {
		margin: -8.9rem 0 0 auto !important;
	}
	#appeal_point .inner .subInner.reverse .textBox .text {
		padding: 1.2rem 3rem 1.8rem 2.7rem;
	}
}
/*------------------------------------------------------------
	strength
------------------------------------------------------------*/
#strength .pageTitle {
	margin-bottom: 4.5rem;
	padding: 0;
	height: calc(100vh - 13.5rem);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	background: url(img/strength/page_img.jpg) no-repeat center center / cover;
}
#strength .pageTitle .inner {
	margin: 2rem 0 0;
}
#strength .pageTitle .inner .headLine01 {
	margin-bottom: 0;
}
#strength .pageTitle .inner .headLine01 .jp {
	color: #00B2BD;
}
#strength .pageTitle .inner .headLine01 .en {
	color: #FFF;
}
#strength #pagePath {
	margin-bottom: 11.8rem;
	max-width: 107rem;
}
#strength .topText {
	margin-bottom: 11.3rem;
	line-height: 3.05;
	text-align: center;
	letter-spacing: 0.05em;
}
#strength .secBox .headLine04 {
	margin-bottom: 7.6rem;
	font-size: 8.2rem;
	letter-spacing: 0.03em;
	background: linear-gradient(to bottom, transparent calc(100% - 1rem), #00B2BD calc(100% - 1rem), #00B2BD 100%);
    background-size: 100% 1.2em;
}
#strength .secBox .content {
	max-width: 104rem;
}
#strength .secBox .subInner {
	margin-bottom: 7.5rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#strength .secBox .subInner:last-child {
	margin-bottom: 0;
}
#strength .secBox .subInner .textBox {
	width: calc(100% - 60.5rem);
}
#strength .secBox .subInner .textBox .subBox {
	max-width: 48rem;
}
#strength .secBox .subInner .textBox .hTitle {
	margin: 0 -1rem 3.1rem 0;
	font-weight: 400;
}
#strength .secBox .subInner .textBox .hTitle .number {
	margin-bottom: -0.4rem;
	display: block;
	color: #00b2bd;
	font-size: 3rem;
	font-family: "Iceland", sans-serif;
	letter-spacing: 0.03em;
}
#strength .secBox .subInner .textBox .hTitle .bgText {
	padding-bottom: 1rem;
	font-size: 3.5rem;
	line-height: 2.38;
	letter-spacing: 0.05em;
	background: -webkit-linear-gradient(#00b2bd,#00b2bd) repeat-x center bottom / 100% 1px;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
}
#strength .secBox .subInner .textBox .text {
	font-size: 1.4rem;
	line-height: 2.17;
	letter-spacing: 0.05em;
}
#strength .secBox .subInner .photoBox {
	margin: 6.8rem -3rem 0 0;
	width: 55rem;
}
#strength .secBox .subInner.reverse .textBox {
	order: 2;
}
#strength .secBox .subInner.style01 .photoBox {
	margin: 0 0 0 -28rem;
	width: 67rem;
}
#strength .secBox .subInner.style01 .textBox {
	margin: 13.9rem 0 0;
	width: calc(100% - 47.6rem);
}
#strength .secBox .subInner.style02 .photoBox {
	margin: 6.3rem -3.4rem 0 0;
	width: 42.8rem;
}
#strength .secBox .subInner.style02 .textBox {
	padding: 5rem 0 0 12.3rem;
	width: calc(100% - 43rem);
}
#strength .secBox .subInner.style02 .textBox .subBox {
	max-width: 44rem;
}
#strength .secBox .subInner.style03 .photoBox {
	margin: -11.4rem 0 0 -3rem;
}
#strength .secBox .subInner.style03 .textBox {
	padding: 11.8rem 0 0;
	width: calc(100% - 60.2rem);
}
#strength .secBox .subInner.style04 .photoBox {
	margin: 11.8rem -15rem 0 0;
	width: 67rem;
}
#strength .secBox .subInner.style04 .textBox {
	margin-top: 5.5rem;
	width: calc(100% - 58rem);
}
@media all and (min-width: 897px) and (max-width: 1599px) {
	#strength .secBox .subInner.style01 .photoBox {
		margin-left: -10rem;
        width: 54rem;
	}
}
@media all and (min-width: 897px) and (max-width: 1399px) {
	#strength .secBox .subInner.style04 .photoBox {
		margin-right: -7rem;
		width: 54rem;
	}
}
@media all and (max-width: 896px) {
	#strength .pageTitle {
		margin-bottom: -1.5rem;
		height: calc(100vh - 6rem);
		background-image: url(img/strength/page_img_sp.jpg);
	}
	#strength .pageTitle .inner {
		margin: 0.9rem 0 0;
	}
	#strength #pagePath {
		margin-bottom: 5.4rem;
		max-width: inherit;
	}
	#strength .topText {
		margin: 0 -0.5rem 5.3rem;
		line-height: 2.12;
	}
	#strength .secBox .headLine04 {
		margin-bottom: 2.3rem;
		font-size: 5.4rem;
		background: linear-gradient(to bottom, transparent calc(100% - 0.7rem), #00B2BD calc(100% - 0.7rem), #00B2BD 100%);
		background-size: 100% 1.2em;
	}
	#strength .secBox .content {
		max-width: inherit;
	}
	#strength .secBox .subInner {
		margin-bottom: 5.2rem;
		display: block;
	}
	#strength .secBox .subInner .textBox {
		margin: 0 0 2.6rem !important;
		padding: 0 !important;
		width: auto !important;
	}
	#strength .secBox .subInner .textBox .subBox {
		max-width: inherit !important;
	}
	#strength .secBox .subInner .textBox .hTitle {
		margin-bottom: 2rem;
	}
	#strength .secBox .subInner .textBox .hTitle .number {
		margin-bottom: -0.3rem;
		font-size: 2.2rem;
	}
	#strength .secBox .subInner .textBox .hTitle .bgText {
		padding-bottom: 0.8rem;
		font-size: 2.6rem;
	}
	#strength .secBox .subInner .textBox .text {
		line-height: 1.8;
	}
	#strength .secBox .subInner .photoBox {
		margin: 0 !important;
		width: auto !important;
	}
	#strength .secBox .subInner .photoBox img {
		width: 100%;
	}
	#strength .secBox .subInner.style01 .photoBox {
		margin: 0 0 0 -2.7rem !important;
	}
	#strength .secBox .subInner.style02 .photoBox {
		margin: 0 -0.6rem 0 0 !important;
	}
	#strength .secBox .subInner.style04 .photoBox {
		margin: 0 -0.7rem 0 0 !important;
	}
}
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
@media all and (max-width: 896px) {
}
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
@media all and (max-width: 896px) {
}