@charset "UTF-8";
/* Reset */
/*-----------------------------------------------*/
html {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  width: auto !important;
  width: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}

body {
  border: 0;
  outline: 0;
  font-style: inherit;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: 0.03em;
  vertical-align: baseline;
  color: #143038;
  box-sizing: padding-box;
  background-color: #DDF0F2;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
:root {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
  list-style-position: inside;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
  word-break: break-all;
}

a {
  text-decoration: none;
  color: #E0A53B;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: all 0.25s ease-out;
}
a.decoration {
  text-decoration: underline;
}
a.decoration:visited, a.decoration:focus, a.decoration:active {
  text-decoration: underline;
  outline: none;
}
a:visited, a:focus, a:active {
  text-decoration: none;
  color: #E0A53B;
  outline: none;
}

*:focus {
  outline: none;
}

/* clearfix */
/*-----------------------------------------------*/
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

/* section text margin style */
/*-----------------------------------------------*/
.centerize {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

img {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  transition: all 0.25s ease-out;
  image-rendering: -webkit-optimize-contrast;
}

.center {
  text-align: center !important;
}

.right {
  text-align: right !important;
}

.left {
  text-align: left !important;
}

.clear {
  clear: both;
}

.bold {
  font-weight: bold !important;
}

.hide {
  display: none !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb05em {
  margin-bottom: 0.5em !important;
}

.mb1em {
  margin-bottom: 1em !important;
}

.mb2em {
  margin-bottom: 2em !important;
}

.mb3em {
  margin-bottom: 3em !important;
}

.pt1em {
  padding-top: 1em !important;
}

.pt2em {
  padding-top: 2em !important;
}

.pt3em {
  padding-top: 3em !important;
}

@media print, screen and (min-width: 481px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media print {
  header#masthead, #mastfoot {
    display: none;
  }
}
:root {
  --container-width: 100%;
}
@media print, screen and (min-width: 481px) {
  :root {
    --container-width: 480px;
  }
}

/* ----------------------------------------
	body
---------------------------------------- */
body.fixed {
  overflow: hidden;
}

body {
  font-family: "Noto Sans", sans-serif;
}

.bgPc {
  width: 100%;
}
.bgPc_left, .bgPc_right {
  position: fixed;
  top: 0;
  left: 0;
  width: calc((100% - var(--container-width)) / 2);
  height: 100vh;
}
.bgPc_left img, .bgPc_right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bgPc_right {
  background-image: url(../images/common/bgpc_right.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  left: auto;
  right: 0;
}
.bgPc_right .container_r {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  max-width: 300px;
}
@media screen and (max-width: 1150px) {
  .bgPc_right .container_r {
    display: none;
  }
}
.bgPc_right .container_r ul.gnav li {
  position: relative;
  width: 220px;
  padding: 55px 0 0px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
}
.bgPc_right .container_r ul.gnav li a {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  color: inherit;
  text-decoration: none;
}
.bgPc_right .container_r ul.gnav li a:hover {
  opacity: 0.8;
}
.bgPc_right .container_r ul.gnav li::after {
  content: "›";
  position: absolute;
  z-index: 2;
  background-color: #0e4d5c;
  color: #fff;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 16px;
  right: 0;
  padding-bottom: 3px;
  z-index: 0;
}
.bgPc_right .container_r ul.gnav li::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 8px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 8'%3E%3Cpath fill='%23fff' d='M12 3.9c.07-.04.07-.14 0-.18-.95-.56-6.24-3.66-8.12-3.66C1.81.06.14 1.74.14 3.81s1.68 3.74 3.74 3.74c1.88 0 7.17-3.09 8.12-3.66Z'/%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-size: 15px 8px;
}
.bgPc_left {
  background-image: url(../images/common/bgpc_left.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.bgPc_left .container_l {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 325px;
}
@media screen and (max-width: 1150px) {
  .bgPc_left .container_l {
    display: none;
  }
}
.bgPc_left .container_l .box_img {
  display: flex;
  align-items: center;
  gap: 10px;
}
.bgPc_left .container_l .box_img img.w78 {
  width: 78px;
}
.bgPc_left .container_l .box_img img.w215 {
  width: 215px;
}
.bgPc_left .container_l .tx_add {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 16px;
  margin: 30px 0;
}
.bgPc_left .container_l .tx_add span {
  font-weight: 500;
  font-size: 14px;
}

#container {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: var(--container-width);
  height: 100%;
  background-size: 100% auto;
  overflow: hidden;
}

/* ----------------------------------------
	header
---------------------------------------- */
header#masthead {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 16px 20px 0;
  text-align: center;
  background: radial-gradient(120% 75% at 82% -5%, #1c7990 0%, rgba(28, 121, 144, 0) 58%), radial-gradient(95% 70% at -10% 105%, #0c4655 0%, rgba(12, 70, 85, 0) 55%), linear-gradient(165deg, #182022 0%, #0E4D5C 52%, #082E37 100%);
  height: 980px;
}
header#masthead .container_top,
header#masthead .visual_home,
header#masthead .tx_top,
header#masthead .box_akuan {
  position: relative;
  z-index: 1;
}
header#masthead {
  /* 泡全体 */
}
header#masthead .bubblebar {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}
header#masthead {
  /* 泡 */
}
header#masthead .bubble {
  position: absolute;
  bottom: -40px;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.55);
  box-shadow: inset 3px 3px 5px rgba(255, 255, 255, 0.45), 0 0 8px rgba(255, 255, 255, 0.15);
  animation: bubbleUp 6s ease-in infinite;
}
header#masthead .bubble:nth-child(1) {
  width: 22px;
  height: 22px;
  left: 10%;
  animation-duration: 5s;
  animation-delay: 1s;
}
header#masthead .bubble:nth-child(2) {
  width: 16px;
  height: 16px;
  left: 25%;
  animation-duration: 7s;
  animation-delay: 3s;
}
header#masthead .bubble:nth-child(3) {
  width: 21px;
  height: 21px;
  left: 38%;
  animation-duration: 6s;
  animation-delay: 2s;
}
header#masthead .bubble:nth-child(4) {
  width: 15px;
  height: 15px;
  left: 46%;
  animation-duration: 6.5s;
  animation-delay: 1.5s;
}
header#masthead .bubble:nth-child(5) {
  width: 17px;
  height: 17px;
  left: 58%;
  animation-duration: 5.5s;
  animation-delay: 0.5s;
}
header#masthead .bubble:nth-child(6) {
  width: 23px;
  height: 23px;
  left: 70%;
  animation-duration: 5s;
  animation-delay: 2s;
}
header#masthead .bubble:nth-child(7) {
  width: 15px;
  height: 15px;
  left: 82%;
  animation-duration: 8s;
  animation-delay: 3s;
}
header#masthead .bubble:nth-child(8) {
  width: 20px;
  height: 20px;
  left: 90%;
  animation-duration: 6.5s;
  animation-delay: 1s;
}
header#masthead .bubble:nth-child(9) {
  width: 26px;
  height: 26px;
  left: 18%;
  animation-duration: 7.5s;
  animation-delay: 0s;
}
header#masthead .bubble:nth-child(10) {
  width: 23px;
  height: 23px;
  left: 52%;
  animation-duration: 4.5s;
  animation-delay: 3s;
}
header#masthead .bubble:nth-child(11) {
  width: 6px;
  height: 6px;
  left: 65%;
  animation-duration: 5.5s;
  animation-delay: 4s;
}
header#masthead {
  /* 泡が下から上へ */
}
@keyframes bubbleUp {
  0% {
    transform: translateY(0) translateX(0);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50% {
    transform: translateY(-45vh) translateX(15px);
    opacity: 0.8;
  }
  80% {
    opacity: 0.5;
  }
  100% {
    transform: translateY(-110vh) translateX(-15px);
    opacity: 0;
  }
}
header#masthead .site_title {
  line-height: 0;
  margin-bottom: 6px;
  text-align: left;
  font-family: "Zen Maru Gothic", sans-serif;
}
header#masthead a {
  color: #fff;
  font-size: 14px;
}
header#masthead .btn_yellow {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900;
  font-size: 14px;
  letter-spacing: 0.04em;
  color: #3a2700;
  background: linear-gradient(180deg, #F4CB6B, #E0A53B);
  padding: 6px 12px;
  border-radius: 999px;
  white-space: nowrap;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.22);
}
header#masthead .container_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header#masthead .tx_top {
  color: #DDF0F2;
  line-height: 1.8;
  border-bottom: 0;
}
header#masthead .box_akuan {
  position: relative;
}
header#masthead .box_akuan .top_akuan {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
}
header#masthead .box_akuan .top_akuan::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 56%;
  width: 350px;
  height: 350px;
  transform: translate(-50%, -50%);
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(circle, rgba(244, 203, 107, 0.5) 0%, rgba(91, 184, 198, 0.22) 40%, rgba(91, 184, 198, 0) 68%);
  animation: pulse 6s ease-in-out infinite;
}
header#masthead .box_akuan .top_akuan img {
  position: relative;
  z-index: 1;
  width: 300px;
  filter: drop-shadow(0 16px 22px rgba(0, 16, 24, 0.42));
  animation: akuaIn 1.1s 0.2s cubic-bezier(0.2, 0.9, 0.2, 1.05) both, floaty 5s 1.3s ease-in-out infinite;
}
header#masthead .box_akuan {
  /* 画像をゆっくり上下に浮遊させる */
}
@keyframes floaty {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}
header#masthead .btn_row {
  position: absolute;
  width: 100%;
  height: 70px;
  bottom: 140px;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  padding: 0 20px;
  gap: 10px;
}
header#masthead .btn_row .btn {
  background: #fff;
  color: #0E4D5C;
  border: 2px solid #D7E7EA;
  box-shadow: 0 4px 14px rgba(10, 46, 55, 0.1);
  text-shadow: none;
  padding: 16px 7px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  border-radius: 30px;
  display: block;
  width: 48%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
