@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;
}

html,
button,
input,
select,
textarea {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

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

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

.common_page_wrap {
  position: relative;
  padding: 15px 0 130px;
  z-index: 1;
}

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

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

.no_image img {
  background: #fff;
  -o-object-fit: contain !important;
  object-fit: contain !important;
  padding: 20px 30px 20px 20px;
}

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

.l-mainContent__inner {
  position: relative;
  z-index: 1;
}

.-fix.c-shareBtns {
  top: calc(50% + 190px);
}

.error404 .l-mainContent__inner {
  padding: 15px 0 130px;
}

.p-postList__excerpt {
  font-family: "Noto Serif JP", sans-serif;
  color: #808080;
}

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

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

/* パンくず */
.breadcrumb {
  position: relative;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #000;
  padding: 15px 0;
  z-index: 1;
}

.breadcrumb .box {
  gap: 5px;
}

.breadcrumb a {
  color: #000;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media (min-width: 751px) {
  .breadcrumb .wrap.mid {
    width: 1200px;
  }
}

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

.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-block;
  color: #231815;
  background-color: #fff;
  border: solid 1px #231815;
  padding: 8px 15px;
  margin: 0 2px;
  border-radius: 3px;
  -webkit-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: #DF0522;
  border-color: #DF0522;
  font-weight: bold;
}

.wp-pagenavi span.current {
  border-color: #DF0522;
}

/* 共通ボタン */
.c_btn a {
  position: relative;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 300px;
  background: #DF0522;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.1em;
  color: #fff;
  padding: 18px 50px;
  padding: 16.5px 50px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.c_btn_text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  display: block;
  overflow: hidden;
  text-align: center;
}

.c_btn_text span {
  display: block;
}

.c_btn_text span+span {
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  width: 100%;
}

@-webkit-keyframes c_btn_roll {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(calc(-100% - 1px));
    transform: translateY(calc(-100% - 1px));
  }
}

@keyframes c_btn_roll {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(calc(-100% - 1px));
    transform: translateY(calc(-100% - 1px));
  }
}

.c_btn .c_btn_arrow {
  position: absolute;
  width: 16px;
  height: 14px;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c_btn .c_btn_arrow::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 2px;
  top: 50%;
  left: 0;
  background: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c_btn .c_btn_arrow::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.c_btn--white a {
  background: #fff;
  color: #231815;
}

.c_btn--white .c_btn_text {
  letter-spacing: 0.05em;
}

.c_btn--white .c_btn_arrow::before {
  background: #231815;
}

.c_btn--white .c_btn_arrow::after {
  border-top: 2px solid #231815;
  border-right: 2px solid #231815;
}

.c_btn--black a {
  background: #231815;
}

.c_btn--gray a {
  background: #808080;
}

/* c_fit */
.c_fit .items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.c_fit .item {
  padding: 30px;
}

.c_fit .item--fit {
  background: #fff;
  border: 2px solid #DF0522;
}

.c_fit .item_label {
  position: relative;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.09em;
  color: #DF0522;
  text-transform: uppercase;
  padding-left: 64px;
}

.c_fit .item_label::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 1px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #DF0522;
}

.c_fit .item_title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.33;
  letter-spacing: 0.1em;
  color: #231815;
  margin-top: 10px;
}

.c_fit .item_text {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.71;
  letter-spacing: 0.11em;
  color: #808080;
  margin-top: 20px;
}

.c_fit .lists {
  margin-top: 30px;
}

.c_fit .list {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 20px;
}

.c_fit .list+.list {
  margin-top: 16px;
}

.c_fit .list_number {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  top: 5px;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  color: #DF0522;
}

.c_fit .list_text {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.11em;
  color: #808080;
}

.c_fit .item--ng {
  background: #231815;
}

.c_fit .item--ng .item_title {
  color: #fff;
}

.c_fit .lists--point .list {
  position: relative;
  padding-left: 16px;
}

.c_fit .lists--point .list::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  top: 11px;
  left: 0;
  background: #808080;
  border-radius: 50%;
}

/* c_insights */
.c_insights .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 60px;
}

.c_insights .item {
  min-width: 0;
}

.c_insights .item a {
  display: block;
}

.c_insights .item_image {
  position: relative;
  overflow: hidden;
}

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

.c_insights .item_category {
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  background: #DF0522;
  padding: 5px 13px;
}

.c_insights .item_texts {
  margin-top: 20px;
}

.c_insights .item_title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.1em;
  color: #231815;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c_insights .item_text {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #808080;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 10px;
}

.c_insights .item_foot {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  border-top: 1px solid #bfbfbf;
  padding-top: 10px;
  margin-top: 19px;
}

.c_insights .item_date {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #808080;
}

.c_insights .item_name {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #808080;
}

/* c_scroll_swipe */
@-webkit-keyframes c_scroll_swipe {
  0% {
    -webkit-transform: translateX(10.26vw);
    transform: translateX(10.26vw);
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  50%,
  100% {
    -webkit-transform: translateX(-10.26vw);
    transform: translateX(-10.26vw);
    opacity: 0;
  }
}

@keyframes c_scroll_swipe {
  0% {
    -webkit-transform: translateX(10.26vw);
    transform: translateX(10.26vw);
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  50%,
  100% {
    -webkit-transform: translateX(-10.26vw);
    transform: translateX(-10.26vw);
    opacity: 0;
  }
}

/* c_members */
.c_members .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 30px;
  margin-top: 40px;
}

.c_members .item a {
  display: block;
}

.c_members .item_image {
  position: relative;
  overflow: hidden;
}

.c_members .item_image img {
  width: 100%;
  aspect-ratio: 400/420;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c_members .item_texts {
  padding: 0 10px;
  margin-top: 20px;
}

.c_members .item_role {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #DF0522;
}

.c_members .item_name {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.12em;
  color: #231815;
  margin-top: 12px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c_members .item_text {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.71;
  letter-spacing: 0.1em;
  color: #808080;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  border-left: 2px solid #DF0522;
  padding-left: 15px;
  margin-top: 20px;
}

.c_members .item_overlay {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.8);
  padding: 24px;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c_members .item_overlay_text {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.71;
  letter-spacing: 0.1em;
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
}

/* c_section_wrap */
.c_section_wrap {
  position: relative;
  z-index: 3;
  background: #F4F4F4;
  overflow: hidden;
  margin-top: calc(max(100vw, 1440px) * -145 / 1440);
  padding-top: calc(max(100vw, 1440px) * 145 / 1440);
  -webkit-mask-image: url("./image/about-band-dome.svg"), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  -webkit-mask-image: url("./image/about-band-dome.svg"), -webkit-linear-gradient(#fff, #fff);
  -webkit-mask-repeat: no-repeat, no-repeat;
  -webkit-mask-position: center top, left bottom;
  -webkit-mask-size: 100% calc(max(100vw, 1440px) * 145 / 1440), 100% calc(100% - max(100vw, 1440px) * 145 / 1440 + 2px);
  -webkit-mask-image: url("./image/about-band-dome.svg"), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  -webkit-mask-image: url("./image/about-band-dome.svg"), -webkit-linear-gradient(#fff, #fff);
  mask-image: url("./image/about-band-dome.svg"), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  mask-image: url("./image/about-band-dome.svg"), linear-gradient(#fff, #fff);
  mask-repeat: no-repeat, no-repeat;
  mask-position: center top, left bottom;
  mask-size: 100% calc(max(100vw, 1440px) * 145 / 1440), 100% calc(100% - max(100vw, 1440px) * 145 / 1440 + 2px);
}

.c_section_wrap::before {
  content: "";
  position: absolute;
  width: 1407px;
  height: 1459px;
  top: -190px;
  right: -640px;
  background-image: url("./image/main-vector01.svg");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}

.c_section_wrap::after {
  content: "";
  position: absolute;
  width: 2000px;
  height: 1043px;
  top: 225px;
  right: -270px;
  background-image: url("./image/main-vector02.svg");
  background-size: contain;
  background-repeat: no-repeat;
  mix-blend-mode: multiply;
  z-index: 0;
}

.c_section_wrap>section {
  position: relative;
  z-index: 1;
}

/* c_tabs */
.c_tabs {
  gap: 10px;
}

.c_tabs .tab a {
  display: inline-block;
  background: #fff;
  padding: 12px 24px;
  border: 1px solid #bfbfbf;
}

.c_tabs .tab.is-active a {
  background: #DF0522;
  border-color: #DF0522;
  border: 1px solid #DF0522;
}

.c_tabs .tab a {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #231815;
}

.c_tabs .tab.is-active a {
  color: #fff;
}

/* c_title */
.c_title .c_title_row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.c_title .c_title_row--center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c_title .c_title_line {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 20px;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, from(#DF0522), to(rgba(223, 5, 34, 0)));
  background: -webkit-linear-gradient(right, #DF0522, rgba(223, 5, 34, 0));
  background: linear-gradient(to left, #DF0522, rgba(223, 5, 34, 0));
}

.c_title .c_title_line--right {
  background: -webkit-gradient(linear, left top, right top, from(#DF0522), to(rgba(223, 5, 34, 0)));
  background: -webkit-linear-gradient(left, #DF0522, rgba(223, 5, 34, 0));
  background: linear-gradient(to right, #DF0522, rgba(223, 5, 34, 0));
}

.c_title .c_title_en {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #DF0522;
  text-transform: uppercase;
}

.c_title .c_title_ja {
  font-size: 45px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.1em;
  color: #231815;
  margin-top: 15px;
}

.c_title .c_title_ja--small {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.1em;
}

.c_title .c_title_ja .accent {
  color: #DF0522;
}

.c_title .c_title_lead {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.1em;
  color: #808080;
  margin-top: 35px;
}

.c_title .c_title_head {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 18px;
  margin-top: 15px;
}

.c_title .c_title_head .accent {
  color: #DF0522;
}

.c_title .c_title_border {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100px;
  height: 1px;
  background: #231815;
}

.c_title .c_title_group {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 18px;
}

.c_title .c_title_head .c_title_ja {
  margin-top: 0;
}

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

/* 共通CTA */
.common_cta {
  position: relative;
  -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: 35px;
  background: #231815;
  padding: 120px 0;
  overflow: hidden;
}

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

.common_cta .wrap {
  position: relative;
  z-index: 3;
}

.common_cta .catch {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
}

.common_cta .catch .accent {
  color: #DF0522;
}

.common_cta .lead {
  -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: 20px;
}

.common_cta .lead--small {
  padding-left: 20px;
  margin-top: 20px;
}

.common_cta .lead_border {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 60px;
  height: 1px;
  background: #fff;
}

.common_cta .lead_text {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.1em;
  color: #fff;
}

.common_cta .lead--small .lead_text {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.06em;
}

.common_cta .btns {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}

.common_cta .btns .btn {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

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

.common_cta .btn a {
  min-width: 320px;
}

/* 共通FV */
.common_fv {
  position: relative;
  padding: 229px 0 0;
  overflow: hidden;
}

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

.common_fv .band {
  position: relative;
  width: 100%;
  aspect-ratio: 1440/145;
  margin-top: 180px;
  z-index: 4;
}

.common_fv .band .fx_canvas {
  inset: 0;
  width: 100%;
  height: 100% !important;
  max-height: 100%;
  -webkit-mask: url("./image/about-band-dome-inv.svg") top left/100% 100% no-repeat;
  mask: url("./image/about-band-dome-inv.svg") top left/100% 100% no-repeat;
}

.common_fv>.fx_canvas {
  -webkit-mask: -webkit-linear-gradient(top, #000 calc(100% - max(100vw, 1440px) * 145 / 1440), transparent calc(100% - max(100vw, 1440px) * 145 / 1440));
  mask: linear-gradient(to bottom, #000 calc(100% - max(100vw, 1440px) * 145 / 1440), transparent calc(100% - max(100vw, 1440px) * 145 / 1440));
}

.fx_canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 3;
}

.common_fv .body {
  position: relative;
  z-index: 4;
}

.common_fv .texts {
  text-align: center;
}

.common_fv .title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.1em;
  color: #fff;
}

.common_fv .title .accent {
  position: relative;
  display: inline-block;
  color: #DF0522;
}

.common_fv .lead {
  margin-top: 15px;
}

.common_fv .lead_text {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.1em;
  color: #fff;
}

.common_fv .lead_text .border {
  position: relative;
  top: -3px;
  display: inline-block;
  width: 60px;
  height: 1px;
  background: #fff;
  margin-right: 10px;
  vertical-align: middle;
}

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

.pc_header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}

.pc_header .body {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 50px;
  padding: 17px 0;
}

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

.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%;
}

.pc_header .contents {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -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;
}

.pc_header .menus {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
}

.pc_header .menu a {
  position: relative;
  display: block;
  overflow: hidden;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.03em;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.pc_header .menu a>span {
  display: block;
}

.pc_header .menu a>span+span {
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  width: 100%;
}

.pc_header .btn a {
  position: relative;
  min-width: 180px;
  gap: 19px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.1em;
  color: #fff;
  background: #DF0522;
  padding: 11px 35px 11px 20px;
}

.pc_header .btn .c_btn_text {
  text-align: left;
}

.pc_header .btn .c_btn_arrow {
  width: 12px;
  height: 12px;
  right: 18px;
}

.pc_header .btn .c_btn_arrow::before {
  width: 12px;
  left: auto;
  right: 0;
}

.pc_header .btn .c_btn_arrow::after {
  width: 7px;
  height: 7px;
}

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

/* top_section_wrap */
.top_section_wrap {
  position: relative;
  overflow: hidden;
  margin-top: calc(max(100vw, 1440px) * -145 / 1440);
}

.top_section_wrap::before {
  content: "";
  position: absolute;
  width: 1407px;
  height: 1459px;
  top: 380px;
  right: -640px;
  background-image: url("./image/main-vector01.svg");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
}

.top_section_wrap::after {
  content: "";
  position: absolute;
  width: 2000px;
  height: 1043px;
  bottom: 76px;
  right: -270px;
  background-image: url("./image/main-vector02.svg");
  background-size: contain;
  background-repeat: no-repeat;
  mix-blend-mode: multiply;
  z-index: 1;
}

/* #top_fv */
#top_fv {
  position: relative;
  padding: 196px 0 calc(127px + max(100vw, 1440px) * 145 / 1440);
  overflow: hidden;
}

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

#top_fv>.fx_canvas {
  -webkit-mask: -webkit-linear-gradient(top, #000 calc(100% - max(100vw, 1440px) * 145 / 1440), transparent calc(100% - max(100vw, 1440px) * 145 / 1440));
  mask: linear-gradient(to bottom, #000 calc(100% - max(100vw, 1440px) * 145 / 1440), transparent calc(100% - max(100vw, 1440px) * 145 / 1440));
}

.fx_canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 3;
}

#top_fv .body {
  position: relative;
  z-index: 4;
}

#top_fv .texts {
  text-align: center;
}

#top_fv .title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.1em;
  color: #fff;
}

#top_fv .title .accent {
  position: relative;
  display: inline-block;
  color: #DF0522;
}

#top_fv .lead {
  margin-top: 25px;
}

#top_fv .lead_text {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.1em;
  color: #fff;
}

#top_fv .lead_text .border {
  position: relative;
  top: -3px;
  display: inline-block;
  width: 60px;
  height: 1px;
  background: #fff;
  margin-right: 10px;
  vertical-align: middle;
}

#top_fv .btns {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
  margin-top: 55px;
}

#top_fv .c_btn a {
  padding: 18px 80px 18px 65px;
}

#top_fv .c_btn_arrow {
  right: 60px;
}

/* #top_about */
#top_about {
  position: relative;
  padding: 160px 0 80px;
}

#top_about::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #F4F4F4;
  -webkit-mask-image: url("./image/about-band-dome.svg"), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  -webkit-mask-image: url("./image/about-band-dome.svg"), -webkit-linear-gradient(#fff, #fff);
  -webkit-mask-repeat: no-repeat, no-repeat;
  -webkit-mask-position: center top, left bottom;
  -webkit-mask-size: 100% calc(max(100vw, 1440px) * 145 / 1440), 100% calc(100% - max(100vw, 1440px) * 145 / 1440 + 2px);
  -webkit-mask-image: url("./image/about-band-dome.svg"), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  -webkit-mask-image: url("./image/about-band-dome.svg"), -webkit-linear-gradient(#fff, #fff);
  mask-image: url("./image/about-band-dome.svg"), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  mask-image: url("./image/about-band-dome.svg"), linear-gradient(#fff, #fff);
  mask-repeat: no-repeat, no-repeat;
  mask-position: center top, left bottom;
  mask-size: 100% calc(max(100vw, 1440px) * 145 / 1440), 100% calc(100% - max(100vw, 1440px) * 145 / 1440 + 2px);
}

#top_about .band {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1440/145;
  overflow: hidden;
  z-index: 0;
}

#top_about .band .fx_canvas {
  inset: 0;
  width: 100%;
  height: 100% !important;
  max-height: 100%;
  -webkit-mask: url("./image/about-band-dome-inv.svg") top left/100% 100% no-repeat;
  mask: url("./image/about-band-dome-inv.svg") top left/100% 100% no-repeat;
}

#top_about .fx_canvas {
  z-index: 2;
}

