@charset "UTF-8";
/*!
Theme Name: Unikani Original
Theme URI: https://unikani.jp/
Author: unikani
Author URI: https://unikani.jp/
Description: オリジナルテーマ
Version: 1.0
*/
/* --------------------------------------------
    RESET - 初期化スタイル
--------------------------------------------- */
/* 基本リセット */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* HTML5要素の表示補正 */
article,
aside,
footer,
header,
nav,
section,
main,
figure,
figcaption {
  display: block;
}

/* リストのマーク削除 */
ul,
ol {
  list-style: none;
}

/* リンクの装飾削除 */
a {
  text-decoration: none;
  color: inherit;
}

/* 画像のデフォルト余白を削除＆最大化対応 */
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border: 0;
}

/* テーブルのセル隙間をなくす */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* フォーム系初期化 */
input,
textarea,
select,
button {
  font: inherit;
  color: inherit;
  border: none;
  background: none;
  appearance: none;
  outline: none;
}

/* textareaのリサイズを制御 */
textarea {
  resize: vertical;
}

/* ボタンのカーソル */
button {
  cursor: pointer;
}

/* strongやbをちょっと強調 */
strong,
b {
  font-weight: bold;
}

/* 全体ベースの設定（bodyに最低限の整え） */
body {
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 500 !important;
  color: #161616 !important;
  font-size: 16px;
  line-height: 1.8 !important;
  background-color: #fff;
  font-feature-settings: "palt";
  font-kerning: normal;
  letter-spacing: 0.06em;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
}

a {
  color: #094C8B;
}

.ta_l {
  text-align: left !important;
}

.ta_r {
  text-align: right !important;
}

.ta_c {
  text-align: center !important;
}

.m_b0 {
  margin-bottom: 0px !important;
}

.m_b5 {
  margin-bottom: 5px !important;
}

.m_b10 {
  margin-bottom: 10px !important;
}

.m_b15 {
  margin-bottom: 15px !important;
}

.m_b20 {
  margin-bottom: 20px !important;
}

.m_b25 {
  margin-bottom: 25px !important;
}

.m_b30 {
  margin-bottom: 30px !important;
}

.m_b40 {
  margin-bottom: 40px !important;
}

.m_b50 {
  margin-bottom: 50px !important;
}

.m_t0 {
  margin-top: 0px !important;
}

.m_t5 {
  margin-top: 5px !important;
}

.m_t10 {
  margin-top: 10px !important;
}

.m_t15 {
  margin-top: 15px !important;
}

.m_t20 {
  margin-top: 20px !important;
}

.m_t25 {
  margin-top: 25px !important;
}

.m_t30 {
  margin-top: 30px !important;
}

.m_t40 {
  margin-top: 40px !important;
}

.m_t50 {
  margin-top: 50px !important;
}

.m_center {
  margin-left: auto;
  margin-right: auto;
}

.m_l0 {
  margin-left: 0px !important;
}

.m_l5 {
  margin-left: 5px !important;
}

.m_l10 {
  margin-left: 10px !important;
}

.m_l15 {
  margin-left: 15px !important;
}

.m_l20 {
  margin-left: 20px !important;
}

.m_l25 {
  margin-left: 25px !important;
}

.m_l30 {
  margin-left: 30px !important;
}

.m_r0 {
  margin-right: 0px !important;
}

.m_r5 {
  margin-right: 5px !important;
}

.m_r10 {
  margin-right: 10px !important;
}

.m_r15 {
  margin-right: 15px !important;
}

.m_r20 {
  margin-right: 20px !important;
}

.m_r25 {
  margin-right: 25px !important;
}

.m_r30 {
  margin-right: 30px !important;
}

.p_t0 {
  padding-top: 0px !important;
}

.p_t5 {
  padding-top: 5px !important;
}

.p_t10 {
  padding-top: 10px !important;
}

.p_t12 {
  padding-top: 12px !important;
}

.p_t15 {
  padding-top: 15px !important;
}

.p_t20 {
  padding-top: 20px !important;
}

.p_t25 {
  padding-top: 25px !important;
}

.p_t30 {
  padding-top: 30px !important;
}

.p_t40 {
  padding-top: 40px !important;
}

.p_t45 {
  padding-top: 45px !important;
}

.p_t50 {
  padding-top: 50px !important;
}

.p_b0 {
  padding-bottom: 0px !important;
}

.p_b5 {
  padding-bottom: 5px !important;
}

.p_b10 {
  padding-bottom: 10px !important;
}

.p_b15 {
  padding-bottom: 15px !important;
}

.p_b20 {
  padding-bottom: 20px !important;
}

.p_b25 {
  padding-bottom: 25px !important;
}

.p_b30 {
  padding-bottom: 30px !important;
}

.p_b35 {
  padding-bottom: 35px !important;
}

.p_b40 {
  padding-bottom: 40px !important;
}

.p_b45 {
  padding-bottom: 45px !important;
}

.p_b50 {
  padding-bottom: 50px !important;
}

.p_l5 {
  padding-left: 5px !important;
}

.p_l10 {
  padding-left: 10px !important;
}

.p_l15 {
  padding-left: 15px !important;
}

.p_l20 {
  padding-left: 20px !important;
}

.p_l25 {
  padding-left: 25px !important;
}

.p_l30 {
  padding-left: 30px !important;
}

.p_r5 {
  padding-right: 5px !important;
}

.p_r10 {
  padding-right: 10px !important;
}

.p_r15 {
  padding-right: 15px !important;
}

.p_r20 {
  padding-right: 20px !important;
}

.p_r25 {
  padding-right: 25px !important;
}

.p_r30 {
  padding-right: 30px !important;
}

.p_10 {
  padding: 10px !important;
}

.p_15 {
  padding: 15px !important;
}

.p_20 {
  padding: 20px !important;
}

.p_30 {
  padding: 30px !important;
}

.fw_b {
  font-weight: 900 !important;
}

.fw_n {
  font-weight: 700 !important;
}

.fc_red {
  color: #df2727 !important;
}

.lh_1 {
  line-height: 1 !important;
}

.fs_11 {
  font-size: 11px !important;
}

.fs_12 {
  font-size: 12px !important;
}

.fs_13 {
  font-size: 13px !important;
}

.fs_14 {
  font-size: 14px !important;
}

.fs_15 {
  font-size: 15px !important;
}

.fs_16 {
  font-size: 16px !important;
}

.fs_17 {
  font-size: 17px !important;
}

.fs_18 {
  font-size: 18px !important;
}

.fs_120p {
  font-size: 120% !important;
}

.fs_110p {
  font-size: 110% !important;
}

.fs_90p {
  font-size: 90% !important;
}

.fs_85p {
  font-size: 85% !important;
}

.fs_80p {
  font-size: 80% !important;
}

.bdr_none {
  border-top-style: none !important;
  border-right-style: none !important;
  border-bottom-style: none !important;
  border-left-style: none !important;
}

.bdr_gray01 {
  border: 1px solid #D4D4D4;
}

.bg_gray01 {
  background-color: #F8F8F8 !important;
}

.bg_none {
  background-image: none !important;
}

.js-link {
  cursor: pointer;
}

.dsp_b {
  display: block;
}

.dsp_ib {
  display: inline-block;
}

.dsp_n {
  display: none;
}

.opa_60 {
  opacity: 0.6;
}

.w_100p {
  width: 100% !important;
}

.sp_on {
  display: none !important;
}

.pc_on {
  display: revert !important;
}

@media screen and (max-width: 768px) {
  .sp_on {
    display: revert !important;
  }
  .pc_on {
    display: none !important;
  }
}
/* ===================================================
  # 左からフェードで表示
  =================================================== */
.reveal-left {
  clip-path: inset(0 100% 0 0);
  opacity: 0;
  animation: revealLeft 2.4s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
  will-change: clip-path, opacity;
}

