@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
* {
  margin: 0;
  padding: 0;
  border: 0;
  word-break: break-word;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: baseline;
  background: transparent; }

html,
body {
  overflow-x: hidden;
  font-size: 62.5%; }

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

li {
  list-style-type: none; }

blockquote,
q {
  quotes: none; }
  blockquote::before, blockquote::after,
  q::before,
  q::after {
    content: '';
    content: none; }

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

img,
picture {
  vertical-align: middle;
  max-width: 100%; }

img {
  height: auto; }

picture {
  display: block; }

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

input,
select {
  vertical-align: middle; }

br {
  line-height: 0; }

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

/* safariでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  input[type="submit"]::-webkit-search-decoration,
  input[type="button"]::-webkit-search-decoration {
    display: none; }
  input[type="submit"]:focus,
  input[type="button"]:focus {
    outline-offset: -2px; }

:focus:not(:focus-visible) {
  outline: none; }

/* -----------------------------------------------------
	variables
----------------------------------------------------- */
body {
  position: relative;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  color: #000000;
  text-align: left;
  background-color: #eff7e1; }
  @media screen and (max-width: 768px) {
    body {
      font-size: 3.125vw; } }

.pc {
  display: block; }
  @media screen and (max-width: 768px) {
    .pc {
      display: none; } }

.sp {
  display: none; }
  @media screen and (max-width: 768px) {
    .sp {
      display: block; } }

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 1300px;
  width: 100%;
  height: 96px;
  margin: 0 auto;
  background-color: #FFFFFF;
  border-radius: 20px;
  padding: 0 36px;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  z-index: 999; }
  @media screen and (max-width: 1400px) {
    header {
      max-width: 92.85714285714286%;
      padding: 0 2.571vw; } }
  @media screen and (max-width: 768px) {
    header {
      top: 0;
      left: 0;
      -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
      transform: translateX(0%);
      width: 100%;
      max-width: 100%;
      border-radius: 0;
      -webkit-box-shadow: none;
      box-shadow: none;
      height: 15.625vw; } }
  header .header_logo {
    font-size: 0;
    width: 153px; }
    @media screen and (max-width: 1400px) {
      header .header_logo {
        width: 10.929vw; } }
    @media screen and (max-width: 768px) {
      header .header_logo {
        width: 27.08333vw; } }
  header .header_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto; }
    @media screen and (min-width: 769px) {
      header .header_nav .nav_btn_wrap {
        display: none; } }
    @media screen and (max-width: 768px) {
      header .header_nav .nav_btn_wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 15.625vw;
        height: 15.625vw; } }
    header .header_nav .nav_btn_wrap button {
      position: relative;
      -webkit-transition: all 600ms ease-out;
      -o-transition: all 600ms ease-out;
      transition: all 600ms ease-out; }
      @media screen and (max-width: 768px) {
        header .header_nav .nav_btn_wrap button {
          width: 7.55208vw;
          height: 5.98958vw; } }
      @media screen and (max-width: 768px) {
        header .header_nav .nav_btn_wrap button span {
          display: block;
          width: 100%;
          height: 4px;
          background-color: #009481;
          border-radius: 100vh;
          position: absolute;
          left: 0; } }
      @media screen and (max-width: 768px) {
        header .header_nav .nav_btn_wrap button span:nth-of-type(1) {
          top: 0; } }
      @media screen and (max-width: 768px) {
        header .header_nav .nav_btn_wrap button span:nth-of-type(2) {
          top: 2.73438vw; } }
      @media screen and (max-width: 768px) {
        header .header_nav .nav_btn_wrap button span:nth-of-type(3) {
          bottom: 0; } }
    @media screen and (max-width: 768px) {
      header .header_nav .nav_btn_wrap.active button span:nth-of-type(1) {
        -webkit-transform: translateY(2.34375vw) rotate(-45deg);
        -ms-transform: translateY(2.34375vw) rotate(-45deg);
        transform: translateY(2.34375vw) rotate(-45deg); } }
    @media screen and (max-width: 768px) {
      header .header_nav .nav_btn_wrap.active button span:nth-of-type(2) {
        opacity: 0; } }
    @media screen and (max-width: 768px) {
      header .header_nav .nav_btn_wrap.active button span:nth-of-type(3) {
        -webkit-transform: translateY(-2.60417vw) rotate(45deg);
        -ms-transform: translateY(-2.60417vw) rotate(45deg);
        transform: translateY(-2.60417vw) rotate(45deg); } }
    @media screen and (max-width: 768px) {
      header .header_nav nav {
        position: fixed;
        top: 15.625vw;
        left: 0;
        width: 100%;
        height: calc(100vh - 15.625vw);
        background-color: #FFFFFF;
        padding: 6.51042vw 8.33333vw 13.02083vw;
        z-index: 999;
        -webkit-transition: all 400ms ease-out;
        -o-transition: all 400ms ease-out;
        transition: all 400ms ease-out;
        -webkit-transform: translateZ(0) translateX(100%);
        transform: translateZ(0) translateX(100%); } }
    header .header_nav nav ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      @media screen and (max-width: 768px) {
        header .header_nav nav ul {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; } }
      header .header_nav nav ul li {
        border-left: solid 1px #000; }
        @media screen and (max-width: 768px) {
          header .header_nav nav ul li {
            border-left: none;
            border-bottom: solid 2px #009481;
            margin-top: 7.8125vw;
            padding-bottom: 6px; } }
        header .header_nav nav ul li a {
          display: block;
          font-family: "Hiragino Kaku Gothic Pro W6", "Hiragino Sans W6", "Hiragino Kaku Gothic ProN W6", "ヒラギノ角ゴ ProN  W6", "Hiragino Kaku Gothic Pro W6", "Noto Sans JP", sans-serif;
          font-weight: 600;
          -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
          font-size: 14px;
          line-height: 1;
          padding: 15px 20px;
          -webkit-transition: all 0.5s;
          -o-transition: all 0.5s;
          transition: all 0.5s; }
          @media screen and (max-width: 1400px) {
            header .header_nav nav ul li a {
              font-size: 1vw;
              padding: 1.071vw 1.429vw; } }
          @media screen and (max-width: 768px) {
            header .header_nav nav ul li a {
              border-left: solid 6px #009481;
              font-size: 4.6875vw;
              padding: 0 0 0 1.30208vw; } }
          header .header_nav nav ul li a:hover {
            color: #009481; }
        @media screen and (max-width: 768px) {
          header .header_nav nav ul li:first-child {
            margin-top: 0; } }
    header .header_nav nav.active {
      -webkit-transform: translateZ(0) translateX(0);
      transform: translateZ(0) translateX(0); }
    header .header_nav #fontSize {
      font-family: "Noto Sans JP", sans-serif;
      font-weight: 500;
      margin-left: 30px; }
      @media screen and (max-width: 1400px) {
        header .header_nav #fontSize {
          margin-left: 2.143vw; } }
      @media screen and (max-width: 768px) {
        header .header_nav #fontSize {
          display: none; } }
      header .header_nav #fontSize p {
        font-size: 13px;
        line-height: 1;
        letter-spacing: 0.2em;
        margin-bottom: 10px;
        text-align: center; }
        @media screen and (max-width: 1400px) {
          header .header_nav #fontSize p {
            font-size: 0.929vw;
            margin-bottom: 0.714vw; } }
      header .header_nav #fontSize .fontSize_list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        header .header_nav #fontSize .fontSize_list button {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          width: 26px;
          height: 26px;
          font-size: 13px;
          line-height: 1;
          border-radius: 100%;
          background-color: #FFFFFF;
          border: solid 1px #009481;
          color: #009481;
          margin: 0 3.5px;
          cursor: pointer;
          -webkit-transition: all 0.5s;
          -o-transition: all 0.5s;
          transition: all 0.5s; }
          @media screen and (max-width: 1400px) {
            header .header_nav #fontSize .fontSize_list button {
              width: 1.857vw;
              height: 1.857vw;
              font-size: 0.929vw; } }
          header .header_nav #fontSize .fontSize_list button.current {
            background-color: #009481;
            color: #FFFFFF; }
          header .header_nav #fontSize .fontSize_list button:hover {
            background-color: #009481;
            color: #FFFFFF; }

