@charset "UTF-8";
/*********************
共通
*********************/
@media (max-width: 559px) {
  .is-pctb {
    display: none !important;
  }
}

.is-sp {
  display: none !important;
}
@media (max-width: 559px) {
  .is-sp {
    display: block !important;
  }
}

.section-btn {
  text-align: center;
  margin-top: 80px;
}

.btn-black {
  display: inline-block;
  font-size: 16px;
  color: #fff !important;
  background-color: #000;
  border: solid 1px #000;
  border-radius: 5em;
  padding: 1em 2em;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.btn-black:hover {
  background-color: #808080;
  border: solid 1px #808080;
  text-decoration: none;
}

/*********************
ぱんくず
*********************/
.tal-ac_breadcrumbs_special {
  padding: 0 15px;
}
.tal-ac_breadcrumbs_special__wrap {
  max-width: 1216px;
  margin: 0 auto 1em;
}
@media (max-width: 768px) {
  .tal-ac_breadcrumbs_special {
    margin-bottom: 0;
  }
}

/*********************
大枠
*********************/
.tal-special {
  font-family: "Noto Sans JP";
  color: #4d4d4d;
}
.tal-special__wrap {
  padding: 0 15px;
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .tal-special__wrap {
    margin-bottom: 80px;
  }
}
.tal-special__inner-content {
  max-width: 1216px;
  margin: 0 auto;
}
.tal-special figure {
  padding: 0;
  margin: 0;
}
.tal-special img {
  width: 100%;
}
.tal-special a:hover {
  text-decoration: none;
}

/*********************
メインビジュアル
*********************/
.tal-special-mv {
  margin-bottom: 40px;
}
.tal-special-mv__logo {
  max-width: 790px;
  margin: 0 auto;
}
.tal-special-mv__img {
  margin-bottom: 25px !important;
}
.tal-special-mv__day {
  font-size: 16px;
  font-weight: bold;
  color: #808080;
  margin-bottom: 0.5em;
}
.tal-special-mv__tag li {
  display: inline-block;
  padding: 0.3em 0.75em 0.4em;
  line-height: 1;
  color: #fff;
  background-color: #ccc;
  border-radius: 3px;
}
.tal-special-mv__tag li.--story {
  background-color: #a4bdcc;
}
.tal-special-mv__tag li.--case {
  background-color: #000;
}
.tal-special-mv__tag li.--video {
  background-color: #009247;
}
@media (max-width: 768px) {
  .tal-special-mv {
    margin-bottom: 30px;
  }
  .tal-special-mv__img {
    margin-bottom: 5px !important;
  }
  .tal-special-mv__day {
    font-size: 14px;
    margin-bottom: 0.25em;
  }
  .tal-special-mv__tag li {
    font-size: 12px;
  }
}

/*********************
リード文
*********************/
.tal-special-lead-block {
  background-color: #f4f4f6;
  padding: 40px;
  margin-bottom: 100px;
}
.tal-special-lead-block h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0.5em;
  line-height: 1.4;
}
.tal-special-lead-block p {
  font-size: 16px;
  line-height: 2;
}
@media (max-width: 768px) {
  .tal-special-lead-block {
    padding: 20px;
    margin-bottom: 60px;
  }
  .tal-special-lead-block h2 {
    font-size: 22px;
  }
  .tal-special-lead-block p {
    font-size: 14px;
  }
}

/*********************
記事ベース
*********************/
.tal-special-content-block {
  margin-bottom: 80px;
}
.tal-special-content-block h2 {
  font-size: 30px;
  font-weight: bold;
  border-left: solid 5px #4d4d4d;
  padding-left: 0.5em;
  margin-bottom: 1.5em;
  line-height: 1.4;
}
.tal-special-content-block h3 {
  position: relative;
  font-size: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  margin-bottom: 1em;
}
.tal-special-content-block h3 span {
  padding-left: 2.5em;
}
.tal-special-content-block h3::before {
  content: "";
  position: absolute;
  top: 0.75em;
  left: 0;
  width: 2em;
  height: 1px;
  background-color: #4d4d4d;
}
.tal-special-content-block p {
  font-size: 16px;
  margin-bottom: 3em;
  line-height: 1.8;
  text-align: justify;
}
.tal-special-content-block p > em {
  font-style: normal;
  font-weight: bold;
}
.tal-special-content-block figure {
  margin-bottom: 0.5em;
}
.tal-special-content-block figcaption {
  font-size: 12px;
}
@media (max-width: 768px) {
  .tal-special-content-block {
    margin-bottom: 60px;
  }
  .tal-special-content-block h2 {
    font-size: 26px;
    margin-bottom: 0.75em;
  }
  .tal-special-content-block h3 {
    font-size: 16px;
  }
  .tal-special-content-block h3 span {
    padding-left: 1.5em;
  }
  .tal-special-content-block h3::before {
    width: 1em;
  }
  .tal-special-content-block p {
    font-size: 14px;
    margin-bottom: 1.5em;
  }
}

