@charset "UTF-8";
.black {
  color: #2d2d2d;
}

.red {
  color: #f00;
}

.blue33 {
  color: #369;
}

.blue72 {
  color: #72afc1;
}

.yellowF7 {
  color: #f7c850;
}

.grayF0 {
  color: #f0f0f0;
}

.grayD3 {
  color: #d3d3d3;
}

.white {
  color: #fff;
}

/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/
*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html, body {
  height: 100%;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto !important;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-style: normal;
  color: #2d2d2d;
  text-align: justify;
}

img, picture, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

#root, #__next {
  isolation: isolate;
}

/* A Modern CSS Reset */
*, *::before, *::after {
  box-sizing: border-box;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img, picture {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.fz10 {
  font-size: 10px;
}

.fz12 {
  font-size: 12px;
}

.fz16 {
  font-size: 16px;
}

.fz20 {
  font-size: 20px;
}

.fz24 {
  font-size: 24px;
}

.fz28 {
  font-size: 28px;
}

.fz36 {
  font-size: 36px;
}

@media (max-width: 1024px) {
  .sfz14 {
    font-size: 14px;
  }
  .sfz16 {
    font-size: 16px;
  }
  .sfz18 {
    font-size: 18px;
  }
  .sfz20 {
    font-size: 20px;
  }
  .sfz24 {
    font-size: 24px;
  }
  .sfz28 {
    font-size: 28px;
  }
}
.lh12 {
  line-height: 1.2;
}

.mt8 {
  margin-top: 8px;
}

.ml8 {
  margin-left: 8px;
}

.mt12 {
  margin-top: 12px;
}

.mt16 {
  margin-top: 16px;
}

.mt24 {
  margin-top: 24px;
}

.mt32 {
  margin-top: 32px;
}

.mt40 {
  margin-top: 40px;
}

.mt64 {
  margin-top: 64px;
}

.mt56 {
  margin-top: 56px;
}

.mr32 {
  margin-right: 32px;
}

@media (max-width: 1024px) {
  .smt8 {
    margin-top: 8px;
  }
  .smt16 {
    margin-top: 16px;
  }
  .smt20 {
    margin-top: 20px;
  }
  .smt24 {
    margin-top: 24px !important;
  }
  .smt28 {
    margin-top: 28px;
  }
  .smt32 {
    margin-top: 32px !important;
  }
  .smt64 {
    margin-top: 64px;
  }
  .smr16 {
    margin-right: 16px;
  }
}
.pl20 {
  padding-left: 20px;
}

.pr20 {
  padding-right: 20px;
}

.pt20 {
  padding-top: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.pr20 {
  padding-right: 20px;
}

.pl20 .px40 {
  padding: 0 40px;
}

@media (max-width: 1024px) {
  .sp0 {
    padding: 0;
  }
  .spx16 {
    padding: 0 16px;
  }
  .spx20 {
    padding: 0 20px;
  }
}
.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

@media (max-width: 1024px) {
  .s_tac {
    text-align: center;
  }
}
.fw300 {
  font-weight: 300;
}

.fw400 {
  font-weight: 400;
}

.fw500 {
  font-weight: 500;
}

.fw700 {
  font-weight: 700;
}

.italic {
  font-style: italic;
}

.normal {
  font-style: normal;
}

.db {
  display: block;
}

.dib {
  display: inline-block;
}

.indent18 {
  padding-left: 36px;
  text-indent: -36px;
  font-size: 18px;
}

@media (max-width: 1024px) {
  .sp_indent14 {
    padding-left: 29px;
    text-indent: -29px;
    font-size: 14px;
  }
}
.breadcrumb {
  margin: 20px 0 0 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
  font-size: 16px;
}
.breadcrumb li {
  margin-right: 8px;
}
.breadcrumb a {
  color: #d3d3d3;
  text-decoration: none;
}
.breadcrumb a:hover {
  text-decoration: underline;
}

.labelBlue,
.labelWhite,
.labelYellow {
  display: inline-block;
  font-size: 24px;
  color: #fff;
  background-color: #72afc1;
  line-height: 1;
  padding: 6px 10px;
  border-radius: 4px;
  font-weight: 500;
}
.labelBlue br,
.labelWhite br,
.labelYellow br {
  display: none;
}
@media (max-width: 1024px) {
  .labelBlue,
  .labelWhite,
  .labelYellow {
    font-size: 16px;
    padding: 2px 8px;
    line-height: 1.5;
  }
  .labelBlue br,
  .labelWhite br,
  .labelYellow br {
    display: block;
  }
}

.labelWhite {
  background-color: #fff;
  color: #72afc1;
}

.labelYellow {
  background-color: #f7c850;
  color: #2d2d2d;
}

.title01 {
  font-size: 72px;
  color: #369;
  font-weight: 500;
}
.title01::before {
  content: "";
  position: relative;
  top: -8px;
  display: inline-block;
  vertical-align: middle;
  width: 66px;
  height: 70px;
  background-image: url("/assets/img/bg_bird01.webp");
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 20px;
}
@media (max-width: 1024px) {
  .title01 {
    font-size: 30px;
  }
  .title01::before {
    top: -3px;
    width: 22px;
    height: 24px;
    margin-right: 8px;
  }
}

.title02 {
  background-image: url("/assets/img/bg_underline_gray.webp");
  background-repeat: repeat-x;
  background-position: bottom center;
  background-size: auto 8px;
  padding-bottom: 24px;
  margin-top: 8px;
}
@media (max-width: 1024px) {
  .title02 {
    padding-bottom: 16px;
  }
}
.title02--yellow {
  background-image: url("/assets/img/bg_underline_yellow.webp");
}

.btn01 {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  max-width: 320px;
  width: 100%;
  height: 56px;
  background-color: #f7c850;
  border-radius: 28px;
  font-size: 20px;
  color: #2d2d2d;
  text-decoration: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
}
.btn01--left {
  max-width: 288px;
  justify-content: flex-start;
  padding-left: 32px;
}
.btn01--small {
  font-size: 18px;
}
.btn01::after {
  content: "";
  position: absolute;
  top: 8px;
  right: 28px;
  width: 40px;
  height: 40px;
  background-image: url("/assets/img/icn_arrow_yellow.webp");
  background-size: cover;
  transition: 0.3s;
}
.btn01:hover::after {
  right: 16px;
}
.btn01-text {
  font-size: 20px;
  color: #2d2d2d;
}
.btn01--none::after {
  display: none;
}

.block01 {
  background-image: url("/assets/img/bg_wave_blue.webp"), url("/assets/img/bg_flower01.webp");
  background-repeat: repeat-x, no-repeat;
  background-size: auto 80px, 330px auto;
  background-position: top left, top 160px right;
  padding: 0 20px;
}
.block01--plus {
  background-image: url("/assets/img/bg_wave_blue.webp"), url("/assets/img/bg_flower01.webp"), url("/assets/img/bg_tree01.webp"), url("/assets/img/bg_tree02.webp");
  background-repeat: repeat-x, no-repeat, no-repeat, no-repeat;
  background-size: auto 80px, 330px auto, 100px auto, 140px auto;
  background-position: top left, top 160px right, bottom 940px right 56px, bottom 16px left 48px;
}
@media (max-width: 1024px) {
  .block01 {
    background-image: url("/assets/img/bg_wave_blue_sp.webp"), url("/assets/img/bg_flower01.webp");
    background-size: auto 36px, 114px auto;
    background-position: top left, top 128px right;
  }
  .block01--plus {
    background-image: url("/assets/img/bg_wave_blue_sp.webp"), url("/assets/img/bg_flower01.webp"), url("/assets/img/bg_tree01.webp"), url("/assets/img/bg_tree02.webp");
    background-repeat: repeat-x, no-repeat, no-repeat, no-repeat;
    background-size: auto 36px, 114px auto, 48px auto, 54px auto;
    background-position: top left, top 160px right, bottom 680px right 8px, bottom 16px left 8px;
  }
  .block01--none {
    background-image: url("/assets/img/bg_wave_blue_sp.webp");
    background-size: auto 36px;
    background-position: top left;
  }
}

.blockBody01 {
  max-width: 1240px;
  margin: 200px auto 128px auto;
}
@media (max-width: 1024px) {
  .blockBody01 {
    margin: 96px auto;
  }
}

.block02 {
  background-image: url("/assets/img/bg_wave_blue.webp"), url("/assets/img/bg_tree01.webp"), url("/assets/img/bg_tree02.webp");
  background-repeat: repeat-x, no-repeat, no-repeat;
  background-size: auto 80px, 100px auto, 140px auto;
  background-position: top left, top 160px right 64px, bottom 208px left 64px;
  padding: 0 20px;
}
@media (max-width: 1024px) {
  .block02 {
    background-image: url("/assets/img/bg_wave_blue_sp.webp"), url("/assets/img/bg_tree01.webp"), url("/assets/img/bg_tree02.webp");
    background-size: auto 36px, 60px auto, 50px auto;
    background-position: top left, top 100px right, bottom 232px left;
  }
}

.header {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 1920px;
  width: 100%;
  padding: 0 0 16px 0;
  transition: 0.5s;
}
.header-scrolled {
  opacity: 1;
}
@media (max-width: 1024px) {
  .header {
    top: 22px;
    overflow: hidden;
    margin: 0;
    padding: 0;
  }
}
.header-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media (max-width: 1024px) {
  .header-body {
    background: none;
    box-shadow: none;
  }
}
.header-logo {
  position: relative;
  text-align: center;
  font-size: 16px;
  padding-left: 40px;
  color: #369;
  font-weight: 400;
  text-shadow: 1px 1px 1px #fff, -1px 1px 1px #fff, -1px -1px 1px #fff, 1px -1px 1px #fff;
  transition: 0.3s;
}
.header-logo br {
  display: none;
}
.header-logo a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 1300px) {
  .header-logo {
    width: 100%;
    text-align: left;
  }
}
@media (max-width: 1024px) {
  .header-logo {
    font-size: 14px;
    text-align: left;
    padding-left: 28px;
    width: 180px;
  }
  .header-logo br {
    display: block;
  }
}
.header-nav {
  margin-left: auto;
  max-width: 1080px;
  padding: 0 0 0 20px;
}
@media (max-width: 1024px) {
  .header-nav {
    margin: 0;
    max-width: 100%;
    width: calc(100% - 20px);
    padding: 120px 0 64px 0;
    background-color: #369;
    border-radius: 40px 0 0 40px;
    position: fixed;
    top: 0;
    right: -100%;
    transition: 0.3s;
  }
}
.header-menu {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  padding: 0 20px 0 20px;
}
.header-menu__icon_instagram {
  width: 32px;
  height: auto;
  margin: 0 20px;
}
.header-menu__instagram {
  display: none;
}
@media (max-width: 1024px) {
  .header-menu {
    display: block;
    height: auto;
    border-radius: 0;
    padding: 0;
    background-color: inherit;
    box-shadow: inherit;
    max-width: 280px;
    margin: 0 auto;
  }
  .header-menu__icon_instagram {
    display: none;
  }
  .header-menu__instagram {
    margin-top: 40px;
    width: 244px;
    height: 40px;
    background-color: #f7c850;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    text-decoration: none;
    font-size: 20px;
    color: #369;
  }
  .header-menu__instagram::before {
    content: "";
    display: block;
    width: 26px;
    height: 22px;
    margin-right: 14px;
    background-image: url("/assets/img/icn_instagram.webp");
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.header-menu__link {
  position: relative;
  font-size: 16px;
  color: #369;
  margin: 0 16px;
  text-decoration: none;
}
.header-menu__link:hover {
  text-decoration: underline;
}
.header-menu__link--active::before {
  position: absolute;
  top: -6px;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-image: url("/assets/img/icn_butterfly.webp");
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1024px) {
  .header-menu__link--active::before {
    display: none;
    position: static;
  }
}
@media (max-width: 1024px) {
  .header-menu__link {
    margin: 0 0 20px 0;
    color: #fff;
    display: block;
    font-size: 16px;
  }
  .header-menu__link::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 28px;
    height: 28px;
    margin-right: 8px;
    background-image: url("/assets/img/icn_butterfly.webp");
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.header-btn {
  display: none;
}
@media (max-width: 1024px) {
  .header-btn {
    display: block;
    position: fixed;
    top: 22px;
    right: 14px;
    width: 44px;
    height: 44px;
    border-radius: 22px;
    background-color: #369;
    cursor: pointer;
    border: 2px solid #fff;
  }
  .header-btn span {
    position: absolute;
    left: 10px;
    display: block;
    width: 20px;
    height: 2px;
    background-color: #fff;
    transition: 0.3s;
    border-radius: 1px;
  }
  .header-btn span:nth-of-type(1) {
    top: 13px;
  }
  .header-btn span:nth-of-type(2) {
    top: 19px;
  }
  .header-btn span:nth-of-type(3) {
    top: 25px;
  }
}
.header--active .header-logo {
  position: relative;
  z-index: 3;
  color: #fff;
  text-shadow: inherit;
  font-weight: 500;
}
.header--active .header-nav {
  right: 0;
}
.header--active .header-btn {
  background-color: #fff;
}
.header--active .header-btn span {
  left: 8px;
  width: 24px;
  background-color: #369;
}
.header--active .header-btn span:nth-of-type(1) {
  transform: translateY(6px) rotate(-35deg);
}
.header--active .header-btn span:nth-of-type(2) {
  opacity: 0;
}
.header--active .header-btn span:nth-of-type(3) {
  transform: translateY(-6px) rotate(35deg);
}

.footer-body {
  padding: 80px 20px 128px 20px;
  background-color: #369;
  border-radius: 40px 40px 0 0;
}
@media (max-width: 1024px) {
  .footer-body {
    padding: 56px 20px;
    border-radius: 24px 24px 0 0;
  }
}
.footer-wrap {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1024px) {
  .footer-wrap {
    display: block;
  }
}
.footer-nav {
  max-width: 400px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.footer-nav li {
  margin-bottom: 20px;
}
.footer-nav li:last-child {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .footer-nav {
    margin: 0 auto;
  }
  .footer-nav li {
    margin-bottom: 15px;
  }
}
.footer-nav__link {
  font-size: 24px;
  line-height: 1;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 1024px) {
  .footer-nav__link {
    font-size: 18px;
  }
}
.footer-nav__link:hover {
  text-decoration: underline;
}
.footer-nav__link::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  margin-right: 20px;
  background-image: url("/assets/img/icn_butterfly.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1024px) {
  .footer-nav__link::before {
    margin-right: 12px;
  }
}
.footer-address {
  max-width: 352px;
  width: 100%;
}
@media (max-width: 1024px) {
  .footer-address {
    margin: 48px auto 0 auto;
    max-width: 320px;
  }
}
.footer-copyright {
  background-color: #72afc1;
  padding: 6px 0;
}

.topKey {
  overflow: hidden;
  position: relative;
  max-width: 1920px;
  height: 680px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .topKey {
    height: 460px;
  }
}
.topKey-area {
  position: absolute;
  bottom: 20.8333333333%;
  left: 0;
  right: 0;
  max-width: 1272px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 1024px) {
  .topKey-area {
    bottom: 64px;
    text-align: center;
  }
  .topKey-area__title {
    display: inline-block;
    text-align: left;
  }
}
.topKey-text {
  font-size: 3.125vw;
  line-height: 1;
  display: inline-block;
  background-color: #fff;
  color: #369;
  padding: 0.8333333333vw;
  margin: 0.2083333333vw 0;
  font-weight: normal;
  border-radius: 4px;
}
@media (min-width: 1920px) {
  .topKey-text {
    font-size: 60px;
    padding: 16px;
    margin: 4px 0;
  }
}
@media (max-width: 1024px) {
  .topKey-text {
    font-size: 23px;
    padding: 8px;
    margin: 4px 0;
  }
}

.Movies {
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .Movies {
    height: 460px;
  }
}

.topSec01 {
  background-color: #fff;
  background-image: url("/assets/img/bg_flower01.webp"), url("/assets/img/bg_tree02.webp");
  background-repeat: no-repeat, no-repeat;
  background-size: 330px auto, 140px auto;
  background-position: top 200px right, bottom left 56px;
  padding: 32px 20px 400px 20px;
}
@media (max-width: 1024px) {
  .topSec01 {
    background-size: 114px auto, 64px auto;
    background-position: top 232px right, bottom 232px left 16px;
    padding: 32px 20px 200px 20px;
  }
}
.topSec01-title {
  max-width: 1000px;
  margin: 0 auto;
  background-image: url("/assets/img/bg_underline_blue2.webp");
  background-repeat: repeat-x;
  background-size: auto 8px;
  background-position: center bottom;
  padding-bottom: 24px;
}
.topSec01-title__icon {
  width: 110px;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .topSec01-title__icon {
    width: 60px;
  }
}
.topSec01-title__head {
  display: flex;
  align-items: center;
  font-size: 24px;
}
.topSec01-title__head::before, .topSec01-title__head::after {
  content: "";
  display: block;
  width: 100px;
  height: 8px;
  background-image: url("/assets/img/bg_underline_blue2.webp");
  background-repeat: repeat-x;
  background-size: auto 8px;
  margin-right: 20px;
  flex-grow: 1;
}
.topSec01-title__head::after {
  margin: 0 0 0 20px;
}
@media (max-width: 1024px) {
  .topSec01-title__head {
    font-size: 16px;
  }
  .topSec01-title__head::before {
    margin: 0 12px 0 0;
  }
  .topSec01-title__head::after {
    margin: 0 0 0 12px;
  }
}
.topSec01-wrap {
  max-width: 1240px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 56px auto 0 auto;
}
@media (max-width: 1024px) {
  .topSec01-wrap {
    display: block;
  }
}
.topSec01-photo {
  width: 53.2258064516%;
}
@media (max-width: 1024px) {
  .topSec01-photo {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
  }
}
.topSec01-content {
  width: 40.3225806452%;
}
@media (max-width: 1024px) {
  .topSec01-content {
    max-width: 500px;
    width: 100%;
    margin: 20px auto 0 auto;
  }
}

.topSec02 {
  background-image: url("/assets/img/bg_wave_blue3.webp");
  background-repeat: repeat-x;
  background-size: auto 80px;
  background-color: #fff;
  padding: 96px 20px;
}
@media (max-width: 1024px) {
  .topSec02 {
    background-image: url("/assets/img/bg_wave_blue3_sp.webp");
    background-size: auto 36px;
    padding: 56px 20px;
  }
}
.topSec02-wrap {
  position: relative;
  max-width: 1400px;
  margin: 104px auto 0 auto;
}
@media (max-width: 1024px) {
  .topSec02-wrap {
    max-width: 320px;
    margin-top: 32px;
  }
}
.topSec02-slider {
  padding: 0 4px;
}
.topSec02-card {
  margin: 0 auto;
  max-width: 320px;
  width: 100%;
  background-color: #fff;
  padding: 24px;
  border-radius: 20px;
  border: 1px solid #72afc1;
}
.topSec02-card img {
  max-width: 200px;
  margin: 0 auto;
}
.topSec02 .slick-dots li button:before {
  content: "○";
  color: #369;
  opacity: 1;
  font-size: 10px;
}
.topSec02 .slick-dots li.slick-active button:before {
  content: "●";
}
.topSec02 .slick-dots > li:first-child:last-child {
  display: none;
}
.topSec02 .slider-prev,
.topSec02 .slider-next {
  position: absolute;
  top: 25%;
  left: 10px;
  width: 40px;
  height: 40px;
  background-image: url("/assets/img/slick_arrow_prev.webp");
  background-position: center center;
  background-size: 100%;
  cursor: pointer;
}
.topSec02 .slider-next {
  left: auto;
  right: 10px;
  background-image: url("/assets/img/slick_arrow_next.webp");
}

.topSec03 {
  background-image: url("/assets/img/bg_wave_white.webp");
  background-repeat: repeat-x;
  background-size: auto 80px;
  background-color: #72afc1;
  padding: 176px 20px 96px 20px;
}
@media (max-width: 1024px) {
  .topSec03 {
    background-image: url("/assets/img/bg_wave_white_sp.webp");
    background-size: auto 36px;
    padding: 72px 20px 56px 20px;
  }
}
.topSec03-wrap {
  max-width: 1240px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  flex-wrap: wrap;
}
.topSec03-photo {
  width: 54.8387096774%;
}
@media (max-width: 1024px) {
  .topSec03-photo {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    order: 1;
  }
}
.topSec03-content {
  width: 40.3225806452%;
}
@media (max-width: 1024px) {
  .topSec03-content {
    max-width: 500px;
    width: 100%;
    margin: 20px auto 0 auto;
    order: 2;
  }
}

.topSec04 {
  background-image: url("/assets/img/bg_wave_blue2.webp"), url("/assets/img/top_bg03.webp"), url("/assets/img/top_bg04.webp"), linear-gradient(#f0f0f0 0%, #fff 100%);
  background-repeat: repeat-x, no-repeat, no-repeat, no-repeat;
  background-size: auto 80px, 312px auto, 218px auto, cover;
  background-position: top left, top 100px right, bottom 96px left, center;
  padding: 160px 20px;
}
@media (max-width: 1024px) {
  .topSec04 {
    background-image: url("/assets/img/bg_wave_blue2_sp.webp"), url("/assets/img/top_bg03.webp"), url("/assets/img/top_bg04.webp"), linear-gradient(#f0f0f0 0%, #fff 100%);
    background-repeat: repeat-x, no-repeat, no-repeat, no-repeat;
    background-size: auto 36px, 112px auto, 64px auto, cover;
    background-position: top left, top 100px right, bottom 32% left, center;
    padding: 96px 20px 112px 20px;
  }
}
.topSec04-wrap {
  max-width: 1240px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .topSec04-wrap {
    display: block;
  }
}
.topSec04-instagram {
  width: 46.7741935484%;
}
@media (max-width: 1024px) {
  .topSec04-instagram {
    max-width: 580px;
    width: 100%;
    margin: 0 auto;
  }
}
.topSec04-instagram__photo {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.topSec04-instagram__photo li {
  width: 31.2068965517%;
  margin: 3.1034482759% 3.1034482759% 0 0;
}
.topSec04-instagram__photo li:nth-child(3n) {
  margin-right: 0;
}
.topSec04-instagram__photo li img {
  object-fit: cover;
  width: 100%;
  aspect-ratio: 1/1;
}
.topSec04-link {
  position: relative;
  width: 45.1612903226%;
  height: 340px;
  border-radius: 32px;
  background-image: url("/assets/img/top_bg_seminar.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.topSec04-link__box {
  text-align: center;
}
.topSec04-link__label {
  position: absolute;
  bottom: -114px;
  left: -60px;
  width: 260px;
  height: auto;
}
@media (max-width: 1024px) {
  .topSec04-link {
    max-width: 320px;
    width: 100%;
    height: 196px;
    margin: 96px auto 0 auto;
  }
  .topSec04-link__box {
    width: 90%;
  }
  .topSec04-link__label {
    width: 140px;
    left: 0;
    bottom: -80px;
  }
}

.topSec05 {
  background-color: #dceef4;
  height: 400px;
  position: relative;
}
@media (max-width: 1024px) {
  .topSec05 {
    height: 144px;
  }
}
.topSec05-wrap {
  position: absolute;
  top: -334px;
  left: 0;
  right: 0;
  max-width: 940px;
  padding: 0 20px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .topSec05-wrap {
    top: -140px;
    max-width: 400px;
  }
}
.topSec05-video {
  padding-top: 56.25%;
  position: relative;
  width: 100%;
  box-shadow: 20px 20px 1px #72afc1;
  border-radius: 20px;
  margin-top: 24px;
}
@media (max-width: 1024px) {
  .topSec05-video {
    box-shadow: 6px 6px 1px #72afc1;
    border-radius: 12px;
    margin-top: 12px;
  }
}
.topSec05-video video {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  border-radius: 20px;
}
@media (max-width: 1024px) {
  .topSec05-video video {
    border-radius: 12px;
  }
}
.topSec05-video__btn {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 40px; /*コントローラー分下部に余白を*/
  cursor: pointer;
}

.greetingNav {
  margin-top: 104px;
  display: flex;
  justify-content: center;
  gap: 38px;
}
@media (max-width: 1024px) {
  .greetingNav {
    margin: 64px auto 0 auto;
    max-width: 320px;
    width: 100%;
    gap: 8px;
  }
}
.greetingNav-btn {
  position: relative;
  width: 320px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f7c850;
  border-radius: 28px;
  color: #2d2d2d;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s;
}
.greetingNav-btn::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  width: 24px;
  height: 10px;
  background-image: url("/assets/img/img_triangle.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.greetingNav-btn:hover {
  transform: translateY(-4px);
}
@media (max-width: 1024px) {
  .greetingNav-btn {
    width: 156px;
    height: 34px;
    font-size: 13px;
  }
  .greetingNav-btn::after {
    width: 20px;
    height: 8px;
    bottom: -8px;
  }
}

.greetingGroup {
  max-width: 1100px;
  margin: 64px auto 0 auto;
  border-radius: 20px;
  background-color: #f0f0f0;
  background-image: url("/assets/img/bg_decoration01.webp");
  background-repeat: repeat-x;
  background-position: bottom center;
  padding: 56px 104px 72px 104px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.greetingGroup-photo {
  width: 38.1165919283%;
}
.greetingGroup-content {
  width: 56.0538116592%;
}
@media (max-width: 1024px) {
  .greetingGroup {
    margin: 56px auto 0 auto;
    max-width: 320px;
    width: 100%;
    padding: 32px 16px 64px 16px;
    display: block;
  }
  .greetingGroup-photo {
    max-width: 250px;
    width: 100%;
    margin: 0 auto;
  }
  .greetingGroup-content {
    width: 100%;
    margin-top: 12px;
  }
}

.aboutSec01 {
  margin: 112px auto;
  max-width: 1240px;
  width: 100%;
}
@media (max-width: 1024px) {
  .aboutSec01 {
    margin: 64px auto;
  }
}
.aboutSec01-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1024px) {
  .aboutSec01-wrap {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.aboutSec01-photo {
  margin-top: 56px;
  width: 48.3870967742%;
}
@media (max-width: 1024px) {
  .aboutSec01-photo {
    margin: 24px auto 0 auto;
    max-width: 600px;
    width: 100%;
    order: 1;
  }
}
.aboutSec01-content {
  margin-top: 56px;
  width: 48.3870967742%;
}
@media (max-width: 1024px) {
  .aboutSec01-content {
    margin: 24px auto 0 auto;
    max-width: 600px;
    width: 100%;
    order: 2;
  }
}

.aboutSec02 {
  width: calc(100% + 40px);
  margin: 0 -20px;
  padding: 104px 20px;
  background-color: #72afc1;
  background-image: url("/assets/img/bg_decoration01.webp"), url("/assets/img/bg_decoration01.webp");
  background-repeat: repeat-x, repeat-x;
  background-position: top center, bottom center;
}
.aboutSec02-body {
  position: relative;
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
}
.aboutSec02-img {
  position: absolute;
  width: 280px;
  height: auto;
  bottom: -104px;
  right: 0;
}
@media (max-width: 1024px) {
  .aboutSec02-img {
    width: 100px;
    right: -16px;
  }
}
.aboutSec02-item {
  margin-top: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.aboutSec02-item:first-of-type {
  margin-top: 16px;
}
@media (max-width: 1024px) {
  .aboutSec02-item {
    margin-top: 24px;
    display: block;
  }
  .aboutSec02-item:first-of-type {
    margin-top: 24px;
  }
}
.aboutSec02-item__number {
  width: 56px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  color: #fff;
  background-color: #f7c850;
  border-radius: 50%;
}
@media (max-width: 1024px) {
  .aboutSec02-item__number {
    width: 38px;
    height: 38px;
    font-size: 20px;
  }
}
.aboutSec02-item__text {
  width: calc(100% - 72px);
  font-size: 20px;
  font-weight: 400;
  color: #fff;
}
@media (max-width: 1024px) {
  .aboutSec02-item__text {
    margin-top: 8px;
    width: 100%;
    font-size: 16px;
  }
}

.aboutSec03 {
  margin: 0 auto 128px auto;
  max-width: 1240px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .aboutSec03 {
    margin-bottom: 96px;
    display: block;
  }
}
.aboutSec03-section {
  margin-top: 128px;
  width: 46.7741935484%;
}
@media (max-width: 1024px) {
  .aboutSec03-section {
    margin: 64px auto 0 auto;
    max-width: 580px;
    width: 100%;
  }
}
.aboutSec03-list {
  margin: 32px 0 0 0;
  padding: 0;
  list-style-type: none;
}
.aboutSec03-list li {
  font-size: 20px;
  line-height: 1.5;
  text-indent: -20px;
  padding-left: 20px;
  margin-bottom: 4px;
}
.aboutSec03-list li::before {
  content: "●";
  color: #f7c850;
}
@media (max-width: 1024px) {
  .aboutSec03-list li {
    font-size: 16px;
    text-indent: -16px;
    padding-left: 16px;
  }
}
.aboutSec03-table {
  margin-top: 24px;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #369;
  background-color: #fff;
}
.aboutSec03-table th, .aboutSec03-table td {
  width: 27.2413793103%;
  font-weight: 400;
  font-size: 20px;
  padding: 12px 16px;
  border: 1px solid #369;
}
@media (max-width: 1024px) {
  .aboutSec03-table th, .aboutSec03-table td {
    font-size: 16px;
    padding: 6px 4px;
  }
}
.aboutSec03-table th {
  width: 72.7586206897%;
  background-color: #dceef4;
}
.aboutSec03-table--fz18 {
  font-size: 18px !important;
}
@media (max-width: 1024px) {
  .aboutSec03-table--fz18 {
    font-size: 14px !important;
  }
}

.aboutSec04 {
  margin: 112px -20px 0 -20px;
  width: calc(100% + 40px);
  background-image: url("/assets/img/bg_wave_white.webp");
  background-repeat: repeat-x;
  background-size: auto 80px;
  background-color: #fff;
  padding: 0 20px 112px 20px;
}
@media (max-width: 1024px) {
  .aboutSec04 {
    background-image: url("/assets/img/bg_wave_white_sp.webp");
    background-size: auto 36px;
    padding: 0 20px 40px 20px;
    margin-top: 56px;
  }
}
.aboutSec04-body {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.project {
  margin: 24px auto 0 auto;
  max-width: 1240px;
  width: 100%;
}

.projectNav {
  max-width: 1044px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 28px;
}
@media (max-width: 1024px) {
  .projectNav {
    max-width: 320px;
    gap: 16px 8px;
    flex-wrap: wrap;
  }
}
.projectNav-btn {
  position: relative;
  width: 240px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f7c850;
  border-radius: 22px;
  color: #2d2d2d;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s;
}
.projectNav-btn::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  width: 24px;
  height: 10px;
  background-image: url("/assets/img/img_triangle.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.projectNav-btn:hover {
  transform: translateY(-4px);
}
@media (max-width: 1024px) {
  .projectNav-btn {
    width: 156px;
    height: 34px;
    font-size: 14px;
  }
  .projectNav-btn::after {
    width: 20px;
    height: 8px;
    bottom: -8px;
  }
}

.projectSection {
  margin-top: 128px;
  /*background-image    : url('/assets/img/bg_underline_blue.webp');
  background-repeat   : repeat-x;
  background-size     : auto 8px;
  background-position : bottom center;
  padding-bottom      : 80px;*/
}
.projectSection--pb {
  background-image: none;
  padding-bottom: 128px;
}
@media (max-width: 1024px) {
  .projectSection {
    margin-top: 64px;
  }
  .projectSection--pb {
    padding-bottom: 96px;
  }
}

.projectGroup {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1024px) {
  .projectGroup {
    flex-direction: column;
  }
  .projectGroup .order1 {
    order: 1;
  }
  .projectGroup .order2 {
    order: 2;
  }
}
.projectGroup--stretch {
  align-items: stretch;
}
.projectGroup-item {
  width: 50%;
}
@media (max-width: 1024px) {
  .projectGroup-item {
    max-width: 620px;
    width: 100%;
    margin: 0 auto;
  }
}
.projectGroup-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.projectGroup-list li {
  margin-top: 16px;
  text-indent: -20px;
  padding-left: 20px;
  font-size: 20px;
  font-weight: 400;
}
.projectGroup-list li span {
  background: linear-gradient(transparent 60%, #fff0c9 60%);
}
@media (max-width: 1024px) {
  .projectGroup-list li {
    text-indent: -16px;
    padding-left: 16px;
    font-size: 16px;
  }
}
.projectGroup-box {
  border: 2px solid #72afc1;
  border-radius: 4px;
  height: 100%;
  padding: 20px;
  background-color: #fff;
}
@media (max-width: 1024px) {
  .projectGroup-box {
    padding: 16px;
  }
}

.projectMovie {
  position: relative;
  margin: 64px auto;
  max-width: 900px;
}
@media (max-width: 1024px) {
  .projectMovie {
    margin: 48px auto;
  }
}

.request {
  max-width: 1100px;
  margin: 0 auto;
}

.requestContact {
  margin-top: 40px;
  background-color: #f0f0f0;
  border-radius: 20px;
  padding: 56px 64px;
}
@media (max-width: 1024px) {
  .requestContact {
    border-radius: 16px;
    padding: 24px 16px 56px 16px;
  }
}
.requestContact-form {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.requestContact-form th, .requestContact-form td {
  width: calc(100% - 384px);
  font-size: 20px;
  font-weight: 400;
  vertical-align: middle;
  padding: 14px 0;
}
@media (max-width: 1024px) {
  .requestContact-form th, .requestContact-form td {
    display: block;
    font-size: 16px;
    width: 100%;
    padding: 0;
  }
}
.requestContact-form th {
  width: 384px;
}
.requestContact-form th span {
  margin-left: 16px;
  font-size: 16px;
  background-color: #f7c850;
  border-radius: 4px;
  padding: 0 8px;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .requestContact-form th {
    position: relative;
    width: 100%;
    padding: 24px 0 8px 0;
  }
  .requestContact-form th span {
    position: absolute;
    top: 29px;
    right: 0;
    font-size: 12px;
    padding: 0 4px;
  }
}
.requestContact-form--top {
  padding-top: 24px !important;
  vertical-align: top !important;
}
.requestContact-input, .requestContact-textarea {
  display: block;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 2px solid #369;
  padding: 14px 32px;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  border-radius: 8px;
}
.requestContact-input::placeholder, .requestContact-textarea::placeholder {
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  color: #adadad;
  font-weight: 400;
}
.requestContact-input:-ms-input-placeholder, .requestContact-textarea:-ms-input-placeholder {
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  color: #adadad;
  font-weight: 400;
}
.requestContact-input::-ms-input-placeholder, .requestContact-textarea::-ms-input-placeholder {
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  color: #adadad;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .requestContact-input, .requestContact-textarea {
    font-size: 16px;
    padding: 12px 18px;
  }
  .requestContact-input::placeholder, .requestContact-textarea::placeholder {
    font-size: 16px;
  }
  .requestContact-input:-ms-input-placeholder, .requestContact-textarea:-ms-input-placeholder {
    font-size: 16px;
  }
  .requestContact-input::-ms-input-placeholder, .requestContact-textarea::-ms-input-placeholder {
    font-size: 16px;
  }
}
.requestContact-textarea {
  height: 120px;
}
.requestContact-radio {
  position: relative;
  top: -2px;
  accent-color: #369;
  inline-size: 20px;
  block-size: 20px;
  vertical-align: middle;
}
.requestContact .msg {
  font-size: 14px;
  font-weight: 700;
  color: #f00;
}

.requestPolicy {
  margin: 104px 0;
}
@media (max-width: 1024px) {
  .requestPolicy {
    margin: 64px 0 96px 0;
  }
}
.requestPolicy-wrap {
  margin-top: 20px;
  height: 480px;
  border: 2px solid #369;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .requestPolicy-wrap {
    margin-top: 16px;
    height: 248px;
    border-radius: 8px;
  }
}
.requestPolicy-body {
  width: 100%;
  height: 100%;
  padding: 32px 48px;
  overflow-y: scroll;
}
.requestPolicy-body::-webkit-scrollbar {
  width: 8px;
  background-color: #f0f0f0;
}
.requestPolicy-body::-webkit-scrollbar-thumb {
  background: #369;
  width: 8px;
  border-radius: 4px;
}
@media (max-width: 1024px) {
  .requestPolicy-body {
    padding: 16px;
  }
  .requestPolicy-body::-webkit-scrollbar {
    width: 4px;
  }
  .requestPolicy-body::-webkit-scrollbar-thumb {
    width: 4px;
    border-radius: 2px;
  }
}

.thanks {
  max-width: 1240px;
  margin: 272px auto 0 auto;
  width: 100%;
  background-image: url("/assets/img/bg_underline_gray.webp");
  background-repeat: repeat-x;
  background-size: auto 8px;
  background-position: bottom center;
  padding-bottom: 56px;
}
@media (max-width: 1024px) {
  .thanks {
    margin-top: 144px;
    padding-bottom: 28px;
  }
}
.thanks-title {
  margin: 0 auto;
  max-width: 740px;
  width: 100%;
  background-image: url("/assets/img/bg_bird01.webp");
  background-repeat: no-repeat;
  background-size: 66px auto;
  background-position: bottom right;
  font-size: 40px;
  text-align: center;
  color: #369;
  font-weight: 500;
  padding-bottom: 40px;
}
@media (max-width: 1024px) {
  .thanks-title {
    font-size: 28px;
    background: none;
    padding-bottom: 0;
  }
}
.thanks-tel {
  margin-top: 20px;
  font-style: normal;
  font-size: 20px;
  color: #369;
  text-align: center;
}
.thanks-tel a {
  text-decoration: none;
  color: #369;
}
.thanks-tel a:hover {
  text-decoration: underline;
}
.thanks-btn {
  margin: 56px 0 176px 0;
  text-align: center;
}
@media (max-width: 1024px) {
  .thanks-btn {
    margin: 48px 0 112px 0;
  }
}

/*# sourceMappingURL=style.css.map */
