@charset "UTF-8";

/* Regular - 700 */
/*
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: 100px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.common_contact_form .form_box dl dt::after {
  background: #AAA;
  content: "";
  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;
}

/* 追加css */

body {
  color: #2C2C2C;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.5;
  min-width: 1440px;
}

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

.sp {
  display: none;
}

/* パーツ */
.common_btn01 {
  align-items: center;
  background: #06C755;
  display: inline-block;
  display: flex;
  gap: 12px;
  justify-content: center;
  padding-block: 18px;
  padding-left: 7px;
  position: relative;
  transition: 0.5s;
  width: min(100%, 260px);
}

.common_btn01_deco {
  background: #FFFFFF;
  border-radius: 10px;
  color: #03C755;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 700;
  left: 50%;
  letter-spacing: 0.02em;
  line-height: 1.42;
  padding-block: 1.5px;
  position: absolute;
  text-align: center;
  top: -14px;
  transform: translateX(-50%);
  width: min(100%, 220px);
}

.common_btn01_icon {
  height: 24px;
  width: 24px;
}

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

.common_btn01_text {
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.5;
}

.common_btn02 {
  align-items: center;
  background: #DBB61C;
  display: inline-block;
  display: flex;
  gap: 12px;
  justify-content: center;
  padding-block: 18px;
  position: relative;
  transition: 0.5s;
  width: min(100%, 260px);
}

.common_btn02_icon {
  height: 24px;
  width: 24px;
}

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

.common_btn02_text {
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.5;
}

.common_btn03 {
  align-items: center;
  background: #06C755;
  display: inline-block;
  display: flex;
  gap: 14px;
  justify-content: center;
  padding-block: 27px 23px;
  position: relative;
  transition: 0.5s;
  width: min(100%, 320px);
}

.common_btn03_deco {
  background: #FFFFFF;
  border-radius: 10px;
  color: #03C755;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 700;
  left: 50%;
  letter-spacing: 0.02em;
  line-height: 1.42;
  padding-block: 2.5px;
  position: absolute;
  text-align: center;
  top: -12px;
  transform: translateX(-50%);
  width: min(100%, 280px);
}

.common_btn03_icon {
  height: 30px;
  width: 30px;
}

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

.common_btn03_text {
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.44;
}

.common_btn04 {
  align-items: center;
  background: #DBB61C;
  display: inline-block;
  display: flex;
  gap: 14px;
  justify-content: center;
  padding-block: 25px;
  position: relative;
  transition: 0.5s;
  width: min(100%, 320px);
}

.common_btn04_icon {
  height: 30px;
  width: 30px;
}

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

.common_btn04_text {
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.44;
}

.common_btn05 {
  align-items: center;
  border: 1px solid #D3D3D3;
  display: flex;
  gap: 15px;
  justify-content: center;
  padding-block: 24px;
  position: relative;
  transition: 0.5s;
  width: min(100%, 320px);
}

.common_btn05::after {
  background: transparent;
  border-bottom: 1px solid #D3D3D3;
  border-right: 1px solid #D3D3D3;
  content: "";
  height: 100%;
  left: 5px;
  position: absolute;
  top: 5px;
  transition: 0.5s;
  width: 100%;
}

.common_btn05_icon01 {
  height: 30px;
  width: 30px;
}

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

.common_btn05_text {
  color: #2C2C2C;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.45;
}

.common_btn05_icon02 {
  background: url(./image/btn_icon03.png) center center/contain no-repeat;
  bottom: 5px;
  height: 10px;
  position: absolute;
  right: 5px;
  width: 10px;
}

.common_btn06 {
  align-items: center;
  background: #06C755;
  display: inline-block;
  display: flex;
  gap: 14px;
  justify-content: center;
  padding-block: 27px 23px;
  position: relative;
  transition: 0.5s;
  width: min(100%, 320px);
}

.common_btn06_deco {
  background: #FFFFFF;
  border-radius: 10px;
  color: #03C755;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 700;
  left: 50%;
  letter-spacing: 0.02em;
  line-height: 1.42;
  padding-block: 2.5px;
  position: absolute;
  text-align: center;
  top: -12px;
  transform: translateX(-50%);
  width: min(100%, 280px);
}

.common_btn06_icon {
  height: 30px;
  width: 30px;
}

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

.common_btn06_text {
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.44;
}

.common_btn07 {
  align-items: center;
  background: #DBB61C;
  display: inline-block;
  display: flex;
  gap: 14px;
  justify-content: center;
  padding-block: 25px;
  position: relative;
  transition: 0.5s;
  width: min(100%, 320px);
}

.common_btn07_icon {
  height: 30px;
  width: 30px;
}

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

.common_btn07_text {
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.44;
}

.common_card01 {
  position: relative;
}

.common_card01_img {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.common_card01_img img {
  -o-object-fit: cover;
  aspect-ratio: 540/320;
  height: auto;
  object-fit: cover;
  transition: transform 0.8s;
  width: 100%;
}

.common_card01_body {
  margin-top: 25px;
}

.common_card01_body .small_sp {
  display: none;
}

.common_card01_wrap {
  display: flex;
}

.common_card01_title {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.6;
  padding-left: 30px;
  position: relative;
}

.common_card01_title::before {
  background: #D3D3D3;
  content: "";
  height: 70px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
}

.common_card01_title .small_pc {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.common_card01_number {
  flex-shrink: 0;
  font-family: "Bodoni Moda", serif;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.33;
  margin-top: 8px;
  padding-right: 30px;
}

.common_card02 {
  padding: 30px 7.5px 49px;
  position: relative;
}

.common_card02_imgwrap {
  aspect-ratio: 1/1;
  background: #F5F9FF;
  border-radius: 100vh;
  display: grid;
  margin-inline: auto;
  place-content: center;
  width: min(100%, 120px);
}

.common_card02_img {
  margin-inline: auto;
  position: relative;
  width: min(100%, 59.5px);
  z-index: 1;
}

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

.common_card02_body {
  margin-top: 20px;
}

.common_card02_title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.5;
  text-align: center;
}

.common_card02_text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.6;
  margin-top: 4px;
  text-align: center;
}

.common_card03_imgwrap {
  aspect-ratio: 280/270;
  background: #FFFFFF;
  display: grid;
  padding: 30px;
  place-items: center;
}

.common_card03_imgwrap01 {
  align-items: center;
  flex-direction: column;
  gap: 10px;
  padding: 41px;
}

.common_card03_imgwrap02 {
  display: grid;
  gap: 10px 20px;
  grid-template-columns: repeat(2, 1fr);
}

.common_card03_img01 {
  width: min(100%, 160px);
}

.common_card03_img01 img {
  -o-object-fit: contain;
  aspect-ratio: 160/60;
  object-fit: contain;
  width: 100%;
}

.common_card03_img02 {
  width: min(100%, 160px);
}

.common_card03_img02 img {
  -o-object-fit: contain;
  aspect-ratio: 160/45;
  object-fit: contain;
  width: 100%;
}

.common_card03_img03 {
  width: min(100%, 230px);
}

.common_card03_img03 img {
  -o-object-fit: contain;
  aspect-ratio: 230/176;
  height: auto;
  object-fit: contain;
  width: 100%;
}

.common_card03_img04 {
  width: min(100%, 150px);
}

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

.common_card03_body {
  margin-top: 20px;
}

.common_card03_title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.6;
  text-align: center;
}

.common_card03_text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.6;
  margin-top: 1px;
  text-align: center;
}

.common_card04 {
  background: #FFFFFF;
  border: 0.5px solid #D3D3D3;
  padding: 22.5px 28.5px;
  position: relative;
}

.common_card04::before,
.common_card04::after {
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  content: "";
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
}

.common_card04::before {
  background: #D3D3D3;
  right: -10px;
}

.common_card04::after {
  background: #FFFFFF;
  right: -9px;
}

.common_card04:last-of-type::before,
.common_card04:last-of-type::after {
  display: none;
}

.common_card04_imgwrap {
  aspect-ratio: 1/1;
  background: #F5F9FF;
  border-radius: 100vh;
  display: grid;
  margin-inline: auto;
  place-items: center;
  width: min(100%, 120px);
}

.common_card04_img {
  width: min(100%, 55.6px);
}

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

.common_card04_number {
  font-family: "Bodoni Moda", serif;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.34;
  margin-top: 14.5px;
  padding-bottom: 15px;
  position: relative;
  text-align: center;
}

.common_card04_number::after {
  background: #D3D3D3;
  bottom: 0;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 30px;
}

.common_card04_title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.6;
  margin-inline: auto;
  margin-top: 30px;
  width: -moz-fit-content;
  width: fit-content;
}

.common_cards01 {
  display: grid;
  gap: 57px 60px;
  grid-template-columns: repeat(2, 1fr);
}

.common_cards01_item:nth-of-type(odd) {
  margin-top: -191px;
}

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

.common_cards02_item {
  position: relative;
}

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

