@charset "UTF-8";
html {
  font-size: 62.5%;
}

body {
  min-width: 375px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  padding-top: 98px;
}
@media screen and (max-width: 767px) {
  body {
    padding-top: 50px;
    padding-bottom: 47px;
  }
}

header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 100;
  background-color: #000000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 30px;
}
header .h-logo {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  header .h-logo img {
    width: 54px;
  }
}
header .h-logo .header-text {
  color: #FFFFFF;
  font-size: 2.1rem;
  margin-left: 30px;
  font-family: YuMincho, "Yu Mincho", serif;
}
@media screen and (max-width: 767px) {
  header .h-logo .header-text {
    font-size: 1.6rem;
    margin-left: 15px;
  }
}
header .h-cta {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  header .h-cta {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    align-items: stretch;
  }
  header .h-cta > * {
    width: 50%;
    min-height: 50px;
  }
}
header .h-tel-wrap {
  display: flex;
  flex-direction: column;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  header .h-tel-wrap {
    background-color: #000000;
    margin-right: 0;
    align-items: center;
    justify-content: center;
    padding-left: 30px;
    position: relative;
  }
  header .h-tel-wrap:before {
    content: "";
    display: block;
    width: 17px;
    height: 23px;
    background-image: url("../images/tel-icon_w.png");
    background-size: cover;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
}
header .h-tel-wrap ._sub {
  display: inline-block;
  margin-top: 3px;
  color: #FFFFFF;
  font-size: 1.3rem;
  font-family: YuMincho, "Yu Mincho", serif;
}
@media screen and (max-width: 767px) {
  header .h-tel-wrap ._sub {
    font-size: 1rem;
  }
}
header .h-tel {
  display: inline-flex;
  align-items: center;
  color: #FFFFFF;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1;
  font-family: YuMincho, "Yu Mincho", serif;
}
@media screen and (max-width: 767px) {
  header .h-tel {
    font-size: 2rem;
  }
}
header .h-tel img {
  display: inline-block;
  margin-right: 10px;
}
header .h-btn a {
  width: 240px;
  height: 47px;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  background-color: #e3b866;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  font-family: YuMincho, "Yu Mincho", serif;
}
@media screen and (max-width: 767px) {
  header .h-btn a {
    display: flex;
    font-size: 1.8rem;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
  }
}
header .h-btn a:before {
  content: "";
  display: block;
  width: 21px;
  height: 17px;
  margin-right: 10px;
  background-image: url("../images/Icon-email.webp");
  background-size: cover;
  flex-shrink: 0;
}

p {
  font-size: 1.8rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 1.4rem;
  }
}
p ._small {
  font-size: 1.4rem;
}
p ._middle {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  p ._middle {
    font-size: 1.8rem;
  }
}
p ._large {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  p ._large {
    font-size: 2.4rem;
  }
}
p._center {
  text-align: center;
}
p._cw {
  color: #FFFFFF;
}

* + p {
  margin-top: 20px;
}
* + p + p {
  margin-top: 30px;
}

.lh18 {
  line-height: 1.8;
}

.img-wrap {
  text-align: center;
}
.img-wrap img {
  max-width: 100%;
}

.content-inner {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}