header#masthead .btn_row .btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 18px rgba(10, 46, 55, 0.16);
}

/* ------#nav_global------------ */
#nav_global {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: rgb(219, 232, 184);
  background: linear-gradient(30deg, rgb(219, 232, 184) 0%, rgb(157, 175, 107) 80%);
  text-align: center;
  transition: all 0.4s;
  padding: 0 5% 100px;
  width: var(--container-width);
  height: 100%;
  opacity: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
#nav_global ul#nav_main {
  margin: 80px auto 30px;
}
#nav_global ul#nav_main > li a {
  display: block;
  margin: 0 auto;
  padding: 12px 5px;
  font-size: 1.8rem;
  font-weight: 900;
  color: #FFFFFF;
}
#nav_global ul#nav_main > li:not(:last-child)::after {
  display: block;
  margin: 0 auto;
  content: " ";
  width: 6px;
  height: 6px;
  background: #FFFFFF;
  transform: rotate(45deg);
}
#nav_global.active {
  transform: translateX(0%);
  opacity: 1;
  z-index: 98;
}
#nav_global img.logo {
  padding: 20px 0 5px;
  width: 160px;
}
#nav_global small {
  display: block;
  color: #6c3506;
}

/* ----------------------------------------
	#content
---------------------------------------- */
#content {
  position: relative;
  margin: -30px auto 0;
  padding: 0;
  width: 100%;
}

