@charset "UTF-8";
@font-face {
  font-family: "Terass Sans Japanese";
  src: url("/lp_sell_takane/font/TerassSansJapanese-Medium.woff") format("woff");
}
/****************

  LOCAL

****************/
/*!
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, menu, nav, section, summary, time, mark, audio, video, a {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

input, textarea {
  box-sizing: border-box;
}

/* added */
img {
  line-height: 0;
  font-size: 0;
  vertical-align: bottom;
}

article, aside, details, figcaption, figure, footer, header, menu, nav, section {
  display: block;
}

ol, ul, li {
  /*added*/
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  outline: none;
  color: inherit;
  text-decoration: none;
  vertical-align: baseline;
  background: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

a:focus {
  outline: none;
}

ins {
  color: #000;
  text-decoration: none;
  background-color: #ff9;
}

mark {
  color: #000;
  font-weight: bold;
  font-style: italic;
  background-color: #ff9;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

sup {
  line-height: 1;
  font-size: 1.1rem;
  vertical-align: baseline;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}

input, select {
  vertical-align: baseline;
}

/*added*/
em, address {
  font-style: normal;
}

input {
  margin: 0px;
}

input[type=submit], input[type=button] {
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=submit]::-webkit-search-decoration, input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]:focus, input[type=button]:focus {
  outline-offset: -2px;
}

button {
  display: inline-block;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=text], textarea {
  font-family: inherit;
}

input[type=text]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #ccc;
}

input[type=text]::-moz-placeholder, textarea::-moz-placeholder {
  color: #aaa;
}

input[type=text]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #ccc;
}

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

  ■ Common

===============================================================*/
html {
  overflow: auto;
}

