@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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: 1279px) {
	html {
		font-size: calc(1000vw / 1280);
	}
}
@media all and (max-width: 374px) {
	html {
		font-size: calc(1000vw / 375);
	}
}
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: #1F2427;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #1F2427;
}
a:hover {
	color: #1F2427;
}
a:active {
	color: #1F2427;
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 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;}
.pop {
	font-family: "Poppins", sans-serif;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #1F2427;
	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 {
	text-align: left;
	position: relative;
	overflow: hidden;
}
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.6rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.7);
	z-index: 999;
}
#gHeader .hBox {
	padding: 1rem 4.5rem 1rem 2rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#gHeader .hBox h1 {
	width: 9.5rem;
}
#gHeader .hBox .menuBox {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
#gHeader .hBox .menuBox .link {
	margin-left: 3.4rem;
	width: 13.9rem;
}
#gHeader .hBox .menuBox .link a {
	min-height: 3.7rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	color: #FFF;
	font-size: 1.8rem;
	font-weight: 700;
	border-radius: 4rem;
	background: linear-gradient(90deg,#3D76D5 0%,#72A7FF 100%);
}
#gHeader .hBox .menuBox .link a:hover {
	opacity: 0.7;
}
#gNavi {
	padding-bottom: 0.2rem;
}
#gNavi li {
	margin-left: 3.1rem;
	display: inline-block;
}
#gNavi li:first-child {
	margin-left: 0;
}
@media all and (min-width: 897px) {
	#gNavi li a:hover {
		color: #3D76D5;
	}
	#gHeader .hBox .menuBox {
		display: flex !important;
	}
}
@media all and (max-width: 896px) {
	#gHeader .hBox {
		display: block;
	}
	#gHeader .hBox h1 {
		position: relative;
		z-index: 300;
	}
	#gHeader .menu {
		position: absolute;
		top: 1.5rem;
		right: 1.7rem;
		height: 2rem;
		width: 3.3rem;
		cursor: pointer;
		z-index: 300;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
	}	
	#gHeader .menu span {
		background: #3D76D5;
		border: none;
		height: 0.5rem;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		-webkit-transition: all .35s ease;
		transition: all .35s ease;
		cursor: pointer;
	}	
	#gHeader .menu span:nth-of-type(2) {
		top: 1.4rem;
	}	
	#gHeader .menu span:nth-of-type(3) {
		top: 2.8rem;
	}
	#gHeader .menu.on {
		right: 1.2rem;
		width: 4.4rem;
	}
	#gHeader .menu.on .top {
		transform: translateY(1.4rem) translateX(0) rotate(45deg);
	}
	#gHeader .menu.on .middle {
		opacity: 0;
	}
	#gHeader .menu.on .bottom {
		transform: translateY(-1.4rem) translateX(0) rotate(-45deg);
	}
	#gHeader .hBox .menuBox {
		padding: 8rem 0 12rem;
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100svh;
		background: #FFF;
		z-index: 200;
		overflow: auto;
	}
	#gHeader .hBox .menuBox .link {
		margin: 0 auto;
	}
	#gNavi {
		margin-bottom: 2.8rem;
		padding-bottom: 0;
	}
	#gNavi li {
		margin: 0 0 1.4rem;
		display: block;
	}
	#gNavi li:last-child {
		margin-bottom: 0;
	}
	#gNavi li a {
		padding: 1rem;
		display: block;
		font-size: 1.8rem;
		font-weight: 500;
		text-align: center;
	}
	#gNavi li a:active {
		color: #3D76D5;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 5.1rem 0 0.9rem;
}
#gFooter .fBox {
	margin: 0 auto;
	max-width: 86rem;
}
#gFooter .fLogo {
	margin: 0 auto 3.2rem;
	max-width: 46.8rem;
}
#gFooter .textBox {
	margin: 0 -2rem 4.7rem 0;
}
#gFooter .textBox .text {
	width: 42.5rem;
	line-height: 1.875;
}
#gFooter address {
	font-size: 1.4rem;
	text-align: center;
}
@media all and (max-width: 896px) {
	#gFooter {
		padding: 3.5rem 0 0.7rem;
	}
	#gFooter .fBox {
		margin: 0;
		max-width: inherit;
	}
	#gFooter .fLogo {
		margin: 0 auto 2.6rem;
		max-width: 32.6rem;
	}
	#gFooter .textBox {
		margin: 0 auto 2.4rem;
		display: block;
		max-width: 22.3rem;
	}
	#gFooter .textBox .text {
		margin: 0 -2rem 1.6rem 0;
		font-size: 1.4rem;
		width: auto;
		line-height: 2.14;
	}
	#gFooter .textBox .text:last-child {
		margin-bottom: 0;
	}
	#gFooter address {
		font-size: 1.2rem;
	}
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	padding: 0 2rem;
	max-width: 119rem;
	box-sizing: content-box;
	position: relative;
}
@media all and (max-width: 896px) {
	.content {
		margin: 0;
		padding: 0 2rem;
		max-width: inherit;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 9.2rem;
	position: relative;
}
.headLine01 .en {
	color: rgba(61, 118, 213, 0.2);
	position: absolute;
	top: -7.4rem;
	left: 3.1rem;
	font-size: 14rem;
	font-weight: 700;
	font-style: italic;
	line-height: 1.2;
	font-family: "Poppins", sans-serif;
}
.headLine01 .jp {
	font-size: 4rem;
	font-weight: 500;
	line-height: 1.2;
	position: relative;
	z-index: 5;
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 5.1rem;
	}
	.headLine01 .en {
		top: -3.3rem;
		left: 1.5rem;
		font-size: 7rem;
	}
	.headLine01 .jp {
		font-size: 2.5rem;
	}
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin-bottom: 1.5rem;
	padding-left: 6.5rem;
	position: relative;
	font-size: 3rem;
	font-weight: 500;
}
.headLine02::before {
	position: absolute;
	top: 2.1rem;
	left: 0;
	width: 4rem;
	height: 0.4rem;
	background: #3D76D5;
	content: '';
}
@media all and (max-width: 896px) {
	.headLine02 {
		margin-bottom: 1.1rem;
		padding-left: 3.9rem;
		font-size: 1.8rem;
	}
	.headLine02::before {
		top: 1.2rem;
		width: 2.4rem;
	}
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
@media all and (max-width: 896px) {
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
@media all and (max-width: 896px) {
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
@media all and (max-width: 896px) {
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
@media all and (max-width: 896px) {
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
@media all and (max-width: 896px) {
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
@media all and (max-width: 896px) {
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
@media all and (max-width: 896px) {
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
@media all and (max-width: 896px) {
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
@media all and (max-width: 896px) {
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
@media all and (max-width: 896px) {
}
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .mainVisual {
	margin-bottom: 15.8rem;
}
#main .mainVisual .mainImg img {
	width: 100%;
}
#main section {
	margin-top: -8rem;
	padding-top: 8rem;
}
#main .service {
	margin-bottom: 17.9rem;
}
#main .service .movieBox {
	margin: 0 auto 6.7rem;
	width: 64rem;
	aspect-ratio: 64 / 36;
}
#main .service .movieBox iframe {
	width: 100%;
	height: 100%;
}
#main .service .text {
	margin-bottom: 5.4rem;
	text-align: center;
	line-height: 1.875;
}
#main .service .photoList {
	margin: 0 auto;
	max-width: 128rem;
	gap: 0.4rem;
}
#main .service .photoList li {
	padding: 3.4rem 2.9rem 2rem;
	width: calc((100% - 0.8rem) / 3);
	aspect-ratio: 848 / 840;
	position: relative;
	box-sizing: border-box;
	color: #FFF;
}
#main .service .photoList li .photo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#main .service .photoList li .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .service .photoList li .subBox {
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
	z-index: 5;
}
#main .service .photoList li .subBox .title {
	margin-bottom: 2rem;
}
#main .service .photoList li .subBox .title .big {
	margin-top: 0.7rem;
	display: block;
	font-size: 3rem;
}
#main .service .photoList li .subBox .text {
	margin-bottom: 0;
	text-align: left;
}
#main .charm {
	margin-bottom: 22.9rem;
}
#main .charm .headLine01 {
	margin-bottom: 9.6rem;
}
#main .charm .subInner {
	margin-bottom: 4.5rem;
	padding: 0 0.2rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .charm .subInner .photo {
	width: 46.8%;
}
#main .charm .subInner .textBox {
	padding: 11.2rem 0 0;
	width: 46.6%;
}
#main .charm .subInner .textBox .text {
	line-height: 1.875;
}
#main .charm .subInner.reverse .photo {
	order: 2;
}
#main .rewording {
	margin-bottom: 22.9rem;
}
#main .rewording .headLine01 {
	margin-bottom: 6rem;
}
#main .rewording .topText {
	margin-bottom: -3.6rem;
}
#main .rewording .bgBox {
	padding: 10.5rem 0 0;
	position: relative;
	z-index: 3;
}
#main .rewording .bgBox::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	bottom: 0.3rem;
	background: url(../img/index/rewording_bg01.jpg) no-repeat center top / cover;
	content: '';
	clip-path: polygon(0% 24.3rem,100% 0%,100% calc(100% - 18.5rem),0% 100%);
}
#main .rewording .bgBox::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	bottom: 0.3rem;
	background: #3d76d5;
	opacity: 0.8;
	content: '';
	clip-path: polygon(0% 24.3rem,100% 0%,100% calc(100% - 18.5rem),0% 100%);
}
#main .rewording .inner {
	margin: 0 auto;
	max-width: 119rem;
	position: relative;
	z-index: 5;
}
#main .rewording .inner .imgBox {
	margin-bottom: 1.7rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .rewording .inner .imgBox:last-child {
	margin-bottom: 0;
}
#main .rewording .inner .imgBox .textBox {
	width: 43.7rem;
}
#main .rewording .inner .imgBox .textBox .hTitle {
	margin: 0 -1rem 4.7rem 0;
	padding: 2.1rem 9.1rem 2rem 2.8rem;
	width: fit-content;
	min-width: 44.7rem;
	position: relative;
	color: #FFF;
	font-size: 3rem;
	font-weight: 500;
	z-index: 1;
	text-align: center;
}
#main .rewording .inner .imgBox .textBox .hTitle::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #1F2427;
	content: '';
	z-index: -1;
	clip-path: polygon(0% 0%,calc(100% - 8.4rem) 0%,100% 100%,0 100%);
}
#main .rewording .inner .imgBox .textBox .text {
	color: #FFF;
	line-height: 1.875;
	position: relative;
	z-index: 5;
}
#main .rewording .inner .imgBox .photo.style01 {
	width: 62.6rem;
}
#main .rewording .inner .imgBox .photo.style02 {
	width: 60.4rem;
}
#main .rewording .inner .imgBox .photo.style03 {
	width: 58.6rem;
}
#main .rewording .inner .imgBox .textBox.style01 {
	margin: 7.5rem -6rem 0 6rem;
	width: 53.5rem;
}
#main .rewording .inner .imgBox.reverse {
	margin-bottom: 3.9rem;
}
#main .rewording .inner .imgBox.reverse .textBox {
	margin: 7.2rem 6.4rem 0 auto;
	order: 2;
}
#main .rewording .inner .imgBox.reverse .textBox .hTitle {
	margin: 0 0 4.7rem -1.1rem;
	padding: 2.1rem 3.7rem 2rem 11.1rem;
}
#main .rewording .inner .imgBox.reverse .textBox .hTitle::before {
	clip-path: polygon(9.6rem 0%,100% 0,100% 100%,0 100%);
}
#main .rewording .inner .imgBox .textBox.style02 {
	margin: 6.3rem -6rem 0 6rem;
}
#main .rewording .inner .imgBox .textBox.style02 .hTitle::before {
	clip-path: polygon(0% 0%,calc(100% - 9.6rem) 0%,100% 100%,0 100%);
}
#main .rewording .rewordBox {
	margin-top: 4.4rem;
	padding: 5rem 0 29.4rem;
	position: relative;
	background: url(../img/index/rewording_bg02.png) no-repeat center bottom / cover;
}
#main .rewording .rewordBox .innerArea {
	margin: 0 auto;
	max-width: 119rem;
	position: relative;
	z-index: 5;
}
#main .rewording .rewordBox .innerArea .headLine02 {
	margin-bottom: 3.6rem;
}
#main .rewording .rewordBox .innerArea .text {
	margin-bottom: 6.2rem;
	line-height: 1.875;
}
#main .rewording .rewordBox .innerArea .textList {
	padding: 0 1.5rem;
	gap: 2.4rem 3rem;
}
#main .rewording .rewordBox .innerArea .textList li {
	padding: 1.6rem 1.8rem;
	width: calc((100% - 6rem) / 3);
	background: #FFF;
	box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
}
#main .rewording .rewordBox .innerArea .textList li .title {
	margin-bottom: 0.9rem;
	padding: 0 0 0 2.8rem;
	color: #0062AE;
	font-size: 2rem;
	font-weight: 500;
	background: url(../img/index/icon01.png) no-repeat left top 0.5rem / 2rem;
}
#main .rewording .rewordBox .innerArea .textList li .subBox {
	padding: 0 1rem 0 2.8rem;
	display: flex;
	flex-wrap: wrap;
}
#main .rewording .rewordBox .innerArea .textList li .subBox .lText {
	margin-right: 2.7rem;
	width: 14.5rem;
}
#main .rewording .rewordBox .innerArea .textList li .subBox .rText {
	width: 11.8rem;
}
#main .infograph {
	margin-bottom: 18.6rem;
	padding-bottom: 5rem;
	position: relative;
}
#main .infograph::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	bottom: 0;
	background: linear-gradient(#fff 0%, #c6dcff 28.79%, #e3eeff 54.29%, #cee0ff 83.42%, #fff 100%);
	content: '';
}
#main .infograph .headLine01 {
	margin-bottom: 11.4rem;
}
#main .infograph .inner {
	margin-bottom: 2.5rem;
}
#main .infograph .subInner {
	margin-bottom: 3rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .infograph .subInner:last-child {
	margin-bottom: 0;
}
#main .infograph .subInner.style01 {
	justify-content: flex-start;
	gap: 3rem;
}
#main .infograph .subInner .area {
	padding: 4rem 1rem 1.6rem;
	width: calc((100% - 3rem) / 2);
	background: #FFF;
	box-shadow: 0 -0.2rem 2rem rgba(0, 0, 0, 0.05);
	box-sizing: border-box;
}
#main .infograph .subInner.style01 .area {
	width: calc((100% - 6rem) / 3);
}
#main .infograph .subInner .area .text {
	margin-bottom: 0.7rem;
	font-size: 1.8rem;
	text-align: center;
}
#main .infograph .subInner .area .textArea {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
#main .infograph .subInner .area .textArea01 .picture {
	margin: -0.7rem 0 0 4.3rem;
	width: 10.4rem;
}
#main .infograph .subInner .area .textArea01.spec {
	margin: -0.5rem 0 0.5rem;
}
#main .infograph .subInner .area .textArea01.spec .picture {
	margin: 0.9rem 2.7rem 0 0;
	width: 13rem;
}
#main .infograph .subInner .area .textArea01.spec .number .sub {
	font-size: 5rem;
	vertical-align: 0.9rem;
}
#main .infograph .subInner .area .textArea .number {
	font-family: "Poppins", sans-serif;
	color: #0080E3;
	font-size: 14rem;
	font-weight: 700;
}
#main .infograph .subInner .area .textArea .number .sub {
	margin-left: 1.7rem;
	font-size: 7rem;
	vertical-align: 0.3rem;
}
#main .infograph .subInner .area .textArea .number.small {
	font-size: 9rem;
}
#main .infograph .subInner .area .textArea .number.small .sub {
	margin-left: 0.4rem;
	font-size: 5rem;
}
#main .infograph .subInner .area .textArea02 {
	margin-top: 2.3rem;
}
#main .infograph .subInner .area .textArea02 .subBox {
	padding-top: 1.3rem;
	width: fit-content;
}
#main .infograph .subInner .area .textArea02 .subBox .text {
	margin: 0 0 -1.4rem 4.1rem;
	text-align: left;
}
#main .infograph .subInner .area .textArea02 .picture {
	margin: 0 1rem 0 0.5rem;
	width: 16.9rem;
}
#main .infograph .subInner .area .textArea02.spec .picture {
	width: 17.8rem;
}
#main .infograph .subInner .area .textArea02.spec .subBox {
	padding-top: 0.9rem;
}
#main .infograph .subInner .area .textArea03 {
	margin: 4.4rem 0 3.8rem;
}
#main .infograph .subInner .area .textArea03 .number.small .sub {
	margin-left: 1.7rem;
}
#main .infograph .rightText {
	text-align: right;
}
#main .interview {
	margin-bottom: 19.3rem;
}
#main .interview .headLine01 {
	margin-bottom: 9.6rem;
}
#main .interview .subInner:not(:last-child) {
	margin-bottom: 8.6rem;
}
#main .interview .subInner .imgBox {
	margin-bottom: 3.7rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .interview .subInner .imgBox .photoBox {
	width: 78.7rem;
}
#main .interview .subInner .imgBox .textBox {
	width: calc(100% - 82.7rem);
}
#main .interview .subInner .imgBox .textBox .subBox {
	padding: 1.9rem 0 0;
	width: 33.9rem;
}
#main .interview .subInner .imgBox .textBox .tag {
	margin: 0 0 2.4rem -13.9rem;
	padding: 1.3rem 1.8rem 1.2rem;
	color: #3D76D5;
	font-size: 1.8rem;
	background: #FFF;
	box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
	border-left: 2.8rem solid #3D76D5;
}
#main .interview .subInner .imgBox .textBox .tag.style01 {
	margin-left: -10.4rem;
	padding-left: 3rem;
}
#main .interview .subInner .imgBox .textBox .tag .name {
	margin-left: 2.8rem;
	color: #1F2427;
	font-size: 3rem;
	font-weight: 500;
	vertical-align: -0.5rem;
}
#main .interview .subInner .imgBox .textBox .title {
	margin-bottom: 1.5rem;
	padding: 0.8rem 3.8rem;
	font-weight: 500;
	background: url(../img/index/icon02.png) no-repeat left top 0.7rem / 2.8rem;
}
#main .interview .subInner .imgBox .textBox .flowUl li {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .interview .subInner .imgBox .textBox .flowUl li .date {
	padding: 0.4rem 0 4.2rem;
	position: relative;
	width: 5.6rem;
	text-align: center;
}
#main .interview .subInner .imgBox .textBox .flowUl li .date.style01 {
	padding-bottom: 0.7rem;
}
#main .interview .subInner .imgBox .textBox .flowUl li .date::before {
	position: absolute;
	top: 0;
	right: -1.6rem;
	width: 1px;
	bottom: 0;
	background: #0090FF;
	content: '';
}
#main .interview .subInner .imgBox .textBox .flowUl li .date::after {
	position: absolute;
	top: 1.1rem;
	right: -2rem;
	width: 0.9rem;
	height: 0.9rem;
	background: #3D76D5;
	content: '';
	border-radius: 50%;
	z-index: 5;
}
#main .interview .subInner .imgBox .textBox .flowUl li:last-child .date {
	padding-bottom: 1rem;
}
#main .interview .subInner .imgBox .textBox .flowUl li .text {
	padding-top: 0.4rem;
	width: calc(100% - 8.7rem);
}
#main .interview .subInner .textArea .headLine02 {
	margin-bottom: 2.5rem;
}
#main .interview .subInner .textArea .area {
	margin-bottom: 5.8rem;
}
#main .interview .subInner .textArea .area:last-child {
	margin-bottom: 0;
}
#main .interview .subInner .textArea .subArea .text {
	margin-bottom: 3rem;
	line-height: 1.875;
}
#main .interview .subInner .textArea .subArea .text:last-child {
	margin-bottom: 0;
}
#main .faq {
	margin-bottom: 6rem;
}
#main .faq .headLine01 {
	margin-bottom: 7.6rem;
}
#main .faq .faqList li {
	margin-bottom: 2rem;
	padding: 2rem 1.5rem 2.1rem 3.1rem;
	background: #F6F6F6;
}
#main .faq .faqList li:last-child {
	margin-bottom: 0;
}
#main .faq .faqList li .title,
#main .faq .faqList li .text {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .faq .faqList li .title {
	margin-bottom: 0.5rem;
	font-size: 2rem;
	font-weight: 500;
}
#main .faq .faqList li .title .tag {
	color: #3D76D5;
	font-size: 2.5rem;
	font-weight: 500;
}
#main .faq .faqList li .title .sub {
	padding-top: 0.7rem;
	width: calc(100% - 3.6rem);
}
#main .faq .faqList li .text {
	padding: 0 0.8rem;
	line-height: 1.875;
}
#main .faq .faqList li .text .tag {
	color: #FF4B4B;
	font-size: 2rem;
	font-weight: 500;
}
#main .faq .faqList li .text .sub {
	padding-top: 0.6rem;
	width: calc(100% - 2.8rem);
}
#main .linkArea {
	padding: 4.5rem 0 4.3rem;
	background: linear-gradient(#3d76d5 0%, #6699ef 59.41%, #9ec2ff 100%);
}
#main .linkArea .content {
	max-width: 102.6rem;
}
#main .linkArea .hTitle {
	margin-bottom: 4.1rem;
	color: #FFF;
	font-size: 2.4rem;
	font-weight: 500;
	text-align: center;
}
#main .linkArea .linkList {
	margin-bottom: 4.5rem;
	align-items: center;
}
#main .linkArea .linkList li {
	width: 22.7rem;
}
#main .linkArea .linkList li a:not(.spec) {
	min-height: 7rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	border: 0.3rem solid #FFF;
	border-radius: 1rem;
	background: #3D76D5;
	box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
}
#main .linkArea .linkList li a:hover {
	opacity: 0.7;
}
#main .linkArea .linkList li a .sub {
	padding: 0.5rem 0 0.5rem 3rem;
	display: inline-block;
	color: #FFF;
	font-weight: 700;
	background: url(../img/index/icon03.png) no-repeat left top calc(50% + 0.1rem) / 2.2rem;
}
#main .linkArea .linkList li a .sub.style01 {
	background-image: url(../img/index/icon04.png);
	background-position: left center;
}
#main .linkArea .linkList li.style01 {
	width: 19.5rem;
}
#main .linkArea .linkList li.style02 {
	width: 23.6rem;
}
#main .linkArea .telBox .text {
	margin-bottom: -0.1rem;
	color: #FFF;
	font-weight: 500;
	text-align: center;
}
#main .linkArea .telBox .tel {
	color: #FFF;
	font-size: 3rem;
	font-weight: 500;
	text-align: center;
}
#main .linkArea .telBox .tel a {
	margin-left: 0.5rem;
	color: #FFF;
	font-size: 4.5rem;
	font-weight: 500;
}
@media all and (max-width: 896px) {
	#main .mainVisual {
		margin-bottom: 7.1rem;
	}
	#main section {
		margin-top: -5rem;
		padding-top: 5rem;
	}
	#main .service {
		margin-bottom: 11.2rem;
	}
	#main .service .movieBox {
		margin: 0 -2rem 4.2rem;
		width: auto;
		aspect-ratio: 375 / 212;
	}
	#main .service .text {
		margin-bottom: 5rem;
	}
	#main .service .photoList {
		display: block;
	}
	#main .service .photoList li {
		margin-bottom: 0.2rem;
		padding: 3rem 2.6rem 1.8rem;
		width: auto;
		aspect-ratio: 375 / 370;
	}
	#main .service .photoList li .subBox .title .big {
		margin-top: 0.4rem;
		font-size: 2.5rem;
	}
	#main .charm {
		margin-bottom: 11.5rem;
	}
	#main .charm .headLine01 {
		margin-bottom: 5.2rem;
	}
	#main .charm .subInner {
		margin: 0 -2rem 4.1rem;
		padding: 0;
		display: block;
	}
	#main .charm .subInner .photo {
		width: auto;
	}
	#main .charm .subInner .photo img {
		width: 100%;
	}
	#main .charm .subInner .textBox {
		padding: 2rem 2rem 0;
		width: auto;
	}
	#main .rewording {
		margin-bottom: 11.1rem;
	}
	#main .rewording .headLine01 {
		margin-bottom: 4.9rem;
	}
	#main .rewording .topText {
		margin-bottom: 0.2rem;
		line-height: 1.875;
	}
	#main .rewording .bgBox {
		padding: 4.9rem 0 5.4rem;
	}
	#main .rewording .bgBox::before {
		bottom: 0.3rem;
		background-image: url(../img/index/rewording_bg01_sp.jpg);
		clip-path: polygon(0% 8.8rem,100% 0%,100% calc(100% - 6.6rem),0% 100%);
	}
	#main .rewording .bgBox::after {
		clip-path: polygon(0% 8.8rem,100% 0%,100% calc(100% - 6.6rem),0% 100%);
	}
	#main .rewording .inner {
		margin: 0 2rem;
		max-width: inherit;
	}
	#main .rewording .inner .imgBox {
		margin-bottom: 4rem !important;
		display: block;
	}
	#main .rewording .inner .imgBox .textBox {
		margin: 0 !important;
		width: auto !important;
	}
	#main .rewording .inner .imgBox .textBox .hTitle {
		margin: 0 -2rem 1.7rem !important;
		padding: 1.4rem 6.3rem 1.2rem 2rem !important;
		min-width: inherit;
		font-size: 1.8rem;
	}
	#main .rewording .inner .imgBox .textBox .hTitle::before {
		clip-path: polygon(0% 0%,calc(100% - 5.2rem) 0%,100% 100%,0 100%) !important;
	}
	#main .rewording .inner .imgBox .textBox .text {
		margin-bottom: 2rem;
	}
	#main .rewording .inner .imgBox .photo {
		width: auto !important;
	}
	#main .rewording .inner .imgBox .photo img {
		width: 100%;
	}
	#main .rewording .rewordBox {
		margin-top: 4.3rem;
		padding: 0 2rem 14.7rem;
		background: url(../img/index/rewording_bg02_sp.png) no-repeat center bottom / 100%;
	}
	#main .rewording .rewordBox::before {
		position: absolute;
		top: -5rem;
		left: 0;
		width: 100%;
		bottom: 0;
		height: auto;
		background: linear-gradient(#fff 0%,rgba(61, 118, 213, 0.3) 35%, rgba(61, 118, 213, 0.3) 100%);
		content: '';
		mix-blend-mode: multiply;
	}
	#main .rewording .rewordBox .innerArea {
		margin: 0;
		max-width: inherit;
	}
	#main .rewording .rewordBox .innerArea .headLine02 {
		margin-bottom: 1.6rem;
	}
	#main .rewording .rewordBox .innerArea .text {
		margin-bottom: 2.6rem;
	}
	#main .rewording .rewordBox .innerArea .textList {
		padding: 0;
		display: block;
	}
	#main .rewording .rewordBox .innerArea .textList li {
		margin-bottom: 1.5rem;
		padding: 1.1rem 1.2rem 0.9rem;
		width: auto;
	}
	#main .rewording .rewordBox .innerArea .textList li .title {
		margin-bottom: 0.5rem;
		padding: 0 0 0 2.9rem;
		font-size: 1.6rem;
		background: url(../img/index/icon01.png) no-repeat left top 0.3rem / 1.9rem;
	}
	#main .rewording .rewordBox .innerArea .textList li .subBox {
		padding: 0 1rem 0 2.9rem;
		font-size: 1.4rem;
	}
	#main .rewording .rewordBox .innerArea .textList li .subBox .lText {
		margin-right: 2.2rem;
		width: 13.5rem;
	}
	#main .rewording .rewordBox .innerArea .textList li .subBox .rText {
		width: 10rem;
	}
	#main .infograph {
		margin-bottom: 9.4rem;
		padding-bottom: 5rem;
	}
	#main .infograph::before {
		background: linear-gradient(#fff 0%, #dae8ff 13.39%, #c6dcff 37.24%, #e3eeff 58.57%, #cee0ff 90.37%, #fff 100%);
	}
	#main .infograph .headLine01 {
		margin-bottom: 7.2rem;
	}
	#main .infograph .inner {
		margin-bottom: 2rem;
	}
	#main .infograph .subInner {
		margin-bottom: 2.5rem;
		display: block !important;
	}
	#main .infograph .subInner .area {
		margin-bottom: 2.5rem;
		padding: 2rem 0.5rem 0.8rem;
		width: auto !important;
	}
	#main .infograph .subInner .area:last-child {
		margin-bottom: 0;
	}
	#main .infograph .subInner .area .text {
		margin-bottom: -0.9rem;
		font-size: 1.4rem;
	}
	#main .infograph .subInner .area .textArea01 .picture {
		margin: 0.3rem 0 0 2.2rem;
		width: 6rem;
	}
	#main .infograph .subInner .area .textArea01.spec {
		margin: -0.5rem 0 0;
	}
	#main .infograph .subInner .area .textArea01.spec .picture {
		margin: 0.7rem 1.1rem 0 0;
		width: 7.4rem;
	}
	#main .infograph .subInner .area .textArea01.spec .number .sub {
		margin-left: 0.3rem;
		font-size: 3rem;
		vertical-align: 0.9rem;
	}
	#main .infograph .subInner .area .textArea .number {
		font-size: 9rem;
	}
	#main .infograph .subInner .area .textArea .number .sub {
		margin-left: 0.8rem;
		font-size: 5rem;
		vertical-align: 0.3rem;
	}
	#main .infograph .subInner .area .textArea .number.small {
		font-size: 5.5rem;
	}
	#main .infograph .subInner .area .textArea .number.small .sub {
		margin-left: 0.4rem;
		font-size: 3rem;
	}
	#main .infograph .subInner .area .textArea02 {
		margin: 2.3rem 0 1.5rem;
	}
	#main .infograph .subInner .area .textArea02 .subBox {
		padding-top: 0.7rem;
		width: fit-content;
	}
	#main .infograph .subInner .area .textArea02 .subBox .text {
		margin: 0 0 -1.4rem 3.1rem;
	}
	#main .infograph .subInner .area .textArea02 .picture {
		margin: 0 0.5rem;
		width: 9.7rem;
	}
	#main .infograph .subInner .area .textArea02.spec {
		margin: 2rem 0 1.2rem;
	}
	#main .infograph .subInner .area .textArea02.spec .picture {
		width: 10.3rem;
	}
	#main .infograph .subInner .area .textArea02.spec .subBox {
		padding-top: 0;
	}
	#main .infograph .subInner .area .textArea02.spec .subBox .text {
		margin: 0 0 -1rem 1.2rem;
	}
	#main .infograph .subInner .area .textArea03 {
		margin: 0;
	}
	#main .infograph .subInner .area .textArea03 .number.small {
		font-size: 9rem;
	}
	#main .infograph .subInner .area .textArea03 .number.small .sub {
		margin-left: 1rem;
		font-size: 5rem;
	}
	#main .infograph .rightText {
		font-size: 1.4rem;
	}
	#main .interview {
		margin-bottom: 11.3rem;
	}
	#main .interview .headLine01 {
		margin-bottom: 3.2rem;
	}
	#main .interview .subInner:not(:last-child) {
		margin-bottom: 4.9rem;
	}
	#main .interview .subInner .imgBox {
		margin-bottom: 4.9rem;
		display: block;
	}
	#main .interview .subInner .imgBox .photoBox {
		margin-bottom: 0.9rem;
		width: auto;
	}
	#main .interview .subInner .imgBox .photoBox img {
		width: 100%;
	}
	#main .interview .subInner .imgBox .textBox {
		width: auto;
	}
	#main .interview .subInner .imgBox .textBox .subBox {
		padding: 0;
		width: auto;
	}
	#main .interview .subInner .imgBox .textBox .tag {
		margin: 0 0 -1.3rem -1.1rem !important;
		padding: 0.9rem 3rem 0.9rem 1.2rem !important;
		width: fit-content;
		font-size: 1.2rem;
		border-left: 1.8rem solid #3D76D5;
		position: relative;
		z-index: 5;
	}
	#main .interview .subInner .imgBox .textBox .tag .name {
		margin-left: 1.5rem;
		font-size: 1.6rem;
		vertical-align: -0.2rem;
	}
	#main .interview .subInner .imgBox .textBox .title {
		margin-bottom: 0.3rem;
		padding: 0.8rem 3.8rem;
		font-size: 1.4rem;
		background: url(../img/index/icon02.png) no-repeat left top 0.6rem / 2.4rem;
	}
	#main .interview .subInner .imgBox .textBox .flowUl li {
		font-size: 1.4rem;
	}
	#main .interview .subInner .imgBox .textBox .flowUl li .date {
		padding: 0.4rem 0 3.5rem;
		width: 5.6rem;
	}
	#main .interview .subInner .imgBox .textBox .flowUl li .date.style01 {
		padding-bottom: 0.5rem;
	}
	#main .interview .subInner .imgBox .textBox .flowUl li .date::after {
		top: 0.9rem;
		right: -2rem;
	}
	#main .interview .subInner .imgBox .textBox .flowUl li:last-child .date {
		padding-bottom: 0.5rem;
	}
	#main .interview .subInner .textArea .headLine02 {
		margin-bottom: 1.6rem;
	}
	#main .interview .subInner .textArea .area {
		margin-bottom: 4.8rem;
	}
	#main .faq {
		margin-bottom: 7.1rem;
	}
	#main .faq .headLine01 {
		margin-bottom: 4.2rem;
	}
	#main .faq .faqList li {
		padding: 0.8rem 1.5rem 1.9rem 1.1rem;
	}
	#main .faq .faqList li .title,
	#main .faq .faqList li .text {
		font-size: 1.4rem;
	}
	#main .faq .faqList li .title {
		margin-bottom: 0.8rem;
		font-size: 1.4rem;
		font-weight: 500;
		line-height: 1.78;
	}
	#main .faq .faqList li .title .tag {
		font-size: 1.8rem;
	}
	#main .faq .faqList li .title .sub {
		padding-top: 0.6rem;
		width: calc(100% - 2.7rem);
	}
	#main .faq .faqList li .text {
		padding: 0 0 0 0.4rem;
		line-height: 1.78;
	}
	#main .faq .faqList li .text .tag {
		font-size: 1.6rem;
	}
	#main .faq .faqList li .text .sub {
		padding-top: 0.3rem;
		width: calc(100% - 2.3rem);
	}
	#main .linkArea {
		padding: 3.3rem 0 3.4rem;
	}
	#main .linkArea .hTitle {
		margin-bottom: 2.5rem;
		line-height: 1.46;
	}
	#main .linkArea .linkList {
		margin-bottom: 5rem;
		display: block;
	}
	#main .linkArea .linkList li {
		margin: 0 auto 2.5rem;
	}
	#main .linkArea .telBox .text {
		margin-bottom: -0.1rem;
	}
	#main .linkArea .telBox .tel {
		font-size: 2.5rem;
	}
	#main .linkArea .telBox .tel a {
		margin-left: 0.7rem;
		font-size: 4rem;
		vertical-align: -0.1rem;
	}
}