@charset "UTF-8";
/*
  Template: swell
  Theme Name: SWELL CHILD
  Theme URI: https://swell-theme.com/
  Description: SWELLの子テーマ
  Version: 1.0.0
  Author: LOOS WEB STUDIO
  Author URI: https://loos-web-studio.com/

  License: GNU General Public License
  License URI: http://www.gnu.org/licenses/gpl.html
*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  display: block;
  max-width: 100%;
}

ul,
ol {
  list-style-type: none;
}

input,
button,
textarea,
select {
  outline: none;
  font: inherit;
  background-color: transparent;
  border: none;
}

button {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

@font-face {
  font-family: "Noto Serif JP";
  font-weight: 500;
  src: url("assets/fonts/Noto_Serif_JP/static/NotoSerifJP-Medium.ttf?xiqm4v") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif JP";
  font-weight: 700;
  src: url("assets/fonts/Noto_Serif_JP/static/NotoSerifJP-SemiBold.ttf?xiqm4v") format("truetype");
  font-display: swap;
}
/* * {
  line-height: 2.1rem;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
} */
/* ヘッダーに翻訳ボタンを追加 */
/* .gtranslate_wrapper {
  margin-bottom: 0px;
}
@media (min-width: 960px) {
  #header {
    padding-right: 40px;
  }
  #fix_header {
    padding-right: 40px;
  }
  .gt_switcher_wrapper {
    top: 14px !important;
  }
}
@media (max-width: 959px) {
  .gt_switcher_wrapper {
    top: 8px !important;
    right: 8px !important;
  }
  .gglobe {
    height: 32px !important;
    width: 32px !important;
  }
} */
/** 管理者画面で管理バーが表示されている時の調整 **/
/* body:has(#wpadminbar) .gt_switcher_wrapper {
  top: calc(14px + 32px) !important;
} */
.l-container {
  max-width: 100%;
}

/* ボタンの折り返し防止 */
@media (min-width: 960px) {
  .flex-1 {
    flex: 1;
  }
  .one-line-button {
    width: 100%;
    white-space: nowrap;
  }
}
/* ボタンのスタイルが大きすぎる時に使う */
.custom-button-padding a {
  padding: 0.2rem 1rem;
}

/* Google Mapのアイコンを使えるようにする定義 */
@font-face {
  font-family: "icomoon";
  src: url("assets/fonts/icomoon.eot?xiqm4v");
  src: url("assets/fonts/icomoon.eot?xiqm4v#iefix") format("embedded-opentype"), url("assets/fonts/icomoon.ttf?xiqm4v") format("truetype"), url("assets/fonts/icomoon.woff?xiqm4v") format("woff"), url("assets/fonts/icomoon.svg?xiqm4v#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-google-map:before {
  content: "\e948";
}

/* 固定フッターをPC表示でも出す設定 */
/* #fix_bottom_menu+.p-fixBtnWrap {
  bottom: 64px;
}
@media (min-width: 960px) {
  #fix_bottom_menu {
    display: block;
  }
  #fix_bottom_menu .menu-item {
    cursor: pointer;
  }
  .l-footer {
    padding-bottom: 65px !important;
  }
} */
/* お問い合わせフォーム用設定 */
.wpcf7-form {
  max-width: 868px;
  margin: 0 auto;
  padding: 1rem;
}

/* 定義リストのスタイル */
.wpcf7-form dl {
  margin-bottom: 1rem;
  border-bottom: 1px solid #eee;
  padding-bottom: 1rem;
}

.wpcf7-form dt {
  margin-bottom: 0.3rem;
}

.wpcf7-form dt p {
  font-weight: bold;
  margin: 0;
}

.wpcf7-form dd {
  margin: 0;
}

.wpcf7-form dd p {
  margin: 0;
}

/* 必須マークのスタイル */
.required {
  color: #ff4b4b;
  font-size: 0.8rem;
  margin-left: 0.5rem;
}

/* 入力フィールドの共通スタイル */
.wpcf7-form-customized {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 1rem;
}

/* フレックスボックスのスタイル */
.wpcf7-flex p {
  display: flex;
  gap: 0.5rem;
}

.wpcf7-flex .wpcf7-form-control-wrap {
  width: 50%;
}

/* ラジオボタンのスタイル */
.wpcf7-radio {
  display: flex;
  gap: 1rem;
  border: none;
  padding: 0;
}

.wpcf7-radio .wpcf7-list-item {
  margin: 0;
  display: flex;
  align-items: center;
}

.wpcf7-radio input[type=radio] {
  width: auto;
}

/* 日付入力のスタイル */
.wpcf7-date {
  width: 100%;
}

/* シンプルCAPTCHAのスタイル */
.wpcf7-capthca img {
  padding: 0.3rem 0;
  margin-left: -0.3rem;
}

/* 送信ボタンのスタイル */
.submit-box {
  text-align: center;
  margin-top: 40px;
}

.submit p {
  margin: 0;
}

.wpcf7-submit {
  background: #2d2d2d;
  color: white;
  padding: 15px 60px;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s;
  width: auto;
}

.wpcf7-submit:hover {
  background: #4a4a4a;
}

/* スピナーのスタイル */
.wpcf7-spinner {
  margin: 0 0 0 10px;
}

/* エラーメッセージのスタイル */
.wpcf7-not-valid-tip {
  color: #ff4b4b;
  font-size: 0.8rem;
}

.wpcf7-response-output {
  margin: 1rem 0;
  padding: 0.5rem;
  border-radius: 4px;
  text-align: center;
}

/* 全幅クラスのスタイル */
.w-100 {
  width: 100% !important;
}

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

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

.tb_display {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .tb_display {
    display: block !important;
  }
}

html {
  scroll-behavior: auto;
}

.body_wrapper {
  position: relative;
  overflow: hidden;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  background: url(assets/img/home_bg.webp) repeat;
  background-size: 10px 10px;
  letter-spacing: 0;
  color: #3E4E51;
  font-size: 14px;
  line-height: 140%;
}
.body_wrapper.open_menu {
  max-height: 100vh;
  overflow: hidden;
}
.body_wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 770px;
  height: 1510px;
  background: url(assets/img/ellipse_pattern_01.svg) no-repeat top left;
}
@media screen and (max-width: 1023px) {
  .body_wrapper:before {
    display: none !important;
  }
}
.body_wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 882px;
  height: 940px;
  background: url(assets/img/ellipse_pattern_02.svg) no-repeat top left;
}
@media screen and (max-width: 1023px) {
  .body_wrapper:after {
    display: none !important;
  }
}
.body_wrapper b {
  font-weight: 700;
}

.container {
  max-width: 1210px;
  padding: 0 15px;
  margin: 0 auto;
}

.section-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.section-title_label {
  display: inline-block;
  border: 1px solid #5BB4C4;
  border-radius: 52px;
  color: #5BB4C4;
  font-size: 18px;
  line-height: 140%;
  font-weight: 500;
  padding: 8px 16px;
}
@media screen and (max-width: 1023px) {
  .section-title_label {
    padding: 4px 16px 5px;
    font-size: 16px;
    line-height: 140%;
  }
}
.section-title_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  font-weight: 900;
  font-size: 38px;
  line-height: 140%;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .section-title_text {
    font-size: 26px;
    line-height: 120%;
    gap: 16px;
  }
}
.section-title_text:after {
  content: "";
  width: 78px;
  height: 8px;
  background: url(assets/img/title_bottom.svg) no-repeat top left;
}
.section-title_sub {
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 140%;
  margin-top: -20px;
  font-weight: normal;
}
@media screen and (max-width: 1023px) {
  .section-title_sub {
    margin-top: -4px;
    font-size: 14px;
    line-height: 140%;
  }
}

.section-link {
  position: relative;
  width: max-content;
  margin: 0 auto;
  display: flex;
  padding: 16px 48px;
  background: #5BB4C4;
  border-radius: 12px 4px 12px 12px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 900;
  color: #ffffff;
  letter-spacing: 10%;
}
@media screen and (max-width: 1023px) {
  .section-link {
    font-size: 16px;
    line-height: 1.1875;
  }
}
.section-link:after {
  content: "";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 12px;
  height: 12px;
  background: url(assets/img/icon_link.svg) no-repeat top left;
  transition: all 0.3s;
}
.section-link:hover:after {
  transform: translate(3px, -3px);
}