body {
  color: var(--Navy-100, #0D2E4E);
  line-height: 1.5;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", "YuGothic", "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 18px;
  font-weight: 500;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body img {
  width: 100%;
}

section {
  position: relative;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

.trans {
  transition: all 300ms 0s ease;
}
@media screen and (min-width: 769px) {
  .trans:hover {
    opacity: 0.5;
  }
}

@media screen and (max-width: 768px) {
  body {
    min-width: 100%;
  }
  img {
    height: auto;
    width: 100%;
  }
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
}
/*==============================================================

  ■ parts

===============================================================*/
.cv_btn {
  display: flex;
  width: 343px;
  padding: 16px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border-radius: 8px;
  background: var(--Yellow-60, #F39800);
  box-shadow: 0 2.331px 6.992px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .cv_btn {
    width: 91.4666666667vw;
    padding: 4.2666666667vw;
    gap: 3.2vw;
    border-radius: 2.1333333333vw;
    box-shadow: 0 0.6216vw 1.8645333333vw 0 rgba(0, 0, 0, 0.2);
  }
}
.cv_btn .cv_img {
  display: block;
  width: 68px;
}
@media screen and (max-width: 768px) {
  .cv_btn .cv_img {
    width: 18.1333333333vw;
  }
}
.cv_btn .cv_txt {
  color: #FFF;
  font-size: 31px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 1.12px;
}
@media screen and (max-width: 768px) {
  .cv_btn .cv_txt {
    font-size: 8.2666666667vw;
    letter-spacing: 0.2986666667vw;
  }
}
.cv_btn .cv_txt small {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0;
  text-align: center;
  padding-bottom: 3px;
}
@media screen and (max-width: 768px) {
  .cv_btn .cv_txt small {
    font-size: 4.2666666667vw;
    padding-bottom: 0.8vw;
  }
}

.sec_ttl {
  color: var(--Navy-100, #0D2E4E);
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
@media screen and (max-width: 768px) {
  .sec_ttl {
    font-size: 8.5333333333vw;
  }
}
.sec_ttl span {
  padding-bottom: 8px;
  display: block;
  color: #928361;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
@media screen and (max-width: 768px) {
  .sec_ttl span {
    padding-bottom: 2.1333333333vw;
    font-size: 4.8vw;
  }
}

.fixed_btn {
  position: fixed;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
}
.fixed_btn.is-visible {
  opacity: 1;
  visibility: visible;
}
.fixed_btn.is-hidden {
  visibility: hidden;
  opacity: 0;
  bottom: 4vw;
}

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

  ■ pcbg

===============================================================*/
.pcbg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  background-image: url(/lp_sell_takane/img/cont_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .pcbg {
    display: none;
  }
}
.pcbg__left {
  width: 55%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 30px;
}
@media screen and (max-width: 860px) {
  .pcbg__left {
    width: calc(100% - 390px);
    padding: 0 20px;
  }
}
.pcbg__left > div {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 100px;
  gap: 242px;
}
.pcbg__left .upper {
  max-width: 400px;
  width: 100%;
}
.pcbg .cv_btn {
  max-width: 390px;
  width: 100%;
  margin: 0 auto;
  padding-top: 24px;
  padding-bottom: 23px;
}

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

  ■ maincontent

===============================================================*/
.maincontent {
  background: #FFF;
  width: 375px;
  position: relative;
  margin-left: 55%;
}
@media screen and (min-width: 768px) and (max-width: 860px) {
  .maincontent {
    margin-left: calc(100% - 375px);
  }
}
@media screen and (max-width: 768px) {
  .maincontent {
    width: 100%;
    margin-left: 0;
  }
}

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

  ■ header

===============================================================*/
.maincontent header {
  display: flex;
  height: 52px;
  padding: 13px 16px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
@media screen and (max-width: 768px) {
  .maincontent header {
    height: 13.8666666667vw;
    padding: 3.4666666667vw 4.2666666667vw;
  }
}
.maincontent .header_logo {
  width: 196px;
}
@media screen and (max-width: 768px) {
  .maincontent .header_logo {
    width: 52.2666666667vw;
  }
}
.maincontent .header_btn {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  display: flex;
  padding: 5px 8px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  background: var(--Yellow-60, #F39800);
}
@media screen and (max-width: 768px) {
  .maincontent .header_btn {
    font-size: 3.7333333333vw;
    padding: 1.3333333333vw 2.1333333333vw;
    gap: 2.6666666667vw;
    border-radius: 1.0666666667vw;
  }
}

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

  ■ kv

===============================================================*/
.kv {
  position: relative;
  overflow: hidden;
  height: 430px;
  background-color: #FFF;
}
@media screen and (max-width: 768px) {
  .kv {
    height: 114.6666666667vw;
  }
}
.kv::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(/lp_sell_takane/img/kv_01.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: left top;
  opacity: 1;
  z-index: 0;
}
.kv__inner {
  position: relative;
  z-index: 1;
  height: 100%;
  padding: 24px 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .kv__inner {
    padding: 6.4vw 4.2666666667vw;
  }
}
.kv__title_wrap {
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: flex-start;
}
.kv__title_wrap span {
  display: inline-block;
  background: #FFF;
  padding: 4px;
  color: var(--Navy-100, #0D2E4E);
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.96px;
  font-feature-settings: "halt" on;
  white-space: nowrap;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .kv__title_wrap span {
    font-size: 12.8vw;
    padding: 1.0666666667vw;
    margin-bottom: 2.1333333333vw;
    letter-spacing: -0.256vw;
  }
}
.kv__sub_wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.kv__sub01 {
  background: #928361;
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  padding: 8px 16px;
  white-space: nowrap;
  width: 100%;
  text-align: center;
  font-feature-settings: "halt" on;
}
@media screen and (max-width: 768px) {
  .kv__sub01 {
    font-size: 4.8vw;
    padding: 2.1333333333vw 4.2666666667vw;
  }
}
.kv__sub02 {
  background: #FFF;
  color: #073240;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  padding: 8px 16px;
  white-space: nowrap;
  width: 100%;
  text-align: center;
  font-feature-settings: "halt" on;
}
@media screen and (max-width: 768px) {
  .kv__sub02 {
    font-size: 4.8vw;
    padding: 2.1333333333vw 4.2666666667vw;
  }
}

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

  ■ cv_btn_area

===============================================================*/
.cv_btn_area {
  background: #FFF;
  padding: 16px;
}
@media screen and (max-width: 768px) {
  .cv_btn_area {
    padding: 4.2666666667vw;
  }
}

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

  ■ worry

===============================================================*/
.worry_cont {
  background: #718096;
  padding: 40px 16px;
}
@media screen and (max-width: 768px) {
  .worry_cont {
    padding: 10.6666666667vw 4.2666666667vw;
  }
}
.worry_cont h2 {
  color: var(--White, #FFF);
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .worry_cont h2 {
    font-size: 8.5333333333vw;
  }
}
.worry_cont .worry_list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .worry_cont .worry_list {
    gap: 4.2666666667vw;
    margin-top: 8.5333333333vw;
  }
}
.worry_cont .worry_list li {
  background: var(--White, #FFF);
  border-radius: 16px;
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  max-width: 340px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .worry_cont .worry_list li {
    border-radius: 4.2666666667vw;
    padding: 4.2666666667vw;
    gap: 3.2vw;
    max-width: 90.6666666667vw;
  }
}
.worry_cont .worry_list li.reverse {
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .worry_cont .worry_list li.reverse {
    gap: 8vw;
  }
}
.worry_cont .worry_list li img {
  width: 70px;
  height: auto;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .worry_cont .worry_list li img {
    width: 18.6666666667vw;
  }
}
.worry_cont .worry_list li p {
  color: var(--Navy-100, #0D2E4E);
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
}
@media screen and (max-width: 768px) {
  .worry_cont .worry_list li p {
    font-size: 4.8vw;
  }
}

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

  ■ transparency

===============================================================*/
#transparency {
  position: relative;
  overflow: hidden;
}
#transparency::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(/lp_sell_takane/img/transparency_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 0;
}
#transparency::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.3);
  z-index: 0;
}

.transparency_cont {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  padding: 40px 16px;
}
@media screen and (max-width: 768px) {
  .transparency_cont {
    gap: 8.5333333333vw;
    padding: 10.6666666667vw 4.2666666667vw;
  }
}
.transparency_cont .terass_badge {
  display: block;
  background: #928361;
  color: var(--White, #FFF);
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  padding: 16px 32px;
  border-radius: 36px;
  text-align: center;
  font-feature-settings: "halt" on;
}
@media screen and (max-width: 768px) {
  .transparency_cont .terass_badge {
    font-size: 6.4vw;
    padding: 4.2666666667vw 8.5333333333vw;
    border-radius: 9.6vw;
  }
}
.transparency_cont .trans_items {
  display: flex;
  flex-direction: column;
  gap: 22px;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .transparency_cont .trans_items {
    gap: 5.8666666667vw;
  }
}
.transparency_cont .trans_block {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .transparency_cont .trans_block {
    gap: 2.1333333333vw;
  }
}
.transparency_cont .trans_block h3 {
  color: var(--Navy-100, #0D2E4E);
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  text-align: center;
  letter-spacing: 0.96px;
}
@media screen and (max-width: 768px) {
  .transparency_cont .trans_block h3 {
    font-size: 6.4vw;
    letter-spacing: 0.256vw;
  }
}
.transparency_cont .trans_block > p {
  color: var(--Navy-100, #0D2E4E);
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  text-align: justify;
  font-feature-settings: "halt" on;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .transparency_cont .trans_block > p {
    font-size: 3.7333333333vw;
  }
}
.transparency_cont .trans_block .trans_img {
  width: 343px;
  height: 229px;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .transparency_cont .trans_block .trans_img {
    margin-top: 2.6666666667vw;
    width: 91.4666666667vw;
    height: 61.0666666667vw;
    border-radius: 2.1333333333vw;
  }
}
.transparency_cont .trans_block .trans_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.transparency_cont .cross_mark {
  width: 37px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .transparency_cont .cross_mark {
    width: 9.8666666667vw;
    line-height: 13.3333333333vw;
  }
}
.transparency_cont .appeal_result {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 4px 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .transparency_cont .appeal_result {
    gap: 2.1333333333vw;
    padding: 1.0666666667vw 0;
  }
}
.transparency_cont .appeal_result .result_deco {
  display: block;
  width: 54px;
  height: 55px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .transparency_cont .appeal_result .result_deco {
    width: 16vw;
  }
}
.transparency_cont .appeal_result .result_deco--left {
  transform: scaleY(-1);
}
.transparency_cont .appeal_result .result_deco--right {
  transform: rotate(180deg);
}
.transparency_cont .appeal_result .result_txt {
  color: var(--Navy-100, #0D2E4E);
  font-weight: 700;
  text-align: center;
  font-size: 0;
}
.transparency_cont .appeal_result .result_txt strong {
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.96px;
}
@media screen and (max-width: 768px) {
  .transparency_cont .appeal_result .result_txt strong {
    font-size: 8.5333333333vw;
    letter-spacing: 0.256vw;
  }
}
.transparency_cont .appeal_result .result_txt .result_small {
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0.48px;
}
@media screen and (max-width: 768px) {
  .transparency_cont .appeal_result .result_txt .result_small {
    font-size: 4.2666666667vw;
    letter-spacing: 0.128vw;
  }
}

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

  ■ professional (authority)

===============================================================*/
#professional {
  padding: 40px 0;
  background-image: url(/lp_sell_takane/img/professional_bg01.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  #professional {
    padding: 10.6666666667vw 0;
  }
}

.professional_contBg {
  width: 100%;
  height: 73px;
  background-image: url(/lp_sell_takane/img/professional_contBg01.png);
  background-size: 328px;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .professional_contBg {
    background-size: 87.4666666667vw;
    height: 19.4666666667vw;
  }
}

.professional_cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .professional_cont {
    gap: 8.5333333333vw;
  }
}
.professional_cont .authority_badges {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  width: 318px;
}
@media screen and (max-width: 768px) {
  .professional_cont .authority_badges {
    width: 84.8vw;
  }
}
.professional_cont .authority_badge {
  position: relative;
  width: 139px;
  height: 160px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .professional_cont .authority_badge {
    width: 37.0666666667vw;
    height: 42.6666666667vw;
  }
}
.professional_cont .authority_badge .badge_frame {
  width: 100%;
  height: 100%;
  display: block;
}
.professional_cont .authority_badge .badge_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: var(--White, #FFF);
  font-weight: 700;
  width: 100%;
}
.professional_cont .authority_badge .badge_text .badge_label {
  font-size: 11px;
  line-height: 1.3;
  letter-spacing: -0.44px;
}
@media screen and (max-width: 768px) {
  .professional_cont .authority_badge .badge_text .badge_label {
    font-size: 2.9333333333vw;
    letter-spacing: -0.1173333333vw;
  }
}
.professional_cont .authority_badge .badge_text .badge_num {
  font-size: 40px;
  line-height: 1;
  letter-spacing: -1.6px;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 768px) {
  .professional_cont .authority_badge .badge_text .badge_num {
    font-size: 10.6666666667vw;
    letter-spacing: -0.4266666667vw;
  }
}
.professional_cont .authority_badge .badge_text .badge_num span {
  font-size: 20px;
  letter-spacing: -0.8px;
}
@media screen and (max-width: 768px) {
  .professional_cont .authority_badge .badge_text .badge_num span {
    font-size: 5.3333333333vw;
    letter-spacing: -0.2133333333vw;
  }
}
.professional_cont .authority_badge .badge_text .badge_note {
  font-size: 12px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .professional_cont .authority_badge .badge_text .badge_note {
    font-size: 3.2vw;
  }
}
.professional_cont .authority_cross {
  color: var(--White, #FFF);
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .professional_cont .authority_cross {
    font-size: 10.6666666667vw;
    line-height: 13.3333333333vw;
  }
}
.professional_cont h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  font-size: 20px;
  color: #5D4B28;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  text-align: center;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 768px) {
  .professional_cont h2 {
    gap: 2.1333333333vw;
    font-size: 5.3333333333vw;
  }
}
.professional_cont .note_txt_wrap {
  padding: 0 16px;
}
@media screen and (max-width: 768px) {
  .professional_cont .note_txt_wrap {
    padding: 0 4.2666666667vw;
  }
}
.professional_cont .note_txt {
  color: var(--White, #FFF);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .professional_cont .note_txt {
    font-size: 3.2vw;
  }
}
.professional_cont .note_txt + .note_txt {
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .professional_cont .note_txt + .note_txt {
    margin-top: 4.2666666667vw;
  }
}

.swiper_wrap {
  width: 100%;
  padding: 0 16px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .swiper_wrap {
    padding: 0 4.2666666667vw;
  }
}

.professional_swiper .swiper-slide {
  padding: 24px 16px;
  border-radius: 8px;
  background: #FFF;
  height: auto;
}
@media screen and (max-width: 768px) {
  .professional_swiper .swiper-slide {
    padding: 6.4vw 4.2666666667vw;
    border-radius: 2.1333333333vw;
  }
}
.professional_swiper dl dt {
  display: flex;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .professional_swiper dl dt {
    gap: 2.1333333333vw;
    margin-bottom: 2.1333333333vw;
  }
}
.professional_swiper dl dt .icon {
  display: block;
  width: 64px;
}
@media screen and (max-width: 768px) {
  .professional_swiper dl dt .icon {
    width: 17.0666666667vw;
  }
}
.professional_swiper dl dt p {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .professional_swiper dl dt p {
    font-size: 4.2666666667vw;
  }
}
.professional_swiper dl dd p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.42px;
}
.professional_swiper dl dd p .terass {
  font-family: "Terass Sans Japanese";
}
@media screen and (max-width: 768px) {
  .professional_swiper dl dd p {
    font-size: 3.7333333333vw;
    letter-spacing: -0.112vw;
  }
}

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

  ■ reason

===============================================================*/
#reason {
  padding: 48px 0 24px;
}
@media screen and (max-width: 768px) {
  #reason {
    padding: 12.8vw 0 6.4vw;
  }
}
#reason .sec_ttl {
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  #reason .sec_ttl {
    margin-bottom: 8.5333333333vw;
  }
}
#reason .reason_list li:nth-child(1) .head .num img {
  width: 36px;
}
@media screen and (max-width: 768px) {
  #reason .reason_list li:nth-child(1) .head .num img {
    width: 9.6vw;
  }
}
#reason .reason_list li:nth-child(2) .head .num img {
  width: 41px;
}
@media screen and (max-width: 768px) {
  #reason .reason_list li:nth-child(2) .head .num img {
    width: 10.9333333333vw;
  }
}
#reason .reason_list li:nth-child(3) .head .num img {
  width: 42px;
}
@media screen and (max-width: 768px) {
  #reason .reason_list li:nth-child(3) .head .num img {
    width: 11.2vw;
  }
}
#reason .reason_list .head {
  border-radius: 16px 16px 0 0;
  background: var(--Navy-50, #4C84B9);
  display: flex;
  padding: 24px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  align-self: stretch;
  color: var(--White, #FFF);
}
@media screen and (max-width: 768px) {
  #reason .reason_list .head {
    border-radius: 4.2666666667vw 4.2666666667vw 0 0;
    padding: 6.4vw;
    gap: 3.2vw;
  }
}
#reason .reason_list .head h3 {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
@media screen and (max-width: 768px) {
  #reason .reason_list .head h3 {
    font-size: 4.8vw;
  }
}
#reason .reason_list .head .num {
  color: var(--Navy-5, #D9E8F7);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
}
@media screen and (max-width: 768px) {
  #reason .reason_list .head .num {
    font-size: 3.2vw;
    gap: 1.0666666667vw;
  }
}
#reason .reason_list .head .num img {
  display: block;
}
#reason .reason_list .cont {
  display: flex;
  padding: 24px 16px;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  #reason .reason_list .cont {
    padding: 6.4vw 4.2666666667vw;
    gap: 4.2666666667vw;
  }
}
#reason .reason_list .cont h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}
@media screen and (max-width: 768px) {
  #reason .reason_list .cont h4 {
    font-size: 6.4vw;
  }
}
#reason .reason_list .cont > img {
  display: block;
  border-radius: 4px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #reason .reason_list .cont > img {
    border-radius: 1.0666666667vw;
  }
}
#reason .reason_list .cont .reason_illust02 {
  width: 100%;
  height: 220px;
  border-radius: 8px;
  overflow: hidden;
  background: #F1F6FB;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #reason .reason_list .cont .reason_illust02 {
    height: 58.6666666667vw;
    border-radius: 2.1333333333vw;
  }
}
#reason .reason_list .cont .reason_illust02 img {
  display: block;
  width: 250px;
  height: 180px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  #reason .reason_list .cont .reason_illust02 img {
    width: 66.6666666667vw;
    height: 48vw;
  }
}
#reason .reason_list .cont .txt {
  text-align: justify;
  font-feature-settings: "halt" on;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  #reason .reason_list .cont .txt {
    font-size: 3.7333333333vw;
  }
}
#reason .reason_list .cont .txt span {
  color: #928361;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  #reason .reason_list .cont .txt span {
    font-size: 3.7333333333vw;
  }
}
#reason .reassurance_box {
  display: flex;
  padding: 24px 16px 0;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  #reason .reassurance_box {
    padding: 6.4vw 4.2666666667vw 0;
    gap: 4.2666666667vw;
  }
}
#reason .reassurance_box h3 {
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.456px;
}
@media screen and (max-width: 768px) {
  #reason .reassurance_box h3 {
    font-size: 6.4vw;
    letter-spacing: -0.1216vw;
  }
}
#reason .reassurance_box > p {
  text-align: justify;
  font-feature-settings: "halt" on;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  #reason .reassurance_box > p {
    font-size: 3.7333333333vw;
  }
}
#reason .reassurance_box .reassurance_badges {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  background-image: url(/lp_sell_takane/img/reassurance_bg.jpg);
  background-size: cover;
  background-position: center;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  #reason .reassurance_box .reassurance_badges {
    border-radius: 2.1333333333vw;
    padding: 4.2666666667vw;
    gap: 2.1333333333vw;
  }
}
#reason .reassurance_box .reassurance_badges .reassurance_badge_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#reason .reassurance_box .reassurance_badges .reassurance_badge {
  position: relative;
  width: 150px;
  height: 150px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  #reason .reassurance_box .reassurance_badges .reassurance_badge {
    width: 40vw;
    height: 40vw;
  }
}
#reason .reassurance_box .reassurance_badges .reassurance_badge .badge_star {
  width: 100%;
  height: 100%;
  display: block;
}
#reason .reassurance_box .reassurance_badges .reassurance_badge .badge_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #928361;
  font-weight: 700;
  width: 100%;
}
#reason .reassurance_box .reassurance_badges .reassurance_badge .badge_category {
  font-size: 12px;
  line-height: 1.2;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  #reason .reassurance_box .reassurance_badges .reassurance_badge .badge_category {
    font-size: 3.2vw;
  }
}
#reason .reassurance_box .reassurance_badges .reassurance_badge .badge_value_wrap .badge_prefix {
  font-size: 20px;
  line-height: 1.2;
  display: block;
  letter-spacing: -0.8px;
}
@media screen and (max-width: 768px) {
  #reason .reassurance_box .reassurance_badges .reassurance_badge .badge_value_wrap .badge_prefix {
    font-size: 5.3333333333vw;
    letter-spacing: -0.2133333333vw;
  }
}
#reason .reassurance_box .reassurance_badges .reassurance_badge .badge_value {
  font-size: 40px;
  line-height: 1;
  letter-spacing: -1.6px;
}
@media screen and (max-width: 768px) {
  #reason .reassurance_box .reassurance_badges .reassurance_badge .badge_value {
    font-size: 10.6666666667vw;
    letter-spacing: -0.4266666667vw;
  }
}
#reason .reassurance_box .reassurance_badges .reassurance_badge .badge_value .badge_unit {
  font-size: 20px;
  letter-spacing: -0.8px;
}
@media screen and (max-width: 768px) {
  #reason .reassurance_box .reassurance_badges .reassurance_badge .badge_value .badge_unit {
    font-size: 5.3333333333vw;
    letter-spacing: -0.2133333333vw;
  }
}
#reason .reassurance_box .reassurance_badges .reassurance_note {
  font-size: 12px;
  font-weight: 500;
  color: #A1ADBF;
  text-align: right;
}
@media screen and (max-width: 768px) {
  #reason .reassurance_box .reassurance_badges .reassurance_note {
    font-size: 3.2vw;
  }
}

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

  ■ faq

