@charset "UTF-8";



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

html,
body {
  margin: 0;
  padding: 0;
}

body {
  -webkit-print-color-adjust: exact;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-underline-offset: .2em;
  margin-inline: auto;
  background: #fff;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  color: #000;
  font-family: 'Noto Sans JP', 'Noto Sans CJK JP', '游ゴシック体', '游ゴシック', 'Yu Gothic', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', 'メイリオ', 'Meiryo', 'MS Pゴシック', 'MS PGothic', sans-serif;
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 500;
  letter-spacing: 0;
  line-break: strict;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  word-break: normal;
  overflow-wrap: anywhere;
}

article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  vertical-align: baseline;
  margin: 0;
  border: 0;
  padding: 0;
  font: inherit;
  font-size: 100%;
}

a {
  display: inline-block;
  -webkit-transition: opacity .3s ease 0s;
  transition: opacity .3s ease 0s;
  color: inherit;
  text-decoration: none;
}

a[href='*'] {
  cursor: pointer;
}

a[href='*']:hover, a[href='*']:focus-visible {
  opacity: .7;
}

img,
svg {
  display: inline-block;
  vertical-align: top;
  border: none;
  width: 100%;
  max-width: 100%;
  height: auto;
}

video {
  width: 100%;
  height: auto;
}

code,
kbd,
pre,
samp {
  font-size: inherit;
}

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

address {
  font-style: italic;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  margin: 0;
  border: none;
  background: transparent;
  padding: 0;
  font: inherit;
}

