@charset "UTF-8";
/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/

.test {
  padding-block: 5.3125rem 6.3125rem;
}

.test__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-inline: auto;
  padding-inline: 1.25rem;
  width: min(67.5rem, 100%);
  -moz-column-gap: 3.1875rem;
  column-gap: 3.1875rem;
}

.test__img {
  height: auto;
  width: min(31.25rem, 100%);
}
.test__img img {
  height: 100%;
  width: 100%;
}

.test__text-wrap {
  flex: 1;
}

.test__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 2.5rem;
}

.test__text {
  font-size: 1rem;
  line-height: 1.5;
}

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

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

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

html {
  -ms-overflow-style: scrollbar;
  overflow: auto;
}

body {
  color: #333;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 500;
  height: 100%;
  height: 100%;
  letter-spacing: 0.05em;
  line-height: 1.8;
  overflow: hidden;
  position: relative;
  z-index: 100;
}
body.is-open::before {
  opacity: 0.95;
  visibility: visible;
}
body::before {
  background-color: #353c46;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  margin: 0 calc(50% - 50vw);
  opacity: 0;
  position: absolute;
  top: 0;
  transition-duration: 0.5s;
  transition-property: opacity, visibility;
  visibility: hidden;
  width: 100vw;
  z-index: -1;
  z-index: 50;
}

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

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

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

picture {
  display: block;
  line-height: 1.2;
}

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

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: none;
}

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

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

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

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

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

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

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

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

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

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

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

/* -------------------------------------------*/
/* layout
-------------------------------------------------------*/
/**
 * input
 *
 */
input[type=text],
input[type=date],
input[type=password],
input[type=email],
input[type=time],
input[type=tel],
input[type=number] {
  border: none;
  border: none;
  border-radius: 2px;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 12px 20px;
  position: relative;
  width: 100%;
}

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

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

/**
 * radio
 *
 */
input[type=radio] {
  display: none;
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
.l-footer {
  background-color: #B72224;
  padding-block: 3rem 4.1875rem;
  width: 100%;
}

.l-footer__inner {
  width: 100%;
}

.l-footer__copyright {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}

.l-footer__nav-link {
  font-size: 1rem;
}

.l-footer__company-name {
  color: #fff;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 1.2px;
  letter-spacing: 0.01em;
  line-height: normal;
  text-align: center;
}

.l-footer__nav {
  color: #fff;
  display: flex;
  gap: 2rem;
  justify-content: center;
  margin-top: 1.5rem;
}

.l-footer__copyright {
  font-size: 0.875rem;
  margin-top: 1.5rem;
}

.l-footer__nav-link {
  transition: 0.3s;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
body.is-open .l-header__logo .black {
  display: none;
}
body.is-open .l-header__logo .white {
  display: block;
}

.l-header {
  align-items: center;
  background-color: transparent;
  background-color: #fff;
  display: flex;
  height: 5.625rem;
  left: 0;
  margin: 0 auto;
  padding-inline: 2rem 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
.l-header__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.l-header__logo {
  align-items: center;
  display: flex;
  font-size: 1.5rem;
  gap: 10px;
  position: relative;
  z-index: 55;
}
.l-header__logo-text {
  align-items: center;
  border: 0.2rem solid #333;
  display: flex;
  display: flex;
  font-size: 1.4rem;
  height: 3rem;
  justify-content: center;
  padding-inline: 0.5rem;
  white-space: nowrap;
  width: 11.5rem;
  width: 12rem;
}
.l-header__right {
  align-items: center;
  display: flex;
  gap: 4.5rem;
}
.l-header__trigger {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 50px;
  justify-content: center;
  padding: 0;
  position: relative;
  width: 50px;
}
.l-header__trigger-inner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  position: relative;
  width: 40px;
}
.l-header__trigger-wrap {
  display: inline-block;
  height: 33.5px;
  position: relative;
  transition: all 0.4s;
  width: 40px;
}
.l-header__trigger-line {
  background-color: #B72224;
  border-radius: 1.875rem;
  display: inline-block;
  height: 0.125rem;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0);
  transition: 0.5s;
  transition-property: transform;
  width: 1.25rem;
}
.l-header__trigger-line:nth-of-type(1) {
  top: 1.3rem;
}
.l-header__trigger-line:nth-of-type(1).is-active {
  top: 1.125rem;
  transform: translate(-50%, 0) rotate(41deg);
}
.l-header__trigger-line:nth-of-type(2) {
  top: 10px;
}
.l-header__trigger-line:nth-of-type(2).is-active {
  transform: translate(-50%, 0) rotate(-41deg);
}
.l-header__trigger-line:nth-of-type(3).is-active {
  display: none;
}

.is-open .l-header__trigger-inner {
  background: unset;
}

#header {
  transition: opacity 0.4s ease-in-out;
}

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

/* -------------------------------------------*/
/* -------------------------------------------*/
body.is-open .l-navi {
  opacity: 1;
  visibility: visible;
}