/*********************
フーハ紹介
*********************/
.tal-fuha {
  background-color: #F4F4F6;
  padding: 60px 15px 70px;
}
.tal-fuha__wrap {
  max-width: 1216px;
  margin: 0 auto;
}
.tal-fuha h2 {
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0.8em;
  line-height: 1.4;
}
.tal-fuha .tal-fuha-intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tal-fuha .tal-fuha-intro__box {
  width: 48%;
}
.tal-fuha .tal-fuha-intro__box img {
  margin-bottom: 15px;
}
.tal-fuha .tal-fuha-intro__box h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 1em;
}
.tal-fuha .tal-fuha-intro__box table {
  border-spacing: 0 10px;
  border-collapse: separate;
  color: #1a1a1a;
  margin-bottom: 60px;
}
.tal-fuha .tal-fuha-intro__box table th,
.tal-fuha .tal-fuha-intro__box table td {
  padding: 0 0.75em;
  font-size: 16px;
}
.tal-fuha .tal-fuha-intro__box table th {
  color: #fff;
  font-weight: 400;
  background-color: #989899;
  text-align: center;
  min-width: 100px;
  letter-spacing: 0.2em;
}
.tal-fuha .tal-fuha-btn {
  text-align: center;
}
.tal-fuha .tal-fuha-btn a {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  background-color: #000;
  border: solid 1px #000;
  border-radius: 5em;
  padding: 1em 2em;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  text-align: center;
}
.tal-fuha .tal-fuha-btn a:hover {
  background-color: #808080;
  border: solid 1px #808080;
  text-decoration: none;
}
@media (max-width: 768px) {
  .tal-fuha {
    padding: 15vw 15px 17.5vw;
  }
  .tal-fuha h2 {
    font-size: 7.5vw;
  }
  .tal-fuha .tal-fuha-intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tal-fuha .tal-fuha-intro__box {
    width: 100%;
  }
  .tal-fuha .tal-fuha-intro__box img {
    margin-bottom: 10px;
  }
  .tal-fuha .tal-fuha-intro__box h3 {
    font-size: 5vw;
    margin-bottom: 0.5em;
  }
  .tal-fuha .tal-fuha-intro__box table {
    margin-bottom: 50px;
  }
  .tal-fuha .tal-fuha-intro__box table th,
  .tal-fuha .tal-fuha-intro__box table td {
    padding: 0 0.5em;
    font-size: 4vw;
  }
  .tal-fuha .tal-fuha-intro__box table th {
    min-width: 6em;
  }
  .tal-fuha .tal-fuha-btn a {
    font-size: 4vw;
  }
  .tal-fuha .tal-fuha-btn a:hover {
    background-color: #000;
    border: solid 1px #000;
  }
}

/*********************
ご購入の流れ
*********************/
.tal-flow {
  padding: 80px 15px;
}
.tal-flow__wrap {
  max-width: 1216px;
  margin: 0 auto;
}
.tal-flow__ttl {
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1em;
}
.tal-flow__lead {
  font-size: 16px;
  text-align: center;
  margin-bottom: 0.2em;
}
.tal-flow .tal-notice {
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
}
.tal-flow .tal-notice li {
  font-size: 12px;
  display: inline-block;
  text-align: left;
  padding-left: 1.5em;
  position: relative;
  color: #595757;
}
.tal-flow .tal-notice li::before {
  content: "※";
  position: absolute;
  left: 0;
}
.tal-flow__img {
  margin-bottom: 30px;
}
.tal-flow__note {
  color: #595757;
  font-size: 12px;
}
.tal-flow__note__list li {
  color: #595757;
  font-size: 12px;
  margin-left: 2em;
  text-indent: -1em;
}
@media (max-width: 768px) {
  .tal-flow {
    padding: 60px 15px;
  }
  .tal-flow__ttl {
    font-size: 7.5vw;
  }
  .tal-flow__lead {
    font-size: 4vw;
  }
  .tal-flow .tal-notice {
    margin-bottom: 30px;
    text-align: justify;
  }
  .tal-flow .tal-notice li {
    font-size: 3vw;
  }
  .tal-flow__img {
    margin-bottom: 30px;
  }
  .tal-flow__note {
    font-size: 3vw;
  }
  .tal-flow__note__list li {
    font-size: 3vw;
  }
}

/*********************
ページトップボタン
*********************/
@media (max-width: 767px) {
  body:has(.ac_large-contents) .g-pagetop {
    bottom: 12px !important;
  }
}/*# sourceMappingURL=style_202506.css.map */