@charset "UTF-8";
/* ---------------------------------------------------
	common
------------------------------------------------------ */
.line {
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #495887;
}

/* ---------------------------------------------------
	info
------------------------------------------------------ */
#info {
  padding: 140px 0 96px;
  background: url(../img/info_bg_01.webp) no-repeat center;
  background-size: cover;
}
#info > * {
  position: relative;
  z-index: 1;
}
#info .sec_tit {
  width: 52%;
  margin-left: auto;
  margin-bottom: 0;
  padding-left: 50px;
  border-left: 1px solid #a4abc3;
  font-size: 2.4rem;
  line-height: 1.75;
  text-align: left;
}
#info .sec_tit::before {
  content: none;
}
#info .sec_tit .en {
  margin-bottom: 48px;
}
#info .sec_tit .color {
  display: block;
  margin-top: 32px;
  color: #a59a77;
  font-size: 3.2rem;
  line-height: 1.75;
}
#info .info_list {
  margin-top: 96px;
  font-size: 3.2rem;
  line-height: 1.5625;
  text-align: center;
}
#info .info_list > li {
  width: 32%;
  padding: 48px 16px;
  background: rgba(28, 46, 105, 0.5);
}
#info .info_list .list_txt {
  font-weight: 600;
}
#info .info_list .list_pic {
  min-height: 181px;
  margin-top: 30px;
  line-height: 181px;
}
#info .info_list .list_pic img {
  vertical-align: middle;
}

