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

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
デフォルト設定
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

/* ----------------------- デフォルトcss ------------------------- */
:root {
  --main-color: #000;
  --sub-color: #fff;
}

@font-face {
  font-family: 'TestManuka';
  src: url('./font/TestManuka-Regular-BF663c33db89825.otf') format('opentype');
  font-weight: 400;
}

@font-face {
  font-family: 'TestManuka';
  src: url('./font/TestManuka-Medium-BF663c33db67c40.otf') format('opentype');
  font-weight: 500;
}

@font-face {
  font-family: 'TestManuka';
  src: url('./font/TestManuka-Bold-BF663c33db7b03f.otf') format('opentype');
  font-weight: 700;
}

body {
  min-width: 1440px;
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #6F7074;
  background: #fff;
  margin: 0;
}

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

.wrap.mid {
  width: 1240px;
}

.wrap.lr {
  width: 1340px;
}

/* 汎用アニメーション */
.u-animeUp {
  opacity: 0;
  -webkit-transform: translateY(60px);
  transform: translateY(60px);
  -webkit-transition: opacity 0.9s ease, -webkit-transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 0.9s ease, -webkit-transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 0.9s ease, transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 0.9s ease, transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1);
  -webkit-transition-delay: var(--u-delay, 0s);
  transition-delay: var(--u-delay, 0s);
}

.u-animeUp.is-anime {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.u-animeMask {
  display: inline-block;
  overflow: hidden;
  vertical-align: bottom;
}

.u-animeMask>* {
  display: inline-block;
  -webkit-transform: translateY(110%);
  transform: translateY(110%);
  -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: -webkit-transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1);
  -webkit-transition-delay: var(--u-delay, 0s);
  transition-delay: var(--u-delay, 0s);
}

.u-animeMask.is-anime>* {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.u-delay1 {
  --u-delay: 0.12s;
}

.u-delay2 {
  --u-delay: 0.24s;
}

.u-delay3 {
  --u-delay: 0.36s;
}

.u-delay4 {
  --u-delay: 0.48s;
}

.u-delay5 {
  --u-delay: 0.6s;
}

/* 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: .08em;
  font-weight: 700;
  line-height: 1.5;
}

.common_page_wrap {
  padding: 0 0 150px;
}

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

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

.no_article {
  text-align: center;
}

/* SWELL共通設定 */
.l-content {
  padding-top: 0;
  margin: 0 auto 150px;
}

.-type-card .p-postList__title,
.-type-list .p-postList__title,
.-type-list2 .p-postList__title {
  color: #06081E;
}

.c-widget__title {
  color: #06081E;
}

.wp-block-heading {
  color: #06081E;
}

.post_single {
  padding-top: 76px;
  margin-top: 124px;
}

.error404 .l-mainContent {
  padding: 0 0 150px;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
共通パーツ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

/* ----------------------- サイト共通パーツ ------------------------- */
/* wp-pagenavi base */
.wp-pagenavi {
  text-align: center;
  margin-top: 60px;
}

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

.wp-pagenavi .current {
  color: #FFF;
  background-color: #161C61;
  border-color: #161C61;
  font-weight: bold;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  border-color: #161C61;
}

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

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

.breadcrumb {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #06081E;
  margin-top: -6px;
}

.breadcrumb .box {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.breadcrumb .box>div {
  display: flex;
  gap: 12px;
}

.breadcrumb a {
  color: rgba(6, 8, 30, 0.8);
  text-decoration: underline;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.breadcrumb .current-item {
  font-weight: 700;
  text-decoration: none;
}

/* 共通ボタン */
.c_btn a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  min-width: 200px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #fff;
  background: #161C61;
  padding: 14px 20px;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c_btn.c_btn--inst a {
  min-width: unset;
}

.c_btn .c_btn_icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.c_btn .c_btn_icon img {
  display: block;
  width: 20px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.c_btn--assessment a {
  gap: 15px;
  background: #163E61;
}

.c_btn--assessment .c_btn_icon img {
  width: auto;
  height: 20px;
}

.c_btn--line a {
  background: #3cd57b;
}

.c_btn02 a {
  position: relative;
  min-width: 250px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  background: #161C61;
  padding: 17px 15px 17px 30px;
  overflow: hidden;
}

.c_btn02 a::before {
  content: "";
  position: absolute;
  inset: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  background: #575C8D;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.c_btn02 .c_btn02_text {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #fff;
}

.c_btn02 .c_btn02_icon {
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: #fff;
}

.c_btn02 .c_btn02_arrow {
  width: 12px;
  overflow: hidden;
}

.c_btn02 .c_btn02_icon img {
  display: block;
  width: 12px;
  height: 12px;
  -o-object-fit: contain;
  object-fit: contain;
}

/* 共通タイトル */
.c_title--center {
  text-align: center;
}

.c_title .c_title_en {
  font-family: "TestManuka", sans-serif;
  font-size: 88px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #161C61;
}

.c_title .c_title_ja {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.2em;
  color: #06081E;
  margin-top: 5px;
}

/* 共通見出し */
.c_head {
  line-height: 1;
}

.c_head_title {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.2em;
  color: #06081E;
  padding-left: 24px;
}

.c_head_title::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: calc(50% + 1px);
  left: 7px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  background: #161C61;
}

.c_head--mt {
  margin-top: 5px;
}

.c_head .c_head_title--accent {
  color: #161C61;
}

/* 共通FAQ */
.c_faq .item {
  background: #fff;
  border-top: 10px solid #161C61;
  padding: 40px 45px 50px;
}

.c_faq .item_row {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 12px;
  border-bottom: 1px solid rgba(22, 28, 97, 0.15);
  padding-bottom: 14px;
}

.c_faq .item_en {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-family: "TestManuka", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #161C61;
}

.c_faq .item_title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #06081E;
}

.c_faq .item_text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.05em;
  padding: 0 29px;
  margin-top: 35px;
}

/* 共通スタッフ */
.c_staff .item {
  height: 100%;
}

.c_staff .item a {
  position: relative;
  display: block;
  height: 100%;
  padding: 373px 20px 20px;
}

/* 画像なし(noimage)カードは背景が明るく白い名前が見えにくいため、下部に暗いグラデを敷いて視認性を確保 */
.c_staff .item.no_thumb .item_image::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(6, 8, 30, 0.6)), color-stop(45%, rgba(6, 8, 30, 0)));
  background: linear-gradient(to top, rgba(6, 8, 30, 0.6), rgba(6, 8, 30, 0) 45%);
}

.c_staff .item a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 10px;
  left: 10px;
  background: #161C61;
  z-index: -1;
}

.c_staff .item_image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}

.c_staff .item_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c_staff .item_row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 10px;
}

.c_staff .item_name {
  position: relative;
  color: #fff;
}

