/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

@-webkit-keyframes mv_move {
  0% {
    -webkit-transform: rotate(-15deg) translateY(1%);
            transform: rotate(-15deg) translateY(1%);
  }
  50% {
    -webkit-transform: rotate(-15deg) translateY(10%);
            transform: rotate(-15deg) translateY(10%);
  }
  100% {
    -webkit-transform: rotate(-15deg) translateY(0);
            transform: rotate(-15deg) translateY(0);
  }
}

@keyframes mv_move {
  0% {
    -webkit-transform: rotate(-15deg) translateY(1%);
            transform: rotate(-15deg) translateY(1%);
  }
  50% {
    -webkit-transform: rotate(-15deg) translateY(10%);
            transform: rotate(-15deg) translateY(10%);
  }
  100% {
    -webkit-transform: rotate(-15deg) translateY(0);
            transform: rotate(-15deg) translateY(0);
  }
}
@-webkit-keyframes mvbg {
  0%, 100% {
    opacity: 0.8;
  }
  1% {
    opacity: 0;
  }
}
@keyframes mvbg {
  0%, 100% {
    opacity: 0.8;
  }
  1% {
    opacity: 0;
  }
}
@-webkit-keyframes furifuri {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  51% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  99% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes furifuri {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  51% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  99% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.header__logo {
  position: absolute;
  top: 0;
  left: 0;
  padding: 3% 3vw;
  width: 92px;
  height: 105px;
  background: #FEFDFC;
  border-bottom-right-radius: 30px;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .header__logo {
    padding: 2% 2vw;
    width: 130px;
    height: 173px;
  }
}
@media screen and (min-width: 1200px) {
  .header__logo {
    width: 230px;
    height: 255px;
  }
}
.header__link {
  display: block;
  width: 100%;
  height: 100%;
}
.header__img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-fit: contain;
     object-fit: contain;
}

.gnavbtn {
  position: fixed;
  right: 10px;
  bottom: 25px;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 68px;
  height: 68px;
  cursor: pointer;
  background: #f3f3f3;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 11;
}
@media screen and (min-width: 768px) {
  .gnavbtn {
    width: 111px;
    height: 111px;
  }
}
@media screen and (min-width: 1024px) {
  .gnavbtn {
    right: 30px;
    bottom: 40px;
    width: 120px;
    height: 120px;
  }
}
.gnavbtn__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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transform: translateY(40%);
          transform: translateY(40%);
}
.gnavbtn__txt {
  margin-bottom: 10%;
  font-weight: 700;
  letter-spacing: 0;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .gnavbtn__txt {
    font-size: 19px;
  }
}
@media screen and (min-width: 1024px) {
  .gnavbtn__txt {
    font-size: 23px;
    margin-bottom: 7%;
  }
}
.gnavbtn__top, .gnavbtn__bottom {
  width: 35px;
  height: 2px;
  background: #4E4124;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (min-width: 768px) {
  .gnavbtn__top, .gnavbtn__bottom {
    width: 58px;
  }
}
.gnavbtn__bottom {
  -webkit-transform: translateY(7px);
          transform: translateY(7px);
}
@media screen and (min-width: 1024px) {
  .gnavbtn__bottom {
    -webkit-transform: translateY(12px);
            transform: translateY(12px);
  }
}

.line__base {
  width: 100%;
  height: 70px;
  background: #FAFCCB;
}
@media screen and (min-width: 768px) {
  .line__base {
    height: 100px;
  }
}

.gnav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  -webkit-transform: scaleX(0.98);
          transform: scaleX(0.98);
  -webkit-transform-origin: right;
          transform-origin: right;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 10;
}
.gnav::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #FAD961;
  background-image: -webkit-gradient(linear, left top, right top, from(#FAD961), to(#f3e6c1));
  background-image: linear-gradient(90deg, #FAD961 0%, #f3e6c1 100%);
  opacity: 0.8;
  z-index: -2;
}
.gnav__wrap {
  position: relative;
  margin: 0 0 0 auto;
  max-width: 800px;
  height: 100vh;
  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;
}
.gnav__wrap::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 130%;
  max-width: 1080px;
  height: 100%;
  background: #FEFDFC;
  -webkit-clip-path: ellipse(87% 52% at 95% 51%);
          clip-path: ellipse(87% 52% at 95% 51%);
  z-index: -1;
}
.gnav__logo {
  margin: 0 auto 13%;
  width: 150px;
  height: 60px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .gnav__logo {
    width: 170px;
    height: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .gnav__logo {
    width: 250px;
  }
}
.gnav__img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-fit: contain;
     object-fit: contain;
}
.gnav__list {
  margin: 0 auto 10px;
  width: 110px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .gnav__list {
    width: 200px;
  }
}
.gnav__link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #4E4124;
  display: inline-block;
  padding: 5px 0;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.gnav__link:hover {
  opacity: 0.7;
}
.gnav__link:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .gnav__link {
    font-size: 22px;
  }
}
.gnav__linktxt01 {
  padding: 3px 0;
  font-weight: 400;
  font-size: 13px;
  color: #A5A5A5;
}
@media screen and (min-width: 768px) {
  .gnav__linktxt01 {
    font-size: 17px;
  }
}
.gnav__border {
  margin: 8% auto 5%;
  width: 100%;
  max-width: 355px;
  height: 1px;
  background: #A5A5A5;
}

.fnav {
  overflow: hidden;
  margin-bottom: 2vh;
}
@media screen and (min-width: 768px) {
  .fnav {
    width: 30%;
    margin-bottom: 0;
  }
}
.fnav__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 8%;
  width: 60%;
  height: 156px;
}
@media screen and (min-width: 768px) {
  .fnav__nav {
    width: auto;
  }
}
@media screen and (min-width: 1024px) {
  .fnav__nav {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0 3%;
  }
}
.fnav__list {
  display: inline-block;
  margin-bottom: 10px;
}
@media screen and (min-width: 1024px) {
  .fnav__list {
    text-align: end;
  }
}
.fnav__link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #FEFDFC;
  font-size: 13px;
  font-weight: 500;
}
.fnav__link:hover {
  opacity: 0.7;
}
@media screen and (min-width: 1024px) {
  .fnav__link {
    font-size: 15px;
  }
}
.fnav__link:hover {
  opacity: 0.7;
}