@keyframes revealLeft {
  0% {
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .reveal-left {
    animation-duration: 1.6s;
  }
}
/* ===================================================
  # エリア
  =================================================== */
main {
  margin-top: 96px;
}
main.top {
  margin-top: 0px;
}

.cnt-area {
  width: 100%;
  padding: 90px 0 90px 0;
  box-sizing: border-box;
  background-color: #fff;
  z-index: 1;
}

.cnt-box {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  main {
    margin-top: 70px;
  }
  main.top {
    margin-top: 0px;
  }
  .cnt-area {
    width: 100%;
    padding: 50px 20px 50px 20px;
    box-sizing: border-box;
    background-color: #fff;
    z-index: 1;
  }
  .cnt-box {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
  }
}
/* ===================================================
   # ページタイトル
   =================================================== */
.pagettl-area {
  position: relative;
  width: 100%;
  height: 300px;
}
.pagettl-area::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.pagettl-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 100%;
  background: #094C8B;
}
.pagettl-area.business::after {
  background-image: url("../img/business/pagettl-photo.webp");
}
.pagettl-area.company::after {
  background-image: url("../img/company/pagettl-photo.webp");
  background-position: center right 20%;
}
.pagettl-area.contact::after {
  background-image: url("../img/contact/pagettl-photo.webp");
}
.pagettl-area .pagettl-box {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  height: 300px;
  color: #fff;
}
.pagettl-area .pagettl-box .ttl-box .ttl-en {
  color: var(--, #FFF);
  font-family: "Sofia Sans";
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.2em;
  margin-bottom: 10px;
  padding-left: 2px;
}
.pagettl-area .pagettl-box .ttl-box .ttl-jp {
  color: var(--, #FFF);
  font-family: "Noto Sans JP";
  font-size: 43px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.09em;
  position: relative;
  padding-bottom: 30px;
}
.pagettl-area .pagettl-box .ttl-box .ttl-jp::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 120px;
  height: 4px;
  background-color: #FFDA09;
}

@media screen and (max-width: 768px) {
  .pagettl-area {
    position: relative;
    width: 100%;
    height: auto;
    padding: 42px 20px;
    box-sizing: border-box;
  }
  .pagettl-area::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .pagettl-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: 100%;
    background: #094C8B;
  }
  .pagettl-area .pagettl-box {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    height: 100%;
    color: #fff;
  }
  .pagettl-area .pagettl-box .ttl-box .ttl-en {
    color: #fff;
    font-family: "Sofia Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.2em;
    margin-bottom: 8px;
    padding-left: 2px;
  }
  .pagettl-area .pagettl-box .ttl-box .ttl-jp {
    color: #fff;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.09em;
    position: relative;
    padding-bottom: 20px;
  }
  .pagettl-area .pagettl-box .ttl-box .ttl-jp::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 2px;
    background-color: #FFDA09;
  }
}
/* ===================================================
# パンくず
=================================================== */
.breadcrumb-area {
  background-color: #fff;
  padding: 25px 0;
}
.breadcrumb-area .breadcrumb-box .breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  line-height: 1.6;
}
.breadcrumb-area .breadcrumb-box .breadcrumb-list li {
  position: relative;
}
.breadcrumb-area .breadcrumb-box .breadcrumb-list li:not(:last-child) {
  margin-right: 20px;
}
.breadcrumb-area .breadcrumb-box .breadcrumb-list li:not(:last-child)::after {
  content: ">";
  position: absolute;
  right: -14px;
  color: #161616;
}
.breadcrumb-area .breadcrumb-box .breadcrumb-list li a {
  color: #094C8B;
  text-decoration: none;
  transition: opacity 0.3s;
}
.breadcrumb-area .breadcrumb-box .breadcrumb-list li a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .breadcrumb-area {
    background-color: #fff;
    padding: 25px 20px;
  }
  .breadcrumb-area .breadcrumb-box .breadcrumb-list {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 1.6;
  }
  .breadcrumb-area .breadcrumb-box .breadcrumb-list li {
    position: relative;
  }
  .breadcrumb-area .breadcrumb-box .breadcrumb-list li:not(:last-child) {
    margin-right: 20px;
  }
  .breadcrumb-area .breadcrumb-box .breadcrumb-list li:not(:last-child)::after {
    content: ">";
    position: absolute;
    right: -14px;
    color: #161616;
  }
  .breadcrumb-area .breadcrumb-box .breadcrumb-list li a {
    color: #094C8B;
    text-decoration: none;
    transition: opacity 0.3s;
  }
  .breadcrumb-area .breadcrumb-box .breadcrumb-list li a:hover {
    text-decoration: underline;
  }
}
/* ===================================================
  # 見出し01
  =================================================== */
.cm-ttl01 {
  color: #094C8B;
  font-size: 35px;
  line-height: 150%; /* 52.5px */
  letter-spacing: 1.05px;
  position: relative;
  display: inline-block;
  padding-bottom: 15px;
  margin-bottom: 45px;
}
.cm-ttl01::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateX(0%);
  width: 192px;
  height: 4px;
  background-color: #FFDA09;
}

@media screen and (max-width: 768px) {
  .cm-ttl01 {
    color: #094C8B;
    font-size: 28px;
    line-height: 150%; /* 52.5px */
    letter-spacing: 1.05px;
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
    margin-bottom: 38px;
  }
  .cm-ttl01::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateX(0%);
    width: 145px;
    height: 3px;
    background-color: #FFDA09;
  }
}
.cm-ttl02 {
  text-align: center;
  position: relative;
  margin-bottom: 65px;
}
.cm-ttl02 .ttl-en {
  color: #094C8B;
  text-align: center;
  font-family: "Sofia Sans";
  font-size: 72px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}
.cm-ttl02 .ttl-jp {
  color: #094C8B;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 25px;
}
.cm-ttl02::after {
  content: "";
  width: 120px;
  height: 4px;
  background: #FFDA09;
  margin: 0 auto;
  display: block;
}

@media screen and (max-width: 768px) {
  .cm-ttl02 {
    text-align: center;
    position: relative;
    margin-bottom: 50px;
  }
  .cm-ttl02 .ttl-en {
    color: #094C8B;
    text-align: center;
    font-family: "Sofia Sans";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
  }
  .cm-ttl02 .ttl-jp {
    color: #094C8B;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  .cm-ttl02::after {
    content: "";
    width: 120px;
    height: 4px;
    background: #FFDA09;
    margin: 0 auto;
    display: block;
  }
}
.cm-ttl03 {
  text-align: center;
  margin-bottom: 40px;
}
.cm-ttl03 .ttl-jp {
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 25px;
}
.cm-ttl03 .ttl-en {
  color: #094C8B;
  font-family: "Sofia Sans";
  font-size: 17px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.15em;
}

@media screen and (max-width: 768px) {
  .cm-ttl03 {
    text-align: center;
    margin-bottom: 40px;
  }
  .cm-ttl03 .ttl-jp {
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 15px;
  }
  .cm-ttl03 .ttl-en {
    color: #094C8B;
    font-family: "Sofia Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.12em;
  }
}
/* ===================================================
  # テキストボックス
  =================================================== */
.cm-text-box01 p {
  margin-bottom: 15px;
}
.cm-text-box01 p:last-of-type {
  margin-bottom: 0;
}

/* ===================================================
  # ボタン
  =================================================== */
.cm-btn-box {
  text-align: center;
}

.cm-btn01 {
  display: inline-flex;
  padding: 22px 62px 22px 45px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  background-color: #094C8B;
  border-radius: 50px;
  background-image: url(../img/common/icon-arrow.png);
  background-size: 16px auto;
  background-repeat: no-repeat;
  background-position: right 30px center;
}
.cm-btn01 a {
  color: #fff;
  font-size: 16px;
  line-height: 100%; /* 16px */
  letter-spacing: 0.09em;
}
.cm-btn01:hover {
  cursor: pointer;
}
.cm-btn01.white {
  background-color: #fff;
  border-radius: 50px;
  background-image: url(../img/common/icon-arrow_b.png);
}
.cm-btn01.white a {
  color: #094C8B;
}

/* ===================================================
  # ページトップ
  =================================================== */