.inner {
  position: relative;
  margin: 0 auto;
  padding: 0 5%;
  width: 100%;
  z-index: 3;
}

section,
div.section {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}
section.top,
div.section.top {
  padding-top: 0;
}
section.bottom,
div.section.bottom {
  padding-bottom: 0;
}
section ul.decimal li,
section ol.decimal li,
div.section ul.decimal li,
div.section ol.decimal li {
  list-style-type: decimal;
  margin-bottom: 1em;
  margin-left: 1em;
  text-indent: -1.2em;
}
section ul.square li,
section ol.square li,
div.section ul.square li,
div.section ol.square li {
  list-style-type: square;
  margin-bottom: 1em;
  margin-left: 1em;
  text-indent: -1.2em;
}
section ul.disc li, section ol.disc li,
div.section ul.disc li,
div.section ol.disc li {
  position: relative;
  list-style-type: none;
  margin-bottom: 0.5em;
  padding-left: 20px;
}
section ul.disc li::before, section ol.disc li::before,
div.section ul.disc li::before,
div.section ol.disc li::before {
  position: absolute;
  top: 4px;
  left: 0;
  content: "●";
  font-size: 1.1rem;
  color: #9DAF6B;
}
section p,
div.section p {
  margin-bottom: 1em;
}
section p.indent,
div.section p.indent {
  text-indent: 1em;
}
section b, section strong,
div.section b,
div.section strong {
  font-weight: bold;
}
section .nowrap,
div.section .nowrap {
  white-space: nowrap;
}