@media screen and (max-width: 810px) {
  #info {
    padding: 60px 0 200px;
    background: url(../img/bg_line.svg) no-repeat center top -60px, url(../img/info_bg_01_sp.webp) no-repeat center bottom, #333333;
    background-size: 2073px, 100%;
  }
  #info .sec_tit {
    width: 100%;
    margin-bottom: 32px;
    padding-left: 0;
    padding-top: 40px;
    border-left: none;
    border-top: 1px solid #a4abc3;
    font-size: 1.7rem;
    letter-spacing: 0;
  }
  #info .sec_tit .en {
    margin-bottom: 24px;
    font-size: 5.7rem;
  }
  #info .sec_tit .color {
    margin-top: 20px;
    font-size: 2.8rem;
  }
  #info .sec_tit .kerning {
    letter-spacing: -7px;
  }
  #info .info_list {
    margin-top: 32px;
    font-size: 2.4rem;
  }
  #info .info_list > li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 24px 16px;
  }
  #info .info_list > li + li {
    margin-top: 16px;
  }
  #info .info_list > li:nth-of-type(1) .list_pic img {
    max-width: 40%;
  }
  #info .info_list > li:nth-of-type(3) .list_pic img {
    max-width: 60%;
  }
  #info .info_list .list_txt {
    width: 62%;
  }
  #info .info_list .list_pic {
    width: 38%;
    margin: 0 2% 0 auto;
    min-height: 0;
    line-height: 1;
    text-align: center;
  }
  #info .info_list .list_pic img {
    max-width: 100%;
  }
}
/* ---------------------------------------------------
	inquiry
------------------------------------------------------ */
#inquiry {
  position: relative;
  padding: 0 0 120px;
  background: #fff;
  color: #191919;
}
#inquiry::before {
  content: "";
  position: absolute;
  left: 0;
  top: -660px;
  display: none;
  width: 100%;
  height: 970px;
  background: url(../img/bg_line.svg) no-repeat center top;
  background-size: 2073px;
}
@media screen and (min-width: 2050px) {
  #inquiry::before {
    background-size: 100%;
  }
}
#inquiry::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -700px;
  display: none;
  width: 100%;
  height: 970px;
  background: url(../img/bg_line.svg) no-repeat center top;
  background-size: 2073px;
  z-index: 1;
}
@media screen and (min-width: 2050px) {
  #inquiry::after {
    background-size: 100%;
  }
}
#inquiry > * {
  position: relative;
  z-index: 2;
}
#inquiry .inquiry_step {
  margin-bottom: 40px;
  color: #606d96;
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
  overflow: hidden;
}
#inquiry .inquiry_step > li {
  position: relative;
  width: calc(33.3333333333% - 4px);
  height: 72px;
  padding: 18px 0;
  background: #d2d5e1;
}
#inquiry .inquiry_step > li::before, #inquiry .inquiry_step > li::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
}
#inquiry .inquiry_step > li::before {
  top: -12px;
  right: -1.1em;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 48px 0 48px 1em;
  z-index: 10;
}
#inquiry .inquiry_step > li::after {
  top: -12px;
  right: -0.8em;
  border-style: solid;
  border-color: transparent transparent transparent #d2d5e1;
  border-width: 48px 0 48px 1em;
  z-index: 10;
}
#inquiry .inquiry_step > li span {
  position: relative;
  z-index: 15;
}
#inquiry .inquiry_step > li.current {
  background: #606d96;
  color: #fff;
}
#inquiry .inquiry_step > li.current::after {
  border-left-color: #606d96;
}
#inquiry .inquiry_step > li .en {
  display: inline-block;
  margin-right: 16px;
  font-size: 2.4rem;
}
#inquiry input[type=text],
#inquiry input[type=tel],
#inquiry input[type=email],
#inquiry input[type=number] {
  width: 100%;
  max-width: 100%;
  margin: 4px 0;
  padding: 20px 30px;
  min-height: 1.5em;
  background: #f3f3f3;
  border: 1px solid #a4abc3;
  border-radius: 6px;
  box-sizing: border-box;
  font-size: 18px;
  font-family: "Shippori Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.5;
}
#inquiry input[type=text].min,
#inquiry input[type=tel].min,
#inquiry input[type=email].min,
#inquiry input[type=number].min {
  width: 40%;
}
#inquiry input[type=text].w200,
#inquiry input[type=tel].w200,
#inquiry input[type=email].w200,
#inquiry input[type=number].w200 {
  width: 200px;
  margin-bottom: 16px;
}
#inquiry select {
  width: 100%;
  max-width: 100%;
  padding: 20px 30px;
  background: url(../img/icon_arrow_btm.svg) no-repeat right 24px center, #f3f3f3;
  background-size: 16px;
  border: 1px solid #a4abc3;
  border-radius: 6px;
  color: #191919;
  font-size: 18px;
  font-family: "Shippori Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.5;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#inquiry select.w200 {
  width: 200px;
  margin-bottom: 16px;
}
#inquiry textarea {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 15px 30px;
  background: #f3f3f3;
  border: 1px solid #a4abc3;
  border-radius: 6px;
  box-sizing: border-box;
  font-size: 18px;
  font-family: "Shippori Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 2;
  -webkit-appearance: none;
}
#inquiry label {
  display: inline-block;
  margin-right: 1em;
  padding: 3px 0;
  cursor: pointer;
  line-height: 1.6;
}
#inquiry input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 3rem;
  height: 3rem;
  background: #f3f3f3;
  border: 1px solid #a4abc3;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  margin: 0 10px 2px 0;
  position: relative;
  padding: 0;
  vertical-align: middle;
}
#inquiry input[type=radio]:checked {
  border-color: #a4abc3;
}
#inquiry input[type=radio]:checked::before {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background: #191919;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#inquiry .form_table {
  margin: 15px 0;
}
#inquiry .form_table th {
  padding-top: 38px;
}
#inquiry .form_table th.pt {
  padding-top: 25px;
}
#inquiry .form_table02 {
  margin: 15px 0;
}
#inquiry .form_table02 + .form_tit {
  margin-top: 48px;
}
#inquiry .note {
  padding: 16px 40px 0;
}
#inquiry .note span {
  color: #c1272d;
  text-decoration: underline;
}
#inquiry .radio_list {
  padding: 0 40px;
  justify-content: flex-start;
}
#inquiry .radio_list.center {
  justify-content: center;
}
#inquiry .radio_list li {
  margin-right: 24px;
}
#inquiry .radio_list li:last-of-type {
  margin-right: 0;
}
#inquiry .privacy_box {
  max-width: 940px;
  height: 376px;
  margin: 56px auto 40px;
  padding: 40px 40px;
  background: #edeef3;
  overflow-y: scroll;
}
#inquiry .privacy_box .box_tit {
  margin-bottom: 32px;
}
#inquiry .privacy_box .box_tit02 {
  margin: 48px 0;
}
#inquiry .form_tit {
  margin-bottom: 8px;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
#inquiry .form_btn {
  margin-top: 56px;
  text-align: center;
}
#inquiry .form_btn button {
  width: 448px;
  max-width: 100%;
  padding: 20px 40px;
  background: url(../img/icon_arrow_02.svg) no-repeat right 24px center, #1c2e69;
  background-size: 34px;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: white;
  cursor: pointer;
  font-size: 2.2rem;
  font-family: "Shippori Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0;
  line-height: 1.5;
  transition: opacity 0.5s;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
}
@media (any-hover: hover) {
  #inquiry .form_btn button:hover {
    opacity: 0.6;
  }
}
#inquiry .form_btn button::-ms-expand {
  display: none;
}
#inquiry .form_btn button:focus {
  outline: none;
}
#inquiry .form_btn button:disabled {
  background: url(../img/icon_arrow_02.svg) no-repeat right 24px center, #8d96b4;
  background-size: 34px;
}
#inquiry .form_txt {
  margin-bottom: 48px;
  line-height: 2.2;
}

:placeholder-shown {
  color: #757575;
}

::-webkit-input-placeholder {
  color: #757575;
}

:-moz-placeholder {
  color: #757575;
  opacity: 1;
}

::-moz-placeholder {
  color: #757575;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #757575;
}