.hdg-lv2 {
  margin-bottom: 60px;
  text-align: center;
  font-size: 4.8rem;
  color: #e3b866;
  font-weight: bold;
  font-family: YuMincho, "Yu Mincho", serif;
}
@media screen and (max-width: 767px) {
  .hdg-lv2 {
    font-size: 3rem;
    margin-bottom: 40px;
  }
}
.hdg-lv2._cb {
  color: #000000;
}
.hdg-lv2._type2 {
  font-weight: 500;
}
.hdg-lv2._type3 {
  color: #000000;
  text-align: left;
}
.hdg-lv2._type3 > span {
  display: inline-block;
  padding: 5px;
  background-color: #80c7e3;
  color: #FFFFFF;
  font-size: 2.5rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .hdg-lv2._type3 > span {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
.hdg-lv2._type4 {
  color: #FFFFFF;
  font-size: 3.5rem;
}
@media screen and (max-width: 767px) {
  .hdg-lv2._type4 {
    font-size: 2rem;
  }
}
.hdg-lv2._type4 > span {
  color: #e3b866;
  font-size: 5rem;
}
@media screen and (max-width: 767px) {
  .hdg-lv2._type4 > span {
    font-size: 3rem;
  }
}

.fv-area {
  background-image: url("../images/fv-bg.webp");
  background-position: center center;
}

.fv-inner {
  text-align: center;
  position: relative;
}
.fv-inner img {
  max-width: 100%;
}
@media screen and (max-width: 460px) {
  .fv-inner {
    padding-bottom: 30px;
  }
}
.fv-inner .cta-btn {
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
}
@media screen and (max-width: 1000px) {
  .fv-inner .cta-btn {
    max-width: 500px;
    width: 100%;
  }
  .fv-inner .cta-btn a {
    padding: 10px 20px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .fv-inner .cta-btn {
    bottom: 15px;
  }
  .fv-inner .cta-btn a {
    font-size: 2rem;
  }
}

.about-area1 {
  padding: 50px 0 100px;
}

.about-area2 {
  padding: 90px 0 100px;
  background-image: url("../images/about2-img-02.webp"), url("../images/about2-bg.webp");
  background-position: left calc(50% - 255px) bottom, center center;
  background-repeat: no-repeat, repeat;
}
@media screen and (max-width: 767px) {
  .about-area2 {
    padding: 45px 0 50px;
    background-position: left -80px center, center center;
    overflow: hidden;
  }
}
.about-area2 .hdg-lv2 {
  margin-bottom: 20px;
}

.primary-box-content {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 30px 62px;
  background-color: #f2f2f2;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
  transform: translateY(-20px);
  background-image: url("../images/primary-box-bg-left.webp"), url("../images/primary-box-bg-right.webp");
  background-position: left -30px center, right -30px center;
  background-repeat: no-repeat, no-repeat;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .primary-box-content {
    padding: 30px 40px;
    background-position: left -50px center, right -55px center;
    transform: translateY(0);
  }
}
.primary-box-content .primary-box-content-hdg {
  text-align: center;
  font-size: 4rem;
  font-family: YuMincho, "Yu Mincho", serif;
}
@media screen and (max-width: 767px) {
  .primary-box-content .primary-box-content-hdg {
    font-size: 2.5rem;
  }
}
.primary-box-content._slide50 {
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .primary-box-content._slide50 {
    transform: translateY(0);
  }
}

.primary-col2-content {
  display: flex;
}
@media screen and (max-width: 767px) {
  .primary-col2-content {
    flex-direction: column;
  }
}
.primary-col2-content._rev {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .primary-col2-content._rev {
    flex-direction: column;
  }
}
.primary-col2-content._rev .img-col {
  margin-left: 0;
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  .primary-col2-content._rev .img-col {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .primary-col2-content._sp-rev {
    flex-direction: column-reverse;
  }
}
.primary-col2-content._center {
  align-items: center;
}
.primary-col2-content .text-col {
  flex-grow: 1;
}
.primary-col2-content .text-col .col-head {
  color: #FFFFFF;
  font-size: 2.5rem;
  line-height: 1.8;
  font-family: YuMincho, "Yu Mincho", serif;
}
@media screen and (max-width: 767px) {
  .primary-col2-content .text-col .col-head {
    font-size: 2rem;
  }
}
.primary-col2-content .text-col .col-head > span {
  background-color: #000000;
}
.primary-col2-content .text-col .col-head._about > span {
  background-color: #e3b866;
  color: #000000;
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .primary-col2-content .text-col .col-head._about > span {
    font-size: 2.5rem;
  }
}
.primary-col2-content .img-col {
  margin-left: 50px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .primary-col2-content .img-col {
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.primary-col2-content .w30 {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .primary-col2-content .w30 {
    width: 50%;
    margin-left: auto;
  }
}
.primary-col2-content .w40 {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .primary-col2-content .w40 {
    width: 100%;
  }
}
.primary-col2-content .wf195 {
  width: 195px;
  margin: 0 auto;
}
.primary-col2-content .wf195 img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .primary-col2-content .wf195 {
    margin-left: auto;
    margin-right: 0;
    width: auto;
  }
}
.primary-col2-content + .primary-col2-content {
  margin-top: 70px;
}

.mid-head {
  font-size: 2rem;
  margin-top: 30px;
}

.text-list {
  padding-left: 10px;
  margin-top: 20px;
  font-size: 1.5rem;
}
.text-list > li + li {
  margin-top: 5px;
}

.img-caption {
  font-size: 1.8rem;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .img-caption {
    font-size: 1.4rem;
  }
}
.img-caption._cw {
  color: #FFFFFF;
}
.img-caption._center {
  text-align: center;
}
.img-caption._right {
  text-align: right;
}

.about2-text {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .about2-text {
    font-size: 1.8rem;
  }
}

.about-list {
  width: 450px;
  margin-left: auto;
  margin-top: 60px;
  font-family: YuMincho, "Yu Mincho", serif;
}
@media screen and (max-width: 767px) {
  .about-list {
    width: 100%;
    max-width: 320px;
    margin: 100px auto 0;
  }
}
.about-list > li {
  padding: 10px 0 10px 40px;
  font-size: 3rem;
  color: #80c7e3;
  border: 1px solid #80c7e3;
  border-left: none;
  position: relative;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .about-list > li {
    font-size: 2rem;
  }
}
.about-list > li > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 1px solid #80c7e3;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .about-list > li > span {
    width: 44px;
    height: 44px;
  }
}
.about-list > li + li {
  margin-top: 30px;
}

.history-area {
  padding: 130px 0 95px;
}
@media screen and (max-width: 767px) {
  .history-area {
    padding: 75px 0 50px;
  }
}

.history-content {
  background-color: #f2f2f2;
  position: relative;
  padding: 80px 30px;
}
@media screen and (max-width: 767px) {
  .history-content {
    padding: 40px 20px;
  }
}
.history-content ._history-hdg {
  position: absolute;
  left: 30px;
  top: 0;
  color: #000000;
  transform: translateY(-50%);
}
.history-content .history-text {
  font-size: 2rem;
  font-family: YuMincho, "Yu Mincho", serif;
}
@media screen and (max-width: 767px) {
  .history-content .history-text {
    font-size: 1.6rem;
  }
}

.history-read-text {
  font-size: 5rem;
  text-align: center;
  margin-top: 70px;
  margin-bottom: 65px;
  font-family: YuMincho, "Yu Mincho", serif;
}
@media screen and (max-width: 767px) {
  .history-read-text {
    font-size: 3rem;
  }
}
.history-read-text span {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .history-read-text span {
    font-size: 2rem;
  }
}

.read-area {
  padding: 130px 0 200px;
  background-color: #000000;
  background-image: url("../images/read-area-bg.webp");
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .read-area {
    padding: 65px 0 100px;
  }
}

.read-area-text {
  font-size: 2.5rem;
  color: #FFFFFF;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .read-area-text {
    font-size: 2rem;
  }
}

.border-box-content {
  max-width: 860px;
  margin: 70px auto 0;
  border: 2px solid #FFFFFF;
  padding: 50px 20px;
  text-align: center;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .border-box-content {
    padding: 30px 10px;
  }
}
.border-box-content p {
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .border-box-content p {
    font-size: 2rem;
  }
}

.flow14-area .content-inner {
  background-image: url("../images/flow14-bg.webp");
  padding: 50px 30px 70px;
}
.flow14-area .hdg-lv2 {
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .flow14-area .hdg-lv2 {
    font-size: 3rem;
  }
}
.flow14-area .hdg-lv2 span {
  font-size: 6rem;
}
@media screen and (max-width: 767px) {
  .flow14-area .hdg-lv2 span {
    font-size: 4rem;
  }
}
.flow14-area .flow14-plus {
  display: block;
  text-align: center;
  font-size: 8rem;
  color: #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}
@media screen and (max-width: 767px) {
  .flow14-area .flow14-plus {
    font-size: 6rem;
  }
}
.flow14-area .flow-process-wrap {
  overflow: hidden;
}
.flow14-area .flow-process {
  margin-top: 40px;
  color: #FFFFFF;
  font-size: 1.8rem;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .flow14-area .flow-process {
    padding-left: 0;
  }
}
.flow14-area .flow-process > li {
  display: flex;
  line-height: 1.5;
}
.flow14-area .flow-process > li .flow-process-num {
  display: inline-block;
  margin-right: 10px;
}
.flow14-area .flow-process > li + li {
  margin-top: 20px;
}

.chara-area {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .chara-area {
    background-color: #f2f2f2;
    margin-top: 0;
    padding-top: 60px;
  }
}
.chara-area-inner {
  background: linear-gradient(180deg, #FFFFFF 0, #FFFFFF 80px, #f2f2f2 80px, #f2f2f2 100%);
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .chara-area-inner {
    background: none;
  }
}

.movie-box {
  max-width: 960px;
  margin: 0 auto;
  background-color: #e3b967;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .movie-box {
    margin-top: 40px;
  }
}
.movie-box-inner {
  background-color: #e3b967;
  border: 1px solid #FFFFFF;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .movie-box-inner {
    padding: 20px 10px;
  }
}
.movie-box .movie-box-hdg {
  font-size: 4.8rem;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 30px;
  font-family: YuMincho, "Yu Mincho", serif;
}
@media screen and (max-width: 767px) {
  .movie-box .movie-box-hdg {
    font-size: 3rem;
  }
}
.movie-box .movie-box-content {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .movie-box .movie-box-content {
    flex-direction: column;
  }
}
.movie-box .movie-box-content .movie-box-item {
  width: calc((100% - 20px) / 2);
}
@media screen and (max-width: 767px) {
  .movie-box .movie-box-content .movie-box-item {
    width: 100%;
  }
  .movie-box .movie-box-content .movie-box-item + .movie-box-item {
    margin-top: 20px;
  }
}
.movie-box .movie-box-content .movie-box-item:nth-child(2n) {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .movie-box .movie-box-content .movie-box-item:nth-child(2n) {
    margin-left: 0;
  }
}
.movie-box .iframe-wrap {
  width: 100%;
  aspect-ratio: 16/9;
}
.movie-box .iframe-wrap .yt-img {
  display: block;
  position: relative;
}
.movie-box .iframe-wrap .yt-img:hover {
  opacity: 0.7;
}
.movie-box .iframe-wrap .yt-img img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.worries-area {
  padding: 110px 0 80px;
  background-color: #f2ecdf;
  position: relative;
}
@media screen and (max-width: 767px) {
  .worries-area {
    padding: 60px 0 40px;
  }
}
.worries-area .worries-area-hdg {
  font-size: 5rem;
  text-align: center;
  font-family: YuMincho, "Yu Mincho", serif;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .worries-area .worries-area-hdg {
    font-size: 3.5rem;
  }
}
.worries-area .worries-area-hdg > span {
  font-size: 7rem;
}
@media screen and (max-width: 767px) {
  .worries-area .worries-area-hdg > span {
    font-size: 4.5rem;
  }
}
.worries-area .worries-content {
  margin-top: 80px;
  padding: 120px 0 45px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .worries-area .worries-content {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 0;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .worries-area .worries-content .worries-circle-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
  }
}
.worries-area .worries-content .worries-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 250px;
  padding: 10px;
  border-radius: 50%;
  background-color: #000000;
  color: #FFFFFF;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .worries-area .worries-content .worries-circle {
    position: static;
    width: 140px;
    height: 140px;
  }
  .worries-area .worries-content .worries-circle:nth-child(2n) {
    margin-left: 30px;
  }
  .worries-area .worries-content .worries-circle:nth-child(n+3) {
    margin-top: 30px;
  }
}
.worries-area .worries-content .worries-circle:first-child {
  left: 70px;
  top: 0;
}
.worries-area .worries-content .worries-circle:nth-child(2) {
  right: 90px;
  top: 0;
}
.worries-area .worries-content .worries-circle:nth-child(3) {
  left: 0;
  bottom: 0;
}
.worries-area .worries-content .worries-circle:nth-child(4) {
  right: 0;
  bottom: 0;
}
.worries-area .worries-content .worries-circle p {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .worries-area .worries-content .worries-circle p {
    font-size: 1.5rem;
  }
}
.worries-area .worries-read {
  font-size: 6rem;
  text-align: center;
  font-family: YuMincho, "Yu Mincho", serif;
}
@media screen and (max-width: 767px) {
  .worries-area .worries-read {
    font-size: 3.5rem;
  }
}
.worries-area:after {
  content: "";
  display: block;
  width: 188px;
  height: 101px;
  background-image: url("../images/arrow-img@2x.webp");
  background-size: cover;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
}
@media screen and (max-width: 767px) {
  .worries-area:after {
    width: 94px;
    height: 50px;
  }
}

