@charset "UTF-8";

@font-face {
  font-display: swap;
  font-family: "Holland";
  font-style: normal;
  src: url("./font/Helvetica.woff") format("woff");
}

:root {
  --black: #333333;
  --color-text: #333333;
  --white: #FFFFFF;
  --theme: #FEC737;
  --theme-light: #FFDA7B;
  --theme-pale: #FFF7E2;
  --base: #FFF7E2;
  --gray1: #70646A;
  --gray2: #CCCCCC;
  --dark: #333333;
  --green: #03C755;
  --line-green: #06C755;
  --cta-blue: #2769B7;
  --base-font-family: "m-plus-1c", sans-serif;
  --second-font-family: "Mulish", sans-serif;
  --third-font-family: "Helvetica", sans-serif;
}

/*!
    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
*/
:root {
  --main-color: #000;
  --sub-color: #fff;
  --base-font-family: "dnp-shuei-gothic-gin-std", sans-serif;
}

html,
body,
button,
input,
select,
textarea {
  /* 不要な指定は消す */
  font-family: "m-plus-1c", sans-serif;
}

body {
  background: #FFFDF7;
  color: var(--color-text);
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.56;
  min-width: 1440px;
  width: 100%;
}

.wrap {
  margin: 0 auto;
  width: 1140px;
}

.wrap.mid {
  width: 1240px;
}

.wrap.lr {
  width: 1340px;
}

/* PC固定ページ 共通設定 */
.common_page_main {
  background: #F5F5F5;
  margin-block: 0 1em;
  padding-block: 140px;
}

.common_page_main .title_box {
  text-align: center;
}

.common_page_main .title_box .title {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
}

.common_page_wrap {
  padding: 100px 0;
}

.not_found .text {
  text-align: center;
}

.reserve_text {
  font-size: 30px;
  text-align: center;
}

/* パンくず */
.breadcrumb {
  color: #3E3E3E;
  font-size: 12px;
  letter-spacing: 0.08em;
}

.breadcrumb a {
  color: #3E3E3E;
  text-decoration: none;
}

/* PC固定ページ お問い合わせ */
.contact_form_disc {
  color: #3E3E3E;
  font-weight: 400;
  letter-spacing: 0.08em;
  margin-block: 0 3.8em;
  text-align: center;
}

.contact_form_disc .text {
  font-size: 16px;
  margin-block: 0 1em;
}

.contact_form_disc .caution {
  font-size: 14px;
}

.common_contact_form .form_box {
  margin-block: 0 50px;
}

.common_contact_form .form_box dl {
  align-items: center;
  display: grid;
  gap: 80px;
  grid-template-columns: 26.5% 1fr;
}

.common_contact_form .form_box dl.start {
  align-items: flex-start;
}

.common_contact_form .form_box dl+dl {
  margin-block: 1.6em 0;
}

.common_contact_form .form_box dl dt {
  align-items: center;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  gap: 1.3em;
  letter-spacing: 0.08em;
  padding-inline: 0 0.5em;
  position: relative;
}

.common_contact_form .form_box dl dt .label {
  border-radius: 100vmax;
  color: #3E3E3E;
  flex-shrink: 0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  padding: 0.2em 0.9em;
}

.common_contact_form .form_box dl dt .label.hissu {
  background: #C70000;
  color: #fff;
}

.common_contact_form .form_box dl dt .label.ninni {
  background: #E0E0E0;
}

.common_contact_form .form_box dl dt::after {
  background: #AAA;
  content: "";
  content: "";
  height: 30px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.common_contact_form input[type=text],
.common_contact_form input[type=email],
.common_contact_form #zip {
  background: #F8F8F8;
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.08em;
  padding: 0.8em 1em;
  width: 100%;
}

.common_contact_form textarea {
  background: #F8F8F8;
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  height: 180px;
  letter-spacing: 0.08em;
  padding: 1em;
  width: 100%;
}

.common_contact_form input::-webkit-input-placeholder,
.common_contact_form textarea::-webkit-input-placeholder {
  color: #C7C4C4;
}

.common_contact_form input:-ms-input-placeholder,
.common_contact_form textarea:-ms-input-placeholder {
  color: #C7C4C4;
}

.common_contact_form input::-ms-input-placeholder,
.common_contact_form textarea::-ms-input-placeholder {
  color: #C7C4C4;
}

.common_contact_form input::placeholder,
.common_contact_form textarea::placeholder {
  color: #C7C4C4;
}

.common_contact_form select {
  background: #F8F8F8;
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  font-size: 14px;
  letter-spacing: 0.08em;
  padding: 1.1em 1em;
  width: 47.5%;
  -webkit-appearance: auto;
  appearance: auto;
}

.page_contact #btn_wrap {
  justify-content: center;
  margin: auto;
  text-align: right;
  width: 74%;
}

.page_contact #btn_wrap button {
  background: var(--theme);
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  appearance: none;
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 60px;
  margin: auto;
  text-align: center;
  transition: 0.3s;
  width: 310px;
}

.page_contact #btn_wrap button[name=submitBack] {
  background: #333;
  margin-top: 20px;
}

.privacy_term_outer .privacy_term_inner {
  height: 138px;
  margin: auto;
  overflow: auto;
}

.privacy_term_outer .privacy_term_inner .privacy_index {
  font-size: 14px;
}

.privacy_term_outer .privacy_term_inner .main_text {
  font-size: 13px;
  margin-bottom: 25px;
}

.privacy_term_outer .privacy_term_inner dl dt {
  border-left: solid 3px var(--theme);
  font-size: 13px;
  margin-bottom: 5px;
  padding-left: 1em;
}

.privacy_term_outer .privacy_term_inner dl dd {
  font-size: 13px;
}

.privacy_term_outer .privacy_term_inner dl+dl {
  margin-top: 30px;
}

.privacy_term_outer .privacy_term_inner::-webkit-scrollbar {
  width: 8px;
}

.privacy_term_outer .privacy_term_inner::-webkit-scrollbar-track {
  background: transparent;
}

.privacy_term_outer .privacy_term_inner::-webkit-scrollbar-thumb {
  background-color: var(--theme);
  border-radius: 10px;
}

.privacy_term_outer {
  border-bottom: solid 1px #e3e3e3;
  border-top: solid 1px #e3e3e3;
  margin-inline: auto;
  padding: 30px 0;
  width: 60%;
}

.privacy_check_list .mwform-checkbox-field-text {
  padding-right: 0;
}

.privacy_check_list .error {
  font-size: 12px;
}

.privacy_term_detail {
  font-size: 13px;
  font-weight: 600;
  margin: 20px 0;
  position: relative;
  text-align: center;
}

.privacy_term_detail::after {
  aspect-ratio: 1/1;
  border: solid #333;
  border-width: 2px 2px 0 0;
  content: "";
  display: block;
  margin: 5px auto 0;
  min-width: 0;
  rotate: 135deg;
  width: 10px;
}

.mw_wp_form_confirm .privacy_check_list,
.mw_wp_form_confirm .privacy_term_detail {
  display: none;
}

/* ラジオボタン デザイン */
.radio_btns,
.checkboxes {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em 1.5em;
  padding: 0.5em 0;
}

/* ラジオボタンを隠す */
.radio_btns input[type=radio].radio_btns__item {
  display: none;
}

.radio_btns label {
  cursor: pointer;
  display: inline-block;
}

/* spanの左側にボタンを配置するスペースを作る */
.radio_btns .radio_btns__item+span {
  color: #3E3E3E;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.08em;
  padding-left: 2em;
  position: relative;
}

/* 各パーツを作成 */
.radio_btns .radio_btns__item+span::before,
.radio_btns .radio_btns__item+span::after {
  aspect-ratio: 1;
  background: #F8F8F8;
  border: 1px solid #E6E6E6;
  border-radius: 50%;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  margin: auto;
  min-width: 0;
  position: absolute;
  top: 0;
  width: 20px;
}

/* after上書き */
.radio_btns .radio_btns__item+span::after {
  aspect-ratio: 1;
  background: #5A5A5A;
  border: none;
  left: 5px;
  min-width: 0;
  top: 0px;
  width: 10px;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: all 0.3s;
}

/*
  checked状態
  文字のcolorとボタンのopacityを変更
*/
.radio_btns .radio_btns__item:checked+span::after {
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* チェックボックス デザイン */
.page_contact input[type=checkbox] {
  /* デフォルトcheckボックス非表示*/
  display: none;
}

.mwform-checkbox-field label {
  cursor: pointer;
}

.mwform-checkbox-field-text {
  color: #3E3E3E;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.08em;
  padding: 0 0 0 30px;
  position: relative;
}

.mwform-checkbox-field-text::before,
.mwform-checkbox-field-text::after {
  content: "";
  display: block;
  position: absolute;
}

.mwform-checkbox-field-text::before {
  aspect-ratio: 1/1;
  background: #F8F8F8;
  border: 1px solid #E6E6E6;
  border-radius: 2px;
  left: 0;
  min-width: 0;
  top: 50%;
  width: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mwform-checkbox-field-text::after {
  aspect-ratio: 2/1;
  border-color: transparent transparent #333 #333;
  border-style: solid;
  border-width: 3px;
  left: 0;
  margin-top: -0.2em;
  min-width: 0;
  top: 50%;
  width: 20px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  opacity: 0;
  transform: translateY(-50%) rotate(-45deg);
}

input[type=checkbox]:checked+.mwform-checkbox-field-text::after {
  opacity: 1;
}

.mw_wp_form .horizontal-item {
  display: inline-block;
}

.mw_wp_form .horizontal-item+.horizontal-item {
  margin-left: 0 !important;
}

/* サンクスページ */
.page_contact .thanks_textArea .name {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 20px;
  text-align: center;
}

.page_contact .thanks_textArea .contact_text {
  margin: 0 auto 50px;
  width: 62%;
}

.page_contact .thanks_textArea .ichiran_link {
  background-color: var(--theme);
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 4px;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 50px;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
  width: 300px;
}

.page_contact .thanks_textArea .contact_text .space {
  display: block;
}

.page_contact .thanks_textArea .contact_text .space {
  display: block;
  margin-top: 10px;
}

/* ステップバー デザイン */
.page_contact .progressbar {
  align-items: center;
  display: flex;
  gap: 5.6em;
  justify-content: center;
  margin-block: 0 3em;
}

.page_contact .progressbar .item {
  color: #3E3E3E;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.5;
  position: relative;
  text-align: center;
}

.page_contact .progressbar .item+.item::before {
  background: #E6E6E6;
  content: "";
  height: 1px;
  left: -5em;
  position: absolute;
  top: 64%;
  width: 50px;
}

.page_contact .progressbar .item .mark {
  aspect-ratio: 1;
  background: #fff;
  border: 1px solid #AFAFAF;
  border-radius: 50%;
  display: block;
  margin: 0 auto 0.5em;
  position: relative;
  width: 36px;
}

.page_contact .progressbar .item .mark::before {
  aspect-ratio: 1;
  background: #5A5A5A;
  border-radius: 50%;
  content: "";
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  translate: -50% -50%;
  width: 41%;
}

.page_contact .progressbar .item.active .mark::before {
  opacity: 1;
}

.page_contact .progressbar .item .en {
  color: #A7A7A7;
  display: block;
  font-family: "Helvetica", "Arial", sans-serif;
  letter-spacing: 0;
}

.privacy_check_list {
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}

.privacy_check_list .hissu {
  background: #c70200;
  border-radius: 30px;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  padding: 2px 15px;
}

.mw_wp_form .privacy_check_list .horizontal-item {
  margin: 0;
}

/* PC固定ページ 404ページ */
#page_404 {
  text-align: center;
}

#page_404 .num {
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-size: 100px;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#page_404 .text {
  font-size: 16px;
  margin-bottom: 1em;
}

.p-authorBox .avatar {
  display: inline;
}

/* pcの電話番号発信対応 */
a[href^="tel:"] {
  pointer-events: none;
}

a {
  color: inherit;
}

.sp {
  display: none;
}

/*! common_btn01 — LINEボタン共通コンポーネント01 */
.common_btn01 {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.common_btn01_caption {
  align-items: baseline;
  color: var(--white);
  display: flex;
  font-size: 16px;
  font-weight: 700;
  gap: 20px;
  justify-content: center;
  letter-spacing: 0.035em;
}

.common_btn01_caption::before,
.common_btn01_caption::after {
  background: var(--white);
  content: "";
  height: 17px;
  width: 2px;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}

.common_btn01_caption::before {
  rotate: -20deg;
}

.common_btn01_caption::after {
  rotate: 20deg;
}

.common_btn01_link {
  align-items: center;
  background-color: var(--line-green);
  border-radius: 66px;
  display: flex;
  margin-top: 8px;
  padding-block: 21px 18px;
  padding-left: 67px;
  position: relative;
  text-decoration: none;
  transition: background 0.3s ease-out 0.3s ease-out;
  width: 320px;
}

.common_btn01_icon {
  left: 31px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  aspect-ratio: 1;
  display: inline-block;
  height: auto;
  transform: translateY(-50%);
  width: 26px;
}

.common_btn01_icon img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.common_btn01_text {
  color: var(--white);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.035em;
  line-height: 1.39;
  transition: color 0.3s ease-out;
}

.common_btn01_arrow {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  align-items: center;
  aspect-ratio: 1;
  background-color: var(--white);
  border-radius: 100vh;
  display: flex;
  height: auto;
  justify-content: center;
  transform: translateY(-50%);
  transition: background 0.3s ease-out;
  width: 26px;
}

.common_btn01_arrow::after {
  aspect-ratio: 1/2;
  background-color: var(--green);
  content: "";
  display: block;
  height: auto;
  width: 6px;
  -webkit-mask-image: url("./image/icon/icon_right_white01.svg");
  mask-image: url("./image/icon/icon_right_white01.svg");
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: background 0.3s ease-out;
}

/*! common_btn02 — ボタン共通コンポーネント02 */
.common_btn02 {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.common_btn02_caption {
  align-items: baseline;
  color: var(--white);
  display: flex;
  font-size: 16px;
  font-weight: 700;
  gap: 17px;
  justify-content: center;
  letter-spacing: 0.035em;
}

.common_btn02_caption::before,
.common_btn02_caption::after {
  content: "";
  height: 17px;
  width: 2px;
  -webkit-transform: translateY(2px);
  background: var(--white);
  transform: translateY(2px);
}

.common_btn02_caption::before {
  rotate: -20deg;
}

.common_btn02_caption::after {
  rotate: 20deg;
}

.common_btn02_link {
  align-items: center;
  background-color: var(--cta-blue);
  border: 3px solid var(--white);
  border-radius: 66px;
  display: flex;
  margin-top: 8px;
  padding-block: 18px 15px;
  padding-left: 64px;
  position: relative;
  transition: background 0.3s ease-out;
  width: 320px;
}

.common_btn02_icon {
  left: 32px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  aspect-ratio: 22/17.03;
  height: auto;
  transform: translateY(-50%);
  width: 22px;
  -webkit-mask-image: url("./image/icon/icon_mail_white01.svg");
  mask-image: url("./image/icon/icon_mail_white01.svg");
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  background: var(--white);
  mask-size: contain;
  transition: background 0.3s ease-out;
}

.common_btn02_text {
  color: var(--white);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.035em;
  line-height: 1.39;
  transition: color 0.3s ease-out;
}

.common_btn02_arrow {
  position: absolute;
  right: 17px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  align-items: center;
  aspect-ratio: 1;
  background-color: var(--white);
  border-radius: 100vh;
  display: flex;
  height: auto;
  justify-content: center;
  transform: translateY(-50%);
  transition: background 0.3s ease-out;
  width: 26px;
}

.common_btn02_arrow::after {
  aspect-ratio: 1/2;
  content: "";
  display: block;
  height: auto;
  width: 6px;
  -webkit-mask-image: url("./image/icon/icon_right_white01.svg");
  mask-image: url("./image/icon/icon_right_white01.svg");
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  background: var(--cta-blue);
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: background 0.3s ease-out;
}

/*! common_btn03 — ボタン共通コンポーネント03 */
.common_btn03 {
  align-items: center;
  background: var(--cta-blue);
  border: none;
  border-radius: 66px;
  cursor: pointer;
  display: inline-flex;
  gap: 10px;
  padding-block: 10px;
  padding-inline: 20px 10px;
  width: 200px;
  -webkit-appearance: none;
  appearance: none;
  transition: opacity 0.3s ease-out;
}

.common_btn03_text {
  color: var(--white);
  flex: 1;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.035em;
  line-height: 1.38;
  text-align: left;
  white-space: nowrap;
}

.common_btn03_icon {
  background: var(--white);
  border-radius: 50%;
  flex-shrink: 0;
  height: 22px;
  position: relative;
  width: 22px;
}

.common_btn03_icon::after {
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  background: var(--cta-blue);
  height: 10px;
  transform: translate(-50%, -50%);
  width: 10px;
  -webkit-mask-image: url("./image/icon/icon_plus_blue01.svg");
  mask-image: url("./image/icon/icon_plus_blue01.svg");
  -webkit-mask-position: center right;
  mask-position: center right;
  -webkit-mask-repeat: no-repeat;
  background: var(--cta-blue);
  mask-repeat: no-repeat;
}

/*! common_btn04 — ボタン共通コンポーネント04 */
.common_btn04 {
  background-color: var(--theme);
  border: 2px solid var(--theme);
  border-radius: 66px;
  display: inline-block;
  padding: 18px 8px 17px 33px;
  position: relative;
  text-decoration: none;
  transition: opacity 0.3s ease-out;
  transition: background 0.3s ease-out;
  width: min(100%, 320px);
}

.common_btn04_text {
  color: var(--white);
  display: block;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.035em;
  line-height: 1.39;
  transition: color 0.3s ease-out;
}

.common_btn04_arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  aspect-ratio: 1;
  background: var(--white);
  border-radius: 100vh;
  display: grid;
  height: auto;
  place-content: center;
  right: 20px;
  transform: translateY(-50%);
  transition: background 0.3s ease-out;
  width: 24px;
}

.common_btn04_arrow::after {
  aspect-ratio: 1/2;
  content: "";
  height: auto;
  width: 6px;
  -webkit-mask-image: url("./image/icon/icon_right_white01.svg");
  mask-image: url("./image/icon/icon_right_white01.svg");
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  background: var(--theme);
  mask-size: contain;
  transition: background 0.3s ease-out;
}

/*! common_btn05 — ボタン共通コンポーネント05 */
.common_btn05 {
  align-items: center;
  background-color: var(--line-green);
  border-radius: 66px;
  display: flex;
  padding-block: 15px 16px;
  padding-left: 67px;
  position: relative;
  text-decoration: none;
  transition: opacity 0.3s ease-out;
  width: 280px;
}

.common_btn05_icon {
  left: 33px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  aspect-ratio: 1;
  height: auto;
  transform: translateY(-50%);
  width: 24px;
}

.common_btn05_icon img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.common_btn05_text {
  color: var(--white);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.035em;
  line-height: 1.93;
}

.common_btn05_arrow {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  align-items: center;
  aspect-ratio: 1;
  background-color: var(--white);
  border-radius: 100vh;
  display: flex;
  height: auto;
  justify-content: center;
  transform: translateY(-50%);
  width: 26px;
}

.common_btn05_arrow::after {
  aspect-ratio: 1/2;
  background-color: var(--line-green);
  content: "";
  display: block;
  height: auto;
  width: 6px;
  -webkit-mask-image: url("./image/icon/icon_right_white01.svg");
  mask-image: url("./image/icon/icon_right_white01.svg");
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}

/*! common_btn06 — ボタン共通コンポーネント06 */
.common_btn06 {
  align-items: center;
  background-color: var(--cta-blue);
  border-radius: 66px;
  display: flex;
  padding-block: 15px 16px;
  padding-left: 67px;
  position: relative;
  text-decoration: none;
  transition: opacity 0.3s ease-out;
  width: 280px;
}

.common_btn06_icon {
  left: 35px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  aspect-ratio: 22/17.03;
  height: auto;
  transform: translateY(-50%);
  width: 22px;
}

.common_btn06_icon img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  display: grid;
  object-fit: contain;
}