.main-btn {
  position: relative;
  margin-top: 55px;
  left: 15px;
  display: flex;
  width: 248px;
  height: 56px;
  justify-content: center;
  align-items: center;
  background: #5BB4C4;
  border-radius: 12px 4px 12px 12px;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 10%;
  font-weight: 900;
  color: #ffffff;
}
@media screen and (max-width: 1501px) {
  .main-btn {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1350px) {
  .main-btn {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .main-btn {
    padding: 8px 16px;
    font-size: 14px;
    line-height: 1.2142857143;
    width: 140px;
    height: 33px;
    margin-top: 7px;
  }
}
.main-btn:after {
  content: "";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 12px;
  height: 12px;
  background: url(assets/img/icon_link.svg) no-repeat top left;
  transition: all 0.3s;
}
.main-btn:hover:after {
  transform: translate(3px, -3px);
}

.site-header {
  display: flex;
  justify-content: space-between;
  padding: 0 86px 0 52px;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 1501px) {
  .site-header {
    padding-left: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .site-header {
    padding: 8px 16px;
  }
}
.site-header.home-page {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}
@media screen and (max-width: 1024px) {
  .site-header.home-page {
    position: relative;
  }
}
.site-header_logo {
  padding-top: 24px;
}
.site-header_logo img {
  width: 155px;
  height: auto;
}
@media screen and (max-width: 1501px) {
  .site-header_logo {
    padding-top: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .site-header_logo {
    padding: 0;
  }
  .site-header_logo .c-headLogo {
    height: auto;
  }
  .site-header_logo img {
    width: 93px;
  }
}
@media screen and (max-width: 1023px) {
  .site-header_logo .-img .c-headLogo__link {
    padding: 0;
  }
}
.site-header_nav {
  padding-top: 38px;
}
@media screen and (max-width: 1024px) {
  .site-header_nav {
    padding-top: 5px;
  }
}
@media screen and (max-width: 1023px) {
  .site-header_nav {
    display: none;
    padding-top: 0;
    position: absolute;
    top: 44px;
    height: 100vh;
    left: 0;
    right: 0;
    background: #F2F8F9;
  }
}
.site-header_nav-list {
  display: flex;
  gap: 32px;
}
@media screen and (max-width: 1023px) {
  .site-header_nav-list {
    flex-direction: column;
    gap: 0;
    padding: 24px 0;
  }
}
.site-header_nav-list a {
  position: relative;
  padding: 0;
  height: 38px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  color: #3E4E51;
  text-shadow: 0px 0px 4px #ffffff;
}
@media screen and (max-width: 1023px) {
  .site-header_nav-list a {
    display: block;
    width: 100%;
    height: 72px;
    padding: 24px 16px;
    font-size: 20px;
    line-height: 1.2;
    background: url(assets/img/menu_arrow.svg) no-repeat right 15px center;
  }
}
.site-header_nav-list a:after {
  bottom: -5px;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  background: #3E4E51;
  transition: width 0.25s, height 0.25s, -webkit-transform 0.25s;
  transition: transform 0.25s, width 0.25s, height 0.25s;
  transition: transform 0.25s, width 0.25s, height 0.25s, -webkit-transform 0.25s;
  width: 100%;
  height: 2px;
  transform: scaleX(0);
}
.site-header_nav-list a:hover:after {
  transform: scaleX(1);
}
.site-header_hamb {
  display: block;
  width: 24px;
  height: 24px;
  background: url(assets/img/menu_hamb.svg) no-repeat top left;
  transition: all 0.3s;
  position: relative;
  top: 2px;
}
.site-header_hamb.active {
  background: url(assets/img/menu_hamb_active.svg) no-repeat top left;
}

.footer {
  background: #5BB4C4;
  padding: 24px 0 110px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1023px) {
  .footer {
    padding: 24px 0 128px;
  }
}
.footer-inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .footer-inner {
    flex-direction: column;
    gap: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .footer_logo {
    display: flex;
    justify-content: center;
  }
}
.footer_right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.footer_nav {
  display: flex;
}
@media screen and (max-width: 1023px) {
  .footer_nav {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
}
.footer_nav li {
  padding: 10px 8px;
}
@media screen and (max-width: 1023px) {
  .footer_nav li {
    padding: 8px;
  }
}
.footer_nav li a {
  font-size: 13px;
  line-height: 1.2307692308;
  font-weight: 500;
  color: #ffffff;
}
@media screen and (max-width: 1024px) {
  .footer_nav li a {
    font-size: 12px;
  }
}
@media screen and (max-width: 1023px) {
  .footer_nav li a {
    font-size: 13px;
  }
}
.footer_nav li a:hover {
  border-bottom: 1px solid #ffffff;
}
.footer-copyright {
  font-size: 13px;
  line-height: 1.2307692308;
  font-weight: 500;
  color: #ffffff;
}
@media screen and (max-width: 1023px) {
  .footer-copyright {
    text-align: center;
    width: 100%;
    margin-top: 16px;
  }
}
.footer_gotop {
  position: fixed;
  opacity: 0;
  z-index: 99;
  width: 23px;
  height: 117px;
  background: url(assets/img/go_top.svg) no-repeat top left;
  right: 20px;
  bottom: 14px;
  transition: all 0.3s;
}
.footer_gotop:hover {
  transform: translateY(-10px);
}
.footer_gotop.active {
  opacity: 1;
}
@media screen and (max-width: 1023px) {
  .footer_gotop {
    display: none;
  }
}
.footer_btn {
  background: #ffffff;
  position: fixed;
  z-index: 8;
  width: 100%;
  bottom: -100px;
  padding: 16px 0;
  display: flex;
  gap: 24px;
  justify-content: center;
  transition: all 0.3s;
}
.footer_btn.active {
  bottom: 0;
}
@media screen and (max-width: 1023px) {
  .footer_btn {
    flex-wrap: wrap;
    gap: 8px;
    padding: 8px 16px;
  }
}
.footer_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  gap: 12px;
  border-radius: 12px 4px 12px 12px;
  height: 56px;
  padding: 16px 24px;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 10%;
  color: #ffffff;
}
@media screen and (max-width: 1023px) {
  .footer_btn a {
    gap: 16px;
    height: 40px;
    font-size: 13px;
    line-height: 1.2307692308;
    width: calc((100% - 8px) / 2);
  }
}
.footer_btn a:after {
  content: "";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 12px;
  height: 12px;
  background: url(assets/img/icon_link.svg) no-repeat top left;
  transition: all 0.3s;
}
.footer_btn a:hover:after {
  transform: translate(3px, -3px);
}
.footer_btn-contact {
  background: #406AB9;
}
@media screen and (max-width: 1023px) {
  .footer_btn-contact {
    width: 100% !important;
  }
}
.footer_btn-contact:before {
  content: "";
  width: 28px;
  height: 28px;
  background: url(assets/img/icon_cars.svg) no-repeat top left;
  background-size: 100% auto;
}
@media screen and (max-width: 1023px) {
  .footer_btn-contact:before {
    width: 20px;
    height: 20px;
  }
}
.footer_btn-line {
  background: #57B565;
}
.footer_btn-line:before {
  content: "";
  width: 28px;
  height: 28px;
  background: url(assets/img/icon_line.svg) no-repeat top left;
  background-size: 100% auto;
}
@media screen and (max-width: 1023px) {
  .footer_btn-line:before {
    width: 20px;
    height: 20px;
  }
}
.footer_btn-phone {
  background: #5BB4C4;
}
.footer_btn-phone:before {
  content: "";
  width: 28px;
  height: 28px;
  background: url(assets/img/icon_phone.svg) no-repeat top left;
  background-size: 100% auto;
}
@media screen and (max-width: 1023px) {
  .footer_btn-phone:before {
    width: 20px;
    height: 20px;
  }
}
.footer_modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 9999;
}
.footer_modal.active {
  opacity: 1;
  visibility: visible;
}
.footer_modal-inner {
  position: relative;
  width: 80%;
  max-width: 850px;
  background: #fff;
  border-radius: 16px;
  padding: 50px 60px;
  max-height: 90vh;
  overflow: auto;
}
@media screen and (max-width: 1024px) {
  .footer_modal-inner {
    padding: 30px;
  }
}
@media screen and (max-width: 1023px) {
  .footer_modal-inner {
    padding: 15px;
  }
}
.footer_modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
}
@media screen and (max-width: 1023px) {
  .footer_modal-close {
    width: 28px;
    height: 28px;
    top: 5px;
    right: 5px;
  }
}
.footer_modal-title {
  font-size: 40px;
  line-height: 1.2;
  text-align: center;
  color: #5BB4C4;
  margin-bottom: 24px;
  font-weight: 900;
}
@media screen and (max-width: 1024px) {
  .footer_modal-title {
    font-size: 32px;
  }
}
@media screen and (max-width: 1023px) {
  .footer_modal-title {
    font-size: 22px;
  }
}
.footer_modal-content {
  text-align: center;
  font-size: 18px;
  line-height: 172%;
  margin-bottom: 32px;
}
@media screen and (max-width: 1023px) {
  .footer_modal-content {
    font-size: 14px;
  }
}
.footer_modal-img {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .footer_modal-img {
    flex-direction: column;
  }
}
.footer_modal-img img {
  width: calc((100% - 30px) / 2);
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .footer_modal-img img {
    width: 100%;
  }
}

.home-hero {
  padding: 15px 20px 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .home-hero {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1023px) {
  .home-hero {
    padding: 0;
  }
}
.home-hero_inner {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .home-hero_inner {
    padding: 0 0 5px;
  }
}
.home-hero_inner .home-hero_wrapper {
  mask: url(assets/img/home_hero_mask.svg) top left/contain no-repeat;
  -webkit-mask: url(assets/img/home_hero_mask.svg) top left/contain no-repeat;
  filter: drop-shadow(0px 4px 30.9px #EBF6F8);
}
@media screen and (max-width: 1501px) {
  .home-hero_inner .home-hero_wrapper {
    mask: url(assets/img/home_hero_mask_tb.svg) top left/contain no-repeat;
    -webkit-mask: url(assets/img/home_hero_mask_tb.svg) top left/contain no-repeat;
  }
}
@media screen and (max-width: 767px) {
  .home-hero_inner .home-hero_wrapper {
    mask: url(assets/img/home_hero_mask_sp.svg) top left/100% 100% no-repeat;
    -webkit-mask: url(assets/img/home_hero_mask_sp.svg) top left/100% 100% no-repeat;
  }
}
.home-hero_inner .home-hero_wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 235px;
  background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.5;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .home-hero_inner .home-hero_wrapper:before {
    height: 47px;
  }
}
.home-hero_inner .home-hero_wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.41) 0%, rgba(0, 0, 0, 0) 46.57%);
}
@media screen and (max-width: 767px) {
  .home-hero_inner .home-hero_wrapper:after {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.63) 0%, rgba(0, 0, 0, 0) 62.53%);
  }
}
.home-hero_inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .home-hero_inner img {
    aspect-ratio: 375/314;
  }
}
.home-hero_slider-inner {
  position: absolute;
  width: max-content;
  top: 181px;
  left: 113px;
  bottom: 83px;
  min-width: 657px;
}
@media screen and (max-width: 1501px) {
  .home-hero_slider-inner {
    top: 130px;
  }
}
@media screen and (max-width: 1350px) {
  .home-hero_slider-inner {
    top: 90px;
  }
}
@media screen and (max-width: 1024px) {
  .home-hero_slider-inner {
    left: 30px;
    right: 30px;
    top: unset;
    bottom: 70px;
    min-width: unset;
  }
}
@media screen and (max-width: 1023px) {
  .home-hero_slider-inner {
    left: 0;
    right: 0;
    bottom: 29px;
  }
}
@media screen and (max-width: 767px) {
  .home-hero_slider-inner {
    left: 0;
    right: 0;
    bottom: 29px;
    width: 100%;
  }
}
.home-hero_slider-inner:after {
  content: "";
  position: absolute;
  bottom: -20px;
  right: 115px;
  width: 196px;
  height: 196px;
  background: url(assets/img/mv_thumb.webp) no-repeat top left;
  background-size: 100% auto;
}
@media screen and (max-width: 1501px) {
  .home-hero_slider-inner:after {
    width: 150px;
    height: 150px;
  }
}
@media screen and (max-width: 1024px) {
  .home-hero_slider-inner:after {
    width: 100px;
    height: 100px;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .home-hero_slider-inner:after {
    width: 85px;
    height: 85px;
    right: 9px;
    bottom: 3px;
  }
}
.home-hero_slider-inner img {
  aspect-ratio: 673/261;
}
@media screen and (max-width: 1800px) {
  .home-hero_slider-inner img {
    width: 520px;
  }
}
@media screen and (max-width: 1024px) {
  .home-hero_slider-inner img {
    width: 380px;
  }
}
@media screen and (max-width: 1023px) {
  .home-hero_slider-inner img {
    width: 295px;
    aspect-ratio: 280/104;
  }
}
.home-hero_slider-inner p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.95;
  color: #ffffff;
  position: relative;
  top: -5px;
  left: 15px;
  text-shadow: 0px 3px 4.2px rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 767px) {
  .home-hero_slider-inner p {
    display: none;
  }
}
.home-hero_slider-logo {
  position: absolute;
  top: 107px;
  right: 44px;
  z-index: 2;
  background: #ffffff;
  border-radius: 28px;
  padding: 26px 24px;
}
@media screen and (max-width: 1800px) {
  .home-hero_slider-logo {
    top: 70px;
    right: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .home-hero_slider-logo {
    top: 10px;
    right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .home-hero_slider-logo {
    background: #ffffff;
    top: 20px;
    right: 12px;
    border-radius: 24px;
    padding: 8px;
  }
}
@media screen and (max-width: 1800px) {
  .home-hero_slider-logo img {
    width: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .home-hero_slider-logo img {
    width: 150px;
  }
}
@media screen and (max-width: 1023px) {
  .home-hero_slider-logo img {
    width: 100px;
  }
}
.home-hero_slider-title {
  position: absolute;
  bottom: 25px;
  left: calc(50% + 20px);
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 234%;
  z-index: 2;
}
@media screen and (max-width: 1501px) {
  .home-hero_slider-title {
    text-shadow: rgb(255, 255, 255) 1px 0px 0px, rgb(255, 255, 255) 0.540302px 0.841471px 0px, rgb(255, 255, 255) -0.416147px 0.909297px 0px, rgb(255, 255, 255) -0.989992px 0.14112px 0px, rgb(255, 255, 255) -0.653644px -0.756802px 0px, rgb(255, 255, 255) 0.283662px -0.958924px 0px, rgb(255, 255, 255) 0.96017px -0.279415px 0px;
  }
}
@media screen and (max-width: 1024px) {
  .home-hero_slider-title {
    letter-spacing: 165%;
    bottom: 0;
    left: calc(50% + 20px);
  }
}
@media screen and (max-width: 1023px) {
  .home-hero_slider-title {
    bottom: 10px;
    left: 50%;
  }
}
@media screen and (max-width: 767px) {
  .home-hero_slider-title {
    display: none;
  }
}
.home-hero .home-hero_inner .slick-dots li.slick-active button {
  background: #5BB4C4;
}
.home-hero .home-hero_inner .slick-dots li.slick-active button:after {
  border-color: #5BB4C4;
}
.home-hero .home-hero_inner .slick-dots {
  position: absolute;
  display: flex;
  bottom: 32px;
  right: 63px;
  z-index: 2;
  gap: 15px;
}
@media screen and (max-width: 1024px) {
  .home-hero .home-hero_inner .slick-dots {
    bottom: 10px;
    right: 15px;
  }
}
@media screen and (max-width: 1023px) {
  .home-hero .home-hero_inner .slick-dots {
    bottom: 15px;
    right: 16px;
    gap: 8px;
  }
}
@media screen and (max-width: 767px) {
  .home-hero .home-hero_inner .slick-dots {
    bottom: 5px;
  }
}
.home-hero .home-hero_inner .slick-dots li button {
  position: relative;
  display: block;
  text-indent: 9999px;
  padding: 0;
  width: 10px;
  height: 10px;
  background: #3E4E51;
  border-radius: 50%;
}
@media screen and (max-width: 1023px) {
  .home-hero .home-hero_inner .slick-dots li button {
    width: 8px;
    height: 8px;
  }
}
.home-hero .home-hero_inner .slick-dots li button:after {
  content: "";
  position: absolute;
  width: auto;
  height: auto;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border-radius: 50%;
  border: 1px solid transparent;
  transition: all 0.3s;
}
.home-hero_intro {
  padding-top: 24px;
}
@media screen and (max-width: 1023px) {
  .home-hero_intro {
    padding-top: 16px;
  }
}

.home-intro {
  position: relative;
  padding: 110px 0;
}
@media screen and (max-width: 1024px) {
  .home-intro {
    padding: 35px 0 40px;
  }
}
.home-intro_inner {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (max-width: 1023px) {
  .home-intro_inner {
    gap: 24px;
  }
}
.home-intro_group {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1023px) {
  .home-intro_group {
    display: block;
  }
}
.home-intro_typical {
  width: 377px;
  border: 1px solid #EEF1F3;
  border-radius: 24px;
  padding: 22px 48px 28px;
  background: #ffffff;
}
@media screen and (max-width: 1024px) {
  .home-intro_typical {
    width: 100%;
    border-radius: 16px;
    margin-bottom: 37px;
    position: relative;
  }
  .home-intro_typical:after {
    content: "";
    width: 77px;
    height: 44px;
    background: url(assets/img/arrow_lg.svg) no-repeat top left;
    position: absolute;
    bottom: -34px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 1023px) {
  .home-intro_typical {
    padding: 0;
  }
}
.home-intro_typical-title {
  font-size: 28px;
  font-weight: 900;
  line-height: 1.2142857143;
  margin-bottom: 32px;
}
@media screen and (max-width: 1023px) {
  .home-intro_typical-title {
    text-align: center;
    background: #F8F8F8;
    display: flex;
    height: 40px;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 1.2;
    border-radius: 15px 15px 0 0;
    margin-bottom: 0;
  }
}
.home-intro_typical-list {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
@media screen and (max-width: 1023px) {
  .home-intro_typical-list {
    padding: 9px 8px 17px;
    flex-direction: row;
    gap: 8px;
  }
}
.home-intro_typical-item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 1023px) {
  .home-intro_typical-item {
    width: calc((100% - 8px) / 2);
    gap: 8px;
  }
}
.home-intro_typical-item_inner {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 1023px) {
  .home-intro_typical-item_inner {
    padding: 8px;
    background: #F9F9F9;
    border-radius: 8px;
    gap: 8px;
  }
}
.home-intro_typical-item-num {
  font-family: "Inter", sans-serif;
  position: absolute;
  top: -4px;
  left: -48px;
  color: #ffffff;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.1875;
  padding: 4px 6px;
  border-radius: 0 8px 8px 0;
  background: #CED3D4;
}
@media screen and (max-width: 1023px) {
  .home-intro_typical-item-num {
    display: none;
  }
}
.home-intro_typical-item-title {
  font-size: 16px;
  font-weight: 900;
}
@media screen and (max-width: 1023px) {
  .home-intro_typical-item-title {
    font-size: 14px;
    line-height: 1.2142857143;
    min-height: 34px;
  }
}
.home-intro_typical-item-content {
  line-height: 1.85;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  line-height: 1.2142857143;
  gap: 8px;
}
@media screen and (max-width: 1023px) {
  .home-intro_typical-item-content {
    gap: 4px;
  }
  .home-intro_typical-item-content li {
    display: flex;
    gap: 8px;
  }
  .home-intro_typical-item-content li:before {
    content: "";
    min-width: 4px;
    height: 4px;
    top: 7px;
    border-radius: 50%;
    position: relative;
    background: #3E4E51;
  }
}
.home-intro_typical-item-content strong {
  font-weight: 700;
}
.home-intro_typical-item-label {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 4px 10px;
  line-height: 1.2142857143;
  font-weight: 900;
  color: #5BB4C4;
  background: #E6F6F9;
  border-radius: 4px;
}
.home-intro_typical-item-label:before {
  content: "";
  min-width: 12px;
  height: 12px;
  background: url(assets/img/icon_arrow_lg.svg) no-repeat top left;
}
.home-intro_feature {
  width: calc(100% - 401px);
  border: 2px solid #5BB4C4;
  border-radius: 24px;
  padding: 0 0 0 46px;
  background: #ffffff;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .home-intro_feature {
    width: 100%;
    padding: 0 0 0 46px;
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .home-intro_feature {
    width: 100%;
    padding: 0;
    flex-direction: column;
    margin-bottom: 8px;
  }
}
.home-intro_feature-inner {
  padding: 24px 0 30px;
}
@media screen and (max-width: 1024px) {
  .home-intro_feature-inner {
    width: calc(100% - 276px);
  }
}
@media screen and (max-width: 767px) {
  .home-intro_feature-inner {
    width: 100%;
    padding: 0 0 20px;
  }
}
.home-intro_feature-title {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.2083333333;
  margin-bottom: 35px;
  color: #5BB4C4;
}
@media screen and (max-width: 1024px) {
  .home-intro_feature-title {
    padding-top: 15px;
    margin-bottom: 0;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .home-intro_feature-title {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 0;
    text-align: center;
    background: #E6F6F9;
    padding: 8px;
  }
}
.home-intro_feature-title span {
  position: relative;
  z-index: 1;
}
.home-intro_feature-title span:before {
  content: "";
  position: absolute;
  width: auto;
  left: -2px;
  right: 0;
  height: 12px;
  bottom: 0;
  background: #F8EDD2;
  border-radius: 25px;
  z-index: -1;
}
.home-intro_feature-list {
  display: flex;
  flex-direction: column;
  gap: 27px;
}
@media screen and (max-width: 767px) {
  .home-intro_feature-list {
    gap: 12px;
    padding: 13px 16px 0;
  }
}
.home-intro_feature-item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 1023px) {
  .home-intro_feature-item {
    gap: 8px;
  }
}
.home-intro_feature-item_inner {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 1023px) {
  .home-intro_feature-item_inner {
    padding-left: 10px;
    gap: 8px;
    border-left: 2px solid #5BB4C4;
    border-radius: 4px 0 0 4px;
  }
}
.home-intro_feature-item-num {
  font-family: "Inter", sans-serif;
  position: absolute;
  top: -3px;
  left: -46px;
  color: #ffffff;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.1875;
  padding: 4px 7px;
  border-radius: 0 8px 8px 0;
  background: #5BB4C4;
}
@media screen and (max-width: 767px) {
  .home-intro_feature-item-num {
    display: none;
  }
}
.home-intro_feature-item-title {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 900;
  color: #5BB4C4;
}
.home-intro_feature-item-content {
  line-height: 1.85;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  line-height: 1.2142857143;
  gap: 8px;
}
@media screen and (max-width: 1023px) {
  .home-intro_feature-item-content {
    gap: 4px;
  }
}
.home-intro_feature-item-badge {
  display: flex;
}
.home-intro_feature-item-badge:before {
  content: "";
  width: 21px;
  height: 27px;
  background: url(assets/img/lbl_lft.svg) no-repeat top left;
}
.home-intro_feature-item-badge:after {
  content: "";
  width: 21px;
  height: 27px;
  background: url(assets/img/lbl_rgt.svg) no-repeat top left;
}
.home-intro_feature-item-label {
  position: relative;
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 4px 30px 4px 11px;
  font-size: 16px;
  line-height: 1.1875;
  font-weight: 900;
  color: #ffffff;
  background: #D3B45F;
}
.home-intro_feature-item-label:before {
  content: "";
  width: 12px;
  height: 12px;
  background: url(assets/img/icon_arrow_wh.svg) no-repeat top left;
}
.home-intro_feature-img {
  width: 276px;
  border-radius: 23px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .home-intro_feature-img {
    width: 100%;
    padding: 12px 10px 0;
  }
}
.home-intro_feature-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1023px) {
  .home-intro_feature-img img {
    border-radius: 23px;
    overflow: hidden;
  }
}
.home-intro .home-intro_feature-item:first-child .home-intro_feature-item-label:after {
  position: absolute;
  content: "";
  width: 34px;
  height: 34px;
  right: -10px;
  bottom: 5px;
  background: url(assets/img/rating_icon.svg) no-repeat top left;
}
.home-intro .home-intro_feature-item:nth-child(2) .home-intro_feature-item-label:after {
  position: absolute;
  content: "";
  width: 34px;
  height: 34px;
  right: -10px;
  bottom: 5px;
  background: url(assets/img/money_icon.svg) no-repeat top left;
}
.home-intro_bottom {
  width: 100%;
  display: flex;
  justify-content: end;
}
@media screen and (max-width: 1023px) {
  .home-intro_bottom {
    flex-direction: column;
    gap: 8px;
  }
}
.home-intro_bottom-text {
  line-height: 1.2142857143;
}
.home-intro_bottom-link {
  display: flex;
  gap: 9px;
}
@media screen and (max-width: 1023px) {
  .home-intro_bottom-link {
    background: #F5FEFF;
    width: max-content;
    margin: 0 auto;
    padding: 8px 16px;
    border-radius: 40px;
  }
}
.home-intro_bottom-link span {
  border-bottom: 1px solid #5BB4C4;
  color: #5BB4C4;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.1875;
  transition: all 0.3s;
}
.home-intro_bottom-link:after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(assets/img/icon_question.svg) no-repeat top left;
}

.home-guarantee {
  position: relative;
  overflow: hidden;
}
.home-guarantee_top {
  position: relative;
  height: 53px;
}
@media screen and (max-width: 767px) {
  .home-guarantee_top {
    height: 20px;
  }
}
.home-guarantee_top:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 53px;
  background: url(assets/img/intersect_top.svg) no-repeat top center;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .home-guarantee_top:before {
    height: 20px;
    background: url(assets/img/intersect_top_sp.svg) no-repeat top center;
    background-size: 100% auto;
  }
}
.home-guarantee_bottom {
  position: relative;
  height: 53px;
  margin-top: -1px;
}
@media screen and (max-width: 767px) {
  .home-guarantee_bottom {
    height: 20px;
  }
}
.home-guarantee_bottom:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 53px;
  background: url(assets/img/intersect_bot.svg) no-repeat top center;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .home-guarantee_bottom:before {
    height: 20px;
    background: url(assets/img/intersect_bot_sp.svg) no-repeat top left;
    background-size: 100% auto;
  }
}
.home-guarantee_inner {
  background: #ECF7F9;
  padding: 100px 0;
  margin-top: -1px;
}
@media screen and (max-width: 1024px) {
  .home-guarantee_inner {
    padding: 41px 0 40px;
  }
}
.home-guarantee_subtext {
  margin-top: 32px;
  text-align: center;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 50px;
}
@media screen and (max-width: 1023px) {
  .home-guarantee_subtext {
    margin-top: 25px;
    margin-bottom: 19px;
  }
}
.home-guarantee_subtext span {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
}
@media screen and (max-width: 1023px) {
  .home-guarantee_subtext span {
    font-size: 20px;
    line-height: 140%;
  }
}
.home-guarantee_list {
  display: flex;
  gap: 24px;
  justify-content: center;
}
@media screen and (max-width: 1023px) {
  .home-guarantee_list {
    gap: 8px;
    padding-top: 39px;
    padding-bottom: 10px;
    background: url(assets/img/scroll_icon.svg) no-repeat top center;
  }
}
@media screen and (max-width: 767px) {
  .home-guarantee_list {
    justify-content: unset;
    overflow: auto;
    width: calc(100% + 15px);
  }
}
.home-guarantee_item {
  position: relative;
  width: calc((100% - 48px) / 3);
  background: #ffffff url(assets/img/guarantee_bg.svg) no-repeat bottom right;
  border-radius: 24px;
  padding: 43px 32px 32px;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .home-guarantee_item {
    width: calc((100% - 16px) / 3);
    min-width: calc((100% - 16px) / 3);
    padding: 28px 22px 26px;
    border-radius: 16px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 767px) {
  .home-guarantee_item:last-child {
    margin-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .home-guarantee_item {
    width: 250px;
    min-width: 250px;
  }
}
.home-guarantee_item-num {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 225px;
  height: 48px;
  display: flex;
  gap: 2px;
  justify-content: center;
  align-items: center;
  background: url(assets/img/guarantee_lbl.svg) no-repeat top left;
  color: #ffffff;
}
@media screen and (max-width: 1023px) {
  .home-guarantee_item-num {
    width: 150px;
    height: 32px;
    background-size: 100% 100%;
    top: -8px;
    font-size: 10px;
    line-height: 140%;
  }
}
.home-guarantee_item-num .__700 {
  font-size: 20px;
  line-height: 140%;
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  .home-guarantee_item-num .__700 {
    font-size: 14px;
    line-height: 140%;
  }
}
.home-guarantee_item-num .__num {
  font-weight: 700;
  font-family: "Inter", sans-serif;
  font-style: italic;
  font-size: 32px;
  line-height: 1.21875;
}
@media screen and (max-width: 1023px) {
  .home-guarantee_item-num .__num {
    font-size: 22px;
    line-height: 1.1818181818;
  }
}
.home-guarantee_item-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 44px;
  font-weight: 900;
  line-height: 140%;
  color: #5BB4C4;
  margin-bottom: 15px;
}
@media screen and (max-width: 1023px) {
  .home-guarantee_item-title {
    font-size: 30px;
    line-height: 140%;
    margin-bottom: 11px;
  }
}
.home-guarantee_item-title .__lbl {
  color: #3E4E51;
  font-size: 24px;
  line-height: 140%;
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  .home-guarantee_item-title .__lbl {
    font-size: 16px;
    line-height: 140%;
  }
}
.home-guarantee_item-detail {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}
@media screen and (max-width: 1023px) {
  .home-guarantee_item-detail {
    gap: 6px;
    margin-bottom: 4px;
  }
}
.home-guarantee_item-detail li {
  width: 100%;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
  border: 1px solid #C9DADD;
  border-radius: 78px;
  background: #ffffff;
}
@media screen and (max-width: 1023px) {
  .home-guarantee_item-detail li {
    font-size: 14px;
    line-height: 140%;
    height: 34px;
    border-radius: 52px;
  }
}
.home-guarantee_item-detail li .__700 {
  font-weight: 900;
  color: #5BB4C4;
}
.home-guarantee_item-note {
  font-size: 13px;
  line-height: 140%;
  margin-bottom: 17px;
}
@media screen and (max-width: 1023px) {
  .home-guarantee_item-note {
    margin-bottom: 7px;
  }
}
.home-guarantee_item-note .__small {
  font-size: 10px;
  line-height: 140%;
}
@media screen and (max-width: 1023px) {
  .home-guarantee_item-note .__small {
    font-size: 7px;
    line-height: 140%;
  }
}
.home-guarantee_item-note .__large {
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
  color: #5BB4C4;
}
@media screen and (max-width: 1023px) {
  .home-guarantee_item-note .__large {
    font-size: 14px;
    line-height: 140%;
  }
}
.home-guarantee_item-text {
  font-size: 20px;
  line-height: 140%;
}
@media screen and (max-width: 1023px) {
  .home-guarantee_item-text {
    font-size: 13px;
    line-height: 140%;
  }
}
.home-guarantee_item-text .__700 {
  font-weight: 700;
}
.home-guarantee_item-text .__text {
  display: inline-block;
  font-size: 16px;
  line-height: 140%;
}
@media screen and (max-width: 1023px) {
  .home-guarantee_item-text .__text {
    font-size: 13px;
    line-height: 140%;
  }
}
.home-guarantee_item-inner {
  font-size: 18px;
  line-height: 140%;
}
@media screen and (max-width: 1023px) {
  .home-guarantee_item-inner {
    font-size: 14px;
    line-height: 140%;
  }
}
.home-guarantee_item-inner .__700 {
  font-weight: 700;
}
.home-guarantee_item-label {
  position: relative;
  display: inline-block;
  margin-top: 10px;
  font-size: 24px;
  line-height: 140%;
  font-weight: 900;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .home-guarantee_item-label {
    margin-top: 6px;
    font-size: 16px;
    line-height: 140%;
  }
}
.home-guarantee_item-label:before {
  content: "";
  position: absolute;
  left: -2px;
  right: 0;
  bottom: -4px;
  height: 17px;
  border-radius: 8px;
  background: #F4E6B1;
  z-index: -1;
}
@media screen and (max-width: 1023px) {
  .home-guarantee_item-label:before {
    height: 10px;
  }
}
.home-guarantee_item-content {
  font-size: 18px;
  line-height: 140%;
  margin-top: 8px;
}
@media screen and (max-width: 1023px) {
  .home-guarantee_item-content {
    font-size: 14px;
    line-height: 140%;
  }
}
.home-guarantee_note {
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 1023px) {
  .home-guarantee_note {
    text-align: left;
    font-size: 14px;
    line-height: 1.2142857143;
    margin-top: 6px;
  }
}

.home-ranking {
  padding: 105px 0;
}
@media screen and (max-width: 1024px) {
  .home-ranking {
    padding: 41px 0 40px;
  }
}
@media screen and (max-width: 1023px) {
  .home-ranking {
    padding: 18px 0 40px;
  }
}
.home-ranking_list {
  margin: 48px 0;
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 1023px) {
  .home-ranking_list {
    gap: 8px;
    width: calc(100% + 15px);
    overflow: auto;
    padding-top: 39px;
    padding-bottom: 10px;
    background: url(assets/img/scroll_icon.svg) no-repeat top center;
    margin: 27px 0 6px;
  }
}
.home-ranking_item {
  position: relative;
  width: calc((100% - 64px) / 5);
  border: 1px solid #EEF1F3;
  background: #FAFAFA;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px;
}
@media screen and (max-width: 1023px) {
  .home-ranking_item {
    width: 224px;
    min-width: 224px;
  }
  .home-ranking_item:last-child {
    margin-right: 15px;
  }
}
.home-ranking_item:nth-child(1) .home-ranking_item-num {
  background: #CC9C18;
}
.home-ranking_item:nth-child(2) .home-ranking_item-num {
  background: #848076;
}
.home-ranking_item:nth-child(3) .home-ranking_item-num {
  background: #AE825C;
}
.home-ranking_item-num {
  display: inline-block;
  position: absolute;
  width: 60px;
  height: 60px;
  top: -18px;
  left: -22px;
  border-radius: 999px;
  background: #005BAB;
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
  line-height: 140%;
  padding: 20px 0 0 31px;
}
.home-ranking_item-brand {
  font-size: 10px;
  line-height: 140%;
  font-weight: 900;
  letter-spacing: 20%;
  margin-bottom: 5px;
}
.home-ranking_item-name {
  font-size: 20px;
  line-height: 140%;
  font-weight: 900;
  color: #5BB4C4;
  margin-bottom: 25px;
}
.home-ranking_item-img {
  width: 100%;
  height: 117px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 28px;
}
.home-ranking_item-img img {
  width: auto;
  height: 100%;
}
.home-ranking_item-detail {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-bottom: 30px;
}
.home-ranking_item-price {
  font-size: 28px;
  line-height: 140%;
  font-weight: 900;
}
.home-ranking_item-text {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  line-height: 140%;
}
.home-ranking_item-text .__large {
  font-weight: 900;
}
.home-ranking_item-link {
  position: relative;
  display: flex;
  width: 100%;
  height: 38px;
  justify-content: center;
  align-items: center;
  border: 1px solid #5BB4C4;
  color: #5BB4C4;
  border-radius: 12px 4px 12px 12px;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 10%;
}
.home-ranking_item-link:after {
  content: "";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 12px;
  height: 12px;
  background: url(assets/img/icon_link_dark.svg) no-repeat top left;
  transition: all 0.3s;
}
.home-ranking_item-link:hover:after {
  transform: translate(3px, -3px);
}
.home-ranking_search {
  margin-top: 47px;
}
@media screen and (max-width: 1023px) {
  .home-ranking_search {
    margin-top: 14px;
  }
}
.home-ranking_search-input {
  display: flex;
  gap: 49px;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .home-ranking_search-input {
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
  }
}
.home-ranking_search-input label {
  width: max-content;
  border-left: 4px solid #5BB4C4;
  font-size: 24px;
  font-weight: 900;
  line-height: 140%;
  word-break: keep-all;
  padding-left: 12px;
}
@media screen and (max-width: 1023px) {
  .home-ranking_search-input label {
    font-size: 20px;
    line-height: 140%;
  }
}
.home-ranking_search-input input {
  width: 100%;
  background: #ffffff url(assets/img/icon_search.svg) no-repeat 20px center;
  border: 1px solid #E0E6EB;
  border-radius: 16px;
  height: 50px;
  padding-left: 60px;
}
@media screen and (max-width: 1023px) {
  .home-ranking_search-input input {
    font-size: 16px;
    line-height: 140%;
  }
}
.home-ranking_search-text {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  line-height: 1.2222222222;
  font-weight: 900;
  text-align: center;
  margin: 24px 0;
}
@media screen and (max-width: 1023px) {
  .home-ranking_search-text {
    display: none;
  }
}
.home-ranking_search-text:before {
  content: "";
  width: 22px;
  height: 38px;
  background: url(assets/img/icon_text_lft.svg) no-repeat top left;
}
.home-ranking_search-text:after {
  content: "";
  width: 22px;
  height: 38px;
  background: url(assets/img/icon_text_rgt.svg) no-repeat top left;
}
.home-ranking_search-text span {
  color: #5BB4C4;
}
.home-ranking_select {
  margin-top: 24px;
  background: #FAFAFA;
  border: 1px solid #EEF1F3;
  padding: 24px;
  border-radius: 16px;
}
@media screen and (max-width: 1023px) {
  .home-ranking_select {
    margin-top: 8px;
    margin-bottom: 24px;
    padding: 16px;
  }
}
.home-ranking_select-title {
  background: url(assets/img/icon_car.svg) no-repeat top left;
  font-size: 18px;
  font-weight: 900;
  line-height: 140%;
  height: 32px;
  display: flex;
  align-items: center;
  padding-left: 79px;
  margin-bottom: 16px;
}
@media screen and (max-width: 1023px) {
  .home-ranking_select-title {
    background-size: 48px 24px;
    background-position: center left;
    height: 25px;
    padding-left: 63px;
  }
}
.home-ranking_select-tab {
  overflow: hidden;
}
.home-ranking_select-tab_nav {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1023px) {
  .home-ranking_select-tab_nav {
    flex-direction: column;
    gap: 2px;
  }
}
.home-ranking_select-tab-btn {
  position: relative;
  background: #FAFAFA;
  border-left: 1px solid #EEF1F3;
  border-top: 1px solid #EEF1F3;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  padding: 5px 16px 8px;
  color: #3E4E51;
  display: flex;
  gap: 8px;
  align-items: flex-end;
}
@media screen and (max-width: 1024px) {
  .home-ranking_select-tab-btn {
    font-size: 14px;
  }
}
@media screen and (max-width: 1023px) {
  .home-ranking_select-tab-btn {
    display: none;
  }
}
.home-ranking_select-tab-btn:first-child {
  border-radius: 8px 0 0;
}
.home-ranking_select-tab-btn:last-child {
  border-right: 1px solid #EEF1F3;
}
.home-ranking_select-tab-btn.active {
  background: #ffffff;
  color: #5BB4C4;
  font-weight: 900;
}
.home-ranking_select-tab-btn.active:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #ffffff;
  bottom: -1px;
  left: 0;
}
.home-ranking_select-tab-btn .count {
  font-weight: normal;
  color: #3E4E51;
}
.home-ranking_select-tab_content {
  background: #ffffff;
  border: 1px solid #EEF1F3;
  padding: 14px;
  border-radius: 0 0 8px 8px;
}
.home-ranking_select-tab-panel {
  display: none;
}
@media screen and (max-width: 1023px) {
  .home-ranking_select-tab-panel {
    display: block;
  }
}
.home-ranking_select-tab-panel.active {
  display: block;
}
.home-ranking_select-tab-panel ul {
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 1023px) {
  .home-ranking_select-tab-panel ul {
    flex-direction: column;
    gap: 4px;
    padding: 6px 16px 7px;
  }
}
@media screen and (max-width: 1023px) {
  .home-ranking_select-tab-panel p {
    padding: 6px 16px 7px;
  }
}
.home-ranking_select-tab-panel a {
  color: #3E4E51;
  background: #FAFAFA;
  border: 1px solid #EEF1F3;
  border-radius: 8px;
  display: flex;
  align-items: center;
  padding: 8px 16px;
  gap: 8px;
}
@media screen and (max-width: 1023px) {
  .home-ranking_select-tab-panel a {
    position: relative;
    display: block;
    width: 100%;
    background: transparent;
    padding: 0 0 0 8px;
    border: none;
  }
}
.home-ranking_select-tab-panel a:hover {
  cursor: pointer;
}
.home-ranking_select-tab-panel a:hover:after {
  transform: translate(3px, -3px);
}
.home-ranking_select-tab-panel a:after {
  content: "";
  position: relative;
  width: 10px;
  height: 10px;
  background: url(assets/img/icon_link_dark.svg) no-repeat top left;
  background-size: 100% auto;
  transition: all 0.3s;
}
@media screen and (max-width: 1023px) {
  .home-ranking_select-tab-panel a:after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
.home-ranking_select-tab-item {
  width: 100%;
  border: 1px solid #EEF1F3;
  border-radius: 8px;
  background: #ffffff;
}
.home-ranking_select-tab-item-btn {
  position: relative;
  display: block;
  border-bottom: 1px solid #EEF1F3;
  padding: 8px 16px;
  font-size: 14px;
  line-height: 140%;
  color: #3E4E51;
  font-weight: 500;
}
.home-ranking_select-tab-item-btn:after {
  content: "";
  width: 10px;
  height: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  right: 16px;
  position: absolute;
  background: url(assets/img/icon_expand.svg) no-repeat top left;
}
.home-ranking_select-tab-item-btn.active {
  font-weight: 700;
  color: #5BB4C4;
}
.home-ranking_select-tab-item-btn.active:after {
  transform: translateY(-50%) rotate(0);
}
.home-ranking_select-tab-item-btn .count {
  color: #3E4E51;
  font-weight: normal;
  opacity: 0.6;
}
.home-ranking_select-tab-item-content {
  display: none;
}
.home-ranking_select-tab-item-content.active {
  display: block;
}
.home-ranking_submit {
  position: relative;
  width: max-content;
  margin: 0 auto;
  display: flex;
  padding: 16px 48px;
  background: #5BB4C4;
  border-radius: 12px 4px 12px 12px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 900;
  color: #ffffff;
  letter-spacing: 10%;
}
.home-ranking_submit:after {
  content: "";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 12px;
  height: 12px;
  background: url(assets/img/icon_link.svg) no-repeat top left;
  transition: all 0.3s;
}
.home-ranking_submit:hover:after {
  transform: translate(3px, -3px);
}

.home-reason {
  position: relative;
  overflow: hidden;
}
.home-reason_top {
  position: relative;
  height: 53px;
}
@media screen and (max-width: 767px) {
  .home-reason_top {
    height: 20px;
  }
}
.home-reason_top:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 53px;
  background: url(assets/img/intersect_top.svg) no-repeat top center;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .home-reason_top:before {
    height: 20px;
    background: url(assets/img/intersect_top_sp.svg) no-repeat top center;
    background-size: 100% auto;
  }
}
.home-reason_bottom {
  position: relative;
  height: 53px;
  margin-top: -1px;
}
@media screen and (max-width: 1023px) {
  .home-reason_bottom {
    height: 20px;
  }
}
.home-reason_bottom:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 53px;
  background: url(assets/img/intersect_bot.svg) no-repeat top center;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .home-reason_bottom:before {
    height: 20px;
    background: url(assets/img/intersect_bot_sp.svg) no-repeat top left;
    background-size: 100% auto;
  }
}
.home-reason_inner {
  background: #ECF7F9;
  padding: 100px 0;
  margin-top: -1px;
}
@media screen and (max-width: 1024px) {
  .home-reason_inner {
    padding: 41px 0 40px;
  }
}
.home-reason_subtext {
  margin-top: 46px;
  margin-bottom: 26px;
  text-align: center;
  font-size: 16px;
  line-height: 140%;
}
@media screen and (max-width: 1023px) {
  .home-reason_subtext {
    margin-top: 23px;
    margin-bottom: 16px;
  }
}
.home-reason_list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 1023px) {
  .home-reason_list {
    gap: 7px;
  }
}
.home-reason_list-item {
  position: relative;
  border-radius: 16px;
  border: 1px solid #EEF1F3;
  background: #ffffff;
  display: flex;
  gap: 43px;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .home-reason_list-item:nth-child(odd) .home-reason_list-item-img {
    order: 2;
  }
  .home-reason_list-item:nth-child(odd) .home-reason_list-item-img:after {
    top: 0;
    left: -5px;
    background: url(assets/img/reason_img_lft.svg) no-repeat top left;
    background-size: 100% auto;
  }
  .home-reason_list-item:nth-child(odd) .home-reason_list-item-inner {
    order: 1;
  }
}
@media screen and (max-width: 1023px) {
  .home-reason_list-item {
    flex-direction: column;
    gap: 8px;
    padding: 16px;
  }
}
.home-reason_list-item-img {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  width: 620px;
}
@media screen and (max-width: 1023px) {
  .home-reason_list-item-img {
    width: 100%;
  }
}
.home-reason_list-item-img:after {
  content: "";
  position: absolute;
  top: 0;
  right: -5px;
  width: 70px;
  height: 100%;
  background: url(assets/img/reason_img_rgt.svg) no-repeat top left;
  background-size: 100% auto;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .home-reason_list-item-img:after {
    display: none;
  }
}
.home-reason_list-item-img img {
  width: 100%;
  aspect-ratio: 620/279;
  object-fit: cover;
}
@media screen and (max-width: 1023px) {
  .home-reason_list-item-img img {
    aspect-ratio: 311/160;
  }
}
.home-reason_list-item-inner {
  width: calc(100% - 663px);
  padding-left: 48px;
}
@media screen and (max-width: 1024px) {
  .home-reason_list-item-inner {
    padding: 30px;
  }
}
@media screen and (max-width: 1023px) {
  .home-reason_list-item-inner {
    width: 100%;
    padding: 0;
  }
}
.home-reason_list-item-subtext {
  font-size: 18px;
  line-height: 140%;
  font-weight: 500;
}
@media screen and (max-width: 1023px) {
  .home-reason_list-item-subtext {
    font-size: 16px;
    line-height: 140%;
  }
}
.home-reason_list-item-title {
  font-size: 24px;
  line-height: 140%;
  font-weight: 900;
  margin-bottom: 19px;
  color: #5BB4C4;
}
@media screen and (max-width: 1023px) {
  .home-reason_list-item-title {
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 6px;
  }
}
.home-reason_list-item-detail {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 1023px) {
  .home-reason_list-item-detail {
    gap: 3px;
  }
}
.home-reason_list-item-detail li {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 16px;
  line-height: 140%;
}
@media screen and (max-width: 1024px) {
  .home-reason_list-item-detail li {
    gap: 10px;
    font-size: 14px;
    line-height: 140%;
  }
}
@media screen and (max-width: 1023px) {
  .home-reason_list-item-detail li {
    gap: 12px;
  }
}
.home-reason_list-item-detail li:before {
  content: "";
  min-width: 14px;
  height: 14px;
  background: url(assets/img/icon_link_dark.svg) no-repeat top left;
  background-size: 100% auto;
  transition: all 0.3s;
}
.home-reason_list-item-note {
  margin-top: 19px;
}
@media screen and (max-width: 1023px) {
  .home-reason_list-item-note {
    margin-top: 11px;
  }
}
.home-reason_subtitle {
  text-align: center;
  font-size: 33px;
  font-weight: 900;
  line-height: 140%;
  color: #5BB4C4;
  margin: 48px 0 24px;
}
@media screen and (max-width: 1023px) {
  .home-reason_subtitle {
    font-size: 20px;
    line-height: 140%;
    margin: 24px 0 16px;
  }
}
.home-reason_others {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 48px;
}
@media screen and (max-width: 1023px) {
  .home-reason_others {
    gap: 8px;
    margin-bottom: 23px;
  }
}
.home-reason_others-item {
  width: calc((100% - 72px) / 4);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 17px;
  text-align: center;
  font-size: 20px;
  line-height: 140%;
  font-weight: 700;
  padding: 32px;
  border-radius: 16px;
  background: #ffffff;
}
@media screen and (max-width: 1023px) {
  .home-reason_others-item {
    width: calc((100% - 8px) / 2);
    border-radius: 24px;
    padding: 12px;
    align-items: center;
    font-size: 16px;
    line-height: 140%;
  }
  .home-reason_others-item img {
    width: 80px;
    height: auto;
  }
}