.ans-area {
  padding: 115px 0;
  background-image: url("../images/ans-area-bg.webp");
}
@media screen and (max-width: 767px) {
  .ans-area {
    padding: 60px 0;
  }
}
.ans-area .ans-area-text {
  font-size: 2.5rem;
  color: #FFFFFF;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .ans-area .ans-area-text {
    font-size: 2rem;
  }
}
.ans-area .ans-area-text-st {
  font-size: 6rem;
  color: #e3b866;
  font-family: YuMincho, "Yu Mincho", serif;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .ans-area .ans-area-text-st {
    font-size: 2.6rem;
  }
}
.ans-area .ans-area-text-st > span {
  position: relative;
}
@media screen and (max-width: 767px) {
  .ans-area .ans-area-text-st > span {
    display: inline-block;
  }
}
.ans-area .ans-area-text-st > span:after {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background-color: #e3b866;
  position: absolute;
  left: 0;
  bottom: 0;
}

.ans-img-list {
  margin-top: 75px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .ans-img-list {
    margin-top: 35px;
  }
}
.ans-img-list .img-wrap {
  border-radius: 10px;
  overflow: hidden;
}

.cta-area {
  padding: 60px 0;
  background-color: #000000;
}
.cta-area .cta-text {
  color: #FFFFFF;
  text-align: center;
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .cta-area .cta-text {
    font-size: 2rem;
  }
}
.cta-area .cta-text span {
  position: relative;
  display: inline-block;
}
.cta-area .cta-text span:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #FFFFFF;
}
.cta-area .cta-text-main {
  margin-bottom: 40px;
  text-align: center;
  color: #FFFFFF;
  font-size: 3.7rem;
}
@media screen and (max-width: 767px) {
  .cta-area .cta-text-main {
    font-size: 2.5rem;
  }
}

