@charset "UTF-8";
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
/*	layout
------------------------------------ */
/*	font-size  cmn
------------------------------------ */
/*	com parts  PC
------------------------------------ */
.sns-none {
  display: none !important;
}

.over {
  overflow: hidden;
}

.com-ib {
  display: inline-block;
}

.spxs-only {
  display: none;
}
@media screen and (max-width: 390px) {
  .spxs-only {
    display: inherit;
  }
}

.f26 {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .f26 {
    font-size: 1.5rem;
  }
}

.pre {
  white-space: pre-line;
}

.anchor-mp {
  margin: -120px auto 0;
  padding-top: 120px;
}

.nowrap {
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .nowrap {
    white-space: nowrap;
  }
}
.no-sb {
  margin: 50px auto 0;
}

@media screen and (min-width: 768px) {
  .com-txt-box p:nth-of-type(n+2) {
    margin-top: 30px;
  }
}

.clamp1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.clamp2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.clamp3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

@media screen and (min-width: 768px) {
  .com-pd {
    padding: 100px 0;
  }
}

.com-noimage {
  background: url(../img/ent/logo.png) no-repeat center #ffffff;
  background-size: clamp(48px, 65%, 280px);
}

/*  共通パーツ
------------------------------------ */
.com-box {
  background-color: #ebebef;
}

.com-tel {
  line-height: 1;
}
.com-tel-link {
  padding-left: 26px;
  background: url(../img/top/f-tel.png) no-repeat left 70%;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 3.5rem;
}
@media screen and (max-width: 768px) {
  .com-tel-link {
    font-size: 1.75rem;
  }
}
.com-tel-link {
  letter-spacing: 0.08em;
  color: #fff;
}
.com-tel-note {
  display: block;
  margin-top: 7px;
}

.com-bg01 {
  background: url(../img/top/reason-illu.png) no-repeat calc(50% + 670px) calc(100% - 23px);
}
.com-bg02 {
  background: #f6f6f6;
}

.com-reserve-btn {
  display: flex;
  max-width: 225px;
  height: 70px;
  background: url(../img/top/reserve-target.png) no-repeat calc(100% - 15px) center #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .com-reserve-btn {
    font-size: 1.5rem;
  }
}
.com-reserve-btn {
  letter-spacing: 0.05em;
  color: #202f55;
  align-items: center;
  justify-content: center;
}
.com-reserve-btn::before {
  content: "";
  width: 20px;
  height: 19px;
  margin-right: 8px;
  background: url(../img/top/reserve-ico.png) no-repeat left center/contain;
}

.news-post {
  width: 100%;
  max-width: 795px;
}
.news-post-item {
  border-bottom: 1px solid #b6b9b0;
}
.news-post-item:nth-of-type(1) a {
  padding-top: 0;
}
.news-post-link {
  display: block;
  padding: 30px 0 24px;
}
.news-post-time {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .news-post-time {
    font-size: 1.5rem;
  }
}
.news-post-time {
  letter-spacing: 0.12em;
  color: #202f55;
  line-height: 1;
  flex-shrink: 0;
}
.news-post-tag {
  display: flex;
  margin-left: 34px;
  flex-wrap: wrap;
  line-height: 1.1;
}
.news-post-tag-txt {
  min-width: 70px;
  margin: 0 10px 10px 0;
  text-align: center;
  background: #202f55;
  padding: 3px 10px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .news-post-tag-txt {
    font-size: 1.5rem;
  }
}
.news-post-tag-txt {
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1.1;
}
.news-post-ttl {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .news-post-ttl {
    font-size: 1.5rem;
  }
}
.news-post-ttl {
  letter-spacing: 0.15em;
  line-height: 1.3;
}
.news-post-time, .news-post-tag-txt, .news-post-ttl {
  transition: all 0.3s ease;
}