.footer {
  padding-bottom: 8vh;
  background: url(../images/footer__bgbody.jpg) center center/cover;
  color: #FEFDFC;
}
.footer__wave {
  margin-top: -2%;
}
.footer__top {
  position: relative;
}
.footer__toplink {
  position: absolute;
  top: -60px;
  right: 0;
  width: 130px;
  height: 130px;
  z-index: 2;
}
@media screen and (min-width: 490px) {
  .footer__toplink {
    width: 170px;
    height: 170px;
  }
}
@media screen and (min-width: 690px) {
  .footer__toplink {
    top: -80px;
    width: 230px;
    height: 230px;
  }
}
@media screen and (min-width: 1024px) {
  .footer__toplink {
    width: 260px;
    height: 260px;
  }
}
@media screen and (min-width: 1400px) {
  .footer__toplink {
    top: 0;
  }
}
.footer__link {
  display: block;
  width: 100%;
  height: 100%;
}
.footer__img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer__wrap {
  margin: 0 auto;
  padding-top: 2vh;
  width: 85%;
}
.footer__logo {
  margin-bottom: 5px;
  width: 200px;
  height: 75px;
}
@media screen and (min-width: 768px) {
  .footer__logo {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .footer__logo {
    width: 330px;
    height: 130px;
  }
}
@media screen and (min-width: 768px) {
  .footer__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.footer__txtbox {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .footer__txtbox {
    margin-bottom: 20px;
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .footer__txtbox {
    padding-left: 1%;
  }
}
.footer__address {
  margin-bottom: 10px;
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  .footer__address {
    font-size: 16px;
  }
}
.footer__maplink {
  color: #FEFDFC;
}
.footer__tel {
  font-size: 13px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .footer__tel {
    font-size: 15px;
  }
}
.footer__tellink {
  margin-left: 20px;
  padding: 2%;
  font-size: 22px;
  color: #FEFDFC;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .footer__tellink {
    font-size: 24px;
  }
}
.footer__small {
  font-size: 11px;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .footer__small {
    font-size: 12px;
  }
}
@media screen and (min-width: 1024px) {
  .footer__small {
    padding-left: 1%;
  }
}

* {
  font-family: zen-kaku-gothic-new, sans-serif;
  letter-spacing: 0.08em;
  line-height: 1.75;
}

.wrapper {
  overflow: hidden;
}

#top {
  color: #4E4124;
  background: #FEFDFC;
}
#top .mv {
  position: relative;
  padding: 53px 0 64px;
  width: 100%;
  overflow: hidden;
}
#top .mv::before, #top .mv::after {
  content: "";
  position: absolute;
  width: 60%;
  height: 70%;
  opacity: 0.8;
}
#top .mv::before {
  top: -15%;
  left: -6%;
  background: url(../images/mv__bg01.jpg) center center/contain;
  background-repeat: no-repeat;
  -webkit-animation: mvbg 4s ease-out;
          animation: mvbg 4s ease-out;
}
@media screen and (min-width: 1024px) {
  #top .mv::before {
    top: -9%;
  }
}
#top .mv::after {
  bottom: -10%;
  right: -10%;
  background: url(../images/mv__bg02.jpg) center center/contain;
  background-repeat: no-repeat;
  -webkit-animation: mvbg 5s ease-out;
          animation: mvbg 5s ease-out;
}
@media screen and (min-width: 768px) {
  #top .mv::after {
    bottom: -3%;
  }
}
@media screen and (min-width: 1024px) {
  #top .mv::after {
    bottom: 0%;
  }
}
@media screen and (min-width: 768px) {
  #top .mv {
    padding: 70px 0 205px;
  }
}
@media screen and (min-width: 1024px) {
  #top .mv {
    padding: 190px 0 215px;
    padding-top: 190px;
  }
}
#top .mv__ttl {
  position: absolute;
  top: 23px;
  right: 11px;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.4;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  #top .mv__ttl {
    top: 26px;
    right: 36px;
    font-size: 35px;
  }
}
@media screen and (min-width: 1024px) {
  #top .mv__ttl {
    top: 50px;
    right: 100px;
    font-size: 59px;
  }
}
#top .mv__ttl02 {
  margin-left: 0.2em;
  font-size: 12px;
  color: #84C98B;
  background: none;
}
@media screen and (min-width: 768px) {
  #top .mv__ttl02 {
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  #top .mv__ttl02 {
    font-size: 32px;
  }
}
#top .mv__box {
  position: relative;
  margin: 0 auto;
  border-radius: 40px;
  width: 90%;
  height: 84vh;
  background: url(../images/mv__sample.jpg) center/cover;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #top .mv__box {
    width: 84%;
    height: 80svh;
  }
}
@media screen and (min-width: 1024px) {
  #top .mv__box {
    width: 85%;
    height: 118svh;
  }
}
#top .mv__video {
  display: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top .mv__move01 {
  position: absolute;
  bottom: -30px;
  left: -10px;
  width: 95px;
  height: 95px;
  -webkit-animation: mv_move 3s ease-in-out infinite;
          animation: mv_move 3s ease-in-out infinite;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  #top .mv__move01 {
    bottom: -45px;
    left: -30px;
    width: 140px;
    height: 140px;
  }
}
@media screen and (min-width: 1024px) {
  #top .mv__move01 {
    bottom: -90px;
    left: -70px;
    width: 240px;
    height: 240px;
  }
}
#top .mv__move02 {
  position: absolute;
  bottom: 65px;
  left: 25px;
  width: 50px;
  height: 50px;
  -webkit-animation: mv_move 3s 0.5s ease-in-out infinite;
          animation: mv_move 3s 0.5s ease-in-out infinite;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  #top .mv__move02 {
    bottom: 90px;
    width: 85px;
    height: 85px;
  }
}
@media screen and (min-width: 1024px) {
  #top .mv__move02 {
    bottom: 140px;
    left: 80px;
    width: 160px;
    height: 160px;
  }
}
#top .mv__img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top .policy {
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #top .policy {
    padding-bottom: 90px;
  }
}
@media screen and (min-width: 1024px) {
  #top .policy {
    padding-bottom: 0px;
  }
}
#top .policy::before, #top .policy::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 23%;
  height: 65%;
  z-index: -3;
}
@media screen and (min-width: 768px) {
  #top .policy::before, #top .policy::after {
    width: 18%;
    height: 75%;
  }
}
@media screen and (min-width: 1024px) {
  #top .policy::before, #top .policy::after {
    width: 15%;
    height: 80%;
  }
}
#top .policy::before {
  left: -15px;
  background: url(../images/bg__left.jpg) top/cover;
}
@media screen and (min-width: 1024px) {
  #top .policy::before {
    left: 0%;
  }
}
#top .policy::after {
  right: -15px;
  background: url(../images/bg__right.jpg) top/cover;
}
@media screen and (min-width: 768px) {
  #top .policy::after {
    right: 0px;
  }
}
#top .policy__box {
  margin: 0 auto 30px;
  width: 84%;
}
@media screen and (min-width: 768px) {
  #top .policy__box {
    width: 75%;
    max-width: 825px;
  }
}
@media screen and (min-width: 1024px) {
  #top .policy__box {
    margin-bottom: 40px;
  }
}
#top .policy__ttl {
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 18px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  #top .policy__ttl {
    font-size: 32px;
  }
}
@media screen and (min-width: 1024px) {
  #top .policy__ttl {
    font-size: 50px;
  }
}
@media screen and (min-width: 768px) {
  #top .policy__ttl {
    margin-bottom: 40px;
  }
}
#top .policy__ttl02 {
  position: relative;
  color: #84C98B;
  font-weight: 700;
  font-size: 13px;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  #top .policy__ttl02 {
    font-size: 19px;
  }
}
@media screen and (min-width: 1024px) {
  #top .policy__ttl02 {
    font-size: 30px;
  }
}
#top .policy__ttl02::before {
  content: "";
  position: absolute;
  top: 71%;
  left: -22%;
  width: 46px;
  aspect-ratio: 1/1;
  background: #FFE09C;
  -webkit-clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
          clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
  z-index: 0;
}
@media screen and (min-width: 768px) {
  #top .policy__ttl02::before {
    top: 75%;
    left: -37%;
    width: 75px;
  }
}
@media screen and (min-width: 1024px) {
  #top .policy__ttl02::before {
    top: 132%;
    left: -32%;
    width: 90px;
  }
}
#top .policy__txt {
  margin-bottom: 20px;
  padding-left: 2%;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #top .policy__txt {
    font-size: 17px;
  }
}
#top .policy__btn {
  width: 50%;
  margin: 0 auto;
  text-align: center;
}
#top .policy__link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #84c98b;
  font-weight: 700;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  #top .policy__link {
    font-size: 17px;
  }
}
#top .policy__link:hover {
  opacity: 0.8;
}
#top .policy__link::before {
  content: "";
  display: inline-block;
  margin-right: 7px;
  width: 20px;
  aspect-ratio: 1/1;
  background: url(../images/icon__btn.png) center center/cover;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  #top .policy__link::before {
    width: 25px;
  }
}
@media screen and (min-width: 1024px) {
  #top .policy__link::before {
    width: 35px;
  }
}
#top .policy__pic {
  margin: 0 auto;
  padding-bottom: 3%;
  width: 80%;
  max-width: 850px;
  height: 80%;
  max-height: 600px;
}
@media screen and (min-width: 768px) {
  #top .policy__pic {
    width: 70%;
    height: 70%;
  }
}
@media screen and (min-width: 1024px) {
  #top .policy__pic {
    margin-bottom: 5%;
  }
}
#top .policy__img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-fit: contain;
     object-fit: contain;
}
#top .policy__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100px;
  background: url(../images/bg__center.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  #top .policy__bg {
    height: 250px;
  }
}
#top .contents {
  margin-bottom: 8vh;
  padding-top: 8vh;
  overflow: hidden;
  background: url(../images/bg__body.jpg) bottom/cover;
}
#top .contents::after {
  content: "";
  display: block;
  width: 100svw;
  height: 65px;
  background: url(../images/bg__bottom.jpg) bottom/cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #top .contents::after {
    height: 100px;
  }
}
@media screen and (min-width: 1024px) {
  #top .contents::after {
    height: 200px;
  }
}
#top .contents__ttl {
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 18px;
  position: relative;
  margin-bottom: 40px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #top .contents__ttl {
    font-size: 32px;
  }
}
@media screen and (min-width: 1024px) {
  #top .contents__ttl {
    font-size: 50px;
  }
}
@media screen and (min-width: 768px) {
  #top .contents__ttl {
    margin-bottom: 65px;
  }
}
@media screen and (min-width: 1024px) {
  #top .contents__ttl {
    margin-bottom: 100px;
  }
}
#top .contents__ttl02 {
  position: relative;
  color: #84C98B;
  font-weight: 700;
  font-size: 13px;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  #top .contents__ttl02 {
    font-size: 19px;
  }
}
@media screen and (min-width: 1024px) {
  #top .contents__ttl02 {
    font-size: 30px;
  }
}
#top .contents__ttl02::before {
  content: "";
  position: absolute;
  top: 95%;
  left: -10%;
  width: 46px;
  aspect-ratio: 1/1;
  background: #FFE09C;
  -webkit-clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
          clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
}
@media screen and (min-width: 768px) {
  #top .contents__ttl02::before {
    top: 85%;
    left: -22%;
    width: 75px;
  }
}
@media screen and (min-width: 1024px) {
  #top .contents__ttl02::before {
    top: 132%;
    left: -17%;
    width: 90px;
  }
}
#top .contents__wrap {
  margin: 0 8vw;
}
@media screen and (min-width: 1024px) {
  #top .contents__wrap {
    margin: 0 16vw;
  }
}
#top .contents__box {
  margin-bottom: 65px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  #top .contents__box {
    margin-bottom: 90px;
  }
}
@media screen and (min-width: 1500px) {
  #top .contents__box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 90px;
  }
  #top .contents__box:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
#top .contents__pic {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #top .contents__pic {
    margin-bottom: 30px;
    width: 80%;
  }
}
@media screen and (min-width: 1500px) {
  #top .contents__pic {
    width: 45%;
    max-width: 590px;
    max-height: 590px;
  }
}
#top .contents__small {
  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;
  position: absolute;
  top: -5%;
  left: 0%;
  border-radius: 15px;
  min-width: 110px;
  width: 30%;
  height: 45px;
  font-weight: 700;
  font-size: 13px;
  background: #FEFDFC;
}
@media screen and (min-width: 768px) {
  #top .contents__small {
    top: -2%;
    left: 0%;
    width: 26%;
    height: 55px;
    font-size: 17px;
  }
}
@media screen and (min-width: 1024px) {
  #top .contents__small {
    width: 32%;
    height: 65px;
    font-size: 20px;
  }
}
#top .contents__img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-fit: contain;
     object-fit: contain;
}
#top .contents__txtbox {
  padding: 0 3vw;
}
@media screen and (min-width: 768px) {
  #top .contents__txtbox {
    padding: 0 9vw;
  }
}
@media screen and (min-width: 1500px) {
  #top .contents__txtbox {
    padding: 0 0 5%;
    width: 45%;
    max-width: 595px;
    overflow: hidden;
  }
  #top .contents__txtbox:nth-child(even) {
    padding-left: 4%;
  }
}
#top .contents__subttl {
  margin-bottom: 15px;
  font-weight: 700;
  line-height: 1.6;
  font-size: 18px;
}
@media screen and (min-width: 1024px) {
  #top .contents__subttl {
    font-size: 30px;
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 768px) {
  #top .contents__br {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  #top .contents__br {
    display: block;
  }
}
#top .contents__txt {
  margin-bottom: 15px;
  font-weight: 500;
  line-height: 1.7;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  #top .contents__txt {
    font-size: 15px;
  }
}
@media screen and (min-width: 1024px) {
  #top .contents__txt {
    margin-bottom: 25px;
    font-size: 17px;
  }
}
#top .contents__btn {
  width: 70%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  #top .contents__btn {
    width: auto;
    margin: 0;
    text-align: start;
    display: inline-block;
  }
}
#top .contents__link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #84c98b;
  font-weight: 700;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  #top .contents__link {
    font-size: 17px;
  }
}
#top .contents__link:hover {
  opacity: 0.8;
}
#top .contents__link::before {
  content: "";
  display: inline-block;
  margin-right: 7px;
  width: 20px;
  aspect-ratio: 1/1;
  background: url(../images/icon__btn.png) center center/cover;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  #top .contents__link::before {
    width: 25px;
  }
}
@media screen and (min-width: 1024px) {
  #top .contents__link::before {
    width: 35px;
  }
}
@media screen and (min-width: 1024px) {
  #top .contents__link {
    padding: 1% 7% 1% 0;
  }
}
#top .contents__slide {
  margin-bottom: 20px;
  text-align: center;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