.common_cards02_item::before {
  background-image: linear-gradient(to bottom, #D3D3D3 50%, transparent 50%);
  background-repeat: repeat-y;
  background-size: 0.5px 10px;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 0.5px;
}

.common_cards02_item:nth-of-type(n+5)::after {
  display: none;
}

.common_cards02_item:nth-of-type(4n)::before {
  display: none;
}

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

.common_cards04 {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(6, 1fr);
}

.common_cta01 {
  background: url(./image/cta01.jpg) center center/cover no-repeat;
  padding-block: 70px 73px;
  position: relative;
}

.common_cta01::after {
  background-image: linear-gradient(to right, rgb(20, 62, 117) 0%, rgba(20, 62, 117, 0.3) 100%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.common_cta01_container {
  margin-inline: auto;
  padding-inline: 50px;
  position: relative;
  width: min(100%, 1140px);
  z-index: 1;
}

.common_cta01_container::before {
  background: #FFFFFF;
  bottom: -73px;
  content: "";
  height: 415px;
  left: 0.75px;
  position: absolute;
  width: 0.5px;
}

.common_cta01_container::after {
  background: #FFFFFF;
  content: "";
  height: 130px;
  left: 0;
  position: absolute;
  top: 0;
  width: 2px;
}

.common_cta01_title_bg {
  color: #FFFFFF;
  font-family: "Bodoni Moda", serif;
  font-size: 240px;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1.04;
  opacity: 0.07;
  position: absolute;
  right: 0;
  text-align: right;
  top: 50%;
  transform: translateY(-50%);
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
}

.common_cta01_subtitle {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.46;
}

.common_cta01_title {
  color: #FFFFFF;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 2.3;
}

.common_cta01_title .big {
  font-size: 64px;
  font-weight: 700;
  letter-spacing: -0.1em;
  line-height: 1.44;
}

.common_cta01_title .big02 {
  font-size: 64px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.44;
}

.common_cta01_description {
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.6;
  margin-top: 20px;
}

.common_cta01_btnwrap {
  align-items: center;
  display: flex;
  gap: 20px;
  margin-top: 44px;
}

.common_item01 {
  align-items: center;
  border: 1px solid #FFFFFF;
  border-top: none;
  display: flex;
  min-height: 160px;
  padding: 33.5px 29px 30.5px 200px;
  position: relative;
}

.common_item01::before,
.common_item01::after {
  background: #FFFFFF;
  content: "";
  height: 1px;
  position: absolute;
  top: 0;
}

.common_item01::before {
  left: 0;
  width: 23px;
}

.common_item01::after {
  right: 0;
  width: calc(100% - 85px);
}

.common_item01_number {
  color: #FFFFFF;
  display: inline-block;
  font-family: "Bodoni Moda", serif;
  font-size: 40px;
  font-style: italic;
  font-weight: 700;
  left: 30px;
  letter-spacing: 0.02em;
  line-height: 1.15;
  position: absolute;
  top: -21px;
  z-index: 1;
}

.common_item01_img {
  bottom: 0;
  left: 27px;
  position: absolute;
  width: min(100%, 160px);
}

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

.common_item01_text {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.6;
}

.common_item02 {
  align-items: center;
  border: 1px solid #FFFFFF;
  border-top: none;
  display: flex;
  min-height: 160px;
  padding: 33.5px 30px 30px;
  position: relative;
}

.common_item02::before,
.common_item02::after {
  background: #FFFFFF;
  content: "";
  height: 1px;
  position: absolute;
  top: 0;
}

.common_item02::before {
  left: 0;
  width: 23px;
}

.common_item02::after {
  right: 0;
  width: calc(100% - 85px);
}

.common_item02_number {
  color: #FFFFFF;
  display: inline-block;
  font-family: "Bodoni Moda", serif;
  font-size: 40px;
  font-style: italic;
  font-weight: 700;
  left: 30px;
  letter-spacing: 0.02em;
  line-height: 1.15;
  position: absolute;
  top: -21px;
  z-index: 1;
}

.common_item02_text {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.6;
  margin-left: auto;
  margin-right: auto;
  padding-right: 3px;
  width: -moz-fit-content;
  width: fit-content;
}

.common_item03 {
  background: #FAFAFA;
  border-radius: 100vh;
  display: grid;
  height: 100px;
  place-items: center;
  width: 100px;
}

.common_item03_img {
  width: min(100%, 40px);
}

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

.common_item04 {
  background: rgba(255, 255, 255, 0.15);
  border: 2px solid #DBB61C;
  min-height: 320px;
  position: relative;
}

.common_item04_caution {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 700;
  left: 50%;
  letter-spacing: 0.02em;
  line-height: 1.44;
  position: absolute;
  top: -61px;
  transform: translateX(-50%);
}

.common_item04_heading {
  background: #DBB61C;
  color: #FFFFFF;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.44;
  margin-inline: auto;
  margin-top: -25px;
  padding-block: 2px;
  text-align: center;
  width: min(100%, 580px);
}

.common_item04_heading .small {
  font-size: 24px;
}

.common_item04_body {
  padding: 0 40px 34px;
  position: relative;
}

.common_item04_text01 {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.46;
  margin-top: 50px;
  text-align: center;
}

.common_item04_text01 .big {
  display: inline-block;
  font-family: "Bodoni Moda", serif;
  font-size: 48px;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.33;
  margin-left: 6px;
  margin-top: 3px;
}

.common_item04_text01 .en {
  font-family: "Bodoni Moda", serif;
}

.common_item04_text01 .column_deco01 {
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.38;
  top: -8px;
}

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

.column_deco {
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  white-space: nowrap;
}

.column_deco02 {
  font-weight: 700;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  white-space: nowrap;
}

.common_item04_icon {
  margin-inline: auto;
  margin-top: 9px;
  width: min(100%, 40px);
}

.common_item04_icon img {
  -o-object-fit: contain;
  aspect-ratio: 40/13;
  height: auto;
  object-fit: contain;
  width: 100%;
}

.common_item04_text02 {
  align-items: center;
  color: #FFFFFF;
  display: flex;
  font-size: 40px;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.02em;
  line-height: 1.43;
  margin-top: 17px;
  text-align: center;
}

.common_item04_text02 .big {
  display: inline-block;
  font-family: "Bodoni Moda", serif;
  font-size: 64px;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  margin-left: 8px;
  margin-right: 4px;
}

.common_item04_text02 .en {
  font-family: "Bodoni Moda", serif;
  font-family: "Bodoni Moda", serif;
  font-size: 32px;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.34;
}

.common_item04_text02 .column {
  display: inline-block;
  padding-top: 3px;
}

.common_item04_text02 .column_deco01 {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.42;
}

.common_item04_text02 .white {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.44;
  margin-left: 2px;
}

.common_item04_text03 {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.46;
  margin-top: 50px;
  text-align: center;
}

.underline01 {
  text-decoration: underline;
}

.common_item04_text04 {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.92;
  margin-top: 5px;
  text-align: center;
}

.common_item04_text04 .big {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.44;
}

.gold {
  color: #DBB61C;
  font-weight: 700;
}

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

.underline02::after {
  background: #DBB61C;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%;
}

.common_item04_text05 {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.46;
  margin-top: 20px;
  text-align: center;
}

.common_item04_text06 {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.92;
  margin-top: 5px;
  text-align: center;
}

.common_item04_text06 .big {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.44;
}

.dot01 {
  color: #DBB61C;
  display: inline-block;
  position: relative;
}

.dot01::before {
  background-color: #DBB61C;
  border-radius: 100%;
  content: "";
  display: inline-block;
  height: 0.2em;
  left: 50%;
  position: absolute;
  top: -2px;
  transform: translateX(-50%);
  width: 0.2em;
}

.common_item04_container {
  align-items: stretch;
  display: flex;
  gap: 15px;
  margin-inline: auto;
  margin-top: 58.5px;
  width: min(100%, 520px);
}

.common_item04_head {
  background: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  padding-block: 3px;
  text-align: center;
  writing-mode: vertical-lr;
}

.common_item04_item {
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
  padding-left: 22px;
  text-indent: -10px;
  vertical-align: middle;
}

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

.common_item04_item::before {
  border-radius: 100%;
  color: #FFFFFF;
  content: "※";
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.12;
  margin-right: 5px;
}

.common_item04_text07 {
  color: #FFFFFF;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.44;
  margin-top: 40px;
  text-align: center;
}

.common_item04_text08 {
  color: #FFFFFF;
  color: #DBB61C;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.43;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3px;
  padding-bottom: 5px;
  position: relative;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}

.common_item04_text08 .big {
  display: inline-block;
  font-family: "Bodoni Moda", serif;
  font-size: 64px;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.33;
  margin-left: 3px;
  margin-right: 9px;
  margin-top: 3px;
}

.common_item04_text08 .en {
  font-family: "Bodoni Moda", serif;
  font-size: 40px;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.33;
}

.common_item04_text08 .column {
  margin-right: 7px;
}

.common_item04_text08 .column_deco01 {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.43;
  top: -10px;
}

.common_item04_text08 .white {
  color: #FFFFFF;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.43;
}

.common_item04_text08::after {
  background: #DBB61C;
  bottom: 2px;
  content: "";
  height: 5px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 95%;
}

.common_item04_text09 {
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.83;
  margin-top: 25px;
  text-align: center;
}

.common_item04_text09 .link {
  color: #FFFFFF;
  position: relative;
  transition: 0.5s;
}

.common_item04_text09 .link::after {
  background: #FFFFFF;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

.common_item04_text09 .link_icon {
  background: url(./image/icon_link01.png) center center/contain no-repeat;
  display: inline-block;
  height: 12px;
  margin-left: 3px;
  width: 12px;
}

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

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

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

/* フッター */

.footer {
  background: #1653A5;
  padding-block: 80px 52px;
}

.footer_name {
  color: #FFFFFF;
  color: #FFFFFF;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.44;
  text-align: center;
}

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

.footer_copyright {
  margin-top: 75px;
  text-align: center;
}

.footer_copyright small {
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.42;
}

/* ドロワー */

.globalMenuSp {
  align-items: center;
  background: #F0F0F0;
  height: 100svh;
  left: 0;
  overflow: scroll;
  padding: 5.13vw 2.56vw 46.92vw;
  position: fixed;
  top: 0;
  transform: translateX(100%);
  transition: all 0.6s;
  width: 100%;
  z-index: 1500;
}

.globalMenuSp_heading {
  font-size: 4.62vw;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.44;
}

.globalMenuSp_list {
  margin-top: 21.28vw;
  padding-inline: 2.56vw;
  width: 100%;
}

.globalMenuSp_item {
  border-bottom: 1px solid #D3D3D3;
}

a.globalMenuSp_link {
  color: #2C2C2C;
  display: block;
  font-size: 4.1vw;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.44;
  padding-block: 5.13vw;
}

.globalMenuSp_btnwrap {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 2.56vw;
  margin-top: 17.18vw;
  width: 100%;
}

/* ヘッダー */

.header {
  background: transparent;
  left: 0;
  min-width: 1440px;
  position: absolute;
  top: 41px;
  transition: 0.5s;
  width: 100%;
  z-index: 5000;
}

.header_fixed {
  margin-inline: auto;
  position: fixed;
  width: 100%;
}

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

.header_inner {
  margin-inline: auto;
  padding-inline: 50px;
  width: 1440px;
}

.header_btnwrap {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}

.hamburger {
  display: none;
}

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

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

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

/* top_attention */

.top_attention {
  background: url(./image/attention_bg01.png) center center/100% 100% no-repeat;
  padding-block: 94px 151px;
  position: relative;
  z-index: 1;
}

.top_attention::after {
  background: url(./image/attention_bg02.png) center center/100% 100% no-repeat;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

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

.top_attention_headline {
  text-align: center;
}

.top_attention_headline_sub {
  color: #595A5C;
  font-family: "Corinthia", cursive;
  font-size: 88px;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.33;
}

.top_attention_headline_main {
  color: #FFFFFF;
  font-size: 56px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.43;
  margin-top: -60px;
}

.top_attention_description {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.46;
  margin-top: 20px;
  text-align: center;
}

.top_attention_list {
  margin-top: 84px;
}

.top_attention_item+.top_attention_item {
  margin-top: 54px;
}

/* top_cta01 */

.top_cta01 {
  margin-top: -225px;
}

/* top_cta02 */

.top_cta02 {
  margin-top: -225px;
  position: relative;
  z-index: 1;
}

/* top_flow */

.top_flow {
  background: #F0F0F0;
  margin-top: -255px;
  padding-block: 312px 0;
  position: relative;
}

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

.top_flow::after {
  background-image: linear-gradient(to bottom, rgb(240, 240, 240) 0%, rgb(240, 240, 240) 30%, rgba(240, 240, 240, 0.2) 60%, rgb(240, 240, 240) 80%, rgb(240, 240, 240) 100%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

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

.top_flow_headline {
  text-align: center;
}

.top_flow_headline_sub {
  color: #E2E2E2;
  font-family: "Corinthia", cursive;
  font-size: 88px;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.33;
}

.top_flow_headline_main {
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.44;
  margin-top: -57px;
}

.top_flow_item {
  margin-top: 55px;
}

.top_flow_img {
  margin-inline: calc(50% - 50vw);
  margin-top: 120px;
  position: relative;
  width: 100vw;
}

.top_flow_img img {
  -o-object-fit: contain;
  aspect-ratio: 1440/418;
  height: auto;
  object-fit: contain;
  width: 100%;
}

.top_flow_img::after {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 80%, rgb(255, 255, 255) 100%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* top_information */

.top_information {
  margin-top: -40px;
  padding-bottom: 119.6px;
}

.top_information_container {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}

.top_information_headline {
  text-align: center;
}

.top_information_headline_sub {
  background: #1653A5;
  color: #FFFFFF;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.44;
  padding: 6px 15px 7px;
}

.top_information_headline_main {
  font-size: 56px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.43;
  margin-top: 7px;
}

.top_information_description {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.8;
  margin-top: 31px;
  text-align: center;
}

.top_information_btnwrap {
  display: flex;
  gap: 30px;
  justify-content: center;
  margin-top: 32px;
}

.top_information_ctawrap {
  display: flex;
  gap: 60px;
  justify-content: left;
  margin-top: 100px;
  flex-wrap: wrap;
}

.top_information_cta01 {
  background: url(./image/top_information04.png) center right/250px 287px no-repeat;
  background-color: #1653A5;
  height: 287.36px;
  padding: 20px;
  width: min(100%, 540px);
}

.top_information_cta01_logo {
  width: min(100%, 90px);
}

.top_information_cta01_logo img {
  -o-object-fit: contain;
  aspect-ratio: 90/27.51;
  height: auto;
  object-fit: contain;
  width: 100%;
}

.top_information_cta01_heading {
  margin-top: 25.5px;
  padding-left: 15px;
}

.top_information_cta01_heading_tag {
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.44;
  padding: 2px 10px;
  position: relative;
}

.top_information_cta01_heading_tag::before,
.top_information_cta01_heading_tag::after {
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  content: "";
  height: 9px;
  position: absolute;
  width: 9px;
}

.top_information_cta01_heading_tag::before {
  background: #FFFFFF;
  bottom: -9px;
  left: 30px;
}

.top_information_cta01_heading_tag::after {
  background: #1653A5;
  bottom: -7px;
  left: 30.5px;
}

.top_information_cta01_heading_main {
  color: #FFFFFF;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.39;
  margin-top: 7px;
}

.top_information_cta01_heading_main .gold {
  color: #E3DD05;
}

.top_information_cta01_company {
  color: #FFFFFF;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.44;
  margin-top: 15px;
  padding-inline: 15px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}

.top_information_cta01_company::before,
.top_information_cta01_company::after {
  background: #FFFFFF;
  content: "";
  height: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.top_information_cta01_company::before {
  left: -20px;
  width: 20px;
}

.top_information_cta01_company::after {
  left: 100%;
  width: 331px;
}

.top_information_cta_link {
  transition: 0.5s;
  width: min(100%, 540px);
}

.top_information_cta02 img {
  -o-object-fit: contain;
  aspect-ratio: 540/287.36;
  height: auto;
  object-fit: contain;
  width: 100%;
}

/* top_management */

.top_management {
  margin-top: -416px;
}

.top_management_container {
  background: #FFFFFF;
  border: 1px solid #F0F0F0;
  padding-block: 75px 72px;
  padding-inline: 50px;
  position: relative;
  z-index: 1;
}

.top_management_container::before,
.top_management_container::after {
  content: "";
  left: 50%;
  position: absolute;
  top: -40px;
  transform: translateX(-50%);
  width: 2px;
}

.top_management_container::before {
  background: #D3D3D3;
  height: 80px;
}

.top_management_container::after {
  background: #FFFFFF;
  height: 40px;
}

.top_management_headline {
  text-align: center;
}

.top_management_headline_main {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.43;
}

.top_management_headline_sub {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.46;
  margin-top: 10px;
}

.top_management_item {
  margin-top: 55px;
}

/* top_message */

.top_message {
  background: #F0F0F0;
  padding-block: 166px 120px;
}

.top_message_container {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.top_message_bg01 {
  left: -102px;
  position: absolute;
  top: -416px;
  width: min(100%, 741px);
}

.top_message_bg01 img {
  -o-object-fit: contain;
  aspect-ratio: 741/350.39;
  height: auto;
  object-fit: contain;
  width: 100%;
}

.top_message_bg02,
.top_message_bg03 {
  display: none;
}

.top_message_text_container {
  padding-left: 80px;
  width: min(100%, 675px);
}

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

.top_message_textwrap01::before {
  background: #D3D3D3;
  content: "";
  height: 919px;
  left: -79.75px;
  position: absolute;
  top: 0;
  width: 0.5px;
}

.top_message_textwrap01::after {
  background: #1653A5;
  content: "";
  height: 240px;
  left: -80px;
  position: absolute;
  top: 0;
  width: 3px;
}

.top_message_text {
  display: block;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.46;
}

.top_message_text01 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.44;
}

.top_message_text02 {
  margin-top: 20px;
}

.top_message_text03 {
  margin-top: 5px;
}

.top_message_text04 {
  margin-top: 7px;
}

.top_message_text04 .blue {
  color: #1653A5;
}

.top_message_text04 .big {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.43;
}

.top_message_text05 {
  margin-top: 7px;
}

.top_message_textwrap02 {
  margin-top: 51px;
  width: min(100%, 500px);
}

.top_message_description {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 2;
}

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

.top_message_communication {
  background: #FFFFFF;
  border: 1px solid #F0F0F0;
  margin-top: 45px;
  padding: 35px 20px 36px;
  width: min(100%, 500px);
}

.top_message_communication_title {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.46;
  position: relative;
  text-align: center;
}

.top_message_communication_title::after {
  background: #D3D3D3;
  bottom: -20px;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 30px;
}

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

.top_message_communication_imgwrap {
  aspect-ratio: 1/1;
  background: #FFFFFF;
  border: 0.5px solid #D3D3D3;
  border-radius: 100vh;
  display: grid;
  height: auto;
  place-items: center;
  width: 80px;
}

.top_message_communication_img {
  -o-object-fit: contain;
  aspect-ratio: 1/1;
  height: auto;
  object-fit: contain;
  width: min(100%, 40px);
}

.top_message_communication_note {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.44;
  margin-top: 15px;
  text-align: center;
}

.top_message_imagewrap {
  margin-top: 110px;
  position: relative;
  width: min(100%, 480px);
}

.top_message_image01 {
  display: inline-block;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: min(100%, 480px);
}

.top_message_image01 img {
  -o-object-fit: cover;
  aspect-ratio: 480/680;
  height: calc(100% + 30px);
  object-fit: cover;
  width: 100%;
}

.top_message_image02 {
  bottom: 53px;
  display: inline-block;
  left: -100px;
  overflow: hidden;
  position: absolute;
  width: min(100%, 250px);
}

.top_message_image02 img {
  -o-object-fit: cover;
  aspect-ratio: 250/340;
  height: calc(100% + 30px);
  object-fit: cover;
  width: 100%;
}

/* top_mv */

.top_mv {
  background: url(./image/top_bg02.png) center center/cover no-repeat;
  padding-block: 50px 83px;
  position: relative;
}

.top_mv_logo {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
}

.top_mv_text01 {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.46;
}

.top_mv_text02 {
  align-items: center;
  color: #FFFFFF;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  gap: 15px;
  justify-content: center;
  letter-spacing: 0.02em;
  line-height: 1.44;
  margin-top: 3px;
}

.top_mv_text02::before,
.top_mv_text02::after {
  background: #FFFFFF;
  content: "";
  height: 0.5px;
  width: 59px;
}

.top_mv_content {
  margin-inline: auto;
  position: relative;
  width: 1240px;
  z-index: 1;
}

.top_mv_subtitle01 {
  color: #FFFFFF;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-top: 74px;
}

.top_mv_subtitle01 .big01 {
  font-size: 64px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.25;
}

.top_mv_subtitle01 .big02 {
  font-size: 56px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.43;
}

.top_mv_subtitle01 .big03 {
  font-size: 64px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.25;
}

.top_mv_description {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.46;
  margin-top: 20px;
}

.top_mv_cta {
  margin-top: 60px;
  width: min(100%, 680px);
}

.top_mv_cta_text {
  border-bottom: 1px solid #FFFFFF;
  border-top: 1px solid #FFFFFF;
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.46;
  margin-inline: auto;
  padding-block: 10px;
  text-align: center;
  width: min(100%, 660px);
}

.top_mv_btnwrap {
  align-items: center;
  display: flex;
  gap: 20px;
  margin-top: 31px;
}

/* top_service */

.top_service {
  background: url(./image/service01.jpg) center center/cover no-repeat;
  padding-block: 76px 537px;
  position: relative;
}

.top_service::after {
  -webkit-backdrop-filter: blur(6px) brightness(0.85);
  backdrop-filter: blur(6px) brightness(0.85);
  background-color: rgba(44, 44, 44, 0.7);
  content: "";
  inset: 0;
  position: absolute;
}

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

.top_service_headline {
  text-align: center;
}

.top_service_headline_en {
  color: #6D6E70;
  font-family: "Corinthia", cursive;
  font-size: 88px;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.33;
}

.top_service_headline_sub {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.46;
  margin-top: -56px;
}

.top_service_headline_main {
  color: #FFFFFF;
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.44;
  margin-top: 5px;
  position: relative;
}

.top_service_headline_main::after {
  background: #FFFFFF;
  bottom: -35px;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 80px;
}

.top_service_item {
  margin-top: 148px;
}

.top_service_link {
  display: block;
  transition: 0.5s;
}

.top_service_image {
  display: block;
  margin-inline: auto;
  margin-top: 60px;
  width: min(100%, 940px);
}

.top_service_image img {
  -o-object-fit: contain;
  aspect-ratio: 940/330;
  height: auto;
  object-fit: contain;
  width: 100%;
}

/* top_solution */

.top_solution {
  background: url(./image/top_solution_bg01.png) center center/100% 100% no-repeat;
  margin-top: -30px;
  padding-block: 145px 334px;
  position: relative;
}

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

.top_solution_heading {
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.6;
  position: relative;
  text-align: center;
}

.top_solution_heading::after {
  background: #D3D3D3;
  bottom: -47px;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 80px;
}

.top_solution_highlight {
  color: #1653A5;
}

.top_solution_description {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 2.08;
  margin-top: 93px;
  text-align: center;
}

.top_solution_underline {
  display: inline-block;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.66;
  position: relative;
}

.top_solution_underline::after {
  background: #B7CBE5;
  content: "";
  height: 10px;
  left: 49.5%;
  position: absolute;
  top: 85%;
  transform: translateX(-50%);
  width: 100%;
}

/* top_strategy */

.top_strategy {
  background: url(./image/strategy_bg01.png) center center/cover no-repeat;
  background-color: #FAFAFA;
  margin-top: -420px;
  padding-block: 520px 210px;
  position: relative;
}

.top_strategy::after {
  background-image: linear-gradient(to bottom, rgb(250, 250, 250) 0%, rgba(250, 250, 250, 0) 40%, rgb(250, 250, 250) 75%, rgb(250, 250, 250) 100%);
  content: "";
  inset: 0;
  position: absolute;
}

.top_strategy_container {
  position: relative;
  z-index: 1;
  background: url(./image/bg_advertisement.webp) center center/cover no-repeat;
  padding: 75px 0;
}

.top_strategy_headline {
  border-bottom: 0.5px solid #D3D3D3;
  border-top: 0.5px solid #D3D3D3;
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.44;
  padding-block: 8px 20px;
  text-align: center;
}

.top_strategy_item {
  margin-top: 35px;
}

/* top_strengths */

.top_strengths {
  background: #F0F0F0;
  margin-top: -240px;
  padding-block: 350px 62.6px;
}

.top_strengths_headingwrap {
  margin-left: auto;
  width: min(100%, 540px);
}

.top_strengths_heading_sub .gray {
  color: #D3D3D3;
  display: inline-block;
  font-family: "Corinthia", cursive;
  font-size: 112px;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.33;
  position: relative;
  z-index: 1;
}

.top_strengths_heading_sub .blue {
  color: #1653A5;
  display: inline-block;
  font-family: "Bodoni Moda", serif;
  font-size: 152px;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1.33;
  margin-top: -95px;
  padding-left: 5px;
  white-space: nowrap;
}

.top_strengths_heading_main {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.44;
  margin-top: 16px;
  padding-left: 5px;
}

.top_strengths_cards {
  margin-top: 75px;
  position: relative;
}

.top_strengths_bg {
  background: transparent;
  content: "";
  height: 520px;
  position: absolute;
  width: 520px;
}

.top_strengths_bg01 {
  border-left: 0.5px solid #D3D3D3;
  border-top: 0.5px solid #D3D3D3;
  left: -80px;
  top: -314px;
}

.top_strengths_bg02 {
  border-left: 0.5px solid #D3D3D3;
  border-top: 0.5px solid #D3D3D3;
  left: -100px;
  top: -294px;
}

.top_strengths_bg03 {
  border-bottom: 0.5px solid #D3D3D3;
  border-right: 0.5px solid #D3D3D3;
  bottom: -100px;
  right: -100px;
}

.top_strengths_bg04 {
  border-bottom: 0.5px solid #D3D3D3;
  border-right: 0.5px solid #D3D3D3;
  bottom: -120px;
  right: -80px;
}

/* top_support */

.top_support {
  background: #FAFAFA;
  margin-top: -133px;
  overflow: hidden;
  padding-bottom: 302px;
  position: relative;
}

.top_support::before {
  background: #FFFFFF;
  bottom: 0;
  content: "";
  height: 926px;
  position: absolute;
  right: 0;
  width: 79.93%;
}

.top_support_container {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

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

.top_support_headline_sub {
  color: #1653A5;
  font-family: "Bodoni Moda", serif;
  font-size: 152px;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1.2;
}

.top_support_headline_main {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.44;
  margin-top: 23px;
}

.top_support_list {
  background: #FFFFFF;
  border: 1px solid #F0F0F0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 55px;
  padding: 20px 30px;
  position: relative;
}

.top_support_list::before,
.top_support_list::after {
  content: "";
  position: absolute;
}

.top_support_list::before {
  background-image: linear-gradient(to bottom, #D3D3D3 50%, transparent 50%);
  background-repeat: repeat-y;
  background-size: 0.5px 10px;
  content: "";
  height: 180px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.5px;
}

.top_support_list::after {
  background-image: linear-gradient(to right, #D3D3D3 50%, transparent 50%);
  background-repeat: repeat-x;
  background-size: 10px 0.5px;
  height: 0.5px;
  left: 50%;
  position: absolute;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(100%, 600px);
}

.top_support_list_item {
  align-items: center;
  display: flex;
  gap: 10px;
  padding-block: 25px;
}

.top_support_list_item:nth-of-type(2n) {
  padding-left: 39px;
}

.top_support_imgwrap {
  aspect-ratio: 1/1;
  background: #F5F9FF;
  border-radius: 100vh;
  display: grid;
  flex-shrink: 0;
  height: auto;
  place-items: center;
  width: 50px;
}

.top_support_img {
  aspect-ratio: 1/1;
  height: auto;
  width: min(100%, 24px);
}

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

.top_support_role {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.46;
}

.top_support_ceowrap {
  margin-top: 96.3px;
  width: min(100%, 399px);
}

.top_support_ceo_container {
  position: relative;
}

.top_support_ceo_img {
  width: min(100%, 380px);
}

.top_support_ceo_img img {
  -o-object-fit: contain;
  aspect-ratio: 380/655;
  height: auto;
  object-fit: contain;
  width: 100%;
}

.top_support_ceo_en {
  color: #B7CBE5;
  font-family: "Corinthia", cursive;
  font-size: 80px;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.2;
  position: absolute;
  right: -45px;
  rotate: -15deg;
  text-align: right;
  top: 359.7px;
  white-space: nowrap;
}

.top_support_ceo_namewrap {
  bottom: 0;
  left: 207px;
  position: absolute;
  white-space: nowrap;
}

.top_support_ceo_role {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.4;
}

.top_support_ceo_name {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.44;
  margin-top: 10px;
}

.fz_8 {
  font-size: 8px;
}

.fz_12 {
  font-size: 12px;
}

.fz_14 {
  font-size: 14px;
}

.fz_24 {
  font-size: 24px;
}

.fz_32 {
  font-size: 32px;
}

.fz_40 {
  font-size: 40px;
}

.fz_48 {
  font-size: 48px;
}

.fz_64 {
  font-size: 64px;
}

.common_cards03_item.common_card03:last-child .common_card03_img04 {
    width: 281px;
    height: 281px;
}

.top_strategy_container::before {
    content: "";
    position: absolute;
    background-color: #000000;
    inset: 0;
    opacity: 0.4;
    z-index: -1;
}

.top_strategy_container .top_strategy_headline {
    color: #fff;
}

.top_strategy_container .common_cards03_item .common_card03_body .common_card03_title.common_card03_title_small {
    color: #fff;
}

.top_strategy_container .common_cards03_item .common_card03_body .common_card03_text {
    color: #fff;
}

.top_strategy_container .common_cards03_item .common_card03_body .common_card03_title {
    color: #fff;
}

.top_information .banner_box .cont .link .img {
    width: 100%;
}

.top_information .banner_box .cont .link .img img {
    width: 100%;
    height: 100%;
}

.top_information .banner_box .cont .link {
    display: block;
    transition: .3s;
}

.top_information .banner_box .cont .link:hover {
    opacity: .7;
}

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

  .wrap.mid,
  .wrap.lr {
    max-width: 94.9%;
  }

  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: 20vw 0;
  }

  .reserve_text {
    font-size: 6vw;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .privacy_check_list {
    margin-bottom: 6vw;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* SP固定ページ 個人情報保護方針 */
  .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;
  }
}

/* 追加css SP */

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

  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;
    /* ズームやスクロールジェスチャーを制限 */
  }

  /* パーツ */

  .common_btn01 {
    gap: 3.85vw;
    justify-content: center;
    padding: 4.87vw 2.56vw 2.82vw;
    width: min(100%, 42.31vw);
  }

  .common_btn01_deco {
    border-radius: 2.56vw;
    font-size: 2.56vw;
    line-height: 1.5;
    padding-block: 0.38vw;
    top: -2.31vw;
    width: min(100%, 37.18vw);
  }

  .common_btn01_icon {
    height: 7.69vw;
    width: 7.69vw;
  }

  .common_btn01_text {
    font-size: 3.59vw;
    line-height: 1.43;
  }

  .common_btn02 {
    gap: 3.85vw;
    justify-content: center;
    padding: 3.85vw 2.56vw;
    width: min(100%, 42.31vw);
  }

  .common_btn02_icon {
    height: 7.69vw;
    width: 7.69vw;
  }

  .common_btn02_text {
    font-size: 3.59vw;
    line-height: 1.43;
  }

  .common_btn03 {
    gap: 3.59vw;
    padding: 6.41vw 1vw 3.85vw 1vw;
    width: min(100%, 89.74vw);
  }

  .common_btn03_deco {
    border-radius: 2.56vw;
    font-size: 3.08vw;
    padding-block: 0.64vw;
    top: -3.08vw;
    width: min(100%, 71.79vw);
  }

  .common_btn03_icon {
    height: 7.69vw;
    width: 7.69vw;
  }

  .common_btn03_text {
    font-size: 4.62vw;
    padding-right: 3.08vw;
  }

  .common_btn04 {
    gap: 3.59vw;
    padding-block: 5.13vw;
    width: min(100%, 89.74vw);
  }

  .common_btn04_icon {
    height: 7.69vw;
    width: 7.69vw;
  }

  .common_btn04_text {
    font-size: 4.62vw;
  }

  .common_btn05 {
    gap: 3.85vw;
    padding-block: 6.15vw;
    width: min(100%, 83.33vw);
  }

  .common_btn05::after {
    left: 1.28vw;
    top: 1.28vw;
  }

  .common_btn05_small {
    gap: 2.56vw;
  }

  .common_btn05_icon01 {
    height: 7.69vw;
    width: 7.69vw;
  }

  .common_btn05_text {
    font-size: 5.13vw;
  }

  .common_btn05_icon02 {
    bottom: 1.28vw;
    height: 2.56vw;
    right: 1.28vw;
    width: 2.56vw;
  }

  .common_btn06 {
    gap: 3.59vw;
    padding: 6.41vw 1vw 3.85vw 1vw;
    width: min(100%, 84.62vw);
  }

  .common_btn06_deco {
    border-radius: 2.56vw;
    font-size: 3.08vw;
    padding-block: 0.64vw;
    top: -3.08vw;
    width: min(100%, 64.1vw);
    padding-right: 2.56vw;
  }

  .common_btn06_icon {
    height: 7.69vw;
    width: 7.69vw;
  }

  .common_btn06_text {
    font-size: 4.62vw;
    padding-right: 2.31vw;
  }

  .common_btn07 {
    gap: 3.59vw;
    padding-block: 5.13vw;
    width: min(100%, 84.62vw);
  }

  .common_btn07_icon {
    height: 7.69vw;
    width: 7.69vw;
  }

  .common_btn07_text {
    font-size: 4.62vw;
  }

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

  .common_card01_body {
    margin-top: 3.85vw;
    position: relative;
  }

  .common_card01_body .small_sp {
    display: inline-block;
    font-size: 2.05vw;
    font-weight: 700;
    left: 35.13vw;
    letter-spacing: 0.2em;
    line-height: 1.38;
    position: absolute;
    top: -1.54vw;
  }

  .common_card01_title {
    font-size: 4.1vw;
    line-height: 1.8;
    padding-left: 3.85vw;
    white-space: nowrap;
  }

  .common_card01_title::before {
    height: 13.33vw;
  }

  .common_card01_title .small_pc {
    display: none;
  }

  .common_card01_number {
    font-size: 5.13vw;
    line-height: 1.35;
    margin-top: 3.33vw;
    padding-left: 2.56vw;
    padding-right: 3.85vw;
  }

  .common_card02 {
    padding: 5.13vw 2.44vw 4.87vw 2.44vw;
  }

  .common_card02_imgwrap {
    width: min(100%, 25.64vw);
  }

  .common_card02_img {
    width: min(100%, 12.82vw);
  }

  .common_card02_body {
    margin-top: 2.56vw;
  }

  .common_card02_title {
    font-size: 3.59vw;
    line-height: 1.43;
  }

  .common_card02_text {
    font-size: 3.08vw;
    margin-inline: auto;
    margin-top: 0.77vw;
    width: min(100%, 35.38vw);
  }

  .common_card03_imgwrap {
    aspect-ratio: 180/170;
    padding: 3.33vw 3.85vw;
  }

  .common_card03_imgwrap01 {
    gap: 1.28vw;
    padding: 0vw;
    padding-block: 4.36vw;
  }

  .common_card03_imgwrap02 {
    gap: 1.28vw 2.56vw;
  }

  .common_card03_img01 {
    width: min(100%, 30.77vw);
  }

  .common_card03_img01 img {
    aspect-ratio: 120/45;
  }

  .common_card03_img02 {
    width: min(100%, 30.77vw);
  }

  .common_card03_img02 img {
    aspect-ratio: 120/36;
  }

  .common_card03_img03 {
    width: min(100%, 33.33vw);
  }

  .common_card03_img04 {
    width: min(100%, 25.64vw);
  }

  .common_card03_body {
    margin-top: 2.56vw;
  }

  .common_card03_title {
    font-size: 4.1vw;
    line-height: 1.56;
  }

  .common_card03_title_small {
    font-size: 3.59vw;
    line-height: 1.6;
  }

  .common_card03_text {
    font-size: 2.56vw;
    line-height: 1.5;
    margin-top: 1.28vw;
  }

  .common_card04 {
    align-items: center;
    display: flex;
    gap: 2.56vw;
    padding: 5vw 2.56vw;
  }

  .common_card04::before,
  .common_card04::after {
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    height: 2.56vw;
    left: 50%;
    transform: translate(-50%, 0);
    width: 5.5vw;
  }

  .common_card04::before {
    top: 100%;
  }

  .common_card04::after {
    top: calc(100% - 1px);
  }

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

  .common_card04_img {
    width: min(100%, 9.72vw);
  }

  .common_card04_number {
    font-size: 5.13vw;
    left: 4.1vw;
    line-height: 1.35;
    margin-top: 0;
    position: absolute;
    top: 4.1vw;
  }

  .common_card04_number::after {
    display: none;
  }

  .common_card04_title {
    font-size: 3.59vw;
    line-height: 1.43;
    margin-inline: unset;
    margin-top: 0;
  }

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

  .common_cards01_item:nth-of-type(odd) {
    margin-top: 0vw;
  }

  .common_cards01_item:nth-of-type(1) .common_card01_body {
    margin-top: 5.38vw;
  }

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

  .common_cards02_item:nth-of-type(n+5)::after {
    display: inline;
  }

  .common_cards02_item:nth-of-type(n+7)::after {
    display: none;
  }

  .common_cards02_item:nth-of-type(2n+4)::before {
    display: inline;
  }

  .common_cards02_item:nth-of-type(2n+2)::before {
    display: none;
  }

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

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

  .common_cta01 {
    background-image: url(./image/cta_sp01.jpg);
    padding-block: 11.54vw;
  }

  .common_cta01_container {
    padding-inline: 0vw;
    width: min(100%, 84.62vw);
  }

  .common_cta01_container::before {
    bottom: auto;
    height: 67.69vw;
    top: 0vw;
  }

  .common_cta01_container::after {
    height: 38.97vw;
    left: 0;
    top: 0vw;
  }

  .common_cta01_title_bg {
    font-size: 26.92vw;
    left: 0vw;
    letter-spacing: 0em;
    line-height: 1.04;
    right: auto;
    top: -2.56vw;
    transform: translateY(0%);
  }

  .common_cta01_titlewrap {
    padding-inline: 5.13vw;
  }

  .common_cta01_subtitle {
    font-size: 3.59vw;
    line-height: 1.6;
  }

  .common_cta01_title {
    font-size: 6.15vw;
  }

  .common_cta01_title .big {
    font-size: 10.26vw;
    letter-spacing: -0.1em;
    line-height: 1.35;
  }

  .common_cta01_title .big02 {
    font-size: 10.26vw;
    letter-spacing: 0.05em;
    line-height: 1;
  }

  .common_cta01_description {
    font-size: 3.59vw;
    line-height: 1.8;
    margin-top: 0.77vw;
    padding-inline: 5.13vw;
  }

  .common_cta01_btnwrap {
    align-items: center;
    flex-direction: column;
    gap: 2.56vw;
    margin-top: 10.26vw;
  }

  .common_item01 {
    min-height: auto;
    padding: 6.15vw 5.13vw 6.15vw 20.26vw;
  }

  .common_item01::before {
    width: 5.9vw;
  }

  .common_item01::after {
    width: calc(100% - 21.79vw);
  }

  .common_item01_number {
    font-size: 6.15vw;
    left: 9.74vw;
    line-height: 1.33;
    top: -4.1vw;
  }

  .common_item01_img {
    left: 0;
    width: min(100%, 25.64vw);
  }

  .common_item01_text {
    font-size: 4.1vw;
    line-height: 1.7;
    width: min(100%, 64.36vw);
  }

  .common_item02 {
    min-height: auto;
    padding: 6.41vw 5.13vw;
  }

  .common_item02::before {
    width: 5.13vw;
  }

  .common_item02::after {
    width: calc(100% - 23.08vw);
  }

  .common_item02_number {
    font-size: 6.15vw;
    left: 9.74vw;
    line-height: 1.33;
    top: -4.1vw;
  }

  .common_item02_text {
    font-size: 3.59vw;
    line-height: 1.8;
    width: min(100%, 79.74vw);
  }

  .common_item03 {
    height: 17.95vw;
    width: 17.95vw;
  }

  .common_item03_img {
    width: min(100%, 6.41vw);
  }

  .common_item04 {
    min-height: 52.56vw;
  }

  .common_item04:nth-of-type(2) {
    margin-top: 6.41vw;
  }

  .common_item04_caution {
    font-size: 3.59vw;
    line-height: 1.43;
    text-align: center;
    top: -11.54vw;
    width: 100%;
  }

  .common_item04_heading {
    font-size: 6.15vw;
    line-height: 1.46;
    margin-top: -5.13vw;
    padding-block: 0.64vw;
    width: min(100%, 89.74vw);
  }

  .common_item04_heading .small {
    font-size: 3.59vw;
  }

  .common_item04_body {
    padding: 0 4.87vw 5.64vw;
  }

  .common_item04_text01 {
    font-size: 5.13vw;
    line-height: 1.45;
    margin-top: 5.64vw;
  }

  .common_item04_text01 .big {
    font-size: 8.21vw;
    line-height: 1.34;
    margin-left: 1.54vw;
    margin-top: 1.03vw;
  }

  .common_item04_text01 .column_deco01 {
    font-size: 2.05vw;
    top: -1.03vw;
  }

  .common_item04_icon {
    margin-top: 2.31vw;
    width: min(100%, 10.26vw);
  }

  .common_item04_icon img {
    aspect-ratio: 40/15;
  }

  .common_item04_text02 {
    font-size: 6.15vw;
    line-height: 1.46;
    margin-top: 1.54vw;
  }

  .common_item04_text02 .big {
    font-size: 10.26vw;
    line-height: 1.3;
    margin-left: 1.03vw;
    margin-right: 1.28vw;
  }

  .common_item04_text02 .en {
    font-size: 5.13vw;
    line-height: 1.35;
  }

  .common_item04_text02 .column_deco01 {
    font-size: 2.05vw;
    line-height: 1.38;
  }

  .common_item04_text02 .white {
    font-size: 6.15vw;
    line-height: 1.46;
    margin-left: 0.51vw;
  }

  .common_item04_text03 {
    font-size: 3.59vw;
    line-height: 1.43;
    margin-top: 6.41vw;
  }

  .common_item04_text04 {
    font-size: 3.59vw;
    margin-top: 1.28vw;
  }

  .common_item04_text04 .big {
    font-size: 6.15vw;
    line-height: 1.46;
  }

  .common_item04_text05 {
    font-size: 3.59vw;
    line-height: 1.43;
    margin-top: 3.85vw;
  }

  .common_item04_text06 {
    font-size: 3.59vw;
    margin-top: 1.79vw;
  }

  .common_item04_text06 .big {
    font-size: 6.15vw;
    line-height: 1.46;
  }

  .common_item04_container {
    flex-direction: column;
    gap: 2.31vw;
    margin-top: 6.41vw;
    width: min(100%, 84.62vw);
  }

  .common_item04_head {
    font-size: 3.59vw;
    line-height: 1.43;
    padding-block: 0vw;
    writing-mode: horizontal-tb;
  }

  .common_item04_item {
    font-size: 3.33vw;
    line-height: 1.6;
    padding-left: 4.1vw;
    text-indent: -2.31vw;
  }

  .common_item04_item+.common_item04_item {
    margin-top: 0;
  }

  .common_item04_item::before {
    font-size: 3.33vw;
    margin-right: 1.28vw;
  }

  .common_item04_text07 {
    font-size: 6.15vw;
    line-height: 1.46;
    margin-top: 6.15vw;
  }

  .common_item04_text08 {
    align-items: center;
    display: flex;
    font-size: 6.15vw;
    margin-top: 0.51vw;
  }

  .common_item04_text08 .big {
    font-size: 10.26vw;
    line-height: 1.33;
    margin-left: 1.03vw;
    margin-right: 2.31vw;
    margin-top: 0.77vw;
  }

  .common_item04_text08 .en {
    font-size: 6.15vw;
    line-height: 1.33;
  }

  .common_item04_text08 .column {
    padding-top: 2.05vw;
  }

  .common_item04_text08 .column_deco01 {
    font-size: 2.56vw;
    line-height: 1.5;
    top: 0vw;
  }

  .common_item04_text08 .white {
    font-size: 6.15vw;
    line-height: 1.46;
  }

  .common_item04_text09 {
    font-size: 3.33vw;
    line-height: 1.6;
    margin-top: 3.85vw;
  }

  .common_item04_text09 .link_icon {
    height: 2.56vw;
    margin-left: 0.51vw;
    width: 2.56vw;
  }

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

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

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

  /* フッター */

  .footer {
    padding-block: 16.67vw 7.69vw;
  }

  .footer_name {
    font-size: 5.13vw;
    line-height: 1.45;
  }

  .footer_btnwrap {
    flex-direction: column;
    gap: 2.56vw;
    margin-top: 12.31vw;
  }

  .footer_copyright {
    margin-top: 16.67vw;
  }

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

  /* ヘッダー */

  .header {
    bottom: 0;
    min-width: unset;
    top: auto;
    width: 100%;
    display: none;
  }

  .header_fixed {
    width: 100%;
    display: block;
  }

  .header_inner {
    padding-inline: 0;
  }

  .header_btnwrap {
    gap: 0;
    justify-content: start;
  }

  .hamburger {
    background: #2C2C2C;
    cursor: pointer;
    display: block;
    height: 15.38vw;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 15.38vw;
    z-index: 99999;
  }

  .hamburger span {
    background: #FFFFFF;
    display: block;
    height: 1px;
    left: 50%;
    position: absolute;
    transition: 0.5s ease-in-out;
    translate: -50%;
    width: 5.13vw;
  }

  .hamburger span:nth-child(1) {
    top: 6.41vw;
  }

  .hamburger span:nth-child(2) {
    top: 8.97vw;
  }

  .hamburger.active span:nth-child(1) {
    left: 50%;
    top: 7.69vw;
    transform: rotate(315deg);
    translate: -50%;
  }

  .hamburger.active span:nth-child(2) {
    top: 7.69vw;
    transform: rotate(-315deg);
  }

  .globalMenuSP_container {
    flex: 1;
    margin-top: 4.36vw;
    position: relative;
  }

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

  /* top_attention */

  .top_attention {
    background-image: url(./image/attention_bg_sp01.png);
    padding-block: 12.82vw 17.95vw;
  }

  .top_attention::after {
    background-image: url(./image/attention_bg_sp02.png);
  }

  .top_attention_headline_sub {
    font-size: 16.41vw;
    line-height: 1.33;
  }

  .top_attention_headline_main {
    font-size: 7.69vw;
    line-height: 1.47;
    margin-top: -10.77vw;
  }

  .top_attention_description {
    font-size: 4.1vw;
    line-height: 1.44;
    margin-top: 3.85vw;
  }

  .top_attention_list {
    margin-inline: auto;
    margin-top: 8.97vw;
    width: min(100%, 90vw);
  }

  .top_attention_item+.top_attention_item {
    margin-top: 6.92vw;
  }

  /* top_cta01 */

  .top_cta01 {
    margin-top: -64.62vw;
  }

  /* top_cta02 */

  .top_cta02 {
    margin-top: -50.51vw;
  }

  /* top_flow */

  .top_flow {
    margin-top: -90vw;
    padding-block: 102.05vw 0;
  }

  .top_flow::before {
    background-image: url(./image/flow_bg_sp01.png);
    height: 292.05vw;
  }

  .top_flow_headline_sub {
    font-size: 14.36vw;
    line-height: 1.32;
  }

  .top_flow_headline_main {
    font-size: 8.21vw;
    line-height: 1.44;
    margin-top: -8.46vw;
  }

  .top_flow_item {
    margin-top: 6.41vw;
  }

  .top_flow_img {
    margin-top: 15.38vw;
  }

  .top_flow_img img {
    aspect-ratio: 390/113;
  }

  /* top_information */

  .top_information {
    margin-top: 0;
    padding-bottom: 15.41vw;
  }

  .top_information_headline_sub {
    font-size: 3.59vw;
    line-height: 1.43;
    padding: 1.03vw 5.38vw;
  }

  .top_information_headline_main {
    font-size: 6.15vw;
    line-height: 1.4;
    margin-top: 2.56vw;
  }

  .top_information_description {
    font-size: 4.1vw;
    line-height: 1.6;
    margin-top: 2.56vw;
  }

  .top_information_btnwrap {
    align-items: center;
    flex-direction: column;
    gap: 5.13vw;
    margin-inline: auto;
    margin-top: 6.41vw;
    width: min(100%, 82.05vw);
  }

  .top_information_ctawrap {
    flex-direction: column;
    gap: 2.67vw;
    margin-top: 16.67vw;
  }

  .top_information_cta01 {
    background-size: 41.55vw 47.7vw;
    height: 47.7vw;
    padding: 3.33vw;
    width: 100%;
  }

  .top_information_cta01_logo {
    width: min(100%, 14.96vw);
  }

  .top_information_cta01_logo img {
    aspect-ratio: 58.33/17.83;
  }

  .top_information_cta01_heading {
    margin-top: 3.85vw;
    padding-left: 2.56vw;
  }

  .top_information_cta01_heading_tag {
    font-size: 3.08vw;
    line-height: 1.42;
    padding: 0.26vw 1.28vw 0.26vw;
  }

  .top_information_cta01_heading_tag::before,
  .top_information_cta01_heading_tag::after {
    height: 1.41vw;
    width: 1.41vw;
  }

  .top_information_cta01_heading_tag::before {
    bottom: -1.41vw;
    left: 5vw;
  }

  .top_information_cta01_heading_tag::after {
    bottom: -0.9vw;
    left: 5.26vw;
  }

  .top_information_cta01_heading_main {
    font-size: 6.15vw;
    line-height: 1.33;
    margin-top: 0.82vw;
  }

  .top_information_cta01_company {
    font-size: 3.33vw;
    line-height: 1.46;
    margin-top: 2.56vw;
    padding-inline: 2.56vw;
  }

  .top_information_cta01_company::before {
    left: -3.32vw;
    width: 3.32vw;
  }

  .top_information_cta01_company::after {
    width: 48.21vw;
  }

  .top_information_cta_link {
    width: 100%;
  }

  .top_information_cta02 img {
    aspect-ratio: 350/186.25;
  }

  /* top_management */

  .top_management {
    margin-top: -48.21vw;
  }

  .top_management_wrap {
    max-width: 94.87vw;
  }

  .top_management_container {
    padding-block: 14.1vw;
    padding-inline: 2.56vw;
  }

  .top_management_container::before,
  .top_management_container::after {
    top: -7.69vw;
  }

  .top_management_container::before {
    height: 15.38vw;
  }

  .top_management_container::after {
    height: 7.69vw;
  }

  .top_management_headline_main {
    font-size: 6.15vw;
    line-height: 1.46;
  }

  .top_management_headline_sub {
    font-size: 3.59vw;
    line-height: 1.43;
    margin-top: 1.28vw;
  }

  .top_management_item {
    margin-top: 6.41vw;
  }

  /* top_message */

  .top_message {
    padding-block: 0vw 15.13vw;
  }

  .top_message_container {
    flex-direction: column-reverse;
    gap: 6.41vw;
    margin-inline: auto;
    width: min(100%, 89.74vw);
  }

  .top_message_bg01 {
    left: -5.13vw;
    top: -20.26vw;
    width: min(100%, 58.97vw);
  }

  .top_message_bg01 img {
    aspect-ratio: 230/118.21;
  }

  .top_message_bg02,
  .top_message_bg03 {
    border-bottom: 0.5px solid #D3D3D3;
    border-right: 0.5px solid #D3D3D3;
    content: "";
    display: inline-block;
    height: 25.64vw;
    position: absolute;
    width: 7.69vw;
  }

  .top_message_bg02 {
    right: -2.56vw;
    top: -25.13vw;
  }

  .top_message_bg03 {
    right: -1.28vw;
    top: -23.33vw;
  }

  .top_message_text_container {
    padding-left: 0;
    padding-top: 6.41vw;
    width: 100%;
  }

  .top_message_textwrap01 {
    padding-bottom: 5.64vw;
  }

  .top_message_textwrap01::before {
    bottom: 0.32vw;
    height: 0.5px;
    left: 0;
    top: auto;
    width: 100%;
  }

  .top_message_textwrap01::after {
    bottom: 0;
    height: 3px;
    left: 0;
    top: auto;
    width: 24.87vw;
  }

  .top_message_text {
    font-size: 4.1vw;
    line-height: 1.44;
  }

  .top_message_text01 {
    color: #2C2C2C;
    font-size: 3.59vw;
    line-height: 1.43;
    white-space: nowrap;
  }

  .top_message_text02 {
    margin-top: 3.85vw;
  }

  .top_message_text03 {
    margin-top: 0vw;
  }

  .top_message_text04 {
    margin-top: 1.28vw;
    white-space: nowrap;
  }

  .top_message_text04 .big {
    font-size: 6.15vw;
    line-height: 1.46;
  }

  .top_message_text05 {
    margin-top: 1.28vw;
  }

  .top_message_textwrap02 {
    margin-top: 5.13vw;
    width: 100%;
  }

  .top_message_description {
    font-size: 3.59vw;
    line-height: 1.8;
  }

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

  .top_message_communication {
    margin-top: 7.18vw;
    padding: 7.69vw 5.13vw;
    width: 100%;
  }

  .top_message_communication_title {
    font-size: 4.62vw;
    line-height: 1.44;
  }

  .top_message_communication_title::after {
    bottom: -5.13vw;
    width: 7.69vw;
  }

  .top_message_communication_list {
    gap: 2.56vw;
    margin-top: 11.54vw;
  }

  .top_message_communication_imgwrap {
    width: 17.95vw;
  }

  .top_message_communication_img {
    width: min(100%, 7.69vw);
  }

  .top_message_communication_note {
    font-size: 3.33vw;
    line-height: 1.46;
    margin-top: 5.13vw;
  }

  .top_message_imagewrap {
    aspect-ratio: 350/240;
    margin-top: 0;
    text-align: right;
    width: 100%;
  }

  .top_message_image01 {
    width: min(100%, 74.36vw);
  }

  .top_message_image01 img {
    aspect-ratio: 290/240;
  }

  .top_message_image02 {
    bottom: -5.13vw;
    left: 0;
    width: min(100%, 38.46vw);
  }

  .top_message_image02 img {
    aspect-ratio: 150/120;
  }

  /* top_mv */

  .top_mv {
    background-image: url(./image/top_bg_sp02.png);
    padding-block: 5.13vw 30.77vw;
  }

  .top_mv_logo {
    margin-inline: auto;
  }

  .top_mv_text01 {
    font-size: 4.62vw;
    line-height: 1.44;
  }

  .top_mv_text02 {
    font-size: 2.56vw;
    gap: 2.56vw;
    line-height: 1.5;
    margin-top: 0.77vw;
  }

  .top_mv_text02::before,
  .top_mv_text02::after {
    width: 12.31vw;
  }

  .top_mv_content {
    width: min(100%, 89.74vw);
  }

  .top_mv_subtitle01 {
    font-size: 6.15vw;
    line-height: 1.88;
    margin-top: 20.26vw;
    text-align: center;
  }

  .top_mv_subtitle01 .big01 {
    font-size: 10.26vw;
    line-height: 1.43;
    white-space: nowrap;
  }

  .top_mv_subtitle01 .big02 {
    font-size: 8.21vw;
    line-height: 1.3;
  }

  .top_mv_subtitle01 .big03 {
    font-size: 10.26vw;
    line-height: 1;
    white-space: nowrap;
  }

  .top_mv_description {
    font-size: 4.1vw;
    line-height: 2;
    margin-top: 1.79vw;
    text-align: center;
  }

  .top_mv_cta {
    margin-top: 10vw;
    width: 100%;
  }

  .top_mv_cta_text {
    font-size: 4.1vw;
    line-height: 1.44;
    padding-block: 2.56vw;
    width: 100%;
  }

  .top_mv_btnwrap {
    flex-direction: column;
    gap: 2.56vw;
    margin-top: 19.23vw;
  }

  /* top_service */

  .top_service {
    background-image: url(./image/service_sp01.jpg);
    padding-block: 13.59vw 65.08vw;
  }

  .top_service_headline_en {
    font-size: 14.36vw;
    line-height: 1.32;
  }

  .top_service_headline_sub {
    font-size: 3.59vw;
    line-height: 1.43;
    margin-top: -9.23vw;
  }

  .top_service_headline_main {
    font-size: 8.21vw;
    line-height: 1.5;
    margin-top: 1.28vw;
  }

  .top_service_headline_main::after {
    bottom: -5.9vw;
    width: 20.51vw;
  }

  .top_service_item {
    margin-top: 19.74vw;
  }

  .top_service_image {
    margin-top: 13.33vw;
    width: min(100%, 89.74vw);
  }

  .top_service_image img {
    aspect-ratio: 350/186.3;
  }

  /* top_solution */

  .top_solution {
    background-image: url(./image/top_solution_bg_sp01.png);
    margin-top: -2.56vw;
    padding-block: 17.95vw 79.23vw;
  }

  .top_solution_heading {
    font-size: 6.15vw;
    line-height: 1.53;
  }

  .top_solution_heading::after {
    display: none;
  }

  .top_solution_highlight {
    white-space: nowrap;
  }

  .top_solution_description {
    font-size: 4.1vw;
    line-height: 1.8;
    margin-top: 5.13vw;
  }

  .top_solution_underline {
    font-size: 5.13vw;
    line-height: 1.35;
  }

  .top_solution_underline::after {
    bottom: -0.77vw;
    height: 1.28vw;
    top: auto;
  }

  /* top_strategy */

  .top_strategy {
    background-image: url(./image/strategy_bg_sp01.png);
    margin-top: -196.67vw;
    padding-block: 209.74vw 13.08vw;
  }

  .top_strategy_headline {
    font-size: 8.21vw;
    line-height: 1.4;
    padding-block: 3.85vw;
  }

  .top_strategy_item {
    margin-top: 6.41vw;
  }

  /* top_strengths */

  .top_strengths {
    margin-top: -70vw;
    overflow: hidden;
    padding-block: 82.31vw 14.87vw;
  }

  .top_strengths_headingwrap {
    margin-left: unset;
    margin-right: calc(50% - 50vw);
    overflow: hidden;
    width: 100vw;
  }

  .top_strengths_heading_sub {
    padding-left: 9.23vw;
  }

  .top_strengths_heading_sub .gray {
    font-size: 14.36vw;
    line-height: 1.32;
  }

  .top_strengths_heading_sub .blue {
    font-size: 19.49vw;
    line-height: 1.33;
    margin-top: -13.08vw;
    padding-left: 0.51vw;
  }

  .top_strengths_heading_main {
    font-size: 4.1vw;
    line-height: 1.44;
    margin-top: 1.28vw;
    padding-left: 9.49vw;
  }

  .top_strengths_cards {
    margin-top: 6.41vw;
  }

  .top_strengths_bg {
    height: 25.64vw;
    width: 7.69vw;
  }

  .top_strengths_bg01 {
    left: -2.56vw;
    top: -28.21vw;
  }

  .top_strengths_bg02 {
    left: -1.28vw;
    top: -29.49vw;
  }

  .top_strengths_bg03 {
    display: none;
  }

  .top_strengths_bg04 {
    display: none;
  }

  /* top_support */

  .top_support {
    margin-top: 0;
    padding-bottom: 51.03vw;
  }

  .top_support::before {
    height: 256.92vw;
    width: 78.72vw;
  }

  .top_support_container {
    flex-direction: column;
  }

  .top_support_textwrap {
    width: 100%;
  }

  .top_support_headline_sub {
    font-size: 19.49vw;
    line-height: 1.23;
  }

  .top_support_headline_main {
    font-size: 4.1vw;
    line-height: 1.44;
    margin-top: 2.82vw;
  }

  .top_support_list {
    margin-top: 7.69vw;
    padding: 5.13vw 2.56vw;
  }

  .top_support_list::before {
    height: 46.15vw;
  }

  .top_support_list::after {
    width: min(100%, 79.49vw);
  }

  .top_support_list_item {
    gap: 2.56vw;
    padding-block: 5.13vw;
    padding-left: 5.13vw;
  }

  .top_support_list_item:nth-of-type(2n) {
    padding-left: 5.13vw;
  }

  .top_support_imgwrap {
    width: 12.82vw;
  }

  .top_support_img {
    width: min(100%, 6.15vw);
  }

  .top_support_role {
    font-size: 3.59vw;
    line-height: 1.43;
  }

  .top_support_ceowrap {
    margin-top: -5.31vw;
    width: 100%;
  }

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

  .top_support_ceo_img img {
    aspect-ratio: 240/413.7;
  }

  .top_support_ceo_en {
    font-size: 16.41vw;
    left: 31.28vw;
    line-height: 1.22;
    right: auto;
    top: 30.51vw;
  }

  .top_support_ceo_namewrap {
    bottom: 4.62vw;
    left: 40.86vw;
  }

  .top_support_ceo_role {
    font-size: 3.33vw;
    line-height: 1.4;
  }

  .top_support_ceo_name {
    font-size: 4.55vw;
    line-height: 1.46;
    margin-top: 1.28vw;
  }

  .fz_8 {
    font-size: 2.05vw;
  }

  .fz_12 {
    font-size: 2.05vw;
  }

  .fz_14 {
    font-size: 5.13vw;
  }

  .fz_24 {
    font-size: 4.62vw;
  }

  .fz_32 {
    font-size: 5.13vw;
  }

  .fz_40 {
    font-size: 6.15vw;
  }

  .fz_48 {
    font-size: 8.21vw;
  }

  .fz_64 {
    font-size: 10.26vw;
  }

    .top_strategy_container {
    padding: 15vw 0;
}

.common_cards03_item.common_card03:last-child .common_card03_img04 {
    width: 100%;
     height: 37vw;
}

.top_information_container {
    margin-bottom: 5vw;
}

.top_information .banner_box .cont .link:hover {
    opacity: 1;
}

}

/* ホバー */

@media (any-hover: hover) {
  .common_btn01:hover {
    opacity: 0.7;
  }

  .common_btn02:hover {
    opacity: 0.7;
  }

  .common_btn03:hover {
    opacity: 0.8;
  }

  .common_btn04:hover {
    opacity: 0.8;
  }

  .common_btn05:hover {
    translate: 5px 5px;
  }

  .common_btn05:hover::after {
    left: 0;
    top: 0;
  }

  .common_card01:hover>a>figure>img {
    transform: scale(1.2);
    transition: transform 0.8s;
  }

  .common_item04_text09 .link:hover {
    opacity: 0.7;
  }

  .top_information_cta_link:hover {
    opacity: 0.7;
  }

  .top_service_link:hover {
    opacity: 0.7;
  }

  .common_cards03_item.common_card03.youtube .common_card03_imgwrap.common_card03_imgwrap03 {
    padding: 0;
    min-block-size: 269px;
}

}

/*# sourceMappingURL=sourcemaps/style.css.map */