.com-tag {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}
.com-tag-item {
  width: 100%;
  max-width: 250px;
}
@media screen and (min-width: 768px) {
  .com-tag-item:nth-of-type(n+2) {
    margin-left: 27px;
  }
}
.com-tag-link {
  display: block;
  width: 100%;
  height: 70px;
  text-align: center;
  background: url(../img/price/anchor-arw.png) no-repeat calc(100% - 20px) center #202f55;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .com-tag-link {
    font-size: 1.5rem;
  }
}
.com-tag-link {
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 70px;
}

/* =========================================

  main layout  all

========================================= */
/* top-about  PC
------------------------------------ */
#top-about .about-list {
  margin: 63px auto 0;
}
#top-about .about-list-item {
  text-align: center;
}
#top-about .about-list-item:nth-of-type(2n) {
  margin-top: 40px;
}
#top-about .about-list-ttl {
  margin: 14px auto 0;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  #top-about .about-list-ttl {
    font-size: 1.5rem;
  }
}
#top-about .about-list-ttl {
  color: #202f55;
  letter-spacing: 0.15em;
  line-height: 2.1;
}
#top-about .about-list-ttl span {
  padding-bottom: 7px;
  border-bottom: 1px solid #b6b9b0;
}
#top-about .solution {
  padding: 120px 0 40px;
  background: url(../img/top/solution-iico.png) no-repeat calc(50% - 550px) center #202f55;
}
#top-about .solution-ttl {
  text-align: center;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 3.8rem;
}
@media screen and (max-width: 768px) {
  #top-about .solution-ttl {
    font-size: 1.9rem;
  }
}
#top-about .solution-ttl {
  letter-spacing: 0.2em;
  line-height: 1.68;
  color: #fff;
}
#top-about .solution-ttl::after {
  content: "";
  display: block;
  width: 1px;
  height: 46px;
  margin: 33px auto 0;
  background: rgba(255, 255, 255, 0.3);
}

/* top-concept  PC
------------------------------------ */
#top-concept {
  background: url(../img/top/concept-ico.png) no-repeat calc(50% + 412px) 73px, url(../img/top/concept-bg.png) no-repeat center/cover;
}
#top-concept .concept-inner {
  position: relative;
  z-index: 0;
}
#top-concept .concept-inner::before {
  content: "";
  width: 1000px;
  height: 554px;
  background-color: #fff;
  position: absolute;
  left: calc(50% - 960px);
  bottom: 112px;
  z-index: -1;
}
#top-concept .concept-img {
  position: absolute;
  left: -295px;
  top: 130px;
}
@media screen and (min-width: 768px) {
  #top-concept .concept-con {
    max-width: 570px;
    margin-left: auto;
  }
}
#top-concept .concept-txt {
  font-size: 1.9rem;
}
@media screen and (max-width: 768px) {
  #top-concept .concept-txt {
    font-size: 1.5rem;
  }
}
#top-concept .concept-txt {
  line-height: 1.68;
}
#top-concept .concept-txt-box {
  margin-top: 30px;
}

/* top-reason  PC
------------------------------------ */
#top-reason .reason-list {
  margin: 100px auto 0;
}
#top-reason .reason-list-item {
  padding: 0 54px;
  position: relative;
}
#top-reason .reason-list-item:nth-of-type(n+2) {
  margin-top: 140px;
}
#top-reason .reason-list-item:nth-of-type(2n) .reason-list-img {
  right: 0;
}
#top-reason .reason-list-item:nth-of-type(2n-1) .reason-list-img {
  left: 0;
}
#top-reason .reason-list-item:nth-of-type(2n-1) .reason-list-box-txt {
  color: #fff;
}
#top-reason .reason-list-box {
  width: 100%;
  max-width: 740px;
}
@media screen and (min-width: 768px) {
  #top-reason .reason-list-box {
    min-height: 365px;
  }
}
#top-reason .reason-list-box.box01 {
  background: #202f55;
}
@media screen and (min-width: 768px) {
  #top-reason .reason-list-box.box01 {
    margin-left: auto;
    padding: 68px 58px 15px 135px;
  }
}
#top-reason .reason-list-box.box02 {
  background: #ebebef;
}
@media screen and (min-width: 768px) {
  #top-reason .reason-list-box.box02 {
    padding: 68px 130px 15px 58px;
  }
}
#top-reason .reason-list-box-txt {
  margin-top: 34px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #top-reason .reason-list-box-txt {
    font-size: 1.5rem;
  }
}
#top-reason .reason-list-box-txt {
  color: #202f55;
  line-height: 1.9;
}
#top-reason .reason-list-img {
  box-shadow: 7.071px 7.071px 16px 4px rgba(6, 8, 38, 0.15);
  position: absolute;
  top: -60px;
}
@media screen and (min-width: 768px) {
  #top-reason .reason-list-img {
    width: 44.5%;
  }
}
#top-reason .reason-btn-wrap {
  margin: 70px auto 0;
  text-align: center;
}