@media screen and (max-width: 810px) {
  #inquiry {
    padding: 0 0 60px 0;
  }
  #inquiry::before {
    content: none;
  }
  #inquiry::after {
    content: none;
  }
  #inquiry .inquiry_step {
    margin-bottom: 16px;
    font-size: 1.1rem;
    letter-spacing: 0;
    text-align: left;
    text-align: center;
  }
  #inquiry .inquiry_step > li {
    position: relative;
    width: calc(33.3333333333% - 1px);
    height: 44px;
    padding: 6px 0 0 10px;
  }
  #inquiry .inquiry_step > li::before {
    top: -6px;
    right: -1em;
    border-width: 28px 0 28px 1em;
  }
  #inquiry .inquiry_step > li::after {
    top: -6px;
    right: -0.8em;
    border-width: 28px 0 28px 1em;
  }
  #inquiry .inquiry_step > li:nth-of-type(2) {
    padding-left: 16px;
  }
  #inquiry .inquiry_step > li:nth-of-type(3) {
    padding-left: 16px;
  }
  #inquiry .inquiry_step > li .en {
    display: block;
    margin-right: 0;
    padding-left: 10px;
    font-size: 1rem;
    text-align: left;
  }
  #inquiry input[type=text],
  #inquiry input[type=tel],
  #inquiry input[type=email],
  #inquiry input[type=number] {
    padding: 16px 16px;
    min-height: 1.5em;
    font-size: 16px;
  }
  #inquiry input[type=text].min,
  #inquiry input[type=tel].min,
  #inquiry input[type=email].min,
  #inquiry input[type=number].min {
    width: 240px;
  }
  #inquiry input[type=text].w200,
  #inquiry input[type=tel].w200,
  #inquiry input[type=email].w200,
  #inquiry input[type=number].w200 {
    width: 200px;
    margin-bottom: 16px;
  }
  #inquiry select {
    padding: 16px 16px;
    background: url(../img/icon_arrow_btm.svg) no-repeat right 16px center, #f3f3f3;
    background-size: 16px;
    font-size: 16px;
  }
  #inquiry select.w200 {
    width: 160px;
    margin-bottom: 16px;
  }
  #inquiry textarea {
    padding: 16px 16px;
    font-size: 16px;
  }
  #inquiry textarea.sp_row02 {
    height: 6em;
  }
  #inquiry input[type=radio] {
    width: 1.5em;
    height: 1.5em;
  }
  #inquiry input[type=radio]:checked::before {
    width: 0.65em;
    height: 0.65em;
  }
  #inquiry .form_table {
    margin: 15px 0;
  }
  #inquiry .form_table th {
    padding-top: 12px;
  }
  #inquiry .form_table th.pt {
    padding-top: 12px;
  }
  #inquiry .form_table02 {
    margin: 15px 0;
  }
  #inquiry .form_table02 + .form_tit {
    margin-top: 48px;
  }
  #inquiry .note {
    padding: 16px 0 0;
  }
  #inquiry .radio_list {
    padding: 0 0 0 20px;
  }
  #inquiry .radio_list li {
    margin-right: 16px;
  }
  #inquiry .privacy_box {
    height: 260px;
    margin: 56px auto 40px;
    padding: 20px 20px;
    font-size: 1.2rem;
  }
  #inquiry .privacy_box .box_tit {
    margin-bottom: 24px;
  }
  #inquiry .privacy_box .box_tit02 {
    margin: 40px 0;
  }
  #inquiry .form_tit {
    font-size: 2.2rem;
    letter-spacing: 0.05em;
  }
  #inquiry .form_btn {
    margin-top: 24px;
  }
  #inquiry .form_btn button {
    width: 100%;
    max-width: 100%;
    padding: 24px 16px;
    font-size: 20px;
  }
  #inquiry .form_txt {
    margin-bottom: 64px;
  }
}
/* ---------------------------------------------------
		reviews
------------------------------------------------------ */
#reviews {
  padding: 0 0 calc(28vw + 100px);
  background: #292929;
}
@media screen and (max-width: 810px) {
  #reviews {
    padding: 0 0 100px;
  }
}
#reviews .reviews_list h3 {
  padding: 24px 32px;
  background: #1c2e69;
}
@media screen and (max-width: 810px) {
  #reviews .reviews_list h3 {
    margin-left: -20px;
    margin-right: -20px;
    padding: 12px 16px;
  }
}
#reviews .reviews_list dd .reviews_list_meta {
  position: relative;
  display: flex;
  padding: 15px;
  gap: 15px;
  list-style: none;
}
@media screen and (max-width: 810px) {
  #reviews .reviews_list dd .reviews_list_meta {
    flex-wrap: wrap;
    gap: 0;
    padding: 15px 0;
  }
}
#reviews .reviews_list dd .reviews_list_meta::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #a4abc3;
}
#reviews .reviews_list dd .reviews_list_meta li {
  width: 100%;
  padding-left: 60px;
  border-left: 1px solid #a4abc3;
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: 15px top;
}
@media screen and (max-width: 810px) {
  #reviews .reviews_list dd .reviews_list_meta li {
    width: 50%;
  }
}
#reviews .reviews_list dd .reviews_list_meta li.location {
  padding-left: 40px;
  border-left: 0 none;
  background-position: left top;
  background-image: url("../img/icon_location.svg");
}
@media screen and (max-width: 810px) {
  #reviews .reviews_list dd .reviews_list_meta li.location {
    padding-right: 15px;
  }
}
#reviews .reviews_list dd .reviews_list_meta li.customer {
  background-image: url("../img/icon_customer.svg");
}
#reviews .reviews_list dd .reviews_list_meta li.car {
  background-image: url("../img/icon_car.svg");
}
@media screen and (max-width: 810px) {
  #reviews .reviews_list dd .reviews_list_meta li.car {
    position: relative;
    width: 100%;
    margin-top: 30px;
    border: 0 none;
  }
  #reviews .reviews_list dd .reviews_list_meta li.car::before {
    content: "";
    position: absolute;
    left: 0;
    top: -15px;
    display: block;
    width: 100%;
    height: 1px;
    background: #a4abc3;
  }
}
#reviews .reviews_list dd p {
  padding: 24px 30px;
}
@media screen and (max-width: 810px) {
  #reviews .reviews_list dd p {
    padding: 15px 0;
  }
}

