@charset "UTF-8";
/*============================
 COMMON PARTS
============================*/
/* title
  ------------------------------*/
.cmn__ttl {
  text-align: center;
}

.cmn__ttl p {
  position: relative;
  display: inline-block;
  letter-spacing: 0.075em;
  font-weight: 400;
  font-size: 90px;
  font-family: "Oswald", sans-serif;
  line-height: 1;
}

.cmn__ttl p:after {
  position: absolute;
  top: -23px;
  left: -10px;
  content: url(../img/ttl_line.png);
}

.cmn__ttl p .cmn__ttl__green {
  color: #4dc76d;
}

.cmn__ttl .cmn__ttl__ja {
  margin-top: 20px;
  letter-spacing: 0.01em;
  font-size: 22px;
  line-height: 1;
}
@media (max-width: 767px) {
  .cmn__ttl .cmn__ttl__ja {
    font-size: 20px;
  }
}

/* BUTTON
------------------------------*/
.btn__web,
.btn__line {
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  color: #fff;
  transition: all 0.3s;
}

@media (min-width: 1041px) {
  .btn__web:hover,
.btn__line:hover {
    background-color: #12a8d9;
  }
}
.btn__web {
  background-color: #363a3a;
}

.btn__line {
  background-color: #06c755;
}

.btn__icon {
  margin-right: 10px;
  width: 1.5em;
  height: 1.5em;
}

.btn__icon.-web {
  background: url(../img/hd_icon_pc.png) no-repeat center center/contain;
}

.btn__icon.-line {
  background: url(../img/hd_icon_line.png) no-repeat center center/contain;
}

.tel__link a {
  font-family: "Oswald", sans-serif;
}

.tel__icon {
  display: inline-block;
  margin-right: 7px;
  width: 20px;
  height: 20px;
  background: url(../img/hd_icon_tel.png) no-repeat center center/contain;
}
@media (max-width: 767px) {
  .tel__icon {
    margin: 0;
  }
}

/*============================
 TOP CONTENTS
============================*/
/*------------------------------
 header
------------------------------*/
#header {
  padding: 20px 0;
  background-color: #151414;
  font-size: 16px;
}
@media (max-width: 767px) {
  #header {
    padding: 10px 0;
  }
}

@media (max-width: 767px) {
  .hd__left {
    display: flex;
    align-items: center;
    max-width: 40%;
  }
}

@media (max-width: 767px) {
  .hd__right {
    max-width: 60%;
  }
}

.hd__btn--web {
  width: 220px;
  height: 50px;
}
@media (max-width: 1040px) {
  .hd__btn--web {
    width: 50px;
  }
}

.hd__btn--line {
  margin-left: 20px;
  width: 220px;
  height: 50px;
}
@media (max-width: 1040px) {
  .hd__btn--line {
    margin-left: 10px;
    width: 50px;
  }
}

@media (max-width: 767px) {
  #header .btn__icon {
    margin-right: 0;
  }
}

.hd__tel {
  margin-left: 35px;
  color: #fff;
  font-size: 36px;
}
@media (max-width: 1040px) {
  .hd__tel {
    margin-left: 20px;
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .hd__tel {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    background-color: #12a8d9;
  }
}

.hd__tel .tel__caption {
  font-size: 14px;
}
@media (max-width: 1040px) {
  .hd__tel .tel__caption {
    font-size: 12px;
  }
}

@media (max-width: 1040px) {
  .btn__txt {
    display: none;
  }
}

@media (max-width: 767px) {
  .btn__txt__tel01 {
    display: none;
  }
}

@media (max-width: 767px) {
  .btn__txt__tel02 {
    display: none;
  }
}

/*------------------------------
 MV
------------------------------*/
.mv {
  display: flex;
  align-items: center;
  padding: 80px 0;
  height: 900px;
  background: url(../img/mainvisual_bg.jpg) no-repeat left 20% center/cover;
}
@media (max-width: 1040px) {
  .mv {
    height: 700px;
  }
}
@media (max-width: 767px) {
  .mv {
    height: 500px;
    background: url(../img/mainvisual_bg.jpg) no-repeat left 25% center/cover;
  }
}

.mv__cp {
  display: inline-block;
  margin-left: 45%;
  max-width: 50%;
  width: 766px;
}
/*------------------------------
 onayami
------------------------------*/
#onayami {
  padding-bottom: 100px;
  background: url(../img/worry_bg.png) no-repeat center bottom/cover;
}
@media (max-width: 767px) {
  #onayami {
    padding-bottom: 0;
  }
}