.home-flow {
  padding: 110px 0 80px;
}
@media screen and (max-width: 1024px) {
  .home-flow {
    padding: 41px 0 40px;
  }
}
.home-flow_subtext {
  margin-top: 49px;
  text-align: center;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 50px;
}
@media screen and (max-width: 1023px) {
  .home-flow_subtext {
    margin-top: 24px;
    margin-bottom: 16px;
  }
}
.home-flow_subtext span {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
}
.home-flow_list {
  display: flex;
  gap: 16px;
  margin: 48px 0 24px;
}
@media screen and (max-width: 1023px) {
  .home-flow_list {
    gap: 8px;
    width: calc(100% + 15px);
    overflow: auto;
    padding-top: 49px;
    padding-bottom: 10px;
    background: url(assets/img/scroll_icon.svg) no-repeat top center;
    margin: 0 0 16px;
  }
}
.home-flow_list-item {
  position: relative;
  width: calc((100% - 80px) / 6);
  background: #ffffff;
  border-radius: 8px;
  padding: 43px 10px 25px;
  text-align: center;
  border-top: 4px solid #5BB4C4;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 1023px) {
  .home-flow_list-item {
    width: 150px;
    min-width: 150px;
    border-top: 2px solid #5BB4C4;
    padding: 32px 10px 17px;
  }
}
@media screen and (max-width: 1023px) {
  .home-flow_list-item:last-child {
    margin-right: 15px;
  }
}
.home-flow_list-item-num {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  position: absolute;
  background: #5BB4C4;
  border-radius: 50%;
  font-size: 9px;
  line-height: 140%;
  letter-spacing: 22%;
  font-weight: 900;
  gap: 3px;
  color: #ffffff;
  top: -32px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1023px) {
  .home-flow_list-item-num {
    font-size: 8px;
    line-height: 140%;
    width: 45px;
    height: 45px;
    top: -16px;
  }
}
.home-flow_list-item-num span {
  font-size: 21px;
  letter-spacing: 140%;
  letter-spacing: 0;
}
@media screen and (max-width: 1023px) {
  .home-flow_list-item-num span {
    font-size: 17px;
    line-height: 140%;
    margin-top: -7px;
  }
}
.home-flow_list-item-title {
  font-size: 18px;
  line-height: 140%;
  font-weight: 900;
  margin-bottom: 19px;
}
@media screen and (max-width: 1023px) {
  .home-flow_list-item-title {
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 10px;
  }
}
.home-flow_banner {
  padding: 39px 57px 38px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-radius: 16px;
  background: url(assets/img/flow_img.webp) no-repeat top left;
  background-size: 100% auto;
  color: #ffffff;
  margin-bottom: 8px;
}
@media screen and (max-width: 1023px) {
  .home-flow_banner {
    background: url(assets/img/flow_img_sp.webp) no-repeat top left;
    background-size: 100% auto;
    gap: 4px;
    padding: 115px 18px 17px;
    margin-bottom: 24px;
  }
}
.home-flow_banner-large {
  font-size: 32px;
  line-height: 140%;
  font-weight: 900;
}
@media screen and (max-width: 1023px) {
  .home-flow_banner-large {
    font-size: 20px;
    line-height: 140%;
  }
}
.home-flow_banner-small {
  font-size: 16px;
  line-height: 140%;
}
.home-flow_note {
  margin-bottom: 48px;
}
@media screen and (max-width: 1023px) {
  .home-flow_note {
    display: none;
  }
}