/* ---------------------------------------------------
		feature
------------------------------------------------------ */
#feature {
  margin-top: -28vw;
}
@media screen and (max-width: 810px) {
  #feature {
    margin-top: 0;
  }
}
#feature .feature_main {
  position: relative;
  width: 90%;
  margin-left: auto;
  z-index: 10;
}
#feature .feature_main .main_bg img {
  width: 100%;
  height: auto;
}
#feature .feature_main .main_tit {
  position: absolute;
  left: 8%;
  top: 72px;
  font-size: 2.4rem;
  line-height: 2.2;
  letter-spacing: 0.05em;
}
#feature .feature_main .main_tit .main {
  font-size: 3.2rem;
}
#feature .feature_main .main_tit .big {
  font-size: 4.8rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
#feature .feature_main .main_bg_txt {
  position: absolute;
  left: -8px;
  bottom: -160px;
}
#feature .feature_bg {
  margin-top: -28vw;
  padding: calc(28vw + 96px) 0 254px;
  background: url(../img/bg_line.svg) no-repeat center 36%, url(../img/feature_bg_01.webp) no-repeat center;
  background-size: 2073px, cover;
}
@media screen and (min-width: 2050px) {
  #feature .feature_bg {
    background-size: 100%, cover;
  }
}
#feature .feature_tit {
  position: relative;
  margin-bottom: 120px;
  padding-left: 8%;
  font-size: 4.8rem;
  font-weight: 600;
  line-height: 1.5;
  z-index: 15;
}
#feature .feature_tit .num {
  font-size: 6.4rem;
  font-weight: 600;
  line-height: 1;
}
#feature .feature_sec {
  margin-top: 120px;
}
#feature .feature_col {
  position: relative;
  width: 96%;
  margin: 0 auto;
  z-index: 10;
}
#feature .feature_col + .feature_col {
  margin-top: 88px;
}
#feature .feature_col .col_pic {
  width: calc(50% + 72px);
  text-align: right;
}
#feature .feature_col .col_body {
  width: calc(50% - 72px);
  display: flex;
  flex-direction: column;
}
#feature .feature_col .col_body .body_pic {
  margin: 0 48px;
}
#feature .feature_col .col_body .body_container {
  max-width: 376px;
  margin: 0 96px;
}
#feature .feature_col .col_body .body_tit {
  position: relative;
  max-width: 376px;
  margin-top: -96px;
  margin-bottom: 32px;
  padding: 52px 0 50px;
  background: rgba(28, 46, 105, 0.5);
  font-size: 3.2rem;
  letter-spacing: 0.05em;
  line-height: 1.75;
  text-align: center;
}
#feature .feature_col .col_body .body_tit .en {
  display: block;
  margin-bottom: 24px;
  font-size: 1.8rem;
  letter-spacing: 0;
  line-height: 1;
}
#feature .feature_col .col_body .body_tit .num {
  display: block;
  font-size: 6.4rem;
}
#feature .feature_col .col_body .body_tit02 {
  margin-bottom: 24px;
  font-size: 2.8rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
#feature .feature_col .col_body em {
  color: #a59a77;
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
#feature .feature_col.reverse .col_pic {
  text-align: left;
}
#feature .feature_col.reverse .col_body .body_container {
  margin-left: auto;
}
#feature .feature_col.reverse .col_body .body_pic {
  margin-left: auto;
}
#feature .feature_bg02 {
  position: relative;
  margin-top: -72px;
  padding: 172px 0 120px;
  background: rgba(28, 46, 105, 0.61);
}
#feature .feature_bg02 .bg_txt {
  position: absolute;
  left: calc(50% - 40px);
  top: -70px;
  color: #495887;
  font-size: 13.6rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