/* top-gallery  PC
------------------------------------ */
#top-gallery {
  position: relative;
  z-index: 0;
}
#top-gallery::before {
  content: "";
  width: 1304px;
  height: 418px;
  background: url(../img/top/gallery-illu.png) no-repeat calc(100% - 24px) 33px #202f55;
  position: absolute;
  top: 0;
  left: calc(50% - 960px);
  z-index: -1;
}
@media screen and (min-width: 1921px) {
  #top-gallery::before {
    width: 67.9%;
    left: 0;
  }
}
#top-gallery .gallery-ttl .en {
  font-family: "Mrs Saint Delafield", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 5.8rem;
}
@media screen and (max-width: 768px) {
  #top-gallery .gallery-ttl .en {
    font-size: 2.9rem;
  }
}
#top-gallery .gallery-ttl .en {
  letter-spacing: 0.12em;
  color: #c3c3cd;
  line-height: 1;
}
#top-gallery .gallery-ttl .ja {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 3.8rem;
}
@media screen and (max-width: 768px) {
  #top-gallery .gallery-ttl .ja {
    font-size: 1.9rem;
  }
}
#top-gallery .gallery-ttl .ja {
  letter-spacing: 0.15em;
  line-height: 1.6;
  color: #fff;
}
#top-gallery .gallery-txt {
  margin-left: 44px;
  padding-top: 29px;
  padding-bottom: 29px;
  padding-left: 52px;
  border-left: 1px solid #fff;
  font-size: 1.9rem;
}
@media screen and (max-width: 768px) {
  #top-gallery .gallery-txt {
    font-size: 1.5rem;
  }
}
#top-gallery .gallery-txt {
  letter-spacing: 0.1em;
  color: #fff;
  line-height: 2.1;
}
#top-gallery .gallery-btn-wrap {
  margin: 80px auto 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #top-gallery .com-sb3-item:nth-of-type(n+4) {
    display: none;
  }
}

.com-sb3 {
  display: flex;
  margin: 77px auto 0;
  flex-wrap: wrap;
}
.com-sb3-item {
  width: 100%;
  max-width: 330px;
}
@media screen and (min-width: 768px) {
  .com-sb3-item:not(:nth-of-type(3n-2)) {
    margin-left: 44px;
  }
  .com-sb3-item:nth-of-type(n+4) {
    margin-top: 60px;
  }
}
.com-sb3-link {
  display: block;
}
.com-sb3-img {
  width: 100%;
  height: 0;
  padding-top: 100%;
  outline: 1px solid #f6f6f6;
  position: relative;
  box-shadow: 7.071px 7.071px 16px 4px rgba(6, 8, 38, 0.15);
}
.com-sb3-ttl {
  margin-top: 12px;
}
.com-sb3-time {
  display: block;
  text-align: right;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .com-sb3-time {
    font-size: 1.5rem;
  }
}
.com-sb3-time {
  letter-spacing: 0.12em;
  color: #202f55;
}

