@charset "UTF-8";

/* ---------------------------------------------------------
	CSS Document slider
--------------------------------------------------------- */

#slider figure {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	pointer-events: none;
}

#slider img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#slider:before {
	content: '';
	width: 100%;
	height: 50px;
	overflow: hidden;
	background: url(../images/navi_pc_island.svg) no-repeat top / 100% auto;
	position: absolute;
	bottom: -3px;
	left: 0;
	z-index: 4;
}

#slider:after {
	content: '';
	width: 64px;
	height: 50px;
	overflow: hidden;
	background: url(../images/navi_pc_ill1.svg) no-repeat top / auto 100%;
	position: absolute;
	bottom: 12px;
	right: 10vw;
	z-index: 4;
}

#visual {
	width: 100%;
	height: 133.33vw;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

#visual .slider_ill {
	position: absolute;
	bottom: 20vw;
	left: 8vw;
	z-index: 4;
}

/* ---------------------------------------------------------
	CSS Document main
--------------------------------------------------------- */

#main {
	display: block;
	margin-top: 133.33vw;
	padding: 0 5vw;
	position: relative;
}

#main:after {
	content: '';
	width: 100%;
	height: 5vw;
	overflow: hidden;
	background: url(../images/main_bg.svg) repeat-x top / 150% auto;
	position: fixed;
	position: absolute;
	bottom: 0;
	right: 0;
}

#main .main_w {
	margin-bottom: 5vw;
	text-align: left;
	position: relative;
}

#main .main_a {
	margin-bottom: 8vw;
	text-align: right;
	position: relative;
}

#main .main_p {
	text-align: left;
	position: relative;
}

#main .main_w a,
#main .main_a a,
#main .main_p a {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	text-decoration: none;
	font-size: 3.5vw;
	line-height: 1;
	color: #fff;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#main .main_copy {
	margin-bottom: 3vw;
}

#main .main_lead {
	margin-bottom: 3vw;
}

#main .main_name {
	height: 8vw;
	font-size: 0;
}

#main .main_name img {
	width: auto;
	height: 5vw;
}

#main .img {
	width: 50vw;
	margin: 0 auto;
	position: relative;
}

#main .img img {
	width: 100%;
	height: auto;
	aspect-ratio: 172 / 125;
	object-fit: cover;
}

/* main_more */
#main .main_more {
	border-radius: 1.5em;
	padding: 0.5em 1.1em;
	background: #fff;
	font-size: 3vw;
	white-space: nowrap;
	letter-spacing: -0.05em;
	color: #23B8CD;
	position: absolute;
	top: 1vw;
}

#main .main_more:before {
	content: '';
	width: 0;
	height: 0;
	border: solid 4px transparent;
	border-top: solid 12px #fff;
	position: absolute;
	bottom: -13px;
}

#main .main_w .main_more {
	color: #ee86b4;
	left: 90%;
}

#main .main_w .main_more:before {
	left: 10px;
	transform: rotate(15deg);
}

#main .main_a .main_more {
	color: #f9be27;
	right: 90%;
}

#main .main_a .main_more:before {
	right: 10px;
	transform: rotate(-15deg);
}

#main .main_p .main_more {
	color: #ED6F2D;
	left: 90%;
}

#main .main_p .main_more:before {
	left: 10px;
	transform: rotate(15deg);
}

/* cloud */
#main .main_w .cloud {
	width: 16vw;
	position: absolute;
	top: 5vw;
	right: 0;
}

#main .main_a .cloud {
	width: 22vw;
	height: auto;
	position: absolute;
	top: 8vw;
	left: 1vw;
}

#main .main_a .cloud img {
	height: auto;
	aspect-ratio: 97 / 170;
	object-fit: cover;
}

#main .main_p .cloud {
	width: 22vw;
	position: absolute;
	bottom: 5vw;
	right: 0;
}

/* cloud */
#main .main_island {
	margin-top: 5vw;
}

#main .main_island img {
	width: 80vw;
	height: auto;
	aspect-ratio: 425 / 275;
	object-fit: cover;
}

#main .main_boat {
	width: 30vw;
	position: absolute;
	bottom: 5px;
	left: 2%;
	z-index: 2;
}

#main .main_boat img {
	width: 100%;
	height: auto;
	aspect-ratio: 507 / 185;
	object-fit: cover;
}

/* ---------------------------------------------------------
	CSS Document entry
--------------------------------------------------------- */

#entry {
	padding: 8vw 0 1px;
	background: var(--blue);
	color: #fff;
	position: relative;
	z-index: 0;
}

#entry .entry_ill {
	position: absolute;
	top: 5vw;
	left: 0;
}

#entry h2 {
	margin-bottom: 6vw;
}