main section .inner {
  max-width: 1000px;
  margin: 0 auto; }
  main section .inner .notes li {
    font-size: 1.4rem;
    padding-left: 1em;
    text-indent: -1em; }

.swiper .swiper-wrapper .swiper-slide {
  height: auto; }
  .swiper .swiper-wrapper .swiper-slide .swiper-slide-wrap {
    height: 100%;
    margin: 9px;
    position: relative;
    z-index: 2;
    padding: 20px 17px 24px;
    border-radius: 30px;
    background-color: #FFFFFF; }
    @media screen and (max-width: 768px) {
      .swiper .swiper-wrapper .swiper-slide .swiper-slide-wrap {
        margin: 1.17188vw;
        padding: 4.42708vw 3.77604vw 5.20833vw;
        border-radius: 3.90625vw; } }
    .swiper .swiper-wrapper .swiper-slide .swiper-slide-wrap h4 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center;
      color: #009481;
      -webkit-font-feature-settings: "palt" 1;
      font-feature-settings: "palt" 1;
      font-family: "Hiragino Kaku Gothic Std W7", "ヒラギノ角ゴ Std W7", "Noto Sans JP", sans-serif;
      font-size: 16px;
      font-weight: 800;
      line-height: 1.38;
      margin-bottom: 20px; }
      @media screen and (max-width: 768px) {
        .swiper .swiper-wrapper .swiper-slide .swiper-slide-wrap h4 {
          font-size: 3.38542vw; } }
    .swiper .swiper-wrapper .swiper-slide .swiper-slide-wrap figure {
      display: block;
      text-align: center; }
      .swiper .swiper-wrapper .swiper-slide .swiper-slide-wrap figure + figure {
        margin-top: 20px; }
    .swiper .swiper-wrapper .swiper-slide .swiper-slide-wrap .btn {
      max-width: 210px;
      margin: 20px auto 0; }
      @media screen and (max-width: 768px) {
        .swiper .swiper-wrapper .swiper-slide .swiper-slide-wrap .btn {
          max-width: 45.96354vw;
          margin: 4.42708vw auto 0; } }
      .swiper .swiper-wrapper .swiper-slide .swiper-slide-wrap .btn a {
        position: relative;
        display: block;
        border: solid 2px #009481;
        border-radius: 100vh;
        text-align: center;
        font-family: "Hiragino Kaku Gothic Pro W6", "Hiragino Sans W6", "Hiragino Kaku Gothic ProN W6", "ヒラギノ角ゴ ProN  W6", "Hiragino Kaku Gothic Pro W6", "Noto Sans JP", sans-serif;
        font-weight: 500;
        font-size: 16px;
        line-height: 1;
        padding: 15px 0;
        color: #009481;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
        @media screen and (max-width: 768px) {
          .swiper .swiper-wrapper .swiper-slide .swiper-slide-wrap .btn a {
            font-size: 3.38542vw;
            padding: 3.38542vw 0; } }
        .swiper .swiper-wrapper .swiper-slide .swiper-slide-wrap .btn a .arrow {
          position: absolute;
          top: 50%;
          right: 17px;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          display: inline-block;
          width: 16px;
          height: 2px;
          margin-top: 5px;
          border-radius: 9999px;
          background-color: #009481; }
          @media screen and (max-width: 768px) {
            .swiper .swiper-wrapper .swiper-slide .swiper-slide-wrap .btn a .arrow {
              right: 3.90625vw;
              width: 3.125vw;
              margin-top: 0.74219vw; } }
          .swiper .swiper-wrapper .swiper-slide .swiper-slide-wrap .btn a .arrow:before {
            content: "";
            position: absolute;
            top: calc(50% - 1px);
            right: 0;
            width: 9px;
            height: 2px;
            border-radius: 9999px;
            background-color: #009481;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            -webkit-transform-origin: calc(100% - 1px) 50%;
            -ms-transform-origin: calc(100% - 1px) 50%;
            transform-origin: calc(100% - 1px) 50%; }
            @media screen and (max-width: 768px) {
              .swiper .swiper-wrapper .swiper-slide .swiper-slide-wrap .btn a .arrow:before {
                width: 1.30208vw; } }
        .swiper .swiper-wrapper .swiper-slide .swiper-slide-wrap .btn a:hover {
          background-color: #009481;
          color: #FFFFFF; }
          .swiper .swiper-wrapper .swiper-slide .swiper-slide-wrap .btn a:hover .arrow {
            background-color: #FFFFFF; }
            .swiper .swiper-wrapper .swiper-slide .swiper-slide-wrap .btn a:hover .arrow:before {
              background-color: #FFFFFF; }
  .swiper .swiper-wrapper .swiper-slide:after {
    content: "";
    display: block;
    width: 93.95238234083982%;
    height: 93.95238234083982%;
    -webkit-box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.34);
    box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.34);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    border-radius: 30px; }
    @media screen and (max-width: 768px) {
      .swiper .swiper-wrapper .swiper-slide:after {
        border-radius: 3.90625vw;
        -webkit-box-shadow: 0px 0.65104vw 2.08333vw 0px rgba(0, 0, 0, 0.34);
        box-shadow: 0px 0.65104vw 2.08333vw 0px rgba(0, 0, 0, 0.34); } }

.swiper .swiper-nav {
  position: relative;
  margin: 40px auto 0;
  max-width: 164px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 768px) {
    .swiper .swiper-nav {
      margin: 6.51042vw auto 0;
      max-width: 55.98958vw; } }
  .swiper .swiper-nav .swiper-pagination,
  .swiper .swiper-nav .swiper-button-prev,
  .swiper .swiper-nav .swiper-button-next {
    position: relative;
    top: inherit;
    left: inherit;
    right: inherit;
    bottom: inherit;
    margin-top: 0;
    height: auto; }
  .swiper .swiper-nav .swiper-pagination .swiper-pagination-bullet-active {
    background: #258213; }
  .swiper .swiper-nav .swiper-button-prev {
    position: relative; }
    .swiper .swiper-nav .swiper-button-prev:before, .swiper .swiper-nav .swiper-button-prev:after {
      content: "";
      position: absolute;
      top: calc(50% - 1px);
      right: 0;
      width: 14px;
      height: 2px;
      background-color: #258213;
      -webkit-transform-origin: 1px 50%;
      -ms-transform-origin: 1px 50%;
      transform-origin: 1px 50%; }
    .swiper .swiper-nav .swiper-button-prev:before {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .swiper .swiper-nav .swiper-button-prev:after {
      font-size: 0;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  .swiper .swiper-nav .swiper-button-next {
    position: relative; }
    .swiper .swiper-nav .swiper-button-next:before, .swiper .swiper-nav .swiper-button-next:after {
      content: "";
      position: absolute;
      top: calc(50% - 1px);
      right: 0;
      width: 14px;
      height: 2px;
      background-color: #258213;
      -webkit-transform-origin: calc(100% - 1px) 50%;
      -ms-transform-origin: calc(100% - 1px) 50%;
      transform-origin: calc(100% - 1px) 50%; }
    .swiper .swiper-nav .swiper-button-next:before {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .swiper .swiper-nav .swiper-button-next:after {
      font-size: 0;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 9999; }
  @media screen and (max-width: 768px) {
    .modal {
      padding: 5.20833vw 0; } }
  .modal:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    margin-left: -0.2em; }
  .modal.is-active {
    opacity: 1;
    visibility: visible; }
  .modal .modal-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    max-width: 1000px;
    width: 90%; }
    @media screen and (max-width: 768px) {
      .modal .modal-container {
        max-width: 100%; } }
    .modal .modal-container .modal-close {
      position: absolute;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      top: 40px;
      right: 40px;
      width: 36px;
      height: 36px;
      color: #000;
      cursor: pointer;
      font-family: "Noto Sans JP", sans-serif;
      font-size: 5rem;
      font-weight: 200;
      line-height: 1; }
      @media screen and (max-width: 768px) {
        .modal .modal-container .modal-close {
          top: 2.60417vw;
          right: 5.20833vw;
          width: 7.8125vw;
          height: 7.8125vw;
          font-size: 7.8125vw; } }
    .modal .modal-container .modal-content {
      background: #fff;
      text-align: left;
      line-height: 1.8;
      padding: 40px 60px;
      border-radius: 50px; }
      @media screen and (max-width: 768px) {
        .modal .modal-container .modal-content {
          padding: 11.71875vw 5.20833vw 6.51042vw;
          border-radius: 6.51042vw; } }
      .modal .modal-container .modal-content h2 {
        text-align: center;
        color: #009481;
        font-family: "Hiragino Kaku Gothic Std W7", "ヒラギノ角ゴ Std W7", "Noto Sans JP", sans-serif;
        font-size: 3rem;
        font-weight: 800;
        line-height: 1;
        margin-bottom: 30px; }
        @media screen and (max-width: 768px) {
          .modal .modal-container .modal-content h2 {
            font-size: 4.94792vw;
            margin-bottom: 3.90625vw; } }
      .modal .modal-container .modal-content p {
        font-family: "Hiragino Kaku Gothic Std W5", "ヒラギノ角ゴ Std W5", "Noto Sans JP", sans-serif;
        font-size: 1.6rem;
        font-weight: 500;
        -webkit-font-feature-settings: "palt" 1;
        font-feature-settings: "palt" 1;
        letter-spacing: 0.01em; }
        @media screen and (max-width: 768px) {
          .modal .modal-container .modal-content p {
            font-size: 3.38542vw; } }
        .modal .modal-container .modal-content p:nth-of-type(n+2) {
          margin-top: 1em; }

footer {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  background-color: #666;
  margin-top: 0px;
  position: relative; }
  @media screen and (min-width: 769px) {
    footer {
      margin-top: 0; } }
  footer #page_top {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 99; }
    @media screen and (max-width: 768px) {
      footer #page_top {
        width: 11.19792vw; } }
  footer .footer_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 0;
    max-width: 920px;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      footer .footer_wrap {
        display: block;
        padding: 30px 4%; } }
    footer .footer_wrap .colBox {
      width: 100%;
      text-align: left;
      color: #FFFFFF; }
      @media screen and (max-width: 768px) {
        footer .footer_wrap .colBox {
          margin: auto;
          padding: 0 7%; } }
      footer .footer_wrap .colBox .sns_list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        footer .footer_wrap .colBox .sns_list_links {
          margin-right: 12px; }
      footer .footer_wrap .colBox.address {
        letter-spacing: 0.15em;
        line-height: 1.8; }
    footer .footer_wrap .ft_list li {
      margin-bottom: 10px; }
    footer .footer_wrap .ft_list_link {
      color: #fff; }
      footer .footer_wrap .ft_list_link::before {
        content: "";
        width: 1em;
        height: 1em;
        display: inline-block;
        background: url(../img/ic-ft-arr.svg) no-repeat left top/100%;
        margin-right: 10px; }
    @media screen and (max-width: 768px) {
      footer .footer_wrap .ft_list {
        margin-bottom: 30px; } }
    footer .footer_wrap address {
      font-style: normal; }
      footer .footer_wrap address .add span {
        display: inline-block; }
      footer .footer_wrap address .btn {
        max-width: 210px;
        display: block;
        margin: 20px 0;
        background: #fff;
        border: 2px solid #207d67;
        color: #207d67;
        text-align: center;
        padding: 9.8px 21px;
        border-radius: 100vh;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
        footer .footer_wrap address .btn .btn_txt::before {
          content: none; }
        footer .footer_wrap address .btn:hover {
          background-color: #fdeb4c; }

#copyright {
  background-color: #FFFFFF; }
  #copyright .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    letter-spacing: .075em;
    padding: 10px 0;
    max-width: 1280px;
    margin: 0 auto; }
  #copyright p {
    margin-left: auto;
    font-size: 1.2rem;
    color: #000000; }
  @media screen and (max-width: 768px) {
    #copyright {
      padding: 10px 6% 8px; }
      #copyright .inner {
        display: block; }
      #copyright img {
        height: 50px;
        width: auto; }
      #copyright p {
        margin-top: 15px;
        line-height: 1.25;
        word-break: break-word; } }

/* -----------------------------------------------------
	kv
----------------------------------------------------- */
#kv {
  position: relative;
  width: 100%;
  aspect-ratio: 840 / 449;
  background-image: url("../img/kv_bg.jpg");
  background-size: auto 100%;
  background-position: center top;
  background-repeat: no-repeat;
  padding: 10.892857142857142% 0 0; }
  @media screen and (max-width: 768px) {
    #kv {
      aspect-ratio: 768 / 1295;
      background-image: url("../img/kv_bg_sp.jpg");
      padding: 22.13542vw 0 0; } }
  #kv h1 {
    width: 50.297619047619044%;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      #kv h1 {
        width: 78.38542vw; } }
  #kv .text {
    margin: 19.761904761904763% 0 0 15.119047619047619%;
    width: 31.071428571428573%; }
    @media screen and (max-width: 768px) {
      #kv .text {
        width: 73.4375vw;
        margin: 59.89583vw 0 0 2.47396vw; } }
  #kv .floating_btn {
    width: 12.857142857142856%;
    position: absolute;
    bottom: 2.1778584392014517%;
    right: 16.904761904761905%;
    z-index: 9; }
    @media screen and (max-width: 768px) {
      #kv .floating_btn {
        width: 28.125vw;
        right: 1.30208vw;
        bottom: -2.21354vw; } }
    #kv .floating_btn button {
      display: block;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
      #kv .floating_btn button:hover {
        cursor: pointer; }
  #kv:after {
    content: "";
    display: block;
    width: 8.988095238095237%;
    aspect-ratio: 151 / 224;
    background-image: url("../img/kv_deco_01.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: absolute;
    left: 3.0952380952380953%;
    bottom: -4.174228675136116%;
    z-index: 2; }
    @media screen and (max-width: 768px) {
      #kv:after {
        width: 13.54167vw;
        left: 2.86458vw;
        bottom: -2.60417vw; } }

