@charset "UTF-8";
/* Scss Document */
@import "normalize.css";
/* Scss Document */
/*=======================================================
    reset
========================================================*/
/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  margin: 0;
  padding: 0;
}

/*=======================================================
    font
========================================================*/
.yu-mincho {
  font-family: "Yu Mincho", "YuMincho";
}

.font_en {
  font-family: Copperplate,Copperplate Gothic Light,fantasy;
}

/*=======================================================
	
    ブレークポイント
========================================================*/
/*-------------- calc mixin ここから ----------------*/
/*-------------- calc mixin ここまで ----------------*/
/*
 * Mixin for placeholder
 * @include placeholderColor(#00ff00);
 */
/*=======================================================
	
    common
    
========================================================*/
html {
  font-size: 62.5%;
  height: 100%;
}

body {
  font-size: 1.6rem;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  color: #333333;
  font-family: 'Noto Sans JP', sans-serif;
}

a {
  transition: all 0.3s ease 0s;
  color: #464646;
}

a:hover {
  color: #186af7;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (max-width: 1409px) {
  .pc02 {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

@media screen and (min-width: 1410px) {
  .sp02 {
    display: none !important;
  }
}

.clearfix {
  *zoom: 1;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.no_link {
  opacity: 0.3;
  pointer-events: none;
}

.mincho {
  font-family: 'Zen Old Mincho', serif;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a img {
  transition: all 0.3s ease 0s;
}

a img:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  img {
    max-width: 100%;
  }
}

.link {
  color: #000;
  text-decoration: none;
}

.mrgT5 {
  margin-top: 5px;
}

.mrgT10 {
  margin-top: 10px;
}

.mrgT15 {
  margin-top: 15px;
}

.mrgT20 {
  margin-top: 20px;
}

.mrgT25 {
  margin-top: 25px;
}

.mrgT30 {
  margin-top: 30px;
}

.mrgT40 {
  margin-top: 40px;
}

.mrgT50 {
  margin-top: 50px;
}

.mrgT60 {
  margin-top: 60px;
}

.mrgT70 {
  margin-top: 70px;
}

.mrgB5 {
  margin-bottom: 5px;
}

.mrgB10 {
  margin-bottom: 10px;
}

.mrgB15 {
  margin-bottom: 15px;
}

.mrgB20 {
  margin-bottom: 20px;
}

.mrgB25 {
  margin-bottom: 25px;
}

.mrgB30 {
  margin-bottom: 30px;
}

.mrgB40 {
  margin-bottom: 40px;
}

.mrgB50 {
  margin-bottom: 50px;
}

.mrgB60 {
  margin-bottom: 60px;
}

.mrgB70 {
  margin-bottom: 70px;
}

.floatL {
  float: left;
}

.floatR {
  float: right;
}

.fontBold {
  font-weight: bold;
}

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

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.f12 {
  font-size: 1.2rem !important;
}

.f14 {
  font-size: 1.4rem;
}

.f16 {
  font-size: 1.6rem;
}

.f18 {
  font-size: 1.8rem;
}

.red {
  color: #ed1e79;
}

.marker {
  background: linear-gradient(transparent 60%, #ffe800 60%);
  font-weight: bold;
}

/*=======================================================

    山羽工業株式会社  variables

========================================================*/
/*=======================================================

    共通レイアウト

========================================================*/
#container {
  overflow: hidden;
  position: relative;
}

#container img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.inner {
  width: 100%;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}

/* --- セクション見出し（英字＋和文＋リード） --- */
.sec_ttl {
  position: relative;
  padding-top: 24px;
}

.sec_ttl::before {
  content: "";
  position: absolute;
  top: 0;
  right: calc(100% + 12px);
  width: 172px;
  height: 129px;
  background: url(../img/top/fig_ttl.svg) no-repeat right top/contain;
  /* inner幅(1000px)の外側に置いているため、1366px未満では画面外に
           押し出されて見切れる。その場合は非表示にする。 */
}

@media screen and (max-width: 1365px) {
  .sec_ttl::before {
    display: none;
  }
}

.sec_ttl .en {
  font-family: "Figtree", sans-serif;
  font-style: italic;
  font-weight: 600;
  font-size: 2.6rem;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #5177fd;
}

@media screen and (max-width: 767px) {
  .sec_ttl .en {
    font-size: 2.0rem;
    line-height: 1.2;
    /* 改行時に行間が詰まりすぎないように */
  }
}

.sec_ttl .sec_ttl_row {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

@media screen and (max-width: 1100px) {
  .sec_ttl .sec_ttl_row {
    display: block;
  }
}

.sec_ttl .jp {
  flex: 0 0 auto;
  min-width: 235px;
  font-size: 4.0rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  /* 「・」など約物の左右のアキを詰める（プロポーショナルメトリクス） */
  font-feature-settings: "palt" 1;
  color: #3d495c;
}

@media screen and (max-width: 767px) {
  .sec_ttl .jp {
    font-size: 2.8rem;
    min-width: 0;
    line-height: 1.35;
    /* 改行時に行間が詰まりすぎないように */
  }
}

.sec_ttl .lead {
  margin-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #4b4293;
  font-size: 2.0rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #4b4293;
}

@media screen and (max-width: 1100px) {
  .sec_ttl .lead {
    margin-top: 20px;
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  .sec_ttl .lead {
    font-size: 1.5rem;
    /* 改行した場合も各行に下線が付くよう、SPは罫線ではなく下線で表示 */
    line-height: 2.2;
    padding-bottom: 0;
    border-bottom: none;
    text-decoration: underline;
    text-decoration-color: #4b4293;
    text-decoration-thickness: 1px;
    text-underline-offset: 8px;
  }
}

/* --- ボタン --- */
.btn01 a,
.btn02 a,
.btn03 a {
  position: relative;
  display: flex;
  align-items: center;
  width: 300px;
  max-width: 100%;
  height: 70px;
  box-sizing: border-box;
  padding: 0 26px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .btn01 a,
.btn02 a,
.btn03 a {
    width: 100%;
    height: 60px;
    font-size: 1.5rem;
    padding: 0 20px;
  }
}

.btn01 a {
  background: linear-gradient(90deg, #282980 0%, #5976d1 100%);
  color: #fff;
}

.btn01 a::after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  right: 30px;
}

.btn01 a:hover {
  color: #fff;
  opacity: 0.85;
}

.btn02 a {
  background: #fff;
  border: 1px solid #282980;
  color: #282980;
}

.btn02 a::before {
  content: "";
  position: absolute;
  right: 22px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #5976d1;
}

.btn02 a::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  right: 33px;
}

.btn02 a:hover {
  color: #282980;
  opacity: 0.75;
}

.btn03 a {
  width: 304px;
  height: 68px;
  border: 1px solid #fff;
  color: #fff;
}

.btn03 a::after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  right: 26px;
}

.btn03 a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
}

.btn_center a {
  margin-left: auto;
  margin-right: auto;
}

/* --- メールアイコン --- */
.ico_mail {
  width: 22px;
  height: auto;
  margin-right: 12px;
  flex: 0 0 auto;
}

/*=======================================================

    header

========================================================*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  transition: background 0.3s ease 0s;
  /* ロゴ（白い角丸パネル） */
  /* グローバルナビ */
  /* 電話番号 */
  /* スクロール後 */
}

.header .head_inner {
  position: relative;
  z-index: 10000;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  height: 100px;
}

@media screen and (max-width: 767px) {
  .header .head_inner {
    height: 70px;
  }
}

.header .logo {
  flex: 0 0 auto;
  width: 320px;
  height: 100px;
  display: flex;
  align-items: center;
  background: #fff;
  border-bottom-right-radius: 25px;
}

@media screen and (max-width: 767px) {
  .header .logo {
    width: 250px;
    height: 70px;
    border-bottom-right-radius: 16px;
  }
}

.header .logo a {
  display: block;
  padding-left: 45px;
}

@media screen and (max-width: 767px) {
  .header .logo a {
    padding-left: 18px;
  }
}

.header .logo img {
  width: 230px;
}

@media screen and (max-width: 767px) {
  .header .logo img {
    width: 190px;
  }
}

.header .gnav_wrap {
  display: flex;
  align-items: center;
  height: 100px;
  padding-right: 31px;
}

@media screen and (max-width: 1100px) {
  .header .gnav_wrap {
    display: none;
  }
}

.header .gnav {
  display: flex;
  align-items: center;
}

.header .gnav li {
  margin-left: 36px;
}

.header .gnav li:first-child {
  margin-left: 0;
}

@media screen and (max-width: 1249px) {
  .header .gnav li {
    margin-left: 28px;
  }
}

.header .gnav a {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #fff;
  text-decoration: none;
}

.header .gnav a:hover {
  opacity: 0.7;
  color: #fff;
}

.header .head_tel {
  margin-left: 35px;
  color: #fff;
}

@media screen and (max-width: 1249px) {
  .header .head_tel {
    display: none;
  }
}

.header .head_tel .num a {
  display: flex;
  align-items: center;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.02em;
  white-space: nowrap;
  color: #fff;
  text-decoration: none;
}

.header .head_tel .num a:hover {
  color: #fff;
  opacity: 0.8;
}

.header .head_tel .ico_tel {
  width: 27px;
  margin-right: 4px;
}

.header .head_tel .time {
  margin-top: 5px;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: right;
}

.header .btn_contact {
  margin-left: 29px;
}

.header .btn_contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 191px;
  height: 57px;
  background: linear-gradient(90deg, #282980 0%, #5976d1 100%);
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
}

.header .btn_contact a:hover {
  color: #fff;
  opacity: 0.85;
}

.header.is-fixed {
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.header.is-fixed .logo {
  background: transparent;
}

.header.is-fixed .gnav a {
  color: #3d495c;
}

.header.is-fixed .head_tel {
  color: #3d495c;
}

.header.is-fixed .head_tel .num a {
  color: #3d495c;
}

.header.is-fixed .menu-trigger span {
  background: #3d495c;
}

/* --- ハンバーガー --- */
.menu-trigger {
  position: relative;
  display: block;
  width: 34px;
  height: 24px;
  margin: 23px 20px 0 0;
  /* タブレット幅ではヘッダーが100px（SPは70px）になるため、
       23pxのままだとロゴの天地中央とズレる。ロゴ中央（50px）に合わせる */
  flex: 0 0 auto;
}

@media screen and (min-width: 1101px) {
  .menu-trigger {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .menu-trigger {
    margin-top: 38px;
  }
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: all 0.3s ease 0s;
}

.menu-trigger span:nth-child(1) {
  top: 0;
}

.menu-trigger span:nth-child(2) {
  top: 11px;
}

.menu-trigger span:nth-child(3) {
  bottom: 0;
}

.menu-trigger.active span {
  background: #3d495c;
}

.menu-trigger.active span:nth-child(1) {
  top: 11px;
  transform: rotate(45deg);
}

.menu-trigger.active span:nth-child(2) {
  opacity: 0;
}

.menu-trigger.active span:nth-child(3) {
  bottom: 11px;
  transform: rotate(-45deg);
}

#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 90px 25px 40px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.97);
  overflow-y: auto;
  z-index: 9998;
}

#overlay li {
  border-bottom: 1px solid #d9dade;
}

#overlay li a {
  display: block;
  padding: 18px 4px;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #3d495c;
  text-decoration: none;
}

#overlay .btn_contact {
  margin-top: 30px;
  /* .header .btn_contact の margin-left:37px を打ち消す
           （打ち消さないとボタンが右に寄る） */
  margin-left: 0;
}

#overlay .btn_contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  background: linear-gradient(90deg, #282980 0%, #5976d1 100%);
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
}

#overlay .btn_tel {
  margin-top: 14px;
}

#overlay .btn_tel a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  background: #3d495c;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-decoration: none;
}

#overlay .btn_tel .ico_tel {
  width: 22px;
  margin-right: 8px;
}

#overlay .btn_tel span {
  display: block;
  margin-top: 8px;
  font-size: 1.3rem;
  text-align: center;
  color: #3d495c;
}

/*=======================================================

    メインビジュアル

========================================================*/
#mainImg {
  position: relative;
  overflow: hidden;
  /* 風＋水紋アニメーション（js/fv.js が img の上に重ねる） */
  /* SP：文字の可読性を確保するスクリーン */
}

#mainImg .mv_img {
  position: relative;
}

#mainImg .mv_canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
}

#mainImg .mv_img img {
  width: 100%;
  display: block;
  /* 画像の高さが表示領域より大きくなる場合のみ画面内に収める
           （表示領域の方が高い場合は原寸のまま＝下にアキが出てもOK） */
  max-height: 100vh;
  object-fit: cover;
  object-position: center center;
}

@media screen and (max-width: 767px) {
  #mainImg .mv_img img {
    height: 62vh;
    max-height: none;
    min-height: 420px;
  }
}

@media screen and (max-width: 767px) {
  #mainImg::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    /* 背景の「水と風」と白テキストが同色で可読性が落ちるため、
               コピー部分のスクリーンを強めて背景を沈める */
    height: 72%;
    background: linear-gradient(to top, rgba(6, 36, 74, 0.78) 0%, rgba(6, 36, 74, 0.58) 45%, rgba(6, 36, 74, 0) 100%);
    pointer-events: none;
  }
}

#mainImg .mv_copy {
  position: absolute;
  left: 10.25%;
  /* ヘッダー上端〜ファーストビュー下端（＝#mainImg 全体）に対して垂直中央 */
  top: calc(50% + 36px);
  transform: translateY(-50%);
  z-index: 2;
  color: #fff;
}

@media screen and (max-width: 767px) {
  #mainImg .mv_copy {
    left: 25px;
    right: 25px;
    top: auto;
    bottom: 36px;
    transform: none;
  }
}

#mainImg .catch {
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 2.17;
  letter-spacing: 0.2em;
  text-shadow: 0 2px 12px rgba(0, 40, 80, 0.25);
  /* 1366px超では背景「水と風」と同じ比率で拡大する（36px / 1366px = 2.64vw） */
}

@media screen and (min-width: 1366px) {
  #mainImg .catch {
    font-size: 2.64vw;
  }
}

@media screen and (max-width: 1100px) {
  #mainImg .catch {
    font-size: 3.0rem;
    /* タブレット幅ではコピーがメインビジュアルからはみ出すため行間・字間を詰める */
    line-height: 1.7;
    letter-spacing: 0.14em;
  }
}

@media screen and (max-width: 767px) {
  #mainImg .catch {
    font-size: 2.4rem;
    line-height: 1.8;
    text-shadow: 0 1px 3px rgba(0, 30, 60, 0.55), 0 2px 14px rgba(0, 30, 60, 0.45);
  }
}

#mainImg .lead {
  position: relative;
  margin-top: 51px;
  font-size: 2.0rem;
  font-weight: 400;
  line-height: 2.3;
  letter-spacing: 0.1em;
  /* カンプは約物（、・。）が詰まっているため palt を使用し、字間で全体幅を合わせる */
  font-feature-settings: "palt" 1;
  text-shadow: 0 2px 12px rgba(0, 40, 80, 0.25);
  /* 1366px超では .catch と同じ比率で拡大（20px / 1366px、51px / 1366px） */
  /* 左端まで伸びる罫線 */
}

@media screen and (min-width: 1366px) {
  #mainImg .lead {
    font-size: 1.46vw;
    margin-top: 3.73vw;
  }
}

@media screen and (max-width: 1100px) {
  #mainImg .lead {
    font-size: 1.7rem;
    /* タブレット幅ではコピーがメインビジュアルからはみ出すため詰める */
    margin-top: 24px;
    line-height: 2.0;
  }
}

@media screen and (max-width: 767px) {
  #mainImg .lead {
    font-size: 1.4rem;
    margin-top: 24px;
    line-height: 2.0;
    text-shadow: 0 1px 3px rgba(0, 30, 60, 0.55), 0 2px 14px rgba(0, 30, 60, 0.45);
  }
}

#mainImg .lead::before {
  content: "";
  position: absolute;
  /* 文字サイズを vw で可変にしているため px 固定だと位置がずれる。
               line-height:2.3 の半分 = 1.15em が1行目の中央。線の太さ分だけ戻す */
  top: calc(1.15em - 0.5px);
  right: calc(100% + 20px);
  width: 100vw;
  height: 1px;
  background: #fff;
  /* この幅では line-height:2.0 */
}

@media screen and (max-width: 1100px) {
  #mainImg .lead::before {
    top: calc(1em - 0.5px);
  }
}

@media screen and (max-width: 767px) {
  #mainImg .lead::before {
    display: none;
  }
}

/*=======================================================

    山羽工業とは

========================================================*/
.sec_intro {
  padding-top: 37px;
  /* 写真＋グラデーション矩形のレイヤー */
}

.sec_intro .intro_head {
  text-align: right;
}

.sec_intro .txt_en img {
  width: 761px;
  max-width: 100%;
}

.sec_intro .label {
  margin-top: 21px;
  /* カンプ：右端から約30px内側に配置 */
  padding-right: 25px;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.16em;
  color: #3d495c;
}

@media screen and (max-width: 767px) {
  .sec_intro .label {
    font-size: 2.0rem;
    margin-top: 14px;
    padding-right: 0;
  }
}