.c_staff .item_ja {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.c_staff .item_en {
  font-family: "TestManuka", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-top: 5px;
}

.c_staff .item_btn {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  width: 35px;
  height: 35px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #161C61;
  overflow: hidden;
  z-index: 11;
}

.c_staff .item_arrow {
  position: relative;
  width: 14px;
  overflow: hidden;
  z-index: 2;
}

.c_staff .item_arrow img {
  display: block;
  width: 20px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

/* 共通取引実績 */
.c_works .item {
  background: #fff;
  border: 5px solid #161C61;
}

.c_works .item a {
  display: block;
  height: 100%;
}

.c_works .item_image {
  overflow: hidden;
}

.c_works .item_image img {
  display: block;
  width: 100%;
  aspect-ratio: 360/240;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c_works .item_body {
  padding: 16px 15px 15px;
}

.c_works .item_title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.05em;
  color: #06081E;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c_works .item_address {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 5px;
  border-top: 1px solid rgba(22, 28, 97, 0.15);
  padding-top: 15px;
  margin-top: 8px;
}

.c_works .item_icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.c_works .item_icon img {
  display: block;
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
  object-fit: contain;
}

.c_works .item_text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #6F7074;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

/* ----------------------- サイト共通セクション ------------------------- */

/* 下層FV */
.common_fv {
  position: relative;
  padding: 76px 0 119px;
  margin-top: 124px;
  overflow: hidden;
}

.common_fv::before {
  content: "";
  position: absolute;
  width: 650px;
  height: 345px;
  top: 0;
  right: 0;
  background-image: url("./image/common-fv-bg.webp");
  background-repeat: no-repeat;
  background-size: contain;
}

.common_fv .body {
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid rgba(22, 28, 97, 0.2);
}

.common_fv .body::before {
  content: "";
  position: absolute;
  width: 210px;
  height: 2px;
  bottom: -2px;
  left: 0;
  background: #161C61;
}

.common_fv .en {
  font-family: "TestManuka", sans-serif;
  font-size: 88px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #161C61;
}

.common_fv .ja {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.2em;
  color: #06081E;
  padding-left: 24px;
  margin-top: 10px;
}

.common_fv .ja::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: calc(50% + 1px);
  left: 7px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  background: #161C61;
}

/* CTA */
.common_cta {
  position: relative;
  color: #fff;
  overflow: hidden;
  padding: 100px 0 103px;
}

.common_cta .bg {
  position: absolute;
  width: 100%;
  height: 150%;
  top: -25%;
  left: 0;
  background-image: url("./image/common-cta-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transform: translateY(calc(var(--parallax, 0px) * -1));
  transform: translateY(calc(var(--parallax, 0px) * -1));
  z-index: -1;
}

.common_cta .body {
  text-align: center;
}

.common_cta .title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.05em;
}

.common_cta .title .accent {
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 8px;
  text-decoration-thickness: 4px;
}

.common_cta .text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.05em;
  margin-top: 26px;
}

.common_cta .row {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 30px;
  margin-top: 64px;
}

.common_cta .tel {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 300px;
  flex: 0 0 300px;
  text-align: center;
  margin-top: 5px;
}

.common_cta .tel_row {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  color: #fff;
  pointer-events: none;
}

.common_cta .tel_icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.common_cta .tel_icon img {
  display: block;
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
  object-fit: contain;
}

.common_cta .tel_number {
  font-family: "TestManuka", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.common_cta .tel_text {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.05em;
  margin-top: 3px;
}

.common_cta .btns {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  gap: 15px;
}

.common_cta .c_btn a {
  min-width: 260px;
  gap: 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding: 20px 20px 20px 30px;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
PCヘッダー
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

/* ヘッダー */
.pc_header {
  position: fixed;
  width: 100%;
  min-width: 1440px;
  top: 0;
  left: 0;
  background: #fff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
  z-index: 100;
}

.pc_header .body {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  padding: 15px 0;
}

.pc_header .logo {
  width: 100%;
  max-width: 250px;
}

.pc_header .logo a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.pc_header .logo img {
  display: block;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.pc_header .contents {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 25px;
}

.pc_header .tel {
  position: relative;
  top: 2px;
}

.pc_header .tel_row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.pc_header .tel_icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.pc_header .tel_icon img {
  display: block;
  width: 17px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.pc_header .tel_number {
  font-family: "TestManuka", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #000;
}

.pc_header .tel_text {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #000;
  margin-top: 3px;
}

.pc_header .btns {
  gap: 10px;
}

.pc_header .nav {
  background: #161C61;
}

.pc_header .menus {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 1440px;
  margin: 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pc_header .menu {
  position: relative;
}

.pc_header .menu:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background: #fff;
}

.pc_header .menu a {
  display: block;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #fff;
  /* padding: 8.75px 83px; */
  padding: 8.75px 80px;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
TOPページ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

/* FV */
#top_fv {
  position: relative;
  height: calc(100vh - 124px);
  margin-top: 124px;
}

#top_fv .wrap {
  height: inherit;
}

#top_fv .texts {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #fff;
  padding-bottom: 8.4vh;
}

#top_fv .title .u-animeMask {
  position: relative;
  font-size: 58px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.05em;
}

#top_fv .title .u-animeMask::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  background: #fff;
}

#top_fv .catch {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #fff;
  margin-top: 30px;
}

#top_fv .swiper-container,
#top_fv .swiper,
#top_fv .swiper-wrapper,
#top_fv .swiper-slide,
#top_fv .swiper-slide img,
#top_fv .swiper-slide picture {
  height: inherit;
}

#top_fv .swiper-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

#top_fv .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

#top_fv .swiper-slide {
  position: relative;
}

#top_fv .swiper-slide::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(6, 8, 30, 0.25);
}

#top_fv .swiper-slide picture {
  display: block;
}

#top_fv .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* 私たちについて */
#top_about {
  position: relative;
  padding: 100px 0 98px;
  overflow: hidden;
}

#top_about::before {
  content: "";
  position: absolute;
  width: 962px;
  height: 722px;
  top: 0;
  right: 0;
  background-image: url("./image/about-bg.webp");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateY(var(--about-py, 0px));
  transform: translateY(var(--about-py, 0px));
  z-index: 1;
}

#top_about .wrap {
  position: relative;
}

#top_about .en {
  position: absolute;
  width: 790px;
  height: 136px;
  bottom: -50px;
  right: -153px;
}

#top_about .en img {
  display: block;
  width: 100%;
}

#top_about .c_head_title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

#top_about .c_head_title::before {
  top: calc(50% - 1px);
}

#top_about .title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 8px;
  margin-top: 34px;
}

#top_about .title .u-animeMask>span {
  display: inline-block;
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
  background: #161C61;
  padding: 2px 0 8px 10px;
}

#top_about .text {
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #06081E;
  margin-top: 35px;
}

#top_about .btn {
  margin-top: 55px;
}

#top_about .btn a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
}

#top_about .btn_text {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #161C61;
}

#top_about .btn_icon {
  position: relative;
  width: 50px;
  height: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #161C61;
  overflow: hidden;
}

#top_about .btn_icon::before {
  content: "";
  position: absolute;
  inset: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  background: #575C8D;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  z-index: 1;
}

#top_about .btn_arrow {
  position: relative;
  width: 20px;
  overflow: hidden;
  z-index: 2;
}

#top_about .btn_icon img {
  display: block;
  width: 20px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

@-webkit-keyframes arrow-slide {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  40% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-animation-timing-function: step-end;
    animation-timing-function: step-end;
  }

  41% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes arrow-slide {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  40% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-animation-timing-function: step-end;
    animation-timing-function: step-end;
  }

  41% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/* 事業内容 */
#top_business {
  position: relative;
  padding: 130px 0 120px;
  background: #fff;
}

#top_business::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("./image/top-business-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

#top_business .body {
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 99px;
  z-index: 1;
}

#top_business .head {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: sticky;
  top: 240px;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-left: -5px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

#top_business .c_head_title {
  letter-spacing: 0.1em;
  padding-top: 24px;
  padding-left: 0;
}

#top_business .c_head_title::before {
  top: 0;
  left: 9px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#top_business .items {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

#top_business .item a {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 380px;
  background: #fff;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.06);
  border-bottom: 10px solid #161C61;
}

#top_business .item_row {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 50px;
}

#top_business .item_contents {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 530px;
  flex: 0 0 530px;
  padding: 39px 0 5px 50px;
}

#top_business .item_en {
  display: inline-block;
  min-width: 120px;
  font-family: "TestManuka", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #fff;
  background: #161C61;
  padding: 2px 5px;
  text-align: center;
}

