@charset "UTF-8";
/* =====================================================
						scss設定用ファイル
=====================================================*/
:root {
  interpolate-size: allow-keywords; /* サイズキーワードによるアニメーションを許可 */
}

html {
  font-size: 62.5%;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
  scroll-behavior: smooth;
  scroll-padding-top: 60px;
}

body {
  margin: 0;
  -webkit-margin-before: 60px;
          margin-block-start: 60px;
  overflow-x: hidden;
}
body._open {
  overflow: hidden;
}

main {
  display: block;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Forms
========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
input[type=text],
textarea {
  font-size: 1.6rem;
}

button,
input { /* 1 */
  overflow: visible;
}

button,
select { /* 1 */
  text-transform: none;
}

button {
  border-style: none;
  padding: 0;
  background-color: unset;
}

textarea {
  overflow: auto;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

address {
  font-style: normal;
}

/* ======================================================
	reset
========================================================= */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

p, ul, ol, h1, h2, h3, h4, h5, dl, dt, dd, figure, div {
  margin: 0;
  padding: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  text-align: justify;
  word-break: break-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

ol, ul {
  list-style: "";
}

a {
  text-decoration: none;
  background-color: transparent;
  color: currentColor;
}
@media (hover: hover) and (pointer: fine) {
  a[href^=tel] {
    pointer-events: none;
  }
}
a:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

address {
  font-style: normal;
}

select {
  outline: none;
  text-indent: 0.01px;
  text-overflow: "";
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  background: none transparent;
}

summary {
  list-style: none;
}
summary::-webkit-details-marker {
  display: none;
}

details::details-content {
  content-visibility: unset;
  display: block grid;
}
@media (prefers-reduced-motion: no-preference) {
  details::details-content {
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-property: grid-template-rows;
    transition-property: grid-template-rows;
    transition-property: grid-template-rows, -ms-grid-rows;
  }
}
details:not([open])::details-content {
  -ms-grid-rows: 0fr;
  grid-template-rows: 0fr;
}
details[open]::details-content {
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}

dialog {
  position: fixed;
  inset: 0;
  padding: 0;
  margin: 0;
  border: none;
  z-index: 9999;
  opacity: 0;
  background-color: transparent;
  max-width: unset;
  max-height: unset;
  -webkit-transition: opacity 0.3s, overlay 0.3s allow-discrete, display 0.3s allow-discrete;
  transition: opacity 0.3s, overlay 0.3s allow-discrete, display 0.3s allow-discrete;
}
dialog::-ms-backdrop {
  opacity: 0;
  -ms-transition: opacity 0.3s, overlay 0.3s allow-discrete, display 0.3s allow-discrete;
  transition: opacity 0.3s, overlay 0.3s allow-discrete, display 0.3s allow-discrete;
}
dialog::backdrop {
  opacity: 0;
  -webkit-transition: opacity 0.3s, overlay 0.3s allow-discrete, display 0.3s allow-discrete;
  transition: opacity 0.3s, overlay 0.3s allow-discrete, display 0.3s allow-discrete;
}
dialog[open]::-ms-backdrop {
  opacity: 1;
}
dialog[open], dialog[open]::backdrop {
  opacity: 1;
}

@starting-style {
  dialog[open]::-ms-backdrop {
    opacity: 0;
  }
  dialog[open],
  dialog[open]::backdrop {
    opacity: 0;
  }
}
@media screen and (max-width: 767px) {
  *:focus {
    outline: none;
  }
}
/* フォント定義域 */
/* よく使う400〜700を定義  variableフォントはなんかバグりやすいのでやめる。うまい書き方が見つかったら試す*/
@font-face {
  font-family: "Zen Kaku Gothic New";
  src: url(../fonts/ZenKakuGothicNew-SemiBold.woff2) format("woff2");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Zen Kaku Gothic New";
  src: url(../fonts/ZenKakuGothicNew-Bold.woff2) format("woff2");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Zen Kaku Gothic New";
  src: url(../fonts/ZenKakuGothicNew-Medium.woff2) format("woff2");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Zen Kaku Gothic New";
  src: url(../fonts/ZenKakuGothicNew-Regular.woff2) format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Zen Kaku Gothic New";
  src: url(../fonts/ZenKakuGothicNew-Black.woff2) format("woff2");
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: "ADLaM Display";
  src: url(../fonts/ADLaMDisplay-Regular.woff2) format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Cabin";
  src: url(../fonts/Cabin-Medium.woff2) format("woff2");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Cabin";
  src: url(../fonts/Cabin-Bold.woff2) format("woff2");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(../fonts/Poppins-Bold.woff2) format("woff2");
  font-weight: 700;
  font-display: swap;
}
body {
  font-family: "Zen Kaku Gothic New";
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  color: #161616;
  background-color: #F6F6F6;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  body {
    font-size: 1.6rem;
  }
}

/* =====================================================
							全ページ共通パーツ用ファイル
=====================================================*/
#footer {
  background-color: #161616;
  padding-inline: 20px;
}
@media screen and (min-width: 425px) {
  #footer {
    padding-inline: 30px;
  }
}
@media screen and (min-width: 768px) {
  #footer {
    padding-inline: 40px;
  }
}
@media screen and (min-width: 992px) {
  #footer {
    padding-inline: 60px;
  }
}
#footer {
  padding-block: 50px;
}
@media screen and (min-width: 992px) {
  #footer {
    -webkit-padding-after: 100px;
            padding-block-end: 100px;
  }
}