.sec_intro .intro_visual {
  position: relative;
  margin-top: -41px;
  aspect-ratio: 1366 / 819;
  /* 入稿データのinner幅(1366px)を保持する。
           これ以上広げると 1) 写真が「山羽工業とは」に被る
           2) キャッチが本文より左に離れて孤立する
           3) 下の本文との間に不自然なアキが出る ため。 */
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
  /* 水のイメージ画像（カンプでは420×420の1枚を写真の裏に敷き、
           写真の間から右上・左下の角だけが見える）。見える部分だけを書き出して配置 */
}

@media screen and (max-width: 767px) {
  .sec_intro .intro_visual {
    aspect-ratio: auto;
    margin-top: 24px;
  }
}

.sec_intro .intro_visual .pho01 {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 67.35%;
}

@media screen and (max-width: 767px) {
  .sec_intro .intro_visual .pho01 {
    position: static;
    width: 100%;
  }
}

.sec_intro .intro_visual .pho02 {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 57.39%;
  width: 42.46%;
}

@media screen and (max-width: 767px) {
  .sec_intro .intro_visual .pho02 {
    position: static;
    width: 76%;
    margin: -40px 0 0 auto;
  }
}

.sec_intro .intro_visual .deco {
  position: absolute;
  z-index: 1;
  /* 写真の裏側に敷く */
  background: no-repeat center center / 100% 100%;
}

@media screen and (max-width: 767px) {
  .sec_intro .intro_visual .deco {
    display: none;
  }
}

.sec_intro .intro_visual .deco.deco01 {
  left: 67.35%;
  top: 31.75%;
  width: 15.37%;
  height: 25.64%;
  background-image: url(../img/top/bg_intro01.jpg);
}

.sec_intro .intro_visual .deco.deco02 {
  left: 51.98%;
  top: 67.4%;
  width: 5.56%;
  height: 15.63%;
  background-image: url(../img/top/bg_intro02.jpg);
}

.sec_intro .intro_visual .catch {
  position: absolute;
  z-index: 3;
  /* 画面幅が変わっても .inner（本文）の左端と必ず揃える */
  left: max(20px, calc((100% - 1000px) / 2));
  /* pho_intro01 の下端(=ビジュアル高の約67.5%)より内側に必ず収まるよう、
               上端ではなく下端基準で配置する（1366px時は top:39.8% と同位置） */
  top: auto;
  bottom: 35.2%;
  font-size: 4.5rem;
  font-weight: 600;
  line-height: 1.51;
  letter-spacing: 0.2em;
  color: #fff;
  text-shadow: 0 2px 14px rgba(0, 30, 60, 0.3);
}

@media screen and (max-width: 1100px) {
  .sec_intro .intro_visual .catch {
    font-size: 3.4rem;
  }
}

@media screen and (max-width: 767px) {
  .sec_intro .intro_visual .catch {
    font-size: 2.2rem;
    left: 20px;
    /* pho_intro01（横920:縦553）の下寄りに重ねる */
    top: calc(60.1vw - 110px);
    bottom: auto;
  }
}

.sec_intro .intro_body {
  /* ビジュアルへの重ね量を幅に比例させる。
           固定値(-236px)のままだと狭い画面で白テキスト・写真に食い込んで崩れる。
           1366px時は -239px と同値。 */
  margin-top: calc(min(100vw, 1366px) * -0.175);
}

@media screen and (max-width: 767px) {
  .sec_intro .intro_body {
    margin-top: 30px;
  }
}

.sec_intro .txt {
  font-size: 1.8rem;
  line-height: 2.56;
  letter-spacing: 0.13em;
  font-feature-settings: "palt" 1;
  color: #333333;
}

@media screen and (max-width: 1100px) {
  .sec_intro .txt {
    letter-spacing: 0.04em;
  }
}

@media screen and (max-width: 767px) {
  .sec_intro .txt {
    font-size: 1.6rem;
    line-height: 2.0;
  }
  .sec_intro .txt br {
    display: none;
  }
}

.sec_intro .btn01 {
  margin-top: 43px;
}

@media screen and (max-width: 767px) {
  .sec_intro .btn01 {
    margin-top: 30px;
  }
}

/* TOPページのボタン文字（カンプ：18px / tracking 200） */
#top .main .btn01 a,
#top .main .btn02 a {
  padding-left: 32px;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 767px) {
  #top .main .btn01 a,
#top .main .btn02 a {
    padding-left: 24px;
    font-size: 1.6rem;
  }
}

#top .main .btn02 a {
  letter-spacing: 0.1em;
}

/* TOPページのセクション見出し（カンプ：和文 38px / tracking 240、リード 20px / tracking 100） */
#top .main .sec_ttl .en {
  font-size: 2.8rem;
}

@media screen and (max-width: 767px) {
  #top .main .sec_ttl .en {
    font-size: 2.0rem;
  }
}

#top .main .sec_ttl .jp {
  font-size: 3.8rem;
  font-weight: 600;
  letter-spacing: 0.24em;
}

@media screen and (max-width: 767px) {
  #top .main .sec_ttl .jp {
    font-size: 2.8rem;
    letter-spacing: 0.16em;
  }
}

#top .main .sec_ttl .lead {
  font-weight: 400;
  /* カンプ tracking 100。約物を詰めるため palt を使い、その分字間を広げて全体幅を合わせる */
  letter-spacing: 0.18em;
  font-feature-settings: "palt" 1;
}

@media screen and (max-width: 767px) {
  #top .main .sec_ttl .lead {
    letter-spacing: 0.05em;
  }
}

/*=======================================================

    事業内容

========================================================*/
.sec_service {
  padding-top: 77px;
  padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .sec_service {
    padding-top: 60px;
    padding-bottom: 50px;
  }
}

.sec_service .service_list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 80px;
  row-gap: 47px;
  margin-top: 76px;
  /* カンプ：460×315（1枚目の写真も同じ比率に揃える） */
}

@media screen and (max-width: 1100px) {
  .sec_service .service_list {
    column-gap: 40px;
  }
}

@media screen and (max-width: 767px) {
  .sec_service .service_list {
    display: block;
    margin-top: 40px;
  }
}

.sec_service .service_list > li {
  width: calc((100% - 80px) / 2);
}

@media screen and (max-width: 1100px) {
  .sec_service .service_list > li {
    width: calc((100% - 40px) / 2);
  }
}

@media screen and (max-width: 767px) {
  .sec_service .service_list > li {
    width: 100%;
    margin-bottom: 40px;
  }
  .sec_service .service_list > li:last-child {
    margin-bottom: 0;
  }
}

.sec_service .service_list a {
  display: block;
  text-decoration: none;
  color: #333333;
}

.sec_service .service_list a:hover {
  color: #333333;
}

.sec_service .service_list a:hover img {
  opacity: 0.85;
}

.sec_service .service_list a:hover .more span {
  opacity: 0.7;
}

.sec_service .service_list figure img {
  width: 100%;
  aspect-ratio: 460 / 315;
  object-fit: cover;
}

.sec_service .service_list .sv_body {
  position: relative;
  padding-bottom: 23px;
  /* タブレット幅は本文が2行いっぱいに伸びて View more と重なるため、
               下の余白を広げて離す */
}

@media screen and (max-width: 767px) {
  .sec_service .service_list .sv_body {
    padding-bottom: 34px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .sec_service .service_list .sv_body {
    padding-bottom: 40px;
  }
}

.sec_service .service_list h3 {
  margin-top: 22px;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-feature-settings: "palt" 1;
  color: #333333;
}

@media screen and (max-width: 767px) {
  .sec_service .service_list h3 {
    font-size: 2.0rem;
    margin-top: 16px;
  }
}

.sec_service .service_list .txt {
  margin-top: 17px;
  min-height: 56px;
  /* 末尾の字間ぶんで折り返しがカンプとずれるため相殺する */
  margin-right: -8px;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.15em;
  font-feature-settings: "palt" 1;
}

@media screen and (max-width: 1100px) {
  .sec_service .service_list .txt {
    letter-spacing: 0.06em;
  }
}

@media screen and (max-width: 767px) {
  .sec_service .service_list .txt {
    margin-right: 0;
    font-size: 1.5rem;
    min-height: 0;
  }
}

.sec_service .service_list .more {
  position: absolute;
  right: 0;
  bottom: 0;
}

.sec_service .service_list .more span {
  position: relative;
  display: inline-block;
  padding: 0 36px 6px 0;
  border-bottom: 1px solid #4b4293;
  font-family: "Figtree", sans-serif;
  font-style: italic;
  font-weight: 600;
  font-size: 2.2rem;
  letter-spacing: 0;
  color: #4b4293;
  transition: all 0.3s ease 0s;
}

@media screen and (max-width: 767px) {
  .sec_service .service_list .more span {
    font-size: 1.7rem;
  }
}

.sec_service .service_list .more span::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #4b4293;
  border-right: 2px solid #4b4293;
  transform: rotate(45deg);
  position: absolute;
  right: 8px;
  top: 50%;
  margin-top: -7px;
}

/*=======================================================

    実績紹介

========================================================*/
/* ※カンプでは「施工事例」セクション（クラス名は既存の .sec_project のまま） */
.sec_project {
  padding-top: 37px;
  padding-bottom: 67px;
  background: #f6f6fa;
  /* リード文2行（1行ずつ下線） */
  /* 矢印 */
}

@media screen and (max-width: 767px) {
  .sec_project {
    padding-top: 20px;
    padding-bottom: 50px;
  }
}

.sec_project .sec_ttl .sec_ttl_row {
  align-items: flex-start;
}

.sec_project .sec_ttl .jp {
  margin-top: 3px;
}

.sec_project .sec_ttl .lead {
  margin-top: -18px;
  padding-bottom: 0;
  border-bottom: none;
}

@media screen and (max-width: 1100px) {
  .sec_project .sec_ttl .lead {
    margin-top: 20px;
    display: block;
  }
}

.sec_project .sec_ttl .lead span {
  display: table;
  padding-bottom: 12px;
  border-bottom: 1px solid #4b4293;
}

.sec_project .sec_ttl .lead span + span {
  margin-top: 13px;
}

@media screen and (max-width: 767px) {
  .sec_project .sec_ttl .lead span {
    display: block;
    padding-bottom: 0;
    border-bottom: none;
    text-decoration: underline;
    text-decoration-color: #4b4293;
    text-decoration-thickness: 1px;
    text-underline-offset: 8px;
  }
  .sec_project .sec_ttl .lead span + span {
    margin-top: 0;
  }
}

.sec_project .prj_slider_wrap {
  position: relative;
  width: 1440px;
  margin: 43px 0 0 calc(50% - 720px);
}