/* -----------------------------------------------------
	anchor
----------------------------------------------------- */
#anchor {
  padding: calc(6.369vw + 5px) 50px calc(6.845vw + 8px);
  background-color: #d8e7bc;
  background-image: url("../img/anchor_bg_top.jpg"), url("../img/anchor_bg_btm.jpg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left top, left bottom; }
  @media screen and (max-width: 768px) {
    #anchor {
      padding: 13.28125vw 3.90625vw 14.58333vw;
      background-image: url("../img/anchor_bg_top_sp.jpg"), url("../img/anchor_bg_btm_sp.jpg"); } }
  #anchor .inner {
    max-width: 1180px;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      #anchor .inner {
        max-width: 100%; } }
    #anchor .inner h2 {
      text-align: center;
      font-family: "Hiragino Kaku Gothic Std W7", "ヒラギノ角ゴ Std W7", "Noto Sans JP", sans-serif;
      font-size: 3.0rem;
      font-weight: 800;
      line-height: 1;
      margin: 0 0 30px; }
      @media screen and (max-width: 768px) {
        #anchor .inner h2 {
          font-size: 3.90625vw;
          margin: 0 0 5.20833vw; } }
    #anchor .inner .box_wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      #anchor .inner .box_wrap .box {
        width: calc(94.91525423728814% / 4); }
        @media screen and (max-width: 768px) {
          #anchor .inner .box_wrap .box {
            width: calc(94.91525423728814% / 2); } }
        #anchor .inner .box_wrap .box p {
          text-align: center;
          -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
          font-family: "Hiragino Kaku Gothic Std W5", "ヒラギノ角ゴ Std W5", "Noto Sans JP", sans-serif;
          font-size: 1.5rem;
          font-weight: 500;
          line-height: 1.47;
          margin-top: 15px; }
          @media screen and (max-width: 768px) {
            #anchor .inner .box_wrap .box p {
              font-size: 2.86458vw;
              margin-top: 3.25521vw; } }
          #anchor .inner .box_wrap .box p em {
            display: block;
            font-style: normal;
            font-family: "Hiragino Kaku Gothic Std W7", "ヒラギノ角ゴ Std W7", "Noto Sans JP", sans-serif;
            font-weight: 800;
            color: #258213; }
        #anchor .inner .box_wrap .box a {
          position: relative;
          display: block;
          -webkit-transition: all 0.5s;
          -o-transition: all 0.5s;
          transition: all 0.5s;
          overflow: hidden;
          border-radius: 10px; }
          #anchor .inner .box_wrap .box a img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            -webkit-transition: all 0.7s;
            -o-transition: all 0.7s;
            transition: all 0.7s; }
          #anchor .inner .box_wrap .box a:hover img {
            -webkit-transform: scale(1.1, 1.1);
            -ms-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1); }
        @media screen and (max-width: 768px) {
          #anchor .inner .box_wrap .box:nth-of-type(n+3) {
            margin-top: 6.51042vw; } }

