@charset "UTF-8";

/* ================
      common
================ */

html {
	font-size: 62.5%;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	overflow-x: hidden;
}
body {
	font-weight: 700;
	color: #000;
	font-size: 2.6rem;
	line-height: 1.75;
	min-width: 1180px;
	max-width: 100vw;
	overflow-x: hidden;
}
img {
	max-width: 100%;
}
.sp {
	display: none;
}

/* a */
a:hover {
	opacity: 0.4;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}

@media (min-width: 751px) {
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
}

/* bg */
.bg_cyan {
	background-color: #a0c7dd;
	position: relative;
	z-index: 0;
	padding-bottom: 86px;
}
.bg_cyan::after {
	content: "";
	position: absolute;
	background: url(../../img/bg_wrapper.png) no-repeat center bottom / contain;
	width: 100vw;
	height: 241.927083vw;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
}

.bg_red {
	background-color: #e80000;
}

.bg_pentagon {
	margin-top: 80px;
	position: relative;
	z-index: 1;
}
.bg_pentagon::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 80px;
	clip-path: polygon(100% 0, 100% 100%, 50% 100%, 0% 100%, 0 0, 50% 80px);
	top: -79px;
	left: 0;
	right: 0;
}
/* inner */
.inner {
	width: 1100px;
	margin: 0 auto;
}

/* ================
      contact
================ */
.contact {
	position: relative;
	z-index: 1;
}
.contact .c_bg {
	background-color: #fff;
	border-top: 5px solid #e80000;
	border-bottom: 5px solid #e80000;
	font-size: 2rem;
	width: 100%;
	padding-left: 8%;
	box-shadow: 0 0 55px 4px rgba(0, 0, 0, 0.8);
	-webkit-box-shadow: 0 0 55px 4px rgba(0, 0, 0, 0.8);
}
.c_wrapper {
	margin: 7px auto 16px auto;
	text-align: center;
	width: 809px;
	position: relative;
	font-feature-settings: "palt";
	letter-spacing: 0.0038em;
}
.c_wrapper::before {
	content: "";
	position: absolute;
	background: url(../../img/contact_worman.png) no-repeat center / contain;
	width: 272px;
	height: 353px;
	bottom: -16px;
	left: -197px;
}
.contact .c_btn {
	padding-left: 48px;
}
.contact .c_btn a {
	position: relative;
	display: inline-block;
}
.contact .c_btn a::before {
	content: "";
	position: absolute;
	background: url(../../img/contact_btn_balloon.png) no-repeat center / contain;
	width: 208px;
	height: 74px;
	top: -34px;
	left: 31%;
}
.contact .c_btn a:hover {
	opacity: 0.7;
}
.c_wrapper address {
	margin-top: -10px;
}
.contact .tel {
	width: 475px;
	display: inline-block;
}
.contact .tel_text {
	display: inline-block;
	line-height: 1.3;
	margin-left: 9px;
	letter-spacing: 0.098em;
}
.contact .c_text {
	padding-top: 11px;
	border-top: 1px solid #000;
	margin-top: 10px;
}

/* ================
      header
================ */
header {
	position: relative;
	z-index: 0;
}
header h1.logo {
	position: absolute;
	width: 662px;
	top: 17px;
	left: 49.5%;
	transform: translateX(-50%);
}
header h1.logo a {
	width: 220px;
	display: inline-block;
}
header h1.logo a img {
	width: 100%;
}

/* ================
      footer
================ */
.footer {
	background-color: #000;
	margin: 0 auto;
	text-align: center;
	padding-top: 41px;
	padding-bottom: 56px;
	position: relative;
	z-index: 1;
}
.footer .logo {
	width: 370px;
	display: inline-block;
}
.footer .logo img {
	width: 100%;
}
.footer .copyright {
	font-size: 1.8rem;
	font-weight: 500;
	color: #fff;
	margin-top: 24px;
}

/* トップへ戻るボタン */
.pageTop {
	width: 185px;
	position: absolute;
	top: -45px;
	right: 16.5%;
	z-index: 2;
}
@media screen and (max-width: 1700px) {
	.pageTop {
		right: 3%;
	}
}

/* ================
      mv
================ */
.mv {
	height: 35.625vw;
	min-height: 684px;
	background: url(../../img/mv.png) no-repeat top center / cover;
}

