@charset "UTF-8";
/*
Theme Name: child
Theme URI:
Description:
Template: twentytwentyone
Author: makesview
Author URI: https://makes-view.co.jp/
Version: 1.0.0
*/
/* font */
@font-face {
  font-family: "Avenir Book";
  src: url("./fonts/Avenir-Book-01.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Avenir Heavy";
  src: url("./fonts/Avenir-Heavy-05.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
:root {
  --main-color: #000;
  --sub-color: #fff;
}

html,
button,
input,
select,
textarea {
  /* 不要な指定は消す */
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 500;
  font-style: normal;
}

body {
  color: #191919;
  font-size: 16px;
  line-height: 1.7;
  min-width: 1440px;
}

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

.wrap.mid {
  width: 1240px;
}

.wrap.lr {
  width: 1340px;
}

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

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

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

.common_page_wrap {
  padding: 100px 0;
}

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

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

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

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

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

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

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

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

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

.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 {
  display: flex;
  align-items: center;
  gap: 1.3em;
  font-size: 16px;
  letter-spacing: 0.08em;
  font-weight: 700;
  padding-inline: 0 0.5em;
  position: relative;
}

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

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

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

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

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

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

.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 {
  width: 47.5%;
  background: #f8f8f8;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  font-size: 14px;
  letter-spacing: 0.08em;
  padding: 1.1em 1em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
  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;
  font-size: 15px;
  letter-spacing: 0.08em;
  font-weight: 600;
  display: inline-block;
  position: relative;
  padding: 0 0 0 30px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* mv
----------------------------------------*/
.mv {
  position: relative;
  z-index: 1;
  padding: 202px 0 20px;
}

.mv .bg {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.mv::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: -1;
}

.mv .bg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.mv .logo {
  margin: 0 auto 25px;
  width: 228px;
  height: auto;
}

.mv .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.mv .slogan {
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 40px;
  letter-spacing: 0.17em;
  color: #fff;
  margin: 0 0 15px;
  text-align: center;
}

.mv .slogan_sub {
  font-family: "Avenir Book", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.06em;
  color: #fff;
  margin: 0 0 146px;
  text-align: center;
}

.mv .copyright {
  font-family: "Avenir Book", sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.06em;
  color: #fff;
  text-align: right;
}

/* message
----------------------------------------*/
.message {
  position: relative;
  padding: 177px 0 117px;
  background: #fff;
  text-align: center;
  overflow: hidden;
  z-index: 1;
}

.message::before {
  content: "";
  position: absolute;
  top: 90px;
  left: 50%;
  transform: translateX(-50%);
  width: 489px;
  height: 417px;
  background-image: url("./image/message_bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

.message .title {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.17em;
  margin: 0 0 35px;
}

.message .title .accent {
  color: #004cca;
}

.message .text {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin: 0 0 24px;
}

.message .text:last-child {
  margin-bottom: 0;
}

/* business
----------------------------------------*/
.business {
  padding: 0 0 110px;
  background: #fff;
}

.common_title_box {
  margin: 0 0 24px;
  text-align: center;
}

.common_title_box .en {
  font-family: "Avenir Heavy", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #004cca;
}

.common_title_box .ja {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.24em;
}

.business .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  list-style: none;
  margin: 0 0 50px;
  padding: 0;
}

.business .list .item {
  display: grid;
  grid-template-columns: 240px 1fr;
  align-items: center;
  gap: 24px;
  border-radius: 12px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}

.business .list .item .image {
  width: 100%;
  aspect-ratio: 240/190;
}

.business .list .item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.business .list .item .caption {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin: 0;
  line-height: 1.5;
}

.business .note {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin: 0;
}

/* company
----------------------------------------*/
.company {
  padding: 82px 0 115px;
  background: #f4fcff;
}

.company .card {
  background: #fff;
  padding: 50px;
  border-radius: 16px;
  margin: 0 0 30px;
}

.company .list {
  display: grid;
  grid-template-columns: 167px 1fr;
  align-items: stretch;
  margin: 0;
  padding: 0;
}

.company .list dt {
  font-size: 14px;
  padding: 30px 20px 19px 0;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin: 0;
  border-bottom: 1px solid #f0f0f0;
}

.company .list dd {
  font-size: 16px;
  padding: 30px 20px 19px;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin: 0;
  border-bottom: 1px solid #f0f0f0;
}

.company .list dt:first-of-type,
.company .list dd:first-of-type {
  padding-top: 0;
}

.company .map {
  width: 1040px;
  height: 289px;
  margin: 0 auto;
  border-radius: 16px;
  overflow: hidden;
}

.company .map iframe {
  display: block;
  width: 100%;
  height: 100%;
}

/* footer
----------------------------------------*/
.footer {
  background: #191919;
  padding: 67px 0 20px;
  text-align: center;
}

.footer .logo {
  width: 181px;
  height: auto;
  margin: 0 auto 40px;
}

.footer .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.footer .copyright {
  font-size: 12px;
  letter-spacing: 0.06em;
  color: #fff;
  margin: 0;
  font-family: "Avenir Book", sans-serif;
  font-weight: 400;
}

.footer .copyright small {
  font-size: 100%;
}

@media (max-width: 750px) {
  .wrap {
    max-width: 90%;
  }
  a[href$=".pdf"]::before {
    width: 7vw;
    height: 8vw;
    margin-right: 2.5vw;
  }
  a[href$=".pdf"]:hover {
    text-decoration: underline;
  }
  body {
    font-size: 13px;
    min-width: 100%;
  }
  /* SPヘッダー */
  #sp_header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    box-shadow: 1px 1px #ccc;
    z-index: 999;
    height: 55px;
  }
  #sp_header .logo {
    position: absolute;
    left: 10px;
    top: 10px;
    line-height: 0;
  }
  #sp_header .logo img {
    height: 40px;
  }
  #sp_header .icon {
    color: #000;
    position: absolute;
  }
  #sp_header .mail {
    right: 70px;
    top: 13px;
    font-size: 25px;
  }
  #sp_header .tel {
    right: 110px;
    top: 15px;
    font-size: 20px;
  }
  /* SP固定ページ 共通設定 */
  .common_page_main {
    padding-block: 20vw;
  }
  .common_page_main .title_box .title {
    font-size: 5.6vw;
  }
  .common_page_wrap {
    padding: 20vw 0;
  }
  .reserve_text {
    font-size: 6vw;
  }
  /* パンくず */
  .breadcrumb {
    font-size: 3vw;
  }
  /* SP固定ページ お問い合わせ */
  .contact_form_disc {
    margin-block: 0 2em;
  }
  .contact_form_disc .text {
    font-size: 3.6vw;
    margin-block: 0 0.8em;
  }
  .contact_form_disc .caution {
    font-size: 3.1vw;
    letter-spacing: 0.06em;
  }
  .common_contact_form .form_box {
    margin-block: 0 10vw;
  }
  .common_contact_form .form_box dl {
    grid-template-columns: 1fr;
    gap: 0.6em;
  }
  .common_contact_form .form_box dl + dl {
    margin-block: 1.3em 0;
  }
  .common_contact_form .form_box dl dt {
    flex-direction: row-reverse;
    justify-content: space-between;
    font-size: 4.1vw;
    padding-inline: 0;
  }
  .common_contact_form .form_box dl dt .label {
    font-size: 3.1vw;
  }
  .common_contact_form .form_box dl dt::after {
    content: none;
  }
  .common_contact_form input[type=text],