.btn-pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 60px;
  height: 60px;
  z-index: 1000;
  cursor: pointer;
  /* 最初は非表示 */
  opacity: 0;
  visibility: hidden;
  pointer-events: none; /* クリックできないようにする */
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.btn-pagetop img {
  display: block;
  width: 100%;
  height: auto;
  transition: opacity 0.3s ease;
}
.btn-pagetop:hover img {
  opacity: 0.8;
}
.btn-pagetop.is-show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

@media screen and (max-width: 768px) {
  .btn-pagetop {
    right: 10px;
    bottom: 10px;
    width: 50px;
    height: 50px;
  }
}
.header-area {
  width: 100%;
  height: 96px;
  background-color: #fff;
  color: #094C8B;
  padding: 0 35px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  box-sizing: border-box;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
}
.header-area.top {
  background-color: rgba(9, 76, 139, 0.14);
  color: #fff;
}
.header-area.top .header-nav .nav-list a {
  color: #fff;
}
.header-area.top a {
  color: #094C8B;
}
.header-area .company-name {
  width: 250px;
}
.header-area .company-name .en {
  font-family: "Inter", sans-serif;
  font-size: 40px;
  line-height: 1;
  letter-spacing: -0.4px;
  display: block;
}
.header-area .company-name .jp {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.65px;
  display: block;
}
.header-area .header-nav .nav-list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 25px;
}
.header-area .header-nav .nav-list a {
  color: #094C8B;
  border: none;
  position: relative;
  display: inline-block;
  text-decoration: none;
  padding-bottom: 2px;
}
.header-area .header-nav .nav-list a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #FFDA09;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
.header-area .header-nav .nav-list a:hover::after {
  transform: scaleX(1);
}
.header-area .hamburger-menu {
  display: none;
}
.header-area.top {
  background-color: rgba(9, 76, 139, 0.14);
  color: #fff;
  box-shadow: none;
}
.header-area.top .header-nav .nav-list a {
  color: #fff;
}
.header-area.top a {
  color: #094C8B;
}
.header-area.top.scrolled {
  background-color: #fff;
  color: #094C8B;
  box-shadow: 0 0px 8px rgba(0, 0, 0, 0.1);
}
.header-area.top.scrolled .header-nav .nav-list a {
  color: #094C8B;
}

/* ===================================================
  # ハンバーガーメニュー
  =================================================== */
.hamburger-menu span {
  display: none;
  width: 100%;
  height: 2px;
  background-color: #094C8B;
  border-radius: 1px;
  transition: all 0.3s ease;
}
.hamburger-menu.is-active span:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}
.hamburger-menu.is-active span:nth-child(2) {
  opacity: 0;
}
.hamburger-menu.is-active span:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}
.hamburger-menu.is-active span {
  background-color: #fff;
}

.top .hamburger-menu span {
  background-color: #fff;
}

.top.scrolled .hamburger-menu span {
  background-color: #094C8B;
}

.top.scrolled .hamburger-menu.is-active span {
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .header-area {
    width: 100%;
    background-color: #fff;
    height: 70px;
    color: #094C8B;
    padding: 0 15px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 900;
    box-sizing: border-box;
  }
  .header-area.top {
    background-color: rgba(9, 76, 139, 0.14);
    color: #fff;
  }
  .header-area.top .header-nav .nav-list a {
    color: #fff;
  }
  .header-area.top a {
    color: #094C8B;
  }
  .header-area .company-name {
    width: auto;
  }
  .header-area .company-name .en {
    font-family: "Inter", sans-serif;
    font-size: 26px;
    line-height: 1;
    letter-spacing: -0.4px;
    display: block;
  }
  .header-area .company-name .jp {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: 0.65px;
    display: block;
  }
  .hamburger-menu {
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 22px;
    position: fixed;
    top: 22px;
    right: 23px;
    z-index: 3001;
    cursor: pointer;
  }
  .hamburger-menu span {
    display: block;
  }
  .header-nav {
    display: none;
    position: fixed;
    top: 0;
    right: -100%;
    width: 90%;
    max-width: 400px;
    height: 100vh;
    background-color: rgba(9, 76, 139, 0.97);
    z-index: 3000;
    transition: right 0.4s ease;
    padding: 80px 20px 20px;
    box-shadow: -4px 0 10px rgba(0, 0, 0, 0.1);
    overflow-y: auto;
  }
  .header-nav .nav-list {
    display: flex;
    flex-direction: column !important;
    justify-content: flex-start !important;
    align-items: stretch;
    flex-wrap: nowrap;
    gap: 0 !important;
  }
  .header-nav .nav-list li {
    border-bottom: 1px solid #557ea4;
  }
  .header-nav .nav-list li a {
    display: block;
    padding: 20px 0 20px 3px !important;
    font-size: 16px;
    text-decoration: none;
    text-align: left;
    color: #fff !important;
  }
  .header-nav .nav-list li:last-child {
    border-bottom: none;
  }
  body.drawer-open .header-nav {
    display: block;
    right: 0;
  }
}
.footer-area {
  width: 100%;
}
.footer-area .footer-contact-area {
  width: 100%;
  background-image: url(../img/common/contact-bg.webp);
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
  padding: 60px 0;
  min-height: 380px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  flex-wrap: nowrap;
}
.footer-area .footer-contact-area .text-box {
  text-align: center;
}
.footer-area .footer-contact-area .text-box .ttl {
  color: #fff;
  text-align: center;
  /* シャドウ文字 */
  text-shadow: 0px 0px 6px rgba(4, 27, 39, 0.4);
  font-size: 32px;
  line-height: 100%; /* 48px */
  letter-spacing: 1.92px;
  margin-bottom: 40px;
}
.footer-area .footer-contact-area .text-box .text {
  color: #fff;
  margin-bottom: 40px;
}
.footer-area .footer-nav-box {
  background-color: #094C8B;
  width: 100%;
  color: #fff;
  padding: 40px 0 25px 0;
}
.footer-area .footer-nav-box a {
  color: #fff;
}
.footer-area .footer-nav-box a:hover {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 3px;
}
.footer-area .footer-nav-box .footer-nav-list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 35px;
  font-size: 15px;
}
.footer-area .footer-copy-box {
  background-color: #094C8B;
  width: 100%;
  color: #fff;
  padding: 0 0 30px 0;
  font-size: 14px;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .footer-area {
    width: 100%;
  }
  .footer-area .footer-contact-area {
    width: 100%;
    background-image: url(../img/common/contact-bg.webp);
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;
    padding: 40px 20px;
    box-sizing: border-box;
    min-height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    flex-wrap: nowrap;
  }
  .footer-area .footer-contact-area .text-box {
    text-align: center;
  }
  .footer-area .footer-contact-area .text-box .ttl {
    color: #fff;
    text-align: center;
    text-shadow: 0px 0px 6px rgba(4, 27, 39, 0.4);
    font-size: 28px;
    line-height: 100%;
    letter-spacing: 1.92px;
    margin-bottom: 30px;
  }
  .footer-area .footer-contact-area .text-box .text {
    color: #fff;
    margin-bottom: 40px;
    font-size: 15px;
    text-shadow: 0 1px 8px rgba(22, 29, 88, 0.8862745098);
  }
  .footer-area .footer-nav-box {
    background-color: #094C8B;
    width: 100%;
    color: #fff;
    padding: 20px 0 20px 0;
  }
  .footer-area .footer-nav-box a {
    color: #fff;
  }
  .footer-area .footer-nav-box a:hover {
    border-bottom: 1px solid #ffffff;
    padding-bottom: 3px;
  }
  .footer-area .footer-nav-box .footer-nav-list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 0px;
    font-size: 14px;
  }
  .footer-area .footer-nav-box .footer-nav-list li {
    width: 50%;
    text-align: left;
    padding: 10px 0 5px 30px;
    box-sizing: border-box;
  }
  .footer-area .footer-copy-box {
    background-color: #094C8B;
    width: 100%;
    color: #fff;
    padding: 0 0 20px 0;
    font-size: 14px;
    color: #fff;
    text-align: center;
  }
}
/* ===================================================
  # KVエリア
  =================================================== */
