@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
*/
html,
body,
button,
input,
select,
textarea,
body > * {
  font-family: var(--font_main);
}

body {
  font-family: var(--font_main);
  font-weight: 400;
  line-height: 1.6;
  color: var(--color_base);
  background-color: var(--color_white);
  min-width: 1440px;
}

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

.wrap.mid {
  width: 1240px;
}

.wrap.lr {
  width: 1340px;
}

/* ========================================
   カラー
   ======================================== */
:root {
  --color_base: #000000;
  --color_accent: #132649;
  --color_header_sp_sub: #091d41;
  --color_white: #ffffff;
}

/* ========================================
   フォント
   ======================================== */
:root {
  --font_main: 'Zen Kaku Gothic New', sans-serif;
  --font_en: 'helvetica-neue-lt-pro', sans-serif;
}

/* ========================================
   共通パーツ（セクションタイトル）
   ======================================== */
.common_title .en {
  font-family: var(--font_en);
  font-size: 56px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.04em;
  color: var(--color_base);
}

.common_title .jp {
  margin: 25px 0 0;
  font-family: var(--font_main);
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.11em;
  color: #5a5a5a;
}

/* ========================================
   共通パーツ（ボタン）
   ======================================== */
.common_btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-width: 235px;
  padding: 0 13px 0 20px;
  border: 1px solid var(--color_base);
  border-radius: 999px;
  background-color: var(--color_white);
  color: #222222;
  font-family: var(--font_main);
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.11em;
  transition: all 0.3s ease;
  height: 56px;
}

.common_btn .text {
  color: inherit;
  transition: all 0.3s ease;
}

.common_btn .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
}

.common_btn .icon .round {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background-color: var(--color_base);
  transition: all 0.3s ease;
}

.common_btn .icon .arrow {
  position: relative;
  z-index: 1;
  display: block;
  width: 13px;
  height: 11px;
  color: var(--color_white);
  transition: color 0.3s ease;
}

.common_btn .icon .arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 12px;
  height: 0.5px;
  background-color: currentColor;
  transform: translateY(-50%);
}

.common_btn .icon .arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1px;
  width: 7px;
  height: 7px;
  border-top: 0.5px solid currentColor;
  border-right: 0.5px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}

.common_btn.is_light {
  border-color: transparent;
  background-color: var(--color_accent);
  color: var(--color_white);
}

.common_btn.is_light .icon .round {
  background-color: var(--color_white);
}

.common_btn.is_light .icon .arrow {
  color: var(--color_base);
}

.common_btn.is_reverse {
  background-color: var(--color_accent);
  color: var(--color_white);
}

.common_btn.is_reverse .icon .round {
  background-color: var(--color_white);
}

.common_btn.is_reverse .icon .arrow {
  color: var(--color_base);
}

/* ========================================
   共通パーツ（お問い合わせ）
   ======================================== */
.common_contact {
  position: relative;
  padding: 90px 0 80px;
  overflow: hidden;
  z-index: 1;
}

.common_contact .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.7;
}

.common_contact .bg .img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.common_contact .inner {
  position: relative;
  z-index: 1;
  text-align: center;
}

.common_contact .contact_text {
  margin-top: 20px;
  font-family: var(--font_main);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.08em;
  color: var(--color_base);
}

.common_contact .btn_box {
  margin-top: 33px;
}

.common_contact .btn_box .common_btn {
  padding: 0 13px 0 30px;
  gap: 45px;
}

/* ========================================
   PCヘッダー（追従）
   ======================================== */
#pc_header {
  width: 100%;
  height: 110px;
  background-color: var(--color_white);
}

body#top #pc_header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}

#pc_header .header_inner {
  width: 100%;
  height: 100%;
  padding: 0 50px 0 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#pc_header .logo {
  display: flex;
  align-items: center;
}

#pc_header .logo .link {
  display: block;
  line-height: 0;
}

#pc_header .logo .img {
  display: block;
  width: 199px;
  height: auto;
}

#pc_header .logo .img.is_sub {
  display: none;
}

#pc_header .header_right {
  display: flex;
  align-items: center;
  gap: 50px;
}

#pc_header .nav {
  display: flex;
  align-items: center;
}

#pc_header .nav .list {
  display: flex;
  align-items: center;
  gap: 60px;
}

#pc_header .nav .item {
  position: relative;
}

#pc_header .nav .item .link {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  cursor: pointer;
  font-family: var(--font_en);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.11em;
  color: var(--color_base);
  transition: all 0.3s ease;
}

#pc_header .nav .item.has_sub .link {
  font-size: 17px;
}

#pc_header .nav .item .link .arrow {
  display: inline-block;
  position: relative;
  width: 8px;
  height: 8px;
  margin-top: -2px;
}

#pc_header .nav .item .link .arrow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 8px;
  height: 8px;
  border-right: 1.5px solid var(--color_base);
  border-bottom: 1.5px solid var(--color_base);
  transform: translateX(-50%) rotate(45deg);
}

#pc_header .nav .item.has_sub .sub {
  position: absolute;
  top: calc(100% + 16px);
  left: 50%;
  min-width: 320px;
  padding: 20px;
  background-color: var(--color_white);
  box-shadow: 0 8px 24px rgba(26, 39, 68, 0.12);
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%) translateY(8px);
  transition: all 0.3s ease;
}

#pc_header .nav .item.has_sub .sub::before {
  content: "";
  position: absolute;
  top: -16px;
  left: 0;
  width: 100%;
  height: 16px;
}

#pc_header .nav .item.has_sub .sub_list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

#pc_header .nav .item.has_sub .sub_list .sub_item .sub_link {
  display: inline;
  font-family: var(--font_main);
  font-size: 16px;
  font-weight: 400;
  color: var(--color_base);
  text-decoration: none;
  transition: all 0.3s ease;
}

#pc_header .contact {
  display: flex;
  align-items: center;
}

#pc_header .contact .btn {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: 210px;
  height: 50px;
  padding: 0 10px 0 21px;
  background-color: var(--color_accent);
  color: var(--color_white);
  border: 1px solid var(--color_accent);
  border-radius: 999px;
  font-family: var(--font_en);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.11em;
  transition: all 0.3s ease;
}

#pc_header .contact .btn .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 19px;
  height: 15px;
  color: var(--color_white);
  transition: all 0.3s ease;
}

#pc_header .contact .btn .icon svg {
  display: block;
  width: 19px;
  height: 15px;
}