/* top-flow  PC
------------------------------------ */
#top-flow {
  border-top: 4px solid #202f55;
  background: url(../img/top/flow-bg.png) no-repeat center top/cover;
}
@media screen and (min-width: 768px) {
  #top-flow {
    position: relative;
    z-index: 0;
  }
  #top-flow::before {
    content: "";
    width: 1323px;
    height: 341px;
    border: 1px dashed #202f55;
    border-left: none;
    border-radius: 0 999px 999px 0;
    position: absolute;
    bottom: 237px;
    left: calc(50% - 960px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1921px) {
  #top-flow::before {
    width: 68.9%;
    left: 0;
  }
}
#top-flow .flow-list {
  margin: 50px auto 0;
}
@media screen and (min-width: 768px) {
  #top-flow .flow-list {
    height: 572px;
    position: relative;
  }
}
#top-flow .flow-list-item {
  display: flex;
  width: 100%;
  max-width: 230px;
  height: 230px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  #top-flow .flow-list-item {
    position: absolute;
  }
}
#top-flow .flow-list-item01 {
  background: url(../img/top/flow-img01.jpg) no-repeat center/cover;
}
@media screen and (min-width: 768px) {
  #top-flow .flow-list-item01 {
    left: 69px;
    top: 0;
  }
}
#top-flow .flow-list-item02 {
  background: url(../img/top/flow-img02.jpg) no-repeat center/cover;
}
@media screen and (min-width: 768px) {
  #top-flow .flow-list-item02 {
    left: 427px;
    top: 0;
  }
}
#top-flow .flow-list-item03 {
  background: url(../img/top/flow-img03.jpg) no-repeat center/cover;
}
@media screen and (min-width: 768px) {
  #top-flow .flow-list-item03 {
    left: 783px;
    top: 175px;
  }
}
#top-flow .flow-list-item04 {
  background: url(../img/top/flow-img04.jpg) no-repeat center/cover;
}
@media screen and (min-width: 768px) {
  #top-flow .flow-list-item04 {
    left: 427px;
    bottom: 0;
  }
}
#top-flow .flow-list-item05 {
  background: url(../img/top/flow-img05.jpg) no-repeat center/cover;
}
@media screen and (min-width: 768px) {
  #top-flow .flow-list-item05 {
    left: 69px;
    bottom: 0;
  }
}
#top-flow .flow-list-item .ttl {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  #top-flow .flow-list-item .ttl {
    font-size: 1.5rem;
  }
}
#top-flow .flow-list-item .ttl {
  letter-spacing: 0.07em;
  color: #fff;
  line-height: 1.16;
}
#top-flow .flow-list-item .num {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 5rem;
}
@media screen and (max-width: 768px) {
  #top-flow .flow-list-item .num {
    font-size: 2.5rem;
  }
}
#top-flow .flow-list-item .num {
  letter-spacing: 0.02em;
  line-height: 1;
  text-shadow: rgb(255, 255, 255) 2px 0px 0px, rgb(255, 255, 255) 1.75517px 0.958851px 0px, rgb(255, 255, 255) 1.0806px 1.68294px 0px, rgb(255, 255, 255) 0.141474px 1.99499px 0px, rgb(255, 255, 255) -0.832294px 1.81859px 0px, rgb(255, 255, 255) -1.60229px 1.19694px 0px, rgb(255, 255, 255) -1.97998px 0.28224px 0px, rgb(255, 255, 255) -1.87291px -0.701566px 0px, rgb(255, 255, 255) -1.30729px -1.5136px 0px, rgb(255, 255, 255) -0.421592px -1.95506px 0px, rgb(255, 255, 255) 0.567324px -1.91785px 0px, rgb(255, 255, 255) 1.41734px -1.41108px 0px, rgb(255, 255, 255) 1.92034px -0.558831px 0px;
  position: absolute;
  left: 0;
  top: 0;
}