.top-kv-area {
  position: relative;
  width: 100%;
  height: 810px;
  text-align: center;
  box-sizing: border-box;
  overflow: hidden;
}
.top-kv-area::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../img/top/kv-photo.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: scale(1.07);
  will-change: transform;
  animation: kv-zoom 3s ease-out forwards;
  z-index: 0;
}
.top-kv-area .text {
  position: relative;
  z-index: 1;
  padding-top: 240px;
}
.top-kv-area .text img {
  width: 470px;
  height: auto;
  max-width: 90vw;
}

@keyframes kv-zoom {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
/* アニメ苦手な人向けに配慮（任意） */
@media (prefers-reduced-motion: reduce) {
  .top-kv-area::before {
    animation: none;
    transform: none;
  }
}
@media screen and (max-width: 768px) {
  .top-kv-area {
    width: 100%;
    height: 510px;
    background-image: url(../img/top/kv-photo.webp);
    background-size: cover !important;
    background-position: center center;
    box-sizing: border-box;
    /* ← これで天地中央 */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .top-kv-area .text {
    /* もう余計なpaddingは不要 */
    padding-top: 2vh;
  }
  .top-kv-area .text img {
    width: 85%;
    height: auto;
    /* でかくなりすぎ防止が必要なら↓も追加OK */
  }
}
/* ===================================================
  # 事業紹介エリア
  =================================================== */
.top-business-area {
  position: relative;
  padding: 140px 0 100px 0;
  background-image: url(../img/top/business-photo-keitokuchin.webp), url(../img/top/business-photo-shaghai.webp);
  background-repeat: no-repeat, no-repeat;
  background-size: 17vw auto, 25vw auto;
  background-position: right 25vw top 600px, right 5vw top 180px;
}
.top-business-area::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background-color: #E5EDF5; /* 下だけに色をつける */
  z-index: 0;
}
.top-business-area .ttl-en {
  color: #E5EDF5;
  font-family: "Sofia Sans", sans-serif;
  font-size: 130px;
  font-weight: 700;
  line-height: 100%; /* 130px */
  letter-spacing: 1.3px;
  position: absolute;
  top: 80px;
  left: 0px;
  z-index: -1;
}
.top-business-area .top-business-box {
  position: relative;
  z-index: 50;
}
.top-business-area .top-business-box .business-text-box {
  margin-bottom: 90px;
  padding-top: 20px;
}
.top-business-area .top-business-box .business-text-box .text {
  margin-bottom: 45px;
}
.top-business-area .top-business-box .business-text-box .text .business-list {
  color: #094C8B;
  font-size: 110%;
  font-weight: bold;
  margin-bottom: 16px;
  line-height: 2;
}
.top-business-area .top-business-box .business-kind-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.top-business-area .top-business-box .business-kind-box .business-kind-item {
  height: 320px;
  flex-shrink: 0;
  border-radius: 6px;
  mix-blend-mode: multiply;
  background-size: cover;
  position: relative;
  transition: opacity 0.3s ease; /* ふわっと */
}
.top-business-area .top-business-box .business-kind-box .business-kind-item.pearl {
  background-image: url(../img/top/business-photo-pearl.webp);
}
.top-business-area .top-business-box .business-kind-box .business-kind-item.nuclei {
  background-image: url(../img/top/business-photo-nuclei.webp);
}
.top-business-area .top-business-box .business-kind-box .business-kind-item.porcelain {
  background-image: url(../img/top/business-photo-porcelain.webp);
}
.top-business-area .top-business-box .business-kind-box .business-kind-item:hover {
  opacity: 0.8; /* 薄くする */
}
.top-business-area .top-business-box .business-kind-box .business-kind-item .text-box {
  position: absolute;
  left: 0;
  bottom: 32px;
  background-image: url(../img/common/icon-arrow.png);
  background-repeat: no-repeat;
  background-size: 22px auto;
  background-position: right 25px center;
  color: #fff;
  width: 100%;
  padding: 0 25px;
  box-sizing: border-box;
}
.top-business-area .top-business-box .business-kind-box .business-kind-item .text-box a {
  color: #fff;
  font-weight: 500;
}
.top-business-area .top-business-box .business-kind-box .business-kind-item .text-box .en {
  font-family: "Sofia Sans";
  font-size: 14px;
  font-weight: 700;
  line-height: 100%; /* 14px */
  letter-spacing: 2.8px;
  display: block;
  margin-bottom: 12px;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
}
.top-business-area .top-business-box .business-kind-box .business-kind-item .text-box .jp {
  font-size: 27px;
  line-height: 100%; /* 28px */
  letter-spacing: 0.56px;
  border-bottom: 3px solid #FFDA09;
  padding-bottom: 8px;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 768px) {
  .top-business-area {
    position: relative;
    padding: 630px 20px 80px;
    background-image: url(../img/top/business-photo-keitokuchin.webp), url(../img/top/business-photo-shaghai.webp);
    background-repeat: no-repeat, no-repeat;
    background-size: 180px auto, 270px auto;
    background-position: right 20px top 420px, left 20px top 150px;
  }
  .top-business-area::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 300px;
    background-color: #E5EDF5; /* 下だけに色をつける */
    z-index: 0;
  }
  .top-business-area .ttl-en {
    color: #E5EDF5;
    font-family: "Sofia Sans", sans-serif;
    font-size: 58px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 1.3px;
    position: absolute;
    top: 70px;
    left: -2px;
    z-index: -1;
  }
  .top-business-area .top-business-box {
    position: relative;
    z-index: 50;
  }
  .top-business-area .top-business-box .business-text-box {
    margin-bottom: 50px;
    padding-top: 20px;
  }
  .top-business-area .top-business-box .business-text-box .text {
    margin-bottom: 35px;
  }
  .top-business-area .top-business-box .business-text-box .text .business-list {
    color: #094C8B;
    font-size: 116%;
    font-weight: bold;
    margin-bottom: 16px;
    line-height: 2;
  }
  .top-business-area .top-business-box .business-kind-box {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .top-business-area .top-business-box .business-kind-box .business-kind-item {
    height: 200px;
    flex-shrink: 0;
    border-radius: 6px;
    mix-blend-mode: multiply;
    background-size: cover;
    background-position: center center;
    position: relative;
  }
  .top-business-area .top-business-box .business-kind-box .business-kind-item.pearl {
    background-image: url(../img/top/business-photo-pearl.webp);
  }
  .top-business-area .top-business-box .business-kind-box .business-kind-item.nuclei {
    background-image: url(../img/top/business-photo-nuclei.webp);
  }
  .top-business-area .top-business-box .business-kind-box .business-kind-item.porcelain {
    background-image: url(../img/top/business-photo-porcelain.webp);
  }
  .top-business-area .top-business-box .business-kind-box .business-kind-item .text-box {
    position: absolute;
    left: 0;
    bottom: 32px;
    background-image: url(../img/common/icon-arrow.png);
    background-repeat: no-repeat;
    background-size: 22px auto;
    background-position: right 25px center;
    color: #fff;
    width: 100%;
    padding: 0 25px;
    box-sizing: border-box;
  }
  .top-business-area .top-business-box .business-kind-box .business-kind-item .text-box a {
    color: #fff;
    font-weight: 500;
  }
  .top-business-area .top-business-box .business-kind-box .business-kind-item .text-box .en {
    font-family: "Sofia Sans";
    font-size: 14px;
    font-weight: 700;
    line-height: 100%; /* 14px */
    letter-spacing: 2.8px;
    display: block;
    margin-bottom: 12px;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
  }
  .top-business-area .top-business-box .business-kind-box .business-kind-item .text-box .jp {
    font-size: 27px;
    line-height: 100%; /* 28px */
    letter-spacing: 0.56px;
    border-bottom: 3px solid #FFDA09;
    padding-bottom: 8px;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
  }
}
/* ===================================================
  # 会社案内エリア
  =================================================== */
.top-about-area {
  position: relative;
  padding: 110px 0 90px 0;
  margin-bottom: 120px;
}
.top-about-area::after {
  content: "";
  position: absolute;
  top: 100px;
  right: 0;
  width: 40%;
  height: 83%;
  background-color: #E5EDF5; /* 下だけに色をつける */
  z-index: 0;
  border-radius: 6px 0 0 6px;
}
.top-about-area .ttl-en {
  color: #E5EDF5;
  font-family: "Sofia Sans", sans-serif;
  font-size: 130px;
  font-weight: 700;
  line-height: 100%; /* 130px */
  letter-spacing: 1.3px;
  position: absolute;
  top: 140px;
  left: 0px;
  z-index: -1;
}
.top-about-area .top-about-box .about-outline-box {
  padding-top: 110px;
}
.top-about-area .top-about-box .about-outline-box .text {
  margin-bottom: 40px;
}
.top-about-area .about-photo-box {
  position: absolute;
  top: 160px;
  right: 5%;
  width: 44%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 50px; /* 写真の間の余白 */
  z-index: 50;
}
.top-about-area .about-photo-box .photo-shanghai {
  width: 100%;
  max-width: 318px;
  height: auto;
}
.top-about-area .about-photo-box .photo-china {
  width: 100%;
  max-width: 318px;
  height: auto;
  transform: translateY(110px);
}

@media screen and (max-width: 768px) {
  .top-about-area {
    position: relative;
    padding: 60px 20px 50px;
    margin-bottom: 0px;
  }
  .top-about-area::after {
    content: "";
    position: absolute;
    bottom: 0 !important;
    right: 0;
    top: auto;
    width: 100%;
    height: 260px;
    background-color: #E5EDF5; /* 下だけに色をつける */
    z-index: -50;
    border-radius: 0;
  }
  .top-about-area .ttl-en {
    color: #E5EDF5;
    font-family: "Sofia Sans", sans-serif;
    font-size: 58px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 1.3px;
    position: absolute;
    top: 60px;
    left: 0px;
    z-index: -1;
  }
  .top-about-area .top-about-box .about-outline-box {
    padding-top: 70px;
    margin-bottom: 50px;
  }
  .top-about-area .top-about-box .about-outline-box .text {
    margin-bottom: 30px;
  }
  .top-about-area .about-photo-box {
    position: static;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: nowrap;
    gap: 0px; /* 写真の間の余白 */
    z-index: 50;
    padding-bottom: 50px;
  }
  .top-about-area .about-photo-box .photo-shanghai {
    width: 48%;
    max-width: auto;
    height: auto;
  }
  .top-about-area .about-photo-box .photo-china {
    width: 48%;
    max-width: auto;
    height: auto;
    transform: translateY(50px);
  }
}
/* ===================================================
# イントロセクション
=================================================== */
.business-intro-area {
  position: relative;
  padding: 60px 0;
}
.business-intro-area .business-intro-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  position: relative;
  z-index: 2;
  padding-bottom: 150px;
  /* 背景の地図 */
}
.business-intro-area .business-intro-box .text-box {
  flex: 1;
}
.business-intro-area .business-intro-box .text-box .ttl-box {
  margin-bottom: 45px;
}
.business-intro-area .business-intro-box .text-box .ttl-box .ttl-en {
  color: #094C8B;
  font-family: "Sofia Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.15em;
  margin-bottom: 18px;
  padding-left: 3px;
}
.business-intro-area .business-intro-box .text-box .ttl-box .ttl-jp {
  color: #094C8B;
  font-family: "Noto Sans JP";
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  color: #094C8B;
}
.business-intro-area .business-intro-box .text-box .text p {
  font-size: 16px;
  margin-bottom: 16px;
}
.business-intro-area .business-intro-box .text-box .text p:last-child {
  margin-bottom: 0;
}
.business-intro-area .business-intro-box .photo-box .photo img {
  width: 100%;
  height: auto;
  display: block;
}
.business-intro-area .business-intro-box .photo-box .photo.pearl {
  width: 350px;
  height: auto;
  position: absolute;
  top: 40px;
  right: 0;
  z-index: 1;
}
.business-intro-area .business-intro-box .photo-box .photo.porcelain {
  width: 260px;
  height: auto;
  position: absolute;
  top: 320px;
  right: 200px;
  z-index: 2;
}
.business-intro-area .business-intro-box::before {
  content: "";
  position: absolute;
  top: 30px;
  left: -20px;
  width: 690px;
  height: 530px;
  background-image: url("../img/business/china-map.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -50;
}

@media screen and (max-width: 768px) {
  .business-intro-area {
    position: relative;
    padding: 40px 20px;
  }
  .business-intro-area .business-intro-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    position: relative;
    z-index: 2;
    padding-bottom: 0px;
    /* 背景の地図 */
  }
  .business-intro-area .business-intro-box .text-box {
    flex: 1;
  }
  .business-intro-area .business-intro-box .text-box .ttl-box {
    width: 100%;
    margin-bottom: 30px;
  }
  .business-intro-area .business-intro-box .text-box .ttl-box .ttl-en {
    color: #094C8B;
    font-family: "Sofia Sans";
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.15em;
    margin-bottom: 13px;
    padding-left: 3px;
  }
  .business-intro-area .business-intro-box .text-box .ttl-box .ttl-jp {
    color: #094C8B;
    font-family: "Noto Sans JP";
    font-size: 29px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5;
    color: #094C8B;
  }
  .business-intro-area .business-intro-box .text-box .text p {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .business-intro-area .business-intro-box .text-box .text p:last-child {
    margin-bottom: 0;
  }
  .business-intro-area .business-intro-box .photo-box .photo img {
    width: 100%;
    height: auto;
    display: block;
  }
  .business-intro-area .business-intro-box .photo-box .photo.pearl {
    width: 100%;
    height: auto;
    position: static;
    top: 40px;
    right: 0;
    z-index: 1;
    margin-bottom: 20px;
  }
  .business-intro-area .business-intro-box .photo-box .photo.porcelain {
    width: 70%;
    height: auto;
    position: static;
    top: 320px;
    right: 200px;
    z-index: 2;
  }
  .business-intro-area .business-intro-box::before {
    content: "";
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    aspect-ratio: 4/3;
    background-image: url("../img/business/china-map.png");
    background-position: center left;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -50;
  }
}
/* ===================================================
  # 3つの事業
=================================================== */
.business-main-area {
  padding: 80px 0;
}
.business-main-area .business-main-box .business-box {
  position: relative;
  margin-top: 60px;
  padding: 60px 0 20px;
}
.business-main-area .business-main-box .business-box::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 50%;
  background: #E5EDF5;
  z-index: 0;
}
.business-main-area .business-main-box .business-box .inner-box {
  position: relative;
  z-index: 1; /* 帯より前 */
  height: 760px;
}
.business-main-area .business-main-box .business-box .inner-box .photo {
  width: 40%;
  height: 580px;
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 2;
  border-radius: 0 10px 10px 0;
  overflow: hidden;
}
.business-main-area .business-main-box .business-box .inner-box .photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.business-main-area .business-main-box .business-box .inner-box .text-box {
  width: 70%;
  height: 700px;
  position: absolute;
  top: 0;
  right: 0;
  background: #094C8B;
  color: #fff;
  border-radius: 10px 0 0 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 16%;
  box-sizing: border-box;
}
.business-main-area .business-main-box .business-box .inner-box .text-box .inner {
  width: 73%;
}
.business-main-area .business-main-box .business-box .inner-box .text-box .inner .ttl-box {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 25px;
}
.business-main-area .business-main-box .business-box .inner-box .text-box .inner .ttl-box .ttl-jp {
  color: #fff;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 2.4px;
  margin-bottom: 15px;
}
.business-main-area .business-main-box .business-box .inner-box .text-box .inner .ttl-box .ttl-en {
  font-family: "Sofia Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #fff;
  padding-left: 2px;
}
.business-main-area .business-main-box .business-box .inner-box .text-box .inner .ttl-box::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 120px;
  height: 4px;
  background: #FFDA09;
}
.business-main-area .business-main-box .business-box .inner-box .text-box .inner .text p {
  font-size: 15px;
  line-height: 1.9;
  margin-bottom: 14px;
}
.business-main-area .business-main-box .business-box .inner-box .text-box .inner .text p:last-child {
  margin-bottom: 0;
}
.business-main-area .business-main-box .business-box .inner-box.rev {
  /* flex-directionは効かないので、座標と角丸・パディングを反転する */
}
.business-main-area .business-main-box .business-box .inner-box.rev .photo {
  left: auto;
  right: 0;
  border-radius: 10px 0 0 10px !important;
  order: 2;
}
.business-main-area .business-main-box .business-box .inner-box.rev .text-box {
  right: auto;
  left: 0;
  border-radius: 0 10px 10px 0;
  padding-left: 0;
  padding-left: 16%;
  order: 1;
}