@media screen and (max-width: 1249px) {
  .sec_project .prj_slider_wrap {
    width: 100%;
    margin-left: 0;
    padding: 0 40px;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 767px) {
  .sec_project .prj_slider_wrap {
    margin-top: 34px;
    padding: 0 30px;
  }
}

.sec_project .prj_slider {
  visibility: hidden;
}

.sec_project .prj_slider.slick-initialized {
  visibility: visible;
}

.sec_project .prj_slider .slick-slide {
  margin: 0 20px;
}

@media screen and (max-width: 767px) {
  .sec_project .prj_slider .slick-slide {
    margin: 0 10px;
  }
}

.sec_project .prj_slider .slick-list {
  overflow: hidden;
}

.sec_project .prj_slider a {
  display: block;
  text-decoration: none;
  color: #333333;
}

.sec_project .prj_slider a:hover {
  color: #333333;
}

.sec_project .prj_slider a:hover img {
  opacity: 0.85;
}

.sec_project .prj_slider figure img {
  width: 100%;
}

.sec_project .prj_slider .tag {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.sec_project .prj_slider .tag span {
  display: inline-flex;
  align-items: center;
  height: 25px;
  padding: 0 8px;
  background: #3d495c;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  font-feature-settings: "palt" 1;
}

.sec_project .prj_slider h3 {
  margin-top: 6px;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-feature-settings: "palt" 1;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .sec_project .prj_slider h3 {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
}

.sec_project .slick-prev,
.sec_project .slick-next {
  position: absolute;
  top: 116px;
  width: 24px;
  height: 96px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  font-size: 0;
  cursor: pointer;
  z-index: 5;
  transform: translateY(-50%);
  /* slick-theme.css が :hover / :focus で背景を透明にするため打ち消す */
}

.sec_project .slick-prev:hover, .sec_project .slick-prev:focus, .sec_project .slick-prev:active,
.sec_project .slick-next:hover,
.sec_project .slick-next:focus,
.sec_project .slick-next:active {
  background: #fff;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.16);
}

.sec_project .slick-prev:focus-visible,
.sec_project .slick-next:focus-visible {
  outline: 2px solid #3d495c;
  outline-offset: 2px;
}

@media screen and (max-width: 767px) {
  .sec_project .slick-prev,
.sec_project .slick-next {
    width: 30px;
    height: 64px;
    /* 画像（4:3）の垂直方向中央に合わせる
               スライド画像幅 = 100vw − 60px(wrapのpadding) − 20px(slideのmargin) */
    top: calc((100vw - 80px) * 0.375);
  }
}

.sec_project .slick-prev::before,
.sec_project .slick-next::before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  margin: 0 auto;
  border-top: 2px solid #3d495c;
  border-right: 2px solid #3d495c;
  opacity: 1;
}

.sec_project .slick-prev {
  left: 37px;
}

@media screen and (max-width: 1249px) {
  .sec_project .slick-prev {
    left: 4px;
  }
}

@media screen and (max-width: 767px) {
  .sec_project .slick-prev {
    left: 2px;
  }
}

.sec_project .slick-prev::before {
  transform: rotate(-135deg);
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .sec_project .slick-prev::before {
    margin-left: 12px;
  }
}

.sec_project .slick-next {
  right: 37px;
}

@media screen and (max-width: 1249px) {
  .sec_project .slick-next {
    right: 4px;
  }
}

@media screen and (max-width: 767px) {
  .sec_project .slick-next {
    right: 2px;
  }
}

.sec_project .slick-next::before {
  transform: rotate(45deg);
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .sec_project .slick-next::before {
    margin-right: 12px;
  }
}

.sec_project .btn01 {
  margin-top: 52px;
}

@media screen and (max-width: 767px) {
  .sec_project .btn01 {
    margin-top: 40px;
  }
}

/*=======================================================

    採用情報

========================================================*/
.sec_recruit {
  padding-top: 109px;
  padding-bottom: 100px;
  /* 上段：写真＋キャッチ（背景に方眼） */
  /* 下段：写真＋テキスト */
  /* ボタン2つ */
}

@media screen and (max-width: 767px) {
  .sec_recruit {
    padding-top: 60px;
    padding-bottom: 50px;
  }
}

.sec_recruit .rec_lead {
  position: relative;
  margin-top: 85px;
  /* 入稿データのinner幅(1366px)を保持する。
           広げると写真が右端に張り付き、左側に大きな空白が生まれるため。 */
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
  /* 写真は絶対配置なので、写真の高さぶんを必ず確保して2段目と重ならないようにする */
  min-height: 44.03vw;
  /* 方眼背景 */
}

@media screen and (min-width: 1366px) {
  .sec_recruit .rec_lead {
    min-height: 601px;
  }
}

@media screen and (max-width: 767px) {
  .sec_recruit .rec_lead {
    margin-top: 34px;
    min-height: 0;
  }
}

.sec_recruit .rec_lead::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 173px;
  width: 100vw;
  height: 799px;
  margin-left: -50vw;
  background: url(../img/top/bg_grid01.png) repeat center top;
  background-size: 1366px 799px;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .sec_recruit .rec_lead::before {
    top: 60px;
    height: 700px;
  }
}

.sec_recruit .rec_lead .rec_lead_img {
  position: absolute;
  right: 0;
  top: 0;
  width: 78.18%;
  max-width: 1068px;
}

@media screen and (max-width: 767px) {
  .sec_recruit .rec_lead .rec_lead_img {
    position: static;
    width: 100%;
    max-width: none;
  }
}

.sec_recruit .rec_lead .inner {
  position: relative;
  z-index: 2;
}

.sec_recruit .rec_lead .rec_lead_txt {
  padding: 66px 0 178px;
}

@media screen and (max-width: 1100px) {
  .sec_recruit .rec_lead .rec_lead_txt {
    padding: 50px 0 120px;
  }
}

@media screen and (max-width: 767px) {
  .sec_recruit .rec_lead .rec_lead_txt {
    padding: 24px 0 0;
  }
}

.sec_recruit .rec_lead h3 {
  font-size: 5.8rem;
  font-weight: 600;
  line-height: 1.52;
  letter-spacing: 0.2em;
  color: #333333;
}

@media screen and (max-width: 1100px) {
  .sec_recruit .rec_lead h3 {
    font-size: 4.4rem;
    letter-spacing: 0.12em;
  }
}

@media screen and (max-width: 767px) {
  .sec_recruit .rec_lead h3 {
    font-size: 2.6rem;
    line-height: 1.5;
    letter-spacing: 0.08em;
  }
}

.sec_recruit .rec_lead .txt {
  margin-top: 42px;
  font-size: 1.8rem;
  line-height: 2.56;
  letter-spacing: 0.15em;
  font-feature-settings: "palt" 1;
  color: #333333;
}

@media screen and (max-width: 1100px) {
  .sec_recruit .rec_lead .txt {
    margin-top: 40px;
    line-height: 2.3;
    letter-spacing: 0.06em;
  }
}

@media screen and (max-width: 767px) {
  .sec_recruit .rec_lead .txt {
    font-size: 1.5rem;
    margin-top: 20px;
    line-height: 2.0;
  }
  .sec_recruit .rec_lead .txt br {
    display: none;
  }
}

.sec_recruit .rec_body {
  position: relative;
  margin-top: 46px;
  /* 入稿データのinner幅(1366px)を保持する（.rec_lead と同じ理由） */
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
  /* 写真は絶対配置なので、写真の高さぶんを必ず確保してボタン列と重ならないようにする */
  min-height: calc(28.99vw + 19px);
}

@media screen and (min-width: 1366px) {
  .sec_recruit .rec_body {
    min-height: 415px;
  }
}

@media screen and (max-width: 767px) {
  .sec_recruit .rec_body {
    margin-top: 40px;
    min-height: 0;
  }
}

.sec_recruit .rec_body .rec_pho {
  position: absolute;
  left: 0;
  top: 19px;
  width: 48.32%;
  max-width: 660px;
  /* タブレット幅は写真とテキストの天地が不揃いなため下げる */
}

@media screen and (max-width: 767px) {
  .sec_recruit .rec_body .rec_pho {
    position: static;
    width: 100%;
    max-width: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .sec_recruit .rec_body .rec_pho {
    top: 10%;
  }
}

.sec_recruit .rec_body .inner {
  position: relative;
}

.sec_recruit .rec_body .rec_txt {
  width: 44.2%;
  margin-left: 55.8%;
  /* タブレット幅は写真との間にアキがなくなるため、中央に間を空ける */
}

@media screen and (max-width: 1100px) {
  .sec_recruit .rec_body .rec_txt {
    width: 50%;
    margin-left: 50%;
  }
}

@media screen and (max-width: 767px) {
  .sec_recruit .rec_body .rec_txt {
    width: 100%;
    margin-left: 0;
    margin-top: 26px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .sec_recruit .rec_body .rec_txt {
    width: 46%;
    margin-left: 54%;
  }
}

.sec_recruit .rec_body h3 {
  font-size: 4.0rem;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.2em;
  color: #4b4293;
}

@media screen and (max-width: 1100px) {
  .sec_recruit .rec_body h3 {
    font-size: 3.0rem;
    letter-spacing: 0.12em;
  }
}

@media screen and (max-width: 767px) {
  .sec_recruit .rec_body h3 {
    font-size: 2.4rem;
    line-height: 1.6;
    letter-spacing: 0.08em;
  }
}

.sec_recruit .rec_body h3 .mark {
  /* カンプ：文字の下端から約7px下に太さ約2.5pxの下線 */
  text-decoration: underline;
  text-decoration-color: #4b4293;
  text-decoration-thickness: 3px;
  text-underline-offset: 9px;
}

@media screen and (max-width: 767px) {
  .sec_recruit .rec_body h3 .mark {
    text-decoration-thickness: 2px;
    text-underline-offset: 7px;
  }
}

.sec_recruit .rec_body .txt {
  margin-top: 51px;
  font-size: 1.8rem;
  line-height: 2.22;
  letter-spacing: 0.14em;
  /* 末尾の字間ぶんで折り返しがカンプとずれるため相殺する */
  margin-right: -8px;
  font-feature-settings: "palt" 1;
  color: #333333;
}

@media screen and (max-width: 1100px) {
  .sec_recruit .rec_body .txt {
    margin-top: 40px;
    letter-spacing: 0.04em;
  }
}

@media screen and (max-width: 767px) {
  .sec_recruit .rec_body .txt {
    font-size: 1.6rem;
    margin-top: 20px;
    line-height: 2.0;
    margin-right: 0;
  }
}

.sec_recruit .rec_btns {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 70px;
}

@media screen and (max-width: 767px) {
  .sec_recruit .rec_btns {
    display: block;
    margin-top: 40px;
  }
  .sec_recruit .rec_btns .btn02 {
    margin-top: 15px;
  }
}

/*=======================================================

    お問い合わせ

========================================================*/
.sec_contact {
  background: url(../img/top/bg_contact.png) no-repeat center center/cover;
}

.sec_contact .inner {
  display: flex;
  align-items: center;
  min-height: 420px;
}

@media screen and (max-width: 767px) {
  .sec_contact .inner {
    display: block;
    min-height: 0;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.sec_contact .ct_head {
  position: relative;
  top: -15px;
  flex: 0 0 auto;
  width: 353px;
  box-sizing: border-box;
  /* タブレット：分断線を要素に近づけ、右側の文字がはみ出さないようにする */
}

@media screen and (max-width: 767px) {
  .sec_contact .ct_head {
    top: 0;
  }
}

@media screen and (max-width: 1100px) {
  .sec_contact .ct_head {
    width: 260px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .sec_contact .ct_head {
    width: auto;
    padding-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .sec_contact .ct_head {
    width: auto;
  }
}

.sec_contact .ct_head .en {
  font-family: "Figtree", sans-serif;
  font-style: italic;
  font-weight: 600;
  font-size: 2.6rem;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #affcfe;
}

@media screen and (max-width: 767px) {
  .sec_contact .ct_head .en {
    font-size: 2.0rem;
  }
}

.sec_contact .ct_head .jp {
  margin-top: 18px;
  font-size: 4.0rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.17em;
  color: #fff;
  /* タブレット幅は .ct_head が260pxになり「お問い合わせ」が
               不自然な位置で折り返すため、収まるサイズまで落とす */
}

@media screen and (max-width: 767px) {
  .sec_contact .ct_head .jp {
    font-size: 2.6rem;
    margin-top: 12px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .sec_contact .ct_head .jp {
    font-size: 3.0rem;
    letter-spacing: 0.12em;
  }
}

.sec_contact .ct_body {
  flex: 1 1 auto;
  padding-left: 78px;
  border-left: 1px solid rgba(255, 255, 255, 0.55);
  min-height: 288px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media screen and (max-width: 1100px) {
  .sec_contact .ct_body {
    padding-left: 46px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .sec_contact .ct_body {
    min-width: 0;
    padding-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .sec_contact .ct_body {
    padding-left: 0;
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.55);
    padding-top: 30px;
    margin-top: 30px;
    min-height: 0;
  }
}

.sec_contact .ct_body h3 {
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.88;
  letter-spacing: 0.2em;
  color: #fff;
  /* 数pxの差で1行が2行に折り返してしまうため、SP以外は自動改行させない */
  /* タブレット：画面幅に合わせて文字サイズ・字間を落とし、はみ出しを防ぐ */
  /* SP：字間を詰めて「ください。」の途中で折り返さないようにする */
}

@media screen and (min-width: 768px) {
  .sec_contact .ct_body h3 {
    white-space: nowrap;
  }
}

@media screen and (max-width: 1100px) {
  .sec_contact .ct_body h3 {
    font-size: 2.8rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .sec_contact .ct_body h3 {
    font-size: 2.6rem;
    letter-spacing: 0.12em;
  }
}

@media screen and (max-width: 767px) {
  .sec_contact .ct_body h3 {
    font-size: 2.0rem;
    line-height: 1.7;
    letter-spacing: 0.1em;
  }
}

@media screen and (max-width: 369px) {
  .sec_contact .ct_body h3 {
    font-size: 1.8rem;
  }
}

.sec_contact .ct_body .ct_btns {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 26px;
  margin-top: 26px;
}

.sec_contact .ct_body .btn03 {
  /* SP：flexアイテムのままだと中身の幅に縮むため、横幅いっぱいにする */
}

@media screen and (max-width: 767px) {
  .sec_contact .ct_body .btn03 {
    width: 100%;
  }
}

.sec_contact .ct_body .btn03 a {
  width: 270px;
  height: 70px;
}

@media screen and (max-width: 767px) {
  .sec_contact .ct_body .btn03 a {
    width: 100%;
    height: 60px;
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .sec_contact .ct_body .btn_tel03 {
    width: 100%;
  }
}

.sec_contact .ct_body .btn_tel03 a {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  column-gap: 16px;
  width: 270px;
  height: 70px;
  padding: 0 18px 0 22px;
  box-sizing: border-box;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .sec_contact .ct_body .btn_tel03 a {
    width: 100%;
    justify-content: center;
    grid-template-columns: auto auto;
  }
}

.sec_contact .ct_body .btn_tel03 a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
}

.sec_contact .ct_body .btn_tel03 .ico_tel {
  grid-row: 1 / 3;
  width: 34px;
}

.sec_contact .ct_body .btn_tel03 .num {
  align-self: end;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.sec_contact .ct_body .btn_tel03 .time {
  align-self: start;
  margin-top: 5px;
  font-size: 1.2rem;
  line-height: 1;
  white-space: nowrap;
}

/*=======================================================

    footer

========================================================*/
footer {
  background: #fff;
  /* 関連リンクバナー */
}

footer > .inner {
  padding-top: 88px;
  padding-bottom: 81px;
}

@media screen and (max-width: 767px) {
  footer > .inner {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}

footer .fbnr {
  display: flex;
  justify-content: space-between;
  margin-bottom: 39px;
}

@media screen and (max-width: 767px) {
  footer .fbnr {
    flex-direction: column;
    align-items: center;
    gap: 14px;
    margin-bottom: 30px;
  }
}

footer .fbnr li {
  width: 300px;
}

@media screen and (max-width: 1100px) {
  footer .fbnr li {
    width: 31%;
  }
}

@media screen and (max-width: 767px) {
  footer .fbnr li {
    width: 100%;
    max-width: 300px;
  }
}

footer .fbnr a {
  display: block;
}

footer .fbnr a:hover {
  opacity: 0.8;
}

footer .fbnr img {
  width: 100%;
}

footer .fnav {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 19px 0;
  border-top: 1px solid #3a4a5e;
  border-bottom: 1px solid #3a4a5e;
}

@media screen and (max-width: 767px) {
  footer .fnav {
    display: block;
    padding: 10px 0 20px;
  }
}

footer .fnav ul {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  footer .fnav ul {
    flex-wrap: wrap;
    justify-content: center;
  }
}

footer .fnav ul li {
  margin-right: 43px;
  /* タブレット幅はナビ＋ボタンが1行に収まらず折り返すため詰める */
  /* SPでは上段3・下段2で折り返す */
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  footer .fnav ul li {
    margin-right: 36px;
  }
}

@media screen and (max-width: 767px) {
  footer .fnav ul li {
    flex: 0 0 33.333%;
    max-width: 33.333%;
    margin: 0;
    text-align: center;
  }
}

footer .fnav ul a {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.09em;
  color: #3d495c;
  text-decoration: none;
}

footer .fnav ul a:hover {
  opacity: 0.7;
  color: #3d495c;
}

@media screen and (max-width: 767px) {
  footer .fnav ul a {
    font-size: 1.5rem;
    display: block;
    padding: 10px 0;
  }
}

footer .fnav .btn_contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 190px;
  height: 51px;
  background: linear-gradient(90deg, #282980 0%, #5976d1 100%);
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
}

footer .fnav .btn_contact a:hover {
  color: #fff;
  opacity: 0.85;
}

@media screen and (max-width: 767px) {
  footer .fnav .btn_contact a {
    width: 100%;
    height: 54px;
    margin-top: 14px;
  }
}

footer .finfo {
  display: flex;
  align-items: center;
  margin-top: 38px;
  /* タブレット幅は1行に収まらず住所が不自然に折り返すため、
           折り返しを許可して行間と左右の余白を確保する */
}

@media screen and (max-width: 767px) {
  footer .finfo {
    display: block;
    text-align: center;
    margin-top: 26px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  footer .finfo {
    flex-flow: wrap;
    row-gap: 24px;
    padding: 0 50px;
  }
}

footer .flogo {
  flex: 0 0 auto;
  width: 290px;
  margin-right: 70px;
}

@media screen and (max-width: 1100px) {
  footer .flogo {
    width: 230px;
    margin-right: 34px;
  }
}

@media screen and (max-width: 767px) {
  footer .flogo {
    width: 220px;
    margin: 0 auto;
  }
}

footer .flogo img {
  width: 100%;
}

footer .fadd {
  flex: 1 1 auto;
}

footer .fadd p {
  font-size: 1.7rem;
  line-height: 1.65;
  letter-spacing: 0.02em;
  color: #333333;
}

@media screen and (max-width: 767px) {
  footer .fadd p {
    font-size: 1.4rem;
  }
}

footer .fadd a {
  color: #333333;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  footer .fadd {
    margin-top: 16px;
  }
}

footer .fmap {
  flex: 0 0 auto;
  margin-left: 20px;
  /* タブレット幅は .finfo が折り返すため、右端に寄せる */
}

@media screen and (max-width: 767px) {
  footer .fmap {
    margin: 18px 0 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  footer .fmap {
    margin-left: auto;
    padding-left: 10px;
  }
}

footer .fmap a {
  position: relative;
  display: inline-block;
  padding: 0 26px 6px 0;
  border-bottom: 1px solid #4b4293;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #4b4293;
  text-decoration: none;
}

footer .fmap a:hover {
  opacity: 0.7;
  color: #4b4293;
}

footer .fmap a::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: 2px solid #4b4293;
  border-right: 2px solid #4b4293;
  transform: rotate(45deg);
  position: absolute;
  right: 4px;
  top: 50%;
  margin-top: -7px;
}

footer address {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #3a4a5e;
  color: #fff;
  font-size: 1.5rem;
  font-style: normal;
  letter-spacing: 0.1em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  footer address {
    font-size: 1.1rem;
    height: 50px;
    padding: 0 15px;
    box-sizing: border-box;
  }
}

/*=======================================================

    下層共通

========================================================*/
/* --- ページタイトル --- */
.page_ttl {
  position: relative;
  height: 696px;
  box-sizing: border-box;
  padding-top: 191px;
  background: #4f596a no-repeat center center / cover;
  color: #fff;
  /* ヘッダー（グローバルナビ）の可読性を確保する上部のスクリーン */
  /* 事業内容ページのタブレット幅：.sv_nav が margin-top:-60px で乗り上げるため、
       リード罫線〜本文のアキ(71px)に対して本文〜事業一覧ナビのアキが23pxしかない。
       ブロック全体の高さ(536px)は変えずに、上下のアキを47pxずつに揃える。
       （.page_ttl_desc の後に書かないと margin-top:58px に負ける） */
}

.page_ttl::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 220px;
  pointer-events: none;
  z-index: 0;
  /* px 固定のカラーストップだと SP(height:160px) でグラデーションが
           途中で切れて色の境目が出るため、高さに対する % で指定する */
  background: linear-gradient(to bottom, rgba(30, 45, 65, 0.52) 0%, rgba(30, 45, 65, 0.41) 9.09%, rgba(30, 45, 65, 0.33) 18.18%, rgba(30, 45, 65, 0.24) 27.27%, rgba(30, 45, 65, 0.18) 36.36%, rgba(30, 45, 65, 0.13) 45.45%, rgba(30, 45, 65, 0.1) 54.55%, rgba(30, 45, 65, 0.065) 63.64%, rgba(30, 45, 65, 0.035) 77.27%, rgba(30, 45, 65, 0) 100%);
}

@media screen and (max-width: 767px) {
  .page_ttl::before {
    height: 160px;
  }
}

.page_ttl > .inner {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1100px) {
  .page_ttl {
    height: auto;
    padding: 150px 0 70px;
  }
}

@media screen and (max-width: 767px) {
  .page_ttl {
    /* SPで上下の余白が揃っていなかったため、上を詰めて下を増やす */
    padding: 100px 0 74px;
  }
}

.page_ttl--service {
  background-image: url(../img/service/bg_title.png);
}

.page_ttl--company {
  /* 背景（水しぶき）はロゴ抜きの画像。従来どおり全面 cover で敷く */
  background-image: url(../img/company/bg_title.png);
  background-color: #f6f8fc;
  /* ロゴは背景から分離し、inner幅の右端に合わせて別レイヤーで配置する。
           背景の拡縮に引きずられないため、どの画面幅でも原寸・見切れなし。 */
}

.page_ttl--company::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 50%;
  transform: translateY(-50%);
  /* .inner のコンテンツ右端から4px内側に置く（inner幅からはみ出さない） */
  right: max(24px, calc((100% - 1000px) / 2 + 4px));
  /* ロゴ原寸 600×537 の比率で固定サイズ。背景の拡縮に影響されない */
  width: 291px;
  height: 260px;
  background: url(../img/company/bg_title_logo.png) no-repeat center center;
  background-size: contain;
  pointer-events: none;
  /* タブレット幅はリード文が伸びるため、ぶつからない大きさに抑える */
}

@media screen and (max-width: 1100px) {
  .page_ttl--company::after {
    width: 190px;
    height: 170px;
  }
}

@media screen and (max-width: 767px) {
  .page_ttl--company::after {
    /* SPは社名入りロゴだと下のリード文と近くなるため、
                   社名を含まないロゴに差し替える。
                   高さは「Company／会社案内」の上端〜下端（100px〜166px＝66px）に
                   ピッタリ合わせる（幅は 601:393 の原寸比） */
    top: 100px;
    transform: none;
    width: 101px;
    height: 66px;
    background-image: url(../img/company/bg_title_logo_sp.png);
  }
}

.page_ttl .page_ttl_desc {
  position: relative;
  margin-top: 58px;
  font-size: 2.0rem;
  line-height: 2.3;
  letter-spacing: 0.01em;
  /* 左端まで伸びる罫線（1行目の高さ中央に重ねる） */
}

@media screen and (max-width: 767px) {
  .page_ttl .page_ttl_desc {
    font-size: 1.5rem;
    margin-top: 30px;
    line-height: 2.0;
  }
  .page_ttl .page_ttl_desc br {
    display: none;
  }
}

.page_ttl .page_ttl_desc::before {
  content: "";
  position: absolute;
  /* line-height:2.3 の半分 = 1.15em が1行目の中央。線の太さ分だけ戻す */
  top: calc(1.15em - 1px);
  right: calc(100% + 20px);
  width: 100vw;
  height: 2px;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .page_ttl .page_ttl_desc::before {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .page_ttl--service {
    padding-bottom: 94px;
  }
  .page_ttl--service .page_ttl_desc {
    margin-top: 34px;
  }
}

/* --- ページタイトル内の見出し --- */
.sec_ttl--page {
  padding-top: 0;
}

.sec_ttl--page::before {
  top: -5px;
}

@media screen and (max-width: 767px) {
  .sec_ttl--page::before {
    top: 0;
  }
}

.sec_ttl--page .en {
  color: #fff;
}

.sec_ttl--page .jp {
  min-width: 0;
  margin-top: 14px;
  font-size: 6.8rem;
  line-height: 1;
  letter-spacing: 0.12em;
  color: #fff;
}

@media screen and (max-width: 1100px) {
  .sec_ttl--page .jp {
    font-size: 5.0rem;
  }
}

@media screen and (max-width: 767px) {
  .sec_ttl--page .jp {
    font-size: 3.2rem;
    line-height: 1.35;
  }
}

.sec_ttl--page .lead {
  display: inline-block;
  margin-top: 36px;
  padding-bottom: 14px;
  /* 下の「左から伸びる罫線」(.page_ttl_desc::before) と同じ太さに揃える */
  border-bottom: 2px solid #fff;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.035em;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .sec_ttl--page .lead {
    font-size: 1.6rem;
    /* 改行した場合も各行に下線が付くよう、SPは罫線ではなく下線で表示 */
    line-height: 2.2;
    margin-top: 18px;
    padding-bottom: 0;
    border-bottom: none;
    text-decoration: underline;
    text-decoration-color: #fff;
    text-decoration-thickness: 2px;
    text-underline-offset: 9px;
  }
}

/* --- 下層セクション見出し（英字＋和文の2段） --- */
.sec_ttl--sv {
  padding-top: 18px;
}

@media screen and (max-width: 767px) {
  .sec_ttl--sv {
    padding-top: 12px;
  }
}

.sec_ttl--sv .en {
  color: #5177fd;
}

.sec_ttl--sv .jp {
  min-width: 0;
  margin-top: 14px;
  letter-spacing: 0.17em;
}

@media screen and (max-width: 767px) {
  .sec_ttl--sv .jp {
    margin-top: 10px;
  }
}

/*=======================================================

    事業内容

========================================================*/
/* --- 事業一覧ナビ --- */
.sv_nav {
  position: relative;
  z-index: 2;
  margin-top: -78px;
}

@media screen and (max-width: 1100px) {
  .sv_nav {
    margin-top: -60px;
  }
}

@media screen and (max-width: 767px) {
  .sv_nav {
    margin-top: -40px;
  }
}

.sv_nav ul {
  display: flex;
  gap: 16px;
}

@media screen and (max-width: 1100px) {
  .sv_nav ul {
    flex-wrap: wrap;
    gap: 14px;
  }
}

@media screen and (max-width: 767px) {
  .sv_nav ul {
    gap: 10px;
  }
}

.sv_nav li {
  flex: 1 1 0;
}

@media screen and (max-width: 1100px) {
  .sv_nav li {
    flex: 0 0 calc((100% - 14px) / 2);
  }
}

.sv_nav a {
  display: block;
  background: #fff;
  /* カンプ：四辺にグレーのぼかし影（写真の上では白っぽく光って見える） */
  box-shadow: 0 0 6px 1px rgba(170, 170, 170, 0.85);
  text-decoration: none;
  transition: box-shadow 0.3s;
}

.sv_nav a:hover {
  box-shadow: 0 0 12px 2px rgba(150, 150, 150, 0.9);
}

.sv_nav a:hover img {
  opacity: 1;
}

.sv_nav a:hover figure img {
  opacity: 0.85;
}

.sv_nav figure {
  aspect-ratio: 238 / 150;
  overflow: hidden;
}

.sv_nav figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sv_nav p {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #272884;
}

@media screen and (max-width: 1100px) {
  .sv_nav p {
    font-size: 1.6rem;
    height: 54px;
  }
}

@media screen and (max-width: 767px) {
  .sv_nav p {
    font-size: 1.3rem;
    height: 46px;
    letter-spacing: 0.02em;
  }
}

.sv_nav p img {
  width: auto;
  height: 28px;
  margin-right: 11px;
}

@media screen and (max-width: 767px) {
  .sv_nav p img {
    height: 20px;
    margin-right: 7px;
  }
}

/* --- 事業セクション --- */
.sv_sec {
  /* 新デザインでセクション毎の余白が縮まったため詰める（カンプ実測） */
  padding: 50px 0 45px;
  /* 見出し上のアキがカンプで他より狭いセクション */
  /* VARIOUS WORKS を含むセクションは、カード下〜次セクションのアキが40px */
  /* 事業内容ページの英字ラベル（カンプの色 #5177fd） */
}

@media screen and (max-width: 1100px) {
  .sv_sec {
    padding: 50px 0 50px;
  }
}

@media screen and (max-width: 767px) {
  .sv_sec {
    padding: 40px 0 44px;
  }
}

.sv_sec--first {
  padding-top: 78px;
}

@media screen and (max-width: 767px) {
  .sv_sec--first {
    padding-top: 50px;
  }
}

.sv_sec--bg {
  background: #f9fcfe;
}

.sv_sec--area {
  padding-bottom: 121px;
}

@media screen and (max-width: 1100px) {
  .sv_sec--area {
    padding-bottom: 70px;
  }
}

@media screen and (max-width: 767px) {
  .sv_sec--area {
    padding-bottom: 50px;
  }
}

.sv_sec--pt-s {
  padding-top: 43px;
}

@media screen and (max-width: 1100px) {
  .sv_sec--pt-s {
    padding-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .sv_sec--pt-s {
    padding-top: 40px;
  }
}

.sv_sec--faq {
  padding-bottom: 40px;
  margin-bottom: 79px;
}

@media screen and (max-width: 767px) {
  .sv_sec--faq {
    padding-bottom: 30px;
    margin-bottom: 50px;
  }
}

.sv_sec--various {
  padding-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .sv_sec--various {
    padding-bottom: 44px;
  }
}

.sv_sec .sec_ttl--sv .en {
  color: #5177fd;
}

.sv_sec .sv_lead {
  margin-top: 43px;
  font-size: 1.7rem;
  line-height: 2.0;
  letter-spacing: 0.01em;
  color: #333333;
}

@media screen and (max-width: 767px) {
  .sv_sec .sv_lead {
    margin-top: 24px;
    font-size: 1.5rem;
    line-height: 1.9;
  }
  .sv_sec .sv_lead br {
    display: none;
  }
}

/* --- 写真グリッド（大1点＋小3点＋アイコン） --- */
.sv_photos {
  display: flex;
  gap: 2%;
  margin-top: 52px;
}

@media screen and (max-width: 767px) {
  .sv_photos {
    display: block;
    margin-top: 26px;
  }
}

.sv_photos .ph_main {
  width: 49%;
}

@media screen and (max-width: 767px) {
  .sv_photos .ph_main {
    width: 100%;
  }
}

.sv_photos .ph_main img {
  width: 100%;
}

.sv_photos .ph_sub {
  width: 49%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

@media screen and (max-width: 1100px) {
  .sv_photos .ph_sub {
    gap: 14px;
  }
}

@media screen and (max-width: 767px) {
  .sv_photos .ph_sub {
    width: 100%;
    margin-top: 10px;
    gap: 10px;
  }
}

.sv_photos .ph_sub img {
  width: 100%;
}

.sv_photos .ph_ico {
  display: flex;
  align-items: center;
  justify-content: center;
}

.sv_photos .ph_ico img {
  width: auto;
  max-height: 100px;
}

@media screen and (max-width: 767px) {
  .sv_photos .ph_ico img {
    max-height: 64px;
  }
}

/* --- 対応エリアの地図 --- */
.area_map {
  margin-top: 52px;
}

@media screen and (max-width: 767px) {
  .area_map {
    margin-top: 26px;
  }
}

.area_map img {
  width: 100%;
}

/* --- 特徴／対応内容／対応施設カード --- */
.sv_cards {
  display: flex;
  align-items: stretch;
  gap: 20px;
  margin-top: 20px;
}

@media screen and (max-width: 1100px) {
  .sv_cards {
    gap: 14px;
  }
}

@media screen and (max-width: 767px) {
  .sv_cards {
    display: block;
    margin-top: 24px;
  }
}

.sv_cards > li {
  flex: 1 1 0;
  box-sizing: border-box;
  padding: 18px 23px 23px 22px;
  background: #fff;
  border-top: 8px solid #5177fd;
  /* カンプ：左右・下に濃いめのぼかし影（上辺はほぼ無し） */
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.55);
}

@media screen and (max-width: 767px) {
  .sv_cards > li {
    margin-bottom: 16px;
    padding: 16px 18px 20px;
  }
  .sv_cards > li:last-child {
    margin-bottom: 0;
  }
}

.sv_cards h3 {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #a29cc5;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.2;
  color: #333333;
}

@media screen and (max-width: 1100px) {
  .sv_cards h3 {
    font-size: 2.0rem;
  }
}

@media screen and (max-width: 767px) {
  .sv_cards h3 {
    font-size: 1.9rem;
  }
}

.sv_cards h3 .ico {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-right: 14px;
  border-radius: 50%;
  background: #5177fd;
}

@media screen and (max-width: 767px) {
  .sv_cards h3 .ico {
    width: 32px;
    height: 32px;
    margin-right: 10px;
  }
}

.sv_cards h3 .ico img {
  width: auto;
  height: 20px;
}

@media screen and (max-width: 767px) {
  .sv_cards h3 .ico img {
    height: 17px;
  }
}

.sv_cards ul {
  margin-top: 14px;
  padding-left: 2px;
}

@media screen and (max-width: 1100px) {
  .sv_cards ul br {
    display: none;
  }
}

.sv_cards ul li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.4rem;
  line-height: 25px;
  letter-spacing: 0.1em;
  color: #333333;
}

@media screen and (max-width: 767px) {
  .sv_cards ul li {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

.sv_cards ul li::before {
  content: "・";
}

.sv_cards--area > li {
  padding-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .sv_cards--area > li {
    padding-bottom: 20px;
  }
}

/* --- VARIOUS WORKS（さまざまな○○工事） --- */
.sv_various {
  position: relative;
  margin-top: 80px;
  /* 薄くぼかした設備写真の装飾（カンプから書き出し。白地の画像を乗算で重ねる） */
}

@media screen and (max-width: 1100px) {
  .sv_various {
    margin-top: 64px;
  }
}

@media screen and (max-width: 767px) {
  .sv_various {
    margin-top: 48px;
  }
}

.sv_various > .inner {
  position: relative;
  z-index: 1;
}

.sv_various .sv_various_deco {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  mix-blend-mode: multiply;
  /* 1366pxより広い画面では1366px時の位置より外側に行かない */
}

.sv_various .sv_various_deco img {
  width: 100%;
}

@media screen and (max-width: 1100px) {
  .sv_various .sv_various_deco {
    display: none;
  }
}

.sv_various .sv_various_deco--water {
  right: 0;
  top: 541px;
  width: 316px;
}

.sv_various .sv_various_deco--air {
  left: 0;
  top: 63px;
  width: 281px;
}

.sv_various .sv_various_deco--vent {
  right: 0;
  top: -74px;
  width: 327px;
}

@media screen and (min-width: 1367px) {
  .sv_various .sv_various_deco--water, .sv_various .sv_various_deco--vent {
    right: calc(50% - 683px);
  }
  .sv_various .sv_various_deco--air {
    left: calc(50% - 683px);
  }
}

.sv_various_head {
  text-align: center;
}

.sv_various_head .en {
  font-family: "Figtree", sans-serif;
  font-weight: 500;
  font-size: 4.0rem;
  line-height: 1;
  letter-spacing: 0.01em;
  color: #333333;
}

@media screen and (max-width: 767px) {
  .sv_various_head .en {
    font-size: 3.0rem;
  }
}

.sv_various_head .jp {
  margin-top: 2px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.14em;
  color: #5177fd;
}

@media screen and (max-width: 767px) {
  .sv_various_head .jp {
    margin-top: 4px;
    font-size: 1.4rem;
    letter-spacing: 0.08em;
  }
}

.sv_various_head .jp::before, .sv_various_head .jp::after {
  font-weight: 400;
  color: #333333;
}

.sv_various_head .jp::before {
  content: "[";
  margin-right: 1.4em;
}

.sv_various_head .jp::after {
  content: "]";
  margin-left: 1.1em;
}

.sv_various_lead {
  margin-top: 50px;
  text-align: center;
  font-size: 1.4rem;
  line-height: 25px;
  letter-spacing: 0.08em;
  color: #333333;
}

@media screen and (max-width: 767px) {
  .sv_various_lead {
    margin-top: 24px;
    text-align: left;
    line-height: 1.9;
    letter-spacing: 0.04em;
  }
  .sv_various_lead br {
    display: none;
  }
}

.sv_various_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 67px 50px;
  margin-top: 98px;
  /* 背景色付きセクション内のカードは白地 */
}

@media screen and (max-width: 1100px) {
  .sv_various_list {
    gap: 50px 24px;
    margin-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  .sv_various_list {
    gap: 36px 20px;
    margin-top: 40px;
  }
}

.sv_various_list > li {
  position: relative;
  box-sizing: border-box;
  width: 300px;
  min-height: 224px;
  padding: 28px 38px 24px;
  border-radius: 8px;
  background: #f9fcfe;
}

@media screen and (max-width: 1100px) {
  .sv_various_list > li {
    width: calc((100% - 48px) / 3);
    padding: 28px 24px 24px;
  }
}

@media screen and (max-width: 767px) {
  .sv_various_list > li {
    width: 100%;
    max-width: 300px;
    min-height: 0;
    padding: 30px 20px 20px;
  }
}

.sv_sec--bg .sv_various_list > li {
  background: #fff;
}

.sv_various_list .num {
  position: absolute;
  left: 20px;
  top: -16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 3px;
  background: #5177fd;
  font-family: "Roboto", sans-serif;
  font-size: 2.0rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
}

.sv_various_list h4 {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.06em;
  color: #5177fd;
}

@media screen and (max-width: 1100px) {
  .sv_various_list h4 {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .sv_various_list h4 {
    min-height: 0;
    font-size: 1.6rem;
    line-height: 1.6;
  }
}

.sv_various_list p {
  margin-top: 12px;
  font-size: 1.6rem;
  line-height: 25px;
  letter-spacing: 0.07em;
  color: #000;
}

@media screen and (max-width: 767px) {
  .sv_various_list p {
    font-size: 1.4rem;
    line-height: 1.8;
    letter-spacing: 0.04em;
  }
}

/* --- よくある質問（アコーディオン） --- */
/* ※ .acc / .acc_item / .acc_q / .acc_a は開閉用の汎用クラス（js/common.js）。
     見た目はページごとに付けるが、共通化してもよい */
.sv_faq {
  margin-top: 49px;
}

@media screen and (max-width: 767px) {
  .sv_faq {
    margin-top: 20px;
  }
}

.sv_faq .acc_item {
  border-bottom: 1px solid #dfe0e0;
}

.sv_faq .acc_q button {
  position: relative;
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 23px 50px 23px 0;
  border: 0;
  background: none;
  text-align: left;
  font: inherit;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.05em;
  color: #2a2b2b;
  cursor: pointer;
  /* ＋／− アイコン */
}

@media screen and (max-width: 767px) {
  .sv_faq .acc_q button {
    padding: 18px 36px 18px 0;
    font-size: 1.5rem;
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
}

.sv_faq .acc_q button::before, .sv_faq .acc_q button::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 16px;
  height: 2px;
  margin-top: 2px;
  background: #4d4298;
  transition: transform 0.3s;
}

@media screen and (max-width: 767px) {
  .sv_faq .acc_q button::before, .sv_faq .acc_q button::after {
    width: 14px;
    margin-top: -1px;
  }
}

.sv_faq .acc_q button::after {
  transform: rotate(90deg);
}

.sv_faq .acc_q button:hover {
  opacity: 0.75;
}

.sv_faq .acc_item.is-open .acc_q button::after {
  transform: rotate(0deg);
}

.sv_faq .acc_a {
  display: none;
  margin: 0;
}

.sv_faq .acc_item.is-open .acc_a {
  display: block;
}

.sv_faq .acc_a_inner {
  padding: 20px 0 50px;
  font-size: 1.6rem;
  line-height: 30px;
  letter-spacing: 0.077em;
  color: #2a2b2b;
}

@media screen and (max-width: 767px) {
  .sv_faq .acc_a_inner {
    padding: 6px 0 28px;
    font-size: 1.4rem;
    line-height: 1.9;
    letter-spacing: 0.04em;
  }
}

.sv_faq .acc_a_inner p + p {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .sv_faq .acc_a_inner p + p {
    margin-top: 1.9em;
  }
}

/*=======================================================

    会社案内

========================================================*/
/* --- 明るい背景のページタイトル --- */
.page_ttl--light {
  color: #333333;
  padding-top: 177px;
  height: 768px;
  /* 見出し下のキャッチコピー（左端から罫線が伸びる） */
  /* キャッチコピー下の本文 */
}

@media screen and (max-width: 1100px) {
  .page_ttl--light {
    height: auto;
    padding: 170px 0 80px;
  }
}

@media screen and (max-width: 767px) {
  .page_ttl--light {
    padding: 100px 0 74px;
  }
}

.page_ttl--light .sec_ttl--page .en {
  color: #333333;
  font-size: 2.7rem;
}

@media screen and (max-width: 767px) {
  .page_ttl--light .sec_ttl--page .en {
    font-size: 2.0rem;
  }
}

.page_ttl--light .sec_ttl--page .jp {
  margin-top: 14px;
  font-size: 6.5rem;
  letter-spacing: 0.17em;
  color: #333333;
}

@media screen and (max-width: 1100px) {
  .page_ttl--light .sec_ttl--page .jp {
    font-size: 5.0rem;
  }
}

@media screen and (max-width: 767px) {
  .page_ttl--light .sec_ttl--page .jp {
    font-size: 3.2rem;
    margin-top: 10px;
  }
}

.page_ttl--light .sec_ttl--page .lead {
  margin-top: 39px;
  padding-bottom: 14px;
  font-size: 2.2rem;
  letter-spacing: 0.115em;
  color: #333333;
  /* 下の「左から伸びる罫線」と同じ太さ・濃さに揃える */
  border-bottom: 1px solid #333333;
}

@media screen and (max-width: 767px) {
  .page_ttl--light .sec_ttl--page .lead {
    margin-top: 18px;
    padding-bottom: 0;
    border-bottom: none;
    text-decoration-color: #333333;
    text-decoration-thickness: 1px;
    font-size: 1.5rem;
    letter-spacing: 0.02em;
  }
}

.page_ttl--light .page_ttl_desc {
  margin-top: 52px;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: 0.06em;
  color: #333333;
}

@media screen and (max-width: 1100px) {
  .page_ttl--light .page_ttl_desc {
    font-size: 2.6rem;
    line-height: 1.6;
    margin-top: 44px;
  }
}

@media screen and (max-width: 767px) {
  .page_ttl--light .page_ttl_desc {
    margin-top: 28px;
    font-size: 1.9rem;
    line-height: 1.6;
  }
  .page_ttl--light .page_ttl_desc br {
    display: inline;
  }
}

.page_ttl--light .page_ttl_desc::before {
  background: #333333;
  height: 1px;
  /* 1行目の高さ中央（line-height 48px の半分） */
  top: 23.5px;
}

@media screen and (max-width: 1100px) {
  .page_ttl--light .page_ttl_desc::before {
    top: calc(0.8em - 0.5px);
  }
}

.page_ttl--light .co_ttl_txt {
  position: relative;
  margin-top: 41px;
  font-size: 1.6rem;
  line-height: 36px;
  letter-spacing: 0.09em;
  color: #333333;
}

@media screen and (max-width: 1100px) {
  .page_ttl--light .co_ttl_txt {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .page_ttl--light .co_ttl_txt {
    margin-top: 20px;
    font-size: 1.4rem;
    line-height: 1.9;
    letter-spacing: 0.04em;
  }
  .page_ttl--light .co_ttl_txt br {
    display: none;
  }
}

/* ページタイトル右のロゴ：トレスした綺麗なロゴ(SVG・社名なし)に差し替え
   （配置は下層共通 .page_ttl--company::after をそのまま使い、画像とサイズのみ上書き） */
.page_ttl.page_ttl--company::after {
  right: max(28px, calc((100% - 1000px) / 2 + 8px));
  width: 286px;
  height: 182px;
  background-image: url(../img/company/logo_yamaha.svg);
  /* タブレット：背景の水しぶきに対して小さく見えるため大きくし、
       リード文とキャッチコピー・本文の間に収まるよう少し下げる */
}

@media screen and (max-width: 1100px) {
  .page_ttl.page_ttl--company::after {
    width: 190px;
    height: 121px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .page_ttl.page_ttl--company::after {
    width: 240px;
    height: 153px;
    top: calc(50% + 56px);
  }
}

@media screen and (max-width: 767px) {
  .page_ttl.page_ttl--company::after {
    /* 「Company／会社案内」の上端〜下端（66px）に高さを合わせる */
    width: 104px;
    height: 66px;
    background-image: url(../img/company/logo_yamaha.svg);
  }
}

/* --- 会社案内のセクション --- */
/* 「事業内容」セクション新設に伴い、ごあいさつ以降は
   白 → 薄水色 → 白 → 薄水色(選ばれる理由・保有資格) → 白 の交互配色。
   セクション毎の余白も縮まったため、上下40px（カンプ実測）を基本とする */
.co_sec {
  padding: 44px 0 40px;
  /* 下層共通の英字ラベル(#5177fd・26px)を、カンプの会社案内の色・サイズに合わせる */
}

@media screen and (max-width: 1100px) {
  .co_sec {
    padding: 50px 0 50px;
  }
}

@media screen and (max-width: 767px) {
  .co_sec {
    padding: 44px 0 44px;
  }
}

.co_sec--bg {
  background: #f9fcfe;
}

.co_sec .sec_ttl--sv .en {
  font-size: 2.7rem;
  color: #5177fd;
}

@media screen and (max-width: 767px) {
  .co_sec .sec_ttl--sv .en {
    font-size: 2.0rem;
  }
}

/* --- ごあいさつ --- */
.msg_body {
  display: flex;
  justify-content: space-between;
  margin-top: 52px;
  /* 写真＋水色の飾り（画像に含む） */
}

@media screen and (max-width: 767px) {
  .msg_body {
    display: block;
    margin-top: 26px;
  }
}

.msg_body .msg_pho {
  flex: 0 0 auto;
  width: 480px;
}

@media screen and (max-width: 1100px) {
  .msg_body .msg_pho {
    width: 42%;
  }
}

@media screen and (max-width: 767px) {
  .msg_body .msg_pho {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
  }
}

.msg_body .msg_pho img {
  width: 100%;
}

.msg_body .msg_txt {
  flex: 0 0 auto;
  width: 480px;
  padding-top: 0;
  /* 見出し「給排水・空調工事における〜」 */
}

@media screen and (max-width: 1100px) {
  .msg_body .msg_txt {
    width: 52%;
  }
}

@media screen and (max-width: 767px) {
  .msg_body .msg_txt {
    width: 100%;
    padding-top: 28px;
  }
}

.msg_body .msg_txt .msg_catch {
  margin-top: -8px;
  margin-bottom: 37px;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 0.07em;
  font-feature-settings: "palt" 1;
  color: #333333;
}

@media screen and (max-width: 1100px) {
  .msg_body .msg_txt .msg_catch {
    margin-top: 0;
    font-size: 2.0rem;
    line-height: 1.6;
    margin-bottom: 24px;
  }
  .msg_body .msg_txt .msg_catch br {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .msg_body .msg_txt .msg_catch {
    font-size: 1.8rem;
    margin-bottom: 18px;
  }
}

.msg_body .msg_txt p {
  font-size: 1.6rem;
  line-height: 28px;
  letter-spacing: 0;
  color: #333333;
  margin-bottom: 28px;
  /* PCはカンプどおりの位置で改行（約物の詰め方の差で1文字だけ送られないよう折り返し禁止）、
               タブレット以下は成り行き */
}

.msg_body .msg_txt p:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 1101px) {
  .msg_body .msg_txt p {
    white-space: nowrap;
  }
}

@media screen and (max-width: 1100px) {
  .msg_body .msg_txt p br {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .msg_body .msg_txt p {
    font-size: 1.5rem;
    line-height: 1.9;
    margin-bottom: 20px;
  }
}

.msg_body .msg_txt .msg_sign {
  margin-top: 115px;
  text-align: right;
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  font-feature-settings: normal;
}

@media screen and (max-width: 1100px) {
  .msg_body .msg_txt .msg_sign {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .msg_body .msg_txt .msg_sign {
    font-size: 2.2rem;
    margin-top: 26px;
  }
}

.msg_body .msg_txt .msg_sign span {
  margin-right: 34px;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 767px) {
  .msg_body .msg_txt .msg_sign span {
    font-size: 1.4rem;
    margin-right: 14px;
  }
}

/* --- 事業内容（中央ロゴを5つの円が囲む図） --- */
/* 可読性確保のため画像化せず HTML/CSS で組む（デザイナー指示）。
   PC(1101px〜)    ：中央ロゴの周りに円を正五角形に配置し、二重リングと連結線でつなぐ
   タブレット以下  ：円だけのグリッド。幅に応じて 3＋2 → 2列 → 1列 と自然に折り返す */
.biz_lead {
  margin-top: 66px;
  font-size: 1.6rem;
  line-height: 28px;
  letter-spacing: 0.06em;
  color: #333333;
}

@media screen and (max-width: 1100px) {
  .biz_lead {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .biz_lead {
    margin-top: 20px;
    font-size: 1.5rem;
    line-height: 1.8;
    letter-spacing: 0.02em;
  }
  .biz_lead br {
    display: none;
  }
}

.biz_fig {
  position: relative;
  margin: 71px auto 0;
  /* ロゴ：PCは図の中央、タブレット・SPはグリッドの上に中央配置（デザイナーのグリッド例） */
  /* ---- PC：円形配置 ---- */
  /* ---- タブレット・SP：ロゴの下にピル型を縦1列で中央配置 ---- */
}

@media screen and (max-width: 1100px) {
  .biz_fig {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .biz_fig {
    margin-top: 30px;
  }
}

.biz_fig .biz_logo {
  text-align: center;
  margin-bottom: 40px;
}

.biz_fig .biz_logo img {
  width: 240px;
}

@media screen and (max-width: 767px) {
  .biz_fig .biz_logo {
    margin-bottom: 28px;
  }
  .biz_fig .biz_logo img {
    width: 180px;
  }
}

.biz_fig .biz_list > li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 282px;
  height: 282px;
  padding: 4px 20px 0;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  /* 内側の白い細線リング */
  /* タブレット・SP：横長の角丸（ピル型）にして縦1列に並べる */
}

.biz_fig .biz_list > li:nth-child(1) {
  background: #5177fd;
}

.biz_fig .biz_list > li:nth-child(1)::before {
  background: #5177fd;
}

.biz_fig .biz_list > li:nth-child(2) {
  background: #4f5dcb;
}

.biz_fig .biz_list > li:nth-child(2)::before {
  background: #4f5dcb;
}

.biz_fig .biz_list > li:nth-child(3) {
  background: #4d4298;
}

.biz_fig .biz_list > li:nth-child(3)::before {
  background: #4d4298;
}

.biz_fig .biz_list > li:nth-child(4) {
  background: #3a358e;
}

.biz_fig .biz_list > li:nth-child(4)::before {
  background: #3a358e;
}

.biz_fig .biz_list > li:nth-child(5) {
  background: #272884;
}

.biz_fig .biz_list > li:nth-child(5)::before {
  background: #272884;
}

.biz_fig .biz_list > li::after {
  content: "";
  position: absolute;
  inset: 8.5px;
  border: 3px solid #fff;
  border-radius: 50%;
  pointer-events: none;
}

@media screen and (max-width: 1100px) {
  .biz_fig .biz_list > li {
    width: 324px;
    max-width: 100%;
    height: 160px;
    padding: 0 30px;
    border-radius: 80px;
  }
  .biz_fig .biz_list > li::after {
    border-radius: 80px;
  }
}

.biz_fig .biz_list h3 {
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0.06em;
  font-feature-settings: "palt" 1;
}

@media screen and (max-width: 1100px) {
  .biz_fig .biz_list h3 {
    font-size: 2.2rem;
    line-height: 1.35;
  }
}

.biz_fig .biz_list p {
  margin-top: 14px;
  font-size: 1.5rem;
  line-height: 28px;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

@media screen and (max-width: 1100px) {
  .biz_fig .biz_list p {
    margin-top: 8px;
    font-size: 1.3rem;
    line-height: 1.6;
  }
}

@media screen and (min-width: 1101px) {
  .biz_fig {
    width: 826px;
    height: 800px;
    /* 図の中心：左から413px／上から427px（カンプ実測） */
    /* 二重リング（外周の円をつなぐ線）。色は円の並びに沿った円錐グラデーション */
  }
  .biz_fig::before {
    content: "";
    position: absolute;
    left: 144px;
    top: 158px;
    width: 538px;
    height: 538px;
    border-radius: 50%;
    background: conic-gradient(#5177fd 0deg, #4f5dcb 72deg, #4d4298 144deg, #3a358e 216deg, #272884 288deg, #5177fd 360deg);
    -webkit-mask: radial-gradient(circle closest-side, transparent 246.5px, #000 247.5px, #000 251.5px, transparent 252.5px, transparent 263px, #000 264px, #000 268px, transparent 269px);
    mask: radial-gradient(circle closest-side, transparent 246.5px, #000 247.5px, #000 251.5px, transparent 252.5px, transparent 263px, #000 264px, #000 268px, transparent 269px);
  }
  .biz_fig .biz_logo {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 2;
    left: 295px;
    top: 309px;
    width: 236px;
    height: 236px;
    margin-bottom: 0;
    /* ロゴを囲む円（リングと同じグラデーション） */
  }
  .biz_fig .biz_logo img {
    width: 151px;
  }
  .biz_fig .biz_logo::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: conic-gradient(#5177fd 0deg, #4f5dcb 72deg, #4d4298 144deg, #3a358e 216deg, #272884 288deg, #5177fd 360deg);
    -webkit-mask: radial-gradient(circle closest-side, transparent 112px, #000 113px, #000 117px, transparent 118px);
    mask: radial-gradient(circle closest-side, transparent 112px, #000 113px, #000 117px, transparent 118px);
  }
  .biz_fig .biz_list > li {
    position: absolute;
    z-index: 1;
    left: 272px;
    top: 286px;
    /* 各円の中心から図の中心へ伸びる連結線（円の中心から136〜171px） */
    /* 上の円から時計回りに72°ずつ */
  }
  .biz_fig .biz_list > li::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: calc(50% - 2.5px);
    top: calc(50% + 136px);
    width: 5px;
    height: 35px;
    transform-origin: 2.5px -136px;
  }
  .biz_fig .biz_list > li:nth-child(1) {
    transform: rotate(0deg) translateY(-286px) rotate(0deg);
  }
  .biz_fig .biz_list > li:nth-child(1)::before {
    transform: rotate(0deg);
  }
  .biz_fig .biz_list > li:nth-child(2) {
    transform: rotate(72deg) translateY(-286px) rotate(-72deg);
  }
  .biz_fig .biz_list > li:nth-child(2)::before {
    transform: rotate(72deg);
  }
  .biz_fig .biz_list > li:nth-child(3) {
    transform: rotate(144deg) translateY(-286px) rotate(-144deg);
  }
  .biz_fig .biz_list > li:nth-child(3)::before {
    transform: rotate(144deg);
  }
  .biz_fig .biz_list > li:nth-child(4) {
    transform: rotate(216deg) translateY(-286px) rotate(-216deg);
  }
  .biz_fig .biz_list > li:nth-child(4)::before {
    transform: rotate(216deg);
  }
  .biz_fig .biz_list > li:nth-child(5) {
    transform: rotate(288deg) translateY(-286px) rotate(-288deg);
  }
  .biz_fig .biz_list > li:nth-child(5)::before {
    transform: rotate(288deg);
  }
}

@media screen and (max-width: 1100px) {
  .biz_fig .biz_list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .biz_fig .biz_list > li::before {
    content: none;
  }
}

/* --- 沿革 --- */
/* 沿革：中央の図版(fig_history02.svg・右端が矢印)が左から右へ6段階で色が変わるため、
   年数・見出しにも同じ6色を左から順に適用する（入稿データの文字色） */
.hist {
  position: relative;
  margin-top: 3px;
  height: 674px;
}

@media screen and (max-width: 1100px) {
  .hist {
    height: auto;
    margin-top: 40px;
  }
}

.hist .hist_fig {
  position: absolute;
  left: 0;
  top: 232px;
  width: 100.1%;
}

.hist .hist_fig img {
  width: 100%;
}

@media screen and (max-width: 1100px) {
  .hist .hist_fig {
    display: none;
  }
}

.hist .hist_list {
  /* 左から右へ図版のグラデーションに合わせて配色 */
  /* タブレット・SP：縦並びのタイムラインに切り替え */
}

.hist .hist_list > li:nth-child(1) .year, .hist .hist_list > li:nth-child(1) h3 {
  color: #272884;
}

.hist .hist_list > li:nth-child(1)::before {
  background: #272884;
}

.hist .hist_list > li:nth-child(2) .year, .hist .hist_list > li:nth-child(2) h3 {
  color: #303895;
}

.hist .hist_list > li:nth-child(2)::before {
  background: #303895;
}

.hist .hist_list > li:nth-child(3) .year, .hist .hist_list > li:nth-child(3) h3 {
  color: #3848a6;
}

.hist .hist_list > li:nth-child(3)::before {
  background: #3848a6;
}

.hist .hist_list > li:nth-child(4) .year, .hist .hist_list > li:nth-child(4) h3 {
  color: #4058b6;
}

.hist .hist_list > li:nth-child(4)::before {
  background: #4058b6;
}

.hist .hist_list > li:nth-child(5) .year, .hist .hist_list > li:nth-child(5) h3 {
  color: #4967c7;
}

.hist .hist_list > li:nth-child(5)::before {
  background: #4967c7;
}

.hist .hist_list > li:nth-child(6) .year, .hist .hist_list > li:nth-child(6) h3 {
  color: #5177d8;
}

.hist .hist_list > li:nth-child(6)::before {
  background: #5177d8;
}

@media screen and (min-width: 1101px) {
  .hist .hist_list > li {
    position: absolute;
    box-sizing: border-box;
    width: 232px;
    height: 232px;
    padding-top: 7px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
    /* 白地のセクションに薄水色の円（カンプ） */
    background: #f9fcfe;
  }
  .hist .hist_list > li:nth-child(1) {
    left: 0.52%;
    top: 442px;
  }
  .hist .hist_list > li:nth-child(2) {
    left: 15.48%;
    top: 0;
  }
  .hist .hist_list > li:nth-child(3) {
    left: 30.94%;
    top: 442px;
  }
  .hist .hist_list > li:nth-child(4) {
    left: 45.89%;
    top: 0;
  }
  .hist .hist_list > li:nth-child(5) {
    left: 61.36%;
    top: 442px;
  }
  .hist .hist_list > li:nth-child(6) {
    left: 76.31%;
    top: 0;
  }
}

@media screen and (max-width: 1100px) {
  .hist .hist_list {
    position: relative;
    padding-left: 34px;
  }
  .hist .hist_list::before {
    content: "";
    position: absolute;
    left: 5px;
    top: 8px;
    bottom: 8px;
    width: 2px;
    /* 縦組みでは上から下へ、PCの左→右と同じグラデーションを適用 */
    background: linear-gradient(to bottom, #272884 0%, #303895 20%, #3848a6 40%, #4058b6 60%, #4967c7 80%, #5177d8 100%);
  }
  .hist .hist_list > li {
    position: relative;
    margin-bottom: 30px;
  }
  .hist .hist_list > li:last-child {
    margin-bottom: 0;
  }
  .hist .hist_list > li::before {
    content: "";
    position: absolute;
    left: -34px;
    top: 6px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #303895;
  }
}

.hist .year {
  font-family: "Roboto", sans-serif;
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #303895;
}

@media screen and (max-width: 767px) {
  .hist .year {
    font-size: 1.7rem;
  }
}

.hist h3 {
  margin-top: 22px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #303895;
}

@media screen and (max-width: 1100px) {
  .hist h3 {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .hist h3 {
    font-size: 1.9rem;
  }
}

.hist .txt {
  margin-top: 23px;
  font-size: 1.6rem;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #333333;
  /* 1100px以下は縦積みで横幅に余裕があるため改行しない（1行組み） */
}

@media screen and (max-width: 1100px) {
  .hist .txt {
    margin-top: 8px;
  }
  .hist .txt br {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .hist .txt {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

/* --- 選ばれる理由 --- */
.reason_list {
  display: flex;
  margin-top: 48px;
  /* SP：縦積み＋中央揃えだと左右に余分なアキが出るので、
       アイコン列とテキスト列の2カラムに詰める */
}

@media screen and (max-width: 767px) {
  .reason_list {
    display: block;
    margin-top: 26px;
  }
}

.reason_list > li {
  flex: 1 1 0;
  box-sizing: border-box;
  padding: 0 25px;
  text-align: center;
}

.reason_list > li + li {
  border-left: 2px dashed #a29cc5;
}

@media screen and (max-width: 767px) {
  .reason_list > li {
    padding: 0 0 24px;
  }
  .reason_list > li + li {
    border-left: none;
    border-top: 2px dashed #a29cc5;
    padding-top: 24px;
  }
}

.reason_list .badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 24px;
  background: #5177fd;
  color: #fff;
  /* 四隅を4px角欠きにしたタグ形状 */
  -webkit-clip-path: polygon(4px 0, calc(100% - 4px) 0, calc(100% - 4px) 4px, 100% 4px, 100% calc(100% - 4px), calc(100% - 4px) calc(100% - 4px), calc(100% - 4px) 100%, 4px 100%, 4px calc(100% - 4px), 0 calc(100% - 4px), 0 4px, 4px 4px);
  clip-path: polygon(4px 0, calc(100% - 4px) 0, calc(100% - 4px) 4px, 100% 4px, 100% calc(100% - 4px), calc(100% - 4px) calc(100% - 4px), calc(100% - 4px) 100%, 4px 100%, 4px calc(100% - 4px), 0 calc(100% - 4px), 0 4px, 4px 4px);
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  align-self: flex-start;
  margin-right: auto;
}

.reason_list > li {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.reason_list .badge {
  align-self: flex-start;
}

.reason_list .ico {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 85px;
  margin-top: 20px;
}

.reason_list .ico img {
  width: auto;
  max-height: 85px;
}

@media screen and (max-width: 767px) {
  .reason_list .ico {
    height: 64px;
  }
  .reason_list .ico img {
    max-height: 64px;
  }
}

.reason_list h3 {
  margin-top: 20px;
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #303895;
}

@media screen and (max-width: 767px) {
  .reason_list h3 {
    font-size: 1.8rem;
    margin-top: 14px;
  }
}

.reason_list .txt {
  margin-top: 15px;
  font-size: 1.6rem;
  line-height: 28px;
  letter-spacing: 0.05em;
  font-feature-settings: "palt" 1;
  white-space: nowrap;
  color: #333333;
}

@media screen and (max-width: 1100px) {
  .reason_list .txt {
    white-space: normal;
  }
  .reason_list .txt br {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .reason_list .txt {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .reason_list > li {
    display: grid;
    grid-template-columns: 84px 1fr;
    grid-template-areas: "badge title" "ico   text";
    column-gap: 16px;
    row-gap: 10px;
    align-items: center;
    text-align: left;
  }
  .reason_list .badge {
    grid-area: badge;
    align-self: center;
    margin-right: 0;
  }
  .reason_list h3 {
    grid-area: title;
    margin-top: 0;
    align-self: center;
  }
  .reason_list .ico {
    grid-area: ico;
    margin-top: 0;
  }
  .reason_list .txt {
    grid-area: text;
    margin-top: 0;
    align-self: center;
  }
}

/* --- 主な保有資格 --- */
.license_list {
  display: flex;
  margin-top: 52px;
}

@media screen and (max-width: 767px) {
  .license_list {
    flex-wrap: wrap;
    margin-top: 26px;
  }
}

.license_list > li {
  flex: 1 1 0;
  box-sizing: border-box;
  padding: 16px 10px 7px;
  text-align: center;
  /* SPは3列だと窮屈なので2列×3行に組み替える */
}

.license_list > li + li {
  border-left: 2px dashed #a29cc5;
}

@media screen and (max-width: 767px) {
  .license_list > li {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 20px 10px;
    /* 縦3段が分かれて見えるよう、段の間にも同じ破線を入れる */
  }
  .license_list > li:nth-child(2n+1) {
    border-left: none;
  }
  .license_list > li:nth-child(n+3) {
    border-top: 2px dashed #a29cc5;
  }
}

.license_list .ico {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 100px;
}

.license_list .ico img {
  width: auto;
  max-height: 100px;
}

@media screen and (max-width: 767px) {
  .license_list .ico {
    height: 62px;
  }
  .license_list .ico img {
    max-height: 62px;
  }
}

.license_list .txt {
  margin-top: 23px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 0.05em;
  color: #333333;
}

@media screen and (max-width: 767px) {
  .license_list .txt {
    font-size: 1.2rem;
    margin-top: 12px;
    line-height: 1.6;
  }
}

/* --- 会社概要 --- */
.co_dl {
  margin-top: 55px;
}

@media screen and (max-width: 767px) {
  .co_dl {
    margin-top: 26px;
  }
}

.co_dl > div {
  display: flex;
  padding: 24px 0 24px;
  border-bottom: 1px solid #d2d3d5;
}

.co_dl > div:first-child {
  border-top: 1px solid #d2d3d5;
}

@media screen and (max-width: 767px) {
  .co_dl > div {
    display: block;
    padding: 16px 0 18px;
  }
}

.co_dl dt {
  flex: 0 0 auto;
  width: 200px;
  /* カンプでフォントサイズが上がった（16→17px） */
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0.03em;
  color: #333333;
}

@media screen and (max-width: 1100px) {
  .co_dl dt {
    width: 150px;
  }
}

@media screen and (max-width: 767px) {
  .co_dl dt {
    width: auto;
    font-size: 1.4rem;
  }
}

.co_dl dd {
  flex: 1 1 auto;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.01em;
  color: #333333;
}

@media screen and (max-width: 767px) {
  .co_dl dd {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-top: 4px;
  }
}

.co_dl dd a {
  color: #333333;
  text-decoration: none;
}

.co_dl .co_map {
  margin: 22px 0 7px;
  line-height: 0;
}

@media screen and (max-width: 767px) {
  .co_dl .co_map {
    margin: 14px 0 0;
  }
}

.co_dl .co_map iframe {
  width: 100%;
  height: 400px;
  border-radius: 14px;
}

@media screen and (max-width: 767px) {
  .co_dl .co_map iframe {
    height: 240px;
  }
}

/* 主要取引先（●付きリスト） */
.co_client > li {
  position: relative;
  padding-left: 1.35em;
  /* ● は文字だと環境で大きさがぶれるため疑似要素で描く */
}

.co_client > li::before {
  content: "";
  position: absolute;
  left: 0.05em;
  top: calc(50% - 0.4em);
  width: 0.8em;
  height: 0.8em;
  border-radius: 50%;
  background: currentColor;
}

/* 会社案内：会社概要とお問い合わせの間の余白 */
.company .sec_contact {
  margin-top: 0;
}

/* 会社案内：各セクションの上下余白の微調整（カンプ実測に合わせる） */
.company #message {
  padding-top: 83px;
  padding-bottom: 39px;
}

@media screen and (max-width: 1100px) {
  .company #message {
    padding-top: 66px;
  }
}

@media screen and (max-width: 767px) {
  .company #message {
    padding-top: 50px;
  }
}

.company #reason {
  padding-bottom: 36px;
}

.company #license {
  padding-bottom: 44px;
}

.company #profile {
  padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .company #profile {
    padding-bottom: 60px;
  }
}

/*=======================================================

    採用情報

========================================================*/
.page_ttl--recruit {
  height: 768px;
  padding-top: 229px;
  background-image: url(../img/recruit/bg_title.png);
}

@media screen and (max-width: 1100px) {
  .page_ttl--recruit {
    height: auto;
    padding: 170px 0 80px;
  }
}

@media screen and (max-width: 767px) {
  .page_ttl--recruit {
    padding: 100px 0 64px;
  }
}

/* 採用情報のページタイトル：カンプに合わせてリードの下線〜本文のアキを微調整（ページスコープで上書き） */
.page_ttl--recruit .sec_ttl--page .lead {
  padding-bottom: 12px;
}

@media screen and (max-width: 767px) {
  .page_ttl--recruit .sec_ttl--page .lead {
    padding-bottom: 10px;
  }
}

.page_ttl--recruit .page_ttl_desc {
  margin-top: 56px;
}

@media screen and (max-width: 767px) {
  .page_ttl--recruit .page_ttl_desc {
    margin-top: 30px;
  }
}

/* ページタイトル内「募集要項を見る」ボタン（白枠の角丸） */
.rc_ttl_btn {
  position: relative;
  margin-top: 27px;
}

@media screen and (max-width: 767px) {
  .rc_ttl_btn {
    margin-top: 24px;
  }
}

.rc_ttl_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 242px;
  height: 61px;
  border: 2px solid #fff;
  border-radius: 31px;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .rc_ttl_btn a {
    width: 200px;
    height: 50px;
    font-size: 1.5rem;
  }
}

.rc_ttl_btn a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.15);
}

.rc_sec {
  padding: 42px 0 40px;
}

@media screen and (max-width: 1100px) {
  .rc_sec {
    padding: 56px 0 50px;
  }
}

@media screen and (max-width: 767px) {
  .rc_sec {
    padding: 46px 0 44px;
  }
}

.rc_sec--bg {
  background: #f9fcfe;
}

/* 採用情報の見出し：カンプでは英字がやや大きく、和文の字間が狭い
   （下層共通の .sec_ttl--sv を採用情報ページのみ上書き） */
.recruit .sec_ttl--sv .en {
  font-size: 2.7rem;
}

@media screen and (max-width: 767px) {
  .recruit .sec_ttl--sv .en {
    font-size: 2.0rem;
  }
}

.recruit .sec_ttl--sv .jp {
  letter-spacing: 0.06em;
  font-feature-settings: normal;
}

/* 注釈 */
.rc_note {
  margin-top: 46px;
  font-size: 1.7rem;
  line-height: 1.8;
  letter-spacing: 0.085em;
  color: #333333;
}

@media screen and (max-width: 767px) {
  .rc_note {
    margin-top: 22px;
    font-size: 1.35rem;
    letter-spacing: 0;
  }
}

/* --- 山羽工業の一日 --- */
.day_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 80px;
  row-gap: 28px;
  margin-top: 43px;
}

@media screen and (max-width: 1100px) {
  .day_list {
    column-gap: 40px;
  }
}

@media screen and (max-width: 767px) {
  .day_list {
    column-gap: 20px;
    row-gap: 26px;
    margin-top: 26px;
  }
}

.day_list > li {
  position: relative;
  width: 250px;
  text-align: center;
  /* カード間の「>」（1段目は3枚目の右にも、2段目は1枚目の左にも付く） */
  /* 3枚目の右と4枚目の左は同じ流れの矢印。1100px以下は画面端に寄るため非表示 */
}

@media screen and (max-width: 1100px) {
  .day_list > li {
    width: calc((100% - 80px) / 3);
  }
}

@media screen and (max-width: 767px) {
  .day_list > li {
    width: calc((100% - 20px) / 2);
  }
}

.day_list > li:not(:last-child)::after, .day_list > li:nth-child(3n+1):not(:first-child)::before {
  content: "";
  position: absolute;
  top: 118px;
  left: calc(100% + 31px);
  width: 9px;
  height: 9px;
  border-top: 3px solid #5177d8;
  border-right: 3px solid #5177d8;
  transform: rotate(45deg);
}

@media screen and (max-width: 1100px) {
  .day_list > li:not(:last-child)::after, .day_list > li:nth-child(3n+1):not(:first-child)::before {
    left: calc(100% + 14px);
  }
}

@media screen and (max-width: 767px) {
  .day_list > li:not(:last-child)::after, .day_list > li:nth-child(3n+1):not(:first-child)::before {
    display: none;
  }
}

.day_list > li:nth-child(3n+1):not(:first-child)::before {
  left: auto;
  right: calc(100% + 37px);
}

@media screen and (max-width: 1100px) {
  .day_list > li:nth-child(3n+1):not(:first-child)::before {
    right: calc(100% + 18px);
  }
}

@media screen and (max-width: 1100px) {
  .day_list > li:nth-child(3n)::after, .day_list > li:nth-child(3n+1):not(:first-child)::before {
    display: none;
  }
}

.day_list figure img {
  width: 100%;
}

.day_list .time {
  margin-top: 18px;
  font-family: "Roboto", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #272884;
}

@media screen and (max-width: 767px) {
  .day_list .time {
    margin-top: 14px;
    font-size: 1.4rem;
  }
}

.day_list h3 {
  margin-top: 9px;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #333333;
}

@media screen and (max-width: 767px) {
  .day_list h3 {
    font-size: 1.8rem;
    margin-top: 8px;
  }
}

.day_list .txt {
  margin-top: 22px;
  font-size: 1.6rem;
  line-height: 28px;
  letter-spacing: 0.1em;
  color: #333333;
}

@media screen and (max-width: 767px) {
  .day_list .txt {
    margin-top: 10px;
    font-size: 1.3rem;
    line-height: 1.8;
    letter-spacing: 0;
  }
  .day_list .txt br {
    display: none;
  }
}

/* --- 数字で見る山羽工業 --- */
.data_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 19px;
  margin-top: 53px;
}

@media screen and (max-width: 767px) {
  .data_list {
    gap: 14px;
    margin-top: 26px;
  }
}

.data_list > li {
  box-sizing: border-box;
  width: 320px;
  height: 209px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 15px;
  text-align: center;
  background: #fff;
  border: 1px solid #272884;
  box-shadow: 4px 4px 0 rgba(35, 40, 122, 0.9);
  /* タブレット幅は3カラムで幅が狭く説明文が不自然に折り返すため、左右を詰める */
}

@media screen and (max-width: 1100px) {
  .data_list > li {
    width: calc((100% - 38px) / 3);
  }
}

@media screen and (max-width: 767px) {
  .data_list > li {
    width: 100%;
    max-width: 300px;
    height: auto;
    padding: 22px 15px 24px;
    box-shadow: 4px 4px 0 rgba(35, 40, 122, 0.9);
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .data_list > li {
    padding: 0 7px;
  }
}

.data_list .label {
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #272884;
}

@media screen and (max-width: 767px) {
  .data_list .label {
    font-size: 1.7rem;
  }
}

.data_list .num {
  margin-top: 18px;
  font-family: "Roboto", sans-serif;
  font-size: 6.1rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.03em;
  white-space: nowrap;
  color: #272884;
  /* タブレット幅は3カラムで幅が狭く「最大50,000円」がはみ出すため縮める */
  /* 「最大」 */
  /* 「年3回」の「年」「回」は数字と同じ大きさ */
}

@media screen and (max-width: 767px) {
  .data_list .num {
    font-size: 4.8rem;
    margin-top: 14px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .data_list .num {
    font-size: 4.4rem;
  }
}

.data_list .num span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.0rem;
  letter-spacing: 0;
  margin-left: 3px;
}

@media screen and (max-width: 767px) {
  .data_list .num span {
    font-size: 1.6rem;
  }
}

.data_list .num .pre {
  margin: 0 2px 0 0;
}

.data_list .num .jp_l {
  margin: 0 3px;
  font-size: 4.6rem;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .data_list .num .jp_l {
    font-size: 3.6rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .data_list .num .jp_l {
    font-size: 3.4rem;
  }
}

.data_list .txt {
  margin-top: 9px;
  font-size: 1.4rem;
  line-height: 25px;
  letter-spacing: 0.12em;
  color: #272884;
}

@media screen and (max-width: 767px) {
  .data_list .txt {
    font-size: 1.3rem;
    margin-top: 12px;
    line-height: 1.7;
    letter-spacing: 0.05em;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .data_list .txt {
    letter-spacing: 0.02em;
  }
}

/* --- 福利厚生・制度 --- */
.bn_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 62px;
}

@media screen and (max-width: 767px) {
  .bn_list {
    margin-top: 26px;
  }
}

.bn_list > li {
  position: relative;
  box-sizing: border-box;
  width: 33.333%;
  padding: 24px 10px 21px;
  text-align: center;
  /* 縦の破線（2・3列目の左） */
  /* 2段目：1段目との間に横の破線 */
  /* SPは1列。項目間に横の破線 */
}

@media screen and (max-width: 767px) {
  .bn_list > li {
    width: 100%;
    padding: 22px 0;
  }
}

.bn_list > li:not(:nth-child(3n+1))::before {
  content: "";
  position: absolute;
  left: -1px;
  top: 0;
  width: 3px;
  height: 100%;
  background: repeating-linear-gradient(to bottom, #b6b2d2 0 13px, transparent 13px 26px);
  background-position: 0 -7px;
}

@media screen and (max-width: 767px) {
  .bn_list > li:not(:nth-child(3n+1))::before {
    display: none;
  }
}

.bn_list > li:nth-child(n+4) {
  margin-top: 79px;
}

@media screen and (max-width: 767px) {
  .bn_list > li:nth-child(n+4) {
    margin-top: 0;
  }
}

.bn_list > li:nth-child(3n+4)::after {
  content: "";
  position: absolute;
  left: 0;
  top: -41px;
  width: 300%;
  height: 3px;
  background: repeating-linear-gradient(to right, #b6b2d2 0 13px, transparent 13px 26px);
}

@media screen and (max-width: 767px) {
  .bn_list > li:nth-child(3n+4)::after {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .bn_list > li + li {
    background: repeating-linear-gradient(to right, #b6b2d2 0 8px, transparent 8px 16px) left top/100% 2px no-repeat;
  }
}

.bn_list .ico {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 85px;
}

.bn_list .ico img {
  width: auto;
  max-height: 85px;
}

@media screen and (max-width: 767px) {
  .bn_list .ico {
    height: 62px;
  }
  .bn_list .ico img {
    max-height: 62px;
  }
}

.bn_list h3 {
  margin-top: 22px;
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  font-feature-settings: "palt" 1;
  color: #272884;
}

@media screen and (max-width: 767px) {
  .bn_list h3 {
    font-size: 1.7rem;
    margin-top: 14px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .bn_list h3 {
    font-size: 1.7rem;
  }
}

.bn_list .txt {
  margin-top: 14px;
  font-size: 1.6rem;
  line-height: 28px;
  letter-spacing: 0.02em;
  color: #333333;
}

@media screen and (max-width: 767px) {
  .bn_list .txt {
    margin-top: 10px;
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .bn_list .txt {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

/* --- 募集要項 --- */
.job {
  margin-top: 43px;
}

@media screen and (max-width: 767px) {
  .job {
    margin-top: 26px;
  }
}

.job .job_tab {
  display: flex;
  border-bottom: 2px solid #272884;
  /* 募集職種は1つのみ（職種が増えたらタブを追加する想定で構造は残す） */
}

.job .job_tab li {
  flex: 0 0 250px;
}

@media screen and (max-width: 767px) {
  .job .job_tab li {
    flex: 0 0 200px;
  }
}

.job .job_tab li + li > button {
  border-left: 1px solid #d8d6e2;
}

.job .job_tab button {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 62px;
  padding: 0 5px;
  border: none;
  background: #f5f4f9;
  color: #272884;
  font-family: inherit;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}

@media screen and (max-width: 767px) {
  .job .job_tab button {
    height: 50px;
    font-size: 1.4rem;
  }
}

.job .job_tab button:hover {
  background: #e9e7f2;
}

.job .job_tab button.is-active {
  background: #272884;
  color: #fff;
  cursor: default;
}

.job .job_panel {
  display: none;
}

.job .job_panel.is-active {
  display: block;
}

.job dl > div {
  display: flex;
  align-items: center;
  padding: 21px 0 25px 47px;
  border-bottom: 1px solid #cfd0d2;
}

@media screen and (max-width: 1100px) {
  .job dl > div {
    padding-left: 24px;
  }
}

@media screen and (max-width: 767px) {
  .job dl > div {
    display: block;
    padding: 16px 0 18px;
  }
}

.job dt {
  flex: 0 0 auto;
  width: 203px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0.05em;
  font-feature-settings: "palt" 1;
  color: #333333;
}

@media screen and (max-width: 1100px) {
  .job dt {
    width: 170px;
  }
}

@media screen and (max-width: 767px) {
  .job dt {
    width: auto;
    font-size: 1.5rem;
    line-height: 1.8;
  }
}

.job dd {
  flex: 1 1 auto;
  font-size: 1.8rem;
  line-height: 36px;
  letter-spacing: 0.08em;
  /* カンプは「・」「（）」などの約物が詰まっているため */
  font-feature-settings: "palt" 1;
  color: #333333;
  /* 空行1行分のアキ */
  /* ※の注記：2行目以降を1字下げ */
}

@media screen and (max-width: 1100px) {
  .job dd {
    font-size: 1.6rem;
    line-height: 32px;
  }
}

@media screen and (max-width: 767px) {
  .job dd {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-top: 4px;
    letter-spacing: 0.02em;
  }
}

.job dd .mt {
  margin-top: 36px;
}

@media screen and (max-width: 1100px) {
  .job dd .mt {
    margin-top: 32px;
  }
}

@media screen and (max-width: 767px) {
  .job dd .mt {
    margin-top: 1.8em;
  }
}

.job dd .kome {
  padding-left: 1em;
  text-indent: -1em;
}

/* 採用情報：各セクションの上下余白の微調整（カンプ実測に合わせる） */
.recruit #day {
  padding-top: 82px;
  padding-bottom: 35px;
}

.recruit #data {
  padding-bottom: 44px;
}

.recruit #benefits {
  padding-bottom: 39px;
}

@media screen and (max-width: 1100px) {
  .recruit #day {
    padding-top: 66px;
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .recruit #day {
    padding-top: 50px;
    padding-bottom: 44px;
  }
}

/* 採用情報：募集要項とお問い合わせの間の余白 */
.recruit .sec_contact {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .recruit .sec_contact {
    margin-top: 0;
  }
}

/*=======================================================

    施工事例

========================================================*/
.page_ttl--works {
  height: 768px;
  padding-top: 252px;
  background-image: url(../img/works/bg_title.png);
}

@media screen and (max-width: 1100px) {
  .page_ttl--works {
    height: auto;
    padding: 170px 0 80px;
  }
}

@media screen and (max-width: 767px) {
  .page_ttl--works {
    padding: 100px 0 74px;
  }
}

/* 事例セクション（白／薄水色を交互に敷く）
   カンプ指示「セクション毎の余白が縮まっている」に合わせて上下の余白を詰める */
.wk_sec {
  padding: 39px 0 40px;
  /* ページ間リンク（works/#toilet 等）で固定ヘッダーに見出しが隠れないようにする */
  scroll-margin-top: 60px;
  /* ページタイトル直後の1件目は上を広めに */
  /* 最終の事例セクション（main 内の最後の section はお問い合わせ帯なので、その1つ前） */
  /* 見出し（英字＋和文）：カンプは英字が大きく、和文がやや小さい */
}

@media screen and (max-width: 1100px) {
  .wk_sec {
    padding: 40px 0 44px;
  }
}

@media screen and (max-width: 767px) {
  .wk_sec {
    padding: 36px 0 40px;
    scroll-margin-top: 50px;
  }
}

.wk_sec--bg {
  background: #f9fcfe;
}

.wk_sec:first-child {
  padding-top: 79px;
}

@media screen and (max-width: 1100px) {
  .wk_sec:first-child {
    padding-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .wk_sec:first-child {
    padding-top: 44px;
  }
}

.wk_sec:nth-last-of-type(2) {
  padding-bottom: 54px;
}

@media screen and (max-width: 767px) {
  .wk_sec:nth-last-of-type(2) {
    padding-bottom: 44px;
  }
}

@media screen and (min-width: 768px) {
  .wk_sec .sec_ttl--sv {
    padding-top: 22px;
  }
}

.wk_sec .sec_ttl--sv .en {
  color: #5177fd;
}

@media screen and (min-width: 768px) {
  .wk_sec .sec_ttl--sv .en {
    font-size: 2.7rem;
  }
}

@media screen and (min-width: 768px) {
  .wk_sec .sec_ttl--sv .jp {
    font-size: 3.7rem;
    letter-spacing: 0.15em;
  }
}

/* 見出し下のラベル（例：業務用エアコン洗浄） */
.wk_label {
  display: inline-block;
  margin-top: 30px;
  padding: 0 12px 0 13px;
  background: #3d495c;
  color: #fff;
  font-size: 2.0rem;
  font-weight: 500;
  line-height: 37px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .wk_label {
    margin-top: 16px;
    padding: 0 10px;
    font-size: 1.6rem;
    line-height: 30px;
  }
}

/* --- ギャラリー --- */
.wk_gallery {
  margin-top: 55px;
  /* 左右の丸ボタン */
  /* カウンター */
  /* サムネイル */
}

@media screen and (max-width: 767px) {
  .wk_gallery {
    margin-top: 26px;
  }
}

.wk_gallery .wk_main {
  position: relative;
}

.wk_gallery .wk_slider {
  position: static;
  width: 751px;
  margin: 0 auto;
  visibility: hidden;
  /* slick 初期化前は2枚目以降を隠し、高さが一時的に伸びないようにする
           （ページ間リンクのアンカー位置がずれるのを防ぐ） */
}

@media screen and (max-width: 1100px) {
  .wk_gallery .wk_slider {
    width: 70%;
  }
}

@media screen and (max-width: 767px) {
  .wk_gallery .wk_slider {
    width: 100%;
  }
}

.wk_gallery .wk_slider.slick-initialized {
  visibility: visible;
}

.wk_gallery .wk_slider:not(.slick-initialized) li + li {
  display: none;
}

.wk_gallery .wk_slider img {
  width: 100%;
  height: auto;
}

.wk_gallery .slick-prev,
.wk_gallery .slick-next {
  position: absolute;
  top: 50%;
  width: 70px;
  height: 70px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #272884;
  font-size: 0;
  cursor: pointer;
  z-index: 5;
  transform: translateY(-50%);
  transition: opacity 0.3s ease 0s;
  /* SPは画像の端にボタンが接してしまうため、小さめ＋内側に寄せて余白を作る */
  /* slick-theme.css が :hover / :focus で背景を透明にするため打ち消す */
  /* シェブロン（カンプ：幅10×高さ14、線幅約2.8px・丸端） */
}

@media screen and (max-width: 767px) {
  .wk_gallery .slick-prev,
.wk_gallery .slick-next {
    width: 38px;
    height: 38px;
  }
}

.wk_gallery .slick-prev:hover, .wk_gallery .slick-prev:focus, .wk_gallery .slick-prev:active,
.wk_gallery .slick-next:hover,
.wk_gallery .slick-next:focus,
.wk_gallery .slick-next:active {
  background: #272884;
}

.wk_gallery .slick-prev:hover,
.wk_gallery .slick-next:hover {
  opacity: 0.8;
}

.wk_gallery .slick-prev:focus-visible,
.wk_gallery .slick-next:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

.wk_gallery .slick-prev::before,
.wk_gallery .slick-next::before {
  content: "";
  display: block;
  width: 14px;
  height: 18px;
  margin: 0 auto;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 18'%3E%3Cpath d='M12 2L2 9l10 7' fill='none' stroke='%23fff' stroke-width='2.835' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center center/contain;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .wk_gallery .slick-prev::before,
.wk_gallery .slick-next::before {
    width: 10px;
    height: 13px;
  }
}

.wk_gallery .slick-prev {
  left: 0;
}

@media screen and (max-width: 767px) {
  .wk_gallery .slick-prev {
    left: 12px;
  }
}

.wk_gallery .slick-next {
  right: 0;
}

@media screen and (max-width: 767px) {
  .wk_gallery .slick-next {
    right: 12px;
  }
}

.wk_gallery .slick-next::before {
  transform: scaleX(-1);
}

.wk_gallery .wk_count {
  display: block;
  width: 48px;
  height: 23px;
  margin: 12px auto 0;
  background: #7d7e81;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  line-height: 23px;
  letter-spacing: 0.02em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .wk_gallery .wk_count {
    margin-top: 10px;
  }
}

.wk_gallery .wk_thumb {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 11px;
}

.wk_gallery .wk_thumb li {
  width: 90px;
  height: 50px;
  overflow: hidden;
  cursor: pointer;
  transition: opacity 0.3s ease 0s;
  /* 表示中の画像に対応するサムネイルは不透明度を下げる（カンプ実測 50%） */
}

@media screen and (max-width: 767px) {
  .wk_gallery .wk_thumb li {
    width: 68px;
    height: 38px;
  }
}

.wk_gallery .wk_thumb li.is-current {
  opacity: 0.5;
}

.wk_gallery .wk_thumb li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* --- 工事概要／施工内容／施工ポイントカード --- */
.wk_cards {
  display: flex;
  align-items: stretch;
  gap: 20px;
  margin-top: 50px;
  /* 単語の途中で改行させない（例：リニューアル） */
}

@media screen and (max-width: 1100px) {
  .wk_cards {
    gap: 14px;
  }
}

@media screen and (max-width: 767px) {
  .wk_cards {
    display: block;
    margin-top: 30px;
  }
}

.wk_cards > li {
  flex: 1 1 0;
  background: #fff;
  /* カンプ：四辺に均等な濃いめのドロップシャドウ */
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.7);
}

@media screen and (max-width: 767px) {
  .wk_cards > li {
    margin-bottom: 20px;
  }
  .wk_cards > li:last-child {
    margin-bottom: 0;
  }
}

.wk_cards h3 {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #5177fd;
  color: #fff;
  font-size: 2.0rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .wk_cards h3 {
    height: 46px;
    font-size: 1.8rem;
  }
}

.wk_cards .wk_card_body {
  padding: 0 25px 50px;
}

@media screen and (max-width: 1100px) {
  .wk_cards .wk_card_body {
    padding: 0 14px 40px 16px;
  }
}

@media screen and (max-width: 767px) {
  .wk_cards .wk_card_body {
    padding: 0 18px 28px;
  }
}

.wk_cards .ico {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  margin-top: 30px;
}

.wk_cards .ico img {
  width: auto;
  max-height: 100px;
}

@media screen and (max-width: 767px) {
  .wk_cards .ico {
    height: 72px;
    margin-top: 22px;
  }
  .wk_cards .ico img {
    max-height: 72px;
  }
}

.wk_cards ul {
  /* 項目が短いカードはリストのまとまりをカード中央に置く（長い場合は幅いっぱい） */
  display: table;
  margin: 27px auto 0;
  /* 短い項目のみのリストは左のチェックマークの分右寄りに見えるため補正 */
}

@media screen and (max-width: 767px) {
  .wk_cards ul {
    margin-top: 18px;
  }
}

.wk_cards ul.is-shift {
  padding-right: 20px;
}

.wk_cards ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 6px;
  font-size: 1.5rem;
  line-height: 26px;
  letter-spacing: 0;
  color: #333333;
}

@media screen and (max-width: 767px) {
  .wk_cards ul li {
    font-size: 1.4rem;
    line-height: 24px;
    padding-left: 28px;
  }
}

.wk_cards ul li:last-child {
  margin-bottom: 0;
}

.wk_cards ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 20px;
  height: 20px;
  background: url(../img/works/ico_check02.svg) no-repeat center center/contain;
}

@media screen and (max-width: 767px) {
  .wk_cards ul li::before {
    width: 18px;
    height: 18px;
  }
}

.wk_cards .nw {
  display: inline-block;
}

/* 施工事例：最終セクションとお問い合わせの間の余白 */
.works .sec_contact {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .works .sec_contact {
    margin-top: 0;
  }
}

/*=======================================================

    お問い合わせページ

========================================================*/
/* --- ページタイトル（リード無し・説明文3行） --- */
.page_ttl--contact {
  height: 768px;
  padding-top: 236px;
  background-image: url(../img/contact/bg_title.jpg);
  background-position: center top;
}

@media screen and (max-width: 1100px) {
  .page_ttl--contact {
    height: auto;
    padding: 170px 0 80px;
  }
}

@media screen and (max-width: 767px) {
  .page_ttl--contact {
    padding: 100px 0 74px;
  }
}

.page_ttl--contact .page_ttl_desc {
  margin-top: 63px;
}

@media screen and (max-width: 1100px) {
  .page_ttl--contact .page_ttl_desc {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .page_ttl--contact .page_ttl_desc {
    margin-top: 26px;
  }
}

/* --- セクション共通 --- */
.cf_sec {
  padding: 84px 0 80px;
}

@media screen and (max-width: 1100px) {
  .cf_sec {
    padding: 66px 0 66px;
  }
}

@media screen and (max-width: 767px) {
  .cf_sec {
    padding: 50px 0 50px;
  }
}

.cf_sec--privacy {
  padding: 42px 0 40px;
  background: #f9fcfe;
}

@media screen and (max-width: 767px) {
  .cf_sec--privacy {
    padding: 50px 0 40px;
  }
}

/* --- 見出し＋電話案内 --- */
.cf_head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 69px;
  border-bottom: 1px solid #d2d3d4;
}

@media screen and (max-width: 1100px) {
  .cf_head {
    display: block;
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .cf_head {
    padding-bottom: 36px;
  }
}

.cf_head .sec_ttl .jp {
  letter-spacing: 0.1em;
}

.cf_lead {
  margin-top: 66px;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.08em;
  color: #333333;
}

@media screen and (max-width: 767px) {
  .cf_lead {
    margin-top: 24px;
    font-size: 1.4rem;
    letter-spacing: 0.04em;
  }
  .cf_lead br {
    display: none;
  }
}

.cf_telbox {
  flex: 0 0 auto;
  width: 413px;
  margin-top: 17px;
  box-sizing: border-box;
  padding: 38px 10px 0;
  height: 199px;
  border-radius: 6px;
  background: linear-gradient(90deg, #282980 0%, #5976d1 100%);
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 1100px) {
  .cf_telbox {
    margin: 40px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .cf_telbox {
    width: 100%;
    height: auto;
    padding: 22px 10px 20px;
    margin-top: 30px;
  }
}

.cf_telbox .ttl {
  font-size: 2.0rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .cf_telbox .ttl {
    font-size: 1.6rem;
  }
}

.cf_telbox .num {
  margin-top: 15px;
}

.cf_telbox .num a {
  display: inline-flex;
  align-items: center;
  font-size: 4.5rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.01em;
  white-space: nowrap;
  color: #fff;
  text-decoration: none;
}

.cf_telbox .num a:hover {
  color: #fff;
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .cf_telbox .num a {
    font-size: 3.4rem;
  }
}

.cf_telbox .num .ico_tel {
  width: 42px;
  margin-right: 16px;
}

@media screen and (max-width: 767px) {
  .cf_telbox .num .ico_tel {
    width: 30px;
    margin-right: 10px;
  }
}

.cf_telbox .time {
  margin-top: 15px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
  font-feature-settings: "palt" 1;
}

.cf_telbox .time span {
  margin-left: 0.6em;
}

@media screen and (max-width: 767px) {
  .cf_telbox .time {
    font-size: 1.3rem;
    line-height: 1.6;
  }
  .cf_telbox .time span {
    display: inline-block;
    margin-left: 0;
  }
}

/* --- フォーム --- */
.cf_form_list {
  margin-top: 104px;
}

@media screen and (max-width: 1100px) {
  .cf_form_list {
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .cf_form_list {
    margin-top: 36px;
  }
}

.cf_form_row {
  display: flex;
}

.cf_form_row + .cf_form_row {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .cf_form_row + .cf_form_row {
    margin-top: 24px;
  }
}

@media screen and (max-width: 767px) {
  .cf_form_row {
    display: block;
  }
}

.cf_form_row dt {
  flex: 0 0 290px;
  display: flex;
  align-items: center;
  height: 71px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #333333;
}

@media screen and (max-width: 1100px) {
  .cf_form_row dt {
    flex-basis: 220px;
  }
}

@media screen and (max-width: 767px) {
  .cf_form_row dt {
    height: auto;
    margin-bottom: 10px;
    font-size: 1.5rem;
  }
}

.cf_form_row dd {
  flex: 1 1 auto;
  min-width: 0;
}

.cf_form_row .req {
  display: inline-block;
  margin-left: 13px;
  padding: 0 4px;
  border: 1px solid #e61a1a;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.05em;
  color: #e61a1a;
}

@media screen and (max-width: 767px) {
  .cf_form_row .req {
    margin-left: 10px;
  }
}

.cf_form_row input[type="text"],
.cf_form_row input[type="email"],
.cf_form_row input[type="tel"],
.cf_form_row select,
.cf_form_row textarea {
  display: block;
  width: 100%;
  height: 71px;
  box-sizing: border-box;
  margin: 0;
  padding: 0 24px;
  border: 1px solid #d2d3d4;
  border-radius: 4px;
  background: #fff;
  font-family: inherit;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  color: #333333;
  -webkit-appearance: none;
  appearance: none;
  transition: border-color 0.2s;
}

@media screen and (max-width: 767px) {
  .cf_form_row input[type="text"],
.cf_form_row input[type="email"],
.cf_form_row input[type="tel"],
.cf_form_row select,
.cf_form_row textarea {
    height: 56px;
    padding: 0 16px;
  }
}

.cf_form_row input[type="text"]::placeholder,
.cf_form_row input[type="email"]::placeholder,
.cf_form_row input[type="tel"]::placeholder,
.cf_form_row select::placeholder,
.cf_form_row textarea::placeholder {
  color: #bcbcbc;
}

.cf_form_row input[type="text"]:focus,
.cf_form_row input[type="email"]:focus,
.cf_form_row input[type="tel"]:focus,
.cf_form_row select:focus,
.cf_form_row textarea:focus {
  outline: none;
  border-color: #5177fd;
}

.cf_form_row select {
  cursor: pointer;
  letter-spacing: 0.1em;
  /* 右端の下向きシェブロン */
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='10' viewBox='0 0 18 10'%3E%3Cpath d='M1 1l8 8 8-8' fill='none' stroke='%23959495' stroke-width='1.5'/%3E%3C/svg%3E") no-repeat right 34px center/18px 10px;
  padding-right: 60px;
}

@media screen and (max-width: 767px) {
  .cf_form_row select {
    background-position: right 16px center;
    padding-right: 44px;
  }
}

.cf_form_row .select_wrap select {
  max-width: 510px;
}

.cf_form_row textarea {
  height: 275px;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 1.8;
  resize: vertical;
}

@media screen and (max-width: 767px) {
  .cf_form_row textarea {
    height: 200px;
    padding-top: 14px;
    padding-bottom: 14px;
  }
}

/* ハニーポット（ボット対策の隠し入力欄）
   display:none の欄は無視するボットがいるため、画面外に出して隠す */
.cf_hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* 同意チェック */
.cf_agree {
  margin-top: 56px;
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0.07em;
  font-feature-settings: "palt" 1;
  color: #333333;
}

@media screen and (max-width: 767px) {
  .cf_agree {
    margin-top: 36px;
    text-align: left;
    font-size: 1.3rem;
    letter-spacing: 0.04em;
  }
}

.cf_agree .cf_check {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  text-align: left;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .cf_agree .cf_check {
    align-items: flex-start;
  }
}

.cf_agree .cf_check input {
  flex: 0 0 auto;
  position: relative;
  width: 15px;
  height: 15px;
  margin: 0 9px 0 0;
  border: 1px solid #d2d3d4;
  border-radius: 2px;
  background: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

@media screen and (max-width: 767px) {
  .cf_agree .cf_check input {
    margin-top: 3px;
  }
}

.cf_agree .cf_check input:checked {
  border-color: #5177fd;
  background: #5177fd;
}

.cf_agree .cf_check input:checked::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 1px;
  width: 5px;
  height: 9px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
}

.cf_agree .cf_check input:focus-visible {
  outline: 2px solid #5177fd;
  outline-offset: 2px;
}

.cf_agree .cf_check a {
  color: #5177fd;
  margin: 0 0.3em 0 0;
}

.cf_agree .note {
  margin-top: 10px;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .cf_agree .note {
    text-align: center;
  }
}

/* 確認・送信ボタン（確認画面でも使用） */
.cf_submit {
  margin-top: 27px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .cf_submit {
    margin-top: 24px;
  }
}

.cf_submit button,
.cf_submit input[type="submit"],
.cf_submit input[type="button"] {
  display: inline-block;
  width: 166px;
  height: 41px;
  margin: 0 8px;
  padding: 0 0 0 0.3em;
  border: 1px solid #d2d3d4;
  border-radius: 8px;
  background: linear-gradient(90deg, #282980 0%, #5976d1 100%);
  font-family: inherit;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.3em;
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  transition: opacity 0.3s;
}

.cf_submit button:hover,
.cf_submit input[type="submit"]:hover,
.cf_submit input[type="button"]:hover {
  opacity: 0.85;
}

@media screen and (max-width: 767px) {
  .cf_submit button,
.cf_submit input[type="submit"],
.cf_submit input[type="button"] {
    width: 140px;
    margin: 0 4px;
  }
}

.cf_submit .btn_back {
  background: #fff !important;
  border-color: #282980 !important;
  color: #282980 !important;
}

/* --- プライバシーポリシー（アコーディオン） --- */
.cf_sec--privacy .acc_list {
  margin-top: 47px;
}

@media screen and (max-width: 767px) {
  .cf_sec--privacy .acc_list {
    margin-top: 24px;
  }
}

.cf_sec--privacy .acc_item {
  border-bottom: 1px solid #d2d3d4;
}

.cf_sec--privacy .acc_item .acc_q {
  position: relative;
  margin: 0;
  /* ＋／− */
}

.cf_sec--privacy .acc_item .acc_q button {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 70px;
  box-sizing: border-box;
  margin: 0;
  padding: 12px 40px 12px 0;
  border: none;
  background: none;
  font-family: inherit;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: left;
  color: #333333;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

@media screen and (max-width: 767px) {
  .cf_sec--privacy .acc_item .acc_q button {
    min-height: 60px;
    font-size: 1.5rem;
    letter-spacing: 0.05em;
  }
}

.cf_sec--privacy .acc_item .acc_q button:hover {
  opacity: 0.75;
}

.cf_sec--privacy .acc_item .acc_q button:focus-visible {
  outline: 2px solid #5177fd;
  outline-offset: 2px;
}

.cf_sec--privacy .acc_item .acc_q::before, .cf_sec--privacy .acc_item .acc_q::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 16px;
  height: 2px;
  margin-top: -1px;
  background: #4d4298;
  pointer-events: none;
  transition: transform 0.3s;
}

.cf_sec--privacy .acc_item .acc_q::after {
  transform: rotate(90deg);
}

.cf_sec--privacy .acc_item .acc_a {
  display: none;
  padding: 22px 0 50px;
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.08em;
  color: #333333;
}

@media screen and (max-width: 767px) {
  .cf_sec--privacy .acc_item .acc_a {
    padding: 6px 0 30px;
    font-size: 1.4rem;
    line-height: 1.8;
    letter-spacing: 0.04em;
  }
}

.cf_sec--privacy .acc_item .acc_a p + p {
  margin-top: 1.875em;
}

.cf_sec--privacy .acc_item.is-open .acc_q::after {
  transform: rotate(0deg);
}

.cf_sec--privacy .acc_item.is-open .acc_a {
  display: block;
}

.contact .sec_contact {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .contact .sec_contact {
    margin-top: 0;
  }
}

/* --- 入力内容の確認（mail.php） --- */
.cf_confirm_txt {
  margin-top: 44px;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: #333333;
}

@media screen and (max-width: 767px) {
  .cf_confirm_txt {
    margin-top: 24px;
    font-size: 1.4rem;
    letter-spacing: 0.04em;
  }
}

.cf_confirm_table {
  width: 100%;
  margin-top: 60px;
  border-collapse: collapse;
  border-top: 1px solid #d2d3d4;
}

@media screen and (max-width: 767px) {
  .cf_confirm_table {
    margin-top: 36px;
  }
}

.cf_confirm_table th,
.cf_confirm_table td {
  padding: 25px 0;
  border-bottom: 1px solid #d2d3d4;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: #333333;
  text-align: left;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .cf_confirm_table th,
.cf_confirm_table td {
    display: block;
    font-size: 1.5rem;
    letter-spacing: 0.04em;
  }
}

.cf_confirm_table th {
  width: 290px;
  font-weight: 700;
}

@media screen and (max-width: 1100px) {
  .cf_confirm_table th {
    width: 220px;
  }
}

@media screen and (max-width: 767px) {
  .cf_confirm_table th {
    width: auto;
    padding: 18px 0 0;
    border-bottom: none;
  }
}

.cf_confirm_table td {
  word-break: break-all;
}

@media screen and (max-width: 767px) {
  .cf_confirm_table td {
    padding: 4px 0 18px;
  }
}

.cf_confirm .cf_submit {
  margin-top: 50px;
}

.cf_error {
  margin-top: 44px;
  padding: 30px 30px;
  border: 1px solid #e61a1a;
  background: #fff;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #333333;
}

@media screen and (max-width: 767px) {
  .cf_error {
    margin-top: 24px;
    padding: 20px;
    font-size: 1.4rem;
  }
}

.cf_error .ttl {
  font-weight: 700;
  color: #e61a1a;
}

.cf_error .error_messe {
  margin-top: 6px;
}

/* --- 送信完了（サンクスページ） --- */
.cf_thanks {
  position: relative;
  padding: 273px 0 80px;
  background: #f9fcfe;
  /* ヘッダー（白文字）の可読性を確保する上部のグラデーション */
}

@media screen and (max-width: 1100px) {
  .cf_thanks {
    padding-top: 180px;
  }
}

@media screen and (max-width: 767px) {
  .cf_thanks {
    padding: 100px 0 50px;
  }
}

.cf_thanks::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 273px;
  background: linear-gradient(to bottom, #5b6169 0%, #8c96a2 2%, #9fa7b2 7%, #b4bbc3 15%, #c3cad1 22%, #d1d6dc 29%, #dce0e5 37%, #e4e8ed 44%, #f0f3f5 59%, #f6f8fa 73%, #f9fcfe 100%);
}

@media screen and (max-width: 767px) {
  .cf_thanks::before {
    height: 160px;
  }
}

.cf_thanks > .inner {
  position: relative;
  z-index: 1;
  max-width: 1100px;
}

@media screen and (max-width: 1100px) {
  .cf_thanks > .inner {
    max-width: 1140px;
  }
}

.cf_thanks_box {
  box-sizing: border-box;
  min-height: 918px;
  padding: 96px 70px 105px 88px;
  border-radius: 30px;
  background: #fff;
  color: #333333;
  font-feature-settings: "palt" 1;
}

@media screen and (max-width: 1100px) {
  .cf_thanks_box {
    min-height: 0;
    padding: 70px 50px 80px;
  }
}

@media screen and (max-width: 767px) {
  .cf_thanks_box {
    padding: 40px 20px 44px;
    border-radius: 16px;
  }
}

.cf_thanks_box .ttl {
  position: relative;
  padding-bottom: 50px;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.1em;
  color: #4d4298;
}

@media screen and (max-width: 1100px) {
  .cf_thanks_box .ttl {
    font-size: 3.6rem;
  }
}

@media screen and (max-width: 767px) {
  .cf_thanks_box .ttl {
    padding-bottom: 30px;
    font-size: 2.2rem;
    letter-spacing: 0.06em;
  }
}

.cf_thanks_box .ttl::after {
  content: "";
  position: absolute;
  left: 1px;
  bottom: 0;
  width: 26px;
  height: 4px;
  background: #4d4298;
}

.cf_thanks_box .txt01 {
  margin-top: 42px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.95;
  letter-spacing: 0.12em;
}

@media screen and (max-width: 767px) {
  .cf_thanks_box .txt01 {
    margin-top: 28px;
    font-size: 1.5rem;
    line-height: 1.8;
    letter-spacing: 0.04em;
  }
  .cf_thanks_box .txt01 br {
    display: none;
  }
}

.cf_thanks_box .txt02 {
  margin-top: 41px;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.07em;
}

@media screen and (max-width: 767px) {
  .cf_thanks_box .txt02 {
    margin-top: 24px;
    font-size: 1.3rem;
    letter-spacing: 0.02em;
  }
  .cf_thanks_box .txt02 br {
    display: none;
  }
}

.cf_thanks_box .txt03 {
  margin-top: 39px;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .cf_thanks_box .txt03 {
    margin-top: 24px;
    font-size: 1.4rem;
    letter-spacing: 0.04em;
  }
}

.cf_thanks_box .txt03 .tel {
  display: inline-flex;
  align-items: center;
  margin-top: 4px;
  font-size: 2.9rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #4d4298;
  text-decoration: none;
  vertical-align: baseline;
}

.cf_thanks_box .txt03 .tel:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .cf_thanks_box .txt03 .tel {
    font-size: 2.6rem;
  }
}

.cf_thanks_box .txt03 .ico_tel {
  width: 26px;
  margin-right: 6px;
}

.cf_thanks_box .btn_top {
  margin-top: 206px;
  text-align: center;
}

@media screen and (max-width: 1100px) {
  .cf_thanks_box .btn_top {
    margin-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  .cf_thanks_box .btn_top {
    margin-top: 40px;
  }
}

.cf_thanks_box .btn_top a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 284px;
  height: 49px;
  max-width: 100%;
  border-radius: 25px;
  background: linear-gradient(90deg, #282980 0%, #5976d1 100%);
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #fff;
  text-decoration: none;
}

.cf_thanks_box .btn_top a::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -4px;
}

.cf_thanks_box .btn_top a:hover {
  color: #fff;
  opacity: 0.85;
}
