@charset "UTF-8";
.header {
  background: #ffffff;
  position: fixed;
  z-index: 999;
  width: 100%;
}
.header.is-checked {
  overflow: hidden;
}

.header__inner {
  padding: 12px 15px;
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .header__inner {
    padding: 25px 50px;
    margin-left: auto;
    margin-right: auto;
    max-width: 900px;
  }
}
@media screen and (min-width: 1025px) {
  .header__inner {
    padding: 25px 70px;
    max-width: 1374px;
    margin-left: auto;
    margin-right: auto;
  }
}

.header__contents {
  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: 20px;
}
.header__logo img {
  width: 159px;
  height: auto;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .header__logo img {
    width: 200px;
    height: auto;
  }
}
@media screen and (min-width: 1025px) {
  .header__logo img {
    width: 225px;
  }
}
.header__logo img.is-checked {
  display: none;
}

.header__nav {
  display: none;
}
@media screen and (min-width: 1025px) {
  .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.header__nav-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.header__nav-items a {
  color: #1e5a9f;
  font-weight: 700;
}

.header-btn {
  color: #ffffff;
  margin-left: 30px;
  padding: 5px 15px;
  display: inline-block;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#1e5a9f), to(#54b8c5));
  background: linear-gradient(180deg, #1e5a9f 0%, #54b8c5 100%);
  position: relative;
}

.yoyaku__contents {
  display: none;
  position: absolute;
  width: 120px;
  height: 114px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2588235294);
  background: #f9f7f3;
  text-align: left;
  padding-left: 3px;
  margin-top: 5px;
  padding-top: 22px;
  -webkit-transform: translateX(9px);
          transform: translateX(9px);
  z-index: 100;
}
.yoyaku__contents.yoyaku-is-active {
  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;
}

.yoyaku__content img {
  width: 30px;
}
.yoyaku__content span {
  font-family: "Noto Serif JP";
  font-size: 10px;
  font-weight: 700;
  text-decoration-line: underline;
  margin-left: -2px;
  vertical-align: middle;
}

.line {
  color: #00c300;
  letter-spacing: 1px;
}

.instagram {
  color: #db4b74;
  letter-spacing: 0.1px;
  margin-top: 10px;
}

.mv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 64.42px;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .mv {
    padding-top: 100.84px;
  }
}
@media screen and (min-width: 1025px) {
  .mv {
    padding-top: 107.2px;
  }
}

.mv__contents {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 430px;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .mv__contents {
    margin-left: auto;
    margin-right: auto;
    max-width: 1024px;
  }
}
@media screen and (min-width: 1025px) {
  .mv__contents {
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
  }
}

.slideshow {
  position: relative;
  width: 100%;
  height: 250px;
  overflow: hidden;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .slideshow {
    height: 556px;
  }
}
@media screen and (min-width: 1025px) {
  .slideshow {
    height: 655px;
  }
}

.mv__lead {
  position: absolute;
  z-index: 2;
  color: #ffffff;
  font-family: "Noto Serif JP", sans-serif;
  text-shadow: 3px 4px 4px rgba(0, 0, 0, 0.8);
  opacity: 0;
  -webkit-animation: fadeInUp 3s ease-out forwards;
          animation: fadeInUp 3s ease-out forwards;
}