@media screen and (max-width: 768px) {
  .business-main-area {
    padding: 50px 0;
  }
  .business-main-area .business-main-box .business-box {
    position: relative;
    margin-top: 60px;
    padding: 60px 20px 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: nowrap;
  }
  .business-main-area .business-main-box .business-box::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 50%;
    background: #E5EDF5;
    z-index: 0;
  }
  .business-main-area .business-main-box .business-box .inner-box {
    position: relative;
    z-index: 1; /* 帯より前 */
    height: auto;
    margin-bottom: 60px;
  }
  .business-main-area .business-main-box .business-box .inner-box:last-child {
    margin-bottom: 30px;
  }
  .business-main-area .business-main-box .business-box .inner-box .photo {
    width: 92%;
    aspect-ratio: 4/3;
    height: auto;
    position: static;
    z-index: 2;
    border-radius: 10px 10px 10px 0px;
    overflow: hidden;
    margin-bottom: 0px;
  }
  .business-main-area .business-main-box .business-box .inner-box .photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .business-main-area .business-main-box .business-box .inner-box .text-box {
    width: 100%;
    height: auto;
    position: static;
    background: #094C8B;
    color: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    margin-top: -110px;
    padding: 155px 20px 30px;
  }
  .business-main-area .business-main-box .business-box .inner-box .text-box .inner {
    width: 100%;
  }
  .business-main-area .business-main-box .business-box .inner-box .text-box .inner .ttl-box {
    position: relative;
    margin-bottom: 35px;
    padding-bottom: 15px;
  }
  .business-main-area .business-main-box .business-box .inner-box .text-box .inner .ttl-box .ttl-jp {
    color: #fff;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 10px;
  }
  .business-main-area .business-main-box .business-box .inner-box .text-box .inner .ttl-box .ttl-en {
    font-family: "Sofia Sans", sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.2em;
    color: #fff;
    padding-left: 2px;
  }
  .business-main-area .business-main-box .business-box .inner-box .text-box .inner .ttl-box::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 3px;
    background: #FFDA09;
  }
  .business-main-area .business-main-box .business-box .inner-box .text-box .inner .text p {
    font-size: 15px;
    line-height: 1.9;
    margin-bottom: 14px;
  }
  .business-main-area .business-main-box .business-box .inner-box .text-box .inner .text p:last-child {
    margin-bottom: 0;
  }
  .business-main-area .business-main-box .business-box .inner-box.rev {
    /* flex-directionは効かないので、座標と角丸・パディングを反転する */
  }
  .business-main-area .business-main-box .business-box .inner-box.rev .photo {
    border-radius: 10px 10px 0px 10px !important;
    margin-left: 8%;
  }
  .business-main-area .business-main-box .business-box .inner-box.rev .text-box {
    right: auto;
    left: 0;
    border-radius: 10px;
    padding: 155px 20px 30px;
  }
}
/* ===================================================
  # 会社イントロ
  =================================================== */