.onayami__ttl__01 {
  text-align: center;
  font-size: 45px;
}
@media (max-width: 767px) {
  .onayami__ttl__01 {
    font-size: 25px;
  }
}

.onayami__ttl__02 {
  display: block;
  font-size: 60px;
}
@media (max-width: 767px) {
  .onayami__ttl__02 {
    font-size: 30px;
  }
}

.onayami__ttl__02__green {
  color: #4dc76d;
  font-size: 70px;
}
@media (max-width: 767px) {
  .onayami__ttl__02__green {
    font-size: 40px;
  }
}

.onayami__list {
  flex-wrap: wrap;
  margin-top: 70px;
  gap: 40px;
}
@media (max-width: 767px) {
  .onayami__list {
    margin-top: 30px;
    gap: 20px;
  }
}

.onayami__list li {
  max-width: 30%;
}
@media (max-width: 767px) {
  .onayami__list li {
    max-width: 45%;
  }
}

.onayami__man {
  margin-top: 45px;
  text-align: center;
}
@media (max-width: 767px) {
  .onayami__man {
    margin-top: 25px;
  }
}

.onayami__txt {
  margin-top: 70px;
  text-align: center;
  font-size: 50px;
}
@media (max-width: 767px) {
  .onayami__txt {
    margin-top: 30px;
    font-size: 30px;
  }
}

.onayami__txt__green {
  color: #4dc76d;
}

/*------------------------------
 point
------------------------------*/
#point {
  padding-top: 100px;
  padding-bottom: 110px;
}
@media (max-width: 767px) {
  #point {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}

.point__ttl {
  text-align: center;
  font-size: 50px;
}
@media (max-width: 767px) {
  .point__ttl {
    font-size: 30px;
  }
}

.point__ttl img {
  display: block;
  margin: 50px auto 0;
}
@media (max-width: 767px) {
  .point__ttl img {
    margin: 20px auto 0;
  }
}

.point__list {
  margin-top: 120px;
  gap: 20px;
}
@media (max-width: 767px) {
  .point__list {
    margin-top: 80px;
    margin-right: auto;
    margin-left: auto;
    width: 90%;
  }
}

.point__list__item {
  position: relative;
  flex: 1;
  padding: 100px 50px 50px;
  background-color: #151414;
  color: #fff;
}
@media (max-width: 1040px) {
  .point__list__item {
    flex: 48%;
  }
}
@media (max-width: 767px) {
  .point__list__item {
    padding: 80px 25px 40px;
  }
}

@media (max-width: 1040px) {
  .point__list__item:nth-of-type(n + 3) {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .point__list__item:nth-of-type(n + 2) {
    margin-top: 50px;
  }
}

.point__num {
  position: absolute;
  top: -60px;
  left: 25px;
  display: inline-block;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 120px;
  height: 120px;
  border-radius: 120px;
  background-color: #12a8d9;
  text-align: center;
  font-size: 24px;
  line-height: 1;
}
@media (max-width: 767px) {
  .point__num {
    font-size: 16px;
    width: 100px;
    height: 100px;
    top: -50px;
  }
}

.point__num span {
  display: block;
  font-size: 48px;
}
@media (max-width: 767px) {
  .point__num span {
    font-size: 34px;
  }
}

.point__item__ttl {
  text-align: center;
  font-size: 30px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .point__item__ttl {
    font-size: 24px;
  }
}

.point__item__txt {
  margin-top: 30px;
  text-align: center;
  font-size: 18px;
}
@media (max-width: 767px) {
  .point__item__txt {
    font-size: 16px;
    margin-top: 20px;
  }
}

/*------------------------------
 difference
------------------------------*/
#difference {
  padding-top: 170px;
  padding-bottom: 110px;
  background-color: #12a8d9;
}
@media (max-width: 767px) {
  #difference {
    padding-top: 50px;
    padding-bottom: 70px;
  }
}

