@charset "utf-8";

/* ------------------------------
 メインイメージ（PC）
------------------------------ */
.mainimgBlock {
	position: relative;
	padding-bottom: 18%;
	margin-bottom: 60px;
	background: url(../img/mainimg_bg.png) no-repeat center bottom / 100% auto;
}
.mainimg {
	width: 980px;
	margin: 0 auto !important;
}
/* スライド */
.mainimg .slideBox {
	margin-bottom: 0;
	overflow: hidden;
	position: relative;
}
.mainimg .slideBox > img {
	width: 100%;
	height: auto;
}
@media print, screen and (min-width: 768px) {
	.mainimg::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1010;
		width: 104px;
		height: 1px;
	}
	.mainimg::after {
		content: "";
		position: absolute;
		bottom: 0;
		right: 0;
		z-index: 1010;
		width: 104px;
		height: 1px;
		
	}
}
/* ------------------------------
 メインイメージ（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.mainimgBlock {
		padding-bottom: 20%;
		margin-bottom: 40px;
	}
	.mainimg {
		width: 100%;
	}
	.mainimg .slideBox > img {
		position: relative;
		left: 50%;
		width: 725px;
		max-width: 725px;
		height: 300px;
		margin-left: -363px;
	}
}

/* ------------------------------
 お知らせ（PC）
------------------------------ */
.informationBlock {
	position: relative;
	margin-bottom: 75px;
}
/* ----------------------
 お知らせ（SP）
---------------------- */
@media screen and (max-width: 767px) {
	.informationBlock {
		margin-top: -18px;
		margin-bottom: 40px;
	}
}

/* ------------------------------
 エントリー（PC）
------------------------------ */
.entryBlock {
	position: relative;
	margin-bottom: 60px;
	padding: 100px 0 60px;
	background-color: #CFECFF;
	background-image: url(../img/sea_img_top.png), url(../img/sea_img_bottom.png);
	background-position: top right, bottom left;
	background-repeat: no-repeat;
}
.flowList {
	display: flex;
	flex-flow: row wrap;
	gap: 0 72px;
	margin-bottom: 45px;
}
.flowList li {
	width: 208px;
	height: 208px;
	padding: 10px;
	border-radius: 100%;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	-webkit-box-shadow: 0px 4px 0px 0px rgba(0,0,0,.05);
	box-shadow: 0px 4px 0px 0px rgba(0,0,0,.05);
	position: relative;
}
.flowList li:not(:last-child):before,
.flowList li:not(:last-child):after {
	content: "";
	position: absolute;
	margin: auto;
	display: block;
}
.flowList li h3 {
	color: #204166;
}
.flowList li h3 strong {
	color: #D64B4B;
}
.whiteBox {
	background: #fff;
	border-radius: 16px;
	padding: 45px;
}

@media print, screen and (min-width: 768px) {
	.entryBlock .inBlock {
		width: 1048px;
	}
	.flowList li:not(:last-child):before,
	.flowList li:not(:last-child):after {
		top: 0;
		bottom: 0;
	}
	.flowList li:not(:last-child):before {
		width: 48px;
		height: 3px;
		left: 100%;
		background-color: #18A1CC;
	}
	.flowList li:not(:last-child):after {
		width: 22px;
		height: 22px;
		left: calc(100% + 22px);
		border-right: 3px solid #18A1CC;
		border-top: 3px solid #18A1CC;
		transform: rotate(45deg);
	}
	.whiteBox .textBox {
		width: 657px;
	}
	.whiteBox .imgBox {
		width: 260px;
	}
}
/* ----------------------
 エントリー
---------------------- */
@media screen and (max-width: 767px) {
	.entryBlock {
		margin-bottom: 40px;
	}
	.flowList {
		gap: 20px 8%;
	}
	.flowList li h3 {
		font-size: 1.6rem;
	}
	.flowList li {
		width: 46%;
		height: 46%;
  		aspect-ratio: 1 / 1;
	}
	.flowList li:not(:nth-child(2n),:last-child):before,
	.flowList li:not(:nth-child(2n),:last-child):after {
		top: 0;
		bottom: 0;
	}
	.flowList li:not(:nth-child(2n),:last-child):before {
		width: 22px;
		height: 3px;
		left: 100%;
		background-color: #18A1CC;
	}
	.flowList li:not(:nth-child(2n),:last-child):after {
		width: 12px;
		height: 12px;
		left: calc(100% + 6px);
		border-right: 3px solid #18A1CC;
		border-top: 3px solid #18A1CC;
		transform: rotate(45deg);
	}
	.whiteBox {
		padding: 30px;
	}
	.whiteBox .textBox {
		margin-bottom: 20px;
	}
	.whiteBox .imgBox {
		width: 100%;
		text-align: center;
	}
	.whiteBox .imgBox img {
		max-width: 260px;
	}
}

/* ------------------------------
 メインリード（PC）
------------------------------ */
.leadBlock {
	position: relative;
	margin-bottom: 75px;
}
.text-lead {
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	color: #D64B4B;
}
.text-lead strong {
	display: inline-block;
	border-bottom: solid 2px #D64B4B;
}
/* ----------------------
 メインリード（SP）
---------------------- */
@media screen and (max-width: 767px) {
	.leadBlock {
		margin-bottom: 40px;
	}
}

/* ------------------------------
 ボタン（PC）
------------------------------ */
.buttonBlock {
	margin-bottom: -52px;
}
.buttonBlock .inBlock {
	position: relative;
	z-index: 1;
}
@media print, screen and (min-width: 768px) {
	.buttonBlock .inBlock {
		width: 1140px;
		display: flex;
		justify-content: space-between;
	}
	.buttonBlock .inBlock .btn {
		width: 47.895%;
	}
	.buttonBlock .inBlock .btn a {
		width: 100%;
	}
}
/* ----------------------
 ボタン（SP）
---------------------- */
@media screen and (max-width: 767px) {
	.buttonBlock {
		margin-bottom: -35px;
	}
	.buttonBlock .inBlock > *:not(:last-child) {
		margin-bottom: 25px;
	}
	
}
