@charset "UTF-8";
/*------------------------------------------------
	fonts styles
-------------------------------------------------*/
@font-face {
	font-family: 'Tropical Summer Signature';
	src: url('./font/Tropical Summer Signature.woff2') format('woff2'),
			 url('./font/Tropical Summer Signature.woff') format('woff'),
			 url('./font/Tropical Summer Signature.ttf') format('truetype');
}
body { font-family: 'M PLUS Rounded 1c', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', helvetica, arial, clean, sans-serif;}
@media screen and (min-width: 0\0) and (min-resolution: +72dpi) {
	.selector {
			property: value;
	}
	body {
		font-family: 'M PLUS Rounded 1c', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', helvetica, arial, clean, sans-serif;
	}
}
/*------------------------------------------------
	reset styles
--------------------------------------------------*/
li {
	list-style: none;
}
h1, h2, h3, h4, h5 {
	font-weight: normal;
}
img {
	vertical-align: top;
}
table {
	table-layout: fixed;
	border-collapse: collapse;
  border-spacing: 0;
}
/*------------------------------------------------
	reset styles
--------------------------------------------------*/
.clear:after {
  content: "";
  display: block;
  clear: both;
}
/*------------------------------------------------
	base styles
--------------------------------------------------*/
html {
	font-size: 62.5%;
}
html.wf-active {
	visibility: visible;
}
.no-scroll {
	position: relative;
	z-index: 1;
	overflow: hidden;
}
html, body {
	height: 100%;
}
body {
	-webkit-text-size-adjust: 100%;
	color: #000;
}
p, li, a dt, dd {
	max-height: 100%;
	font-weight: 400;
	font-feature-settings: "palt";
}
h1, h2, h3, h4, h5 {
	font-feature-settings: "palt";
}
body {
	position: relative;
	z-index: 1;
}

.header {
	position: absolute;
	top: 24px;
	left: 20px;
	z-index: 10000;
}
/*.header h1 svg path {
	transform: all .4s;
}
.no-scroll .header h1 svg path {
	fill: #000;
}*/
.mds {
	text-align: center;
	color: #000;
}
.mds > p {
	font-family: 'Tropical Summer Signature', sans-serif;
	font-size: 5.0rem;
	line-height: 1.34;
}
.mds > h2 {
	font-size: 1.2rem;
	line-height: 1.5;
	
}

.footer {
	width: 100%;
	height: 60px;
	background-color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
}



.gnav_btn {
	width: 30px;
	height: 30px;
	position: absolute;
	z-index: 10000;
	top: 24px;
	right: 20px;
}
.gnav_btn > a {
	width: 30px;
	height: 30px;
	display: block;
	position: relative;
}
.gnav_btn > a span {
	width: 30px;
	height: 4px;
	background-color: #000;
	transition: all .4s;
	position: absolute;
	left: 0;
}
.home .gnav_btn > a span {
	background-color: #fff;
}
.gnav_btn > a span:first-child {
	top: 8px;
}
.gnav_btn > a span:nth-child(2) {
	bottom: 8px;
}
.gnav_btn > a.active span {
	background-color: #000;
}
.gnav_btn > a.active span:first-child {
	transform: translateY(6px) rotate(-45deg);
	width: 100%;
	top: 7px;
}
.gnav_btn > a.active span:nth-child(2) {
	transform: translateY(-6px) rotate(45deg);
	width: 100%;
	bottom: 7px;
}
#overlay {
	left: 0;
	top: -100%;
	width: 100%;
	height:100%;
	text-align: center;
	position: fixed;
	z-index: 999;
	background: #fff;
	box-sizing: border-box;
	justify-content: center;
	visibility: hidden;
	opacity: 0;
	transition: all .4s;
}
#overlay > div {
	width: 100%;
	height: 100%;
	overflow-y: scroll;
}
#overlay.open {
	top: 0;
	visibility: visible;
	opacity: 1;
}
.gnav {
	width: 100%;
	height: 100%;
}
#overlay ul {
	width: 100%;
	height: calc(100% - 60px);
	max-height: 500px;
	margin-top: 60px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#overlay ul li {
	width: 80%;
	max-width: 300px;
	height: 20%;
	display: flex;
	justify-content: center;
	align-items: center;
	border-top: 1px solid #000;
}
#overlay ul li:first-child {
	border-top: none;
}
#overlay ul li a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
	text-decoration: none;
	font-size: 1.6rem;
	vertical-align: middle;
	transition: all .4s;
}
#overlay ul li a:hover {
	color: #ddd;
}