#top_about .wrap {
  position: relative;
  z-index: 2;
}

#top_about .c_title_ja {
  line-height: 1.5;
}

#top_about .c_title_ja.c_flare {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

#top_about .c_flare .flare_body {
  position: relative;
}

#top_about .c_flare.is-flare .ch {
  opacity: 0.08;
  -webkit-transition: opacity 0.12s ease, color 0.3s ease;
  transition: opacity 0.12s ease, color 0.3s ease;
}

#top_about .c_flare.is-flare .ch.lit {
  opacity: 1;
}

#top_about .c_flare .ch.acc {
  color: #DF0522;
}

#top_about .c_flare .ch.red {
  color: #DF0522;
}

#top_about .texts {
  margin-top: 60px;
}

#top_about .text {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #808080;
}

#top_about .text:not(:first-child) {
  margin-top: 25px;
}

#top_about .text_group {
  margin-top: 25px;
}

#top_about .lists {
  padding-left: 5px;
  margin-top: 5px;
}

#top_about .list {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #808080;
}

#top_about .list_border {
  position: relative;
  top: -2px;
  display: inline-block;
  width: 35px;
  height: 1px;
  background: #808080;
  margin-right: 10px;
  vertical-align: middle;
}

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

#top_about .item {
  position: relative;
  -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;
  background: #fff;
  padding: 48px 50.5px;
  border: 2px solid #DF0522;
}

#top_about .item::before,
#top_about .item::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  background: #DF0522;
}

#top_about .item::before {
  top: 8px;
  left: 8px;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}

#top_about .item::after {
  bottom: 8px;
  right: 8px;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

#top_about .item_image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 255/180;
  -o-object-fit: cover;
  object-fit: cover;
}

#top_about .item_number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  color: #231815;
  margin-top: 25px;
}

#top_about .item_number .big {
  font-family: "Inter", sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  color: #DF0522;
}

#top_about .item_number .unit,
#top_about .item_number .arrow {
  position: relative;
  top: 8px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 32px;
}

#top_about .item_text {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.1em;
  color: #808080;
  margin-top: 9px;
  text-align: center;
}

/* #top_visual */
#top_visual {
  position: relative;
  background: #F4F4F4;
  padding: 80px 0;
}

#top_visual .wrap {
  position: relative;
  z-index: 2;
}

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

#top_visual .item {
  background: #fff;
  padding: 15px 15px 25px;
}

#top_visual .item_category {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.1em;
  color: #fff;
  background: #DF0522;
  padding: 3px 0;
  text-align: center;
}

#top_visual .item_texts {
  margin-top: 25px;
  text-align: center;
}

#top_visual .item_title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.1em;
  color: #231815;
}

#top_visual .item_title .accent {
  color: #DF0522;
}

#top_visual .item_text {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #808080;
  margin-top: 10px;
}

/* #top_why */
#top_why {
  position: relative;
  padding: 0 0 120px;
}

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

#top_why::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 294px;
  background-image: url("./image/why-symbol.svg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 0;
}

#top_why .body {
  position: relative;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 60px;
  z-index: 1;
}

#top_why .sec_head {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: sticky;
  top: 0;
  padding: 145px 0;
}

#top_why .c_title_ja {
  line-height: 1.5;
}

#top_why .items {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 600px;
  flex: 0 0 600px;
  padding-top: 120px;
}

#top_why .item {
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 48px;
  background: #fff;
  padding: 35px 25px 33px 40px;
  border-bottom: 1px solid #808080;
}

#top_why .item:nth-of-type(3) {
  padding: 57px 25px 55px 40px;
}

#top_why .item:nth-of-type(5) {
  padding: 51px 25px 45px 40px;
}

#top_why .item::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 2px;
  bottom: -1px;
  left: 0;
  background: #DF0522;
}

#top_why .item_label {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 30px;
  font-family: "Inter", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.1em;
  color: #DF0522;
}

#top_why .item_texts {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
}

#top_why .item_title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.08em;
  color: #231815;
}

#top_why .item_title .small {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  line-height: 2.04;
  letter-spacing: 0.08em;
  padding: 0 4px;
}

#top_why .item_title .marker {
  color: #fff;
  background: #DF0522;
  padding: 0 2px 0 5px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

#top_why .item_title .marker--small {
  padding: 0;
}

#top_why .item_desc {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #808080;
  padding-right: 9px;
}

/* #top_difference */
#top_difference {
  position: relative;
  background: #F4F4F4;
  padding: max(60px, 4.2vw) 0 max(80px, 5.6vw);
  overflow: hidden;
}

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

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

#top_difference .c_title_ja {
  text-align: center;
}

#top_difference .table {
  width: 100%;
  border-spacing: 0;
  margin-top: 58px;
}

#top_difference .th,
#top_difference .td {
  max-width: 420px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.05em;
  vertical-align: middle;
  background: #fff;
  border: 1px solid #bfbfbf;
  padding: 17.5px 29px;
}

#top_difference .th--label {
  min-width: 300px;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.1em;
  background: #F4F4F4;
  padding: 17.5px 25px;
}

#top_difference .th--label .small {
  display: block;
  font-size: 14px;
  letter-spacing: 0.1em;
  padding-left: 14px;
}

#top_difference .tr--head .th {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.1em;
  color: #231815;
  background: #F4F4F4;
  padding: 14px 35px;
  text-align: center;
}

#top_difference .tr--head .th--accent {
  color: #fff;
  background: #DF0522;
}

#top_difference .td_in {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 13px;
}

#top_difference .table_text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: "Noto Serif JP", sans-serif;
}

#top_difference .tr .td:nth-of-type(1) .table_text {
  color: #808080;
}

#top_difference .tr .td:nth-of-type(2) .table_text--accent {
  font-weight: 700;
  color: #DF0522;
}

#top_difference .icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

#top_difference .icon--cross {
  position: relative;
  width: 22px;
  height: 22px;
}

#top_difference .icon--cross::before,
#top_difference .icon--cross::after {
  content: "";
  position: absolute;
  width: 22px;
  height: 2px;
  top: 50%;
  left: 0;
  background: #808080;
}

#top_difference .icon--cross::before {
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

#top_difference .icon--cross::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

#top_difference .icon--circle {
  width: 19px;
  height: 19px;
  border-radius: 50%;
  border: 2px solid #DF0522;
}

#top_difference .tr--highlight .th--label {
  position: relative;
}

#top_difference .tr--highlight .th--label::after {
  content: "";
  position: absolute;
  top: -4px;
  bottom: -4px;
  left: -4px;
  width: 1148px;
  border: 5px solid #DF0522;
}

/* #top_choice */
#top_choice {
  position: relative;
  padding: 80px 0;
}

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

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

#top_choice .items {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-top: 60px;
}

#top_choice .item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 370px;
  flex: 0 0 370px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  background: #fff;
  padding: 25px 35px 25px 0;
}

#top_choice .item--center {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 400px;
  flex: 0 0 400px;
  border-left: 1px solid #bfbfbf;
  border-right: 1px solid #bfbfbf;
  padding: 25px 35px;
}

#top_choice .item--last {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 25px 0 25px 35px;
}

#top_choice .item_texts {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

#top_choice .item_title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.1em;
  color: #231815;
}

#top_choice .item_title--accent {
  color: #DF0522;
}

#top_choice .item_title--gray {
  color: #808080;
}

#top_choice .item_text {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #808080;
}

#top_choice .item_btn a {
  width: 100%;
  letter-spacing: 0.05em;
  padding: 16.5px 65px;
}

#top_choice .c_btn_arrow {
  right: 45px;
}

/* #top_insights */
#top_insights {
  position: relative;
  background: #F4F4F4;
  padding: max(80px, 5.6vw) 0;
}

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

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

#top_insights .items {
  margin-top: max(60px, 4.2vw);
}

/* #top_ballista */
#top_ballista {
  background: #F4F4F4;
  padding: 78px 0 100px;
}

#top_ballista .items {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  margin-top: 60px;
}

#top_ballista .item {
  background: #fff;
  padding: 14px 0;
}

#top_ballista .item_text {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.1em;
  color: #808080;
  text-align: center;
}

#top_ballista .note {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.1em;
  color: #808080;
  margin-top: 15px;
}

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

/* PC固定ページ 私たちについて */
#about_company {
  padding: 15px 0 60px;
}

#about_company .table_wrap {
  margin-top: 40px;
}

#about_company .table {
  width: 100%;
  border-collapse: collapse;
}

#about_company .th,
#about_company .td {
  background: #fff;
  border: 1px solid #bfbfbf;
}

#about_company .th {
  width: 25%;
  color: #fff;
  background: #000;
  padding: 15px 24px;
}

#about_company .td {
  width: 75%;
  font-family: "Noto Serif JP", sans-serif;
  color: #808080;
  font-weight: 500;
  padding: 15px 32px;
}

#about_executives {
  padding: 60px 0;
}

#about_executives .items {
  margin-top: 40px;
}

#about_executives .item+.item {
  margin-top: 40px;
}

#about_executives .item_body {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 60px;
  align-items: center;
}

#about_executives .item:nth-of-type(even) .item_body {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

#about_executives .item_image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 400px;
  flex: 0 0 400px;
}

#about_executives .item_image img {
  width: 100%;
  aspect-ratio: 400/300;
  -o-object-fit: cover;
  object-fit: cover;
}

#about_executives .item_name {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

#about_executives .item_row {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 50px;
}

#about_executives .dl_wrap {
  margin-top: 32px;
}

#about_executives .dl {
  gap: 10px;
}

#about_executives .dt {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
}

#about_executives .dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 15px;
  line-height: 1.8;
}

#about_executives .dd .lists {
}

#about_executives .dd .lists .list {
  font-size: 15px;
  line-height: 1.8;
}

#about_executives .item_links {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 16px;
  margin-top: 24px;
}

#about_executives .item_link img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
  object-fit: contain;
}

#about_executives .item_text {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.11em;
  color: #808080;
  border-left: 2px solid #DF0522;
  padding-left: 20px;
  margin-top: 32px;
}

#about_members {
  padding: 60px 0 100px;
}

#about_members .c_tabs {
  margin-top: 40px;
}

#about_group {
  padding: 80px 0 60px;
}

#about_group .c_title_ja {
  font-size: 38px;
}

#about_group .texts {
  margin-top: 40px;
}

#about_group .text {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #808080;
}

#about_group .text+.text {
  margin-top: 30px;
}

/* PC固定ページ メッセージ */
#message_contents {
  padding: 15px 0 60px;
}

#message_contents .block+.block {
  margin-top: 80px;
}

#message_contents .c_title_ja--small {
  letter-spacing: 0.05em;
}

/* PC固定ページ ミッション・ビジョン・バリュー */
#mvv_contents {
  padding: 15px 0 60px;
}

#mvv_contents .block+.block {
  margin-top: 80px;
}

#mvv_contents .c_title_ja--small {
  letter-spacing: 0.05em;
}

#mvv_contents .c_title_border {
  width: 80px;
}

#mvv_value {
  padding: 60px 0 130px;
}

#mvv_value .items {
  margin-top: 40px;
}

#mvv_value .item {
  position: relative;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 50px;
  background: #fff;
  padding: 24px 40px;
  border: 1px solid #BFBFBF;
}

#mvv_value .item_number {
  position: relative;
  font-family: "Inter", sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  color: #DF0522;
}

#mvv_value .item_title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.12em;
  color: #231815;
}

#mvv_value .item_text {
  font-family: "Noto Serif JP", sans-serif;
  color: #808080;
  margin-top: 10px;
}

#mvv_value .item+.item {
  margin-top: 20px;
}