.footer_container {
  max-width: 1100px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 35px;
}
@media screen and (min-width: 992px) {
  .footer_container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 100px;
  }
}

.footer_info_block {
  display: contents;
}
@media screen and (min-width: 992px) {
  .footer_info_block {
    display: block;
  }
}

.footer_logo {
  display: block;
  width: 172px;
  margin-inline: auto;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 992px) {
  .footer_logo {
    margin: 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .footer_logo:hover {
    opacity: 0.7;
  }
}

.footer_text {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  font-size: 1.3rem;
  color: #ffffff;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  .footer_text {
    -webkit-margin-before: 40px;
            margin-block-start: 40px;
  }
}

.footer_nav_block {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 45px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 35px 45px;
}
@media screen and (min-width: 768px) {
  .footer_nav_block {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (min-width: 992px) {
  .footer_nav_block {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1200px) {
  .footer_nav_block {
    -ms-grid-columns: 1fr 50px 1fr 50px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 50px;
    max-width: 720px;
  }
}

.footer_nav_item {
  font-size: 1.4rem;
  font-weight: 500;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.5;
}
.footer_nav_item a {
  color: #ffffff;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .footer_nav_item a:hover {
    opacity: 0.7;
  }
}
.footer_nav_item._parent {
  font-size: 1.6rem;
  font-weight: 700;
}
.footer_nav_item:not(._parent) br {
  display: none;
}
.footer_nav_item + .footer_nav_item {
  -webkit-margin-before: 5px;
          margin-block-start: 5px;
}
.footer_nav_item + ._parent {
  -webkit-margin-before: 10px;
          margin-block-start: 10px;
}

.footer_nav_child_list {
  display: -ms-grid;
  display: grid;
  gap: 10px;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-margin-before: 10px;
          margin-block-start: 10px;
}
.footer_nav_child_list .footer_nav_item {
  margin: 0;
}

#global_nav {
  position: fixed;
  top: 60px;
  z-index: 10001;
  right: 0;
  width: 100%;
  max-width: 425px;
  overflow-y: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  translate: 100% 0;
  -webkit-transition: translate 0.3s;
  transition: translate 0.3s;
  max-height: calc(100dvh - 60px);
  background-color: #DD5218;
  height: 100%;
  padding: 75px 20px;
}
@media screen and (min-width: 992px) {
  #global_nav {
    padding-block: 40px;
  }
}
#global_nav._open {
  translate: 0% 0;
}

.global_nav_list {
  display: -ms-grid;
  display: grid;
}

.global_nav_item {
  border-bottom: solid 1px #ffffff;
  padding-block: 15px;
}
.global_nav_item a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .global_nav_item a:hover {
    opacity: 0.7;
  }
}

.global_nav_sub_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 5px 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-margin-before: 10px;
          margin-block-start: 10px;
  gap: 5px;
}