.cta-btn {
  text-align: center;
}
.cta-btn a {
  display: inline-flex;
  align-items: center;
  padding: 10px 15px;
  max-width: 500px;
  background-color: #e3b967;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1;
  color: #000000;
  position: relative;
  font-family: YuMincho, "Yu Mincho", serif;
}
.cta-btn a:before {
  content: "";
  display: block;
  margin-right: 10px;
  width: 28px;
  height: 21px;
  background-image: url("../images/Icon-email-02@2x.webp");
  background-size: cover;
}
.cta-btn a:after {
  content: "";
  display: block;
  margin-left: 10px;
  width: 27px;
  height: 27px;
  background-image: url("../images/cta-btn-af-icon@2x.webp");
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .cta-btn a {
    font-size: 2rem;
    padding: 10px 20px;
  }
}
.cta-btn a:hover {
  opacity: 0.7;
}

.reason-area {
  position: relative;
}
.reason-area-inner {
  padding: 75px 0 185px;
  background-image: url("../images/reason-bg.webp");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .reason-area-inner {
    padding: 40px 0 90px;
  }
}

.reason-list > li {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .reason-list > li {
    padding: 40px 0;
  }
}
.reason-list > li:first-child {
  padding-top: 0;
}
.reason-list > li + li {
  border-top: 1px solid #80c7e3;
}
.reason-list > li .reason-list-inner {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .reason-list > li .reason-list-inner {
    flex-direction: column;
  }
}
.reason-list > li .reason-list-inner .reason-list-head {
  margin-bottom: 35px;
  display: flex;
  align-items: center;
  color: #80c7e3;
  font-size: 3rem;
  font-weight: bold;
  font-family: YuMincho, "Yu Mincho", serif;
}
@media screen and (max-width: 767px) {
  .reason-list > li .reason-list-inner .reason-list-head {
    font-size: 2rem;
  }
}
.reason-list > li .reason-list-inner .reason-list-head .num {
  display: inline-block;
  margin-right: 20px;
  font-size: 6rem;
}
@media screen and (max-width: 767px) {
  .reason-list > li .reason-list-inner .reason-list-head .num {
    font-size: 3rem;
  }
}
.reason-list > li .reason-list-inner .text-col .reason-list-text {
  padding-left: 60px;
  color: #FFFFFF;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .reason-list > li .reason-list-inner .text-col .reason-list-text {
    font-size: 1.6rem;
    padding-left: 0;
  }
}
.reason-list > li .reason-list-inner .text-col .reason-list-text ._note {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .reason-list > li .reason-list-inner .text-col .reason-list-text ._note {
    font-size: 1.2rem;
  }
}
.reason-list > li .reason-list-inner .text-col .reason-list-text ._note-icon {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .reason-list > li .reason-list-inner .text-col .reason-list-text ._note-icon {
    font-size: 1rem;
  }
}
.reason-list > li .reason-list-inner .img-col {
  width: 35%;
  flex-shrink: 0;
  margin-left: 80px;
}
@media screen and (max-width: 767px) {
  .reason-list > li .reason-list-inner .img-col {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }
}

.info-area {
  padding: 100px 0 85px;
  background-color: #f2ecdf;
}
@media screen and (max-width: 767px) {
  .info-area {
    padding: 50px 0 40px;
  }
}

.info-hdg-wrap {
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .info-hdg-wrap {
    margin-bottom: 40px;
  }
}
.info-hdg-wrap h2 {
  display: inline-block;
  margin: 0 auto;
}

.mt-list {
  display: flex;
  flex-wrap: wrap;
}
.mt-list > li {
  width: 50%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .mt-list > li {
    width: calc((100% - 20px) / 2);
  }
  .mt-list > li:nth-child(2n) {
    margin-left: 20px;
  }
}
.mt-list > li:nth-child(n+3) {
  margin-top: 40px;
}
.mt-list > li p {
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .mt-list > li p {
    font-size: 1.8rem;
  }
}

.doctor-area {
  background-color: #333333;
  padding: 100px 0 145px;
}
@media screen and (max-width: 767px) {
  .doctor-area {
    padding: 50px 0 70px;
  }
}

.doctor-post {
  margin-bottom: 70px;
  text-align: center;
  color: #80c7e3;
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .doctor-post {
    font-size: 2.5rem;
  }
}
.doctor-post span {
  display: inline-block;
  border: 2px solid #80c7e3;
  padding: 5px 10px;
}

.doctor-info-wrap + .doctor-info-wrap {
  margin-top: 110px;
}
@media screen and (max-width: 767px) {
  .doctor-info-wrap + .doctor-info-wrap {
    margin-top: 55px;
  }
}

.doctor-col2-content {
  display: flex;
  justify-content: space-between;
  align-items: self-start;
}
@media screen and (max-width: 767px) {
  .doctor-col2-content {
    flex-direction: column-reverse;
  }
}
.doctor-col2-content .detail-col {
  flex-grow: 1;
  width: 60%;
}
@media screen and (max-width: 767px) {
  .doctor-col2-content .detail-col {
    width: 100%;
  }
}
.doctor-col2-content .img-col {
  margin-left: 140px;
}
@media screen and (max-width: 767px) {
  .doctor-col2-content .img-col {
    margin-left: 0;
  }
}

.doctor-career-head {
  margin-bottom: 30px;
  position: relative;
  font-family: YuMincho, "Yu Mincho", serif;
  color: #e3b866;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .doctor-career-head {
    font-size: 2.5rem;
  }
}
.doctor-career-head:after {
  content: "";
  display: block;
  width: 76%;
  height: 2px;
  background-color: #e3b866;
  position: absolute;
  right: 0;
  top: 50%;
}
@media screen and (max-width: 767px) {
  .doctor-career-head:after {
    width: 60%;
  }
}