/* -----------------------------------------------------
	statement
----------------------------------------------------- */
#statement {
  position: relative;
  padding: 60px 50px 0; }
  @media screen and (max-width: 768px) {
    #statement {
      padding: 7.16146vw 0 21.74479vw; } }
  #statement .inner h2 {
    text-align: center;
    margin: 0 0 35px; }
    @media screen and (max-width: 768px) {
      #statement .inner h2 {
        width: 54.55729vw;
        margin: 0 auto 3.90625vw; } }
  #statement .inner .lead {
    text-align: center;
    -webkit-font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1;
    font-family: "Hiragino Kaku Gothic Std W7", "ヒラギノ角ゴ Std W7", "Noto Sans JP", sans-serif;
    font-weight: 800;
    font-size: 2.4rem;
    line-height: 1.58;
    letter-spacing: 0.1em; }
    @media screen and (max-width: 768px) {
      #statement .inner .lead {
        font-size: 3.38542vw;
        letter-spacing: 0; } }
  #statement .inner .question {
    position: relative;
    margin: 73px 0 0; }
    @media screen and (max-width: 768px) {
      #statement .inner .question {
        margin: 7.8125vw 0 0; } }
    #statement .inner .question h3 {
      text-align: center;
      margin: 0 0 9px; }
      @media screen and (max-width: 768px) {
        #statement .inner .question h3 {
          width: 81.38021vw;
          margin: 0 auto 4.55729vw; } }
    #statement .inner .question p {
      text-align: center;
      -webkit-font-feature-settings: "palt" 1;
      font-feature-settings: "palt" 1;
      font-family: "Hiragino Kaku Gothic Std W5", "ヒラギノ角ゴ Std W5", "Noto Sans JP", sans-serif;
      font-size: 2.0rem;
      font-weight: 500;
      line-height: 3.3;
      letter-spacing: 0.1em; }
      @media screen and (max-width: 768px) {
        #statement .inner .question p {
          font-size: 3.125vw; } }
      #statement .inner .question p em {
        font-style: normal;
        font-family: "Hiragino Kaku Gothic Std W7", "ヒラギノ角ゴ Std W7", "Noto Sans JP", sans-serif;
        font-size: 3.0rem;
        font-weight: 800;
        background-color: #FFFFFF;
        padding: .2em;
        margin: 0 .2em; }
        @media screen and (max-width: 768px) {
          #statement .inner .question p em {
            font-size: 3.90625vw; } }
    #statement .inner .question .swiper {
      max-width: 938px;
      margin: 30px auto 0; }
      @media screen and (max-width: 768px) {
        #statement .inner .question .swiper {
          max-width: 100%;
          margin: 4.55729vw auto 0; } }
    #statement .inner .question:after {
      content: "";
      display: block;
      width: 15.8%;
      max-width: 158px;
      aspect-ratio: 79 / 109;
      background-image: url("../img/statement_question_bg.png");
      background-size: 100% auto;
      background-repeat: no-repeat;
      position: absolute;
      right: -13.8%;
      top: -24px; }
      @media screen and (max-width: 768px) {
        #statement .inner .question:after {
          width: 18.35938vw;
          right: 2.34375vw;
          top: -5.59896vw; } }