@media screen and (min-width: 1500px) {
  #top .contents__slide {
    text-align: left;
  }
}
#top .contents__slidelink {
  display: inline-block;
  padding: 3px 15px;
  color: #4E4124;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}
#top .contents__slidelink::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 40px;
  height: 40px;
  aspect-ratio: 1/1;
  background: url(../images/icon__car.png) center/cover;
  vertical-align: middle;
}
#top .insta {
  margin-bottom: 10vh;
}
#top .insta__wrap {
  width: 100%;
  overflow-x: hidden;
}
#top .insta__txtbox {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto 5vh;
  width: 68%;
}
@media screen and (min-width: 768px) {
  #top .insta__txtbox {
    width: 36%;
  }
}
#top .insta__ttl {
  margin-bottom: 5px;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  #top .insta__ttl {
    font-size: 35px;
  }
}
@media screen and (min-width: 1024px) {
  #top .insta__ttl {
    font-size: 45px;
  }
}
#top .insta__ttl::after {
  content: "";
  display: inline-block;
  margin-left: 10px;
  margin: 0 0 -7px 5px;
  width: 35px;
  height: 35px;
  background: url(../images/icon__instattl.png) center/cover;
}
@media screen and (min-width: 768px) {
  #top .insta__ttl::after {
    width: 40px;
    height: 40px;
  }
}
@media screen and (min-width: 1024px) {
  #top .insta__ttl::after {
    margin: 0 0 -10px 10px;
    width: 56px;
    height: 56px;
  }
}
#top .insta__txt {
  margin-bottom: 17px;
  font-size: 13px;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  #top .insta__txt {
    font-size: 15px;
  }
}
#top .insta__btn {
  width: 145px;
  height: 30px;
  text-align: center;
  -webkit-clip-path: polygon(5% 0, 95% 0, 100% 30%, 100% 70%, 95% 100%, 5% 100%, 0 70%, 0 30%);
          clip-path: polygon(5% 0, 95% 0, 100% 30%, 100% 70%, 95% 100%, 5% 100%, 0 70%, 0 30%);
}
@media screen and (min-width: 768px) {
  #top .insta__btn {
    width: 180px;
    height: 35px;
  }
}
@media screen and (min-width: 1024px) {
  #top .insta__btn {
    width: 230px;
    height: 45px;
  }
}
#top .insta__btnlink {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #FEFDFC;
  background: #84C98B;
  font-size: 11px;
  font-weight: 600;
  line-height: 2.5;
}
#top .insta__btnlink:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #top .insta__btnlink {
    font-size: 15px;
    line-height: 2.3;
  }
}
@media screen and (min-width: 1024px) {
  #top .insta__btnlink {
    line-height: 3;
  }
}
#top .insta__btnlink::after {
  content: "";
  display: inline-block;
  margin-left: 10px;
  width: 10px;
  height: 10px;
  background: url(../images/icon__w_arrow.png) center/cover;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  #top .insta__btnlink::after {
    width: 12px;
    height: 12px;
    vertical-align: baseline;
  }
}
#top .insta__btnlink:hover {
  opacity: 0.7;
}
#top .insta__link {
  border-radius: 60px;
  display: block;
  width: 100%;
  height: 100%;
}
#top .insta__link:hover {
  opacity: 0.7;
}
#top .swiper-insta {
  width: 100%;
  height: 100%;
}
#top .swiper-insta__slide {
  width: 240px;
  height: 200px;
}
@media screen and (min-width: 1024px) {
  #top .swiper-insta__slide {
    width: 420px;
    height: 300px;
  }
}
#top .swiper-insta__wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
#top .img01 {
  background: url(../images/insta__img01.jpg) center center/cover;
}
#top .img02 {
  background: url(../images/insta__img02.jpg) center center/cover;
}
#top .img03 {
  background: url(../images/insta__img03.jpg) center center/cover;
}
#top .img04 {
  background: url(../images/insta__img04.jpg) center center/cover;
}
#top .img05 {
  background: url(../images/insta__img05.jpg) center center/cover;
}
#top .img06 {
  background: url(../images/insta__img06.jpg) center center/cover;
}
#top .img07 {
  background: url(../images/insta__img07.jpg) center center/cover;
}
#top .contact {
  margin-bottom: 8vh;
  padding: 24vh 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #top .contact {
    margin-bottom: 12vh;
  }
}
#top .contact__bg {
  position: relative;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  padding: 6vh 8vw;
  border-radius: 54px;
  width: 85%;
  max-width: 622px;
  background: #FEFDFC;
}
@media screen and (min-width: 768px) {
  #top .contact__bg {
    padding: 5vh 15vw;
    max-width: 765px;
  }
}
@media screen and (min-width: 1024px) {
  #top .contact__bg {
    padding: 8vh 12vw;
  }
}
#top .contact__bg::before {
  content: "";
  display: block;
  position: absolute;
  top: -35%;
  right: -30%;
  width: 350px;
  height: 300px;
  background: url(../images/contact__yellow.jpg) center/cover;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  #top .contact__bg::before {
    top: -41%;
    right: -20%;
    width: 500px;
    height: 450px;
  }
}
@media screen and (min-width: 1024px) {
  #top .contact__bg::before {
    top: -37%;
    right: -30%;
    width: 550px;
    height: 500px;
  }
}
#top .contact__bg::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -22%;
  left: -20%;
  width: 350px;
  height: 300px;
  z-index: -1;
  background: url(../images/contact__green.jpg) center/cover;
}
@media screen and (min-width: 768px) {
  #top .contact__bg::after {
    bottom: -41%;
    left: -15%;
    width: 500px;
    height: 450px;
  }
}
@media screen and (min-width: 1024px) {
  #top .contact__bg::after {
    left: -25%;
    width: 550px;
    height: 500px;
  }
}
#top .contact__ttl {
  position: absolute;
  top: -8%;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 1024px) {
  #top .contact__ttl {
    font-size: 42px;
  }
}
@media screen and (min-width: 1024px) {
  #top .contact__ttl {
    top: -11%;
    font-size: 50px;
  }
}
#top .contact__txt {
  margin-bottom: 10px;
  width: 260px;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #top .contact__txt {
    margin-bottom: 15px;
    text-align: center;
    width: 430px;
  }
}
@media screen and (min-width: 1024px) {
  #top .contact__txt {
    font-size: 15px;
    width: 470px;
  }
}
#top .contact__br {
  display: none;
}
@media screen and (min-width: 768px) {
  #top .contact__br {
    display: block;
  }
}
#top .contact__telbox {
  margin-bottom: 20px;
  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: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  #top .contact__telbox {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1024px) {
  #top .contact__telbox {
    min-width: 355px;
  }
}
#top .contact__telttl {
  font-weight: 700;
  font-size: 17px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #top .contact__telttl {
    font-size: 23px;
  }
}
@media screen and (min-width: 1024px) {
  #top .contact__telttl {
    font-size: 27px;
  }
}
#top .contact__tellink {
  display: inline-block;
  margin-left: 20px;
  text-decoration: none;
  color: #4E4124;
  font-weight: 900;
  font-size: 27px;
}
#top .contact__tellink:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #top .contact__tellink {
    font-size: 30px;
  }
}
@media screen and (min-width: 1024px) {
  #top .contact__tellink {
    font-size: 42px;
  }
}
#top .contact__teltxt {
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  #top .contact__teltxt {
    font-size: 15px;
  }
}
#top .contact__teltxt02 {
  margin-left: 1rem;
}
#top .contact__iconbox {
  width: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  #top .contact__iconbox {
    width: 320px;
  }
}
#top .contact__icon {
  width: 55px;
  height: 55px;
}
@media screen and (min-width: 768px) {
  #top .contact__icon {
    width: 67px;
    height: 67px;
  }
}
#top .contact__link {
  display: block;
  width: 100%;
  height: 100%;
}
#top .contact__link:hover {
  opacity: 0.7;
}
#top .contact__img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top .access {
  margin-bottom: 16vh;
  padding-top: 3vh;
  overflow: hidden;
}
#top .access__ttl {
  margin-bottom: 2vh;
  font-size: 28px;
  letter-spacing: 0;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #top .access__ttl {
    font-size: 32px;
  }
}
#top .access__ttl::after {
  content: "";
  display: inline-block;
  margin-left: 7px;
  width: 25px;
  height: 25px;
  background: url(../images/access__icon.jpg) center/cover;
}
@media screen and (min-width: 768px) {
  #top .access__ttl::after {
    width: 30px;
    height: 30px;
  }
}
#top .access__wrap {
  margin: 0 auto;
  width: 85%;
}
@media screen and (min-width: 1024px) {
  #top .access__wrap {
    width: 70%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5%;
  }
}
#top .access__map {
  position: relative;
  margin-bottom: 4vh;
  width: 100%;
  height: 45vh;
}
@media screen and (min-width: 768px) {
  #top .access__map {
    height: 35vh;
  }
}
@media screen and (min-width: 1024px) {
  #top .access__map {
    margin-bottom: 0;
    width: 44%;
    height: 55vh;
  }
}
#top .access__maplink {
  border-radius: 60px;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1024px) {
  #top .access__txtbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 54%;
  }
}
#top .access__subttl {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 17px;
}
@media screen and (min-width: 768px) {
  #top .access__subttl {
    margin-bottom: 25px;
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) {
  #top .access__subttl {
    margin-bottom: 30px;
    font-size: 24px;
  }
}
#top .access__txt {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #top .access__txt {
    margin-bottom: 25px;
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  #top .access__txt {
    margin-bottom: 30px;
  }
}
#top .access__btn {
  position: relative;
  margin: 0 auto;
  width: 205px;
  height: 40px;
  text-align: center;
}
#top .access__btn::after {
  content: "";
  position: absolute;
  top: -10px;
  right: -5px;
  width: 30px;
  height: 30px;
  background: url(../images/access__btnicon.png) center/cover;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  #top .access__btn::after {
    width: 37px;
    height: 37px;
  }
}
@media screen and (min-width: 768px) {
  #top .access__btn {
    width: 205px;
    height: 40px;
  }
}
@media screen and (min-width: 1024px) {
  #top .access__btn {
    margin: 0;
    width: 230px;
    height: 45px;
  }
}
#top .access__btnlink {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #FEFDFC;
  background: #4E4124;
  font-size: 15px;
  font-weight: 600;
  line-height: 2.5;
  -webkit-clip-path: polygon(5% 0, 95% 0, 100% 30%, 100% 70%, 95% 100%, 5% 100%, 0 70%, 0 30%);
          clip-path: polygon(5% 0, 95% 0, 100% 30%, 100% 70%, 95% 100%, 5% 100%, 0 70%, 0 30%);
}
#top .access__btnlink:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #top .access__btnlink {
    font-size: 17px;
    line-height: 2.3;
  }
}
#top .access__btnlink:hover {
  opacity: 0.7;
}

