@charset "UTF-8";
/*
Theme Name: Moomin Contest 2026
Description: Moomin Contest 2026
Version: 2026.1
Author: YH
*/

/* ------------------------------------------
   Reset
------------------------------------------ */
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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-style: inherit;
    font-weight: inherit;
    font-size: 100%;
    vertical-align: baseline;
}
* {
    outline: none;
}
body {
    line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
ol, ul {
    list-style: none;
}
button {
    padding: 0;
    border: none;
    outline: none;
    font: inherit;
    color: inherit;
    background: none;
}
blockquote {
    quotes: none;
}
blockquote:before, blockquote:after {
    content: '';
    content: none;
}
del {
    text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th {
    text-align: left;
}
a:focus {
    outline: none;
}
a img {
    border: none;
}
input, button, select, textarea {
    border-radius: 0;
}
@media screen and (max-width: 767px) {
    input, button, select, textarea {}
}
/*
Web Fonts
font-family: "Zen Kaku Gothic New", sans-serif;
*/
/* ------------------------------------------
   Style
------------------------------------------ */
body {
    -webkit-font-smoothing: antialiased;
    height: 100%;
    font-size: 16px;
    line-height: 1.5em;
    color: #000;
    -webkit-text-size-adjust: none;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    transition: opacity 1s ease;
    -webkit-print-color-adjust: exact;
    letter-spacing: 0;
    opacity: 0;
}
body.show {
    opacity: 1;
}
body p {
    color: inherit;
    font-size: inherit;
    line-height: 2em;
}
a, a img, button {
    text-decoration: none;
    font-weight: 500;
    color: #000;
    transition: all 0.3s ease;
    overflow-wrap: anywhere;
    word-break: break-all;
    text-align: left;
    cursor: pointer;
}
.pc_view a:hover {
    opacity: 0.75;
}
.pc_view button:hover {
    opacity: 0.75;
}
span {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    /* word-break: keep-all; */
    /* word-wrap: normal; */
    overflow-wrap: break-word;
    letter-spacing: 0;
}
img {
    display: block;
    max-width: 100%;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
h1, h2, h3, h4, h5, h6 {
    line-height: inherit;
    line-height: 1.6em;
}
*[data-view=pc] {
    display: block !important;
}
*[data-view=sp] {
    display: none !important;
}
.outline {
    position: relative;
    min-width: 1000px;
    margin: 0 auto;
}
.main {
    margin: 0 auto;
    position: relative;
    transition: opacity 0.3s ease;
    z-index: 100;
}
.f_en {
    font-family: "Lilita One", sans-serif;
    font-weight: 400;
}
.scrollactive.fadein {
    position: relative;
    top: 20px;
    transition: all ease 1s;
    opacity: 0;
}
.scrollactive.fadein.active {
    opacity: 1;
    top: 0;
}
header {
	background: #fff;
	z-index: 1000;
	position: relative;
	padding-bottom: 1px;
}
header ul {
	display: flex;
	background: #222;
	gap: 24px;
	padding: 1px 25px;
}
header ul li {
	
}
header ul li a {
	display: block;
	font-size: 10px;
	color: #fff;
	line-height: 1.5em;
	padding: 4px 0 5px 0;
}
header .logo {
	display: block;
	width: 73px;
	margin: 20px auto;
}

header .bt_entry {
    display: flex;
    height: 56px;
    width: 190px;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to right, #16d3d8 0%, #A198E6 100%);
    border-radius: 100px;
    margin: 22px 40px 0 36px;
    position: relative;
}
header .bt_entry::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    border-radius: 100px;
    opacity: 0;
    transition: 0.3s ease all;
    mix-blend-mode: overlay;
}
header .bt_entry:hover {
    opacity: 1;
}
header .bt_entry:hover::before {
    opacity: 0.5;
}
header .bt_entry::after {
    content: "";
    display: block;
    background: url(../images/icon_arrow.webp) no-repeat center center / contain;
    width: 13px;
    height: 16px;
    margin-left: 12px;
}
header .bt_entry .f_en {
    font-size: 20px;
    color: #fff;
    display: block;
}
.gmenu .bt_menu {}
footer {
    position: relative;
    z-index: 1000;
    background: #222;
    display: flex;
    align-items: center;
    padding: 20px 70px;
}
footer .logo {
	display: block;
	width: 90px;
}
footer .copyright {
    text-align: center;
    font-size: 14px;
    margin: 14px 0 0 20px;
    color: #ffff;
}
.main {
    position: relative;
    isolation: isolate;
    overflow: hidden;
}
.main .visual {
	background: linear-gradient(to bottom,  rgba(201,254,236,1) 0%,rgba(248,241,207,1) 100%);
	padding-bottom: 150px;
}
.main .visual > .inner {
	background: url(../images/bg_visual1.webp) no-repeat left top / 47% auto, url(../images/bg_visual2.webp) no-repeat right top / 46% auto;
	position: relative;
	aspect-ratio: 1440 / 730;
}
.main .visual h1 {position: absolute;left: 26%;top: calc(51% + 20px);transform: translate(-50%, -50%);width: 31.6%;transition-delay: 0.5s;}
.main .visual h1.active {top: 51%;}
.main .visual .park {position: absolute;left: 70%;top: 49%;transform: translate(-50%, -50%) scale(1.1);width: 55.3%;transition: all ease 1s;opacity: 0;}
.main .visual .park.active {opacity: 1;transform: translate(-50%, -50%) scale(1);}

.main .entry {
	margin-top: -150px;
	background: #fff;
	border-radius: 150px 150px 0 0;
	padding: 94px 0 80px 0;
	position: relative;
}
.main .entry > .inner {
	
}
.main .entry .lead {
	font-size: 28px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 25px;
}
.main .entry .lead > span {
	font-size: 38px;
	font-weight: bold;
	color: #E06225;
	display: inline-block;
	position: relative;
}
.main .entry .lead > span span {
	position: absolute;
	background: #E06225;
	color: #fff;
	font-size: 18px;
	width: 100px;
	line-height: 1em;
	padding: 7px 20px 9px 20px;
	border-radius: 10px;
	left: 50%;
	top: -36px;
	transform: translate(-50%, 0);
}
.main .entry .lead > span span::after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #E06225;
	border-width: 7px;
	margin-left: -7px;
}
.main .entry .bt_entry {
	display: flex;
	width: 720px;
	height: 130px;
	background: url(../images/img_entry.webp) no-repeat left 35px bottom 0px / 206px auto;
	background-color: #F4DB6B;
	margin: 0 auto 0 auto;
	border-radius: 100px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	font-weight: bold;
	color: #284D56;
	line-height: 1.5em;
	position: relative;
	box-shadow: 8px 8px 0 #00000011;
}
.pc_view .main .entry .bt_entry:hover {
	opacity: 1;
	transform: scale(1.03);
}
.main .entry .bt_entry span {
	color: #284D56;
	display: block;
	font-weight: bold;
	font-size: 45px;
	line-height: 1em;
}
.main .entry .bt_entry::after {
	right: 20px;
	top: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #284D56;
	border-width: 14px;
	margin-top: -14px;
	transform: scale(1, 0.65);
}
.main .entry .note {
	text-align: center;
	font-size: 14px;
	margin-top: 34px;
}

.main .gmenu {
    position: absolute;
    width: 100%;
}
.main .gmenu.fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
}
.pc_view .main .gmenu nav {
    opacity: 1 !important;
    display: block !important;
}
.main .gmenu nav {
    display: block;
    background: #315B62;
}
.main .gmenu nav ul {
    display: flex;
    gap: 25px;
    height: 80px;
    align-items: center;
    justify-content: center;
}
.main .gmenu nav ul li {}
.main .gmenu nav ul li a {
    font-size: 17px;
    display: block;
    padding: 5px;
    font-weight: 700;
    color: #fff;
}
.main .gmenu nav ul li.bt_entry a {
	display: flex;
	background-color: #F4DB6B;
	border-radius: 100px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 17px;
	font-weight: bold;
	color: #284D56;
	line-height: 1.5em;
	position: relative;
	box-shadow: 4px 4px 0 #ffe3682b;
	width: 172px;
	height: 43px;
	padding: 0;
}
.main .gmenu nav ul li.bt_entry a::after {
	right: 8px;
	top: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #284D56;
	border-width: 7px;
	margin-top: -7px;
	transform: scale(1, 0.65);
}
.main .content {
	padding-top: 80px;
}
.main .content .intro {padding: 100px 0 0 0;background: url(../images/bg_intro.webp) no-repeat calc(50% + 560px) top / 1142px auto;position: relative;z-index: 100;}
.main .content .intro > .inner {width: calc(100% - 140px);margin: 0 auto 0 auto;height: 800px;position: relative;}
.main .content .intro > .inner::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -65px;
	left: 11%;
	width: 263px;
	height: 342px;
	background: url(../images/img_illust1.webp) no-repeat center center / contain;
}
.main .content .intro .img {position: absolute;left: 0;width: 83%;height: 630px;}
.main .content .intro .img img {border-radius: 130px;}
.main .content .intro .img2 {left: auto;right: 0;top: auto;bottom: -20px;height: 400px;width: 47%;}
.main .content .intro .img2.active {
	bottom: 0;
}
.main .content .intro .img2 img {border-radius: 80px;}
.main .content .sec {
    padding: 110px 0 110px 0;
}
.main .content .sec h2 {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    position: relative;
}
.main .content .sec h2 .f_en {
    color: #284D56;
    display: block;
    font-size: 65px;
    line-height: 1em;
    margin-bottom: 4px;
}
.main .content .about {padding-top: 170px;position: relative;/* overflow: hidden; */padding-bottom: 0;}
.main .content .about::before {
	content: "";
	display: block;
	background: url(../images/bg_about.webp) no-repeat center top / 3000px auto;
	width: 3000px;
	height: 1500px;
	position: absolute;
	left: 50%;
	top: -270px;
	transform: translate(-50%, 0);
}
.main .content .about > .inner {
	position: relative;
	background: #f9f3dd;
	padding-bottom: 110px;
}
.main .content .about > .inner::before,
.main .content .about > .inner::after {
	content: "";
	background: url(../images/bg_cloud1.webp) no-repeat center center / contain;
	width: 671px;
	height: 728px;
	display: block;
	position: absolute;
	left: calc(50% - 1030px);
	top: -80px;
	transform: rotate(245deg);
}
.main .content .about > .inner::after {transform: none;left: calc(50% + 412px);top: 260px;}
.main .content .about .lead {text-align: center;font-size: 30px;font-weight: bold;color: #284D56;line-height: 1.5em;display: flex;flex-direction: column;align-items: center;margin-top: 45px;position: relative;}
.main .content .about .lead span {display: block;font-size: 56px;color: #C9B028;line-height: 1.5em;border-bottom: 6px solid #C9B028;margin-top: 14px;}
.main .content .about .lead::after {
	content: "";
	display: block;
	width: 580px;
	height: 299px;
	background: url(../images/img_illust2.webp) no-repeat center center / contain;
	margin: 50px 0 0 0;
}
.main .content .about .text {text-align: center;font-size: 19px;font-weight: bold;margin-top: 40px;}
.main .content .about .text span {color: #C9B028;}

.main .content .merit {
	position: relative;
}
.main .content .merit::before {
	content: "";
	display: block;
	position: absolute;
	top: -130px;
	right: 5%;
	width: 236px;
	height: 279px;
	background: url(../images/img_illust3.webp) no-repeat center center / contain;
}
.main .content .merit h2 {}
.main .content .merit h2 .f_en {}
.main .content .merit>.inner {
    margin: 40px auto 0 auto;
    padding: 0 3.4%;
}
.main .content .merit .fbox {
    display: flex;
    justify-content: center;
    gap: 36px;
}
.main .content .merit .fbox .box {
    background: #F8F3DB;
    width: calc((100% - 50px) / 2);
    padding: 80px 3% 55px 3%;
    border-radius: 80px;
}
.main .content .merit .fbox .box:nth-child(2) {
    transition-delay: 0.2s;
    background: #F1E8BC;
}
.main .content .merit .fbox .box:nth-child(2) .img {background: #f8f3db;}
.main .content .merit .fbox .box:nth-child(3) {
    transition-delay: 0.4s;
}
.main .content .merit .fbox .box .img {
    width: 204px;
    margin: 0 auto;
    border-radius: 100px;
    background: #F1E8BC;
}
.main .content .merit .fbox .box .img img {}
.main .content .merit .fbox .box .title {
    text-align: center;
    font-weight: bold;
    color: #284D56;
    font-size: 26px;
    line-height: 1.3em;
    margin-top: 24px;
}
.main .content .merit .fbox .box .text {
    font-size: 15px;
    line-height: 1.6em;
    margin-top: 22px;
    font-weight: bold;
}
.main .content .merit .note {
	text-align: center;
	font-size: 18px;
	margin-top: 40px;
}
.main .content .theme {
  background: url(../images/bg_theme.webp) no-repeat center top / 100% auto;
  background-color: #fee3d3;
  padding-bottom: 170px;
}
@media screen and (max-width: 1440px) {
	.main .content .theme {
		background-size: 1440px auto;
	}
}
.main .content .theme h2 {}
.main .content .theme h2 .f_en {}
.main .content .theme>.inner {
    margin: 60px auto 0 auto;
}
.main .content .theme .title {
	display: flex;
	flex-wrap: wrap;
	width: 790px;
	justify-content: center;
	margin: 0 auto;
	text-align: center;
	gap: 15px 30px;
	font-size: 24px;
	color: #E06225;
	font-weight: bold;
	position: relative;
}
.main .content .theme .title::before,
.main .content .theme .title::after {
	content: "";
	display: block;
	position: absolute;
	top: -10px;
	left: -180px;
	width: 137px;
	height: 193px;
	background: url(../images/img_illust4.webp) no-repeat center center / contain;
}
.main .content .theme .title::after {
	background-image: url(../images/img_illust5.webp);
	width: 153px;
	height: 203px;
	left: auto;
	right: -202px;
	top: -32px;
}
.main .content .theme .title span {
	display: block;
	background: #E06225;
	color: #fff;
	font-size: 24px;
	padding: 30px 0;
	border-radius: 30px;
	width: 380px;
	text-align: center;
	font-weight: bold;
}
.main .content .theme .detail {
	margin: 80px auto 0 auto;
	width: 1080px;
	position: relative;
}
.main .content .theme .detail .img {
	position: absolute;
	right: -60px;
	width: 480px;
}
.main .content .theme .detail .img img {
	border-radius: 70px;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.main .content .theme .detail .img2 {
	bottom: -20px;
	top: auto;
	height: 450px;
	left: calc(50% + 30px);
	width: calc(50vw - 30px);
}
.main .content .theme .detail .img2.active {
	bottom: 0;
}
.main .content .theme .detail .img2 img {
	border-radius: 100px 0 0 100px;
}
.main .content .theme .detail .text {
	width: 480px;
	font-size: 16px;
	font-weight: bold;
}
.main .content .theme .detail .text span {color: #E06225;}
.main .content .theme .book {
	background: #fff;
	display: block;
	margin: 70px auto 0 auto;
	width: 980px;
	box-sizing: border-box;
	padding: 50px 60px 70px 60px;
	border-radius: 70px;
}
.main .content .theme .book h3 {
	font-size: 24px;
	font-weight: bold;
	background: url(../images/icon_book.webp) no-repeat left center / 45px auto;
	padding: 12px 0 12px 60px;
}
.main .content .theme .book .fbox {
	display: flex;
	justify-content: space-between;
	margin-top: 23px;
}
.main .content .theme .book .fbox a {
	display: block;
	box-shadow: 8px 8px 0 #00000011;
	background-color: #F4DB6B;
	margin: 0;
	display: block;
	width: calc(50% - 15px);
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	padding: 40px 0;
	border-radius: 100px;
	position: relative;
	/* color: #284D56; */
}
.main .content .theme .book .fbox a::after {
  right: 18px;
  top: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #000;
  border-width: 10px;
  margin-top: -10px;
  transform: scale(1, 0.65);
}

.main .content .overview {
    background: #E1F2F6;
    position: relative;
    padding-top: 236px;
    padding-bottom: 180px;
}
.main .content .overview::before {
	content: "";
	display: block;
	position: absolute;
	top: -72px;
	left: calc(50% - 86px);
	width: 188px;
	height: 260px;
	background: url(../images/img_illust6.webp) no-repeat center center / contain;
}
.main .content .overview::after {
	content: "";
	background: url(../images/bg_cloud2.webp) no-repeat center center / contain;
	width: 607px;
	height: 728px;
	display: block;
	position: absolute;
	left: calc(50% - 680px);
	top: 137px;
}
.main .content .overview h2 {
  position: relative;
  z-index: 100;
}
.main .content .overview h2 .f_en {}
.main .content .overview>.inner {
    max-width: 1060px;
    margin: 69px auto 0 auto;
    background: #fff;
    width: 980px;
    box-sizing: border-box;
    border-radius: 120px;
    padding: 80px 100px 60px 100px;
    position: relative;
    z-index: 100;
}
.main .content .overview>.inner::after {
	content: "";
	display: block;
	position: absolute;
	top: 860px;
	right: -120px;
	width: 283px;
	height: 329px;
	background: url(../images/img_illust7.webp) no-repeat center center / contain;
}
.main .content .overview .title {
	text-align: center;
	font-weight: bold;
	color: #284D56;
	font-size: 20px;
	line-height: 1.8em;
}
.main .content .overview .title span {
	display: block;
	font-size: 16px;
	font-weight: bold;
}
.main .content .overview dl {
    font-size: 14px;
    display: block;
    line-height: 1.8em;
    margin-top: 35px;
}
.main .content .overview dl dt {
    color: #284D56;
    padding: 0;
    border-bottom: 1px solid #adadad69;
    font-weight: bold;
    padding: 5px 0;
    font-size: 16px;
}
.main .content .overview dl dd {
    padding: 10px 0 40px 0;
    line-height: 1.7em;
}
.main .content .overview dl dt:nth-child(1),
.main .content .overview dl dt:nth-child(1)+dd {
    border-top: none;
}
.main .content .overview dl dd>*:nth-child(1) {
    margin-top: 0 !important;
}
.main .content .overview dl dd>*:last-child {
    margin-bottom: 0 !important;
}
.main .content .overview dl dd .text {
    margin: 10px 0;
    line-height: 1.8em;
}
.main .content .overview dl dd .text a {
    color: #2aa056;
    text-decoration: underline;
}
.main .content .overview dl dd ol {
    margin: 10px 0;
}
.main .content .overview dl dd ol li {
    color: #2aa056;
    text-indent: -22px;
    padding-left: 22px;
}
.main .content .overview dl dd .note {
    line-height: 1.6em;
    font-size: 13px;
    font-weight: 400;
    margin: 5px 0;
}
.main .content .overview dl dd ul {
    margin: 10px 0;
}
.main .content .overview dl dd ul li {
    text-indent: -1em;
    padding-left: 1em;
}
/*============================
#flow
============================*/
.main .content .flow {
  background: #E9F5E0;
  position: relative;
  padding-top: 130px;
  padding-bottom: 260px;
}
.main .content .flow::before {
	content: "";
	display: block;
	position: absolute;
	top: -66px;
	left: calc(50% - 636px);
	width: 402px;
	height: 254px;
	background: url(../images/img_illust8.webp) no-repeat center center / contain;
}
.main .content .flow::after {
	content: "";
	background: url(../images/bg_cloud3.webp) no-repeat center center / contain;
	width: 652px;
	height: 648px;
	display: block;
	position: absolute;
	left: calc(50% + 210px);
	top: 373px;
}
.main .content .flow h2 {
    text-align: center;
}
.main .content .flow h2 .f_en {}
.main .content .flow>.inner {
    box-sizing: border-box;
    margin-top: 60px;
}
.main .content .flow .detail {
	width: 720px;
	margin: 0 auto;
	position: relative;
	z-index: 100;
}
.main .content .flow .detail .box {background: #fff;display: flex;justify-content: space-between;height: 70px;align-items: center;border-radius: 20px;border-left: 20px solid #6EA570;padding: 0 20px;position: relative;}
.main .content .flow .detail .box:nth-child(1)::before {
	display: none;
}
.main .content .flow .detail .box::before,
.main .content .flow .detail .box2::before {
	content: "";
	top: -20px;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #6da570;
	border-width: 12px;
	margin-left: -22px;
}
.main .content .flow .detail .box2::before {
	margin-left: -12px;
	top: -24px;
}
.main .content .flow .detail .box + .box {margin-top: 20px;}
.main .content .flow .detail .box .title {font-size: 18px;font-weight: bold;color: #6EA570;}
.main .content .flow .detail .box .date {font-size: 18px;line-height: 1em;font-weight: bold;}
.main .content .flow .detail .box .date .num {font-size: 29px;}
.main .content .flow .detail .box .date .mini {font-size: 14px;display: block;line-height: 1em;text-align: center;margin-top: 6px;}
.main .content .flow .detail .box2 {color: #F4DB6B;text-align: center;background: #6da570;font-weight: bold;font-size: 20px;width: 340px;margin: 24px auto 28px auto;border-radius: 30px;padding: 13px 0;position: relative;}

/*============================
#faq
============================*/
.main .content .faq {
    background: #DCE8EB;
    padding-bottom: 192px;
    position: relative;
}
.main .content .faq::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -41px;
	left: calc(50% - 114px);
	width: 227px;
	height: 150px;
	background: url(../images/img_illust9.webp) no-repeat center center / contain;
}
.main .content .faq h2 {}
.main .content .faq h2 .f_en {}
.main .content .faq>.inner {
    max-width: 1000px;
    margin: 50px auto 0 auto;
}
.main .content .faq ul {
    font-size: 15px;
    line-height: 1.8em;
}
.main .content .faq ul li {border-radius: 20px;overflow: hidden;}
.main .content .faq ul li + li {margin-top: 20px;}
.main .content .faq ul li button {
    padding: 20px 80px 20px 30px;
    position: relative;
    display: block;
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    color: #284D56;
    font-weight: bold;
}
.main .content .faq ul li button:after {
	content: "";
	top: 44%;
	right: 20px;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #284D56;
	border-width: 10px;
	margin-left: -20px;
	transform: scale(0.75, 1);
}
.main .content .faq ul li button.open:after {
    transform: rotate(-180deg) scale(0.75, 1);
    top: 29%;
}
.main .content .faq ul li .detail {
    position: relative;
    display: none;
    background: #ebf2f3;
    padding: 20px 30px 50px 30px;
}
.main .content .faq ul li .detail .text {
    line-height: 1.8em;
    font-size: 14px;
}
.main .content .contact {
    text-align: center;
    padding-bottom: 70px;
    padding-top: 60px;
}
.main .content .contact h2 {
    margin: 40px auto 18px auto;
    width: 120px;
    border-bottom: 1px solid #000;
    font-size: 16px;
    font-weight: normal;
    line-height: 2em;
}
.main .content .contact h2 .f_en {}
.main .content .contact>.inner {}
.main .content .contact .text {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.8em;
}
.main .content .contact .text a {
    color: #000;
    text-decoration: underline;
}
.main .content .contact .title {
    margin: 40px auto 0 auto;
    width: 50px;
    border-bottom: 1px solid #000;
}
.main .content .contact .logo {
    display: block;
    width: 135px;
    margin: 0 auto 0 auto;
    padding: 26px 0 20px 0;
}
.main .content .contact .logo img {}



/**************************************************************/
/** SP ********************************************************/
/**************************************************************/
@media screen and (max-width: 767px) {
    body {
        min-width: 320px;
        overflow: visible !important;
        letter-spacing: 0;
        font-size: 15px;
    }
    body p {
        color: inherit;
        font-size: 15px;
    }
    a:hover {
        opacity: 1;
    }
    *[data-view=pc] {
        display: none !important;
    }
    *[data-view=sp] {
        display: block !important;
    }
    .outline {
        position: relative;
        min-width: 320px;
        padding-bottom: 0 !important;
    }
    .main {
        width: auto;
        margin: 0 auto;
        position: relative;
        /* overflow: hidden; */
    }
    header {
        background: #fff;
        z-index: 1000;
        position: relative;
        padding-bottom: 1px;
    }
    header ul {
        display: flex;
        background: #222;
        gap: 0;
        padding: 0;
    }
    header ul li {
        width: calc(100% / 3);
    }
    header ul li + li {
	border-left: 1px solid #3f3f3f;
	}
    header ul li a {
        display: block;
        font-size: 10px;
        color: #fff;
        line-height: 1.5em;
        padding: 4px 0 5px 0;
        text-align: center;
    }
    header .logo {
        display: block;
        width: 73px;
        margin: 15px auto;
    }

    header .bt_entry {
        display: flex;
        height: 56px;
        width: 190px;
        justify-content: center;
        align-items: center;
        background: linear-gradient(to right, #16d3d8 0%, #A198E6 100%);
        border-radius: 100px;
        margin: 22px 40px 0 36px;
        position: relative;
    }
    header .bt_entry::before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #000;
        border-radius: 100px;
        opacity: 0;
        transition: 0.3s ease all;
        mix-blend-mode: overlay;
    }
    header .bt_entry:hover {
        opacity: 1;
    }
    header .bt_entry:hover::before {
        opacity: 0.5;
    }
    header .bt_entry::after {
        content: "";
        display: block;
        background: url(../images/icon_arrow.webp) no-repeat center center / contain;
        width: 13px;
        height: 16px;
        margin-left: 12px;
    }
    header .bt_entry .f_en {
        font-size: 20px;
        color: #fff;
        display: block;
    }
    .gmenu .bt_menu {}
    footer {
        position: relative;
        z-index: 1000;
        background: #222;
        display: flex;
        align-items: center;
        padding: 14px 5%;
    }
    footer .logo {
        display: block;
        width: 80px;
    }
    footer .copyright {
        text-align: center;
        font-size: 12px;
        margin: 16px 0 0 15px;
        color: #ffff;
    }
    .main {
        position: relative;
        isolation: isolate;
        overflow: hidden;
    }
    .main .visual {
        background: linear-gradient(to bottom,  rgba(201,254,236,1) 0%,rgba(248,241,207,1) 70%);
        padding-bottom: 90px;
    }
    .main .visual > .inner {
        background: url(../images/bg_visual1.webp) no-repeat left top / 47% auto, url(../images/bg_visual2.webp) no-repeat right top / 46% auto;
        position: relative;
        aspect-ratio: initial;
        padding: 32px 0;
    }
    .main .visual h1 {position: relative;left: auto;top: auto;transform: none;width: 320px;margin: 26px auto 0 auto;}
    .main .visual h1.active {top: auto;}
    .main .visual .park {position: relative;left: 1.5%;top: auto;transform: none;width: 370px;margin: 0 auto;transform: scale(1.1);}
    .main .visual .park.active {
	transform: scale(1);
	}

    .main .entry {
        margin-top: -70px;
        background: #fff;
        border-radius: 70px 70px 0 0;
        padding: 60px 0 60px 0;
        position: relative;
    }
    .main .entry > .inner {
        
    }
    .main .entry .lead {
        font-size: 18px;
        text-align: center;
        font-weight: bold;
        margin: 0px 0 70px 0;
        text-indent: 0.6em;
        line-height: 2.3em;
    }
    .main .entry .lead > span {
        font-size: 26px;
        font-weight: bold;
        color: #E06225;
        display: inline-block;
        position: relative;
        text-indent: 0;
    }
    .main .entry .lead > span span {
        position: absolute;
        background: #E06225;
        color: #fff;
        font-size: 15px;
        width: 120px;
        line-height: 1em;
        padding: 7px 0 9px 0;
        border-radius: 10px;
        left: 50%;
        top: auto;
        bottom: -41px;
        transform: translate(-50%, 0);
    }
    .main .entry .lead > span span::after {
        top: auto;
        bottom: 100%;
        left: 50%;
        border: solid transparent;
        content: "";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(136, 183, 213, 0);
        border-bottom-color: #E06225;
        border-width: 5px;
        margin-left: -5px;
    }
    .main .entry .bt_entry {
        display: flex;
        width: 90%;
        height: 100px;
        background: url(../images/img_entry.webp) no-repeat left 2px bottom 0px / 126px auto;
        background-color: #F4DB6B;
        margin: 0 auto 0 auto;
        border-radius: 100px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-size: 15px;
        font-weight: bold;
        color: #284D56;
        line-height: 1.5em;
        position: relative;
        box-shadow: 8px 8px 0 #00000011;
    }
    .pc_view .main .entry .bt_entry:hover {
        opacity: 1;
        transform: scale(1.03);
    }
    .main .entry .bt_entry span {
        color: #284D56;
        display: block;
        font-weight: bold;
        font-size: 36px;
        line-height: 1em;
    }
    .main .entry .bt_entry::after {
        right: 9px;
        top: 50%;
        border: solid transparent;
        content: "";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(136, 183, 213, 0);
        border-left-color: #284D56;
        border-width: 10px;
        margin-top: -10px;
        transform: scale(1, 0.65);
    }
    .main .entry .note {
        text-align: center;
        font-size: 12px;
        margin-top: 28px;
        line-height: 1.8em;
    }

    .main .gmenu {
        position: absolute;
        width: auto;
        top: 0;
        right: 0;
        z-index: 2000;
    }
    .gmenu .bt_menu {
        display: block;
        width: 50px;
        height: 50px;
        margin: 10px 10px 0 0 !important;
        font-size: 12px;
        text-align: center;
        box-sizing: border-box;
        z-index: 1000;
        overflow: hidden;
        padding-top: 0;
        position: relative;
        margin-left: auto;
        background: #000;
        border-radius: 100px;
    }
    .gmenu .bt_menu::before, .gmenu .bt_menu::after, .gmenu .bt_menu span::before {
        display: block;
        position: absolute;
        content: "";
        width: 23px;
        height: 1px;
        background: #fff;
        top: 50%;
        left: 14px;
        transition: all 0.3s ease;
        margin-top: 7px;
    }
    .gmenu .bt_menu::after {
        margin-top: -7px;
    }
    .gmenu .bt_menu span::before {
        margin: 0;
    }
    .gmenu .bt_menu.open span::before {
        opacity: 0;
    }
    .gmenu .bt_menu.open::before {
        transform: rotate(135deg);
        left: 14px;
        margin: 0;
    }
    .gmenu .bt_menu.open::after {
        transform: rotate(-135deg);
        left: 14px;
        margin: 0;
    }
    .gmenu .bt_menu span {
        display: block;
        text-indent: -9999px;
        overflow: hidden;
        height: 100%;
    }
    .main .gmenu.fixed {
        position: fixed;
        top: 0;
        right: 0;
        left: auto;
        z-index: 1000;
    }
    .pc_view .main .gmenu {
        opacity: 1 !important;
        display: block !important;
    }
    .main .gmenu nav {
        display: block;
        position: absolute;
        width: 220px;
        right: 0;
        top: 0;
        padding: 73px 0 60px 0;
        border-radius: 0 0 0 50px;
        display: none;
    }
    .main .gmenu nav ul {
        display: flex;
        gap: 10px;
        height: auto;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .main .gmenu nav ul li {}
    .main .gmenu nav ul li a {
        font-size: 15px;
        display: block;
        padding: 5px;
        font-weight: 700;
        color: #fff;
    }
    .main .gmenu nav ul li.bt_entry {
		margin-top: 10px
	}
    .main .gmenu nav ul li.bt_entry a {
        display: flex;
        background-color: #F4DB6B;
        border-radius: 100px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-size: 15px;
        font-weight: bold;
        color: #284D56;
        line-height: 1.5em;
        position: relative;
        box-shadow: 4px 4px 0 #ffe3682b;
        width: 160px;
        height: 43px;
        padding: 0;
    }
    .main .gmenu nav ul li.bt_entry a::after {
        right: 8px;
        top: 50%;
        border: solid transparent;
        content: "";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(136, 183, 213, 0);
        border-left-color: #284D56;
        border-width: 7px;
        margin-top: -7px;
        transform: scale(1, 0.65);
    }
    .main .content {
        padding-top: 0;
    }
    .main .content .intro {padding: 125px 0 0 0;background: url(../images/bg_intro.webp) no-repeat calc(50% + 180px) top / 520px auto;position: relative;z-index: 100;}
    .main .content .intro::before {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 300px;
		background: linear-gradient(to bottom,  rgba(187,227,252,0.3) 0%,rgba(187,227,252,0) 100%);
	}
    .main .content .intro > .inner {width: 90%;margin: 0 auto 0 auto;height: 360px;position: relative;}
    .main .content .intro > .inner::after {
        content: "";
        display: block;
        position: absolute;
        bottom: -75px;
        left: 3%;
        width: 133px;
        height: 172px;
        background: url(../images/img_illust1.webp?v=1) no-repeat center center / contain;
    }
    .main .content .intro .img {position: absolute;left: 0;width: 83%;height: 240px;}
    .main .content .intro .img img {border-radius: 40px;object-position: left center;}
    .main .content .intro .img2 {left: auto;right: 0;top: auto;bottom: -20px;height: 150px;width: 70%;}
    .main .content .intro .img2.active {
        bottom: 0;
    }
    .main .content .intro .img2 img {border-radius: 30px;}
    .main .content .sec {
        padding: 70px 0 70px 0;
    }
    .main .content .sec h2 {
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        position: relative;
    }
    .main .content .sec h2 .f_en {
        color: #284D56;
        display: block;
        font-size: 46px;
        line-height: 1em;
        margin-bottom: 2px;
    }
    .main .content .about {padding-top: 210px;position: relative;overflow: hidden;margin-top: -40px;padding-bottom: 0;}
    .main .content .about::before {
        content: "";
        display: block;
        background: url(../images/bg_about.webp) no-repeat center top / 1200px auto;
        width: 1200px;
        height: 1782px;
        position: absolute;
        left: 50%;
        top: 10px;
        transform: translate(-50%, 0);
    }
    .main .content .about > .inner {
        position: relative;
        background: #f9f3dd;
        padding-bottom: 130px;
    }
    .main .content .about > .inner::before,
    .main .content .about > .inner::after {
        content: "";
        background: url(../images/bg_cloud1.webp) no-repeat center center / contain;
        width: 671px;
        height: 728px;
        display: block;
        position: absolute;
        left: calc(50% - 1030px);
        top: -80px;
        transform: rotate(245deg);
    }
    .main .content .about > .inner::after {transform: none;left: calc(50% + 412px);top: 260px;}
    .main .content .about .lead {text-align: center;font-size: 20px;font-weight: bold;color: #284D56;line-height: 1.5em;display: flex;flex-direction: column;align-items: center;margin-top: 45px;position: relative;}
    .main .content .about .lead span {display: block;font-size: 38px;color: #C9B028;line-height: 1.5em;border-bottom: 5px solid #C9B028;margin-top: 9px;}
    .main .content .about .lead::after {
        content: "";
        display: block;
        width: 300px;
        height: 159px;
        background: url(../images/img_illust2.webp) no-repeat center center / contain;
        margin: 38px 0 0 0;
    }
    .main .content .about .text {text-align: center;font-size: 15px;font-weight: bold;margin-top: 40px;text-align: left;padding: 0 5%;}
    .main .content .about .text span {color: #C9B028;}

    .main .content .merit {
        position: relative;
        padding-top: 130px;
    }
    .main .content .merit::before {
        content: "";
        display: block;
        position: absolute;
        top: -90px;
        right: auto;
        left: calc(50% - 69px);
        width: 146px;
        height: 174px;
        background: url(../images/img_illust3.webp) no-repeat center center / contain;
    }
    .main .content .merit h2 {}
    .main .content .merit h2 .f_en {}
    .main .content .merit>.inner {
        margin: 35px auto 0 auto;
        padding: 0 5%;
    }
    .main .content .merit .fbox {
        display: flex;
        justify-content: center;
        gap: 30px;
        flex-direction: column;
    }
    .main .content .merit .fbox .box {
        background: #F8F3DB;
        width: auto;
        padding: 40px 25px 40px 25px;
        border-radius: 40px;
    }
    .main .content .merit .fbox .box:nth-child(2) {
        transition-delay: 0s;
        background: #F1E8BC;
    }
    .main .content .merit .fbox .box:nth-child(2) .img {background: #f8f3db;}
    .main .content .merit .fbox .box:nth-child(3) {
        transition-delay: 0s;
    }
    .main .content .merit .fbox .box .img {
        width: 150px;
        margin: 0 auto;
        border-radius: 100px;
        background: #F1E8BC;
    }
    .main .content .merit .fbox .box .img img {}
    .main .content .merit .fbox .box .title {
        text-align: center;
        font-weight: bold;
        color: #284D56;
        font-size: 22px;
        line-height: 1.3em;
        margin-top: 20px;
    }
    .main .content .merit .fbox .box .text {
        font-size: 14px;
        line-height: 1.6em;
        margin-top: 18px;
        font-weight: bold;
    }
    .main .content .merit .note {
        text-align: center;
        font-size: 13px;
        margin-top: 35px;
    }
    .main .content .theme {
    background: url(../images/bg_theme.webp) no-repeat center top / 100% auto;
    background-color: #fee3d3;
    padding-bottom: 100px;
    }
    @media screen and (max-width: 1440px) {
        .main .content .theme {
            background-size: 760px auto;
            background-position: center -70px;
        }
    }
    .main .content .theme h2 {}
    .main .content .theme h2 .f_en {}
    .main .content .theme>.inner {
        margin: 45px auto 0 auto;
    }
    .main .content .theme .title {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
        width: 90%;
        justify-content: center;
        margin: 0 auto;
        text-align: center;
        gap: 15px 30px;
        font-size: 18px;
        color: #E06225;
        font-weight: bold;
        position: relative;
        padding-bottom: 179px;
    }
    .main .content .theme .title::before,
    .main .content .theme .title::after {
        content: "";
        display: block;
        position: absolute;
        top: auto;
        bottom: 0;
        left: calc(50% - 126px);
        width: 97px;
        height: 145px;
        background: url(../images/img_illust4.webp) no-repeat center center / contain;
    }
    .main .content .theme .title::after {
        background-image: url(../images/img_illust5.webp);
        width: 110px;
        height: 149px;
        left: calc(50% + 13px);
        right: auto;
        top: auto;
    }
    .main .content .theme .title span {
        display: block;
        background: #E06225;
        color: #fff;
        font-size: 18px;
        padding: 16px 0;
        border-radius: 20px;
        width: 80%;
        text-align: center;
        font-weight: bold;
    }
    .main .content .theme .detail {
        margin: 40px auto 0 auto;
        width: 90%;
        position: relative;
    }
    .main .content .theme .detail .img {
        position: relative;
        right: auto;
        width: 72%;
        left: -5vw;
    }
    .main .content .theme .detail .img img {
        border-radius: 0 30px 30px 0;
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    .main .content .theme .detail .img2 {
        bottom: -20px;
        top: auto;
        height: 230px;
        left: 5vw;
        width: 90vw;
        margin-top: 30px;
    }
    .main .content .theme .detail .img2.active {
        bottom: 0;
    }
    .main .content .theme .detail .img2 img {
        border-radius: 50px 0 0 40px;
    }
    .main .content .theme .detail .text {
        width: auto;
        font-size: 15px;
        font-weight: bold;
        margin: 0 0 32px 0;
    }
    .main .content .theme .detail .text span {color: #E06225;}
    .main .content .theme .book {
        background: #fff;
        display: block;
        margin: 50px auto 0 auto;
        width: 90%;
        box-sizing: border-box;
        padding: 40px 20px 45px 20px;
        border-radius: 40px;
    }
    .main .content .theme .book h3 {
        font-size: 18px;
        font-weight: bold;
        background: url(../images/icon_book.webp) no-repeat left center / 31px auto;
        padding: 5px 0 6px 46px;
    }
    .main .content .theme .book .fbox {
        display: flex;
        justify-content: space-between;
        margin-top: 23px;
        flex-direction: column;
        flex-direction: column;
        gap: 20px;
    }
    .main .content .theme .book .fbox a {
        display: block;
        box-shadow: 8px 8px 0 #00000011;
        background-color: #F4DB6B;
        margin: 0;
        display: block;
        width: auto;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
        padding: 21px 0;
        border-radius: 100px;
        position: relative;
        /* color: #284D56; */
    }
    .main .content .theme .book .fbox a::after {
    right: 18px;
    top: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #000;
    border-width: 10px;
    margin-top: -10px;
    transform: scale(1, 0.65);
    }

    .main .content .overview {
        background: #E1F2F6;
        position: relative;
        padding-top: 158px;
        padding-bottom: 130px;
    }
    .main .content .overview::before {
        content: "";
        display: block;
        position: absolute;
        top: -51px;
        left: calc(50% - 59px);
        width: 118px;
        height: 168px;
        background: url(../images/img_illust6.webp) no-repeat center center / contain;
    }
    .main .content .overview::after {
        content: "";
        background: url(../images/bg_cloud2.webp) no-repeat center center / contain;
        width: 297px;
        height: 468px;
        display: block;
        position: absolute;
        left: calc(50% - 350px);
        top: 47px;
    }
    .main .content .overview h2 {
    position: relative;
    z-index: 100;
    }
    .main .content .overview h2 .f_en {}
    .main .content .overview>.inner {
        max-width: 90%;
        margin: 30px auto 0 auto;
        background: #fff;
        width: 980px;
        box-sizing: border-box;
        border-radius: 40px;
        padding: 50px 20px 20px 20px;
        position: relative;
        z-index: 100;
    }
    .main .content .overview>.inner::after {
        content: "";
        display: block;
        position: absolute;
        top: 860px;
        right: -120px;
        width: 283px;
        height: 329px;
        background: url(../images/img_illust7.webp) no-repeat center center / contain;
        display: none;
    }
    .main .content .overview .title {
        text-align: center;
        font-weight: bold;
        color: #284D56;
        font-size: 18px;
        line-height: 1.8em;
    }
    .main .content .overview .title span {
        display: block;
        font-size: 14px;
        font-weight: bold;
        line-height: 1.6em;
        margin-top: 5px;
    }
    .main .content .overview dl {
        font-size: 15px;
        display: block;
        line-height: 1.8em;
        margin-top: 35px;
    }
    .main .content .overview dl dt {
        color: #284D56;
        padding: 0;
        border-bottom: 1px solid #adadad69;
        font-weight: bold;
        padding: 5px 0;
        font-size: 15px;
    }
    .main .content .overview dl dd {
        padding: 10px 0 40px 0;
        line-height: 1.7em;
    }
    .main .content .overview dl dt:nth-child(1),
    .main .content .overview dl dt:nth-child(1)+dd {
        border-top: none;
    }
    .main .content .overview dl dd>*:nth-child(1) {
        margin-top: 0 !important;
    }
    .main .content .overview dl dd>*:last-child {
        margin-bottom: 0 !important;
    }
    .main .content .overview dl dd .text {
        margin: 10px 0;
        line-height: 1.8em;
    }
    .main .content .overview dl dd .text a {
        color: #2aa056;
        text-decoration: underline;
    }
    .main .content .overview dl dd ol {
        margin: 10px 0;
    }
    .main .content .overview dl dd ol li {
        color: #2aa056;
        text-indent: -22px;
        padding-left: 22px;
    }
    .main .content .overview dl dd .note {
        line-height: 1.6em;
        font-size: 13px;
        font-weight: 400;
        margin: 5px 0;
    }
    .main .content .overview dl dd ul {
        margin: 10px 0;
    }
    .main .content .overview dl dd ul li {
        text-indent: -1em;
        padding-left: 1em;
    }
    /*============================
    #flow
    ============================*/
    .main .content .flow {
    background: #E9F5E0;
    position: relative;
    padding-top: 150px;
    padding-bottom: 140px;
    }
    .main .content .flow::before {
        content: "";
        display: block;
        position: absolute;
        top: -56px;
        left: calc(50% - 130px);
        width: 242px;
        height: 154px;
        background: url(../images/img_illust8.webp) no-repeat center center / contain;
    }
    .main .content .flow::after {
        content: "";
        background: url(../images/bg_cloud3.webp) no-repeat center center / contain;
        width: 652px;
        height: 648px;
        display: block;
        position: absolute;
        left: calc(50% + 210px);
        top: 373px;
    }
    .main .content .flow h2 {
        text-align: center;
    }
    .main .content .flow h2 .f_en {}
    .main .content .flow>.inner {
        box-sizing: border-box;
        margin-top: 40px;
    }
    .main .content .flow .detail {
        width: 90%;
        margin: 0 auto;
        position: relative;
        z-index: 100;
    }
    .main .content .flow .detail .box {background: #fff;display: flex;justify-content: space-between;height: auto;align-items: center;border-radius: 10px;border-left: 10px solid #6EA570;padding: 10px 10px 20px 0;position: relative;flex-direction: column;}
    .main .content .flow .detail .box:nth-child(1)::before {
        display: none;
    }
    .main .content .flow .detail .box::before,
    .main .content .flow .detail .box2::before {
        content: "";
        top: -20px;
        left: 50%;
        border: solid transparent;
        content: "";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(136, 183, 213, 0);
        border-top-color: #6da570;
        border-width: 12px;
        margin-left: -16px;
    }
    .main .content .flow .detail .box2::before {
        margin-left: -12px;
        top: -24px;
    }
    .main .content .flow .detail .box + .box {margin-top: 20px;}
    .main .content .flow .detail .box .title {font-size: 15px;font-weight: bold;color: #6EA570;}
    .main .content .flow .detail .box .date {font-size: 18px;line-height: 1em;font-weight: bold;margin-top: 5px;}
    .main .content .flow .detail .box .date .num {font-size: 29px;}
    .main .content .flow .detail .box .date .mini {font-size: 14px;display: inline-block;line-height: 1em;text-align: center;margin: 0 0 0 6px;}
    .main .content .flow .detail .box2 {color: #F4DB6B;text-align: center;background: #6da570;font-weight: bold;font-size: 18px;width: 230px;margin: 24px auto 28px auto;border-radius: 30px;padding: 9px 0;position: relative;}

    /*============================
    #faq
    ============================*/
    .main .content .faq {
        background: #DCE8EB;
        padding-bottom: 146px;
        position: relative;
    }
    .main .content .faq::after {
        content: "";
        display: block;
        position: absolute;
        bottom: -30px;
        left: calc(50% - 89px);
        width: 178px;
        height: 119px;
        background: url(../images/img_illust9.webp) no-repeat center center / contain;
    }
    .main .content .faq h2 {}
    .main .content .faq h2 .f_en {}
    .main .content .faq>.inner {
        max-width: 90%;
        margin: 30px auto 0 auto;
    }
    .main .content .faq ul {
        font-size: 15px;
        line-height: 1.8em;
    }
    .main .content .faq ul li {border-radius: 10px;overflow: hidden;}
    .main .content .faq ul li + li {margin-top: 15px;}
    .main .content .faq ul li button {
        padding: 20px 50px 20px 20px;
        position: relative;
        display: block;
        width: 100%;
        box-sizing: border-box;
        background: #fff;
        color: #284D56;
        font-weight: bold;
        line-height: 1.6em;
    }
    .main .content .faq ul li button:after {
        content: "";
        top: 44%;
        right: 14px;
        border: solid transparent;
        content: "";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(136, 183, 213, 0);
        border-top-color: #284D56;
        border-width: 8px;
        margin-left: -20px;
        transform: scale(0.75, 1);
    }
    .main .content .faq ul li button.open:after {
        transform: rotate(-180deg) scale(0.75, 1);
        top: 32%;
    }
    .main .content .faq ul li .detail {
        position: relative;
        display: none;
        background: #ebf2f3;
        padding: 15px 20px 30px 20px;
    }
    .main .content .faq ul li .detail .text {
        line-height: 1.6em;
        font-size: 14px;
    }
    .main .content .contact {
        text-align: center;
        padding-bottom: 60px;
        padding-top: 50px;
    }
    .main .content .contact h2 {
        margin: 40px auto 18px auto;
        width: 120px;
        border-bottom: 1px solid #000;
        font-size: 16px;
        font-weight: normal;
        line-height: 2em;
    }
    .main .content .contact h2 .f_en {}
    .main .content .contact>.inner {}
    .main .content .contact .text {
        font-size: 15px;
        font-weight: 500;
        line-height: 1.8em;
    }
    .main .content .contact .text a {
        color: #000;
        text-decoration: underline;
    }
    .main .content .contact .title {
        margin: 40px auto 0 auto;
        width: 50px;
        border-bottom: 1px solid #000;
    }
    .main .content .contact .logo {
        display: block;
        width: 135px;
    }
    .main .content .contact .logo img {}
}