.difference__ttl {
  color: #fff;
  text-align: center;
  text-align: center;
  font-size: 50px;
}
@media (max-width: 767px) {
  .difference__ttl {
    font-size: 30px;
  }
}

.difference__ttl h2 {
  position: relative;
  display: inline-block;
  margin-left: 160px;
  padding-top: 100px;
  padding-bottom: 20px;
  background: url(../img/chart_line.png) no-repeat bottom center/contain, url(../img/chart_ttl.png) no-repeat top 20px center/contain;
}
@media (max-width: 767px) {
  .difference__ttl h2 {
    margin-left: 100px;
    padding-top: 60px;
  }
}

.difference__ttl h2::before {
  position: absolute;
  bottom: 0;
  left: -180px;
  width: 160px;
  height: 160px;
  background: url(../img/chart_man.png) no-repeat bottom left/contain;
  content: "";
}
@media (max-width: 767px) {
  .difference__ttl h2::before {
    left: -100px;
    width: 100px;
    height: 100px;
  }
}

.difference__table {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .difference__table {
    margin-top: 30px;
  }
}

/*------------------------------
 cta
------------------------------*/
#cta {
  padding-top: 90px;
}

.cta__ttl {
  text-align: center;
}

.cta__ttl h2 {
  position: relative;
  display: inline-block;
  font-size: 48px;
}
@media (max-width: 767px) {
  .cta__ttl h2 {
    font-size: 28px;
  }
}

.cta__ttl h2::before {
  position: absolute;
  top: 0;
  left: -1.5em;
  width: 1em;
  height: 100%;
  background: url(../img/fukidashi_01.png) no-repeat center center/contain;
  content: "";
}

.cta__ttl h2::after {
  position: absolute;
  top: 0;
  right: -1.5em;
  width: 1em;
  height: 100%;
  background: url(../img/fukidashi_02.png) no-repeat center center/contain;
  content: "";
}

.cta__label {
  margin-top: 65px;
  padding: 25px 0;
  background-color: #151414;
}
@media (max-width: 767px) {
  .cta__label {
    margin-top: 25px;
    padding: 35px 0 25px;
  }
}

.cta__btn--web {
  max-width: 33%;
  width: 400px;
  height: 80px;
  font-size: 22px;
}
@media (max-width: 767px) {
  .cta__btn--web {
    max-width: 100%;
    width: 100%;
  }
}

.cta__btn--line {
  max-width: 33%;
  width: 400px;
  height: 80px;
  font-size: 22px;
}
@media (max-width: 767px) {
  .cta__btn--line {
    margin-top: 20px;
    max-width: 100%;
    width: 100%;
  }
}

.cta__tel {
  color: #fff;
  font-size: 48px;
}
@media (max-width: 767px) {
  .cta__tel {
    margin: 0 auto;
    margin-top: 15px;
  }
}

.cta__tel .tel__caption {
  padding-left: 20px;
  font-size: 14px;
}

/*------------------------------
 price
------------------------------*/
#price {
  background-color: #ededed;
}