.company-intro-area {
  position: relative;
  padding: 60px 0;
  margin-bottom: 70px;
  /* 左下の薄いブルー帯 */
}
.company-intro-area::before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  display: block;
  width: 40%;
  height: 370px;
  background: #EAF1F7;
  border-radius: 0 6px 6px 0;
  z-index: 0;
}
.company-intro-area .company-intro-box {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 70px;
  align-items: center;
  /* --- 写真 --- */
  /* --- テキスト --- */
}
.company-intro-area .company-intro-box .photo-box {
  position: relative;
}
.company-intro-area .company-intro-box .photo-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.company-intro-area .company-intro-box .text-box {
  color: #094C8B;
}
.company-intro-area .company-intro-box .text-box .ttl-box {
  margin-bottom: 45px;
}
.company-intro-area .company-intro-box .text-box .ttl-box .ttl-en {
  color: #094C8B;
  font-family: "Sofia Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.15em;
  margin-bottom: 18px;
  padding-left: 3px;
}
.company-intro-area .company-intro-box .text-box .ttl-box .ttl-jp {
  color: #094C8B;
  font-family: "Noto Sans JP";
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  color: #094C8B;
}
.company-intro-area .company-intro-box .text-box .text p {
  font-size: 15px;
  line-height: 1.9;
  color: #161616;
  margin-bottom: 14px;
}
.company-intro-area .company-intro-box .text-box .text p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .company-intro-area {
    position: relative;
    padding: 40px 20px;
    margin-bottom: 0px;
    /* 左下の薄いブルー帯 */
  }
  .company-intro-area::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0;
    bottom: auto;
    display: block;
    width: 100%;
    height: 240px;
    background: #EAF1F7;
    border-radius: 6px;
    z-index: 0;
  }
  .company-intro-area .company-intro-box {
    position: relative;
    display: block;
    grid-template-columns: 1fr 1fr;
    column-gap: 70px;
    align-items: center;
    /* --- 写真 --- */
    /* --- テキスト --- */
  }
  .company-intro-area .company-intro-box .photo-box {
    position: relative;
    margin-bottom: 30px;
  }
  .company-intro-area .company-intro-box .photo-box img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
  }
  .company-intro-area .company-intro-box .text-box {
    color: #094C8B;
  }
  .company-intro-area .company-intro-box .text-box .ttl-box {
    width: 100%;
    margin-bottom: 25px;
  }
  .company-intro-area .company-intro-box .text-box .ttl-box .ttl-en {
    color: #094C8B;
    font-family: "Sofia Sans";
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.15em;
    margin-bottom: 13px;
    padding-left: 3px;
  }
  .company-intro-area .company-intro-box .text-box .ttl-box .ttl-jp {
    color: #094C8B;
    font-family: "Noto Sans JP";
    font-size: 29px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5;
    color: #094C8B;
  }
  .company-intro-area .company-intro-box .text-box .text p {
    font-size: 15px;
    line-height: 1.9;
    color: #161616;
    margin-bottom: 14px;
  }
  .company-intro-area .company-intro-box .text-box .text p:last-child {
    margin-bottom: 0;
  }
}
/* ===================================================
  # 会社概要（PC）
  =================================================== */
.company-overview-area {
  background-image: url(../img/company/overview-bg.webp);
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
}
.company-overview-area .company-overview-box .overview-ttl {
  text-align: center;
  margin-bottom: 40px;
}
.company-overview-area .company-overview-box .overview-ttl .ttl-jp {
  color: #fff;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 25px;
}
.company-overview-area .company-overview-box .overview-ttl .ttl-en {
  color: #FFDA09;
  font-family: "Sofia Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.2em;
}
.company-overview-area .company-overview-box > .overview-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  padding: 40px 45px;
  box-sizing: border-box;
  /* ===== DLをそのまま2カラム化（dt固定/ dd可変） ===== */
  /* 行の左カラム（見出し） */
  /* 行の右カラム（内容） */
  /* 1行目は上線ナシ＆上パディングなし */
  /* 最終行は下線を追加（両カラム） */
}
.company-overview-area .company-overview-box > .overview-card dl {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin: 0;
}
.company-overview-area .company-overview-box > .overview-card dl > dt {
  flex: 0 0 180px;
  max-width: 180px;
  padding: 18px 0;
  border-top: 1px solid #DDE3EA;
  white-space: nowrap;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.9;
  padding-left: 4px;
  box-sizing: border-box;
}
.company-overview-area .company-overview-box > .overview-card dl > dd {
  flex: 1 1 calc(100% - 180px);
  margin: 0;
  padding: 18px 0;
  padding-left: 24px;
  border-top: 1px solid #DDE3EA;
  color: #161616;
  line-height: 1.9;
  word-break: break-word;
}
.company-overview-area .company-overview-box > .overview-card dl > dt:first-of-type,
.company-overview-area .company-overview-box > .overview-card dl > dd:first-of-type {
  border-top: none;
  padding-top: 0;
}
.company-overview-area .company-overview-box > .overview-card dl > dt:last-of-type,
.company-overview-area .company-overview-box > .overview-card dl > dd:last-of-type {
  border-bottom: 1px solid #DDE3EA;
  padding-bottom: 18px;
}

