@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@charset "UTF-8";

/**
 *
 * Theme Name:  エクシディアJETのテーマ
 * Version:     1.0
 *
 **/
/* #########################################################

読み込み

######################################################### */
/* #########################################################

基本設定

######################################################### */
/* ========================================================
 * 画像パス
 * ======================================================== */
/* ========================================================
 * コンテンツ幅
 * ======================================================== */
/* ========================================================
 * 単位用設定
 * ======================================================== */
/* ========================================================
 * 色用設定
 * ======================================================== */
/* ========================================================
 * フォント用設定
 * ======================================================== */
/* #########################################################

レイアウト用設定

######################################################### */
/* ========================================================
 * mixin mq用の変数設定
 * ======================================================== */
/*
 * ▼ iOSデバイス
 * iPhone5: 320 × 568
 * iPhone 6-8: 375 × 667（1334x750）
 * iPhone 6-8 plus: 414 × 736（1920x1080）
 * iPhone X,XS,11Pro: 375 × 812（1125x2436）
 * iPhone XR,11: 414 × 896（828x1792）
 *
 * iPad/iPad Mini: 768 × 1024
 * iPad Pro: 1024 × 1366
 * https://www.paintcodeapp.com/news/ultimate-guide-to-iphone-resolutions
 */
/* ========================================================
 * メディアクエリ用 Mixin
 * ======================================================== */
/**
 * ステップ1.モバイルファーストかデスクトップファーストかを選ぶ
 * ステップ2.該当する設定を有効化、その他をコメントアウトする。
 * ステップ3.選択したタイプにより、「▼モバイルファーストの例」、「▼デスクトップファーストの例」のどちらかを参考にブレイクポイントを設定する。
 * →実際の設定は_base.scssではなく、インポート元で行う。
 */
/*
// ステップ3：▼モバイルファーストの例
// メディアクエリのブロック外にベースになるCSSを書く。
// モバイルファーストでは小さい画面サイズから順々に指定。
main{
  // デフォルト
  background: yellow;
  // タブレット
  @include mq(md) {
    background: orange;
  }
  // デスクトップ
  @include mq(lg) {
    background: red;
  }
}
//------------------------------
*/
/*
// ステップ3：▼デスクトップファーストの例
// メディアクエリのブロック外にベースになるCSSを書く。
// デスクトップファーストでは大きい画面サイズから順々に指定。
main{
  // デフォルト
  background: red;
  // タブレット
  @include mq(md){
    background: orange;
  }
  // スマートフォン
  @include mq(sm){
    background: yellow;
  }
}
//------------------------------
*/
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}

*,
:after,
:before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

hr {
  overflow: visible;
  height: 0;
  color: inherit;
}

details,
main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

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

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

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

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
  color: inherit;
}

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

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  white-space: normal;
  max-width: 100%;
}

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

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

/* #########################################################

要素関連（リセットCSSの種類によっては不要）

######################################################### */
html {
  background: #fff;
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

@media screen and (min-width: 768px) {
  html {
    font-size: 62.5%;
    height: 100%;
  }
}

body {
  color: #323232;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  position: relative;
}

a {
  color: #323232;
  text-decoration: none;
}

a:visited {
  color: #323232;
}

a:focus {
  color: #323232;
}

a:hover {
  opacity: none;
}

table {
  border-collapse: collapse;
}

ul,
ol {
  list-style: none;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #b3b3b3;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #b3b3b3;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #b3b3b3;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #b3b3b3;
}

input::placeholder,
textarea::placeholder {
  color: #b3b3b3;
}

.sp-hide {
  display: none;
}

@media screen and (min-width: 768px) {
  .sp-hide {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .pc-hide {
    display: none;
  }
}

main {
  padding-top: 80px;
}

@media screen and (min-width: 768px) {
  main {
    overflow-x: hidden;
  }
}

main .lower-page {
  padding: 0 16px 56px;
}

@media screen and (min-width: 768px) {
  main .lower-page {
    margin: 40px auto;
    max-width: 1360px;
    padding: 0 40px 40px;
  }
}

main .lower-page-cat {
  margin-top: 0;
}

/* =========================================================
Components
========================================================= */
/* #########################################################

基本設定

######################################################### */
/* ========================================================
 * 画像パス
 * ======================================================== */
/* ========================================================
 * コンテンツ幅
 * ======================================================== */
/* ========================================================
 * 単位用設定
 * ======================================================== */
/* ========================================================
 * 色用設定
 * ======================================================== */
/* ========================================================
 * フォント用設定
 * ======================================================== */
/* #########################################################

レイアウト用設定

######################################################### */
/* ========================================================
 * mixin mq用の変数設定
 * ======================================================== */
/*
 * ▼ iOSデバイス
 * iPhone5: 320 × 568
 * iPhone 6-8: 375 × 667（1334x750）
 * iPhone 6-8 plus: 414 × 736（1920x1080）
 * iPhone X,XS,11Pro: 375 × 812（1125x2436）
 * iPhone XR,11: 414 × 896（828x1792）
 *
 * iPad/iPad Mini: 768 × 1024
 * iPad Pro: 1024 × 1366
 * https://www.paintcodeapp.com/news/ultimate-guide-to-iphone-resolutions
 */
/* ========================================================
 * メディアクエリ用 Mixin
 * ======================================================== */
/**
 * ステップ1.モバイルファーストかデスクトップファーストかを選ぶ
 * ステップ2.該当する設定を有効化、その他をコメントアウトする。
 * ステップ3.選択したタイプにより、「▼モバイルファーストの例」、「▼デスクトップファーストの例」のどちらかを参考にブレイクポイントを設定する。
 * →実際の設定は_base.scssではなく、インポート元で行う。
 */
/*
// ステップ3：▼モバイルファーストの例
// メディアクエリのブロック外にベースになるCSSを書く。
// モバイルファーストでは小さい画面サイズから順々に指定。
main{
  // デフォルト
  background: yellow;
  // タブレット
  @include mq(md) {
    background: orange;
  }
  // デスクトップ
  @include mq(lg) {
    background: red;
  }
}
//------------------------------
*/
/*
// ステップ3：▼デスクトップファーストの例
// メディアクエリのブロック外にベースになるCSSを書く。
// デスクトップファーストでは大きい画面サイズから順々に指定。
main{
  // デフォルト
  background: red;
  // タブレット
  @include mq(md){
    background: orange;
  }
  // スマートフォン
  @include mq(sm){
    background: yellow;
  }
}
//------------------------------
*/
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}

*,
:after,
:before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

hr {
  overflow: visible;
  height: 0;
  color: inherit;
}

details,
main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

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

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

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

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
  color: inherit;
}

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

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  white-space: normal;
  max-width: 100%;
}

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

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

/* #########################################################

要素関連（リセットCSSの種類によっては不要）

######################################################### */
html {
  background: #fff;
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

@media screen and (min-width: 768px) {
  html {
    font-size: 62.5%;
    height: 100%;
  }
}

body {
  color: #323232;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  position: relative;
}

a {
  color: #323232;
  text-decoration: none;
}

a:visited {
  color: #323232;
}

a:focus {
  color: #323232;
}

a:hover {
  opacity: none;
}

table {
  border-collapse: collapse;
}

ul,
ol {
  list-style: none;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #b3b3b3;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #b3b3b3;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #b3b3b3;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #b3b3b3;
}

input::placeholder,
textarea::placeholder {
  color: #b3b3b3;
}

.sp-hide {
  display: none;
}

@media screen and (min-width: 768px) {
  .sp-hide {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .pc-hide {
    display: none;
  }
}

main {
  padding-top: 80px;
}

@media screen and (min-width: 768px) {
  main {
    overflow-x: hidden;
  }
}

main .lower-page {
  padding: 0 16px 56px;
}

@media screen and (min-width: 768px) {
  main .lower-page {
    margin: 40px auto;
    max-width: 1360px;
    padding: 0 40px 40px;
  }
}

main .lower-page-cat {
  margin-top: 0;
}

.a-button,
.a-button-white {
  display: inline-block;
  padding: 4px 20px;
}

.a-button {
  background: #31373b;
  color: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: relative;
  z-index: 0;
}

.a-button:visited,
.a-button:focus {
  color: #fff;
}

.a-button:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: -webkit-gradient(linear, left top, right top, from(#005D4F), to(#003D4F));
  background: -webkit-linear-gradient(left, #005D4F, #003D4F);
  background: linear-gradient(to right, #005D4F, #003D4F);
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.a-button:hover {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #fff;
}

.a-button:hover:after {
  opacity: 1;
}

.a-button input {
  border: none !important;
}

.a-button-white {
  background: #fff;
  border: 1px solid #e8e9ec;
  color: #323232;
}

.a-button-white:visited,
.a-button-white:focus {
  color: #323232;
}

.a-button-login {
  color: #fff !important;
}

.a-button-border {
  border: 1px solid #e8e9ec;
  border-radius: 1px;
  color: #323232;
  display: inline-block;
}

.a-button-border.choice-lang {
  position: relative;
}

.a-button-border.choice-lang::after {
  background: url("./assets/img/icon/icon-arrow-down.svg") top left no-repeat;
  background-size: contain;
  content: "";
  height: 15px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 15px;
  z-index: -1;
}

.a-button-bg {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
}

.a-button-bg::after {
  background: url("./assets/img/icon/icon-arrow-right-gr.svg") top left no-repeat;
  background-size: contain;
  color: #005d4f;
  content: "";
  font-size: 20px;
  height: 10px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
}

.a-button-bg:hover {
  background: #f2f7f6;
  color: #005d4f;
  opacity: 1;
}

.a-button-bg-underline {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e8e9ec;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
}

.a-button-bg-underline:after {
  background: url("./assets/img/icon/icon-arrow-right-gr.svg") top left no-repeat;
  background-size: contain;
  color: #005d4f;
  content: "";
  font-size: 20px;
  height: 10px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
}

.a-button-bg-underline:hover {
  background: #f2f7f6;
  border-bottom: 1px solid #005d4f;
  color: #005d4f;
  opacity: 1;
}

.a-button-wh {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e8e9ec;
  color: #323232;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.3rem;
  font-weight: 700;
  height: 38px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 0.04em;
  width: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

@media screen and (min-width: 768px) {
  .a-button-wh {
    display: inline-block;
    font-size: 1.4rem;
    height: auto;
    line-height: 1;
    padding: 8px 20px;
    width: auto;
  }
}

.a-button-wh:hover {
  border: 1px solid #005d4f;
  color: #005d4f;
}

@media screen and (min-width: 768px) {
  .a-button-wh-wrap {
    text-align: right;
  }
}

.a-button.mypage-child-button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.7rem;
  font-weight: 700;
  height: 56px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 0.04em;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .a-button.mypage-child-button {
    font-size: 2rem;
  }
}

.p-home-search-list--item:hover .a-button,
.p-home-search-list--item:has(:hover) .a-button {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.p-home-search-list--item:hover .a-button:after,
.p-home-search-list--item:has(:hover) .a-button:after {
  opacity: 1;
}

.a-button-form-lp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  font-size: 18px;
  line-height: 32px;
  font-weight: 700;
  color: #fff !important;
  width: 100%;
  background: #2C3033;
  border-radius: 10px;
  padding: 12px;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

@media screen and (min-width: 1024px) {
  .a-button-form-lp {
    font-size: 20px;
    max-width: 680px;
    padding: 12px;
  }
}

.a-button-form-lp svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 16px;
}

@media screen and (min-width: 1024px) {
  .a-button-form-lp svg {
    left: 24px;
    width: 28px;
    height: auto;
  }
}

.a-button-form-lp.big {
  font-size: 21px;
  padding: 16px;
  line-height: 150%;
}

@media screen and (min-width: 1024px) {
  .a-button-form-lp.big {
    font-size: 24px;
    line-height: 36px;
  }
}

@media screen and (min-width: 1024px) {
  .a-button-form-lp.big svg {
    left: 24px;
    width: 40px;
    height: auto;
  }
}

.a-heading {
  border-top: 4px solid #f0f0f0;
  letter-spacing: 0.04em;
  margin-bottom: 16px;
}

@media screen and (min-width: 768px) {
  .a-heading {
    margin-bottom: 28px;
  }
}

.a-heading span:not(.type) {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 4px solid #005d4f;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 2rem;
  font-weight: 700;
  gap: 12px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: -4px;
  min-height: 52px;
  padding: 8px 12px 0;
}

@media screen and (min-width: 768px) {
  .a-heading span:not(.type) {
    font-size: 2.6rem;
    gap: 16px;
    min-height: 68px;
    padding: 28px 16px 12px;
  }
}

.a-heading span .type {
  background: #f2f2f2;
  border-radius: 2px;
  color: #005d4f;
  font-size: 1.3rem;
  font-weight: 400;
  padding: 6px 12px;
}

@media screen and (min-width: 768px) {
  .a-heading span .type {
    font-size: 1.4rem;
  }
}

.a-heading.image span:not(.type) {
  min-height: auto;
  padding-top: 28px;
}

@media screen and (min-width: 768px) {
  .a-heading.image span:not(.type) {
    padding-top: 32px;
  }
}

.a-heading.image span.image-wrap {
  border: none;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 40px;
  margin-top: 0;
  padding: 0;
  width: 40px;
}

@media screen and (min-width: 768px) {
  .a-heading.image span.image-wrap {
    background-size: 90px !important;
    height: 80px;
    width: 80px;
  }
}

.a-heading-lv1,
.a-heading-lv2,
.a-heading-lv3,
.a-heading-lv4,
.a-heading-lv5 {
  font-weight: bold;
  letter-spacing: 0.04rem;
}

.a-heading-lv1 {
  font-size: 2.2rem;
}

@media screen and (min-width: 1024px) {
  .a-heading-lv1 {
    font-size: 3.6rem;
  }
}

.a-heading-lv2 {
  font-size: 2rem;
}

@media screen and (min-width: 1024px) {
  .a-heading-lv2 {
    font-size: 2.6rem;
  }
}

.a-heading-lv3 {
  font-size: 1.8rem;
}

@media screen and (min-width: 1024px) {
  .a-heading-lv3 {
    font-size: 2.2rem;
  }
}

.a-heading-lv4 {
  font-size: 1.7rem;
}

@media screen and (min-width: 1024px) {
  .a-heading-lv4 {
    font-size: 2rem;
  }
}

.a-heading-lv5 {
  font-size: 1.6rem;
}

@media screen and (min-width: 1024px) {
  .a-heading-lv5 {
    font-size: 1.8rem;
  }
}

.a-heading-text {
  font-size: 1.4rem;
}

@media screen and (min-width: 1024px) {
  .a-heading-text {
    font-size: 1.6rem;
  }
}

.a-heading-subtext {
  font-size: 1.3rem;
}

@media screen and (min-width: 1024px) {
  .a-heading-subtext {
    font-size: 1.4rem;
  }
}

.a-heading-notion {
  font-size: 1rem;
}

@media screen and (min-width: 1024px) {
  .a-heading-notion {
    font-size: 1.2rem;
  }
}

.a-accordion-content {
  display: none;
}

.a-accordion-content.is-open {
  display: block;
}

.o-header {
  background: #fff;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  left: 0;
  padding: 0 8px;
  position: fixed;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: 100%;
  z-index: 10;
}

@media screen and (min-width: 768px) {
  .o-header {
    padding: 0 40px;
  }
}

.o-header--inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1280px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .o-header--inner {
    height: 80px;
  }
}

.o-header .header-logo {
  font-size: 0.8rem;
  margin-bottom: 0;
}

.o-header .header-logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.o-header .header-logo img {
  height: 24px;
  margin-bottom: 8px;
  width: auto;
}

@media screen and (min-width: 768px) {
  .o-header .header-logo img {
    height: 54px;
    margin-bottom: 0;
  }
}

.o-header .right-menu-top {
  display: none;
}

.o-header-menu-button {
  background: -webkit-gradient(linear, left top, left bottom, from(#005d4f), to(#003d4f));
  background: -webkit-linear-gradient(#005d4f 0%, #003d4f 100%);
  background: linear-gradient(#005d4f 0%, #003d4f 100%);
  height: 56px;
  padding-top: 12px;
  position: relative;
  width: 56px;
}

@media screen and (min-width: 768px) {
  .o-header-menu-button {
    height: 80px;
    padding-top: 20px;
    width: 80px;
  }
}

.o-header-menu-button::after {
  bottom: 10px;
  color: #fff;
  content: "メニュー";
  font-size: 0.8rem;
  left: 50%;
  letter-spacing: 0.04em;
  position: absolute;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
}

@media screen and (min-width: 768px) {
  .o-header-menu-button::after {
    bottom: 14px;
    font-size: 1.2rem;
  }
}

.o-header-menu-button span {
  background: #fff;
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  width: 22px;
}

@media screen and (min-width: 768px) {
  .o-header-menu-button span {
    height: 3px;
    width: 30px;
  }
}

.o-header-menu-button span:nth-of-type(2) {
  top: 19px;
}

@media screen and (min-width: 768px) {
  .o-header-menu-button span:nth-of-type(2) {
    top: 29px;
  }
}

.o-header-menu-button span:nth-of-type(3) {
  top: 26px;
}

@media screen and (min-width: 768px) {
  .o-header-menu-button span:nth-of-type(3) {
    top: 38px;
  }
}

.o-header-menu-button-wrap {
  position: absolute;
  right: 0;
  top: 0;
}

.o-header-menu-button.is-open span:first-of-type {
  top: 20px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}

@media screen and (min-width: 768px) {
  .o-header-menu-button.is-open span:first-of-type {
    top: 26px;
  }
}

.o-header-menu-button.is-open span:nth-of-type(2) {
  opacity: 0;
}

.o-header-menu-button.is-open span:nth-of-type(3) {
  top: 20px;
  -webkit-transform: translateX(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
}

@media screen and (min-width: 768px) {
  .o-header-menu-button.is-open span:nth-of-type(3) {
    top: 26px;
  }
}

.o-header nav {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  right: 0;
}

.o-header nav.primary-nav {
  position: fixed;
}

.o-header nav ul {
  display: none;
  margin-bottom: 0;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .o-header nav ul {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
  }
}

.o-header nav ul li {
  font-size: 16px;
  position: relative;
}

.o-header nav ul li a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #323232;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.o-header nav ul li a.a-button {
  font-weight: 700;
}

.o-header nav ul li a.register-link {
  -webkit-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

.o-header nav ul li a.register-link:hover {
  color: #005d4f;
}

.o-header nav ul li .icon {
  margin-right: 4px;
}

.o-header nav ul li select {
  display: inline-block;
  padding: 4px 30px 4px 20px;
}

.o-header-mypage {
  border-bottom: 1px solid #e8e9ec;
  height: 54px;
  padding: 0;
}

.o-header-mypage .header-logo {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}

.o-header-mypage .header-logo img {
  height: 45px;
  margin-bottom: 0;
}

.o-header-mypage-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  min-height: 54px;
  padding: 0 16px;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .o-header-mypage-wrap {
    padding: 0 80px;
  }
}

.o-header-mypage nav {
  position: static;
}

.o-header-mypage nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}

.o-header-mypage nav ul li {
  font-size: 1.2rem;
}

.o-header-mypage nav ul li.user-name {
  font-weight: bold;
}

.o-header-mypage nav ul li.user-name a {
  color: #1e1e1e;
}

.o-header-mypage nav ul li.user-logout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.o-header-mypage nav ul li.user-logout img {
  margin-right: 2px;
}

.o-header.is-merit-wrap {
  margin-left: 0;
  max-width: 100%;
  padding: 0 20px;
}

@media screen and (min-width: 1024px) {
  .o-header.is-merit-wrap {
    left: 50%;
    max-width: 776px;
    padding: 0 32px 0 24px;
    width: 50%;
  }
}

.o-header.is-merit-wrap nav ul,
.o-header.is-merit-wrap .o-header-menu-button {
  display: none;
}

.o-header.is-merit-wrap .right-menu-top {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}

.o-header.is-merit-wrap .right-menu-top-icon {
  margin-top: 2px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  width: 10px;
}

.o-header.is-merit-wrap .right-menu-top a {
  color: #323232;
  font-size: 1.4rem;
}

.o-header--menu {
  background: #323232;
  display: none;
  height: 100%;
  left: 0;
  overflow-y: auto;
  padding: 72px 20px 40px 16px;
  position: fixed;
  width: 100%;
  z-index: 100;
}

@media screen and (min-width: 768px) {
  .o-header--menu {
    padding: 146px 40px 40px;
  }
}

@media screen and (min-width: 768px) {
  .o-header--menu-head {
    position: absolute;
    right: 104px;
    top: 24px;
  }
}

.o-header--menu-head ul {
  display: -ms-grid;
  display: grid;
  grid-gap: 16px;
  gap: 16px;
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: 1fr 16px 1fr;
  grid-template-rows: repeat(2, 1fr);
  margin: 0;
  padding: 0;
}

.o-header--menu-head ul>*:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.o-header--menu-head ul>*:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.o-header--menu-head ul>*:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.o-header--menu-head ul>*:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

@media screen and (min-width: 768px) {
  .o-header--menu-head ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.o-header--menu-head ul li a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  font-weight: 700;
  gap: 4px;
  height: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 0.04em;
}

@media screen and (min-width: 768px) {
  .o-header--menu-head ul li a {
    font-size: 1.4rem;
    padding: 0 12px;
  }
}

.o-header--menu-head ul li a img {
  height: 16px;
  width: 16px;
}

.o-header--menu-head ul li.contact-link {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}

@media screen and (min-width: 768px) {
  .o-header--menu-head ul li.contact-link {
    margin-right: 8px;
  }
}

.o-header--menu-head ul li.contact-link a {
  background: #fff;
  color: #003d4f;
}

.o-header--menu-wrap {
  margin-top: 16px;
}

@media screen and (min-width: 768px) {
  .o-header--menu-wrap {
    margin: 0 auto;
    max-width: 1120px;
    width: 100%;
  }
}

.o-header--menu-body ul {
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .o-header--menu-body ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.o-header--menu-body ul li {
  border-bottom: 1px solid #434343;
}

@media screen and (min-width: 768px) {
  .o-header--menu-body ul li {
    width: 100%;
  }
}

.o-header--menu-body ul li a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(./assets/img/icon/icon-arrow-wh.svg) no-repeat center right 3px/18px auto;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  font-weight: 700;
  height: 56px;
  letter-spacing: 0.04em;
}

@media screen and (min-width: 768px) {
  .o-header--menu-body ul li a {
    font-size: 1.6rem;
  }
}

.o-header--menu-body ul li.category-link>span {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  font-weight: 700;
  height: 56px;
  letter-spacing: 0.04em;
  position: relative;
}

@media screen and (min-width: 768px) {
  .o-header--menu-body ul li.category-link>span {
    cursor: pointer;
    font-size: 1.6rem;
  }
}

.o-header--menu-body ul li.category-link>span:before {
  background: #fff;
  border-radius: 10px;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  right: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
}

.o-header--menu-body ul li.category-link>span:after {
  background: #fff;
  border-radius: 10px;
  content: "";
  display: block;
  height: 16px;
  position: absolute;
  right: 11px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  transition: 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  width: 2px;
  will-change: transform;
}

.o-header--menu-body ul li.category-link>span.is-open:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

@media screen and (min-width: 768px) {
  .o-header--menu-body ul li.small-link {
    width: calc(50% - 8px);
  }
}

@media screen and (min-width: 768px) {
  .o-header--menu-body ul li.small-link:nth-of-type(even) {
    margin-right: 16px;
  }
}

.o-header--menu-body .category-link--inner {
  background: #2e2e2e;
  display: none;
  margin: 0;
  padding: 8px 16px;
}

@media screen and (min-width: 768px) {
  .o-header--menu-body .category-link--inner {
    padding: 24px;
  }
}

.o-header--menu-body .category-link--inner-title {
  border-bottom: 1px solid #333;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.3rem;
  font-weight: 700;
  gap: 4px;
  letter-spacing: 0.04em;
  padding-bottom: 12px;
}

@media screen and (min-width: 768px) {
  .o-header--menu-body .category-link--inner-title {
    font-size: 1.4rem;
    padding-bottom: 16px;
  }
}

.o-header--menu-body .category-link--inner-title span {
  background: #fff;
  border-radius: 2px;
  color: #323232;
  font-size: 1rem;
  font-weight: 400;
  padding: 2px 8px;
}

@media screen and (min-width: 768px) {
  .o-header--menu-body .category-link--inner-title span {
    font-size: 1.2rem;
  }
}

.o-header--menu-body .category-link--inner-list {
  margin: 0;
}

@media screen and (min-width: 768px) {
  .o-header--menu-body .category-link--inner-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 12px 24px;
  }
}

.o-header--menu-body .category-link--inner-list a {
  background-size: 12px auto;
  font-size: 1.3rem;
  font-weight: 400;
  height: 40px;
}

@media screen and (min-width: 768px) {
  .o-header--menu-body .category-link--inner-list a {
    background-position: right center;
    font-size: 1.4rem;
    height: auto;
    padding-right: 20px;
  }
}

.o-header--menu-foot {
  margin-top: 16px;
}

@media screen and (min-width: 768px) {
  .o-header--menu-foot {
    margin-top: 48px;
  }
}

.o-header--menu-foot ul {
  padding: 0;
}

@media screen and (min-width: 768px) {
  .o-header--menu-foot ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.o-header--menu-foot ul li a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.3rem;
  height: 42px;
  letter-spacing: 0.04em;
}

@media screen and (min-width: 768px) {
  .o-header--menu-foot ul li a {
    font-size: 1.6rem;
    height: auto;
  }
}

@font-face {
  font-family: DIN2014;
  src: url("assets/font/DIN_2014.otf");
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
}

a,
button {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@media screen and (min-width: 1024px) {

  a:hover,
  button:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}

img {
  -o-object-fit: cover;
  object-fit: cover;
}

.o-header-lp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 7px 0;
  background: #fff;
  z-index: 888;
  -webkit-transition: top 0.3s ease;
  transition: top 0.3s ease;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 1024px) {
  .o-header-lp {
    padding: 8px 0;
  }
}

.o-header-lp .container-lp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.o-header-lp--logo {
  width: 108px;
  height: auto;
  margin-left: -8px;
}

@media screen and (min-width: 1024px) {
  .o-header-lp--logo {
    width: 192px;
    margin-left: 0;
  }
}

.o-header-lp-menu {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

@media screen and (min-width: 768px) {
  .o-header-lp-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 1024px) {
  .o-header-lp-menu {
    gap: 32px;
  }
}

.o-header-lp-menu>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 0;
}

@media screen and (min-width: 1024px) {
  .o-header-lp-menu>ul {
    gap: 24px;
  }
}

.o-header-lp-menu>ul>li {
  position: relative;
}

.o-header-lp-menu>ul>li>a,
.o-header-lp-menu>ul>li>p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2px;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.02em;
}

@media screen and (min-width: 1024px) {

  .o-header-lp-menu>ul>li>a,
  .o-header-lp-menu>ul>li>p {
    font-size: 16px;
  }
}

@media screen and (min-width: 1360px) {

  .o-header-lp-menu>ul>li>a,
  .o-header-lp-menu>ul>li>p {
    font-size: 18px;
  }
}

.o-header-lp-menu>ul>li>ul {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 184px;
  padding: 24px;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.o-header-lp-menu>ul>li>ul>li>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.02em;
}

@media screen and (min-width: 1360px) {
  .o-header-lp-menu>ul>li>ul>li>a {
    font-size: 18px;
  }
}

.o-header-lp-menu>ul>li>ul::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 12px;
  background: transparent;
}

.o-header-lp-menu>ul>li:hover ul {
  opacity: 1;
  pointer-events: auto;
}

.o-header-lp-menu>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  padding: 13.5px 20px;
  background: #2C3033;
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

@media screen and (min-width: 1024px) {
  .o-header-lp-menu>a {
    padding: 10px 12px;
  }
}

@media screen and (min-width: 1360px) {
  .o-header-lp-menu>a {
    font-size: 18px;
    padding: 11.5px 43px 11.5px 35px;
  }
}

.o-header-lp-menu>a p {
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  color: #fff !important;
  margin-bottom: 0;
}

@media screen and (min-width: 1024px) {
  .o-header-lp-menu>a p {
    font-size: 16px;
    line-height: 25px;
  }
}

.o-header-lp-menu>a span {
  font-size: 10px;
  font-weight: 700;
  line-height: 12px;
  color: #fff !important;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .o-header-lp-mobile {
    display: none;
  }
}

.o-header-lp-mobile>button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6px;
}

.o-header-lp-mobile>button span {
  width: 25px;
  height: 2px;
  border-radius: 5px;
  background: #000;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.o-header-lp-mobile--content {
  position: fixed;
  top: 50px;
  left: 0;
  width: 100%;
  height: calc(100vh - 50px);
  background: #fff;
  padding: 32px 16px;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  z-index: 999;
}

.o-header-lp-mobile--content>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 0;
  padding: 0 16px;
}

.o-header-lp-mobile--content>ul>li>a,
.o-header-lp-mobile--content>ul>li>p {
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.02em;
}

.o-header-lp-mobile--content>ul>li>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  padding-top: 26px;
  padding-left: 0;
}

.o-header-lp-mobile--content>ul>li>ul>li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2px;
}

.o-header-lp-mobile--content>ul>li>ul>li>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.02em;
}

.o-header-lp-mobile--content>button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: 16px;
  border-radius: 10px;
  background-color: #2C3033;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.o-header-lp-mobile--content>button>a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 21px;
  line-height: 32px;
  font-weight: 700;
  color: #fff;
}

.o-header-lp-mobile--content>button>a svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -70px;
}

.o-header-lp-mobile.open>button span:nth-child(1) {
  -webkit-transform: translateY(8px) rotate(45deg);
  -ms-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}

.o-header-lp-mobile.open>button span:nth-child(2) {
  opacity: 0;
}

.o-header-lp-mobile.open>button span:nth-child(3) {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  -ms-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}

.o-header-lp-mobile.open .o-header-lp-mobile--content {
  opacity: 1;
  pointer-events: auto;
}

.o-footer,
.o-footer-client {
  position: relative;
}

.o-footer .o-footer-text,
.o-footer-client .o-footer-text {
  position: absolute;
  width: 100%;
}

.o-footer .o-footer-text .a-heading-notion,
.o-footer-client .o-footer-text .a-heading-notion {
  display: block;
  margin: 0 auto;
  max-width: 1440px;
  padding: 12px 16px;
  text-align: right;
}

@media screen and (min-width: 768px) {

  .o-footer .o-footer-text .a-heading-notion,
  .o-footer-client .o-footer-text .a-heading-notion {
    padding: 10px 80px;
  }
}

.o-footer small,
.o-footer-client small {
  background: #fff;
  border-top: 1px solid #e8e9ec;
  color: #757575;
  display: block;
  font-size: 1.3rem;
  font-weight: bold;
  padding: 16px 0 16px 46px;
  text-align: left;
  width: 100%;
}

@media screen and (min-width: 768px) {

  .o-footer small,
  .o-footer-client small {
    font-size: 1.4rem;
    padding: 16px 0;
    text-align: center;
  }
}

.o-footer {
  border-top: 3px solid #005d4f;
  padding: 100px 0 0;
}

.o-footer .footer-logo {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .o-footer .footer-logo {
    width: 50%;
  }
}

.o-footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 auto;
  max-width: 1000px;
  padding: 0 20px;
}

@media screen and (min-width: 768px) {
  .o-footer-menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.o-footer-menu ul {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  -ms-grid-rows: (auto)[7];
  grid-template-rows: repeat(7, auto);
  margin-bottom: 100px;
  padding: 0;
}

@media screen and (min-width: 1024px) {
  .o-footer-menu ul {
    -ms-grid-rows: (auto)[5];
    grid-template-rows: repeat(5, auto);
    padding-left: 80px;
  }
}

.o-footer-menu ul li {
  margin-right: 20px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .o-footer-menu ul li {
    width: 280px;
  }
}

.o-footer-menu ul li a {
  font-size: 1.4rem;
  font-weight: bold;
  padding: 12px 20px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: 100%;
}

.o-footer-menu ul li a:hover {
  background-color: #f2f7f6;
  border-bottom: 1px solid #005d4f;
}

.o-footer.is-merit-wrap {
  border-top: none;
  padding: 0;
}

.o-footer.is-merit-wrap .o-footer-menu {
  display: none;
}

.o-sidebar {
  position: relative;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .o-sidebar {
    -webkit-box-shadow: 8px 0 16px -4px rgba(0, 0, 0, 0.078);
    box-shadow: 8px 0 16px -4px rgba(0, 0, 0, 0.078);
    display: block;
    max-height: calc(100vh - 54px);
    position: relative;
  }
}

.o-sidebar .side-position {
  background: #fff;
  height: 55px;
  max-width: 100%;
  position: fixed;
  width: 100%;
  z-index: 100;
}

@media screen and (min-width: 1024px) {
  .o-sidebar .side-position {
    height: auto;
    max-width: 260px;
    position: static;
  }
}

.o-sidebar-main-menu,
.o-sidebar-sub-menu {
  margin: 0;
}

@media screen and (min-width: 1024px) {

  .o-sidebar-main-menu,
  .o-sidebar-sub-menu {
    display: block;
    padding: 0;
  }
}

.o-sidebar-main-menu li,
.o-sidebar-sub-menu li {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 4;
}

.o-sidebar-main-menu a,
.o-sidebar-sub-menu a {
  padding: 0 8px 0 12px;
}

@media screen and (min-width: 1024px) {

  .o-sidebar-main-menu a,
  .o-sidebar-sub-menu a {
    padding: 0 8px 0 12px;
  }
}

.o-sidebar-main-menu a.is-current,
.o-sidebar-sub-menu a.is-current {
  background-color: #003d4f;
  color: #fff;
}

.o-sidebar-main-menu a.is-current::after,
.o-sidebar-sub-menu a.is-current::after {
  background: url("./assets/img/icon/icon-arrow-right-wh.svg") top left no-repeat;
  background-size: contain;
}

.o-sidebar-main-menu a .icon,
.o-sidebar-sub-menu a .icon {
  margin-right: 6px;
}

.o-sidebar-main-menu {
  border-left: 1px solid #e8e9ec;
  border-right: 1px solid #e8e9ec;
  border-top: 1px solid #e8e9ec;
  margin: 11px 12px 0;
  padding: 0;
}

@media screen and (min-width: 1024px) {
  .o-sidebar-main-menu {
    border: none;
    margin: 0;
  }
}

.o-sidebar-sub-menu {
  background: #f8f8f8;
  border-bottom: 1px solid #e8e9ec;
  border-left: 1px solid #e8e9ec;
  border-right: 1px solid #e8e9ec;
  margin: 0 12px 11px;
  padding: 20px;
}

@media screen and (min-width: 1024px) {
  .o-sidebar-sub-menu {
    border: none;
    margin: 0;
    padding: 16px;
  }
}

.o-sidebar-sub-menu li {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 2;
}

.o-sidebar-sub-menu li:last-child {
  border-bottom: 1px solid #ccc;
}

.o-sidebar-sub-menu li a {
  background: #fff;
  padding: 10px 20px;
}

.o-sidebar .sp-menu-btn {
  background: #f8f8f8;
  border-bottom: 1px solid #e8e9ec;
  border-top: 1px solid #e8e9ec;
  font-size: 1.6rem;
  font-weight: bold;
  height: 55px;
  letter-spacing: 0.04rem;
  line-height: 1.3;
  padding: 16px;
  position: relative;
  text-align: left;
}

.o-sidebar .sp-menu-btn::after {
  background: url("./assets/img/icon/icon-arrow-down.svg") center no-repeat;
  background-size: contain;
  content: "";
  height: 16px;
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 16px;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .o-sidebar .sp-menu-btn.pc-hide {
    display: block !important;
  }
}

.o-sidebar .sp-menu-btn.is-show::after {
  -webkit-transform: rotateX(180deg) translateY(50%);
  transform: rotateX(180deg) translateY(50%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.o-sidebar .sp-menu-wrap {
  height: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 8px;
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media screen and (min-width: 1024px) {
  .o-sidebar .sp-menu-wrap {
    height: 100%;
    opacity: 1;
    overflow: unset;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
  }
}

.o-sidebar .sp-menu-wrap.is-show {
  background: #fff;
  height: calc(100vh - 125px);
  opacity: 1;
  overflow: unset;
  padding: 8px;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: -1;
}

@media screen and (min-width: 1024px) {
  .o-sidebar .sp-menu-wrap.is-show {
    height: 100%;
  }
}

.m-form {
  background: #fff;
  margin: 0 auto;
}

.m-form input {
  border-radius: 0 !important;
  border-color: #e8e9ec !important;
}

.m-form-label,
.m-form-label input {
  font-size: 1.4rem;
}

@media screen and (min-width: 1024px) {

  .m-form-label,
  .m-form-label input {
    font-size: 1.6rem;
  }
}

.m-form-label {
  display: block;
  margin-bottom: 30px;
}

.m-form-label input {
  border: 1px solid #e8e9ec;
  letter-spacing: 0.04em;
  padding: 8px 12px;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .m-form-label input {
    padding: 7px 12px;
  }
}

.m-form-flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media screen and (min-width: 1024px) {
  .m-form-flex-wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.m-form .postal-search,
.m-form .select-box {
  background: #fff;
  border: 1px solid #e8e9ec;
  color: #323232;
  font-size: 1.3rem;
}

@media screen and (min-width: 1024px) {

  .m-form .postal-search,
  .m-form .select-box {
    font-size: 1.4rem;
  }
}

.m-form .address-wrap .m-form-label {
  margin-bottom: 14px;
}

.m-form .postal-search-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
}

.m-form .postal-search {
  font-weight: bold;
  margin: 8px 0 0;
  padding: 0 15px;
  white-space: nowrap;
}

@media screen and (min-width: 1024px) {
  .m-form {
    font-size: 1.6rem;
    padding: 7px 12px;
  }
}

.m-form .select-box {
  cursor: pointer;
  letter-spacing: 0.04em;
  padding: 8px 12px;
  width: 100%;
  height: 40px;
}

@media screen and (min-width: 1024px) {
  .m-form .select-box {
    padding: 7px 12px;
  }
}

.m-form .select-box-wrap {
  position: relative;
}

.m-form .select-box-wrap::after {
  background: url("./assets/img/icon/icon-arrow-down.svg") top left no-repeat;
  background-size: contain;
  content: "";
  height: 15px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 15px;
  z-index: -1;
}

.m-form .supplement {
  font-size: 1rem;
  margin-top: -1rem;
}

@media screen and (min-width: 1024px) {
  .m-form .supplement {
    font-size: 1.2rem;
    margin-top: -1.2rem;
  }
}

.m-form .required,
.m-form .any {
  background-color: #ec0000;
  border-radius: 4px;
  color: #fff;
  font-size: 1rem;
  font-weight: normal;
  margin-left: 8px;
  padding: 2px 3px;
}

@media screen and (min-width: 1024px) {

  .m-form .required,
  .m-form .any {
    font-size: 1.2rem;
    padding: 4px 6px;
  }
}

.m-form .any {
  background-color: #f2f2f2;
  color: #323232;
}

.m-form .midashi {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
}

@media screen and (min-width: 1024px) {
  .m-form .midashi {
    font-size: 1.6rem;
  }
}

.m-form .midashi-small {
  font-size: 1rem;
}

@media screen and (min-width: 1024px) {
  .m-form .midashi-small {
    font-size: 1.2rem;
    margin-bottom: 3px;
    display: inline-block;
  }
}

.m-form .attention {
  font-size: 1.2rem;
}

@media screen and (min-width: 1024px) {
  .m-form .attention {
    font-size: 1.4rem;
  }
}

.m-form .attention-password {
  margin-top: 7px;
  line-height: 1.8;
}

.m-form .attention.last-info {
  margin: 32px auto 0;
  max-width: 92%;
}

.m-form .attention .external-link {
  position: relative;
  text-decoration: underline;
}

.m-form .attention .external-link::after {
  background: url("./assets/img/icon/icon-external-link.svg") top left no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 15px;
  margin: 0 2px;
  position: relative;
  top: 2px;
  width: 15px;
}

.m-form .error {
  border-color: #ec0000 !important;
  color: #ec0000;
  display: block;
  font-size: 1.4rem;
}

@media screen and (min-width: 1024px) {
  .m-form .error {
    font-size: 1.6rem;
  }
}

.m-form .p-country-name {
  display: none;
}

.m-form .submit,
.m-form .button_div {
  margin: 15px 0;
}

.m-form .submit a,
.m-form .button_div a {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  padding: 10px 20px;
  text-align: center;
  width: 100%;
}

@media screen and (min-width: 1024px) {

  .m-form .submit a,
  .m-form .button_div a {
    font-size: 2rem;
  }
}

.m-form .submit a.return,
.m-form .button_div a.return {
  position: relative;
}

.m-form .submit a.return::before,
.m-form .button_div a.return::before {
  background: url("./assets/img/icon/icon-arrow-left.svg") top left no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  height: 16px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 16px;
  margin-left: -1.6em;
  margin-top: 1px;
}

.m-form .submit a.return:hover,
.m-form .button_div a.return:hover {
  border: 1px solid #005d4f;
  color: #005d4f;
}

.m-form .submit a.return:hover::before,
.m-form .button_div a.return:hover::before {
  background: url("./assets/img/icon/icon-arrow-left-gr.svg") top left no-repeat;
  background-size: cover;
}

.m-form .submit a.create,
.m-form .button_div a.create {
  position: relative;
}

.m-form .submit a.create::before,
.m-form .button_div a.create::before {
  content: "";
  background: url("./assets/img/icon/icon-person-plus.svg") top left no-repeat;
  background-size: contain;
  display: inline-block;
  height: 16px;
  width: 16px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  margin-top: 2px;
  margin-left: -4.6em;
}

.m-form .submit .login-submit-btn,
.m-form .button_div .login-submit-btn {
  position: relative;
}

.m-form .submit .login-submit-btn.a-button,
.m-form .button_div .login-submit-btn.a-button {
  display: block;
}

.m-form .submit .login-submit-btn::before,
.m-form .button_div .login-submit-btn::before {
  content: "";
  background: url("./assets/img/icon/icon-login-wh.svg") top left no-repeat;
  background-size: contain;
  display: inline-block;
  height: 16px;
  width: 16px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  margin-left: -3.3em;
}

.m-form .button_div {
  margin: 0;
}

.m-merit-wrap {
  margin-top: 20px;
  width: 100%;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .m-merit-wrap {
    margin: 16px 0;
    width: 50%;
  }
}

.m-merit-wrap-inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  background-color: #f2f7f6;
  border-radius: 8px;
  padding: 30px 20px;
}

@media screen and (min-width: 1024px) {
  .m-merit-wrap-inner {
    margin-left: auto;
    max-height: 100vh;
    max-width: 48%;
    width: 100%;
    position: fixed;
    height: calc(100dvh - 86px);
    padding: 0;
  }
}

.m-merit-wrap h2 {
  border-bottom: 3px solid #0085ad;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 0 auto 10px;
  padding: 0 10px 6px;
}

@media screen and (min-width: 1024px) {
  .m-merit-wrap h2 {
    font-size: 2.6rem;
    letter-spacing: 1.8px;
    padding: 0 15px 10px;
  }
}

.m-merit-wrap h3 {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 10px;
}

@media screen and (min-width: 1024px) {
  .m-merit-wrap h3 {
    font-size: 2rem;
  }
}

.m-merit-subtext {
  font-size: 1.2rem;
  margin-bottom: 20px;
}

@media screen and (min-width: 1024px) {
  .m-merit-subtext {
    font-size: 1.4rem;
    margin-bottom: 40px;
  }
}

.m-merit-flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 96%;
}

@media screen and (min-width: 1024px) {
  .m-merit-flexbox {
    width: 550px;
  }
}

.m-merit-flexbox .bg-circle {
  height: 80px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 10px;
  width: 80px;
}

@media screen and (min-width: 1024px) {
  .m-merit-flexbox .bg-circle {
    height: 100px;
    margin-bottom: 20px;
    width: 100px;
  }
}

.m-merit-flexbox-inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  width: 31%;
}

@media screen and (min-width: 1024px) {
  .m-merit-flexbox-inner {
    width: 100%;
  }
}

.m-merit-flexbox-inner .m-merit-subtext {
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.6;
  margin-bottom: 0;
}

@media screen and (min-width: 1024px) {
  .m-merit-flexbox-inner .m-merit-subtext {
    letter-spacing: -1px;
  }
}

.m-contact-list {
  background: #fff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.m-contact-list-wrap {
  display: -ms-grid;
  display: grid;
  grid-gap: 24px;
  gap: 24px;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.m-contact-list-wrap>*:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.m-contact-list-products {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 25% 1fr;
  grid-template-columns: 25% 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.m-contact-list-products>*:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.m-contact-list-products>*:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.m-contact-list-products--image {
  height: 155px;
  position: relative;
}

.m-contact-list-products--image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.m-contact-list-products--meta {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 40px;
}

.m-contact-list-products--meta-company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
}

.m-contact-list-products--meta-company span {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 2px;
}

.m-contact-list-products--meta-name {
  font-size: 2rem;
  font-weight: 700;
  margin: 16px 0 10px;
}

.m-contact-list-products--meta-model {
  font-size: 1.4rem;
}

.m-contact-list-products--meta-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0 0;
  padding: 0;
}

.m-contact-list-products--meta-tag li {
  background: #f6f6f6;
  font-size: 1.2rem;
  margin: 0;
  padding: 4px 8px;
  text-decoration: none;
}

.m-contact-list-products--meta-tag li a {
  /* リンクあり用 */
}

.m-contact-list-detail {
  border-top: 1px solid #e8e9ec;
  display: block;
  padding: 24px;
}

.m-contact-list-detail--title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.m-contact-list-detail--title-heading {
  border-left: 2px solid #323232;
  font-size: 1.6rem;
  margin: 0;
  padding-left: 8px;
}

.m-contact-list-detail--title-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
}

.m-contact-list-detail--text {
  font-size: 1.2rem;
  margin: 16px 0 0;
}

.m-contact-list.is-catalog {
  padding: 16px;
}

.m-contact-list.is-catalog .m-contact-list-products {
  gap: 12px;
}

.m-contact-list.is-catalog .m-contact-list-products--image {
  height: 50px;
}

@media screen and (min-width: 768px) {
  .m-contact-list.is-catalog .m-contact-list-products--image {
    height: 100px;
  }
}

.m-contact-list.is-catalog .m-contact-list-products--image img {
  -o-object-fit: contain;
  object-fit: contain;
}

.m-contact-list.is-catalog .m-contact-list-products--image .pdfemb-viewer {
  border: none;
}

.m-contact-list.is-catalog .m-contact-list-products--image .pdfemb-pagescontainer {
  max-height: 50px !important;
}

@media screen and (min-width: 768px) {
  .m-contact-list.is-catalog .m-contact-list-products--image .pdfemb-pagescontainer {
    max-height: 100px !important;
  }
}

.m-contact-list.is-catalog .m-contact-list-products--image .pdfemb-inner-div {
  cursor: default !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-height: 100%;
}

.m-contact-list.is-catalog .m-contact-list-products--image .pdfemb-inner-div canvas {
  max-height: 100%;
  width: auto !important;
}

.m-contact-list.is-catalog .m-contact-list-products--meta {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0;
}

.m-contact-list.is-catalog .m-contact-list-products--meta-company {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 8px;
}

@media screen and (min-width: 768px) {
  .m-contact-list.is-catalog .m-contact-list-products--meta-company {
    font-size: 1.4rem;
  }
}

.m-contact-list.is-catalog .m-contact-list-products--meta-company span {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 4px;
}

@media screen and (min-width: 768px) {
  .m-contact-list.is-catalog .m-contact-list-products--meta-company span img {
    height: 16px;
    width: 16px;
  }
}

.m-contact-list.is-catalog .m-contact-list-products--meta-name {
  font-size: 1.3rem;
  margin: 0;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .m-contact-list.is-catalog .m-contact-list-products--meta-name {
    font-size: 1.8rem;
  }
}

.m-contact-list.is-catalog .m-contact-list-products--meta-tag {
  margin-top: 8px;
}

.m-contact-list.is-catalog .m-contact-list-products--meta-tag li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  padding: 2px 6px;
}

@media screen and (min-width: 768px) {
  .m-contact-list.is-catalog .m-contact-list-products--meta-tag li {
    font-size: 1.2rem;
  }
}

.noimage {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  color: #888;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.m-search form {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px) {
  .m-search form {
    gap: 8px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    max-width: 696px;
  }
}

.m-search input {
  background: #fff;
  border: 1px solid #e8e9ec;
  font-size: 1.4rem;
  height: 39px;
  letter-spacing: 0.04em;
  padding: 0 8px;
  width: calc(100% - 65px);
}

@media screen and (min-width: 768px) {
  .m-search input {
    font-size: 1.6rem;
    height: 56px;
    padding: 0 16px;
    width: 523px;
  }
}

.m-search button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #31373b;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.3rem;
  font-weight: 700;
  gap: 2px;
  height: 38px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 0.04em;
  width: 65px;
}

@media screen and (min-width: 768px) {
  .m-search button {
    font-size: 2rem;
    gap: 4px;
    height: 56px;
    width: 165px;
  }
}

@media screen and (min-width: 768px) {
  .m-search button span {
    margin-left: -8px;
  }
}

@media screen and (min-width: 768px) {
  .m-search button span img {
    height: 19px;
    width: 19px;
  }
}

.m-product-slide--item {
  background: #fff;
  border: 1px solid #e8e9ec;
  position: relative;
  height: 100%;
}

.m-product-slide--item-wrap {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  padding-bottom: 64px;
}

@media screen and (min-width: 768px) {
  .m-product-slide--item-wrap {
    padding-bottom: 88px;
  }
}

.m-product-slide--item-wrap:before {
  background: #f8f8f8;
  top: 171px;
  content: "";
  height: 70%;
  position: absolute;
  right: 0;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .m-product-slide--item-wrap:before {
    height: 67%;
    width: 100%;
  }
}

.m-product-slide--item-wrap .slick-list {
  overflow: visible;
}

.m-product-slide--item-wrap .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.m-product-slide--item-wrap .slick-slide {
  margin-right: 16px;
  width: 220px;
  height: auto !important;
  float: none !important;
}

.m-product-slide--item-wrap .slick-slide>div {
  height: 100%;
}

@media screen and (min-width: 768px) {
  .m-product-slide--item-wrap .slick-slide {
    margin-right: 40px;
    width: 290px;
  }
}

.m-product-slide--item-wrap .slick-dots {
  bottom: 32px;
}

@media screen and (min-width: 768px) {
  .m-product-slide--item-wrap .slick-dots {
    bottom: 40px;
  }
}

.m-product-slide--item-wrap .slick-dots li {
  height: 16px;
  margin: 0 2px;
  width: 16px;
}

@media screen and (min-width: 768px) {
  .m-product-slide--item-wrap .slick-dots li {
    height: 24px;
    width: 24px;
  }
}

.m-product-slide--item-wrap .slick-dots li button {
  height: 16px;
  width: 16px;
}

@media screen and (min-width: 768px) {
  .m-product-slide--item-wrap .slick-dots li button {
    height: 24px;
    width: 24px;
  }
}

.m-product-slide--item-wrap .slick-dots li button:before {
  background: #d1d1d1;
  border-radius: 5px;
  content: "";
  height: 5px;
  left: 50%;
  opacity: 1;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 5px;
}

@media screen and (min-width: 768px) {
  .m-product-slide--item-wrap .slick-dots li button:before {
    height: 8px;
    width: 8px;
  }
}

.m-product-slide--item-wrap .slick-dots li.slick-active button:before {
  background: #ba0d0d;
}

.m-product-slide--item-wrap .slick-dots li.slick-active button:after {
  border: 1px solid #ba0d0d;
  border-radius: 16px;
  content: "";
  height: 16px;
  left: 0;
  position: absolute;
  top: 0;
  width: 16px;
}

@media screen and (min-width: 768px) {
  .m-product-slide--item-wrap .slick-dots li.slick-active button:after {
    height: 24px;
    width: 24px;
  }
}

.m-product-slide--item-image {
  height: 166px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: 100%;
}

.m-product-slide--item-image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.m-product-slide--item-meta {
  padding: 16px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

@media screen and (min-width: 768px) {
  .m-product-slide--item-meta {
    padding: 22px 24px 24px;
  }
}

.m-product-slide--item-meta--maker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  gap: 2px;
  letter-spacing: 0.04em;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  .m-product-slide--item-meta--maker {
    font-size: 1.3rem;
  }
}

.m-product-slide--item-meta--maker span {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.m-product-slide--item-meta--maker span img {
  height: 14px;
  width: 14px;
}

.m-product-slide--item-meta--title {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

@media screen and (min-width: 768px) {
  .m-product-slide--item-meta--title {
    font-size: 2rem;
  }
}

.m-product-slide--item-meta--category {
  margin: 10px 0;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .m-product-slide--item-meta--category {
    margin-bottom: 16px;
  }
}

.m-product-slide--item-meta--category li {
  display: inline;
  line-height: 2.5;
}

.m-product-slide--item-meta--category li a {
  border: 1px solid #e8e9ec;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 2px 6px;
}

@media screen and (min-width: 768px) {
  .m-product-slide--item-meta--category li a {
    font-size: 1.2rem;
  }
}

.m-product-slide--item-meta--text {
  display: -webkit-box;
  font-size: 1rem;
  letter-spacing: 0.04em;
  line-height: 1.8;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media screen and (min-width: 768px) {
  .m-product-slide--item-meta--text {
    font-size: 1.2rem;
    margin-bottom: 20px;
    -webkit-line-clamp: 3;
  }
}

@media screen and (min-width: 768px) {
  .m-product-slide--item-meta.is-hover {
    opacity: 0.65;
  }
}

.m-product-slide--arrow {
  background: url(./assets/img/common/product-arrow-sp.svg) no-repeat top left/cover;
  cursor: pointer;
  height: 32px;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  width: 32px;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .m-product-slide--arrow {
    background-image: url(./assets/img/common/product-arrow-pc.svg);
    height: 48px;
    width: 48px;
  }
}

.m-product-slide--arrow.prev {
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  .m-product-slide--arrow.prev {
    left: 56px;
  }
}

.m-product-slide--arrow.next {
  right: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

@media screen and (min-width: 768px) {
  .m-product-slide--arrow.next {
    right: 56px;
  }
}

.m-product-slide--arrow.slick-disabled {
  cursor: initial;
  opacity: 0;
}

.m-product-slide--new {
  background: #ec0000;
  color: #fff;
  display: inline-block;
  font-size: 1rem;
  left: 0;
  letter-spacing: 0.04em;
  padding: 4px 8px;
  position: absolute;
  top: 0;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .m-product-slide--new {
    font-size: 1.2rem;
  }
}

.m-category-list {
  margin: 0;
  padding: 0;
}

.m-category-list-wrap+.m-category-list-wrap {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .m-category-list-wrap+.m-category-list-wrap {
    margin-top: 80px;
  }
}

.m-category-list li a:not(.m-category-list--button) {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(./assets/img/icon/icon-arrow-gr.svg) #fff no-repeat center right 12px;
  border-bottom: 1px solid #e8e9ec;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.m-category-list li a:not(.m-category-list--button):hover {
  background-color: #f2f7f6;
  background-image: url(./assets/img/icon/icon-arrow-gr.svg);
  color: #005d4f;
  border-bottom: 1px solid #005d4f;
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .m-category-list.lv1 {
    display: -ms-grid;
    display: grid;
    grid-gap: 0 40px;
    gap: 0 40px;
    -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
    grid-template-columns: repeat(3, 1fr);
  }
}

.m-category-list.lv1 li a:not(.m-category-list--button) {
  background-size: 18px 18px;
  gap: 12px;
  height: 65px;
  padding: 12px 36px 12px 12px;
}

@media screen and (min-width: 768px) {
  .m-category-list.lv1 li a:not(.m-category-list--button) {
    height: 112px;
    padding: 16px 45px 16px 16px;
  }
}

.m-category-list.lv1 li a:not(.m-category-list--button) .m-category-list--title {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.8;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .m-category-list.lv1 li a:not(.m-category-list--button) .m-category-list--title {
    font-size: 1.8rem;
  }
}

.m-category-list.lv1.separate {
  gap: 40px 40px;
}

.m-category-list.lv1.separate>li+li {
  margin-top: 32px;
}

@media screen and (min-width: 768px) {
  .m-category-list.lv1.separate>li+li {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .m-category-list.lv1.no-icon>li a {
    height: 56px;
  }
}

.m-category-list.lv2 li a:not(.m-category-list--button) {
  background-size: 12px 12px;
  height: auto;
  padding: 12px 36px 12px 12px;
}

.m-category-list.lv2 li a:not(.m-category-list--button) .m-category-list--title {
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.6;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .m-category-list.lv2 li a:not(.m-category-list--button) .m-category-list--title {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 768px) {
  .m-category-list.col4 {
    display: -ms-grid;
    display: grid;
    grid-gap: 40px;
    gap: 40px;
    -ms-grid-columns: 1fr 40px 1fr 40px 1fr 40px 1fr;
    grid-template-columns: repeat(4, 1fr);
  }
}

.m-category-list--icon {
  height: 40px;
  width: 40px;
}

@media screen and (min-width: 768px) {
  .m-category-list--icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: 90px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 60px;
  }
}

.m-category-list--button-wrap {
  margin-top: 16px;
}

.m-article {
  display: -ms-grid;
  display: grid;
  grid-gap: 12px;
  gap: 12px;
}

@media screen and (min-width: 768px) {
  .m-article {
    gap: 16px;
  }
}

@media screen and (min-width: 768px) {
  .m-article+.m-category-list--button-wrap {
    margin-top: 24px;
  }
}

@media screen and (min-width: 768px) {
  .m-article-wrap {
    display: -ms-grid;
    display: grid;
    grid-gap: 40px;
    gap: 40px;
    -ms-grid-columns: 1fr 40px 290px;
    grid-template-columns: 1fr 290px;
  }
}

@media screen and (min-width: 768px) {
  .m-article-wrap.col1 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.m-article--item {
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.m-article--item:hover {
  background-color: #f2f7f6;
}

.m-article--item:hover .m-article--item-meta--title {
  color: #005d4f;
}

.m-article--item-inner {
  border: 1px solid #e8e9ec;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  padding: 16px;
}

@media screen and (min-width: 768px) {
  .m-article--item-inner {
    gap: 16px;
    padding: 24px;
  }
}

.m-article--item>a:before {
  content: "";
  inset: 0;
  position: absolute;
}

.m-article--item-image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 80px;
}

@media screen and (min-width: 768px) {
  .m-article--item-image {
    width: 226px;
  }
}

.m-article--item-image img {
  height: auto;
  width: 100%;
}

.m-article--item-image .pdfemb-viewer {
  border: none;
}

.m-article--item-image .pdfemb-inner-div {
  cursor: default !important;
  max-height: 100%;
}

.m-article--item-meta {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .m-article--item-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.m-article--item-meta--date {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin-bottom: 8px;
}

@media screen and (min-width: 768px) {
  .m-article--item-meta--date {
    margin-bottom: 4px;
  }
}

.m-article--item-meta--date time {
  color: #757575;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
}

@media screen and (min-width: 768px) {
  .m-article--item-meta--date time {
    font-size: 1.6rem;
  }
}

.m-article--item-meta--date span {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.3rem;
  font-weight: 700;
  gap: 4px;
  letter-spacing: 0.04em;
}

@media screen and (min-width: 768px) {
  .m-article--item-meta--date span {
    font-size: 1.4rem;
  }
}

.m-article--item-meta--title {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.8;
  margin-bottom: 8px;
  text-decoration: underline;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

@media screen and (min-width: 768px) {
  .m-article--item-meta--title {
    font-size: 1.8rem;
  }
}

.m-article--item-meta--category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
}

.m-article--item-meta--category li a {
  background: #f6f6f6;
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  gap: 2px;
  letter-spacing: 0.04em;
  padding: 2px 6px;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .m-article--item-meta--category li a {
    font-size: 1.2rem;
  }
}

.m-pickup--heading {
  background: #f2f2f2;
  border-radius: 2px;
  border-bottom: 1px solid #e8e9ec;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 0;
  padding: 12px;
}

@media screen and (min-width: 768px) {
  .m-pickup--heading {
    font-size: 2.2rem;
    padding: 16px;
  }
}

.m-pickup--heading span {
  display: block;
  padding: 0 12px;
  position: relative;
}

.m-pickup--heading span:before {
  background: #2e2e2e;
  border-radius: 40px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 4px;
}

.m-pickup--list {
  background: #fff;
}

.m-pickup--list-wrap {
  background: #f8f8f8;
  padding: 12px;
}

@media screen and (min-width: 768px) {
  .m-pickup--list-wrap {
    padding: 16px;
  }
}

.m-maker-search {
  background: #f2f5f6;
  padding: 40px 16px;
}

.m-maker-search--title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 16px;
}

@media screen and (min-width: 768px) {
  .m-maker-search--title {
    margin: 0 auto 16px;
    max-width: 696px;
  }
}

.m-maker-search--title h2 {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

@media screen and (min-width: 768px) {
  .m-maker-search--title h2 {
    font-size: 2.2rem;
  }
}

.m-maker-search--title a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #003d4f;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.3rem;
  font-weight: 700;
  gap: 4px;
  letter-spacing: 0.04em;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.m-maker-search--title a:hover {
  color: #005d4f;
}

@media screen and (min-width: 768px) {
  .m-maker-search--title a {
    font-size: 1.4rem;
  }
}

.m-maker-search--title a img {
  margin-top: 2px;
}

@media screen and (min-width: 768px) {
  .m-maker-search--title a img {
    margin-top: 0;
  }
}

.m-pagination {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 24px 0;
}

@media screen and (min-width: 1024px) {
  .m-pagination {
    margin-bottom: 0;
  }
}

.m-pagination__info {
  color: #323232;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
}

@media screen and (min-width: 1024px) {
  .m-pagination__info {
    font-size: 1.6rem;
  }
}

.m-pagination__info strong {
  color: #003d4f;
  font-size: 1.8rem;
}

@media screen and (min-width: 1024px) {
  .m-pagination__info strong {
    font-size: 2.2rem;
  }
}

.m-pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.m-pagination__list__item a,
.m-pagination__list__item span {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 2px;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
  height: 32px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  -webkit-transition: background-color 0.4s, color 0.4s;
  transition: background-color 0.4s, color 0.4s;
  width: 32px;
}

.m-pagination__list__item a:hover,
.m-pagination__list__item span:hover {
  background-color: #f0f8ff;
}

.m-pagination__list__item .current {
  font-weight: bold;
  pointer-events: none;
}

.m-pagination__list__item:first-child a {
  background: url(./assets/img/icon/icon-arrow-left.svg) no-repeat center right 8px;
  background-size: auto 16px;
  color: transparent;
}

.m-pagination__list__item:last-child a {
  background: url(./assets/img/icon/icon-arrow-right.svg) no-repeat center right 8px;
  background-size: auto 16px;
  color: transparent;
}

.m-pagination {
  /* 子カテゴリーリストを初期状態で非表示に */
}

.m-pagination .m-category--child-list {
  display: none;
  margin-left: 20px;
  -webkit-transition: max-height 0.4s ease-out;
  transition: max-height 0.4s ease-out;
}

.m-pagination {
  /* トグル時のアニメーション */
}

.m-pagination .m-category--item.is-expanded .m-category--child-list {
  display: block;
}

.m-category-aside {
  padding: 0;
}

.m-category-aside--wrap {
  background: #f8f8f8;
}

.m-category-aside--heading {
  background: #f2f2f2;
  border-bottom: 1px solid #e8e9ec;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 0;
  padding: 12px;
}

@media screen and (min-width: 768px) {
  .m-category-aside--heading {
    font-size: 2.2rem;
    padding: 16px;
  }
}

.m-category-aside--heading span {
  display: block;
  padding: 0 12px;
  position: relative;
}

.m-category-aside--heading span:before {
  background: #2e2e2e;
  border-radius: 40px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 4px;
}

.m-category-aside--list {
  background: #fff;
  padding: 0;
}

.m-category-aside--list-wrap {
  background: #f8f8f8;
  padding: 12px;
}

@media screen and (min-width: 768px) {
  .m-category-aside--list-wrap {
    padding: 16px;
  }
}

.m-category-aside--list li a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(./assets/img/icon/icon-arrow-gr.svg) no-repeat center right 12px;
  border-bottom: 1px solid #e8e9ec;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.m-category-aside--list li a:hover {
  background-color: #f2f7f6;
  background-image: url(./assets/img/icon/icon-arrow-gr.svg);
  background-position: center right 12px;
  background-repeat: no-repeat;
  border-bottom: 1px solid #003d4f;
  color: #003d4f;
  opacity: 1;
}

.m-category-aside--list.lv1 li a {
  background-size: 18px 18px;
  font-size: 1.4rem;
  font-weight: 700;
  gap: 12px;
  height: 65px;
  padding: 12px 36px 12px 12px;
}

@media screen and (min-width: 768px) {
  .m-category-aside--list.lv1 li a {
    font-size: 1.6rem;
    padding: 16px 45px 16px 16px;
  }
}

.m-category-aside--list.lv1 li a .m-category-aside--title {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.8;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .m-category-aside--list.lv1 li a .m-category-aside--title {
    font-size: 1.8rem;
  }
}

.m-category-aside--list.lv1.separate {
  gap: 40px;
}

.m-category-aside--list.lv1.separate>li+li {
  margin-top: 32px;
}

@media screen and (min-width: 768px) {
  .m-category-aside--list.lv1.separate>li+li {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .m-category-aside--list.lv1.no-icon>li a {
    height: 56px;
  }
}

.m-category-aside--child {
  padding: 0;
}

.m-category-aside--child li {
  border-bottom: 1px solid #e8e9ec;
}

.m-category-aside--child li a {
  background-size: 12px 12px;
  border-bottom: 1px solid #fff;
  height: auto;
  padding: 12px 36px 12px 32px !important;
}

.m-category-aside--child li a .m-category-aside--title {
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.6;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .m-category-aside--child li a .m-category-aside--title {
    font-size: 1.4rem;
  }
}

.m-category-aside--icon {
  height: 40px;
  width: 40px;
}

@media screen and (min-width: 768px) {
  .m-category-aside--icon {
    height: 80px;
    width: 80px;
  }
}

.m-category-aside--icon img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.m-category-aside--button-wrap {
  margin-top: 16px;
}

.m-breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  overflow-x: auto;
  padding: 0;
}

.m-breadcrumbs-wrap {
  margin: 16px 0;
}

@media screen and (min-width: 768px) {
  .m-breadcrumbs-wrap {
    margin: 24px 0;
  }
}

.m-breadcrumbs span {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 1.3rem;
  gap: 4px;
  letter-spacing: 0.04em;
  position: relative;
}

@media screen and (min-width: 768px) {
  .m-breadcrumbs span {
    font-size: 1.4rem;
  }
}

.m-breadcrumbs span>span:first-of-type {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.m-breadcrumbs span>span:first-of-type::before {
  background: url(./assets/img/icon/icon-home.svg) no-repeat 0 0/cover;
  content: "";
  display: block;
  height: 16px;
  margin-top: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: 15px;
}

.m-breadcrumbs span>span:first-of-type:hover::before {
  background: url(./assets/img/icon/icon-home-gr.svg) no-repeat 0 0/cover;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.m-breadcrumbs span:not(:last-of-type) {
  margin-right: 4px;
}

.m-breadcrumbs span:not(:last-of-type) a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  text-decoration: underline;
  -webkit-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

.m-breadcrumbs span:not(:last-of-type) a:hover {
  color: #005d4f;
}

.m-breadcrumbs span:not(:last-of-type) a:hover img {
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.m-breadcrumbs span:not(:last-of-type) a::after {
  background: url(./assets/img/icon/icon-breadcrumbs.svg) no-repeat 0 0/cover;
  content: "";
  display: block;
  height: 16px;
  margin-top: 1px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: 16px;
}

.m-breadcrumbs span:not(:last-of-type) a:hover {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.m-breadcrumbs span:not(:last-of-type) a:hover::before {
  opacity: 1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.m-breadcrumbs span:not(:last-of-type) a:hover::after {
  background: url(./assets/img/icon/icon-breadcrumbs-gr.svg) no-repeat 0 0/cover;
}

.m-table {
  margin: 16px 0 0;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .m-table {
    margin: 24px 0 0;
  }
}

.m-table th {
  background: #f2f2f2;
  border: 1px solid #e8e9ec;
  display: block;
  font-size: 1.3rem;
  font-weight: bold;
  padding: 16px;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .m-table th {
    display: table-cell;
    max-width: 180px;
    padding: 0;
    text-align: center;
    width: 15%;
  }
}

@media screen and (min-width: 768px) {
  .m-table th {
    font-size: 1.4rem;
  }
}

.m-table td {
  border: 1px solid #e8e9ec;
  display: block;
  font-size: 1.6rem;
  padding: 12px;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .m-table td {
    display: table-cell;
    padding: 20px;
    width: 70%;
  }
}

.m-table td .m-form-label {
  margin-bottom: 0;
}

.m-table td .m-form-label input {
  background: #fff;
  border: 1px solid #e8e9ec;
  font-size: 1.6rem;
  width: 100%;
}

.m-table td.flex-name div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (min-width: 1024px) {
  .m-table td.flex-name div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.m-table td.flex-name div label {
  display: inline-block;
  width: 100%;
}

.m-table td.flex-name div label:first-child {
  margin-bottom: 8px !important;
}

@media screen and (min-width: 1024px) {
  .m-table td.flex-name div label {
    width: 49%;
  }

  .m-table td.flex-name div label:first-child {
    margin-bottom: 0 !important;
  }
}

.m-table td.flex-name div label.error {
  border: none !important;
  vertical-align: bottom;
  width: 100%;
}

.m-table td.mid {
  border-bottom: 1px solid #fff;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .m-table td.mid {
    border-bottom: 1px solid #e8e9ec;
    border-right: 1px solid #fff;
    width: 65%;
  }
}

.m-table td.last {
  border-top: 1px solid #fff;
}

@media screen and (min-width: 1024px) {
  .m-table td.last {
    border-top: 1px solid #e8e9ec;
  }
}

.m-table td.last a {
  font-size: 1.4rem;
  text-decoration: underline;
}

.m-table td .flex-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 8px;
}

@media screen and (min-width: 1024px) {
  .m-table td .flex-address {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.m-table td .flex-address label {
  display: inline-block;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .m-table td .flex-address label {
    width: 49%;
  }
}

.m-table td .postal-search {
  margin: 0 0 0 8px;
  padding: 0 10px;
  white-space: nowrap;
}

.m-table td .postal-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.m-table td .postal-wrap .check {
  width: 100%;
}

.m-table td .postal-search,
.m-table td .select-box {
  font-size: 1.3rem !important;
}

@media screen and (min-width: 1024px) {

  .m-table td .postal-search,
  .m-table td .select-box {
    font-size: 1.4rem !important;
  }
}

.m-table td .postal-search {
  font-weight: bold;
}

.m-table td.address-wrap .midashi {
  display: inline-block;
  margin: 8px 0;
}

.m-table td.address-wrap .p-country-name {
  display: none;
}

.m-success-card {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px auto;
  padding: 80px;
  text-align: center;
  width: 100%;
}

.m-success-title {
  font-size: 1.6rem !important;
  font-weight: bold;
  margin-bottom: 32px;
}

@media screen and (min-width: 1024px) {
  .m-success-title {
    font-size: 2rem !important;
  }
}

.m-success-text {
  font-size: 1.4rem !important;
  margin-bottom: 20px;
  text-align: left;
}

@media screen and (min-width: 1024px) {
  .m-success-text {
    font-size: 1.6rem !important;
  }
}

.m-success-img {
  display: inline-block;
  margin-bottom: 32px;
}

.m-pagination-other ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 0 40px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .m-pagination-other ul {
    padding: 0;
  }
}

.m-pagination-other ul li.is-active {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e8e9ec;
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  height: 32px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 32px;
}

@media screen and (min-width: 768px) {
  .m-pagination-other ul li.is-active {
    font-size: 1.2rem;
  }
}

.m-pagination-other ul li a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e8e9ec;
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  height: 32px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 32px;
}

@media screen and (min-width: 768px) {
  .m-pagination-other ul li a {
    font-size: 1.2rem;
  }
}

.m-pagination-other ul li.next {
  position: absolute;
  right: 0;
  top: 0;
}

@media screen and (min-width: 768px) {
  .m-pagination-other ul li.next {
    margin-left: 4px;
    position: static;
  }
}

.m-pagination-other ul li.prev {
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media screen and (min-width: 768px) {
  .m-pagination-other ul li.prev {
    margin-right: 4px;
    position: static;
  }
}

.m-qanda dl {
  margin: 0;
}

.m-qanda dl dt {
  padding: 16px 28px 16px 0;
  position: relative;
}

@media screen and (min-width: 768px) {
  .m-qanda dl dt {
    border-bottom: 1px solid #e8e9ec;
    padding: 24px 48px 24px 24px;
  }
}

.m-qanda dl dt:before {
  background: #003d4f;
  border-radius: 10px;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
}

@media screen and (min-width: 768px) {
  .m-qanda dl dt:before {
    height: 3px;
    right: 24px;
    width: 24px;
  }
}

.m-qanda dl dt:after {
  background: #003d4f;
  border-radius: 10px;
  content: "";
  display: block;
  height: 16px;
  position: absolute;
  right: 7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.4s cubic-bezier(0.76, 0, 0.24, 1);
  transition: 0.4s cubic-bezier(0.76, 0, 0.24, 1);
  width: 2px;
}

@media screen and (min-width: 768px) {
  .m-qanda dl dt:after {
    height: 24px;
    right: 35px;
    width: 3px;
  }
}

.m-qanda dl dt span {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #003d4f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  gap: 12px;
}

@media screen and (min-width: 768px) {
  .m-qanda dl dt span {
    font-size: 1.8rem;
    gap: 16px;
  }
}

.m-qanda dl dt span:before {
  background: url(./assets/img/icon/icon-q.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 24px;
  width: 24px;
}

@media screen and (min-width: 768px) {
  .m-qanda dl dt span:before {
    height: 32px;
    width: 32px;
  }
}

.m-qanda dl dt.is-active:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

.m-qanda dl dd {
  border-bottom: 1px solid #e8e9ec;
  display: none;
  padding-bottom: 16px;
}

@media screen and (min-width: 768px) {
  .m-qanda dl dd {
    padding: 24px 48px 24px 24px;
  }
}

.m-qanda dl dd span {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.3rem;
  gap: 12px;
}

@media screen and (min-width: 768px) {
  .m-qanda dl dd span {
    font-size: 1.6rem;
    gap: 16px;
  }
}

.m-qanda dl dd span:before {
  background: url(./assets/img/icon/icon-a.svg) no-repeat center center/contain;
  content: "";
  display: inline-block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 24px;
  width: 24px;
}

@media screen and (min-width: 768px) {
  .m-qanda dl dd span:before {
    height: 32px;
    width: 32px;
  }
}

.m-share {
  width: 100%;
  display: block;
  padding: 10px 20px 15px;
  background-color: #F2F2F2;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 45px;
  margin: 40px auto 80px;
}

@media screen and (min-width: 768px) {
  .m-share {
    max-width: 564px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 32px;
  }
}

.m-share-title {
  font-size: 1.4rem;
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .m-share-title {
    font-size: 1.7rem;
    text-align: left;
    margin-bottom: auto;
  }
}

.m-share-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 9px;
}

.m-share-item {
  width: 36px;
}

.m-share-item:hover {
  cursor: pointer;
}

.m-share-item img {
  width: 100%;
}

.m-archive-aside {
  width: 100%;
  margin-top: 40px;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .m-archive-aside {
    max-width: 400px;
    margin-top: 32px;
  }
}

.m-archive-aside-header {
  font-size: 1.9rem;
  background-color: #f2f2f2;
  padding: 16px 16px 16px 28px;
  position: relative;
  font-weight: 700;
  color: #323232;
  opacity: 0.9;
  margin: 0;
}

.m-archive-aside-header::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 47%;
  background-color: #2E2E2E;
  border-radius: 20px;
  left: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  .m-archive-aside-header {
    font-size: 2.4rem;
  }
}

.m-archive-aside-content {
  background-color: #f8f8f8;
  padding: 16px;
}

.m-archive-aside-category .p-feature-aside-content {
  padding: 0;
}

.m-archive-aside-category-parent {
  background-color: #F2F5F6;
  border-top: 1px solid #E8E9EC;
  border-bottom: 1px solid #E8E9EC;
  padding: 16px 13px;
  font-size: 1.5rem;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.m-archive-aside-category-parent img {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 16px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.m-archive-aside-category-parent-wrap {
  padding: 0;
  border: 1px solid #E8E9EC;
}

.m-archive-aside-category-parent.is-open img {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.m-archive-aside-category-child {
  background-color: #fff;
  border: 1px solid #E8E9EC;
  font-weight: 700;
  font-size: 1.4rem;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.m-archive-aside-category-child::after {
  content: "";
  position: absolute;
  background-image: url("./assets/img/icon/icon-arrow-gr.svg");
  width: 13px;
  height: 13px;
  background-size: contain;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.m-archive-aside-category-child:hover {
  background-color: #f2f7f6;
  border-bottom: 1px solid #005d4f;
}

.m-archive-aside-category-child:hover a {
  color: #005d4f;
}

.m-archive-aside-category-child a {
  padding: 16px 30px 16px 16px;
  display: block;
}

.m-archive-aside-category-child+.p-feature-aside-category-child {
  border-top: none;
}

.m-archive-aside-category-child-wrap {
  background-color: #F8F8F8;
  padding: 16px;
}

.m-companies-card {
  border: 1px solid #e8e9ec;
  height: 100%;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .m-companies-card {
    margin-bottom: 0;
  }
}

.m-companies-card-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: 16px;
}

@media screen and (min-width: 1024px) {
  .m-companies-card-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 24px;
  }
}

.m-companies-card-inner:hover {
  background-color: #f2f7f6;
}

.m-companies-card-inner:hover dt {
  color: #005d4f;
}

.m-companies-card-photo {
  border: 1px solid #e8e9ec;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 0 16px;
  max-width: 100%;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .m-companies-card-photo {
    margin: 0 24px 0 0;
    max-width: 210px;
  }
}

.m-companies-card-photo img {
  width: 100%;
}

.m-companies-card-details {
  width: 100%;
}

.m-companies-card-details dt.a-heading-lv5 {
  margin-bottom: 16px;
}

.m-companies-card-details-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.m-companies-card-details-info-address,
.m-companies-card-details-info-date {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  position: relative;
}

.m-companies-card-details-info-address::before,
.m-companies-card-details-info-date::before {
  background: url("./assets/img/icon/icon-address.svg") no-repeat 0 0/cover;
  content: "";
  display: inline-block;
  height: 16px;
  margin-right: 4px;
  width: 16px;
}

.m-companies-card-details-info-date {
  margin-left: 16px;
}

.m-companies-card-details-info-date::before {
  background: url("./assets/img/icon/icon-check.svg") no-repeat 0 0/cover;
}

.m-companies-card-details-price {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ba0d0d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.m-companies-card-details-price::before {
  background: url("./assets/img/icon/icon-price.svg") no-repeat 0 0/cover;
  content: "";
  display: inline-block;
  height: 16px;
  margin-right: 4px;
  width: 16px;
}

.m-companies-card-details-price .a-heading-notion {
  font-weight: normal;
  padding: 5px 0 0 5px;
}

.m-companies-card-details-about {
  display: none;
}

@media screen and (min-width: 1024px) {
  .m-companies-card-details-about {
    -webkit-box-orient: vertical;
    color: #757575;
    display: block;
    display: -webkit-box;
    letter-spacing: 0.04rem;
    -webkit-line-clamp: 2;
    margin-bottom: 16px;
    min-height: 40px;
    overflow: hidden;
  }
}

.m-post-aside {
  width: 100%;
  margin-top: 135px;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .m-post-aside {
    max-width: 400px;
    margin-top: 0;
    padding: 0;
  }
}

.m-post-aside>div {
  margin-bottom: 32px;
}

.m-post-aside-header {
  font-size: 1.9rem;
  background-color: #f2f2f2;
  padding: 16px 16px 16px 28px;
  position: relative;
  font-weight: 700;
  color: #323232;
  opacity: 0.9;
}

.m-post-aside-header::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 47%;
  background-color: #2E2E2E;
  border-radius: 20px;
  left: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  .m-post-aside-header {
    font-size: 2.4rem;
  }
}

.m-post-aside-content {
  background-color: #f8f8f8;
  padding: 16px;
}

.m-post-aside-article {
  display: block;
  background-color: #fff;
  border: 1px solid #E8E9EC;
  border-radius: 2px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.m-post-aside-article:hover {
  background-color: #f2f7f6;
  color: #005d4f;
  border-bottom: 1px solid #005d4f;
}

.m-post-aside-article-thumb {
  width: 56px;
  height: 34px;
  -o-object-fit: cover;
  object-fit: cover;
}

.m-post-aside-article-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.m-post-aside-article-content-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.m-post-aside-article-date {
  color: #757575;
  font-size: 1.4rem;
}

.m-post-aside-article-category {
  font-weight: 700;
  font-size: 1.4rem;
  padding-left: 15px;
  position: relative;
}

.m-post-aside-article-category::after {
  content: "";
  background-image: url("./assets/img/common/icon-note.svg");
  background-size: cover;
  width: 10px;
  height: 12px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}

.m-post-aside-article-title {
  font-size: 1.3rem;
  margin-top: 5px;
  font-weight: 700;
  line-height: 1.9;
}

@media screen and (min-width: 768px) {
  .m-post-aside-article-title {
    font-size: 1.4rem;
  }
}

.m-post-aside-article-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 8px;
  font-size: 1.2rem;
  margin-top: 5px;
}

.m-post-aside-article-tag {
  background-color: #F6F6F6;
  border-radius: 2px;
  padding: 4px 8px 4px 20px;
  position: relative;
}

.m-post-aside-article-tag::after {
  content: "";
  position: absolute;
  background-image: url("./assets/img/common/icon-globe.svg");
  background-size: cover;
  width: 9px;
  height: 9px;
  left: 9px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.m-post-aside-estimate-head {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1;
  border-bottom: 2px solid #F0F0F0;
  margin-bottom: 20px;
  padding-bottom: 14px;
  position: relative;
}

.m-post-aside-estimate-head::before {
  content: "";
  position: absolute;
  bottom: -2px;
  height: 2px;
  left: 0;
  width: 14%;
  background: #2E2E2E;
}

.m-post-aside-estimate-product {
  background-color: #fff;
  border: 1px solid #E8E9EC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  padding: 10px;
  cursor: pointer;
}

.m-post-aside-estimate-product+.p-feature-aside-estimate-product {
  border-top: none;
}

.m-post-aside-estimate-product:has(input:checked) {
  background-color: #f3f5f6;
}

.m-post-aside-estimate-product-check input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 3px;
  border: 1px solid #E8E9EC;
  width: 16px;
  height: 16px;
}

.m-post-aside-estimate-product-check input:checked {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}

.m-post-aside-estimate-product-thumb img {
  width: 72px;
  height: 45px;
  -o-object-fit: cover;
  object-fit: cover;
}

.m-post-aside-estimate-product-title {
  font-weight: 700;
  font-size: 1.5rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: -5px;
  line-height: 1.7;
}

.m-post-aside-estimate-submit {
  background-color: #BA0D0D;
  border-bottom: 3px solid #A70606;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(134, 33, 0, 0.2509803922);
  box-shadow: 0px 5px 10px 0px rgba(134, 33, 0, 0.2509803922);
  color: #fff;
  font-size: 1.9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  padding: 16px;
  cursor: pointer;
}

.m-post-aside-estimate-submit img {
  margin-right: 5px;
}

.m-post-aside-estimate-clear {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  font-size: 1.4rem;
  padding: 11px 3px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 7px auto 0;
  cursor: pointer;
}

.m-post-aside-estimate-clear img {
  margin-top: 1px;
  margin-right: 7px;
}

.m-post-aside-category .p-feature-aside-content {
  padding: 0;
}

.m-post-aside-category-parent {
  background-color: #F2F5F6;
  border-top: 1px solid #E8E9EC;
  border-bottom: 1px solid #E8E9EC;
  padding: 16px 13px;
  font-size: 1.5rem;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.m-post-aside-category-parent img {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  width: 16px;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.m-post-aside-category-parent-wrap {
  padding: 0;
  border: 1px solid #E8E9EC;
}

.m-post-aside-category-parent.is-open img {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.m-post-aside-category-child {
  background-color: #fff;
  border: 1px solid #E8E9EC;
  font-weight: 700;
  font-size: 1.4rem;
  position: relative;
}

.m-post-aside-category-child::after {
  content: "";
  position: absolute;
  background-image: url("./assets/img/icon/icon-arrow-gr.svg");
  width: 13px;
  height: 13px;
  background-size: contain;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.m-post-aside-category-child a {
  padding: 16px;
  display: block;
}

.m-post-aside-category-child+.p-feature-aside-category-child {
  border-top: none;
}

.m-post-aside-category-child-wrap {
  background-color: #F8F8F8;
  padding: 16px;
}

.m-page-content h1,
.m-page-content h2,
.m-page-content h3,
.m-page-content h4,
.m-page-content h5 {
  font-weight: bold;
  letter-spacing: 0.04rem;
}

.m-page-content h2 {
  border-left: 5px solid #003d4f;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 2rem;
  margin: 20px auto;
  padding: 15px 8px;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .m-page-content h2 {
    font-size: 2.6rem;
  }
}

.m-page-content h3 {
  border-bottom: 3px solid #003d4f;
  font-size: 1.8rem;
  margin: 15px auto 10px;
  padding: 10px 8px;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .m-page-content h3 {
    font-size: 2.2rem;
  }
}

.m-page-content h4 {
  font-size: 1.7rem;
}

@media screen and (min-width: 1024px) {
  .m-page-content h4 {
    font-size: 2rem;
  }
}

.m-page-content h5 {
  font-size: 1.6rem;
}

@media screen and (min-width: 1024px) {
  .m-page-content h5 {
    font-size: 1.8rem;
  }
}

.m-page-content p {
  font-size: 1.4rem;
  letter-spacing: 0.04rem;
  line-height: 1.85;
  margin-bottom: 24px;
  padding: 0 8px;
}

@media screen and (min-width: 1024px) {
  .m-page-content p {
    font-size: 1.6rem;
    margin-bottom: 40px;
  }
}

.m-page-content div.wp-block-group {
  background: #f8f8f8;
  border: 1px solid #b3b3b3;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  margin-bottom: 40px;
  padding: 20px 32px;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .m-page-content div.wp-block-group {
    margin-bottom: 80px;
    padding: 20px 32px;
  }
}

.m-page-content div.wp-block-group .wp-block-heading {
  margin-left: 0 !important;
}

.m-page-content div.wp-block-group .wp-block-list {
  margin: 16px 0 0 !important;
}

@media screen and (min-width: 1024px) {
  .m-page-content div.wp-block-group .wp-block-list {
    margin: 24px 0 0 !important;
  }
}

.m-page-content div.wp-block-group ul li::before,
.m-page-content div.wp-block-group ol li::before {
  margin-right: 8px;
}

.m-page-content ul,
.m-page-content ol,
.m-page-content li {
  font-size: 1.4rem;
  letter-spacing: 0.04rem;
  line-height: 1.85;
  list-style: none;
  position: relative;
}

@media screen and (min-width: 1024px) {

  .m-page-content ul,
  .m-page-content ol,
  .m-page-content li {
    font-size: 1.6rem;
  }
}

.m-page-content ul,
.m-page-content ol {
  margin-bottom: 8px;
  padding: 0 0 0 24px;
}

@media screen and (min-width: 1024px) {

  .m-page-content ul,
  .m-page-content ol {
    margin-bottom: 12px;
  }
}

.m-page-content ul::before,
.m-page-content ol::before {
  left: 0;
  position: absolute;
}

.m-page-content ul li,
.m-page-content ol li {
  margin-bottom: 12px;
}

@media screen and (min-width: 1024px) {

  .m-page-content ul li,
  .m-page-content ol li {
    margin-bottom: 16px;
  }
}

.m-page-content ul li:last-child,
.m-page-content ol li:last-child {
  margin-bottom: 0;
}

.m-page-content ul li::before {
  content: "・";
  left: -16px;
  position: absolute;
}

.m-page-content ol li::before {
  content: "1.";
  left: -16px;
  position: absolute;
}

.m-page-content ol li:nth-child(2)::before {
  content: "2.";
}

.m-page-content ol li:nth-child(3)::before {
  content: "3.";
}

.m-page-content ol li:nth-child(4)::before {
  content: "4.";
}

.m-page-content ol li:nth-child(5)::before {
  content: "5.";
}

.m-page-content ol li:nth-child(6)::before {
  content: "6.";
}

.m-page-content ol li:nth-child(7)::before {
  content: "7.";
}

.m-page-content ol li:nth-child(8)::before {
  content: "8.";
}

.m-page-content ol li:nth-child(9)::before {
  content: "9.";
}

.m-page-content ol li:nth-child(10)::before {
  content: "10.";
}

.m-page-content ol li ul {
  margin-top: 0;
  padding-left: 16px;
}

@media screen and (min-width: 1024px) {
  .m-page-content ol li ul {
    margin-top: 8px;
  }
}

.m-page-content ol li ul li {
  margin-bottom: 8px;
}

.m-page-content ol li ul li::before {
  content: "・" !important;
}

.m-page-content .wp-block-buttons {
  margin-bottom: 40px;
}

@media screen and (min-width: 1024px) {
  .m-page-content .wp-block-buttons {
    margin-bottom: 80px;
  }
}

.m-page-content .wp-block-button {
  margin: 0 auto;
  max-width: 500px;
  width: 100%;
}

.m-page-content .wp-block-button .wp-element-button,
.m-page-content .wp-block-button .wp-block-button__link {
  background-color: #005d4f;
  border: 0 solid #003d4f;
  border-radius: 5px;
  -webkit-box-shadow: 0 4px 0 #003d4f;
  box-shadow: 0 4px 0 #003d4f;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 10px auto;
  padding: 18px 15px;
  text-align: center;
}

@media screen and (min-width: 1024px) {

  .m-page-content .wp-block-button .wp-element-button,
  .m-page-content .wp-block-button .wp-block-button__link {
    font-size: 1.8rem;
  }
}

.m-page-content .wp-block-button .wp-element-button:hover,
.m-page-content .wp-block-button .wp-block-button__link:hover {
  opacity: 0.7;
}

.m-page-content .wp-block-button .wp-element-button:active,
.m-page-content .wp-block-button .wp-block-button__link:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translateY(4px);
  -ms-transform: translateY(4px);
  transform: translateY(4px);
}

.m-news-aside {
  padding: 0;
}

.m-news-aside--heading {
  background: #f2f2f2;
  border-bottom: 1px solid #e8e9ec;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 0;
  padding: 12px;
}

@media screen and (min-width: 768px) {
  .m-news-aside--heading {
    font-size: 2.2rem;
    padding: 16px;
  }
}

.m-news-aside--heading span {
  display: block;
  padding: 0 12px;
  position: relative;
}

.m-news-aside--heading span:before {
  background: #2e2e2e;
  border-radius: 40px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 4px;
}

.m-news-aside--list {
  background: #f8f8f8;
  margin-bottom: 0;
  padding: 12px;
}

@media screen and (min-width: 768px) {
  .m-news-aside--list {
    padding: 16px;
  }
}

.m-news-aside--item {
  background: #fff;
  border: 1px solid #e8e9ec;
  border-radius: 2px;
  display: -ms-grid;
  display: grid;
  grid-gap: 12px;
  gap: 12px;
  -ms-grid-columns: 1fr 12px 4fr;
  grid-template-columns: 1fr 4fr;
  margin-bottom: 12px;
  padding: 12px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

@media screen and (min-width: 768px) {
  .m-news-aside--item {
    margin-bottom: 16px;
    padding: 16px;
  }
}

.m-news-aside--item:last-child {
  margin-bottom: 0;
}

.m-news-aside--item:hover {
  border-bottom-color: #005d4f;
  background-color: #f2f7f6;
}

.m-news-aside--item:hover .m-news-aside--item-meta--title a {
  color: #005d4f;
}

.m-news-aside--item-image {
  min-width: 60px;
}

.m-news-aside--item-meta--date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.m-news-aside--item-meta--date time {
  color: #757575;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.3rem;
  letter-spacing: 0.04rem;
  margin-right: 8px;
}

@media screen and (min-width: 768px) {
  .m-news-aside--item-meta--date time {
    font-size: 1.4rem;
  }
}

.m-news-aside--item-meta--date span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.3rem;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .m-news-aside--item-meta--date span {
    font-size: 1.4rem;
  }
}

.m-news-aside--item-meta--title {
  font-size: 1.3rem;
  font-weight: bold;
  margin: 8px 0;
}

@media screen and (min-width: 768px) {
  .m-news-aside--item-meta--title {
    font-size: 1.4rem;
    margin: 16px 0;
  }
}

.m-news-aside--item-meta--category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}

.m-news-aside--item-meta--category li {
  background: #f8f8f8;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 4px;
  padding: 4px 6px;
}

.m-news-aside--item-meta--category li:last-child {
  margin-right: 0;
}

.m-news-aside--icon {
  height: 40px;
  width: 40px;
}

@media screen and (min-width: 768px) {
  .m-news-aside--icon {
    height: 80px;
    width: 80px;
  }
}

.m-news-aside--icon img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.m-news-aside--button-wrap {
  margin-top: 16px;
}

.m-news-aside--empty {
  font-size: 1.4rem;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .m-news-aside--empty {
    font-size: 1.6rem;
  }
}

#wpmem_login .link-text {
  text-align: center !important;
}

.m-blocks-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

@media screen and (min-width: 768px) {
  .m-blocks-button {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 40px;
  }
}

.m-blocks-button div {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .m-blocks-button div {
    max-width: 90%;
  }
}

.m-blocks-button a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  gap: 4px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 0.04em;
  padding: 10px 16px;
  width: 100%;
}

.m-blocks-button.type1 a,
.m-blocks-button.type2 a,
.m-blocks-button.type3 a,
.m-blocks-button.type4 a,
.m-blocks-button.type5 a,
.m-blocks-button.type6 a {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.m-blocks-button.type1 a:hover,
.m-blocks-button.type2 a:hover,
.m-blocks-button.type3 a:hover,
.m-blocks-button.type4 a:hover,
.m-blocks-button.type5 a:hover,
.m-blocks-button.type6 a:hover {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.m-blocks-button.type1 a:hover:active,
.m-blocks-button.type2 a:hover:active,
.m-blocks-button.type3 a:hover:active,
.m-blocks-button.type4 a:hover:active,
.m-blocks-button.type5 a:hover:active,
.m-blocks-button.type6 a:hover:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translateY(4px);
  -ms-transform: translateY(4px);
  transform: translateY(4px);
}

.m-blocks-button.type1 a {
  background: #31373b;
  -webkit-box-shadow: 0 4px 0 #000;
  box-shadow: 0 4px 0 #000;
  color: #fff;
  position: relative;
  z-index: 0;
}

.m-blocks-button.type1 a::after {
  background: -webkit-gradient(linear, left top, right top, from(#005d4f), to(#003d4f));
  background: -webkit-linear-gradient(left, #005d4f 0%, #003d4f 100%);
  background: linear-gradient(90deg, #005d4f 0%, #003d4f 100%);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 100%;
  z-index: -1;
}

.m-blocks-button.type1 a:hover::after {
  opacity: 1;
}

.m-blocks-button.type2 a {
  background: #fff;
  border: 1px solid #003d4f;
  -webkit-box-shadow: 0 4px 0 #00283c;
  box-shadow: 0 4px 0 #00283c;
  color: #003d4f;
}

.m-blocks-button.type2 a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.m-blocks-button.type3 a {
  background: #ba0d0d;
  -webkit-box-shadow: 0 4px 0 #780000;
  box-shadow: 0 4px 0 #780000;
  color: #fff;
}

.m-blocks-button.type3 a:hover {
  opacity: 0.7;
}

.m-blocks-button.type4 a {
  background: #fff;
  border: 1px solid #ba0d0d;
  -webkit-box-shadow: 0 4px 0 #780000;
  box-shadow: 0 4px 0 #780000;
  color: #ba0d0d;
}

.m-blocks-button.type4 a:hover {
  opacity: 0.7;
}

.m-blocks-button.type5 a {
  background: #ba0d0d;
  border-bottom: 3px solid #a70606;
  -webkit-box-shadow: 0 5px 10px #780000;
  box-shadow: 0 5px 10px #780000;
  color: #fff;
}

.m-blocks-button.type5 a:hover {
  opacity: 0.7;
}

.m-blocks-button.type6 a {
  background: #fff;
  border: 1px solid #e8e9ec;
  -webkit-box-shadow: 0 4px 0 #b9b9b9;
  box-shadow: 0 4px 0 #b9b9b9;
  color: #323232;
}

.m-blocks-button.type6 a:hover {
  border-color: #005d4f;
  -webkit-box-shadow: 0 4px 0 #003d4f;
  box-shadow: 0 4px 0 #003d4f;
  color: #005d4f;
}

.m-blocks-button.exlarge a {
  font-size: 1.7rem;
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .m-blocks-button.exlarge a {
    font-size: 2rem;
    max-width: initial;
  }
}

.m-blocks-button.exlarge a img {
  height: 24px;
  width: 24px;
}

.m-blocks-button.large a {
  font-size: 1.7rem;
  max-width: 280px;
}

@media screen and (min-width: 768px) {
  .m-blocks-button.large a {
    font-size: 2rem;
    max-width: 260px;
  }
}

.m-blocks-button.large a img {
  height: 24px;
  width: 24px;
}

.m-blocks-button.middle a {
  font-size: 1.6rem;
  max-width: 174px;
}

@media screen and (min-width: 768px) {
  .m-blocks-button.middle a {
    font-size: 1.8rem;
    max-width: 210px;
  }
}

.m-blocks-button.middle a img {
  height: 16px;
  width: 16px;
}

.m-blocks-button.small a {
  font-size: 1.3rem;
  max-width: 132px;
  padding: 2px 8px;
}

@media screen and (min-width: 768px) {
  .m-blocks-button.small a {
    font-size: 1.4rem;
    max-width: 150px;
    padding: 4px 12px;
  }
}

.m-blocks-button.small a img {
  height: 14px;
  width: 14px;
}

.m-blocks-button.a-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.m-blocks-button.a-center a {
  margin: 0 auto;
}

.m-blocks-button.a-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.m-blocks-button.a-right a {
  margin-left: auto;
}

.m-blocks-button+.m-blocks-button {
  margin-top: 10px;
}

.m-blocks-border-inner {
  border: 2px solid #005d4f;
  margin: 24px 0;
  padding: 20px;
}

.m-blocks-border-list {
  font-weight: bold;
}

.m-blocks-border .small {
  margin-bottom: 0;
}

.m-blocks-table-wrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.m-blocks-table {
  border-collapse: collapse;
  width: 100%;
  height: 79px;
}

.m-blocks-table tr {
  height: 23px;
}

.m-blocks-table tr:first-child {
  background-color: #f2f2f2;
  font-weight: bold;
}

.m-blocks-table td {
  width: 16.6667%;
  height: 23px;
}

.m-blocks-table td:first-child {
  background-color: #f2f2f2;
  font-weight: bold;
}

.m-toc-aside--wrap {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .m-toc-aside--wrap {
    display: block;
    position: sticky;
    top: 140px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
}

.m-toc-aside--heading {
  background: #f2f2f2;
  border-bottom: 1px solid #e8e9ec;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 0;
  padding: 12px;
}

@media screen and (min-width: 768px) {
  .m-toc-aside--heading {
    font-size: 2.2rem;
    padding: 16px;
  }
}

.m-toc-aside--heading span {
  display: block;
  padding: 0 12px;
  position: relative;
}

.m-toc-aside--heading span:before {
  background: #2e2e2e;
  border-radius: 40px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 4px;
}

.m-toc-aside-list {
  margin-top: 16px;
}

.m-toc-aside-list ul {
  padding: 0 12px;
}

.m-toc-aside-list li {
  display: block;
  line-height: 2;
  padding: 8px;
  width: 100%;
}

.m-toc-aside-list li.is-current {
  background: #bfcbcf;
}

.m-toc-aside-list li h2 {
  font-size: 1.4rem;
  font-weight: unset;
  margin-bottom: 0;
}

@media screen and (min-width: 1024px) {
  .m-toc-aside-list li h2 {
    font-size: 1.6rem;
  }
}

.m-toc-aside-list li.a-heading-h2,
.m-toc-aside-list li.a-heading-h3 {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  margin-bottom: 0;
  padding: 10px;
}

.m-toc-aside-list li.a-heading-h2 a,
.m-toc-aside-list li.a-heading-h3 a {
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.m-toc-aside-list li.a-heading-h2 a:hover,
.m-toc-aside-list li.a-heading-h3 a:hover {
  color: #005d4f;
}

.m-toc-aside-list li.a-heading-h3 {
  font-size: 1.4rem;
  padding: 8px 8px 8px 30px;
}

.is-cat-main {
  overflow: visible;
}

.m-block-form-lp {
  padding: 20px 16px;
  background: #F2F5F6;
}

@media screen and (min-width: 1024px) {
  .m-block-form-lp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 30px;
    padding: 40px 37px 0 40px;
  }
}

@media screen and (min-width: 1024px) {
  .m-block-form-lp-box {
    margin-bottom: 40px;
  }
}

.m-block-form-lp--sub {
  font-size: 14px;
  line-height: 100%;
  font-weight: 700;
  color: #000;
  margin-bottom: 0;
}

@media screen and (min-width: 1024px) {
  .m-block-form-lp--sub {
    font-size: 18px;
  }
}

.m-block-form-lp-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  padding-right: 18px;
  margin-top: 12px;
}

@media screen and (min-width: 1024px) {
  .m-block-form-lp-wrap {
    padding-right: 0;
    margin-bottom: 26px;
  }
}

.m-block-form-lp-wrap h6 {
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  color: #000;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 0;
}

@media screen and (min-width: 1024px) {
  .m-block-form-lp-wrap h6 {
    font-size: 32px;
  }
}

.m-block-form-lp-wrap h6 span {
  font-weight: 900;
  color: #F67506;
}

@media screen and (min-width: 1024px) {
  .m-block-form-lp-wrap h6 br {
    display: none;
  }
}

.m-block-form-lp-wrap img {
  width: 139px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (min-width: 1024px) {
  .m-block-form-lp-wrap img {
    display: none;
  }
}

.m-block-form-lp>img {
  display: none;
  width: 393px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (min-width: 1024px) {
  .m-block-form-lp>img {
    display: block;
  }
}

.p-home-intro {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 318px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .p-home-intro {
    height: 480px;
    text-align: center;
  }
}

.p-home-intro-inner {
  padding: 0 16px;
  width: 100%;
}

.p-home-intro--logo {
  margin-bottom: 24px;
}

.p-home-intro--logo img {
  height: 80px;
  margin: 0 auto;
  width: auto;
}

@media screen and (min-width: 768px) {
  .p-home-intro--logo img {
    height: 160px;
  }
}

.p-home-intro p {
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  line-height: 1.8;
  margin-bottom: 0;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-home-intro p {
    font-size: 1.6rem;
  }
}

.p-home-intro.m-search {
  margin-top: 40px;
}

.p-home-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 32px;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .p-home-content {
    display: block;
    margin: 40px auto;
    max-width: 1360px;
    padding: 0 40px;
  }
}

.p-home-topics {
  border: 1px solid #e8e9ec;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-home-topics {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-home-topics:after {
  background: #003d4f;
  content: "";
  height: 100%;
  left: -1px;
  position: absolute;
  top: 0;
  width: 4px;
}

.p-home-topics h2 {
  color: #003d4f;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 0;
  padding: 12px 16px;
}

@media screen and (min-width: 768px) {
  .p-home-topics h2 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 2.6rem;
    padding: 12px 16px 12px 28px;
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  .p-home-topics h2:after {
    background: #d9d9d9;
    content: "";
    height: calc(100% - 24px);
    position: absolute;
    right: 0;
    top: 12px;
    width: 1px;
  }
}

.p-home-topics h2 span {
  font-size: 1.3rem;
  font-weight: 400;
  margin-left: 8px;
}

@media screen and (min-width: 768px) {
  .p-home-topics h2 span {
    display: block;
    font-size: 1.4rem;
    margin-left: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-home-topics--item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}

.p-home-topics--item a {
  display: block;
  letter-spacing: 0.04em;
  padding: 16px 48px 12px 16px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-home-topics--item a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    height: 100%;
    padding: 12px 48px 12px 16px;
  }
}

.p-home-topics--item a:after {
  background: url(./assets/img/icon/icon-arrow-gr.svg) no-repeat top left/contain;
  content: "";
  height: 12px;
  position: absolute;
  right: 16px;
  top: 25%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 12px;
}

@media screen and (min-width: 768px) {
  .p-home-topics--item a:after {
    height: 16px;
    right: 24px;
    top: 50%;
    width: 16px;
  }
}

.p-home-topics--item time {
  color: #003d4f;
  display: inline-block;
  font-size: 1.4rem;
  margin-bottom: 8px;
}

@media screen and (min-width: 768px) {
  .p-home-topics--item time {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 1.6rem;
    margin-bottom: 0;
  }
}

.p-home-topics--item p {
  display: -webkit-box;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 0;
  overflow: hidden;
  word-break: break-word;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media screen and (min-width: 768px) {
  .p-home-topics--item p {
    font-size: 1.6rem;
    -webkit-line-clamp: 1;
  }
}

.p-home-topics--item h3 {
  margin-bottom: 0;
}

.p-home-search-list {
  display: -ms-grid;
  display: grid;
  grid-gap: 40px;
  gap: 40px;
  margin-top: 40px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

@media screen and (min-width: 768px) {
  .p-home-search-list {
    -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.p-home-search-list--item {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid transparent;
}

@media screen and (min-width: 768px) {
  .p-home-search-list--item {
    padding-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.p-home-search-list--item:not(.disabled):hover {
  border-color: #005d4f;
  background-color: #f2f7f6;
}

.p-home-search-list--item.disabled .a-button:after {
  display: none;
}

.p-home-search-list--item dl {
  margin-bottom: 16px;
}

@media screen and (min-width: 768px) {
  .p-home-search-list--item dl {
    margin-bottom: 24px;
  }
}

.p-home-search-list--item dt {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #d9d9d9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  letter-spacing: 0.04em;
  padding-bottom: 16px;
}

@media screen and (min-width: 768px) {
  .p-home-search-list--item dt {
    border: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
    padding-bottom: 0;
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  .p-home-search-list--item dt:after {
    background: #d9d9d9;
    bottom: 0;
    content: "";
    height: 1px;
    left: 40px;
    position: absolute;
    width: calc(100% - 80px);
  }
}

.p-home-search-list--item dt figure {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0;
  width: 115px;
}

@media screen and (min-width: 768px) {
  .p-home-search-list--item dt figure {
    width: 100%;
  }
}

.p-home-search-list--item dt span {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-home-search-list--item dt span {
    font-size: 2.2rem;
    padding: 0 40px 24px;
    width: 100%;
  }
}

.p-home-search-list--item dd {
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  line-height: 1.8;
  margin: 10px 0 0;
}

@media screen and (min-width: 768px) {
  .p-home-search-list--item dd {
    font-size: 1.6rem;
    margin: 24px 40px 0;
  }
}

.p-home-search-list--button .a-button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #31373b;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1.6rem;
  font-weight: 700;
  height: 48px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 0.04em;
}

@media screen and (min-width: 768px) {
  .p-home-search-list--button .a-button {
    font-size: 1.8rem;
    margin: 0 40px;
    height: 70px;
    padding: 0 5px;
  }
}

@media screen and (min-width: 1024px) {
  .p-home-search-list--button .a-button {
    height: 48px;
    padding: 0;
  }
}

.p-home-search-list--button .a-button svg {
  width: 14px;
  height: 14px;
}

.p-home-section {
  margin-top: 80px;
}

.p-home-section__button-marketing {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
  background: #31373b;
  color: #fff !important;
  font-size: 1.6rem;
  font-weight: 700;
  height: 48px;
  letter-spacing: 0.04em;
  margin: 28px auto 0;
}

@media screen and (min-width: 768px) {
  .p-home-section__button-marketing {
    width: 700px;
  }
}

.p-home-section__button-marketing:focus {
  color: #fff;
}

.p-home-banner {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.p-home-banner__bg {
  background: #f2f5f6;
  margin: 0 -16px;
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
  padding: 40px 16px 0;
}

@media screen and (min-width: 768px) {
  .p-home-banner__bg {
    margin: 80px 0 0;
    padding: 40px 0;
    position: relative;
  }
}

.p-home-banner__bg:before {
  background: #f2f5f6;
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .p-home-banner__bg:before {
    width: 100vw;
  }
}

.p-home-banner h3 {
  background: #fff;
  border-radius: 2px;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 0;
  padding: 12px;
}

@media screen and (min-width: 768px) {
  .p-home-banner h3 {
    font-size: 2.2rem;
    margin: 0 40px;
    padding: 16px;
  }
}

@media screen and (min-width: 1360px) {
  .p-home-banner h3 {
    margin: 0 auto;
    max-width: 1280px;
  }
}

.p-home-banner h3 span {
  display: block;
  padding: 0 12px;
  position: relative;
}

.p-home-banner h3 span:before {
  background: #2e2e2e;
  border-radius: 40px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 4px;
}

.p-home-banner-list {
  display: block;
  margin: 24px auto 0;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .p-home-banner-list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 948px;
  }
}

.p-home-banner-list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-home-banner-list .slick-slide {
  margin-right: 24px;
  height: auto;
}

.p-home-banner-list .slick-slide:last-child {
  margin-right: 0;
}

.p-home-banner-list .slick-slide>div {
  height: 100%;
}

.p-home-banner-list .slick-slide>div li {
  height: 100%;
}

.p-home-banner-list .slick-slide>div li a {
  display: block;
  height: 100%;
}

.p-home-banner-list .slick-slide>div li a img {
  height: 100%;
}

.p-home-banner-list .slick-dots {
  position: relative;
  bottom: 0;
  padding: 20px 0;
}

@media screen and (min-width: 768px) {
  .p-home-banner-list .slick-dots {
    padding: 0;
  }
}

.p-home-banner-list .slick-dots li {
  height: 24px;
  width: 24px;
}

.p-home-banner-list .slick-dots li button {
  height: 24px;
  width: 24px;
}

.p-home-banner-list .slick-dots li button::before {
  background: #d1d1d1;
  border-radius: 5px;
  content: "";
  height: 5px;
  left: 50%;
  opacity: 1;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 5px;
  height: 8px;
  width: 8px;
}

.p-home-banner-list .slick-dots li.slick-active button::before {
  background: #ba0d0d;
}

.p-home-banner-list .slick-dots li.slick-active button::after {
  border: 1px solid #ba0d0d;
  border-radius: 16px;
  content: "";
  height: 24px;
  width: 24px;
  left: 0;
  position: absolute;
  top: 0;
}

.p-home-product {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.p-home-service {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.p-home-article-wrap {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.p-home-pickup {
  margin: 32px 0;
}

@media screen and (min-width: 768px) {
  .p-home-pickup {
    margin: 0;
  }
}

.p-home__sidebar-new-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 0;
  border-bottom: 1px solid #d9d9d9;
}

.p-home__sidebar-new-item:nth-child(1) .p-home__sidebar-new-img span {
  background: rgb(161, 161, 1);
}

.p-home__sidebar-new-item:nth-child(2) .p-home__sidebar-new-img span {
  background: rgb(161, 157, 157);
}

.p-home__sidebar-new-item:nth-child(3) .p-home__sidebar-new-img span {
  background: rgb(116, 77, 19);
}

.p-home__sidebar-new-item:nth-child(4) .p-home__sidebar-new-img span {
  background: rgb(78, 78, 58);
}

.p-home__sidebar-new-item:nth-child(5) .p-home__sidebar-new-img span {
  background: rgb(83, 83, 83);
}

.p-home__sidebar-new-img {
  position: relative;
  width: 80px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.p-home__sidebar-new-img span {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #FFF;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}

@media screen and (min-width: 768px) {
  .p-home__sidebar-new-img span {
    font-size: 1.6rem;
  }
}

.p-home__sidebar-new-img img {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-home__sidebar-new-title {
  padding: 0 10px;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.4;
}

.p-contact .m-breadcrumbs-wrap {
  padding-left: 16px;
}

@media screen and (min-width: 1024px) {
  .p-contact .m-breadcrumbs-wrap {
    padding-left: 80px;
  }
}

.p-contact .a-heading-lv2 {
  background: #f2f7f6;
  margin-bottom: 40px;
  padding: 50px 16px;
  text-align: left;
}

@media screen and (min-width: 1024px) {
  .p-contact .a-heading-lv2 {
    margin-bottom: 80px;
    padding: 70px 80px;
  }
}

.p-contact-main-content {
  margin: 0 auto;
  padding: 0 16px;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .p-contact-main-content {
    padding: 0;
    width: min(100%, 720px);
  }
}

@media screen and (min-width: 1024px) {
  .p-contact-main-content.p-products-contact {
    padding: 0 40px;
    width: min(100%, 1360px) !important;
  }
}

.p-contact-main-content.p-products-contact .products_input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0;
  max-width: 100%;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .p-contact-main-content.p-products-contact .products_input {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 32px;
    max-width: 1280px;
  }
}

.p-contact-main-content.p-products-contact .products_input .products-input-wrap {
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .p-contact-main-content.p-products-contact .products_input .products-input-wrap {
    margin: 0 0 32px;
    max-width: 56.2%;
  }
}

.p-contact-main-content.p-products-contact .products_input .products-data-wrap {
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .p-contact-main-content.p-products-contact .products_input .products-data-wrap {
    margin: 0;
    max-width: 42.1%;
  }
}

@media screen and (min-width: 1024px) {
  .p-contact-main-content.p-products-contact .products_input .products {
    margin: 0;
    max-width: 42.1%;
  }
}

.p-contact .contact-choice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 24px;
  padding-left: 0;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .p-contact .contact-choice {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 56px;
  }
}

.p-contact .contact-choice li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  list-style: none;
  margin: 0 0 24px;
}

@media screen and (min-width: 1024px) {
  .p-contact .contact-choice li {
    margin: 0 20px 0 0;
  }
}

.p-contact .contact-choice li:last-child {
  margin-right: 0;
}

.p-contact .contact-choice li .contact-radio {
  background: #f6f8fa;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #e8e9ec;
  border-radius: 50%;
  height: 24px;
  margin: 0 8px 0 0;
  outline: none;
  width: 24px;
}

.p-contact .contact-choice li .contact-radio::before {
  /* ラジオボタンの外側の○ */
  border: 1px solid #005d4f;
  border-radius: 50%;
  content: "";
  display: block;
  height: 24px;
  opacity: 0;
  position: absolute;
  width: 24px;
}

.p-contact .contact-choice li .contact-radio::after {
  /* ラジオボタンの内側の● */
  background-color: #005d4f;
  border-radius: 50%;
  content: "";
  display: block;
  height: 16px;
  opacity: 0;
  -webkit-transform: translate(4px, 4px);
  -ms-transform: translate(4px, 4px);
  transform: translate(4px, 4px);
  width: 16px;
}

.p-contact .contact-choice li .contact-radio:checked::before,
.p-contact .contact-choice li .contact-radio:checked::after {
  opacity: 1;
}

.p-contact-form {
  margin-bottom: 20px;
}

.p-contact-form>div:not(.noimage) {
  margin-bottom: 32px;
}

@media screen and (min-width: 1024px) {
  .p-contact-form>div:not(.noimage) {
    margin-bottom: 24px;
  }
}

.p-contact-form .contact-input {
  margin-bottom: 30px;
}

.p-contact-form-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.p-contact-form-input label {
  display: inline-block;
  margin-bottom: 10px;
  text-align: left;
}

.p-contact-form-input label span {
  margin-left: 10px;
}

.p-contact-form-input input {
  border: 1px solid #e8e9ec;
  font-size: 1.4rem;
  padding: 10px;
  background: #f6f8fa;
}

@media screen and (min-width: 1024px) {
  .p-contact-form-input input {
    font-size: 1.6rem;
  }
}

.p-contact-form-input input.error {
  border: 1px solid #ec0000;
}

.p-contact-form-input input.error::-webkit-input-placeholder {
  color: #ec0000;
}

.p-contact-form-input input.error::-moz-placeholder {
  color: #ec0000;
}

.p-contact-form-input input.error:-ms-input-placeholder {
  color: #ec0000;
}

.p-contact-form-input input.error::-ms-input-placeholder {
  color: #ec0000;
}

.p-contact-form-input input.error::placeholder {
  color: #ec0000;
}

.p-contact-form-input .name-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 0;
}

@media screen and (min-width: 1024px) {
  .p-contact-form-input .name-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 2%;
  }
}

.p-contact-form-input .name-wrap input {
  width: 100%;
}

.p-contact-form-input .input-wrap {
  width: 100%;
  margin: 0;
}

.p-contact-form-input .input-wrap .member-error label {
  margin: 0;
}

.p-contact-form-input.name .member-error {
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .p-contact-form-input.name .member-error {
    width: 49%;
  }
}

.p-contact-form-input .checkbox {
  margin-bottom: 0;
}

.p-contact-form-input .checkbox input {
  accent-color: #005d4f;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #e8e9ec;
  border-radius: 4px;
  height: 16px;
  margin-right: 8px;
  outline: none;
  width: 16px;
}

.p-contact-form-input .checkbox input::before {
  background: url("./assets/img/icon/icon-check-wh.svg") top center no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 28px;
  opacity: 0;
  position: absolute;
  -webkit-transform: translate(-14px, -14px);
  -ms-transform: translate(-14px, -14px);
  transform: translate(-14px, -14px);
  width: 28px;
  z-index: 1;
}

.p-contact-form-input .checkbox input::after {
  background-color: #005d4f;
  border-radius: 3px;
  content: "";
  display: block;
  height: 20px;
  opacity: 0;
  -webkit-transform: translate(-10px, -10px);
  -ms-transform: translate(-10px, -10px);
  transform: translate(-10px, -10px);
  width: 20px;
}

.p-contact-form-input .checkbox input:checked::before,
.p-contact-form-input .checkbox input:checked::after {
  opacity: 1;
}

.p-contact-form-input .checkbox label {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-contact-form-input .radio-group-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}

.p-contact-form-input .radio-group-wrap.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.p-contact-form-input .radio {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
  cursor: pointer;
}

.p-contact-form-input .radio input {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #e8e9ec;
  border-radius: 50%;
  height: 20px;
  margin: 0 8px 0 0;
  outline: none;
  width: 20px;
}

.p-contact-form-input .radio input::before {
  border: 1px solid #005d4f;
  border-radius: 50%;
  content: "";
  display: block;
  height: 20px;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
}

.p-contact-form-input .radio input::after {
  background-color: #005d4f;
  border-radius: 50%;
  content: "";
  display: block;
  height: 14px;
  opacity: 0;
  -webkit-transform: translate(3px, 3px);
  -ms-transform: translate(3px, 3px);
  transform: translate(3px, 3px);
  width: 14px;
  position: absolute;
  top: 0;
  left: 0;
}

.p-contact-form-input .radio input:checked::before,
.p-contact-form-input .radio input:checked::after {
  opacity: 1;
}

.p-contact-form-input .radio span {
  font-size: 1.4rem;
  margin-left: 0;
}

@media screen and (min-width: 1024px) {
  .p-contact-form-input .radio span {
    font-size: 1.6rem;
  }
}

.p-contact-form-input .textbox,
.p-contact-form-input textarea {
  padding: 5px 10px;
}

.p-contact-form-input textarea {
  border: 1px solid #e8e9ec;
  border-radius: 4px;
  font-size: 1.4rem;
  min-height: 150px;
  background: #f6f8fa;
}

@media screen and (min-width: 1024px) {
  .p-contact-form-input textarea {
    font-size: 1.6rem;
  }
}

.p-contact-form-input textarea.error {
  border: 1px solid #ec0000;
}

.p-contact-form-input textarea.error::-webkit-input-placeholder {
  color: #ec0000;
}

.p-contact-form-input textarea.error::-moz-placeholder {
  color: #ec0000;
}

.p-contact-form-input textarea.error:-ms-input-placeholder {
  color: #ec0000;
}

.p-contact-form-input textarea.error::-ms-input-placeholder {
  color: #ec0000;
}

.p-contact-form-input textarea.error::placeholder {
  color: #ec0000;
}

.p-contact-form-input .member-error {
  color: #ec0000;
  margin-bottom: 0;
  text-align: left;
  width: 100%;
}

.p-contact-form-input .member-error label {
  width: 100%;
}

.p-contact-form-input .member-error .error {
  font-size: 1.3rem;
}

@media screen and (min-width: 1024px) {
  .p-contact-form-input .member-error .error {
    font-size: 1.4rem;
  }
}

.p-contact-form .required,
.p-contact-form .any {
  background-color: #ec0000;
  border-radius: 4px;
  color: #fff;
  font-size: 1rem;
  font-weight: normal;
  margin-left: 8px;
  padding: 2px 3px;
}

@media screen and (min-width: 1024px) {

  .p-contact-form .required,
  .p-contact-form .any {
    font-size: 1.2rem;
    padding: 4px 6px;
  }
}

.p-contact-form .any {
  background-color: #f2f2f2;
  color: #323232;
}

.p-contact-form .midashi {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 12px;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .p-contact-form .midashi {
    font-size: 1.6rem;
    margin-bottom: 16px;
  }
}

.p-contact-form .products-data-list {
  background: #f8f8f8;
  padding: 16px;
}

.p-contact-form .products-data-list-inner {
  background: #fff;
  border: 1px solid #e8e9ec;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 8px;
  padding: 12px;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .p-contact-form .products-data-list-inner {
    padding: 16px;
  }
}

.p-contact-form .products-data-list-inner:last-of-type {
  margin-bottom: 0;
}

.p-contact-form .products-data-list-inner .m-product-slide--item-meta--maker {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-right: 20px;
}

.p-contact-form .products-data-list-inner .m-product-slide--item-meta--maker span {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 2px;
}

.p-contact-form .products-data-list .products-image {
  aspect-ratio: 29/16;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-bottom: 0;
  max-height: 64px;
  max-width: 116px;
  width: 100%;
}

.p-contact-form .products-data-list .products-image img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}

.p-contact-form .products-data-list .products-image .pdfemb-viewer {
  border: none;
}

.p-contact-form .products-data-list .products-image .pdfemb-pagescontainer {
  max-height: 64px !important;
}

.p-contact-form .products-data-list .products-image .pdfemb-inner-div {
  cursor: default !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-height: 100%;
}

.p-contact-form .products-data-list .products-image .pdfemb-inner-div canvas {
  max-height: 100%;
  width: auto !important;
}

.p-contact-form .products-data-list .products-meta {
  margin-bottom: 0 !important;
  overflow: hidden;
}

.p-contact-form .products-data-list .products-meta .a-heading-notion {
  text-align: left;
}

@media screen and (min-width: 768px) {
  .p-contact-form .products-data-list .products-meta .m-product-slide--item-meta--maker {
    font-size: 1.2rem;
  }
}

.p-contact-form .products-data-list .products-meta h3 {
  font-weight: 700;
  margin: 8px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.p-contact-form .products-data-list .products-meta .m-product-slide--item-meta--category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin: 0;
  overflow-x: auto;
}

.p-contact-form .products-data-list .products-meta .m-product-slide--item-meta--category li {
  background: #f6f6f6;
  font-size: 1rem;
  line-height: 1;
  padding: 4px 8px;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .p-contact-form .products-data-list .products-meta .m-product-slide--item-meta--category li {
    font-size: 1.2rem;
  }
}

.p-contact-form .products-data-list .products-close {
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
}

.p-contact-form-lower .a-heading-subtext {
  margin-bottom: 32px;
  text-align: center;
  font-size: 1.3rem;
}

@media screen and (min-width: 1024px) {
  .p-contact-form-lower .a-heading-subtext {
    font-size: 1.4rem;
  }
}

.p-contact-form-lower .a-heading-subtext .external-link {
  position: relative;
  text-decoration: underline;
}

.p-contact-form-lower .a-heading-subtext .external-link::after {
  background: url("./assets/img/icon/icon-external-link.svg") top left no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 15px;
  margin: 0 2px;
  position: relative;
  top: 2px;
  width: 15px;
}

.p-contact-form .submit {
  margin: 0 auto;
  max-width: 100%;
}

.p-contact-form .submit .a-button,
.p-contact-form .submit .a-button-white {
  line-height: 2.4;
  text-align: center;
  width: 100%;
}

@media screen and (min-width: 1024px) {

  .p-contact-form .submit .a-button,
  .p-contact-form .submit .a-button-white {
    line-height: 1.7;
  }
}

.p-contact-form .submit .a-button {
  line-height: 2.9;
  margin-bottom: 12px;
}

@media screen and (min-width: 1024px) {
  .p-contact-form .submit .a-button {
    line-height: 2.4;
    margin: 0 0 16px;
  }
}

.p-contact-form .submit .a-button-white {
  position: relative;
}

.p-contact-form .submit .a-button-white:hover {
  border: 1px solid #005d4f;
  color: #005d4f;
}

.p-contact-form .submit .a-button-white:hover::before {
  background: url("./assets/img/icon/icon-arrow-left-gr.svg") top left no-repeat;
  background-size: cover;
}

.p-contact-form .submit .a-button-white::before {
  background: url("./assets/img/icon/icon-arrow-left.svg") top center no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  height: 16px;
  left: calc(50% - 30px);
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 16px;
}

.p-contact-form .products-input-wrap>div:not(.noimage) {
  margin-bottom: 32px;
}

@media screen and (min-width: 1024px) {
  .p-contact-form .products-input-wrap>div:not(.noimage) {
    margin-bottom: 24px;
  }
}

.p-contact {
  /* 確認画面 */
}

.p-contact-main-content.confirm-wrap .p-contact-form-item {
  margin-bottom: 48px !important;
}

@media screen and (min-width: 1024px) {
  .p-contact-main-content.confirm-wrap .p-contact-form-item {
    margin-bottom: 40px !important;
  }
}

.p-contact-main-content.confirm-wrap .p-contact-form .a-heading-text {
  margin-bottom: 0;
}

.p-contact {
  /* 完了画面 */
}

.p-contact.thanks-wrap .m-success-card {
  margin: 0 auto 40px;
  max-width: 91.4%;
  padding: 16px;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .p-contact.thanks-wrap .m-success-card {
    -webkit-box-shadow: unset;
    box-shadow: unset;
    max-width: 100%;
    padding: 80px 80px 160px;
  }
}

.p-contact.thanks-wrap .m-success-img {
  height: 56px;
  width: 56px;
}

.p-contact.thanks-wrap .m-success-title {
  font-size: 2rem !important;
}

@media screen and (min-width: 1024px) {
  .p-contact.thanks-wrap .m-success-title {
    font-size: 2.6rem !important;
  }
}

.p-contact.thanks-wrap .m-success-text {
  font-size: 1.4rem;
  margin: 0 auto 40px;
}

@media screen and (min-width: 1024px) {
  .p-contact.thanks-wrap .m-success-text {
    font-size: 1.6rem;
    margin-bottom: 88px;
  }
}

.p-contact.thanks-wrap .submit {
  width: 100%;
}

.p-contact.thanks-wrap .submit .a-button {
  line-height: 2.9;
  margin: 0;
  max-width: 100%;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .p-contact.thanks-wrap .submit .a-button {
    line-height: 2.4;
    margin-bottom: 16px;
    max-width: 720px;
  }
}

.contact-confirm .a-heading-text {
  font-size: 1.4rem !important;
  margin-top: 0 !important;
}

@media screen and (min-width: 1024px) {
  .contact-confirm .a-heading-text {
    font-size: 1.6rem !important;
  }
}

.p-inquiries-inner .box {
  background: #f2f5f6 !important;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
  padding: 0 !important;
}

.p-inquiries-inner .box .list-wrap {
  padding: 0;
}

.p-inquiries-list {
  background: #fff;
  border: 1px solid #e8e9ec;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.051);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.051);
  margin-bottom: 16px;
}

@media screen and (min-width: 1024px) {
  .p-inquiries-list {
    margin-bottom: 24px;
  }
}

.p-inquiries-list-upper {
  border-bottom: 1px solid #e8e9ec;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.p-inquiries-list-upper .item-img {
  height: auto;
  max-width: 30%;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .p-inquiries-list-upper .item-img {
    max-width: 280px;
  }
}

.p-inquiries-list-upper .item-meta {
  padding: 12px;
}

@media screen and (min-width: 1024px) {
  .p-inquiries-list-upper .item-meta {
    padding: 24px;
  }
}

.p-inquiries-list-upper .item-tag .a-heading-notion {
  background-color: #f8f8f8;
  border-radius: 4px;
  display: inline-block;
  margin-right: 8px;
  padding: 4px 8px;
}

.p-inquiries-list-lower {
  background: #fff;
  padding: 12px;
}

@media screen and (min-width: 1024px) {
  .p-inquiries-list-lower {
    padding: 24px;
  }
}

.p-inquiries-list-lower .a-heading-text {
  color: #2e2e2e;
  margin-bottom: 12px;
  padding-left: 10px;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .p-inquiries-list-lower .a-heading-text {
    margin-bottom: 16px;
  }
}

.p-inquiries-list-lower .a-heading-text::before {
  background: #2e2e2e;
  content: "";
  display: inline-block;
  height: 24px;
  left: 0;
  position: absolute;
  top: 0;
  width: 2px;
}

.p-inquiries-list-lower .time {
  display: block;
  margin-top: 12px;
  position: relative;
  text-align: right;
}

.p-inquiries-list-lower .time::before {
  background: url("./assets/img/icon/icon-history.svg") no-repeat top center;
  background-size: cover;
  content: "";
  display: inline-block;
  height: 12px;
  left: 0;
  margin-right: 4px;
  position: relative;
  top: 0;
  width: 12px;
}

@media screen and (min-width: 1024px) {
  .p-inquiries-list-lower .time {
    margin-top: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
}

.p-inquiries-list-lower .a-heading-notion:last-child {
  line-height: 1.8;
  margin-bottom: 0;
}

.p-inquiries-details-wrap {
  background: #fff;
  padding: 12px;
}

@media screen and (min-width: 1024px) {
  .p-inquiries-details-wrap {
    padding: 24px;
  }
}

.p-inquiries-details-wrap .time {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 12px;
  text-align: right;
}

.p-inquiries-details-wrap .time::before {
  background: url("./assets/img/icon/icon-history.svg") no-repeat top center;
  background-size: cover;
  content: "";
  display: inline-block;
  height: 16px;
  left: 0;
  margin-right: 4px;
  position: relative;
  top: 0;
  width: 16px;
}

@media screen and (min-width: 1024px) {
  .p-inquiries-details-wrap .time {
    margin-bottom: 24px;
  }
}

.p-inquiries-details-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

@media screen and (min-width: 1024px) {
  .p-inquiries-details-inner {
    margin-bottom: 40px;
  }
}

.p-inquiries-details-inner .midashi {
  font-weight: bold;
  margin-bottom: 12px;
  width: 40%;
}

@media screen and (min-width: 1024px) {
  .p-inquiries-details-inner .midashi {
    margin-bottom: 24px;
    width: 30%;
  }
}

.p-inquiries-details-inner .midashi:last-of-type {
  width: 100%;
}

.p-inquiries-details-inner dd {
  width: 60%;
}

@media screen and (min-width: 1024px) {
  .p-inquiries-details-inner dd {
    width: 70%;
  }
}

.p-inquiries-details-inner dd:last-of-type {
  line-height: 1.8;
  width: 100%;
}

.p-inquiries-link {
  border: 1px solid #e8e9ec;
  border-radius: 4px;
  margin-bottom: 24px;
  padding: 12px;
}

@media screen and (min-width: 1024px) {
  .p-inquiries-link {
    margin-bottom: 40px;
    padding: 24px;
  }
}

.p-inquiries-link .p-inquiries-list-upper {
  border-bottom: unset;
}

.p-inquiries-link .p-inquiries-list-upper .item-meta {
  padding: 0 0 0 12px;
}

.p-login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 80px 8px 0;
}

@media screen and (min-width: 1024px) {
  .p-login {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 16px;
    margin-top: 0;
    min-height: calc(100vh - 56px);
    padding: 0 16px 16px;
  }
}

.p-login-inner {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0;
  padding: 30px 12px 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1024px) {
  .p-login-inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    max-width: 720px;
    padding: 0;
    position: relative;
    width: 50%;
  }
}

.p-login-inner .o-header {
  -webkit-box-shadow: none;
  box-shadow: none;
  top: 0;
}

@media screen and (min-width: 1024px) {
  .p-login-inner .o-header {
    top: auto;
  }
}

.p-login .a-heading-lv4 {
  margin-bottom: 0;
  padding-top: 0;
}

@media screen and (min-width: 1024px) {
  .p-login .a-heading-lv4 {
    max-width: 75%;
    width: 100%;
    padding-top: 22vh;
  }
}

.p-login #wpmem_login {
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .p-login #wpmem_login {
    max-width: 75%;
  }
}

.p-login #wpmem_login .div_text {
  margin: 0 0 24px 0;
}

.p-login .form fieldset {
  margin: 20px auto !important;
}

@media screen and (min-width: 1024px) {
  .p-login .form fieldset {
    margin: 40px auto;
  }
}

.p-login .form fieldset legend {
  display: none;
}

.p-login .form fieldset label {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 10px;
}

@media screen and (min-width: 1024px) {
  .p-login .form fieldset label {
    font-size: 1.6rem;
  }
}

.p-login .form fieldset label,
.p-login .form fieldset .button_div,
.p-login .form fieldset .link-text {
  text-align: center !important;
}

.p-login .form fieldset label .link-text-forgot,
.p-login .form fieldset label .link-text-register,
.p-login .form fieldset .button_div .link-text-forgot,
.p-login .form fieldset .button_div .link-text-register,
.p-login .form fieldset .link-text .link-text-forgot,
.p-login .form fieldset .link-text .link-text-register {
  font-size: 1.3rem;
}

@media screen and (min-width: 1024px) {

  .p-login .form fieldset label .link-text-forgot,
  .p-login .form fieldset label .link-text-register,
  .p-login .form fieldset .button_div .link-text-forgot,
  .p-login .form fieldset .button_div .link-text-register,
  .p-login .form fieldset .link-text .link-text-forgot,
  .p-login .form fieldset .link-text .link-text-register {
    font-size: 1.4rem;
  }
}

.p-login .form fieldset label .link-text-forgot a,
.p-login .form fieldset label .link-text-register a,
.p-login .form fieldset .button_div .link-text-forgot a,
.p-login .form fieldset .button_div .link-text-register a,
.p-login .form fieldset .link-text .link-text-forgot a,
.p-login .form fieldset .link-text .link-text-register a {
  text-decoration: underline;
}

.p-login .form fieldset .button_div label {
  font-weight: normal;
}

.p-login .form fieldset .button_div .buttons {
  color: #fff;
  display: inline-block;
  font-size: 1.8rem !important;
  font-weight: bold;
  line-height: 1.6;
  padding: 4px 20px;
  text-align: center;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .p-login .form fieldset .button_div .buttons {
    font-size: 2rem !important;
  }
}

.p-login .form fieldset .link-text:last-child {
  margin-top: 50px;
}

.p-login .required {
  background-color: #ec0000;
  border-radius: 3px;
  color: #fff;
  font-size: 1rem;
  font-weight: normal;
  margin-left: 1rem;
  padding: 5px;
}

@media screen and (min-width: 1024px) {
  .p-login .required {
    font-size: 1.2rem;
  }
}

.p-login .error {
  border-color: #ec0000 !important;
  color: #ec0000;
  display: block;
}

.p-login .submit {
  margin: 10px 0;
  width: 100%;
}

.p-login .submit .a-button-white {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 16px;
  text-align: center;
  width: 100%;
  padding: 4px 20px;
}

@media screen and (min-width: 1024px) {
  .p-login .submit .a-button-white {
    font-size: 2rem;
    margin: 0 auto;
  }
}

.p-login .submit .a-button-white:hover {
  border: 1px solid #005d4f;
  color: #005d4f;
}

.p-login .wpmem_msg {
  background: transparent;
  border: 2px solid #ec0000 !important;
  border-radius: 3px;
  color: #ec0000;
  font-size: 1.3rem;
  font-weight: normal;
  margin: 20px 0;
  padding: 10px;
  text-align: left;
}

@media screen and (min-width: 1024px) {
  .p-login .wpmem_msg {
    font-size: 1.4rem;
  }
}

.p-login-footer {
  color: #757575;
  font-size: 1rem;
  padding: 16px;
  text-align: center;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .p-login-footer {
    font-size: 1.2rem;
    padding-bottom: 0;
  }
}

@media screen and (min-width: 1024px) {
  .p-login-footer.register {
    max-width: 720px;
    padding-bottom: 16px;
    position: unset;
  }
}

.p-register {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  padding: 80px 8px 0;
}

@media screen and (min-width: 1024px) {
  .p-register {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 16px;
    margin: 0 auto;
    min-height: 100vh;
    padding: 0 16px;
  }
}

.p-register-contents {
  margin: 0;
  padding: 30px 12px 0;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .p-register-contents {
    padding: 0 16px;
    width: 50%;
  }
}

.p-register-contents .o-header {
  -webkit-box-shadow: none;
  box-shadow: none;
  top: 0;
}

@media screen and (min-width: 1024px) {
  .p-register-contents .o-header {
    top: auto;
  }
}

.p-register-contents main {
  padding-top: 0;
}

@media screen and (min-width: 1024px) {
  .p-register-contents main {
    padding-top: 104px;
  }
}

.p-register-contents p:not(.attention p) {
  margin-bottom: 15px;
}

.p-register-contents .attention {
  display: block;
  margin-bottom: 15px;
}

@media screen and (min-width: 1024px) {
  .p-register-contents .m-form {
    margin: 0;
    max-width: 720px;
    padding: 0;
  }
}

.p-register .a-heading-lv4 {
  margin-bottom: 30px;
}

@media screen and (min-width: 1024px) {
  .p-register .a-heading-lv4 {
    margin-bottom: 40px;
  }
}

.p-register .m-form-flex-wrap {
  gap: 24px;
}

.p-register .m-form-flex-wrap.name-wrap {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media screen and (min-width: 1024px) {
  .p-register .m-form-flex-wrap.name-wrap {
    gap: 24px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.p-register .m-form-flex-wrap .postal-search {
  margin: 20px 0 0 0;
  max-height: 40px;
}

@media screen and (min-width: 1024px) {
  .p-register .m-form-flex-wrap .postal-search {
    margin: 26px 0 0 0;
  }
}

.p-register .m-form-label.p-postal-num-wrap,
.p-register .m-form-label.p-postal-btn-wrap {
  width: 100%;
}

.p-register .email-duplication.error {
  color: #ec0000;
  display: none;
}

.p-register-comp {
  background: #f2f7f6;
  padding: 82px 16px 0;
}

.p-register-comp .m-success-card {
  padding: 16px;
}

@media screen and (min-width: 1024px) {
  .p-register-comp .m-success-card {
    max-width: 880px;
    padding: 80px;
  }
}

.p-register-comp .m-success-card .success-title {
  font-weight: 700;
  margin-bottom: 16px;
}

@media screen and (min-width: 1024px) {
  .p-register-comp .m-success-card .success-title {
    font-size: 2.6rem;
  }
}

.p-register-comp .m-success-card .success-text {
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: left;
}

@media screen and (min-width: 1024px) {
  .p-register-comp .m-success-card .success-text {
    font-size: 1.6rem;
  }
}

.p-register-comp .m-success-img {
  height: 56px;
  width: 56px;
}

.p-register-comp .m-success-text-wrap {
  max-width: 880px;
  padding: 20px 30px;
  width: 80%;
}

.p-register-comp .m-form {
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  max-width: 880px;
  padding: 40px 16px;
}

@media screen and (min-width: 1024px) {
  .p-register-comp .m-form {
    padding: 80px;
  }
}

.p-register-comp .m-form .a-heading-lv4 {
  margin-bottom: 24px;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .p-register-comp .m-form .a-heading-lv4 {
    margin-bottom: 32px;
  }
}

.p-register-comp .m-form-label {
  margin-bottom: 24px;
}

.p-register-comp .btn-black {
  margin-top: 32px;
}

@media screen and (min-width: 1024px) {
  .p-register-comp .btn-black {
    margin-top: 40px;
  }
}

.p-register-comp .btn-black a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.7rem;
  font-weight: 700;
  height: 56px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 0.04em;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .p-register-comp .btn-black a {
    font-size: 2rem;
  }
}

.p-register-comp .p-login-footer.register {
  max-width: 100%;
}

.p-password-inner {
  margin: 40px auto 100px;
  max-width: 100%;
  padding: 0 16px;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .p-password-inner {
    max-width: 640px;
    padding: 0;
    width: 75%;
  }
}

.p-password-inner #wpmem_login {
  width: 100%;
}

.p-password-inner #wpmem_login fieldset {
  margin: 40px 0 16px;
}

.p-password-inner #wpmem_login legend {
  display: none;
}

.p-password-inner #wpmem_login label {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 8px;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .p-password-inner #wpmem_login label {
    font-size: 1.6rem;
  }
}

.p-password-inner #wpmem_login label::after {
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ec0000;
  border-radius: 4px;
  color: #fff;
  content: "必須";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 1rem;
  height: 21px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 20px;
  position: absolute;
  text-align: center;
  width: 41px;
}

@media screen and (min-width: 1024px) {
  .p-password-inner #wpmem_login label::after {
    font-size: 1.2rem;
  }
}

.p-password-inner #wpmem_login label[for=rememberme]::after {
  display: none;
}

.p-password-inner #wpmem_login .button_div {
  margin-top: 40px;
  padding: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.p-password-inner #wpmem_login .button_div input {
  background: #31373b;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2;
  padding: 4px 10px;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .p-password-inner #wpmem_login .button_div input {
    font-size: 2rem;
  }
}

.p-password-inner #wpmem_login .button_div input:hover {
  background: -webkit-gradient(linear, left top, right top, from(#005D4F), to(#003D4F));
  background: -webkit-linear-gradient(left, #005D4F, #003D4F);
  background: linear-gradient(to right, #005D4F, #003D4F);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.p-password-inner #wpmem_login .button_div input#rememberme {
  width: auto;
}

.p-password-inner .submit .a-button-white {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2;
  padding: 7px 20px;
  text-align: center;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .p-password-inner .submit .a-button-white {
    font-size: 2rem;
  }
}

.p-password-inner .a-button {
  width: 100%;
}

.p-password-inner .a-button input {
  background: none !important;
}

.p-password .wpmem_msg {
  background: transparent;
  border: 2px solid #ec0000 !important;
  border-radius: 3px;
  color: #ec0000;
  font-size: 1.3rem;
  font-weight: normal;
  margin: 20px 0;
  padding: 10px;
  text-align: left;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .p-password .wpmem_msg {
    font-size: 1.4rem;
  }
}

.p-bookmark .favorite-list {
  background: #fff;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.051);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.051);
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-bottom: 1px solid transparent;
}

.p-bookmark .favorite-list:hover {
  border-bottom-color: #005d4f;
  background-color: #f2f7f6;
}

.p-bookmark .favorite-list:hover .m-news-aside--item-meta--title a {
  color: #005d4f;
}

.p-bookmark .favorite-link {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-bookmark .favorite-meta {
  padding: 18px 18px 18px 8px;
}

.p-bookmark .favorite-meta .a-heading-lv4 {
  line-height: 1.8;
}

.p-bookmark .favorite-image {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .p-bookmark .favorite-image {
    max-width: 280px;
  }
}

.p-bookmark .favorite-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-bookmark .favorite-cat {
  position: relative;
  z-index: 1;
}

.p-bookmark .favorite-icon {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
}

.p-bookmark .favorite .noimage {
  background: #b3b3b3;
  height: 100%;
  width: 100%;
}

.p-bookmark .m-article--item-inner {
  padding: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .p-bookmark .m-article--item-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.p-bookmark .m-article--item-meta--category {
  margin-right: auto;
}

.p-mypage {
  background: #f2f5f6;
  padding: 54px 16px 0;
}

@media screen and (min-width: 1024px) {
  .p-mypage .a-heading-lv2 {
    padding: 0 80px;
    max-width: 1440px;
    margin: auto;
  }
}

.p-mypage .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0;
  margin-top: 24px;
}

@media screen and (min-width: 1024px) {
  .p-mypage .flex {
    display: -ms-grid;
    display: grid;
    grid-gap: 40px;
    gap: 40px;
    margin-top: 40px;
  }
}

.p-mypage .main-content {
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .p-mypage .main-content {
    min-height: calc(100vh - 54px);
  }
}

.p-mypage .mypage-contents {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 1024px) {
  .p-mypage .mypage-contents {
    padding: 0 80px 40px;
  }
}

.p-mypage .mypage-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  margin: 0 auto 24px;
  max-width: 400px;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .p-mypage .mypage-btn {
    display: -ms-grid;
    display: grid;
    grid-gap: 40px;
    gap: 40px;
    -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    max-width: unset;
  }
}

@media screen and (min-width: 1024px) {
  .p-mypage .mypage-btn {
    margin: auto 0;
    padding: 0;
  }
}

.p-mypage .mypage-btn a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-mypage .mypage-btn a h3 {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 12px;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .p-mypage .mypage-btn a h3 {
    margin-top: 20px;
  }
}

.p-mypage .mypage-btn a h3::after {
  background: #b9b9b9;
  bottom: -16px;
  content: "";
  display: inline-block;
  height: 1px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 34px;
  z-index: 1;
}

@media screen and (min-width: 1024px) {
  .p-mypage .mypage-btn a h3::after {
    bottom: -24px;
  }
}

.p-mypage .mypage-btn li {
  background: #fff;
  border: 1px solid #e8e9ec;
  height: 330px;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.p-mypage .mypage-btn li:hover {
  border-color: #005d4f;
  background-color: #f2f7f6;
}

.p-mypage .mypage-btn li a::after {
  background: url("./assets/img/mypage/mypage-01.jpg") #85cfd2 center center no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 188px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.p-mypage .mypage-btn li:nth-child(2) a::after {
  background: url("./assets/img/mypage/mypage-05.jpg") #add0fe center center no-repeat;
  background-size: contain;
}

.p-mypage .mypage-btn li:nth-child(3) a::after {
  background: url("./assets/img/mypage/mypage-02.jpg") #61cfc6 center center no-repeat;
  background-size: contain;
}

.p-mypage .mypage-btn li:nth-child(4) a::after {
  background: url("./assets/img/mypage/mypage-03.jpg") #f8f8f8 center center no-repeat;
  background-size: contain;
}

.p-mypage .mypage-btn li:nth-child(5) a::after {
  background: url("./assets/img/mypage/mypage-04.jpg") #f8f8f8 center center no-repeat;
  background-size: contain;
}

.p-mypage .mypage-btn li .icon-contents {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f8f8f8;
  border: 4px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 88px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 100px;
  position: relative;
  width: 88px;
  z-index: 10;
}

.p-mypage .mypage-btn li .icon-arrow {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #31373b;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  right: 0;
  width: 32px;
  z-index: -1;
}

.p-mypage .bookmark-box {
  margin: 0 auto;
  max-width: 400px;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .p-mypage .bookmark-box {
    max-width: 100%;
  }
}

.p-mypage .bookmark-box h2 {
  background: #fff;
  border: 1px solid #e8e9ec;
  color: #323232;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.04rem;
  line-height: 1.6;
  margin-bottom: 0;
  padding: 12px 12px 12px 24px;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .p-mypage .bookmark-box h2 {
    font-size: 1.8rem;
  }
}

.p-mypage .bookmark-box h2::before {
  background: #2e2e2e;
  border-radius: 2px;
  content: "";
  display: inline-block;
  height: 24px;
  left: 12px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 4px;
}

.p-mypage .bookmark-box .box {
  background: #fff;
  border-bottom: 1px solid #e8e9ec;
  border-left: 1px solid #e8e9ec;
  border-right: 1px solid #e8e9ec;
  margin-bottom: 0;
  padding: 12px;
  position: relative;
}

.p-mypage .bookmark-box .box .right {
  margin-top: 12px;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .p-mypage .bookmark-box .box .right {
    text-align: right;
  }
}

.p-mypage .bookmark-box .box .right a {
  border: 1px solid #e8e9ec;
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.04rem;
  line-height: 1.8;
  padding: 4px 6px;
}

@media screen and (min-width: 1024px) {
  .p-mypage .bookmark-box .box .right a {
    display: inline;
  }
}

.p-mypage .bookmark-box .favorite-list {
  border: 1px solid #e8e9ec;
  display: -ms-grid;
  display: grid;
  grid-gap: 8px;
  gap: 8px;
  -ms-grid-columns: 80px 8px 1fr;
  grid-template-columns: 80px 1fr;
  margin-bottom: 10px;
  padding: 16px;
  position: relative;
}

.p-mypage .bookmark-box .favorite-link {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-mypage .bookmark-box .favorite-meta h3 {
  font-size: 1.3rem;
  font-weight: bold;
}

@media screen and (min-width: 1024px) {
  .p-mypage .bookmark-box .favorite-meta h3 {
    font-size: 1.4rem;
  }
}

.p-mypage .bookmark-box .favorite-image {
  height: auto;
  width: 80px;
}

.p-mypage .bookmark-box .favorite-image .noimage {
  background: #ccc;
  height: 100%;
  width: 100%;
}

.p-mypage .bookmark-box .favorite-cat {
  position: relative;
  z-index: 1;
}

.p-mypage .bookmark-box .m-news-aside--item-meta--title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 240px;
}

.p-mypage-child {
  padding-top: 54px;
  background-color: #f2f5f6;
}

.p-mypage-child .mypage-contents {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 1024px) {
  .p-mypage-child .mypage-contents {
    padding: 0 80px 40px;
  }
}

.p-mypage-child-breadcrumbs {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 1024px) {
  .p-mypage-child-breadcrumbs {
    padding: 0 80px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-mypage-child-breadcrumbs.pc-hide {
    display: block !important;
  }
}

@media screen and (max-width: 1023px) {
  .p-mypage-child-breadcrumbs.sp-hide {
    display: none !important;
  }
}

.p-mypage-child .flex {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (min-width: 1024px) {
  .p-mypage-child .flex {
    display: -ms-grid;
    display: grid;
    grid-gap: 40px;
    gap: 40px;
    -ms-grid-columns: 260px 40px 1fr;
    grid-template-columns: 260px 1fr;
  }
}

.p-mypage-child .main-content {
  background: #f2f5f6;
  padding: 54px 16px 0;
  width: 100%;
  min-height: calc(100vh - 54px);
}

@media screen and (min-width: 1024px) {
  .p-mypage-child .main-content {
    padding: 0;
  }
}

.p-mypage-child .a-heading-lv2 {
  background: #fff;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.051);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.051);
  color: #323232;
  font-weight: bold;
  margin-bottom: 24px;
  padding: 24px;
}

@media screen and (min-width: 1024px) {
  .p-mypage-child .a-heading-lv2 {
    padding: 40px 24px;
  }
}

.p-mypage-child .box {
  background: #fff;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.051);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.051);
  margin-bottom: 16px;
  padding: 12px;
}

@media screen and (min-width: 1024px) {
  .p-mypage-child .box {
    margin-bottom: 24px;
    padding: 40px;
  }
}

.p-mypage-child .box .a-heading-lv3 {
  background: #f8f8f8;
  color: #323232;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.04rem;
  line-height: 1.3;
  margin-bottom: 24px;
  padding: 16px 16px 16px 32px;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .p-mypage-child .box .a-heading-lv3 {
    font-size: 2.2rem;
  }
}

.p-mypage-child .box .a-heading-lv3::before {
  background: #2e2e2e;
  border-radius: 2px;
  content: "";
  display: inline-block;
  height: 28px;
  left: 16px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 4px;
}

.p-mypage-child .submit {
  max-width: 100%;
  width: 100%;
}

.p-mypage-child .submit .a-button,
.p-mypage-child .submit .a-button-white {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 16px;
  text-align: center;
  width: 100%;
}

@media screen and (min-width: 1024px) {

  .p-mypage-child .submit .a-button,
  .p-mypage-child .submit .a-button-white {
    font-size: 2rem;
    margin: 0;
  }
}

.p-mypage-child .submit .a-button-white:hover {
  border: 1px solid #005d4f;
  color: #005d4f;
}

.p-mypage-child .not-exist-box {
  margin-bottom: 30px;
  margin-top: 100px;
  padding: 20px;
  text-align: center;
}

.p-mypage-child .not-exist-box .a-heading-lv2 {
  margin-bottom: 20px;
}

.p-mypage-child .not-exist-box .a-heading-subtext {
  line-height: 1.4;
}

.p-mypage-child .not-exist-box .no-img {
  margin-top: 40px;
}

.p-mypage-child .not-exist-box .no-img img {
  margin: 0 auto;
}

.p-mypage-child .a-button-white.return {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  max-width: 400px;
  margin: 0 auto;
  padding: 16px;
}

body.is-fixed {
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  body.is-fixed {
    overflow: auto;
  }
}

.p-mailchg .main-content .box .a-heading-subtext {
  letter-spacing: 0.04rem;
  line-height: 1.8;
}

.p-mailchg .main-content .box .user-email {
  color: #323232;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.04rem;
  margin: 16px 0;
  padding: 16px 0;
}

@media screen and (min-width: 1024px) {
  .p-mailchg .main-content .box .user-email {
    font-size: 2.2rem;
    margin: 24px 0;
    padding: 24px 0;
  }
}

.p-mailchg .main-content .box.success {
  margin-bottom: 24px;
  padding: 80px 24px;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .p-mailchg .main-content .box.success {
    padding: 80px;
  }
}

.p-mailchg .main-content .box.success .complete-text {
  background: unset;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 40px;
  padding: 0;
}

@media screen and (min-width: 1024px) {
  .p-mailchg .main-content .box.success .complete-text {
    font-size: 2.6rem;
  }
}

.p-mailchg .main-content .box.success .complete-text::before {
  content: unset;
}

.p-mailchg .main-content .box.success p {
  color: #323232;
  font-size: 1.4rem;
  margin: 0 auto 40px;
  max-width: 700px;
  padding: 0;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .p-mailchg .main-content .box.success p {
    font-size: 1.6rem;
  }
}

.p-mailchg .main-content .box.success p span {
  display: block;
  font-size: 1rem;
  letter-spacing: 0.04rem;
  line-height: 1;
  text-align: left;
  text-indent: 1rem;
}

@media screen and (min-width: 1024px) {
  .p-mailchg .main-content .box.success p span {
    font-size: 1.2rem;
  }
}

.p-mailchg .main-content .box.success p a {
  text-decoration: underline;
}

.p-mailchg .main-content .box.success .complete-img {
  display: inline-block;
  margin-bottom: 40px;
  text-align: center;
}

.p-mailchg .main-content .box.success .complete-img img {
  margin: 0 auto;
}

.p-mailchg .main-content .box.success .a-button::after {
  opacity: 0 !important;
}

.p-mailchg .main-content .box.success .a-button-white:hover {
  border: 1px solid #005d4f;
  color: #005d4f;
}

.p-mailchg .email-duplication.error {
  display: none;
}

.p-mailchg .mailchg-note {
  border: 1px solid;
  margin: 0 0 20px;
  padding: 16px;
}

@media screen and (min-width: 1024px) {
  .p-mailchg .mailchg-note {
    padding: 20px;
  }
}

.p-mailchg .error {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #ec0000 !important;
  color: #ec0000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .p-mailchg .error {
    font-size: 1.2rem;
  }
}

.p-mailchg .error::before {
  content: url("./assets/img/icon/icon-attention-red.svg");
  display: inline-block;
  height: 24px;
  left: 0;
  margin-right: 8px;
  position: relative;
  width: 24px;
}

.p-mailchg .member-error .error {
  border: none !important;
}

.p-mailchg .mypage-btn a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-mailchg .right a {
  color: #323232;
  text-decoration: underline;
}

.p-mailchg .attention p {
  font-size: 1.4rem;
  letter-spacing: 0.04rem;
  line-height: 1.8;
  margin: 24px 0;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .p-mailchg .attention p {
    margin: 32px 0;
  }
}

.p-mailchg .attention p a {
  position: relative;
  text-decoration: underline;
}

.p-mailchg .attention p a::after {
  background: url("./assets/img/icon/icon-external-link.svg") center no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 12px;
  left: 0;
  margin: 0 4px;
  position: relative;
  width: 12px;
}

.p-mailchg .submit {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 1024px) {
  .p-mailchg .submit {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 16px;
    margin: 0 auto 40px;
    max-width: 74%;
  }
}

.p-mailchg .submit .a-button,
.p-mailchg .submit .a-button-white {
  margin-bottom: 16px;
}

@media screen and (min-width: 1024px) {

  .p-mailchg .submit .a-button,
  .p-mailchg .submit .a-button-white {
    width: 49%;
  }
}

.p-mailchg .submit .a-button-white:hover {
  border: 1px solid #005d4f;
  color: #005d4f;
}

.p-mailchg-comp .box .m-form h2 {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  text-align: center;
}

.p-mailchg-comp .box .m-form .m-form-label {
  margin-bottom: 24px;
}

.p-mailchg-comp .box .m-form .m-form-label.text {
  font-size: 1.4rem;
}

@media screen and (min-width: 1024px) {
  .p-mailchg-comp .box .m-form .m-form-label.text {
    font-size: 1.6rem;
  }
}

.p-mailchg-comp .box .m-form .m-form-label.text .midashi {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 10px;
}

@media screen and (min-width: 1024px) {
  .p-mailchg-comp .box .m-form .m-form-label.text .midashi {
    font-size: 1.6rem;
  }
}

.p-setting .main-content .m-success-title {
  -webkit-box-shadow: unset;
  box-shadow: unset;
  padding: unset;
}

.p-setting .main-content .m-success-text {
  margin-bottom: 0;
}

.p-setting .email-duplication.error {
  display: none;
}

.p-setting .mailchg-note {
  border: 1px solid;
  margin: 0 0 20px;
  padding: 16px;
}

@media screen and (min-width: 1024px) {
  .p-setting .mailchg-note {
    padding: 20px;
  }
}

.p-setting .error {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #ec0000 !important;
  color: #ec0000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.3rem;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .p-setting .error {
    font-size: 1.4rem;
  }
}

.p-setting .error::before {
  content: url("./assets/img/icon/icon-attention-red.svg");
  display: inline-block;
  height: 24px;
  left: 0;
  margin-right: 8px;
  position: relative;
  width: 24px;
}

.p-setting .mypage-btn a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-setting .right a {
  color: #323232;
  text-decoration: underline;
}

.p-setting .attention p {
  font-size: 1.3rem;
  letter-spacing: 0.04rem;
  line-height: 1.8;
  margin: 24px 0;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .p-setting .attention p {
    font-size: 1.4rem;
    margin: 32px 0;
  }
}

.p-setting .attention p a {
  position: relative;
  text-decoration: underline;
}

.p-setting .attention p a::after {
  background: url("./assets/img/icon/icon-external-link.svg") center no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 12px;
  left: 0;
  margin: 0 4px;
  position: relative;
  width: 12px;
}

.p-setting .submit {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 1024px) {
  .p-setting .submit {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 16px;
    margin: 0 auto 40px;
    max-width: 74%;
  }
}

.p-setting .a-button.btn-white {
  max-width: 400px;
}

.p-setting .h-adr h2 {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  text-align: center;
}

.p-setting .h-adr .m-form-label {
  margin-bottom: 24px;
}

.p-setting .h-adr .m-form-label.text {
  margin-bottom: 0;
}

.p-setting .h-adr .m-form-label.text .select-box-wrap {
  border: 1px solid #e8e9ec;
  display: block;
  padding: 7px 12px;
  width: 100%;
}

.p-setting .h-adr .m-form-label.text .select-box-wrap .p-region-id.select-box {
  width: 100%;
}

.p-setting-mail .main-content {
  text-align: center;
}

.p-feature-post-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.3rem;
  font-weight: 700;
  margin-top: 12px;
  padding-left: 3px;
}

@media screen and (min-width: 768px) {
  .p-feature-post-meta {
    font-size: 1.4rem;
    margin-top: 40px;
  }
}

.p-feature-post-meta-public {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 24px;
}

.p-feature-post-meta-public img {
  margin-right: 4px;
}

.p-feature-post-meta-modified {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-feature-post-meta-modified img {
  margin-right: 4px;
}

.p-feature-intro {
  margin-top: 60px;
}

@media screen and (min-width: 768px) {
  .p-feature-intro {
    margin-top: 50px;
  }
}

.p-feature-breadcrumbs {
  margin-left: auto;
  margin-right: auto;
  max-width: 1360px;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .p-feature-breadcrumbs {
    padding: 0 40px;
  }
}

.p-feature-main-content {
  display: block;
  margin: 0 auto;
  padding: 0 16px 56px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-feature-main-content {
    display: -ms-grid;
    display: grid;
    grid-gap: 40px;
    gap: 40px;
    -ms-grid-columns: minmax(440px, 840px) 40px minmax(256px, 400px);
    grid-template-columns: minmax(440px, 840px) minmax(256px, 400px);
    padding: 0 40px 40px;
    margin-bottom: 40px;
    max-width: 1360px;
  }
}

.p-feature-main-content .m-post-aside {
  padding: 0;
}

.p-feature-main-content .p-feature-aside {
  padding: 0;
}

.p-feature-article {
  font-size: 1.4rem;
  line-height: 1.8;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-feature-article {
    font-size: 1.6rem;
    max-width: 840px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-feature-article.p-category-content {
    max-width: 68%;
  }
}

.p-feature-article #ez-toc-container {
  background-color: #f2f5f6;
  border: none;
  margin-top: 35px;
  padding: 20px 26px 35px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-feature-article #ez-toc-container {
    margin-top: 30px;
  }
}

.p-feature-article #ez-toc-container li {
  display: inline;
  font-size: 1.4rem;
  font-weight: 400;
  margin-top: 16px;
}

@media screen and (min-width: 768px) {
  .p-feature-article #ez-toc-container li {
    font-size: 1.6rem;
  }
}

.p-feature-article #ez-toc-container li a {
  display: inline;
}

.p-feature-article #ez-toc-container li a::before {
  margin-right: 0.7em;
}

.p-feature-article #ez-toc-container ul {
  counter-reset: main-section;
  list-style: none;
}

.p-feature-article #ez-toc-container ul li {
  counter-increment: main-section;
  display: list-item;
}

.p-feature-article #ez-toc-container ul li::before {
  content: counter(main-section) ". ";
  margin-right: 5px;
}

.p-feature-article #ez-toc-container ul li ul {
  counter-reset: sub-section;
  list-style: none;
}

.p-feature-article #ez-toc-container ul li ul li {
  counter-increment: sub-section;
  padding-left: 34px;
  text-indent: -34px;
}

.p-feature-article #ez-toc-container ul li ul li::before {
  content: counter(main-section) "-" counter(sub-section) ". ";
  margin-right: 5px;
}

.p-feature-article #ez-toc-container ul li ul li ul {
  counter-reset: sub-sub-section;
  list-style: none;
}

.p-feature-article #ez-toc-container ul li ul li ul li {
  counter-increment: sub-sub-section;
}

.p-feature-article #ez-toc-container ul li ul li ul li::before {
  content: counter(main-section) "-" counter(sub-section) "-" counter(sub-sub-section) ". ";
  margin-right: 5px;
}

.p-feature-article #ez-toc-container ul li ul li ul li ul {
  counter-reset: sub-sub-sub-section;
  list-style: none;
}

.p-feature-article #ez-toc-container ul li ul li ul li ul li {
  counter-increment: sub-sub-sub-section;
}

.p-feature-article #ez-toc-container ul li ul li ul li ul li::before {
  content: counter(main-section) "-" counter(sub-section) "-" counter(sub-sub-section) "-" counter(sub-sub-sub-section) ". ";
  margin-right: 5px;
}

.p-feature-article #ez-toc-container .ez-toc-js-icon-con {
  display: none;
}

.p-feature-article #ez-toc-container .ez-toc-title-toggle a {
  margin-top: 5px;
  padding: 0;
  text-decoration: underline;
}

.p-feature-article #ez-toc-container .ez-toc-title-toggle .ez-toc-toggle::before {
  color: inherit;
  content: "[非表示]";
  /* アイコンを「非表示」のテキストに変更 */
  font-size: 1.4rem;
}

@media screen and (min-width: 768px) {
  .p-feature-article #ez-toc-container .ez-toc-title-toggle .ez-toc-toggle::before {
    font-size: 1.6rem;
  }
}

.p-feature-article #ez-toc-container.toc_close .ez-toc-toggle:not(.ez-toc-title)::before {
  content: "[表示]";
}

.p-feature-article #ez-toc-container .ez-toc-title-container {
  border-bottom: 2px solid #e8e9ec;
  margin-bottom: 8px;
  padding-bottom: 10px;
  position: relative;
}

.p-feature-article #ez-toc-container .ez-toc-title-container::after {
  background-color: #2e2e2e;
  bottom: -2px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 40px;
}

.p-feature-article #ez-toc-container .ez-toc-title {
  cursor: pointer;
  font-size: 1.7rem;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .p-feature-article #ez-toc-container .ez-toc-title {
    font-size: 2rem;
  }
}

.p-feature-article h1 {
  border-top: 4px solid #F0F0F0;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.04rem;
  line-height: 1.7;
  margin-top: 35px;
  padding-top: 17px;
  position: relative;
}

.p-feature-article h1::before {
  background: #005d4f;
  content: "";
  height: 4px;
  position: absolute;
  top: -4px;
  width: 160px;
}

@media screen and (min-width: 768px) {
  .p-feature-article h1 {
    font-size: 3.6rem;
    line-height: 1.8;
    padding-top: 25px;
  }
}

.p-feature-article h2 {
  border-top: 4px solid #F0F0F0;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.04rem;
  line-height: 1.7;
  margin-bottom: 20px;
  margin-top: 35px;
  padding-left: 16px;
  padding-top: 10px;
  position: relative;
}

.p-feature-article h2::before {
  background: #005d4f;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  top: -4px;
  width: 58%;
}

@media screen and (min-width: 768px) {
  .p-feature-article h2 {
    font-size: 2.6rem;
    padding-top: 17px;
  }

  .p-feature-article h2::before {
    left: -16px;
    width: 28%;
  }
}

.p-feature-article h3 {
  background-color: #f8f8f8;
  color: #323232;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 16px;
  margin-top: 30px;
  opacity: 0.9;
  padding: 16px 16px 16px 28px;
  position: relative;
}

.p-feature-article h3::after {
  background-color: #2e2e2e;
  border-radius: 20px;
  content: "";
  height: 47%;
  left: 12px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 4px;
}

@media screen and (min-width: 768px) {
  .p-feature-article h3 {
    font-size: 2.2rem;
    margin-bottom: 24px;
  }
}

.p-feature-article h4 {
  border-bottom: 2px solid #F0F0F0;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 20px;
  margin-top: 15px;
  padding-bottom: 8px;
  position: relative;
}

.p-feature-article h4::before {
  background: #2e2e2e;
  bottom: -2px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 11%;
}

@media screen and (min-width: 768px) {
  .p-feature-article h4 {
    font-size: 2rem;
    padding-bottom: 6px;
  }

  .p-feature-article h4::before {
    width: 5%;
  }
}

.p-feature-article>p {
  margin-bottom: 2.6rem;
}

.p-feature-article .has-large-font-size {
  font-size: 1.8rem !important;
}

.p-feature-article u {
  font-weight: 500;
}

.p-feature-article ul,
.p-feature-article ol {
  list-style: revert;
}

.p-feature-article table {
  margin-bottom: 24px;
}

.p-feature-article table th,
.p-feature-article table td {
  border: 1px solid #e8e9ec;
  padding: 17px 16px;
  word-break: break-word;
}

.p-feature-article .is-scroll {
  margin-bottom: 24px;
}

.p-feature-article .is-scroll table {
  margin-bottom: 0;
  min-width: 673px;
}

.p-feature-article .wp-block-button {
  margin-bottom: 10px;
  max-width: 280px !important;
}

.p-feature-article .wp-block-button__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-feature-article .wp-block-button__link.is-shadow {
  -webkit-box-shadow: 0 4px 0 #000;
  box-shadow: 0 4px 0 #000;
}

.p-feature-article .wp-block-button__link.is-shadow-gray {
  -webkit-box-shadow: 0 4px 0 #b9b9b9;
  box-shadow: 0 4px 0 #b9b9b9;
}

.p-feature-article .wp-block-button__link.is-shadow-gr {
  -webkit-box-shadow: 0 4px 0 #00283c;
  box-shadow: 0 4px 0 #00283c;
}

.p-feature-article .wp-block-button__link.is-shadow-red {
  -webkit-box-shadow: 0 4px 0 #780000;
  box-shadow: 0 4px 0 #780000;
}

.p-feature-article .wp-block-button__link.is-shadow:hover {
  opacity: 1 !important;
  -webkit-transition: all 0.4s !important;
  transition: all 0.4s !important;
}

.p-feature-article .wp-block-button__link.is-shadow,
.p-feature-article .wp-block-button__link.is-shadow-gr,
.p-feature-article .wp-block-button__link.is-shadow-gray,
.p-feature-article .wp-block-button__link.is-shadow-red {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.p-feature-article .wp-block-button__link.is-shadow:hover,
.p-feature-article .wp-block-button__link.is-shadow-gr:hover,
.p-feature-article .wp-block-button__link.is-shadow-gray:hover,
.p-feature-article .wp-block-button__link.is-shadow-red:hover {
  opacity: 0.7;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.p-feature-article .wp-block-button__link.is-shadow:active,
.p-feature-article .wp-block-button__link.is-shadow-gr:active,
.p-feature-article .wp-block-button__link.is-shadow-gray:active,
.p-feature-article .wp-block-button__link.is-shadow-red:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translateY(4px);
  -ms-transform: translateY(4px);
  transform: translateY(4px);
}

.p-feature-article .wp-block-button__link.is-shadow.is-shadow-gray:hover,
.p-feature-article .wp-block-button__link.is-shadow-gr.is-shadow-gray:hover,
.p-feature-article .wp-block-button__link.is-shadow-gray.is-shadow-gray:hover,
.p-feature-article .wp-block-button__link.is-shadow-red.is-shadow-gray:hover {
  border: 2px solid #005d4f !important;
  -webkit-box-shadow: 0 4px 0 #003d4f;
  box-shadow: 0 4px 0 #003d4f;
  opacity: 1 !important;
}

.p-feature-article .wp-block-button__link.is-shadow.is-shadow-gray:hover:active,
.p-feature-article .wp-block-button__link.is-shadow-gr.is-shadow-gray:hover:active,
.p-feature-article .wp-block-button__link.is-shadow-gray.is-shadow-gray:hover:active,
.p-feature-article .wp-block-button__link.is-shadow-red.is-shadow-gray:hover:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.p-feature-article .wp-block-button img {
  display: inline-block;
}

.p-feature-article .wp-block-button.exlarge {
  max-width: 100% !important;
}

@media screen and (min-width: 768px) {
  .p-feature-article .wp-block-button.exlarge {
    max-width: 90% !important;
  }
}

.p-feature-article .wp-block-buttons-is-layout-flex {
  gap: unset;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.p-feature-hero-image {
  height: auto;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-feature-hero-image {
    max-width: 840px;
  }
}

.p-feature-hero-image .noimage {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  color: #757575;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-feature-aside {
  margin-top: 135px;
  padding: 0 16px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-feature-aside {
    margin-top: 0;
    max-width: 400px;
    padding: 0;
  }
}

.p-feature-aside>div {
  margin-bottom: 32px;
}

.p-feature-aside-header {
  background-color: #f8f8f8;
  color: #2e2e2e;
  font-size: 1.8rem;
  font-weight: 700;
  opacity: 0.9;
  padding: 16px 16px 16px 28px;
  position: relative;
}

.p-feature-aside-header::after {
  background-color: #2e2e2e;
  border-radius: 20px;
  content: "";
  height: 47%;
  left: 12px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 4px;
}

@media screen and (min-width: 768px) {
  .p-feature-aside-header {
    font-size: 2.2rem;
  }
}

.p-feature-aside-content {
  background-color: #b9b9b9;
  padding: 16px;
}

.p-feature-aside-article {
  background-color: #fff;
  border: 1px solid #e8e9ec;
  border-radius: 2px;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  padding: 10px;
}

.p-feature-aside-article-thumb {
  height: 34px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 56px;
}

.p-feature-aside-article-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-feature-aside-article-content-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.p-feature-aside-article-date {
  color: #757575;
  font-size: 1.3rem;
}

@media screen and (min-width: 768px) {
  .p-feature-aside-article-date {
    font-size: 1.4rem;
  }
}

.p-feature-aside-article-category {
  font-size: 1.3rem;
  font-weight: 700;
  padding-left: 15px;
  position: relative;
}

.p-feature-aside-article-category::after {
  background-image: url("./assets/img/common/icon-note.svg");
  background-size: cover;
  content: "";
  height: 12px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
}

@media screen and (min-width: 768px) {
  .p-feature-aside-article-category {
    font-size: 1.4rem;
  }
}

.p-feature-aside-article-title {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.9;
  margin-top: 5px;
}

@media screen and (min-width: 768px) {
  .p-feature-aside-article-title {
    font-size: 1.4rem;
  }
}

.p-feature-aside-article-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  gap: 8px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 5px;
}

@media screen and (min-width: 768px) {
  .p-feature-aside-article-tags {
    font-size: 1.2rem;
  }
}

.p-feature-aside-article-tag {
  background-color: #F6F6F6;
  border-radius: 2px;
  padding: 4px 8px 4px 20px;
  position: relative;
}

.p-feature-aside-article-tag::after {
  background-image: url("./assets/img/common/icon-globe.svg");
  background-size: cover;
  content: "";
  height: 9px;
  left: 9px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 9px;
}

.p-feature-aside-estimate-head {
  border-bottom: 2px solid #F0F0F0;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
  padding-bottom: 14px;
  position: relative;
}

.p-feature-aside-estimate-head::before {
  background: #2e2e2e;
  bottom: -2px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 14%;
}

@media screen and (min-width: 768px) {
  .p-feature-aside-estimate-head {
    font-size: 2rem;
  }
}

.p-feature-aside-estimate-product {
  background-color: #fff;
  border: 1px solid #e8e9ec;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  padding: 10px;
}

.p-feature-aside-estimate-product+.p-feature-aside-estimate-product {
  border-top: none;
}

.p-feature-aside-estimate-product:has(input:checked) {
  background-color: #f2f5f6;
}

.p-feature-aside-estimate-product-check input {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #e8e9ec;
  border-radius: 3px;
  height: 16px;
  width: 16px;
}

.p-feature-aside-estimate-product-check input:checked {
  -moz-appearance: auto;
  -webkit-appearance: auto;
  appearance: auto;
}

.p-feature-aside-estimate-product-thumb img {
  height: 45px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 72px;
}

.p-feature-aside-estimate-product-title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7;
  margin-top: -5px;
}

@media screen and (min-width: 768px) {
  .p-feature-aside-estimate-product-title {
    font-size: 1.4rem;
  }
}

.p-feature-aside-estimate-submit {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ba0d0d;
  border-bottom: 3px solid #a70606;
  -webkit-box-shadow: 0 5px 10px 0 rgba(134, 33, 0, 0.2509803922);
  box-shadow: 0 5px 10px 0 rgba(134, 33, 0, 0.2509803922);
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  font-weight: 700;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 16px;
}

@media screen and (min-width: 768px) {
  .p-feature-aside-estimate-submit {
    font-size: 1.8rem;
  }
}

.p-feature-aside-estimate-submit img {
  margin-right: 5px;
}

.p-feature-aside-estimate-clear {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.3rem;
  font-weight: 700;
  margin: 7px auto 0;
  padding: 11px 3px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (min-width: 768px) {
  .p-feature-aside-estimate-clear {
    font-size: 1.4rem;
  }
}

.p-feature-aside-estimate-clear img {
  margin-right: 7px;
  margin-top: 1px;
}

.p-feature-aside-category .p-feature-aside-content {
  padding: 0;
}

.p-feature-aside-category-parent {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f2f5f6;
  border-bottom: 1px solid #e8e9ec;
  border-top: 1px solid #e8e9ec;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 16px 13px;
}

.p-feature-aside-category-parent img {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  width: 16px;
}

.p-feature-aside-category-parent-wrap {
  border: 1px solid #e8e9ec;
  padding: 0;
}

.p-feature-aside-category-parent.is-open img {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.p-feature-aside-category-child {
  background-color: #fff;
  border: 1px solid #e8e9ec;
  font-size: 1.3rem;
  font-weight: 700;
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-feature-aside-category-child {
    font-size: 1.4rem;
  }
}

.p-feature-aside-category-child::after {
  background-image: url("./assets/img/icon/icon-arrow-gr.svg");
  background-size: contain;
  content: "";
  height: 13px;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 13px;
}

.p-feature-aside-category-child a {
  display: block;
  padding: 16px;
}

.p-feature-aside-category-child+.p-feature-aside-category-child {
  border-top: none;
}

.p-feature-aside-category-child-wrap {
  background-color: #f8f8f8;
  padding: 16px;
}

@media screen and (min-width: 768px) {
  .p-feature-archive {
    padding-right: 40px;
    padding-left: 40px;
  }
}

.p-feature-archive__breadcrumbs {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .p-feature-archive__breadcrumbs {
    padding: 0 40px;
  }
}

.p-feature-archive__title {
  background-color: #f2f7f6;
}

@media screen and (min-width: 768px) {
  .p-feature-archive__title {
    margin: 0 -40px;
  }
}

.p-feature-archive__title h1 {
  font-weight: 700;
  max-width: 1360px;
  padding: 64px 0;
  margin: 0 auto;
  padding-left: 16px;
}

@media screen and (min-width: 768px) {
  .p-feature-archive__title h1 {
    padding-left: 40px;
  }
}

.p-feature-archive__content {
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .p-feature-archive__content {
    padding: 0;
  }
}

.p-feature-archive__main {
  display: block;
  max-width: 1280px;
  margin: 80px auto 56px;
}

@media screen and (min-width: 768px) {
  .p-feature-archive__main {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(456px, 950px) 40px minmax(220px, 290px);
    grid-template-columns: minmax(456px, 950px) minmax(220px, 290px);
    grid-gap: 40px;
    gap: 40px;
    margin-bottom: 80px;
    padding: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-feature-archive__main .m-archive-aside {
    margin-top: 0;
  }
}

.p-feature-archive__article {
  background-color: #fff;
  border: 1px solid #e8e9ec;
  border-radius: 2px;
  padding: 10px;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(165px, 1fr));
  grid-gap: 12px;
  gap: 12px;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .p-feature-archive__article {
    margin-top: 0;
    max-width: 467px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}

.p-feature-archive__article-wrap {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  grid-gap: 16px;
  gap: 16px;
  max-width: 950px;
}

@media screen and (min-width: 768px) {
  .p-feature-archive__article-wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(220px, 1fr) 16px minmax(220px, 1fr);
    grid-template-columns: repeat(2, minmax(220px, 1fr));
  }
}

.p-feature-archive__article-thumb {
  -o-object-fit: cover;
  object-fit: cover;
}

.p-feature-archive__article-thumb img {
  width: 100%;
}

.p-feature-archive__article-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-feature-archive__article-content-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.p-feature-archive__article-date {
  color: #757575;
  font-size: 1.4rem;
}

@media screen and (min-width: 768px) {
  .p-feature-archive__article-date {
    font-size: 1.6rem;
  }
}

.p-feature-archive__article-category {
  font-weight: 700;
  font-size: 1.3rem;
  padding-left: 15px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-feature-archive__article-category {
    font-size: 1.4rem;
  }
}

.p-feature-archive__article-category::after {
  content: "";
  background-image: url("./assets/img/common/icon-note.svg");
  background-size: cover;
  width: 10px;
  height: 12px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}

.p-feature-archive__article-title {
  font-size: 1.3rem;
  margin-top: 5px;
  font-weight: 700;
  line-height: 1.9;
}

@media screen and (min-width: 768px) {
  .p-feature-archive__article-title {
    font-size: 1.4rem;
  }
}

.p-feature-archive__article-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 8px;
  font-size: 1rem;
  margin-top: 5px;
}

@media screen and (min-width: 768px) {
  .p-feature-archive__article-tags {
    font-size: 1.2rem;
  }
}

.p-feature-archive__article-tag {
  background-color: #F6F6F6;
  border-radius: 2px;
  padding: 4px 8px 4px 20px;
  position: relative;
}

.p-feature-archive__article-tag::after {
  content: "";
  position: absolute;
  background-image: url("./assets/img/common/icon-globe.svg");
  background-size: cover;
  width: 9px;
  height: 9px;
  left: 9px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.p-feature-archive-product {
  max-width: 1280px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .p-products-search {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
  }
}

@media screen and (min-width: 768px) {
  .p-products-search button {
    font-size: 1.8rem;
    height: 30px;
    width: 117px;
  }
}

.p-products-breadcrumb-wrap {
  margin: auto;
  max-width: 1280px;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .p-products-breadcrumb-wrap {
    padding: 0 40px;
  }
}

.p-products-heading {
  margin-bottom: 12px;
}

@media screen and (min-width: 768px) {
  .p-products-heading {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0;
    max-width: 1280px;
    width: 100%;
  }
}

.p-products-heading-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

@media screen and (min-width: 768px) {
  .p-products-heading-inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
  }
}

.p-products-heading-wrap {
  background: #f2f7f6;
  margin: 0 -16px;
  padding: 32px 16px;
}

@media screen and (min-width: 768px) {
  .p-products-heading-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 calc(50% - 50vw);
    padding: 40px;
    width: 100vw;
  }
}

.p-products-heading-wrap-cat {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .p-products-heading-wrap-cat {
    width: 100%;
  }
}

.p-products-heading--image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 40px;
  width: 40px;
}

@media screen and (min-width: 768px) {
  .p-products-heading--image {
    background-size: 90px !important;
    height: 80px;
    width: 80px;
  }
}

.p-products-heading--text {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-products-heading h1 {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .p-products-heading h1 {
    font-size: 2.6rem;
  }
}

.p-products-heading p {
  font-size: 1.3rem;
  letter-spacing: 0.04em;
  line-height: 1.8;
  margin: 12px 0 0;
}

@media screen and (min-width: 768px) {
  .p-products-heading p {
    font-size: 1.4rem;
  }
}

.p-products-heading--pickup {
  margin-top: 32px;
}

@media screen and (min-width: 768px) {
  .p-products-heading--pickup {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    max-width: 380px;
    width: 30%;
  }
}

.p-products-heading--pickup .m-pickup--list,
.p-products-heading--pickup .m-category-list li a {
  background-color: transparent;
}

@media screen and (min-width: 768px) {
  .p-products-heading.search {
    display: block;
  }
}

.p-products-heading.search h1 {
  margin-bottom: 16px;
}

@media screen and (min-width: 768px) {
  .p-products-heading.search h1 {
    margin-bottom: 0;
  }
}

.p-products-heading.search p {
  margin-top: 16px;
}

@media screen and (min-width: 768px) {
  .p-products-heading.search p {
    margin-top: 24px;
  }
}

.p-products-section {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .p-products-section {
    margin-top: 80px;
  }
}

.p-products-section-main-column {
  position: relative;
}

@media screen and (min-width: 1024px) {
  .p-products-section-main-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.p-products-section-main-column .p-products-single-contact {
  margin-top: 24px;
}

@media screen and (min-width: 1024px) {
  .p-products-section-main-column .p-products-single-contact {
    margin-top: 0;
    max-width: 290px;
  }
}

.p-products-description h2 {
  border-top: 4px solid #f0f0f0;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.8;
  margin: 40px 0 20px;
  padding: 16px 12px 8px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-products-description h2 {
    font-size: 2.6rem;
    margin-top: 80px;
    padding: 24px 16px 12px;
  }
}

.p-products-description h2:after {
  background: #005d4f;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  top: -4px;
  width: 100px;
}

.p-products-description h3 {
  background: #f2f2f2;
  border-radius: 2px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.8;
  margin: 24px 0;
  padding: 16px 16px 16px 24px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-products-description h3 {
    font-size: 2.2rem;
    padding-left: 32px;
  }
}

.p-products-description h3:before {
  background: #2e2e2e;
  border-radius: 40px;
  content: "";
  height: calc(100% - 24px);
  left: 12px;
  position: absolute;
  top: 12px;
  width: 4px;
}

@media screen and (min-width: 768px) {
  .p-products-description h3:before {
    height: calc(100% - 32px);
    left: 16px;
    top: 16px;
  }
}

.p-products-description p {
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  line-height: 1.8;
  margin-bottom: 24px;
}

@media screen and (min-width: 768px) {
  .p-products-description p {
    font-size: 1.6rem;
  }
}

.p-products-description p a {
  text-decoration: underline;
}

.p-products-menu {
  background: #31373b;
  color: #fff;
  font-size: 1.6rem;
  margin: 56px -16px 0;
  overflow-x: auto;
  width: 100vw;
}

@media screen and (min-width: 768px) {
  .p-products-menu {
    margin: 80px calc(50% - 50vw) 0;
  }
}

.p-products-menu-wrap {
  height: 48px;
  margin: 40px auto 0;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-products-menu-wrap {
    margin-top: 0;
  }
}

.p-products-menu-wrap.is-single {
  margin: 56px -16px 0;
}

@media screen and (min-width: 768px) {
  .p-products-menu-wrap.is-single {
    margin: 80px calc(50% - 50vw) 0;
  }
}

.p-products-menu-wrap.is-single .p-products-menu {
  margin: 0;
}

.p-products-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  margin: 0;
  padding: 0 6px;
}

@media screen and (min-width: 768px) {
  .p-products-menu ul {
    padding: 0 40px;
  }
}

@media screen and (min-width: 1360px) {
  .p-products-menu ul {
    margin: 0 auto;
    max-width: 1280px;
    padding: 0;
    width: 100%;
  }
}

.p-products-menu ul li {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  letter-spacing: 0.04em;
}

.p-products-menu ul li:hover {
  background-color: #757575;
}

.p-products-menu ul li span {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 0 8px;
}

@media screen and (min-width: 768px) {
  .p-products-menu ul li span {
    padding: 0 16px;
  }
}

.p-products-menu ul li a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  height: 100%;
  padding: 0 12px;
}

@media screen and (min-width: 768px) {
  .p-products-menu ul li a {
    padding: 0 16px;
  }
}

.p-products-menu ul li a:after {
  background: url(./assets/img/icon/icon-arrow-wh.svg) no-repeat center/12px auto;
  content: "";
  height: 16px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 16px;
}

.p-products-menu ul li:last-of-type {
  padding-right: 6px;
}

.p-products-menu.is-fixed {
  left: 0;
  margin: 0;
  position: fixed;
  top: 56px;
  width: 100%;
  z-index: 10;
}

@media screen and (min-width: 768px) {
  .p-products-menu.is-fixed {
    top: 80px;
  }
}

.p-products-menu.is-fixed.is-shift {
  margin-top: 46px;
}

@media screen and (min-width: 768px) {
  .p-products-menu.is-fixed.is-shift {
    margin-top: 32px;
  }
}

.p-products-menu-cat {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .p-products-menu-cat {
    width: 100%;
  }
}

.p-products-content-wrap {
  padding-top: 40px;
}

@media screen and (min-width: 768px) {
  .p-products-content-wrap {
    padding-top: 80px;
  }
}

.p-products-content-wrap .p-products-section:first-of-type {
  margin-top: 0;
}

.p-products-content-wrap.is-cat-child .p-category-is-layout-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (min-width: 1024px) {
  .p-products-content-wrap.is-cat-child .p-category-is-layout-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.p-products-content-wrap.is-cat-child .p-category-aside {
  max-width: 100%;
}

@media screen and (min-width: 1024px) {
  .p-products-content-wrap.is-cat-child .p-category-aside {
    max-width: 30%;
  }
}

.p-products-content-wrap.is-cat-child .p-products-single-contact-result {
  max-width: 950px;
}

.p-products-single-contact-result {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-products-title-wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 4px solid #f0f0f0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .p-products-title-wrap .a-heading {
    border: none;
    margin-bottom: 0;
  }
}

.p-products-select {
  background: #f2f2f2;
  border: 1px solid #e8e9ec;
  padding: 8px 12px;
}

@media screen and (min-width: 768px) {
  .p-products-select {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    margin-top: 16px;
  }
}

.p-products-select h3 {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 8px;
}

@media screen and (min-width: 768px) {
  .p-products-select h3 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 1.8rem;
    margin-bottom: 0;
  }
}

.p-products-select select {
  background: url(./assets/img/icon/icon-arrow-down.svg) #fff no-repeat center right 12px/14px auto;
  border: 1px solid #e8e9ec;
  border-radius: 2px;
  font-size: 1.3rem;
  letter-spacing: 0.04em;
  padding: 12px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-products-select select {
    font-size: 1.4rem;
    padding: 8px 30px 8px 12px;
  }
}

.p-products-format {
  display: -ms-grid;
  display: grid;
  grid-gap: 8px;
  gap: 8px;
  -ms-grid-columns: 1fr 8px 1fr;
  grid-template-columns: 1fr 1fr;
  margin: 0;
  padding: 0;
}

.p-products-format li {
  background: #f2f2f2;
  border-radius: 8px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  gap: 4px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 0.04em;
  padding: 8px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

@media screen and (min-width: 768px) {
  .p-products-format li {
    padding: 8px 16px;
  }
}

.p-products-format li.is-selected {
  background: #31373b;
  color: #fff;
  cursor: auto;
}

.p-products-format li:hover {
  opacity: 0.65;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.p-products-result {
  margin-top: 24px;
}

@media screen and (min-width: 768px) {
  .p-products-result {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    margin-top: 0;
  }
}

.p-products-result.top {
  margin-bottom: 16px;
}

@media screen and (min-width: 768px) {
  .p-products-result.top {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.p-products-result.bottom {
  margin-top: 16px;
}

@media screen and (min-width: 768px) {
  .p-products-result.bottom {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.p-products-result p {
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  margin-bottom: 12px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-products-result p {
    font-size: 1.6rem;
    margin-bottom: 0;
  }
}

.p-products-result p span {
  color: #003d4f;
  font-size: 1.8rem;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .p-products-result p span {
    font-size: 2.2rem;
  }
}

@media screen and (min-width: 768px) {
  .p-products-result .m-pagination ul {
    padding-left: 0;
  }
}

.p-products-list--header {
  margin: 16px 0;
}

@media screen and (min-width: 768px) {
  .p-products-list--header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .p-products-list .m-product-slide--item:hover .m-product-slide--item-inner {
    background-color: #f2f7f6;
  }
}

.p-products-list.is-tile {
  display: -ms-grid;
  display: grid;
  grid-gap: 24px;
  gap: 24px;
}

@media screen and (min-width: 768px) {
  .p-products-list.is-tile {
    gap: 40px;
    -ms-grid-columns: 1fr 40px 1fr 40px 1fr 40px 1fr;
    grid-template-columns: repeat(4, 1fr);
  }
}

@media screen and (min-width: 768px) {
  .p-products-list.is-tile.column-3 {
    -ms-grid-columns: 1fr 24px 1fr 24px 1fr;
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-products-list.is-tile .m-product-slide--item-image img {
  margin: 20px 20px 0;
  width: calc(100% - 40px);
}

@media screen and (min-width: 768px) {
  .p-products-list.is-tile .m-product-slide--item-image img {
    margin: 0;
    width: 100%;
  }
}

.p-products-list.is-tile .m-companies-card-details-listwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media screen and (min-width: 768px) {
  .p-products-list.is-tile .m-companies-card-details-listwrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-height: 185px;
    min-height: 171px;
  }
}

.p-products-list.is-tile .m-companies-card-details-listwrap dl {
  max-width: 560px;
}

.p-products-list.is-tile .m-companies-card-details-listwrap dl dd:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .p-products-list.is-list.column-3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.p-products-list.is-list .m-product-slide--item-image {
  max-width: 115px;
}

@media screen and (min-width: 768px) {
  .p-products-list.is-list .m-product-slide--item-image {
    max-width: 192px;
  }
}

.p-products-list.is-list .m-product-slide--item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 24px;
}

.p-products-list.is-list .m-product-slide--item-inner:last-child {
  margin-bottom: 0;
}

.p-products-list.is-list .m-product-slide--item-inner-image {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-width: 150px;
}

@media screen and (min-width: 768px) {
  .p-products-list.is-list .m-product-slide--item-inner-image {
    max-width: 188px;
  }
}

@media screen and (min-width: 768px) {
  .p-products-list.is-list .m-product-slide--item-inner-meta {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .p-products-list.is-list .m-product-slide--item-inner-meta--btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
  }
}

.p-products-list.is-list .m-product-slide--item-inner .is-list-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 16px;
}

@media screen and (min-width: 768px) {
  .p-products-list.is-list .m-product-slide--item-inner .is-list-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 100%;
  }
}

.p-products-list.is-list .m-product-slide--item-inner .is-list-flex-inner {
  max-width: 565px;
}

.p-products-list.is-list .m-product-slide--item-inner .is-list-flex .m-product-slide--item-meta--btn {
  height: 30px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .p-products-list.is-list .m-product-slide--item-inner .is-list-flex .m-product-slide--item-meta--btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: unset;
    max-width: 150px;
  }
}

.p-products-list.is-list .m-product-slide--item-inner .is-list-flex .m-product-slide--item-meta--category {
  margin: 0;
}

.p-products-list.is-list .m-product-slide--item-inner .is-list-flex .m-product-slide--item-meta--text {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin-bottom: 0;
  overflow: hidden;
}

.p-products-list.is-list .m-companies-card {
  max-width: 100%;
}

.p-products-list.is-list .m-companies-card li {
  max-width: 100%;
}

.p-products-list.is-list .m-companies-card-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 24px;
  padding: 16px;
}

.p-products-list.is-list .m-companies-card-inner:last-child {
  margin-bottom: 0;
}

.p-products-list.is-list .m-companies-card-photo {
  margin: 0 8px 0 0;
  max-width: 20%;
}

@media screen and (min-width: 768px) {
  .p-products-list.is-list .m-companies-card-photo {
    margin: 0 24px 0 0;
    max-width: 160px;
  }
}

.p-products-list.is-list .m-companies-card-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 78%;
}

@media screen and (min-width: 768px) {
  .p-products-list.is-list .m-companies-card-details {
    display: -ms-grid;
    display: grid;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    max-width: 100%;
  }
}

.p-products-list.is-list .m-companies-card-details-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .p-products-list.is-list .m-companies-card-details-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.p-products-list.is-list .m-companies-card-details-listwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .p-products-list.is-list .m-companies-card-details-listwrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.p-products-list.is-list .m-companies-card-details-listwrap .a-heading-lv5 {
  margin-bottom: 8px;
}

@media screen and (min-width: 768px) {
  .p-products-list.is-list .m-companies-card-details-listwrap dl {
    max-width: 560px;
  }
}

.p-products-list.is-list .m-companies-card-details-listwrap dd:last-child {
  margin-bottom: 0;
}

.p-products-list.is-list .m-companies-card-details-listwrap dd p {
  margin-bottom: 0;
  white-space: nowrap;
}

.p-products-list.is-list .m-companies-card-details-details-listwrap {
  max-width: 70%;
}

@media screen and (min-width: 768px) {
  .p-products-list.is-list .m-companies-card-details-details-listwrap {
    max-width: 100%;
  }
}

.p-products-list.is-list .m-companies-card .m-product-slide--item-meta--btn {
  height: 30px;
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .p-products-list.is-list .m-companies-card .m-product-slide--item-meta--btn {
    max-width: 150px;
  }
}

.p-products-empty-text {
  font-size: 1.4rem;
  margin: 20px 0;
}

@media screen and (min-width: 768px) {
  .p-products-empty-text {
    font-size: 1.6rem;
  }
}

.p-products-all {
  margin-top: 0 !important;
  padding-top: 104px;
}

@media screen and (min-width: 768px) {
  .p-products-all {
    margin-top: 0 !important;
    padding-top: 128px;
  }
}

.p-products-news {
  margin-top: -48px;
  padding-top: 104px;
}

@media screen and (min-width: 768px) {
  .p-products-news {
    padding-top: 128px;
  }
}

.p-products-catalog {
  margin-top: -48px;
  padding-top: 104px;
}

@media screen and (min-width: 768px) {
  .p-products-catalog {
    padding-top: 128px;
  }
}

.p-products-catalog .m-article--item .a-heading-subtext {
  padding: 0 12px 12px;
}

@media screen and (min-width: 768px) {
  .p-products-catalog .m-article--item .a-heading-subtext {
    padding: 0;
  }
}

.p-products-catalog .m-article--item .a-heading-subtext .a-button {
  max-width: 100%;
  width: 100%;
}

.p-products-catalog .m-article--item-image {
  max-width: 80px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-products-catalog .m-article--item-image {
    max-width: 160px;
  }
}

.p-products-catalog .m-article--item-meta--category {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.p-products-catalog .m-article-item-inner {
  padding-bottom: 8px;
}

@media screen and (min-width: 768px) {
  .p-products-catalog .m-article-item-inner {
    padding-bottom: 16px;
  }
}

.p-products-catalog .m-article .a-button {
  white-space: nowrap;
}

.p-products-catalog .m-companies-card-details-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-products-catalog .m-companies-card-details-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.p-products-catalog .m-companies-card-details-wrap .a-heading-subtext {
  padding: 12px 0 0;
}

.p-faq .m-breadcrumbs-wrap {
  padding-left: 16px;
}

@media screen and (min-width: 1024px) {
  .p-faq .m-breadcrumbs-wrap {
    padding-left: 80px;
  }
}

.p-faq .a-heading-lv2 {
  background: #f2f7f6;
  margin-bottom: 40px;
  padding: 50px 16px;
  text-align: left;
}

@media screen and (min-width: 1024px) {
  .p-faq .a-heading-lv2 {
    margin-bottom: 80px;
    padding: 70px 80px;
  }
}

.p-faq-content {
  margin: 0 auto 100px;
  padding: 0 16px;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .p-faq-content {
    padding: 0;
    width: min(100%, 1280px);
  }
}

.p-faq-content-item-toggle {
  background: #003d4f;
  border-radius: 3px;
  height: 2px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  width: 16px;
}

@media screen and (min-width: 1024px) {
  .p-faq-content-item-toggle {
    height: 3px;
    right: 24px;
    width: 24px;
  }
}

.p-faq-content-item-toggle::after {
  background: #003d4f;
  border-radius: 3px;
  content: "";
  height: 2px;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  width: 16px;
}

@media screen and (min-width: 1024px) {
  .p-faq-content-item-toggle::after {
    height: 3px;
    width: 24px;
  }
}

.p-faq-question,
.p-faq-answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.8;
  position: relative;
  text-align: left;
}

.p-faq-question::before,
.p-faq-answer::before {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #003d4f;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  height: 24px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 12px;
  position: relative;
  width: 24px;
}

@media screen and (min-width: 1024px) {

  .p-faq-question::before,
  .p-faq-answer::before {
    height: 32px;
    margin-right: 16px;
    width: 32px;
    font-size: 1.8rem;
  }
}

.p-faq-question {
  border-top: 1px solid #e8e9ec;
  color: #003d4f;
  cursor: pointer;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 10px 28px 10px 0;
}

@media screen and (min-width: 1024px) {
  .p-faq-question {
    font-size: 1.8rem;
    padding: 24px;
  }
}

.p-faq-question::before {
  border: 2px solid #003d4f;
  color: #003d4f;
  content: "Q";
  margin: 0 12px 0 0;
}

@media screen and (min-width: 1024px) {
  .p-faq-question::before {
    margin: 0 16px 0 0;
  }
}

@media screen and (max-width: 500px) {
  .p-faq-question::before {
    margin: 10px 12px 0 0;
  }
}

.p-faq-question:last-of-type {
  border-bottom: 1px solid #e8e9ec;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.p-faq-question.is-show .p-faq-content-item-toggle::after {
  -webkit-transform: rotate(0) !important;
  -ms-transform: rotate(0) !important;
  transform: rotate(0) !important;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.p-faq-question.is-show:last-of-type {
  border-bottom: 1px solid #fff;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

@media screen and (min-width: 1024px) {
  .p-faq-question.is-show:last-of-type {
    border-bottom: 1px solid #e8e9ec;
  }
}

.p-faq-answer {
  font-size: 1.3rem;
  line-height: 1.4;
  padding: 4px 0 16px;
}

@media screen and (min-width: 1024px) {
  .p-faq-answer {
    border-top: 1px solid #e8e9ec;
    font-size: 1.6rem;
    line-height: 1.8;
    padding: 24px;
  }
}

.p-faq-answer::before {
  background: #ba0d0d;
  color: #fff;
  content: "A";
  margin: 0 12px 0 0;
}

@media screen and (min-width: 1024px) {
  .p-faq-answer::before {
    margin: 0 16px 0 0;
  }
}

.p-faq-answer:last-of-type {
  border-bottom: 1px solid #e8e9ec;
}

@media screen and (min-width: 1024px) {
  .p-faq-answer:last-of-type {
    border-top: none;
  }
}

.p-companies .main-content {
  margin: 0 auto;
  padding: 0 16px;
  width: min(100%, 1360px);
}

.p-companies .m-pagination {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 24px 0 80px;
}

@media screen and (min-width: 1024px) {
  .p-companies .m-pagination {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.p-companies .m-pagination__list__item a,
.p-companies .m-pagination__list__item span {
  color: #003d4f;
}

.p-companies-menu {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 1024px) {
  .p-companies-menu {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    display: -ms-grid;
    display: grid;
    grid-gap: unset;
    gap: unset;
    -ms-grid-columns: 1fr unset 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

.p-companies-menu .m-pagination {
  gap: 40px;
  margin: 0 0 24px;
}

@media screen and (min-width: 1024px) {
  .p-companies-menu .m-pagination {
    gap: unset;
  }
}

.p-companies-format-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.p-companies-format-list .format-choice-tile,
.p-companies-format-list .format-choice-list {
  background-color: #f2f2f2;
  border-radius: 5px;
  color: #323232;
  cursor: pointer;
  font-size: 14px;
  margin-right: 20px;
  padding: 5px 10px 5px 26px;
  position: relative;
}

.p-companies-format-list .format-choice-tile:last-child,
.p-companies-format-list .format-choice-list:last-child {
  margin-right: 0;
}

.p-companies-format-list .format-choice-tile::before,
.p-companies-format-list .format-choice-list::before {
  content: "";
  display: inline-block;
  height: 16px;
  left: 8px;
  position: absolute;
  top: 6px;
  width: 16px;
}

.p-companies-format-list .format-choice-tile.is-choice,
.p-companies-format-list .format-choice-list.is-choice {
  background: #31373b;
  color: #fff;
}

.p-companies-format-list .format-choice-tile::before {
  background: url("./assets/img/icon/icon-img.svg") no-repeat 0 0/cover;
}

.p-companies-format-list .format-choice-tile.is-choice::before {
  background: url("./assets/img/icon/icon-img-wh.svg") no-repeat 0 0/cover;
}

.p-companies-format-list .format-choice-list::before {
  background: url("./assets/img/icon/icon-list.svg") no-repeat 0 0/cover;
  background-size: cover;
}

.p-companies-format-list .format-choice-list.is-choice::before {
  background: url("./assets/img/icon/icon-list-wh.svg") no-repeat 0 0/cover;
}

.p-companies-list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  row-gap: 20px;
}

@media screen and (min-width: 1024px) {
  .p-companies-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

.p-companies-submit-btn {
  text-align: right;
}

.p-companies .bottom-paging {
  color: #003d4f;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: auto;
  margin-bottom: 80px;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .p-companies .bottom-paging {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: unset;
  }
}

.p-companies .bottom-paging .a-heading-text {
  color: #323232;
  font-weight: normal;
}

.p-companies-single-main {
  display: block;
}

@media screen and (min-width: 768px) {
  .p-companies-single-main {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(200px, 290px) 40px minmax(496px, 950px);
    grid-template-columns: minmax(200px, 290px) minmax(496px, 950px);
    grid-gap: 40px;
    gap: 40px;
  }
}

@media screen and (min-width: 768px) {
  .p-companies-single-main-thumb {
    max-width: 290px;
  }
}

.p-companies-single-main-thumb img {
  width: 100%;
}

.p-companies-single-main-content {
  font-size: 1.5rem;
}

.p-companies-single-main-content h1 {
  font-size: 2.4rem;
  padding-top: 10px;
  font-weight: 700;
  line-height: 1.7;
  border-top: 4px solid #F0F0F0;
  margin-top: 35px;
  margin-bottom: 20px;
  padding-left: 16px;
  position: relative;
}

.p-companies-single-main-content h1::before {
  left: 0;
  content: "";
  position: absolute;
  top: -4px;
  height: 4px;
  width: 58%;
  background: #005D4F;
}

@media screen and (min-width: 768px) {
  .p-companies-single-main-content h1 {
    font-size: 2.7rem;
    padding-top: 17px;
    margin-top: 0;
  }

  .p-companies-single-main-content h1::before {
    left: 0px;
    width: 28%;
  }
}

.p-companies-single-main-content h2 {
  margin-bottom: 16px;
  font-size: 2rem;
  background-color: #f2f2f2;
  padding: 16px 16px 16px 28px;
  position: relative;
  font-weight: 700;
  margin-top: 30px;
  color: #323232;
  opacity: 0.9;
}

.p-companies-single-main-content h2::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 47%;
  background-color: #2E2E2E;
  border-radius: 20px;
  left: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  .p-companies-single-main-content h2 {
    margin-bottom: 24px;
  }
}

.p-companies-single-main-content h3 {
  padding-bottom: 8px;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.7;
  border-bottom: 2px solid #F0F0F0;
  margin-top: 15px;
  margin-bottom: 20px;
  position: relative;
}

.p-companies-single-main-content h3::before {
  width: 11%;
  content: "";
  position: absolute;
  bottom: -2px;
  height: 2px;
  left: 0;
  background: #2E2E2E;
}

@media screen and (min-width: 768px) {
  .p-companies-single-main-content h3 {
    padding-bottom: 6px;
  }

  .p-companies-single-main-content h3::before {
    width: 5%;
  }
}

.p-companies-single-main-content>p {
  margin-bottom: 2.6rem;
}

.p-companies-single-main-content .has-large-font-size {
  font-size: 2rem !important;
}

.p-companies-single-main-content u {
  font-weight: 500;
}

.p-companies-single-main-content ul,
.p-companies-single-main-content ol {
  list-style: revert;
}

.p-companies-single-main-content table {
  margin-bottom: 24px;
}

.p-companies-single-main-content table th,
.p-companies-single-main-content table td {
  border: 1px solid #E8E9EC;
  padding: 17px 16px;
}

.p-companies-single-main-content .wp-block-button {
  margin-bottom: 10px;
}

.p-companies-single-main-content .wp-block-button__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-companies-single-main-content .wp-block-button img {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .p-companies-single-product .m-product-slide--item-wrap {
    margin: 0 -16px 0 -40px;
  }
}

.p-companies-single-category-wrap {
  margin-top: 80px;
}

.p-marketingservice.lower-page {
  margin-bottom: 0;
  padding-bottom: 0;
}

.p-marketingservice .a-heading-lv3 {
  margin-bottom: 0;
  width: 100%;
}

.p-marketingservice .a-heading-lv3 span {
  font-size: 2rem;
  padding: 16px 12px 20px;
}

@media screen and (min-width: 768px) {
  .p-marketingservice .a-heading-lv3 span {
    font-size: 2.6rem;
  }
}

.p-marketingservice .a-heading-lv4 {
  background-color: #f8f8f8;
  border-radius: 2px;
  font-size: 1.8rem;
  line-height: 1.8;
  margin: 20px auto;
  padding: 12px 24px;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-marketingservice .a-heading-lv4 {
    font-size: 2.2rem;
  }
}

.p-marketingservice .a-heading-lv4::before {
  background-color: #2e2e2e;
  border-radius: 40px;
  content: "";
  height: 28px;
  left: 12px;
  position: absolute;
  top: 25%;
  width: 4px;
}

.p-marketingservice .mgb-40 {
  margin-bottom: 40px !important;
}

@media screen and (min-width: 768px) {
  .p-marketingservice .mgb-40 {
    margin-bottom: 0 !important;
  }
}

.p-marketingservice-wrap-heading {
  background-color: #f2f7f6;
  margin: 0 -16px 40px;
  padding: 32px 16px;
}

@media screen and (min-width: 768px) {
  .p-marketingservice-wrap-heading {
    margin: 0 -40px 80px;
    max-width: 1360px;
    padding: 40px;
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  .p-marketingservice-wrap-heading:before {
    background: #f2f7f6;
    content: "";
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100vw;
    z-index: -1;
  }
}

.p-marketingservice-wrap-heading .a-heading-lv2 {
  line-height: 1.6;
  margin-bottom: 0;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .p-marketingservice-wrap-heading .a-heading-lv2 {
    margin: 0 auto;
    width: min(100%, 1440px);
  }
}

.p-marketingservice-wrap-heading p {
  font-size: 1.3rem;
  line-height: 1.8;
  margin: 16px 0 0;
}

@media screen and (min-width: 768px) {
  .p-marketingservice-wrap-heading p {
    font-size: 1.4rem;
    margin: 16px auto 0;
    width: min(100%, 1440px);
  }
}

.p-marketingservice .about-jetglobal {
  padding: 0 0 40px;
}

@media screen and (min-width: 768px) {
  .p-marketingservice .about-jetglobal {
    margin: 0 auto;
    width: min(100%, 1472px);
  }
}

.p-marketingservice .about-jetglobal-inner {
  background: -webkit-gradient(linear, left top, right top, from(#005d4f), to(#003d4f));
  background: -webkit-linear-gradient(left, #005d4f 0%, #003d4f 100%);
  background: linear-gradient(90deg, #005d4f 0%, #003d4f 100%);
  border-radius: 8px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
  color: #fff;
  margin-bottom: 36px;
  padding: 8px 8px 24px 24px;
}

@media screen and (min-width: 768px) {
  .p-marketingservice .about-jetglobal-inner {
    margin-bottom: 60px;
    padding: 40px 10%;
    position: relative;
  }
}

.p-marketingservice .about-jetglobal-inner p {
  font-size: 1.4rem;
  margin-bottom: 0;
  padding-right: 16px;
}

@media screen and (min-width: 768px) {
  .p-marketingservice .about-jetglobal-inner p {
    font-size: 1.6rem;
    line-height: 1.8;
    padding-right: 0;
    text-align: center;
    width: 60%;
  }
}

.p-marketingservice .about-jetglobal-upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-marketingservice .about-jetglobal-upper {
    width: 60%;
  }
}

.p-marketingservice .about-jetglobal-upper::after {
  background-color: #b9b9b9;
  bottom: -10px;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 80px;
}

@media screen and (min-width: 768px) {
  .p-marketingservice .about-jetglobal-upper::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.p-marketingservice .about-jetglobal-upper h3 {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-marketingservice .about-jetglobal-upper h3 {
    font-size: 3.6rem;
    font-weight: bold;
    padding: 0 0 20px;
  }
}

@media screen and (min-width: 1360px) {
  .p-marketingservice .about-jetglobal-upper h3 {
    text-align: center;
  }
}

.p-marketingservice .about-jetglobal-ttl {
  font-size: 2rem;
  line-height: 1.6;
  padding-top: 16px;
}

.p-marketingservice .about-jetglobal-circle {
  width: min(100%, 100px);
}

@media screen and (min-width: 768px) {
  .p-marketingservice .about-jetglobal-circle {
    position: absolute;
    right: 10%;
    top: 40px;
    width: min(100%, 200px);
  }
}

.p-marketingservice .about-jetglobal-circle span {
  display: block;
}

.p-marketingservice .about-jetglobal-circle .jetglobal-circle-year {
  border: 1px solid #003d4f;
  border-radius: 15px;
  font-weight: 700;
  line-height: 0;
  margin: 0 auto;
  padding: 8px 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-marketingservice .about-jetglobal-circle .jetglobal-circle-season {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.8;
}

.p-marketingservice .about-jetglobal-circle p {
  font-size: 8px;
  margin: 0 auto;
  padding-right: 0 !important;
}

.p-marketingservice .about-jetglobal-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 36px;
  padding-left: 0;
}

@media screen and (min-width: 768px) {
  .p-marketingservice .about-jetglobal-group {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 40px;
  }
}

.p-marketingservice .about-jetglobal-circlegroup {
  margin: 0 auto;
}

.p-marketingservice .about-jetglobal-list {
  border: 1px solid #e8e9ec;
  border-radius: 8px;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-marketingservice .about-jetglobal-list {
    width: 33.3333333333%;
  }
}

.p-marketingservice .about-jetglobal-list-no {
  background-color: #fff;
  color: #003d4f;
  font-size: 4.4rem;
  font-weight: 700;
  left: -2px;
  letter-spacing: -0.02em;
  padding: 2px;
  position: absolute;
  top: -35px;
  z-index: 9;
}

.p-marketingservice .about-jetglobal-list-imgbg {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  margin: 12px auto 24px;
  width: 120px;
}

@media screen and (min-width: 1024px) {
  .p-marketingservice .about-jetglobal-list-imgbg {
    margin-top: 40px;
  }
}

.p-marketingservice .about-jetglobal-list img {
  margin: auto;
}

.p-marketingservice .about-jetglobal-list-ttl {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-marketingservice .about-jetglobal-list-ttl {
    font-size: 2.2rem;
  }
}

.p-marketingservice .about-jetglobal-list-ttl::after {
  background-color: #003d4f;
  content: "";
  display: block;
  height: 2px;
  margin: 16px auto;
  width: 40px;
}

.p-marketingservice .about-jetglobal-list p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 12px 12px;
}

@media screen and (min-width: 768px) {
  .p-marketingservice .about-jetglobal-list p {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 768px) {
  .p-marketingservice .about-jetglobal-list p {
    margin: 0 20px 40px;
  }
}

.p-marketingservice .about-jetglobal .sponsorship-com-ttl {
  margin-bottom: 20px;
}

.p-marketingservice .about-jetglobal .sponsorship-com-group {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (min-width: 768px) {
  .p-marketingservice .about-jetglobal .sponsorship-com-group {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: min(100%, 1035px);
  }
}

.p-marketingservice .about-jetglobal .sponsorship-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 24px;
}

.p-marketingservice .about-jetglobal .sponsorship-top img {
  border: 1px solid #e8e9ec;
  padding: 16px;
  width: 47%;
}

@media screen and (min-width: 768px) {
  .p-marketingservice .about-jetglobal .sponsorship-top {
    width: 50%;
  }
}

.p-marketingservice .about-jetglobal .mabuchi {
  border: 1px solid #e8e9ec;
  margin: 0 auto;
  padding: 16px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-marketingservice .about-jetglobal .mabuchi {
    width: 44%;
  }
}

.p-marketingservice .about-jetglobal .sponsorship-bottom {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 24px 0 20px;
}

.p-marketingservice .about-jetglobal .sponsorship-bottom .kreuz {
  width: 43%;
}

@media screen and (min-width: 768px) {
  .p-marketingservice .about-jetglobal .sponsorship-bottom .kreuz {
    width: 39%;
  }
}

.p-marketingservice .about-jetglobal .sponsorship-bottom .yoshimasu {
  width: 25%;
}

@media screen and (min-width: 768px) {
  .p-marketingservice .about-jetglobal .sponsorship-bottom .yoshimasu {
    width: 23%;
  }
}

.p-marketingservice .about-jetglobal .sponsorship-bottom .o2 {
  padding: 0;
  width: 25%;
}

@media screen and (min-width: 768px) {
  .p-marketingservice .about-jetglobal .sponsorship-bottom .o2 {
    width: 23%;
  }
}

@media screen and (min-width: 768px) {
  .p-marketingservice .about-jetglobal .sponsorship-bottom {
    margin-top: 0;
    width: 40%;
  }
}

.p-marketingservice .about-jetpublish {
  margin: 0 auto;
  padding: 40px 16px;
  width: min(100%, 1472px);
}

@media screen and (min-width: 768px) {
  .p-marketingservice .about-jetpublish {
    padding: 40px 0;
  }
}

.p-marketingservice .about-jetpublish-wrap {
  background-color: #f2f5f6;
  margin: 0 -16px;
}

@media screen and (min-width: 768px) {
  .p-marketingservice .about-jetpublish-wrap {
    margin: 0 -40px 80px;
    max-width: 1360px;
    padding: 40px;
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  .p-marketingservice .about-jetpublish-wrap:before {
    background: #f2f7f6;
    content: "";
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100vw;
    z-index: -1;
  }
}

.p-marketingservice .about-jetpublish-inner .a-heading-lv4 {
  background-color: #fff;
}

.p-marketingservice .about-jetpublish-flow {
  padding: 48px 0 56px;
}

@media screen and (min-width: 768px) {
  .p-marketingservice .about-jetpublish-flow {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-marketingservice .about-jetpublish-list {
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-marketingservice .about-jetpublish-list {
    width: 25%;
  }

  .p-marketingservice .about-jetpublish-list .about-jetpublish-group {
    min-height: 430px;
  }
}

.p-marketingservice .about-jetpublish-list:nth-child(1) .about-jetpublish-group {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 48px 60px 16px;
}

@media screen and (min-width: 768px) {
  .p-marketingservice .about-jetpublish-list:nth-child(1) .about-jetpublish-group {
    display: block;
    padding: 48px 30px 16px;
  }
}

.p-marketingservice .about-jetpublish-list:nth-child(1)::before {
  content: "01";
}

.p-marketingservice .about-jetpublish-list:nth-child(3) .about-jetpublish-group {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-marketingservice .about-jetpublish-list:nth-child(3)::before {
  content: "02";
}

.p-marketingservice .about-jetpublish-list:nth-child(5)::before {
  content: "03";
}

.p-marketingservice .about-jetpublish-list:nth-child(5) .about-jetpublish-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 224px;
}

.p-marketingservice .about-jetpublish-list:nth-child(odd)::before {
  background-color: #003d4f;
  border: 5px solid #fff;
  border-radius: 50%;
  color: #fff;
  display: block;
  font-size: 3.6rem;
  font-weight: bold;
  height: 68px;
  left: 40%;
  position: relative;
  text-align: center;
  top: 10px;
  width: 68px;
  z-index: 20;
}

.p-marketingservice .about-jetpublish-group {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -24px auto 24px;
  padding: 48px 36px 16px;
}

.p-marketingservice .about-jetpublish-group-under {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.p-marketingservice .about-jetpublish-group-under .thin-arrow2 {
  margin-top: -105px;
}

.p-marketingservice .about-jetpublish-group-under .about-jetpublish-imgbg {
  margin-top: 24px;
}

.p-marketingservice .about-jetpublish-group.is-market {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-marketingservice .about-jetpublish-group.is-market .about-jetpublish-imgbg {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: min(100%, 320px);
}

.p-marketingservice .about-jetpublish-group.is-market .about-jetpublish-imgbg img {
  height: auto;
  width: 100%;
}

.p-marketingservice .about-jetpublish-img {
  text-align: center;
}

.p-marketingservice .about-jetpublish-imgbg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 12px;
  text-align: center;
  width: 120px;
}

@media screen and (min-width: 768px) {
  .p-marketingservice .about-jetpublish-imgbg {
    margin: 0 auto 20px;
  }
}

.p-marketingservice .about-jetpublish-text {
  border: 1px solid #b3b3b3;
  border-radius: 24px;
  color: #003d4f;
  display: block;
  line-height: 1.4;
  margin: 0 auto;
  padding: 4px 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (min-width: 768px) {
  .p-marketingservice .about-jetpublish-arrow {
    padding: 0 30px;
    width: 12.5%;
  }
}

.p-marketingservice .about-jetpublish-arrow img {
  margin: 0 auto 24px;
  width: min(100%, 120px);
}

.p-marketingservice .about-jetpublish-arrow .jetpublish-text {
  background-color: #fff;
  border-radius: 2px;
  color: #005d4f;
  display: block;
  font-size: 1.3rem;
  margin: 0 auto 8px;
  text-align: center;
  width: 101px;
}

.p-marketingservice .about-jetpublish-arrow .jetpublish-no {
  color: #003d4f;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4rem;
  margin-bottom: 16px;
  text-align: center;
}

.p-marketingservice .about-jetpublish-arrow .jetpublish-permonth {
  font-size: 1rem;
}

.p-marketingservice .about-jetpublish-publishflow .a-heading-lv4 {
  background-color: #fff;
  margin-bottom: 32px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-marketingservice .about-jetpublish-publishflow .a-heading-lv4 {
    margin-bottom: 40px;
  }
}

.p-marketingservice .about-jetpublish-publishflow .a-heading-lv4::after {
  background-color: #003d4f;
  border-radius: 50%;
  content: "";
  display: block;
  height: 16px;
  left: 33px;
  position: absolute;
  top: 80px;
  width: 16px;
  z-index: 99;
}

@media screen and (min-width: 768px) {
  .p-marketingservice .about-jetpublish-publishflow .a-heading-lv4::after {
    display: none;
  }
}

.p-marketingservice .about-jetpublish-publishflow .publishflow-flow {
  padding: 48px 0 40px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-marketingservice .about-jetpublish-publishflow .publishflow-flow {
    display: none;
  }
}

.p-marketingservice .about-jetpublish-publishflow .publishflow-flow-pc {
  display: none;
}

@media screen and (min-width: 768px) {
  .p-marketingservice .about-jetpublish-publishflow .publishflow-flow-pc {
    display: block;
  }
}

.p-marketingservice .about-jetpublish-publishflow .publishflow-flow::before {
  background-color: #d9d9d9;
  content: "";
  display: block;
  height: 660px;
  left: 40px;
  position: absolute;
  top: 0;
  width: 1px;
  z-index: 0;
}

.p-marketingservice .about-jetpublish-publishflow .publishflow-flow::after {
  background-color: #003d4f;
  border-radius: 50%;
  bottom: 20px;
  content: "";
  display: block;
  height: 16px;
  left: 33px;
  position: absolute;
  width: 16px;
}

.p-marketingservice .about-jetpublish-publishflow .publishflow-flow-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.p-marketingservice .about-jetpublish-publishflow .publishflow-flow-list::before {
  background-color: #d9d9d9;
  content: "";
  display: block;
  height: 1px;
  left: 77px;
  position: absolute;
  top: 40px;
  width: 14px;
  z-index: 4;
}

.p-marketingservice .about-jetpublish-publishflow .publishflow-flow-list::after {
  background-color: #003d4f;
  border-radius: 50%;
  content: "";
  display: block;
  height: 8px;
  left: 89px;
  position: absolute;
  top: 37px;
  width: 8px;
  z-index: 5;
}

.p-marketingservice .about-jetpublish-publishflow .publishflow-flow-list:not(:nth-child(1)) .publishflow-flow-text {
  margin-top: 7px;
}

.p-marketingservice .about-jetpublish-publishflow .publishflow-flow-list:nth-child(4) .publishflow-flow-text {
  margin-top: 12px;
}

.p-marketingservice .about-jetpublish-publishflow .publishflow-flow-ttl {
  -ms-flex-line-pack: center;
  align-content: center;
  height: 80px;
  margin-right: 30px;
  width: 83px;
}

.p-marketingservice .about-jetpublish-publishflow .publishflow-flow-text {
  -ms-flex-line-pack: center;
  align-content: center;
  height: 115px;
  width: 68%;
}

.p-marketingservice .about-jetpublish-publishflow .publishflow-flow-text-upper {
  -ms-flex-line-pack: center;
  align-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
}

.p-marketingservice .about-jetpublish-publishflow .publishflow-flow-subttl {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 0;
  padding-left: 8px;
}

.p-marketingservice .publishprice {
  margin: 40px auto;
  padding: 0;
  width: min(100%, 1472px);
}

.p-marketingservice .publishprice .a-heading-lv3 {
  margin-bottom: 32px;
}

@media screen and (min-width: 768px) {
  .p-marketingservice .publishprice-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 80px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
  }

  .p-marketingservice .publishprice-wrap::after {
    background-image: url("./assets/img/icon/icon-plus.svg");
    content: "";
    display: block;
    height: 24px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 24px;
  }
}

.p-marketingservice .publishprice-group:first-child {
  border: 4px solid #003d4f;
  border-radius: 8px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-marketingservice .publishprice-group:first-child {
    width: min(100%, 400px);
  }
}

.p-marketingservice .publishprice-group:first-child::after {
  background-image: url("./assets/img/icon/icon-plus.svg");
  bottom: -44px;
  content: "";
  display: block;
  height: 24px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 24px;
}

@media screen and (min-width: 768px) {
  .p-marketingservice .publishprice-group:first-child::after {
    display: none;
  }
}

.p-marketingservice .publishprice-group span {
  font-size: 1.8rem;
  font-weight: 700;
}

.p-marketingservice .publishprice-group:last-child {
  border: 1px solid #003d4f;
  border-radius: 8px;
  margin-top: 64px;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .p-marketingservice .publishprice-group:last-child {
    margin-top: 0;
    width: min(100%, 400px);
  }
}

.p-marketingservice .publishprice-group:last-child .publishprice-ttl-group {
  background-color: #f2f5f6;
  border-bottom: 1px solid #003d4f;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 16px 0;
  text-align: center;
}

.p-marketingservice .publishprice-group .publishprice-ttl {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  margin: 0;
}

.p-marketingservice .publishprice-ttl-group {
  background-color: #f2f5f6;
  border-bottom: 1px solid #003d4f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 16px 30px;
}

.p-marketingservice .publishprice-price {
  color: #003d4f;
  font-size: 6.4rem;
  font-weight: 700;
  text-align: center;
}

.p-marketingservice .publishprice-unit {
  font-size: 1.4rem;
}

.p-marketingservice .publishprice-list {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 24px;
}

.p-marketingservice .publishprice-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
}

.p-marketingservice .publishprice-text::before {
  background-image: url("./assets/img/icon/icon-check-green.svg");
  content: "";
  display: block;
  height: 24px;
  width: 24px;
}

.p-marketingservice .publishprice-text:nth-child(2) .publishprice-text-ellipse {
  margin-left: 100px;
}

.p-marketingservice .publishprice-text:nth-child(2) .publishprice-text-ellipse::before {
  left: -90px;
  width: 81px;
}

.p-marketingservice .publishprice-text p {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 12px;
}

@media screen and (min-width: 768px) {
  .p-marketingservice .publishprice-text p {
    font-size: 1.6rem;
  }
}

.p-marketingservice .publishprice-text-ellipse {
  margin-left: 53px;
  position: relative;
}

.p-marketingservice .publishprice-text-ellipse::before {
  background: url("./assets/img/marketingservice/ellipses.svg") repeat;
  content: "";
  display: block;
  height: 2px;
  left: -40px;
  position: absolute;
  top: 9px;
  width: 38px;
}

.p-marketingservice .about-marketingservice {
  margin: 0 auto;
  width: min(100%, 1472px);
}

.p-marketingservice .about-marketingservice-wrap {
  background-color: #f2f5f6;
  margin: 0 -16px;
  padding: 40px 16px;
}

@media screen and (min-width: 768px) {
  .p-marketingservice .about-marketingservice-wrap {
    margin: 0 -40px;
    max-width: 1360px;
    padding: 80px 40px;
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  .p-marketingservice .about-marketingservice-wrap:before {
    background: #f2f7f6;
    content: "";
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100vw;
    z-index: -1;
  }
}

.p-marketingservice .about-marketingservice .a-heading-lv4 {
  background-color: #fff;
}

.p-marketingservice .about-marketingservice .about-cinemato {
  background-color: #fff;
  margin-bottom: 40px;
  padding: 16px 16px 6px;
}

@media screen and (min-width: 768px) {
  .p-marketingservice .about-marketingservice .about-cinemato {
    padding: 40px;
  }
}

.p-marketingservice .about-marketingservice .about-cinemato-movie {
  margin: 0 auto;
}

.p-marketingservice .about-marketingservice .about-cinemato-movie:first-child {
  margin-bottom: 30px;
}

.p-marketingservice .about-marketingservice .about-cinemato img {
  margin: 0 auto 24px;
}

.p-marketingservice .about-marketingservice .about-cinemato-exp {
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 24px;
}

.p-marketingservice .about-marketingservice .about-cinemato-com {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 8px 0 6px;
}

.p-marketingservice .about-marketingservice .about-cinemato p {
  font-size: 1.4rem;
}

@media screen and (min-width: 768px) {
  .p-marketingservice .about-marketingservice .about-cinemato p {
    font-size: 1.6rem;
  }
}

.p-marketingservice .about-cinemato-movie {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-marketingservice .about-cinemato-movie-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 40px;
  }
}

.p-marketingservice .about-cinemato-movie .iframe-container {
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}

.p-marketingservice .about-cinemato-movie .iframe-container iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-marketingservice .about-webmarketing .a-heading-lv4 {
  margin-bottom: 40px;
}

.p-marketingservice .about-webmarketing-group {
  background-color: #fff;
  padding: 16px;
}

@media screen and (min-width: 768px) {
  .p-marketingservice .about-webmarketing-group {
    padding: 40px;
    width: min(50%, 580px);
  }
}

@media screen and (min-width: 768px) {
  .p-marketingservice .about-webmarketing-group-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.p-marketingservice .about-webmarketing-group .content-growth {
  margin-bottom: 24px;
}

.p-marketingservice .about-webmarketing-group .content-growth img {
  height: auto;
  margin: 0 auto;
  width: 100%;
}

.p-marketingservice .about-webmarketing-group p {
  font-size: 1.4rem;
}

.p-marketingservice--fixed-button {
  background: #fff;
  border-top: 1px solid #e8e9ec;
  bottom: 0;
  left: 0;
  padding: 8px 12px;
  position: fixed;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  width: 100%;
  z-index: 100;
}

@media screen and (min-width: 1024px) {
  .p-marketingservice--fixed-button {
    padding: 24px;
  }
}

.p-marketingservice--fixed-button:after {
  background: url(./assets/img/marketingservice/button-bg.png) no-repeat top left/100% auto;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.1;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.p-marketingservice--fixed-button-arrow {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #31373b;
  border-radius: 8px 8px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 24px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  right: 24px;
  top: -24px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  width: 80px;
}

@media screen and (min-width: 1024px) {
  .p-marketingservice--fixed-button-arrow {
    display: none;
  }
}

.p-marketingservice--fixed-button-arrow img {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.p-marketingservice--fixed-button-arrow.is-close img {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

@media screen and (min-width: 1024px) {
  .p-marketingservice--fixed-button-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.p-marketingservice--fixed-button h3 {
  display: none;
}

@media screen and (min-width: 1024px) {
  .p-marketingservice--fixed-button h3 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: 4px solid #003d4f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 2rem;
    font-weight: 700;
    height: 40px;
    margin: 0;
    padding-left: 16px;
  }
}

.p-marketingservice--fixed-button ul {
  display: -ms-grid;
  display: grid;
  grid-gap: 6px;
  gap: 6px;
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 1024px) {
  .p-marketingservice--fixed-button ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
  }
}

.p-marketingservice--fixed-button ul a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border: 1px solid #ba0d0d;
  color: #ba0d0d;
  font-size: 1.3rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 0.04em;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .p-marketingservice--fixed-button ul a {
    font-size: 1.8rem;
    gap: 4px;
    height: 40px;
    padding: 0 24px;
  }
}

.p-marketingservice--fixed-button ul a img {
  display: none;
}

@media screen and (min-width: 1024px) {
  .p-marketingservice--fixed-button ul a img {
    display: block;
  }
}

.p-marketingservice--fixed-button ul a.red {
  background: #ba0d0d;
  color: #fff;
}

.p-marketingservice--fixed-button.is-close {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.p-marketingservice-contact {
  margin: 40px auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .p-marketingservice-contact {
    max-width: 1360px;
    padding: 0 40px 40px;
  }
}

.p-marketingservice-contact .a-heading span {
  padding: 16px 12px 20px !important;
}

.p-marketingservice-contact .p-contact-main-content {
  padding: 0 16px;
  width: 100%;
}

.p-news-product {
  margin: 0 auto;
  max-width: 1360px;
  padding: 0 40px;
}

.p-news-intro {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 318px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .p-news-intro {
    height: 480px;
    text-align: center;
  }
}

.p-news-intro-inner {
  padding: 0 16px;
  width: 100%;
}

.p-news-intro--logo {
  margin-bottom: 24px;
}

.p-news-intro--logo img {
  height: 80px;
  margin: 0 auto;
  width: auto;
}

@media screen and (min-width: 768px) {
  .p-news-intro--logo img {
    height: 160px;
  }
}

.p-news-intro p {
  font-size: 1.3rem;
  letter-spacing: 0.04em;
  line-height: 1.8;
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .p-news-intro p {
    font-size: 1.6rem;
  }
}

.p-news-content {
  padding: 0 16px 56px;
}

@media screen and (min-width: 768px) {
  .p-news-content {
    margin: 40px auto;
    max-width: 1360px;
    padding: 0 40px 40px;
  }
}

.p-news-topics {
  border: 1px solid #e8e9ec;
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-news-topics {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-news-topics:after {
  background: #003d4f;
  content: "";
  height: 100%;
  left: -1px;
  position: absolute;
  top: 0;
  width: 4px;
}

.p-news-topics h2 {
  color: #003d4f;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 0;
  padding: 12px 16px;
}

@media screen and (min-width: 768px) {
  .p-news-topics h2 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 2.6rem;
    padding: 12px 16px 12px 28px;
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  .p-news-topics h2:after {
    background: #d9d9d9;
    content: "";
    height: calc(100% - 24px);
    position: absolute;
    right: 0;
    top: 12px;
    width: 1px;
  }
}

.p-news-topics h2 span {
  font-size: 1.3rem;
  font-weight: 400;
  margin-left: 8px;
}

@media screen and (min-width: 768px) {
  .p-news-topics h2 span {
    display: block;
    font-size: 1.4rem;
    margin-left: 0;
  }
}

.p-news-topics--item {
  height: 100%;
}

@media screen and (min-width: 768px) {
  .p-news-topics--item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}

.p-news-topics--item a {
  display: block;
  letter-spacing: 0.04em;
  padding: 16px 48px 12px 16px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-news-topics--item a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    height: 100%;
    padding: 12px 48px 12px 16px;
  }
}

.p-news-topics--item a:after {
  background: url(./assets/img/icon/icon-arrow-gr.svg) no-repeat top left/contain;
  content: "";
  height: 12px;
  position: absolute;
  right: 16px;
  top: 25%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 12px;
}

@media screen and (min-width: 768px) {
  .p-news-topics--item a:after {
    height: 16px;
    right: 24px;
    top: 50%;
    width: 16px;
  }
}

.p-news-topics--item time {
  color: #003d4f;
  display: inline-block;
  font-size: 1.4rem;
  margin-bottom: 8px;
}

@media screen and (min-width: 768px) {
  .p-news-topics--item time {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 1.6rem;
    margin-bottom: 0;
  }
}

.p-news-topics--item p {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-size: 1.4rem;
  font-weight: 400;
  -webkit-line-clamp: 2;
  line-height: 1.8;
  margin-bottom: 0;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .p-news-topics--item p {
    font-size: 1.6rem;
    -webkit-line-clamp: 1;
  }
}

.p-news-topics--item h3 {
  margin-bottom: 0;
}

.p-news-search-list {
  display: -ms-grid;
  display: grid;
  grid-gap: 40px;
  gap: 40px;
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .p-news-search-list {
    -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.p-news-search-list--item {
  height: 100%;
}

@media screen and (min-width: 768px) {
  .p-news-search-list--item {
    padding-bottom: 40px;
  }
}

.p-news-search-list--item dl {
  margin-bottom: 16px;
}

@media screen and (min-width: 768px) {
  .p-news-search-list--item dl {
    margin-bottom: 24px;
  }
}

.p-news-search-list--item dt {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #d9d9d9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  letter-spacing: 0.04em;
  padding-bottom: 16px;
}

@media screen and (min-width: 768px) {
  .p-news-search-list--item dt {
    border: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
    padding-bottom: 0;
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  .p-news-search-list--item dt:after {
    background: #d9d9d9;
    bottom: 0;
    content: "";
    height: 1px;
    left: 40px;
    position: absolute;
    width: calc(100% - 80px);
  }
}

.p-news-search-list--item dt figure {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0;
  width: 115px;
}

@media screen and (min-width: 768px) {
  .p-news-search-list--item dt figure {
    width: 100%;
  }
}

.p-news-search-list--item dt span {
  font-size: 1.6rem;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .p-news-search-list--item dt span {
    font-size: 2.2rem;
    padding: 0 40px 24px;
    width: 100%;
  }
}

.p-news-search-list--item dd {
  font-size: 1.3rem;
  letter-spacing: 0.04em;
  line-height: 1.8;
  margin: 10px 0 0;
}

@media screen and (min-width: 768px) {
  .p-news-search-list--item dd {
    font-size: 1.6rem;
    margin: 24px 40px 0;
  }
}

.p-news-search-list--button a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #31373b;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  font-weight: 700;
  height: 48px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 0.04em;
}

@media screen and (min-width: 768px) {
  .p-news-search-list--button a {
    font-size: 1.8rem;
    margin: 0 40px;
  }
}

.p-news-section {
  margin-top: 80px;
}

.p-news-section.p-news-article-wrap {
  margin-top: 0;
}

.p-news-section .m-article--item {
  border: 1px solid #e8e9ec;
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  padding: 16px;
}

@media screen and (min-width: 768px) {
  .p-news-section .m-article--item {
    gap: 16px;
    padding: 24px;
  }
}

.p-news-section .m-article--item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.p-news-section .m-article--item-image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 80px;
}

@media screen and (min-width: 768px) {
  .p-news-section .m-article--item-image {
    width: 226px;
  }
}

.p-news-section .m-article--item-image a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  height: 100%;
}

.p-news-section .m-article--item-image a img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (min-width: 768px) {
  .p-news-section .m-article--item-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.p-news-section .m-article--item-meta--date {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin-bottom: 8px;
}

@media screen and (min-width: 768px) {
  .p-news-section .m-article--item-meta--date {
    margin-bottom: 4px;
  }
}

.p-news-section .m-article--item-meta--date time {
  color: #757575;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
}

@media screen and (min-width: 768px) {
  .p-news-section .m-article--item-meta--date time {
    font-size: 1.6rem;
  }
}

.p-news-section .m-article--item-meta--date span {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.3rem;
  font-weight: 700;
  gap: 4px;
  letter-spacing: 0.04em;
}

@media screen and (min-width: 768px) {
  .p-news-section .m-article--item-meta--date span {
    font-size: 1.4rem;
  }
}

.p-news-section .m-article--item-meta--title {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.8;
  margin-bottom: 8px;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .p-news-section .m-article--item-meta--title {
    font-size: 1.8rem;
  }
}

.p-news-section .m-article--item-meta--category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
}

.p-news-section .m-article--item-meta--category li {
  background: #f6f6f6;
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  gap: 2px;
  letter-spacing: 0.04em;
  padding: 2px 6px;
}

@media screen and (min-width: 768px) {
  .p-news-section .m-article--item-meta--category li {
    font-size: 1.2rem;
  }
}

.p-news-section .m-article--item-meta--category li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
}

.p-news-article-wrap {
  display: -ms-grid;
  display: grid;
  grid-gap: 40px;
  gap: 40px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

@media screen and (min-width: 1024px) {
  .p-news-article-wrap {
    -ms-grid-columns: 1fr 40px 290px;
    grid-template-columns: 1fr 290px;
  }
}

@media screen and (min-width: 768px) {
  .p-news-article-wrap+.m-category-list--button-wrap {
    margin-top: 24px;
  }
}

.p-news-article-wrap .m-archive-aside {
  margin-top: 0;
}

.p-news-pickup {
  margin: 32px 0;
}

@media screen and (min-width: 768px) {
  .p-news-pickup {
    margin: 0;
  }
}

.p-page .m-breadcrumbs-wrap {
  padding-left: 16px;
}

@media screen and (min-width: 1024px) {
  .p-page .m-breadcrumbs-wrap {
    margin: 24px auto;
    width: min(100%, 1360px);
    max-width: 1360px;
    padding: 0 40px;
  }
}

.p-page-main-content {
  margin: 0 auto;
  width: min(100%, 1360px);
}

@media screen and (min-width: 768px) {
  .p-page-main-content {
    margin-bottom: 40px;
  }
}

.p-page-column-wrap {
  padding: 0 16px 56px;
}

@media screen and (min-width: 1024px) {
  .p-page-column-wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 2fr 40px 1fr;
    grid-template-columns: 2fr 1fr;
    grid-gap: 40px;
    gap: 40px;
    -ms-grid-columns: minmax(440px, 840px) 40px minmax(256px, 400px);
    grid-template-columns: minmax(440px, 840px) minmax(256px, 400px);
    max-width: 1360px;
    padding: 0 40px 40px;
  }
}

@media screen and (min-width: 1024px) {
  .p-page-column-wrap.is-full-width {
    display: block;
  }
}

.p-page .bottom-button {
  margin-bottom: 80px;
  text-align: center;
}

.p-page .bottom-button .a-button {
  line-height: 2.4;
  max-width: 100%;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .p-page .bottom-button .a-button {
    max-width: 720px;
  }
}

.p-products-single-other-cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}

@media screen and (min-width: 768px) {
  .p-products-single-other-cat {
    gap: 8px;
    margin-bottom: 24px;
  }
}

.p-products-single-other-cat dt {
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .p-products-single-other-cat dt {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 768px) {
  .p-products-single-other-cat dd {
    font-size: 1.2rem;
  }
}

.p-products-single-other-cat dd a {
  border: 1px solid #e8e9ec;
  font-weight: 700;
  padding: 2px 4px;
}

@media screen and (min-width: 768px) {
  .p-products-single-other-cat dd a {
    padding: 4px 6px;
  }
}

@media screen and (min-width: 768px) {
  .p-products-single-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 40px;
  }
}

@media screen and (min-width: 768px) {
  .p-products-single-image {
    width: 290px;
  }
}

.p-products-single-image--main {
  aspect-ratio: 343/212;
  position: relative;
  width: 100%;
}

.p-products-single-image--main:after {
  background: url(./assets/img/icon/icon-zoom-in.svg) no-repeat top left/cover;
  bottom: 0;
  content: "";
  height: 24px;
  position: absolute;
  right: 0;
  width: 24px;
}

.p-products-single-image--main img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}

.p-products-single-image--thumb {
  display: -ms-grid;
  display: grid;
  grid-gap: 8px;
  gap: 8px;
  -ms-grid-columns: 1fr 8px 1fr 8px 1fr 8px 1fr;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 20px;
}

.p-products-single-image--thumb>div {
  aspect-ratio: 8/5;
  border: 1px solid transparent;
}

.p-products-single-image--thumb>div.is-active {
  border-color: #003d4f;
}

.p-products-single-image--thumb>div img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}

.p-products-single-description {
  margin-top: 32px;
}

@media screen and (min-width: 768px) {
  .p-products-single-description {
    margin-top: 0;
    width: calc(100% - 330px);
  }
}

@media screen and (min-width: 1360px) {
  .p-products-single-description {
    max-width: 620px;
  }
}

@media screen and (min-width: 1360px) {
  .p-products-single-description.is-2column {
    max-width: 910px;
  }
}

.p-products-single-description .a-heading {
  margin-bottom: 12px;
}

@media screen and (min-width: 768px) {
  .p-products-single-description .a-heading {
    margin-bottom: 16px;
  }
}

.p-products-single-description--company {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.3rem;
  gap: 4px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media screen and (min-width: 768px) {
  .p-products-single-description--company {
    font-size: 1.4rem;
  }
}

.p-products-single-description--desc {
  margin-top: 32px;
}

@media screen and (min-width: 768px) {
  .p-products-single-description--desc {
    margin-top: 40px;
  }
}

.p-products-single-description--desc h2 {
  background: #f2f2f2;
  border-radius: 2px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.8;
  margin: 16px 0;
  padding: 12px 12px 12px 24px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-products-single-description--desc h2 {
    font-size: 2.2rem;
    margin: 24px 0;
    padding: 16px 16px 16px 32px;
  }
}

.p-products-single-description--desc h2:before {
  background: #2e2e2e;
  border-radius: 40px;
  content: "";
  height: calc(100% - 24px);
  left: 12px;
  position: absolute;
  top: 12px;
  width: 4px;
}

@media screen and (min-width: 768px) {
  .p-products-single-description--desc h2:before {
    height: calc(100% - 32px);
    left: 16px;
    top: 16px;
  }
}

.p-products-single-description--desc p {
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  line-height: 1.8;
  margin-bottom: 16px;
}

@media screen and (min-width: 768px) {
  .p-products-single-description--desc p {
    font-size: 1.6rem;
  }
}

.p-products-single-description--share {
  margin-top: 16px;
}

@media screen and (min-width: 768px) {
  .p-products-single-description--share {
    margin-top: 24px;
  }
}

.p-products-single-description .products-article {
  font-size: 1.4rem;
  line-height: 1.8;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-products-single-description .products-article {
    font-size: 1.6rem;
    max-width: 840px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-products-single-description .products-article.p-category-content {
    max-width: 68%;
  }
}

.p-products-single-description .products-article #ez-toc-container {
  background-color: #f2f5f6;
  border: none;
  margin-top: 35px;
  padding: 20px 26px 35px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-products-single-description .products-article #ez-toc-container {
    margin-top: 30px;
  }
}

.p-products-single-description .products-article #ez-toc-container li {
  display: inline;
  font-size: 1.4rem;
  font-weight: 400;
  margin-top: 16px;
}

@media screen and (min-width: 768px) {
  .p-products-single-description .products-article #ez-toc-container li {
    font-size: 1.6rem;
  }
}

.p-products-single-description .products-article #ez-toc-container li a {
  display: inline;
}

.p-products-single-description .products-article #ez-toc-container li a::before {
  margin-right: 0.7em;
}

.p-products-single-description .products-article #ez-toc-container ul {
  counter-reset: main-section;
  list-style: none;
}

.p-products-single-description .products-article #ez-toc-container ul li {
  counter-increment: main-section;
  display: list-item;
}

.p-products-single-description .products-article #ez-toc-container ul li::before {
  content: counter(main-section) ". ";
  margin-right: 5px;
}

.p-products-single-description .products-article #ez-toc-container ul li ul {
  counter-reset: sub-section;
  list-style: none;
}

.p-products-single-description .products-article #ez-toc-container ul li ul li {
  counter-increment: sub-section;
  padding-left: 34px;
  text-indent: -34px;
}

.p-products-single-description .products-article #ez-toc-container ul li ul li::before {
  content: counter(main-section) "-" counter(sub-section) ". ";
  margin-right: 5px;
}

.p-products-single-description .products-article #ez-toc-container ul li ul li ul {
  counter-reset: sub-sub-section;
  list-style: none;
}

.p-products-single-description .products-article #ez-toc-container ul li ul li ul li {
  counter-increment: sub-sub-section;
}

.p-products-single-description .products-article #ez-toc-container ul li ul li ul li::before {
  content: counter(main-section) "-" counter(sub-section) "-" counter(sub-sub-section) ". ";
  margin-right: 5px;
}

.p-products-single-description .products-article #ez-toc-container ul li ul li ul li ul {
  counter-reset: sub-sub-sub-section;
  list-style: none;
}

.p-products-single-description .products-article #ez-toc-container ul li ul li ul li ul li {
  counter-increment: sub-sub-sub-section;
}

.p-products-single-description .products-article #ez-toc-container ul li ul li ul li ul li::before {
  content: counter(main-section) "-" counter(sub-section) "-" counter(sub-sub-section) "-" counter(sub-sub-sub-section) ". ";
  margin-right: 5px;
}

.p-products-single-description .products-article #ez-toc-container .ez-toc-js-icon-con {
  display: none;
}

.p-products-single-description .products-article #ez-toc-container .ez-toc-title-toggle a {
  margin-top: 5px;
  padding: 0;
  text-decoration: underline;
}

.p-products-single-description .products-article #ez-toc-container .ez-toc-title-toggle .ez-toc-toggle::before {
  color: inherit;
  content: "[非表示]";
  /* アイコンを「非表示」のテキストに変更 */
  font-size: 1.4rem;
}

@media screen and (min-width: 768px) {
  .p-products-single-description .products-article #ez-toc-container .ez-toc-title-toggle .ez-toc-toggle::before {
    font-size: 1.6rem;
  }
}

.p-products-single-description .products-article #ez-toc-container.toc_close .ez-toc-toggle:not(.ez-toc-title)::before {
  content: "[表示]";
}

.p-products-single-description .products-article #ez-toc-container .ez-toc-title-container {
  border-bottom: 2px solid #e8e9ec;
  margin-bottom: 8px;
  padding-bottom: 10px;
  position: relative;
}

.p-products-single-description .products-article #ez-toc-container .ez-toc-title-container::after {
  background-color: #2e2e2e;
  bottom: -2px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 40px;
}

.p-products-single-description .products-article #ez-toc-container .ez-toc-title {
  cursor: pointer;
  font-size: 1.7rem;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .p-products-single-description .products-article #ez-toc-container .ez-toc-title {
    font-size: 2rem;
  }
}

.p-products-single-description .products-article h1 {
  background-color: unset;
  border-top: 4px solid #F0F0F0;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.04rem;
  line-height: 1.7;
  margin-top: 35px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-products-single-description .products-article h1 {
    font-size: 3.6rem;
    line-height: 1.8;
    padding-top: 25px;
  }
}

.p-products-single-description .products-article h2 {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.04rem;
  line-height: 1.7;
  margin-bottom: 20px;
  margin-top: 35px;
  padding-top: 10px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .p-products-single-description .products-article h2 {
    font-size: 2.6rem;
    padding-top: 17px;
  }
}

.p-products-single-description .products-article h3 {
  background-color: #f8f8f8;
  color: #323232;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 16px;
  margin-top: 30px;
  opacity: 0.9;
  padding: 16px 16px 16px 28px;
  position: relative;
}

.p-products-single-description .products-article h3::after {
  background-color: #2e2e2e;
  border-radius: 20px;
  content: "";
  height: 47%;
  left: 12px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 4px;
}

@media screen and (min-width: 768px) {
  .p-products-single-description .products-article h3 {
    font-size: 2.2rem;
    margin-bottom: 24px;
  }
}

.p-products-single-description .products-article h4 {
  border-bottom: 2px solid #F0F0F0;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 20px;
  margin-top: 15px;
  padding-bottom: 8px;
  position: relative;
}

.p-products-single-description .products-article h4::before {
  background: #2e2e2e;
  bottom: -2px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 11%;
}

@media screen and (min-width: 768px) {
  .p-products-single-description .products-article h4 {
    font-size: 2rem;
    padding-bottom: 6px;
  }

  .p-products-single-description .products-article h4::before {
    width: 5%;
  }
}

.p-products-single-description .products-article>p {
  margin-bottom: 2.6rem;
}

.p-products-single-description .products-article .has-large-font-size {
  font-size: 1.8rem !important;
}

.p-products-single-description .products-article u {
  font-weight: 500;
}

.p-products-single-description .products-article ul,
.p-products-single-description .products-article ol {
  list-style: revert;
}

.p-products-single-description .products-article table {
  margin-bottom: 24px;
}

.p-products-single-description .products-article table th,
.p-products-single-description .products-article table td {
  border: 1px solid #e8e9ec;
  padding: 17px 16px;
  word-break: break-word;
}

.p-products-single-description .products-article .is-scroll {
  margin-bottom: 24px;
}

.p-products-single-description .products-article .is-scroll table {
  margin-bottom: 0;
  min-width: 673px;
}

.p-products-single-description .products-article .wp-block-button {
  margin-bottom: 10px;
  max-width: 280px !important;
}

.p-products-single-description .products-article .wp-block-button__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-width: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-products-single-description .products-article .wp-block-button__link.is-shadow {
  -webkit-box-shadow: 0 4px 0 #000;
  box-shadow: 0 4px 0 #000;
}

.p-products-single-description .products-article .wp-block-button__link.is-shadow-gray {
  -webkit-box-shadow: 0 4px 0 #b9b9b9;
  box-shadow: 0 4px 0 #b9b9b9;
}

.p-products-single-description .products-article .wp-block-button__link.is-shadow-gr {
  -webkit-box-shadow: 0 4px 0 #00283c;
  box-shadow: 0 4px 0 #00283c;
}

.p-products-single-description .products-article .wp-block-button__link.is-shadow-red {
  -webkit-box-shadow: 0 4px 0 #780000;
  box-shadow: 0 4px 0 #780000;
}

.p-products-single-description .products-article .wp-block-button__link.is-shadow:hover {
  opacity: 1 !important;
  -webkit-transition: all 0.4s !important;
  transition: all 0.4s !important;
}

.p-products-single-description .products-article .wp-block-button__link.is-shadow,
.p-products-single-description .products-article .wp-block-button__link.is-shadow-gr,
.p-products-single-description .products-article .wp-block-button__link.is-shadow-gray,
.p-products-single-description .products-article .wp-block-button__link.is-shadow-red {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.p-products-single-description .products-article .wp-block-button__link.is-shadow:hover,
.p-products-single-description .products-article .wp-block-button__link.is-shadow-gr:hover,
.p-products-single-description .products-article .wp-block-button__link.is-shadow-gray:hover,
.p-products-single-description .products-article .wp-block-button__link.is-shadow-red:hover {
  opacity: 0.7;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.p-products-single-description .products-article .wp-block-button__link.is-shadow:active,
.p-products-single-description .products-article .wp-block-button__link.is-shadow-gr:active,
.p-products-single-description .products-article .wp-block-button__link.is-shadow-gray:active,
.p-products-single-description .products-article .wp-block-button__link.is-shadow-red:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translateY(4px);
  -ms-transform: translateY(4px);
  transform: translateY(4px);
}

.p-products-single-description .products-article .wp-block-button__link.is-shadow.is-shadow-gray:hover,
.p-products-single-description .products-article .wp-block-button__link.is-shadow-gr.is-shadow-gray:hover,
.p-products-single-description .products-article .wp-block-button__link.is-shadow-gray.is-shadow-gray:hover,
.p-products-single-description .products-article .wp-block-button__link.is-shadow-red.is-shadow-gray:hover {
  border: 2px solid #005d4f !important;
  -webkit-box-shadow: 0 4px 0 #003d4f;
  box-shadow: 0 4px 0 #003d4f;
  opacity: 1 !important;
}

.p-products-single-description .products-article .wp-block-button__link.is-shadow.is-shadow-gray:hover:active,
.p-products-single-description .products-article .wp-block-button__link.is-shadow-gr.is-shadow-gray:hover:active,
.p-products-single-description .products-article .wp-block-button__link.is-shadow-gray.is-shadow-gray:hover:active,
.p-products-single-description .products-article .wp-block-button__link.is-shadow-red.is-shadow-gray:hover:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.p-products-single-description .products-article .wp-block-button img {
  display: inline-block;
}

.p-products-single-description .products-article .wp-block-button.exlarge {
  max-width: 100% !important;
}

@media screen and (min-width: 768px) {
  .p-products-single-description .products-article .wp-block-button.exlarge {
    max-width: 90% !important;
  }
}

.p-products-single-description .products-article .wp-block-buttons-is-layout-flex {
  gap: unset;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.p-products-single-contact {
  margin-top: 32px;
}

@media screen and (min-width: 768px) {
  .p-products-single-contact {
    display: block;
    margin-top: 0;
    position: relative;
    width: 100%;
  }
}

@media screen and (min-width: 1360px) {
  .p-products-single-contact {
    max-width: calc(100% - 990px);
  }
}

@media screen and (min-width: 1360px) {

  .p-products-single-contact.is-category,
  .p-products-single-contact.is-products {
    max-width: 100%;
  }
}

.p-products-single-contact-inner {
  position: sticky;
  top: 100px;
}

.p-products-single-contact button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ba0d0d;
  border-bottom: 3px solid #a70606;
  -webkit-box-shadow: 0 5px 10px rgba(134, 33, 0, 0.25);
  box-shadow: 0 5px 10px rgba(134, 33, 0, 0.25);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  font-weight: 700;
  gap: 8px;
  height: 56px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 0.04em;
  margin-bottom: 24px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-products-single-contact button {
    font-size: 1.8rem;
  }
}

.p-products-single-contact button.catalog {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  font-weight: 700;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 0.04em;
  margin-top: 12px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-products-single-contact button.catalog {
    font-size: 1.6rem;
    height: 58px;
  }
}

.p-products-single-contact button.all-products {
  background: #fff;
  border: 2px solid #00283c;
  border-bottom-width: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #00283c;
}

.p-products-single-contact a.estimate {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e8e9ec;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  font-weight: 700;
  gap: 8px;
  height: 48px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 0.04em;
  width: 100%;
}

.p-products-single-contact ul {
  margin-top: 24px;
  padding: 0;
}

.p-products-single-contact ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.3rem;
  gap: 8px;
  letter-spacing: 0.04em;
  line-height: 1.8;
}

@media screen and (min-width: 768px) {
  .p-products-single-contact ul li {
    font-size: 1.4rem;
  }
}

.p-products-single-contact ul li:before {
  background: #003d4f;
  border-radius: 50%;
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 6px;
  margin-top: 10px;
  width: 6px;
}

.p-products-single-contact ul li:not(:last-of-type) {
  margin-bottom: 24px;
}

.p-products-single-contact ul li a {
  background: url(./assets/img/icon/icon-arrow-right.svg) no-repeat bottom 1px right/16px 16px;
  font-size: 1.4rem;
  padding-right: 18px;
  text-decoration: underline;
}

.p-products-single-contact .a-heading-text {
  color: #323232;
  font-weight: 700;
}

.p-products-single-contact .free-label {
  background-color: #fff;
  color: #ba0d0d;
  padding: 0 6px;
  white-space: nowrap;
}

.p-products-single-contact .free-label-wh {
  border: 1px solid #31373b;
  color: #31373b;
  padding: 0 6px;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .p-products-single-contact.pc-hide {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .p-products-single-contact.sp-hide {
    display: none;
  }
}

.p-products-single-model .m-product-slide--item-wrap .slick-slide {
  margin-right: 24px;
  width: 256px;
}

@media screen and (min-width: 768px) {
  .p-products-single-model .m-product-slide--item-wrap .slick-slide {
    width: 300px;
  }
}

.p-products-single-model h2 {
  margin-bottom: 12px;
}

@media screen and (min-width: 768px) {
  .p-products-single-model h2 {
    margin-bottom: 28px;
  }
}

.p-products-single-model--count {
  font-size: 1.3rem;
  letter-spacing: 0.04em;
  margin-bottom: 12px;
}

@media screen and (min-width: 768px) {
  .p-products-single-model--count {
    font-size: 1.4rem;
    margin-bottom: 16px;
  }
}

.p-products-single-model--count span {
  color: #003d4f;
  font-size: 1.8rem;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .p-products-single-model--count span {
    font-size: 2.2rem;
  }
}

.p-products-single-model--check {
  padding: 9px 0;
}

.p-products-single-model--check label {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.3rem;
  gap: 8px;
}

@media screen and (min-width: 768px) {
  .p-products-single-model--check label {
    font-size: 1.4rem;
  }
}

.p-products-single-model--check label:hover {
  color: #005d4f;
  cursor: pointer;
}

.p-products-single-model--check input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  border: 1px solid #e8e9ec;
  border-radius: 2px;
  height: 12px;
  margin-top: 2px;
  position: relative;
  width: 12px;
}

@media screen and (min-width: 768px) {
  .p-products-single-model--check input[type=checkbox] {
    height: 16px;
    width: 16px;
  }
}

.p-products-single-model--check input[type=checkbox]:checked {
  background: #005d4f;
  border-color: #005d4f;
}

.p-products-single-model--check input[type=checkbox]:checked:before {
  background: url(./assets/img/icon/icon-check2-wh.svg) no-repeat center/contain;
  content: "";
  display: block;
  height: 10px;
  left: 0;
  position: absolute;
  top: 0;
  width: 10px;
}

@media screen and (min-width: 768px) {
  .p-products-single-model--check input[type=checkbox]:checked:before {
    height: 14px;
    width: 14px;
  }
}

.p-products-single-model--check input[type=checkbox]:checked+span {
  color: #005d4f;
  font-weight: 700;
}

.p-products-single-model--check.all {
  padding: 11px 0;
}

.p-products-single-model--check.all label {
  font-size: 1.4rem;
}

@media screen and (min-width: 768px) {
  .p-products-single-model--check.all label {
    font-size: 1.6rem;
  }
}

.p-products-single-model--check.all input[type=checkbox] {
  height: 16px;
  width: 16px;
}

@media screen and (min-width: 768px) {
  .p-products-single-model--check.all input[type=checkbox] {
    height: 24px;
    width: 24px;
  }
}

.p-products-single-model--check.all input[type=checkbox]:checked:before {
  height: 14px;
  width: 14px;
}

@media screen and (min-width: 768px) {
  .p-products-single-model--check.all input[type=checkbox]:checked:before {
    height: 22px;
    width: 22px;
  }
}

.p-products-single-model--meta h3 {
  border-bottom: 1px solid #d9d9d9;
  font-size: 1.7rem;
  padding-bottom: 8px;
}

@media screen and (min-width: 768px) {
  .p-products-single-model--meta h3 {
    font-size: 2rem;
    padding-bottom: 16px;
  }
}

.p-products-single-model--meta dl {
  margin: 12px 0 16px;
}

@media screen and (min-width: 768px) {
  .p-products-single-model--meta dl {
    margin: 16px 0 24px;
  }
}

.p-products-single-model--meta dl dt {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .p-products-single-model--meta dl dt {
    font-size: 1.2rem;
  }
}

.p-products-single-model--meta dl dd {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 12px;
}

@media screen and (min-width: 768px) {
  .p-products-single-model--meta dl dd {
    margin-bottom: 16px;
  }
}

.p-products-single-model--spec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  gap: 4px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 0.04em;
  text-decoration: underline;
}

.p-products-single-model--button {
  display: -ms-grid;
  display: grid;
  grid-gap: 12px;
  gap: 12px;
  margin-top: 16px;
}

.p-products-single-model--button button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #31373b;
  border: 1px solid #31373b;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.3rem;
  font-weight: 700;
  gap: 4px;
  height: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 0.04em;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-products-single-model--button button {
    font-size: 1.4rem;
  }
}

.p-products-single-model--button .estimate {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border: 1px solid #e8e9ec;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.3rem;
  font-weight: 700;
  gap: 4px;
  height: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 0.04em;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-products-single-model--button .estimate {
    font-size: 1.4rem;
  }
}

.p-products-single-modal {
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

.p-products-single-modal--bg {
  background: rgba(217, 217, 217, 0.8);
  height: 100%;
  width: 100%;
}

.p-products-single-modal--inner {
  background: #fff;
  border: 1px solid #e8e9ec;
  left: 50%;
  position: fixed;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.p-products-single-modal--inner h3 {
  background: #f2f2f2;
  border-bottom: 1px solid #e8e9ec;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 0;
  padding: 16px 32px;
  position: relative;
}

.p-products-single-modal--inner h3:before {
  background: #2e2e2e;
  border-radius: 40px;
  content: "";
  height: calc(100% - 32px);
  left: 16px;
  position: absolute;
  top: 16px;
  width: 4px;
}

.p-products-single-modal--inner-image {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 96px;
  grid-template-columns: 1fr 96px;
  height: 377px;
}

.p-products-single-modal--inner.spec {
  border-color: transparent;
  height: 100%;
  overflow-y: auto;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-products-single-modal--inner.spec {
    border-color: #e8e9ec;
    height: calc(100% - 160px);
    width: calc(100% - 160px);
  }
}

.p-products-single-modal--inner-spec {
  padding: 16px;
}

@media screen and (min-width: 768px) {
  .p-products-single-modal--inner-spec {
    padding: 40px;
  }
}

@media screen and (min-width: 768px) {
  .p-products-single-modal--inner-spec--contact {
    display: none;
  }
}

.p-products-single-modal--inner-spec--contact p {
  font-size: 1.4rem;
  text-align: center;
}

.p-products-single-modal--inner-spec--contact-button {
  display: -ms-grid;
  display: grid;
  grid-gap: 8px;
  gap: 8px;
  -ms-grid-columns: 1fr 8px 1fr;
  grid-template-columns: 1fr 1fr;
}

.p-products-single-modal--inner-spec--contact-button button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ba0d0d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.3rem;
  font-weight: 700;
  height: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 0.04em;
}

.p-products-single-modal--inner-spec--contact-button button.select {
  background: #ba0d0d;
  color: #fff;
}

.p-products-single-modal--inner-spec--contact-button button.all {
  background: #fff;
  color: #ba0d0d;
}

.p-products-single-modal--inner-spec--contact-button button img {
  margin-right: 4px;
}

.p-products-single-modal--inner-spec--contact-button.bottom {
  gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  margin-top: 24px;
}

@media screen and (min-width: 768px) {
  .p-products-single-modal--inner-spec--contact-button.bottom {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
  }
}

.p-products-single-modal--inner-spec--contact-button.bottom button {
  font-size: 1.6rem;
  height: 40px;
}

@media screen and (min-width: 768px) {
  .p-products-single-modal--inner-spec--contact-button.bottom button {
    font-size: 1.8rem;
    padding: 0 24px;
  }
}

.p-products-single-modal--inner-spec--contact-button.bottom button img {
  height: 16px;
  width: 16px;
}

.p-products-single-modal--main {
  height: 377px;
  padding: 16px;
  width: 632px;
}

.p-products-single-modal--main img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}

.p-products-single-modal--thumb {
  background: #f2f2f2;
  border-left: 1px solid #e8e9ec;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden auto;
  padding: 16px;
}

.p-products-single-modal--thumb>div {
  border: 1px solid transparent;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 35px;
  margin-bottom: 10px;
  width: 64px;
}

.p-products-single-modal--thumb>div:last-of-type {
  margin-bottom: 0;
}

.p-products-single-modal--thumb>div.is-active {
  border-color: #003d4f;
}

.p-products-single-modal--thumb>div img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}

.p-products-single-modal--close {
  position: absolute;
  right: 16px;
  top: 14px;
}

.p-products-single-modal--table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -16px;
  overflow: auto;
  width: calc(100% + 16px);
}

@media screen and (min-width: 768px) {
  .p-products-single-modal--table {
    margin-right: 0;
    width: 100%;
  }
}

.p-products-single-modal--table-wrap {
  margin-top: 16px;
}

@media screen and (min-width: 768px) {
  .p-products-single-modal--table-wrap {
    margin-top: 0;
  }
}

.p-products-single-modal--table-wrap .p-products-single-model--check.all {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f2f2f2;
  border-left: 1px solid #e8e9ec;
  border-top: 1px solid #e8e9ec;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  height: 50px;
  padding: 8px;
}

@media screen and (min-width: 768px) {
  .p-products-single-modal--table-wrap .p-products-single-model--check.all {
    padding: 0 16px;
  }
}

@media screen and (min-width: 768px) {
  .p-products-single-modal--table-wrap .p-products-single-model--check.all label {
    font-size: 1.4rem;
    font-weight: 700;
  }
}

.p-products-single-modal--table-wrap .p-products-single-model--check.all label input {
  margin-top: 0;
}

.p-products-single-modal--table-heading {
  border-bottom: 1px solid #e8e9ec;
  max-width: 320px;
}

.p-products-single-modal--table-contents {
  border-bottom: 1px solid #e8e9ec;
  width: 160px;
}

.p-products-single-modal--table-contents:last-of-type {
  border-right: 1px solid #e8e9ec;
  margin-right: 16px;
}

@media screen and (min-width: 768px) {
  .p-products-single-modal--table-contents:last-of-type {
    margin-right: 0;
  }
}

.p-products-single-modal--table .table-heading {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f2f2f2;
  border-left: 1px solid #e8e9ec;
  border-top: 1px solid #e8e9ec;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  min-height: 50px;
  min-width: 160px;
  padding: 22px 8px;
}

@media screen and (min-width: 768px) {
  .p-products-single-modal--table .table-heading {
    font-size: 1.4rem;
    padding: 20px 16px;
  }
}

.p-products-single-modal--table .table-heading.table-check {
  height: 50px;
}

@media screen and (min-width: 768px) {
  .p-products-single-modal--table .table-heading.table-check {
    padding: 12px 16px;
    text-align: center;
  }
}

.p-products-single-modal--table .table-heading.table-check input {
  height: 16px;
  width: 16px;
}

@media screen and (min-width: 768px) {
  .p-products-single-modal--table .table-heading.table-check input {
    height: 24px;
    width: 24px;
  }
}

.p-products-single-modal--table .table-heading.table-check input:checked:before {
  height: 14px;
  width: 14px;
}

@media screen and (min-width: 768px) {
  .p-products-single-modal--table .table-heading.table-check input:checked:before {
    height: 22px;
    width: 22px;
  }
}

.p-products-single-modal--table .table-heading.image {
  height: 90px;
}

.p-products-single-modal--table .table-content {
  border-left: 1px solid #e8e9ec;
  border-top: 1px solid #e8e9ec;
  font-size: 1rem;
  letter-spacing: 0.04em;
  min-height: 50px;
  padding: 22px 8px;
}

@media screen and (min-width: 768px) {
  .p-products-single-modal--table .table-content {
    font-size: 1.4rem;
    padding: 20px 16px;
  }
}

.p-products-single-modal--table .table-content.image {
  padding: 0;
}

.p-products-single-modal--table .table-content figure {
  height: 89px;
  margin: 0;
  width: 160px;
}

.p-products-single-modal--table .table-content figure img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.p-products-single-modal--name {
  font-weight: 700;
}

.p-products-single-modal--attention {
  background: #f2f2f2;
  margin-top: 8px;
  padding: 16px;
}

@media screen and (min-width: 768px) {
  .p-products-single-modal--attention {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    margin-top: 4px;
    padding: 24px;
  }
}

.p-products-single-modal--attention-choice {
  font-size: 1.4rem;
}

@media screen and (min-width: 768px) {
  .p-products-single-modal--attention-choice {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 1.6rem;
  }
}

.p-products-single-modal--attention-choice span {
  color: #ec0000;
  font-size: 2rem;
  font-weight: 700;
  margin-right: 4px;
}

@media screen and (min-width: 768px) {
  .p-products-single-modal--attention-choice span {
    font-size: 2.6rem;
  }
}

.p-products-single-modal--attention p {
  letter-spacing: 0.04em;
  line-height: 1.8;
}

@media screen and (min-width: 768px) {
  .p-products-single-modal--attention p {
    margin-bottom: 0;
  }
}

.p-products-single-modal--attention p:not(.p-products-single-modal--attention-choice) {
  font-size: 1rem;
}

@media screen and (min-width: 768px) {
  .p-products-single-modal--attention p:not(.p-products-single-modal--attention-choice) {
    font-size: 1.2rem;
  }
}

.p-products-single-follow-block {
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 10;
}

.p-products-single-follow-block p {
  margin-bottom: 0;
}

.p-products-single-follow-block .p-products-single-modal--attention {
  background: #fff;
  border-top: 1px solid #e8e9ec;
  margin-top: 0;
}

.p-products-single-follow-block .p-products-single-modal--inner-spec--contact-button {
  gap: 12px;
  margin: 12px 0;
}

.p-products-single-follow-block.is-pc {
  display: none !important;
}

.simplefavorite-button {
  margin: 16px 0;
}

main.is-single {
  overflow: visible;
}

@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}

.p-category-is-layout-flex {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-category-is-layout-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
  }
}

.p-category-description .is-style-outline--1 .wp-block-button__link,
.p-category-description .is-style-outline--16 .wp-block-button__link,
.p-category-description .is-style-outline--31 .wp-block-button__link {
  border-width: 2px !important;
}

.p-category-description .ez-toc-title-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-category-aside {
    display: block;
    position: relative;
    width: 400px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-category-aside {
    max-width: 30%;
    width: 100%;
  }
}

@media screen and (min-width: 1360px) {
  .p-category-aside.lower {
    width: 290px;
  }
}

.p-category-contact-aside--wrap {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .p-category-contact-aside--wrap {
    display: block;
    position: sticky;
    top: 170px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
}

@media screen and (min-width: 1024px) {
  .p-category-contact-aside--wrap .p-products-single-contact .estimate {
    padding: 6px;
  }
}

.p-category-contact-aside--wrap .a-button-red {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ba0d0d;
  border-bottom: 3px solid #a70606;
  -webkit-box-shadow: 0 5px 10px rgba(134, 33, 0, 0.25);
  box-shadow: 0 5px 10px rgba(134, 33, 0, 0.25);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  font-weight: 700;
  gap: 8px;
  height: 56px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 0.04em;
  margin-bottom: 24px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-category-contact-aside--wrap .a-button-red {
    font-size: 1.8rem;
  }
}

.p-category-contact-aside--wrap a.estimate {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e8e9ec;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  font-weight: 700;
  gap: 8px;
  height: 48px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 0.04em;
  width: 100%;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

@media screen and (min-width: 768px) {
  .p-category-contact-aside--wrap a.estimate {
    height: 56px;
  }
}

.p-category-contact-aside--wrap a.estimate:hover {
  border: 1px solid #005d4f;
  color: #005d4f;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.p-category-contact-aside--wrap a.estimate.disabled {
  background: #b3b3b3;
  border: 1px solid #b3b3b3;
  -webkit-box-shadow: 0 3px 0 #757575;
  box-shadow: 0 3px 0 #757575;
  color: #757575;
}

.p-category-contact-aside--wrap a.estimate.disabled .free-label-wh {
  background: #757575;
  border: 1px solid #757575;
  color: #fff;
}

.p-category-contact-aside--wrap ul {
  margin-top: 24px;
  padding: 0;
}

.p-category-contact-aside--wrap ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.3rem;
  gap: 8px;
  letter-spacing: 0.04em;
  line-height: 1.8;
}

@media screen and (min-width: 768px) {
  .p-category-contact-aside--wrap ul li {
    font-size: 1.4rem;
  }
}

.p-category-contact-aside--wrap ul li:before {
  background: #003d4f;
  border-radius: 50%;
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 6px;
  margin-top: 10px;
  width: 6px;
}

.p-category-contact-aside--wrap ul li:not(:last-of-type) {
  margin-bottom: 24px;
}

.p-category-contact-aside--wrap ul li a {
  background: url(./assets/img/icon/icon-arrow-right.svg) no-repeat bottom 1px right/16px 16px;
  font-size: 1.4rem;
  padding-right: 18px;
  text-decoration: underline;
}

.p-category-contact-aside--wrap .a-heading-text {
  color: #323232;
  font-weight: 700;
}

.p-category-contact-aside--wrap .free-label {
  background-color: #fff;
  color: #ba0d0d;
  padding: 0 6px;
  white-space: nowrap;
}

.p-category-contact-aside--wrap .free-label-wh {
  border: 1px solid #31373b;
  color: #31373b;
  padding: 0 6px;
  white-space: nowrap;
}

.p-category-catalog-list .m-article--item {
  margin-top: -12px;
}

.p-category-catalog--detail {
  gap: 16px;
}

@media screen and (min-width: 768px) {
  .p-category-catalog--btn {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 150px;
  }
}

.p-category-catalog--btn .a-button {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  padding: 8px;
  text-align: center;
  width: 100%;
}

.p-category-catalog-aside a.estimate.disabled {
  pointer-events: none;
}

.p-category-catalog-aside ul li {
  margin: 0 !important;
}

.wp-block-tab {
  background: #ccc;
  border-right: 1px solid #fff;
  color: #31373b;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-weight: 700;
  padding: 10px;
  text-align: center;
}

.wp-block-tab:last-of-type {
  border-right: none;
}

.wp-block-tab.is-active {
  background: #005d4f;
  color: #fff;
}

.wp-block-tab-box {
  margin-bottom: 24px;
}

.wp-block-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none !important;
  margin-bottom: 0;
  padding: 0;
  width: 100%;
}

.wp-block-tab-content {
  background: #f2f2f2;
  display: none;
  font-weight: 700;
  padding: 16px 16px 8px;
}

@media screen and (min-width: 768px) {
  .wp-block-tab-content {
    padding: 32px 32px 26px;
  }
}

.wp-block-list.is-style-check {
  list-style: none !important;
}

.wp-block-list.is-style-check li {
  position: relative;
}

.wp-block-list.is-style-check li:before {
  background: url(./assets/img/icon/icon-check.svg) no-repeat center/100% auto;
  content: "";
  height: 18px;
  left: -1.3em;
  position: absolute;
  top: 0.4em;
  width: 18px;
}

.wp-block-author-box {
  margin-top: 24px;
}

.wp-block-author-title {
  background: #005d4f;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 12px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .wp-block-author-title {
    font-size: 1.8rem;
  }
}

.wp-block-author-data {
  background: #f2f2f2;
  padding: 16px;
}

@media screen and (min-width: 768px) {
  .wp-block-author-data {
    display: -ms-grid;
    display: grid;
    grid-gap: 40px;
    gap: 40px;
    -ms-grid-columns: 160px 40px 1fr;
    grid-template-columns: 160px 1fr;
    padding: 40px;
  }
}

.wp-block-author-photo-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wp-block-author-photo img {
  border-radius: 50%;
  height: 80px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 80px;
}

@media screen and (min-width: 768px) {
  .wp-block-author-photo img {
    height: 160px;
    width: 160px;
  }
}

.wp-block-author-info {
  border-bottom: 2px solid #005d4f;
  font-size: 1.6rem;
  font-weight: 700;
  margin: 12px 0 16px;
  padding-bottom: 8px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .wp-block-author-info {
    font-size: 1.8rem;
    margin: 0 0 24px;
    padding-bottom: 12px;
    text-align: left;
  }
}

.wp-block-author-info p {
  margin-bottom: 0;
}

.wp-block-author-image {
  margin: 16px 0;
}

@media screen and (min-width: 768px) {
  .wp-block-author-image {
    margin: 24px 0;
  }
}

.wp-block-author-link a {
  background: #31373b;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 12px;
  width: 100%;
}

.wp-block-related {
  margin: 24px 0;
}

.wp-block-related>p,
.wp-block-related a>p {
  display: none;
}

.wp-block-related-box {
  border: 20px solid #f2f2f2;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 30% 1fr;
  grid-template-columns: 30% 1fr;
}

@media screen and (min-width: 768px) {
  .wp-block-related-box {
    min-height: 110px;
  }
}

.wp-block-related-image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.wp-block-related-meta {
  padding: 8px;
}

@media screen and (min-width: 768px) {
  .wp-block-related-meta {
    padding: 12px 20px;
  }
}

.wp-block-related-date {
  border-bottom: 1px solid #e8e9ec;
  display: none;
  padding-bottom: 8px;
}

@media screen and (min-width: 768px) {
  .wp-block-related-date {
    display: block;
    font-size: 1.4rem;
  }
}

.wp-block-related-title {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-size: 1.6rem;
  font-weight: bold;
  -webkit-line-clamp: 2;
  margin-bottom: 0;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .wp-block-related-title {
    font-size: 1.8rem;
  }
}

.floating-button {
  background: #fff;
  border-top: 1px solid #e8e9ec;
  bottom: 0;
  display: -ms-grid;
  display: grid;
  grid-gap: 10px;
  gap: 10px;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: 1fr 1fr;
  left: 0;
  padding: 10px;
  position: fixed;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 100%;
  z-index: 100;
}

.floating-button .p-products-single-contact {
  margin: 0;
}

.floating-button .p-products-single-contact button {
  margin: 0;
}

.floating-button-close {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 8px 8px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  right: 20px;
  top: -30px;
  width: 80px;
}

.floating-button-close::after {
  background: url(./assets/img/icon/icon-arrow-wh.svg) no-repeat center/16px auto;
  content: "";
  height: 16px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 16px;
}

.floating-button.is-hidden {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.floating-button.is-hidden .floating-button-close::after {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

@media screen and (min-width: 768px) {
  .floating-button.pc-hide {
    display: none;
  }
}

.p-404 {
  margin: 32px auto 50px;
  padding: 0 16px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-404 {
    margin: 80px auto;
    max-width: 1360px;
    padding: 0 40px;
  }
}

.p-404 h1,
.p-404 p {
  margin-bottom: 32px;
}

.p-404 .a-button {
  max-width: 100%;
  padding: 10px 16px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-404 .a-button {
    max-width: 50%;
  }
}

main {
  padding-top: 50px;
}

@media screen and (min-width: 768px) {
  main {
    padding-top: 80px;
  }
}

#wpadminbar~main {
  padding-top: 96px;
}

@media screen and (min-width: 768px) {
  #wpadminbar~main {
    padding-top: 112px;
  }
}

.container-lp {
  max-width: 1280px;
  padding: 0 16px;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .container-lp {
    padding: 0 40px;
  }
}

.input-hidden {
  position: absolute !important;
  left: -9999px !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none;
}

.p-lp-banner {
  position: relative;
  padding-top: 24px;
}

@media screen and (min-width: 1024px) {
  .p-lp-banner {
    padding-top: 46px;
  }
}

.p-lp-banner--pc {
  display: none;
}

@media screen and (min-width: 768px) {
  .p-lp-banner--pc {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .p-lp-banner--sp {
    display: none;
  }
}

.p-lp-banner img {
  width: 100%;
}

.p-lp-banner-text {
  margin-top: 25.6px;
}

@media screen and (min-width: 768px) {
  .p-lp-banner-text {
    margin-top: -8.7016666667vw;
  }
}

@media screen and (min-width: 1360px) {
  .p-lp-banner-text {
    margin-top: -104.42px;
  }
}

.p-lp-banner-text p {
  color: #000;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .p-lp-banner-text p {
    font-size: 2vw;
    line-height: 2.4166666667vw;
  }
}

@media screen and (min-width: 1360px) {
  .p-lp-banner-text p {
    font-size: 24px;
    line-height: 29px;
  }
}

.p-lp-banner-text h2 {
  color: #000;
  font-size: 31px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.01em;
  text-align: center;
  margin-top: 10.62px;
}

@media screen and (min-width: 768px) {
  .p-lp-banner-text h2 {
    font-size: 4.1666666667vw;
    margin-top: 1.2016666667vw;
  }
}

@media screen and (min-width: 1360px) {
  .p-lp-banner-text h2 {
    font-size: 50px;
    margin-top: 14.42px;
  }
}

.p-lp-banner-text h2 span {
  display: inline-block;
  color: #f67506;
  font-size: 42px;
  font-weight: 900;
  line-height: 120%;
  letter-spacing: 0.01em;
}

@media screen and (min-width: 768px) {
  .p-lp-banner-text h2 span {
    font-size: 5.6666666667vw;
  }
}

@media screen and (min-width: 1360px) {
  .p-lp-banner-text h2 span {
    font-size: 68px;
  }
}

.p-lp-company-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  margin-top: 28px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .p-lp-company-contact {
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 40px;
    margin-top: 49px;
  }
}

.p-lp-company-contact .a-button-form-lp {
  max-width: 680px;
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 64px;
}

@media screen and (min-width: 768px) {
  .p-lp-company-contact .a-button-form-lp {
    width: calc((100% - 40px) / 2);
    height: 84px;
  }
}

.p-lp-company-tel {
  max-width: 680px;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-lp-company-tel a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 64px;
  padding: 5px 20px 2px;
  border: 2px solid #aaa;
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

@media screen and (min-width: 768px) {
  .p-lp-company-tel a {
    height: 84px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 10px;
    padding: 0 10px;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-company-tel a {
    padding: 0 20px;
    gap: 20px;
  }
}

@media screen and (min-width: 1360px) {
  .p-lp-company-tel a {
    gap: 39px;
  }
}

.p-lp-company-tel a:hover {
  opacity: 1;
  cursor: default;
}

.p-lp-company-tel a svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 16px;
  width: 32px;
  height: 32px;
}

@media screen and (min-width: 768px) {
  .p-lp-company-tel a svg {
    width: 30px;
    height: 30px;
    left: 10px;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-company-tel a svg {
    width: 40px;
    height: 40px;
    left: 32px;
  }
}

.p-lp-company-tel a p {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  margin-bottom: 0;
  line-height: 36px;
}

@media screen and (min-width: 768px) {
  .p-lp-company-tel a p {
    font-size: 22px;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-company-tel a p {
    font-size: 26px;
    line-height: 40px;
  }
}

@media screen and (min-width: 1360px) {
  .p-lp-company-tel a p {
    font-size: 30px;
    line-height: 45px;
  }
}

.p-lp-company-tel a span {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: -4px;
}

@media screen and (min-width: 768px) {
  .p-lp-company-tel a span {
    font-size: 12px;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-company-tel a span {
    font-size: 16px;
  }
}

.p-lp-company-tel>p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
  font-size: 12px;
  font-weight: 400;
  margin-top: 16px;
  margin-bottom: 0;
  line-height: 150%;
}

@media screen and (min-width: 768px) {
  .p-lp-company-tel>p {
    margin-top: 12px;
  }
}

.p-lp-company-tel>p:last-child {
  margin-top: 0;
}

.p-lp-system {
  padding-top: 32px;
}

@media screen and (min-width: 768px) {
  .p-lp-system {
    padding-top: 55px;
  }
}

.p-lp-system--title {
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  color: #000;
  margin-bottom: 0;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-lp-system--title {
    font-size: 28px;
  }
}

.p-lp-system-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 16px minmax(0, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 16px;
  gap: 16px;
  margin-top: 16px;
}

@media screen and (min-width: 768px) {
  .p-lp-system-list {
    -ms-grid-columns: minmax(0, 1fr) 21px minmax(0, 1fr) 21px minmax(0, 1fr) 21px minmax(0, 1fr);
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 21px;
    margin-top: 24px;
  }
}

.p-lp-system-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  padding: 10px 10px 0;
  background: #f2f5f6;
  height: 145.85px;
}

@media screen and (min-width: 768px) {
  .p-lp-system-item {
    height: auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-system-item {
    padding: 20px 10px 0;
    height: 232px;
    gap: 15px;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
  }
}

.p-lp-system-item p {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  color: #000;
  text-align: center;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .p-lp-system-item p {
    font-size: 18px;
    line-height: 140%;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-system-item p {
    font-size: 22px;
  }
}

.p-lp-system-item p span {
  color: #f67506;
}

@media screen and (min-width: 768px) {
  .p-lp-system-item p br {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-system-item p br {
    display: block;
  }
}

.p-lp-system-item:nth-child(1) img {
  width: 89.59px;
}

@media screen and (min-width: 768px) {
  .p-lp-system-item:nth-child(1) img {
    width: auto;
  }
}

.p-lp-system-item:nth-child(2) img {
  width: 57.78px;
  margin-top: -15px;
}

@media screen and (min-width: 768px) {
  .p-lp-system-item:nth-child(2) img {
    margin-top: 0;
    width: auto;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-system-item:nth-child(2) img {
    margin-top: -25px;
  }
}

.p-lp-system-item:nth-child(3) img {
  width: 100.77px;
}

@media screen and (min-width: 768px) {
  .p-lp-system-item:nth-child(3) img {
    width: auto;
  }
}

.p-lp-system-item:nth-child(4) img {
  width: 115.79px;
  margin-top: 3px;
}

@media screen and (min-width: 768px) {
  .p-lp-system-item:nth-child(4) img {
    width: auto;
  }
}

.p-lp-function {
  padding: 28.15px 0 32px;
}

@media screen and (min-width: 768px) {
  .p-lp-function {
    padding: 60px 0 64px;
  }
}

.p-lp-function--title {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  max-width: 220px;
  text-align: center;
  margin: auto;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .p-lp-function--title {
    font-size: 28px;
    max-width: 100%;
  }
}

.p-lp-function-list {
  margin-top: 16px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 17px minmax(0, 1fr) 17px minmax(0, 1fr);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 8px 17px;
  gap: 8px 17px;
}

@media screen and (min-width: 768px) {
  .p-lp-function-list {
    -ms-grid-columns: minmax(0, 1fr) 15px minmax(0, 1fr) 15px minmax(0, 1fr) 15px minmax(0, 1fr) 15px minmax(0, 1fr) 15px minmax(0, 1fr) 15px minmax(0, 1fr) 15px minmax(0, 1fr) 15px minmax(0, 1fr);
    grid-template-columns: repeat(9, minmax(0, 1fr));
    margin-top: 24px;
    gap: 15px;
  }
}

.p-lp-function-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .p-lp-function-item {
    gap: 8px;
  }
}

.p-lp-function-item img {
  width: 100%;
  aspect-ratio: 1;
}

.p-lp-function-item p {
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 0;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-lp-function-item p {
    font-size: 16px;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-function-item p {
    font-size: 18px;
  }
}

.p-lp-advan {
  padding: 16px 0;
  background: #f2f5f6;
}

@media screen and (min-width: 768px) {
  .p-lp-advan {
    padding: 48px 0;
  }
}

.p-lp-advan-box {
  position: relative;
  background: #fff;
  padding: 16px 0;
  border-radius: 10px;
}

@media screen and (min-width: 768px) {
  .p-lp-advan-box {
    padding: 48px 40px 32px;
  }
}

.p-lp-advan--sub {
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
  max-width: calc(100% - 150px);
  padding-left: 16px;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .p-lp-advan--sub {
    font-size: 16px;
    line-height: 20px;
    max-width: calc(100% - 350px);
    padding-left: 0;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-advan--sub {
    font-size: 18px;
    line-height: 100%;
  }
}

.p-lp-advan--title {
  font-size: 22px;
  font-weight: 700;
  line-height: 100%;
  padding-left: 14px;
  margin-bottom: 0;
  margin-top: 8px;
}

@media screen and (min-width: 768px) {
  .p-lp-advan--title {
    font-size: 28px;
    padding-left: 0;
    margin-top: 16px;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-advan--title {
    font-size: 32px;
  }
}

.p-lp-advan--title span {
  font-weight: 900;
  color: #f67506;
}

.p-lp-advan-decor {
  display: none;
  position: absolute;
  top: -42px;
  right: 95px;
  width: 250px;
  height: 160px;
}

@media screen and (min-width: 768px) {
  .p-lp-advan-decor {
    display: block;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-advan-decor {
    width: 301px;
    height: 185px;
  }
}

.p-lp-advan-decor-sp {
  position: absolute;
  top: -9px;
  right: 12px;
  width: 114px;
  height: 67px;
}

@media screen and (min-width: 768px) {
  .p-lp-advan-decor-sp {
    display: none;
  }
}

.p-lp-advan-list {
  margin-top: 18px;
}

@media screen and (min-width: 768px) {
  .p-lp-advan-list {
    margin-top: 24px;
  }
}

.p-lp-advan-item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 6px 12px;
  border-bottom: 2px solid #e2e8ee;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .p-lp-advan-item-title {
    padding: 10px 16px;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-advan-item-title {
    padding: 15px 20px;
  }
}

.p-lp-advan-item-title--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

@media screen and (min-width: 768px) {
  .p-lp-advan-item-title--wrap {
    gap: 12px;
  }
}

.p-lp-advan-item-title--wrap span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: DIN2014;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: -0.06em;
  color: #fff;
  background: #f67506;
  width: 28px;
  height: 28px;
  border-radius: 100%;
}

@media screen and (min-width: 1024px) {
  .p-lp-advan-item-title--wrap span {
    font-size: 22px;
    width: 32px;
    height: 32px;
  }
}

.p-lp-advan-item-title--wrap p {
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .p-lp-advan-item-title--wrap p {
    font-size: 18px;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-advan-item-title--wrap p {
    font-size: 20px;
    line-height: 22px;
  }
}

@media screen and (min-width: 768px) {
  .p-lp-advan-item-title--wrap p br {
    display: none;
  }
}

.p-lp-advan-item-title button {
  position: relative;
  width: 30px;
  height: 30px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.p-lp-advan-item-title button span:nth-child(1) {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 17.5px;
  height: 2px;
  background: #f67506;
  border-radius: 4px;
}

.p-lp-advan-item-title button span:nth-child(2) {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 17.5px;
  width: 2px;
  background: #f67506;
  border-radius: 4px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.p-lp-advan-item-title.is-show button span:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.p-lp-advan-item-content {
  padding: 16px;
}

@media screen and (min-width: 768px) {
  .p-lp-advan-item-content {
    padding: 24px 20px 33px;
  }
}

.p-lp-advan-item-content--1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

@media screen and (min-width: 768px) {
  .p-lp-advan-item-content--1 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 30px;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-advan-item-content--1 {
    gap: 42px;
    padding-right: 64px;
  }
}

.p-lp-advan-item-content--1 p {
  font-size: 15px;
  line-height: 160%;
  font-weight: 400;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .p-lp-advan-item-content--1 p {
    font-size: 16px;
  }
}

.p-lp-advan-item-content--1 p span {
  font-weight: 700;
}

.p-lp-advan-item-content--1 img {
  width: 274px;
  height: 133px;
}

@media screen and (min-width: 768px) {
  .p-lp-advan-item-content--1 img {
    width: 205px;
    height: 100px;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-advan-item-content--1 img {
    width: 274px;
    height: 133px;
  }
}

.p-lp-advan-item-content--2 p {
  font-size: 15px;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .p-lp-advan-item-content--2 p {
    font-size: 16px;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-advan-item-content--2 p {
    font-size: 18px;
    line-height: 100%;
  }
}

.p-lp-advan-item-content--2 p span {
  font-weight: 700;
}

.p-lp-advan-item-content--2 ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 29px minmax(0, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 14px 29px;
  gap: 14px 29px;
  margin-bottom: 0;
  padding: 0 8px;
  margin-top: 12px;
}

@media screen and (min-width: 768px) {
  .p-lp-advan-item-content--2 ul {
    -ms-grid-columns: minmax(0, 1fr) 30px minmax(0, 1fr) 30px minmax(0, 1fr) 30px minmax(0, 1fr);
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px 30px;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-advan-item-content--2 ul {
    gap: 35px 60px;
  }
}

.p-lp-advan-item-content--2 ul li img {
  width: 100%;
  aspect-ratio: 1;
}

.p-lp-advan-item-content--2 ul li p {
  font-size: 15px;
  line-height: 100%;
  font-weight: 700;
  margin-bottom: 0;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-lp-advan-item-content--2 ul li p {
    font-size: 16px;
    line-height: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-advan-item-content--2 ul li p {
    font-size: 20px;
    margin-top: -11px;
    line-height: 100%;
  }
}

.p-lp-advan-item-content--3 h6 {
  font-size: 16px;
  line-height: 100%;
  font-weight: 700;
  color: #000;
  text-align: center;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .p-lp-advan-item-content--3 h6 {
    text-align: left;
    font-size: 18px;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-advan-item-content--3 h6 {
    font-size: 20px;
  }
}

.p-lp-advan-item-content--3-box-1 ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 34px minmax(0, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 34px;
  gap: 34px;
  padding: 0 11px;
  margin-bottom: 0;
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .p-lp-advan-item-content--3-box-1 ul {
    -ms-grid-columns: minmax(0, 1fr) 16px minmax(0, 1fr) 16px minmax(0, 1fr) 16px minmax(0, 1fr);
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    padding: 0;
  }
}

@media screen and (min-width: 1360px) {
  .p-lp-advan-item-content--3-box-1 ul {
    gap: 78px;
    padding: 0 39px;
    margin-top: 24px;
  }
}

.p-lp-advan-item-content--3-box-1 ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 243px;
  gap: 8px;
}

@media screen and (min-width: 1360px) {
  .p-lp-advan-item-content--3-box-1 ul li {
    min-height: 344px;
  }
}

.p-lp-advan-item-content--3-box-1 ul li:nth-child(1) .p-lp-advan-item-content--3-box-1--img {
  width: 88px;
}

@media screen and (min-width: 1360px) {
  .p-lp-advan-item-content--3-box-1 ul li:nth-child(1) .p-lp-advan-item-content--3-box-1--img {
    width: 125px;
  }
}

.p-lp-advan-item-content--3-box-1 ul li:nth-child(2) .p-lp-advan-item-content--3-box-1--img {
  width: 120px;
}

@media screen and (min-width: 1360px) {
  .p-lp-advan-item-content--3-box-1 ul li:nth-child(2) .p-lp-advan-item-content--3-box-1--img {
    width: 170px;
  }
}

.p-lp-advan-item-content--3-box-1 ul li:nth-child(3) .p-lp-advan-item-content--3-box-1--img {
  width: 65px;
}

@media screen and (min-width: 1360px) {
  .p-lp-advan-item-content--3-box-1 ul li:nth-child(3) .p-lp-advan-item-content--3-box-1--img {
    width: 106px;
  }
}

.p-lp-advan-item-content--3-box-1 ul li:nth-child(4) .p-lp-advan-item-content--3-box-1--img {
  width: 73px;
}

@media screen and (min-width: 1360px) {
  .p-lp-advan-item-content--3-box-1 ul li:nth-child(4) .p-lp-advan-item-content--3-box-1--img {
    width: 104px;
  }
}

.p-lp-advan-item-content--3-box-1--title {
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  color: #fff;
  padding: 5px 15px;
  background: #f67506;
  border-radius: 12px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .p-lp-advan-item-content--3-box-1--title {
    padding: 6px 21px;
    border-radius: 15px;
  }
}

@media screen and (min-width: 1360px) {
  .p-lp-advan-item-content--3-box-1--title {
    font-size: 18px;
    line-height: 18px;
  }
}

.p-lp-advan-item-content--3-box-1-wrap {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .p-lp-advan-item-content--3-box-1-wrap {
    border-radius: 10px;
  }
}

.p-lp-advan-item-content--3-box-1-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[2];
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.p-lp-advan-item-content--3-box-1-text p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 10px;
  font-weight: 700;
  line-height: 10px;
  padding: 4px;
  color: #fff;
  margin-bottom: 0;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-lp-advan-item-content--3-box-1-text p {
    font-size: 10px;
    padding: 4px 2px;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-advan-item-content--3-box-1-text p {
    font-size: 12px;
    line-height: 12px;
    min-height: 26px;
    padding: 4px;
  }
}

.p-lp-advan-item-content--3-box-1-text p:nth-child(1) {
  background: #62707c;
}

.p-lp-advan-item-content--3-box-1-text p:nth-child(2) {
  background: #f67506;
}

.p-lp-advan-item-content--3-box-1--param {
  width: 100%;
}

.p-lp-advan-item-content--3-box-2 {
  margin-top: 32px;
}

.p-lp-advan-item-content--3-box-2 ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 34px minmax(0, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 34px;
  gap: 34px;
  padding: 0 11px;
  margin-bottom: 0;
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .p-lp-advan-item-content--3-box-2 ul {
    -ms-grid-columns: minmax(0, 1fr) 34px minmax(0, 1fr) 34px minmax(0, 1fr);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 0;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-advan-item-content--3-box-2 ul {
    gap: 93px;
    padding: 0 39px;
    margin-top: 24px;
  }
}

.p-lp-advan-item-content--3-box-2 ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 243px;
  gap: 8px;
}

@media screen and (min-width: 1024px) {
  .p-lp-advan-item-content--3-box-2 ul li {
    min-height: 336px;
  }
}

.p-lp-advan-item-content--3-box-2 ul li:nth-child(1) .p-lp-advan-item-content--3-box-2--img {
  width: 124px;
}

@media screen and (min-width: 1024px) {
  .p-lp-advan-item-content--3-box-2 ul li:nth-child(1) .p-lp-advan-item-content--3-box-2--img {
    width: 219px;
  }
}

.p-lp-advan-item-content--3-box-2 ul li:nth-child(2) .p-lp-advan-item-content--3-box-2--img {
  width: 100px;
}

@media screen and (min-width: 1024px) {
  .p-lp-advan-item-content--3-box-2 ul li:nth-child(2) .p-lp-advan-item-content--3-box-2--img {
    width: 142px;
  }
}

.p-lp-advan-item-content--3-box-2 ul li:nth-child(3) .p-lp-advan-item-content--3-box-2--img {
  width: 79px;
}

@media screen and (min-width: 1024px) {
  .p-lp-advan-item-content--3-box-2 ul li:nth-child(3) .p-lp-advan-item-content--3-box-2--img {
    width: 105px;
  }
}

.p-lp-advan-item-content--3-box-2--title {
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  color: #fff;
  padding: 5px 10px;
  background: #f67506;
  border-radius: 12px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .p-lp-advan-item-content--3-box-2--title {
    padding: 6px 20px;
    border-radius: 15px;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-advan-item-content--3-box-2--title {
    font-size: 18px;
    line-height: 18px;
  }
}

.p-lp-advan-item-content--3-box-2--img.pc {
  display: none;
}

@media screen and (min-width: 1024px) {
  .p-lp-advan-item-content--3-box-2--img.pc {
    display: block;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-advan-item-content--3-box-2--img.sp {
    display: none;
  }
}

.p-lp-advan-item-content--3-box-2-wrap {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

@media screen and (min-width: 1024px) {
  .p-lp-advan-item-content--3-box-2-wrap {
    border-radius: 10px;
  }
}

.p-lp-advan-item-content--3-box-2-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[2];
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.p-lp-advan-item-content--3-box-2-text p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 10px;
  font-weight: 700;
  line-height: 10px;
  padding: 4px;
  color: #fff;
  margin-bottom: 0;
}

@media screen and (min-width: 1024px) {
  .p-lp-advan-item-content--3-box-2-text p {
    font-size: 12px;
    line-height: 12px;
    min-height: 26px;
  }
}

.p-lp-advan-item-content--3-box-2-text p:nth-child(1) {
  background: #62707c;
}

.p-lp-advan-item-content--3-box-2-text p:nth-child(2) {
  background: #f67506;
}

.p-lp-advan-item-content--3-box-2--param {
  width: 100%;
}

.p-lp-advan-item-content--3-box-2--param.pc {
  display: none;
}

@media screen and (min-width: 1024px) {
  .p-lp-advan-item-content--3-box-2--param.pc {
    display: block;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-advan-item-content--3-box-2--param.sp {
    display: none;
  }
}

.p-lp-advan-item-content--3-box-2--note {
  font-size: 15px;
  line-height: 160%;
  font-weight: 400;
  margin-top: 25px;
}

@media screen and (min-width: 768px) {
  .p-lp-advan-item-content--3-box-2--note {
    font-size: 16px;
    margin-top: 24px;
    text-align: center;
  }
}

.p-lp-advan-item-content--3-box-3 {
  margin-bottom: 0;
  padding: 0;
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .p-lp-advan-item-content--3-box-3 {
    margin-top: 32px;
  }
}

.p-lp-advan-item-content--3-box-3 h6 {
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .p-lp-advan-item-content--3-box-3 h6 {
    font-size: 28px;
  }
}

.p-lp-advan-item-content--3-box-3-table-pc {
  position: relative;
  max-width: 952px;
  margin: auto;
  margin-top: 32px;
  display: none;
}

@media screen and (min-width: 768px) {
  .p-lp-advan-item-content--3-box-3-table-pc {
    display: block;
  }
}

.p-lp-advan-item-content--3-box-3-table-pc table {
  width: 100%;
}

.p-lp-advan-item-content--3-box-3-table-pc table th,
.p-lp-advan-item-content--3-box-3-table-pc table td {
  padding: 10px;
  border: 1px solid #DBDEE3;
  border-left: none;
}

@media screen and (min-width: 1024px) {

  .p-lp-advan-item-content--3-box-3-table-pc table th,
  .p-lp-advan-item-content--3-box-3-table-pc table td {
    padding: 16px 10px;
  }
}

.p-lp-advan-item-content--3-box-3-table-pc table th p,
.p-lp-advan-item-content--3-box-3-table-pc table td p {
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 0;
}

@media screen and (min-width: 1024px) {

  .p-lp-advan-item-content--3-box-3-table-pc table th p,
  .p-lp-advan-item-content--3-box-3-table-pc table td p {
    font-size: 18px;
    line-height: 24px;
  }
}

.p-lp-advan-item-content--3-box-3-table-pc table th p span,
.p-lp-advan-item-content--3-box-3-table-pc table td p span {
  color: #F67506;
}

.p-lp-advan-item-content--3-box-3-table-pc table th {
  background: #F4F7FA;
}

.p-lp-advan-item-content--3-box-3-table-pc table th.gran {
  background: -webkit-gradient(linear, left top, right top, from(#F67506), color-stop(50%, #F99F46), to(#FFBD3A));
  background: -webkit-linear-gradient(left, #F67506 0%, #F99F46 50%, #FFBD3A 100%);
  background: linear-gradient(90deg, #F67506 0%, #F99F46 50%, #FFBD3A 100%);
}

.p-lp-advan-item-content--3-box-3-table-pc table th.gran p {
  color: #fff;
}

.p-lp-advan-item-content--3-box-3-table-pc table th.br-top {
  border-radius: 15px 15px 0px 0px;
}

@media screen and (min-width: 1024px) {
  .p-lp-advan-item-content--3-box-3-table-pc table th.br-top.gran {
    border-radius: 25px 25px 0px 0px;
  }
}

.p-lp-advan-item-content--3-box-3-table-pc table th:nth-child(1) {
  width: 20.2%;
}

.p-lp-advan-item-content--3-box-3-table-pc table th:nth-child(2),
.p-lp-advan-item-content--3-box-3-table-pc table th:nth-child(3) {
  width: 39.9%;
}

.p-lp-advan-item-content--3-box-3-table-pc table tr:first-child th:first-child {
  background: transparent;
}

.p-lp-advan-item-content--3-box-3-table-pc table tr:first-child th {
  border: none;
}

.p-lp-advan-item-content--3-box-3-table-pc table td.gran {
  background: -webkit-gradient(linear, left bottom, left top, from(#FFF2E6), to(#FFF2E6)), -webkit-gradient(linear, left bottom, left top, from(rgba(22, 91, 172, 0.08)), to(rgba(22, 91, 172, 0.08))), #FFF;
  background: -webkit-linear-gradient(bottom, #FFF2E6 0%, #FFF2E6 100%), -webkit-linear-gradient(bottom, rgba(22, 91, 172, 0.08) 0%, rgba(22, 91, 172, 0.08) 100%), #FFF;
  background: linear-gradient(0deg, #FFF2E6 0%, #FFF2E6 100%), linear-gradient(0deg, rgba(22, 91, 172, 0.08) 0%, rgba(22, 91, 172, 0.08) 100%), #FFF;
}

.p-lp-advan-item-content--3-box-3-table-pc table td:nth-child(1) {
  width: 20.2%;
}

.p-lp-advan-item-content--3-box-3-table-pc table td:nth-child(2),
.p-lp-advan-item-content--3-box-3-table-pc table td:nth-child(3) {
  width: 39.9%;
}

.p-lp-advan-item-content--3-box-3-table-pc table tr:not(:first-child) th p {
  text-align: left;
}

.p-lp-advan-item-content--3-box-3-table-pc::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(assets/img/lp-robot/border-table.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 40%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

.p-lp-advan-item-content--3-box-3-table-sp {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .p-lp-advan-item-content--3-box-3-table-sp {
    display: none;
  }
}

.p-lp-advan-item-content--3-box-3-table-sp p {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  padding: 8px 12px;
  height: auto;
  margin-bottom: 0;
  width: 100%;
}

.p-lp-advan-item-content--3-box-3-table-sp p.gray {
  background: #F4F7FA;
}

.p-lp-advan-item-content--3-box-3-table-sp p span {
  display: inline-block;
  color: #F67506;
  margin-bottom: 4px;
}

.p-lp-advan-item-content--3-box-3-table-sp-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}

.p-lp-advan-item-content--3-box-3-table-sp-title {
  border-bottom: 1px solid #DBDEE3;
}

.p-lp-advan-item-content--3-box-3-table-sp-title-left {
  padding: 16px 12px !important;
  border-radius: 10px 10px 0px 0px;
  background: #F4F7FA;
  width: 50%;
}

.p-lp-advan-item-content--3-box-3-table-sp-title-right {
  padding: 16px 12px !important;
  border-radius: 10px 10px 0px 0px;
  background: -webkit-gradient(linear, left top, right top, from(#F67506), color-stop(50%, #F99F46), to(#FFBD3A));
  background: -webkit-linear-gradient(left, #F67506 0%, #F99F46 50%, #FFBD3A 100%);
  background: linear-gradient(90deg, #F67506 0%, #F99F46 50%, #FFBD3A 100%);
  color: #fff;
  width: 50%;
}

.p-lp-advan-item-content--3-box-3-table-sp-box {
  border-bottom: 1px solid #DBDEE3;
}

.p-lp-advan-item-content--3-box-3-table-sp-box:nth-child(4) .p-lp-advan-item-content--3-box-3-table-sp-right {
  padding-right: 0 !important;
  letter-spacing: -0.09em;
}

.p-lp-advan-item-content--3-box-3-table-sp-box:nth-child(4) .p-lp-advan-item-content--3-box-3-table-sp-right span {
  letter-spacing: 0;
}

.p-lp-advan-item-content--3-box-3-table-sp-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50%;
}

.p-lp-advan-item-content--3-box-3-table-sp-right {
  font-size: 13px !important;
  text-align: left !important;
  width: 50%;
  background: -webkit-gradient(linear, left bottom, left top, from(#FFF2E6), to(#FFF2E6)), -webkit-gradient(linear, left bottom, left top, from(rgba(22, 91, 172, 0.08)), to(rgba(22, 91, 172, 0.08))), #FFF;
  background: -webkit-linear-gradient(bottom, #FFF2E6 0%, #FFF2E6 100%), -webkit-linear-gradient(bottom, rgba(22, 91, 172, 0.08) 0%, rgba(22, 91, 172, 0.08) 100%), #FFF;
  background: linear-gradient(0deg, #FFF2E6 0%, #FFF2E6 100%), linear-gradient(0deg, rgba(22, 91, 172, 0.08) 0%, rgba(22, 91, 172, 0.08) 100%), #FFF;
}

.p-lp-advan-item-content--3-box-3-table-sp-right span {
  font-size: 16px !important;
}

.p-lp-advan-item-content--4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

@media screen and (min-width: 768px) {
  .p-lp-advan-item-content--4 {
    gap: 24px;
  }
}

.p-lp-advan-item-content--4 h6 {
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  color: #000;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .p-lp-advan-item-content--4 h6 {
    font-size: 18px;
  }
}

.p-lp-advan-item-content--4 p {
  font-size: 15px;
  font-weight: 400;
  line-height: 160%;
  color: #000;
  margin-bottom: 0;
  margin-top: 8px;
}

@media screen and (min-width: 768px) {
  .p-lp-advan-item-content--4 p {
    font-size: 16px;
  }
}

.p-lp-advan-item-content--4 p span {
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .p-lp-advan-item:nth-child(1) .p-lp-advan-item-content {
    padding: 24px 20px 17px;
  }
}

.p-lp-introduce {
  padding: 32px 0;
}

@media screen and (min-width: 768px) {
  .p-lp-introduce {
    padding: 64px 0;
  }
}

.p-lp-introduce--title {
  position: relative;
  font-size: 22px;
  font-weight: 700;
  line-height: 140%;
  color: #000;
  text-align: center;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .p-lp-introduce--title {
    font-size: 28px;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-introduce--title {
    font-size: 40px;
  }
}

.p-lp-introduce--title span {
  color: #f67506;
}

.p-lp-introduce--title br.pc {
  display: none;
}

@media screen and (min-width: 768px) {
  .p-lp-introduce--title br.pc {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .p-lp-introduce--title br.sp {
    display: none;
  }
}

.p-lp-introduce--sub-title {
  position: relative;
  font-size: 18px;
  line-height: 150%;
  font-weight: 700;
  text-align: center;
  max-width: 324px;
  margin: 20px auto 0;
}

@media screen and (min-width: 768px) {
  .p-lp-introduce--sub-title {
    max-width: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-introduce--sub-title {
    font-size: 24px;
    margin-top: 32px;
    left: 12px;
  }
}

.p-lp-introduce-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 16px minmax(0, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 16px;
  gap: 16px;
  margin-top: 15px;
}

@media screen and (min-width: 768px) {
  .p-lp-introduce-list {
    -ms-grid-columns: minmax(0, 1fr) 21px minmax(0, 1fr) 21px minmax(0, 1fr) 21px minmax(0, 1fr);
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 21px;
    margin-top: 32px;
  }
}

.p-lp-introduce-item {
  position: relative;
  background: #f2f5f6;
  padding: 13px 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  min-height: 172px;
}

@media screen and (min-width: 1024px) {
  .p-lp-introduce-item {
    min-height: 284px;
    padding: 24px 42px;
  }
}

.p-lp-introduce-item--num {
  position: absolute;
  top: 10px;
  left: 10px;
}

@media screen and (min-width: 1024px) {
  .p-lp-introduce-item--num {
    top: 20px;
    left: 20px;
  }
}

.p-lp-introduce-item--num span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: DIN2014;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  color: #fff;
  background: #005d4f;
  width: 28px;
  height: 28px;
  border-radius: 100%;
}

@media screen and (min-width: 1024px) {
  .p-lp-introduce-item--num span {
    font-size: 22px;
    width: 32px;
    height: 32px;
  }
}

.p-lp-introduce-item--img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 110px;
  max-height: 75px;
  width: 100%;
  height: 100%;
  margin: 0 auto 10px;
}

@media screen and (min-width: 1024px) {
  .p-lp-introduce-item--img {
    max-width: 200px;
    max-height: 150px;
  }
}

.p-lp-introduce-item--img img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (min-width: 1024px) {
  .p-lp-introduce-item--img img {
    height: auto;
  }
}

.p-lp-introduce-item:nth-child(3) .p-lp-introduce-item--img,
.p-lp-introduce-item:nth-child(4) .p-lp-introduce-item--img {
  max-height: 85px;
}

@media screen and (min-width: 1024px) {

  .p-lp-introduce-item:nth-child(3) .p-lp-introduce-item--img,
  .p-lp-introduce-item:nth-child(4) .p-lp-introduce-item--img {
    max-height: 150px;
  }
}

.p-lp-introduce-item p {
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 0;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .p-lp-introduce-item p {
    font-size: 20px;
  }
}

@media screen and (min-width: 768px) {
  .p-lp-introduce-item p br {
    display: none;
  }
}

@media screen and (min-width: 1360px) {
  .p-lp-introduce-item p br {
    display: block;
  }
}

.p-lp-introduce-note {
  font-size: 15px;
  font-weight: 400;
  line-height: 160%;
  margin-top: 16px;
}

@media screen and (min-width: 768px) {
  .p-lp-introduce-note {
    font-size: 16px;
    margin-top: 24px;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-introduce-note {
    text-align: center;
  }
}

.p-lp-introduce-note span {
  font-weight: 700;
}

.p-lp-introduce-form {
  margin-top: 32px;
}

@media screen and (min-width: 1024px) {
  .p-lp-introduce-form {
    margin-top: 48px;
  }
}

.p-lp-choose {
  padding: 32px 0;
  background: #f2f5f6;
}

@media screen and (min-width: 768px) {
  .p-lp-choose {
    padding: 64px 0;
  }
}

.p-lp-choose--sub {
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  text-align: center;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .p-lp-choose--sub {
    font-size: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-choose--sub {
    font-size: 24px;
  }
}

.p-lp-choose--title {
  position: relative;
  font-size: 22px;
  line-height: 140%;
  font-weight: 700;
  text-align: center;
  margin-top: 16px;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .p-lp-choose--title {
    font-size: 28px;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-choose--title {
    font-size: 40px;
    line-height: 100%;
    margin-top: 20px;
  }
}

.p-lp-choose--title span {
  color: #f67506;
  font-weight: 900;
}

@media screen and (min-width: 768px) {
  .p-lp-choose--title br {
    display: none;
  }
}

.p-lp-choose-content {
  background: #fff;
  border-radius: 10px;
  padding: 20px 16px 16px;
  margin-top: 24px;
}

@media screen and (min-width: 768px) {
  .p-lp-choose-content {
    margin-top: 34px;
    padding: 32px 40px 37px;
  }
}

.p-lp-choose-content--title {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  text-align: center;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .p-lp-choose-content--title {
    position: relative;
    font-size: 22px;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-choose-content--title {
    font-size: 28px;
  }
}

.p-lp-choose-content-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  margin-top: 24px;
}

@media screen and (min-width: 768px) {
  .p-lp-choose-content-info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-choose-content-info {
    gap: 51px;
    margin-top: 32px;
  }
}

.p-lp-choose-content-info img {
  width: 100%;
  border-radius: 10px;
}

@media screen and (min-width: 768px) {
  .p-lp-choose-content-info img {
    width: 270px;
    aspect-ratio: 373/260;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-choose-content-info img {
    width: 373px;
    height: 260px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.p-lp-choose-content--sub {
  font-size: 15px;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 0;
  color: #62707c;
}

@media screen and (min-width: 768px) {
  .p-lp-choose-content--sub {
    font-size: 16px;
  }
}

.p-lp-choose-content--name {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .p-lp-choose-content--name {
    font-size: 22px;
    line-height: 140%;
    margin-top: 18px;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-choose-content--name {
    font-size: 20px;
    line-height: 100%;
  }
}

.p-lp-choose-content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 18px;
}

@media screen and (min-width: 768px) {
  .p-lp-choose-content-wrap {
    margin-top: 23px;
  }
}

.p-lp-choose-content-cate {
  font-size: 14px;
  line-height: 100%;
  font-weight: 700;
  color: #fff;
  padding: 4px 16px;
  border-radius: 2px;
  background: #f76a0c;
  margin-right: 14px;
}

@media screen and (min-width: 768px) {
  .p-lp-choose-content-cate {
    padding: 6px 19px;
  }
}

.p-lp-choose-content-people {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3px;
  margin-right: 25px;
}

.p-lp-choose-content-people p {
  font-size: 14px;
  line-height: 100%;
  font-weight: 700;
  margin-bottom: 0;
  color: #62707c;
}

.p-lp-choose-content-people span {
  font-family: DIN2014;
  font-size: 16px;
}

.p-lp-choose-content-people::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -13px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 14px;
  background: #e2e8ee;
}

.p-lp-choose-content-since {
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  color: #62707c;
  margin-bottom: 0;
}

.p-lp-choose-content-since span {
  font-family: DIN2014;
  font-size: 16px;
}

.p-lp-choose-content-des {
  font-size: 15px;
  line-height: 25px;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 13px;
}

@media screen and (min-width: 768px) {
  .p-lp-choose-content-des {
    font-size: 16px;
    line-height: 28px;
    margin-top: 19px;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-choose-content-des {
    margin-right: 30px;
  }
}

.p-lp-choose-content-show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
  margin-top: 35px;
}

@media screen and (min-width: 1024px) {
  .p-lp-choose-content-show {
    margin-top: 48px;
    gap: 49px;
  }
}

.p-lp-choose-content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}

@media screen and (min-width: 768px) {
  .p-lp-choose-content-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 40px;
  }
}

.p-lp-choose-content-box-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}

@media screen and (min-width: 768px) {
  .p-lp-choose-content-box-wrap {
    gap: 16px;
  }
}

.p-lp-choose-content-box-wrap h6 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .p-lp-choose-content-box-wrap h6 {
    font-size: 20px;
    line-height: 100%;
  }
}

.p-lp-choose-content-box-wrap p {
  font-size: 15px;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .p-lp-choose-content-box-wrap p {
    font-size: 16px;
  }
}

.p-lp-choose-content-box-wrap p span {
  font-weight: 700;
}

.p-lp-choose-content-box img {
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 10px;
}

@media screen and (min-width: 768px) {
  .p-lp-choose-content-box img {
    width: 250px;
    aspect-ratio: 320/180;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-choose-content-box img {
    width: 320px;
    height: 180px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.p-lp-choose-content-button {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 12px;
  background: #f67506;
  margin-top: 20px;
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

@media screen and (min-width: 768px) {
  .p-lp-choose-content-button {
    max-width: 500px;
    margin: 32px auto 0;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-choose-content-button {
    font-size: 20px;
    max-width: 680px;
  }
}

.p-lp-choose-content-button span {
  display: inline-block;
  font-size: 18px;
  line-height: 32px;
  font-weight: 700;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .p-lp-choose-content-button span {
    font-size: 20px;
  }
}

.p-lp-choose-content-button--icon {
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
}

@media screen and (min-width: 768px) {
  .p-lp-choose-content-button--icon {
    right: 20px;
  }
}

.p-lp-choose-content-button--icon span {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.p-lp-choose-content-button--icon span:nth-child(1) {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 17px;
  height: 2px;
  background: #fff;
  border-radius: 4px;
}

.p-lp-choose-content-button--icon span:nth-child(2) {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 17px;
  width: 2px;
  background: #fff;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border-radius: 4px;
}

.p-lp-choose-content-button.is-show .p-lp-choose-content-button--icon span:nth-child(2) {
  opacity: 0;
}

.p-lp-choose-video {
  padding-top: 32px;
}

@media screen and (min-width: 768px) {
  .p-lp-choose-video {
    padding-top: 64px;
  }
}

.p-lp-choose-video h3 {
  position: relative;
  font-size: 20px;
  line-height: 100%;
  font-weight: 700;
  text-align: center;
  color: #000;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .p-lp-choose-video h3 {
    font-size: 22px;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-choose-video h3 {
    font-size: 32px;
  }
}

.p-lp-choose-video-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 16px 17px;
  margin-top: 48px;
}

@media screen and (min-width: 768px) {
  .p-lp-choose-video-list {
    gap: 28px 22px;
    margin-top: 48px;
  }
}

.p-lp-choose-video-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 calc((100% - 17px) / 2);
  flex: 0 1 calc((100% - 17px) / 2);
}

@media screen and (min-width: 768px) {
  .p-lp-choose-video-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc((100% - 66px) / 4);
    flex: 0 1 calc((100% - 66px) / 4);
  }
}

.p-lp-choose-video-item a {
  position: relative;
  display: block;
}

.p-lp-choose-video-item a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  z-index: 1;
}

.p-lp-choose-video-item a>img {
  width: 100%;
  aspect-ratio: 284/169;
}

.p-lp-choose-video-item a span {
  position: absolute;
  top: 50%;
  left: 50%;
  inset: 50% auto auto 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 44.82px;
  height: auto;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .p-lp-choose-video-item a span {
    width: auto;
  }
}

@media screen and (min-width: 768px) {
  .p-lp-choose-video-item a span img {
    width: 50px;
  }
}

@media screen and (min-width: 1360px) {
  .p-lp-choose-video-item a span img {
    width: auto;
  }
}

.p-lp-choose-video-item p {
  font-size: 15px;
  line-height: 140%;
  font-weight: 400;
  text-align: center;
  margin-bottom: 0;
  margin-top: 8.65px;
}

@media screen and (min-width: 768px) {
  .p-lp-choose-video-item p {
    font-size: 16px;
    line-height: 100%;
    margin-top: 12px;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-choose-video-item p {
    font-size: 18px;
  }
}

.p-lp-fear {
  padding: 32px 0;
}

@media screen and (min-width: 768px) {
  .p-lp-fear {
    padding: 64px 0;
  }
}

.p-lp-fear--sub {
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 0;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-lp-fear--sub {
    font-size: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-fear--sub {
    font-size: 24px;
  }
}

.p-lp-fear--title {
  font-size: 22px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.02em;
  text-align: center;
  margin-bottom: 0;
  margin-top: 16px;
}

@media screen and (min-width: 768px) {
  .p-lp-fear--title {
    font-size: 28px;
    margin-top: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-fear--title {
    font-size: 40px;
  }
}

.p-lp-fear-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-gap: 16px;
  gap: 16px;
  margin-top: 24px;
}

@media screen and (min-width: 768px) {
  .p-lp-fear-list {
    -ms-grid-columns: minmax(0, 1fr) 20px minmax(0, 1fr) 20px minmax(0, 1fr);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin-top: 32px;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-fear-list {
    gap: 30px;
  }
}

.p-lp-fear-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 15px;
  min-height: 120px;
  background: #f2f5f6;
}

@media screen and (min-width: 768px) {
  .p-lp-fear-item {
    min-height: 230px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-fear-item {
    min-height: 320px;
    gap: 0;
  }
}

.p-lp-fear-item p {
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .p-lp-fear-item p {
    text-align: center;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-fear-item p {
    font-size: 24px;
  }
}

.p-lp-fear-item p span {
  color: #f67506;
  font-weight: 900;
}

.p-lp-fear-item:nth-child(1) {
  padding: 0 37.76px 0 16px;
}

@media screen and (min-width: 768px) {
  .p-lp-fear-item:nth-child(1) {
    padding: 12px 0 0;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-fear-item:nth-child(1) {
    padding: 24px 0 0;
  }
}

.p-lp-fear-item:nth-child(1) img {
  position: relative;
  width: 112.24px;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: bottom;
  object-position: bottom;
}

@media screen and (min-width: 1024px) {
  .p-lp-fear-item:nth-child(1) img {
    width: auto;
    height: auto;
  }
}

.p-lp-fear-item:nth-child(2) {
  padding: 0 29.44px 0 16px;
}

@media screen and (min-width: 768px) {
  .p-lp-fear-item:nth-child(2) {
    padding: 12px 0 0;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-fear-item:nth-child(2) {
    padding: 24px 0 0;
  }
}

.p-lp-fear-item:nth-child(2) img {
  position: relative;
  width: 129.56px;
}

@media screen and (min-width: 1024px) {
  .p-lp-fear-item:nth-child(2) img {
    width: auto;
    left: 4px;
    bottom: 19px;
  }
}

.p-lp-fear-item:nth-child(3) {
  padding: 0 15.7px 0 16px;
}

@media screen and (min-width: 768px) {
  .p-lp-fear-item:nth-child(3) {
    padding: 12px 0 0;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-fear-item:nth-child(3) {
    padding: 24px 0 0;
  }
}

.p-lp-fear-item:nth-child(3) img {
  position: relative;
  width: 156.3px;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: bottom;
  object-position: bottom;
}

@media screen and (min-width: 1024px) {
  .p-lp-fear-item:nth-child(3) img {
    width: auto;
    height: auto;
  }
}

.p-lp-reason {
  padding: 32px 0 16px;
  background: #f2f5f6;
}

@media screen and (min-width: 768px) {
  .p-lp-reason {
    padding: 64px 0 70px;
  }
}

.p-lp-reason--sub {
  font-size: 14px;
  line-height: 100%;
  font-weight: 700;
  margin-bottom: 0;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-lp-reason--sub {
    font-size: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-reason--sub {
    font-size: 24px;
    letter-spacing: 0.02em;
  }
}

.p-lp-reason--title {
  font-size: 22px;
  font-weight: 700;
  line-height: 100%;
  margin-top: 16px;
  margin-bottom: 0;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-lp-reason--title {
    font-size: 28px;
    margin-top: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-reason--title {
    font-size: 40px;
  }
}

.p-lp-reason--title span {
  font-weight: 900;
  color: #f67506;
}

.p-lp-reason--des {
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 0;
  margin-top: 16px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-lp-reason--des {
    font-size: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-reason--des {
    font-size: 24px;
    margin-top: 32px;
  }
}

.p-lp-reason--des span {
  font-weight: 900;
  color: #f67506;
}

@media screen and (min-width: 768px) {
  .p-lp-reason--des br {
    display: none;
  }
}

.p-lp-reason-link-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-gap: 16px;
  gap: 16px;
  margin-top: 24px;
}

@media screen and (min-width: 768px) {
  .p-lp-reason-link-list {
    -ms-grid-columns: minmax(0, 1fr) 20px minmax(0, 1fr) 20px minmax(0, 1fr);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin-top: 32px;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-reason-link-list {
    gap: 30px;
  }
}

.p-lp-reason-link-item {
  padding: 12px 12px 12px 18px;
  background: #fff;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 4px;
}

@media screen and (min-width: 768px) {
  .p-lp-reason-link-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 20px;
    gap: 10px;
    padding: 12px;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-reason-link-item {
    padding: 22px 20px 24px;
    min-height: 282px;
  }
}

.p-lp-reason-link-item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 19px;
}

@media screen and (min-width: 768px) {
  .p-lp-reason-link-item-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
  }
}

.p-lp-reason-link-item--num {
  font-family: DIN2014;
  position: relative;
  font-size: 32px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 0;
  padding-bottom: 12px;
}

@media screen and (min-width: 768px) {
  .p-lp-reason-link-item--num {
    letter-spacing: 0.02em;
  }
}

.p-lp-reason-link-item--num::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
}

@media screen and (min-width: 768px) {
  .p-lp-reason-link-item:nth-child(1) .p-lp-reason-link-item--num {
    letter-spacing: -0.06em;
  }
}

.p-lp-reason-link-item--title {
  font-size: 20px;
  line-height: 140%;
  font-weight: 700;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .p-lp-reason-link-item--title {
    text-align: center;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-reason-link-item--title {
    font-size: 28px;
    line-height: 100%;
  }
}

.p-lp-reason-link-item--title span {
  font-weight: 900;
}

.p-lp-reason-link-item--des {
  font-size: 14px;
  line-height: 140%;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 4px;
}

@media screen and (min-width: 768px) {
  .p-lp-reason-link-item--des {
    text-align: center;
    margin-top: 12px;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-reason-link-item--des {
    font-size: 16px;
    line-height: 26px;
    margin-top: 20px;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .p-lp-reason-link-item--des br.sp {
    display: none;
  }
}

.p-lp-reason-link-item--des br.pc {
  display: none;
}

@media screen and (min-width: 768px) {
  .p-lp-reason-link-item--des br.pc {
    display: block;
  }
}

.p-lp-reason-link-item--button.pc {
  display: none;
}

@media screen and (min-width: 768px) {
  .p-lp-reason-link-item--button.pc {
    display: block;
    position: relative;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    padding: 12px 0;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-reason-link-item--button.pc {
    font-size: 20px;
    line-height: 32px;
  }
}

.p-lp-reason-link-item--button.pc svg {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.p-lp-reason-link-item--button.sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

@media screen and (min-width: 768px) {
  .p-lp-reason-link-item--button.sp {
    display: none;
  }
}

.p-lp-reason-link-item:nth-child(1) .p-lp-reason-link-item--num {
  color: #f67506;
}

.p-lp-reason-link-item:nth-child(1) .p-lp-reason-link-item--num::after {
  background: #f67506;
}

.p-lp-reason-link-item:nth-child(1) .p-lp-reason-link-item--title span {
  color: #f67506;
}

.p-lp-reason-link-item:nth-child(1) .p-lp-reason-link-item--button {
  background: #f67506;
}

.p-lp-reason-link-item:nth-child(2) .p-lp-reason-link-item--num {
  color: #17b1a2;
}

.p-lp-reason-link-item:nth-child(2) .p-lp-reason-link-item--num::after {
  background: #17b1a2;
}

.p-lp-reason-link-item:nth-child(2) .p-lp-reason-link-item--title span {
  color: #17b1a2;
}

.p-lp-reason-link-item:nth-child(2) .p-lp-reason-link-item--button {
  background: #17b1a2;
}

.p-lp-reason-link-item:nth-child(3) .p-lp-reason-link-item--num {
  color: #2582db;
}

.p-lp-reason-link-item:nth-child(3) .p-lp-reason-link-item--num::after {
  background: #2582db;
}

.p-lp-reason-link-item:nth-child(3) .p-lp-reason-link-item--title {
  font-size: 18px;
}

@media screen and (min-width: 1024px) {
  .p-lp-reason-link-item:nth-child(3) .p-lp-reason-link-item--title {
    font-size: 28px;
  }
}

.p-lp-reason-link-item:nth-child(3) .p-lp-reason-link-item--title span {
  color: #2582db;
  letter-spacing: -0.012em;
}

@media screen and (min-width: 1024px) {
  .p-lp-reason-link-item:nth-child(3) .p-lp-reason-link-item--title span {
    letter-spacing: 0;
  }
}

.p-lp-reason-link-item:nth-child(3) .p-lp-reason-link-item--button {
  background: #2582db;
}

.p-lp-reason-box-1 {
  background: #fff;
  border-radius: 20px;
  padding: 20px 16px 16px;
  margin-top: 32px;
}

@media screen and (min-width: 1024px) {
  .p-lp-reason-box-1 {
    padding: 40px 60px 48px;
    margin-top: 48px;
  }
}

.p-lp-reason-box-1--num {
  font-family: DIN2014;
  position: relative;
  font-size: 32px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 0;
  padding-bottom: 12px;
  color: #f67506;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-lp-reason-box-1--num {
    font-size: 36px;
    padding-bottom: 20px;
    letter-spacing: -0.06em;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-reason-box-1--num {
    font-size: 48px;
  }
}

.p-lp-reason-box-1--num::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 34px;
  height: 3px;
  background: #f67506;
}

@media screen and (min-width: 1024px) {
  .p-lp-reason-box-1--num::after {
    width: 40px;
    height: 5px;
  }
}

.p-lp-reason-box-1--sub {
  font-size: 14px;
  line-height: 100%;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0;
  margin-top: 16px;
}

@media screen and (min-width: 768px) {
  .p-lp-reason-box-1--sub {
    font-size: 16px;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-reason-box-1--sub {
    font-size: 20px;
  }
}

.p-lp-reason-box-1--title {
  font-size: 22px;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
  margin: 16px -1px 0 0;
}

@media screen and (min-width: 768px) {
  .p-lp-reason-box-1--title {
    font-size: 24px;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-reason-box-1--title {
    font-size: 40px;
  }
}

.p-lp-reason-box-1--title span {
  color: #f67506;
  font-weight: 900;
}

.p-lp-reason-box-1--des {
  font-size: 18px;
  line-height: 100%;
  font-weight: 700;
  color: #f67506;
  text-align: center;
  margin-bottom: 0;
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .p-lp-reason-box-1--des {
    font-size: 22px;
    margin-top: 32px;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-reason-box-1--des {
    font-size: 28px;
  }
}

.p-lp-reason-box-1--note {
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 12px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-lp-reason-box-1--note {
    font-size: 14px;
    line-height: 17px;
  }
}

.p-lp-reason-box-1-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 15px minmax(0, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 28px 15px;
  gap: 28px 15px;
  margin-top: 28px;
}

@media screen and (min-width: 768px) {
  .p-lp-reason-box-1-list {
    -ms-grid-columns: minmax(0, 1fr) 20px minmax(0, 1fr) 20px minmax(0, 1fr) 20px minmax(0, 1fr);
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 30px 20px;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-reason-box-1-list {
    gap: 34px 40px;
    margin-top: 35px;
  }
}

.p-lp-reason-box-1-item--img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1;
  background: #f2f5f6;
  border-radius: 100%;
  margin: 0 auto;
}

.p-lp-reason-box-1-item--img img {
  border-radius: 100%;
}

.p-lp-reason-box-1-item h6 {
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  color: #f67506;
  margin-bottom: 0;
  margin-top: 8px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-lp-reason-box-1-item h6 {
    font-size: 18px;
    margin-top: 12px;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-reason-box-1-item h6 {
    font-size: 24px;
  }
}

.p-lp-reason-box-1-item--button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-lp-reason-box-1-item--button button {
  width: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  line-height: 100%;
  font-weight: 700;
  color: #fff;
  padding: 6px 10px 8px;
  background: #f67506;
  margin-top: 12px;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

@media screen and (min-width: 768px) {
  .p-lp-reason-box-1-item--button button {
    width: 128px;
    font-size: 16px;
    padding: 8px 16px;
    margin-top: 14px;
  }
}

.p-lp-reason-box-1-show {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 12px;
  background: #f67506;
  margin-top: 32px;
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

@media screen and (min-width: 768px) {
  .p-lp-reason-box-1-show {
    margin: 48px auto 0;
    max-width: 500px;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-reason-box-1-show {
    max-width: 680px;
  }
}

.p-lp-reason-box-1-show span {
  display: inline-block;
  font-size: 18px;
  line-height: 32px;
  font-weight: 700;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .p-lp-reason-box-1-show span {
    font-size: 20px;
  }
}

.p-lp-reason-box-1-show--icon {
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
}

@media screen and (min-width: 768px) {
  .p-lp-reason-box-1-show--icon {
    right: 20px;
  }
}

.p-lp-reason-box-1-show--icon span {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.p-lp-reason-box-1-show--icon span:nth-child(1) {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 17px;
  height: 2px;
  background: #fff;
  border-radius: 4px;
}

.p-lp-reason-box-1-show--icon span:nth-child(2) {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 17px;
  width: 2px;
  background: #fff;
  border-radius: 4px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.p-lp-reason-box-1-show.is-show .p-lp-reason-box-1-show--icon span:nth-child(2) {
  opacity: 0;
}

.p-lp-reason-box-1 table {
  width: 100%;
  border: 1px solid #000;
  margin-top: 16px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media screen and (min-width: 768px) {
  .p-lp-reason-box-1 table {
    margin-top: 20px;
  }
}

.p-lp-reason-box-1 table th,
.p-lp-reason-box-1 table td {
  width: 50%;
  padding: 4px 8px;
  font-size: 14px;
  line-height: 130%;
  font-weight: 400;
  text-align: left;
  border: 1px solid #000;
}

@media screen and (min-width: 1024px) {

  .p-lp-reason-box-1 table th,
  .p-lp-reason-box-1 table td {
    padding: 4px 10px;
    line-height: 26px;
  }
}

.p-lp-reason-box-1--line {
  width: 100%;
  height: 2px;
  background: #f67506;
  margin: 32px 0;
}

@media screen and (min-width: 768px) {
  .p-lp-reason-box-1--line {
    margin: 40px 0 32px;
  }
}

.p-lp-reason-box-1-process--title {
  font-size: 18px;
  line-height: 100%;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0;
  color: #f67506;
}

@media screen and (min-width: 768px) {
  .p-lp-reason-box-1-process--title {
    font-size: 22px;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-reason-box-1-process--title {
    font-size: 28px;
  }
}

.p-lp-reason-box-1-process-content {
  position: relative;
  margin-top: 32px;
}

@media screen and (min-width: 768px) {
  .p-lp-reason-box-1-process-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 24px 1.94px 0 20px;
    gap: 20px;
  }
}

.p-lp-reason-box-1-process-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .p-lp-reason-box-1-process-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    position: unset;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
  }
}

.p-lp-reason-box-1-process-box img {
  display: inline-block;
  max-width: 120px;
  max-height: 120px;
  width: 120px;
  height: 120px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (min-width: 768px) {
  .p-lp-reason-box-1-process-box img {
    margin: 0 auto;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-reason-box-1-process-box img {
    max-width: 184px;
    max-height: 184px;
    width: 184px;
    height: 184px;
    margin: 0 auto;
  }
}

.p-lp-reason-box-1-process-box:nth-child(1) {
  margin-bottom: 46px;
}

@media screen and (min-width: 768px) {
  .p-lp-reason-box-1-process-box:nth-child(1) {
    margin-bottom: 0;
  }
}

.p-lp-reason-box-1-process-box:nth-child(1)::after {
  content: "";
  position: absolute;
  left: 39px;
  top: calc(100% + 15px);
  background-image: url(assets/img/lp-robot/arrow-down.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 41px;
  height: 20px;
}

@media screen and (min-width: 768px) {
  .p-lp-reason-box-1-process-box:nth-child(1)::after {
    top: 42px;
    left: calc(33% - 50px);
    width: 20px;
    height: 48px;
    background-image: url(assets/img/lp-robot/arrow-right.svg);
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-reason-box-1-process-box:nth-child(1)::after {
    top: 52px;
    width: 37px;
    height: 86px;
  }
}

.p-lp-reason-box-1-process-box:nth-child(2) {
  margin-bottom: 32px;
}

@media screen and (min-width: 768px) {
  .p-lp-reason-box-1-process-box:nth-child(2) {
    margin-bottom: 0;
  }
}

.p-lp-reason-box-1-process-box:nth-child(2)::after {
  content: "";
  position: absolute;
  left: 39px;
  top: calc(100% - 6px);
  background-image: url(assets/img/lp-robot/arrow-down.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 41px;
  height: 20px;
}

@media screen and (min-width: 768px) {
  .p-lp-reason-box-1-process-box:nth-child(2)::after {
    top: 42px;
    left: calc(66% + 30px);
    width: 20px;
    height: 48px;
    background-image: url(assets/img/lp-robot/arrow-right.svg);
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-reason-box-1-process-box:nth-child(2)::after {
    top: 52px;
    width: 37px;
    height: 86px;
  }
}

.p-lp-reason-box-1-process-box:nth-child(2) img {
  height: 145px;
  max-height: 145px;
  padding-bottom: 25px;
}

@media screen and (min-width: 768px) {
  .p-lp-reason-box-1-process-box:nth-child(2) img {
    max-height: 120px;
    height: 120px;
    padding-bottom: 0;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-reason-box-1-process-box:nth-child(2) img {
    max-height: 184px;
    height: 184px;
  }
}

.p-lp-reason-box-1-process-box:nth-child(2) h6 {
  position: relative;
  top: -12px;
}

@media screen and (min-width: 768px) {
  .p-lp-reason-box-1-process-box:nth-child(2) h6 {
    top: 0;
  }
}

.p-lp-reason-box-1-process-wrap h6 {
  color: #000;
  font-size: 16px;
  line-height: 100%;
  font-weight: 700;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .p-lp-reason-box-1-process-wrap h6 {
    font-size: 18px;
    text-align: center;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-reason-box-1-process-wrap h6 {
    font-size: 24px;
  }
}

.p-lp-reason-box-1-process-wrap p {
  font-size: 15px;
  font-weight: 400;
  line-height: 150%;
  color: #000;
  margin-top: 10px;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .p-lp-reason-box-1-process-wrap p {
    font-size: 16px;
    margin-top: 16px;
  }
}

.p-lp-reason-box-1-process-wrap p br {
  display: none;
}

@media screen and (min-width: 1360px) {
  .p-lp-reason-box-1-process-wrap p br {
    display: block;
  }
}

.p-lp-reason-box-1-expert {
  background: #f4f7fa;
  border-radius: 10px;
  padding: 16px;
  margin-top: 32px;
}

@media screen and (min-width: 768px) {
  .p-lp-reason-box-1-expert {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 24px;
    border-radius: 15px;
    gap: 30px;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-reason-box-1-expert {
    padding: 32px 67px 32px 40px;
    margin-top: 46px;
    border-radius: 15px;
    gap: 49px;
  }
}

.p-lp-reason-box-1-expert-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

@media screen and (min-width: 768px) {
  .p-lp-reason-box-1-expert-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    max-width: 120px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-reason-box-1-expert-info {
    max-width: 144px;
  }
}

.p-lp-reason-box-1-expert-info img {
  width: 72px;
  height: 72px;
  border-radius: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (min-width: 768px) {
  .p-lp-reason-box-1-expert-info img {
    width: 120px;
    height: 120px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-reason-box-1-expert-info img {
    width: 144px;
    height: 144px;
  }
}

.p-lp-reason-box-1-expert--title {
  font-size: 12px;
  line-height: 140%;
  font-weight: 400;
  letter-spacing: -0.02em;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .p-lp-reason-box-1-expert--title {
    font-size: 14px;
    line-height: 100%;
    text-align: center;
  }
}

.p-lp-reason-box-1-expert--company {
  font-size: 12px;
  line-height: 140%;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 4px;
}

@media screen and (min-width: 768px) {
  .p-lp-reason-box-1-expert--company {
    font-size: 16px;
    margin-top: 8px;
    text-align: center;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-reason-box-1-expert--company {
    font-size: 18px;
    line-height: 26px;
  }
}

.p-lp-reason-box-1-expert--note {
  font-size: 16px;
  line-height: 140%;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 8px;
  display: block;
}

@media screen and (min-width: 768px) {
  .p-lp-reason-box-1-expert--note {
    display: none;
  }
}

.p-lp-reason-box-1-expert--note span {
  color: #f67506;
  font-weight: 900;
}

.p-lp-reason-box-1-expert-content {
  font-size: 15px;
  line-height: 160%;
  font-weight: 400;
  color: #000;
  margin-top: 13px;
}

@media screen and (min-width: 768px) {
  .p-lp-reason-box-1-expert-content {
    font-size: 16px;
    margin-top: 0;
  }
}

.p-lp-reason-box-1-expert-content p {
  font-size: 20px;
  line-height: 100%;
  font-weight: 700;
  margin-bottom: 16px;
  display: none;
}

@media screen and (min-width: 768px) {
  .p-lp-reason-box-1-expert-content p {
    display: block;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-reason-box-1-expert-content p {
    font-size: 28px;
  }
}

.p-lp-reason-box-1-expert-content p span {
  font-weight: 900;
  color: #f67506;
}

.p-lp-reason-box-1-expert--line {
  width: 100%;
  height: 2px;
  background: #d9d9d9;
  margin: 16px 0;
}

.p-lp-reason-box-1-faq {
  background: #fff;
  border-radius: 10px;
  padding: 24px 16px;
  margin-top: 16px;
}

@media screen and (min-width: 1024px) {
  .p-lp-reason-box-1-faq {
    padding: 40px 40px 32px 40px;
    border-radius: 20px;
    margin-top: 40px;
  }
}

.p-lp-reason-box-1-faq--sub {
  font-size: 14px;
  line-height: 100%;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .p-lp-reason-box-1-faq--sub {
    font-size: 16px;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-reason-box-1-faq--sub {
    font-size: 20px;
  }
}

.p-lp-reason-box-1-faq--name {
  position: relative;
  font-size: 22px;
  line-height: 100%;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0;
  margin-top: 8px;
}

@media screen and (min-width: 768px) {
  .p-lp-reason-box-1-faq--name {
    font-size: 24px;
    margin-top: 20px;
    left: 6px;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-reason-box-1-faq--name {
    font-size: 40px;
  }
}

.p-lp-reason-box-1-faq--name span {
  font-weight: 900;
  color: #f67506;
}

.p-lp-reason-box-1-faq-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 16px;
}

@media screen and (min-width: 1024px) {
  .p-lp-reason-box-1-faq-list {
    margin-top: 34px;
  }
}

.p-lp-reason-box-1-faq-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: 2px solid #e2e8ee;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.p-lp-reason-box-1-faq-item:has(.is-show) {
  border-bottom: 2px solid #f67506;
}

.p-lp-reason-box-1-faq-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 18px;
  padding: 15px 5px;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .p-lp-reason-box-1-faq-title {
    padding: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-reason-box-1-faq-title {
    padding: 24px 32px;
  }
}

.p-lp-reason-box-1-faq-title p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 0;
  gap: 6px;
}

@media screen and (min-width: 768px) {
  .p-lp-reason-box-1-faq-title p {
    font-size: 18px;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-reason-box-1-faq-title p {
    font-size: 20px;
    line-height: 100%;
  }
}

.p-lp-reason-box-1-faq-title p span {
  font-family: DIN2014;
  font-size: 24px;
  line-height: 20px;
  font-weight: 700;
  color: #f67506;
}

@media screen and (min-width: 768px) {
  .p-lp-reason-box-1-faq-title p span {
    font-size: 26px;
    margin-right: 4px;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-reason-box-1-faq-title p span {
    font-size: 30px;
  }
}

.p-lp-reason-box-1-faq-title button {
  position: relative;
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.p-lp-reason-box-1-faq-title button span:nth-child(1) {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 14px;
  height: 2px;
  background: #f67506;
}

.p-lp-reason-box-1-faq-title button span:nth-child(2) {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 14px;
  width: 2px;
  background: #f67506;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.p-lp-reason-box-1-faq-title.is-show button span:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.p-lp-reason-box-1-faq-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 24px;
  padding-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .p-lp-reason-box-1-faq-box {
    padding-bottom: 16px;
  }
}

.p-lp-reason-box-1-faq-box-img {
  display: none;
  width: 96px;
  height: 96px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: #d9d9d9;
  border-radius: 100%;
}

@media screen and (min-width: 768px) {
  .p-lp-reason-box-1-faq-box-img {
    display: block;
  }
}

.p-lp-reason-box-1-faq-box-img img {
  width: 100%;
  height: 100%;
}

.p-lp-reason-box-1-faq-content {
  position: relative;
  padding: 15px;
  background: #f4f7fa;
  font-size: 14px;
  line-height: 28px;
  font-weight: 400;
  border-radius: 8px 8px 0 8px;
}

@media screen and (min-width: 768px) {
  .p-lp-reason-box-1-faq-content {
    padding: 20px 30px;
    font-size: 16px;
    line-height: 24px;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-reason-box-1-faq-content {
    padding: 32px 40px;
    font-size: 18px;
    line-height: 32px;
  }
}

.p-lp-reason-box-1-faq-content::after {
  content: "";
  position: absolute;
  left: 100%;
  bottom: 0;
  background-image: url(assets/img/lp-robot/decor-faq-expert.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 34.5px;
  display: none;
}

@media screen and (min-width: 768px) {
  .p-lp-reason-box-1-faq-content::after {
    display: block;
  }
}

.p-lp-reason-form {
  margin: 38px 0;
}

.p-lp-reason-form .m-block-form-lp {
  background-color: #fff;
  border-radius: 20px;
}

.p-lp-reason-box-2 {
  padding: 20px 16px 16px;
  background: #fff;
  border-radius: 20px;
}

@media screen and (min-width: 1024px) {
  .p-lp-reason-box-2 {
    padding: 40px 60px 48px 60px;
  }
}

.p-lp-reason-box-2--num {
  font-family: DIN2014;
  position: relative;
  font-size: 32px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 0;
  padding-bottom: 12px;
  color: #17b1a2;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-lp-reason-box-2--num {
    font-size: 36px;
    padding-bottom: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-reason-box-2--num {
    font-size: 48px;
  }
}

.p-lp-reason-box-2--num::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 34px;
  height: 3px;
  background: #17b1a2;
}

@media screen and (min-width: 1024px) {
  .p-lp-reason-box-2--num::after {
    width: 40px;
    height: 5px;
  }
}

.p-lp-reason-box-2--sub {
  position: relative;
  font-size: 14px;
  line-height: 100%;
  font-weight: 700;
  text-align: center;
  margin: 16px -8px 0;
}

@media screen and (min-width: 768px) {
  .p-lp-reason-box-2--sub {
    font-size: 16px;
    margin: 19px 0 0;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-reason-box-2--sub {
    font-size: 20px;
  }
}

.p-lp-reason-box-2--sub span {
  position: relative;
  display: inline-block;
  font-size: 12px;
  line-height: 12px;
  font-weight: 700;
  top: -2px;
}

@media screen and (min-width: 1024px) {
  .p-lp-reason-box-2--sub span {
    font-size: 14px;
    line-height: 14px;
    top: -6px;
  }
}

.p-lp-reason-box-2--title {
  font-size: 22px;
  line-height: 150%;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0;
  margin-top: 16px;
}

@media screen and (min-width: 768px) {
  .p-lp-reason-box-2--title {
    font-size: 24px;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-reason-box-2--title {
    font-size: 40px;
  }
}

.p-lp-reason-box-2--title span {
  font-weight: 900;
  color: #17b1a2;
}

.p-lp-reason-box-2--note {
  font-size: 12px;
  line-height: 140%;
  font-weight: 400;
  text-align: center;
  margin-bottom: 0;
  margin-top: 12px;
}

@media screen and (min-width: 768px) {
  .p-lp-reason-box-2--note {
    font-size: 14px;
    margin-top: 8px;
  }
}

@media screen and (min-width: 768px) {
  .p-lp-reason-box-2--note br {
    display: none;
  }
}

.p-lp-reason-box-2-subsidy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  margin-top: 32px;
}

@media screen and (min-width: 768px) {
  .p-lp-reason-box-2-subsidy {
    margin-top: 27px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-reason-box-2-subsidy {
    padding: 0 102px 0 40px;
  }
}

@media screen and (min-width: 768px) {
  .p-lp-reason-box-2-subsidy-text {
    margin-top: 37px;
  }
}

.p-lp-reason-box-2-subsidy--sub {
  font-size: 14px;
  line-height: 15px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .p-lp-reason-box-2-subsidy--sub {
    font-size: 18px;
    line-height: 100%;
    text-align: left;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-reason-box-2-subsidy--sub {
    font-size: 24px;
  }
}

.p-lp-reason-box-2-subsidy--title {
  font-size: 22px;
  line-height: 32px;
  font-weight: 900;
  color: #17b1a2;
  text-align: center;
  margin-bottom: 0;
  margin-top: 16px;
}

@media screen and (min-width: 768px) {
  .p-lp-reason-box-2-subsidy--title {
    font-size: 24px;
    line-height: 100%;
    margin-top: 20px;
    text-align: left;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-reason-box-2-subsidy--title {
    font-size: 40px;
  }
}

.p-lp-reason-box-2-subsidy--des {
  font-size: 15px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 0;
  margin-top: 16px;
}

@media screen and (min-width: 768px) {
  .p-lp-reason-box-2-subsidy--des {
    font-size: 16px;
    margin-top: 24px;
  }
}

.p-lp-reason-box-2-subsidy--des span {
  font-weight: 700;
}

.p-lp-reason-box-2-subsidy--des br {
  display: none;
}

@media screen and (min-width: 1024px) {
  .p-lp-reason-box-2-subsidy--des br {
    display: block;
  }
}

.p-lp-reason-box-2-subsidy img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-lp-reason-box-2-subsidy img.pc {
  display: none;
  width: 297px;
}

@media screen and (min-width: 768px) {
  .p-lp-reason-box-2-subsidy img.pc {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .p-lp-reason-box-2-subsidy img.sp {
    display: none;
  }
}

.p-lp-reason-box-2-table {
  margin-top: 55px;
}

@media screen and (min-width: 768px) {
  .p-lp-reason-box-2-table {
    margin-top: 32px;
  }
}

.p-lp-reason-box-2-table h6 {
  font-size: 22px;
  line-height: 100%;
  font-weight: 700;
  margin-bottom: 0;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-lp-reason-box-2-table h6 {
    font-size: 24px;
  }
}

.p-lp-reason-box-2-table h6 span {
  color: #17b1a2;
}

.p-lp-reason-box-2-table-pc {
  max-width: 1000px;
  margin: auto;
  margin-top: 28px;
  display: none;
}

@media screen and (min-width: 768px) {
  .p-lp-reason-box-2-table-pc {
    display: block;
  }
}

.p-lp-reason-box-2-table-pc table {
  width: 100%;
}

.p-lp-reason-box-2-table-pc table th,
.p-lp-reason-box-2-table-pc table td {
  border: 1px solid #DBDEE3;
}

.p-lp-reason-box-2-table-pc table tr:nth-child(1) {
  background: #F4F7FA;
}

.p-lp-reason-box-2-table-pc table tr th {
  padding: 14px 10px;
}

@media screen and (min-width: 1024px) {
  .p-lp-reason-box-2-table-pc table tr th {
    padding: 18px 10px;
  }
}

.p-lp-reason-box-2-table-pc table tr th:nth-child(1) {
  width: 20.8%;
}

.p-lp-reason-box-2-table-pc table tr th:nth-child(2) {
  width: 39.9%;
}

.p-lp-reason-box-2-table-pc table tr th:nth-child(3) {
  width: 39.3%;
}

.p-lp-reason-box-2-table-pc table tr th p {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  margin-bottom: 0;
}

@media screen and (min-width: 1024px) {
  .p-lp-reason-box-2-table-pc table tr th p {
    font-size: 18px;
  }
}

.p-lp-reason-box-2-table-pc table tr th p span {
  font-size: 11px;
  line-height: 11px;
  position: relative;
  top: -6px;
}

.p-lp-reason-box-2-table-pc table tr td:nth-child(1) {
  width: 20.8%;
}

.p-lp-reason-box-2-table-pc table tr td:nth-child(2) {
  width: 19.95%;
}

.p-lp-reason-box-2-table-pc table tr td:nth-child(3) {
  width: 19.95%;
}

.p-lp-reason-box-2-table-pc table tr td:nth-child(4) {
  width: 39.3%;
}

.p-lp-reason-box-2-table-pc table tr td p {
  padding: 14px 10px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}

@media screen and (min-width: 1024px) {
  .p-lp-reason-box-2-table-pc table tr td p {
    padding: 18px 12px;
    font-size: 16px;
  }
}

.p-lp-reason-box-2-table-pc table tr td .col-1 {
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
  padding: 15px;
}

@media screen and (min-width: 1024px) {
  .p-lp-reason-box-2-table-pc table tr td .col-1 {
    font-size: 16px;
  }
}

.p-lp-reason-box-2-table-pc table tr td .col-1 span {
  color: #17B1A2;
}

.p-lp-reason-box-2-table-pc table tr td .col-1 br {
  display: none;
}

@media screen and (min-width: 1024px) {
  .p-lp-reason-box-2-table-pc table tr td .col-1 br {
    display: block;
  }
}

.p-lp-reason-box-2-table-pc table tr td .col-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 13px;
  padding: 16px 14px;
}

.p-lp-reason-box-2-table-pc table tr td .col-3-box {
  border-radius: 4px;
  overflow: hidden;
}

.p-lp-reason-box-2-table-pc table tr td .col-3-title {
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 15px;
  margin-bottom: 0;
  padding: 8px 8px 9px;
  background: -webkit-gradient(linear, left bottom, left top, from(#17B1A2), to(#17B1A2)), -webkit-gradient(linear, left bottom, left top, from(#E5F8F6), to(#E5F8F6)), #FFF;
  background: -webkit-linear-gradient(bottom, #17B1A2 0%, #17B1A2 100%), -webkit-linear-gradient(bottom, #E5F8F6 0%, #E5F8F6 100%), #FFF;
  background: linear-gradient(0deg, #17B1A2 0%, #17B1A2 100%), linear-gradient(0deg, #E5F8F6 0%, #E5F8F6 100%), #FFF;
}

@media screen and (min-width: 1024px) {
  .p-lp-reason-box-2-table-pc table tr td .col-3-title {
    font-size: 15px;
  }
}

.p-lp-reason-box-2-table-pc table tr td .col-3-title span {
  font-size: 11px;
  line-height: 11px;
  position: relative;
  top: -4px;
}

.p-lp-reason-box-2-table-pc table tr td .col-3-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: -webkit-gradient(linear, left bottom, left top, from(#F4F7FA), to(#F4F7FA)), -webkit-gradient(linear, left bottom, left top, from(#E5F8F6), to(#E5F8F6)), #FFF;
  background: -webkit-linear-gradient(bottom, #F4F7FA 0%, #F4F7FA 100%), -webkit-linear-gradient(bottom, #E5F8F6 0%, #E5F8F6 100%), #FFF;
  background: linear-gradient(0deg, #F4F7FA 0%, #F4F7FA 100%), linear-gradient(0deg, #E5F8F6 0%, #E5F8F6 100%), #FFF;
}

.p-lp-reason-box-2-table-pc table tr td .col-3-wrap span {
  display: block;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
}

@media screen and (min-width: 1024px) {
  .p-lp-reason-box-2-table-pc table tr td .col-3-wrap span {
    font-size: 14px;
  }
}

.p-lp-reason-box-2-table-pc table tr td .col-3-wrap p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: DIN2014;
  font-size: 24px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 0;
  padding: 0;
  margin-top: 11px;
}

@media screen and (min-width: 1024px) {
  .p-lp-reason-box-2-table-pc table tr td .col-3-wrap p {
    font-size: 32px;
  }
}

.p-lp-reason-box-2-table-pc table tr td .col-3-wrap p span {
  letter-spacing: -0.96px;
  font-size: 24px;
  font-weight: 700;
  line-height: 20px;
  margin-left: 4px;
}

@media screen and (min-width: 1024px) {
  .p-lp-reason-box-2-table-pc table tr td .col-3-wrap p span {
    font-size: 32px;
  }
}

.p-lp-reason-box-2-table-pc table tr td .col-3-left {
  padding: 10px 4px 19px;
  width: 53%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-right: 1px solid #DBDEE3;
}

.p-lp-reason-box-2-table-pc table tr td .col-3-right {
  padding: 10px 4px 19px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-lp-reason-box-2-table-sp {
  margin-top: 24px;
}

@media screen and (min-width: 768px) {
  .p-lp-reason-box-2-table-sp {
    display: none;
  }
}

.p-lp-reason-box-2-table-sp--title {
  color: #323232;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  padding: 18px;
  background: #F4F7FA;
  margin-bottom: 0;
  border-bottom: 1px solid #DBDEE3;
}

.p-lp-reason-box-2-table-sp--title span {
  font-size: 11px;
  line-height: 11px;
  position: relative;
  top: -6px;
}

.p-lp-reason-box-2-table-sp-box-1 {
  border: 1px solid #DBDEE3;
}

.p-lp-reason-box-2-table-sp-box-1-content {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  padding: 16px 10px;
}

.p-lp-reason-box-2-table-sp-box-1-content span {
  color: #17B1A2;
}

.p-lp-reason-box-2-table-sp-box-2 {
  border: 1px solid #DBDEE3;
  border-top: none;
}

.p-lp-reason-box-2-table-sp-box-2-content-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  border-bottom: 1px solid #DBDEE3;
}

.p-lp-reason-box-2-table-sp-box-2-content-row:last-child {
  border-bottom: none;
}

.p-lp-reason-box-2-table-sp-box-2-content p {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  padding: 8px 12px 10px;
  margin-bottom: 0;
}

.p-lp-reason-box-2-table-sp-box-2-content-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  width: 54.27%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-right: 1px solid #DBDEE3;
}

.p-lp-reason-box-2-table-sp-box-2-content-right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-lp-reason-box-2-table-sp-box-3 {
  border: 1px solid #DBDEE3;
  border-top: none;
}

.p-lp-reason-box-2-table-sp-box-3-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  padding: 12px 15px;
}

.p-lp-reason-box-2-table-sp-box-3-content-box {
  border-radius: 4px;
  overflow: hidden;
}

.p-lp-reason-box-2-table-sp-box-3-content-title {
  color: #FFF;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  line-height: 15px;
  padding: 8px 4px 9px;
  margin-bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#17B1A2), to(#17B1A2)), -webkit-gradient(linear, left bottom, left top, from(#E5F8F6), to(#E5F8F6)), #FFF;
  background: -webkit-linear-gradient(bottom, #17B1A2 0%, #17B1A2 100%), -webkit-linear-gradient(bottom, #E5F8F6 0%, #E5F8F6 100%), #FFF;
  background: linear-gradient(0deg, #17B1A2 0%, #17B1A2 100%), linear-gradient(0deg, #E5F8F6 0%, #E5F8F6 100%), #FFF;
  letter-spacing: -0.08em;
}

.p-lp-reason-box-2-table-sp-box-3-content-title span {
  font-size: 11px;
  line-height: 11px;
  position: relative;
  top: -4px;
}

.p-lp-reason-box-2-table-sp-box-3-content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  background: #F4F7FA;
}

.p-lp-reason-box-2-table-sp-box-3-content-wrap span {
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.p-lp-reason-box-2-table-sp-box-3-content-wrap p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-family: DIN2014;
  font-size: 32px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 0;
  margin-top: 10px;
}

.p-lp-reason-box-2-table-sp-box-3-content-wrap p span {
  font-size: 32px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: -0.96px;
  margin-left: 6px;
}

.p-lp-reason-box-2-table-sp-box-3-content-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 64.646464%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-right: 1px solid #DBDEE3;
  padding: 10px 12px;
}

.p-lp-reason-box-2-table-sp-box-3-content-right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 10px 12px 18px;
}

.p-lp-reason-box-2-table-note {
  margin-top: 16px;
}

@media screen and (min-width: 768px) {
  .p-lp-reason-box-2-table-note {
    margin: 11px auto;
    max-width: 1000px;
  }
}

.p-lp-reason-box-2-table-note p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 8px;
  font-size: 11px;
  line-height: 16px;
  font-weight: 400;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .p-lp-reason-box-2-table-note p {
    font-size: 12px;
    line-height: 18px;
    gap: 14px;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-reason-box-2-table-note p {
    font-size: 14px;
    line-height: 22px;
  }
}

.p-lp-reason-box-2-table-note p span {
  font-size: 11px;
  line-height: 16px;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .p-lp-reason-box-2-table-note p span {
    font-size: 12px;
    line-height: 18px;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-reason-box-2-table-note p span {
    font-size: 14px;
    line-height: 22px;
  }
}

.p-lp-reason-box-2--line {
  width: 100%;
  height: 2px;
  background: #17b1a2;
  margin: 32px 0;
}

@media screen and (min-width: 768px) {
  .p-lp-reason-box-2--line {
    margin: 48px 0 32px;
  }
}

.p-lp-reason-box-2-process--title {
  font-size: 18px;
  line-height: 100%;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0;
  color: #17b1a2;
}

@media screen and (min-width: 768px) {
  .p-lp-reason-box-2-process--title {
    font-size: 22px;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-reason-box-2-process--title {
    font-size: 28px;
  }
}

.p-lp-reason-box-2-process-content {
  position: relative;
  margin-top: 32px;
}

@media screen and (min-width: 768px) {
  .p-lp-reason-box-2-process-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 30px;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-reason-box-2-process-content {
    margin: 20px -3px 0 -10px;
    gap: 54px;
  }
}

.p-lp-reason-box-2-process-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .p-lp-reason-box-2-process-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: unset;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
  }
}

.p-lp-reason-box-2-process-box img {
  width: 120px;
  height: 120px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (min-width: 768px) {
  .p-lp-reason-box-2-process-box img {
    margin: 0 auto;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-reason-box-2-process-box img {
    width: 184px;
    height: 184px;
    margin: 0 auto;
  }
}

.p-lp-reason-box-2-process-box:nth-child(1) {
  margin-bottom: 24px;
}

@media screen and (min-width: 768px) {
  .p-lp-reason-box-2-process-box:nth-child(1) {
    margin-bottom: 0;
  }
}

.p-lp-reason-box-2-process-box:nth-child(1)::after {
  content: "";
  position: absolute;
  left: 39px;
  top: calc(100% - 6px);
  background-image: url(assets/img/lp-robot/arrow-down.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 41px;
  height: 20px;
}

@media screen and (min-width: 768px) {
  .p-lp-reason-box-2-process-box:nth-child(1)::after {
    top: 42px;
    left: calc(33% - 50px);
    width: 20px;
    height: 48px;
    background-image: url(assets/img/lp-robot/arrow-right.svg);
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-reason-box-2-process-box:nth-child(1)::after {
    top: 52px;
    width: 37px;
    height: 86px;
  }
}

.p-lp-reason-box-2-process-box:nth-child(1) img {
  max-height: 138px;
  height: 138px;
  padding-bottom: 18px;
}

@media screen and (min-width: 768px) {
  .p-lp-reason-box-2-process-box:nth-child(1) img {
    max-height: 120px;
    height: 120px;
    padding-bottom: 0;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-reason-box-2-process-box:nth-child(1) img {
    max-height: 184px;
    height: 184px;
  }
}

.p-lp-reason-box-2-process-box:nth-child(1) h6 {
  position: relative;
  top: -9px;
}

@media screen and (min-width: 768px) {
  .p-lp-reason-box-2-process-box:nth-child(1) h6 {
    top: 0;
  }
}

.p-lp-reason-box-2-process-box:nth-child(2) {
  margin-bottom: 24px;
}

@media screen and (min-width: 768px) {
  .p-lp-reason-box-2-process-box:nth-child(2) {
    margin-bottom: 0;
  }
}

.p-lp-reason-box-2-process-box:nth-child(2)::after {
  content: "";
  position: absolute;
  left: 39px;
  top: calc(100% - 6px);
  background-image: url(assets/img/lp-robot/arrow-down.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 41px;
  height: 20px;
}

@media screen and (min-width: 768px) {
  .p-lp-reason-box-2-process-box:nth-child(2)::after {
    top: 42px;
    left: calc(66% + 30px);
    width: 20px;
    height: 48px;
    background-image: url(assets/img/lp-robot/arrow-right.svg);
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-reason-box-2-process-box:nth-child(2)::after {
    top: 50px;
    width: 37px;
    height: 86px;
  }
}

.p-lp-reason-box-2-process-box:nth-child(2) img {
  max-height: 138px;
  height: 138px;
  padding-bottom: 18px;
}

@media screen and (min-width: 768px) {
  .p-lp-reason-box-2-process-box:nth-child(2) img {
    max-height: 120px;
    height: 120px;
    padding-bottom: 0;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-reason-box-2-process-box:nth-child(2) img {
    max-height: 184px;
    height: 184px;
  }
}

.p-lp-reason-box-2-process-box:nth-child(2) h6 {
  position: relative;
  top: -9px;
}

@media screen and (min-width: 768px) {
  .p-lp-reason-box-2-process-box:nth-child(2) h6 {
    top: 0;
  }
}

.p-lp-reason-box-2-process-box:nth-child(2) .p-lp-reason-box-2-process-wrap p {
  letter-spacing: -0.03em;
}

@media screen and (min-width: 1024px) {
  .p-lp-reason-box-2-process-box:nth-child(3) .p-lp-reason-box-2-process-wrap p {
    letter-spacing: -0.02em;
    padding-left: 4px;
  }
}

.p-lp-reason-box-2-process-wrap h6 {
  color: #000;
  font-size: 16px;
  line-height: 100%;
  font-weight: 700;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .p-lp-reason-box-2-process-wrap h6 {
    font-size: 18px;
    text-align: center;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-reason-box-2-process-wrap h6 {
    font-size: 20px;
  }
}

.p-lp-reason-box-2-process-wrap p {
  font-size: 15px;
  font-weight: 400;
  line-height: 150%;
  color: #000;
  margin-top: 10px;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .p-lp-reason-box-2-process-wrap p {
    font-size: 16px;
    margin-top: 16px;
  }
}

.p-lp-reason-box-2-process-wrap p br {
  display: none;
}

@media screen and (min-width: 1024px) {
  .p-lp-reason-box-2-process-wrap p br {
    display: block;
  }
}

.p-lp-reason-box-2-expert {
  background: #f4f7fa;
  border-radius: 10px;
  padding: 16px;
  margin-top: 32px;
}

@media screen and (min-width: 768px) {
  .p-lp-reason-box-2-expert {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 24px;
    border-radius: 15px;
    gap: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-reason-box-2-expert {
    padding: 30px 67px 32px 22px;
    margin-top: 48px;
    gap: 30px;
  }
}

.p-lp-reason-box-2-expert-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

@media screen and (min-width: 768px) {
  .p-lp-reason-box-2-expert-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    max-width: 130px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-reason-box-2-expert-info {
    max-width: 180px;
  }
}

.p-lp-reason-box-2-expert-info img {
  width: 72px;
  height: 72px;
  border-radius: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (min-width: 768px) {
  .p-lp-reason-box-2-expert-info img {
    margin: 0 auto;
    width: 120px;
    height: 120px;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-reason-box-2-expert-info img {
    width: 144px;
    height: 144px;
  }
}

.p-lp-reason-box-2-expert--title {
  font-size: 12px;
  line-height: 140%;
  font-weight: 400;
  letter-spacing: -0.02em;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .p-lp-reason-box-2-expert--title {
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    letter-spacing: 0;
  }
}

.p-lp-reason-box-2-expert--company {
  font-size: 12px;
  line-height: 140%;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 4px;
}

@media screen and (min-width: 768px) {
  .p-lp-reason-box-2-expert--company {
    font-size: 16px;
    line-height: 26px;
    margin-top: 8px;
    text-align: center;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-reason-box-2-expert--company {
    font-size: 18px;
  }
}

.p-lp-reason-box-2-expert--note {
  font-size: 16px;
  line-height: 140%;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 8px;
  display: block;
}

@media screen and (min-width: 768px) {
  .p-lp-reason-box-2-expert--note {
    display: none;
  }
}

.p-lp-reason-box-2-expert--note span {
  color: #17b1a2;
  font-weight: 900;
}

@media screen and (min-width: 1024px) {
  .p-lp-reason-box-2-expert--note br {
    display: none;
  }
}

.p-lp-reason-box-2-expert-content {
  font-size: 15px;
  line-height: 160%;
  font-weight: 400;
  color: #000;
  margin-top: 13px;
}

@media screen and (min-width: 768px) {
  .p-lp-reason-box-2-expert-content {
    font-size: 16px;
    margin-top: 0;
  }
}

.p-lp-reason-box-2-expert-content br {
  display: none;
}

@media screen and (min-width: 1024px) {
  .p-lp-reason-box-2-expert-content br {
    display: block;
  }
}

.p-lp-reason-box-2-expert-content>span {
  font-weight: 700;
}

.p-lp-reason-box-2-expert-content p {
  line-height: 100%;
  font-weight: 700;
  margin-bottom: 16px;
  display: none;
}

@media screen and (min-width: 768px) {
  .p-lp-reason-box-2-expert-content p {
    font-size: 20px;
    display: block;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-reason-box-2-expert-content p {
    font-size: 28px;
  }
}

.p-lp-reason-box-2-expert-content p span {
  font-weight: 900;
  color: #17b1a2;
}

.p-lp-reason-box-2-expert--line {
  width: 100%;
  height: 2px;
  background: #d9d9d9;
  margin: 16px 0;
}

@media screen and (min-width: 768px) {
  .p-lp-reason-box-2-expert--line {
    margin: 22px 0 18px;
  }
}

.p-lp-reason-box-2-faq {
  background: #fff;
  border-radius: 10px;
  padding: 24px 16px;
  margin-top: 16px;
}

@media screen and (min-width: 1024px) {
  .p-lp-reason-box-2-faq {
    padding: 40px 40px 32px 40px;
    border-radius: 20px;
    margin-top: 40px;
  }
}

.p-lp-reason-box-2-faq--sub {
  font-size: 14px;
  line-height: 100%;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .p-lp-reason-box-2-faq--sub {
    font-size: 16px;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-reason-box-2-faq--sub {
    font-size: 20px;
  }
}

.p-lp-reason-box-2-faq--name {
  position: relative;
  font-size: 22px;
  line-height: 100%;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0;
  margin-top: 8px;
}

@media screen and (min-width: 1024px) {
  .p-lp-reason-box-2-faq--name {
    font-size: 24px;
    margin-top: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-reason-box-2-faq--name {
    font-size: 40px;
  }
}

.p-lp-reason-box-2-faq--name span {
  font-weight: 900;
  color: #17b1a2;
}

.p-lp-reason-box-2-faq-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 16px;
}

@media screen and (min-width: 1024px) {
  .p-lp-reason-box-2-faq-list {
    margin-top: 36px;
  }
}

.p-lp-reason-box-2-faq-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: 2px solid #e2e8ee;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.p-lp-reason-box-2-faq-item:has(.is-show) {
  border-bottom: 2px solid #17b1a2;
}

.p-lp-reason-box-2-faq-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 18px;
  padding: 15px 5px;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .p-lp-reason-box-2-faq-title {
    padding: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-reason-box-2-faq-title {
    padding: 24px 32px;
  }
}

.p-lp-reason-box-2-faq-title p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 0;
  gap: 6px;
}

@media screen and (min-width: 768px) {
  .p-lp-reason-box-2-faq-title p {
    font-size: 18px;
    line-height: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-reason-box-2-faq-title p {
    font-size: 20px;
  }
}

.p-lp-reason-box-2-faq-title p span {
  font-family: DIN2014;
  font-size: 24px;
  line-height: 20px;
  font-weight: 700;
  color: #17b1a2;
}

@media screen and (min-width: 768px) {
  .p-lp-reason-box-2-faq-title p span {
    font-size: 26px;
    margin-right: 4px;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-reason-box-2-faq-title p span {
    font-size: 30px;
  }
}

.p-lp-reason-box-2-faq-title button {
  position: relative;
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.p-lp-reason-box-2-faq-title button span:nth-child(1) {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 14px;
  height: 2px;
  background: #17b1a2;
}

.p-lp-reason-box-2-faq-title button span:nth-child(2) {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 14px;
  width: 2px;
  background: #17b1a2;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.p-lp-reason-box-2-faq-title.is-show button span:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.p-lp-reason-box-2-faq-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 24px;
  padding-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .p-lp-reason-box-2-faq-box {
    padding-bottom: 16px;
  }
}

.p-lp-reason-box-2-faq-box-img {
  display: none;
  width: 96px;
  height: 96px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: #d9d9d9;
  border-radius: 100%;
}

@media screen and (min-width: 1024px) {
  .p-lp-reason-box-2-faq-box-img {
    display: block;
  }
}

.p-lp-reason-box-2-faq-box-img img {
  width: 100%;
  height: 100%;
}

.p-lp-reason-box-2-faq-content {
  position: relative;
  padding: 15px;
  background: #f4f7fa;
  font-size: 14px;
  line-height: 28px;
  font-weight: 400;
  border-radius: 8px 8px 0 8px;
}

@media screen and (min-width: 768px) {
  .p-lp-reason-box-2-faq-content {
    padding: 20px 30px;
    font-size: 16px;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-reason-box-2-faq-content {
    padding: 32px 40px;
    font-size: 18px;
    line-height: 32px;
  }
}

.p-lp-reason-box-2-faq-content::after {
  content: "";
  position: absolute;
  left: 100%;
  bottom: 0;
  background-image: url(assets/img/lp-robot/decor-faq-expert.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 34.5px;
  display: none;
}

@media screen and (min-width: 1024px) {
  .p-lp-reason-box-2-faq-content::after {
    display: block;
  }
}

.p-lp-reason-box-3 {
  padding: 20px 16px 16px;
  background: #fff;
  border-radius: 20px;
}

@media screen and (min-width: 1024px) {
  .p-lp-reason-box-3 {
    padding: 44px 60px 48px;
  }
}

.p-lp-reason-box-3--num {
  font-family: DIN2014;
  position: relative;
  font-size: 32px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 0;
  padding-bottom: 12px;
  color: #2582db;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-lp-reason-box-3--num {
    font-size: 36px;
    padding-bottom: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-reason-box-3--num {
    font-size: 48px;
  }
}

.p-lp-reason-box-3--num::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 34px;
  height: 3px;
  background: #2582db;
}

@media screen and (min-width: 1024px) {
  .p-lp-reason-box-3--num::after {
    width: 40px;
    height: 5px;
  }
}

.p-lp-reason-box-3--sub {
  font-size: 14px;
  line-height: 100%;
  font-weight: 700;
  text-align: center;
  margin-top: 16px;
}

@media screen and (min-width: 768px) {
  .p-lp-reason-box-3--sub {
    font-size: 16px;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-reason-box-3--sub {
    font-size: 20px;
  }
}

.p-lp-reason-box-3--title {
  font-size: 22px;
  line-height: 150%;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0;
  margin-top: 16px;
}

@media screen and (min-width: 768px) {
  .p-lp-reason-box-3--title {
    font-size: 24px;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-reason-box-3--title {
    font-size: 40px;
  }
}

@media screen and (min-width: 768px) {
  .p-lp-reason-box-3--title br {
    display: none;
  }
}

.p-lp-reason-box-3--title span {
  font-weight: 900;
  color: #2582db;
}

.p-lp-reason-box-3--slogan {
  font-size: 18px;
  line-height: 150%;
  font-weight: 700;
  color: #2582db;
  margin: 24px -7px 0;
}

@media screen and (min-width: 768px) {
  .p-lp-reason-box-3--slogan {
    font-size: 22px;
    line-height: 100%;
    margin: 40px 0 0;
    text-align: center;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-reason-box-3--slogan {
    font-size: 28px;
  }
}

.p-lp-reason-box-3--des {
  font-size: 15px;
  line-height: 160%;
  font-weight: 400;
  color: #000;
  margin: 12px 0 0;
}

@media screen and (min-width: 768px) {
  .p-lp-reason-box-3--des {
    font-size: 16px;
    text-align: center;
  }
}

.p-lp-reason-box-3-sup {
  margin-top: 24px;
}

@media screen and (min-width: 768px) {
  .p-lp-reason-box-3-sup {
    margin-top: 40px;
  }
}

.p-lp-reason-box-3-sup h3 {
  font-size: 18px;
  line-height: 100%;
  font-weight: 700;
  color: #000;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-lp-reason-box-3-sup h3 {
    font-size: 22px;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-reason-box-3-sup h3 {
    font-size: 24px;
  }
}

.p-lp-reason-box-3-sup-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr);
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-gap: 24px;
  gap: 24px;
  margin-top: 24px;
}

@media screen and (min-width: 768px) {
  .p-lp-reason-box-3-sup-list {
    -ms-grid-columns: minmax(0, 1fr) 30px minmax(0, 1fr);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-reason-box-3-sup-list {
    gap: 40px;
  }
}

.p-lp-reason-box-3-sup-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 17px;
}

@media screen and (min-width: 768px) {
  .p-lp-reason-box-3-sup-item {
    gap: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-reason-box-3-sup-item {
    gap: 32px;
  }
}

.p-lp-reason-box-3-sup-item img {
  width: 120px;
  height: 120px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (min-width: 1024px) {
  .p-lp-reason-box-3-sup-item img {
    width: 240px;
    height: 240px;
  }
}

.p-lp-reason-box-3-sup-text h6 {
  font-size: 16px;
  line-height: 100%;
  font-weight: 700;
  color: #2582db;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .p-lp-reason-box-3-sup-text h6 {
    font-size: 18px;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-reason-box-3-sup-text h6 {
    font-size: 24px;
  }
}

.p-lp-reason-box-3-sup-text p {
  font-size: 15px;
  line-height: 150%;
  font-weight: 400;
  color: #000;
  margin: 10px 0 0;
}

@media screen and (min-width: 768px) {
  .p-lp-reason-box-3-sup-text p {
    font-size: 16px;
    line-height: 160%;
    margin-top: 20px;
  }
}

.p-lp-reason-box-3-note {
  padding: 20px;
  background: #f4f7fa;
  border-radius: 15px;
  margin-top: 35px;
}

@media screen and (min-width: 768px) {
  .p-lp-reason-box-3-note {
    padding: 32px;
    margin-top: 32px;
  }
}

.p-lp-reason-box-3-note h6 {
  font-size: 16px;
  line-height: 150%;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0;
  color: #2582db;
}

@media screen and (min-width: 768px) {
  .p-lp-reason-box-3-note h6 {
    font-size: 18px;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-reason-box-3-note h6 {
    font-size: 24px;
  }
}

@media screen and (min-width: 768px) {
  .p-lp-reason-box-3-note h6 br {
    display: none;
  }
}

.p-lp-reason-box-3-note p {
  font-size: 15px;
  line-height: 160%;
  font-weight: 400;
  text-align: center;
  margin-bottom: 0;
  margin-top: 12px;
}

@media screen and (min-width: 768px) {
  .p-lp-reason-box-3-note p {
    font-size: 16px;
    margin-top: 16px;
  }
}

@media screen and (min-width: 768px) {
  .p-lp-reason-box-3-note p br {
    display: none;
  }
}

.p-lp-reason-box-3--line {
  width: 100%;
  height: 2px;
  background: #2582db;
  margin: 32px 0;
}

@media screen and (min-width: 768px) {
  .p-lp-reason-box-3--line {
    margin: 32px 0;
  }
}

.p-lp-reason-box-3-detail--sub {
  color: #000;
  font-size: 16px;
  line-height: 100%;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .p-lp-reason-box-3-detail--sub {
    font-size: 22px;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-reason-box-3-detail--sub {
    font-size: 24px;
  }
}

.p-lp-reason-box-3-detail--title {
  font-size: 18px;
  line-height: 150%;
  font-weight: 700;
  margin-top: 12px;
  margin-bottom: 0;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-lp-reason-box-3-detail--title {
    color: #2582db;
    font-size: 24px;
    line-height: 100%;
    margin-top: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-reason-box-3-detail--title {
    font-size: 28px;
  }
}

.p-lp-reason-box-3-detail--title span {
  color: #2582db;
}

@media screen and (min-width: 768px) {
  .p-lp-reason-box-3-detail--title br {
    display: none;
  }
}

.p-lp-reason-box-3-detail--des {
  font-size: 15px;
  line-height: 160%;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 12px;
}

@media screen and (min-width: 768px) {
  .p-lp-reason-box-3-detail--des {
    font-size: 16px;
    margin-top: 16px;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .p-lp-reason-box-3-detail--des br {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-reason-box-3-detail--des br {
    display: block;
  }
}

.p-lp-reason-box-3-detail-note {
  padding: 20px 16px;
  margin-top: 24px;
  background: #f4f7fa;
  border-radius: 15px;
}

@media screen and (min-width: 768px) {
  .p-lp-reason-box-3-detail-note {
    padding: 32px;
    margin-top: 48px;
  }
}

.p-lp-reason-box-3-detail-note h6 {
  font-size: 16px;
  line-height: 150%;
  font-weight: 700;
  color: #000;
  text-align: center;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .p-lp-reason-box-3-detail-note h6 {
    font-size: 20px;
    line-height: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-reason-box-3-detail-note h6 {
    font-size: 32px;
  }
}

.p-lp-reason-box-3-detail-note h6 span {
  color: #2582db;
}

.p-lp-reason-box-3-detail-note p {
  color: #000;
  font-size: 15px;
  line-height: 150%;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 12px;
}

@media screen and (min-width: 768px) {
  .p-lp-reason-box-3-detail-note p {
    font-size: 16px;
    line-height: 160%;
    margin-top: 16px;
    text-align: center;
  }
}

.p-lp-reason-box-3-exam--title {
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  text-align: center;
  color: #000;
  margin-bottom: 0;
  margin-top: 28px;
}

@media screen and (min-width: 768px) {
  .p-lp-reason-box-3-exam--title {
    font-size: 22px;
    margin-top: 24px;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-reason-box-3-exam--title {
    font-size: 24px;
    margin-top: 32px;
  }
}

.p-lp-reason-box-3-exam--des {
  font-size: 12px;
  line-height: 100%;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 12px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-lp-reason-box-3-exam--des {
    font-size: 14px;
    letter-spacing: -0.02em;
  }
}

.p-lp-reason-box-3-exam-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 46px;
  gap: 24px;
}

@media screen and (min-width: 768px) {
  .p-lp-reason-box-3-exam-wrap {
    margin-top: 24px;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-reason-box-3-exam-wrap {
    margin-top: 31px;
    gap: 50px;
  }
}

.p-lp-reason-box-3-exam-box--title {
  font-size: 18px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 0;
  text-align: center;
  color: #fff;
  background: #2582db;
}

@media screen and (min-width: 768px) {
  .p-lp-reason-box-3-exam-box--title {
    font-size: 20px;
    padding: 4px 0;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-reason-box-3-exam-box--title {
    font-size: 24px;
  }
}

.p-lp-reason-box-3-exam-box--title.opacity {
  opacity: 0.6;
}

.p-lp-reason-box-3-exam-box-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 17px minmax(0, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 17px;
  gap: 17px;
  margin-top: 16px;
}

@media screen and (min-width: 768px) {
  .p-lp-reason-box-3-exam-box-list {
    gap: 120px;
    margin-top: 32px;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-reason-box-3-exam-box-list {
    gap: 240px;
    padding: 0 100px;
  }
}

.p-lp-reason-box-3-exam-box-item {
  position: relative;
}

.p-lp-reason-box-3-exam-box-item img {
  width: 100%;
}

.p-lp-reason-box-3-exam-box-item h6 {
  font-size: 15px;
  line-height: 140%;
  font-weight: 700;
  margin-top: 8.65px;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .p-lp-reason-box-3-exam-box-item h6 {
    font-size: 18px;
    line-height: 150%;
    margin-top: 12.35px;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-reason-box-3-exam-box-item h6 {
    font-size: 20px;
  }
}

.p-lp-reason-box-3-exam-box-item p {
  font-size: 14px;
  line-height: 150%;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 8px;
}

@media screen and (min-width: 768px) {
  .p-lp-reason-box-3-exam-box-item p {
    font-size: 15px;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-reason-box-3-exam-box-item p {
    font-size: 16px;
  }
}

.p-lp-reason-box-3-exam-box-item:nth-child(1)::after {
  content: "";
  position: absolute;
  top: 70px;
  left: calc(100% + 44px);
  width: 37px;
  height: 86px;
  background-image: url(assets/img/lp-robot/arrow-right.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  display: none;
}

@media screen and (min-width: 768px) {
  .p-lp-reason-box-3-exam-box-item:nth-child(1)::after {
    display: block;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-reason-box-3-exam-box-item:nth-child(1)::after {
    display: block;
    top: 57px;
    left: calc(100% + 108px);
  }
}

.p-lp-flow {
  background: #f2f5f6;
  padding: 32px 0 24px;
}

@media screen and (min-width: 768px) {
  .p-lp-flow {
    padding: 48px 0;
  }
}

.p-lp-flow--title {
  font-size: 22px;
  line-height: 100%;
  font-weight: 700;
  margin-bottom: 0;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-lp-flow--title {
    font-size: 28px;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-flow--title {
    font-size: 40px;
  }
}

.p-lp-flow-list {
  margin-top: 28px;
  padding-right: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}

@media screen and (min-width: 768px) {
  .p-lp-flow-list {
    margin-top: 36px;
    padding-right: 0;
    gap: 40px;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-flow-list {
    margin-top: 48px;
    gap: 71px;
  }
}

.p-lp-flow-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 19px;
}

@media screen and (min-width: 768px) {
  .p-lp-flow-item {
    gap: 40px;
  }
}

.p-lp-flow-item img {
  width: 92px;
  height: 92px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (min-width: 768px) {
  .p-lp-flow-item img {
    width: 120px;
    height: 120px;
  }
}

.p-lp-flow-item-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 9px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-bottom: 20px;
  border-bottom: 1px solid #d8e1ea;
}

@media screen and (min-width: 768px) {
  .p-lp-flow-item-text {
    gap: 14px;
    padding-bottom: 28px;
  }
}

.p-lp-flow-item-text h6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 0;
  color: #f67506;
}

@media screen and (min-width: 768px) {
  .p-lp-flow-item-text h6 {
    font-size: 22px;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-flow-item-text h6 {
    font-size: 28px;
    line-height: 100%;
  }
}

.p-lp-flow-item-text h6 span {
  position: relative;
  top: 4px;
  font-family: DIN2014;
  display: inline-block;
  font-size: 24px;
  line-height: 19px;
  font-weight: 300;
  letter-spacing: -0.06em;
}

@media screen and (min-width: 768px) {
  .p-lp-flow-item-text h6 span {
    font-size: 30px;
    line-height: 22px;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-flow-item-text h6 span {
    top: 0;
    font-size: 35px;
    line-height: 33px;
  }
}

.p-lp-flow-item-text p {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .p-lp-flow-item-text p {
    font-size: 16px;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-flow-item-text p {
    font-size: 18px;
    line-height: 30px;
  }
}

.p-lp-flow-item-text p br {
  display: none;
}

@media screen and (min-width: 768px) {
  .p-lp-flow-item-text p br {
    display: block;
  }
}

.p-lp-form {
  padding: 32px 0;
}

@media screen and (min-width: 768px) {
  .p-lp-form {
    padding: 64px 0;
  }
}

.p-lp-form .hidden-fields-container {
  display: none;
}

.p-lp-form--container {
  max-width: 832px;
  margin: auto;
  padding: 0 16px;
}

.p-lp-form--title {
  font-size: 22px;
  line-height: 150%;
  font-weight: 700;
  color: #000;
  margin-bottom: 0;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-lp-form--title {
    font-size: 28px;
    line-height: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-form--title {
    font-size: 40px;
  }
}

.p-lp-form--title span {
  font-weight: 900;
  color: #f67506;
}

@media screen and (min-width: 768px) {
  .p-lp-form--title br {
    display: none;
  }
}

.p-lp-form-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  margin-top: 32px;
}

@media screen and (min-width: 768px) {
  .p-lp-form-content {
    gap: 30px;
    margin-top: 36px;
  }
}

@media screen and (min-width: 1024px) {
  .p-lp-form-content {
    gap: 48px;
    margin-top: 48px;
  }
}

.p-lp-form-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

@media screen and (min-width: 768px) {
  .p-lp-form-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .p-lp-form-item::after {
    content: "";
    position: absolute;
    top: calc(100% + 15px);
    left: 0;
    width: 100%;
    height: 1px;
    background: #D8E1EA;
  }
}

@media screen and (min-width: 768px) and (min-width: 1024px) {
  .p-lp-form-item::after {
    top: calc(100% + 24px);
  }
}

.p-lp-form-item-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

@media screen and (min-width: 768px) {
  .p-lp-form-item-left {
    width: 252px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
}

@media screen and (min-width: 768px) {
  .p-lp-form-item-left.items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
}

.p-lp-form-item-left>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .p-lp-form-item-left>div {
    display: block;
  }
}

.p-lp-form-item-left p {
  font-size: 16px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: -0.02em;
}

@media screen and (min-width: 768px) {
  .p-lp-form-item-left p {
    font-size: 18px;
  }
}

@media screen and (min-width: 768px) {
  .p-lp-form-item-left p span {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0;
  }
}

.p-lp-form-item-left b {
  font-size: 13px;
  line-height: 14px;
  font-weight: 700;
  color: #fff;
  width: 48px;
  height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 2px;
  background: #dc2e28;
}

.p-lp-form-item-right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-lp-form-item-right input,
.p-lp-form-item-right textarea {
  font-size: 15px;
  font-weight: 400;
  line-height: 100%;
  padding: 13.5px 12px;
  background: #f6f8fa;
  border-radius: 4px;
  border: 1px solid #d8e1ea;
  outline: none;
  width: 100%;
}

@media screen and (min-width: 1024px) {

  .p-lp-form-item-right input,
  .p-lp-form-item-right textarea {
    font-size: 18px;
    padding: 18px 24px;
  }
}

.p-lp-form-item-right input::-webkit-input-placeholder,
.p-lp-form-item-right textarea::-webkit-input-placeholder {
  color: #bdc5cd;
}

.p-lp-form-item-right input::-moz-placeholder,
.p-lp-form-item-right textarea::-moz-placeholder {
  color: #bdc5cd;
}

.p-lp-form-item-right input:-ms-input-placeholder,
.p-lp-form-item-right textarea:-ms-input-placeholder {
  color: #bdc5cd;
}

.p-lp-form-item-right input::-ms-input-placeholder,
.p-lp-form-item-right textarea::-ms-input-placeholder {
  color: #bdc5cd;
}

.p-lp-form-item-right input::placeholder,
.p-lp-form-item-right textarea::placeholder {
  color: #bdc5cd;
}

.p-lp-form-item-right textarea {
  height: 128px;
  resize: none;
}

.p-lp-form-item-right .input-form-fear {
  margin-top: 10px;
}

.p-lp-form-item-right input[name=form-fear] {
  font-size: 18px;
  padding: 18px 24px;
}

.p-lp-form-item-right .wpcf7-form-control-wrap>.wpcf7-form-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

.p-lp-form-item-right .wpcf7-checkbox {
  width: 100%;
}

.p-lp-form-item-right .wpcf7-checkbox .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  position: relative;
  cursor: pointer;
}

.p-lp-form-item-right .wpcf7-checkbox .wpcf7-list-item label input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 30px;
  height: 30px;
  z-index: 2;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .p-lp-form-item-right .wpcf7-checkbox .wpcf7-list-item label input[type=checkbox] {
    width: 26px;
    height: 26px;
  }
}

.p-lp-form-item-right .wpcf7-checkbox .wpcf7-list-item label input[type=checkbox]:checked+.wpcf7-list-item-label::before {
  background: #f67506;
}

.p-lp-form-item-right .wpcf7-checkbox .wpcf7-list-item label input[type=checkbox]:checked+.wpcf7-list-item-label::after {
  opacity: 1;
}

.p-lp-form-item-right .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
  padding-left: 38px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 30px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
}

@media screen and (min-width: 1024px) {
  .p-lp-form-item-right .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
    font-size: 18px;
    min-height: 26px;
    padding-left: 34px;
  }
}

.p-lp-form-item-right .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: #c3cdd8;
  border-radius: 4px;
  z-index: 1;
}

@media screen and (min-width: 1024px) {
  .p-lp-form-item-right .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label::before {
    width: 26px;
    height: 26px;
  }
}

.p-lp-form-item-right .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 17.9px;
  height: 13.65px;
  background-image: url(assets/img/lp-robot/icon-check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 1;
  z-index: 2;
}

@media screen and (min-width: 1024px) {
  .p-lp-form-item-right .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label::after {
    width: 14.74px;
    height: 11.24px;
    left: 6.5px;
  }
}

input[type=checkbox]:checked+.p-lp-form-item-right .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label::before {
  background: #f67506;
}

.p-lp-form-item-right .wpcf7-radio {
  width: 100%;
}

.p-lp-form-item-right .wpcf7-radio .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  position: relative;
  cursor: pointer;
}

.p-lp-form-item-right .wpcf7-radio .wpcf7-list-item label input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 30px;
  height: 30px;
  z-index: 2;
  cursor: pointer;
}

@media screen and (min-width: 1024px) {
  .p-lp-form-item-right .wpcf7-radio .wpcf7-list-item label input[type=radio] {
    width: 26px;
    height: 26px;
  }
}

.p-lp-form-item-right .wpcf7-radio .wpcf7-list-item label input[type=radio]:checked+.wpcf7-list-item-label::after {
  opacity: 1;
}

.p-lp-form-item-right .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
  padding-left: 38px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 30px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
}

@media screen and (min-width: 1024px) {
  .p-lp-form-item-right .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
    font-size: 18px;
    min-height: 26px;
    padding-left: 34px;
  }
}

.p-lp-form-item-right .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border: 1px solid #c3cdd8;
  border-radius: 100%;
  z-index: 1;
}

@media screen and (min-width: 1024px) {
  .p-lp-form-item-right .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label::before {
    width: 26px;
    height: 26px;
  }
}

.p-lp-form-item-right .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background-color: #f67506;
  opacity: 0;
  z-index: 2;
}

@media screen and (min-width: 1024px) {
  .p-lp-form-item-right .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label::after {
    left: 5px;
    width: 16px;
    height: 16px;
  }
}

input[type=radio]:checked+.p-lp-form-item-right .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label::after {
  opacity: 1;
}

.p-lp-form-item-right .confirm-value {
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
}

@media screen and (min-width: 768px) {

  .p-lp-form-grid-2 .wpcf7-checkbox,
  .p-lp-form-grid-2 .wpcf7-radio {
    display: -ms-grid !important;
    display: grid !important;
    -ms-grid-columns: minmax(0, 1fr) 10px minmax(0, 1fr);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 10px;
    gap: 10px;
  }
}

@media screen and (min-width: 768px) {

  .p-lp-form-grid-span-3 .wpcf7-checkbox,
  .p-lp-form-grid-span-3 .wpcf7-radio {
    display: -ms-grid !important;
    display: grid !important;
    -ms-grid-columns: minmax(0, 1fr) 10px minmax(0, 1fr);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 10px;
    gap: 10px;
  }
}

@media screen and (min-width: 768px) {

  .p-lp-form-grid-span-3 .wpcf7-checkbox .wpcf7-list-item:nth-child(3),
  .p-lp-form-grid-span-3 .wpcf7-radio .wpcf7-list-item:nth-child(3) {
    -ms-grid-column-span: 2;
    grid-column: span 2/span 2;
  }
}

.p-lp-form-policy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  margin-top: 32px;
}

@media screen and (min-width: 1024px) {
  .p-lp-form-policy {
    margin-top: 40px;
  }
}

.p-lp-form-policy p {
  font-size: 16px;
  line-height: 100%;
  font-weight: 500;
  margin-bottom: 0;
}

@media screen and (min-width: 1024px) {
  .p-lp-form-policy p {
    font-size: 18px;
  }
}

.p-lp-form-policy p span {
  font-weight: 700;
  text-decoration: underline;
  cursor: pointer;
}

.p-lp-form-policy input {
  position: relative;
  width: 30px;
  height: 30px;
  z-index: 1;
  opacity: 0;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .p-lp-form-policy input {
    width: 26px;
    height: 26px;
  }
}

.p-lp-form-policy input:checked~.custom-checkbox {
  background: #f67506;
}

.p-lp-form-policy-wrap {
  position: relative;
}

.p-lp-form-policy-wrap .error-message {
  position: absolute;
  top: 100%;
  left: 40px;
  white-space: nowrap;
}

.p-lp-form-policy .custom-checkbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background: #c3cdd8;
  border-radius: 4px;
  z-index: 0;
}

@media screen and (min-width: 768px) {
  .p-lp-form-policy .custom-checkbox {
    width: 26px;
    height: 26px;
  }
}

.p-lp-form-policy .custom-checkbox::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 17.9px;
  height: 13.65px;
  background-image: url(assets/img/lp-robot/icon-check.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (min-width: 768px) {
  .p-lp-form-policy .custom-checkbox::after {
    left: 4.5px;
  }
}

.p-lp-form-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 48px;
}

@media screen and (min-width: 768px) {
  .p-lp-form-button {
    margin-top: 64px;
  }
}

.p-lp-form-button>p {
  position: relative;
  max-width: 580px;
  width: 100%;
  height: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 10px;
  background: #2c3033;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@media screen and (min-width: 1024px) {
  .p-lp-form-button>p {
    height: 84px;
  }
}

.p-lp-form-button svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 16px;
}

@media screen and (min-width: 768px) {
  .p-lp-form-button svg {
    left: 24px;
    width: 46px;
    height: 30px;
  }
}

.p-lp-form-button input {
  position: relative;
  font-size: 21px;
  line-height: 32px;
  font-weight: 700;
  width: 100%;
  height: 100%;
  color: #fff !important;
}

@media screen and (min-width: 768px) {
  .p-lp-form-button input {
    font-size: 24px;
  }
}

.p-lp-form-button>p:has(input:disabled) {
  background: #c3cdd8;
}

.p-lp-form-button>p:has(input:disabled) input {
  cursor: default;
}

.p-lp-form-back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
}

.p-lp-form-back button {
  font-size: 18px;
  line-height: 32px;
  font-weight: 700;
  text-decoration: underline;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@media screen and (min-width: 768px) {
  .p-lp-form-back button {
    font-size: 22px;
  }
}

.p-lp-modal-policy {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.p-lp-modal-policy.show {
  opacity: 1;
  pointer-events: auto;
}

.p-lp-modal-policy-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.25);
}

.p-lp-modal-policy-box {
  position: relative;
  width: 100%;
  max-width: 800px;
}

.p-lp-modal-policy-body {
  position: relative;
  width: 100%;
  max-height: 80vh;
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  overflow: auto;
}

.p-lp-modal-policy--close {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  border-radius: 100%;
  font-size: 20px;
  font-weight: 700;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  z-index: 1;
}

.p-lp-modal-policy--title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.4px;
  border-left: 5px solid #003d4f;
  padding: 15px 8px;
}

@media screen and (min-width: 768px) {
  .p-lp-modal-policy--title {
    font-size: 26px;
  }
}

.p-lp-modal-policy--heading {
  border-bottom: 3px solid #003d4f;
  font-size: 22px;
  font-weight: 700;
  padding: 10px 8px;
  margin: 15px 0 10px;
}

@media screen and (min-width: 768px) {
  .p-lp-modal-policy--heading {
    font-size: 18px;
  }
}

.p-lp-modal-policy p {
  font-size: 14px;
  letter-spacing: 0.4px;
  line-height: 1.85;
  margin-bottom: 24px;
  padding: 0 8px;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .p-lp-modal-policy p {
    font-size: 16px;
    margin-bottom: 40px;
  }
}

.p-lp-modal-policy ul,
.p-lp-modal-policy ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  padding: 0 8px 0 28px;
  margin-bottom: 8px;
}

@media screen and (min-width: 768px) {

  .p-lp-modal-policy ul,
  .p-lp-modal-policy ol {
    margin-bottom: 12px;
    gap: 16px;
  }
}

.p-lp-modal-policy ul li,
.p-lp-modal-policy ol li {
  font-size: 14px;
  letter-spacing: 0.4px;
  line-height: 1.85;
  font-weight: 400;
}

@media screen and (min-width: 768px) {

  .p-lp-modal-policy ul li,
  .p-lp-modal-policy ol li {
    font-size: 16px;
  }
}

.p-lp-modal-policy ul {
  list-style: disc;
}

.p-lp-modal-policy ol {
  list-style: decimal;
}

@media screen and (min-width: 1024px) {
  .p-catalog-download .products_input {
    gap: 40px;
  }
}

@media screen and (min-width: 1024px) {
  .p-catalog-download .a-heading-lv2 {
    margin-bottom: 40px;
  }
}

.p-catalog-download-heading {
  border-bottom: 2px solid #F0F0F0;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 24px;
  padding-bottom: 8px;
  position: relative;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .p-catalog-download-heading {
    font-size: 2rem;
    padding-bottom: 6px;
  }
}

.p-catalog-download-heading::before {
  background: #2e2e2e;
  bottom: -2px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 11%;
}

@media screen and (min-width: 768px) {
  .p-catalog-download-heading::before {
    width: 5%;
  }
}

.p-catalog-download-login-link a {
  color: #005d4f;
  font-size: 1.6rem;
  text-decoration: underline;
}

.p-catalog-download {
  /* フォーム住所欄 */
}

.p-catalog-download .p-country-name {
  display: none;
}

.p-catalog-download .m-form-flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media screen and (min-width: 1024px) {
  .p-catalog-download .m-form-flex-wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.p-catalog-download .postal-search,
.p-catalog-download .select-box {
  background: #fff;
  border: 1px solid #e8e9ec;
  color: #323232;
  font-size: 1.3rem;
}

@media screen and (min-width: 1024px) {

  .p-catalog-download .postal-search,
  .p-catalog-download .select-box {
    font-size: 1.4rem;
  }
}

.p-catalog-download .address-wrap .m-form-label {
  margin-bottom: 14px;
}

.p-catalog-download .postal-search-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
}

.p-catalog-download .postal-search {
  font-weight: bold;
  margin: 21px 0 0 0;
  max-height: 43px;
  padding: 0 15px;
  white-space: nowrap;
}

@media screen and (min-width: 1024px) {
  .p-catalog-download .postal-search {
    margin: 26.5px 0 0 0;
    max-height: 46px;
  }
}

.p-catalog-download .select-box {
  cursor: pointer;
  letter-spacing: 0.04em;
  padding: 8px 12px;
  width: 100%;
  height: 43px;
}

@media screen and (min-width: 1024px) {
  .p-catalog-download .select-box {
    height: 46px;
    padding: 10px;
  }
}

.p-catalog-download .select-box-wrap {
  position: relative;
}

.p-catalog-download .select-box-wrap::after {
  background: url("./assets/img/icon/icon-arrow-down.svg") top left no-repeat;
  background-size: contain;
  content: "";
  height: 15px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 15px;
  z-index: -1;
}

.p-catalog-download .supplement {
  font-size: 1rem;
  margin-top: -1rem;
}

@media screen and (min-width: 1024px) {
  .p-catalog-download .supplement {
    font-size: 1.2rem;
    margin-top: -1.2rem;
  }
}

.p-catalog-download input {
  padding: 10px;
}

.p-catalog-download .midashi-small {
  font-size: 1.2rem;
}

@media screen and (min-width: 1024px) {
  .p-catalog-download .midashi-small {
    font-size: 1.4rem;
    margin-bottom: 3px;
    display: inline-block;
  }
}

.p-catalog-download .p-postal-btn-wrap {
  width: 100%;
}

.p-catalog-download .contact-submit-btn {
  font-size: 1.6rem;
}

@media screen and (min-width: 768px) {
  .p-catalog-download .contact-submit-btn {
    font-size: 1.8rem;
  }
}

.p-catalog-download .contact-submit-btn .unit {
  font-size: 1.2rem;
}

.p-catalog-download-thanks {
  padding: 0 !important;
}

@media screen and (min-width: 768px) {
  .p-catalog-download-thanks {
    padding: 0 80px !important;
  }
}

.p-catalog-download-thanks .m-success-title {
  margin-bottom: 104px;
}

.p-catalog-download-thanks-text {
  font-size: 1.4rem;
  margin-bottom: 24px;
  text-align: left;
}

.p-catalog-download-thanks .p-contact-form {
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .p-catalog-download-thanks .p-contact-form {
    width: min(100%, 1280px);
  }
}

.p-catalog-download-thanks .products-data-list {
  display: -ms-grid;
  display: grid;
  grid-gap: 4px;
  gap: 4px;
}

@media screen and (min-width: 768px) {
  .p-catalog-download-thanks .products-data-list {
    gap: 12px;
    -ms-grid-columns: 1fr 12px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-catalog-download-thanks .products-data-list-inner {
  margin: 0;
  text-align: left;
}

.p-catalog-download-thanks-products-link {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-catalog-download-thanks-button {
  display: -ms-grid;
  display: grid;
  grid-gap: 8px;
  gap: 8px;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .p-catalog-download-thanks-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: min(100%, 1280px);
  }
}

.p-catalog-download-thanks-button a {
  font-size: 1.4rem;
  font-weight: bold;
}

.p-service-banner {
  display: block;
  background: #f8f8f8;
  padding: 12px;
}

@media screen and (min-width: 768px) {
  .p-service-banner {
    padding: 24px;
  }
}

.p-service-banner__wrap {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .p-service-banner__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.p-service-banner__img {
  position: relative;
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .p-service-banner__img {
    width: 20%;
  }
}

.p-service-banner__img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #f3f3f3;
  top: 0;
  left: 0;
  z-index: 0;
}

@media screen and (min-width: 768px) {
  .p-service-banner__img::after {
    height: 90%;
  }
}

.p-service-banner__img img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 70%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  .p-service-banner__img img {
    width: calc(100% + 8px);
    margin-left: -8px;
  }
}

.p-service-banner__text {
  padding: 12px 16px;
}

@media screen and (min-width: 768px) {
  .p-service-banner__text {
    padding: 24px 30px;
  }
}

.p-service-banner__title {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.8;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .p-service-banner__title {
    font-size: 1.8rem;
  }
}

.p-service-banner__des {
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.6;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .p-service-banner__des {
    font-size: 1.4rem;
  }
}

.p-service .m-category-list.lv1>li>a {
  position: relative;
  background: transparent;
}

.p-service .m-category-list.lv1>li>a .m-category-list--down {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  right: 12px;
  width: 16px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.p-service .m-category-list.lv1>li>a.open .m-category-list--down {
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}

.p-service .m-category-list.lv1.link>li>a .m-category-list--down {
  -webkit-transform: translateY(-50%) rotate(0) !important;
  -ms-transform: translateY(-50%) rotate(0) !important;
  transform: translateY(-50%) rotate(0) !important;
}

.p-service__heading-decor {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.4rem;
  padding: 1.4rem 2.4rem;
  background: #f8f8f8;
  margin-bottom: 16px;
}

@media screen and (min-width: 768px) {
  .p-service__heading-decor {
    font-size: 2.4rem;
    line-height: 2.9rem;
    margin-bottom: 28px;
  }
}

.p-service__heading-decor::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 8px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 4px;
  height: 30px;
  background: #323232;
}

.mt-28 {
  margin-top: 16px;
}

@media screen and (min-width: 768px) {
  .mt-28 {
    margin-top: 28px;
  }
}

.mt-80 {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .mt-80 {
    margin-top: 80px;
  }
}

/* ====================================================================
   ここから下が、私たちが追加・調整してきたカスタマイズ用CSSです！
==================================================================== */

/* 上のロボットカテゴリ一覧の下余白を狭くする */
.is-cat-main {
  margin-bottom: 20px !important;
}

/* 下の「最新の特集記事」エリアの上余白を狭くする */
.order-home-article .p-home-article-wrap {
  margin-top: 0 !important;
  padding-top: 20px !important;
}

/* --- ニュースエリアの枠を基準点にする --- */
.p-home-topics {
  position: relative;
  /* 子要素を絶対配置するための基準 */
  padding-right: 120px !important;
  /* スライドするテキストと右下のリンクが重ならないように右側に余白を作る */
}

/* --- 「ニュース一覧へ」リンクのデザインと右下配置 --- */
.custom-news-list-link {
  position: absolute;
  bottom: 10px;
  /* 枠の下からの距離 */
  right: 20px;
  /* 枠の右からの距離 */
  font-size: 12px;
  /* 文字サイズ */
  color: #333;
  /* 文字色 */
  text-decoration: none;
  border-bottom: 1px solid #333;
  /* 下線 */
  line-height: 1.2;
  z-index: 10;
  white-space: nowrap;
  /* 絶対に改行させず、横1行で表示する */
}

/* マウスオーバー時のエフェクト */
.custom-news-list-link:hover {
  opacity: 0.6;
}

/* --- ニュースエリアの「＞」を常に上下中央に配置する（PC・スマホ共通） --- */
.js-news-ticker a {
  position: relative !important;
  padding-right: 20px !important;
}

.js-news-ticker a::after {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  right: 0 !important;
  margin-top: 0 !important;
}


/* =========================================
   スマホ表示の微調整（最新版）
========================================= */
@media screen and (max-width: 767px) {

  /* --- 1. 製品スライダーの丸ポチ位置調整 --- */
  .js-product-slide {
    padding-bottom: 40px !important;
    margin-bottom: 20px !important;
  }

  .js-product-slide .slick-dots {
    bottom: 0px !important;
  }

  /* --- 2. お問い合わせボタンの左右に余裕を持たせる --- */
  div[role="button"][onclick*="contact"] {
    padding-left: 20px !important;
    padding-right: 20px !important;
    white-space: nowrap !important;
    font-size: 13.5px !important;
  }

  /* --- 3. ニュースエリア（白枠）の上下の空白と「一覧へ」の調整 --- */
  .p-home-topics {
    padding-top: 15px !important;
    padding-bottom: 35px !important;
    padding-right: 0 !important;
  }

  .custom-news-list-link {
    bottom: 8px;
    right: 15px;
  }

  .js-news-ticker {
    margin-bottom: 5px !important;
  }

  /* --- ★4. スマホ時のニュース欄：高さを固定して重なりを防ぎ、2行で折り返す --- */
  .js-news-ticker .slick-slide {
    height: 75px !important;
    /* スライドの高さを完全に固定して計算狂いを防ぐ */
  }

  .js-news-ticker a {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    display: flex !important;
    /* フレックスボックスで上下中央揃えに */
    flex-direction: column !important;
    justify-content: center !important;
    height: 100% !important;
  }

  .js-news-ticker time {
    display: block !important;
    margin-bottom: 4px !important;
    font-size: 13px !important;
  }

  .js-news-ticker p {
    display: -webkit-box !important;
    /* 複数行の省略（...）に対応させる */
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
    /* 最大2行まで表示 */
    white-space: normal !important;
    /* 折り返しを許可 */
    overflow: hidden !important;
    /* はみ出た部分は隠す */
    line-height: 1.4 !important;
    /* 行間を少し詰めて収まりを良くする */
  }
}

/* ===================================================
   ニューススライダーの初期読み込み時のチラつき（FOUC）防止
=================================================== */
/* スライダーの準備が完了していない時（.slick-initializedが無い時）は、2番目以降の記事を隠す */
.js-news-ticker:not(.slick-initialized) a:nth-child(n+2) {
  display: none !important;
}

/* =========================================
   スマホ表示時のニュース欄と下の余白を極限まで狭める
========================================= */
@media screen and (max-width: 767px) {

  /* 1. ニュース枠内部・外部の余白を削る */
  .p-home-topics {
    padding-bottom: 28px !important;
    /* 「お知らせ一覧へ」の文字が入るギリギリのスペースだけ確保 */
    margin-bottom: 0 !important;
    /* 外側の下余白を完全に削除 */
  }

  /* 2. スライダー（記事が切り替わる部分）の高さを固定し、膨張を防ぐ */
  .p-home-topics--item,
  .js-news-ticker,
  .js-news-ticker .slick-list,
  .js-news-ticker .slick-track {
    height: 80px !important;
    min-height: 0 !important;
    margin-bottom: 0 !important;
  }

  /* 3. 下の「⭐各社の注目製品を紹介！」ブロックの上の余白を削る（元は32px） */
  .p-home-pickup {
    margin-top: 10px !important;
  }
}

/* ▼▼ お問い合わせラジオボタンのレイアウト調整 ▼▼ */
.p-contact-main-content .contact-choice {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px 20px;
  /* ★行間を25pxに広くしました */
}

.p-contact-main-content .contact-choice li {
  margin: 0 !important;
  white-space: nowrap;
  /* ★文字が途中で折れ曲がるのを絶対に防ぐ！ */
}

.p-contact-main-content .contact-choice label {
  display: inline-block;
  cursor: pointer;
}

/* スマホ（画面幅768px以下）の時は縦に並べる */
@media screen and (max-width: 768px) {
  .p-contact-main-content .contact-choice {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  .p-contact-main-content .contact-choice li {
    width: 100%;
  }
}

/* ▲▲ ここまで ▲▲ */

/* ===================================================
   ▼▼ 追加：角丸ボタン（リクエストボタン等）ホバー時の四角化防止 ▼▼
=================================================== */
.a-button::after {
  border-radius: inherit !important;
}

/* 監修者プロフィール内の「名前」と「所属」の行間を強制的に詰める */
.p-category-intro-content .wp-block-author-info p {
  margin-bottom: 0 !important;
}

/* ===================================================
   ▼▼ 修正：「詳細を見る」ボタンをブランドカラー（緑）＆幅100%に ▼▼
=================================================== */
/* ボタン自体のデザイン共通設定（最近見た製品も含む） */
.a-button-detail,
.a-button-wh,
.custom-feature-card__btn,
.custom-fav-card__btn {
  background-color: #005d4f !important;
  border: 1px solid #005d4f !important;
  color: #ffffff !important;
  transition: all 0.3s ease !important;
  border-radius: 4px !important;
}

/* .a-button-whの内部のリンク色を強制的に白に */
.a-button-wh a {
  color: #ffffff !important;
  display: flex !important;
  width: 100% !important;
  height: 100% !important;
  align-items: center !important;
  justify-content: center !important;
}

/* ホバー時は明るい緑に */
.a-button-detail:hover,
.a-button-wh:hover,
.a-button-wh a:hover,
.custom-feature-card__btn:hover,
.custom-fav-card__btn:hover {
  background-color: #008571 !important;
  border-color: #008571 !important;
  color: #ffffff !important;
  opacity: 1 !important;
}

/* ★修正：製品パネル（カード）内では横幅いっぱいに広げて中央揃え */
.m-product-slide--item .a-button-wh,
.p-products-list .a-button-wh,
.m-product-slide--item-meta--btn .a-button-detail,
.m-product-slide--item .a-button-detail,
.custom-feature-card__btn,
.custom-fav-card__btn,
.a-button-wh-wrap,
.a-button-wh-wrap a.a-button-detail,
.a-button-wh-wrap a.a-button-wh {
  width: 100% !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  padding: 10px 0 !important;
  box-sizing: border-box !important;
  height: auto !important;
}

/* （※念のため）パンくずリスト上部の余白調整 */
.p-products-breadcrumb-wrap,
.m-breadcrumbs-wrap {
  padding-top: 5px !important;
  padding-bottom: 15px !important;
  margin-top: 0 !important;
}

/* ===================================================
   ▼▼ 追加：「注目のキーワード」ボタンのホバー色変更 ▼▼
=================================================== */
/* 検索窓の下にある「注目のキーワード」リンクに対するホバー指定 */
.trending-keywords-list li a {
  transition: all 0.3s ease !important;
  /* ふわっと色を変える */
}

.trending-keywords-list li a:hover {
  background-color: #005d4f !important;
  /* 背景色をブランドカラーの緑に */
  color: #ffffff !important;
  /* 文字色を白に */
  border-color: #005d4f !important;
  /* 枠線がある場合も緑に */
  opacity: 1 !important;
  /* 薄くなるのを防ぐ */
}

/* ===================================================
   ▼▼ 修正：サイドバー追従エリアのめり込み防止 ▼▼
=================================================== */
/* ヘッダー上部のバナーの高さ分、追従の停止位置を下にずらす */
.p-feature-aside .sticky-wrapper,
.p-category-aside .sticky-wrapper,
.l-sidebar .sticky,
aside .is-sticky,
aside [style*="position: sticky"],
.theiaStickySidebar {
  top: 120px !important;
  /* ※数字はヘッダー＋バナーの高さに合わせて調整してください（元が80なら120など） */
}

/* =========================================
   サイト全体：右追従サイドバーのヘッダー被り防止
========================================= */
.custom-single-sidebar-col,
.theiaStickySidebar,
.sticky-wrapper,
.is-sticky,
[style*="position: sticky"] {
  top: 140px !important;
  /* ヘッダー＋バナーの高さ分だけ強制的に押し下げる */
}