@charset "UTF-8";
/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
:root {
  --content_width: 100rem;
  --content-both_space: 20px;
  --header_height: 90px;
}
/* -------------------------------------------*/
.poppins {
  font-family: "Poppins", sans-serif;
}

/* ========================================
   英数字と一部記号に対してのみ、poppinsを自動的に適用させるためのクラス。
======================================== */
/* latinベース */
@font-face {
  font-display: swap;
  font-family: "AutoPoppinsCustom";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiEyp8kv8JHgFVrJJfecg.woff2) format("woff2");
  unicode-range: U+0030-0039, U+0041-005A, U+0061-007A, U+002C, U+002E, U+002D;
}
.auto-poppins {
  font-family: "AutoPoppinsCustom", "Noto Sans JP", sans-serif;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
button {
  border: 0;
  font: inherit;
  font-size: 100%;
  font-weight: normal;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

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

html,
body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

blockquote,
q {
  quotes: none;
}

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

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

img {
  border: none;
  height: auto;
  vertical-align: middle;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  background: transparent;
  border: none;
  box-shadow: none;
  cursor: pointer;
  font: inherit;
  margin: 0;
  padding: 0;
}

input,
select,
textarea {
  color: inherit;
  font: inherit;
  vertical-align: top;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  -ms-overflow-style: scrollbar;
  font-size: 62.5%;
  overflow: auto;
  overflow-x: clip;
  scrollbar-gutter: stable;
}

body {
  color: #323337;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  height: 100%;
  letter-spacing: 0.06em;
  line-height: 1.8;
  position: relative;
  z-index: 100;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
}
body.is-open::before {
  opacity: 0.95;
  visibility: visible;
}
body::before {
  background-color: #353c46;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  margin: 0 calc(50% - 50vw);
  opacity: 0;
  position: absolute;
  top: 0;
  transition-duration: 0.5s;
  transition-property: opacity, visibility;
  visibility: hidden;
  width: 100vw;
  z-index: -1;
  z-index: 50;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

section {
  position: relative;
  width: 100%;
}

a,
button {
  color: inherit;
  text-decoration: none;
}

a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

picture,
img,
a,
span {
  display: inline-block;
}

dialog {
  color: inherit;
  font: inherit;
}

svg:not(:root) {
  overflow: hidden;
}

input,
textarea,
select {
  font: inherit;
}

button,
select,
optgroup,
textarea {
  background-color: transparent;
  border: none;
  border: none;
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  position: relative;
  vertical-align: middle;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: none;
}

fieldset {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  border-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}
/* スクロールバーのトラックの背景色 */
::-webkit-scrollbar-track {
  background-color: transparent;
}

/* スクロールバーのスクロール部分 */
::-webkit-scrollbar-thumb {
  background-color: #19274e;
  border-radius: 5px;
}

/* スクロールバーの上部ボタン */
::-webkit-scrollbar-button:start {
  display: none;
}

/* スクロールバーの下部ボタン */
::-webkit-scrollbar-button:end {
  display: none;
}

.pc-only-inline {
  display: inline;
}

.sp-only-inline {
  display: none;
}

ul.wp-block-list {
  list-style: block !important;
  padding-left: 2rem;
}

/* ========================================
   WordPressの管理バー設定
   （開発中に邪魔になるので、概ねsp幅の時に必要以上に広がらない様にする。）
   （管理画面ログイン中に表示される物なので、一般の閲覧者には影響なし。）
======================================== */
/* -------------------------------------------*/
/* layout
-------------------------------------------------------*/
/**
 * input
 *
 */
input[type=text],
input[type=date],
input[type=password],
input[type=email],
input[type=time],
input[type=tel],
input[type=number] {
  border: none;
  border: none;
  border-radius: 5px;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 18px 20px;
  position: relative;
  width: 100%;
}

input[type=number] {
  -moz-appearance: textfield;
}

/**
 * textarea
 *
 */
textarea {
  border: none;
  border: none;
  border-radius: 0.5rem;
  height: 28.8rem;
  letter-spacing: 0.1em;
  padding: 1.5rem 2rem;
  position: relative;
  width: 100%;
}

input[type=text]:disabled {
  background: transparent;
  cursor: not-allowed;
}
input[type=text]:disabled::-moz-placeholder {
  color: #0193e8;
  opacity: 1;
}
input[type=text]:disabled::placeholder {
  color: #0193e8;
  opacity: 1;
}

/**
 * radio
 *
 */
input[type=radio] {
  opacity: 0;
  position: absolute;
}

.p-contact__table-radio .wpcf7-list-item-label {
  cursor: pointer;
  padding-inline: 28px;
  position: relative;
}

/* 外側の丸 */
.p-contact__table-radio .wpcf7-list-item-label::before {
  background: #fff;
  border: 1px solid #333;
  border-radius: 50%;
  content: "";
  height: 18px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
}

/* 内側の丸 */
.p-contact__table-radio .wpcf7-list-item-label::after {
  background: #0099c2;
  border-radius: 50%;
  content: "";
  height: 8px;
  left: 5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(0);
  transition: 0.2s;
  width: 8px;
}

.p-contact__table-radio input[type=radio]:checked + .wpcf7-list-item-label::after {
  transform: translateY(-50%) scale(1);
}

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

input[type=radio] + .mwform-radio-field-text {
  cursor: pointer;
  display: inline-block;
  margin: 0 20px 10px 0;
  padding: 10px 10px 10px 40px;
  position: relative;
  transition: 0.5;
  transition-property: color;
  vertical-align: middle;
}

input[type=radio] + .mwform-radio-field-text::before {
  border: 1px solid #7f7f7f;
  border-radius: 50%;
  box-sizing: border-box;
  content: "";
  height: 20px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s ease;
  width: 20px;
  z-index: 2;
}

input[type=radio] + .mwform-radio-field-text::after {
  border-radius: 50%;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 12px;
  left: 4px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  z-index: 5;
}

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

/**
 * checkbox
 *
 */
input[type=checkbox] {
  background: #fff;
  border: 1px solid #bcbcbc;
  border-radius: 2px;
  box-sizing: border-box;
  content: "";
  height: 18px;
  left: -22px;
  position: absolute;
  top: calc(50% - 0.3rem);
  transform: translateY(-50%);
  /* opacity: 0; */
  vertical-align: middle;
  width: 18px;
  z-index: 2;
}

input[type=checkbox] {
  display: none;
}

input[type=checkbox] ~ .wpcf7-list-item-label {
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  padding: 0 0 0 5px;
  position: relative;
  transition: 0.5s ease-in-out;
}

input[type=checkbox] ~ .wpcf7-list-item-label::before {
  background: #fff;
  border: 1px solid #bcbcbc;
  border-radius: 2px;
  box-sizing: border-box;
  content: "";
  height: 1.8rem;
  left: -2.2rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.8rem;
  z-index: 2;
}

input[type=checkbox] ~ .wpcf7-list-item-label::after {
  border-bottom: 3px solid #0099c2;
  border-left: 3px solid #0099c2;
  content: "";
  display: block;
  height: 0.7rem;
  left: -1.9rem;
  opacity: 0;
  position: absolute;
  top: 0.4rem;
  transform: rotate(-45deg);
  width: 1.2rem;
  z-index: 3;
}

input[type=checkbox]:checked ~ .wpcf7-list-item-label::after {
  opacity: 1;
}

/**
 * tel(column)
 *
 */
.mwform-tel-field {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.mwform-tel-field > input {
  flex: 1;
  width: 100% !important;
}

/**
 * select
 *
 */
.select-parts {
  border: 1px #0193e8 solid;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.select-parts::after {
  background: url(../img/contact/select_arrow.png) no-repeat top center/contain;
  content: "";
  height: 10px;
  margin-top: 2px;
  pointer-events: none;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  z-index: 5;
}
.select-parts select {
  background: #fbefe3;
  border: none;
  border: none;
  box-shadow: none;
  color: #7f7f7f;
  cursor: pointer;
  font-size: 2rem;
  height: 45px;
  letter-spacing: 0.1em;
  padding: 0 20px 0 15px;
  position: relative;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: center;
}

/**
 * file
 *
 */
input[type=file] + label {
  margin: 0 10px 0 0;
  padding: 15px 0;
  width: 160px;
}
input[type=file] + label:after {
  left: 170px;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
/* ========================================
   CTA
======================================== */
.l-cta {
  background-color: #fff;
  padding-block: 5rem 5rem;
  position: relative;
}

.l-cta__inner {
  max-width: 100% !important;
  padding-inline: 5rem !important;
}

/* ========================================
   inner内要素
======================================== */
/* ========================================
   アウターコンテナ
======================================== */
.l-cta__outer-container {
  background-color: #0193e8;
  border-radius: 0.2rem;
  overflow: clip;
  padding-block: 7.4rem 7.4rem;
  position: relative;
}

/* ========================================
   テキストスライダー(l-cta__outer-containerに対してabsolute)
======================================== */
.l-cta__text-slider {
  bottom: -1.4rem;
  height: auto;
  left: 0;
  overflow: hidden;
  position: absolute;
  width: 100%;
}

.l-cta__text-slider-track {
  animation: horizontal-slider 60s linear infinite;
  display: flex;
  width: -moz-max-content;
  width: max-content;
}

.l-cta__text-slider-item {
  flex-shrink: 0;
  padding-inline-end: 6rem;
}
.l-cta__text-slider-item img {
  height: 9.7rem;
  width: auto;
}

/* ========================================
   インナーコンテナ
======================================== */

.l-cta__content-area {
  display: flex;
  justify-content: space-between;
}

/* ========================================
   CTA左側
======================================== */

/* ========================================
   タイトル
======================================== */

/* ========================================
   テキスト
======================================== */
.l-cta__left-text {
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: 0.9px;
  line-height: 1.8;
  margin-block-start: 5.7rem;
  margin-inline-start: -0.2rem;
}

/* ========================================
   CTA右側
======================================== */
.l-cta__right-container {
  margin-inline-end: -0.7rem;
}

/* ========================================
   インフォBOX
======================================== */
.l-cta__info-box {
  color: #fff;
}

.l-cta__info-head {
  font-weight: 500;
  letter-spacing: 0.96px;
  line-height: 1.8;
}

.l-cta__info-tel {
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 1.32px;
  line-height: 1.8;
  margin-block-start: 0.7rem;
}

.l-cta__info-tel-number {
  font-size: 4rem;
  font-weight: 500;
  letter-spacing: 2.4px;
  line-height: 1;
  margin-inline-start: 0.7rem;
}

.l-cta__info-hours {
  margin-block-start: -0.5rem;
}

.l-cta__info-hours-number {
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 1.32px;
  line-height: 1.8;
}

.l-cta__info-hours-text {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 1.08px;
  line-height: 1.8;
  margin-block-start: -0.1rem;
  margin-inline-start: -0.4rem;
  padding-inline-end: 0.4rem;
}

/* ========================================
   ボタン
======================================== */
.l-cta__button-wrapper {
  margin-block-start: 2.5rem;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
/* ========================================
   フッター
======================================== */
.l-footer {
  overflow: hidden;
  position: relative;
}

/* ========================================
   フッター本体エリア
======================================== */
.l-footer__top {
  background-color: #fff;
  padding-block: 0rem 4.8rem;
}

.l-footer__outer-container {
  display: flex;
  justify-content: space-between;
}

/* ========================================
   フッター左側：会社情報
======================================== */
.l-footer__left-container {
  display: flex;
  flex-direction: column;
  padding-block-start: 1rem;
  row-gap: 1.3rem;
}

.l-footer__logo {
  margin-block-start: 0.3rem;
  width: 28.3rem;
}
.l-footer__logo img {
  aspect-ratio: 364/47;
  height: auto;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.l-footer__address {
  display: flex;
  flex-direction: column;
  line-height: 1.6;
}

.l-footer__tel {
  margin-block-start: 1rem;
}
.l-footer__tel .tel-padding {
  padding-left: 1.3rem;
}

.l-footer__fax {
  margin-block-start: -0.5rem;
}
.l-footer__fax .fax-padding {
  padding-left: 0.8rem;
}

/* ========================================
   フッター右側：ナビゲーション
======================================== */
.l-footer__right-container {
  padding-block-start: 1.2rem;
  padding-inline-end: 3.2rem;
}

.l-footer__nav {
  display: flex;
  -moz-column-gap: 6.6rem;
  column-gap: 6.6rem;
}

.l-footer__menu {
  display: flex;
  flex-direction: column;
  row-gap: 1.55rem;
}

.l-footer__menu-link {
  font-size: 1.5rem;
  letter-spacing: 0.9px;
  line-height: 1.6;
  padding-inline-start: 2rem;
  position: relative;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.l-footer__menu-link::before {
  background-color: #0193e8;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 50%;
  transition: all 0.3s ease;
  translate: 0 -50%;
  width: 10px;
}

.l-footer__menu-link-icon {
  flex-shrink: 0;
  margin-left: 0.3rem;
}
.l-footer__menu-link-icon rect,
.l-footer__menu-link-icon path {
  transition: all 0.3s ease;
}

/* ========================================
   コピーライトエリア
======================================== */
.l-footer__copy-wrapper {
  background-color: #fff;
  border-top: 1px solid #cfcfcf;
  display: grid;
  height: 60px;
  place-items: center;
}

.l-footer__copyright {
  color: #898989;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.84px;
  line-height: normal;
  text-align: center;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
/* ========================================
   ヘッダー
======================================== */
.l-header {
  background-color: #fff;
  height: 89px;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 999;
}

.l-header__inner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: space-between;
  padding-inline: 5rem 5rem;
  width: 100%;
}

.l-header__logo {
  width: 36.4rem;
}

.l-header__logo-link {
  transition: all 0.3s ease;
}

.l-header__logo-image {
  aspect-ratio: 364/47;
  height: auto;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.l-header__trigger {
  display: none;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.l-inner {
  height: inherit;
  margin-inline: auto;
  padding-inline: 2rem;
  position: relative;
  width: 100%;
}

.l-inner-1266 {
  max-width: 130.6rem;
}

.l-inner-1220 {
  max-width: 126rem;
}

.l-inner-1140 {
  max-width: 118rem;
}

.l-inner-1090 {
  max-width: 113rem;
}

.l-inner-1040 {
  max-width: 108rem;
}

.l-inner-1006 {
  max-width: 104.6rem;
}

.l-inner-900 {
  max-width: 94rem;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
/* ========================================
   ヘッダーナビゲーション
======================================== */
.l-navi {
  align-items: center;
  display: flex;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
}

/* ========================================
   sp時、背景色部分
======================================== */
.l-navi__sp-wrapper {
  display: contents;
}

.l-navi__sp-inner {
  display: contents;
}

/* ========================================
   ナビゲーション メイン部分
======================================== */
.l-navi__menu {
  align-items: center;
  display: flex;
  -moz-column-gap: 2.33rem;
  column-gap: 2.33rem;
  margin-block-start: -0.2rem;
}

.l-navi__menu-link {
  color: #0193e8;
  transition: all 0.3s ease;
}

/* ========================================
   pc時のみ表示分
======================================== */
.l-navi__menu-link-text-pc {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.9px;
  line-height: 1.6;
  text-transform: uppercase;
}

/* ========================================
   sp時のみ表示分
======================================== */
.l-navi__menu-link-text-sp-en {
  color: #115dbf;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.96px;
  line-height: 1;
  text-transform: uppercase;
}

.l-navi__menu-link-text-sp-ja {
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 1.2px;
  line-height: 1;
  margin-block-start: 0.4rem;
}

/* ========================================
   右側ボタン部分
======================================== */
.l-navi__buttons {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  gap: 1rem;
}

.l-navi__button {
  align-items: center;
  border-radius: 2px;
  color: #fff;
  display: inline-flex;
  font-size: 1.5rem;
  font-weight: 500;
  gap: 0.8rem;
  height: 3.6rem;
  justify-content: center;
  letter-spacing: 0.9px;
  line-height: 1.6;
  padding-inline: 2rem;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.l-navi__button--recruit {
  background-color: #f78733;
}

.l-navi__button--contact {
  background-color: #0193e8;
}

.l-navi__button-icon {
  flex-shrink: 0;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
/* 共通：全ての「idを持つ要素」は --anchor-adjust の値だけ止まり位置をズラす */
[id] {
  scroll-margin-block-start: var(--anchor-adjust, 0px);
}

/* 個別：調整したいアイテムだけ値を個別調整（正=手前で止まる / 負=少し通り過ぎる） */
#detail-etc-corporate-card {
  --anchor-adjust: 1.5rem;
}

#detail-etc-mileage-card {
  --anchor-adjust: 1.5rem;
}

#etc-corporate-card-notification {
  --anchor-adjust: 10rem;
}

#etc-mileage-card-notification {
  --anchor-adjust: 10rem;
}

/* -------------------------------------------*/
/* ========================================
   回転アニメーション
======================================== */
@keyframes cta-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* ========================================
   無限スクロール（横）
======================================== */
/* 無限スクロール */
@keyframes horizontal-slider {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
/* ========================================
   左から右に向かって出現するアニメーション（clip-path）用。
======================================== */
.js-l-to-r-reveal {
  clip-path: inset(0 100% 0 0);
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.c-button {
  align-items: center;
  background-color: #0193e8;
  border: 1px solid transparent;
  border-radius: 2px;
  color: #fff;
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  justify-content: flex-start;
  letter-spacing: 0.96px;
  line-height: 1.8;
  overflow: hidden;
  padding-block: 1.4rem 1.5rem;
  padding-inline: 3.9rem 9.9rem;
  position: relative;
  transition: all 0.3s ease;
  width: -moz-fit-content;
  width: fit-content;
}
.c-button::before {
  background-color: #fff;
  content: "";
  height: calc(100% + 1px);
  position: absolute;
  right: 5.9rem;
  top: calc(50% + 0.03px);
  transition: all 0.3s ease;
  translate: 0 -50%;
  width: 1px;
}
.c-button::after {
  background-color: #fff;
  clip-path: polygon(0 100%, 0 0, 100% 50%);
  content: "";
  display: inline-block;
  height: 9px;
  position: absolute;
  right: 2.4rem;
  top: 50%;
  transition: all 0.3s ease;
  translate: 0 -50%;
  width: 8px;
}

/* ========================================
   ▼ボタンのホバーアニメーション追加のために追記。▼
   アニメーションはjsで制御。
======================================== */
.c-button__text-wrap {
  display: block;
  line-height: inherit;
  overflow: hidden;
  position: relative;
}

.c-button__text {
  display: block;
  transition: transform 0.5s ease;
}

.c-button__text--current {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.96px;
  line-height: 1.8;
  transform: translateY(0);
}

.c-button__text--next {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  inset: 0;
  letter-spacing: 0.96px;
  line-height: 1.8;
  position: absolute;
  transform: translateY(100%);
}
.c-button:focus-visible .c-button__text--current {
  transform: translateY(-100%);
}

.c-button:focus-visible .c-button__text--next {
  transform: translateY(0);
}

/* ========================================
   ▲ボタンのホバーアニメーション追加のために追記。▲
======================================== */
/* ========================================
   padding-inline が、約50pxのボタン。
======================================== */
.c-button--50 {
  padding-inline: 4.9rem 10.9rem;
}

/* ========================================
   白ボタン。
======================================== */
.c-button--white {
  background-color: #fff;
  color: #0193e8;
}
.c-button--white::before {
  background-color: #0193e8;
}
.c-button--white::after {
  background-color: #0193e8;
}

/* ========================================
   主にCTAで使用するスタイル。
======================================== */
.c-button--cta {
  width: calc(100% - 0.7rem);
}

/* ========================================
   トップページのRECRUITセクション専用、の予定。
======================================== */
.c-button--recruit {
  position: relative;
}
.c-button--recruit::after {
  display: none;
}

.c-button-icon--recruit {
  height: 1.3rem;
  position: absolute;
  right: 2.1rem;
  top: 50%;
  translate: 0 -50%;
  width: 1.5rem;
}
.c-button-icon--recruit rect,
.c-button-icon--recruit path {
  transition: all 0.3s ease;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.c-pagination {
  background-color: #e1eeff;
  border: 1px solid transparent;
  border-radius: 0.3rem;
  color: #2f7ff0;
  display: grid;
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  height: 4rem;
  letter-spacing: 1.2px;
  line-height: 1.6;
  place-items: center;
  position: relative;
  text-align: center;
  transition: border-color 0.3s ease;
  width: 4rem;
}

.c-pagination--active {
  background-color: #2f7ff0;
  border: 1px solid transparent;
  color: #fff;
  transition: border-color 0.3s ease;
}

a.prev.p-people-interview__pagination-link.c-pagination,
a.next.p-people-interview__pagination-link.c-pagination {
  position: relative;
}
a.prev.p-people-interview__pagination-link.c-pagination::before,
a.next.p-people-interview__pagination-link.c-pagination::before {
  background: url(../images/under/people/people_arrow_pagination.svg) no-repeat center center/contain;
  content: "";
  height: 1.4rem;
  left: calc(50% + 0px);
  position: absolute;
  top: 50%;
  translate: -50% -50%;
  width: 1.4rem;
}

a.prev.p-people-interview__pagination-link.c-pagination::before {
  rotate: 180deg;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
.c-title {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}

.c-title__icon {
  height: 2.5rem;
  left: -4.8rem;
  position: absolute;
  top: 1rem;
  width: 2.4rem;
}

.c-title__en {
  color: #0193e8;
  font-family: "Poppins", sans-serif;
  font-size: 9.6rem;
  font-weight: 500;
  letter-spacing: 5.76px;
  line-height: 1;
  text-transform: uppercase;
}

.c-title__ja {
  color: #f78733;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 1.92px;
  line-height: 1;
  margin-block-start: -0.4rem;
  padding-inline-end: 0.3rem;
  text-align: right;
}

/* ========================================
   主にCTAで使用するスタイル。
======================================== */
.c-title--white .c-title__icon {
  left: -4.9rem;
  top: 1.7rem;
}
.c-title--white .c-title__en {
  color: #fff;
  font-size: 8rem;
  letter-spacing: 4.8px;
}
.c-title--white .c-title__ja {
  color: #fff;
  font-size: 2.4rem;
  letter-spacing: 1.44px;
  margin-block-start: -0.4rem;
  padding-inline-end: 0.3rem;
}

/* ========================================
   トップページのRECRUITセクション専用、の予定。
======================================== */
.c-title--recruit .c-title__icon {
  display: none;
}
.c-title--recruit .c-title__en {
  color: #2c5983;
  font-family: "Poppins", sans-serif;
  font-size: 8rem;
  font-weight: 500;
  letter-spacing: 4.8px;
  line-height: 1;
  text-transform: uppercase;
}
.c-title--recruit .c-title__ja {
  color: #0193e8;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 1.92px;
  line-height: 1;
  margin-block-start: 0.3rem;
  padding-inline-end: unset;
  position: relative;
  text-align: left;
  width: -moz-fit-content;
  width: fit-content;
}
.c-title--recruit .c-title__ja::before {
  background-color: #0193e8;
  content: "";
  height: 1px;
  position: absolute;
  right: -21.8rem;
  top: 50%;
  translate: 0 -50%;
  width: 20rem;
}

/* ========================================
   主に下層ページで左右中央に配置するスタイル。
======================================== */
.c-title--center {
  margin-inline: auto;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}
.c-title--center .c-title__en {
  text-align: center;
}
.c-title--center .c-title__ja {
  text-align: right;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
/* ========================================
   MV拡張セクション
======================================== */
.p-company-mv-extension {
  background-color: #fff;
  background-image: url(../../assets/images/under/company/mv-extension_bg.png);
  background-position: calc(50% + 0rem) bottom;
  background-repeat: no-repeat;
  background-size: 2081px 1100px;
  height: auto;
  overflow: clip;
  padding-block: 0rem 0rem;
  position: relative;
  width: 100%;
}

/* ========================================
   inner内要素
======================================== */
/* ========================================
   メインコンテナ
======================================== */
.p-company-mv-extension__main-container {
  display: flex;
  justify-content: space-between;
  padding-block-start: 10rem;
  padding-inline: 5.6rem 11.9rem;
}

/* ========================================
   左側コンテナ
======================================== */
.p-company-mv-extension__main-image {
  width: 45rem;
}
.p-company-mv-extension__main-image img {
  aspect-ratio: 450/460;
  height: auto;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* ========================================
   右側コンテナ
======================================== */
.p-company-mv-extension__right-container {
  padding-block-start: 12.9rem;
}

.p-company-mv-extension__head-text {
  color: #0193e8;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 2.4px;
  line-height: 1.7;
}

.p-company-mv-extension__name-wrap {
  margin-block-start: 3.1rem;
}
.p-company-mv-extension__name-wrap p {
  display: inline;
}

.p-company-mv-extension__introduction-text {
  font-weight: 500;
  letter-spacing: 0.96px;
  line-height: 1.8;
}

.p-company-mv-extension__name {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 1.7px;
  line-height: 1.8;
  padding-inline-start: 2rem;
}

/* ========================================
   下部テキストコンテナ
======================================== */
.p-company-mv-extension__text-container {
  margin-block-start: 6rem;
  padding-block-end: 23.7rem;
  padding-inline: 12rem;
}

.p-company-mv-extension__text {
  color: #2c5983;
  letter-spacing: 0.96px;
  line-height: 1.81;
}
/* ========================================
   COMPANYセクション
======================================== */
.p-company-company {
  background-color: #fff;
  overflow-x: clip;
  padding-block: 18rem 19.2rem;
  position: relative;
}

/* ========================================
   inner外要素
======================================== */
.p-company-company__floating-container {
  height: 120rem;
  left: calc(50% - 107.1rem);
  position: absolute;
  top: 10rem;
  translate: -50% 0;
  width: 116.1rem;
}

.p-company-company__bg-image01 {
  height: auto;
  width: 100%;
}
.p-company-company__bg-image01 img {
  aspect-ratio: 1161/1200;
  height: auto;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* ========================================
   inner内要素
======================================== */
/* ========================================
   タイトル
======================================== */
.p-company-company__title-wrapper {
  padding-inline-start: 6.2rem;
}

/* ========================================
   情報コンテナ
======================================== */
.p-company-company__info-container {
  height: auto;
  margin-block-start: 7.75rem;
  width: 100%;
}

/* ========================================
   情報リスト(親grid)
======================================== */
.p-company-company__info-list {
  display: grid;
  grid-template-columns: 19rem 1fr;
  height: auto;
  width: 100%;
}

/* ========================================
   情報アイテム(子grid)
======================================== */
.p-company-company__info-item {
  align-items: center;
  display: grid;
  grid-column: span 2;
  grid-template-columns: subgrid;
  padding-block: 1.49rem 1.9rem;
  position: relative;
}
.p-company-company__info-item::before {
  background-color: #cfcfcf;
  bottom: 0;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  translate: -50% 0;
  width: 100%;
}
.p-company-company__info-head {
  color: #2c5983;
  letter-spacing: 0.96px;
  line-height: 1.8;
}
.p-company-company__info-text-box {
  letter-spacing: 0.96px;
  line-height: 1.8;
}

.p-company-company__info-text--corp-number {
  line-height: 1;
}
.p-company-company__info-text--corp-number:first-child {
  padding-block-start: 0.5rem;
}
.p-company-company__info-text--corp-number:nth-child(n+2) {
  margin-block-start: 2.8rem;
}
.p-company-company__info-text--corp-number:last-child {
  padding-block-end: 1.4rem;
}
.p-company-company__info-text.overline {
  margin-block-start: 3.4rem;
  position: relative;
}
.p-company-company__info-text.overline::before {
  background-color: #cfcfcf;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  top: -1.5rem;
  translate: -50% 0;
  width: 100%;
}
.p-company-company__info-text--lh16 {
  line-height: 1.6;
}

/* ========================================
   法人番号
======================================== */
.p-company-company__info-text-corp-number {
  margin-inline-start: -0.4rem;
  white-space: nowrap;
}

.p-company-company__info-text-corp-link {
  color: #898989;
  font-size: 1.4rem;
  letter-spacing: 0.84px;
  line-height: 1;
  margin-block-start: 1.1rem;
  transition: all 0.3s ease;
}
.p-company-company__info-text-corp-link span {
  display: inline;
  text-decoration: underline;
  text-decoration-color: #898989;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}
.p-company-company__info-text-corp-link svg {
  aspect-ratio: 18/13;
  display: inline;
  height: auto;
  margin-inline-start: 0.5rem;
  vertical-align: middle;
  width: 2rem;
}
/* ========================================
   マップリンク（アイコン）
======================================== */
.p-company-company__map-link-wrapper {
  margin-inline-start: 1.1rem;
}

.p-company-company__map-link {
  background-color: #f7f9fb;
  border: 1px solid #0193e8;
  border-radius: 1.4rem;
  display: grid;
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  height: -moz-fit-content;
  height: fit-content;
  letter-spacing: 0.84px;
  line-height: 1;
  padding-block: 0.1rem 0.1rem;
  padding-inline: 0.6rem 1.7rem;
  place-items: center;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.p-company-company__map-link::before {
  background-image: url(../../assets/images/under/company/company_map-link-icon.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 0.9rem 1.2rem;
  content: "";
  height: 1.2rem;
  position: absolute;
  right: 0.6rem;
  top: 50%;
  translate: 0 -50%;
  width: 0.9rem;
}

.p-company-company__info-text-nowrap {
  white-space: nowrap;
}

/* ========================================
   ISO用ボックス
======================================== */
.p-company-company__info-iso-box {
  display: flex;
  padding-block: 1.6rem 0.2rem;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

/* ========================================
   ISO用カード
======================================== */
.p-company-company__info-iso-card {
  height: auto;
  width: 180px;
}

.p-company-company__info-iso-card-head {
  align-items: center;
  background-color: #2c5983;
  color: #fff;
  display: flex;
  font-size: 1.6rem;
  letter-spacing: 1.2px;
  line-height: 1;
  min-height: 3rem;
  padding-block-start: 0.2rem;
  padding-inline-start: 1.5rem;
  width: 180px;
}
.p-company-company__info-iso-card-image {
  height: auto;
  margin-block-start: 2rem;
  width: 180px;
}
.p-company-company__info-iso-card-image img {
  aspect-ratio: 267/170;
  height: auto;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-company-company__info-iso-card-bottom {
  margin-block-start: 1.9rem;
}

.p-company-company__info-iso-card-description {
  letter-spacing: 0.96px;
  line-height: 1.5;
}
.p-company-company__info-iso-card-text-nowrap {
  display: block;
  white-space: nowrap;
}

.p-company-company__info-iso-card-factory {
  letter-spacing: 0.96px;
  line-height: 1.8;
}
/* ========================================
   マップコンテナ
======================================== */
.p-company-company__map-container {
  height: auto;
  margin-block-start: 6.9rem;
  width: 100%;
}
.p-company-company__map-container iframe {
  height: 30rem;
  width: 100%;
}

/* ========================================
   FACILITYセクション
======================================== */
.p-company-facility {
  background-color: #f7f9fb;
  overflow-x: clip;
  padding-block: 18rem 15.4rem;
  position: relative;
}

/* ========================================
   inner外要素
======================================== */
/* ========================================
   セクション左上の背景画像
======================================== */
.p-company-facility__bg-image01 {
  height: auto;
  left: calc(50% - 79.7rem);
  position: absolute;
  top: -10rem;
  translate: -50% 0;
  width: 89.4rem;
}
.p-company-facility__bg-image01 picture {
  height: auto;
  width: 100%;
}
.p-company-facility__bg-image01 img {
  aspect-ratio: 894/675;
  height: auto;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* ========================================
   セクション右上の背景画像
======================================== */
.p-company-facility__bg-image02 {
  height: auto;
  left: calc(50% + 112.2rem);
  position: absolute;
  top: -104.4rem;
  translate: -50% 0;
  width: 116.2rem;
}
.p-company-facility__bg-image02 img {
  aspect-ratio: 1162/1200;
  height: auto;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* ========================================
   セクション右下の背景画像
======================================== */
.p-company-facility__bg-image03 {
  bottom: 0;
  height: auto;
  left: calc(50% + 75rem);
  position: absolute;
  translate: -50% 0;
  width: 176.2rem;
}
.p-company-facility__bg-image03 img {
  aspect-ratio: 1762/1200;
  height: auto;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* ========================================
   inner内要素
======================================== */
/* ========================================
   タイトル
======================================== */
.p-company-facility__title-wrapper {
  padding-inline-start: 6.2rem;
}

/* ========================================
   メインコンテナ
======================================== */
.p-company-facility__main-container {
  height: auto;
  margin-block-start: 9.1rem;
  width: 100%;
}

/* ========================================
   カードリスト (この配下に一括で.auto-poppinsを適用させる。)
======================================== */
.p-company-facility__card-list {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  height: auto;
  width: 100%;
}

/* ========================================
   カードアイテム
======================================== */
.p-company-facility__card-item {
  background-color: #fff;
  height: auto;
  padding-block: 4.9rem 5.2rem;
  padding-inline: 5rem 5rem;
  width: 100%;
}

.p-company-facility__card-head {
  color: #0193e8;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 1.44px;
  line-height: 1.8;
  margin-inline: auto;
  position: relative;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}
.p-company-facility__card-head::before {
  background-color: #0193e8;
  bottom: -0.6rem;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  translate: -50% 0;
  width: 100%;
}
.p-company-facility__card-table-wrapper {
  height: auto;
  margin-block-start: 4.6rem;
  width: 100%;
}

/* ========================================
   テーブル
======================================== */
.p-company-facility__table {
  border-collapse: separate;
  border-spacing: 0;
  height: auto;
  overflow: hidden;
  table-layout: fixed;
  width: 100%;
}
/* ========================================
   テーブル tbody (theadは無し)
======================================== */
.p-company-facility__table-body {
  height: auto;
  width: 100%;
}
/* ========================================
   テーブル tr
======================================== */
.p-company-facility__table-row {
  height: auto;
  width: 100%;
}
.p-company-facility__table-row:nth-child(even) {
  background-color: #f6f6f6;
}

/* ========================================
   テーブル td
======================================== */
.p-company-facility__table-data {
  border-bottom: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
  height: 100%;
  vertical-align: middle;
  width: 100%;
}
.p-company-facility__table-data:first-child {
  border-left: 1px solid #cfcfcf;
}
.p-company-facility__table-row:first-child .p-company-facility__table-data {
  border-top: 1px solid #cfcfcf;
}
.p-company-facility__table-row:first-child .p-company-facility__table-data:first-child {
  border-top-left-radius: 0.2rem;
}
.p-company-facility__table-row:first-child .p-company-facility__table-data:last-child {
  border-top-right-radius: 0.2rem;
}
.p-company-facility__table-row:last-child .p-company-facility__table-data:first-child {
  border-bottom-left-radius: 0.2rem;
}
.p-company-facility__table-row:last-child .p-company-facility__table-data:last-child {
  border-bottom-right-radius: 0.2rem;
}
.p-company-facility__table-data--bottom-right {
  border-bottom-right-radius: 0.2rem;
}

.p-company-facility__table-data-inner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: space-between;
  padding-block: 1.41rem 1.6rem;
  padding-inline: 3.9rem 3.8rem;
  width: 100%;
}

.p-company-facility__table-data-name {
  letter-spacing: 0.96px;
  line-height: 1.8;
  text-align: left;
}

.p-company-facility__table-data-quantity {
  letter-spacing: 0.96px;
  line-height: 1.8;
  padding-inline-start: 2.4rem;
  text-align: right;
  white-space: nowrap;
}

/* ========================================
   HISTORYセクション
======================================== */
.p-company-history {
  background-color: #fff;
  padding-block: 18rem 15rem;
  position: relative;
}

/* ========================================
   inner内要素
======================================== */
/* ========================================
   タイトル
======================================== */
.p-company-history__title-wrapper {
  padding-inline-start: 6.2rem;
}

/* ========================================
   メインコンテナ
======================================== */
.p-company-history__main-container {
  height: auto;
  margin-block-start: 9.1rem;
  width: 100%;
}

.p-company-history__list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  height: auto;
  position: relative;
  width: 100%;
}
.p-company-history__list::before {
  background-color: #cfcfcf;
  content: "";
  height: calc(100% + 0.1rem);
  left: 14.4rem;
  position: absolute;
  top: calc(50% - 1.9rem);
  translate: 0 -50%;
  width: 1px;
}

/* ========================================
   アイテム（gridコンテナ）
======================================== */
.p-company-history__item {
  align-items: center;
  display: grid;
  grid-template-columns: 20.5rem 1fr;
  height: auto;
  width: 100%;
}

.p-company-history__date {
  align-content: center;
  height: 100%;
  position: relative;
  width: 100%;
}
.p-company-history__date::before {
  background-color: #cfcfcf;
  content: "";
  height: 1px;
  left: 14.4rem;
  position: absolute;
  top: calc(50% + 0rem);
  translate: 0 -50%;
  width: 12rem;
}
.p-company-history__date::after {
  background-color: #0193e8;
  border-radius: 999px;
  content: "";
  height: 9px;
  left: calc(14.4rem - 4.2px);
  position: absolute;
  top: calc(50% + 0rem);
  translate: 0 -50%;
  width: 9px;
}

.p-company-history__date-number {
  color: #0193e8;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 1.6;
}
.p-company-history__date-number--month {
  margin-inline-start: -0.2rem;
}
.p-company-history__date-text {
  color: #0193e8;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.96px;
  line-height: 1.6;
  margin-inline-start: -0.4rem;
}
.p-company-history__detail-wrapper {
  display: contents;
}

/* ========================================
   （.auto-poppinsを適用させる。）
======================================== */
.p-company-history__detail {
  background-color: #f7f9fb;
  border-radius: 0.2rem;
  height: auto;
  letter-spacing: 0.96px;
  line-height: 1.8;
  padding-block: 1rem 1rem;
  padding-inline: 3rem 3rem;
  position: relative;
  width: 100%;
  z-index: 1;
}

.page_fv.contact {
  background-image: url(../../assets/images/contact/contact_fv.webp);
  background-repeat: no-repeat;
  background-size: cover;
  height: 542px;
  width: 100%;
}

.l-main__inner {
  margin-inline: auto;
  width: 100%;
}

.p-contact__desc {
  font-size: 16px;
  margin-top: 50px;
  text-align: center;
}

table {
  width: 100%;
}

small {
  font-size: 80%;
}

.p-contact__table-row {
  border-bottom: 1px solid #d0d0d0;
}

.p-contact__table-title {
  font-weight: normal;
  padding: 1em 0;
  text-align: left;
  width: 35%;
}

.p-contact__table-label {
  display: inline-block;
  width: 65%;
}

.p-contact__inner .page-title::after {
  left: 15.7%;
  top: 18rem;
}

.p-contact__table-input {
  padding: 1.5em 0;
}

.p-contact__table-input-text {
  background-color: #f0f0f0;
  border: 1px solid transparent;
  border-radius: 5px;
  height: 50px;
  padding: 1em;
  width: 100%;
}

.p-contact__table-required-mark {
  background-color: #ff0000;
  border-radius: 5px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  padding: 3px 7px;
}

.p-contact__table-title {
  font-weight: normal;
  padding: 2em 0;
  text-align: left;
  width: 35%;
}

.p-contact__table-input-textbox {
  background-color: #f0f0f0;
  border: 1px solid transparent;
  border-radius: 5px;
  height: 150px;
  padding: 1em;
  width: 100%;
}

.p-contact__table-row {
  border-bottom: 1px solid #d0d0d0;
}

.p-contact__privacy {
  border: 1px solid #d0d0d0;
  border-radius: 5px;
  line-height: 2;
  margin-top: 60px;
  padding: 2em;
  text-align: center;
}

.p-contact__btn {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

.p-contact__btn-next input {
  background: #0099c2;
  border: 1px solid #0099c2;
  border-radius: 4px;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  height: 100%;
  padding-top: 0;
  transition: all 0.3s;
  transition: 0.3s;
  width: 100%;
}

.p-contact__btn-next {
  border: 1px solid #292929;
}
.p-contact__contact-link-cover,
.p-contact__contact-link-cover-text {
  pointer-events: none;
}

span.wpcf7-list-item-label {
  margin-top: 20px;
  padding-left: 0;
}

input.concent-check {
  position: relative;
  top: -2px;
}

.p-contact {
  padding-bottom: 100px;
  padding-inline: 2rem;
}

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

.p-contact__form {
  margin-top: 60px;
}

tr.p-contact__table-row {
  align-items: center;
  display: flex;
}

span.wpcf7-form-control-wrap {
  width: 100%;
}

.p-contact__table {
  border-collapse: collapse;
  margin-inline: auto;
  max-width: 90rem;
  width: 100%;
}

.p-contact__table-row {
  border-bottom: 1px solid #d0d0d0;
}

.p-contact__table-title {
  font-weight: normal;
  padding: 1em 0;
  text-align: left;
  width: 35%;
}

.p-contact__table-label {
  display: inline-block;
  width: 65%;
}

.p-contact__table-input {
  flex: 1;
  padding: 1.5em 0;
}

.p-contact__table-input-text {
  background-color: #f0f0f0;
  border-radius: 5px;
  height: 50px;
  padding: 1em;
  width: 100%;
}

.p-contact__table-input-textbox {
  background-color: #f0f0f0;
  border: 1px solid transparent;
  border-radius: 5px;
  height: 150px;
  padding: 1em;
  width: 100%;
}

.p-contact__privacy {
  border: 1px solid #d0d0d0;
  border-radius: 5px;
  line-height: 2;
  margin-top: 60px;
  padding: 2em;
  text-align: center;
}

.p-contact__btn-next {
  font-size: 1.8rem;
  height: 55px;
  overflow: hidden;
  position: relative;
  width: 21rem;
}

.p-contact__btn {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

.p-contact__btn-next input {
  transition: all 0.3s;
}
.p-contact__btn-next input:hover {
  cursor: pointer;
}

.p-contact__btn-back button {
  background-color: #292929;
  border: 1px solid #292929;
  color: #f0f0f0;
  margin-left: 30px;
  padding: 1.2em 4.5em;
  transition: all 0.3s;
}
.p-contact__btn-back button:hover {
  background-color: #f0f0f0;
  color: #292929;
  cursor: pointer;
}

input.wpcf7-form-control.wpcf7-previous {
  display: block !important;
}

.wpcf7-spinner {
  display: none !important;
}

.confirm-bottom-button {
  display: flex;
  gap: 300px;
  justify-content: center;
  margin-top: 70px;
}

.p-contact__btn.--confirm {
  align-items: center;
  display: flex;
  gap: 4rem;
  justify-content: center;
  margin-top: 60px;
}

input.wpcf7-form-control.wpcf7-previous {
  background: #fff;
  border: 1px solid #0099c2;
  color: #0099c2;
  font-weight: 700;
  height: 100%;
  padding-block: 0;
  width: 100%;
}

span.p-contact__contact-link-cover-text.--next.--preveiw {
  color: #fff;
  height: calc(100% + 1px);
}

span.p-contact__contact-link-cover.--preveiw {
  background-color: #292929;
  height: calc(100% + 1px);
}

.p-contact__btn-next.--thanks {
  height: 65px;
  margin-inline: auto;
  margin-top: 6rem;
  overflow: hidden;
  position: relative;
  width: 200px;
}

.p-contact__contact-link {
  align-items: center;
  background: #0099c2;
  border: 1px solid #0099c2;
  border-radius: 4px;
  color: #fff;
  display: block;
  display: flex;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  height: 100%;
  justify-content: center;
  padding: 12px 45px;
  transition: all 0.3s;
  transition: 0.3s;
  width: 10;
  width: 100%;
}

.p-contact__thanks-button {
  align-items: center;
  border: 1px solid #292929;
  color: #292929;
  display: flex;
  display: flex;
  height: 40px;
  justify-content: center;
  justify-content: center;
  margin: 80px auto 0;
  transition: 0.3s;
  width: 200px;
}
.p-contact__privacy-link {
  border-bottom: 1px solid #292929;
}

.l-cta .text.is-active {
  margin-top: 0rem;
  text-align: center;
}

.p-contact__contact-link-cover-text {
  align-items: center;
  color: #fff;
  display: flex;
  inset: 0;
  justify-content: center;
  opacity: 0;
  position: absolute;
  transition: opacity 0.3s ease;
  z-index: 3;
}

.p-contact__contact-link-cover {
  background-color: #fff;
  display: block;
  inset: 0;
  position: absolute;
  transform: translate3d(calc(-100% - 1px), 0, 0);
  transition: transform 0.25s cubic-bezier(0.4, 0, 1, 1);
  z-index: 2;
}

p.mv-copy.contact {
  line-height: 0.9;
}

.p-contact__btn-next {
  border: none;
  height: 5.5rem;
  overflow: hidden;
  overflow: hidden;
  padding: 0;
  position: relative;
  position: relative;
  width: 21rem;
}

.p-contact__cta {
  background: #0099c2;
  border-radius: 60px;
  margin-inline: auto;
  margin-top: 60px;
  width: -moz-fit-content;
  width: fit-content;
}
.p-contact__cta .l-cta__tel-link {
  border: none;
}

/* ========================================
   ▼以下、2026.06.08 記述分▼
======================================== */
.p-contact__button {
  background-color: #0193e8;
  border: 1px solid transparent;
  border-radius: 2px;
  color: #fff;
  height: -moz-fit-content;
  height: fit-content;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease;
  width: -moz-fit-content;
  width: fit-content;
  /* ========================================
     ▼ボタンのホバーアニメーション追加のために追記。▼
     アニメーションはjsで制御。
  ======================================== */
}
.p-contact__button::before {
  background-color: #fff;
  content: "";
  height: calc(100% + 1px);
  pointer-events: none;
  position: absolute;
  right: 5.9rem;
  top: calc(50% + 0.03px);
  transition: all 0.3s ease;
  translate: 0 -50%;
  width: 1px;
}
.p-contact__button::after {
  background-color: #fff;
  clip-path: polygon(0 100%, 0 0, 100% 50%);
  content: "";
  display: inline-block;
  height: 9px;
  pointer-events: none;
  position: absolute;
  right: 2.4rem;
  top: 50%;
  transition: all 0.3s ease;
  translate: 0 -50%;
  width: 8px;
}
.p-contact__button input[type=submit],
.p-contact__button input[type=button] {
  align-items: center;
  background: transparent;
  background: none;
  background-color: transparent;
  border: 0;
  border: none;
  border: none;
  border-radius: 2px;
  box-shadow: none;
  color: inherit;
  cursor: pointer;
  cursor: pointer;
  display: flex;
  font: inherit;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 100%;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: normal;
  font-weight: 700;
  height: -moz-fit-content;
  height: fit-content;
  justify-content: flex-start;
  letter-spacing: 0.96px;
  line-height: 1.8;
  margin: 0;
  margin: 0;
  padding: 0;
  padding: 0;
  padding-block: 1.4rem 1.5rem;
  padding-inline: 3.9rem 9.9rem;
  position: relative;
  transition: all 0.3s ease;
  vertical-align: top;
  width: -moz-fit-content;
  width: fit-content;
}
.p-contact__button.is-text-slide-ready input[type=submit],
.p-contact__button.is-text-slide-ready input[type=button] {
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.p-contact__button-text-wrap {
  align-items: center;
  display: flex;
  inset: 0;
  justify-content: flex-start;
  padding-block: 1.4rem 1.5rem;
  padding-inline: 3.9rem 9.9rem;
  pointer-events: none;
  position: absolute;
  z-index: 2;
}

.p-contact__button-text-inner {
  display: block;
  line-height: 1.8;
  overflow: hidden;
  position: relative;
}

.p-contact__button-text {
  color: currentColor;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.96px;
  line-height: 1.8;
  transition: transform 0.5s ease;
}

.p-contact__button-text--current {
  transform: translateY(0);
}

.p-contact__button-text--next {
  inset: 0;
  position: absolute;
  transform: translateY(100%);
}
.p-contact__button.is-text-slide-ready:focus-within .p-contact__button-text--current {
  transform: translateY(-100%);
}

.p-contact__button.is-text-slide-ready:focus-within .p-contact__button-text--next {
  transform: translateY(0);
}

/* ========================================
   ▲ボタンのホバーアニメーション追加のために追記。▲
======================================== */
.p-contact__button--prev {
  background-color: #fff;
  border: 1px solid #0193e8;
  color: #0193e8;
}
.p-contact__button--prev::before {
  background-color: #0193e8;
}
.p-contact__button--prev::after {
  background-color: #0193e8;
}

.p-contact__button-thanks-wrapper {
  margin-inline: auto;
  margin-top: 6rem;
}

.p-contact__button-thanks {
  margin-inline: auto;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
/* ========================================
   POLICYセクション
======================================== */
.p-policy-policy {
  background-color: #f7f9fb;
  overflow-x: clip;
  padding-block: 22rem 14.9rem;
  position: relative;
}

/* ========================================
   inner内要素
======================================== */
/* ========================================
   ナビゲーションメニュー（sp時のみ存在）
======================================== */

/* ========================================
   最外リスト
======================================== */
.p-policy-policy__card-list {
  display: flex;
  flex-direction: column;
  gap: 14.9rem;
  height: auto;
  width: 100%;
}

/* ========================================
   カードアイテム「CSR方針」「品質方針」「環境方針」
======================================== */
.p-policy-policy__card-item {
  height: auto;
  padding-inline: 9rem;
  position: relative;
  width: 100%;
}
.p-policy-policy__card-item:nth-child(1) {
  background: linear-gradient(to bottom, #2c5983 0, #2c5983 40rem, #fff 40rem, #fff 100%);
  padding-block: 11rem 9.6rem;
}
.p-policy-policy__card-item:nth-child(2) {
  background: linear-gradient(to bottom, #2c5983 0, #2c5983 43.4rem, #fff 43.4rem, #fff 100%);
  padding-block: 12.15rem 10.3rem;
}
.p-policy-policy__card-item:nth-child(3) {
  background: linear-gradient(to bottom, #2c5983 0, #2c5983 34.5rem, #fff 34.5rem, #fff 100%);
  padding-block: 9.66rem 10.7rem;
}

.p-policy-policy__card-title {
  color: #fff;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 1.92px;
  line-height: 1.6;
  margin-inline-start: 6.2rem;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.p-policy-policy__card-title .poppins {
  font-weight: 700;
}
.p-policy-policy__card-title::before, .p-policy-policy__card-title::after {
  background-image: url(../../assets/images/under/policy/policy_slash-white.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 1.4rem 4.1rem;
  content: "";
  height: 4.1rem;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 1.4rem;
}
.p-policy-policy__card-title::before {
  left: -6.3rem;
}
.p-policy-policy__card-title::after {
  right: -6.1rem;
}

/* ========================================
   カード内メインコンテナ、ここから各カード毎にスタイルが異なる
   （これは1枚目「CSR方針」内のコンテナ） ■■■■■■■■■■ ■■■■■■■■■■ ■■■■■■■■■■
======================================== */
.p-policy-policy__card-main-container--01 {
  margin-block-start: 8.7rem;
  position: relative;
  width: 100%;
}

/* ========================================
   カード内メインコンテナ、ここから各カード毎にスタイルが異なる
   （これは2枚目「品質方針」内のコンテナ） ■■■■■■■■■■ ■■■■■■■■■■ ■■■■■■■■■■
======================================== */
.p-policy-policy__card-main-container--02 {
  margin-block-start: 7.75rem;
  position: relative;
  width: 100%;
}

/* ========================================
   カード内メインコンテナ、ここから各カード毎にスタイルが異なる
   （これは3枚目「環境方針」内のコンテナ） ■■■■■■■■■■ ■■■■■■■■■■ ■■■■■■■■■■
======================================== */
.p-policy-policy__card-main-container--03 {
  margin-block-start: 10.24rem;
  position: relative;
  width: 100%;
}

/* ========================================
   浮遊要素（カードのメイン画像）
======================================== */
.p-policy-policy__card-image {
  height: auto;
  position: absolute;
  right: -2rem;
  top: -32rem;
  width: 46.4rem;
}
.p-policy-policy__card-image img {
  aspect-ratio: 464/350;
  height: auto;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* ========================================
   通常配置要素（グレーコンテナ）（--01系） ■■■■■■■■■■
======================================== */
.p-policy-policy__card-gray-container--01 {
  background-color: #f6f6f6;
  border-radius: 0.2rem;
  height: auto;
  padding-block: 7.9rem 8.1rem;
  padding-inline: 8rem 7.9rem;
  width: 100%;
}

.p-policy-policy__card-top-text--01 {
  color: #2c5983;
  letter-spacing: 0.96px;
  line-height: 2;
}

/* ========================================
   CSRリスト
======================================== */
.p-policy-policy__csr-list {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  height: auto;
  margin-block-start: 6.1rem;
  width: 100%;
}
/* ========================================
   CSRアイテム
======================================== */
.p-policy-policy__csr-item {
  height: auto;
  width: 100%;
}
/* ========================================
   CSRタイトル
======================================== */
.p-policy-policy__csr-title {
  border-bottom: 1px solid #2c5983;
  display: flex;
}
.p-policy-policy__csr-title-number {
  color: #2c5983;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 1.32px;
  line-height: 1.6;
}
.p-policy-policy__csr-title-text {
  color: #2c5983;
  font-size: 2rem;
  letter-spacing: 1.2px;
  line-height: 1.6;
  margin-inline-start: 0.9rem;
}
/* ========================================
   CSR内容
======================================== */
.p-policy-policy__csr-detail {
  letter-spacing: 0.96px;
  line-height: 1.62;
  margin-block-start: 0.9rem;
}

/* ========================================
   通常配置要素（グレーコンテナ）（--02系） ■■■■■■■■■■
======================================== */
.p-policy-policy__card-gray-container--02 {
  background-color: #f6f6f6;
  border-radius: 0.2rem;
  height: auto;
  padding-block: 8rem 6rem;
  padding-inline: 8rem 7.9rem;
  width: 100%;
}

/* ========================================
   理念タイトル
======================================== */
.p-policy-policy__philosophy-title {
  color: #0193e8;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 1.44px;
  line-height: 2;
  margin-inline: auto;
  position: relative;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}
.p-policy-policy__philosophy-title::before, .p-policy-policy__philosophy-title::after {
  background-image: url(../../assets/images/under/policy/policy_slash-blue.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 0.8rem 2.1rem;
  content: "";
  height: 2.1rem;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 0.8rem;
}
.p-policy-policy__philosophy-title::before {
  left: -3.8rem;
}
.p-policy-policy__philosophy-title::after {
  right: -3.6rem;
}

/* ========================================
   理念テキスト
======================================== */
.p-policy-policy__philosophy-text {
  color: #2c5983;
  letter-spacing: 0.96px;
  line-height: 2.01;
  margin-block-start: 1.9rem;
}

/* ========================================
   通常配置要素（透明コンテナ）（--02系） ■■■■■■■■■■
======================================== */
.p-policy-policy__card-transparent-container--02 {
  background-color: transparent;
  height: auto;
  padding-block: 7rem 0.1rem;
  padding-inline: 8rem 7.9rem;
  width: 100%;
}

/* ========================================
   方針タイトル
======================================== */
.p-policy-policy__policy-title {
  color: #0193e8;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 1.44px;
  line-height: 2;
  margin-inline: auto;
  position: relative;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}
.p-policy-policy__policy-title::before, .p-policy-policy__policy-title::after {
  background-image: url(../../assets/images/under/policy/policy_slash-blue.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 0.8rem 2.1rem;
  content: "";
  height: 2.1rem;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 0.8rem;
}
.p-policy-policy__policy-title::before {
  left: -3.8rem;
}
.p-policy-policy__policy-title::after {
  right: -3.6rem;
}

/* ========================================
   方針コンテナ
======================================== */
.p-policy-policy__policy-container {
  margin-block-start: 4rem;
}
/* ========================================
   方針リスト
======================================== */
.p-policy-policy__policy-list {
  display: flex;
  flex-direction: column;
}
/* ========================================
   方針アイテム
======================================== */
.p-policy-policy__policy-item {
  display: flex;
  padding-block-end: 2.9rem;
  position: relative;
}
.p-policy-policy__policy-item:nth-child(n+2) {
  border-top: 1px solid #cfcfcf;
  padding-block-start: 2.05rem;
}
.p-policy-policy__policy-item:last-child {
  padding-block-end: 0rem;
}

.p-policy-policy__policy-item-number {
  color: #2c5983;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 1.32px;
  line-height: 1.6;
  min-width: 2.5rem;
}
.p-policy-policy__policy-item-body {
  height: auto;
  margin-inline-start: 1rem;
  padding-block-start: 0.5rem;
  width: 100%;
}
.p-policy-policy__policy-item-text {
  letter-spacing: 0.96px;
  line-height: 1.62;
}
.p-policy-policy__policy-item-text--sub {
  margin-block-start: 1.05rem;
  margin-inline-start: -0.5rem;
}
/* ========================================
   方針アイテム内、詳細リスト
======================================== */
.p-policy-policy__policy-item-detail-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-block-start: 2rem;
  margin-inline-start: -0.5rem;
  position: relative;
}

/* ========================================
   方針アイテム内、詳細アイテム
======================================== */
.p-policy-policy__policy-item-detail-item {
  display: flex;
}

.p-policy-policy__policy-item-detail-number {
  align-self: start;
  color: #fff;
  flex-shrink: 0;
  justify-self: start;
  letter-spacing: 0.96px;
  line-height: 1.6;
  position: relative;
  text-align: center;
  width: 2rem;
  z-index: 0;
}
.p-policy-policy__policy-item-detail-number::before {
  background-color: #2c5983;
  content: "";
  height: 2rem;
  left: calc(50% + 0rem);
  position: absolute;
  top: calc(50% + 0rem);
  translate: -50% -50%;
  width: 2rem;
  z-index: -1;
}

.p-policy-policy__policy-item-detail-text {
  letter-spacing: 0.96px;
  line-height: 1.62;
  margin-inline-start: 1rem;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.p-privacy__contents {
  padding-block: 14rem;
}

.p-privacy__title {
  border-bottom: 1px solid currentColor;
  font-size: 1.9rem;
  margin-bottom: 0.5em;
  margin-top: 3em;
}

.p-privacy__info {
  margin-top: 3.2rem;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
/* ========================================
   MV拡張セクション
======================================== */
.p-product-mv-extension {
  background: linear-gradient(to bottom, #fff 0, #fff 58.9rem, #f6f6f6 58.9rem, #f6f6f6 100%);
  height: auto;
  overflow-x: clip;
  padding-block: 12rem 11rem;
  position: relative;
  width: 100%;
}

/* ========================================
   メインコンテナ（重ね合わせ用gridコンテナ）
======================================== */
.p-product-mv-extension__main-container {
  display: grid;
  height: auto;
  width: 100%;
}
/* ========================================
   背景画像コンテナと、テキストコンテナとを、重ね合わせ
======================================== */
.p-product-mv-extension__bg-image-container,
.p-product-mv-extension__text-container {
  grid-area: 1/1;
}

/* ========================================
   背景画像コンテナ
======================================== */
.p-product-mv-extension__bg-image-container {
  height: auto;
  width: 100vw;
}
.p-product-mv-extension__bg-image {
  height: auto;
  left: calc(50% + 17.1rem);
  position: relative;
  translate: -50% 0;
  width: 140.3rem;
}
.p-product-mv-extension__bg-image img {
  aspect-ratio: 1024/452.5;
  height: auto;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  z-index: 2;
}
.p-product-mv-extension__bg-image::before {
  background-image: url(../../assets/images/under/product/mv-extension_bg-image01.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 40.3rem 34.7rem;
  content: "";
  height: 34.7rem;
  left: calc(50% - 51.1rem);
  position: absolute;
  top: -9rem;
  translate: -50% 0;
  width: 40.3rem;
  z-index: 1;
}
.p-product-mv-extension__bg-image::after {
  background-image: url(../../assets/images/under/product/mv-extension_bg-image03.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 48.7rem 35rem;
  bottom: -10rem;
  content: "";
  height: 35rem;
  left: calc(50% + 52.5rem);
  position: absolute;
  translate: -50% 0;
  width: 48.7rem;
  z-index: 3;
}

/* ========================================
   テキストコンテナ
======================================== */
.p-product-mv-extension__text-container {
  padding-block-start: 14.9rem;
  position: relative;
  width: 100vw;
  z-index: 5;
}

.p-product-mv-extension__text-inner {
  display: grid;
  height: inherit;
  margin-inline: auto;
  max-width: 86.6rem;
  padding-inline: 2rem;
  position: relative;
  width: 100%;
}

.p-product-mv-extension__text-wrapper {
  justify-self: end;
  position: relative;
  right: -0.1rem;
  width: -moz-fit-content;
  width: fit-content;
}

.p-product-mv-extension__text-head {
  color: #fff;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 2.4px;
  line-height: 1.6;
}

.p-product-mv-extension__text-body {
  color: #fff;
  letter-spacing: 0.96px;
  line-height: 1.8;
  margin-block-start: 6.1rem;
}

/* ========================================
   LISTセクション
======================================== */
.p-product-list {
  background-color: #f6f6f6;
  padding-block: 4rem 14.9rem;
  position: relative;
}

/* ========================================
   inner内要素
======================================== */
/* ========================================
   タイトル
======================================== */
.p-product-list__title-wrapper {
  padding-inline-start: 5rem;
}

/* ========================================
   事例コンテナ
======================================== */
.p-product-list__example-container {
  margin-block-start: 9.2rem;
}

/* ========================================
   事例リスト（親grid）
======================================== */
.p-product-list__example-list {
  display: grid;
  grid-template-columns: 1fr max-content max-content;
  grid-template-rows: repeat(3, auto);
  height: auto;
  row-gap: 2.2rem;
  width: 100%;
}

/* ========================================
   事例アイテム （子grid）
======================================== */
.p-product-list__example-item {
  background-color: #fff;
  border-radius: 0.2rem;
  display: grid;
  grid-column: span 3;
  grid-template-columns: subgrid;
  grid-template-rows: repeat(2, auto);
  padding-block: 4.9rem 5.1rem;
  padding-inline: 5rem 5rem;
}

.p-product-list__example-item-head {
  border-bottom: 1px solid #2c5983;
  border-top: 1px solid #2c5983;
  grid-column: 1/2;
  grid-row: 1/2;
  height: auto;
  padding-block: 0.9rem 0.9rem;
  width: 100%;
}

.p-product-list__example-item-title {
  color: #2c5983;
  display: inline;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 1.44px;
  line-height: 1.41;
}
.p-product-list__example-item-title--1line {
  letter-spacing: 0px;
  line-height: 1.875;
}

.p-product-list__example-item-tag {
  background: #0193e8;
  border-radius: 0.2rem;
  color: #fff;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 1.08px;
  line-height: 1;
  margin-inline-start: 1rem;
  padding-block: 0.6rem 0.6rem;
  padding-inline: 1rem 1rem;
  position: relative;
  top: -0.25rem;
}

.p-product-list__example-item-text {
  grid-column: 1/2;
  grid-row: 2/3;
  letter-spacing: 0.96px;
  line-height: 1.63;
  margin-block-start: 1.9rem;
}

.p-product-list__example-item-image-summary {
  grid-column: 2/3;
  grid-row: 1/3;
  height: -moz-fit-content;
  height: fit-content;
  margin-inline-start: 3rem;
  width: 23rem;
}
.p-product-list__example-item-image-summary img {
  aspect-ratio: 230/160;
  height: auto;
  width: 100%;
  -o-object-fit: cover;
  border-radius: 0.2rem;
  object-fit: cover;
}

.p-product-list__example-item-image-detail {
  grid-column: 3/4;
  grid-row: 1/3;
  height: -moz-fit-content;
  height: fit-content;
  margin-inline-start: 2rem;
  width: 26rem;
}
.p-product-list__example-item-image-detail img {
  aspect-ratio: 260/160;
  height: auto;
  width: 100%;
  -o-object-fit: cover;
  border-radius: 0.2rem;
  object-fit: cover;
}

/* ========================================
   用途コンテナ
======================================== */
.p-product-list__purpose-container {
  background-color: #fff;
  margin-block-start: 8rem;
  padding-block: 7.9rem 4.8rem;
  padding-inline: 5rem 5rem;
}

/* ========================================
   用途タイトル
======================================== */
.p-product-list__purpose-title {
  color: #f78733;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 1.92px;
  line-height: 1;
  position: relative;
  text-align: center;
}
.p-product-list__purpose-title::before {
  background-color: #f78733;
  bottom: -2.1rem;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  translate: -50% 0;
  width: 4rem;
}
/* ========================================
   用途リスト
======================================== */
.p-product-list__purpose-list {
  display: flex;
  flex-direction: column;
  margin-block-start: 8.1rem;
  row-gap: 6rem;
}

/* ========================================
   用途アイテム 1種類目
======================================== */
.p-product-list__purpose-item-first {
  height: auto;
  width: 100%;
}
.p-product-list__purpose-item-first-title {
  background-color: #2c5983;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 1.44px;
  line-height: 1;
  padding-block: 1.3rem 1.3rem;
  padding-inline: 1rem 1rem;
  text-align: center;
}

/* ========================================
   gridコンテナ 1種類目（4個の子要素をネスト）
======================================== */
.p-product-list__purpose-item-first-container {
  display: grid;
  grid-template-columns: 600fr 320fr;
  grid-template-rows: repeat(2, 1fr);
  margin-block-start: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  height: auto;
  justify-content: center;
  row-gap: 2rem;
  width: 100%;
}

/* ========================================
   小カード （中身2個・1個）
======================================== */
.p-product-list__purpose-item-first-card {
  background-color: #e6f0fb;
  height: auto;
  padding-block: 4rem 2.9rem;
  padding-inline: 3.5rem 3.5rem;
  text-align: center;
  width: 100%;
}
.p-product-list__purpose-item-first-card:nth-child(1) {
  grid-column: 1/2;
  grid-row: 1/2;
}
.p-product-list__purpose-item-first-card:nth-child(2) {
  grid-column: 1/2;
  grid-row: 2/3;
}
.p-product-list__purpose-item-first-card:nth-child(3) {
  grid-column: 2/3;
  grid-row: 1/2;
}
.p-product-list__purpose-item-first-card:nth-child(4) {
  grid-column: 2/3;
  grid-row: 2/3;
}

/* ========================================
   カードタイトル
======================================== */
.p-product-list__purpose-item-first-card-title {
  color: #2c5983;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 1.2px;
  line-height: 1;
  text-align: center;
}
/* ========================================
   カードボディ
======================================== */
.p-product-list__purpose-item-first-card-body {
  display: flex;
  margin-block-start: 3rem;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
  height: auto;
  justify-content: center;
  width: 100%;
}

/* ========================================
   「画像+テキスト」ラッパー
======================================== */
.p-product-list__purpose-item-first-card-image-wrapper {
  text-align: center;
}

.p-product-list__purpose-item-first-card-image {
  height: -moz-fit-content;
  height: fit-content;
  max-width: 25rem;
  width: 100%;
}
.p-product-list__purpose-item-first-card-image img {
  aspect-ratio: 250/250;
  height: auto;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-product-list__purpose-item-first-card-image-text {
  font-weight: 500;
  letter-spacing: 0.96px;
  line-height: 1;
  margin-block-start: 1.5rem;
  text-align: center;
}

/* ========================================
   用途アイテム 2種類目
======================================== */
.p-product-list__purpose-item-second {
  height: auto;
  width: 100%;
}
.p-product-list__purpose-item-second-title {
  background-color: #2c5983;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 1.44px;
  line-height: 1;
  padding-block: 1.3rem 1.3rem;
  padding-inline: 1rem 1rem;
  text-align: center;
}

/* ========================================
   gridコンテナ 2種類目（2個の子要素をネスト）
======================================== */
.p-product-list__purpose-item-second-container {
  display: grid;
  grid-template-columns: 600fr 320fr;
  grid-template-rows: 1fr;
  margin-block-start: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  height: auto;
  justify-content: center;
  width: 100%;
}

/* ========================================
   小カード （中身2個・1個）
======================================== */
.p-product-list__purpose-item-second-card {
  background-color: #e6f0fb;
  height: auto;
  padding-block: 4rem 2.9rem;
  padding-inline: 3.5rem 3.5rem;
  text-align: center;
  width: 100%;
}
.p-product-list__purpose-item-second-card:nth-child(1) {
  grid-column: 1/2;
  grid-row: 1/2;
}
.p-product-list__purpose-item-second-card:nth-child(2) {
  grid-column: 2/3;
  grid-row: 1/2;
}

/* ========================================
   カードタイトル
======================================== */
.p-product-list__purpose-item-second-card-title {
  color: #2c5983;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 1.2px;
  line-height: 1;
  text-align: center;
}
/* ========================================
   カードボディ
======================================== */
.p-product-list__purpose-item-second-card-body {
  display: flex;
  margin-block-start: 3rem;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
  height: auto;
  justify-content: center;
  width: 100%;
}

/* ========================================
   「画像+テキスト」ラッパー
======================================== */
.p-product-list__purpose-item-second-card-image-wrapper {
  text-align: center;
}

.p-product-list__purpose-item-second-card-image {
  height: -moz-fit-content;
  height: fit-content;
  max-width: 25rem;
  width: 100%;
}
.p-product-list__purpose-item-second-card-image img {
  aspect-ratio: 250/250;
  height: auto;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-product-list__purpose-item-second-card-image-text {
  font-weight: 500;
  letter-spacing: 0.96px;
  line-height: 1;
  margin-block-start: 1.5rem;
  text-align: center;
}

/* ========================================
   用途アイテム 3種類目
======================================== */
.p-product-list__purpose-item-third {
  height: auto;
  width: 100%;
}
.p-product-list__purpose-item-third-title {
  background-color: #2c5983;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 1.44px;
  line-height: 1;
  padding-block: 1.3rem 1.3rem;
  padding-inline: 1rem 1rem;
  text-align: center;
}

/* ========================================
   gridコンテナ 3種類目（1個の子要素をネスト）
======================================== */
.p-product-list__purpose-item-third-container {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  height: auto;
  justify-content: center;
  margin-block-start: 2rem;
  width: 100%;
}

/* ========================================
   小カード （中身1個）
======================================== */
.p-product-list__purpose-item-third-card {
  background-color: #e6f0fb;
  height: auto;
  padding-block: 5rem 6rem;
  padding-inline: 5rem 5rem;
  width: 100%;
}

/* ========================================
   カード内、上側コンテナ
======================================== */
.p-product-list__purpose-item-third-card-top-container {
  height: auto;
  width: 100%;
}

.p-product-list__purpose-item-third-card-list {
  display: flex;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
  height: auto;
  justify-content: center;
  width: 100%;
}

.p-product-list__purpose-item-third-card-item {
  height: auto;
  width: 100%;
}

/* ========================================
   「画像+テキスト」ラッパー
======================================== */
.p-product-list__purpose-item-third-card-image-wrapper {
  text-align: center;
}

.p-product-list__purpose-item-third-card-image {
  height: -moz-fit-content;
  height: fit-content;
  max-width: 26rem;
  width: 100%;
}
.p-product-list__purpose-item-third-card-image img {
  aspect-ratio: 260/180;
  height: auto;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-product-list__purpose-item-third-card-image-text {
  color: #2c5983;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 1.2px;
  line-height: 1.4;
  margin-block-start: 1.5rem;
  text-align: center;
  white-space: nowrap;
}

/* ========================================
   カード内、下側コンテナ
======================================== */
.p-product-list__purpose-item-third-card-bottom-container {
  height: auto;
  margin-block-start: 5.8rem;
  width: 100%;
}

.p-product-list__purpose-item-third-card-text-box {
  border: 1px solid #2c5983;
  display: flex;
  flex-wrap: wrap;
  height: auto;
  margin-inline: auto;
  padding-block: 2.8rem 3rem;
  padding-inline: 1rem 1rem;
  row-gap: 3rem;
  width: 100%;
  -moz-column-gap: 5rem;
  align-items: center;
  column-gap: 5rem;
  justify-content: center;
}

.p-product-list__purpose-item-third-card-text {
  color: #2c5983;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 1.2px;
  line-height: 1;
  padding-inline-start: 2rem;
  position: relative;
}
.p-product-list__purpose-item-third-card-text::before {
  background-color: #2c5983;
  border-radius: 999px;
  content: "";
  height: 1.4rem;
  left: 0;
  position: absolute;
  top: calc(50% + 0.1rem);
  translate: 0 -50%;
  width: 1.4rem;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.l-cta.p-news {
  margin-top: 11%;
}

.p-single {
  align-items: flex-start;
  display: grid;
  gap: 4%;
  grid-template-columns: 3fr 1fr;
  justify-content: center;
  margin-inline: auto;
  margin-top: 7rem;
  max-width: 124rem;
  padding-bottom: 100px;
  padding-bottom: 100px;
  padding-inline: 2rem;
}

.p-archive__list-thumbnail {
  aspect-ratio: 256/167;
  height: 16.7rem;
  overflow: hidden;
  width: 25.6rem;
}

.p-archive__list-body-wrap {
  flex: 1;
}

.p-archive__main {
  flex: 1;
}

.p-archive__sidebar {
  width: 25rem;
}

.p-archive {
  display: flex;
  gap: 7rem;
  gap: 4%;
  margin-inline: auto;
  margin-top: 12rem;
  max-width: 107rem;
  padding: 0 1.5rem;
  padding-bottom: 14rem;
  width: 100%;
}

.p-single__list-thumbnail {
  margin-top: 3rem;
  width: 100%;
}

.p-archive__list-excerpt {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-top: 1rem;
}

time.p-archive__list-date {
  color: #a0a0a0;
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
}

.p-archive__list-category {
  background: #0193e8;
  border-radius: 0.3rem;
  color: #fff;
  font-size: 1.4rem;
  font-size: 14px;
  font-weight: 700;
  font-weight: 500;
  padding: 0 1em;
  position: relative;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}

.p-archive__list-ttl {
  font-size: 18px;
  font-weight: 400;
  margin-top: 2rem;
}

.p-archive__list {
  display: flex;
  flex-flow: column;
  gap: 8rem;
}

.p-single__main {
  width: 100%;
}

.p-single__thumbnail {
  margin: 30px auto 0;
  width: 100%;
}

.p-single__thumbnail-img {
  width: 100%;
  -o-object-fit: cover;
  aspect-ratio: 280/180;
  object-fit: cover;
}

.p-single__content {
  margin-top: 30px;
}
.p-single__content p {
  margin-top: 3rem;
}

.p-single__info {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}

.p-single__category {
  font-size: 1.4rem;
  padding: 0.2em 1em;
}

.p-single__tag {
  font-size: 1.4rem;
  padding: 0.2em 1em;
}

.p-single__ttl {
  border-bottom: 1px solid #0193e8;
  color: #231816;
  font-size: 2.8rem;
  font-size: 28px;
  font-weight: bold;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.333;
  margin-top: 1em;
  margin-top: 1em;
  padding-bottom: 3%;
  width: 100%;
  width: 100%;
}

.p-archive__list-thumbnail img {
  transition: 0.3s;
}

.p-archive__list-link {
  border-bottom: 1px solid #efefef;
  display: flex;
  gap: 5rem;
  padding-bottom: 3rem;
  transition: 0.3s;
}

.p-archive__list-item:last-of-type .p-archive__list-link {
  border-bottom: none;
}

h2.wp-block-heading {
  font-size: 2.4rem;
}

.p-archive__pagination {
  align-items: center;
  display: flex;
  gap: 1em;
  justify-content: center;
  margin: 5em auto 0;
  width: 80%;
}

.page-numbers {
  align-items: center;
  display: flex;
  gap: 3rem;
}

.p-single__pagelinks {
  align-items: center;
  display: flex;
  gap: 1em;
  justify-content: center;
  margin: 5em auto 0;
  width: 80%;
}

a.next.page-numbers,
a.prev.page-numbers {
  border: none;
  color: #000;
  transition: 0.3s;
  white-space: nowrap;
}

.p-single__sidebar {
  position: sticky;
  top: 70px;
}

span.l-sidebar__box-ttl-eng {
  color: #909090;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin-right: 1em;
  text-transform: uppercase;
}

.sidebar-box-title {
  padding-bottom: 1%;
}

.sidebar-box-list li {
  padding-top: 1.5rem;
}

.sidebar-box-list-item {
  border-bottom: 1px solid #efefef;
  display: flex;
  flex-direction: column;
  margin-bottom: 5px;
  padding-bottom: 1.5rem;
  transition: all 0.3s;
}

.p-single__category {
  align-items: center;
  background-color: #0193e8;
  color: #fff;
  display: flex;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 0 1em;
}

.l-sidebar__box:not(:first-of-type) {
  margin-top: 5rem;
}

.l-sidebar__box-date {
  color: #a0a0a0;
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
}

li.l-sidebar__box-list-item {
  border-bottom: 1px solid #efefef;
  display: flex;
  flex-direction: column;
  margin-bottom: 5px;
  padding-bottom: 15px;
  transition: all 0.3s;
}

h3.l-sidebar__box-ttl {
  font-size: 14px;
  font-weight: 700;
  padding-bottom: 3%;
}

.p-news__inner .text.is-active {
  text-align: left;
}
.p-news__inner .page-title::after {
  left: 15.7%;
  top: 18rem;
}

.l-cta.p-news {
  margin-top: 0;
}

.p-main .l-estimate {
  padding-bottom: 8rem;
}

section.p-page-mv-bottom.p-case-archive__mv-bottom {
  background-color: #f5f5f5;
}

.p-case {
  padding-bottom: 8rem;
}

.p-case__contents-wrap {
  display: flex;
  gap: 4rem;
}

.p-case__meta {
  display: flex;
  justify-content: space-between;
}

.p-case__meta-right {
  display: flex;
  gap: 2rem;
}

.p-case__meta-right {
  gap: 1rem;
}

li.p-case__meta-business {
  align-items: center;
  background: #f5f5f5;
  border: 1px solid #0099c2;
  display: flex;
  flex-shrink: 0;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  height: 3rem;
  justify-content: center;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: center;
  width: 14rem;
}

.p-case__meta-industry,
.p-case__meta-process {
  align-items: center;
  background: #292929;
  color: #fff;
  display: flex;
  flex-shrink: 0;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  height: 3rem;
  justify-content: center;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: center;
  width: 15rem;
}

.p-case__contents-img {
  margin-top: 3rem;
}

.p-case__text-wrap {
  flex: 1;
  margin-top: 6rem;
}

.p-case__title {
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

.p-case__contents-left {
  width: 56rem;
}

.p-case__spec-wrap {
  display: flex;
  margin-top: 1rem;
}

.p-case__spec {
  margin-top: 4.4rem;
}
.p-case__spec dt {
  align-items: center;
  background: #ececec;
  color: #4e4e4e;
  display: flex;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.6;
  padding: 0 2rem 0.3rem 2rem;
  width: 11rem;
}
.p-case__spec dd {
  align-items: center;
  background-color: #f5f5f5;
  display: flex;
  flex: 1;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.6;
  padding: 0 2rem 0.4rem 2rem;
}

.p-case__point {
  border: 1px solid #d8d8d8;
  margin-top: 6rem;
  padding-block: 5.2rem 5rem;
  padding-inline: 8rem;
}

.p-case__point-item {
  display: flex;
  gap: 1.8rem;
}
.p-case__point-item svg {
  width: 2.35rem;
}

.p-case__point-ttl {
  border-bottom: 1px solid #0099c2;
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  padding-bottom: 0.5rem;
  text-align: center;
}

.p-case__point-list {
  display: flex;
  flex-flow: column;
  gap: 1.8rem;
  margin-top: 4rem;
}

.p-case__point-item-text {
  flex: 1;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  /* 28.8px */
  letter-spacing: 0.9px;
  line-height: 160%;
}

.p-case__point-head {
  align-items: center;
  display: flex;
  flex-flow: column;
  gap: 0.5rem;
  justify-content: center;
}

.p-case__consult {
  background: #f5f5f5;
  margin-top: 7rem;
  padding-block: 6rem 5rem;
  padding-inline: 7rem;
}

.p-case__consult-head {
  text-align: center;
}

.p-case__consult-head-title {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.1;
  text-align: center;
}

.p-case__consult-head-text {
  border-bottom: 1px solid #0099c2;
  display: inline-block;
  font-size: 3.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.1;
  padding-bottom: 0.5rem;
  text-align: center;
}

.p-case__consult-box {
  background: #fff;
  margin-top: 5.5rem;
  padding-block: 4.4rem 4rem;
  padding-inline: 7rem;
  position: relative;
}

.p-case__propose-box {
  background: #fff;
  margin-top: 2rem;
  padding-block: 4.4rem 4.6rem;
  padding-inline: 7rem;
  position: relative;
}

.p-case__consult-arrow {
  align-items: center;
  display: flex;
  flex-flow: column;
  gap: 0.4rem;
  margin-top: 2rem;
}

.p-case__consult-title {
  border-bottom: 1px solid #d8d8d8;
  color: #4e4e4e;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
  padding-bottom: 2rem;
}

.p-case__consult-text {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 160%;
  line-height: 1.6;
  margin-top: 2rem;
}

.p-case__consult-box-title {
  align-items: center;
  background: #0099c2;
  color: #fff;
  display: inline-flex;
  flex-shrink: 0;
  font-size: 1.8rem;
  font-weight: 500;
  height: 4rem;
  justify-content: center;
  left: 5rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  padding: 0 2rem 0.2rem 2rem;
  position: absolute;
  top: -2rem;
}

.p-case__propose-box-title {
  align-items: center;
  background: #d8d8d8;
  display: inline-flex;
  flex-shrink: 0;
  font-size: 1.8rem;
  font-weight: 500;
  height: 4rem;
  justify-content: center;
  left: 5rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  padding: 0 2rem 0.2rem 2rem;
  position: absolute;
  top: -2rem;
}

.p-case__propose-title {
  border-bottom: 1px solid #d8d8d8;
  color: #4e4e4e;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
  padding-bottom: 2rem;
}

.p-case__propose-text {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 160%;
  line-height: 1.6;
  margin-top: 2rem;
}

.case-archive {
  display: grid;
  gap: 3rem;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 6rem;
}
.case-archive a {
  display: block;
}

li.p-case-archive__meta-business {
  align-items: center;
  background: #909090;
  color: #fff;
  display: flex;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 400;
  gap: 10px;
  height: 2.2rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  padding-inline: 0.6rem;
}

.p-case-archive__meta {
  margin-top: 1.7rem;
}

.p-case-archive__meta-process {
  border-bottom: 1px solid #d8d8d8;
  color: #292929;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-top: 0.6rem;
  padding-bottom: 0.6rem;
}

.p-case-archive__title {
  color: #292929;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-top: 0.8rem;
}

.case-archive__item {
  overflow: hidden;
  transition: 0.3s;
}

.p-case-archive__arrow {
  text-align: right;
}

.case-archive__link-img {
  height: 100%;
  overflow: hidden;
  width: 100%;
}

.case-archive__link {
  overflow: hidden;
  transition: 0.3s;
}
.case-archive__link img {
  aspect-ratio: 326/193;
  overflow: hidden;
  transition: 0.3s;
}

.case-archive__link .p-case-archive__arrow path {
  transition: fill 0.3s ease;
}
.case-archive__link:hover .p-case-archive__arrow path {
  fill: #292929;
}

.p-case-archive {
  background-color: #f5f5f5;
  padding: 8rem 13.5rem;
}

.pagination {
  display: flex;
  gap: 1.4rem;
  justify-content: center;
  margin-top: 5rem;
}

span.page-numbers.current {
  align-items: center;
  background: #292929;
  border: none;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  height: 3.6rem;
  justify-content: center;
  padding: 1rem;
  width: 3rem;
}

.page-numbers {
  align-items: center;
  background: #fff;
  border: 0.1rem solid #909090;
  color: #292929;
  display: flex;
  flex-direction: column;
  font-size: 1.5rem;
  font-weight: 400;
  gap: 1rem;
  height: 3.6rem;
  justify-content: center;
  letter-spacing: 0.05em;
  line-height: 1.6;
  padding: 1rem;
  text-align: center;
  transition: 0.3s;
  width: 3rem;
}
.page-numbers img {
  -o-object-fit: contain;
  object-fit: contain;
}

a.prev.page-numbers img {
  -o-object-fit: contain;
  object-fit: contain;
  transform: rotate(180deg);
}

a.prev.page-numbers,
a.next.page-numbers {
  background: #d8d8d8;
  border: none;
}

.case-search {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.custom-select {
  cursor: pointer;
  flex: 1;
  position: relative;
}

.custom-options {
  background: #fff;
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 10;
}
.custom-options span {
  border-bottom: 1px solid #d8d8d8;
  color: #909090;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.custom-options span:last-of-type {
  border: none;
}

.custom-options span {
  display: block;
  padding: 0.6em 1em;
}

.custom-options span:hover {
  background: #f5f5f5;
}

.custom-select.open .custom-options {
  display: block;
}

[type=search] {
  -webkit-appearance: none;
  border: none;
  height: 4rem;
  padding-left: 2rem;
  width: 21rem;
}

.case-search input::-moz-placeholder {
  color: #b1b1b1;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.6;
  padding-left: 2rem;
}

.case-search input::placeholder {
  color: #b1b1b1;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.6;
  padding-left: 2rem;
}

.custom-select__trigger {
  align-items: flex-start;
  align-self: stretch;
  background: #fff;
  color: #4e4e4e;
  display: flex;
  font-size: 1.5rem;
  font-weight: 400;
  gap: 1rem;
  height: 4rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  padding: 0.6em 1em;
  padding: 6px 0 0 20px;
}

.custom-options span:hover {
  background-color: #b1b1b1;
  color: #fff;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  align-items: flex-start;
  background: #fff;
  background-color: transparent;
  display: none;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  gap: 1rem;
  height: 4rem;
  justify-content: center;
  letter-spacing: 0.05em;
  line-height: 1.6;
  padding-top: 0.6rem;
  text-align: center;
  width: 5rem;
}

.custom-select__trigger::after {
  background: url(../images/common/case_arrow.svg) no-repeat top center/contain;
  content: "";
  height: 0.6rem;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.2s ease;
  width: 0.6rem;
}

/* open 時に矢印を上向きに回転 */
.custom-select.open .custom-select__trigger::after {
  transform: translateY(-50%) rotate(270deg);
}

.p-single {
  padding-bottom: 100px;
}

.p-single__title {
  width: -moz-max-content;
  width: max-content;
}

.p-single__title::after {
  right: -59px;
}

.p-single__wrapper {
  display: flex;
  gap: 60px;
  justify-content: center;
}

.p-single__info {
  align-items: center;
  display: flex;
  margin-top: 10px;
}

.p-single__info--category {
  flex-wrap: wrap;
}

.p-single__info--tag {
  flex-wrap: wrap;
}

.p-single__date {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
}

.p-single__category {
  font-size: 14px;
  line-height: 1.2;
}

.p-single__category:nth-of-type(n + 2) {
  margin-left: 10px;
}

.p-single__tag {
  font-size: 14px;
  line-height: 1.5;
}

.p-single__tag:nth-of-type(n + 2) {
  margin-left: 10px;
}

.p-single__news-title {
  border-bottom: 1px solid #d2e1e7;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 30px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.p-single__thumbnail {
  margin-top: 30px;
}

.p-single__content {
  margin-top: 30px;
}

.p-single__content h2 {
  border-left: 5px solid #0193e8;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 1.5em;
  margin-top: 2.5em;
  padding: 0.3em 1em;
}

.p-single__content h3 {
  border-bottom: 2px solid #0193e8;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 1.5em;
  margin-top: 2em;
  padding-bottom: 0.5em;
  padding-left: 0.3em;
}

.p-single__content h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 1em;
  margin-left: 0.3em;
  margin-top: 0.5em;
}

.p-single__content h5 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 1em;
  margin-top: 0.5em;
  padding-left: 0.3em;
}

.p-single__content h6 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 1em;
  margin-top: 0.5em;
  padding-left: 0.3em;
}

.p-single__content ul {
  margin-bottom: 1em;
  margin-top: 0.5em;
}

.p-single__content li {
  line-height: 1.5;
  list-style: disc;
  list-style-position: inside;
}

.p-single__content p {
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 2;
  margin-bottom: 2em;
}

.p-single__content strong {
  font-weight: 700;
}

.p-single__content figure {
  margin: 0 0 1em;
  max-width: 100%;
  width: 100%;
}

.p-single__content a {
  color: #4f87c7;
  text-decoration: underline;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
/* ========================================
   FVセクション
======================================== */
.p-top-fv {
  background-color: #fff;
  height: 100vh;
  overflow: clip;
  padding-block: 90px 5rem;
  position: relative;
}

.p-top-fv__inner {
  height: 100%;
  margin-inline: auto;
  padding-inline: 5rem;
  position: relative;
  width: 100%;
}

.p-top-fv__main-container {
  border-radius: 0.2rem;
  clip-path: inset(0 100% 0 0);
  height: 100%;
  overflow: clip;
  position: relative;
}
/* ========================================
   FVメイン画像（スライダーラッパー）
======================================== */
.p-top-fv__slider {
  height: 100%;
  position: relative;
  width: 100%;
}

/* ========================================
   FVメイン画像
======================================== */
.p-top-fv__bg-image {
  backface-visibility: hidden;
  height: 100%;
  inset: 0;
  position: absolute;
  transform-origin: center center;
  width: 100%;
  will-change: transform, opacity;
}
.p-top-fv__bg-image picture {
  display: block;
  height: 100%;
  width: 100%;
}
.p-top-fv__bg-image img {
  aspect-ratio: 1266/628;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center bottom;
  object-position: center bottom;
}

/* ========================================
   FVメインテキストエリア(absoluteで飛ばす)
======================================== */
.p-top-fv__main-text-box {
  background-color: transparent;
  height: -moz-fit-content;
  height: fit-content;
  left: 10rem;
  max-width: 50rem;
  overflow-y: clip;
  position: absolute;
  top: calc(50% - 0rem);
  translate: 0 -50%;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 3;
}

.p-top-fv__main-text-head {
  font-size: 4.8rem;
  font-weight: 700;
  letter-spacing: 2.88px;
  line-height: 1.4;
  overflow-y: clip;
  padding-block-end: 2.2rem;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.p-top-fv__main-text-head:nth-child(n+2) {
  margin-block-start: -2.2rem;
}
.p-top-fv__main-text-head span {
  font-size: 4.8rem;
  font-weight: 700;
  letter-spacing: 2.88px;
  line-height: 1.4;
}
.p-top-fv__main-text-head .color--01 {
  color: #f78733;
  font-size: 4.8rem;
  font-weight: 700;
  letter-spacing: 2.88px;
  line-height: 1.4;
}
.p-top-fv__main-text-head .color--02 {
  color: #0193e8;
  font-size: 4.8rem;
  font-weight: 700;
  letter-spacing: 2.88px;
  line-height: 1.4;
}
.p-top-fv__main-text-head.--underline {
  --underlineClip: 100%;
}
.p-top-fv__main-text-head.--underline::before {
  background-color: #0193e8;
  bottom: 0;
  clip-path: inset(0 var(--underlineClip) 0 0);
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 30rem;
}

.p-top-fv__main-text {
  font-weight: 500;
  letter-spacing: 0.96px;
  line-height: 1.6;
  margin-block-start: 4rem;
  overflow-y: clip;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}

/* ========================================
   FVインフォテキストエリア(absoluteで飛ばす)
======================================== */
.p-top-fv__info-box {
  background-color: #f6f6f6;
  bottom: 0rem;
  height: 5rem;
  overflow: clip;
  position: absolute;
  right: 0rem;
  width: 70rem;
  z-index: 3;
}

.p-top-fv__info-link {
  align-items: center;
  display: flex;
  height: 100%;
  padding-inline-end: 6.5rem;
  transition: all 0.3s ease;
  width: 100%;
}
.p-top-fv__info-link::after {
  background-color: #0193e8;
  clip-path: polygon(0 100%, 0 0, 100% 50%);
  content: "";
  display: inline-block;
  height: 9px;
  position: absolute;
  right: 2rem;
  top: 50%;
  transition: all 0.3s ease;
  translate: 0 -50%;
  width: 8px;
}

.p-top-fv__info-date {
  color: #0193e8;
  letter-spacing: 0.96px;
  line-height: 1.8;
  margin-inline-start: 3rem;
  transition: all 0.3s ease;
}

.p-top-fv__info-text-track-wrap {
  margin-block-start: -0.3rem;
  margin-inline-start: 2.2rem;
  overflow-x: clip;
  width: 77.5%;
}

.p-top-fv__info-text-track {
  display: inline-flex;
  overflow-x: clip;
}
.p-top-fv__info-text-track span {
  padding-right: 5rem;
}

.p-top-fv__info-text {
  font-size: 1.5rem;
  letter-spacing: 0.9px;
  line-height: 1.8;
  max-width: 54rem;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s ease;
  white-space: nowrap;
}

/* ========================================
   ABOUTセクション
======================================== */
.p-top-about {
  height: auto;
  left: 0;
  min-height: calc(1100px - 25rem + 49.8rem);
  padding-block: 0rem 0rem;
  position: relative;
  position: sticky;
  top: 90px;
  width: 100%;
}

/* ========================================
   sticky背景エリア
======================================== */
.p-top-about__sticky-bg-area {
  height: auto;
  width: 100%;
}

/* ========================================
   ABOUTセクション 背景画像
======================================== */
.p-top-about__top-bg-image {
  aspect-ratio: 2560/1100;
  background-color: #fff;
  background-image: url(../../assets/images/top/top-about-bg-image.webp);
  background-position: center 0rem;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  padding-block: 0rem 0rem;
  position: relative;
  width: 100%;
}

/* ========================================
   ABOUTセクション 下側の余白
======================================== */
.p-top-about__under-padding {
  background-color: #f6f6f6;
  height: 49.8rem;
  position: relative;
  width: 100%;
}

/* ========================================
   ABOUTセクション コンテンツエリア
======================================== */
.p-top-about__content-area {
  height: auto;
  isolation: isolate;
  margin-top: -90rem;
  position: relative;
  width: 100%;
  z-index: 1;
}

/* ========================================
   ABOUTセクション 内部コンテンツ
======================================== */
.p-top-about__originally {
  height: auto;
  padding-block: 0rem 0rem;
  position: relative;
  width: 100%;
}
.p-top-about__originally::before {
  backdrop-filter: blur(25px);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 90%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 0;
  -webkit-backdrop-filter: blur(25px);
  opacity: var(--blur-opacity, 0);
}

/* ========================================
   inner内要素
======================================== */
/* ========================================
   gridコンテナ
======================================== */
.p-top-about__main-container {
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: repeat(3, auto);
  height: auto;
  padding-block-end: 30.3rem;
  padding-block-start: 8rem;
  position: relative;
  width: 100%;
  z-index: 1;
}

.p-top-about__head-en {
  color: #f78733;
  font-size: 1.2rem;
  font-weight: 300;
  grid-column: 1/2;
  grid-row: 1/2;
  letter-spacing: 0.72px;
  line-height: 1.6;
  padding-block-end: 3rem;
  position: relative;
}
.p-top-about__head-en::before {
  background-color: #f78733;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 50px;
}

.p-top-about__head-ja {
  color: #0193e8;
  font-size: 4rem;
  font-weight: 700;
  grid-column: 1/2;
  grid-row: 2/3;
  letter-spacing: 2.4px;
  line-height: 1.7;
  padding-block-start: 2.9rem;
}

.p-top-about__text {
  color: #2c5983;
  grid-column: 1/2;
  grid-row: 3/4;
  letter-spacing: 0.96px;
  line-height: 1.8;
  max-width: 55rem;
  padding-block-start: 3.7rem;
}

/* ========================================
   ボタン
======================================== */
.p-top-about__button-wrapper {
  align-self: end;
  grid-column: 2/3;
  grid-row: 3/4;
  justify-self: end;
}

/* ========================================
   浮遊要素(p-top-about__main-containerからabsolute)
======================================== */
.p-top-about__floating-text-box {
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  right: -7.9rem;
  rotate: 90deg;
  top: 4.6rem;
  width: -moz-fit-content;
  width: fit-content;
}

.p-top-about__floating-text {
  color: #deecf3;
  font-size: 9.6rem;
  font-weight: 500;
  letter-spacing: 5.76px;
  line-height: 1;
  text-transform: uppercase;
}

/* ========================================
   inner外要素（浮遊）
======================================== */
.p-top-about__outer-container {
  bottom: -35.8rem;
  height: -moz-fit-content;
  height: fit-content;
  left: 50%;
  position: absolute;
  translate: -50% 0;
  width: 100%;
  z-index: 1;
}

/* ========================================
   スライダー
======================================== */
/* ========================================
   Slider main container
======================================== */
/* ========================================
   Additional required wrapper
======================================== */
.p-top-about__swiper-wrapper {
  transition-timing-function: linear;
}

/* ========================================
   Slides
======================================== */
.p-top-about__swiper-slide {
  display: flex;
  height: 60rem;
  position: relative;
  width: 244rem;
}

.p-top-about__slide-image picture {
  height: auto;
  width: 100%;
}
.p-top-about__slide-image img {
  aspect-ratio: 2440/600;
  height: auto;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* ========================================
   FEATUREセクション
======================================== */
.p-top-feature {
  background-color: #f6f6f6;
  overflow-x: clip;
  padding-block: 49.8rem 0rem;
  position: relative;
}

/* ========================================
   inner内要素
======================================== */

/* ========================================
   タイトル
======================================== */
.p-top-feature__title-wrapper {
  margin-inline-start: -0.9rem;
}

/* ========================================
   gridコンテナ
======================================== */
.p-top-feature__main-container {
  display: grid;
  grid-template-columns: repeat(2, auto);
  height: auto;
  margin-inline-start: auto;
  max-width: 80.3rem;
  padding-block-start: 5.1rem;
  padding-inline-end: 5.3rem;
  position: relative;
  width: 100%;
}

.p-top-feature__head-text {
  color: #2c5983;
  font-size: 2.4rem;
  font-weight: 500;
  grid-column: 1/2;
  grid-row: 1/2;
  letter-spacing: 1.44px;
  line-height: 1.57;
}

/* ========================================
   ボタン
======================================== */
.p-top-feature__button-wrapper {
  align-self: end;
  grid-column: 2/3;
  grid-row: 1/2;
  justify-self: end;
}

/* ========================================
   inner外要素
======================================== */
.p-top-feature__slide-outer-container {
  background-color: #f6f6f6;
  height: auto;
  margin-inline: auto;
  overflow-x: clip;
  padding-block-end: 1.4rem;
  padding-block-start: 6rem;
  width: 100%;
}

/* ========================================
   ピン留めスクロール連動スライダー
======================================== */
.p-top-feature__scroll-cards-wrapper {
  height: auto;
  position: relative;
  width: 100%;
}
.p-top-feature__scroll-cards-sticky {
  background-image: url(../../assets/images/top/top-feature-card-bg.png);
  background-position: calc(50% + 1.5rem) top;
  background-repeat: no-repeat;
  background-size: 317.7rem 81rem;
  display: grid;
  height: calc(100vh - var(--pin-start-offset, 0px));
  overflow-x: clip;
  place-items: center;
  width: 100%;
}

.p-top-feature__scroll-cards-track {
  height: calc(100vh - var(--pin-start-offset, 0px));
  position: relative;
  width: 100%;
}
/* ========================================
   カード
======================================== */
.p-top-feature__scroll-card {
  display: grid;
  height: calc(100vh - var(--pin-start-offset, 0px));
  inset: 0;
  margin-inline: auto;
  opacity: 0;
  place-items: center;
  position: absolute;
  transform: translateY(3.2rem);
  visibility: hidden;
  width: 100%;
}
.p-top-feature__scroll-card:first-child {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
.p-top-feature__scroll-card-bg {
  height: 100%;
  overflow-x: clip;
  position: relative;
  width: 100%;
}
/* ========================================
   通常要素(幅460pxのインナー内)
======================================== */
.p-top-feature__scroll-card-main-container {
  height: 62rem;
  margin-inline: auto;
  max-height: 75vh;
  max-width: 50rem;
  padding-inline: 2rem;
  position: relative;
  width: 100%;
}

/* ========================================
   浮遊要素
======================================== */
.p-top-feature__scroll-card-image {
  aspect-ratio: 663/500;
  height: auto;
  left: calc(50% + 51.8rem);
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 662 500' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M142.145 1.44929C142.391 0.591313 143.175 0 144.068 0H659.694C661.024 0 661.983 1.27279 661.617 2.55071L519.55 498.551C519.305 499.409 518.52 500 517.628 500H2.0009C0.671598 500 -0.287786 498.727 0.0782416 497.449L142.145 1.44929Z' fill='black'/%3E%3C/svg%3E");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  overflow: clip;
  position: absolute;
  top: 2rem;
  translate: -50% 0;
  width: 66.3rem;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 662 500' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M142.145 1.44929C142.391 0.591313 143.175 0 144.068 0H659.694C661.024 0 661.983 1.27279 661.617 2.55071L519.55 498.551C519.305 499.409 518.52 500 517.628 500H2.0009C0.671598 500 -0.287786 498.727 0.0782416 497.449L142.145 1.44929Z' fill='black'/%3E%3C/svg%3E");
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
}
.p-top-feature__scroll-card-image picture {
  height: auto;
  width: 100%;
}
.p-top-feature__scroll-card-image img {
  aspect-ratio: 663/500;
  height: auto;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-top-feature__scroll-card-number {
  bottom: 0;
  color: #deecf3;
  font-size: 18rem;
  font-weight: 300;
  height: -moz-fit-content;
  height: fit-content;
  left: calc(50% - 40.1rem);
  line-height: 0.7;
  position: absolute;
  translate: -50% 0;
  width: -moz-fit-content;
  width: fit-content;
}

/* ========================================
   通常要素
======================================== */
.p-top-feature__scroll-card-head-en {
  color: #f78733;
  font-size: 1.2rem;
  letter-spacing: 0.72px;
  line-height: 1.6;
  margin-block-start: min(8rem, 5vw, 7vh);
  position: relative;
}
.p-top-feature__scroll-card-head-en::before {
  background-color: #f78733;
  content: "";
  height: 1px;
  left: -24rem;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 22rem;
}

.p-top-feature__scroll-card-title {
  color: #0193e8;
  font-size: clamp(3.2rem, 11.4515px + 2.6756vw, 4.8rem);
  font-weight: 700;
  letter-spacing: 2.88px;
  line-height: 1.6;
  margin-block-start: min(clamp(2rem, 8.4415px + 1.505vw, 2.9rem), 4vh);
  position: relative;
}
.p-top-feature__scroll-card-title::before {
  background-color: #0193e8;
  bottom: -1.6rem;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 8rem;
}

.p-top-feature__scroll-card-subtitle {
  color: #2c5983;
  font-size: clamp(2.0rem, 14.8629px + 0.6689vw, 2.4rem);
  font-weight: 500;
  letter-spacing: 1.44px;
  line-height: 1.6;
  margin-block-start: min(clamp(3.0rem, 9.4515px + 2.6756vw, 4.6rem), 5vh);
}

.p-top-feature__scroll-card-text {
  color: #2c5983;
  font-size: 1.6rem;
  isolation: isolate;
  letter-spacing: 0.96px;
  line-height: 1.8;
  margin-block-start: clamp(2rem, -17.2441px + 4.8495vw, 4.9rem);
  margin-inline: auto 0;
  max-width: 33rem;
  position: relative;
  right: -0.8rem;
}
.p-top-feature__scroll-card-text::before {
  background-image: url(../../assets/images/top/top-feature-card-text-bg.png);
  background-position: calc(50% + 0rem) calc(50% + 0rem);
  background-repeat: no-repeat;
  background-size: 46.4rem 20rem;
  content: "";
  height: 20rem;
  left: calc(50% - 1rem);
  position: absolute;
  top: calc(50% + 0.2rem);
  translate: -50% -50%;
  width: 46.4rem;
  z-index: -1;
}

/* ========================================
   浮遊インナー
======================================== */
.p-top-feature__floating-inner {
  height: inherit;
  inset: 0;
  margin-inline: auto;
  max-width: 118rem;
  padding-inline: 2rem;
  position: absolute;
  width: 100%;
}

/* ========================================
   ページネーション(カード枚数に応じて、中身はJSで自動生成)
======================================== */
.p-top-feature__pagination-wrapper {
  /* 調整用：ページネーション1つのサイズ。 */
  --pagination-size: 6px;
  /* 調整用：各ページネーション間の距離。 */
  --pagination-gap: 30px;
  display: flex;
  flex-direction: column;
  gap: var(--pagination-gap);
  left: 2rem;
  position: absolute;
  top: 34.9rem;
  transform: translateY(-50%);
  z-index: 10;
}

.p-top-feature__pagination-bullet {
  background-color: #fff;
  border-radius: 50%;
  height: var(--pagination-size);
  width: var(--pagination-size);
}

.p-top-feature__pagination-active {
  background-color: #f78733;
  border-radius: 50%;
  height: var(--pagination-size);
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: var(--pagination-size);
}

/* ========================================
   POLICYセクション
======================================== */
.p-top-policy {
  background-color: #f6f6f6;
  overflow-x: clip;
  padding-block: 9rem 25.9rem;
  position: relative;
}

/* ========================================
   inner外要素(absoluteで飛ばす)
======================================== */
.p-top-policy__main-image-box {
  height: 60rem;
  left: calc(50% - 42.2rem);
  position: absolute;
  top: 14.5rem;
  translate: -50% 0;
  width: 83.1rem;
}

/* ========================================
   右側あしらい画像
======================================== */
.p-top-policy__floating-right-image {
  height: 40rem;
  position: absolute;
  right: 0;
  top: 20rem;
  width: 41rem;
}
.p-top-policy__floating-right-image picture {
  height: 100%;
  width: 100%;
}
.p-top-policy__floating-right-image img {
  aspect-ratio: 410/400;
  height: auto;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* ========================================
   スライダーにする画像（右側）
======================================== */
.p-top-policy__slider-right-image {
  height: 50rem;
  isolation: isolate;
  overflow: hidden;
  position: absolute;
  right: 6.3rem;
  top: 0;
  width: 44rem;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='439' height='500' viewBox='0 0 439 500'%3E%3Cpath d='M138.955 1.46073C139.197 0.597063 139.984 0 140.881 0H436.727C438.052 0 439.01 1.26395 438.653 2.53926L299.773 498.539C299.531 499.403 298.744 500 297.847 500H2.00119C0.676834 500 -0.281836 498.736 0.0752505 497.461L138.955 1.46073Z' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='439' height='500' viewBox='0 0 439 500'%3E%3Cpath d='M138.955 1.46073C139.197 0.597063 139.984 0 140.881 0H436.727C438.052 0 439.01 1.26395 438.653 2.53926L299.773 498.539C299.531 499.403 298.744 500 297.847 500H2.00119C0.676834 500 -0.281836 498.736 0.0752505 497.461L138.955 1.46073Z' fill='black'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.p-top-policy__slider-right-image picture {
  display: block;
  height: 100%;
  width: 100%;
}
.p-top-policy__slider-right-image img {
  aspect-ratio: 440/500;
  height: auto;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-top-policy__slider-right-cover {
  background-color: #2c5983;
  height: 100%;
  inset: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
  will-change: transform;
  z-index: 2;
}

/* ========================================
   スライダーにする画像（左側）
======================================== */
.p-top-policy__slider-left-image {
  height: 50rem;
  isolation: isolate;
  overflow: hidden;
  position: absolute;
  right: 39.2rem;
  top: 7.4rem;
  width: 44rem;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='439' height='500' viewBox='0 0 439 500'%3E%3Cpath d='M138.955 1.46073C139.197 0.597063 139.984 0 140.881 0H436.727C438.052 0 439.01 1.26395 438.653 2.53926L299.773 498.539C299.531 499.403 298.744 500 297.847 500H2.00119C0.676834 500 -0.281836 498.736 0.0752505 497.461L138.955 1.46073Z' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='439' height='500' viewBox='0 0 439 500'%3E%3Cpath d='M138.955 1.46073C139.197 0.597063 139.984 0 140.881 0H436.727C438.052 0 439.01 1.26395 438.653 2.53926L299.773 498.539C299.531 499.403 298.744 500 297.847 500H2.00119C0.676834 500 -0.281836 498.736 0.0752505 497.461L138.955 1.46073Z' fill='black'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.p-top-policy__slider-left-image picture {
  display: block;
  height: 100%;
  width: 100%;
}
.p-top-policy__slider-left-image img {
  aspect-ratio: 440/500;
  height: auto;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-top-policy__slider-left-cover {
  background-color: #2c5983;
  height: 100%;
  inset: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
  will-change: transform;
  z-index: 2;
}

/* ========================================
   左側あしらい画像
======================================== */
.p-top-policy__floating-left-image {
  height: 15.3rem;
  position: absolute;
  right: 58.8rem;
  top: 0;
  width: 16.7rem;
}
.p-top-policy__floating-left-image picture {
  height: 100%;
  width: 100%;
}
.p-top-policy__floating-left-image img {
  aspect-ratio: 167/153;
  height: auto;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* ========================================
   inner内要素
======================================== */
/* ========================================
   flexコンテナ(space-betweenのため)
======================================== */
.p-top-policy__outer-container {
  display: flex;
  height: auto;
  justify-content: space-between;
  width: 100%;
}

/* ========================================
   gridコンテナ
======================================== */
.p-top-policy__main-container {
  display: grid;
  height: auto;
  max-width: 49.1rem;
  position: relative;
  width: 100%;
}

/* ========================================
   タイトル
======================================== */
.p-top-policy__title-wrapper {
  margin-inline-start: -0.4rem;
}

.p-top-policy__head-text {
  color: #2c5983;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 1.44px;
  line-height: 1.6;
  margin-block-start: 5.1rem;
}

.p-top-policy__body-text {
  letter-spacing: 0.96px;
  line-height: 1.8;
  margin-block-start: 3.9rem;
  padding-inline-end: 1rem;
}

/* ========================================
   ボタン
======================================== */
.p-top-policy__button-wrapper {
  align-self: end;
  justify-self: end;
  margin-block-start: 5.2rem;
}

/* ========================================
   NEWSセクション
======================================== */
.p-top-news {
  background-color: #fff;
  overflow-x: clip;
  padding-block: 14rem 15.1rem;
  position: relative;
}

/* ========================================
   inner内要素
======================================== */
/* ========================================
   gridコンテナ
======================================== */
.p-top-news__outer-container {
  display: grid;
  grid-template-columns: max-content 1fr;
  grid-template-rows: max-content 1fr;
  height: auto;
  width: 100%;
}

/* ========================================
   タイトル(gridアイテム 1個目)
======================================== */
.p-top-news__title-wrapper {
  align-self: start;
  grid-column: 1/2;
  grid-row: 1/2;
  height: -moz-fit-content;
  height: fit-content;
  justify-self: start;
  padding-inline-start: 5.8rem;
  width: -moz-fit-content;
  width: fit-content;
}

/* ========================================
   ボタン(gridアイテム 2個目)
======================================== */
.p-top-news__button-wrapper {
  align-self: start;
  grid-column: 1/2;
  grid-row: 2/3;
  justify-self: end;
  margin-block-start: 7.1rem;
  padding-inline-end: 0.5rem;
}

/* ========================================
   リスト(gridアイテム 3個目)
======================================== */
.p-top-news__list-wrapper {
  align-self: start;
  grid-column: 2/3;
  grid-row: 1/3;
  height: -moz-fit-content;
  height: fit-content;
  justify-self: end;
  max-width: 60rem;
  width: 100%;
}

/* ========================================
   リストアイテム
======================================== */
.p-top-news__item {
  border-bottom: 1px solid #eaeaea;
  height: auto;
  padding-block-end: 3rem;
  position: relative;
  width: 100%;
}
.p-top-news__item:first-child {
  padding-block-start: 0.85rem;
}
.p-top-news__item:nth-child(n+2) {
  padding-block-start: 2.9rem;
}
/* ========================================
   gridコンテナ
======================================== */
.p-top-news__item-link {
  display: grid;
  grid-template-columns: max-content 1fr;
  grid-template-rows: repeat(2, auto);
  height: auto;
  position: relative;
  transition: all 0.3s ease;
  width: 100%;
}
.p-top-news__item-link::before {
  background-color: #f78733;
  clip-path: polygon(0 100%, 0 0, 100% 50%);
  content: "";
  display: inline-block;
  height: 9px;
  position: absolute;
  right: 0.2rem;
  top: 50%;
  transition: all 0.3s ease;
  translate: 0 -50%;
  width: 8px;
}
.p-top-news__item-date {
  align-self: center;
  color: #2c5983;
  grid-column: 1/2;
  grid-row: 1/2;
  justify-self: start;
  letter-spacing: 0.96px;
  line-height: 1.8;
  white-space: nowrap;
  width: 15rem;
}
.p-top-news__item-tag {
  align-items: center;
  align-self: center;
  border: 1px solid #2c5983;
  border-radius: 2px;
  color: #2c5983;
  display: inline-flex;
  font-size: 1.4rem;
  grid-column: 2/3;
  grid-row: 1/2;
  height: -moz-fit-content;
  height: fit-content;
  justify-self: start;
  letter-spacing: 0.84px;
  line-height: 1;
  margin-inline-start: 1rem;
  padding-block: 0.2rem 0.2rem;
  padding-inline: 0.4rem 0.4rem;
  width: -moz-fit-content;
  width: fit-content;
}
.p-top-news__item-text {
  display: -webkit-box;
  grid-column: 1/3;
  grid-row: 2/3;
  justify-self: start;
  letter-spacing: 0.96px;
  line-height: 1.4;
  margin-block-start: 0.3rem;
  max-width: 50rem;
  transition: all 0.3s ease;
  width: 100%;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  max-height: 3em;
}

/* ========================================
   RECRUITセクション
======================================== */
.p-top-recruit {
  background-color: #e6f0fb;
  overflow-x: clip;
  padding-block: 12.1rem 13.4rem;
  position: relative;
}

/* ========================================
   inner内要素
======================================== */
/* ========================================
   gridコンテナ(コンテナ内要素を重ねるため。)
   sp時は要素の重ね合わせ無し、コンテナ内要素の再整列を行うコンテナとする。
======================================== */
.p-top-recruit__outer-container {
  display: grid;
  height: auto;
  position: relative;
  width: 100%;
}
/* ========================================
   スライダー用コンテナと、メインコンテナとを、gridコンテナ内で重ねる。
======================================== */
.p-top-recruit__slider-container,
.p-top-recruit__main-container {
  grid-area: 1/1;
}

/* ========================================
   スライダー用コンテナ(奥側に配置)
======================================== */
.p-top-recruit__slider-container {
  height: auto;
  margin-inline: auto;
  overflow: clip;
  padding-block-start: 1.3rem;
  position: relative;
  translate: 6.8rem;
  width: 38rem;
}

/* ========================================
   スライダー
======================================== */
.p-top-recruit__slider {
  border-radius: 0.2rem;
  height: auto;
  overflow: clip;
  width: 100%;
}

.p-top-recruit__slider-inner {
  aspect-ratio: 380/500;
  isolation: isolate;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.p-top-recruit__slide-image {
  height: 100%;
  margin: 0;
  position: relative;
  width: 100%;
  z-index: 1;
}

.p-top-recruit__slide-image picture {
  display: block;
  height: 100%;
  width: 100%;
}

.p-top-recruit__slide-image img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-top-recruit__slider-cover {
  background-color: #2c5983;
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  will-change: transform;
  z-index: 2;
}

/* ========================================
   メインコンテナ(手前側に配置)(sp時はdisplay: contents;)
======================================== */
.p-top-recruit__main-container {
  height: auto;
  position: relative;
  width: 100%;
  z-index: 1;
}

/* ========================================
   gridコンテナ(sp時はdisplay: contents;)
======================================== */
.p-top-recruit__content-box {
  display: grid;
  grid-template-columns: max-content 1fr;
  grid-template-rows: max-content max-content 1fr;
  height: auto;
  position: relative;
  width: 100%;
}

/* ========================================
   タイトル(gridアイテム 1個目)
======================================== */
.p-top-recruit__title-wrapper {
  align-self: start;
  grid-column: 1/2;
  grid-row: 1/2;
  justify-self: start;
  margin-block-start: -0.2rem;
}

/* ========================================
   ヘッドテキスト(gridアイテム 2個目)
======================================== */
.p-top-recruit__head-text-wrapper {
  align-self: start;
  grid-column: 1/2;
  grid-row: 2/3;
  justify-self: start;
  margin-block-start: 8.1rem;
}

.p-top-recruit__head-text-top-piece {
  align-items: center;
  background: linear-gradient(90deg, #115dbf 0%, #4496ff 100%);
  border-radius: 0.2rem;
  color: #fff;
  display: inline-flex;
  font-size: 5.6rem;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 3.36px;
  line-height: 1;
  padding-block: 0rem 0.4rem;
  padding-inline: 1rem 0.7rem;
  position: relative;
}
.p-top-recruit__head-text-top-piece:nth-child(n+2) {
  margin-inline-start: 2.5rem;
}
.p-top-recruit__head-text-top-piece:nth-child(n+2)::before {
  background-color: #0193e8;
  border-radius: 999px;
  content: "";
  height: 1rem;
  left: -2rem;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 1rem;
}

.p-top-recruit__head-text-body {
  color: #0193e8;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 1.92px;
  line-height: 1.6;
  margin-block-start: 1.4rem;
}

/* ========================================
   ボタン(gridアイテム 3個目)
======================================== */
.p-top-recruit__button-wrapper {
  align-self: start;
  grid-column: 1/2;
  grid-row: 3/4;
  justify-self: start;
  margin-block-start: 6rem;
  margin-inline-start: -0.1rem;
}

/* ========================================
   サブテキスト(gridアイテム 4個目)
======================================== */
.p-top-recruit__sub-text-wrapper {
  align-self: center;
  grid-column: 2/3;
  grid-row: 1/4;
  justify-self: end;
  position: relative;
  top: 8.2rem;
}

.p-top-recruit__sub-text {
  line-height: 1.81;
  max-width: 35rem;
}

/* ========================================
   inner外要素 (浮遊要素)
======================================== */
.p-top-recruit__bg-image-container {
  bottom: -1.2rem;
  left: calc(50% - 22.6rem);
  position: absolute;
  translate: -50% 0;
  z-index: 1;
}

/* ========================================
   人物
======================================== */
.p-top-recruit__bg-image-01 {
  width: 15rem;
}
.p-top-recruit__bg-image-01 img {
  aspect-ratio: 150/150;
  height: auto;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
/* ========================================
   MVセクション（下層ページ共通）
======================================== */
.p-under-mv {
  background-color: #fff;
  padding-block-end: 5rem;
  padding-block-start: 90px;
  position: relative;
  z-index: 1;
}

/* ========================================
   inner内要素
======================================== */
.p-under-mv__inner {
  max-width: 100% !important;
  padding-inline: 5rem !important;
}

.p-under-mv__main-container {
  background-color: #e6f0fb;
  border-radius: 0.2rem;
  height: auto;
  padding-block: 10.4rem 2.9rem;
  padding-inline: 6rem 6rem;
  position: relative;
  width: 100%;
}

/* ========================================
   浮遊要素
======================================== */
.p-under-mv__main-image {
  border-top-right-radius: 0.2rem;
  height: 48rem;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='582' height='480' viewBox='0 0 582 480'%3E%3Cpath d='M133.44 1.46044C133.682 0.596926 134.469 0 135.366 0L630.727 0C632.051 0 633.01 1.26419 632.653 2.53958L499.289 478.54C499.047 479.403 498.259 480 497.363 480H2.00162C0.677124 480 -0.281544 478.736 0.0757879 477.46L133.44 1.46044Z' fill='black'/%3E%3C/svg%3E");
  mask-position: 2.7rem center;
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  overflow: clip;
  position: absolute;
  right: 0;
  top: 0;
  width: 63.4rem;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='582' height='480' viewBox='0 0 582 480'%3E%3Cpath d='M133.44 1.46044C133.682 0.596926 134.469 0 135.366 0L630.727 0C632.051 0 633.01 1.26419 632.653 2.53958L499.289 478.54C499.047 479.403 498.259 480 497.363 480H2.00162C0.677124 480 -0.281544 478.736 0.0757879 477.46L133.44 1.46044Z' fill='black'/%3E%3C/svg%3E");
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 2.7rem center;
  background-image: url(../../assets/images/under/company/under-02-company-mv-image.webp);
  background-position: 5.2rem center;
  background-repeat: no-repeat;
  background-size: 63.4rem 48rem;
}
.p-under-mv__main-image--company {
  background-image: url(../../assets/images/under/company/under-02-company-mv-image.webp);
}
.p-under-mv__main-image--product {
  background-image: url(../../assets/images/under/product/under-03-product-mv-image.webp);
}
.p-under-mv__main-image--policy {
  background-image: url(../../assets/images/under/policy/under-04-policy-mv-image.webp);
}
.p-under-mv__main-image--contact {
  background-image: url(../../assets/images/under/company/under-02-company-mv-image.webp);
}
.p-under-mv__main-image--news {
  background-image: url(../../assets/images/under/company/under-02-company-mv-image.webp);
}

/* ========================================
   タイトル
======================================== */
.p-under-mv__title-en {
  color: #0193e8;
  font-family: "Poppins", sans-serif;
  font-size: 8rem;
  font-weight: 500;
  letter-spacing: 4.8px;
  line-height: 1;
  text-transform: uppercase;
}

.p-under-mv__title-ja {
  color: #0193e8;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 1.92px;
  line-height: 1;
  margin-block-start: 1.4rem;
}

/* ========================================
   パンくずリスト
======================================== */
.p-under-mv__breadcrumb {
  margin-block-start: 11.7rem;
}
.p-under-mv__breadcrumb--single {
  height: 2.4rem;
}

nav.breadcrumb {
  width: 60%;
}
nav.breadcrumb ul {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}
nav.breadcrumb li {
  align-items: center;
  color: #cfcfcf;
  display: flex;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  gap: 0.9rem;
  letter-spacing: 0.9px;
  line-height: 1.6;
}
nav.breadcrumb li:first-child {
  font-family: "Poppins", sans-serif;
}
nav.breadcrumb li:last-child {
  color: #898989;
  font-family: "Noto Sans JP", sans-serif;
}
nav.breadcrumb li a {
  color: #cfcfcf;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.9px;
  line-height: 1.6;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.u-db {
  display: block;
}

.u-dn {
  display: none;
}

.u-disp__less1023 {
  display: none;
}

.u-mask--c-black {
  filter: brightness(0);
}

.u-mask--c-white {
  filter: brightness(0) invert(1);
}

.u-con--md {
  margin: 0 auto;
  max-width: 96rem;
  padding-inline: 2rem;
  width: 100%;
}
.u-con--lg {
  margin: 0 auto;
  max-width: 90%;
}

.u-c-white {
  color: #fff;
}

.u-c--b-white {
  color: #fff;
}

.u-z-1 {
  z-index: -1;
}

.u-z1 {
  z-index: 1;
}

.u-z2 {
  z-index: 2;
}

.u-z3 {
  z-index: 3;
}

.u-z10 {
  z-index: 10;
}

.u-z50 {
  z-index: 50;
}

.u-z100 {
  z-index: 100;
}

.u-z999 {
  z-index: 999;
}

/* ========================================
   画面幅 500px 以下 でのみ存在させるクラス。
======================================== */

@media screen and (min-width: 501px){
  .u-min500 {
    display: none !important;
  }
}

@media screen and (min-width: 768px){
  .p-contact__btn-next:hover {
    background-color: #fff;
    color: #292929;
  }
  .p-contact__btn-next:hover .p-contact__contact-link-cover,
  .p-contact__btn-next:hover .p-contact__contact-link-cover-text {
    color: #292929;
    opacity: 1;
    transform: unset;
  }
}

@media screen and (min-width: 769px){
  .p-contact__thanks-button:hover {
    background: #0099c2;
    color: #fff;
  }
  .p-contact__privacy-link:hover {
    opacity: 0.7;
  }
}

@media screen and (min-width: 1950px){
  .page_fv.contact {
    background-size: 100% 100%;
  }
}

@media screen and (max-width: 1600px){
  .p-top-feature__scroll-card-image {
    left: calc(50% + 43.8rem);
    top: 12rem;
    width: clamp(30rem, 36vw, 66.3rem);
  }
}

@media not all and (max-width: 1400px){
  html {
    font-size: 62.5%;
  }
}

@media screen and (max-width: 1400px){
  .p-top-feature__scroll-card-image {
    left: calc(50% + 41.8rem);
    top: 14.5rem;
  }
}

@media screen and (max-width: 1300px){
  .p-top-feature__scroll-card-image {
    left: calc(50% + 39.8rem);
    top: 16.5rem;
  }
}

@media screen and (max-width: 1200px){
  html {
    font-size: 56.5%;
  }
  .p-product-list__purpose-item-third-card-image-text {
    letter-spacing: 1.15px;
  }
  .p-top-feature__inner {
    padding-inline: 6rem;
  }
  .p-top-feature__scroll-card-title {
    font-size: 4.6rem;
    letter-spacing: 2.76px;
  }
}

@media screen and (max-width: 1100px){
  .l-header__inner {
    padding-inline: 2rem 2rem;
  }
  .l-header__logo {
    width: 35rem;
  }
  .p-top-fv__main-text-box {
    max-width: 45rem;
  }
  .p-top-feature__scroll-card-image {
    left: calc(50% + 38.8rem);
    top: 18.5rem;
  }
}

@media not all and (max-width: 1024px){
  .u-st {
    display: none !important;
  }
}

@media screen and (max-width: 1024px){
  :root {
    --content_width: 750px;
    --content-both_space: 15px;
    --header_height: 90px;
  }
  input[type=text],
  input[type=date],
  input[type=password],
  input[type=email],
  input[type=time],
  input[type=tel],
  input[type=number] {
    font-size: 1.6rem;
    padding: 10px;
  }
  textarea {
    height: 170px;
  }
  input[type=radio] + .mwform-radio-field-text {
    margin: 0;
    padding: 10px 5px 12px 23px;
  }
  input[type=radio] + .mwform-radio-field-text::before {
    height: 15px;
    width: 15px;
  }
  input[type=radio] + .mwform-radio-field-text::after {
    content: "";
    height: 9px;
    left: 3px;
    width: 9px;
  }
  .case-search {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  [type=search] {
    padding-left: 0;
    width: 100%;
  }
  .u-pc {
    display: none;
  }
  .u-disp__less1023 {
    display: block !important;
  }
}

@media screen and (max-width: 1000px){
  html {
    font-size: 50%;
  }
  .p-policy-policy__card-image {
    top: -31rem;
    width: 43.4rem;
  }
  .p-product-list__purpose-item-third-card-image-text {
    letter-spacing: 1px;
  }
  .p-top-about__head-ja {
    font-size: 3.8rem;
    letter-spacing: 2.28px;
  }
  .u-con--md {
    margin: 0 auto;
    max-width: unset;
    padding: 0 2rem;
    width: 100%;
  }
}

@media screen and (max-width: 900px){
  .l-cta__inner-container {
    padding-inline: 8rem;
  }
  .l-cta__left-container {
    max-width: 35rem;
  }
  .l-cta__title .c-title__en {
    font-size: 6rem;
    letter-spacing: 3.6px;
  }
  .l-header__logo {
    width: 30rem;
  }
  .l-navi {
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem;
  }
  .c-title--recruit .c-title__en {
    font-size: 7rem;
    letter-spacing: 4.2px;
  }
  .c-title--recruit .c-title__ja {
    font-size: 2.8rem;
    letter-spacing: 1.92px;
  }
  .c-title--recruit .c-title__ja::before {
    right: -17.8rem;
    width: 16rem;
  }
  .p-company-mv-extension__main-image {
    width: 36.6666666667vw;
  }
  .p-company-mv-extension__head-text {
    font-size: 3.6rem;
    letter-spacing: 2.16px;
  }
  .p-product-mv-extension__bg-image::after {
    left: calc(50% + 37.5rem);
  }
  .p-product-mv-extension__text-wrapper {
    right: 4rem;
  }
  .p-product-list__example-item {
    padding-inline: 3rem 3rem;
  }
  .p-top-fv__main-text-box {
    max-width: 40rem;
  }
  .p-top-feature__inner {
    padding-inline: 8rem;
  }
  .p-top-feature__scroll-cards-sticky {
    background-position: calc(50% + 6.5rem) top;
  }
  .p-top-feature__scroll-card-image {
    left: calc(50% + 31.8rem);
    top: 20rem;
  }
  .p-top-feature__scroll-card-number {
    left: calc(50% - 35.1rem);
  }
  .p-top-feature__scroll-card-text {
    margin-inline: auto;
  }
  .p-top-recruit__slider-container {
    width: 33.7777777778%;
  }
  .p-top-recruit__head-text-top-piece {
    font-size: 5rem;
  }
  .p-top-recruit__head-text-body {
    font-size: 2.8rem;
  }
  .p-top-recruit__sub-text {
    max-width: 30rem;
  }
  .p-top-recruit__bg-image-container {
    left: calc(50% - 19.6rem);
  }
  .p-under-mv__main-container {
    padding-inline: 4rem 4rem;
  }
  .p-under-mv__main-image {
    height: 41.7391304348rem;
    mask-position: 4.7rem center;
    width: 55.1304347826rem;
    -webkit-mask-position: 4.7rem center;
    background-position: 6.2rem center;
    background-size: 55.1304347826rem 41.7391304348rem;
  }
  .u-sp3 {
    display: none !important;
  }
}

@media screen and (max-width: 880px){
  .u-pt2 {
    display: none !important;
  }
}

@media screen and (max-width: 850px){
  .l-header__logo {
    width: 27rem;
  }
  .p-top-fv__main-text-box {
    max-width: 35rem;
  }
  .p-top-about__head-ja {
    font-size: 3.5rem;
    letter-spacing: 2.1px;
  }
  .p-top-feature__scroll-card-image {
    left: calc(50% + 29.8rem);
    top: 21.5rem;
  }
  .p-top-news__list-wrapper {
    max-width: 55rem;
  }
  .p-top-recruit__bg-image-container {
    left: calc(50% - 17.6rem);
  }
}

@media screen and (max-width: 810px){
  .l-header__logo {
    width: 23rem;
  }
}

@media screen and (max-width: 800px){
  .p-company-mv-extension__head-text {
    font-size: 3.2rem;
    letter-spacing: 1.92px;
  }
  .p-top-feature__scroll-cards-sticky {
    background-position: calc(50% + 10.5rem) top;
  }
  .p-top-feature__scroll-card-image {
    left: calc(50% + 29.8rem);
    top: 22.5rem;
  }
  .p-top-feature__scroll-card-number {
    left: calc(50% - 31.1rem);
  }
  .p-top-news__list-wrapper {
    max-width: 50rem;
  }
  .p-top-news__item-text {
    max-width: 45rem;
  }
  .p-top-recruit__head-text-top-piece {
    font-size: 4.5rem;
  }
  .p-top-recruit__head-text-body {
    font-size: 2.6rem;
  }
  .p-top-recruit__sub-text {
    max-width: 26rem;
  }
  .p-top-recruit__bg-image-container {
    left: calc(50% - 14.6rem);
  }
}

@media screen and (max-width: 786px){
  textarea {
    font-size: 1.6rem;
    padding: 1.5rem 1rem;
  }
  input[type=checkbox] {
    top: calc(50% - 0.1rem);
  }
}

@media not all and (max-width: 768px){
  a[href^="tel:"] {
    pointer-events: none;
  }
  .u-pt {
    display: none !important;
  }
}

@media screen and (max-width: 768px){
  :root {
    --header_height: 60px;
  }
  html {
    font-size: 62.5%;
  }
  input[type=checkbox] ~ .wpcf7-list-item-label::after {
    top: 2px;
  }
  .l-cta {
    padding-block: 2rem 4rem;
  }
  .l-cta__inner {
    padding-inline: 2rem !important;
  }
  .l-cta__outer-container {
    padding-block: 4.9rem 7.5rem;
  }
  .l-cta__text-slider {
    bottom: -0.7rem;
  }
  .l-cta__text-slider-item img {
    height: 5rem;
  }
  .l-cta__content-area {
    flex-direction: column;
    justify-content: center;
    margin-inline: auto;
    max-width: 30rem;
  }
  .l-cta__title-wrapper {
    margin-inline-start: 0.4rem;
  }
  .l-cta__left-text {
    margin-block-start: 4rem;
    margin-inline-start: 0.2rem;
    text-align: center;
  }
  .l-cta__right-container {
    margin-inline-end: unset;
  }
  .l-cta__info-head {
    margin-block-start: 2rem;
    margin-inline-start: 0.2rem;
    text-align: center;
  }
  .l-cta__info-tel {
    margin-block-start: 0.55rem;
  }
  .l-cta__info-tel-number {
    font-size: 3.2rem;
    letter-spacing: 1.92px;
    line-height: 0.9375;
    margin-inline-start: 0.8rem;
  }
  .l-cta__info-hours {
    display: flex;
    flex-direction: column;
    margin-block-start: -0.8rem;
    text-align: center;
  }
  .l-cta__info-hours-number {
    font-size: 1.8rem;
    letter-spacing: 1.08px;
    text-align: center;
  }
  .l-cta__info-hours-text {
    font-size: 1.5rem;
    letter-spacing: 0.9px;
    margin-block-start: -1rem;
    margin-inline-start: unset;
    padding-inline-end: unset;
    text-align: center;
  }
  .l-cta__button-wrapper {
    margin-block-start: 1.8rem;
  }
  .l-footer__top {
    padding-block: 0rem 3.4rem;
  }
  .l-footer__outer-container {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: center;
    margin-inline: auto;
    max-width: 35rem;
  }
  .l-footer__left-container {
    justify-self: center;
    padding-block-start: 0rem;
    row-gap: 1.2rem;
    width: 100%;
  }
  .l-footer__logo {
    margin-block-start: 0.4rem;
    margin-inline-start: 1rem;
    width: 26.35rem;
  }
  .l-footer__logo img {
    aspect-ratio: 263.5/34;
  }
  .l-footer__text-box {
    padding-inline-start: 1.2rem;
  }
  .l-footer__address {
    line-height: 1.59;
  }
  .l-footer__right-container {
    justify-self: center;
    margin-inline-start: 0rem;
    padding-block-start: 4.9rem;
    padding-inline-end: unset;
    padding-inline-start: 1.2rem;
    width: 100%;
  }
  .l-footer__nav {
    -moz-column-gap: 6.1rem;
    column-gap: 6.1rem;
  }
  .l-footer__menu {
    row-gap: 1.55rem;
  }
  .l-footer__menu-link::before {
    top: calc(50% - 0.1rem);
  }
  .l-footer__copy-wrapper {
    height: 60px;
  }
  .l-header {
    height: 60px;
  }
  .l-header__inner {
    height: 6rem;
    padding-inline: unset;
  }
  .l-header__logo {
    margin-left: 2rem;
    margin-top: 0.5rem;
    position: relative;
    width: 26.35rem;
    z-index: 999;
  }
  .l-header__logo-image {
    aspect-ratio: 263.5/34;
  }
  .l-header__trigger {
    align-items: center;
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    flex-shrink: 0;
    height: 6rem;
    justify-content: center;
    margin-inline-end: 0;
    padding: 0;
    position: relative;
    width: 4rem;
    z-index: 999;
  }
  .l-header__trigger-inner {
    display: block;
    height: 2rem;
    position: relative;
    width: 4rem;
  }
  .l-header__trigger-line {
    background-color: #323337;
    height: 1px;
    left: 0;
    position: absolute;
    transition: all 0.3s ease;
    width: 100%;
  }
  .l-header__trigger-line:nth-child(1) {
    inset-block-start: 0;
  }
  .l-header__trigger-line:nth-child(2) {
    inset-block-start: 50%;
    transform: translateY(-50%);
  }
  .l-header__trigger-line:nth-child(3) {
    inset-block-end: 0;
  }
  .l-header__trigger-line.is-active:nth-child(1) {
    inset-block-start: 50%;
    transform: translateY(-50%) rotate(27deg);
  }
  .l-header__trigger-line.is-active:nth-child(2) {
    opacity: 0;
  }
  .l-header__trigger-line.is-active:nth-child(3) {
    inset-block-end: auto;
    inset-block-start: 50%;
    transform: translateY(-50%) rotate(-27deg);
  }
  .l-inner {
    padding-inline: 2rem;
  }
  .l-inner-1266 {
    max-width: 64rem;
  }
  .l-inner-1220 {
    max-width: 64rem;
  }
  .l-inner-1140 {
    max-width: 64rem;
  }
  .l-inner-1090 {
    max-width: 64rem;
  }
  .l-inner-1040 {
    max-width: 64rem;
  }
  .l-inner-1006 {
    max-width: 64rem;
  }
  .l-inner-900 {
    max-width: 64rem;
  }
  .l-navi {
    align-items: stretch;
    background-color: #ffffff;
    flex-direction: column;
    height: 100%;
    inset-block-start: 0;
    inset-inline-start: 0;
    justify-content: space-between;
    position: fixed;
    width: 100%;
    z-index: 998;
    -moz-column-gap: 0;
    column-gap: 0;
    opacity: 0;
    padding-block-start: 7rem;
    pointer-events: none;
    transform: translateX(100%);
    transition: transform 0.3s ease, opacity 0.3s ease;
  }
  .l-navi.is-open {
    justify-content: start;
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
  }
  .l-navi__sp-wrapper {
    background-color: #0193e8;
    border-radius: 0.2rem;
    display: block;
    height: -moz-fit-content;
    height: fit-content;
    margin-inline: auto;
    max-width: 64rem;
    padding-block: 6.1rem 9.5rem;
    padding-inline: 2rem;
    position: relative;
    width: calc(100% - 4rem);
  }
  .l-navi__sp-inner {
    display: block;
    height: -moz-fit-content;
    height: fit-content;
    margin-inline: auto;
    max-width: 20rem;
    position: relative;
    width: 100%;
  }
  .l-navi__menu {
    align-items: flex-start;
    flex-direction: column;
    -moz-column-gap: 0;
    column-gap: 0;
    margin-block-start: 0;
    padding-block-start: 0;
    padding-inline: 0;
    row-gap: 3.1rem;
  }
  .l-navi__menu-item {
    width: 100%;
  }
  .l-navi__menu-link {
    display: flex;
    flex-direction: column;
    height: auto;
    width: -moz-fit-content;
    width: fit-content;
  }
  .l-navi__buttons {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-block-start: 5rem;
    width: 100%;
  }
  .l-navi__button {
    font-size: 1.5rem;
    gap: 1rem;
    height: 5rem;
    width: 100%;
  }
  .l-navi__button--contact {
    background-color: #fff;
    color: #0193e8;
  }
  #detail-etc-corporate-card {
    --anchor-adjust: 0px;
  }
  #detail-etc-mileage-card {
    --anchor-adjust: 0px;
  }
  #etc-corporate-card-notification {
    --anchor-adjust: 6.5rem;
  }
  #etc-mileage-card-notification {
    --anchor-adjust: 6.5rem;
  }
  .c-button--cta {
    padding-inline: 3.9rem 8.4rem;
    width: 100%;
  }
  .c-title__icon {
    height: 1.6rem;
    left: -2.8rem;
    top: 0.6rem;
    width: 1.5rem;
  }
  .c-title__en {
    font-size: 5.6rem;
    letter-spacing: 3.36px;
  }
  .c-title__ja {
    font-size: 2.4rem;
    letter-spacing: 1.44px;
    margin-block-start: -0.4rem;
    padding-inline-end: 0.1rem;
  }
  .c-title--white {
    margin-inline: auto;
    text-align: center;
    width: -moz-fit-content;
    width: fit-content;
  }
  .c-title--white .c-title__icon {
    height: 1.6rem;
    left: -2.9rem;
    top: 0.8rem;
    width: 1.5rem;
  }
  .c-title--white .c-title__en {
    font-size: 5rem;
    letter-spacing: 3px;
    text-align: center;
  }
  .c-title--white .c-title__ja {
    font-size: 2rem;
    letter-spacing: 1.2px;
    margin-block-start: -0.1rem;
    padding-inline-end: 0.2rem;
    text-align: right;
  }
  .c-title--recruit .c-title__en {
    font-size: 5.6rem;
    letter-spacing: 3.36px;
  }
  .c-title--recruit .c-title__ja {
    font-size: 2.4rem;
    letter-spacing: 1.44px;
    margin-block-start: -0.2rem;
  }
  .c-title--recruit .c-title__ja::before {
    right: -14.5rem;
    width: 13rem;
  }
  .p-company-mv-extension {
    background-image: url(../../assets/images/under/company/sp/mv-extension_bg_sp.png);
    background-position: calc(50% - 8rem) bottom;
    background-size: 2217px 1110px;
    padding-block: 0rem 0rem;
  }
  .p-company-mv-extension__main-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-block-start: 7rem;
    padding-inline: 1rem 1rem;
  }
  .p-company-mv-extension__main-image {
    left: -3.3rem;
    margin-inline: auto;
    position: relative;
    width: 26.5rem;
  }
  .p-company-mv-extension__main-image img {
    aspect-ratio: 265/230;
  }
  .p-company-mv-extension__right-container {
    display: grid;
    padding-block-start: 4rem;
  }
  .p-company-mv-extension__head-text {
    color: #0193e8;
    font-size: 2.8rem;
    font-weight: 700;
    letter-spacing: 1.68px;
    line-height: 1.6;
  }
  .p-company-mv-extension__name-wrap {
    margin-block-start: 1.1rem;
  }
  .p-company-mv-extension__introduction-text {
    justify-self: end;
  }
  .p-company-mv-extension__name {
    justify-self: end;
    letter-spacing: 1.44px;
    padding-inline-end: 0.9rem;
  }
  .p-company-mv-extension__text-container {
    margin-block-start: 3.9rem;
    padding-block-end: 13.6rem;
    padding-inline: 1rem;
  }
  .p-company-company {
    padding-block: 13.8rem 11.2rem;
  }
  .p-company-company__floating-container {
    height: 60rem;
    left: calc(50% - 41.5rem);
    position: absolute;
    top: 7rem;
    translate: -50% 0;
    width: 58.1rem;
  }
  .p-company-company__title-wrapper {
    padding-inline-start: 0.2rem;
  }
  .p-company-company__info-container {
    margin-block-start: 5.2rem;
    padding-inline: 1rem 1rem;
  }
  .p-company-company__info-list {
    display: block;
    grid-template-columns: unset;
  }
  .p-company-company__info-item {
    align-items: unset;
    display: block;
    grid-column: unset;
    grid-template-columns: unset;
    padding-block: 0.99rem 0.9rem;
    position: relative;
  }
  .p-company-company__info-text-box--address {
    line-height: 1.77;
    margin-block-start: 1.1rem;
    padding-block-end: 1rem;
    padding-inline-start: 2.1rem;
  }
  .p-company-company__info-text--corp-number {
    line-height: 1.74;
    padding-inline-start: 2rem;
  }
  .p-company-company__info-text--corp-number:first-child {
    padding-block-start: 0.2rem;
  }
  .p-company-company__info-text--corp-number:nth-child(n+2) {
    margin-block-start: 2.7rem;
  }
  .p-company-company__info-text--corp-number:last-child {
    padding-block-end: 1rem;
  }
  .p-company-company__info-text.overline {
    margin-block-start: 2.4rem;
  }
  .p-company-company__info-text--lh16 {
    line-height: 1.8;
  }
  .p-company-company__info-text-corp-number {
    margin-inline-start: 0rem;
  }
  .p-company-company__info-text-corp-link {
    line-height: 1.9;
    margin-block-start: 0.3rem;
  }
  .p-company-company__map-link-wrapper {
    margin-inline-start: 0.2rem;
  }
  .p-company-company__info-iso-box {
    display: block;
    padding-block: 1.1rem 0.9rem;
    padding-inline-end: unset;
  }
  .p-company-company__info-iso-card {
    width: 100%;
  }
  .p-company-company__info-iso-card:nth-child(n+2) {
    margin-block-start: 3.1rem;
  }
  .p-company-company__info-iso-card-image {
    margin-block-start: 1rem;
  }
  .p-company-company__info-iso-card-bottom {
    margin-block-start: 0.4rem;
  }
  .p-company-company__info-iso-card-text-nowrap {
    display: inline;
  }
  .p-company-company__info-iso-card-text-nowrap:nth-child(2) {
    margin-inline-start: 2.3rem;
  }
  .p-company-company__map-container {
    margin-block-start: 4rem;
    padding-inline: 1rem 1rem;
  }
  .p-company-company__map-container iframe {
    height: 20rem;
    width: 100%;
  }
  .p-company-facility {
    padding-block: 11.8rem 9.9rem;
  }
  .p-company-facility__bg-image01 {
    left: calc(50% - 33rem);
    top: -5rem;
    width: 46.36rem;
  }
  .p-company-facility__bg-image01 img {
    aspect-ratio: 463.6/350;
  }
  .p-company-facility__bg-image02 {
    left: unset;
    right: -52.4rem;
    top: -52.4rem;
    translate: unset;
    width: 58.1rem;
  }
  .p-company-facility__bg-image02 img {
    aspect-ratio: 581/600;
  }
  .p-company-facility__bg-image03 {
    bottom: 0;
    left: calc(50% + 28.4rem);
    width: 58.1rem;
  }
  .p-company-facility__bg-image03 img {
    aspect-ratio: 581/600;
  }
  .p-company-facility__title-wrapper {
    padding-inline-start: 0.2rem;
  }
  .p-company-facility__main-container {
    margin-block-start: 6rem;
  }
  .p-company-facility__card-list {
    gap: 4rem;
  }
  .p-company-facility__card-item {
    background-color: #fff;
    height: auto;
    padding-block: 4.9rem 6.2rem;
    padding-inline: 2.5rem 2.5rem;
    width: 100%;
  }
  .p-company-facility__card-table-wrapper {
    margin-block-start: 4.6rem;
  }
  .p-company-facility__table-row {
    display: flex;
    flex-direction: column;
  }
  .p-company-facility__table-row:nth-child(even) {
    background-color: unset;
  }
  .p-company-facility__table-data {
    border-bottom: 1px solid #cfcfcf;
    border-left: 1px solid #cfcfcf;
    border-right: 1px solid #cfcfcf;
  }
  .p-company-facility__table-data:nth-child(even) {
    background-color: #f6f6f6;
  }
  .p-company-facility__table-data:first-child {
    border-left: 1px solid #cfcfcf;
  }
  .p-company-facility__table-row:first-child .p-company-facility__table-data {
    border-top: unset;
  }
  .p-company-facility__table-row:first-child .p-company-facility__table-data:first-child {
    border-top: 1px solid #cfcfcf;
    border-top-left-radius: 0.2rem;
    border-top-right-radius: 0.2rem;
  }
  .p-company-facility__table-row:first-child .p-company-facility__table-data:last-child {
    border-top-right-radius: unset;
  }
  .p-company-facility__table-row:last-child .p-company-facility__table-data:first-child {
    border-bottom-left-radius: unset;
  }
  .p-company-facility__table-row:last-child .p-company-facility__table-data:last-child {
    border-bottom-left-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
  }
  .p-company-facility__table-data--bottom-right {
    border-bottom-right-radius: unset;
  }
  .p-company-facility__table-data-inner {
    padding-block: 1rem 1rem;
    padding-inline: 1.9rem 1.8rem;
  }
  .p-company-facility__table-data-name {
    letter-spacing: 0.96px;
    line-height: 1.815;
  }
  .p-company-facility__table-data-quantity {
    letter-spacing: 0.96px;
    line-height: 1.815;
    padding-inline-start: 2rem;
  }
  .p-company-history {
    padding-block: 11.8rem 13rem;
  }
  .p-company-history__title-wrapper {
    padding-inline-start: 0.2rem;
  }
  .p-company-history__main-container {
    margin-block-start: 6rem;
  }
  .p-company-history__list {
    gap: 2rem;
  }
  .p-company-history__list::before {
    display: none;
  }
  .p-company-history__item {
    align-items: center;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, auto);
    height: auto;
    width: 100%;
  }
  .p-company-history__date {
    padding-inline-start: 5.5rem;
  }
  .p-company-history__date::before {
    background-color: #cfcfcf;
    height: 1px;
    left: 0rem;
    top: calc(50% + 0rem);
    translate: 0 -50%;
    width: 3.5rem;
  }
  .p-company-history__date::after {
    background-color: #0193e8;
    border-radius: 999px;
    height: 9px;
    left: 0rem;
    top: calc(50% + 0rem);
    translate: 0 -50%;
    width: 9px;
  }
  .p-company-history__detail-wrapper {
    display: block;
    height: auto;
    padding-inline-start: 2rem;
    width: 100%;
  }
  .p-company-history__detail {
    background-color: #f7f9fb;
    border-radius: 0.2rem;
    height: auto;
    letter-spacing: 0.96px;
    line-height: 1.8;
    padding-block: 1rem 1rem;
    padding-inline: 1rem 1rem;
    position: relative;
    width: 100%;
    z-index: 1;
  }
  .page_fv.contact {
    background-position: 58%;
    height: 300px;
  }
  .p-contact__desc {
    font-size: 14px;
  }
  .p-contact__inner .page-title::after {
    left: 8.5%;
    top: 10rem;
  }
  .p-contact__table-input {
    font-size: 18px;
  }
  .p-contact__privacy p {
    font-size: 1.4rem;
  }
  .p-contact {
    padding-bottom: 40px;
  }
  tr.p-contact__table-row {
    flex-flow: column;
  }
  .p-contact__table-title {
    display: block;
    font-size: 16px;
    width: 100%;
  }
  .p-contact__table-input {
    display: block;
    padding: 0 0 1em;
  }
  .p-contact__privacy {
    font-size: 16px;
    padding: 1em;
    text-align: left;
  }
  .p-contact__btn-next {
    font-size: 16px;
  }
  .p-contact__btn {
    flex-direction: column;
    gap: 50px;
  }
  .p-contact__btn-back button {
    margin-left: 0;
  }
  .confirm-bottom-button {
    flex-flow: column;
    gap: 30px;
  }
  .l-cta .text.is-active {
    margin-top: 0.5rem;
  }
  .p-contact__cta .l-cta__tel-link {
    /* border: 1px solid #fff; */
    /* flex-direction: column; */
    padding: 2.2rem 1rem 1.6rem 5.3rem;
    text-align: unset;
    width: 100%;
  }
  .p-contact__table-label {
    margin-right: 2.9rem;
    width: -moz-fit-content;
    width: fit-content;
  }
  .wpcf7-list-item-label {
    font-size: 1.6rem;
  }
  .p-policy-policy {
    margin-block-start: 5rem;
    padding-block: 5.8rem 15.7rem;
  }
  .p-policy-policy__nav {
    height: auto;
    padding-inline: 2.5rem;
    width: 100%;
  }
  .p-policy-policy__nav-list {
    display: flex;
    flex-direction: column;
    height: auto;
    row-gap: 1.95rem;
    width: 100%;
  }
  .p-policy-policy__nav-link {
    border-bottom: 1px solid #cfcfcf;
    height: auto;
    padding-block-end: 0.9rem;
    padding-inline: 1.9rem 1.9rem;
    position: relative;
    width: 100%;
  }
  .p-policy-policy__nav-link::before {
    background-image: url(../../assets/images/under/policy/sp/policy_slash-deepblue_sp.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 1.1rem 3.1rem;
    content: "";
    height: 3.1rem;
    left: -0.1rem;
    position: absolute;
    top: calc(50% - 0.4rem);
    translate: 0 -50%;
    width: 1.1rem;
  }
  .p-policy-policy__nav-link::after {
    background-image: url(../../assets/images/under/policy/sp/policy_triangle-deepblue_sp.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 0.9rem 0.75rem;
    content: "";
    height: 0.75rem;
    position: absolute;
    right: 0.2rem;
    top: calc(50% - 0.3rem);
    translate: 0 -50%;
    width: 0.9rem;
  }
  .p-policy-policy__nav-link-text {
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 1.44px;
    line-height: 1.6;
  }
  .p-policy-policy__nav-link-text .poppins {
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 1.44px;
    line-height: 1.6;
  }
  .p-policy-policy__card-list {
    gap: 15.9rem;
    margin-block-start: 12.9rem;
  }
  .p-policy-policy__card-item {
    padding-inline: 2.5rem;
  }
  .p-policy-policy__card-item:nth-child(1) {
    --anchor-adjust: 6.3rem;
    background: linear-gradient(to bottom, #2c5983 0, #2c5983 35rem, #fff 35rem, #fff 100%);
    padding-block: 19.1rem 5.4rem;
  }
  .p-policy-policy__card-item:nth-child(2) {
    --anchor-adjust: 6.3rem;
    background: linear-gradient(to bottom, #2c5983 0, #2c5983 35rem, #fff 35rem, #fff 100%);
    padding-block: 19.2rem 7.2rem;
  }
  .p-policy-policy__card-item:nth-child(3) {
    --anchor-adjust: 6.3rem;
    background: linear-gradient(to bottom, #2c5983 0, #2c5983 35rem, #fff 35rem, #fff 100%);
    padding-block: 19.2rem 5.1rem;
  }
  .p-policy-policy__card-title {
    left: -0.8rem;
    margin-inline: auto;
    top: -0.2rem;
  }
  .p-policy-policy__card-main-container--01 {
    margin-block-start: 4.8rem;
  }
  .p-policy-policy__card-main-container--02 {
    margin-block-start: 4.8rem;
  }
  .p-policy-policy__card-main-container--03 {
    margin-block-start: 4.8rem;
  }
  .p-policy-policy__card-image {
    height: auto;
    left: calc(50% + 0.05rem);
    position: absolute;
    right: unset;
    top: -35.1rem;
    translate: -50% 0;
    width: 27.3rem;
  }
  .p-policy-policy__card-image img {
    aspect-ratio: 273/199;
  }
  .p-policy-policy__card-gray-container--01 {
    padding-block: 2.9rem 3.1rem;
    padding-inline: 2rem 2rem;
  }
  .p-policy-policy__card-top-text--01 {
    letter-spacing: 0.96px;
    line-height: 2;
  }
  .p-policy-policy__csr-detail {
    line-height: 1.624;
  }
  .p-policy-policy__card-gray-container--02 {
    padding-block: 3rem 6rem;
    padding-inline: 2rem 2rem;
  }
  .p-policy-policy__philosophy-text {
    line-height: 2;
  }
  .p-policy-policy__card-transparent-container--02 {
    padding-block: 5.1rem 0.1rem;
    padding-inline: 0rem 0rem;
  }
  .p-policy-policy__policy-item-text {
    line-height: 1.625;
  }
  .p-privacy__contents {
    padding-block: 9.6rem;
  }
  .p-privacy__title {
    line-height: 1.5;
  }
  .p-product-mv-extension {
    background: linear-gradient(to bottom, #fff 0, #fff calc(100% - 7.6rem - 1rem - 0.5rem), #f6f6f6 calc(100% - 7.6rem - 1rem - 0.5rem), #f6f6f6 100%);
    padding-block: 15rem 8.6rem;
  }
  .p-product-mv-extension__bg-image {
    left: -7.5rem;
    translate: unset;
    width: 117.7rem;
  }
  .p-product-mv-extension__bg-image img {
    aspect-ratio: 1024/452.5;
  }
  .p-product-mv-extension__bg-image::before {
    background-image: url(../../assets/images/under/product/sp/mv-extension_bg-image01_sp.png);
    background-size: 23.2rem 20rem;
    height: 20rem;
    left: 4.5rem;
    top: -6rem;
    translate: unset;
    width: 23.2rem;
  }
  .p-product-mv-extension__bg-image::after {
    background-image: url(../../assets/images/under/product/sp/mv-extension_bg-image03_sp.png);
    background-size: 23.2rem 20rem;
    bottom: -11rem;
    height: 20rem;
    left: 70.6rem;
    translate: unset;
    width: 23.2rem;
  }
  .p-product-mv-extension__text-container {
    padding-block-start: 6rem;
  }
  .p-product-mv-extension__text-inner {
    max-width: 64rem;
    padding-inline: 2rem;
  }
  .p-product-mv-extension__text-wrapper {
    justify-self: start;
    padding-inline: 6rem 3rem;
    position: relative;
    right: unset;
    width: -moz-fit-content;
    width: fit-content;
  }
  .p-product-mv-extension__text-head {
    font-size: 2.8rem;
    letter-spacing: 1.68px;
    line-height: 1.61;
  }
  .p-product-mv-extension__text-body {
    letter-spacing: 0.96px;
    line-height: 1.81;
    margin-block-start: 4rem;
  }
  .p-product-list {
    padding-block: 3.2rem 9.8rem;
  }
  .p-product-list__title-wrapper {
    padding-inline-start: 0.3rem;
  }
  .p-product-list__example-container {
    margin-block-start: 7rem;
  }
  .p-product-list__example-list {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, auto);
    height: auto;
    row-gap: 3rem;
    width: 100%;
  }
  .p-product-list__example-item {
    background-color: #fff;
    border-radius: 0.2rem;
    display: grid;
    grid-column: unset;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, auto);
    padding-block: 2rem 2rem;
    padding-inline: 2rem 2rem;
  }
  .p-product-list__example-item-head {
    border-bottom: 1px solid #2c5983;
    border-top: 1px solid #2c5983;
    grid-column: 1/2;
    grid-row: 1/2;
    height: auto;
    padding-block: 0.9rem 0.9rem;
    width: 100%;
  }
  .p-product-list__example-item-title {
    line-height: 1.42;
  }
  .p-product-list__example-item-title--1line {
    letter-spacing: 1.44px;
  }
  .p-product-list__example-item-text {
    grid-column: 1/2;
    grid-row: 2/3;
    letter-spacing: 0.96px;
    line-height: 1.61;
    margin-block-start: 2rem;
  }
  .p-product-list__example-item-image-summary {
    grid-column: 1/2;
    grid-row: 3/4;
    height: -moz-fit-content;
    height: fit-content;
    margin-block-start: 2rem;
    margin-inline: auto;
    max-width: 40rem;
    width: 100%;
  }
  .p-product-list__example-item-image-summary img {
    aspect-ratio: 310/160;
  }
  .p-product-list__example-item-image-detail {
    grid-column: 1/2;
    grid-row: 4/5;
    height: -moz-fit-content;
    height: fit-content;
    margin-block-start: 1rem;
    margin-inline: auto;
    max-width: 40rem;
    width: 100%;
  }
  .p-product-list__example-item-image-detail img {
    aspect-ratio: 310/160;
  }
  .p-product-list__purpose-container {
    background-color: #fff;
    margin-block-start: 8rem;
    padding-block: 4.9rem 2.8rem;
    padding-inline: 2.5rem 2.5rem;
  }
  .p-product-list__purpose-list {
    display: flex;
    flex-direction: column;
    margin-block-start: 6.1rem;
    row-gap: 4rem;
  }
  .p-product-list__purpose-item-first-title {
    padding-block: 2.4rem 3.2rem;
    padding-inline: 1rem 1rem;
  }
  .p-product-list__purpose-item-first-container {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, auto);
    margin-block-start: 2rem;
    -moz-column-gap: unset;
    column-gap: unset;
    height: auto;
    justify-content: center;
    row-gap: 2rem;
    width: 100%;
  }
  .p-product-list__purpose-item-first-card {
    background-color: #e6f0fb;
    height: auto;
    padding-block: 3rem 2.5rem;
    padding-inline: 3.5rem 3.5rem;
    text-align: center;
    width: 100%;
  }
  .p-product-list__purpose-item-first-card:nth-child(1) {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .p-product-list__purpose-item-first-card:nth-child(2) {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .p-product-list__purpose-item-first-card:nth-child(3) {
    grid-column: 1/2;
    grid-row: 3/4;
  }
  .p-product-list__purpose-item-first-card:nth-child(4) {
    grid-column: 1/2;
    grid-row: 4/5;
  }
  .p-product-list__purpose-item-first-card-body {
    display: flex;
    flex-direction: column;
    margin-block-start: 2.1rem;
    -moz-column-gap: unset;
    column-gap: unset;
    height: auto;
    justify-content: center;
    row-gap: 3rem;
    width: 100%;
  }
  .p-product-list__purpose-item-first-card-image-wrapper {
    padding-inline: 3.5rem 3.5rem;
  }
  .p-product-list__purpose-item-first-card-image {
    height: -moz-fit-content;
    height: fit-content;
    margin-inline: auto;
    max-width: 25rem;
    width: 100%;
  }
  .p-product-list__purpose-item-first-card-image img {
    aspect-ratio: 160/160;
  }
  .p-product-list__purpose-item-first-card-image-text {
    margin-block-start: 1rem;
  }
  .p-product-list__purpose-item-second-title {
    padding-block: 2.4rem 3.2rem;
    padding-inline: 1rem 1rem;
  }
  .p-product-list__purpose-item-second-container {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, auto);
    margin-block-start: 2rem;
    -moz-column-gap: unset;
    column-gap: unset;
    height: auto;
    justify-content: center;
    row-gap: 2rem;
    width: 100%;
  }
  .p-product-list__purpose-item-second-card {
    background-color: #e6f0fb;
    height: auto;
    padding-block: 3rem 2.5rem;
    padding-inline: 3.5rem 3.5rem;
    text-align: center;
    width: 100%;
  }
  .p-product-list__purpose-item-second-card:nth-child(1) {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .p-product-list__purpose-item-second-card:nth-child(2) {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .p-product-list__purpose-item-second-card-body {
    display: flex;
    flex-direction: column;
    margin-block-start: 2.1rem;
    -moz-column-gap: unset;
    column-gap: unset;
    height: auto;
    justify-content: center;
    row-gap: 3rem;
    width: 100%;
  }
  .p-product-list__purpose-item-second-card-image-wrapper {
    padding-inline: 3.5rem 3.5rem;
  }
  .p-product-list__purpose-item-second-card-image {
    height: -moz-fit-content;
    height: fit-content;
    margin-inline: auto;
    max-width: 25rem;
    width: 100%;
  }
  .p-product-list__purpose-item-second-card-image img {
    aspect-ratio: 160/160;
  }
  .p-product-list__purpose-item-second-card-image-text {
    margin-block-start: 1rem;
  }
  .p-product-list__purpose-item-third-title {
    padding-block: 2.4rem 3.2rem;
    padding-inline: 1rem 1rem;
  }
  .p-product-list__purpose-item-third-container {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    height: auto;
    justify-content: center;
    margin-block-start: 2rem;
    width: 100%;
  }
  .p-product-list__purpose-item-third-card {
    padding-block: 4rem 5rem;
    padding-inline: 2rem 2rem;
  }
  .p-product-list__purpose-item-third-card-list {
    display: flex;
    flex-direction: column;
    -moz-column-gap: unset;
    column-gap: unset;
    height: auto;
    justify-content: center;
    row-gap: 3.5rem;
    width: 100%;
  }
  .p-product-list__purpose-item-third-card-image {
    height: -moz-fit-content;
    height: fit-content;
    margin-inline: auto;
    max-width: 26rem;
    padding-inline: 2rem 2rem;
    width: 100%;
  }
  .p-product-list__purpose-item-third-card-image img {
    aspect-ratio: 220/150;
  }
  .p-product-list__purpose-item-third-card-image-text {
    font-size: 1.8rem;
    letter-spacing: 1.08px;
    line-height: 1.39;
    margin-block-start: 1rem;
  }
  .p-product-list__purpose-item-third-card-bottom-container {
    margin-block-start: 5.3rem;
    padding-inline: 2rem 2rem;
  }
  .p-product-list__purpose-item-third-card-text-box {
    display: flex;
    flex-direction: column;
    max-width: 28rem;
    padding-block: 1.8rem 2rem;
    padding-inline: 2rem 1rem;
    row-gap: 1.95rem;
    -moz-column-gap: unset;
    column-gap: unset;
    justify-content: start;
  }
  .p-product-list__purpose-item-third-card-text {
    align-self: start;
    font-size: 1.6rem;
    letter-spacing: 0.96px;
    line-height: 1;
    padding-inline-start: 1.9rem;
    text-align: left;
  }
  .p-product-list__purpose-item-third-card-text::before {
    left: 0;
    top: calc(50% + 0.1rem);
    translate: 0 -50%;
  }
  .p-single {
    display: flex;
    flex-direction: column;
    flex-flow: column;
  }
  .p-archive__list-thumbnail {
    aspect-ratio: 115/75;
    height: auto;
    width: 36%;
  }
  .p-archive__list-info {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
  }
  .p-archive__sidebar {
    width: 100%;
  }
  .p-archive {
    flex-flow: column;
    gap: 7rem;
    padding-inline: 2rem;
  }
  .p-archive__list-category {
    align-items: center;
    display: flex;
    position: unset;
    top: 0;
  }
  .p-archive__list-ttl {
    font-size: 16px;
  }
  .p-archive__list {
    gap: 3rem;
  }
  .p-single__content p {
    margin-top: 2rem;
  }
  .p-archive__list-link {
    align-items: flex-start;
    gap: 1rem;
    padding-bottom: 1rem;
  }
  h2.wp-block-heading {
    font-size: 2rem;
  }
  .p-single__sidebar {
    margin-top: 60px;
  }
  .p-case__contents-wrap {
    flex-flow: column;
    gap: 1.5rem;
  }
  .p-case__meta {
    flex-flow: column;
    gap: 1.5rem;
  }
  .p-case__meta-right {
    gap: 1rem;
  }
  .p-case__contents-img {
    margin-top: 2.5rem;
  }
  .p-case__text-wrap {
    margin-top: 0;
  }
  .p-case__title {
    font-size: 2rem;
    line-height: 1.5;
  }
  .p-case__contents-left {
    width: 100%;
  }
  .p-case__spec {
    margin-top: 3rem;
  }
  .p-case__spec dd {
    padding: 0 10px 4px 10px;
  }
  .p-case__point {
    margin-top: 4rem;
    padding-block: 3rem;
    padding-inline: 2rem;
  }
  .p-case__point-item {
    gap: 0.4rem;
  }
  .p-case__consult {
    margin-top: 6rem;
    padding-block: 6.8rem 3.4rem;
    padding-inline: 1rem;
  }
  .p-case__consult-head-title {
    font-size: 1.6rem;
  }
  .p-case__consult-head-text {
    font-size: 3.2rem;
  }
  .p-case__consult-box {
    margin-top: 7.5rem;
    padding-inline: 3rem;
  }
  .p-case__propose-box {
    margin-top: 5rem;
    padding-block: 4.4rem 4rem;
    padding-inline: 3rem;
  }
  .p-case__consult-box-title {
    left: 3rem;
  }
  .p-case__propose-box-title {
    left: 3rem;
  }
  .case-archive {
    grid-template-columns: repeat(2, 1fr);
  }
  .p-case-archive {
    padding: 0rem;
  }
  .case-search {
    grid-template-columns: repeat(2, 1fr);
  }
  button,
  html [type=button],
  [type=reset],
  [type=submit] {
    align-items: center;
    display: flex;
    height: 5rem;
    margin-inline-end: 2rem;
    padding-top: 0;
    text-align: center;
    width: 5rem;
  }
  button.l-header__trigger,
  html [type=button].l-header__trigger,
  [type=reset].l-header__trigger,
  [type=submit].l-header__trigger {
    margin-inline-end: 1.55rem;
  }
  .p-single__tag {
    font-size: 16px;
  }
  .p-top-fv {
    padding-block: 70px 2rem;
  }
  .p-top-fv__inner {
    padding-inline: 2rem;
  }
  .p-top-fv__bg-image img {
    aspect-ratio: 350/769;
    height: 100%;
    width: 100%;
    -o-object-position: center 60%;
    object-position: center 60%;
  }
  .p-top-fv__main-text-box {
    background-color: transparent;
    height: -moz-fit-content;
    height: fit-content;
    left: 50%;
    max-width: 55rem;
    padding-inline: 2.5rem;
    position: absolute;
    top: 6.9rem;
    translate: -50% 0;
    width: 100%;
  }
  .p-top-fv__main-text-head {
    font-size: 4rem;
    letter-spacing: 2.4px;
    line-height: 1.4;
    padding-block-end: 1rem;
  }
  .p-top-fv__main-text-head:nth-child(n+2) {
    margin-block-start: -3.2rem;
  }
  .p-top-fv__main-text-head span {
    font-size: 4rem;
    letter-spacing: 2.4px;
    line-height: 1.4;
    padding-block-end: 2.2rem;
  }
  .p-top-fv__main-text-head .color--01 {
    font-size: 4rem;
    letter-spacing: 2.4px;
    line-height: 1.4;
  }
  .p-top-fv__main-text-head .color--02 {
    font-size: 4rem;
    letter-spacing: 2.4px;
    line-height: 1.4;
  }
  .p-top-fv__main-text-head.--underline::before {
    background-color: #0193e8;
    bottom: -1px;
    height: 2px;
    left: 0;
    width: 30rem;
  }
  .p-top-fv__main-text {
    letter-spacing: 0.96px;
    line-height: 1.63;
    margin-block-start: 3rem;
  }
  .p-top-fv__info-box {
    height: auto;
    overflow: hidden;
    width: min(95%, 35.5rem);
  }
  .p-top-fv__info-link {
    align-items: baseline;
    flex-direction: row;
    gap: 10px;
    overflow: hidden;
    padding-block: 1.5rem;
    padding-inline-end: 1rem;
    padding-inline-start: 1.5rem;
  }
  .p-top-fv__info-link::after {
    bottom: auto;
    right: 10px;
  }
  .p-top-fv__info-date {
    font-size: 11px;
    line-height: 1;
    margin-inline-start: 0rem;
    width: -moz-fit-content;
    width: fit-content;
  }
  .p-top-fv__info-text-track-wrap {
    line-height: 0.7;
    margin-block-start: 0;
    margin-inline-start: 0rem;
    padding-right: 10px;
    width: 74.4%;
  }
  .p-top-fv__info-text-track {
    animation: unset;
    width: 100%;
  }
  .p-top-fv__info-text-track span {
    font-size: 11px;
    line-height: 1;
    max-width: none;
    padding-right: unset;
  }
  .p-top-fv__info-text {
    line-height: 1.4;
    max-width: 26rem;
  }
  .p-top-about {
    padding-block: 0rem 0rem;
    top: 60px;
  }
  .p-top-about__top-bg-image {
    aspect-ratio: 768/641;
    background-image: url(../../assets/images/top/sp/top-about-bg-image_sp.webp);
    background-position: center -8rem;
    background-size: cover;
    height: 100vh;
  }
  .p-top-about__under-padding {
    height: 34.8rem;
  }
  .p-top-about__content-area {
    margin-top: -90rem;
  }
  .p-top-about__main-container {
    display: block;
    padding-block-end: 14rem;
    padding-block-start: 5rem;
  }
  .p-top-about__head-en {
    padding-block-end: 1.9rem;
    padding-inline: 1.1rem 8.9rem;
  }
  .p-top-about__head-en::before {
    left: 1.1rem;
  }
  .p-top-about__head-ja {
    font-size: 2.8rem;
    letter-spacing: 1.68px;
    line-height: 1.61;
    max-width: 55rem;
    padding-block-start: 2.5rem;
    padding-inline: 1rem 2.5rem;
  }
  .p-top-about__text {
    letter-spacing: 0.96px;
    line-height: 1.82;
    max-width: 55rem;
    padding-block-start: 3rem;
    padding-inline: 1rem 2.5rem;
  }
  .p-top-about__button-wrapper {
    align-self: start;
    justify-self: center;
    margin-block-start: 5rem;
    margin-inline: auto;
  }
  .p-top-about__floating-text-box {
    right: -4.5rem;
    top: 2.3rem;
  }
  .p-top-about__floating-text {
    font-size: 4.6rem;
    letter-spacing: 2.76px;
    line-height: 1;
  }
  .p-top-about__outer-container {
    bottom: -23rem;
  }
  .p-top-about__swiper-slide {
    height: 30rem;
    width: 122rem;
  }
  .p-top-about__slide-image img {
    aspect-ratio: 1220/300;
  }
  .p-top-feature {
    padding-block: 34.8rem 0rem;
  }
  .p-top-feature__inner {
    padding-inline: 2rem;
  }
  .p-top-feature__title-wrapper {
    margin-inline: auto;
  }
  .p-top-feature__title {
    margin-inline: auto;
    text-align: center;
    width: -moz-fit-content;
    width: fit-content;
  }
  .p-top-feature__main-container {
    display: block;
    margin-inline: auto;
    padding-block-start: 6rem;
    padding-inline-end: unset;
  }
  .p-top-feature__head-text {
    letter-spacing: 1.44px;
    line-height: 1.58;
    margin-inline: auto;
    width: -moz-fit-content;
    width: fit-content;
  }
  .p-top-feature__button-wrapper {
    align-self: start;
    justify-self: center;
    margin-block-start: 5rem;
    margin-inline: auto;
  }
  .p-top-feature__slide-outer-container {
    padding-block-end: 1.4rem;
    padding-block-start: 19rem;
  }
  .p-top-feature__scroll-cards-sticky {
    background-image: url(../../assets/images/top/sp/top-feature-card-bg_sp.png);
    background-position: calc(50% - 2.1rem) -2rem;
    background-repeat: no-repeat;
    background-size: 94.6rem 78rem;
    height: calc(100vh - var(--pin-start-offset, 0px));
  }
  .p-top-feature__scroll-card-main-container {
    height: 49rem;
    max-width: 50rem;
    padding-inline: 5.8rem 2.6rem;
    width: 39rem;
  }
  .p-top-feature__scroll-card-image {
    aspect-ratio: 401/250;
    height: auto;
    left: calc(50% + 15.3rem);
    mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 400 250' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M70.4326 1.45008C70.6781 0.59172 71.4628 0 72.3555 0H397.697C399.026 0 399.985 1.27219 399.62 2.54994L329.266 248.55C329.02 249.408 328.235 250 327.343 250H2.00128C0.672312 250 -0.287041 248.728 0.078385 247.45L70.4326 1.45008Z' fill='black'/%3E%3C/svg%3E");
    overflow: clip;
    position: absolute;
    top: -28rem;
    translate: -50% 0;
    width: 40.1rem;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 400 250' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M70.4326 1.45008C70.6781 0.59172 71.4628 0 72.3555 0H397.697C399.026 0 399.985 1.27219 399.62 2.54994L329.266 248.55C329.02 249.408 328.235 250 327.343 250H2.00128C0.672312 250 -0.287041 248.728 0.078385 247.45L70.4326 1.45008Z' fill='black'/%3E%3C/svg%3E");
  }
  .p-top-feature__scroll-card-image img {
    aspect-ratio: 401/250;
  }
  .p-top-feature__scroll-card-number {
    bottom: 0;
    font-size: 8rem;
    left: calc(50% - 7.9rem);
    line-height: 0.7;
    translate: -50% 0;
  }
  .p-top-feature__scroll-card-head-en {
    margin-block-start: 19rem;
  }
  .p-top-feature__scroll-card-head-en::before {
    left: -12rem;
    width: 10rem;
  }
  .p-top-feature__scroll-card-title {
    font-size: 3.2rem;
    letter-spacing: 1.92px;
    margin-block-start: 0.9rem;
  }
  .p-top-feature__scroll-card-title::before {
    bottom: -0.6rem;
  }
  .p-top-feature__scroll-card-subtitle {
    font-size: 2rem;
    letter-spacing: 1.2px;
    line-height: 1.6;
    margin-block-start: 2.6rem;
  }
  .p-top-feature__scroll-card-text {
    color: #2c5983;
    font-size: 1.6rem;
    isolation: isolate;
    letter-spacing: 0.96px;
    line-height: 1.81;
    margin-block-start: 4.3rem;
    margin-inline: auto;
    max-width: 33rem;
    position: relative;
    right: 0rem;
  }
  .p-top-feature__scroll-card-text::before {
    background-image: url(../../assets/images/top/sp/top-feature-card-text-bg_sp.png);
    background-position: calc(50% + 0rem) calc(50% + 0rem);
    left: calc(50% + 0.4rem);
    top: calc(50% + 0rem);
    translate: -50% -50%;
  }
  .p-top-feature__pagination-wrapper {
    /* 調整用：各ページネーション間の距離。 */
    --pagination-gap: 15px;
    gap: var(--pagination-gap);
    left: 3rem;
    top: 13.4rem;
  }
  .p-top-policy {
    padding-block: 6.7rem 10.6rem;
  }
  .p-top-policy__main-image-box {
    height: 30rem;
    left: calc(50% - 3.3rem);
    top: 21.3rem;
    translate: -50% 0;
    width: 41.55rem;
  }
  .p-top-policy__floating-right-image {
    height: 20rem;
    right: 0;
    top: 10rem;
    width: 20.5rem;
  }
  .p-top-policy__slider-right-image {
    height: 25rem;
    right: 3.2rem;
    top: 0;
    width: 22rem;
  }
  .p-top-policy__slider-left-image {
    height: 25rem;
    right: 19.6rem;
    top: 3.7rem;
    width: 22rem;
  }
  .p-top-policy__floating-left-image {
    height: 7.65rem;
    right: 29.5rem;
    top: 0;
    width: 8.35rem;
  }
  .p-top-policy__outer-container {
    display: block;
    justify-content: unset;
  }
  .p-top-policy__main-container {
    display: block;
    margin-inline: auto;
  }
  .p-top-policy__title-wrapper {
    margin-inline: auto;
  }
  .p-top-policy__title {
    margin-inline: auto;
    text-align: center;
    width: -moz-fit-content;
    width: fit-content;
  }
  .p-top-policy__head-text {
    letter-spacing: 1.44px;
    line-height: 1.6;
    margin-block-start: 42rem;
  }
  .p-top-policy__body-text {
    letter-spacing: 0.96px;
    line-height: 1.81;
    margin-block-start: 2.3rem;
    padding-inline-end: unset;
  }
  .p-top-policy__button-wrapper {
    align-self: start;
    justify-self: center;
    margin-block-start: 5rem;
    margin-inline: auto;
  }
  .p-top-news {
    padding-block: 9.8rem 10rem;
  }
  .p-top-news__outer-container {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, auto);
  }
  .p-top-news__title-wrapper {
    align-self: start;
    grid-column: 1/2;
    grid-row: 1/2;
    height: -moz-fit-content;
    height: fit-content;
    justify-self: center;
    margin-inline: auto;
    padding-inline-start: 0.4rem;
    width: -moz-fit-content;
    width: fit-content;
  }
  .p-top-news__title {
    margin-inline: auto;
    text-align: center;
    width: -moz-fit-content;
    width: fit-content;
  }
  .p-top-news__button-wrapper {
    align-self: start;
    grid-column: 1/2;
    grid-row: 3/4;
    justify-self: center;
    margin-block-start: 5rem;
    margin-inline: auto;
    padding-inline-end: unset;
  }
  .p-top-news__list-wrapper {
    align-self: start;
    grid-column: 1/2;
    grid-row: 2/3;
    height: -moz-fit-content;
    height: fit-content;
    justify-self: center;
    margin-block-start: 6.9rem;
    max-width: 60rem;
    width: 100%;
  }
  .p-top-news__item:first-child {
    padding-block-start: unset;
  }
  .p-top-news__item-link {
    padding-inline-end: 5rem;
  }
  .p-top-news__item-text {
    display: -webkit-box;
    line-height: 1.38;
    max-width: unset;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    max-height: 6em;
  }
  .p-top-recruit {
    padding-block: 9.8rem 13.3rem;
  }
  .p-top-recruit__slider-container,
  .p-top-recruit__main-container {
    grid-area: unset;
  }
  .p-top-recruit__slider-container {
    grid-column: 1/2;
    grid-row: 2/3;
    height: auto;
    margin-inline: auto;
    max-width: 40rem;
    overflow: clip;
    padding-block-start: 5.7rem;
    position: relative;
    translate: unset;
    width: 100%;
  }
  .p-top-recruit__slider-inner {
    aspect-ratio: 350/250;
  }
  .p-top-recruit__main-container {
    display: contents;
  }
  .p-top-recruit__content-box {
    display: contents;
  }
  .p-top-recruit__title-wrapper {
    align-self: start;
    grid-column: 1/2;
    grid-row: 1/2;
    justify-self: start;
    margin-block-start: unset;
    padding-inline-start: 0.3rem;
  }
  .p-top-recruit__head-text-wrapper {
    align-self: start;
    grid-column: 1/2;
    grid-row: 3/4;
    justify-self: start;
    margin-block-start: 3.5rem;
  }
  .p-top-recruit__head-text-top-piece {
    font-size: 3.2rem;
    letter-spacing: 1.92px;
    padding-block: 0.45rem 0.8rem;
    padding-inline: 0.45rem 0.4rem;
  }
  .p-top-recruit__head-text-body {
    font-size: 2.8rem;
    letter-spacing: 1.68px;
    line-height: 1.61;
    margin-block-start: 1rem;
  }
  .p-top-recruit__button-wrapper {
    align-self: start;
    grid-column: 1/2;
    grid-row: 5/6;
    justify-self: center;
    margin-block-start: 5rem;
    margin-inline-start: 1.2rem;
  }
  .p-top-recruit__sub-text-wrapper {
    align-self: start;
    grid-column: 1/2;
    grid-row: 4/5;
    justify-self: center;
    margin-block-start: 2.5rem;
    position: relative;
    top: unset;
  }
  .p-top-recruit__sub-text {
    max-width: unset;
  }
  .p-top-recruit__bg-image-container {
    bottom: -0.9rem;
    left: calc(50% - 6.7rem);
  }
  .p-top-recruit__bg-image-01 {
    width: 10.7rem;
  }
  .p-under-mv {
    padding-block-end: 3rem;
    padding-block-start: 70px;
  }
  .p-under-mv__inner {
    padding-inline: 2rem !important;
  }
  .p-under-mv__main-container {
    padding-block: 3rem 1rem;
    padding-inline: 2rem 2rem;
  }
  .p-under-mv__main-image {
    border-top-right-radius: 0rem;
    height: 15rem;
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='203' height='150' viewBox='0 0 203 150'%3E%3Cpath d='M40.9831 1.4604C41.225 0.596901 42.0122 0 42.9089 0L200.726 0C202.051 0 203.01 1.26421 202.652 2.5396L161.744 148.54C161.503 149.403 160.715 150 159.819 150H2.00118C0.676672 150 -0.28201 148.736 0.0753403 147.46L40.9831 1.4604Z' fill='black'/%3E%3C/svg%3E");
    mask-position: 1.1rem center;
    top: 10rem;
    width: 20.4rem;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='203' height='150' viewBox='0 0 203 150'%3E%3Cpath d='M40.9831 1.4604C41.225 0.596901 42.0122 0 42.9089 0L200.726 0C202.051 0 203.01 1.26421 202.652 2.5396L161.744 148.54C161.503 149.403 160.715 150 159.819 150H2.00118C0.676672 150 -0.28201 148.736 0.0753403 147.46L40.9831 1.4604Z' fill='black'/%3E%3C/svg%3E");
    -webkit-mask-position: 1.1rem center;
    background-image: url(../../assets/images/under/company/sp/under-02-company-mv-image_sp.webp);
    background-position: 1.1rem center;
    background-repeat: no-repeat;
    background-size: 20.4rem 15rem;
  }
  .p-under-mv__main-image--company {
    background-image: url(../../assets/images/under/company/sp/under-02-company-mv-image_sp.webp);
  }
  .p-under-mv__main-image--product {
    background-image: url(../../assets/images/under/product/sp/under-03-product-mv-image_sp.webp);
  }
  .p-under-mv__main-image--policy {
    background-image: url(../../assets/images/under/policy/sp/under-04-policy-mv-image_sp.webp);
  }
  .p-under-mv__main-image--contact {
    background-image: url(../../assets/images/under/company/sp/under-02-company-mv-image_sp.webp);
  }
  .p-under-mv__main-image--news {
    background-image: url(../../assets/images/under/company/sp/under-02-company-mv-image_sp.webp);
  }
  .p-under-mv__title-en {
    font-size: 4rem;
    letter-spacing: 2.4px;
  }
  .p-under-mv__title-ja {
    font-size: 2rem;
    letter-spacing: 1.2px;
    margin-block-start: 0.5rem;
  }
  .p-under-mv__breadcrumb {
    margin-block-start: 7.1rem;
  }
  .u-sp {
    display: none !important;
  }
  .u-pb-wide {
    padding-bottom: 8rem;
  }
}

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

@media screen and (max-width: 670px){
  .p-product-mv-extension__bg-image::after {
    left: 60.6rem;
  }
}

@media screen and (max-width: 666px){
  .p-news__inner .page-title::after {
    left: 8.5%;
    top: 10rem;
  }
}

@media screen and (max-width: 660px){
  .p-archive__list-excerpt {
    display: none;
  }
  figure.p-news-mv__img {
    height: 26.3rem;
  }
}

@media screen and (max-width: 650px){
  .p-company-facility__bg-image03 {
    left: calc(50% + 21.4rem);
  }
}

@media (max-width: 600px){
  #wpadminbar {
    max-width: 100% !important;
    min-width: 0 !important;
    overflow-x: hidden;
    width: 100vw !important;
  }
  #wpadminbar .quicklinks {
    max-width: 100% !important;
    min-width: 0 !important;
    width: 100vw !important;
  }
}

@media screen and (max-width: 570px){
  .p-product-mv-extension__bg-image::after {
    left: 50.6rem;
  }
}

@media not all and (max-width: 480px){
  .u-sp2 {
    display: none !important;
  }
}

@media screen and (max-width: 480px){
  .p-archive__list-info {
    gap: 1rem;
  }
  .p-archive__list-ttl {
    margin-top: 1rem;
  }
  .case-archive {
    grid-template-columns: repeat(1, 1fr);
  }
  .case-search {
    gap: 1.4rem;
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (max-width: 470px){
  .p-product-mv-extension__bg-image::after {
    left: 38.4rem;
  }
}

@media screen and (max-width: 450px){
  .p-under-mv__title-ja--privacy {
    font-size: 2rem;
  }
}

@media screen and (max-width: 420px){
  .p-top-about__head-ja {
    padding-inline: 1rem 1rem;
  }
  .p-top-about__text {
    padding-inline: 1rem 1rem;
  }
}

@media screen and (max-width: 389px){
  .l-cta__inner-container {
    padding-inline: 1.5rem;
  }
  .l-footer__copyright {
    font-size: 1.3rem;
  }
  .c-title__en {
    font-size: 5.2rem;
    letter-spacing: 3.12px;
  }
  .c-title--white .c-title__icon {
    left: -2.5rem;
  }
  .c-title--white .c-title__en {
    font-size: 4.6rem;
  }
  .p-company-mv-extension__main-image {
    left: -1.3rem;
    width: 25.5rem;
  }
  .wpcf7-list-item-label {
    font-size: 1.4rem;
  }
  .p-product-list__purpose-item-first-card-image-wrapper {
    padding-inline: 1.5rem 1.5rem;
  }
  .p-product-list__purpose-item-second-card-image-wrapper {
    padding-inline: 1.5rem 1.5rem;
  }
  .p-product-list__purpose-item-third-card-bottom-container {
    padding-inline: 0rem 0rem;
  }
  .p-top-feature__scroll-card-main-container {
    padding-inline: 5.8rem 2.6rem;
    width: 100%;
  }
  .p-top-feature__scroll-card-title {
    font-size: 3rem;
    letter-spacing: 1.8px;
  }
  .p-under-mv__title-en {
    font-size: 3.6rem;
  }
  .p-under-mv__title-ja {
    font-size: 2rem;
  }
  .p-under-mv__title-ja--privacy {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 374px){
  .l-cta__info-tel-number {
    font-size: 3rem;
  }
  .c-button--cta {
    padding-inline: 3.4rem 8.4rem;
  }
  .p-company-facility__card-item {
    padding-inline: 2rem 2rem;
  }
  .p-company-facility__table-data-inner {
    padding-inline: 1.6rem 1.5rem;
  }
  .p-policy-policy__card-item {
    padding-inline: 2rem;
  }
  .p-policy-policy__card-title::before {
    left: -4.3rem;
  }
  .p-policy-policy__card-title::after {
    right: -4.1rem;
  }
  .p-product-mv-extension__text-head {
    font-size: 2.6rem;
  }
  .p-product-list__example-item-title {
    font-size: 2.2rem;
  }
  .p-top-fv__main-text-head.--underline::before {
    width: 27rem;
  }
  .p-top-feature__head-text {
    font-size: 2.2rem;
  }
  .p-top-feature__scroll-card-title {
    font-size: 2.8rem;
    letter-spacing: 1.68px;
  }
  .p-top-feature__scroll-card-subtitle {
    font-size: 1.8rem;
    letter-spacing: 1.08px;
  }
  .p-top-policy__head-text {
    font-size: 2.2rem;
  }
  .p-top-recruit__head-text-body {
    font-size: 2.8rem;
  }
  .p-under-mv__title-en {
    font-size: 3.4rem;
  }
}

@media screen and (max-width: 360px){
  .l-footer__nav {
    -moz-column-gap: 5rem;
    column-gap: 5rem;
  }
}

@media screen and (max-width: 359px){
  .l-cta__left-text {
    font-size: 1.4rem;
  }
  .l-cta__info-tel-number {
    font-size: 2.4rem;
  }
  .l-footer__logo {
    width: 26rem;
  }
  .l-footer__menu-link {
    font-size: 1.2rem;
  }
  .l-footer__copyright {
    font-size: 1.2rem;
  }
  .c-button--cta {
    padding-inline: 1rem 6.4rem;
  }
  .c-title__icon {
    left: -2.2rem;
  }
  .c-title__en {
    font-size: 4.8rem;
    letter-spacing: 2.88px;
  }
  .c-title--white .c-title__icon {
    left: -2.2rem;
  }
  .c-title--white .c-title__en {
    font-size: 4rem;
  }
  .p-company-mv-extension__main-image {
    left: -1rem;
    width: 22.5rem;
  }
  .p-company-facility__card-item {
    padding-inline: 1.3rem 1.3rem;
  }
  .p-company-facility__table-data-inner {
    padding-inline: 1.3rem 1.2rem;
  }
  .p-company-facility__table-data-quantity {
    padding-inline-start: 1.5rem;
  }
  .p-policy-policy__card-item {
    padding-inline: 1rem;
  }
  .p-product-mv-extension__text-head {
    font-size: 2.4rem;
  }
  .p-product-list__example-item-head {
    -moz-column-gap: 1rem;
    column-gap: 1rem;
  }
  .p-product-list__example-item-title {
    font-size: 2rem;
  }
  .p-product-list__example-item-tag {
    font-size: 1.4rem;
    padding-inline: 0.8rem 0.8rem;
  }
  .p-product-list__purpose-item-first-card {
    padding-inline: 1.5rem 1.5rem;
  }
  .p-product-list__purpose-item-second-card {
    padding-inline: 1.5rem 1.5rem;
  }
  .p-product-list__purpose-item-third-title {
    font-size: 2rem;
  }
  .p-top-fv__main-text-head {
    font-size: 3.5rem;
  }
  .p-top-fv__main-text-head span {
    font-size: 3.5rem;
  }
  .p-top-fv__main-text-head .color--01 {
    font-size: 3.5rem;
  }
  .p-top-fv__main-text-head .color--02 {
    font-size: 3.5rem;
  }
  .p-top-fv__main-text-head.--underline::before {
    width: 23rem;
  }
  .p-top-feature__scroll-card-subtitle {
    font-size: 1.6rem;
    letter-spacing: 1.02px;
  }
  .p-top-policy__head-text {
    font-size: 2rem;
  }
  .p-top-recruit__head-text-top-piece {
    font-size: 3rem;
  }
  .p-under-mv__title-en {
    font-size: 2.8rem;
  }
  .p-under-mv__title-ja {
    font-size: 2rem;
  }
  .p-under-mv__title-ja--privacy {
    font-size: 1.6rem;
  }
}

@media (any-hover: hover){
  .l-footer__menu-link:hover {
    color: #0193e8;
  }
  .l-footer__menu-link:hover::before {
    background-color: #0193e8;
  }
  .l-footer__menu-link:hover .l-footer__menu-link-icon rect,
  .l-footer__menu-link:hover .l-footer__menu-link-icon path {
    stroke: #0193e8;
  }
  .l-header__logo-link:hover {
    opacity: 0.6;
  }
  .l-navi__menu-link:hover {
    color: #2c5983;
  }
  .l-navi__button:hover {
    opacity: 0.7;
  }
  .c-button:hover {
    background-color: #fff;
    border: 1px solid #0193e8;
    color: #0193e8;
  }
  .c-button:hover::before {
    background-color: #0193e8;
  }
  .c-button:hover::after {
    background-color: #0193e8;
  }
  .c-button:hover .c-button__text--current {
    transform: translateY(-100%);
  }
  .c-button:hover .c-button__text--next {
    transform: translateY(0);
  }
  .c-button--white:hover {
    background-color: #0193e8;
    border: 1px solid #fff;
    color: #fff;
  }
  .c-button--white:hover::before {
    background-color: #fff;
  }
  .c-button--white:hover::after {
    background-color: #fff;
  }
  .c-button--recruit:hover .c-button-icon--recruit rect,
  .c-button--recruit:hover .c-button-icon--recruit path {
    stroke: #fff;
  }
  .c-pagination:hover {
    border-color: #2f7ff0;
  }
  .c-pagination--active:hover {
    border-color: transparent;
  }
  .p-company-company__info-text-corp-link:hover {
    opacity: 0.6;
  }
  .p-contact__button:hover {
    background-color: #fff;
    border: 1px solid #0193e8;
    color: #0193e8;
  }
  .p-contact__button:hover::before {
    background-color: #0193e8;
  }
  .p-contact__button:hover::after {
    background-color: #0193e8;
  }
  .p-contact__button.is-text-slide-ready:hover .p-contact__button-text--current {
    transform: translateY(-100%);
  }
  .p-contact__button.is-text-slide-ready:hover .p-contact__button-text--next {
    transform: translateY(0);
  }
  .p-contact__button--prev:hover {
    background-color: #0193e8;
    border: 1px solid #fff;
    color: #fff;
  }
  .p-contact__button--prev:hover::before {
    background-color: #fff;
  }
  .p-contact__button--prev:hover::after {
    background-color: #fff;
  }
  .p-top-fv__info-link:hover .p-top-fv__info-text {
    font-weight: 700;
  }
  .p-top-fv__info-link:hover::after {
    scale: 1.3;
  }
  .p-top-news__item-link:hover::before {
    scale: 1.3;
  }
  .p-top-news__item-link:hover .p-top-news__item-text {
    font-weight: 700;
  }
}

@media (hover: hover){
  a:hover {
    cursor: pointer;
  }
}

@media (hover: hover) and (pointer: fine){
  .p-contact__btn-next:hover input {
    background: #fff;
    color: #0099c2;
  }
  .p-contact__btn-next:hover .l-contact__contact-link-cover {
    opacity: 1;
    transform: unset;
  }
  .p-archive__list-link:hover .p-archive__list-thumbnail img {
    scale: 1.2;
  }
  a.next.page-numbers:hover,
  a.prev.page-numbers:hover {
    background-color: #fff;
    color: #000;
    opacity: 0.7;
  }
  .case-archive__link:hover img {
    overflow: hidden;
    scale: 1.2;
  }
  .page-numbers:hover {
    background: #292929;
    color: #fff;
  }
}

@media all and (-ms-high-contrast: none){
  html,
  body {
    display: none;
  }
}
/*# sourceMappingURL=maps/style.css.map */