/* ----------------------------------------
	.heading
---------------------------------------- */
.heading {
  color: #0E4D5C;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900;
  line-height: 1.5;
}

/* ----------------------------------------
	汎用
---------------------------------------- */
.alignC {
  text-align: center;
}

.nowrap {
  white-space: nowrap;
}

.mt10 {
  margin-top: 10px;
}

.eyebrow {
  font-family: "Zen Maru Gothic", system-ui, sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.14em;
  color: #A86E12;
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  margin-bottom: 10px;
}
.eyebrow::before {
  content: "";
  width: 22px;
  height: 2px;
  background: #C8881E;
  border-radius: 2px;
}

.speech {
  position: relative;
  background: #fff;
  color: #143038;
  border-radius: 16px;
  padding: 12px 14px;
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0 10px 28px rgba(10, 46, 55, 0.14);
}
.speech.left::before {
  content: "";
  position: absolute;
  left: -15px;
  top: 20px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 15px solid #D7E7EA;
}
.speech.left::after {
  content: "";
  position: absolute;
  left: -12px;
  top: 21px;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 13px solid #F0F8F9;
}
.speech.left.white::before {
  border-right: 15px solid #fff;
}
.speech.left.white::after {
  border-right: 13px solid #fff;
}
.speech.nav-tip {
  background: #F0F8F9;
  border: 1.5px solid #D7E7EA;
}
.speech p {
  margin-bottom: 0em;
}