#detail {
  color: #4E4124;
  background: #FEFDFC;
}
#detail .activity {
  margin: 0 auto 16vh;
  width: 85%;
}
@media screen and (min-width: 1200px) {
  #detail .activity {
    margin: -10% auto 24vh;
    width: 70%;
  }
}
#detail .activity__ttlbox {
  margin-bottom: 40px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  #detail .activity__ttlbox {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1200px) {
  #detail .activity__ttlbox {
    margin-bottom: 100px;
  }
}
#detail .activity__ttl {
  position: relative;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 20px;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  #detail .activity__ttl {
    font-size: 36px;
  }
}
@media screen and (min-width: 1024px) {
  #detail .activity__ttl {
    font-size: 45px;
  }
}
#detail .activity__ttl::before {
  content: "";
  position: absolute;
  top: -36%;
  left: -25%;
  width: 46px;
  aspect-ratio: 1/1;
  background: #FFE09C;
  -webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
          clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
  -webkit-transform: rotate(23deg);
          transform: rotate(23deg);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  #detail .activity__ttl::before {
    top: -25%;
    left: -20%;
    width: 75px;
  }
}
@media screen and (min-width: 1024px) {
  #detail .activity__ttl::before {
    top: -16%;
    left: -19%;
    width: 90px;
  }
}
#detail .activity__ttl-s {
  margin-top: -2%;
  font-weight: 700;
  font-size: 17px;
  letter-spacing: 0.24em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #detail .activity__ttl-s {
    margin-top: -1%;
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  #detail .activity__ttl-s {
    font-size: 24px;
  }
}
#detail .activity__box {
  margin: 0 auto 15vh;
  max-width: 670px;
}
@media screen and (min-width: 1200px) {
  #detail .activity__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 100%;
  }
  #detail .activity__box:nth-child(2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
#detail .activity__pic {
  margin-bottom: 10px;
  width: 100%;
  aspect-ratio: 2/1.2;
}
@media screen and (min-width: 768px) {
  #detail .activity__pic {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1200px) {
  #detail .activity__pic {
    margin-bottom: 0;
    width: 45%;
    height: 430px;
    aspect-ratio: auto;
  }
}
#detail .activity__img {
  border-radius: 15px;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#detail .activity__img03 {
  -o-object-position: top;
     object-position: top;
}
@media screen and (min-width: 1200px) {
  #detail .activity__txtbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 45%;
  }
}
#detail .activity__subttl {
  display: inline-block;
  padding: 0 2%;
  margin-bottom: 15px;
  border-bottom: 3px dotted #84C98B;
  font-size: 17px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  #detail .activity__subttl {
    margin-bottom: 15px;
    font-size: 30px;
  }
}
#detail .activity__txt01 {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  #detail .activity__txt01 {
    font-size: 20px;
  }
}
#detail .activity__txt01::before, #detail .activity__txt01::after {
  content: '"';
  display: inline-block;
  color: #FFE09C;
}
#detail .activity__txt02 {
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  #detail .activity__txt02 {
    margin-bottom: 15px;
    font-size: 17px;
  }
}
#detail .schedule {
  margin-bottom: 8vh;
}
#detail .schedule__ttlbox {
  margin-bottom: 6vh;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#detail .schedule__ttl {
  position: relative;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 20px;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  #detail .schedule__ttl {
    font-size: 36px;
  }
}
@media screen and (min-width: 1024px) {
  #detail .schedule__ttl {
    font-size: 45px;
  }
}
#detail .schedule__ttl::before {
  content: "";
  position: absolute;
  top: -22%;
  left: -28%;
  width: 46px;
  aspect-ratio: 1/1;
  background: #FFE09C;
  -webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
          clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
  -webkit-transform: rotate(23deg);
          transform: rotate(23deg);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  #detail .schedule__ttl::before {
    top: -15%;
    left: -27%;
    width: 75px;
  }
}
@media screen and (min-width: 1024px) {
  #detail .schedule__ttl::before {
    top: -7%;
    left: -24%;
    width: 90px;
  }
}
#detail .schedule__ttl-s {
  margin-bottom: 15px;
  margin-top: -2%;
  font-weight: 700;
  font-size: 17px;
  letter-spacing: 0.24em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #detail .schedule__ttl-s {
    margin-top: -1%;
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  #detail .schedule__ttl-s {
    font-size: 24px;
  }
}
#detail .schedule__ttltxt {
  margin-bottom: 20px;
  width: 320px;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #detail .schedule__ttltxt {
    width: 615px;
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) {
  #detail .schedule__ttltxt {
    margin-bottom: 30px;
    font-size: 16px;
  }
}
#detail .schedule__btn {
  width: 160px;
  height: 35px;
  text-align: center;
  -webkit-clip-path: polygon(5% 0, 95% 0, 100% 30%, 100% 70%, 95% 100%, 5% 100%, 0 70%, 0 30%);
          clip-path: polygon(5% 0, 95% 0, 100% 30%, 100% 70%, 95% 100%, 5% 100%, 0 70%, 0 30%);
}
@media screen and (min-width: 768px) {
  #detail .schedule__btn {
    width: 205px;
    height: 40px;
  }
}
#detail .schedule__link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #FEFDFC;
  background: #4E4124;
  font-size: 12px;
  font-weight: 600;
  line-height: 3;
}
#detail .schedule__link:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #detail .schedule__link {
    font-size: 14px;
  }
}
#detail .schedule__contain {
  margin: 0 auto 40px;
  width: 320px;
}
@media screen and (min-width: 768px) {
  #detail .schedule__contain {
    margin: 0 auto 80px;
    width: 615px;
  }
}
@media screen and (min-width: 1024px) {
  #detail .schedule__contain {
    width: 90%;
    max-width: 1000px;
  }
}
#detail .schedule__subttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  #detail .schedule__subttl {
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  #detail .schedule__subttl {
    margin-bottom: 50px;
  }
}
#detail .schedule__line {
  display: inline-block;
  border-top: 3px dotted #FFC138;
  width: 120px;
  height: 1px;
}
@media screen and (min-width: 768px) {
  #detail .schedule__line {
    width: 355px;
  }
}
@media screen and (min-width: 1024px) {
  #detail .schedule__line {
    width: 70%;
    max-width: 740px;
  }
}
#detail .schedule__txtbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  #detail .schedule__txtbox {
    gap: 30px;
  }
}
@media screen and (min-width: 1024px) {
  #detail .schedule__txtbox {
    margin-bottom: 50px;
  }
}
#detail .schedule__txt01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 1%;
  padding: 15px;
  font-size: 13px;
  font-weight: 500;
  border-radius: 20%;
  background: #F8F5EE;
}
@media screen and (min-width: 768px) {
  #detail .schedule__txt01 {
    font-size: 18px;
  }
}
#detail .schedule__txt02 {
  font-size: 14px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #detail .schedule__txt02 {
    font-size: 20px;
  }
}
#detail .schedule__wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 1%;
}
#detail .schedule__timebox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#detail .schedule__timebox::after {
  content: "";
  position: absolute;
  top: 11%;
  left: 11%;
  width: 5px;
  height: 70%;
  background: #F2C335;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  #detail .schedule__timebox::after {
    left: 8%;
    height: 60%;
  }
}
@media screen and (min-width: 1024px) {
  #detail .schedule__timebox::after {
    left: 7%;
  }
}
#detail .schedule__box {
  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;
  gap: 15px;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  #detail .schedule__box {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1024px) {
  #detail .schedule__box {
    gap: 30px;
  }
}
#detail .schedule__time {
  position: relative;
  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: 70px;
  height: 70px;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  #detail .schedule__time {
    font-size: 18px;
    width: 90px;
    height: 90px;
  }
}
@media screen and (min-width: 1024px) {
  #detail .schedule__time {
    font-size: 25px;
    width: 120px;
    height: 120px;
  }
}
#detail .schedule__time::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 70px;
  background: #F2C335;
  -webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
          clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
  -webkit-transform: rotate(23deg);
          transform: rotate(23deg);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  #detail .schedule__time::after {
    width: 90px;
    height: 90px;
  }
}
@media screen and (min-width: 1024px) {
  #detail .schedule__time::after {
    width: 120px;
    height: 120px;
  }
}
#detail .schedule__timetxt {
  font-size: 13px;
  font-weight: 600;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  #detail .schedule__timetxt {
    font-size: 17px;
  }
}
@media screen and (min-width: 1024px) {
  #detail .schedule__timetxt {
    font-size: 20px;
  }
}
#detail .schedule__decoration {
  position: relative;
}
#detail .schedule__pic {
  position: relative;
  margin: 30px 0 50px;
  width: 115px;
  height: 90px;
}
@media screen and (min-width: 768px) {
  #detail .schedule__pic {
    margin: 0 0 70px;
    width: 180px;
    height: 140px;
  }
}
@media screen and (min-width: 1024px) {
  #detail .schedule__pic {
    margin-bottom: 100px;
    width: 250px;
    height: 180px;
  }
}
#detail .schedule__pic:nth-child(1)::before, #detail .schedule__pic:nth-child(1)::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  -webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
          clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
  -webkit-transform: rotate(23deg);
          transform: rotate(23deg);
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-animation: furifuri 2s infinite;
          animation: furifuri 2s infinite;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  #detail .schedule__pic:nth-child(1)::before, #detail .schedule__pic:nth-child(1)::after {
    width: 90px;
    height: 90px;
  }
}
@media screen and (min-width: 1024px) {
  #detail .schedule__pic:nth-child(1)::before, #detail .schedule__pic:nth-child(1)::after {
    width: 120px;
    height: 120px;
  }
}
#detail .schedule__pic:nth-child(1)::before {
  bottom: -70%;
  right: -50%;
  background: #F8F5EE;
}
@media screen and (min-width: 768px) {
  #detail .schedule__pic:nth-child(1)::before {
    bottom: -80%;
  }
}
@media screen and (min-width: 1024px) {
  #detail .schedule__pic:nth-child(1)::before {
    bottom: -55%;
  }
}
#detail .schedule__pic:nth-child(1)::after {
  bottom: -30px;
  left: -25px;
  background: #F2C335;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