.gnav > ul > li > ul {
	width: 100%;
	display: none;
	border-bottom: 1px solid #052569;
}
.gnav > ul > li > .acd-check:checked + .acd-label  + ul {
	display: block;
}
.gnav > ul > li > ul > li {
	width: 100%;
	height: 49px;
	border-top: 1px solid #fff;
	background-color: #F2F1E9;
}
.gnav > ul > li > ul > li > a {
	display: block;
	background-color: #F2F1E9;
}
.gnav > ul > li > ul > li > a:hover {
	background-color: rgba(255, 255, 255, .4);
}

.gnav + p {
	width: 320px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 26px;
}
.gnav + p + p {
	margin-top: 20px;
	padding-bottom: 20px;
	font-size: 13px;
	line-height: 2;
	letter-spacing: 0.15em;
}
.section {
	width: 100%;
	padding-top: 100px;
	padding-bottom: 100px;
}
h1 img {
	width: 50px;
}
.footer img {
	width: 50px;
}

@media screen and (max-width:960px) {
	.section {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}
.section-border {
	border-bottom: 1px solid #ccc;
}
.content {
	width: 90%;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}
.content-section {
	width: 100%;
}
@media screen and (max-width:960px) {
.content-sp {
	width: 100%;
	}
}
.top-eyecatch {
	background-image: url(images/top-eyecatch.jpg);
	background-position: center center;
	background-size: cover;
	position: relative;
}
.top-eyecatch > div:first-child {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.top-eyecatch > div:first-child p:first-child {
	font-family: 'Tropical Summer Signature', sans-serif;
	font-size: 12.0rem;
	line-height: 1.34;
	color: #fff;
}
.top-eyecatch > div:first-child p:nth-child(2) {
	font-size: 1.8rem;
	line-height: 1.42;
	color: #fff;
}
@media screen and (max-width:960px) {
	.top-eyecatch > div:first-child p:first-child {
		font-size: 4.8rem;
		font-weight: bold;
	}
}
.scroll {
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
	padding-bottom: 90px;
}
.scroll span {
	font-size: 1.4rem;
	line-height: 1.42;
	position: relative;
}
.scroll span::after {
	content: "";
	width: 1px;
	height: 80px;
	background-color: #000;
	position: absolute;
	left: 50%;
	bottom: -90px;
	
}
/*.top01-box {
	width: 90%;
	height: 440px;
	/*background-image: url(images/top01-bg.png);*/
	/*background-position: center center;*/
	/*background-repeat: no-repeat;*/
	/*background-size: 500px auto;*/
/*	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 60px;
}
.top01-box p {
	font-size: 1.8rem;
	line-height: 2;
	font-weight: 500;
	text-align: center;
}*/
.top01-box {
	text-align: center;
	margin-top: 60px;
}
.top01-box p {
	font-size: 1.8rem;
	line-height: 2;
	font-weight: 500;
	text-align: center;
}
@media screen and (max-width:960px) {
		.top01-box p {
		font-size: 1.6rem;
	}
}
.colom3-wrap {
	display: flex;
	flex-wrap: wrap;
}
.colom3-wrap > div {
	width: 280px;
	margin-right: 60px;
	margin-top: 40px;
}
.colom3-wrap > div:nth-child(3n) {
	margin-right: 0;
}
@media screen and (max-width:960px) {
	.colom3-wrap {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
	}
	.colom3-wrap > div {
		margin-left: auto;
		margin-right: auto;
	}
	.colom3-wrap > div:nth-child(3n) {
		margin-right: auto;
	}
}
.circle-bg {
	width: 280px;
	height: 280px;
	background-image: url(images/img-circle-bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}
.colom3-wrap > div h3 {
	font-size: 1.8rem;
	line-height: 1.28;
	font-weight: 500;
	margin-top: 30px;
	text-align: center;
}
.colom3-wrap > div p {
	font-size: 1.4rem;
	line-height: 1.8;
	margin-top: 10px;
}
.colom3-wrap > div a {
	width: 100%;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: transparent linear-gradient(97deg, #CCCCCC 0%, #AAAAAA 100%) 0% 0% no-repeat padding-box;
	border-radius: 4px;
	/**font-family: 'Tropical Summer Signature', sans-serif;**/
	font-size: 1.6rem;
	color: #fff;
	text-decoration: none;
	transition: all .4s;
	margin-top: 20px;
}
.colom3-wrap > div a:hover {
	opacity: .8;
}

.section-top03 {
	/*background-image: url(images/top03-bg.jpg);*/
	/*background-repeat: no-repeat;*/
	/*background-position: center center;*/
	/*background-size: cover;*/
	padding-bottom: 110px;
}

.section-txt-w, .section-txt-w .mds {
	color: #fff;
}
.top03-box {
	text-align: center;
	margin-top: 60px;
}
.top03-box p {
	font-size: 1.8rem;
	line-height: 2;
	font-weight: 500;
	text-align: center;
}
.top03-box p+p {
	font-size: 1.6rem;
	line-height: 2;
	font-weight: 500;
	text-align: right;
}
@media screen and (max-width:960px) {
	.top03-box p {
		font-size: 1.5rem;
	}
}
.top04-box {
	margin-top: 60px;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width:960px) {
	.top04-box {
	margin-top: 60px;
	width: 100%;
	}
}
.table {
	width: 100%;
	border-top: 1px solid #ccc;
}
.table th, .table td {
	border-bottom: 1px solid #ccc;
	font-size: 1.4rem;
	line-height: 1.5;
	text-align: left;
	padding-top: 1.4rem;
	padding-bottom: 1.4rem;
	padding-left: 10px;
	padding-right: 10px;
}
.table th {
	vertical-align: top;
	font-weight: 400;
	width: 24%;
}
.table li {
	padding-left: 1em;
	position: relative;
}
.table li::before {
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
}

.eyecatch {
	height: 400px;
	border-bottom: 1px solid #ccc;
}
.eyecatch > div {
	width: 100%;
	height: 100%;
	padding-top: 50px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #000;
}
@media screen and (max-width:960px) {
	.eyecatch {
		height: 240px;
		border-bottom: 1px solid #ccc;
	}
}
.eyecatch > div p {
	font-family: 'Tropical Summer Signature', sans-serif;
	font-size: 6.0rem;
	line-height: 1.34;
}
.eyecatch > div h1 {
	font-size: 1.4rem;
	line-height: 1.42;
}
.pile-img {
	margin-top: 60px;
	width: 860px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	position: relative;
	z-index: 1;
}
.pile-right {
	flex-direction: row-reverse;
}
.pile-img > figure img {
	opacity: .5;
}
.pile-img > div {
	width: 500px;
	margin-top: 100px;
	margin-left: -160px;
	z-index: 3;
}
.pile-img > div h3 {
	font-size: 2.0rem;
	line-height: 1.4;
	font-weight: 500;
}
.pile-img > div p {
	font-size: 1.4rem;
	line-height: 1.8;
	margin-top: 1.64em;
}
.pile-img > div ul {
	margin-top: 1.64em;
}
.pile-img > div li {
	font-size: 1.4rem;
	line-height: 1.8;
	padding-left: 1em;
	position: relative;
}
.pile-img > div li::before {
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
}
.mds-lead p {
	font-size: 1.4rem;
	line-height: 1.8;
	margin-top: 1.64em;
	text-align: center;
}
@media screen and (max-width:960px) {
	.pile-img {
		width: 100%;
		display: block;
		min-height: 500px;
	}
	.pile-img figure {
		width: 70%;
		max-width: 500px;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
	}
	.pile-img figure img {
		width: 100%;
		height: auto;
	}
	.pile-img > div {
		width: 80%;
		padding-right: 10%;
		position: relative;
		z-index: 3;
		padding-top: 50px;
		margin-left: auto;
		margin-right: 0;
	}
}
.colom2-wrap {
	display: flex;
	flex-wrap: wrap;
}
.colom2-wrap > div {
	width: 460px;
	margin-right: 40px;
	margin-top: 40px;
}
.colom2-wrap > div:nth-child(2n) {
	margin-right: 0;
}

@media screen and (max-width:960px) {
	.colom2-wrap {
		flex-direction: row;
	}
	.colom2-wrap > div {
		width: 100%;
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}
	.colom2-wrap > div:nth-child(2n) {
		margin-right: auto;
	}
}
.if-mv {
	width: 100%;
	padding-top: 56.25%;
	position: relative;
}
.if-mv iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.colom2-wrap > div h3 {
	font-size: 1.8rem;
	line-height: 1.28;
	font-weight: 500;
	margin-top: 30px;
	text-align: center;
}
.colom2-wrap > div p {
	font-size: 1.4rem;
	line-height: 1.8;
	margin-top: 10px;
}
.colom2-wrap > div li {
	font-size: 1.4rem;
	line-height: 1.8;
	padding-left: 1em;
	position: relative;
}
.colom2-wrap > div li::before {
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
}

.sp-only {
	display: none;
}
@media screen and (max-width:960px) {
	.sp-only {
		display: block;
	}
	.pc-only {
		display: none;
	}
}