.price__list {
  gap: 40px;
  margin-top: 80px;
}
@media (max-width: 767px) {
  .price__list {
    margin-top: 50px;
    gap: 20px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

.price__list li {
  flex-basis: calc(50% - 20px);
  border-radius: 10px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .price__list li {
    flex-basis: 100%;
  }
}

.price__list__ttl {
  padding: 25px;
  border-radius: 10px 10px 0 0;
  background-color: #12a8d9;
  color: #fff;
  text-align: center;
  font-size: 36px;
}
@media (max-width: 767px) {
  .price__list__ttl {
    padding: 15px;
    font-size: 26px;
  }
}

.price__list__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 40px;
}
@media (max-width: 767px) {
  .price__list__content {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .price__list__content__left {
    width: 60%;
  }
}

@media (max-width: 767px) {
  .price__list__content__right {
    margin-top: 20px;
  }
}

.price__list__box .price__list__box__ttl {
  border-radius: 5px;
  color: #fff;
  text-align: center;
  font-size: 20px;
}

.price__list__box.-one .price__list__box__ttl {
  background-color: #151414;
}

.price__list__box.-six .price__list__box__ttl {
  margin-top: 20px;
  background-color: #06c755;
}
@media (max-width: 767px) {
  .price__list__box.-six .price__list__box__ttl {
    margin-top: 10px;
  }
}

.price__list__box__flex {
  align-items: center;
}

.-six .price__list__box__flex {
  color: #4dc76d;
}

.price__list__box__flex__left {
  font-size: 55px;
  font-family: "Oswald", sans-serif;
}

.price__list__tax {
  font-size: 12px;
}

.price__list__yen {
  font-size: 26px;
}

/*------------------------------
 case
------------------------------*/
.case__list {
  margin-top: 80px;
  gap: 40px;
}
@media (max-width: 767px) {
  .case__list {
    flex-wrap: wrap;
    margin-top: 50px;
    gap: 20px;
  }
}

@media (max-width: 767px) {
  .case__list__box {
    width: 45%;
  }
}

.case__list__box__before {
  position: relative;
}

.case__list__box__before::after {
  position: absolute;
  bottom: -40px;
  left: 50%;
  content: url(../img/case_arw.png);
  transform: translateX(-50%);
}

.case__list__box__after {
  margin-top: 50px;
}

/*------------------------------
 steps
------------------------------*/
#steps {
  padding: 70px 0 30px;
  background: url(../img/step_bg.jpg) no-repeat center center/cover;
}
@media (max-width: 767px) {
  #steps {
    padding: 60px 0 0;
  }
}

.steps__ttl {
  position: relative;
  z-index: 1;
  color: #fff;
  text-align: center;
  font-size: 50px;
}
@media (max-width: 767px) {
  .steps__ttl {
    font-size: 30px;
  }
}

.steps__ttl::after {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: 90%;
  height: 100%;
  background: url(../img/steps_ttl.png) no-repeat center center/contain;
  content: "";
  transform: translate(-50%, -50%);
}

.steps__ttl__yellow {
  padding: 0 5px;
  color: #fffc1a;
  vertical-align: sub;
  font-size: 100px;
}
@media (max-width: 767px) {
  .steps__ttl__yellow {
    font-size: 70px;
  }
}

.slider {
  margin-top: 10px;
}

.steps__box__wrap {
  padding-top: 60px;
  padding-bottom: 60px;
}

.steps__box {
  display: flex !important;
  padding: 20px 50px 20px 20px;
  border-radius: 10px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .steps__box {
    flex-wrap: wrap;
    padding: 40px 40px 30px 40px;
  }
}

.steps__box__left {
  position: relative;
  padding-top: 0.4528301887;
  width: 43%;
}
@media (max-width: 767px) {
  .steps__box__left {
    order: 2;
    padding-top: 45%;
    width: 100%;
  }
}

.steps__box__left:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.-step01 .steps__box__left:after {
  background: url(../img/step_img01.png) no-repeat center center/cover;
}

.-step02 .steps__box__left:after {
  background: url(../img/step_img02.png) no-repeat center center/cover;
}