.doctor-career-list {
  color: #FFFFFF;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .doctor-career-list {
    font-size: 1.6rem;
  }
}
.doctor-career-list > li {
  display: flex;
}
.doctor-career-list > li + li {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .doctor-career-list > li + li {
    margin-top: 15px;
  }
}
.doctor-career-list > li .doctor-career-time {
  flex-shrink: 0;
  margin-right: 20px;
}
.doctor-career-list + .doctor-career-head {
  margin-top: 40px;
}
.doctor-career-list._study-list .doctor-career-time {
  width: 110px;
}

.doctor-name {
  transform: translate(-30px, -20px);
}
.doctor-name .doctor-name-main {
  display: inline-block;
  padding: 5px 10px;
  background-color: #e3b866;
  font-family: YuMincho, "Yu Mincho", serif;
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .doctor-name .doctor-name-main {
    font-size: 3rem;
    padding-left: 20px;
  }
}
.doctor-name .doctor-name-kana {
  margin-top: 10px;
  display: block;
  text-align: right;
  font-family: YuMincho, "Yu Mincho", serif;
  font-size: 2.5rem;
  color: #e3b866;
}
@media screen and (max-width: 767px) {
  .doctor-name .doctor-name-kana {
    font-size: 2rem;
  }
}

.show-study-groups {
  margin-top: 20px;
}
.show-study-groups a {
  display: block;
  color: #FFFFFF;
  font-size: 4rem;
  text-align: center;
}

.doctor-comment {
  width: 100%;
  max-width: 960px;
  margin: 55px auto 0;
  padding: 10px;
  background-color: #000000;
}
@media screen and (max-width: 767px) {
  .doctor-comment {
    margin-top: 30px;
  }
}
.doctor-comment-inner {
  border: 1px solid #e3b866;
  padding: 20px;
  font-size: 2rem;
  color: #FFFFFF;
}

.mt-flow-area {
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  .mt-flow-area {
    padding: 60px 0;
  }
}

.flow-list > li {
  display: flex;
  padding-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .flow-list > li {
    padding-bottom: 60px;
  }
}
.flow-list > li .flow-list-content {
  width: 100%;
}
.flow-list > li:last-child {
  padding-bottom: 0;
}
.flow-list > li:last-child .flow-list-step:before {
  content: none;
}
.flow-list .flow-list-step {
  margin-right: 50px;
  font-size: 3rem;
  font-family: YuMincho, "Yu Mincho", serif;
  color: #80c7e3;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .flow-list .flow-list-step {
    font-size: 2rem;
    margin-right: 25px;
  }
}
.flow-list .flow-list-step:before {
  content: "";
  display: block;
  width: 2px;
  height: 90%;
  background-color: #000000;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateY(100%);
}
@media screen and (max-width: 767px) {
  .flow-list .flow-list-step:before {
    height: 100%;
    transform: translateY(25%);
  }
}
.flow-list .flow-list-step span {
  font-size: 5rem;
}
@media screen and (max-width: 767px) {
  .flow-list .flow-list-step span {
    font-size: 3.5rem;
  }
}
.flow-list .flow-list-icon {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background-color: #80c7e3;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .flow-list .flow-list-icon {
    width: 80px;
    height: 80px;
    position: relative;
    z-index: 10;
  }
}
.flow-list .flow-list-detail-head {
  font-size: 3.5rem;
  font-family: YuMincho, "Yu Mincho", serif;
  position: relative;
}
@media screen and (max-width: 767px) {
  .flow-list .flow-list-detail-head {
    font-size: 2.5rem;
  }
}
.flow-list .flow-list-detail-head:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000000;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .flow-list .flow-list-detail-head:before {
    display: none;
  }
}
.flow-list .flow-list-detail-head span {
  display: inline-block;
  background-color: #FFFFFF;
  padding-right: 20px;
}
.flow-list .flow-list-detail p a {
  text-decoration: underline;
}

.cost-area {
  padding: 80px 0 120px;
  background-color: #333333;
}
@media screen and (max-width: 767px) {
  .cost-area {
    padding: 40px 0 60px;
  }
}

.treatment-cost-list {
  background-color: #FFFFFF;
}
.treatment-cost-list > li {
  display: flex;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .treatment-cost-list > li {
    font-size: 1.6rem;
  }
}
.treatment-cost-list > li > * {
  padding: 10px 20px;
}
.treatment-cost-list > li .treatment-cost-head {
  width: 60%;
  border-right: 1px solid #b3b3b3;
}
.treatment-cost-list > li + li {
  border-top: 1px solid #b3b3b3;
}

.cost-img {
  margin: 50px 0;
}

.cost-block {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  background-color: #FFFFFF;
  padding: 50px;
}
@media screen and (max-width: 767px) {
  .cost-block {
    padding: 25px 10px;
  }
}
.cost-block .cost-block-hdg {
  font-size: 4rem;
  text-align: center;
  font-family: YuMincho, "Yu Mincho", serif;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .cost-block .cost-block-hdg {
    font-size: 2.5rem;
    margin-bottom: 40px;
  }
}
.cost-block + .cost-block {
  margin-top: 60px;
}
.cost-block .cost-block-content-head {
  font-size: 4rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .cost-block .cost-block-content-head {
    font-size: 2.5rem;
  }
}
.cost-block .cost-block-content-head._center {
  text-align: center;
  margin-bottom: 50px;
}

.cost-block-content + .cost-block-content {
  margin-top: 60px;
  border-top: 1px solid #000000;
  padding-top: 60px;
}