#entry h2 .year {
	display: block;
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 24px;
}

#entry h2 .img img {
	width: 65%;
	aspect-ratio: 479 / 298;
	object-fit: cover;
}

#entry p {
	margin: 0 5vw 5vw;
}

#entry .entry_bottom {
	transform: translateY(15px);
}

#entry .entry_bottom img {
	width: 100%;
	height: auto;
	aspect-ratio: 750 / 80;
	object-fit: cover;
}

/* ---------------------------------------------------------
	CSS Document news
--------------------------------------------------------- */

#news {
	padding: 15vw 5vw 15vw;
	background: #fff;
}

#news .h2_blue img {
	height: 26px;
}

#news .news-list {
	margin-bottom: 30px;
}

#news article:not(:last-of-type) {
	margin-bottom: 5vw;
	padding-bottom: 5vw;
	border-bottom: solid 1px var(--bg-color);
}

#news article a {
	display: block;
	text-decoration: none;
	color: var(--text-color);
}

#news time {
	display: flex;
	align-items: center;
	gap: 2vw;
	margin-bottom: 5px;
	font-weight: 700;
	font-size: 18px;
	line-height: 1;
	color: var(--blue);
}

#news h3 {
	text-align: left;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.5;
}

/* ---------------------------------------------------------
	CSS Document about
--------------------------------------------------------- */

#about {
	margin: 10vw 5vw 17vw;
	text-align: left;
	color: #fff;
}

#about figure {
	text-align: right;
}

#about figure img {
	width: 51vw;
	height: auto;
	aspect-ratio: 361 / 239;
	object-fit: cover;
}

#about h2 {
	margin-top: -18vw;
	margin-bottom: 5vw;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.6;
}

/* ---------------------------------------------------------
	CSS Document goal
--------------------------------------------------------- */

#goal {
	margin-bottom: 15vw;
	padding: 15vw 5vw 15vw;
	background: #fff;
}

#goal p {
	margin-bottom: 5vw;
	text-align: left;
}

#goal ol {
	display: flex;
	flex-wrap: wrap;
}

#goal li {
	width: 50%;
}

#goal li:first-of-type {
	width: 100%;
}

#goal li img {
	width: 100%;
	height: auto;
	aspect-ratio: 250 / 200;
	object-fit: cover;
}

#goal li:first-of-type img {
	aspect-ratio: 500 / 200;
}

/* ---------------------------------------------------------
	CSS Document faq
--------------------------------------------------------- */

#faq {
	margin: 0 5vw 20vw;
}

.faq_item {
	overflow: hidden;
	margin-bottom: 15px;
	border-radius: 8px;
	border: 1px solid #e0e0e0;
	background: #fff;
	text-align: left;
}

.faq_question {
	display: flex;
	align-items: center;
	padding: 15px;
	font-weight: 700;
	line-height: 1.5;
	cursor: pointer;
}

.faq_question::-webkit-details-marker {
	display: none;
}

details[open] .faq_question {
	background-color: rgba(183, 227, 235, 0.3);
}

.q_icon, .a_icon {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	margin-right: 12px;
	padding-left: 0.1em;
	border-radius: 100%;
	font-weight: 700;
	flex-shrink: 0;
}

.q_icon {
	background-color: var(--orange);
	color: #fff;
}

.a_icon {
	background-color: var(--blue);
	color: #fff;
}

.faq_answer {
	display: flex;
	padding: 20px 15px;
	background: #fff;
	border-top: 1px solid #e0e0e0;
	font-size: 14px;
}

.faq_answer .lead {
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.5;
}

.faq_answer p strong {
	font-weight: 700;
	color: var(--blue);
}

.faq_answer li {
	margin-left: 1.5em;
	list-style: disc;
}

.faq_answer hr {
	height: 1px;
	margin: 20px 0;
	border: 0;
	background: #ddd;
}

/* ---------------------------------------------------------
	CSS Document access
--------------------------------------------------------- */

#access {
	margin: 0 5vw 10vw;
	color: #fff;
}

#access .head {
	display: flex;
	align-items: center;
	gap: 0.8em;
	margin-bottom: 15px;
}

#access .icon {
	width: 10vw;
	aspect-ratio: 60 / 60;
	object-fit: cover;
}

#access h3 {
	font-weight: 700;
	font-size: 5.5vw;
	line-height: 1.7;
}

#access p {
	margin-bottom: 50px;
	margin-left: calc(10vw + 0.8em);
	text-align: left;
}

#access figure {
	margin-bottom: 30px;
}

#access figure img {
	aspect-ratio: 676 / 700;
	object-fit: cover;
}

#access .btn img {
	margin-right: 0.2em;
}