/* top-price  PC
------------------------------------ */
#top-price {
  background: url(../img/top/price-bg.jpg) no-repeat center/cover;
}
#top-price .ja {
  color: #fff;
}
#top-price .price-txt {
  margin: 40px auto 0;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #top-price .price-txt {
    font-size: 1.5rem;
  }
}
#top-price .price-txt {
  letter-spacing: 0.1em;
  color: #fff;
  line-height: 2.2;
}
#top-price .price-btn-wrap {
  margin: 50px auto 0;
  text-align: center;
}

/* top-access  PC
------------------------------------ */
#top-access {
  background: url(../img/top/access-illu.png) no-repeat calc(50% - 510px) 138px #f6f6f6;
}
#top-access .access-flx {
  margin: 50px auto 0;
}
@media screen and (min-width: 768px) {
  #top-access .access-flx-map {
    max-width: 430px;
  }
}
@media screen and (min-width: 768px) {
  #top-access .access-table {
    max-width: 610px;
  }
}

/* top-news  PC
------------------------------------ */
#top-news .news-btn {
  margin-top: 50px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #top-news .news-btn {
    font-size: 1.5rem;
  }
}

/* com-contact  PC
------------------------------------ */
.com-contact {
  background: url(../img/top/reserve-img.jpg) no-repeat calc(50% - 512px) center, url(../img/top/reserve-bg.jpg) no-repeat calc(50% + 447px) center;
}
@media screen and (min-width: 1921px) {
  .com-contact {
    background-position-x: left, right;
    background-size: 46.7%, 53.3%;
  }
}
.com-contact .contact-con {
  max-width: 796px;
  margin-left: auto;
  padding-right: 50px;
}
.com-contact .contact-ttl {
  text-align: right;
}
.com-contact .contact-ttl .en {
  display: inline-block;
  transform: rotate(15deg);
}
.com-contact .contact-ttl .ja {
  text-align: left;
  line-height: 1.5;
}
.com-contact .contact-ttl .sm {
  display: inline-block;
  padding: 10px 10px 10px 24px;
  background: #fff;
  color: #202f55;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .com-contact .contact-ttl .sm {
    font-size: 1.5rem;
  }
}
.com-contact .contact-ttl .sm {
  letter-spacing: 0.15em;
}
.com-contact .contact-ttl .lg {
  display: inline-block;
  margin-top: 11px;
  padding: 10px 10px 10px 24px;
  background: #fff;
  color: #202f55;
  font-size: 3.8rem;
}
@media screen and (max-width: 768px) {
  .com-contact .contact-ttl .lg {
    font-size: 1.9rem;
  }
}
.com-contact .contact-ttl .lg {
  letter-spacing: 0.15em;
}
.com-contact .contact-info {
  margin-top: 40px;
  padding-left: 137px;
}
.com-contact .contact-info-txt {
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .com-contact .contact-info-txt {
    font-size: 1.5rem;
  }
}
.com-contact .contact-info-txt {
  letter-spacing: 0.1em;
}
.com-contact .contact-info-flx {
  margin-top: 30px;
}
.com-contact .contact-info-btn {
  width: 250px;
  max-width: none;
}
.com-contact .contact-info-reserve {
  margin-left: 23px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .com-contact .contact-info-reserve {
    font-size: 1.5rem;
  }
}
.com-contact .contact-info-reserve {
  color: #fff;
  line-height: 2.1;
}
.com-contact .contact-info-reserve a {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .com-contact .contact-info-reserve a {
    font-size: 1.5rem;
  }
}
.com-contact .contact-info-reserve a {
  border-bottom: 1px solid;
}