#feature .feature_bg02 .bg_col {
  align-items: flex-end;
}
#feature .feature_bg02 .bg_col .col_pic {
  width: 50%;
  text-align: right;
}
#feature .feature_bg02 .bg_col .col_body {
  width: 42%;
}
#feature .feature_bg02 .bg_col .col_body .body_tit {
  margin-bottom: 48px;
  font-size: 4rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
#feature #feature02 {
  margin-top: 96px;
}
#feature #feature02 .feature_col .body_tit {
  margin-top: 0;
}
#feature #feature02 .feature_col .body_pic {
  margin-top: 120px;
  order: 10;
}
#feature .inquiry_btn {
  margin-top: -132px;
  z-index: 10;
}

@media screen and (max-width: 810px) {
  #feature .feature_main {
    width: calc(100% - 20px);
    margin: 0 0 0 auto;
    background: #031406;
  }
  #feature .feature_main .main_bg {
    margin-top: -96px;
  }
  #feature .feature_main .main_tit {
    position: relative;
    left: auto;
    top: auto;
    padding: 24px 16px 24px 32px;
    font-size: 2rem;
    line-height: 1.75;
    letter-spacing: 0.05em;
  }
  #feature .feature_main .main_tit .main {
    display: inline-block;
    margin-top: 8px;
    font-size: 1.4em;
  }
  #feature .feature_main .main_tit .big {
    font-size: 1.45em;
    line-height: 1.2;
    letter-spacing: 0.05em;
  }
  #feature .feature_main .main_bg_txt {
    left: -8px;
    bottom: -10vw;
  }
  #feature .feature_bg {
    margin-top: -260px;
    padding: 260px 0 144px;
    background: url(../img/bg_line.svg) no-repeat center 23%, url(../img/feature_bg_01_sp.webp) no-repeat center top 14%, url(../img/feature_bg_02_sp.webp) no-repeat center bottom, #191919;
    background-size: 2073px, 100%, 100%;
  }
  #feature .feature_tit {
    margin-bottom: 40px;
    padding-left: 0;
    font-size: 4rem;
  }
  #feature .feature_tit .num {
    font-size: 6rem;
  }
  #feature .feature_sec {
    margin-top: 40px;
  }
  #feature .feature_col {
    width: calc(100% - 40px);
  }
  #feature .feature_col .col_pic {
    width: 100%;
  }
  #feature .feature_col .col_body {
    width: 100%;
  }
  #feature .feature_col .col_body .body_pic {
    width: 70%;
    margin: 32px 0 0 auto;
    order: 10;
  }
  #feature .feature_col .col_body .body_container {
    max-width: 100%;
    margin: 0;
  }
  #feature .feature_col .col_body .body_tit {
    width: 86%;
    max-width: 320px;
    margin: -100px auto 24px;
    padding: 32px 0 32px;
    font-size: 2.4rem;
    letter-spacing: 0.05em;
  }
  #feature .feature_col .col_body .body_tit .en {
    margin-bottom: 16px;
    font-size: 1.6rem;
  }
  #feature .feature_col .col_body .body_tit .num {
    font-size: 5.7rem;
  }
  #feature .feature_col .col_body .body_tit02 {
    margin-bottom: 16px;
    font-size: 2.4rem;
    letter-spacing: 0.05em;
  }
  #feature .feature_col .col_body em {
    font-size: 2rem;
    letter-spacing: 0.05em;
  }
  #feature .feature_col.reverse .col_body .body_container {
    margin-left: 0;
  }
  #feature .feature_col.reverse .col_body .body_pic {
    margin-left: 0;
  }
  #feature .feature_bg02 {
    margin-top: 72px;
    padding: 64px 0 48px;
  }
  #feature .feature_bg02 .bg_txt {
    left: 6vw;
    top: -0.5em;
    font-size: 19.5vw;
    letter-spacing: 0.05em;
  }
  #feature .feature_bg02 .bg_col {
    align-items: flex-start;
  }
  #feature .feature_bg02 .bg_col .col_pic {
    width: 70%;
    margin-top: 40px;
    margin-right: auto;
  }
  #feature .feature_bg02 .bg_col .col_body {
    width: 100%;
  }
  #feature .feature_bg02 .bg_col .col_body .body_tit {
    margin-bottom: 28px;
    font-size: 2.6rem;
    line-height: 1.75;
    letter-spacing: 0.05em;
  }
  #feature #feature02 {
    margin-top: 48px;
  }
  #feature #feature02 .feature_col .body_tit {
    margin-top: -100px;
  }
  #feature #feature02 .feature_col .body_pic {
    width: 100%;
    margin-left: -20px;
    margin-top: 24px;
    order: 10;
  }
  #feature #feature03 {
    margin-top: 48px;
  }
  #feature .inquiry_btn {
    margin-top: -92px;
  }
}
/* ---------------------------------------------------
	price
------------------------------------------------------ */
#price {
  position: relative;
  padding: 0 0 120px;
  background: #fff;
  color: #191919;
}
#price::before {
  content: "";
  position: absolute;
  left: 0;
  top: -780px;
  display: block;
  width: 100%;
  height: 970px;
  background: url(../img/bg_line.svg) no-repeat center top;
  background-size: 2073px;
}
@media screen and (min-width: 2050px) {
  #price::before {
    background-size: 100%;
  }
}
#price > * {
  position: relative;
  z-index: 2;
}
#price .price_col {
  width: max-content;
  margin: 0 auto 64px;
}
#price .price_col .col_list {
  width: 560px;
  max-width: 100%;
}
#price .price_col .col_list ul {
  gap: 12px;
  font-size: 3.2rem;
  letter-spacing: 0;
  line-height: 1.2;
  text-align: center;
}
#price .price_col .col_list ul li {
  width: calc(50% - 6px);
  padding: 20px 8px;
  background: #69571c;
  color: #fff;
}
#price .price_col .col_price {
  width: 340px;
  max-width: 40%;
  color: #69571c;
  font-size: 15rem;
  line-height: 1;
  letter-spacing: 0;
  text-align: right;
}
#price .price_col .col_price .num {
  font-size: 397px;
  line-height: 200px;
  vertical-align: sub;
}
#price .price_txt {
  letter-spacing: 0;
}
#price .price_txt em {
  color: #69571c;
  font-size: 2.8rem;
  letter-spacing: 0.05em;
  line-height: 1.75;
}
#price .price_txt .kerning {
  letter-spacing: -7px;
}

