@font-face {
  font-family: "03SmartFontUI";
  src: url("./src/fonts/smartui.otf"); }

* {
  margin: 0;
  padding: 0; }

html,
body {
  position: relative;
  font-size: 62.5%;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  color: #000;
  scroll-behavior: smooth; }
  @media screen and (max-width: 1200px) {
    html,
    body {
      min-width: 1200px; } }
  @media screen and (max-width: 767px) {
    html,
    body {
      min-width: 100%; } }

ul {
  list-style: none;
  padding: 0;
  margin: 0; }

p,
h1,
h2,
h3,
dl,
dd {
  margin: 0; }

a {
  text-decoration: none;
  color: inherit; }

h1 {
  font-size: 4.8rem;
  letter-spacing: 0.08em;
  font-family: "03SmartFontUI";
  font-weight: 400; }
  @media screen and (max-width: 767px) {
    h1 {
      width: 80%;
      font-size: 6.3vw;
      margin: 0 auto; } }

input::-webkit-input-placeholder {
  color: #a5a5a5;
  font-size: 1.4rem; }

input:-ms-input-placeholder {
  color: #a5a5a5;
  font-size: 1.4rem; }

input::-ms-input-placeholder {
  color: #a5a5a5;
  font-size: 1.4rem; }

input::placeholder {
  color: #a5a5a5;
  font-size: 1.4rem; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none; }

.body-nav-active {
  overflow: hidden; }

.title {
  position: relative;
  z-index: 1;
  background: url("./src/img/title-bg.png");
  -webkit-background-size: 100% 100%;
          background-size: 100%;
  background-repeat: no-repeat;
  width: 382px;
  height: 220px;
  margin: 0 auto;
  text-align: center;
  padding-top: 76px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff; }
  @media screen and (max-width: 767px) {
    .title {
      width: 49.81%;
      height: 25.03vw;
      padding-top: 10%; } }