@-webkit-keyframes fadeInUp {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.mv__lead1 {
  font-size: 15px;
  letter-spacing: 1.5px;
  margin-top: 17px;
  margin-left: 15px;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .mv__lead1 {
    font-size: 29px;
    letter-spacing: 3.2px;
    margin-top: 30px;
    margin-left: 55px;
  }
}
@media screen and (min-width: 1025px) {
  .mv__lead1 {
    font-size: 36px;
    letter-spacing: 4.8px;
    margin-top: 60px;
    margin-left: 77px;
  }
}

.mv__lead2 {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 3.2px;
  margin-top: 88px;
  padding-left: 15px;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .mv__lead2 {
    font-size: 24px;
    line-height: 45px;
    letter-spacing: 4.8px;
    margin-top: 250px;
    padding-left: 55px;
  }
}
@media screen and (min-width: 1025px) {
  .mv__lead2 {
    font-size: 36px;
    line-height: 60px;
    letter-spacing: 7.2px;
    margin-top: 300px;
    padding-left: 77px;
  }
}

.mv__images {
  position: absolute;
  z-index: 1;
  width: 100%;
}

.mv__image {
  width: 100%;
}
.mv__image img {
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 1.5s ease-in-out;
  transition: opacity 1.5s ease-in-out;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .mv__image img {
    min-width: 834px;
    height: auto;
  }
}
@media screen and (min-width: 1025px) {
  .mv__image img {
    min-width: 1280px;
    height: 655px;
  }
}

.about {
  padding-top: 18px;
  padding-bottom: 86px;
  background-color: #f3f1ee;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .about {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1025px) {
  .about {
    padding-top: 100px;
    padding-bottom: 70px;
    margin-left: auto;
    margin-right: auto;
  }
}

.about__inner {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .about__inner {
    padding-left: 25px;
    padding-right: 25px;
    margin-left: auto;
    margin-right: auto;
    max-width: 834px;
  }
}
@media screen and (min-width: 1025px) {
  .about__inner {
    padding-left: 70px;
    padding-right: 70px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1030px;
  }
}

@media screen and (min-width: 744px) and (max-width: 1024px) {
  .about__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
@media screen and (min-width: 1025px) {
  .about__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

@media screen and (min-width: 744px) and (max-width: 1024px) {
  .about__contents-bottom {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1025px) {
  .about__contents-bottom {
    margin-top: 50px;
  }
}

.about__image {
  margin-left: auto;
  margin-right: auto;
  width: 330px;
  height: 330px;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .about__image {
    margin-left: 0;
    margin-right: 0;
    width: 300px;
    height: 300px;
  }
}
@media screen and (min-width: 1025px) {
  .about__image {
    margin-left: 0;
    margin-right: 0;
    width: 350px;
    height: 350px;
  }
}
.about__image img {
  width: 100%;
}

.about__image2 {
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  width: 342px;
  height: auto;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .about__image2 {
    width: 300px;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
  }
}
@media screen and (min-width: 1025px) {
  .about__image2 {
    width: 350px;
    height: 225px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
  }
}
.about__image2 img {
  width: 100%;
}

.about__content {
  max-width: 350px;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .about__content {
    width: 380px;
    max-width: 380px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 1025px) {
  .about__content {
    max-width: 490px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

.about__company {
  color: #333333;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.4px;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .about__company {
    font-size: 32px;
    letter-spacing: 3.2px;
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 1025px) {
  .about__company {
    font-size: 33px;
    letter-spacing: 3.3px;
  }
}

.about__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .about__name {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1025px) {
  .about__name {
    margin-bottom: 15px;
  }
}
.about__name-ja {
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1.8px;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .about__name-ja {
    font-size: 30px;
    letter-spacing: 3px;
  }
}
@media screen and (min-width: 1025px) {
  .about__name-ja {
    font-size: 30px;
    letter-spacing: 3px;
  }
}
.about__name-en {
  color: #1e5a9f;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 15px;
  letter-spacing: 1.5px;
  padding-top: 3px;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .about__name-en {
    font-size: 21px;
    letter-spacing: 2.1px;
    padding-top: 8px;
  }
}
@media screen and (min-width: 1025px) {
  .about__name-en {
    font-size: 25px;
    letter-spacing: 2.5px;
    padding-top: 3px;
  }
}

.about__text {
  color: #333333;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 30px;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .about__text {
    -webkit-font-feature-settings: "palt" on;
            font-feature-settings: "palt" on;
    font-size: 13px;
  }
}
@media screen and (min-width: 1025px) {
  .about__text {
    -webkit-font-feature-settings: "palt" on;
            font-feature-settings: "palt" on;
    font-size: 16px;
  }
}

.about__content__title {
  color: #333333;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-left: 5px;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .about__content__title {
    font-size: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .about__content__title {
    font-size: 30px;
  }
}

.about__content-name {
  margin-top: 5px;
  margin-left: 15px;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .about__content-name {
    font-size: 21px;
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 1025px) {
  .about__content-name {
    margin-top: 15px;
    font-size: 21px;
    margin-bottom: 40px;
  }
}
.about__content-name li {
  list-style-position: inside;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .about__content-name li {
    margin-bottom: 5px;
    text-indent: -20px; /* マーカーのスペースを埋める */
    padding-left: 40px; /* テキストの開始位置を調整 */
  }
}
@media screen and (min-width: 1025px) {
  .about__content-name li {
    margin-bottom: 10px;
    text-indent: -28px; /* マーカーのスペースを埋める */
    padding-left: 35px; /* テキストの開始位置を調整 */
  }
}
.about__content-name li br {
  display: none;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .about__content-name li br {
    display: block;
  }
}
@media screen and (min-width: 1025px) {
  .about__content-name li br {
    display: none;
  }
}
.about__content-name li::before {
  content: "•"; /* カスタムのリストマーカーを設定 */
  padding-right: 10px; /* マーカーとテキストの間にスペースを追加 */
}
.note {
  text-align: right;
  font-family: "Noto Serif JP", sans-serif;
  text-decoration: underline;
  margin-top: 10px;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .note {
    margin-top: 25px;
  }
}
@media screen and (min-width: 1025px) {
  .note {
    margin-top: 25px;
  }
}
.note a {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .note a {
    font-size: 20px;
    letter-spacing: 4px;
  }
}
@media screen and (min-width: 1025px) {
  .note a {
    font-size: 24px;
    letter-spacing: 4px;
  }
}

.model {
  padding-top: 70px;
  padding-bottom: 50px;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .model {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media screen and (min-width: 1025px) {
  .model {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.model__inner {
  padding-left: 35px;
  padding-right: 35px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .model__inner {
    padding-left: 50px;
    padding-right: 50px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1025px) {
  .model__inner {
    padding-left: 150px;
    padding-right: 150px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1370px;
  }
}

.model__subtitle {
  margin-bottom: 50px;
}
.model__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .model__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 37px;
  }
}
@media screen and (min-width: 1025px) {
  .model__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.model__image {
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .model__image {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1025px) {
  .model__image {
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }
}
.model__image img {
  border-radius: 30px;
  width: 100%;
}
.model__text {
  color: #333333;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 30px; /* 187.5% */
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .model__text {
    font-size: 12px;
    line-height: 25px; /* 208.333% */
  }
}
@media screen and (min-width: 1025px) {
  .model__text {
    font-size: 16px;
    line-height: 25px; /* 156.25% */
  }
}

.service {
  padding-top: 40px;
  padding-bottom: 30px;
  background-color: #f3f1ee;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .service {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1025px) {
  .service {
    padding-top: 95px;
    padding-bottom: 90px;
  }
}

.service__inner {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .service__inner {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (min-width: 1025px) {
  .service__inner {
    padding-left: 100px;
    padding-right: 100px;
  }
}

.service__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .service__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 70px;
  }
}
@media screen and (min-width: 1025px) {
  .service__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 70px;
  }
}

.service__content {
  background: #ffffff;
  border-radius: 15px;
  padding: 40px 22px;
  max-width: 430px;
  margin-inline: auto;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .service__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: 15px;
    padding: 40px 25px;
    max-width: 834px;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1025px) {
  .service__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: 40px;
    padding: 60px 40px;
    max-width: 1240px;
    margin-inline: auto;
  }
}

.service__image {
  max-width: 350px;
  margin-inline: auto;
  padding-bottom: 20px;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .service__image {
    min-width: 300px;
    padding-bottom: 0px;
  }
}
@media screen and (min-width: 1025px) {
  .service__image {
    min-width: 350px;
    padding-bottom: 0px;
  }
}
.service__image img {
  width: 100%;
  border-radius: 15px;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .service__wrapper {
    min-width: 300px;
  }
}
.service__name {
  color: #1e5a9f;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1.2px;
  margin-bottom: 10px;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .service__name {
    font-size: 26px;
  }
}
@media screen and (min-width: 1025px) {
  .service__name {
    font-size: 30px;
    letter-spacing: 2px;
  }
}
.service__name span {
  font-size: 12px;
  font-weight: 700;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .service__name span {
    font-size: 10px;
    margin-left: -8px;
  }
}
.service__text-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  letter-spacing: 0.8px;
  margin-bottom: 5px;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .service__text-title {
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 1025px) {
  .service__text-title {
    font-size: 20px;
    letter-spacing: 1px;
  }
}

.text-up {
  margin-bottom: 30px;
}
.service__text li {
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  list-style-position: inside;
  margin-bottom: 5px;
  text-indent: -20px; /* マーカーのスペースを埋める */
  padding-left: 23px; /* テキストの開始位置を調整 */
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .service__text li {
    font-size: 12px;
    margin-bottom: 0px;
    text-indent: -20px; /* マーカーのスペースを埋める */
    padding-left: 23px; /* テキストの開始位置を調整 */
  }
}
@media screen and (min-width: 1025px) {
  .service__text li {
    text-indent: -20px; /* マーカーのスペースを埋める */
    padding-left: 23px; /* テキストの開始位置を調整 */
  }
}
.service__text li::before {
  content: "•"; /* カスタムのリストマーカーを設定 */
  padding-right: 5px; /* マーカーとテキストの間にスペースを追加 */
  margin-left: 10px;
}
.service__text p {
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 25px;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .service__text p {
    font-size: 12px;
    line-height: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .service__text p {
    font-size: 16px;
    line-height: 25px;
  }
}

.price {
  padding-top: 30px;
  padding-bottom: 40px;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .price {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media screen and (min-width: 1025px) {
  .price {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

@media screen and (min-width: 744px) and (max-width: 1024px) {
  .price__inner {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (min-width: 1025px) {
  .price__inner {
    padding-left: 150px;
    padding-right: 150px;
  }
}

.price__container {
  width: 100%;
  background: #1e5a9f;
  color: #ffffff;
  padding: 15px 25px;
  max-width: 630px;
  margin-inline: auto;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .price__container {
    padding: 30px 40px;
    max-width: 834px;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1025px) {
  .price__container {
    padding: 35px 54px;
    max-width: 1140px;
    margin-inline: auto;
  }
}

.price__names {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  margin-bottom: 20px;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .price__names {
    gap: 20px;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1025px) {
  .price__names {
    gap: 25px;
    margin-bottom: 50px;
  }
}

.price__name-main {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 2px;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .price__name-main {
    font-size: 31px;
    letter-spacing: 3.1px;
  }
}
@media screen and (min-width: 1025px) {
  .price__name-main {
    font-size: 36px;
    letter-spacing: 3.6px;
  }
}

.price__name-sub {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  letter-spacing: 1.1px;
  padding-top: 8px;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .price__name-sub {
    font-size: 20px;
    letter-spacing: 2px;
    padding-top: 16px;
  }
}
@media screen and (min-width: 1025px) {
  .price__name-sub {
    font-size: 20px;
    letter-spacing: 2px;
    padding-top: 16px;
  }
}

.price__contents {
  margin-bottom: 10px;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .price__contents {
    margin-bottom: 25px;
    font-size: 20px;
    letter-spacing: 1px;
  }
}
@media screen and (min-width: 1025px) {
  .price__contents {
    margin-bottom: 25px;
    font-size: 20px;
    letter-spacing: 1px;
  }
}

.price__content-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.price__content-name::after {
  margin-left: 10px;
  margin-right: 10px;
  height: 1px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #ffffff;
  content: "";
}
.price__attention {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  letter-spacing: 0.3px;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .price__attention {
    font-size: 13px;
    letter-spacing: 0.39px;
  }
}
@media screen and (min-width: 1025px) {
  .price__attention {
    font-size: 13px;
    letter-spacing: 0.39px;
  }
}

.discount {
  padding: 20px 50px 0px;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .discount {
    padding: 75px 60px 0px;
  }
}
@media screen and (min-width: 1025px) {
  .discount {
    padding: 90px 70px 0px;
  }
}

.discount__title {
  color: #3caec7;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 25px;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .discount__title {
    font-size: 36px;
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 1025px) {
  .discount__title {
    font-size: 45px;
    margin-bottom: 65px;
  }
}

.discount__lead {
  max-width: 500px;
  height: 125px;
  background: -webkit-gradient(linear, left top, left bottom, from(#1e5a9f), to(#54b8c5));
  background: linear-gradient(180deg, #1e5a9f 0%, #54b8c5 100%);
  border-radius: 10px;
  padding: 15px 10px;
  margin-inline: auto;
  margin-bottom: 30px;
  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;
  gap: 0px;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .discount__lead {
    max-width: 834px;
    height: 175px;
    padding: 15px 10px;
    gap: 0px;
  }
}
@media screen and (min-width: 1025px) {
  .discount__lead {
    max-width: 1300px;
    height: 400px;
    padding: 60px 10px;
    gap: 0px;
  }
}

.discount__lead-text {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .discount__lead-text {
    font-size: 24px;
  }
}
@media screen and (min-width: 1025px) {
  .discount__lead-text {
    font-size: 40px;
  }
}
.discount__lead-text span {
  font-size: 20px;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .discount__lead-text span {
    font-size: 36px;
  }
}
@media screen and (min-width: 1025px) {
  .discount__lead-text span {
    font-size: 60px;
  }
}

.discount__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  max-width: 500px;
  margin-inline: auto;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .discount__contents {
    gap: 20px;
    max-width: 834px;
  }
}
@media screen and (min-width: 1025px) {
  .discount__contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 50px;
    max-width: 1300px;
  }
}

.discount__content {
  width: 100%;
  height: 100px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .discount__content {
    height: 175px;
  }
}
@media screen and (min-width: 1025px) {
  .discount__content {
    width: 400px;
    height: 400px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.discount__content-hp {
  background: rgba(50, 196, 203, 0.1);
}

.discount__content-sns {
  background: rgba(184, 82, 225, 0.1);
}

.discount__content-friend {
  background: rgba(247, 176, 69, 0.1);
}

.discount__content-img {
  margin-inline: auto;
  width: 40px;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .discount__content-img {
    width: 90px;
  }
}
@media screen and (min-width: 1025px) {
  .discount__content-img {
    width: 175px;
  }
}
.discount__content-img img {
  width: 100%;
}

.discount__content-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.7px;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .discount__content-text {
    font-size: 20px;
    letter-spacing: 1px;
  }
}
@media screen and (min-width: 1025px) {
  .discount__content-text {
    font-size: 30px;
    letter-spacing: 1.5px;
    margin-top: 35px;
  }
}

.discount__content-subtext {
  color: rgba(0, 0, 0, 0.5);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.5px;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .discount__content-subtext {
    font-size: 12px;
    letter-spacing: 1px;
  }
}
@media screen and (min-width: 1025px) {
  .discount__content-subtext {
    font-size: 20px;
    letter-spacing: 1px;
  }
}

.discount__attention {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-weight: 500;
  margin-top: 15px;
  text-align: center;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .discount__attention {
    font-size: 16px;
    margin-top: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .discount__attention {
    font-size: 24px;
    margin-top: 40px;
  }
}

.voice {
  padding-top: 40px;
  padding-bottom: 50px;
  background-color: #f3f1ee;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .voice {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media screen and (min-width: 1025px) {
  .voice {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

.voice__inner {
  padding-left: 35px;
  padding-right: 35px;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .voice__inner {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (min-width: 1025px) {
  .voice__inner {
    padding-left: 100px;
    padding-right: 100px;
  }
}

@media screen and (min-width: 744px) and (max-width: 1024px) {
  .voice-title__none {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .voice-title__none {
    display: none;
  }
}

@media screen and (min-width: 744px) and (max-width: 1024px) {
  .voice__contents {
    max-width: 734px;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1025px) {
  .voice__contents {
    max-width: 1240px;
    margin-inline: auto;
  }
}

.voice__images {
  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;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .voice__images {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 34px 34px;
  }
}
@media screen and (min-width: 1025px) {
  .voice__images {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 20px;
  }
}

.voice__titles {
  display: none;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .voice__titles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #ffffff;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 1025px) {
  .voice__titles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #ffffff;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 744px) and (max-width: 1024px) {
  .voice__title {
    font-family: "Noto Serif JP", sans-serif;
    font-size: 60px;
    font-weight: 700;
    letter-spacing: 6px;
    text-align: center;
    background: -webkit-gradient(linear, left top, left bottom, from(#1e5a9f), to(#54b8c5));
    background: linear-gradient(180deg, #1e5a9f 0%, #54b8c5 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1.1;
  }
}
@media screen and (min-width: 1025px) {
  .voice__title {
    font-family: "Noto Serif JP", sans-serif;
    font-size: 60px;
    font-weight: 700;
    letter-spacing: 6px;
    text-align: center;
    background: -webkit-gradient(linear, left top, left bottom, from(#1e5a9f), to(#54b8c5));
    background: linear-gradient(180deg, #1e5a9f 0%, #54b8c5 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1.1;
  }
}

@media screen and (min-width: 744px) and (max-width: 1024px) {
  .voice__subtitle {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 3.75px;
    text-align: center;
    background: -webkit-gradient(linear, left top, left bottom, from(#1e5a9f), to(#54b8c5));
    background: linear-gradient(180deg, #1e5a9f 0%, #54b8c5 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
@media screen and (min-width: 1025px) {
  .voice__subtitle {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 3.75px;
    text-align: center;
    background: -webkit-gradient(linear, left top, left bottom, from(#1e5a9f), to(#54b8c5));
    background: linear-gradient(180deg, #1e5a9f 0%, #54b8c5 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}

.voice__img {
  max-width: 350px;
  margin-inline: auto;
  overflow: hidden;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .voice__img {
    max-width: 350px;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1025px) {
  .voice__img {
    max-width: 400px;
    margin-inline: auto;
  }
}
.voice__img img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease; /* ゆっくり変化させる */
}
.voice__img img:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2); /* 拡大 */
}

.voice__img-tab {
  display: none;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .voice__img-tab {
    display: block;
  }
}
@media screen and (min-width: 1025px) {
  .voice__img-tab {
    display: block;
  }
}

.voice__img-pc {
  display: none;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .voice__img-pc {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .voice__img-pc {
    display: block;
  }
}

.voice__to-gallery {
  margin-top: 20px;
  text-align: right;
  max-width: 350px;
  margin-inline: auto;
  text-decoration: underline;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .voice__to-gallery {
    margin-top: 20px;
    text-align: right;
    max-width: 734px;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1025px) {
  .voice__to-gallery {
    margin-top: 20px;
    text-align: right;
    max-width: 1240px;
    margin-inline: auto;
  }
}
.voice__to-gallery a {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .voice__to-gallery a {
    font-size: 32px;
    letter-spacing: 4px;
  }
}
@media screen and (min-width: 1025px) {
  .voice__to-gallery a {
    font-size: 40px;
    letter-spacing: 4px;
  }
}

.faq {
  padding-top: 30px;
  padding-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 630px;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .faq {
    padding-top: 70px;
    padding-bottom: 90px;
    margin-left: auto;
    margin-right: auto;
    max-width: 900px;
  }
}
@media screen and (min-width: 1025px) {
  .faq {
    padding-top: 90px;
    padding-bottom: 90px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
  }
}

.faq__inner {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .faq__inner {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (min-width: 1025px) {
  .faq__inner {
    padding-left: 100px;
    padding-right: 100px;
  }
}

.faq__content-title::before,
.faq__content-text::before {
  display: inline-block;
  font-weight: 700;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  left: 0;
  line-height: 28px;
  position: absolute;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .faq__content-title::before,
  .faq__content-text::before {
    width: 35px;
    height: 35px;
    line-height: 26px;
  }
}

.faq__content-title {
  color: #54b8c5;
  font-family: "Noto Sans JP", sans-serif;
  padding: 20px 0;
  display: block;
  text-align: left;
  width: 100%;
  font-size: 18px;
  cursor: pointer;
  font-weight: 500;
  padding-left: 40px;
  position: relative;
  text-decoration: underline;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .faq__content-title {
    font-size: 26px;
    padding-left: 55px;
  }
}
@media screen and (min-width: 1025px) {
  .faq__content-title {
    font-size: 28px;
    padding-left: 55px;
  }
}
.faq__content-title::before {
  content: "Q ";
  color: #ffffff;
  font-family: "Noto Serif JP", sans-serif;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #54b8c5;
}

.faq__content-text {
  display: none;
  position: relative;
  padding-left: 45px;
  padding-right: 45px;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  line-height: 25px;
  letter-spacing: 0.7px;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .faq__content-text {
    font-size: 16px;
  }
}
@media screen and (min-width: 1025px) {
  .faq__content-text {
    padding-left: 55px;
    font-size: 20px;
  }
}
.faq__content-text::before {
  top: 0;
  content: "A";
  color: #54b8c5;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 20px;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .faq__content-text::before {
    font-size: 24px;
  }
}
@media screen and (min-width: 1025px) {
  .faq__content-text::before {
    font-size: 28px;
  }
}

.faq__content__line {
  margin-top: 20px;
  margin-bottom: 20px;
  height: 2px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: rgba(51, 51, 51, 0.2);
  content: "";
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .faq__content__line {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .faq__content__line {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 744px) and (max-width: 1024px) {
  .tab-none {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .tab-none {
    display: none;
  }
}

.faq__text-red {
  color: red;
  font-weight: bold;
}

.footer {
  padding: 25px 15px 15px;
  background: #d9d9d9;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .footer {
    padding: 30px 50px 20px;
  }
}
@media screen and (min-width: 1025px) {
  .footer {
    padding: 30px 96px 20px;
  }
}

.footer__contents {
  max-width: 600px;
  margin-inline: auto;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .footer__contents {
    max-width: 900px;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1025px) {
  .footer__contents {
    max-width: 1240px;
    margin-inline: auto;
  }
}

.footer__content-up {
  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;
}
.footer__logo {
  width: 133px;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .footer__logo {
    width: 220px;
  }
}
@media screen and (min-width: 1025px) {
  .footer__logo {
    width: 300px;
  }
}
.footer__logo img {
  width: 100%;
}

.footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .footer__sns {
    gap: 15px;
  }
}
@media screen and (min-width: 1025px) {
  .footer__sns {
    gap: 15px;
  }
}

.footer__sns-line img {
  width: 28px;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .footer__sns-line img {
    width: 56px;
  }
}
@media screen and (min-width: 1025px) {
  .footer__sns-line img {
    width: 56px;
  }
}

.footer__sns-instagram img {
  width: 28px;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .footer__sns-instagram img {
    width: 56px;
  }
}
@media screen and (min-width: 1025px) {
  .footer__sns-instagram img {
    width: 56px;
  }
}

.footer__nav {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 25px;
  margin-bottom: 25px;
  margin-inline: auto;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .footer__nav {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1025px) {
  .footer__nav {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

.footer__nav-items {
  color: #1e5a9f;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px 0px;
  font-size: 13px;
  text-decoration: underline;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .footer__nav-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
    font-size: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .footer__nav-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 60px;
    font-size: 24px;
  }
}

.footer__nav-item a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
}

.copy-light {
  text-align: center;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .copy-light small {
    font-size: 16px;
  }
}
@media screen and (min-width: 1025px) {
  .copy-light small {
    font-size: 18px;
  }
}

.gallery {
  padding-top: 114.42px;
  padding-bottom: 50px;
  background: #f3f1ee;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .gallery {
    padding-top: 200.84px;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1025px) {
  .gallery {
    padding-top: 207.2px;
    padding-bottom: 100px;
  }
}

.gallery__inner {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 600px;
  margin-inline: auto;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .gallery__inner {
    padding-left: 50px;
    padding-right: 50px;
    max-width: 900px;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1025px) {
  .gallery__inner {
    padding-left: 100px;
    padding-right: 100px;
    max-width: 1240px;
    margin-inline: auto;
  }
}

.gallery__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px 25px;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .gallery__content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 34px 34px;
  }
}
@media screen and (min-width: 1025px) {
  .gallery__content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 36px 36px;
  }
}

.gallery__image {
  opacity: 0; /* 最初は非表示にしておく */
  -webkit-transition: all 3s;
  transition: all 3s; /* 動きを滑らかに */
}
.gallery__image img {
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease; /* ゆっくり変化させる */
  width: 100%;
}
.gallery__image img:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2); /* 拡大 */
}

.hamburger-open {
  position: relative;
  width: 39px;
  height: 25px;
  z-index: 100;
}
.hamburger-open.is-checked .open-bar:nth-of-type(1) {
  top: 10px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.hamburger-open.is-checked .open-bar:nth-of-type(2) {
  display: none;
}
.hamburger-open.is-checked .open-bar:nth-of-type(3) {
  top: 10px;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
@media screen and (min-width: 1025px) {
  .hamburger-open {
    display: none;
  }
}

.open-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 39px;
  height: 3px;
  border-radius: 6px;
  background: #1e5a9f;
  -webkit-transition: top 0.3s linear, -webkit-transform 0.3s linear;
  transition: top 0.3s linear, -webkit-transform 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear, -webkit-transform 0.3s linear;
}
.open-bar:nth-of-type(2) {
  top: 10px;
}
.open-bar:nth-of-type(3) {
  top: 20px;
}

.hamburger-content {
  width: 320px;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  background: url(../image/sp-hamburger-bg.webp) no-repeat;
  z-index: 99;
  padding-top: 100px;
  padding-left: 70px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
.hamburger-content.is-checked {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.hamburger-content__menu-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.hamburger-content__menu-item a {
  color: #1e5a9f;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 25px;
  font-weight: 700;
  text-decoration: underline;
}

.hamburger-content__yoyaku {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}

.hamburger-btn {
  font-family: "Noto Sans JP", sans-serif;
  color: #ffffff;
  height: 30px;
  padding: 5px 10px 0 8px;
  display: inline-block;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#1e5a9f), to(#54b8c5));
  background: linear-gradient(180deg, #1e5a9f 0%, #54b8c5 100%);
  position: relative;
  font-size: 20px;
  line-height: 20px;
}

.attention {
  padding: 5px 13px;
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .attention {
    padding: 10px 50px;
    margin-left: auto;
    margin-right: auto;
    max-width: 900px;
  }
}
@media screen and (min-width: 1025px) {
  .attention {
    padding: 10px 100px;
    max-width: 1374px;
    margin-left: auto;
    margin-right: auto;
  }
}

.attention__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .attention__text {
    font-size: 13px;
  }
}
@media screen and (min-width: 1025px) {
  .attention__text {
    font-size: 16px;
  }
}

.attention__text-title {
  font-size: 14px;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .attention__text-title {
    font-size: 16px;
  }
}
@media screen and (min-width: 1025px) {
  .attention__text-title {
    font-size: 20px;
  }
}

.attention__text-red {
  color: red;
  text-decoration: underline;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: #333333;
  background: #f9f7f3;
  line-height: 1.6;
  overflow-x: hidden;
}
body.is-checked {
  overflow: hidden;
}

a,
button {
  cursor: pointer;
}
a:hover,
button:hover {
  opacity: 0.5;
  text-decoration: none;
}

.top-btn {
  position: fixed;
  z-index: 98;
  bottom: 15px;
  right: 15px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  color: #ffffff;
  background-color: #1e5a9f;
}

.top-btn a {
  font-size: 14px;
  font-weight: bold;
  margin-left: 9px;
  line-height: 45px;
  text-align: center;
}

.section__title {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 3.2px;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#1e5a9f), to(#54b8c5));
  background: linear-gradient(180deg, #1e5a9f 0%, #54b8c5 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  scroll-margin-top: 64.42px;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .section__title {
    font-size: 60px;
    letter-spacing: 6px;
    scroll-margin-top: 100.84px;
  }
}
@media screen and (min-width: 1025px) {
  .section__title {
    font-size: 60px;
    letter-spacing: 6px;
    scroll-margin-top: 107.2px;
  }
}

.section__subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.95px;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#1e5a9f), to(#54b8c5));
  background: linear-gradient(180deg, #1e5a9f 0%, #54b8c5 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 30px;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  .section__subtitle {
    font-size: 25px;
    letter-spacing: 3.75px;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1025px) {
  .section__subtitle {
    font-size: 25px;
    letter-spacing: 3.75px;
    margin-bottom: 80px;
  }
}

section {
  opacity: 0; /* 最初は非表示にしておく */
  -webkit-transition: all 1s;
  transition: all 1s; /* 動きを滑らかに */
  scroll-margin-top: 64.42px;
}
@media screen and (min-width: 744px) and (max-width: 1024px) {
  section {
    scroll-margin-top: 100.84px;
  }
}
@media screen and (min-width: 1025px) {
  section {
    scroll-margin-top: 107.2px;
  }
}

.fadeIn {
  opacity: 1;
}

@media screen and (min-width: 744px) and (max-width: 1024px) {
  .pc-hidden {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .pc-hidden {
    display: none;
  }
}