abbr,
acronym {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

cite {
  font-style: italic;
}

code,
kbd {
  background-color: #F8F8F8;
  padding: .25em .5em;
}

em {
  font-style: italic;
  font-weight: 700;
}

pre {
  display: block;
  background-color: #F8F8F8;
  padding: 1em 2em;
}

sub {
  vertical-align: sub;
  font-size: smaller;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

var {
  background-color: #F8F8F8;
  padding: .25em .5em;
  font-style: italic;
}

/************************************************************************
* end reset
************************************************************************/
.js-fadeIn {
  visibility: hidden;
  opacity: 0;
}

.js-fadeInUp {
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  visibility: hidden;
  opacity: 0;
}

.js-fadeInLeft {
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
  visibility: hidden;
  opacity: 0;
}

.js-fadeInRight {
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
  visibility: hidden;
  opacity: 0;
}

@-webkit-keyframes fadeInLeft {

  from {
    -webkit-transform: translate3d(-2%, 0, 0);
    transform: translate3d(-2%, 0, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes fadeInLeft {

  from {
    -webkit-transform: translate3d(-2%, 0, 0);
    transform: translate3d(-2%, 0, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInRight {

  from {
    -webkit-transform: translate3d(2%, 0, 0);
    transform: translate3d(2%, 0, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInRight {

  from {
    -webkit-transform: translate3d(2%, 0, 0);
    transform: translate3d(2%, 0, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {

  from {
    -webkit-transform: translate3d(0, 2%, 0);
    transform: translate3d(0, 2%, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInUp {

  from {
    -webkit-transform: translate3d(0, 2%, 0);
    transform: translate3d(0, 2%, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {

  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@keyframes fadeIn {

  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {

  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}
@keyframes fadeOut {

  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeInLeft,
.fadeInRight,
.fadeInUp,
.fadeIn,
.fadeOut {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

.fadeInLeft {
  -webkit-animation-name: fadeinleft;
  animation-name: fadeInLeft;
}

.fadeInRight {
  -webkit-animation-name: fadeinright;
  animation-name: fadeInRight;
}

.fadeInUp {
  -webkit-animation-name: fadeinup;
  animation-name: fadeInUp;
}

.fadeIn {
  -webkit-animation-name: fadein;
  animation-name: fadeIn;
}

.fadeOut {
  opacity: 1;
  -webkit-animation-name: fadeout;
  animation-name: fadeOut;
}

[data-target] {
  cursor: pointer;
}

html {
  scrollbar-gutter: stable;
  scroll-padding-top: 80px;
  font-size: 100%;
}

button {
  color: #000;
}

/************************************************************************
* layout
************************************************************************/
body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  min-height: 100dvh;
}

body.fadeIn {
  opacity: 0;
}

main {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

footer {
  margin-top: auto;
}

/************************************************************************
* base
************************************************************************/
a[target=_blank]:not([class]) {
  -webkit-transition: color .3s;
  transition: color .3s;
}

a[target=_blank]:not([class])::after {
  display: inline-block;
  -webkit-mask-image: url('../img/common/icon-outerLink.svg');
  mask-image: url('../img/common/icon-outerLink.svg');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  margin-left: .7647058824em;
  background-color: currentColor;
  width: .8529411765em;
  height: .7647058824em;
  font-weight: 900;
  content: '';
}

a:not([class]) {
  text-decoration: underline;
}

table {
  margin-right: auto;
  margin-left: auto;
  border-collapse: collapse;
  border-spacing: 0;
  width: auto;
  min-width: 100%;
  table-layout: fixed;
}

th,
td {
  border: 1px solid;
}

address {
  font-style: normal;
}

details .icon {
  aspect-ratio: 1;
  display: block;
  position: relative;
  width: 24px;
  width: 1.5rem;
}

details .icon::before, details .icon::after {
  inset: 0;
  position: absolute;
  margin: auto;
  background-color: #000;
  width: 13px;
  width: .8125rem;
  height: 1px;
  content: '';
}

details .icon::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

details[open] > summary .icon::after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

details.is-closing[open] > summary .icon::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

summary {

  /* display: list-item;以外を指定してデフォルトの三角形アイコンを消します */
  display: block;
  cursor: pointer;
}

summary::-webkit-details-marker {

  /* Safariで表示されるデフォルトの三角形アイコンを消します */
  display: none;
}

/************************************************************************
* end base
************************************************************************/

/************************************************************************
* form
************************************************************************/
form {
  margin: 0;
  padding: 0;
}

form button[type=submit],
form input[type=submit],
form input[type=button] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  width: auto;
}

form button[type=submit]:hover, form button[type=submit]:focus-visible,
form input[type=submit]:hover,
form input[type=submit]:focus-visible,
form input[type=button]:hover,
form input[type=button]:focus-visible {
  outline: none;
}

form button[type=submit]:disabled,
form input[type=submit]:disabled,
form input[type=button]:disabled {
  cursor: default;
  border-color: transparent;
  background-color: #b2b2b2;
  pointer-events: none;
  color: #fff;
}

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

label {
  cursor: pointer;
}

input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #b2b2b2;
  border-radius: 0;
  background-image: none;
  padding: 8px;
  padding: .5rem;
  width: 100%;
  font-family: inherit;
  font-size: 15px;
  font-size: .9375rem;
  line-height: 1.5;
}

textarea {
  resize: vertical;
}

textarea:hover, textarea:focus-visible {
  outline: none;
}

textarea:focus-visible {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #707070;
}

textarea ::-moz-focus-inner {
  border: none;
  padding: 0;
}

input:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #707070;
}

input[type=radio] {
  position: absolute;
  opacity: 0;
  margin: 0;
  padding: 0;
  width: auto;
  line-height: 1.5;
}

input[type=radio] + span {
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin: 0;
  padding: 0 0 0 1.875em;
  line-height: 1.5;
}

input[type=radio] + span::before {
  display: block;
  position: absolute;
  top: .5lh;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 1px solid #b2b2b2;
  border-radius: 50%;
  background: #fff;
  width: 1.625em;
  height: 1.625em;
  content: '';
}

input[type=radio] + span::after {
  display: block;
  position: absolute;
  top: .5lh;
  left: .5em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: opacity .3s ease 0s;
  transition: opacity .3s ease 0s;
  border-radius: 50%;
  background: #707070;
  width: .625em;
  height: .625em;
  content: '';
}

input[type=radio]:focus-visible + span::before {
  outline: -webkit-focus-ring-color auto 5px;
}

input[type=radio]:checked + span::after {
  opacity: 1;
}

input[type=checkbox] {
  position: absolute;
  vertical-align: middle;
  opacity: 0;
  margin: 0;
  padding: 0;
  width: auto;
  line-height: 1.5;
}

input[type=checkbox] + span {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  padding-left: 1.875em;
  line-height: 1.5;
}

input[type=checkbox] + span::before {
  display: inline-block;
  position: absolute;
  top: .5lh;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 1px solid #b2b2b2;
  border-radius: .25rem;
  width: 1.625em;
  height: 1.625em;
  content: '';
}

input[type=checkbox] + span::after {
  display: inline-block;
  position: absolute;
  top: .5lh;
  left: 0;
  -webkit-transform: translateY(-70%) translateX(.5em) rotate(45deg);
  transform: translateY(-70%) translateX(.5em) rotate(45deg);
  opacity: 0;
  -webkit-transition: opacity .3s ease 0s;
  transition: opacity .3s ease 0s;
  border-right: .25em solid #C00;
  border-bottom: .25em solid #C00;
  width: .8125em;
  height: 1.625em;
  content: '';
}

input[type=checkbox]:focus-visible + span::before {
  outline: -webkit-focus-ring-color auto 5px;
}

input[type=checkbox]:checked:focus-visible + span::before {
  outline: none;
}

input[type=checkbox]:checked + span::after {
  opacity: 1;
}

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

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #b2b2b2;
  border-radius: 0;
  padding: .4em 2.4em .4em .8em;
  color: inherit;
  font-family: inherit;
  font-size: 15px;
  font-size: .9375rem;
}

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

select:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #707070;
}

select:focus-visible {
  outline: initial;
}

select:invalid {
  color: #b2b2b2;
}

select:not(:disabled) {
  cursor: pointer;
}

:root {

  /* ウィンドウサイズ */
  --vw: 100vw;
  --vh: 100vh;

  /* 三角形 */
  --clip-triangle-top: polygon(50% 0, 100% 100%, 0 100%);
  --clip-triangle-bottom: polygon(0 0, 100% 0, 50% 100%);
  --clip-triangle-right: polygon(0 0, 100% 50%, 0 100%);
  --clip-triangle-left: polygon(0 50%, 100% 0, 100% 100%);
  --clip-triangle-lower-left: polygon(0 0, 100% 100%, 0 100%);
  --clip-triangle-upper-left: polygon(0 0, 100% 0, 0 100%);
  --clip-triangle-lower-right: polygon(100% 0, 100% 100%, 0 100%);
  --clip-triangle-upper-right: polygon(0 0, 100% 0, 100% 100%);

  /**
     * svgをbackgroundで使う
     * 色：#ffffff -> %23ffffff
     */
  --icon-btn-arrow: url('data:image/svg+xml;utf8,<svg width="37" height="6" viewBox="0 0 37 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 5H36L26.2703 1" stroke="%230C4A6E"/></svg>');

  /* ヘッダー高さ */
  --header-height: 80px;
}

/************************************************************************
* swiper
************************************************************************/
.swiper-button-prev,
.swiper-button-next {
  aspect-ratio: 1;
  z-index: 1;
  cursor: pointer;
  background: transparent no-repeat center center/contain;
  width: 30px;
  width: 1.875rem;
}

.swiper-button-prev {
  rotate: 180deg;
  background-image: url('../img/common/icon-slider-arrow.svg');
}

.swiper-button-next {
  background-image: url('../img/common/icon-slider-arrow.svg');
}

.swiper-pagination {
  font-size: 0;
}

.swiper-pagination-bullet {
  display: inline-block;
  cursor: pointer;
  border-radius: 50%;
  background-color: #D5D5D5;
  width: 5px;
  height: 5px;
}

.swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 5px;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #23C7BB;
}

/* rtl ******************************************************************/
.swiper[dir=rtl] .swiper-button-prev {
  background-image: url('../img/common/icon-chevron-right.svg');
}

.swiper[dir=rtl] .swiper-button-next {
  background-image: url('../img/common/icon-chevron-left.svg');
}

.swiper[dir=rtl] .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-right: 5px;
  margin-left: 0;
}

/************************************************************************
* swiper end
************************************************************************/
.wpcf7-spinner {
  display: none;
}

.l-container {
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}

.l-container.l-container--full {
  margin-left: calc((100% - 100vw) / 2);
  width: 100vw;
  max-width: none;
}

.l-footer {
  position: relative;
  width: 100%;
}

.l-header {
  position: -webkit-sticky;
  position: sticky;
  top: -110%;
  top: 0;
  left: 0;
  z-index: 20;
  -webkit-transition: top .3s ease 0s;
  transition: top .3s ease 0s;
  width: 100%;
}

.l-main--single {
  margin-top: 40px;
  margin-top: 2.5rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}

.l-section {
  padding-top: 30px;
  padding-top: 1.875rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}

.l-section--gray {
  background-color: #F8F8F8;
}

/************************************************************************
* 基本形
************************************************************************/
.c-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  display: block;
  -webkit-transition: .3s ease 0s;
  transition: .3s ease 0s;
  -webkit-transition-property: color, background-color, border-color;
  transition-property: color, background-color, border-color;
  margin: 0;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, .1);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, .1);
  border: 2px solid #000;
  border-radius: 100vh;
  background-color: #fff;
  background-image: none;
  padding: 1em 2.4em;
  color: #000;
  font: inherit;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
}

/************************************************************************
* modifier
************************************************************************/
.c-btn--arrowRight {
  position: relative;
  padding-right: 1.875em;
  padding-left: 2.375em;
}

.c-btn--arrowRight span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-btn--arrowRight span::after {
  aspect-ratio: 1;
  display: inline-block;
  margin-left: .625em;
  background-image: url(../img/common/icon-arrow-right.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  width: 1.25rem;
  content: '';
}

.c-btn--chevron {
  position: relative;
  padding-top: 10px;
  padding-top: .625rem;
  padding-right: 12px;
  padding-right: .75rem;
  padding-bottom: 10px;
  padding-bottom: .625rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  max-width: 206px;
}

.c-btn--chevron span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-btn--chevron span::after {
  aspect-ratio: 1;
  display: inline-block;
  margin-left: 5px;
  margin-left: .3125rem;
  background-image: url(../img/common/icon-chevron-right.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  width: 1.25rem;
  content: '';
}

.c-btn--yellow {
  background-color: yellow;
  color: #222;
}

.c-btn--black {
  background-color: #000;
  color: #fff;
}

.c-btn--opacity {
  opacity: .2;
  cursor: not-allowed;
  pointer-events: none;
}

.c-btn--blank span {
  gap: 12px;
  gap: .75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-btn--blank span::after {
  aspect-ratio: 20.96/18.81;
  display: inline-block;
  background-image: url(../img/common/icon-outerLink.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  width: .9375rem;
  height: 15px;
  height: .9375rem;
  content: '';
}

/************************************************************************
* バリエーション:角丸ボタン
************************************************************************/
.c-roundedBtn {
  display: inline-block;
  -webkit-transition: .25s;
  transition: .25s;
  border: 2px solid transparent;
  border-radius: 10px;
  background-color: #23C7BB;
  padding: 15px 10px;
  width: 236px;
  max-width: 100%;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
  text-decoration: none;
}

.c-roundedBtn:hover, .c-roundedBtn:focus {
  border-color: currentColor;
  background-color: #fff;
  color: #23C7BB;
}

/************************************************************************
* バリエーション：アイコン付き小ボタン
************************************************************************/
.c-beforeIconBtn {
  display: inline-block;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid currentColor;
  padding: .2em .3em;
  color: #23C7BB;
  text-decoration: none;
}

.c-beforeIconBtn:hover, .c-beforeIconBtn:focus {
  background-color: #23C7BB;
  color: #fff;
}

.c-beforeIconBtn::before {
  display: inline-block;
  margin-right: .5em;
  font: var(--fa-font-solid);
  font-weight: 900;
}

.c-beforeIconBtn--download::before {
  content: '\f019';
}

.c-heading {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.4;
}

.c-heading3 {
  position: relative;
  padding-bottom: 4.5px;
  padding-bottom: .28125rem;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5625;
}

.c-heading3::after {
  position: absolute;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(35%, #23C7BB), color-stop(35%, #D2D2D2));
  background: linear-gradient(to right, #23C7BB 35%, #D2D2D2 35%);
  width: 100%;
  height: 3px;
  height: .1875rem;
  content: '';
}

.c-heading3__sub {
  margin-top: 5px;
  margin-top: .3125rem;
  font-size: 15px;
  font-size: .9375rem;
}

.c-highlight {
  background-color: rgba(35, 199, 187, .2);
}

.c-red {
  color: #C00;
}

.c-totop {
  display: block;
  position: absolute;
  right: 20px;
  right: 1.25rem;
  bottom: calc(100% + .625rem);
  visibility: hidden;
  opacity: 0;
  z-index: 30;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, .6);
  width: 44px;
  width: 2.75rem;
  height: 44px;
  height: 2.75rem;
}

.c-totop::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -20%) rotate(-45deg);
  transform: translate(-50%, -20%) rotate(-45deg);
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  width: 14px;
  width: .875rem;
  height: 14px;
  height: .875rem;
  content: '';
}

.c-totop.is-active {
  visibility: visible;
  opacity: 1;
}

.c-totop.is-active:hover, .c-totop.is-active:focus {
  opacity: .7;
}

/************************************************************************
* p-404
************************************************************************/
.p-404 {
  padding-top: 60px;
  padding-top: 3.75rem;
  padding-bottom: 80px;
  padding-bottom: 5rem;
}

.p-404__head .p-section__title {
  color: #000;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.p-404__body {
  margin-inline: auto;
  margin-top: 40px;
  margin-top: 2.5rem;
  max-width: 530px;
  max-width: 33.125rem;
}

.p-404__foot {
  margin-top: 40px;
  margin-top: 2.5rem;
  text-align: center;
}

.p-404__foot .c-btn {
  margin-inline: auto;
  max-width: 240px;
  max-width: 15rem;
}

/************************************************************************
* p-about
************************************************************************/
.p-about__title {
  text-align: center;
}

.p-aboutContent {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-about__btn {
  margin-top: 30px;
  margin-top: 1.875rem;
  text-align: center;
}

.p-about__btn .c-btn {
  margin-inline: auto;
  width: 240px;
  width: 15rem;
}

.p-aboutContent {
  gap: 14px;
  gap: .875rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 400px;
  max-width: 25rem;
}

.p-aboutContent__img {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100px;
  width: 6.25rem;
}

.p-aboutContent__img img {
  aspect-ratio: 1;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-aboutContent__imgText {
  margin-top: 5px;
  margin-top: .3125rem;
  font-size: 12px;
  font-size: .75rem;
  font-weight: 500;
  text-align: center;
}

.p-aboutContent__info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-aboutContent__name {
  font-size: 15px;
  font-size: .9375rem;
  font-weight: 700;
}

.p-aboutContent__location {
  font-size: 13px;
  font-size: .8125rem;
}

.p-aboutContent__text {
  margin-top: 5px;
  margin-top: .3125rem;
  font-size: 13px;
  font-size: .8125rem;
  line-height: 1.3846153846;
}

.p-aboutContent__text--large {
  font-size: 15px;
  font-size: .9375rem;
}

/************************************************************************
* p-archive
************************************************************************/
.p-archive__main {
  margin-top: 30px;
  margin-top: 1.875rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}

/************************************************************************
* p-archiveItem
************************************************************************/
.p-archiveItem__link {
  display: block;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  border-top: 1px solid #D2D2D2;
}

.p-archive__item:last-child .p-archiveItem__link {
  border-bottom: 1px solid #D2D2D2;
}

.p-archiveItem__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.p-archiveItem__date {
  background-color: #F8F8F8;
  padding: 15px 10px;
  padding: .9375rem .625rem;
  line-height: 1.5;
}

.p-archiveItem__title-wrap {
  padding: 15px 10px;
  padding: .9375rem .625rem;
}

.p-archiveItem__title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-break: break-word;
}

.p-article__date {
  display: block;
  margin-top: 10px;
  margin-top: .625rem;
  font-size: 13px;
  font-size: .8125rem;
}

.p-article__label {
  margin-left: 20px;
}

.p-article__title {
  padding-block: 15px;
  padding-block: .9375rem;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.p-article__eyecatch {
  margin-top: 30px;
  margin-top: 1.875rem;
  text-align: center;
}

.p-article__body {
  padding-top: 30px;
  padding-top: 1.875rem;
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
  line-height: 1.8;
}

.p-article__body h1,
.p-article__body h2,
.p-article__body h3,
.p-article__body h4,
.p-article__body h5,
.p-article__body h6 {
  margin-top: 2em;
  margin-bottom: 1em;
  font-weight: 700;
  line-height: 1.5;
}

.p-article__body h1 {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.4;
}

.p-article__body h2,
.p-article__body h3,
.p-article__body h4,
.p-article__body h5 {
  position: relative;
  padding-bottom: 4.5px;
  padding-bottom: .28125rem;
}

.p-article__body h2::after,
.p-article__body h3::after,
.p-article__body h4::after,
.p-article__body h5::after {
  position: absolute;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(35%, #23C7BB), color-stop(35%, #D2D2D2));
  background: linear-gradient(to right, #23C7BB 35%, #D2D2D2 35%);
  width: 100%;
  height: 3px;
  height: .1875rem;
  content: '';
}

.p-article__body h2 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5625;
}

.p-article__body h3 {
  font-size: 22px;
  font-size: 1.375rem;
}

.p-article__body h4 {
  font-size: 20px;
  font-size: 1.25rem;
}

.p-article__body h5 {
  font-size: 18px;
  font-size: 1.125rem;
}

.p-article__body .c-beforeBar {
  position: relative;
  padding-left: 1.5em;
}

.p-article__body .c-beforeBar::before {
  position: absolute;
  top: 1em;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #000;
  content: 'ー';
}

.p-article__body ul,
.p-article__body ul.wp-block-list {
  display: block;
  margin-top: 10px;
  margin-top: .625rem;
  list-style: none;
}

.p-article__body ul li,
.p-article__body ul.wp-block-list li {
  word-wrap: break-word;
  display: list-item;
  position: relative;
  padding-left: 1em;
  overflow-wrap: break-word;
}

.p-article__body ul li::before,
.p-article__body ul.wp-block-list li::before {
  position: absolute;
  left: 0;
  content: '・';
}

.p-article__body ol,
.p-article__body ol.wp-block-list {
  display: block;
  margin-top: 10px;
  margin-top: .625rem;
  padding-left: 1.25em;
}

.p-article__body ol li,
.p-article__body ol.wp-block-list li {
  display: list-item;
  list-style: decimal;
  list-style-position: outside;
}

.p-article__body table {
  border: none;
  width: 100%;
}

.p-article__body table th,
.p-article__body table td {
  vertical-align: middle;
  border: none;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 20px;
  padding: 1.25rem;
}

.p-article__body table th {
  border-right: 1px solid #000;
  width: 130px;
  width: 8.125rem;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 700;
  text-align: justify;
  -moz-text-align-last: justify;
  text-align-last: justify;
  text-justify: inter-ideograph;
}

.p-article__body p + p {
  margin-top: 1lh;
}

.p-article__body * + * {
  margin-top: 25px;
}

.p-article__body *:first-child {
  margin-top: 0;
}

.p-article__body .wp-block-spacer, .p-article__body .wp-block-spacer + * {
  margin-top: 0;
}

.p-article__body p {
  font-weight: 500;
}

.p-article__body ul,
.p-article__body ol {
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  margin-left: 10px;
  margin-left: .625rem;
}

.p-article__body ul ul,
.p-article__body ul ol,
.p-article__body ol ul,
.p-article__body ol ol {
  margin-top: 15px;
  margin-top: .9375rem;
  margin-left: 0;
}

.p-article__body ul li,
.p-article__body ol li {
  gap: 10px;
  gap: .625rem;
  display: grid;
  grid-column: span 2;
  grid-template-columns: subgrid;
}

.p-article__body ol {
  padding-left: 1.25em;
}

.p-article__body ol > li:not([class]) {
  list-style: decimal;
}

.p-article__body li:not([class]) + li {
  margin-top: 3px;
  margin-top: .1875rem;
}

.p-article__body a:not([class]) {
  color: #23C7BB;
  text-decoration: underline;
}

.p-article__body figcaption {
  margin-top: 0;
  padding-top: .5em;
  padding-bottom: .5em;
  color: #000;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}

.p-article__body strong,
.p-article__body b {
  font-weight: 700;
}

.p-article__body blockquote,
.p-article__body q {
  position: relative;
  background-color: #F8F8F8;
  padding: 1em 4em;
}

.p-article__body blockquote::before, .p-article__body blockquote::after,
.p-article__body q::before,
.p-article__body q::after {
  position: absolute;
  color: #b2b2b2;
  font: var(--fa-font-solid);
  font-size: 2em;
  font-weight: 900;
}

.p-article__body blockquote::before,
.p-article__body q::before {
  top: 0;
  left: .5em;
  content: '\f10d';
}

.p-article__body blockquote::after,
.p-article__body q::after {
  right: .5em;
  bottom: 0;
  content: '\f10e';
}

.p-article__body q {
  display: inline-block;
}

.p-article__body dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.p-article__body dt,
.p-article__body dd {
  border-top: 1px solid #e7e0db;
  padding: 20px 10px;
  padding: 1.25rem .625rem;
}

.p-article__body dt:last-of-type,
.p-article__body dd:last-of-type {
  border-bottom: 1px solid #e7e0db;
}

.p-article__body dt {
  width: 33%;
  font-weight: 700;
}

.p-article__body dd {
  width: 67%;
}

.p-article__body pre {
  overflow: auto;
  font-size: 14px;
  font-size: .875rem;
  letter-spacing: 0;
  white-space: pre;
}

.p-article__body .aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.p-article__body .alignleft {
  float: left;
  margin-right: 1em;
}

.p-article__body .alignright {
  float: right;
  margin-left: 1em;
}

.p-article__body .gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-article__body .gallery-columns-4 {
  gap: 20px;
}

.p-article__body .gallery-columns-4 > .gallery-item {
  width: calc((100% - 60px) / 4);
}

.p-article__body .gallery-item {
  margin-top: 0;
}

.p-article__body .gallery-icon {
  text-align: center;
}

.p-article__footer .c-btn {
  margin-inline: auto;
  width: 160px;
  width: 10rem;
}

.p-article__links {
  margin-top: 30px;
  margin-top: 1.875rem;
  text-align: center;
}

.post-page-numbers {
  display: inline-block;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border: 1px solid #23C7BB;
  width: 2em;
  height: 2em;
  color: #23C7BB;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 2em;
  text-align: center;
}

.p-article__links .post-page-numbers {
  text-decoration: none;
}

.post-page-numbers + .post-page-numbers {
  margin-left: 10px;
}

.post-page-numbers.current {
  background-color: #23C7BB;
  color: #fff;
}

.post-page-numbers.dots {
  border: none;
}

/************************************************************************
* p-campaign
************************************************************************/
.p-campaign {
  gap: 10px;
  gap: .625rem;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr;
  max-width: 500px;
  max-width: 31.25rem;
}

.p-campaign__item {
  border: 2px solid #CAF0EE;
  border-radius: .75rem;
  background-color: #ecfaf9;
  padding: 15px;
  padding: .9375rem;
}

.p-campaign__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #107E76;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2;
}

.p-campaign__text {
  margin-top: 7px;
  margin-top: .4375rem;
  font-weight: 500;
}

.p-campaign__text a {
  display: inline-block;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  text-decoration: underline;
}

.p-contentBlock {
  gap: 10px;
  gap: .625rem;
  display: grid;
}

.p-contentBlock--column {
  gap: 20px;
  gap: 1.25rem;
  grid-template-columns: 1.2fr 2.1fr;
}

.p-contentBlock__imageWrapper {
  margin-inline: auto;
  width: 100%;
}

.p-contentBlock__imageWrapper--min img {
  margin-inline: auto;
  max-width: 75.7142857143%;
}

.p-contentBlock__image {
  display: block;
  width: 100%;
  height: auto;
}

.p-contentBlock__caption {
  margin-top: 10px;
  margin-top: .625rem;
  font-size: 14px;
  font-size: .875rem;
  text-align: center;
}

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

.p-contentBlock__captionSub {
  font-size: 12px;
  font-size: .75rem;
}

.p-contentBlock__text {
  color: #000;
  line-height: 1.8;
}

.p-contentPage__inner {
  margin-inline: auto;
  max-width: 600px;
  max-width: 37.5rem;
}

.p-contentPage__inner h1,
.p-contentPage__inner h2,
.p-contentPage__inner h3,
.p-contentPage__inner h4,
.p-contentPage__inner h5,
.p-contentPage__inner h6 {
  margin-top: 2em;
  margin-bottom: 1em;
  font-weight: 700;
  line-height: 1.5;
}

.p-contentPage__inner h1 {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.4;
}

.p-contentPage__inner h2,
.p-contentPage__inner h3,
.p-contentPage__inner h4,
.p-contentPage__inner h5 {
  position: relative;
  padding-bottom: 4.5px;
  padding-bottom: .28125rem;
}

.p-contentPage__inner h2::after,
.p-contentPage__inner h3::after,
.p-contentPage__inner h4::after,
.p-contentPage__inner h5::after {
  position: absolute;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(35%, #23C7BB), color-stop(35%, #D2D2D2));
  background: linear-gradient(to right, #23C7BB 35%, #D2D2D2 35%);
  width: 100%;
  height: 3px;
  height: .1875rem;
  content: '';
}

.p-contentPage__inner h2 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5625;
}

.p-contentPage__inner h3 {
  font-size: 22px;
  font-size: 1.375rem;
}

.p-contentPage__inner h4 {
  font-size: 20px;
  font-size: 1.25rem;
}

.p-contentPage__inner h5 {
  font-size: 18px;
  font-size: 1.125rem;
}

.p-contentPage__inner .c-beforeBar {
  position: relative;
  padding-left: 1.5em;
}

.p-contentPage__inner .c-beforeBar::before {
  position: absolute;
  top: 1em;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #000;
  content: 'ー';
}

.p-contentPage__inner ul,
.p-contentPage__inner ul.wp-block-list {
  display: block;
  margin-top: 10px;
  margin-top: .625rem;
  list-style: none;
}

.p-contentPage__inner ul li,
.p-contentPage__inner ul.wp-block-list li {
  word-wrap: break-word;
  display: list-item;
  position: relative;
  padding-left: 1em;
  overflow-wrap: break-word;
}

.p-contentPage__inner ul li::before,
.p-contentPage__inner ul.wp-block-list li::before {
  position: absolute;
  left: 0;
  content: '・';
}

.p-contentPage__inner ol,
.p-contentPage__inner ol.wp-block-list {
  display: block;
  margin-top: 10px;
  margin-top: .625rem;
  padding-left: 1.25em;
}

.p-contentPage__inner ol li,
.p-contentPage__inner ol.wp-block-list li {
  display: list-item;
  list-style: decimal;
  list-style-position: outside;
}

.p-contentPage__inner table {
  border: none;
  width: 100%;
}

.p-contentPage__inner table th,
.p-contentPage__inner table td {
  vertical-align: middle;
  border: none;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 20px;
  padding: 1.25rem;
}

.p-contentPage__inner table th {
  border-right: 1px solid #000;
  width: 130px;
  width: 8.125rem;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 700;
  text-align: justify;
  -moz-text-align-last: justify;
  text-align-last: justify;
  text-justify: inter-ideograph;
}

.p-contentPage__inner p + p {
  margin-top: 1lh;
}

.p-contentPage__infoBox {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-contentPage .p-infoBox {
  margin-inline: auto;
  max-width: 500px;
  max-width: 31.25rem;
}

.p-copyright {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-copyright__companyName {
  margin-inline: auto;
  width: 220px;
  width: 13.75rem;
}

.p-copyright__companyName img {
  aspect-ratio: 220/19;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-copyright__text {
  margin-top: 8px;
  margin-top: .5rem;
}

.p-copyright__text small {
  font-size: 13px;
  font-size: .8125rem;
  font-weight: 500;
  line-height: 1.4615384615;
}

/************************************************************************
* Fixed CTA Section
************************************************************************/
.p-cta {
  margin-inline: auto;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #23C7BB;
  padding: 12px 10px;
  padding: .75rem .625rem;
  width: 100%;
  pointer-events: none;
}

.p-cta.is-active {
  opacity: 1;
  pointer-events: auto;
}

.p-cta__heading {
  position: absolute;
  bottom: 100%;
  left: 0;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  border-radius: 0 .75rem .75rem 0;
  background: #23C7BB;
  padding: 2px 10px;
  padding: .125rem .625rem;
  color: #fff;
  font-size: 13px;
  font-size: .8125rem;
  font-weight: 500;
}

.p-cta__inner {
  gap: 10px;
  gap: .625rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.p-cta__button {
  gap: 4px;
  gap: .25rem;
  display: grid;
  border-radius: .5rem;
  background: #000;
  padding: 14px 12px;
  padding: .875rem .75rem;
  color: #fff;
}

.p-cta__buttonInner {
  gap: 12px;
  gap: .75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-cta__icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 24px;
  width: 1.5rem;
}

.p-cta__icon img {
  aspect-ratio: 1;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-cta__buttonContent {
  gap: 2px;
  gap: .125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.p-cta__buttonTitle {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4444444444;
}

.p-cta__label--pc {
  display: none;
}

.p-cta__label--sp {
  display: inline;
}

.p-cta__buttonText {
  font-size: 9px;
  font-size: .5625rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}

/* PCでは電話リンクを無効化（クリック不可）*/
.p-drawer {
  z-index: 40;
  margin-left: auto;
}

.p-drawer__icon {
  display: inline-block;
  position: relative;
  z-index: 41;
  cursor: pointer;
  padding: 19px 17.5px;
  padding: 1.1875rem 1.09375rem;
  font-size: 0;
  line-height: 1;
  text-align: center;
}

.p-drawer__icon::after {
  display: none;
  margin-top: 4px;
  min-width: 5em;
  color: #000;
  font-size: 8px;
  font-size: .5rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  content: 'MENU';
}

.p-drawer__icon.is-opened::after {
  content: 'CLOSE';
}

.p-drawer__bars {
  display: inline-block;
  vertical-align: bottom;
  width: 25px;
}

.p-drawer__bar {
  display: block;
  -webkit-transition: all .3s linear 0s;
  transition: all .3s linear 0s;
  margin-top: 5px;
  background: #000;
  width: 100%;
  height: 3px;
}

.p-drawer__bar:first-child {
  margin-top: 0;
}

.is-opened .p-drawer__bar:first-child {
  -webkit-transform: translateY(4px) rotate(45deg);
  transform: translateY(4px) rotate(45deg);
  width: 100%;
}

.is-opened .p-drawer__bar:last-child {
  -webkit-transform: translateY(-4px) rotate(-45deg);
  transform: translateY(-4px) rotate(-45deg);
  width: 100%;
}

.p-drawer__content {
  position: absolute;
  top: 80px;
  right: 0;
  bottom: auto;
  left: auto;
  opacity: 0;
  z-index: 40;
  -webkit-transition: -webkit-transform .5s ease 0s;
  transition: -webkit-transform .5s ease 0s;
  transition: transform .5s ease 0s;
  transition: transform .5s ease 0s, -webkit-transform .5s ease 0s;
  background: #fff;
  padding-bottom: var(--header-height, 80px);
  width: 100%;
  height: calc(100vh - var(--header-height, 80px));
  height: calc(100dvh - var(--header-height, 80px));
  overflow: auto;
  pointer-events: none;
  color: #000;
  text-align: center;
}

.p-drawer__content.is-opened {
  opacity: 1;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  pointer-events: auto;
}

.p-drawer__content--left {
  right: auto;
  left: 0;
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);
}

.p-drawer__content--top {
  top: 0;
  bottom: auto;
  -webkit-transform: translateY(-105%);
  transform: translateY(-105%);
  width: 100%;
  max-width: 100%;
}

.p-drawer__content--cover {
  width: 100%;
  max-width: 100%;
}

.p-drawer__inner {
  padding-right: 20px;
  padding-left: 20px;
  width: 100%;
}

.p-drawer__navList {
  margin-top: 31px;
  margin-top: 1.9375rem;
}

.p-drawer__navItem {
  border-bottom: 1px solid #D2D2D2;
}

.p-drawer__navItem:first-child {
  border-top: 1px solid #D2D2D2;
}

.p-drawer__navItem--highlight {
  border-bottom: 3px solid #23C7BB;
}

.p-drawer__navLink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  display: block;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color .3s ease, background-color .3s ease;
  transition: color .3s ease, background-color .3s ease;
  padding-top: 1em;
  padding-right: 40px;
  padding-right: 2.5rem;
  padding-bottom: 1em;
  padding-left: 12px;
  padding-left: .75rem;
  width: 100%;
  font-size: 16px;
  font-size: 1rem;
  text-align: left;
}

.p-drawer__navLink::after {
  aspect-ratio: 1;
  display: block;
  position: absolute;
  top: 50%;
  right: 12px;
  right: .75rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url('../img/common/icon-arrow-right.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  width: 1.25rem;
  content: '';
}

.p-drawer__navLink--icon {
  padding-left: 40px;
  padding-left: 2.5rem;
}

.p-drawer__navLink--icon::before {
  aspect-ratio: 1;
  position: absolute;
  top: 1.2lh;
  left: 14px;
  left: .875rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-right: 3px;
  margin-right: .1875rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  width: 1.25rem;
  content: '';
}

.p-drawer__navLink--truck::before {
  background-image: url('../img/common/icon-truck.svg');
}

.p-drawer__navLink--mail::before {
  background-image: url('../img/common/icon-mail.svg');
}

.p-drawer__navLink--pdf::before {
  background-image: url('../img/common/icon-pdf.svg');
}

.p-drawer__navLink--search::before {
  background-image: url('../img/common/icon-search.svg');
}

.p-drawer__subList {
  border-top: 1px solid #D2D2D2;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  padding-left: 20px;
  padding-left: 1.25rem;
}

.p-drawer__subItem:first-child .p-drawer__subLink {
  padding-top: 1em;
}

.p-drawer__subLink {
  display: block;
  position: relative;
  -webkit-transition: color .3s ease, background-color .3s ease;
  transition: color .3s ease, background-color .3s ease;
  padding-top: 8px;
  padding-top: .5rem;
  padding-bottom: 8px;
  padding-bottom: .5rem;
  padding-left: 28px;
  padding-left: 1.75rem;
  text-align: left;
}

.p-drawer__subLink::before {
  aspect-ratio: 1;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url('../img/common/icon-chevron-right.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  width: 1.25rem;
  content: '';
}

.p-drawer__subLink::after {
  display: none;
}

.p-drawer__footer {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-drawer__bottom {
  margin-top: 30px;
  margin-top: 1.875rem;
}

/************************************************************************
* p-environment
************************************************************************/
.p-environment__header {
  text-align: center;
}

.p-environment__lead {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-environment__content {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-environment__title {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.p-environment__seminarTitle {
  margin-top: 30px;
  margin-top: 1.875rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}

.p-environment__seminarText {
  margin-top: 10px;
  margin-top: .625rem;
}

.p-environment__seminarScroll {
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  margin-right: -20px;
  overflow-x: auto;
}

.p-environment__seminarScroll::-webkit-scrollbar {
  height: 8px;
}

.p-environment__seminarScroll::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.p-environment__seminarScroll::-webkit-scrollbar-thumb {
  background: #888;
}

.p-environment__seminarScroll::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.p-environment__seminarItems {
  gap: 10px;
  gap: .625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-environment__seminarItem {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 295px;
  width: 18.4375rem;
}

.p-environment__seminarImg img {
  aspect-ratio: 295/220;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

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

.p-equipment__categoryTitle {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-equipment__scroll {
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  margin-right: -20px;
  overflow-x: auto;
}

.p-equipment__scroll::-webkit-scrollbar {
  height: 8px;
}

.p-equipment__scroll::-webkit-scrollbar-track {
  border-radius: 4px;
  background: #f1f1f1;
}

.p-equipment__scroll::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #888;
}

.p-equipment__scroll::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.p-equipment__items {
  gap: 10px;
  gap: .625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-equipment__item {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 190px;
  width: 11.875rem;
}

.p-equipmentCard {
  position: relative;
  border: 1px solid #D2D2D2;
  border-radius: 1.25rem;
  overflow: clip;
  text-align: center;
}

.p-equipmentCard__img {
  width: 100%;
}

.p-equipmentCard__img img {
  aspect-ratio: 1;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-equipmentCard__name {
  position: absolute;
  bottom: 10px;
  bottom: .625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  font-size: 12px;
  font-size: .75rem;
  font-weight: 500;
}

/**
 * p-flow
 */
.p-flow__steps {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}

.p-flow__grid {
  gap: 30px;
  gap: 1.875rem;
  display: grid;
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-flow__step {
  position: relative;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  border: 1px solid #D2D2D2;
  background: #fff;
  padding: 10px;
  padding: .625rem;
  text-align: center;
}

.p-flow__step:not(:nth-child(3)):not(:nth-child(5)) {
  border-right: none;
}

.p-flow__step:nth-child(1), .p-flow__step:nth-child(2), .p-flow__step:nth-child(3) {
  border-bottom: none;
}

.p-flow__step:nth-child(1), .p-flow__step:nth-child(2), .p-flow__step:nth-child(3) {
  grid-column: span 2;
}

.p-flow__step:nth-child(4) {
  grid-column: span 3;
}

.p-flow__step:nth-child(5) {
  grid-column: span 3;
}

.p-flow__stepHead {
  position: relative;
  padding-right: 23px;
  padding-right: 1.4375rem;
  font-size: 14px;
  font-size: .875rem;
}

.p-flow__stepHead::after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  background-image: url(../img/common/icon-chevron-down.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  content: '';
}

.p-flow__content {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-flow__address {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-flow__table {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-flow__subsection {
  border-radius: .625rem;
  background-color: #fff;
  padding: 20px;
  padding: 1.25rem;
}

.p-flow__subtitle {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.p-flow__contactList {
  gap: 20px;
  gap: 1.25rem;
  display: grid;
}

.p-flow__contactItem {
  gap: 8px;
  gap: .5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.p-flow__contactLabel {
  min-width: 100px;
  min-width: 6.25rem;
  color: #000;
  font-weight: 700;
}

.p-flow__contactLink {
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  color: #23C7BB;
  text-decoration: none;
}

.p-flow__contactLink:hover {
  opacity: .7;
}

.p-flow__contactValue {
  color: #000;
}

.p-flow__contactTime {
  color: #b2b2b2;
  font-size: 14px;
  font-size: .875rem;
}

.p-flow__address {
  gap: 10px;
  gap: .625rem;
  display: grid;
}

.p-flow__addressName {
  color: #000;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
}

.p-flow__addressText {
  color: #000;
}

.p-flow__addressContact {
  color: #000;
}

.p-flow__bankList {
  gap: 10px;
  gap: .625rem;
  display: grid;
}

.p-flow__bankItem {
  position: relative;
  padding-left: 15px;
  padding-left: .9375rem;
  color: #000;
}

.p-flow__bankItem::before {
  position: absolute;
  left: 0;
  content: '・';
}

.p-flow__btn {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-flow__btn .c-btn {
  margin-inline: auto;
  width: 240px;
  width: 15rem;
}

.p-flow__downloadLink {
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  text-decoration: underline;
}

.p-footer {
  position: relative;
  background-color: rgba(0, 0, 0, .1);
  padding: 30px 0 111px;
  padding: 1.875rem 0 6.9375rem;
  text-align: center;
}

.p-footer__inner {
  gap: 30px;
  gap: 1.875rem;
}

.p-footer__info {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-footer__text {
  font-size: 13px;
  font-size: .8125rem;
  font-weight: 500;
  line-height: 1.4615384615;
}

.p-footer__text + .p-footer__text {
  margin-top: .5em;
}

.p-footer__text a {
  color: inherit;
  text-decoration: underline;
}

.p-footer__bottom {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-footerLogo {
  gap: 30px;
  gap: 1.875rem;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1.3fr .26fr;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 180px;
  line-height: 1;
}

.p-footerLogo__inner {
  border-right: 1px solid #D2D2D2;
  padding-right: 30px;
  padding-right: 1.875rem;
}

.p-footerLogo__inner img {
  aspect-ratio: 95/55;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-footerLogo__instagram {
  display: block;
}

.p-footerLogo__instagram img {
  aspect-ratio: 24/24;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-footerLogo__instagram a {
  opacity: .2;
  pointer-events: none;
}

.p-form .wpcf7-list-item {
  margin: 0;
}

.p-form__box {
  margin-bottom: 32px;
  margin-bottom: 2rem;
  border-bottom: 1px solid #D2D2D2;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}

.p-form__list {
  gap: 24px;
  gap: 1.5rem;
  display: grid;
  margin-top: 32px;
  margin-top: 2rem;
}

.p-form__item.p-form__item--textarea {
  margin-top: 13px;
  margin-top: .8125rem;
}

.p-form__itemHead {
  font-weight: 700;
}

.p-form__required {
  display: inline-block;
  margin-right: 8px;
  margin-right: .5rem;
  border-radius: .25rem;
  background-color: #000;
  padding: 4px;
  padding: .25rem;
  color: #fff;
  font-size: 13px;
  font-size: .8125rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
}

.p-form__itemBody {
  position: relative;
  margin-top: 9px;
  margin-top: .5625rem;
}

.p-form__itemBody input, .p-form__itemBody select, .p-form__itemBody textarea {
  border: 1px solid #b2b2b2;
  border-radius: .25rem;
}

.p-form__itemBody select {
  background-color: #fff;
  width: 100%;
}

.p-form__itemBody .wpcf7-form-control {
  gap: 10px;
  gap: .625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-form__itemBodyMail {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  text-decoration: underline;
}

.p-form__itemBody:has(select)::after {
  aspect-ratio: 12/6;
  display: block;
  position: absolute;
  top: 18px;
  top: 1.125rem;
  right: 14px;
  right: .875rem;
  background-image: url('../img/common/icon-arrow-down-gray.png');
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  width: .75rem;
  pointer-events: none;
  content: '';
}

.p-form__itemBody:has(.wpcf7-not-valid-tip) input,
.p-form__itemBody:has(.wpcf7-not-valid-tip) select {
  border: 1px solid #C00;
  background-color: #ffefef;
}

.p-form__description {
  font-size: 14px;
  font-size: .875rem;
  font-weight: 400;
}

.p-form__checkbox {
  margin-top: 20px;
  margin-top: 1.25rem;
  border-top: 1px solid #D2D2D2;
  padding-top: 20px;
  padding-top: 1.25rem;
  text-align: center;
}

.p-form__checkbox a {
  text-decoration: underline;
}

.p-form__checkbox a:hover {
  opacity: .7;
}

.p-form__itemAddress {
  display: block;
  margin-top: 23px;
  margin-top: 1.4375rem;
}

.p-form__footer {
  margin-top: 37px;
  margin-top: 2.3125rem;
}

.p-form__footer input {
  margin-inline: auto;
}

.p-form__confirm {
  display: none;
}

.p-form__confirmTitle {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0;
  line-height: 1.6666666667;
  text-align: center;
}

.p-form__confirmHead {
  margin-top: 10px;
  margin-top: .625rem;
  text-align: center;
}

.p-form__confirmBox {
  gap: 24px;
  gap: 1.5rem;
  display: grid;
  margin-top: 38px;
  margin-top: 2.375rem;
  border-top: 1px solid #D2D2D2;
  border-bottom: 1px solid #D2D2D2;
  padding-top: 32px;
  padding-top: 2rem;
  padding-bottom: 32px;
  padding-bottom: 2rem;
}

.p-form__btn {
  gap: 10px;
  gap: .625rem;
  margin-inline: auto;
  display: grid;
  margin-top: 30px;
  margin-top: 1.875rem;
  max-width: 240px;
}

.p-form__content .wpcf7-not-valid-tip {
  margin-top: 5px;
  margin-top: .3125rem;
  color: #C00;
}

/************************************************************************
* p-fv
************************************************************************/
.p-fv {
  position: relative;
  width: 100%;
}

.p-fv__img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.p-fv__img img {
  aspect-ratio: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-fv__img::before {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#04867C), to(transparent));
  background: linear-gradient(to top, #04867C, transparent);
  width: 100%;
  height: 120px;
  height: 7.5rem;
  content: '';
}

.p-fv__content {
  position: relative;
  z-index: 2;
  padding: 30px 0 20px;
  padding: 1.875rem 0 1.25rem;
  color: #fff;
}

.p-fv__title {
  margin-inline: auto;
  width: 192px;
  width: 12rem;
}

.p-fv__title img {
  aspect-ratio: 192/100;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-fv__text {
  margin-inline: auto;
  margin-top: 30px;
  margin-top: 1.875rem;
  max-width: 500px;
  max-width: 31.25rem;
}

.p-fv__lead {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}

.p-fv__descriptionList {
  margin-top: 13px;
  margin-top: .8125rem;
}

.p-fv__description {
  font-size: 14px;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
}

.p-fv__description + .p-fv__description {
  margin-top: 1lh;
}

.p-header {
  background-color: #fff;
  overflow-x: clip;
}

.p-header__inner {
  display: grid;
  position: relative;
  grid-template-columns: 9.0625rem auto .48fr;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 41;
}

.p-header__logo {
  position: relative;
  z-index: 41;
  padding-top: 14px;
  padding-top: .875rem;
  padding-right: 31.5px;
  padding-right: 1.96875rem;
  padding-bottom: 14px;
  padding-bottom: .875rem;
  padding-left: 16px;
  padding-left: 1rem;
}

.p-header__logo::before {
  aspect-ratio: 145/80;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-image: url(../img/common/logo_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  content: '';
}

.p-header__logo img {
  aspect-ratio: 97/52;
  position: relative;
  z-index: 2;
  height: 52px;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-header__nav {
  z-index: 41;
}

.p-header__navList {
  gap: 22px;
  gap: 1.375rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 16px;
  padding-left: 1rem;
  letter-spacing: -.05em;
  line-height: 1;
}

.p-header__navItem:first-child .p-header__navLink::before {
  background-image: url(../img/common/header_icon01.svg);
}

.p-header__navItem:last-child .p-header__navLink::before {
  background-image: url(../img/common/header_icon02.svg);
}

.p-header__navLink {
  position: relative;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  padding-top: 32px;
  padding-top: 2rem;
  height: 100%;
  font-size: 12px;
  font-size: .75rem;
  font-weight: 500;
}

.p-header__navLink::before {
  aspect-ratio: 22/27;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  width: 1.5rem;
  content: '';
}

.p-header__navLink__sub {
  font-size: 9px;
  font-size: .5625rem;
}

.p-infoBox {
  border: 1px solid #D2D2D2;
  border-radius: .75rem;
  padding: 15px;
  padding: .9375rem;
}

.p-infoBox__title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}

.p-infoBox__content {
  margin-top: 10px;
  margin-top: .625rem;
}

.p-infoBox__address {
  margin-top: 10px;
  margin-top: .625rem;
}

.p-infoBox__company {
  font-weight: 700;
}

.p-infoBox__link {
  margin-top: 10px;
  margin-top: .625rem;
}

.p-infoBox__link a {
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.p-introduction__text {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-introduction__contents {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-introduction__box {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-introduction__boxHeading {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}

.p-introduction__boxTexts {
  margin-top: 10px;
  margin-top: .625rem;
}

.p-introduction__boxText + .p-introduction__boxText {
  margin-top: 1lh;
}

.p-introduction__paragraph + .p-introduction__paragraph {
  margin-top: 1lh;
}

/************************************************************************
* p-lowerFv-img
************************************************************************/
.p-lowerFv-img {
  grid-column-gap: 0;
  grid-row-gap: 0;
  display: grid;
  grid-auto-rows: -webkit-min-content;
  grid-auto-rows: min-content;
  grid-template-columns: repeat(2, 1fr);
}

.p-lowerFv-img__item {
  height: 100%;
  overflow: hidden;
}

.p-lowerFv-img__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-lowerFv-img__item--wide {
  position: relative;
  grid-area: 1/1/2/3;
  padding-bottom: 50%;
  height: 0;
}

.p-lowerFv-img__item--wide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-lowerFv-img__item:second {
  grid-area: 2/1/3/2;
}

.p-lowerFv-img__item:third {
  grid-area: 2/2/3/3;
}

.p-lowerFv {
  padding-top: 30px;
  padding-top: 1.875rem;
  text-align: center;
}

/**
 * ダウンロードモーダル
 */
.p-modalDownload {
  border: none;
  border-radius: 1.25rem;
  padding: 0;
  width: 94.8717948718%;
  max-width: 370px;
  height: 98%;
  overflow: clip;
}

.p-modalDownload::-webkit-backdrop {
  background: rgba(0, 0, 0, .5);
}

.p-modalDownload::backdrop {
  background: rgba(0, 0, 0, .5);
}

.p-modalDownload__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 1.25rem;
  background: #fff;
  height: 100%;
  overflow-y: scroll;
}

.p-modalDownload__header {
  position: relative;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-bottom: 1px solid #e0e0e0;
  background: #fff;
  padding: 20px 50px 20px 50px;
  padding: 1.25rem 3.125rem 1.25rem 3.125rem;
}

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

.p-modalDownload__titleSub {
  display: block;
  font-size: 16px;
  font-size: 1rem;
}

.p-modalDownload__close {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 10px;
  top: .625rem;
  right: 10px;
  right: .625rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  border: none;
  background: transparent;
  padding: 0;
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
  color: #333;
}

.p-modalDownload__closeIcon {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
}

.p-modalDownload__content {
  -webkit-overflow-scrolling: touch;
  gap: 30px;
  gap: 1.875rem;
  display: grid;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 30px 20px;
  padding: 1.875rem 1.25rem;
  overflow-x: hidden;
  overflow-y: auto;
}

.p-modalDownload__grid {
  gap: 20px 10px;
  gap: 1.25rem .625rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-modalDownload__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.p-modalDownload__itemTitle {
  font-size: 15px;
  font-size: .9375rem;
  text-align: center;
}

.p-modalDownload__itemImage {
  aspect-ratio: 210/297;
  cursor: pointer;
  margin-top: 5px;
  margin-top: .3125rem;
  border: 2px solid #D2D2D2;
  width: 100%;
}

.p-modalDownload__itemImage img {
  aspect-ratio: 160/216;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-modalDownload__itemButton {
  margin-top: 10px;
  margin-top: .625rem;
}

.p-modalDownload__itemButton--disabled {
  opacity: .4;
  cursor: not-allowed;
  pointer-events: none;
}

.p-modalDownload__sectionTitle:first-child {
  margin-top: 0;
}

.p-modalDownload__itemImage--preparing {
  cursor: default;
  background: #f5f5f5;
}

.p-modalDownload__preparingContent {
  gap: 8px;
  gap: .5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.p-modalDownload__preparingIcon {
  opacity: .2;
  width: 32px;
  width: 2rem;
  height: auto;
}

.p-modalDownload__preparingText {
  position: relative;
  padding-top: 33px;
  padding-top: 2.0625rem;
  color: rgba(0, 0, 0, .4);
}

.p-modalDownload__preparingText::before {
  aspect-ratio: 22/27;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: .4;
  background-image: url(../img/common/icon-pdf.svg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
  width: 22px;
  width: 1.375rem;
  content: '';
}

/**
 * 画像プレビューモーダル
 */
.p-modalImagePreview {
  border: none;
  background: transparent;
  padding: 0;
  max-width: 90vw;
  max-height: 90vh;
  overflow: visible;
}

.p-modalImagePreview::-webkit-backdrop {
  background: rgba(0, 0, 0, .9);
}

.p-modalImagePreview::backdrop {
  background: rgba(0, 0, 0, .9);
}

.p-modalImagePreview__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 100%;
  max-height: 90vh;
}

.p-modalImagePreview__image {
  display: block;
  -webkit-box-shadow: 0 .625rem 2.5rem rgba(0, 0, 0, .5);
  box-shadow: 0 .625rem 2.5rem rgba(0, 0, 0, .5);
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 90vh;
}

.p-modalImagePreview__close {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 20px;
  top: 1.25rem;
  right: 20px;
  right: 1.25rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 10;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  cursor: pointer;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, .9);
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
}

.p-modalImagePreview__close:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  background: #fff;
}

.p-modalImagePreview__closeIcon {
  color: #333;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
}

/************************************************************************
* p-news
************************************************************************/
.p-news__title {
  text-align: center;
}

.p-news__content {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-news__none {
  margin-top: 30px;
  margin-top: 1.875rem;
  text-align: center;
}

.p-news__btn {
  margin-top: 30px;
  margin-top: 1.875rem;
  text-align: center;
}

.p-news__btn .c-btn {
  margin-inline: auto;
  width: 240px;
  width: 15rem;
}

/************************************************************************
* p-pageAbout
************************************************************************/
.p-pageAbout__image {
  width: 100%;
}

.p-pageAbout__image img {
  aspect-ratio: 1;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-pageAbout__text {
  margin-top: 23px;
  margin-top: 1.4375rem;
}

.p-pageAbout__paragraph + .p-pageAbout__paragraph {
  margin-top: 1lh;
}

.p-pageContent {
  padding: 30px 0;
  padding: 1.875rem 0;
}

.p-pageContent--gray {
  background-color: #F8F8F8;
}

.p-pageContent .p-contentBlock,
.p-pageContent .p-tableItem,
.p-pageContent .p-infoBox,
.p-pageContent .p-tableItem {
  margin: 30px 0;
  margin: 1.875rem 0;
}

.p-pageContent .l-container > *:first-child {
  margin-top: 0;
}

.p-pageContent .l-container > *:last-child {
  margin-bottom: 0;
}

.p-pageContent h4 {
  margin-top: 30px;
  margin-top: 1.875rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}

.p-pageContent ol, .p-pageContent ul {
  margin-top: 30px;
  margin-top: 1.875rem;
  padding-left: 20px;
  padding-left: 1.25rem;
}

.p-pageContent ol {
  list-style-type: decimal;
}

.p-pageContent ul {
  list-style-type: disc;
}

.p-pageContent__heading {
  margin: 30px 0;
  margin: 1.875rem 0;
  font-size: 30px;
  font-size: 1.875rem;
  text-align: center;
}

.p-pageContent__title {
  margin: 30px 0;
  margin: 1.875rem 0;
}

.p-pageContent__text {
  margin: 30px 0;
  margin: 1.875rem 0;
}

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

.p-pageContent__imageWrapper {
  width: 100%;
}

.p-pageContent__image {
  display: block;
  width: 100%;
  height: auto;
}

.p-pageContent__caption {
  margin-top: 10px;
  margin-top: .625rem;
  color: #b2b2b2;
  font-size: 14px;
  font-size: .875rem;
  text-align: center;
}

.p-pageContent__infoBox {
  margin-top: 10px;
  margin-top: .625rem;
}

.p-pageContent__list {
  margin: 10px 0;
  margin: .625rem 0;
}

.p-pageContent__imageText {
  margin-top: 10px;
  margin-top: .625rem;
}

.p-pageProducts__contents {
  margin-inline: auto;
  max-width: 500px;
  max-width: 31.25rem;
}

.p-pageProducts__campaigns {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-pageProducts__btn {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-pageProducts__btn a {
  margin-inline: auto;
  max-width: 240px;
  max-width: 15rem;
}

/************************************************************************
* p-pageRecruit
************************************************************************/
.p-pageRecruit__content {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-pageRecruit__title:not(:first-child) {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-pageRecruit__overview {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-pageRecruit__overview .p-tableItem__label {
  width: 5em;
}

.p-pageRecruit__text {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-pageRecruit__list {
  margin-top: 2px;
  margin-top: .125rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  list-style-type: disc;
}

.p-pageRecruit__video {
  aspect-ratio: 350/197;
  position: relative;
  margin-top: 20px;
  margin-top: 1.25rem;
  width: 100%;
  overflow: hidden;
}

.p-pageRecruit__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  border: none;
  width: 100%;
  height: 100%;
}

.p-pageRecruit__btn {
  gap: 10px;
  gap: .625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-pageRecruit__btn .c-btn {
  padding: 14px 20px;
  padding: .875rem 1.25rem;
  width: 48.7179487179%;
}

/************************************************************************
* p-pagination
************************************************************************/
.p-pagination {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-pagination__inner {
  gap: 10px;
  gap: .625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-pagination__icon {
  display: block;
  width: 36px;
  width: 2.25rem;
  height: 36px;
  height: 2.25rem;
}

.p-pagination__icon--next, .p-pagination__icon--last {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.page-numbers {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  border: none;
  background: transparent;
  width: 36px;
  width: 2.25rem;
  height: 36px;
  height: 2.25rem;
  color: #000;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}

.page-numbers + .page-numbers {
  margin-left: 0;
}

.page-numbers.current {
  border-radius: .25rem;
  background-color: #F8F8F8;
  color: #000;
}

.page-numbers.dots {
  border: none;
  background: transparent;
}

.page-numbers.prev, .page-numbers.next {
  background: transparent;
}

.page-numbers--first, .page-numbers--last {
  background: transparent;
}

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

.p-priceTable__warrantyTitle {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-priceTable__warrantyText {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-priceTable__items {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-process {
  overflow-x: clip;
}

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

.p-processItems {
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  margin-right: -20px;
  overflow-x: auto;
}

.p-processItems::-webkit-scrollbar {
  height: 8px;
}

.p-processItems::-webkit-scrollbar-track {
  border-radius: 4px;
  background: #f1f1f1;
}

.p-processItems::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #888;
}

.p-processItems::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.p-processItems__container {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-processItems__contents {
  gap: 10px;
  gap: .625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.p-processItems__item {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 280px;
  -webkit-flex: 0 0 17.5rem;
  -ms-flex: 0 0 280px;
  -ms-flex: 0 0 17.5rem;
  flex: 0 0 280px;
  flex: 0 0 17.5rem;
}

.p-processItems__video {
  position: relative;
  cursor: pointer;
}

.p-processItems__video img {
  aspect-ratio: 300/170;
  display: block;
  width: 100%;
}

.p-processItems__playBtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  border-radius: 50%;
  background: rgba(255, 255, 255, .9);
  width: 64px;
  width: 4rem;
  height: 64px;
  height: 4rem;
}

.p-processItems__playBtn::before {
  display: block;
  margin-left: 4px;
  margin-left: .25rem;
  border-width: 12px 0 12px 20px;
  border-width: .75rem 0 .75rem 1.25rem;
  border-style: solid;
  border-color: transparent transparent transparent #000;
  width: 0;
  height: 0;
  content: '';
}

.p-processItems__image {
  width: 100%;
}

.p-processItems__image img {
  aspect-ratio: 300/170;
  display: block;
  width: 100%;
}

.p-processItems__title {
  margin-top: 10px;
  margin-top: .625rem;
  text-align: center;
}

.p-productGrid {
  gap: 10px;
  gap: .625rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.p-productGrid__cardLink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #D2D2D2;
  border-radius: .5rem;
  background: #fff;
  height: 100%;
  overflow: clip;
}

.p-productGrid__cardImg {
  overflow: hidden;
}

.p-productGrid__cardImg img {
  aspect-ratio: 168/128;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-productGrid__cardContent {
  gap: 16px;
  gap: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 10px;
  padding: .625rem;
}

.p-productGrid__cardTitle {
  background-color: #5F6D7E;
  padding: 8px 0;
  padding: .5rem 0;
  color: #fff;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 500;
  letter-spacing: -.08em;
  text-align: center;
}

.p-productGrid__cardTitleSub {
  font-size: 12px;
  font-size: .75rem;
}

.p-productGrid__cardPrice {
  font-size: 14px;
  font-size: .875rem;
  font-weight: 500;
}

.p-productGrid__cardPriceAmount {
  color: #C00;
}

.p-productGrid__cardButton {
  margin-top: auto;
}

.p-productGrid__cardButtonLink {
  display: block;
  border-top: 1px solid #D2D2D2;
  padding-top: 6.5px;
  padding-top: .40625rem;
  font-size: 12px;
  font-size: .75rem;
  font-weight: 500;
  text-align: center;
}

.p-productGrid__cardButtonLink span {
  position: relative;
  padding-right: 18px;
  padding-right: 1.125rem;
}

.p-productGrid__cardButtonLink span::after {
  aspect-ratio: 1;
  display: block;
  position: absolute;
  top: .55lh;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: 3px;
  margin-left: .1875rem;
  background-image: url(../img/common/icon-chevron-right.svg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  width: .9375rem;
  content: '';
}

.p-productGrid__cardBody {
  border-top: 1px solid #D2D2D2;
  padding-top: 10px;
  padding-top: .625rem;
}

.p-productGrid__cardBodyText {
  font-size: 13px;
  font-size: .8125rem;
}

/************************************************************************
* p-products
************************************************************************/
.p-products__title {
  text-align: center;
}

.p-products__grid {
  margin-inline: auto;
  margin-top: 30px;
  margin-top: 1.875rem;
  max-width: 500px;
  max-width: 31.25rem;
}

.p-products__campaigns {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-products__btn {
  gap: 10px;
  gap: .625rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-products__btn .c-btn {
  width: 240px;
  width: 15rem;
}

/************************************************************************
* p-recruit
************************************************************************/
.p-recruit__header {
  text-align: center;
}

.p-recruit__content {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-recruit__img {
  margin-inline: auto;
  margin-top: 20px;
  margin-top: 1.25rem;
  max-width: 400px;
  max-width: 25rem;
  text-align: center;
}

.p-recruit__imgLink {
  display: inline-block;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.p-recruit__imgLink img {
  display: block;
  width: 100%;
  height: auto;
}

.p-tableItem {
  border-top: 1px solid #D2D2D2;
  border-bottom: 1px solid #D2D2D2;
  background: #fff;
}

.p-tableItem__title {
  background: #F0F0F0;
  padding: 10px;
  padding: .625rem;
}

.p-tableItem__row {
  gap: 30px;
  gap: 1.875rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #D2D2D2;
  padding: 10px;
  padding: .625rem;
}

.p-tableItem__row:last-child {
  border-bottom: none;
}

.p-tableItem__label {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 4em;
}

.p-tableItem__value {
  width: 100%;
}

/************************************************************************
* p-voice
************************************************************************/
.p-voice__header {
  text-align: center;
}

.p-voice__content {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-voice__text {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-voice__text p {
  margin-top: 15px;
  margin-top: .9375rem;
  line-height: 1.8;
}

.p-voice__text p:first-child {
  margin-top: 0;
}

/************************************************************************
* p-workplace
************************************************************************/
.p-workplace__header {
  text-align: center;
}

.p-workplace__lead {
  margin-top: 30px;
  margin-top: 1.875rem;
  text-align: left;
}

.p-workplace__content {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-workplace__title {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.p-zirconia__imageBox {
  aspect-ratio: 16/9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
  margin-top: 1.875rem;
  border-radius: .5rem;
  background-color: #e7e0db;
  width: 100%;
}

.p-zirconia__imageLabel {
  margin: 0;
  color: #b2b2b2;
  font-size: 18px;
  font-size: 1.125rem;
}

.p-zirconia__content {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-zirconia__text {
  margin-top: 20px;
  margin-top: 1.25rem;
  line-height: 1.8;
}

.p-zirconia__lead {
  margin-top: 20px;
  margin-top: 1.25rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
}

.p-zirconia__priceList {
  gap: 15px;
  gap: .9375rem;
  display: grid;
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-zirconia__priceItem {
  gap: 20px;
  gap: 1.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: .5rem;
  background-color: #F8F8F8;
  padding: 15px;
  padding: .9375rem;
}

.p-zirconia__priceLabel {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  min-width: 60px;
  min-width: 3.75rem;
  font-weight: 700;
}

.p-zirconia__priceValue {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-zirconia__priceHighlight {
  color: #23C7BB;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}

.p-zirconia__note {
  margin-top: 20px;
  margin-top: 1.25rem;
  color: #b2b2b2;
  font-size: 14px;
  font-size: .875rem;
  text-align: center;
}

.p-zirconia__list {
  gap: 10px;
  gap: .625rem;
  display: grid;
  margin-top: 20px;
  margin-top: 1.25rem;
  padding-left: 20px;
  padding-left: 1.25rem;
}

.p-zirconia__list li {
  line-height: 1.8;
}

.p-zirconia__gridList {
  gap: 20px;
  gap: 1.25rem;
  display: grid;
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-zirconia__gridItem {
  border-radius: .5rem;
  background-color: #F8F8F8;
  padding: 20px;
  padding: 1.25rem;
}

.p-zirconia__gridTitle {
  margin-bottom: 10px;
  margin-bottom: .625rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
}

.p-zirconia__gridText {
  margin: 0;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.8;
}

.p-zirconia__videoBox {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-zirconia__videoPlaceholder {
  aspect-ratio: 16/9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: .5rem;
  background-color: #000;
  width: 100%;
}

.p-zirconia__videoPlaceholder p {
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
}

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

.u-hidden {
  display: none !important;
}

.u-overflowHidden {
  overflow: hidden !important;
}

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

  .p-article__body .gallery-columns-4 > .gallery-item {
    width: calc((100% - 20px) / 2);
  }
}

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

  a[href^='tel:']:not([class]) {
    text-decoration: none;
  }

  :root {
    --header-height: 80px;
  }

  .swiper-button-prev,
  .swiper-button-next {
    width: 40px;
    width: 2.5rem;
  }

  .l-container {
    padding-right: 30px;
    padding-left: 30px;
    max-width: 1120px;
  }

  .l-container.l-container--narrow {
    max-width: 960px;
  }

  .l-container.l-container--wide {
    max-width: 1332px;
  }

  .l-main--single {
    padding-top: 50px;
    padding-top: 3.125rem;
    padding-bottom: 60px;
    padding-bottom: 3.75rem;
  }

  .l-section {
    padding-top: 80px;
    padding-top: 5rem;
    padding-bottom: 100px;
    padding-bottom: 6.25rem;
  }

  .l-section--narrow {
    padding-top: 40px;
    padding-top: 2.5rem;
    padding-bottom: 50px;
    padding-bottom: 3.125rem;
  }

  .c-btn {
    padding: 14px 20px;
    padding: .875rem 1.25rem;
    font-size: 16px;
    font-size: 1rem;
  }

  .c-btn--chevron {
    max-width: 260px;
  }

  .c-btn--chevron span::after {
    margin-left: 8px;
    margin-left: .5rem;
    width: 22px;
    width: 1.375rem;
  }

  .c-btn--blank span::after {
    width: 20px;
    width: 1.25rem;
    height: 20px;
    height: 1.25rem;
  }

  .c-heading {
    font-size: 36px;
    font-size: 2.25rem;
  }

  .c-heading3 {
    padding-bottom: 6px;
    padding-bottom: .375rem;
    font-size: 22px;
    font-size: 1.375rem;
  }

  .c-heading3__sub {
    font-size: 16px;
    font-size: 1rem;
  }

  .p-404 {
    padding-top: 100px;
    padding-top: 6.25rem;
    padding-bottom: 120px;
    padding-bottom: 7.5rem;
  }

  .p-404__head .p-section__title {
    font-size: 32px;
    font-size: 2rem;
  }

  .p-404__body {
    margin-top: 50px;
    margin-top: 3.125rem;
    text-align: center;
  }

  .p-404__foot {
    margin-top: 50px;
    margin-top: 3.125rem;
  }

  .p-aboutContent {
    margin-top: 0;
  }

  .p-aboutContent {
    gap: 40px;
    gap: 2.5rem;
    max-width: none;
  }

  .p-aboutContent--top {
    margin-top: 20px;
    margin-top: 1.25rem;
  }

  .p-aboutContent__img {
    width: 140px;
    width: 8.75rem;
  }

  .p-aboutContent--staff .p-aboutContent__img {
    width: 110px;
    width: 6.875rem;
  }

  .p-aboutContent--staff {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .p-aboutContent--staff .p-aboutContent__img {
    margin-inline: auto;
  }

  .p-aboutContent.p-aboutContent--staff {
    gap: 16px;
    gap: 1rem;
  }

  .p-aboutContent__imgText {
    font-size: 16px;
    font-size: 1rem;
    white-space: nowrap;
  }

  .p-aboutContent__name {
    font-size: 17px;
    font-size: 1.0625rem;
    text-align: center;
  }

  .p-aboutContent__location {
    font-size: 14px;
    font-size: .875rem;
    text-align: center;
  }

  .p-aboutContent__text {
    margin-top: 10px;
    margin-top: .625rem;
    font-size: 15px;
    font-size: .9375rem;
  }

  .p-aboutContent__text--large {
    font-size: 18px;
    font-size: 1.125rem;
  }

  .p-archive__main {
    margin-top: 40px;
    margin-top: 2.5rem;
    padding-bottom: 60px;
    padding-bottom: 3.75rem;
  }

  .p-archiveItem__date {
    font-size: 16px;
    font-size: 1rem;
  }

  .p-archiveItem__title-wrap {
    padding: 20px 15px;
    padding: 1.25rem .9375rem;
  }

  .p-archiveItem__title {
    font-size: 18px;
    font-size: 1.125rem;
  }

  .p-article__date {
    margin-top: 15px;
    margin-top: .9375rem;
    font-size: 16px;
    font-size: 1rem;
  }

  .p-article__title {
    font-size: 32px;
    font-size: 2rem;
  }

  .p-article__eyecatch {
    margin-top: 50px;
    margin-top: 3.125rem;
  }

  .p-article__body {
    padding-top: 60px;
    padding-top: 3.75rem;
    padding-bottom: 80px;
    padding-bottom: 5rem;
    font-size: 16px;
    font-size: 1rem;
  }

  .p-article__body h1,
  .p-article__body h2,
  .p-article__body h3,
  .p-article__body h4,
  .p-article__body h5,
  .p-article__body h6 {
    margin-top: 2.5em;
    margin-bottom: 1.5em;
  }

  .p-article__body h1 {
    font-size: 35px;
    font-size: 2.1875rem;
    line-height: 1.4;
  }

  .p-article__body h2 {
    font-size: 28px;
    font-size: 1.75rem;
  }

  .p-article__body h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }

  .p-article__body h4 {
    font-size: 20px;
    font-size: 1.25rem;
  }

  .p-article__body h5 {
    font-size: 18px;
    font-size: 1.125rem;
  }

  .p-article__body ul,
  .p-article__body ul.wp-block-list {
    margin-top: 15px;
    margin-top: .9375rem;
  }

  .p-article__body ul li,
  .p-article__body ul.wp-block-list li {
    font-size: 16px;
    font-size: 1rem;
  }

  .p-article__body ol,
  .p-article__body ol.wp-block-list {
    margin-top: 15px;
    margin-top: .9375rem;
  }

  .p-article__body ol li,
  .p-article__body ol.wp-block-list li {
    font-size: 16px;
    font-size: 1rem;
  }

  .p-article__body table th,
  .p-article__body table td {
    padding: 20px 30px;
    padding: 1.25rem 1.875rem;
  }

  .p-article__body table th {
    width: 153px;
    width: 9.5625rem;
  }

  .p-article__body p {
    font-size: 16px;
    font-size: 1rem;
  }

  .p-article__body li:not([class]) + li {
    margin-top: 5px;
    margin-top: .3125rem;
  }

  .p-article__body .gallery-columns-4 > .gallery-item {
    width: calc((100% - 40px) / 3);
  }

  .p-article__footer .c-btn {
    width: 200px;
    width: 12.5rem;
  }

  .p-campaign {
    gap: 15px;
    gap: .9375rem;
    max-width: 900px;
    max-width: 56.25rem;
  }

  .p-campaign__text {
    margin-top: 10px;
    margin-top: .625rem;
    font-size: 16px;
    font-size: 1rem;
  }

  .p-contentBlock--imageGrid {
    gap: 30px;
    gap: 1.875rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .p-contentBlock__imageWrapper {
    width: 70%;
  }

  .p-contentBlock__imageWrapper--min {
    width: 100%;
  }

  .p-contentBlock__imageWrapper--min img {
    max-width: 600px;
    max-width: 37.5rem;
  }

  .p-contentBlock__caption {
    font-size: 16px;
    font-size: 1rem;
  }

  .p-contentBlock__captionSub {
    font-size: 15px;
    font-size: .9375rem;
  }

  .p-contentPage__inner h1,
  .p-contentPage__inner h2,
  .p-contentPage__inner h3,
  .p-contentPage__inner h4,
  .p-contentPage__inner h5,
  .p-contentPage__inner h6 {
    margin-top: 2.5em;
    margin-bottom: 1.5em;
  }

  .p-contentPage__inner h1 {
    font-size: 35px;
    font-size: 2.1875rem;
    line-height: 1.4;
  }

  .p-contentPage__inner h2 {
    font-size: 28px;
    font-size: 1.75rem;
  }

  .p-contentPage__inner h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }

  .p-contentPage__inner h4 {
    font-size: 20px;
    font-size: 1.25rem;
  }

  .p-contentPage__inner h5 {
    font-size: 18px;
    font-size: 1.125rem;
  }

  .p-contentPage__inner ul,
  .p-contentPage__inner ul.wp-block-list {
    margin-top: 15px;
    margin-top: .9375rem;
  }

  .p-contentPage__inner ul li,
  .p-contentPage__inner ul.wp-block-list li {
    font-size: 16px;
    font-size: 1rem;
  }

  .p-contentPage__inner ol,
  .p-contentPage__inner ol.wp-block-list {
    margin-top: 15px;
    margin-top: .9375rem;
  }

  .p-contentPage__inner ol li,
  .p-contentPage__inner ol.wp-block-list li {
    font-size: 16px;
    font-size: 1rem;
  }

  .p-contentPage__inner table th,
  .p-contentPage__inner table td {
    padding: 20px 30px;
    padding: 1.25rem 1.875rem;
  }

  .p-contentPage__inner table th {
    width: 153px;
    width: 9.5625rem;
  }

  .p-contentPage__inner p {
    font-size: 16px;
    font-size: 1rem;
  }

  .p-contentPage__inner {
    max-width: 700px;
    max-width: 43.75rem;
  }

  .p-contentPage__infoBox {
    margin-top: 30px;
    margin-top: 1.875rem;
  }

  .p-contentPage .p-infoBox {
    text-align: center;
  }

  .p-cta {
    margin-inline: 0;
    right: 0;
    bottom: 24px;
    bottom: 1.5rem;
    left: auto;
    border-radius: 1rem 0 0 1rem;
    padding: 14px 16px;
    padding: .875rem 1rem;
    width: auto;
    max-width: 270px;
  }

  .p-cta__heading {
    display: block;
    position: static;
    -webkit-transform: none;
    transform: none;
    margin-bottom: 8px;
    margin-bottom: .5rem;
    border-radius: .5rem;
    text-align: center;
  }

  .p-cta__inner {
    gap: 8px;
    gap: .5rem;
    grid-template-columns: 1fr; /* PCでは縦積み */
  }

  .p-cta__button {
    gap: 6px;
    gap: .375rem;
    padding: 14px 14px;
    padding: .875rem .875rem;
  }

  .p-cta__label--pc {
    display: inline;
    font-size: 19px;
    font-size: 1.1875rem;
    font-weight: 900;
  }

  .p-cta__label--sp {
    display: none;
  }

  .p-cta__buttonText {
    font-size: 13px;
    font-size: .8125rem;
  }

  .p-cta__button[href^='tel:'] {
    opacity: .9;
    cursor: default;
    background: transparent; /* PC時は黒背景を外す */
    padding: 0;
    pointer-events: none;
    color: #fff;
  }

  .p-drawer__icon.is-opened {
    background-color: #fff;
  }

  .p-drawer__bars {
    width: 32px;
    width: 2rem;
  }

  .p-drawer__bar {
    margin-top: 8px;
    margin-top: .5rem;
  }

  .is-opened .p-drawer__bar:first-child {
    -webkit-transform: translateY(.34375rem) rotate(45deg);
    transform: translateY(.34375rem) rotate(45deg);
  }

  .is-opened .p-drawer__bar:last-child {
    -webkit-transform: translateY(-.34375rem) rotate(-45deg);
    transform: translateY(-.34375rem) rotate(-45deg);
  }

  .p-drawer__bg {
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity .3s ease 0s, background-color .3s ease 0s;
    transition: opacity .3s ease 0s, background-color .3s ease 0s;
    background: transparent;
    width: 100vw;
    height: 100vh;
    pointer-events: none;
  }

  .p-drawer__bg.is-opened {
    opacity: 1;
    background: rgba(0, 0, 0, .25);
    pointer-events: auto;
  }

  .p-drawer__content {
    top: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 1;
    -webkit-transition: -webkit-transform .3s ease 0s;
    transition: -webkit-transform .3s ease 0s;
    transition: transform .3s ease 0s;
    transition: transform .3s ease 0s, -webkit-transform .3s ease 0s;
    padding-top: 80px;
    width: 100%;
    max-width: 500px;
    max-width: 31.25rem;
    height: 100vh;
  }

  .p-drawer__content.is-opened {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform .3s ease 0s;
    transition: -webkit-transform .3s ease 0s;
    transition: transform .3s ease 0s;
    transition: transform .3s ease 0s, -webkit-transform .3s ease 0s;
  }

  .p-drawer__navLink {
    font-size: 18px;
    font-size: 1.125rem;
  }

  .p-drawer__subList {
    padding-top: 16px;
    padding-top: 1rem;
  }

  .p-drawer__subItem:first-child .p-drawer__subLink {
    padding-top: 8px;
    padding-top: .5rem;
  }

  .p-environment__lead {
    margin-top: 30px;
    margin-top: 1.875rem;
    font-size: 16px;
    font-size: 1rem;
  }

  .p-environment__content {
    margin-top: 50px;
    margin-top: 3.125rem;
  }

  .p-environment__title {
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
  }

  .p-environment__seminarTitle {
    margin-top: 40px;
    margin-top: 2.5rem;
    font-size: 22px;
    font-size: 1.375rem;
  }

  .p-environment__seminarText {
    margin-top: 15px;
    margin-top: .9375rem;
    font-size: 16px;
    font-size: 1rem;
  }

  .p-environment__seminarItems {
    gap: 30px;
    gap: 1.875rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 30px;
    margin-top: 1.875rem;
  }

  .p-environment__seminarItem {
    width: 100%;
  }

  .p-equipment__items {
    gap: 30px;
    gap: 1.875rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 30px;
    margin-top: 1.875rem;
  }

  .p-equipment__item {
    width: 100%;
  }

  .p-equipmentCard {
    padding: 20px;
    padding: 1.25rem;
  }

  .p-equipmentCard__name {
    bottom: 15px;
    bottom: .9375rem;
    font-size: 16px;
    font-size: 1rem;
  }

  .p-flow__step {
    padding: 15px;
    padding: .9375rem;
  }

  .p-flow__stepHead {
    padding-right: 26px;
    padding-right: 1.625rem;
    font-size: 16px;
    font-size: 1rem;
  }

  .p-flow__stepHead::after {
    width: 22px;
    width: 1.375rem;
    height: 22px;
    height: 1.375rem;
  }

  .p-flow__section {
    margin-top: 50px;
    margin-top: 3.125rem;
  }

  .p-flow__content {
    margin-top: 30px;
    margin-top: 1.875rem;
  }

  .p-flow__text {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.625;
  }

  .p-flow__address {
    margin-top: 40px;
    margin-top: 2.5rem;
  }

  .p-flow__table {
    margin-top: 40px;
    margin-top: 2.5rem;
  }

  .p-flow__subsection {
    padding: 30px;
    padding: 1.875rem;
  }

  .p-flow__subtitle {
    margin-bottom: 25px;
    margin-bottom: 1.5625rem;
  }

  .p-flow__contactList {
    gap: 25px;
    gap: 1.5625rem;
  }

  .p-flow__contactItem {
    gap: 15px;
    gap: .9375rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .p-flow__contactLabel {
    min-width: 120px;
    min-width: 7.5rem;
  }

  .p-flow__btn {
    margin-top: 40px;
    margin-top: 2.5rem;
  }

  .p-footer {
    padding: 40px 0;
    padding: 2.5rem 0;
  }

  .p-footer__inner {
    gap: 40px;
    gap: 2.5rem;
  }

  .p-footer__info {
    margin-top: 40px;
    margin-top: 2.5rem;
  }

  .p-footer__text {
    font-size: 14px;
    font-size: .875rem;
  }

  .p-footer__text + .p-footer__text {
    margin-top: .6em;
  }

  .p-footerLogo {
    gap: 20px;
    gap: 1.25rem;
  }

  .p-form__head {
    font-size: 16px;
    font-size: 1rem;
    text-align: center;
  }

  .p-form__list {
    gap: 32px;
    gap: 2rem;
    margin-top: 48px;
    margin-top: 3rem;
  }

  .p-form__item {
    gap: 40px;
    gap: 2.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .p-form__item.p-form__item--textarea {
    margin-top: 0;
  }

  .p-form__itemHead {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 240px;
    -webkit-flex: 0 0 15rem;
    -ms-flex: 0 0 240px;
    -ms-flex: 0 0 15rem;
    flex: 0 0 240px;
    flex: 0 0 15rem;
    font-size: 16px;
    font-size: 1rem;
  }

  .p-form__itemHead.p-form__itemHead--noRequired {
    padding-left: 46px;
    padding-left: 2.875rem;
  }

  .p-form__itemHeadE.p-form__itemHead--padding {
    padding-top: 10px;
    padding-top: .625rem;
  }

  .p-form__required {
    margin-right: 12px;
    margin-right: .75rem;
  }

  .p-form__itemBody {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-top: 0;
    font-size: 16px;
    font-size: 1rem;
  }

  .p-form__itemBody .wpcf7-form-control {
    gap: 20px;
    gap: 1.25rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .p-form__itemBodyMail:hover {
    opacity: .7;
  }

  .p-form__itemBody:has(select)::after {
    right: 18px;
    right: 1.125rem;
    width: 14px;
    width: .875rem;
  }

  .p-form__checkbox {
    margin-top: 38px;
    margin-top: 2.375rem;
    padding-top: 35px;
    padding-top: 2.1875rem;
  }

  .p-form__footer {
    margin-top: 32px;
    margin-top: 2rem;
  }

  .p-form__confirm {
    margin-top: 56px;
    margin-top: 3.5rem;
  }

  .p-form__confirmTitle {
    font-size: 24px;
    font-size: 1.5rem;
  }

  .p-form__confirmHead {
    margin-top: 43px;
    margin-top: 2.6875rem;
  }

  .p-form__confirmBox {
    margin-top: 40px;
    margin-top: 2.5rem;
  }

  .p-form__btn {
    gap: 16px;
    gap: 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    max-width: none;
  }

  .p-form .c-btn {
    width: 240px;
    width: 15rem;
  }

  .p-fv__img img {
    -o-object-position: 50% 30%;
    object-position: 50% 30%;
  }

  .p-fv__img::before {
    height: 200px;
    height: 12.5rem;
  }

  .p-fv__content {
    padding: 120px 0 60px;
    padding: 7.5rem 0 3.75rem;
  }

  .p-fv__title {
    width: 320px;
    width: 20rem;
  }

  .p-fv__text {
    margin-top: 100px;
    margin-top: 6.25rem;
    max-width: 660px;
    max-width: 41.25rem;
  }

  .p-fv__lead {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.3;
  }

  .p-fv__descriptionList {
    margin-top: 35px;
    margin-top: 2.1875rem;
    text-align: center;
  }

  .p-fv__description {
    font-size: 16px;
    font-size: 1rem;
  }

  .p-header__inner {
    grid-template-columns: 10.625rem auto .48fr;
    padding-right: 40px;
    padding-right: 2.5rem;
  }

  .p-header__logo {
    z-index: 39;
    padding-top: 20px;
    padding-top: 1.25rem;
    padding-right: 40px;
    padding-right: 2.5rem;
    padding-bottom: 20px;
    padding-bottom: 1.25rem;
    padding-left: 30px;
    padding-left: 1.875rem;
  }

  .p-header__nav {
    z-index: 39;
  }

  .p-header__navList {
    padding-left: 30px;
    padding-left: 1.875rem;
  }

  .p-header__navLink {
    padding-top: 42px;
    padding-top: 2.625rem;
  }

  .p-header__navLink::before {
    width: 30px;
    width: 1.875rem;
  }

  .p-infoBox {
    padding: 20px;
    padding: 1.25rem;
  }

  .p-infoBox__title {
    font-size: 20px;
    font-size: 1.25rem;
  }

  .p-infoBox__company {
    font-size: 16px;
    font-size: 1rem;
  }

  .p-infoBox__address,
  .p-infoBox__tel {
    margin-top: 15px;
    margin-top: .9375rem;
    font-size: 16px;
    font-size: 1rem;
  }

  .p-infoBox__tel a {
    pointer-events: none;
  }

  .p-infoBox__link {
    margin-top: 12px;
    margin-top: .75rem;
    font-size: 16px;
    font-size: 1rem;
  }

  .p-introduction__text {
    margin-top: 30px;
    margin-top: 1.875rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.625;
  }

  .p-introduction__contents {
    margin-top: 50px;
    margin-top: 3.125rem;
  }

  .p-introduction__box {
    margin-top: 50px;
    margin-top: 3.125rem;
  }

  .p-introduction__boxHeading {
    font-size: 20px;
    font-size: 1.25rem;
  }

  .p-introduction__boxTexts {
    margin-top: 15px;
    margin-top: .9375rem;
  }

  .p-introduction__boxText {
    font-size: 16px;
    font-size: 1rem;
  }

  .p-lowerFv-img {
    grid-auto-rows: auto;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(1, 1fr);
  }

  .p-lowerFv-img__item img {
    aspect-ratio: unset;
  }

  .p-lowerFv-img__item--wide {
    grid-area: 1/1/2/3;
    padding-bottom: 0;
    height: auto;
  }

  .p-lowerFv-img__item--wide img {
    aspect-ratio: 2/1;
    position: static;
  }

  .p-lowerFv-img__item:second {
    grid-area: 1/3/2/4;
  }

  .p-lowerFv-img__item:second img {
    aspect-ratio: 1;
  }

  .p-lowerFv-img__item:third {
    grid-area: 1/4/2/5;
  }

  .p-lowerFv-img__item:third img {
    aspect-ratio: 1;
  }

  .p-modalDownload {
    max-width: 1000px;
  }

  .p-modalDownload__closeIcon {
    font-size: 32px;
    font-size: 2rem;
  }

  .p-modalDownload__grid {
    gap: 30px 20px;
    gap: 1.875rem 1.25rem;
    grid-template-columns: repeat(3, 1fr);
  }

  .p-modalDownload__itemTitle {
    font-size: 16px;
    font-size: 1rem;
  }

  .p-modalDownload__itemButton {
    margin-inline: auto;
    width: 200px;
    width: 12.5rem;
  }

  .p-modalDownload__section:not(:first-child) {
    margin-top: 40px;
    margin-top: 2.5rem;
  }

  .p-news__content {
    margin-top: 50px;
    margin-top: 3.125rem;
  }

  .p-news__btn {
    margin-top: 50px;
    margin-top: 3.125rem;
  }

  .p-pageAbout__text {
    margin-top: 30px;
    margin-top: 1.875rem;
    font-size: 16px;
    font-size: 1rem;
  }

  .p-pageContent {
    padding: 60px 0;
    padding: 3.75rem 0;
  }

  .p-pageContent .p-contentBlock,
  .p-pageContent .p-tableItem,
  .p-pageContent .p-infoBox,
  .p-pageContent .p-tableItem {
    margin: 50px 0;
    margin: 3.125rem 0;
  }

  .p-pageContent h4 {
    margin-top: 50px;
    margin-top: 3.125rem;
    font-size: 22px;
    font-size: 1.375rem;
  }

  .p-pageContent__heading {
    margin: 40px 0;
    margin: 2.5rem 0;
    font-size: 32px;
    font-size: 2rem;
  }

  .p-pageContent__title {
    margin: 40px 0;
    margin: 2.5rem 0;
  }

  .p-pageContent__text {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.625;
  }

  .p-pageContent__caption {
    margin-top: 15px;
    margin-top: .9375rem;
    font-size: 16px;
    font-size: 1rem;
  }

  .p-pageContent__infoBox {
    margin-top: 15px;
    margin-top: .9375rem;
  }

  .p-pageContent__list {
    margin: 15px 0;
    margin: .9375rem 0;
  }

  .p-pageContent__imageText {
    margin-top: 15px;
    margin-top: .9375rem;
  }

  .p-pageProducts__contents {
    max-width: 900px;
    max-width: 56.25rem;
  }

  .p-pageRecruit__content {
    margin-top: 70px;
    margin-top: 4.375rem;
  }

  .p-pageRecruit__title:not(:first-child) {
    margin-top: 40px;
    margin-top: 2.5rem;
  }

  .p-pageRecruit__overview {
    margin-top: 30px;
    margin-top: 1.875rem;
  }

  .p-pageRecruit__overview .p-tableItem__label {
    width: 6em;
  }

  .p-pageRecruit__text {
    margin-top: 30px;
    margin-top: 1.875rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.8;
  }

  .p-pageRecruit__list {
    font-size: 16px;
    font-size: 1rem;
  }

  .p-pageRecruit__list li + li {
    margin-top: 5px;
    margin-top: .3125rem;
  }

  .p-pageRecruit__video {
    margin-top: 40px;
    margin-top: 2.5rem;
  }

  .p-pageRecruit__btn {
    gap: 30px;
    gap: 1.875rem;
    margin-top: 40px;
    margin-top: 2.5rem;
  }

  .p-pageRecruit__btn .c-btn {
    width: 260px;
    width: 16.25rem;
  }

  .p-pagination {
    margin-top: 40px;
    margin-top: 2.5rem;
  }

  .p-priceTable__warrantyTitle {
    margin-top: 50px;
    margin-top: 3.125rem;
  }

  .p-priceTable__warrantyText {
    margin-top: 25px;
    margin-top: 1.5625rem;
    font-size: 16px;
    font-size: 1rem;
  }

  .p-processItems__contents {
    gap: 30px;
    gap: 1.875rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .p-processItems__item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .p-processItems__title {
    font-size: 16px;
    font-size: 1rem;
  }

  .p-productGrid {
    gap: 24px;
    gap: 1.5rem;
    grid-template-columns: repeat(3, 1fr);
  }

  .p-productGrid__cardTitle {
    padding: 10px 0;
    padding: .625rem 0;
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: -.04em;
  }

  .p-productGrid__cardTitleSub {
    font-size: 15px;
    font-size: .9375rem;
  }

  .p-productGrid__cardPrice {
    font-size: 16px;
    font-size: 1rem;
  }

  .p-productGrid__cardButtonLink {
    padding-top: 9px;
    padding-top: .5625rem;
    font-size: 16px;
    font-size: 1rem;
  }

  .p-productGrid__cardButtonLink span::after {
    top: .53lh;
    right: -4px;
    right: -.25rem;
    width: 22px;
    width: 1.375rem;
  }

  .p-productGrid__cardBody {
    padding-top: 15px;
    padding-top: .9375rem;
  }

  .p-productGrid__cardBodyText {
    font-size: 14px;
    font-size: .875rem;
  }

  .p-products__grid {
    margin-top: 50px;
    margin-top: 3.125rem;
    max-width: 900px;
    max-width: 56.25rem;
  }

  .p-products__campaigns {
    margin-top: 40px;
    margin-top: 2.5rem;
  }

  .p-products__btn {
    gap: 30px;
    gap: 1.875rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 40px;
    margin-top: 2.5rem;
  }

  .p-products__btn .c-btn {
    width: 260px;
    width: 16.25rem;
  }

  .p-recruit__content {
    margin-top: 50px;
    margin-top: 3.125rem;
  }

  .p-recruit__text {
    font-size: 16px;
    font-size: 1rem;
    text-align: center;
  }

  .p-recruit__img {
    margin-top: 35px;
    margin-top: 2.1875rem;
    max-width: 500px;
    max-width: 31.25rem;
  }

  .p-tableItem__title {
    padding: 20px;
    padding: 1.25rem;
    font-size: 16px;
    font-size: 1rem;
  }

  .p-tableItem__row {
    padding: 20px;
    padding: 1.25rem;
  }

  .p-tableItem__label {
    width: 8em;
    font-size: 16px;
    font-size: 1rem;
  }

  .p-tableItem__content {
    font-size: 16px;
    font-size: 1rem;
  }

  .p-tableItem .p-contentBlock__imageWrapper {
    margin-bottom: 50px;
    margin-bottom: 3.125rem;
  }

  .p-voice__content {
    margin-top: 50px;
    margin-top: 3.125rem;
  }

  .p-voice__text {
    margin-top: 30px;
    margin-top: 1.875rem;
  }

  .p-voice__text p {
    margin-top: 20px;
    margin-top: 1.25rem;
    font-size: 16px;
    font-size: 1rem;
  }

  .p-workplace__lead {
    margin-top: 40px;
    margin-top: 2.5rem;
    font-size: 16px;
    font-size: 1rem;
  }

  .p-workplace__content {
    margin-top: 50px;
    margin-top: 3.125rem;
  }

  .p-workplace__title {
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
  }

  .p-workplace__text {
    font-size: 16px;
    font-size: 1rem;
  }

  .p-zirconia__priceItem {
    gap: 30px;
    gap: 1.875rem;
  }

  .p-zirconia__gridList {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {

  .p-introduction__contents--staff {
    row-gap: 16px;
    row-gap: 1rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
  }

  .u-hidden--tab {
    display: none !important;
  }
}

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

  .post-page-numbers + .post-page-numbers {
    margin-left: 20px;
  }

  .p-cta__label--pc {
    font-size: 24px;
    font-size: 1.5rem;
  }

  .p-introduction__contents--staff {
    row-gap: 30px;
    row-gap: 1.875rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }

  .u-hidden--pc {
    display: none !important;
  }
}

@media (min-width: 1060px) {

  html {
    font-size: 100%;
  }
}

@media screen and (max-width: 767px) {

  .u-hidden--sp {
    display: none !important;
  }
}

@media (max-width: 375px) {

  html {
    font-size: 4.2666666667vw;
    font-size: calc(var(--vw) / 375px * 100%);
  }
}

@media (any-hover: hover) {

  .c-btn:hover,
  .c-btn:focus-visible {
    outline: none;
    background-color: rgba(35, 199, 187, .1);
  }

  .p-archiveItem__link:hover {
    opacity: .7;
  }

  .p-campaign__text a:hover {
    opacity: .7;
  }

  .p-cta__button:hover, .p-cta__button:focus {
    opacity: .7;
  }

  .p-drawer__navLink:hover {
    background-color: rgba(35, 199, 187, .1);
    color: #23C7BB;
  }

  .p-drawer__subLink:hover {
    background-color: rgba(35, 199, 187, .1);
    color: #23C7BB;
  }

  .p-flow__step:hover {
    opacity: .7;
  }

  .p-flow__downloadLink:hover {
    opacity: .7;
  }

  .p-footer__text a:hover {
    opacity: .7;
  }

  .p-header__navLink:hover, .p-header__navLink:focus-visible {
    opacity: .7;
  }

  .p-infoBox__link a:hover {
    opacity: .7;
  }

  .p-modalDownload__close:hover {
    opacity: .7;
  }

  .page-numbers:hover {
    opacity: .7;
  }

  .p-productGrid__cardLink:hover .p-productGrid__cardImg img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  .p-recruit__imgLink:hover {
    opacity: .7;
  }
}
/*# sourceMappingURL=map/style.css.map */