/* -----------------------------------------------------
	cando
----------------------------------------------------- */
#cando {
  position: relative;
  margin-top: -4.762vw;
  padding: 17.381vw 50px 10.476190476190476%;
  background-image: url("../img/cando_bg.jpg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left top;
  background-color: #d8e7bc; }
  @media screen and (max-width: 768px) {
    #cando {
      background-image: url("../img/cando_bg_sp.jpg");
      margin-top: -16.53646vw;
      padding: 30.07813vw 0 17.70833vw; } }
  #cando .inner h2 {
    position: relative;
    margin: 0 auto 50px;
    padding: 50px 0 0;
    text-align: center; }
    @media screen and (max-width: 768px) {
      #cando .inner h2 {
        margin: 0 auto 5.98958vw;
        padding: 0; } }
    @media screen and (max-width: 768px) {
      #cando .inner h2 img {
        width: 92.83854vw; } }
    #cando .inner h2:before {
      content: "";
      display: block;
      width: 19.5%;
      aspect-ratio: 195 / 152;
      position: absolute;
      top: 5.952380952380952%;
      left: -11%;
      background-image: url("../img/cando_deco_01.png");
      background-repeat: no-repeat;
      background-size: 100% auto; }
      @media screen and (max-width: 768px) {
        #cando .inner h2:before {
          width: 23.04688vw;
          top: -13.28125vw;
          left: 1.69271vw; } }
  #cando .inner p {
    position: relative;
    z-index: 1;
    text-align: center;
    -webkit-font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1;
    font-family: "Hiragino Kaku Gothic Std W5", "ヒラギノ角ゴ Std W5", "Noto Sans JP", sans-serif;
    font-size: 2.4rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 2.92; }
    @media screen and (max-width: 768px) {
      #cando .inner p {
        font-size: 3.75vw; } }
    #cando .inner p > em {
      font-style: normal;
      font-family: "Hiragino Kaku Gothic Std W7", "ヒラギノ角ゴ Std W7", "Noto Sans JP", sans-serif;
      font-size: 3.0rem;
      font-weight: 800;
      background-color: #FFFFFF;
      padding: .2em;
      margin: 0 .2em; }
      @media screen and (max-width: 768px) {
        #cando .inner p > em {
          font-size: 4.6875vw;
          line-height: 1.5; } }
      @media screen and (max-width: 768px) {
        #cando .inner p > em:nth-of-type(2) {
          margin: 0;
          padding: 0;
          background-color: transparent; } }
      #cando .inner p > em:nth-of-type(2) em {
        font-style: normal; }
        @media screen and (min-width: 769px) {
          #cando .inner p > em:nth-of-type(2) em {
            margin: 0;
            padding: 0; } }
        @media screen and (max-width: 768px) {
          #cando .inner p > em:nth-of-type(2) em {
            display: inline-block;
            padding: .2em;
            margin: .5em .2em;
            background-color: #FFFFFF; } }
    #cando .inner p.decokatsu {
      margin: 60px 0 0; }
      @media screen and (max-width: 768px) {
        #cando .inner p.decokatsu {
          margin: 6.51042vw 0 0; } }
      #cando .inner p.decokatsu a {
        display: inline-block;
        max-width: 340px;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
        @media screen and (max-width: 768px) {
          #cando .inner p.decokatsu a {
            max-width: 54.6875vw; } }
        #cando .inner p.decokatsu a:hover {
          opacity: 0.7; }
    #cando .inner p:nth-of-type(3) {
      line-height: 2.14; }
  #cando .inner .swiper {
    max-width: 938px;
    margin: 60px auto 0; }
    @media screen and (max-width: 768px) {
      #cando .inner .swiper {
        max-width: 100%;
        margin: 6.51042vw auto 0; } }
    #cando .inner .swiper .source {
      font-size: 16px;
      line-height: 1;
      text-align: right;
      margin: 1.5em 0 0; }
      @media screen and (max-width: 768px) {
        #cando .inner .swiper .source {
          font-size: 2.86458vw;
          text-align: center;
          margin: 7.03125vw 0 0; } }
  #cando:after {
    content: "";
    display: block;
    width: 100%;
    aspect-ratio: 420 / 29;
    background-image: url("../img/cando_bg_btm.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    bottom: -5.774vw;
    z-index: 2; }
    @media screen and (max-width: 768px) {
      #cando:after {
        aspect-ratio: 768 / 53;
        background-image: url("../img/cando_bg_btm_sp.png");
        bottom: -6.90104vw; } }

