@charset "UTF-8";

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

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/
:root {
  --main-color: #003E92;
  --sub-color: #fff;
}

body {
  color: #313134;
  font-size: 16px;
  line-height: 1.7;
}

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

.wrap.mid {
  width: 1240px;
}

.wrap.lr {
  width: 1340px;
}

a {
  color: inherit;
}

img {
  vertical-align: middle;
}

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

.common_page_wrap {
  padding: 100px 0 50px;
}

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

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

/* パンくず */
.breadcrumb {
  font-size: 13px;
  color: #313134;
}

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

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

.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 {
  display: grid;
  grid-template-columns: 26.5% 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 80px;
}

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

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

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

.common_contact_form .form_box dl dt .label {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #3E3E3E;
  font-size: 12px;
  letter-spacing: 0.2em;
  font-weight: 700;
  border-radius: 100vmax;
  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 {
  content: "";
  content: "";
  width: 1px;
  height: 30px;
  background: #AAA;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

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

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

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

.common_contact_form input::-moz-placeholder,
.common_contact_form textarea::-moz-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 {
  width: 47.5%;
  background: #F8FCFD;
  border: 1px solid #D6DADD;
  border-radius: 4px;
  font-size: 14px;
  letter-spacing: 0.08em;
  padding: 1.1em 1em;
  position: relative;
  background: url(/wp-content/themes/swell_child/image/arrow_contact.svg) no-repeat right 15px center/14px;
}

.common_contact_form select.empty {
  color: #3e3e3e;
}

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

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

.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 {
  font-size: 13px;
  border-left: solid 3px #ccc;
  padding-left: 1em;
  margin-bottom: 5px;
}

.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-top: solid 1px #e3e3e3;
  padding: 30px 0;
  border-bottom: solid 1px #e3e3e3;
  width: 60%;
  margin: 0 auto 50px;
}

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

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

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

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

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

/* ラジオボタン デザイン */
.radio_btns,
.checkboxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  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 {
  display: inline-block;
  cursor: pointer;
}

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

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

/* after上書き */
.radio_btns .radio_btns__item+span::after {
  width: 10px;
  aspect-ratio: 1;
  min-width: 0;
  top: 0px;
  left: 5px;
  border: none;
  background: #5A5A5A;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s;
  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;
  font-size: 15px;
  letter-spacing: 0.08em;
  font-weight: 600;
  display: inline-block;
  position: relative;
  padding: 0 0 0 30px;
}

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

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

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

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;
  text-align: center;
  margin-bottom: 20px;
}

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

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

.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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 5.6em;
  margin-block: 0 3em;
}

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

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

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

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

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

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

.privacy_check_list {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
}

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

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

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

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

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

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

/* ケイズホーム様サイト追加CSS */
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.01em;
}

.inline_block {
  display: inline-block;
}

.line_break {
  word-break: keep-all;
  overflow-wrap: anywhere;
}

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

/* Set core body defaults */
body {
  min-height: 100vh;
}

/* 共通設定 */
body {
  min-width: 1440px;
  position: relative;
}

.bg_upper {
  width: 100%;
  height: 2070px;
  background: url(/wp-content/themes/swell_child/image/bg_upper.png) no-repeat center center/cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

/* 共通パーツ */
.button_more {
  width: 200px;
}

.button_more a {
  padding-bottom: 16px;
  font-family: "orpheuspro", serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1;
  color: #003E92;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.button_more a::before,
.button_more a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}

.button_more a::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #003E92;
  z-index: 1;
  -webkit-transform: scale(0.415, 1);
  transform: scale(0.415, 1);
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.button_more a::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #EDEFF0;
  z-index: 0;
}

.button_more a .character {
  display: inline-block;
  position: relative;
  height: 1.2em;
  line-height: 1.2em;
  overflow: hidden;
  vertical-align: top;
}

.button_more a .character>span {
  display: block;
}