.home-testimonials {
  padding-bottom: 110px;
}
@media screen and (max-width: 1024px) {
  .home-testimonials {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 1023px) {
  .home-testimonials .container {
    padding: 0;
  }
}
.home-testimonials_inner {
  overflow: hidden;
  text-align: center;
  color: #ffffff;
  padding: 56px 0 59px;
  background: linear-gradient(130.44deg, #6ACADB 0.55%, #49ABBD 99.52%);
  border-radius: 24px;
}
@media screen and (max-width: 1023px) {
  .home-testimonials_inner {
    border-radius: 0;
    padding: 20px 0 23px;
  }
}
.home-testimonials_title {
  padding-top: 112px;
  background: url(assets/img/icon_stars.svg) no-repeat center top;
  font-size: 38px;
  line-height: 140%;
  font-weight: 900;
  margin-bottom: 8px;
}
@media screen and (max-width: 1023px) {
  .home-testimonials_title {
    font-size: 26px;
    line-height: 140%;
    background-size: 103px auto;
    padding-top: 79px;
  }
}
.home-testimonials_subtext {
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 42px;
}
@media screen and (max-width: 1023px) {
  .home-testimonials_subtext {
    margin-bottom: 24px;
  }
}
.home-testimonials_intro {
  font-size: 18px;
  line-height: 190%;
  margin-bottom: 28px;
}
@media screen and (max-width: 1023px) {
  .home-testimonials_intro {
    line-height: 140%;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1023px) {
  .home-testimonials_intro b {
    display: block;
    margin-top: 8px;
  }
}
.home-testimonials_slider_item {
  padding: 0 8px;
  width: 577px;
}
@media screen and (max-width: 1023px) {
  .home-testimonials_slider_item {
    width: 302px;
    padding: 0 4px;
  }
}
.home-testimonials_slider_item.slick-active .home-testimonials_slider_item-inner {
  opacity: 1;
}
.home-testimonials_slider_item-inner {
  background: #73CDDD;
  padding: 32px;
  border-radius: 16px;
  box-shadow: 0px 4px 16.8px rgba(0, 0, 0, 0.01);
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.3s;
  opacity: 0.5;
}
@media screen and (max-width: 1023px) {
  .home-testimonials_slider_item-inner {
    padding: 16px;
  }
}
.home-testimonials_slider_item-img {
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 7px;
}
@media screen and (max-width: 1023px) {
  .home-testimonials_slider_item-img {
    width: 100px;
  }
}
.home-testimonials_slider_item-img:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.4);
}
.home-testimonials_slider_item-text {
  font-size: 16px;
  line-height: 160%;
  font-weight: 700;
  margin-bottom: 7px;
}
@media screen and (max-width: 1023px) {
  .home-testimonials_slider_item-text {
    font-size: 14px;
    line-height: 160%;
  }
}
.home-testimonials_slider_item-name {
  font-size: 14px;
  line-height: 140%;
  font-weight: 700;
  margin-bottom: 4px;
}
.home-testimonials_slider_item-address {
  font-size: 12px;
  line-height: 140%;
}
.home-testimonials_slider-dots {
  margin-top: 24px;
}
@media screen and (max-width: 1023px) {
  .home-testimonials_slider-dots {
    margin-top: 7px;
  }
}
.home-testimonials_slider-dots .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.home-testimonials_slider-dots .slick-dots li button {
  position: relative;
  display: block;
  text-indent: 9999px;
  padding: 0;
  width: 10px;
  height: 10px;
  background: #ffffff;
  border-radius: 50%;
  opacity: 0.4;
  transition: all 0.3s;
}
.home-testimonials_slider-dots li.slick-active button {
  opacity: 1;
}
.home-testimonials_note {
  margin-top: 32px;
  color: #ffffff;
}
@media screen and (max-width: 1023px) {
  .home-testimonials_note {
    margin-top: 17px;
  }
}

.home-faq {
  position: relative;
  overflow: hidden;
}
.home-faq_top {
  position: relative;
  height: 53px;
}
@media screen and (max-width: 767px) {
  .home-faq_top {
    height: 20px;
  }
}
.home-faq_top:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 53px;
  background: url(assets/img/intersect_top.svg) no-repeat top center;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .home-faq_top:before {
    height: 20px;
    background: url(assets/img/intersect_top_sp.svg) no-repeat top center;
    background-size: 100% auto;
  }
}
.home-faq_bottom {
  position: relative;
  height: 53px;
  margin-top: -1px;
}
@media screen and (max-width: 767px) {
  .home-faq_bottom {
    height: 20px;
  }
}
.home-faq_bottom:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 53px;
  background: url(assets/img/intersect_bot.svg) no-repeat top center;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .home-faq_bottom:before {
    height: 20px;
    background: url(assets/img/intersect_bot_sp.svg) no-repeat top left;
    background-size: 100% auto;
  }
}
.home-faq_inner {
  background: #ECF7F9;
  padding: 100px 0;
  margin-top: -1px;
}
@media screen and (max-width: 1024px) {
  .home-faq_inner {
    padding: 41px 0 40px;
  }
}
.home-faq_first {
  position: relative;
  margin: 48px 0 16px;
  border-radius: 50px;
  background: #ffffff;
  padding: 24px 32px;
}
@media screen and (max-width: 1023px) {
  .home-faq_first {
    margin: 27px 0 16px;
    padding: 16px;
    border-radius: 16px;
  }
}
.home-faq_first-question {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 20px;
  line-height: 140%;
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  .home-faq_first-question {
    font-size: 18px;
    line-height: 140%;
    gap: 6px;
  }
}
.home-faq_first-question:before {
  content: "";
  width: 38px;
  min-width: 38px;
  height: 33px;
  background: url(assets/img/question_bg.svg) no-repeat top left;
}
.home-faq_first-question-title {
  font-size: 20px;
  font-weight: 900;
  line-height: 140%;
  margin-bottom: 16px;
}
.home-faq_first-question-title span {
  color: #5BB4C4;
}
@media screen and (max-width: 1023px) {
  .home-faq_first-question-title {
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 8px;
  }
}
.home-faq_first-question-text {
  font-size: 16px;
  line-height: 156%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.home-faq_first-question-text span {
  display: inline-block;
  font-size: 14px;
  line-height: 140%;
}
.home-faq_first-block {
  display: flex;
  gap: 8px;
  overflow: hidden;
  max-height: 0;
  transition: all 0.5s;
}
@media screen and (max-width: 1023px) {
  .home-faq_first-block {
    flex-direction: column;
  }
}
.home-faq_first-block-inner {
  width: calc((100% - 8px) / 2);
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 1023px) {
  .home-faq_first-block-inner {
    width: 100%;
  }
}
.home-faq_first-block-item {
  width: 100%;
  background: #FAFAFA;
  border-radius: 8px;
  padding: 32px;
  min-height: calc((100% - 8px) / 2);
}
@media screen and (max-width: 1023px) {
  .home-faq_first-block-item {
    padding: 16px;
    min-height: unset;
  }
}
.home-faq_first-block img {
  display: block;
  border-radius: 16px;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 24px;
}
@media screen and (max-width: 1023px) {
  .home-faq_first-block img {
    margin-top: 7px;
  }
}
.home-faq_first-block.active {
  padding-top: 16px;
  max-height: 590px;
}
@media screen and (max-width: 1023px) {
  .home-faq_first-block.active {
    max-height: unset;
  }
}
.home-faq_group {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
  margin-bottom: 48px;
}
@media screen and (max-width: 1023px) {
  .home-faq_group {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 24px;
  }
}
.home-faq_item {
  position: relative;
  width: 100%;
}
.home-faq_item-inner {
  border-radius: 50px;
  padding: 24px 32px;
  background: #ffffff;
}
@media screen and (max-width: 1023px) {
  .home-faq_item-inner {
    border-radius: 16px;
    padding: 16px;
  }
}
.home-faq_item-small {
  width: calc((100% - 24px) / 2);
}
@media screen and (max-width: 1023px) {
  .home-faq_item-small {
    width: 100%;
  }
}
.home-faq_item-question {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 20px;
  line-height: 140%;
  font-weight: 700;
  padding-right: 40px;
}
@media screen and (max-width: 1023px) {
  .home-faq_item-question {
    gap: 5px;
    font-size: 18px;
    line-height: 140%;
  }
}
.home-faq_item-question:before {
  content: "";
  width: 38px;
  min-width: 38px;
  height: 33px;
  background: url(assets/img/question_bg.svg) no-repeat top left;
}
.home-faq_item-answer {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s;
}
.home-faq_item-answer.active {
  padding-top: 16px;
  max-height: 277px;
}
@media screen and (max-width: 1023px) {
  .home-faq_item-answer.active {
    max-height: unset;
  }
}
.home-faq_item-answer p {
  background: #FAFAFA;
  padding: 32px;
  border-radius: 16px;
  font-size: 16px;
  line-height: 156%;
}
@media screen and (max-width: 1023px) {
  .home-faq_item-answer p {
    padding: 16px;
    height: auto !important;
  }
}
.home-faq_item-answer p span {
  display: inline-block;
  font-size: 18px;
  font-weight: 900;
  line-height: 140%;
  margin-bottom: 16px;
}
.home-faq_js-btn {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 30px;
  right: 35px;
}
@media screen and (max-width: 1023px) {
  .home-faq_js-btn {
    top: 21px;
    right: 17px;
  }
}
.home-faq_js-btn:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 24px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #A6A6A6;
  border-radius: 12px;
  transition: all 0.3s;
}
.home-faq_js-btn:after {
  content: "";
  position: absolute;
  width: 4px;
  height: 24px;
  background: #A6A6A6;
  top: 50%;
  left: 50%;
  border-radius: 12px;
  transform: translate(-50%, -50%) rotate(90deg);
}
.home-faq_js-btn.active:before {
  background: #5BB4C4;
  transform: translate(-50%, -50%) rotate(90deg);
}
.home-faq_js-btn.active:after {
  background: #5BB4C4;
}

