@charset "UTF-8";
:root {
  --black: #27221D;
  --color-text: #392D22;
  --white: #FFFFFF;
  --theme: #E66B00;
  --theme-light: #FF7600;
  --theme-pale: #FFEFE2;
  --base: #FFF8F2;
  --gray1: #6E6964;
  --gray2: #C7C7C7;
  --dark: #4A4037;
}

/*
Theme Name: child
Theme URI:
Description:
Template: twentytwentyone
Author: makesview
Author URI: https://makes-view.co.jp/
Version: 1.0.0
*/
:root {
  --main-color: #000;
  --sub-color: #fff;
}

html,
body,
button,
input,
select,
textarea {
  /* 不要な指定は消す */
  font-family: "Zen Kaku Gothic New", sans-serif;
}

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

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

.wrap.mid {
  width: 1240px;
}

.wrap.lr {
  width: 1340px;
}

/* PC固定ページ 共通設定 */
/* 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;
  font-weight: 500;
  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: "";
  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%;
}

.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: 900;
  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;
}

.page_contact #btn_wrap button:hover {
  opacity: 0.8;
}

.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 #ccc;
  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: #333;
  border-radius: 10px;
}

.privacy_term_outer {
  border-bottom: solid 1px #e3e3e3;
  border-top: solid 1px #e3e3e3;
  margin: 0 auto 50px;
  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: 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 .ichiran_link:hover {
  opacity: 0.8;
}

.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;
}

/* PC固定ページ アーカイブページ */
/* 投稿リスト表示 */
.archive_page_list > article {
  border-bottom: 1px dashed #eee;
  padding-bottom: 15px;
  padding-right: 30px;
  padding-top: 15px;
}