.ico_elec {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  margin: 0 auto;
  display: grid;
  place-items: center;
  font-size: 24px;
  background: url("../images/common/thunder.svg") center/28px 28px no-repeat, linear-gradient(180deg, #E0A53B, #C8881E);
}

.ico_water {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  margin: 0 auto;
  display: grid;
  place-items: center;
  background: url("../images/common/drop.svg") center/28px 28px no-repeat, linear-gradient(180deg, #5BB8C6, #1C7C8C);
}

iframe[src*="youtube.com"],
iframe[src*="youtube-nocookie.com"] {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  border-radius: 15px;
}

a.btn_link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  width: 100%;
  border: 0;
  border-radius: 999px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 16px;
  padding: 16px 20px;
  margin-top: 10px;
  cursor: pointer;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(180deg, #1C7C8C, #0E4D5C);
  box-shadow: 0 6px 16px rgba(14, 77, 92, 0.3);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  transition: transform 0.12s ease, box-shadow 0.12s ease;
}
a.btn_link.yellow {
  background: linear-gradient(180deg, #E0A53B, #C8881E);
  text-shadow: 0 1px 2px rgba(120, 75, 5, 0.45);
  box-shadow: 0 6px 16px rgba(200, 136, 30, 0.38);
}
a.btn_link:hover {
  transform: translateY(-2px);
}
a.btn_link.mt20 {
  margin-top: 20px;
}

.box_white {
  background: #fff;
  border: 1.5px solid #D7E7EA;
  border-radius: 18px;
  padding: 20px;
  margin-top: 20px;
  box-shadow: 0 4px 14px rgba(10, 46, 55, 0.1);
}
.box_white.mt15 {
  margin-top: 15px;
}
.box_white img {
  border-radius: 10px;
}

.container_plan {
  display: flex;
  gap: 10px;
  margin-top: 20px;
  align-items: center;
}
.container_plan.mt0 {
  margin-top: 0px;
}
.container_plan .tx_ttl {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #0E4D5C;
  margin-bottom: 0em;
}
.container_plan .tx_ttl span {
  color: #5E737A;
  font-size: 14px;
}
.container_plan .tx_sub {
  font-size: 12px;
  color: #A86E12;
  font-weight: 700;
  margin-bottom: 0em;
}

.step {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900;
  color: #fff;
  background: linear-gradient(180deg, #5BB8C6, #1C7C8C);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  flex: 0 0 40px;
  font-size: 18px;
}

ul.points {
  list-style: none;
  padding: 0;
  margin: 14px 0 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
ul.points li {
  position: relative;
  padding-left: 26px;
  font-weight: 500;
  font-size: 16px;
}
ul.points li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 0.5em;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #fff 0 22%, #5BB8C6 24% 60%, #1C7C8C 62%);
}

.container {
  display: flex;
}
.container.chara {
  align-items: center;
  gap: 20px;
  margin: 15px 0;
}
.container.business {
  justify-content: space-between;
}
.container img.img_akuan {
  width: 90px;
}
.container .item {
  width: 48%;
  background: #fff;
  border: 1.5px solid #D7E7EA;
  border-radius: 16px;
  padding: 16px;
  text-align: center;
  box-shadow: 0 4px 14px rgba(10, 46, 55, 0.1);
}
.container .item .tx_main {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  color: #0E4D5C;
  font-size: 16px;
  margin-bottom: 0em;
}
.container .item .tx_sub {
  font-size: 13px;
  color: #5E737A;
  margin-top: 4px;
  font-weight: 500;
}
.container .item .tx_sub.alignL {
  text-align: left;
}

.mt50 {
  margin-top: 50px;
}

/* ----------------------------------------
	#know
---------------------------------------- */
#know .inner {
  margin: -9px auto 0px;
  background-color: #fff;
  padding-bottom: 75px;
  position: relative;
  z-index: 0;
}

/* ----------------------------------------
	#anniversary70/55
---------------------------------------- */
#anniversary70, #anniversary55, #ecofes, #movie, #forkids, #business, #question {
  margin-top: -75px;
}
#anniversary70 .inner, #anniversary55 .inner, #ecofes .inner, #movie .inner, #forkids .inner, #business .inner, #question .inner {
  margin: -9px auto 0px;
  background-color: #F0F8F9;
  padding-bottom: 50px;
  position: relative;
  z-index: 0;
}
#anniversary70 .inner.bg_white, #anniversary55 .inner.bg_white, #ecofes .inner.bg_white, #movie .inner.bg_white, #forkids .inner.bg_white, #business .inner.bg_white, #question .inner.bg_white {
  background-color: #fff;
}
#anniversary70 .inner.bg_orange, #anniversary55 .inner.bg_orange, #ecofes .inner.bg_orange, #movie .inner.bg_orange, #forkids .inner.bg_orange, #business .inner.bg_orange, #question .inner.bg_orange {
  background-color: #F8F3E8;
}
#anniversary70 .inner.bg_blue, #anniversary55 .inner.bg_blue, #ecofes .inner.bg_blue, #movie .inner.bg_blue, #forkids .inner.bg_blue, #business .inner.bg_blue, #question .inner.bg_blue {
  background-color: #EAF6F8;
}

/* ----------------------------------------
	#ecofes
---------------------------------------- */
.date {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 5px;
  background: #fff;
  border: 2px solid #E0A53B;
  border-radius: 16px;
  padding: 14px 16px;
  box-shadow: 0 4px 14px rgba(10, 46, 55, 0.1);
  margin-top: 20px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900;
  color: #A86E12;
  font-size: 20px;
  letter-spacing: 0.02em;
  line-height: 1.2;
}
.date img {
  border-radius: 10px;
}

.tx_place {
  color: #5E737A;
  font-size: 16px;
  font-weight: 500;
}