#top_business .item_title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.05em;
  color: #06081E;
  margin-top: 14px;
}

#top_business .item_title .accent {
  position: relative;
  display: inline-block;
  font-weight: 900;
  color: #161C61;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 4px;
}

#top_business .item_text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #6F7074;
  margin-top: 33px;
}

#top_business .item_image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 450px;
  flex: 0 0 450px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  overflow: hidden;
}

#top_business .item_image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 450/320;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#top_business .item_btn {
  position: relative;
  top: -10px;
  font-family: "TestManuka", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #06081E;
  padding-right: 50px;
  text-align: right;
}

#top_business .item_arrow {
  position: absolute;
  width: 35px;
  height: 2px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
}

#top_business .item_arrow::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #000;
}

/* 選ばれる理由 */
#top_reason {
  position: relative;
  padding: 100px 0;
  background: #fff;
}

#top_reason::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("./image/top-reason-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
}

#top_reason .wrap {
  position: relative;
  z-index: 1;
}

#top_reason .items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-top: 35px;
}

#top_reason .item {
  background: #fff;
  border: 5px solid #161C61;
}

#top_reason .item_image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 550/300;
}

#top_reason .item_contents {
  padding: 30px 30px 25px;
}

#top_reason .item_en {
  font-family: "TestManuka", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #161C61;
  text-align: center;
}

#top_reason .item_title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.05em;
  color: #06081E;
  margin-top: 9px;
  text-align: center;
}

#top_reason .item_title .accent {
  display: inline-block;
  background: #161C61;
  color: #fff;
  padding: 1.5px 7px;
}

#top_reason .item_text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.05em;
  margin-top: 23px;
}

/* スタッフ紹介 */
#top_staff .body {
  background: #f0f0f0;
  padding: 110px 0 90px 100px;
  background-image: url("./image/top_staff_bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

#top_staff .head {
  position: relative;
  width: 1140px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 17px;
  border-bottom: 2px solid rgba(22, 28, 97, 0.2);
  text-align: center;
}

#top_staff .head::before {
  content: "";
  position: absolute;
  width: 210px;
  height: 2px;
  bottom: -2px;
  left: 0;
  background: #161C61;
}

#top_staff .head_title {
  text-align: left;
}

#top_staff .head_btns {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}

#top_staff .arrows {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#top_staff .arrow {
  width: 64px;
  height: 64px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 27px auto;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#top_staff .arrow--prev {
  background-image: url("./image/icon-arrow-left.svg");
}

#top_staff .arrow--next {
  background-image: url("./image/icon-arrow-right.svg");
}

#top_staff .border {
  width: 2px;
  height: 64px;
  margin: 0 19px;
  background: rgba(22, 28, 97, 0.2);
}

#top_staff .swiper-container {
  position: relative;
  margin-top: 35px;
}

#top_staff .swiper {
  padding-bottom: 10px;
}

#top_staff .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

#top_staff .swiper-slide {
  height: auto;
}

#top_staff .no_article {
  text-align: left;
}

/* 取引実績 */
#top_works {
  position: relative;
  padding: 100px 0;
  background: #fff;
  overflow: hidden;
}

#top_works::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("./image/top-works-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

#top_works .wrap {
  position: relative;
  z-index: 1;
}

#top_works .c_title_ja {
  margin-top: 2px;
}

#top_works .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 35px;
}

#top_works .btn {
  margin-top: 35px;
  text-align: center;
}

/* よくある質問 */
#top_faq {
  position: relative;
  background-image: url("./image/top-faq-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0 80px;
}

#top_faq .items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
  margin-top: 35px;
}

#top_faq .btn {
  margin-top: 35px;
  text-align: center;
}

/* お知らせ */
#top_news {
  position: relative;
  background-image: url("./image/top-news-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 78px 0 120px;
}

#top_news .body {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 80px;
}

/* 記事0件時 */
#top_news.is-empty .body {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#top_news .head {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 250px;
  flex: 0 0 250px;
  margin-top: 77px;
}

#top_news .btn {
  margin-top: 55px;
}

#top_news .items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 33px;
}

#top_news .item a {
  position: relative;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 72px;
  padding-top: 30px;
  border-top: 2px solid rgba(22, 28, 97, 0.15);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#top_news .item a::before {
  content: "";
  position: absolute;
  width: 95px;
  height: 2px;
  top: -2px;
  left: 0;
  background: #161C61;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}

#top_news .item_row {
  gap: 44px;
}

#top_news .item_date {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 94px;
  flex: 0 0 94px;
  position: relative;
  top: 1px;
  font-family: "TestManuka", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #161C61;
}

#top_news .item_texts {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#top_news .item_title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #06081E;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

#top_news .item_text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #6F7074;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 10px;
}

#top_news .item_btn {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  width: 30px;
  height: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #161C61;
  overflow: hidden;
  z-index: 11;
}

#top_news .item_arrow {
  position: relative;
  width: 12px;
  overflow: hidden;
  z-index: 2;
}

#top_news .item_arrow img {
  display: block;
  width: 20px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

/* ブログ */
#top_blog {
  position: relative;
  padding: 100px 0 0;
  z-index: 1;
}

#top_blog .body {
  position: relative;
}

#top_blog .body::before {
  content: "";
  position: absolute;
  width: 940px;
  height: 560px;
  position: absolute;
  top: calc(50% + 15px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #f0f0f0;
  z-index: -1;
}

/* 記事0件時 */
#top_blog.is-empty .body::before {
  height: 200px;
  top: calc(50% + 15px);
}

#top_blog .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 30px;
}

#top_blog .item {
  background: #fff;
  border: 5px solid #161C61;
  overflow: hidden;
}

#top_blog .item a {
  display: block;
}

#top_blog .item_image {
  overflow: hidden;
}

#top_blog .item_image img {
  width: 100%;
  height: auto;
  aspect-ratio: 360/240;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#top_blog .item_body {
  padding: 22px 15px 25px;
}

#top_blog .item_title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.05em;
  color: #06081E;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#top_blog .item_text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #6F7074;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  border-top: 1px solid rgba(22, 28, 97, 0.15);
  padding-top: 15px;
  margin-top: 8px;
}

#top_blog .btn {
  margin-top: 30px;
  text-align: center;
}

/* 採用情報 */
#top_recruit {
  position: relative;
  padding: 360px 0 100px;
  margin-top: -160px;
  overflow: hidden;
}

#top_recruit::before {
  content: "";
  position: absolute;
  width: 943px;
  height: 936px;
  top: 0;
  left: 0;
  background-image: url("./image/top-recruit-bg01.webp");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateY(var(--recruit-py1, 0px));
  transform: translateY(var(--recruit-py1, 0px));
}

#top_recruit::after {
  content: "";
  position: absolute;
  width: 641px;
  height: 636px;
  bottom: -300px;
  right: -270px;
  background-image: url("./image/top-recruit-bg02.webp");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateY(var(--recruit-py2, 0px));
  transform: translateY(var(--recruit-py2, 0px));
}

#top_recruit .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 40px;
}

#top_recruit .head {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 306px;
  flex: 0 0 306px;
}

#top_recruit .contents {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 656px;
}

#top_recruit .title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #06081E;
}

#top_recruit .title .accent {
  font-weight: 900;
  color: #161C61;
  text-decoration: underline;
  text-underline-offset: 8px;
}

#top_recruit .text {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #06081E;
  margin-top: 25px;
}

#top_recruit .btn {
  margin-top: 45px;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
下層ページ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */


/* PC固定ページ お問い合わせ */
.contact_form_disc {
  color: #6F7074;
  letter-spacing: .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: .08em;
  font-weight: 700;
  padding-inline: 0 0.5em;
  color: #06081E;
  position: relative;
}

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

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

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