#pc_header .contact .btn .icon::before {
  content: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 12px;
  border: 1.5px solid currentColor;
  border-radius: 2px;
}

#pc_header .contact .btn .icon::after {
  content: none;
  position: absolute;
  top: 2px;
  left: 2px;
  width: 14px;
  height: 6px;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid transparent;
  border-left: 1.5px solid transparent;
  transform: skewX(-12deg);
}

#pc_header .contact .btn .text {
  flex-shrink: 0;
  margin-left: 10px;
  margin-right: 35px;
  transition: all 0.3s ease;
  font-family: var(--font_en);
}

#pc_header .contact .btn .arrow {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}

#pc_header .contact .btn .arrow .round {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background-color: var(--color_white);
  transition: all 0.3s ease;
}

#pc_header .contact .btn .arrow .img {
  position: relative;
  z-index: 1;
  display: block;
  color: var(--color_accent);
  transition: all 0.3s ease;
}

/* ========================================
   下層ページヘッダー
   ======================================== */
body:not(#top) .main {
  padding-top: 0;
}

body:not(#top) .header_follow {
  visibility: visible;
  pointer-events: auto;
  height: auto;
  overflow: visible;
}

body:not(#top) .header_follow #pc_header.is_follow {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  background-color: #091d41;
  box-shadow: none;
  border-bottom: none;
}

body:not(#top) .header_follow #pc_header.is_follow .logo .img.is_top {
  display: none;
}

body:not(#top) .header_follow #pc_header.is_follow .logo .img.is_sub {
  display: block;
}

body:not(#top) .header_follow #pc_header.is_follow .nav .item .link {
  color: var(--color_white);
}

body:not(#top) .header_follow #pc_header.is_follow .nav .item .link .arrow::before {
  border-color: var(--color_white);
}

body:not(#top) .header_follow #pc_header.is_follow .contact .btn {
  background-color: transparent;
  color: var(--color_white);
  border-color: var(--color_white);
}

body:not(#top) .header_follow #pc_header.is_follow .contact .btn .icon {
  color: var(--color_white);
}

body:not(#top) .header_follow #pc_header.is_follow .contact .btn .arrow .round {
  background-color: var(--color_white);
}

body:not(#top) .header_follow #pc_header.is_follow .contact .btn .arrow .img {
  color: var(--color_accent);
}

body:not(#top) .header_follow #sp_header.is_follow {
  display: block;
  background-color: var(--color_header_sp_sub);
}

body:not(#top) #sp_header .logo .img.is_default {
  opacity: 0;
}

body:not(#top) #sp_header .logo .img.is_white {
  opacity: 1;
}

body:not(#top) .hamburger span {
  background-color: var(--color_white);
}

body.is_menu_open:not(#top) .header_follow {
  height: auto;
  overflow: visible;
  visibility: visible;
  pointer-events: auto;
}

body:not(#top) .header_follow .sp_header.is_open,
body:not(#top) .header_follow .sp_header.is_closing {
  position: fixed;
  inset: 0;
  z-index: 1100;
  width: 100%;
  height: 100%;
}

/* ========================================
   トップページ
   ======================================== */
/* ----------------------------------------
   FV（メインビジュアル）
   ---------------------------------------- */
.top_main_visual {
  position: relative;
  padding: 130px 0 179px;
}

.top_main_visual .mv_section_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 960px;
  z-index: 0;
  pointer-events: none;
}

.top_main_visual .mv_section_bg picture {
  display: block;
  width: 100%;
  height: 100%;
}

.top_main_visual .mv_section_bg .img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.top_main_visual .inner {
  position: relative;
  z-index: 1;
  max-width: 1440px;
  margin: 0 auto;
  overflow: visible;
}

.top_main_visual .image {
  position: absolute;
  top: 0;
  right: 0;
  width: 950px;
  aspect-ratio: 950/540;
  z-index: 1;
}

.top_main_visual .image .img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.top_main_visual .image picture {
  display: block;
  width: 100%;
  height: 100%;
}

.top_main_visual .content {
  position: relative;
  z-index: 2;
  padding: 133px 0 0 101px;
  background-color: transparent;
}

.top_main_visual .title {
  position: relative;
  z-index: 1;
  font-family: var(--font_main);
  font-size: 40px;
  font-weight: 700;
  line-height: 1.43;
  letter-spacing: 0.11em;
  color: var(--color_accent);
}

.top_main_visual .title .line {
  display: flex;
  align-items: baseline;
}

.top_main_visual .subtitle.bg_box,
.top_main_visual .bg_grad_strategy {
  position: relative;
  z-index: 2;
  display: block;
  width: fit-content;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, rgb(255, 255, 255) 55%, rgb(255, 255, 255) 100%);
  box-shadow: 4px 4px 24px rgba(26, 39, 68, 0.06);
}

.top_main_visual .title .bg_grad_strategy {
  margin-top: 6px;
  padding: 0;
  min-width: 501px;
}

.top_main_visual .title .bg_grad_strategy .kanji {
  font-size: 58px;
  line-height: 1.28;
  letter-spacing: 0.15em;
}

.top_main_visual .title .bg_grad_strategy .kana {
  font-size: 40px;
}

.top_main_visual .subtitle.bg_box {
  margin-top: 6px;
  padding: 7px 0 7px 3px;
  font-family: var(--font_en);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: var(--color_base);
  min-width: 501px;
}

.top_main_visual .text_box {
  position: relative;
  z-index: 1;
  margin-top: 46px;
  padding-left: 20px;
}

.top_main_visual .text_box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: var(--color_base);
}

.top_main_visual .text_box .text {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.26em;
  color: var(--color_base);
}

/* ----------------------------------------
   NEWS
   ---------------------------------------- */
.top_news {
  position: relative;
  padding: 110px 0 200px;
}

.top_news .inner {
  display: flex;
  gap: 75px;
  align-items: start;
}

.top_news .head {
  width: 330px;
}

.top_news .head .common_title {
  margin: 0 0 0 100px;
}

.top_news .head .btn_box {
  margin: 40px 0 0 90px;
}