.archive_page_list > article:after {
  border: solid #ccc;
  border-width: 2px 2px 0 0;
  bottom: 0;
  content: "";
  height: 10px;
  margin: auto;
  position: absolute;
  right: 5px;
  top: 0;
  width: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.archive_page_list > article .date {
  font-size: 80%;
  font-weight: bold;
  width: 100px;
}

.archive_page_list > article .content_area {
  width: calc(100% - 100px);
}

.archive_page_list > article .content_area .ttl {
  display: -webkit-box;
  font-weight: bold;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.archive_page_list > article .content_area .content {
  display: -webkit-box;
  font-size: 80%;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/* wp-pagenavi base */
.wp-pagenavi {
  margin-top: 50px;
  text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
  background-color: #FFF;
  border: solid 1px #e0e0d2;
  border-radius: 3px;
  color: #999;
  display: inline-block;
  margin: 0 2px;
  padding: 8px 15px;
  text-align: center;
  text-decoration: none;
  transition: 0.2s ease-in-out;
}

.wp-pagenavi a:hover {
  background: var(--theme);
  border-color: var(--theme);
  color: #FFF;
}

.wp-pagenavi .current {
  background: var(--theme);
  border-color: var(--theme);
  color: #FFF;
  font-weight: bold;
}

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

a {
  color: inherit;
}

.sp {
  display: none;
}
.common_btn01 {
  align-items: center;
  background: var(--theme);
  border: 2px solid var(--theme);
  border-radius: 30px;
  display: flex;
  gap: 12px;
  padding: 20px 18px;
  position: relative;
  transition: 0.3s ease-out;
  width: min(100%, 200px);
}

.common_btn01_icon01 {
  aspect-ratio: 20/16;
  height: auto;
  width: 20px;
  -webkit-mask-image: url("./image/icon_airplain.png");
  mask-image: url("./image/icon_airplain.png");
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  background: var(--white);
  mask-size: contain;
}

.common_btn01_text {
  color: var(--white);
  display: block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  transition: 0.3s ease-out;
}
.common_btn02 {
  align-items: center;
  background: var(--black);
  border: 2px solid var(--black);
  border-radius: 10px;
  display: inline-flex;
  gap: 12px;
  justify-content: center;
  padding: 16px 10px;
  position: relative;
  transition: 0.3s ease-out;
  width: min(100%, 320px);
}

.common_btn02_text {
  color: var(--white);
  display: block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.5;
  transition: 0.3s ease-out;
}

.common_btn02_icon01 {
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  aspect-ratio: 1/1;
  transform: translateY(-50%);
  width: 16px;
  -webkit-mask-image: url("./image/icon_right_white01.png");
  mask-image: url("./image/icon_right_white01.png");
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  background: var(--white);
  flex-shrink: 0;
  mask-size: contain;
  transition: 0.3s ease-out;
}
.common_btn03 {
  align-items: center;
  background: var(--black);
  border: 2px solid var(--black);
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  padding: 16px 20px;
  position: relative;
  transition: 0.3s ease-out;
  width: min(100%, 280px);
}

.common_btn03_sp {
  display: none;
}

.common_btn03_text {
  color: var(--white);
  display: block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.5;
  transition: 0.3s ease-out;
}

.common_btn03_icon01 {
  position: absolute;
  right: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  aspect-ratio: 1/1;
  transform: translateY(-50%);
  width: 15px;
  -webkit-mask-image: url("./image/icon_right_white01.png");
  mask-image: url("./image/icon_right_white01.png");
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  background: var(--white);
  flex-shrink: 0;
  mask-size: contain;
  transition: 0.3s ease-out;
}
.common_btn04 {
  background: var(--theme-light);
  border: 2px solid var(--theme-light);
  border-radius: 30px;
  display: inline-block;
  gap: 12px;
  padding: 16px 20px;
  position: relative;
  text-align: center;
  transition: 0.3s ease-out;
  width: min(100%, 340px);
}

.common_btn04_icon01 {
  left: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  aspect-ratio: 20/16;
  height: auto;
  transform: translateY(-50%);
  width: 20px;
  -webkit-mask-image: url("./image/icon_airplain.png");
  mask-image: url("./image/icon_airplain.png");
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  background: var(--white);
  flex-shrink: 0;
  mask-size: contain;
  transition: 0.3s ease-out;
}

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

.common_btn04_icon02 {
  position: absolute;
  right: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  aspect-ratio: 1/1;
  transform: translateY(-50%);
  width: 12px;
  -webkit-mask-image: url("./image/icon_right_white01.png");
  mask-image: url("./image/icon_right_white01.png");
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  background: var(--white);
  flex-shrink: 0;
  mask-size: contain;
  transition: 0.3s ease-out;
}

.common_headline01 {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.common_headline01_sub {
  color: var(--theme);
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.3;
  text-align: center;
}

.common_headline01_main {
  color: var(--black);
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.44;
  margin-top: 6px;
  text-align: center;
}

.common_headline01_main01 {
  color: var(--color-text);
  letter-spacing: 0.04em;
}

.common_headline01_main02 {
  color: var(--color-text);
  letter-spacing: 0.1em;
}

.common_headline02 {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  gap: 17px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.common_headline02_main {
  color: var(--black);
  font-size: 44px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.45;
}

.common_headline02_sub {
  color: var(--theme);
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.3;
  margin-top: 8px;
}

.common_headline03 {
  display: flex;
  flex-direction: column;
}

.common_headline03_sub {
  color: var(--white);
  font-family: "Roboto", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: lowercase;
}
.common_headline03_sub::first-letter {
  text-transform: uppercase;
}

.common_headline03_main {
  color: var(--white);
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.44;
  margin-top: 6px;
}

.archive_results_list {
  display: grid;
  gap: 50px 30px;
  grid-template-columns: repeat(3, 1fr);
}

.archive_results_navi {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}

.archive_results_empty {
  color: var(--color-text);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.8;
  text-align: center;
}

.common_card01 {
  background: var(--white);
  border-radius: 10px;
  box-shadow: 0 1px 20px rgba(230, 107, 0, 0.1);
  overflow: hidden;
  position: relative;
}

.common_card01_wrap {
  position: relative;
}

.common_card01_img img {
  height: auto;
  -o-object-fit: cover;
  aspect-ratio: 360/220;
  object-fit: cover;
  width: 100%;
}

.common_card01_label {
  align-items: baseline;
  background: var(--theme);
  border-radius: 10px 0 10px 0;
  color: var(--white);
  display: flex;
  gap: 5px;
  justify-content: center;
  left: 0;
  padding: 9px 10px 11px;
  position: absolute;
  top: 0;
  width: min(100%, 114px);
}

.common_card01_label_small {
  color: var(--white);
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1;
}

.common_card01_label_big {
  color: var(--white);
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1;
}

.common_card01_titlewrap {
  padding: 30px 20px 33px;
}

.common_card01_titlewrap01 {
  padding-block: 16px 21px;
}

.common_card01_title {
  color: var(--black);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.45;
  position: relative;
}

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

.common_card01_title_sub {
  color: #8D8279;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin-left: -9px;
  margin-top: 4px;
}

.common_card01_list {
  padding: 22px 20px 30px;
  position: relative;
}
.common_card01_list::before {
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  width: calc(100% - 40px);
  -webkit-transform: translateX(-50%);
  background-image: repeating-linear-gradient(90deg, var(--color-text), var(--color-text) 3px, transparent 3px, transparent 6px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 1px;
  top: 0;
  transform: translateX(-50%);
}

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

.common_card01_item_text {
  align-items: center;
  color: var(--color-text);
  display: flex;
  font-size: 16px;
  font-weight: 700;
  gap: 8px;
  letter-spacing: 0.09em;
  line-height: 1.5;
}
.common_card01_item_text::before {
  aspect-ratio: 1;
  background: #FFB371;
  border-radius: 100vh;
  content: "";
  height: auto;
  width: 8px;
}

.common_card01_item_sub {
  color: #AFA39A;
  display: block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.43;
  padding-left: 7px;
}

.common_card02_link {
  display: block;
}

.common_card02_img {
  border-radius: 10px;
  overflow: hidden;
}

.common_card02_img img {
  height: auto;
  -o-object-fit: cover;
  aspect-ratio: 360/200;
  object-fit: cover;
  transition: 0.3s ease-out;
  width: 100%;
}

.common_card02_body {
  margin-top: 18px;
}

.common_card02_title {
  color: var(--color-text);
  display: -webkit-box;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.45;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.common_card02_text {
  color: #72675C;
  display: -webkit-box;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.57;
  margin-top: 11px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.common_card02_btn {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 31px;
  padding-bottom: 8px;
  position: relative;
  transition: 0.3s ease-out;
  width: min(100%, 173px);
}
.common_card02_btn::after {
  background: var(--color-text);
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transition: 0.3s ease-out;
  width: 100%;
}

@-webkit-keyframes line {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}

@keyframes line {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
.common_card02_btn_text {
  color: var(--color-text);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  transition: 0.3s ease-out;
}

.common_card02_btn_icon {
  aspect-ratio: 1;
  background: var(--theme);
  border: 1px solid var(--theme);
  border-radius: 100vh;
  display: block;
  flex-shrink: 0;
  height: auto;
  position: relative;
  transition: 0.3s ease-out;
  width: 24px;
}
.common_card02_btn_icon::after {
  content: "";
  display: inline-block;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  aspect-ratio: 1;
  height: auto;
  transform: translate(-50%, -50%);
  width: 8px;
  -webkit-mask-image: url("./image/icon_right_white01.png");
  mask-image: url("./image/icon_right_white01.png");
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  background: var(--white);
  mask-size: contain;
  transition: 0.3s ease-out;
}
.common_card03 {
  background: var(--white);
  background: var(--white);
  border-radius: 10px;
  box-shadow: 0 1px 20px rgba(167, 78, 0, 0.13);
  padding: 34px 20px 30px;
  position: relative;
  z-index: 1;
}

.common_card03_num {
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  align-items: center;
  aspect-ratio: 120/110.43;
  background: var(--white);
  border-radius: 100vh;
  color: var(--theme);
  display: flex;
  flex-direction: column;
  font-family: "Roboto", sans-serif;
  height: auto;
  padding-top: 16px;
  top: -46px;
  transform: translateX(-50%);
  width: 120px;
  z-index: -1;
}
.common_card03_num::before {
  content: "";
  display: block;
  height: 111px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  background: var(--white);
  border-radius: 100vh;
  box-shadow: 0 1px 20px rgba(167, 78, 0, 0.13);
  clip-path: inset(-20px -20px 58% -20px);
  transform: translate(-50%, -50%);
  z-index: -1;
}
.common_card03_num img {
  aspect-ratio: 50/52;
  height: auto;
  width: min(100%, 50px);
  -o-object-fit: contain;
  object-fit: contain;
}

.common_card03_wrap {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.common_card03_imgwrap {
  aspect-ratio: 1;
  background: #FFF6EF;
  border-radius: 100vh;
  display: grid;
  height: auto;
  place-items: center;
  width: min(100%, 170px);
}

.common_card03_img {
  width: min(100%, 120px);
}
.common_card03_img img {
  aspect-ratio: 120/100;
  -o-object-fit: contain;
  height: auto;
  object-fit: contain;
  width: 100%;
}

.common_card03_title {
  margin-top: 25px;
  text-align: center;
}

.common_card03_title_black {
  color: var(--color-text);
  display: block;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.36;
}

.common_card03_title_highlight {
  color: var(--theme);
  display: block;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.36;
}

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

.common_cards01 {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr);
}

.common_cards01_item:nth-of-type(2) {
  padding-top: 60px;
}
.common_cards01_item:nth-of-type(3) {
  padding-top: 20px;
}

.common_cards02 {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr);
}

.common_cards03 {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr);
}

.common_cards03_item:nth-of-type(2) {
  margin-top: 62px;
}
.common_cards03_item:nth-of-type(3) {
  margin-top: 22px;
}

.common_follow_sp {
  display: none;
}
.common_follow_sp.is_hidden {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.common_lower_mv {
  align-items: center;
  display: flex;
  justify-content: center;
  overflow: hidden;
  padding-block: 180px 30px;
  position: relative;
  z-index: 1;
}

.common_lower_mv_img {
  inset: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.common_lower_mv_img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.common_lower_mv_img::after {
  background: rgba(0, 0, 0, 0.45);
  content: "";
  inset: 0;
  position: absolute;
}

.category .common_lower_mv_img img {
  -o-object-position: center 20%;
  object-position: center 20%;
}

.common_lower_mv_headline {
  position: relative;
  z-index: 2;
}

.common_lower_mv_breadcrumb {
  align-items: center;
  color: var(--white);
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  margin-top: 70px;
}
.common_lower_mv_breadcrumb a,
.common_lower_mv_breadcrumb span {
  color: var(--white);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
.common_lower_mv_breadcrumb a {
  transition: 0.3s ease-out;
}
.common_lower_section01 {
  padding-block: 140px 170px;
}

.footer {
  background: var(--black);
  background: url(./image/footer_bg02.png) center center/100% 100% no-repeat;
  padding-block: 110px 60px;
  position: relative;
}
.footer::before {
  background: url(./image/footer_bg01.png) center center/100% 100% no-repeat;
  bottom: 39px;
  content: "";
  height: 804px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.footer_inner {
  position: relative;
}

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

.footer_logo_link {
  display: block;
  transition: 0.3s ease-out;
  width: 100%;
}
.footer_logo_link img {
  aspect-ratio: 151.83/94;
  -o-object-fit: contain;
  height: auto;
  object-fit: contain;
  width: 100%;
}

.footer_company {
  color: var(--white);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-top: 32px;
  text-align: center;
}

.footer_address {
  color: var(--white);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin-top: 10px;
  text-align: center;
}

.footer_address01 {
  letter-spacing: 0em;
}

.footer_tel {
  color: var(--white);
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1.33;
  margin-top: 20px;
  text-align: center;
}

.footer_btn_wrap {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.footer_nav {
  margin-top: 50px;
}

.footer_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.footer_item {
  flex-shrink: 0;
}

.footer_link {
  color: var(--white);
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.5;
  padding: 10px 25px;
  transition: 0.3s ease-out;
}

.footer_sub_nav {
  border-bottom: 1px solid var(--white);
  display: flex;
  justify-content: center;
  margin-top: 40px;
  padding-bottom: 8px;
}

.footer_sub_link {
  color: var(--white);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.43;
  padding: 10px 15px;
  transition: 0.3s ease-out;
}

.footer_copyright {
  color: var(--white);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1.42;
  margin-top: 20px;
  text-align: center;
}
/* drawer */
body.is_open {
  overflow: hidden;
}

nav.globalMenuSp {
  display: none;
}

/* このクラスを、jQueryで付与・削除する */

.globalMenuSp_item {
  display: block;
  position: relative;
}
.globalMenuSp_item::after {
  background: #797979;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

/* ハンバーガーメニュー */
.hamburger {
  display: none;
}

.hamburger_line {
  display: none;
}

.hamburger.is_open .hamburger_line:nth-of-type(1) {
  -webkit-transform: translateY(2.05vw) rotate(390deg);
  transform: translateY(2.05vw) rotate(390deg);
}
.hamburger.is_open .hamburger_line:nth-of-type(2) {
  opacity: 0;
}
.hamburger.is_open .hamburger_line:nth-of-type(3) {
  -webkit-transform: translateY(-2.05vw) rotate(-390deg);
  transform: translateY(-2.05vw) rotate(-390deg);
}

/* header */
.header {
  left: 0;
  min-width: 1440px;
  position: absolute;
  right: 0;
  top: 30px;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  z-index: 2000;
}

.header_fixed {
  position: fixed;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.header_hidden {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.header_visible {
  opacity: 1;
  visibility: visible;
}

.header_inner {
  align-items: center;
  background: var(--white);
  border-radius: 60px;
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  margin-inline: auto;
  padding-block: 10px;
  padding-inline: 50px 10px;
  width: 100%;
  width: min(100%, 1340px);
}

.header_logo {
  flex-shrink: 0;
  width: min(100%, 79.43px);
}

.header_logo_link {
  display: block;
  transition: 0.3s ease;
}
.header_logo_link img {
  aspect-ratio: 79.43/49;
  -o-object-fit: contain;
  height: auto;
  object-fit: contain;
  width: 100%;
}

.header_nav {
  display: flex;
  flex-shrink: 0;
  gap: 29px;
}

.header_list {
  align-items: center;
  display: flex;
  gap: 0;
  justify-content: center;
}

.header_item {
  flex-shrink: 0;
}

.header_link {
  display: inline-block;
  padding: 15px 20px;
  transition: 0.3s ease-out;
}

.header_link_text {
  color: var(--color-text);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.5;
  transition: 0.3s ease-out;
}

.header_btn_wrap {
  flex-shrink: 0;
  width: min(100%, 200px);
}

.header_hamburger {
  display: none;
}
body {
  opacity: 0;
}

.loader {
  align-items: center;
  background: var(--white);
  display: flex;
  flex-direction: column;
  inset: 0;
  justify-content: center;
  position: fixed;
  z-index: 3000;
}

.loader_img {
  left: 50%;
  position: absolute;
  top: 50%;
  width: 27.78%;
  -webkit-transform: translate(-50%, -50%);
  opacity: 0;
  transform: translate(-50%, -50%);
  z-index: 5;
}
.loader_img img {
  aspect-ratio: 79.43/49;
  -o-object-fit: contain;
  height: auto;
  object-fit: contain;
  width: 100%;
}

.loader_circle {
  aspect-ratio: 511/510;
  background: url(./image/top_fv_bg_circle.png) center center/contain no-repeat;
  height: auto;
  left: 13.89%;
  position: absolute;
  top: 132px;
  width: 511px;
  z-index: -1;
}

.single_main {
  padding-top: 160px;
}

.single_results01_container {
  margin: 0 auto;
  max-width: 900px;
}

.single_results01_title {
  color: var(--color-text);
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.57;
}

.single_results01_slider_wrap {
  margin-top: 40px;
}

.single_results01_slider01 {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}

.single_results01_slider01_img {
  aspect-ratio: 900/500;
  overflow: hidden;
}
.single_results01_slider01_img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.single_results01_button_prev,
.single_results01_button_next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.85);
  border-radius: 50%;
  cursor: pointer;
  height: 44px;
  transform: translateY(-50%);
  transition: 0.3s ease-out;
  width: 44px;
  z-index: 10;
}
.single_results01_button_prev::after,
.single_results01_button_next::after {
  border-right: 2px solid var(--color-text);
  border-top: 2px solid var(--color-text);
  content: "";
  height: 10px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 10px;
}
.single_results01_button_prev {
  left: 5px;
}
.single_results01_button_prev::after {
  -webkit-transform: translate(-30%, -50%) rotate(-135deg);
  transform: translate(-30%, -50%) rotate(-135deg);
}

.single_results01_button_next {
  right: 5px;
}
.single_results01_button_next::after {
  -webkit-transform: translate(-70%, -50%) rotate(45deg);
  transform: translate(-70%, -50%) rotate(45deg);
}

.single_results01_slider02 {
  margin-top: 13px;
}
.single_results01_slider02 .swiper-slide {
  border-radius: 4px;
  cursor: pointer;
  opacity: 0.5;
  overflow: hidden;
  transition: opacity 0.3s ease-out;
  width: auto;
}
.single_results01_slider02 .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

.single_results01_slider02_img {
  aspect-ratio: 120/80;
  overflow: hidden;
  width: 120px;
}
.single_results01_slider02_img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.single_results01_img_wrap {
  margin-top: 40px;
}

.single_results01_img_single {
  border-radius: 8px;
  overflow: hidden;
}
.single_results01_img_single img {
  height: auto;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.single_results01_body {
  margin-top: 50px;
}

.single_results01_text {
  color: var(--color-text);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.88;
}

.single_results01_btnwrap {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

.top_about {
  overflow-x: clip;
  padding-block: 53px 0px;
  position: relative;
  z-index: 1;
}
.top_about::before {
  background: url(./image/top_about_bg01.png) center center/100% 100% no-repeat;
  content: "";
  display: block;
  height: 1813px;
  left: 0;
  position: absolute;
  top: -200px;
  width: 100%;
  z-index: -1;
}

.top_about_container {
  position: relative;
}

.top_about_bg01 {
  aspect-ratio: 1;
  background: url(./image/top_about_bg_circle01.png) center center/contain no-repeat;
  bottom: -94px;
  height: auto;
  left: 500px;
  position: absolute;
  width: 260px;
  z-index: -1;
}

.top_about_inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.top_about_content {
  width: min(100%, 533px);
}

.top_about_headline_sub {
  color: var(--theme);
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.3;
}

.top_about_headline_main {
  margin-top: 8px;
}

.top_about_headline_main_black {
  color: var(--black);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 2;
}

.top_about_headline_highlight {
  color: var(--theme);
  font-size: 34px;
  font-weight: 900;
  letter-spacing: 0.06em;
  line-height: 1.41;
}

.top_about_text {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.47;
  margin-top: 43px;
}
.top_about_text + .top_about_text {
  margin-top: 23px;
}

.top_about_highlight {
  color: var(--theme);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin-top: 3px;
  position: relative;
}
.top_about_highlight span {
  background-image: linear-gradient(to right, var(--theme) 4px, transparent 4px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 8px 2px;
  padding-bottom: 6px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.top_about_img {
  border-radius: 20px;
  display: block;
  flex-shrink: 0;
  overflow: hidden;
  width: min(100%, 520px);
}
.top_about_img img {
  aspect-ratio: 520/440;
  -o-object-fit: cover;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.top_achievement {
  padding-block: 40px 96px;
}

.top_achievement_container {
  position: relative;
}

.top_achievement_bg01 {
  aspect-ratio: 1;
  background: url(./image/top_achievement_bg_circle01.png) center center/contain no-repeat;
  height: auto;
  left: -212px;
  position: absolute;
  top: 20px;
  width: 425px;
  z-index: -1;
}

.top_achievement_lead {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1.56;
  margin-top: 24px;
  text-align: center;
}

.top_achievement_item {
  margin-top: 29px;
}

.top_achievement_btnwrap {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

.top_company {
  padding-block: 190px 0px;
}

.top_company_container {
  position: relative;
}

.top_company_bg01 {
  aspect-ratio: 1;
  background: url(./image/top_company_bg_circle01.png) center center/contain no-repeat;
  height: auto;
  left: 50%;
  position: absolute;
  top: -178px;
  width: 533px;
  z-index: -1;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.top_company_table {
  margin-top: 21px;
}

.top_company_row {
  align-items: flex-start;
  display: flex;
  padding-block: 28.5px;
  position: relative;
}
.top_company_row::before {
  background-color: var(--gray2);
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.top_company_row::after {
  background-color: var(--theme);
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 300px;
}

.top_company_cell_label {
  flex-shrink: 0;
  padding-inline: 40px;
  position: relative;
  width: 300px;
}

.top_company_cell_value {
  flex: 1;
  padding-left: 40px;
}

.top_company_label {
  color: var(--color-text);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.top_company_value {
  color: #72675C;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.top_company_value_en {
  font-family: "Roboto", sans-serif;
  letter-spacing: 0em;
}

.top_company_map {
  border-radius: 20px;
  margin-top: 60px;
  overflow: hidden;
}
.top_company_map iframe {
  aspect-ratio: 1140/320;
  -o-object-fit: cover;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.top_fv {
  overflow-x: clip;
  padding-block: 295px 281px;
  position: relative;
}
.top_fv::before {
  display: none;
}

.top_fv_slider {
  aspect-ratio: 1440/770;
  height: 770px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.top_fv_slider .swiper-wrapper {
  width: 100% !important;
}
.top_fv_slider .swiper-slide {
  width: 100% !important;
}

.top_fv_img {
  display: block;
  position: relative;
}
.top_fv_img img {
  -o-object-fit: cover;
  height: 770px;
  object-fit: cover;
  width: 100%;
}
.top_fv_img::after {
  background: url(./image/top_fv_mask01.png) center center/cover no-repeat;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.top_fv_wrap {
  margin-inline: auto;
  position: relative;
  width: min(100%, 1340px);
}

.top_fv_bg01 {
  aspect-ratio: 511/510;
  background: url(./image/top_fv_bg_circle.png) center center/contain no-repeat;
  height: auto;
  left: 150px;
  position: absolute;
  top: -163px;
  width: 511px;
  z-index: -1;
}

.top_fv_bg_text {
  aspect-ratio: 250/48;
  display: block;
  height: auto;
  left: 397px;
  position: absolute;
  top: 88px;
  width: 250px;
  z-index: 1;
}

.top_fv_headline_wrap {
  display: block;
}

.top_fv_headline_lead {
  display: block;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.2;
  padding: 10px 10px 10px 20px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.top_fv_headline_lead::before {
  background: var(--white);
  border-radius: 6px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: calc(100% - 13px);
  z-index: -1;
}
.top_fv_headline_lead + .top_fv_headline_lead {
  margin-top: 10px;
}

.top_fv_headline_lead_black {
  color: var(--black);
}

.top_fv_headline_lead_highlight {
  color: var(--theme);
  font-weight: 900;
  margin-left: -13px;
}

.top_fv_headline_lead_sub {
  color: var(--white);
  display: block;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.67;
  margin-top: 30px;
}

.top_message {
  padding-block: 157px 0px;
}

.top_message_container {
  position: relative;
}

.top_message_bg01 {
  aspect-ratio: 1;
  background: url(./image/top_message_bg_circle01.png) center center/contain no-repeat;
  height: auto;
  left: 379px;
  position: absolute;
  top: 74px;
  width: 291px;
  z-index: -1;
}

.top_message_content {
  align-items: flex-end;
  display: flex;
  gap: 70px;
  margin-top: 40px;
}

.top_message_img {
  border-radius: 20px;
  display: block;
  flex-shrink: 0;
  overflow: hidden;
  width: min(100%, 440px);
}
.top_message_img img {
  aspect-ratio: 440/500;
  -o-object-fit: cover;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.top_message_body {
  flex: 1;
}

.top_message_title {
  color: var(--color-text);
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.54;
}

.top_message_text {
  color: var(--color-text);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 1.6;
  margin-top: 36px;
}
.top_message_text + .top_message_text {
  margin-top: 24px;
}

.top_message_sign {
  margin-top: 52px;
  text-align: right;
}

.top_message_sign_title {
  color: var(--black);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
}

.top_message_sign_name {
  color: var(--theme);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.45;
  margin-top: 11px;
}

.top_news {
  overflow-x: clip;
  padding-block: 170px 160px;
}

.top_news_container {
  position: relative;
}

.top_news_bg01 {
  aspect-ratio: 1;
  background: url(./image/top_news_bg_circle01.png) center center/contain no-repeat;
  height: auto;
  left: -226px;
  position: absolute;
  top: -137px;
  width: 347px;
  z-index: -1;
}

.top_news_bg02 {
  aspect-ratio: 1;
  background: url(./image/top_news_bg_circle02.png) center center/contain no-repeat;
  bottom: -336px;
  height: auto;
  position: absolute;
  right: -206px;
  width: 480px;
  z-index: -1;
}

.top_news_header {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}

.top_news_headline_wrap {
  width: min(100%, 510px);
}

.top_news_lead {
  color: var(--color-text);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.57;
  margin-top: 22px;
}

.top_news_btnwrap {
  flex-shrink: 0;
  margin-top: 49px;
  width: min(100%, 280px);
}

.top_news_list {
  margin-top: 32px;
}

.top_news_item + .top_news_item {
  margin-top: 20px;
}

.top_news_link {
  background: var(--white);
  border-radius: 10px;
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.06);
  display: block;
  padding: 27px 120px 30px 40px;
  position: relative;
  transition: 0.3s ease-out;
}
.top_news_link::after {
  aspect-ratio: 1;
  content: "";
  height: auto;
  position: absolute;
  right: 34px;
  top: 50%;
  width: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-mask-image: url("./image/icon_right_black01.png");
  mask-image: url("./image/icon_right_black01.png");
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  background: var(--color-text);
  mask-size: contain;
  transition: 0.3s ease-out;
}

.top_news_date {
  color: var(--theme);
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.33;
}

.top_news_title {
  color: var(--black);
  display: -webkit-box;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-top: 4px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.top_news_text {
  color: var(--gray1);
  display: -webkit-box;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 1.43;
  margin-top: 16px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.top_reason {
  padding-block: 174px 0;
  position: relative;
}
.top_reason::before, .top_reason::after {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  width: 100%;
}
.top_reason::before {
  aspect-ratio: 1440/122;
  background-image: url(./image/top_reason_bg03.png);
  height: auto;
  top: -1px;
}
.top_reason::after {
  background-image: url(./image/top_reason_bg02.png);
  bottom: 64px;
  height: 242px;
}

.top_reason_bg {
  aspect-ratio: 1440/684;
  background: url(./image/top_reason_bg05.png) center center/cover no-repeat;
  height: 684px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

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

.top_reason_headline {
  text-align: center;
}

.top_reason_headline_small {
  color: var(--white);
  display: block;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1;
}

.top_reason_headline_small01 {
  letter-spacing: 0em;
}

.top_reason_headline_big {
  display: block;
  margin-top: 5px;
}

.top_reason_headline_big_highlight {
  color: #FFFF17;
  display: inline-block;
  font-size: 80px;
  font-weight: 700;
  letter-spacing: -0.12em;
  line-height: 1;
  margin-right: -6px;
}

.top_reason_headline_big_white {
  color: var(--white);
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.56;
}

.top_reason_item {
  margin-top: 39px;
}

.top_service {
  overflow-x: clip;
  padding-block: 150px 277px;
  position: relative;
  z-index: 1;
}
.top_service::before {
  display: none;
}

.top_service_container {
  position: relative;
}

.top_service_bg01 {
  aspect-ratio: 1098/813;
  background: url(./image/top_service_bg_circle01.png) center center/contain no-repeat;
  height: auto;
  left: 50%;
  position: absolute;
  top: -58px;
  width: 1098px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}

.top_service_item {
  margin-top: 30px;
}

@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: 3.85vw;
  }
  .radio_btns .radio_btns__item + span::after {
    left: 0.9vw;
    width: 2.05vw;
  }
  .wp-pagenavi a,
  .wp-pagenavi span {
    border-radius: 0.77vw;
    font-size: 3.59vw;
    margin: 0 0.51vw;
    padding: 2.05vw 3.85vw;
  }
  a[href^="tel:"] {
    pointer-events: all;
  }
  .pc {
    display: none;
  }
  .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: 89.74%;
    width: 100%;
  }
  a[href$=".pdf"]::before {
    height: 8vw;
    margin-right: 2.5vw;
    width: 7vw;
  }
  a[href$=".pdf"]:hover {
    text-decoration: underline;
  }
  body {
    font-size: 13px;
    min-width: unset;
  }
  /* SPヘッダー */
  #sp_header {
    background: #fff;
    box-shadow: 1px 1px #ccc;
    height: 55px;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
  }
  #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: 3vw;
  }
  /* 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 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投稿ページ アーカイブページ */
  .archive_page_list > article {
    padding-right: 20px;
  }
  .archive_page_list > article .date {
    width: 80px;
  }
  .archive_page_list > article .content_area {
    width: calc(100% - 80px);
  }
  .archive_page_list > article:after {
    height: 7px;
    width: 7px;
  }
  /* 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;
  }
  body #sitemap_list {
    padding: 0;
  }
  .common_btn01 {
    display: none;
  }
  .common_btn02 {
    border-radius: 2.56vw;
    gap: 2.56vw;
    padding: 3.85vw 2.56vw;
    width: min(100%, 71.79vw);
  }
  .common_btn02_text {
    font-size: 3.85vw;
    line-height: 1.4;
  }
  .common_btn02_icon01 {
    right: 3.33vw;
    top: 53%;
    width: 3.85vw;
  }
  .common_btn03 {
    border-radius: 2.56vw;
    gap: 2.56vw;
    min-height: 14.1vw;
    padding: 3.85vw 4.62vw;
    width: min(100%, 71.79vw);
  }
  .common_btn03_sp {
    display: inline-flex !important;
  }
  .common_btn03_text {
    font-size: 3.85vw;
    line-height: 1.4;
  }
  .common_btn03_icon01 {
    right: 3.33vw;
    top: 53%;
    width: 3.85vw;
  }
  .common_btn04 {
    border-radius: 7.69vw;
    gap: 2.56vw;
    padding: 3.97vw 5.13vw;
    width: min(100%, 76.92vw);
  }
  .common_btn04_icon01 {
    left: 4.62vw;
    width: 5.13vw;
  }
  .common_btn04_text {
    font-size: 3.85vw;
    line-height: 1.4;
  }
  .common_btn04_icon02 {
    right: 3.08vw;
    top: 53%;
    width: 3.85vw;
  }
  .common_btn05 {
    background: var(--theme-light);
    border-radius: 7.69vw;
    display: inline-block;
    padding-block: 3.59vw 3.85vw;
    position: relative;
    text-align: center;
    width: min(100%, 94.87vw);
  }
  .common_btn05_icon01 {
    left: 7.69vw;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    aspect-ratio: 22.5/18;
    padding-block: 3.59vw 3.85vw;
    transform: translateY(-50%);
    width: 5.64vw;
    -webkit-mask-image: url("./image/icon_airplain.png");
    mask-image: url("./image/icon_airplain.png");
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    background: var(--white);
    mask-size: contain;
  }
  .common_btn05_text {
    color: var(--white);
    display: block;
    font-size: 3.85vw;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.4;
  }
  .common_btn05_icon02 {
    position: absolute;
    right: 7.69vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
    padding-block: 3.59vw 3.85vw;
    transform: translateY(-50%);
    width: 3.08vw;
    -webkit-mask-image: url("./image/icon_right_white01.png");
    mask-image: url("./image/icon_right_white01.png");
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    background: var(--white);
    mask-size: contain;
  }
  .common_headline01_sub {
    font-size: 4.62vw;
    line-height: 1.33;
  }
  .common_headline01_main {
    font-size: 9.23vw;
    line-height: 1.44;
    margin-top: 1.28vw;
  }
  .common_headline01_main01 {
    font-size: 8.72vw;
  }
  .common_headline01_main02 {
    font-size: 8.72vw;
  }
  .common_headline02 {
    gap: 4.36vw;
  }
  .common_headline02_main {
    font-size: 8.21vw;
    line-height: 1.44;
  }
  .common_headline02_sub {
    font-size: 4.62vw;
    line-height: 1.33;
  }
  .common_headline03_sub {
    font-size: 4.62vw;
    line-height: 1.33;
  }
  .common_headline03_main {
    font-size: 9.23vw;
    line-height: 1.44;
    margin-top: 1.28vw;
  }
  .archive_results_list {
    gap: 10.26vw;
    grid-template-columns: 1fr;
  }
  .archive_results_navi {
    margin-top: 15.38vw;
  }
  .common_card01 {
    border-radius: 2.05vw;
  }
  .common_card01_wrap {
    display: flex;
  }
  .common_card01_img {
    border-radius: 2.05vw 0 2.05vw 0;
    overflow: hidden;
    width: min(100%, 35.9vw);
  }
  .common_card01_img img {
    aspect-ratio: 1;
  }
  .common_card01_label {
    border-radius: 0.77vw;
    gap: 0.77vw;
    padding: 0.64vw 2.56vw 0.9vw;
    position: static;
    width: min(100%, 19.74vw);
  }
  .common_card01_label_small {
    font-size: 3.08vw;
  }
  .common_card01_label_big {
    font-size: 4.1vw;
  }
  .common_card01_titlewrap {
    padding: 6.67vw 2.56vw 1.28vw 5.13vw;
  }
  .common_card01_titlewrap01 {
    display: grid;
    padding: 4.62vw 2.56vw 3.85vw 5.13vw;
    place-content: center;
  }
  .common_card01_title {
    font-size: 4.62vw;
    line-height: 1.61;
    margin-top: 2.56vw;
  }
  .common_card01_title_sub {
    font-size: 3.33vw;
    line-height: 1.46;
    margin-left: -2.05vw;
    margin-top: 0.51vw;
  }
  .common_card01_list {
    margin-top: 4.62vw;
    padding: 4.36vw 5.13vw 7.44vw;
  }
  .common_card01_item + .common_card01_item {
    margin-top: 2.82vw;
  }
  .common_card01_item_text {
    font-size: 3.85vw;
    line-height: 1.6;
  }
  .common_card01_item_text::before {
    width: 1.54vw;
  }
  .common_card01_item_sub {
    font-size: 3.33vw;
    line-height: 1.46;
    margin-top: 0vw;
    padding-left: 3.85vw;
  }
  .common_card02_img {
    border-radius: 2.05vw;
  }
  .common_card02_img img {
    aspect-ratio: 310/160;
  }
  .common_card02_body {
    margin-top: 4.62vw;
  }
  .common_card02_title {
    font-size: 4.62vw;
    line-height: 1.44;
  }
  .common_card02_text {
    font-size: 3.33vw;
    line-height: 1.54;
    margin-top: 4.1vw;
    -webkit-line-clamp: 4;
  }
  .common_card02_btn {
    margin-top: 5.38vw;
    padding-bottom: 1.54vw;
    width: min(100%, 38.97vw);
  }
  .common_card02_btn_text {
    font-size: 3.59vw;
  }
  .common_card02_btn_icon {
    width: 6.15vw;
  }
  .common_card02_btn_icon::after {
    width: 2.05vw;
  }
  .common_card03 {
    border-radius: 2.05vw;
    padding: 5.13vw 5.13vw 7.69vw;
  }
  .common_card03_num {
    aspect-ratio: 86/69;
    padding-block: 2.05vw 4.1vw;
    top: -7.95vw;
    width: 22.05vw;
  }
  .common_card03_num::before {
    height: 20.51vw;
  }
  .common_card03_num img {
    aspect-ratio: 42/49;
    width: min(100%, 10.77vw);
  }
  .common_card03_wrap {
    display: flex;
    flex-direction: row;
    gap: 3.85vw;
  }
  .common_card03_imgwrap {
    flex-shrink: 0;
    width: min(100%, 25.64vw);
  }
  .common_card03_img {
    width: min(100%, 16.67vw);
  }
  .common_card03_title {
    margin-top: 0;
    text-align: left;
  }
  .common_card03_title_black {
    font-size: 4.1vw;
    line-height: 1.63;
  }
  .common_card03_title_black01 {
    letter-spacing: 0em;
  }
  .common_card03_title_highlight {
    font-size: 4.62vw;
    line-height: 1.44;
  }
  .common_card03_title_highlight01 {
    letter-spacing: 0.03em;
  }
  .common_card03_text {
    font-size: 3.33vw;
    line-height: 1.54;
    margin-top: 4.1vw;
  }
  .common_cards01 {
    gap: 3.08vw;
    grid-template-columns: repeat(1, 1fr);
  }
  .common_cards01_item:nth-of-type(2) {
    padding-top: 0;
  }
  .common_cards01_item:nth-of-type(3) {
    padding-top: 0;
  }
  .common_cards02 {
    display: flex;
    gap: 0;
    overflow-x: auto;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    margin-inline: -5.13vw;
    padding-inline: 5.13vw;
    scrollbar-width: none;
  }
  .common_cards02::-webkit-scrollbar {
    display: none;
  }
  .common_cards02_item {
    flex-shrink: 0;
    margin-left: 5.13vw;
    scroll-snap-align: center;
    width: 79.49vw;
  }
  .common_cards02_item:first-child {
    margin-left: 0;
  }
  .common_cards03 {
    gap: 13.85vw;
    grid-template-columns: repeat(1, 1fr);
  }
  .common_cards03_item:nth-of-type(2) {
    margin-top: 0;
  }
  .common_cards03_item:nth-of-type(3) {
    margin-top: 0;
  }
  .common_follow_sp {
    background: rgba(255, 255, 255, 0.7);
    bottom: 0;
    display: block;
    left: 0;
    padding: 2.56vw;
    position: fixed;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    width: 100%;
    z-index: 100;
  }
  .common_lower_mv {
    padding-block: 32.05vw 5.13vw;
  }
  .category .common_lower_mv_img img {
    height: calc(100% + 17.95vw);
  }
  .common_lower_mv_breadcrumb {
    gap: 1.28vw;
    margin-top: 12.82vw;
  }
  .common_lower_mv_breadcrumb a,
  .common_lower_mv_breadcrumb span {
    font-size: 3.08vw;
  }
  .common_lower_section01 {
    padding-block: 20.51vw 20.51vw;
  }
  .footer {
    background-image: url(./image/footer_bg_sp02.png);
    padding-block: 26.92vw 12.82vw;
  }
  .footer::before {
    background-image: url(./image/footer_bg_sp01.png);
    bottom: 2.56vw;
    height: 156.67vw;
  }
  .footer_logo {
    width: min(100%, 33.55vw);
  }
  .footer_logo_link img {
    aspect-ratio: 130.83/81;
  }
  .footer_company {
    font-size: 4.1vw;
    line-height: 1.5;
    margin-left: -2.56vw;
    margin-top: 6.15vw;
  }
  .footer_address {
    font-size: 3.59vw;
    line-height: 1.43;
    margin-top: 4.1vw;
  }
  .footer_tel {
    font-size: 3.59vw;
    line-height: 1.36;
    margin-top: 2.05vw;
  }
  .footer_btn_wrap {
    margin-top: 12.56vw;
  }
  .footer_nav {
    display: none;
  }
  .footer_sub_nav {
    margin-top: 10.26vw;
  }
  .footer_sub_link {
    font-size: 3.33vw;
    line-height: 1.46;
    padding: 2.56vw 2.82vw;
  }
  .footer_copyright {
    font-size: 3.08vw;
    line-height: 1.42;
    margin-top: 4.62vw;
  }
  nav.globalMenuSp {
    display: block;
    left: 0;
    position: fixed;
    top: 0;
    z-index: 1500;
    -webkit-transform: translateX(100%);
    background: #4A4037;
    height: 100vh;
    overflow-y: scroll;
    transform: translateX(100%);
    transition: all 0.6s;
    width: 100%;
  }
  .globalMenuSp_container {
    padding: 28.21vw 5.13vw 8.46vw;
    position: relative;
    z-index: 1;
  }
  nav.globalMenuSp.is_open {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  .globalMenuSp_trigger {
    color: var(--white);
    display: block;
    font-size: 4.1vw;
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1.5;
    padding-block: 5.13vw;
    position: relative;
  }
  .globalMenuSp_trigger::after {
    aspect-ratio: 1;
    content: "";
    height: auto;
    position: absolute;
    right: -1.03vw;
    top: 50%;
    width: 3.59vw;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-mask-image: url(./image/icon_right_black01.png);
    mask-image: url(./image/icon_right_black01.png);
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    background: var(--white);
    mask-size: contain;
  }
  .globalMenuSp_infowrap {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-top: 10.26vw;
  }
  .globalMenuSp_company {
    color: var(--white);
    font-size: 4.1vw;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.5;
    margin-left: -2.56vw;
    margin-top: 10.26vw;
  }
  .globalMenuSp_address {
    color: var(--white);
    font-size: 3.59vw;
    font-weight: 500;
    line-height: 1.43;
    margin-top: 4.1vw;
    text-align: center;
  }
  .globalMenuSp_address01 {
    letter-spacing: 0em;
  }
  .globalMenuSp_tel {
    display: block;
    margin-top: 2.05vw;
    text-align: center;
  }
  .globalMenuSp_tel_label {
    color: var(--white);
    font-family: "Roboto", sans-serif;
    font-size: 3.59vw;
    font-weight: 500;
    letter-spacing: 0em;
    line-height: 1.36;
  }
  .globalMenuSp_tel_num {
    color: var(--white);
    font-family: "Roboto", sans-serif;
    font-size: 3.59vw;
    font-weight: 500;
    letter-spacing: 0em;
    line-height: 1.36;
  }
  .globalMenuSp_bottom_links {
    align-items: center;
    border-bottom: 1px solid var(--white);
    display: flex;
    justify-content: center;
    margin-top: 5.13vw;
    padding-bottom: 0.51vw;
    width: 100%;
  }
  .globalMenuSp_bottom_link {
    color: var(--white);
    font-size: 3.33vw;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.46;
    padding: 2.82vw;
  }
  .globalMenuSp_separator {
    background: var(--white);
    height: 1px;
    margin-top: 3.59vw;
    width: 100%;
  }
  .globalMenuSp_copyright {
    color: var(--white);
    font-size: 2.82vw;
    font-weight: 500;
    letter-spacing: 0em;
    line-height: 1.45;
    margin-top: 3.08vw;
  }
  .hamburger {
    align-items: flex-end;
    background: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 1.28vw;
    height: 9.23vw;
    justify-content: center;
    pointer-events: auto;
    position: relative;
    width: 7.18vw;
  }
  .hamburger_line {
    background: var(--black);
    border-radius: 100vh;
    display: block;
    height: 0.77vw;
    transition: 0.3s ease-out;
    width: 6.15vw;
  }
  .hamburger_line_middle {
    background: var(--theme);
    width: 3.59vw;
  }
  .header {
    min-width: unset;
    top: 5.13vw;
  }
  .header_inner {
    border-radius: 15.38vw;
    padding-block: 3.08vw 3.33vw;
    padding-inline: 7.69vw;
    width: min(100%, 89.74vw);
  }
  .header_logo {
    width: min(100%, 14.47vw);
  }
  .header_logo_link {
    align-items: center;
    display: flex;
  }
  .header_nav {
    display: none;
  }
  .header_link {
    padding: 2.56vw 3.85vw;
  }
  .header_link_text {
    font-size: 3.59vw;
    line-height: 1.43;
  }
  .header_btn_wrap {
    display: none;
  }
  .header_hamburger {
    display: block;
  }
  .loader_img {
    width: 50%;
  }
  .loader_circle {
    left: -15.9vw;
    top: 94.36vw;
    width: 84.1vw;
  }
  .single_main {
    padding-top: 25.64vw;
  }
  .single_results01_title {
    font-size: 5.64vw;
    line-height: 1.64;
  }
  .single_results01_slider_wrap {
    margin-top: 5.13vw;
  }
  .single_results01_slider01_img {
    aspect-ratio: 350/180;
  }
  .single_results01_button_prev,
  .single_results01_button_next {
    height: 7.69vw;
    width: 7.69vw;
  }
  .single_results01_button_prev::after,
  .single_results01_button_next::after {
    height: 2.05vw;
    width: 2.05vw;
  }
  .single_results01_button_prev {
    left: 1.28vw;
  }
  .single_results01_button_next {
    right: 1.28vw;
  }
  .single_results01_slider02 {
    margin-top: 1.79vw;
  }
  .single_results01_slider02_img {
    width: 20.51vw;
  }
  .single_results01_img_wrap {
    margin-top: 5.13vw;
  }
  .single_results01_body {
    margin-top: 8.97vw;
  }
  .single_results01_text {
    font-size: 3.59vw;
    line-height: 1.86;
  }
  .single_results01_btnwrap {
    margin-top: 12.82vw;
  }
  .top_about {
    padding-block: 15.38vw 0vw;
    z-index: 2;
  }
  .top_about::before {
    display: none;
  }
  .top_about_bg01 {
    bottom: unset;
    left: -15.38vw;
    top: 62.31vw;
    width: 39.23vw;
  }
  .top_about_inner {
    align-items: flex-start;
    flex-direction: column;
  }
  .top_about_content {
    display: contents;
  }
  .top_about_headline {
    order: 1;
  }
  .top_about_headline_sub {
    font-size: 4.62vw;
    line-height: 1.33;
  }
  .top_about_headline_main {
    margin-top: 2.82vw;
  }
  .top_about_headline_main_black {
    font-size: 5.13vw;
    letter-spacing: 0.08em;
    line-height: 1.65;
  }
  .top_about_headline_highlight {
    font-size: 6.15vw;
    letter-spacing: 0.08em;
    line-height: 1.38;
  }
  .top_about_text {
    font-size: 3.85vw;
    letter-spacing: 0.08em;
    line-height: 1.53;
    margin-top: 4.62vw;
    order: 3;
  }
  .top_about_text + .top_about_text {
    margin-top: 3.59vw;
  }
  .top_about_highlight {
    font-size: 4.62vw;
    line-height: 1.94;
    margin-top: 4.36vw;
    order: 4;
  }
  .top_about_highlight span {
    padding-bottom: 0.51vw;
  }
  .top_about_img {
    border-radius: 2.05vw;
    margin-top: 4.87vw;
    max-width: 89.74vw;
    order: 2;
    width: 100%;
  }
  .top_about_img img {
    aspect-ratio: 350/180;
  }
  .top_achievement {
    padding-block: 2.05vw 10.51vw;
  }
  .top_achievement_bg01 {
    left: -30.26vw;
    top: 25.64vw;
    width: 64.1vw;
  }
  .top_achievement_lead {
    font-size: 3.59vw;
    line-height: 1.5;
    margin-top: 4.36vw;
  }
  .top_achievement_item {
    margin-top: 6.92vw;
    overflow: visible;
  }
  .top_achievement_btnwrap {
    margin-top: 10.26vw;
  }
  .top_company {
    padding-block: 20vw 0vw;
  }
  .top_company_bg01 {
    top: -22.31vw;
    width: 77.56vw;
  }
  .top_company_table {
    margin-top: 3.08vw;
  }
  .top_company_row {
    align-items: center;
    padding-block: 5.82vw;
  }
  .top_company_row::after {
    height: 0.51vw;
    width: 25.64vw;
  }
  .top_company_cell_label {
    padding-inline: 0;
    width: 25.64vw;
  }
  .top_company_cell_value {
    padding-left: 5.13vw;
  }
  .top_company_label {
    font-size: 3.85vw;
    line-height: 1.4;
  }
  .top_company_value {
    font-size: 3.59vw;
    line-height: 1.43;
  }
  .top_company_value_en {
    letter-spacing: 0.1em;
  }
  .top_company_map {
    border-radius: 2.05vw;
    margin-top: 8.21vw;
  }
  .top_company_map iframe {
    aspect-ratio: 350/180;
  }
  .top_fv {
    padding-block: 33.08vw 19.23vw;
  }
  .top_fv::before {
    content: "";
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    background: url(./image/top_fv_bg_sp01.png) center center/100% 100% no-repeat;
    display: block;
    height: 247.18vw;
    top: 0;
    transform: translateX(-50%);
    width: 100%;
    z-index: -2;
  }
  .top_fv .swiper {
    width: 100%;
  }
  .top_fv_slider {
    aspect-ratio: 390/734;
    height: 188.21vw;
    z-index: 1;
  }
  .top_fv_img img {
    aspect-ratio: 390/734;
    height: 188.21vw;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .top_fv_img::after {
    background-image: url(./image/top_fv_mask_sp01.png);
    background-size: contain;
  }
  .top_fv_wrap {
    width: 89.74%;
    z-index: 2;
  }
  .top_fv_bg01 {
    left: -21.03vw;
    top: 61.54vw;
    width: 84.1vw;
  }
  .top_fv_bg_text {
    aspect-ratio: 154/75;
    height: auto;
    left: 6.67vw;
    top: 92.31vw;
    width: 41.03vw;
  }
  .top_fv_headline_wrap {
    display: flex;
    flex-direction: row-reverse;
    gap: 2.82vw;
    justify-content: flex-end;
  }
  .top_fv_headline_lead {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    font-size: 6.67vw;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    letter-spacing: 0.04em;
    line-height: 1;
    padding: 2.56vw 2.82vw 0vw;
    white-space: nowrap;
    writing-mode: vertical-rl;
  }
  .top_fv_headline_lead::before {
    border-radius: 1.03vw;
    height: calc(100% - 2.05vw);
    width: 100%;
  }
  .top_fv_headline_lead + .top_fv_headline_lead {
    margin-top: 5.13vw;
  }
  .top_fv_headline_lead_highlight {
    margin-left: 0vw;
    margin-top: -4.1vw;
  }
  .top_fv_headline_lead_sub {
    font-size: 4.1vw;
    letter-spacing: 0.06em;
    line-height: 1.63;
    margin-top: 14.36vw;
  }
  .top_message {
    padding-block: 22.31vw 0vw;
  }
  .top_message_bg01 {
    left: -31.79vw;
    top: 49.23vw;
    width: 66.41vw;
  }
  .top_message_content {
    align-items: flex-start;
    flex-direction: column;
    gap: 5.13vw;
    margin-top: 5.64vw;
  }
  .top_message_img {
    border-radius: 2.05vw;
    width: 100%;
  }
  .top_message_img img {
    aspect-ratio: 350/200;
  }
  .top_message_body {
    width: 100%;
  }
  .top_message_title {
    font-size: 5.13vw;
    line-height: 1.65;
    white-space: nowrap;
  }
  .top_message_text {
    font-size: 3.59vw;
    line-height: 1.57;
    margin-top: 4.87vw;
  }
  .top_message_text + .top_message_text {
    margin-top: 5.64vw;
  }
  .top_message_sign {
    margin-top: 7.95vw;
  }
  .top_message_sign_title {
    font-size: 3.59vw;
  }
  .top_message_sign_name {
    font-size: 4.62vw;
    line-height: 1.44;
    margin-top: 2.31vw;
  }
  .top_news {
    padding-block: 20.51vw 19.74vw;
  }
  .top_news_container {
    display: flex;
    flex-direction: column;
  }
  .top_news_bg01 {
    left: -30.51vw;
    top: -26.67vw;
    width: 66.15vw;
  }
  .top_news_bg02 {
    bottom: -10.51vw;
    right: -25.64vw;
    width: 70.26vw;
  }
  .top_news_header {
    display: contents;
  }
  .top_news_headline_wrap {
    order: 1;
    width: 100%;
  }
  .top_news_lead {
    font-size: 3.59vw;
    letter-spacing: 0.07em;
    line-height: 1.57;
    margin-top: 5.64vw;
  }
  .top_news_btnwrap {
    display: flex;
    justify-content: center;
    margin-top: 10.26vw;
    order: 3;
    width: 100%;
  }
  .top_news_list {
    margin-top: 7.18vw;
    order: 2;
  }
  .top_news_item + .top_news_item {
    margin-top: 3.08vw;
  }
  .top_news_link {
    border-radius: 2.05vw;
    padding: 4.62vw 15.38vw 7.69vw 5.13vw;
  }
  .top_news_link::after {
    right: 3.85vw;
    width: 3.85vw;
  }
  .top_news_date {
    font-size: 3.33vw;
    line-height: 1.38;
  }
  .top_news_title {
    font-size: 3.85vw;
    line-height: 1.27;
    margin-top: 1.79vw;
    -webkit-line-clamp: 2;
  }
  .top_news_text {
    font-size: 3.33vw;
    line-height: 1.46;
    margin-top: 4.1vw;
  }
  .top_reason {
    aspect-ratio: unset;
    background: none;
    background: unset;
    height: unset;
    padding-block: 29.23vw 0;
  }
  .top_reason::before {
    aspect-ratio: 390/513;
    background-image: url(./image/top_reason_bg_sp01.png);
    background-size: contain;
    height: 131.54vw;
    left: 0;
    top: 0;
    width: 100%;
  }
  .top_reason::after {
    display: none;
  }
  .top_reason_bg {
    display: none;
  }
  .top_reason_headline_small {
    font-size: 4.62vw;
    letter-spacing: 0.1em;
  }
  .top_reason_headline_big {
    margin-top: 0vw;
  }
  .top_reason_headline_big_highlight {
    font-size: 15.38vw;
    margin-right: -1.03vw;
  }
  .top_reason_headline_big_white {
    font-size: 9.23vw;
  }
  .top_reason_item {
    margin-top: 11.28vw;
  }
  .top_service {
    padding-block: 19.23vw 41.03vw;
  }
  .top_service::before {
    background: url(./image/top_service_bg_sp01.png) center center/100% 100% no-repeat;
    bottom: 0;
    content: "";
    display: block;
    height: 403.08vw;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
  }
  .top_service_bg01 {
    aspect-ratio: 473/389;
    background-image: url(./image/top_service_bg_circle_sp01.png);
    top: 1.03vw;
    width: 121.28vw;
  }
  .top_service_item {
    margin-top: 7.18vw;
  }
}

@media (any-hover: hover){
  .common_btn01:hover {
    background: var(--white);
  }
  .common_btn01:hover .common_btn01_icon01 {
    background: var(--theme);
  }
  .common_btn01:hover .common_btn01_text {
    color: var(--theme);
  }
  .common_btn02:hover {
    background: var(--white);
  }
  .common_btn02:hover .common_btn02_text {
    color: var(--black);
  }
  .common_btn02:hover .common_btn02_icon01 {
    background: var(--black);
  }
  .common_btn03:hover {
    background: var(--white);
  }
  .common_btn03:hover .common_btn03_text {
    color: var(--black);
  }
  .common_btn03:hover .common_btn03_icon01 {
    background: var(--black);
  }
  .common_btn04:hover {
    background: var(--white);
  }
  .common_btn04:hover .common_btn04_text {
    color: var(--theme-light);
  }
  .common_btn04:hover .common_btn04_icon01,
  .common_btn04:hover .common_btn04_icon02 {
    background: var(--theme-light);
  }
  .common_card02_link:hover .common_card02_btn::after {
    background: var(--theme);
    -webkit-animation: line 0.3s ease-out forwards;
    animation: line 0.3s ease-out forwards;
  }
  .common_card02_link:hover .common_card02_img img {
    scale: 1.05;
  }
  .common_card02_link:hover .common_card02_btn_text {
    color: var(--theme);
  }
  .common_card02_link:hover .common_card02_btn_icon {
    background: var(--white);
  }
  .common_card02_link:hover .common_card02_btn_icon::after {
    background: var(--theme);
  }
  .common_lower_mv_breadcrumb a:hover {
    opacity: 0.7;
  }
  .footer_logo_link:hover {
    opacity: 0.7;
  }
  .footer_link:hover,
  .footer_sub_link:hover {
    opacity: 0.7;
  }
  .header_logo_link:hover {
    opacity: 0.7;
  }
  .header_link:hover .header_link_text {
    opacity: 0.7;
  }
  .single_results01_button_prev:hover,
  .single_results01_button_next:hover {
    background: rgb(255, 255, 255);
  }
  .top_news_link:hover {
    opacity: 0.7;
  }
  .top_news_link:hover::after {
    background: var(--theme);
  }
}