@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 (max-width: 389px) {
	html {
		font-size: calc(1000vw / 390);
	}
}
body, table, input, textarea, select, option {
	font-family: "Noto Sans SC", 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: #656565;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #656565;
}
a:hover {
	color: #656565;
}
a:active {
	color: #656565;
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-LMX */
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1320px;
	color: #656565;
	font-weight: 400;
	font-size: 1.6rem;
	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;
	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.4rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	height: 19.4rem;
	padding: 5rem;
	position: relative;
	z-index: 99;
	box-sizing: border-box;
	background: url(img/h_bg.png) no-repeat center center;
	background-size: 100% 100%;
}
#gHeader .hBox {
	position: relative;
	align-items: center;
}
#gHeader h1 {
	width: 20.1rem;
}
#gHeader .hTitle {
	margin: -2.8rem 0 0 5.2rem;
	color: #FFF;
	font-weight: 600;
	font-size: 3rem;
}
#gHeader .hTxt {
	position: absolute;
	right: -3.2rem;
	top: -0.3rem;
	text-align: right;
	color: #FFFF00;
	font-size: 3rem;
	font-weight: 600;
}
#gHeader .hTxt span {
	margin: -0.2rem 1.6rem 0;
	display: block;
	font-size: 2rem;
}
@media all and (max-width: 896px) {
	#gHeader {
		height: 5.9rem;
		padding: 1rem 2rem;
		background-image: url(img/h_bg_sp.png);
	}
	#gHeader h1 {
		width: 8rem;
	}
	#gHeader .hBox {
		display: block;
	}
	#gHeader .hTitle {
		display: none;
	}
	#gHeader .hTxt {
		display: none;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 6.1rem 0 7.6rem;
	text-align: center;
}
#gFooter .fLogo {
	width: 26.2rem;
	margin: 0 auto 6.2rem;
}
#gFooter address {
	color: #000;
}
#gFooter address span {
	margin-bottom: 0.2rem;
	display: block;
	color: #00A0E9;
}
#gFooter address span.pc {
	color: #000;
}
@media all and (min-width: 897px) {
	#gFooter address span.pc {
		display: inline-block !important;
	}
}
@media all and (max-width: 896px) {
	#gFooter {
		padding: 1.8rem 0 4.3rem;
		background-color: #FAFBFA;
	}
	#gFooter .fLogo {
		width: 17.8rem;
		margin: 0 auto 4.6rem;
	}
	#gFooter address {
		line-height: 1.57;
	}
	#gFooter address span {
		margin-bottom: 0;
	}
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	width: 126.6rem;
	margin: 0 auto;
	box-sizing: border-box;
}
@media all and (max-width: 896px) {
	.content {
		width: auto !important;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 7.2rem;
	text-align: center;
	font-weight: 600;
	color: #00A0EB;
	font-size: 4rem;
}
.headLine01 .en {
	margin-top: 0.2rem;
	display: block;
	color: #646464;
	font-weight: 900;
	font-size: 3.5rem;
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 4.2rem;
		font-size: 2.3rem;
	}
	.headLine01 .en {
		margin-top: 0.8rem;
		font-size: 1.6rem;
	}
}
/*------------------------------------------------------------
	comContact
------------------------------------------------------------*/
.comContact {
	padding: 0.1rem 0 6.2rem;
	background-color: #DCF2FC;
}
.comContact h2 {
	margin: -4.4rem 0 4.3rem 2rem;
	text-align: center;
}
.comContact h2 img {
	width: 78rem;
}
.comContact p {
	margin-bottom: 4.6rem;
	text-align: center;
	font-size: 3rem;
	color: #00A0E9;
	font-weight: 600;
}
.comContact p .sml {
	margin: 1.5rem 0;
	display: block;
	font-size: 1.6rem;
}
.comContact p .en {
	display: block;
	font-size: 2rem;
	color: #646464;
}
.comContact li {
	margin: 0 2.4rem;
	width: 16.5rem;
	cursor: pointer;
}
.comContact li a,
.comContact li span {
	display: block;
	position: relative;
}
.comContact li img {
	transition: .3s;
}
.comContact li .on {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}
@media all and (min-width: 897px) {
	.comContact li:hover .off {
		opacity: 0;
	}
	.comContact li:hover .on {
		opacity: 1;
	}
	.comContact01 h2 {
		margin-top: -4.7rem;
	}
	.comContact01 h2 img {
		width: 97.6rem;
	}
}
@media all and (max-width: 896px) {
	.comContact {
		padding: 0.1rem 0 1rem;
	}
	.comContact h2 {
		margin: -1.8rem 0 2.2rem 0.8rem;
	}
	.comContact h2 img {
		width: 31.2rem;
	}
	.comContact01 h2 {
		margin-top: -1.5rem;
	}
	.comContact01 h2 img {
		width: 33.2rem;
	}
	.comContact p {
		margin-bottom: 2.6rem;
		font-size: 1.8rem;
	}
	.comContact p .sml {
		margin: 0.3rem 0 0.7rem;
		font-size: 1.4rem;
	}
	.comContact p .en {
		font-size: 1.4rem;
	}
	.comContact ul {
		width: 37rem;
		margin: 0 auto;
	}
	.comContact li {
		margin: 0 1.4rem 2.2rem;
		width: 14.6rem;
	}
	.comContact li .on {
		opacity: 0 !important;
	}
	.comContact li small {
		position: absolute;
		left: 0;
		bottom: 3rem;
		width: 100%;
		text-align: center;
		font-size: 1.2rem;
		font-weight: 600;
		color: #00A0E9;
	}
}
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.mainVisual {
	margin: -8.3rem 0 7.7rem;
}
.mainVisual .imgBox {
	width: 123.6rem;
	margin: 0 auto;
	position: relative;
}
.mainVisual .img {
	width: 89.9rem;
	margin: 0 0 10.7rem auto;
}
.mainVisual .ttl {
	position: absolute;
	left: 0.2rem;
	top: 12.8rem;
	color: #00A0E9;
	font-size: 11.5rem;
	line-height: 1.17;
	font-weight: 900;
}
.mainVisual .title {
	position: absolute;
	left: 51.3rem;
	right: 1rem;
	top: 116rem;
	font-size: 2rem;
	text-align: justify;
}
.mainVisual .enTtl {
	margin: 0 0 1.7rem 1.8rem;
	font-size: 5rem;
	color: #00A0E9;
	font-weight: 900;
}
.mainVisual .text {
	margin-left: 1.8rem;
	font-size: 2rem;
}
.mainVisual .textImg {
	position: absolute;
	right: -1.9rem;
	top: 90.8rem;
	width: 21.6rem;
}
#main .sec01 {
	padding: 7.8rem 0 15rem;
	background-color: #FFF8B0;
}
#main .sec01 h2 {
	margin: 0 1.6rem 5.7rem 0;
	text-align: center;
}
#main .sec01 h2 img {
	width: 91.8rem;
}
#main .sec01 .slide {
	width: 78rem;
	margin: 0 auto;
}
#main .sec01 .img {
	vertical-align: top;
}
#main .sec01 .slick-dots {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
	bottom: -6.1rem;
}
#main .sec01 .slick-dots li {
	position: relative;
	display: inline-block;
	width: 1.6rem;
	height: 1.6rem;
	margin: 0 0.7rem;
	padding: 0;
	cursor: pointer;
	background: #fff;
	border-radius: 100%;
}
#main .sec01 .slick-dots li button {
	display: none;
}
#main .sec01 .slick-dots li.slick-active {
	background: #FF0000;
}
#main .sec02 {
	padding: 7rem 0 10.8rem;
	background: url(img/sec02_bg.jpg) repeat top center;
	background-size: 49.7rem auto;
}
#main .sec02 .topImg {
	margin: 0 2.1rem 6.8rem 0;
	text-align: center;
}
#main .sec02 .topImg img {
	width: 48.3rem;
}
#main .sec02 li {
	min-height: 64.3rem;
	padding: 3.3rem 3.6rem 4rem;
	color: #fff;
	position: relative;
	box-sizing: border-box;
	background-color: #00A0E9;
	border-radius: 1.5rem;
}
#main .sec02 li .ico {
	position: absolute;
	right: 6.5rem;
	top: 7rem;
}
#main .sec02 li .num {
	margin: 0 -0.5rem 5rem;
	font-weight: 300;
	font-size: 12rem;
	line-height: 1;
}
#main .sec02 li h3 {
	margin-bottom: 1.4rem;
	color: #FFFF00;
	font-size: 2.5rem;
	font-weight: 600;
}
#main .sec02 li h3 span {
	margin-bottom: 0.4rem;
	display: block;
	font-size: 1.6rem;
}
#main .sec02 li .ttl {
	margin-bottom: 2.5rem;
	text-align: justify;
	line-height: 1.625;
}
#main .sec02 li .title {
	margin-bottom: 1.3rem;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.25;
	color: #FFFF00;
}
#main .sec02 li .text {
	line-height: 1.625;
}
#main .sec03 {
	padding: 16.4rem 0 11.3rem;
	background: url(img/sec03_bg.png) repeat-x top center #E5FFB9;
	background-size: 15.7rem auto;
}
#main .sec03 h2 {
	margin: 0 0 11.1rem 0.6rem;
	text-align: center;
}
#main .sec03 h2 img {
	width: 108.1rem;
}
#main .sec03 li {
	margin: 0 3.3rem 9.2rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 1.8rem;
	line-height: 1.33;
}
#main .sec03 li:last-child {
	margin-bottom: 0 !important;
}
#main .sec03 li h3 {
	width: calc(100% - 80.6rem);
	margin-top: -1.9rem;
	text-align: center;
}
#main .sec03 li h3 img {
	width: auto;
	height: 7.4rem;
}
#main .sec03 li .border {
	width: 80.6rem;
	min-height: 19.4rem;
	padding: 1.3rem 3.5rem 1.9rem 15rem;
	display: flex;
	align-items: center;
	position: relative;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 4.2rem;
	border: 1px solid #000;
}
#main .sec03 li .ico {
	position: absolute;
	left: 4.3rem;
	top: 50%;
	transform: translateY(-50%);
}
#main .sec03 li .ttl {
	margin-bottom: 2.4rem;
	color: #00A0EB;
	font-weight: 400;
	text-align: justify;
}
#main .sec03 li p {
	color: #646464;
	text-align: justify;
}
#main .sec04 {
	padding: 7.1rem 0 10rem;
	background: url(img/sec04_bg01.png) no-repeat top 5.7rem right 8.1rem,url(img/sec04_bg02.png) no-repeat top 34.9rem left 8.1rem,url(img/sec04_bg04.png) no-repeat top 58% right 3.7rem,url(img/sec04_bg03.png) no-repeat bottom 5.5rem left -1.5rem;
	background-size: 50.5rem auto,50.5rem auto,49.7rem auto, 69.6rem auto;
}
#main .sec04 .topImg {
	margin: 0 0 7.3rem 3rem;
	text-align: center;
}
#main .sec04 .topImg img {
	width: 35.7rem;
}
#main .sec04 ul {
	width: 116.4rem;
	margin: 0 auto;
}
#main .sec04 li {
	margin-bottom: 3.3rem;
	position: relative;
	padding: 3.7rem 3rem 4rem 18.3rem;
	border: 2px solid #00A0E9;
	background-color: #fff;
	box-sizing: border-box;
}
#main .sec04 li .img {
	width: 19.5rem;
	position: absolute;
	right: 7.5rem;
	top: 2.2rem;
}
#main .sec04 li .num {
	position: absolute;
	left: 3.5rem;
	top: 50%;
	width: 11.2rem;
	height: 11.2rem;
	padding-top: 2.8rem;
	font-size: 5rem;
	color: #fff;
	line-height: 1;
	font-weight: 600;
	text-align: center;
	box-sizing: border-box;
	background-color: #00A0E9;
	border-radius: 100%;
	transform: translateY(-50%);
}
#main .sec04 li .ttl {
	margin-bottom: 1.8rem;
	color: #00A0E9;
	font-weight: 600;
	font-size: 2.5rem;
}
#main .sec04 li p {
	line-height: 1.625;
}
#main .sec04 li p .en {
	display: block;
}
#main .sec05 .map {
    position: relative;
    padding-bottom: 39.28%;
    height: 0;
    overflow: hidden;
}
#main .sec05 .map iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
#main .sec05 .bgBox {
	padding: 7.5rem 0 8.2rem;
	background-color: #00A0E9;
}
#main .sec05 dl {
	width: 50%;
	color: #fff;
	line-height: 2;
}
#main .sec05 dt {
	float: left;
}
#main .sec05 dd {
	padding-left: 8.9em;
}
#main .sec05 dl:last-child dd {
	padding-left: 14.5em;
}
#main .sec06 {
	padding: 9rem 0 8rem;
	text-align: center;
	background-color: #FAFBFA;
}
#main .sec06 .img {
	margin-bottom: 6rem;
	position: relative;
}
#main .sec06 .img::before {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 4.5rem;
	height: 0.3rem;
	background-color: #000;
	content: "";
}
#main .sec06 .img img {
	position: relative;
	z-index: 1;
	width: 46.4rem;
}
#main .sec06 p {
	margin-bottom: 5.5rem;
	color: #000;
	font-size: 2.5rem;
	font-weight: 700;
}
#main .sec06 p span {
	margin-top: -0.3rem;
	display: block;
	font-size: 6rem;
}
#main .sec06 .linkUl li {
	margin: 0 5.1rem;
	width: 47.4rem;
}
#main .sec06 .linkUl a {
	padding: 0.5rem 0 0.7rem;
	display: block;
	color: #0071BC;
	font-weight: 700;
	font-size: 3rem;
	border: 0.3rem solid #0071BC;
	box-sizing: border-box;
	border-radius: 5rem;
}
@media all and (min-width: 897px) {
	.mainVisual .ttl {
		writing-mode: vertical-rl;
	}
	#main .sec02 ul {
		margin-top: -5.1rem;
		position: relative;
	}
	#main .sec02 ul::after {
		width: 39.2rem;
		content: "";
	}
	#main .sec02 li {
		width: 39.2rem;
		margin-top: 5.1rem;
	}
	#main .sec03 li:nth-child(2n + 1) {
		flex-direction: row-reverse;
	}
	#main .sec04 .headLine01 {
		margin: 0 0 5rem 3rem;
	}
	#main .sec04 .headLine01 .en {
		margin-top: 1.3rem;
	}
	#main .sec05 dl:last-child dd {
		margin-right: -5rem;
	}
	#main .sec05 .content {
		width: 120.2rem;
	}
	#main .sec06 .linkUl a:hover {
		color: #fff;
		background-color: #0071BC;
	}
}
@media all and (max-width: 896px) {
	.mainVisual {
		margin: -4.6rem 0 3.3rem;
	}
	.mainVisual .imgBox {
		width: auto;
	}
	.mainVisual .img {
		width: auto;
		margin: 0 -0.2rem -4.1rem -0.4rem;
	}
	.mainVisual .img img {
		width: 100%;
	}
	.mainVisual .ttl {
		margin: 0 -1.5rem 0.7rem 0;
		position: static;
		font-size: 3.8rem;
		line-height: 1.26;
		text-align: center;
	}
	.mainVisual .title {
		margin: 0 1.7rem 1.6rem;
		position: static;
		font-size: 1.6rem;
		line-height: 1.625;
	}
	.mainVisual .enTtl {
		margin: 0 0 1.7rem;
		font-size: 2.8rem;
		text-align: center;
		line-height: 1.32;
	}
	.mainVisual .text {
		margin: 0 1.8rem;
		font-size: 1.5rem;
		line-height: 1.66;
	}
	.mainVisual .textBox {
		padding-bottom: 2.4rem;
		border-bottom: 1px solid #ccc;
	}
	.mainVisual .textImg {
		position: static;
		width: 17.4rem;
		margin: 3.2rem auto 0;
	}
	#main .sec01 {
		padding: 2.3rem 0 4.7rem;
	}
	#main .sec01 h2 {
		margin: 0 0.6rem 2.1rem 0;
	}
	#main .sec01 h2 img {
		width: 33.8rem;
	}
	#main .sec01 .slide {
		width: auto;
		margin: 0 3.8rem;
	}
	#main .sec01 .slide img {
		width: 100%;
	}
	#main .sec01 .slick-dots {
		bottom: -3.2rem;
	}
	#main .sec01 .slick-dots li {
		width: 0.8rem;
		height: 0.8rem;
		margin: 0 0.35rem;
	}
	#main .sec02 {
		padding: 2.9rem 0.8rem 2.9rem;
		background-size: 25rem auto;
	}
	#main .sec02 .topImg {
		margin: 0 0 3.4rem;
	}
	#main .sec02 .topImg img {
		width: 24.2rem;
	}
	#main .sec02 ul {
		display: block;
	}
	#main .sec02 li {
		margin-bottom: 0.8rem;
		min-height: inherit;
		padding: 2rem 3.5rem 3.4rem;
		border-radius: 1.2rem;
	}
	#main .sec02 li .ico {
		right: 3.4rem;
		top: 3.7rem;
	}
	#main .sec02 li .num {
		margin: 0 -0.5rem 2.7rem;
		font-size: 7.4rem;
	}
	#main .sec02 li h3 {
		margin-bottom: 1.2rem;
		font-size: 2.4rem;
	}
	#main .sec02 li h3 span {
		margin-bottom: 0.3rem;
		font-size: 1.5rem;
	}
	#main .sec02 li .ttl {
		margin-bottom: 3rem;
		line-height: 1.71;
	}
	#main .sec02 li .title {
		margin-bottom: 1.5rem;
		font-size: 1.8rem;
		line-height: 1.27;
	}
	#main .sec02 li .text {
		line-height: 1.71;
	}
	#main .sec03 {
		padding: 4.7rem 0 3.8rem;
		background-size: 5rem auto;
	}
	#main .sec03 h2 {
		margin: 0 0 2.9rem;
	}
	#main .sec03 h2 img {
		width: 37.5rem;
	}
	#main .sec03 li {
		margin: 0 1.8rem 3.8rem;
		display: block;
		font-size: 1.8rem;
		line-height: 1.33;
	}
	#main .sec03 li h3 {
		width: auto;
		margin: 0 0 2rem;
	}
	#main .sec03 li h3 img {
		height: 6.7rem;
	}
	#main .sec03 li .border {
		width: auto;
		min-height: 17.8rem;
		padding: 3.3rem 2.6rem 5.3rem;
		display: block;
	}
	#main .sec03 li .ico {
		margin-bottom: 2.5rem;
		position: static;
		transform: none;
		text-align: center;
	}
	#main .sec03 li .ico img {
		width: 6.8rem;
	}
	#main .sec03 li .ttl {
		margin-bottom: 2.1rem;
		font-size: 1.6rem;
		line-height: 1.375;
	}
	#main .sec03 li p {
		text-align: left;
		line-height: 1.57;
		font-size: 1.4rem;
	}
	#main .sec04 {
		padding: 4.2rem 0 3.2rem;
		background: url(img/sec04_bg01.png) no-repeat top 2.2rem right -1.5rem,url(img/sec04_bg02.png) no-repeat top 29.6rem left -3.5rem,url(img/sec04_bg03.png) no-repeat bottom -0.9rem left -3.7rem;
		background-size: 16.1rem auto,16.1rem auto, 20.5rem auto;
	}
	#main .sec04 .headLine01 {
		margin-bottom: 4.6rem;
	}
	#main .sec04 .topImg {
		margin: 0 0 3.9rem 1.5rem;
	}
	#main .sec04 .topImg img {
		width: 22rem;
	}
	#main .sec04 ul {
		margin: 0 1.7rem;
		width: auto;
	}
	#main .sec04 li {
		margin-bottom: 1.7rem;
		padding: 2.7rem 2.6rem 3.9rem;
	}
	#main .sec04 li .img {
		width: 11.5rem;
		right: 2.2rem;
		top: 2.7rem;
	}
	#main .sec04 li .num {
		margin-bottom: 2.4rem;
		position: static;
		width: 6.6rem;
		height: 6.6rem;
		padding-top: 1.7rem;
		font-size: 3rem;
		transform: none;
	}
	#main .sec04 li .ttl {
		margin-bottom: 2.3rem;
		font-size: 1.8rem;
		line-height: 1.22;
	}
	#main .sec04 li p {
		line-height: 1.46;
		font-size: 1.5rem;
	}
	#main .sec04 li p .en {
		margin-top: 1px;
		font-size: 1.4rem;
		line-height: 1.43;
	}
	#main .sec05 .map {
		padding-bottom: 100%;
	}
	#main .sec05 .bgBox {
		padding: 2.2rem 1.8rem 0.9rem;
	}
	#main .sec05 .dlBox {
		display: block;
	}
	#main .sec05 dl {
		margin-bottom: 2.7rem;
		width: auto;
		line-height: 1.61;
	}
	#main .sec05 dt {
		padding-bottom: 1px;
		float: none;
		font-size: 1.2rem;
		font-weight: 500;
	}
	#main .sec05 dd {
		padding: 0 0 0.5rem !important;
		font-size: 1.3rem;
	}
	#main .sec06 {
		padding: 5.2rem 0 1.6rem;
	}
	#main .sec06 .img {
		margin-bottom: 3.1rem;
	}
	#main .sec06 .img::before {
		bottom: 2.5rem;
		height: 0.2rem;
	}
	#main .sec06 .img img {
		width: 23.2rem;
	}
	#main .sec06 p {
		margin-bottom: 2.5rem;
		font-size: 1.6rem;
	}
	#main .sec06 p span {
		margin-top: -0.4rem;
		font-size: 4rem;
	}
	#main .sec06 .linkUl {
		display: block;
	}
	#main .sec06 .linkUl li {
		margin: 0 auto 1.9rem;
		width: 33.2rem;
	}
	#main .sec06 .linkUl a {
		padding: 0.6rem 0 0.4rem;
		font-size: 2rem;
	}
}
.loading {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(img/load_bg.jpg) no-repeat center center;
	background-size: cover;
	z-index: 100;
}
.loading .loadInfo {
	width: 100%;
	height: 100%;
	padding-top: 8.8rem;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}
