@charset "UTF-8";
/*----------------------------
Foundation
------------------------------*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

figure {
  margin: 0 !important;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*----------------------------
■■　サイトの基本設定　base.scss ■■
------------------------------*/
/* ブレークポイント
pc：$layout-width-innerまで
tab：$layout-width-inner　-　1px ~ 768px
sp767未満
*/
/*-----------------------------------------
メディアクエリテンプレ https://haniwaman.com/breakpoint/
使い方：
@include mq('sp') { スマホレイアウト }
@include mq('tab') { タブレットレイアウト }
------------------------------------------*/
/* コンテナ幅 */
.container {
  width: 100%;
  max-width: 1328px;
  margin: 0 auto;
  padding: 0 6.4rem;
}
@media screen and (max-width: 1327px) {
  .container {
    padding: 0 2.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .container {
    padding: 0 2rem;
  }
}

.container--l {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 5rem;
}
@media screen and (max-width: 1350px) {
  .container--l {
    padding: 0 2.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .container--l {
    padding: 0 1.8rem;
  }
}

/*----------------------------------------
フォント関係の設定
------------------------------------------*/
/*〇パソコン～768pxまでのフォントサイズ*/
/*----------------------------
基準フォント指定
使い方：
font-family: $font-base、$font-minchoなど
------------------------------*/
/*------------------------------------------
■各フォントサイズ自由設定

使用例：
CSSにて、fzでショートコード利用可能

左から、PC,SPのフォントサイズ指定
@include font--l(rem,rem);

左から、PC、TAB、SPのフォントサイズ指定
@include font--l3(rem,rem,rem);
--------------------------------------------*/
/*----------------------------------------
色関係の設定
------------------------------------------*/
/*----------------------------
■　sectionのpadding設定
sectionによく使われる余白の設定
使い方：section class="sect-pad"
------------------------------*/
/*
・基準paddingの設定　基本PC 9.6rem SP4.8rem
------------------------------*/
.sect-pad {
  padding: 0 0 16rem;
}
@media screen and (max-width: 1327px) {
  .sect-pad {
    padding: 0 0 9.6rem;
  }
}
@media screen and (max-width: 1024px) {
  .sect-pad {
    padding: 0 0 8rem;
  }
}

.sect-pad--y {
  padding: 10rem 0 10rem;
}
@media screen and (max-width: 1327px) {
  .sect-pad--y {
    padding: 8rem 0 8rem;
  }
}
@media screen and (max-width: 1024px) {
  .sect-pad--y {
    padding: 6rem 0 6rem;
  }
}

/*----------------------------------------
全体構造：Structure
------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none !important;
}

html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  overflow-x: clip;
}
@media screen and (min-width: 1280px) {
  html {
    font-size: 62.5%;
  }
}
@media screen and (max-width: 1279px) {
  html {
    font-size: clamp(10px, 0.78125vw, 10px);
    font-size: clamp(5px, 10px + -5 * (100vw - 1280px) / -512, 10px);
  }
}
@media (max-width: 1152px) {
  html {
    font-size: clamp(0.546875rem, 36.25%, 0.625rem);
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 62.5%;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 62.5%;
  }
}

img {
  width: 100%;
  height: auto;
  line-height: 1;
  vertical-align: top;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-decoration: none;
  -webkit-transition: all 250ms;
  transition: all 250ms;
  color: #1F3134;
}
a:hover {
  opacity: 0.7;
}
a.u-pointer-events--pc {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  a.u-pointer-events--pc {
    pointer-events: auto;
  }
}
a.u-blue--link {
  text-decoration: underline;
  color: #0000ee;
}

address {
  font-style: normal;
}

ul {
  list-style: none;
}

body {
  height: auto;
  width: 100%;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2.5;
  -webkit-text-size-adjust: 100%;
  color: #1F3134;
  -webkit-font-smoothing: antialiased;
  scroll-padding-top: 20rem;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

p {
  line-break: strict;
  word-break: normal;
}

button {
  font-family: "Noto Sans JP", sans-serif;
}

button,
button:focus,
button:active {
  color: inherit; /* 親の文字色を継承 */
  -webkit-appearance: none; /* iOS Safari のデフォルトボタン装飾を無効化 */
  -moz-appearance: none;
       appearance: none;
}

input, select, textarea {
  -webkit-appearance: none;
}

/* ユーザーエージェントスタイル（ブラウザ初期値）の上書き */
textarea {
  font-family: "Noto Sans JP", sans-serif;
}

/*----------------------------------------
〇ヘッダー固定の調整
概要：ヘッダーfixedの場合、メイン画像がヘッダーに隠れる為、その分の余白設定することで、下に隠れないようになる。
※ヘッダー固定の場合のみ調整
------------------------------------------*/
.main-body {
  padding-top: 8rem;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .main-body {
    padding-top: 6rem;
  }
}

.main-body.p-top {
  padding-top: 0;
}

.main-body.p-recruit {
  overflow: visible;
}

body.recruit-site {
  overflow: visible;
}

/*
WordPress管理バーの位置調整
使い方：
WordPress管理バーのずらしたい方向に、位置指定
*/
/*----------------------------
■　Chorome relタグ　自動赤点線の除去
------------------------------*/
body a[rel~=nofollow], body a[rel~=sponsored], body a[rel~=ugc] {
  outline: none !important;
}

/*----------------------------
■ base.scssここまで
------------------------------*/
/*----------------------------
Layout
------------------------------*/
/*----------------------------
■■ フッター　■■
------------------------------*/
/*----------------------------
フッター　テキストカラー初期設定
使い方：colorに、$footer-txt-colorを入力。
color: $footer-txt-color;
------------------------------*/
.l-footer {
  background: #1F3134;
  color: #fff;
  padding: 5.3rem 0 2.6rem;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 6rem 0 2rem;
  }
}
.l-footer a {
  color: #fff;
}
.l-footer .container--l {
  padding: 0 6rem 0 9.8rem;
}
@media screen and (max-width: 1000px) {
  .l-footer .container--l {
    padding: 0 4rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer .container--l {
    padding: 0 2rem;
  }
}
.l-footer__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1000px) {
  .l-footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.l-footer__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: -webkit-fill-available;
  height: -moz-available;
  height: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .l-footer__body {
    display: contents;
  }
}
.l-footer__logo {
  width: 24rem;
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    width: 25rem;
  }
}
.l-footer__company-name {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .l-footer__company-name {
    margin-top: 0.4rem;
    line-height: 2;
  }
}
.l-footer__sns {
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 3.1rem;
}
@media screen and (max-width: 767px) {
  .l-footer__sns {
    margin-top: 2.5rem;
  }
}
.l-footer__sns-link:nth-child(1) {
  width: 3.6rem;
  height: 2.6rem;
}
.l-footer__sns-link:nth-child(2) {
  width: 3rem;
  height: 3rem;
}
.l-footer__copyright {
  font-size: 1rem;
  font-weight: 400;
  line-height: 5.2;
  letter-spacing: 0;
}
@media screen and (max-width: 1000px) {
  .l-footer__copyright {
    margin-top: 2rem;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    display: block;
    text-align: center;
    width: 100%;
    line-height: 1;
  }
}
.l-footer__right {
  margin-top: 2px;
}
@media screen and (max-width: 1000px) {
  .l-footer__right {
    width: 100%;
    margin-top: 3.5rem;
  }
}
.l-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 7.1rem;
}
@media screen and (max-width: 767px) {
  .l-footer__nav {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 0 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem 0;
  }
}
@media screen and (max-width: 420px) {
  .l-footer__nav {
    -ms-grid-columns: 15.5rem 1fr;
    grid-template-columns: 15.5rem 1fr;
  }
}
.l-footer__nav-subgroup:nth-child(n+2) {
  margin-top: 0.7rem;
}
@media screen and (max-width: 767px) {
  .l-footer__nav-subgroup:nth-child(n+2) {
    margin-top: 1.2rem;
  }
}
.l-footer__nav-title {
  font-size: 2rem;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  line-height: 2.5;
  letter-spacing: 0;
}
.l-footer__nav-link {
  font-size: 1.4rem;
  line-height: 2.1428571429;
  letter-spacing: 0;
  padding-left: 2rem;
  position: relative;
}
.l-footer__nav-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1rem;
  height: 1px;
  background: #fff;
}
.l-footer__nav-link.m-external {
  padding-right: 2rem;
}
.l-footer__nav-link.m-external::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.4rem;
  height: 1.4rem;
  background: url(../images/common/link.svg) no-repeat center center/contain;
}
.l-footer__nav-item {
  font-size: 1.4rem;
  line-height: 2.1428571429;
}
.l-footer__bottom {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #fff;
}
.l-footer__sub-nav {
  margin-top: 5rem;
  padding-top: 3.6rem;
  border-top: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6.4rem;
}
@media screen and (max-width: 767px) {
  .l-footer__sub-nav {
    margin-top: 4.7rem;
    padding-top: 3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.l-footer__sub-nav.pc-only {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .l-footer__sub-nav.pc-only {
    display: none;
  }
}
.l-footer__sub-nav.sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-footer__sub-nav.sp-only {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__sub-nav-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 3rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 3rem;
  }
}
.l-footer__sub-nav-item {
  font-size: 1.4rem;
  line-height: 2.5714285714;
  letter-spacing: 0;
}
.l-footer__sub-nav-link {
  font-size: 1.4rem;
  line-height: 2.5714285714;
  letter-spacing: 0;
  position: relative;
  white-space: nowrap;
}
.l-footer__sub-nav-link.m-external {
  padding-right: 3rem;
}
.l-footer__sub-nav-link.m-external::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.4rem;
  height: 1.4rem;
  background: url(../images/common/link.svg) no-repeat center center/contain;
}