/* ================
      contents02
================ */
.contents02 {
	position: relative;
}
.contents02::before {
	content: "";
	position: absolute;
	background: url(../../img/bg_dec01.png) no-repeat center / contain;
	width: 1059px;
	height: 235px;
	top: 0;
	left: 0;
}
.contents02 .c02_bg.bg_pentagon {
	background: url(../../img/bg_contents02.png) repeat top;
	padding-bottom: 28px;
}
.contents02 .c02_bg::before {
	background: url(../../img/bg_contents02.png) repeat bottom;
}
.contents02 .c02_wrapper {
	position: relative;
	padding-top: 19px;
	z-index: 0;
}
.contents02 .c02_wrapper::before,
.contents02 .c02_wrapper::after {
	content: "";
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	opacity: 0.3;
}
.contents02 .c02_wrapper::before {
	background-image: url(../../img/bg_dec02.png);
	width: 588px;
	height: 604px;
	top: 53px;
	left: 847px;
	z-index: -1;
}
.contents02 .c02_wrapper::after {
	background-image: url(../../img/bg_dec03.png);
	width: 931px;
	height: 614px;
	bottom: -242px;
	left: -327px;
	z-index: -1;
}
.contents02 .c02_ttl {
	position: absolute;
	z-index: 2;
	top: 49px;
	left: 178px;
}
.contents02 .c02_img {
	width: 805px;
	padding-top: 180px;
	margin-left: 128px;
	position: relative;
	z-index: 0;
}
.contents02 .c02_img::before,
.contents02 .c02_img::after {
	content: "";
	position: absolute;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.contents02 .c02_img::before {
	width: 548px;
	height: 325px;
	background-image: url(../../img/fish01.png);
	top: -57px;
	left: -395px;
}
.contents02 .c02_img::after {
	width: 592px;
	height: 465px;
	background-image: url(../../img/fish02.png);
	top: 382px;
	right: -454px;
	z-index: -1;
}
.contents02 .c02_text {
	text-align: center;
	margin-top: 18px;
}
.contents02 .c02_text::after {
	content: "";
	display: block;
	background: url(../../img/icon_triangle.png) no-repeat center / contain;
	width: 90px;
	height: 54px;
	margin: 25px auto 0;
}

/* ================
      contents03
================ */
.contents03 {
	position: relative;
	z-index: 0;
}
.contents03::before,
.contents03::after {
	content: "";
	position: absolute;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	opacity: 0.3;
	z-index: -1;
}
.contents03::before {
	background-image: url(../../img/bg_dec02.png);
	width: 588px;
	height: 604px;
	top: 393px;
	left: 65.4%;
}
.contents03::after {
	background-image: url(../../img/bg_dec03.png);
	width: 931px;
	height: 614px;
	bottom: -20px;
	left: 4.4%;
}
.contents03 .c03_text {
	background-color: #000;
	text-align: center;
	padding: 12px 14px 12px 0;
}
.contents03 .c03_wrapper {
	position: relative;
	background-color: #e80000;
}
.contents03 .bg_pentagon02 {
	position: relative;
}
.contents03 .bg_pentagon02::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 108px;
	background-image: url(../../img/bg_contents02.png);
	background-repeat: repeat;
	clip-path: polygon(100% 0, 100% 28px, 50% 100%, 0% 28px, 0 0);
	top: 0;
	left: 0;
	right: 0;
}