/* -----------------------------------------------------
	special
----------------------------------------------------- */
#special {
  position: relative;
  padding: 92px 50px 20.06vw;
  background-image: url("../img/special_bg.jpg"), url("../img/special_bg_btm.jpg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left top,left bottom;
  background-color: #eff7e1; }
  @media screen and (max-width: 768px) {
    #special {
      background-image: url("../img/special_bg_sp.jpg"), url("../img/special_bg_btm_sp.jpg");
      padding: 19.66146vw 0 32.29167vw; } }
  #special .inner h2 {
    text-align: center;
    margin: 0 auto 60px; }
    @media screen and (max-width: 768px) {
      #special .inner h2 {
        margin: 0 auto 6.51042vw; } }
    @media screen and (max-width: 768px) {
      #special .inner h2 img {
        width: 85.80729vw; } }
  #special .inner .box_wrap .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    #special .inner .box_wrap .box .column {
      width: calc(100% / 2); }
      @media screen and (max-width: 768px) {
        #special .inner .box_wrap .box .column {
          width: 100%;
          margin: 0 5.20833vw; } }
      #special .inner .box_wrap .box .column:nth-of-type(1) picture img {
        border-radius: 50px; }
        @media screen and (max-width: 768px) {
          #special .inner .box_wrap .box .column:nth-of-type(1) picture img {
            border-radius: 6.51042vw; } }
      #special .inner .box_wrap .box .column:nth-of-type(1) a {
        display: block;
        aspect-ratio: 30 / 17;
        overflow: hidden;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        border-radius: 50px; }
        @media screen and (max-width: 768px) {
          #special .inner .box_wrap .box .column:nth-of-type(1) a {
            border-radius: 6.51042vw; } }
        #special .inner .box_wrap .box .column:nth-of-type(1) a picture img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
          object-fit: cover;
          border-radius: inherit;
          -webkit-transition: all 0.7s;
          -o-transition: all 0.7s;
          transition: all 0.7s; }
        #special .inner .box_wrap .box .column:nth-of-type(1) a:hover picture img {
          -webkit-transform: scale(1.1, 1.1);
          -ms-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1); }
      #special .inner .box_wrap .box .column:nth-of-type(2) {
        padding-left: 3%; }
        @media screen and (max-width: 768px) {
          #special .inner .box_wrap .box .column:nth-of-type(2) {
            padding-left: 0;
            padding-top: 3.90625vw; } }
        #special .inner .box_wrap .box .column:nth-of-type(2) h3 {
          -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
          letter-spacing: 0.1em;
          font-family: "Hiragino Kaku Gothic Std W7", "ヒラギノ角ゴ Std W7", "Noto Sans JP", sans-serif;
          font-weight: 800;
          margin-bottom: 30px; }
          @media screen and (max-width: 768px) {
            #special .inner .box_wrap .box .column:nth-of-type(2) h3 {
              margin-bottom: 3.90625vw; } }
          #special .inner .box_wrap .box .column:nth-of-type(2) h3 small {
            display: block;
            font-size: 16px;
            line-height: 1;
            margin-bottom: 15px; }
            @media screen and (max-width: 768px) {
              #special .inner .box_wrap .box .column:nth-of-type(2) h3 small {
                font-size: 3.38542vw;
                margin-bottom: 2.60417vw; } }
          #special .inner .box_wrap .box .column:nth-of-type(2) h3 span {
            display: inline-block;
            padding: 0.3em;
            background-color: #FFFFFF;
            font-size: 24px;
            line-height: 1; }
            @media screen and (max-width: 768px) {
              #special .inner .box_wrap .box .column:nth-of-type(2) h3 span {
                font-size: 5.20833vw; } }
            #special .inner .box_wrap .box .column:nth-of-type(2) h3 span:nth-of-type(n+2) {
              margin-top: 0.3em; }
        #special .inner .box_wrap .box .column:nth-of-type(2) p {
          -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
          font-family: "Hiragino Kaku Gothic Std W5", "ヒラギノ角ゴ Std W5", "Noto Sans JP", sans-serif;
          font-size: 1.5rem;
          font-weight: 500;
          line-height: 1.73;
          letter-spacing: 0.1em;
          text-align: justify; }
          @media screen and (max-width: 768px) {
            #special .inner .box_wrap .box .column:nth-of-type(2) p {
              font-size: 3.125vw; } }
    #special .inner .box_wrap .box:nth-of-type(even) {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
      #special .inner .box_wrap .box:nth-of-type(even) .column:nth-of-type(2) {
        padding-left: 0;
        padding-right: 3%; }
        @media screen and (max-width: 768px) {
          #special .inner .box_wrap .box:nth-of-type(even) .column:nth-of-type(2) {
            padding-right: 0; } }
    #special .inner .box_wrap .box:nth-of-type(n+2) {
      margin-top: 60px; }
      @media screen and (max-width: 768px) {
        #special .inner .box_wrap .box:nth-of-type(n+2) {
          margin-top: 13.02083vw; } }
  #special:after {
    content: "";
    display: block;
    width: 9.821428571428571%;
    max-width: 165px;
    aspect-ratio: 165 / 178;
    background-image: url("../img/special_deco_01.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: absolute;
    right: 12.797619047619047%;
    top: 13.316679383933474%; }
    @media screen and (max-width: 768px) {
      #special:after {
        aspect-ratio: 71 / 80;
        background-image: url("../img/special_deco_01_sp.png");
        top: inherit;
        width: 27.73438vw;
        bottom: -0.65104vw;
        right: 4.94792vw; } }

/* -----------------------------------------------------
	pr
----------------------------------------------------- */
#pr {
  position: relative;
  background-color: #FFFFFF;
  background-image: url("../img/pr_bg.jpg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding: 0 0 24px; }
  @media screen and (max-width: 768px) {
    #pr {
      background-image: url("../img/pr_bg_sp.jpg");
      padding: 1.04167vw 0 0; } }
  #pr .inner h2 {
    text-align: center;
    margin: 0 auto 60px; }
    @media screen and (max-width: 768px) {
      #pr .inner h2 {
        margin: 0 auto 4.6875vw; } }
    @media screen and (max-width: 768px) {
      #pr .inner h2 img {
        width: 44.79167vw; } }
  #pr .inner p {
    text-align: center;
    font-family: "Hiragino Kaku Gothic Std W7", "ヒラギノ角ゴ Std W7", "Noto Sans JP", sans-serif;
    font-size: 2.0rem;
    font-weight: 800;
    line-height: 2; }
    @media screen and (max-width: 768px) {
      #pr .inner p {
        font-size: 3.38542vw; } }
  #pr .inner .notes_wrap {
    text-align: center;
    margin: 30px 0 0; }
    @media screen and (max-width: 768px) {
      #pr .inner .notes_wrap {
        margin: 7.03125vw 0 0; } }
    #pr .inner .notes_wrap ul {
      display: inline-block; }
      #pr .inner .notes_wrap ul li {
        text-align: left;
        font-family: "Hiragino Kaku Gothic Std W5", "ヒラギノ角ゴ Std W5", "Noto Sans JP", sans-serif;
        font-weight: 500;
        line-height: 1.43; }
        @media screen and (max-width: 768px) {
          #pr .inner .notes_wrap ul li {
            font-size: 2.60417vw; } }
  #pr .inner .box_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 60px 0 0; }
    @media screen and (max-width: 768px) {
      #pr .inner .box_wrap {
        margin: 5.85938vw 5.20833vw 0; } }
    #pr .inner .box_wrap .box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      width: calc(95.6% / 2); }
      @media screen and (max-width: 768px) {
        #pr .inner .box_wrap .box {
          width: 100%; } }
      #pr .inner .box_wrap .box > div {
        background-color: #000000; }
        #pr .inner .box_wrap .box > div a {
          display: block;
          -webkit-transition: all 0.5s;
          -o-transition: all 0.5s;
          transition: all 0.5s; }
          #pr .inner .box_wrap .box > div a img {
            width: 100%;
            height: auto; }
          #pr .inner .box_wrap .box > div a:hover {
            opacity: 0.5; }
        #pr .inner .box_wrap .box > div.picture_2 {
          margin-top: auto; }
          @media screen and (max-width: 768px) {
            #pr .inner .box_wrap .box > div.picture_2 {
              margin-top: 7.8125vw; } }
      @media screen and (max-width: 768px) {
        #pr .inner .box_wrap .box:nth-of-type(n+2) {
          margin-top: 7.8125vw; } }
  #pr:after {
    content: "";
    display: block;
    width: 9.404761904761905%;
    max-width: 158px;
    aspect-ratio: 158 / 251;
    background-image: url("../img/pr_deco_01.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 4.526748971193416%;
    left: 17.083333333333332%; }
    @media screen and (max-width: 768px) {
      #pr:after {
        width: 19.27083vw;
        top: -11.84896vw;
        left: 3.77604vw; } }