.common_contact_form .form_box dl dt::after {
  content: "";
  content: "";
  width: 1px;
  height: 30px;
  background: #AAA;
  position: absolute;
  top: 50%;
  right: 0;
  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: .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: .08em;
  font-weight: 400;
}

.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: .08em;
  padding: 1.1em 1em;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}

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

.page_contact #btn_wrap button {
  background-color: #161C61;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  color: #fff;
  display: block;
  width: 310px;
  line-height: 60px;
  font-size: 18px;
  font-weight: 900;
  transition: .3s;
  text-align: center;
  letter-spacing: .08em;
  margin: auto;
}

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

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

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

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

.mw_wp_form_honey {
  display: none !important;
}

/* ラジオボタン デザイン */
.radio_btns,
.checkboxes {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em 1.5em;
  padding: .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: .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: #161C61;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  transition: all .3s;
}

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

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

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

.mwform-checkbox-field-text {
  color: #06081E;
  font-size: 15px;
  letter-spacing: .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 #161C61 #161C61;
  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;
  appearance: none;
  color: #fff;
  display: block;
  width: 300px;
  line-height: 50px;
  border-radius: 4px;
  font-size: 16px;
  transition: .3s;
  margin: 0 auto;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: .08em;
  text-align: center;
}

.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: #06081E;
  font-size: 14px;
  letter-spacing: .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: #161C61;
  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: .08em;
  border-radius: 30px;
  font-weight: 600;
}

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

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

/* フォームスタイル追加 */
.page_contact .form_row {
  align-items: center;
  gap: 10px;
}

.page_contact .form_row input[type="text"],
.page_contact .form_row input[type="number"] {
  width: 200px;
}

.page_contact .form_row select {
  width: 100%;
  padding: 0.85em 1em;
}

.page_contact .form_text {
  font-size: 14px;
}

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

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

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

/* 投稿者ボックス */
.p-authorBox .avatar {
  display: inline;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
PCフッター
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

/* フッター */
.site_footer {
  color: #fff;
  background: #161C61;
  padding: 100px 0 50px;
}

.site_footer .body {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 40px;
}

.site_footer .contents {
  flex: 0 0 273px;
}

.site_footer .logo {
  width: 100%;
  max-width: 200px;
}

.site_footer .logo a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.site_footer .logo img {
  display: block;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.site_footer .name {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-top: 26px;
}

.site_footer .address {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-top: 12px;
}

.site_footer .footer_sns {
  margin-top: 20px;
}

.site_footer .footer_sns .footer_sns_link {
  display: block;
  width: 30px;
  height: 30px;
}

.site_footer .footer_sns .footer_sns_link img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.site_footer .nav {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 760px;
  flex: 0 0 760px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 3px;
}

.site_footer .menus {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding-top: 24px;
}

.site_footer .menu {
  line-height: 1;
}

.site_footer .menu--border {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding-top: 25px;
  margin-top: 25px;
}

.site_footer .menu a {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.site_footer .menu_text {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.site_footer .menu_arrow {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.site_footer .menu_arrow {
  position: relative;
  width: 10px;
  overflow: hidden;
  z-index: 2;
}

.site_footer .menu_arrow img {
  display: block;
  width: 10px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.site_footer .sub_menus {
  margin-top: 25px;
}

.site_footer .sub_menus--small .sub_menu {
  line-height: 1;
}

.site_footer .sub_menu:not(:first-of-type) {
  margin-top: 18px;
}

.site_footer .sub_menu a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #fff;
  padding-left: 20px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.sub_menus--small .sub_menu a {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.site_footer .sub_menu a::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  left: 6px;
  background: #fff;
}

.site_footer .sub_menu .sub_link {
  display: block;
}

.site_footer .sub_menu .sub_link::before {
  display: none;
}

.site_footer .box {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 110px;
}

.site_footer .lists {
  gap: 30px;
}

.site_footer .list a {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.site_footer .copyright {
  display: block;
  font-family: "TestManuka", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.05em;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
hover 〜 style
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

/* パンくず */
.breadcrumb a:hover {
  opacity: 0.8;
}

/* 共通ボタン */
.c_btn a:hover {
  opacity: 0.6;
}

.c_btn02 a:hover::before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.c_btn02 a:hover .c_btn02_arrow img {
  -webkit-animation: arrow-slide 0.5s cubic-bezier(0.22, 0.6, 0.36, 1);
  animation: arrow-slide 0.5s cubic-bezier(0.22, 0.6, 0.36, 1);
}

/* 共通スタッフ */
.c_staff .item:hover .item_image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.c_staff .item a:hover .item_arrow img {
  -webkit-animation: arrow-slide 0.5s cubic-bezier(0.22, 0.6, 0.36, 1);
  animation: arrow-slide 0.5s cubic-bezier(0.22, 0.6, 0.36, 1);
}

/* 共通取引実績 */
.c_works .item a:hover .item_image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.c_works .item a:hover .item_title {
  color: #161C61;
}

/* ヘッダー */
.pc_header .logo a:hover {
  opacity: 0.7;
}

.pc_header .menu a:hover {
  opacity: 0.6;
}

/* 私たちについて */
#top_about .btn a:hover .btn_icon::before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

#top_about .btn a:hover .btn_arrow img {
  -webkit-animation: arrow-slide 0.5s cubic-bezier(0.22, 0.6, 0.36, 1);
  animation: arrow-slide 0.5s cubic-bezier(0.22, 0.6, 0.36, 1);
}

/* 事業内容 */
#top_business .item a:hover .item_image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#top_business .item a:hover .item_arrow::before {
  -webkit-animation: arrow-slide 0.5s cubic-bezier(0.22, 0.6, 0.36, 1);
  animation: arrow-slide 0.5s cubic-bezier(0.22, 0.6, 0.36, 1);
}

/* スタッフ紹介 */
#top_staff .arrow:hover {
  opacity: 0.6;
}

/* お知らせ */
#top_news .item a:hover::before {
  width: 100%;
}

#top_news .item a:hover .item_arrow img {
  -webkit-animation: arrow-slide 0.5s cubic-bezier(0.22, 0.6, 0.36, 1);
  animation: arrow-slide 0.5s cubic-bezier(0.22, 0.6, 0.36, 1);
}

/* ブログ */
#top_blog .item a:hover .item_image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#top_blog .item a:hover .item_title {
  color: #161C61;
}

/* PC固定ページ お問い合わせ */
.page_contact #btn_wrap button:hover {
  opacity: .8;
}

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

/* フッター */
.site_footer .logo a:hover {
  opacity: 0.7;
}

.site_footer .menu a:hover {
  opacity: 0.6;
}

.site_footer .menu a:hover .menu_arrow img {
  -webkit-animation: arrow-slide 0.5s cubic-bezier(0.22, 0.6, 0.36, 1);
  animation: arrow-slide 0.5s cubic-bezier(0.22, 0.6, 0.36, 1);
}

.site_footer .sub_menu a:hover {
  opacity: 0.6;
}

.site_footer .list a:hover {
  opacity: 0.6;
}

#top_fv .texts .title span.en_ttl {
  font-size: 68px;
  font-family: "TestManuka", sans-serif;
  font-weight: 700;
  display: block;
  line-height: 1;
  margin-bottom: 0.2em;
}

/* 会社沿革 */
.page-history #company_message {
  padding: 0 0 60px;
}

.page-history #company_message .media {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  margin: 50px 0 30px;
}

.page-history #company_message .image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 400px;
  flex: 0 0 430px;
}

.page-history #company_message .image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 400/380;
}

.page-history #company_message .contents {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.page-history #company_message .title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #06081E;
}

