@charset "UTF-8";
@import url("../css/common.css");
.br_pc {
  display: none;
}

@media screen and (min-width: 429px) {
  .br_pc {
    display: block;
  }
}

.line_sp pc {
  display: none;
}

.under_pc {
  display: inline-block;
  border-bottom: 0.8px solid #333;
  padding-bottom: 6px;
}

@media screen and (min-width: 429px) {
  .under_pc {
    border: none;
    padding-bottom: 0;
  }
}

.space_pc {
  display: none;
}

@media screen and (min-width: 429px) {
  .space_pc {
    display: inline-block;
    margin-top: 11%;
  }
}

@media screen and (width: 1366px) and (min-height: 768px) {
  .space_pc {
    margin-top: 9%;
  }
}

@media screen and (min-width: 1920px) {
  .space_pc {
    margin-top: 11%;
  }
}

.space-border {
  display: none;
}

@media screen and (min-width: 429px) {
  .space-border {
    display: block;
    margin-top: 1.5rem;
    width: 50%;
    height: 7vh;
    border-right: solid 1px #888;
  }
}

.content-title {
  font-size: 1.2rem;
  line-height: 1.8;
  font-weight: bold;
}

@media screen and (width: 320px) and (max-height: 568px) {
  .content-title {
    font-size: 1rem;
  }
}