@media screen and (min-width: 768px) {
  #detail .schedule__pic:nth-child(1)::after {
    bottom: -40px;
    left: -40px;
  }
}
@media screen and (min-width: 1024px) {
  #detail .schedule__pic:nth-child(1)::after {
    bottom: -62px;
    left: -76px;
  }
}
#detail .schedule__pic:nth-child(2) {
  margin-left: 15px;
}
@media screen and (min-width: 768px) {
  #detail .schedule__pic:nth-child(2) {
    margin-left: 60px;
  }
}
@media screen and (min-width: 1024px) {
  #detail .schedule__pic:nth-child(2) {
    margin-left: 80px;
  }
}
#detail .schedule__pic:nth-child(3)::before, #detail .schedule__pic:nth-child(3)::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  -webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
          clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
  -webkit-transform: rotate(23deg);
          transform: rotate(23deg);
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-animation: furifuri 2s infinite;
          animation: furifuri 2s infinite;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  #detail .schedule__pic:nth-child(3)::before, #detail .schedule__pic:nth-child(3)::after {
    width: 90px;
    height: 90px;
  }
}
@media screen and (min-width: 1024px) {
  #detail .schedule__pic:nth-child(3)::before, #detail .schedule__pic:nth-child(3)::after {
    width: 120px;
    height: 120px;
  }
}
#detail .schedule__pic:nth-child(3)::before {
  top: -70%;
  left: -22%;
  background: #F8F5EE;
}
@media screen and (min-width: 768px) {
  #detail .schedule__pic:nth-child(3)::before {
    top: -85%;
    left: -49%;
  }
}
@media screen and (min-width: 1024px) {
  #detail .schedule__pic:nth-child(3)::before {
    top: -80%;
    left: -50%;
  }
}
#detail .schedule__pic:nth-child(3)::after {
  bottom: -30px;
  right: -25px;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  background: #F2C335;
}
@media screen and (min-width: 1024px) {
  #detail .schedule__pic:nth-child(3)::after {
    bottom: -70px;
    right: -75px;
  }
}
#detail .schedule__img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 14px;
}
@media screen and (min-width: 768px) {
  #detail .schedule__img {
    border-radius: 24px;
  }
}
#detail .schedule__greenline {
  border-top: 3px dotted #BEDC76;
  width: 93px;
}
@media screen and (min-width: 768px) {
  #detail .schedule__greenline {
    width: 290px;
  }
}
@media screen and (min-width: 1024px) {
  #detail .schedule__greenline {
    width: 63%;
    max-width: 675px;
  }
}
#detail .schedule__green::after {
  background: #84C98B;
}
#detail .schedule__picgreen:nth-child(1)::after, #detail .schedule__picgreen:nth-child(3)::after {
  background: #84C98B;
}
#detail .schedule__blueline {
  border-top: 3px dotted #7698DC;
  width: 180px;
}
@media screen and (min-width: 768px) {
  #detail .schedule__blueline {
    width: 420px;
  }
}
@media screen and (min-width: 1024px) {
  #detail .schedule__blueline {
    width: 75%;
    max-width: 805px;
  }
}
#detail .schedule__blue::after {
  background: #C8D0F9;
}
#detail .schedule__timeblue::after {
  height: 70%;
  background: #C8D0F9;
}
@media screen and (min-width: 1024px) {
  #detail .schedule__timeblue::after {
    top: 3%;
    height: 70%;
  }
}
#detail .schedule__picblue {
  margin-bottom: 70%;
}
@media screen and (min-width: 768px) {
  #detail .schedule__picblue {
    margin-bottom: 45%;
  }
}
#detail .schedule__picblue:nth-child(1)::after, #detail .schedule__picblue:nth-child(3)::after {
  background: #C8D0F9;
}
#detail .policy {
  margin-bottom: 12vh;
}
#detail .policy__container {
  margin-top: -3%;
  padding: 15% 0 2%;
  overflow: hidden;
  background: #F8F5EE;
}
@media screen and (min-width: 1200px) {
  #detail .policy__container {
    padding: 5% 0 2%;
  }
}
#detail .policy__ttlbox {
  position: relative;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 7vh;
  z-index: 2;
}
#detail .policy__ttl {
  position: relative;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 20px;
  z-index: 3;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  #detail .policy__ttl {
    font-size: 36px;
  }
}
@media screen and (min-width: 1024px) {
  #detail .policy__ttl {
    font-size: 45px;
  }
}
@media screen and (min-width: 768px) {
  #detail .policy__ttl {
    margin-bottom: 2%;
  }
}
#detail .policy__ttl::before {
  content: "";
  position: absolute;
  top: -27%;
  left: 10%;
  width: 46px;
  aspect-ratio: 1/1;
  background: #FFE09C;
  -webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
          clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
  -webkit-transform: rotate(23deg);
          transform: rotate(23deg);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  #detail .policy__ttl::before {
    top: -23%;
    left: 12%;
    width: 75px;
  }
}
@media screen and (min-width: 1024px) {
  #detail .policy__ttl::before {
    top: -19%;
    left: 13%;
    width: 90px;
  }
}
#detail .policy__ttl-s {
  margin-top: -2%;
  font-weight: 700;
  font-size: 17px;
  letter-spacing: 0.24em;
  text-align: center;
  margin: 3px 0 15px;
}
@media screen and (min-width: 768px) {
  #detail .policy__ttl-s {
    margin-top: -1%;
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  #detail .policy__ttl-s {
    font-size: 24px;
  }
}
#detail .policy__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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 55px;
}
@media screen and (min-width: 768px) {
  #detail .policy__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 75px 55px;
    margin: 0 auto;
    max-width: 1290px;
  }
}
#detail .policy__box {
  position: relative;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 260px;
  height: 260px;
  z-index: 2;
}
@media screen and (min-width: 1200px) {
  #detail .policy__box {
    width: 25%;
    height: 340px;
  }
}
#detail .policy__box::before, #detail .policy__box::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background: #FEFDFC;
  -webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
          clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  z-index: -1;
}
#detail .policy__box::after {
  content: "";
  width: 101%;
  height: 101%;
  background: #F2E857;
  z-index: -2;
}
#detail .policy__box:nth-child(even)::after {
  background: #BEDC76;
}
#detail .policy__pic {
  width: 260px;
  height: 260px;
}
@media screen and (min-width: 1200px) {
  #detail .policy__pic {
    width: 25%;
  }
}
#detail .policy__img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1200px) {
  #detail .policy__img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
#detail .policy__icon {
  position: absolute;
  bottom: 5%;
  right: -10%;
  width: 85px;
  height: 75px;
  background: hsla(56deg, 86%, 65%, 0.7);
  -webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
          clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
#detail .policy__green {
  background: hsla(78deg, 59%, 66%, 0.7);
}
#detail .policy__txt01 {
  margin-bottom: 10px;
  border-bottom: 1px solid #4E4124;
  font-weight: 700;
  font-size: 14px;
}
@media screen and (min-width: 1024px) {
  #detail .policy__txt01 {
    font-size: 15px;
  }
}
#detail .policy__txt02 {
  width: 225px;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0;
}
@media screen and (min-width: 1024px) {
  #detail .policy__txt02 {
    width: 230px;
    font-size: 15px;
  }
}