===============================================================*/
#faq {
  background: var(--Navy-5, #D9E8F7);
}

.faq_cont {
  padding: 40px 16px;
}
@media screen and (max-width: 768px) {
  .faq_cont {
    padding: 10.6666666667vw 4.2666666667vw;
  }
}
.faq_cont .faq_ttl {
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .faq_cont .faq_ttl {
    font-size: 8.5333333333vw;
    margin-bottom: 8.5333333333vw;
  }
}
.faq_cont ul.faq_accListWrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .faq_cont ul.faq_accListWrap {
    gap: 4.2666666667vw;
  }
}
.faq_cont ul.faq_accListWrap li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-radius: 8px;
  background: var(--White, #FFF);
}
@media screen and (max-width: 768px) {
  .faq_cont ul.faq_accListWrap li {
    border-radius: 2.1333333333vw;
  }
}
.faq_cont .acc_headTxt {
  cursor: pointer;
  padding: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.48px;
}
@media screen and (max-width: 768px) {
  .faq_cont .acc_headTxt {
    padding: 4.2666666667vw;
    gap: 4.2666666667vw;
    font-size: 4.2666666667vw;
    letter-spacing: -0.128vw;
  }
}
.faq_cont .acc_headTxt span {
  flex-shrink: 0;
  display: block;
  width: 16px;
  height: 16px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .faq_cont .acc_headTxt span {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
}
.faq_cont .acc_headTxt span::before, .faq_cont .acc_headTxt span::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--Navy-100, #0D2E4E);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .faq_cont .acc_headTxt span::before, .faq_cont .acc_headTxt span::after {
    height: 0.5333333333vw;
  }
}
.faq_cont .acc_headTxt span::after {
  transition: all 300ms 0s ease;
  transform: translateY(-50%) rotate(90deg);
}
.faq_cont .acc_headTxt.is-active span::after {
  transform: translateY(-50%) rotate(0);
}
.faq_cont .acc_contTxt {
  display: none;
  padding: 0 28px 16px 16px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.42px;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .faq_cont .acc_contTxt {
    padding: 0 7.4666666667vw 4.2666666667vw 4.2666666667vw;
    font-size: 3.7333333333vw;
    letter-spacing: -0.112vw;
  }
}

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

  ■ last_message