/* =========================================

  sub layout  all

========================================= */
/* reason  PC
------------------------------------ */
#reason #top-reason .reason-list {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  #reason #top-reason .reason-list-box {
    min-height: 516px;
  }
}
#reason #top-reason .reason-list-box {
  padding-bottom: 40px;
}
#reason #top-reason .reason-list-box-txt {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #reason #top-reason .reason-list-box-txt {
    font-size: 1.5rem;
  }
}
#reason #top-reason .reason-list-box-txt {
  line-height: 1.75;
  letter-spacing: 0.1em;
}
#reason #top-reason .reason-list-check {
  margin-top: 14px;
}
#reason #top-reason .reason-list-check li {
  padding: 7px 12px 7px 23px;
  background: #ebebef;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #reason #top-reason .reason-list-check li {
    font-size: 1.5rem;
  }
}
#reason #top-reason .reason-list-check li {
  letter-spacing: 0.1em;
  color: #202f55;
  line-height: 1.125;
  position: relative;
}
#reason #top-reason .reason-list-check li:nth-of-type(n+2) {
  margin-top: 3px;
}
#reason #top-reason .reason-list-check li::before {
  content: "";
  width: 4px;
  height: 4px;
  background: #202f55;
  border-radius: 50%;
  position: absolute;
  top: 17px;
  left: 10px;
}
#reason .mt {
  margin-top: 11px;
}

.com-bnr {
  background: url(../img/reason/flow-img.png) no-repeat right center #ebebef;
}
.com-bnr .bnr-inner {
  padding: 82px 60px 75px;
  position: relative;
}
.com-bnr .bnr-link {
  display: block;
}
@media screen and (min-width: 768px) {
  .com-bnr .en {
    position: absolute;
    left: 0;
    top: 44px;
  }
}
.com-bnr .ja {
  display: inline-block;
  margin-top: 0;
  padding-right: 76px;
  background: url(../img/top/com-btn-arw.png) no-repeat right center;
  line-height: 1;
}

/* flow  PC
------------------------------------ */
#flow .flow {
  background: url(../img/flow/deco.png) no-repeat calc(50% + 600px) calc(100% - 43px);
}
#flow .flow-txt {
  text-align: center;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  #flow .flow-txt {
    font-size: 1.5rem;
  }
}
#flow .flow-txt {
  letter-spacing: 0.1em;
}
#flow .flow-list {
  margin: 60px auto 0;
}
#flow .flow-list-item {
  display: flex;
  background: #202f55;
  justify-content: center;
}
#flow .flow-list-item:nth-of-type(n+2) {
  margin: 70px auto 0;
  position: relative;
}
#flow .flow-list-item:nth-of-type(n+2)::before {
  content: "";
  width: 23px;
  height: 29px;
  margin: auto;
  background: url(../img/flow/arw.png) no-repeat center top/contain;
  position: absolute;
  top: -51px;
  left: 0;
  right: 0;
}
#flow .flow-list-item:nth-of-type(2n) {
  background: #ebebef;
}
#flow .flow-list-item:nth-of-type(2n) .num {
  color: #fff;
}
#flow .flow-list-item:nth-of-type(2n) .ja {
  color: #202f55;
  border-color: #b6b9b0;
}
#flow .flow-list-item:nth-of-type(2n) .com-txt {
  color: #202f55;
}
#flow .flow-list-img {
  flex-shrink: 0;
}
#flow .flow-list-con {
  padding: 55px 40px 0;
}
#flow .flow-list-txt {
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#flow .flow-list-txt-box {
  margin-top: 30px;
}
#flow .flow-list-check {
  margin-top: 14px;
}
#flow .flow-list-check li {
  padding: 7px 12px 7px 23px;
  background: #ffffff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #flow .flow-list-check li {
    font-size: 1.5rem;
  }
}
#flow .flow-list-check li {
  letter-spacing: 0.1em;
  color: #202f55;
  line-height: 1.125;
  position: relative;
}
#flow .flow-list-check li:nth-of-type(n+2) {
  margin-top: 3px;
}
#flow .flow-list-check li::before {
  content: "";
  width: 4px;
  height: 4px;
  background: #202f55;
  border-radius: 50%;
  position: absolute;
  top: 17px;
  left: 10px;
}
@media screen and (min-width: 768px) {
  #flow .flow-list .ja {
    font-size: 2.6rem;
  }
}
#flow .com-bnr {
  background-image: url(../img/flow/price.png);
}