#guidance {
  color: #4E4124;
  background: #FEFDFC;
}
#guidance .guide {
  margin-bottom: 15vh;
}
@media screen and (min-width: 1024px) {
  #guidance .guide {
    margin-top: -10%;
  }
}
#guidance .guide__ttlbox {
  margin-bottom: 40px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  #guidance .guide__ttlbox {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1024px) {
  #guidance .guide__ttlbox {
    margin-bottom: 100px;
  }
}
#guidance .guide__ttl {
  position: relative;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 20px;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  #guidance .guide__ttl {
    font-size: 36px;
  }
}
@media screen and (min-width: 1024px) {
  #guidance .guide__ttl {
    font-size: 45px;
  }
}
#guidance .guide__ttl::before {
  content: "";
  position: absolute;
  top: -30%;
  left: -22%;
  width: 46px;
  aspect-ratio: 1/1;
  background: #FFE09C;
  -webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
          clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
  -webkit-transform: rotate(23deg);
          transform: rotate(23deg);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  #guidance .guide__ttl::before {
    top: -25%;
    left: -20%;
    width: 75px;
  }
}
@media screen and (min-width: 1024px) {
  #guidance .guide__ttl::before {
    top: -16%;
    left: -19%;
    width: 90px;
  }
}
#guidance .guide__ttl-s {
  margin-top: -2%;
  font-weight: 700;
  font-size: 17px;
  letter-spacing: 0.24em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #guidance .guide__ttl-s {
    margin-top: -1%;
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  #guidance .guide__ttl-s {
    font-size: 24px;
  }
}
#guidance .guide__box {
  margin: 0 auto 8vh;
  width: 85%;
  max-width: 600px;
}
@media screen and (min-width: 1024px) {
  #guidance .guide__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10vh;
    max-width: 1280px;
  }
}
#guidance .guide__content {
  position: relative;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 8vh;
  padding: 50px 30px 70px;
  border-radius: 24px;
  background: #F8F5EE;
}
@media screen and (min-width: 768px) {
  #guidance .guide__content {
    padding: 70px 60px 90px;
  }
}
@media screen and (min-width: 1024px) {
  #guidance .guide__content {
    margin-bottom: 0;
    width: 47%;
  }
}
#guidance .guide__content::after {
  content: "";
  position: absolute;
  right: -6%;
  bottom: -7%;
  width: 95px;
  height: 95px;
  -webkit-animation: furifuri 2.5s infinite;
          animation: furifuri 2.5s infinite;
}
@media screen and (min-width: 768px) {
  #guidance .guide__content::after {
    width: 120px;
    height: 120px;
  }
}
@media screen and (min-width: 1024px) {
  #guidance .guide__content::after {
    right: -8%;
    bottom: -10%;
    width: 140px;
    height: 140px;
  }
}
#guidance .guide__content01::after {
  background: url(../images/guide__img01.png) center/cover;
}
#guidance .guide__content02::after {
  right: -8%;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  background: url(../images/guide__img02.png) center/cover;
}
@media screen and (min-width: 1024px) {
  #guidance .guide__content02::after {
    right: -12%;
  }
}
#guidance .guide__subttl {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  #guidance .guide__subttl {
    margin-bottom: 20px;
    font-size: 26px;
  }
}
#guidance .guide__txt01 {
  margin-bottom: 20px;
  border-bottom: 5px dotted #F2C335;
  font-size: 16px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  #guidance .guide__txt01 {
    margin-bottom: 30px;
    font-size: 20px;
  }
}
#guidance .guide__greenline {
  border-bottom: 5px dotted #84C98B;
}
#guidance .guide__txt02 {
  font-size: 14px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #guidance .guide__txt02 {
    font-size: 17px;
  }
}
#guidance .guide__box02 {
  position: relative;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  padding: 30px 20px 70px;
  width: 85%;
  max-width: 600px;
  border-radius: 24px;
  background: #F8F5EE;
}
@media screen and (min-width: 768px) {
  #guidance .guide__box02 {
    padding: 40px 60px 70px;
  }
}
@media screen and (min-width: 1024px) {
  #guidance .guide__box02 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 50px 80px;
    max-width: 1280px;
  }
}
#guidance .guide__box02::after {
  content: "";
  position: absolute;
  right: -6%;
  bottom: -8%;
  width: 90px;
  height: 130px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: url(../images/guide__img03.png) top/cover;
}
@media screen and (min-width: 768px) {
  #guidance .guide__box02::after {
    width: 120px;
    height: 160px;
  }
}
@media screen and (min-width: 1100px) {
  #guidance .guide__box02::after {
    right: -6%;
    bottom: -11%;
    width: 180px;
    height: 240px;
    -webkit-transform: rotate(50deg);
            transform: rotate(50deg);
  }
}
#guidance .guide__subttl02 {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #guidance .guide__subttl02 {
    font-size: 26px;
  }
}
@media screen and (min-width: 1024px) {
  #guidance .guide__subttl02 {
    text-align: start;
    font-size: 32px;
  }
}
#guidance .guide__pic {
  margin-bottom: 15px;
  width: 100%;
  height: 45%;
}
@media screen and (min-width: 1024px) {
  #guidance .guide__pic {
    width: 45%;
  }
}
#guidance .guide__img {
  border-radius: 24px;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1024px) {
  #guidance .guide__txtbox {
    width: 45%;
  }
}
#guidance .flow {
  margin-bottom: 16vh;
}
#guidance .flow__ttlbox {
  margin-bottom: 40px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  #guidance .flow__ttlbox {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1024px) {
  #guidance .flow__ttlbox {
    margin-bottom: 100px;
  }
}
#guidance .flow__ttl {
  position: relative;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 20px;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  #guidance .flow__ttl {
    font-size: 36px;
  }
}
@media screen and (min-width: 1024px) {
  #guidance .flow__ttl {
    font-size: 45px;
  }
}
#guidance .flow__ttl::before {
  content: "";
  position: absolute;
  top: -30%;
  left: -22%;
  width: 46px;
  aspect-ratio: 1/1;
  background: #FFE09C;
  -webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
          clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
  -webkit-transform: rotate(23deg);
          transform: rotate(23deg);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  #guidance .flow__ttl::before {
    top: -25%;
    left: -20%;
    width: 75px;
  }
}
@media screen and (min-width: 1024px) {
  #guidance .flow__ttl::before {
    top: -16%;
    left: -19%;
    width: 90px;
  }
}
#guidance .flow__ttl-s {
  margin-top: -2%;
  font-weight: 700;
  font-size: 17px;
  letter-spacing: 0.24em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #guidance .flow__ttl-s {
    margin-top: -1%;
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  #guidance .flow__ttl-s {
    font-size: 24px;
  }
}
#guidance .flow__box {
  position: relative;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto 50px;
  padding: 40px 0 30px;
  border-radius: 24px;
  width: 85%;
  max-width: 705px;
}
#guidance .flow__box:nth-child(even) {
  border: 3px dotted #4E4124;
}
@media screen and (min-width: 768px) {
  #guidance .flow__box:nth-child(even) {
    border: 5px dotted #4E4124;
  }
}
#guidance .flow__box:nth-child(odd) {
  border: 2px solid #4E4124;
}
#guidance .flow__box:nth-child(3) {
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  #guidance .flow__box:nth-child(3) {
    margin-bottom: 120px;
  }
}
@media screen and (min-width: 768px) {
  #guidance .flow__box {
    padding: 70px 0 50px;
    margin-bottom: 100px;
  }
}
#guidance .flow__subttl {
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 200px;
  font-size: 19px;
  font-weight: 600;
  text-align: center;
  background: #FEFDFC;
}
@media screen and (min-width: 768px) {
  #guidance .flow__subttl {
    top: -30px;
    width: 320px;
    font-size: 30px;
  }
}
#guidance .flow__num {
  margin-right: 5px;
  font-size: 23px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  #guidance .flow__num {
    width: 300px;
    font-size: 34px;
  }
}
#guidance .flow__txt {
  margin-bottom: 20px;
  width: 85%;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #guidance .flow__txt {
    font-size: 20px;
  }
}
#guidance .flow__txt02 {
  max-width: 420px;
  text-align: start;
}
#guidance .flow__linkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#guidance .flow__telttl {
  margin-right: 15px;
  font-weight: 700;
  font-size: 15px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #guidance .flow__telttl {
    font-size: 23px;
  }
}
@media screen and (min-width: 1024px) {
  #guidance .flow__telttl {
    font-size: 27px;
  }
}
#guidance .flow__tellink {
  display: inline-block;
  margin-left: 5px;
  text-decoration: none;
  color: #4E4124;
  font-weight: 900;
  font-size: 22px;
}
#guidance .flow__tellink:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #guidance .flow__tellink {
    font-size: 30px;
  }
}
@media screen and (min-width: 1024px) {
  #guidance .flow__tellink {
    font-size: 42px;
  }
}
#guidance .flow__icon {
  width: 55px;
  height: 55px;
}
@media screen and (min-width: 768px) {
  #guidance .flow__icon {
    width: 67px;
    height: 67px;
  }
}
#guidance .flow__link {
  display: block;
  width: 100%;
  height: 100%;
}
#guidance .flow__link:hover {
  opacity: 0.7;
}
#guidance .flow__img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#guidance .flow__comment {
  position: absolute;
  bottom: -22%;
  right: -8%;
  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: 110px;
  aspect-ratio: 1/1;
  background: #F2C335;
  -webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
          clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
  -webkit-transform: rotate(23deg);
          transform: rotate(23deg);
  text-align: center;
}
@media screen and (min-width: 768px) {
  #guidance .flow__comment {
    bottom: -18%;
    right: -4%;
    width: 150px;
  }
}
#guidance .flow__txt03 {
  font-size: 11px;
  font-weight: 600;
  -webkit-transform: rotate(-23deg);
          transform: rotate(-23deg);
}
@media screen and (min-width: 768px) {
  #guidance .flow__txt03 {
    font-size: 14px;
  }
}
#guidance .flow__pic {
  margin-bottom: 30px;
  width: 85%;
  height: 200px;
}
@media screen and (min-width: 768px) {
  #guidance .flow__pic {
    margin-bottom: 30px;
    width: 430px;
    height: 300px;
  }
}
#guidance .flow__img02 {
  border-radius: 24px;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#guidance .price {
  margin-bottom: 24vh;
}
#guidance .price__ttlbox {
  margin-bottom: 40px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  #guidance .price__ttlbox {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1024px) {
  #guidance .price__ttlbox {
    margin-bottom: 100px;
  }
}
#guidance .price__ttl {
  position: relative;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 20px;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  #guidance .price__ttl {
    font-size: 36px;
  }
}
@media screen and (min-width: 1024px) {
  #guidance .price__ttl {
    font-size: 45px;
  }
}
#guidance .price__ttl::before {
  content: "";
  position: absolute;
  top: -30%;
  left: -22%;
  width: 46px;
  aspect-ratio: 1/1;
  background: #FFE09C;
  -webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
          clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
  -webkit-transform: rotate(23deg);
          transform: rotate(23deg);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  #guidance .price__ttl::before {
    top: -25%;
    left: -20%;
    width: 75px;
  }
}
@media screen and (min-width: 1024px) {
  #guidance .price__ttl::before {
    top: -16%;
    left: -19%;
    width: 90px;
  }
}
#guidance .price__ttl-s {
  margin-top: -2%;
  font-weight: 700;
  font-size: 17px;
  letter-spacing: 0.24em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #guidance .price__ttl-s {
    margin-top: -1%;
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  #guidance .price__ttl-s {
    font-size: 24px;
  }
}
#guidance .price__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  width: 85%;
}
@media screen and (min-width: 1024px) {
  #guidance .price__wrap {
    margin-bottom: 10vh;
    max-width: 1450px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#guidance .price__box {
  margin-bottom: 5vh;
  padding: 40px 23px;
  border-radius: 24px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #F8F5EE;
}
@media screen and (min-width: 768px) {
  #guidance .price__box {
    padding: 50px 70px;
  }
}
@media screen and (min-width: 1024px) {
  #guidance .price__box {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
    padding: 0 50px;
    width: 40%;
    height: 450px;
  }
}
@media screen and (min-width: 1400px) {
  #guidance .price__box {
    height: 510px;
  }
}
#guidance .price__subttl {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  #guidance .price__subttl {
    margin-bottom: 25px;
    font-size: 30px;
  }
}
#guidance .price__txt01 {
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #guidance .price__txt01 {
    margin-bottom: 25px;
    font-size: 20px;
  }
}
@media screen and (min-width: 1024px) {
  #guidance .price__txt01 {
    font-size: 16px;
  }
}
#guidance .price__contain {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#guidance .price__contain02 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10%;
}
#guidance .price__txt02 {
  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;
  padding: 20px 0;
  border-radius: 24px;
  width: 30%;
  max-width: 145px;
  font-size: 16px;
  font-weight: 900;
  color: #FEFDFC;
  background: #BEDC76;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  #guidance .price__txt02 {
    font-size: 30px;
  }
}
@media screen and (min-width: 1024px) {
  #guidance .price__txt02 {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  #guidance .price__txt02 {
    font-size: 20px;
  }
}
#guidance .price__linebox {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 5vh;
  width: 60px;
  height: 60px;
}
@media screen and (min-width: 1024px) {
  #guidance .price__linebox {
    margin-bottom: 0;
    width: 80px;
    height: 80px;
  }
}
#guidance .price__line01, #guidance .price__line02 {
  width: 100%;
  height: 10px;
  background: #4E4124;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