.top_news .list {
  flex: 1;
  margin: 0 100px 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.top_news .list .item {
  padding: 25px 4px 18px 7px;
}

.top_news .list .item .link {
  display: block;
  color: var(--color_base);
  transition: all 0.3s ease;
}

.top_news .list .item .date {
  font-family: var(--font_main);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.top_news .list .item .title {
  margin-top: 10px;
  font-family: var(--font_main);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.1em;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.top_news .list .item .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-top: 30px;
  margin-left: auto;
}

.top_news .list .item .icon .round {
  position: absolute;
  inset: 0;
  border: 1px solid var(--color_accent);
  border-radius: 50%;
  background-color: var(--color_white);
  transition: all 0.3s ease;
}

.top_news .list .item .icon .arrow {
  position: relative;
  z-index: 1;
  display: block;
  width: 13px;
  height: 11px;
  color: var(--color_accent);
  transition: all 0.3s ease;
}

.top_news .list .item .icon .arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -43px;
  width: 55px;
  height: 0.5px;
  background-color: currentColor;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}

.top_news .list .item .icon .arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1px;
  width: 7px;
  height: 7px;
  border-top: 0.5px solid currentColor;
  border-right: 0.5px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}

.top_news .btn_box.sp {
  display: none;
}

/* ----------------------------------------
   事業内容（SERVICE）
   ---------------------------------------- */
.top_service {
  position: relative;
  background-color: var(--color_accent);
  background-image: url("./image/service_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: scroll;
  padding: 160px 0 165px;
}

/* SP のみ表示（PC は background-attachment: fixed） */
.top_service_bg {
  display: none;
}

@media (min-width: 751px) {
  .top_service {
    background-attachment: fixed;
  }
}
.top_service .list {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 210px;
}

.top_service .list .item .inner {
  display: grid;
  grid-template-columns: 560px 1fr;
  gap: 100px;
  align-items: center;
}

.top_service .list .item .image {
  width: 100%;
  height: 100%;
}

.top_service .list .item .image .img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.top_service .list .item .content {
  margin: 0 30px 0 0;
}

.top_service .list .item .service_title {
  display: flex;
  align-items: baseline;
  gap: 15px;
}

.top_service .list .item .service_title .en {
  font-family: var(--font_en);
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: var(--color_white);
}

.top_service .list .item .service_title .jp {
  margin-top: 0;
  font-family: var(--font_main);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.11em;
  color: var(--color_white);
}

.top_service .list .item .title {
  margin-top: 16px;
  font-family: var(--font_main);
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.11em;
  color: var(--color_white);
  padding: 0 0 20px;
  border-bottom: 1px solid var(--color_white);
}

.top_service .list .item .lead {
  margin-top: 35px;
  font-family: var(--font_main);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.39;
  letter-spacing: 0.12em;
  color: var(--color_white);
}

.top_service .list .item .content .content_text {
  margin-top: 27px;
  font-family: var(--font_main);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.11em;
  color: var(--color_white);
}

.top_service .list .item .btn_box {
  margin-top: 40px;
}

/* ----------------------------------------
   会社概要（COMPANY）
   ---------------------------------------- */
.top_company {
  padding: 200px 0;
}

.top_company .inner {
  display: grid;
  grid-template-columns: 1fr 490px;
  gap: 188px;
  margin: 0 62px 0 50px;
}

.top_company .content {
  margin: 55px 0 0 0;
}

.top_company .content .content_text {
  margin: 50px 0 54px 0;
  font-family: var(--font_main);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.79;
  letter-spacing: 0.1em;
  color: var(--color_base);
}

.top_company .name {
  padding: 15px 0 0;
  border-top: 1px solid var(--color_base);
  font-family: var(--font_main);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.44;
  letter-spacing: 0.1em;
  color: var(--color_base);
}

.top_company .address {
  margin-top: 6px;
  font-family: var(--font_main);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.57;
  letter-spacing: 0.1em;
  color: var(--color_base);
}

.top_company .btn_box {
  margin: 45px 0 0 0;
  text-align: right;
}

.top_company .btn_box .common_btn {
  text-align: left;
}

.top_company .image {
  width: 100%;
  aspect-ratio: 490/620;
}

.top_company .image .img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* ========================================
   フッター
   ======================================== */
.footer {
  padding: 120px 0 100px;
  background-color: var(--color_accent);
  color: var(--color_white);
  position: relative;
  z-index: 1;
}

.footer .inner {
  display: grid;
  grid-template-columns: 308px 1fr;
  grid-template-areas: "info nav" "nameaddress nav";
  column-gap: 215px;
  align-items: start;
  margin: 0 0 140px;
}

.footer .info {
  grid-area: info;
}

.footer .info .logo {
  display: block;
  line-height: 0;
  width: 261px;
  height: auto;
}

.footer .info .logo .img {
  display: block;
  width: 100%;
  height: auto;
}

.footer .nameaddress {
  grid-area: nameaddress;
}

.footer .nameaddress .name {
  margin-top: 41px;
  font-family: var(--font_main);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.64;
  letter-spacing: 0.11em;
}

.footer .nameaddress .address {
  margin: 6px 0 0;
  font-family: var(--font_main);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.11em;
}

.footer .nav {
  grid-area: nav;
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin: 0 10px 0 0;
}

.footer .nav .list .item .link {
  display: inline-block;
  font-family: var(--font_en);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.11em;
  color: var(--color_white);
}

.footer .nav .list .item + .item {
  margin-top: 35px;
}

.footer .nav .label {
  font-family: var(--font_en);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.11em;
  color: var(--color_white);
}

.footer .nav .block .label {
  font-weight: 500;
}

.footer .nav .sub_list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 30px 0 0 20px;
}

.footer .nav .sub_list .sub_item .sub_link {
  display: inline-block;
  font-family: var(--font_main);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.11em;
  color: var(--color_white);
}

.footer .nav .company_link {
  display: block;
  font-family: var(--font_en);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.11em;
  color: var(--color_white);
  width: fit-content;
}

.footer .nav .contact_btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 35px;
  color: var(--color_white);
  font-family: var(--font_en);
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.11em;
  transition: all 0.3s ease;
}

.footer .contact_btn .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 19px;
  height: 15px;
  color: var(--color_white);
  transition: all 0.3s ease;
}

.footer .contact_btn .icon svg {
  display: block;
  width: 19px;
  height: 15px;
}

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

.footer .bottom .copy {
  font-family: var(--font_base);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.11em;
  color: var(--color_white);
}

.footer .bottom .sub {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 5px;
  align-items: center;
}

.footer .bottom .sub .item .link {
  font-family: var(--font_base);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.11em;
  color: var(--color_white);
}

.footer .bottom .sub .item .slash {
  font-family: var(--font_base);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.11em;
  color: var(--color_white);
}