.-step03 .steps__box__left:after {
  background: url(../img/step_img03.png) no-repeat center center/cover;
}

.-step04 .steps__box__left:after {
  background: url(../img/step_img04.png) no-repeat center center/cover;
}

.-step05 .steps__box__left:after {
  background: url(../img/step_img05.png) no-repeat center center/cover;
}

.steps__box__right {
  position: relative;
  margin-bottom: 1em;
  width: 53%;
  text-align: center;
}
@media (max-width: 767px) {
  .steps__box__right {
    order: 1;
    margin-bottom: 30px;
    width: 100%;
  }
}

.steps__box__num {
  position: absolute;
  top: -70px;
  left: 50%;
  z-index: 2;
  margin: 0 auto;
  padding: 5px;
  padding-bottom: 1em;
  width: 300px;
  background: url(../img/step_fukidashi.png) no-repeat center center/contain;
  color: #fff;
  font-size: 24px;
  font-family: "Oswald", sans-serif;
  transform: translateX(-50%);
}

.steps__box__num span {
  font-size: 36px;
}

.steps__box__ttl {
  margin-top: 1em;
  font-size: 33px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .steps__box__ttl {
    font-size: 22px;
  }
}

.steps__box__txt {
  margin-top: 25px;
  -moz-text-align-last: left;
       text-align-last: left;
  font-size: 22px;
}
@media (max-width: 767px) {
  .steps__box__txt {
    margin-top: 15px;
    font-size: 16px;
  }
}

/* slick
------------------------------*/
.slick-track {
  /* 追加 */
  display: flex !important;
  align-items: center;
}

.slick-content {
  position: relative;
}

.slick-slide {
  padding: 0 30px;
  width: 60vw;
}

/* Slick Arrow */
.slick-arrow {
  position: absolute;
  z-index: 2;
  width: 60px !important;
  height: 60px !important;
}

.slick-arrow:before {
  font-size: 70px;
  opacity: 1 !important;
}

.slick-prev {
  left: 20vw !important;
}
@media (max-width: 1040px) {
  .slick-prev {
    left: 0 !important;
  }
}

.slick-next {
  right: calc(20vw - 20px) !important;
}
@media (max-width: 1040px) {
  .slick-next {
    right: 0vw !important;
  }
}

.slick-prev:before {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url(../img/step_arw_01.png) no-repeat center/contain !important;
  content: "" !important;
}

.slick-next:before {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url(../img/step_arw_02.png) no-repeat center/contain !important;
  content: "" !important;
}

/*------------------------------
 faq
------------------------------*/
.accbox {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .accbox {
    margin-top: 50px;
  }
}
.accbox + .accbox {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .accbox + .accbox {
    margin-top: 40px;
  }
}

.accordion__question {
  font-size: 26px;
}
@media (max-width: 767px) {
  .accordion__question {
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
}

.accordion__question__num {
  display: inline-block;
  margin-right: 15px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: #151414;
  color: #fff;
  text-align: center;
  line-height: 50px;
}
@media (max-width: 767px) {
  .accordion__question__num {
    margin-right: 10px;
    margin-bottom: 5px;
  }
}

.accordion__question p {
  display: inline-block;
  font-weight: 600;
}
@media (max-width: 767px) {
  .accordion__question p {
    width: calc(100% - 60px);
  }
}

.accordion__answer {
  position: relative;
  margin-top: 30px;
  padding: 30px 120px 30px 30px;
  max-height: 80px;
  background-color: #ededed;
  font-size: 16px;
  line-height: 1.625;
}
@media (max-width: 767px) {
  .accordion__answer {
    margin-top: 10px;
    padding: 15px 55px 15px 15px;
  }
}

.accordion__answer p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.accordion__icon {
  position: absolute;
  top: 50%;
  right: 30px;
  width: 40px;
  height: 40px;
  background-image: url(../img/faq_02.png);
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .accordion__icon {
    right: 10px;
  }
}

/* 開いた時 is-open
------------------------------*/
.accordion__answer.is-open {
  max-height: initial;
}

.accordion__answer.is-open p {
  white-space: pre-wrap;
}

.accordion__answer.is-open .accordion__icon {
  background-image: url(../img/faq_01.png);
}

/*------------------------------
 access
------------------------------*/
#access {
  margin-bottom: 130px;
  padding: 60px 0;
  background-color: #ededed;
}
@media (max-width: 1040px) {
  #access {
    margin-bottom: 90px;
    padding-bottom: 40px;
  }
}