#guidance .price__line02 {
  -webkit-transform: translateY(-5px) rotate(90deg);
          transform: translateY(-5px) rotate(90deg);
}
#guidance .price__txt03 {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  #guidance .price__txt03 {
    margin-bottom: 25px;
    font-size: 28px;
  }
}
#guidance .price__yellow {
  background: #F2C335;
}
#guidance .price__free {
  margin: 0 auto;
  width: 85%;
  max-width: 1450px;
}
@media screen and (min-width: 1024px) {
  #guidance .price__free {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 40px 0;
    gap: 10%;
    height: auto;
  }
}
#guidance .price__pic {
  margin-bottom: 15px;
  width: 100%;
  height: 250px;
}
@media screen and (min-width: 550px) {
  #guidance .price__pic {
    margin-bottom: 25px;
    height: 350px;
  }
}
@media screen and (min-width: 1024px) {
  #guidance .price__pic {
    margin-bottom: 0;
    width: 35%;
    height: 350px;
  }
}
#guidance .price__img {
  border-radius: 24px;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1024px) {
  #guidance .price__txtbox {
    width: 40%;
  }
}
#guidance .price__subttl02 {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  #guidance .price__subttl02 {
    text-align: start;
  }
}

#operation {
  color: #4E4124;
  background: #FEFDFC;
}
#operation .staff {
  margin-bottom: 8vh;
}
@media screen and (min-width: 1024px) {
  #operation .staff {
    margin: -15vh 0 2vh;
  }
}
#operation .staff__ttlbox {
  margin-bottom: 40px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  #operation .staff__ttlbox {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1024px) {
  #operation .staff__ttlbox {
    margin-bottom: 100px;
  }
}
#operation .staff__ttl {
  position: relative;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 20px;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  #operation .staff__ttl {
    font-size: 36px;
  }
}
@media screen and (min-width: 1024px) {
  #operation .staff__ttl {
    font-size: 45px;
  }
}
#operation .staff__ttl::before {
  content: "";
  position: absolute;
  top: -28%;
  left: -28%;
  width: 46px;
  aspect-ratio: 1/1;
  background: #FFE09C;
  -webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
          clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
  -webkit-transform: rotate(23deg);
          transform: rotate(23deg);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  #operation .staff__ttl::before {
    top: -25%;
    left: -20%;
    width: 75px;
  }
}
@media screen and (min-width: 1024px) {
  #operation .staff__ttl::before {
    top: -16%;
    left: -19%;
    width: 90px;
  }
}
#operation .staff__ttl-s {
  margin-top: -2%;
  font-weight: 700;
  font-size: 17px;
  letter-spacing: 0.24em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #operation .staff__ttl-s {
    margin-top: -1%;
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  #operation .staff__ttl-s {
    font-size: 24px;
  }
}
#operation .staff__wrap {
  margin: 0 auto;
  width: 315px;
}
@media screen and (min-width: 768px) {
  #operation .staff__wrap {
    width: 450px;
  }
}
@media screen and (min-width: 1024px) {
  #operation .staff__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 85%;
    max-width: 1150px;
  }
}
#operation .staff__box {
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  #operation .staff__box {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1024px) {
  #operation .staff__box {
    margin-bottom: 150px;
    width: 40%;
    max-width: 450px;