.page-history #company_message .catch {
  font-size: 15px;
  font-weight: 500;
  line-height: 2.2;
  letter-spacing: 0.05em;
  margin-top: 32px;
}

.page-history #company_message .text {
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.03em;
  margin-top: 32px;
}

.page-history #company_message .body {
  margin-top: 48px;
}

.page-history #company_message .body_text {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
}

.page-history #company_message .body_text+.body_text {
  margin-top: 24px;
}

.page-history #company_message .points {
  margin: 40px 0;
}

.page-history #company_message .point {
  padding: 32px 40px;
  background: #F4F5FA;
  border-left: 4px solid #161C61;
}

.page-history #company_message .point+.point {
  margin-top: 24px;
}

.page-history #company_message .point_title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #06081E;
}

.page-history #company_message .point_text {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-top: 12px;
}

.page-history #company_message .sign {
  margin-top: 48px;
  text-align: right;
}

.page-history #company_message .sign_company {
  font-size: 16px;
  letter-spacing: 0.05em;
}

.page-history #company_message .sign_name {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #06081E;
  margin-top: 8px;
}

.page-history #history_timeline {
  padding: 60px 0 150px;
  background: #F4F5FA;
}

.page-history #history_timeline .head {
  text-align: center;
}

.page-history .timeline {
  position: relative;
  margin-top: 60px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-history .timeline::before {
  /* display: none; */
  content: '';
  position: absolute;
  left: 150px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #161C61;
}

.page-history .timeline_item {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  position: relative;
  padding-bottom: 48px;
}

.page-history .timeline_item:last-child {
  padding-bottom: 0;
}

.page-history .timeline_item::before {
  display: none;
  content: '';
  position: absolute;
  left: 112px;
  top: 8px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #161C61;
  border: 3px solid #fff;
  box-shadow: 0 0 0 2px #161C61;
}

.page-history .timeline_date {
  flex: 0 0 120px;
  text-align: right;
  padding-top: 2px;
}

.page-history .timeline_date .year {
  display: block;
  font-size: 22px;
  font-weight: 700;
  color: #161C61;
  letter-spacing: 0.05em;
  line-height: 1;
}

.page-history .timeline_date .month {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: #161C61;
  letter-spacing: 0.05em;
  margin-top: 4px;
}

.page-history .timeline_content {
  flex: 1;
  background: #fff;
  border-radius: 6px;
  padding: 16px 24px;
  box-shadow: 0 2px 8px rgba(22, 28, 97, 0.08);
  margin-left: 20px;
}

.page-history .timeline_text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.03em;
  color: #06081E;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
750px 〜 style
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
@media (max-width: 750px) {

  /* ----------------------- SP固定ページ 共通設定 ------------------------- */
  body {
    min-width: 100%;
    font-size: 3.59vw;
    line-height: 1.5;
  }

  .wrap.mid,
  .wrap.lr,
  .wrap {
    width: 89.74%;
  }

  /* PDFリンク */
  a[href $='.pdf']::before {
    width: 7vw;
    height: 8vw;
    margin-right: 2.5vw;
  }

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

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

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

  .common_page_wrap {
    padding: 0 0 15.38vw;
  }

  .reserve_text {
    font-size: 6vw;
  }

  /* SWELL共通設定 */
  .l-content {
    margin: 0 auto 15.38vw;
  }

  .post_single {
    padding-top: 10.26vw;
    margin-top: 65px;
  }

  .error404 .l-mainContent {
    padding: 0 0 150px;
  }

  .error404 .l-mainContent {
    padding: 0 0 15.38vw;
  }

  .error404 .l-mainContent__inner {
    width: 89.74%;
    margin-inline: auto;
  }

  /* ----------------------- サイト共通パーツ ------------------------- */

  /* wp-pagenavi base */
  .wp-pagenavi {
    margin-top: 10.26vw;
  }

  /* パンくず */
  .breadcrumb {
    font-size: 3.08vw;
    margin-top: 3.85vw;
  }

  .breadcrumb .box {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .breadcrumb .box>div {
    gap: 3.1vw;
  }

  .breadcrumb a:hover {
    opacity: 1;
  }

  /* 共通ボタン */
  .c_btn a {
    gap: 3.85vw;
    min-width: 76.92vw;
    font-size: 4.1vw;
    padding: 3.08vw 7.69vw;
  }

  .c_btn a:hover {
    opacity: 1;
  }

  .c_btn .c_btn_icon {
    width: 7.69vw;
  }

  .c_btn .c_btn_icon img {
    width: 6.67vw;
    margin-inline: auto;
  }

  .c_btn--assessment a {
    gap: 3.85vw;
  }

  .c_btn--assessment .c_btn_icon img {
    height: 7.69vw;
  }

  .c_btn--line .c_btn_icon img {
    width: 7.69vw;
  }

  .c_btn02 a {
    min-width: 64.1vw;
    gap: 2.56vw;
    padding: 4.36vw 3.85vw 4.36vw 7.69vw;
  }

  .c_btn02 a::before {
    display: none;
  }

  .c_btn02 .c_btn02_text {
    font-size: 4.1vw;
  }

  .c_btn02 .c_btn02_icon {
    width: 7.69vw;
    height: 7.69vw;
  }

  .c_btn02 .c_btn02_arrow {
    width: 3.08vw;
  }

  .c_btn02 .c_btn02_icon img {
    width: 3.08vw;
    height: 3.08vw;
  }

  .c_btn02 a:hover .c_btn02_arrow img {
    -webkit-animation: none;
    animation: none;
  }

  /* 共通タイトル */
  .c_title .c_title_en {
    font-size: 14.36vw;
  }

  .c_title .c_title_ja {
    font-size: 4.1vw;
    margin-top: 1.03vw;
  }

  /* 共通見出し */
  .c_head {
    line-height: 1;
  }

  .c_head_title {
    font-size: 4.1vw;
    line-height: 1;
    padding-left: 6.15vw;
  }

  .c_head_title::before {
    width: 2.56vw;
    height: 2.56vw;
    top: calc(50% + 0vw);
    left: 1.79vw;
  }

  .c_head--mt {
    margin-top: 1.28vw;
  }

  /* 共通FAQ */
  .c_faq .item {
    border-top: 2.56vw solid #161C61;
    padding: 3.85vw 6.41vw 6.41vw;
  }

  .c_faq .item_row {
    gap: 2.31vw;
    padding-bottom: 2.56vw;
  }

  .c_faq .item_en {
    font-size: 4.62vw;
  }

  .c_faq .item_title {
    font-size: 4.62vw;
    line-height: 1.3;
  }

  .c_faq .item_text {
    font-size: 3.59vw;
    padding: 0;
    margin-top: 3.85vw;
  }

  /* 共通スタッフ */
  .c_staff .item a {
    padding: 80.77vw 3.85vw 3.85vw;
  }

  .c_staff .item a::before {
    top: 2.05vw;
    left: 2.05vw;
  }

  .c_staff .item:hover .item_image img {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  .c_staff .item_row {
    gap: 2.56vw;
  }

  .c_staff .item_ja {
    font-size: 5.38vw;
  }

  .c_staff .item_en {
    font-size: 3.59vw;
    margin-top: 1.03vw;
  }

  .c_staff .item_btn {
    width: 7.69vw;
    height: 7.69vw;
  }

  .c_staff .item_arrow {
    width: 3.33vw;
  }

  .c_staff .item_arrow img {
    width: 3.33vw;
  }

  .c_staff .item a:hover .item_arrow img {
    -webkit-animation: none;
    animation: none;
  }

  /* 共通取引実績 */
  .c_works .item {
    border: 1.28vw solid #161C61;
  }

  .c_works .item_image img {
    aspect-ratio: 350/200;
  }

  .c_works .item a:hover .item_image img {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  .c_works .item_body {
    padding: 3.85vw 2.56vw 4.1vw;
  }

  .c_works .item_title {
    font-size: 4.1vw;
  }

  .c_works .item a:hover .item_title {
    color: #06081E;
  }

  .c_works .item_address {
    gap: 1.28vw;
    padding-top: 3.85vw;
    margin-top: 3.59vw;
  }

  .c_works .item_icon img {
    width: 5.13vw;
    height: 5.13vw;
  }

  .c_works .item_text {
    font-size: 3.59vw;
  }

  /* ----------------------- サイト共通セクション ------------------------- */

  /* 下層FV */
  .common_fv {
    padding: 13.85vw 0 13.85vw;
    margin-top: 65px;
  }

  .common_fv .wrap {
    width: 94.87%;
  }

  .common_fv::before {
    width: 100vw;
    height: 76.92vw;
    top: -14.36vw;
    right: -6.15vw;
    background-image: url("./image/common-fv-bg-sp.webp");
    -webkit-transform: scale(1.07);
    transform: scale(1.07);
  }

  .common_fv .body {
    padding-bottom: 0;
    border-bottom: none;
  }

  .common_fv .body::before {
    display: none;
  }

  .common_fv .title {
    position: relative;
    padding-bottom: 14.1vw;
    border-bottom: 2px solid rgba(22, 28, 97, 0.2);
  }

  .common_fv .title::before {
    content: "";
    position: absolute;
    width: 61.54vw;
    height: 2px;
    bottom: -2px;
    left: 0;
    background: #161C61;
  }

  .common_fv .en {
    font-size: 10.26vw;
  }

  .common_fv .ja {
    font-size: 4.1vw;
    padding-left: 6.15vw;
    margin-top: 2.56vw;
  }

  .common_fv .ja::before {
    width: 2.56vw;
    height: 2.56vw;
    top: calc(50% + 1px);
    top: calc(50% + 0.26vw);
    left: 1.79vw;
  }

  /* CTA */
  .common_cta {
    padding: 15.9vw 0;
  }

  .common_cta .bg {
    height: 115%;
    top: -7.5%;
    background-image: url("./image/common-cta-bg-sp.webp");
  }

  .common_cta .title {
    font-size: 6.41vw;
    line-height: 1.5;
  }

  .common_cta .title .accent {
    text-underline-offset: 4px;
    text-decoration-thickness: 2px;
  }

  .common_cta .text {
    font-size: 3.59vw;
    margin-top: 4.1vw;
    text-align: left;
  }

  .common_cta .row {
    display: block;
    margin-top: 9.74vw;
  }

  .common_cta .tel {
    margin-top: 0;
  }

  .common_cta .tel_row {
    gap: 3.08vw;
    pointer-events: auto;
  }

  .common_cta .tel_icon {
    position: relative;
    top: -0.26vw;
  }

  .common_cta .tel_icon img {
    width: 6.15vw;
    height: 6.15vw;
  }

  .common_cta .tel_number {
    font-size: 9.23vw;
  }

  .common_cta .tel_text {
    font-size: 3.33vw;
    margin-top: 0.51vw;
  }

  .common_cta .btns {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 2.56vw;
    margin-top: 3.33vw;
  }

  .common_cta .c_btn a {
    min-width: 76.92vw;
    min-height: 15.38vw;
    gap: 3.85vw;
    font-size: 4.1vw;
    padding: 3.85vw 7.69vw;
  }

  .common_cta .c_btn--line {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .common_cta .c_btn--assessment {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  /* ----------------------- SPヘッダー ------------------------- */

  /* SPヘッダー */
  .sp_hd {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    padding: 10px 0 9px;
    transition: background .6s ease;
    z-index: 1000;
  }

  .sp_hd.active {
    background: #161C61;
  }

  .sp_hd .body {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    /* justify-content: space-between; */
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 2.56vw;
    padding-right: calc(46px + 4.1vw);
    gap: 2vw;
  }

  .sp_hd .logo {
    /* max-width: 167px; */
    flex-grow: 1;
  }

  .sp_hd.is-change .logo img,
  .lower_layer .sp_hd:not(.active) .logo img {
    -webkit-filter: brightness(0);
    filter: brightness(0);
  }

  .sp_hd .tel a {
    width: 46px;
    height: 46px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
    background: #161C61;
    border: 1px solid #161C61;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }

  .sp_hd.active .tel a {
    border: 1px solid #fff;
  }

  .sp_hd .tel a img {
    display: block;
    width: 17px;
    height: 17px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .sp_hd .tel .tel_text {
    font-family: "TestManuka", sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #fff;
  }

  /* ----------------------- TOPページ ------------------------- */

  /* FV */
  #top_fv {
    height: 165.38vw;
    margin-top: 0;
  }

  #top_fv .title .u-animeMask {
    font-size: 6.96vw;
    margin-top: 2vw;
  }

  #top_fv .catch {
    font-size: 4.1vw;
    margin-top: 3.85vw;
  }

  #top_fv .texts {
    padding-bottom: 8.97vw;
  }

  /* 私たちについて */
  #top_about {
    padding: 16.41vw 0vw 24.87vw;
  }

  #top_about::before {
    width: 94.87vw;
    height: 91.03vw;
    top: auto;
    bottom: -5.64vw;
    right: 0;
    background-image: url(./image/about-bg-sp.webp);
  }

  #top_about .wrap {
    position: static;
  }

  #top_about .en {
    width: 99.49vw;
    height: 19.23vw;
    bottom: 11.28vw;
    right: 0;
  }

  #top_about .c_head_title {
    font-size: 3.59vw;
    line-height: 1;
  }

  #top_about .title {
    gap: 1.28vw;
    margin-top: 6.92vw;
  }

  #top_about .title .u-animeMask>span {
    font-size: 7.69vw;
    padding: 1.03vw 0 1.03vw 1.28vw;
  }

  #top_about .text {
    font-size: 3.85vw;
    margin-top: 8.21vw;
  }

  #top_about .btn {
    gap: 6.41vw;
    margin-top: 11.03vw;
  }

  #top_about .btn a {
    gap: 6.41vw;
  }

  #top_about .btn a:hover {
    opacity: 1;
  }

  #top_about .btn_text {
    font-size: 4.62vw;
  }

  #top_about .btn_icon {
    width: 12.82vw;
    height: 12.82vw;
  }

  #top_about .btn_icon::before {
    display: none;
  }

  #top_about .btn_arrow {
    width: 5.13vw;
  }

  #top_about .btn_icon img {
    width: 5.13vw;
  }

  #top_about .btn a:hover .btn_arrow img {
    -webkit-animation: none;
    animation: none;
  }

  /* 事業内容 */
  #top_business {
    padding: 15.9vw 0 15.38vw;
  }

  #top_business .body {
    display: block;
  }

  #top_business .head {
    position: static;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    margin-left: 0;
  }

  #top_business .c_head_title {
    padding-top: 0;
    padding-left: 6.15vw;
    margin-top: 1.03vw;
  }

  #top_business .c_head_title::before {
    top: 0.77vw;
    left: 0.77vw;
  }

  #top_business .items {
    gap: 3.85vw;
    margin-top: 2.56vw;
  }

  #top_business .item a {
    display: block;
    min-height: auto;
    border-bottom: 2.56vw solid #161C61;
    padding-bottom: 4.36vw;
  }

  #top_business .item_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 5.13vw;
  }

  #top_business .item_image {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  #top_business .item_image img {
    aspect-ratio: 350/180;
  }

  #top_business .item a:hover .item_image img {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  #top_business .item_contents {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 5.13vw;
  }

  #top_business .item_en {
    min-width: 25.13vw;
    font-size: 3.59vw;
    padding: 0.38vw 1.28vw;
  }

  #top_business .item_title {
    font-size: 6.15vw;
    margin-top: 2.56vw;
  }

  #top_business .item_title .accent {
    text-underline-offset: 3px;
    text-decoration-thickness: 3px;
  }

  #top_business .item_text {
    font-size: 3.59vw;
    line-height: 1.7;
    margin-top: 6.41vw;
  }

  #top_business .item_btn {
    top: 0;
    font-size: 3.59vw;
    padding-right: 11.54vw;
    margin-top: 3.85vw;
  }

  #top_business .item_btn a {
    gap: 2.56vw;
  }

  #top_business .item_arrow {
    width: 8.97vw;
  }

  #top_business .item a:hover .item_arrow::before {
    -webkit-animation: none;
    animation: none;
  }

  /* 選ばれる理由 */
  #top_reason {
    padding: 15.9vw 0 19.23vw;
  }

  #top_reason::before {
    background-image: url("./image/top-reason-bg-sp.webp");
  }

  #top_reason .c_title--center {
    text-align: left;
  }

  #top_reason .c_title_ja {
    position: relative;
    display: inline-block;
    font-size: 4.62vw;
    letter-spacing: 0.1em;
    padding-left: 6.15vw;
    margin-top: 0;
  }

  #top_reason .c_title_ja::before {
    content: "";
    position: absolute;
    width: 2.56vw;
    height: 2.56vw;
    top: calc(50% - 0.26vw);
    left: 1.79vw;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    background: #161C61;
  }

  #top_reason .items {
    grid-template-columns: 1fr;
    gap: 3.85vw;
    margin-top: 3.85vw;
  }

  #top_reason .item {
    border: 0.77vw solid #161C61;
  }

  #top_reason .item_image img {
    aspect-ratio: 350/180;
  }

  #top_reason .item_contents {
    padding: 5.13vw 4.87vw 4.1vw;
  }

  #top_reason .item_en {
    font-size: 3.59vw;
  }

  #top_reason .item_title {
    font-size: 4.1vw;
    line-height: 1.7;
    margin-top: 1.28vw;
  }

  #top_reason .item_title .accent {
    line-height: 1.5;
    padding: 0.13vw 1.28vw;
  }

  #top_reason .item_text {
    font-size: 3.59vw;
    margin-top: 1.79vw;
  }

  /* スタッフ紹介 */
  #top_staff .wrap {
    width: 94.87%;
  }

  #top_staff .body {
    padding: 16.15vw 0 13.33vw 5.13vw;
    background-image: url("./image/top_staff_bg-sp.svg");
  }

  #top_staff .head {
    max-width: 100%;
    width: calc(100% - 5.13vw);
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 4.36vw;
  }

  #top_staff .head::before {
    width: 35.9vw;
  }

  #top_staff .head_title {
    text-align: left;
  }

  #top_staff .c_head_title {
    font-size: 4.62vw;
    letter-spacing: 0.1em;
  }

  #top_staff .c_head_title::before {
    top: calc(50% - 0.26vw);
  }

  #top_staff .head_btns {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
  }

  #top_staff .arrows {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #top_staff .arrow {
    width: 12.82vw;
    height: 12.82vw;
    background-size: 5.13vw auto;
  }

  #top_staff .border {
    height: 12.82vw;
    margin: 0 3.59vw;
  }

  #top_staff .arrow:hover {
    opacity: 1;
  }

  #top_staff .swiper-container {
    margin-top: 6.41vw;
  }

  #top_staff .swiper {
    padding-bottom: 2.05vw;
  }

  #top_staff .btn {
    padding-right: 5.13vw;
    margin-top: 6.41vw;
    text-align: center;
  }

  /* 取引実績 */
  #top_works {
    padding: 15.38vw 0;
  }

  #top_works::before {
    background-image: url("./image/top-works-bg-sp.svg");
  }

  #top_works .c_title_en {
    font-size: 12.31vw;
  }

  #top_works .c_title_ja {
    font-size: 4.62vw;
    margin-top: 1.28vw;
  }

  #top_works .items {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3.85vw;
    margin-top: 6.41vw;
  }

  #top_works .btn {
    margin-top: 6.41vw;
  }

  /* よくある質問 */
  #top_faq {
    padding: 15.9vw 0 7.69vw;
  }

  #top_faq .c_title_ja {
    letter-spacing: 0.1em;
  }

  #top_faq .items {
    gap: 3.85vw;
    margin-top: 6.41vw;
  }

  #top_faq .btn {
    margin-top: 6.41vw;
  }

  /* お知らせ */
  #top_news {
    padding: 10.77vw 0 15.38vw;
  }

  #top_news .body {
    display: block;
  }

  #top_news .head {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 0;
    text-align: center;
  }

  #top_news .c_head {
    margin-top: 1.79vw;
  }

  #top_news .c_head_title {
    padding-left: 0;
    letter-spacing: 0.1em;
  }

  #top_news .c_head_title::before {
    display: none;
  }

  #top_news .items {
    gap: 6.92vw;
    margin-top: 7.18vw;
  }

  #top_news .item a {
    display: block;
    padding-top: 4.1vw;
  }

  #top_news .item a::before {
    width: 24.36vw;
  }

  #top_news .item a:hover::before {
    width: 24.36vw;
  }

  #top_news .item_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3.85vw;
  }

  #top_news .item_date {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    top: 0;
    font-size: 3.59vw;
    line-height: 1.5;
  }

  #top_news .item_texts {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  #top_news .item_title {
    font-size: 4.1vw;
  }

  #top_news .item_text {
    font-size: 3.59vw;
    margin-top: 2.31vw;
  }

  #top_news .item_btn {
    position: absolute;
    top: 3.85vw;
    right: 0;
    width: 6.15vw;
    height: 6.15vw;
  }

  #top_news .item_arrow {
    width: 2.56vw;
  }

  #top_news .item_arrow img {
    width: 2.56vw;
  }

  #top_news .item a:hover .item_arrow img {
    -webkit-animation: none;
    animation: none;
  }

  #top_news .btn {
    margin-top: 7.69vw;
    text-align: center;
  }

  /* ブログ */
  #top_blog {
    padding: 15.9vw 0 15.38vw;
  }

  #top_blog .body::before {
    width: 94.87vw;
    height: 96%;
    top: 50%;
  }

  /* 記事0件時 */
  #top_blog.is-empty .body::before {
    height: 80%;
    top: calc(50% + 1vw);
  }

  #top_blog .c_title_ja {
    font-size: 3.59vw;
    letter-spacing: 0.1em;
    margin-top: 2.05vw;
  }

  #top_blog .items {
    grid-template-columns: 1fr;
    gap: 4.1vw;
    margin-top: 6.41vw;
  }

  #top_blog .item {
    border: 1.28vw solid #161C61;
  }

  #top_blog .item_image img {
    aspect-ratio: 350/180;
  }

  #top_blog .item a:hover .item_image img {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  #top_blog .item_body {
    padding: 5.13vw 2.82vw 6.41vw;
  }

  #top_blog .item_title {
    font-size: 4.1vw;
  }

  #top_blog .item_text {
    font-size: 3.59vw;
    padding-top: 3.59vw;
    margin-top: 3.59vw;
  }

  #top_blog .btn {
    margin-top: 6.41vw;
  }

  /* 採用情報 */
  #top_recruit {
    padding: 56.41vw 0 15.38vw;
    margin-top: -40.51vw;
  }

  #top_recruit::before {
    width: 100vw;
    height: 152.56vw;
    left: 0vw;
    background-image: url("./image/top-recruit-bg01-sp.webp");
  }

  #top_recruit::after {
    width: 47.18vw;
    height: 86.67vw;
    right: -1.28vw;
    bottom: -44.1vw;
    background-image: url("./image/top-recruit-bg02-sp.webp");
  }

  #top_recruit .c_head {
    margin-top: 2.05vw;
  }

  #top_recruit .c_head_title {
    letter-spacing: 0.1em;
  }

  #top_recruit .c_head_title::before {
    top: calc(50% + 0.26vw);
  }

  #top_recruit .row {
    display: block;
  }

  #top_recruit .head {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  #top_recruit .contents {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 100%;
  }

  #top_recruit .title {
    font-size: 6.67vw;
    margin-top: 8.21vw;
  }

  #top_recruit .title .accent {
    text-underline-offset: 5px;
  }

  #top_recruit .text {
    font-size: 4.1vw;
    margin-top: 6.41vw;
  }

  #top_recruit .btn {
    margin-top: 6.41vw;
  }

  /* ----------------------- 下層ページ ------------------------- */


  /* 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: .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 .radio_btns__item+span {
    font-size: 3.6vw;
  }

  .mwform-checkbox-field-text {
    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;
  }

  /* サンクスページ */
  .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固定ページ 個人情報保護方針 */
  .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 .form_row {
    gap: 2.56vw;
  }

  .page_contact .form_row input[type="text"],
  .page_contact .form_row input[type="number"] {
    width: 40vw;
  }

  .page_contact .form_row input[type="number"] {
    padding: 0.8em 1em;
  }

  .page_contact .form_row select {
    padding: 0.76em 1em;
  }

  .page_contact .form_text {
    font-size: 3.33vw;
  }

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

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

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

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

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

  body #sitemap_list {
    padding: 0;
  }

  /* ----------------------- フッター ------------------------- */
  .site_footer {
    padding: 15.38vw 0 20.51vw;
  }

  .site_footer .body {
    display: block;
  }

  .site_footer .contents {
    text-align: center;
  }

  .site_footer .logo {
    max-width: 46.15vw;
    margin-inline: auto;
  }

  .site_footer .logo a:hover {
    opacity: 1;
  }

  .site_footer .name {
    font-size: 4.1vw;
    margin-top: 3.85vw;
  }

  .site_footer .address {
    font-size: 3.33vw;
    margin-top: 2.56vw;
  }

  .site_footer .footer_sns {
    margin-top: 4vw;
  }

  .site_footer .footer_sns .footer_sns_link {
    width: 7vw;
    height: 7vw;
    margin: 0 auto;
  }

  .site_footer .nav {
    grid-template-columns: 1fr;
    gap: 6.41vw;
    margin-top: 13.85vw;
  }

  .site_footer .menus {
    padding-top: 3.85vw;
  }

  .site_footer .menu--border {
    padding-top: 3.85vw;
    margin-top: 3.85vw;
  }

  .site_footer .menu_text {
    font-size: 3.59vw;
  }

  .site_footer .menu a:hover {
    opacity: 1;
  }

  .site_footer .menu_arrow {
    width: 2.56vw;
  }

  .site_footer .menu_arrow img {
    width: 2.56vw;
  }

  .site_footer .menu a:hover .menu_arrow img {
    -webkit-animation: none;
    animation: none;
  }

  .site_footer .sub_menus {
    margin-top: 3.85vw;
  }

  .site_footer .sub_menu:not(:first-of-type) {
    margin-top: 4.1vw;
  }

  .site_footer .sub_menu a {
    font-size: 3.33vw;
    padding-left: 6.41vw;
  }

  .sub_menus--small .sub_menu a {
    font-size: 3.33vw;
  }

  .site_footer .sub_menu a:hover {
    opacity: 1;
  }

  .site_footer .sub_menu a::before {
    width: 1.03vw;
    height: 1.03vw;
    left: 2.56vw;
  }

  .site_footer .box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 9.23vw;
  }

  .site_footer .lists {
    gap: 7.69vw;
  }

  .site_footer .list a {
    font-size: 3.08vw;
  }

  .site_footer .list a:hover {
    opacity: 1;
  }

  .site_footer .copyright {
    font-size: 3.08vw;
    margin-top: 2.56vw;
  }

  /* フッター追従 */
  .fix_cta {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 100;
  }

  .fix_cta .fix_cta_btns {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .fix_cta .fix_cta_btn a {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    min-width: 33.33vw;
    min-height: 12.82vw;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 2.31vw;
    font-size: 3.08vw;
    padding: 3.85vw 2.56vw;
  }

  .fix_cta .c_btn .c_btn_icon {
    width: 5.13vw;
  }

  .fix_cta .c_btn .c_btn_icon img {
    width: 5.13vw;
  }

  .fix_cta .c_btn--contact .c_btn_text {
    font-size: 2.83vw;
  }

  .fix_cta .c_btn--line .c_btn_icon img {
    width: 5.13vw;
  }

  .fix_cta .c_btn--assessment .c_btn_icon img {
    width: 3.85vw;
    height: 5.13vw;
  }

  #top_fv .texts .title span.en_ttl {
    font-size: 7vw;
  }

  /* 会社沿革 */
  .page-history .c_title_en {
    font-size: 10.26vw;
  }

  .page-history #company_message {
    padding: 0 0 7.69vw;
  }

  .page-history #company_message .media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5.13vw;
    margin-top: 6.15vw;
  }

  .page-history #company_message .image {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .page-history #company_message .image img {
    aspect-ratio: 400/320;
  }

  .page-history #company_message .title {
    font-size: 4.95vw;
  }

  .page-history #company_message .text {
    font-size: 3.59vw;
    line-height: 1.7;
    margin-top: 4.1vw;
  }

  .page-history #company_message .catch {
    font-size: 3.59vw;
    margin-top: 3vw;
  }

  .page-history #company_message .body {
    margin-top: 7.69vw;
  }

  .page-history #company_message .body_text {
    font-size: 3.59vw;
    line-height: 1.9;
  }

  .page-history #company_message .body_text+.body_text {
    margin-top: 5.13vw;
  }

  .page-history #company_message .points {
    margin: 7.69vw 0;
  }

  .page-history #company_message .point {
    padding: 5.13vw 5.13vw;
    border-left-width: 1.03vw;
  }

  .page-history #company_message .point+.point {
    margin-top: 4.1vw;
  }

  .page-history #company_message .point_title {
    font-size: 4.06vw;
    line-height: 1.6;
  }

  .page-history #company_message .point_text {
    font-size: 3.49vw;
    line-height: 1.9;
    margin-top: 3.08vw;
  }

  .page-history #company_message .sign {
    margin-top: 7.69vw;
  }

  .page-history #company_message .sign_company {
    font-size: 3.59vw;
  }

  .page-history #company_message .sign_name {
    font-size: 4.62vw;
    margin-top: 2.05vw;
  }

  .page-history #history_timeline {
    padding: 7.69vw 0 15.38vw;
  }

  .page-history .timeline {
    margin-top: 7.69vw;
  }

  .page-history .timeline::before {
    left: 23vw;
  }

  .page-history .timeline_item {
    gap: 5.13vw;
    padding-bottom: 7.69vw;
  }

  .page-history .timeline_item::before {
    left: calc(18.46vw - 8px);
    width: 4.1vw;
    height: 4.1vw;
    top: 1.5vw;
  }

  .page-history .timeline_date {
    flex: 0 0 18.46vw;
  }

  .page-history .timeline_date .year {
    font-size: 4.62vw;
  }

  .page-history .timeline_date .month {
    font-size: 3.08vw;
  }

  .page-history .timeline_content {
    margin-left: 5.13vw;
    padding: 3.08vw 4.1vw;
  }

  .page-history .timeline_text {
    font-size: 3.59vw;
  }

}