.common_contact_form input[type=email],
.common_contact_form #zip {
    font-size: 3.6vw;
  }
  .common_contact_form select {
    width: 100%;
    font-size: 3.6vw;
  }
  .common_contact_form textarea {
    height: 33vw;
    font-size: 3.6vw;
  }
  .radio_btns,
.checkboxes {
    gap: 0.5em 2.5em;
  }
  .page_contact #btn_wrap button {
    width: 83%;
    line-height: 15.5vw;
    font-size: 4.6vw;
  }
  .page_contact #btn_wrap button[name=submitBack] {
    margin-top: 4vw;
  }
  .mwform-checkbox-field.horizontal-item {
    display: block;
  }
  .page_contact #btn_wrap {
    width: 100%;
    text-align: center;
  }
  .privacy_check_list .mwform-checkbox-field-text {
    font-size: 3.8vw;
    padding-left: 11vw;
  }
  .mw_wp_form .privacy_check_list .horizontal-item {
    margin-right: 4vw;
  }
  .privacy_check_list .hissu {
    padding: 0.3vw 4vw;
  }
  .privacy_check_list {
    margin-bottom: 6vw;
  }
  .privacy_term_detail {
    font-size: 3.4vw;
    margin: 5vw 0;
  }
  .privacy_term_outer {
    width: 96%;
    padding: 5vw 0;
  }
  .privacy_term_outer .privacy_term_inner .main_text {
    font-size: 3.4vw;
    line-height: 1.6;
    margin-bottom: 5vw;
  }
  .privacy_term_outer .privacy_term_inner dl dt {
    font-size: 3.5vw;
    margin-bottom: 1.5vw;
  }
  .privacy_term_outer .privacy_term_inner dl dd {
    font-size: 3.5vw;
    line-height: 1.6;
  }
  .privacy_term_outer .privacy_term_inner dl + dl {
    margin-top: 7vw;
  }
  .privacy_term_detail::after {
    width: 2.5vw;
    margin: 1.5vw auto 0;
  }
  /* サンクスページ */
  .page_contact .thanks_textArea .name {
    font-size: 4vw;
    margin-bottom: 3vw;
  }
  .page_contact .thanks_textArea .contact_text {
    font-size: 3.5vw;
    margin-bottom: 2em;
    width: 100%;
  }
  .page_contact .thanks_textArea .ichiran_link {
    width: 80%;
    line-height: 12vw;
    font-size: 4vw;
  }
  /* ステップバー デザイン */
  .page_contact .progressbar {
    gap: 4.5em;
    margin-block: 0 2.5em;
  }
  .page_contact .progressbar .item {
    font-size: 3.1vw;
  }
  .page_contact .progressbar .item + .item::before {
    width: 5.7vw;
    top: 63%;
    left: -3.3em;
  }
  .page_contact .progressbar .item .mark {
    width: 7.7vw;
    margin: 0 auto 0.4em;
  }
  /* SP固定ページ 404ページ */
  #page_404 .num {
    font-size: 20vw;
    line-height: 1.5;
  }
  #page_404 .text {
    font-size: 3.5vw;
  }
  /* SP投稿ページ アーカイブページ */
  .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 {
    width: 7px;
    height: 7px;
  }
  /* SP固定ページ サイトマップ */
  ul#sitemap_list li {
    margin: 0;
  }
  body #sitemap_list li a {
    font-size: 4vw;
    padding: 1vw 2vw;
    line-height: 9vw;
    margin-bottom: 1vw;
  }
  body #sitemap_list li.home-item {
    margin-bottom: 4vw;
  }
  body #sitemap_list {
    padding: 0;
  }
  /* mv
  ----------------------------------------*/
  .mv {
    padding: 53.08vw 0 7.69vw;
  }
  .mv .logo {
    margin: 0 auto 7.95vw;
    width: 49.49vw;
  }
  .mv .slogan {
    font-size: 8.72vw;
    letter-spacing: 0.16em;
    margin: 0 0 3.85vw;
    white-space: nowrap;
    line-height: 1.26;
  }
  .mv .slogan_sub {
    font-size: 3.59vw;
    margin: 0 0 38.46vw;
  }
  .mv .copyright {
    font-size: 3.08vw;
    letter-spacing: normal;
    text-align: center;
  }
  /* message
  ----------------------------------------*/
  .message {
    padding: 28.21vw 0 21.79vw;
  }
  .message::before {
    top: 15.38vw;
    width: 136.67vw;
    height: 116.67vw;
  }
  .message .title {
    font-size: 6.15vw;
    margin: 0 0 7.18vw;
    text-align: left;
  }
  .message .text {
    font-size: 3.59vw;
    font-weight: 500;
    letter-spacing: 0.04em;
    margin: 0 0 5.9vw;
    text-align: left;
  }
  .message .text:last-child {
    margin-bottom: 0;
  }
  /* business
  ----------------------------------------*/
  .business {
    padding: 0 0 17.95vw;
  }
  .common_title_box {
    margin: 0 0 4.87vw;
    text-align: center;
  }
  .common_title_box .en {
    font-size: 3.59vw;
  }
  .common_title_box .ja {
    font-size: 6.67vw;
  }
  .business .list {
    grid-template-columns: 1fr;
    gap: 2.56vw;
    margin: 0 0 8.21vw;
  }
  .business .list .item {
    grid-template-columns: 35.9vw 1fr;
    gap: 5.13vw;
    border-radius: 2.05vw;
  }
  .business .list .item .image {
    aspect-ratio: 140/120;
  }
  .business .list .item .caption {
    font-size: 4.62vw;
  }
  .business .note {
    font-size: 5.64vw;
    letter-spacing: normal;
  }
  /* company
  ----------------------------------------*/
  .company {
    padding: 12.31vw 0 10.26vw;
  }
  .company .card {
    padding: 6.41vw 5.13vw;
    border-radius: 3.08vw;
    margin: 0 0 5.13vw;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
  }
  .company .list {
    grid-template-columns: 1fr;
  }
  .company .list dt {
    font-size: 3.33vw;
    padding: 5.13vw 0 1.03vw 0;
    border-bottom: none;
  }
  .company .list dd {
    font-size: 3.59vw;
    padding: 0 0 4.1vw;
    letter-spacing: 0.02em;
  }
  .company .list dd:last-of-type {
    padding: 0;
    border-bottom: none;
  }
  .company .map {
    width: 100%;
    height: 43.59vw;
    border-radius: 2.56vw;
  }
  /* footer
  ----------------------------------------*/
  .footer {
    padding: 17.44vw 0 5.13vw;
  }
  .footer .logo {
    width: 46.41vw;
    margin: 0 auto 10vw;
  }
  .footer .copyright {
    font-size: 3.08vw;
    letter-spacing: normal;
  }
}
/*# sourceMappingURL=style.css.map */