/* -----------------------------------------------------
	monthly
----------------------------------------------------- */
#monthly {
  position: relative;
  background-color: #FFFFFF;
  background-image: url("../img/monthly_bg.jpg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding: 97px 50px 77px; }
  @media screen and (max-width: 768px) {
    #monthly {
      background-image: url("../img/monthly_bg_sp.jpg");
      padding: 13.02083vw 5.20833vw 15.625vw; } }
  #monthly .inner h2 {
    text-align: center;
    margin: 0 auto 60px; }
    @media screen and (max-width: 768px) {
      #monthly .inner h2 {
        margin: 0 auto 6.51042vw; } }
    @media screen and (max-width: 768px) {
      #monthly .inner h2 img {
        width: 42.57813vw; } }
  #monthly .inner p {
    text-align: center;
    font-family: "Hiragino Kaku Gothic Std W5", "ヒラギノ角ゴ Std W5", "Noto Sans JP", sans-serif;
    font-size: 2.0rem;
    font-weight: 500;
    line-height: 2; }
    @media screen and (max-width: 768px) {
      #monthly .inner p {
        font-size: 3.38542vw; } }
    #monthly .inner p em {
      color: #258213;
      font-style: normal;
      font-family: "Hiragino Kaku Gothic Std W7", "ヒラギノ角ゴ Std W7", "Noto Sans JP", sans-serif;
      font-weight: 800; }
  #monthly .inner .btn {
    max-width: 620px;
    margin: 44px auto 0; }
    @media screen and (max-width: 768px) {
      #monthly .inner .btn {
        max-width: 89.58333vw;
        margin: 6.51042vw auto 0; } }
    #monthly .inner .btn a {
      position: relative;
      display: block;
      text-align: center;
      border-radius: 100vh;
      border: solid 2px #009481;
      color: #009481;
      font-family: "Hiragino Kaku Gothic Std W5", "ヒラギノ角ゴ Std W5", "Noto Sans JP", sans-serif;
      font-size: 2.4rem;
      font-weight: 800;
      line-height: 1;
      padding: 30px 0;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s;
      -webkit-box-shadow: 3.936px 4.528px 16px 0px rgba(2, 2, 2, 0.2);
      box-shadow: 3.936px 4.528px 16px 0px rgba(2, 2, 2, 0.2); }
      @media screen and (max-width: 768px) {
        #monthly .inner .btn a {
          padding: 5.20833vw 0;
          font-size: 4.42708vw; } }
      #monthly .inner .btn a .arrow {
        position: absolute;
        top: 50%;
        right: 30px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        display: inline-block;
        width: 21px;
        height: 2px;
        margin-top: 6.4px;
        border-radius: 9999px;
        background-color: #009481; }
        @media screen and (max-width: 768px) {
          #monthly .inner .btn a .arrow {
            width: 3.90625vw;
            margin-top: 1.19792vw;
            right: 5.98958vw; } }
      #monthly .inner .btn a .arrow::before {
        content: "";
        position: absolute;
        top: calc(50% - 1px);
        right: 0;
        width: 11px;
        height: 2px;
        border-radius: 9999px;
        background-color: #009481;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform-origin: calc(100% - 1px) 50%;
        -ms-transform-origin: calc(100% - 1px) 50%;
        transform-origin: calc(100% - 1px) 50%; }
        @media screen and (max-width: 768px) {
          #monthly .inner .btn a .arrow::before {
            width: 1.95313vw; } }
      #monthly .inner .btn a:hover {
        background-color: #009481;
        color: #FFFFFF; }
        #monthly .inner .btn a:hover .arrow {
          background-color: #FFFFFF; }
          #monthly .inner .btn a:hover .arrow:before {
            background-color: #FFFFFF; }
  #monthly .inner .notes_wrap {
    text-align: center;
    margin: 30px 0 0; }
    @media screen and (max-width: 768px) {
      #monthly .inner .notes_wrap {
        margin: 5.20833vw 0 0; } }
    #monthly .inner .notes_wrap ul {
      display: inline-block; }
      #monthly .inner .notes_wrap ul li {
        text-align: left;
        font-family: "Hiragino Kaku Gothic Std W5", "ヒラギノ角ゴ Std W5", "Noto Sans JP", sans-serif;
        font-weight: 500;
        line-height: 1.43; }
        @media screen and (max-width: 768px) {
          #monthly .inner .notes_wrap ul li {
            font-size: 2.60417vw; } }
        #monthly .inner .notes_wrap ul li:nth-child(n+3) {
          padding-left: 1.3em;
          text-indent: -1.3em; }
  #monthly:before {
    content: "";
    display: block;
    width: 12.380952380952381%;
    max-width: 208px;
    aspect-ratio: 104 / 151;
    background-image: url("../img/monthly_deco_01.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 13.670457294943139%;
    right: 15.833333333333332%; }
    @media screen and (max-width: 768px) {
      #monthly:before {
        width: 25.13021vw;
        top: 2.99479vw;
        right: 1.5625vw; } }
  @media screen and (max-width: 768px) {
    #monthly:after {
      content: "";
      display: block;
      width: 30.59896vw;
      aspect-ratio: 235 / 226;
      background-image: url("../img/relation_deco_04.png");
      background-size: 100% auto;
      position: absolute;
      bottom: -19.40104vw;
      left: 1.5625vw;
      z-index: 1; } }