.loading .loadImg {
	width: 34.2rem;
}
@media all and (min-width: 897px) {
	.loading {
		display: none !important;
	}
}
/* contact */
#contact {
	padding: 6.5rem 3.6rem 8.3rem;
	color: #646464;
}
#contact .title {
	margin-bottom: 3.5rem;
	text-align: center;
	font-size: 5rem;
	font-weight: 600;
	line-height: 1.7;
}
#contact .info {
	margin-bottom: 4.7rem;
	text-align: center;
	font-size: 1.8rem;
	line-height: 1.44;
}
#contact .errorMsg {
	font-size: 1.8rem;
	color: #f00;
	margin: 0 auto 3rem;
	width: 92.5rem;
}
#contact table {
	margin: 0 auto 6.5rem;
	width: 92.5rem;
	max-width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #999;
}
#contact table tr {
	border-bottom: 1px solid #999;
}
#contact table input,
#contact table textarea {
	appearance: none;
	border: 1px solid #b3b3b3;
	width: 100%;
	height: 4rem;
	border-radius: 0;
	padding: 0.5rem;
	box-sizing: border-box;
}
#contact table textarea {
	margin: 0.8rem 0;
	height: 25.7rem;
}
#contact table th,
#contact table td {
	position: relative;
	vertical-align: middle;
	font-size: 1.8rem;
	color: #646464;
	font-weight: 400;
	line-height: 1.389;
	word-break: break-all;
}
#contact table td {
	padding: 3.6rem 0 3.5rem;
	width: 55rem;
}
#contact table th .must {
	position: absolute;
	display: block;
	right: 2.1rem;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	font-size: 1.1rem;
	line-height: 1.1;
	background-color: #f15a24;
	border-radius: 1rem;
	color: #fff;
	padding: 0.4rem 0.4rem 0.5rem;
}
#contact .submit {
	display: flex;
	justify-content: center;
	gap: 2rem;
}
#contact .submit input {
	appearance: none;
	width: 27.5rem;
	height: 6.2rem;
	border-radius: 3.1rem;
	background-color: #ff7f7e;
	color: #fff;
	font-size: 2rem;
	font-weight: 700;
	border: none;
	text-align: center;
	cursor: pointer;
	transition: .3s;
	border: 0.2rem solid #ff7f7e;
	box-sizing: border-box;
}
#contact .thanks .comBtn a {
	display: flex;
	margin: 0 auto;
	justify-content: center;
	align-items: center;
	width: 27.5rem;
	height: 6.2rem;
	border-radius: 3.1rem;
	background-color: #ff7f7e;
	color: #fff;
	font-size: 2rem;
	font-weight: 700;
	border: 0.2rem solid #ff7f7e;
}
@media all and (min-width: 897px) {
	#contact .thanks .comBtn a:hover,
	#contact .submit input:hover {
		color: #ff7f7e;
		background-color: #fff;
	}
}
@media all and (max-width: 896px) {
	#contact {
		padding: 3rem 3.6rem;
	}
	#contact .title {
		margin-bottom: 2rem;
		font-size: 2.5rem;
	}
	#contact .info {
		margin-bottom: 2.5rem;
		font-size: 1.5rem;
	}
	#contact table {
		width: 100%;
		margin: 0 auto 1rem;
		border: none;
	}
	#contact .errorMsg {
		font-size: 1.5rem;
		margin-bottom: 1rem;
	}
	#contact table tr {
		border: none;
	}
	#contact table input,
	#contact table textarea {
		height: 2.6rem;
	}
	#contact table textarea {
		margin: 0;
		height: 16.5rem;
	}
	#contact table th,
	#contact table td {
		display: block;
		width: 100%;
		font-size: 1.6rem;
	}
	#contact table td {
		padding: 0.5rem 0 2rem;
		width: 100%;
	}
	#contact table th {
		padding-left: 5rem;
	}
	#contact table th .must {
		right: auto;
		left: 0;
		font-size: 0.8rem;
		border-radius: 0.8rem;
	}
	#contact .submit {
		flex-direction: column;
		align-items: center;
	}
	#contact .submit input {
		width: 20rem;
		height: 4.5rem;
		border-radius: 4.5rem;
		font-size: 1.5rem;
	}
	#contact .thanks .comBtn a {
		width: 20rem;
		height: 4.5rem;
		border-radius: 4.5rem;
		font-size: 1.5rem;
	}
}