.button_more a .character>span:last-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.button_more a .arrow {
  display: inline-block;
  width: 36px;
  height: 6px;
  background: #C2C8CB;
  -webkit-mask: url("/wp-content/themes/swell_child/image/arrow.svg") center/contain no-repeat;
  mask: url("/wp-content/themes/swell_child/image/arrow.svg") center/contain no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.section_subtitle {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "orpheuspro", serif;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1.3;
  background: -webkit-linear-gradient(0deg, #003E92 0%, #059D57 50%, #00942C 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section_title {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
}

/* PC_header */
.header {
  position: relative;
}

.header .wrap {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header .logo {
  margin: 22px 0;
  width: 180px;
}

.header .nav {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 50px;
}

.header .list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: baseline;
  gap: 52px;
}

.header .item a,
.header .item .text_jp,
.header .item .text {
  font-family: "orpheuspro", serif;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header .item .item_link {
  position: relative;
  display: block;
  overflow: hidden;
  /* height: 1.2em; */
  line-height: 1.2em;
  text-align: center;
}

.header .item .item_link .text_original,
.header .item .item_link .text_hover {
  display: block;
}

.header .item .text_jp {
  color: #000;
  display: inline-block;
  font-size: 14px;
  text-align: center;
  line-height: 1;
  margin-top: 0.5em;
}

.header .item .item_link .text_hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

@-webkit-keyframes slide_out_up {
  to {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@keyframes slide_out_up {
  to {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@-webkit-keyframes slide_in_up {
  from {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slide_in_up {
  from {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.header .item.modal {
  margin-right: 18px;
  position: relative;
}

.header .item.modal .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  position: relative;
}

.header .item.modal .text::before,
.header .item.modal .text::after {
  /* content: ""; */
  width: 10px;
  height: 1px;
  background-color: #313134;
  position: absolute;
  top: 50%;
  right: -18px;
}

.header .item.modal .text::before {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.header .item.modal .text::after {
  -webkit-transform: translateY(-50%);
  /* transform: translateY(-50%); */
}

.header .modal_wrap {
  padding-top: 30px;
  width: 192px;
  position: absolute;
  top: 1.3rem;
  left: 70%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.header .modal_wrap_service {
  width: 275px;
}

.header .modal_contents {
  padding: 35px 25px 35px 35px;
  width: 100%;
  background-color: #fff;
}

.header .modal_item a {
  width: 100%;
  position: relative;
}

.header .modal_item a::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #EDEFF0;
  position: absolute;
  bottom: -5px;
  left: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header .modal_item .modal_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header .modal_item .modal_text::after {
  content: "";
  width: 15px;
  height: 5px;
  background: url(/wp-content/themes/swell_child/image/arrow_menu.svg) no-repeat center center/100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header .modal_item .modal_text .character {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
}

.header .modal_item+.modal_item {
  margin-top: 16px;
}

.header .button_header a {
  display: block;
  padding: 9px 33.8px;
  background: -webkit-gradient(linear, left top, right top, from(#003E92), to(#00942C));
  background: linear-gradient(to right, #003E92, #00942C);
  font-weight: 500;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header .button_header a::before {
  content: "";
  width: 98.3%;
  height: 93.8%;
  background-color: #F7FCFE;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1, 1);
  transform: translate(-50%, -50%) scale(1, 1);
  -webkit-transform-origin: top;
  transform-origin: top;
  z-index: 0;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.header .button_header .inner {
  font-family: "orpheuspro", serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* PC_メインビュー */
.top_fv {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.top_fv .text_block .wrap {
  position: relative;
}

.top_fv .sub_title .text {
  display: block;
  font-family: "orpheuspro", serif;
  font-size: 56px;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 0.9;
  color: rgba(194, 200, 203, 0.2);
}

.top_fv .sub_title .text:last-of-type {
  margin-left: 190px;
}

.top_fv .title_block {
  margin-top: -20px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.top_fv .title_block .text {
  font-family: "orpheuspro", serif;
  font-size: 14px;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 0.025em;
  line-height: 1.5;
  color: #313134;
  text-align: right;
}

.top_fv .title {
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.11em;
  line-height: 1.3;
  color: #313134;
  clip-path: inset(0 100% 0 0);
  -webkit-transition: clip-path 1.2s ease-out;
  transition: clip-path 1.2s ease-out;
}

.top_fv .title .strong {
  font-size: 48px;
}

.top_fv .scroll_down {
  position: absolute;
  top: calc(100vh - 491px);
  right: 0;
  z-index: 5;
}

.top_fv .scroll_down a {
  font-family: "orpheuspro", serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1;
  color: #fff;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.top_fv .scroll_down a::after {
  content: "";
  width: 7px;
  height: 15px;
  background: url(/wp-content/themes/swell_child/image/arrow_scrolldown.svg) no-repeat center center/contain;
}

.top_fv .img_block {
  margin-top: 30px;
  height: 370px;
}

.top_fv .img_block .main_visual {
  clip-path: inset(0 3.5%);
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.top_fv .img_block .main_visual .main_visual_images {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform-origin: center top;
  transform-origin: center top;
}

.top_fv .img_block .main_visual .main_visual_images .main_visual_img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.top_fv .img_block .main_visual .main_visual_images .main_visual_img::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1) url(/wp-content/themes/swell_child/image/effect_fv.png) no-repeat center center/cover;
  mix-blend-mode: screen;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.top_fv .img_block .main_visual .main_visual_images .main_visual_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: center top;
  transform-origin: center top;
}

/* PC_Information */
.top_information {
    margin-top: 100px;
}

.top_information .wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.top_information .title_block {
  position: relative;
}

.top_information .section_subtitle {
  font-size: 48px;
}

.top_information .section_title {
  margin-top: 10px;
}

.top_information .button_more {
  margin-top: 65px;
}

.top_information .list {
  width: 100%;
  max-width: 788px;
}

.top_information .item {
  overflow: hidden;
}

.top_information .item a {
  padding: 24.5px 28px 24.5px 20px;
  border-bottom: 1px solid #EDEFF0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.top_information .item a .arrow {
  width: 35px;
  height: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.top_information .item a .arrow img {
  display: block;
}

.top_information .item a::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 105%);
  transform: translate(-50%, 105%);
  z-index: -1;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.top_information .content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}

.top_information .date {
  padding-right: 30px;
  border-right: 1px solid #EDEFF0;
  font-family: "orpheuspro", serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.top_information .title {
  max-width: 530px;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

/* PC_About */
.top_about {
  padding: 0 0 90px;
  position: relative;
  overflow-x: clip;
}

.top_about::before {
  content: "";
  width: max(24.3vw, 350px);
  height: 728px;
  background-color: #F8FCFD;
  position: absolute;
  bottom: -248px;
  right: 0;
  z-index: 0;
}

.top_about .left_block {
  width: 100%;
  max-width: 660px;
}

.top_about .title_block {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.top_about .subtitle {
  font-family: "orpheuspro", serif;
  font-size: 80px;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1;
  color: #C2C8CB;
  position: relative;
}

.top_about .subtitle::before {
  content: "";
  width: 50vw;
  height: 2px;
  background-color: #C2C8CB;
  position: absolute;
  bottom: 12px;
  right: 0;
  z-index: 0;
}

.top_about .section_title {
  margin-top: 12px;
}

.top_about .section_subtitle {
  margin-top: -14px;
  font-size: 80px;
  position: relative;
}

.top_about .section_subtitle::before {
  content: "";
  width: 660px;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#003E92), color-stop(40%, #059D57), to(#00942C));
  background: linear-gradient(to right, #003E92 0%, #059D57 40%, #00942C 100%);
  position: absolute;
  bottom: 21px;
  left: 0;
  z-index: 0;
}

.top_about .text {
  margin-top: 16px;
  position: relative;
}

.top_about .list {
  margin-top: 56px;
  width: 560px;
}

.top_about .item a {
  display: block;
  position: relative;
}

.top_about .item a .text_block {
  padding: 0 30px 30px 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.top_about .item a .sub_title {
  font-family: "orpheuspro", serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #003E92;
}

.top_about .item a .title {
  margin-top: 10px;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
}

.top_about .item a .arrow {
  width: 36px;
  height: 6px;
  background: #C2C8CB;
  -webkit-mask: url("/wp-content/themes/swell_child/image/arrow.svg") center/contain no-repeat;
  mask: url("/wp-content/themes/swell_child/image/arrow.svg") center/contain no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.top_about .item a::before,
.top_about .item a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}

.top_about .item a::before {
  width: 30px;
  height: 2px;
  background-color: #003E92;
  z-index: 1;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.top_about .item a::after {
  width: 100%;
  height: 1px;
  background-color: #D6DADD;
  z-index: 0;
}

.top_about .item+.item {
  margin-top: 28px;
}

.top_about .right_block {
  margin-top: 36px;
}

.top_about .main_img {
  width: 480px;
  height: 660px;
  position: relative;
  z-index: 0;
}

.top_about .main_img::before {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  background: url(/wp-content/themes/swell_child/image/deco_about.svg) no-repeat center center/contain;
  bottom: -55px;
  right: -50px;
  z-index: 1;
}

.top_about .main_img_item {
  content: "";
  inset: 0;
  position: absolute;
  background: url(/wp-content/themes/swell_child/image/img01_about.jpg) no-repeat center center/cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.top_about .main_img_item.message {
  background: url(/wp-content/themes/swell_child/image/img02_about.jpg) no-repeat center center/cover;
}

.top_about .main_img_item.history {
  background: url(/wp-content/themes/swell_child/image/img03_about.jpg) no-repeat center center/cover;
}

.top_about .main_img_item.philosophy {
  background: url(/wp-content/themes/swell_child/image/img04_about.jpg) no-repeat center center/cover;
}

/* PC_Staff */
.top_staff {
  padding: 130px 0 0;
  position: relative;
}

.top_staff .wrap {
  position: relative;
}

.top_staff .lead_en {
  margin-left: 135px;
  font-family: "orpheuspro", serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1.7;
  color: #C2C8CB;
  position: relative;
  z-index: 1;
}

.top_staff .lead_en01::before {
  content: "";
  width: 300px;
  height: 200px;
  background-color: #F8FCFD;
  position: absolute;
  top: 8px;
  left: -36px;
  z-index: -1;
}

.top_staff .section_subtitle {
  margin: 6px auto 0;
  font-size: 64px;
}

.top_staff .section_title {
  margin-top: 8px;
  text-align: center;
}

.top_staff .lead {
  margin-top: 68px;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.7;
  text-align: center;
}

.top_staff .main_text {
  margin-top: 27px;
  line-height: 2;
  text-align: center;
}

.top_staff .button_more {
  margin: 54px auto 0;
  width: 250px;
}

.top_staff .button_more a::before {
  -webkit-transform: scale(0.34, 1);
  transform: scale(0.34, 1);
}

.top_staff .bg_message {
  font-family: "orpheuspro", serif;
  font-size: 150px;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1;
  color: rgba(194, 200, 203, 0.2);
  white-space: nowrap;
  position: absolute;
  bottom: 230px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}

.top_staff .lead_en02 {
  margin: 115px 210px 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.top_staff .lead_en02::before {
  content: "";
  width: 300px;
  height: 200px;
  background-color: #F8FCFD;
  position: absolute;
  bottom: 10px;
  left: -70px;
  z-index: -1;
}

.top_staff .img {
  display: block;
  position: absolute;
  overflow: hidden;
}

.top_staff .img img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.top_staff .img01 {
  width: 360px;
  outline: 1px solid #E2E4E5;
  outline-offset: 4px;
  top: 125px;
  left: 0;
  z-index: 1;
}

.top_staff .img01 img {
  width: 100%;
  aspect-ratio: 36/24;
  -o-object-fit: cover;
  object-fit: cover;
}

.top_staff .img01.sp {
  display: none;
}

.top_staff .img02 {
  width: 200px;
  outline: 1px solid #E2E4E5;
  outline-offset: 4px;
  top: 85px;
  right: 150px;
}

.top_staff .img02 img {
  width: 100%;
  aspect-ratio: 200/135;
  -o-object-fit: cover;
  object-fit: cover;
}

.top_staff .img03 {
  width: 200px;
  bottom: 150px;
  left: 150px;
}

.top_staff .img03 img {
  width: 100%;
  aspect-ratio: 200/135;
  -o-object-fit: cover;
  object-fit: cover;
}

.top_staff .img03.sp {
  display: none;
}

.top_staff .img04 {
  width: 200px;
  bottom: 250px;
  right: 0;
  z-index: 3;
}

.top_staff .img04 img {
  width: 100%;
  aspect-ratio: 200/135;
  -o-object-fit: cover;
  object-fit: cover;
}

.top_staff .img05 {
  width: 250px;
  outline: 1px solid #E2E4E5;
  outline-offset: 4px;
  bottom: 122px;
  right: 50px;
  z-index: 2;
}

.top_staff .img05 img {
  width: 100%;
  aspect-ratio: 25/17;
  -o-object-fit: cover;
  object-fit: cover;
}

.top_staff .img05.sp {
  display: none;
}

/* PC_Service */
.lower_bg {
  position: relative;
}

.lower_bg::before {
  content: "";
  width: 100%;
  height: 1818px;
  background-color: #F8FCFD;
  position: absolute;
  top: 80px;
  left: 0;
  z-index: -1;
}

.top_service {
  padding: 120px 0 130px;
  position: relative;
  overflow-x: clip;
}

.top_service .wrap {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 110px;
  position: relative;
}

.top_service .wrap::before {
  content: "";
  width: 1090px;
  height: 880px;
  background: #ECF3F7 url(/wp-content/themes/swell_child/image/bg_service.png) no-repeat center center/cover;
  position: absolute;
  top: -150px;
  left: -100px;
  z-index: -1;
}

.top_service .title_wrap {
  margin-top: 76px;
  width: 475px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.top_service .section_subtitle {
  font-size: 64px;
  position: relative;
}

.top_service .section_subtitle::before {
  content: "";
  width: 300px;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#003E92), color-stop(40%, #059D57), to(#00942C));
  background: linear-gradient(to right, #003E92 0%, #059D57 40%, #00942C 100%);
  position: absolute;
  bottom: 16px;
  right: 0;
  z-index: 0;
}

.top_service .section_title {
  margin-top: 10px;
}

.top_service .heading {
  margin-top: 50px;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.7;
}

.top_service .contents {
  overflow: visible;
  position: relative;
}

.top_service .swiper {
  width: 1720px;
}

.top_service .item {
  width: 320px;
}

.top_service .service_slider_button_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  bottom: -73px;
  left: 545px;
}

.top_service .swiper-button-prev,
.top_service .swiper-button-next {
  position: relative;
  padding: 0;
  width: 50px;
  height: 30px;
  border: 1px solid #C2C8CB;
  background-color: transparent;
  color: #003E92;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.top_service .service_slider_button_wrap .swiper-button-next {
  margin-left: 10px;
}

.top_service .service_slider_button_wrap .swiper-button-prev::before,
.top_service .service_slider_button_wrap .swiper-button-next::before {
  content: "";
  width: 20px;
  height: 6px;
  background: #C2C8CB;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.top_service .service_slider_button_wrap .swiper-button-prev::before {
  -webkit-mask: url("/wp-content/themes/swell_child/image/arrow_prev.svg") center/contain no-repeat;
  mask: url("/wp-content/themes/swell_child/image/arrow_prev.svg") center/contain no-repeat;
}

.top_service .service_slider_button_wrap .swiper-button-next::before {
  -webkit-mask: url("/wp-content/themes/swell_child/image/arrow_next.svg") center/contain no-repeat;
  mask: url("/wp-content/themes/swell_child/image/arrow_next.svg") center/contain no-repeat;
}

.top_service .swiper-button-next:after,
.top_service .swiper-button-prev:after {
  content: initial;
}

.top_service .list {
  padding-top: 20px;
}

.top_service .item a {
  position: relative;
}

.top_service .item a::before {
  content: "";
  width: 75px;
  aspect-ratio: 1/1;
  background: url(/wp-content/themes/swell_child/image/deco_img.svg) no-repeat center center/contain;
  position: absolute;
  top: -20px;
  left: -8px;
  z-index: 0;
}

.top_service .item a .img {
  width: 100%;
  overflow: hidden;
}

.top_service .item a .img img {
  width: 100%;
  aspect-ratio: 32/40;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.top_service .item a .text_block {
  margin-top: 20px;
}

.top_service .item a .title {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.top_service .item a .sub_title {
  margin-top: 8px;
  font-family: "orpheuspro", serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #003E92;
}

.top_service .item a .arrow {
  margin: 8px 5px 0 0;
  width: 20px;
  height: 5px;
  background: #C2C8CB;
  -webkit-mask: url("/wp-content/themes/swell_child/image/arrow_service.svg") center/100% no-repeat;
  mask: url("/wp-content/themes/swell_child/image/arrow_service.svg") center/100% no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.top_service .item a .order_block {
  position: relative;
}

.top_service .item a .order_block::before,
.top_service .item a .order_block::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
}

.top_service .item a .order_block::before {
  width: 100%;
  height: 2px;
  background-color: #003E92;
  z-index: 1;
  -webkit-transform: scale(0.31, 1);
  transform: scale(0.31, 1);
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.top_service .item a .order_block::after {
  width: 100%;
  height: 1px;
  background-color: #C2C8CB;
  z-index: 0;
}

.top_service .item a .order {
  font-family: "orpheuspro", serif;
  font-size: 64px;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 0.8;
  color: #C2C8CB;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.top_service .item a .kinds {
  font-size: 14px;
  letter-spacing: 0.05em;
}

/* PC_Store */
.top_store {
  overflow-x: clip;
}

.top_store .upper_block .wrap {
  width: 1440px;
  padding-bottom: 130px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.top_store .upper_block .map {
  width: 670px;
}

.top_store .upper_block .map img {
  width: 100%;
  aspect-ratio: 670/456;
  -o-object-fit: cover;
  object-fit: cover;
}

.top_store .upper_block .right_block {
  margin-bottom: -17px;
  width: 100%;
  max-width: 700px;
}

.top_store .upper_block .subtitle {
  font-family: "orpheuspro", serif;
  font-size: 80px;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1;
  color: #C2C8CB;
}

.top_store .upper_block .title_block {
  margin-top: -14px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  position: relative;
}

.top_store .upper_block .title_block::before {
  content: "";
  width: 95vw;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#003E92), color-stop(40%, #059D57), to(#00942C));
  background: linear-gradient(to right, #003E92 0%, #059D57 40%, #00942C 100%);
  position: absolute;
  bottom: 22px;
  left: 0;
  z-index: 0;
}

.top_store .upper_block .section_subtitle {
  font-size: 80px;
}

.top_store .upper_block .section_title {
  margin-top: 12px;
}

.top_store .upper_block .text {
  margin: 30px auto 0 0;
  width: 100%;
  max-width: 550px;
}

.top_store .lower_block .wrap {
  padding-bottom: 130px;
  border-left: 2px solid #EDEFF0;
  position: relative;
}

.top_store .lower_block .wrap::before {
  content: "";
  width: 175vw;
  height: 2px;
  background-color: #EDEFF0;
  position: absolute;
  bottom: 0;
  left: 0;
}

.top_store .subtitle_block {
  padding-top: 5px;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 16px;
}

.top_store .store_subtitle {
  margin-left: -3px;
  font-family: "orpheuspro", serif;
  font-size: 64px;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 0.8;
  color: #EDEFF0;
}

.top_store .store_title {
  margin-left: 10px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
}

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

.top_store .item {
  width: 330px;
}

.top_store .item a {
  display: block;
  padding-bottom: 20px;
  position: relative;
}

.top_store .item a .img {
  width: 100%;
  overflow: hidden;
}

.top_store .item a .img img {
  width: 100%;
  aspect-ratio: 33/22;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.top_store .item a .text_block {
  margin-top: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.top_store .item a .left_block {
  gap: 18px;
}

.top_store .item a .order {
  font-family: "orpheuspro", serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  color: #003E92;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.top_store .item a .title_block {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 10px;
}

.top_store .item a .title {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}

.top_store .item a .title::before {
  content: "";
  width: 1px;
  height: 30px;
  background-color: #003E92;
  position: absolute;
  top: 55%;
  left: -18px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.top_store .item a .sub_title {
  font-family: "orpheuspro", serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  color: #C2C8CB;
}

.top_store .item a .arrow {
  margin-right: 5px;
  width: 11px;
  height: 11px;
  background: url(/wp-content/themes/swell_child/image/arrow_store.svg) no-repeat center center/contain;
}

.top_store .item a .address {
  margin-top: 14px;
  font-size: 13px;
  letter-spacing: 0.01em;
  line-height: 1.5;
}

.top_store .item a::before,
.top_store .item a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}

.top_store .item a::before {
  width: 100%;
  height: 2px;
  background-color: #003E92;
  z-index: 1;
  -webkit-transform: scale(0.3, 1);
  transform: scale(0.3, 1);
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.top_store .item a::after {
  width: 100%;
  height: 1px;
  background-color: #EDEFF0;
  z-index: 0;
}

/* Common_contact */
.common_contact {
  padding: 110px 0 125px;
  background: url(/wp-content/themes/swell_child/image/bg_contact.jpg) no-repeat center bottom/100% 612px;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.common_contact::before {
  content: "";
  width: 100%;
  height: 613px;
  background-color: rgba(0, 62, 146, 0.1);
  position: absolute;
  bottom: 0;
  left: 0;
  backdrop-filter: blur(15px) brightness(0.85) contrast(1.35);
  -webkit-backdrop-filter: blur(15px) brightness(0.85) contrast(1.35);
  z-index: 0;
}

.common_contact .banner {
  margin: 0 auto;
  width: 100%;
  max-width: 940px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.common_contact .main_contents {
  margin-top: 130px;
  position: relative;
}

.common_contact .text_block {
  width: 100%;
  max-width: 620px;
}

.common_contact .title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Noto Serif JP", serif;
  font-size: 48px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  position: relative;
}

.common_contact .title::before {
  content: "";
  width: 65vw;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: -1px;
  right: 0;
  z-index: 0;
}

.common_contact .text {
  margin-top: 28px;
}

.common_contact .information_block {
  margin-top: 10px;
}

.common_contact .tel {
  font-family: "orpheuspro", serif;
  font-size: 48px;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1;
}

.common_contact .supplement {
  display: inline-block;
  margin-right: 5px;
  font-size: 32px;
}

.common_contact .hour {
  margin: 7px 0 0 5px;
}

.common_contact .button_contact {
  margin-top: 12px;
  width: 360px;
}

.common_contact .button_contact a {
  display: block;
  padding: 27px 17px;
  border: 1px solid #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.common_contact .button_contact a::after {
  content: "";
  width: 50.4px;
  height: 7.2px;
  background: #fff;
  -webkit-mask: url("/wp-content/themes/swell_child/image/arrow.svg") center/contain no-repeat;
  mask: url("/wp-content/themes/swell_child/image/arrow.svg") center/100% no-repeat;
}

.common_contact .button_contact a::before {
  content: "";
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background-color: #003E92;
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 0;
  -webkit-transform: scale(0.008, 1);
  transform: scale(0.008, 1);
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.common_contact .button_contact a .character {
  display: inline-block;
  position: relative;
}

.common_contact .bg_text {
  font-family: "orpheuspro", serif;
  font-size: 276px;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 0.8;
  color: rgba(255, 255, 255, 0.15);
  mix-blend-mode: overlay;
  white-space: nowrap;
  position: absolute;
  bottom: -32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 0;
}

/* PC_footer */
.footer {
  width: 100%;
  padding: 125px 0 50px;
  background: -webkit-gradient(linear, left top, left bottom, from(#003E92), to(#00357C));
  background: linear-gradient(to bottom, #003E92, #00357C);
  color: #fff;
  position: relative;
}

.footer .upper {
  padding-bottom: 86px;
}

.footer .classification_en {
  font-family: "orpheuspro", serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1;
  position: relative;
}

.footer .classification_en::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #fff;
  position: absolute;
  top: 3px;
  left: -18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.footer .classification {
  margin-top: 5px;
  font-family: "Noto Serif JP", serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
}

.footer .list {
  margin-top: 44px;
  padding-left: 6px;
}

.footer .menu_item+.menu_item {
  margin-top: 26px;
}

.footer .menu_item a {
  font-size: 14px;
  letter-spacing: 0.01em;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer .menu_item a::before {
  content: "";
  margin-top: 6px;
  width: 10px;
  height: 1px;
  background-color: #fff;
}

.footer .menu_item a .arrow {
  margin-top: 2px;
  width: 11px;
  height: 11px;
  background: url(/wp-content/themes/swell_child/image/arrow_store.svg) no-repeat center center/100%;
}

.footer .menu_item a:hover {
  opacity: 0.7;
}

.footer .menu_item.store a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer .menu_item.store a::before {
  content: "";
  margin-top: 0;
}

.footer .item_block a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer .item_block+.item_block {
  margin-top: 52px;
}

.footer .lower {
  padding-top: 42px;
  border-top: 1px solid #fff;
}

.footer .lower .wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
}

.footer .information_block {
  text-align: right;
}

.footer .tel {
  font-family: "orpheuspro", serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1;
}

.footer .supplement {
  display: inline-block;
  margin-right: 5px;
  font-size: 16px;
}

.footer .address {
  margin-top: 8px;
  font-size: 12px;
  letter-spacing: 0.01em;
  line-height: 1;
}

.footer .sns_block {
  margin-top: 22px;
}

.footer .sns_block a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer .comment {
  font-family: "orpheuspro", serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1;
}

.footer .link_block {
  margin-bottom: 3px;
}

.footer .internal_link {
  font-size: 12px;
  letter-spacing: 0.01em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.footer .internal_link a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer .copyright {
  margin-top: 15px;
  display: block;
  font-family: "orpheuspro", serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1;
  color: #fff;
}

.gotop {
  height: 76px;
  right: 26px;
  cursor: pointer;
  padding-left: 8px;
  font-family: "orpheuspro", serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1;
  color: #fff;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  position: absolute;
  bottom: 54px;
  z-index: 2;
}

.gotop::before {
  content: "";
  width: 1px;
  height: 130px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.gotop::after {
  content: "";
  width: 2px;
  height: 130px;
  background-color: #fff;
  -webkit-transform: scale(1, 0.62);
  transform: scale(1, 0.62);
  -webkit-transform-origin: top;
  transform-origin: top;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* PC下層ページ 共通設定 */
/* .bg_upper_page {
  width: 100%;
  height: 1850px;
  background: url(/wp-content/themes/swell_child/image/bg_upper_page.png) no-repeat center center/cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
} */

.common_page_main {
  overflow-x: clip;
  background-color: #F2FAFD;
}

.common_page_main .wrap {
  width: 1440px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 50px;
}

.common_page_main .title_box {
  padding: 16px 0 0 150px;
}

.common_page_main .sub_title {
  font-family: "orpheuspro", serif;
  font-size: 80px;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1;
  color: #C2C8CB;
  text-transform: capitalize;
  position: relative;
}

.common_page_main .sub_title::before {
  content: "";
  width: 60vw;
  height: 2px;
  background-color: #C2C8CB;
  position: absolute;
  bottom: 10px;
  right: 0;
  z-index: 0;
}

.common_page_main .title {
  margin-top: 8px;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.common_page_main .img {
  margin-right: calc(50% - 50vw);
  width: 59.1vw;
  min-height: 320px;
  min-width: 860px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.common_page_main .img img {
  width: 100%;
  aspect-ratio: 86/32;
  -o-object-fit: cover;
  object-fit: cover;
}

.breadcrumb {
  margin-top: 50px;
}

.breadcrumb .symbol,
.breadcrumb {
  font-size: 13px;
  letter-spacing: 0.01em;
}

.breadcrumb .current-item {
  color: #313134;
}

.breadcrumb_symbol {
  display: inline-block;
  width: 10px;
  height: 1px;
  margin: 0 10px 5px 10px;
  background-color: #C2C8CB;
}

.lower_page .section_subtitle {
  font-size: 48px;
  position: relative;
}

.lower_page .section_subtitle::before {
  content: "";
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#003E92), color-stop(40%, #059D57), to(#00942C));
  background: linear-gradient(to right, #003E92 0%, #059D57 40%, #00942C 100%);
  position: absolute;
  bottom: 12px;
  z-index: 0;
}

.lower_page .section_subtitle.left::before {
  background: linear-gradient(to left, #00942C 0%, #059D57 157px, #003E92 314px, #003E92 475px, #003E92);
}

.lower_page .section_title {
  margin-top: 10px;
}

.lower_page .text {
  font-size: 15px;
  letter-spacing: 0.025em;
}

/* PC下層ページ 事業内容 */
.page_business {
  overflow-x: clip;
}

.page_business .item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 100px;
  position: relative;
}

.page_business .item:nth-of-type(odd) {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.page_business .item:nth-of-type(odd) .section_subtitle {
  white-space: nowrap;
}

.page_business .item:nth-of-type(odd) .section_subtitle::before {
  width: 95vw;
  left: 0;
}

.page_business .item:nth-of-type(even) {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.page_business .item:nth-of-type(even) .section_subtitle::before {
  width: 95vw;
  right: 0;
}

.page_business .item+.item {
  margin-top: 120px;
}

.page_business .item:nth-of-type(2) {
  padding-bottom: 120px;
}

.page_business .item:nth-of-type(2) .img::before {
  height: 350px;
  background-color: #F8FCFD;
  bottom: -250px;
  right: -250px;
}

.page_business .item:nth-of-type(3) .img::before {
  height: 350px;
  background-color: #F8FCFD;
  bottom: -100px;
  left: -100px;
}

.page_business .item:nth-of-type(4) .img::before {
  height: 620px;
  background-color: #ECF3F7;
  top: 50%;
  right: -100px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.page_business .item:nth-of-type(5) .img::before {
  height: 350px;
  background-color: #F8FCFD;
  bottom: -50px;
  left: -100px;
}

.page_business .img {
  width: 100%;
  max-width: 380px;
  position: relative;
}

.page_business .img img {
  width: 100%;
  aspect-ratio: 38/52;
  -o-object-fit: cover;
  object-fit: cover;
}

.page_business .img::before {
  content: "";
  width: 350px;
  position: absolute;
  z-index: -1;
}

.page_business .order_block {
  position: absolute;
  bottom: -2px;
  right: -5px;
}

.page_business .order_block .order {
  font-family: "orpheuspro", serif;
  font-size: 88px;
  font-weight: 500;
  line-height: 0.8;
  color: #ECF3F7;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.page_business .order_block .kinds {
  font-size: 32px;
  letter-spacing: 0.05em;
}

.page_business .text_block {
  width: 100%;
  max-width: 560px;
}

.page_business .text {
  margin-top: 37px;
}

.page_business .button_list {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

.page_business .button_item a {
  display: block;
  padding: 14px 10px;
  border: 1px solid #003E92;
  font-family: "Noto Serif JP", serif;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.page_business .button_item a::after {
  content: "";
  width: 12px;
  aspect-ratio: 1;
  background: currentColor;
  -webkit-mask: url(/wp-content/themes/swell_child/image/arrow_store.svg) center/contain no-repeat;
  mask: url(/wp-content/themes/swell_child/image/arrow_store.svg) center/contain no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.page_business .button_item .inner {
  line-height: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* PC下層ページ 採用情報 */
.page_recruit .button_contact {
  margin: 50px auto 0;
  width: 360px;
}

.page_recruit .button_contact a {
  display: block;
  padding: 27px 17px;
  border: 2px solid #003E92;
  background-color: #003E92;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.page_recruit .button_contact a::after {
  content: "";
  width: 50.4px;
  height: 7.2px;
  background: #fff;
  -webkit-mask: url("/wp-content/themes/swell_child/image/arrow.svg") center/contain no-repeat;
  mask: url("/wp-content/themes/swell_child/image/arrow.svg") center/100% no-repeat;
}

.page_recruit .button_contact a::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.page_recruit .button_contact a .character {
  display: inline-block;
  position: relative;
}

/* PC下層ページ 沿革 */

.page_history .common_page_wrap {
  padding: 70px 0 50px;
}

.history_cont_sec .cont dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.history_cont_sec .cont dl {
  border-bottom: 1px solid #C2C8CB;
}

.history_cont_sec .cont dl dt {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 17%;
  padding: 1.8em 1em;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 1.5;
  font-weight: 700;
  position: relative;
}

.history_cont_sec .cont dl dt::before {
  content: "";
  width: 1px;
  height: 40%;
  background-color: #C2C8CB;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.history_cont_sec .cont dl dd {
  width: 100%;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 1.5;
  padding: 1.8em 5.3em;
  font-weight: 500;
}

/* PC下層ページ 経営理念 */
.page_philosophy .common_page_wrap {
  padding: 70px 0;
}

.page_philosophy .item .section_subtitle::before {
  background: linear-gradient(to left, #00942C 0%, #059D57 50px, #003E92 100px, #003E92 150px, #003E92);
}

.page_philosophy .item:nth-of-type(odd) .section_subtitle::before {
  left: initial;
  right: 0;
}

.page_philosophy .item:nth-of-type(2) {
  padding-bottom: 0;
}

.page_philosophy .item+.item {
  margin-top: 80px;
}

.page_philosophy .item:last-of-type .text {
  margin-top: 30px;
}

.page_philosophy .text_block {
  width: 100%;
  max-width: initial;
}

.page_philosophy .lead {
  margin-top: 35px;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.7;
  color: #003E92;
}

.page_philosophy .text {
  margin-top: 20px;
}

.page_philosophy .value_list {
  margin-top: 30px;
}

.page_philosophy .value_item+.value_item {
  margin-top: 30px;
}

.page_philosophy .summary_block {
  gap: 18px;
}

.page_philosophy .order {
  font-family: "orpheuspro", serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  color: #003E92;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page_philosophy .summary {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #003E92;
  position: relative;
}

.page_philosophy .summary::before {
  content: "";
  width: 1px;
  height: 30px;
  background-color: #003E92;
  position: absolute;
  top: 55%;
  left: -18px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.page_philosophy .contents {
  margin-top: 10px;
}

/* PC下層ページ 店舗一覧 */
.page_store .item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 100px;
  position: relative;
}

.page_store .item:nth-of-type(odd) {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.page_store .item:nth-of-type(even) {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.page_store .item:nth-of-type(even) .section_subtitle::before {
  background: linear-gradient(to left, #00942C 0%, #059D57 50px, #003E92 100px, #003E92 150px, #003E92);
}

.page_store .item:nth-of-type(2) .img::before {
  height: 360px;
  bottom: -260px;
}

.page_store .item:nth-of-type(4) .img::before {
  height: 430px;
}

.page_store .img {
  max-width: 600px;
}

.page_store .img img {
  aspect-ratio: 33/29;
  -o-object-position: top;
  object-position: top;
}

.page_store .text_block {
  max-width: initial;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.page_store .store_cont_sec .cont {
  margin-top: 30px;
}

.page_store .store_cont_sec .cont dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page_store .store_cont_sec .cont dl:not(:last-of-type) {
  border-bottom: 1px solid #C2C8CB;
}

.page_store .store_cont_sec .cont dl dt {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 25%;
  padding: 1em;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 1.5;
  font-weight: 700;
}

.page_store .store_cont_sec .cont dl dd {
  width: 100%;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 1.5;
  padding: 1em;
  font-weight: 500;
}

.page_store .button_item a {
  padding: 14px 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  font-weight: 500;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}

/* PC下層ページ お問い合わせフォーム */
.page_contact .privacy_term_detail {
  margin: 70px 0 20px;
}

/* PC下層ページ お問い合わせフォーム（確認） */
.page-template-page-contact-confirm .common_page_main .sub_title {
  font-size: 64px;
}

/* PC下層ページ エントリーフォーム */
.page_entry .form_box:not(:first-child) {
  padding-top: 60px;
  border-top: 1px solid #C2C8CB;
}

.page_entry .year select {
  width: 28%;
}

.page_entry .sub {
  margin: 0 10px 0 5px;
}

/* PC下層ページ 個人情報保護法 */
/* PC下層ページ お知らせ一覧 */
.category-news {
  overflow: hidden;
}

/* PC下層ページ お知らせ詳細 */
.single-post .p-articleThumb img[alt="No image"] {
  display: none;
}

/* ↓ 2026.02.23 追記 ↓ ----------------------------------------------- */
.page_property_archive .property_links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.page_property_archive .property_link {
  border: 1px solid #003E92;
  padding: 5px 15px;
  border-radius: 3px;
  font-size: 18px;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  transition: background 0.3s, color 0.3s ease 0s;
}

.page_property_archive .property_link:hover {
  background-color: #003E92;
  color: #FFF;
}

.page_property_archive .property_wrapper {
  margin-top: 60px;
}

.page_property_archive .property_contents+.property_contents {
  margin-top: 120px;
}

.page_property_archive .property_lead {
  font-size: 24px;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  border-bottom: 2px solid #C2C8CB;
  padding: 0 0 .3em 1em;
  position: relative;
}

.page_property_archive .property_lead::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: var(--main-color);
  position: absolute;
  top: 16px;
  left: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


.page_property_archive .property_items {
  display: grid;
  grid-template-columns: repeat(4, 24%);
  column-gap: 1.33%;
  row-gap: 30px;
  margin-top: 10px;
}

.page_property_archive .property_item {
  display: flex;
  flex-direction: column;
}

.page_property_archive .property_item:hover .property_img img {
  transform: scale(1.1);
}

.page_property_archive .property_item:hover .property_title {
  color: #003E92;
}

.page_property_archive .property_img {
  height: 200px;
  flex-shrink: 0;
  overflow: hidden;
}

.page_property_archive .property_img img {
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease 0s;
}

.page_property_archive .property_body {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.page_property_archive .property_title {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-family: "Noto Serif JP", serif;
  transition: color 0.3s ease 0s;
}

.page_property_archive .property_lists {
  margin-top: auto;
}

.page_property_archive .property_list {
  display: grid;
  grid-template-columns: 60px 1fr;
  align-items: center;
  line-height: 1.4;
}

.page_property_archive .property_list+.property_list {
  margin-top: 7px;
}

.page_property_archive .property_list dt {
  font-size: 14px;
  font-weight: 700;
}

.page_property_archive .property_list dd {
  font-size: 14px;
  font-weight: 500;
}

.page_property_archive .property_list dd span {
  color: #003E92;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.page_property_archive .property_btn {
  background-color: #003E92;
  border: 1px solid #003E92;
  border-radius: 3px;
  color: #FFF;
  padding: 2px 15px 4px;
  margin-top: 30px;
  display: block;
  width: fit-content;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 18px;
  transition: color 0.3s, background 0.3s ease 0s;
}

.page_property_archive .wp-pagenavi+.property_btn {
  margin: 50px auto 0;
}

.page_property_archive .property_btn:hover {
  color: #003E92;
  background-color: transparent;
}

.page_property_archive .wp-pagenavi {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

.page_property_archive .wp-pagenavi a,
.page_property_archive .wp-pagenavi span {
  padding: 3px 10px;
  transition: color 0.3s, background 0.3s ease 0s;
}

.page_property_archive .wp-pagenavi a:hover,
.page_property_archive .wp-pagenavi span.current {
  border-color: initial;
  background-color: #003E92;
  color: #FFF;
}

.page_property_single .property_cat {
  background-color: #00357C;
  color: #FFF;
  padding: 2px 15px;
  border-radius: 3px;
  width: fit-content;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
}

.page_property_single .property_title {
  font-size: 28px;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  margin-top: 5px;
}

.page_property_single .property_lead {
  color: #00357C;
  border-radius: 3px;
  width: fit-content;
  text-transform: uppercase;
  margin-top: 40px;
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-family: "orpheuspro", serif;
}

.page_property_single .property_point {
  font-size: 21px;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
}

.page_property_single .property_items {
  margin-top: 40px;
}

.page_property_single .property_item {
  display: grid;
  grid-template-columns: 300px 1fr;
  border-bottom: 1px solid #C2C8CB;
  padding: 10px 0;
}

.page_property_single .property_item dt {
  font-size: 16px;
  font-weight: 700;
  padding-left: 10px;
}

.page_property_single .property_item dd {
  font-size: 16px;
  font-weight: 500;
  padding-right: 10px;
}

.page_property_single .property_images {
  display: grid;
  grid-template-columns: repeat(2, 48%);
  column-gap: 4%;
  margin-top: 50px;
}

.page_property_single .property_image img {
  aspect-ratio: 5/3;
}

.page_property_single .property_image figcaption {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #003E92;
  margin-top: 5px;
  font-family: "Noto Serif JP", serif;
}

.page_property_single .property_feature {
  font-size: 21px;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
}

.page_property_single .property_wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: grid;
  grid-template-columns: 48% 52%;
  align-items: center;
  margin-top: 50px;
}

.page_property_single .property_outer {
  position: relative;
  width: 100%;
}

.page_property_single .property-single_swiper {
  width: calc(100% - 70px);
}

.page_property_single .property_img {
  aspect-ratio: 5/4;
}

.page_property_single .property_img img {
  -o-object-position: top center;
  object-position: top center;
  width: 100%;
  height: 100%;
}

.page_property_single .swiper-button-prev,
.page_property_single .swiper-button-next {
  -webkit-transform: translateY(-50%);
  -webkit-transition: background 0.3s ease 0s;
  top: 50%;
  right: auto;
  width: 70px;
  height: 70px;
  margin: 0;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #F2EEE6;
  transition: background 0.3s ease 0s;
}

.page_property_single .swiper-button-prev::after,
.page_property_single .swiper-button-next::after {
  display: none;
}

.page_property_single .swiper-button-prev::before,
.page_property_single .swiper-button-next::before {
  position: absolute;
  aspect-ratio: 1/1;
  width: 12px;
  border: 2px solid #8E8463;
  border-top: none;
  border-left: none;
  content: "";
}

.page_property_single .swiper-button-prev:hover,
.page_property_single .swiper-button-next:hover {
  background-color: rgba(242, 238, 230, 0.7);
}

.page_property_single .swiper-button-prev {
  left: 0;
}

.page_property_single .swiper-button-prev::before {
  -webkit-transform: rotate(135deg);
  left: 32px;
  transform: rotate(135deg);
}

.page_property_single .swiper-button-next {
  right: 0;
}

.page_property_single .swiper-button-next::before {
  -webkit-transform: rotate(-45deg);
  left: 28px;
  transform: rotate(-45deg);
}

.page_property_single .property_thumbnails {
  -webkit-column-gap: 1.33%;
  -moz-column-gap: 1.33%;
  display: grid;
  grid-template-columns: repeat(4, 24%);
  column-gap: 1.33%;
  row-gap: 10px;
  padding-left: 40px;
}

.page_property_single .property_thumbnail {
  aspect-ratio: 5/4;
  cursor: pointer;
}

.page_property_single .property_thumbnail.is_active {
  outline: 3px solid #0066CC;
}

.page_property_single .property_thumbnail img {
  -o-object-position: top center;
  object-position: top center;
  width: 100%;
  height: 100%;
}

.page_property_single .property_btns {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  column-gap: 20px;
}

.page_property_single .property_btn {
  background-color: #003E92;
  border: 1px solid #003E92;
  border-radius: 3px;
  color: #FFF;
  padding: 2px 15px 4px;
  display: block;
  width: fit-content;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 18px;
  transition: color 0.3s, background 0.3s ease 0s;
}

.page_property_single .property_btn:hover {
  color: #003E92;
  background-color: transparent;
}

.page_reform .article+.reform_cont_sec {
  margin-top: 120px;
}

.page_reform .reform_cont_sec .reform_wrapper {
  display: grid;
  grid-template-columns: 1fr 480px;
  column-gap: 50px;
  align-items: center;
}

.page_reform .reform_cont_sec .reform_heading_en {
  font-family: "orpheuspro", serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  background: -webkit-linear-gradient(0deg, #003E92 0%, #059D57 50%, #00942C 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 50px;
  line-height: 1.2;
}

.page_reform .reform_cont_sec .reform_heading_ja {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 500;
  margin-top: -10px;
}

.page_reform .reform_cont_sec .reform_lead {
  font-size: 18px;
  font-weight: 700;
  color: #003E92;
  margin-top: 15px;
  font-family: "Noto Serif JP", serif;
}

.page_reform .reform_cont_sec .reform_text {
  margin-top: 20px;
  font-size: 15px;
  font-weight: 500;
}

.page_reform .reform_cont_sec .reform_img {
  aspect-ratio: 10/7;
}

.page_reform .reform_cont_sec .reform_img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.page_reform .article {
  margin-top: 60px;
}

.page_reform .article .article_lead {
  color: #003E92;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 700;
}

.page_reform .article .article_items {
  display: grid;
  grid-template-columns: repeat(4, 24%);
  column-gap: 1.33%;
  margin-top: 5px;
}

.page_reform .article .article_item:hover .article_img img {
  transform: scale(1.1);
}

.page_reform .article .article_item:hover .article_title {
  color: #003E92;
}

.page_reform .article .article_img {
  aspect-ratio: 5/4;
  overflow: hidden;
}

.page_reform .article .article_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: transform 0.3s ease 0s;
}

.page_reform .article .article_cat {
  background-color: #003E92;
  color: #FFF;
  border-radius: 3px;
  margin-top: 10px;
  padding: 0 5px;
  font-size: 14px;
  font-family: "Noto Serif JP", serif;
  width: fit-content;
}

.page_reform .article .article_title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.4;
  font-size: 21px;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  margin-top: 5px;
  transition: color 0.3s ease 0s;
}

.page_reform .article .article_btn {
  background-color: #003E92;
  border: 1px solid #003E92;
  border-radius: 3px;
  color: #FFF;
  padding: 2px 15px 4px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 18px;
  transition: color 0.3s, background 0.3s ease 0s;
  margin: 50px auto 0;
  display: block;
  width: fit-content;
}

.page_reform .article .article_btn:hover {
  color: #003E92;
  background-color: transparent;
}

.header .item.modal .text {
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1.2em;
}

.header .item.modal::before,
.header .item.modal::after {
  content: "";
  width: 10px;
  height: 1px;
  background-color: #313134;
  position: absolute;
  top: 50%;
  right: -25px;
  transition: .3s;
}

.header .item.modal::after {
  rotate: 90deg;
}

.header .item.modal:hover::after {
  rotate: 0deg;
}

.header .item .item_link .text_original {
  font-size: 14px;
}

/* ↑ 2026.02.23 追記 ↑ ----------------------------------------------- */

@media (hover: hover) {
  .button_more a:hover::before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  .button_more a:hover .arrow {
    background: #003E92;
  }

  .button_more a:hover .character>span:first-child {
    -webkit-animation: slide_out_up 0.4s forwards;
    animation: slide_out_up 0.4s forwards;
  }

  .button_more a:hover .character>span:last-child {
    -webkit-animation: slide_in_up 0.4s forwards;
    animation: slide_in_up 0.4s forwards;
  }

  .button_more a:hover .character:nth-of-type(1)>span {
    -webkit-animation-delay: 0.05s;
    animation-delay: 0.05s;
  }

  .button_more a:hover .character:nth-of-type(2)>span {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
  }

  .button_more a:hover .character:nth-of-type(3)>span {
    -webkit-animation-delay: 0.15s;
    animation-delay: 0.15s;
  }

  .button_more a:hover .character:nth-of-type(4)>span {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
  }

  .button_more a:hover .character:nth-of-type(5)>span {
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
  }

  .button_more a:hover .character:nth-of-type(6)>span {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
  }

  .button_more a:hover .character:nth-of-type(7)>span {
    -webkit-animation-delay: 0.35s;
    animation-delay: 0.35s;
  }

  .button_more a:hover .character:nth-of-type(8)>span {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
  }

  .header a:hover .logo {
    opacity: 0.7;
  }

  /* .header .item .item_link:hover .text_original {
    -webkit-animation: slide_out_up 0.4s forwards;
    animation: slide_out_up 0.4s forwards;
  }

  .header .item .item_link:hover .text_hover {
    -webkit-animation: slide_in_up 0.4s forwards;
    animation: slide_in_up 0.4s forwards;
  } */

  .header .item.modal:hover .text {
    color: #003E92;
  }

  .header .item.modal:hover .text::before {
    -webkit-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
  }

  .header .item.modal:hover>.modal_wrap {
    opacity: 1;
    visibility: visible;
  }

  .header .modal_item a:hover::before {
    visibility: visible;
    opacity: 1;
  }

  .header .modal_item a:hover .modal_text::after {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }

  .header .modal_item a:hover .modal_text .character {
    color: #003E92;
  }

  .header .button_header a:hover::before {
    -webkit-transform: translate(-50%, -50%) scale(1, 0);
    transform: translate(-50%, -50%) scale(1, 0);
  }

  .header .button_header a:hover .inner {
    color: #fff;
  }

  .top_information .item a:hover::before {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

  .top_information .item a:hover .arrow {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }

  .top_about .item a:hover {
    color: #003E92;
  }

  .top_about .item a:hover::before {
    width: 100%;
  }

  .top_about .item a:hover .arrow {
    background: #003E92;
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }

  .top_service .item a:hover .img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  .top_service .item a:hover .title {
    color: #003E92;
  }

  .top_service .item a:hover .arrow {
    background: #003E92;
  }

  .top_service .item a:hover .order_block::before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  .top_service .item a:hover .order {
    color: #003E92;
  }

  .top_service .service_slider_button_wrap .swiper-button-prev:hover,
  .top_service .service_slider_button_wrap .swiper-button-next:hover {
    background-color: #C2C8CB;
  }

  .top_service .service_slider_button_wrap .swiper-button-prev:hover::before,
  .top_service .service_slider_button_wrap .swiper-button-prev:hover::before,
  .top_service .service_slider_button_wrap .swiper-button-next:hover::before,
  .top_service .service_slider_button_wrap .swiper-button-next:hover::before {
    background: #fff;
  }

  .top_store .item a:hover .img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  .top_store .item a:hover .title {
    color: #003E92;
  }

  .top_store .item a:hover::before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  .common_contact .button_contact a:hover::before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  .common_contact .banner:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  .footer a:hover .logo {
    opacity: 0.7;
  }

  .footer .menu_item a:hover,
  .footer .item_block a:hover,
  .footer .sns_block a:hover,
  .footer .internal_link a:hover {
    opacity: 0.7;
  }

  .gotop:hover::after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  .button_item a:hover {
    background-color: #003E92;
    color: #fff;
  }

  .page_recruit .button_contact a:hover {
    color: #003E92;
  }

  .page_recruit .button_contact a:hover::after {
    background: #003E92;
  }

  .page_recruit .button_contact a:hover::before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@media (max-width: 750px) {
  .wrap {
    max-width: 90%;
  }

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

  body {
    font-size: 3.6vw;
  }

  /* SPヘッダー */
  #sp_header {
    padding: 0 0.8vw 0 2.55vw;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1000;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #sp_header .logo {
    margin: 3.8vw 0;
    width: 30.8vw;
    position: relative;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }

  #sp_header .button_block {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #sp_header .mail {
    display: inline-block;
    width: 6.4vw;
    height: 4.5vw;
    background: #313134;
    -webkit-mask: url(/wp-content/themes/swell_child/image/icon_mail.svg) center/contain no-repeat;
    mask: url(/wp-content/themes/swell_child/image/icon_mail.svg) center/contain no-repeat;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  #sp_header .text {
    margin-left: 3.1vw;
    font-family: "orpheuspro", serif;
    font-size: 3.3vw;
    font-weight: 500;
    line-height: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  /* ナビ開いた時 */
  #sp_header.active {
    position: fixed;
  }

  #sp_header.active .logo {
    opacity: 0;
    visibility: hidden;
  }

  #sp_header.active .mail {
    background: #fff;
  }

  #sp_header.active .text {
    color: #fff;
  }

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

  .common_page_wrap {
    padding: 10vw 0 5vw;
  }

  .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 {
    grid-template-columns: 1fr;
    gap: 0.6em;
  }

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

  .common_contact_form .form_box dl dt {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 4.1vw;
    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 {
    width: 100%;
    font-size: 3.6vw;
  }

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

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

  .radio_btns .radio_btns__item+span {
    font-size: 3.8vw;
  }

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

  .radio_btns .radio_btns__item+span::after {
    width: 2.6vw;
    left: 1.3vw;
  }

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

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

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

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

  .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 {
    width: 96%;
    padding: 5vw 0;
  }

  .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 {
    width: 2.5vw;
    margin: 1.5vw auto 0;
  }

  /* サンクスページ */
  .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 {
    width: 80%;
    line-height: 12vw;
    font-size: 4vw;
  }

  /* ステップバー デザイン */
  .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 {
    width: 5.7vw;
    top: 63%;
    left: -3.3em;
  }

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

  /* 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;
    padding: 1vw 2vw;
    line-height: 9vw;
    margin-bottom: 1vw;
  }

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

  body #sitemap_list {
    padding: 0;
  }

  /* ○○様サイト SP版追加CSS */
  a[href^="tel:"] {
    pointer-events: auto;
  }

  /* 共通設定 */
  body {
    min-width: initial;
  }

  .wrap {
    width: initial;
  }

  .wrap.mid {
    width: initial;
  }

  .wrap.lr {
    width: initial;
  }

  .bg_upper {
    height: 720.5vw;
    background: url(/wp-content/themes/swell_child/image/bg_upper_sp.png) no-repeat center center/cover;
  }

  /* 共通パーツ */
  .button_more {
    width: 51.3vw;
  }

  .button_more a {
    padding-bottom: 3.6vw;
    font-size: 4.6vw;
  }

  .button_more a::before {
    z-index: 1;
  }

  .button_more a::after {
    z-index: 0;
  }

  .button_more a .arrow {
    width: 9.2vw;
    height: 1.5vw;
  }

  .section_title {
    font-size: 3.6vw;
  }

  /* SPヘッダー */
  .globalMenuSp {
    padding: 21.5vw 0 12.8vw;
  }

  .globalMenuSp .nav_list {
    margin: 0 auto;
    padding-bottom: 12.8vw;
    width: 84.6vw;
  }

  .globalMenuSp .nav_list .list {
    margin-top: 6.2vw;
    padding-left: 0.8vw;
  }

  .globalMenuSp .item_block {
    padding-left: 3.6vw;
  }

  .globalMenuSp .item_block:not(:last-child) {
    padding-bottom: 7.2vw;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }

  .globalMenuSp .classification_en {
    font-family: "orpheuspro", serif;
    font-size: 5.1vw;
    font-weight: 700;
    letter-spacing: 0.03em;
    line-height: 1;
    position: relative;
  }

  .globalMenuSp .classification_en::before {
    content: "";
    width: 1.5vw;
    height: 1.5vw;
    background-color: #fff;
    position: absolute;
    top: -0.5vw;
    left: -3.3vw;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .globalMenuSp .classification {
    margin-top: 1.3vw;
    font-family: "Noto Serif JP", serif;
    font-size: 3.1vw;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1;
  }

  .globalMenuSp .menu_item+.menu_item {
    margin-top: 5.4vw;
  }

  .globalMenuSp .menu_item a {
    font-size: 3.6vw;
    letter-spacing: 0.01em;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2.6vw;
  }

  .globalMenuSp .menu_item a::before {
    content: "";
    width: 1.8vw;
    height: 1px;
    background-color: #fff;
  }

  .globalMenuSp .menu_item a .arrow {
    width: 2.8vw;
    height: 2.8vw;
    background: url(/wp-content/themes/swell_child/image/arrow_store.svg) no-repeat center center/100%;
  }

  .globalMenuSp .item_block+.item_block {
    margin-top: 7.2vw;
  }

  .globalMenuSp .lower_block {
    border-top: 1px solid #fff;
  }

  .globalMenuSp .button_contact {
    margin-top: 9.7vw;
    width: 100%;
  }

  .globalMenuSp .button_contact a {
    display: block;
    padding: 5.1vw;
    border: 1px solid #fff;
    background-color: transparent;
    font-family: "Noto Serif JP", serif;
    font-size: 4.6vw;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
  }

  .globalMenuSp .button_contact a::after {
    content: "";
    width: 12.9vw;
    height: 1.8vw;
    background: #fff;
    -webkit-mask: url("/wp-content/themes/swell_child/image/arrow.svg") center/contain no-repeat;
    mask: url("/wp-content/themes/swell_child/image/arrow.svg") center/100% no-repeat;
  }

  .globalMenuSp .button_contact a .character {
    display: inline-block;
    position: relative;
  }

  .globalMenuSp .info {
    margin-top: 7.2vw;
  }

  .globalMenuSp .tel {
    font-family: "orpheuspro", serif;
    font-size: 6.2vw;
    font-weight: 500;
    letter-spacing: 0.025em;
    line-height: 1;
  }

  .globalMenuSp .supplement {
    display: inline-block;
    margin-right: 1.3vw;
    font-size: 4.1vw;
  }

  .globalMenuSp .address {
    margin-top: 1.5vw;
    font-size: 3.1vw;
    letter-spacing: 0.01em;
    line-height: 1.5;
  }

  .globalMenuSp .sns_block {
    margin-top: 3.3vw;
  }

  .globalMenuSp .sns_block a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2.6vw;
  }

  .globalMenuSp .comment {
    font-family: "orpheuspro", serif;
    font-size: 3.1vw;
    font-weight: 500;
    letter-spacing: 0.01em;
    line-height: 1;
  }

  .globalMenuSp .link_block {
    margin-top: 11.3vw;
  }

  .globalMenuSp .internal_link {
    font-size: 2.6vw;
    letter-spacing: 0.01em;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2.6vw;
  }

  .globalMenuSp .copyright {
    margin-top: 3.1vw;
    display: block;
    font-family: "orpheuspro", serif;
    font-size: 2.6vw;
    font-weight: 500;
    letter-spacing: 0.01em;
    line-height: 1;
    color: #fff;
  }

  .top_fv .text_block .wrap {
    max-width: 94.9%;
  }

  .top_fv .sub_title .text {
    font-size: 6.2vw;
    line-height: 1.3;
  }

  .top_fv .sub_title .text:last-of-type {
    margin-left: 16.7vw;
  }

  .top_fv .title_block {
    margin: -3.1vw 0 0 1.5vw;
    display: block;
  }

  .top_fv .title_block .text {
    margin: 2.1vw 2.3vw 0 0;
    font-size: 3.1vw;
    line-height: 1.5;
    position: relative;
    z-index: 1;
  }

  .top_fv .title {
    font-size: 8.2vw;
    line-height: 1.36;
  }

  .top_fv .title .strong {
    font-size: 8.3vw;
  }

  .top_fv .scroll_down {
    top: calc(100vh - 20.5vw);
    right: 2.6vw;
  }

  .top_fv .scroll_down a {
    font-size: 3.6vw;
    gap: 2.6vw;
  }

  .top_fv .scroll_down a::after {
    width: 1.8vw;
    height: 3.8vw;
  }

  .top_fv .img_block {
    margin-top: -3vw;
    height: 120vw;
  }

  .top_fv .img_block .main_visual {
    clip-path: inset(0 2.5%);
  }

  .top_fv .img_block .main_visual .main_visual_images .main_visual_img::before {
    background: rgba(255, 255, 255, 0.1) url(/wp-content/themes/swell_child/image/effect_fv_sp.png) no-repeat center center/cover;
  }

  /* SP_Information */
  .top_information {
    margin-top: 17vw;
}

  .top_information .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4.1vw;
  }

  .top_information .title_wrapper {
    display: contents;
  }

  .top_information .title_block {
    position: relative;
  }

  .top_information .section_subtitle {
    margin: 0 auto;
    font-size: 8.2vw;
  }

  .top_information .section_title {
    margin-top: 1vw;
    text-align: center;
  }

  .top_information .button_more {
    margin-top: 4.5vw;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .top_information .item a {
    padding: 4vw 4.1vw;
    display: block;
  }

  .top_information .item a .arrow {
    width: 5.4vw;
    height: 1.5vw;
    position: absolute;
    top: 5.9vw;
    right: 3.6vw;
  }

  .top_information .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: initial;
    -ms-flex-align: initial;
    align-items: initial;
    gap: 1.3vw;
  }

  .top_information .date {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-right: 4.1vw;
    font-size: 3.3vw;
  }

  .top_information .title {
    max-width: initial;
    font-size: 3.6vw;
  }

  /* SP_About */
  .top_about {
    padding: 0 0 6.7vw;
  }

  .top_about::before {
    width: 25.6vw;
    height: 119vw;
    bottom: -56vw;
  }

  .top_about .title_block {
    gap: 3.8vw;
  }

  .top_about .subtitle {
    font-size: 14.4vw;
  }

  .top_about .subtitle::before {
    bottom: 1.6vw;
  }

  .top_about .section_title {
    margin-top: 3.1vw;
  }

  .top_about .section_title::before {
    bottom: 3.8vw;
  }

  .top_about .section_subtitle {
    margin-top: 0;
    font-size: 14.4vw;
  }

  .top_about .section_subtitle::before {
    width: 95vw;
    bottom: 3.8vw;
  }

  .top_about .text {
    margin-top: -0.3vw;
  }

  .top_about .list {
    margin-top: 5.4vw;
    width: 100%;
  }

  .top_about .item a .img {
    width: 100%;
  }

  .top_about .item a .img img {
    width: 100%;
    aspect-ratio: 35/18;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .top_about .item a .text_block {
    padding: 3.9vw 2.1vw 4.9vw 3.1vw;
  }

  .top_about .item a .title_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 1.7vw;
  }

  .top_about .item a .sub_title {
    font-size: 3.1vw;
  }

  .top_about .item a .title {
    margin-top: 0;
    font-size: 4.6vw;
  }

  .top_about .item a .arrow {
    width: 9.2vw;
    height: 1.5vw;
  }

  .top_about .item a::before {
    width: 7.7vw;
  }

  .top_about .item+.item {
    margin-top: 5.9vw;
  }

  /* SP_Staff */
  .top_staff {
    padding: 15vw 0 0;
    overflow-x: clip;
  }

  .top_staff .wrap {
    max-width: 94.9%;
  }

  .top_staff .lead_en {
    margin-left: 2.6vw;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 2.1vw;
    line-height: 1.3;
  }

  .top_staff .lead_en01::before {
    width: 38.5vw;
    height: 25.6vw;
    top: 3.8vw;
    left: initial;
    right: -11vw;
  }

  .top_staff .section_subtitle {
    margin: 13vw auto 0;
    font-size: 12.3vw;
  }

  .top_staff .section_title {
    margin-top: 0.3vw;
  }

  .top_staff .lead {
    margin-top: 6.7vw;
    font-size: 4.6vw;
    line-height: 1.7;
  }

  .top_staff .main_text {
    margin-top: 4.9vw;
  }

  .top_staff .button_more {
    margin: 9vw auto 0;
    width: 64.1vw;
  }

  .top_staff .bg_message {
    font-size: 20.5vw;
    bottom: 92vw;
  }

  .top_staff .lead_en02 {
    margin: 15px auto 0 auto;
  }

  .top_staff .lead_en02::before {
    width: 38.5vw;
    height: 25.6vw;
    bottom: 1.3vw;
    left: -11.3vw;
  }

  .top_staff .img01 {
    width: 51.3vw;
    height: 33.3vw;
    position: relative;
    top: 6vw;
    left: 1.3vw;
  }

  .top_staff .img01 img {
    height: 52.9vw;
    position: absolute;
    top: -8.2vw;
    left: 0;
  }

  .top_staff .img01.pc {
    display: none;
  }

  .top_staff .img01.sp {
    display: block;
  }

  .top_staff .img02 {
    display: none;
  }

  .top_staff .img03 {
    width: 25.6vw;
    height: 16.7vw;
    bottom: initial;
    left: initial;
    top: 67.2vw;
    right: 2.6vw;
  }

  .top_staff .img03 img {
    height: 25.6vw;
    position: absolute;
    top: -5vw;
    left: 0;
  }

  .top_staff .img03.pc {
    display: none;
  }

  .top_staff .img03.sp {
    display: block;
  }

  .top_staff .img04 {
    display: none;
  }

  .top_staff .img05 {
    margin: 9.7vw 3.8vw 0 auto;
    width: 51.3vw;
    height: 33.3vw;
    position: relative;
    bottom: initial;
    right: initial;
  }

  .top_staff .img05 img {
    height: 49.4vw;
    position: absolute;
    top: -6.5vw;
    left: 0;
  }

  .top_staff .img05.pc {
    display: none;
  }

  .top_staff .img05.sp {
    display: block;
  }

  /* SP_Service */
  .lower_bg::before {
    height: 1561px;
    top: 12.8vw;
  }

  .top_service {
    padding: 12.3vw 0 29.5vw;
  }

  .top_service .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3.2vw;
  }

  .top_service .wrap::before {
    width: 89.7vw;
    height: 230.8vw;
    background: #ECF3F7 url(/wp-content/themes/swell_child/image/bg_service_sp.png) no-repeat center center/cover;
    top: -12.3vw;
    left: -5.1vw;
  }

  .top_service .title_wrap {
    margin-top: 0;
    width: initial;
  }

  .top_service .section_subtitle {
    font-size: 12.3vw;
  }

  .top_service .section_subtitle::before {
    width: 68vw;
    bottom: 3.3vw;
  }

  .top_service .section_title {
    margin-top: 0;
  }

  .top_service .heading {
    margin-top: 6.9vw;
    font-size: 5.1vw;
  }

  .top_service .swiper {
    width: 379.5vw;
  }

  .top_service .item {
    width: 71.8vw;
  }

  .top_service .service_slider_button_wrap {
    bottom: -16.2vw;
    left: 0;
  }

  .top_service .swiper-button-prev,
  .top_service .swiper-button-next {
    width: 12.8vw;
    height: 7.7vw;
    border: 1px solid #C2C8CB;
  }

  .top_service .service_slider_button_wrap .swiper-button-next {
    margin-left: 2.6vw;
  }

  .top_service .service_slider_button_wrap .swiper-button-prev::before,
  .top_service .service_slider_button_wrap .swiper-button-next::before {
    width: 5.4vw;
    height: 1.8vw;
  }

  .top_service .list {
    padding-top: 5.1vw;
  }

  .top_service .item a::before {
    width: 19.2vw;
    top: -5.1vw;
    left: -2.1vw;
  }

  .top_service .item a .img img {
    aspect-ratio: 28/35;
  }

  .top_service .item a .text_block {
    margin-top: 3.8vw;
  }

  .top_service .item a .title {
    font-size: 4.6vw;
  }

  .top_service .item a .sub_title {
    margin-top: 1.8vw;
    font-size: 3.1vw;
  }

  .top_service .item a .arrow {
    margin: 1.5vw 0 0 0;
    width: 5.1vw;
    height: 1.3vw;
  }

  .top_service .item a .order_block {
    margin-top: -2.3vw;
  }

  .top_service .item a .order_block::before,
  .top_service .item a .order_block::after {
    bottom: 0.3vw;
  }

  .top_service .item a .order_block::before {
    -webkit-transform: scale(0.36, 1);
    transform: scale(0.36, 1);
  }

  .top_service .item a .order {
    font-size: 9.7vw;
    gap: 0;
  }

  .top_service .item a .kinds {
    font-size: 3.1vw;
  }

  /* SP_Store */
  .top_store .upper_block .wrap {
    width: initial;
    max-width: 100%;
    padding-bottom: 8.2vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: initial;
    -ms-flex-align: initial;
    align-items: initial;
  }

  .top_store .upper_block .map {
    width: 100%;
  }

  .top_store .upper_block .map img {
    aspect-ratio: 390/337;
  }

  .top_store .upper_block .right_block {
    margin: 10.3vw auto 0;
    max-width: 90%;
  }

  .top_store .upper_block .subtitle {
    font-size: 14.4vw;
  }

  .top_store .upper_block .title_block {
    margin-top: -1.5vw;
    gap: 2.8vw;
  }

  .top_store .upper_block .title_block::before {
    width: 95vw;
    bottom: 4.1vw;
  }

  .top_store .upper_block .section_subtitle {
    font-size: 14.4vw;
  }

  .top_store .upper_block .section_title {
    margin-top: 1vw;
  }

  .top_store .upper_block .text {
    margin: -0.5vw auto 0 0;
    max-width: initial;
  }

  .top_store .lower_block .wrap {
    margin-left: 5.1vw;
    padding-bottom: 15.4vw;
    max-width: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 2.5vw;
  }

  .top_store .lower_block .wrap::before {
    width: 175vw;
  }

  .top_store .subtitle_block {
    padding-top: 0;
    gap: 3.6vw;
  }

  .top_store .store_subtitle {
    margin-left: -0.5vw;
    font-size: 12.3vw;
  }

  .top_store .store_title {
    margin-left: 1.3vw;
  }

  .top_store .list_wrap {
    padding-right: 5.1vw;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .top_store .list {
    width: 348.7vw;
    grid-template-columns: repeat(5, 1fr);
    gap: 3.8vw;
  }

  .top_store .item {
    width: 66.7vw;
  }

  .top_store .item a {
    padding-bottom: 3.8vw;
    min-height: 74.1vw;
  }

  .top_store .item a .img img {
    aspect-ratio: 26/17;
  }

  .top_store .item a .text_block {
    margin-top: 3.6vw;
  }

  .top_store .item a .left_block {
    gap: 4.6vw;
  }

  .top_store .item a .order {
    font-size: 3.1vw;
  }

  .top_store .item a .title_block {
    gap: 2.1vw;
  }

  .top_store .item a .title {
    font-size: 4.6vw;
  }

  .top_store .item a .title::before {
    height: 7.7vw;
    left: -4.6vw;
  }

  .top_store .item a .sub_title {
    font-size: 3.1vw;
  }

  .top_store .item a .arrow {
    margin-right: 0;
    width: 2.8vw;
    height: 2.8vw;
  }

  .top_store .item a .address {
    margin-top: 3.6vw;
    font-size: 3.3vw;
  }

  .top_store .item a::before {
    -webkit-transform: scale(0.38, 1);
    transform: scale(0.38, 1);
  }

  .top_store .scroll-hint-icon {
    top: calc(50% - 65px);
    left: calc(50% - 125px);
    width: 180px;
    height: 130px;
    border-radius: 0;
    background: rgba(49, 49, 52, 0.7);
    padding: 30px 10px 10px 10px;
  }

  .top_store .scroll-hint-text {
    font-size: 16px;
    margin-top: 8px;
  }

  .top_store .scroll-hint-icon:before {
    width: 39px;
    height: 52px;
    background: transparent url(/wp-content/themes/swell_child/image/hint_hand.svg) no-repeat center center/contain;
  }

  .top_store .scroll-hint-icon:after {
    width: 60px;
    height: 11px;
    top: 25px;
    left: 32%;
    margin-left: 0;
    background: url(/wp-content/themes/swell_child/image/arrow_hint.svg) no-repeat center center/contain;
  }

  /* SP_contact */
  .common_contact {
    padding: 15.4vw 0 15vw;
    background: url(/wp-content/themes/swell_child/image/bg_contact_sp.jpg) no-repeat center bottom/100% 156.9vw;
  }

  .common_contact::before {
    height: 156.9vw;
  }

  .common_contact .main_contents {
    margin-top: 16.9vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .common_contact .text_block {
    max-width: initial;
  }

  .common_contact .title {
    font-size: 8.2vw;
  }

  .common_contact .title::before {
    width: 65vw;
    bottom: -0.3vw;
  }

  .common_contact .text {
    margin-top: 4.1vw;
    font-size: 4.1vw;
    line-height: 1.5;
  }

  .common_contact .information_block {
    margin-top: 7.7vw;
  }

  .common_contact .tel {
    font-size: 10.3vw;
  }

  .common_contact .supplement {
    margin-right: 1.3vw;
    font-size: 6.2vw;
  }

  .common_contact .hour {
    margin: 1vw 0 0 -2.1vw;
  }

  .common_contact .button_contact {
    margin-top: 3.6vw;
    width: 89.7vw;
  }

  .common_contact .button_contact a {
    padding: 5.1vw;
    border: none;
    font-size: 4.6vw;
  }

  .common_contact .button_contact a::after {
    width: 12.9vw;
    height: 1.8vw;
  }

  .common_contact .button_contact a::before {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  .common_contact .bg_text {
    font-size: 20.5vw;
    bottom: -0.5vw;
  }

  /* SP_footer */
  .footer {
    padding: 21.3vw 0 12.8vw;
  }

  .footer .upper {
    padding-bottom: 15.9vw;
  }

  .footer .list_wrap {
    padding-left: 15px;
  }

  .footer .nav_inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 9.2vw;
  }

  .footer .classification_en {
    font-size: 4.6vw;
  }

  .footer .classification_en::before {
    width: 1.5vw;
    height: 1.5vw;
    top: -0.25vw;
    left: -3.3vw;
  }

  .footer .classification {
    margin-top: 5px;
    font-size: 3.1vw;
  }

  .footer .list {
    margin-top: 4.6vw;
    padding-left: 1vw;
  }

  .footer .menu_item+.menu_item {
    margin-top: 2.9vw;
  }

  .footer .menu_item a {
    font-size: 3.1vw;
    line-height: 1.3;
    gap: 2.2vw;
  }

  .footer .menu_item a::before {
    margin-top: 1.8vw;
    width: 1.8vw;
  }

  .footer .menu_item a .arrow {
    width: 2.3vw;
    height: 2.3vw;
  }

  .footer .item_block+.item_block {
    margin-top: 9.1vw;
  }

  .footer .lower {
    padding-top: 16.9vw;
  }

  .footer .lower .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: initial;
    -ms-flex-align: initial;
    align-items: initial;
  }

  .footer .information_block {
    text-align: left;
  }

  .footer .tel {
    font-size: 6.2vw;
  }

  .footer .supplement {
    margin-right: 1.3vw;
    font-size: 4.1vw;
  }

  .footer .address {
    margin-top: 1.8vw;
    font-size: 3.1vw;
    line-height: 1.4;
  }

  .footer .sns_block {
    margin-top: 3.6vw;
  }

  .footer .sns_block a {
    -webkit-box-pack: initial;
    -ms-flex-pack: initial;
    justify-content: initial;
    gap: 10px;
  }

  .footer .comment {
    font-size: 3.1vw;
  }

  .footer .link_block {
    margin: 11vw 0 0 0;
  }

  .footer .internal_link {
    font-size: 2.6vw;
    gap: 2.6vw;
  }

  .footer .copyright {
    margin-top: 3.1vw;
    font-size: 2.6vw;
  }

  .gotop {
    height: 19.5vw;
    right: 2.1vw;
    padding-left: 2.1vw;
    font-size: 4.1vw;
    bottom: 12.8vw;
  }

  .gotop::before {
    height: 32.1vw;
  }

  .gotop::after {
    height: 32.1vw;
    -webkit-transform: scale(1, 0.64);
    transform: scale(1, 0.64);
  }

  /* SP固定ページ 共通設定 */
  .common_page_main {
    position: relative;
  }

  .common_page_main::before {
    content: "";
    width: 100%;
    background-color: #F8FCFD;
    position: absolute;
    top: -14.4vw;
    left: 0;
    z-index: -2;
  }

  .common_page_main .wrap {
    width: initial;
    max-width: 100%;
    display: block;
  }

  .common_page_main .title_box {
    padding: 0 0 0 5.1vw;
  }

  .common_page_main .sub_title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 14.4vw;
  }

  .common_page_main .sub_title::before {
    width: 85vw;
    bottom: 1.7vw;
  }

  .common_page_main .title {
    margin-top: 2.1vw;
    font-size: 3.6vw;
  }

  .common_page_main .img {
    display: block;
    margin: 3.1vw 0 0 auto;
    width: 94.9vw;
    min-height: initial;
    min-width: initial;
  }

  .common_page_main .img img {
    aspect-ratio: 37/15;
  }

  .breadcrumb {
    margin-top: 5.1vw;
  }

  .breadcrumb .symbol,
  .breadcrumb {
    font-size: 3.1vw;
  }

  .breadcrumb_symbol {
    width: 2.6vw;
    margin: 0 2.6vw 1.3vw 2.6vw;
  }

  .lower_page .section_subtitle {
    font-size: 8.2vw;
  }

  .lower_page .section_subtitle::before {
    bottom: 2.1vw;
  }

  .lower_page .section_subtitle.left::before {
    background: -webkit-gradient(linear, right top, left top, from(#00942C), color-stop(17vw, #059D57), color-stop(34vw, #003E92), color-stop(51vw, #003E92), to(#003E92));
    background: linear-gradient(to left, #00942C, #059D57 17vw, #003E92 34vw, #003E92 51vw, #003E92);
  }

  .lower_page .section_title {
    margin-top: 1vw;
  }

  .lower_page .text {
    font-size: 3.6vw;
  }

  /* SP下層ページ 事業内容 */
  .page-template-page-business .common_page_main::before {
    height: 459vw;
  }

  .page_business .wrap {
    max-width: 100%;
  }

  .page_business .item {
    display: block;
  }

  .page_business .item:nth-of-type(odd) .section_subtitle::before {
    width: 97vw;
  }

  .page_business .item:nth-of-type(even) .section_subtitle::before {
    width: 80vw;
  }

  .page_business .item+.item {
    margin-top: 15.4vw;
  }

  .page_business .item:first-of-type .img img {
    -o-object-position: 50% 78%;
    object-position: 50% 78%;
  }

  .page_business .item:nth-of-type(2) {
    padding-bottom: 15.4vw;
    background: url(/wp-content/themes/swell_child/image/bg_lower_page_sp.png) no-repeat center bottom/cover;
  }

  .page_business .item:nth-of-type(2) .img::before {
    height: 30.8vw;
    bottom: -10.3vw;
    right: -10.3vw;
  }

  .page_business .item:nth-of-type(3) .img::before {
    height: 30.8vw;
    bottom: -10.3vw;
    left: -10.3vw;
  }

  .page_business .item:nth-of-type(4) .img::before {
    height: 55.1vw;
    right: -10.3vw;
  }

  .page_business .item:nth-of-type(5) .img::before {
    height: 30.8vw;
    bottom: -10.3vw;
    left: -10.3vw;
  }

  .page_business .img {
    margin: 0 auto;
    width: 90%;
    max-width: initial;
  }

  .page_business .img img {
    aspect-ratio: 35/18;
  }

  .page_business .img::before {
    width: 30.8vw;
  }

  .page_business .order_block {
    bottom: -0.8vw;
    right: -0.8vw;
  }

  .page_business .order_block .order {
    font-size: 13.3vw;
  }

  .page_business .order_block .kinds {
    font-size: 4.6vw;
  }

  .page_business .text_block {
    margin: 5vw auto 0;
    width: 90%;
    max-width: initial;
  }

  .page_business .section_subtitle {
    font-size: 7.5vw;
  }

  .page_business .section_subtitle::before {
    bottom: 1.9vw;
  }

  .page_business .text {
    margin-top: 6.4vw;
  }

  .page_business .button_list {
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5em;
  }

  .page_business .button_item a {
    padding: 3.6vw 2.6vw;
    font-size: 3.6vw;
    gap: 3.6vw;
  }

  .page_business .button_item a::after {
    width: 2.8vw;
  }

  /* SP下層ページ 採用情報 */
  .page_recruit .button_contact {
    margin-top: 7.7vw;
    width: 76.9vw;
  }

  .page_recruit .button_contact a {
    padding: 4.9vw;
    font-size: 4.6vw;
  }

  .page_recruit .button_contact a::after {
    width: 12.9vw;
    height: 1.8vw;
  }

  /* SP下層ページ 沿革 */
  .page_history .common_page_wrap {
    padding: 5vw 0 10vw;
    background: url(/wp-content/themes/swell_child/image/bg_lower_page_sp.png) no-repeat center bottom/cover;
  }

  .history_cont_sec .cont dl {
    display: block;
    padding: 5vw 5vw 4vw;
    position: relative;
  }

  .history_cont_sec .cont dl dt {
    width: 100%;
    border: none;
    padding: 0;
    font-size: 3.6vw;
    margin-bottom: 0.5em;
  }

  .history_cont_sec .cont dl dt::before {
    content: initial;
  }

  .history_cont_sec .cont dl dd {
    font-size: 3.6vw;
    padding: 0;
  }

  /* SP下層ページ 経営理念 */
  .page_philosophy .common_page_wrap {
    padding: 10vw 0;
    background: url(/wp-content/themes/swell_child/image/bg_lower_page_sp.png) no-repeat center bottom/cover;
  }

  .page_philosophy .wrap {
    max-width: 90%;
  }

  .page_philosophy .item:nth-of-type(2) {
    padding-bottom: 0;
    background: none;
  }

  .page_philosophy .item+.item {
    margin-top: 12.8vw;
  }

  .page_philosophy .item:last-of-type .text {
    margin-top: 5.1vw;
  }

  .page_philosophy .text_block {
    margin-top: 0;
  }

  .page_philosophy .lead {
    margin-top: 5.1vw;
    font-size: 4.1vw;
  }

  .page_philosophy .text {
    margin-top: 3.1vw;
  }

  .page_philosophy .value_list {
    margin-top: 6.4vw;
  }

  .page_philosophy .value_item+.value_item {
    margin-top: 6.4vw;
  }

  .page_philosophy .summary_block {
    gap: 4.6vw;
  }

  .page_philosophy .order {
    font-size: 3.1vw;
  }

  .page_philosophy .summary {
    font-size: 4.1vw;
  }

  .page_philosophy .summary::before {
    height: 7.7vw;
    left: -4.6vw;
  }

  .page_philosophy .contents {
    margin-top: 2.6vw;
  }

  /* SP下層ページ 店舗一覧 */
  .page_store .item a {
    display: block;
  }

  .page_store .item a .img {
    width: 95%;
  }

  .page_store .item:nth-of-type(even) .section_subtitle::before {
    background: -webkit-gradient(linear, right top, left top, from(#00942C), color-stop(8vw, #059D57), color-stop(16vw, #003E92), color-stop(24vw, #003E92), to(#003E92));
    background: linear-gradient(to left, #00942C, #059D57 8vw, #003E92 16vw, #003E92 24vw, #003E92);
  }

  .page_store .item:first-of-type .img img {
    -o-object-position: top;
    object-position: top;
  }

  .page_store .item:nth-of-type(2) a .img::before {
    height: 30.8vw;
    bottom: -10.3vw;
  }

  .page_store .item:nth-of-type(4) a .img::before {
    height: 55.1vw;
  }

  .page_store .store_cont_sec .cont {
    margin-top: 5vw;
  }

  .page_store .store_cont_sec .cont dl {
    display: block;
    padding: 1em;
    position: relative;
  }

  .page_store .store_cont_sec .cont dl dt {
    width: 100%;
    border: none;
    padding: 0;
    font-size: 3.6vw;
    margin-bottom: 0.5em;
  }

  .page_store .store_cont_sec .cont dl dd {
    font-size: 3.6vw;
    padding: 0;
  }

  .page_store .button_item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  /* SP下層ページ お問い合わせフォーム */
  .page_contact .common_page_wrap {
    padding: 10vw 0;
  }

  .page_contact .privacy_term_detail {
    margin: 5vw 0;
  }

  /* SP下層ページ お問い合わせフォーム（確認） */
  .page-template-page-contact-confirm .common_page_main .sub_title {
    font-size: 13vw;
  }

  /* SP下層ページ エントリーフォーム */

  .page_entry .form_box:not(:first-child) {
    padding-top: 9vw;
  }

  .page_entry .year select {
    width: 25%;
  }

  .page_entry .sub {
    margin: 0 1.5vw 0 0.5vw;
  }

  /* SP下層ページ エントリーフォーム（確認） */
  .page-template-page-entry-confirm .common_page_main .sub_title {
    font-size: 13vw;
  }

  /* SP下層ページ 個人情報保護法 */
  .page_privacy .common_page_wrap {
    padding: 10vw 0;
    background: url(/wp-content/themes/swell_child/image/bg_lower_page_sp.png) no-repeat center bottom/cover;
  }

  /* SP下層ページ お知らせ */
  /* ↓ 2026.02.23 追記 ↓ ----------------------------------------------- */
  .page_property_archive .property_links {
    gap: 2vw;
  }

  .page_property_archive .property_link {
    padding: 1vw 3vw;
    font-size: 4vw;
  }

  .page_property_archive .property_link:hover {
    background-color: transparent;
    color: #313134;
  }

  .page_property_archive .property_wrapper {
    margin-top: 10vw;
  }

  .page_property_archive .property_contents+.property_contents {
    margin-top: 20vw;
  }

  .page_property_archive .property_lead {
    font-size: 5vw;
  }

  .page_property_archive .property_lead::before {
    width: 2vw;
    height: 2vw;
    top: 3vw;
  }

  .page_property_archive .property_items {
    grid-template-columns: 1fr;
    row-gap: 8vw;
    margin-top: 2vw;
  }

  .page_property_archive .property_item:hover .property_img img {
    transform: scale(1);
  }

  .page_property_archive .property_item:hover .property_title {
    color: #313134;
  }

  .page_property_archive .property_img {
    height: 50vw;
  }

  .page_property_archive .property_title {
    margin-top: 2vw;
    margin-bottom: 2vw;
    font-size: 4vw;
  }

  .page_property_archive .property_list {
    grid-template-columns: 15vw 1fr;
  }

  .page_property_archive .property_list+.property_list {
    margin-top: 1vw;
  }

  .page_property_archive .property_list dt {
    font-size: 3.5vw;
  }

  .page_property_archive .property_list dd {
    font-size: 3.5vw;
  }

  .page_property_archive .property_list dd span {
    font-size: 4vw;
  }

  .page_property_archive .property_btn {
    padding: 0 3vw 0.5vw;
    margin-top: 5vw;
    font-size: 4vw;
  }

  .page_property_archive .wp-pagenavi+.property_btn {
    margin: 10vw auto 0;
  }

  .page_property_archive .property_btn:hover {
    color: #FFF;
    background-color: #003E92;
  }

  .page_property_archive .wp-pagenavi {
    margin-top: 10vw;
  }

  .page_property_archive .wp-pagenavi a,
  .page_property_archive .wp-pagenavi span {
    padding: 0.5vw 2vw;
  }

  .page_property_single .property_cat {
    padding: 0.5vw 2vw;
    font-size: 4vw;
  }

  .page_property_single .property_title {
    font-size: 6vw;
    margin-top: 1vw;
  }

  .page_property_single .property_lead {
    margin-top: 6vw;
    font-size: 5vw;
  }

  .page_property_single .property_point {
    font-size: 4vw;
  }

  .page_property_single .property_items {
    margin-top: 8vw;
  }

  .page_property_single .property_item {
    grid-template-columns: 1fr;
    padding: 3vw 0;
  }

  .page_property_single .property_item dt {
    font-size: 4vw;
    padding-left: 0;
  }

  .page_property_single .property_item dd {
    font-size: 3.5vw;
    padding-right: 0;
    margin-top: 1vw;
  }

  .page_property_single .property_images {
    grid-template-columns: 1fr;
    margin-top: 10vw;
    row-gap: 5vw;
  }

  .page_property_single .property_image figcaption {
    font-size: 4vw;
    margin-top: 1vw;
  }

  .page_property_single .property_feature {
    font-size: 4vw;
  }

  .page_property_single .property_wrapper {
    margin-top: 10vw;
    display: block;
  }

  .page_property_single .property-single_swiper {
    width: calc(100% - 10vw);
  }

  .page_property_single .swiper-button-prev,
  .page_property_single .swiper-button-next {
    width: 10vw;
    height: 10vw;
  }

  .page_property_single .swiper-button-prev::before,
  .page_property_single .swiper-button-next::before {
    width: 2.5vw;
  }

  .page_property_single .swiper-button-prev:hover,
  .page_property_single .swiper-button-next:hover {
    background-color: rgba(242, 238, 230, 1);
  }

  .page_property_single .swiper-button-prev::before {
    left: 4.5vw;
  }

  .page_property_single .swiper-button-next::before {
    left: 3.5vw;
  }

  .page_property_single .property_thumbnails {
    row-gap: 2vw;
    margin-top: 5vw;
    padding-left: 0;
  }

  .page_property_single .property_thumbnail.is_active {
    outline: 2px solid #0066CC;
  }

  .page_property_single .property_btns {
    margin: 10vw auto 0;
    flex-direction: column;
    align-items: center;
    row-gap: 5vw;
  }

  .page_property_single .property_btn {
    padding: 0 3vw 0.5vw;
    font-size: 4vw;
  }

  .page_property_single .property_btn:hover {
    color: #FFF;
    background-color: #003E92;
  }

  .page_reform .article+.reform_cont_sec {
    margin-top: 20vw;
  }

  .page_reform .reform_cont_sec .reform_wrapper {
    grid-template-columns: 1fr;
  }

  .page_reform .reform_cont_sec .reform_heading_en {
    font-size: 10vw;
  }

  .page_reform .reform_cont_sec .reform_heading_ja {
    font-size: 4vw;
    margin-top: -2vw;
  }

  .page_reform .reform_cont_sec .reform_lead {
    font-size: 4vw;
    margin-top: 3vw;
  }

  .page_reform .reform_cont_sec .reform_text {
    margin-top: 4vw;
    font-size: 3.5vw;
  }

  .page_reform .reform_cont_sec .reform_img {
    margin-top: 4vw;
  }

  .page_reform .article {
    margin-top: 12vw;
  }

  .page_reform .article .article_lead {
    font-size: 5vw;
  }

  .page_reform .article .article_items {
    grid-template-columns: 1fr;
    margin-top: 1vw;
    row-gap: 6vw;
  }

  .page_reform .article .article_img {
    aspect-ratio: 5/3;
  }

  .page_reform .article .article_item:hover .article_img img {
    transform: scale(1);
  }

  .page_reform .article .article_item:hover .article_title {
    color: #313134;
  }

  .page_reform .article .article_cat {
    margin-top: 2vw;
    padding: 0 1vw;
    font-size: 3.5vw;
  }

  .page_reform .article .article_title {
    font-size: 4.5vw;
    margin-top: 1vw;
  }

  .page_reform .article .article_btn {
    padding: 0 3vw 0.5vw;
    font-size: 4vw;
    margin: 10vw auto 0;
  }

  .page_reform .article .article_btn:hover {
    color: #FFF;
    background-color: #003E92;
  }

  /* ↑ 2026.02.23 追記 ↑ ----------------------------------------------- */
}