/* -----------------------------------------------------
	relation
----------------------------------------------------- */
#relation {
  background-color: #d8e7bc;
  background-image: url("../img/relation_bg.jpg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left top;
  padding: calc(6.845vw + 52px) 50px 120px; }
  @media screen and (max-width: 768px) {
    #relation {
      background-image: url("../img/relation_bg_sp.jpg");
      padding: 19.92188vw 0 22.52604vw; } }
  #relation .inner h2 {
    text-align: center;
    margin: 0 auto 67px; }
    @media screen and (max-width: 768px) {
      #relation .inner h2 {
        margin: 0 auto 5.20833vw; } }
    @media screen and (max-width: 768px) {
      #relation .inner h2 img {
        width: 91.40625vw; } }
  @media screen and (max-width: 768px) {
    #relation .inner .box_wrap {
      margin: 0 5.20833vw; } }
  #relation .inner .box_wrap .box {
    position: relative;
    padding: 60px 42px;
    background-color: #FFFFFF;
    border-radius: 100px; }
    @media screen and (max-width: 768px) {
      #relation .inner .box_wrap .box {
        padding: 6.51042vw 5.72917vw 9.76563vw;
        border-radius: 13.02083vw; } }
    #relation .inner .box_wrap .box h3 {
      text-align: center;
      font-family: "Hiragino Kaku Gothic Std W7", "ヒラギノ角ゴ Std W7", "Noto Sans JP", sans-serif;
      font-size: 3.0rem;
      font-weight: 800;
      line-height: 1;
      margin: 0 0 50px; }
      @media screen and (max-width: 768px) {
        #relation .inner .box_wrap .box h3 {
          font-size: 3.90625vw;
          line-height: 1.333;
          margin: 0 0 6.51042vw; } }
    #relation .inner .box_wrap .box .dances {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      #relation .inner .box_wrap .box .dances .dance {
        width: calc(91.70305676855895% / 3); }
        @media screen and (max-width: 768px) {
          #relation .inner .box_wrap .box .dances .dance {
            width: 100%; } }
        #relation .inner .box_wrap .box .dances .dance a {
          display: block; }
          #relation .inner .box_wrap .box .dances .dance a figure {
            display: block;
            overflow: hidden;
            border: solid 2px #ece8df;
            border-radius: 10px; }
            @media screen and (max-width: 768px) {
              #relation .inner .box_wrap .box .dances .dance a figure {
                border-radius: 1.30208vw; } }
            #relation .inner .box_wrap .box .dances .dance a figure img {
              width: 100%;
              height: 100%;
              -o-object-fit: cover;
              object-fit: cover;
              -webkit-transition: all 0.7s;
              -o-transition: all 0.7s;
              transition: all 0.7s; }
          #relation .inner .box_wrap .box .dances .dance a p {
            font-family: "Noto Sans JP", sans-serif;
            font-size: 1.6rem;
            font-weight: 500;
            line-height: 1.5;
            margin-top: 18px; }
            @media screen and (max-width: 768px) {
              #relation .inner .box_wrap .box .dances .dance a p {
                font-size: 3.125vw;
                margin-top: 2.60417vw; } }
          #relation .inner .box_wrap .box .dances .dance a:hover figure img {
            -webkit-transform: scale(1.1, 1.1);
            -ms-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1); }
        @media screen and (max-width: 768px) {
          #relation .inner .box_wrap .box .dances .dance:nth-of-type(n+2) {
            margin-top: 10.41667vw; } }
    #relation .inner .box_wrap .box .archives .archive {
      text-align: center; }
      #relation .inner .box_wrap .box .archives .archive a {
        display: inline-block; }
        #relation .inner .box_wrap .box .archives .archive a figure {
          display: block;
          border: solid 2px #009481;
          border-radius: 20px;
          overflow: hidden; }
          @media screen and (max-width: 768px) {
            #relation .inner .box_wrap .box .archives .archive a figure {
              border-radius: 2.60417vw; } }
          #relation .inner .box_wrap .box .archives .archive a figure img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            -webkit-transition: all 0.7s;
            -o-transition: all 0.7s;
            transition: all 0.7s; }
        #relation .inner .box_wrap .box .archives .archive a p {
          font-family: "Noto Sans JP", sans-serif;
          font-size: 2.0rem;
          font-weight: 500;
          line-height: 1;
          margin-top: 27px; }
          @media screen and (max-width: 768px) {
            #relation .inner .box_wrap .box .archives .archive a p {
              font-size: 3.38542vw;
              margin-top: 2.60417vw; } }
          #relation .inner .box_wrap .box .archives .archive a p:after {
            content: "";
            display: inline-block;
            width: 16px;
            aspect-ratio: 1 / 1;
            background-image: url("../img/icon_blank.svg");
            background-size: 100% auto;
            background-repeat: no-repeat;
            margin-left: 9px; }
            @media screen and (max-width: 768px) {
              #relation .inner .box_wrap .box .archives .archive a p:after {
                width: 2.86458vw;
                margin-left: 1.5625vw; } }
        #relation .inner .box_wrap .box .archives .archive a:hover figure img {
          -webkit-transform: scale(1.1, 1.1);
          -ms-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1); }
      #relation .inner .box_wrap .box .archives .archive:nth-of-type(n+2) {
        margin-top: 60px; }
        @media screen and (max-width: 768px) {
          #relation .inner .box_wrap .box .archives .archive:nth-of-type(n+2) {
            margin-top: 7.8125vw; } }
    #relation .inner .box_wrap .box .ecojin {
      text-align: center; }
      #relation .inner .box_wrap .box .ecojin p {
        font-family: "Noto Sans JP", sans-serif;
        font-size: 2.2rem;
        font-weight: 700;
        line-height: 1; }
        @media screen and (max-width: 768px) {
          #relation .inner .box_wrap .box .ecojin p {
            font-size: 3.125vw; } }
      #relation .inner .box_wrap .box .ecojin .bnr {
        margin: 30px 0 0; }
        @media screen and (max-width: 768px) {
          #relation .inner .box_wrap .box .ecojin .bnr {
            margin: 3.90625vw 0 0; } }
        #relation .inner .box_wrap .box .ecojin .bnr a {
          display: inline-block;
          -webkit-transition: all 0.5s;
          -o-transition: all 0.5s;
          transition: all 0.5s; }
          #relation .inner .box_wrap .box .ecojin .bnr a:hover {
            opacity: 0.7; }
    #relation .inner .box_wrap .box .deco_01 {
      width: 12%;
      position: absolute;
      top: -23.61010138317792%;
      left: -9.8%; }
      @media screen and (max-width: 768px) {
        #relation .inner .box_wrap .box .deco_01 {
          width: 9.375vw;
          top: -3.64583vw;
          left: -4.29688vw; } }
    #relation .inner .box_wrap .box .deco_02 {
      width: 12%;
      position: absolute;
      bottom: -2.5713971803461098%;
      right: -17.9%; }
      @media screen and (max-width: 768px) {
        #relation .inner .box_wrap .box .deco_02 {
          width: 9.375vw;
          bottom: -10.80729vw;
          right: 0.78125vw; } }
    #relation .inner .box_wrap .box .deco_03 {
      width: 5.5%;
      position: absolute;
      top: 13.786500718046913%;
      left: -13.3%; }
      @media screen and (max-width: 768px) {
        #relation .inner .box_wrap .box .deco_03 {
          display: none; } }
    #relation .inner .box_wrap .box .deco_04 {
      width: 23.5%;
      position: absolute;
      bottom: 28.913355672570606%;
      left: -28.799999999999997%; }
      @media screen and (max-width: 768px) {
        #relation .inner .box_wrap .box .deco_04 {
          display: none; } }
    #relation .inner .box_wrap .box .deco_05 {
      width: 3.1%;
      position: absolute;
      bottom: 26.902824317855433%;
      right: -9.700000000000001%; }
      @media screen and (max-width: 768px) {
        #relation .inner .box_wrap .box .deco_05 {
          display: none; } }
    #relation .inner .box_wrap .box .deco_06 {
      width: 4.9%;
      position: absolute;
      top: 15.52511415525114%;
      left: -15.5%; }
      @media screen and (max-width: 768px) {
        #relation .inner .box_wrap .box .deco_06 {
          width: 9.375vw;
          top: -10.28646vw;
          left: -4.29688vw; } }
    #relation .inner .box_wrap .box .deco_07 {
      width: 12%;
      position: absolute;
      bottom: 36.757990867579906%;
      right: -17.9%; }
      @media screen and (max-width: 768px) {
        #relation .inner .box_wrap .box .deco_07 {
          width: 6.64063vw;
          bottom: -2.47396vw;
          right: -4.42708vw; } }
    #relation .inner .box_wrap .box:nth-of-type(n+2) {
      margin-top: 80px; }
      @media screen and (max-width: 768px) {
        #relation .inner .box_wrap .box:nth-of-type(n+2) {
          margin-top: 10.41667vw; } }