.global_nav_sub_item a {
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  color: #ffffff;
  -webkit-padding-start: 1.2em;
          padding-inline-start: 1.2em;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .global_nav_sub_item a:hover {
    opacity: 0.7;
  }
}
.global_nav_sub_item a::before {
  content: "";
  position: absolute;
  top: 0.8em;
  left: 0;
  width: 13px;
  height: 2px;
  background-color: #ffffff;
  translate: 0 -50%;
}
.global_nav_sub_item span br {
  display: none;
}

.global_nav_button_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-margin-before: 10px;
          margin-block-start: 10px;
  gap: 10px;
}

.global_nav_button {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
  background-color: var(--nav-button-color);
  border: solid 1px var(--nav-button-color);
  border-radius: 5px;
  padding-block: 25px;
  text-align: center;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.global_nav_button._form_contact {
  --nav-button-color: #161616;
  --text-color:#ffffff;
}
@media (hover: hover) and (pointer: fine) {
  .global_nav_button._form_contact:hover {
    background-color: #ffffff;
  }
  .global_nav_button._form_contact:hover span {
    color: var(--nav-button-color);
  }
}
.global_nav_button._form_quote {
  --nav-button-color: #ffffff;
  --text-color:#48B39F;
}
@media (hover: hover) and (pointer: fine) {
  .global_nav_button._form_quote:hover {
    background-color: #48B39F;
  }
  .global_nav_button._form_quote:hover span {
    color: var(--nav-button-color);
  }
}
.global_nav_button span {
  color: var(--text-color);
  font-size: 1.6rem;
  font-weight: 700;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.global_nav_partner_link {
  display: block;
  background-color: #832802;
  border-radius: 5px;
  -webkit-margin-before: 10px;
          margin-block-start: 10px;
  padding-block: 20px;
  border: solid 1px #832802;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #ffffff;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .global_nav_partner_link:hover {
    background-color: #ffffff;
    color: #832802;
  }
}

.global_nav_bg {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  overflow-y: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}
.global_nav_bg._open {
  opacity: 1;
  visibility: visible;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  z-index: 1100;
}

.header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px 10px;
}
@media screen and (min-width: 992px) {
  .header_inner {
    padding: 7px 8px 7px 30px;
  }
}

.header_logo_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header_logo {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.header_logo:first-child {
  width: 108px;
}
@media screen and (min-width: 992px) {
  .header_logo:first-child {
    width: 124px;
  }
}
.header_logo:last-child {
  position: relative;
  width: 96px;
  -webkit-margin-start: 10px;
          margin-inline-start: 10px;
}
@media screen and (min-width: 992px) {
  .header_logo:last-child {
    width: 112px;
  }
}
.header_logo:last-child::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 100%;
  background-color: #B6B6B6;
}
@media (hover: hover) and (pointer: fine) {
  .header_logo:is(a):hover {
    opacity: 0.7;
  }
}

.header_button_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.header_button {
  content-visibility: hidden;
}
@media screen and (min-width: 992px) {
  .header_button {
    content-visibility: visible;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: block;
    background-color: var(--nav-button-color);
    border: solid 1px var(--nav-button-color);
    border-radius: 5px;
    padding: 10px 25px;
    text-align: center;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    min-width: 150px;
  }
  .header_button._form_contact {
    --nav-button-color: #161616;
    --text-color:#ffffff;
  }
  .header_button._form_quote {
    --nav-button-color: #48B39F;
    --text-color:#ffffff;
  }
  .header_button span {
    color: var(--text-color);
    font-size: 1.6rem;
    font-weight: 700;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
}
@media screen and (min-width: 992px) and (hover: hover) and (pointer: fine) {
  .header_button:hover {
    background-color: #ffffff;
  }
  .header_button:hover span {
    color: var(--nav-button-color);
  }
}

.hamberger {
  position: relative;
  width: 46px;
  height: 46px;
  display: block;
}
@media (hover: hover) and (pointer: fine) {
  .hamberger:hover {
    cursor: pointer;
  }
  .hamberger:hover::before {
    scale: 1.05;
    rotate: 30deg;
  }
}
.hamberger::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../img/common/hamberger_bg.webp);
  background-size: cover;
  background-position: center;
  z-index: -1;
  -webkit-transition: scale 0.3s, rotate 0.3s;
  transition: scale 0.3s, rotate 0.3s;
}
.hamberger span {
  position: absolute;
  display: block;
  width: 18px;
  height: 2px;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  background-color: #ffffff;
  -webkit-transition: translate 0.3s, rotate 0.3s, opacity 0.3s;
  transition: translate 0.3s, rotate 0.3s, opacity 0.3s;
}
.hamberger span:first-child {
  translate: -50% calc(-50% - 6px);
}
.hamberger span:last-child {
  translate: -50% calc(-50% + 6px);
}
.hamberger._open span:first-child {
  rotate: 45deg;
  translate: -50% -50%;
}
.hamberger._open span:nth-child(2 of span) {
  opacity: 0;
}
.hamberger._open span:last-child {
  rotate: -45deg;
  translate: -50% -50%;
}

