@charset "UTF-8";
body {
  font-family: "M PLUS Rounded 1c", sans-serif;
  background: #FFFFFF;
  color: #2D3B52;
}

html {
  font-size: 100%;
  scroll-behavior: smooth;
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 90%;
  }
}
@media screen and (max-width: 900px) {
  html {
    font-size: 80%;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 4.102vw;
  }
}

a {
  cursor: pointer;
}

.fv img {
  display: block;
  width: 100%;
}

.cta {
  background: url(../img/cta-background.jpg) no-repeat center center/cover;
  padding-top: 82px;
  padding-bottom: 83px;
}
@media screen and (max-width: 768px) {
  .cta {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.inner {
  padding-left: 6.9444444444%;
  padding-right: 6.9444444444%;
}
@media screen and (max-width: 768px) {
  .inner {
    padding-left: 2.1333333333%;
    padding-right: 2.1333333333%;
  }
}

.cta-content {
  max-width: 57.5rem;
  margin-left: auto;
  margin-right: auto;
  background: #FFFFFF;
  border-radius: 24px;
  padding: 2.5rem;
}

.cta-title {
  font-size: 2rem;
  font-weight: 800;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .cta-title {
    font-size: 1.3rem;
  }
}

.cta-content-box {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 2.5rem;
}
@media screen and (max-width: 768px) {
  .cta-content-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 26px;
  }
}

.cta-left {
  font-size: 2rem;
  color: #FFFFFF;
  background-color: #2ACB13;
  width: 25rem;
  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;
  height: 8.75rem;
  border-radius: 100px;
  font-weight: 500;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 768px) {
  .cta-left {
    width: 18.2rem;
    height: 5.2rem;
    font-size: 1.25rem;
    letter-spacing: 0.03rem;
  }
}
.cta-left:hover, .cta-left:focus {
  opacity: 0.7;
}

.cta-right {
  font-size: 1.25rem;
  color: #FFFFFF;
  background-color: #FE647F;
  width: 25rem;
  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;
  height: 8.75rem;
  border-radius: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 768px) {
  .cta-right {
    width: 18.2rem;
    height: 5.2rem;
  }
}
.cta-right:hover, .cta-right:focus {
  opacity: 0.7;
}
.cta-right p {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .cta-right p {
    font-size: 0.875rem;
    font-weight: 800;
  }
}
.cta-right p:nth-child(2) {
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .cta-right p:nth-child(2) {
    font-size: 0.875rem;
    font-weight: 500;
  }
}

.cta-big {
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .cta-big {
    font-size: 1.25rem;
    font-weight: 800;
    letter-spacing: 0.03rem;
  }
}

.intro {
  padding-top: 100px;
  padding-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .intro {
    padding-top: 88px;
    padding-bottom: 33px;
  }
}

.intro_title {
  font-size: 2.5rem;
  font-weight: 900;
  text-align: center;
  position: relative;
  letter-spacing: 5%;
}
@media screen and (max-width: 768px) {
  .intro_title {
    font-size: 1.5rem;
    line-height: 125%;
    letter-spacing: 9%;
  }
}

.intro_deco {
  font-size: 2.25rem;
  color: #14A2FA;
  text-align: center;
  font-weight: 900;
  margin-top: -15px;
}
@media screen and (max-width: 1000px) {
  .intro_deco {
    font-size: 1.5rem;
    margin-top: -4px;
  }
}
@media screen and (max-width: 768px) {
  .intro_deco {
    display: none;
  }
}
.intro_deco._sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .intro_deco._sp {
    display: block;
    font-size: 1.5rem;
    margin-top: -6px;
  }
}

.intro_big {
  font-size: 3rem;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .intro_big {
    font-size: 2rem;
  }
}

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

.intro_blue {
  color: #14A2FA;
  font-weight: 900;
}

.intro-content {
  margin-top: 53px;
}
@media screen and (max-width: 768px) {
  .intro-content {
    margin-top: 38px;
  }
}
.intro-content img {
  width: 28.1rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .intro-content img {
    width: 16rem;
    margin-top: 36px;
  }
}
.intro-content img:nth-child(5) {
  width: 70.25rem;
  margin-top: -12px;
}
.intro-content img:nth-child(8) {
  width: 5.6rem;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .intro-content img:nth-child(8) {
    width: 3.6rem;
    margin-top: 42px;
  }
}

@media screen and (max-width: 768px) {
  .intro-img {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    display: block;
  }
}
.intro-img img {
  width: 70.25rem;
  margin-top: -12px;
}
@media screen and (max-width: 768px) {
  .intro-img img {
    margin-top: -32px;
    width: 100%;
    height: auto;
    display: block;
  }
}

.intro-text1 {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .intro-text1 {
    font-size: 1.25rem;
  }
}

.intro-text2 {
  margin-top: 90px;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .intro-text2 {
    font-size: 1.25rem;
    margin-top: 30px;
  }
}

.intro-text3 {
  font-size: 2rem;
  font-weight: 800;
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .intro-text3 {
    font-size: 1.25rem;
    margin-top: 10px;
    line-height: 226%;
  }
}

.intro_color {
  font-size: 2.5rem;
  font-weight: 800;
  color: #A8744A;
}
@media screen and (max-width: 768px) {
  .intro_color {
    font-size: 2rem;
  }
}

.intro-text4 {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .intro-text4 {
    font-size: 1.25rem;
    text-align: left;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: -25px;
    letter-spacing: 5%;
  }
}