.fue-price-wrap {
  margin-bottom: 60px;
  background-color: #f2ecdf;
  padding: 20px 40px;
}
@media screen and (max-width: 767px) {
  .fue-price-wrap {
    padding: 10px;
  }
}
.fue-price-wrap .fue-base-price-list {
  font-size: 2rem;
  font-family: YuMincho, "Yu Mincho", serif;
}
@media screen and (max-width: 767px) {
  .fue-price-wrap .fue-base-price-list {
    font-size: 1.6rem;
  }
}
.fue-price-wrap .fue-base-price-list > li {
  display: flex;
}
@media screen and (max-width: 767px) {
  .fue-price-wrap .fue-base-price-list > li {
    flex-direction: column;
  }
}
.fue-price-wrap .fue-base-price-list > li > * {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .fue-price-wrap .fue-base-price-list > li > * {
    width: 100%;
    margin-bottom: 5px;
  }
  .fue-price-wrap .fue-base-price-list > li > *.fue-base-price-list-body {
    margin-left: 20px;
  }
}
.fue-price-wrap .fue-base-price-list > li + li {
  margin-top: 20px;
}

.fue-price-list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .fue-price-list {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.fue-price-list > li {
  width: 33.3333333333%;
}
@media screen and (max-width: 767px) {
  .fue-price-list > li {
    width: calc((100% - 30px) / 2);
  }
  .fue-price-list > li:nth-child(2) {
    margin-left: 30px;
  }
  .fue-price-list > li:nth-child(3) {
    margin-top: 30px;
  }
}
.fue-price-list p {
  text-align: center;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .fue-price-list p {
    font-size: 1.6rem;
  }
}
.fue-price-list p span {
  font-size: 1.5rem;
}

.fue-price-list-head {
  font-size: 3rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .fue-price-list-head {
    font-size: 1.8rem;
  }
}

.fue-price-list2 {
  display: flex;
  align-items: center;
  margin-top: 60px;
}
.fue-price-list2 .icon-col {
  margin-right: 30px;
}
.fue-price-list2 .detail-col {
  flex-grow: 1;
}
.fue-price-list2 .fue-price-detail-list {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .fue-price-list2 .fue-price-detail-list {
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
}
.fue-price-list2 .fue-price-detail-list > li {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .fue-price-list2 .fue-price-detail-list > li {
    flex-direction: column;
  }
}
.fue-price-list2 .fue-price-detail-list > li + li {
  margin-top: 20px;
}

.payment-method-list > li {
  display: flex;
}
@media screen and (max-width: 767px) {
  .payment-method-list > li {
    flex-direction: column;
  }
}
.payment-method-list > li + li {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .payment-method-list > li + li {
    margin-top: 20px;
  }
}
.payment-method-list .payment-method-list-head {
  width: 200px;
  font-size: 2rem;
  font-weight: bold;
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .payment-method-list .payment-method-list-head {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .payment-method-list .payment-method-list-detail {
    margin-top: 10px;
  }
}

.faq-area {
  padding: 120px 0;
  background-color: #f2ecdf;
}
@media screen and (max-width: 767px) {
  .faq-area {
    padding: 60px 0;
  }
}

.faq-list > li .fqq-q {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  position: relative;
}
.faq-list > li .fqq-q:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000000;
  position: absolute;
  left: 0;
  bottom: 0;
}
.faq-list > li .fqq-q p {
  font-family: YuMincho, "Yu Mincho", serif;
  font-size: 3.5rem;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .faq-list > li .fqq-q p {
    font-size: 2.2rem;
  }
}
.faq-list > li .fqq-q span {
  display: block;
  margin-right: 20px;
  font-size: 6rem;
  color: #e3b866;
}
@media screen and (max-width: 767px) {
  .faq-list > li .fqq-q span {
    font-size: 4rem;
  }
}
.faq-list > li .faq-a {
  margin-top: 20px;
  padding: 0 20px;
}
.faq-list > li .faq-a p {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .faq-list > li .faq-a p {
    font-size: 1.6rem;
  }
}
.faq-list > li + li {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .faq-list > li + li {
    margin-top: 50px;
  }
}

.read2-area {
  padding: 80px 0;
  background-image: url("../images/read2-area-bg.webp");
  background-size: cover;
}

.access-area {
  padding: 70px 0 130px;
  background-color: #f2ecdf;
}

.access-col2 {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 890px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .access-col2 {
    flex-direction: column;
  }
}
.access-col2 .access-col2-content {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .access-col2 .access-col2-content {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .access-col2 .access-col2-content:last-child {
    margin-left: 0;
    margin-top: 80px;
  }
}
.access-col2 .access-col2-content p {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .access-col2 .access-col2-content p {
    font-size: 1.6rem;
  }
}
.access-col2 .access-col2-content iframe {
  width: 100%;
  min-height: 260px;
  margin-top: 20px;
}
.access-col2 .access-col2-content-head {
  position: relative;
}
.access-col2 .access-col2-content-head:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #e3b866;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 1;
}
.access-col2 .access-col2-content-head span {
  display: inline-block;
  padding-right: 10px;
  color: #e3b866;
  font-size: 3rem;
  font-weight: bold;
  background-color: #f2ecdf;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .access-col2 .access-col2-content-head span {
    font-size: 2rem;
  }
}

footer {
  padding: 80px 0 50px;
  background-color: #000000;
}
@media screen and (max-width: 767px) {
  footer {
    padding: 40px 0 25px;
  }
}
footer .footer-inner {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  footer .footer-inner {
    padding: 0 20px;
  }
}
footer .footer-col2 {
  display: flex;
}
@media screen and (max-width: 767px) {
  footer .footer-col2 {
    flex-direction: column-reverse;
  }
}
footer .footer-col2 > * {
  width: 50%;
}
@media screen and (max-width: 767px) {
  footer .footer-col2 > * {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-col2 .btn-col {
    margin-top: 40px;
  }
}
footer .footer-col2 .btn-col ul {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
footer .footer-col2 .btn-col ul li {
  padding: 5px 15px;
  border: 1px solid #e3b866;
  color: #e3b866;
  font-size: 2.5rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  footer .footer-col2 .btn-col ul li {
    font-size: 1.8rem;
  }
}
footer .footer-col2 .btn-col ul li + li {
  margin-left: 30px;
}
footer .footer-col2 .time-col {
  padding-top: 20px;
  color: #FFFFFF;
}
footer .footer-col2 .time-col table {
  width: 100%;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  footer .footer-col2 .time-col table {
    font-size: 1.2rem;
  }
}
footer .footer-col2 .time-col table thead {
  background-color: #80c7e3;
}
footer .footer-col2 .time-col table thead th {
  padding: 5px 10px;
  text-align: center;
  vertical-align: middle;
}
footer .footer-col2 .time-col table tbody th, footer .footer-col2 .time-col table tbody td {
  padding: 10px;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  footer .footer-col2 .time-col table tbody th, footer .footer-col2 .time-col table tbody td {
    padding: 5px;
  }
}
footer .f-tel-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  color: #FFFFFF;
  font-family: YuMincho, "Yu Mincho", serif;
}
footer .f-tel-wrap .f-tel {
  display: flex;
  align-items: center;
  font-size: 3rem;
}
footer .f-tel-wrap .f-tel img {
  display: inline-block;
  margin-right: 5px;
}
footer .f-tel-wrap ._sub {
  display: inline-block;
  margin-top: 5px;
  font-size: 1.8rem;
}
footer .footer-cp {
  margin-top: 80px;
  text-align: center;
}
footer .footer-cp small {
  color: #FFFFFF;
  font-size: 1.2rem;
}

.case-ba {
  display: flex;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .case-ba {
    flex-direction: column;
  }
}
.case-ba > .case-ba-item {
  width: calc((100% - 80px) / 2);
}
@media screen and (max-width: 767px) {
  .case-ba > .case-ba-item {
    width: 100%;
  }
}
.case-ba > .case-ba-item + .case-ba-item {
  margin-left: 100px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .case-ba > .case-ba-item + .case-ba-item {
    margin-left: 0;
    margin-top: 60px;
  }
}
.case-ba > .case-ba-item + .case-ba-item:before {
  content: "";
  display: block;
  width: 47px;
  height: 53px;
  background-image: url("../images/arrow-img-02@2x.webp");
  background-size: cover;
  position: absolute;
  left: -65px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .case-ba > .case-ba-item + .case-ba-item:before {
    left: 50%;
    top: -30px;
    transform: translateX(-50%) rotate(90deg);
  }
}
.case-ba .case-ba-item-head {
  text-align: left;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #FFFFFF;
  font-family: YuMincho, "Yu Mincho", serif;
}
.case-ba .case-ba-item-head._color {
  color: #e3b866;
}
.case-ba .case-ba-img {
  text-align: center;
}
.case-ba .case-ba-img img {
  display: inline;
}

.case-slider {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
}
.case-slider > li {
  padding: 80px 50px;
  background-color: #000000;
  border-radius: 30px;
}
.case-slider .slick-slide {
  padding: 80px 50px;
  background-color: #000000;
  background-image: url("../images/case-bg.webp");
  background-position: -45px -20px;
}
@media screen and (max-width: 767px) {
  .case-slider .slick-slide {
    padding: 40px 20px;
  }
}
.case-slider .slick-arrow {
  display: block;
  width: 40px;
  height: 40px;
}
.case-slider .slick-next:before, .case-slider .slick-prev:before {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
  border-radius: 100%;
  font-family: initial;
  width: 100%;
  height: 100%;
  font-size: 30px;
}
.case-slider .slick-prev {
  left: -20px;
  transform: translateX(-100%);
  z-index: 30;
}
@media screen and (max-width: 767px) {
  .case-slider .slick-prev {
    left: 0;
    transform: translateX(0);
  }
}
.case-slider .slick-next {
  right: -20px;
  transform: translateX(100%);
}
@media screen and (max-width: 767px) {
  .case-slider .slick-next {
    right: 0;
    transform: translateX(0);
  }
}
.case-slider button:active {
  top: 50%;
}

.case-ba-detail {
  background-color: #FFFFFF;
  padding: 40px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .case-ba-detail {
    padding: 20px;
  }
}

.case-ba-detail-list > li {
  display: flex;
}
@media screen and (max-width: 767px) {
  .case-ba-detail-list > li {
    flex-direction: column;
  }
}
.case-ba-detail-list > li span {
  display: inline-block;
  padding: 20px 10px;
  font-size: 20px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .case-ba-detail-list > li span {
    font-size: 16px;
    padding: 10px 5px;
  }
}
.case-ba-detail-list > li span:first-child {
  width: 180px;
  flex-grow: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .case-ba-detail-list > li span:first-child {
    width: 100%;
    font-size: 20px;
  }
}
.case-ba-detail-list > li + li {
  border-top: 1px solid #7a7a7a;
}

.case-area {
  padding: 120px 0 80px;
}
@media screen and (max-width: 767px) {
  .case-area {
    padding: 60px 0 40px;
  }
}

@media screen and (max-width: 767px) {
  .chara-tbl-content {
    width: 100%;
    overflow: auto;
  }
}

.chara-tbl {
  margin: 0 auto 60px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .chara-tbl {
    min-width: 700px;
  }
}
.chara-tbl tr:first-child th {
  background-color: #000000;
  border-radius: 10px 10px 0 0;
  padding: 20px 10px;
  font-size: 2.5rem;
  color: #e3b866;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .chara-tbl tr:first-child th {
    font-size: 2rem;
  }
}
.chara-tbl tr:first-child th:first-child {
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .chara-tbl tr:first-child th:nth-child(2) {
    width: 300px;
  }
}
.chara-tbl tr:first-child th:last-child {
  padding: 0;
  padding-left: 20px;
  background: none;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .chara-tbl tr:first-child th:last-child {
    width: 260px;
  }
}
.chara-tbl tr:first-child th:last-child .td-content-inner {
  background-color: #808080;
  border-radius: 10px 10px 0 0;
  padding: 20px 10px;
  font-size: 2rem;
  text-align: center;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .chara-tbl tr:first-child th:last-child .td-content-inner {
    font-size: 1.8rem;
  }
}
.chara-tbl tr:nth-child(4) td {
  background-color: #f2e6ce;
}
.chara-tbl tr:nth-child(4) td:last-child .td-content-inner {
  background-color: #e6e6e6;
}
.chara-tbl tr:last-child td {
  border-radius: 0 0 10px 10px;
}
.chara-tbl tr:last-child td .td-content-inner {
  border-bottom: 3px solid #000000;
  border-radius: 0 0 10px 10px;
}
.chara-tbl tr:last-child td:nth-child(2) {
  background-color: #f2e6ce;
}
.chara-tbl tr:last-child td:last-child .td-content-inner {
  background-color: #e6e6e6;
  border-radius: 0 0 10px 10px;
}
.chara-tbl tr td {
  background-color: #e7dfd4;
  text-align: center;
  height: 100%;
}
.chara-tbl tr td .td-content-inner {
  height: 100%;
  padding: 20px 10px;
  border-left: 3px solid #000000;
  border-right: 3px solid #000000;
}
.chara-tbl tr td:last-child {
  background: none;
  padding: 0 0 0 20px;
  border: none;
}
.chara-tbl tr td:last-child .td-content-inner {
  background-color: #FFFFFF;
  height: 100%;
  padding: 20px 5px;
  border: 0;
}
.chara-tbl tr td p {
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.chara-tbl tr td p span {
  color: #d90000;
  font-weight: bold;
}
.chara-tbl tr th {
  text-align: center;
  vertical-align: middle;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .chara-tbl tr th {
    width: 80px;
  }
}
.chara-tbl tr + tr th {
  border-top: 2px solid #dbdbdb;
}

.form-area {
  padding: 120px 0 80px;
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
}
@media screen and (max-width: 767px) {
  .form-area {
    padding: 60px 0 40px;
  }
}

.form-list > li {
  display: flex;
}
@media screen and (max-width: 767px) {
  .form-list > li {
    flex-direction: column;
  }
}
.form-list > li + li {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .form-list > li + li {
    margin-top: 30px;
  }
}
.form-list .form-head {
  font-size: 1.8rem;
  width: 30%;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .form-list .form-head {
    width: 100%;
    margin-bottom: 10px;
  }
}
.form-list .form-head > span {
  display: inline-block;
  margin-left: 10px;
  font-size: 1.6rem;
}
.form-list .form-body {
  font-size: 1.6rem;
  width: 100%;
  flex-grow: 1;
}
.form-list input[type=text], .form-list select {
  padding: 5px;
  border: 1px solid #909090;
  border-radius: 5px;
  font-size: 1.6rem;
}
.form-list input[type=text] {
  width: 100%;
}
.form-list textarea {
  width: 100%;
  height: 250px;
  border: 1px solid #000000;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .form-list textarea {
    height: 150px;
  }
}
.form-list .input-note {
  font-size: 1.2rem;
  margin-top: 0;
}
.form-list .input-note span {
  color: #cd0708;
}
.form-list .input-format-text {
  margin-top: 0;
  font-size: 1.6rem;
  text-align: right;
}
.form-list .input-flex {
  display: flex;
  align-items: center;
}
.form-list .input-flex._radio .input-flex-item + .input-flex-item {
  margin-left: 20px;
}
.form-list .input-flex._radio + ._radio {
  margin-top: 20px;
}
.form-list .input-flex._name label {
  display: inline-block;
  width: 60px;
}
.form-list .input-flex._name .input-flex-item {
  display: flex;
  align-items: center;
}
.form-list .input-flex._name .input-flex-item + .input-flex-item {
  margin-left: 20px;
}
.form-list .input-flex._age input {
  width: 40px;
  margin-right: 10px;
}
.form-list .input-flex._tel input {
  width: 80px;
}
.form-list .input-flex._tel span {
  display: inline-block;
  padding: 0 10px;
}
.form-list .input-flex._address span {
  display: inline-block;
  width: 80px;
}
.form-list .input-flex._address label {
  display: flex;
  align-items: center;
}
.form-list .input-flex._address + ._address {
  margin-top: 20px;
}
.form-list .date-wrap p {
  font-size: 1.6rem;
  margin-bottom: 5px;
}
.form-list .date-wrap p span {
  font-size: 1.2rem;
}
.form-list .date-wrap + .date-wrap {
  margin-top: 20px;
}
.form-list .date-wrap .input-flex > span {
  display: inline-block;
  padding: 0 10px;
  margin-right: 10px;
}

.form-pv-wrap {
  margin-top: 40px;
}
.form-pv-wrap p {
  font-size: 1.6rem;
  text-align: center;
}
.form-pv-wrap p._plus {
  font-size: 3rem;
}
.form-pv-wrap p._plus a {
  display: block;
}

.submit-btn {
  display: block;
  width: 320px;
  margin: 60px auto 0;
  padding: 15px 20px;
  background-color: #e3b866;
  font-size: 2rem;
}
.submit-btn:disabled {
  background-color: #CCCCCC;
}

.js-ac-body {
  overflow: hidden;
}

.pv-text-box {
  width: 100%;
  max-width: 900px;
  height: 250px;
  overflow: auto;
  margin: 20px auto 0;
  border: 1px solid #000000;
  padding: 20px;
}
.pv-text-box p {
  text-align: left;
  word-break: break-all;
}

.pv-text-list {
  margin-top: 30px;
}
.pv-text-list > li > span {
  font-size: 2.2rem;
}
.pv-text-list > li + li {
  margin-top: 25px;
}

.pv-child-list {
  margin-top: 20px;
}
.pv-child-list > li p {
  display: flex;
}
.pv-child-list > li p > span:first-child {
  flex-shrink: 0;
}
.pv-child-list > li + li {
  margin-top: 10px;
}
.pv-child-list .pv-child-list {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

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

.thanks-area {
  padding: 120px 0;
}
.thanks-area .content-inner {
  max-width: 800px;
}

.thanks-hdg {
  text-align: center;
  font-size: 4rem;
  color: #e3b866;
  font-family: YuMincho, "Yu Mincho", serif;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .thanks-hdg {
    font-size: 3rem;
  }
}

.thanks-text {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .thanks-text {
    font-size: 1.6rem;
  }
}

.thanks-back {
  display: inline-block;
  margin-top: 60px;
  text-decoration: underline;
  font-size: 1.8rem;
}

.input-error {
  font-size: 1.8rem;
  font-weight: bold;
  color: #cd0708;
}

/*# sourceMappingURL=style.css.map */