.flow {
  display: flex;
  align-items: center;
  gap: 8px;
}
.flow .item {
  flex: 1;
  background: #fff;
  border: 1.5px solid #EBD3A0;
  border-radius: 13px;
  padding: 12px 6px;
  text-align: center;
  box-shadow: 0 4px 14px rgba(10, 46, 55, 0.1);
  color: #0E4D5C;
  font-size: 22px;
  margin-top: 20px;
}
.flow .item p {
  margin-bottom: 0em;
  line-height: 1.3;
}
.flow .item p span {
  font-size: 12px;
}
.flow .item p img {
  width: 40px;
}
.flow .item:not(:last-child)::after {
  content: "›";
  position: absolute;
  right: -9px;
  top: 50%;
  transform: translateY(-50%);
  color: #EBD3A0;
  font-size: 18px;
  font-weight: 700;
}
.flow .item {
  position: relative;
}

/* ----------------------------------------
	#movie
---------------------------------------- */
.container_movie .youtube {
  margin-top: 20px;
}

/* ----------------------------------------
	#question
---------------------------------------- */
#question a {
  text-decoration: underline;
}

.qa-7 {
  max-width: 500px;
  margin-bottom: 10px;
  border: none;
  border-radius: 25px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.02), 0 2px 3px -2px rgba(0, 0, 0, 0.05);
  background-color: #fff;
}
.qa-7.mt20 {
  margin-top: 20px;
}
.qa-7 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em 1em 3em;
  color: #0E4D5C;
  font-weight: 600;
  font-family: "Zen Maru Gothic", sans-serif;
  cursor: pointer;
}
.qa-7 summary::before {
  position: absolute;
  left: 1em;
  color: #0E4D5C;
  font-weight: 600;
  font-size: 1.3em;
  content: "Q";
}
.qa-7 summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-right: 3px solid rgba(51, 51, 51, 0.7019607843);
  border-bottom: 3px solid rgba(51, 51, 51, 0.7019607843);
  content: "";
  transition: transform 0.5s;
}
.qa-7[open] summary::after {
  transform: rotate(225deg);
}
.qa-7 p {
  position: relative;
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 0.3em 3em 1.5em;
  color: #143038;
  font-weight: 500;
  transition: transform 0.5s, opacity 0.5s;
  font-family: "Zen Maru Gothic", sans-serif;
}
.qa-7 p::before {
  position: absolute;
  left: 1em;
  color: #A86E12;
  font-weight: 600;
  font-size: 1.3em;
  line-height: 1.2;
  content: "A";
}
.qa-7[open] p {
  transform: none;
  opacity: 1;
}

/* ----------------------------------------
	#mastfoot
---------------------------------------- */
small.copyright {
  font-size: 1.1rem;
  font-weight: 300;
}

#mastfoot {
  position: relative;
  padding: 50px 0 20px;
  width: 100%;
  color: #FFFFFF;
  text-align: center;
  background-color: #082E37;
  margin-top: -50px;
}
#mastfoot a {
  color: #FFFFFF;
}
#mastfoot .fbtn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  width: 100%;
  border: 0;
  border-radius: 999px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 18px;
  padding: 16px 20px;
  cursor: pointer;
  text-decoration: none;
  margin: 0 auto 18px;
  max-width: 300px;
  background: #fff;
  color: #0E4D5C;
  border: 2px solid #D7E7EA;
  box-shadow: 0 4px 14px rgba(10, 46, 55, 0.1);
  text-shadow: none;
  transition: transform 0.12s ease, box-shadow 0.12s ease;
}
#mastfoot .tx_foot {
  font-weight: 700;
  font-size: 16px;
  font-family: "Zen Maru Gothic", sans-serif;
}
#mastfoot .tx_foot2 {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 30px;
  color: #DDF0F2;
  font-family: "Zen Maru Gothic", sans-serif;
}
#mastfoot .pagetop {
  position: absolute;
  background-color: #082E37;
  border: #FFFFFF 3.5px solid;
  top: 0px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #FFFFFF;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#mastfoot .pagetop img {
  padding-top: 20px;
}/*# sourceMappingURL=common.css.map */