@media screen and (max-width: 768px) {
  .company-overview-area {
    background-image: url(../img/company/overview-bg.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .company-overview-area .company-overview-box .overview-ttl {
    text-align: center;
    margin-bottom: 30px;
  }
  .company-overview-area .company-overview-box .overview-ttl .ttl-jp {
    color: #fff;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 20px;
  }
  .company-overview-area .company-overview-box .overview-ttl .ttl-en {
    color: #FFDA09;
    font-family: "Sofia Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.2em;
  }
  .company-overview-area .company-overview-box > .overview-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    padding: 30px 20px;
    box-sizing: border-box;
    /* ===== DLをそのまま2カラム化（dt固定/ dd可変） ===== */
    /* 行の左カラム（見出し） */
    /* 行の右カラム（内容） */
    /* 1行目は上線ナシ＆上パディングなし */
    /* 最終行は下線を追加（両カラム） */
  }
  .company-overview-area .company-overview-box > .overview-card dl {
    display: block;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0;
  }
  .company-overview-area .company-overview-box > .overview-card dl > dt {
    display: block;
    max-width: 100%;
    padding: 10px 3px;
    border-top: 1px solid #DDE3EA;
    white-space: nowrap;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.9;
    box-sizing: border-box;
  }
  .company-overview-area .company-overview-box > .overview-card dl > dd {
    display: block;
    margin: 0;
    padding: 0px 3px 15px;
    border-top: none;
    color: #161616;
    line-height: 1.9;
    word-break: break-word;
  }
  .company-overview-area .company-overview-box > .overview-card dl > dd:last-of-type {
    padding-bottom: 0 !important;
  }
  .company-overview-area .company-overview-box > .overview-card dl > dt:first-of-type,
  .company-overview-area .company-overview-box > .overview-card dl > dd:first-of-type {
    border-top: none;
    padding-top: 0;
  }
  .company-overview-area .company-overview-box > .overview-card dl > dt:last-of-type,
  .company-overview-area .company-overview-box > .overview-card dl > dd:last-of-type {
    border-bottom: none;
    padding-bottom: 18px;
  }
}
/* ===================================================
  # 拠点紹介
=================================================== */
.company-location-area {
  padding: 80px 0;
}
.company-location-area .company-location-box .office-box {
  margin-bottom: 80px;
}
.company-location-area .company-location-box .office-box .ttl {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #094C8B;
  position: relative;
  padding-left: 28px;
}
.company-location-area .company-location-box .office-box .ttl::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 5px;
  background-color: #FFDA09;
}
.company-location-area .company-location-box .office-box .photo-box {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 30px;
}
.company-location-area .company-location-box .office-box .photo-box img {
  width: calc(50% - 20px);
  height: auto;
  display: block;
  border-radius: 4px;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .company-location-area {
    padding: 60px 20px;
  }
  .company-location-area .company-location-box .office-box {
    margin-bottom: 40px;
  }
  .company-location-area .company-location-box .office-box:last-child {
    margin-bottom: 0;
  }
  .company-location-area .company-location-box .office-box .ttl {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #094C8B;
    position: relative;
    padding-left: 25px;
  }
  .company-location-area .company-location-box .office-box .ttl::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 4px;
    background-color: #FFDA09;
  }
  .company-location-area .company-location-box .office-box .photo-box {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
  }
  .company-location-area .company-location-box .office-box .photo-box img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
    object-fit: cover;
  }
}
/* ===================================================
  # 沿革（PC）
=================================================== */
.company-history-area {
  padding: 80px 0;
  background-color: #EFF4F9;
}
.company-history-area .company-history-box .history-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  /* 中央の縦ライン（年列120px + ドット列の中心12px） */
}
.company-history-area .company-history-box .history-list::before {
  content: "";
  position: absolute;
  left: 165px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #c8d2dc;
}
.company-history-area .company-history-box .history-item {
  display: grid;
  grid-template-columns: 130px 24px 1fr; /* 年 / ドット / 本文 */
  column-gap: 24px;
  align-items: start;
  margin-bottom: 20px;
  position: relative;
  line-height: 1;
}
.company-history-area .company-history-box .history-item .year {
  text-align: right;
  font-weight: 700;
  color: #094C8B;
  letter-spacing: 0.05em;
  margin-top: 18px;
}
.company-history-area .company-history-box .history-item .year .y {
  font-size: 18px;
}
.company-history-area .company-history-box .history-item .year .jp {
  font-size: 16px;
  margin-left: 2px;
}
.company-history-area .company-history-box .history-item .dot {
  position: relative;
  height: 0; /* 自身は高さを持たず擬似要素で配置 */
  /* ドット本体 */
}
.company-history-area .company-history-box .history-item .dot::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 28px; /* 見出し高さに合わせて微調整 */
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #094C8B;
  box-shadow: 0 0 0 3px #fff, 0 0 0 5px #DDE3EA; /* 外周（縦ライン色） */
}
.company-history-area .company-history-box .history-item .card {
  position: relative;
  background: #FFF;
  border-radius: 6px;
  padding: 25px 30px;
  line-height: 1.8;
  /* ドットとカードを繋ぐ水平ライン */
}
.company-history-area .company-history-box .history-item .card::before {
  content: "";
  position: absolute;
  left: -24px; /* 列ギャップ分を手前に伸ばす */
  top: 28px; /* ドットと同じ高さ */
  width: 24px;
  height: 2px;
  background: #DDE3EA;
}
.company-history-area .company-history-box .history-item .card .ttl {
  font-weight: 700;
  color: #094C8B;
  font-size: 18px;
  margin-bottom: 10px;
  position: relative;
}
.company-history-area .company-history-box .history-item .card .inner-list {
  border: 2px solid #9dbad4;
  border-radius: 4px;
  padding: 20px 30px;
  margin-bottom: 25px;
  box-sizing: border-box;
}
.company-history-area .company-history-box .history-item .card .inner-list li {
  margin-bottom: 15px;
}
.company-history-area .company-history-box .history-item .card .inner-list li:last-child {
  margin-bottom: 0px;
}
.company-history-area .company-history-box .history-item .card .inner-list li .detail {
  font-size: 90%;
  margin-top: 6px;
  padding-left: 20px;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .company-history-area {
    padding: 60px 20px;
    background-color: #EFF4F9;
  }
  .company-history-area .company-history-box .history-list {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    /* 中央の縦ライン（年列120px + ドット列の中心12px） */
  }
  .company-history-area .company-history-box .history-list::before {
    display: none;
  }
  .company-history-area .company-history-box .history-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: nowrap;
    align-items: start;
    margin-bottom: 30px;
    position: relative;
    line-height: 1;
  }
  .company-history-area .company-history-box .history-item .year {
    text-align: right;
    font-weight: 700;
    color: #094C8B;
    letter-spacing: 0.05em;
    margin-top: 0px;
    margin-bottom: 15px;
    padding-left: 2px;
  }
  .company-history-area .company-history-box .history-item .year .y {
    font-size: 18px;
  }
  .company-history-area .company-history-box .history-item .year .jp {
    font-size: 16px;
    margin-left: 2px;
  }
  .company-history-area .company-history-box .history-item .dot {
    display: none;
    /* ドット本体 */
  }
  .company-history-area .company-history-box .history-item .dot::before {
    display: none;
  }
  .company-history-area .company-history-box .history-item .card {
    position: relative;
    background: #FFF;
    border-radius: 6px;
    padding: 20px 20px;
    line-height: 1.8;
    width: 100%;
    /* ドットとカードを繋ぐ水平ライン */
  }
  .company-history-area .company-history-box .history-item .card::before {
    display: none;
  }
  .company-history-area .company-history-box .history-item .card .ttl {
    font-weight: 700;
    color: #094C8B;
    font-size: 19px;
    margin-bottom: 8px;
    position: relative;
  }
  .company-history-area .company-history-box .history-item .card .inner-list {
    border-radius: 4px;
    padding: 15px 15px;
    margin-bottom: 25px;
    box-sizing: border-box;
  }
  .company-history-area .company-history-box .history-item .card .inner-list li {
    margin-bottom: 12px;
  }
  .company-history-area .company-history-box .history-item .card .inner-list li:last-child {
    margin-bottom: 0px;
  }
  .company-history-area .company-history-box .history-item .card .inner-list li .detail {
    font-size: 95%;
    margin-top: 6px;
    padding-left: 20px;
    line-height: 1.7;
  }
}
/* ===================================================
  # お問い合わせ（.contact-main-area 内）
  =================================================== */