.common_btn06_text {
  color: var(--white);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.035em;
  line-height: 1.93;
}

.common_btn06_arrow {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  align-items: center;
  aspect-ratio: 1;
  background-color: var(--white);
  border-radius: 100vh;
  display: flex;
  height: auto;
  justify-content: center;
  transform: translateY(-50%);
  width: 26px;
}

.common_btn06_arrow::after {
  aspect-ratio: 1/2;
  background-color: var(--cta-blue);
  content: "";
  display: block;
  height: auto;
  width: 6px;
  -webkit-mask-image: url("./image/icon/icon_right_white01.svg");
  mask-image: url("./image/icon/icon_right_white01.svg");
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
}

/*! common_btn07 — LINEボタン共通コンポーネント07 */
.common_btn07 {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.common_btn07_caption {
  align-items: baseline;
  color: var(--black);
  display: flex;
  font-size: 16px;
  font-weight: 700;
  gap: 18px;
  justify-content: center;
  letter-spacing: 0.035em;
  line-height: 1.38;
  padding-right: 10px;
}

.common_btn07_caption::before,
.common_btn07_caption::after {
  background: var(--black);
  content: "";
  height: 15px;
  width: 2px;
}

.common_btn07_caption::before {
  rotate: -20deg;
}

.common_btn07_caption::after {
  rotate: 20deg;
}

.common_btn07_link {
  align-items: center;
  background-color: var(--line-green);
  border: 3px solid var(--line-green);
  border-radius: 66px;
  display: flex;
  margin-top: 10px;
  padding-block: 18px 15px;
  padding-left: 64px;
  position: relative;
  text-decoration: none;
  transition: background 0.3s ease-out 0.3s ease-out;
  width: 320px;
}

.common_btn07_icon {
  left: 29px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  aspect-ratio: 1;
  display: inline-block;
  height: auto;
  transform: translateY(-50%);
  width: 26px;
}

.common_btn07_icon img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.common_btn07_text {
  color: var(--white);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.035em;
  line-height: 1.39;
  transition: color 0.3s ease-out;
}

.common_btn07_arrow {
  position: absolute;
  right: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  align-items: center;
  aspect-ratio: 1;
  background-color: var(--white);
  border-radius: 100vh;
  display: flex;
  height: auto;
  justify-content: center;
  transform: translateY(-50%);
  transition: background 0.3s ease-out;
  width: 26px;
}

.common_btn07_arrow::after {
  aspect-ratio: 1/2;
  background-color: var(--green);
  content: "";
  display: block;
  height: auto;
  width: 6px;
  -webkit-mask-image: url("./image/icon/icon_right_white01.svg");
  mask-image: url("./image/icon/icon_right_white01.svg");
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: background 0.3s ease-out;
}

/*! common_btn08 — ボタン共通コンポーネント08 */
.common_btn08 {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.common_btn08_caption {
  align-items: baseline;
  color: var(--black);
  display: flex;
  font-size: 16px;
  font-weight: 700;
  gap: 17px;
  justify-content: center;
  letter-spacing: 0.035em;
  line-height: 1.38;
}

.common_btn08_caption::before,
.common_btn08_caption::after {
  background: var(--black);
  content: "";
  height: 15px;
  width: 2px;
}

.common_btn08_caption::before {
  rotate: -20deg;
}

.common_btn08_caption::after {
  rotate: 20deg;
}

.common_btn08_link {
  align-items: center;
  background-color: var(--cta-blue);
  border: 3px solid var(--white);
  border: 3px solid var(--cta-blue);
  border-radius: 66px;
  display: flex;
  margin-top: 10px;
  padding-block: 18px 15px;
  padding-left: 64px;
  position: relative;
  transition: background 0.3s ease-out;
  width: 320px;
}

.common_btn08_icon {
  left: 33px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  aspect-ratio: 22/17.03;
  height: auto;
  transform: translateY(-50%);
  width: 22px;
  -webkit-mask-image: url("./image/icon/icon_mail_white01.svg");
  mask-image: url("./image/icon/icon_mail_white01.svg");
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  background: var(--white);
  mask-size: contain;
  transition: background 0.3s ease-out;
}

.common_btn08_text {
  color: var(--white);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.035em;
  line-height: 1.39;
  transition: color 0.3s ease-out;
}

.common_btn08_arrow {
  position: absolute;
  right: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  align-items: center;
  aspect-ratio: 1;
  background-color: var(--white);
  border-radius: 100vh;
  display: flex;
  height: auto;
  justify-content: center;
  transform: translateY(-50%);
  transition: background 0.3s ease-out;
  width: 26px;
}

.common_btn08_arrow::after {
  aspect-ratio: 1/2;
  content: "";
  display: block;
  height: auto;
  width: 6px;
  -webkit-mask-image: url("./image/icon/icon_right_white01.svg");
  mask-image: url("./image/icon/icon_right_white01.svg");
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  background: var(--cta-blue);
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: background 0.3s ease-out;
}

/*! common_btn09 — ボタン共通コンポーネント09 */
.common_btn09 {
  background-color: var(--theme);
  border: 2px solid var(--theme);
  border-radius: 66px;
  display: block;
  padding: 18px 52px 17px 33px;
  position: relative;
  text-decoration: none;
  transition: background 0.3s ease-out;
  width: 100%;
}

.common_btn09_text {
  color: var(--white);
  display: block;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.035em;
  line-height: 1.39;
  transition: color 0.3s ease-out;
}

.common_btn09_arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  aspect-ratio: 1;
  background: var(--white);
  border-radius: 100vh;
  display: grid;
  height: auto;
  place-content: center;
  right: 20px;
  transform: translateY(-50%);
  transition: background 0.3s ease-out;
  width: 24px;
}

.common_btn09_arrow::after {
  aspect-ratio: 1/2;
  content: "";
  height: auto;
  width: 6px;
  -webkit-mask-image: url("./image/icon/icon_right_white01.svg");
  mask-image: url("./image/icon/icon_right_white01.svg");
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  background: var(--theme);
  mask-size: contain;
  transition: background 0.3s ease-out;
}

/*! common_card01 — カード共通コンポーネント01 */
.common_card01 {
  background-color: var(--white);
  border-radius: 10px;
  padding: 35px 35px 41px;
  position: relative;
  width: min(100%, 360px);
}

.common_card01::before {
  content: "";
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
  background-color: var(--theme);
  border-radius: 0 0 5px 5px;
  height: 5px;
  transform: translateX(-50%);
  width: min(100%, 290px);
}

.common_card01_img {
  display: block;
  margin-inline: auto;
  position: relative;
  width: min(100%, 170px);
}

.common_card01_img img {
  aspect-ratio: 170/160;
  height: auto;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.common_card01_step {
  color: var(--theme);
  font-family: var(--second-font-family);
  font-size: 14px;
  font-weight: 900;
  left: 35px;
  letter-spacing: 0.035em;
  position: absolute;
  top: 39px;
}

.common_card01_body {
  margin-top: 10px;
  padding-top: 22px;
  position: relative;
}

.common_card01_body::before {
  background-image: repeating-linear-gradient(90deg, var(--gray2), var(--gray2) 5px, transparent 5px, transparent 10px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 1px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.common_card01_title {
  color: var(--theme);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.035em;
  line-height: 1.42;
}

.common_card01_desc {
  color: var(--gray1);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.035em;
  line-height: 1.7;
  margin-top: 9px;
}

/*! common_card02 — カード共通コンポーネント02 */
.common_card02 {
  align-items: center;
  background: var(--white);
  border-radius: 10px;
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 26px 25px 34px;
  position: relative;
}

.common_card02::before {
  background: #ACAAA4;
  border-radius: 0 0 5px 5px;
  content: "";
  display: inline-block;
  height: 5px;
  left: 50%;
  position: absolute;
  width: 190px;
  -webkit-transform: translateX(-50%);
  top: 0;
  transform: translateX(-50%);
}

.common_card02_img {
  margin-inline: auto;
  width: min(100%, 130px);
}

.common_card02_img img {
  width: 100%;
  -o-object-fit: contain;
  aspect-ratio: 1;
  height: auto;
  object-fit: contain;
}

.common_card02_body {
  margin-top: 7px;
  padding-top: 22px;
  position: relative;
}

.common_card02_body::before {
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  width: 100%;
  -webkit-transform: translateX(-50%);
  background-image: repeating-linear-gradient(90deg, #CCCCCC, #CCCCCC 5px, transparent 5px, transparent 10px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 1px;
  top: 0;
  transform: translateX(-50%);
}

.common_card02_text {
  color: var(--black);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.035em;
  line-height: 1.5;
  text-align: center;
}

.common_card02_text_highlight {
  color: var(--cta-blue);
}

/*! common_cards01 — カード一覧共通コンポーネント01 */
.common_cards01 {
  display: flex;
  flex-wrap: wrap;
  gap: 26px 30px;
  justify-content: center;
}

/*! common_cards02 — カード一覧共通コンポーネント02 */
.common_cards02 {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(5, 1fr);
}

/*! common_follow_sp — SP固定フォローバー（電話・LINE・メール） */
.common_follow_sp {
  display: none;
}

/*! common_headline01 — 見出し共通コンポーネント01 */
.common_headline01_sub {
  color: var(--white);
  font-family: var(--second-font-family);
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0.035em;
  line-height: 1.33;
}

.common_headline01_sub:first-letter {
  text-transform: uppercase;
}

.common_headline01_main {
  color: var(--white);
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.4;
  margin-top: 9px;
}

/*! common_headline02 — 見出し共通コンポーネント02 */
.common_headline02_en {
  align-items: center;
  color: var(--theme);
  display: flex;
  font-family: "Mulish", sans-serif;
  font-size: 20px;
  font-weight: 900;
  gap: 12px;
  letter-spacing: 0.035em;
  line-height: 1.33;
}

.common_headline02_en::before {
  aspect-ratio: 1;
  background-color: var(--theme);
  border-radius: 100vh;
  content: "";
  flex-shrink: 0;
  height: auto;
  width: 8px;
}

.common_headline02_main {
  color: var(--color-text);
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4;
  margin-top: 13px;
}

/*! common_item01 — FAQカード共通コンポーネント（Q/A） */
.common_item01 {
  background-color: var(--white);
  border-radius: 10px;
  overflow: hidden;
  padding: 36.5px 35px 37px 35px;
  position: relative;
}

.common_item01::before {
  content: "";
  height: 76.96%;
  left: 0;
  position: absolute;
  top: 50%;
  width: 5px;
  -webkit-transform: translateY(-50%);
  background: var(--theme);
  border-radius: 0 5px 5px 0;
  transform: translateY(-50%);
}

.common_item01+.common_item01 {
  margin-top: 13px;
}

.common_item01_question {
  align-items: center;
  display: flex;
  gap: 10px;
  padding-bottom: 21px;
  position: relative;
}

.common_item01_question::after {
  background-image: repeating-linear-gradient(90deg, var(--gray2), var(--gray2) 5px, transparent 5px, transparent 10px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 1px;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

.common_item01_question_icon {
  aspect-ratio: 1;
  background-color: var(--theme);
  border-radius: 100vh;
  color: var(--white);
  display: grid;
  flex-shrink: 0;
  font-family: var(--second-font-family);
  font-size: 16px;
  font-weight: 900;
  height: auto;
  letter-spacing: 0.035em;
  line-height: 1;
  padding-bottom: 2px;
  place-items: center;
  width: 26px;
}

.common_item01_question_text {
  color: var(--black);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.035em;
  line-height: 1.4;
}

.common_item01_answer {
  align-items: center;
  display: flex;
  gap: 10px;
  margin-top: 15px;
}

.common_item01_answer_icon {
  aspect-ratio: 1;
  background-color: #FFF4D9;
  border-radius: 100vh;
  color: var(--theme);
  display: grid;
  flex-shrink: 0;
  font-family: var(--second-font-family);
  font-size: 16px;
  font-weight: 900;
  height: auto;
  line-height: 1;
  padding-bottom: 2px;
  padding-left: 2px;
  place-items: center;
  width: 26px;
}

.common_item01_answer_text {
  color: var(--gray1);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.035em;
  line-height: 1.7;
}

/*! common_items01 — 項目一覧共通コンポーネント01 */
/*! common_list01 — リスト共通コンポーネント01 */
.common_list01 {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, 1fr);
  list-style: none;
}

.common_list01_item {
  display: flex;
  justify-content: center;
}

/*! common_list02 — リスト共通コンポーネント02 */
.common_list02 {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
}

.common_list02_item {
  display: flex;
  justify-content: center;
}

/*! common_tel_cta — 電話CTA共通コンポーネント */
.common_tel_cta {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  padding-bottom: 3px;
}

.common_tel_cta_link {
  align-items: center;
  display: flex;
  gap: 10px;
}

.common_tel_cta_icon {
  flex-shrink: 0;
  width: 26px;
}

.common_tel_cta_icon img {
  aspect-ratio: 1;
  height: auto;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.common_tel_cta_num {
  color: var(--white);
  font-family: "Helvetica", sans-serif;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.035em;
  line-height: 1;
}

.common_tel_cta_hours {
  color: var(--white);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.035em;
  line-height: 1.38;
  margin-top: 2px;
  padding-left: 60px;
}

/*! modal_contact — お問い合わせモーダル（LINE/メール/電話） */
body.is_modal {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

.modal_contact {
  align-items: center;
  display: flex;
  inset: 0;
  justify-content: center;
  opacity: 0;
  position: fixed;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  visibility: hidden;
  z-index: 100;
}

.modal_contact.is_open {
  opacity: 1;
  visibility: visible;
}

.modal_contact_overlay {
  background: rgba(51, 51, 51, 0.8);
  cursor: pointer;
  inset: 0;
  position: absolute;
}

.modal_contact_body {
  background: var(--white);
  border: 5px solid var(--theme);
  border-radius: 20px;
  padding-block: 57px 55px;
  padding-inline: 75px;
  position: relative;
  width: 820px;
}

.modal_contact_close {
  align-items: center;
  background: var(--black);
  border: none;
  border-radius: 100vh;
  cursor: pointer;
  display: flex;
  height: 30px;
  justify-content: center;
  padding: 0;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
}

.modal_contact_close::before,
.modal_contact_close::after {
  background: var(--white);
  border-radius: 100vh;
  content: "";
  height: 2px;
  position: absolute;
  width: 16px;
}

.modal_contact_close::before {
  rotate: 45deg;
}

.modal_contact_close::after {
  rotate: -45deg;
}

.modal_contact_btns {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.modal_contact_tel {
  background: var(--theme-pale);
  border-radius: 20px;
  margin-top: 20px;
  padding-block: 27px 26px;
  padding-inline: 51px;
}

.modal_contact_tel_label {
  color: var(--black);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.035em;
  line-height: 1.39;
}

.modal_contact_tel_row {
  align-items: center;
  display: flex;
  gap: 15px;
  margin-top: 5px;
}

.modal_contact_tel_link {
  align-items: center;
  display: flex;
  gap: 10px;
  text-decoration: none;
}

.modal_contact_tel_icon {
  aspect-ratio: 1;
  background: var(--black);
  display: inline-block;
  height: auto;
  width: 22px;
  -webkit-mask-image: url("./image/icon/icon_tel_black01.svg");
  mask-image: url("./image/icon/icon_tel_black01.svg");
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  flex-shrink: 0;
  mask-size: contain;
}

.modal_contact_tel_num {
  color: var(--black);
  font-family: "Helvetica", sans-serif;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.035em;
  line-height: 1.18;
}

.modal_contact_tel_hours {
  color: var(--black);
  font-size: 14px;
  letter-spacing: 0.035em;
  line-height: 1.36;
}

/*! archive — アーカイブページ共通スタイル */
.archive .l-content {
  margin-bottom: 0;
  padding-block: 150px 120px;
}

/*! archive_area — アーカイブ「エリア」一覧 */
/*! archive_line — アーカイブ「沿線」一覧 */
/*! common_breadcrumb — パンくずリスト */
/*! common_contact_btn_wrap — お問い合わせボタンラッパー */
/*! common_cta01 — 共通CTA01 */
.common_cta01 {
  padding-block: 120px 80px;
  position: relative;
}

.common_cta01::before {
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
  background: url(./image/cta_bg01.png) center center/100% 100% no-repeat;
  height: 100%;
  transform: translateX(-50%);
  width: 100%;
}

.common_cta01_inner {
  position: relative;
}

.common_cta01_chara_left,
.common_cta01_chara_right {
  position: absolute;
  z-index: 0;
}

.common_cta01_chara_left img,
.common_cta01_chara_right img {
  -o-object-fit: contain;
  height: auto;
  object-fit: contain;
  width: 100%;
}

.common_cta01_chara_left {
  bottom: -80px;
  left: -100px;
  width: min(100%, 292.34px);
}

.common_cta01_chara_left img {
  aspect-ratio: 292.34/346.67;
}

.common_cta01_chara_right {
  bottom: -80px;
  right: -125px;
  width: min(100%, 189.69px);
}

.common_cta01_chara_right img {
  aspect-ratio: 189.69/244.89;
}

.common_cta01_body {
  position: relative;
  z-index: 1;
}

.common_cta01_headline_wrap {
  background-color: var(--white);
  border-radius: 5px;
  margin-inline: auto;
  padding: 4px 30px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.common_cta01_headline_wrap::after {
  bottom: -11px;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  aspect-ratio: 24/15;
  background: var(--white);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  height: auto;
  transform: translateX(-50%);
  width: 24px;
}

.common_cta01_headline {
  color: var(--cta-blue);
  font-size: 40px;
  font-weight: 800;
  letter-spacing: 0.055em;
  line-height: 1.4;
}

.common_cta01_desc {
  color: var(--white);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.035em;
  line-height: 1.7;
  margin-top: 25px;
  text-align: center;
}

.common_cta01_contact {
  align-items: flex-end;
  display: flex;
  gap: 30px;
  margin-top: 34px;
  padding-left: 84px;
  justify-content: center;
}

/*! common_cta02 — 共通CTA02 */
.common_cta02 {
  padding-block: 112px 87px;
  position: relative;
}

.common_cta02::before {
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
  background: url(./image/cta_bg02.png) center center/100% 100% no-repeat;
  height: 100%;
  transform: translateX(-50%);
  width: 100%;
}

.common_cta02_inner {
  position: relative;
}

.common_cta02_chara_left,
.common_cta02_chara_right {
  position: absolute;
  z-index: 0;
}

.common_cta02_chara_left img,
.common_cta02_chara_right img {
  -o-object-fit: contain;
  height: auto;
  object-fit: contain;
  width: 100%;
}

.common_cta02_chara_left {
  bottom: -87px;
  left: -111px;
  width: min(100%, 260px);
}

.common_cta02_chara_left img {
  aspect-ratio: 260/326.67;
}

.common_cta02_chara_right {
  bottom: -87px;
  right: -113px;
  width: min(100%, 189.69px);
}

.common_cta02_chara_right img {
  aspect-ratio: 189.69/244.89;
}

.common_cta02_body {
  position: relative;
  z-index: 1;
}

.common_cta02_headline_wrap {
  background-color: var(--white);
  border-radius: 5px;
  margin-inline: auto;
  padding: 8px 14px 4px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.common_cta02_headline_wrap::after {
  bottom: -11px;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  aspect-ratio: 24/15;
  background: var(--white);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  height: auto;
  transform: translateX(-50%);
  width: 24px;
}

.common_cta02_headline {
  color: var(--cta-blue);
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 0.035em;
  line-height: 1.42;
}

.common_cta02_headline_main {
  color: var(--white);
  font-size: 40px;
  font-weight: 800;
  letter-spacing: 0.055em;
  line-height: 1.4;
  margin-top: 19px;
  text-align: center;
}

.common_cta02_desc {
  color: var(--white);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.035em;
  line-height: 1.7;
  margin-top: 13px;
  text-align: center;
}

.common_cta02_contact {
  align-items: flex-end;
  display: flex;
  gap: 30px;
  justify-content: center;
  margin-top: 33px;
}

/*! common_lower_mv — 下層ページ用MV */
.common_lower_mv {
  background: url(./image/lower_fv_bg01.png) center center/100% 100% no-repeat;
  padding-block: 110px 133px;
  position: relative;
  z-index: 1;
}

.common_lower_mv_inner {
  position: relative;
  z-index: 1;
}

.common_lower_mv_breadcrumb {
  align-items: center;
  color: var(--white);
  display: flex;
  font-size: 12px;
  font-weight: 400;
  gap: 25px;
  letter-spacing: 0.035em;
  line-height: 1.42;
}

.common_lower_mv_breadcrumb span,
.common_lower_mv_breadcrumb a {
  color: var(--white);
}

.common_lower_mv_breadcrumb a {
  text-decoration: underline;
  text-underline-offset: 1px;
  transition: 0.3s ease-out;
}

.common_lower_mv_breadcrumb_icon {
  aspect-ratio: 1/2;
  background: url(./image/icon/icon_right_white01.svg) center center/contain no-repeat;
  width: 4px;
}

.common_lower_mv_headline {
  margin-top: 76px;
}

.common_lower_mv_img01 {
  aspect-ratio: 1;
  border-radius: 100vh;
  overflow: hidden;
  position: absolute;
  right: -266px;
  top: -398px;
  width: 800px;
  z-index: -1;
}

.common_lower_mv_img01 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.common_lower_mv_img02 {
  position: absolute;
  right: 418px;
  top: 159px;
  width: 200px;
}

.common_lower_mv_img02 img {
  aspect-ratio: 1;
  -o-object-fit: contain;
  height: auto;
  object-fit: contain;
  width: 100%;
}

/*! common_lower_section — 下層ページ用セクションラッパー */
.common_lower_section02 {
  padding-block: 150px 120px;
}

/*! footer — フッター */
/* ==================== 共通：フッター ==================== */
.footer {
  background: var(--base);
  padding-block: 100px 0;
}

.footer_inner {
  margin-inline: auto;
  width: min(100%, 1240px);
}

/* -------- サイト情報 -------- */
.footer_start {
  text-align: center;
}

.footer_site_name {
  color: var(--color-text);
  font-size: 32px;
  font-weight: 900;
  letter-spacing: 0.025em;
  line-height: 1.38;
}

.footer_company {
  color: var(--color-text);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1.38;
  margin-top: 5px;
}

.footer_address {
  color: var(--color-text);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1.5;
  margin-top: 18px;
}

/* -------- ナビ + CTA -------- */
.footer_end {
  display: grid;
  grid-template-columns: 820px 340px;
  -webkit-column-gap: 80px;
  -moz-column-gap: 80px;
  column-gap: 80px;
  margin-top: 55px;
}

/* -------- ナビゲーション -------- */
.footer_nav_list {
  display: grid;
  grid-template-columns: repeat(3, 250px);
  -webkit-column-gap: 35px;
  -moz-column-gap: 35px;
  column-gap: 35px;
}

.footer_nav_col::before {
  background: repeating-linear-gradient(to right, var(--gray2) 0, var(--gray2) 5px, transparent 5px, transparent 10px);
  content: "";
  display: block;
  height: 1px;
}

.footer_nav_parent_link {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
  padding-top: 28px;
  position: relative;
  transition: opacity 0.3s ease-out;
}

.footer_nav_parent_link_text {
  background-image: linear-gradient(90deg, var(--theme), var(--theme));
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 0 1px;
  color: var(--color-text);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1.4;
  transition: background-size 0.5s ease-out, color 0.3s ease-out;
}

.footer_nav_parent_link_icon {
  aspect-ratio: 1;
  background: var(--theme);
  border-radius: 100vh;
  content: "";
  display: grid;
  height: auto;
  place-items: center;
  position: relative;
  width: 20px;
}

.footer_nav_parent_link_icon::after {
  aspect-ratio: 1/2;
  content: "";
  height: auto;
  position: absolute;
  width: 6px;
  -webkit-mask-image: url("./image/icon/icon_right_white01.svg");
  mask-image: url("./image/icon/icon_right_white01.svg");
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  background: var(--white);
  display: grid;
  mask-size: contain;
}

.footer_nav_child_list_sp {
  display: none;
}

.footer_nav_child_link {
  color: var(--gray1);
  display: block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1.36;
  padding-block: 10px;
  padding-left: 17px;
  position: relative;
  transition: color 0.3s ease-out;
}

.footer_nav_child_link::before {
  content: "";
  left: 5px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  background: var(--theme);
  border-radius: 50%;
  height: 5px;
  transform: translateY(-50%);
  width: 5px;
}

.footer_nav_child_link_sub {
  margin-left: 19px;
  padding-block: 5px;
  padding-left: 13px;
}

.footer_nav_child_link_sub::before {
  content: "";
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  aspect-ratio: 1;
  background-color: var(--theme);
  display: inline-block;
  height: auto;
  transform: translateY(-50%);
  width: 7px;
  -webkit-mask-image: url("./image/icon/icon_list01.svg");
  mask-image: url("./image/icon/icon_list01.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  background: var(--theme);
  mask-size: contain;
}

.footer_nav_main_list {
  padding-top: 18px;
}

.footer_nav_main_link {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-block: 10px;
}

.footer_nav_main_link_text {
  background-image: linear-gradient(90deg, var(--theme), var(--theme));
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 0 1px;
  color: var(--color-text);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1.4;
  transition: background-size 0.5s ease-out, color 0.3s ease-out;
}

.footer_nav_main_link_icon {
  aspect-ratio: 1;
  background: var(--theme);
  border-radius: 100vh;
  display: grid;
  flex-shrink: 0;
  height: auto;
  place-items: center;
  position: relative;
  width: 20px;
}

.footer_nav_main_link_icon::after {
  aspect-ratio: 1/2;
  content: "";
  height: auto;
  position: absolute;
  width: 6px;
  -webkit-mask-image: url("./image/icon/icon_right_white01.svg");
  mask-image: url("./image/icon/icon_right_white01.svg");
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  background: var(--white);
  mask-size: contain;
}

/* -------- お問い合わせ CTA -------- */
.footer_contact {
  background: var(--white);
  border-radius: 10px;
  padding-bottom: 30px;
  padding-inline: 30px;
  padding-top: 35px;
  position: relative;
}

.footer_contact::before {
  content: "";
  left: 50%;
  position: absolute;
  top: 0;
  width: 280px;
  -webkit-transform: translateX(-50%);
  background: var(--theme);
  border-radius: 0 0 5px 5px;
  height: 5px;
  transform: translateX(-50%);
}

.footer_contact_title {
  color: var(--color-text);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1.39;
  text-align: center;
}

.footer_contact_tel_wrap {
  margin-top: 9px;
}

.footer_contact_tel_link {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: center;
  transition: opacity 0.3s ease-out;
}

.footer_contact_tel_icon {
  aspect-ratio: 1;
  flex-shrink: 0;
  height: auto;
  width: 20px;
}

.footer_contact_tel_icon img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.footer_contact_tel_num {
  color: var(--color-text);
  font-family: "Helvetica", sans-serif;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.035em;
  line-height: 1.19;
}

.footer_contact_hours {
  color: var(--gray1);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.035em;
  line-height: 1.36;
  margin-top: 1px;
  padding-left: 63px;
}

.footer_contact_btns {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 15px;
  margin-top: 35px;
}

.footer_contact_btn_second {
  margin-top: 10px;
}

/* -------- フッターボトム -------- */
.footer_bottom {
  background: var(--theme);
  margin-top: 79px;
}

.footer_bottom_inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-inline: auto;
  max-width: 1240px;
  padding-block: 16.5px;
}

.footer_bottom_nav {
  align-items: center;
  display: flex;
  gap: 30px;
}

.footer_bottom_nav_link {
  color: var(--white);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.035em;
  line-height: 1.42;
  transition: opacity 0.3s ease-out;
}

.footer_copyright {
  color: var(--white);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.035em;
  line-height: 1.42;
}

/*! globalMenuSp — SP用グローバルメニュー */
/* ==================== 共通：SP ドロワーメニュー ==================== */
body.is_open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

.globalMenuSp {
  background: #FFFDF7;
  display: block;
  height: 100dvh;
  left: 0;
  opacity: 0;
  overflow-y: auto;
  pointer-events: none;
  position: fixed;
  top: 0;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  visibility: hidden;
  width: 100%;
  z-index: 20;
}

.globalMenuSp.is_open {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.globalMenuSp_inner {
  padding-bottom: 15.38vw;
  padding-inline: 5.13vw;
  padding-top: 26.41vw;
}

/* ==================== コンタクトカード ==================== */
.globalMenuSp_contact_card {
  background: var(--white);
  border-radius: 2.56vw;
  overflow: hidden;
  position: relative;
}

.globalMenuSp_contact_card::before {
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 0;
  width: 74.36vw;
  -webkit-transform: translateX(-50%);
  background: var(--theme);
  border-radius: 0 0 1.28vw 1.28vw;
  height: 1.28vw;
  transform: translateX(-50%);
}

.globalMenuSp_contact_body {
  padding: 8.97vw 8.97vw;
}

.globalMenuSp_contact_title {
  color: var(--color-text);
  font-size: 4.62vw;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1.39;
  text-align: center;
}

.globalMenuSp_tel {
  align-items: center;
  display: flex;
  gap: 2.05vw;
  justify-content: center;
  margin-top: 3.08vw;
}

.globalMenuSp_tel_num {
  color: var(--color-text);
  font-family: "Helvetica", sans-serif;
  font-size: 8.21vw;
  font-weight: 700;
  letter-spacing: 0.035em;
  line-height: 1;
}

.globalMenuSp_hours {
  color: var(--gray1);
  font-size: 3.59vw;
  font-weight: 500;
  letter-spacing: 0.035em;
  line-height: 1.43;
  margin-top: 1.03vw;
  padding-left: 16.92vw;
}

.globalMenuSp_contact_btns {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 2.56vw;
  margin-top: 3.59vw;
}

.globalMenuSp_contact_btn {
  align-items: center;
  border-radius: 66px;
  display: flex;
  height: 14.87vw;
  padding-left: 16.92vw;
  padding-right: 4.1vw;
  position: relative;
  transition: opacity 0.3s ease-out;
}

.globalMenuSp_contact_btn+.globalMenuSp_contact_btn {
  margin-top: 3.08vw;
}

.globalMenuSp_contact_btn_line {
  background: var(--line-green);
}

.globalMenuSp_contact_btn_mail {
  background: var(--cta-blue);
}

.globalMenuSp_contact_btn_icon {
  left: 4.62vw;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.globalMenuSp_contact_btn_text {
  color: var(--white);
  flex: 1;
  font-size: 3.59vw;
  font-weight: 700;
  letter-spacing: 0.035em;
  line-height: 1.93;
  text-align: center;
}

.globalMenuSp_contact_btn_arrow {
  background: var(--white);
  border-radius: 50%;
  flex-shrink: 0;
  height: 6.67vw;
  position: relative;
  width: 6.67vw;
}

.globalMenuSp_contact_btn_arrow::after {
  border-right: 0.51vw solid;
  border-top: 0.51vw solid;
  content: "";
  height: 1.54vw;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 1.54vw;
  -webkit-transform: translate(-65%, -50%) rotate(45deg);
  transform: translate(-65%, -50%) rotate(45deg);
}

.globalMenuSp_contact_btn_arrow_line::after {
  border-color: var(--line-green);
}

.globalMenuSp_contact_btn_arrow_mail::after {
  border-color: var(--cta-blue);
}

/* ==================== ナビリスト ==================== */
.globalMenuSp_list {
  margin-top: 8.97vw;
}

.globalMenuSp_item01 {
  margin-top: 2.56vw;
}

.globalMenuSp_item_sub {
  position: relative;
}

.globalMenuSp_item_sub::before {
  background-image: repeating-linear-gradient(to right, var(--gray2) 0px, var(--gray2) 4px, transparent 4px, transparent 8px);
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.globalMenuSp_item_sub::after {
  background-image: repeating-linear-gradient(to right, var(--gray2) 0px, var(--gray2) 4px, transparent 4px, transparent 8px);
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
}

.globalMenuSp_item_sub+.globalMenuSp_item_sub::before {
  content: none;
}

.globalMenuSp_link {
  align-items: center;
  color: var(--color-text);
  display: flex;
  font-size: 3.85vw;
  font-weight: 700;
  justify-content: space-between;
  letter-spacing: 0.025em;
  line-height: 1.4;
  padding-block: 2.56vw;
  transition: opacity 0.3s ease-out;
}

.globalMenuSp_item_sub .globalMenuSp_link {
  padding-block: 5.13vw;
}

.globalMenuSp_accordion_btn {
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  padding-inline: 0;
  width: 100%;
}

.globalMenuSp_sub_list {
  height: 0;
  overflow: hidden;
}

.globalMenuSp_sub_item+.globalMenuSp_sub_item {
  margin-top: 0.51vw;
}

.globalMenuSp_sub_link {
  background: var(--base);
  border-radius: 4px;
  color: var(--color-text);
  display: block;
  font-size: 3.59vw;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1.71;
  padding: 2.56vw 4.1vw;
}

.globalMenuSp_arrow {
  aspect-ratio: 1;
  background: var(--theme);
  border-radius: 100vh;
  display: grid;
  flex-shrink: 0;
  place-content: center;
  position: relative;
  width: 5.13vw;
}

.globalMenuSp_arrow::after {
  content: "";
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  aspect-ratio: 1/2;
  height: auto;
  mask-size: contain;
  width: 1.54vw;
  -webkit-mask-image: url("./image/icon/icon_right_white01.svg");
  mask-image: url("./image/icon/icon_right_white01.svg");
  -webkit-mask-position: center;
  background: var(--white);
  mask-position: center;
}

.globalMenuSp_arrow_outline {
  background: var(--white);
  border: 2px solid var(--theme);
}

.globalMenuSp_arrow_outline::after {
  aspect-ratio: 2/1;
  height: auto;
  width: 3.08vw;
  -webkit-mask-image: url("./image/icon/icon_down_yellow01.svg");
  mask-image: url("./image/icon/icon_down_yellow01.svg");
  -webkit-mask-position: center;
  background: var(--theme);
  mask-position: center;
  transition: 0.3s ease-out;
}

.globalMenuSp_arrow_outline.is_open::after {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

/* ==================== フッター情報 ==================== */
.globalMenuSp_footer {
  margin-top: 7.69vw;
  text-align: center;
}

.globalMenuSp_footer_logo {
  color: var(--color-text);
  font-size: 7.18vw;
  font-weight: 900;
  letter-spacing: 0.025em;
  line-height: 1.39;
}

.globalMenuSp_footer_company {
  color: var(--color-text);
  font-size: 3.59vw;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1.36;
  margin-top: 1.28vw;
}

.globalMenuSp_footer_address {
  color: var(--color-text);
  font-size: 3.59vw;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1.7;
  margin-top: 3.85vw;
}

/*! hamburger — ハンバーガーボタン */
/* ==================== 共通：ハンバーガーメニュー ==================== */
.hamburger {
  background: transparent;
  border: none;
  cursor: pointer;
  height: 100%;
  padding: 0;
  pointer-events: auto;
  position: relative;
  width: 100%;
}

.hamburger_line {
  background: var(--color-text);
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  transition: 0.3s ease-out;
  width: 36px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.hamburger_line:nth-of-type(1) {
  top: -0.51vw;
}

.hamburger_line:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.hamburger_line:nth-of-type(3) {
  bottom: -0.51vw;
}

.hamburger.is_open .hamburger_line:nth-of-type(1) {
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(405deg);
  transform: translateX(-50%) translateY(-50%) rotate(405deg);
}

.hamburger.is_open .hamburger_line:nth-of-type(2) {
  opacity: 0;
}

.hamburger.is_open .hamburger_line:nth-of-type(3) {
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-405deg);
  transform: translateX(-50%) translateY(-50%) rotate(-405deg);
}

/*! header — ヘッダー（ロゴ・ナビ・CTA・ハンバーガー） */
/* ==================== 共通：ヘッダー ==================== */
.header {
  left: 0;
  padding-inline: 50px;
  padding-top: 20px;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  z-index: 50;
}

.header.header_hidden {
  opacity: 0;
  visibility: hidden;
}

.header_inner {
  align-items: center;
  background: var(--white);
  border-radius: 32px;
  box-shadow: 8px 10px 45px rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: space-between;
  margin-inline: auto;
  max-width: 1340px;
  padding-block: 11px;
  padding-inline: 30px;
  pointer-events: auto;
  position: relative;
}

.header_logo_link {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex-shrink: 0;
  transition: opacity 0.3s ease-out;
}

.header_logo_text {
  color: var(--color-text);
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0.025em;
  line-height: 1.13;
  white-space: nowrap;
}

.header_nav {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 1;
  justify-content: flex-end;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.header_list {
  align-items: stretch;
  display: flex;
  gap: 35px;
}

.header_item {
  display: flex;
  position: relative;
}

.header_link {
  align-items: center;
  align-self: stretch;
  color: var(--color-text);
  display: flex;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.035em;
  line-height: 1.69;
  transition: color 0.2s ease-out;
  white-space: nowrap;
}

.header_item_has_dropdown .header_link {
  align-items: center;
  display: flex;
  gap: 10px;
}

.header_link_icon {
  display: inline-block;
  flex-shrink: 0;
  height: 12px;
  position: relative;
  width: 12px;
}

.header_link_icon::before,
.header_link_icon::after {
  background: var(--black);
  border-radius: 1px;
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  transition: background-color 0.2s ease-out, opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: background-color 0.2s ease-out, opacity 0.2s ease-out, transform 0.2s ease-out;
  transition: background-color 0.2s ease-out, opacity 0.2s ease-out, transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

.header_link_icon::before {
  height: 2px;
  width: 12px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.header_link_icon::after {
  height: 12px;
  width: 2px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.header_dropdown {
  left: 61%;
  padding-top: 28px;
  position: absolute;
  top: 100%;
  -webkit-transform: translateX(-50%) translateY(-10px);
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%) translateY(-10px);
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out, transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out, transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  visibility: hidden;
}

.header_dropdown_list {
  background: var(--white);
  border-radius: 10px;
  box-shadow: 8px 10px 45px rgba(0, 0, 0, 0.05);
  min-width: 250px;
  padding-block: 20px;
}

.header_dropdown_item:nth-child(n+3) {
  border-top: 1px solid var(--gray2);
}

.header_dropdown_link {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  padding-block: 6px;
  padding-inline: 30px;
}

.header_dropdown_link_text {
  color: var(--color-text);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 2;
  transition: color 0.3s ease-out;
  white-space: nowrap;
}

.header_dropdown_icon {
  background: var(--theme);
  border-radius: 50%;
  flex-shrink: 0;
  height: 20px;
  position: relative;
  width: 20px;
}

.header_dropdown_icon::after {
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  background: var(--white);
  height: 8px;
  transform: translate(-50%, -50%);
  width: 8px;
  -webkit-mask-image: url("./image/icon/icon_right_white01.svg");
  mask-image: url("./image/icon/icon_right_white01.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}

.header_cta {
  flex-shrink: 0;
  margin-left: 35px;
}

.header_hamburger {
  display: none;
}

/*! lower_cta02 — 下層ページ用CTA02 */
.lower_cta02 {
  margin-top: -100px;
}

/*! page-company — 会社案内ページ */
/* =====================
   ABOUT US
   ===================== */
.page_company_about {
  padding-block: 100px;
}

.page_company_about_headline {
  color: var(--color-text);
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.39;
  text-align: center;
}

.page_company_about_headline::after {
  background: var(--theme);
  content: "";
  display: block;
  height: 3px;
  margin-inline: auto;
  margin-top: 14px;
  width: 36px;
}

.page_company_about_en {
  color: var(--gray1);
  font-family: "Mulish", sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.23;
  margin-top: 16px;
  text-align: center;
}

.page_company_about_desc {
  color: var(--color-text);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.87;
  margin-top: 32px;
}

/* =====================
   MISSION
   ===================== */
.page_company_mission {
  padding-block: 80px 100px;
}

.page_company_mission_body {
  align-items: center;
  display: flex;
  gap: 80px;
}

.page_company_mission_img_wrap {
  flex-shrink: 0;
  position: relative;
  width: min(100%, 440px);
}

.page_company_mission_img_wrap::before,
.page_company_mission_img_wrap::after {
  content: "";
  display: inline-block;
  position: absolute;
}

.page_company_mission_img_wrap::before {
  aspect-ratio: 200/285.66;
  background: url(./image/top_recipients_deco01.png) center center/contain no-repeat;
  height: auto;
  left: -100px;
  top: -51.7px;
  width: 200px;
}

.page_company_mission_img_wrap::after {
  aspect-ratio: 130/198.41;
  background: url(./image/top_recipients_deco02.png) center center/contain no-repeat;
  bottom: -16.4px;
  height: auto;
  left: -50px;
  width: 130px;
}

.page_company_mission_img {
  border-radius: 100px;
  display: block;
  overflow: hidden;
}

.page_company_mission_img img {
  aspect-ratio: 440/520;
  height: auto;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}

.page_company_mission_text {
  flex: 1;
}

.page_company_mission_desc {
  color: var(--color-text);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.86;
  margin-top: 20px;
}

/* =====================
   VISION
   ===================== */
.page_company_vision {
  background-color: var(--base);
  padding-block: 80px 100px;
}

.page_company_vision_body {
  align-items: center;
  display: flex;
  gap: 50px;
}

.page_company_vision_img {
  flex-shrink: 0;
  position: relative;
  width: min(100%, 400px);
}

.page_company_vision_img::before,
.page_company_vision_img::after {
  aspect-ratio: 1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: auto;
  position: absolute;
}

.page_company_vision_img::before {
  background-image: url(./image/top_fv05.png);
  left: 70px;
  top: -50px;
  width: 120px;
}

.page_company_vision_img::after {
  background-image: url(./image/top_fv06.png);
  bottom: -20px;
  right: 0;
  width: 100px;
}

.page_company_vision_img img {
  aspect-ratio: 400/360;
  height: auto;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.page_company_vision_text {
  width: min(100%, 600px);
}

.page_company_vision_desc {
  color: var(--color-text);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.86;
  margin-top: 20px;
}

/* =====================
   VALUE
   ===================== */
.page_company_value {
  padding-block: 80px 100px;
}

.page_company_value_body {
  align-items: center;
  display: flex;
  gap: 80px;
}

.page_company_value_img {
  border-radius: 30px;
  flex-shrink: 0;
  overflow: hidden;
  width: min(100%, 400px);
}

.page_company_value_img img {
  height: auto;
  width: 100%;
  -o-object-fit: cover;
  aspect-ratio: 460/300;
  object-fit: cover;
}

.page_company_value_text {
  flex: 1;
}

.page_company_value_desc {
  color: var(--color-text);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.86;
  margin-top: 20px;
}

/* =====================
   運営理念
   ===================== */
.page_company_philosophy {
  background-color: var(--base);
  padding-block: 100px;
}

.page_company_philosophy_headline {
  color: var(--color-text);
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.39;
  text-align: center;
}

.page_company_philosophy_headline::after {
  background: var(--theme);
  content: "";
  display: block;
  height: 3px;
  margin-inline: auto;
  margin-top: 14px;
  width: 36px;
}

.page_company_philosophy_en {
  color: var(--gray1);
  font-family: "Mulish", sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.23;
  margin-top: 16px;
  text-align: center;
}

.page_company_philosophy_desc {
  color: var(--color-text);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2.4;
  margin-top: 40px;
  text-align: center;
}

/* =====================
   会社概要
   ===================== */
.page_company_overview {
  padding-block: 100px 200px;
}

.page_company_overview_headline {
  color: var(--color-text);
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.39;
  text-align: center;
}

.page_company_overview_headline::after {
  background: var(--theme);
  content: "";
  display: block;
  height: 3px;
  margin-inline: auto;
  margin-top: 14px;
  width: 36px;
}

.page_company_overview_en {
  color: var(--gray1);
  font-family: "Mulish", sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.23;
  margin-top: 16px;
  text-align: center;
}

.page_company_overview_name {
  color: var(--theme);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin-inline: auto;
  margin-top: 40px;
  max-width: 800px;
}

.page_company_overview_list {
  border-top: 1px solid var(--gray2);
  margin-inline: auto;
  margin-top: 16px;
  max-width: 800px;
}

.page_company_overview_row {
  align-items: flex-start;
  border-bottom: 1px solid var(--gray2);
  display: flex;
  padding-block: 20px;
}

.page_company_overview_term {
  color: var(--color-text);
  flex-shrink: 0;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6;
  width: 160px;
}

.page_company_overview_desc {
  color: var(--color-text);
  flex: 1;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

/* =====================
   MAP（overview内）
   ===================== */
.page_company_map_frame {
  margin-top: 60px;
}

.page_company_map_frame iframe {
  aspect-ratio: 1160/300;
  height: auto;
  width: 100%;
}

/*! page-faq — FAQページ */
.faq {
  background-color: var(--base);
  margin-top: -70px;
  padding-block: 250px 200px;
  position: relative;
}

/*! page_flow — ご利用の流れページ */
.flow {
  padding-block: 120px 170px;
  position: relative;
}

.flow::before {
  background: url(./image/top_flow_bg01.png) center center/cover no-repeat;
  bottom: 0;
  content: "";
  height: calc(100% + 100px);
  left: 0;
  position: absolute;
  width: 100%;
}

/*! sec_fv — 下層共通FVセクション */
.sec_fv {
  background-color: #FFFDF7;
  background-image: url("./image/top_fv_bg01.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  overflow-x: clip;
  padding-block: 164px 138px;
  position: relative;
}

.sec_fv::after {
  aspect-ratio: 110/356.25;
  background: url(./image/top_fv_bg02.png) center center/contain no-repeat;
  bottom: 2px;
  content: "";
  height: auto;
  position: absolute;
  right: 0;
  width: 110px;
}

.sec_fv_inner {
  align-items: center;
  display: flex;
  gap: 40px;
  margin-inline: auto;
  width: min(100%, 1248px);
}

.sec_fv_content {
  flex: 1;
  position: relative;
  width: min(100%, 728px);
  z-index: 1;
}

.sec_fv_headline {
  color: var(--black);
  font-size: 56px;
  font-weight: 800;
  letter-spacing: 0.055em;
  line-height: 1;
}

.sec_fv_headline_line {
  background: var(--white);
  border-radius: 10px;
  display: block;
  padding-block: 6px;
  padding-inline: 15px;
  position: relative;
  white-space: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.sec_fv_headline_line::before {
  background: var(--theme);
  border-radius: 10px;
  bottom: -5px;
  content: "";
  height: 100%;
  position: absolute;
  right: -5px;
  width: 100%;
  z-index: -1;
}

.sec_fv_headline_line01 {
  margin-right: -30px;
}

.sec_fv_headline_line+.sec_fv_headline_line {
  margin-top: 19px;
}

.sec_fv_headline_em {
  color: var(--theme);
}

.sec_fv_headline_pc {
  display: block;
}

.sec_fv_headline_sp {
  display: none;
}

.sec_fv_sub {
  color: var(--black);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.035em;
  line-height: 1.5;
  margin-top: 27px;
}

.sec_fv_sub_highlight {
  color: var(--theme);
  font-weight: 900;
  position: relative;
}

.sec_fv_sub_highlight::after {
  background: var(--theme);
  bottom: -3px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 100%;
}

.sec_fv_desc {
  color: var(--gray1);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.035em;
  line-height: 1.7;
  margin-top: 32px;
}

.sec_fv_img {
  position: absolute;
}

.sec_fv_img img {
  height: auto;
  width: 100%;
}

.sec_fv_img01 {
  border-radius: 100vh;
  right: -77px;
  top: 171px;
  width: 600px;
}

.sec_fv_img01 img {
  aspect-ratio: 1;
  -o-object-fit: cover;
  object-fit: cover;
}

.sec_fv_img02 {
  right: 370px;
  top: 38px;
  width: 350px;
}

.sec_fv_img02 img {
  -o-object-fit: cover;
  aspect-ratio: 1;
  object-fit: cover;
}

.sec_fv_img03 {
  right: 314px;
  top: 117px;
  width: 120px;
}

.sec_fv_img03 img {
  -o-object-fit: contain;
  aspect-ratio: 120/100.79;
  object-fit: contain;
}

.sec_fv_img04 {
  bottom: 75px;
  right: 409px;
  width: 130px;
}

.sec_fv_img04 img {
  -o-object-fit: contain;
  aspect-ratio: 130/142.22;
  object-fit: contain;
}

.sec_fv_img05 {
  right: 100px;
  top: 50px;
  width: 200px;
}

.sec_fv_img05 img {
  aspect-ratio: 1;
  -o-object-fit: contain;
  object-fit: contain;
}

.sec_fv_img06 {
  right: 612px;
  top: 287px;
  width: 100px;
}

.sec_fv_img06 img {
  aspect-ratio: 1;
  -o-object-fit: contain;
  object-fit: contain;
}

/*! sec_recipients — 受給者向けセクション */
.sec_recipients {
  overflow: hidden;
  padding-block: 130px 211px;
  position: relative;
}

.sec_recipients_inner {
  align-items: center;
  display: flex;
  gap: 80px;
  position: relative;
  z-index: 1;
}

.sec_recipients_img_wrap {
  flex-shrink: 0;
  position: relative;
  width: min(100%, 440px);
}

.sec_recipients_img_wrap::before,
.sec_recipients_img_wrap::after {
  content: "";
  display: inline-block;
  position: absolute;
}

.sec_recipients_img_wrap::before {
  aspect-ratio: 200/285.66;
  background: url(./image/top_recipients_deco01.png) center center/contain no-repeat;
  height: auto;
  left: -100px;
  top: -51.7px;
  width: 200px;
}

.sec_recipients_img_wrap::after {
  aspect-ratio: 130/198.41;
  background: url(./image/top_recipients_deco02.png) center center/contain no-repeat;
  bottom: -16.4px;
  height: auto;
  left: -50px;
  width: 130px;
}

.sec_recipients_img {
  border-radius: 100px;
  overflow: hidden;
}

.sec_recipients_img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.sec_recipients_body {
  flex: 1;
  position: relative;
}

.sec_recipients_en {
  color: var(--theme);
  display: block;
  font-family: var(--second-font-family);
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0.035em;
  line-height: 1.13;
}

.sec_recipients_headline_main {
  background: var(--theme);
  border-radius: 0 37px 37px 0;
  color: var(--white);
  display: inline-block;
  font-size: 40px;
  font-weight: 800;
  letter-spacing: 0.075em;
  line-height: 1.4;
  margin-top: 17px;
  padding: 11px 40px 7px 30px;
}

.sec_recipients_desc {
  color: var(--gray1);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.035em;
  line-height: 2;
  margin-top: 31px;
}

.sec_recipients_deco {
  content: "";
  display: inline-block;
  height: auto;
  position: absolute;
}

.sec_recipients_deco01 {
  aspect-ratio: 434/185;
  background: url(./image/top_recipients_bg01.png) center center/contain no-repeat;
  right: 0;
  top: 0;
  width: 434px;
}

.sec_recipients_deco02 {
  aspect-ratio: 282/312.81;
  background: url(./image/top_recipients_bg02.png) center center/contain no-repeat;
  bottom: -13px;
  right: 0;
  width: 282px;
}

.sec_recipients_deco03 {
  aspect-ratio: 680/462.95;
  background: url(./image/top_recipients_bg03.png) center center/contain no-repeat;
  bottom: -203px;
  right: -150px;
  width: 680px;
}

/*! seikatsuhogo — 生活保護ページ（Message / Problem / Support） */
.seikatsuhogo_message {
  padding-block: 165px 115px;
}

.seikatsuhogo_message_inner {
  position: relative;
}

.seikatsuhogo_message_body {
  flex: 1;
}

.seikatsuhogo_message_headline {
  align-items: center;
  display: flex;
  font-size: 40px;
  font-weight: 700;
  gap: 10px;
  justify-content: center;
  letter-spacing: 0.035em;
}

.seikatsuhogo_message_headline_normal {
  color: var(--black);
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.035em;
  line-height: 1.4;
}

.seikatsuhogo_message_headline_dot {
  color: var(--theme);
  position: relative;
}

.seikatsuhogo_message_headline_dot::before {
  aspect-ratio: 1;
  background: var(--theme);
  border-radius: 100vh;
  content: "";
  height: auto;
  left: 50%;
  position: absolute;
  top: -7px;
  width: 6px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.seikatsuhogo_message_headline_em {
  background: var(--theme);
  border-radius: 5px;
  color: var(--white);
  display: inline-block;
  line-height: 1;
  padding-block: 9px;
  padding-inline: 15px;
}

.seikatsuhogo_message_lead {
  color: var(--gray1);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.035em;
  line-height: 2;
  margin-top: 61px;
  text-align: center;
}

.seikatsuhogo_message_list {
  align-items: center;
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 19px;
}

.seikatsuhogo_message_item {
  align-items: center;
  background: var(--white);
  color: var(--theme);
  display: flex;
  font-size: 24px;
  font-weight: 700;
  gap: 15px;
  letter-spacing: 0.035em;
  line-height: 1.42;
  padding: 10px 20px;
}

.seikatsuhogo_message_item::before {
  aspect-ratio: 1;
  background: url(./image/icon/icon_check_yellow01.svg) center center/contain no-repeat;
  content: "";
  height: auto;
  width: 20px;
}

.seikatsuhogo_message_desc {
  color: var(--gray1);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.035em;
  line-height: 2;
  margin-top: 21px;
  text-align: center;
}

.seikatsuhogo_message_chara {
  bottom: -189px;
  position: absolute;
  right: -100px;
  width: 320px;
}

.seikatsuhogo_message_chara img {
  aspect-ratio: 320/266.89;
  height: auto;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.seikatsuhogo_problem {
  padding-block: 0 122px;
  position: relative;
  z-index: 3;
}

.seikatsuhogo_problem::before {
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  background: url(./image/seikatsuhogo_problem_bg01.png) center center/100% 100% no-repeat;
  height: calc(100% - 15px);
  top: 15px;
  transform: translateX(-50%);
  width: 100%;
  z-index: 0;
}

.seikatsuhogo_problem_container {
  position: relative;
}

.seikatsuhogo_problem_heading {
  text-align: center;
}

.seikatsuhogo_problem_label {
  align-items: center;
  background: #ACAAA4;
  border-radius: 2px;
  color: var(--white);
  display: flex;
  font-family: var(--second-font-family);
  font-size: 24px;
  font-weight: 900;
  gap: 17px;
  justify-content: center;
  letter-spacing: 0.035em;
  line-height: 1;
  margin-inline: auto;
  padding-block: 5px;
  padding-inline: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.seikatsuhogo_problem_label::before,
.seikatsuhogo_problem_label::after {
  background: var(--white);
  border-radius: 100vh;
  content: "";
  flex-shrink: 0;
  height: 10px;
  width: 10px;
}

.seikatsuhogo_problem_headline {
  color: var(--black);
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.035em;
  line-height: 1.4;
  margin-top: 11px;
}

.seikatsuhogo_problem_list {
  margin-top: 54px;
}

.seikatsuhogo_problem_desc {
  color: var(--black);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.035em;
  line-height: 2;
  margin-top: 31px;
  text-align: center;
}

.seikatsuhogo_support {
  background: #FFFDF7;
  margin-top: -73px;
  position: relative;
}

.seikatsuhogo_support_container {
  padding-block: 193px 292px;
  position: relative;
}

.seikatsuhogo_support_bg01 {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 434px;
  z-index: 2;
}

.seikatsuhogo_support_bg01 img {
  height: auto;
  width: 100%;
  -o-object-fit: contain;
  aspect-ratio: 434/185;
  object-fit: contain;
}

.seikatsuhogo_support_bg02 {
  bottom: 3px;
  display: block;
  position: absolute;
  right: 0;
  width: 282px;
}

.seikatsuhogo_support_bg02 img {
  height: auto;
  width: 100%;
  -o-object-fit: contain;
  aspect-ratio: 282/312.81;
  object-fit: contain;
}

.seikatsuhogo_support_inner {
  position: relative;
  z-index: 1;
}

.seikatsuhogo_support_bg03 {
  bottom: -196px;
  left: -100px;
  position: absolute;
  width: 680px;
  z-index: -1;
}

.seikatsuhogo_support_bg03 img {
  aspect-ratio: 680/462.95;
  -o-object-fit: contain;
  height: auto;
  object-fit: contain;
  width: 100%;
}

.seikatsuhogo_support_body {
  position: relative;
  z-index: 1;
}

.seikatsuhogo_support_en {
  color: var(--theme);
  font-family: var(--second-font-family);
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0.035em;
  line-height: 1.33;
}

.seikatsuhogo_support_headline {
  background: var(--theme);
  border-radius: 0 37px 37px 0;
  color: var(--white);
  display: block;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.4;
  margin-top: 15px;
  padding: 11px 33px 7px 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.seikatsuhogo_support_desc {
  color: var(--gray1);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.035em;
  line-height: 2;
  margin-top: 28px;
}

.seikatsuhogo_support_list {
  margin-top: 34px;
}

.seikatsuhogo_support_item {
  align-items: center;
  background: var(--white);
  color: var(--theme);
  display: flex;
  font-size: 20px;
  font-weight: 700;
  gap: 15px;
  letter-spacing: 0.035em;
  line-height: 1.4;
  padding: 9px 20px 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.seikatsuhogo_support_item::before {
  aspect-ratio: 1;
  background: url(./image/icon/icon_check_yellow01.svg) center center/contain no-repeat;
  content: "";
  display: inline-block;
  height: auto;
  width: 20px;
}

.seikatsuhogo_support_item+.seikatsuhogo_support_item {
  margin-top: 12px;
}

.seikatsuhogo_support_img_wrap {
  position: absolute;
  right: 0;
  top: -65px;
  width: 440px;
}

.seikatsuhogo_support_img {
  border-radius: 100px;
  overflow: hidden;
  width: 100%;
}

.seikatsuhogo_support_img img {
  height: auto;
  width: 100%;
  -o-object-fit: cover;
  aspect-ratio: 440/660;
  object-fit: cover;
}

.seikatsuhogo_support_deco01 {
  display: block;
  position: absolute;
  right: calc((100% - 1140px) / 2 - 80px);
  top: 76px;
  width: 200px;
  z-index: 3;
}

.seikatsuhogo_support_deco01 img {
  height: auto;
  width: 100%;
  -o-object-fit: contain;
  aspect-ratio: 200/285.66;
  object-fit: contain;
}

.seikatsuhogo_support_deco02 {
  bottom: -17px;
  display: block;
  left: -50px;
  position: absolute;
  width: 130px;
}

.seikatsuhogo_support_deco02 img {
  height: auto;
  width: 100%;
  -o-object-fit: contain;
  aspect-ratio: 130/198.41;
  object-fit: contain;
}

/*! single — 投稿詳細ページ */
.single .l-content {
  margin-bottom: 0;
  padding-block: 150px 120px;
}

/*! top_cta01 — TOP CTA01 */
.top_cta01 {
  margin-top: -88px;
  position: relative;
}

/*! top_cta02 — TOP CTA02 */
.top_cta02 {
  margin-top: -100px;
}

/*! top_faq — TOP よくある質問 */
.top_faq {
  background-color: var(--base);
  padding-block: 130px 183px;
  position: relative;
}

.sec_faq_bg_text {
  color: var(--theme);
  font-family: var(--second-font-family);
  font-size: 152px;
  font-weight: 900;
  letter-spacing: 0.035em;
  line-height: 1.33;
  opacity: 0.1;
  position: absolute;
  white-space: nowrap;
  z-index: 0;
}

.sec_faq_bg_text01 {
  left: -140px;
  top: -180px;
}

.sec_faq_bg_text02 {
  bottom: -124px;
  right: -130px;
}

.sec_faq_inner {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.sec_faq_side {
  flex-shrink: 0;
  margin-top: 139px;
  width: min(100%, 335px);
}

.sec_faq_headline_sub {
  align-items: center;
  color: var(--theme);
  display: flex;
  font-family: var(--second-font-family);
  font-size: 24px;
  font-weight: 900;
  gap: 12px;
  letter-spacing: 0.035em;
  line-height: 1.33;
  padding-left: 10px;
}

.sec_faq_headline_sub::before {
  aspect-ratio: 1;
  background-color: var(--theme);
  border-radius: 100vh;
  content: "";
  flex-shrink: 0;
  height: auto;
  width: 10px;
}

.sec_faq_headline_main {
  color: var(--black);
  font-size: 40px;
  font-weight: 800;
  letter-spacing: 0.035em;
  line-height: 1.3;
  margin-top: 13px;
}

.sec_faq_btn {
  margin-top: 54px;
}

.sec_faq_list {
  width: min(100%, 680px);
}

.sec_faq_chara {
  bottom: -33px;
  position: absolute;
  right: -163px;
  width: 280px;
  z-index: 1;
}

.sec_faq_chara img {
  aspect-ratio: 280/330.69;
  height: auto;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

/*! top_flow — TOP ご利用の流れ */
.top_flow {
  background: #FFFDF7;
  margin-top: -72px;
  padding-block: 120px 133px;
  position: relative;
}

.top_flow::before {
  background: url(./image/top_flow_bg01.png) center center/cover no-repeat;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.sec_flow_container {
  position: relative;
}

.sec_flow_heading {
  text-align: center;
}

.sec_flow_label {
  align-items: center;
  background: var(--theme);
  border-radius: 2px;
  color: var(--white);
  display: flex;
  font-family: var(--second-font-family);
  font-size: 24px;
  font-weight: 900;
  gap: 17px;
  letter-spacing: 0.035em;
  line-height: 1;
  margin-inline: auto;
  padding: 5px 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.sec_flow_label::before,
.sec_flow_label::after {
  aspect-ratio: 1;
  background: var(--white);
  border-radius: 100vh;
  content: "";
  height: auto;
  width: 10px;
}

.sec_flow_headline {
  color: var(--black);
  font-size: 40px;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.4;
  margin-top: 11px;
}

.sec_flow_list {
  margin-top: 49px;
}

/*! top_fv — TOP メインビジュアル */
.top_fv {
  background-color: #FFFDF7;
  background-image: url("./image/top_fv_bg01.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  overflow-x: clip;
  padding-block: 164px 138px;
  position: relative;
}

.top_fv::after {
  aspect-ratio: 110/356.25;
  background: url(./image/top_fv_bg02.png) center center/contain no-repeat;
  bottom: 2px;
  content: "";
  height: auto;
  position: absolute;
  right: 0;
  width: 110px;
}

.top_fv_inner {
  align-items: center;
  display: flex;
  gap: 40px;
  margin-inline: auto;
  width: min(100%, 1248px);
}

.top_fv_content {
  flex: 1;
  position: relative;
  width: min(100%, 728px);
  z-index: 1;
}

.top_fv_headline {
  color: var(--black);
  font-size: 56px;
  font-weight: 700;
  letter-spacing: 0.055em;
  line-height: 1;
}

.top_fv_headline_line {
  background: var(--white);
  border-radius: 10px;
  display: block;
  padding-block: 6px;
  padding-inline: 15px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.top_fv_headline_line::before {
  background: var(--theme);
  border-radius: 10px;
  bottom: -5px;
  content: "";
  height: 100%;
  position: absolute;
  right: -5px;
  width: 100%;
  z-index: -1;
}

.top_fv_headline_line+.top_fv_headline_line {
  margin-top: 19px;
}

.top_fv_headline_em {
  color: var(--theme);
}

.top_fv_headline_pc {
  display: block;
}

.top_fv_headline_sp {
  display: none;
}

.top_fv_sub {
  color: var(--black);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.035em;
  line-height: 1.5;
  margin-top: 27px;
}

.top_fv_sub_highlight {
  color: var(--theme);
  font-weight: 900;
  position: relative;
}

.top_fv_sub_highlight::after {
  background: var(--theme);
  bottom: -3px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 100%;
}

.top_fv_desc {
  color: var(--gray1);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.035em;
  line-height: 1.7;
  margin-top: 32px;
}

.top_fv_img {
  position: absolute;
}

.top_fv_img img {
  height: auto;
  width: 100%;
}

.top_fv_img01 {
  border-radius: 100vh;
  right: -77px;
  top: 171px;
  width: 600px;
}

.top_fv_img01 img {
  aspect-ratio: 1;
  -o-object-fit: cover;
  object-fit: cover;
}

.top_fv_img02 {
  right: 370px;
  top: 38px;
  width: 350px;
}

.top_fv_img02 img {
  -o-object-fit: cover;
  aspect-ratio: 1;
  object-fit: cover;
}

.top_fv_img03 {
  right: 314px;
  top: 117px;
  width: 120px;
}

.top_fv_img03 img {
  -o-object-fit: contain;
  aspect-ratio: 120/100.79;
  object-fit: contain;
}

.top_fv_img04 {
  bottom: 75px;
  right: 409px;
  width: 130px;
}

.top_fv_img04 img {
  -o-object-fit: contain;
  aspect-ratio: 130/142.22;
  object-fit: contain;
}

.top_fv_img05 {
  right: 100px;
  top: 50px;
  width: 200px;
}

.top_fv_img05 img {
  aspect-ratio: 1;
  -o-object-fit: contain;
  object-fit: contain;
}

.top_fv_img06 {
  right: 612px;
  top: 287px;
  width: 100px;
}

.top_fv_img06 img {
  aspect-ratio: 1;
  -o-object-fit: contain;
  object-fit: contain;
}

/*! top_rentals — TOP 賃貸物件セクション */
.top_rentals {
  margin-top: -80px;
  padding-block: 155px 166px;
  position: relative;
  z-index: 1;
}

.top_rentals::before {
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
  background: url(./image/top_rentals_bg01.png) center center/100% 100% no-repeat;
  height: 710.16px;
  transform: translateX(-50%);
  width: 100%;
}

.top_rentals_inner {
  position: relative;
}

.top_rentals_headline_main {
  color: var(--black);
  font-size: 40px;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1.4;
  margin-top: 13px;
}

.top_rentals_headline_sub {
  align-items: center;
  color: var(--theme);
  display: flex;
  font-family: var(--second-font-family);
  font-size: 24px;
  font-weight: 900;
  gap: 12px;
  letter-spacing: 0.035em;
  line-height: 1.33;
  padding-left: 10px;
}

.top_rentals_headline_sub::before {
  aspect-ratio: 1;
  background-color: var(--theme);
  border-radius: 100vh;
  content: "";
  flex-shrink: 0;
  height: auto;
  width: 8px;
}

.top_rentals_desc {
  color: var(--gray1);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.035em;
  line-height: 1.38;
  margin-top: 36px;
}

.top_rentals_list {
  display: flex;
  gap: 20px;
  margin-top: 50px;
  position: relative;
}

.top_rentals_item {
  background-color: var(--white);
  border: 5px solid var(--theme);
  border-radius: 10px;
  flex: 1;
  overflow: hidden;
}

.top_rentals_item_link {
  display: block;
  position: relative;
}

.top_rentals_item_link::before {
  background: var(--theme);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: 0.3s ease-out;
  translate: -90px 0;
  width: 90px;
}

.top_rentals_item_link01 {
  padding: 33px 32px 35px 45px;
}

.top_rentals_item_link02 {
  padding: 33px 45px 35px 35px;
}

.top_rentals_item_inner {
  align-items: center;
  display: flex;
  gap: 30px;
  position: relative;
}

.top_rentals_item_icon {
  aspect-ratio: 1;
  background-color: var(--theme-pale);
  border-radius: 100vh;
  display: grid;
  flex-shrink: 0;
  height: auto;
  place-items: center;
  width: 100px;
}

.top_rentals_item_icon img {
  aspect-ratio: 1;
  height: auto;
  width: 50px;
}

.top_rentals_item_body {
  flex: 1;
}

.top_rentals_item_title {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  padding-bottom: 9px;
  position: relative;
}

.top_rentals_item_title::after {
  background-image: repeating-linear-gradient(90deg, var(--gray2), var(--gray2) 5px, transparent 5px, transparent 10px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 1px;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

.top_rentals_item_title_text {
  color: var(--theme);
  display: block;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.035em;
  line-height: 1.42;
}

.top_rentals_item_title_icon {
  aspect-ratio: 1;
  background-color: var(--theme);
  border-radius: 100vh;
  display: grid;
  flex-shrink: 0;
  height: auto;
  margin-top: 2px;
  place-content: center;
  position: relative;
  width: 26px;
}

.top_rentals_item_title_icon::after {
  aspect-ratio: 1/2;
  content: "";
  height: auto;
  width: 6px;
  -webkit-mask-image: url("./image/icon/icon_right_white01.svg");
  mask-image: url("./image/icon/icon_right_white01.svg");
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  background: var(--white);
  mask-size: contain;
}

.top_rentals_item_desc {
  color: var(--gray1);
  display: block;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.035em;
  line-height: 1.5;
  margin-top: 15px;
}

.top_rentals_chara {
  position: absolute;
  right: 50px;
  top: 12px;
  width: 250px;
}

.top_rentals_chara img {
  aspect-ratio: 250/201.28;
  height: auto;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.top_rentals_item_inner {
  position: relative;
}

/*! u_pc — PC専用表示ユーティリティ */

/*! u_sp — SP専用表示ユーティリティ */
.sp {
  display: none;
}

@media screen and (max-width: 750px) {
  .radio_btns .radio_btns__item+span {
    font-size: 3.59vw;
  }

  .radio_btns .radio_btns__item+span::before,
  .radio_btns .radio_btns__item+span::after {
    width: 5.13vw;
  }

  .radio_btns .radio_btns__item+span::after {
    left: 1.28vw;
    width: 2.56vw;
  }

  .mwform-checkbox-field-text {
    font-size: 3.59vw;
    padding-left: 7.69vw;
  }

  a[href^="tel:"] {
    pointer-events: all;
  }

  .pc {
    display: none !important;
  }

  .sp {
    display: block;
  }

  img {
    pointer-events: none;
    /* タッチイベント自体を無効化 */
    -webkit-touch-callout: none;
    /* 長押し時のメニューを無効化 (iOS Safari) */
    -webkit-user-select: none;
    /* テキスト選択を無効化 */
    -webkit-user-drag: none;
    /* ドラッグ動作を無効化 */
    -ms-user-select: none;
    /* 他のブラウザでの選択無効化 */
    touch-action: manipulation;
    user-select: none;
    /* ズームやスクロールジェスチャーを制限 */
  }

  .wrap {
    max-width: 90%;
  }

  a[href$=".pdf"]::before {
    height: 8vw;
    margin-right: 2.5vw;
    width: 7vw;
  }

  body {
    font-size: 13px;
    min-width: unset;
    width: 100%;
  }

  /* SPヘッダー */
  #sp_header {
    background: #fff;
    box-shadow: 1px 1px #ccc;
    height: 55px;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 50;
  }

  #sp_header .logo {
    left: 10px;
    line-height: 0;
    position: absolute;
    top: 10px;
  }

  #sp_header .logo img {
    height: 40px;
  }

  #sp_header .icon {
    color: #000;
    position: absolute;
  }

  #sp_header .mail {
    font-size: 25px;
    right: 70px;
    top: 13px;
  }

  #sp_header .tel {
    font-size: 20px;
    right: 110px;
    top: 15px;
  }

  /* SP固定ページ 共通設定 */
  .common_page_main {
    padding-block: 20vw;
  }

  .common_page_main .title_box .title {
    font-size: 5.6vw;
  }

  .common_page_wrap {
    padding: 20vw 0;
  }

  .reserve_text {
    font-size: 6vw;
  }

  /* パンくず */
  .breadcrumb {
    font-size: 2.5vw;
  }

  /* SP固定ページ お問い合わせ */
  .contact_form_disc {
    margin-block: 0 2em;
  }

  .contact_form_disc .text {
    font-size: 3.6vw;
    margin-block: 0 0.8em;
  }

  .contact_form_disc .caution {
    font-size: 3.1vw;
    letter-spacing: 0.06em;
  }

  .common_contact_form .form_box {
    margin-block: 0 10vw;
  }

  .common_contact_form .form_box dl {
    gap: 0.6em;
    grid-template-columns: 1fr;
  }

  .common_contact_form .form_box dl+dl {
    margin-block: 1.3em 0;
  }

  .common_contact_form .form_box dl dt {
    flex-direction: row-reverse;
    font-size: 4.1vw;
    justify-content: space-between;
    padding-inline: 0;
  }

  .common_contact_form .form_box dl dd {
    font-size: 4.1vw;
  }

  .common_contact_form .form_box dl dt .label {
    font-size: 3.1vw;
  }

  .common_contact_form .form_box dl dt::after {
    content: none;
  }

  .common_contact_form input[type=text],
  .common_contact_form input[type=email],
  .common_contact_form #zip {
    font-size: 3.6vw;
  }

  .common_contact_form select {
    font-size: 3.6vw;
    width: 100%;
  }

  .common_contact_form textarea {
    font-size: 3.6vw;
    height: 33vw;
  }

  .radio_btns,
  .checkboxes {
    gap: 0.5em 2.5em;
  }

  .page_contact #btn_wrap button {
    font-size: 4.6vw;
    line-height: 15.5vw;
    width: 83%;
  }

  .page_contact #btn_wrap button[name=submitBack] {
    margin-top: 4vw;
  }

  .mwform-checkbox-field.horizontal-item {
    display: block;
  }

  .page_contact #btn_wrap {
    text-align: center;
    width: 100%;
  }

  .privacy_check_list .mwform-checkbox-field-text {
    font-size: 3.8vw;
    padding-left: 11vw;
  }

  .mw_wp_form .privacy_check_list .horizontal-item {
    margin-right: 4vw;
  }

  .privacy_check_list .hissu {
    padding: 0.3vw 4vw;
  }

  .privacy_check_list {
    margin-bottom: 6vw;
  }

  .privacy_term_detail {
    font-size: 3.4vw;
    margin: 5vw 0;
  }

  .privacy_term_outer {
    padding: 5vw 0;
    width: 96%;
  }

  .privacy_term_outer .privacy_term_inner .main_text {
    font-size: 3.4vw;
    line-height: 1.6;
    margin-bottom: 5vw;
  }

  .privacy_term_outer .privacy_term_inner dl dt {
    font-size: 3.5vw;
    margin-bottom: 1.5vw;
  }

  .privacy_term_outer .privacy_term_inner dl dd {
    font-size: 3.5vw;
    line-height: 1.6;
  }

  .privacy_term_outer .privacy_term_inner dl+dl {
    margin-top: 7vw;
  }

  .privacy_term_detail::after {
    margin: 1.5vw auto 0;
    width: 2.5vw;
  }

  /* サンクスページ */
  .page_contact .thanks_textArea .name {
    font-size: 4vw;
    margin-bottom: 3vw;
  }

  .page_contact .thanks_textArea .contact_text {
    font-size: 3.5vw;
    margin-bottom: 2em;
    width: 100%;
  }

  .page_contact .thanks_textArea .ichiran_link {
    font-size: 4vw;
    line-height: 12vw;
    width: 80%;
  }

  /* ステップバー デザイン */
  .page_contact .progressbar {
    gap: 4.5em;
    margin-block: 0 2.5em;
  }

  .page_contact .progressbar .item {
    font-size: 3.1vw;
  }

  .page_contact .progressbar .item+.item::before {
    left: -3.3em;
    top: 63%;
    width: 5.7vw;
  }

  .page_contact .progressbar .item .mark {
    margin: 0 auto 0.4em;
    width: 7.7vw;
  }

  /* SP固定ページ 404ページ */
  #page_404 .num {
    font-size: 20vw;
    line-height: 1.5;
  }

  #page_404 .text {
    font-size: 3.5vw;
  }

  /* SP固定ページ サイトマップ */
  ul#sitemap_list li {
    margin: 0;
  }

  body #sitemap_list li a {
    font-size: 4vw;
    line-height: 9vw;
    margin-bottom: 1vw;
    padding: 1vw 2vw;
  }

  body #sitemap_list li.home-item {
    margin-bottom: 4vw;
  }

  @-webkit-keyframes scroll_hint_swipe {

    0%,
    100% {
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
    }

    50% {
      -webkit-transform: translate(calc(-50% + 12px), -50%);
      transform: translate(calc(-50% + 12px), -50%);
    }
  }

  @keyframes scroll_hint_swipe {

    0%,
    100% {
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
    }

    50% {
      -webkit-transform: translate(calc(-50% + 12px), -50%);
      transform: translate(calc(-50% + 12px), -50%);
    }
  }

  body #sitemap_list {
    padding: 0;
  }

  .common_btn01_caption {
    font-size: 4.1vw;
    gap: 5.13vw;
  }

  .common_btn01_caption::before,
  .common_btn01_caption::after {
    height: 4.36vw;
    width: 0.51vw;
    -webkit-transform: translateY(0.51vw);
    transform: translateY(0.51vw);
  }

  .common_btn01_link {
    border-radius: 16.92vw;
    margin-top: 2.05vw;
    padding-block: 5.38vw 4.62vw;
    padding-left: 17.18vw;
    width: 82.05vw;
  }

  .common_btn01_icon {
    left: 7.95vw;
    width: 6.67vw;
  }

  .common_btn01_text {
    font-size: 4.62vw;
  }

  .common_btn01_arrow {
    right: 5.13vw;
    width: 6.67vw;
  }

  .common_btn01_arrow::after {
    width: 1.54vw;
  }

  .common_btn02_caption {
    font-size: 4.1vw;
    gap: 4.87vw;
  }

  .common_btn02_caption::before,
  .common_btn02_caption::after {
    height: 4.36vw;
    width: 0.51vw;
    -webkit-transform: translateY(0.51vw);
    transform: translateY(0.51vw);
  }

  .common_btn02_link {
    border-radius: 16.92vw;
    margin-top: 2.05vw;
    padding-block: 4.62vw 3.85vw;
    padding-left: 16.41vw;
    padding-right: 13.33vw;
    width: 82.05vw;
  }

  .common_btn02_icon {
    left: 8.21vw;
    width: 5.64vw;
  }

  .common_btn02_text {
    font-size: 4.62vw;
  }

  .common_btn02_arrow {
    right: 4.36vw;
    width: 6.67vw;
  }

  .common_btn02_arrow::after {
    width: 1.54vw;
  }

  .common_btn04 {
    border: 0.51vw solid var(--theme);
    border-radius: 16.92vw;
    padding: 4.62vw 2.05vw 4.36vw 8.46vw;
    width: min(100%, 82.05vw);
  }

  .common_btn04_text {
    font-size: 4.62vw;
  }

  .common_btn04_arrow {
    right: 4.62vw;
    width: 6.67vw;
  }

  .common_btn04_arrow::after {
    width: 1.54vw;
  }

  .common_btn05 {
    border-radius: 16.92vw;
    padding-block: 3.85vw 4.1vw;
    padding-left: 16.92vw;
    width: 71.79vw;
  }

  .common_btn05_icon {
    left: 8.21vw;
    width: 6.15vw;
  }

  .common_btn05_text {
    font-size: 3.59vw;
  }

  .common_btn05_arrow {
    right: 5.13vw;
    width: 6.67vw;
  }

  .common_btn05_arrow::after {
    width: 1.54vw;
  }

  .common_btn06 {
    border-radius: 16.92vw;
    padding-block: 4.1vw 3.85vw;
    padding-left: 16.67vw;
    width: 71.79vw;
  }

  .common_btn06_icon {
    left: 8.97vw;
    width: 5.64vw;
  }

  .common_btn06_text {
    font-size: 3.59vw;
  }

  .common_btn06_arrow {
    right: 5.64vw;
    width: 6.67vw;
  }

  .common_btn06_arrow::after {
    width: 1.54vw;
  }

  .common_btn07_caption {
    font-size: 4.1vw;
  }

  .common_btn07_link {
    border-radius: 16.92vw;
    margin-top: 2.05vw;
    padding-block: 5.38vw 4.62vw;
    padding-left: 17.18vw;
    width: 82.05vw;
  }

  .common_btn07_icon {
    left: 7.95vw;
    width: 6.67vw;
  }

  .common_btn07_text {
    font-size: 4.62vw;
  }

  .common_btn07_arrow {
    right: 5.13vw;
    width: 6.67vw;
  }

  .common_btn07_arrow::after {
    width: 1.54vw;
  }

  .common_btn08_caption {
    font-size: 4.1vw;
  }

  .common_btn08_link {
    border-radius: 16.92vw;
    padding-block: 4.62vw 3.85vw;
    padding-left: 16.41vw;
    padding-right: 13.33vw;
    width: 82.05vw;
  }

  .common_btn08_icon {
    left: 8.97vw;
    width: 5.64vw;
  }

  .common_btn08_text {
    font-size: 4.62vw;
  }

  .common_btn08_arrow {
    right: 5.13vw;
    width: 6.67vw;
  }

  .common_btn08_arrow::after {
    width: 1.54vw;
  }

  .common_btn09 {
    border: 0.51vw solid var(--theme);
    border-radius: 16.92vw;
    padding: 4.62vw 13.33vw 4.36vw 8.46vw;
    width: min(100%, 82.05vw);
  }

  .common_btn09_text {
    font-size: 4.62vw;
  }

  .common_btn09_arrow {
    right: 5.13vw;
    width: 6.67vw;
  }

  .common_btn09_arrow::after {
    width: 1.54vw;
  }

  .common_card01 {
    align-items: flex-end;
    border-radius: 2.56vw;
    display: flex;
    gap: 3.33vw;
    min-height: 44.87vw;
    padding: 7.69vw 6.41vw 7.44vw 5.64vw;
    width: 100%;
  }

  .common_card01::before {
    border-radius: 0 0 1.28vw 1.28vw;
    height: 1.28vw;
    width: min(100%, 74.36vw);
    -webkit-transform: translateX(-48%);
    transform: translateX(-48%);
  }

  .common_card01_img {
    flex-shrink: 0;
    width: 23.08vw;
  }

  .common_card01_img img {
    aspect-ratio: 90/95;
  }

  .common_card01_step {
    font-size: 3.08vw;
    left: 6.41vw;
    line-height: 1.33;
    top: 7.44vw;
  }

  .common_card01_body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 0;
    min-height: 29.74vw;
    padding-left: 5.13vw;
    padding-top: 1.28vw;
  }

  .common_card01_body::before {
    background-image: repeating-linear-gradient(180deg, var(--gray2), var(--gray2) 1.28vw, transparent 1.28vw, transparent 2.56vw);
    background-position: left top;
    background-repeat: repeat-y;
    background-size: 1px 100%;
    height: 100%;
    width: 1px;
  }

  .common_card01_title {
    font-size: 4.62vw;
    line-height: 1.39;
  }

  .common_card01_desc {
    font-size: 3.59vw;
    line-height: 1.7;
    margin-top: 2.05vw;
  }

  .common_card02 {
    align-items: center;
    border-radius: 2.56vw;
    flex-direction: row;
    gap: 2.56vw;
    min-height: 30.77vw;
    padding: 5.13vw 6.41vw 5.13vw;
  }

  .common_card02::before {
    border-radius: 0 0 1.28vw 1.28vw;
    height: 1.28vw;
    width: 74.36vw;
  }

  .common_card02_img {
    flex-shrink: 0;
    margin-inline: 0;
    width: 20.51vw;
  }

  .common_card02_body {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    margin-top: 0;
    min-height: 17.69vw;
    padding-left: 5.13vw;
    padding-top: 0;
  }

  .common_card02_body::before {
    height: 100%;
    left: 0;
    top: 0;
    width: 1px;
    -webkit-transform: none;
    background-image: repeating-linear-gradient(180deg, #CCCCCC, #CCCCCC 1.28vw, transparent 1.28vw, transparent 2.56vw);
    background-position: left top;
    background-repeat: repeat-y;
    background-size: 1px 100%;
    transform: none;
  }

  .common_card02_text {
    font-size: 3.59vw;
    line-height: 1.64;
    text-align: left;
  }

  .common_cards01 {
    flex-direction: column;
    gap: 2.56vw;
  }

  .common_cards02 {
    gap: 5.13vw;
    grid-template-columns: repeat(1, 1fr);
  }

  .common_follow_sp {
    bottom: 0;
    display: block;
    left: 50%;
    position: fixed;
    -webkit-transform: translateX(-50%);
    padding-top: 5.13vw;
    transform: translateX(-50%);
    width: 101.03vw;
    z-index: 15;
  }

  .common_follow_sp_headline {
    align-items: center;
    background: var(--theme);
    border-radius: 100vh;
    color: var(--white);
    display: flex;
    font-size: 3.08vw;
    font-weight: 700;
    justify-content: center;
    left: 30.26vw;
    letter-spacing: 0.035em;
    line-height: 1.42;
    padding: 1.03vw 5.9vw 1.03vw 8.21vw;
    position: absolute;
    top: 1.54vw;
    width: 62.05vw;
    z-index: 1;
  }

  .common_follow_sp_container {
    background: var(--white);
    border: 0.51vw solid var(--theme);
    border-radius: 2.56vw 2.56vw 0 0;
    padding-block: 4.1vw 1.54vw;
    position: relative;
  }

  .common_follow_sp_deco {
    bottom: 0;
    left: -0.26vw;
    pointer-events: none;
    position: absolute;
    width: 24.36vw;
  }

  .common_follow_sp_deco img {
    aspect-ratio: 95/91.78;
    display: block;
    height: auto;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .common_follow_sp_wrap {
    align-items: flex-start;
    display: flex;
    height: 100%;
    justify-content: space-between;
    padding-inline: 19.23vw 2.05vw;
    justify-content: center;
    gap: 0 7vw;
  }

  .common_follow_sp_tel {
    display: flex;
    flex-direction: column;
    gap: 0.51vw;
    margin-top: 1.54vw;
  }

  .common_follow_sp_tel_link {
    align-items: center;
    display: flex;
    gap: 1.54vw;
  }

  .common_follow_sp_tel_icon {
    flex-shrink: 0;
    width: 2.56vw;
  }

  .common_follow_sp_tel_icon img {
    aspect-ratio: 1;
    display: block;
    height: auto;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .common_follow_sp_tel_num {
    color: var(--black);
    font-family: "Helvetica", sans-serif;
    font-size: 4.87vw;
    font-weight: 700;
    letter-spacing: 0.035em;
    line-height: 1.16;
    line-height: 1;
  }

  .common_follow_sp_tel_hours {
    color: var(--gray1);
    font-size: 2.05vw;
    font-weight: 400;
    letter-spacing: 0.035em;
    line-height: 1.5;
    padding-left: 8.21vw;
  }

  .common_follow_sp_btns {
    align-items: stretch;
    display: flex;
    gap: 1.28vw;
    margin-top: 0vw;
  }

  .common_follow_sp_btn {
    align-items: center;
    border-radius: 1.28vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-block: 1.03vw;
    width: 17.95vw;
    width: 24vw;
  }

  .common_follow_sp_btn_line {
    background: var(--line-green);
  }

  .common_follow_sp_btn_mail {
    background: var(--theme);
  }

  .common_follow_sp_btn_icon {
    width: 6.15vw;
  }

  .common_follow_sp_btn_icon img {
    display: block;
    height: auto;
    width: 100%;
    -o-object-fit: contain;
    aspect-ratio: 1;
    object-fit: contain;
  }

  .common_follow_sp_btn_text {
    color: var(--white);
    font-size: 2.56vw;
    font-weight: 700;
    letter-spacing: 0.035em;
    line-height: 1.4;
  }

  .common_headline01_sub {
    font-size: 4.1vw;
    line-height: 1.31;
  }

  .common_headline01_main {
    font-size: 8.21vw;
    line-height: 1.38;
    margin-top: 2.05vw;
  }

  .common_headline02_en {
    font-size: 4.1vw;
    gap: 3.08vw;
    line-height: 1.31;
  }

  .common_headline02_en::before {
    width: 2.56vw;
  }

  .common_headline02_main {
    font-size: 5.64vw;
    line-height: 1.39;
    margin-top: 3.08vw;
  }

  .common_item01 {
    border-radius: 2.56vw;
    padding: 6.41vw 5.13vw 6.67vw 6.41vw;
  }

  .common_item01::before {
    border-radius: 0 1.28vw 1.28vw 0;
    width: 1.28vw;
  }

  .common_item01_small::before {
    height: 66.22%;
  }

  .common_item01+.common_item01 {
    margin-top: 2.56vw;
  }

  .common_item01_question {
    gap: 2.82vw;
    padding-bottom: 3.59vw;
  }

  .common_item01_question::after {
    background-image: repeating-linear-gradient(90deg, var(--gray2), var(--gray2) 1.28vw, transparent 1.28vw, transparent 2.56vw);
  }

  .common_item01_question_icon {
    font-size: 3.85vw;
    padding-bottom: 0.51vw;
    width: 6.15vw;
  }

  .common_item01_question_text {
    font-size: 4.1vw;
    line-height: 1.3;
  }

  .common_item01_answer {
    gap: 2.82vw;
    margin-top: 3.59vw;
  }

  .common_item01_answer_icon {
    font-size: 3.85vw;
    padding-bottom: 0.51vw;
    padding-left: 0.51vw;
    width: 6.15vw;
  }

  .common_item01_answer_text {
    font-size: 3.59vw;
    line-height: 1.7;
  }

  .common_list01 {
    gap: 2.56vw;
    grid-template-columns: repeat(1, 1fr);
  }

  .common_list02 {
    gap: 2.56vw;
    grid-template-columns: repeat(1, 1fr);
  }

  .common_tel_cta_link {
    gap: 2.05vw;
  }

  .common_tel_cta_icon {
    width: 6.67vw;
  }

  .common_tel_cta_num {
    font-size: 9.23vw;
  }

  .common_tel_cta_hours {
    font-size: 4.1vw;
    line-height: 1.38;
    margin-top: 1.54vw;
    padding-left: 15.13vw;
  }

  .modal_contact_tel_label {
    font-size: 3.85vw;
  }

  .modal_contact_tel_row {
    align-items: flex-start;
    flex-direction: column;
    gap: 1.03vw;
    margin-top: 1.03vw;
  }

  .archive .l-content {
    padding-block: 15.38vw;
  }

  .common_cta01 {
    padding-block: 19.49vw 17.69vw;
  }

  .common_cta01::before {
    background-image: url("./image/cta_bg_sp01.png");
  }

  .common_cta01_inner {
    gap: 0;
  }

  .common_cta01_chara_left {
    display: none;
  }

  .common_cta01_chara_right {
    bottom: unset;
    right: 2.56vw;
    top: -12.31vw;
    width: min(100%, 30.77vw);
    z-index: 2;
  }

  .common_cta01_headline_wrap {
    border-radius: 2.05vw;
    padding: 2.56vw 6.15vw;
    padding: 4.1vw 7.18vw;
    width: 100%;
  }

  .common_cta01_headline_wrap::after {
    bottom: -2.82vw;
    width: 6.15vw;
  }

  .common_cta01_headline {
    font-size: 7.18vw;
    line-height: 1.3;
  }

  .common_cta01_desc {
    font-size: 3.85vw;
    line-height: 1.7;
    margin-inline: -2.56vw;
    margin-top: 6.92vw;
    white-space: nowrap;
  }

  .common_cta01_contact {
    align-items: center;
    flex-direction: column-reverse;
    gap: 0;
    margin-top: 7.69vw;
    padding-left: 0;
  }

  .common_cta01_tel {
    margin-top: 5.64vw;
    order: 1;
  }

  .common_cta01_btn01 {
    order: 3;
  }

  .common_cta01_btn02 {
    margin-top: 5.64vw;
    order: 2;
  }

  .common_cta02 {
    padding-block: 22.56vw 14.87vw;
  }

  .common_cta02::before {
    background-image: url("./image/cta_bg_sp02.png");
    top: 0;
  }

  .common_cta02_inner {
    gap: 0;
  }

  .common_cta02_chara_left {
    display: none;
  }

  .common_cta02_chara_right {
    bottom: unset;
    right: 1.28vw;
    top: -21.28vw;
    width: min(100%, 25.64vw);
    z-index: 2;
  }

  .common_cta02_headline_wrap {
    border-radius: 2.05vw;
    padding: 2.31vw 6.41vw;
    width: 100%;
  }

  .common_cta02_headline_wrap::after {
    bottom: -2.82vw;
    width: 6.15vw;
  }

  .common_cta02_headline {
    font-size: 5.13vw;
    letter-spacing: 0.055em;
    line-height: 1.4;
  }

  .common_cta02_headline_main {
    font-size: 6.15vw;
    line-height: 1.3;
    margin-top: 4.62vw;
    width: min(100%, 84.62vw);
  }

  .common_cta02_desc {
    font-size: 3.85vw;
    line-height: 1.7;
    margin-inline: -0.77vw;
    margin-top: 5.64vw;
    white-space: nowrap;
  }

  .common_cta02_contact {
    align-items: center;
    flex-direction: column-reverse;
    gap: 0;
    margin-top: 8.46vw;
  }

  .common_cta02_tel {
    margin-top: 5.13vw;
    order: 1;
  }

  .common_cta02_btn01 {
    order: 3;
  }

  .common_cta02_btn02 {
    margin-top: 5.64vw;
    order: 2;
  }

  .common_lower_mv {
    background-image: url(./image/lower_fv_bg_sp01.png);
    padding-block: 23.08vw 9.49vw;
  }

  .common_lower_mv_breadcrumb {
    font-size: 2.56vw;
    gap: 3.85vw;
    line-height: 1.4;
  }

  .common_lower_mv_breadcrumb_icon {
    width: 1.03vw;
  }

  .common_lower_mv_headline {
    margin-top: 8.72vw;
    min-height: 30vw;
  }

  .common_lower_mv_img01 {
    right: -21.54vw;
    top: -47.95vw;
    width: 88.76vw;
    -webkit-transform: none;
    transform: none;
  }

  .common_lower_mv_img02 {
    right: 26.41vw;
    top: 33.85vw;
    width: 30.77vw;
  }

  .common_lower_section02 {
    padding-block: 15.38vw;
  }

  .footer {
    padding-block: 19.23vw 0;
  }

  .footer_inner {
    padding-inline: 5.13vw;
    width: 100%;
  }

  .footer_site_name {
    font-size: 7.18vw;
    line-height: 1.39;
  }

  .footer_company {
    font-size: 3.59vw;
    line-height: 1.36;
    margin-top: 1.54vw;
  }

  .footer_address {
    font-size: 3.59vw;
    line-height: 1.7;
    margin-top: 3.33vw;
  }

  .footer_end {
    display: block;
    margin-top: 10.77vw;
  }

  .footer_nav_list {
    display: block;
  }

  .footer_nav_parent_link {
    cursor: default;
    font-size: 3.85vw;
    padding-block: 5vw;
  }

  .footer_nav_parent_link_text {
    font-size: 3.85vw;
  }

  .footer_nav_parent_link_icon {
    background: var(--white);
    border: 0.51vw solid var(--theme);
    width: 5.13vw;
  }

  .footer_nav_parent_link_icon::after {
    aspect-ratio: 2/1;
    background: var(--theme);
    width: 3.08vw;
    -webkit-mask-image: url("./image/icon/icon_down_yellow01.svg");
    mask-image: url("./image/icon/icon_down_yellow01.svg");
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  }

  .footer_nav_col.is_open .footer_nav_parent_link_icon::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .footer_nav_child_list {
    height: 0;
    overflow: hidden;
  }

  .footer_nav_child_list_sp {
    display: block;
    height: 0;
  }

  .footer_nav_child_item:last-child {
    padding-bottom: 3.85vw;
  }

  .footer_nav_child_link::before {
    height: 1.28vw;
    width: 1.28vw;
  }

  .footer_nav_child_link {
    font-size: 3.59vw;
    padding-left: 3.08vw;
  }

  .footer_nav_child_link_sub {
    padding-left: 3.33vw;
  }

  .footer_nav_child_link_sub::before {
    height: 1.54vw;
    width: 1.54vw;
  }

  .footer_nav_main_list {
    margin-top: 2.56vw;
    padding-top: 0;
  }

  .footer_nav_main_link {
    padding-block: 2.56vw;
  }

  .footer_nav_main_link_text {
    font-size: 3.85vw;
  }

  .footer_nav_main_link_icon {
    width: 5.13vw;
  }

  .footer_nav_main_link_icon::after {
    width: 1.54vw;
  }

  .footer_contact {
    margin-top: 10.26vw;
    padding: 8.97vw 7.69vw;
  }

  .footer_contact::before {
    border-radius: 0 0 1.28vw 1.28vw;
    width: 74.36vw;
  }

  .footer_contact_title {
    font-size: 4.62vw;
  }

  .footer_contact_tel_wrap {
    margin-top: 2.31vw;
  }

  .footer_contact_tel_link {
    gap: 2.56vw;
  }

  .footer_contact_tel_icon {
    width: 5.13vw;
  }

  .footer_contact_tel_num {
    font-size: 8.21vw;
  }

  .footer_contact_hours {
    font-size: 3.59vw;
    margin-top: 0.26vw;
    padding-left: 17.18vw;
  }

  .footer_contact_btns {
    gap: 2.56vw;
    margin-top: 3.85vw;
  }

  .footer_contact_btn_second {
    margin-top: 2.56vw;
  }

  .footer_contact_btn_link {
    width: 100%;
  }

  .footer_bottom {
    margin-top: 12.82vw;
  }

  .footer_bottom_inner {
    display: block;
    height: auto;
    padding-block: 3.85vw 25.13vw;
    padding-inline: 5.13vw;
    text-align: center;
  }

  .footer_bottom_nav {
    gap: 7.69vw;
    justify-content: center;
  }

  .footer_bottom_nav_link {
    font-size: 3.08vw;
  }

  .footer_copyright {
    font-size: 3.08vw;
    margin-top: 2.56vw;
  }

  .hamburger_line {
    height: 0.51vw;
    width: 10.26vw;
  }

  .header {
    padding-inline: 2.56vw;
    padding-top: 2.56vw;
  }

  .header_inner {
    border-radius: 8.21vw;
    padding-block: 2.82vw;
    padding-inline: 5.13vw 2.56vw;
  }

  .header_logo_link {
    max-width: 24.1vw;
    padding-top: 0.51vw;
  }

  .header_logo_text {
    font-size: 3.85vw;
    line-height: 1.1;
    white-space: normal;
  }

  .header_nav {
    display: none;
  }

  .header_dropdown {
    display: none;
  }

  .header_cta {
    display: none;
  }

  .header_hamburger {
    align-items: center;
    background: var(--black);
    border-radius: 50%;
    display: flex;
    flex-shrink: 0;
    height: 10.77vw;
    justify-content: center;
    width: 10.77vw;
  }

  .header_hamburger .hamburger {
    height: 3.33vw;
    width: 4.62vw;
  }

  .header_hamburger .hamburger_line {
    background: var(--white);
    width: 100%;
  }

  .lower_cta02 {
    margin-top: 12.82vw;
  }

  .page_faq .lower_cta02 {
    margin-top: -10.26vw;
  }

  .page_flow .lower_cta02 {
    margin-top: -5.13vw;
  }

  .page_company_about {
    padding-block: 15.38vw 0;
  }

  .page_company_about_headline {
    font-size: 6.67vw;
    line-height: 1.38;
  }

  .page_company_about_en {
    font-size: 3.08vw;
    line-height: 1.25;
    margin-top: 3.08vw;
  }

  .page_company_about_desc {
    font-size: 3.59vw;
    line-height: 1.71;
    margin-top: 5.13vw;
  }

  .page_company_mission {
    padding-block: 15.38vw 15.38vw;
  }

  .page_company_mission_body {
    align-items: stretch;
    flex-direction: column;
    gap: 0;
  }

  .page_company_mission_img_wrap {
    width: 100%;
  }

  .page_company_mission_img_wrap::before {
    background-image: url("./image/top_recipients_deco_sp01.png");
    left: -2.56vw;
    top: -10vw;
    width: 25.64vw;
  }

  .page_company_mission_img_wrap::after {
    background-image: url("./image/top_recipients_deco_sp02.png");
    bottom: 0vw;
    left: -2.05vw;
    width: 15.38vw;
  }

  .page_company_mission_img {
    border-radius: 7.69vw;
  }

  .page_company_mission_img img {
    aspect-ratio: 350/230;
  }

  .page_company_mission_text {
    margin-top: 7.69vw;
  }

  .page_company_mission_desc {
    font-size: 3.33vw;
    line-height: 1.69;
    margin-top: 3.59vw;
  }

  .page_company_vision {
    padding-block: 12.82vw 15.38vw;
  }

  .page_company_vision_body {
    align-items: stretch;
    flex-direction: column-reverse;
    gap: 5.13vw;
  }

  .page_company_vision_img {
    margin-inline: auto;
    width: 51.28vw;
  }

  .page_company_vision_img::before {
    left: 12.82vw;
    top: -5.13vw;
    width: 12.82vw;
  }

  .page_company_vision_img::after {
    bottom: -2.56vw;
    right: 2.56vw;
    width: 10.26vw;
  }

  .page_company_vision_img img {
    aspect-ratio: 200/150;
  }

  .page_company_vision_text {
    width: 100%;
  }

  .page_company_vision_desc {
    font-size: 3.33vw;
    line-height: 1.69;
    margin-top: 3.59vw;
  }

  .page_company_value {
    padding-block: 12.82vw 15.38vw;
  }

  .page_company_value_body {
    align-items: stretch;
    flex-direction: column;
    gap: 0;
  }

  .page_company_value_img {
    border-radius: 7.69vw;
    width: 100%;
  }

  .page_company_value_img img {
    aspect-ratio: 350/180;
  }

  .page_company_value_text {
    margin-top: 7.69vw;
  }

  .page_company_value_desc {
    font-size: 3.33vw;
    line-height: 1.69;
    margin-top: 3.59vw;
  }

  .page_company_philosophy {
    padding-block: 15.38vw;
  }

  .page_company_philosophy_headline {
    font-size: 6.67vw;
    line-height: 1.38;
  }

  .page_company_philosophy_en {
    font-size: 3.08vw;
    line-height: 1.25;
    margin-top: 3.08vw;
  }

  .page_company_philosophy_desc {
    font-size: 3.33vw;
    line-height: 2.15;
    margin-top: 7.18vw;
    text-align: left;
  }

  .page_company_overview {
    padding-block: 15.38vw;
  }

  .page_company_overview_headline {
    font-size: 6.67vw;
    line-height: 1.38;
  }

  .page_company_overview_en {
    font-size: 3.08vw;
    line-height: 1.25;
    margin-top: 3.08vw;
  }

  .page_company_overview_name {
    font-size: 4.36vw;
    line-height: 1.41;
    margin-top: 7.18vw;
  }

  .page_company_overview_list {
    margin-top: 3.08vw;
  }

  .page_company_overview_row {
    flex-direction: column;
    padding-block: 3.59vw;
  }

  .page_company_overview_term {
    font-size: 3.33vw;
    line-height: 1.54;
    width: 100%;
  }

  .page_company_overview_desc {
    font-size: 3.33vw;
    line-height: 1.54;
    margin-top: 1.03vw;
  }

  .page_company_map_frame {
    margin-top: 10.26vw;
  }

  .page_company_map_frame iframe {
    aspect-ratio: 350/230;
  }

  .faq {
    margin-top: -10.26vw;
    padding-block: 24.87vw 24.87vw;
  }

  .flow {
    padding-block: 15.38vw 20.51vw;
  }

  .flow::before {
    background-image: url("./image/top_flow_bg_sp01.png");
    bottom: -25.64vw;
    height: calc(100% + 38.46vw);
  }

  .sec_fv {
    background-image: url("./image/top_fv_bg_sp01.png");
    padding-block: 107.69vw 40.26vw;
  }

  .sec_fv::after {
    aspect-ratio: 200/76.68;
    background-image: url("./image/top_fv_bg_sp02.png");
    bottom: unset;
    height: auto;
    left: 0;
    right: unset;
    top: 101.28vw;
    width: 51.28vw;
    z-index: -1;
  }

  .sec_fv_inner {
    flex-direction: column;
    gap: 6.15vw;
    padding-inline: 2.56vw;
  }

  .sec_fv_headline {
    font-size: 8.21vw;
  }

  .sec_fv_headline_line_small {
    font-size: 6.15vw;
  }

  .sec_fv_headline_line_dot {
    font-size: 6.15vw;
    font-weight: 700;
    letter-spacing: 0.055em;
  }

  .sec_fv_headline_line:not(.sec_fv_headline_line_sp) .sec_fv_headline_line_dot {
    margin-right: -4.62vw;
  }

  .sec_fv_headline_line {
    border-radius: 1.28vw;
    padding-block: 1.28vw 1.79vw;
    padding-inline: 2.56vw 2.05vw;
  }

  .sec_fv_headline_line::before {
    border-radius: 1.28vw;
    bottom: -1.28vw;
    right: -1.28vw;
  }

  .sec_fv_headline_line+.sec_fv_headline_line {
    margin-top: 3.85vw;
  }

  .sec_fv_headline_pc {
    display: none;
  }

  .sec_fv_headline_sp {
    display: block;
  }

  .sec_fv_sub {
    font-size: 4.36vw;
    letter-spacing: 0.035em;
    line-height: 1.5;
    margin-top: 6.41vw;
  }

  .sec_fv_sub_highlight::after {
    bottom: -0.51vw;
    height: 0.77vw;
  }

  .sec_fv_desc {
    font-size: 3.59vw;
    line-height: 1.5;
    margin-top: 4.36vw;
  }

  .sec_fv_img01 {
    right: -16.67vw;
    top: 31.28vw;
    width: 89.74vw;
  }

  .sec_fv_img02 {
    left: -6.92vw;
    top: 21.03vw;
    width: 51.28vw;
  }

  .sec_fv_img03 {
    left: 28.46vw;
    top: 24.36vw;
    width: 20.51vw;
  }

  .sec_fv_img03 img {
    aspect-ratio: 80/67.19;
  }

  .sec_fv_img04 {
    bottom: unset;
    left: 26.92vw;
    right: unset;
    top: 83.46vw;
    width: 23.08vw;
  }

  .sec_fv_img04 img {
    aspect-ratio: 90/98.46;
  }

  .sec_fv_img05 {
    right: 2.56vw;
    top: 6.41vw;
    width: 33.33vw;
  }

  .sec_fv_img06 {
    left: -5.64vw;
    right: unset;
    top: 56.67vw;
    width: 20.51vw;
  }

  .sec_recipients {
    padding-block: 15.38vw 19.74vw;
  }

  .sec_recipients_inner {
    flex-direction: column;
    gap: 7.69vw;
  }

  .sec_recipients_img_wrap {
    width: 100%;
  }

  .sec_recipients_img_wrap::before {
    background-image: url("./image/top_recipients_deco_sp01.png");
    left: -2.56vw;
    top: -10vw;
    width: 25.64vw;
  }

  .sec_recipients_img_wrap::after {
    background-image: url("./image/top_recipients_deco_sp02.png");
    bottom: 0vw;
    left: -2.05vw;
    width: 15.38vw;
  }

  .sec_recipients_img {
    border-radius: 7.69vw;
  }

  .sec_recipients_en {
    font-size: 4.1vw;
    line-height: 1.7;
  }

  .sec_recipients_headline_main {
    font-size: 6.15vw;
    margin-top: 2.05vw;
    padding: 2.18vw 5.38vw 1.41vw 2.56vw;
  }

  .sec_recipients_desc {
    font-size: 3.85vw;
    line-height: 1.7;
    margin-top: 5.9vw;
  }

  .sec_recipients_deco01 {
    background-image: url("./image/top_recipients_bg_sp01.png");
    width: 35.9vw;
  }

  .sec_recipients_deco02 {
    aspect-ratio: 180/190.22;
    background-image: url("./image/top_recipients_bg_sp02.png");
    bottom: 0.51vw;
    width: 46.15vw;
  }

  .sec_recipients_deco03 {
    aspect-ratio: 320/217.86;
    bottom: -5.13vw;
    right: -2.56vw;
    width: 82.05vw;
  }

  .seikatsuhogo_message {
    padding-block: 16.41vw 15.38vw;
  }

  .seikatsuhogo_message_headline {
    flex-direction: column;
    font-size: 7.69vw;
    gap: 2.31vw;
    line-height: 1.4;
  }

  .seikatsuhogo_message_headline_normal {
    font-size: 7.69vw;
    line-height: 1.4;
  }

  .seikatsuhogo_message_headline_dot::before {
    top: -1.54vw;
    width: 1.54vw;
  }

  .seikatsuhogo_message_headline_em {
    border-radius: 1.28vw;
    padding-block: 1.79vw;
    padding-inline: 3.85vw;
  }

  .seikatsuhogo_message_lead {
    font-size: 4.1vw;
    line-height: 1.7;
    margin-top: 5.9vw;
  }

  .seikatsuhogo_message_list {
    display: grid;
    gap: 2.56vw;
    grid-template-columns: 102fr 102fr 118fr;
    margin-top: 6.41vw;
    padding-inline: 1.15vw;
  }

  .seikatsuhogo_message_item {
    font-size: 4.1vw;
    gap: 0;
    line-height: 1.3;
    padding-block: 3.85vw 2.56vw;
    padding-inline: 1.28vw;
    position: relative;
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .seikatsuhogo_message_item::before {
    left: 50%;
    position: absolute;
    width: 4.1vw;
    -webkit-transform: translateX(-50%);
    top: -2.05vw;
    transform: translateX(-50%);
  }

  .seikatsuhogo_message_desc {
    font-size: 4.1vw;
    line-height: 1.7;
    margin-top: 5.64vw;
  }

  .seikatsuhogo_message_chara {
    display: none;
  }

  .seikatsuhogo_problem {
    padding-block: 17.95vw;
  }

  .seikatsuhogo_problem::before {
    background-image: url(./image/seikatsuhogo_problem_bg_sp01.png);
  }

  .seikatsuhogo_problem_label {
    border-radius: 0.51vw;
    font-size: 4.62vw;
    padding-block: 1.28vw;
    padding-inline: 2.56vw;
  }

  .seikatsuhogo_problem_label::before,
  .seikatsuhogo_problem_label::after {
    height: 2.05vw;
    width: 2.05vw;
  }

  .seikatsuhogo_problem_headline {
    font-size: 6.67vw;
    margin-top: 3.08vw;
  }

  .seikatsuhogo_problem_list {
    margin-top: 9.23vw;
  }

  .seikatsuhogo_problem_desc {
    font-size: 3.59vw;
    margin-top: 5.13vw;
  }

  .seikatsuhogo_support {
    margin-top: 0;
  }

  .seikatsuhogo_support_container {
    padding-block: 15.38vw;
  }

  .seikatsuhogo_support_bg01 {
    width: 35.9vw;
  }

  .seikatsuhogo_support_bg02 {
    bottom: -24.36vw;
    width: 46.15vw;
  }

  .seikatsuhogo_support_inner {
    display: flex;
    flex-direction: column;
  }

  .seikatsuhogo_support_bg03 {
    bottom: -25.64vw;
    left: -2.56vw;
    width: 82.05vw;
  }

  .seikatsuhogo_support_body {
    display: contents;
  }

  .seikatsuhogo_support_head {
    margin-top: 8.72vw;
    order: 2;
  }

  .seikatsuhogo_support_en {
    font-size: 4.62vw;
  }

  .seikatsuhogo_support_headline {
    border-radius: 0 9.49vw 9.49vw 0;
    font-size: 4.62vw;
    margin-top: 2.56vw;
    padding: 2.82vw 2.56vw 1.79vw;
  }

  .seikatsuhogo_support_desc {
    font-size: 3.59vw;
    margin-top: 6.41vw;
    order: 4;
  }

  .seikatsuhogo_support_list {
    margin-top: 6.41vw;
    order: 5;
  }

  .seikatsuhogo_support_item {
    font-size: 3.85vw;
    gap: 2.05vw;
    padding-block: 2.56vw;
    padding-inline: 3.59vw;
  }

  .seikatsuhogo_support_item+.seikatsuhogo_support_item {
    margin-top: 2.56vw;
  }

  .seikatsuhogo_support_img_wrap {
    order: 1;
    position: relative;
    right: unset;
    top: unset;
    width: min(100%, 82.05vw);
    width: 100%;
  }

  .seikatsuhogo_support_img {
    border-radius: 7.69vw;
  }

  .seikatsuhogo_support_img img {
    aspect-ratio: 350/230;
  }

  .seikatsuhogo_support_deco01 {
    right: -2.56vw;
    top: 5.64vw;
    width: 25.64vw;
  }

  .seikatsuhogo_support_deco01 img {
    aspect-ratio: 100/142.83;
  }

  .seikatsuhogo_support_deco02 {
    bottom: 0vw;
    left: -2.56vw;
    width: 15.38vw;
  }

  .single .l-content {
    padding-block: 25.64vw 15.38vw;
  }

  .top_cta01 {
    margin-top: -22.56vw;
  }

  .top_cta02 {
    margin-top: -10.26vw;
  }

  .top_faq {
    padding-block: 15.38vw 27.18vw;
  }

  .sec_faq_bg_text {
    font-size: 11.79vw;
    line-height: 1.26;
  }

  .sec_faq_bg_text01 {
    left: -4.62vw;
    top: -18.46vw;
  }

  .sec_faq_bg_text02 {
    bottom: -15.38vw;
    right: -5.13vw;
  }

  .sec_faq_inner {
    flex-direction: column;
    gap: 0;
  }

  .sec_faq_side {
    display: contents;
    width: 100%;
  }

  .sec_faq_headline {
    order: 1;
  }

  .sec_faq_headline_sub {
    font-size: 4.1vw;
    gap: 3.08vw;
    line-height: 1.31;
    padding-left: 2.56vw;
  }

  .sec_faq_headline_sub::before {
    width: 2.56vw;
  }

  .sec_faq_headline_main {
    font-size: 7.18vw;
    line-height: 1.3;
    margin-top: 3.08vw;
  }

  .sec_faq_btn {
    display: flex;
    justify-content: center;
    margin-top: 5.13vw;
    order: 3;
    width: 100%;
  }

  .sec_faq_list {
    margin-top: 6.67vw;
    order: 2;
    width: 100%;
  }

  .sec_faq_chara {
    bottom: unset;
    right: 2.82vw;
    top: 2.05vw;
    width: 30.77vw;
  }

  .sec_faq_chara img {
    aspect-ratio: 120/141.72;
  }

  .top_flow {
    margin-top: 0;
    padding-block: 15.38vw;
  }

  .top_flow::before {
    background-image: url("./image/top_flow_bg_sp01.png");
  }

  .sec_flow_label {
    font-size: 4.1vw;
    gap: 4.1vw;
    padding: 1.03vw 1.28vw;
  }

  .sec_flow_label::before,
  .sec_flow_label::after {
    width: 2.56vw;
  }

  .sec_flow_headline {
    font-size: 7.18vw;
    line-height: 1.39;
    margin-top: 3.08vw;
  }

  .sec_flow_list {
    margin-top: 6.15vw;
  }

  .top_fv {
    background-image: url("./image/top_fv_bg_sp01.png");
    padding-block: 107.69vw 40.26vw;
  }

  .top_fv::after {
    aspect-ratio: 200/76.68;
    background-image: url("./image/top_fv_bg_sp02.png");
    bottom: unset;
    height: auto;
    left: 0;
    right: unset;
    top: 101.28vw;
    width: 51.28vw;
    z-index: -1;
  }

  .top_fv_inner {
    flex-direction: column;
    gap: 6.15vw;
    padding-inline: 2.56vw;
  }

  .top_fv_headline {
    font-size: 8.21vw;
  }

  .top_fv_headline_line_small {
    font-size: 6.15vw;
  }

  .top_fv_headline_line_dot {
    font-size: 6.15vw;
    font-weight: 700;
    letter-spacing: 0.055em;
  }

  .top_fv_headline_line {
    border-radius: 1.28vw;
    padding-block: 1.28vw 1.79vw;
    padding-inline: 2.56vw 2.05vw;
    white-space: nowrap;
  }

  .top_fv_headline_line::before {
    border-radius: 1.28vw;
    bottom: -1.28vw;
    right: -1.28vw;
  }

  .top_fv_headline_line+.top_fv_headline_line {
    margin-top: 3.85vw;
  }

  .top_fv_headline_pc {
    display: none;
  }

  .top_fv_headline_sp {
    display: block;
  }

  .top_fv_sub {
    font-size: 4.36vw;
    letter-spacing: 0.035em;
    line-height: 1.5;
    margin-top: 6.41vw;
  }

  .top_fv_sub_highlight::after {
    bottom: -0.51vw;
    height: 0.77vw;
  }

  .top_fv_desc {
    font-size: 3.59vw;
    line-height: 1.5;
    margin-top: 4.36vw;
  }

  .top_fv_img01 {
    right: -16.67vw;
    top: 31.28vw;
    width: 89.74vw;
  }

  .top_fv_img02 {
    left: -6.92vw;
    top: 21.03vw;
    width: 51.28vw;
  }

  .top_fv_img03 {
    left: 28.46vw;
    top: 24.36vw;
    width: 20.51vw;
  }

  .top_fv_img03 img {
    aspect-ratio: 80/67.19;
  }

  .top_fv_img04 {
    bottom: unset;
    left: 26.92vw;
    right: unset;
    top: 83.46vw;
    width: 23.08vw;
  }

  .top_fv_img04 img {
    aspect-ratio: 90/98.46;
  }

  .top_fv_img05 {
    right: 2.56vw;
    top: 6.41vw;
    width: 33.33vw;
  }

  .top_fv_img06 {
    left: -5.64vw;
    right: unset;
    top: 56.67vw;
    width: 20.51vw;
  }

  .top_rentals {
    margin-top: -10.26vw;
    padding-block: 20.26vw 15.9vw;
  }

  .top_rentals::before {
    background-image: url("./image/top_rentals_bg_sp01.png");
    height: 100%;
  }

  .top_rentals_headline_main {
    font-size: 7.18vw;
    line-height: 1.39;
    margin-top: 3.08vw;
  }

  .top_rentals_headline_sub {
    font-size: 4.1vw;
    gap: 3.08vw;
    line-height: 1.31;
  }

  .top_rentals_headline_sub::before {
    width: 2.56vw;
  }

  .top_rentals_desc {
    font-size: 4.1vw;
    line-height: 1.7;
    margin-top: 4.36vw;
    width: min(100%, 48.72vw);
  }

  .top_rentals_list {
    flex-direction: column;
    gap: 3.08vw;
    margin-top: 5.13vw;
    width: 100%;
  }

  .top_rentals_item {
    border-radius: 2.56vw;
    border-width: 1.28vw;
  }

  .top_rentals_item_link::before {
    display: none;
  }

  .top_rentals_item_link01 {
    padding: 5.13vw 5.13vw;
  }

  .top_rentals_item_link02 {
    padding: 5.13vw 5.13vw;
  }

  .top_rentals_item_inner {
    gap: 3.85vw;
  }

  .top_rentals_item_icon {
    width: 20.51vw;
  }

  .top_rentals_item_icon img {
    width: 10.26vw;
  }

  .top_rentals_item_title {
    padding-bottom: 2.56vw;
  }

  .top_rentals_item_title::after {
    background-image: repeating-linear-gradient(90deg, var(--gray2), var(--gray2) 1.28vw, transparent 1.28vw, transparent 2.56vw);
  }

  .top_rentals_item_title_text {
    font-size: 5.13vw;
    line-height: 1.4;
  }

  .top_rentals_item_title_icon {
    width: 6.67vw;
  }

  .top_rentals_item_title_icon::after {
    width: 1.54vw;
  }

  .top_rentals_item_desc {
    font-size: 3.59vw;
    line-height: 1.5;
    margin-top: 3.85vw;
  }

  .top_rentals_chara {
    right: 1.28vw;
    top: 25.64vw;
    width: 37.18vw;
  }

  .top_rentals_chara img {
    aspect-ratio: 150/129.07;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}

@media (any-hover: hover) and (min-width: 751px) {
  .page_contact #btn_wrap button:hover {
    opacity: 0.8;
  }

  .page_contact .thanks_textArea .ichiran_link:hover {
    opacity: 0.8;
  }

  .common_btn01_link:hover {
    background: var(--white);
  }

  .common_btn01_link:hover .common_btn01_text {
    color: var(--line-green);
  }

  .common_btn01_link:hover .common_btn01_arrow {
    background: var(--line-green);
  }

  .common_btn01_link:hover .common_btn01_arrow::after {
    background: var(--white);
  }

  .common_btn02_link:hover {
    background: var(--white);
  }

  .common_btn02_link:hover .common_btn02_text {
    color: var(--cta-blue);
  }

  .common_btn02_link:hover .common_btn02_arrow {
    background: var(--cta-blue);
  }

  .common_btn02_link:hover .common_btn02_arrow::after {
    background: var(--white);
  }

  .common_btn02_link:hover .common_btn02_icon {
    background: var(--cta-blue);
  }

  .common_btn02_link:hover .common_btn02_icon::after {
    background: var(--white);
  }

  .common_btn03:hover {
    opacity: 0.7;
  }

  .common_btn04:hover {
    background: var(--white);
  }

  .common_btn04:hover .common_btn04_text {
    color: var(--theme);
  }

  .common_btn04:hover .common_btn04_arrow {
    background: var(--theme);
  }

  .common_btn04:hover .common_btn04_arrow::after {
    background: var(--white);
  }

  .common_btn05:hover {
    opacity: 0.7;
  }

  .common_btn06:hover {
    opacity: 0.7;
  }

  .common_btn07_link:hover {
    background: var(--white);
  }

  .common_btn07_link:hover .common_btn07_text {
    color: var(--line-green);
  }

  .common_btn07_link:hover .common_btn07_arrow {
    background: var(--line-green);
  }

  .common_btn07_link:hover .common_btn07_arrow::after {
    background: var(--white);
  }

  .common_btn08_link:hover {
    background: var(--white);
  }

  .common_btn08_link:hover .common_btn08_text {
    color: var(--cta-blue);
  }

  .common_btn08_link:hover .common_btn08_arrow {
    background: var(--cta-blue);
  }

  .common_btn08_link:hover .common_btn08_arrow::after {
    background: var(--white);
  }

  .common_btn08_link:hover .common_btn08_icon {
    background: var(--cta-blue);
  }

  .common_btn08_link:hover .common_btn08_icon::after {
    background: var(--white);
  }

  .common_btn09:hover {
    background: var(--white);
  }

  .common_btn09:hover .common_btn09_text {
    color: var(--theme);
  }

  .common_btn09:hover .common_btn09_arrow {
    background: var(--theme);
  }

  .common_btn09:hover .common_btn09_arrow::after {
    background: var(--white);
  }

  .common_lower_mv_breadcrumb a:hover {
    opacity: 0.7;
  }

  .footer_contact_tel_link:hover,
  .footer_bottom_nav_link:hover {
    opacity: 0.7;
  }

  .footer_nav_main_link:hover .footer_nav_main_link_text {
    background-size: 100% 1px;
    color: var(--theme);
  }

  .footer_nav_child_link:hover {
    color: var(--theme);
  }

  .footer_nav_parent_link:hover .footer_nav_parent_link_text {
    background-size: 100% 1px;
    color: var(--theme);
  }

  .globalMenuSp_link:hover {
    opacity: 0.7;
  }

  .globalMenuSp_contact_btn:hover {
    opacity: 0.7;
  }

  .header_item_has_dropdown:hover .header_link {
    color: var(--theme);
  }

  .header_item_has_dropdown:hover .header_link_icon::before,
  .header_item_has_dropdown:hover .header_link_icon::after {
    background: var(--theme);
  }

  .header_item_has_dropdown:hover .header_link_icon::after {
    opacity: 0;
  }

  .header_item_has_dropdown:hover .header_dropdown {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    -webkit-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
  }

  .header_logo_link:hover {
    opacity: 0.7;
  }

  .header_dropdown_link:hover .header_dropdown_link_text {
    color: var(--theme);
  }

  .header_link:hover {
    color: var(--theme);
  }

  .top_rentals_item_link:hover::before {
    translate: 0 0;
  }
}

@media screen and (min-width: 1441px) {
  .sec_fv_img04 {
    bottom: 68px;
  }
}