/* =====================================================
							共通パーツ
=====================================================*/
section {
  padding-inline: 20px;
}
@media screen and (min-width: 425px) {
  section {
    padding-inline: 30px;
  }
}
@media screen and (min-width: 768px) {
  section {
    padding-inline: 40px;
  }
}
@media screen and (min-width: 992px) {
  section {
    padding-inline: 60px;
  }
}
section {
  -webkit-padding-before: 100px;
          padding-block-start: 100px;
}
@media screen and (min-width: 768px) {
  section {
    -webkit-padding-before: 140px;
            padding-block-start: 140px;
  }
}
@media screen and (min-width: 992px) {
  section {
    -webkit-padding-before: 180px;
            padding-block-start: 180px;
  }
}
section:has(+ ._orange_section) {
  -webkit-padding-after: 100px;
          padding-block-end: 100px;
}
@media screen and (min-width: 768px) {
  section:has(+ ._orange_section) {
    -webkit-padding-after: 140px;
            padding-block-end: 140px;
  }
}
@media screen and (min-width: 992px) {
  section:has(+ ._orange_section) {
    -webkit-padding-after: 180px;
            padding-block-end: 180px;
  }
}
section:not(._beige_section):has(+ ._beige_section) {
  -webkit-padding-after: 100px;
          padding-block-end: 100px;
}
@media screen and (min-width: 768px) {
  section:not(._beige_section):has(+ ._beige_section) {
    -webkit-padding-after: 140px;
            padding-block-end: 140px;
  }
}
@media screen and (min-width: 992px) {
  section:not(._beige_section):has(+ ._beige_section) {
    -webkit-padding-after: 180px;
            padding-block-end: 180px;
  }
}
section._orange_section {
  padding-block: 100px;
}
@media screen and (min-width: 768px) {
  section._orange_section {
    padding-block: 140px;
  }
}
@media screen and (min-width: 992px) {
  section._orange_section {
    padding-block: 180px;
  }
}
section._orange_section {
  --section-color: #832802;
  background-color: #DD5218;
  --section-text-color:#ffffff;
}
@media screen and (min-width: 992px) {
  section._orange_section .section_title_group {
    position: sticky;
    top: 80px;
  }
}
section._beige_section {
  background-color: #F3ECE6;
  -webkit-padding-before: 100px;
          padding-block-start: 100px;
  margin: 0;
}
@media screen and (min-width: 768px) {
  section._beige_section {
    -webkit-padding-before: 140px;
            padding-block-start: 140px;
  }
}
@media screen and (min-width: 992px) {
  section._beige_section {
    -webkit-padding-before: 180px;
            padding-block-start: 180px;
  }
}
section._beige_section:not(:has(+ ._beige_section)) {
  -webkit-padding-after: 100px;
          padding-block-end: 100px;
}
@media screen and (min-width: 768px) {
  section._beige_section:not(:has(+ ._beige_section)) {
    -webkit-padding-after: 140px;
            padding-block-end: 140px;
  }
}
@media screen and (min-width: 992px) {
  section._beige_section:not(:has(+ ._beige_section)) {
    -webkit-padding-after: 180px;
            padding-block-end: 180px;
  }
}
section:not(:has(+ section)) {
  -webkit-padding-after: 30px !important;
          padding-block-end: 30px !important;
}
@media screen and (min-width: 992px) {
  section:not(:has(+ section)) {
    -webkit-padding-after: 50px !important;
            padding-block-end: 50px !important;
  }
}
section._step_section:has(+ ._step_section) .section_contents_block {
  position: relative;
}
section._step_section:has(+ ._step_section) .section_contents_block::before {
  content: "";
  position: absolute;
  width: 68px;
  height: 68px;
  background-color: #161616;
  border-radius: 50%;
  bottom: -50px;
  left: 50%;
  translate: -50% 100%;
}
@media screen and (min-width: 768px) {
  section._step_section:has(+ ._step_section) .section_contents_block::before {
    bottom: -80px;
  }
}
section._step_section:has(+ ._step_section) .section_contents_block::after {
  content: "";
  position: absolute;
  bottom: -84px;
  left: 50%;
  translate: -50% 50%;
  width: 14px;
  height: 14px;
  background-color: #ffffff;
  clip-path: polygon(0 0, 50% 50%, 100% 0, 100% 50%, 50% 100%, 0 50%);
}
@media screen and (min-width: 768px) {
  section._step_section:has(+ ._step_section) .section_contents_block::after {
    bottom: -114px;
  }
}
section._step_section + ._step_section {
  -webkit-padding-before: 168px;
          padding-block-start: 168px;
}
@media screen and (min-width: 768px) {
  section._step_section + ._step_section {
    -webkit-padding-before: 224px;
            padding-block-start: 224px;
  }
}