/* PC固定ページ カルチャー */
#culture_action {
  padding: 15px 0 130px;
}

#culture_action .items {
  margin-top: 40px;
}

/* PC固定ページ 採用情報 */
#page_careers .breadcrumb .wrap {
  width: 1240px;
}

#careers_fit {
  padding: 15px 0 60px;
}

#careers_fit .tab_nav {
  display: none;
}

#careers_standard {
  padding: 15px 0 60px;
}

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

#careers_standard .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #fff;
  padding: 15px 15px 25px;
}

#careers_standard .item_number {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 0.8;
  letter-spacing: 0em;
  color: #fff;
  background: #DF0522;
  padding: 6px 10px;
  text-align: center;
}

#careers_standard .item_texts {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 25px;
  text-align: center;
}

#careers_standard .item_title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.42;
  letter-spacing: 0.12em;
  color: #231815;
}

#careers_standard .item_title .accent {
  color: #DF0522;
}

#careers_standard .item_text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #808080;
  margin-top: 10px;
}

#careers_standard .units {
  margin-top: 40px;
}

#careers_standard .unit {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -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: #fff;
  border-bottom: 3px solid #DF0522;
  padding: 30px;
}

#careers_standard .unit_head {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#careers_standard .unit_title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.42;
  letter-spacing: 0.12em;
}

#careers_standard .unit_text {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #808080;
  margin-top: 10px;
}

#careers_standard .unit_btn a {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  min-width: 150px;
  gap: 32px;
  padding: 10px 30px;
}

#careers_flow {
  padding: 60px 0;
}

#careers_flow .items {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  margin-top: 40px;
}

#careers_flow .item {
  position: relative;
  background: #fff;
  border-top: 4px solid #DF0522;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
  padding: 24px 16px;
}

#careers_flow .item::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  top: 50%;
  right: -13px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  border-right: 2px solid #808080;
  border-bottom: 2px solid #808080;
}

#careers_flow .item:last-of-type::before {
  display: none;
}

#careers_flow .item--accent {
  background: #DF0522;
}

#careers_flow .item_number {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.05em;
  color: #DF0522;
}

#careers_flow .item--accent .item_number {
  color: #fff;
}

#careers_flow .item_text {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.71;
  letter-spacing: 0em;
  color: #808080;
  margin-top: 12px;
}

#careers_flow .item--accent .item_text {
  font-weight: 700;
  color: #fff;
}

#careers_flow .text {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: #808080;
  margin-top: 32px;
}

#careers_questions {
  padding: 60px 0;
}

#careers_questions .items {
  margin-top: 40px;
}

#careers_questions .item {
  font-family: "Noto Serif JP", sans-serif;
  padding: 0 32px;
  border-left: 3px solid #DF0522;
}

#careers_questions .item+.item {
  margin-top: 45px;
}

#careers_questions .item_title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.1em;
}

/* PC固定ページ お問い合わせ */
#contact_contents {
  padding: 15px 0 130px;
}

#contact_contents .wrap {
  max-width: 900px;
}

#contact_contents .block {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  background: #fff;
  border: 1px solid #bfbfbf;
  padding: 35px 40px 40px;
}

#contact_contents .block--main {
  border: 2px solid #DF0522;
  margin-top: 40px;
}

#contact_contents .block_row {
  gap: 30px;
  margin-top: 30px;
}

#contact_contents .block_title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
}

#contact_contents .block--main .block_title {
  font-size: 28px;
  color: #DF0522;
}

#contact_contents .btns {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 30px;
}

#contact_contents .btn {
  text-align: center;
}

/* お問い合わせフォーム */
.contact_form_disc {
  color: #3E3E3E;
  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;
  position: relative;
}

.common_contact_form .form_box dl dt .label {
  flex-shrink: 0;
  color: #3E3E3E;
  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 {
  font-family: "Noto Serif JP", sans-serif;
  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: var(--main-color);
  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_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;
}

.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: #5A5A5A;
  -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: #3E3E3E;
  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 #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;
  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: #3E3E3E;
  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: #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: .08em;
  border-radius: 30px;
  font-weight: 600;
}

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

/* フォームスタイル追加 */
.page_contact .progressbar .item .mark::before {
  background: #DF0522;
}

.page_contact .progressbar .item {
  color: #231815;
}

.contact_form_disc {
  font-family: "Noto Serif JP", sans-serif;
  color: #808080;
}

.common_contact_form .form_box dl dt .label.hissu {
  background: #DF0522;
}

.radio_btns .radio_btns__item+span {
  color: #231815;
}

.radio_btns .radio_btns__item+span::after {
  background: #DF0522;
}

.mwform-checkbox-field-text {
  color: #231815;
}

.mwform-checkbox-field-text::after {
  border-color: transparent transparent #DF0522 #DF0522;
}

.common_contact_form select {
  background: #fff;
  border: 1px solid #E6E6E6;
}

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

.mw_wp_form .error {
  color: #DF0522;
}

.common_contact_form input[type="text"],
.common_contact_form input[type="email"],
.common_contact_form #zip,
.common_contact_form textarea {
  background: #fff;
}

/* PC固定ページ 導入事例 */
#case_article {
  position: relative;
  padding: 15px 0 130px;
  z-index: 1;
}

#case_article .lead {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.1em;
  color: #808080;
}

#case_article .c_tabs {
  margin-top: 40px;
}

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

#case_article .item a {
  display: block;
}

#case_article .item_image {
  position: relative;
  overflow: hidden;
}

#case_article .item_image img {
  display: block;
  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;
}

#case_article .item_category {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  background: #DF0522;
  padding: 5px 13px;
}

#case_article .item_texts {
  margin-top: 20px;
}

#case_article .item_title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.09em;
  color: #231815;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#case_article .item_data {
  margin-top: 20px;
}

#case_article .item_data .dl+.dl {
  margin-top: 12px;
}

#case_article .item_data .dl {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

#case_article .item_data .dt {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #fff;
  background: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  padding: 5px 10px;
}

#case_article .item_data .dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #808080;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

#case_article .item_text {
  font-family: "Noto Serif JP", sans-serif;
  color: #808080;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 16px;
}

#page_case_single .common_fv .title {
  text-align: left;
}

#case_single {
  padding: 15px 0 130px;
}

#case_single .wrap {
  width: 900px;
}

#case_single .image img {
  width: 100%;
  height: auto;
  aspect-ratio: 360/240;
  -o-object-fit: cover;
  object-fit: cover;
}

#case_single .dl_wrap {
  margin-top: 20px;
}

#case_single .dl {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 20px;
}

#case_single .dl+.dl {
  margin-top: 20px;
}

#case_single .dt {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  min-width: 130px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #fff;
  background: #000;
  padding: 8px 10px 10px;
  text-align: center;
}

#case_single .dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: "Noto Serif JP", sans-serif;
}

#case_single .block {
  margin-top: 100px;
}

#case_single .block+.block {
  margin-top: 60px;
}

#case_single .block_title {
  position: relative;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.13em;
  color: #231815;
  border-bottom: 1px solid #808080;
  padding-bottom: 5px;
}

#case_single .block_title::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 2px;
  bottom: 0;
  left: 0;
  background: #DF0522;
}

#case_single .block_title .accent {
  color: #DF0522;
}

#case_single .block_text {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.1em;
  color: #808080;
  margin-top: 20px;
}

/* PC固定ページ メンバー */
#members_article {
  padding: 15px 0 130px;
}

#members_article .tabs {
  margin-top: 0;
}

#members_single {
  padding: 15px 0 130px;
}

#members_single .wrap {
  width: 900px;
}

#members_single .image {
  max-width: 500px;
  margin-inline: auto;
}

#members_single .image img {
  width: 100%;
  aspect-ratio: 400/420;
  -o-object-fit: cover;
  object-fit: cover;
}

#members_single .row {
  max-width: 500px;
  margin-inline: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 20px;
  margin-top: 24px;
}

#members_single .role {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #DF0522;
}

#members_single .name {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #231815;
}

#members_single .block {
  margin-top: 100px;
}

#members_single .block+.block {
  margin-top: 60px;
}

#members_single .block_title {
  position: relative;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.13em;
  color: #231815;
  border-bottom: 1px solid #808080;
  padding-bottom: 5px;
}

#members_single .block_title::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 2px;
  bottom: 0;
  left: 0;
  background: #DF0522;
}

#members_single .block_title .accent {
  color: #DF0522;
}

#members_single .block_text {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.1em;
  color: #808080;
  margin-top: 20px;
}

/* PC固定ページ コラム */
#column_article {
  position: relative;
  padding: 15px 0 130px;
  z-index: 1;
}

/* 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;
}

#sitemap_list,
#sitemap_list li.home-item a {
  background: transparent !important;
}

#sitemap_list li a {
  background: #fff !important;
}

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

.site_footer {
  padding: 158px 0 60px;
}

.site_footer .body {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

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

.site_footer .logo img {
  display: block;
  width: 100%;
}

.site_footer .nav {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 85px;
}

.site_footer .nav_menus {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 54px;
}

.site_footer .nav_menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 28px;
}

.site_footer .menu_head {
  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-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 2px;
}

.site_footer .menu_en {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #DF0522;
  text-transform: uppercase;
}

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

.site_footer .menu_title a {
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #231815;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.site_footer .sub_menus {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 25px;
}

.site_footer .sub_menu a {
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 7px;
  padding-left: 18px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #231815;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.site_footer .sub_menu a::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 1px;
  top: 50%;
  left: 4px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #231815;
}

.site_footer .foot {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #bfbfbf;
  padding-top: 24px;
  margin-top: 104px;
}

.site_footer .copyright {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.03em;
}

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

.site_footer .sub_link a {
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #231815;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

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

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

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

.pc_header .menu a:hover>span {
  -webkit-animation: c_btn_roll 1s cubic-bezier(0.19, 1, 0.22, 1);
  animation: c_btn_roll 1s cubic-bezier(0.19, 1, 0.22, 1);
}

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

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

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

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

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

/* wp-pagenavi base */
.wp-pagenavi a:hover {
  opacity: 0.6;
}

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

.c_btn a:hover .c_btn_text span {
  -webkit-animation: c_btn_roll 1s cubic-bezier(0.19, 1, 0.22, 1);
  animation: c_btn_roll 1s cubic-bezier(0.19, 1, 0.22, 1);
}

/* c_insights */
.c_insights .item:hover .item_image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.c_insights .item:hover .item_title {
  color: #DF0522;
}

/* c_members */
.c_members .item_image:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.c_members .item a:hover .item_name {
  color: #DF0522;
}

.c_members .item a:hover .item_overlay {
  opacity: 1;
}

/* c_tabs */
.c_tabs .tab a:hover {
  color: #fff;
  background: rgba(223, 5, 34, 0.6);
}

/* PC固定ページ 私たちについて */
#about_executives .item_link a:hover {
  opacity: 0.6;
}

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

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

/* PC固定ページ 導入事例 */
#case_article .item a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#case_article .item a:hover .item_title {
  color: #DF0522;
}

/* #top_service（2026/07 事業構成変更で新規追加） */
#top_service {
  position: relative;
  padding: max(80px, 5.6vw) 0 0;
}

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

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

#top_service .service_list {
  display: flex;
  align-items: stretch;
  gap: 40px;
  margin-top: 60px;
}

#top_service .service_list .item {
  flex-grow: 1;
  flex-basis: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
  background: #fff;
  border: 1px solid #bfbfbf;
  border-bottom: 3px solid #DF0522;
  padding: 40px;
}

#top_service .service_list .item .item_body {}

#top_service .service_list .item .item_body .item_en {
  font-family: "Inter", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #DF0522;
}

#top_service .service_list .item .item_body .item_label {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.1em;
  color: #231815;
  margin-top: 10px;
}

#top_service .service_list .item .item_body .item_text {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #808080;
  margin-top: 20px;
}

#top_service .service_list .item .item_btn {}

#top_service .service_list .item .item_btn a {
  width: 100%;
  padding: 16.5px 65px;
  letter-spacing: 0.05em;
}

/* #top_group（2026/07 事業構成変更で新規追加） */
#top_group {
  position: relative;
  background: #F4F4F4;
  padding: max(80px, 5.6vw) 0;
  overflow: hidden;
}

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

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

#top_group .group_body {
  display: flex;
  align-items: stretch;
  gap: 30px;
  margin-top: 60px;
}

#top_group .group_body .group_table_wrap {
  flex-grow: 1;
}

#top_group .group_body .group_table_wrap .group_table {
  width: 100%;
  height: 100%;
  border-collapse: collapse;
}

#top_group .group_body .group_table_wrap .group_table .tr {}

#top_group .group_body .group_table_wrap .group_table .tr .th,
#top_group .group_body .group_table_wrap .group_table .tr .td {
  background: #fff;
  border: 1px solid #bfbfbf;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.05em;
  text-align: left;
  vertical-align: middle;
}

#top_group .group_body .group_table_wrap .group_table .tr .th {
  width: 220px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #fff;
  background: #000;
  padding: 15px 24px;
}

#top_group .group_body .group_table_wrap .group_table .tr .td {
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
  color: #808080;
  padding: 15px 32px;
}

#top_group .group_body .group_table_wrap .group_table .tr--accent .th {
  background: #DF0522;
}

#top_group .group_body .group_table_wrap .group_table .tr--accent .td {
  color: #231815;
}

#top_group .group_body .group_figure {
  flex-shrink: 0;
  width: 460px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#top_group .group_body .group_figure img {
  width: 100%;
}

#top_group .group_body .group_figure .group_figure_text {
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #808080;
  text-align: center;
}

#top_group .group_btn {
  max-width: 320px;
  margin: 60px auto 0;
}

#top_group .group_btn a {
  width: 100%;
  padding: 16.5px 65px;
  letter-spacing: 0.05em;
}

/* #top_insights 記事一覧ボタン（2026/07 事業構成変更で新規追加） */
#top_insights .insights_btn {
  position: relative;
  z-index: 1;
  max-width: 320px;
  margin: 60px auto 0;
}

#top_insights .insights_btn a {
  width: 100%;
  padding: 16.5px 65px;
  letter-spacing: 0.05em;
}

/* #about_group 表＋円環図構成（2026/07 事業構成変更で変更） */
#about_group .body .group_body {
  display: flex;
  align-items: stretch;
  gap: 60px;
  margin-top: 40px;
}

#about_group .body .group_body .group_table_wrap {
  flex-grow: 1;
}