.intro-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 35px;
  width: 64.18rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 61px;
}
@media screen and (max-width: 1000px) {
  .intro-list {
    width: 56.18rem;
  }
}
@media screen and (max-width: 900px) {
  .intro-list {
    width: 50.18rem;
  }
}
@media screen and (max-width: 768px) {
  .intro-list {
    width: 22rem;
    margin-top: 40px;
    line-height: 260%;
    letter-spacing: 4%;
    gap: 15px;
  }
}
.intro-list li {
  font-size: 2rem;
  font-weight: 500;
  position: relative;
  padding-left: 64px;
}
@media screen and (max-width: 768px) {
  .intro-list li {
    font-size: 1.25rem;
    padding-left: 2.875rem;
  }
}
.intro-list li::before {
  position: absolute;
  content: "";
  background: url(../img/intro-icon.png) no-repeat center center/cover;
  width: 1.87rem;
  height: 1.87rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.intro-color2 {
  color: #A8744A;
  font-size: 2.5rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .intro-color2 {
    font-size: 2rem;
  }
}

.intro_small {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .intro_small {
    font-size: 0.875rem;
    margin-top: -9px;
    display: block;
  }
}

.answer {
  background: url(../img/intro-img4.jpg) no-repeat center center/cover;
  padding-top: 176px;
  padding-bottom: 197px;
  height: 41.75rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .answer {
    background: url(../img/intro-img4-sp.jpg) no-repeat center center/cover;
    padding-top: 78px;
    height: 33.75rem;
  }
}

.intro-women-img {
  position: absolute;
  width: 16rem;
  height: auto;
  bottom: 8%;
  right: 7%;
}
@media screen and (max-width: 1000px) {
  .intro-women-img {
    width: 13rem;
    bottom: 8%;
    right: 6%;
  }
}
@media screen and (max-width: 768px) {
  .intro-women-img {
    width: 9rem;
    height: auto;
    bottom: 9%;
    right: 4%;
  }
}

.intro_content2 p {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  line-height: 4.2rem;
}
@media screen and (max-width: 768px) {
  .intro_content2 p {
    font-size: 1.25rem;
    line-height: 2.55rem;
  }
}

.intro_color3 {
  background: #FFFFFF;
  border-radius: 100px;
  font-size: 2.5rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .intro_color3 {
    font-size: 1.5rem;
  }
}

.intro_blue2 {
  color: #14A2FA;
  font-weight: 800;
}

.intro_color4 {
  color: #FE647F;
  font-size: 2.5rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .intro_color4 {
    font-size: 1.5rem;
  }
}

.intro_color5 {
  font-weight: 800;
  color: #FFFFFF;
  background: #FE647F;
  padding: 10px 40px 10px 60px;
  border-radius: 100px;
  font-size: 2.5rem;
  display: block;
  margin-top: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .intro_color5 {
    font-size: 1.5rem;
    padding: 6px 40px;
    margin-top: 8px;
    display: block;
    margin-left: 2%;
    margin-right: 2%;
  }
}

._1000-hidden {
  display: none;
}
@media screen and (max-width: 1000px) {
  ._1000-hidden {
    display: block;
  }
}

.about {
  padding-top: 46px;
  padding-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .about {
    padding-top: 39px;
    padding-bottom: 30px;
  }
}

.about_title {
  font-size: 2.5rem;
  font-weight: 800;
  text-align: center;
  letter-spacing: 5%;
}
@media screen and (max-width: 768px) {
  .about_title {
    font-size: 1.5rem;
    letter-spacing: 11%;
  }
}

.about_title_deco img {
  display: block;
  width: 28rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: -16px;
}
@media screen and (max-width: 900px) {
  .about_title_deco img {
    margin-top: -10px;
  }
}
@media screen and (max-width: 768px) {
  .about_title_deco img {
    width: 15.8rem;
    margin-top: 0px;
  }
}

.about_color {
  color: #FE647F;
  font-weight: 800;
}

.about_big {
  font-weight: 800;
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .about_big {
    font-size: 2rem;
  }
}

.about_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 4.5rem;
  margin-top: 50px;
  max-width: 62rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .about_content {
    gap: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .about_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 30px;
    gap: 2.5rem;
  }
}

.about_left {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 55px;
}
@media screen and (max-width: 768px) {
  .about_left {
    gap: 40px;
  }
}

.about_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
}

.about_box_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 22px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-bottom: 14px;
}
@media screen and (max-width: 768px) {
  .about_box_title {
    gap: 45px;
  }
}
.about_box_title::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3.5px;
  background-image: radial-gradient(#14A2FA 8px, transparent 4px);
  background-size: 20px 6px;
  background-repeat: repeat-x;
}
.about_box_title p {
  font-size: 2rem;
  font-weight: 800;
  background-color: #FFF2A6;
  border-radius: 40px;
  padding: 2px 17px;
}
@media screen and (max-width: 1200px) {
  .about_box_title p {
    padding: 2px 15px;
  }
}
@media screen and (max-width: 900px) {
  .about_box_title p {
    padding: 2px 13px;
  }
}
@media screen and (max-width: 768px) {
  .about_box_title p {
    padding: 2px 0.98rem;
    border-radius: 50px;
  }
}
.about_box_title h3 {
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .about_box_title h3 {
    font-size: 1.25rem;
  }
}

.about_box_text p {
  font-size: 1.25rem;
  padding-left: 1.18rem;
}
@media screen and (max-width: 768px) {
  .about_box_text p {
    font-size: 1rem;
    line-height: 1.55rem;
    padding-right: 1.1rem;
    letter-spacing: 5%;
  }
}