/* price  PC
------------------------------------ */
#price .price {
  background: url(../img/price/price-illu.png) no-repeat calc(50% + 276px) 390px, url(../img/price/pprice-bg.jpg) repeat-x center bottom/cover;
}
#price .price-contents {
  padding-top: 120px;
}
#price .price-table {
  max-width: 500px;
  margin: 45px auto 0;
}
#price .price-table th, #price .price-table td {
  padding: 14px 20px;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  #price .price-table th, #price .price-table td {
    font-size: 1.5rem;
  }
}
#price .price-table th, #price .price-table td {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}
#price .price-table th {
  width: 230px;
  text-align: center;
}
#price .point-ttl {
  font-size: 3.4rem;
}
@media screen and (max-width: 768px) {
  #price .point-ttl {
    font-size: 1.7rem;
  }
}
#price .point-dl {
  display: flex;
  margin: 74px auto 0;
  justify-content: space-between;
  flex-wrap: wrap;
}
#price .point-dl-item {
  width: 100%;
  max-width: 520px;
}
#price .point-dl dt {
  padding: 8px;
  background: #202f55;
  text-align: center;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  #price .point-dl dt {
    font-size: 1.5rem;
  }
}
#price .point-dl dt {
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #fff;
}
#price .point-dl dd {
  padding: 10px 30px;
  background: #ebebef;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  #price .point-dl dd {
    min-height: 164px;
  }
}
#price .case-bg {
  background: url(../img/price/case-illu.png) no-repeat calc(50% - 540px) 132px #ebebef;
}
#price .case-ttl {
  text-align: center;
  color: #202f55;
}
#price .case-ttl .fuki {
  display: inline-block;
  padding: 0 22px 5px;
  background: url(../img/price/left.png) no-repeat left bottom, url(../img/price/right.png) no-repeat right bottom;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  #price .case-ttl .fuki {
    font-size: 1.5rem;
  }
}
#price .case-ttl .fuki {
  letter-spacing: 0.15em;
  line-height: 1;
}
#price .case-ttl .ja {
  margin: 12px auto 0;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 3.4rem;
}
@media screen and (max-width: 768px) {
  #price .case-ttl .ja {
    font-size: 1.7rem;
  }
}
#price .case-ttl .ja {
  letter-spacing: 0.15em;
  line-height: 1.5;
}
#price .case-list {
  margin: 40px auto 0;
}
#price .case-list-item {
  width: 100%;
  max-width: 320px;
}
#price .case-list-ttl {
  padding: 10px 7px 12px;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  #price .case-list-ttl {
    font-size: 1.5rem;
  }
}
#price .case-list-ttl {
  letter-spacing: 0.1em;
  line-height: 1.75;
}
#price .case-list-ttl::before {
  bottom: -11px;
}
#price .case-list-ttl .lg {
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  #price .case-list-ttl .lg {
    font-size: 1.5rem;
  }
}
#price .case-list-ttl .lg {
  line-height: 1;
}
#price .case-list-dl {
  padding: 24px 20px;
  background: #fff;
}
#price .case-list-dl-item {
  display: flex;
  align-items: flex-start;
}
#price .case-list-dl div:nth-of-type(n+2) {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #b6b9b0;
}
#price .case-list-dl dt, #price .case-list-dl dd {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #202f55;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  #price .case-list-dl dt, #price .case-list-dl dd {
    font-size: 1.5rem;
  }
}
#price .case-list-dl dt, #price .case-list-dl dd {
  letter-spacing: 0.08em;
  line-height: 1.5;
}
#price .case-list-dl dt {
  padding-right: 20px;
}
#price .case-list-dl dd {
  padding-left: 20px;
  border-left: 1px solid #b6b9b0;
}
#price .faq-inner {
  padding: 110px 0 115px;
}
#price .faq-list {
  margin: 40px auto 0;
}
#price .faq-list-item {
  padding: 36px 40px;
  background-color: #202f55;
}
#price .faq-list-item:nth-of-type(n+2) {
  margin-top: 40px;
}
#price .faq-list-ttl {
  padding-bottom: 13px;
  padding-left: 45px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #price .faq-list-ttl {
    font-size: 1.5rem;
  }
}
#price .faq-list-ttl {
  letter-spacing: 0.08em;
  color: #fff;
  line-height: 1.6;
  position: relative;
}
#price .faq-list-ttl::before {
  content: "Q";
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 3.5rem;
}
@media screen and (max-width: 768px) {
  #price .faq-list-ttl::before {
    font-size: 1.75rem;
  }
}
#price .faq-list-ttl::before {
  letter-spacing: 0.1em;
  line-height: 1;
  color: #fff;
  position: absolute;
  top: -10px;
  left: 0;
}
#price .faq-list-txt {
  margin-top: 24px;
  padding-left: 45px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #price .faq-list-txt {
    font-size: 1.5rem;
  }
}
#price .faq-list-txt {
  letter-spacing: 0.1em;
  color: #fff;
  line-height: 1.5;
  white-space: pre-line;
  position: relative;
}
#price .faq-list-txt::before {
  content: "A";
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 3.5rem;
}
@media screen and (max-width: 768px) {
  #price .faq-list-txt::before {
    font-size: 1.75rem;
  }
}
#price .faq-list-txt::before {
  letter-spacing: 0.1em;
  line-height: 1;
  color: #fff;
  position: absolute;
  top: -10px;
  left: 0;
}
#price .faq .en {
  font-size: 5rem;
}
@media screen and (max-width: 768px) {
  #price .faq .en {
    font-size: 2.5rem;
  }
}
#price .faq .ja {
  font-size: 3.4rem;
}
@media screen and (max-width: 768px) {
  #price .faq .ja {
    font-size: 1.7rem;
  }
}
#price .com-bnr {
  background-image: url(../img/price/case.png);
}