#about_group .body .group_body .group_table_wrap .group_table {
  width: 100%;
  height: 100%;
  border-collapse: collapse;
}

#about_group .body .group_body .group_table_wrap .group_table .tr {}

#about_group .body .group_body .group_table_wrap .group_table .tr .th,
#about_group .body .group_body .group_table_wrap .group_table .tr .td {
  background: #fff;
  border: 1px solid #bfbfbf;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.05em;
  text-align: left;
  vertical-align: middle;
}

#about_group .body .group_body .group_table_wrap .group_table .tr .th {
  width: 220px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #fff;
  background: #000;
  padding: 15px 24px;
}

#about_group .body .group_body .group_table_wrap .group_table .tr .th .small {
  font-size: 13px;
  font-weight: 500;
}

#about_group .body .group_body .group_table_wrap .group_table .tr .td {
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
  color: #808080;
  padding: 15px 32px;
}

#about_group .body .group_body .group_table_wrap .group_table .tr--accent .th {
  background: #DF0522;
}

#about_group .body .group_body .group_table_wrap .group_table .tr--accent .td {
  color: #231815;
}

#about_group .body .group_body .group_figure {
  flex-shrink: 0;
  width: 460px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#about_group .body .group_body .group_figure img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

#about_group .body .group_body .group_figure .group_figure_text {
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #808080;
  text-align: center;
}

#about_group .body .group_note {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #808080;
  margin-top: 20px;
}

/* #about_history（2026/07 事業構成変更で新規追加） */
#about_history {
  padding: 60px 0 130px;
}

#about_history .body {}

#about_history .body .history_list {
  position: relative;
  margin-top: 50px;
}

#about_history .body .history_list::before {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 190px;
  width: 1px;
  background: #bfbfbf;
}

#about_history .body .history_list .item {
  position: relative;
  display: flex;
  align-items: baseline;
}

#about_history .body .history_list .item+.item {
  margin-top: 45px;
}

#about_history .body .history_list .item::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 186px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #DF0522;
}

#about_history .body .history_list .item .item_year {
  flex-shrink: 0;
  width: 160px;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #DF0522;
}

#about_history .body .history_list .item .item_year .item_year_small {
  font-size: 15px;
  margin-left: 4px;
}

#about_history .body .history_list .item .item_text {
  flex-grow: 1;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #231815;
  padding-left: 70px;
}

/* #about_statement アンカー（Messageページからの遷移先。見出しが上端に張り付かないよう余白を確保） */
#about_statement {
  scroll-margin-top: 40px;
}

/* #mvv_contents Statementのサブコピー（トップFVの表現を踏襲）2026/07 事業構成変更で新規追加 */
#mvv_contents .body .block .c_title .statement_lead {
  margin-top: 20px;
}

#mvv_contents .body .block .c_title .statement_lead .statement_lead_text {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: #231815;
}

#mvv_contents .body .block .c_title .statement_lead .statement_lead_text .accent {
  color: #DF0522;
}

#mvv_contents .body .block .c_title .statement_lead .statement_lead_text .statement_lead_border {
  position: relative;
  top: -3px;
  display: inline-block;
  width: 60px;
  height: 1px;
  background: #231815;
  margin-right: 10px;
  vertical-align: middle;
}

/* フッターSNSアイコン（2026/07 追加） */
.site_footer .sns_links {
  display: flex;
  align-items: center;
  gap: 20px;
}

.site_footer .sns_links .sns_link {
}

.site_footer .sns_links .sns_link a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}

.site_footer .sns_links .sns_link a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Service子ページ共通（Sales Excellence／People Excellence／Yoake Series）2026/07 事業構成変更で新規追加 */
/* 対象顧客 */
#sc_target {
  padding: 15px 0 60px;
}

#sc_target .target_list {
  display: flex;
  align-items: stretch;
  gap: 30px;
  margin-top: 40px;
}

#sc_target .target_list .item {
  flex-grow: 1;
  flex-basis: 0;
  background: #fff;
  border-top: 3px solid #DF0522;
  padding: 30px;
}

#sc_target .target_list .item .item_title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.1em;
  color: #231815;
}

#sc_target .target_list .item .item_text {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #808080;
  margin-top: 15px;
}

/* 提供価値（3段階） */
#sc_value {
  padding: 60px 0;
}

#sc_value .value_block {
  margin-top: 50px;
}

#sc_value .value_block .value_head {
  background: #231815;
  padding: 20px 30px;
}

#sc_value .value_block .value_head .value_head_title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #fff;
}

#sc_value .value_block .value_head .value_head_text {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #bfbfbf;
  margin-top: 5px;
}

#sc_value .value_block .step_list {
  display: flex;
  align-items: stretch;
  gap: 20px;
  margin-top: 20px;
}

#sc_value .value_block .step_list .item {
  position: relative;
  flex-grow: 1;
  flex-basis: 0;
  background: #fff;
  padding: 25px;
}

#sc_value .value_block .step_list .item+.item::before {
  content: "\2192";
  position: absolute;
  top: 50%;
  left: -26px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #DF0522;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  z-index: 1;
}

#sc_value .value_block .step_list .item .item_head {
  border-bottom: 1px solid #bfbfbf;
  padding-bottom: 12px;
}

#sc_value .value_block .step_list .item .item_head .item_step {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #231815;
}

#sc_value .value_block .step_list .item .item_head .item_step .accent {
  color: #DF0522;
}

#sc_value .value_block .step_list .item .item_head .item_phase {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #808080;
  margin-top: 4px;
}

#sc_value .value_block .step_list .item .item_text {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #231815;
  margin-top: 15px;
}

#sc_value .value_block .step_list .item .item_menus {
  margin-top: 15px;
}

#sc_value .value_block .step_list .item .item_menus .item_menu {
  background: #F4F4F4;
  padding: 12px 15px;
}

#sc_value .value_block .step_list .item .item_menus .item_menu+.item_menu {
  margin-top: 10px;
}

#sc_value .value_block .step_list .item .item_menus .item_menu .item_menu_title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #231815;
}

#sc_value .value_block .step_list .item .item_menus .item_menu .item_menu_text {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #808080;
  margin-top: 4px;
}

/* Yoake Series 一覧表 */
#sc_yoake {
  padding: 60px 0;
}

#sc_yoake .yoake_table_wrap {
  margin-top: 40px;
}

#sc_yoake .yoake_table_wrap .yoake_table {
  width: 100%;
  border-collapse: collapse;
}

#sc_yoake .yoake_table_wrap .yoake_table .tr {}

#sc_yoake .yoake_table_wrap .yoake_table .tr .th,
#sc_yoake .yoake_table_wrap .yoake_table .tr .td {
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #231815;
  text-align: left;
  vertical-align: middle;
  background: #fff;
  border: 1px solid #bfbfbf;
  padding: 16px 20px;
}

#sc_yoake .yoake_table_wrap .yoake_table .tr .td {
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
  color: #808080;
}

#sc_yoake .yoake_table_wrap .yoake_table .tr--head .th {
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  background: #000;
  text-align: center;
}

#sc_yoake .yoake_table_wrap .yoake_table .tr .th--num {
  width: 70px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #DF0522;
  text-align: center;
  white-space: nowrap;
}

#sc_yoake .yoake_table_wrap .yoake_table .tr .th--label {
  width: 30%;
  font-weight: 700;
}

#sc_yoake .yoake_table_wrap .yoake_table .tr--accent .th--label {
  color: #DF0522;
}

#sc_yoake .yoake_btn {
  max-width: 320px;
  margin: 40px auto 0;
}

#sc_yoake .yoake_btn a {
  width: 100%;
  padding: 16.5px 65px;
  letter-spacing: 0.05em;
}

/* Yoake Series 各サービスの詳細（タブ切替） */
#sc_yoake_detail {
  padding: 60px 0;
}

#sc_yoake_detail .c_tabs {
  flex-wrap: wrap;
  margin-top: 40px;
}

#sc_yoake_detail .yoake_panels {
  margin-top: 30px;
}

#sc_yoake_detail .yoake_panels .yoake_panel {
  background: #fff;
  border-top: 3px solid #DF0522;
  padding: 40px;
}

#sc_yoake_detail .yoake_panels .yoake_panel .panel_head {
}

#sc_yoake_detail .yoake_panels .yoake_panel .panel_head .panel_title {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #231815;
}

#sc_yoake_detail .yoake_panels .yoake_panel .panel_head .panel_lead {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #808080;
  margin-top: 15px;
}

#sc_yoake_detail .yoake_panels .yoake_panel .panel_block {
  margin-top: 35px;
}

#sc_yoake_detail .yoake_panels .yoake_panel .panel_block .panel_block_title {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #231815;
  padding-left: 14px;
}

#sc_yoake_detail .yoake_panels .yoake_panel .panel_block .panel_block_title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 4px;
  height: 1em;
  background: #DF0522;
}

/* 提供範囲 */
#sc_yoake_detail .yoake_panels .yoake_panel .panel_block .scope_list {
  display: flex;
  align-items: stretch;
  gap: 20px;
  margin-top: 20px;
}

#sc_yoake_detail .yoake_panels .yoake_panel .panel_block .scope_list .item {
  flex-grow: 1;
  flex-basis: 0;
  background: #F4F4F4;
  padding: 25px;
}

#sc_yoake_detail .yoake_panels .yoake_panel .panel_block .scope_list .item .item_title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #231815;
  border-bottom: 1px solid #bfbfbf;
  padding-bottom: 12px;
}

#sc_yoake_detail .yoake_panels .yoake_panel .panel_block .scope_list .item .item_menus {
  margin-top: 15px;
}

#sc_yoake_detail .yoake_panels .yoake_panel .panel_block .scope_list .item .item_menus .item_menu {
  position: relative;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #808080;
  padding-left: 1em;
}

#sc_yoake_detail .yoake_panels .yoake_panel .panel_block .scope_list .item .item_menus .item_menu::before {
  content: "・";
  position: absolute;
  left: 0;
}

/* 料金 */
#sc_yoake_detail .yoake_panels .yoake_panel .panel_block .price_table_wrap {
  margin-top: 20px;
}

#sc_yoake_detail .yoake_panels .yoake_panel .panel_block .price_table_wrap .price_table {
  width: 100%;
  border-collapse: collapse;
}

#sc_yoake_detail .yoake_panels .yoake_panel .panel_block .price_table_wrap .price_table .tr {
}

#sc_yoake_detail .yoake_panels .yoake_panel .panel_block .price_table_wrap .price_table .tr .th,
#sc_yoake_detail .yoake_panels .yoake_panel .panel_block .price_table_wrap .price_table .tr .td {
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #231815;
  text-align: left;
  vertical-align: middle;
  border: 1px solid #bfbfbf;
  padding: 16px 20px;
}

#sc_yoake_detail .yoake_panels .yoake_panel .panel_block .price_table_wrap .price_table .tr--head .th {
  font-weight: 700;
  color: #fff;
  background: #000;
  text-align: center;
}

#sc_yoake_detail .yoake_panels .yoake_panel .panel_block .price_table_wrap .price_table .tr .th--label {
  width: 34%;
  font-weight: 700;
  background: #F4F4F4;
}

#sc_yoake_detail .yoake_panels .yoake_panel .panel_block .price_table_wrap .price_table .tr .td--price {
  width: 26%;
  font-weight: 700;
  color: #DF0522;
  white-space: nowrap;
}

/* 他社との違い */
#sc_yoake_detail .yoake_panels .yoake_panel .panel_block .diff_list {
  margin-top: 20px;
}

#sc_yoake_detail .yoake_panels .yoake_panel .panel_block .diff_list .item {
  display: flex;
  align-items: baseline;
  gap: 20px;
  border-bottom: 1px solid #bfbfbf;
  padding: 14px 0;
}

#sc_yoake_detail .yoake_panels .yoake_panel .panel_block .diff_list .item .item_vs {
  flex-shrink: 0;
  width: 220px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #DF0522;
}

#sc_yoake_detail .yoake_panels .yoake_panel .panel_block .diff_list .item .item_text {
  flex-grow: 1;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #808080;
}

/* 準備中の注記・パネル内ボタン */
#sc_yoake_detail .yoake_panels .yoake_panel .panel_note {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #808080;
  background: #F4F4F4;
  padding: 20px 25px;
  margin-top: 30px;
}

#sc_yoake_detail .yoake_panels .yoake_panel .panel_btn {
  max-width: 320px;
  margin: 35px auto 0;
}

#sc_yoake_detail .yoake_panels .yoake_panel .panel_btn a {
  width: 100%;
  padding: 16.5px 65px;
  letter-spacing: 0.05em;
}

/* 他社との違い */
#sc_difference {
  padding: 60px 0;
}

#sc_difference .difference_table_wrap {
  margin-top: 40px;
}

#sc_difference .difference_table_wrap .difference_table {
  width: 100%;
  border-collapse: collapse;
}

#sc_difference .difference_table_wrap .difference_table .tr {}

#sc_difference .difference_table_wrap .difference_table .tr .th,
#sc_difference .difference_table_wrap .difference_table .tr .td {
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #231815;
  text-align: left;
  vertical-align: middle;
  background: #fff;
  border: 1px solid #bfbfbf;
  padding: 16px 20px;
}

#sc_difference .difference_table_wrap .difference_table .tr .td {
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 500;
  color: #808080;
}

#sc_difference .difference_table_wrap .difference_table .tr .td--mark {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 700;
  color: #231815;
}

#sc_difference .difference_table_wrap .difference_table .tr--head .th {
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  background: #000;
  text-align: center;
}

#sc_difference .difference_table_wrap .difference_table .tr .th--label {
  width: 22%;
  font-weight: 700;
}

#sc_difference .difference_table_wrap .difference_table .tr .th--label .small {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: #808080;
}

#sc_difference .difference_table_wrap .difference_table .tr .th--mark,
#sc_difference .difference_table_wrap .difference_table .tr .td--mark {
  width: 80px;
  text-align: center;
}

#sc_difference .difference_table_wrap .difference_table .tr--accent .th--label {
  color: #DF0522;
}

#sc_difference .difference_table_wrap .difference_table .tr--accent .td {
  background: #FDF2F4;
}

/* 関連導線 */
#sc_links {
  padding: 0 0 130px;
}

#sc_links .links {
  display: flex;
  justify-content: center;
  gap: 30px;
}

#sc_links .links .link_btn {}

