@charset "UTF-8";

/* Regular - 700 */
@font-face {
  font-family: "hanatotyoutyo";
  font-style: normal;
  font-weight: 500;
  src: url("./font/hanatotyoutyo.woff") format("woff");
}

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

html,
button,
input,
select,
textarea {
  /* 不要な指定は消す */
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

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

a[href$=".pdf"] {
  align-items: center;
  color: #000;
  display: flex;
  flex-wrap: nowrap;
  line-height: 1.5;
  text-decoration: underline;
}

a[href$=".pdf"]::before {
  background-image: url(/wp-content/themes/child/image/icon/icon_pdf.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  flex-shrink: 0;
  height: 38px;
  margin-right: 15px;
  width: 30px;
}

a[href$=".pdf"]:hover {
  text-decoration: none;
}

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

.wrap.mid {
  width: 1240px;
}

.wrap.lr {
  width: 1340px;
}

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

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

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

.common_page_wrap {
  padding: 60px 0 130px;
}

.page_privacy .common_page_wrap {
  padding-bottom: 180px;
}

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

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

/* パンくず */
.breadcrumb {
  color: #2B2B2B;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 1.42;
}

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

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

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

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

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

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

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

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

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

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

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

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

.common_contact_form .form_box dl dt::after {
  background: #AAA;
  content: "";
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
}

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

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

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

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

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

.common_contact_form select.empty {
  color: #C7C4C4;
}

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

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

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

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

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

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

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

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

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

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

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

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

.privacy_term_outer .privacy_term_inner::-webkit-scrollbar-thumb {
  background-color: #333;
  border-radius: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.page_contact .thanks_textArea .ichiran_link:hover {
  opacity: 0.8;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* PC固定ページ 個人情報保護方針 */
.page_privacy .main_text {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 3em;
}

.page_privacy dl {
  margin-bottom: 50px;
}

.page_privacy dl:last-child {
  margin-bottom: 0;
}

.page_privacy dl dt {
  border-left: 3px solid #ccc;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0.5em;
  padding-left: 1em;
}

.page_privacy dl dd {
  font-size: 14px;
  line-height: 2;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#sitemap_list {
  background: transparent !important;
}

/* 追加 css */

body {
  color: #2B2B2B;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.18em;
  line-height: 1.4;
  min-width: 1440px;
}

body.no-scroll {
  overflow: hidden;
}

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

.sp {
  display: none;
}

.section01 {
  margin-top: 130px;
}

/*共通パーツ*/
.common_btn01 {
  border: 1.5px solid #E3E3E3;
  display: inline-block;
  padding-block: 17px 13px;
  transition: 0.5s;
  width: min(100%, 130px);
}

.common_btn01_icon {
  aspect-ratio: 1/1;
  display: grid;
  height: auto;
  margin-inline: auto;
  place-content: center;
  width: 30px;
}

.common_btn01_icon svg {
  display: grid;
}

.common_btn01_icon svg path {
  fill: #2B2B2B;
  stroke: #2B2B2B;
  transition: 0.5s;
}

.common_btn01_text {
  display: block;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.18em;
  line-height: 1.43;
  margin-top: 10px;
  text-align: center;
  transition: 0.5s;
}

.common_btn02 {
  border: 1.5px solid #E3E3E3;
  display: inline-block;
  padding-block: 17px 13px;
  transition: 0.5s;
  width: min(100%, 130px);
}

.common_btn02_icon {
  aspect-ratio: 1/1;
  display: grid;
  height: auto;
  margin-inline: auto;
  place-content: center;
  width: 30px;
}

.common_btn02_icon svg {
  display: grid;
}

.common_btn02_text {
  display: block;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.18em;
  line-height: 1.43;
  margin-top: 10px;
  text-align: center;
  transition: 0.5s;
}

.common_btn03 {
  align-items: center;
  display: flex;
  gap: 9.4px;
}

.common_btn03_icon {
  aspect-ratio: 22.6/29.48;
  background: url(./image/top02.png) center center/contain no-repeat;
  height: auto;
  width: 22.6px;
}

.common_btn03_icon svg path {
  fill: #2B2B2B;
}

.common_btn03_text {
  font-family: "agency-fb", sans-serif;
  font-size: 38px;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1;
}

.common_btn03_white {
  gap: 13.5px;
}

.common_btn03_white .common_btn03_icon {
  background-image: url(./image/top05.png);
}

.common_btn03_white .common_btn03_text {
  color: #FFFFFF;
  font-family: "agency-fb", sans-serif;
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.2;
}

.common_btn04 {
  background: #1A1A1A;
  border: 1px solid #1A1A1A;
  display: inline-block;
  padding-block: 18.5px 17.5px;
  position: relative;
  text-align: center;
  transition: 0.5s;
  width: min(100%, 250px);
}

.common_btn04_text {
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.18em;
  line-height: 1.4;
  transition: 0.5s;
}

.common_btn04_icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.common_btn04_icon svg {
  display: grid;
  height: 14px;
  width: 7px;
}

.common_btn04_icon svg path {
  stroke: #FFFFFF;
  transition: 0.5s;
}

.common_btn05 {
  background: #EBEBEB;
  display: inline-block;
  padding-block: 3.85vw;
  position: relative;
  text-align: center;
  width: min(100%, 89.74vw);
}

.common_btn05_text {
  color: #000000;
  font-size: 3.59vw;
  font-weight: 500;
  letter-spacing: 0.18em;
  line-height: 1.43;
}

.common_btn05_icon01 {
  display: grid;
  height: 3.59vw;
  place-content: center;
  position: absolute;
  right: 5.13vw;
  top: 50%;
  transform: translateY(-50%);
  width: 1.79vw;
}

.common_btn06 {
  background: #1A1A1A;
  border: 1px solid #FFFFFF;
  display: inline-block;
  padding-block: 20px;
  position: relative;
  text-align: center;
  transition: 0.5s;
  width: min(100%, 320px);
}

.common_btn06_icon01 {
  aspect-ratio: 1/1;
  display: grid;
  height: auto;
  left: 24px;
  place-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s;
  width: 30px;
}

.common_btn06_icon01_mail {
  transition: 0.5s;
}

.common_btn06_icon01_mail svg {
  height: 20.47px;
  width: 28px;
}

.common_btn06_icon01_line {
  aspect-ratio: 1/1;
  background: url(./image/line.png) center center/contain no-repeat;
  width: 30px;
}

.common_btn06_icon02 {
  aspect-ratio: 8/16;
  height: auto;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s;
  width: 8px;
}

.common_btn06_icon02 svg {
  display: grid;
}

.common_btn06_text {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.18em;
  line-height: 1.5;
  transition: 0.5s;
}

.common_card01 {
  position: relative;
}

.common_card01_img {
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

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

.common_card01_body {
  margin-top: 13px;
}

.common_cards01_tag {
  color: #797979;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.18em;
  line-height: 1.46;
}

.common_card01_title {
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.18em;
  line-height: 1.44;
  margin-top: 3px;
  padding-bottom: 10px;
  position: relative;
}

.common_card01_title::after {
  background-image: linear-gradient(to right, #ADADAD 50%, transparent 50%);
  background-repeat: repeat-x;
  background-size: 4px 1.5px;
  bottom: 0;
  content: "";
  height: 1.5px;
  left: 0;
  position: absolute;
  width: 100%;
}

.common_card01_address {
  color: #909090;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.46;
  margin-top: 10px;
}

.common_card02 {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  position: relative;
}

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

.common_card02_body {
  padding: 35px;
}

.common_card02_name_sub {
  font-family: "agency-fb", sans-serif;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.18em;
}

.common_card02_name_main {
  color: #909090;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.18em;
}

.common_card02_list {
  margin-top: 16px;
}

.common_card02_item {
  border-bottom: 1.5px solid #ADADAD;
  padding-block: 10px;
}

.common_card02_item:last-of-type {
  border-bottom: none;
}

.common_card02_label {
  align-items: center;
  display: flex;
  font-size: 15px;
  font-weight: 600;
  gap: 10px;
  letter-spacing: 0.18em;
}

.common_card02_label::before {
  background: #2B2B2B;
  content: "";
  height: 1.5px;
  width: 10px;
}

.common_card02_data {
  display: block;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.18em;
  margin-top: 5px;
  padding-left: 20px;
}

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

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

.common_cta01 {
  background: #000000;
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 1000;
}

.common_cta01_wrap {
  display: flex;
  gap: 1.28vw;
  margin-inline: auto;
  width: 94.87%;
}

.common_cta01_btn {
  align-items: center;
  border: 1.5px solid #5A5A5A;
  display: inline-block;
  display: flex;
  height: 15.38vw;
  padding: 2.31vw;
  width: min(100%, 38.46vw);
}

.common_cta01_btn_line {
  gap: 3.59vw;
}

.common_cta01_btn_mail {
  gap: 2.72vw;
}

.common_cta01_btn_icon {
  display: grid;
  place-content: center;
}

.common_cta01_btn_icon_line svg {
  height: 10.26vw;
  width: 10.26vw;
}

.common_cta01_btn_text {
  color: #FFFFFF;
  font-size: 3.08vw;
  font-weight: 400;
  letter-spacing: 0.18em;
  line-height: 1.42;
}

.common_cta01_btn_icon_mail svg {
  height: 5.94vw;
  width: 8.12vw;
}

.common_cta01_btn_tel {
  border: 1.5px solid #5A5A5A;
  display: grid;
  height: 15.38vw;
  place-content: center;
  width: min(100%, 15.38vw);
}

.common_cta01_btn_tel_icon {
  display: grid;
  place-content: center;
}

.common_cta01_btn_tel_icon svg {
  height: 9.04vw;
  width: 6.93vw;
}

.common_headline01 {
  width: -moz-fit-content;
  width: fit-content;
}

.common_headline01_sub {
  color: #2B2B2B;
  font-family: "agency-fb", sans-serif;
  font-size: 110px;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.2;
}

.common_headline01_main {
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.18em;
  line-height: 1.45;
  margin-top: -8px;
  padding-left: 24px;
  position: relative;
}

.common_headline01_main::before {
  aspect-ratio: 1/1;
  background: #2B2B2B;
  content: "";
  height: auto;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
}

.common_headline02_sub {
  font-family: "agency-fb", sans-serif;
  font-size: 80px;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.2;
}

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

.common_headline02_main {
  align-items: center;
  color: #000000;
  display: flex;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.18em;
  line-height: 1.44;
  margin-top: 8px;
}

.common_headline02_main::before {
  background: #2B2B2B;
  content: "";
  flex-shrink: 0;
  height: 12px;
  margin-right: 12px;
  width: 12px;
}

.common_headline02_main::after {
  background: #676767;
  content: "";
  height: 1.5px;
  margin-left: 17px;
  width: 230px;
}

.common_headline03 {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}

.common_headline03_sub {
  color: #2B2B2B;
  font-family: "agency-fb", sans-serif;
  font-size: 70px;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.2;
}

.common_headline03_main {
  color: #000000;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.18em;
  line-height: 1.5;
  margin-top: 2px;
  padding-left: 20px;
  position: relative;
}

.common_headline03_main::before {
  background: #2B2B2B;
  content: "";
  height: 10px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
}

.common_headline04 {
  align-items: center;
  display: flex;
  padding-left: 1.79vw;
  position: relative;
}

.common_headline04::after {
  background: url(./image/icon01.png) center center/contain no-repeat;
  content: "";
  height: 2.82vw;
  margin-top: -0.51vw;
  position: absolute;
  right: 2.56vw;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s;
  width: 5.13vw;
}

.common_headline04_number {
  color: #E3E3E3;
  font-family: "agency-fb", sans-serif;
  font-size: 12.82vw;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.2;
  top: 4.62vw;
  width: 10.56vw;
  flex-shrink: 0;
}

.common_headline04_main {
  color: #000000;
  font-size: 5.13vw;
  font-weight: 500;
  letter-spacing: 0.18em;
  line-height: 1.45;
  margin-bottom: 1.28vw;
  margin-left: 4.36vw;
}

.common_headline04_sub {
  color: #D8D8D8;
  font-family: "agency-fb", sans-serif;
  font-size: 4.1vw;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.19;
  margin-left: 1.28vw;
}

.common_item01 {
  position: relative;
}

.common_item01_link {
  display: inline-block;
  position: relative;
}

.common_item01_img {
  aspect-ratio: 490/460;
  position: relative;
  width: 490px;
  overflow: hidden;
}

.common_item01_img img {
  -o-object-fit: cover;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  transition: 0.3s;
  width: 100%;
  filter: grayscale(100%);
  scale: 1;
  height: 100%;
  object-position: 50% 1%;
}

.common_item01_namewrap {
  bottom: 30px;
  position: absolute;
  right: -30px;
  text-align: right;
}

.common_item01_namewrap::after {
  background: #C6C6C6;
  bottom: -6px;
  content: "";
  height: 1px;
  position: absolute;
  right: 0;
  transition: 0.8s;
  width: 260px;
}

.common_item01_name_en {
  color: #C6C6C6;
  font-family: "agency-fb", sans-serif;
  font-size: 60px;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1;
  transition: 0.8s;
}

.common_item01_name_ja {
  color: #C6C6C6;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.16em;
  line-height: 1.44;
  transition: 0.8s;
}

.common_item02 {
  padding-inline: 36px 20px;
  position: relative;
}

.common_item02_link {
  display: block;
}

.common_item02_img {
  overflow: hidden;
  position: relative;
  width: min(100%, 810px);
}

.common_item02_img::after {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3) 90%, rgba(0, 0, 0, 0.3) 100%);
  content: "";
  inset: 0;
  position: absolute;
}

.common_item02_img img {
  -o-object-fit: cover;
  aspect-ratio: 810/380;
  height: auto;
  object-fit: cover;
  transition: 0.3s;
  width: 100%;
}

.common_item02_headline_sub {
  align-items: center;
  display: flex;
  gap: 20px;
  left: 0;
  position: absolute;
  top: 86px;
}

.common_item02_headline_sub01 .common_item02_number,
.common_item02_headline_sub01 .common_item02_head {
  color: #ACACAC;
}

.common_item02_headline_sub02 .common_item02_number,
.common_item02_headline_sub02 .common_item02_head {
  color: #B7B7B7;
}

.common_item02_headline_sub03 .common_item02_number,
.common_item02_headline_sub03 .common_item02_head {
  color: #C3C3C3;
}

.common_item02_number {
  color: #D8D8D8;
  font-family: "agency-fb", sans-serif;
  font-size: 160px;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.2;
}

.common_item02_head {
  color: #D8D8D8;
  font-family: "agency-fb", sans-serif;
  font-size: 70px;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1;
}

.common_item02_headline_main {
  color: #FFFFFF;
  font-size: 34px;
  font-weight: 600;
  letter-spacing: 0.18em;
  line-height: 1.44;
  padding-right: 50px;
  position: absolute;
  right: -7px;
  top: 296px;
}

.common_item02_headline_main::after {
  background: #9F9F9F;
  bottom: -5px;
  content: "";
  height: 2px;
  position: absolute;
  right: 0;
  transition: 0.5s;
  width: 310px;
}

.common_item02_text {
  color: #4B4B4B;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.18em;
  line-height: 1.86;
  margin-top: 17px;
  width: min(100%, 750px);
}

.common_item03 {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
  padding: 30px 40px;
}

.common_item03_title {
  border: solid 2px #2B2B2B;
  border-radius: 100vh;
  display: flex;
  font-size: 22px;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.18em;
  padding: 4.5px;
}

.common_item03_list {
  margin-top: 45px;
}

.common_item03_item {
  align-items: center;
  background: #f2f2f2;
  display: flex;
  gap: 20px;
  position: relative;
}

.common_item03_item+.common_item03_item {
  margin-top: 32px;
}

.common_item03_item::before {
  background-color: #2B2B2B;
  clip-path: polygon(50% 70%, 0 0, 100% 0);
  content: "";
  height: 22px;
  left: 50%;
  position: absolute;
  top: -25px;
  transform: translateX(-50%);
  width: 22px;
}

.common_item03_item:first-of-type::before {
  display: none;
}

.common_item03_number {
  aspect-ratio: 1/1;
  background: #2B2B2B;
  color: #FFFFFF;
  display: grid;
  flex-shrink: 0;
  font-family: "agency-fb", sans-serif;
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 0.18em;
  place-content: center;
  width: 45px;
}

.common_item03_text {
  display: block;
  flex: 1;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.18em;
}

.common_item04 {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
  padding: 45px 40px;
}

.common_item04_item {
  align-items: center;
  background: #f2f2f2;
  display: flex;
  position: relative;
}

.common_item04_item+.common_item04_item {
  margin-top: 32px;
}

.common_item04_item::before {
  background-color: #2B2B2B;
  clip-path: polygon(50% 70%, 0 0, 100% 0);
  content: "";
  height: 22px;
  left: 50%;
  position: absolute;
  top: -25px;
  transform: translateX(-50%);
  width: 22px;
}

.common_item04_item:first-of-type::before {
  display: none;
}

.common_item04_number {
  align-items: center;
  align-self: stretch;
  background: #2B2B2B;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  font-family: "agency-fb", sans-serif;
  font-weight: 500;
  justify-content: center;
  padding-inline: 10px;
  text-align: center;
}

.common_item04_number .en {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1;
}

.common_item04_number .number {
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1;
}

.common_item04_wrap {
  padding: 30px;
}

.common_item04_title {
  display: block;
  flex: 1;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.18em;
  padding-bottom: 5px;
  position: relative;
}

.common_item04_title::after {
  background-image: linear-gradient(to right, #ADADAD 50%, transparent 50%);
  background-repeat: repeat-x;
  background-size: 4px 1.5px;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}

.common_item04_text {
  display: block;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.18em;
  margin-top: 15px;
  color: #4B4B4B;
}

.common_lower_heading01 {
  border-bottom: 1.5px solid #DEDEDE;
  color: #000000;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.24em;
  line-height: 1.47;
  padding-bottom: 15px;
}

.common_lower_mv {
  padding-block: 65px 60px;
}

.common_lower_mv_container {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.common_lower_mv_bg {
  background: #F2F2F2;
  content: "";
  position: absolute;
  z-index: -1;
}

.common_lower_mv_bg01 {
  height: 130px;
  left: -100px;
  top: -67px;
  width: 175px;
}

.common_lower_mv_bg02 {
  height: 240px;
  right: -100px;
  top: 64px;
  width: 210px;
}

.common_lower_mv_bg03 {
  background: #F5F5F5;
  height: 390px;
  left: -50px;
  top: 305px;
  width: 380px;
}

.common_lower_mv_img {
  display: block;
  margin-right: calc(50% - 50vw);
  margin-top: 25px;
  position: relative;
  width: calc(99% + ((100.3vw - 100%) /2));
}

.common_lower_mv_img::after {
  background-color: rgba(43, 43, 43, 0.1);
  content: "";
  inset: 0;
  position: absolute;
}

.common_lower_mv_img img {
  -o-object-fit: cover;
  aspect-ratio: 1340/300;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.breadcrumb a {
  transition: 0.5s;
}

.common_lower_section01 {
  padding-block: 100px;
}

.common_lower_section02 {
  margin-top: 100px;
  padding-bottom: 180px;
}

.common_lower_section03 {
  padding-block: 40px 180px;
}

.common_lower_container01 {
  position: relative;
}

.common_lower_container01::before {
  background: #F5F5F5;
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50px;
  transform: translateX(-50%);
  width: 860px;
  z-index: -1;
}

.common_lower_text01 {
  color: #4B4B4B;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.18em;
  line-height: 1.86;
  margin-top: 20px;
}

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

.common_media01 {
  display: flex;
  justify-content: space-between;
  max-width: 100%;
}

.common_media01_headline {
  border-bottom: 1.5px solid #C1C1C1;
  padding-bottom: 30px;
  width: 100%;
}

.common_media01_txt {
  color: #4B4B4B;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.18em;
  line-height: 2;
  margin-top: 16px;
  width: min(100%, 500px);
}

.common_media01_img {
  width: min(100%, 450px);
}

.common_media01_img img {
  -o-object-fit: cover;
  aspect-ratio: 450/560;
  height: auto;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.common_media01_body {
  margin-top: 41px;
  padding-top: 20px;
  width: min(100%, 570px);
  z-index: 1;
}

.common_media01_btnwrap {
  margin-top: 43px;
}

.common_media02 {
  display: flex;
  justify-content: space-between;
  max-width: 100%;
  align-items: center;
}

.common_media02_head {
  border-bottom: 1.5px solid #C1C1C1;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.18em;
  padding-bottom: 10px;
  width: 100%;
}

.common_media02_txt {
  color: #4B4B4B;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.18em;
  line-height: 2;
  margin-top: 16px;
  width: min(100%, 550px);
}

.common_media02_img {
  width: min(100%, 450px);
}

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

.common_media02_body {
  width: min(100%, 570px);
}

.common_tel {
  align-items: center;
  display: flex;
  gap: 14px;
  margin-bottom: 7px;
}

.common_tel_text {
  color: #575757;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.42;
}

.common_tel_white {
  gap: 18px;
}

.common_tel_white .common_tel_textwrap {
  gap: 2.56vw;
}

.common_tel_white .common_tel_text {
  color: #D3D3D3;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.46;
}

/*会社概要ページ*/
.company01_namewrap {
  align-items: center;
  display: flex;
  gap: 20px;
  margin-left: auto;
  margin-top: 40px;
  padding-bottom: 10px;
  width: -moz-fit-content;
  width: fit-content;
}

.company01_position {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.18em;
}

.company01_name {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.18em;
}

.company02 {
  padding-top: 100px;
}

.company02_heading {
  margin-bottom: 15px;
}

.company02_heading.common_lower_heading01 {
  border: none;
}

/* footer*/
.footer {
  background-color: #1a1a1a;
  color: #fff;
  padding-block: 119px 50px;
}

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

.footer_logo {
  aspect-ratio: 1/1;
  display: inline-block;
  height: auto;
  margin-top: 7px;
  transition: 0.5s;
  width: min(100%, 130px);
}

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

.footer_wrap {
  width: min(100%, 660px);
}

.footer_info_title {
  align-items: flex-end;
  border-bottom: 2px solid #3C3C3C;
  display: flex;
  gap: 15px;
}

.footer_info_title_sub {
  color: #3C3C3C;
  font-family: "agency-fb", sans-serif;
  font-size: 70px;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.2;
}

.footer_info_title_main {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.18em;
  line-height: 1.43;
  padding-bottom: 15px;
}

.footer_info_tel {
  margin-top: 24px;
}

.footer_info_btnwrap {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 16px;
}

.footer_links {
  margin-top: 60px;
}

.footer_links_list {
  display: flex;
  width: 100%;
}

.footer_links_item:nth-of-type(1) {
  width: min(100%, 240px);
}

.footer_links_item:nth-of-type(2) {
  margin-left: 50px;
}

.footer_links_item:nth-of-type(3) {
  margin-left: 68px;
}

.footer_links_title {
  color: #FFFFFF;
  display: block;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.18em;
  line-height: 1.4;
  padding-bottom: 10px;
  transition: 0.5s;
}

.footer_links_title_border {
  border-bottom: 2px solid #3C3C3C;
}

.footer_links_sublist {
  display: flex;
  flex-wrap: wrap;
  gap: 0 38px;
  margin-top: 8px;
  width: min(100%, 218px);
}

.footer_links_subitem {
  width: -moz-fit-content;
  width: fit-content;
}

.footer_links_sublink {
  color: #FFFFFF;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.18em;
  line-height: 1.43;
  padding-block: 5px;
  transition: 0.5s;
}

.footer_bottom {
  margin-top: 94px;
}

.footer_company {
  border-bottom: 2px solid #5A5A5A;
  color: #ADADAD;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.46;
  padding-bottom: 13px;
}

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

.footer_copyright small {
  color: #ADADAD;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.42;
}

.footer_bottom_links {
  align-items: center;
  display: flex;
  gap: 37px;
}

.footer_bottom_link {
  color: #ADADAD;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.18em;
  line-height: 1.42;
  padding-block: 14px;
  transition: 0.5s;
}

/* header*/
.header {
  margin-inline: auto;
  min-width: 1440px;
  padding-block: 20px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3000;
}

.header::before {
  background: #F2F2F2;
  content: "";
  height: 110px;
  left: 0;
  position: absolute;
  top: 0;
  width: 150px;
  transition: 0.5s;
}

.header_fixed {
  background: #FFFFFF;
}

.header_fixed::before {
  opacity: 0;
}

.header_fixed .header_logo {
  left: 0;
  scale: 1;
  top: 0;
}

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

.header_lower::before {
  display: none;
}

.header_lower .header_logo {
  left: 0;
  scale: 1;
  top: 0;
}

.header_inner {
  display: flex;
  justify-content: space-between;
  padding-inline: 51px 20px;
  position: relative;
  width: 100%;
}

.header_logo {
  aspect-ratio: 1/1;
  height: auto;
  left: 56px;
  position: relative;
  scale: 1.33;
  top: 46px;
  transition: 0.5s;
  width: 90px;
}

.header_logo_link {
  transition: 0.5s;
  width: 100%;
  display: block;
}

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

.header_nav {
  align-items: center;
  display: flex;
  gap: 37px;
  width: min(100%, 685px);
}

.header_wrap {
  flex-shrink: 0;
}

.header_list {
  align-items: center;
  display: flex;
  gap: 50.5px;
}

.header_link {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 15px;
  font-weight: 400;
  gap: 8px;
  letter-spacing: 0.18em;
  line-height: 1.4;
  padding-block: 8px 0 0 0;
  transition: .5s;
}

.header_icon {
  aspect-ratio: 1/1;
  display: grid;
  height: auto;
  place-content: center;
  transition: 0.5s;
  width: 12px;
}

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

.header_btnwrap {
  display: flex;
  flex-shrink: 0;
  gap: 20px;
  width: min(100%, 280px);
}

.header_btn {
  flex-shrink: 0;
}

.header_item {
  position: relative;
}

.header_sublist {
  background: #F4F4F4;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
  left: 50%;
  opacity: 0;
  padding: 18.5px 17px 21.5px;
  pointer-events: none;
  position: absolute;
  top: calc(100% - 1px);
  transform: translateX(-50%);
  transition: opacity 0.5s ease, visibility 0.5s ease;
  visibility: hidden;
  width: 150px;
  z-index: 3;
}

.header_sublink {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 1.43;
  padding: 7.5px;
  transition: 0.5s;
  white-space: nowrap;
}

.header_item.is_active .header_icon {
  rotate: 45deg;
}

.header_item.is_active .header_sublist {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.header_telwrap {
  align-items: center;
  display: flex;
  gap: 12px;
}

.header_tel_text {
  display: block;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.5;
}

.header.active {
  background: transparent;
  left: 0;
  position: fixed;
  top: 0;
}

.header.active::before {
  display: none;
}

.header.active .header_logo {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

/*　ハンバーガーボタン　*/
.hamburger {
  display: none;
}

.header_fixed .hamburger {
  top: 1.79vw;
}

/* ナビ開いてる時のボタン */

.hamburger.active .hamburger_line {
  background: #FFFFFF;
  width: 8.46vw;
}

.hamburger.active .hamburger_text01 {
  display: none;
}

.hamburger.active .hamburger_text02 {
  display: block;
  top: 5.13vw;
  right: auto;
  transform: translateX(-50%);
  left: 50%;
}

.hamburger.active .hamburger_line:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}

nav.globalMenuSp {
  align-items: center;
  background: #1A1A1A;
  height: 100vh;
  left: 0;
  overflow: scroll;
  padding: 20.51vw 5.13vw 14.87vw;
  position: fixed;
  top: 0;
  transform: translateX(100%);
  transition: all 0.6s;
  width: 100%;
  z-index: 1500;
}

.globalMenuSP_link:has(.globalMenuSP_sublist) .globalMenuSP_head::after {
  background-image: url(./image/icon03.png);
  width: 5.13vw;
  height: 2.56vw;
}

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

.globalMenuSP_item.is_open .globalMenuSP_head::after {
  margin-top: 0.77vw;
  transform: translateY(-50%) rotateX(180deg);
}

/*賃貸管理ページ*/
.management01 {
  padding-block: 40px;
}

.management01_textwrap {
  margin-top: 15px;
}

.management01_text {
  color: #4B4B4B;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.18em;
  line-height: 1.86;
}

.management01_text+.management01_text {
  margin-top: 27px;
}

.management02 {
  margin-top: 106px;
  padding-bottom: 225px;
}

.management02_container {
  position: relative;
}

.management02_container::before {
  background: #F5F5F5;
  content: "";
  height: 540px;
  left: 50%;
  position: absolute;
  top: 50px;
  transform: translateX(-50%);
  width: 860px;
  z-index: -1;
}

.management02_item {
  margin-top: 35px;
}

/*不動産買取ページ*/
.purchase01_items {
  margin-top: 149px;
}

.purchase01_item:nth-of-type(even) {
  flex-direction: row-reverse;
}

.purchase01_item+.purchase01_item {
  margin-top: 149px;
}

.purchase02_tab01 {
  margin-top: 25px;
}

.purchase02_item {
  padding-block: 15px 8px;
  position: relative;
}

.purchase02_item::after {
  background-image: linear-gradient(to right, #ADADAD 50%, transparent 50%);
  background-repeat: repeat-x;
  background-size: 4px 1.5px;
  bottom: 0;
  content: "";
  height: 1.5px;
  left: 0;
  position: absolute;
  width: 100%;
}

.purchase02_item+.purchase02_item {
  margin-top: 5px;
}

.purchase02_tab01_list {
  display: flex;
  gap: 20px;
  list-style: none;
  padding: 0;
}

.purchase02_tab01_item {
  background: #f0f0f0;
  cursor: pointer;
  padding: 8px 20px;
  text-align: center;
}

.purchase02_tab01_item.active {
  background: #2B2B2B;
  color: #FFFFFF;
}

.purchase02_tab01_content {
  background: #F5F5F5;
  border: 1.5px solid #2B2B2B;
  display: none;
  height: 250px;
  overflow-y: scroll;
  padding: 20px;
}

.purchase02_tab01_content.active {
  display: block;
}

/*賃貸仲介ページ*/
.rental02_item {
  margin-top: 40px;
}

/* 売買仲介ページ*/
.sales02_items {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 40px;
}

/* スタッフ紹介ページ */
.staff01 {
  padding-top: 90px;
}

/*トップページ会社概要セクション*/
.top_company {
  margin-top: 297px;
  padding-bottom: 170px;
}

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

.top_company_container::before {
  background: #F2F2F2;
  content: "";
  height: 390px;
  left: 450px;
  position: absolute;
  top: 139px;
  width: 190px;
}

/*トップページMV*/
.top_mv {
  position: relative;
}

.top_mv::before {
  content: '';
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 1.5px;
  background: #DEDEDE;
  left: 0;
  top: calc(50% + 202px);
}

.top_mv_inner {
  align-items: center;
  display: flex;
  margin-inline: auto;
  justify-content: space-between;
  padding-left: 3.47%;
  width: 100%;
}

.top_mv_headline {
  margin-right: -200px;
  margin-top: 116px;
  position: relative;
  width: fit-content;
  z-index: 1;
}

.top_mv_headline_main {
  color: #000000;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.24em;
  line-height: 1;
  position: relative;
}

.top_mv_headline_main01 {
  align-items: center;
  display: flex;
}

.top_mv_headline_main01::after {
  background: #000000;
  content: "";
  height: 1.5px;
  margin-left: 7px;
  margin-top: 5px;
  width: 204px;
}

.top_mv_headline_main02 {
  white-space: nowrap;
}

.top_mv_headline_sub {
  color: #4D4D4D;
  font-family: "agency-fb", sans-serif;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.21;
  margin-top: 26px;
}

.top_mv_headline_bg {
  color: #F7F7F7;
  font-family: "agency-fb", sans-serif;
  font-size: 180px;
  font-weight: 400;
  left: -40px;
  letter-spacing: 0em;
  line-height: 1.2;
  position: absolute;
  top: -144px;
}

.too_mv_imagewrap {
  position: relative;
  width: 79.86%;
}

.too_mv_imagewrap::before {
  background: #F2F2F2;
  bottom: -190px;
  content: "";
  height: 430px;
  left: -230px;
  position: absolute;
  width: 470px;
  z-index: -1;
}

.too_mv_imagewrap::after {
  background: #F2F2F2;
  content: "";
  height: 50px;
  left: -25px;
  position: absolute;
  top: -25px;
  width: 50px;
  z-index: 11;
}

.top_mv_image {
  display: block;
}

.top_mv_image img {
  -o-object-fit: cover;
  aspect-ratio: 1110/670;
  height: auto;
  object-fit: cover;
  position: relative;
  width: 100%;
}

.top_mv_scroll {
  animation: move 2s cubic-bezier(0.25, 1, 0.5, 1) infinite;
  bottom: 198px;
  display: flex;
  position: absolute;
  right: 37px;
}

@keyframes move {
  0% {
    bottom: 30%;
  }

  50% {
    bottom: 28%;
  }

  100% {
    bottom: 30%;
  }
}

.top_mv_scroll_icon {
  background: url(./image/scroll.png) center center/contain no-repeat;
  height: 125px;
  width: 18px;
}

.top_mv_scroll_text {
  color: #000000;
  font-family: "agency-fb", sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.17;
  margin-left: -3px;
  writing-mode: vertical-lr;
}

/*トップページ事業内容セクション*/
.top_service {
  margin-top: 287px;
}

.top_service_container {
  position: relative;
}

.top_service_headline {
  left: -58px;
  position: absolute;
  rotate: 90deg;
  top: -67px;
}

.top_service_headline .common_headline01_main {
  margin-left: 10px;
}

.top_service_wrap_pc {
  display: flex;
  justify-content: space-between;
  padding-left: 45px;
  position: relative;
}

.top_service_wrap_pc::before {
  background: #F2F2F2;
  content: "";
  height: 250px;
  left: 240px;
  position: absolute;
  top: 260px;
  width: 950px;
}

.top_service_slider01 {
  flex: 1;
  height: 200px;
  margin-top: 260px;
  padding: 3px 0 30px 25px;
  position: relative;
}

.top_service_slider01::before {
  background: #D3D3D3;
  content: "";
  height: 200px;
  left: 0;
  position: absolute;
  top: 0;
  width: 1.5px;
}

.top_service_slider01 .swiper-slide.swiper-slide-thumb-active .top_service_slider01_item {
  color: #2B2B2B;
  padding-left: 20px;
}

.top_service_slider01_item {
  color: #B1B1B1;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 1.4;
  transition: 0.5s;
}

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

.top_service_slider01_item.current {
  color: #2B2B2B;
  padding-left: 20px;
}

.top_service_slider02 {
  width: min(100%, 866px);
}

.top_service_slider02 .swiper-slide {
  opacity: 0;
  transition: 0.8s ease;
}

.top_service_slider02 .swiper-slide.swiper-slide-active {
  opacity: 1;
}

.top_service_wrap_sp {
  display: none;
}

.common_headline04.is_active::after {
  transform: translateY(-50%) rotateX(180deg);
}

/*トップページスタッフ紹介セクション*/
.top_staff {
  margin-top: 200px;
  position: relative;
}

.top_staff::before,
.top_staff::after {
  background: #C1C1C1;
  content: "";
  height: 1.5px;
  left: 0;
  position: absolute;
  width: 100%;
}

.top_staff::before {
  top: 239px;
}

.top_staff::after {
  bottom: -86px;
}

.top_staff_wrap {
  position: relative;
}

.top_staff_container {
  align-items: flex-start;
  display: flex;
  gap: 130px;
  margin-top: 36px;
  position: relative;
}

.top_staff_bg {
  background: #F2F2F2;
  content: "";
  position: absolute;
}

.top_staff_bg01 {
  bottom: 33px;
  height: 390px;
  left: -150px;
  width: 430px;
}

.top_staff_bg02 {
  height: 390px;
  left: 400px;
  top: 119px;
  width: 430px;
  z-index: -1;
}

.top_staff_bg03 {
  bottom: -136px;
  height: 400px;
  right: -150px;
  width: 390px;
  z-index: 2;
}

.top_staff_item {
  z-index: 2;
}

.top_staff_item:nth-of-type(2) {
  margin-top: 140px;
}

.purchase_sec .ttl_box .ttl {
  border-bottom: 1.5px solid #DEDEDE;
  color: #2B2B2B;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.2em;
  padding-bottom: .5em;
  margin-bottom: 1.1em;
  text-align: center;
}

.purchase_sec .cont {
  padding: 40px 25px;
  border: 1px solid #DEDEDE;
}

.purchase_sec .cont .theme {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .03em;
  margin-bottom: 1.5em;
  color: #2B2B2B;
  text-align: center;
}

.purchase_sec .cont .text_box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 30px;
  justify-content: center;
}

.purchase_sec .cont .text_box .text {
  font-size: 18px;
  letter-spacing: .03em;
  display: flex;
  align-items: center;
  gap: 10px;
}

.purchase_sec .cont .text_box .text::before {
  content: "";
  display: block;
  background: #ededed;
  content: "";
  flex-shrink: 0;
  height: 12px;
  width: 12px;
}

.purchase_sec {
  margin-bottom: 100px;
}

.common_support_list ul {
  display: grid;
  gap: 30px 20px;
  grid-template-columns: repeat(3, 1fr);
  justify-content: space-between;
}


.common_support_list ul .img img {
  width: 100%;
  aspect-ratio: 2/0.9;
  object-fit: cover;
}

.common_support_list ul li .text_box .theme {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .01em;
  color: #2B2B2B;
  margin-bottom: .5em;
  text-align: center;
  line-height: 1.6;
}

.common_support_list ul li .text_box {
  padding: 30px 20px;
}

.common_support_list ul li {
  border: 1px solid #F0F0F0;
}

.common_support_list ul li .text_box .text {
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 1.5;
}

.rental02.common_lower_section02.bg {
    margin-top: unset;
}

.rental02.common_lower_section02.bg .common_item04_item {
    background-color: #f5f5f5;
}

.rental02.common_lower_section02.sales .rental02_item.common_item04 li .common_item04_title::before {
    content: "";
    display: block;
    background: #2B2B2B;
    content: "";
    height: 10px;
    width: 10px;
}

.rental02.common_lower_section02.sales .rental02_item.common_item04 li .common_item04_title {
    display: flex;
    align-items: center;
    gap: 0 9px;
}

.page_management .strengths_sec .text_box {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    padding: 30px 25px;
    border: 1px solid #DEDEDE;
    margin-bottom: 80px;
    position: relative;
}

.page_management .strengths_sec .management02_heading {
    margin-bottom: 30px;
}

.page_management .strengths_sec .theme {
    font-size: 16px;
    margin-top: 0.6em;
}

.page_management .strengths_sec .text_box .text {
    font-size: 16px;
    letter-spacing: .03em;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}

.page_management .strengths_sec .text_box .text::before {
    content: "";
    background: #ededed;
    content: "";
    flex-shrink: 0;
    height: 12px;
    width: 12px;
}

.page_management .strengths_sec .note {
    font-size: 15px;
    letter-spacing: 0.06em;
    line-height: 1.7;
    border: 1px solid #DEDEDE;
    padding: 30px 25px;
    background-color: #fdfdfd;
}

.page_management .strengths_sec .text_box::after {
    content: "";
    position: absolute;
    background-color: #2B2B2B;
    clip-path: polygon(50% 70%, 0 0, 100% 0);
    content: "";
    height: 32px;
    left: 50%;
    position: absolute;
    bottom: -64px;
    transform: translateX(-50%);
    width: 63px;
}

.staff01_container .staff01_cards.common_cards02 .common_cards02_item.common_card02 .common_card02_img {
    width: 100%;
    height: 445px;
}

.staff01_container .staff01_cards.common_cards02 .common_cards02_item.common_card02 .common_card02_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 48% 6%;
}

.common_item01_img img:hover {
    filter: grayscale(0%);
    scale: 1.1;
}

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

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

  a[href$=".pdf"]:hover {
    text-decoration: underline;
  }

  body {
    font-size: 13px;
  }

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

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

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

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

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

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

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

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

  .common_page_wrap {
    padding: 10.25vw 0 22.56vw;
  }

  .reserve_text {
    font-size: 6vw;
  }

  /* パンくず */
  .breadcrumb {
    font-size: 3.08vw;
    line-height: 1.42;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .page_contact .common_page_wrap {
    padding-bottom: 12.82vw;
  }

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

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

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

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

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

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

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

  .privacy_check_list {
    margin-bottom: 6vw;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* SP固定ページ 個人情報保護方針 */
  .page_privacy .common_page_wrap {
    padding-bottom: 25.64vw;
  }

  .page_privacy .main_text {
    font-size: 3.5vw;
  }

  .page_privacy dl {
    margin-bottom: 10vw;
  }

  .page_privacy dl dt {
    font-size: 4vw;
  }

  .page_privacy dl dd {
    font-size: 3.5vw;
    margin-left: 5vw;
  }

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

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

  /* SP投稿ページ アーカイブページ */
  .archive_page_list>article {
    padding-right: 20px;
  }

  .archive_page_list>article .date {
    width: 80px;
  }

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

  .archive_page_list>article:after {
    height: 7px;
    width: 7px;
  }

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

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

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

  body #sitemap_list {
    padding: 0;
  }

.rental02.common_lower_section02.sales .rental02_item.common_item04 li .common_item04_title {
    gap: 0 2vw;
}

.rental02.common_lower_section02.sales .rental02_item.common_item04 li .common_item04_title::before {
    width: 2.5vw;
    height: 2.5vw;
}

}

@media screen and (max-width: 750px) {
  body {
    min-width: unset;
  }

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

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

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

  .section01 {
    margin-top: 20.51vw;
  }

  /* 共通パーツ */
  .common_btn03 {
    gap: 1.99vw;
  }

  .common_btn03_icon {
    aspect-ratio: 20/26.08;
    width: 5.13vw;
  }

  .common_btn03_text {
    font-size: 8.21vw;
  }

  .common_btn03_white .common_btn03_text {
    font-size: 8.21vw;
    line-height: 1.22;
  }

  .common_btn04 {
    padding-block: 4.87vw 4.62vw;
    width: min(100%, 64.1vw);
  }

  .common_btn04_text {
    font-size: 3.85vw;
  }

  .common_btn04_icon {
    right: 5.13vw;
  }

  .common_btn04_icon svg {
    height: 3.59vw;
    width: 1.79vw;
  }

  .common_btn06 {
    padding-block: 4.23vw 4.49vw;
    width: min(100%, 82.05vw);
  }

  .common_btn06_icon01 {
    left: 3.85vw;
    width: 10.26vw;
  }

  .common_btn06_icon01_mail svg {
    height: 5.38vw;
    width: 7.36vw;
  }

  .common_btn06_icon01_line {
    width: 10.26vw;
  }

  .common_btn06_icon02 {
    right: 6.41vw;
    width: 2.05vw;
  }

  .common_btn06_text {
    font-size: 4.1vw;
    letter-spacing: 0.18em;
    line-height: 1.5;
    padding-right: 0.51vw;
  }

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

  .common_card01_body {
    margin-top: 2.05vw;
  }

  .common_cards01_tag {
    font-size: 3.08vw;
  }

  .common_card01_title {
    font-size: 3.85vw;
  }

  .common_card01_address {
    font-size: 3.08vw;
    margin-top: 1.28vw;
  }

  .common_card02_img img {
    aspect-ratio: 350/250;
  }

  .common_card02_body {
    padding: 3.85vw;
  }

  .common_card02_name_sub {
    font-size: 6.15vw;
  }

  .common_card02_name_main {
    font-size: 3.59vw;
  }

  .common_card02_list {
    margin-top: 2.05vw;
  }

  .common_card02_item {
    padding-block: 2.05vw;
  }

  .common_card02_label {
    font-size: 3.59vw;
    gap: 2.56vw;
  }

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

  .common_card02_data {
    font-size: 3.59vw;
    margin-top: 1.28vw;
    padding-left: 5.13vw;
  }

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

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

  .common_cta01 {
    display: block;
    padding-block: 2.56vw;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
  }

  .common_headline01_sub {
    font-size: 17.95vw;
    line-height: 1;
    line-height: 1.2;
  }

  .common_headline01_main {
    font-size: 4.1vw;
    line-height: 1.5;
    margin-left: 2.05vw;
    margin-top: -1.54vw;
    padding-left: 4.87vw;
  }

  .common_headline01_main::before {
    height: 2.56vw;
    width: 2.56vw;
  }

  .common_headline01_main_company {
    margin-top: -0.77vw;
  }

  .common_headline02_sub {
    font-size: 12.31vw;
    line-height: 1.21;
  }

  .common_headline02_main {
    font-size: 3.85vw;
    line-height: 1.4;
    margin-top: 1.28vw;
  }

  .common_headline02_main::before {
    height: 2.56vw;
    margin-right: 2.05vw;
    margin-top: 0.77vw;
    width: 2.56vw;
  }

  .common_headline02_main::after {
    margin-left: 3.21vw;
    margin-top: 1.28vw;
    width: 32.05vw;
  }

  .common_headline03 {
    text-align: left;
    width: unset;
  }

  .common_headline03_sub {
    font-size: 10.26vw;
  }

  .common_headline03_main {
    font-size: 3.59vw;
  }

  .common_headline03_main::before {
    height: 2.56vw;
    width: 2.56vw;
  }

  .common_item01 {
    width: min(100%, 61.54vw);
  }

  .common_item01:nth-of-type(odd) .common_item01_namewrap {
    bottom: auto;
    left: 38.46vw;
    right: auto;
    text-align: left;
    top: 35.9vw;
    line-height: 1;
  }

  .common_item01:nth-of-type(odd) .common_item01_name_en {
    color: #B5B5B5;
  }

  .common_item01:nth-of-type(odd) .common_item01_name_ja {
    color: #B5B5B5;
  }

  .common_item01:nth-of-type(even) .common_item01_namewrap {
    bottom: auto;
    left: -23.08vw;
    right: auto;
    top: 35.38vw;
  }

  .common_item01:nth-of-type(even) .common_item01_namewrap::after {
    left: 0;
    right: auto;
  }

  .common_item01:nth-of-type(even) .common_item01_name_en {
    color: #D5D5D5;
  }

  .common_item01:nth-of-type(even) .common_item01_name_ja {
    color: #B1B1B1;
  }

  .common_item01_img {
    aspect-ratio: 230/200;
    width: 61.54vw;
  }

  .common_item01_img img {
    aspect-ratio: 240/320;
  }

  .common_item01_namewrap {
    text-align: left;
    width: min(100%, 48.72vw);
  }

  .common_item01_namewrap::after {
    background: url(./image/arrow_icon01.png) center center/contain no-repeat;
    bottom: -3.85vw;
    height: 5.64vw;
    left: 0vw;
    width: 47.18vw;
  }

  .common_item01_name_en {
    color: #D5D5D5;
    font-size: 9.26vw;
  }

  .common_item01_name_ja {
    color: #D5D5D5;
    font-size: 3.85vw;
    line-height: 1.4;
  }

  .common_item02 {
    padding-inline: 0;
  }

  .common_item02_img {
    width: 100%;
  }

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

  .common_item02_headline_sub {
    display: inline-block;
    left: 6.41vw;
    top: 6.41vw;
  }

  .common_item02_number {
    display: none;
  }

  .common_item02_head {
    font-size: 12.82vw;
  }

  .common_item02_headline_main {
    display: inline-block;
    font-size: 5.64vw;
    line-height: 1.45;
    padding-right: 0;
    right: 1.79vw;
    top: 32.56vw;
  }

  .common_item02_headline_main::after {
    background: #D1D1D1;
    bottom: -1.54vw;
    right: -5.13vw;
    width: 56.41vw;
  }

  .common_item02_text {
    font-size: 3.33vw;
    line-height: 1.77;
    margin-top: 2.05vw;
  }

  .common_item03 {
    padding: 3.85vw;
  }

  .common_item03_title {
    font-size: 4.1vw;
    padding: 0.9vw;
  }

  .common_item03_list {
    margin-top: 6.15vw;
  }

  .common_item03_item {
    gap: 5.13vw;
  }

  .common_item03_item+.common_item03_item {
    margin-top: 6.41vw;
  }

  .common_item03_item::before {
    height: 4vw;
    top: -4vw;
    width: 4vw;
  }

  .common_item03_number {
    font-size: 3.85vw;
    width: 10vw;
  }

  .common_item03_text {
    font-size: 3.59vw;
  }

  .common_item04 {
    padding: 6.41vw 3.85vw;
  }

  .common_item04_list {
    margin-top: 0;
  }

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

  .common_item04_item+.common_item04_item {
    margin-top: 6.41vw;
  }

  .common_item04_item::before {
    height: 4vw;
    top: -4vw;
    width: 4vw;
  }

  .common_item04_number {
    align-items: flex-end;
    flex-direction: row;
    gap: 2.05vw;
    padding-block: 2.05vw 1.54vw;
  }

  .common_item04_number .en {
    font-size: 5.64vw;
    line-height: 1.32;
  }

  .common_item04_number .number {
    font-size: 6.67vw;
    line-height: 1.12;
  }

  .common_item04_wrap {
    padding: 3.85vw;
  }

  .common_item04_title {
    font-size: 4.62vw;
    padding-bottom: 1.28vw;
  }

  .common_item04_text {
    font-size: 3.59vw;
    margin-top: 2.56vw;
  }

  .common_lower_heading01 {
    font-size: 4.62vw;
    padding-bottom: 1.28vw;
  }

  .common_lower_mv {
    padding-block: 12.82vw 5.13vw;
  }

  .common_lower_mv_wrap {
    display: flex;
    flex-direction: column;
    position: relative;
  }

  .common_lower_mv_container {
    display: contents;
  }

  .common_lower_mv_bg01 {
    height: 21.79vw;
    left: -5.13vw;
    top: -13.33vw;
    width: 21.79vw;
  }

  .common_lower_mv_bg02 {
    height: 16.67vw;
    right: -4.87vw;
    top: 9.49vw;
    width: 41.03vw;
  }

  .common_lower_mv_bg03 {
    height: 21.79vw;
    left: -2.56vw;
    top: 63.85vw;
    width: 25.64vw;
  }

  .common_lower_mv_title {
    order: 1;
  }

  .common_lower_mv_img {
    margin-top: 5.13vw;
    order: 2;
    width: 94.87vw;
  }

  .common_lower_mv_img img {
    aspect-ratio: 370/180;
  }

  .breadcrumb {
    margin-top: 2.82vw;
    order: 3;
    text-align: right;
  }

  .common_lower_section01 {
    padding-block: 10.26vw 6.41vw;
  }

  .common_lower_section02 {
    margin-top: 10.26vw;
    padding-bottom: 25.64vw;
  }

  .common_lower_section03 {
    padding-block: 10.26vw 25.64vw;
  }

  .common_lower_container01::before {
    height: 80%;
    top: 7.18vw;
    width: 100vw;
  }

  .common_lower_text01 {
    font-size: 3.59vw;
    margin-top: 6.41vw;
  }

  .common_lower_text01+.common_lower_text01 {
    margin-top: 3.85vw;
  }

  .common_media01 {
    flex-direction: column;
  }

  .common_media01_headline {
    border-bottom: none;
    order: 1;
    padding-bottom: 0;
  }

  .common_media01_txt {
    font-size: 3.59vw;
    line-height: 1.79;
    margin-top: 3.33vw;
    order: 3;
    width: min(100%, 84.62vw);
  }

  .common_media01_img {
    margin-left: -5.13vw;
    margin-right: auto;
    margin-top: 3.85vw;
    order: 2;
    width: 94.87vw;
  }

  .common_media01_img img {
    aspect-ratio: 370/180;
  }

  .common_media01_body {
    display: contents;
    width: 100%;
  }

  .common_media01_btnwrap {
    margin-top: 9.23vw;
    order: 4;
    text-align: center;
  }

  .common_media02 {
    flex-direction: column;
  }

  .common_media02_head {
    border-bottom: none;
    font-size: 4.1vw;
    order: 1;
    padding-bottom: 0;
  }

  .common_media02_txt {
    font-size: 3.59vw;
    line-height: 1.79;
    margin-top: 3.59vw;
    order: 3;
    width: 100%;
  }

  .common_media02_img {
    margin-left: -5.13vw;
    margin-right: auto;
    margin-top: 3.85vw;
    order: 2;
    width: 94.87vw;
  }

  .common_media02_img img {
    aspect-ratio: 370/180;
  }

  .common_media02_body {
    display: contents;
    width: 100%;
  }

  .common_tel {
    flex-direction: column;
    gap: 0.77vw;
  }

  .common_tel_textwrap {
    display: flex;
    gap: 1.28vw;
  }

  .common_tel_text {
    font-size: 3.08vw;
  }

  .common_tel_white .common_tel_text {
    font-size: 3.08vw;
    line-height: 1.42;
  }

  .company01_namewrap {
    gap: 3.85vw;
    margin-top: 8.79vw;
    padding-bottom: 1.28vw;
  }

  .company01_position {
    font-size: 4.1vw;
  }

  .company01_name {
    font-size: 4.1vw;
  }

  .company02 {
    padding-top: 15.38vw;
  }

  .company02_heading {
    margin-bottom: 2.56vw;
  }

  /* footer */
  .footer {
    padding-block: 20.51vw 17.44vw;
  }

  .footer_container {
    flex-direction: column;
  }

  .footer_logo {
    margin-inline: auto;
    margin-top: 0vw;
    width: min(100%, 23.08vw);
  }

  .footer_wrap {
    width: 100%;
  }

  .footer_info_title {
    display: none;
  }

  .footer_info_tel {
    align-items: center;
    flex-direction: column;
    gap: 0.26vw;
    margin-top: 16.67vw;
  }

  .footer_info_btnwrap {
    align-items: center;
    flex-direction: column-reverse;
    gap: 5.13vw;
    margin-top: 6.41vw;
  }

  .footer_links {
    display: none;
  }

  .footer_bottom {
    margin-top: 15.38vw;
  }

  .footer_company {
    font-size: 3.08vw;
    line-height: 1.42;
    padding-bottom: 3.85vw;
    text-align: center;
  }

  .footer_bottom_wrap {
    align-items: center;
    flex-direction: column-reverse;
    gap: 2.05vw;
  }

  .footer_copyright small {
    font-size: 3.08vw;
  }

  .footer_bottom_links {
    gap: 0;
    justify-content: center;
  }

  .footer_bottom_link {
    font-size: 3.08vw;
    padding: 3.08vw 5.13vw;
  }

  /* header */
  .header {
    min-width: unset;
    padding-block: 3.33vw;
  }

  .header::before {
    height: 15.38vw;
    width: 15.38vw;
  }

  .header_inner {
    padding-inline: 4.1vw 5.13vw;
  }

  .header_logo {
    left: 6.67vw;
    scale: 1.48;
    top: 4.36vw;
    width: 13.85vw;
  }

  .header_nav {
    display: none;
  }

  /* hamburger */
  .hamburger {
    cursor: pointer;
    display: block;
    height: 12.05vw;
    position: absolute;
    right: 5.13vw;
    text-align: center;
    top: 6.15vw;
    width: 10.26vw;
    z-index: 99999;
    transition: 0.5s;
  }

  .header_lower .hamburger {
    right: 5.13vw;
    top: 1.28vw;
  }

  .hamburger_line {
    background: #2B2B2B;
    display: block;
    height: 1.5px;
    position: absolute;
    right: 0vw;
    transition: 0.5s ease-in-out;
  }

  .hamburger_line:nth-child(1) {
    top: 0vw;
    width: 10.26vw;
  }

  .hamburger_line:nth-child(2) {
    top: 2.56vw;
    width: 7.44vw;
  }

  .hamburger_line:nth-child(3) {
    top: 5.13vw;
    width: 5.13vw;
  }

  .hamburger_text {
    color: #2B2B2B;
    font-family: "agency-fb", sans-serif;
    font-size: 4.1vw;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1.19;
    position: absolute;
    right: 0vw;
    top: 6.92vw;
  }

  .hamburger_text02 {
    color: #FFFFFF;
    display: none;
  }

  .header_lower .hamburger.active,
  .hamburger.active {
    height: 4.62vw;
    top: 3.33vw;
    width: 7.69vw;
  }

  .hamburger.active .hamburger_line:nth-child(1) {
    left: 50%;
    top: 0.51vw;
    transform: rotate(330deg);
    translate: -50% 0;
  }

  .hamburger.active .hamburger_line:nth-child(3) {
    top: 0.51vw;
    transform: rotate(-330deg);
  }

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

  .globalMenuSp_logo {
    margin-inline: auto;
    width: min(100%, 20.51vw);
  }

  .globalMenuSp_logo_link {
    display: inline-block;
  }

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

  nav.globalMenuSp.active {
    transform: translateX(0%);
  }

  .globalMenuSp_btn_container {
    align-items: center;
    display: flex;
    gap: 2.56vw;
    width: 100%;
  }

  .globalMenuSp_btn_wrap {
    flex: 1;
  }

  .globalMenuSP_list {
    margin-top: 9.49vw;
  }

  .globalMenuSP_item {
    width: 100%;
  }

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

  .globalMenuSP_link::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 100vw;
    height: 1.5px;
    background-image: linear-gradient(to right, #464646 50%, transparent 50%);
    background-size: 4px 1.5px;
    background-repeat: repeat-x;
  }

  .globalMenuSP_head {
    display: block;
    padding: 4.1vw 2.56vw 5.13vw;
    position: relative;
  }

  .globalMenuSP_head::after {
    background: url(./image/icon02.png) center center/contain no-repeat;
    content: "";
    display: inline-block;
    height: 5.64vw;
    position: absolute;
    right: 3.59vw;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.5s;
    width: 2.82vw;
  }

  .globalMenuSP_head_en {
    color: #898989;
    display: block;
    font-family: "agency-fb", sans-serif;
    font-size: 10.26vw;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 1.2;
  }

  .globalMenuSP_head_ja {
    color: #FFFFFF;
    display: block;
    font-size: 3.85vw;
    font-weight: 500;
    letter-spacing: 0.18em;
    line-height: 1.4;
  }

  .globalMenuSP_sublist {
    display: flex;
    flex-wrap: wrap;
    gap: 1.28vw 12.31vw;
    padding-block: 5.13vw;
    position: relative;
    margin-inline: calc(50% - 50vw);
    padding-inline: 7.69vw;
    width: 100vw;
  }

  .globalMenuSP_sublist::before {
    background: #242424;
    content: "";
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 100vw;
    z-index: -1;
  }

  .globalMenuSP_sublist::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 100vw;
    height: 1.5px;
    background-image: linear-gradient(to right, #464646 50%, transparent 50%);
    background-size: 4px 1.5px;
    background-repeat: repeat-x;
  }

  .globalMenuSP_sublink {
    color: #FFFFFF;
    display: inline-block;
    font-size: 3.59vw;
    font-weight: 400;
    letter-spacing: 0.18em;
    line-height: 1.43;
    padding: 2.56vw;
  }

  .globalMenuSP_tel {
    margin-top: 17.18vw;
  }

  .globalMenuSP_btnwrap {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 5.13vw;
    margin-top: 6.41vw;
  }

  .globalMenuSP_bottom {
    margin-top: 15.38vw;
  }

  .globalMenuSP_company {
    border-bottom: 2px solid #5A5A5A;
    color: #ADADAD;
    font-size: 3.08vw;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.46;
    line-height: 1.42;
    padding-bottom: 3.85vw;
    text-align: center;
  }

  .globalMenuSP_bottom_wrap {
    margin-top: 2.05vw;
    text-align: center;
  }

  .globalMenuSP_copyright small {
    color: #ADADAD;
    font-size: 3.08vw;
    font-weight: 400;
    letter-spacing: 0.06em;
    line-height: 1.42;
  }

  .globalMenuSP_bottom_links {
    align-items: center;
    display: flex;
    justify-content: center;
  }

  .globalMenuSP_bottom_link {
    color: #ADADAD;
    font-size: 3.08vw;
    font-weight: 400;
    letter-spacing: 0.18em;
    line-height: 1.42;
    padding: 2.56vw 5.13vw;
  }

  /* 賃貸管理ページ */
  .management01 {
    padding-block: 10.26vw 6.41vw;
  }

  .management01_textwrap {
    margin-top: 3.85vw;
  }

  .management01_text {
    font-size: 3.59vw;
    margin-top: 3.85vw;
  }

  .management01_text+.management01_text {
    margin-top: 3.85vw;
  }

  .management02 {
    margin-top: 10.26vw;
    padding-bottom: 25.64vw;
  }

  .management02_container::before {
    height: 80%;
    top: 7.18vw;
    width: 100vw;
  }

  .management02_item {
    margin-top: 5.13vw;
  }

  /* 不動産買取ページ */
  .purchase01_items {
    margin-top: 16.67vw;
  }

  .purchase01_item:nth-of-type(even) {
    flex-direction: column;
  }

  .purchase01_item:nth-of-type(even) .common_media02_img {
    margin-left: auto;
    margin-right: calc(50% - 50vw);
  }

  .purchase01_item+.purchase01_item {
    margin-top: 16.67vw;
  }

  .purchase02_tab01 {
    margin-top: 5.13vw;
  }

  .purchase02_item {
    padding: 2.56vw 1.28vw;
  }

  .purchase02_item+.purchase02_item {
    margin-top: 0.77vw;
  }

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

  .purchase02_tab01_item {
    padding: 1.28vw 3.85vw;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 8.97vw;
    min-height: 35px;
  }

  .purchase02_tab01_content {
    height: unset;
    margin-top: 5.13vw;
    padding: 3.85vw 2.56vw 6.41vw;
  }

  /* 賃貸仲介ページ */
  .rental02_item {
    margin-top: 5.13vw;
  }

  /* スタッフ紹介ページ */
  .staff01 {
    padding-top: 17.95vw;
  }

  /* 賃貸売買ページ */
  .sales02_items {
    gap: 7.69vw;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 5.13vw;
  }

  /* トップページ会社概要セクション */
  .top_company {
    margin-top: 34.62vw;
    padding-bottom: 28.21vw;
  }

  .top_company_container::before {
    display: none;
  }

  /* トップページMVセクション */
  .top_mv {
    padding-block: 12.56vw 15.13vw;
    position: relative;
  }

  .top_mv::before {
    top: auto;
    bottom: 0;
    z-index: -1;

  }

  .top_mv::after {
    background: #F2F2F2;
    content: "";
    height: 143.59vw;
    position: absolute;
    right: 0;
    top: 5.13vw;
    width: 41.03vw;
  }

  .top_mv_inner {
    flex-direction: column-reverse;
    padding-left: 5.13vw;
    width: 100%;
  }

  .top_mv_headline {
    margin-right: 0;
    margin-top: 8.97vw;
    width: 100%;
    z-index: 2;
  }

  .top_mv_headline_main {
    font-size: 5.64vw;
    line-height: 1.29;
  }

  .top_mv_headline_main01::after {
    margin-left: 2.31vw;
    margin-top: 1.03vw;
    width: 23.69vw;
  }

  .top_mv_headline_sub {
    font-size: 5.13vw;
    letter-spacing: 0.02em;
    line-height: 1.8;
    margin-top: 2.56vw;
  }

  .top_mv_headline_bg {
    font-size: 33.33vw;
    left: -5.13vw;
    line-height: 1.2;
    top: -26.92vw;
  }

  .too_mv_imagewrap {
    margin-left: auto;
    width: min(100%, 82.05vw);
  }

  .too_mv_imagewrap::before {
    bottom: -69.74vw;
    height: 41.03vw;
    left: -17.95vw;
    width: 41.03vw;
  }

  .too_mv_imagewrap::after {
    height: 7.69vw;
    left: -3.85vw;
    top: -3.85vw;
    width: 7.69vw;
  }

  .top_mv_image {
    position: relative;
    z-index: 2;
    height: 90vw;
  }

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

  .top_mv_scroll {
    display: none;
  }

  /* トップページサービスセクション */
  .top_service {
    margin-top: 9.74vw;
  }

  .top_service_headline .common_headline01_main {
    margin-left: 2.05vw;
    margin-top: -1.28vw;
  }

  .top_service_headline {
    position: static;
    rotate: 0deg;
  }

  .top_service_wrap_pc {
    display: none;
  }

  .top_service_wrap_sp {
    display: block;
    margin-top: 7.69vw;
  }

  .top_service_item {
    border-bottom: 1.5px solid #EDEDED;
    padding-block: 2.56vw 1.54vw;
  }

  .top_service_item:first-of-type {
    border-top: 1.5px solid #EDEDED;
  }

  .top_service_item_content {
    margin-top: 4.36vw;
  }

  .top_service_btn {
    margin-top: 4.87vw;
    padding-bottom: 5.64vw;
  }

  /* トップページスタッフ紹介セクション */
  .top_staff {
    margin-top: 22.82vw;
  }

  .top_staff::before {
    top: 38.72vw;
  }

  .top_staff::after {
    bottom: -9.23vw;
  }

  .top_staff_container {
    flex-direction: column;
    gap: 11.21vw;
    margin-top: 7.69vw;
  }

  .top_staff_bg01 {
    height: 43.59vw;
    left: 27.95vw;
    top: 23.08vw;
    width: 51.28vw;
    z-index: -1;
  }

  .top_staff_bg02 {
    height: 33.33vw;
    left: 7.69vw;
    top: 76.67vw;
    width: 38.46vw;
  }

  .top_staff_bg03 {
    bottom: -11.54vw;
    height: 30.77vw;
    right: -5vw;
    width: 51.28vw;
  }

  .top_staff_item:nth-of-type(2) {
    margin-left: auto;
    margin-top: 0;
  }

  .common_support_list ul {
    grid-template-columns: 1fr;
    gap: 5vw 2.5vw;
  }

  .common_support_list ul li .text_box {
    padding: 3vw;
  }

  .common_support_list ul li .text_box .theme {
    font-size: 4vw;
  }

  .common_support_list ul li .text_box .text {
    font-size: 3.4vw;
  }

.purchase_sec .ttl_box .ttl {
    font-size: 4vw;
}

.purchase_sec .cont .theme {
    font-size: 3.8vw;
}

.purchase_sec .cont .text_box .text {
    font-size: 3.7vw;
    align-items: baseline;
    gap: 2vw;
}

.purchase_sec .cont .text_box {
    justify-content: left;
    gap: 4vw;
}

.purchase_sec .cont {
    padding: 5vw 3vw;
}

.purchase_sec {
    margin-bottom: 10vw;
}

.page_management .strengths_sec .theme {
    font-size: 3.8vw;
}

.page_management .strengths_sec .text_box {
    padding: 4vw;
    gap: 4vw;
    justify-content: left;
    margin-bottom: 16vw;
}

.page_management .strengths_sec .text_box .text {
    font-size: 3.6vw;
}

.page_management .strengths_sec .text_box .text::before {
    width: 3vw;
    height: 3vw;
}

.page_management .strengths_sec .note {
    font-size: 3.4vw;
}

.page_management .strengths_sec .text_box::after {
    width: 17vw;
    height: 7vw;
    bottom: -13vw;
}

.top_mv_headline_main .top_mv_headline_main02 {
    font-size: 5.1vw;
}

.top_mv_headline_main01 {
    font-size: 5.1vw;
}


}

/* ホバーアクション */
@media (any-hover: hover) {
  .common_btn01:hover {
    background: #2B2B2B;
  }

  .common_btn01:hover .common_btn01_icon path {
    fill: #FFFFFF;
    stroke: #FFFFFF;
  }

  .common_btn01:hover .common_btn01_text {
    color: #FFFFFF;
  }

  .common_btn02:hover {
    background: #2B2B2B;
  }

  .common_btn02:hover .common_btn02_text {
    color: #FFFFFF;
  }

  .common_btn04:hover {
    background: #FFFFFF;
  }

  .common_btn04:hover .common_btn04_text {
    color: #2B2B2B;
  }

  .common_btn04:hover .common_btn04_icon svg path {
    stroke: #2B2B2B;
  }

  .common_btn06:hover {
    background: #FFFFFF;
  }

  .common_btn06:hover .common_btn06_icon01_mail svg path {
    fill: #000000;
    stroke: #000000;
  }

  .common_btn06:hover .common_btn06_icon02 svg path {
    stroke: #000000;
  }

  .common_btn06:hover .common_btn06_text {
    color: #000000;
  }

  .common_item01_link:hover::after {
    opacity: 1;
  }

  .common_item01_link:hover .common_item01_img img {
    filter: grayscale(0%);
    scale: 1.1;
  }

  .common_item01_link:hover .common_item01_namewrap::after {
    background: #DDDDDD;
    width: 290px;
  }

  .common_item01_link:hover .common_item01_name_ja {
    color: #DDDDDD;
  }

  .common_item01_link:hover .common_item01_name_en {
    color: #DDDDDD;
  }

  .common_item02_link:hover .common_item02_headline_main::after {
    width: 330px;
  }

  .common_item02_link:hover .common_item02_img img {
    scale: 1.15;
  }

  .breadcrumb a:hover {
    opacity: 0.6;
  }

  .footer_logo:hover {
    opacity: 0.6;
  }

  .footer_links_sublink:hover {
    opacity: 0.6;
  }

  .footer_links_item a:hover {
    opacity: 0.6;
  }

  .footer_links_sublink:hover {
    opacity: 0.6;
  }

  .footer_bottom_link:hover {
    opacity: 0.6;
  }

  .header_logo_link:hover {
    opacity: 0.6;
  }

  .header_link:hover {
    opacity: 0.6;
  }

  .header_sublink:hover {
    opacity: 0.6;
  }
}