.navigation {
  background: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  height: 100px;
  font-family: "03SmartFontUI";
  z-index: 2; }
  @media screen and (max-width: 767px) {
    .navigation {
      position: fixed;
      top: 1%;
      left: 3%;
      width: 94%;
      margin: 0 auto;
      background: rgba(255, 255, 255, 0.9);
      -webkit-border-radius: 10px;
              border-radius: 10px;
      height: 11.74vw; } }
  .navigation__container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    padding: 10px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      .navigation__container {
        max-width: 100%;
        padding: 0 7%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; } }
    @media screen and (max-width: 767px) {
      .navigation__container {
        padding: 1.81% 4.2%; } }
  .navigation__logo-subtitle {
    font-size: 1.4rem;
    letter-spacing: 0.05em; }
    @media screen and (max-width: 767px) {
      .navigation__logo-subtitle {
        line-height: 2.14em;
        font-size: 1.8vw; } }
  .navigation__logo-title {
    font-size: 3rem; }
    @media screen and (max-width: 767px) {
      .navigation__logo-title {
        font-size: 3.8vw; } }
  .navigation__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 767px) {
      .navigation__list {
        display: none;
        width: 94%;
        position: fixed;
        overflow: scroll;
        top: 14vw;
        left: 3%;
        bottom: 3%;
        -webkit-border-radius: 10px;
                border-radius: 10px;
        padding: 9% 6%;
        background: #fff;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; } }
    .navigation__list--active {
      display: block; }
  .navigation__icon {
    display: block; }
    @media screen and (max-width: 767px) {
      .navigation__icon {
        display: none;
        margin-left: 14%; } }
    .navigation__icon--sp {
      display: none; }
      @media screen and (max-width: 767px) {
        .navigation__icon--sp {
          display: block; } }
  .navigation__link {
    width: 128px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    cursor: pointer; }
    @media screen and (max-width: 767px) {
      .navigation__link {
        border-right: 1px dotted #000;
        width: 215px;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
  .navigation__text {
    margin-top: 11px;
    font-size: 1.8rem; }
    @media screen and (max-width: 767px) {
      .navigation__text {
        margin-top: 0;
        font-size: 4.7vw;
        margin-bottom: 11.7%; } }
  .navigation__item {
    position: relative;
    border-right: 1px dotted #000; }
    @media screen and (max-width: 767px) {
      .navigation__item {
        border: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 10.6%; } }
    .navigation__item:first-child {
      border-left: 1px dotted #000; }
      @media screen and (max-width: 767px) {
        .navigation__item:first-child {
          border: 0; } }
      .navigation__item:first-child .navigation__icon--sp {
        width: 33.1%; }
    .navigation__item:nth-child(2) .navigation__icon--sp {
      width: 46.6%; }
    .navigation__item:nth-child(3) .navigation__icon--sp {
      width: 51.7%; }
    @media screen and (max-width: 767px) {
      .navigation__item:nth-child(4) .navigation__icon {
        display: block;
        margin: 0;
        margin-right: 3.6%;
        width: 7.1%; }
      .navigation__item:nth-child(4) .navigation__link {
        width: 100%;
        border: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
      .navigation__item:nth-child(4) .navigation__text {
        margin: 0; } }
    .navigation__item::before {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: -1;
      content: '';
      background: #10c2dc;
      -webkit-transform-origin: right top;
          -ms-transform-origin: right top;
              transform-origin: right top;
      -webkit-transform: scale(0, 1);
          -ms-transform: scale(0, 1);
              transform: scale(0, 1);
      -webkit-transition: -webkit-transform 0.3s;
      transition: -webkit-transform 0.3s;
      -o-transition: transform 0.3s;
      transition: transform 0.3s;
      transition: transform 0.3s, -webkit-transform 0.3s; }
    .navigation__item:hover::before {
      -webkit-transform-origin: left top;
          -ms-transform-origin: left top;
              transform-origin: left top;
      -webkit-transform: scale(1, 1);
          -ms-transform: scale(1, 1);
              transform: scale(1, 1); }
      @media screen and (max-width: 767px) {
        .navigation__item:hover::before {
          -webkit-transform: scale(0, 1);
              -ms-transform: scale(0, 1);
                  transform: scale(0, 1); } }
  .navigation__button {
    font-family: "kozuka-gothic-pr6n", sans-serif;
    color: #fff;
    font-weight: 700;
    font-size: 1.8rem;
    width: 200px;
    height: 60px;
    background: #bb2f2f;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-border-radius: 30px;
            border-radius: 30px;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease; }
    @media screen and (max-width: 767px) {
      .navigation__button {
        display: none; } }
    .navigation__button:hover {
      background: #10c2dc; }
  .navigation__hamburger-line {
    width: 6.52vw;
    height: 0.8vw;
    margin-bottom: 1.31vw;
    background: #25bbea;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease; }
  .navigation__hamburger-text {
    font-size: 1.8vw;
    letter-spacing: 0.05em;
    color: #c1c1c1;
    font-family: "kozuka-gothic-pr6n", sans-serif;
    line-height: 0.9em;
    text-align: center;
    max-height: 12px;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    overflow: hidden; }
  .navigation__overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease; }
    .navigation__overlay--active {
      opacity: 0.5;
      z-index: 2; }
  .navigation__mobile {
    display: none; }
    @media screen and (max-width: 767px) {
      .navigation__mobile {
        display: block; } }
    .navigation__mobile--active {
      margin-top: 10px; }
      .navigation__mobile--active .navigation__hamburger-line:first-child {
        -webkit-transform: rotate(-45deg) translate(-2.1vw, 1vw);
            -ms-transform: rotate(-45deg) translate(-2.1vw, 1vw);
                transform: rotate(-45deg) translate(-2.1vw, 1vw); }
      .navigation__mobile--active .navigation__hamburger-line:nth-child(2) {
        opacity: 0; }
      .navigation__mobile--active .navigation__hamburger-line:last-child {
        -webkit-transform: rotate(45deg) translate(-1.7vw, -1.2vw);
            -ms-transform: rotate(45deg) translate(-1.7vw, -1.2vw);
                transform: rotate(45deg) translate(-1.7vw, -1.2vw); }
      .navigation__mobile--active .navigation__hamburger-text {
        max-height: 0;
        opacity: 0; }
  .navigation__sublist {
    position: absolute;
    top: 62px;
    background: #fff;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease; }
    @media screen and (max-width: 767px) {
      .navigation__sublist {
        max-height: none;
        position: static;
        margin-left: 7.3%;
        text-align: left; } }
    .navigation__sublist--active {
      max-height: 191px; }
  .navigation__subitem:not(:last-child) {
    border-bottom: 1px dotted #000; }
    @media screen and (max-width: 767px) {
      .navigation__subitem:not(:last-child) {
        border: 0; } }
  .navigation__sublink {
    width: 156px;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    display: block;
    padding: 10px;
    font-size: 1.8rem;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .navigation__sublink {
        font-size: 4.7vw;
        padding: 5%;
        width: 100%;
        text-align: left; } }
    .navigation__sublink:hover {
      background: #bb2f2f;
      color: #fff; }
  .navigation__icon-mobile {
    display: none;
    margin-left: 21px; }
    @media screen and (max-width: 767px) {
      .navigation__icon-mobile {
        display: block;
        margin-left: 3.7%;
        width: 5%; } }
  .navigation__others-list {
    display: none;
    border-bottom: 1px dotted #000; }
    @media screen and (max-width: 767px) {
      .navigation__others-list {
        display: block; } }
  .navigation__others-item {
    font-size: 4.7vw;
    margin-bottom: 7.1%;
    border: 0; }
  .navigation__contact {
    display: none; }
    @media screen and (max-width: 767px) {
      .navigation__contact {
        display: block;
        margin-top: 7.1%; } }
  .navigation__fax {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding: 3.8%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .navigation__call {
    margin-right: 2.96%;
    width: 19.53%;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
  .navigation__fax-text {
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1em;
    font-size: 7.5vw;
    color: #303030;
    font-family: "kozuka-gothic-pr6n", sans-serif; }
  .navigation__fax-subtext {
    font-size: 4.4vw; }
  .navigation__email {
    width: 100%;
    margin: 0;
    padding: 3.8%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 21.8vw;
    -webkit-border-radius: 10px;
            border-radius: 10px;
    background: #bb2f2f;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease; }
    .navigation__email:hover {
      background: #10c2dc; }
  .navigation__email-image {
    margin-right: 4.27%;
    width: 19.53%;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
  .navigation__email-text {
    color: #fff;
    font-weight: 700;
    font-size: 5vw; }

.banner {
  position: relative;
  width: 100%;
  height: 85vh; }
  .banner__video-container {
    height: 100%;
    overflow: hidden; }
  .banner__video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top; }
  .banner__admission-container {
    position: absolute;
    max-width: 1200px;
    margin: 0 auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
    @media screen and (max-width: 767px) {
      .banner__admission-container {
        max-width: 100%;
        padding: 0 7%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        top: auto;
        left: auto; } }
  .banner__admission {
    position: absolute;
    right: 0;
    bottom: -30px; }
    @media screen and (max-width: 767px) {
      .banner__admission {
        bottom: 0;
        width: 198px; } }

.notice {
  background: url("./src/img/notice-bg.jpg");
  padding: 55px 0; }
  @media screen and (max-width: 767px) {
    .notice {
      padding: 5.22% 0 7.83%; } }
  .notice__container {
    max-width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .notice__container {
        max-width: 100%;
        padding: 0 7%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; } }
    @media screen and (max-width: 767px) {
      .notice__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .notice__main-title {
    margin-left: 24px; }
    @media screen and (max-width: 767px) {
      .notice__main-title {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-left: 0;
        margin-bottom: 2.9%; } }
  .notice__icon {
    margin-right: 16px; }
    @media screen and (max-width: 767px) {
      .notice__icon {
        margin-right: 2.4vw;
        width: 11.48vw; } }
  .notice__title {
    font-family: "03SmartFontUI";
    font-size: 3.6rem;
    color: #23c0e1;
    letter-spacing: 0.08em; }
    @media screen and (max-width: 767px) {
      .notice__title {
        font-size: 4.7vw; } }
  .notice__more {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 120px;
    height: 34px;
    padding-left: 30px;
    color: #fff;
    font-weight: 700;
    background: #4fc7e3;
    margin-left: auto;
    font-size: 1.6rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-border-radius: 15px;
            border-radius: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: 19px;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease; }
    @media screen and (max-width: 767px) {
      .notice__more {
        width: 27.3%;
        height: 5.87vw;
        -webkit-border-radius: 22.5px;
                border-radius: 22.5px;
        margin-top: 0;
        font-size: 3.1vw;
        padding-left: 7.43%;
        margin-left: 0; } }
    .notice__more:hover {
      background: #bb2f2f; }
    .notice__more::after {
      content: '';
      position: absolute;
      background: url("./src/img/arrow-right.png");
      -webkit-background-size: 100% 100%;
              background-size: 100%;
      background-repeat: no-repeat;
      width: 17px;
      height: 17px;
      right: 11px;
      top: 9px; }
      @media screen and (max-width: 767px) {
        .notice__more::after {
          width: 3.26vw;
          height: 3.26vw;
          right: 6.7%;
          top: 23%; } }
  .notice__list {
    margin-right: 33px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (max-width: 767px) {
      .notice__list {
        grid-template-columns: 1fr;
        margin-right: 0; } }
  .notice__item:not(:first-child) {
    margin-left: 30px; }
    @media screen and (max-width: 767px) {
      .notice__item:not(:first-child) {
        margin-left: 0; } }
  .notice__item:not(:last-child) {
    border-right: 1px solid #4fc7e3; }
    @media screen and (max-width: 767px) {
      .notice__item:not(:last-child) {
        border-right: 0;
        border-bottom: 1px solid #4fc7e3; } }
  .notice__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (max-width: 767px) {
      .notice__link {
        padding: 2.3% 0; } }
  .notice__image-container {
    width: 180px;
    height: 111px;
    background: #959595;
    overflow: hidden;
    margin-right: 20px; }
    @media screen and (max-width: 767px) {
      .notice__image-container {
        width: 37%;
        height: 20.6vw;
        margin-right: 5.8%;
        -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0; } }
  .notice__image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; }
  .notice__category {
    font-size: 1.2rem;
    color: #7d7d7d;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (max-width: 767px) {
      .notice__category {
        font-size: 2.5vw; } }
    .notice__category::before {
      content: '';
      background-image: url("./src/img/news-category.png");
      -webkit-background-size: 100% 100%;
              background-size: 100%;
      background-repeat: no-repeat;
      width: 2rem;
      height: 2rem;
      margin-right: 1rem; }
      @media screen and (max-width: 767px) {
        .notice__category::before {
          height: 4vw;
          width: 4vw;
          margin-right: 1rem; } }
  .notice__date {
    font-size: 1.2rem;
    letter-spacing: 0.08em; }
    @media screen and (max-width: 767px) {
      .notice__date {
        font-size: 2.6vw; } }
  .notice__item-title {
    font-weight: 700;
    font-size: 1.6rem;
    letter-spacing: 0.08em;
    line-height: 1.88em;
    width: 208px;
    margin-top: 13px; }
    @media screen and (max-width: 767px) {
      .notice__item-title {
        width: 100%;
        font-size: 3.2vw;
        margin-top: 5%; } }

.garden-intro {
  padding: 14.22px 0 68.26px;
  background: url("./src/img/garden-intro-bg.jpg");
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
          background-size: 100%;
  background-position: bottom;
  position: relative; }
  @media screen and (max-width: 767px) {
    .garden-intro {
      padding: 5% 0 16.7%;
      background: url("./src/img/garden-intro-sp.jpg");
      background-repeat: no-repeat;
      -webkit-background-size: 100% 100%;
              background-size: 100%;
      background-position: bottom; } }
  .garden-intro__container {
    max-width: 853.2px;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .garden-intro__container {
        max-width: 100%; } }
  .garden-intro__main-title {
    width: 271.6px;
    height: 154px;
    text-align: center;
    padding-top: 52px; }
    @media screen and (max-width: 767px) {
      .garden-intro__main-title {
        width: 49.81%;
        height: 29.03vw;
        padding-top: 10%; } }
  .garden-intro__title {
    font-size: 3.41rem; }
    @media screen and (max-width: 767px) {
      .garden-intro__title {
        font-size: 6.3vw; } }
  .garden-intro__banner {
    position: relative;
    margin-top: -86px; }
    @media screen and (max-width: 767px) {
      .garden-intro__banner {
        margin-top: -31vw;
        padding: 0 3%; } }
  .garden-intro__left {
    position: absolute;
    top: 186px;
    left: 17px;
    width: 252px; }
    @media screen and (max-width: 767px) {
      .garden-intro__left {
        display: none; } }
  .garden-intro__right {
    position: absolute;
    top: 170px;
    right: 50px;
    width: 196px; }
    @media screen and (max-width: 767px) {
      .garden-intro__right {
        display: none; } }
  .garden-intro__image {
    display: block;
    width: 100%; }
    @media screen and (max-width: 767px) {
      .garden-intro__image {
        display: none; } }
    .garden-intro__image--sp {
      display: none; }
      @media screen and (max-width: 767px) {
        .garden-intro__image--sp {
          display: block; } }
  .garden-intro__text {
    position: absolute;
    font-family: "03SmartFontUI";
    font-size: 2.13rem;
    line-height: 1.6em;
    text-shadow: 1px 1px 9px #000;
    color: #fff;
    bottom: 10px;
    left: 14px; }
    @media screen and (max-width: 767px) {
      .garden-intro__text {
        font-size: 4.7vw;
        bottom: 9%;
        left: 9%; } }
  .garden-intro__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 40px; }
    @media screen and (max-width: 767px) {
      .garden-intro__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-top: 15px;
        padding: 0 7%; } }
  @media screen and (max-width: 767px) {
    .garden-intro__item:not(:last-child) {
      margin-bottom: 20px; } }
  .garden-intro__link {
    position: relative;
    width: 255.96px;
    height: 71.1px;
    -webkit-border-radius: 5.69px;
            border-radius: 5.69px;
    background: #6a2d1b;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (max-width: 767px) {
      .garden-intro__link {
        width: 100%;
        height: auto;
        -webkit-border-radius: 10px;
                border-radius: 10px; } }
    .garden-intro__link::after {
      content: '';
      width: 7.11px;
      height: 11.38px;
      position: absolute;
      right: 14.22px;
      top: 50%;
      margin-top: -7.38px;
      background: url("./src/img/arrow-right-white.png");
      -webkit-background-size: 100% 100%;
              background-size: 100%;
      background-repeat: no-repeat; }
      @media screen and (max-width: 767px) {
        .garden-intro__link::after {
          width: 2vw;
          height: 3.3vw;
          right: 5%; } }
  .garden-intro__item-image {
    height: 100%;
    display: block; }
    @media screen and (max-width: 767px) {
      .garden-intro__item-image {
        display: none; } }
    .garden-intro__item-image--sp {
      display: none; }
      @media screen and (max-width: 767px) {
        .garden-intro__item-image--sp {
          display: block;
          width: 32%; } }
  .garden-intro__item-text {
    font-size: 1.7rem;
    letter-spacing: 0.05em;
    font-weight: 700;
    width: 100%;
    text-align: center;
    margin-right: 7.11px; }
    @media screen and (max-width: 767px) {
      .garden-intro__item-text {
        font-size: 4.7vw;
        margin-right: 15px; } }

.garden-feature {
  position: relative;
  background: url("./src/img/garden-feature-bg.jpg");
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 53px 0 101px; }
  @media screen and (max-width: 767px) {
    .garden-feature {
      padding: 7% 0 10.3%; } }
  .garden-feature__container {
    max-width: 1200px;
    margin: 0 auto;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .garden-feature__container {
        max-width: 100%;
        padding: 0 7%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; } }
  .garden-feature__short-description {
    position: relative;
    width: 581px;
    height: 345px;
    margin: auto;
    background: url("./src/img/garden-feature-short-desc.png");
    -webkit-background-size: 100% 100%;
            background-size: 100%;
    background-repeat: no-repeat;
    font-size: 1.8rem;
    letter-spacing: 0.08em;
    line-height: 1.67em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: -50px;
    z-index: 0; }
    @media screen and (max-width: 767px) {
      .garden-feature__short-description {
        padding: 10.62% 0;
        width: 100%;
        height: auto;
        font-size: 4vw;
        -webkit-background-size: 94% 94%;
                background-size: 94%;
        background-position: center left;
        margin-bottom: 4%;
        margin-top: -7.6%; } }
  .garden-feature__short-description-text {
    width: 410px; }
    @media screen and (max-width: 767px) {
      .garden-feature__short-description-text {
        width: 100%; } }
  .garden-feature__emphasis {
    color: #b42c2c; }
  .garden-feature__stars {
    position: absolute;
    top: 165px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 0; }
    @media screen and (max-width: 767px) {
      .garden-feature__stars {
        display: none; } }
  .garden-feature__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: -35px; }
    @media screen and (max-width: 767px) {
      .garden-feature__list {
        margin-top: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
  @media screen and (max-width: 767px) {
    .garden-feature__item:not(:last-child) {
      margin-bottom: 16.1%; } }
  .garden-feature__item:nth-child(2) {
    margin-top: 40px; }
    @media screen and (max-width: 767px) {
      .garden-feature__item:nth-child(2) {
        margin-top: 0; } }
  .garden-feature__link {
    position: relative;
    width: 360px;
    background: #6a2d1b;
    -webkit-border-radius: 8px;
            border-radius: 8px;
    display: block; }
    @media screen and (max-width: 767px) {
      .garden-feature__link {
        width: 100%;
        -webkit-border-radius: 10px;
                border-radius: 10px; } }
  .garden-feature__design {
    position: absolute;
    top: -54px;
    left: 0;
    right: 0;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .garden-feature__design {
        top: -12%;
        width: 54%; } }
    .garden-feature__design--first {
      top: -47px; }
      @media screen and (max-width: 767px) {
        .garden-feature__design--first {
          top: -12%; } }
  .garden-feature__image {
    width: 100%; }
  .garden-feature__text {
    position: relative;
    font-size: 2.4rem;
    letter-spacing: 0.08em;
    color: #fff;
    height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media screen and (max-width: 767px) {
      .garden-feature__text {
        padding-bottom: 1.6%;
        height: auto;
        font-size: 4.7vw;
        font-weight: 700; } }
    .garden-feature__text::after {
      content: '';
      position: absolute;
      width: 8px;
      height: 14px;
      background: url("./src/img/arrow-right-white.png");
      -webkit-background-size: 100% 100%;
              background-size: 100%;
      background-repeat: no-repeat;
      right: 43px;
      top: 23px; }
      @media screen and (max-width: 767px) {
        .garden-feature__text::after {
          width: 1.82%;
          height: 2.61vw;
          right: 9.1%;
          top: 34%; } }

.childcare {
  padding: 40px 0 173px;
  background: url("./src/img/childcare-bg.png");
  background-position: bottom;
  -webkit-background-size: 100% 100%;
          background-size: 100%;
  background-repeat: no-repeat; }
  @media screen and (max-width: 767px) {
    .childcare {
      padding: 2.61% 0 26.1%;
      -webkit-background-size: auto auto;
              background-size: auto; } }
  .childcare__container {
    max-width: 1200px;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .childcare__container {
        max-width: 100%;
        padding: 0 7%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; } }
  .childcare__main-title {
    position: relative; }
  .childcare__image {
    display: none; }
    @media screen and (max-width: 767px) {
      .childcare__image {
        display: block;
        width: 100%; } }
  .childcare__image-left {
    position: absolute;
    right: 425px;
    top: 65px; }
    @media screen and (max-width: 767px) {
      .childcare__image-left {
        display: none; } }
  .childcare__image-right {
    position: absolute;
    left: 440px;
    top: 65px; }
    @media screen and (max-width: 767px) {
      .childcare__image-right {
        display: none; } }
  .childcare__list {
    display: grid;
    grid-template-columns: 1fr 602px;
    grid-template-areas: '... second';
    grid-gap: 20px 58px;
    -webkit-box-align: end;
    -webkit-align-items: end;
        -ms-flex-align: end;
            align-items: end;
    margin-top: 22px; }
    @media screen and (max-width: 767px) {
      .childcare__list {
        grid-template-columns: 1fr;
        grid-gap: 20px 0;
        grid-template-areas: '...'
 '...'
 'second'; } }
  .childcare__item-text {
    font-weight: 700;
    font-size: 2.4rem;
    letter-spacing: 0.08em;
    margin-left: 163px; }
    @media screen and (max-width: 767px) {
      .childcare__item-text {
        font-size: 4.7vw;
        margin-left: 9.25%; } }
  .childcare__item {
    position: relative;
    height: 120px; }
    @media screen and (max-width: 767px) {
      .childcare__item {
        height: 15.65vw; } }
    .childcare__item:nth-child(2) {
      grid-area: second;
      grid-row: 1/3;
      height: 182px; }
      @media screen and (max-width: 767px) {
        .childcare__item:nth-child(2) {
          grid-row: auto/auto;
          -webkit-box-ordinal-group: 4;
          -webkit-order: 3;
              -ms-flex-order: 3;
                  order: 3;
          height: 23.5vw; } }
      .childcare__item:nth-child(2) .childcare__item-text {
        margin-left: 62px; }
        @media screen and (max-width: 767px) {
          .childcare__item:nth-child(2) .childcare__item-text {
            margin-left: 9.25%; } }
  .childcare__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background: url("./src/img/dots-bg.png");
    -webkit-background-size: 100% 100%;
            background-size: 100%;
    width: 100%;
    height: 100%; }
    @media screen and (max-width: 767px) {
      .childcare__link {
        -webkit-background-size: cover;
                background-size: cover; } }
    .childcare__link::after {
      content: '';
      position: absolute;
      right: 0;
      bottom: -3px;
      border-width: 0 0 15px 15px;
      border-color: transparent transparent #000 transparent;
      width: 0;
      height: 0;
      border-style: solid; }
      @media screen and (max-width: 767px) {
        .childcare__link::after {
          bottom: 0; } }
  .childcare__item-image {
    position: absolute;
    right: 9px;
    bottom: 0; }
    @media screen and (max-width: 767px) {
      .childcare__item-image--first {
        right: 3.5%;
        width: 18.5%; } }
    @media screen and (max-width: 767px) {
      .childcare__item-image--second {
        width: 41.24%;
        right: 2.58%;
        bottom: 2%; } }
    .childcare__item-image--last {
      right: 30px;
      bottom: 16px; }
      @media screen and (max-width: 767px) {
        .childcare__item-image--last {
          width: 13.8%;
          right: 5.92%;
          bottom: 13.4%; } }

.footer {
  background: url("./src/img/footer-bg.jpg");
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 0 20px;
  color: #fff; }
  @media screen and (max-width: 767px) {
    .footer {
      background: #6a2d1b; } }
  .footer__container {
    max-width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
    @media screen and (max-width: 767px) {
      .footer__container {
        max-width: 100%;
        padding: 0 7%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; } }
    @media screen and (max-width: 767px) {
      .footer__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .footer__info {
    border-right: 2px solid #fff;
    padding-right: 59px; }
    @media screen and (max-width: 767px) {
      .footer__info {
        border-right: 0;
        border-bottom: 2px solid #fff;
        padding-right: 0;
        width: 100%; } }
  .footer__logo {
    letter-spacing: 0.08em;
    margin-bottom: 47px;
    color: #4fc7e3;
    font-family: "03SmartFontUI"; }
    @media screen and (max-width: 767px) {
      .footer__logo {
        margin-bottom: 30px; } }
  .footer__logo-subtitle {
    font-size: 1.8rem;
    line-height: 1.67em; }
    @media screen and (max-width: 767px) {
      .footer__logo-subtitle {
        font-size: 2.29rem; } }
  .footer__logo-title {
    font-size: 3.6rem; }
    @media screen and (max-width: 767px) {
      .footer__logo-title {
        font-size: 4.4rem; } }
  .footer__address {
    font-size: 1.4rem;
    letter-spacing: 0.08em;
    margin-bottom: 2px; }
    @media screen and (max-width: 767px) {
      .footer__address {
        font-size: 2.4rem; } }
  .footer__button {
    background: #e3d3cf;
    width: 100px;
    height: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-border-radius: 15px;
            border-radius: 15px;
    margin-left: auto;
    font-weight: 700;
    font-size: 1.4rem;
    letter-spacing: 0.08em;
    color: #6d2d1b;
    margin-bottom: 12px;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease; }
    @media screen and (max-width: 767px) {
      .footer__button {
        margin-bottom: 35px;
        margin-left: 0;
        width: 150px;
        height: 50px;
        -webkit-border-radius: 25px;
                border-radius: 25px;
        font-size: 1.8rem; } }
    .footer__button:hover {
      background: #10c2dc; }
  .footer__direction {
    font-size: 1.4rem;
    letter-spacing: 0.08em;
    line-height: 2.14em; }
    @media screen and (max-width: 767px) {
      .footer__direction {
        font-size: 2.4rem;
        line-height: 1.68em;
        margin-bottom: 40px; } }
  .footer__nav-container {
    margin-left: 59px; }
    @media screen and (max-width: 767px) {
      .footer__nav-container {
        width: 100%;
        margin: 0; } }
  .footer__contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 53px; }
    @media screen and (max-width: 767px) {
      .footer__contact {
        margin-top: 7%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-bottom: 0; } }
  .footer__fax {
    margin-right: 29px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (max-width: 767px) {
      .footer__fax {
        width: 100%;
        margin: 0;
        padding: 3.8%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; } }
  .footer__line {
    width: 30px;
    height: 2px;
    background: #fff;
    margin-right: 11px; }
    @media screen and (max-width: 767px) {
      .footer__line {
        display: none; } }
  .footer__call {
    margin-right: 7px; }
    @media screen and (max-width: 767px) {
      .footer__call {
        display: none;
        margin-right: 2.96%;
        margin-bottom: 44px;
        width: 19.53%;
        -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0; } }
    .footer__call--sp {
      display: none; }
      @media screen and (max-width: 767px) {
        .footer__call--sp {
          display: block; } }
  .footer__fax-text {
    font-weight: 700;
    font-size: 2.4rem;
    letter-spacing: 0.05em;
    line-height: 1em; }
    @media screen and (max-width: 767px) {
      .footer__fax-text {
        font-size: 7.5vw; } }
  .footer__fax-subtext {
    font-size: 1.4rem; }
    @media screen and (max-width: 767px) {
      .footer__fax-subtext {
        font-size: 4.4vw; } }
  .footer__email {
    width: 263px;
    height: 70px;
    background: #bb2f2f;
    -webkit-border-radius: 9px;
            border-radius: 9px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease; }
    @media screen and (max-width: 767px) {
      .footer__email {
        width: 100%;
        margin: 0;
        padding: 3.8%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        height: 21.8vw;
        -webkit-border-radius: 10px;
                border-radius: 10px; } }
    .footer__email:hover {
      background: #10c2dc; }
  .footer__email-image {
    margin-right: 8px; }
    @media screen and (max-width: 767px) {
      .footer__email-image {
        display: none;
        margin-right: 4.27%;
        width: 19.53%;
        -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0; } }
    .footer__email-image--sp {
      display: none; }
      @media screen and (max-width: 767px) {
        .footer__email-image--sp {
          display: block; } }
  .footer__email-text {
    font-weight: 700;
    font-size: 1.6rem; }
    @media screen and (max-width: 767px) {
      .footer__email-text {
        font-size: 5vw; } }
  .footer__nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
    @media screen and (max-width: 767px) {
      .footer__nav {
        display: none; } }
  .footer__nav-list {
    display: grid;
    grid-template-columns: repeat(3, 189px);
    grid-column-gap: 40px; }
  .footer__nav-text {
    font-weight: 700;
    font-size: 1.4rem;
    letter-spacing: 0.08em;
    padding-bottom: 2px;
    border-bottom: 1px dotted #fff; }
  .footer__subnav-list {
    margin-top: 4px; }
  .footer__subnav-link {
    font-size: 1.2rem;
    letter-spacing: 0.08em;
    line-height: 2em;
    font-weight: 400;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease; }
    .footer__subnav-link:hover {
      color: #10c2dc; }
  .footer__no-subnav-list {
    margin-left: 35px; }
  .footer__no-subnav-link {
    font-weight: 700;
    font-size: 1.4rem;
    letter-spacing: 0.08em;
    line-height: 2.14em;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease; }
    .footer__no-subnav-link:hover {
      color: #10c2dc; }
  .footer__copyright {
    margin-top: 47px;
    text-align: center;
    font-size: 1.2rem; }
    @media screen and (max-width: 767px) {
      .footer__copyright {
        margin-top: 14.8%;
        padding: 0 7%;
        font-size: 2rem;
        letter-spacing: 0.08em; } }
  .footer__top {
    display: none;
    background: #7b5523;
    color: #c1c1c1;
    font-size: 2.4rem;
    letter-spacing: 0.05em;
    height: 100px;
    font-weight: 700; }
    @media screen and (max-width: 767px) {
      .footer__top {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; } }

.page {
  background: url("./src/img/childcare-bg.png");
  -webkit-background-size: 100% 100%;
          background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom; }
  @media screen and (max-width: 767px) {
    .page {
      -webkit-background-size: auto auto;
              background-size: auto;
      padding-top: 90px; } }
  .page__header {
    background: url("./src/img/header-bg.jpg");
    -webkit-background-size: cover;
            background-size: cover;
    background-repeat: no-repeat; }
    @media screen and (max-width: 767px) {
      .page__header {
        -webkit-background-size: auto auto;
                background-size: auto; } }
    .page__header--red {
      background: url("./src/img/header-bg-red.jpg");
      -webkit-background-size: cover;
              background-size: cover;
      background-repeat: no-repeat; }
      @media screen and (max-width: 767px) {
        .page__header--red {
          -webkit-background-size: auto auto;
                  background-size: auto; } }
  .page__breadcrumb {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 21px;
    font-size: 1.2rem; }
    @media screen and (max-width: 767px) {
      .page__breadcrumb {
        max-width: 100%;
        padding: 0 7%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; } }
  .page__breadcrumb-text {
    position: relative;
    color: #000; }
    .page__breadcrumb-text--current {
      color: #595757; }
    .page__breadcrumb-text:not(:last-child) {
      margin-right: 41px;
      -webkit-transition: 0.5s ease;
      -o-transition: 0.5s ease;
      transition: 0.5s ease; }
      .page__breadcrumb-text:not(:last-child):hover {
        color: #bb2f2f;
        text-decoration: underline; }
      .page__breadcrumb-text:not(:last-child)::after {
        content: '';
        position: absolute;
        top: 0;
        right: -25px;
        width: 5px;
        height: 12px;
        background: url("./src/img/blue-arrow-right.png");
        -webkit-background-size: 100% 100%;
                background-size: 100%;
        background-repeat: no-repeat; }
  .page__image-container {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 44px; }
    @media screen and (max-width: 767px) {
      .page__image-container {
        max-width: 100%;
        padding: 0 7%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; } }
    @media screen and (max-width: 767px) {
      .page__image-container {
        padding: 0 3%;
        margin-top: 5.74%; } }
  .page__image {
    width: 100%; }
  .page__main-title {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    margin-top: 115px;
    color: #28bde7; }
    @media screen and (max-width: 767px) {
      .page__main-title {
        max-width: 100%;
        padding: 0 7%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; } }
    @media screen and (max-width: 767px) {
      .page__main-title {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-top: 10%; } }
  @media screen and (max-width: 767px) {
    .page__title {
      width: 100%;
      font-size: 4.8rem;
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2; } }
  .page__image-title {
    position: absolute;
    top: -52px;
    left: 0;
    width: 100%;
    z-index: -1; }
    @media screen and (max-width: 767px) {
      .page__image-title {
        display: none;
        position: static;
        width: 100%;
        margin: 0 auto;
        top: auto; } }
    .page__image-title--sp {
      display: none; }
      @media screen and (max-width: 767px) {
        .page__image-title--sp {
          display: block; } }
  .page__content {
    max-width: 1200px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      .page__content {
        max-width: 100%;
        padding: 0 7%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; } }

.philosophy {
  padding: 110px 100px 225px; }
  @media screen and (max-width: 767px) {
    .philosophy {
      padding: 15% 3% 35%; } }
  .philosophy__container {
    position: relative; }
  .philosophy__image {
    width: 550px; }
    @media screen and (max-width: 767px) {
      .philosophy__image {
        width: 100%; } }
  .philosophy__content {
    position: absolute;
    right: 0;
    top: 21px; }
    @media screen and (max-width: 767px) {
      .philosophy__content {
        position: relative;
        left: 3%;
        top: -10px; } }
  .philosophy__title {
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 2em;
    padding: 29px 35px;
    background: #28bde7;
    color: #fff;
    -webkit-border-radius: 9px;
            border-radius: 9px;
    margin-bottom: 34px;
    width: 550px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      .philosophy__title {
        font-size: 2rem;
        margin-bottom: 10px;
        width: 90%;
        padding: 4% 4.9%; } }
  .philosophy__paragraph {
    font-size: 1.4rem;
    width: 550px;
    line-height: 2.14em; }
    @media screen and (max-width: 767px) {
      .philosophy__paragraph {
        width: 90%; } }
  .philosophy__more {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 100px; }
    @media screen and (max-width: 767px) {
      .philosophy__more {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-top: 50px; } }
  .philosophy__creed {
    width: 439.99px;
    border: 5px solid #28bde7;
    font-weight: 700; }
    @media screen and (max-width: 767px) {
      .philosophy__creed {
        width: 100%;
        margin-bottom: 20px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; } }
  .philosophy__creed-label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 60px;
    background: #28bde7;
    color: #fff;
    font-size: 1.8rem; }
  .philosophy__creed-text {
    height: 110px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 2.4rem;
    color: #28bde7; }
    @media screen and (max-width: 767px) {
      .philosophy__creed-text {
        font-size: 2rem;
        padding: 0 10px;
        text-align: center; } }
  .philosophy__goal {
    width: 500px; }
    @media screen and (max-width: 767px) {
      .philosophy__goal {
        width: 100%; } }
  .philosophy__goal-title {
    color: #28bde7;
    font-size: 1.8rem;
    font-weight: 700;
    padding-bottom: 10px;
    border-bottom: 1px dotted #000; }
  .philosophy__goal-list {
    margin-top: 17px; }
  .philosophy__goal-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    padding-left: 32px;
    font-size: 1.8rem; }
    .philosophy__goal-item::after {
      content: '';
      position: absolute;
      width: 24px;
      height: 23px;
      left: 0;
      background: url("./src/img/flower.png");
      -webkit-background-size: 100% 100%;
              background-size: 100%;
      background-repeat: no-repeat; }
    .philosophy__goal-item:not(:last-child) {
      margin-bottom: 25px; }

.history {
  padding: 75px 100px 214px; }
  @media screen and (max-width: 767px) {
    .history {
      padding: 9% 3% 35%; } }
  .history__main-title {
    border-bottom: 4px solid #10c2dc; }
  .history__title {
    font-weight: 700;
    font-size: 3rem;
    letter-spacing: 0.05em;
    color: #10c2dc; }
    @media screen and (max-width: 767px) {
      .history__title {
        font-size: 2.5rem; } }
  .history__subtitle {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    margin-bottom: 29px; }
    @media screen and (max-width: 767px) {
      .history__subtitle {
        margin-bottom: 10px; } }
  .history__outline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 4px solid #10c2dc;
    padding-bottom: 17px;
    margin-bottom: 60px; }
    @media screen and (max-width: 767px) {
      .history__outline {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .history__list {
    width: 480px;
    margin-top: 20px; }
    @media screen and (max-width: 767px) {
      .history__list {
        width: 100%;
        margin-top: 10px; } }
    .history__list--long {
      width: 639px; }
      @media screen and (max-width: 767px) {
        .history__list--long {
          width: 100%; } }
  .history__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 12px 0;
    border-bottom: 1px dotted #000;
    font-size: 1.6rem;
    letter-spacing: 0.05em; }
    .history__item--last {
      border: none; }
  .history__label {
    font-weight: 700;
    width: 141px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
    @media screen and (max-width: 767px) {
      .history__label {
        width: 40%; } }
  .history__info {
    width: 100%; }
  .history__main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 4px solid #10c2dc;
    padding-bottom: 17px; }
    @media screen and (max-width: 767px) {
      .history__main {
        padding-bottom: 180px;
        position: relative; } }
  .history__button {
    position: relative;
    padding: 7px 20px 6px 13px;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    background: #10c2dc;
    color: #fff;
    font-weight: 700;
    font-size: 1.4rem;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease; }
    .history__button:hover {
      background: #bb2f2f; }
    .history__button::after {
      content: '';
      position: absolute;
      right: 10px;
      top: 10px;
      width: 4px;
      height: 6px;
      background: url("./src/img/button-arrow-right.png");
      -webkit-background-size: 100% 100%;
              background-size: 100%;
      background-repeat: no-repeat; }
  @media screen and (max-width: 767px) {
    .history__image {
      position: absolute;
      bottom: 0;
      right: 0;
      z-index: -1; } }

.facility {
  padding: 83px 100px 214px; }
  @media screen and (max-width: 767px) {
    .facility {
      padding: 12% 3% 20%; } }
  .facility__list {
    margin-bottom: 40px; }
  .facility__title {
    font-weight: 700;
    font-size: 3rem;
    padding-bottom: 4px;
    border-bottom: 4px solid #10c2dc;
    color: #28bde7; }
    @media screen and (max-width: 767px) {
      .facility__title {
        font-size: 2.5rem; } }
  .facility__container {
    padding: 43px 0 40px; }
    @media screen and (max-width: 767px) {
      .facility__container {
        padding: 4% 0 6%; } }
    .facility__container:not(:last-child) {
      border-bottom: 1px dotted #000; }
  .facility__subtitle {
    position: relative;
    padding-left: 29px;
    font-size: 1.8rem;
    font-weight: 500;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 12px; }
    .facility__subtitle::after {
      content: '';
      position: absolute;
      left: 0;
      width: 24px;
      height: 23px;
      background: url("./src/img/flower.png");
      -webkit-background-size: 100% 100%;
              background-size: 100%;
      background-repeat: no-repeat; }
  .facility__image-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  @media screen and (max-width: 767px) {
    .facility__image-item {
      width: 49%; } }
  @media screen and (max-width: 767px) {
    .facility__main-image {
      width: 50%; } }
  .facility__image {
    width: 487px; }
    @media screen and (max-width: 767px) {
      .facility__image {
        width: 100%; } }

.language {
  padding: 115px 100px 208px; }
  @media screen and (max-width: 767px) {
    .language {
      padding: 11% 3% 35%; } }
  .language__teaching {
    position: relative;
    padding-bottom: 50px;
    border-bottom: 4px solid #28bde7;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (max-width: 767px) {
      .language__teaching {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        padding-bottom: 30px; } }
  .language__teaching-content {
    position: relative;
    padding: 29px 40px;
    -webkit-border-radius: 8px;
            border-radius: 8px;
    color: #fff;
    background: #28bde7;
    margin-right: -266px;
    letter-spacing: 0.08em;
    z-index: 1; }
    @media screen and (max-width: 767px) {
      .language__teaching-content {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1;
        top: -30px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        width: 94%;
        margin-right: 0;
        padding: 4% 5.6%; } }
  .language__teaching-title {
    font-size: 2.4rem;
    font-weight: 700; }
  .language__teaching-text {
    font-size: 1.4rem;
    line-height: 2.14em; }
  .language__teaching-image {
    width: 100%; }
  .language__importance-list {
    margin-top: 60px; }
    @media screen and (max-width: 767px) {
      .language__importance-list {
        margin-top: 30px; } }
  .language__importance-content {
    width: 385px; }
    @media screen and (max-width: 767px) {
      .language__importance-content {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
            -ms-flex-order: 2;
                order: 2;
        margin-top: 10px;
        width: 100%; } }
  .language__importance-title {
    font-weight: 700;
    font-size: 2.4rem;
    letter-spacing: 0.08em;
    margin-bottom: 20px;
    color: #28bde7; }
  .language__importance-text {
    font-size: 1.4rem;
    letter-spacing: 0.08em;
    line-height: 2.14em; }
  @media screen and (max-width: 767px) {
    .language__importance-image {
      width: 100%; } }
  .language__importance-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .language__importance-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .language__importance-item:not(:last-child) {
      margin-bottom: 40px; }
      @media screen and (max-width: 767px) {
        .language__importance-item:not(:last-child) {
          margin-bottom: 5%; } }
    .language__importance-item:last-child .language__importance-image {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1; }

.gymnastics {
  padding: 115px 100px 213px; }
  @media screen and (max-width: 767px) {
    .gymnastics {
      padding: 15% 3% 30%; } }
  .gymnastics__overview {
    position: relative;
    padding-bottom: 50px;
    border-bottom: 4px solid #28bde7;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (max-width: 767px) {
      .gymnastics__overview {
        padding-bottom: 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .gymnastics__overview-content {
    position: relative;
    padding: 29px 40px;
    -webkit-border-radius: 8px;
            border-radius: 8px;
    color: #fff;
    background: #28bde7;
    margin-right: -272px;
    letter-spacing: 0.08em;
    z-index: 1; }
    @media screen and (max-width: 767px) {
      .gymnastics__overview-content {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1;
        width: 94%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        margin: 0 auto;
        margin-top: -25px;
        padding: 4% 5.6%; } }
  .gymnastics__overview-title {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.5em;
    margin-bottom: 11px; }
  .gymnastics__overview-text {
    font-size: 1.4rem;
    line-height: 2.14em; }
  @media screen and (max-width: 767px) {
    .gymnastics__overview-image {
      width: 100%; } }
  .gymnastics__rhythm {
    padding: 89px 0 53px; }
    @media screen and (max-width: 767px) {
      .gymnastics__rhythm {
        padding: 10% 0 5%; } }
  .gymnastics__rhythm-title {
    font-weight: 700;
    font-size: 2.4rem;
    letter-spacing: 0.08em;
    color: #28bde7;
    text-align: center;
    margin-bottom: 49px; }
    @media screen and (max-width: 767px) {
      .gymnastics__rhythm-title {
        margin-bottom: 5%; } }
  .gymnastics__rhythm-vid {
    width: 100%; }
  .gymnastics__introduction {
    background: #fdfbfb;
    padding: 47px 87px 50px 92px; }
    @media screen and (max-width: 767px) {
      .gymnastics__introduction {
        padding: 8% 3%; } }
  .gymnastics__introduction-main-title {
    font-weight: 700;
    color: #28bde7;
    font-size: 2.4rem;
    letter-spacing: 0.05em;
    padding-bottom: 23px;
    border-bottom: 4px solid #28bde7;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .gymnastics__introduction-main-title {
        padding-bottom: 10px; } }
  .gymnastics__introduction-list {
    margin-top: 40px;
    border-bottom: 4px solid #28bde7; }
    @media screen and (max-width: 767px) {
      .gymnastics__introduction-list {
        margin-top: 20px; } }
  .gymnastics__introduction-item {
    padding: 40px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
    @media screen and (max-width: 767px) {
      .gymnastics__introduction-item {
        padding: 20px 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .gymnastics__introduction-item:not(:last-child) {
      border-bottom: 1px dotted #000; }
  .gymnastics__introduction-content {
    width: 354px; }
    @media screen and (max-width: 767px) {
      .gymnastics__introduction-content {
        width: 100%;
        margin-bottom: 10px; } }
  .gymnastics__introduction-thumbnail {
    width: 426px;
    height: 240px; }
    @media screen and (max-width: 767px) {
      .gymnastics__introduction-thumbnail {
        width: 100%; } }
  .gymnastics__introduction-title {
    position: relative;
    font-weight: 700;
    font-size: 1.8rem;
    letter-spacing: 0.08em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 30px;
    color: #28bde7;
    margin-bottom: 2px; }
    .gymnastics__introduction-title::before {
      content: '';
      position: absolute;
      left: 0;
      background: url("./src/img/flower.png");
      -webkit-background-size: 100% 100%;
              background-size: 100%;
      background-repeat: no-repeat;
      width: 23px;
      height: 24px; }
  .gymnastics__introduction-text {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    line-height: 2.14em; }

.food {
  padding: 135px 100px 213px; }
  @media screen and (max-width: 767px) {
    .food {
      padding: 10% 3% 40%; } }
  .food__overview {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-bottom: 70px; }
    @media screen and (max-width: 767px) {
      .food__overview {
        padding-bottom: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .food__overview-content {
    position: absolute;
    left: 0;
    bottom: 40px;
    padding: 29px 40px;
    -webkit-border-radius: 8px;
            border-radius: 8px;
    color: #fff;
    background: #28bde7;
    letter-spacing: 0.08em;
    z-index: 1;
    font-size: 1.4rem;
    line-height: 2.14em;
    width: 427px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      .food__overview-content {
        position: relative;
        width: 94%;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1;
        margin: 0 auto;
        padding: 4% 5.6%; } }
  @media screen and (max-width: 767px) {
    .food__overview-image {
      width: 100%; } }
  .food__activities-container {
    padding-bottom: 40px;
    border-bottom: 4px solid #28bde7; }
  .food__activities {
    background: #fdfbfb;
    padding: 60px 60px 36px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
    @media screen and (max-width: 767px) {
      .food__activities {
        padding: 5%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
  @media screen and (max-width: 767px) {
    .food__activities-image {
      width: 100%;
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1; } }
  .food__activities-content {
    margin-left: 62px; }
    @media screen and (max-width: 767px) {
      .food__activities-content {
        margin: 0;
        margin-bottom: 25px; } }
  .food__activities-title {
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin-bottom: 20px;
    color: #28bde7; }
  .food__activities-item {
    position: relative;
    font-weight: 700;
    letter-spacing: 0.08em;
    font-size: 1.4rem;
    line-height: 2.14em;
    padding-left: 29px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .food__activities-item::before {
      content: '';
      position: absolute;
      left: 0;
      background: url("./src/img/flower.png");
      -webkit-background-size: 100% 100%;
              background-size: 100%;
      background-repeat: no-repeat;
      width: 24px;
      height: 23px; }
  .food__lunch {
    padding-top: 56px; }
    @media screen and (max-width: 767px) {
      .food__lunch {
        padding-top: 40px; } }
  .food__lunch-title {
    font-size: 2.4rem;
    font-weight: 700;
    color: #28bde7;
    letter-spacing: 0.08em;
    line-height: 1.25em;
    margin-bottom: 56px;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .food__lunch-title {
        margin-bottom: 40px; } }
  .food__lunch-image-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px; }
    @media screen and (max-width: 767px) {
      .food__lunch-image-container {
        grid-gap: 10px; } }
  .food__lunch-image {
    width: 100%; }
    .food__lunch-image:first-child {
      grid-column: 1/3; }
  .food__lunch-vid {
    width: 100%;
    margin-top: 60px; }
    @media screen and (max-width: 767px) {
      .food__lunch-vid {
        margin-top: 40px; } }

.schedule {
  padding: 115px 100px 171px; }
  @media screen and (max-width: 767px) {
    .schedule {
      padding: 5% 3% 35%; } }
  .schedule__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    background: #fdfbfb;
    padding: 60px 85px 60px 93px; }
    @media screen and (max-width: 767px) {
      .schedule__content {
        padding: 12% 8%;
        position: relative; } }
  .schedule__timeline-list {
    border-top: 4px solid #10c2dc;
    border-bottom: 4px solid #10c2dc;
    padding: 19px 0;
    width: 640px; }
    @media screen and (max-width: 767px) {
      .schedule__timeline-list {
        width: 100%; } }
    .schedule__timeline-list:not(:last-child) {
      margin-bottom: 60px; }
      @media screen and (max-width: 767px) {
        .schedule__timeline-list:not(:last-child) {
          margin-bottom: 8%; } }
  .schedule__timeline-item {
    padding: 14px 0;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    line-height: 1.88em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .schedule__timeline-item:not(:last-child) {
      border-bottom: 1px dotted #000; }
  .schedule__timeline-label {
    width: 140px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    font-weight: 700; }
    @media screen and (max-width: 767px) {
      .schedule__timeline-label {
        width: 35%; } }
  .schedule__image {
    margin-top: 50px; }
    @media screen and (max-width: 767px) {
      .schedule__image {
        position: absolute;
        bottom: 8%;
        right: 3%;
        margin: 0; } }
  .schedule__table {
    width: 100%;
    z-index: 1; }

.flow {
  padding: 59px 100px 173px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .flow {
      padding: 15% 3% 43%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .flow__table {
    padding: 32px 40px 60px;
    background: #fdfbfb; }
    @media screen and (max-width: 767px) {
      .flow__table {
        padding: 7% 5%; } }
    @media screen and (max-width: 767px) {
      .flow__table:first-child {
        margin-bottom: 20px; } }
  .flow__table-header {
    padding-bottom: 36px;
    border-bottom: 4px solid #10c2dc; }
    @media screen and (max-width: 767px) {
      .flow__table-header {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        padding-bottom: 25px; } }
  .flow__table-top {
    margin: auto;
    margin-bottom: 28px; }
    @media screen and (max-width: 767px) {
      .flow__table-top {
        width: 90%; } }
  .flow__table-title {
    font-family: "03SmartFontUI";
    font-size: 2.4rem;
    letter-spacing: 0.08em;
    color: #28bde7;
    text-align: center; }
  .flow__list {
    position: relative;
    margin-top: 40px; }
    .flow__list::before {
      content: '';
      position: absolute;
      background: #10c2dc;
      width: 1px;
      top: 0;
      bottom: 0;
      left: 39px; }
  .flow__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .flow__item:not(:last-child) {
      margin-bottom: 30px; }
  .flow__time {
    position: relative;
    width: 80px;
    height: 30px;
    background: #10c2dc;
    -webkit-border-radius: 15px;
            border-radius: 15px;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 9px;
    font-weight: 700;
    font-size: 1.4rem;
    letter-spacing: 0.08em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      .flow__time {
        -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0; } }
    .flow__time::before {
      content: '';
      width: 15px;
      height: 15px;
      position: absolute;
      left: 8px;
      background: url("./src/img/time.png");
      -webkit-background-size: 100% 100%;
              background-size: 100%;
      background-repeat: no-repeat; }
  .flow__info {
    margin-left: 20px;
    font-weight: 700;
    font-size: 1.8rem;
    letter-spacing: 0.08em; }
    @media screen and (max-width: 767px) {
      .flow__info {
        width: 100%; } }
  .flow__image {
    margin-top: 10px; }
    @media screen and (max-width: 767px) {
      .flow__image {
        width: 100%; } }

.teacher {
  padding: 85px 100px 162px; }
  @media screen and (max-width: 767px) {
    .teacher {
      padding: 10% 3% 43%; } }
  .teacher__overview-image {
    width: 100%;
    -webkit-border-radius: 8px;
            border-radius: 8px;
    margin-bottom: 40px; }
    @media screen and (max-width: 767px) {
      .teacher__overview-image {
        margin-bottom: 5%; } }
  .teacher__overview-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 119px 0 146px; }
    @media screen and (max-width: 767px) {
      .teacher__overview-content {
        padding: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .teacher__overview-title {
    font-size: 2.4rem;
    color: #28bde7;
    letter-spacing: 0.08em; }
  .teacher__overview-text {
    width: 453px;
    font-size: 1.6rem;
    letter-spacing: 0.08em; }
    @media screen and (max-width: 767px) {
      .teacher__overview-text {
        width: 90%; } }
  .teacher__list {
    margin-top: 60px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 45px 30px; }
    @media screen and (max-width: 767px) {
      .teacher__list {
        margin-top: 8%;
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); } }
  .teacher__image {
    width: 100%;
    margin-bottom: 2px; }
  .teacher__job-title {
    color: #404040;
    font-weight: 700;
    text-align: center;
    font-size: 1.4rem;
    letter-spacing: 0.08em; }
  .teacher__name {
    text-align: center;
    font-weight: 700;
    font-size: 1.8rem;
    letter-spacing: 0.08em;
    color: #28bde7; }

.temporary-childcare {
  padding: 59px 100px 173px; }
  @media screen and (max-width: 767px) {
    .temporary-childcare {
      padding: 3% 7% 40%; } }
  .temporary-childcare__info {
    width: 450px;
    margin: 0 auto;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    line-height: 1.88em; }
    @media screen and (max-width: 767px) {
      .temporary-childcare__info {
        width: 100%; } }
  .temporary-childcare__call {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 25px;
    background: #bb2f2f;
    color: #fff;
    width: 432px;
    height: 85px;
    -webkit-border-radius: 10px;
            border-radius: 10px;
    letter-spacing: 0.08em;
    font-weight: 700;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease; }
    @media screen and (max-width: 767px) {
      .temporary-childcare__call {
        width: 100%;
        padding: 3.8%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        height: 21.8vw;
        -webkit-border-radius: 10px;
                border-radius: 10px; } }
    .temporary-childcare__call:hover {
      background: #10c2dc; }
  .temporary-childcare__call-icon {
    width: 50px;
    margin-right: 10px; }
    @media screen and (max-width: 767px) {
      .temporary-childcare__call-icon {
        display: none;
        margin-right: 4.27%;
        width: 19.53%;
        -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0; } }
    .temporary-childcare__call-icon--sp {
      display: none; }
      @media screen and (max-width: 767px) {
        .temporary-childcare__call-icon--sp {
          display: block; } }
  .temporary-childcare__call-info {
    font-size: 1.4rem; }
    @media screen and (max-width: 767px) {
      .temporary-childcare__call-info {
        font-size: 4.4vw; } }
  @media screen and (max-width: 767px) {
    .temporary-childcare__call-text {
      line-height: normal; } }
  .temporary-childcare__call-number {
    font-size: 2.5rem; }
    @media screen and (max-width: 767px) {
      .temporary-childcare__call-number {
        font-size: 7.5vw;
        line-height: 1em; } }
  .temporary-childcare__table-container {
    margin-top: 56px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .temporary-childcare__table-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .temporary-childcare__table {
    width: 479px;
    border-bottom: 4px solid #10c2dc; }
    @media screen and (max-width: 767px) {
      .temporary-childcare__table {
        width: 100%;
        margin-bottom: 20px; } }
  .temporary-childcare__title {
    font-weight: 700;
    font-size: 3rem;
    letter-spacing: 0.05em;
    padding-bottom: 4px;
    border-bottom: 4px solid #10c2dc;
    color: #10c2dc; }
  .temporary-childcare__list {
    margin: 18px 0; }
  .temporary-childcare__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 21px 0; }
    .temporary-childcare__item:not(:last-child) {
      border-bottom: 1px dotted #000; }
  .temporary-childcare__label {
    font-weight: 700;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    width: 141px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
  .temporary-childcare__item-info {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    line-height: 1.88em; }
  .temporary-childcare__q-and-a {
    background: #fdfbfb;
    margin-top: 60px;
    padding: 38px 60px 42px 58px; }
    @media screen and (max-width: 767px) {
      .temporary-childcare__q-and-a {
        margin-top: 20px;
        padding: 10% 7%; } }
  .temporary-childcare__q-and-a-title {
    text-align: center;
    font-size: 2.4rem;
    letter-spacing: 0.05em;
    margin-bottom: 35px;
    color: #10c2dc; }
  .temporary-childcare__q-and-a-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px; }
    @media screen and (max-width: 767px) {
      .temporary-childcare__q-and-a-list {
        grid-template-columns: 1fr; } }
  .temporary-childcare__question {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 1px; }
  .temporary-childcare__question-letter {
    font-family: "03SmartFontUI";
    font-size: 2.4rem;
    width: 43px;
    height: 41px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    margin-right: 10px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    background: url("./src/img/q-bg.png");
    -webkit-background-size: 100% 100%;
            background-size: 100%;
    background-repeat: no-repeat; }
  .temporary-childcare__question-text {
    font-weight: 700;
    font-size: 1.8rem;
    letter-spacing: 0.05em; }
  .temporary-childcare__answer {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    line-height: 1.88em; }

.admission {
  padding: 103px 0 1400px; }
  @media screen and (max-width: 767px) {
    .admission {
      padding: 50px 0 1400px; } }
  .admission__info {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    line-height: 1.88em;
    width: 751px;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .admission__info {
        width: 100%;
        padding: 0 7%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; } }

.access {
  padding: 0 100px 162px; }
  @media screen and (max-width: 767px) {
    .access {
      padding: 10% 0 43%; } }
  .access__list {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0; }
    @media screen and (max-width: 767px) {
      .access__list {
        max-width: 100%;
        padding: 0 7%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; } }
  .access__item {
    padding: 5rem 0 4rem; }
    .access__item:first-child {
      border-bottom: 0.2rem solid #28bde7; }
  .access__title {
    font-size: 3rem;
    color: #28bde7;
    letter-spacing: 0.3rem;
    margin-bottom: 1rem; }
  .access__text {
    font-size: 1.6rem;
    letter-spacing: 0.2rem; }
    .access__text-sp {
      display: inline; }
      @media screen and (max-width: 767px) {
        .access__text-sp {
          display: block; } }
    @media screen and (max-width: 767px) {
      .access__text {
        font-size: 3.5vw; } }
  .access__map {
    width: 100%;
    height: 375px; }

.news {
  padding: 85px 100px 162px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .news {
      padding: 10% 3% 43%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .news__article {
    width: 65%;
    margin-top: 3rem; }
    @media screen and (max-width: 767px) {
      .news__article {
        width: 100%;
        margin-top: 0; } }
  .news__list {
    padding: 1.5rem;
    padding-top: 0;
    border-bottom: 0.2rem dotted #7d7d7d; }
  .news__title {
    font-size: 2.4rem;
    color: #28bde7;
    width: 100%;
    border-bottom: 0.3rem solid #28bde7;
    margin-bottom: 1.5rem;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease; }
    @media screen and (max-width: 767px) {
      .news__title {
        font-size: 5vw; } }
  .news__date {
    font-size: 1.2rem;
    color: #7d7d7d;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 4rem;
    margin-bottom: 1.5rem; }
    @media screen and (max-width: 767px) {
      .news__date {
        font-size: 2.5vw;
        margin-right: 2.5rem; } }
    .news__date::before {
      content: '';
      background: url("./src/img/news-date.png");
      -webkit-background-size: 100% 100%;
              background-size: 100%;
      background-repeat: no-repeat;
      width: 2rem;
      height: 2rem;
      margin-right: 1.5rem; }
      @media screen and (max-width: 767px) {
        .news__date::before {
          height: 4vw;
          width: 4vw;
          margin-right: 1rem; } }
  .news__category {
    font-size: 1.2rem;
    color: #7d7d7d;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 1rem; }
    @media screen and (max-width: 767px) {
      .news__category {
        font-size: 2.5vw; } }
    .news__category::before {
      content: '';
      background-image: url("./src/img/news-category.png");
      -webkit-background-size: 100% 100%;
              background-size: 100%;
      background-repeat: no-repeat;
      width: 2rem;
      height: 2rem;
      margin-right: 1rem; }
      @media screen and (max-width: 767px) {
        .news__category::before {
          height: 4vw;
          width: 4vw;
          margin-right: 1rem; } }
  .news__img-container {
    width: 100%;
    height: 42rem;
    background: #959595;
    margin: 1.5rem 0;
    overflow: hidden; }
  .news__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease; }
  .news__content {
    font-weight: 400;
    font-size: 1.4rem;
    color: #231815; }
  .news__text {
    font-size: 1.4rem;
    color: #231815; }
  .news__item:not(:last-child) {
    margin-bottom: 5rem; }
  .news__link:hover .news__title {
    color: #bb2f2f;
    border-color: #bb2f2f; }
  .news__link:hover .news__img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1); }

.news-archive {
  width: calc(35% - 5rem);
  margin-left: 5rem;
  margin-top: 3rem; }
  @media screen and (max-width: 767px) {
    .news-archive {
      width: 100%;
      margin-left: 0; } }
  .news-archive__label {
    font-size: 2.3rem;
    color: #333;
    background-image: url("./src/img/news-archive.png");
    -webkit-background-size: 100% 100%;
            background-size: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-top: 0.5rem solid #28bde7;
    padding: 0 3rem;
    margin-bottom: 1.5rem; }
    @media screen and (max-width: 767px) {
      .news-archive__label {
        font-size: 6vw; } }
    .news-archive__label::before {
      content: '';
      background-image: url("./src/img/news-category-dark.png");
      -webkit-background-size: 100% 100%;
              background-size: 100%;
      background-repeat: no-repeat;
      width: 2rem;
      height: 2rem;
      margin-right: 2rem; }
    .news-archive__label--date {
      margin-top: 3rem;
      letter-spacing: 0.7rem; }
      .news-archive__label--date::before {
        background-image: url("./src/img/news-date-dark.png"); }
  .news-archive li, .news-archive__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 2rem;
    color: #333;
    padding: 1.5rem 3rem;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    position: relative; }
    @media screen and (max-width: 767px) {
      .news-archive li, .news-archive__item {
        font-size: 65vw; } }
    .news-archive li::before, .news-archive__item::before {
      content: '';
      background-image: url("./src/img/arrow-right-circle.png");
      -webkit-background-size: 100% 100%;
              background-size: 100%;
      background-repeat: no-repeat;
      width: 2rem;
      height: 2rem;
      margin-right: 2rem; }
    .news-archive li::after, .news-archive__item::after {
      position: absolute;
      content: '';
      top: 0;
      left: 0;
      width: 0;
      height: 100%;
      background-color: #def4f7;
      -webkit-transform-origin: left;
          -ms-transform-origin: left;
              transform-origin: left;
      -webkit-transition: width 0.3s ease-out;
      -o-transition: width 0.3s ease-out;
      transition: width 0.3s ease-out;
      z-index: -1; }
    .news-archive li:hover::after, .news-archive__item:hover::after {
      width: 100%; }
    .news-archive li--date, .news-archive__item--date {
      font-size: 1.6rem;
      letter-spacing: 0.3rem;
      border-bottom: 0.1rem solid #28bde7; }
    @media screen and (max-width: 767px) {
      .news-archive li, .news-archive__item {
        font-size: 4vw; } }

.news-details {
  padding: 85px 100px 162px; }
  @media screen and (max-width: 767px) {
    .news-details {
      padding: 10% 3% 43%; } }
  .news-details__title {
    font-size: 2.4rem;
    color: #28bde7;
    width: 100%;
    border-bottom: 0.3rem solid #28bde7;
    margin-bottom: 1.5rem; }
    @media screen and (max-width: 767px) {
      .news-details__title {
        font-size: 5vw; } }
  .news-details__date {
    font-size: 1.2rem;
    color: #7d7d7d;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 4rem;
    margin-bottom: 1.5rem; }
    @media screen and (max-width: 767px) {
      .news-details__date {
        font-size: 2.5vw;
        margin-right: 2.5rem; } }
    .news-details__date::before {
      content: '';
      background: url("./src/img/news-date.png");
      -webkit-background-size: 100% 100%;
              background-size: 100%;
      background-repeat: no-repeat;
      width: 2rem;
      height: 2rem;
      margin-right: 1.5rem; }
      @media screen and (max-width: 767px) {
        .news-details__date::before {
          height: 4vw;
          width: 4vw;
          margin-right: 1rem; } }
  .news-details__category {
    font-size: 1.2rem;
    color: #7d7d7d;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 1rem; }
    @media screen and (max-width: 767px) {
      .news-details__category {
        font-size: 2.5vw; } }
    .news-details__category::before {
      content: '';
      background-image: url("./src/img/news-category.png");
      -webkit-background-size: 100% 100%;
              background-size: 100%;
      background-repeat: no-repeat;
      width: 2rem;
      height: 2rem;
      margin-right: 1rem; }
      @media screen and (max-width: 767px) {
        .news-details__category::before {
          height: 4vw;
          width: 4vw;
          margin-right: 1rem; } }
  .news-details__content {
    font-weight: 400;
    font-size: 1.8rem;
    color: #231815;
    width: 90%;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .news-details__content {
        width: 100%; } }
  .news-details__img-container {
    width: 90%;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .news-details__img-container {
        width: 100%; } }
  .news-details img, .news-details__img {
    width: 100%;
    margin: 3rem 0; }
  .news-details__controls {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 3rem; }
  .news-details__control {
    width: 15rem;
    height: 5rem; }
    .news-details__control a {
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      font-size: 2rem;
      -webkit-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease;
      -webkit-border-radius: 20rem;
              border-radius: 20rem; }
      .news-details__control a:hover {
        background: #10c2dc; }

.contact {
  padding: 85px 100px 162px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media screen and (max-width: 767px) {
    .contact {
      padding: 10% 3% 43%;
      margin: 0; } }
  .contact__text {
    font-size: 1.6rem;
    color: #033030; }
  .contact__box {
    width: 65%;
    background: #eee;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    margin: 3rem auto;
    -webkit-border-radius: 0.5rem;
            border-radius: 0.5rem;
    padding: 3rem 0; }
    @media screen and (max-width: 767px) {
      .contact__box {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 1.5rem 0; } }
  .contact__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (max-width: 767px) {
      .contact__wrapper {
        margin: 0.5rem; } }
    .contact__wrapper--number {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; }
      @media screen and (max-width: 767px) {
        .contact__wrapper--number {
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center; } }
  .contact__img {
    width: 4rem;
    height: auto;
    margin-right: 1.5rem; }
    @media screen and (max-width: 767px) {
      .contact__img {
        margin-right: 0.5rem; } }
    .contact__img-text {
      font-size: 1.8rem;
      color: #033030;
      margin: 0; }
  .contact__number {
    font-size: 2.4rem;
    line-height: 2.4rem; }
    .contact__number--small {
      font-size: 1.4rem;
      line-height: normal; }
  .contact__process-wrapper {
    width: 90%;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (max-width: 767px) {
      .contact__process-wrapper {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-top: 3rem; } }
  .contact__process {
    width: 32%;
    -webkit-clip-path: polygon(0 0, 95% 0, 100% 50%, 95% 100%, 0 100%);
            clip-path: polygon(0 0, 95% 0, 100% 50%, 95% 100%, 0 100%);
    background: #eee;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 5rem 0;
    padding: 1rem 0; }
    @media screen and (max-width: 767px) {
      .contact__process {
        -webkit-clip-path: none;
                clip-path: none;
        width: 100%;
        margin: 0.5rem 0; } }
    .contact__process.active {
      background: #28bde7;
      color: #fff; }
    .contact__process:last-child {
      -webkit-clip-path: none;
              clip-path: none; }
    .contact__process-text {
      font-size: 1.6rem; }
  .contact__form {
    width: 100%;
    margin: 0 auto; }

.form__item {
  padding: 1.7rem 2.7rem;
  border-bottom: 0.2rem dotted #a5a5a5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }
  @media screen and (max-width: 767px) {
    .form__item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 1rem 0 2rem; } }
  .form__item:last-child {
    border: 0; }

.form__label-wrapper {
  width: 35%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (max-width: 767px) {
    .form__label-wrapper {
      width: auto; } }

.form__label {
  font-size: 1.6rem;
  color: #221815;
  letter-spacing: 0.2rem;
  display: inline-block; }
  .form__label--small {
    font-size: 1.2rem;
    letter-spacing: 0.1rem;
    margin: 0 0 0.5rem; }

.form__required {
  font-size: 1.2rem;
  background: #ed3eb1;
  padding: 0 0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  letter-spacing: 0.2rem; }
  @media screen and (max-width: 767px) {
    .form__required {
      margin-left: 0.5rem; } }

.form__input-wrapper {
  width: 45%;
  margin-left: 5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 1.6rem;
  color: #221815;
  letter-spacing: 0.2rem; }
  @media screen and (max-width: 767px) {
    .form__input-wrapper {
      width: 100%;
      margin: 0; } }
  .form__input-wrapper--multiline {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .form__input-wrapper--button {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0; }
    @media screen and (max-width: 767px) {
      .form__input-wrapper--button {
        display: block; } }
  .form__input-wrapper--full {
    margin-left: 0;
    width: 100%; }

.form__input {
  width: 60%;
  -webkit-border-radius: 0.5rem;
          border-radius: 0.5rem;
  padding: 1rem;
  background: #fff;
  border: 0.1rem solid #a5a5a5; }
  @media screen and (max-width: 767px) {
    .form__input {
      width: 100%; } }
  .form__input--button {
    width: calc(60% - 2rem);
    margin: 0 1rem; }
    @media screen and (max-width: 767px) {
      .form__input--button {
        width: calc(100% - 5rem);
        display: inline-block;
        margin: 0 0 0 0.5rem; } }
  .form__input--full {
    width: 100%; }

.form__textarea {
  -webkit-border-radius: 0.5rem;
          border-radius: 0.5rem;
  padding: 1rem;
  background: #fff;
  border: 0.1rem solid #a5a5a5;
  width: 100%;
  resize: none;
  height: 10rem; }

.form__button-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 5rem auto 0; }
  @media screen and (max-width: 767px) {
    .form__button-wrapper {
      margin: 3.5rem auto 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }

.form__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  color: #fff;
  font-size: 2.4rem;
  background: #bb2f2f;
  border: 0;
  -webkit-border-radius: 1rem;
          border-radius: 1rem;
  letter-spacing: 0.3rem;
  cursor: pointer;
  width: 37%;
  margin: 0 1rem;
  padding: 2rem 0;
  -webkit-transition: background 0.3s ease-out;
  -o-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out; }
  @media screen and (max-width: 767px) {
    .form__button {
      width: 100%;
      padding: 1.5rem 0;
      font-size: 2rem;
      margin: 0.5rem 0; } }
  .form__button:hover {
    background: #28bde7; }
  .form__button--back {
    background: #a5a5a5;
    display: inline-block; }
  .form__button--small {
    font-size: 1.2rem;
    background: #28bde7;
    width: 40%;
    height: 3.6rem;
    margin: 0;
    padding: 0;
    -webkit-border-radius: 0.5rem;
            border-radius: 0.5rem; }
    @media screen and (max-width: 767px) {
      .form__button--small {
        width: 100%;
        margin-top: 0.5rem; } }

.mw_wp_form {
  font-size: 1.6rem;
  color: #221815;
  letter-spacing: 0.2rem;
  margin: 0 1rem;
  display: block; }
  .mw_wp_form_send_error {
    color: #c00; }

.error {
  font-size: 1.6rem;
  color: #c00;
  letter-spacing: 0.2rem;
  margin: 0 1rem;
  display: block; }

.wp-pagenavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 3rem; }
  @media screen and (max-width: 767px) {
    .wp-pagenavi {
      margin-bottom: 5rem; } }
  .wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.6rem;
    color: #333;
    background: transparent;
    border: 0;
    cursor: pointer;
    outline: none;
    -webkit-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    margin-right: 5rem;
    font-family: "kozuka-gothic-pr6n", sans-serif;
    font-weight: 600; }
    @media screen and (max-width: 767px) {
      .wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
        margin-right: 1rem;
        font-size: 1.2rem; } }
    .wp-pagenavi .previouspostslink::before, .wp-pagenavi .nextpostslink::before {
      content: '';
      background-image: url("./src/img/blue-arrow-right.png");
      -webkit-background-size: contain;
              background-size: contain;
      background-repeat: no-repeat;
      width: 1.2rem;
      height: 1.2rem;
      margin-right: 1rem;
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
    .wp-pagenavi .previouspostslink:hover, .wp-pagenavi .nextpostslink:hover {
      color: #28bde7; }
    .wp-pagenavi .previouspostslink.disabled, .wp-pagenavi .disabled.nextpostslink, .wp-pagenavi .previouspostslink.disabled:hover, .wp-pagenavi .disabled.nextpostslink:hover {
      cursor: default;
      color: #7d7d7d;
      pointer-events: none; }
  .wp-pagenavi .nextpostslink {
    margin-right: 0;
    margin-left: 5rem; }
    @media screen and (max-width: 767px) {
      .wp-pagenavi .nextpostslink {
        margin-left: 1rem; } }
    .wp-pagenavi .nextpostslink::before {
      display: none; }
    .wp-pagenavi .nextpostslink::after {
      content: '';
      background-image: url("./src/img/blue-arrow-right.png");
      -webkit-background-size: contain;
              background-size: contain;
      background-repeat: no-repeat;
      width: 1.2rem;
      height: 1.2rem;
      margin-left: 1rem; }
  .wp-pagenavi .page,
  .wp-pagenavi .current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #fff;
    border: 0.2rem solid #28bde7;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    width: 3rem;
    height: 3rem;
    color: #28bde7;
    margin: 0 0.5rem;
    font-size: 1.4rem;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    cursor: pointer;
    font-family: "kozuka-gothic-pr6n", sans-serif;
    font-weight: 600;
    outline: none; }
    @media screen and (max-width: 767px) {
      .wp-pagenavi .page,
      .wp-pagenavi .current {
        width: 2rem;
        height: 2rem;
        font-size: 1rem;
        line-height: 1rem;
        padding: 0; } }
    .wp-pagenavi .page:hover,
    .wp-pagenavi .current:hover {
      background: #28bde7;
      color: #fff; }
  .wp-pagenavi .current {
    background: #28bde7;
    color: #fff; }
  .wp-pagenavi .extend {
    font-size: 2rem; }