.contents_inner {
  max-width: 1100px;
  margin-inline: auto;
}

.section_column_frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}
@media screen and (min-width: 992px) {
  .section_column_frame {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 60px;
  }
}

@media screen and (min-width: 992px) {
  .section_title_block {
    width: 45%;
    max-width: 370px;
  }
}

.section_title_en {
  font-size: 6.4rem;
  color: var(--section-color, #DD5218);
  font-family: "Cabin";
  font-weight: 700;
  line-height: 0.95;
}

.section_title_ja {
  position: relative;
  -webkit-margin-before: 15px;
          margin-block-start: 15px;
  font-size: 2.8rem;
  color: var(--section-text-color, #161616);
  font-weight: 700;
  line-height: 1.3;
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
}
@media screen and (min-width: 768px) {
  .section_title_ja {
    font-size: 3.2rem;
    -webkit-margin-before: 20px;
            margin-block-start: 20px;
    letter-spacing: 0.05em;
  }
}
.section_title_ja::before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0;
  translate: 0 -50%;
  width: 5px;
  height: 0.9lh;
  background-color: var(--section-text-color, #DD5218);
}
.section_title_ja small {
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .section_title_ja small {
    font-size: 2rem;
  }
}

.section_contents_block {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  container-type: inline-size;
}

.section_contents_head {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: -0.01em;
}
@media screen and (min-width: 768px) {
  .section_contents_head {
    letter-spacing: 0;
    font-size: 2.4rem;
  }
}

* + .section_contents_text {
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
}
@media screen and (min-width: 768px) {
  * + .section_contents_text {
    -webkit-margin-before: 30px;
            margin-block-start: 30px;
  }
}

.section_contents_text {
  font-size: 1.5rem;
  line-height: 1.8;
  font-weight: 500;
  color: var(--section-text-color, #161616);
}
@media screen and (min-width: 768px) {
  .section_contents_text {
    font-size: 1.6rem;
  }
}
.section_contents_text strong {
  color: #DD5218;
  font-weight: 900;
}

.check_list {
  display: -ms-grid;
  display: grid;
  gap: 3px;
}
.check_list li {
  background-color: #ffffff;
  padding: 8px 10px;
  position: relative;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 992px) {
  .check_list li {
    padding: 20px;
    -webkit-padding-start: 70px;
            padding-inline-start: 70px;
    font-size: 1.8rem;
  }
}
.check_list li::before {
  content: "";
  position: absolute;
  top: 1em;
  left: 10px;
  translate: 0 -50%;
  width: 15px;
  height: 15px;
  border-radius: 3px;
  background-color: #e4e4e4;
}
@media screen and (min-width: 992px) {
  .check_list li::before {
    top: calc(20px + 0.7em);
    left: 20px;
    width: 23px;
    height: 23px;
  }
}
.check_list li::after {
  content: "";
  position: absolute;
  top: 1em;
  left: 14px;
  width: 8px;
  height: 6px;
  translate: 0 -50%;
  background-image: url(../img/common/check.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 992px) {
  .check_list li::after {
    top: calc(20px + 0.7em);
    left: 26px;
    width: 11px;
    height: 8px;
  }
}

.section_caution_text {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.3;
  -webkit-margin-before: 10px;
          margin-block-start: 10px;
}

.section_contents_image {
  -webkit-margin-before: 50px;
          margin-block-start: 50px;
}

.section_contents_bottom {
  -webkit-margin-before: 30px;
          margin-block-start: 30px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
.section_contents_bottom strong {
  font-weight: 700;
  color: #DD5218;
}

* + .check_list {
  -webkit-margin-before: 50px;
          margin-block-start: 50px;
}

.section_middle_text {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  -webkit-margin-before: 30px;
          margin-block-start: 30px;
}

#contact_cta {
  max-width: 1100px;
  margin-inline: auto;
  -webkit-margin-before: 100px;
          margin-block-start: 100px;
}
@media screen and (min-width: 768px) {
  #contact_cta {
    -webkit-margin-before: 140px;
            margin-block-start: 140px;
  }
}
@media screen and (min-width: 992px) {
  #contact_cta {
    -webkit-margin-before: 180px;
            margin-block-start: 180px;
  }
}

.contact_cta_container {
  background-color: #48B39F;
  border-radius: 10px;
  padding: 30px 10px 10px;
}

.contact_cta_title_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.contact_cta_title_group p {
  font-size: 4rem;
  color: #A6D2CA;
  font-family: "Cabin";
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
}
.contact_cta_title_group h2 {
  font-size: 3rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contact_cta_title_group h2 {
    font-size: 3.2rem;
  }
  .contact_cta_title_group h2 br {
    display: none;
  }
}

.contact_cta_text {
  font-size: 1.3rem;
  text-align: center;
  color: #fff;
  -webkit-margin-before: 15px;
          margin-block-start: 15px;
  font-weight: 700;
}

.cta_button_group {
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1px;
}
@media screen and (min-width: 768px) {
  .cta_button_group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.cta_button_block {
  background-color: #161616;
  padding: 20px 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.cta_button_block:nth-child(1 of .cta_button_block) {
  border-radius: 10px 10px 0 0;
  --button-color:#DD5218;
}
@media screen and (min-width: 768px) {
  .cta_button_block:nth-child(1 of .cta_button_block) {
    border-radius: 10px 0 0 10px;
  }
}
.cta_button_block:nth-child(2 of .cta_button_block) {
  border-radius: 0 0 10px 10px;
  --button-color:#48B39F;
}
@media screen and (min-width: 768px) {
  .cta_button_block:nth-child(2 of .cta_button_block) {
    border-radius: 0 10px 10px 0;
  }
}

.cta_button_title {
  text-align: center;
  font-size: 2.3rem;
  color: #ffffff;
  line-height: 1.5;
  font-weight: 700;
}

.cta_button_block_text {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
  text-align: center;
}

.contact_button {
  position: relative;
  display: block;
  background-color: var(--button-color);
  border: solid 1px var(--button-color);
  border-radius: 10px;
  text-align: center;
  padding: 20px 40px;
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
  max-width: 310px;
  margin-inline: auto;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.contact_button span {
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.contact_button::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  width: 8px;
  height: 8px;
  background-color: #ffffff;
  clip-path: polygon(45% 0, 100% 50%, 45% 100%, 0% 100%, 50% 50%, 0% 0%);
  translate: 0 -50%;
  -webkit-transition: translate 0.3s, background-color 0.3s;
  transition: translate 0.3s, background-color 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .contact_button:hover {
    background-color: #ffffff;
  }
  .contact_button:hover span {
    color: var(--button-color);
  }
  .contact_button:hover::before {
    background-color: var(--button-color);
  }
}

#scrollAnchor {
  position: absolute;
  top: 0;
  left: 0;
  height: 10vh;
  width: 1px;
  pointer-events: none;
  visibility: hidden;
}

#fixed_cta {
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #48B39F;
  z-index: 800;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  padding-block: 10px 12px;
  padding-inline: 20px;
}
@media screen and (min-width: 425px) {
  #fixed_cta {
    padding-inline: 30px;
  }
}
@media screen and (min-width: 768px) {
  #fixed_cta {
    padding-inline: 40px;
  }
}
@media screen and (min-width: 992px) {
  #fixed_cta {
    padding-inline: 60px;
  }
}
#fixed_cta {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
@media screen and (min-width: 992px) {
  #fixed_cta {
    display: none;
  }
}
#fixed_cta._show {
  opacity: 1;
  visibility: visible;
}