@media screen and (max-width: 810px) {
  #price {
    padding: 0 0 40px;
  }
  #price::before {
    top: -760px;
  }
  #price .price_col {
    width: 100%;
    margin-bottom: 24px;
  }
  #price .price_col .col_list {
    width: 100%;
    max-width: 100%;
  }
  #price .price_col .col_list ul {
    gap: 10px;
    font-size: 2rem;
  }
  #price .price_col .col_list ul li {
    width: calc(50% - 5px);
    padding: 14px 8px;
  }
  #price .price_col .col_price {
    width: 100%;
    max-width: 100%;
    font-size: 9rem;
    text-align: center;
  }
  #price .price_col .col_price .num {
    font-size: 26.2rem;
    line-height: 22rem;
  }
  #price .price_txt {
    line-height: 2.2;
  }
  #price .price_txt em {
    font-size: 2.4rem;
    letter-spacing: 0.05em;
    line-height: 2;
  }
  #price .price_txt .kerning {
    letter-spacing: -7px;
  }
}
/* ---------------------------------------------------
	sales
------------------------------------------------------ */
#sales {
  padding: 0 0 164px;
}
#sales .sales_slide .slick-list {
  overflow: visible;
}
#sales .sales_slide .slide_item {
  margin: 0 10px;
  border: 1px solid #3c4b7e;
}
#sales .sales_slide .slide_item .item_body {
  position: relative;
  padding: 32px 12px 12px;
  line-height: 1.4;
}
#sales .sales_slide .slide_item .item_body .label {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 100%;
  padding: 6px 10px;
  background: #3c4b7e;
  font-size: 1.4rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
#sales .sales_slide .slide_item .item_body .tit {
  padding: 16px 16px;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
#sales .sales_slide .slide_item .item_body .txt {
  padding: 24px 16px 24px;
  border-top: 1px solid #3c4b7e;
}
#sales .sales_slide .slide_item .item_body .value {
  width: calc(100% + 24px);
  margin: 0 -12px -12px;
  padding: 10px 8px 16px;
  background: #7e6f3c;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  text-align: center;
}
#sales .sales_slide .slide_item .item_body .value .num {
  padding: 0 4px;
  font-size: 4rem;
  line-height: 1;
  vertical-align: sub;
}

