@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: 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: italic;
	font-size: 1.6rem;
	letter-spacing: 0.03em;
}
a,
a:link {
	color: #040000;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #040000;
}
a:hover {
	color: #040000;
}
a:active {
	color: #040000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 120rem;
	color: #040000;
	font-size: 1.9rem;
	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;
}
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 {
	padding: 2.5rem 0 1.2rem;
}
#gHeader .logo {
	margin-left: 1.6rem;
	text-align: center;
}
#gHeader .logo a {
	display: inline-block;
	vertical-align: top;
}
#gHeader .logo img {
	width: 20rem;
}
@media all and (max-width: 896px) {
	#gHeader .logo img {
		width: 10rem;
	}
	#gHeader {
		padding: 1.4rem 0 0.6rem;
	}
	#gHeader .logo {
		margin-left: 0.8rem;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	text-align: center;
    padding: 3rem;
}
@media all and (max-width: 896px) {
}

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-LXH */
/* 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;}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/

.content {
	margin: 0 auto;
	max-width: 114rem;
}
@media all and (max-width: 896px) {
	.content {
		margin: 0 1.4rem 0;
		max-width: inherit;
	}
}

/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.backarea05 .titleBox {
	text-align: center;
}
.backarea04 {
	position: relative;
	width: 100%;
	padding: 5rem 0 5rem;
	background: #fff;
}
.linkBtn {
	max-width: 50rem;
	margin: 0 auto;
}
.linkBtn a:hover {
	opacity: 0.7;
}
.snsList {
	list-style: none;
	max-width: 58rem;
	margin: 3rem auto 0;
	padding: 0;
	justify-content: space-around;
}
.snsList li {
	width: 20%;
	text-align: center;
}
.snsList li a:hover {
	opacity: 0.7;
}
.snsList li .topImg {
	display: block;
}
.snsList li .txtSpan {
	display: block;
	margin-top: 0.8rem;
}
.snsList li img {
	width: 5rem;
}
.snsList a {
	text-decoration: underline;
	font-size: 1.6rem;
}
@media all and (max-width: 896px) {
	.snsList {
		margin: 0 auto 3.9rem;
		width: 96vw;
		list-style: none;
		padding: 0;
	}
	.snsList li {
		width: 20%;
	}
	.snsList li .txtSpan {
		font-size: 1.1rem;
		margin-top: 0.5rem;
	}
	.snsList li .topImg {
		width: 5rem;
		height: 5rem;
		margin: 0 auto;
		display: flex;
		align-items: center;
	}
	.backarea05 .titleBox {
		margin-bottom: 2rem;
	}
	.backarea05 .titleBox img {
		width: 15rem;
	}
	.backarea04 {
		padding: 1.9rem 0.8rem 2.1rem;
	}
	.backarea04 .linkBtn img {
		width: 100%;
	}
}


/* mainImg */
#main .mainImg {
	padding-top: 1.7rem;
	background: url("../img/index/main_bg.png") no-repeat center center / cover;
	text-align: center;
}
#main .mainImg .title {
	margin-bottom: -1.8rem;
}
#main .mainImg .title img {
	width: 77.7rem;
}
#main .mainImg .photo {
	margin-left: 1.5rem;
	text-align: center;
}
#main .mainImg .photo img {
	width: 100rem;
}
#main .mainImg .txt {
	margin-bottom: 0.8rem;
	font-weight: 900;
	font-size: 3.7rem;
	font-style: italic;
	text-align: center;
	line-height: 1.89;
	letter-spacing: 0.03em;
	text-shadow: 0 0 0.8rem #fff,0 0 0.8rem #fff,0 0 0.8rem #fff,0 0 0.8rem #fff,0 0 1.2rem #fff,0 0 1.2rem #fff,0 0 1.2rem #fff,0 0 1.2rem #fff,0 0 1.5rem #fff,0 0 1.5rem #fff,0 0 1.5rem #fff,0 0 1.5rem #fff;
}
@media all and (max-width: 896px) {
	#main .mainImg {
		padding-top: 0.2rem;
		background-image: url("../img/index/main_bg_sp.png");
	}
	#main .mainImg .txt {
		margin-bottom: 0.1rem;
		font-size: 1.8rem;
		line-height: 1.86;
		text-shadow: 0 0 0.8rem #fff,0 0 0.8rem #fff,0 0 0.8rem #fff,0 0 0.8rem #fff;
	}
	#main .mainImg .title img {
		width: 37rem;
	}
	#main .mainImg .title {
		margin-bottom: -1rem;
	}
	#main .mainImg .photo {
		margin-left: 0;
	}
	#main .mainImg .content {
		margin: 0;
	}
}