.fixed_cta_button {
  display: block;
  border-radius: 5px;
  background-color: var(--nav-button-color);
  border: solid 1px var(--nav-button-color);
  padding: 15px 25px;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.fixed_cta_button span {
  color: var(--text-color);
  font-size: 1.5rem;
  font-weight: 700;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.fixed_cta_button._contact {
  --nav-button-color: #161616;
  --text-color: #ffffff;
}
.fixed_cta_button._form_quote {
  --nav-button-color: #ffffff;
  --text-color: #48B39F;
}

@layer slide {
  .splide__container {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
  }
  .splide__list {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
  }
  .splide.is-initialized:not(.is-active) .splide__list {
    display: block;
  }
  .splide__pagination {
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    margin: 0;
    pointer-events: none;
  }
  .splide__pagination li {
    display: inline-block;
    line-height: 1;
    list-style-type: none;
    margin: 0;
    pointer-events: auto;
  }
  .splide:not(.is-overflow) .splide__pagination {
    display: none;
  }
  .splide__progress__bar {
    width: 0;
  }
  .splide {
    position: relative;
    visibility: hidden;
  }
  .splide.is-initialized, .splide.is-rendered {
    visibility: visible;
  }
  .splide__slide {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    list-style-type: none !important;
    margin: 0;
    position: relative;
  }
  .splide__slide img {
    vertical-align: bottom;
  }
  .splide__spinner {
    -webkit-animation: splide-loading 1s linear infinite;
            animation: splide-loading 1s linear infinite;
    border: 2px solid #999;
    border-left-color: transparent;
    border-radius: 50%;
    bottom: 0;
    contain: strict;
    display: inline-block;
    height: 20px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
  }
  .splide__sr {
    clip: rect(0 0 0 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
    display: none;
  }
  .splide__toggle.is-active .splide__toggle__pause {
    display: inline;
  }
  .splide__track {
    overflow: hidden;
    position: relative;
    z-index: 0;
  }
  @-webkit-keyframes splide-loading {
    0% {
      -webkit-transform: rotate(0);
              transform: rotate(0);
    }
    to {
      -webkit-transform: rotate(1turn);
              transform: rotate(1turn);
    }
  }
  @keyframes splide-loading {
    0% {
      -webkit-transform: rotate(0);
              transform: rotate(0);
    }
    to {
      -webkit-transform: rotate(1turn);
              transform: rotate(1turn);
    }
  }
  .splide__track--draggable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
         user-select: none;
  }
  .splide__track--fade > .splide__list > .splide__slide {
    margin: 0 !important;
    opacity: 0;
    z-index: 0;
  }
  .splide__track--fade > .splide__list > .splide__slide.is-active {
    opacity: 1;
    z-index: 1;
  }
  .splide--rtl {
    direction: rtl;
  }
  .splide__track--ttb > .splide__list {
    display: block;
  }
  .splide__arrow {
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    background: #ccc;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    height: 2em;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    opacity: 0.7;
    padding: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 2em;
    z-index: 1;
  }
  .splide__arrow svg {
    fill: #000;
    height: 1.2em;
    width: 1.2em;
  }
  .splide__arrow:hover:not(:disabled) {
    opacity: 0.9;
  }
  .splide__arrow:disabled {
    opacity: 0.3;
  }
  .splide__arrow:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: 3px;
  }
  .splide__arrow--prev {
    left: 1em;
  }
  .splide__arrow--prev svg {
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .splide__arrow--next {
    right: 1em;
  }
  .splide.is-focus-in .splide__arrow:focus {
    outline: 3px solid #0bf;
    outline-offset: 3px;
  }
  .splide__pagination {
    bottom: 0.5em;
    left: 0;
    padding: 0 1em;
    position: absolute;
    right: 0;
    z-index: 1;
  }
  .splide__pagination__page {
    background: #ccc;
    border: 0;
    border-radius: 50%;
    display: inline-block;
    height: 8px;
    margin: 3px;
    opacity: 0.7;
    padding: 0;
    position: relative;
    -webkit-transition: -webkit-transform 0.2s linear;
    transition: -webkit-transform 0.2s linear;
    transition: transform 0.2s linear;
    transition: transform 0.2s linear, -webkit-transform 0.2s linear;
    width: 8px;
  }
  .splide__pagination__page.is-active {
    background: #fff;
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
    z-index: 1;
  }
  .splide__pagination__page:hover {
    cursor: pointer;
    opacity: 0.9;
  }
  .splide__pagination__page:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: 3px;
  }
  .splide.is-focus-in .splide__pagination__page:focus {
    outline: 3px solid #0bf;
    outline-offset: 3px;
  }
  .splide__progress__bar {
    background: #ccc;
    height: 3px;
  }
  .splide__slide {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .splide__slide:focus {
    outline: 0;
  }
  @supports (outline-offset: -3px) {
    .splide__slide:focus-visible {
      outline: 3px solid #0bf;
      outline-offset: -3px;
    }
  }
  @media screen and (-ms-high-contrast: none) {
    .splide__slide:focus-visible {
      border: 3px solid #0bf;
    }
  }
  @supports (outline-offset: -3px) {
    .splide.is-focus-in .splide__slide:focus {
      outline: 3px solid #0bf;
      outline-offset: -3px;
    }
  }
  @media screen and (-ms-high-contrast: none) {
    .splide.is-focus-in .splide__slide:focus {
      border: 3px solid #0bf;
    }
    .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
      border-color: #0bf;
    }
  }
  .splide__toggle {
    cursor: pointer;
  }
  .splide__toggle:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: 3px;
  }
  .splide.is-focus-in .splide__toggle:focus {
    outline: 3px solid #0bf;
    outline-offset: 3px;
  }
  .splide__track--nav > .splide__list > .splide__slide {
    border: 3px solid transparent;
    cursor: pointer;
  }
  .splide__track--nav > .splide__list > .splide__slide.is-active {
    border: 3px solid #000;
  }
  .splide__arrows--rtl .splide__arrow--prev {
    left: auto;
    right: 1em;
  }
  .splide__arrows--rtl .splide__arrow--prev svg {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .splide__arrows--rtl .splide__arrow--next {
    left: 1em;
    right: auto;
  }
  .splide__arrows--rtl .splide__arrow--next svg {
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .splide__arrows--ttb .splide__arrow {
    left: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
  }
  .splide__arrows--ttb .splide__arrow--prev {
    top: 1em;
  }
  .splide__arrows--ttb .splide__arrow--prev svg {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .splide__arrows--ttb .splide__arrow--next {
    bottom: 1em;
    top: auto;
  }
  .splide__arrows--ttb .splide__arrow--next svg {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .splide__pagination--ttb {
    bottom: 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    left: auto;
    padding: 1em 0;
    right: 0.5em;
    top: 0;
  }
}
@media screen and (min-width: 768px) {
  .sp_only {
    display: none;
  }
}

.pc_only {
  display: none;
}
@media screen and (min-width: 992px) {
  .pc_only {
    display: block;
  }
}

.tab_only {
  display: none;
}
@media screen and (min-width: 768px) {
  .tab_only {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .tab_only {
    display: none;
  }
}

/* Custom styles for the chatbot icon */
/* This class is used to style the chatbot icon */
@media screen and (max-width: 991px) {
  .btnChatBotOpen {
    bottom: 60px;
  }
}

.chai3D5l4u8w_Chatbot_icon-app-chat img {
  width: 100px;
  -webkit-transition: scale 0.3s;
  transition: scale 0.3s;
}
@media screen and (min-width: 992px) {
  .chai3D5l4u8w_Chatbot_icon-app-chat img {
    width: 132px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .chai3D5l4u8w_Chatbot_icon-app-chat img:hover {
    scale: 1.1;
  }
}
/*# sourceMappingURL=style.css.map */