===============================================================*/
.last_message {
  background-image: url(/lp_sell_takane/img/lastCont_bg2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  color: var(--White, #FFF);
  text-align: center;
  padding: 40px 0;
}
.last_message::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 768px) {
  .last_message {
    padding: 10.6666666667vw 0;
  }
}
.last_message .message_cont {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 0 16px;
}
@media screen and (max-width: 768px) {
  .last_message .message_cont {
    gap: 4.2666666667vw;
    padding: 0 4.2666666667vw;
  }
}
.last_message h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  font-feature-settings: "halt" on;
}
@media screen and (max-width: 768px) {
  .last_message h2 {
    font-size: 8.5333333333vw;
  }
}
.last_message p {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .last_message p {
    font-size: 4.2666666667vw;
  }
}
.last_message .cv_btn {
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .last_message .cv_btn {
    margin-top: 2.1333333333vw;
  }
}

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

  ■ footer

===============================================================*/
footer {
  display: flex;
  padding: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #333;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 4.2666666667vw;
    gap: 2.1333333333vw;
  }
}
footer .footer_linkWrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  footer .footer_linkWrap {
    gap: 2.6666666667vw;
  }
}
footer .footer_linkWrap a {
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  footer .footer_linkWrap a {
    font-size: 2.6666666667vw;
  }
}
footer .copyright {
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  footer .copyright {
    font-size: 2.6666666667vw;
  }
}

.fixed_btn {
  position: fixed;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  transition: 0.4s;
  opacity: 0;
  padding: 0;
  visibility: hidden;
  background: none;
}
.fixed_btn.is-visible {
  opacity: 1;
  visibility: visible;
}
.fixed_btn.is-hidden {
  visibility: hidden;
  opacity: 0;
  bottom: 4vw;
}