.about_right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1200px) {
  .about_right {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
}
@media screen and (max-width: 768px) {
  .about_right {
    margin-left: auto;
    margin-right: auto;
  }
}
.about_right img {
  display: block;
  width: 12.5rem;
}
@media screen and (max-width: 1200px) {
  .about_right img {
    width: 15.5rem;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .about_right img {
    width: 9.3rem;
  }
}

.infomation {
  background: url(../img/info-background.jpg) no-repeat center center/cover;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .infomation {
    padding-top: 81px;
    padding-bottom: 56px;
  }
}

.info-price {
  padding: 40px;
  background: #FFFFFF;
  text-align: center;
  border-radius: 24px;
}
@media screen and (max-width: 768px) {
  .info-price {
    padding: 40px 1.25rem;
  }
}

.info-title {
  font-size: 2.5rem;
  font-weight: 800;
  letter-spacing: 5%;
}
@media screen and (max-width: 768px) {
  .info-title {
    font-size: 2rem;
    letter-spacing: 9%;
  }
}

.info-deco {
  font-size: 2.25rem;
  font-weight: 900;
  color: #14A2FA;
  margin-top: -14px;
}
@media screen and (max-width: 768px) {
  .info-deco {
    font-size: 1.5rem;
    margin-top: -7px;
    letter-spacing: 5%;
  }
}

.info-text {
  font-size: 1.5rem;
  margin-top: 6px;
  font-weight: 500;
  letter-spacing: 5%;
}
@media screen and (max-width: 768px) {
  .info-text {
    font-size: 1.25rem;
    margin-top: 11px;
    font-weight: 500;
    letter-spacing: 8%;
  }
}

.info-price-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 2rem;
  margin-top: 40px;
}
@media screen and (max-width: 900px) {
  .info-price-table {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 25px;
    gap: 1.2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.info-price-box {
  padding: 1.3rem 2rem;
  border: 1px solid #14A2FA;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 22.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1250px) {
  .info-price-box {
    padding: 1.3rem 1rem;
  }
}
@media screen and (max-width: 768px) {
  .info-price-box {
    padding: 1.4rem 0.8rem;
    width: 20.8rem;
  }
}
.info-price-box p {
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .info-price-box p {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .info-price-box p {
    font-weight: 500;
  }
}

.info-price-text {
  font-size: 2.5rem !important;
  color: #FE647F;
  font-weight: 800 !important;
}
@media screen and (max-width: 1200px) {
  .info-price-text {
    font-size: 2rem !important;
  }
}
@media screen and (max-width: 768px) {
  .info-price-text {
    font-weight: 900 !important;
  }
}
.info-price-text._2 {
  color: #14A2FA;
}
.info-price-text._3 {
  color: #2ACB13;
}

.info_small {
  font-size: 0.875rem;
  color: #2D3B52;
}

.info-text2 {
  margin-top: 50px;
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .info-text2 {
    font-size: 1rem;
    letter-spacing: 1%;
    margin-top: 38px;
  }
}

.info-text3 {
  font-size: 1.25rem;
  font-weight: 500;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .info-text3 {
    font-size: 0.8rem;
    margin-top: 11px;
    letter-spacing: 13%;
  }
}

.info-text4 {
  font-size: 1.5rem;
  margin-top: 62px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .info-text4 {
    font-size: 1rem;
    letter-spacing: 4%;
    margin-top: 45px;
    line-height: 175%;
  }
}

.info-color {
  color: #FE647F;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .info-color {
    font-size: 1.5rem;
  }
}

.info-small2 {
  font-size: 1.5rem;
  font-weight: 500;
}

.info-hours {
  padding: 40px 40px 0 40px;
  background: #FFFFFF;
  text-align: center;
  margin-top: 5rem;
  border-radius: 24px;
}
@media screen and (max-width: 768px) {
  .info-hours {
    margin-top: 2.5rem;
    padding: 40px;
  }
}

.info-deco2 {
  color: #FE647F;
}

.info-hours-text {
  font-size: 2.5rem;
  font-weight: 800;
  margin-top: 8px;
  letter-spacing: 5%;
}
@media screen and (max-width: 768px) {
  .info-hours-text {
    font-size: 2rem;
    margin-top: 11px;
    letter-spacing: 8%;
  }
}

.info-hours-text2 {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 5%;
}
@media screen and (max-width: 768px) {
  .info-hours-text2 {
    font-size: 1.25rem;
  }
}

.info-hours-img img {
  display: block;
  width: 42.37rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: -14px;
  -webkit-transform: translateX(48px);
          transform: translateX(48px);
}
@media screen and (max-width: 768px) {
  .info-hours-img img {
    width: 15.37rem;
    margin-top: -10px;
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
}

.form {
  padding-top: 140px;
  padding-bottom: 140px;
  background: url(../img/form-background.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .form {
    background: url(../img/form-background-sp.jpg) no-repeat center center/cover;
    padding-top: 80px;
    padding-bottom: 100px;
  }
}

.form-title {
  text-align: center;
}

.form-deco {
  color: #FFF2A6;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .form-deco {
    display: none;
  }
}

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

.form-text {
  font-size: 1.5rem;
  text-align: center;
  font-weight: 500;
  margin-top: 10px;
  letter-spacing: 5%;
}
@media screen and (max-width: 768px) {
  .form-text {
    font-size: 1rem;
    letter-spacing: 8%;
    margin-top: 6px;
  }
}

.form-content {
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  .form-content {
    margin-top: 38px;
  }
}

.form1 {
  text-align: center;
}
.form1 p {
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .form1 p {
    font-size: 1rem;
    letter-spacing: 5%;
  }
}
.form1 p:nth-child(2) {
  font-size: 1.25rem;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .form1 p:nth-child(2) {
    font-size: 0.87rem;
  }
}

.form-group {
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .form-group {
    padding-top: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.air {
  width: 21.8rem;
  border-radius: 8px;
  border: none;
  height: 4.5rem;
  position: relative;
  background: url(../img/form.jpg) no-repeat center right/cover;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  cursor: pointer;
  -moz-text-align-last: center;
       text-align-last: center;
  -webkit-text-align-last: center;
}
@media screen and (max-width: 768px) {
  .air {
    width: 100%;
    max-width: 20rem;
    text-align: center;
    -moz-text-align-last: center;
         text-align-last: center;
  }
}

.form2 {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .form2 {
    margin-top: 32px;
  }
}

.form3 {
  margin-top: 80px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .form3 {
    margin-top: 32px;
  }
}

.form3-text {
  font-size: 2rem;
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  .form3-text {
    font-size: 1.5rem;
  }
}

.form3-text2 {
  font-size: 1.5rem;
  font-weight: 500;
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .form3-text2 {
    font-size: 1rem;
    letter-spacing: 5%;
  }
}

.form3-total {
  background: url(../img/form-total.png) no-repeat center center/cover;
  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: 21.8rem;
  border-radius: 8px;
  border: none;
  height: 4.5rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .form3-total {
    width: 21.8rem;
  }
}

.total-price {
  font-size: 2rem;
  font-weight: 500;
}

.meca {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .meca {
    padding-top: 47px;
    padding-bottom: 40px;
  }
}

.meca-inner {
  padding-left: 0;
  padding-right: 0;
}

.meca-text {
  font-size: 2.5rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 5%;
}
@media screen and (max-width: 900px) {
  .meca-text {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .meca-text {
    font-size: 1.5rem;
    text-align: left;
    width: 77%;
    letter-spacing: 8%;
    margin-left: auto;
    margin-right: auto;
  }
}

.meca_swiper {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .meca_swiper {
    margin-top: 44px;
  }
}

.meca_slide {
  margin-right: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; /* スライドを自動幅に設定 */
}
.meca_slide img {
  width: 22.1rem;
  max-height: 6.8rem;
}
@media screen and (max-width: 768px) {
  .meca_slide img {
    width: 12.4rem;
    max-height: 4.3rem;
  }
}

.meca_swiper {
  overflow: hidden; /* はみ出した部分を隠す */
  padding-left: 7%;
}
@media screen and (max-width: 768px) {
  .meca_swiper {
    padding-left: 0;
  }
}

.meca-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* スライドを横に並べる */
  -webkit-animation: slide 20s linear infinite;
          animation: slide 20s linear infinite; /* アニメーション設定 */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}

.cta-2 {
  background: url(../img/cta-background2.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .cta-2 {
    padding-top: 69px;
    padding-bottom: 69px;
  }
}

.flow {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .flow {
    padding-top: 82px;
    padding-bottom: 40px;
  }
}

.flow_top-background {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}

.flow-title {
  text-align: center;
}

.flow-deco {
  text-align: center;
}

.flow-content {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 9%;
  -webkit-column-gap: 8%;
     -moz-column-gap: 8%;
          column-gap: 8%;
}
@media screen and (max-width: 768px) {
  .flow-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 16px;
    gap: 35px;
  }
}

.flow-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  max-width: 21.8rem;
}
@media screen and (max-width: 768px) {
  .flow-box {
    margin-left: auto;
    margin-right: auto;
    max-width: 16rem;
  }
}
.flow-box img {
  width: 14.3rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .flow-box img {
    width: 13rem;
  }
}

.flow-box-text p {
  font-size: 1.5rem;
  font-weight: 800;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .flow-box-text p {
    font-size: 1.25rem;
  }
}
.flow-box-text p:nth-child(2) {
  font-size: 1.25rem;
  font-weight: 400;
  text-align: left;
  padding-top: 8px;
}
@media screen and (max-width: 768px) {
  .flow-box-text p:nth-child(2) {
    font-size: 1.04rem;
    padding-top: 9px;
  }
}

.flow-day {
  padding-top: 106px;
  padding-bottom: 122px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .flow-day {
    padding-top: 50px;
    padding-bottom: 85px;
  }
}

.flow-day-inner {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  .flow-day-inner {
    padding-left: 2.1333333333%;
    padding-right: 2.1333333333%;
  }
}

.flow-day-title {
  text-align: center;
}

.flow-day-deco {
  text-align: center;
  color: #FE647F;
}

.gallery_slide {
  margin-right: 10px;
  width: 350px; /* 4枚表示させるための幅を計算 */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .gallery_slide {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 19px;
  }
}
.gallery_slide img {
  width: 350px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .gallery_slide img {
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 24px;
  }
}

.gallery_swiper {
  overflow: hidden; /* はみ出した部分を隠す */
  margin-top: 40px;
  padding-bottom: 100px;
  padding-left: 7%;
}
@media screen and (max-width: 768px) {
  .gallery_swiper {
    padding-left: 0;
    margin-top: 16px;
    padding-bottom: 78px;
  }
}

.gallery-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* スライドを横に並べる */
  -webkit-animation: slide 20s linear infinite;
          animation: slide 20s linear infinite; /* アニメーション設定 */
}

.flow-day-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.flow-day-text p {
  font-size: 1.5rem;
  font-weight: 800;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .flow-day-text p {
    font-size: 1.25rem;
  }
}
.flow-day-text p:nth-child(2) {
  font-size: 1.25rem;
  font-weight: 400;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .flow-day-text p:nth-child(2) {
    font-size: 1.04rem;
    padding-left: 2%;
    padding-right: 2%;
  }
}

.gallery_pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  bottom: 0 !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.gallery_pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin-left: 0 !important;
  margin-right: 0 !important;
  background: #D9D9D9;
  opacity: 1;
}
.gallery_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #FFF2A6;
  width: 24px;
  height: 24px;
}

.flow_bottom-background {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.detail {
  padding-top: 100px;
  padding-bottom: 100px;
  background: url(../img/info-background.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .detail {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.detail-box {
  background: #FFFFFF;
  border-radius: 24px;
  padding: 75px 40px 75px;
  width: 79%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .detail-box {
    width: auto;
    padding: 40px 15px;
  }
}

.detail-title {
  text-align: center;
}

.detail-deco {
  text-align: center;
}

.detail-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 2rem;
  width: 47rem;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 46px;
}
@media screen and (max-width: 1200px) {
  .detail-content {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .detail-content {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 26px;
    gap: 1.7rem;
  }
}

.detail-left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.detail-left img {
  display: block;
  width: 21.8rem;
}
@media screen and (max-width: 768px) {
  .detail-left img {
    width: 19rem;
  }
}

.detail-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .detail-right {
    padding-left: 4%;
    padding-right: 4%;
  }
}
.detail-right p {
  font-size: 1.25rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .detail-right p {
    font-size: 1.04rem;
  }
}

.voice {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .voice {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.voice-title {
  text-align: center;
}

.voice-deco {
  color: #FFF2A6;
  font-size: 2.5rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .voice-deco {
    font-size: 1.5rem;
  }
}

.voice-content {
  margin-top: 39px;
}
@media screen and (max-width: 768px) {
  .voice-content {
    margin-top: 24px;
  }
}

.voice-img img {
  display: block;
  width: 64rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .voice-img img {
    width: 17.6rem;
    -webkit-transform: translateX(-5%);
            transform: translateX(-5%);
  }
}

.voice-text-box {
  margin-top: 50px;
  padding: 40px 10px;
  position: relative;
  width: 59.3rem;
  margin-left: auto;
  margin-right: auto;
  border-radius: 24px;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .voice-text-box {
    width: 55.3rem;
  }
}
@media screen and (max-width: 900px) {
  .voice-text-box {
    width: 52.3rem;
  }
}
@media screen and (max-width: 768px) {
  .voice-text-box {
    margin-top: 3px;
    padding: 44px 1.25rem;
    width: 23.5rem;
    border-radius: 15px;
  }
}
.voice-text-box::after {
  content: "";
  position: absolute;
  inset: 0;
  padding: 4px;
  border-radius: inherit;
  background: radial-gradient(circle, #DDF7FF 4px, transparent 4px) top/20px 8px repeat-x, radial-gradient(circle, #DDF7FF 4px, transparent 4px) bottom/20px 8px repeat-x, radial-gradient(circle, #DDF7FF 4px, transparent 4px) left/8px 20px repeat-y, radial-gradient(circle, #DDF7FF 4px, transparent 4px) right/8px 20px repeat-y;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .voice-text-box::after {
    padding: 6px;
    background: radial-gradient(circle, #DDF7FF 4px, transparent 4px) top left/16px 6px repeat-x, radial-gradient(circle, #DDF7FF 4px, transparent 4px) bottom left/16px 6px repeat-x, radial-gradient(circle, #DDF7FF 4px, transparent 4px) top left/6px 16px repeat-y, radial-gradient(circle, #DDF7FF 4px, transparent 4px) top right/6px 16px repeat-y;
  }
}
.voice-text-box p {
  font-size: 1.5rem;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .voice-text-box p {
    font-size: 1rem;
    text-align: left;
    line-height: 156%;
    letter-spacing: 5%;
  }
}

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

.instagram {
  margin-top: 86px;
}
@media screen and (max-width: 768px) {
  .instagram {
    margin-top: 22px;
  }
}

.insta-title {
  text-align: center;
  font-size: 2rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .insta-title {
    font-size: 1rem;
    letter-spacing: 4%;
  }
}

.insta-big {
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  .insta-big {
    font-size: 1.25rem;
    font-weight: 800;
  }
}

.insta-deco {
  color: #FE647F;
  text-align: center;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .insta-deco {
    display: none;
  }
}

.insta-deco-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .insta-deco-sp {
    font-size: 1.5rem;
    display: block;
  }
}

.insta_buttom {
  margin-top: 25px;
  color: #FFFFFF;
  background: #FE647F;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 22.6rem;
  margin-left: auto;
  margin-right: auto;
  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;
  font-size: 2rem;
  border-radius: 8px;
  position: relative;
  padding-left: 40px;
  -webkit-transform: opacity 0.3s ease;
          transform: opacity 0.3s ease;
}
.insta_buttom:hover, .insta_buttom:focus {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .insta_buttom {
    margin-top: 11px;
    width: 14.8rem;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 1.25rem;
    padding-left: 52px;
    letter-spacing: 5%;
  }
}
.insta_buttom::before {
  position: absolute;
  content: "";
  background: url(../img/insta.svg) no-repeat center center/cover;
  width: 40px;
  height: 40px;
  left: 20%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .insta_buttom::before {
    left: 18%;
  }
}

.qa {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .qa {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.qa-title {
  text-align: center;
}

.qa-deco {
  color: #FE647F;
  text-align: center;
}

.qa_boxes {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .qa_boxes {
    max-width: none;
    gap: 23px;
    margin-top: 26px;
  }
}

.qa_box {
  background: #FFFFFF;
  border: 4px solid #FFFEE3;
  border-radius: 0.875rem;
}
@media screen and (max-width: 768px) {
  .qa_box {
    border: 2px solid #FFFEE3;
    border-radius: 0;
  }
}
.qa_box.is-open .qa_box_head::after {
  background: url(../img/qa_close.png) no-repeat center center/contain;
}

.qa_box_head {
  padding: 20px 2.3rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../img/qa-head.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .qa_box_head {
    background: url(../img/qa-head-sp.jpg) no-repeat center center/cover;
    padding: 9px 0.5rem;
    gap: 24px;
  }
}
.qa_box_head::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 3%;
  width: 24px;
  height: 24px;
  background: url(../img/qa_open.png) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .qa_box_head::after {
    right: 2%;
    width: 24px;
    height: 24px;
  }
}

.qa_box_head_icon {
  font-size: 2rem;
  line-height: 100%;
  color: #2D3B52;
}
@media screen and (max-width: 768px) {
  .qa_box_head_icon {
    left: 17px;
    font-size: 20px;
  }
}

.qa_box_head_text {
  display: block;
  font-size: 1.5rem;
  font-weight: 800;
  text-align: left;
  color: #2D3B52;
}
@media screen and (max-width: 768px) {
  .qa_box_head_text {
    font-size: 16px;
    line-height: 200%;
    letter-spacing: 0;
    font-weight: 500;
  }
}

.qa_box_body {
  padding: 20px 5.3rem 20px 2.3rem;
  display: none;
}
@media screen and (max-width: 768px) {
  .qa_box_body {
    padding: 20px 0.5rem;
  }
}

.qa_box_a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .qa_box_a {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 25px;
  }
}

.qa_box_body_icon {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .qa_box_body_icon {
    font-size: 20px;
  }
}

.qa_box_a_text {
  display: block;
  font-size: 1.25rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .qa_box_a_text {
    font-size: 14px;
    line-height: 200%;
  }
}

.contant {
  padding-top: 80px;
  padding-bottom: 80px;
  background: url(../img/contact_background.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .contant {
    background: url(../img/contact_background-sp.jpg) no-repeat center center/cover;
    padding-top: 55px;
    padding-bottom: 54px;
  }
}

.contact-content {
  background: #FFFFFF;
  padding: 40px;
  border-radius: 24px;
}
@media screen and (max-width: 768px) {
  .contact-content {
    padding: 40px 3px;
  }
}

.contact-title {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact-title {
    line-height: 130%;
  }
}

.contact-deco {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact-deco {
    display: none;
  }
}

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

.contact-text {
  font-size: 1.5rem;
  text-align: center;
  font-weight: 500;
  letter-spacing: 5%;
}
@media screen and (max-width: 768px) {
  .contact-text {
    font-size: 1.04rem;
    text-align: left;
    width: 97%;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: 5%;
    line-height: 150%;
  }
}

.contact_fields {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  width: 89%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .contact_fields {
    margin-top: 32px;
    gap: 25px;
    width: 100%;
  }
}

.contact_field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6rem;
}
.contact_field._2 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 900px) {
  .contact_field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 7px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}

.contact_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
  white-space: nowrap;
  width: 32%;
}
@media screen and (max-width: 900px) {
  .contact_head {
    width: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .contact_head {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.contact_head_name {
  font-size: 1.5rem;
  font-weight: 500;
  width: 14.25rem;
}
@media screen and (max-width: 768px) {
  .contact_head_name {
    font-size: 1.25rem;
    width: 43%;
  }
}

@media screen and (max-width: 768px) {
  .contact_fields .contact_field:nth-child(8) .contact_head_name {
    width: 66%;
  }
}
@media screen and (max-width: 768px) {
  .contact_fields .contact_field:nth-child(9) .contact_head_name {
    width: 55%;
  }
}

.contact_head_tag {
  color: #FE647F;
  font-size: 1.5rem;
  font-weight: 500;
}
.contact_head_tag._2 {
  color: #14A2FA;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .contact_head_tag {
    font-size: 1.04rem;
  }
}

.contact_name_text {
  width: 60%;
  height: 68px;
  border: 1px solid #2D3B52;
  background: #FFF;
  color: #333;
  padding: 16px;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  border-radius: 8px;
  font-size: 1.25rem;
}
@media screen and (max-width: 1200px) {
  .contact_name_text {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .contact_name_text {
    height: 56px;
    border-radius: 4px;
  }
}
.contact_name_text::-webkit-input-placeholder {
  color: #D9D9D9;
}
.contact_name_text::-moz-placeholder {
  color: #D9D9D9;
}
.contact_name_text:-ms-input-placeholder {
  color: #D9D9D9;
}
.contact_name_text::-ms-input-placeholder {
  color: #D9D9D9;
}
.contact_name_text::placeholder {
  color: #D9D9D9;
}
.contact_name_text:hover, .contact_name_text:focus {
  border: 2px solid #2D3B52;
  outline: none;
}

.select-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  width: 60%;
}
@media screen and (max-width: 768px) {
  .select-content {
    width: 100%;
    margin-top: 17px;
    gap: 23px;
  }
}

.select-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1200px) {
  .select-box {
    -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;
  }
}
@media screen and (max-width: 768px) {
  .select-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.select-box2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1.3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 77%;
}
@media screen and (max-width: 1200px) {
  .select-box2 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .select-box2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 57%;
    gap: 0.9rem;
  }
}

.select-text {
  font-size: 1.5rem;
  font-weight: 500;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 2%;
  padding-left: 2%;
}
@media screen and (max-width: 768px) {
  .select-text {
    font-size: 1.25rem;
    padding-right: 0;
    padding-left: 3%;
  }
}

.date-edit input[type=text] {
  padding: 16px 20px;
  font-size: 1.25rem;
  font-weight: 500;
  color: #2D3B52;
  background: url(../img/chevron-right.png) no-repeat center right 26px/35px 35px;
  border-radius: 8px;
  border: 1px solid #2D3B52;
  width: 15.6rem;
}
.date-edit input[type=text]::-webkit-input-placeholder {
  color: #2D3B52;
}
.date-edit input[type=text]::-moz-placeholder {
  color: #2D3B52;
}
.date-edit input[type=text]:-ms-input-placeholder {
  color: #2D3B52;
}
.date-edit input[type=text]::-ms-input-placeholder {
  color: #2D3B52;
}
.date-edit input[type=text]::placeholder {
  color: #2D3B52;
}

.date-edit {
  position: relative;
  width: 55%;
}
@media screen and (max-width: 768px) {
  .date-edit {
    width: 100%;
  }
}

.date-edit input {
  color: transparent;
  opacity: 0;
  height: 68px;
  width: 100%;
  inset: 0;
}
@media screen and (max-width: 768px) {
  .date-edit input {
    height: 44px;
  }
}

input[type=date]::-webkit-calendar-picker-indicator {
  width: 100%;
  height: 68px;
  cursor: pointer;
}

.date-edit span {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #2D3B52;
  font-size: 1.5rem;
  font-weight: 500;
  pointer-events: none;
  border-radius: 8px;
  border: 1px solid #2D3B52;
  padding: 16px 20px;
  background: #FFFFFF;
  background: url(../img/chevron-right.png) no-repeat center right 26px/35px 35px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .date-edit span {
    padding: 9px 20px;
    font-size: 1.04rem;
    border-radius: 4px;
    background: url(../img/chevron-right.png) no-repeat center right 21px/26px 26px;
  }
}

.date-edit.filled .data-edit-text {
  color: #2D3B52;
}

.file-img {
  position: relative;
  width: 60%;
}
@media screen and (max-width: 900px) {
  .file-img {
    width: 100%;
  }
}

.file-img input {
  color: transparent;
  opacity: 0;
  height: 68px;
  width: 38.37rem;
  inset: 0;
  width: -webkit-fill-available;
}
@media screen and (max-width: 768px) {
  .file-img input {
    height: 50px;
  }
}

.file-img-span {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #D9D9D9;
  font-size: 1.25rem;
  font-weight: 500;
  pointer-events: none;
  border-radius: 8px;
  border: 1px solid #2D3B52;
  padding: 16px 20px;
  background: #FFFFFF;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .file-img-span {
    font-size: 1.04rem;
    border-radius: 4px;
    padding: 10px 20px;
  }
}

/* 入力後 */
.file-img.filled span {
  color: #2D3B52;
}

.file-img.filled input {
  color: #000;
}

.form-select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font: inherit;
  color: inherit;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 42%;
  border-radius: 8px;
  border: 1px solid #2D3B52;
  background: #fff;
  font-weight: 500;
  font-size: 1.5rem;
  padding: 16px 20px;
  background: url(../img/chevron-right.png) no-repeat center right 16px/35px 35px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .form-select {
    width: 100%;
    border-radius: 4px;
    font-size: 1.04rem;
    padding: 10px 20px;
    background: url(../img/chevron-right.png) no-repeat center right 21px/26px 26px;
  }
}
.form-select._2 {
  width: 15.6rem;
  margin-left: 12.5%;
}
@media screen and (max-width: 1200px) {
  .form-select._2 {
    margin-left: 0;
  }
}
@media screen and (max-width: 900px) {
  .form-select._2 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .form-select._2 {
    width: 57%;
    margin-left: auto;
  }
}

.contact_text {
  margin-top: 15px;
  width: 60%;
}
@media screen and (max-width: 1200px) {
  .contact_text {
    margin-top: 0;
    width: 100%;
  }
}

.contact_textarea {
  width: -webkit-fill-available;
  height: 208px;
  border: 1px solid #2D3B52;
  background: #FFF;
  color: #2D3B52;
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 1.25rem;
}
@media screen and (max-width: 1200px) {
  .contact_textarea {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .contact_textarea {
    height: 130px;
    border-radius: 4px;
    font-size: 1.04rem;
  }
}
.contact_textarea::-webkit-input-placeholder {
  color: #D9D9D9;
}
.contact_textarea::-moz-placeholder {
  color: #D9D9D9;
}
.contact_textarea:-ms-input-placeholder {
  color: #D9D9D9;
}
.contact_textarea::-ms-input-placeholder {
  color: #D9D9D9;
}
.contact_textarea::placeholder {
  color: #D9D9D9;
}
.contact_textarea:hover, .contact_textarea:focus {
  border: 2px solid #2D3B52;
  outline: none;
}

.contact_button {
  text-align: center;
  margin-top: 80px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .contact_button {
    margin-top: 25px;
  }
}

.contact_button_input {
  text-align: center;
  font-weight: 500;
  display: inline-block;
  border-radius: 100px;
  border: 1px solid #2D3B52;
  padding: 16px 16px;
  width: 21.8rem;
  background: #FFFFFF;
  font-size: 1.25rem;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .contact_button_input {
    font-size: 1.25rem;
    padding: 16px 52px;
    width: 22.8rem;
  }
}
.contact_button_input:hover, .contact_button_input:focus {
  background: #333;
  border: 1px solid #333;
  color: #FFFFFF;
}

.footer {
  padding-top: 19px;
  padding-bottom: 61px;
  background-color: #DDF7FF;
}
@media screen and (max-width: 768px) {
  .footer {
    padding-top: 40px;
    padding-bottom: 47px;
  }
}

.footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .footer-content {
    gap: 5%;
  }
}
@media screen and (max-width: 768px) {
  .footer-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}

.footer_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 11px;
}
@media screen and (max-width: 768px) {
  .footer_left {
    gap: 14px;
  }
}

.footer_left-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .footer_left-top {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2%;
  }
}

.footer-logo img {
  display: block;
  width: 24.6rem;
}
@media screen and (max-width: 768px) {
  .footer-logo img {
    width: 14.8rem;
  }
}

.footer-insta {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer-insta img {
  display: block;
  width: 4.9rem;
}
@media screen and (max-width: 768px) {
  .footer-insta img {
    width: 3.75rem;
  }
}
.footer-insta:hover, .footer-insta:focus {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.footer-center {
  padding-left: 1%;
}
@media screen and (max-width: 768px) {
  .footer-center {
    padding-left: 11%;
  }
}
.footer-center p {
  font-size: 1.25rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .footer-center p {
    font-size: 1.04rem;
  }
}
.footer-center p:nth-child(2) {
  padding-top: 6px;
}
@media screen and (max-width: 768px) {
  .footer-center p:nth-child(2) {
    font-size: 0.875rem;
    padding-top: 8px;
    letter-spacing: 4%;
  }
}

.footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 6%;
  margin-top: 49px;
  padding-left: 1.5%;
}
@media screen and (max-width: 768px) {
  .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 24px;
    gap: 19px;
    padding-left: 0;
  }
}

.footer-bottom-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer-bottom-left p {
  font-size: 1.5rem;
  font-weight: 500;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .footer-bottom-left p {
    font-size: 1.25rem;
    letter-spacing: 3%;
  }
}
.footer-bottom-left a img {
  display: block;
  width: 21.8rem;
}
@media screen and (max-width: 768px) {
  .footer-bottom-left a img {
    width: 22.8rem;
  }
}
.footer-bottom-left:focus, .footer-bottom-left:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.footer-bottom-right a img {
  width: 15.6rem;
}
@media screen and (max-width: 768px) {
  .footer-bottom-right a img {
    width: 13rem;
  }
}

.footer-right {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .footer-right {
    margin-top: 23px;
    margin-left: auto;
    margin-right: auto;
  }
}

.contact_field p {
  width: 60%;
}
@media screen and (max-width: 900px) {
  .contact_field p {
    width: 100%;
  }
}

.contact_name_text {
  width: 100%;
}

.hidden-fields-container {
  display: none;
}

.contact_text p {
  width: 100%;
}

.form-select {
  width: 100%;
}

.select-text {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.select-box2 p {
  width: 50%;
}
@media screen and (max-width: 900px) {
  .select-box2 p {
    width: 100%;
  }
}

.date-edit span {
  height: 68px;
}
@media screen and (max-width: 900px) {
  .date-edit span {
    height: 100%;
  }
}

.time-wrap {
  width: 50%;
}
@media screen and (max-width: 900px) {
  .time-wrap {
    width: 100%;
  }
}

.time-wrap p {
  width: 100%;
}

.file-img {
  position: relative;
  width: 100%;
  display: block;
  height: 68px;
}

.date-edit {
  position: relative;
  width: 100%;
  display: block;
}
@media screen and (max-width: 768px) {
  .date-edit {
    height: 2.2rem;
  }
}
@media screen and (max-width: 550px) {
  .date-edit {
    height: 44px;
  }
}

.date-edit {
  position: relative;
}

/* 表示用テキスト */
.data-edit-text {
  position: relative;
  z-index: 1;
  display: block;
  padding: 16px 20px;
  border: 1px solid #333;
  border-radius: 8px;
  background: #fff;
}

.date-edit input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0; /* クリック用だけ残す */
}

.data-edit-text {
  display: block;
}

.date-edit.filled span {
  background: none;
}

.gallery_prev,
.gallery_next {
  width: 60px;
  height: 60px;
  margin-top: -62px;
}
@media screen and (max-width: 900px) {
  .gallery_prev,
  .gallery_next {
    width: 40px;
    height: 40px;
    margin-top: -37px;
  }
}
.gallery_prev::after,
.gallery_next::after {
  display: none;
}

.gallery_prev {
  left: 60px;
  background: url(../img/arrow-pre.png) no-repeat center center/contain;
}
@media screen and (max-width: 900px) {
  .gallery_prev {
    left: 0px;
  }
}

.gallery_next {
  right: 60px;
  background: url(../img/arrow-next.png) no-repeat center center/contain;
}
@media screen and (max-width: 900px) {
  .gallery_next {
    right: 0px;
  }
}

.contact-small {
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  line-height: 24px;
}