.contents03 .c03_ttl {
	text-align: center;
	padding-top: 187px;
	padding-bottom: 724px;
	position: relative;
	z-index: 1;
}
.contents03 .c03_ttl::before,
.contents03 .c03_ttl::after {
	content: "";
	position: absolute;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.contents03 .c03_ttl::before {
	width: 337px;
	height: 345px;
	background-image: url(../../img/img02.png);
	top: -13px;
	left: 404px;
	z-index: -1;
}
.contents03 .c03_ttl::after {
	width: 1155px;
	height: 1240px;
	background-image: url(../../img/img03.png);
	top: 437px;
	left: -30px;
}

/* ================
      contents04
================ */
.contents04 {
	position: relative;
	z-index: 0;
}
.contents04::before,
.contents04::after {
	content: "";
	position: absolute;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	opacity: 0.3;
	z-index: -1;
}
.contents04::before {
	background-image: url(../../img/bg_dec02.png);
	width: 588px;
	height: 604px;
	top: 139px;
	left: 65.5%;
}
.contents04::after {
	background-image: url(../../img/bg_dec03.png);
	width: 931px;
	height: 614px;
	bottom: -12px;
	left: 4.4%;
}
.contents04 .c04_wrapper {
	position: relative;
	margin-top: -80px;
	z-index: 0;
}
.contents04 .c04_wrapper::before {
	content: "";
	position: absolute;
	background: url(../../img/fish03.png) no-repeat center / contain;
	width: 471px;
	height: 368px;
	top: -235px;
	right: -171px;
	z-index: 2;
}
.contents04 .c04_ttl {
	position: absolute;
	top: -49px;
	left: 11px;
	z-index: 2;
}
.contents04 .c04_bg {
	background-color: #fff;
	padding-top: 265px;
	padding-bottom: 47px;
}
.contents04 .c04_bg.bg_pentagon::before {
	background-color: #fff;
}
.contents04 .c04_list_wrapper {
	position: relative;
	z-index: 0;
	margin: 0 auto;
	width: 868px;
	font-size: 1.6rem;
	background: url(../../img/bg_contents04.png) no-repeat 48% 66%;
}
.contents04 .c04_list_wrapper::before,
.contents04 .c04_list_wrapper::after {
	content: "";
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	z-index: -1;
}
.contents04 .c04_list_wrapper::before {
	background-image: url(../../img/img04.png);
	width: 359px;
	height: 438px;
	top: -81px;
	left: -206px;
}
.contents04 .c04_list_wrapper::after {
	background-image: url(../../img/fish04.png);
	width: 561px;
	height: 559px;
	top: 10px;
	right: -450px;
}
.contents04 .c04_list_wrapper li {
	padding-bottom: 4px;
}
.contents04 .item01 {
	width: 868px;
}
.contents04 .c04_list01 {
	margin: 21px 99px 21px 79px;
}
.contents04 .c04_list01 > ul {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	height: 324px;
}
.contents04 .c04_list01 > ul li {
	margin-right: 108px;
}
.contents04 .c04_list02 {
	display: flex;
	justify-content: space-between;
}
.c04_list02 .item02 {
	width: 194px;
	margin-bottom: 14px;
}

/* ================
      contents05
================ */
.contents05 .c05_wrapper {
	background-color: #fff;
	text-align: center;
	position: relative;
	z-index: 0;
}
.contents05 .c05_wrapper::before {
	content: "";
	position: absolute;
	background: url(../../img/fish05.png) no-repeat center / contain;
	width: 496px;
	height: 292px;
	top: -93px;
	left: -181px;
	z-index: 1;
}
.contents05 .c05_text {
	margin: 0 70px;
	padding-top: 3px;
	background-color: #666;
	font-size: 2.2rem;
	letter-spacing: 0.009em;
	padding-left: 0.3em;
	height: 65px;
	color: #fff;
	clip-path: polygon(100% 0, 100% 32px, 50% 65px, 0% 32px, 0 0, 50% 0);
}
.contents05 .c05_ttl {
	position: absolute;
	z-index: 1;
	width: 1064px;
	top: 77px;
	left: 5px;
}
.contents05 .c05_list > ul {
	display: flex;
	align-items: end;
	margin-top: 118px;
}

/* ================
      contents06
================ */
.contents06 .c06_wrapper {
	position: relative;
	z-index: 0;
	padding-top: 310px;
}
.contents06 .c06_wrapper::before {
	content: "";
	position: absolute;
	background: url(../../img/img05.png) no-repeat center / contain;
	width: 334px;
	height: 451px;
	top: -39px;
	right: -119px;
	z-index: 2;
}
.contents06 .c06_text {
	position: absolute;
	z-index: 1;
	width: 756px;
	top: 35px;
	left: 123px;
}
.c06_bg.bg_pentagon {
	background-color: #fff;
	margin-top: 0;
}
.c06_bg.bg_pentagon::before {
	background-color: #fff;
}
.contents06 .comparison {
	padding-top: 27px;
	padding-bottom: 140px;
	display: flex;
	text-align: center;
}
.contents06 .comparison > div {
	width: 50%;
}
.contents06 .comparison > div:nth-child(2) {
	border-left: 8px dotted #aaa;
	box-sizing: content-box;
}

/* ================
      contents07
================ */
.c07_bg.bg_pentagon {
	background-color: #a0c7dd;
	margin-top: -5px;
	padding-top: 268px;
	padding-bottom: 433px;
}
.c07_bg.bg_pentagon::before {
	background-color: #a0c7dd;
}
.contents07 .c07_text {
	position: absolute;
	top: -110px;
	left: 29.3%;
	width: 454px;
}
.contents07 .c07_text02 {
	margin-left: 260px;
	width: 550px;
}
.contents07 .c07_box {
	background-color: #fff;
	margin: -44px 70px 0;
	padding: 67px 42px 64px;
	border-radius: 40px;
	border: 8px solid #005db3;
}
.contents07 .c07_access {
	font-size: 2.6rem;
	font-weight: 500;
	line-height: 1.64;
}
.c07_access .txt-blod {
	font-weight: 900;
	letter-spacing: 0.03em;
}
.c07_access .txt-r {
	color: #e80000;
}
.c07_box .map_wrapper {
	margin-top: 51px;
	text-align: center;
}
.contents07 .c07_text03 {
	color: #fff;
	background-color: #000;
	border-radius: 8px;
	margin: 0 auto;
	padding: 0.16em 40px;
	display: inline-block;
	font-weight: 500;
	font-size: 2.4rem;
	position: relative;
}
.contents07 .c07_text03::before,
.contents07 .c07_text03::after {
	content: "";
	background-color: #000;
	height: 2px;
	width: 126px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.contents07 .c07_text03::before {
	left: -126px;
}
.contents07 .c07_text03::after {
	right: -126px;
}
.contents07 .map_text {
	margin-top: 43px;
	font-size: 2.8rem;
	text-align: left;
}
.contents07 .map_text > * {
	display: inline-block;
}
.contents07 .map_text .floor {
	background-color: #444444;
	color: #fff;
	font-size: 2.4rem;
	padding: 0.12em 1.12em 0.12em 0.5em;
	margin-left: 8px;
	margin-right: 44px;
}
.contents07 .map {
	width: 845px;
	margin-left: 10px;
	margin-top: 30px;
}

/* ================
      contents08
================ */
.contents08 .c08_bg {
	background: #ffd802;
	position: relative;
	z-index: 1;
}
.contents08 .c08_bg::before {
	content: "";
	position: absolute;
	background: url(../../img/c08_bg.png) no-repeat left / contain;
	width: 100%;
	min-width: 1920px;
	height: 26.666vw;
	min-height: 512px;
	top: -510px;
	left: 0;
	right: 0;
	z-index: 2;
}
.contents08 .c08_bg::after {
	content: "";
	background: url(../../img/img06.png) no-repeat center / contain;
	position: absolute;
	width: 1161px;
	height: 1145px;
	top: -1032px;
	left: 133px;
	z-index: 2;
}
.contents08 .c08_wrapper {
	position: relative;
	z-index: 3;
	padding-top: 256px;
	padding-bottom: 88px;
	font-size: 2.4rem;
	line-height: 1.96;
	text-align: center;
}
.contents08 .c08_text {
	position: absolute;
	width: 1062px;
	top: -163px;
	left: calc(50% - 1062px / 2);
	z-index: 4;
}

.contents08 .c08_photo {
	background-color: #e80000;
	width: 1180px;
	margin: 67px auto 0;
	border: 8px solid #e80000;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.c08_photo li img {
	max-width: none;
	width: 100%;
}
.c08_photo > li:nth-child(1),
.c08_photo > li:nth-child(5) {
	width: 33.849%;
}
.c08_photo > li:nth-child(2) {
	width: 30.756%;
}
.c08_photo li > .double {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}
.c08_photo > li:nth-child(3) {
	width: 34.02%;
}
.c08_photo > li:nth-child(4) {
	width: 100%;
	padding: 26px 18px 46px 0;
}
.c08_photo > li:nth-child(4) img {
	width: 96.048%;
}
.c08_photo > li:nth-child(6) {
	width: 65.464%;
}