/* pageBtn */
#main .pageBtn {
	padding: 3.3rem 0;
	text-align: center;
}
#main .pageBtn a {
	display: inline-block;
	vertical-align: top;
}
#main .pageBtn img {
	width: 71rem;
}
#main .pageBtn a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	#main .pageBtn {
		padding: 1.8rem 0.9rem 1.4rem;
	}
	#main .pageBtn img {
		max-width: 35.7rem;
		width: 100%;
	}

}

/* showBox */
#main .showBox {
	padding: 7.3rem 0 6.9rem;
	background: url("../img/index/bg01.png") no-repeat center center / cover;
	text-align: center;
}
#main .showBox .textImg {
	margin-bottom: 3.8rem;
}
#main .showBox .textImg img {
	width: 105.1rem;
}
#main .showBox .title {
	margin-bottom: 3.1rem;
	font-size: 6.2rem;
	font-weight: 900;
	font-style: italic;
	text-shadow: 0 0 1.2rem #fff,0 0 1.2rem #fff,0 0 1.2rem #fff,0 0 1.2rem #fff,0 0 1.5rem #fff,0 0 1.5rem #fff,0 0 1.5rem #fff,0 0 1.5rem #fff,0 0 2rem #fff,0 0 2rem #fff,0 0 2rem #fff,0 0 2rem #fff;
}
#main .showBox .txt {
	font-weight: 500;
	font-size: 3.2rem;
	text-shadow: 0 0 0.8rem #fff,0 0 0.8rem #fff,0 0 0.8rem #fff,0 0 0.8rem #fff,0 0 1.2rem #fff,0 0 1.2rem #fff,0 0 1.2rem #fff,0 0 1.2rem #fff,0 0 1.5rem #fff,0 0 1.5rem #fff,0 0 1.5rem #fff,0 0 1.5rem #fff;
	line-height: 2.06;
	letter-spacing: 0.03em;
}
@media all and (max-width: 896px) {
	#main .showBox {
		padding: 1.9rem 0 2.7rem;
		background-image: url("../img/index/bg01_sp.png");
	}
	#main .showBox .title {
		font-size: 3.1rem;
		margin-bottom: 1.7rem;
		text-shadow: 0 0 1.2rem #fff,0 0 1.2rem #fff,0 0 1.2rem #fff,0 0 1.2rem #fff,0 0 1.2rem #fff,0 0 1.2rem #fff,0 0 1.2rem #fff,0 0 1.2rem #fff;
	}
	#main .showBox .txt {
		font-size: 1.6rem;
		line-height: 1.93;
		text-shadow: 0 0 0.8rem #fff,0 0 0.8rem #fff,0 0 0.8rem #fff,0 0 0.8rem #fff,0 0 1.2rem #fff,0 0 1.2rem #fff,0 0 1.2rem #fff,0 0 1.2rem #fff;
	}
	#main .showBox .textImg img {
		width: 24.8rem;
	}
	#main .showBox .textImg {
		margin-bottom: 1.3rem;
	}
}