@media screen and (max-width: 810px) {
  #sales {
    padding: 0 0 80px;
  }
  #sales .sales_slide .slide_item {
    margin: 0 8px;
  }
  #sales .sales_slide .slide_item .item_body .label {
    font-size: 1.3rem;
  }
  #sales .sales_slide .slide_item .item_body .tit {
    padding: 12px 10px;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
  }
  #sales .sales_slide .slide_item .item_body .txt {
    padding: 20px 10px 24px;
  }
  #sales .sales_slide .slide_item .item_body .value {
    font-size: 2rem;
    letter-spacing: 0.05em;
  }
  #sales .sales_slide .slide_item .item_body .value .num {
    padding: 0 4px;
    font-size: 3.6rem;
  }
}
/* ---------------------------------------------------
	flow
------------------------------------------------------ */
#flow {
  padding: 0 0 120px;
  background: url(../img/flow_bg_01.webp) no-repeat center;
  background-size: cover;
}
#flow .flow_slide_nav {
  max-width: 414px;
  margin: 0 auto;
  font-size: 1.6rem;
  line-height: 1;
}
#flow .flow_slide_nav .slide_item {
  padding: 0 15px 0;
}
#flow .flow_slide_nav .slide_item .circle {
  width: 72px;
  height: 72px;
  padding-top: 12px;
  background: #000;
  border-radius: 50%;
  color: #5e5e5e;
  cursor: pointer;
  transition: background 0.5s;
  text-align: center;
}
#flow .flow_slide_nav .slide_item .num {
  display: block;
  font-size: 3.2rem;
}
#flow .flow_slide_nav .slide_item.slick-current .circle {
  background: #1c2e69;
  color: #7782a5;
}
#flow .flow_slide_nav .slide_item.slick-current .circle .num {
  color: #fff;
}
#flow .flow_slide {
  max-width: 1140px;
  margin: 40px auto 0;
}
#flow .flow_slide .slick-list {
  overflow: visible;
}
#flow .flow_slide .slide_item {
  padding: 0 30px;
}
#flow .flow_slide .slide_item.slick-active .item_col {
  background: rgba(28, 46, 105, 0.6);
  opacity: 1;
}
#flow .flow_slide .slide_item.slick-active .item_col .col_txt {
  opacity: 1;
}
#flow .flow_slide .slide_item.slick-active .item_col .col_pic {
  opacity: 1;
}
#flow .flow_slide .slide_item .item_col {
  padding: 42px 80px;
  background: black;
  transition: background 0.5s, opacity 0.5s;
  opacity: 0.8;
}
#flow .flow_slide .slide_item .item_col .col_txt {
  width: 46%;
  letter-spacing: 0.05em;
  opacity: 0.5;
  transition: opacity 0.5s;
}
#flow .flow_slide .slide_item .item_col .col_txt .txt_tit {
  margin-bottom: 56px;
  font-size: 3.2rem;
  letter-spacing: 0.05em;
}
#flow .flow_slide .slide_item .item_col .col_txt .txt_tit .en {
  display: block;
  margin-bottom: 48px;
  color: #7782a5;
  font-size: 6.4rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
#flow .flow_slide .slide_item .item_col .col_txt .txt_tit .num {
  display: inline-block;
  margin-left: 32px;
  color: #fff;
  font-size: 14.3rem;
  letter-spacing: 0;
}
#flow .flow_slide .slide_item .item_col .col_pic {
  width: 48%;
  max-width: 400px;
  opacity: 0.5;
  transition: opacity 0.5s;
}

@media screen and (max-width: 810px) {
  #flow {
    padding: 0 0 calc(60px + 12vw);
    background: url(../img/flow_bg_01.webp) no-repeat center;
    background-size: cover;
  }
  #flow .flow_slide_nav {
    max-width: 288px;
    font-size: 1.2rem;
  }
  #flow .flow_slide_nav .slide_item {
    padding: 0 15px 0;
  }
  #flow .flow_slide_nav .slide_item .circle {
    width: 54px;
    height: 54px;
    padding-top: 10px;
  }
  #flow .flow_slide_nav .slide_item .num {
    font-size: 2.4rem;
  }
  #flow .flow_slide {
    margin-top: 32px;
  }
  #flow .flow_slide .slick-list {
    overflow: visible;
  }
  #flow .flow_slide .slide_item {
    padding: 0 20px;
  }
  #flow .flow_slide .slide_item .item_col {
    padding: 24px 20px 36px;
    background: rgba(28, 46, 105, 0.6);
    opacity: 1;
  }
  #flow .flow_slide .slide_item .item_col .col_txt {
    width: 100%;
    letter-spacing: 0.05em;
    opacity: 1;
    transition: opacity 0.5s;
  }
  #flow .flow_slide .slide_item .item_col .col_txt .txt_tit {
    margin-bottom: 20px;
    font-size: 2.7rem;
    letter-spacing: 0.05em;
  }
  #flow .flow_slide .slide_item .item_col .col_txt .txt_tit .en {
    margin-bottom: 24px;
    font-size: 3.9rem;
    letter-spacing: 0.05em;
    text-align: center;
  }
  #flow .flow_slide .slide_item .item_col .col_txt .txt_tit .num {
    margin-left: 20px;
    font-size: 8.8rem;
  }
  #flow .flow_slide .slide_item .item_col .col_pic {
    width: 80%;
    max-width: 100%;
    margin: 32px auto 0;
    opacity: 1;
  }
}
/* ---------------------------------------------------
		valuation
------------------------------------------------------ */
#valuation {
  position: relative;
}
#valuation > * {
  position: relative;
  z-index: 2;
}
#valuation .valuation_bg_txt {
  position: absolute;
  left: 0;
  width: 100%;
  top: -0.6325em;
  font-size: 141px;
  font-size: clamp(8rem, 7vw, 14.1rem);
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  z-index: 15;
}
#valuation .valuation_col {
  position: relative;
}
#valuation .valuation_col .col_pic {
  width: 50%;
}
#valuation .valuation_col .col_pic img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
#valuation .valuation_col .col_body {
  width: 50%;
  padding: 13% 4% calc(13% + 264px);
}
#valuation .valuation_col .col_body .body_container {
  max-width: 444px;
}
#valuation .valuation_col .col_body .body_tit {
  width: calc(100% + 180px);
  margin-left: -180px;
  margin-bottom: 120px;
  padding: 16px 0 16px 100px;
  background: #69571c;
  font-size: 2.4rem;
  line-height: 1.5;
}
#valuation .valuation_col .col_body .body_tit02 {
  margin-bottom: 32px;
  font-size: 4rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