@media screen and (min-width: 429px) {
  .content-title {
    letter-spacing: .5em;
    font-size: 1.2rem;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}

@media screen and (min-width: 1400px) {
  .content-title {
    font-size: 1.4rem;
  }
}

@media screen and (width: 1366px) and (min-height: 768px) {
  .content-title {
    font-size: 1.1rem;
  }
}

@media screen and (min-width: 1920px) {
  .content-title {
    font-size: 1.6rem;
  }
}

.slider {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
}

.slider .slick-prev,
.slider .slick-next {
  display: none !important;
}

.slider .slide {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.slider > .slick-list,
.slider > .slick-list > .slick-track,
.slider > .slick-list > .slick-track > .slick-slide > div {
  position: relative;
  height: 100%;
}

.slick-slider {
  margin-bottom: 80px !important;
}

@media screen and (min-width: 429px) {
  .slick-slider {
    margin-bottom: 30px !important;
  }
}

body {
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 429px) {
  section.front .sec_inner_sp {
    display: none;
  }
}

section.front .sec_inner {
  margin-bottom: 3%;
  display: none;
}

@media screen and (min-width: 429px) {
  section.front .sec_inner {
    display: block;
  }
}

@media screen and (min-width: 1400px) {
  section.front .sec_inner img {
    width: 100%;
  }
}

section.front .slick-dots {
  bottom: -35px !important;
  color: #333 !important;
}

@media screen and (min-width: 429px) {
  section.front .slick-dots {
    bottom: -32px !important;
  }
}

section.front .slick-dots li {
  width: 9px !important;
  height: 23px !important;
  margin: 0 2px !important;
}

@media screen and (min-width: 429px) {
  section.front .slick-dots li {
    width: 20px !important;
    height: 20px !important;
  }
}

@media screen and (width: 1366px) and (min-height: 768px) {
  section.front .slick-dots li {
    margin: 0 1px !important;
  }
}

@media screen and (min-width: 1920px) {
  section.front .slick-dots li {
    margin: 0 4px !important;
  }
}

section.front .slick-dots li button:before {
  border: solid 1px #333;
  border-radius: 50%;
  font-size: 0 !important;
  background-color: #fff;
  opacity: 1;
  width: 6px !important;
  height: 7px !important;
}

@media screen and (width: 1366px) and (min-height: 768px) {
  section.front .slick-dots li button:before {
    width: 8px !important;
    height: 10px !important;
  }
}

@media screen and (min-width: 1920px) {
  section.front .slick-dots li button:before {
    width: 10px !important;
    height: 12px !important;
  }
}

section.front .slick-dots .slick-active button:before {
  background-color: #333;
}

section.front .photo {
  display: none;
}

@media screen and (min-width: 429px) {
  section.front .photo {
    display: block;
  }
}

section.front .photo-sp {
  display: block;
}

@media screen and (min-width: 429px) {
  section.front .photo-sp {
    display: none;
  }
}

.content-title::after, .content-title::before {
  position: absolute;
  content: "";
  top: 50%;
  width: 30px;
  height: 1px;
  background-color: #888;
}

@media screen and (min-width: 429px) {
  .content-title::after, .content-title::before {
    display: none;
  }
}

.content-title::before {
  left: -24%;
}

.content-title::after {
  right: -20%;
}

section.introduction {
  position: relative;
  padding-top: 1.8rem;
}

@media screen and (min-width: 429px) {
  section.introduction {
    padding-top: 7.5rem;
  }
}

section.introduction .content-title {
  letter-spacing: .3em;
  position: absolute;
  top: 9.5%;
  left: 50%;
  width: 61%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (width: 375px) and (max-height: 812px) {
  section.introduction .content-title {
    width: 51%;
  }
}

@media screen and (width: 414px) and (max-height: 896px) {
  section.introduction .content-title {
    width: 55%;
  }
}

@media screen and (width: 320px) and (max-height: 568px) {
  section.introduction .content-title {
    width: 60%;
  }
}

@media screen and (width: 375px) and (max-height: 667px) {
  section.introduction .content-title {
    width: 61%;
  }
}

@media screen and (min-width: 429px) {
  section.introduction .content-title {
    -webkit-transform: none;
            transform: none;
    letter-spacing: .8em;
    top: .1%;
    right: 10%;
    height: 22rem;
    width: 39%;
  }
}

@media screen and (width: 1366px) and (min-height: 768px) {
  section.introduction .content-title {
    top: 3.3%;
  }
}

@media screen and (min-width: 1920px) {
  section.introduction .content-title {
    top: .1%;
  }
}

section.introduction .beige-back {
  padding-bottom: 5rem;
  padding-top: 6.5rem;
  text-align: center;
}

@media screen and (min-width: 429px) {
  section.introduction .beige-back {
    padding-bottom: 3rem;
    text-align: start;
    padding-top: 0;
  }
}

@media screen and (width: 1366px) and (min-height: 768px) {
  section.introduction .beige-back {
    padding-bottom: 2.5rem;
  }
}

@media screen and (min-width: 1920px) {
  section.introduction .beige-back {
    padding-bottom: 3rem;
  }
}

section.introduction .beige-back .photo {
  margin-top: 3.5%;
  width: 90%;
}

@media screen and (min-width: 429px) {
  section.introduction .beige-back .photo {
    margin-top: 0;
    width: 75%;
  }
}

section.introduction .beige-back .phone-sp {
  display: block;
}

@media screen and (min-width: 429px) {
  section.introduction .beige-back .phone-sp {
    display: none;
  }
}

section.introduction .beige-back .btn-more {
  margin: 1rem auto 0;
}

@media screen and (min-width: 429px) {
  section.introduction .beige-back .btn-more {
    margin: 1rem 8.5rem 0 auto;
  }
}

@media screen and (width: 1366px) and (min-height: 768px) {
  section.introduction .beige-back .btn-more {
    margin: 1rem 5rem 0 auto;
  }
}

@media screen and (min-width: 1920px) {
  section.introduction .beige-back .btn-more {
    margin: 1rem 8.5rem 0 auto;
  }
}

.introduction-text {
  display: none;
}

@media screen and (min-width: 429px) {
  .introduction-text {
    display: block;
    letter-spacing: .1em;
    margin: 3rem 9rem 0;
  }
}

@media screen and (min-width: 1920px) {
  .introduction-text {
    margin: 3.5rem 10rem 0;
  }
}

.introduction-text p {
  padding-bottom: 3.5rem;
  font-size: 1.3rem;
}

@media screen and (min-width: 429px) {
  .introduction-text p {
    font-size: .9rem;
  }
}

@media screen and (min-width: 1400px) {
  .introduction-text p {
    font-size: 1rem;
  }
}

@media screen and (width: 1366px) and (min-height: 768px) {
  .introduction-text p {
    font-size: .8rem;
  }
}

@media screen and (min-width: 1920px) {
  .introduction-text p {
    font-size: 1rem;
  }
}

.introduction-text-sp {
  display: block;
  width: 78%;
  margin: 0 auto;
  font-size: 1rem;
  letter-spacing: .1em;
  margin: 3.5rem auto 1.7rem;
  text-align: left;
  line-height: 2;
}

@media screen and (min-width: 429px) {
  .introduction-text-sp {
    display: none;
  }
}

.introduction-text-sp p {
  padding-bottom: .6rem;
  font-size: 1rem;
  font-weight: normal;
}

@media screen and (min-width: 429px) {
  .introduction-text-sp p {
    padding-bottom: 1.3rem;
    font-size: .7rem;
  }
}

@media screen and (min-width: 1920px) {
  .introduction-text-sp p {
    font-size: 1rem;
  }
}

section.about {
  padding-top: 0;
}

@media screen and (min-width: 429px) {
  section.about {
    padding-top: 6rem;
  }
}

@media screen and (min-width: 429px) and (width: 1366px) and (min-height: 768px) {
  section.about {
    padding-top: 4rem;
  }
}

@media screen and (min-width: 429px) and (min-width: 1920px) {
  section.about {
    padding-top: 6rem;
  }
}

section.about .about-photo-container {
  position: relative;
}

section.about .about-photo-container .content-title {
  letter-spacing: .3em;
  position: absolute;
  top: -37%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: 1.5rem;
}

@media screen and (min-width: 429px) {
  section.about .about-photo-container .content-title {
    margin-top: 0;
    letter-spacing: .8em;
    top: 11%;
    left: 13%;
  }
}

section.about .about-photo-container .content-title::before {
  left: -30%;
}

section.about .about-photo-container .content-title::after {
  right: -28%;
}

section.about .about-photo-container .photo {
  width: 90%;
  margin: 6.5rem auto 3.5rem;
}

@media screen and (min-width: 429px) {
  section.about .about-photo-container .photo {
    width: 75%;
    margin: 0 0 8rem auto;
  }
}

@media screen and (width: 1366px) and (min-height: 768px) {
  section.about .about-photo-container .photo {
    margin: 0 0 4rem auto;
  }
}

@media screen and (min-width: 1920px) {
  section.about .about-photo-container .photo {
    margin: 0 0 5rem auto;
  }
}

section.about .btn-more {
  margin: 0 auto 3rem;
}

@media screen and (min-width: 429px) {
  section.about .btn-more {
    margin: 1rem 8.5rem 15rem auto;
  }
}

@media screen and (width: 1366px) and (min-height: 768px) {
  section.about .btn-more {
    margin: 1rem 5rem 13rem auto;
  }
}

@media screen and (min-width: 1920px) {
  section.about .btn-more {
    margin: 1rem 8.5rem 15rem auto;
  }
}

.sub-title {
  text-align: center;
  font-size: 1.1rem;
  margin-bottom: 2rem;
  font-weight: bold;
  letter-spacing: .2rem;
}

@media screen and (min-width: 429px) {
  .sub-title {
    margin-bottom: 4rem;
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 1400px) {
  .sub-title {
    font-size: 1.4rem;
  }
}

@media screen and (width: 1366px) and (min-height: 768px) {
  .sub-title {
    font-size: 1.1rem;
  }
}

@media screen and (min-width: 1920px) {
  .sub-title {
    font-size: 1.4rem;
  }
}

.under {
  border-bottom: 0.8px solid #333;
  padding-bottom: 6px;
}

.about-text {
  display: none;
  font-size: 1.4rem;
  letter-spacing: .1em;
  width: 67%;
  margin: auto;
}

@media screen and (min-width: 429px) {
  .about-text {
    display: block;
    font-size: .9rem;
  }
}

@media screen and (min-width: 1400px) {
  .about-text {
    width: 90%;
  }
}

@media screen and (width: 1366px) and (min-height: 768px) {
  .about-text {
    font-size: .8rem;
    width: 75%;
  }
}

@media screen and (min-width: 1920px) {
  .about-text {
    font-size: 1rem;
  }
}

.about-text p {
  padding-bottom: 3rem;
}

@media screen and (width: 1366px) and (min-height: 768px) {
  .about-text p {
    padding-bottom: 2rem;
  }
}

@media screen and (min-width: 1920px) {
  .about-text p {
    padding-bottom: 3rem;
  }
}

.about-text-sp {
  font-size: 1rem;
  letter-spacing: .1em;
  margin: 2rem auto 2rem;
  width: 78%;
  line-height: 2;
}

@media screen and (min-width: 429px) {
  .about-text-sp {
    display: none;
  }
}

.about-text-sp p {
  padding-bottom: 1rem;
}

section.price {
  padding-bottom: 3rem;
}

@media screen and (min-width: 429px) {
  section.price {
    padding-bottom: 13rem;
  }
}

@media screen and (width: 1366px) and (min-height: 768px) {
  section.price {
    padding-bottom: 4rem;
  }
}

@media screen and (min-width: 1920px) {
  section.price {
    padding-bottom: 10rem;
  }
}

section.price .price-photo-container {
  position: static;
  display: block;
  text-align: center;
}

@media screen and (min-width: 429px) {
  section.price .price-photo-container {
    position: relative;
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

section.price .price-photo-container .photo {
  width: 90%;
  height: 100%;
}

@media screen and (min-width: 429px) {
  section.price .price-photo-container .photo {
    width: 45%;
  }
}

section.price .price-photo-container .price-text {
  margin: 0 auto;
  width: 100%;
  padding-top: 7.5%;
  line-height: 1.5;
}

@media screen and (min-width: 429px) {
  section.price .price-photo-container .price-text {
    width: 50%;
    padding-top: 0;
  }
}

section.price .price-photo-container .price-text .sub-title {
  font-size: 1.1rem;
  margin-left: 0;
}

@media screen and (min-width: 429px) {
  section.price .price-photo-container .price-text .sub-title {
    margin: auto;
    display: block;
    font-size: 1.3rem;
  }
}

@media screen and (width: 1366px) and (min-height: 768px) {
  section.price .price-photo-container .price-text .sub-title {
    font-size: 1rem;
  }
}

@media screen and (min-width: 1920px) {
  section.price .price-photo-container .price-text .sub-title {
    font-size: 1.3rem;
  }
}

section.price .price-photo-container .price-text .monthly-fee {
  margin: 2.5rem auto 0;
  font-size: 1rem;
  width: 69%;
  text-align: left;
}

@media screen and (width: 375px) and (max-height: 812px) {
  section.price .price-photo-container .price-text .monthly-fee {
    width: 75%;
  }
}

@media screen and (width: 320px) and (max-height: 568px) {
  section.price .price-photo-container .price-text .monthly-fee {
    width: 88%;
  }
}

@media screen and (min-width: 429px) {
  section.price .price-photo-container .price-text .monthly-fee {
    margin: 2rem auto 0;
    width: 85%;
  }
}

@media screen and (min-width: 1000px) {
  section.price .price-photo-container .price-text .monthly-fee {
    width: 80%;
  }
}

@media screen and (min-width: 1400px) {
  section.price .price-photo-container .price-text .monthly-fee {
    margin: 4.5rem auto 0;
    width: 60%;
  }
}

@media screen and (width: 1366px) and (min-height: 768px) {
  section.price .price-photo-container .price-text .monthly-fee {
    margin: 3.5rem auto 0;
    font-size: 1rem;
    width: 60%;
  }
}

@media screen and (min-width: 1920px) {
  section.price .price-photo-container .price-text .monthly-fee {
    margin: 6rem auto 0;
    font-size: 1.3rem;
  }
}

section.price .price-photo-container .price-text .monthly-fee-title {
  display: none;
}

@media screen and (min-width: 429px) {
  section.price .price-photo-container .price-text .monthly-fee-title {
    margin-bottom: 1rem;
    display: block;
  }
}

@media screen and (min-width: 1400px) {
  section.price .price-photo-container .price-text .monthly-fee-title {
    margin-bottom: 1.5rem;
  }
}

@media screen and (width: 1366px) and (min-height: 768px) {
  section.price .price-photo-container .price-text .monthly-fee-title {
    margin-bottom: 1.5rem;
  }
}

section.price .price-photo-container .price-text .monthly-fee-content {
  display: none;
}

@media screen and (min-width: 429px) {
  section.price .price-photo-container .price-text .monthly-fee-content {
    display: block;
    font-size: .8rem;
    margin-bottom: .5rem;
  }
}

@media screen and (min-width: 1000px) {
  section.price .price-photo-container .price-text .monthly-fee-content {
    font-size: 1rem;
  }
}

@media screen and (min-width: 1400px) {
  section.price .price-photo-container .price-text .monthly-fee-content {
    font-size: 1rem;
    margin-bottom: 2rem;
  }
}

@media screen and (width: 1366px) and (min-height: 768px) {
  section.price .price-photo-container .price-text .monthly-fee-content {
    font-size: .7rem;
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 1920px) {
  section.price .price-photo-container .price-text .monthly-fee-content {
    font-size: 1rem;
  }
}

section.price .price-photo-container .price-text .monthly-fee-content-sp {
  letter-spacing: .1em;
  font-size: 1rem;
  margin-bottom: 1.2rem;
}

@media screen and (width: 320px) and (max-height: 568px) {
  section.price .price-photo-container .price-text .monthly-fee-content-sp {
    font-size: .9rem;
  }
}

@media screen and (width: 375px) and (max-height: 812px) {
  section.price .price-photo-container .price-text .monthly-fee-content-sp {
    font-size: .9rem;
  }
}

@media screen and (width: 414px) and (max-height: 896px) {
  section.price .price-photo-container .price-text .monthly-fee-content-sp {
    font-size: .9rem;
  }
}

@media screen and (min-width: 429px) {
  section.price .price-photo-container .price-text .monthly-fee-content-sp {
    display: none;
  }
}

section.price .price-photo-container .price-text .monthly-fee-other {
  font-size: 1rem;
  letter-spacing: .2em;
  line-height: 2.2;
}

@media screen and (width: 320px) and (max-height: 568px) {
  section.price .price-photo-container .price-text .monthly-fee-other {
    font-size: .9rem;
  }
}

@media screen and (width: 375px) and (max-height: 812px) {
  section.price .price-photo-container .price-text .monthly-fee-other {
    font-size: .9rem;
  }
}

@media screen and (width: 414px) and (max-height: 896px) {
  section.price .price-photo-container .price-text .monthly-fee-other {
    font-size: .9rem;
  }
}

@media screen and (min-width: 429px) {
  section.price .price-photo-container .price-text .monthly-fee-other {
    line-height: normal;
    letter-spacing: normal;
    font-size: .8rem;
  }
}

@media screen and (min-width: 1000px) {
  section.price .price-photo-container .price-text .monthly-fee-other {
    font-size: 1rem;
  }
}

@media screen and (min-width: 1400px) {
  section.price .price-photo-container .price-text .monthly-fee-other {
    font-size: 1rem;
  }
}

@media screen and (width: 1366px) and (min-height: 768px) {
  section.price .price-photo-container .price-text .monthly-fee-other {
    font-size: .7rem;
  }
}

@media screen and (min-width: 1920px) {
  section.price .price-photo-container .price-text .monthly-fee-other {
    font-size: 1rem;
  }
}

section.price .price-photo-container .price-text .monthly-fee-other p {
  margin-bottom: .1rem;
}

@media screen and (min-width: 429px) {
  section.price .price-photo-container .price-text .monthly-fee-other p {
    margin-bottom: .5rem;
  }
}

@media screen and (min-width: 1400px) {
  section.price .price-photo-container .price-text .monthly-fee-other p {
    margin-bottom: .9rem;
  }
}

@media screen and (width: 1366px) and (min-height: 768px) {
  section.price .price-photo-container .price-text .monthly-fee-other p {
    margin-bottom: .7rem;
  }
}

@media screen and (min-width: 1920px) {
  section.price .price-photo-container .price-text .monthly-fee-other p {
    margin-bottom: .9rem;
  }
}

section.price .price-photo-container .price-text .experience-fee {
  margin: 1.2rem auto 2rem;
  width: 69%;
  font-size: 1rem;
  text-align: left;
}

@media screen and (width: 320px) and (max-height: 568px) {
  section.price .price-photo-container .price-text .experience-fee {
    font-size: .9rem;
  }
}

@media screen and (width: 375px) and (max-height: 812px) {
  section.price .price-photo-container .price-text .experience-fee {
    width: 75%;
    font-size: .9rem;
  }
}

@media screen and (width: 414px) and (max-height: 896px) {
  section.price .price-photo-container .price-text .experience-fee {
    font-size: .9rem;
  }
}

@media screen and (width: 320px) and (max-height: 568px) {
  section.price .price-photo-container .price-text .experience-fee {
    width: 88%;
  }
}

@media screen and (min-width: 429px) {
  section.price .price-photo-container .price-text .experience-fee {
    font-size: .8rem;
    width: 85%;
    margin: .5rem auto .5rem;
  }
}

@media screen and (min-width: 1000px) {
  section.price .price-photo-container .price-text .experience-fee {
    width: 80%;
    font-size: 1rem;
  }
}

@media screen and (min-width: 1400px) {
  section.price .price-photo-container .price-text .experience-fee {
    font-size: 1rem;
    margin: 1.2rem auto 2rem;
    width: 60%;
  }
}

@media screen and (width: 1366px) and (min-height: 768px) {
  section.price .price-photo-container .price-text .experience-fee {
    margin: 3rem auto 4rem;
    font-size: 1rem;
    width: 60%;
  }
}

@media screen and (min-width: 1920px) {
  section.price .price-photo-container .price-text .experience-fee {
    margin: 4rem auto 2rem;
    font-size: 1.3rem;
  }
}

section.price .btn-more {
  position: static;
  margin: 3.4rem auto 0;
}

@media screen and (min-width: 429px) {
  section.price .btn-more {
    position: absolute;
    bottom: -4rem;
    right: 5rem;
  }
}

@media screen and (min-width: 1000px) {
  section.price .btn-more {
    bottom: 0;
  }
}

@media screen and (min-width: 1920px) {
  section.price .btn-more {
    right: 8.5rem;
  }
}

section.faq {
  position: relative;
}

@media screen and (min-width: 429px) {
  section.faq {
    padding-top: 7rem;
  }
}

section.faq .content-title {
  letter-spacing: .3em;
  position: absolute;
  top: 4.5%;
  left: 50%;
  width: 37%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (width: 375px) and (max-height: 812px) {
  section.faq .content-title {
    width: 48%;
  }
}

@media screen and (width: 414px) and (max-height: 896px) {
  section.faq .content-title {
    width: 45%;
  }
}

@media screen and (width: 320px) and (max-height: 568px) {
  section.faq .content-title {
    width: 50%;
  }
}

@media screen and (width: 375px) and (max-height: 667px) {
  section.faq .content-title {
    width: 48%;
  }
}

@media screen and (min-width: 429px) {
  section.faq .content-title {
    width: auto;
    top: -0.6%;
    letter-spacing: .8em;
    height: 22%;
  }
}

@media screen and (min-width: 1000px) {
  section.faq .content-title {
    height: 21%;
  }
}

@media screen and (min-width: 1400px) {
  section.faq .content-title {
    height: 25%;
  }
}

@media screen and (width: 1366px) and (min-height: 768px) {
  section.faq .content-title {
    top: 3.3%;
  }
}

@media screen and (min-width: 1920px) {
  section.faq .content-title {
    top: -0.6%;
  }
}

section.faq .content-title::before {
  left: -27%;
}

section.faq .content-title::after {
  right: -22%;
}

section.faq .content-title .border {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 429px) {
  section.faq .content-title .border {
    display: block;
  }
}

section.faq .content-title .border:before, section.faq .content-title .border:after {
  border-top: 1px solid;
  content: "";
  width: 2em;
}

@media screen and (min-width: 429px) {
  section.faq .content-title .border:before, section.faq .content-title .border:after {
    display: none;
  }
}

section.faq .content-title .border:before {
  margin-right: 2em;
}

section.faq .content-title .border:after {
  margin-left: 2em;
}

@media screen and (min-width: 429px) {
  section.faq .content-title .space_pc {
    margin-top: 46%;
  }
}

section.faq .beige-back {
  padding-top: 5.3rem;
  padding-bottom: .1rem;
  color: #734e30;
}

@media screen and (min-width: 429px) {
  section.faq .beige-back {
    padding-top: 9.3rem;
    padding-bottom: 2rem;
  }
}

@media screen and (width: 1366px) and (min-height: 768px) {
  section.faq .beige-back {
    padding-top: 9rem;
    padding-bottom: 3rem;
  }
}

@media screen and (min-width: 1400px) {
  section.faq .beige-back {
    padding-top: 7.3rem;
    padding-bottom: 2.5rem;
  }
}

@media screen and (min-width: 1920px) {
  section.faq .beige-back {
    padding-top: 10rem;
    padding-bottom: 4rem;
  }
}

section.faq .beige-back .sub-title {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic;
  font-size: 1.1rem;
  margin: 0 auto;
  display: block;
}

@media screen and (min-width: 429px) {
  section.faq .beige-back .sub-title {
    font-size: 1.1rem;
    display: inline;
  }
}

@media screen and (width: 1366px) and (min-height: 768px) {
  section.faq .beige-back .sub-title {
    font-size: 1rem;
  }
}

@media screen and (min-width: 1920px) {
  section.faq .beige-back .sub-title {
    font-size: 1.3rem;
  }
}

section.faq .beige-back .faq-text {
  width: 87%;
  margin: .8rem auto 0;
}

@media screen and (width: 320px) and (max-height: 568px) {
  section.faq .beige-back .faq-text {
    width: 90%;
  }
}

@media screen and (width: 375px) and (max-height: 667px) {
  section.faq .beige-back .faq-text {
    width: 90%;
  }
}

@media screen and (min-width: 429px) {
  section.faq .beige-back .faq-text {
    margin: 0 auto;
    width: 90%;
  }
}

@media screen and (min-width: 1000px) {
  section.faq .beige-back .faq-text {
    width: 80%;
  }
}

@media screen and (min-width: 1400px) {
  section.faq .beige-back .faq-text {
    width: 60%;
  }
}

@media screen and (width: 1366px) and (min-height: 768px) {
  section.faq .beige-back .faq-text {
    width: 60%;
  }
}

section.faq .beige-back .faq-text .question {
  font-weight: bold;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic;
  font-size: 1rem;
  margin: 1.4rem auto 0;
}

@media screen and (width: 320px) and (max-height: 568px) {
  section.faq .beige-back .faq-text .question {
    line-height: 1.5;
  }
}

@media screen and (width: 375px) and (max-height: 667px) {
  section.faq .beige-back .faq-text .question {
    font-size: .9rem;
  }
}

@media screen and (min-width: 429px) {
  section.faq .beige-back .faq-text .question {
    font-size: .9rem;
    margin: 3rem 0 0 1rem;
  }
}

@media screen and (min-width: 1000px) {
  section.faq .beige-back .faq-text .question {
    font-size: 1.1rem;
    margin: 3rem 0 0 3rem;
  }
}

@media screen and (width: 1366px) and (min-height: 768px) {
  section.faq .beige-back .faq-text .question {
    font-size: .9rem;
    margin: 3rem 0 0 7rem;
  }
}

@media screen and (min-width: 1400px) {
  section.faq .beige-back .faq-text .question {
    font-size: 1.2rem;
    margin: 3rem 0 0 6rem;
  }
}

@media screen and (min-width: 1920px) {
  section.faq .beige-back .faq-text .question {
    font-size: 1.2rem;
    margin: 3rem 0 0 9rem;
  }
}

section.faq .beige-back .faq-text .answer {
  margin: 1.2rem auto 2.6rem;
  color: #333;
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: .1em;
  width: 95%;
}

@media screen and (min-width: 429px) {
  section.faq .beige-back .faq-text .answer {
    letter-spacing: normal;
    width: 100%;
    line-height: normal;
    font-size: .8rem;
    margin: 2.5rem 0 6rem 2rem;
  }
}

@media screen and (min-width: 1000px) {
  section.faq .beige-back .faq-text .answer {
    font-size: 1rem;
    margin: 2.5rem 0 6rem 5rem;
  }
}

@media screen and (width: 1366px) and (min-height: 768px) {
  section.faq .beige-back .faq-text .answer {
    font-size: .8rem;
    margin: 2rem 0 4rem 8.5rem;
  }
}

@media screen and (min-width: 1400px) {
  section.faq .beige-back .faq-text .answer {
    margin: 2rem 0 4rem 7.5rem;
  }
}

@media screen and (min-width: 1920px) {
  section.faq .beige-back .faq-text .answer {
    font-size: 1rem;
    margin: 2.5rem 0 6rem 10.5rem;
  }
}

section.faq .beige-back .faq-text .answer p {
  margin-bottom: .6rem;
}

section.faq .beige-back .btn-more {
  margin: 0 auto 3rem;
}

@media screen and (min-width: 429px) {
  section.faq .beige-back .btn-more {
    margin: 1rem 8.5rem 0 auto;
  }
}

@media screen and (width: 1366px) and (min-height: 768px) {
  section.faq .beige-back .btn-more {
    margin: 1rem 5rem 0 auto;
  }
}

@media screen and (min-width: 1920px) {
  section.faq .beige-back .btn-more {
    margin: 0 8.5rem 0 auto;
  }
}

section.news {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 0;
  position: relative;
}

@media screen and (min-width: 429px) {
  section.news {
    padding-bottom: 5rem;
  }
}

@media screen and (width: 1366px) and (min-height: 768px) {
  section.news {
    padding-bottom: 9.5rem;
  }
}

@media screen and (min-width: 1400px) {
  section.news {
    padding-bottom: 9rem;
  }
}

@media screen and (min-width: 1920px) {
  section.news {
    padding-bottom: 11rem;
  }
}

section.news .btn-goto-top {
  display: none;
}

@media screen and (min-width: 429px) {
  section.news .btn-goto-top {
    display: block;
  }
}

section.news .content-title {
  position: absolute;
  top: 7%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 0 auto;
}

@media screen and (min-width: 429px) {
  section.news .content-title {
    position: static;
    margin: 0 auto 2rem;
  }
}

@media screen and (width: 1366px) and (min-height: 768px) {
  section.news .content-title {
    margin: 0 auto 4rem;
  }
}

@media screen and (min-width: 1400px) {
  section.news .content-title {
    margin: 0 auto 3rem;
  }
}

@media screen and (min-width: 1920px) {
  section.news .content-title {
    margin: 0 auto 5rem;
  }
}

section.news .content-title::before {
  left: -74%;
}

section.news .content-title::after {
  right: -74%;
}

section.news .news-text {
  margin-bottom: 4rem;
  text-align: center;
  display: none;
}

@media screen and (min-width: 429px) {
  section.news .news-text {
    display: block;
  }
}

@media screen and (width: 1366px) and (min-height: 768px) {
  section.news .news-text {
    margin-bottom: 3.5rem;
    font-size: .7rem;
  }
}

@media screen and (min-width: 1920px) {
  section.news .news-text {
    margin-bottom: 4rem;
    font-size: 1rem;
  }
}

section.news .news-photo-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 8% auto 0;
  width: 85%;
}

@media screen and (min-width: 429px) {
  section.news .news-photo-container {
    margin: 0 auto;
    width: 45%;
  }
}

section.news .news-photo-container .thumb-sns {
  width: 47%;
  margin-bottom: 1rem;
}

@media screen and (min-width: 429px) {
  section.news .news-photo-container .thumb-sns {
    margin-bottom: 0;
    width: 26%;
  }
}

section.news .news-photo-container .thumb-sns:hover {
  opacity: .7;
}

section.news .news-photo-container .thumb-sns.-sp {
  border: 1px solid #aaa;
  font-size: .8rem;
  line-height: 2;
}

@media screen and (width: 320px) and (max-height: 568px) {
  section.news .news-photo-container .thumb-sns.-sp {
    font-size: .7rem;
  }
}

@media screen and (min-width: 429px) {
  section.news .news-photo-container .thumb-sns.-sp {
    display: none;
  }
}

section.news .news-photo-container .thumb-sns.-sp:hover {
  opacity: 1;
}

section.news .news-photo-container .thumb-sns.-sp p {
  margin-top: 2.3rem;
  margin-left: 1rem;
}

section.application-sp {
  display: block;
  padding: 4rem 0 6rem;
  position: relative;
  font-size: 1.1rem;
  text-align: center;
}

@media screen and (width: 320px) and (max-height: 568px) {
  section.application-sp {
    font-size: 1rem;
  }
}

@media screen and (min-width: 429px) {
  section.application-sp {
    display: none;
  }
}

section.application-sp p {
  margin-bottom: 1.3rem;
}

section.application-sp .btn-more {
  margin: 0 auto;
}

section.application-sp .btn-goto-top {
  position: absolute;
  width: 50px;
  height: 30px;
  border-radius: 40px 40px 0 0;
  background: #fdf7f3;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (min-width: 429px) {
  section.application-sp .btn-goto-top {
    background: #f4f4f4;
    width: 60px;
    height: 30px;
    border-radius: 30px 30px 0 0;
  }
}

section.application-sp .txt-goto-top {
  position: absolute;
  text-align: center;
  bottom: -11%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (width: 1366px) and (min-height: 768px) {
  section.application-sp .txt-goto-top {
    font-size: .9rem;
  }
}

@media screen and (min-width: 1920px) {
  section.application-sp .txt-goto-top {
    font-size: 1rem;
  }
}

section.application-sp .txt-goto-top .arrow {
  margin: 0 auto .1rem;
  width: 8px;
  height: 8px;
  border: 1px solid;
  border-color: #666 #666 transparent transparent;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media screen and (min-width: 429px) {
  section.application-sp .txt-goto-top .arrow {
    margin: 0 auto;
    width: 6px;
    height: 6px;
  }
}

section.application-sp .txt-goto-top p {
  margin-bottom: 0;
  font-size: 0.7rem;
}

@media screen and (min-width: 429px) {
  section.application-sp .txt-goto-top p {
    font-size: .7rem;
  }
}

footer {
  padding: 3rem 0 .5rem;
}

@media screen and (width: 1366px) and (min-height: 768px) {
  footer {
    padding: 2rem 0 .5rem;
  }
}

@media screen and (min-width: 1920px) {
  footer {
    padding: 3rem 0 .5rem;
  }
}

footer p {
  margin-bottom: 1rem;
  text-align: center;
}

@media screen and (min-width: 429px) {
  footer p {
    margin-bottom: .6rem;
    text-align: right;
    margin-right: 1.5rem;
  }
}

footer .copyright.-sp {
  margin-bottom: .8rem;
}

@media screen and (min-width: 429px) {
  .-sp {
    display: none;
  }
}
tent-title {
    letter-spacing: .5em;
    font-size: 1.2rem;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}

@media screen and (min-width: 1400px) {
  .content-title {
    font-size: 1.4rem;
  }
}

@media screen and (width: 1366px) and (min-height: 768px) {
  .content-title {
    font-size: 1.1rem;
  }
}

@media screen and (min-width: 1920px) {
  .content-title {
    font-size: 1.6rem;
  }
}

.slider {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
}

.slider .slick-prev,
.slider .slick-next {
  display: none !important;
}

.slider .slide {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.slider > .slick-list,
.slider > .slick-list > .slick-track,
.slider > .slick-list > .slick-track > .slick-slide > div {
  position: relative;
  height: 100%;
}

.slick-slider {
  margin-bottom: 80px !important;
}

@media screen and (min-width: 429px) {
  .slick-slider {
    margin-bottom: 30px !important;
  }
}

body {
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 429px) {
  section.front .sec_inner_sp {
    display: none;
  }
}

section.front .sec_inner {
  margin-bottom: 3%;
  display: none;
}

@media screen and (min-width: 429px) {
  section.front .sec_inner {
    display: block;
  }
}

@media screen and (min-width: 1400px) {
  section.front .sec_inner img {
    width: 100%;
  }
}

section.front .slick-dots {
  bottom: -35px !important;
  color: #333 !important;
}

@media screen and (min-width: 429px) {
  section.front .slick-dots {
    bottom: -32px !important;
  }
}

section.front .slick-dots li {
  width: 9px !important;
  height: 23px !important;
  margin: 0 2px !important;
}

@media screen and (min-width: 429px) {
  section.front .slick-dots li {
    width: 20px !important;
    height: 20px !important;
  }
}

@media screen and (width: 1366px) and (min-height: 768px) {
  section.front .slick-dots li {
    margin: 0 1px !important;
  }
}

@media screen and (min-width: 1920px) {
  section.front .slick-dots li {
    margin: 0 4px !important;
  }
}

section.front .slick-dots li button:before {
  border: solid 1px #333;
  border-radius: 50%;
  font-size: 0 !important;
  background-color: #fff;
  opacity: 1;
  width: 6px !important;
  height: 7px !important;
}

@media screen and (width: 1366px) and (min-height: 768px) {
  section.front .slick-dots li button:before {
    width: 8px !important;
    height: 10px !important;
  }
}

@media screen and (min-width: 1920px) {
  section.front .slick-dots li button:before {
    width: 10px !important;
    height: 12px !important;
  }
}

section.front .slick-dots .slick-active button:before {
  background-color: #333;
}

section.front .photo {
  display: none;
}

@media screen and (min-width: 429px) {
  section.front .photo {
    display: block;
  }
}

section.front .photo-sp {
  display: block;
}

@media screen and (min-width: 429px) {
  section.front .photo-sp {
    display: none;
  }
}

.content-title::after, .content-title::before {
  position: absolute;
  content: "";
  top: 50%;
  width: 30px;
  height: 1px;
  background-color: #888;
}

@media screen and (min-width: 429px) {
  .content-title::after, .content-title::before {
    display: none;
  }
}

.content-title::before {
  left: -24%;
}

.content-title::after {
  right: -20%;
}

section.introduction {
  position: relative;
  padding-top: 1.8rem;
}

@media screen and (min-width: 429px) {
  section.introduction {
    padding-top: 7.5rem;
  }
}

section.introduction .content-title {
  letter-spacing: .3em;
  position: absolute;
  top: 9.5%;
  left: 50%;
  width: 61%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (width: 375px) and (max-height: 812px) {
  section.introduction .content-title {
    width: 51%;
  }
}

@media screen and (width: 414px) and (max-height: 896px) {
  section.introduction .content-title {
    width: 55%;
  }
}

@media screen and (width: 320px) and (max-height: 568px) {
  section.introduction .content-title {
    width: 60%;
  }
}

@media screen and (width: 375px) and (max-height: 667px) {
  section.introduction .content-title {
    width: 61%;
  }
}

@media screen and (min-width: 429px) {
  section.introduction .content-title {
    -webkit-transform: none;
            transform: none;
    letter-spacing: .8em;
    top: .1%;
    right: 10%;
    height: 22rem;
    width: 39%;
  }
}

@media screen and (width: 1366px) and (min-height: 768px) {
  section.introduction .content-title {
    top: 3.3%;
  }
}

@media screen and (min-width: 1920px) {
  section.introduction .content-title {
    top: .1%;
  }
}

section.introduction .beige-back {
  padding-bottom: 5rem;
  padding-top: 6.5rem;
  text-align: center;
}

@media screen and (min-width: 429px) {
  section.introduction .beige-back {
    padding-bottom: 3rem;
    text-align: start;
    padding-top: 0;
  }
}

@media screen and (width: 1366px) and (min-height: 768px) {
  section.introduction .beige-back {
    padding-bottom: 2.5rem;
  }
}

@media screen and (min-width: 1920px) {
  section.introduction .beige-back {
    padding-bottom: 3rem;
  }
}

section.introduction .beige-back .photo {
  margin-top: 3.5%;
  width: 90%;
}

@media screen and (min-width: 429px) {
  section.introduction .beige-back .photo {
    margin-top: 0;
    width: 75%;
  }
}

section.introduction .beige-back .phone-sp {
  display: block;
}

@media screen and (min-width: 429px) {
  section.introduction .beige-back .phone-sp {
    display: none;
  }
}

section.introduction .beige-back .btn-more {
  margin: 1rem auto 0;
}

@media screen and (min-width: 429px) {
  section.introduction .beige-back .btn-more {
    margin: 1rem 8.5rem 0 auto;
  }
}

@media screen and (width: 1366px) and (min-height: 768px) {
  section.introduction .beige-back .btn-more {
    margin: 1rem 5rem 0 auto;
  }
}

@media screen and (min-width: 1920px) {
  section.introduction .beige-back .btn-more {
    margin: 1rem 8.5rem 0 auto;
  }
}

.introduction-text {
  display: none;
}

@media screen and (min-width: 429px) {
  .introduction-text {
    display: block;
    letter-spacing: .1em;
    margin: 3rem 9rem 0;
  }
}

@media screen and (min-width: 1920px) {
  .introduction-text {
    margin: 3.5rem 10rem 0;
  }
}

.introduction-text p {
  padding-bottom: 3.5rem;
  font-size: 1.3rem;
}

@media screen and (min-width: 429px) {
  .introduction-text p {
    font-size: .9rem;
  }
}

@media screen and (min-width: 1400px) {
  .introduction-text p {
    font-size: 1rem;
  }
}

@media screen and (width: 1366px) and (min-height: 768px) {
  .introduction-text p {
    font-size: .8rem;
  }
}

@media screen and (min-width: 1920px) {
  .introduction-text p {
    font-size: 1rem;
  }
}

.introduction-text-sp {
  display: block;
  width: 78%;
  margin: 0 auto;
  font-size: 1rem;
  letter-spacing: .1em;
  margin: 3.5rem auto 1.7rem;
  text-align: left;
  line-height: 2;
}

@media screen and (min-width: 429px) {
  .introduction-text-sp {
    display: none;
  }
}

.introduction-text-sp p {
  padding-bottom: .6rem;
  font-size: 1rem;
  font-weight: normal;
}

@media screen and (min-width: 429px) {
  .introduction-text-sp p {
    padding-bottom: 1.3rem;
    font-size: .7rem;
  }
}

@media screen and (min-width: 1920px) {
  .introduction-text-sp p {
    font-size: 1rem;
  }
}

section.about {
  padding-top: 0;
}

@media screen and (min-width: 429px) {
  section.about {
    padding-top: 6rem;
  }
}

@media screen and (min-width: 429px) and (width: 1366px) and (min-height: 768px) {
  section.about {
    padding-top: 4rem;
  }
}

@media screen and (min-width: 429px) and (min-width: 1920px) {
  section.about {
    padding-top: 6rem;
  }
}

section.about .about-photo-container {
  position: relative;
}

section.about .about-photo-container .content-title {
  letter-spacing: .3em;
  position: absolute;
  top: -37%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: 1.5rem;
}

@media screen and (min-width: 429px) {
  section.about .about-photo-container .content-title {
    margin-top: 0;
    letter-spacing: .8em;
    top: 11%;
    left: 13%;
  }
}

section.about .about-photo-container .content-title::before {
  left: -30%;
}

section.about .about-photo-container .content-title::after {
  right: -28%;
}

section.about .about-photo-container .photo {
  width: 90%;
  margin: 6.5rem auto 3.5rem;
}

@media screen and (min-width: 429px) {
  section.about .about-photo-container .photo {
    width: 75%;
    margin: 0 0 8rem auto;
  }
}

@media screen and (width: 1366px) and (min-height: 768px) {
  section.about .about-photo-container .photo {
    margin: 0 0 4rem auto;
  }
}

@media screen and (min-width: 1920px) {
  section.about .about-photo-container .photo {
    margin: 0 0 5rem auto;
  }
}

section.about .btn-more {
  margin: 0 auto 3rem;
}

@media screen and (min-width: 429px) {
  section.about .btn-more {
    margin: 1rem 8.5rem 15rem auto;
  }
}

@media screen and (width: 1366px) and (min-height: 768px) {
  section.about .btn-more {
    margin: 1rem 5rem 13rem auto;
  }
}

@media screen and (min-width: 1920px) {
  section.about .btn-more {
    margin: 1rem 8.5rem 15rem auto;
  }
}

.sub-title {
  text-align: center;
  font-size: 1.1rem;
  margin-bottom: 2rem;
  font-weight: bold;
  letter-spacing: .2rem;
}

@media screen and (min-width: 429px) {
  .sub-title {
    margin-bottom: 4rem;
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 1400px) {
  .sub-title {
    font-size: 1.4rem;
  }
}

@media screen and (width: 1366px) and (min-height: 768px) {
  .sub-title {
    font-size: 1.1rem;
  }
}

@media screen and (min-width: 1920px) {
  .sub-title {
    font-size: 1.4rem;
  }
}

.under {
  border-bottom: 0.8px solid #333;
  padding-bottom: 6px;
}

.about-text {
  display: none;
  font-size: 1.4rem;
  letter-spacing: .1em;
  width: 67%;
  margin: auto;
}

@media screen and (min-width: 429px) {
  .about-text {
    display: block;
    font-size: .9rem;
  }
}

@media screen and (min-width: 1400px) {
  .about-text {
    width: 90%;
  }
}

@media screen and (width: 1366px) and (min-height: 768px) {
  .about-text {
    font-size: .8rem;
    width: 75%;
  }
}

@media screen and (min-width: 1920px) {
  .about-text {
    font-size: 1rem;
  }
}

.about-text p {
  padding-bottom: 3rem;
}

@media screen and (width: 1366px) and (min-height: 768px) {
  .about-text p {
    padding-bottom: 2rem;
  }
}

@media screen and (min-width: 1920px) {
  .about-text p {
    padding-bottom: 3rem;
  }
}

.about-text-sp {
  font-size: 1rem;
  letter-spacing: .1em;
  margin: 2rem auto 2rem;
  width: 78%;
  line-height: 2;
}

@media screen and (min-width: 429px) {
  .about-text-sp {
    display: none;
  }
}

.about-text-sp p {
  padding-bottom: 1rem;
}

section.price {
  padding-bottom: 3rem;
}

@media screen and (min-width: 429px) {
  section.price {
    padding-bottom: 13rem;
  }
}

@media screen and (width: 1366px) and (min-height: 768px) {
  section.price {
    padding-bottom: 4rem;
  }
}

@media screen and (min-width: 1920px) {
  section.price {
    padding-bottom: 10rem;
  }
}

section.price .price-photo-container {
  position: static;
  display: block;
  text-align: center;
}

@media screen and (min-width: 429px) {
  section.price .price-photo-container {
    position: relative;
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

section.price .price-photo-container .photo {
  width: 90%;
  height: 100%;
}

@media screen and (min-width: 429px) {
  section.price .price-photo-container .photo {
    width: 45%;
  }
}

section.price .price-photo-container .price-text {
  margin: 0 auto;
  width: 100%;
  padding-top: 7.5%;
  line-height: 1.5;
}

@media screen and (min-width: 429px) {
  section.price .price-photo-container .price-text {
    width: 50%;
    padding-top: 0;
  }
}

section.price .price-photo-container .price-text .sub-title {
  font-size: 1.1rem;
  margin-left: 0;
}

@media screen and (min-width: 429px) {
  section.price .price-photo-container .price-text .sub-title {
    margin: auto;
    display: block;
    font-size: 1.3rem;
  }
}

@media screen and (width: 1366px) and (min-height: 768px) {
  section.price .price-photo-container .price-text .sub-title {
    font-size: 1rem;
  }
}

@media screen and (min-width: 1920px) {
  section.price .price-photo-container .price-text .sub-title {
    font-size: 1.3rem;
  }
}

section.price .price-photo-container .price-text .monthly-fee {
  margin: 2.5rem auto 0;
  font-size: 1rem;
  width: 69%;
  text-align: left;
}

@media screen and (width: 375px) and (max-height: 812px) {
  section.price .price-photo-container .price-text .monthly-fee {
    width: 75%;
  }
}

@media screen and (width: 320px) and (max-height: 568px) {
  section.price .price-photo-container .price-text .monthly-fee {
    width: 88%;
  }
}

@media screen and (min-width: 429px) {
  section.price .price-photo-container .price-text .monthly-fee {
    margin: 2rem auto 0;
    width: 85%;
  }
}

@media screen and (min-width: 1000px) {
  section.price .price-photo-container .price-text .monthly-fee {
    width: 80%;
  }
}

@media screen and (min-width: 1400px) {
  section.price .price-photo-container .price-text .monthly-fee {
    margin: 4.5rem auto 0;
    width: 60%;
  }
}

@media screen and (width: 1366px) and (min-height: 768px) {
  section.price .price-photo-container .price-text .monthly-fee {
    margin: 3.5rem auto 0;
    font-size: 1rem;
    width: 60%;
  }
}

@media screen and (min-width: 1920px) {
  section.price .price-photo-container .price-text .monthly-fee {
    margin: 6rem auto 0;
    font-size: 1.3rem;
  }
}

section.price .price-photo-container .price-text .monthly-fee-title {
  display: none;
}

@media screen and (min-width: 429px) {
  section.price .price-photo-container .price-text .monthly-fee-title {
    margin-bottom: 1rem;
    display: block;
  }
}

@media screen and (min-width: 1400px) {
  section.price .price-photo-container .price-text .monthly-fee-title {
    margin-bottom: 1.5rem;
  }
}

@media screen and (width: 1366px) and (min-height: 768px) {
  section.price .price-photo-container .price-text .monthly-fee-title {
    margin-bottom: 1.5rem;
  }
}

section.price .price-photo-container .price-text .monthly-fee-content {
  display: none;
}

@media screen and (min-width: 429px) {
  section.price .price-photo-container .price-text .monthly-fee-content {
    display: block;
    font-size: .8rem;
    margin-bottom: .5rem;
  }
}

@media screen and (min-width: 1000px) {
  section.price .price-photo-container .price-text .monthly-fee-content {
    font-size: 1rem;
  }
}

@media screen and (min-width: 1400px) {
  section.price .price-photo-container .price-text .monthly-fee-content {
    font-size: 1rem;
    margin-bottom: 2rem;
  }
}

@media screen and (width: 1366px) and (min-height: 768px) {
  section.price .price-photo-container .price-text .monthly-fee-content {
    font-size: .7rem;
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 1920px) {
  section.price .price-photo-container .price-text .monthly-fee-content {
    font-size: 1rem;
  }
}

section.price .price-photo-container .price-text .monthly-fee-content-sp {
  letter-spacing: .1em;
  font-size: 1rem;
  margin-bottom: 1.2rem;
}

@media screen and (width: 320px) and (max-height: 568px) {
  section.price .price-photo-container .price-text .monthly-fee-content-sp {
    font-size: .9rem;
  }
}

@media screen and (width: 375px) and (max-height: 812px) {
  section.price .price-photo-container .price-text .monthly-fee-content-sp {
    font-size: .9rem;
  }
}

@media screen and (width: 414px) and (max-height: 896px) {
  section.price .price-photo-container .price-text .monthly-fee-content-sp {
    font-size: .9rem;
  }
}

@media screen and (min-width: 429px) {
  section.price .price-photo-container .price-text .monthly-fee-content-sp {
    display: none;
  }
}

section.price .price-photo-container .price-text .monthly-fee-other {
  font-size: 1rem;
  letter-spacing: .2em;
  line-height: 2.2;
}

@media screen and (width: 320px) and (max-height: 568px) {
  section.price .price-photo-container .price-text .monthly-fee-other {
    font-size: .9rem;
  }
}

@media screen and (width: 375px) and (max-height: 812px) {
  section.price .price-photo-container .price-text .monthly-fee-other {
    font-size: .9rem;
  }
}

@media screen and (width: 414px) and (max-height: 896px) {
  section.price .price-photo-container .price-text .monthly-fee-other {
    font-size: .9rem;
  }
}

@media screen and (min-width: 429px) {
  section.price .price-photo-container .price-text .monthly-fee-other {
    line-height: normal;
    letter-spacing: normal;
    font-size: .8rem;
  }
}

@media screen and (min-width: 1000px) {
  section.price .price-photo-container .price-text .monthly-fee-other {
    font-size: 1rem;
  }
}

@media screen and (min-width: 1400px) {
  section.price .price-photo-container .price-text .monthly-fee-other {
    font-size: 1rem;
  }
}

@media screen and (width: 1366px) and (min-height: 768px) {
  section.price .price-photo-container .price-text .monthly-fee-other {
    font-size: .7rem;
  }
}

@media screen and (min-width: 1920px) {
  section.price .price-photo-container .price-text .monthly-fee-other {
    font-size: 1rem;
  }
}

section.price .price-photo-container .price-text .monthly-fee-other p {
  margin-bottom: .1rem;
}

@media screen and (min-width: 429px) {
  section.price .price-photo-container .price-text .monthly-fee-other p {
    margin-bottom: .5rem;
  }
}

@media screen and (min-width: 1400px) {
  section.price .price-photo-container .price-text .monthly-fee-other p {
    margin-bottom: .9rem;
  }
}

@media screen and (width: 1366px) and (min-height: 768px) {
  section.price .price-photo-container .price-text .monthly-fee-other p {
    margin-bottom: .7rem;
  }
}

@media screen and (min-width: 1920px) {
  section.price .price-photo-container .price-text .monthly-fee-other p {
    margin-bottom: .9rem;
  }
}

section.price .price-photo-container .price-text .experience-fee {
  margin: 1.2rem auto 2rem;
  width: 69%;
  font-size: 1rem;
  text-align: left;
}

@media screen and (width: 320px) and (max-height: 568px) {
  section.price .price-photo-container .price-text .experience-fee {
    font-size: .9rem;
  }
}

@media screen and (width: 375px) and (max-height: 812px) {
  section.price .price-photo-container .price-text .experience-fee {
    width: 75%;
    font-size: .9rem;
  }
}

@media screen and (width: 414px) and (max-height: 896px) {
  section.price .price-photo-container .price-text .experience-fee {
    font-size: .9rem;
  }
}

@media screen and (width: 320px) and (max-height: 568px) {
  section.price .price-photo-container .price-text .experience-fee {
    width: 88%;
  }
}

@media screen and (min-width: 429px) {
  section.price .price-photo-container .price-text .experience-fee {
    font-size: .8rem;
    width: 85%;
    margin: .5rem auto .5rem;
  }
}

@media screen and (min-width: 1000px) {
  section.price .price-photo-container .price-text .experience-fee {
    width: 80%;
    font-size: 1rem;
  }
}

@media screen and (min-width: 1400px) {
  section.price .price-photo-container .price-text .experience-fee {
    font-size: 1rem;
    margin: 1.2rem auto 2rem;
    width: 60%;
  }
}

@media screen and (width: 1366px) and (min-height: 768px) {
  section.price .price-photo-container .price-text .experience-fee {
    margin: 3rem auto 4rem;
    font-size: 1rem;
    width: 60%;
  }
}

@media screen and (min-width: 1920px) {
  section.price .price-photo-container .price-text .experience-fee {
    margin: 4rem auto 2rem;
    font-size: 1.3rem;
  }
}

section.price .btn-more {
  position: static;
  margin: 3.4rem auto 0;
}

@media screen and (min-width: 429px) {
  section.price .btn-more {
    position: absolute;
    bottom: -4rem;
    right: 5rem;
  }
}

@media screen and (min-width: 1000px) {
  section.price .btn-more {
    bottom: 0;
  }
}

@media screen and (min-width: 1920px) {
  section.price .btn-more {
    right: 8.5rem;
  }
}

section.faq {
  position: relative;
}

@media screen and (min-width: 429px) {
  section.faq {
    padding-top: 7rem;
  }
}

section.faq .content-title {
  letter-spacing: .3em;
  position: absolute;
  top: 4.5%;
  left: 50%;
  width: 37%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (width: 375px) and (max-height: 812px) {
  section.faq .content-title {
    width: 48%;
  }
}

@media screen and (width: 414px) and (max-height: 896px) {
  section.faq .content-title {
    width: 45%;
  }
}

@media screen and (width: 320px) and (max-height: 568px) {
  section.faq .content-title {
    width: 50%;
  }
}

@media screen and (width: 375px) and (max-height: 667px) {
  section.faq .content-title {
    width: 48%;
  }
}

@media screen and (min-width: 429px) {
  section.faq .content-title {
    width: auto;
    top: -0.6%;
    letter-spacing: .8em;
    height: 22%;
  }
}

@media screen and (min-width: 1000px) {
  section.faq .content-title {
    height: 21%;
  }
}

@media screen and (min-width: 1400px) {
  section.faq .content-title {
    height: 25%;
  }
}

@media screen and (width: 1366px) and (min-height: 768px) {
  section.faq .content-title {
    top: 3.3%;
  }
}

@media screen and (min-width: 1920px) {
  section.faq .content-title {
    top: -0.6%;
  }
}

section.faq .content-title::before {
  left: -27%;
}

section.faq .content-title::after {
  right: -22%;
}

section.faq .content-title .border {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 429px) {
  section.faq .content-title .border {
    display: block;
  }
}

section.faq .content-title .border:before, section.faq .content-title .border:after {
  border-top: 1px solid;
  content: "";
  width: 2em;
}

@media screen and (min-width: 429px) {
  section.faq .content-title .border:before, section.faq .content-title .border:after {
    display: none;
  }
}

section.faq .content-title .border:before {
  margin-right: 2em;
}

section.faq .content-title .border:after {
  margin-left: 2em;
}

@media screen and (min-width: 429px) {
  section.faq .content-title .space_pc {
    margin-top: 46%;
  }
}

section.faq .beige-back {
  padding-top: 5.3rem;
  padding-bottom: .1rem;
  color: #734e30;
}

@media screen and (min-width: 429px) {
  section.faq .beige-back {
    padding-top: 9.3rem;
    padding-bottom: 2rem;
  }
}

@media screen and (width: 1366px) and (min-height: 768px) {
  section.faq .beige-back {
    padding-top: 9rem;
    padding-bottom: 3rem;
  }
}

@media screen and (min-width: 1400px) {
  section.faq .beige-back {
    padding-top: 7.3rem;
    padding-bottom: 2.5rem;
  }
}

@media screen and (min-width: 1920px) {
  section.faq .beige-back {
    padding-top: 10rem;
    padding-bottom: 4rem;
  }
}

section.faq .beige-back .sub-title {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic;
  font-size: 1.1rem;
  margin: 0 auto;
  display: block;
}

@media screen and (min-width: 429px) {
  section.faq .beige-back .sub-title {
    font-size: 1.1rem;
    display: inline;
  }
}

@media screen and (width: 1366px) and (min-height: 768px) {
  section.faq .beige-back .sub-title {
    font-size: 1rem;
  }
}

@media screen and (min-width: 1920px) {
  section.faq .beige-back .sub-title {
    font-size: 1.3rem;
  }
}

section.faq .beige-back .faq-text {
  width: 87%;
  margin: .8rem auto 0;
}

@media screen and (width: 320px) and (max-height: 568px) {
  section.faq .beige-back .faq-text {
    width: 90%;
  }
}

@media screen and (width: 375px) and (max-height: 667px) {
  section.faq .beige-back .faq-text {
    width: 90%;
  }
}

@media screen and (min-width: 429px) {
  section.faq .beige-back .faq-text {
    margin: 0 auto;
    width: 90%;
  }
}

@media screen and (min-width: 1000px) {
  section.faq .beige-back .faq-text {
    width: 80%;
  }
}

@media screen and (min-width: 1400px) {
  section.faq .beige-back .faq-text {
    width: 60%;
  }
}

@media screen and (width: 1366px) and (min-height: 768px) {
  section.faq .beige-back .faq-text {
    width: 60%;
  }
}

section.faq .beige-back .faq-text .question {
  font-weight: bold;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic;
  font-size: 1rem;
  margin: 1.4rem auto 0;
}

@media screen and (width: 320px) and (max-height: 568px) {
  section.faq .beige-back .faq-text .question {
    line-height: 1.5;
  }
}

@media screen and (width: 375px) and (max-height: 667px) {
  section.faq .beige-back .faq-text .question {
    font-size: .9rem;
  }
}

@media screen and (min-width: 429px) {
  section.faq .beige-back .faq-text .question {
    font-size: .9rem;
    margin: 3rem 0 0 1rem;
  }
}

@media screen and (min-width: 1000px) {
  section.faq .beige-back .faq-text .question {
    font-size: 1.1rem;
    margin: 3rem 0 0 3rem;
  }
}

@media screen and (width: 1366px) and (min-height: 768px) {
  section.faq .beige-back .faq-text .question {
    font-size: .9rem;
    margin: 3rem 0 0 7rem;
  }
}

@media screen and (min-width: 1400px) {
  section.faq .beige-back .faq-text .question {
    font-size: 1.2rem;
    margin: 3rem 0 0 6rem;
  }
}

@media screen and (min-width: 1920px) {
  section.faq .beige-back .faq-text .question {
    font-size: 1.2rem;
    margin: 3rem 0 0 9rem;
  }
}

section.faq .beige-back .faq-text .answer {
  margin: 1.2rem auto 2.6rem;
  color: #333;
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: .1em;
  width: 95%;
}

@media screen and (min-width: 429px) {
  section.faq .beige-back .faq-text .answer {
    letter-spacing: normal;
    width: 100%;
    line-height: normal;
    font-size: .8rem;
    margin: 2.5rem 0 6rem 2rem;
  }
}

@media screen and (min-width: 1000px) {
  section.faq .beige-back .faq-text .answer {
    font-size: 1rem;
    margin: 2.5rem 0 6rem 5rem;
  }
}

@media screen and (width: 1366px) and (min-height: 768px) {
  section.faq .beige-back .faq-text .answer {
    font-size: .8rem;
    margin: 2rem 0 4rem 8.5rem;
  }
}

@media screen and (min-width: 1400px) {
  section.faq .beige-back .faq-text .answer {
    margin: 2rem 0 4rem 7.5rem;
  }
}

@media screen and (min-width: 1920px) {
  section.faq .beige-back .faq-text .answer {
    font-size: 1rem;
    margin: 2.5rem 0 6rem 10.5rem;
  }
}

section.faq .beige-back .faq-text .answer p {
  margin-bottom: .6rem;
}

section.faq .beige-back .btn-more {
  margin: 0 auto 3rem;
}

@media screen and (min-width: 429px) {
  section.faq .beige-back .btn-more {
    margin: 1rem 8.5rem 0 auto;
  }
}

@media screen and (width: 1366px) and (min-height: 768px) {
  section.faq .beige-back .btn-more {
    margin: 1rem 5rem 0 auto;
  }
}

@media screen and (min-width: 1920px) {
  section.faq .beige-back .btn-more {
    margin: 0 8.5rem 0 auto;
  }
}

section.news {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 0;
  position: relative;
}

@media screen and (min-width: 429px) {
  section.news {
    padding-bottom: 5rem;
  }
}

@media screen and (width: 1366px) and (min-height: 768px) {
  section.news {
    padding-bottom: 9.5rem;
  }
}

@media screen and (min-width: 1400px) {
  section.news {
    padding-bottom: 9rem;
  }
}

@media screen and (min-width: 1920px) {
  section.news {
    padding-bottom: 11rem;
  }
}

section.news .btn-goto-top {
  display: none;
}

@media screen and (min-width: 429px) {
  section.news .btn-goto-top {
    display: block;
  }
}

section.news .content-title {
  position: absolute;
  top: 7%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 0 auto;
}

@media screen and (min-width: 429px) {
  section.news .content-title {
    position: static;
    margin: 0 auto 2rem;
  }
}

@media screen and (width: 1366px) and (min-height: 768px) {
  section.news .content-title {
    margin: 0 auto 4rem;
  }
}

@media screen and (min-width: 1400px) {
  section.news .content-title {
    margin: 0 auto 3rem;
  }
}

@media screen and (min-width: 1920px) {
  section.news .content-title {
    margin: 0 auto 5rem;
  }
}

section.news .content-title::before {
  left: -74%;
}

section.news .content-title::after {
  right: -74%;
}

section.news .news-text {
  margin-bottom: 4rem;
  text-align: center;
  display: none;
}

@media screen and (min-width: 429px) {
  section.news .news-text {
    display: block;
  }
}

@media screen and (width: 1366px) and (min-height: 768px) {
  section.news .news-text {
    margin-bottom: 3.5rem;
    font-size: .7rem;
  }
}

@media screen and (min-width: 1920px) {
  section.news .news-text {
    margin-bottom: 4rem;
    font-size: 1rem;
  }
}

section.news .news-photo-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 8% auto 0;
  width: 85%;
}

@media screen and (min-width: 429px) {
  section.news .news-photo-container {
    margin: 0 auto;
    width: 45%;
  }
}

section.news .news-photo-container .thumb-sns {
  width: 47%;
  margin-bottom: 1rem;
}

@media screen and (min-width: 429px) {
  section.news .news-photo-container .thumb-sns {
    margin-bottom: 0;
    width: 26%;
  }
}

section.news .news-photo-container .thumb-sns:hover {
  opacity: .7;
}

section.news .news-photo-container .thumb-sns.-sp {
  border: 1px solid #aaa;
  font-size: .8rem;
  line-height: 2;
}

@media screen and (width: 320px) and (max-height: 568px) {
  section.news .news-photo-container .thumb-sns.-sp {
    font-size: .7rem;
  }
}

@media screen and (min-width: 429px) {
  section.news .news-photo-container .thumb-sns.-sp {
    display: none;
  }
}

section.news .news-photo-container .thumb-sns.-sp:hover {
  opacity: 1;
}

section.news .news-photo-container .thumb-sns.-sp p {
  margin-top: 2.3rem;
  margin-left: 1rem;
}

section.application-sp {
  display: block;
  padding: 4rem 0 6rem;
  position: relative;
  font-size: 1.1rem;
  text-align: center;
}

@media screen and (width: 320px) and (max-height: 568px) {
  section.application-sp {
    font-size: 1rem;
  }
}

@media screen and (min-width: 429px) {
  section.application-sp {
    display: none;
  }
}

section.application-sp p {
  margin-bottom: 1.3rem;
}

section.application-sp .btn-more {
  margin: 0 auto;
}

section.application-sp .btn-goto-top {
  position: absolute;
  width: 50px;
  height: 30px;
  border-radius: 40px 40px 0 0;
  background: #fdf7f3;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (min-width: 429px) {
  section.application-sp .btn-goto-top {
    background: #f4f4f4;
    width: 60px;
    height: 30px;
    border-radius: 30px 30px 0 0;
  }
}

section.application-sp .txt-goto-top {
  position: absolute;
  text-align: center;
  bottom: -11%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (width: 1366px) and (min-height: 768px) {
  section.application-sp .txt-goto-top {
    font-size: .9rem;
  }
}

@media screen and (min-width: 1920px) {
  section.application-sp .txt-goto-top {
    f