.home-access {
  padding: 110px 0 42px;
}
@media screen and (max-width: 1024px) {
  .home-access {
    padding: 41px 0 40px;
  }
}
.home-access_title {
  font-size: 38px;
  line-height: 140%;
  font-weight: 900;
  text-align: center;
  margin-bottom: 48px;
}
@media screen and (max-width: 1023px) {
  .home-access_title {
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 24px;
  }
}
.home-access_inner {
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: 24px;
  align-items: flex-start;
}
@media screen and (max-width: 1023px) {
  .home-access_inner {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 16px;
  }
}
.home-access_img {
  width: 50%;
  border-radius: 16px;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .home-access_img {
    width: 100%;
  }
}
.home-access_img img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.home-access_store {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 27px;
}
@media screen and (max-width: 1023px) {
  .home-access_store {
    width: 100%;
    gap: 8px;
  }
}
.home-access_store-title {
  font-size: 20px;
  line-height: 140%;
  font-weight: 700;
}
.home-access_store-table {
  border-collapse: collapse;
  background: #ffffff;
}
.home-access_store-table td {
  border: 1px solid #EEF1F3;
  align-items: center;
  font-size: 16px;
  line-height: 140%;
  padding: 8px 10px 10px;
}
.home-access_store-table td:first-child {
  width: 85px;
}
.home-access_map {
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 16px;
}
@media screen and (max-width: 1023px) {
  .home-access_map {
    margin-bottom: 8px;
  }
}
.home-access_map iframe {
  display: block;
  width: 100%;
  height: 350px;
}
@media screen and (max-width: 1023px) {
  .home-access_map iframe {
    height: 250px;
  }
}