.l-navi {
  display: flex;
}
.l-navi__main {
  display: flex;
  gap: 20px;
}
.l-navi__cta {
  display: flex;
  gap: 2rem;
  margin-left: 0.75rem;
}
.l-navi__cta.--navi {
  display: flex;
  gap: 2rem;
  margin-left: 0.75rem;
}
.l-navi__mail-link {
  align-items: center;
  background: #B72224;
  border: 1px solid #B72224;
  color: #fff;
  display: flex;
  font-size: 1.25rem;
  font-weight: 700;
  height: 5.6rem;
  justify-content: center;
  line-height: 120%;
  position: relative;
  transition: 0.3s;
  width: 224px;
  width: 17.5rem;
}
.l-navi__menu {
  align-items: center;
  display: flex;
  gap: 2rem;
}
.l-navi__menu-item {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  letter-spacing: 0.03em;
  position: relative;
}
.l-navi__menu-link {
  color: #404040;
  display: block;
  font-size: 1rem;
  line-height: 1.8;
  padding-block: 1.5rem;
  position: relative;
  text-align: center;
  transition: 0.3s;
  white-space: nowrap;
}
.l-navi__menu-link::before {
  aspect-ratio: 1/1;
  background-color: #B72224;
  border-radius: 50%;
  content: "";
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
}

.l-navi__tel-hum {
  align-items: center;
  color: #fff;
  display: flex;
  flex-flow: column;
  gap: 0rem;
  justify-content: center;
  margin-top: 1.7rem;
}

body.is-open .l-header__trigger-inner::before {
  display: none;
}

body.is-open .l-header__logo {
  display: none;
}

.l-navi__cta-sp.u-st {
  align-items: center;
  display: flex;
  gap: 1rem;
  height: 5rem;
}

.is-open .l-navi__cta-sp.u-st {
  display: none;
}

.l-navi__tel-sp {
  height: 5rem;
  width: 5rem;
}

.l-navi__mail-sp-link {
  align-items: center;
  background-color: #CD5529;
  display: flex;
  height: 5rem;
  justify-content: center;
  top: -0.2rem;
  width: 5rem;
}

.l-navi__mail-sp {
  height: 5rem;
  width: 5rem;
}

.l-navi__mail-icon {
  height: 20.55px;
  width: 50%;
}

/* 右下に固定 */
body {
  position: relative;
}

body {
  position: relative;
}

.footer {
  background-color: #000;
  padding: 20px 0;
}

#news {
  margin-top: -195px;
  padding-top: 195px;
}

#works {
  margin-top: -105px;
  padding-top: 105px;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
.c-title {
  color: #fff;
}
.c-title h2.ja {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
}
.c-title p.en {
  font-family: "Poppins", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1;
  margin-top: 0.5rem;
}