.contact-main-area {
  background-color: #EFF4F9;
}
.contact-main-area .contact-main-box .contact-text-box {
  max-width: 920px;
  margin: 0 auto 40px;
}
.contact-main-area .contact-main-box .contact-form {
  max-width: 100%;
  /* ハニーポット */
  /* 入力レイアウト（常に1カラム） */
  /* アクセシビリティ補助（視覚的非表示） */
  /* 入力系の見た目 */
  /* 送信ボタン */
  /* ---------- SP（～768px） ---------- */
}
.contact-main-area .contact-main-box .contact-form .hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.contact-main-area .contact-main-box .contact-form .form-list {
  display: grid;
  grid-template-columns: 1fr; /* ← ここを1カラム固定に */
  column-gap: 0; /* ← 2カラムの名残は0に */
  row-gap: 20px;
  max-width: 920px; /* ← 幅指定はmax-width化 */
  width: 100%;
  background-color: #fff;
  border-radius: 8px;
  margin: 0 auto;
  padding: 30px 40px 40px;
  box-sizing: border-box;
}
.contact-main-area .contact-main-box .contact-form .form-list .form-item {
  /* 共通 */
  /* メッセージは1カラムなので横断指定を解除 */
}
.contact-main-area .contact-main-box .contact-form .form-list .form-item label {
  display: inline-block;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #161616;
  margin-bottom: 8px;
}
.contact-main-area .contact-main-box .contact-form .form-list .form-item label .req {
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  padding: 4px 6px 5px;
  margin-left: 8px;
  border-radius: 3px;
  background: #094C8B; /* 必須色（変数があれば置換OK） */
  color: #fff;
  vertical-align: middle;
}
.contact-main-area .contact-main-box .contact-form .form-list .form-item.message {
  grid-column: auto; /* ← 1 / -1 指定をリセット */
}
.contact-main-area .contact-main-box .contact-form .visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.contact-main-area .contact-main-box .contact-form input[type=text],
.contact-main-area .contact-main-box .contact-form input[type=email],
.contact-main-area .contact-main-box .contact-form input[type=tel],
.contact-main-area .contact-main-box .contact-form textarea {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 12px 14px;
  border: 1px solid #cad4e0;
  border-radius: 6px;
  background: #fff;
  color: #161616;
  font-family: "Noto Sans JP", sans-serif, sans-serif;
  line-height: 1.7;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}
.contact-main-area .contact-main-box .contact-form input[type=text]:focus,
.contact-main-area .contact-main-box .contact-form input[type=email]:focus,
.contact-main-area .contact-main-box .contact-form input[type=tel]:focus,
.contact-main-area .contact-main-box .contact-form textarea:focus {
  outline: none;
  border-color: #4C93FF; /* アクセント変数があれば置換OK */
  box-shadow: 0 0 0 3px rgba(76, 147, 255, 0.18);
}
.contact-main-area .contact-main-box .contact-form input[type=text]::placeholder,
.contact-main-area .contact-main-box .contact-form input[type=email]::placeholder,
.contact-main-area .contact-main-box .contact-form input[type=tel]::placeholder,
.contact-main-area .contact-main-box .contact-form textarea::placeholder {
  color: #8FA1B3;
}
.contact-main-area .contact-main-box .contact-form textarea {
  min-height: 180px;
  resize: vertical;
}
.contact-main-area .contact-main-box .contact-form .btn-box {
  margin-top: 28px;
  text-align: center;
  color: #fff;
}
.contact-main-area .contact-main-box .contact-form .btn-box .cm-btn01 {
  min-width: 220px; /* 既存の共通ボタンに幅だけ付与 */
}
@media screen and (max-width: 768px) {
  .contact-main-area .contact-main-box .contact-form .form-list {
    row-gap: 16px;
    padding: 20px 16px; /* ← SPは余白を少し詰める */
  }
  .contact-main-area .contact-main-box .contact-form textarea {
    min-height: 160px;
  }
  .contact-main-area .contact-main-box .contact-form .btn-box {
    margin-top: 22px;
  }
  .contact-main-area .contact-main-box .contact-form .btn-box .cm-btn01 {
    width: 100%;
    min-width: 0;
  }
}

/* =========================================
   確認画面の整え直し（強めの特異性で上書き）
   ========================================= */
/* dt/dd の並び（PCは2カラム、SPは1カラム） */
.contact-main-area .confirm-list {
  width: 920px;
  margin: 0 auto 28px;
  padding: 30px 40px;
  background: #fff;
  border-radius: 8px;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 200px 1fr; /* 左：ラベル / 右：値 */
  column-gap: 24px;
  row-gap: 18px;
}

.contact-main-area .confirm-list > dt,
.contact-main-area .confirm-list > dd {
  margin: 0; /* ブラウザ既定の余白を無効化 */
  border-top: 1px solid #DDE3EA;
  padding-top: 18px;
}

.contact-main-area .confirm-list > dt:first-of-type,
.contact-main-area .confirm-list > dd:first-of-type {
  border-top: none;
  padding-top: 0;
}

.contact-main-area .confirm-list > dt:last-of-type,
.contact-main-area .confirm-list > dd:last-of-type {
  border-bottom: 1px solid #DDE3EA;
  padding-bottom: 18px;
}

/* ラベル */
.contact-main-area .confirm-list > dt {
  font-weight: 700;
  letter-spacing: 0.02em;
  white-space: nowrap;
  color: inherit;
}

/* 値 */
.contact-main-area .confirm-list > dd {
  line-height: 1.9;
  word-break: break-word;
  overflow-wrap: anywhere;
}

/* SP（768px以下）：1カラム＋ddを軽くカード化 */
@media (max-width: 768px) {
  .contact-main-area .confirm-list {
    width: auto;
    margin: 0 16px 24px;
    padding: 20px 16px;
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 12px;
  }
  .contact-main-area .confirm-list > dt,
  .contact-main-area .confirm-list > dd {
    border-top: none;
    padding-top: 0;
  }
  .contact-main-area .confirm-list > dt {
    font-size: 15px;
    margin-top: 14px;
  }
  .contact-main-area .confirm-list > dt:first-of-type {
    margin-top: 0;
  }
  .contact-main-area .confirm-list > dd {
    background: #F7FAFD;
    border: 1px solid #E5EDF5;
    border-radius: 6px;
    padding: 10px 12px;
  }
}
/* =========================================
   ボタン
   ========================================= */
/* 「修正する」＝戻るボタン：指定PNGの左向き矢印を左配置で表示 */
.btn-back-form .cm-btn01 {
  background-color: #6b879f;
  border: 1px solid #6b879f;
  color: #fff;
  /* 矢印（背景画像）を左側に */
  background-image: url(../img/common/icon-arrow-l.png);
  background-position: left 30px center;
  padding: 22px 45px 22px 62px;
}

.confirm-btn-box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  flex-wrap: nowrap;
}
.confirm-btn-box .cm-btn01 {
  margin: 0 10px;
}

/* 「この内容で送信する」＝文字色を白 */
.btn-send-form .cm-btn01 {
  color: #fff;
}

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