#valuation .valuation_col .col_body p {
  line-height: 2.2;
}
#valuation .valuation_col .col_body em {
  color: #a59a77;
  font-size: 2.8rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
#valuation .inquiry_btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 810px) {
  #valuation {
    position: relative;
  }
  #valuation .valuation_bg_txt {
    top: -1.5em;
    font-size: clamp(5rem, 14.5vw, 20rem);
    letter-spacing: 0.05em;
  }
  #valuation .valuation_col .col_pic {
    width: 100%;
  }
  #valuation .valuation_col .col_body {
    width: 100%;
    padding: 0 20px 0;
  }
  #valuation .valuation_col .col_body .body_container {
    max-width: 100%;
  }
  #valuation .valuation_col .col_body .body_tit {
    width: 100%;
    margin: -60px auto 40px;
    padding: 20px 0;
    font-size: 2rem;
    line-height: 1.5;
    text-align: center;
  }
  #valuation .valuation_col .col_body .body_tit02 {
    margin-bottom: 24px;
    font-size: 3.6rem;
    line-height: 1.66;
    letter-spacing: 0.05em;
  }
  #valuation .valuation_col .col_body p {
    line-height: 2.2;
  }
  #valuation .valuation_col .col_body em {
    font-size: 2.4rem;
    letter-spacing: 0.05em;
  }
  #valuation .inquiry_btn {
    position: relative;
    margin-top: 40px;
  }
}
/* ---------------------------------------------------
	faq
------------------------------------------------------ */
#faq {
  position: relative;
  padding: 0 0 252px;
  background: #fff;
  color: #191919;
}
#faq::before {
  content: "";
  position: absolute;
  left: 0;
  top: -680px;
  display: block;
  width: 100%;
  height: 970px;
  background: url(../img/bg_line.svg) no-repeat center top;
  background-size: 2073px;
}
@media screen and (min-width: 2050px) {
  #faq::before {
    background-size: 100%;
  }
}
#faq > * {
  position: relative;
  z-index: 2;
}
#faq .faq_list dt {
  position: relative;
  padding: 42px 80px 40px 120px;
  border-bottom: 1px solid #d2d5e1;
  cursor: pointer;
  font-size: 2.2rem;
  line-height: 1.5;
}
#faq .faq_list dt::before, #faq .faq_list dt::after {
  content: "";
  display: block;
  position: absolute;
  right: 28px;
  top: 50%;
  width: 38px;
  height: 0;
  border-top: 1px solid #8d96b4;
}
#faq .faq_list dt::after {
  transform: rotate(90deg);
  transition: opacity 0.2s;
}
#faq .faq_list dt.open::after {
  opacity: 0;
}
#faq .faq_list dd {
  display: none;
  position: relative;
  padding: 40px 20px 40px 120px;
  background: #edeef3;
  border-bottom: 1px solid #d2d5e1;
}
#faq .faq_list dd em {
  color: #a59a77;
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
#faq .faq_list .q,
#faq .faq_list .a {
  position: absolute;
  left: 30px;
  top: 28px;
  color: #1c2e69;
  font-size: 4.8rem;
  letter-spacing: 0;
  line-height: 1;
}
#faq .faq_list .a {
  color: #a59a77;
}

@media screen and (max-width: 810px) {
  #faq {
    padding: 0 0 140px;
  }
  #faq::before {
    top: -800px;
  }
  #faq .faq_list dt {
    display: flex;
    align-items: center;
    min-height: 66px;
    padding: 8px 32px 8px 50px;
    font-size: 1.8rem;
    line-height: 1.5;
  }
  #faq .faq_list dt::before, #faq .faq_list dt::after {
    right: 10px;
    width: 15px;
  }
  #faq .faq_list dd {
    padding: 16px 20px 16px 50px;
  }
  #faq .faq_list dd em {
    font-size: 1.8rem;
    letter-spacing: 0;
  }
  #faq .faq_list .q,
  #faq .faq_list .a {
    left: 8px;
    top: 12px;
    font-size: 3.6rem;
  }
  #faq .faq_list .a {
    left: 10px;
  }
}
/* ---------------------------------------------------
	section
------------------------------------------------------ */