/* ========================================
   事業内容下層（service_detail）
   ======================================== */
.page_business .service_detail_wrap {
  display: flex;
  flex-direction: column;
  gap: 140px;
}

.service_detail {
  display: grid;
  grid-template-columns: 550px 1fr;
  gap: 70px;
  align-items: center;
}

.service_detail.is_reverse {
  grid-template-columns: 1fr 550px;
}

.service_detail.is_reverse .image {
  order: 2;
}

.service_detail.is_reverse .content {
  order: 1;
}

.service_detail .image {
  width: 100%;
  aspect-ratio: 550/400;
}

.service_detail .image .img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.service_detail .title {
  font-family: var(--font_main);
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: var(--color_base);
  line-height: 1.4;
}

.service_detail .sub {
  font-family: var(--font_main);
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.11em;
  color: var(--color_base);
}

.service_detail .text {
  margin-top: 35px;
  font-family: var(--font_main);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.94;
  letter-spacing: 0.12em;
  color: var(--color_base);
}

/* ========================================
   会社概要
   ======================================== */
/* ----------------------------------------
   ミッション / コアバリュー
   ---------------------------------------- */
.company_mv_sec {
  margin: 0 0 120px;
}

.company_mv_sec .inner {
  display: flex;
  flex-direction: column;
  gap: 120px;
  max-width: 1000px;
  margin: 0 auto;
}

.company_mv_sec .company_sec_title {
  text-align: center;
}

.company_mv_sec .company_sec_title .en {
  margin: 0;
  font-family: var(--font_en);
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.04em;
  color: var(--color_base);
}

.company_mv_sec .company_sec_title .jp {
  margin: 16px 0 0;
  font-family: var(--font_main);
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.11em;
  color: #5a5a5a;
}

.company_mv_sec .mission .text {
  margin: 40px 0 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
  color: var(--color_base);
}

.company_mv_sec .core_value .list {
  margin: 40px 0 0;
  padding: 0;
  list-style: none;
}

.company_mv_sec .core_value .item {
  display: grid;
  grid-template-columns: 20px 190px 1fr;
  column-gap: 14px;
  align-items: start;
}

.company_mv_sec .core_value .item + .item {
  margin-top: 28px;
}

.company_mv_sec .core_value .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-top: 10px;
  border-radius: 50%;
  background-color: var(--color_accent);
}

.company_mv_sec .core_value .icon svg {
  display: block;
  width: 20px;
  height: 20px;
}

.company_mv_sec .core_value .label {
  position: relative;
  width: 190px;
  padding-right: 1em;
  font-family: var(--font_en);
  font-size: 20px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.04em;
  text-align: left;
  color: var(--color_base);
}

.company_mv_sec .core_value .label::after {
  content: "：";
  position: absolute;
  top: 0;
  right: 0;
  line-height: 2;
}

.company_mv_sec .core_value .text {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.08em;
  color: var(--color_base);
}

/* ----------------------------------------
   会社概要テーブル
   ---------------------------------------- */
.company_profile_sec .cont dl {
  border-top: 1px solid #c4c4c4;
  display: flex;
}

.company_profile_sec .cont dl dt {
  flex-shrink: 0;
  width: 19.5%;
  border-top: 4px solid var(--color_accent);
  padding: 1em;
  font-size: 20px;
  letter-spacing: 0.08em;
  font-weight: 700;
}

.company_profile_sec .cont dl dd {
  width: 100%;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 1.5;
  padding: 1.8em 5.3em;
}

.company_profile_sec .cont .business_lines {
  margin: 0;
  padding: 0;
  list-style: none;
}

.company_profile_sec .cont .business_lines li + li {
  margin-top: 1.2em;
}

.company_profile_sec .cont .business_lines .name {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.5;
}

.company_profile_sec .cont .business_lines .text {
  margin: 0.3em 0 0;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.5;
  color: #5a5a5a;
}

/* PC固定ページ 共通設定 */
.common_page_main {
  background: var(--color_accent);
  padding: 205px 0 35px;
  position: relative;
  z-index: 1;
}

.common_page_main:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color_accent);
  z-index: 1;
}

.common_page_main .page_mv_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1720px;
  z-index: 0;
  pointer-events: none;
}

.common_page_main .page_mv_bg .img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.common_page_main .title_box {
  text-align: center;
  position: relative;
  z-index: 1;
}

.common_page_main .title_box .sub_title {
  font-size: 56px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.04em;
  color: var(--color_white);
  font-family: var(--font_en);
}

.common_page_main .title_box .title {
  margin: 20px 0 0;
  font-size: 22px;
  letter-spacing: 0.11em;
  font-weight: 500;
  color: var(--color_white);
}

.common_page_wrap {
  padding: 125px 0 190px;
  position: relative;
  z-index: 2;
}

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

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

/* パンくず */
.breadcrumb {
  font-size: 12px;
  color: #8892a3;
  letter-spacing: 0.11em;
  font-weight: 500;
  padding: 20px 0;
  background-color: var(--color_accent);
  text-align: right;
  position: relative;
  z-index: 1;
}

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

.breadcrumb.is_business {
  text-align: right;
  padding: 20px 0;
}

.breadcrumb.is_business .list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
  font-family: var(--font_en);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.11em;
  color: #8e9db0;
}

.breadcrumb.is_business .link {
  color: #8e9db0;
  text-decoration: none;
}

.breadcrumb.is_business .sep {
  margin: 0 5px;
  color: #8e9db0;
}