.l-footer-kobalog {
  padding-top: 6rem;
}
.l-footer-kobalog .container--l {
  padding: 0 9.8rem;
}
@media screen and (max-width: 1000px) {
  .l-footer-kobalog .container--l {
    padding: 0 4rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer-kobalog .container--l {
    padding: 0 2rem;
  }
}
.l-footer-kobalog .l-footer__inner {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .l-footer-kobalog .l-footer__inner {
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    gap: 7.1rem;
  }
}
.l-footer-kobalog .l-footer__logo {
  width: 30.2rem;
}
@media screen and (max-width: 767px) {
  .l-footer-kobalog .l-footer__logo {
    width: 25rem;
  }
}
.l-footer-kobalog .l-footer__name {
  margin-top: 4.5rem;
  font-size: 3rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .l-footer-kobalog .l-footer__name {
    margin-top: 0;
    font-size: 2rem;
    line-height: 3.1;
  }
}
@media screen and (max-width: 767px) {
  .l-footer-kobalog .l-footer__sns {
    margin-top: 0;
  }
}
.l-footer-kobalog .l-footer-kobalog__right {
  padding-bottom: 1.5rem;
}
.l-footer-kobalog .l-footer-kobalog__btn .c-btn {
  min-height: 6.2rem;
}
@media screen and (max-width: 767px) {
  .l-footer-kobalog .l-footer-kobalog__btn {
    text-align: center;
  }
  .l-footer-kobalog .l-footer-kobalog__btn .c-btn {
    min-height: 4rem;
    min-width: 29.5rem;
    max-width: 29.5rem;
  }
}
.l-footer-kobalog .l-footer-kobalog__copyright {
  margin-top: 5.4rem;
  display: block;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .l-footer-kobalog .l-footer-kobalog__copyright {
    margin-top: 6.9rem;
    text-align: center;
  }
}

/*----------------------------
header.php
------------------------------*/
.home .l-header {
  background: rgba(31, 49, 52, 0.5);
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.home .l-header.is-scrolled, .home .l-header:has(.l-header__drawer-btn.active), .home .l-header:has(.l-header__nav-wrap--pc .l-header__nav-item--has-child.is-subopen) {
  background: rgb(31, 49, 52);
}

.l-header {
  background: rgb(31, 49, 52);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  /*----------------------------
  PCヘッダー
  ------------------------------*/
  /*----------------------------
  ロゴ設定
  ------------------------------*/
  /*----------------------------
  ナビラップ
  ------------------------------*/
  /*----------------------------
  ナビリスト
  ------------------------------*/
  /*----------------------------
  〇ナビ設定
  ------------------------------*/
  /*----------------------------
  ■ハンバーガーメニュー■
  ------------------------------*/
  /*----------------------------
  ■バーガーメニュー表示設定
  ------------------------------*/
  /*----------------------------
  ■バーガーメニュー　線
  ------------------------------*/
  /*----------------------------
  MENU/CLOSE文字の設定
  ------------------------------*/
  /*----------------------------
  ■ ctaボタン
  ------------------------------*/
  /*----------------------------
  ■バーガーメニュ左に配置
  使い方：l-header__drawerに、leftクラスを付与すると、左側のメニューに変更可能
  ------------------------------*/
}
.l-header .container {
  margin: 0;
  max-width: unset;
  width: 100%;
  padding: 0 3.7rem 0 5rem;
}
@media screen and (max-width: 1000px) {
  .l-header .container {
    padding: 0 20px;
  }
}
.l-header__wrap {
  width: 100%;
  height: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1000px) {
  .l-header__wrap {
    height: 6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.l-header__logo-wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 29.5rem;
          flex: 0 0 29.5rem;
}
@media screen and (max-width: 1279px) {
  .l-header__logo-wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 22.6rem;
            flex: 0 0 22.6rem;
  }
}
@media screen and (max-width: 1000px) {
  .l-header__logo-wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 18.1rem;
            flex: 0 0 18.1rem;
  }
}
.l-header__logo-wrap a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header__nav-wrap--pc {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
.l-header__nav-wrap--pc .l-header__nav-lists {
  height: 100%;
}
.l-header__nav-wrap--pc .l-header__nav-item--has-child {
  position: relative;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.l-header__nav-wrap--pc .l-header__nav-item--has-child > a {
  pointer-events: none;
}
.l-header__nav-wrap--pc .l-header__nav-item--has-child > a:hover {
  opacity: 1;
}
@media screen and (max-width: 1000px) {
  .l-header__nav-wrap--pc {
    display: none;
  }
}
.l-header__nav-wrap--sp {
  display: none;
}
@media screen and (max-width: 1000px) {
  .l-header__nav-wrap--sp {
    display: block;
    background: #1e2d31;
    color: #fff;
    width: 100%;
    padding-top: 1.8rem;
    padding-bottom: 10rem;
    -webkit-transform: translate(200%);
            transform: translate(200%);
    overflow-y: auto;
    height: 100%;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    position: fixed;
    top: 6rem;
    right: 0;
    z-index: 1000;
  }
  .l-header__nav-wrap--sp.open {
    -webkit-transform: translate(0);
            transform: translate(0);
    height: 100%;
    padding-bottom: 10rem;
  }
  .l-header__nav-wrap--sp.open .l-header__nav-item {
    display: block;
  }
}
.l-header__nav-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header__nav-wrap--sp .l-header__nav-lists {
  display: block;
  margin-top: 2rem;
}
.l-header__nav-item {
  font-size: 1.4rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  line-height: 4.4285714286;
  letter-spacing: 0;
  padding: 0 1.65rem;
}
.l-header__nav-wrap--sp .l-header__nav-item {
  display: none;
  width: calc(100% - 4.8rem);
  font-size: 2rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  margin: 0 auto;
  padding: 0;
  border-bottom: 1px solid #fff;
}
.l-header__nav-wrap--sp .l-header__nav-item > a {
  display: block;
  width: 100%;
  padding: 1.2rem 2rem 1.2rem 1.6rem;
  color: #fff;
}
.l-header__nav-wrap--sp .l-header__nav-item:first-child {
  position: relative;
}
.l-header__nav-wrap--sp .l-header__nav-item:first-child > a {
  padding: 2rem 2rem 2rem 1.6rem;
}
.l-header__nav-wrap--sp .l-header__nav-item:first-child::after {
  content: "";
  position: absolute;
  right: 3.2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.4rem;
  height: 1.4rem;
  -webkit-mask-image: url("../images/common/arrow.svg");
          mask-image: url("../images/common/arrow.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #fff;
}
.l-header__nav-item a {
  color: #fff;
}
.l-header__nav-item--has-child {
  position: static;
}
.l-header__nav-wrap--sp .l-header__nav-item--has-child {
  cursor: pointer;
}
.l-header__nav-wrap--pc .l-header__nav-item--has-child.is-subopen::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 1.6rem;
  right: 1.6rem;
  height: 3px;
  background: #fff;
}
.l-header__nav-wrap--pc .l-header__nav-item--has-child.is-subopen .l-header__submenu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.l-header__nav-wrap--sp .l-header__nav-item--has-child.is-accordion-open .l-header__nav-item-head {
  padding-bottom: 0;
}
.l-header__nav-wrap--sp .l-header__nav-item--has-child.is-accordion-open .l-header__submenu {
  max-height: 30rem;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.l-header__nav-wrap--sp .l-header__nav-item--has-child.is-accordion-open .l-header__submenu-toggle-icon::after {
  opacity: 0;
  -webkit-transform: translateX(-50%) scaleY(0);
          transform: translateX(-50%) scaleY(0);
}
.l-header__nav-wrap--sp .l-header__nav-item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
  width: 100%;
  padding: 1.2rem 2rem 1.2rem 1.6rem;
}
.l-header__nav-wrap--sp .l-header__nav-item-head > a {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #fff;
}
.l-header__submenu-toggle {
  display: none;
}
.l-header__nav-wrap--sp .l-header__submenu-toggle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 3.2rem;
  height: 3.2rem;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}
.l-header__submenu-toggle-icon {
  position: relative;
  width: 1.4rem;
  height: 1.4rem;
}
.l-header__submenu-toggle-icon::before, .l-header__submenu-toggle-icon::after {
  content: "";
  position: absolute;
  background: #fff;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease, -webkit-transform 0.2s ease;
}
.l-header__submenu-toggle-icon::before {
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-header__submenu-toggle-icon::after {
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.l-header__submenu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: rgb(31, 49, 52);
  border-top: 1px solid #fff;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 999;
}
.l-header__nav-wrap--pc .l-header__submenu {
  position: fixed;
  top: 8rem;
  left: 0;
  width: 100%;
  margin-top: 0;
  padding-top: 0;
}
.l-header__nav-wrap--sp .l-header__submenu {
  position: static;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background: transparent;
  border-top: none;
  padding: 0 2.2rem 0 3.3rem;
  -webkit-transition: max-height 0.3s ease, opacity 0.2s ease, visibility 0.2s ease;
  transition: max-height 0.3s ease, opacity 0.2s ease, visibility 0.2s ease;
}
.l-header__submenu-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12.6rem;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 2.4rem 6.4rem;
}
.l-header__nav-wrap--sp .l-header__submenu-inner {
  display: block;
  padding: 0;
}
.l-header__submenu-title {
  font-family: "Open Sans", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 2.0666666667;
  color: #fff;
  letter-spacing: 0;
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-right: 6.5rem;
  border-right: 1px solid #fff;
}
.l-header__nav-wrap--sp .l-header__submenu-title {
  display: none;
}
.l-header__submenu-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
}
.l-header__nav-wrap--sp .l-header__submenu-lists {
  display: block;
  padding: 0;
  margin-top: 2px;
  margin-bottom: 12px;
}
.l-header__submenu-item {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 3.875;
  letter-spacing: 0;
}
.l-header__submenu-item a {
  color: #fff;
  display: block;
  white-space: nowrap;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  position: relative;
  padding-right: 2.5rem;
}
.l-header__submenu-item a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.5rem;
  height: 1rem;
  -webkit-mask-image: url("../images/common/arrow.svg");
          mask-image: url("../images/common/arrow.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #fff;
}
.l-header__submenu-item a:hover {
  opacity: 0.7;
}
.l-header__nav-wrap--sp .l-header__submenu-item {
  font-size: 1.4rem;
  line-height: 2.8571428571;
  font-weight: 400;
}
.l-header__nav-wrap--sp .l-header__submenu-item a::after {
  right: 1.5rem;
}
.l-header__nav-wrap--sp .l-header__submenu-item.link a::after {
  width: 1.4rem;
  height: 1.4rem;
  right: 1rem;
  -webkit-mask-image: url("../images/common/link.svg");
          mask-image: url("../images/common/link.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #fff;
}
.l-header__nav-btn {
  width: calc(100% - 4.8rem);
  margin: 0 auto;
  text-align: center;
}
.l-header__nav-btn .c-btn {
  min-width: 29.5rem;
  max-width: 29.5rem;
  min-height: 4rem;
  margin-inline: auto;
}
.l-header__nav-btn .c-btn__txt::after {
  border: none;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.4rem;
  height: 1.4rem;
  right: -2.5rem;
  background: url("../images/common/link.svg") no-repeat center center/contain;
}
.l-header__nav-lists-other {
  width: calc(100% - 4.8rem);
  margin: 0 auto;
  margin-top: 2.5rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2.1rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.2rem 2.1rem;
  padding: 0 1.6rem;
}
.l-header__nav-lists-other-item a {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.5714285714;
  letter-spacing: 0;
  color: #fff;
  white-space: nowrap;
}
.l-header__nav-sns {
  width: calc(100% - 4.8rem);
  margin: 0 auto;
  margin-top: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
  padding: 0 1.6rem;
}
.l-header__drawer {
  display: none;
}
@media screen and (max-width: 1000px) {
  .l-header__drawer {
    display: block;
  }
}
.l-header__drawer-bar {
  background-color: #fff;
  width: 30px;
  height: 2px;
  display: block;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
}
.l-header__drawer-bar.bar--1 {
  top: 0;
}
.l-header__drawer-bar.bar--2 {
  top: 20%;
}
.l-header__drawer-bar.bar--3 {
  top: 40%;
}
.l-header__drawer-menu-txt {
  bottom: 0;
  font-size: 10px;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
  width: 100%;
  position: absolute;
  left: 0;
  text-align: center;
  white-space: nowrap;
}
.l-header__drawer-menu-txt.u-disable--hidetxt {
  display: none;
}
.l-header__drawer-btn {
  width: 32px;
  height: 30px;
  top: 16px;
  right: 20px;
  z-index: 1001;
  position: fixed;
  padding: 0;
  color: #fff;
  letter-spacing: 0.1em;
  cursor: pointer;
  outline: none;
  /*----------------------------
  ■ボタンアクティブ時の制御
  ------------------------------*/
}
.l-header__drawer-btn.active {
  /*----------------------------
  ■メニュタップ時アニメーション　×に変更
  ------------------------------*/
}
.l-header__drawer-btn.active .l-header__drawer-bar {
  width: 23px;
  left: 8px;
  background: #fff;
}
.l-header__drawer-btn.active .u-active--hidetxt {
  display: none;
}
.l-header__drawer-btn.active .u-disable--hidetxt {
  display: block;
}
.l-header__drawer-btn.active .bar--1 {
  -webkit-transform: rotate(0.7853981634rad) translate(-50%, -50%);
          transform: rotate(0.7853981634rad) translate(-50%, -50%);
  top: 15%;
  left: 50%;
}
.l-header__drawer-btn.active .bar--2 {
  opacity: 0;
}
.l-header__drawer-btn.active .bar--3 {
  -webkit-transform: rotate(-0.7853981634rad) translate(-50%, -50%);
          transform: rotate(-0.7853981634rad) translate(-50%, -50%);
  top: 15%;
  left: 50%;
}
.l-header__drawer-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  background: rgba(51, 51, 51, 0.5);
  display: none;
  top: 6.4rem;
  left: 0;
}
.l-header__btn-wrap {
  margin-left: 5vw;
}
@media screen and (max-width: 1279px) {
  .l-header__btn-wrap {
    margin-left: 2.5vw;
  }
}
.l-header__btn {
  background: #0F7ECF;
  border-radius: 3.2rem;
  color: #fff;
  display: -ms-grid;
  display: grid;
  place-items: center;
  width: 16rem;
  height: 4rem;
}
.l-header__btn-txt {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0;
  padding-left: 2.7rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-header__btn-txt {
    font-size: 1.4rem;
  }
}
.l-header__btn-txt::before {
  content: "";
  position: absolute;
  width: 1.9rem;
  height: 1.4rem;
  background: url("../images/common/mail.svg") no-repeat center center/contain;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-header .l-header__drawer.left .l-header__nav-wrap--sp {
  -webkit-transform: translate(-100%);
          transform: translate(-100%);
  right: auto;
  left: 0;
}
.l-header .l-header__drawer.left .l-header__nav-wrap--sp.open {
  -webkit-transform: translate(0);
          transform: translate(0);
}
.l-header .l-header__drawer.left .l-header__drawer-btn {
  right: auto;
  left: 32px;
}

/*----------------------------
Object
------------------------------*/
.back-to-top-wrapper {
  position: fixed;
  z-index: 100;
  width: 10rem;
  right: 2rem;
  bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .back-to-top-wrapper {
    width: 6rem;
  }
}

/*----------------------------
■■ ボタンコンポーネント　■■
使い方
<div class="c-btn__m-size">
  <a href="#" class="c-btn">
    <span class="c-btn__txt">テキスト</span>
  </a>
</div><!-- .c-btn__wrap -->

c-btn__m-sizeのクラス変更で、サイズ調整可能
------------------------------*/
/*----------------------------
■ ボタン基本設定
------------------------------*/
.c-btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  min-width: 24rem;
  max-width: 24rem;
  min-height: 5rem;
  padding: 0 30px;
  background-color: transparent;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  text-align: center;
  /*----------------------------
    ■ ボタンサイズ
    使い方：クラスを変えると、ボタンのサイズが変わる
    ------------------------------*/
  /*
      ・Sサイズ
      ------------------------------*/
  /*
      ・通常サイズ（Mサイズ）
      ------------------------------*/
  /*
    ・（Lサイズ）
    ------------------------------*/
  /*----------------------------
  ■ボタンカラーパターン
  使い方：c-btnにマルチクラスでカラー変更可能
  例）c-btn c-btn--2
  ------------------------------*/
  /*----------------------------
  ■ ボタン位置調整
  使い方：サイズがついているクラスに、マルチクラスをする。
  c-btn__left（左寄せ）
  c-btn__center（中央寄せ）
  c-btn__right（右寄せ）
  例：
  <div class="c-btn__m-size c-btn__center">
  ------------------------------*/
  /*----------------------------
    ■　フォント設定
    ------------------------------*/
  /*----------------------------
      ■ボタンアイコン設定
      使い方：c-btn__txt に、マルチクラスで付与すると、アイコン追加。
      <span class="c-btn__txt c-btn__left-icon">テキスト</span>

      fontawesomeアイコンは、以下より探す
      https://fontawesome.com/search?s=solid%2Cbrands
      ------------------------------*/
  /*
  ・ボタンアイコン左
  ------------------------------*/
  /*
        ・ボタンアイコン右
        ------------------------------*/
}
@media screen and (max-width: 1279px) {
  .c-btn {
    min-width: 20rem;
  }
}
@media screen and (max-width: 767px) {
  .c-btn {
    min-width: 14.5rem;
    max-width: 14.5rem;
  }
}
.c-btn::before {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: 0;
  background-color: transparent;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.c-btn::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background-image: linear-gradient(135deg, #fff 50%, transparent 50%), linear-gradient(135deg, transparent 50%, #fff 50%);
  background-size: calc(9px + 1px) calc(9px + 1px);
  background-repeat: no-repeat;
  background-position: -1px -1px, calc(100% + 1px) calc(100% + 1px);
}
.c-btn:focus, .c-btn:hover {
  opacity: 1;
}
.c-btn:focus::before, .c-btn:hover::before {
  background-color: #fff;
  inset: 0;
}
.c-btn:focus .c-btn__txt, .c-btn:hover .c-btn__txt {
  color: #1c2d30;
}
.c-btn:focus .c-btn__txt::after, .c-btn:hover .c-btn__txt::after {
  border-color: #1c2d30;
}
.c-btn__s-size {
  width: 20rem;
  height: 5rem;
}
@media screen and (max-width: 767px) {
  .c-btn__s-size {
    width: 20rem;
    height: 5rem;
  }
}
.c-btn__m-size {
  width: 32rem;
  height: 6.4rem;
}
@media screen and (max-width: 767px) {
  .c-btn__m-size {
    width: 32rem;
    height: 6.4rem;
  }
}
.c-btn__l-size {
  width: 30rem;
  height: 8rem;
}
@media screen and (max-width: 767px) {
  .c-btn__l-size {
    width: 30rem;
    height: 8rem;
  }
}
.c-btn.c-btn--2 {
  background: #000;
  color: #fff;
}
.c-btn.c-btn--2:hover {
  background: #fff;
  color: #000;
}
.c-btn__left {
  margin: 0 auto 0 0;
}
.c-btn__center {
  margin: 0 auto;
}
.c-btn__right {
  margin: 0 0 0 auto;
}
.c-btn__left-pc {
  margin: 0 auto 0 0;
}
@media screen and (max-width: 767px) {
  .c-btn__left-pc {
    margin: 0;
  }
}
.c-btn__center-pc {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-btn__center-pc {
    margin: 0;
  }
}
.c-btn__right-pc {
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  .c-btn__right-pc {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-btn__left-sp {
    margin: 0 auto 0 0;
  }
}
@media screen and (max-width: 767px) {
  .c-btn__center-sp {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .c-btn__right-sp {
    margin: 0 0 0 auto;
  }
}
.c-btn__margin--x {
  margin: 0 4rem;
}
@media screen and (max-width: 767px) {
  .c-btn__margin--x {
    margin: 0;
  }
}
.c-btn__txt {
  position: relative;
  z-index: 2;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 3.3333333333;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .c-btn__txt {
    font-size: 1.2rem;
    line-height: 1.6666666667;
  }
}
.c-btn__txt::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -18px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.c-btn__txt.pdf {
  padding-left: 3.3rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .c-btn__txt.pdf {
    padding-left: 2rem;
  }
}
.c-btn__txt.pdf::after {
  border: none;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0.4rem;
  width: 2rem;
  height: 2.2rem;
  background: url("../images/common/pdf.svg") no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .c-btn__txt.pdf::after {
    left: -0.7rem;
  }
}
.c-btn:hover .c-btn__txt.pdf::after {
  background: url("../images/common/pdf-white.svg") no-repeat center center/contain;
}
.c-btn__left-icon {
  padding-left: 2rem;
  position: relative;
}
.c-btn__left-icon::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 15px;
  background: url("../images/common/arrow.svg") no-repeat center center/contain;
}
.c-btn:hover .c-btn__left-icon::before {
  background: url("../images/common/arrow_hover.svg") no-repeat center center/contain;
}
.c-btn__right-icon {
  padding-right: 3.1rem;
  position: relative;
}
.c-btn__right-icon::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 7px;
  height: 6px;
  background: url("../images/common/.svg") no-repeat center center/contain;
}
.c-btn:hover .c-btn__right-icon::before {
  background: url("../images/common/.svg") no-repeat center center/contain;
}

button.c-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  font-family: inherit;
}

.c-btn--black {
  border-color: #1F3134;
  background: #fff;
}
.c-btn--black::after {
  background-image: linear-gradient(135deg, #1F3134 50%, transparent 50%), linear-gradient(135deg, transparent 50%, #1F3134 50%);
}
.c-btn--black .c-btn__txt {
  color: #1F3134;
}
.c-btn--black .c-btn__txt::after {
  border-color: #1F3134;
}
.c-btn--black:hover, .c-btn--black:focus {
  background: #1F3134;
}
.c-btn--black:hover::before, .c-btn--black:focus::before {
  background-color: #1F3134;
}
.c-btn--black:hover::after, .c-btn--black:focus::after {
  background-image: linear-gradient(135deg, #1F3134 50%, transparent 50%), linear-gradient(135deg, transparent 50%, #1F3134 50%);
}
.c-btn--black:hover .c-btn__txt, .c-btn--black:focus .c-btn__txt {
  color: #fff;
}
.c-btn--black:hover .c-btn__txt::after, .c-btn--black:focus .c-btn__txt::after {
  border-color: #fff;
}

.pager .wp-pagenavi {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 9.6rem 0 0;
  font-family: "Noto Sans JP", sans-serif;
  max-width: 67%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .pager .wp-pagenavi {
    margin: 7.2rem 0 0;
    max-width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pager .wp-pagenavi::after {
    content: "";
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    height: 0;
  }
  .pager .wp-pagenavi span.current,
  .pager .wp-pagenavi .page,
  .pager .wp-pagenavi .extend {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .pager .wp-pagenavi .nextpostslink,
  .pager .wp-pagenavi .previouspostslink {
    position: static;
    top: auto;
    left: auto;
    right: auto;
    -webkit-transform: none;
            transform: none;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    height: auto;
    margin-top: 6rem;
  }
}
.pager .wp-pagenavi span.current, .pager .wp-pagenavi .page, .pager .wp-pagenavi .first, .pager .wp-pagenavi .last {
  width: 6rem;
  height: 6rem;
  margin: 0 0.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0.1em;
  font-weight: bold;
  border-radius: 0;
  -webkit-transition: 250ms all;
  transition: 250ms all;
}
@media screen and (max-width: 767px) {
  .pager .wp-pagenavi span.current, .pager .wp-pagenavi .page, .pager .wp-pagenavi .first, .pager .wp-pagenavi .last {
    width: 4rem;
    height: 4rem;
    margin: 0 1rem 1rem;
  }
}
.pager .wp-pagenavi span.current {
  background: #2c2c2c;
  color: #fff;
  border: 1px solid #2c2c2c;
}
.pager .wp-pagenavi .page {
  background: transparent;
  color: #2c2c2c;
  border: 1px solid #2c2c2c;
}
.pager .wp-pagenavi .page:hover {
  background: #2c2c2c;
  color: #fff;
  opacity: 1;
}
.pager .wp-pagenavi .first, .pager .wp-pagenavi .last {
  background: transparent;
  color: #2c2c2c;
  border: 1px solid #2c2c2c;
}
.pager .wp-pagenavi .first:hover, .pager .wp-pagenavi .last:hover {
  background: #2c2c2c;
  color: #fff;
  opacity: 1;
}
.pager .wp-pagenavi .nextpostslink, .pager .wp-pagenavi .previouspostslink {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 3.5rem 1.2rem 0.2rem;
  color: #2c2c2c;
  font-weight: bold;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  text-decoration: none;
  border: none;
  border-bottom: 1px solid #2c2c2c;
  -webkit-transition: 250ms all;
  transition: 250ms all;
}
@media screen and (max-width: 767px) {
  .pager .wp-pagenavi .nextpostslink, .pager .wp-pagenavi .previouspostslink {
    height: 4rem;
  }
}
.pager .wp-pagenavi .nextpostslink::before, .pager .wp-pagenavi .previouspostslink::before {
  content: "";
  position: absolute;
  top: 35%;
  right: 0.3rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 7px;
  height: 10px;
  background: url("../images/common/arrow-right.svg") no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .pager .wp-pagenavi .nextpostslink::before, .pager .wp-pagenavi .previouspostslink::before {
    top: 50%;
  }
}
.pager .wp-pagenavi .nextpostslink:hover, .pager .wp-pagenavi .previouspostslink:hover {
  opacity: 0.7;
}
.pager .wp-pagenavi .previouspostslink {
  left: 0;
  padding: 0 0.2rem 1.2rem 3.5rem;
}
@media screen and (max-width: 767px) {
  .pager .wp-pagenavi .previouspostslink {
    padding: 0 0.2rem 0 3.5rem;
  }
}
.pager .wp-pagenavi .previouspostslink::before {
  content: "";
  position: absolute;
  top: 35%;
  left: 0.3rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 7px;
  height: 10px;
  background: url("../images/common/arrow-left.svg") no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .pager .wp-pagenavi .previouspostslink::before {
    top: 50%;
  }
}
.pager .wp-pagenavi .nextpostslink {
  right: 0;
}
@media screen and (max-width: 767px) {
  .pager .wp-pagenavi .nextpostslink {
    padding: 0 3.5rem 0 0.2rem;
  }
}
.pager .wp-pagenavi .extend {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3rem;
  height: 6rem;
  color: #2c2c2c;
  font-weight: bold;
  border: none;
}
@media screen and (max-width: 767px) {
  .pager .wp-pagenavi .extend {
    height: 4rem;
  }
}
.pager .wp-pagenavi .pages {
  display: none !important;
}

.faq__lists {
  width: 100%;
  margin-top: 6.4rem;
}
@media screen and (max-width: 767px) {
  .faq__lists {
    margin-top: 3.2rem;
  }
}
.faq__list-item {
  background: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 1.7rem 3.2rem;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 767px) {
  .faq__list-item {
    padding: 1rem;
    margin-bottom: 1.6rem;
  }
}
.faq__question {
  padding-left: 7.3%;
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .faq__question {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .faq__question {
    padding: 0 2.5rem 0 3.5rem;
  }
}
.faq__question::before {
  content: "";
  background: url("../images/icon-q.svg") no-repeat center center/contain;
  width: 4.6rem;
  height: 4.6rem;
  position: absolute;
  left: 0;
  top: -0.2rem;
}
@media screen and (max-width: 767px) {
  .faq__question::before {
    top: 0.9rem;
    width: 2.3rem;
    height: 2.3rem;
  }
}
.faq__question::after {
  content: "";
  position: absolute;
  width: 3rem;
  height: 3rem;
  background: url("../images/faq_open_icon.svg") no-repeat center center/contain;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .faq__question::after {
    right: 0;
    width: 1.5rem;
    height: 1.5rem;
  }
}
.faq__question.active::after {
  content: "";
  background: url("../images/faq_close_icon.svg") no-repeat center center/contain;
}
.faq__answer {
  padding: 2rem 1rem 2rem 7.3%;
  display: none;
  position: relative;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .faq__answer {
    padding: 1rem 2.5rem 1rem 3.5rem;
  }
}
.faq__answer::before {
  content: "";
  background: url("../images/icon-a.svg") no-repeat center center/contain;
  position: absolute;
  left: 0;
  width: 4.6rem;
  height: 4.6rem;
  top: 1.8rem;
}
@media screen and (max-width: 767px) {
  .faq__answer::before {
    width: 2.3rem;
    height: 2.3rem;
    top: 1.1rem;
  }
}
.faq__answer a {
  text-decoration: underline;
}

/*----------------------------
■■　カードコンポーネント　■■
概要：一覧(archive)などで、カード一覧
を使用する際に、使う事が多いコンポーネント
------------------------------*/
/*----------------------------
■　カード基準設定
------------------------------*/
.c-card {
  /*----------------------------
  ■カードグループ設定
  ------------------------------*/
  /*----------------------------
  ■カード画像設定
  ------------------------------*/
  /*----------------------------
  ■カードタイトル設定
  ------------------------------*/
  /*----------------------------
  ■カードinner設定
  概要：slickを使用する際に、c-cardを直接
  触ると、エラーが起こる。その為、内側のクラスとしてinnerを設けている。
  ------------------------------*/
  /*----------------------------
  ■カードラベル設定
  ------------------------------*/
  /*----------------------------
  ■カードボディ設定
  ------------------------------*/
  /*----------------------------
  ■カード日付設定
  ------------------------------*/
}
.c-card__groups {
  display: -ms-grid;
  display: grid;
  padding: 6.4rem 0 0;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
  row-gap: 4.8rem;
  -ms-grid-columns: 1fr 4rem 1fr 4rem 1fr;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1279px) {
  .c-card__groups {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .c-card__groups {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.c-card__img-wrap {
  margin-bottom: 1.6rem;
  width: 100%;
  position: relative;
  border: 1px solid transparent;
  /*
  ・画像のレスポンシブ設定
  ------------------------------*/
}
.c-card__img-wrap.c-card__img-wrap1x1::before {
  display: block;
  content: "";
  padding-top: 56.25%;
}
.c-card__img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-card__ttl {
  font-weight: normal;
  line-height: 1.43;
}
.c-card__inner {
  -webkit-transition: 250ms all;
  transition: 250ms all;
  position: relative;
}
.c-card__label {
  color: #fff;
  background: #3B454D;
  height: 3.2rem;
  min-width: 16rem;
  padding: 0 1em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 1279px) {
  .c-card__label {
    height: 2.5rem;
  }
}
.c-card__body {
  padding: 0;
}
.c-card__date {
  font-size: 1.2rem;
  font-weight: bold;
  color: #ADADAD;
}
@media screen and (max-width: 767px) {
  .c-card__date {
    font-size: 1.2rem;
  }
}

/*----------------------------
■■ mediaテンプレート　■■
------------------------------*/
.c-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 6.4rem;
}
@media screen and (max-width: 1279px) {
  .c-media {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
@media screen and (max-width: 767px) {
  .c-media {
    display: -ms-grid;
    display: grid;
    justify-items: center;
    max-width: 48rem;
    margin: 0 auto;
    row-gap: 3.2rem;
    padding-bottom: 3.2rem;
  }
}
.c-media.u-pb--0 {
  padding-bottom: 0;
}
.c-media__img-wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 40.25%;
          flex: 0 1 40.25%;
}
@media screen and (max-width: 767px) {
  .c-media__img-wrap {
    max-width: 32rem;
  }
}
.c-media__img-wrap.u-img--l {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 55.55%;
          flex: 0 1 55.55%;
}
.c-media__body {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 48.6%;
          flex: 0 1 48.6%;
}
@media screen and (max-width: 1279px) {
  .c-media__body {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 52.5%;
            flex: 0 1 52.5%;
  }
}
.c-media__ttl {
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding-bottom: 1em;
}
@media screen and (max-width: 1279px) {
  .c-media__ttl {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .c-media__ttl {
    font-size: 2rem;
  }
}
.c-media__btn {
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .c-media__btn {
    margin-top: 1.6rem;
  }
}

/*----------------------------
■■ パンくずコンポーネント　■■
------------------------------*/
.bread-nav__txt {
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  color: #8D8D8D;
}
@media screen and (max-width: 767px) {
  .bread-nav__txt {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    font-size: 1rem;
    line-height: 1.2;
  }
}
.bread-nav__txt .current_item, .bread-nav__txt .current-item {
  color: #1F3134;
}
.bread-nav__txt .post-koba-log {
  display: inline-block;
  text-align: left;
}
.bread-nav__wrapper {
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .bread-nav__wrapper {
    text-align: right;
  }
}
.bread-nav__wrapper a.home {
  white-space: nowrap;
  color: #8D8D8D;
}
.bread-nav__wrapper a.archive {
  white-space: nowrap;
}
.bread-nav__wrapper a.post-root {
  white-space: nowrap;
}

/*----------------------------
■■ お問い合わせテンプレート　■■
------------------------------*/
/*----------------------------
カラー初期設定
------------------------------*/
.p-form {
  /*----------------------------
  ■お問い合わせボックス
  ------------------------------*/
  /*
  ・お問い合わせフローアイコン設定
  ------------------------------*/
  /*
  ・フローアイコン　間の線
  ------------------------------*/
  /*
  ・フローアイコン設定
  ------------------------------*/
  /*----------------------------
  ■入力項目　見出し　設定
  ------------------------------*/
  /*----------------------------
  ■テーブル設定
  ------------------------------*/
  /*----------------------------
  ■ボタンラップ
  ------------------------------*/
  /*----------------------------
  ■確認ページ confirm
  ------------------------------*/
  /*----------------------------
  ■　完了ページ thanks
  ------------------------------*/
  /*----------------------------
  ■recaptchaテキスト
  ------------------------------*/
  /*----------------------------
  ■ トップテキスト
  ------------------------------*/
  /*----------------------------
  ■　必須ラベル
  ------------------------------*/
  /*----------------------------
  ■ safari　ボタンバグ回避
  ------------------------------*/
}
.p-form__box {
  background: transparent;
  padding: 0 1rem 6.4rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-form__box {
    padding-bottom: 3.2rem;
  }
}
.p-form__box .c-heading__sub {
  font-size: 1.8rem;
  font-weight: bold;
  padding-bottom: 1.5em;
}
@media screen and (max-width: 767px) {
  .p-form__box .c-heading__sub {
    font-size: 1.6rem;
  }
}
.p-form__box .p-country-name {
  display: none;
}
.p-form__txt-bottom {
  font-weight: 500;
}
.p-form__flow-icon-inner {
  width: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0;
}
.p-form__flow-icon-inner .u-ls--0 {
  letter-spacing: 0;
}
.p-form__flow-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  padding: 0 0 4.3rem;
}
@media screen and (max-width: 1279px) {
  .p-form__flow-wrap {
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-form__flow-wrap {
    padding-bottom: 2.5rem;
  }
}
.p-form__border {
  width: 9rem;
  background: #1F3134;
  height: 1.5px;
  margin: -1rem 2rem 0;
}
@media screen and (max-width: 767px) {
  .p-form__border {
    width: 3.2rem;
    margin: -1rem 0.8rem 0;
  }
}
.p-form__flow-icon {
  font-size: 1.6rem;
  width: 9.2rem;
  height: 9.2rem;
  border: 1.5px solid #1F3134;
  border-radius: 50%;
  background: #fff;
  color: #1F3134;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  place-items: center;
  letter-spacing: 0;
  margin-bottom: 1.6rem;
  padding-top: 1.3rem;
}
@media screen and (max-width: 767px) {
  .p-form__flow-icon {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-form__flow-icon {
    width: 7rem;
    height: 7rem;
    margin-bottom: 1.3rem;
    padding-top: 0;
  }
}
.p-form__flow-icon.active {
  background: #1F3134;
  color: #fff;
}
.p-form__flow-icon p {
  font-weight: bold;
  line-height: 1;
}
.p-form__flow-icon p.txt {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-form__flow-icon p.txt {
    font-size: 1.8rem;
  }
}
.p-form__heading {
  font-size: 2.4rem;
  color: #333;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding-left: 3rem;
  position: relative;
  margin-bottom: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*
  ・見出し横のマーク設定
  ------------------------------*/
}
@media screen and (max-width: 767px) {
  .p-form__heading {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-form__heading {
    padding-left: 2rem;
  }
}
.p-form__heading::before {
  content: "";
  width: 0.6rem;
  height: 3.2rem;
  background: #0F7ECF;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-form__heading .u-hide--txt {
  font-size: 1.4rem;
  font-weight: 500;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .p-form__heading .u-hide--txt {
    font-size: 1.2rem;
  }
}
.p-form__table-wrap {
  max-width: 70rem;
  margin: 0 auto;
  /*
  ・テーブル行設定
  ------------------------------*/
  /*
  ・非表示テキスト設定（個人情報）
  ------------------------------*/
  /*
  ・ハイフンは入力不要の調整
  ------------------------------*/
  /*
  ・※郵便番号入力で住所が自動表示されます
  の調整
  ------------------------------*/
}
.p-form__table-wrap tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 3rem;
  /*
  ・お名前、ふりがな行設定
  ------------------------------*/
}
.p-form__table-wrap tr.p-form__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /*
  ・お名前、ふりがな　幅設定
  ------------------------------*/
}
.p-form__table-wrap tr.p-form__flex td {
  width: 48%;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-form__table-wrap tr.p-form__flex td {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-form__table-wrap tr.p-form__flex td:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-form__table-wrap tr.p-form__flex td:nth-child(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media screen and (max-width: 767px) {
  .p-form__table-wrap tr.p-form__flex td:nth-child(3) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-form__table-wrap tr.p-form__flex td:nth-child(4) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
.p-form__table-wrap .u-hidden--txt {
  display: none;
}
.p-form__table-wrap .u-hidden--txt.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-form__table-wrap .u-hidden--txt .u-padding--left {
  padding-left: 5rem;
}
.p-form__table-wrap .u-padding--top {
  padding-top: 0.4rem;
  line-height: 1.4;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-form__table-wrap .u-padding--top {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-form__table-wrap .u-padding--top {
    padding-top: 1rem;
  }
}
.p-form__table-wrap .u-padding--y {
  padding: 1rem 0 2.3rem;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-form__table-wrap .u-padding--y {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-form__table-wrap .u-padding--y {
    padding: 1rem 0 2rem;
    line-height: 1.5;
  }
}
.p-form__table-wrap table {
  width: 100%;
}
.p-form__table-wrap input,
.p-form__table-wrap select,
.p-form__table-wrap textarea {
  border-radius: 0 !important;
  font-size: 1.6rem;
  width: 100%;
  background: #fff;
  border: 1px solid #0F7ECF;
  padding: 1.6rem 2rem;
  resize: vertical;
}
@media screen and (max-width: 767px) {
  .p-form__table-wrap input,
  .p-form__table-wrap select,
  .p-form__table-wrap textarea {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-form__table-wrap input,
  .p-form__table-wrap select,
  .p-form__table-wrap textarea {
    padding: 1.2rem 2rem;
  }
}
.p-form__table-wrap input.u-half--width,
.p-form__table-wrap select.u-half--width,
.p-form__table-wrap textarea.u-half--width {
  width: 15rem;
}
.p-form__table-wrap label {
  letter-spacing: 0.1em;
}
.p-form__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 4rem;
}
.p-form__flex .u-blue--link {
  padding: 0 0.2em 0 0.5em;
}
.p-form__btn-wrap {
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  /*
  ・個人情報チェックラベル設定
  ------------------------------*/
}
.p-form__btn-wrap label {
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
}
.p-form__btn-wrap input {
  width: 2.4rem;
  height: 2.4rem;
  margin-top: 0;
}
.p-form__btn-wrap.disable {
  display: none;
}
.p-form__btn-wrap input[type=checkbox]:checked + .p-form__privacy-txt::after {
  opacity: 1;
}
.p-form__btn-wrap .p-form__privacy-txt {
  display: inline-block;
  position: relative;
  padding: 0 0 0 1rem;
  text-align: left;
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 767px) {
  .p-form__btn-wrap .p-form__privacy-txt {
    margin-bottom: 2.4rem;
  }
}
.p-form__btn-wrap .p-form__privacy-txt a {
  color: #0F7ECF;
  text-decoration: underline;
}
.p-form__btn-wrap .p-form__privacy-txt span {
  font-weight: bold;
}
.p-form__btn-wrap .p-form__privacy-txt::after, .p-form__btn-wrap .p-form__privacy-txt::before {
  content: "";
  position: absolute;
  display: block;
}
.p-form__contents-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-form__contents-top {
    font-size: 1.4rem;
    gap: 1rem;
  }
}
.p-form__contents-top span {
  background: #E60012;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4666666667;
  letter-spacing: 0.3em;
  padding: 0 0.6rem;
  border-radius: 0.2rem;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-form__contents-top span {
    font-size: 1.3rem;
    padding: 0 0.6rem;
  }
}
.p-form .smf-form .smf-checkbox-control__control {
  width: 1.8rem;
  height: 1.8rem;
  min-width: 1.8rem;
  min-height: 1.8rem;
  margin: 0;
  padding: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: 1px solid #1F3134;
  border-radius: 0;
  background-color: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  border-radius: 0;
}
.p-form .smf-form .smf-checkbox-control__control:checked {
  background-color: #1F3134;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 10'%3E%3Cpath d='M1 5.2L4.2 8.4 11 1.6' stroke='%23fff' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.2rem 1rem;
}
.p-form .smf-form--simple-table .smf-item {
  border-top: 1px solid #D8D8D8;
  padding: 2.8rem 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8.2rem;
  padding-right: 4rem;
}
@media screen and (max-width: 1279px) {
  .p-form .smf-form--simple-table .smf-item {
    gap: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-form .smf-form--simple-table .smf-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding: 1.6rem 0 2.3rem;
    gap: 2rem;
  }
}
.p-form .smf-form--simple-table .smf-item__col--label {
  max-width: unset;
  min-width: 26rem;
}
@media screen and (max-width: 1279px) {
  .p-form .smf-form--simple-table .smf-item__col--label {
    min-width: 20rem;
  }
}
@media screen and (max-width: 767px) {
  .p-form .smf-form--simple-table .smf-item__col--label {
    min-width: 0;
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    padding-bottom: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-form .smf-form--simple-table .smf-item__col--controls {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
@media screen and (max-width: 767px) {
  .p-form .smf-item__col {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-form .smf-text-control {
    width: 100%;
  }
}
.p-form .smf-item__col--label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
.p-form .smf-item__label__text {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-form .smf-item__label__text {
    font-size: 1.5rem;
  }
}
.p-form .smf-item__description {
  margin-top: 0;
  background: #E60012;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.4666666667;
  letter-spacing: 0.3em;
  padding: 0 0.6rem;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-form .smf-item__description {
    font-size: 1.2rem;
    padding: 0 0.6rem;
  }
}
.p-form .smf-item__col input:not([type=checkbox]):not([type=radio]):not(.addr):not(.smf-text-control__control.addr):not([name=addr]) {
  min-width: 40rem;
  border: 1px solid #8D8D8D;
  padding: 1rem 2rem;
  font-size: 1.6rem;
  line-height: 1.9;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .p-form .smf-item__col input:not([type=checkbox]):not([type=radio]):not(.addr):not(.smf-text-control__control.addr):not([name=addr]) {
    padding: 1rem 1.5rem;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-form .smf-select-control {
    width: 100%;
  }
}
.p-form .smf-select-control__toggle {
  display: none !important;
}
.p-form .smf-item__col select,
.p-form .smf-select-control__control {
  min-width: 40rem;
  border: 1px solid #8D8D8D;
  padding: 1rem 4.5rem 1rem 2rem;
  color: #1F3134;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 7'%3E%3Cpath fill='%231F3134' d='M0 0h10L5 7z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 3rem center;
  background-size: 2rem 1rem;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  font-size: 1.6rem;
  line-height: 1.9;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .p-form .smf-item__col select,
  .p-form .smf-select-control__control {
    width: 100%;
    min-width: 33.5rem;
    max-width: 100%;
    padding: 1rem 4.5rem 1rem 1.5rem;
    background-position: right 1.5rem center;
    background-size: 1.5rem 1rem;
  }
}
.p-form .smf-textarea-control {
  width: 100%;
}
.p-form .smf-textarea-control textarea {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 20rem;
  padding: 1rem 2rem;
  font-size: 1.6rem;
  line-height: 1.9;
  border: 1px solid #8D8D8D;
  border-radius: 0;
}
@media screen and (max-width: 1279px) {
  .p-form .smf-textarea-control textarea {
    height: 18rem;
  }
}
@media screen and (max-width: 767px) {
  .p-form .smf-textarea-control textarea {
    height: 15rem;
  }
}
.p-form .smf-placeholder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-form .smf-placeholder {
    gap: 1rem;
    width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .p-form .smf-placeholder {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-form .smf-placeholder:has(textarea) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  width: 100%;
}
.p-form .smf-control-description {
  font-size: 1.5rem;
  color: #1F3134;
}
@media screen and (max-width: 1279px) {
  .p-form .smf-control-description {
    font-size: 1.3rem;
    white-space: nowrap;
  }
}
@media screen and (max-width: 639px) {
  .p-form .smf-control-description {
    font-size: 1.2rem;
  }
}
.p-form .address-flex {
  width: 100%;
  margin-left: -9.4rem;
}
@media screen and (max-width: 767px) {
  .p-form .address-flex {
    margin-left: -7rem;
  }
}
@media screen and (max-width: 639px) {
  .p-form .address-flex {
    margin-left: 0;
  }
}
.p-form .address-flex:nth-child(n+2) {
  margin-top: 1.4rem;
}
@media screen and (max-width: 639px) {
  .p-form .address-flex:nth-child(n+2) {
    margin-top: 2rem;
  }
}
.p-form .address-flex:nth-child(n+2) .smf-item__col input:not(.addr):not(.smf-text-control__control.addr):not([name=addr]) {
  min-width: 82rem;
}
@media screen and (max-width: 767px) {
  .p-form .address-flex:nth-child(n+2) .smf-item__col input:not(.addr):not(.smf-text-control__control.addr):not([name=addr]) {
    min-width: 0;
  }
}
.p-form .address-flex .wp-block-group {
  display: -ms-grid;
  display: grid;
  width: 100%;
  -ms-grid-columns: 9.4rem 0 minmax(0, 1fr);
  grid-template-columns: 9.4rem minmax(0, 1fr);
  gap: 0;
}
@media screen and (max-width: 767px) {
  .p-form .address-flex .wp-block-group {
    -ms-grid-columns: 7rem minmax(0, 1fr);
    grid-template-columns: 7rem minmax(0, 1fr);
    margin-left: 0;
  }
}
.p-form .address-flex .smf-item__col,
.p-form .address-flex .smf-text-control {
  min-width: 100%;
  width: 100%;
}
.p-form .address-flex .smf-text-control:has(input.addr),
.p-form .address-flex .smf-text-control:has(input[name=addr]),
.p-form .smf-text-control.addr,
.p-form .smf-text-control:has(input.addr),
.p-form .smf-text-control:has(input[name=addr]) {
  width: 100%;
  display: block;
}
.p-form .address-flex .smf-text-control:has(input[name=zip]) {
  min-width: 40rem;
  max-width: 40rem;
}
@media screen and (max-width: 767px) {
  .p-form .address-flex .smf-text-control:has(input[name=zip]) {
    width: 15.5rem;
    min-width: 15.5rem;
    max-width: 15.5rem;
  }
}
.p-form .address-flex .smf-item__col .smf-text-control.addr input,
.p-form .address-flex .smf-item__col input.addr,
.p-form .address-flex .smf-item__col input.smf-text-control__control.addr,
.p-form .address-flex .smf-item__col input[name=addr],
.p-form .smf-text-control.addr input,
.p-form .smf-text-control input.addr,
.p-form .smf-text-control input.smf-text-control__control.addr,
.p-form .smf-text-control input[name=addr],
.p-form input.addr,
.p-form input.smf-text-control__control.addr,
.p-form input[name=addr] {
  width: 100%;
  max-width: 100%;
  min-width: calc(100% + 9.4rem);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #8D8D8D;
  padding: 1rem 2rem;
  font-size: 1.6rem;
  line-height: 1.9;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .p-form .address-flex .smf-item__col .smf-text-control.addr input,
  .p-form .address-flex .smf-item__col input.addr,
  .p-form .address-flex .smf-item__col input.smf-text-control__control.addr,
  .p-form .address-flex .smf-item__col input[name=addr],
  .p-form .smf-text-control.addr input,
  .p-form .smf-text-control input.addr,
  .p-form .smf-text-control input.smf-text-control__control.addr,
  .p-form .smf-text-control input[name=addr],
  .p-form input.addr,
  .p-form input.smf-text-control__control.addr,
  .p-form input[name=addr] {
    padding: 1rem 1.5rem;
    width: 26.5rem;
    min-width: 26.5rem;
    max-width: 26.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-form .address-flex .smf-item__col .smf-text-control.tel input,
  .p-form .address-flex .smf-item__col input.tel,
  .p-form .smf-text-control.tel input,
  .p-form .smf-text-control input.tel,
  .p-form input[name=tel] {
    width: 22.5rem;
    min-width: 22.5rem;
    max-width: 22.5rem;
  }
}
.p-form .smf-placeholder:has(.smf-checkboxes-control) {
  margin-top: 3.9rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}
@media screen and (max-width: 767px) {
  .p-form .smf-placeholder:has(.smf-checkboxes-control) {
    margin-top: 0.3rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-form .smf-placeholder:has(.smf-error-messages):not(:has(.smf-checkboxes-control)) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0;
}
.p-form .smf-form .smf-checkbox-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.3rem;
}
@media screen and (max-width: 767px) {
  .p-form .smf-form .smf-checkbox-control {
    gap: 1rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 1.4rem;
    line-height: 1.9;
  }
}
.p-form .smf-form .smf-checkbox-control__label a,
.p-form .smf-form .smf-checkbox-control__label .p-form__privacy-link {
  color: #1F3134;
  text-decoration: underline;
}
.p-form .smf-form .smf-checkbox-control__label a:hover,
.p-form .smf-form .smf-checkbox-control__label .p-form__privacy-link:hover {
  opacity: 0.7;
}
.p-form .smf-form .smf-checkbox-control input {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-form .smf-form .smf-checkbox-control input {
    margin-top: 0.5rem;
  }
}
.p-form .smf-form--simple-table + .smf-action {
  margin: 9rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.4rem 6rem;
}
@media screen and (max-width: 767px) {
  .p-form .smf-form--simple-table + .smf-action {
    margin: 5rem 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.4rem;
  }
}
.p-form .smf-form--simple-table + .smf-action .smf-button-control {
  display: inline-block;
}
.p-form .smf-form--simple-table + .smf-action .smf-button-control__control:not([data-action=back]) {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  pointer-events: auto;
  font-family: inherit;
  background: none;
  border: 1px solid #000;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .p-form .smf-form--simple-table + .smf-action .smf-button-control .c-btn {
    min-width: 29.5rem;
    max-width: 29.5rem;
    min-height: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-form .smf-form--simple-table + .smf-action .smf-button-control .c-btn__txt::after {
    right: -24px;
  }
}
.p-form .smf-form--simple-table + .smf-action .p-form__back-btn {
  min-width: auto;
  max-width: none;
  width: auto;
  min-height: 0;
  padding: 0 0.2rem 1.2rem;
  background: transparent;
  border: none;
  border-bottom: 1px solid #1F3134;
  border-radius: 0;
  color: #1F3134;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  text-decoration: none;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
@media screen and (max-width: 767px) {
  .p-form .smf-form--simple-table + .smf-action .p-form__back-btn {
    font-size: 1.4rem;
    padding-bottom: 0.8rem;
  }
}
.p-form .smf-form--simple-table + .smf-action .p-form__back-btn::before, .p-form .smf-form--simple-table + .smf-action .p-form__back-btn::after {
  display: none;
}
.p-form .smf-form--simple-table + .smf-action .p-form__back-btn:hover {
  opacity: 0.7;
}
.p-form__confirm-btn-groups {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 6rem auto;
  grid-template-columns: repeat(2, auto);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 3rem;
  -webkit-column-gap: 6rem;
     -moz-column-gap: 6rem;
          column-gap: 6rem;
  padding-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-form__confirm-btn-groups {
    -ms-grid-columns: (auto)[1];
    grid-template-columns: repeat(1, auto);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 0;
  }
}
.p-form__confirm-btn-groups .c-btn__m-size {
  width: 24rem;
}
.p-form__confirm-btn-groups .c-btn__m-size:nth-child(1) {
  justify-self: flex-end;
}
@media screen and (max-width: 767px) {
  .p-form__confirm-btn-groups .c-btn__m-size:nth-child(1) {
    -ms-grid-column-align: center;
        justify-self: center;
  }
}
.p-form__confirm-btn-groups .c-btn__m-size:nth-child(2) {
  justify-self: flex-start;
}
@media screen and (max-width: 767px) {
  .p-form__confirm-btn-groups .c-btn__m-size:nth-child(2) {
    -ms-grid-column-align: center;
        justify-self: center;
  }
}
.p-form__wrapper {
  padding-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-form__wrapper {
    padding-top: 4rem;
  }
}
.p-form .smf-action {
  margin-top: 6rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.2rem;
}
.p-form__thanks-ttl {
  text-align: center;
  font-size: 3.4rem;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1279px) {
  .p-form__thanks-ttl {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-form__thanks-ttl {
    text-align: left;
  }
}
.p-form__thanks-txt {
  margin-top: 1.8rem;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-form__thanks-txt {
    margin-top: 3rem;
    text-align: left;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }
}
.p-form__thanks-btn {
  margin-top: 5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-form__thanks-btn {
    margin-top: 6rem;
  }
}
.p-form__thanks-btn .c-btn {
  min-height: 6rem;
}
@media screen and (max-width: 767px) {
  .p-form__thanks-btn .c-btn {
    min-width: 20rem;
    min-height: 4rem;
  }
}
.p-form__thanks-btn-groups {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 4.8rem;
  -webkit-column-gap: 6.4rem;
     -moz-column-gap: 6.4rem;
          column-gap: 6.4rem;
}
@media screen and (max-width: 767px) {
  .p-form__thanks-btn-groups {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-form__thanks-btn-groups .c-btn__m-size:nth-child(1) {
  justify-self: flex-end;
}
@media screen and (max-width: 767px) {
  .p-form__thanks-btn-groups .c-btn__m-size:nth-child(1) {
    -ms-grid-column-align: center;
        justify-self: center;
  }
}
.p-form__thanks-btn-groups .c-btn__m-size:nth-child(1) a {
  color: #0F7ECF;
}
.p-form__thanks-btn-groups .c-btn__m-size:nth-child(2) {
  justify-self: flex-start;
}
@media screen and (max-width: 767px) {
  .p-form__thanks-btn-groups .c-btn__m-size:nth-child(2) {
    -ms-grid-column-align: center;
        justify-self: center;
  }
}
.p-form__recaptcha-txt {
  font-size: 1.2rem;
  text-align: center;
  padding-bottom: 4rem;
}
.p-form__txt-top {
  font-size: 1.8rem;
  color: #1F3134;
  font-weight: bold;
  line-height: 1.9;
  padding-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-form__txt-top {
    font-size: 1.6rem;
  }
}
.p-form__tel-wrap {
  text-align: center;
  padding-bottom: 3.6rem;
}
@media screen and (max-width: 767px) {
  .p-form__tel-wrap {
    padding-bottom: 1.8rem;
  }
}
.p-form__tel-wrap a {
  color: #0F7ECF;
}
.p-form__tel {
  position: relative;
  font-size: 3.6rem;
  font-weight: bold;
  padding-left: 4.5rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-form__tel {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-form__tel {
    padding-left: 3rem;
  }
}
.p-form__tel::before {
  content: "\f095";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  color: #0F7ECF;
  left: 0;
  top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-form__tel::before {
    top: 0.6rem;
  }
}
.p-form__tel-txt {
  font-weight: 500;
  padding-top: 2rem;
  line-height: 1.66;
}
.p-form__label {
  background: #AA2C04;
  color: #fff;
  border-radius: 2rem;
  font-weight: bold;
  padding: 0 5px;
  font-size: 1.4rem;
  line-height: 1;
  margin-left: 1em;
  display: -ms-inline-grid;
  display: inline-grid;
  place-items: center;
  width: 6.4rem;
  height: 3.2rem;
  letter-spacing: 0.1em;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-form__label {
    font-size: 1.4rem;
  }
}
.p-form input[type=radio] {
  -webkit-appearance: auto;
  padding: 0;
}
.p-form input#privacy-policy {
  -webkit-appearance: auto;
  -webkit-transform: scale(1);
          transform: scale(1);
  padding: 0;
}

/*----------------------------
■リキャプチャバッヂ削除
------------------------------*/
.grecaptcha-badge {
  visibility: hidden;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: textfield;
  margin: 0;
}

/*----------------------------
■ 送信ボタン
------------------------------*/
button[type=submit]:not(.smf-button-control__control) {
  font-size: 1.6rem;
  background: #ccc;
  color: #fff;
  display: -ms-grid;
  display: grid;
  border: 0;
  place-items: center;
  line-height: 1;
  font-weight: bold;
  pointer-events: none;
  -webkit-transition: all 250ms;
  transition: all 250ms;
}
@media screen and (max-width: 767px) {
  button[type=submit]:not(.smf-button-control__control) {
    font-size: 1.4rem;
  }
}
button[type=submit]:not(.smf-button-control__control).active {
  pointer-events: initial;
  cursor: pointer;
  background: #0F7ECF;
  border: 0;
}
button[type=submit]:not(.smf-button-control__control).active:hover {
  opacity: 0.7;
}
button[type=submit]:not(.smf-button-control__control).u-rev {
  background: #7d7d7d;
  padding: 0;
}

input#privacy-policy {
  -webkit-appearance: auto;
}

label[for=privacy-policy-1] input[id=privacy-policy-1] {
  margin: 0;
  width: 24px;
  height: 24px;
}
label[for=privacy-policy-1] .mwform-checkbox-field-text {
  display: none;
}

input[type=checkbox] {
  padding: 0;
  -webkit-appearance: checkbox;
  width: auto;
  height: auto;
}

input[type=radio] {
  width: 2rem;
  height: 2rem;
  padding: 0;
  margin: 0 10px 0 0;
  -webkit-appearance: auto;
}

.mwform-radio-field label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-kakunin .p-form__label {
  display: none;
}
.p-kakunin .p-form__box input[id=privacy-policy] {
  display: none;
}
.p-kakunin .p-form__box .c-heading__sub {
  color: #1F3134;
  padding-bottom: 1.5em;
}

@media screen and (max-width: 767px) {
  .mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0 !important;
  }
}

/*1.フェードインアニメーションの指定*/
.scroll-fade {
  opacity: 0;
}
@media all and (-ms-high-contrast: none) {
  .scroll-fade {
    opacity: 1;
  }
}

/*一瞬表示されるのを防ぐ*/
.scroll-load {
  opacity: 0;
}
@media all and (-ms-high-contrast: none) {
  .scroll-load {
    opacity: 1;
  }
}

/*2.上下の動きを指定*/
.updown {
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
}

.downup {
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}

.fadeInDown {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.sidebar__ttl {
  color: #0F7ECF;
  font-weight: bold;
  font-family: "bilo", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #707070;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .sidebar__ttl {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .sidebar__ttl {
    margin-bottom: 1.5rem;
  }
}
.sidebar__cat-txt {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .sidebar__cat-txt {
    font-size: 1.4rem;
  }
}
.sidebar__archive-txt {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .sidebar__archive-txt {
    font-size: 1.4rem;
  }
}
.sidebar__flex-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.sidebar__inner-pc {
  width: 26rem;
}
@media screen and (max-width: 767px) {
  .sidebar__inner-sp {
    width: 100%;
    position: static;
  }
}
.archive__wrapper select[name=archive-dropdown] {
  border: 1px solid #c9c6c6;
  padding: 1.2rem 0.5em;
  background: #fff;
}
.archive__conts-wrapper {
  border-bottom: 1px solid #707070;
  width: 65rem;
  margin: 0 auto;
  padding-top: 3rem;
}
@media screen and (max-width: 767px) {
  .archive__conts-wrapper {
    width: 100%;
  }
}

/*----------------------------
■■ 見出しコンポネント　■■
------------------------------*/
.c-heading {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  color: #A6A6A6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media screen and (max-width: 767px) {
  .c-heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.c-heading span {
  display: inline-block;
  margin-right: 1.8rem;
  font-size: 4.6rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  line-height: 1.347826087;
  color: #1F3134;
}
@media screen and (max-width: 767px) {
  .c-heading span {
    margin-right: 0;
    font-size: 3.4rem;
    line-height: 1.6666666667;
    letter-spacing: 0;
  }
}

.c-heading {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  color: #A6A6A6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media screen and (max-width: 767px) {
  .c-heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.c-heading span {
  display: inline-block;
  margin-right: 1.8rem;
  font-size: 4.6rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  line-height: 1.347826087;
  color: #1F3134;
}
@media screen and (max-width: 767px) {
  .c-heading span {
    font-size: 3.6rem;
    line-height: 1.6666666667;
  }
}

.c-heading2 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  color: #A6A6A6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .c-heading2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.c-heading2 span {
  display: inline-block;
  margin-right: 2.4rem;
  font-size: 3rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  line-height: 1;
  color: #1F3134;
}
@media screen and (max-width: 767px) {
  .c-heading2 span {
    font-size: 3.4rem;
    line-height: 1.2;
  }
}

@media screen and (max-width: 767px) {
  .p-single .p-head__text {
    margin-top: 1rem;
    letter-spacing: 0.02em;
  }
}
.p-single .news {
  padding-top: 8rem;
  padding-bottom: 13rem;
}
@media screen and (max-width: 767px) {
  .p-single .news {
    padding-top: 6.3rem;
    padding-bottom: 8rem;
  }
}
.p-single .news__conts-wrapper {
  width: 100%;
  /*----------------------------
  ■画像設定
  ------------------------------*/
  /*----------------------------
  ■見出しレイアウト
  ------------------------------*/
  /*----------------------------
  ■テーブルレイアウト
  ------------------------------*/
  /*----------------------------
  ■　文字装飾レイアウト
  ------------------------------*/
  /*
  ・太文字
  ------------------------------*/
  /*
  ・リスト
  ------------------------------*/
  /*
  ・引用ボックス
  ------------------------------*/
}
.p-single .news__conts-wrapper img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.p-single .news__conts-wrapper a {
  text-decoration: underline;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-single .news__conts-wrapper a:has(.aligncenter) {
  margin: 0 auto;
}
.p-single .news__conts-wrapper a:has(.alignright) {
  margin-left: auto;
}
.p-single .news__conts-wrapper a:has(.alignleft) {
  margin-right: auto;
}
.p-single .news__conts-wrapper .aligncenter {
  display: block;
  margin: 0 auto;
}
.p-single .news__conts-wrapper .alignright {
  margin-left: auto;
  display: block;
}
.p-single .news__conts-wrapper .alignleft {
  margin-right: auto;
  display: block;
}
.p-single .news__conts-wrapper h1 {
  font-size: 4rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-single .news__conts-wrapper h1 {
    font-size: 2rem;
  }
}
.p-single .news__conts-wrapper h2 {
  margin: 3rem 0 2rem;
  font-size: 3.2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-single .news__conts-wrapper h2 {
    font-size: 1.8rem;
  }
}
.p-single .news__conts-wrapper h3 {
  padding-left: 3rem;
  border-left: 3px solid #1E202B;
  margin: 3rem 0 2rem;
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-single .news__conts-wrapper h3 {
    font-size: 1.8rem;
  }
}
.p-single .news__conts-wrapper h4 {
  padding: 0.5rem 2rem;
  border-left: 3px solid #1E202B;
  margin: 3rem 0 2rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-single .news__conts-wrapper h4 {
    font-size: 1.8rem;
  }
}
.p-single .news__conts-wrapper table {
  width: 100%;
  border: 1px solid #acacac;
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 767px) {
  .p-single .news__conts-wrapper table {
    margin-bottom: 2.4rem;
  }
}
.p-single .news__conts-wrapper td {
  border-bottom: 1px solid #acacac;
  border-right: 1px solid #acacac;
  height: 7rem;
  vertical-align: middle;
  padding: 0 3rem;
}
@media screen and (max-width: 767px) {
  .p-single .news__conts-wrapper td {
    padding: 0 1.5rem;
  }
}
.p-single .news__conts-wrapper tr:nth-child(1) {
  background: #1E202B;
  color: #fff;
  font-weight: bold;
  border-right: 1px solid #acacac;
  text-align: center;
}
.p-single .news__conts-wrapper strong,
.p-single .news__conts-wrapper b {
  font-weight: bold;
}
.p-single .news__conts-wrapper ul, .p-single .news__conts-wrapper ol {
  margin-left: 2em;
}
.p-single .news__conts-wrapper ul {
  list-style: disc;
}
.p-single .news__conts-wrapper blockquote {
  position: relative;
  padding: 5px 12px 5px 56px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-style: italic;
  color: #1F3134;
  background: #f4f4f4;
  margin: 3rem 0;
}
.p-single .news__conts-wrapper blockquote::after {
  content: "";
  position: absolute;
  width: 36px;
  height: 36px;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 36px;
  background: url("../images/quote-left-solid.svg") no-repeat center center/contain;
}
.p-single .news__conts-wrapper blockquote p {
  position: relative;
  padding: 0;
  margin: 10px 0;
  z-index: 3;
  line-height: 1.7;
}
.p-single .news__conts-wrapper blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}
.p-single .news__post-nav {
  margin-top: 10rem;
  padding-top: 11.6rem;
  border-top: 1px solid #D8D8D8;
}
@media screen and (max-width: 767px) {
  .p-single .news__post-nav {
    margin-top: 6.3rem;
    padding-top: 5rem;
  }
}
.p-single .news__post-nav-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 2rem;
  max-width: 67%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-single .news__post-nav-inner {
    max-width: 100%;
  }
}
.p-single .news__post-nav-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 3.5rem 1.2rem 0.2rem;
  color: #2c2c2c;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.1em;
  text-decoration: none;
  border-bottom: 1px solid #2c2c2c;
  -webkit-transition: opacity 250ms;
  transition: opacity 250ms;
  position: relative;
}
.p-single .news__post-nav-link::before {
  content: "";
  position: absolute;
  top: 35%;
  right: 0.3rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 7px;
  height: 10px;
  background: url("../images/common/arrow-right.svg") no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .p-single .news__post-nav-link {
    padding: 0 3.5rem 1.2rem 0.2rem;
  }
}
.p-single .news__post-nav-link:hover {
  opacity: 0.7;
}
.p-single .news__post-nav-link.is-disabled {
  visibility: hidden;
  pointer-events: none;
}
.p-single .news__post-nav-link--prev {
  padding: 0 0.2rem 1.2rem 3.5rem;
  position: relative;
}
.p-single .news__post-nav-link--prev::before {
  content: "";
  position: absolute;
  top: 35%;
  left: 0.3rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 7px;
  height: 10px;
  background: url("../images/common/arrow-left.svg") no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .p-single .news__post-nav-link--prev {
    padding: 0 0.2rem 1.2rem 3.5rem;
  }
}
.p-single .news__post-nav-back {
  color: inherit;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: 0;
  padding: 0 0.5rem 0.5rem;
  border-bottom: 1px solid #1F3134;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-single .news__ttl-wrap {
  padding-bottom: 3.2rem;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 6.4rem;
}
@media screen and (max-width: 767px) {
  .p-single .news__ttl-wrap {
    padding-bottom: 1.6rem;
    margin-bottom: 3.2rem;
  }
}
.p-single .news__ttl {
  margin-top: 5rem;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-single .news__ttl {
    margin-top: 1.7rem;
    font-size: 2rem;
    line-height: 1.8;
  }
}
.p-single .news__thumb {
  margin-bottom: 3.2rem;
}
.p-single .news__thumb img {
  width: 100%;
  height: auto;
  aspect-ratio: 241/160;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-single .news__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-single .news__meta {
    margin-top: 0;
    gap: 1rem;
  }
}
.p-single .news__label {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  border: 1px solid #AEAEAE;
  padding: 0.8rem 1rem;
  white-space: nowrap;
  position: relative;
  border-radius: 100px;
  min-width: 15rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-single .news__label {
    font-size: 1.2rem;
  }
}
.p-single .news__date {
  font-size: 1.6rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-single .news__date {
    font-size: 1.4rem;
  }
}
.p-single .news__content {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-single .news__content {
    margin-top: 2rem;
  }
}
.p-single .news__content h2 {
  margin-top: 9.6rem;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-single .news__content h2 {
    margin-top: 4.2rem;
    font-size: 2rem;
    line-height: 1.9;
  }
}
.p-single .news__content h3 {
  margin-top: 7.2rem;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-single .news__content h3 {
    margin-top: 3.6rem;
    font-size: 1.8rem;
    line-height: 1.9;
  }
}
.p-single .news__content h4 {
  margin-top: 6rem;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-single .news__content h4 {
    margin-top: 3.2rem;
    font-size: 1.7rem;
    line-height: 1.9;
  }
}
.p-single .news__content h5 {
  margin-top: 5rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-single .news__content h5 {
    margin-top: 2.8rem;
    font-size: 1.6rem;
    line-height: 1.9;
  }
}
.p-single .news__content h6 {
  margin-top: 4rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-single .news__content h6 {
    margin-top: 2.4rem;
    font-size: 1.5rem;
    line-height: 1.9;
  }
}
.p-single .news__content a {
  color: blue;
  text-decoration: underline;
}
.p-single .news__content p {
  display: block;
  margin: 5rem 0;
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-single .news__content p {
    margin: 2rem 0;
    font-size: 1.4rem;
    line-height: 1.9;
    letter-spacing: 0.05em;
  }
}
.p-single .news__content .wp-block-image {
  margin-bottom: 5rem !important;
}
@media screen and (max-width: 767px) {
  .p-single .news__content .wp-block-image {
    margin-bottom: 2rem !important;
  }
}
.p-single .news__content .wp-block-image + p {
  margin-top: 0;
}
.p-single .news__content .wp-block-gallery {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-single .news__content .wp-block-gallery {
    margin-top: 2rem;
  }
}
.p-single .news__content .wp-block-gallery .wp-block-image {
  margin: 0 !important;
}
.p-single .news__content .wp-block-gallery {
  display: -ms-grid;
  display: grid;
  gap: 3rem;
  margin-bottom: 3rem !important;
}
.p-single .news__content .wp-block-gallery.columns-2 {
  -ms-grid-columns: (1fr)[2] !important;
  grid-template-columns: repeat(2, 1fr) !important;
}
.p-single .news__content .wp-block-gallery.columns-2 .wp-block-image:last-child:nth-child(odd) {
  grid-column: 1/-1;
}
.p-single .news__content .wp-block-gallery.columns-3 {
  -ms-grid-columns: (1fr)[3] !important;
  grid-template-columns: repeat(3, 1fr) !important;
}
.p-single .news__content .wp-block-gallery.columns-3 .wp-block-image:last-child:nth-child(3n+4),
.p-single .news__content .wp-block-gallery.columns-3 .wp-block-image:last-child:nth-child(4) {
  grid-column: 1/-1;
}
.p-single .news__content .wp-block-gallery.columns-3 .wp-block-image:last-child:nth-child(3n+5),
.p-single .news__content .wp-block-gallery.columns-3 .wp-block-image:nth-last-child(2):nth-child(3n+4) {
  -ms-grid-column-span: 15;
  grid-column: span 1.5;
}
.p-single .news__content .wp-block-gallery.columns-4 {
  -ms-grid-columns: (1fr)[4] !important;
  grid-template-columns: repeat(4, 1fr) !important;
}
.p-single .news__content .wp-block-gallery.columns-4 .wp-block-image:last-child:nth-child(4n+5) {
  grid-column: 1/-1;
}
.p-single .news__content .wp-block-gallery.columns-default {
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 6rem) / 3), 1fr)) !important;
}
.p-single .news__content .wp-block-gallery.columns-default .wp-block-image:last-child:nth-child(4) {
  grid-column: 1/-1;
}
@media screen and (max-width: 767px) {
  .p-single .news__content .wp-block-gallery {
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr)) !important;
    margin-bottom: 1rem !important;
  }
}
.p-single .news__content .wp-block-gallery .wp-block-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  width: auto !important;
}
.p-single .news__content .wp-block-gallery .wp-block-image img {
  width: 100%;
  height: auto !important;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 380/253;
}
.p-single .news__content .wp-block-image figcaption {
  position: static !important; /* 位置の固定を解除 */
  color: #1F3134 !important; /* 文字色を読みやすい濃い色に（必要に応じて変更） */
  background: none !important; /* 背景の半透明黒などを消す */
  padding-top: 10px !important; /* 画像との間に少し隙間を作る */
  text-shadow: none !important;
  line-height: 1.5 !important;
}
.p-single .blog {
  padding-bottom: 11rem;
}
@media screen and (max-width: 767px) {
  .p-single .blog {
    padding-top: 5rem;
    padding-bottom: 7.7rem;
  }
}
.p-single .blog .news__post-nav {
  padding-top: 0;
  border-top: none;
}
.p-single .blog__head {
  padding-bottom: 10rem;
  border-bottom: 1px solid #d8d8d8;
}
@media screen and (max-width: 767px) {
  .p-single .blog__head {
    padding-bottom: 4.7rem;
  }
}
.p-single .blog__inner {
  max-width: 74rem;
  margin-inline: auto;
}
.p-single .blog .p-single__thumb img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 740/488;
}
@media screen and (max-width: 767px) {
  .p-single .blog .p-single__thumb img {
    aspect-ratio: 335/221;
  }
}
.p-single .blog .p-single__ttl {
  margin-top: 6rem;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-single .blog .p-single__ttl {
    margin-top: 3rem;
    font-size: 2rem;
    line-height: 1.8;
  }
}
.p-single .blog .p-single__meta {
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p-single .blog .p-single__meta {
    margin-top: 2.3rem;
    gap: 1rem;
  }
}
.p-single .blog .p-single__label {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  border: 1px solid #AEAEAE;
  padding: 0.8rem 1rem;
  white-space: nowrap;
  position: relative;
  border-radius: 100px;
  min-width: 15rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-single .blog .p-single__label {
    font-size: 1.2rem;
  }
}
.p-single .blog .p-single__date {
  font-size: 1.6rem;
  font-family: "Open Sans", sans-serif;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-single .blog .p-single__date {
    font-size: 1.4rem;
  }
}
.p-single .blog__read {
  margin-top: 10rem;
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0;
  max-width: 74rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-single .blog__read {
    margin-top: 5rem;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }
}
.p-single .blog__contents {
  margin-top: 9.7rem;
  max-width: 74rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-single .blog__contents {
    margin-top: 4.6rem;
  }
}
.p-single .blog__contents h2 {
  margin-top: 9.6rem;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-single .blog__contents h2 {
    margin-top: 4.2rem;
    font-size: 2rem;
    line-height: 1.9;
  }
}
.p-single .blog__contents h3 {
  margin-top: 7.2rem;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-single .blog__contents h3 {
    margin-top: 3.6rem;
    font-size: 1.8rem;
    line-height: 1.9;
  }
}
.p-single .blog__contents h4 {
  margin-top: 6rem;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-single .blog__contents h4 {
    margin-top: 3.2rem;
    font-size: 1.7rem;
    line-height: 1.9;
  }
}
.p-single .blog__contents h5 {
  margin-top: 5rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-single .blog__contents h5 {
    margin-top: 2.8rem;
    font-size: 1.6rem;
    line-height: 1.9;
  }
}
.p-single .blog__contents h6 {
  margin-top: 4rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-single .blog__contents h6 {
    margin-top: 2.4rem;
    font-size: 1.5rem;
    line-height: 1.9;
  }
}
.p-single .blog__contents p {
  margin-top: 3rem;
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-single .blog__contents p {
    margin-top: 1.8rem;
    font-size: 1.4rem;
  }
}
.p-single .blog__contents img {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-single .blog__contents img {
    margin-top: 4rem;
  }
}
.p-single .blog__profile {
  margin-top: 6rem;
  padding: 3rem 0;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  max-width: 74rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-single .blog__profile {
    margin-top: 5rem;
    padding: 1.2rem 0 2.3rem;
  }
}
.p-single .blog__profile-ttl {
  font-size: 3rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-single .blog__profile-ttl {
    font-size: 2rem;
    line-height: 1.8;
  }
}
.p-single .blog__profile-contents {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7rem;
}
@media screen and (max-width: 767px) {
  .p-single .blog__profile-contents {
    margin-top: 1.5rem;
    gap: 2rem;
  }
}
.p-single .blog__profile-contents-img {
  width: 21.6216216216%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-single .blog__profile-contents-img {
    width: 29.8507462687%;
  }
}
.p-single .blog__profile-contents-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 160/160;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-single .blog__profile-contents-body {
  width: 69.0540540541%;
}
.p-single .blog__profile-body-position {
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-single .blog__profile-body-position {
    font-size: 1.4rem;
  }
}
.p-single .blog__profile-body-name {
  margin-top: 1rem;
  font-size: 2.5rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-single .blog__profile-body-name {
    font-size: 2.2rem;
  }
}
.p-single .blog__profile-body--txt {
  margin-top: 1.7rem;
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-single .blog__profile-body--txt {
    font-size: 1.4rem;
  }
}
.p-single .blog__items {
  max-width: 74rem;
  margin-inline: auto;
}
.p-single .blog__item {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-single .blog__item {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-single .blog__item:nth-child(n+2) {
    margin-top: 4.5rem;
  }
}
.p-single .blog__item-ttl {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  padding-left: 6rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-single .blog__item-ttl {
    font-size: 2rem;
    line-height: 1.9;
    padding-left: 0;
    text-indent: 1em;
  }
}
.p-single .blog__item-ttl::before {
  content: "";
  position: absolute;
  top: 2rem;
  left: 0;
  width: 4rem;
  height: 4px;
  background: #1F3134;
}
@media screen and (max-width: 767px) {
  .p-single .blog__item-ttl::before {
    top: 1.8rem;
    left: 0.2rem;
    width: 1.7rem;
    height: 3px;
  }
}
.p-single .blog__item-txt {
  margin-top: 2.7rem;
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-single .blog__item-txt {
    margin-top: 1.5rem;
    font-size: 1.4rem;
  }
}
.p-single .blog__item-txt img {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-single .blog__item-txt img {
    margin-top: 4rem;
  }
}

.policy__sec {
  padding-bottom: 9rem;
}
@media screen and (max-width: 767px) {
  .policy__sec {
    padding-bottom: 7.8rem;
  }
}
.policy__conts-wrap {
  padding-top: 9.8rem;
}
@media screen and (max-width: 767px) {
  .policy__conts-wrap {
    padding-top: 6.3rem;
  }
}
.policy__head-txt {
  padding-bottom: 5.5rem;
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .policy__head-txt {
    padding-bottom: 3.5rem;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }
}
.policy__lists .policy__num:nth-child(1) {
  padding-top: 4.3rem;
}
@media screen and (max-width: 767px) {
  .policy__lists .policy__num:nth-child(1) {
    padding-top: 3.8rem;
  }
}
.policy__num {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 4.3rem 0 3rem;
}
@media screen and (max-width: 767px) {
  .policy__num {
    padding: 3.8rem 0 2rem;
    line-height: 1.9;
    letter-spacing: 0;
  }
}
.policy__num.mt-30 {
  padding-top: 3rem;
  padding-bottom: 0.8rem;
}
@media screen and (max-width: 767px) {
  .policy__num.mt-30 {
    padding-top: 2.3rem;
    padding-bottom: 0;
    font-size: 1.6rem;
  }
}
.policy__num.mt-60 {
  padding-top: 6rem;
}
@media screen and (max-width: 767px) {
  .policy__num.mt-60 {
    padding-top: 4.1rem;
  }
}
.policy__txt-wrap {
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .policy__txt-wrap {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }
}
.policy__list {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .policy__list {
    margin-top: 3.2rem;
  }
}
.policy__list li {
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0;
  padding-left: 1.8rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .policy__list li {
    font-size: 1.4rem;
    padding-left: 1rem;
  }
  .policy__list li:nth-child(n+2) {
    margin-top: 1.1rem;
  }
}
.policy__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.4rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.8rem;
  height: 0.8rem;
  background: #000;
}
@media screen and (max-width: 767px) {
  .policy__list li::before {
    top: 1rem;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    width: 0.6rem;
    height: 0.6rem;
  }
}
.policy__contact-wrap {
  margin-top: 10rem;
  padding-top: 10rem;
  border-top: 1px solid #D8D8D8;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .policy__contact-wrap {
    margin-top: 6.6rem;
    padding-top: 6.3rem;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .p-privacy-policy .policy__lists .policy__num:nth-child(1) {
    padding-bottom: 1rem;
  }
  .policy__list {
    margin-top: 2.3rem;
  }
}
.privacy-contact__conts-wrap {
  padding: 0 3rem 3rem 3rem;
  background: #fff;
  border: 1px solid #282828;
  height: 22rem;
  overflow-y: scroll;
  max-width: 90rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .privacy-contact__conts-wrap {
    padding: 0 1rem 1rem 1rem;
    height: 15rem;
  }
}
@media screen and (max-width: 767px) {
  .privacy-contact__lists .privacy-contact__num:nth-child(1) {
    padding-top: 1.5rem;
  }
}
.privacy-contact__txt-wrap {
  line-height: 1.33;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .privacy-contact__txt-wrap {
    font-size: 1.2rem;
  }
}
.privacy-contact__num {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  padding: 1.5em 0 1em;
}
@media screen and (max-width: 767px) {
  .privacy-contact__num {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .privacy-contact__num {
    padding: 1em 0 0.5em;
  }
}

.sub-view__bg {
  height: 32rem;
}
@media screen and (max-width: 767px) {
  .sub-view__bg {
    height: 16rem;
  }
}
.sub-view__bg.bg--feature {
  background: url("../images/common/bg-feature.jpg") no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .sub-view__bg.bg--feature {
    background: url("../images/common/bg-feature.jpg") no-repeat center center/cover;
  }
}
.sub-view__bg.bg--blog {
  background: url("../images/common/bg-blog.jpg") no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .sub-view__bg.bg--blog {
    background: url("../images/common/bg-blog.jpg") no-repeat center center/cover;
  }
}
.sub-view__bg.bg--works {
  background: url("../images/common/bg-works.jpg") no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .sub-view__bg.bg--works {
    background: url("../images/common/bg-works.jpg") no-repeat center center/cover;
  }
}
.sub-view__bg.bg--qa {
  background: url("../images/common/bg-qa.jpg") no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .sub-view__bg.bg--qa {
    background: url("../images/common/bg-qa.jpg") no-repeat center center/cover;
  }
}
.sub-view__bg.bg--contact {
  background: url("../images/common/bg-qa.jpg") no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .sub-view__bg.bg--contact {
    background: url("../images/common/bg-qa.jpg") no-repeat center center/cover;
  }
}
.sub-view__bg.bg--method {
  background: url("../images/common/bg-method.jpg") no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .sub-view__bg.bg--method {
    background: url("../images/common/bg-method.jpg") no-repeat center center/cover;
  }
}
.sub-view__bg.bg--recruit {
  background: url("../images/common/bg-recruit.jpg") no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .sub-view__bg.bg--recruit {
    background: url("../images/common/bg-recruit.jpg") no-repeat center center/cover;
  }
}
.sub-view__bg.bg--about {
  background: url("../images/common/bg-about.jpg") no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .sub-view__bg.bg--about {
    background: url("../images/common/bg-about.jpg") no-repeat center center/cover;
  }
}

@media screen and (max-width: 767px) {
  .p-category .p-head__text {
    margin-top: 1rem;
    letter-spacing: 0.02em;
  }
}
.p-category .cat__sect {
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .p-category .cat__sect {
    padding-bottom: 8rem;
  }
}
.p-category .cat__link-groups {
  max-width: 52rem;
  width: 100%;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  padding-bottom: 4.2rem;
}
@media screen and (max-width: 767px) {
  .p-category .cat__link-groups {
    max-width: 33.5rem;
    -webkit-column-gap: 0.8rem;
       -moz-column-gap: 0.8rem;
            column-gap: 0.8rem;
    -ms-grid-columns: 11.7rem 0.8rem 8.6rem 0.8rem 11.7rem;
    grid-template-columns: 11.7rem 8.6rem 11.7rem;
  }
}
.p-category .cat__link {
  background: #a7a5a5;
  color: #fff;
  text-align: center;
  width: 16rem;
  height: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-category .cat__link {
    width: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 1rem;
  }
}
.p-category .cat__link::before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 0.7rem;
  background: url("../images/price/btn-arrow.svg") no-repeat center center/contain;
  right: 1.3rem;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}
@media screen and (max-width: 767px) {
  .p-category .cat__link::before {
    right: 0.8rem;
  }
}
.p-category .cat__link.active {
  background: #000;
}
.p-category .cat__head-heading {
  font-size: 1.8rem;
  border-left: 4px solid #000;
  letter-spacing: 0;
  line-height: 1.6;
  font-weight: bold;
  padding-left: 1rem;
  margin-bottom: 1.5rem;
}
.p-category .news {
  padding: 10rem 0 19.3rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-category .news {
    padding: 6.3rem 0 12.8rem;
  }
}
.p-category .news::before {
  content: "";
  position: absolute;
  bottom: 10%;
  right: 0;
  width: 34.7rem;
  height: 61rem;
  z-index: -1;
  background: url(../images/common/bg2.png) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .p-category .news::before {
    display: none;
  }
}
.p-category .news__body-ttl {
  position: relative;
  padding-left: 1.9rem;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4545454545;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-category .news__body-ttl {
    font-size: 2rem;
    line-height: 1.45;
  }
}
.p-category .news__body-ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.5rem;
  height: 100%;
  border-radius: 5px;
  background: #0F7ECF;
}
.p-category .news__body {
  margin-top: 7.2rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-category .news__body {
    margin-top: 4rem;
  }
}
.p-category .news__none {
  white-space: nowrap;
}
.p-category .news__item a {
  padding: 1.68rem 3.5rem;
  border-bottom: 1px solid #D8D8D8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.8rem;
}
@media screen and (max-width: 767px) {
  .p-category .news__item a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    padding: 2.5rem 0 2.5rem;
  }
}
.p-category .news__date {
  font-size: 1.6rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
  color: #1F3134;
}
@media screen and (max-width: 767px) {
  .p-category .news__date {
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
}
.p-category .news__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p-category .news__wrap {
    gap: 1rem;
  }
}
.p-category .news__label {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.1428571429;
  border: 1px solid #AEAEAE;
  width: 15rem;
  border-radius: 100px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-category .news__label {
    white-space: nowrap;
    font-size: 1.2rem;
  }
}
.p-category .news__ttl {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-category .news__ttl {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.p-category .news__btn {
  text-align: right;
}
.p-category .news__category-wrap {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  top: 9rem;
}
@media screen and (max-width: 1000px) {
  .p-category .news__category-wrap {
    background: none;
    padding: 0 0 3rem;
  }
}
.p-category .news__category-wrap::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 24rem;
  height: 10.3rem;
  background: url(../images/office/sidebar.png) no-repeat center/contain;
}
@media screen and (max-width: 1000px) {
  .p-category .news__category-wrap::before {
    display: none;
  }
}
.p-category .news__category-wrap-ttl {
  font-size: 2rem;
  line-height: 1.45;
  font-weight: 700;
  padding-left: 2.1rem;
  position: relative;
}
.p-category .news__category-wrap-ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 0.5rem;
  height: 100%;
  background-color: #0F7ECF;
}
.p-category .news__cat-ttl {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-category .news__cat-ttl {
    letter-spacing: 0;
  }
}
.p-category .news__cat-lists {
  margin-top: 2.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-category .news__cat-lists {
    margin-top: 2.2rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1rem 1.7rem;
  }
}
.p-category .news__tag a {
  border: 1px solid #AEAEAE;
  border-radius: 23px;
  text-align: center;
  white-space: nowrap;
  display: inline-block;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1;
  padding: 0.8rem 1.3rem;
  width: 100%;
  min-width: 15rem;
}
@media screen and (max-width: 767px) {
  .p-category .news__tag a {
    font-size: 1.2rem;
    padding: 0.6rem 2rem;
    min-width: 15.8rem;
  }
}
.p-category .news__tag.active a {
  border: none;
  background: #1F3134;
  color: #fff;
}
.p-category .news__no-posts {
  margin-top: 2rem;
  text-align: left;
}
.p-category .blog {
  padding-top: 10.1rem;
  padding-bottom: 10.1rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-category .blog {
    padding-top: 6rem;
    padding-bottom: 7rem;
  }
}
.p-category .blog::before {
  content: "";
  position: absolute;
  bottom: 10%;
  right: 0;
  width: 34.7rem;
  height: 61rem;
  z-index: -1;
  background: url(../images/common/bg2.png) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .p-category .blog::before {
    display: none;
  }
}
.p-category .blog__container {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-category .blog__container {
    margin-top: 6.6rem;
  }
}
.p-category .blog__body-ttl {
  position: relative;
  padding-left: 1.9rem;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4545454545;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-category .blog__body-ttl {
    font-size: 2rem;
    line-height: 1.45;
  }
}
.p-category .blog__body-ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.5rem;
  height: 100%;
  border-radius: 5px;
  background: #0F7ECF;
}
.p-category .blog__body {
  margin-top: 3.3rem;
}
@media screen and (max-width: 767px) {
  .p-category .blog__body {
    margin-top: 1rem;
  }
}
.p-category .blog__lists {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4rem 1fr 4rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem 4rem;
}
@media screen and (max-width: 767px) {
  .p-category .blog__lists {
    -ms-grid-columns: 1fr 2rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem 2rem;
  }
}
.p-category .blog__no-posts {
  margin-top: 2rem;
  text-align: left;
}
.p-category .blog__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  color: inherit;
}
@media screen and (max-width: 767px) {
  .p-category .blog__item {
    gap: 1rem;
    height: unset;
  }
}
.p-category .blog__item img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 241/160;
}
@media screen and (max-width: 767px) {
  .p-category .blog__item img {
    aspect-ratio: 150/90;
  }
}
.p-category .blog__new {
  content: "";
  position: absolute;
  top: -2rem;
  left: 0;
  z-index: 1;
  text-align: center;
  font-size: 1.6rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  line-height: 0.875;
  letter-spacing: 0;
}
@media screen and (max-width: 1279px) {
  .p-category .blog__new {
    top: -1.7rem;
  }
}
@media screen and (max-width: 767px) {
  .p-category .blog__new {
    width: 5.6rem;
    height: 2.9rem;
    font-size: 1.4rem;
  }
}
.p-category .blog__body-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-category .blog__body-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    margin-top: 0;
  }
}
.p-category .blog__item-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 241/160;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-category .blog__item-img img {
    min-width: 15rem;
    max-width: 15rem;
    aspect-ratio: 150/90;
  }
}
.p-category .blog__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p-category .blog__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.5rem;
  }
}
.p-category .blog__date {
  font-size: 1.6rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  white-space: nowrap;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-category .blog__date {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
}
.p-category .blog__date::before {
  content: "";
  position: absolute;
  top: 1.4rem;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.4rem;
  height: 2.4rem;
  background: url(../images/common/time.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .p-category .blog__date::before {
    top: 1.1rem;
    width: 1.6rem;
    height: 1.6rem;
  }
}
.p-category .blog__date-day {
  display: block;
}
.p-category .blog__label {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.1428571429;
  border: 1px solid #AEAEAE;
  width: 15rem;
  border-radius: 100px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-category .blog__label {
    white-space: nowrap;
    font-size: 1.2rem;
    line-height: 2.0833333333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}
.p-category .blog__ttl {
  font-size: 1.6rem;
  margin-top: 1.1rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
@media screen and (max-width: 767px) {
  .p-category .blog__ttl {
    margin-top: 1rem;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    font-size: 1.4rem;
    line-height: 1.5;
    -webkit-line-clamp: 4;
    line-clamp: 4;
  }
}
.p-category .blog__none {
  white-space: nowrap;
}
.p-category .blog__btn {
  text-align: right;
}
.p-category .blog__category-wrap {
  border-radius: 10px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 1000px) {
  .p-category .blog__category-wrap {
    background: none;
  }
}
.p-category .blog__category-wrap::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 24rem;
  height: 10.3rem;
  background: url(../images/office/sidebar.png) no-repeat center/contain;
}
@media screen and (max-width: 1000px) {
  .p-category .blog__category-wrap::before {
    display: none;
  }
}
.p-category .blog__category-wrap-ttl {
  font-weight: bold;
  font-weight: 700;
  font-size: 1.4rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #0F7ECF;
  margin-bottom: 3rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-category .blog__category-wrap-ttl {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1000px) {
  .p-category .blog__category-wrap-ttl {
    text-align: left;
    margin-bottom: 1.5rem;
    position: relative;
  }
  .p-category .blog__category-wrap-ttl::before, .p-category .blog__category-wrap-ttl::after {
    content: "";
    left: unset;
    position: absolute;
    top: 50%;
    right: 0;
    width: 1.2rem;
    height: 2px;
    background-color: #414141;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .p-category .blog__category-wrap-ttl::before {
    -webkit-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg);
  }
  .p-category .blog__category-wrap-ttl::after {
    -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
  }
  .p-category .blog__category-wrap-ttl.open::after {
    -webkit-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg);
  }
}
.p-category .blog__cat-lists {
  margin-top: 4rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.6rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6rem;
}
@media screen and (max-width: 1000px) {
  .p-category .blog__cat-lists {
    margin-top: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.2rem 0.9rem;
  }
}
.p-category .blog__cat-ttl {
  border: 1px solid #CDE2F2;
  border-radius: 23px;
  background: #CDE2F2;
  text-align: center;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1000px) {
  .p-category .blog__cat-ttl {
    display: inline-block;
  }
}
.p-category .blog__cat-ttl a {
  display: inline-block;
  color: #333;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  padding: 0.4rem 1.4rem;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .p-category .blog__cat-ttl a {
    padding: 0.6rem 1.4rem;
  }
}
.p-category .blog__cat-ttl.all {
  display: block;
  margin-top: 4rem;
  width: 100%;
  color: #0F7ECF;
  background: none;
  border: none;
  border-bottom: 1px solid #0F7ECF;
  border-radius: 0;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-category .blog__cat-ttl.all {
    margin-top: 2rem;
    font-size: 1.6rem;
    padding: 0;
  }
}
.p-category .blog__cat-ttl.all a {
  display: block;
  padding-bottom: 0.8rem;
  color: #0F7ECF;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-category .blog__cat-ttl.all a {
    padding: 1rem;
    font-size: 1.6rem;
  }
}
.p-category .blog__cat-ttl.all::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.8rem;
  height: 1.4rem;
  background: url(../images/common/arrow-blue.svg) no-repeat center center/contain;
}
.p-category .blog__bottom {
  margin-top: 10.2rem;
}
@media screen and (max-width: 767px) {
  .p-category .blog__bottom {
    margin-top: 12rem;
  }
}
.p-category .blog__bottom-ttl {
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-category .blog__bottom-ttl {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.p-category .blog__bottom-item {
  display: block;
  margin-top: 1.8rem;
  position: relative;
  max-width: 96rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-category .blog__bottom-item {
    margin-top: 1.6rem;
    max-width: 100%;
    padding: 0 1rem;
  }
}
.p-category .blog__bottom-item:hover, .p-category .blog__bottom-item:focus {
  opacity: 0.7;
}
.p-category .blog__bottom-item:hover .c-btn--black, .p-category .blog__bottom-item:focus .c-btn--black {
  background: #1F3134;
}
.p-category .blog__bottom-item:hover .c-btn--black::before, .p-category .blog__bottom-item:focus .c-btn--black::before {
  background-color: #1F3134;
}
.p-category .blog__bottom-item:hover .c-btn--black::after, .p-category .blog__bottom-item:focus .c-btn--black::after {
  background-image: linear-gradient(135deg, #1F3134 50%, transparent 50%), linear-gradient(135deg, transparent 50%, #1F3134 50%);
}
.p-category .blog__bottom-item:hover .c-btn--black .c-btn__txt, .p-category .blog__bottom-item:focus .c-btn--black .c-btn__txt {
  color: #fff;
}
.p-category .blog__bottom-item:hover .c-btn--black .c-btn__txt::after, .p-category .blog__bottom-item:focus .c-btn--black .c-btn__txt::after {
  border-color: #fff;
}
.p-category .blog__bottom-btn {
  position: absolute;
  bottom: 2.7rem;
  right: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-category .blog__bottom-btn {
    bottom: 1.5rem;
    right: 2.4rem;
  }
}
.p-category .blog__bottom-btn .c-btn {
  min-height: 4.7rem;
  max-height: 4.7rem;
  min-width: 16rem;
}
@media screen and (max-width: 767px) {
  .p-category .blog__bottom-btn .c-btn {
    min-width: 14.5rem;
    min-height: 4rem;
    max-height: 4rem;
  }
}

/*----------------------------
■■　トップページ　■■
------------------------------*/
.p-top .kv__sect {
  background: #1F3134;
}
.p-top .kv__img img, .p-top .kv__img video {
  display: block;
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1400/787;
  pointer-events: none;
  min-width: 100%;
}
@media screen and (max-width: 767px) {
  .p-top .kv__img img, .p-top .kv__img video {
    aspect-ratio: 3/4;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.p-top-company {
  background: #1F3134;
}
@media screen and (max-width: 767px) {
  .p-top-company {
    margin-top: -2px;
    padding-bottom: 8rem;
  }
}
.p-top-company .c-heading {
  color: #B5B5B5;
}
.p-top-company .c-heading span {
  color: #fff;
}
.p-top-company__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.5rem 1fr 0.5rem 1fr 0.5rem 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
  margin-top: 8.8rem;
}
@media screen and (max-width: 767px) {
  .p-top-company__items {
    margin-top: 5rem;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-top-company__item {
  position: relative;
}
.p-top-company__item-img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 346/400;
}
@media screen and (max-width: 767px) {
  .p-top-company__item-img img {
    aspect-ratio: 185/200;
  }
}
.p-top-company__item-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 8.5rem 5.3rem 3.1rem;
  color: #fff;
  min-height: 23rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 25, 27, 0)), to(rgba(17, 25, 27, 0.7)));
  background: linear-gradient(180deg, rgba(17, 25, 27, 0) 0%, rgba(17, 25, 27, 0.7) 100%);
}
@media screen and (max-width: 1279px) {
  .p-top-company__item-content {
    padding: 8.5rem 2rem 3.1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-company__item-content {
    padding: 0 2rem 2rem;
    min-height: 9.4rem;
  }
}
.p-top-company__item-title {
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 2.8181818182;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1000px) {
  .p-top-company__item-title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-company__item-title {
    font-size: 1.8rem;
    line-height: 2.7777777778;
  }
}
.p-top-company__item-btn .c-btn {
  max-height: 5rem;
}
@media screen and (max-width: 1000px) {
  .p-top-company__item-btn .c-btn {
    min-width: 15rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-company__item-btn .c-btn {
    min-height: 4rem;
    max-height: 4rem;
    min-width: 15rem;
  }
}
.p-top-service {
  padding-top: 8.4rem;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-top-service {
    padding-top: 5.8rem;
  }
}
.p-top-service__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.5rem 1fr 0.5rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
  margin-top: 8.8rem;
}
@media screen and (max-width: 767px) {
  .p-top-service__items {
    margin-top: 5rem;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-top-service__item {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-service__item:first-child {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
  .p-top-service__item:first-child .p-top-service__item-img img {
    aspect-ratio: 335/160;
  }
  .p-top-service__item:first-child .p-top-service__item-content {
    min-height: 7.1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .p-top-service__item:nth-child(n+2) .p-top-service__item-img img {
    aspect-ratio: 165/200;
  }
  .p-top-service__item:nth-child(n+2) .p-top-service__item-content {
    min-height: 9.4rem;
  }
}
.p-top-service__item-img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 396/500;
}
.p-top-service__item-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 8.5rem 7.8rem 3.1rem;
  color: #fff;
  min-height: 23rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 25, 27, 0)), to(rgba(17, 25, 27, 0.7)));
  background: linear-gradient(180deg, rgba(17, 25, 27, 0) 0%, rgba(17, 25, 27, 0.7) 100%);
}
@media screen and (max-width: 1000px) {
  .p-top-service__item-content {
    padding: 8.5rem 2rem 3.1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-service__item-content {
    min-height: 13.5rem;
    padding: 0 1rem 2rem;
  }
}
.p-top-service__item-title {
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 2.8181818182;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1000px) {
  .p-top-service__item-title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-service__item-title {
    font-size: 1.8rem;
    line-height: 1.5;
    margin-left: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-service__item-btn {
    margin-top: 1rem;
  }
}
.p-top-service__item-btn .c-btn {
  max-height: 5rem;
}
@media screen and (max-width: 767px) {
  .p-top-service__item-btn .c-btn {
    min-height: 4rem;
    max-height: 4rem;
  }
}
.p-top-location {
  margin-top: -25.7rem;
  padding: 43.8rem 0 26.4rem;
  background: url("../images/top/bg_location.png") no-repeat center left/cover;
}
@media screen and (max-width: 1279px) {
  .p-top-location {
    padding: 43.8rem 0 10.4rem;
  }
}
@media screen and (max-width: 500px) {
  .p-top-location {
    margin-top: -6.5rem;
    padding: 32.6rem 0 8rem;
    background: url("../images/top/bg_location-sp.png") no-repeat top center/cover;
  }
}
.p-top-location .c-heading {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-top-location .c-heading {
    gap: 0;
  }
}
.p-top-location__body {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: 9rem;
}
@media screen and (max-width: 1279px) {
  .p-top-location__body {
    margin-right: 4rem;
  }
}
@media screen and (max-width: 500px) {
  .p-top-location__body {
    width: 100%;
    margin-right: 0;
  }
}
.p-top-location__btn {
  margin-top: 4.3rem;
}
@media screen and (max-width: 767px) {
  .p-top-location__btn {
    margin-top: 1.8rem;
  }
}
.p-top-location__btn .c-btn {
  min-height: 6rem;
  max-height: unset;
}
@media screen and (max-width: 767px) {
  .p-top-location__btn .c-btn {
    min-height: 4rem;
    max-height: 4rem;
  }
}
.p-top-csr {
  padding-top: 8.4rem;
  background: #1F3134;
}
@media screen and (max-width: 767px) {
  .p-top-csr {
    padding-top: 5.2rem;
  }
}
.p-top-csr .c-heading span {
  color: #fff;
}
.p-top-csr__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.5rem 1fr 0.5rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
  margin-top: 8.8rem;
}
@media screen and (max-width: 767px) {
  .p-top-csr__items {
    margin-top: 5rem;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-top-csr__item {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-csr__item:first-child {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
  .p-top-csr__item:first-child .p-top-csr__item-img img {
    aspect-ratio: 335/160;
  }
  .p-top-csr__item:first-child .p-top-csr__item-content {
    min-height: 7.1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .p-top-csr__item:nth-child(n+2) .p-top-csr__item-img img {
    aspect-ratio: 165/200;
  }
}
.p-top-csr__item-img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 396/357;
}
.p-top-csr__item-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 8.5rem 2.9rem 2.9rem 12.5rem;
  color: #fff;
  min-height: 21.9rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 25, 27, 0)), to(rgba(17, 25, 27, 0.7)));
  background: linear-gradient(180deg, rgba(17, 25, 27, 0) 0%, rgba(17, 25, 27, 0.7) 100%);
}
@media screen and (max-width: 1000px) {
  .p-top-csr__item-content {
    padding: 8.5rem 4rem 2.9rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-csr__item-content {
    min-height: 7.1rem;
    padding: 0 1rem 2rem;
  }
}
.p-top-csr__item-title {
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 2.2727272727;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
@media screen and (max-width: 1000px) {
  .p-top-csr__item-title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-csr__item-title {
    font-size: 1.8rem;
    line-height: 1.5;
    margin-left: 1rem;
  }
}
.p-top-csr__item-btn {
  margin-top: 3px;
  text-align: right;
}
@media screen and (max-width: 1000px) {
  .p-top-csr__item-btn {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-top-csr__item-btn {
    text-align: left;
    margin-top: 1rem;
  }
}
.p-top-csr__item-btn .c-btn {
  max-height: 5rem;
}
@media screen and (max-width: 767px) {
  .p-top-csr__item-btn .c-btn {
    min-height: 4rem;
    max-height: 4rem;
  }
}
.p-top-report {
  border-bottom: 1px solid #D8D8D8;
}
@media screen and (max-width: 767px) {
  .p-top-report {
    padding-bottom: 7rem;
  }
}
.p-top-report__item {
  max-width: 96rem;
  margin-inline: auto;
  position: relative;
}
.p-top-report__item-btn {
  position: absolute;
  bottom: 2.2rem;
  right: 2rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-top-report__item-btn {
    bottom: 1.4rem;
    right: 1rem;
  }
}
.p-top-report__item-btn .c-btn {
  min-height: 6rem;
  background: transparent;
}
@media screen and (max-width: 767px) {
  .p-top-report__item-btn .c-btn {
    min-height: 4rem;
    min-width: 13rem;
    max-width: 13rem;
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .p-top-report__item-btn .c-btn__txt::after {
    right: -1rem;
  }
}
.p-top-news {
  padding-bottom: 1.7rem;
}
@media screen and (max-width: 767px) {
  .p-top-news {
    padding-top: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-news .container {
    display: -ms-grid;
    display: grid;
  }
}
.p-top-news__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-news__head {
    display: contents;
    margin-right: 0;
  }
}
.p-top-news .c-heading {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-top-news .c-heading {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-top-news__items {
  margin-top: 6.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-news__items {
    margin-top: 1.7rem;
  }
}
.p-top-news__item {
  padding: 1.7rem 3.5rem 1.8rem;
  border-bottom: 1px solid #D8D8D8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p-top-news__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.3rem;
    padding: 2.3rem 0 2.5rem;
  }
}
.p-top-news__data {
  font-size: 1.6rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  white-space: nowrap;
  color: #1F3134;
  min-width: 7.2rem;
}
@media screen and (max-width: 767px) {
  .p-top-news__data {
    font-size: 1.4rem;
    line-height: 1.4285714286;
    min-width: unset;
  }
}
.p-top-news__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p-top-news__wrap {
    gap: 1.2rem;
  }
}
.p-top-news__label {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.1428571429;
  border: 1px solid #AEAEAE;
  width: 15rem;
  border-radius: 100px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-top-news__label {
    white-space: nowrap;
    font-size: 1.2rem;
    line-height: 2.0833333333;
  }
}
.p-top-news__ttl {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-top-news__ttl {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.p-top-news__btn {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-top-news__btn {
    margin-top: 2.8rem;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    text-align: left;
  }
}
.p-top-news__btn .c-btn {
  min-height: 6rem;
}
@media screen and (max-width: 767px) {
  .p-top-news__btn .c-btn {
    min-height: 4rem;
  }
}
.p-top-blog {
  padding-bottom: 11.8rem;
}
@media screen and (max-width: 767px) {
  .p-top-blog {
    padding-bottom: 6rem;
  }
}
.p-top-blog__heading {
  text-align: center;
  font-size: 4.6rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  line-height: 1.0869565217;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-top-blog__heading {
    font-size: 3.6rem;
    line-height: 1.7222222222;
  }
}
.p-top-blog__heading span {
  display: block;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 2.8181818182;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-top-blog__heading span {
    font-size: 1.6rem;
    line-height: 1;
  }
}
.p-top-blog__items {
  margin-top: 10.3rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3rem 1fr 3rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p-top-blog__items {
    margin-top: 4.4rem;
    -ms-grid-columns: 1fr 1.8rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem 1.8rem;
  }
}
.p-top-blog__item:nth-child(n+4) {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-top-blog__item:nth-child(n+4) {
    display: block;
  }
}
.p-top-blog__item img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 380/250;
}
@media screen and (max-width: 767px) {
  .p-top-blog__item img {
    aspect-ratio: 158/104;
  }
}
.p-top-blog__body {
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-top-blog__body {
    margin-top: 1rem;
  }
}
.p-top-blog__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p-top-blog__wrap {
    gap: 0.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-top-blog__date {
  font-size: 1.6rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  white-space: nowrap;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-blog__date {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
}
.p-top-blog__date::before {
  content: "";
  position: absolute;
  top: 1.4rem;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.4rem;
  height: 2.4rem;
  background: url(../images/common/time.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .p-top-blog__date::before {
    top: 1.1rem;
    width: 1.6rem;
    height: 1.6rem;
  }
}
.p-top-blog__label {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.1428571429;
  border: 1px solid #AEAEAE;
  width: 15rem;
  border-radius: 100px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: inherit;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .p-top-blog__label {
    white-space: nowrap;
    width: 100%;
    font-size: 1.2rem;
    line-height: 2.0833333333;
  }
}
.p-top-blog__ttl {
  margin-top: 1rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0;
}
.p-top-blog__ttl a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  color: inherit;
}
@media screen and (max-width: 767px) {
  .p-top-blog__ttl {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .p-top-blog__ttl a {
    -webkit-line-clamp: 4;
    line-clamp: 4;
  }
}
.p-top-blog__cta {
  margin-top: 10rem;
  background: #1F3134;
  max-width: 96rem;
  margin-inline: auto;
  padding: 3.6rem 4rem 4rem 4.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-top-blog__cta {
    margin-top: 5.8rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 2rem;
    padding: 2rem;
  }
}
.p-top-blog__cta-body-subttl {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1279px) {
  .p-top-blog__cta-body-subttl {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-blog__cta-body-subttl {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.p-top-blog__cta-body-ttl {
  margin-top: 1.8rem;
  font-size: 3.2rem;
  font-weight: 300;
  line-height: 0.875;
  letter-spacing: 0;
}
@media screen and (max-width: 1279px) {
  .p-top-blog__cta-body-ttl {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-blog__cta-body-ttl {
    margin-top: 0.7rem;
    font-size: 2.2rem;
    line-height: 1.2727272727;
  }
}
.p-top-blog .c-btn {
  min-height: 5rem;
  max-height: 5rem;
}
@media screen and (max-width: 767px) {
  .p-top-blog .c-btn {
    max-width: 100%;
    min-height: 4rem;
  }
}
.p-top-blog .c-btn__txt::after {
  right: -10px;
}
.p-top-recruit__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-top-recruit__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-top-recruit__img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-top-recruit__img {
    width: 100%;
  }
}
.p-top-recruit__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 703/447;
  -o-object-position: left;
     object-position: left;
}
@media screen and (max-width: 767px) {
  .p-top-recruit__img img {
    aspect-ratio: 375/200;
    -o-object-position: center;
       object-position: center;
  }
}
.p-top-recruit__body {
  width: 50%;
  padding: 3.8rem 8rem 4rem;
  background: #F2F2F2;
}
@media screen and (max-width: 767px) {
  .p-top-recruit__body {
    width: 100%;
    padding: 2rem 2rem 6rem;
  }
}
.p-top-recruit .c-heading {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
  font-size: 3.4rem;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0;
  color: #1F3134;
}
@media screen and (max-width: 767px) {
  .p-top-recruit .c-heading {
    gap: 0;
    font-size: 2.6rem;
    line-height: 1.5;
  }
}
.p-top-recruit .c-heading span {
  display: block;
  font-size: 2.8rem;
  line-height: 2.2142857143;
}
@media screen and (max-width: 767px) {
  .p-top-recruit .c-heading span {
    font-size: 2rem;
    line-height: 2.9;
  }
}
.p-top-recruit__txt {
  margin-top: 2rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-top-recruit__txt {
    margin-top: 1.8rem;
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.p-top-recruit__btn {
  margin-top: 3.5rem;
}
.p-top-recruit__btn .c-btn {
  min-height: 6rem;
  margin-left: -2px;
}
@media screen and (max-width: 767px) {
  .p-top-recruit__btn .c-btn {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top-recruit__btn {
    margin-top: 2.7rem;
    text-align: center;
  }
  .p-top-recruit__btn .c-btn {
    max-width: 29.5rem;
    min-height: 4rem;
  }
}
.p-top .card__ttl-wrap {
  padding-bottom: 3rem;
  position: relative;
}
.p-top .card__ttl-wrap::before {
  content: "";
  position: absolute;
  width: 38.3rem;
  height: 1.4rem;
  background: url("../images/top/fukidashi.svg") no-repeat center center/contain;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/*----------------------------
■■　概要ページ page-about.php　■■
------------------------------*/
.p-head {
  background: #E9EEF0;
}
.p-head__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-head__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.p-head__body {
  width: 45.7142857143%;
  padding: 1.9rem 0 0 10rem;
}
@media screen and (max-width: 1000px) {
  .p-head__body {
    padding: 1rem 2rem 3.5rem 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-head__body {
    width: 100%;
    padding: 1rem 1rem 3.5rem 2rem;
  }
}
.p-head__title {
  margin-top: 11.9rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1279px) {
  .p-head__title {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-head__title {
    margin-top: 1rem;
    font-size: 1.4rem;
  }
}
.p-head__title span {
  margin-top: 2.8rem;
  display: block;
  font-size: 4rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-head__title span {
    margin-top: 1.6rem;
    font-size: 3.6rem;
    line-height: 1.2;
  }
}
.p-head__text {
  margin-top: 5rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1279px) {
  .p-head__text {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-head__text {
    margin-top: 2.6rem;
    font-size: 1.6rem;
  }
}
.p-head__img {
  position: relative;
  width: 54.2857142857%;
}
@media screen and (max-width: 767px) {
  .p-head__img {
    width: 100%;
  }
}
.p-head__img::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 28.1rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 25, 27, 0)), to(rgba(17, 25, 27, 0.7)));
  background: linear-gradient(180deg, rgba(17, 25, 27, 0) 0%, rgba(17, 25, 27, 0.7) 100%);
}
@media screen and (max-width: 767px) {
  .p-head__img::before {
    height: 8rem;
  }
}
.p-head__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 760/500;
}
@media screen and (max-width: 767px) {
  .p-head__img img {
    aspect-ratio: 375/171;
  }
}
.p-head__img span {
  position: absolute;
  bottom: 1.4rem;
  right: 2.5rem;
  font-size: 8rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  line-height: 1.2;
  text-align: right;
}
@media screen and (max-width: 1279px) {
  .p-head__img span {
    font-size: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-head__img span {
    right: 0.8rem;
    bottom: 1rem;
    font-size: 4rem;
    line-height: 1;
  }
}
.p-head__img2 {
  width: 54.2857142857%;
  margin-right: 6.5rem;
}
@media screen and (max-width: 767px) {
  .p-head__img2 {
    margin-top: 1rem;
    width: 72.5333333333%;
    margin-inline: auto;
  }
}
.p-head__img2 img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 760/500;
}
@media screen and (max-width: 767px) {
  .p-head__img2 img {
    aspect-ratio: 272/170;
  }
}

.p-head2 {
  background: #E9EEF0;
}
.p-head2__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-head2__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.p-head2__body {
  width: 45.7142857143%;
  padding: 1.9rem 6rem 0 10rem;
}
@media screen and (max-width: 1000px) {
  .p-head2__body {
    padding: 1rem 4rem 3.5rem 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-head2__body {
    width: 100%;
    padding: 1rem 2rem 3.5rem 2rem;
  }
}
.p-head2__title {
  margin-top: 4.4rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-head2__title {
    margin-top: 1.4rem;
    font-size: 1.4rem;
  }
}
.p-head2__title span {
  margin-top: 2.8rem;
  display: block;
  font-size: 4rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-head2__title span {
    margin-top: 2rem;
    font-size: 3.6rem;
    line-height: 1.2;
  }
}
.p-head2__name {
  margin-top: 7.3rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.02em;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-head2__name {
    margin-top: 3.3rem;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
}
.p-head2__img {
  position: relative;
  width: 54.2857142857%;
}
@media screen and (max-width: 767px) {
  .p-head2__img {
    width: 100%;
  }
}
.p-head2__img::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 21rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 25, 27, 0)), to(rgba(17, 25, 27, 0.7)));
  background: linear-gradient(180deg, rgba(17, 25, 27, 0) 0%, rgba(17, 25, 27, 0.7) 100%);
}
@media screen and (max-width: 767px) {
  .p-head2__img::before {
    height: 8rem;
  }
}
.p-head2__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 760/320;
}
@media screen and (max-width: 767px) {
  .p-head2__img img {
    aspect-ratio: 375/120;
  }
}
.p-head2__img span {
  position: absolute;
  bottom: 2rem;
  right: 2.5rem;
  font-size: 8rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: right;
}
@media screen and (max-width: 1279px) {
  .p-head2__img span {
    font-size: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-head2__img span {
    right: 0.6rem;
    bottom: 1rem;
    font-size: 4rem;
  }
}
.p-head2__img--news::before {
  display: none;
}

.p-head2.blog-head .p-head2__inner {
  display: block;
  text-align: center;
}
.p-head2.blog-head .p-head__body {
  width: 100%;
  padding: 2rem 10rem 10.5rem;
}
@media screen and (max-width: 767px) {
  .p-head2.blog-head .p-head__body {
    padding: 1rem 1rem 4rem;
  }
}
.p-head2.blog-head .p-head2__title {
  margin-top: 6.7rem;
  font-size: 2.2rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 2.8636363636;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-head2.blog-head .p-head2__title {
    margin-top: 2rem;
    font-size: 1.4rem;
    line-height: 2.1428571429;
  }
}
.p-head2.blog-head .p-head2__title span {
  margin-top: 0;
  display: block;
  font-size: 4.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-head2.blog-head .p-head2__title span {
    font-size: 3.6rem;
    line-height: 1.2;
  }
}

.p-head3 {
  background: #E9EEF0;
}
.p-head3__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-head3__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.p-head3__body {
  width: 44.2857142857%;
  padding: 1.9rem 6rem 0 10rem;
}
@media screen and (max-width: 1000px) {
  .p-head3__body {
    padding: 1rem 4rem 3.5rem 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-head3__body {
    width: 100%;
    padding: 1rem 2rem 3.5rem 2rem;
  }
}
.p-head3__title {
  margin-top: 4.4rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-head3__title {
    margin-top: 1.4rem;
    font-size: 1.4rem;
  }
}
.p-head3__title span {
  margin-top: 2.8rem;
  display: block;
  font-size: 4rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-head3__title span {
    margin-top: 2rem;
    font-size: 3.6rem;
    line-height: 1.2;
  }
}
.p-head3__img {
  position: relative;
  width: 55.7142857143%;
}
@media screen and (max-width: 767px) {
  .p-head3__img {
    width: 100%;
  }
}
.p-head3__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 780/420;
}
@media screen and (max-width: 767px) {
  .p-head3__img img {
    aspect-ratio: 375/170;
  }
}

.p-head-recruit-job {
  position: relative;
}
.p-head-recruit-job .p-head-recruit-job__inner {
  position: relative;
  aspect-ratio: 1400/420;
}
@media screen and (max-width: 767px) {
  .p-head-recruit-job .p-head-recruit-job__inner {
    aspect-ratio: 375/250;
  }
}
.p-head-recruit-job .p-head-recruit-job__body {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 2rem 10rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-head-recruit-job .p-head-recruit-job__body {
    padding: 1rem;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-bottom: 4.5rem;
  }
}
.p-head-recruit-job .p-head-recruit-job__body .bread-nav__wrapper {
  position: absolute;
  top: 2rem;
  left: unset;
  right: 10rem;
}
@media screen and (max-width: 767px) {
  .p-head-recruit-job .p-head-recruit-job__body .bread-nav__wrapper {
    top: 1rem;
    right: 1rem;
  }
}
.p-head-recruit-job .p-head-recruit-job__title {
  margin-top: 0;
  font-size: 2.2rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 2.8636363636;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-head-recruit-job .p-head-recruit-job__title {
    font-size: 1.4rem;
    line-height: 2.1428571429;
  }
}
.p-head-recruit-job .p-head-recruit-job__title span {
  margin-top: 0;
  display: block;
  font-size: 4.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-head-recruit-job .p-head-recruit-job__title span {
    font-size: 3.6rem;
    line-height: 1.2;
  }
}
.p-head-recruit-job .p-head-recruit-job__img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.p-head-recruit-job .p-head-recruit-job__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-head-recruit-job .p-head-recruit-job__img::before {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-profile .c-heading span {
    margin-right: 0;
    font-size: 3.4rem;
    line-height: 1.6666666667;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-profile .c-heading2 {
    gap: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-profile .c-heading2 span {
    white-space: nowrap;
  }
}
.p-profile__overview {
  border-bottom: 1px solid #D8D8D8;
}
@media screen and (max-width: 767px) {
  .p-profile__overview {
    padding-top: 5.2rem;
    padding-bottom: 9.5rem;
  }
}
.p-profile__overview-table {
  margin-top: 7.3rem;
}
@media screen and (max-width: 767px) {
  .p-profile__overview-table {
    margin-top: 0.8rem;
  }
}
.p-profile__overview-table dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 28rem 1fr;
  grid-template-columns: 28rem 1fr;
}
@media screen and (max-width: 767px) {
  .p-profile__overview-table dl {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1.1rem;
    padding: 2.2rem 0;
    font-size: 1.4rem;
    line-height: 1.4;
    letter-spacing: 0;
    border-bottom: 1px solid #D8D8D8;
  }
}
.p-profile__overview-table dt {
  font-weight: 700;
  border-bottom: 1px solid #8D8D8D;
  padding: 1.6rem 1rem;
}
@media screen and (max-width: 767px) {
  .p-profile__overview-table dt {
    border-bottom: none;
    padding: 0;
  }
}
.p-profile__overview-table dd {
  border-bottom: 1px solid #D8D8D8;
  padding: 1.6rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-profile__overview-table dd {
    padding: 0;
    border-bottom: none;
  }
}
.p-profile__overview-table .p-profile__overview-table-list {
  padding: 2.3rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-profile__overview-table .p-profile__overview-table-list {
    padding: 0;
  }
}
.p-profile__overview-table .p-profile__overview-table-list-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 11.6rem 2rem 1fr;
  grid-template-columns: 11.6rem 1fr;
  gap: 2rem;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-profile__overview-table .p-profile__overview-table-list-item {
    gap: 1rem;
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}
.p-profile__partner {
  border-bottom: 1px solid #D8D8D8;
  padding-bottom: 9rem;
}
@media screen and (max-width: 767px) {
  .p-profile__partner {
    padding-top: 7rem;
    padding-bottom: 6rem;
  }
}
.p-profile__partner-container {
  margin-top: 9.8rem;
}
@media screen and (max-width: 767px) {
  .p-profile__partner-container {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-profile__partner .c-heading span {
    line-height: 1.2;
  }
}
@media screen and (max-width: 767px) {
  .p-profile__partner .c-heading2 {
    gap: 0.3rem;
  }
}
.p-profile__partner-items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 8rem 1fr 8rem 1fr 8rem 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem 8rem;
}
@media screen and (max-width: 1279px) {
  .p-profile__partner-items {
    gap: 1.5rem 3rem;
    -ms-grid-columns: 1fr 3rem 1fr 3rem 1fr;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .p-profile__partner-items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.p-profile__partner-item {
  font-size: 1.6rem;
  line-height: 1;
  padding-left: 1.6rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-profile__partner-item {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}
.p-profile__partner-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.8rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.8rem;
  height: 0.8rem;
  background: #1F3134;
}
.p-profile__partner-text {
  margin-top: 0.8rem;
  margin-right: -1rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-profile__partner-text {
    margin-right: 0.5rem;
  }
}
.p-profile__equipment {
  border-bottom: 1px solid #D8D8D8;
}
@media screen and (max-width: 767px) {
  .p-profile__equipment {
    padding-top: 7rem;
    padding-bottom: 6.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-profile__equipment .c-heading {
    gap: 0.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-profile__equipment .c-heading span {
    line-height: 1.2;
  }
}
.p-profile__equipment-items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3rem 1fr 3rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-profile__equipment-items {
    margin-top: 2.4rem;
    gap: 1rem;
  }
}
.p-profile__equipment-item {
  background: #1F3134;
  color: #fff;
  padding: 4rem;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-profile__equipment-item {
    padding: 0.8rem 0 1rem;
    min-height: 7.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
.p-profile__equipment-item-title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 1279px) {
  .p-profile__equipment-item-title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-profile__equipment-item-title {
    font-size: 1.4rem;
  }
  .p-profile__equipment-item-title.small {
    font-size: 1.2rem;
    line-height: 1.2;
  }
}
.p-profile__equipment-item-content {
  margin-top: 4.5rem;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 1279px) {
  .p-profile__equipment-item-content {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-profile__equipment-item-content {
    margin-top: 0.4rem;
    font-size: 1.6rem;
  }
}
.p-profile__equipment-item-content span {
  font-size: 6rem;
  font-family: "Open Sans", sans-serif;
}
@media screen and (max-width: 1279px) {
  .p-profile__equipment-item-content span {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-profile__equipment-item-content span {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-profile__equipment-item-content.small span {
    font-size: 2.6rem;
  }
}
.p-profile__office {
  padding-bottom: 8.8rem;
}
@media screen and (max-width: 767px) {
  .p-profile__office {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}
@media screen and (max-width: 767px) {
  .p-profile__office .c-heading2 {
    gap: 0.5rem;
  }
}
.p-profile__office-read {
  margin-top: 10rem;
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-profile__office-read {
    margin-top: 2.7rem;
    font-size: 1.4rem;
  }
}
.p-profile__office-items {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-profile__office-items {
    margin-top: 5rem;
  }
}
.p-profile__office-item:nth-child(n+2) {
  margin-top: 9.9rem;
}
@media screen and (max-width: 767px) {
  .p-profile__office-item:nth-child(n+2) {
    margin-top: 4.5rem;
  }
}
.p-profile__office-item:nth-child(2) .p-profile__office-item-img img {
  aspect-ratio: 1200/420;
}
.p-profile__office-item-ttl {
  font-size: 3rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  padding-bottom: 2rem;
  border-bottom: 1px solid #D8D8D8;
}
@media screen and (max-width: 767px) {
  .p-profile__office-item-ttl {
    font-size: 2rem;
    padding-bottom: 1.9rem;
  }
}
.p-profile__office-item-content {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-profile__office-item-content {
    margin-top: 2rem;
  }
}
.p-profile__office-item-content--flex {
  margin-top: 4rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 767px) {
  .p-profile__office-item-content--flex {
    margin-top: 2rem;
  }
}
.p-profile__office-item-img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1200/360;
}
@media screen and (max-width: 767px) {
  .p-profile__office-item-img img {
    aspect-ratio: 335/117;
  }
}
.p-profile__office-item-img2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 600/800;
}
@media screen and (max-width: 767px) {
  .p-profile__office-item-img2 img {
    aspect-ratio: 166/223;
  }
}
.p-profile__office-item-images {
  margin-top: 4rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .p-profile__office-item-images {
    margin-top: 1.3rem;
    gap: 1.6rem;
  }
}
.p-profile__office-item-images2 {
  margin-top: 4rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4rem 40rem;
  grid-template-columns: 1fr 40rem;
  gap: 4rem;
}
@media screen and (max-width: 1279px) {
  .p-profile__office-item-images2 {
    margin-top: 1rem;
    -ms-grid-columns: 2fr 1.1rem 1fr;
    grid-template-columns: 2fr 1fr;
    gap: 1.1rem;
  }
}
@media screen and (max-width: 500px) {
  .p-profile__office-item-images2 {
    margin-top: 1rem;
    gap: 1.1rem;
    -ms-grid-columns: 1fr 1.1rem 11.07rem;
    grid-template-columns: 1fr 11.07rem;
  }
}
.p-profile__office-item-images2 img:nth-child(1) {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 760/260;
}
@media screen and (max-width: 767px) {
  .p-profile__office-item-images2 img:nth-child(1) {
    aspect-ratio: 210/72;
  }
}
.p-profile__office-item-images2 img:nth-child(2) {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 400/260;
}
@media screen and (max-width: 767px) {
  .p-profile__office-item-images2 img:nth-child(2) {
    aspect-ratio: 110/72;
  }
}
.p-profile__office-item-images3 {
  display: -ms-grid;
  display: grid;
  gap: 4rem;
  margin-right: 4rem;
}
@media screen and (max-width: 767px) {
  .p-profile__office-item-images3 {
    margin-right: 1rem;
    gap: 1.1rem;
  }
}
.p-profile__office-item-images3 img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 560/240;
}
@media screen and (max-width: 767px) {
  .p-profile__office-item-images3 img {
    aspect-ratio: 156/67;
  }
}

@media screen and (max-width: 767px) {
  .p-philosophy .p-head__title {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-philosophy .c-heading2 {
    gap: 0.4rem;
  }
  .p-philosophy .c-heading2 span {
    font-size: 3.6rem;
  }
}
.p-philosophy__purpose {
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-philosophy__purpose {
    padding-top: 6rem;
  }
}
.p-philosophy__purpose-message {
  margin-top: 10rem;
  font-size: 3.4rem;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1279px) {
  .p-philosophy__purpose-message {
    margin-top: 6rem;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-philosophy__purpose-message {
    margin-top: 3rem;
    font-size: 2rem;
  }
}
.p-philosophy__purpose-img {
  margin-top: 8.6rem;
}
@media screen and (max-width: 767px) {
  .p-philosophy__purpose-img {
    margin-top: 3rem;
  }
  .p-philosophy__purpose-img img {
    aspect-ratio: 375/150;
  }
}
.p-philosophy__culture {
  background: #1F3134;
  color: #fff;
  position: relative;
  padding-top: 8rem;
}
@media screen and (max-width: 767px) {
  .p-philosophy__culture {
    padding-top: 2.7rem;
    padding-bottom: 6.2rem;
  }
}
.p-philosophy__culture::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 84.7rem;
  height: 100%;
  background: url(../images/philosophy/bg_culture.png) no-repeat center right/cover;
}
@media screen and (max-width: 767px) {
  .p-philosophy__culture::before {
    background: url(../images/philosophy/bg_culture-sp.png) no-repeat center center/cover;
  }
}
.p-philosophy__culture .c-heading {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  font-size: 2.5rem;
  gap: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-philosophy__culture .c-heading {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.6rem;
    gap: 0;
  }
}
.p-philosophy__culture .c-heading span {
  display: block;
  color: #fff;
  font-size: 6rem;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .p-philosophy__culture .c-heading span {
    font-size: 3.6rem;
  }
}
.p-philosophy__culture-items {
  margin-top: 6.3rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-philosophy__culture-items {
    margin-top: 3rem;
  }
}
.p-philosophy__culture-item:nth-child(n+2) {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-philosophy__culture-item:nth-child(n+2) {
    margin-top: 3.6rem;
  }
}
.p-philosophy__culture-item-title {
  font-size: 2.8rem;
  line-height: 1;
  letter-spacing: 0.05em;
  padding-left: 5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-philosophy__culture-item-title {
    font-size: 2rem;
    line-height: 1.8;
    padding-left: 5.9rem;
  }
}
.p-philosophy__culture-item-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5rem;
  height: 1px;
  background: #fff;
}
.p-philosophy__culture-item-text {
  margin-top: 2rem;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-philosophy__culture-item-text {
    margin-top: 0;
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
.p-philosophy__policy {
  border-bottom: 1px solid #D8D8D8;
}
@media screen and (max-width: 767px) {
  .p-philosophy__policy {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}
.p-philosophy__policy-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 9rem;
}
@media screen and (max-width: 1279px) {
  .p-philosophy__policy-container {
    gap: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-philosophy__policy-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.3rem;
  }
}
.p-philosophy__policy-body {
  width: 42.0833333333%;
}
@media screen and (max-width: 767px) {
  .p-philosophy__policy-body {
    width: 100%;
  }
}
.p-philosophy__policy-read {
  margin-top: 10rem;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1279px) {
  .p-philosophy__policy-read {
    margin-top: 6rem;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-philosophy__policy-read {
    margin-top: 3rem;
    font-size: 2rem;
    line-height: 1.8;
    white-space: nowrap;
  }
}
.p-philosophy__policy-text {
  margin-top: 6rem;
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0;
}
@media screen and (max-width: 1279px) {
  .p-philosophy__policy-text {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-philosophy__policy-text {
    margin-top: 3.2rem;
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.p-philosophy__policy-img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-philosophy__policy-img {
    width: 100%;
  }
}
.p-philosophy__policy-img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 600/500;
}
.p-philosophy__style {
  border-bottom: 1px solid #D8D8D8;
  padding-top: 9rem;
}
@media screen and (max-width: 767px) {
  .p-philosophy__style {
    padding-top: 6.4rem;
    padding-bottom: 7rem;
  }
}
.p-philosophy__style .c-heading span {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .p-philosophy__style .c-heading span {
    font-size: 1.7rem;
  }
}
.p-philosophy__style-read {
  margin-top: 9.8rem;
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1279px) {
  .p-philosophy__style-read {
    margin-top: 6rem;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-philosophy__style-read {
    margin-top: 2.5rem;
    font-size: 2rem;
    line-height: 1.8;
  }
}
.p-philosophy__style-items {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  -ms-grid-rows: auto 5.1rem auto 5.1rem auto 5.1rem auto;
  grid-template-rows: repeat(4, auto);
  grid-auto-columns: 1fr;
  gap: 5.1rem 8rem;
  margin-top: 5rem;
}
@media screen and (max-width: 1279px) {
  .p-philosophy__style-items {
    margin-top: 6rem;
    gap: 5rem 3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-philosophy__style-items {
    margin-top: 2rem;
    grid-auto-flow: row;
    -ms-grid-rows: none;
    grid-template-rows: none;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .p-philosophy__style-items > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
.p-philosophy__style-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 1279px) {
  .p-philosophy__style-item {
    gap: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-philosophy__style-item {
    gap: 1.4rem;
  }
}
.p-philosophy__style-item-num {
  font-size: 2rem;
  border: 1px solid #1F3134;
  width: 6rem;
  height: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 1279px) {
  .p-philosophy__style-item-num {
    font-size: 2.5rem;
    width: 5rem;
    height: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-philosophy__style-item-num {
    width: 4.4rem;
    height: 4.4rem;
    font-size: 2rem;
  }
}
.p-philosophy__style-item-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-philosophy__style-item-title {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1279px) {
  .p-philosophy__style-item-title {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-philosophy__style-item-title {
    font-size: 2rem;
  }
}
.p-philosophy__style-item-text {
  margin-top: 1.5rem;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1279px) {
  .p-philosophy__style-item-text {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-philosophy__style-item-text {
    margin-top: 1rem;
    font-size: 1.4rem;
  }
}
.p-philosophy__style-container {
  margin-top: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 11rem;
}
@media screen and (max-width: 1279px) {
  .p-philosophy__style-container {
    margin-top: 6rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-philosophy__style-container {
    margin-top: 7rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3rem;
  }
}
.p-philosophy__style-img {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .p-philosophy__style-img {
    width: 100%;
  }
}
.p-philosophy__style-img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 540/710;
}
@media screen and (max-width: 767px) {
  .p-philosophy__style-img img {
    aspect-ratio: 335/428;
  }
}
.p-philosophy__style-body {
  width: 45.8333333333%;
}
@media screen and (max-width: 767px) {
  .p-philosophy__style-body {
    width: 100%;
  }
}
.p-philosophy__style-body-txt {
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-philosophy__style-body-txt {
    font-size: 1.4rem;
  }
}
.p-philosophy__style-body-txt:nth-child(n+2) {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-philosophy__style-body-txt:nth-child(n+2) {
    margin-top: 3.3rem;
  }
}

@media screen and (max-width: 767px) {
  .p-executive .p-head .p-head__title span {
    line-height: 1;
  }
  .p-executive .p-head .p-head__body {
    padding-bottom: 4.2rem;
  }
}
.p-executive__contents {
  border-bottom: 1px solid #D8D8D8;
  padding-top: 10rem;
  padding-bottom: 9.8rem;
}
@media screen and (max-width: 767px) {
  .p-executive__contents {
    padding-top: 5.9rem;
    padding-bottom: 6.7rem;
  }
}
.p-executive__contents:nth-child(even) .p-executive__contents-main {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-executive__contents:nth-child(even) .p-executive__contents-main {
    margin-top: 0.8rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-executive__contents:nth-child(2) {
    padding-top: 6.4rem;
    padding-bottom: 6.9rem;
  }
  .p-executive__contents:nth-child(2) .p-executive__contents-main-img img {
    aspect-ratio: 335/201;
  }
}
.p-executive__contents:nth-child(3) {
  padding-bottom: 8.6rem;
}
@media screen and (max-width: 767px) {
  .p-executive__contents:nth-child(3) {
    padding-bottom: 4rem;
  }
  .p-executive__contents:nth-child(3) .p-executive__contents-main {
    margin-top: 0.6rem;
  }
  .p-executive__contents:nth-child(3) .p-executive__contents-message-text {
    margin-top: 3.1rem;
  }
}
.p-executive__contents-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10rem;
}
@media screen and (max-width: 1279px) {
  .p-executive__contents-main {
    gap: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-executive__contents-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.8rem;
  }
}
.p-executive__contents-main-img {
  width: 45.8333333333%;
}
@media screen and (max-width: 767px) {
  .p-executive__contents-main-img {
    width: 100%;
  }
}
.p-executive__contents-main-img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 550/330;
}
@media screen and (max-width: 767px) {
  .p-executive__contents-main-img img {
    aspect-ratio: 335/201;
  }
}
.p-executive__contents-main-body {
  width: 45.8333333333%;
}
@media screen and (max-width: 767px) {
  .p-executive__contents-main-body {
    width: 100%;
  }
}
.p-executive__contents-main-body-position {
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-executive__contents-main-body-position {
    font-size: 1.6rem;
  }
}
.p-executive__contents-main-body-title {
  margin-top: 2rem;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-executive__contents-main-body-title {
    margin-top: 2rem;
    font-size: 2.4rem;
  }
}
.p-executive__contents-main-body-title span {
  display: inline-block;
  margin-left: 1rem;
  font-size: 1.6rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #B5B5B5;
}
@media screen and (max-width: 767px) {
  .p-executive__contents-main-body-title span {
    font-size: 1.2rem;
  }
}
.p-executive__contents-main-body-list {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-executive__contents-main-body-list {
    margin-top: 3.2rem;
  }
}
.p-executive__contents-main-body-list li {
  font-size: 1.5rem;
  line-height: 1.9;
  letter-spacing: 0;
  padding-left: 1.8rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-executive__contents-main-body-list li {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-executive__contents-main-body-list li:nth-child(n+2) {
    margin-top: 0.9rem;
  }
}
.p-executive__contents-main-body-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.4rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.8rem;
  height: 0.8rem;
  background: #1F3134;
}
@media screen and (max-width: 767px) {
  .p-executive__contents-main-body-list li::before {
    top: 1.4rem;
  }
}
.p-executive__contents-message {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .p-executive__contents-message {
    margin-top: 4.2rem;
  }
}
.p-executive__contents-message-title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-executive__contents-message-title {
    font-size: 2rem;
    line-height: 1.8;
  }
}
.p-executive__contents-message-text {
  margin-top: 3rem;
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-executive__contents-message-text {
    margin-top: 2rem;
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.p-executive__contents-sub {
  margin-top: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10rem;
}
@media screen and (max-width: 1279px) {
  .p-executive__contents-sub {
    gap: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-executive__contents-sub {
    margin-top: 3.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 2.4rem;
  }
}
.p-executive__contents-sub .p-executive__contents-main-img img {
  aspect-ratio: 550/320;
}
@media screen and (max-width: 767px) {
  .p-executive__contents-sub .p-executive__contents-main-img img {
    aspect-ratio: 335/195;
  }
}
.p-executive__contents-sub-body {
  width: 45.8333333333%;
}
@media screen and (max-width: 767px) {
  .p-executive__contents-sub-body {
    width: 100%;
  }
}
.p-executive__contents-sub-body-ttl {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-executive__contents-sub-body-ttl {
    font-size: 2rem;
    line-height: 1.8;
  }
}
.p-executive__contents-sub-body-txt {
  margin-top: 2.5rem;
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-executive__contents-sub-body-txt {
    margin-top: 2rem;
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.p-executive__contents-sub-img {
  width: 45.8333333333%;
}
@media screen and (max-width: 767px) {
  .p-executive__contents-sub-img {
    width: 100%;
  }
}
.p-executive__contents-sub-img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 550/320;
}

.p-history__sec {
  padding-bottom: 9rem;
}
@media screen and (max-width: 767px) {
  .p-history__sec {
    padding-top: 7.3rem;
    padding-bottom: 7rem;
  }
}
.p-history__contents:nth-child(1) .p-history__contents-item:nth-child(1) .p-history__contents-item-body,
.p-history__contents:nth-child(1) .p-history__contents-item:nth-child(2) .p-history__contents-item-body,
.p-history__contents:nth-child(1) .p-history__contents-item:nth-child(3) .p-history__contents-item-body {
  margin-left: 1rem;
}
@media screen and (max-width: 767px) {
  .p-history__contents:nth-child(1) .p-history__contents-item:nth-child(1) .p-history__contents-item-body,
  .p-history__contents:nth-child(1) .p-history__contents-item:nth-child(2) .p-history__contents-item-body,
  .p-history__contents:nth-child(1) .p-history__contents-item:nth-child(3) .p-history__contents-item-body {
    margin-left: 0;
  }
}
.p-history__contents:nth-child(n+2) {
  margin-top: 9.7rem;
}
@media screen and (max-width: 767px) {
  .p-history__contents:nth-child(n+2) {
    margin-top: 10rem;
  }
}
.p-history__contents:nth-child(4) .p-history__contents-item-img {
  margin-bottom: 2rem;
}
.p-history__contents:nth-child(4) .p-history__contents-item:nth-child(3) {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-history__contents:nth-child(4) .p-history__contents-item:nth-child(3) {
    margin-top: 3rem;
  }
}
.p-history__contents:nth-child(4) .p-history__contents-item:nth-child(3) .p-history__contents-item-body {
  margin-top: 1.5rem;
}
.p-history__contents:nth-child(4) .p-history__contents-item:nth-child(5) .p-history__contents-item-body {
  margin-top: 1.5rem;
}
.p-history__contents:nth-child(4) .p-history__contents-item:nth-child(5) .p-history__contents-item-img {
  margin-top: 0.8rem;
}
.p-history__contents:nth-child(4) .p-history__contents-item:nth-child(6) {
  margin-top: 7.6rem;
}
@media screen and (max-width: 767px) {
  .p-history__contents:nth-child(4) .p-history__contents-item:nth-child(6) {
    margin-top: 3rem;
  }
}
.p-history__contents:nth-child(5) .p-history__contents-items {
  margin-top: 3.1rem;
  padding-top: 0.9rem;
}
@media screen and (max-width: 767px) {
  .p-history__contents:nth-child(5) .p-history__contents-items {
    margin-top: 0.5rem;
    padding-top: 3rem;
    padding-bottom: 2rem;
    max-width: 28.1rem;
  }
}
.p-history__contents-year {
  font-size: 4.6rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-history__contents-year {
    font-size: 3.6rem;
  }
}
.p-history__contents-year span {
  display: inline-block;
  margin-left: 0.6rem;
  font-size: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-history__contents-year span {
    font-size: 1.7rem;
  }
}
.p-history__contents-year span.p-history__contents-year-sub {
  display: inline-block;
  margin-left: 1.2rem;
  font-size: 3rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-history__contents-year span.p-history__contents-year-sub {
    font-size: 2rem;
    margin-left: 0.8rem;
  }
}
.p-history__contents-items {
  margin-top: 3.1rem;
  max-width: 96rem;
  margin-inline: auto;
  border-left: 1px solid #1F3134;
  position: relative;
}
.p-history__contents-items::before {
  content: "";
  position: absolute;
  left: -2px;
  top: 0;
  width: 4px;
  height: 2rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-history__contents-items {
    max-width: 27.3rem;
    margin-left: 4.5rem;
  }
}
@media screen and (max-width: 960px) and (orientation: landscape) {
  .p-history__contents-items {
    max-width: 96rem;
  }
}
.p-history__contents-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 28rem 1fr;
  grid-template-columns: 28rem 1fr;
}
@media screen and (max-width: 1279px) {
  .p-history__contents-item {
    -ms-grid-columns: 25rem 1fr;
    grid-template-columns: 25rem 1fr;
  }
}
@media screen and (max-width: 767px) {
  .p-history__contents-item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.p-history__contents-item:nth-child(n+2) {
  margin-top: 5.7rem;
}
@media screen and (max-width: 767px) {
  .p-history__contents-item:nth-child(n+2) {
    margin-top: 3rem;
  }
}
.p-history__contents-item:has(.p-history__contents-item-read) {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
.p-history__contents-item:nth-child(1) .p-history__contents-item-title::before {
  top: 1.1rem;
}
.p-history__contents-item-title {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  padding-left: 10rem;
  position: relative;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-history__contents-item-title {
    font-size: 2.4rem;
    padding-left: 2.2rem;
  }
}
.p-history__contents-item-title.en {
  font-family: "Open Sans", sans-serif;
  font-size: 4.6rem;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-history__contents-item-title.en {
    font-size: 2.4rem;
  }
}
.p-history__contents-item-title span {
  display: inline-block;
  margin-left: 0.6rem;
  font-size: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}
.p-history__contents-item-title::before {
  content: "";
  position: absolute;
  left: -5px;
  top: 2rem;
  width: 1rem;
  height: 1rem;
  background: #1F3134;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .p-history__contents-item-title::before {
    top: 0.3rem;
  }
}
.p-history__contents-item-read {
  font-size: 3rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  padding-left: 10rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-history__contents-item-read {
    padding-left: 2.2rem;
    font-size: 2rem;
    line-height: 1.9;
  }
}
.p-history__contents-item-read::before {
  content: "";
  position: absolute;
  left: -5px;
  top: 0;
  width: 1rem;
  height: 1rem;
  background: #1F3134;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .p-history__contents-item-read::before {
    top: -1rem;
  }
}
.p-history__contents-item-body {
  margin-top: 1.9rem;
}
@media screen and (max-width: 767px) {
  .p-history__contents-item-body {
    margin-top: 1rem;
    padding-left: 2.2rem;
  }
}
.p-history__contents-item-text {
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-history__contents-item-text {
    font-size: 1.4rem;
  }
}
.p-history__contents-item-img {
  margin-top: 2rem;
  max-width: 40rem;
}
@media screen and (max-width: 767px) {
  .p-history__contents-item-img {
    margin-top: 1.7rem;
    max-width: 100%;
  }
}
.p-history__contents-item-img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 400/260;
}
@media screen and (max-width: 767px) {
  .p-history__contents-item-img img {
    aspect-ratio: 247/160;
  }
}
.p-history__contents-item-img--210 {
  max-width: 210px;
}
.p-history__contents-item-img--210 img {
  aspect-ratio: 210/260;
}
.p-history__contents-item-img--337 {
  max-width: 337px;
}
.p-history__contents-item-img--337 img {
  aspect-ratio: 337/240;
}
.p-history__contents-item-img--430 {
  max-width: 430px;
}
.p-history__contents-item-img--430 img {
  aspect-ratio: 430/260;
}
.p-history__contents-item-images {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  max-width: 66rem;
}
@media screen and (max-width: 767px) {
  .p-history__contents-item-images {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.7rem;
  }
}
.p-history__contents-item-images img:nth-child(1) {
  max-width: 21rem;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 210/260;
}
@media screen and (max-width: 767px) {
  .p-history__contents-item-images img:nth-child(1) {
    max-width: 26rem;
  }
}
.p-history__contents-item-images img:nth-child(2) {
  max-width: 43rem;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 430/260;
}
.p-history__img {
  margin-top: 6.8rem;
}
@media screen and (max-width: 767px) {
  .p-history__img {
    margin-top: 3.8rem;
  }
}
.p-history__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1200/360;
}
@media screen and (max-width: 767px) {
  .p-history__img img {
    aspect-ratio: 335/180;
  }
}

@media screen and (max-width: 767px) {
  .p-transport .c-heading span {
    font-size: 3.4rem;
    line-height: 1.2;
  }
}
.p-transport__contents {
  padding-top: 10rem;
  padding-bottom: 10rem;
  border-bottom: 1px solid #D8D8D8;
}
@media screen and (max-width: 767px) {
  .p-transport__contents {
    padding-top: 5.8rem;
    padding-bottom: 7rem;
  }
}
.p-transport__contents:nth-child(n+2) {
  padding-bottom: 0;
}
.p-transport__contents:nth-child(n+2) .p-transport__contents-item {
  padding-bottom: 12.5rem;
  border-bottom: 1px solid #D8D8D8;
}
@media screen and (max-width: 767px) {
  .p-transport__contents:nth-child(n+2) .p-transport__contents-item {
    padding-bottom: 9.8rem;
  }
}
.p-transport__contents:nth-child(2) {
  padding-bottom: 0;
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .p-transport__contents:nth-child(2) {
    padding-top: 7rem;
  }
}
.p-transport__contents:nth-child(3) {
  padding-bottom: 0;
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .p-transport__contents:nth-child(3) {
    padding-top: 7rem;
  }
}
.p-transport__contents:nth-child(3) .p-transport__contents-item {
  padding-bottom: 10rem;
  border-bottom: 1px solid #D8D8D8;
}
@media screen and (max-width: 767px) {
  .p-transport__contents:nth-child(3) .p-transport__contents-item {
    padding-bottom: 7rem;
  }
}
.p-transport__contents:nth-child(4) {
  padding-bottom: 0;
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .p-transport__contents:nth-child(4) {
    padding-top: 7rem;
  }
  .p-transport__contents:nth-child(4) .p-transport__contents-item-list li:nth-child(n+2) {
    margin-top: 1.3rem;
  }
}
.p-transport__contents:nth-child(4) .p-transport__contents-item {
  padding-bottom: 8.8rem;
}
@media screen and (max-width: 767px) {
  .p-transport__contents:nth-child(4) .p-transport__contents-item {
    padding-bottom: 7rem;
  }
}
.p-transport__contents-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10rem;
}
@media screen and (max-width: 1279px) {
  .p-transport__contents-item {
    gap: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-transport__contents-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
  }
}
.p-transport__contents-item-img {
  width: 45.8333333333%;
}
@media screen and (max-width: 767px) {
  .p-transport__contents-item-img {
    width: 100%;
  }
}
.p-transport__contents-item-img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 550/330;
}
.p-transport__contents-item-body {
  width: 45.8333333333%;
}
@media screen and (max-width: 1279px) {
  .p-transport__contents-item-body {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .p-transport__contents-item-body {
    width: 100%;
  }
}
.p-transport__contents-item-body-title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
}
@media screen and (max-width: 1279px) {
  .p-transport__contents-item-body-title {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-transport__contents-item-body-title {
    font-size: 2rem;
    line-height: 1.8;
    letter-spacing: 0.05em;
  }
}
.p-transport__contents-item-text {
  margin-top: 3rem;
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-transport__contents-item-text {
    margin-top: 2rem;
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.p-transport__contents-item-list {
  margin-top: 2.5rem;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-transport__contents-item-list {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.p-transport__contents-item-list li {
  padding-left: 2.8rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-transport__contents-item-list li {
    padding-left: 3.3rem;
  }
}
.p-transport__contents-item-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4rem;
  width: 1.8rem;
  height: 1.8rem;
  background: url(../images/common/check.svg) no-repeat center center/contain;
}
.p-transport__contents-item-list li:nth-child(n+2) {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-transport__contents-item-list li:nth-child(n+2) {
    margin-top: 2rem;
  }
}
.p-transport__contents-item--aggregation {
  margin-top: 10.5rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-transport__contents-item--aggregation {
    margin-top: 4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.p-transport__contents-item--aggregation .p-transport__contents-item-body {
  width: 35%;
}
@media screen and (max-width: 1279px) {
  .p-transport__contents-item--aggregation .p-transport__contents-item-body {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .p-transport__contents-item--aggregation .p-transport__contents-item-body {
    width: 100%;
  }
}
.p-transport__contents-item--aggregation .p-transport__contents-item-body-title {
  letter-spacing: 0.05em;
}
.p-transport__contents-item--aggregation .p-transport__contents-item-text {
  margin-top: 2rem;
}
.p-transport__contents-item--aggregation .p-transport__contents-item-img {
  margin-top: 1rem;
  width: 54.1666666667%;
}
@media screen and (max-width: 1279px) {
  .p-transport__contents-item--aggregation .p-transport__contents-item-img {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .p-transport__contents-item--aggregation .p-transport__contents-item-img {
    margin-top: 0;
    width: 100%;
  }
}
.p-transport__contents-item--aggregation .p-transport__contents-item-img img {
  aspect-ratio: 650/340;
}
.p-transport__contents-item--milkrun {
  margin-top: 10.5rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8rem;
}
@media screen and (max-width: 767px) {
  .p-transport__contents-item--milkrun {
    margin-top: 4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 3rem;
  }
}
.p-transport__contents-item--milkrun .p-transport__contents-item-body {
  width: 38%;
}
@media screen and (max-width: 1279px) {
  .p-transport__contents-item--milkrun .p-transport__contents-item-body {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .p-transport__contents-item--milkrun .p-transport__contents-item-body {
    width: 100%;
  }
}
.p-transport__contents-item--milkrun .p-transport__contents-item-body-title {
  letter-spacing: 0.05em;
}
.p-transport__contents-item--milkrun .p-transport__contents-item-text {
  margin-top: 2rem;
}
.p-transport__contents-item--milkrun .p-transport__contents-item-img {
  margin-top: 1rem;
  width: 63%;
}
@media screen and (max-width: 1279px) {
  .p-transport__contents-item--milkrun .p-transport__contents-item-img {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .p-transport__contents-item--milkrun .p-transport__contents-item-img {
    margin-top: 0;
    width: 100%;
  }
}
.p-transport__contents-item--milkrun .p-transport__contents-item-img img {
  aspect-ratio: 650/340;
}
.p-transport__contents-item--private {
  margin-top: 10.5rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8rem;
}
@media screen and (max-width: 767px) {
  .p-transport__contents-item--private {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 3rem;
    gap: 3rem;
  }
}
.p-transport__contents-item--private .p-transport__contents-item-body {
  width: 35%;
}
@media screen and (max-width: 1279px) {
  .p-transport__contents-item--private .p-transport__contents-item-body {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .p-transport__contents-item--private .p-transport__contents-item-body {
    width: 100%;
  }
}
.p-transport__contents-item--private .p-transport__contents-item-body-title {
  letter-spacing: 0.05em;
}
.p-transport__contents-item--private .p-transport__contents-item-img {
  margin-top: 1rem;
  width: 58%;
}
@media screen and (max-width: 1279px) {
  .p-transport__contents-item--private .p-transport__contents-item-img {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .p-transport__contents-item--private .p-transport__contents-item-img {
    width: 100%;
  }
}
.p-transport__contents-item--private .p-transport__contents-item-img img {
  aspect-ratio: 700/366;
}

@media screen and (max-width: 767px) {
  .p-storage__top {
    padding-top: 5.7rem;
    padding-bottom: 7rem;
  }
}
.p-storage__top-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 2rem;
}
.p-storage__top-heading img {
  max-width: 14.3rem;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 143/50;
}
@media screen and (max-width: 767px) {
  .p-storage__top-heading img {
    max-width: 12rem;
  }
}
.p-storage__top-heading span {
  font-size: 2.5rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  color: #B5B5B5;
}
@media screen and (max-width: 767px) {
  .p-storage__top-heading span {
    font-size: 1.2rem;
    letter-spacing: 0.05em;
  }
}
.p-storage__top-txt {
  margin-top: 2.7rem;
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-storage__top-txt {
    margin-top: 2rem;
    font-size: 1.4rem;
    line-height: 1.8;
    margin-right: 0.2rem;
  }
}
.p-storage__top-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10rem;
  margin-top: 10rem;
}
@media screen and (max-width: 1279px) {
  .p-storage__top-item {
    margin-top: 6rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-storage__top-item {
    margin-top: 4.4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
  }
}
.p-storage__top-item-img {
  width: 45.8333333333%;
}
@media screen and (max-width: 767px) {
  .p-storage__top-item-img {
    width: 100%;
  }
}
.p-storage__top-item-img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 550/330;
}
.p-storage__top-item-body {
  margin-top: 3.9rem;
  width: 45.8333333333%;
}
@media screen and (max-width: 1279px) {
  .p-storage__top-item-body {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-storage__top-item-body {
    margin-top: 0;
    width: 100%;
  }
}
.p-storage__top-item-body-title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
}
@media screen and (max-width: 1279px) {
  .p-storage__top-item-body-title {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-storage__top-item-body-title {
    font-size: 2rem;
    line-height: 1.8;
    letter-spacing: 0.05em;
  }
}
.p-storage__top-item-body-txt {
  margin-top: 3rem;
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-storage__top-item-body-txt {
    margin-top: 2.2rem;
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.p-storage__logistics {
  background: #1F3134;
  color: #fff;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-storage__logistics {
    padding-top: 7rem;
  }
}
.p-storage__logistics .c-heading {
  color: #A6A6A6;
}
@media screen and (max-width: 767px) {
  .p-storage__logistics .c-heading {
    font-size: 1.6rem;
  }
}
.p-storage__logistics .c-heading span {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-storage__logistics .c-heading span {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-storage__logistics .c-heading2 {
    gap: 1.5rem;
  }
}
.p-storage__logistics .c-heading2 span {
  color: #fff;
}
.p-storage__logistics-heading {
  margin-top: 11rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5rem;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0;
  color: #A6A6A6;
}
@media screen and (max-width: 767px) {
  .p-storage__logistics-heading {
    margin-top: 2.9rem;
    gap: 0.8rem;
    font-size: 1.6rem;
  }
}
.p-storage__logistics-heading span {
  color: #fff;
  font-size: 3rem;
}
.p-storage__logistics-items {
  margin-top: 3.1rem;
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  -ms-grid-rows: auto 0.2rem auto 0.2rem auto;
  grid-template-rows: repeat(3, auto);
  gap: 0.2rem 9.1rem;
  max-width: 105rem;
}
@media screen and (max-width: 767px) {
  .p-storage__logistics-items {
    margin-top: 2.9rem;
    -ms-grid-rows: auto 1.9rem auto 1.9rem auto 1.9rem auto 1.9rem auto 1.9rem auto;
    grid-template-rows: repeat(6, auto);
    gap: 1.9rem 0;
  }
}
.p-storage__logistics-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-storage__logistics-item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-storage__logistics-item-number {
  font-size: 2rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  line-height: 1.9;
  letter-spacing: 0;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-storage__logistics-item-number {
    line-height: 1.6;
  }
}
.p-storage__logistics-item-txt {
  font-size: 1.8rem;
  line-height: 1.9;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-storage__logistics-item-txt {
    font-size: 1.6rem;
    line-height: 1.9;
  }
}
.p-storage__logistics-img {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-storage__logistics-img {
    margin-top: 2.5rem;
  }
}
.p-storage__logistics-img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1200/400;
}
@media screen and (max-width: 767px) {
  .p-storage__logistics-img img {
    aspect-ratio: 335/785;
  }
}
.p-storage__logistics-bottom-img {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-storage__logistics-bottom-img {
    margin-top: 7rem;
  }
}
.p-storage__logistics-bottom-img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1400/280;
}
@media screen and (max-width: 767px) {
  .p-storage__logistics-bottom-img img {
    aspect-ratio: 375/151;
  }
}
.p-storage__contents {
  padding-top: 10rem;
  padding-bottom: 10rem;
  border-bottom: 1px solid #D8D8D8;
}
@media screen and (max-width: 767px) {
  .p-storage__contents {
    padding-top: 6.7rem;
    padding-bottom: 7rem;
  }
}
@media screen and (max-width: 767px) {
  .p-storage__contents:nth-child(2) {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .p-storage__contents:nth-child(2) .c-heading2 {
    gap: 1.5rem;
  }
  .p-storage__contents:nth-child(2) .p-storage__contents-item {
    margin-top: 3.6rem;
    gap: 2.8rem;
  }
}
.p-storage__contents:nth-child(3) {
  padding-bottom: 12.4rem;
}
@media screen and (max-width: 767px) {
  .p-storage__contents:nth-child(3) {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .p-storage__contents:nth-child(3) .c-heading2 {
    gap: 1.5rem;
  }
  .p-storage__contents:nth-child(3) .p-storage__contents-item {
    margin-top: 4rem;
    gap: 2.8rem;
  }
}
.p-storage__contents-item {
  margin-top: 11.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10rem;
}
@media screen and (max-width: 1279px) {
  .p-storage__contents-item {
    gap: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-storage__contents-item {
    margin-top: 4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 3.2rem;
  }
}
.p-storage__contents-item-img {
  width: 45.8333333333%;
}
@media screen and (max-width: 767px) {
  .p-storage__contents-item-img {
    width: 100%;
  }
}
.p-storage__contents-item-img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 550/330;
}
@media screen and (max-width: 767px) {
  .p-storage__contents-item-img img {
    aspect-ratio: 335/201;
  }
}
.p-storage__contents-item-body {
  width: 45.8333333333%;
}
@media screen and (max-width: 767px) {
  .p-storage__contents-item-body {
    width: 100%;
  }
}
.p-storage__contents-item-body-title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1279px) {
  .p-storage__contents-item-body-title {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-storage__contents-item-body-title {
    font-size: 2rem;
    line-height: 1.8;
    letter-spacing: 0.05em;
    margin-bottom: 2.2rem;
  }
}
.p-storage__contents-item-text {
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-storage__contents-item-text {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

.p-value-plus .p-head__title {
  margin-top: 10.3rem;
}
@media screen and (max-width: 1279px) {
  .p-value-plus .p-head__title {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-value-plus .p-head__title {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-value-plus .c-heading2 {
    gap: 1rem;
  }
}
.p-value-plus__contents {
  padding-top: 10rem;
  padding-bottom: 10rem;
  border-bottom: 1px solid #D8D8D8;
}
@media screen and (max-width: 767px) {
  .p-value-plus__contents {
    padding-top: 6rem;
    padding-bottom: 6.3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-value-plus__contents:nth-child(2) {
    padding-top: 6.9rem;
    padding-bottom: 6.9rem;
  }
}
.p-value-plus__contents:nth-child(3) {
  padding-bottom: 11.8rem;
}
@media screen and (max-width: 767px) {
  .p-value-plus__contents:nth-child(3) {
    padding-top: 6.9rem;
    padding-bottom: 6.9rem;
  }
}
.p-value-plus__contents-item {
  margin-top: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10rem;
}
@media screen and (max-width: 1279px) {
  .p-value-plus__contents-item {
    gap: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-value-plus__contents-item {
    margin-top: 3.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 1.7rem;
  }
}
.p-value-plus__contents-item-img {
  width: 45.8333333333%;
}
@media screen and (max-width: 767px) {
  .p-value-plus__contents-item-img {
    width: 100%;
  }
}
.p-value-plus__contents-item-img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 550/330;
}
.p-value-plus__contents-item-body {
  width: 45.8333333333%;
}
@media screen and (max-width: 767px) {
  .p-value-plus__contents-item-body {
    width: 100%;
  }
}
.p-value-plus__contents-item-body-title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
}
.p-value-plus__contents-item-txt {
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-value-plus__contents-item-txt {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.p-value-plus__contents-txt {
  margin-top: 10rem;
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-value-plus__contents-txt {
    margin-top: 3.3rem;
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.p-value-plus__contents-grid3 {
  margin-top: 5rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3rem 1fr 3rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p-value-plus__contents-grid3 {
    margin-top: 2.5rem;
    gap: 2rem;
    -ms-grid-columns: 1fr 2rem 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
  .p-value-plus__contents-grid3 img:first-child {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    width: 100%;
    height: auto;
    aspect-ratio: 335/151;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p-value-plus__contents-grid2 {
  margin-top: 5.6rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p-value-plus__contents-grid2 {
    margin-top: 2.8rem;
    gap: 2rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.p-sitemap__sec {
  padding-top: 15.8rem;
  padding-bottom: 8.5rem;
}
@media screen and (max-width: 1279px) {
  .p-sitemap__sec {
    padding-top: 10rem;
    padding-bottom: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-sitemap__sec {
    padding-top: 4.6rem;
    padding-bottom: 7rem;
  }
}
.p-sitemap__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 13.3rem 1fr 13.3rem 1fr 13.3rem 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 13.3rem;
}
@media screen and (max-width: 1279px) {
  .p-sitemap__container {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .p-sitemap__container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 3.4rem;
  }
}
.p-sitemap__contents-ttl {
  font-size: 3rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-sitemap__contents-ttl {
    font-size: 2.8rem;
    line-height: 1.9;
    max-width: 21rem;
  }
}
.p-sitemap__contents-ttl:nth-child(n+2) {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-sitemap__contents-ttl:nth-child(n+2) {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-sitemap__contents-ttl--report {
    max-width: 29rem;
  }
}
.p-sitemap__contents-ttl.link a {
  display: block;
  width: 100%;
  color: inherit;
  position: relative;
  padding-right: 2rem;
}
.p-sitemap__contents-ttl.link a::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 1.3rem;
  height: 2rem;
  background: url(../images/common/arrow-l.svg) no-repeat center center/contain;
}
.p-sitemap__contents-ttl.m-external a {
  display: block;
  width: 100%;
  color: inherit;
  position: relative;
  padding-right: 2rem;
}
.p-sitemap__contents-ttl.m-external a::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 1.4rem;
  height: 1.4rem;
  -webkit-mask-image: url(../images/common/link.svg);
          mask-image: url(../images/common/link.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  background: #000;
}
@media screen and (max-width: 767px) {
  .p-sitemap__contents-ttl.m-external a::after {
    right: 0.5rem;
  }
}
.p-sitemap__items {
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-sitemap__items {
    margin-top: 1rem;
    gap: 0;
    max-width: 20.5rem;
  }
}
.p-sitemap__item {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-sitemap__item {
    font-size: 1.6rem;
    line-height: 1.9;
  }
}
.p-sitemap__item a {
  display: block;
  width: 100%;
  color: inherit;
  font-weight: inherit;
  position: relative;
  padding: 0.4rem 2rem 0.4rem 0;
}
@media screen and (max-width: 767px) {
  .p-sitemap__item a {
    padding: 0.6rem 2rem 0.6rem 0;
  }
}
.p-sitemap__item a::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 0.6rem;
  height: 1rem;
  background: url(../images/common/arrow.svg) no-repeat center center/contain;
}

.p-location .p-head__body {
  width: 42%;
}
@media screen and (max-width: 767px) {
  .p-location .p-head__body {
    padding-top: 0;
    width: 100%;
  }
}
.p-location .p-head__title {
  margin-top: 10.3rem;
}
@media screen and (max-width: 767px) {
  .p-location .p-head__title {
    margin-top: 1rem;
  }
}
.p-location .p-head__img2 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  width: 51%;
  margin-right: 8.5rem;
}
@media screen and (max-width: 767px) {
  .p-location .p-head__img2 {
    margin-top: 1rem;
    margin-bottom: 0;
    width: 72.5333333333%;
    margin-right: 5.5rem;
  }
}
.p-location__txt {
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-location__txt {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.p-location__heading {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-location__heading {
    margin-top: 6.3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-location .c-heading2 {
    gap: 1.1rem;
  }
}
.p-location__container {
  margin-top: 11.6rem;
}
@media screen and (max-width: 767px) {
  .p-location__container {
    margin-top: 3.3rem;
  }
}
.p-location__contents:nth-child(n+2) {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .p-location__contents:nth-child(n+2) {
    margin-top: 6rem;
  }
}
.p-location__contents:nth-child(3) {
  margin-top: 9.4rem;
}
@media screen and (max-width: 767px) {
  .p-location__contents:nth-child(3) {
    margin-top: 6rem;
  }
}
.p-location__contents-ttl {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #D8D8D8;
}
@media screen and (max-width: 767px) {
  .p-location__contents-ttl {
    font-size: 2rem;
    padding-bottom: 2rem;
  }
}
.p-location__contents-items {
  margin-top: 3.5rem;
  width: 62.5%;
  margin-left: auto;
}
@media screen and (max-width: 1279px) {
  .p-location__contents-items {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .p-location__contents-items {
    margin-top: 0;
    width: 94.0298507463%;
    margin-left: 2rem;
  }
}
.p-location__contents-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 25rem 1fr;
  grid-template-columns: 25rem 1fr;
}
@media screen and (max-width: 767px) {
  .p-location__contents-item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding: 1.8rem 0;
    border-bottom: 1px solid #D8D8D8;
    gap: 1rem;
  }
}
.p-location__contents-item-ttl {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  border-bottom: 1px solid #8D8D8D;
  padding-bottom: 2.5rem;
  padding: 2.5rem 1rem;
}
@media screen and (max-width: 767px) {
  .p-location__contents-item-ttl {
    font-size: 1.4rem;
    line-height: 1.4;
    padding: 0;
    border-bottom: none;
  }
}
.p-location__contents-item-txt {
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0;
  border-bottom: 1px solid #D8D8D8;
  padding: 2.5rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-location__contents-item-txt {
    font-size: 1.4rem;
    line-height: 1.4;
    padding: 0;
    border-bottom: none;
  }
}
.p-location-map {
  border-top: 1px solid #D8D8D8;
}
@media screen and (max-width: 767px) {
  .p-location-map {
    margin-top: 0.9rem;
    padding-top: 7rem;
    padding-bottom: 5rem;
  }
}
.p-location-map__img {
  margin-top: 11.6rem;
}
@media screen and (max-width: 767px) {
  .p-location-map__img {
    margin-top: 2rem;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}
.p-location-map__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1200/600;
}
@media screen and (max-width: 767px) {
  .p-location-map__img img {
    aspect-ratio: 375/211;
  }
}
.p-location-other {
  background: #1F3134;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-location-other {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.p-location-other__top {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2.2rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.2rem;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .p-location-other__top {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-bottom: 5rem;
    gap: 5rem;
  }
}
.p-location-other__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-location-other__item {
    gap: 1.3rem;
  }
}
.p-location-other__item-body-ttl {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-location-other__item-body-ttl {
    font-size: 2rem;
    letter-spacing: 0.05em;
    margin-bottom: 1.2rem;
  }
}
.p-location-other__item-body-en {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
  color: #A6A6A6;
}
@media screen and (max-width: 767px) {
  .p-location-other__item-body-en {
    font-size: 1.6rem;
    line-height: 1.4;
  }
}
.p-location-other__item-body-txt {
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-location-other__item-body-txt {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-location-other__item.last .p-location-other__item-img img {
    aspect-ratio: 335/121;
  }
  .p-location-other__item.last .p-location-other__item-body-txt {
    margin-top: 0.9rem;
  }
}

@media screen and (max-width: 767px) {
  .p-quality .p-head__title span {
    margin-top: 2rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 767px) {
  .p-quality .p-head__text {
    margin-top: 2rem;
  }
}
.p-quality-safety {
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-quality-safety {
    padding-top: 6.4rem;
  }
}
.p-quality-safety__items {
  margin-top: 10rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3rem 1fr 3rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p-quality-safety__items {
    margin-top: 5rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.p-quality-safety__item {
  background: #1F3134;
  color: #fff;
  padding: 4rem 3.5rem 5rem;
}
@media screen and (max-width: 767px) {
  .p-quality-safety__item {
    padding: 3rem 2rem 2rem;
  }
}
.p-quality-safety__item-num {
  font-size: 2.5rem;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  line-height: 1;
  letter-spacing: 0;
  border: 1px solid #fff;
  width: 6rem;
  height: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  margin-inline: auto;
}
.p-quality-safety__item-txt {
  margin-top: 3rem;
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-quality-safety__item-txt {
    margin-top: 2rem;
    font-size: 1.4rem;
  }
}
.p-quality-guideline {
  padding-top: 11rem;
}
@media screen and (max-width: 767px) {
  .p-quality-guideline {
    padding-top: 7rem;
    padding-bottom: 7.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-quality-guideline .c-heading2 {
    gap: 1rem;
  }
}
.p-quality-guideline__items {
  margin-top: 10rem;
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  -ms-grid-rows: auto 5.2rem auto 5.2rem auto 5.2rem auto 5.2rem auto;
  grid-template-rows: repeat(5, auto);
  grid-auto-columns: 1fr;
  gap: 5.2rem 10rem;
  padding-right: 2rem;
}
@media screen and (max-width: 1279px) {
  .p-quality-guideline__items {
    gap: 5rem 3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-quality-guideline__items {
    margin-top: 3.5rem;
    -ms-grid-rows: auto 2rem auto 2rem auto 2rem auto 2rem auto 2rem auto 2rem auto 2rem auto 2rem auto;
    grid-template-rows: repeat(9, auto);
    gap: 2rem;
    padding-right: 0;
  }
}
.p-quality-guideline__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 1279px) {
  .p-quality-guideline__item {
    gap: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-quality-guideline__item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1.4rem;
  }
}
.p-quality-guideline__item-num {
  font-size: 2.5rem;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  line-height: 1;
  letter-spacing: 0;
  border: 1px solid #1F3134;
  width: 6rem;
  height: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1279px) {
  .p-quality-guideline__item-num {
    width: 5rem;
    height: 5rem;
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-quality-guideline__item-num {
    width: 4.4rem;
    height: 4.4rem;
    font-size: 2rem;
  }
}
.p-quality-guideline__item-txt {
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1279px) {
  .p-quality-guideline__item-txt {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-quality-guideline__item-txt {
    font-size: 1.4rem;
    line-height: 1.9;
  }
}
.p-quality-topvalue {
  background: #F5F5F5;
  padding-top: 8rem;
  padding-bottom: 8.4rem;
}
@media screen and (max-width: 767px) {
  .p-quality-topvalue {
    padding-top: 7rem;
    padding-bottom: 6.8rem;
  }
}
.p-quality-topvalue__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 7rem;
}
@media screen and (max-width: 767px) {
  .p-quality-topvalue__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
  }
}
.p-quality-topvalue__body {
  width: 53.3333333333%;
}
@media screen and (max-width: 767px) {
  .p-quality-topvalue__body {
    width: 100%;
  }
}
.p-quality-topvalue__body-title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
@media screen and (max-width: 1279px) {
  .p-quality-topvalue__body-title {
    white-space: normal;
  }
}
@media screen and (max-width: 767px) {
  .p-quality-topvalue__body-title {
    font-size: 2rem;
    line-height: 1.8;
  }
}
.p-quality-topvalue__body-txt {
  margin-top: 3rem;
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-quality-topvalue__body-txt {
    margin-top: 2.3rem;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }
}
.p-quality-topvalue__body-img {
  margin-top: 4rem;
  width: 42.3rem;
  margin-inline: auto;
}
@media screen and (max-width: 1279px) {
  .p-quality-topvalue__body-img {
    width: 37.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-quality-topvalue__body-img {
    width: unset;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}
@media screen and (max-width: 960px) and (orientation: landscape) {
  .p-quality-topvalue__body-img {
    margin-left: unset;
    margin-right: unset;
  }
}
.p-quality-topvalue__img {
  width: 45%;
  margin-right: -5rem;
}
@media screen and (max-width: 1279px) {
  .p-quality-topvalue__img {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-quality-topvalue__img {
    width: 100%;
    margin-right: unset;
  }
}
.p-quality-topvalue__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 540/500;
}
@media screen and (max-width: 767px) {
  .p-quality-topvalue__img img {
    aspect-ratio: 335/310;
  }
}
@media screen and (max-width: 767px) {
  .p-quality-governance {
    padding-top: 7rem;
    padding-bottom: 6.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-quality-governance .c-heading2 {
    gap: 1.7rem;
  }
}
.p-quality-governance__contents {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-quality-governance__contents {
    margin-top: 3.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-quality-governance__contents:nth-child(2) {
    margin-top: 3.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-quality-governance__contents:nth-child(3) {
    margin-top: 7rem;
  }
}
.p-quality-governance__contents-ttl {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-quality-governance__contents-ttl {
    white-space: nowrap;
  }
}
.p-quality-governance__contents-txt {
  margin-top: 3rem;
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-quality-governance__contents-txt {
    margin-top: 3.4rem;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }
}
.p-quality-governance__contents-img {
  margin-top: 3rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-quality-governance__contents-img {
    margin-top: 2.4rem;
  }
}
.p-quality-security {
  background: #F5F5F5;
  padding-top: 7.7rem;
  padding-bottom: 9.1rem;
}
@media screen and (max-width: 767px) {
  .p-quality-security {
    padding-top: 7rem;
    padding-bottom: 3.8rem;
  }
}
@media screen and (max-width: 1279px) {
  .p-quality-security .c-heading2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .p-quality-security .c-heading2 {
    gap: 1.5rem;
  }
}
.p-quality-security__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10.6rem;
}
@media screen and (max-width: 1279px) {
  .p-quality-security__container {
    gap: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-quality-security__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
  }
}
.p-quality-security__body {
  margin-top: 2rem;
  width: 61.1666666667%;
}
@media screen and (max-width: 767px) {
  .p-quality-security__body {
    margin-top: 0;
    width: 100%;
  }
}
.p-quality-security__body-ttl {
  margin-top: 10.3rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-quality-security__body-ttl {
    margin-top: 3.8rem;
    font-size: 2rem;
    line-height: 1;
    letter-spacing: 0.05em;
  }
}
.p-quality-security__body-read {
  margin-top: 2rem;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1279px) {
  .p-quality-security__body-read {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-quality-security__body-read {
    margin-top: 1.6rem;
    font-size: 2rem;
    line-height: 1.8;
  }
}
.p-quality-security__body-list {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-quality-security__body-list {
    margin-top: 2rem;
  }
}
.p-quality-security__body-item {
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-quality-security__body-item {
    font-size: 1.4rem;
    line-height: 1.8;
    letter-spacing: 0;
    padding-left: 1em;
    text-indent: -1em;
  }
}
.p-quality-security__img {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .p-quality-security__img {
    width: 100%;
  }
}
.p-quality-security__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 360/610;
}
@media screen and (max-width: 767px) {
  .p-quality-security__img img {
    aspect-ratio: 335/250;
  }
}
.p-quality-security__ttl {
  margin-top: 11.8rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-quality-security__ttl {
    margin-top: 6rem;
    font-size: 2rem;
    line-height: 1.8;
  }
}
.p-quality-security__txt {
  margin-top: 2rem;
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-quality-security__txt {
    margin-top: 2.4rem;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }
}
.p-quality-security__btn {
  text-align: right;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-quality-security__btn {
    margin-top: 4.4rem;
    text-align: center;
  }
}
.p-quality-security__btn .c-btn {
  min-height: 6rem;
}
@media screen and (max-width: 767px) {
  .p-quality-security__btn .c-btn {
    max-width: 29.5rem;
    min-height: 4rem;
  }
}
.p-quality-security__btn .c-btn__txt::after {
  right: -2.6rem;
}
@media screen and (max-width: 767px) {
  .p-quality-security__btn .c-btn__txt::after {
    right: -1.6rem;
  }
}
.p-quality-initiatives {
  padding-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .p-quality-initiatives {
    padding-top: 10.1rem;
    padding-bottom: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-quality-initiatives .c-heading2 {
    gap: 1.3rem;
  }
  .p-quality-initiatives .c-heading2 span {
    white-space: nowrap;
  }
}
.p-quality-initiatives__top {
  margin-top: 8.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 23.3rem;
}
@media screen and (max-width: 767px) {
  .p-quality-initiatives__top {
    margin-top: 3.8rem;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2rem auto;
    grid-template-columns: 1fr auto;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
    row-gap: 2.2rem;
  }
}
.p-quality-initiatives__top-body {
  width: 56.6666666667%;
}
@media screen and (max-width: 767px) {
  .p-quality-initiatives__top-body {
    display: contents;
  }
}
.p-quality-initiatives__top-body-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-quality-initiatives__top-body-title {
    font-size: 2rem;
    line-height: 1.8;
    white-space: nowrap;
    grid-column: 1/-1;
  }
}
.p-quality-initiatives__top-body-txt {
  margin-top: 2rem;
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-quality-initiatives__top-body-txt {
    margin-top: 0;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    grid-column: 1/-1;
  }
}
.p-quality-initiatives__top-body-list {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-quality-initiatives__top-body-list {
    margin-top: 0;
  }
}
.p-quality-initiatives__top-body-item {
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-quality-initiatives__top-body-item {
    font-size: 1.4rem;
    line-height: 1.9;
    padding-left: 1em;
    text-indent: -1em;
  }
}
.p-quality-initiatives__top-img {
  width: 16.1666666667%;
}
@media screen and (max-width: 767px) {
  .p-quality-initiatives__top-img {
    width: 15rem;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}
.p-quality-initiatives__top-img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 194/268;
}
.p-quality-initiatives__ttl {
  margin-top: 6rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-quality-initiatives__ttl {
    margin-top: 5rem;
    font-size: 2rem;
    line-height: 1.8;
  }
}
.p-quality-initiatives__txt {
  margin-top: 2rem;
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-quality-initiatives__txt {
    margin-top: 2.4rem;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }
}
.p-quality-initiatives__items {
  margin-top: 3rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4.3rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 4.6rem 4.3rem;
}
@media screen and (max-width: 767px) {
  .p-quality-initiatives__items {
    margin-top: 4rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 2.8rem;
  }
}
.p-quality-initiatives__item-txt {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-quality-initiatives__item-txt {
    margin-top: 0;
  }
}

.p-contact .p-form {
  padding-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .p-contact .p-form {
    padding-top: 5.5rem;
    padding-bottom: 7rem;
  }
}
.p-contact .p-form__list {
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0;
}
.p-contact .p-form__list li {
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0;
  position: relative;
  padding-left: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-contact .p-form__list li {
    font-size: 1.4rem;
    padding-left: 1.4rem;
  }
}
.p-contact .p-form__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.8rem;
  height: 0.8rem;
  background: #1F3134;
}
@media screen and (max-width: 767px) {
  .p-contact .p-form__list li::before {
    top: 1.4rem;
    width: 0.7rem;
    height: 0.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-contact .p-form__list li:nth-child(n+2) {
    margin-top: 0.5rem;
  }
}
.p-contact .p-form__flex {
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 4rem;
}
@media screen and (max-width: 1279px) {
  .p-contact .p-form__flex {
    gap: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-contact .p-form__flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-top: 4rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.7rem;
    padding-bottom: 0;
  }
}
.p-contact .p-form__flex-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 3px solid #1F3134;
}
@media screen and (max-width: 767px) {
  .p-contact .p-form__flex-item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-contact .p-form__flex-item-ttl {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.7;
  letter-spacing: 0.02em;
  background: #1F3134;
  color: #fff;
  padding: 1.1rem 4.8rem 1.1rem;
  white-space: nowrap;
}
@media screen and (max-width: 1279px) {
  .p-contact .p-form__flex-item-ttl {
    font-size: 2rem;
    padding: 1.1rem 2rem 1.1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-contact .p-form__flex-item-ttl {
    text-align: center;
    font-size: 1.8rem;
    padding: 0.4rem 1.6rem;
    max-width: 12.4rem;
  }
}
.p-contact .p-form__flex-item-tel {
  padding: 1.5rem 3rem 1.5rem 3.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}
@media screen and (max-width: 1279px) {
  .p-contact .p-form__flex-item-tel {
    padding: 1.5rem 2rem 1.5rem 2.3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-contact .p-form__flex-item-tel {
    padding: 0.7rem 1.1rem;
  }
}
.p-contact .p-form__tel-link {
  display: inline-block;
  font-size: 3.5rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  padding-left: 3.2rem;
  position: relative;
}
@media screen and (max-width: 1279px) {
  .p-contact .p-form__tel-link {
    font-size: 2.8rem;
    padding-left: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-contact .p-form__tel-link {
    font-size: 2.4rem;
    padding-left: 2rem;
  }
}
.p-contact .p-form__tel-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.4rem;
  height: 2.4rem;
  background: url("../images/common/tel.svg") no-repeat center center/contain;
}
@media screen and (max-width: 1279px) {
  .p-contact .p-form__tel-link::before {
    width: 2rem;
    height: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-contact .p-form__tel-link::before {
    width: 1.7rem;
    height: 1.7rem;
  }
}
.p-contact .p-form__txt {
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-contact .p-form__txt {
    margin-top: 2.2rem;
    font-size: 1.4rem;
  }
}
.p-contact .p-form__txt span.red {
  font-size: 2rem;
  color: #E60012;
}
@media screen and (max-width: 767px) {
  .p-contact .p-form__txt span.red {
    font-size: 1.8rem;
  }
}
.p-contact .p-form__box {
  margin-top: 6rem;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .p-contact .p-form__box {
    margin-top: 3.4rem;
  }
}
.p-contact .p-form.is-form-confirm .p-form__list,
.p-contact .p-form.is-form-confirm .p-form__flex,
.p-contact .p-form.is-form-confirm .p-form__txt,
.p-contact .p-form.is-form-confirm .p-form__contents-top {
  display: none;
}
.p-contact .p-form.is-form-confirm .smf-placeholder[data-name=checkbox] {
  display: none;
}
.p-contact .p-form.is-form-confirm .p-form__box {
  margin-top: 0;
}
.p-contact .p-form.is-form-confirm .p-form__flow-wrap {
  padding: 0 0 6.8rem;
}
.p-contact .p-form.is-form-confirm .smf-form--simple-table .smf-item {
  gap: 10rem;
  padding: 3.1rem 0;
}
.p-contact .p-form.is-form-confirm .address-flex:nth-child(n+2) {
  margin-top: 3rem;
}
.p-contact .p-form.is-form-confirm .smf-form--simple-table + .smf-action {
  margin: 6rem 0 0;
}
@media screen and (max-width: 1279px) {
  .p-contact .p-form.is-form-confirm .smf-form--simple-table .smf-item {
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-contact .p-form.is-form-confirm .p-form__contents-top {
    display: block;
  }
  .p-contact .p-form.is-form-confirm .p-form__contents-top span {
    margin-right: 6px;
  }
  .p-contact .p-form.is-form-confirm .p-form__flow-wrap {
    padding-bottom: 2.5rem;
  }
  .p-contact .p-form.is-form-confirm .smf-form--simple-table .smf-item__col--label {
    padding-bottom: 2.3rem;
  }
  .p-contact .p-form.is-form-confirm .smf-form--simple-table .smf-item {
    padding: 1.7rem 0 3.5rem;
  }
  .p-contact .p-form.is-form-confirm .smf-form--simple-table .smf-item__col--controls {
    padding: 0 1.6rem;
  }
  .p-contact .p-form.is-form-confirm .smf-form--simple-table .smf-item__col--controls:has(.address-flex) {
    padding: 0 1.6rem 0 0;
  }
  .p-contact .p-form.is-form-confirm .address-flex:nth-child(n+2) {
    margin-top: 3.3rem;
  }
  .p-contact .p-form.is-form-confirm .smf-placeholder {
    line-height: 1.9;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-contact .p-form.is-form-confirm .smf-form--simple-table + .smf-action {
    margin: 1.8rem 0 0;
  }
}

.p-contact.complet {
  padding-bottom: 9rem;
}
@media screen and (max-width: 767px) {
  .p-contact.complet {
    padding-top: 5.7rem;
    padding-bottom: 5.5rem;
  }
}
.p-contact.complet .p-form__box {
  margin-top: 0;
}
.p-contact.complet .p-form__flex {
  margin-top: 6.6rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-contact.complet .p-form__flex {
    margin-top: 4.1rem;
  }
}

.p-action-report__sec {
  padding-bottom: 9rem;
}
@media screen and (max-width: 767px) {
  .p-action-report__sec {
    padding-top: 5.8rem;
    padding-bottom: 7.8rem;
  }
}
.p-action-report__txt {
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-action-report__txt {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }
}
.p-action-report__container {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-action-report__container {
    margin-top: 5rem;
  }
}
.p-action-report__contents:nth-child(n+2) {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .p-action-report__contents:nth-child(n+2) {
    margin-top: 4rem;
  }
}
.p-action-report__contents-ttl {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-action-report__contents-ttl {
    letter-spacing: 0;
    margin-bottom: 2rem;
  }
}
.p-action-report__item {
  border-top: 1px solid #D8D8D8;
  padding: 3rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10rem;
}
@media screen and (max-width: 1279px) {
  .p-action-report__item {
    gap: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-action-report__item {
    padding: 2.8rem 0;
    gap: 1.6rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-action-report__item:last-child {
  border-bottom: 1px solid #D8D8D8;
}
.p-action-report__item-img {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .p-action-report__item-img {
    width: 100%;
  }
}
.p-action-report__item-body-ttl {
  padding-left: 4rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-action-report__item-body-ttl {
    padding-left: 3.7rem;
  }
}
.p-action-report__item-body-ttl::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.6rem;
  height: 3.1rem;
  background: url(../images/common/pdf.svg) no-repeat center center/contain;
}
.p-action-report__item-body-ttl a {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: 0;
  border-bottom: 1px solid #1F3134;
  padding: 0 5rem 0.5rem 0.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-action-report__item-body-ttl a {
    font-size: 1.6rem;
    padding: 0 2.5rem 0.45rem 0;
  }
}
.p-action-report__item-body-ttl a::after {
  content: "";
  position: absolute;
  right: 0.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.6rem;
  height: 1.6rem;
  background: url(../images/common/download.svg) no-repeat center center/contain;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .p-people-vision {
    padding-top: 6.1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-people-vision .c-heading2 {
    gap: 1rem;
  }
}
.p-people-vision__read {
  margin-top: 10rem;
  font-size: 3.4rem;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1279px) {
  .p-people-vision__read {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-people-vision__read {
    margin-top: 4.2rem;
    font-size: 2rem;
    line-height: 1.8;
  }
}
.p-people-policy {
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-people-policy {
    padding-top: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-people-policy .c-heading2 {
    gap: 1.3rem;
  }
}
.p-people-policy__items {
  margin-top: 10rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3rem 1fr 3rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  border-bottom: 1px solid #D8D8D8;
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .p-people-policy__items {
    margin-top: 4rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 2rem;
    padding-bottom: 6.5rem;
  }
}
.p-people-policy__item {
  background: #1F3134;
  color: #fff;
  padding: 4rem 3.5rem 6.6rem;
}
@media screen and (max-width: 767px) {
  .p-people-policy__item {
    padding: 3rem 2rem 2rem;
  }
}
.p-people-policy__item-num {
  font-size: 2.5rem;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  line-height: 1;
  letter-spacing: 0;
  border: 1px solid #fff;
  width: 6rem;
  height: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  margin-inline: auto;
}
.p-people-policy__item-txt {
  margin-top: 3rem;
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-people-policy__item-txt {
    margin-top: 2rem;
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.p-people-guideline {
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-people-guideline .c-heading2 {
    gap: 1rem;
  }
}
.p-people-guideline__items {
  margin-top: 10rem;
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  -ms-grid-rows: auto 5rem auto 5rem auto;
  grid-template-rows: repeat(3, auto);
  grid-auto-columns: 1fr;
  gap: 5rem 10rem;
  padding-right: 2rem;
  border-bottom: 1px solid #D8D8D8;
  padding-bottom: 10rem;
}
@media screen and (max-width: 1279px) {
  .p-people-guideline__items {
    gap: 5rem 3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-people-guideline__items {
    margin-top: 3rem;
    grid-auto-flow: row;
    -ms-grid-rows: unset;
    grid-template-rows: unset;
    gap: 2.1rem;
    padding-bottom: 7rem;
  }
}
.p-people-guideline__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 1279px) {
  .p-people-guideline__item {
    gap: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-people-guideline__item {
    gap: 1.4rem;
  }
}
.p-people-guideline__item-num {
  font-size: 2.5rem;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  line-height: 1;
  letter-spacing: 0;
  border: 1px solid #1F3134;
  width: 6rem;
  height: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1279px) {
  .p-people-guideline__item-num {
    width: 5rem;
    height: 5rem;
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-people-guideline__item-num {
    width: 4.4rem;
    height: 4.4rem;
    font-size: 2rem;
  }
}
.p-people-guideline__item-txt {
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1279px) {
  .p-people-guideline__item-txt {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-people-guideline__item-txt {
    font-size: 1.4rem;
    line-height: 1.9;
  }
}
.p-people-program {
  border-bottom: 1px solid #D8D8D8;
}
@media screen and (max-width: 767px) {
  .p-people-program {
    padding-bottom: 7rem;
  }
}
@media screen and (max-width: 767px) {
  .p-people-program .c-heading2 {
    gap: 1.3rem;
  }
}
.p-people-program__txt {
  margin-top: 10rem;
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-people-program__txt {
    margin-top: 3.9rem;
    font-size: 1.4rem;
    line-height: 1.9;
    letter-spacing: 0.05em;
  }
}
.p-people-program__img {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-people-program__img {
    margin-right: -5px;
  }
}
.p-people-program__img img {
  width: 100%;
  height: auto;
}
.p-people-worklife {
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-people-worklife {
    padding-top: 7rem;
  }
}
.p-people-worklife__inner {
  padding-bottom: 10rem;
  border-bottom: 1px solid #D8D8D8;
}
@media screen and (max-width: 767px) {
  .p-people-worklife__inner {
    padding-bottom: 7rem;
  }
}
@media screen and (max-width: 767px) {
  .p-people-worklife .c-heading2 {
    gap: 1rem;
  }
}
.p-people-worklife__ttl {
  margin-top: 9.7rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-people-worklife__ttl {
    margin-top: 3.6rem;
    font-size: 2rem;
    line-height: 1.8;
  }
}
.p-people-worklife__read {
  margin-top: 3rem;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1279px) {
  .p-people-worklife__read {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-people-worklife__read {
    margin-top: 1rem;
    font-size: 2rem;
    line-height: 1.8;
  }
}
.p-people-worklife__txt {
  margin-top: 3rem;
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-people-worklife__txt {
    margin-top: 2rem;
    font-size: 1.4rem;
    line-height: 1.9;
    letter-spacing: 0.05em;
  }
}
.p-people-worklife__btn {
  margin-top: 4rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-people-worklife__btn {
    margin-top: 2.8rem;
    text-align: center;
  }
}
.p-people-worklife__btn .c-btn {
  min-height: 6rem;
}
@media screen and (max-width: 767px) {
  .p-people-worklife__btn .c-btn {
    max-width: 29.5rem;
    min-height: 4rem;
  }
}
.p-people-worklife__btn .c-btn:hover .c-btn__txt::after {
  background-color: #fff;
}
.p-people-worklife__btn .c-btn__txt::after {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-mask-image: url(../images/common/link.svg);
          mask-image: url(../images/common/link.svg);
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: #1F3134;
  width: 1.4rem;
  height: 1.4rem;
  right: -3rem;
}
.p-people-management {
  padding-bottom: 15.8rem;
}
@media screen and (max-width: 767px) {
  .p-people-management {
    padding-top: 7rem;
    padding-bottom: 6.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-people-management .c-heading2 {
    gap: 1rem;
  }
}
.p-people-management__ttl {
  margin-top: 10rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-people-management__ttl {
    margin-top: 3.6rem;
    font-size: 2rem;
    line-height: 1.8;
  }
}
.p-people-management__read {
  margin-top: 3rem;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1279px) {
  .p-people-management__read {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-people-management__read {
    margin-top: 1rem;
    font-size: 2rem;
    line-height: 1.8;
  }
}
.p-people-management__txt {
  margin-top: 3rem;
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-people-management__txt {
    margin-top: 2rem;
    font-size: 1.4rem;
    line-height: 1.9;
    letter-spacing: 0.05em;
  }
}
.p-people-management__wrap {
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4.8rem;
  background: #FAFAFA;
  padding: 0 5rem;
}
@media screen and (max-width: 1279px) {
  .p-people-management__wrap {
    padding: 2rem;
    gap: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-people-management__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 1rem;
    margin-top: 4.5rem;
    padding: 0.7rem 2rem 2.8rem;
    margin-bottom: 7rem;
  }
}
.p-people-management__wrap-txt {
  display: block;
  width: 72.7272727273%;
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-people-management__wrap-txt {
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.9;
  }
}
.p-people-management__wrap-img {
  width: 22.1818181818%;
}
@media screen and (max-width: 767px) {
  .p-people-management__wrap-img {
    width: 81.3333333333%;
  }
}
.p-people-management__gallery {
  margin-top: 3rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3rem 1fr 3rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p-people-management__gallery {
    margin-top: 2rem;
    gap: 1rem;
  }
}
.p-people-management__gallery img {
  width: 100%;
  height: auto;
  aspect-ratio: 380/260;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-people-management__items {
  margin-top: 5.7rem;
}
@media screen and (max-width: 767px) {
  .p-people-management__items {
    margin-top: 3rem;
  }
}
.p-people-management__item {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: 51.5rem 4.5rem 1fr;
  grid-template-columns: 51.5rem 1fr;
  gap: 4.5rem;
  padding: 1.9rem 2rem 1.9rem 0;
  border-bottom: 1px solid #D8D8D8;
}
.p-people-management__item:first-child {
  border-top: 1px solid #D8D8D8;
}
@media screen and (max-width: 1279px) {
  .p-people-management__item {
    gap: 2rem;
    padding: 2rem 0;
  }
}
@media screen and (max-width: 767px) {
  .p-people-management__item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 2rem 0;
  }
}
.p-people-management__item-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
}
@media screen and (max-width: 1279px) {
  .p-people-management__item-left {
    gap: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-people-management__item-left {
    gap: 2rem;
  }
}
.p-people-management__item-img {
  width: 47.0588235294%;
}
@media screen and (max-width: 767px) {
  .p-people-management__item-img {
    min-width: 15.8rem;
  }
}
.p-people-management__item-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 240/160;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-people-management__item-img img {
    aspect-ratio: 158/99;
  }
}
.p-people-management__item-ttl {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1279px) {
  .p-people-management__item-ttl {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-people-management__item-ttl {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
.p-people-management__item-txt {
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-people-management__item-txt {
    font-size: 1.4rem;
  }
}

.p-sdgs {
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-sdgs .p-head__text {
    margin-top: 3.4rem;
  }
}
.p-sdgs__read {
  font-size: 3.4rem;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #D8D8D8;
  padding-bottom: 10rem;
}
@media screen and (max-width: 1279px) {
  .p-sdgs__read {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-sdgs__read {
    font-size: 2rem;
    line-height: 1.8;
    letter-spacing: 0.05em;
    padding-bottom: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-sdgs-vision .c-heading2 {
    gap: 1.5rem;
  }
}
.p-sdgs-vision__read {
  margin-top: 10rem;
  font-size: 2.8rem;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0;
}
@media screen and (max-width: 1279px) {
  .p-sdgs-vision__read {
    margin-top: 6rem;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-sdgs-vision__read {
    margin-top: 4.1rem;
    font-size: 2rem;
    line-height: 1.8;
    letter-spacing: 0.05em;
  }
}
.p-sdgs-policy {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .p-sdgs-policy {
    padding-top: 1.5rem;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-sdgs-policy .c-heading2 {
    gap: 0.8rem;
  }
}
.p-sdgs-policy__items {
  margin-top: 10rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3rem 1fr 3rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  padding-bottom: 10rem;
  border-bottom: 1px solid #D8D8D8;
}
@media screen and (max-width: 767px) {
  .p-sdgs-policy__items {
    margin-top: 3.8rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 2.3rem;
    padding-bottom: 7rem;
  }
}
.p-sdgs-policy__item {
  background: #1F3134;
  color: #fff;
  padding: 4rem 3.5rem 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-sdgs-policy__item {
    padding: 3rem 2rem 2rem;
  }
}
.p-sdgs-policy__item-num {
  font-size: 2.5rem;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  line-height: 1;
  letter-spacing: 0;
  border: 1px solid #fff;
  width: 6rem;
  height: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  margin-inline: auto;
}
.p-sdgs-policy__item-txt {
  margin-top: 3rem;
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-sdgs-policy__item-txt {
    margin-top: 2rem;
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.p-sdgs-guideline {
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-sdgs-guideline {
    padding-top: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-sdgs-guideline .c-heading2 {
    gap: 1rem;
  }
}
.p-sdgs-guideline__items {
  margin-top: 10rem;
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  -ms-grid-rows: auto 4.9rem auto 4.9rem auto 4.9rem auto;
  grid-template-rows: repeat(4, auto);
  grid-auto-columns: 1fr;
  gap: 4.9rem 10rem;
  padding-right: 2rem;
  border-bottom: 1px solid #D8D8D8;
  padding-bottom: 10rem;
}
@media screen and (max-width: 1279px) {
  .p-sdgs-guideline__items {
    gap: 4rem 3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-sdgs-guideline__items {
    margin-top: 3rem;
    grid-auto-flow: row;
    -ms-grid-rows: unset;
    grid-template-rows: unset;
    gap: 2.6rem;
    padding-bottom: 7rem;
  }
}
.p-sdgs-guideline__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 1279px) {
  .p-sdgs-guideline__item {
    gap: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-sdgs-guideline__item {
    gap: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-sdgs-guideline__item:last-child {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-sdgs-guideline__item-num {
  font-size: 2.5rem;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  line-height: 1;
  letter-spacing: 0;
  border: 1px solid #1F3134;
  width: 6rem;
  height: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1279px) {
  .p-sdgs-guideline__item-num {
    width: 5rem;
    height: 5rem;
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-sdgs-guideline__item-num {
    width: 4.4rem;
    height: 4.4rem;
    font-size: 2rem;
  }
}
.p-sdgs-guideline__item-txt {
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1279px) {
  .p-sdgs-guideline__item-txt {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-sdgs-guideline__item-txt {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.p-sdgs-authentication {
  border-bottom: 1px solid #D8D8D8;
  padding-bottom: 8.4rem;
}
@media screen and (max-width: 767px) {
  .p-sdgs-authentication {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-sdgs-authentication .c-heading2 {
    gap: 1rem;
  }
}
.p-sdgs-authentication__items {
  margin-top: 10rem;
  display: -ms-grid;
  display: grid;
  gap: 10.2rem;
}
@media screen and (max-width: 767px) {
  .p-sdgs-authentication__items {
    margin-top: 4rem;
    gap: 4.4rem;
  }
}
.p-sdgs-authentication__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 11.3rem 15.5833333333%;
  grid-template-columns: 1fr 15.5833333333%;
      grid-template-areas: "title image" "text image" "button image";
  -webkit-column-gap: 11.3rem;
     -moz-column-gap: 11.3rem;
          column-gap: 11.3rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 1279px) {
  .p-sdgs-authentication__item {
    -webkit-column-gap: 5rem;
       -moz-column-gap: 5rem;
            column-gap: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-sdgs-authentication__item {
    -ms-grid-columns: auto 2rem 1fr;
    grid-template-columns: auto 1fr;
    -ms-grid-rows: auto 2rem auto 2rem auto;
        grid-template-areas: "title title" "text text" "image button";
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
    row-gap: 2rem;
  }
}
.p-sdgs-authentication__item:nth-child(2) .p-sdgs-authentication__item-txt {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-sdgs-authentication__item:nth-child(2) .p-sdgs-authentication__item-txt {
    margin-top: 0;
  }
}
.p-sdgs-authentication__item-body {
  display: contents;
}
.p-sdgs-authentication__item-ttl {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: title;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-sdgs-authentication__item-ttl {
    font-size: 2rem;
    line-height: 1.8;
  }
}
.p-sdgs-authentication__item-txt {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: text;
  margin-top: 2.3rem;
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-sdgs-authentication__item-txt {
    margin-top: 0;
    font-size: 1.4rem;
    line-height: 1.9;
    letter-spacing: 0.05em;
  }
}
.p-sdgs-authentication__item-btn {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: button;
  margin-top: 3.5rem;
  text-align: right;
  -ms-grid-row-align: end;
      align-self: end;
}
@media screen and (max-width: 767px) {
  .p-sdgs-authentication__item-btn {
    margin-top: 0;
    -ms-grid-column-align: end;
        justify-self: end;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}
.p-sdgs-authentication__item-btn .c-btn {
  min-height: 6rem;
}
@media screen and (max-width: 767px) {
  .p-sdgs-authentication__item-btn .c-btn {
    min-width: 18.5rem;
    max-width: 100%;
    min-height: 4rem;
    padding-right: 4.3rem;
  }
}
.p-sdgs-authentication__item-btn .c-btn:hover .c-btn__txt::after {
  background-color: #fff;
}
.p-sdgs-authentication__item-btn .c-btn .c-btn__txt::after {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-mask-image: url(../images/common/link.svg);
          mask-image: url(../images/common/link.svg);
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: #1F3134;
  width: 1.4rem;
  height: 1.4rem;
  right: -3rem;
}
.p-sdgs-authentication__item-img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 3;
  grid-area: image;
  width: 100%;
}
@media screen and (max-width: 767px){
  .p-sdgs-authentication__item-ttl {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .p-sdgs-authentication__item-txt {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .p-sdgs-authentication__item-btn {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .p-sdgs-authentication__item-img {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-sdgs-authentication__item-img {
    width: 13rem;
  }
}
.p-sdgs-authentication__item-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 187/270;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-sdgs-carbon-neutral {
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-sdgs-carbon-neutral {
    padding-top: 7rem;
  }
}
@media screen and (max-width: 767px) {
  .p-sdgs-carbon-neutral .c-heading2 {
    gap: 1.5rem;
  }
  .p-sdgs-carbon-neutral .c-heading2 span {
    white-space: nowrap;
  }
}
.p-sdgs-carbon-neutral__txt {
  margin-top: 10rem;
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-sdgs-carbon-neutral__txt {
    margin-top: 3rem;
    font-size: 1.4rem;
    line-height: 1.9;
    letter-spacing: 0.05em;
  }
}
.p-sdgs-carbon-neutral__gallery {
  margin-top: 3rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.6rem 1fr 0.6rem 1fr 0.6rem 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.6rem;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .p-sdgs-carbon-neutral__gallery {
    margin-top: 3rem;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-sdgs-carbon-neutral__gallery-item img {
  width: 100%;
  height: auto;
  aspect-ratio: 345/170;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-sdgs-carbon-neutral__items {
  margin-top: 10rem;
  display: -ms-grid;
  display: grid;
  padding-bottom: 10rem;
  border-bottom: 1px solid #D8D8D8;
}
@media screen and (max-width: 767px) {
  .p-sdgs-carbon-neutral__items {
    margin-top: 3.6rem;
    padding-bottom: 7rem;
    gap: 3.9rem;
  }
}
.p-sdgs-carbon-neutral__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12rem;
}
@media screen and (max-width: 1279px) {
  .p-sdgs-carbon-neutral__item {
    gap: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-sdgs-carbon-neutral__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1.6rem;
  }
}
.p-sdgs-carbon-neutral__item:nth-child(n+2) {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-sdgs-carbon-neutral__item:nth-child(n+2) {
    margin-top: 0;
  }
}
.p-sdgs-carbon-neutral__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 7.8rem;
}
.p-sdgs-carbon-neutral__item:nth-child(even) .p-sdgs-carbon-neutral__item-images {
  width: 60%;
}
.p-sdgs-carbon-neutral__item:nth-child(even) .p-sdgs-carbon-neutral__item-img:nth-child(1) img {
  aspect-ratio: 310/240;
}
.p-sdgs-carbon-neutral__item:nth-child(even) .p-sdgs-carbon-neutral__item-img:nth-child(2) img {
  aspect-ratio: 400/240;
}
@media screen and (max-width: 1279px) {
  .p-sdgs-carbon-neutral__item:nth-child(even) .p-sdgs-carbon-neutral__item-body {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-sdgs-carbon-neutral__item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1.8rem;
  }
  .p-sdgs-carbon-neutral__item:nth-child(even) .p-sdgs-carbon-neutral__item-list li:nth-child(n+2) {
    margin-top: 0.7rem;
  }
  .p-sdgs-carbon-neutral__item:nth-child(even) .p-sdgs-carbon-neutral__item-images {
    width: 100%;
  }
}
.p-sdgs-carbon-neutral__item-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  width: 52.5%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-sdgs-carbon-neutral__item-images {
    width: 100%;
  }
}
.p-sdgs-carbon-neutral__item-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 310/240;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-sdgs-carbon-neutral__item-body {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-sdgs-carbon-neutral__item-ttl {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-sdgs-carbon-neutral__item-ttl {
    font-size: 2rem;
    line-height: 1.8;
    letter-spacing: 0.05em;
  }
}
.p-sdgs-carbon-neutral__item-list {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-sdgs-carbon-neutral__item-list {
    margin-top: 0.7rem;
  }
}
.p-sdgs-carbon-neutral__item-list li {
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0;
  padding-left: 1.8rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-sdgs-carbon-neutral__item-list li {
    font-size: 1.4rem;
    line-height: 1.9;
  }
  .p-sdgs-carbon-neutral__item-list li:nth-child(n+2) {
    margin-top: 0.5rem;
  }
}
.p-sdgs-carbon-neutral__item-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.4rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.8rem;
  height: 0.8rem;
  background: #1F3134;
}
@media screen and (max-width: 767px) {
  .p-sdgs-carbon-neutral__item-list li::before {
    top: 1rem;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.p-sdgs-diversity {
  padding-bottom: 11.8rem;
}
@media screen and (max-width: 767px) {
  .p-sdgs-diversity {
    padding-top: 7rem;
    padding-bottom: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-sdgs-diversity .c-heading2 {
    gap: 1.5rem;
  }
}
.p-sdgs-diversity__container {
  margin-top: 10rem;
  gap: 10rem;
}
@media screen and (max-width: 767px) {
  .p-sdgs-diversity__container {
    margin-top: 3.6rem;
    gap: 4.4rem;
  }
}
.p-sdgs-diversity__contents:nth-child(n+2) {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-sdgs-diversity__contents:nth-child(n+2) {
    margin-top: 5.1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-sdgs-diversity__contents:last-child .p-sdgs-diversity__item {
    gap: 4rem;
  }
}
.p-sdgs-diversity__contents-ttl {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}
.p-sdgs-diversity__item {
  margin-top: 2.9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10rem;
}
@media screen and (max-width: 1279px) {
  .p-sdgs-diversity__item {
    gap: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-sdgs-diversity__item {
    margin-top: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.2rem;
  }
}
.p-sdgs-diversity__item-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-sdgs-diversity__item-read {
  margin-bottom: 3rem;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1279px) {
  .p-sdgs-diversity__item-read {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-sdgs-diversity__item-read {
    margin-bottom: 2rem;
    font-size: 2rem;
    line-height: 1.8;
  }
}
.p-sdgs-diversity__item-txt {
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-sdgs-diversity__item-txt {
    font-size: 1.4rem;
    line-height: 1.9;
    letter-spacing: 0.05em;
  }
}
.p-sdgs-diversity__item-img {
  width: 45.8333333333%;
}
@media screen and (max-width: 767px) {
  .p-sdgs-diversity__item-img {
    width: 100%;
  }
}
.p-sdgs-diversity__item-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 550/330;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-sdgs-diversity__item-flex {
  margin-top: 3.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
}
@media screen and (max-width: 1279px) {
  .p-sdgs-diversity__item-flex {
    gap: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-sdgs-diversity__item-flex {
    margin-top: 3.3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.2rem;
  }
}
.p-sdgs-diversity__item-flex-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-sdgs-diversity__item-flex-item-ttl {
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 1279px) {
  .p-sdgs-diversity__item-flex-item-ttl {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-sdgs-diversity__item-flex-item-ttl {
    font-size: 1.6rem;
  }
}
.p-sdgs-diversity__item-flex-item-btn {
  margin-top: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-sdgs-diversity__item-flex-item-btn {
    margin-top: 1.6rem;
  }
}
.p-sdgs-diversity__item-flex-item-btn .c-btn {
  min-height: 6rem;
}
@media screen and (max-width: 1279px) {
  .p-sdgs-diversity__item-flex-item-btn .c-btn {
    min-width: 21rem;
    max-width: 21rem;
  }
}
@media screen and (max-width: 767px) {
  .p-sdgs-diversity__item-flex-item-btn .c-btn {
    min-width: 18.5rem;
    max-width: 18.5rem;
    min-height: 4rem;
  }
}
.p-sdgs-diversity__item-btn {
  margin-top: 3rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-sdgs-diversity__item-btn {
    margin-top: 3.5rem;
    text-align: left;
  }
}
.p-sdgs-diversity__item-btn .c-btn {
  min-height: 6rem;
}
@media screen and (max-width: 767px) {
  .p-sdgs-diversity__item-btn .c-btn {
    min-width: 18.5rem;
    max-width: 18.5rem;
    min-height: 4rem;
  }
}
.p-sdgs-diversity__item-btn .c-btn:hover .c-btn__txt::after {
  background-color: #fff;
}
.p-sdgs-diversity__item-btn .c-btn .c-btn__txt::after {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-mask-image: url(../images/common/link.svg);
          mask-image: url(../images/common/link.svg);
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background: #1F3134;
  width: 1.4rem;
  height: 1.4rem;
  right: -2.8rem;
}
@media screen and (max-width: 767px) {
  .p-sdgs-diversity__item-btn .c-btn .c-btn__txt::after {
    right: -2rem;
  }
}

.p-recruit__kv {
  position: relative;
  width: 100%;
  height: 100%;
}
.p-recruit__kv-title {
  content: "";
  position: absolute;
  top: 50%;
  left: 11rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: 700;
  font-size: 6rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #fff;
  text-shadow: 0px 0px 14px rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 767px) {
  .p-recruit__kv-title {
    font-size: 3.4rem;
    line-height: 1.4117647059;
    top: 40%;
    left: 2rem;
  }
}
.p-recruit__top-message {
  padding-bottom: 0;
}
.p-recruit__top-message-read {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-recruit__top-message-read {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.p-recruit__top-message-cta {
  margin-top: 7rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 767px) {
  .p-recruit__top-message-cta {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.p-recruit__top-message-cta-item {
  display: block;
  position: relative;
  color: inherit;
  cursor: pointer;
  opacity: 1;
}
.p-recruit__top-message-cta-item:hover {
  opacity: 1;
}
.p-recruit__top-message-cta-item::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-recruit__top-message-cta-item:hover::before {
  inset: 2rem;
  background-color: #fff;
}
.p-recruit__top-message-cta-item:hover .p-recruit__top-message-cta-item-btn .c-btn.c-btn--black, .p-recruit__top-message-cta-item:hover .p-recruit__top-message-cta-item-btns .c-btn.c-btn--black {
  opacity: 1;
  background-color: #1F3134;
}
.p-recruit__top-message-cta-item:hover .p-recruit__top-message-cta-item-btn .c-btn.c-btn--black::before, .p-recruit__top-message-cta-item:hover .p-recruit__top-message-cta-item-btns .c-btn.c-btn--black::before {
  background-color: #1F3134;
  inset: 0;
}
.p-recruit__top-message-cta-item:hover .p-recruit__top-message-cta-item-btn .c-btn.c-btn--black .c-btn__txt, .p-recruit__top-message-cta-item:hover .p-recruit__top-message-cta-item-btns .c-btn.c-btn--black .c-btn__txt {
  color: #fff;
}
.p-recruit__top-message-cta-item:hover .p-recruit__top-message-cta-item-btn .c-btn.c-btn--black .c-btn__txt::after, .p-recruit__top-message-cta-item:hover .p-recruit__top-message-cta-item-btns .c-btn.c-btn--black .c-btn__txt::after {
  border-color: #fff;
}
.p-recruit__top-message-cta-item-img {
  position: relative;
}
.p-recruit__top-message-cta-item-img img {
  width: 100%;
  height: 100%;
  display: block;
}
.p-recruit__top-message-cta-item-body {
  position: absolute;
  inset: 0;
  z-index: 2;
  background-color: transparent;
  text-align: center;
  padding: 7.2rem 6rem 3rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__top-message-cta-item-body {
    padding: 4rem 2rem 2rem;
  }
}
.p-recruit__top-message-cta-item-en {
  font-size: 2.8rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  line-height: 2.2142857143;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-recruit__top-message-cta-item-en {
    font-size: 1.6rem;
    line-height: 2.1;
  }
}
.p-recruit__top-message-cta-item-title {
  margin-top: 1.3rem;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.4444444444;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-recruit__top-message-cta-item-title {
    font-size: 2rem;
    line-height: 1.45;
  }
}
.p-recruit__top-message-cta-item-text {
  display: block;
  margin-top: 3.1rem;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-recruit__top-message-cta-item-text {
    margin-top: 0.9rem;
    font-size: 1.2rem;
    line-height: 2.3333333333;
  }
}
.p-recruit__top-message-cta-item-btn {
  margin-top: 14.5rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__top-message-cta-item-btn {
    margin-top: 4.5rem;
  }
}
.p-recruit__top-message-cta-item-btn .c-btn.c-btn--black, .p-recruit__top-message-cta-item-btns .c-btn.c-btn--black {
  background-color: transparent;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.p-recruit__top-message-cta-item-btn .c-btn.c-btn--black::before, .p-recruit__top-message-cta-item-btns .c-btn.c-btn--black::before {
  background-color: transparent;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.p-recruit__top-message-cta-item:not(:hover) .p-recruit__top-message-cta-item-btn .c-btn.c-btn--black:hover, .p-recruit__top-message-cta-item:not(:hover) .p-recruit__top-message-cta-item-btn .c-btn.c-btn--black:focus, .p-recruit__top-message-cta-item:not(:hover) .p-recruit__top-message-cta-item-btns .c-btn.c-btn--black:hover, .p-recruit__top-message-cta-item:not(:hover) .p-recruit__top-message-cta-item-btns .c-btn.c-btn--black:focus {
  opacity: 1;
  background-color: transparent;
}
.p-recruit__top-message-cta-item:not(:hover) .p-recruit__top-message-cta-item-btn .c-btn.c-btn--black:hover::before, .p-recruit__top-message-cta-item:not(:hover) .p-recruit__top-message-cta-item-btn .c-btn.c-btn--black:focus::before, .p-recruit__top-message-cta-item:not(:hover) .p-recruit__top-message-cta-item-btns .c-btn.c-btn--black:hover::before, .p-recruit__top-message-cta-item:not(:hover) .p-recruit__top-message-cta-item-btns .c-btn.c-btn--black:focus::before {
  background-color: transparent;
}
.p-recruit__top-message-cta-item:not(:hover) .p-recruit__top-message-cta-item-btn .c-btn.c-btn--black:hover .c-btn__txt, .p-recruit__top-message-cta-item:not(:hover) .p-recruit__top-message-cta-item-btn .c-btn.c-btn--black:focus .c-btn__txt, .p-recruit__top-message-cta-item:not(:hover) .p-recruit__top-message-cta-item-btns .c-btn.c-btn--black:hover .c-btn__txt, .p-recruit__top-message-cta-item:not(:hover) .p-recruit__top-message-cta-item-btns .c-btn.c-btn--black:focus .c-btn__txt {
  color: #1F3134;
}
.p-recruit__top-message-cta-item:not(:hover) .p-recruit__top-message-cta-item-btn .c-btn.c-btn--black:hover .c-btn__txt::after, .p-recruit__top-message-cta-item:not(:hover) .p-recruit__top-message-cta-item-btn .c-btn.c-btn--black:focus .c-btn__txt::after, .p-recruit__top-message-cta-item:not(:hover) .p-recruit__top-message-cta-item-btns .c-btn.c-btn--black:hover .c-btn__txt::after, .p-recruit__top-message-cta-item:not(:hover) .p-recruit__top-message-cta-item-btns .c-btn.c-btn--black:focus .c-btn__txt::after {
  border-color: #1F3134;
}
.p-recruit__top-message-cta-item-btns {
  margin-top: 3.2rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1rem 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__top-message-cta-item-btns {
    margin-top: 0.8rem;
  }
}
.p-recruit__top-message-cta-item-btns .c-btn {
  max-width: 100%;
}
.p-recruit__top-message-cta-item-btns .c-btn:first-child {
  grid-column: 1/-1;
  max-width: none;
  width: 100%;
}
.p-recruit__top-info {
  background: #1F3134;
}
.p-recruit__top-info-read {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
  letter-spacing: 0;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-recruit__top-info-read {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.p-recruit__top-info-items {
  margin-top: 7rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.5rem 1fr 0.5rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__top-info-items {
    margin-top: 4.1rem;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-recruit__top-info-item {
  position: relative;
  cursor: pointer;
  opacity: 1;
}
.p-recruit__top-info-item:hover {
  opacity: 1;
}
.p-recruit__top-info-item::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-recruit__top-info-item:hover::before {
  inset: 2rem;
  background-color: #fff;
}
.p-recruit__top-info-item:hover .c-btn.c-btn--black {
  background-color: #1F3134;
}
.p-recruit__top-info-item:hover .c-btn.c-btn--black::before {
  background-color: #1F3134;
  inset: 0;
}
.p-recruit__top-info-item:hover .c-btn.c-btn--black .c-btn__txt {
  color: #fff;
}
.p-recruit__top-info-item:hover .c-btn.c-btn--black .c-btn__txt::after {
  border-color: #fff;
}
.p-recruit__top-info-item-img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 396/300;
}
@media screen and (max-width: 767px) {
  .p-recruit__top-info-item-img img {
    aspect-ratio: 165/200;
  }
}
.p-recruit__top-info-item-body {
  position: absolute;
  inset: 0;
  z-index: 2;
  padding: 6rem 2rem 2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-recruit__top-info-item-body {
    padding: 2rem 1rem;
  }
}
.p-recruit__top-info-item-body-title-en {
  font-size: 2.8rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  line-height: 2.2142857143;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-recruit__top-info-item-body-title-en {
    font-size: 1.6rem;
    line-height: 1.125;
  }
}
.p-recruit__top-info-item-body-title {
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 1.3181818182;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-recruit__top-info-item-body-title {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
.p-recruit__top-info-item-body-btn {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__top-info-item-body-btn {
    margin-top: 1rem;
  }
}
.p-recruit__top-info-item-body-btn .c-btn.c-btn--black {
  background-color: transparent;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.p-recruit__top-info-item-body-btn .c-btn.c-btn--black::before {
  background-color: transparent;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.p-recruit__top-info-item:not(:hover) .p-recruit__top-info-item-body-btn .c-btn.c-btn--black:hover, .p-recruit__top-info-item:not(:hover) .p-recruit__top-info-item-body-btn .c-btn.c-btn--black:focus {
  background-color: transparent;
}
.p-recruit__top-info-item:not(:hover) .p-recruit__top-info-item-body-btn .c-btn.c-btn--black:hover::before, .p-recruit__top-info-item:not(:hover) .p-recruit__top-info-item-body-btn .c-btn.c-btn--black:focus::before {
  background-color: transparent;
}
.p-recruit__top-info-item:not(:hover) .p-recruit__top-info-item-body-btn .c-btn.c-btn--black:hover .c-btn__txt, .p-recruit__top-info-item:not(:hover) .p-recruit__top-info-item-body-btn .c-btn.c-btn--black:focus .c-btn__txt {
  color: #1F3134;
}
.p-recruit__top-info-item:not(:hover) .p-recruit__top-info-item-body-btn .c-btn.c-btn--black:hover .c-btn__txt::after, .p-recruit__top-info-item:not(:hover) .p-recruit__top-info-item-body-btn .c-btn.c-btn--black:focus .c-btn__txt::after {
  border-color: #1F3134;
}
.p-recruit__message {
  overflow: visible;
}
.p-recruit__message .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 13rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__message .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6rem;
  }
}
.p-recruit__message-img {
  position: sticky;
  top: 8rem;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 46.7289719626%;
  max-width: 50rem;
}
@media screen and (max-width: 1000px) {
  .p-recruit__message-img {
    position: unset;
    top: 6rem;
    width: 100%;
  }
}
.p-recruit__message-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 500/620;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-recruit__message-img-text {
  display: block;
  margin-top: 1.5rem;
  font-size: 1.6rem;
  line-height: 1;
  text-align: right;
  letter-spacing: 0;
}
.p-recruit__message-contents {
  width: 53.2710280374%;
}
@media screen and (max-width: 767px) {
  .p-recruit__message-contents {
    width: 100%;
  }
}
.p-recruit__message-contents-read {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #4891BE;
}
@media screen and (max-width: 767px) {
  .p-recruit__message-contents-read {
    font-size: 2rem;
  }
}
.p-recruit__message-contents-read2 {
  margin-top: 6rem;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-recruit__message-contents-read2 {
    font-size: 2rem;
    line-height: 1;
  }
}
.p-recruit__message-contents-text {
  margin-top: 3rem;
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-recruit__message-contents-text {
    margin-top: 2rem;
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.p-recruit__message-contents-text.mt-60 {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__message-contents-text.mt-60 {
    margin-top: 5rem;
  }
}
.p-recruit__message-contents-en {
  margin-top: 3rem;
  font-family: "Changa One", cursive;
  font-style: italic;
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
  color: #4891BE;
}
@media screen and (max-width: 767px) {
  .p-recruit__message-contents-en {
    margin-top: 5rem;
    font-size: 3rem;
    line-height: 1.2;
  }
}
.p-recruit__work-place {
  border-bottom: 1px solid #D8D8D8;
}
.p-recruit__work-place-text {
  margin-top: 10rem;
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-recruit__work-place-text {
    margin-top: 4rem;
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.p-recruit__work-place-map {
  margin-top: 4rem;
  text-align: center;
  margin-right: 15rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__work-place-map {
    margin-right: 0;
  }
}
.p-recruit__work-place-map img {
  max-width: 69.3rem;
  margin-inline: auto;
  width: 100%;
  height: auto;
}
.p-recruit__work-place-map-list {
  margin-top: -15rem;
  background: #F6F6F6;
  padding: 2rem 7rem 1.9rem 3rem;
  max-width: 50rem;
  margin-left: auto;
  margin-right: 15rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__work-place-map-list {
    margin-top: 4rem;
    margin-right: 0;
    padding: 1.5rem;
  }
}
.p-recruit__work-place-map-list-item {
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0;
  padding-left: 1.8rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-recruit__work-place-map-list-item {
    font-size: 1.4rem;
    line-height: 1.4;
    padding-left: 1.1rem;
  }
}
.p-recruit__work-place-map-list-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.2rem;
  width: 0.8rem;
  height: 0.8rem;
  background: #1F3134;
}
@media screen and (max-width: 767px) {
  .p-recruit__work-place-map-list-item::before {
    top: 0.6rem;
    width: 0.6rem;
    height: 0.6rem;
  }
}
.p-recruit__work-expertise {
  border-bottom: 1px solid #D8D8D8;
}
.p-recruit__work-expertise-contents {
  margin-top: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10.5rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__work-expertise-contents {
    margin-top: 4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 4rem;
  }
}
.p-recruit__work-expertise-contents-body {
  width: 42.0560747664%;
}
@media screen and (max-width: 767px) {
  .p-recruit__work-expertise-contents-body {
    width: 100%;
  }
}
.p-recruit__work-expertise-contents-body-title {
  font-size: 2.8rem;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-recruit__work-expertise-contents-body-title {
    font-size: 2rem;
  }
}
.p-recruit__work-expertise-contents-body-title.mt-60 {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__work-expertise-contents-body-title.mt-60 {
    margin-top: 3rem;
  }
}
.p-recruit__work-expertise-contents-body-text {
  margin-top: 3rem;
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-recruit__work-expertise-contents-body-text {
    margin-top: 2rem;
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.p-recruit__work-expertise-contents-img {
  width: 60.2803738318%;
}
@media screen and (max-width: 767px) {
  .p-recruit__work-expertise-contents-img {
    width: 100%;
  }
}
.p-recruit__work-job-item {
  padding: 10rem 0;
  border-bottom: 1px solid #D8D8D8;
}
.p-recruit__work-job-item:first-child {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .p-recruit__work-job-item {
    padding: 7rem 0 4rem;
  }
}
.p-recruit__work-job-item-inner {
  margin-top: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__work-job-item-inner {
    margin-top: 4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 2rem;
  }
}
.p-recruit__work-job-item-inner-img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-recruit__work-job-item-inner-img {
    width: 100%;
  }
}
.p-recruit__work-job-item-inner-body {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-recruit__work-job-item-inner-body {
    width: 100%;
  }
}
.p-recruit__work-job-item-inner-body-read {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #4891BE;
}
@media screen and (max-width: 767px) {
  .p-recruit__work-job-item-inner-body-read {
    font-size: 2rem;
    line-height: 1.8;
  }
}
.p-recruit__work-job-item-inner-body-text {
  margin-top: 3rem;
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-recruit__work-job-item-inner-body-text {
    margin-top: 2rem;
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.p-recruit__benefits-job {
  border-bottom: 1px solid #D8D8D8;
}
.p-recruit__benefits-read {
  margin-top: 10rem;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #4891BE;
}
.p-recruit__benefits-text {
  margin-top: 3rem;
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0;
}
.p-recruit__benefits-images {
  margin-top: 6rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.3rem 1fr 0.3rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3rem;
}
.p-recruit__benefits-table {
  margin-top: 4rem;
}
.p-recruit__benefits-table dl {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: 28rem 5rem 1fr;
  grid-template-columns: 28rem 1fr;
  gap: 5rem;
  border-bottom: 1px solid #D8D8D8;
  padding: 4rem 0;
}
@media screen and (max-width: 767px) {
  .p-recruit__benefits-table dl {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0.5rem;
    padding: 2rem 0;
  }
}
.p-recruit__benefits-table dl:first-child {
  border-top: 1px solid #D8D8D8;
}
.p-recruit__benefits-table dt {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}
.p-recruit__benefits-table dd {
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0;
}
.p-recruit__benefits-education {
  border-bottom: 1px solid #D8D8D8;
}
.p-recruit__benefits-career-img {
  margin-top: 6rem;
}
.p-recruit__job-flow {
  border-bottom: 1px solid #D8D8D8;
}
.p-recruit__job-flow-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-recruit__job-flow-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.p-recruit__job-flow-list-item {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 27rem;
  background: #1F3134;
  color: #fff;
  text-align: center;
  padding: 24px 16px 20px;
  clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 50%, calc(100% - 30px) 100%, 0 100%, 30px 50%);
}
@media screen and (max-width: 767px) {
  .p-recruit__job-flow-list-item {
    max-width: none;
    padding: 47px 20px 32px;
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    clip-path: polygon(0 0, 50% 30px, 100% 0, 100% calc(100% - 30px), 50% 100%, 0 calc(100% - 30px));
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__job-flow-list-item::after {
    display: none;
  }
}
.p-recruit__job-flow-list-item:first-child {
  clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 50%, calc(100% - 30px) 100%, 0 100%);
}
@media screen and (max-width: 767px) {
  .p-recruit__job-flow-list-item:first-child {
    max-width: none;
    padding: 16px 20px 26px;
    margin-left: 0;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30px), 50% 100%, 0 calc(100% - 30px));
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__job-flow-list-item:first-child::after {
    display: none;
  }
}
.p-recruit__job-flow-list-item + .p-recruit__job-flow-list-item {
  margin-left: -2.5rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__job-flow-list-item + .p-recruit__job-flow-list-item {
    margin-left: 0;
    margin-top: -2.5rem;
  }
}
.p-recruit__job-flow-list-num {
  display: block;
  font-size: 3rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-recruit__job-flow-list-num {
    display: inline-block;
  }
}
.p-recruit__job-flow-list-text {
  display: block;
  margin-top: 11px;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-recruit__job-flow-list-text {
    display: inline-block;
    margin-top: 0;
  }
}
.p-recruit__job-flow-list-text.sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-recruit__job-flow-list-text.sp-only {
    display: inline-block;
  }
}
.p-recruit__job-flow-items {
  margin-top: 10rem;
  display: -ms-grid;
  display: grid;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__job-flow-items {
    margin-top: 7rem;
  }
}
.p-recruit__job-flow-item {
  background: #F6F6F6;
  padding: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__job-flow-item {
    gap: 2rem;
    padding: 2rem 1.2rem;
  }
}
.p-recruit__job-flow-item-num {
  font-size: 2.5rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
  border: 1px solid #1F3134;
  width: 6rem;
  height: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-recruit__job-flow-item-num {
    width: 4.4rem;
    height: 4.4rem;
    font-size: 2rem;
  }
}
.p-recruit__job-flow-item-body-title {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-recruit__job-flow-item-body-title {
    font-size: 2rem;
  }
}
.p-recruit__job-flow-item-body-text {
  margin-top: 2rem;
  font-size: 1.8rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-recruit__job-flow-item-body-text {
    margin-top: 1rem;
    font-size: 1.4rem;
  }
}
.p-recruit__job-guideline-table {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__job-guideline-table {
    margin-top: 7rem;
  }
}
.p-recruit__job-guideline-table dl {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: 21rem 11.7rem 1fr;
  grid-template-columns: 21rem 1fr;
  gap: 11.7rem;
  padding: 4rem 0;
  border-bottom: 1px solid #D8D8D8;
}
.p-recruit__job-guideline-table dl:first-child {
  border-top: 1px solid #D8D8D8;
}
@media screen and (max-width: 767px) {
  .p-recruit__job-guideline-table dl {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0.5rem;
    padding: 2rem 0;
  }
}
.p-recruit__job-guideline-table dt {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-recruit__job-guideline-table dt {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
.p-recruit__job-guideline-table dd {
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-recruit__job-guideline-table dd {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
.p-recruit__job-guideline-contact-text {
  margin-top: 10rem;
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-recruit__job-guideline-contact-text {
    margin-top: 4rem;
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.p-recruit__job-guideline-contact-tel {
  margin-top: 3rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 3px solid #1F3134;
}
@media screen and (max-width: 767px) {
  .p-recruit__job-guideline-contact-tel {
    margin-top: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-recruit__job-guideline-contact-tel-title {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.7;
  letter-spacing: 0.02em;
  background: #1F3134;
  color: #fff;
  padding: 2.6rem 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__job-guideline-contact-tel-title {
    width: 100%;
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.7;
    padding: 0.6rem;
  }
}
.p-recruit__job-guideline-contact-tel-body {
  text-align: center;
  padding: 1.7rem 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__job-guideline-contact-tel-body {
    padding: 1.2rem 0 1.4rem;
  }
}
.p-recruit__job-guideline-contact-tel-body a {
  display: inline-block;
  font-size: 3.5rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  padding-left: 3.2rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-recruit__job-guideline-contact-tel-body a {
    font-size: 2.4rem;
    padding-left: 2rem;
  }
}
.p-recruit__job-guideline-contact-tel-body a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.4rem;
  height: 2.4rem;
  background: url(../images/common/tel.svg) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .p-recruit__job-guideline-contact-tel-body a::before {
    width: 1.7rem;
    height: 1.7rem;
  }
}
.p-recruit__job-guideline-contact-tel-body p {
  display: block;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-recruit__job-guideline-contact-tel-body p {
    font-size: 1.2rem;
  }
}
.p-recruit__job-entry-text {
  margin-top: 4rem;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-recruit__job-entry-text {
    font-size: 1.4rem;
  }
}
.p-recruit__job-entry-btn {
  margin-top: 10rem;
  max-width: 90rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-recruit__job-entry-btn {
    margin-top: 4rem;
  }
}
.p-recruit__job-entry-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 6.9rem 0 7.3rem;
  background-color: #4891BE;
  border: 1px solid #4891BE;
  text-decoration: none;
  color: #fff;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 1.1666666667;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-recruit__job-entry-btn a {
    padding: 5rem 0;
    font-size: 1.8rem;
  }
}
.p-recruit__job-entry-btn a span {
  display: inline-block;
  margin-top: 2rem;
  font-size: 7rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  position: relative;
  padding-right: 7.3rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__job-entry-btn a span {
    margin-top: 0.6rem;
    font-size: 4.5rem;
    padding-right: 4.7rem;
  }
}
.p-recruit__job-entry-btn a span::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 4.5rem;
  height: 4.5rem;
  background: url(../images/common/link.svg) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .p-recruit__job-entry-btn a span::before {
    width: 3.2rem;
    height: 3.2rem;
  }
}
.p-recruit__job-entry-btn a::before, .p-recruit__job-entry-btn a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  pointer-events: none;
}
.p-recruit__job-entry-btn a::before {
  top: 5px;
  left: 5px;
  border-width: 5rem 5rem 0 0;
  border-color: #fff transparent transparent transparent;
}
@media screen and (max-width: 767px) {
  .p-recruit__job-entry-btn a::before {
    border-width: 3rem 3rem 0 0;
  }
}
.p-recruit__job-entry-btn a::after {
  right: 5px;
  bottom: 5px;
  border-width: 0 0 5rem 5rem;
  border-color: transparent transparent #fff transparent;
}
@media screen and (max-width: 767px) {
  .p-recruit__job-entry-btn a::after {
    border-width: 0 0 3rem 3rem;
  }
}
.p-recruit__job-diversity-text {
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-recruit__job-diversity-text {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.p-recruit__job-diversity-img {
  margin-top: 9.2rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__job-diversity-img {
    margin-top: 7rem;
  }
}
.p-recruit__job-recruiting {
  border-bottom: 1px solid #D8D8D8;
}
.p-recruit__job-recruiting-container {
  margin-top: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__job-recruiting-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
  }
}
.p-recruit__job-recruiting-contents-title {
  font-size: 2.8rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.05em;
}
.p-recruit__job-recruiting-contents-items {
  margin-top: 3rem;
  display: -ms-grid;
  display: grid;
  gap: 1.5rem;
}
.p-recruit__job-profile {
  border-bottom: 1px solid #D8D8D8;
}
.p-recruit__job-profile-items {
  margin-top: 10rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3rem 1fr 3rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__job-profile-items {
    margin-top: 4rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.p-recruit__job-profile-item {
  background: #1F3134;
  color: #fff;
  padding: 5rem 3rem 4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-recruit__job-profile-item {
    padding: 3rem 2rem;
  }
}
.p-recruit__job-profile-item-title {
  font-size: 2.8rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-recruit__job-profile-item-title {
    font-size: 2rem;
  }
}
.p-recruit__job-profile-item-text {
  margin-top: 2rem;
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-recruit__job-profile-item-text {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}

/*----------------------------
改行クラス
使い方：
PCのみの改行は、point-br--pc
TAB未満の改行は、point-br--tab
SP未満の改行は、point-br--sp
------------------------------*/
.point-br--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .point-br--sp {
    display: block;
  }
}
.point-br--tab {
  display: none;
}
@media screen and (max-width: 1279px) {
  .point-br--tab {
    display: block;
  }
}
.point-br--pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .point-br--pc {
    display: none;
  }
}

/*----------------------------
テキスト位置調整クラス
------------------------------*/
.u-txt--center {
  text-align: center;
}

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

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

/*----------------------------
色変更クラス
------------------------------*/
.u-color--white--white {
  color: #fff;
}

/*----------------------------
背景色変更クラス
------------------------------*/
.u-bg--gray {
  background: #F8F7F1;
}

/*----------------------------
PC,TAB、SPの表示切り替え
使い方：
SPのみ出力したい等があれば、
クラス名をつけることで可能に。
------------------------------*/
.pc {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

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

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

.tab {
  display: none !important;
}
@media screen and (max-width: 1279px) {
  .tab {
    display: block !important;
  }
}

.tab-inline {
  display: none !important;
}
@media screen and (max-width: 1279px) {
  .tab-inline {
    display: inline !important;
  }
}

.tab-flex {
  display: none !important;
}
@media screen and (max-width: 1279px) {
  .tab-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

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

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

.sp-flex {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

/*----------------------------
//インラインブロック
使い方：
折り返し自動制御で使える。
例）折り返しのタイミングで２段に
したい場合など。
------------------------------*/
.u-display--ib {
  display: inline-block;
  font-weight: inherit;
}

/*----------------------------
etc
------------------------------*/