/*
    margin-bottom: 150px;
    width: 40%;
    max-width: 450px;
*/
  }
}
#operation .staff__pic {
  position: relative;
  margin-bottom: 15px;
  width: 100%;
  height: 270px;
}
#operation .staff__pic::after {
  content: "";
  position: absolute;
  right: -15px;
  bottom: -55px;
  width: 140px;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 768px) {
  #operation .staff__pic::after {
    right: -40px;
    bottom: -70px;
    width: 160px;
  }
}
#operation .staff__pic01::after {
  -webkit-animation: furifuri 2s infinite;
          animation: furifuri 2s infinite;
  background: url(../images/staff__img01.png) center/cover;
}
#operation .staff__pic02::after {
  -webkit-animation: furifuri 3s 1.5s infinite;
          animation: furifuri 3s 1.5s infinite;
  background: url(../images/staff__img02.png) center/cover;
}
#operation .staff__pic03::after {
  -webkit-animation: furifuri 2s infinite;
          animation: furifuri 2s infinite;
  background: url(../images/staff__img03.png) center/cover;
}
#operation .staff__pic04::after {
  -webkit-animation: furifuri 3s 1.5s infinite;
          animation: furifuri 3s 1.5s infinite;
  background: url(../images/staff__img04.png) center/cover;
}
@media screen and (min-width: 768px) {
  #operation .staff__pic {
    height: 380px;
  }
}
#operation .staff__img {
  border-radius: 15px;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  #operation .staff__img {
    border-radius: 24px;
  }
}
#operation .staff__subttl {
  font-size: 13px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  #operation .staff__subttl {
    font-size: 20px;
  }
}
#operation .staff__name, #operation .facility__subttl {
  margin-bottom: 10px;
  padding-bottom: 3px;
  border-bottom: 3px dotted #F2C335;
  font-size: 18px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  #operation .staff__name, #operation .facility__subttl {
    margin-bottom: 15px;
    border-bottom: 5px dotted #F2C335;
    font-size: 28px;
  }
}
#operation .staff__green, #operation .facility__green {
  border-bottom: 3px dotted #84C98B;
}
@media screen and (min-width: 768px) {
  #operation .staff__green, #operation .facility__green {
    border-bottom: 5px dotted #84C98B;
  }
}
#operation .staff__txt, #operation .facility__txt {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  #operation .staff__txt, #operation .facility__txt {
    font-size: 17px;
  }
}
#operation .facility {
  margin-bottom: 6vh;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #operation .facility {
    margin-bottom: 14vh;
  }
}
#operation .facility__svg01 {
  margin: -10% 0 -3%;
}
#operation .facility__svg02 {
  margin: -3% 0 -10%;
}
#operation .facility__wrap {
  padding: 18% 0;
  background: #F8F5EE;
}
@media screen and (min-width: 768px) {
  #operation .facility__wrap {
    padding: 3% 0 10%;
  }
}
#operation .facility__ttlbox {
  margin-bottom: 40px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  #operation .facility__ttlbox {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1024px) {
  #operation .facility__ttlbox {
    margin-bottom: 100px;
  }
}
#operation .facility__ttl {
  position: relative;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 20px;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  #operation .facility__ttl {
    font-size: 36px;
  }
}
@media screen and (min-width: 1024px) {
  #operation .facility__ttl {
    font-size: 45px;
  }
}
#operation .facility__ttl::before {
  content: "";
  position: absolute;
  top: -28%;
  left: -28%;
  width: 46px;
  aspect-ratio: 1/1;
  background: #FFE09C;
  -webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
          clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
  -webkit-transform: rotate(23deg);
          transform: rotate(23deg);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  #operation .facility__ttl::before {
    top: -25%;
    left: -20%;
    width: 75px;
  }
}
@media screen and (min-width: 1024px) {
  #operation .facility__ttl::before {
    top: -16%;
    left: -19%;
    width: 90px;
  }
}
#operation .facility__ttl-s {
  margin-top: -2%;
  font-weight: 700;
  font-size: 17px;
  letter-spacing: 0.24em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #operation .facility__ttl-s {
    margin-top: -1%;
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  #operation .facility__ttl-s {
    font-size: 24px;
  }
}
#operation .facility__box {
  margin: 0 auto 80px;
  width: 315px;
}
@media screen and (min-width: 768px) {
  #operation .facility__box {
    margin-bottom: 150px;
    width: 550px;
  }
}
@media screen and (min-width: 1024px) {
  #operation .facility__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 100px;
    width: 85%;
    max-width: 1280px;
  }
}
#operation .facility__box:nth-child(3) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (min-width: 1024px) {
  #operation .facility__box:nth-child(3) {
    margin-bottom: 0px;
  }
}
#operation .facility__pic {
  position: relative;
  margin-bottom: 15px;
  width: 100%;
  height: 215px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #operation .facility__pic {
    height: 370px;
  }
}
@media screen and (min-width: 1024px) {
  #operation .facility__pic {
    width: 45%;
    max-width: 550px;
    height: 440px;
  }
}
#operation .facility__pic::before, #operation .facility__pic::after {
  content: "";
  position: absolute;
  width: 85px;
  aspect-ratio: 1/1;
  background: #FEFDFC;
  -webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
          clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
  -webkit-transform: rotate(23deg);
          transform: rotate(23deg);
  -webkit-animation: flash 3s linear infinite;
          animation: flash 3s linear infinite;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  #operation .facility__pic::before, #operation .facility__pic::after {
    width: 120px;
  }
}
@media screen and (min-width: 1024px) {
  #operation .facility__pic::before, #operation .facility__pic::after {
    width: 170px;
  }
}
#operation .facility__pic01::before {
  top: -30px;
  right: -30px;
}
@media screen and (min-width: 768px) {
  #operation .facility__pic01::before {
    top: -40px;
    right: -90px;
  }
}
@media screen and (min-width: 1024px) {
  #operation .facility__pic01::before {
    top: -75px;
    right: -70px;
  }
}
#operation .facility__pic01::after {
  bottom: -55px;
  left: -40px;
  -webkit-animation: flash 4s 5s linear infinite;
          animation: flash 4s 5s linear infinite;
}
@media screen and (min-width: 768px) {
  #operation .facility__pic01::after {
    bottom: -67px;
    left: -85px;
  }
}
#operation .facility__pic02::before {
  top: -30px;
  left: -30px;
}
@media screen and (min-width: 768px) {
  #operation .facility__pic02::before {
    top: -60px;
    left: -40px;
  }
}
@media screen and (min-width: 1024px) {
  #operation .facility__pic02::before {
    top: -50px;
    left: -100px;
  }
}
#operation .facility__pic02::after {
  bottom: -20px;
  right: -30px;
  -webkit-animation: flash 8s 3s linear infinite;
          animation: flash 8s 3s linear infinite;
}
@media screen and (min-width: 768px) {
  #operation .facility__pic02::after {
    bottom: -50px;
    right: -70px;
  }
}
@media screen and (min-width: 1024px) {
  #operation .facility__pic02::after {
    bottom: -120px;
    right: -100px;
  }
}
#operation .facility__img {
  border-radius: 15px;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  #operation .facility__img {
    border-radius: 24px;
  }
}
#operation .facility__txtbox {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  #operation .facility__txtbox {
    width: 43%;
  }
}
#operation .facility__txtbox::before, #operation .facility__txtbox::after {
  content: "";
  position: absolute;
  width: 85px;
  aspect-ratio: 1/1;
  background: #FEFDFC;
  -webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
          clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
  -webkit-transform: rotate(23deg);
          transform: rotate(23deg);
  -webkit-animation: flash 10s linear infinite;
          animation: flash 10s linear infinite;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  #operation .facility__txtbox::before, #operation .facility__txtbox::after {
    width: 120px;
  }
}
@media screen and (min-width: 1024px) {
  #operation .facility__txtbox::before, #operation .facility__txtbox::after {
    width: 170px;
  }
}
#operation .facility__txtbox01::before {
  bottom: -15px;
  right: -30px;
  -webkit-animation: flash 10s linear infinite;
          animation: flash 10s linear infinite;
}
@media screen and (min-width: 768px) {
  #operation .facility__txtbox01::before {
    bottom: -70px;
  }
}
@media screen and (min-width: 1024px) {
  #operation .facility__txtbox01::before {
    bottom: 95px;
    right: -6px;
  }
}
#operation .facility__txtbox01::after {
  display: none;
}
@media screen and (min-width: 1024px) {
  #operation .facility__txtbox01::after {
    bottom: -80px;
    left: -90px;
    display: block;
    -webkit-animation: flash 8s 1s linear infinite;
            animation: flash 8s 1s linear infinite;
  }
}
#operation .facility__txtbox02::before {
  bottom: -30px;
  left: -30px;
}
@media screen and (min-width: 768px) {
  #operation .facility__txtbox02::before {
    bottom: -50px;
    left: -65px;
  }
}
@media screen and (min-width: 1024px) {
  #operation .facility__txtbox02::before {
    bottom: 140px;
    left: -65px;
  }
}
#operation .facility__txtbox02::after {
  bottom: -95px;
  right: -10px;
  -webkit-animation: flash 15s 2s linear infinite;
          animation: flash 15s 2s linear infinite;
}
@media screen and (min-width: 768px) {
  #operation .facility__txtbox02::after {
    bottom: -140px;
    right: -10px;
  }
}
@media screen and (min-width: 1024px) {
  #operation .facility__txtbox02::after {
    bottom: -110px;
    right: -90px;
  }
}
#operation .facility__subttl {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  #operation .facility__subttl {
    text-align: start;
  }
}
#operation .operation {
  margin-bottom: 24vh;
  padding-top: 2vh;
}
#operation .operation__ttlbox {
  margin-bottom: 20px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  #operation .operation__ttlbox {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1024px) {
  #operation .operation__ttlbox {
    margin-bottom: 60px;
  }
}
#operation .operation__ttl {
  position: relative;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 20px;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  #operation .operation__ttl {
    font-size: 36px;
  }
}
@media screen and (min-width: 1024px) {
  #operation .operation__ttl {
    font-size: 45px;
  }
}
#operation .operation__ttl::before {
  content: "";
  position: absolute;
  top: -28%;
  left: -18%;
  width: 46px;
  aspect-ratio: 1/1;
  background: #FFE09C;
  -webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
          clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
  -webkit-transform: rotate(23deg);
          transform: rotate(23deg);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  #operation .operation__ttl::before {
    top: -21%;
    left: -15%;
    width: 75px;
  }
}
@media screen and (min-width: 1024px) {
  #operation .operation__ttl::before {
    top: -12%;
    left: -13%;
    width: 90px;
  }
}
#operation .operation__ttl-s {
  margin-top: -2%;
  font-weight: 700;
  font-size: 17px;
  letter-spacing: 0.24em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #operation .operation__ttl-s {
    margin-top: -1%;
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  #operation .operation__ttl-s {
    font-size: 24px;
  }
}
#operation .operation__wrap {
  margin: 0 auto;
  width: 85%;
  max-width: 620px;
}
#operation .operation__box {
  margin-bottom: 6vh;
}
#operation .operation__subttl {
  margin-bottom: 10px;
  padding-bottom: 3px;
  border-bottom: 3px dotted #F2C335;
  font-size: 16px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  #operation .operation__subttl {
    margin-bottom: 20px;
    font-size: 22px;
  }
}
#operation .operation__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#operation .operation__txt {
  margin-bottom: 10px;
  width: 30%;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  #operation .operation__txt {
    font-size: 17px;
  }
}
#operation .operation__txt02 {
  width: 70%;
  font-weight: 500;
}
#operation .operation__tel {
  display: inline-block;
  color: #4E4124;
  text-decoration: none;
}
#operation .operation__green {
  border-bottom: 3px dotted #84C98B;
}
#operation .operation__txt03 {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  #operation .operation__txt03 {
    font-size: 17px;
  }
}
@media screen and (min-width: 768px) {
  #operation .operation__btnbox {
    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;
    gap: 10%;
  }
}
#operation .operation__btn {
  position: relative;
  margin: 0 auto 15px;
  width: 205px;
  height: 40px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #operation .operation__btn {
    margin: 0;
  }
}
#operation .operation__btnlink {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #FEFDFC;
  background: #4E4124;
  font-size: 14px;
  font-weight: 500;
  line-height: 2.6;
  -webkit-clip-path: polygon(5% 0, 95% 0, 100% 30%, 100% 70%, 95% 100%, 5% 100%, 0 70%, 0 30%);
          clip-path: polygon(5% 0, 95% 0, 100% 30%, 100% 70%, 95% 100%, 5% 100%, 0 70%, 0 30%);
}
#operation .operation__btnlink:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #operation .operation__btnlink {
    font-size: 15px;
    line-height: 2.5;
  }
}
#operation .operation__btnlink:hover {
  opacity: 0.7;
}
#operation .operation__br {
  display: none;
}
@media screen and (min-width: 768px) {
  #operation .operation__br {
    display: block;
  }
}

.changeBtn {
  background: none;
}

.rotateTop {
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}

.rotateBottom {
  -webkit-transform: rotate(-25deg) translateY(-2px);
          transform: rotate(-25deg) translateY(-2px);
}

.gnavOpen {
  -webkit-transform: scale(1);
          transform: scale(1);
  pointer-events: all;
  opacity: 1;
}

.scrollStop {
  height: 100%;
  overflow: hidden;
}

.fadeIn, .fadeTxt {
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}