#sc_links .links .link_btn a {
  width: fit-content;
  min-width: 320px;
  white-space: nowrap;
  padding: 16.5px 65px;
  letter-spacing: 0.05em;
}

/* #careers_jobs 募集職種（2026/07 事業構成変更で新規追加） */
#careers_jobs {
  padding: 60px 0 130px;
}

#careers_jobs .body {}

#careers_jobs .body .jobs_block {
  margin-top: 40px;
}

#careers_jobs .body .jobs_block+.jobs_block {
  margin-top: 60px;
}

#careers_jobs .body .jobs_block .jobs_title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.1em;
  color: #231815;
}

#careers_jobs .body .jobs_block .jobs_title .accent {
  color: #DF0522;
}

#careers_jobs .body .jobs_block .jobs_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 25px;
}

#careers_jobs .body .jobs_block .jobs_list .item {
  background: #fff;
  border-bottom: 3px solid #DF0522;
  padding: 30px;
}

#careers_jobs .body .jobs_block .jobs_list .item .item_title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.1em;
  color: #231815;
}

#careers_jobs .body .jobs_block .jobs_list .item .item_text {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #808080;
  margin-top: 10px;
}

#careers_jobs .body .jobs_block .jobs_list .item .item_conditions {
  margin-top: 15px;
}

#careers_jobs .body .jobs_block .jobs_list .item .item_conditions .item_condition {
  position: relative;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #231815;
  padding-left: 1em;
}

#careers_jobs .body .jobs_block .jobs_list .item .item_conditions .item_condition::before {
  content: "・";
  position: absolute;
  left: 0;
}

#careers_jobs .body .jobs_btn {
  max-width: 320px;
  margin: 60px auto 0;
}

#careers_jobs .body .jobs_btn a {
  width: 100%;
  padding: 16.5px 65px;
  letter-spacing: 0.05em;
}

/* #message_contents 太字アクセント・リンクボタン（2026/07 事業構成変更で新規追加） */
#message_contents .body .block .c_title .c_title_lead .lead_bold {
  font-weight: 700;
  color: #231815;
}

#message_contents .body .block .c_title .c_title_lead .lead_red {
  font-weight: 700;
  color: #DF0522;
}

#message_contents .body .links {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 80px;
}

#message_contents .body .links .link_btn {}