#main .listBox {
	padding-top: 5.1rem;
}
#main .listBox .title {
	margin-bottom: 4.9rem;
	text-align: center;
}
#main .listBox .title a {
	display: inline-block;
}
#main .listBox .title img {
	width: 72.4rem;
}
#main .listBox .bgBox {
	padding: 10.9rem 0 11rem;
	background : linear-gradient(180deg, rgba(8, 130, 134, 1) 0%, rgba(101, 187, 116, 1) 52.73%, rgba(239, 234, 58, 1) 98.47%);
}
#main .listBox .subBox {
	border-radius: 0.9rem;
	padding: 0.5rem;
	background : linear-gradient(to right, rgba(8, 130, 134, 1) 0%, rgba(101, 187, 116, 1) 52.73%, rgba(239, 234, 58, 1) 98.47%);
}
#main .listBox .subBox .inner {
	padding: 2.2rem 4rem 2.6rem;
	background-color: #fff;
	border-radius: 0.5rem;
}
#main .listBox .subBox + .subBox {
	margin-top: 3.4rem;
}
#main .listBox .ttl {
	margin-bottom: 1.8rem;
	color: #088286;
	font-size: 2.9rem;
	position: relative;
	font-weight: 900;
}
#main .listBox .ttl::before {
	width: 3.5rem;
	height: 1.6rem;
	position: absolute;
	bottom: -0.6rem;
	left: -0.4rem;
	background: url("../img/index/icon01.jpg") no-repeat left top / 100% 100%;
	content: "";
	z-index: 10;
}
#main .listBox .ttl::after {
	width: 2.6rem;
	height: 1.1rem;
	position: absolute;
	bottom: -0.1rem;
	right: -0.2rem;
	background: url("../img/index/icon02.png") no-repeat left top / 100% 100%;
	content: "";
	z-index: 10;
}
#main .listBox .ttl span {
	display: block;
	padding-bottom: 0.9rem;
}
#main .listBox .ttl span::before {
	height: 0.3rem;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0.5rem;
	background : linear-gradient(270deg, rgba(8, 130, 134, 1) 0%, rgba(101, 187, 116, 1) 52.73%, rgba(239, 234, 58, 1) 98.47%);
	content: "";
}
#main .listBox .ttl img {
	margin: -0.4rem 0.5rem 0 0;
	height: 2.7rem;
	display: inline-block;
	vertical-align: middle;
}
#main .listUl {
	margin-right: -2rem;
	padding-left: 2.8rem;
	font-size: 1.9rem;
	font-weight: 700;
	line-height: 1.37;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
}
#main .listUl li {
	margin-bottom: 0.5rem;
	padding-left: 1.5rem;
	position: relative;
	letter-spacing: 0.12em;
}
#main .listUl li::before {
	width: 1.4rem;
	height: 1.4rem;
	position: absolute;
	top: 0.7rem;
	left: 0;
	border-radius: 5rem;
	background-color: #088286;
	content: "";
}
#main .listUl .lable {
	min-width: 5.8rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	vertical-align: middle;
	border-radius: 0.4rem;
	color: #fff;
	font-size: 0.9rem;
	line-height: 1;
	background-color: #e50012;
	text-align: center;
	margin: -0.7rem 0.8rem -0.2rem;
	letter-spacing: 0;
	padding: 0.2rem 0.3rem 0.3rem;
	min-height: 2.2rem;
}
#main .listUl .lable.col01 {
	background-color: #f29600;
}
#main .listUl .lable.col02 {
	background-color: #009844;
}
#main .listUl .lable.col03 {
	background-color: #009eb0;
}
@media all and (min-width: 897px) {
	#main .listBox .title a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#main .listBox {
		padding-top: 3.1rem;
	}
	#main .listBox .title img {
		max-width: 36.3rem;
		width: 100%;
	}
	#main .listBox .title {
		margin-bottom: 2.5rem;
	}
	#main .listBox .bgBox {
		padding: 2rem 0;
	}
	#main .listBox .subBox {
		border-radius: 0.5rem;
		padding: 0.2rem;
	}
	#main .listBox .subBox .inner {
		padding: 1.2rem 2rem 1.2rem;
		border-radius: 0.3rem;
	}
	#main .listUl {
		margin-right: 0;
		padding-left: 1.5rem;
		font-size: 0.95rem;
		line-height: 1.26;
	}
	#main .listUl li {
		margin-bottom: 0.3rem;
		padding-left: 0.8rem;
		letter-spacing: 0.12em;
	}
	#main .listBox .ttl {
		margin-bottom: 1rem;
		font-size: 1.45rem;
	}
	#main .listUl .lable {
		min-width: 2.9rem;
		min-height: 1.1rem;
		font-size: 0.45rem;
		border-radius: 0.2rem;
		padding: 0.2rem 0 0.1rem 0;
		margin: -0.5rem 0.4rem -0.2rem;
	}
	#main .listBox .ttl img {
		margin: -0.2rem 0.3rem 0 0;
		height: 1.4rem;
	}
	#main .listBox .ttl span {
		padding-bottom: 0.5rem;
	}
	#main .listBox .ttl span::before {
		height: 0.2rem;
		right: 1.2rem;
	}
	#main .listBox .ttl::after {
		width: 1.5rem;
		height: 0.7rem;
		bottom: -0.1rem;
		right: 0;
	}
	#main .listBox .ttl::before {
		width: 1.8rem;
		height: 0.8rem;
		bottom: -0.3rem;
		left: -0.1rem;
	}
	#main .listUl li::before {
		width: 0.7rem;
		height: 0.7rem;
		top: 0.3rem;
		left: 0;
	}
	#main .listBox .subBox + .subBox {
		margin-top: 1rem;
	}
}


#main .banner {
	padding: 50px 0;
	text-align: center;
}
#main .banner a {
	display: inline-block;
}
#main .banner img {
	width: 100%;
	max-width: 50rem;
}
@media all and (min-width: 897px) {
	#main .banner a:hover {
		opacity: 0.7;
	}
}