.home-space {
  height: 16px;
  background: url(assets/img/space_bg.svg) repeat;
}

main {
  position: relative;
  z-index: 2;
}

.page-breadcrumb {
  padding: 38px 0 8px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .page-breadcrumb {
    padding-top: 20px;
  }
}
.page-breadcrumb_inner {
  display: flex;
  gap: 16px;
  align-items: center;
}
.page-breadcrumb_inner li a {
  font-size: 14px;
  line-height: 1.2142857143;
  color: #3E4E51;
}
.page-breadcrumb_inner li a:hover {
  text-decoration: underline;
}
.page-breadcrumb_inner li span {
  font-size: 14px;
  line-height: 1.2142857143;
  color: #A9A9A9;
}
.page-breadcrumb_home {
  display: flex;
  gap: 8px;
}
.page-breadcrumb_home:before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(assets/img/icon_home.svg) no-repeat top left;
}

.page-header {
  background: #ECF7F9;
  padding: 36px 0 40px;
}
@media screen and (max-width: 1023px) {
  .page-header {
    padding: 24px 0;
  }
  .page-header .section-title_text {
    font-size: 24px;
    line-height: 140%;
  }
}

.page-list_top {
  padding: 48px 0;
}
@media screen and (max-width: 1023px) {
  .page-list_top {
    padding: 17px 0 42px;
  }
  .page-list_top .container {
    padding: 0;
  }
}
.page-list_top-inner {
  display: flex;
  align-items: flex-start;
  gap: 26px;
}
@media screen and (max-width: 1024px) {
  .page-list_top-inner {
    flex-direction: column;
    gap: 20px;
  }
}
.page-list_top-left {
  align-items: center;
  justify-content: center;
  width: 779px;
}
@media screen and (max-width: 1024px) {
  .page-list_top-left {
    width: 100%;
  }
}
.page-list_top-right {
  width: calc(100% - 805px);
  background: #ffffff;
  padding: 24px;
  border-radius: 16px;
  box-shadow: 0px 4px 16px rgba(12, 150, 166, 0.16);
}
@media screen and (max-width: 1024px) {
  .page-list_top-right {
    width: calc(100% - 32px);
    position: relative;
    left: 16px;
    padding: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .page-list_top-right {
    box-shadow: none;
    border: 1px solid #E0E6EB;
  }
}
.page-list_top-feature {
  background: #ffffff;
  padding: 24px;
  border-radius: 16px;
  box-shadow: 0px 4px 16px rgba(12, 150, 166, 0.16);
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 1023px) {
  .page-list_top-feature {
    gap: 16px;
    margin-bottom: 0;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    padding: 24px 16px 0;
  }
}
@media screen and (max-width: 1023px) {
  .page-list_top-note {
    margin-top: -14px;
    line-height: 1.2142857143;
  }
}
.page-list_top .home-ranking_list {
  margin: 0;
}
@media screen and (max-width: 1023px) {
  .page-list_top .home-ranking_list {
    margin-top: 10px;
  }
}
.page-list_top .home-ranking_item {
  width: calc((100% - 32px) / 3);
}
.page-list_top .home-ranking_search-text {
  margin: 21px 0 17px;
}
@media screen and (max-width: 1023px) {
  .page-list_top .home-ranking_search-text {
    margin: 17px 0;
    display: flex;
    padding: 0 16px;
    font-size: 16px;
    line-height: 1.1875;
  }
}
.page-list_top .section-link {
  font-size: 16px;
  line-height: 1.1875;
}
.page-list_top .home-ranking_search {
  margin: 0;
}
.page-list_top .home-ranking_search-input {
  flex-direction: column;
  gap: 16px;
}
.page-list_top .home-ranking_search-input label {
  width: 100%;
  margin: 0;
  text-align: center;
  border-left: none;
  padding: 0;
  font-size: 24px;
  line-height: 1.2083333333;
}
@media screen and (max-width: 1023px) {
  .page-list_top .home-ranking_search-input label {
    font-size: 20px;
    line-height: 1.2;
  }
}
.page-list_top .home-ranking_search-input input {
  font-size: 16px;
  line-height: 140%;
}
.page-list_top .home-ranking_select {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 16px;
  padding: 16px;
}
@media screen and (max-width: 1023px) {
  .page-list_top .home-ranking_select {
    margin-bottom: 0;
  }
}
.page-list_top .home-ranking_select-title {
  background-size: 48px 24px;
  font-size: 16px;
  line-height: 140%;
  padding-left: 69px;
  height: 25px;
  width: 100%;
  margin: 0;
  position: relative;
}
.page-list_top .home-ranking_select-title:hover {
  cursor: pointer;
}
.page-list_top .home-ranking_select-title:after {
  content: "";
  width: 14px;
  height: 14px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  position: absolute;
  background: url(assets/img/icon_expand.svg) no-repeat top left;
  background-size: 100% auto;
}
.page-list_top .home-ranking_select-title.active:after {
  transform: translateY(-50%) rotate(180deg);
}
.page-list_top .home-ranking_select-tab-item-btn {
  padding: 6px 16px;
}
.page-list_top .home-ranking_select-tab_nav {
  gap: 2px;
}
.page-list_top .home-ranking_select-tab-panel {
  display: block;
}
.page-list_top .home-ranking_select-tab-panel p {
  padding: 6px 22px;
}
.page-list_top .home-ranking_select-tab-panel ul {
  display: flex;
  flex-direction: column;
  padding: 6px 14px 6px 22px;
  gap: 2px;
}
.page-list_top .home-ranking_select-tab-panel ul a {
  position: relative;
  padding: 0;
  border: none;
  background: transparent;
  width: 100%;
}
.page-list_top .home-ranking_select-tab-panel ul a:after {
  position: absolute;
  width: 8px;
  height: 8px;
  background-size: 100% auto;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
}
.page-list_top .home-ranking_select-tab-panel ul a:hover:after {
  transform: translate(3px, calc(-50% - 3px));
}
.page-list_title {
  font-size: 24px;
  line-height: 1.2083333333;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .page-list_title {
    font-size: 20px;
    line-height: 1.2;
  }
}
.page-list_car {
  position: relative;
  overflow: hidden;
}
.page-list_car_top {
  position: relative;
  height: 53px;
}
@media screen and (max-width: 767px) {
  .page-list_car_top {
    height: 20px;
  }
}
.page-list_car_top:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 53px;
  background: url(assets/img/intersect_top.svg) no-repeat top center;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .page-list_car_top:before {
    height: 20px;
    background: url(assets/img/intersect_top_sp.svg) no-repeat top center;
    background-size: 100% auto;
  }
}
.page-list_car_bottom {
  position: relative;
  height: 53px;
  margin-top: -1px;
}
@media screen and (max-width: 767px) {
  .page-list_car_bottom {
    height: 20px;
  }
}
.page-list_car_bottom:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 53px;
  background: url(assets/img/intersect_bot.svg) no-repeat top center;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .page-list_car_bottom:before {
    height: 20px;
    background: url(assets/img/intersect_bot_sp.svg) no-repeat top center;
    background-size: 100% auto;
  }
}
.page-list_car_inner {
  background: #ECF7F9;
  padding: 100px 0;
  margin-top: -1px;
}
@media screen and (max-width: 1024px) {
  .page-list_car_inner {
    padding: 41px 0 40px;
  }
}
.page-list_car-list {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  .page-list_car-list {
    gap: 8px;
  }
}
@media screen and (max-width: 1023px) {
  .page-list_car-list {
    margin-top: 24px;
  }
}
.page-list_car-list .home-ranking_item {
  width: calc((100% - 64px) / 5);
}
@media screen and (max-width: 1024px) {
  .page-list_car-list .home-ranking_item {
    width: calc((100% - 8px) / 2);
    min-width: unset;
    padding: 16px 8px;
  }
}
@media screen and (max-width: 1023px) {
  .page-list_car-list .home-ranking_item {
    padding: 8px;
  }
  .page-list_car-list .home-ranking_item-brand {
    font-size: 9px;
    margin-bottom: 3px;
  }
}
.page-list_car-list .home-ranking_item-name {
  margin-bottom: 5px;
}
@media screen and (max-width: 1023px) {
  .page-list_car-list .home-ranking_item-name {
    font-size: 16px;
  }
}
.page-list_car-list .home-ranking_item-img {
  margin-bottom: 13px;
}
@media screen and (max-width: 767px) {
  .page-list_car-list .home-ranking_item-img {
    height: 80px;
  }
  .page-list_car-list .home-ranking_item-img img {
    width: auto;
    height: 100%;
  }
}
.page-list_car-list .home-ranking_item-detail {
  margin-bottom: 14px;
}
@media screen and (max-width: 1023px) {
  .page-list_car-list .home-ranking_item-detail {
    margin-bottom: 7px;
  }
}
@media screen and (max-width: 1023px) {
  .page-list_car-list .home-ranking_item-price {
    font-size: 20px;
    line-height: 140%;
  }
}
@media screen and (max-width: 1023px) {
  .page-list_car-list .home-ranking_item-text {
    font-size: 9px;
  }
}
.page-list_car-list .home-ranking_item-grade {
  width: 100%;
  padding: 8px 4px;
  margin-bottom: 15px;
  display: flex;
  background: #EFF2F4;
  border-radius: 8px;
  justify-content: space-around;
}
@media screen and (max-width: 1024px) {
  .page-list_car-list .home-ranking_item-grade {
    flex-wrap: wrap;
    gap: 8px 4px;
  }
}
@media screen and (max-width: 1023px) {
  .page-list_car-list .home-ranking_item-grade {
    margin-bottom: 7px;
    flex-wrap: nowrap;
    gap: 0;
  }
}
.page-list_car-list .home-ranking_item-grade li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
@media screen and (max-width: 1024px) {
  .page-list_car-list .home-ranking_item-grade li {
    width: calc((100% - 4px) / 2);
  }
}
@media screen and (max-width: 1023px) {
  .page-list_car-list .home-ranking_item-grade li {
    width: auto;
    max-width: 33%;
  }
}
.page-list_car-list .home-ranking_item-grade li span {
  font-size: 10px;
  font-weight: bold;
  line-height: 140%;
}
@media screen and (max-width: 1023px) {
  .page-list_car-list .home-ranking_item-grade li span {
    font-size: 9px;
    text-align: center;
  }
}
@media screen and (max-width: 1023px) {
  .page-list_car-list .home-ranking_item-link {
    font-size: 14px;
    line-height: 1.2142857143;
    padding: 8px;
    height: 33px;
  }
}