#message_contents .body .links .link_btn a {
  width: fit-content;
  min-width: 320px;
  white-space: nowrap;
  padding: 16.5px 65px;
  letter-spacing: 0.05em;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
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%;
  }

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

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

  .common_page_main {
    padding-block: 20vw;
  }

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

  .common_page_wrap {
    padding: 6.67vw 0 15.38vw;
  }

  .reserve_text {
    font-size: 5.1vw;
  }

  .no_image img {
    padding: 7.69vw 7.69vw 7.69vw 5.13vw;
  }

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

  .error404 .l-mainContent__inner {
    padding: 6.67vw 5.13vw 15.38vw;
  }

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

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

  .breadcrumb .box {
    gap: 1.28vw;
  }

  .breadcrumb a:hover {
    opacity: 1;
  }

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

  .wp-pagenavi a:hover {
    opacity: 1;
  }

  /* 共通ボタン */
  .c_btn a {
    gap: 5.13vw;
    min-width: 76.92vw;
    font-size: 3.77vw;
    padding: 4.23vw 12.82vw;
  }

  .c_btn a:hover {
    opacity: 1;
  }

  .c_btn a:hover .c_btn_text span {
    -webkit-animation: none;
    animation: none;
  }

  .c_btn .c_btn_arrow {
    width: 4.62vw;
    height: 3.85vw;
    right: 7.69vw;
  }

  .c_btn .c_btn_arrow::before {
    width: 4.62vw;
  }

  .c_btn .c_btn_arrow::after {
    width: 2.82vw;
    height: 2.82vw;
  }

  /* c_fit */
  .c_fit .items {
    grid-template-columns: 1fr;
    gap: 2.56vw;
    margin-top: 2.56vw;
  }

  .c_fit .items .item {
    display: none;
  }

  .c_fit .items .item.is-active {
    display: block;
  }

  .c_fit .item {
    padding: 4.1vw 4.1vw 6.15vw;
  }

  .c_fit .item_label {
    font-size: 3.77vw;
    padding-left: 12.82vw;
  }

  .c_fit .item_label::before {
    width: 10.26vw;
  }

  .c_fit .item_title {
    font-size: 4.01vw;
    margin-top: 2.56vw;
  }

  .c_fit .item_text {
    font-size: 3.33vw;
    margin-top: 3.08vw;
  }

  .c_fit .lists {
    margin-top: 6.15vw;
  }

  .c_fit .list {
    gap: 3.85vw;
  }

  .c_fit .list+.list {
    margin-top: 2.56vw;
  }

  .c_fit .list_number {
    top: 1.28vw;
    font-size: 3.33vw;
  }

  .c_fit .list_text {
    font-size: 3.33vw;
  }

  .c_fit .lists--point .list {
    padding-left: 3.08vw;
  }

  .c_fit .lists--point .list::before {
    width: 1.03vw;
    height: 1.03vw;
    top: 2.56vw;
  }

  /* c_insights */
  .c_insights .item_image img {
    aspect-ratio: 320/200;
  }

  .c_insights .item:hover .item_image img {
    -webkit-transform: none;
    transform: none;
  }

  .c_insights .item_category {
    font-size: 3.33vw;
    padding: 1.28vw 3.33vw;
  }

  .c_insights .item_texts {
    margin-top: 3.85vw;
  }

  .c_insights .item_title {
    font-size: 3.77vw;
  }

  .c_insights .item:hover .item_title {
    color: #231815;
  }

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

  .c_insights .item_foot {
    padding-top: 2.56vw;
    margin-top: 3.85vw;
  }

  .c_insights .item_date,
  .c_insights .item_name {
    font-size: 3.59vw;
  }

  /* c_members */
  .c_members .items {
    grid-template-columns: 1fr;
    gap: 10.26vw;
    margin-top: 6.15vw;
  }

  .c_members .item_image {
    max-width: 80%;
    margin-inline: auto;
  }

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

  .c_members .item_texts {
    padding: 0 5.13vw;
    margin-top: 2.56vw;
  }

  .c_members .item_head {
    display: block;
    text-align: center;
  }

  .c_members .item_role {
    font-size: 3.6vw;
  }

  .c_members .item_name {
    font-size: 4.51vw;
  }

  .c_members .item a:hover .item_name {
    color: #231815;
  }

  .c_members .item_text {
    font-size: 3.33vw;
    line-height: 1.7;
    -webkit-line-clamp: 3;
    padding-left: 2.56vw;
    margin-top: 4.1vw;
  }

  .c_members .item_overlay {
    display: none;
  }

  /* c_scroll */
  .c_scroll_wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
    pointer-events: none;
    z-index: 2;
  }

  .c_scroll {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 25.64vw;
    height: 25.64vw;
    border-radius: 1.28vw;
    background: #231815;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }

  .c_scroll_wrap.is-active .c_scroll {
    opacity: 0.8;
  }

  .c_scroll::before {
    content: "";
    position: absolute;
    top: 4.56vw;
    left: 8.61vw;
    width: 9.34vw;
    height: 12.86vw;
    background: url("./image/icon-scroll-hand.svg") no-repeat center/contain;
  }

  .c_scroll_wrap.is-active .c_scroll::before {
    -webkit-animation: c_scroll_swipe 1.2s linear 2;
    animation: c_scroll_swipe 1.2s linear 2;
  }

  .c_scroll::after {
    content: "";
    position: absolute;
    top: 3.99vw;
    left: 7.69vw;
    width: 8.59vw;
    height: 1.99vw;
    background: url("./image/icon-scroll-arrows.svg") no-repeat center/contain;
    opacity: 0;
    -webkit-transition: opacity 0.3s 2.4s;
    transition: opacity 0.3s 2.4s;
  }

  .c_scroll_wrap.is-active .c_scroll::after {
    opacity: 1;
  }

  .c_scroll_text {
    position: absolute;
    left: 0;
    bottom: 2.56vw;
    width: 100%;
    font-family: "Inter", sans-serif;
    font-size: 3.08vw;
    font-weight: 700;
    letter-spacing: 0.03em;
    line-height: 1;
    color: #fff;
    text-align: center;
  }

  /* c_section_wrap */
  .c_section_wrap {
    padding-top: 12.82vw;
    -webkit-mask-image: url("./image/about-band-dome-sp.svg"), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    -webkit-mask-image: url("./image/about-band-dome-sp.svg"), -webkit-linear-gradient(#fff, #fff);
    -webkit-mask-size: 100% 16.41vw, 100% calc(100% - 16.41vw + 2px);
    -webkit-mask-image: url("./image/about-band-dome-sp.svg"), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    -webkit-mask-image: url("./image/about-band-dome-sp.svg"), -webkit-linear-gradient(#fff, #fff);
    mask-image: url("./image/about-band-dome-sp.svg"), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    mask-image: url("./image/about-band-dome-sp.svg"), linear-gradient(#fff, #fff);
    mask-size: 100% 16.41vw, 100% calc(100% - 16.41vw + 2px);
  }

  .c_section_wrap::before {
    width: 190.51vw;
    height: 197.44vw;
    top: -53.33vw;
    left: 5.13vw;
    right: auto;
  }

  .c_section_wrap::after {
    width: 256.41vw;
    height: 133.59vw;
    top: 200vw;
    right: auto;
    left: -82.05vw;
  }

  /* c_tabs */
  .c_tabs {
    gap: 1.54vw;
  }

  .c_tabs .tab a {
    padding: 2.56vw;
  }

  .c_tabs .tab a {
    font-size: 3.59vw;
  }

  .c_tabs .tab a:hover {
    color: #231815;
    background: #fff;
    border: 1px solid #bfbfbf;
  }

  #about_members .c_tabs .tab.is-active a {
    background: #DF0522;
    border-color: #DF0522;
    color: #fff;
  }

  /* c_title */
  .c_title .c_title_line {
    width: 5.13vw;
  }

  .c_title .c_title_en {
    font-size: 3.77vw;
  }

  .c_title .c_title_ja {
    font-size: 5.67vw;
    line-height: 1.3;
    margin-top: 2.56vw;
  }

  .c_title .c_title_ja--small {
    font-size: 5.67vw;
    line-height: 1.3;
  }

  .c_title .c_title_lead {
    font-size: 3.77vw;
    margin-top: 5.13vw;
  }

  .c_title .c_title_head {
    font-size: 4.51vw;
    margin-top: 2.56vw;
    gap: 0 2.56vw;
  }

  .c_title .c_title_border {
    width: 12.82vw;
  }

  .c_title .c_title_group {
    gap: 2.56vw;
    margin-top: 2.56vw;
  }

  .c_title .c_title_group .c_title_ja {
    font-size: 5.23vw;
  }

  .c_title .c_title_ja.big {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    font-size: 5.89vw;
  }

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

  /* 共通CTA */
  .common_cta {
    padding: 15.38vw 0;
  }

  .common_cta::before {
    background-image: url("./image/cta-bg-sp.webp");
  }

  .common_cta .catch {
    font-size: 5.67vw;
    line-height: 1.3;
  }

  .common_cta .lead {
    gap: 2.56vw;
    margin-top: 2.56vw;
  }

  .common_cta .lead--small {
    padding-left: 1.28vw;
    margin-top: 4.1vw;
  }

  .common_cta .lead_border {
    width: 8.97vw;
  }

  .common_cta .lead_text {
    font-size: 4.07vw;
    line-height: 1.3;
  }

  .common_cta .lead--small .lead_text {
    font-size: 3.59vw;
  }

  .common_cta .btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3.85vw;
    margin-top: 8.97vw;
  }

  .common_cta .btns .btn {
    margin-top: 0;
  }

  .common_cta .btn {
    margin-top: 8.97vw;
  }

  .common_cta .btn a {
    min-width: 82.05vw;
  }

  /* 共通FV */
  .common_fv {
    padding-top: calc(70px + 20.51vw);
    padding-bottom: calc(145px - 16.41vw);
  }

  .common_fv::before {
    background-image: url("./image/common-fv-sp.webp");
  }

  .common_fv .band {
    aspect-ratio: 390/64;
    margin-top: 34.62vw;
  }

  .common_fv .title {
    font-size: 6.73vw;
  }

  .common_fv .lead {
    margin-top: 6.92vw;
  }

  .common_fv .lead_text {
    font-size: 3.77vw;
  }

  .common_fv .lead_text .border {
    width: 7.69vw;
    margin-right: 2.56vw;
  }

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

  .sp_hd {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    padding: 15px 0;
    z-index: 1000;
  }

  .sp_hd .body {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 2.56vw;
    padding-right: calc(50px + 2.56vw);
  }

  .sp_hd .logo {
    position: relative;
    max-width: 160px;
  }

  .sp_hd .logo img {
    display: block;
    width: 100%;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
  }

  .sp_hd .logo img:nth-of-type(2) {
    position: absolute;
    inset: 0;
    opacity: 0;
  }

  .sp_hd.active .logo img:nth-of-type(1),
  .sp_hd.scrolled .logo img:nth-of-type(1) {
    opacity: 0;
  }

  .sp_hd.active .logo img:nth-of-type(2),
  .sp_hd.scrolled .logo img:nth-of-type(2) {
    opacity: 1;
  }

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

  /* top_section_wrap */
  .top_section_wrap {
    -webkit-mask-image: url("./image/about-band-dome-sp.svg"), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    -webkit-mask-image: url("./image/about-band-dome-sp.svg"), -webkit-linear-gradient(#fff, #fff);
    -webkit-mask-repeat: no-repeat, no-repeat;
    -webkit-mask-position: center top, left bottom;
    -webkit-mask-size: 100% 16.41vw, 100% calc(100% - 16.41vw + 2px);
    -webkit-mask-image: url("./image/about-band-dome-sp.svg"), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    -webkit-mask-image: url("./image/about-band-dome-sp.svg"), -webkit-linear-gradient(#fff, #fff);
    mask-image: url("./image/about-band-dome-sp.svg"), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    mask-image: url("./image/about-band-dome-sp.svg"), linear-gradient(#fff, #fff);
    mask-repeat: no-repeat, no-repeat;
    mask-position: center top, left bottom;
    mask-size: 100% 16.41vw, 100% calc(100% - 16.41vw + 2px);
  }

  .top_section_wrap::before {
    width: 190.51vw;
    height: 197.44vw;
    top: -53.33vw;
    left: 5.13vw;
    right: auto;
  }

  .top_section_wrap::after {
    width: 256.41vw;
    height: 133.59vw;
    bottom: auto;
    top: 312.82vw;
    right: auto;
    left: -82.05vw;
  }

  /* #top_fv */
  #top_fv {
    padding-top: calc(70px + 28.21vw);
    padding-bottom: calc(145px + 39.74vw);
  }

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

  #top_fv .texts {
    position: relative;
    left: 2.31vw;
  }

  #top_fv .title {
    font-size: 4.51vw;
    letter-spacing: 0.1em;
  }

  #top_fv .title .accent {
    font-size: 5.23vw;
    letter-spacing: 0.1em;
  }

  #top_fv .lead {
    margin-top: 6.41vw;
  }

  #top_fv .lead_text {
    font-size: 3.77vw;
  }

  #top_fv .lead_text .border {
    width: 7.69vw;
    margin-right: 2.56vw;
  }

  #top_fv .btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2.56vw;
    margin-top: 8.97vw;
  }

  #top_fv .c_btn a {
    min-width: 76.92vw;
    padding: 4.1vw 20.51vw;
  }

  #top_fv .c_btn_arrow {
    width: 4.1vw;
    height: 3.59vw;
    right: 15.38vw;
  }

  #top_fv .c_btn_arrow::before {
    width: 4.1vw;
  }

  #top_fv .c_btn_arrow::after {
    width: 2.56vw;
    height: 2.56vw;
  }

  #top_fv .c_btn:not(.c_btn--white) .c_btn_arrow {
    right: 12.82vw;
  }

  /* #top_about */
  #top_about {
    padding: 23.08vw 0 7.69vw;
  }

  #top_about::before {
    -webkit-mask-image: url("./image/about-band-dome-sp.svg"), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    -webkit-mask-image: url("./image/about-band-dome-sp.svg"), -webkit-linear-gradient(#fff, #fff);
    -webkit-mask-size: 100% 16.41vw, 100% calc(100% - 16.41vw + 2px);
    -webkit-mask-image: url("./image/about-band-dome-sp.svg"), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    -webkit-mask-image: url("./image/about-band-dome-sp.svg"), -webkit-linear-gradient(#fff, #fff);
    mask-image: url("./image/about-band-dome-sp.svg"), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    mask-image: url("./image/about-band-dome-sp.svg"), linear-gradient(#fff, #fff);
    mask-size: 100% 16.41vw, 100% calc(100% - 16.41vw + 2px);
  }

  #top_about .band {
    aspect-ratio: 390/64;
    z-index: 3;
  }

  #top_about .wrap {
    width: 94.87%;
  }

  #top_about .c_title {
    padding: 0 2.56vw;
  }

  #top_about .c_title_en {
    font-size: 3.77vw;
  }

  #top_about .c_title_ja {
    line-height: 1.3;
  }

  #top_about .texts {
    padding: 0 2.56vw;
    margin-top: 6.92vw;
  }

  #top_about .text {
    font-size: 3.59vw;
    line-height: 1.7;
  }

  #top_about .text:not(:first-child) {
    margin-top: 4.1vw;
  }

  #top_about .text.text--last {
    margin-top: 5.13vw;
  }

  #top_about .text_group {
    margin-top: 3.85vw;
  }

  #top_about .lists {
    margin-top: 3.08vw;
  }

  #top_about .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.56vw;
    font-size: 3.59vw;
    line-height: 1.5;
  }

  #top_about .list:not(:first-child) {
    margin-top: 2.31vw;
  }

  #top_about .list_border {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    top: 3.08vw;
    width: 8.97vw;
    margin-right: 0;
  }

  #top_about .items {
    grid-template-columns: 1fr;
    gap: 2.56vw;
    padding-left: 2.56vw;
    margin-top: 6.41vw;
  }

  #top_about .item {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 3.85vw;
    padding: 5.9vw 5.13vw;
  }

  #top_about .item::before,
  #top_about .item::after {
    width: 3.85vw;
    height: 3.85vw;
  }

  #top_about .item_image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30.77vw;
    flex: 0 0 30.77vw;
  }

  #top_about .item_image img {
    aspect-ratio: 120/85;
  }

  #top_about .item_texts {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 2.31vw;
  }

  #top_about .item_number {
    gap: 1.03vw;
    font-size: 4.07vw;
    margin-top: 0;
  }

  #top_about .item_number .big {
    font-size: 8.41vw;
  }

  #top_about .item_number .unit,
  #top_about .item_number .arrow {
    top: 1.28vw;
    font-size: 4.07vw;
  }

  #top_about .item_text {
    font-size: 3.08vw;
    margin-top: 0;
  }

  /* #top_visual */
  #top_visual {
    padding: 7.69vw 0;
  }

  #top_visual .items {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.56vw;
    margin-top: 6.41vw;
  }

  #top_visual .item {
    padding: 3.85vw;
  }

  #top_visual .item_category {
    font-size: 3.59vw;
    padding: 0.77vw 0;
  }

  #top_visual .item_texts {
    margin-top: 3.85vw;
  }

  #top_visual .item_title {
    font-size: 4.51vw;
  }

  #top_visual .item_text {
    font-size: 3.59vw;
    margin-top: 2.56vw;
  }

  /* #top_why */
  #top_why {
    padding: 8.46vw 0 7.69vw;
  }

  #top_why::after {
    height: 75.38vw;
    background-image: url("./image/why-symbol-sp.svg");
  }

  #top_why .body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 5.13vw;
  }

  #top_why .sec_head {
    position: static;
    padding: 0;
  }

  #top_why .c_title_ja {
    line-height: 1.3;
  }

  #top_why .item_texts {
    gap: 3.85vw;
  }

  #top_why .c_title_lead {
    font-size: 3.59vw;
  }

  #top_why .items {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-top: 0;
  }

  #top_why .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.54vw;
    padding: 5.13vw 5.13vw 9.23vw;
  }

  #top_why .item:nth-of-type(3),
  #top_why .item:nth-of-type(5) {
    padding: 5.13vw 5.13vw 9.23vw;
  }

  #top_why .item:nth-of-type(5) {
    gap: 2.82vw;
  }

  #top_why .item:nth-of-type(5) .item_texts {
    gap: 5.13vw;
  }

  #top_why .item::after {
    width: 25.64vw;
  }

  #top_why .item_label {
    width: auto;
    font-size: 5.23vw;
    line-height: 1.3;
  }

  #top_why .item_texts {
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }

  #top_why .item_title {
    font-size: 4.51vw;
    line-height: 1.5;
  }

  #top_why .item_title .small {
    font-size: 3.77vw;
    line-height: 1.5;
    padding: 0 1.03vw;
  }

  #top_why .item_title .marker {
    padding: 0 0.51vw 0.26vw 1.28vw;
  }

  #top_why .item_title .marker--small {
    padding: 0;
  }

  #top_why .item_desc {
    font-size: 3.54vw;
    padding-right: 0;
  }

  /* #top_difference */
  #top_difference {
    padding: 7.69vw 0;
  }

  #top_difference::before {
    width: 100.26vw;
    height: 40.51vw;
  }

  #top_difference .wrap {
    width: 100%;
  }

  #top_difference .c_title {
    padding: 0 5.13vw;
  }

  #top_difference .c_title_ja {
    position: relative;
    left: 2.05vw;
    font-size: 5.67vw;
  }

  #top_difference .table_wrap {
    padding: 0 5.13vw;
    margin-top: 5.13vw;
  }

  #top_difference .table {
    width: 202.56vw;
    margin-top: 0;
  }

  #top_difference .th,
  #top_difference .td {
    width: 71.79vw;
    font-size: 3.59vw;
    line-height: 1.5;
    padding: 2.44vw 4.87vw;
  }

  #top_difference .th--label {
    width: 58.97vw;
    min-width: auto;
    padding: 2.44vw 4.87vw;
  }

  #top_difference .th--label .small {
    font-size: 3.08vw;
    padding-left: 3.08vw;
  }

  #top_difference .th--label.sp {
    display: table-cell !important;
  }

  #top_difference .tr--highlight .th--label::after {
    width: 203.5vw;
  }

  #top_difference .tr--head .th {
    font-size: 3.77vw;
    padding: 2.44vw 8.97vw;
  }

  #top_difference .td_in {
    gap: 2.56vw;
  }

  #top_difference .icon--cross {
    width: 3.08vw;
    height: 3.08vw;
  }

  #top_difference .icon--cross::before,
  #top_difference .icon--cross::after {
    width: 3.08vw;
  }

  #top_difference .icon--circle {
    width: 3.08vw;
    height: 3.08vw;
  }

  /* #top_choice */
  #top_choice {
    padding: 7.69vw 0;
  }

  #top_choice::before {
    height: 20.28vw;
  }

  #top_choice .items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 5.13vw;
  }

  #top_choice .item {
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
    gap: 2.56vw;
    padding: 0 4.87vw 6.41vw;
  }

  #top_choice .item:not(:first-child) {
    border-top: 1px solid #bfbfbf;
  }

  #top_choice .item--center {
    border-left: 0;
    border-right: 0;
    padding: 6.41vw 5.13vw;
  }

  #top_choice .item--last {
    padding: 6.41vw 5.13vw 0;
  }

  #top_choice .item_texts {
    gap: 2.56vw;
  }

  #top_choice .item_title {
    font-size: 4.07vw;
  }

  #top_choice .item_text {
    font-size: 3.59vw;
  }

  #top_choice .item_btn a {
    padding: 4.23vw 12.82vw;
  }

  #top_choice .c_btn_arrow {
    right: 6.15vw;
  }

  /* #top_insights */
  #top_insights {
    padding: 7.69vw 0;
  }

  #top_insights::before {
    width: 100%;
    height: 46.92vw;
  }

  #top_insights .wrap {
    width: 100%;
  }

  #top_insights .c_title {
    padding: 0 5.13vw;
  }

  #top_insights .c_title_head {
    margin-top: 4.1vw;
  }

  #top_insights .c_title_group .c_title_ja {
    font-size: 4.51vw;
  }

  #top_insights .swiper-container {
    position: relative;
    padding-left: 5.13vw;
    margin-top: 4.6vw;
  }

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

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

  #top_insights .item {
    height: 100%;
  }

  #top_insights .c_scroll {
    top: calc(50% + 7.69vw);
    left: calc(50% - 2.56vw);
  }

  /* #top_ballista */
  #top_ballista {
    padding: 7.69vw 0 15.38vw;
  }

  #top_ballista .c_title_lead {
    font-size: 3.59vw;
  }

  #top_ballista .items {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.28vw;
    margin-top: 5.13vw;
  }

  #top_ballista .item {
    padding: 2.56vw 0;
  }

  #top_ballista .item_text {
    font-size: 3.59vw;
  }

  #top_ballista .note {
    font-size: 3.08vw;
    margin-top: 2.56vw;
  }

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

  /* SP固定ページ 私たちについて */
  #page_about .common_fv .title {
    position: relative;
    left: 4.1vw;
  }

  #about_company {
    padding: 6.67vw 0 7.69vw;
  }

  #about_company .table_wrap {
    margin-top: 5.13vw;
  }

  #about_company .table {
    border-bottom: 1px solid #bfbfbf;
  }

  #about_company .th,
  #about_company .td {
    display: block;
    width: 100%;
    border-bottom: none;
    padding: 2.56vw 5.13vw;
  }

  #about_company .td {
    padding: 3.85vw 5.13vw;
  }

  #about_executives {
    padding: 7.69vw 0;
  }

  #about_executives .items {
    margin-top: 5.13vw;
  }

  #about_executives .item+.item {
    margin-top: 10.26vw;
  }

  #about_executives .item_body,
  #about_executives .item:nth-of-type(even) .item_body {
    display: block;
  }

  #about_executives .item_texts {
    padding: 0 2.56vw;
    margin-top: 5.13vw;
  }

  #about_executives .item_image {
    max-width: 80%;
    margin-inline: auto;
  }

  #about_executives .item_name {
    font-size: 4.51vw;
    padding: 0 2.56vw;
  }

  #about_executives .item_row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 5.13vw;
    padding: 0 2.56vw;
    margin-top: 5.13vw;
  }

  #about_executives .dl_wrap {
    margin-top: 0;
  }

  #about_executives .dl {
    gap: 1.28vw;
  }

  #about_executives .dt {
    font-size: 3.33vw;
    line-height: 1.7;
  }

  #about_executives .dd {
    font-size: 3.33vw;
    line-height: 1.7;
  }

  #about_executives .dd .lists .list {
    font-size: 3.33vw;
    line-height: 1.7;
  }

  #about_executives .item_links {
    gap: 2.56vw;
    margin-top: 0;
  }

  #about_executives .item_link a:hover {
    opacity: 1;
  }

  #about_executives .item_link img {
    width: 5.13vw;
    height: 5.13vw;
  }

  #about_executives .item_text {
    font-size: 3.33vw;
    line-height: 1.7;
    padding-left: 3.08vw;
    margin-top: 6.15vw;
  }

  #about_members {
    padding: 10.26vw 0 15.38vw;
  }

  #about_members .c_title_lead {
    font-size: 3.59vw;
  }

  #about_members .c_tabs {
    margin-top: 6.15vw;
  }

  #about_group {
    padding: 10.26vw 0 7.69vw;
  }

  #about_group .c_title_ja {
    font-size: 5.67vw;
  }

  #about_group .texts {
    margin-top: 6.15vw;
  }

  #about_group .text {
    font-size: 3.59vw;
    line-height: 1.7;
  }

  #about_group .text+.text {
    margin-top: 5.13vw;
  }

  #about_cta .catch {
    position: relative;
    left: 2.56vw;
  }

  /* SP固定ページ メッセージ */
  #message_contents {
    padding: 6.67vw 0 7.69vw;
  }

  #message_contents .block+.block {
    margin-top: 10.26vw;
  }

  #message_contents .c_title_group {
    margin-top: 1.28vw;
  }

  #message_contents .c_title_ja {
    font-size: 5.23vw;
  }

  #mvv_contents .c_title_lead {
    font-size: 3.54vw;
  }

  #mvv_contents .c_title_border {
    width: 9.8vw;
  }

  /* SP固定ページ ミッション・ビジョン・バリュー */
  #mvv_contents {
    padding: 6.67vw 0 7.69vw;
  }

  #mvv_contents .block+.block {
    margin-top: 10.26vw;
  }

  #mvv_contents .c_title_group {
    margin-top: 1.28vw;
  }

  #mvv_contents .c_title_ja {
    font-size: 5.23vw;
  }

  #mvv_contents .c_title_lead {
    font-size: 3.54vw;
  }

  #mvv_contents .c_title_border {
    width: 9.8vw;
  }

  #mvv_value {
    padding: 7.69vw 0 15.38vw;
  }

  #mvv_value .items {
    margin-top: 5.13vw;
  }

  #mvv_value .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5.13vw;
    padding: 5.13vw 6.15vw;
  }

  #mvv_value .item_number {
    font-size: 5.23vw;
  }

  #mvv_value .item_title {
    font-size: 4.51vw;
    line-height: 1.5;
    text-align: center;
  }

  #mvv_value .item_text {
    font-size: 3.59vw;
    margin-top: 2.56vw;
  }

  #mvv_value .item+.item {
    margin-top: 2.56vw;
  }

  /* SP固定ページ カルチャー */
  #page_culture .common_fv .title {
    position: relative;
    left: 2.05vw;
    font-size: 5.67vw;
  }

  #page_culture .c_section_wrap::after {
    display: none;
  }

  #culture_action {
    padding: 6.67vw 0 15.38vw;
  }

  #culture_action .items {
    margin-top: 5.13vw;
  }

  #culture_action .items .item {
    display: block;
  }

  /* SP固定ページ 採用情報 */
  #page_careers .breadcrumb .wrap {
    width: 89.74%;
  }

  #page_careers .common_fv .title {
    position: relative;
    left: 3.08vw;
  }

  #careers_fit {
    padding: 6.67vw 0 7.69vw;
  }

  #careers_fit .wrap {
    width: 94.87%;
  }

  #careers_fit .tab_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.56vw;
  }

  #careers_fit .tab_btn {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: "Inter", sans-serif;
    font-size: 3.59vw;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #DF0522;
    background: #fff;
    border: 1px solid #bfbfbf;
    padding: 3.08vw 2.56vw;
    text-align: center;
    cursor: pointer;
  }

  #careers_fit .tab_btn.is-active {
    color: #fff;
    background: #DF0522;
    border: 1px solid #DF0522;
  }

  #careers_standard {
    padding: 6.67vw 0 7.69vw;
  }

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

  #careers_standard .item_number {
    font-size: 3.77vw;
    padding: 2.18vw 2.56vw;
  }

  #careers_standard .item_texts {
    margin-top: 3.85vw;
  }

  #careers_standard .item_title {
    font-size: 4.51vw;
    line-height: 1.3;
    letter-spacing: 0.1em;
  }

  #careers_standard .item_text {
    font-size: 3.59vw;
    margin-top: 2.56vw;
  }

  #careers_standard .units {
    margin-top: 5.13vw;
  }

  #careers_standard .unit {
    display: block;
    padding: 5.13vw;
  }

  #careers_standard .unit_title {
    font-size: 4.51vw;
  }

  #careers_standard .unit_text {
    font-size: 3.59vw;
    margin-top: 1.28vw;
  }

  #careers_standard .unit_head {
    text-align: center;
  }

  #careers_standard .unit_btn {
    margin-top: 5.13vw;
    text-align: center;
  }

  #careers_standard .unit_btn a {
    min-width: 76.92vw;
    padding: 2.56vw 10.26vw;
  }

  #careers_standard .c_btn_arrow {
    width: 3.59vw;
    height: 3.08vw;
    right: 5.13vw;
  }

  #careers_flow {
    padding: 7.69vw 0;
  }

  #careers_flow .items {
    grid-template-columns: 1fr;
    gap: 7.69vw;
    margin-top: 5.13vw;
  }

  #careers_flow .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5.13vw;
    padding: 4.1vw;
  }

  #careers_flow .item--accent {
    border-bottom: 4px solid #DF0522;
  }

  #careers_flow .item::before {
    content: "";
    position: absolute;
    width: 3.08vw;
    height: 3.08vw;
    top: auto;
    bottom: -4.36vw;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    border-right: 2px solid #808080;
    border-bottom: 2px solid #808080;
  }

  #careers_flow .item_number {
    position: relative;
    min-width: 12.82vw;
    top: 1.03vw;
    font-size: 3.54vw;
  }

  #careers_flow .item_text {
    font-size: 3.54vw;
    line-height: 1.7;
    margin-top: 0;
  }

  #careers_flow .text {
    font-size: 3.33vw;
    margin-top: 5.13vw;
  }

  #careers_questions {
    padding: 7.69vw 0;
  }

  #careers_questions .items {
    margin-top: 6.15vw;
  }

  #careers_questions .item {
    padding: 0 3.85vw;
  }

  #careers_questions .item+.item {
    margin-top: 6.15vw;
  }

  #careers_questions .item_title {
    font-size: 3.59vw;
  }

  /* SP固定ページ お問い合わせ */
  #contact_contents {
    padding: 6.67vw 0 15.38vw;
  }

  #contact_contents .wrap {
    max-width: 100%;
  }

  #contact_contents .block {
    gap: 5.13vw;
    padding: 6.15vw 5.13vw 7.69vw;
  }

  #contact_contents .block--main {
    margin-top: 5.13vw;
  }

  #contact_contents .block_row {
    gap: 2.56vw;
    margin-top: 2.56vw;
  }

  #contact_contents .block_title {
    font-size: 4.51vw;
  }

  #contact_contents .block--main .block_title {
    font-size: 4.51vw;
  }

  #contact_contents .btns {
    gap: 2.56vw;
  }

  /* SP固定ページ 無料相談 */
  #page_consultation .common_fv .title {
    position: relative;
    left: 3.08vw;
  }

  #page_consultation .common_fv .lead_text {
    position: relative;
    left: 1.28vw;
  }

  /* SP固定ページ 無料査定 */
  #page_assessment .common_fv .title {
    position: relative;
    left: 4.1vw;
    font-size: 6.31vw;
  }

  #page_assessment .common_fv .lead_text {
    position: relative;
    left: 1.28vw;
    font-size: 3.54vw;
  }

  /* お問い合わせフォーム */
  .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: 3.77vw;
    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.05vw;
  }

  .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.5vw;
    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: 3.68vw;
    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: 3.68vw;
  }

  /* ステップバー デザイン */
  .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;
  }

  /* フォームスタイル追加 */
  .radio_btns .radio_btns__item+span {
    font-size: 3.6vw;
  }

  .mwform-checkbox-field-text {
    font-size: 3.6vw;
  }

  /* SP固定ページ 導入事例 */
  #page_case .common_fv .title {
    position: relative;
    left: 2.56vw;
  }

  #case_article {
    padding: 6.67vw 0 15.38vw;
  }

  #case_article .lead {
    font-size: 3.59vw;
  }

  #case_article .c_tabs {
    margin-top: 5.13vw;
  }

  #case_article .items {
    grid-template-columns: 1fr;
    gap: 7.69vw;
    margin-top: 6.15vw;
  }

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

  #case_article .item_category {
    font-size: 3.33vw;
    padding: 1.28vw 3.33vw;
  }

  #case_article .item_texts {
    margin-top: 5.13vw;
  }

  #case_article .item_title {
    font-size: 4.51vw;
  }

  #case_article .item a:hover .item_title {
    color: #231815;
  }

  #case_article .item_data {
    margin-top: 5.13vw;
  }

  #case_article .item_data .dl+.dl {
    margin-top: 3.08vw;
  }

  #case_article .item_data .dl {
    gap: 2.56vw;
  }

  #case_article .item_data .dt {
    font-size: 3.59vw;
    padding: 1.28vw 2.56vw;
  }

  #case_article .item_data .dd {
    font-size: 3.54vw;
  }

  #case_article .item_text {
    margin-top: 4.1vw;
  }

  #page_case_single .common_fv .title {
    text-align: left;
  }

  #case_single {
    padding: 6.67vw 0 15.38vw;
  }

  #case_single .wrap {
    width: 89.74%;
  }

  #case_single .dl_wrap {
    margin-top: 3.85vw;
  }

  #case_single .dl {
    gap: 2.56vw;
  }

  #case_single .dl+.dl {
    margin-top: 3.85vw;
  }

  #case_single .dt {
    min-width: 25.64vw;
    font-size: 3.33vw;
    padding: 1.28vw 1.28vw 2.05vw;
  }

  #case_single .block {
    margin-top: 15.38vw;
  }

  #case_single .block+.block {
    margin-top: 7.69vw;
  }

  #case_single .block_title {
    font-size: 5.67vw;
    padding-bottom: 1.28vw;
  }

  #case_single .block_title::after {
    width: 25.64vw;
  }

  #case_single .block_text {
    font-size: 3.59vw;
    margin-top: 4.1vw;
  }

  /* SP固定ページ メンバー */
  #page_members .common_fv .title {
    position: relative;
    left: 2.56vw;
    font-size: 5.89vw;
  }

  #page_members .common_fv .lead_text {
    font-size: 3.33vw;
  }

  #members_article {
    padding: 6.67vw 0 15.38vw;
  }

  #members_single {
    padding: 6.67vw 0 15.38vw;
  }

  #members_single .wrap {
    width: 89.74%;
  }

  #members_single .image {
    max-width: 90%;
    margin-inline: auto;
  }

  #members_single .row {
    display: block;
    max-width: 100%;
    padding: 0 2.56vw;
    margin-top: 5.13vw;
    text-align: center;
  }

  #members_single .role {
    font-size: 4.51vw;
  }

  #members_single .name {
    font-size: 5.67vw;
    margin-top: 2.56vw;
  }

  #members_single .block {
    margin-top: 15.38vw;
  }

  #members_single .block+.block {
    margin-top: 7.69vw;
  }

  #members_single .block_title {
    font-size: 5.67vw;
    padding-bottom: 1.28vw;
  }

  #members_single .block_title::after {
    width: 25.64vw;
  }

  #members_single .block_title .accent {
    color: #DF0522;
  }

  #members_single .block_text {
    font-size: 3.59vw;
    margin-top: 4.1vw;
  }

  /* SP固定ページ insights */
  #page_insights .common_fv .lead_text--whitepapers {
    position: relative;
    left: 2.1vw;
  }

  #page_insights .common_fv .title--events {
    position: relative;
    left: 4.1vw;
  }

  /* SP固定ページ コラム */
  #page_column .lead_text--transformation {
    position: relative;
    left: 1.8vw;
  }

  #column_article {
    padding: 6.67vw 0 15.38vw;
  }

  /* SP固定ページ 404ページ */
  #page_404 .num {
    font-size: 16.4vw;
    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: 3.68vw;
    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 7.69vw;
  }

  .site_footer .body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 6.41vw;
  }

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

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

  .site_footer .nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 6.15vw;
  }

  .site_footer .nav_menus {
    gap: 6.41vw;
  }

  .site_footer .nav_column--titles {
    gap: 4.62vw;
  }

  .site_footer .nav_menu {
    gap: 3.33vw;
  }

  .site_footer .menu_head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #f4f4f4;
    padding-bottom: 2.56vw;
  }

  .site_footer .menu_en {
    font-size: 3.77vw;
  }

  .site_footer .menu_title a {
    font-size: 3.08vw;
    line-height: 1.7;
  }

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

  .site_footer .sub_menus {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    gap: 3.85vw 2.56vw;
  }

  .site_footer .sub_menu a {
    font-size: 3.59vw;
  }

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

  .site_footer .foot {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 2.56vw;
    padding-top: 5.13vw;
    margin-top: 14.1vw;
  }

  .site_footer .copyright {
    font-size: 3.08vw;
    line-height: 1.7;
  }

  .site_footer .sub_links {
    gap: 12.82vw;
  }

  .site_footer .sub_link a {
    font-size: 3.08vw;
    line-height: 1.7;
  }

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

  /* #top_service（2026/07 事業構成変更で新規追加） */
  #top_service {
    padding: 7.69vw 0 0;
  }

  #top_service::before {
    height: 46.92vw;
  }

  #top_service .service_list {
    flex-direction: column;
    gap: 5.13vw;
    margin-top: 6.41vw;
  }

  #top_service .service_list .item {
    gap: 5.13vw;
    padding: 5.13vw;
  }

  #top_service .service_list .item .item_body .item_en {
    font-size: 4.76vw;
  }

  #top_service .service_list .item .item_body .item_label {
    font-size: 3.77vw;
    margin-top: 1.28vw;
  }

  #top_service .service_list .item .item_body .item_text {
    font-size: 3.59vw;
    margin-top: 2.56vw;
  }

  #top_service .service_list .item .item_btn a {
    padding: 3.85vw 10vw;
  }

  /* #top_group（2026/07 事業構成変更で新規追加） */
  #top_group {
    padding: 7.69vw 0;
  }

  #top_group .group_body {
    flex-direction: column;
    gap: 6.41vw;
    margin-top: 6.41vw;
  }

  #top_group .group_body .group_table_wrap .group_table {
    border-bottom: 1px solid #bfbfbf;
  }

  #top_group .group_body .group_table_wrap .group_table .tr .th,
  #top_group .group_body .group_table_wrap .group_table .tr .td {
    display: block;
    width: 100%;
    font-size: 3.59vw;
    border-bottom: none;
  }

  #top_group .group_body .group_table_wrap .group_table .tr .th {
    padding: 2.56vw 5.13vw;
  }

  #top_group .group_body .group_table_wrap .group_table .tr .td {
    padding: 3.85vw 5.13vw;
  }

  #top_group .group_body .group_figure {
    width: 100%;
    padding: 0;
  }

  #top_group .group_body .group_figure .group_figure_text {
    font-size: 3.33vw;
  }

  #top_group .group_btn {
    max-width: 90vw;
    margin: 7.69vw auto 0;
  }

  #top_group .group_btn a {
    padding: 3.85vw 10vw;
  }

  /* #top_insights 記事一覧ボタン（2026/07 事業構成変更で新規追加） */
  #top_insights .insights_btn {
    max-width: 90vw;
    margin: 7.69vw auto 0;
  }

  #top_insights .insights_btn a {
    padding: 3.85vw 10vw;
  }

  /* #about_group 表＋円環図構成（2026/07 事業構成変更で変更） */
  #about_group .body .group_body {
    flex-direction: column;
    gap: 6.41vw;
    margin-top: 6.15vw;
  }

  #about_group .body .group_body .group_table_wrap .group_table {
    border-bottom: 1px solid #bfbfbf;
  }

  #about_group .body .group_body .group_table_wrap .group_table .tr .th,
  #about_group .body .group_body .group_table_wrap .group_table .tr .td {
    display: block;
    width: 100%;
    font-size: 3.59vw;
    border-bottom: none;
  }

  #about_group .body .group_body .group_table_wrap .group_table .tr .th {
    padding: 2.56vw 5.13vw;
  }

  #about_group .body .group_body .group_table_wrap .group_table .tr .td {
    padding: 3.85vw 5.13vw;
  }

  #about_group .body .group_body .group_figure {
    width: 100%;
    padding: 0;
  }

  #about_group .body .group_note {
    font-size: 3.33vw;
    margin-top: 4.1vw;
  }

  /* #about_history（2026/07 事業構成変更で新規追加。2026/07 タイムライン形式に変更） */
  #about_history {
    padding: 7.69vw 0 15.38vw;
  }

  #about_history .body .history_list {
    margin-top: 7.69vw;
  }

  #about_history .body .history_list::before {
    top: 2vw;
    bottom: 2vw;
    left: 1vw;
  }

  #about_history .body .history_list .item {
    display: block;
    padding-left: 6.15vw;
  }

  #about_history .body .history_list .item+.item {
    margin-top: 6.15vw;
  }

  #about_history .body .history_list .item::before {
    top: 1.8vw;
    left: 0;
    width: 2.31vw;
    height: 2.31vw;
  }

  #about_history .body .history_list .item .item_year {
    width: auto;
    font-size: 5.13vw;
  }

  #about_history .body .history_list .item .item_year .item_year_small {
    font-size: 3.33vw;
    margin-left: 1vw;
  }

  #about_history .body .history_list .item .item_text {
    font-size: 3.59vw;
    padding-left: 0;
    margin-top: 1.28vw;
  }

  /* #mvv_contents Statementのサブコピー（トップFVの表現を踏襲）2026/07 事業構成変更で新規追加 */
  #mvv_contents .body .block .c_title .statement_lead {
    margin-top: 3.85vw;
  }

  #mvv_contents .body .block .c_title .statement_lead .statement_lead_text {
    font-size: 3.85vw;
    line-height: 1.7;
  }

  #mvv_contents .body .block .c_title .statement_lead .statement_lead_text .statement_lead_border {
    top: -0.51vw;
    width: 10.26vw;
    margin-right: 2.05vw;
  }

  /* フッターSNSアイコン（2026/07 追加） */
  .site_footer .sns_links {
    justify-content: center;
    gap: 5.13vw;
  }

  .site_footer .sns_links .sns_link a {
    width: 6.15vw;
    height: 6.15vw;
  }

  /* Service子ページ共通（Sales Excellence／People Excellence／Yoake Series）2026/07 事業構成変更で新規追加 */
  /* 対象顧客 */
  #sc_target {
    padding: 6.67vw 0 7.69vw;
  }

  #sc_target .target_list {
    flex-direction: column;
    gap: 3.85vw;
    margin-top: 6.15vw;
  }

  #sc_target .target_list .item {
    padding: 5.13vw;
  }

  #sc_target .target_list .item .item_title {
    font-size: 4.01vw;
  }

  #sc_target .target_list .item .item_text {
    font-size: 3.33vw;
    margin-top: 2.56vw;
  }

  /* 提供価値（3段階） */
  #sc_value {
    padding: 7.69vw 0;
  }

  #sc_value .value_block {
    margin-top: 7.69vw;
  }

  #sc_value .value_block .value_head {
    padding: 3.85vw 5.13vw;
  }

  #sc_value .value_block .value_head .value_head_title {
    font-size: 4.07vw;
  }

  #sc_value .value_block .value_head .value_head_text {
    font-size: 3.33vw;
    margin-top: 1.28vw;
  }

  #sc_value .value_block .step_list {
    flex-direction: column;
    gap: 6.15vw;
    margin-top: 3.85vw;
  }

  #sc_value .value_block .step_list .item+.item::before {
    top: -7.44vw;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    width: 8.72vw;
    height: 8.72vw;
    font-size: 4.1vw;
  }

  #sc_value .value_block .step_list .item {
    padding: 5.13vw;
  }

  #sc_value .value_block .step_list .item .item_head {
    padding-bottom: 3.08vw;
  }

  #sc_value .value_block .step_list .item .item_head .item_step {
    font-size: 4.01vw;
  }

  #sc_value .value_block .step_list .item .item_head .item_phase {
    font-size: 3.08vw;
  }

  #sc_value .value_block .step_list .item .item_text {
    font-size: 3.59vw;
    margin-top: 3.08vw;
  }

  #sc_value .value_block .step_list .item .item_menus {
    margin-top: 3.08vw;
  }

  #sc_value .value_block .step_list .item .item_menus .item_menu {
    padding: 3.08vw 3.85vw;
  }

  #sc_value .value_block .step_list .item .item_menus .item_menu+.item_menu {
    margin-top: 2.56vw;
  }

  #sc_value .value_block .step_list .item .item_menus .item_menu .item_menu_title {
    font-size: 3.33vw;
  }

  #sc_value .value_block .step_list .item .item_menus .item_menu .item_menu_text {
    font-size: 3.08vw;
  }

  /* Yoake Series 一覧表 */
  #sc_yoake {
    padding: 7.69vw 0;
  }

  #sc_yoake .yoake_table_wrap {
    margin-top: 6.15vw;
  }

  #sc_yoake .yoake_table_wrap .yoake_table {
    border-bottom: 1px solid #bfbfbf;
  }

  #sc_yoake .yoake_table_wrap .yoake_table .tr .th,
  #sc_yoake .yoake_table_wrap .yoake_table .tr .td {
    display: block;
    width: 100%;
    font-size: 3.33vw;
    border-bottom: none;
    padding: 2.56vw 4.1vw;
  }

  #sc_yoake .yoake_table_wrap .yoake_table .tr--head {
    display: none;
  }

  #sc_yoake .yoake_table_wrap .yoake_table .tr .th--num {
    width: 100%;
    text-align: left;
    background: #231815;
  }

  #sc_yoake .yoake_table_wrap .yoake_table .tr .th--label {
    width: 100%;
    background: #F4F4F4;
  }

  #sc_yoake .yoake_btn {
    max-width: 90vw;
    margin: 6.15vw auto 0;
  }

  #sc_yoake .yoake_btn a {
    padding: 3.85vw 10vw;
  }

  /* Yoake Series 各サービスの詳細（タブ切替） */
  #sc_yoake_detail {
    padding: 7.69vw 0;
  }

  #sc_yoake_detail .c_tabs {
    margin-top: 6.15vw;
  }

  #sc_yoake_detail .c_tabs .tab a {
    font-size: 3.08vw;
    padding: 2.05vw 2.56vw;
  }

  #sc_yoake_detail .yoake_panels {
    margin-top: 5.13vw;
  }

  #sc_yoake_detail .yoake_panels .yoake_panel {
    padding: 5.13vw;
  }

  #sc_yoake_detail .yoake_panels .yoake_panel .panel_head .panel_title {
    font-size: 4.62vw;
  }

  #sc_yoake_detail .yoake_panels .yoake_panel .panel_head .panel_lead {
    font-size: 3.33vw;
    margin-top: 2.56vw;
  }

  #sc_yoake_detail .yoake_panels .yoake_panel .panel_block {
    margin-top: 6.15vw;
  }

  #sc_yoake_detail .yoake_panels .yoake_panel .panel_block .panel_block_title {
    font-size: 3.85vw;
    padding-left: 2.56vw;
  }

  #sc_yoake_detail .yoake_panels .yoake_panel .panel_block .panel_block_title::before {
    width: 0.77vw;
  }

  /* 提供範囲 */
  #sc_yoake_detail .yoake_panels .yoake_panel .panel_block .scope_list {
    flex-direction: column;
    gap: 3.85vw;
    margin-top: 3.85vw;
  }

  #sc_yoake_detail .yoake_panels .yoake_panel .panel_block .scope_list .item {
    padding: 4.1vw;
  }

  #sc_yoake_detail .yoake_panels .yoake_panel .panel_block .scope_list .item .item_title {
    font-size: 3.54vw;
    padding-bottom: 3.08vw;
  }

  #sc_yoake_detail .yoake_panels .yoake_panel .panel_block .scope_list .item .item_menus {
    margin-top: 3.08vw;
  }

  #sc_yoake_detail .yoake_panels .yoake_panel .panel_block .scope_list .item .item_menus .item_menu {
    font-size: 3.33vw;
  }

  /* 料金 */
  #sc_yoake_detail .yoake_panels .yoake_panel .panel_block .price_table_wrap {
    margin-top: 3.85vw;
  }

  #sc_yoake_detail .yoake_panels .yoake_panel .panel_block .price_table_wrap .price_table {
    border-bottom: 1px solid #bfbfbf;
  }

  #sc_yoake_detail .yoake_panels .yoake_panel .panel_block .price_table_wrap .price_table .tr .th,
  #sc_yoake_detail .yoake_panels .yoake_panel .panel_block .price_table_wrap .price_table .tr .td {
    display: block;
    width: 100%;
    font-size: 3.33vw;
    border-bottom: none;
    padding: 2.56vw 4.1vw;
  }

  #sc_yoake_detail .yoake_panels .yoake_panel .panel_block .price_table_wrap .price_table .tr--head {
    display: none;
  }

  #sc_yoake_detail .yoake_panels .yoake_panel .panel_block .price_table_wrap .price_table .tr .th--label {
    width: 100%;
  }

  #sc_yoake_detail .yoake_panels .yoake_panel .panel_block .price_table_wrap .price_table .tr .td--price {
    width: 100%;
  }

  /* 他社との違い */
  #sc_yoake_detail .yoake_panels .yoake_panel .panel_block .diff_list {
    margin-top: 3.85vw;
  }

  #sc_yoake_detail .yoake_panels .yoake_panel .panel_block .diff_list .item {
    flex-direction: column;
    gap: 1.28vw;
    padding: 3.08vw 0;
  }

  #sc_yoake_detail .yoake_panels .yoake_panel .panel_block .diff_list .item .item_vs {
    width: 100%;
    font-size: 3.33vw;
  }

  #sc_yoake_detail .yoake_panels .yoake_panel .panel_block .diff_list .item .item_text {
    font-size: 3.33vw;
  }

  /* 準備中の注記・パネル内ボタン */
  #sc_yoake_detail .yoake_panels .yoake_panel .panel_note {
    font-size: 3.33vw;
    padding: 4.1vw;
    margin-top: 5.13vw;
  }

  #sc_yoake_detail .yoake_panels .yoake_panel .panel_btn {
    max-width: 66.67vw;
    margin: 6.15vw auto 0;
  }

  #sc_yoake_detail .yoake_panels .yoake_panel .panel_btn a {
    padding: 3.85vw 10vw;
  }

  /* 他社との違い */
  #sc_difference {
    padding: 7.69vw 0;
  }

  #sc_difference .difference_table_wrap {
    overflow-x: auto;
    margin-top: 6.15vw;
  }

  #sc_difference .difference_table_wrap .difference_table {
    width: 180vw;
  }

  #sc_difference .difference_table_wrap .difference_table .tr .th,
  #sc_difference .difference_table_wrap .difference_table .tr .td {
    font-size: 3.33vw;
    padding: 3.08vw 3.85vw;
  }

  #sc_difference .difference_table_wrap .difference_table .tr .th--label .small {
    font-size: 2.82vw;
  }

  #sc_difference .difference_table_wrap .difference_table .tr .th--mark,
  #sc_difference .difference_table_wrap .difference_table .tr .td--mark {
    width: 15vw;
  }

  /* 関連導線 */
  #sc_links {
    padding: 0 0 15.38vw;
  }

  #sc_links .links {
    flex-direction: column;
    align-items: center;
    gap: 3.85vw;
  }

  #sc_links .links .link_btn {
    width: fit-content;
    min-width: 66.67vw;
  }

  #sc_links .links .link_btn a {
    width: 100%;
    white-space: nowrap;
    padding: 3.85vw 10vw;
  }

  /* #careers_jobs 募集職種（2026/07 事業構成変更で新規追加） */
  #careers_jobs {
    padding: 7.69vw 0 15.38vw;
  }

  #careers_jobs .body .jobs_block {
    margin-top: 6.15vw;
  }

  #careers_jobs .body .jobs_block+.jobs_block {
    margin-top: 7.69vw;
  }

  #careers_jobs .body .jobs_block .jobs_title {
    font-size: 4.07vw;
  }

  #careers_jobs .body .jobs_block .jobs_list {
    grid-template-columns: 1fr;
    gap: 3.85vw;
    margin-top: 4.1vw;
  }

  #careers_jobs .body .jobs_block .jobs_list .item {
    padding: 5.13vw;
  }

  #careers_jobs .body .jobs_block .jobs_list .item .item_title {
    font-size: 4.01vw;
  }

  #careers_jobs .body .jobs_block .jobs_list .item .item_text {
    font-size: 3.59vw;
    margin-top: 1.28vw;
  }

  #careers_jobs .body .jobs_block .jobs_list .item .item_conditions {
    margin-top: 2.56vw;
  }

  #careers_jobs .body .jobs_block .jobs_list .item .item_conditions .item_condition {
    font-size: 3.33vw;
  }

  #careers_jobs .body .jobs_btn {
    max-width: 90vw;
    margin: 7.69vw auto 0;
  }

  #careers_jobs .body .jobs_btn a {
    padding: 3.85vw 10vw;
  }

  /* #message_contents 太字アクセント・リンクボタン（2026/07 事業構成変更で新規追加） */
  #message_contents .body .links {
    flex-direction: column;
    align-items: center;
    gap: 3.85vw;
    margin-top: 10.26vw;
  }

  #message_contents .body .links .link_btn {
    width: 66.67vw;
  }

  #message_contents .body .links .link_btn a {
    width: 100%;
    padding: 3.85vw 10vw;
  }
}

@media screen and (min-width: 751px) {
  #top_why .item {
    visibility: visible !important;
    -webkit-animation: none !important;
    animation: none !important;
  }

  #case_article .item a {
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  #case_article .item_foot {
    margin-top: auto;
  }
}

@media (hover: none),
(prefers-reduced-motion: reduce) {
  .fx_canvas {
    display: none;
  }

  .fx_canvas {
    display: none;
  }
}