.breadcrumb.is_business .text {
  color: #8e9db0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.common_contact_form select {
  width: 47.5%;
  background: #f8f8f8;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  font-size: 14px;
  letter-spacing: 0.08em;
  padding: 1.1em 1em;
  -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(--color_accent);
  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: 0.3s;
  text-align: center;
  letter-spacing: 0.08em;
  margin: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mw_wp_form_honey {
  display: none !important;
}

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

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

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

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

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

/* after上書き */
.radio_btns .radio_btns__item + span::after {
  width: 10px;
  aspect-ratio: 1;
  min-width: 0;
  top: 0px;
  left: 5px;
  border: none;
  background: #5a5a5a;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  transition: all 0.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: 0.08em;
  font-weight: 600;
  display: inline-block;
  position: relative;
  padding: 0 0 0 30px;
}

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

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

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

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

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

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

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

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

.page_contact .thanks_textArea .ichiran_link {
  background-color: var(--color_accent);
  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: 0.3s;
  margin: 0 auto;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

.page_contact .progressbar .item .en {
  display: block;
  color: #a7a7a7;
  letter-spacing: 0;
  font-family: var(--font_en);
}

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

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

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

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

#page_404 .num {
  font-size: 100px;
  font-family: var(--font_en);
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

.p-authorBox .avatar {
  display: inline;
}

/* ========================================
   ホバー（PC表示：751px以上）
   ======================================== */
@media (min-width: 751px) {
  .common_btn:hover {
    background-color: #222222;
    color: var(--color_white);
  }
  .common_btn:hover .text {
    color: var(--color_white);
  }
  .common_btn:hover .icon .round {
    background-color: var(--color_white);
  }
  .common_btn:hover .icon .arrow {
    color: var(--color_base);
  }
  .common_btn.is_light:hover {
    background-color: var(--color_white);
    color: var(--color_base);
  }
  .common_btn.is_light:hover .text {
    color: var(--color_base);
  }
  .common_btn.is_light:hover .icon .round {
    background-color: var(--color_base);
  }
  .common_btn.is_light:hover .icon .arrow {
    color: var(--color_white);
  }
  .common_btn.is_reverse:hover {
    background-color: var(--color_white);
    color: var(--color_base);
  }
  .common_btn.is_reverse:hover .text {
    color: var(--color_base);
  }
  .common_btn.is_reverse:hover .icon .round {
    background-color: var(--color_base);
  }
  .common_btn.is_reverse:hover .icon .arrow {
    color: var(--color_white);
  }
  #pc_header .nav .item .link:hover {
    opacity: 0.7;
  }
  #pc_header .nav .item.has_sub .sub_list .sub_item .sub_link:hover {
    opacity: 0.7;
    text-decoration: none;
  }
  #pc_header .contact .btn:hover {
    background-color: var(--color_white);
    color: #132649;
  }
  #pc_header .contact .btn:hover .icon {
    color: var(--color_accent);
  }
  #pc_header .contact .btn:hover .arrow .round {
    background-color: var(--color_accent);
  }
  #pc_header .contact .btn:hover .arrow .img {
    color: var(--color_white);
  }
  body:not(#top) .header_follow #pc_header.is_follow .contact .btn:hover {
    background-color: var(--color_white);
    color: #132649;
  }
  body:not(#top) .header_follow #pc_header.is_follow .contact .btn:hover .arrow .round {
    background-color: var(--color_accent);
  }
  body:not(#top) .header_follow #pc_header.is_follow .contact .btn:hover .arrow .img {
    color: var(--color_white);
  }
  body:not(#top) .header_follow #pc_header.is_follow .contact .btn:hover .icon {
    color: var(--color_accent);
  }
  body:not(#top) .header_follow #pc_header.is_follow .contact .btn:hover .text {
    color: var(--color_accent);
  }
  #pc_header .contact .btn:hover .text {
    color: var(--color_accent);
  }
  #pc_header .nav .item.has_sub:hover .sub {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
  }
  .top_news .list .item .link:hover .icon .arrow::before {
    left: 0;
    width: 12px;
  }
  .footer .nav .contact_btn:hover {
    opacity: 0.7;
  }
  .footer .nav .list .item .link:hover,
  .footer .nav .company_link:hover,
  .footer .nav .sub_list .sub_item .sub_link:hover,
  .footer .bottom .sub .item .link:hover {
    opacity: 0.7;
  }
}
/* ========================================
   メディアクエリ
   ======================================== */