.c-title.red {
  color: #B72224;
  text-align: center;
}

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

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes cuteFadeUp {
  0% {
    opacity: 0;
    transform: translateY(40px) scale(0.9);
  }
  60% {
    opacity: 1;
    transform: translateY(-10px) scale(1.03);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
/* -------------------------------------------*/
/* -------------------------------------------*/
.p-contact-mv {
  background-image: url(../images/under/under_mv.webp);
  background-repeat: no-repeat;
  background-size: cover;
  height: 18.75rem;
  margin-top: 5.625rem;
  position: relative;
}
.p-contact-mv__title {
  color: #fff;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
}
.p-contact-mv__title p.en {
  font-family: "Poppins", sans-serif;
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: normal;
}
.p-contact-mv__title h2.ja {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  /* 30px */
  letter-spacing: 2.8px;
  line-height: 1.5;
}

/* コンタクトセクション

/* -------------------------------------------*/
.p-contact {
  background-image: url(../images/contact_bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  padding-block: 7.375rem 2.9375rem;
  width: 100%;
}
.p-contact__inner {
  margin-inline: auto;
  max-width: 43.75rem;
  padding-inline: 1.25rem;
}
.p-contact__form {
  background: #fff;
  padding-top: 3.875rem;
}
.p-contact__text {
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
}
.p-contact__subtext {
  font-size: 1rem;
  font-weight: 400;
  margin-top: 1rem;
  text-align: center;
}
.p-contact label {
  color: var(--text-base, #404040);
  font-size: 1.25rem;
  font-weight: 700;
}
.p-contact__form-item:nth-of-type(5) {
  align-items: flex-start;
}
.p-contact__form-item:nth-of-type(5) dt.p-top-contact__form-dt {
  letter-spacing: 0.16em;
  padding-top: 1.5rem;
}
.p-contact__form-dt {
  align-items: center;
  display: flex;
  font-size: 1.8rem;
  gap: 1.5rem;
  width: 32.6rem;
}
.p-contact__form-dt span.required {
  align-items: center;
  background: #ED1000;
  border-radius: 0.2rem;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.028em;
  line-height: 1;
  padding: 0.4rem 0.6rem 0.5rem;
}
.p-contact__form-dd {
  border: 0.1rem solid #BCBCBC;
  border-radius: 2px;
  font-size: 1.6rem;
  width: 100%;
}
.p-contact__form-list {
  display: flex;
  flex-flow: column;
  gap: 2.3rem;
}
.p-contact__privacy-link {
  border-bottom: 1px solid #0F8ADE;
  color: #0F8ADE;
  font-family: "Noto Sans JP";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.p-contact__privacy-check {
  margin: 1.6rem auto 0;
}
.p-contact__button {
  background: #B72224;
  border: 1px solid #B72224;
  border-radius: 1.75rem;
  color: #fff;
  cursor: pointer;
  font-size: 1.125rem;
  height: 3.375rem;
  line-height: 1.4;
  max-width: 18.75rem;
  position: relative;
  transition: 0.3s;
  width: 100%;
}
.p-contact__button-wrap {
  height: 3.375rem;
  margin: 1.4rem auto 0;
  max-width: 18.75rem;
  position: relative;
  width: 100%;
}
.p-contact__button-wrap .wpcf7-submit:disabled + .wpcf7-spinner + .p-top-contact__button-wrap:hover::before {
  right: 3.4rem;
}
.p-contact__button-wrap::before {
  background-color: #fff;
  content: "";
  display: inline-block;
  height: 1.4rem;
  width: 1.7rem;
  -webkit-mask-image: url(../images/white_arrow.svg);
  mask-image: url(../images/white_arrow.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  position: absolute;
  right: 2.4rem;
  top: 50%;
  transform: translate(0, -50%);
  transition: 0.3s;
  z-index: 30;
}

.wpcf7-submit:disabled {
  background-color: #999;
}

.wpcf7-submit:disabled {
  background-color: #999;
  border: 1px solid #999;
  opacity: 0.5;
  pointer-events: none;
}

.wpcf7-spinner {
  display: none;
}

.wpcf7-not-valid-tip {
  font-size: 0.875rem;
  margin-left: 0.625rem;
  position: absolute;
}

.wpcf7-list-item {
  display: inline-block;
  margin: 0.2rem 0 0 1rem;
}

.p-contact__privacy-text-box {
  background: #fff;
  border: 1px solid #eee;
  height: 15.625rem;
  margin-top: 3rem;
  overflow-y: scroll;
  padding: 0.5rem;
  padding: 1.5rem;
}

.p-contact__privacy {
  margin-top: 5rem;
}

.p-contact__privacy-title {
  text-align: center;
}

.p-contact__privacy-text {
  font-size: 1.4rem;
  line-height: 2;
}

.wpcf7 form .wpcf7-response-output {
  border: 2px solid #00a0d2;
  /* bottom: calc(50% - 6rem); */
  bottom: -3rem;
  font-size: 1.4rem;
  /* top: 50%; */
  left: 50%;
  margin: 0.2em 0.5em 1em;
  padding: 0.2em 1em;
  position: absolute !important;
  transform: translate(-50%, -50%);
}

/**
 * textarea
 *
 */
textarea {
  border: none;
  border: none;
  border-radius: 2px;
  font-size: 16px;
  height: 9.75rem;
  letter-spacing: 0.1em;
  padding: 1.5rem 2rem;
  position: relative;
  width: 100%;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.p-contact__form-dd {
  font-size: 1rem;
  height: 3.5rem;
  padding: 0.75rem 1.25rem;
}

input.wpcf7-form-control.wpcf7-email.wpcf7-text.wpcf7-validates-as-email.p-contact__form-dd {
  font-size: 1rem;
  height: 3.5rem;
  padding: 0.75rem 1.25rem;
}

textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
  font-size: 1rem;
  padding: 0.75rem 1.25rem;
}

.wpcf7-response-output {
  bottom: -1.625rem !important;
  /* height: 45px; */
  font-size: 0.875rem !important;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.p-news-mv {
  background-image: url(../images/under/under_mv.webp);
  background-repeat: no-repeat;
  background-size: cover;
  height: 18.75rem;
  margin-top: 5.625rem;
  position: relative;
}
.p-news-mv__title {
  color: #fff;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
}
.p-news-mv__title p.en {
  font-family: "Poppins", sans-serif;
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: normal;
}
.p-news-mv__title h2.ja {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  /* 30px */
  letter-spacing: 2.8px;
  line-height: 1.5;
}

.p-news__contents {
  padding-block: 5.5rem;
}
.p-news__date {
  color: #333;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.p-news__title {
  color: var(--text, #333);
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
}
.p-news__list {
  margin-inline: auto;
  max-width: 61.875rem;
  width: 100%;
}
.p-news__link {
  border-bottom: 1px solid #d9d9d9;
  display: flex;
  flex-flow: column;
  padding-block: 0.75rem;
}
.p-news__pagination {
  margin-top: 2.5rem;
  text-align: center;
}

.p-news__pagination {
  align-items: center;
  display: flex;
  gap: 2rem;
  justify-content: center;
  margin-top: 1.5625rem;
  text-align: center;
}

.pagination-list {
  align-items: center;
  display: flex;
  gap: 2rem;
  justify-content: center;
  margin-top: 1.5625rem;
  text-align: center;
}

span.page-numbers.current {
  align-items: center;
  background: #B72224;
  color: #fff;
  display: block;
  display: flex;
  height: 2.375rem;
  justify-content: center;
  padding: 0.1875rem 0.4375rem;
  width: 2.0625rem;
}

a.page-numbers {
  align-items: flex-start;
  align-items: center;
  border: 1px solid #B72224;
  color: #b72224;
  display: flex;
  gap: 0.625rem;
  height: 2.375rem;
  justify-content: center;
  padding: 0.1875rem 0.4375rem;
  width: 2.0625rem;
}

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

.pagination-item:nth-last-of-type(1) a {
  border: 1px solid #666;
  color: #666;
}

.p-single {
  padding-block: 5.5rem;
}
.p-single time {
  color: var(--text, #333);
  font-family: "DIN 2014";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  /* 24px */
}
.p-single__title {
  color: var(--text, #333);
  font-family: "Noto Sans JP";
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
}
.p-single__meta-head {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 2.9375rem;
}
.p-single__content {
  margin-top: 0.625rem;
}
.p-single__content p {
  color: var(--text, #333);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  /* 24px */
}
.p-single__content p + p {
  margin-top: 1em;
}

.p-single__link-wrap {
  display: flex;
  justify-content: center;
  margin-top: 7.6875rem;
}

.p-single__link {
  align-items: center;
  background:  #B72224;
  border: 1px solid #B72224;
  border-radius: 1.75rem;
  color: #fff;
  display: flex;
  font-size: 1.125rem;
  gap: 0.3125rem;
  justify-content: center;
  padding: 0.8125rem 3.125rem;
  width: 18.75rem;
  transition: 0.3s;
}
@media screen and (min-width: 769px){
.p-single__link:hover {
    background:  #fff;
    color: #B72224;
}
}

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

h3.wp-block-heading {
  font-size: 1.25rem;
}

.p-single__inner.u-con--md {
  max-width: 61.875rem;
  width: 100%;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.p-top-fv {
  margin-top: 5.625rem;
  overflow: hidden;
  position: relative;
}
.p-top-fv__inner {
  height: inherit;
  margin: 0 auto;
  max-width: 124rem;
  padding-inline: 2rem;
  padding-top: 9rem;
  position: relative;
}
.p-top-fv__inner::after {
  aspect-ratio: 345/119;
  background-image: url(../images/fv_top_right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 8rem;
  content: "";
  display: inline-block;
  left: calc(50% - 24rem);
  position: absolute;
  transform: translate(-50%, 0);
  width: 34.5rem;
  z-index: 5;
}
.p-top-fv__inner::before {
  aspect-ratio: 252/89;
  background-image: url(../images/fv_bottom.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  position: absolute;
  right: -13rem;
  top: 0rem;
  width: 25.2rem;
  z-index: 10;
}
.p-top-fv__img-box {
  margin-left: auto;
  position: relative;
  width: 82.9%;
}
.p-top-fv__img {
  display: block;
  position: relative;
  z-index: 10;
}
.p-top-fv__head {
  display: inline;
  left: -5.9375rem;
  position: absolute;
  top: 6.75rem;
  z-index: 20;
}
.p-top-fv__head h2.c-head__ttl span.small {
  background: #fff;
  color: #B72224;
  font-size: 2rem;
  padding-block: 0.25rem;
  padding-inline: 0.9375rem;
}
.p-top-fv__head h2.c-head__ttl span.big {
  background: #B72224;
  color: #fff;
  display: inline-block;
  font-size: 3rem;
  letter-spacing: 0.12rem;
  line-height: 1.2;
  margin-top: 1.3125rem;
  padding-block: 0.375rem;
  padding-inline: 0.9375rem;
}
.p-top-fv__deco01 {
  position: absolute;
  width: 50%;
  -o-object-fit: contain;
  height: auto;
  left: 0.3125rem;
  object-fit: contain;
  top: 0.6875rem;
  width: 24%;
  z-index: 12;
}
.p-top-fv__deco02 {
  position: absolute;
  width: 50%;
  -o-object-fit: contain;
  bottom: 0;
  height: auto;
  left: -13.125rem;
  object-fit: contain;
  width: 33%;
  z-index: 12;
}

/* ニュースセクション

/* -------------------------------------------*/
.p-top-news {
  padding-bottom: 3.9375rem;
}
.p-top-news__inner {
  color: #fff;
  display: flex;
  gap: 0.4375rem;
  margin-left: auto;
  margin-top: -3.875rem;
  margin-top: -7.125rem;
  max-width: 68.75rem;
  max-width: 68.1875rem;
  padding-block: 2.75rem 2.375rem;
  padding-inline: 2.375rem 9.375rem;
  position: relative;
  z-index: 30;
}
.p-top-news__contents {
  display: flex;
  gap: 0.4375rem;
  width: 100%;
}
.p-top-news__contents-bg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 25;
}
.p-top-news__head {
  margin-top: 1.1875rem;
  position: relative;
  width: 13.9375rem;
  z-index: 30;
}
.p-top-news__head h2.ja {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
}
.p-top-news__head p.en {
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-top: 0.5rem;
}
.p-top-news__body {
  flex: 1;
  position: relative;
  z-index: 30;
}
.p-top-news__item {
  border-bottom: 0.0625rem solid #D4D4D4;
  padding-bottom: 0.75rem;
}
.p-top-news__item time {
  font-family: "Poppins", sans-serif;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.5;
}
.p-top-news__item p {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

a.p-top-news__item-link {
  transition: 0.3s;
}

/* ミッションセクション

/* -------------------------------------------*/
.p-top-mission {
  margin-top: 1.25rem;
  padding-bottom: 10.4375rem;
  position: relative;
}
.p-top-mission::before {
  background-color: #B72224;
  content: "";
  display: inline-block;
  height: 34.9375rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 58.75rem;
}
.p-top-mission__inner.u-con--md {
  padding-top: 3.75rem;
}
.p-top-mission__inner {
  display: flex;
  gap: 7.5rem;
}
.p-top-mission__head {
  flex: 1;
  padding-top: 3.125rem;
  position: relative;
  z-index: 1;
}
.p-top-mission .c-head__catch {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 3.75rem;
  position: relative;
  z-index: 1;
}
.p-top-mission__img {
  height: auto;
  position: relative;
  width: 34.25rem;
}

/* ワークスセクション

/* -------------------------------------------*/
.p-top-works {
  padding-bottom: 6.875rem;
  padding-top: 2.5rem;
}
.p-top-works__lists {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 4.6875rem;
  -moz-column-gap: 2.6875rem;
  column-gap: 2.6875rem;
  row-gap: 5rem;
}
.p-top-works__list-title {
  align-items: center;
  background: #F2F2F2;
  border: 0.0625rem solid #D4D4D4;
  color: #333;
  display: flex;
  font-size: 1.25rem;
  font-weight: 700;
  height: 3.5rem;
  letter-spacing: 0.1em;
  line-height: 1;
  padding-left: 1.875rem;
  position: relative;
}
.p-top-works__list-title::before {
  background-color: #B72224;
  content: "";
  display: inline-block;
  height: 100%;
  height: 3.5rem;
  left: -0.0625rem;
  position: absolute;
  top: -0.0625rem;
  width: 0.5625rem;
  width: 0.5625rem;
}
.p-top-works__list-text {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.2;
  margin-top: 1.375rem;
  padding-right: 0.5625rem;
}

/* プロダクツセクション

/* -------------------------------------------*/
.p-top-products {
  padding-bottom: 7.875rem;
  padding-top: 5.5rem;
}
.p-top-products__cards {
  display: grid;
  gap: 1.0625rem;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 6.25rem;
}
.p-top-products__card {
  background: #F2F2F2;
  border: 0.0625rem solid #D4D4D4;
  padding-bottom: 3.875rem;
}
.p-top-products__img {
  height: auto;
}
.p-top-products__title {
  color: #B72224;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-top: 3.6875rem;
  padding-inline: 0.5rem;
  position: relative;
}
.p-top-products__title::before {
  background-color: #B72224;
  content: "";
  display: inline-block;
  height: 1.5rem;
  left: 0;
  position: absolute;
  top: -4.4375rem;
  width: 4.6875rem;
}
.p-top-products__text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 1.25rem;
  padding-inline: 0.5rem;
}

/* ctaセクション

/* -------------------------------------------*/
.p-top-cta {
  background-image: url(../images/top/contact_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding-block: 3.75rem 8.9375rem;
  position: relative;
}
.p-top-cta::before {
  background-image: url(../images/top/contact_bg_gray.webp);
  content: "";
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.p-top-cta__head.c-head {
  position: relative;
}
.p-top-cta__body {
  background-color: #333;
  color: #fff;
  display: flex;
  gap: 6.6875rem;
  gap: 1.875rem;
  justify-content: center;
  justify-content: space-between;
  margin-inline: auto;
  margin-top: 2.625rem;
  max-width: 71.25rem;
  padding-block: 3.5625rem;
  padding-inline: 14.25rem;
  position: relative;
}
.p-top-cta__tel {
  text-align: center;
}
.p-top-cta__tel-text {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.5;
}
.p-top-cta__tel-link {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 2.5rem;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 0.875rem;
  margin-top: 1.1875rem;
  text-align: center;
}
.p-top-cta__mail-text {
  font-size: 1.25rem;
  letter-spacing: 0.01em;
  text-align: center;
}
.p-top-cta__mail-link {
  align-items: center;
  background: #B72224;
  border: 1px solid #B72224;
  border-radius: 1.75rem;
  display: block;
  display: flex;
  height: 3.125rem;
  justify-content: center;
  margin-top: 1.25rem;
  width: 16.3125rem;
}

.p-top-cta__mail-link {
  transition: 0.3s;
}

/*　会社概要セクション

/* -------------------------------------------*/
.p-top-company {
  padding-block: 2.4375rem;
}
.p-top-company__contents {
  display: flex;
  gap: 2rem;
  margin-top: 5.9375rem;
}
.p-top-company__address {
  display: flex;
  flex-flow: column;
  gap: 1.1875rem;
  padding-top: 3.625rem;
  width: 35.25rem;
}
.p-top-company__map {
  flex: 1;
}
.p-top-company__address-dl {
  display: flex;
  gap: 3.75rem;
}
.p-top-company__address-dt {
  color: #B72224;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 6.5625rem;
}
.p-top-company__address-dd {
  flex: 1;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: normal;
}

iframe {
  height: 27.0625rem;
  width: 100%;
}

.l-navi__mail a svg {
  height: 1.5rem;
  width: 1.5rem;
}

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

.u-dn {
  display: none;
}

.u-disp__less1023 {
  display: none;
}

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

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

.u-con--md {
  margin: 0 auto;
  max-width: 71.25rem;
  width: 90%;
}
.u-con--lg {
  margin: 0 auto;
  max-width: 90%;
}

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 769px){
  .l-footer__nav-link:hover {
    opacity: 0.7;
  }
  .l-header__logo-link:hover {
    opacity: 0.7;
  }
  .l-navi__mail-link:hover {
    background: #fff;
    color: #B72224;
  }
  .l-navi__mail-link:hover::before {
    background-color: #B72224;
  }
  .l-navi__menu-link::before {
    transition: 0.5s;
    transition-property: opacity, transform;
  }
  .l-navi__menu-link:hover {
    color: #B72224;
  }
  .l-navi__menu-link:hover::before {
    opacity: 1;
    transform: translateY(-20px);
  }
  .p-contact__button:hover {
    background-color: #fff;
    color: #B72224;
  }
  .p-contact__button-wrap:hover::before {
    background-color: #fff;
    right: 2rem;
  }
  .wpcf7-submit:disabled + .wpcf7-spinner + .p-top-contact__button-wrap:hover::before {
    background-color: unset;
    right: unset;
  }
  a.p-top-news__item-link:hover {
    opacity: 0.7;
  }
  .p-top-cta__mail-link:hover {
    background: #fff;
    color: #B72224;
  }
}

@media screen and (min-width: 1500px){
  .p-top-mission::before {
    width: 53.3%;
  }
}

@media screen and (max-width: 1400px){
  .l-navi__menu {
    gap: 1.5rem;
  }
}

@media screen and (max-width: 1379px) and (min-width: 768px){
  html {
    font-size: calc(16 / 1380 * 100vw);
  }
}

@media screen and (max-width: 1100px){
  .p-top-fv__inner::after {
    bottom: 24rem;
  }
}

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

@media screen and (max-width: 1040px){
  :root {
    --content_width: 750px;
    --content-both_space: 15px;
    --header_height: 76px;
  }
  input[type=text],
  input[type=date],
  input[type=password],
  input[type=email],
  input[type=time],
  input[type=tel],
  input[type=number] {
    font-size: 1.6rem;
    padding: 10px;
  }
  input[type=radio] + .mwform-radio-field-text {
    margin: 0;
    padding: 10px 5px 12px 23px;
  }
  input[type=radio] + .mwform-radio-field-text::before {
    height: 15px;
    width: 15px;
  }
  input[type=radio] + .mwform-radio-field-text::after {
    content: "";
    height: 9px;
    left: 3px;
    width: 9px;
  }
  .l-header__right {
    gap: 10px;
  }
  .l-header__trigger-line:nth-of-type(1) {
    top: 1.5rem;
  }
  .l-navi__mail-sp-link {
    align-items: center;
    background-color: #CD5529;
    display: flex;
    height: 100%;
    justify-content: center;
    position: relative;
    top: 0rem;
    width: 100%;
  }
  .u-pc {
    display: none;
  }
  .u-disp__less1023 {
    display: block !important;
  }
}

@media screen and (max-width: 1023px){
  .l-navi__cta-sp.u-st {
    height: 50px;
  }
  .l-navi__cta-sp.u-st {
    gap: 0.8rem;
  }
  .l-navi__tel-sp {
    height: 50px;
    width: 50px;
  }
  .l-navi__mail-sp {
    height: 50px;
    width: 50px;
  }
}

@media screen and (max-width: 970px){
  .p-top-fv__inner {
    padding-top: 5rem;
  }
}

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

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

@media screen and (max-width: 786px){
  input[type=checkbox] {
    top: calc(50% - 0.1rem);
  }
  textarea {
    font-size: 1.6rem;
    padding: 1.5rem 1rem;
  }
  .u-con--md {
    margin: 0 auto;
    max-width: unset;
    padding: 0 1.25rem;
    width: 100%;
  }
}

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

@media screen and (max-width: 768px){
  :root {
    --header_height: 76px;
  }
  html {
    font-size: 62.5%;
  }
  input[type=checkbox] ~ .wpcf7-list-item-label::after {
    top: 6px;
  }
  .l-footer__inner {
    padding-inline: 56px;
  }
  .l-footer__copyright {
    font-size: 0.625rem;
    letter-spacing: 0.2px;
    margin-top: 1.3125rem;
  }
  .l-footer__nav {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    text-align: center;
  }
  .l-footer__nav-link {
    font-size: 0.75rem;
    white-space: nowrap;
  }
  .l-footer__company-name {
    font-size: 1.25rem;
  }
  .l-footer__copyright {
    font-size: 0.625rem;
  }
  .l-header {
    height: 3.75rem;
    padding-inline: 1.25rem 0;
  }
  .l-header__inner {
    gap: 0;
  }
  .l-header__logo {
    font-size: 1rem;
  }
  .l-header__right {
    gap: 1rem;
  }
  .l-header__trigger {
    height: 1.5rem;
    margin-inline: 0.5625rem;
    width: 1.5rem;
  }
  .l-header__trigger-line:nth-of-type(1) {
    top: 0.3rem;
  }
  .l-header__trigger-line:nth-of-type(2) {
    top: 1.125rem;
  }
  .l-header__trigger-line:nth-of-type(2).is-active {
    top: 21px;
  }
  .l-header__trigger-line:nth-of-type(3) {
    top: 0.75rem;
  }
  .l-navi {
    border: none;
    color: #fff;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    max-width: 100vw;
    opacity: 0;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    transition-duration: 0.5s;
    transition-property: opacity, visibility;
    visibility: hidden;
    width: 100%;
    z-index: 51;
  }
  .l-navi__inner {
    height: -moz-max-content;
    height: max-content;
    padding-bottom: 5rem;
    padding-inline: 2rem;
    width: 100%;
  }
  .l-navi__inner {
    padding-inline: 1.2rem;
  }
  .l-navi__cta {
    flex-direction: column-reverse;
    flex-flow: column;
    gap: 3.5rem;
    margin-inline: auto;
  }
  .l-navi__cta.--navi {
    flex-direction: column-reverse;
    flex-flow: column;
    gap: 3.5rem;
    margin-inline: auto;
    margin-top: 0.625rem;
    width: 11.75rem;
  }
  .l-navi__cta.--navi .l-navi__mail-link {
    border-radius: 2.0625rem;
    font-size: 1rem;
    height: 3.75rem;
    height: 2.5rem;
    max-width: 24.4rem;
    width: 3.625rem;
    width: 100%;
  }
  .l-navi__mail-link {
    height: 3.75rem;
    width: 3.625rem;
  }
  .l-navi__menu {
    align-items: unset;
    flex-direction: column;
    gap: 1.25rem;
    margin-top: 12rem;
    margin-top: 3.75rem;
    padding-inline: 2rem;
    padding-inline: unset;
    width: 100%;
  }
  .l-navi__menu-item {
    margin-left: 0rem;
  }
  .l-navi__menu-link {
    color: #333;
    font-size: 1rem;
    font-weight: 700;
    padding-block: 0.625rem;
  }
  .l-navi__tel-sp {
    height: 40px;
    width: 40px;
  }
  .l-navi__mail-sp-link {
    top: 0rem;
  }
  .l-navi__mail-sp {
    margin-right: 0;
  }
  .c-title p.en {
    font-size: 1.75rem;
    letter-spacing: 0.01em;
  }
  .p-contact-mv {
    background-image: url(../images/under/under_mv_sp.webp);
    height: 14.875rem;
    margin-top: 3.75rem;
  }
  .p-contact-mv__title p.en {
    font-size: 1.75rem;
    letter-spacing: 0.01em;
    line-height: 100%;
  }
  .p-contact-mv__title h2.ja {
    font-size: 1rem;
    font-weight: 600;
  }
  .p-contact {
    padding-block: 3.875rem 3.625rem;
  }
  .p-contact__form {
    padding-top: 1.8125rem;
  }
  .p-contact__form-dt {
    padding-bottom: 0.625rem;
    width: 100%;
  }
  .p-contact__form-dt span.required {
    font-size: 1rem;
  }
  .p-contact__form-dd {
    font-size: 1.2rem;
  }
  .p-contact__form-list {
    gap: 2rem;
  }
  .p-contact__privacy-link {
    font-size: 1.4rem;
  }
  .p-contact__privacy-check {
    margin: 0 auto;
  }
  .p-contact__button {
    font-size: 1.4rem;
    height: 4rem;
    margin: 0 auto;
    width: 100%;
  }
  .p-contact__button {
    font-size: 1rem;
    height: 2.5rem;
    max-width: 10.5625rem;
  }
  .p-contact__button-wrap {
    height: 2.5rem;
    max-width: 10.5625rem;
  }
  .p-contact__button-wrap::before {
    height: 1rem;
    width: 1.4rem;
  }
  .wpcf7-not-valid-tip {
    font-size: 0.75rem;
  }
  .p-contact__privacy-text-box {
    padding: 1rem;
  }
  .p-contact__privacy-text {
    font-size: 1.2rem;
  }
  .wpcf7 form .wpcf7-response-output {
    bottom: 6rem;
    font-size: 1rem;
    width: 20rem;
  }
  .p-news-mv {
    background-image: url(../images/under/under_mv_sp.webp);
    height: 14.875rem;
    margin-top: 3.75rem;
  }
  .p-news-mv__title p.en {
    font-size: 1.75rem;
    letter-spacing: 0.01em;
    line-height: 100%;
  }
  .p-news-mv__title h2.ja {
    font-size: 1rem;
    font-weight: 600;
  }
  .pagination-list {
    gap: 1.25rem;
  }
  .p-single {
    padding-block: 2.5rem 3.75rem;
  }
  .p-single__title {
    font-size: 1rem;
  }
  .p-single__meta-head {
    padding-bottom: 0.5rem;
  }
  .p-single__content {
    margin-top: 2.5625rem;
  }
  .p-single__link-wrap {
    margin-top: 4.125rem;
  }
  .p-single__link {
    font-size: 1rem;
    height: 2.5rem;
    width: 11.6875rem;
  }
  h2.wp-block-heading {
    font-size: 1.125rem;
  }
  h3.wp-block-heading {
    font-size: 1.125rem;
  }
  .p-top-fv {
    margin-top: 3.75rem;
  }
  .p-top-fv__inner {
    padding-top: 3rem;
  }
  .p-top-fv__img-box {
    width: 66.9%;
  }
  .p-top-fv__head {
    left: -7rem;
    padding-block: 0.125rem;
    padding-inline: 0.5625rem;
    top: 9.6875rem;
  }
  .p-top-fv__head h2.c-head__ttl span.small {
    font-size: 1.0625rem;
    padding-block: 0.125rem;
    padding-inline: 0.5625rem;
  }
  .p-top-fv__head h2.c-head__ttl span.big {
    font-size: 1.5625rem;
    margin-top: 0.625rem;
    padding-block: 0.1875rem;
    padding-inline: 0.5625rem;
  }
  .p-top-fv__deco01 {
    left: -0.0625rem;
    top: 0px;
    width: 43%;
    z-index: 12;
  }
  .p-top-news {
    padding-bottom: 1.1875rem;
  }
  .p-top-news__inner {
    margin-left: 0;
    margin-top: -5.1875rem;
    padding-block: 0.875rem 1.25rem;
    padding-inline: 1.1875rem;
    width: 94%;
  }
  .p-top-news__contents {
    flex-flow: column;
    gap: 0.875rem;
  }
  .p-top-news__head {
    margin-top: 0;
  }
  .p-top-news__item:nth-of-type(2) {
    margin-top: 0.3125rem;
  }
  .p-top-news__item time {
    font-size: 1rem;
  }
  .p-top-mission {
    padding-bottom: 2.625rem;
  }
  .p-top-mission::before {
    height: 30.75rem;
    width: 100%;
  }
  .p-top-mission__inner.u-con--md {
    padding-top: 2.625rem;
  }
  .p-top-mission__inner {
    display: block;
  }
  .p-top-mission__head {
    padding-top: 0;
  }
  .p-top-mission .c-head__catch {
    letter-spacing: 0.01em;
    margin-top: 1.9375rem;
  }
  .p-top-mission__img {
    margin-top: 2.125rem;
    /* margin-right: -26px; */
    right: -3.4375rem;
    width: 19.375rem;
  }
  .p-top-works {
    padding-bottom: 3.25rem;
    padding-bottom: 2.375rem;
  }
  .p-top-works__lists {
    gap: 2.375rem;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 1.6875rem;
  }
  .p-top-works__list-title {
    font-size: 1rem;
  }
  .p-top-products {
    padding-block: 2.9375rem 2.3125rem;
  }
  .p-top-products__cards {
    gap: 1.1875rem;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 2.1875rem;
    margin-top: 1.9375rem;
  }
  .p-top-products__card {
    padding-bottom: 2.0625rem;
  }
  .p-top-products__title {
    font-size: 1.25rem;
    margin-top: 2.625rem;
  }
  .p-top-products__title::before {
    height: 1.1875rem;
    top: -3.25rem;
    width: 3.875rem;
  }
  .p-top-products__text {
    margin-top: 1.625rem;
  }
  .p-top-cta {
    background-image: url(../images/top/contact_bg_sp.webp);
    padding-block: 3.125rem 2.5rem;
    padding-inline: 1.25rem;
  }
  .p-top-cta__body {
    flex-flow: column;
    gap: 1.75rem;
    margin-top: 3.125rem;
    padding-block: 2.625rem 3.125rem;
    padding-inline: 1.25rem;
  }
  .p-top-cta__tel-text {
    font-size: 1rem;
  }
  .p-top-cta__tel-link {
    font-size: 1.75rem;
    margin-top: 0.1875rem;
  }
  .p-top-cta__mail-text {
    font-size: 1rem;
  }
  .p-top-cta__mail-link {
    font-size: 1rem;
    height: 2.5rem;
    margin-inline: auto;
    margin-top: 0.625rem;
    width: 13.5625rem;
  }
  .p-top-company {
    padding-block: 2.8125rem 0;
  }
  .p-top-company__contents {
    flex-flow: column;
    gap: 1rem;
    margin-top: 2.125rem;
  }
  .p-top-company__address {
    gap: 1.25rem;
    padding-bottom: 1rem;
    padding-top: 0;
  }
  .p-top-company__map {
    bottom: -0.5rem;
    position: relative;
  }
  .p-top-company__address-dl {
    flex-flow: column;
    gap: 0;
  }
  .p-top-company__address-dt {
    font-size: 1rem;
  }
  .p-top-company__address-dd {
    font-size: 1rem;
    line-height: 1.4;
  }
  iframe {
    height: 18.625rem;
    margin: 0 calc(50% - 50vw);
    margin-top: -0.8125rem;
    width: 100vw;
  }
  .u-sp {
    display: none !important;
  }
  .u-pb-wide {
    padding-bottom: 8rem;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px){
  .l-navi {
    background: #fff;
  }
}

@media screen and (max-width: 767px){
  html {
    font-size: calc(16 / 375 * 100vw);
  }
  .pc-only-inline {
    display: none;
  }
  .sp-only-inline {
    display: inline;
  }
}

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

@media screen and (max-width: 480px){
  .l-header__trigger-line:nth-of-type(1).is-active {
    top: 1.1rem;
  }
  .l-header__trigger-line:nth-of-type(2).is-active {
    top: 1.0625rem;
  }
}

@media all and (-ms-high-contrast: none){
  html,
  body {
    display: none;
  }
}

@media not all and (max-width: ){
  .test {
    padding-bottom: 2.625rem 4.375rem;
  }
  .test__inner {
    display: grid;
    grid-template-areas: "title" "img" "text";
    grid-template-columns: 1fr;
  }
  .test__img {
    grid-area: img;
    margin-bottom: 2rem;
    margin-left: -1.25rem;
    width: calc(100% + 2.5rem);
  }
  .test__text-wrap {
    display: contents;
  }
  .test__title {
    font-size: 1.5rem;
    font-weight: 700;
    grid-area: title;
    line-height: 1.33;
    margin-bottom: 1.5rem;
    text-align: center;
  }
  .test__text {
    grid-area: text;
  }
  .test__img {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .test__title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .test__text {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
/*# sourceMappingURL=maps/style.css.map */