.page-desk {
  padding: 110px 0 150px;
}
@media screen and (max-width: 1023px) {
  .page-desk {
    padding: 40px 0;
  }
}
.page-desk_inner {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (max-width: 1023px) {
  .page-desk_inner {
    gap: 24px;
  }
}
.page-desk_img {
  display: flex;
}
@media screen and (max-width: 1023px) {
  .page-desk_img {
    flex-direction: column;
  }
}
.page-desk_img img {
  width: 50%;
}
@media screen and (max-width: 1023px) {
  .page-desk_img img {
    width: 100%;
  }
}
.page-desk_btn {
  display: flex;
  gap: 24px;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .page-desk_btn {
    flex-wrap: wrap;
    gap: 8px;
  }
}
.page-desk_btn-item {
  display: flex;
  width: calc((100% - 48px) / 3);
  flex-direction: column;
  gap: 24px;
  position: relative;
  padding: 24px;
  border-radius: 16px;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .page-desk_btn-item {
    width: 100%;
    padding: 16px;
    gap: 8px;
  }
}
.page-desk_btn-item.btn-mail {
  background: #F2F6FF;
}
.page-desk_btn-item.btn-mail .page-desk_btn-item-link {
  background: #406AB9;
}
.page-desk_btn-item.btn-line {
  background: #F2F8F3;
}
.page-desk_btn-item.btn-line .page-desk_btn-item-link {
  background: #57B565;
}
.page-desk_btn-item.btn-phone {
  background: #F2FDFF;
}
.page-desk_btn-item.btn-phone .page-desk_btn-item-link {
  background: #5BB4C4;
}
.page-desk_btn-item-ttl {
  font-size: 20px;
  line-height: 140%;
  font-weight: 900;
}
@media screen and (max-width: 1023px) {
  .page-desk_btn-item-ttl {
    font-size: 16px;
    line-height: 140%;
  }
}
.page-desk_btn-item-link {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 13px;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.2;
  padding: 16px;
  border-radius: 12px 4px 12px 12px;
  font-weight: 900;
}
@media screen and (max-width: 1024px) {
  .page-desk_btn-item-link {
    font-size: 18px;
  }
}
@media screen and (max-width: 1023px) {
  .page-desk_btn-item-link {
    flex-direction: row;
    font-size: 16px;
    line-height: 1.1875;
    letter-spacing: 10%;
  }
  .page-desk_btn-item-link img {
    width: 32px;
    height: auto;
  }
}
.page-desk_btn-item-link:after {
  content: "";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 12px;
  height: 12px;
  background: url(assets/img/icon_link_dark.svg) no-repeat top left;
  transition: all 0.3s;
}
.page-desk_btn-item-link:hover:after {
  transform: translate(3px, -3px);
}
.page-desk_note {
  line-height: 1.2142857143;
  margin-top: 24px;
}
.page-contact {
  padding: 50px 0;
}
.page-contact_top {
  font-size: 16px;
  line-height: 1.6;
}
.page-contact_top span {
  color: #ff4b4b;
}

.wpcf7-form {
  max-width: unset;
  padding: 40px;
  background: #ffffff;
  border-radius: 20px;
  margin-top: 20px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 1023px) {
  .wpcf7-form {
    padding: 20px;
  }
}
.wpcf7-form .cf7-table {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 1023px) {
  .wpcf7-form .cf7-table {
    gap: 15px;
  }
}
.wpcf7-form .cf7-row {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 1023px) {
  .wpcf7-form .cf7-row {
    flex-direction: column;
    gap: 8px;
  }
}
.wpcf7-form .cf7-row._align-full {
  flex-direction: column;
  gap: 10px;
}
.wpcf7-form .cf7-row._align-full .cf7-label,
.wpcf7-form .cf7-row._align-full .cf7-input {
  width: 100%;
}
.wpcf7-form .cf7-row._align-full .cf7-label .wpcf7-list-item,
.wpcf7-form .cf7-row._align-full .cf7-input .wpcf7-list-item {
  margin-left: 0;
  width: 100%;
}
.wpcf7-form .cf7-row._align-full .cf7-label .wpcf7-list-item label,
.wpcf7-form .cf7-row._align-full .cf7-input .wpcf7-list-item label {
  margin-left: 0;
  display: flex;
  gap: 10px;
}
.wpcf7-form .cf7-row._align-full .cf7-label .wpcf7-list-item input,
.wpcf7-form .cf7-row._align-full .cf7-input .wpcf7-list-item input {
  width: 15px;
}
.wpcf7-form .cf7-label {
  min-width: 200px;
  font-size: 16px;
  position: relative;
  display: flex;
  align-items: center;
}
.wpcf7-form .cf7-label._align-top {
  align-items: flex-start;
}
.wpcf7-form .cf7-label .required {
  position: relative;
  top: -5px;
  margin-left: 0;
}
.wpcf7-form .wpcf7-list-item-label {
  font-size: 16px;
}
.wpcf7-form .cf7-input {
  width: calc(100% - 210px);
}
@media screen and (max-width: 1023px) {
  .wpcf7-form .cf7-input {
    width: 100%;
  }
}
.wpcf7-form .cf7-input input,
.wpcf7-form .cf7-input textarea {
  width: 100%;
  background: #ffffff;
  font-size: 16px;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #5BB4C4;
}
.wpcf7-form .cf7-input input:focus,
.wpcf7-form .cf7-input textarea:focus {
  border-color: #3E4E51;
}
.wpcf7-form .cf7-input select {
  background: #ffffff;
  font-size: 16px;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #5BB4C4;
}
.wpcf7-form .cf7-input select:focus {
  border-color: #3E4E51;
}

.wpcf7-submit {
  position: relative;
  width: max-content;
  margin: 0 auto;
  display: flex;
  padding: 16px 48px;
  background: #5BB4C4 url(assets/img/icon_link.svg) no-repeat top 5px right 5px;
  border-radius: 12px 4px 12px 12px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 900;
  color: #ffffff;
  letter-spacing: 10%;
}
.wpcf7-submit:disabled {
  background: #3E4E51 url(assets/img/icon_link.svg) no-repeat top 5px right 5px !important;
}
.wpcf7-submit:hover {
  background: #5BB4C4 url(assets/img/icon_link.svg) no-repeat top 2px right 2px;
}
@media screen and (max-width: 1023px) {
  .wpcf7-submit {
    font-size: 16px;
    line-height: 1.1875;
  }
}

.post_content {
  padding: 40px 0;
}

.post_content h2 {
  margin: 20px 0 10px;
}

.page-contact_inner .page-desk_btn {
  margin-bottom: 24px;
}
@media screen and (max-width: 1023px) {
  .page-contact_inner .page-desk_btn {
    flex-direction: column;
  }
}
.page-contact_inner .page-desk_btn .page-desk_btn-item {
  padding: 0;
  width: calc((100% - 24px) / 2);
}
@media screen and (max-width: 1023px) {
  .page-contact_inner .page-desk_btn .page-desk_btn-item {
    width: 100%;
  }
}
.page-contact_inner .page-desk_btn .page-desk_btn-item a {
  flex-direction: row;
}
@media screen and (max-width: 1023px) {
  .page-contact_inner .page-desk_btn .page-desk_btn-item a {
    flex-direction: column;
  }
}

.no_car {
  width: 100%;
  text-align: center;
  font-size: 18px;
}

.car-intro {
  margin: 21px 0 41px;
}
@media screen and (max-width: 1023px) {
  .car-intro {
    margin: 8px 0 16px;
  }
}
.car-intro_inner {
  background: #5BB4C4;
  border-radius: 8px;
  padding: 19px 61px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
}
@media screen and (max-width: 1024px) {
  .car-intro_inner {
    padding: 15px;
    gap: 8px;
  }
}
@media screen and (max-width: 767px) {
  .car-intro_inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 16px;
  }
}
.car-intro_inner-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
}
@media screen and (max-width: 1024px) {
  .car-intro_inner-group {
    gap: 8px;
  }
}
@media screen and (max-width: 767px) {
  .car-intro_inner-group {
    gap: 0;
    background: url(assets/img/icon_alarm.svg) no-repeat top left;
    background-size: 61px 63px;
    align-items: flex-start;
    flex-direction: column;
    padding-left: 76px;
  }
}
.car-intro_badge {
  position: relative;
  padding: 11px 23px 10px;
  background: #FFE49A;
  border-radius: 8px;
  font-size: 24px;
  line-height: 1.2083333333;
  font-weight: 900;
}
@media screen and (max-width: 1024px) {
  .car-intro_badge {
    padding: 6px 10px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .car-intro_badge {
    padding: 6px 16px;
    font-size: 14px;
    line-height: 1.2142857143;
  }
}
.car-intro_badge:after {
  content: "";
  position: absolute;
  width: 11px;
  height: 18px;
  background: url(assets/img/icon_polygon.svg) no-repeat top left;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .car-intro_badge:after {
    display: none;
  }
}
.car-intro_title {
  position: relative;
  display: flex;
  gap: 16px;
  font-size: 42px;
  line-height: 1.1904761905;
  font-weight: 900;
  color: #ffffff;
  padding-left: 2px;
}
@media screen and (max-width: 1024px) {
  .car-intro_title {
    padding: 6px 16px;
    font-size: 20px;
    gap: 8px;
  }
}
@media screen and (max-width: 767px) {
  .car-intro_title {
    padding-left: 0;
    font-size: 20px;
    line-height: 1.2;
  }
}
.car-intro_title:before {
  content: "";
  width: 52px;
  height: 54px;
  background: url(assets/img/icon_alarm.svg) no-repeat top left;
}
@media screen and (max-width: 1024px) {
  .car-intro_title:before {
    width: 30px;
    height: 31px;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 767px) {
  .car-intro_title:before {
    display: none;
  }
}
.car-intro_link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 43px;
  padding: 12px 32px;
  font-size: 16px;
  line-height: 1.1875;
  letter-spacing: 10%;
  color: #ffffff;
  font-weight: 900;
  border-radius: 12px 4px 12px 12px;
  border: 1px solid #ffffff;
}
@media screen and (max-width: 767px) {
  .car-intro_link {
    width: 100%;
    height: 45px;
  }
}
.car-intro_link:after {
  content: "";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 12px;
  height: 12px;
  background: url(assets/img/icon_link_wh.svg) no-repeat top left;
  transition: all 0.3s;
}
.car-intro_link:hover:after {
  transform: translate(3px, -3px);
}

.car-info {
  margin-bottom: 24px;
}
.car-info_inner {
  display: flex;
  gap: 50px;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .car-info_inner {
    flex-direction: column;
    gap: 24px;
  }
}
.car-info_left {
  width: calc(100% - 500px);
  display: flex;
  flex-direction: column;
  gap: 13px;
}
@media screen and (max-width: 1023px) {
  .car-info_left {
    width: 100%;
    gap: 7px;
  }
}
.car-info_name {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-weight: 900;
  color: #3E4E51;
}
.car-info_brand {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 10px;
  line-height: 140%;
  letter-spacing: 20%;
}
.car-info_brand:before {
  content: "";
  width: 16px;
  height: 1px;
  background: #3E4E51;
}
.car-info_title {
  font-size: 38px;
  font-weight: 900;
  line-height: 140%;
}
@media screen and (max-width: 1023px) {
  .car-info_title {
    font-size: 20px;
    line-height: 140%;
  }
}
.car-info_img img {
  width: 100%;
  height: auto;
}
.car-info_right {
  width: 450px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 1023px) {
  .car-info_right {
    width: 100%;
    gap: 20px;
  }
}
.car-info_benefit {
  display: flex;
  gap: 16px;
  justify-content: space-between;
}
.car-info_benefit p {
  width: calc((100% - 16px) / 2);
  height: 50px;
  position: relative;
  background: #ECF7F9;
  border: 1px solid #5BB4C4;
  border-radius: 70px;
  display: flex;
  gap: 2px;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 140%;
  font-weight: 900;
}
@media screen and (max-width: 1023px) {
  .car-info_benefit p {
    font-size: 16px;
    line-height: 140%;
    height: 41px;
  }
}
.car-info_benefit p:after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 19px;
  height: 13px;
  background: url(assets/img/icon_benefit.svg) no-repeat top left;
}
.car-info_benefit p .price {
  font-size: 36px;
  font-weight: 700;
  line-height: 140%;
  position: relative;
  top: -5px;
}
.car-info_benefit p .price small {
  font-size: 10px;
  font-weight: 700;
  line-height: 140%;
  position: relative;
  top: -2px;
}
.car-info_fixed {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 1023px) {
  .car-info_fixed {
    padding: 0 16px;
    gap: 8px;
  }
}
.car-info_fixed-text {
  font-size: 24px;
  line-height: 140%;
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  .car-info_fixed-text {
    font-size: 16px;
    line-height: 140%;
  }
}
.car-info_fixed-number {
  display: flex;
  align-items: flex-end;
  gap: 8px;
}
.car-info_fixed-number .price {
  font-size: 80px;
  line-height: 0.75;
  font-weight: 700;
  position: relative;
  top: -5px;
}
@media screen and (max-width: 1023px) {
  .car-info_fixed-number .price {
    font-size: 56px;
  }
}
.car-info_fixed-number .label {
  display: flex;
  flex-direction: column;
  gap: 1px;
  font-size: 24px;
  line-height: 140%;
}
@media screen and (max-width: 1023px) {
  .car-info_fixed-number .label {
    flex-direction: row-reverse;
    font-size: 16px;
    line-height: 140%;
    gap: 10px;
  }
}
.car-info_fixed-number .label span {
  display: inline-block;
  text-align: center;
  padding: 2px 8px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
  background: #5BB4C4;
  border-radius: 8px;
}
@media screen and (max-width: 1023px) {
  .car-info_fixed-number .label span {
    font-size: 12px;
    line-height: 140%;
  }
}
.car-info_feature {
  display: flex;
  border-radius: 45px;
  overflow: hidden;
}
.car-info_bonus {
  width: 50%;
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
  background: #FFE49A;
  padding: 12px;
}
@media screen and (max-width: 1023px) {
  .car-info_bonus {
    gap: 8px;
  }
}
.car-info_bonus:before {
  content: "";
  width: 33px;
  height: 32px;
  background: url(assets/img/icon_gift.svg) no-repeat top left;
}
@media screen and (max-width: 1023px) {
  .car-info_bonus:before {
    width: 24px;
    height: 24px;
    background-size: 100% auto;
  }
}
.car-info_bonus div {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  .car-info_bonus div {
    gap: 1px;
  }
}
.car-info_bonus div ._small {
  font-size: 12px;
  line-height: 140%;
}
.car-info_bonus div .price {
  display: flex;
  align-items: flex-end;
  font-size: 24px;
  line-height: 0.85;
}
.car-info_bonus div .price span {
  font-size: 12px;
}
.car-info_time {
  position: relative;
  width: 50%;
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
  background: #5BB4C4;
  padding: 12px;
}
@media screen and (max-width: 1023px) {
  .car-info_time {
    gap: 8px;
  }
}
.car-info_time:before {
  content: "";
  width: 32px;
  height: 32px;
  background: url(assets/img/icon_clock.svg) no-repeat top left;
}
@media screen and (max-width: 1023px) {
  .car-info_time:before {
    width: 24px;
    height: 24px;
    background-size: 100% auto;
  }
}
.car-info_time div {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  color: #ffffff;
}
.car-info_time div .contract_period {
  font-size: 24px;
  line-height: 140%;
}
.car-info_time div .contract_period span {
  font-size: 12px;
  line-height: 140%;
}
.car-info_time div .payment_count {
  font-size: 24px;
  line-height: 140%;
}
.car-info_time div .payment_count span {
  font-size: 12px;
  line-height: 140%;
}
.car-info_note {
  padding: 20px 12px 12px;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
@media screen and (max-width: 1023px) {
  .car-info_note {
    padding: 0 12px;
    margin-top: -4px;
  }
}
.car-info_note li {
  display: flex;
  gap: 4px;
  align-items: flex-start;
  font-size: 14px;
  line-height: 1.2142857143;
}
.car-info_note li:before {
  content: "※";
  font-size: 16px;
  line-height: 1.1875;
}

.car-grade {
  display: none;
  margin-bottom: 48px;
}
@media screen and (max-width: 1023px) {
  .car-grade {
    margin-bottom: 24px;
  }
}
.car-grade_inner {
  background: #F4F6F7;
  border-radius: 16px;
  display: flex;
  gap: 32px;
  align-items: center;
  justify-content: space-between;
  padding: 16px 32px;
  margin-bottom: 16px;
}
@media screen and (max-width: 1023px) {
  .car-grade_inner {
    flex-direction: column;
    gap: 16px;
    padding: 16px;
  }
}
.car-grade_title {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
}
.car-grade_left {
  width: 36.4%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 1023px) {
  .car-grade_left {
    width: 100%;
  }
}
.car-grade_list {
  display: flex;
  gap: 8px;
}
.car-grade_list li {
  width: calc((100% - 16px) / 3);
  border: 1px solid #ffffff;
  border-radius: 14px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 11px 14px;
  opacity: 0.4;
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  .car-grade_list li {
    border-radius: 10px;
    padding: 8px 11px;
  }
}
.car-grade_list li:hover {
  cursor: pointer;
}
.car-grade_list li.active {
  opacity: 1;
  border-color: #5BB4C4;
  pointer-events: none;
}
.car-grade_list li img {
  width: 100%;
  height: auto;
}
.car-grade_space {
  width: 1px;
  height: 118px;
  background: #000000;
  opacity: 0.1;
}
@media screen and (max-width: 1023px) {
  .car-grade_space {
    height: 1px;
    width: 100%;
  }
}
.car-grade_right {
  width: 58%;
}
@media screen and (max-width: 1023px) {
  .car-grade_right {
    width: 100%;
  }
}
.car-grade_details {
  display: flex;
  gap: 16px;
  justify-content: space-between;
}
@media screen and (max-width: 1135px) {
  .car-grade_details {
    gap: 0;
  }
}
@media screen and (max-width: 1023px) {
  .car-grade_details {
    gap: 12px;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: start;
  }
}
.car-grade_details-column {
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  gap: 24px;
}
@media screen and (max-width: 1023px) {
  .car-grade_details-column {
    padding: 0;
    width: calc((100% - 24px) / 3);
    gap: 8px;
  }
}
.car-grade_details-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.car-grade_details-title img {
  width: 48px;
  height: 48px;
}
@media screen and (max-width: 1023px) {
  .car-grade_details-title {
    gap: 4px;
    font-size: 12px;
    line-height: 140%;
  }
}
.car-grade_details-value {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 4px;
}
@media screen and (max-width: 1023px) {
  .car-grade_details-value {
    width: 100%;
  }
}
.car-grade_details-value span {
  word-break: keep-all;
  text-align: center;
  display: block;
  width: 100%;
  padding: 4px 15px;
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #3E4E51;
  border-radius: 99px;
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  .car-grade_details-value span {
    padding: 4px;
    font-size: 12px;
    line-height: 140%;
  }
}
.car-grade_details-value span.active {
  border-color: #5BB4C4;
}
.car-grade_note {
  display: flex;
  gap: 4px;
  align-items: flex-start;
  font-size: 16px;
  line-height: 1.1875;
}
.car-grade_note:before {
  content: "※";
}
@media screen and (max-width: 1023px) {
  .car-grade_note {
    font-size: 14px;
    line-height: 1.2142857143;
  }
}

.car-details_top-inner {
  display: flex;
  align-items: flex-start;
  gap: 26px;
  margin-bottom: 48px;
}
@media screen and (max-width: 1023px) {
  .car-details_top-inner {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 32px;
  }
}
.car-details_top-left {
  align-items: center;
  justify-content: center;
  width: 779px;
}
@media screen and (max-width: 1023px) {
  .car-details_top-left {
    width: 100%;
  }
}
.car-details_top-note {
  display: flex;
  gap: 4px;
  align-items: flex-start;
  font-size: 14px;
  line-height: 1.2142857143;
  margin-top: 0;
}
.car-details_top-note:before {
  content: "※";
  font-size: 16px;
  line-height: 1.1875;
}
.car-details_top-right {
  width: calc(100% - 805px);
}
@media screen and (max-width: 1023px) {
  .car-details_top-right {
    width: 100%;
  }
}
.car-details_item {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .car-details_item._scroll-bg {
    padding-top: 39px;
    background: url(assets/img/scroll_icon.svg) no-repeat top center;
  }
}
.car-details_item-inner {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .car-details_item-inner {
    gap: 8px;
  }
}
.car-details_item-ttl {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 20px;
  line-height: 140%;
  font-weight: 800;
  border-radius: 16px;
  padding: 16px 60px 15px 25px;
  background: #F4F6F7;
}
@media screen and (max-width: 1023px) {
  .car-details_item-ttl {
    padding: 13px 60px 10px 12px;
  }
}
.car-details_item-ttl:hover {
  cursor: pointer;
}
.car-details_js-btn {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 20px;
  right: 24px;
}
@media screen and (max-width: 1023px) {
  .car-details_js-btn {
    top: 17px;
    right: 13px;
  }
}
.car-details_js-btn:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #A6A6A6;
  border-radius: 12px;
  transition: all 0.3s;
}
.car-details_js-btn:after {
  content: "";
  position: absolute;
  width: 4px;
  height: 20px;
  background: #A6A6A6;
  top: 50%;
  left: 50%;
  border-radius: 12px;
  transform: translate(-50%, -50%) rotate(90deg);
}
.car-details_js-btn.active:before {
  background: #5BB4C4;
  transform: translate(-50%, -50%) rotate(90deg);
}
.car-details_js-btn.active:after {
  background: #5BB4C4;
}
.car-details_item-cnt {
  display: none;
}
@media screen and (max-width: 1023px) {
  .car-details_item-cnt {
    width: 100%;
  }
  .car-details_item-cnt.table-grade {
    overflow-x: auto;
  }
}
.car-details_item-cnt.active {
  display: block;
}
.car-details_item-cnt table {
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .car-details_item-cnt table {
    min-width: 660px;
  }
}
.car-details_item-cnt table th,
.car-details_item-cnt table td {
  width: 14.2857142857%;
  height: 36px;
  align-items: center;
  text-align: center;
  padding: 8px 5px;
  white-space: normal;
}
.car-details_item-cnt table th {
  border-bottom: 1px solid #EFF2F4;
}
.car-details_item-cnt table td {
  border-bottom: 1px solid transparent;
}
.car-details_item-cnt table td span {
  font-size: 12px;
}
.car-details_item-cnt table td:first-child {
  max-width: 260px;
}
.car-details_item-cnt table .grade-ttl {
  white-space: normal;
}
.car-details_item-badge {
  display: flex;
  margin: 32px 0 0;
  clear: both;
}
.car-details_item-badge:before {
  content: "";
  width: 21px;
  height: 38px;
  background: url(assets/img/rec_icon_lft.svg) no-repeat top left;
}
@media screen and (max-width: 1023px) {
  .car-details_item-badge:before {
    width: 20px;
    height: 33px;
    background-size: 100% 100%;
    position: relative;
    right: -1px;
  }
}
.car-details_item-badge:after {
  content: "";
  width: 21px;
  height: 38px;
  background: url(assets/img/rec_icon_rgt.svg) no-repeat top left;
}
@media screen and (max-width: 1023px) {
  .car-details_item-badge:after {
    width: 20px;
    height: 33px;
    background-size: 100% 100%;
    position: relative;
    left: -1px;
  }
}
.car-details_item-badge p {
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 9px 9px 11px 11px;
  font-size: 18px;
  line-height: 100%;
  font-weight: 900;
  color: #ffffff;
  background: #D3B45F;
}
@media screen and (max-width: 1023px) {
  .car-details_item-badge p {
    font-size: 14px;
    line-height: 1.2142857143;
    padding: 8px 11px;
  }
}
.car-details_item-color {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 12px;
}
.car-details_item-color li {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.car-details_item-color li .car-color {
  display: flex;
  flex-direction: column;
  width: 36px;
  height: 36px;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #ccc;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05);
}
.car-details_item-color li .car-color span {
  display: block;
  width: 100%;
  flex: 1;
}
.car-details_item-color li .car-name {
  display: block;
  width: calc(100% - 44px);
}
.car-details_item-color li .car-name span {
  display: block;
  font-size: 12px;
  line-height: 140%;
}
.car-details_banner {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .car-details_banner {
    width: 343px;
    height: auto;
    position: relative;
    margin: 0 auto;
  }
  .car-details_banner:after {
    content: "";
    width: 124px;
    height: 144px;
    position: absolute;
    background: url(assets/img/banner_icon.webp) no-repeat top left;
    background-size: 100% auto;
    top: -31px;
    right: 9px;
  }
}
.car-details_banner-link {
  padding: 56px 57px 57px 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  border-radius: 16px;
  background: url(assets/img/cardetails_banner.webp) no-repeat top center;
  background-size: 100% 100% !important;
  width: 100%;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 900;
  transition: all 0.3s;
  letter-spacing: 10%;
}
@media screen and (max-width: 1024px) {
  .car-details_banner-link {
    padding: 35px 57px 35px 50px;
  }
}
@media screen and (max-width: 767px) {
  .car-details_banner-link {
    padding: 0;
    background: transparent;
  }
}
.car-details_banner-link span {
  display: block;
  line-height: 140%;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .car-details_banner-link span {
    display: none;
  }
}
.car-details_banner-link:hover {
  opacity: 0.8;
}
.car-details_banner-link:hover .car-details_banner-large:after {
  transform: translate(3px, -3px);
}
.car-details_banner-small {
  font-size: 24px;
  padding-left: 48px;
}
.car-details_banner-large {
  font-size: 40px;
  position: relative;
}
.car-details_banner-large:after {
  content: "";
  position: absolute;
  top: 17px;
  right: -49px;
  width: 25px;
  height: 25px;
  background: url(assets/img/icon_link_big.svg) no-repeat top left;
  transition: all 0.3s;
}
.car-details_banner img {
  display: none;
}
@media screen and (max-width: 767px) {
  .car-details_banner img {
    display: block;
  }
}
.car-details .home-space {
  margin-top: 110px;
}
@media screen and (max-width: 1023px) {
  .car-details .home-space {
    display: none;
  }
}

.car-lease {
  padding: 108px 0;
}
@media screen and (max-width: 1023px) {
  .car-lease {
    padding: 100px 0 40px;
  }
}
.car-lease_banner-top {
  overflow: hidden;
}
.car-lease_banner-top-inner {
  margin: 49px 0 30px;
  padding: 27px 3% 28px 39.8%;
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  background: #DAC58C url(assets/img/carlease_banner_top4.png) no-repeat center bottom;
  color: #ffffff;
  position: relative;
  align-items: flex-start;
}
@media screen and (max-width: 1023px) {
  .car-lease_banner-top-inner {
    margin: 25px 0;
    padding: 6px 3% 6px 30.8%;
    border-radius: 5px;
  }
}
.car-lease_banner-top-inner::before {
  position: absolute;
  content: "";
  display: block;
  right: 63.8%;
  bottom: 0;
  width: 224px;
  height: 223px;
  background: url(assets/img/carlease_banner_top1.png) no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 1023px) {
  .car-lease_banner-top-inner::before {
    right: unset;
    left: 1px;
    width: 92px;
    height: 91px;
  }
}
.car-lease_banner-top-inner::after {
  position: absolute;
  content: "";
  display: block;
  background: #DAC58C;
  width: 40px;
  height: 40px;
  transform: rotate(45deg);
  left: 0;
  right: 0;
  bottom: -20px;
  margin: auto;
}
@media screen and (max-width: 1023px) {
  .car-lease_banner-top-inner::after {
    display: none;
  }
}
.car-lease_banner-top-txt {
  line-height: 110%;
  font-weight: 700;
  font-size: 48px;
  text-align: center;
  text-shadow: rgb(163, 136, 62) 2px 0px 0px, rgb(163, 136, 62) 1.75517px 0.958851px 0px, rgb(163, 136, 62) 1.0806px 1.68294px 0px, rgb(163, 136, 62) 0.141474px 1.99499px 0px, rgb(163, 136, 62) -0.832294px 1.81859px 0px, rgb(163, 136, 62) -1.60229px 1.19694px 0px, rgb(163, 136, 62) -1.97998px 0.28224px 0px, rgb(163, 136, 62) -1.87291px -0.701566px 0px, rgb(163, 136, 62) -1.30729px -1.5136px 0px, rgb(163, 136, 62) -0.421592px -1.95506px 0px, rgb(163, 136, 62) 0.567324px -1.91785px 0px, rgb(163, 136, 62) 1.41734px -1.41108px 0px, rgb(163, 136, 62) 1.92034px -0.558831px 0px;
}
@media screen and (max-width: 1023px) {
  .car-lease_banner-top-txt {
    font-size: 23px;
    line-height: 125%;
  }
}
.car-lease_banner-top-txt ._large {
  font-weight: 900;
  font-size: 64px;
}
@media screen and (max-width: 1023px) {
  .car-lease_banner-top-txt ._large {
    font-size: 30px;
  }
}
.car-lease_banner-top-txt ._small {
  font-size: 20px;
}
@media screen and (max-width: 1023px) {
  .car-lease_banner-top-txt ._small {
    font-size: 10px;
  }
}
.car-lease_list {
  display: flex;
  gap: 16px;
  margin: 46px 0 52px;
}
@media screen and (max-width: 1023px) {
  .car-lease_list {
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 23px;
  }
}
.car-lease_list-item {
  position: relative;
  width: calc((100% - 64px) / 5);
}
@media screen and (max-width: 1023px) {
  .car-lease_list-item {
    width: calc((100% - 32px) / 3);
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
}
.car-lease_list-item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 1023px) {
  .car-lease_list-item-img {
    margin-bottom: 0;
  }
}
.car-lease_list-item-img img {
  max-width: 172px;
}
@media screen and (max-width: 1023px) {
  .car-lease_list-item-img img {
    min-width: 100%;
  }
}
.car-lease_list-item-text {
  color: #5BB4C4;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .car-lease_list-item-text {
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -1px;
  }
}
.car-lease_banner-bottom {
  max-width: 1094px;
  margin: 0 auto;
}
.car-lease_banner-bottom img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.page-single_car .home-ranking_search-text {
  display: flex !important;
}
.page-single_car .home-faq_inner {
  background: transparent;
}
.page-single_car .page-desk {
  padding: 0;
  margin-bottom: 48px;
}
.page-single_car .page-desk_top {
  position: relative;
  height: 53px;
}
@media screen and (max-width: 767px) {
  .page-single_car .page-desk_top {
    height: 20px;
  }
}
.page-single_car .page-desk_top:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 53px;
  background: url(assets/img/intersect_top.svg) no-repeat top center;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .page-single_car .page-desk_top:before {
    height: 20px;
    background: url(assets/img/intersect_top_sp.svg) no-repeat top center;
    background-size: 100% auto;
  }
}
.page-single_car .page-desk_bottom {
  position: relative;
  height: 53px;
  margin-top: -1px;
}
@media screen and (max-width: 767px) {
  .page-single_car .page-desk_bottom {
    height: 20px;
  }
}
.page-single_car .page-desk_bottom:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 53px;
  background: url(assets/img/intersect_bot.svg) no-repeat top center;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .page-single_car .page-desk_bottom:before {
    height: 20px;
    background: url(assets/img/intersect_bot_sp.svg) no-repeat top center;
    background-size: 100% auto;
  }
}
.page-single_car .page-desk_group {
  background: #ECF7F9;
  padding: 110px 0;
  margin-top: -1px;
}
@media screen and (max-width: 1024px) {
  .page-single_car .page-desk_group {
    padding: 41px 0 40px;
  }
}
.page-single_car .page-desk_intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.page-single_car .page-desk_intro-subtitle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 16px;
  line-height: 140%;
  font-weight: 700;
  text-align: center;
}
.page-single_car .page-desk_intro-title {
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  line-height: 140%;
  font-weight: 700;
  color: #5BB4C4;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .page-single_car .page-desk_intro-title {
    padding: 8px;
    font-size: 20px;
    line-height: 140%;
  }
}
.page-single_car .page-desk_intro-text {
  font-size: 16px;
  line-height: 140%;
  text-align: center;
}
.page-single_car .page-desk_btn-item {
  background: #ffffff !important;
}
.page-single_car .page-desk_btn-item.btn-mail .page-desk_btn-item-ttl {
  color: #406AB9;
}
.page-single_car .page-desk_btn-item.btn-line .page-desk_btn-item-ttl {
  color: #57B565;
}
.page-single_car .page-desk_btn-item.btn-phone .page-desk_btn-item-ttl {
  color: #5BB4C4;
}

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