@charset "UTF-8";
html {
  overflow-y: scroll;
  height: 100%;
}

body {
  line-height: 1;
  color: #000;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  list-style: none;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #909090;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.8rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  line-height: 1.9em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
  color: #604C3F;
  width: 100%;
  height: auto;
  margin: 0;
  position: relative;
  background-color: #FFFBF1;
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
    line-height: 1.8em;
  }
}

body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.section__inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 2em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 130px;
  padding-bottom: 130px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section__inner {
    padding: 0 1em;
  }
}
@media screen and (max-width: 767px) {
  .section__inner {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.section-orange {
  background-color: #FCEDD5;
  border-radius: 100px;
}
@media screen and (max-width: 767px) {
  .section-orange {
    border-radius: 50px;
  }
}

a {
  color: #604C3F;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: underline;
}
a:hover {
  color: #c5b2a6;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

h1, h2, h3 {
  margin-bottom: 20px;
  font-weight: 700;
}

h1 {
  font-size: 3rem;
  margin-bottom: 20px;
}

h2 {
  font-size: 2.5rem;
  margin-bottom: 15px;
}

h3 {
  font-size: 2rem;
  margin-bottom: 10px;
}

p {
  margin: 0 0 15px;
}
@media screen and (min-width: 1025px) {
  p {
    margin: 0 0 25px;
  }
}

b {
  font-weight: 700;
}

hr {
  border-top: 1px solid #d8d4d3;
}

ul {
  margin: 10px 0;
}
ul li {
  line-height: 1.3em;
  margin-bottom: 10px;
}
ul ul {
  margin-bottom: 20px;
}

.pc {
  display: none !important;
}
@media screen and (min-width: 1025px) {
  .pc {
    display: block !important;
  }
}

.sp {
  display: block;
}
@media screen and (min-width: 1025px) {
  .sp {
    display: none !important;
  }
}

.center {
  text-align: center;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
.flex img {
  display: block;
  max-width: 100%;
}

.note {
  font-size: 0.8em;
  line-height: 1.8em;
}

.img_box {
  text-align: center;
  margin-bottom: 20px;
}
.img_box img {
  display: block;
  max-width: 100%;
}
.img_box.center img {
  margin: 0 auto;
}

/* -------------------------------------------------------------
INDEX
------------------------------------------------------------- */
.lead-section {
  text-align: center;
  font-size: 2.2rem;
  line-height: 1.8em;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .lead-section {
    font-size: 1.5rem;
    line-height: 1.7em;
    margin-bottom: 40px;
  }
}

.wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

/* -------------------------------------------------------------
hero
------------------------------------------------------------- */
.section-hero {
  background-image: url(../img/hero.png);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  aspect-ratio: 16/9;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #fff;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section-hero {
    background-image: url(../img/hero-sp.png);
    background-size: 100%;
    aspect-ratio: 390/583;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.section-hero::after, .section-hero::before {
  content: "";
  position: absolute;
  bottom: 6.5vw;
  left: 2vw;
  width: 126px;
  height: 112px;
  background-image: url(../img/hero-himawari-left.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1024px) {
  .section-hero::after, .section-hero::before {
    bottom: 4.5vw;
    width: 100px;
    height: 88px;
  }
}
@media screen and (max-width: 767px) {
  .section-hero::after, .section-hero::before {
    width: 63px;
    height: 56px;
  }
}
.section-hero::after {
  background-image: url(../img/hero-himawari-right.svg);
  right: 2vw;
  left: auto;
}
@media screen and (max-width: 1024px) {
  .section-hero::after {
    width: 100px;
    height: 88px;
  }
}
@media screen and (max-width: 767px) {
  .section-hero::after {
    width: 63px;
    height: 56px;
  }
}
.section-hero .text-group {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .section-hero .text-group {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .section-hero .text-group {
    width: 100%;
    margin: 12vh auto 0;
  }
}
.section-hero .hero-catch {
  font-size: 4.8rem;
  line-height: 1.8em;
  font-weight: 500;
  letter-spacing: 0.25em;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  margin-bottom: 20px;
  margin-top: -40px;
}
@media screen and (max-width: 1024px) {
  .section-hero .hero-catch {
    font-size: 3rem;
    line-height: 1.5em;
    margin-bottom: 10px;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .section-hero .hero-catch {
    font-size: 2.4rem;
    line-height: 1.5em;
    margin-bottom: 10px;
    margin-top: 0;
  }
}
.section-hero .hero-catch span {
  font-size: 5.3rem;
}
@media screen and (max-width: 1024px) {
  .section-hero .hero-catch span {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .section-hero .hero-catch span {
    font-size: 2.4rem;
  }
}
.section-hero .bg-hana {
  position: absolute;
  bottom: -10vw;
  right: -250px;
  width: 648px;
  height: 542px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .section-hero .bg-hana {
    bottom: -89px;
    right: -125px;
    width: 324px;
    height: 271px;
  }
}

/* -------------------------------------------------------------
about
------------------------------------------------------------- */
.about-intro {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .about-intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.about-intro .flex__item {
  width: 55%;
}
@media screen and (max-width: 1024px) {
  .about-intro .flex__item {
    width: 100%;
    margin-bottom: 40px;
  }
}
.about-intro .logo-about {
  width: 35%;
  margin-bottom: 120px;
}
@media screen and (max-width: 1024px) {
  .about-intro .logo-about {
    width: 60%;
    margin: 0 auto 90px auto;
  }
}
@media screen and (max-width: 767px) {
  .about-intro .logo-about {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .about-intro .logo-about .logo-illust {
    width: 50%;
    margin: 0 auto 20px auto;
  }
}
.about-intro .logo-about .logo-design {
  font-size: 1.5rem;
  line-height: 1.8em;
  margin-bottom: 10px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .about-intro .logo-about .logo-design {
    font-size: 1.3rem;
    line-height: 1.5em;
  }
}
.about-intro .logo-about .logo-message {
  font-size: 1.4rem;
  line-height: 1.7em;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .about-intro .logo-about .logo-message {
    font-size: 1.2rem;
    line-height: 1.5em;
  }
}
.about-intro .bg-hana1 {
  position: absolute;
  top: -100px;
  left: -150px;
  width: 281px;
  height: 235px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .about-intro .bg-hana1 {
    top: -50px;
    left: -75px;
    width: 140px;
    height: 117px;
  }
}
.about-intro .bg-hana2 {
  position: absolute;
  bottom: -100px;
  right: -200px;
  width: 281px;
  height: 235px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .about-intro .bg-hana2 {
    bottom: -50px;
    right: -120px;
    width: 200px;
    height: 175px;
  }
}

.about-message {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .about-message {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.about-message .flex__item {
  width: 45%;
}
@media screen and (max-width: 1024px) {
  .about-message .flex__item {
    width: 100%;
  }
}

.about-teacher .flex__item {
  width: 45%;
}

.bg-hana-teacher {
  position: absolute;
  bottom: 350px;
  left: -250px;
  width: 648px;
  height: 542px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .bg-hana-teacher {
    bottom: 750px;
    left: -150px;
    width: 300px;
    height: 250px;
  }
}

.about-message {
  margin-bottom: 80px;
}
.about-message .about-titlearea {
  width: 35%;
}
@media screen and (max-width: 1024px) {
  .about-message .about-titlearea {
    width: 100%;
  }
}
.about-message .about-messagearea {
  width: 55%;
}
@media screen and (max-width: 1024px) {
  .about-message .about-messagearea {
    width: 100%;
  }
}
.about-message .title-omoi {
  font-size: 3.6rem;
  line-height: 1.8em;
  margin-bottom: 20px;
  font-weight: 700;
  padding-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .about-message .title-omoi {
    font-size: 2.4rem;
    line-height: 1.5em;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}
.about-message .title-omoi::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-image: url(../img/bg-title-omoi.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 20px;
  width: 124px;
  height: 104px;
  position: absolute;
  top: -44px;
  left: -53px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .about-message .title-omoi::after {
    width: 62px;
    height: 52px;
    top: -35px;
    left: 5em;
  }
}
.about-message .lead-omoi {
  font-size: 3.2rem;
  line-height: 1.8em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1024px) {
  .about-message .lead-omoi {
    font-size: 3.2rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .about-message .lead-omoi {
    font-size: 2.3rem;
    line-height: 1.8em;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .about-message .lead-omoi br {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .about-message .lead-omoi br.tab {
    display: block;
  }
}

.about-teacher {
  background-color: #fff;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 40px;
  border-radius: 25px;
  background-image: url(../img/pattern-koshi.png);
  -webkit-box-shadow: 0 0 15px 0 rgba(142, 93, 37, 0.2);
          box-shadow: 0 0 15px 0 rgba(142, 93, 37, 0.2);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .about-teacher {
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.about-teacher::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background-image: url(../img/clip.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -31px;
  left: 40px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .about-teacher::before {
    width: 50px;
    height: 50px;
    top: -30px;
    left: 20px;
  }
}
.about-teacher .title-teacher {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .about-teacher .title-teacher {
    font-size: 2.3rem;
  }
}
.about-teacher .img-area {
  width: 38%;
  position: relative;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .about-teacher .img-area {
    width: 100%;
    padding-top: 0;
  }
}
.about-teacher .img-area .text-teacher {
  position: absolute;
  bottom: 36px;
  left: 64px;
  font-size: 1.5rem;
  line-height: 1.6em;
}
.about-teacher .img-area .text-teacher .name-teacher {
  font-size: 2.1rem;
}
@media screen and (max-width: 1024px) {
  .about-teacher .img-area .text-teacher {
    bottom: -89px;
    left: 1px;
  }
}
@media screen and (max-width: 767px) {
  .about-teacher .img-area .text-teacher {
    bottom: 20px;
    left: 20px;
    font-size: 1.2rem;
  }
}
.about-teacher .img-area .img_box {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 0;
}
.about-teacher .text-area {
  width: 58%;
}
@media screen and (max-width: 767px) {
  .about-teacher .text-area {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .about-teacher .text-area {
    margin-top: 20px;
  }
}
.about-teacher .list-teacher {
  margin-bottom: 0;
  padding-left: 1em;
  position: relative;
}
.about-teacher .list-teacher li:before {
  content: "・";
  position: absolute;
  left: 0;
}

/* -------------------------------------------------------------
gallery
------------------------------------------------------------- */
.section-gallery {
  position: relative;
}
.section-gallery .bg-hana {
  position: absolute;
  top: -150px;
  right: -250px;
  width: 648px;
  height: 542px;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  .section-gallery .bg-hana {
    top: -100px;
    right: -150px;
    width: 400px;
    height: 350px;
  }
}
@media screen and (max-width: 767px) {
  .section-gallery .bg-hana {
    top: -66px;
    right: -146px;
    width: 250px;
    height: 210px;
  }
}
.section-gallery .bg-hana2 {
  position: absolute;
  top: 70px;
  left: -250px;
  width: 501px;
  height: 421px;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  .section-gallery .bg-hana2 {
    top: 30px;
    left: -150px;
    width: 300px;
    height: 250px;
  }
}
@media screen and (max-width: 767px) {
  .section-gallery .bg-hana2 {
    width: 200px;
    height: 175px;
    top: 30px;
    left: -95px;
  }
}
.section-gallery .bg-hana4 {
  position: absolute;
  bottom: -200px;
  left: -250px;
  width: 42%;
  height: auto;
  max-width: 648px;
  max-height: 542px;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .section-gallery .bg-hana4 {
    bottom: -180px;
    left: -200px;
    width: 400px;
    height: 350px;
  }
}
@media screen and (max-width: 767px) {
  .section-gallery .bg-hana4 {
    width: 250px;
    height: 210px;
    bottom: -104px;
    left: -159px;
  }
}
.section-gallery .illust-shuwa-himawari {
  position: absolute;
  top: 100px;
  left: 0;
  width: 317px;
  height: 297px;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  .section-gallery .illust-shuwa-himawari {
    width: 250px;
    height: 220px;
    top: 90px;
    left: 0px;
  }
}
@media screen and (max-width: 767px) {
  .section-gallery .illust-shuwa-himawari {
    width: 120px;
    height: 110px;
    top: 90px;
    left: 0px;
  }
}

.lead-gallery {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .lead-gallery {
    margin-bottom: 40px;
  }
}

.gallery-illusts-list {
  margin-bottom: 80px;
  position: relative;
  z-index: 1;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px 3%;
}
@media screen and (max-width: 1024px) {
  .gallery-illusts-list {
    gap: 10px 2%;
  }
}
@media screen and (max-width: 767px) {
  .gallery-illusts-list {
    margin-bottom: 40px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 5%;
  }
}
.gallery-illusts-list li {
  text-align: center;
  width: 15%;
}
@media screen and (max-width: 1024px) {
  .gallery-illusts-list li {
    width: 17%;
  }
}
@media screen and (max-width: 767px) {
  .gallery-illusts-list li {
    width: 28%;
  }
}
.gallery-illusts-list li img {
  border-radius: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 6px solid #F6AA13;
}
@media screen and (max-width: 767px) {
  .gallery-illusts-list li img {
    border: 4px solid #F6AA13;
  }
}
.gallery-illusts-list li p {
  font-size: 1.6rem;
  line-height: 1.6em;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .gallery-illusts-list li p {
    font-size: 1.4rem;
  }
}

.gallery-photos {
  position: relative;
}
@media screen and (max-width: 767px) {
  .gallery-photos {
    margin-bottom: 70px;
  }
}
.gallery-photos .bg-hana3 {
  position: absolute;
  top: -50px;
  right: -300px;
  width: 501px;
  height: 421px;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .gallery-photos .bg-hana3 {
    width: 200px;
    height: 210px;
    top: -100px;
    right: -125px;
  }
}
.gallery-photos .photos-media, .gallery-photos .photos-event {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .gallery-photos .photos-media, .gallery-photos .photos-event {
    margin-bottom: 40px;
  }
}
.gallery-photos .slide-items {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .gallery-photos .slide-items {
    margin-bottom: 40px;
  }
}
.gallery-photos .slide-items li {
  text-align: center;
  margin: 0 10px;
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .gallery-photos .slide-items li {
    margin: 0 5px;
    padding: 5px 0;
  }
}
.gallery-photos .slide-items li a {
  display: block;
}
.gallery-photos .slide-items li img {
  width: 100%;
  aspect-ratio: 10/6;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px 0 rgba(142, 93, 37, 0.4);
          box-shadow: 0 0 10px 0 rgba(142, 93, 37, 0.4);
}
@media screen and (max-width: 767px) {
  .gallery-photos .slide-items li img {
    -webkit-box-shadow: 0 0 5px 0 rgba(142, 93, 37, 0.4);
            box-shadow: 0 0 5px 0 rgba(142, 93, 37, 0.4);
    border-radius: 5px;
  }
}
.gallery-photos .slick-prev,
.gallery-photos .slick-next {
  z-index: 1;
  width: 46px;
  height: 46px;
}
@media screen and (max-width: 767px) {
  .gallery-photos .slick-prev,
  .gallery-photos .slick-next {
    width: 30px;
    height: 30px;
  }
}
.gallery-photos .slick-prev {
  left: -10px;
}
.gallery-photos .slick-next {
  right: -10px;
}

@media screen and (max-width: 767px) {
  .modaal-gallery-control {
    bottom: -110px;
  }
}

.photos-event {
  position: relative;
}

.international-day {
  background-color: #DDECF8;
  padding: 20px 40px;
  border-radius: 25px;
  max-width: 730px;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 15px 0 rgba(142, 93, 37, 0.2);
          box-shadow: 0 0 15px 0 rgba(142, 93, 37, 0.2);
}
@media screen and (max-width: 767px) {
  .international-day {
    padding: 20px 15px;
    border-radius: 15px;
  }
}
.international-day .flex {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .international-day .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.international-day .flex .img-area {
  width: 27%;
}
@media screen and (max-width: 767px) {
  .international-day .flex .img-area {
    width: 100%;
  }
}
.international-day .flex .img-area img {
  width: 100%;
  display: block;
}
@media screen and (max-width: 767px) {
  .international-day .flex .img-area img {
    width: 35%;
    margin: 0 auto 20px auto;
  }
}
.international-day .flex .text-area {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .international-day .flex .text-area {
    width: 100%;
  }
}
.international-day .flex .text-area h4 {
  font-size: 2rem;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .international-day .flex .text-area h4 {
    text-align: center;
    font-size: 1.7rem;
  }
}
.international-day .flex .text-area p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6em;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .international-day .flex .text-area p {
    font-size: 1.3rem;
  }
}

/* -------------------------------------------------------------
lesson
------------------------------------------------------------- */
.section-lesson {
  position: relative;
  background-image: url(../img/bg-lesson.png);
  background-size: 100%;
  background-position: top center;
  background-repeat: repeat-y;
}
@media screen and (max-width: 767px) {
  .section-lesson {
    background-size: 120% auto;
    background-position: center top 0;
  }
}
.section-lesson .bg-hana {
  position: absolute;
  top: -200px;
  right: -250px;
  width: 648px;
  height: 542px;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .section-lesson .bg-hana {
    top: -150px;
    right: -150px;
    width: 300px;
    height: 250px;
  }
}
@media screen and (max-width: 767px) {
  .section-lesson .bg-hana {
    top: -150px;
    right: -125px;
    width: 300px;
    height: 250px;
  }
}
.section-lesson .contact {
  max-width: 530px;
  text-align: center;
  margin: 0 auto;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .section-lesson .contact {
    margin-top: 30px;
    margin-bottom: 40px;
  }
}
.section-lesson .contact p {
  margin-bottom: 10px;
}
.section-lesson .contact .mailaddress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .section-lesson .contact .mailaddress {
    gap: 5px;
  }
}
.section-lesson .contact .mailaddress img {
  padding-top: 3px;
  width: 30px;
  height: 30px;
  display: block;
}
@media screen and (max-width: 767px) {
  .section-lesson .contact .mailaddress img {
    width: 25px;
    height: 25px;
  }
}

.lesson-point-list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px 40px;
  margin-bottom: 50px;
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .lesson-point-list {
    gap: 30px 3%;
  }
}
@media screen and (max-width: 767px) {
  .lesson-point-list {
    gap: 0 1%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 30px;
    margin-top: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.lesson-point-list li {
  text-align: center;
  width: 23%;
}
@media screen and (max-width: 1024px) {
  .lesson-point-list li {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .lesson-point-list li {
    width: 100%;
  }
}
.lesson-point-list li img {
  width: 96px;
  display: block;
  margin: 0 auto 10px auto;
}
@media screen and (max-width: 767px) {
  .lesson-point-list li img {
    width: 20%;
    margin: 0 auto 0 auto;
  }
}
.lesson-point-list li h4 {
  font-size: 2.6rem;
  margin-bottom: 18px;
  color: #F6AA13;
}
@media screen and (max-width: 1024px) {
  .lesson-point-list li h4 {
    font-size: 2.2rem;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .lesson-point-list li h4 {
    font-size: 1.9rem;
    line-height: 1.5em;
    margin-bottom: 10px;
  }
}
.lesson-point-list li p {
  font-size: 1.6rem;
  line-height: 1.8em;
}
@media screen and (max-width: 767px) {
  .lesson-point-list li p {
    font-size: 1.4rem;
    line-height: 1.7em;
  }
}

.lesson-plan-list .lesson-plan-lead {
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .lesson-plan-list .lesson-plan-lead {
    margin-bottom: 10px;
  }
}
.lesson-plan-list .lesson-pop {
  position: absolute;
  top: -50px;
  right: -50px;
  width: 333px;
  height: 273px;
  z-index: 0;
  display: block;
}
@media screen and (max-width: 1024px) {
  .lesson-plan-list .lesson-pop {
    position: relative;
    width: 250px;
    height: 220px;
    top: 0;
    right: 0;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 767px) {
  .lesson-plan-list .lesson-pop {
    width: 200px;
    height: 170px;
    top: 0;
    right: 0;
    margin: 0 auto 30px;
  }
}
.lesson-plan-list .lesson-plan-item {
  background-color: #fff;
  background-image: url(../img/pattern-koshi.png);
  padding: 70px 60px;
  margin-bottom: 40px;
  border-radius: 25px;
  -webkit-box-shadow: 0 0 15px 0 rgba(142, 93, 37, 0.2);
          box-shadow: 0 0 15px 0 rgba(142, 93, 37, 0.2);
  position: relative;
}
@media screen and (max-width: 1024px) {
  .lesson-plan-list .lesson-plan-item {
    padding: 60px 25px;
    margin-bottom: 30px;
    border-radius: 15px;
  }
}
@media screen and (max-width: 767px) {
  .lesson-plan-list .lesson-plan-item {
    padding: 40px 15px;
  }
}
.lesson-plan-list .lesson-plan-2col {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: 0 1%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.lesson-plan-list .lesson-plan-2col .lesson-plan-item {
  width: 49%;
}
@media screen and (max-width: 1024px) {
  .lesson-plan-list .lesson-plan-2col .lesson-plan-item {
    width: 100%;
  }
}
.lesson-plan-list .lesson-plan {
  margin-bottom: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 10px;
  gap: 3%;
}
@media screen and (max-width: 1024px) {
  .lesson-plan-list .lesson-plan {
    margin-bottom: 0px;
    padding: 0 7px;
  }
}
@media screen and (max-width: 1024px) {
  .lesson-plan-list .lesson-plan.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.lesson-plan-list .lesson-plan .plan-img {
  width: 27%;
  padding-top: 10px;
}
@media screen and (max-width: 1024px) {
  .lesson-plan-list .lesson-plan .plan-img {
    width: 50%;
    padding-top: 20px;
    margin: 0 auto;
  }
}
.lesson-plan-list .lesson-plan .plan-img img {
  width: 100%;
  display: block;
}
.lesson-plan-list .lesson-plan .plan-img--col2 {
  width: 54%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 1024px) {
  .lesson-plan-list .lesson-plan .plan-img--col2 {
    width: 100%;
  }
}
.lesson-plan-list .lesson-plan .plan-img--col2 img {
  width: 50%;
}
.lesson-plan-list .lesson-plan .text-area {
  width: 40%;
}
@media screen and (max-width: 1024px) {
  .lesson-plan-list .lesson-plan .text-area {
    width: 100%;
  }
}
.lesson-plan-list .list-corse dt {
  font-size: 2rem;
  margin-bottom: 10px;
  font-weight: 700;
  position: relative;
  padding-left: 25px;
  margin-top: 15px;
  border-bottom: 2px dashed #F6AA13;
}
@media screen and (max-width: 767px) {
  .lesson-plan-list .list-corse dt {
    font-size: 1.6rem;
    margin-bottom: 12px;
    margin-top: 10px;
    padding-left: 15px;
  }
}
.lesson-plan-list .list-corse dt::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 15px;
  height: 15px;
  background-color: #F6AA13;
  border-radius: 50%;
  margin-right: 10px;
  display: block;
}
@media screen and (max-width: 767px) {
  .lesson-plan-list .list-corse dt::before {
    width: 10px;
    height: 10px;
    top: 0.5em;
  }
}
.lesson-plan-list .list-corse dd {
  font-size: 1.6rem;
  line-height: 1.6em;
}
@media screen and (max-width: 767px) {
  .lesson-plan-list .list-corse dd {
    font-size: 1.3rem;
    line-height: 1.4em;
  }
}
.lesson-plan-list .links-culture {
  margin-top: 25px;
}
.lesson-plan-list .links-culture p {
  margin-bottom: 0;
  font-weight: 700;
}
.lesson-plan-list .linklist-culture {
  margin-top: 15px;
}
.lesson-plan-list .linklist-culture a {
  display: block;
  line-height: 1.6em;
  font-weight: 700;
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
}
.lesson-plan-list .linklist-culture a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 26px;
  height: 26px;
  background-image: url(../img/icon-arrow-link.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .lesson-plan-list .linklist-culture a::before {
    width: 20px;
    height: 20px;
    top: 0.2em;
  }
}
.lesson-plan-list .lesson-online .lesson-plan {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .lesson-plan-list .lesson-online .lesson-plan {
    margin-bottom: 40px;
  }
}

/* -------------------------------------------------------------
schedule
------------------------------------------------------------- */
/* MAIN */
.wrapper {
  position: relative;
}

.main {
  width: 100%;
  position: relative;
}

/* NAVI_BUTTON */
.gnav-btn {
  display: block;
  background-image: url(../img/bg-gnav-btn.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: fixed;
  width: 124px;
  height: 107px;
  top: 0;
  right: 0;
  bottom: auto;
  margin: auto;
  z-index: 11;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .gnav-btn {
    width: 70px;
    height: 60px;
  }
}

.gnav-btn div {
  position: relative;
  margin: 25px auto auto 51px;
  width: 40%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .gnav-btn div {
    margin: 12px auto auto 25px;
  }
}

.gnav-btn p {
  position: absolute;
  top: 25px;
  height: 1em;
  width: 100%;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .gnav-btn p {
    top: 12px;
    font-size: 1rem;
  }
}

.gnav-btn span {
  display: block;
  height: 4px;
  background: #604C3F;
  position: absolute;
  width: 100%;
  left: 0;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .gnav-btn span {
    height: 2px;
    border-radius: 5px;
  }
}

.gnav-btn span:nth-child(1) {
  top: 0px;
}
@media screen and (max-width: 767px) {
  .gnav-btn span:nth-child(1) {
    top: 0px;
  }
}

.gnav-btn span:nth-child(2) {
  top: 9px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
@media screen and (max-width: 767px) {
  .gnav-btn span:nth-child(2) {
    top: 6px;
  }
}

.gnav-btn span:nth-child(3) {
  top: 18px;
}
@media screen and (max-width: 767px) {
  .gnav-btn span:nth-child(3) {
    top: 12px;
  }
}

/*開閉ボタンopen時*/
.open .gnav-btn span:nth-child(1) {
  top: 12px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
@media screen and (max-width: 767px) {
  .open .gnav-btn span:nth-child(1) {
    top: 6px;
  }
}

.open .gnav-btn span:nth-child(2) {
  width: 0;
  left: 50%;
}
@media screen and (max-width: 767px) {
  .open .gnav-btn span:nth-child(2) {
    left: 45%;
  }
}

.open .gnav-btn span:nth-child(3) {
  top: 12px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .open .gnav-btn span:nth-child(3) {
    top: 6px;
  }
}

@-webkit-keyframes fadeInLogo {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInLogo {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.gnav {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: auto;
  min-width: 500px;
  height: 100vh;
  background-color: rgba(255, 235, 203, 0.92);
  z-index: 10;
  padding: 50px 40px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .gnav {
    min-width: 100vw;
    padding: 40px 10px 0;
  }
}

.gnav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .gnav ul {
    gap: 10px;
  }
}

.gnav__li {
  font-size: 2.3rem;
}
.gnav__li a {
  text-decoration: none;
  color: #604C3F;
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .gnav__li a {
    text-align: center;
  }
}
.gnav__li a:hover {
  color: #F6AA13;
}
.gnav__li .gnav__li__en {
  font-size: 1.5rem;
  color: #F6AA13;
  display: block;
  width: 100%;
}

/* FOOTER */
.footer {
  padding: 100px 0 50px;
  background-image: url(../img/shuwa-fotter.png);
  background-size: 192px;
  background-position: left 20px bottom 0;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 80px 0 20px;
    background-size: 90px;
    background-position: left -10px bottom 0;
  }
}
.footer__inner {
  width: 100%;
  padding: 0 2em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1000px;
  margin: 0 auto;
}
.footer .copyright {
  text-align: center;
  font-size: 0.8em;
  display: block;
}
@media screen and (max-width: 767px) {
  .footer .copyright {
    font-size: 0.8rem;
  }
}
.footer .contact-mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .footer .contact-mail {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    letter-spacing: 0;
    font-size: 1.4rem;
    gap: 5px;
    margin-bottom: 30px;
  }
}
.footer .contact-mail img {
  display: block;
}
@media screen and (max-width: 767px) {
  .footer .contact-mail img {
    width: 25px;
    height: 25px;
  }
}
.footer .sns {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .footer .sns {
    margin-bottom: 80px;
  }
}
.footer .sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .footer .sns ul {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .footer .sns ul li {
    width: 50%;
  }
}
.footer .sns ul li a {
  text-decoration: none;
  color: #604C3F;
  font-size: 1.9rem;
  line-height: 1em;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 5px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .footer .sns ul li a {
    width: 100%;
    letter-spacing: 0;
    font-size: 1.6rem;
    line-height: 0.8em;
    gap: 0;
  }
}
.footer .sns ul li a img {
  display: block;
}
.footer .sns ul li a p {
  margin: 0;
  padding: 0;
}
.footer .sns ul li a span {
  font-size: 1.2rem;
  line-height: 1.6em;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .footer .sns ul li a span {
    font-size: 1rem;
  }
}
.footer .sns ul li a .icon-sns {
  display: block;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 767px) {
  .footer .sns ul li a .icon-sns {
    width: 30px;
    height: 30px;
  }
}
.footer .sns a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer .sns .icon-sns {
  width: 25px;
  height: 25px;
  margin-right: 8px;
  display: inline-block;
}
@media screen and (min-width: 1025px) {
  .footer .sns .icon-sns {
    width: 30px;
    height: 30px;
  }
}

.gotop {
  display: block;
  position: fixed;
  bottom: 50px;
  right: 20px;
  width: 80px;
  height: 80px;
  cursor: pointer;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .gotop {
    width: 50px;
    height: 50px;
  }
}
.gotop img {
  display: block;
  width: 100%;
}

/* HEADER */
.header {
  position: relative;
}
.header__logo {
  width: 118px;
  height: auto;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  .header__logo {
    width: 90px;
    top: 10px;
    left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .header__logo {
    width: 62px;
    top: 10px;
    left: 10px;
  }
}
.header__logo img {
  width: 100%;
  height: auto;
}

/* Head */
.title {
  font-size: 5.2rem;
  line-height: 1.3em;
  margin-bottom: 60px;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1024px) {
  .title {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .title {
    font-size: 2.5rem;
  }
}
.title__en {
  font-size: 2rem;
  color: #F6AA13;
  display: block;
  width: 100%;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1em;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .title__en {
    font-size: 1.6rem;
  }
}

.title-hana {
  font-size: 3rem;
  position: relative;
  text-align: center;
  margin: 0 0 40px 0;
}
@media screen and (max-width: 767px) {
  .title-hana {
    font-size: 2rem;
    margin: 0 0 20px 0;
  }
}
.title-hana span {
  display: inline-block;
  position: relative;
}
.title-hana span::before, .title-hana span::after {
  content: "";
  display: block;
  width: 36px;
  height: 32px;
  background-image: url(../img/title-hana-right.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 767px) {
  .title-hana span::before, .title-hana span::after {
    width: 24px;
    height: 20px;
    top: 4px;
  }
}
.title-hana span::before {
  left: -50px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .title-hana span::before {
    left: -32px;
  }
}
.title-hana span::after {
  background-image: url(../img/title-hana-left.svg);
  right: -48px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .title-hana span::after {
    right: -32px;
  }
}

.title-stripe {
  background-size: auto auto;
  background-color: rgb(250, 210, 125);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(255, 255, 255, 0.2) 10px, rgba(255, 255, 255, 0.2) 15px);
  padding: 8px 20px;
  border-radius: 5px;
  margin-bottom: 30px;
  text-align: center;
  font-size: 2.3rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  line-height: 1.3em;
}
@media screen and (max-width: 767px) {
  .title-stripe {
    font-size: 1.7rem;
    padding: 4px 10px;
    margin-bottom: 20px;
    border-radius: 3px;
  }
}

.title-bg-orange {
  background-color: #FDE8C6;
  border-radius: 50px;
  padding: 5px 20px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  .title-bg-orange {
    font-size: 1.3rem;
    padding: 3px 10px;
    margin-bottom: 10px;
    border-radius: 30px;
  }
}

.head--h2 {
  font-size: 1.6rem;
  border-bottom: 4px solid #d8d4d3;
  padding-bottom: 10px;
  margin-top: -80px;
  padding-top: 100px;
  font-weight: 700;
}
@media screen and (min-width: 1025px) {
  .head--h2 {
    font-size: 2.1rem;
  }
}
.head--h2--center {
  text-align: center;
  font-size: 1.8em;
  margin-bottom: 25px;
  line-height: 1.3em;
  font-weight: 800;
  margin-top: -60px;
  padding-top: 100px;
}
@media screen and (max-width: 1024px) {
  .head--h2--center {
    font-size: 2.3em;
    margin-bottom: 40px;
  }
}
.head--h3 {
  font-weight: 700;
  font-size: 1.5rem;
  padding-top: 10px;
}
@media screen and (max-width: 1024px) {
  .head--h3 {
    font-size: 1.8rem;
  }
}

/* SNS SHARE */
.sns-area {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sns-area__label {
  margin-right: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sns-area__icon-list ul {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}
.sns-area__icon-list li {
  margin: 0 10px;
}
.sns-area__icon-list li a {
  display: block;
}
.sns-area__icon-list li a img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}

a > img {
  display: block;
  width: 100%;
}
a > img:hover {
  opacity: 0.6;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* BUTTON */
.btn {
  background: #F6AA13;
  width: 70%;
  max-width: 350px;
  display: block;
  text-align: center;
  margin: 15px auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-decoration: none;
  position: relative;
  font-weight: 700;
  border-radius: 10px;
  overflow: hidden;
  height: 65px;
  line-height: 65px;
}
@media screen and (max-width: 767px) {
  .btn {
    height: 45px;
    line-height: 45px;
    border-radius: 5px;
  }
}
.btn:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #ffc85a;
}
.btn a {
  padding: 0 20px;
  text-decoration: none;
  display: block;
  width: 100%;
  height: auto;
  color: #604C3F;
  text-align: center;
}

.btn::after {
  background: #FFFBF1;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}

.btn:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

/* CONTENT */
.content-inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 2em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 40px;
  box-sizing: border-box;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .content-inner {
    padding: 0 1em;
  }
}
@media screen and (max-width: 767px) {
  .content-inner {
    padding: 0 2em;
  }
}

.content-box {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 2em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1000px;
  background-color: #fff;
  box-sizing: border-box;
  margin: 0 auto;
  -webkit-box-shadow: 3px 4px 8px 0px rgba(0, 0, 0, 0.13);
          box-shadow: 3px 4px 8px 0px rgba(0, 0, 0, 0.13);
  width: calc(100% - 3rem);
  padding: 60px 80px;
  border: solid 12px #FDD44B;
}
@media screen and (max-width: 767px) {
  .content-box {
    padding: 0 1em;
  }
}
@media screen and (max-width: 1024px) {
  .content-box {
    width: calc(100% - 10rem);
    padding: 30px 40px 40px;
    border: solid 10px #FDD44B;
  }
}
@media screen and (max-width: 767px) {
  .content-box {
    width: 100%;
    padding: 30px 40px;
    border: solid 8px #FDD44B;
  }
}
.content-box + .content-box {
  margin-top: 50px;
}

.section-wrap {
  margin-bottom: 60px;
}
@media screen and (min-width: 1025px) {
  .section-wrap {
    margin-bottom: 60px;
  }
}

/* YOUTUBE */
.youtube {
  position: relative;
  padding-top: 52.25%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .youtube {
    width: 95%;
  }
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* IMAGES */
.img-box img {
  width: auto;
  max-width: 100%;
  display: block;
  margin: 10px 0;
}
.img-box.center img {
  margin: 10px auto;
}

.font--orange {
  color: #F6AA13;
}
.font--xl {
  font-size: 4rem;
}
.font--l {
  font-size: 1.6rem;
}
@media screen and (min-width: 1025px) {
  .font--l {
    font-size: 1.8rem;
  }
}
.font--m {
  font-size: 1.4rem;
}
@media screen and (min-width: 1025px) {
  .font--m {
    font-size: 1.5rem;
  }
}
.font--s {
  font-size: 1rem;
  line-height: 1.4em;
}
@media screen and (min-width: 1025px) {
  .font--s {
    font-size: 1.2rem;
  }
}

/* LIST */
.list--circle {
  margin-bottom: 20px;
}
.list--circle > li {
  margin-bottom: 10px;
  line-height: 1.4em;
  padding-left: 1em;
  position: relative;
}
.list--circle > li::before {
  content: "・";
  position: absolute;
  left: 0;
}

.list--notice {
  margin-bottom: 20px;
}
.list--notice > li {
  margin-bottom: 7px;
  line-height: 1.4em;
  padding-left: 1em;
  position: relative;
  font-size: 1.2rem;
  font-weight: normal;
}
.list--notice > li::before {
  content: "※";
  position: absolute;
  left: 0;
}

.table_list {
  border-top: 1px solid #d8d4d3;
  margin-bottom: 20px;
  display: block;
}
@media screen and (min-width: 1025px) {
  .table_list {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.table_list dt {
  color: #F6AA13;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 600;
  font-size: 1em;
  padding: 20px 5px 10px;
}
@media screen and (min-width: 1025px) {
  .table_list dt {
    padding: 20px 10px;
    width: 10em;
    border-bottom: 1px solid #d8d4d3;
  }
}
.table_list dt span {
  display: inline-block;
  background-color: #F6AA13;
  color: #fff;
  padding: 5px 10px;
  line-height: 1em;
}
@media screen and (min-width: 1025px) {
  .table_list dt span {
    padding: 8px 15px;
    line-height: 1em;
  }
}
.table_list dd {
  padding: 0 5px 20px;
  border-bottom: 1px solid #d8d4d3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1025px) {
  .table_list dd {
    padding: 20px 10px 20px;
    width: calc(100% - 10em);
  }
}

.head--h2 + .table_list {
  border-top: none;
}

/*========= 頁遷移 ===============*/
body {
  -webkit-animation-name: fadeInAnime;
          animation-name: fadeInAnime;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* fadeUp */
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fadeUpTrigger {
  opacity: 0;
}

/* flipLeft */
.flipLeft {
  -webkit-animation-name: flipLeft;
          animation-name: flipLeft;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-perspective-origin: left center;
          perspective-origin: left center;
  opacity: 0;
}

@-webkit-keyframes flipLeft {
  from {
    -webkit-transform: perspective(600px) translate3d(0, 0, 0) rotateY(50deg);
            transform: perspective(600px) translate3d(0, 0, 0) rotateY(50deg);
    opacity: 0;
  }
  to {
    -webkit-transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
            transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes flipLeft {
  from {
    -webkit-transform: perspective(600px) translate3d(0, 0, 0) rotateY(50deg);
            transform: perspective(600px) translate3d(0, 0, 0) rotateY(50deg);
    opacity: 0;
  }
  to {
    -webkit-transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
            transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
    opacity: 1;
  }
}
[class*=bg-hana] {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0.5;
  -webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: transform 0.8s ease-out, opacity 0.8s ease-out;
  transition: transform 0.8s ease-out, opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
}
[class*=bg-hana].hana-animated {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

/* modaal */
.modaal-image .modaal-close {
  position: absolute;
  right: 0;
  top: -60px;
  margin: auto;
  width: 40px;
  height: 40px;
}
.modaal-image .modaal-close::after, .modaal-image .modaal-close::before {
  border-radius: 0;
  width: 2px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 30px;
}
@media screen and (min-width: 1025px) {
  .modaal-image .modaal-close::after, .modaal-image .modaal-close::before {
    height: 40px;
  }
}
.modaal-image .modaal-close:hover {
  background: transparent;
}
.modaal-image .modaal-close:focus:before, .modaal-image .modaal-close:focus:after, .modaal-image .modaal-close:hover:before, .modaal-image .modaal-close:hover:after {
  background: #F6AA13;
}/*# sourceMappingURL=style.css.map */