.access__flex {
  align-items: center;
}
@media (max-width: 767px) {
  .access__flex {
    display: block;
  }
}

.access__flex__left {
  width: 45%;
}
@media (max-width: 767px) {
  .access__flex__left {
    width: 100%;
  }
}

.cmn__ttl__access {
  text-align: left;
}

.access__text {
  margin-top: 70px;
}
@media (max-width: 767px) {
  .access__text {
    margin-top: 50px;
  }
}

.access__text p {
  font-size: 26px;
}

.access__text table {
  margin-top: 30px;
  font-size: 15px;
}

.access__text table th {
  padding: 10px 20px 10px 0;
  width: 90px;
  font-weight: normal;
}

.access__text table td {
  padding: 10px 0 10px 20px;
}

.access__flex__right {
  width: 50%;
}
@media (max-width: 767px) {
  .access__flex__right {
    margin-top: 20px;
    width: 100%;
  }
}

.g_map iframe {
  max-width: 50vw;
  width: 900px;
  height: 540px;
}
@media (max-width: 1040px) {
  .g_map iframe {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .g_map iframe {
    max-width: 100%;
  }
}

.access__copy {
  margin-top: 60px;
  text-align: center;
}
@media (max-width: 767px) {
  .access__copy {
    margin-top: 40px;
  }
}

/*------------------------------
 footer
------------------------------*/
.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  width: 100%;
  height: 130px;
  background-color: #151414;
  color: #fff;
  transition: 0.3s;
  transform: translateY(100%);
}
@media (max-width: 1040px) {
  .footer {
    height: 90px;
  }
}

.footer.active {
  transform: translate(0);
}

.footer .inner {
  padding: 0;
  width: 100%;
}

.footer__flex {
  margin-right: 130px;
}
@media (max-width: 1040px) {
  .footer__flex_pc {
    display: none;
  }
}

.ft__btn--web {
  max-width: 25%;
  width: 400px;
  height: 80px;
  font-size: 22px;
}

.ft__btn--line {
  max-width: 25%;
  width: 400px;
  height: 80px;
  font-size: 22px;
}
.ft__tel {
  max-width: 45%;
  color: #fff;
  font-size: 48px;
}

.ft__tel .tel__caption {
  padding-left: 20px;
  font-size: 14px;
}

.js-pagetop {
  position: fixed;
  right: 0;
  bottom: 0;
}
@media (max-width: 1040px) {
  .js-pagetop {
    width: 90px;
  }
}

.footer__flex_sp {
  display: none;
  height: 90px;
}
@media (max-width: 1040px) {
  .footer__flex_sp {
    display: flex;
    margin-right: 90px;
  }
}

.footer__flex_sp .ft__btn--web {
  max-width: 100%;
  width: 33.3%;
  height: 100%;
  border-radius: 0;
}

.footer__flex_sp .ft__btn--line {
  max-width: 100%;
  width: 33.3%;
  height: 100%;
  border-radius: 0;
}

.footer__flex_sp .ft__tel {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  width: 33.3%;
  height: 100%;
  font-size: 30px;
}

.footer__flex_sp .btn__icon {
  margin: 0;
}

.footer__flex_sp .ft__tel .tel__icon {
  width: 33px;
  height: 33px;
}