/* gallery  PC
------------------------------------ */
#gallery .com-sb3 {
  margin-top: 0;
}
#gallery .gallery-box {
  padding: 35px 40px 30px;
  background: #ebebef;
}
#gallery .gallery-time {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  #gallery .gallery-time {
    font-size: 1.5rem;
  }
}
#gallery .gallery-time {
  letter-spacing: 0.12em;
  color: #394c7e;
  line-height: 1;
}
#gallery .gallery-ttl {
  margin: 5px auto 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #9aa0b1;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.9rem;
}
@media screen and (max-width: 768px) {
  #gallery .gallery-ttl {
    font-size: 1.5rem;
  }
}
#gallery .gallery-ttl {
  letter-spacing: 0.12em;
  color: #202f55;
  line-height: 1.6;
}
#gallery .gallery-img {
  margin: 30px auto 0;
  text-align: center;
}
#gallery .gallery-img img {
  border: 1px solid #9299ab;
}
#gallery .gallery-price {
  display: flex;
  margin: 42px auto 0;
}
#gallery .gallery-price dt, #gallery .gallery-price dd {
  padding: 11px 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  #gallery .gallery-price dt, #gallery .gallery-price dd {
    font-size: 1.5rem;
  }
}
#gallery .gallery-price dt, #gallery .gallery-price dd {
  letter-spacing: 0.1em;
  line-height: 1.6;
}
#gallery .gallery-price dt {
  width: 160px;
  background: #202f55;
  text-align: center;
  color: #fff;
  flex-shrink: 0;
}
#gallery .gallery-price dd {
  background: #fff;
  color: #202f55;
}
#gallery .gallery-txt {
  margin: 20px auto 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #gallery .gallery-txt {
    font-size: 1.5rem;
  }
}
#gallery .gallery-txt {
  letter-spacing: 0.1em;
  line-height: 1.77;
  color: #202f55;
  white-space: pre-line;
}

/* news  PC
------------------------------------ */
#news .com-news-link {
  padding: 30px;
}
#news .detail-box {
  padding: 50px;
}

/* site  PC
------------------------------------ */
#site .site-box {
  padding: 50px;
}/*# sourceMappingURL=all.css.map */