@media (min-width: 1440px) {
  .top_main_visual .mv_section_bg {
    height: 66.6666666667vw;
  }
}
@media (max-width: 750px) {
  .wrap {
    max-width: 90%;
  }
  a[href$=".pdf"]::before {
    width: 7vw;
    height: 8vw;
    margin-right: 2.5vw;
  }
  a[href$=".pdf"]:hover {
    text-decoration: underline;
  }
  body {
    min-width: 100%;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  /* SP固定ページ 共通設定 */
  .common_page_main {
    padding: 35.9vw 0 15.38vw;
  }
  .common_page_main .page_mv_bg {
    height: 233.33vw;
  }
  .common_page_main .title_box .sub_title {
    font-size: 9.23vw;
  }
  .common_page_main .title_box .title {
    margin: 3.85vw 0 0;
    font-size: 4.1vw;
  }
  .common_page_wrap {
    padding: 20.51vw 0;
  }
  .reserve_text {
    font-size: 6vw;
  }
  /* パンくず */
  .breadcrumb {
    background: transparent;
    font-size: 2.56vw;
    padding: 2.56vw 0;
  }
  .breadcrumb.is_business {
    padding: 2.56vw 0;
  }
  .breadcrumb.is_business .list {
    font-size: 2.56vw;
    letter-spacing: 0.08em;
  }
  /* SP固定ページ お問い合わせ */
  .contact_form_disc {
    margin-block: 0 2em;
  }
  .contact_form_disc .text {
    font-size: 3.6vw;
    margin-block: 0 0.8em;
  }
  .contact_form_disc .caution {
    font-size: 3.1vw;
    letter-spacing: 0.06em;
  }
  .common_contact_form .form_box {
    margin-block: 0 10vw;
  }
  .common_contact_form .form_box dl {
    grid-template-columns: 1fr;
    gap: 0.6em;
  }
  .common_contact_form .form_box dl + dl {
    margin-block: 1.3em 0;
  }
  .common_contact_form .form_box dl dt {
    flex-direction: row-reverse;
    justify-content: space-between;
    font-size: 4.1vw;
    padding-inline: 0;
  }
  .common_contact_form .form_box dl dt .label {
    font-size: 3.1vw;
  }
  .common_contact_form .form_box dl dt::after {
    content: none;
  }
  .common_contact_form input[type=text],
  .common_contact_form input[type=email],
  .common_contact_form #zip {
    font-size: 3.6vw;
  }
  .common_contact_form select {
    width: 100%;
    font-size: 3.6vw;
  }
  .common_contact_form textarea {
    height: 33vw;
    font-size: 3.6vw;
  }
  .radio_btns,
  .checkboxes {
    gap: 0.5em 2.5em;
  }
  .page_contact #btn_wrap button {
    width: 83%;
    line-height: 15.5vw;
    font-size: 4.6vw;
  }
  .page_contact #btn_wrap button[name=submitBack] {
    margin-top: 4vw;
  }
  .mwform-checkbox-field.horizontal-item {
    display: block;
  }
  .page_contact #btn_wrap {
    width: 100%;
    text-align: center;
  }
  .privacy_check_list .mwform-checkbox-field-text {
    font-size: 3.8vw;
    padding-left: 11vw;
  }
  .mw_wp_form .privacy_check_list .horizontal-item {
    margin-right: 4vw;
  }
  .privacy_check_list .hissu {
    padding: 0.3vw 4vw;
  }
  .privacy_check_list {
    margin-bottom: 6vw;
  }
  .privacy_term_detail {
    font-size: 3.4vw;
    margin: 5vw 0;
  }
  .privacy_term_outer {
    width: 96%;
    padding: 5vw 0;
  }
  .privacy_term_outer .privacy_term_inner .main_text {
    font-size: 3.4vw;
    line-height: 1.6;
    margin-bottom: 5vw;
  }
  .privacy_term_outer .privacy_term_inner dl dt {
    font-size: 3.5vw;
    margin-bottom: 1.5vw;
  }
  .privacy_term_outer .privacy_term_inner dl dd {
    font-size: 3.5vw;
    line-height: 1.6;
  }
  .privacy_term_outer .privacy_term_inner dl + dl {
    margin-top: 7vw;
  }
  .privacy_term_detail::after {
    width: 2.5vw;
    margin: 1.5vw auto 0;
  }
  /* サンクスページ */
  .page_contact .thanks_textArea .name {
    font-size: 4vw;
    margin-bottom: 3vw;
  }
  .page_contact .thanks_textArea .contact_text {
    font-size: 3.5vw;
    margin-bottom: 2em;
    width: 100%;
  }
  .page_contact .thanks_textArea .ichiran_link {
    width: 80%;
    line-height: 12vw;
    font-size: 4vw;
  }
  /* ステップバー デザイン */
  .page_contact .progressbar {
    gap: 4.5em;
    margin-block: 0 2.5em;
  }
  .page_contact .progressbar .item {
    font-size: 3.1vw;
  }
  .page_contact .progressbar .item + .item::before {
    width: 5.7vw;
    top: 63%;
    left: -3.3em;
  }
  .page_contact .progressbar .item .mark {
    width: 7.7vw;
    margin: 0 auto 0.4em;
  }
  /* SP固定ページ 404ページ */
  #page_404 .num {
    font-size: 20vw;
    line-height: 1.5;
  }
  #page_404 .text {
    font-size: 3.5vw;
  }
  /* SP固定ページ サイトマップ */
  ul#sitemap_list li {
    margin: 0;
  }
  body #sitemap_list li a {
    font-size: 4vw;
    padding: 1vw 2vw;
    line-height: 9vw;
    margin-bottom: 1vw;
  }
  body #sitemap_list li.home-item {
    margin-bottom: 4vw;
  }
  body #sitemap_list {
    padding: 0;
  }
  /* ----------------------------------------
     共通パーツ（セクションタイトル）
     ---------------------------------------- */
  .common_title .en {
    font-size: 10.26vw;
  }
  .common_title .jp {
    margin-top: 4.1vw;
    font-size: 3.59vw;
  }
  /* ----------------------------------------
     共通パーツ（ボタン）
     ---------------------------------------- */
  .common_btn {
    min-width: 71.79vw;
    padding: 0 3.33vw 0 7.69vw;
    font-size: 3.85vw;
    height: 14.36vw;
  }
  .common_btn .icon {
    width: 7.69vw;
    height: 7.69vw;
  }
  .common_btn .icon .arrow {
    width: 3.33vw;
    height: 2.82vw;
  }
  .common_btn .icon .arrow::before {
    width: 3.08vw;
    height: 0.13vw;
  }
  .common_btn .icon .arrow::after {
    right: 0.26vw;
    width: 1.79vw;
    height: 1.79vw;
    border-top: 0.13vw solid currentColor;
    border-right: 0.13vw solid currentColor;
  }
  /* ----------------------------------------
     共通パーツ（お問い合わせ）
     ---------------------------------------- */
  .common_contact {
    padding: 21.54vw 0 22.31vw;
  }
  .common_contact .contact_text {
    margin-top: 11.03vw;
    font-size: 3.85vw;
    line-height: 1.87;
  }
  .common_contact .btn_box {
    margin-top: 12.82vw;
    text-align: center;
  }
  .common_contact .btn_box .common_btn {
    gap: 0;
    min-width: 84.62vw;
  }
  /* ========================================
  SPヘッダー
  ======================================== */
  #sp_header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 80px;
  }
  #sp_header .header_inner {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 66px 0 22px;
  }
  #sp_header .logo {
    width: 145.8px;
    height: auto;
  }
  #sp_header .logo .img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  #sp_header .contact_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background-color: var(--color_accent);
    border: none;
    border-radius: 50%;
    transition: opacity 0.3s ease, visibility 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  }
  #sp_header .contact_btn .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 19px;
    height: 15px;
  }
  #sp_header .contact_btn .icon svg {
    display: block;
    width: 19px;
    height: 15px;
    color: var(--color_white);
  }
  body#top #sp_header {
    background-color: transparent;
    transition: background-color 0.3s ease;
  }
  body#top #sp_header.is_scrolled:not(.is_menu_open) {
    background-color: var(--color_white);
  }
  body#top.is_menu_open #sp_header,
  body#top #sp_header.is_menu_open {
    background-color: var(--color_accent);
  }
  /* SP・トップ：メニュー開時にコンタクトをフェードで非表示（元の挙動） */
  body#top.is_menu_open #sp_header .contact_btn,
  body#top #sp_header.is_menu_open .contact_btn {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  /* SP・下層：白いコンタクト円（750px以下のみ） */
  body#body_wrap #sp_header .contact_btn,
  body:not(#top) #sp_header .contact_btn {
    background-color: var(--color_white);
    border: 1px solid var(--color_white);
  }
  body#body_wrap #sp_header .contact_btn .icon svg,
  body:not(#top) #sp_header .contact_btn .icon svg {
    color: var(--color_accent);
  }
  /* SP・下層・メニュー開時：白円は display:none（実機で opacity が効かないため） */
  body#body_wrap.is_menu_open #sp_header .contact_btn,
  body.is_menu_open:not(#top) #sp_header .contact_btn,
  body.is_menu_open:not(#top) #sp_header.is_menu_open .contact_btn {
    display: none;
  }
  /* ----------------------------------------
     FV（メインビジュアル）
     ---------------------------------------- */
  .top_main_visual {
    padding: 145px 0 11.28vw;
  }
  .top_main_visual .mv_section_bg {
    height: 233.33vw;
  }
  .top_main_visual .image {
    position: relative;
    top: auto;
    right: auto;
    width: 87.18vw;
    aspect-ratio: 340/250;
    margin-left: auto;
  }
  .top_main_visual .image .img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
  }
  .top_main_visual .content {
    width: auto;
    margin-top: -18.21vw;
    padding: 0 5.13vw 0 0;
    background-color: transparent;
    box-shadow: none;
  }
  .top_main_visual .title {
    font-size: 7.18vw;
    line-height: 1.61;
    letter-spacing: 0.1em;
  }
  .top_main_visual .title .bg_grad_assets {
    padding: 0 0 0 5.13vw;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 30%, rgb(255, 255, 255) 49%);
    width: fit-content;
  }
  .top_main_visual .title .bg_grad_strategy {
    padding: 0 0 0 5.13vw;
    width: fit-content;
    min-width: auto;
    margin-top: 1.79vw;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 20%, rgb(255, 255, 255) 45%, rgb(255, 255, 255) 100%);
    box-shadow: none;
  }
  .top_main_visual .title .bg_grad_strategy .kanji {
    font-size: 9.74vw;
    line-height: 1.58;
    letter-spacing: 0.1em;
  }
  .top_main_visual .title .bg_grad_strategy .kana {
    font-size: 7.18vw;
    letter-spacing: 0.1em;
  }
  .top_main_visual .subtitle.bg_box {
    width: fit-content;
    max-width: 100%;
    margin-top: 4.62vw;
    padding: 0 5.9vw;
    background: transparent;
    box-shadow: none;
    font-size: 3.08vw;
    letter-spacing: 0.06em;
    color: var(--color_base);
  }
  .top_main_visual .text_box {
    margin: 10.26vw 5.13vw 0;
    padding: 0 0 0 4.62vw;
  }
  .top_main_visual .text_box .text {
    font-size: 3.59vw;
    line-height: 1.79;
    letter-spacing: 0.21em;
  }
  /* ----------------------------------------
     NEWS
     ---------------------------------------- */
  .top_news {
    padding: 12.82vw 0 20.51vw;
  }
  .top_news .inner {
    display: block;
    padding: 0 5.13vw;
  }
  .top_news .head {
    width: 100%;
    text-align: center;
  }
  .top_news .head .common_title {
    margin: 0 0 0 0;
  }
  .top_news .head .btn_box {
    display: none;
  }
  .top_news .list {
    grid-template-columns: 1fr;
    gap: 7.69vw;
    margin: 8.21vw 0 0;
  }
  .top_news .list .item {
    border-left: none;
    padding: 0;
  }
  .top_news .list .item:first-child {
    padding-top: 0;
  }
  .top_news .list .item:last-child {
    border-bottom: none;
  }
  .top_news .list .item .date {
    font-size: 3.85vw;
  }
  .top_news .list .item .title {
    font-size: 3.59vw;
  }
  .top_news .list .item .icon {
    margin-top: 0;
    width: 7.69vw;
    height: 7.69vw;
    transform: translateX(1.79vw);
  }
  .top_news .list .item .icon .round {
    display: none;
  }
  .top_news .list .item .icon .arrow {
    width: 3.33vw;
    height: 2.82vw;
  }
  .top_news .list .item .icon .arrow::after {
    right: 0.26vw;
    width: 1.79vw;
    height: 1.79vw;
    border-top: 0.13vw solid currentColor;
    border-right: 0.13vw solid currentColor;
  }
  .top_news .list .item .icon .arrow::before {
    left: -5.9vw;
    width: 8.97vw;
  }
  .top_news .btn_box.sp {
    display: block;
    margin-top: 15.38vw;
    text-align: center;
  }
  /* ----------------------------------------
     事業内容（SERVICE）
     ---------------------------------------- */
  .top_service {
    background-image: none;
    padding: 27.95vw 0 30.77vw;
  }
  .top_service_bg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
  }
  .top_service_bg_sticky {
    position: sticky;
    top: 0;
    width: 100%;
    height: 100vh;
    height: 100dvh;
  }
  .top_service_bg .img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .top_service .list {
    gap: 28.21vw;
  }
  .top_service .list .item .inner {
    display: block;
  }
  .top_service .list .item .image {
    margin-bottom: 5.13vw;
    aspect-ratio: 350/210;
  }
  .top_service .list .item .content {
    margin: 0;
  }
  .top_service .list .item .service_title {
    gap: 2.56vw;
  }
  .top_service .list .item .service_title .en {
    font-size: 5.13vw;
  }
  .top_service .list .item .service_title .jp {
    font-size: 3.59vw;
  }
  .top_service .list .item .title {
    margin-top: 2.56vw;
    font-size: 6.15vw;
    letter-spacing: 0.1em;
    padding: 0 0 2.56vw;
  }
  .top_service .list .item .lead {
    margin-top: 5.13vw;
    font-size: 4.1vw;
  }
  .top_service .list .item .content .content_text {
    font-size: 3.59vw;
    line-height: 1.79;
  }
  .top_service .list .item .btn_box {
    margin: 7.69vw 0 0;
    text-align: center;
  }
  /* ----------------------------------------
     会社概要
     ---------------------------------------- */
  .top_company {
    padding: 23.08vw 0 20.51vw;
  }
  .top_company .inner {
    display: block;
    margin: 0;
    padding: 0 2.56vw;
  }
  .top_company .content {
    margin: 0;
  }
  .top_company .content .common_title {
    margin: 0;
    text-align: center;
  }
  .top_company .image {
    display: none;
  }
  .top_company .content .content_text {
    margin: 8.97vw 0 5.13vw;
    font-size: 3.59vw;
  }
  .top_company .name {
    padding: 5.13vw 0 0;
    font-size: 4.62vw;
  }
  .top_company .address {
    font-size: 3.59vw;
  }
  .top_company .btn_box {
    margin: 12.82vw 0 0;
    text-align: center;
  }
  /* ========================================
     フッター
     ======================================== */
  .footer {
    padding: 11.54vw 0 7.69vw;
  }
  .footer .inner {
    display: flex;
    flex-direction: column;
    margin: 0 0 1.28vw;
  }
  .footer .info {
    margin-bottom: 11.54vw;
    text-align: center;
    width: 100%;
  }
  .footer .info .logo {
    width: 53.08vw;
    margin: 0 auto;
  }
  .footer .info .logo .img {
    margin: 0 auto;
  }
  .footer .nav {
    display: block;
    margin: 0;
    width: 100%;
  }
  .footer .nav .list {
    margin: 0 0 0 20.51vw;
  }
  .footer .nav .list .item .link {
    font-size: 4.1vw;
    font-weight: 500;
  }
  .footer .nav .list .item + .item {
    margin-top: 7.69vw;
  }
  .footer .nav .block {
    margin-top: 6.15vw;
  }
  .footer .nav .block_business {
    margin: 7.69vw 0 0 20.51vw;
  }
  .footer .nav .label {
    font-size: 4.1vw;
  }
  .footer .nav .sub_list {
    margin: 2.56vw 0 0;
    gap: 4.62vw;
  }
  .footer .nav .sub_list .sub_item .sub_link {
    position: relative;
    padding-left: 6.15vw;
    font-size: 3.59vw;
  }
  .footer .nav .sub_list .sub_item .sub_link::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    height: 0.38vw;
    width: 2.44vw;
    background-color: var(--color_white);
  }
  .footer .nav .block_company {
    margin: 7.69vw 0 0 0;
  }
  .footer .nav .company_link {
    margin: 0 0 0 20.51vw;
    font-size: 4.1vw;
  }
  .footer .nav .contact_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2.56vw;
    width: 69.23vw;
    height: 14.1vw;
    border: 1px solid var(--color_white);
    border-radius: 999px;
    font-size: 4.62vw;
    margin: 10.26vw auto 0;
  }
  .footer .contact_btn .icon {
    width: 4.87vw;
    height: 3.85vw;
  }
  .footer .contact_btn .icon svg {
    width: 4.87vw;
    height: 3.85vw;
  }
  .footer .nameaddress {
    margin-top: 11.54vw;
    text-align: center;
  }
  .footer .nameaddress .name {
    margin-top: 0;
    font-size: 4.1vw;
  }
  .footer .nameaddress .address {
    margin-top: 1.54vw;
    font-size: 3.08vw;
  }
  .footer .bottom {
    flex-direction: column-reverse;
    text-align: center;
    gap: 2.56vw;
  }
  .footer .bottom .copy {
    font-size: 2.56vw;
    color: #8993a4;
  }
  .footer .bottom .sub {
    display: inline-grid;
    grid-template-columns: auto auto auto;
  }
  .footer .bottom .sub .item .link {
    font-size: 2.56vw;
    color: #8993a4;
  }
  .footer .bottom .sub .item .slash {
    font-size: 2.56vw;
    color: #8993a4;
  }
  /* ========================================
     事業内容下層（service_detail）
     ======================================== */
  .page_business .service_detail_wrap {
    gap: 15.38vw;
  }
  .service_detail {
    display: block;
  }
  .service_detail.is_reverse .image,
  .service_detail.is_reverse .content {
    order: unset;
  }
  .service_detail .image {
    aspect-ratio: 337.5/200;
  }
  .service_detail .content {
    margin-top: 5.13vw;
  }
  .service_detail .title {
    font-size: 5.64vw;
  }
  .service_detail .sub {
    font-size: 4.1vw;
  }
  .service_detail .text {
    margin-top: 2.56vw;
    font-size: 3.59vw;
  }
  /* ========================================
     会社概要
     ======================================== */
  /* ----------------------------------------
     ミッション / コアバリュー
     ---------------------------------------- */
  .company_mv_sec {
    margin: 0 0 15.38vw;
  }
  .company_mv_sec .inner {
    gap: 15.38vw;
  }
  .company_mv_sec .company_sec_title .en {
    font-size: 8.21vw;
  }
  .company_mv_sec .company_sec_title .jp {
    margin-top: 3.08vw;
  }
  .company_mv_sec .mission .text {
    margin-top: 5.13vw;
    font-size: 4.1vw;
    line-height: 1.9;
  }
  .company_mv_sec .core_value .list {
    margin-top: 5.13vw;
  }
  .company_mv_sec .core_value .item {
    grid-template-columns: 4.62vw 1fr;
    column-gap: 3vw;
  }
  .company_mv_sec .core_value .item + .item {
    margin-top: 6.41vw;
  }
  .company_mv_sec .core_value .icon {
    width: 4.62vw;
    height: 4.62vw;
    margin-top: 2.05vw;
  }
  .company_mv_sec .core_value .icon svg {
    width: 4.62vw;
    height: 4.62vw;
  }
  .company_mv_sec .core_value .label {
    width: 100%;
    padding-right: 0;
    font-size: 4.1vw;
  }
  .company_mv_sec .core_value .label::after {
    content: none;
  }
  .company_mv_sec .core_value .text {
    grid-column: 2;
    margin-top: 1.28vw;
    padding-top: 2.56vw;
    border-top: 1px solid #c4c4c4;
    font-size: 3.59vw;
    line-height: 1.9;
  }
  /* ----------------------------------------
     会社概要テーブル
     ---------------------------------------- */
  .company_profile_sec .cont dl {
    display: block;
    padding: 5vw 5vw 4vw;
    position: relative;
  }
  .company_profile_sec .cont dl dt {
    width: 100%;
    border: none;
    padding: 0;
    font-size: 4.1vw;
    margin-bottom: 0.1em;
  }
  .company_profile_sec .cont dl dd {
    font-size: 3.6vw;
    padding: 0;
  }
  .company_profile_sec .cont dl::before {
    content: "";
    width: 18vw;
    height: 4px;
    background: var(--color_accent);
    position: absolute;
    top: 0;
    left: 0;
  }
  .company_profile_sec .cont .business_lines li + li {
    margin-top: 1em;
  }
  .company_profile_sec .cont .business_lines .name {
    font-size: 3.6vw;
  }
  .company_profile_sec .cont .business_lines .text {
    margin-top: 0.3em;
    font-size: 3.6vw;
  }
}
/* ========================================
   親テーマ（SWELL）上書き
   ======================================== */
.l-content {
  padding-top: 110px;
}

@media (min-width: 600px) {
  .l-content {
    padding-top: 8em;
  }
}
#page_sitemap #sitemap_list {
  background: transparent;
}

#page_sitemap #sitemap_list li a {
  background: #fff;
}

/* watch test */
