@charset "UTF-8";
/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
:root {
  --content_width: 100rem;
  --content-both_space: 20px;
  --header_height: 76px;
}
/* -------------------------------------------*/
.instrument {
  font-family: "Instrument Sans", sans-serif;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
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;
  font-size: 62.5%;
  overflow: auto;
}

body {
  color: #292929;
  font-family: "Zen Kaku Gothic New", serif;
  font-size: 1.6rem;
  font-weight: 400;
  height: 100%;
  height: 100%;
  letter-spacing: 0.05em;
  line-height: 1.6;
  overflow: hidden;
  position: relative;
  z-index: 100;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
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;
}

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

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

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

label {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}

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

input[type=text]:disabled {
  background: transparent;
  cursor: not-allowed;
}
input[type=text]:disabled::-moz-placeholder {
  color: #83C44A;
  opacity: 1;
}
input[type=text]:disabled::placeholder {
  color: #83C44A;
  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 {
  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: calc(50% + 2px);
  transform: translateY(-50%);
  width: 1.8rem;
  z-index: 2;
}

input[type=checkbox] ~ .wpcf7-list-item-label::after {
  border-bottom: 3px solid #909090;
  border-left: 3px solid #909090;
  content: "";
  display: block;
  height: 0.7rem;
  left: -1.9rem;
  opacity: 0;
  position: absolute;
  top: 0.6rem;
  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 #83C44A 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-cta {
  background-color: #F5F5F5;
  padding-block: 3.5rem;
}
.l-cta__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.l-cta__head h2.ja {
  font-size: 1.8rem;
  font-weight: 500;
}
.l-cta__head p.en {
  color: #B1B1B1;
  font-family: "Instrument Sans", sans-serif;
  font-size: 2.6rem;
  letter-spacing: 0.1em;
  line-height: 1;
}
.l-cta__body {
  display: flex;
  gap: 3rem;
}
.l-cta__tel-link {
  align-items: center;
  border: 1px solid #909090;
  display: flex;
  font-family: "Instrument Sans", sans-serif;
  font-size: 2.2rem;
  gap: 10px;
  height: 9rem;
  justify-content: center;
  letter-spacing: 0.16em;
  line-height: 1.8;
  width: 35rem;
}
.l-cta__tel-link span {
  color: var(---02, #909090);
  font-family: "Instrument Sans";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  /* 35.2px */
  letter-spacing: 2.2px;
  line-height: 160%;
}
.l-cta__contact-link {
  align-items: flex-start;
  color: #FFF;
  display: flex;
  flex-direction: column;
  font-size: 1.7rem;
  font-weight: 400;
  gap: 1rem;
  height: 9rem;
  line-height: 1.8;
  text-align: center;
  width: 35rem;
}

.logo01 {
  align-items: center;
  background-color: brown;
  color: #fff;
  display: flex;
  height: 4rem;
  justify-content: center;
  width: 19rem;
}

.logo02 {
  align-items: center;
  background-color: #333;
  color: #fff;
  display: flex;
  height: 4rem;
  justify-content: center;
  width: 19rem;
}

.logo03 {
  align-items: center;
  background-color: red;
  color: #fff;
  display: flex;
  height: 4rem;
  justify-content: center;
  width: 19rem;
}

.logo04 {
  align-items: center;
  background-color: pink;
  color: #fff;
  display: flex;
  height: 4rem;
  justify-content: center;
  width: 19rem;
}

.logo05 {
  align-items: center;
  background-color: purple;
  color: #fff;
  display: flex;
  height: 4rem;
  justify-content: center;
  width: 19rem;
}

.logo06 {
  align-items: center;
  background-color: blue;
  color: #fff;
  display: flex;
  height: 4rem;
  justify-content: center;
  width: 19rem;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.l-estimate {
  padding-block: 12rem;
}
.l-estimate__link {
  align-items: flex-start;
  background: #292929;
  display: flex;
  gap: 6.5rem;
  justify-content: center;
  padding-block: 3rem;
  padding-inline: 6.5rem 3rem;
  position: relative;
  transition: 0.3s;
}
.l-estimate__head {
  flex: 1;
  margin-top: 2.5rem;
}
.l-estimate__title p.en {
  color: #909090;
  font-family: "Instrument Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.l-estimate__title h2.ja {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.l-estimate__img {
  height: auto;
  overflow: hidden;
  width: 30rem;
}
.l-estimate__img img {
  transition: 0.3s;
}
.l-estimate__h2-wrap {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-bottom: 1.8rem;
  position: relative;
}
.l-estimate__h2-wrap::after {
  background: linear-gradient(to right, #fff 0, #fff 100%) left bottom/100% 1px no-repeat;
  bottom: -0.1rem;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  transform: scaleX(0);
  transform-origin: right top;
  transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  width: 100%;
  z-index: 0;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.l-footer {
  background-color: #2B2B2B;
  color: #fff;
  padding: 65px 20px 40px;
}
.l-footer__info-num {
  font-family: "Instrument Sans", sans-serif;
}
.l-footer .l-footer__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
  justify-content: space-between;
}
.l-footer .l-footer__logo-address {
  flex: 1;
  max-width: 340px;
}
.l-footer .l-footer__logo-address .l-footer__logo {
  margin-bottom: 20px;
}
.l-footer .l-footer__logo-address .l-footer__logo img {
  height: auto;
  max-width: 180px;
}
.l-footer .l-footer__logo-address .l-footer__info {
  color: #fff;
  margin-top: 3rem;
}
.l-footer .l-footer__logo-address .l-footer__info p {
  font-size: 1.6rem;
}
.l-footer .l-footer__logo-address .l-footer__info p span {
  font-family: "Instrument Sans", sans-serif;
}
.l-footer .l-footer__logo-address .l-footer__info p.tel {
  font-family: "Instrument Sans", sans-serif;
  font-size: 1.7rem;
  letter-spacing: 0.1em;
}
.l-footer .l-footer__logo-address .l-footer__info p + p {
  margin-top: 10px;
}
.l-footer .l-footer__nav {
  display: flex;
  flex: 2;
  flex-wrap: wrap;
  gap: 9.3rem;
  justify-content: right;
  margin-top: 0.3rem;
}
.l-footer .l-footer__nav .l-footer__nav-list {
  display: flex;
  flex-flow: column;
  height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
.l-footer .l-footer__nav .l-footer__nav-list li {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.8;
  margin-bottom: 24px;
}
.l-footer .l-footer__nav .l-footer__nav-list li a {
  color: #fff;
  position: relative;
  text-decoration: none;
  transition: opacity 0.1s;
}
.l-footer .l-footer__nav .l-footer__nav-list li a::after {
  background-color: #fff;
  bottom: -6.5px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 100%;
}
.l-footer .l-footer__nav .l-footer__nav-list li.head {
  font-size: 1.7rem;
}
.l-footer .l-footer__copy {
  color: #ccc;
  font-family: "Instrument Sans", sans-serif;
  font-size: 1.2rem;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  margin-top: auto;
  text-align: center;
  text-align: right;
}
.l-footer li.sub {
  margin-top: -1.3rem;
}

.l-footer__nav-list.--flex {
  left: 4rem;
  position: relative;
}
.p-top-column__inner > .l-footer__nav-list.--flex {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  }

.p-top-column__inner > .l-footer__nav-list.--two {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  }

.p-top-column__inner > .l-footer__nav-list.--three {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  }

/* -------------------------------------------*/
/* -------------------------------------------*/
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: 8rem;
  left: 0;
  margin: 0 auto;
  padding-inline: 3rem;
  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;
  gap: 10px;
  position: relative;
  z-index: 55;
}
.l-header__logo-link {
  transition: 0.3s;
}
.l-header__logo-link img {
  height: auto;
  width: 16rem;
}
.l-header__right {
  align-items: center;
  display: flex;
  gap: 4.5rem;
}
.l-header__trigger {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 34px;
  justify-content: center;
  padding: 0;
  position: relative;
  width: 36px;
}
.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: #292929;
  border-radius: 30px;
  display: inline-block;
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0);
  transition: 0.5s;
  transition-property: transform;
  width: 36px;
}
.l-header__trigger-line:nth-of-type(1) {
  top: 1.3rem;
}
.l-header__trigger-line:nth-of-type(1).is-active {
  top: 1.9rem;
  transform: translate(-50%, 0) rotate(13deg);
}
.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(-13deg);
}
.l-header__trigger-line:nth-of-type(3) {
  top: 10px;
}
.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;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
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: 1.6rem;
}
.l-navi__menu {
  align-items: center;
  display: flex;
  gap: 1.4rem;
}
.l-navi__menu-item {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  letter-spacing: 0.03em;
  margin-left: 1.5rem;
  position: relative;
}
.l-navi__menu-link {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1.6px;
  line-height: 180%;
  position: relative;
  text-align: center;
}
.l-navi__menu-link::after {
  background-color: #292929;
  bottom: -6.5px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 100%;
}
.l-navi__menu-link.c-btn {
  align-items: center;
  display: flex;
  font-size: 1.6rem;
  font-weight: 500;
  height: 4rem;
  justify-content: center;
  letter-spacing: 0.05em;
  line-height: 1.6;
  width: 17rem;
}

.l-navi__menu-item.--contact {
  margin-left: 2.3rem;
}

body.is-open .l-header__trigger-inner::before {
  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%;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.c-btn.--contact {
  align-items: center;
  background: #292929;
  border: 1px solid #292929;
  color: #fff;
  display: inline-block;
  display: flex;
  justify-content: center;
  line-height: 80px;
  overflow: hidden;
  padding-block: 0rem;
  padding-left: 0;
  position: relative;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transition: transform 0.25s cubic-bezier(0.4, 0, 1, 1);
  z-index: 1;
}

.c-btn.--contact::before {
  background: #fff;
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  transform: translateX(0);
  transition: transform 0.25s cubic-bezier(0.4, 0, 1, 1);
  width: 100%;
  z-index: -1;
}
.c-btn.--next {
  align-items: center;
  background-color: #fff;
  border: 1px solid #D8D8D8;
  border: 1px solid transparent;
  color: #292929;
  display: flex;
  flex-shrink: 0;
  font-size: 1.6rem;
  font-weight: 400;
  height: 5rem;
  line-height: 1.6;
  outline: 1px solid #D8D8D8;
  outline-offset: -1px;
  padding-left: 5.1rem;
  position: relative;
  text-align: center;
  transition: transform 0.25s cubic-bezier(0.4, 0, 1, 1);
  width: 22rem;
  z-index: 1;
}

.c-btn.--next::before {
  background: #292929;
  content: "";
  height: 100%;
  left: -100%;
  pointer-events: none;
  position: absolute;
  top: 0;
  transform: translateX(0);
  transition: transform 0.25s cubic-bezier(0.4, 0, 1, 1);
  width: 100%;
  z-index: -1;
}

.c-btn.--next::after {
  aspect-ratio: 1/1;
  background-color: #292929;
  content: "";
  pointer-events: none;
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.6rem;
  z-index: 100;
  -webkit-mask-image: url(../images/common/arrow_b.png);
  mask-image: url(../images/common/arrow_b.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: 0.7s;
  z-index: -1;
}

.c-btn.--next.--other {
  padding-left: 4rem;
}

.c-btn.--next.--other::after {
  aspect-ratio: 1/1;
  background-color: #292929;
  content: "";
  pointer-events: none;
  position: absolute;
  right: 3rem;
  top: calc(50% + 0.2rem);
  width: 1.7rem;
  -webkit-mask-image: url(../images/common/other.png);
  mask-image: url(../images/common/other.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  height: auto;
  mask-position: top center;
  -webkit-mask-size: contain;
  mask-size: contain;
  transform: translateY(-50%);
  transition: 0.7s;
  z-index: 10;
}

.c-btn-wrap {
  position: relative;
}

.c-btn-wrap::before {
  background-color: #fff;
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
  z-index: 4;
}

.c-btn-wrap.--gray::before {
  background-color: #f5f5f5;
}

.c-btn.--next span {
  position: relative;
  z-index: 20;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
.c-title p.en {
  color: #909090;
  font-family: "Instrument Sans", sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 2.4px;
  line-height: 1.6;
  text-align: center;
}
.c-title h2.ja {
  color: #292929;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
}
.c-title p.en.big {
  font-size: 2.4rem;
}
.c-title h2.ja.big {
  font-size: 3.8rem;
}
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.p-top-mv__bottom {
  /* 初期状態で非表示 */
  animation: fadeUp 1s ease-out forwards;
  opacity: 0;
  /* 1秒でフェードアップ */
}

@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-top-mv__head {
  animation: cuteFadeUp 1s ease-out forwards;
  opacity: 0;
}

.title span.jp {
  clip-path: inset(100% 0 0 0);
  display: block;
  transform: translateY(10px);
  transition: all 0.6s ease;
}

.title.is-animate span.jp {
  clip-path: inset(0 0 0 0);
  transform: translateY(0);
}

.c-title {
  clip-path: inset(100% 0 0 0);
  display: block;
  transform: translateY(10px);
  transition: all 0.6s ease;
}

.p-top-reason.is-animate .c-title {
  clip-path: inset(0 0 0 0);
  transform: translateY(0);
}

.p-top-solution.is-animate .c-title {
  clip-path: inset(0 0 0 0);
  transform: translateY(0);
}

.p-top-cases.is-animate .c-title {
  clip-path: inset(0 0 0 0);
  transform: translateY(0);
}

.p-top-column__inner.is-animate .c-title {
  clip-path: inset(0 0 0 0);
  transform: translateY(0);
}

.p-top-news.is-animate .c-title {
  clip-path: inset(0 0 0 0);
  transform: translateY(0);
}

.c-title.is-animate {
  clip-path: inset(0 0 0 0);
  transform: translateY(0);
}

.c-head.--left p.en {
  text-align: left;
}
.c-head.--left h2.ja {
  text-align: left;
}

.p-company__title p.en {
  color: #909090;
  font-family: "Instrument Sans", sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 2.4px;
  line-height: 1.6;
}
.p-company__title h2.ja {
  color: #292929;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.6;
}

.p-company__title.is-animate {
  clip-path: inset(0 0 0 0);
  transform: translateY(0);
}

.p-company__title {
  clip-path: inset(100% 0 0 0);
  display: block;
  transform: translateY(10px);
  transition: all 0.6s ease;
}

.fade-up.is-animate {
  clip-path: inset(0 0 0 0);
  opacity: 1;
  transform: translateY(0);
}

.p-error__inner {
  padding-bottom: 6rem;
}

.p-page__msg {
  font-size: 2.4rem;
}

.p-page__text {
  padding-block: 5rem 6rem;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.p-company-message {
  padding-block: 1rem 12rem;
}
.p-company-message .c-title p.en.big,
.p-company-message .c-title h2.ja.big {
  text-align: left;
}
.p-company-message__contnts {
  margin-top: 5rem;
}
.p-company-message__title {
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 1.6;
  margin-top: 5rem;
}
.p-company-message__text {
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-top: 2.4rem;
}
.p-company-message__contnts-bottom {
  margin-top: 1.9rem;
}
.p-company-message__name {
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: right;
}
.p-company-message__name span {
  font-size: 1.4rem;
  padding-right: 1.9rem;
}
.p-company-message__photo {
  margin-top: 4rem;
  position: relative;
  width: 58.6%;
}
.p-company-message__photo-wrap {
  position: relative;
}
.p-company-message__en {
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.6;
  position: absolute;
  right: -12rem;
  top: 50%;
  transform: translateY(-50%);
}
.p-company-message__contents-bottom {
  margin-top: 2rem;
}

.p-company-philosophy {
  background: #F5F5F5;
  padding-block: 8rem 2rem;
}
.p-company-philosophy .c-title p.en.big,
.p-company-philosophy .c-title h2.ja.big {
  text-align: left;
}
.p-company-philosophy__title {
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 1.6;
  margin-top: 5rem;
  padding-left: 2.5rem;
}
.p-company-philosophy__text {
  background-color: #fff;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-top: 4rem;
  padding-block: 5rem;
  padding-inline: 7rem 10rem;
}

.p-company-mission {
  background: #F5F5F5;
  padding-block: 8rem 10rem;
}
.p-company-mission .c-title p.en.big,
.p-company-mission .c-title h2.ja.big {
  text-align: left;
}
.p-company-mission__title {
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.11em;
  line-height: 1.6;
  margin-top: 5rem;
  padding-left: 2.5rem;
}
.p-company-mission__contents {
  background-color: #fff;
  margin-top: 4.2rem;
  padding-block: 7.7rem 5rem;
  padding-inline: 7rem 13rem;
}
.p-company-mission__contents-title {
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.p-company-mission__items {
  display: flex;
  flex-flow: column;
  gap: 0.2rem;
  margin-top: 3.1rem;
}
.p-company-mission__item {
  align-items: center;
  border-bottom: 1px solid #D8D8D8;
  display: flex;
  gap: 6.5rem;
  padding-block: 2rem 1.6rem;
}
.p-company-mission__item:nth-of-type(2) {
  padding-block: 2.7rem 1.9rem;
}
.p-company-mission__item:nth-of-type(2) .p-company-mission__content-subtitle {
  margin-top: 0rem;
}
.p-company-mission__item:nth-of-type(3) {
  padding-block: 2.7rem 1.8rem;
}
.p-company-mission__item:nth-of-type(3) .p-company-mission__content-subtitle {
  margin-top: 0rem;
}
.p-company-mission__item:nth-of-type(4) {
  padding-block: 2.7rem 1.8rem;
}
.p-company-mission__item:nth-of-type(4) .p-company-mission__content-subtitle {
  margin-top: 0rem;
}
.p-company-mission__content-subtitle {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-top: -0.8rem;
}
.p-company-mission__text {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-top: 0.9rem;
}
.p-company-mission__text-box {
  padding-left: 0.4rem;
}
.p-company-mission__item:last-of-type {
  border-bottom: none;
}
.p-company-mission__img {
  height: auto;
  width: 12rem;
}
.p-company-mission__num {
  color: #909090;
  font-family: "Instrument Sans", sans-serif;
  font-size: 3.2rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.6;
  width: 2.2rem;
}

.p-company-profile {
  padding-block: 9rem 0;
}

.company-profile {
  color: #000;
  font-size: 1.4rem;
  margin: 0 auto;
  max-width: 80rem;
  padding-bottom: 10rem;
}

.company-profile__dl {
  display: grid;
  grid-template-columns: 15.8rem 1fr;
  row-gap: 1.7rem;
  -moz-column-gap: 0px;
  column-gap: 0px;
  margin-top: 4.2rem;
}

.company-profile__dt {
  border-bottom: 1px solid #ddd;
  font-size: 1.5rem;
  font-weight: bold;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
  padding-bottom: 6px;
}

.company-profile__dt.banks {
  margin-top: 3rem;
}

.land-building-subleft {
  white-space: nowrap;
}

.company-profile__dd {
  border-bottom: 1px solid #ddd;
  display: block;
  font-size: 1.6rem;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin: 0;
  padding-bottom: 1.6rem;
}
.company-profile__dd span {
  font-size: 1.5rem;
  white-space: nowrap;
}
.company-profile__dd span.inline {
  display: inline-block;
}

.company-profile dd.banks {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 0.2rem;
  width: 82%;
}

.banks-text {
  padding-left: 2rem;
  position: relative;
}

.banks-text::before {
  background-color: #D8D8D8;
  content: "";
  display: inline-block;
  height: 1rem;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
}

dt.company-profile__dt.--center {
  margin-top: 2.8rem;
}

span.left {
  padding-left: 1.2rem;
}

iframe {
  height: 31rem;
  margin-top: 5rem;
  width: 100%;
}

/* 土地・建物の中のレイアウト */
.land-building {
  display: flex;
  gap: 6.5rem;
}

.land-building-sub__dl {
  display: flex;
}

.land-building-sub {
  display: grid;
  font-size: 1.5rem;
  grid-template-columns: repeat(3, 1fr);
  padding-left: 1.2rem;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
}
.land-building-sub dt,
.land-building-sub dd {
  border-bottom: none;
  white-space: nowrap;
}

.land-building__wrap {
  white-space: nowrap;
}

.land-building-sub__dl {
  display: flex;
}

dt.land-building-sub__dt {
  width: 7rem;
}

.land-building strong {
  font-weight: 500;
}

/* 取引金融機関のカラム風 */
.banks {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 1.5rem;
}

.p-company-thoughts {
  background: #F5F5F5;
  padding-block: 8rem 8.2rem;
}
.p-company-thoughts .c-title p.en.big,
.p-company-thoughts .c-title h2.ja.big {
  text-align: left;
}
.p-company-thoughts__title {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-top: 5rem;
}
.p-company-thoughts__text {
  font-size: 1.6rem;
  margin-top: 3rem;
}
.p-company-thoughts__img {
  margin-top: 6rem;
}

.history__wrap {
  align-items: flex-start;
  display: flex;
  gap: 4rem;
  margin-top: 6rem;
}

/* 左：写真エリア（stickyで固定） */
.history__images {
  --dotY: 50%;
  flex: 0 0 35.3rem;
  height: 214rem;
  overflow: hidden;
  position: sticky;
  position: relative;
}

.history__img {
  --dotY: 50%;
  flex: 0 0 35.3rem;
  height: 214rem;
  overflow: hidden;
  position: sticky;
  position: relative;
  right: -1rem;
}

/* 縦位置をここで調整（黒丸の中心＝写真の中心にくるように移動） */
.history__stage {
  height: 100%;
  position: relative;
  transform: translateY(calc(var(--dotY) - 50%));
  transition: transform 220ms ease;
  width: 100%;
  will-change: transform;
  /* 追従の滑らかさ */
}

/* 画像は重ねて is-active だけフェードイン */
.history__images img {
  height: 100%;
  inset: 0;
  position: absolute;
  /* top:0;right:0;bottom:0;left:0; の省略 */
  width: 100%;
  -o-object-fit: cover;
  height: auto;
  height: auto;
  object-fit: cover;
  opacity: 0;
  pointer-events: none;
  transition: opacity 300ms ease;
  width: 29rem;
}

.history__images img.is-active {
  opacity: 1;
  pointer-events: auto;
}

/* 右：タイムライン（既存ベース） */
.history__list {
  flex: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.history__list::before {
  background-color: #ccc;
  content: "";
  height: 98%;
  left: 2rem;
  position: absolute;
  top: 0;
  width: 0.2rem;
}

.history__item {
  margin-bottom: 4.8rem;
  padding-left: 7rem;
  position: relative;
}

.history__item::before {
  background-color: #fff;
  border: 2px solid #d8d8d8;
  border-radius: 50%;
  content: "";
  height: 1rem;
  left: 1.6rem;
  position: absolute;
  top: 1.2rem;
  width: 1rem;
  z-index: 2;
}

.history__item::after {
  background-color: #d8d8d8;
  content: "";
  height: 0.2rem;
  left: 0.1rem;
  position: absolute;
  top: 1.6rem;
  width: 6rem;
  z-index: 1;
}

.history__item.is-active::before {
  background-color: #292929;
  border: 2px solid #292929;
}

/* 補足：年や本文の見た目はお好みでそのまま */
img.history__img02 {
  top: 22rem;
}

.history.p-company-history {
  padding-block: 8rem 13rem;
}

.history__year {
  align-items: center;
  display: flex;
  font-size: 2rem;
  gap: 1rem;
}

span.era {
  background: #F5F5F5;
  color: #4E4E4E;
  display: flex;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 400;
  height: 2rem;
  justify-content: center;
  letter-spacing: 0.06em;
  line-height: 1.6;
  padding-inline: 0.8rem;
  text-align: right;
}

.instrument.history-num {
  position: relative;
  top: 0.1rem;
}

.history__content {
  background: #F5F5F5;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-top: 1.6rem;
  padding-block: 1.2rem 1.4rem;
  padding-left: 3rem;
}

img.history__img01 {
  margin-left: 8rem;
  top: 1rem;
  width: 26rem;
}

img.history__img02 {
  margin-left: 8rem;
  width: 26rem;
}

img.history__img03 {
  margin-left: 8rem;
}

img.history__img04 {
  margin-left: 8rem;
  position: relative;
  top: 21rem;
}

img.history__img05 {
  margin-left: 8rem;
  position: relative;
  top: 16rem;
}

img.history__img06 {
  margin-left: 8rem;
  position: relative;
  top: 28rem;
}

img.history__img06 {
  margin-left: 8rem;
  position: relative;
  top: 30rem;
}

img.history__img07 {
  margin-left: 8rem;
  position: relative;
  top: 17rem;
}

img.history__img08 {
  margin-left: 8rem;
  position: relative;
  top: -11rem;
}

img.history__img09 {
  margin-left: 8rem;
  position: relative;
  top: 11rem;
}

img.history__img10 {
  position: relative;
  top: 19rem;
  width: 34rem;
}

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

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

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

table {
  width: 100%;
}

small {
  font-size: 80%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.p-contact__btn-next input {
  background-color: #292929;
  border: 1px solid #292929;
  color: #fff;
  height: 100%;
  padding-top: 0;
  transition: all 0.3s;
  transition: 0.3s;
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

input.wpcf7-form-control.wpcf7-submit.has-spinner,
input.wpcf7-form-control.wpcf7-previous {
  align-items: center;
  border: 1px solid #292929;
  color: #fff;
  display: flex;
  font-size: 1.6rem;
  justify-content: center;
  padding-inline: 83px;
  padding-top: 0.4rem;
  transition: 0.3s;
  width: 100%;
}

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

input.wpcf7-form-control.wpcf7-previous {
  background: #fff;
  border: none;
  color: #292929;
  padding-top: 1.5rem;
}

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

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

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

.p-contact__contact-link {
  align-items: center;
  background-color: #292929;
  border: 1px solid #292929;
  color: #fff;
  display: block;
  display: flex;
  height: 100%;
  justify-content: center;
  padding: 12px 45px;
  transition: all 0.3s;
  transition: 0.3s;
  width: 10;
  width: 100%;
}
.p-contact__desc.--thanks {
  white-space: nowrap;
}

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

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

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

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

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

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

/* -------------------------------------------*/
/* -------------------------------------------*/
.p-facility-main {
  background: #F5F5F5;
  padding-block: 10rem 8.7rem;
}
.p-facility-main__contents-wrap {
  margin-top: 4rem;
}
.p-facility-main__title {
  color: #909090;
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: center;
}
.p-facility-main__contents-wrap {
  background-color: #fff;
  padding-block: 2.2rem;
  padding-inline: 3rem;
}
.p-facility-main__contents {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 2.5rem;
}
.p-facility-main__content {
  border: 1px solid #C5C5C5;
  padding-bottom: 2.9rem;
}
.p-facility-main__content-title {
  align-items: center;
  background-color: #F5F5F5;
  display: flex;
  flex-direction: column;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  gap: 1rem;
  height: 6rem;
  justify-content: center;
  letter-spacing: 0.05em;
  line-height: 120%;
  text-align: center;
  width: 100%;
}
.p-facility-main__dl {
  align-items: center;
  display: flex;
  gap: 1rem;
}
.p-facility-main__dt {
  align-items: center;
  align-self: stretch;
  background: #F5F5F5;
  display: flex;
  font-size: 1.4rem;
  font-weight: 400;
  height: 2.3rem;
  justify-content: center;
  letter-spacing: 0.05em;
  line-height: 1.6;
  padding-block: 1.5rem;
  padding-inline: 0.6rem;
}
.p-facility-main__dl:nth-of-type(1) {
  border-bottom: 1px solid #D8D8D8;
  padding-bottom: 0.7rem;
}
.p-facility-main__dl:nth-of-type(1) .p-facility-main__dd {
  font-family: "Instrument Sans", sans-serif;
}
.p-facility-main__dl.--number {
  border-bottom: 1px solid #D8D8D8;
  padding-bottom: 0.7rem;
}
.p-facility-main__dl:nth-of-type(2), .p-facility-main__dl:nth-of-type(3) {
  padding-top: 0.7rem;
}
.p-facility-main__dd {
  flex: 1;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.p-facility-main__text-box {
  padding-inline: 1.8rem;
}

.p-facility-list {
  padding-block: 8rem 15rem;
}

.machine-table.--cad {
  margin-top: 6rem;
}

/* CSS */
.machine-table {
  background: #f7f7f7;
  margin: 3rem auto 0;
  max-width: 104rem;
  padding: 4rem;
  padding-inline: 6rem;
}

.machine-table__title {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: center;
}

.machine-table table {
  background: #fff;
  border-collapse: collapse;
  margin-top: 2rem;
  width: 100%;
}

.machine-table__scroll::-webkit-scrollbar {
  height: 8px;
}

.machine-table__scroll::-webkit-scrollbar-thumb {
  background: #999;
  border: 1px solid #909090;
  border-radius: 10px;
  position: relative;
  top: 10rem;
  width: 80%;
}

.machine-table__scroll::-webkit-scrollbar-track {
  background: #f0f0f0;
}

tbody {
  position: relative;
}

.machine-table th {
  border-right: 1px solid #fff;
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
  padding: 1rem 1.5rem;
  text-align: left;
}

.machine-table th:nth-of-type(1) {
  width: 24rem;
}

.machine-table th:nth-of-type(3) {
  width: 24rem;
}

.machine-table th:nth-of-type(2) {
  width: 24rem;
}

.machine-table th.center {
  text-align: center;
}

.machine-table td {
  border: 1px solid #d8d8d8;
  padding: 1rem 1.5rem;
  text-align: left;
}

.machine-table td:last-of-type {
  text-align: center;
}

.machine-table td.left {
  text-align: left;
}

.machine-table th {
  background: #b1b1b1;
  color: #fff;
  font-weight: bold;
}

td.td4.height {
  line-height: 1.1;
  padding: 0.4rem 1.5rem;
}

.machine-table th:nth-of-type(5) {
  border-right: none;
  white-space: nowrap;
}

.machine-table td {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.8px;
  line-height: 160%;
  vertical-align: middle;
  white-space: nowrap;
}

.machine-table td.height {
  line-height: 1;
  padding: 0.6rem 1.5rem 0.8rem;
}

.machine-table td.line {
  position: relative;
}

.machine-table tbody tr:first-child td.line::after {
  background-color: #909090;
  content: "";
  display: inline-block;
  height: 1px;
  left: 1.5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 6rem;
}

.machine-table td.line::before {
  background-color: #909090;
  content: "";
  display: inline-block;
  height: 1px;
  left: 1.5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 6rem;
}

.machine-table tbody tr:first-child td {
  border-top: 1rem solid #f7f7f7;
  position: relative;
}

.machine-table tbody tr:first-child td::before {
  background-color: #d8d8d8;
  content: "";
  display: inline-block;
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.machine-table tbody tr:first-child td.line::before {
  top: 0.5px;
}

.machine-table.--cad .td1 {
  width: 22rem;
}
.machine-table.--cad .td2 {
  width: 34.8rem;
}
.machine-table.--cad .td3 {
  width: 27rem;
}

.machine-table.--industry th:first-child,
.machine-table.--industry td:first-child {
  width: 23.9%;
}
.machine-table.--industry th:nth-child(2),
.machine-table.--industry td:nth-child(2) {
  width: 20.5%;
}
.machine-table.--industry th:nth-child(3),
.machine-table.--industry td:nth-child(3) {
  width: 19.7%;
}
.machine-table.--industry th:nth-child(4),
.machine-table.--industry td:nth-child(4) {
  width: 27.3%;
}
.machine-table.--industry th:last-child,
.machine-table.--industry td:last-child {
  width: 80px;
}

.machine-table .td1 {
  width: 22rem;
}
.machine-table .td2 {
  width: 20rem;
}
.machine-table .td3 {
  width: 18rem;
}
.machine-table td {
  width: 8rem;
}

.height120 {
  line-height: 1.2;
  padding: 0rem 1.5rem;
}

td.td1.height120,
td.td2.height120 {
  line-height: 1.2;
  padding: 0rem 1.5rem;
}

.p-facility-list__link-wrap {
  margin-top: 6rem;
  text-align: center;
}

.p-facility-list__link {
  align-items: center;
  border-bottom: 1px solid #d8d8d8;
  display: flex;
  display: inline-flex;
  gap: 1rem;
  justify-content: center;
  padding-bottom: 1rem;
  padding-left: 0.2rem;
  position: relative;
}
.p-facility-list__link svg.arow {
  margin-left: 1rem;
}

.p-facility-list__link::after {
  background: linear-gradient(to right, #292929 0, #292929 100%) left bottom/100% 1px no-repeat;
  bottom: -0.1rem;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  transform: scaleX(0);
  transform-origin: right top;
  transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  width: 100%;
  z-index: 0;
}

section.p-facility-list {
  /* IE/旧Edge 保険 */
  /* WebKit系（Safari/Chrome） */
}
section.p-facility-list .simplebar-content-wrapper {
  scrollbar-width: none;
  /* 非表示 */
}
section.p-facility-list .simplebar-content-wrapper {
  -ms-overflow-style: none;
  /* 非表示 */
}
section.p-facility-list .simplebar-content-wrapper::-webkit-scrollbar {
  /* Safariでも効く */
  background: transparent;
  display: none;
  height: 0;
  width: 0;
  /* 念のため */
}

.scroll__inner {
  background-color: #ffffff;
  overflow-x: scroll;
  padding: 0 0 20px 0;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.scroll__inner::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}

.simplebar-scrollbar::before {
  background: #ffffff !important;
  border-radius: 0;
  border-radius: 12px;
  border-radius: 4px;
  height: 4px !important;
  margin-left: -0.8px;
  margin-top: -1px;
  opacity: 1 !important;
  width: 97.5%;
  z-index: 10;
}

.simplebar-scrollbar.simplebar-visible::before {
  background: #ffffff;
  opacity: 1;
}

.simplebar-track {
  background: #909090;
  border-radius: 10px;
  height: 6px !important;
  margin-inline: auto;
  width: 80%;
}

.simplebar-track.simplebar-horizontal {
  bottom: auto;
  left: 5rem;
  position: relative;
  top: -4rem;
}

.simplebar-track.simplebar-vertical {
  display: none;
  top: 0;
  width: 11px;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.p-oem-mv__img {
  animation: imgAuto 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1s forwards;
  height: auto;
  max-width: 100%;
  opacity: 0;
  overflow: hidden;
  transform: scale(1.06);
  vertical-align: bottom;
  will-change: transform;
}

.p-oem-mv__img-wrap {
  margin-inline: 3rem;
  overflow: hidden;
}

.p-oem-mv-bottom {
  padding-block: 1rem 2rem;
}

.p-oem-point {
  background: #F5F5F5;
  margin-top: 3rem;
  padding-block: 8rem 7rem;
}
.p-oem-point__contents {
  display: flex;
  flex-flow: column;
  gap: 3rem;
  margin-top: 5rem;
}
.p-oem-point__content {
  background: #fff;
  display: flex;
  padding-inline: 0.5rem 4rem;
}
.p-oem-point__num {
  align-items: center;
  border-right: 1px solid #d8d8d8;
  display: flex;
  flex-direction: column;
  font-family: "Instrument Sans", sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  justify-content: center;
  letter-spacing: 0.1em;
  line-height: 1.6;
  padding: 1rem 2.8rem;
  text-align: center;
  width: 4.8rem;
}
.p-oem-point__text {
  margin-top: 2.3rem;
}
.p-oem-point__text-wrap {
  align-items: flex-start;
  display: flex;
  padding-top: 4rem;
}
.p-oem-point__text-box {
  flex: 1;
  padding-block: 0rem 5rem;
  padding-inline: 5rem 3.5rem;
}
.p-oem-point__title {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  white-space: nowrap;
}
.p-oem-point__img-box {
  align-items: center;
  display: flex;
  padding-left: 2.4rem;
}
.p-oem-point__img {
  aspect-ratio: 380/200;
  width: 38rem;
}

.p-oem-case {
  background: linear-gradient(#fff 34%, #f5f5f5 33%);
}
.p-oem-case__inner {
  padding-top: 7rem;
}
.p-oem-case__contents-title {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-top: 3rem;
}
.p-oem-case__contents-text {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-top: 2.5rem;
}
.p-oem-case__items {
  display: flex;
  flex-flow: column;
  gap: 3rem;
  margin-top: 4.4rem;
}
.p-oem-case__item {
  background: #FFF;
  border: 0.1rem solid #D8D8D8;
  padding-block: 3rem 4.4rem;
  padding-inline: 6rem;
}
.p-oem-case__item-title {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.p-oem-case__item-title span {
  font-size: 2.8rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-left: 1rem;
  position: relative;
  top: 0.1rem;
}
.p-oem-case__item-box {
  border-bottom: 1px solid #D8D8D8;
  display: flex;
  gap: 6rem;
  margin-top: 2.7rem;
  padding-bottom: 3.2rem;
}
.p-oem-case__img {
  width: 40rem;
}
.p-oem-case__text-box {
  display: flex;
  flex: 1;
  flex-flow: column;
  gap: 1rem;
}
.p-oem-case__text-dl {
  display: flex;
  height: 3rem;
}
.p-oem-case__text-dt {
  align-items: center;
  background: #909090;
  color: #fff;
  display: flex;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.6;
  padding-bottom: 0.2rem;
  padding-left: 1rem;
  width: 10rem;
}
.p-oem-case__text-dd {
  background: #F5F5F5;
  flex: 1;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.6;
  padding-left: 2rem;
  width: 100%;
}
.p-oem-case__item-bottom {
  padding-top: 2rem;
}
.p-oem-case__item-note {
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.6;
  padding-left: 3rem;
  position: relative;
}
.p-oem-case__item-note::before {
  background: #292929;
  content: "";
  display: inline-block;
  height: 0.1rem;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
}
.p-oem-case__item-text {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-top: 0.5rem;
}

.p-oem-examples {
  padding-bottom: 9rem;
}
.p-oem-examples__inner {
  padding-top: 8rem;
}
.p-oem-examples__head {
  align-items: end;
  display: flex;
  justify-content: space-between;
}
.p-oem-examples__title.c-title {
  align-items: baseline;
  display: flex;
  flex-flow: column;
  text-align: left;
}
.p-top-column__inner > .p-oem-examples__title.c-title {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  }
.p-oem-examples__catch-wrap {
  display: flex;
  gap: 8.3rem;
  margin-top: 5rem;
}
.p-oem-examples__catch {
  position: relative;
  z-index: 50;
}
.p-top-column__inner > .p-oem-examples__catch {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  }
.p-top-column__inner > .p-oem-examples__link-wrap {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  }
.p-oem-examples__body {
  box-sizing: border-box;
  margin-top: 4.2rem;
  overflow: hidden;
  width: calc(100% + (103.4vw - 100%) / 2);
}
.p-top-column__inner > .p-oem-examples__body {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  }
.p-oem-examples__body .p-oem-examples__body-inner .swiper .swiper-slide {
  width: 320px;
}
.p-oem-examples__text-wrap {
  display: inline-flex;
  font-size: 1.8rem;
  font-weight: 400;
  gap: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-top: 2rem;
  position: relative;
}
@media screen and (max-width: 767px){
  .p-oem-examples__text-wrap {
    font-size: 1.4rem;
  }
}
.p-oem-examples__industry {
  position: relative;
}
.p-oem-examples__text {
  border-top: 1px solid #909090;
  font-size: 1.6rem;
  margin-top: 0.8rem;
  padding-top: 1rem;
}
.p-oem-examples__item-arrow svg {
  display: block;
  transition: 0.3s;
}
.p-oem-examples .icon-link,
.p-oem-examples .icon-line,
.p-oem-examples .icon-arrow {
  transition: 0.3s;
}
.p-oem-examples__img-box {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.p-oem-examples__img {
  transition: 0.3s;
}
.p-oem-examples .swiper-button__arrows {
  display: flex;
  gap: 3rem;
  justify-content: end;
  margin-top: 9.5rem;
}

.p-oem-examples__slide {
  width: 320px;
}
.p-oem-examples__slide img {
  aspect-ratio: 320/190;
  display: block;
  height: auto;
  width: 100%;
}
.p-oem-flow__inner {
  background-color: #fff;
  padding-block: 8rem 8.6rem;
  padding-inline: 10rem;
}

.p-oem-flow {
  background-color: #f5f5f5;
  padding-block: 8rem 10rem;
}
.p-oem-flow__inner {
  background-color: #fff;
}
.p-oem-flow__items {
  margin-top: 5rem;
}
.p-oem-flow__item {
  align-items: center;
  border-top: 1px solid #D8D8D8;
  display: flex;
  gap: 5.6rem;
  padding-block: 3.6rem 3.5rem;
  padding-right: 4rem;
}
.p-oem-flow__item:nth-of-type(4) {
  border-bottom: 1px solid #D8D8D8;
}
.p-oem-flow__num-wrap {
  display: flex;
  flex-flow: column;
}
.p-oem-flow__step {
  color: #909090;
  font-family: "Instrument Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  line-height: 1.6;
  text-align: center;
}
.p-oem-flow__num {
  color: #909090;
  font-family: "Instrument Sans", sans-serif;
  font-size: 3.2rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
}
.p-oem-flow__text-box {
  padding-left: 0.5rem;
}
.p-oem-flow__img {
  aspect-ratio: 1/1;
  height: auto;
  width: 12rem;
}
.p-oem-flow__title {
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.3rem;
  line-height: 1.6;
}
.p-oem-flow__subtitle {
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.2rem;
  line-height: 1.6;
  margin-top: 1.8rem;
}
.p-oem-flow__text {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-top: 0.9rem;
}

/* -------------------------------------------*/
/* -------------------------------------------*/

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

.p-privacy__main-title {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}

.p-privacy__wrapper p {
  font-size: 16px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2;
}

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

.p-privacy__info {
  margin-top: 32px;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.p-product-mv__img {
  animation: imgAuto 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1s forwards;
  height: auto;
  max-width: 100%;
  opacity: 0;
  overflow: hidden;
  transform: scale(1.06);
  vertical-align: bottom;
  will-change: transform;
}

.p-product-mv__img-wrap {
  margin-inline: 3rem;
  overflow: hidden;
}

.p-product-mv-bottom {
  padding-block: 1rem 2rem;
}

.p-product-point {
  background: #F5F5F5;
  margin-top: 3rem;
  padding-block: 8rem 7rem;
}
.p-product-point__contents {
  display: flex;
  flex-flow: column;
  gap: 3rem;
  margin-top: 5rem;
}
.p-product-point__content {
  background: #fff;
  display: flex;
  padding-inline: 0.5rem 4rem;
}
.p-product-point__num {
  align-items: center;
  border-right: 1px solid #d8d8d8;
  display: flex;
  flex-direction: column;
  font-family: "Instrument Sans", sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  justify-content: center;
  letter-spacing: 0.1em;
  line-height: 1.6;
  padding: 1rem 2.8rem;
  text-align: center;
  width: 4.8rem;
}
.p-product-point__text {
  margin-top: 2.3rem;
}
.p-product-point__img-text-wrap.u-pt {
  margin-top: -4rem;
}
.p-product-point__text-wrap {
  align-items: flex-start;
  display: flex;
  min-height: 29.2rem;
  padding-bottom: 1.2rem;
  padding-top: 4rem;
}
.p-product-point__text-box {
  flex: 1;
  padding-block: 0rem 5rem;
  padding-inline: 5rem 3.5rem;
}
.p-product-point__title {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  white-space: nowrap;
}
.p-product-point__img-box {
  align-items: center;
  align-items: baseline;
  display: flex;
  flex-flow: column;
  padding-left: 2.4rem;
}
.p-product-point__img {
  aspect-ratio: 380/200;
  width: 38rem;
}
.p-product-point__img-note {
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.7;
  width: 13.5rem;
}
.p-product-point__img-text {
  align-items: center;
  display: flex;
}
.p-product-point__img-text:nth-of-type(1) {
  margin-top: 0.8rem;
}
.p-product-point__img-link {
  flex: 1;
  font-size: 1.2rem;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.7;
}

.p-product-case {
  background: linear-gradient(#fff 34%, #f5f5f5 33%);
}
.p-product-case__inner {
  padding-top: 7rem;
}
.p-product-case__contents-title {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-top: 3rem;
}
.p-product-case__contents-text {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-top: 2.5rem;
}
.p-product-case__items {
  display: flex;
  flex-flow: column;
  gap: 3rem;
  margin-top: 4.4rem;
}
.p-product-case__item {
  background: #FFF;
  border: 0.1rem solid #D8D8D8;
  padding-block: 3rem 4.4rem;
  padding-inline: 6rem;
}
.p-product-case__item-title {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.p-product-case__item-title span {
  font-size: 2.8rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-left: 1rem;
  position: relative;
  top: 0.1rem;
}
.p-product-case__item-box {
  border-bottom: 1px solid #D8D8D8;
  display: flex;
  gap: 6rem;
  margin-top: 2.7rem;
  padding-bottom: 3.2rem;
}
.p-product-case__img {
  width: 40rem;
}
.p-product-case__text-box {
  display: flex;
  flex: 1;
  flex-flow: column;
  gap: 1rem;
}
.p-product-case__text-dl {
  display: flex;
  height: 3rem;
}
.p-product-case__text-dt {
  align-items: center;
  background: #909090;
  color: #fff;
  display: flex;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.6;
  padding-bottom: 0.2rem;
  padding-left: 1rem;
  width: 10rem;
}
.p-product-case__text-dd {
  background: #F5F5F5;
  flex: 1;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.6;
  padding-left: 2rem;
  width: 100%;
}
.p-product-case__item-bottom {
  padding-top: 2rem;
}
.p-product-case__item-note {
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.6;
  padding-left: 3rem;
  position: relative;
}
.p-product-case__item-note::before {
  background: #292929;
  content: "";
  display: inline-block;
  height: 0.1rem;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
}
.p-product-case__item-text {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-top: 0.5rem;
}

.p-product-examples {
  padding-bottom: 9rem;
}
.p-product-examples__inner {
  padding-top: 8rem;
}
.p-product-examples__head {
  align-items: end;
  display: flex;
  justify-content: space-between;
}
.p-product-examples__title.c-title {
  align-items: baseline;
  display: flex;
  flex-flow: column;
  text-align: left;
}
.p-top-column__inner > .p-product-examples__title.c-title {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  }
.p-product-examples__catch-wrap {
  display: flex;
  gap: 8.3rem;
  margin-top: 5rem;
}
.p-product-examples__catch {
  position: relative;
  z-index: 50;
}
.p-top-column__inner > .p-product-examples__catch {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  }
.p-top-column__inner > .p-product-examples__link-wrap {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  }
.p-product-examples__body {
  box-sizing: border-box;
  margin-top: 4.2rem;
  overflow: hidden;
  width: calc(100% + (103.4vw - 100%) / 2);
}
.p-top-column__inner > .p-product-examples__body {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  }
.p-product-examples__body .p-product-examples__body-inner .swiper .swiper-slide {
  width: 320px;
}
.p-product-examples__text-wrap {
  display: inline-flex;
  font-size: 1.8rem;
  font-weight: 400;
  gap: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-top: 2rem;
  position: relative;
}
@media screen and (max-width: 767px){
  .p-product-examples__text-wrap {
    font-size: 1.4rem;
  }
}
.p-product-examples__industry {
  position: relative;
}
.p-product-examples__text {
  border-top: 1px solid #909090;
  font-size: 1.6rem;
  margin-top: 0.8rem;
  padding-top: 1rem;
}
.p-product-examples__item-arrow svg {
  display: block;
  transition: 0.3s;
}
.p-product-examples .icon-link,
.p-product-examples .icon-line,
.p-product-examples .icon-arrow {
  transition: 0.3s;
}
.p-product-examples__img-box {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.p-product-examples__img {
  transition: 0.3s;
}
.p-product-examples .swiper-button__arrows {
  display: flex;
  gap: 3rem;
  justify-content: end;
  margin-top: 9.5rem;
}

.p-product-examples__slide {
  width: 320px;
}
.p-product-examples__slide img {
  aspect-ratio: 320/190;
  display: block;
  height: auto;
  width: 100%;
}
.p-product-flow {
  background-color: #f5f5f5;
  padding-block: 8rem 10rem;
}
.p-product-flow__inner {
  background: #fff;
  padding-block: 8rem 8.6rem;
  padding-inline: 10rem;
}
.p-product-flow__items {
  margin-top: 5rem;
}
.p-product-flow__item {
  align-items: center;
  border-top: 1px solid #D8D8D8;
  display: flex;
  gap: 5.6rem;
  padding-block: 3.6rem 3.5rem;
  padding-right: 4rem;
}
.p-product-flow__item:nth-of-type(4) {
  border-bottom: 1px solid #D8D8D8;
}
.p-product-flow__num-wrap {
  display: flex;
  flex-flow: column;
}
.p-product-flow__step {
  color: #909090;
  font-family: "Instrument Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  line-height: 1.6;
  text-align: center;
}
.p-product-flow__num {
  color: #909090;
  font-family: "Instrument Sans", sans-serif;
  font-size: 3.2rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
}
.p-product-flow__text-box {
  padding-left: 0.5rem;
}
.p-product-flow__img {
  aspect-ratio: 1/1;
  height: auto;
  width: 12rem;
}
.p-product-flow__title {
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.3rem;
  line-height: 1.6;
}
.p-product-flow__subtitle {
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.2rem;
  line-height: 1.6;
  margin-top: 1.8rem;
}
.p-product-flow__text {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-top: 0.9rem;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.p-page {
  margin-top: 8rem;
}

.p-page-mv {
  border-bottom: 1px solid #d8d8d8;
  padding-block: 7rem 6rem;
}

.p-page-mv__head {
  position: relative;
}

.page-title {
  align-items: center;
  display: flex;
  gap: 4rem;
}
.page-title h1.ja {
  font-size: 4.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
}
.page-title p.en {
  color: #909090;
  font-family: "Instrument Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.1em;
}

.p-page-mv-bottom {
  padding-block: 1rem 4rem;
}

nav.breadcrumb ul {
  display: flex;
  gap: 1rem;
  justify-content: end;
}
nav.breadcrumb li {
  align-items: center;
  color: #292929;
  display: flex;
  font-size: 1.2rem;
  font-weight: 400;
  gap: 1rem;
  letter-spacing: 0.06em;
  line-height: 1.7;
}
nav.breadcrumb li a {
  color: #909090;
}

.p-page-mv__text {
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-top: 5rem;
}

.p-service-about {
  padding-block: 4.2rem 15rem;
}
.p-service-about__contents {
  display: flex;
  flex-flow: column;
  gap: 10rem;
}
.p-service-about__content-head-text {
  border-bottom: 1px solid #D8D8D8;
  color: #4E4E4E;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.6;
  padding-bottom: 0.5rem;
  position: relative;
  transition: 0.3s ease;
  transition: font-variation-settings 0.3s ease;
}
.p-service-about__content-head-text::after {
  background: linear-gradient(to right, rgb(144, 144, 144) 0px, rgb(144, 144, 144) 100%) left bottom/100% 1px no-repeat;
  bottom: -0.1rem;
  content: "";
  display: block;
  left: 0px;
  position: absolute;
  top: 0px;
  transform: scaleX(0);
  transform-origin: right top;
  transition: transform 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  width: 100%;
  z-index: 0;
}
.p-top-column__inner > .p-service-about__content-head-text {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  }
.p-service-about__content-catch {
  display: flex;
  gap: 13.5rem;
  margin-top: 3rem;
}
.p-service-about__content-text-box {
  margin-top: 0.4rem;
}
.p-service-about__content-num {
  font-family: "Instrument Sans", sans-serif;
  font-size: 4rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.p-top-column__inner > .p-service-about__content-num {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  }
.p-service-about__content-title {
  border-bottom: 1px solid #d8d8d8;
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6;
  padding-bottom: 0.8rem;
}
.p-top-column__inner > .p-service-about__content-title {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  }
.p-service-about__content-text {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-top: 1.5rem;
}
.p-service-about__link-wrap {
  display: flex;
  justify-content: end;
  margin-left: auto;
  margin-top: 2.1rem;
  width: -moz-fit-content;
  width: fit-content;
}
.p-service-about__content-img {
  height: auto;
  max-width: 100%;
  overflow: hidden;
  transition: 0.3s;
}
.p-service-about__content-img-wrap {
  margin-left: 17.3%;
  margin-top: 3rem;
  overflow: hidden;
  width: -moz-fit-content;
  width: fit-content;
}
.p-service-about__content-img-wrap {
  overflow: hidden;
  position: relative;
}
.p-service-about__content-img-wrap::before {
  animation: img-wrap 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #fff;
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

@keyframes img-wrap {
  100% {
    transform: translateX(100%);
  }
}
.p-service-about__content-img {
  transform: scale(1);
  transition: transform 0.3s ease;
}

.p-service-about__content.is-hovering .p-service-about__content-img {
  transform: scale(1.2);
}

.p-service-about__content-head-text.is-animate::after {
  transform: scaleX(1);
  transform-origin: left top;
}

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

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

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

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

.p-archive__main {
  flex: 1;
}

.p-archive__sidebar {
  width: 25rem;
}

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

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

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

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

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

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

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

.p-single__main {
  width: 100%;
}

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

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

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

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

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

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

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

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

.p-archive__list-thumbnail {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

li.l-sidebar__box-list-item a {
  transition: 0.3s;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-single__date {
  font-size: 18px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* -------------------------------------------*/
/* -------------------------------------------*/
.p-special-mv__img {
  animation: imgAuto 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1s forwards;
  height: auto;
  max-width: 100%;
  opacity: 0;
  overflow: hidden;
  transform: scale(1.06);
  vertical-align: bottom;
  will-change: transform;
}

.p-special-mv__img-wrap {
  margin-inline: 3rem;
  overflow: hidden;
}

@keyframes imgAuto {
  0% {
    opacity: 0;
    transform: scale(1.06);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/* 初期状態 */
.page-title .ja {
  animation: fadeUp 0.2s ease-out forwards;
  animation-delay: 0.2s;
  opacity: 0;
  transform: translateY(30px);
}

.page-title .en {
  animation: fadeRight 0.2s ease-out forwards;
  animation-delay: 0.6s;
  margin-top: 0.7rem;
  opacity: 0;
  transform: translateX(30px);
}

/* 下からふわっと */
@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 右からふわっと */
@keyframes fadeRight {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.p-special-mv-bottom {
  padding-block: 1rem 2rem;
}

.p-special-point {
  background: #F5F5F5;
  margin-top: 3rem;
  padding-block: 8rem 7rem;
}
.p-special-point__contents {
  display: flex;
  flex-flow: column;
  gap: 3rem;
  margin-top: 5rem;
}
.p-special-point__content {
  background: #fff;
  display: flex;
  padding-inline: 0.5rem 4rem;
}
.p-special-point__num {
  align-items: center;
  border-right: 1px solid #d8d8d8;
  display: flex;
  flex-direction: column;
  font-family: "Instrument Sans", sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  justify-content: center;
  letter-spacing: 0.1em;
  line-height: 1.6;
  padding: 1rem 2.8rem;
  text-align: center;
  width: 4.8rem;
}
.p-special-point__text {
  margin-top: 2.3rem;
}
.p-special-point__text-wrap {
  align-items: flex-start;
  display: flex;
  min-height: 29.2rem;
  padding-top: 4rem;
}
.p-special-point__text-box {
  flex: 1;
  padding-block: 0rem 5rem;
  padding-inline: 5rem 3.5rem;
}
.p-special-point__title {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  white-space: nowrap;
}
.p-special-point__img-box {
  align-items: center;
  display: flex;
  padding-left: 2.4rem;
}
.p-special-point__img {
  aspect-ratio: 380/200;
  width: 38rem;
}

.p-special-qualified {
  padding-block: 8rem 1rem;
}
.p-special-qualified__inner {
  background: #f7f7f7;
  margin-top: 6rem !important;
  padding: 4.8rem 0rem 3.9rem !important;
}
.p-special-qualified .scroll__inner {
  background: #f7f7f7;
}

.qualified-table.--cad {
  margin-top: 6rem;
}

/* CSS */
.qualified-table {
  margin-inline: auto;
  max-width: 70rem;
}

.qualified-table__title {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: center;
}

p.qualified-table__text {
  text-align: right;
}

.qualified-table table {
  background: #fff;
  border-collapse: collapse;
  margin-top: 1rem;
  width: 100%;
}

.qualified-table__scroll::-webkit-scrollbar {
  height: 8px;
}

.qualified-table__scroll::-webkit-scrollbar-thumb {
  background: #999;
  border: 1px solid #909090;
  border-radius: 10px;
  position: relative;
  top: 10rem;
  width: 80%;
}

.qualified-table__scroll::-webkit-scrollbar-track {
  background: #f0f0f0;
}

tbody {
  position: relative;
}

.qualified-table th {
  border-right: 1px solid #fff;
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
  padding: 1rem 1.5rem;
  text-align: left;
}

.qualified-table th.--center {
  text-align: center;
}

.qualified-table th.--left {
  padding-left: 4rem;
}

.qualified-table td.left {
  padding-left: 4rem;
}

.qualified-table td {
  border: 1px solid #d8d8d8;
  padding: 1rem 1.5rem;
  text-align: left;
}

.qualified-table td:last-of-type {
  text-align: center;
}

.qualified-table th {
  background: #b1b1b1;
  color: #fff;
}

.qualified-table th:nth-of-type(5) {
  border-right: none;
  white-space: nowrap;
}

.qualified-table td {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.8px;
  line-height: 160%;
  vertical-align: middle;
  white-space: nowrap;
}

.qualified-table td.line {
  position: relative;
}

.qualified-table tbody tr:first-child td.line::after {
  background-color: #909090;
  content: "";
  display: inline-block;
  height: 1px;
  left: 1.5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 6rem;
}

.qualified-table td.line::before {
  background-color: #909090;
  content: "";
  display: inline-block;
  height: 1px;
  left: 1.5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 6rem;
}

.qualified-table tbody tr:first-child td {
  border-top: 1rem solid #f7f7f7;
  position: relative;
}

.qualified-table tbody tr:first-child td::before {
  background-color: #d8d8d8;
  content: "";
  display: inline-block;
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.qualified-table tbody tr:first-child td.line::before {
  top: 0.5px;
}

.qualified-table.--cad .td1 {
  width: 22rem;
}
.qualified-table.--cad .td2 {
  width: 34.8rem;
}
.qualified-table.--cad .td3 {
  width: 27rem;
}

.qualified-table.--industry th:first-child,
.qualified-table.--industry td:first-child {
  width: 23.9%;
}
.qualified-table.--industry th:nth-child(2),
.qualified-table.--industry td:nth-child(2) {
  width: 20.5%;
}
.qualified-table.--industry th:nth-child(3),
.qualified-table.--industry td:nth-child(3) {
  width: 19.7%;
}
.qualified-table.--industry th:nth-child(4),
.qualified-table.--industry td:nth-child(4) {
  width: 27.3%;
}
.qualified-table.--industry th:last-child,
.qualified-table.--industry td:last-child {
  width: 80px;
}

.qualified-table .td1 {
  width: 22rem;
}
.qualified-table .td2 {
  width: 20rem;
}
.qualified-table .td3 {
  width: 18rem;
}
.qualified-table td {
  width: 8rem;
}

.p-special-case {
  background: linear-gradient(#fff 34%, #f5f5f5 33%);
}
.p-special-case__inner {
  padding-top: 7rem;
}
.p-special-case__contents-title {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-top: 3rem;
}
.p-special-case__contents-text {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-top: 2.5rem;
}
.p-special-case__items {
  display: flex;
  flex-flow: column;
  gap: 3rem;
  margin-top: 4.4rem;
}
.p-special-case__item {
  background: #FFF;
  border: 0.1rem solid #D8D8D8;
  padding-block: 3rem 4.4rem;
  padding-inline: 6rem;
}
.p-special-case__item-title {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.p-special-case__item-title span {
  font-size: 2.8rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-left: 1rem;
  position: relative;
  top: 0.1rem;
}
.p-special-case__item-box {
  border-bottom: 1px solid #D8D8D8;
  display: flex;
  gap: 6rem;
  margin-top: 2.7rem;
  padding-bottom: 3.2rem;
}
.p-special-case__img {
  width: 40rem;
}
.p-special-case__text-box {
  display: flex;
  flex: 1;
  flex-flow: column;
  gap: 1rem;
}
.p-special-case__text-dl {
  display: flex;
  height: 3rem;
}
.p-special-case__text-dt {
  align-items: center;
  background: #909090;
  color: #fff;
  display: flex;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.6;
  padding-bottom: 0.2rem;
  padding-left: 1rem;
  width: 10rem;
}
.p-special-case__text-dd {
  background: #F5F5F5;
  flex: 1;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.6;
  padding-left: 2rem;
  width: 100%;
}
.p-special-case__item-bottom {
  padding-top: 2rem;
}
.p-special-case__item-note {
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.6;
  padding-left: 3rem;
  position: relative;
}
.p-special-case__item-note::before {
  background: #292929;
  content: "";
  display: inline-block;
  height: 0.1rem;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
}
.p-special-case__item-text {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-top: 0.5rem;
}

.p-special-examples {
  padding-bottom: 13.5rem;
}
.p-special-examples__inner {
  padding-top: 8rem;
}
.p-special-examples__head {
  align-items: end;
  display: flex;
  justify-content: space-between;
}
.p-special-examples__title.c-title {
  align-items: baseline;
  display: flex;
  flex-flow: column;
  text-align: left;
}
.p-top-column__inner > .p-special-examples__title.c-title {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  }
.p-special-examples__catch-wrap {
  display: flex;
  gap: 8.3rem;
  margin-top: 5rem;
}
.p-special-examples__catch {
  position: relative;
  z-index: 50;
}
.p-top-column__inner > .p-special-examples__catch {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  }
.p-top-column__inner > .p-special-examples__link-wrap {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  }
.p-special-examples__body {
  box-sizing: border-box;
  margin-top: 4.2rem;
  overflow: hidden;
  width: calc(100% + (103.4vw - 100%) / 2);
}
.p-top-column__inner > .p-special-examples__body {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  }
.p-special-examples__body .p-special-examples__body-inner .swiper .swiper-slide {
  width: 320px;
}
.p-special-examples__text-wrap {
  display: inline-flex;
  font-size: 1.8rem;
  font-weight: 400;
  gap: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-top: 2rem;
  position: relative;
}
@media screen and (max-width: 767px){
  .p-special-examples__text-wrap {
    font-size: 1.4rem;
  }
}
.p-special-examples__industry {
  position: relative;
}
.p-special-examples__text {
  border-top: 1px solid #909090;
  font-size: 1.6rem;
  margin-top: 0.8rem;
  padding-top: 1rem;
}
.p-special-examples__item-arrow svg {
  display: block;
  transition: 0.3s;
}
.p-special-examples .icon-link,
.p-special-examples .icon-line,
.p-special-examples .icon-arrow {
  transition: 0.3s;
}
.p-special-examples__img-box {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.p-special-examples__img {
  transition: 0.3s;
}
.p-special-examples .swiper-button__arrows {
  display: flex;
  gap: 3rem;
  justify-content: end;
  margin-top: 9.5rem;
}

.p-special-examples__slide {
  width: 320px;
}
.p-special-examples__slide img {
  aspect-ratio: 320/190;
  display: block;
  height: auto;
  width: 100%;
}
.swiper {
  overflow: unset;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  position: relative;
  transform: translate3d(0px, 0, 0);
  width: calc(100% + (103.4vw - 100%) / 2);
}

.swiper-button-prev,
.swiper-button-next {
  align-items: center;
  display: flex;
  height: 31px;
  justify-content: center;
  position: unset !important;
  top: 50%;
  transform: translateY(-50%);
  width: 47px;
  z-index: 10;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

.swiper-button__arrows {
  display: flex;
  justify-content: center;
  margin-top: 6rem;
}

.swiper-button__arrows {
  display: flex;
  gap: 3rem;
  justify-content: end;
  margin-top: 7.5rem;
}
.swiper-button__arrows .swiper-button-prev,
.swiper-button__arrows .swiper-button-next {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 40px;
  justify-content: center;
  width: 60px;
}
.swiper-button__arrows .swiper-button-prev::after,
.swiper-button__arrows .swiper-button-next::after {
  display: none;
}
.swiper-button__arrows .swiper-button-prev svg,
.swiper-button__arrows .swiper-button-next svg {
  display: block;
  height: auto;
  transition: 0.3s;
  width: 100%;
}
.swiper-button__arrows .swiper-button-prev svg rect,
.swiper-button__arrows .swiper-button-next svg rect {
  transition: 0.3s;
}
.swiper-button__arrows .swiper-button-prev svg path,
.swiper-button__arrows .swiper-button-next svg path {
  transition: 0.3s;
}

.p-special-flow {
  background-color: #f5f5f5;
  padding-block: 8rem 10rem;
}
.p-special-flow__inner {
  background: #fff;
  padding-block: 8rem 8.6rem;
  padding-inline: 10rem;
}
.p-special-flow__items {
  margin-top: 5rem;
}
.p-special-flow__item {
  align-items: center;
  border-top: 1px solid #D8D8D8;
  display: flex;
  gap: 5.6rem;
  padding-block: 3.6rem 3.5rem;
  padding-right: 4rem;
}
.p-special-flow__item:nth-of-type(4) {
  border-bottom: 1px solid #D8D8D8;
}
.p-special-flow__num-wrap {
  display: flex;
  flex-flow: column;
}
.p-special-flow__step {
  color: #909090;
  font-family: "Instrument Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  line-height: 1.6;
  text-align: center;
}
.p-special-flow__num {
  color: #909090;
  font-family: "Instrument Sans", sans-serif;
  font-size: 3.2rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
}
.p-special-flow__text-box {
  padding-left: 0.5rem;
}
.p-special-flow__img {
  aspect-ratio: 1/1;
  height: auto;
  width: 12rem;
}
.p-special-flow__title {
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.3rem;
  line-height: 1.6;
}
.p-special-flow__subtitle {
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.2rem;
  line-height: 1.6;
  margin-top: 1.8rem;
}
.p-special-flow__text {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-top: 0.9rem;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.p-top-fv {
  height: 68.8rem;
  margin-top: 8rem;
  /* アニメーション発火：親に .animate が付いたら表示 */
}
.p-top-fv__wrapper {
  height: 688px;
  left: 50%;
  margin: 0 auto;
  max-width: 104rem;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1000px;
  width: 100%;
  z-index: 110;
}
.p-top-fv__wrap {
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 110;
}
.p-top-fv__head {
  left: calc(50% - 22rem);
  left: 0;
  position: absolute;
  top: calc(50% + 10.6rem);
  transform: translateY(-50%);
  z-index: 110;
}
.p-top-fv .c-head__ttl {
  color: #fff;
  font-size: 4.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
}
.p-top-fv .c-head__catch {
  color: #F5F5F5;
  font-family: "Instrument Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-top: 2.4rem;
  padding-left: 0.9rem;
}
.p-top-fv .swiper-slide picture,
.p-top-fv .swiper-slide img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  animation: zoom-in 20s linear 0s 1 normal both;
  object-fit: cover;
}
.p-top-fv .swiper-horizontal {
  height: 100%;
}
.p-top-fv .swiper-slide {
  opacity: 0;
  transition: opacity 1.8s ease;
}
.p-top-fv .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.p-top-fv .p-top-kv .swiper-slide-active .swiper-slide__img,
.p-top-fv .p-top-kv .swiper-slide-duplicate-active .swiper-slide__img,
.p-top-fv .p-top-kv .swiper-slide-prev .swiper-slide__img {
  animation: zoom-in 20s linear 0s 1 normal both;
}
@keyframes zoom-in {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.p-top-fv .c-head__ttl,
.p-top-fv .c-head__catch {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.p-top-fv .p-top-fv__head.animate .c-head__ttl,
.p-top-fv .p-top-fv__head.animate .c-head__catch {
  opacity: 1;
  transform: translateY(0);
}
.p-top-fv__scroll {
  bottom: 15.3rem;
  position: absolute;
  right: 16rem;
  z-index: 10;
}

.p-top-about {
  padding-block: 12rem;
}
.p-top-about__inner {
  display: flex;
  gap: 14rem;
}
.p-top-about__text-box {
  flex: 1;
}
.p-top-about__title h2.title {
  font-size: 3.2rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.p-top-about__title p.text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 4.5rem;
}
.p-top-about__img {
  height: auto;
  width: 40rem;
}
.p-top-about__link-wrap {
  margin-top: 5.5rem;
}
.p-top-about .p-top-about__youtube {
  margin-inline: auto;
  margin-top: 13rem;
  max-width: 108rem;
}
.p-top-about iframe {
  display: flex;
  height: 100%;
  margin-inline: auto;
  padding-inline: 2rem;
  width: 100%;
}

.p-top-reason {
  background: linear-gradient(to bottom, #f5f5f5 50.4%, #ffffff 49%);
  padding-block: 10rem;
}
.p-top-reason__items {
  display: grid;
  gap: 5.2rem;
  grid-template-columns: repeat(3, 1fr);
}
.p-top-reason__items {
  margin-top: 5rem;
}
.p-top-reason__item-num {
  color: #909090;
  font-family: "Instrument Sans", sans-serif;
  font-size: 2.8rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.6;
  line-height: 1.1;
  text-align: center;
}
.p-top-reason__img {
  position: relative;
}
.p-top-reason__img::before {
  background: rgba(0, 0, 0, 0.3);
  content: "";
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.p-top-reason__img-wrap {
  margin-top: 1.5rem;
  position: relative;
}
.p-top-reason__img-catch {
  color: #fff;
  left: 50%;
  position: absolute;
  text-align: center;
  top: calc(50% - 0.4rem);
  transform: translate(-50%, -50%);
}
.p-top-reason__img-catch p.small {
  color: #FCFCFC;
  font-family: "Instrument Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
}
.p-top-reason__img-catch p.small.--second {
  position: relative;
  top: 1.2rem;
}
.p-top-reason__img-catch p.big {
  color: #FFF;
  font-size: 4.6rem;
  font-weight: 400;
  line-height: 1.1;
  text-align: center;
}
.p-top-reason__item-title {
  border-bottom: 1px solid #d8d8d8;
  color: #292929;
  font-size: 2.6rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-top: 1.8rem;
  padding-bottom: 1.4rem;
  text-align: center;
}
.p-top-reason__item-title span.medium {
  font-size: 3rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.6;
  padding-inline: 1rem;
}
.p-top-reason__item-text {
  font-size: 1.6rem;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.8px;
  line-height: 1.6;
  margin-top: 1.4rem;
}

.p-top-solution {
  background: #F5F5F5;
  padding-block: 10rem 10rem;
}
.p-top-solution__body {
  margin-top: 6.3rem;
}
.p-top-solution__items {
  display: grid;
  gap: 4rem;
  grid-template-columns: repeat(4, 1fr);
}
.p-top-solution__item {
  min-height: 35.1rem;
}
.p-top-solution__item-link {
  display: flex;
  flex-flow: column;
  height: 100%;
}
.p-top-solution__item-arrow {
  display: flex;
  justify-content: end;
  margin-top: auto;
}
.p-top-solution__item-title {
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-top: 2rem;
  text-align: center;
}
.p-top-solution__item-text {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-top: 1.4rem;
}
.p-top-solution__item-arrow svg {
  display: block;
  transition: 0.3s;
}
.p-top-solution .icon-link,
.p-top-solution .icon-line,
.p-top-solution .icon-arrow {
  transition: 0.3s;
}
.p-top-solution .p-top-solution__img {
  overflow: hidden;
}
.p-top-solution .p-top-solution__img img {
  transition: 0.3s;
}
.p-top-solution__link-wrap {
  display: flex;
  justify-self: center;
}

.p-top-solution__item-link {
  transition: opacity 0.3s;
}
.is-hovering .p-top-solution__item-link {
  opacity: 0.4;
}
.is-hovering .p-top-solution__item-link:hover {
  opacity: 1;
}

.p-top-solution__link-wrap.c-btn-wrap {
  display: flex;
  justify-content: center;
  margin-inline: auto;
  margin-top: 5rem;
  width: 22rem;
}

a.p-top-solution__link.c-btn.--next {
  padding-left: 6.4rem;
}

.p-top-cases {
  padding-block: 10rem 8rem;
}
.p-top-cases__title.c-title {
  align-items: baseline;
  display: flex;
  flex-flow: column;
  text-align: left;
}
.p-top-column__inner > .p-top-cases__title.c-title {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  }
.p-top-cases__catch-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 5rem;
}
.p-top-cases__catch {
  position: relative;
  width: 65.5%;
  z-index: 50;
}
.p-top-column__inner > .p-top-cases__catch {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  }
.p-top-cases__body {
  box-sizing: border-box;
  margin-top: 4rem;
  overflow: hidden;
  width: calc(100% + (103.4vw - 100%) / 2);
}
.p-top-column__inner > .p-top-cases__body {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  }
.p-top-cases__body .p-top-reason__inner .p-top-cases__slider .p-top-cases__slide {
  width: 320px;
}
.p-top-cases__tag {
  align-items: center;
  align-items: center;
  background: #909090;
  color: #FFF;
  display: inline-flex;
  display: none;
  font-size: 1.4rem;
  height: 2.2rem;
  justify-content: center;
  line-height: 1.6;
  line-height: 1;
  margin-top: 1.8rem;
  padding-inline: 1rem;
}
.p-top-cases__category {
  border-bottom: 1px solid #d8d8d8;
  font-size: 1.4rem;
  letter-spacing: 0.7px;
  line-height: 1.6;
  margin-top: 1rem;
  padding-bottom: 0.5rem;
}
.p-top-cases__text {
  display: -webkit-box;
  font-size: 1.6rem;
  margin-top: 0.8rem;
  /* FlexboxではなくWebkit Boxを使用 */
  -webkit-box-orient: vertical;
  /* 縦方向に並べる */
  -webkit-line-clamp: 2;
  /* 表示する行数を指定（ここでは2行） */
  overflow: hidden;
}
.p-top-cases .swiper {
  overflow: unset;
}
.p-top-cases .swiper-android .swiper-slide,
.p-top-cases .swiper-ios .swiper-slide,
.p-top-cases .swiper-wrapper {
  position: relative;
  transform: translate3d(0px, 0, 0);
  width: calc(100% + (103.4vw - 100%) / 2);
}
.p-top-cases .swiper-button-prev,
.p-top-cases .swiper-button-next {
  align-items: center;
  display: flex;
  height: 31px;
  justify-content: center;
  position: unset !important;
  top: 50%;
  transform: translateY(-50%);
  width: 47px;
  z-index: 10;
}
.p-top-cases .swiper-button-prev::after,
.p-top-cases .swiper-button-next::after {
  display: none;
}
.p-top-cases .swiper-button__arrows {
  display: flex;
  justify-content: center;
  margin-top: 6rem;
}
.p-top-cases .swiper-button__arrows {
  display: flex;
  gap: 3rem;
  justify-content: end;
  margin-top: 7.5rem;
}
.p-top-cases .swiper-button__arrows .swiper-button-prev,
.p-top-cases .swiper-button__arrows .swiper-button-next {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 40px;
  justify-content: center;
  width: 60px;
}
.p-top-cases .swiper-button__arrows .swiper-button-prev::after,
.p-top-cases .swiper-button__arrows .swiper-button-next::after {
  display: none;
}
.p-top-cases .swiper-button__arrows .swiper-button-prev svg,
.p-top-cases .swiper-button__arrows .swiper-button-next svg {
  display: block;
  height: auto;
  transition: 0.3s;
  width: 100%;
}
.p-top-cases .swiper-button__arrows .swiper-button-prev svg rect,
.p-top-cases .swiper-button__arrows .swiper-button-next svg rect {
  transition: 0.3s;
}
.p-top-cases .swiper-button__arrows .swiper-button-prev svg path,
.p-top-cases .swiper-button__arrows .swiper-button-next svg path {
  transition: 0.3s;
}
.p-top-cases__item-arrow svg {
  display: block;
  transition: 0.3s;
}
.p-top-cases .icon-link,
.p-top-cases .icon-line,
.p-top-cases .icon-arrow {
  transition: 0.3s;
}
.p-top-cases .p-top-solution__img {
  overflow: hidden;
}
.p-top-cases .p-top-solution__img img {
  transition: 0.3s;
}
.p-top-cases__img-box {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.p-top-cases .p-top-cases__img {
  transition: 0.3s;
}

.p-top-cases__slide {
  width: 320px;
}
.p-top-cases__slide img {
  aspect-ratio: 320/190;
  display: block;
  height: auto;
  width: 100%;
}
.logo-slider {
  overflow: hidden;
  padding: 3.7rem 0 2.3rem;
  width: 100%;
}
.logo-slider .logo-track {
  animation: scroll-right 10s linear infinite;
  display: flex;
  gap: 40px;
}
.logo-slider .logo-track img {
  height: auto;
  transition: 0.3s;
  width: 18rem;
}
.logo-slider .logo-track img:hover {
  filter: none;
  opacity: 1;
}
@keyframes scroll-right {
  0% {
    transform: translateX(-30%);
  }
  100% {
    transform: translateX(0%);
  }
}

p.logo-slider__text.u-con--md {
  font-size: 1.4rem;
  margin: 0 auto;
  max-width: 106rem;
  width: 100%;
}

.p-top-column {
  background: #F5F5F5;
  padding-block: 10rem 9.6rem;
}
.p-top-column__inner {
  display: grid;
  grid-template-areas: "item1" "item2" "item3";
}
.p-top-column__title.c-title {
  grid-area: item1;
}
.p-top-column__inner > .p-top-column__title.c-title {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.p-top-column__head.c-head {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.p-top-column__item-img {
  overflow: hidden;
}
.p-top-column .p-top-column__item-img img {
  aspect-ratio: 230/140;
  transition: 0.3s;
}
.p-top-column__items {
  display: flex;
  display: grid;
  gap: 4rem;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 5rem;
}
.p-top-column__inner > .p-top-column__item {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  }
.p-top-column__item time.day {
  border-bottom: 1px solid #d8d8d8;
  color: #909090;
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  margin-top: 1.6rem;
  padding-bottom: 0.7rem;
}
.p-top-column__item time.day span {
  font-family: "Instrument Sans", sans-serif;
}
.p-top-column__item p.text {
  font-size: 1.6rem;
  margin-top: 1.2rem;
}
.p-top-column__item-link {
  transition: 0.3s;
}
.is-hovering .p-top-column__item-link {
  opacity: 0.4;
}
.is-hovering .p-top-column__item-link:hover {
  opacity: 1;
}
.p-top-column__link-wrap.c-btn-wrap.--gray {
  margin-top: 3rem;
}
.p-top-column__inner > .p-top-column__link-wrap.c-btn-wrap.--gray {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  }

.p-top-news {
  padding-block: 10rem 12rem;
}
.p-top-news .c-title p.en {
  text-align: left;
}
.p-top-news .c-title h2.ja {
  text-align: left;
}
.p-top-news__body {
  margin-top: 6rem;
}
.p-top-news__item {
  border-bottom: 1px solid #d8d8d8;
}
.p-top-news__item-link {
  display: block;
  padding-bottom: 1.7rem;
}
.p-top-news svg {
  position: relative;
  top: 2.5rem;
}
.p-top-news__text-box time.day {
  color: #909090;
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  margin-top: 1.5rem;
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}
.p-top-news__text-box time.day span {
  font-family: "Instrument Sans", sans-serif;
}
.p-top-news__text-box p.text {
  font-size: 1.6rem;
  margin-top: 0.6rem;
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}
.p-top-news article {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.p-top-news_link-wrap.c-btn-wrap {
  margin-left: auto;
  width: -moz-fit-content;
  width: fit-content;
}

.p-top-news_link-wrap.c-btn-wrap {
  margin-top: 6rem;
}

/* デフォルトのアンダーライン非表示状態 */
.p-top-news__item-link::after {
  background: linear-gradient(to right, #909090 0, #909090 100%) left bottom/100% 1px no-repeat;
  bottom: -0.1rem;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  transform: scaleX(0);
  transform-origin: right top;
  transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  width: 100%;
  z-index: 0;
}

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

.p-top-news__item-link {
  display: block;
  padding-inline: 0 3rem;
  position: relative;
  z-index: 1;
}

.p-top-contact {
  background-image: url(../images/contact_bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  margin-top: -22rem;
  padding-block: 19.4rem 9rem;
  padding-inline: 2rem;
  position: relative;
  width: 100%;
}
.p-top-contact__form {
  background: #fff;
  border-radius: 1rem;
  margin: 6rem auto 0;
  max-width: 96rem;
  padding-block: 5rem;
  padding-inline: 6.1rem;
}
.p-top-contact__form-item {
  align-items: center;
  display: flex;
  gap: 11.5rem;
}
.p-top-contact__form-item:nth-of-type(5) {
  align-items: flex-start;
}
.p-top-contact__form-item:nth-of-type(5) dt.p-top-contact__form-dt {
  letter-spacing: 0.16em;
  padding-top: 1.5rem;
}
.p-top-contact__form-dt {
  align-items: center;
  display: flex;
  font-size: 1.8rem;
  gap: 1.5rem;
  width: 32.6rem;
}
.p-top-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-top-contact__form-dd {
  background: #FBFBFB;
  border: 0.1rem solid #BCBCBC;
  border-radius: 0.5rem;
  font-size: 1.6rem;
  width: 100%;
}
.p-top-contact__form-list {
  display: flex;
  flex-flow: column;
  gap: 2.3rem;
}
.p-top-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-top-contact__privacy-check {
  margin: 1.6rem auto 0;
}
.p-top-contact__button {
  background: #ED7700;
  border: 1px solid #ED7700;
  border-radius: 20rem;
  color: #fff;
  cursor: pointer;
  font-size: 1.8rem;
  height: 6.4rem;
  letter-spacing: 0.72px;
  line-height: 1.4;
  position: relative;
  transition: 0.3s;
  width: 100%;
}
.p-top-contact__button-wrap {
  margin: 1.4rem auto 0;
  max-width: 31.2rem;
  position: relative;
  width: 100%;
}
.p-top-contact__button-wrap .wpcf7-submit:disabled + .wpcf7-spinner + .p-top-contact__button-wrap:hover::before {
  right: 3.4rem;
}
.p-top-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;
}

span.wpcf7-list-item-label span {
  border-bottom: 1px solid #0F8ADE;
  color: #0F8ADE;
  font-family: "Noto Sans JP";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 160%;
  padding-bottom: 0.3rem;
}

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

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

.p-top-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-top-contact__privacy {
  margin-top: 5rem;
}

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

.p-top-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%);
}

.p-contact {
  position: relative;
}

span.wpcf7-form-control-wrap {
  display: block;
  padding-left: 3rem;
  width: 100%;
}

.fade-up {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-up.is-animated {
  opacity: 1;
  transform: translateY(0);
}

.title span {
  color: #909090;
  display: inline-block;
  opacity: 0;
  transform: translateY(110%);
  /* 初期色 */
  transition: transform 0.5s cubic-bezier(0.55, 0, 0.52, 0.99), opacity 0.5s cubic-bezier(0.55, 0, 0.52, 0.99), color 1.5s ease 1s;
  /* ← 色の変化を遅く・長く */
}

.title.is-animate span {
  color: #292929;
  opacity: 1;
  transform: translateY(0);
}

p.en span {
  display: inline-block;
  opacity: 0;
  transform: translateY(110%);
  transition: transform 0.5s cubic-bezier(0.55, 0, 0.52, 0.99), opacity 0.5s cubic-bezier(0.55, 0, 0.52, 0.99);
}

p.en.is-animate span {
  opacity: 1;
  transform: translateY(0);
}

.p-top-reason__title .ja,
.p-top-reason__item {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease;
}

.p-top-reason__title .ja.is-animated,
.p-top-reason__item.is-animated {
  opacity: 1;
  transform: translateY(0);
}

.fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease;
}

.is-animated {
  opacity: 1;
  transform: translateY(0);
}

.p-top-solution__item {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.p-top-solution__item.is-animated {
  opacity: 1;
  transform: none;
}

.p-top-solution__item-svg {
  border: 1px solid #d8d8d8;
  height: 27px;
  margin-left: auto;
  margin-top: auto;
  position: relative;
  transition: 0.3s;
  width: 42px;
}

.p-top-solution__item-svg::after {
  aspect-ratio: 1/1;
  background-color: #292929;
  content: "";
  pointer-events: none;
  position: absolute;
  /* right: 2rem; */
  top: calc(50% + 0.2rem);
  transform: translateY(-50%);
  width: 1.7rem;
  z-index: 100;
  -webkit-mask-image: url(../images/common/other.png);
  mask-image: url(../images/common/other.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-size: contain;
  height: auto;
  left: 50%;
  mask-size: contain;
  transform: translate(-50%, -50%);
  transition: 0.7s;
  z-index: 10;
}

.p-top-column__inner.u-con--md.fade-up.is-animate {
  opacity: 1;
  transform: translateY(0);
}

/* スクロールダウンの位置 */
.scroll {
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  position: absolute;
  right: 0;
  top: calc(50% + 7.6rem);
  transform: translateY(-50%);
  writing-mode: vertical-rl;
}

/* 線のアニメーション部分 */
.scroll::before {
  animation: scroll 2s infinite;
  background-color: #fff;
  bottom: -93px;
  content: "";
  height: 80px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}

/* 線のアニメーション */
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
/* -------------------------------------------*/
/* -------------------------------------------*/
.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: 104rem;
  width: 100%;
}
.u-con--lg {
  margin: 0 auto;
  max-width: 90%;
}

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 767px){
  .p-top-solution__item-link:hover .p-top-solution__img img {
    scale: 1.3;
  }
  .p-top-solution__item-link:hover .p-top-solution__img {
    overflow: hidden;
  }
  .p-top-solution__item-link:hover .icon-link {
    fill: #292929;
  }
  .p-top-solution__item-link:hover .icon-line {
    stroke: #292929;
  }
  .p-top-solution__item-link:hover .icon-arrow {
    fill: #fff;
  }
  .p-top-solution__item-link:hover .p-top-solution__item-svg {
    background: #292929;
    border: 1px solid #292929;
  }
  .p-top-solution__item-link:hover .p-top-solution__item-svg::after {
    background-color: #fff;
  }
}

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

@media screen and (min-width: 769px){
  input.wpcf7-form-control.wpcf7-previous:hover,
  input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
    background: #292929;
    color: #fff;
  }
  .p-contact__thanks-button:hover {
    background: #292929;
    color: #fff;
  }
  .p-contact__privacy-link:hover {
    opacity: 0.7;
  }
  .swiper-button-prev:hover::before,
  .swiper-button-next:hover::before {
    background-color: #ED7700;
    right: 2rem;
  }
  .p-top-cases .swiper-button-prev:hover::before,
  .p-top-cases .swiper-button-next:hover::before {
    background-color: #ED7700;
    right: 2rem;
  }
  .p-top-contact__button:hover::before {
    background-color: #ED7700;
    right: 2rem;
  }
  .wpcf7-submit:disabled + .wpcf7-spinner + .p-top-contact__button-wrap:hover::before {
    background-color: unset;
    right: unset;
  }
}

@media screen and (min-width: 787px){
  .c-btn.--contact:hover::before {
    transform: translateX(100%);
  }
  .c-btn.--contact:hover {
    color: #292929;
  }
}

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

@media screen and (max-width: 1700px){
  .p-top-contact {
    padding-block: 19.4rem 9rem;
  }
}

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

@media screen and (max-width: 1300px){
  .l-header__logo-link {
    width: auto;
  }
}

@media screen and (max-width: 1200px){
  html {
    font-size: 56.5%;
  }
  .history__item::before {
    top: 1.2rem;
  }
  .machine-table th {
    border: 0.15rem solid #fff;
  }
  .qualified-table th {
    border: 0.15rem solid #fff;
  }
  .p-top-reason {
    background: linear-gradient(to bottom, #f5f5f5 48.35%, #ffffff 47%);
  }
}

@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;
  }
  textarea {
    height: 170px;
  }
  input[type=radio] + .mwform-radio-field-text {
    margin: 0;
    padding: 10px 5px 12px 23px;
  }
  input[type=radio] + .mwform-radio-field-text::before {
    height: 15px;
    width: 15px;
  }
  input[type=radio] + .mwform-radio-field-text::after {
    content: "";
    height: 9px;
    left: 3px;
    width: 9px;
  }
  .l-header__right {
    gap: 10px;
  }
  .l-header__trigger-line:nth-of-type(1) {
    top: 1.5rem;
  }
  .l-header__trigger-line:nth-of-type(2) {
    top: 2.1rem;
  }
  .l-header__trigger-line:nth-of-type(3) {
    top: 27px;
  }
  .l-navi__mail-sp-link {
    align-items: center;
    background-color: #CD5529;
    display: flex;
    height: 100%;
    justify-content: center;
    position: relative;
    top: 0rem;
    width: 100%;
  }
  .p-facility-main {
    padding-block: 10rem 5.7rem;
  }
  .p-facility-main__content-title {
    font-size: 16px;
  }
  .p-facility-main__content-title {
    font-size: 1.8rem;
    height: 4.6rem;
    line-height: 1.1;
  }
  .p-facility-main__dt {
    line-height: 1.5;
  }
  .case-search {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  [type=search] {
    padding-left: 0;
    width: 100%;
  }
  .p-top-fv__scroll {
    right: 5rem;
  }
  .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: 1000px){
  html {
    font-size: 50%;
  }
  .p-top-reason {
    background: linear-gradient(to bottom, #f5f5f5 50.3%, #ffffff 47%);
  }
  .u-con--md {
    margin: 0 auto;
    max-width: unset;
    padding-inline: 2rem;
    width: 100%;
  }
}

@media screen and (max-width: 971px){
  .p-top-reason {
    background: linear-gradient(to bottom, #f5f5f5 48.6%, #ffffff 47%);
  }
}

@media screen and (max-width: 900px){
  .l-header__trigger-line:nth-of-type(2).is-active {
    top: 19px;
  }
  .l-navi__menu-item {
    margin-left: 0.5rem;
  }
  .l-navi__menu-link {
    font-size: 1.4rem;
  }
  .l-navi__menu-item.--contact {
    margin-left: 1.3rem;
  }
  .p-oem-point__content {
    padding-inline: 0.5rem 1rem;
  }
  .p-oem-point__text-box {
    padding-inline: 2rem 3.5rem;
  }
  .p-oem-point__title {
    font-size: 2.2rem;
  }
  .p-oem-point__img-box {
    padding-left: 0;
  }
  .p-product-point__content {
    padding-inline: 0.5rem 1rem;
  }
  .p-product-point__text-box {
    padding-inline: 2rem 3.5rem;
  }
  .p-product-point__title {
    font-size: 2.2rem;
  }
  .p-product-point__img-box {
    padding-left: 0;
  }
  .p-special-point__content {
    padding-inline: 0.5rem 1rem;
  }
  .p-special-point__text-box {
    padding-inline: 2rem 3.5rem;
  }
  .p-special-point__title {
    font-size: 2.2rem;
  }
  .p-special-point__img-box {
    padding-left: 0;
  }
  .p-top-reason {
    background: linear-gradient(to bottom, #f5f5f5 47.6%, #ffffff 46%);
  }
  .p-top-solution__items {
    grid-template-columns: repeat(2, 1fr);
  }
  .p-top-contact__form-item {
    gap: 5rem;
  }
  .u-sp3 {
    display: none !important;
  }
}

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

@media screen and (max-width: 868px){
  .wpcf7 form .wpcf7-response-output {
    bottom: 5rem;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 786px){
  label {
    font-size: 1.4rem;
  }
  textarea {
    font-size: 1.6rem;
    padding: 1.5rem 1rem;
  }
  input[type=checkbox] {
    top: calc(50% - 0.1rem);
  }
  .c-title-text {
    font-size: 3.2rem;
  }
  .c-title-text-second {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    line-height: 1.904;
    margin-top: 3rem;
  }
  .p-top-reservation__contents-tel-time {
    font-size: 1.6rem;
  }
  .c-title--small {
    font-size: 2rem;
  }
}

@media (max-width: 768px){
  .p-top-column__item:nth-child(n+2) {
    display: none;
  }
}

@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: 2px;
  }
  .l-cta {
    padding-block: 5rem;
  }
  .l-cta__inner {
    flex-flow: column;
    gap: 2.4rem;
    justify-content: unset;
  }
  .l-cta__title {
    text-align: center;
  }
  .l-cta__head p.en {
    margin-top: 0.4rem;
  }
  .l-cta__body {
    flex-flow: column;
    gap: 2rem;
  }
  .l-estimate {
    padding-block: 10rem 8rem;
  }
  .l-estimate__link {
    flex-flow: column;
    gap: 4.6rem;
    padding-block: 1.5rem 3rem;
    padding-inline: 3rem 3rem;
  }
  .l-estimate__head {
    border-bottom: 1px solid #fff;
    width: 100%;
  }
  .l-estimate__img {
    width: 100%;
  }
  .l-footer {
    padding: 51px 20px 40px;
  }
  .l-footer .l-footer__inner {
    align-items: center;
    flex-direction: column;
    gap: 3.3rem;
    text-align: center;
  }
  .l-footer .l-footer__logo-address .l-footer__info {
    margin-top: 2.4rem;
  }
  .l-footer .l-footer__nav {
    gap: 3rem;
    justify-content: center;
    -moz-column-gap: 5rem;
    column-gap: 5rem;
    display: grid;
    grid-template-areas: "item1 item2" "item3 item3";
    row-gap: 0rem;
  }
  .l-footer .l-footer__nav .l-footer__nav-list {
    text-align: left;
  }
  .l-footer .l-footer__copy {
    margin-top: 3rem;
    text-align: center;
  }
  .l-footer__nav-list.--flex {
    grid-area: item1;
    left: -1.9rem;
    top: 0.3rem;
  }
  .l-footer__nav-list.--two {
    grid-area: item2;
  }
  .l-footer__nav-list.--three {
    font-size: 1.4rem;
    grid-area: item3;
  }
  .l-footer .l-footer__nav .l-footer__nav-list.--three li.head {
    font-size: 1.4rem;
    text-align: center;
  }
  .l-footer .l-footer__nav .l-footer__nav-list.--three li {
    font-size: 1.4rem;
    text-align: center;
  }
  .l-header {
    padding-inline: 2rem;
  }
  .l-header__inner {
    gap: 0;
  }
  .l-header__logo-link {
    height: 32px;
    width: 16.8rem;
  }
  .l-header__logo-link img {
    width: 12rem;
  }
  .l-header__right {
    gap: 1rem;
  }
  .l-header__trigger-line:nth-of-type(1) {
    top: 1.3rem;
  }
  .l-header__trigger-line:nth-of-type(3) {
    top: 1.1rem;
  }
  .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-left: 0;
  }
  .l-navi__menu {
    align-items: unset;
    flex-direction: column;
    gap: 0rem;
    margin: 9.5rem auto 0;
    margin-top: 7.9rem;
    padding-inline: unset;
    width: 89%;
  }
  .l-navi__menu-item {
    margin-inline: auto;
    max-width: 40rem;
    width: 100%;
  }
  .l-navi__menu-link {
    border-bottom: 1px solid #d8d8d8;
    color: #292929;
    font-size: 1.6rem;
    padding-block: 1.4rem 1.6rem;
    text-align: left;
    width: 100%;
  }
  .l-navi__menu-link::before {
    aspect-ratio: 1/1;
    background: url(../images/common/contact_sp_arrow.svg) no-repeat top center/contain;
    content: "";
    pointer-events: none;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    z-index: 5;
  }
  .l-navi__tel-sp {
    height: 40px;
    width: 40px;
  }
  .l-navi__mail-sp-link {
    top: 0rem;
  }
  .l-navi__mail-sp {
    margin-right: 0;
  }
  a.l-navi__menu-link.c-btn.--contact {
    height: 9rem;
    margin-inline: auto;
    margin-top: 4.3rem;
    max-width: 40rem;
    width: 100%;
  }
  .c-btn.--next::before {
    display: none;
  }
  .c-btn-wrap::before {
    display: none;
  }
  .c-title p.en {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
  }
  .c-title h2.ja {
    font-size: 2.8rem;
    line-height: 1.4;
    margin-top: 0.2rem;
  }
  .c-title p.en.big {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
  }
  .c-title h2.ja.big {
    font-size: 2.8rem;
  }
  .p-company__title p.en {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
  }
  .p-company__title h2.ja {
    font-size: 2.8rem;
    line-height: 1.4;
    margin-top: 0.2rem;
  }
  .p-company-message {
    padding-block: 2rem 8rem;
  }
  .p-company-message__contnts {
    margin-top: 4rem;
  }
  .p-company-message__title {
    font-size: 2.4rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 160%;
    margin-top: 4rem;
  }
  .p-company-message__text {
    font-size: 1.8rem;
    line-height: 1.6;
    margin-top: 3rem;
  }
  .p-company-message__photo {
    margin-inline: auto;
    max-width: 50rem;
    width: 86.4%;
  }
  .p-company-message__en {
    font-size: 2.2rem;
    left: -2.5rem;
    line-height: 1.6;
    position: absolute;
    top: calc(50% - 5rem);
  }
  .p-company-philosophy .c-title p.en.big,
  .p-company-philosophy .c-title h2.ja.big {
    text-align: center;
  }
  .p-company-philosophy__title {
    font-size: 2.4rem;
    margin-top: 4rem;
    padding-inline: 2rem;
  }
  .p-company-philosophy__text {
    font-size: 1.6rem;
    line-height: 1.6;
    margin-top: 3rem;
    padding-block: 4rem;
    padding-inline: 3rem;
  }
  .p-company-mission {
    padding-block: 8rem 6.5rem;
  }
  .p-company-mission .c-title p.en.big,
  .p-company-mission .c-title h2.ja.big {
    text-align: center;
  }
  .p-company-mission__title {
    font-size: 2.4rem;
    margin-top: 4rem;
    padding-inline: 3rem;
    text-align: center;
  }
  .p-company-mission__contents {
    margin-top: 3rem;
    padding-block: 4rem 4.5rem;
    padding-inline: 3rem;
  }
  .p-company-mission__contents-title {
    font-size: 2.4rem;
    text-align: center;
  }
  .p-company-mission__items {
    margin-top: 1.5rem;
  }
  .p-company-mission__item {
    flex-flow: column;
    gap: 0;
    padding-block: 1rem 2.4rem;
  }
  .p-company-mission__content-subtitle {
    text-align: center;
  }
  .p-company-mission__text-box {
    margin-top: 0.5rem;
  }
  .p-company-mission__num {
    font-size: 2.4rem;
    letter-spacing: 2.4px;
    line-height: 1;
    width: unset;
  }
  .p-company-profile {
    padding-block: 8rem 0;
  }
  .company-profile {
    padding-bottom: 4rem;
    padding-inline: 2rem;
  }
  .company-profile__dl {
    grid-template-columns: 12rem 1fr;
    row-gap: 1.1rem;
  }
  .company-profile__dt {
    align-items: center;
    display: flex;
  }
  .company-profile__dt.banks {
    margin-top: 0;
  }
  .company-profile dd.banks {
    grid-template-columns: repeat(1, 1fr);
    padding-bottom: 2.6rem;
    width: 100%;
  }
  .banks-text {
    font-size: 1.5rem;
    padding-left: 2rem;
    position: relative;
    white-space: nowrap;
  }
  .banks-left {
    display: flex;
    flex-flow: column;
    gap: 0.3rem;
  }
  dt.company-profile__dt.--center {
    margin-top: 0;
  }
  .land-building-subright {
    display: flex;
  }
  span.left {
    padding-left: 0;
  }
  iframe {
    height: 18rem;
    margin-top: 2rem;
    width: 100%;
  }
  figure.p-company-profile__img {
    height: 22rem;
  }
  .land-building {
    flex-flow: column;
    gap: 4.5rem;
  }
  .land-building-sub {
    grid-template-columns: repeat(1, 1fr);
    padding-left: 1rem;
  }
  .p-company-thoughts {
    padding-block: 8rem 10rem;
  }
  .p-company-thoughts__title {
    margin-top: 4rem;
  }
  .p-company-thoughts__text {
    letter-spacing: 0.04em;
  }
  .p-company-thoughts__img {
    margin-top: 4rem;
  }
  .history__wrap {
    margin-top: 7.5rem;
  }
  .history__images {
    height: 80%;
    right: 0;
  }
  .history__img {
    display: none;
  }
  .history__list::before {
    height: 129.6rem;
    height: 100%;
    left: 8.5rem;
    top: -1.3rem;
    width: 0.1rem;
  }
  .history__item {
    display: flex;
    gap: 4rem;
    margin-bottom: 1.3rem;
    padding-left: 0;
  }
  .history__item::before {
    border: 1px solid #d8d8d8;
    height: 1rem;
    left: 8.05rem;
    top: 0.3rem;
    width: 1rem;
  }
  .history__item::after {
    height: 0.1rem;
    left: 7.1rem;
    top: 0.76rem;
    width: 2.9rem;
  }
  .history.p-company-history {
    padding-block: 8rem 10rem;
  }
  .history__year {
    flex-flow: column;
    font-size: 1.6rem;
    gap: 0.3rem;
    width: 7rem;
  }
  .history__year span.year {
    line-height: 1;
  }
  span.era {
    padding-inline: 0.4rem;
    text-align: right;
  }
  .history__content {
    flex: 1;
    margin-top: 0rem;
    padding-block: 1rem 1.2rem;
    padding-inline: 1rem;
  }
  .page_fv.contact {
    background-position: 58%;
    height: 300px;
  }
  .p-contact__desc {
    font-size: 14px;
  }
  .p-contact__inner .page-title::after {
    left: 8.5%;
    top: 10rem;
  }
  .p-contact__table-input {
    font-size: 18px;
  }
  span.wpcf7-list-item-label {
    display: inline;
    font-size: 1.4rem;
    padding-left: 22px;
  }
  .p-contact__privacy p {
    font-size: 1.4rem;
  }
  .p-contact {
    padding-bottom: 40px;
  }
  tr.p-contact__table-row {
    flex-flow: column;
  }
  .p-contact__table-title {
    display: block;
    font-size: 16px;
    width: 100%;
  }
  .p-contact__table-input {
    display: block;
    padding: 0 0 1em;
  }
  .wpcf7-list-item {
    margin: 0 !important;
  }
  .p-contact__privacy {
    font-size: 16px;
    padding: 1em;
    text-align: left;
  }
  .p-contact__btn-next {
    font-size: 16px;
  }
  .p-contact__btn {
    flex-direction: column;
    gap: 50px;
  }
  .p-contact__btn-back button {
    margin-left: 0;
  }
  .confirm-bottom-button {
    flex-flow: column;
    gap: 30px;
  }
  input.wpcf7-form-control.wpcf7-submit.has-spinner,
  input.wpcf7-form-control.wpcf7-previous {
    font-size: 1.6rem;
    margin: 0 auto;
    padding-top: 2px;
  }
  input.wpcf7-form-control.wpcf7-previous {
    padding-top: 5px;
  }
  .l-cta .text.is-active {
    margin-top: 0.5rem;
  }
  .p-facility-main__contents-wrap {
    padding-inline: 1.4rem;
  }
  .p-facility-main__contents {
    gap: 1.6rem;
    grid-template-columns: repeat(1, 1fr);
  }
  .machine-table {
    margin-inline: 2rem;
    overflow-x: scroll;
    padding: 2rem 1.5rem 6.8rem 1.8rem;
    width: 104rem;
  }
  .machine-table__title {
    padding-left: 12.7rem;
    text-align: left;
  }
  .p-facility-list__link {
    border-bottom: 1px solid #292929;
  }
  .p-oem-mv__img {
    margin-inline: 0rem;
  }
  .p-oem-mv__img-wrap {
    margin-inline: 2rem;
  }
  .p-oem__text {
    font-size: 1.6rem;
    line-height: 1.6;
    margin-top: 5rem;
  }
  .p-oem-point {
    margin-top: 6rem;
    padding-block: 8rem 6.3rem;
  }
  .p-oem-point__contents {
    gap: 3.8rem;
    margin-top: 4rem;
  }
  .p-oem-point__content {
    flex-flow: column;
    padding-inline: 0;
  }
  .p-oem-point__num {
    border-bottom: 1px solid #d8d8d8;
    border-right: none;
    padding: 0.7rem 2.8rem;
    width: 100%;
  }
  .p-oem-point__text {
    line-height: 1.65;
    margin-top: 0.8rem;
  }
  .p-oem-point__text-wrap {
    flex-flow: column;
    margin-top: 0.8rem;
    padding-top: 0;
  }
  .p-oem-point__text-box {
    padding-block: 0.8rem 1.4rem;
    padding-inline: 1.9rem 1.7rem;
  }
  .p-oem-point__title {
    gap: 0.8rem;
    line-height: 1.2;
    text-align: center;
    white-space: unset;
  }
  .p-oem-point__img-box {
    display: block;
    width: 100%;
  }
  .p-oem-point__img {
    width: 100%;
  }
  .p-oem-case {
    background: linear-gradient(#fff 29%, #f5f5f5 29%);
  }
  .p-oem-case__inner {
    padding-top: 8rem;
  }
  .p-oem-case__contents-title {
    font-size: 2rem;
    margin-top: 3.8rem;
  }
  .p-oem-case__contents-text {
    margin-top: 2rem;
  }
  .p-oem-case__items {
    margin-top: 4.3rem;
  }
  .p-oem-case__item {
    padding-block: 1.4rem 2rem;
    padding-inline: 2rem;
  }
  .p-oem-case__item-title {
    font-size: 1.8rem;
  }
  .p-oem-case__item-title span {
    font-size: 2rem;
  }
  .p-oem-case__item-box {
    border-bottom: none;
    flex-flow: column;
    gap: 1.6rem;
    margin-top: 1rem;
    padding-bottom: 0;
  }
  .p-oem-case__img {
    width: 100%;
  }
  .p-oem-case__text-dd {
    padding-left: 1rem;
  }
  .p-oem-case__item-text {
    margin-top: 0.4rem;
  }
  .p-oem-examples {
    padding-bottom: 0;
    padding-inline: 2rem;
  }
  .p-oem-examples__inner {
    padding-block: 8rem 5.8rem;
    padding-inline: 2rem;
  }
  .p-oem-examples__head {
    align-items: center;
    display: contents;
    flex-flow: column;
  }
  .p-oem-examples .c-head.--left p.en {
    text-align: left;
  }
  .p-oem-examples .c-head.--left h2.ja {
    display: block;
    text-align: left;
  }
  .p-oem-examples__title.c-title {
    display: block;
    grid-area: item1;
    padding-inline: 2rem;
  }
  .p-oem-examples__catch-wrap {
    display: contents;
    flex-flow: column;
  }
  .p-oem-examples__catch {
    grid-area: item2;
    margin-top: 4rem;
    padding-inline: 2rem;
  }
  .p-oem-examples__link-wrap {
    display: flex;
    grid-area: item3;
    justify-content: center;
    margin-top: 5rem;
  }
  .p-oem-examples__body {
    grid-area: item2;
    margin-top: 5rem;
  }
  .p-oem-examples__body .p-oem-examples__body-inner .swiper .swiper-slide {
    width: 260px;
  }
  .p-oem-examples .swiper-button__arrows {
    display: none;
  }
  .p-oem-examples__inner.u-con--md {
    padding-inline: 0;
  }
  .p-oem-examples__slide img {
    aspect-ratio: 260/190;
  }
  .p-oem-examples__slide {
    margin: 0 auto;
    max-width: 320px;
    width: calc(100vw - 4rem);
  }
  .p-oem-examples__slide img {
    display: block;
    height: auto;
    width: 100%;
  }
  .p-oem-flow {
    padding-block: 8rem 11rem;
  }
  .p-oem-flow__items {
    margin-top: 4rem;
  }
  .p-oem-flow__item {
    flex-flow: column;
    gap: 0rem;
    padding-block: 3.1rem 2rem;
    padding-right: 0;
  }
  .p-oem-flow__title {
    font-size: 2.4rem;
    text-align: center;
  }
  .p-oem-flow__subtitle {
    font-size: 2rem;
    margin-top: 0.4rem;
    text-align: center;
  }
  .p-privacy__head-title.page-title h1.ja {
    font-size: 3rem;
  }
  .p-privacy__contents {
    padding-block: 9.6rem;
  }
  .p-privacy__ttl {
    line-height: 1.5;
  }
  .p-product-mv__img {
    margin-inline: 0rem;
  }
  .p-product-mv__img-wrap {
    margin-inline: 2rem;
  }
  .p-product__text {
    font-size: 1.6rem;
    line-height: 1.6;
    margin-top: 5rem;
  }
  .p-product-point {
    margin-top: 6rem;
    padding-block: 8rem 6.3rem;
  }
  .p-product-point__contents {
    gap: 3.8rem;
    margin-top: 4rem;
  }
  .p-product-point__content {
    flex-flow: column;
    padding-inline: 0;
  }
  .p-product-point__num {
    border-bottom: 1px solid #d8d8d8;
    border-right: none;
    padding: 0.7rem 2.8rem;
    width: 100%;
  }
  .p-product-point__text {
    line-height: 1.65;
    margin-top: 0.8rem;
  }
  .p-product-point__text-wrap {
    flex-flow: column;
    margin-top: 0.8rem;
    padding-bottom: 0;
    padding-top: 0;
  }
  .p-product-point__text-box {
    padding-block: 0.8rem 1.4rem;
    padding-inline: 1.9rem 1.7rem;
  }
  .p-product-point__title {
    gap: 0.8rem;
    line-height: 1.2;
    text-align: center;
    white-space: unset;
  }
  .p-product-point__img-box {
    display: block;
    width: 100%;
  }
  .p-product-point__img {
    width: 100%;
  }
  .p-product-case {
    background: linear-gradient(#fff 29%, #f5f5f5 29%);
  }
  .p-product-case__inner {
    padding-top: 8rem;
  }
  .p-product-case__contents-title {
    font-size: 2rem;
    margin-top: 3.8rem;
  }
  .p-product-case__contents-text {
    margin-top: 2rem;
  }
  .p-product-case__items {
    margin-top: 4.3rem;
  }
  .p-product-case__item {
    padding-block: 1.4rem 2rem;
    padding-inline: 2rem;
  }
  .p-product-case__item-title {
    font-size: 1.8rem;
  }
  .p-product-case__item-title span {
    font-size: 2rem;
  }
  .p-product-case__item-box {
    border-bottom: none;
    flex-flow: column;
    gap: 1.6rem;
    margin-top: 1rem;
    padding-bottom: 0;
  }
  .p-product-case__img {
    width: 100%;
  }
  .p-product-case__text-dd {
    padding-left: 1rem;
  }
  .p-product-case__item-text {
    margin-top: 0.4rem;
  }
  .p-product-examples {
    padding-bottom: 0;
    padding-inline: 2rem;
  }
  .p-product-examples {
    padding-bottom: 0;
  }
  .p-product-examples__inner {
    padding-block: 8rem 5.8rem;
    padding-inline: 0;
  }
  .p-product-examples__head {
    align-items: center;
    display: contents;
    flex-flow: column;
  }
  .p-product-examples .c-head.--left p.en {
    text-align: left;
  }
  .p-product-examples .c-head.--left h2.ja {
    display: block;
    text-align: left;
  }
  .p-product-examples__title.c-title {
    display: block;
    grid-area: item1;
    padding-inline: 2rem;
  }
  .p-product-examples__catch-wrap {
    display: contents;
    flex-flow: column;
  }
  .p-product-examples__catch {
    grid-area: item2;
    margin-top: 4rem;
    padding-inline: 2rem;
  }
  .p-product-examples__link-wrap {
    display: flex;
    grid-area: item3;
    justify-content: center;
    margin-top: 5rem;
  }
  .p-product-examples__body {
    grid-area: item2;
    margin-top: 5rem;
  }
  .p-product-examples__body .p-product-examples__body-inner .swiper .swiper-slide {
    width: 260px;
  }
  .p-product-examples .swiper-button__arrows {
    display: none;
  }
  .p-product-examples__inner.u-con--md {
    padding-inline: 0;
  }
  .p-product-examples__slide img {
    aspect-ratio: 260/190;
  }
  .p-product-examples__slide {
    margin: 0 auto;
    max-width: 320px;
    width: calc(100vw - 4rem);
  }
  .p-product-examples__slide img {
    display: block;
    height: auto;
    width: 100%;
  }
  .p-product-flow {
    padding-block: 8rem 11rem;
    padding-inline: 2rem;
  }
  .p-product-flow__inner {
    padding-inline: 2rem;
  }
  .p-product-flow {
    padding-block: 8rem 11rem;
  }
  .p-product-flow__items {
    margin-top: 4rem;
  }
  .p-product-flow__item {
    flex-flow: column;
    gap: 0rem;
    padding-block: 3.1rem 2rem;
    padding-right: 0;
  }
  .p-product-flow__title {
    font-size: 2.4rem;
    text-align: center;
  }
  .p-product-flow__subtitle {
    font-size: 2rem;
    margin-top: 0.4rem;
    text-align: center;
  }
  .p-page-mv {
    padding-block: 3.3rem 4.1rem;
  }
  .page-title {
    align-items: start;
    flex-flow: column;
    gap: 1.8rem;
  }
  .page-title h1.ja {
    font-size: 3.2rem;
  }
  .p-page-mv__text {
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.6;
    margin-top: 6rem;
  }
  .p-service-about {
    padding-block: 4rem 12.4rem;
  }
  .p-service-about__contents {
    gap: 6.1rem;
  }
  .p-service-about__content {
    display: grid;
    grid-template-areas: "item1" "item2" "item3" "item4" "item5" "item6";
  }
  .p-service-about__content > .l-footer__nav-list.--flex {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-service-about__content > .l-footer__nav-list.--two {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-service-about__content > .l-footer__nav-list.--three {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .p-service-about__content > .p-oem-examples__title.c-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-service-about__content > .p-oem-examples__catch {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-service-about__content > .p-oem-examples__link-wrap {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .p-service-about__content > .p-oem-examples__body {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-service-about__content > .p-product-examples__title.c-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-service-about__content > .p-product-examples__catch {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-service-about__content > .p-product-examples__link-wrap {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .p-service-about__content > .p-product-examples__body {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-service-about__content-head-text {
    grid-area: item2;
    white-space: nowrap;
  }
  .p-service-about__content-catch {
    display: contents;
    margin-top: 3rem;
  }
  .p-service-about__content-box {
    display: contents;
  }
  .p-service-about__content-num {
    font-size: 3.2rem;
    font-weight: 400;
    grid-area: item1;
    line-height: 1.6;
  }
  .p-service-about__content-title {
    border-bottom: none;
    font-size: 2.4rem;
    grid-area: item3;
    letter-spacing: 0.05em;
    line-height: 1.6;
    margin-top: 1.5rem;
  }
  .p-service-about__content-text {
    grid-area: item4;
    margin-top: 0.4rem;
  }
  .p-service-about__content-img {
    height: auto;
    margin-top: 3rem;
    padding-left: 0;
    width: 100%;
  }
  .p-service-about__content-img-wrap {
    margin-left: 0;
    margin-top: 0rem;
  }
  .p-single {
    display: flex;
    flex-direction: column;
    flex-flow: column;
  }
  .p-archive__list-thumbnail {
    aspect-ratio: 115/75;
    height: auto;
    width: 36%;
  }
  .p-archive__list-info {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
  }
  .p-archive__sidebar {
    width: 100%;
  }
  .p-archive {
    flex-flow: column;
    gap: 7rem;
    padding-inline: 2rem;
  }
  .p-archive__list-category {
    align-items: center;
    display: flex;
    position: unset;
    top: 0;
  }
  .p-archive__list-ttl {
    font-size: 16px;
  }
  .p-archive__list {
    gap: 3rem;
  }
  .p-single__content p {
    margin-top: 2rem;
  }
  .p-archive__list-link {
    align-items: flex-start;
    gap: 1rem;
    padding-bottom: 1rem;
  }
  h2.wp-block-heading {
    font-size: 2rem;
  }
  .p-single__sidebar {
    margin-top: 60px;
  }
  .p-case__contents-wrap {
    flex-flow: column;
    gap: 1.5rem;
  }
  .p-case__meta {
    flex-flow: column;
    gap: 1.5rem;
  }
  .p-case__meta-right {
    gap: 1rem;
  }
  .p-case__contents-img {
    margin-top: 2.5rem;
  }
  .p-case__text-wrap {
    margin-top: 0;
  }
  .p-case__title {
    font-size: 2rem;
    line-height: 1.5;
  }
  .p-case__contents-left {
    width: 100%;
  }
  .p-case__spec {
    margin-top: 3rem;
  }
  .p-case__spec dd {
    padding: 0 10px 4px 10px;
  }
  .p-case__point {
    margin-top: 4rem;
    padding-block: 3rem;
    padding-inline: 2rem;
  }
  .p-case__point-item {
    gap: 0.4rem;
  }
  .p-case__consult {
    margin-top: 6rem;
    padding-block: 6.8rem 3.4rem;
    padding-inline: 1rem;
  }
  .p-case__consult-head-title {
    font-size: 1.6rem;
  }
  .p-case__consult-head-text {
    font-size: 3.2rem;
  }
  .p-case__consult-box {
    margin-top: 7.5rem;
    padding-inline: 3rem;
  }
  .p-case__propose-box {
    margin-top: 5rem;
    padding-block: 4.4rem 4rem;
    padding-inline: 3rem;
  }
  .p-case__consult-box-title {
    left: 3rem;
  }
  .p-case__propose-box-title {
    left: 3rem;
  }
  .case-archive {
    grid-template-columns: repeat(2, 1fr);
  }
  .p-case-archive {
    padding: 0rem;
  }
  .case-search {
    grid-template-columns: repeat(2, 1fr);
  }
  button,
  html [type=button],
  [type=reset],
  [type=submit] {
    align-items: center;
    height: 5rem;
    margin-inline: auto;
    padding-top: 0;
    text-align: center;
    width: 22rem;
  }
  .p-single__tag {
    font-size: 16px;
  }
  .p-special-mv__img {
    margin-inline: 0rem;
  }
  .p-special-mv__img-wrap {
    margin-inline: 2rem;
  }
  .p-special__text {
    font-size: 1.6rem;
    line-height: 1.6;
    margin-top: 5rem;
  }
  .p-special-point {
    margin-top: 6rem;
    padding-block: 8rem 6.3rem;
  }
  .p-special-point__contents {
    gap: 3.8rem;
    margin-top: 4rem;
  }
  .p-special-point__content {
    flex-flow: column;
    padding-inline: 0;
  }
  .p-special-point__num {
    border-bottom: 1px solid #d8d8d8;
    border-right: none;
    padding: 0.7rem 2.8rem;
    width: 100%;
  }
  .p-special-point__text {
    line-height: 1.65;
    margin-top: 0.8rem;
  }
  .p-special-point__text-wrap {
    flex-flow: column;
    margin-top: 0.8rem;
    padding-top: 0;
  }
  .p-special-point__text-box {
    padding-block: 0.8rem 1.4rem;
    padding-inline: 1.9rem 1.7rem;
  }
  .p-special-point__title {
    gap: 0.8rem;
    line-height: 1.2;
    text-align: center;
    white-space: unset;
  }
  .p-special-point__img-box {
    display: block;
    width: 100%;
  }
  .p-special-point__img {
    width: 100%;
  }
  .p-special-qualified__inner {
    padding: 0 !important;
  }
  .p-special-qualified .simplebar-track.simplebar-horizontal {
    bottom: auto;
    left: 0;
    position: relative;
    top: -1.5rem;
  }
  .qualified-table {
    margin-inline: 2rem;
    overflow-x: scroll;
    padding: 1rem 1.5rem 4.8rem 1.8rem;
    width: 70rem;
  }
  .qualified-table__title {
    padding-left: 12.7rem;
    text-align: left;
  }
  .p-special-case {
    background: linear-gradient(#fff 29%, #f5f5f5 29%);
  }
  .p-special-case__inner {
    padding-top: 8rem;
  }
  .p-special-case__contents-title {
    font-size: 2rem;
    margin-top: 3.8rem;
  }
  .p-special-case__contents-text {
    margin-top: 2rem;
  }
  .p-special-case__items {
    margin-top: 4.3rem;
  }
  .p-special-case__item {
    padding-block: 1.4rem 2rem;
    padding-inline: 2rem;
  }
  .p-special-case__item-title {
    font-size: 1.8rem;
  }
  .p-special-case__item-title span {
    font-size: 2rem;
  }
  .p-special-case__item-box {
    border-bottom: none;
    flex-flow: column;
    gap: 1.6rem;
    margin-top: 1rem;
    padding-bottom: 0;
  }
  .p-special-case__img {
    width: 100%;
  }
  .p-special-case__text-dd {
    padding-left: 1rem;
  }
  .p-special-case__item-text {
    margin-top: 0.4rem;
  }
  .p-special-examples {
    padding-bottom: 0;
  }
  .p-special-examples__inner {
    padding-block: 8rem 5.8rem;
    padding-inline: 0;
  }
  .p-special-examples__head {
    align-items: center;
    display: contents;
    flex-flow: column;
  }
  .p-special-examples .c-head.--left p.en {
    text-align: left;
  }
  .p-special-examples .c-head.--left h2.ja {
    display: block;
    text-align: left;
  }
  .p-special-examples__title.c-title {
    display: block;
    grid-area: item1;
    padding-inline: 2rem;
  }
  .p-special-examples__catch-wrap {
    display: contents;
    flex-flow: column;
  }
  .p-special-examples__catch {
    grid-area: item2;
    margin-top: 4rem;
    padding-inline: 2rem;
  }
  .p-special-examples__link-wrap {
    display: flex;
    grid-area: item3;
    justify-content: center;
    margin-top: 5rem;
  }
  .p-special-examples__body {
    grid-area: item2;
    margin-top: 5rem;
  }
  .p-special-examples__body .p-special-examples__body-inner .swiper .swiper-slide {
    width: 260px;
  }
  .p-special-examples .swiper-button__arrows {
    display: none;
  }
  .p-special-examples__inner.u-con--md {
    padding-inline: 0;
  }
  .p-special-examples__slide img {
    aspect-ratio: 260/190;
  }
  .p-special-examples__slide {
    margin: 0 auto;
    max-width: 320px;
    width: calc(100vw - 4rem);
  }
  .p-special-examples__slide img {
    display: block;
    height: auto;
    width: 100%;
  }
  .swiper-button__arrows {
    display: none;
  }
  .p-special-flow {
    padding-block: 8rem 11rem;
    padding-inline: 2rem;
  }
  .p-special-flow__inner {
    padding-inline: 2rem;
  }
  .p-special-flow__items {
    margin-top: 4rem;
  }
  .p-special-flow__item {
    flex-flow: column;
    gap: 0rem;
    padding-block: 3.1rem 2rem;
    padding-right: 0;
  }
  .p-special-flow__title {
    font-size: 2.4rem;
    text-align: center;
  }
  .p-special-flow__subtitle {
    font-size: 2rem;
    margin-top: 0.4rem;
    text-align: center;
  }
  .p-top-fv {
    height: 100vh;
    margin-top: 0;
  }
  .p-top-fv__head {
    left: calc(50% + 0.5rem);
    top: calc(50% + 5.5rem);
    transform: translate(-50%, -50%);
    width: 100%;
  }
  .p-top-fv .c-head__ttl {
    font-size: 4rem;
  }
  .p-top-fv .c-head__catch {
    font-size: 1.6rem;
    line-height: 1.3;
    margin-top: 2.1rem;
  }
  .p-top-fv__scroll {
    bottom: unset;
    right: 2rem;
    top: 40rem;
  }
  .p-top-about {
    padding-block: 5rem 7rem;
  }
  .p-top-about__inner {
    flex-direction: column;
    gap: 4rem;
  }
  .p-top-about__title h2.title {
    font-size: 3.2rem;
    line-height: 1.6;
  }
  .p-top-about__title p.text {
    line-height: 1.64;
    margin-top: 2rem;
  }
  .p-top-about__img-wrap {
    display: none;
    margin-left: auto;
    margin-right: calc(50% - 50vw);
    width: 30rem;
    width: 88.5%;
  }
  .p-top-about__img {
    width: 100%;
  }
  .p-top-about__link-wrap {
    display: flex;
    justify-content: center;
    margin-top: 3.7rem;
  }
  .p-top-about .p-top-about__youtube {
    margin-top: 7rem;
  }
  .p-top-reason {
    padding-block: 8.3rem 5rem;
  }
  .p-top-reason__items {
    gap: 3.5rem;
    grid-template-columns: repeat(1, 1fr);
  }
  .p-top-reason__items {
    margin-top: 4.8rem;
  }
  .p-top-reason__item-num {
    font-size: 2.4rem;
  }
  .p-top-reason__img-wrap {
    margin-top: 0.8rem;
  }
  .p-top-reason__img-catch p.small {
    font-size: 1.8rem;
  }
  .p-top-reason__item-title {
    font-size: 2.2rem;
    margin-top: 0.3rem;
    padding-bottom: 0.6rem;
  }
  .p-top-reason__item-title span.medium {
    padding-inline: 0.5rem;
    position: relative;
    top: 0.2rem;
  }
  .p-top-solution {
    padding-block: 8rem 7.5rem;
  }
  .p-top-solution__title {
    text-align: left;
  }
  .p-top-solution .c-title p.en {
    text-align: left;
  }
  .p-top-solution .c-title h2.ja {
    text-align: left;
  }
  .p-top-solution__body {
    margin-top: 3.8rem;
  }
  .p-top-solution__items {
    gap: 4.1rem;
    grid-template-columns: repeat(1, 1fr);
  }
  .p-top-solution__item-arrow {
    margin-top: 1rem;
  }
  .p-top-solution__item-title {
    margin-top: 1.5rem;
    text-align: center;
    text-align: left;
  }
  .p-top-solution__item-text {
    margin-top: 0.9rem;
  }
  .p-top-solution .icon-link,
  .p-top-solution .icon-line,
  .p-top-solution .icon-arrow {
    height: auto;
    width: 6rem;
  }
  .p-top-solution__link-wrap.c-btn-wrap {
    margin-top: 4.5rem;
  }
  .p-top-cases {
    padding-block: 8rem;
  }
  .p-top-cases__inner {
    display: grid;
    grid-template-areas: "item1" "item2" "item3" "item4" "item5";
  }
  .p-top-cases__inner > .l-footer__nav-list.--flex {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-top-cases__inner > .l-footer__nav-list.--two {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-top-cases__inner > .l-footer__nav-list.--three {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .p-top-cases__inner > .p-oem-examples__title.c-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-top-cases__inner > .p-oem-examples__catch {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-top-cases__inner > .p-oem-examples__link-wrap {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .p-top-cases__inner > .p-oem-examples__body {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-top-cases__inner > .p-product-examples__title.c-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-top-cases__inner > .p-product-examples__catch {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-top-cases__inner > .p-product-examples__link-wrap {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .p-top-cases__inner > .p-product-examples__body {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-top-cases__inner > .p-service-about__content-head-text {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-top-cases__inner > .p-service-about__content-num {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-top-cases__inner > .p-service-about__content-title {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .p-top-cases__inner > .p-service-about__content-text {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .p-top-cases__inner > .p-special-examples__title.c-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-top-cases__inner > .p-special-examples__catch {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-top-cases__inner > .p-special-examples__link-wrap {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .p-top-cases__inner > .p-special-examples__body {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-top-cases__head {
    display: contents;
  }
  .p-top-cases__title.c-title {
    grid-area: item1;
    padding-inline: 2rem;
  }
  .p-top-cases__catch-wrap {
    display: contents;
    flex-flow: column;
  }
  .p-top-cases__catch {
    grid-area: item2;
    margin-top: 4rem;
    padding-inline: 2rem;
    width: 100%;
  }
  .p-top-cases__link-wrap {
    display: flex;
    grid-area: item4;
    justify-content: center;
    margin-top: 5.2rem;
  }
  .p-top-cases__body {
    grid-area: item3;
    margin-top: 5rem;
  }
  .p-top-cases__body .p-top-reason__inner .p-top-cases__slider .p-top-cases__slide {
    width: 260px;
  }
  .p-top-cases .swiper-button__arrows {
    display: none;
  }
  .p-top-cases__inner.u-con--md {
    padding-inline: 0;
  }
  .p-top-cases__slide img {
    aspect-ratio: 260/190;
  }
  .p-top-cases__slide {
    margin: 0 auto;
    max-width: 320px;
    width: calc(100vw - 4rem);
  }
  .p-top-cases__slide img {
    display: block;
    height: auto;
    width: 100%;
  }
  .logo-slider {
    margin-top: 3rem;
    padding: 3.7rem 0 1rem;
  }
  .logo-slider .logo-track {
    animation: scroll-right 3s linear infinite;
  }
  .p-top-column {
    padding-block: 8rem 6rem;
  }
  .p-top-column .c-title p.en {
    text-align: left;
  }
  .p-top-column .c-title h2.ja {
    text-align: left;
  }
  .p-top-column__head.c-head {
    align-items: baseline;
    display: contents;
    flex-flow: column;
  }
  .p-top-column__items {
    display: block;
    margin-top: 4rem;
  }
  .p-top-column__item {
    grid-area: item2;
  }
  .p-top-column__link-wrap.c-btn-wrap.--gray {
    grid-area: item3;
  }
  .l-footer__nav-list.--flex {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .l-footer__nav-list.--two {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .l-footer__nav-list.--three {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .p-oem-examples__title.c-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-oem-examples__catch {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-oem-examples__link-wrap {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .p-oem-examples__body {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-product-examples__title.c-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-product-examples__catch {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-product-examples__link-wrap {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .p-product-examples__body {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-service-about__content-head-text {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-service-about__content > .p-service-about__content-head-text {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-service-about__content-num {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-service-about__content > .p-service-about__content-num {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-service-about__content-title {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .p-service-about__content > .p-service-about__content-title {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .p-service-about__content-text {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .p-special-examples__title.c-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-service-about__content > .p-special-examples__title.c-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-special-examples__catch {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-service-about__content > .p-special-examples__catch {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-special-examples__link-wrap {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .p-service-about__content > .p-special-examples__link-wrap {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .p-special-examples__body {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-service-about__content > .p-special-examples__body {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-top-cases__title.c-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-service-about__content > .p-top-cases__title.c-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-top-cases__inner > .p-top-cases__title.c-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-top-cases__catch {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-service-about__content > .p-top-cases__catch {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-top-cases__inner > .p-top-cases__catch {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-top-cases__link-wrap {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .p-top-cases__inner > .p-top-cases__link-wrap {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .p-top-cases__body {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .p-service-about__content > .p-top-cases__body {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .p-top-cases__inner > .p-top-cases__body {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .p-top-column__title.c-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-service-about__content > .p-top-column__title.c-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-top-cases__inner > .p-top-column__title.c-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-top-column__item {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-service-about__content > .p-top-column__item {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-top-cases__inner > .p-top-column__item {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-top-column__link-wrap.c-btn-wrap.--gray {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .p-service-about__content > .p-top-column__link-wrap.c-btn-wrap.--gray {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .p-top-cases__inner > .p-top-column__link-wrap.c-btn-wrap.--gray {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  a.p-top-column__link.c-btn.--next {
    margin-inline: auto;
    margin-top: 0.8rem;
  }
  .p-top-news {
    padding-block: 8rem 12rem;
  }
  .p-top-news__text-box {
    flex: 1;
  }
  .p-top-news__body {
    margin-top: 1.5rem;
  }
  .p-top-news__item-link {
    padding-block: 1.3rem 1.1rem;
  }
  .p-top-news svg {
    top: 0.8rem;
  }
  .p-top-news__text-box p.text {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .p-top-news_link-wrap.c-btn-wrap {
    margin-inline: auto;
    margin-top: 5rem;
  }
  .p-top-news__item-link {
    padding-inline: 0;
  }
  .p-top-contact {
    background-position: -14rem;
    padding-block: 6.4rem 9rem;
  }
  .p-top-contact__form {
    margin: 3rem auto 0;
    padding-block: 2rem 5rem;
    padding-inline: 2.1rem;
  }
  .p-top-contact__form-item {
    flex-flow: column;
    gap: 1rem;
  }
  .p-top-contact__form-dt {
    width: 100%;
  }
  .p-top-contact__form-dt span.required {
    font-size: 1rem;
  }
  .p-top-contact__form-dd {
    font-size: 1.2rem;
  }
  .p-top-contact__form-list {
    gap: 2rem;
  }
  .p-top-contact__privacy-link {
    font-size: 1.4rem;
  }
  .p-top-contact__privacy-check {
    margin: 0 auto;
  }
  .p-top-contact__button {
    font-size: 1.4rem;
    height: 4rem;
    margin: 0 auto;
    width: 100%;
  }
  .p-top-contact__button-wrap::before {
    height: 1rem;
    width: 1.4rem;
  }
  span.wpcf7-list-item-label span {
    font-size: 1.4rem;
  }
  .wpcf7-not-valid-tip {
    font-size: 1.2rem;
  }
  .p-top-contact__privacy-text-box {
    padding: 1rem;
  }
  .p-top-contact__privacy-text {
    font-size: 1.2rem;
  }
  .wpcf7 form .wpcf7-response-output {
    bottom: 0rem;
    font-size: 1rem;
    width: 24rem;
  }
  .p-top-solution__item-svg {
    height: 40px;
    width: 60px;
  }
  .scroll {
    top: calc(50% + 5.5rem);
  }
  .u-sp {
    display: none !important;
  }
  .u-pb-wide {
    padding-bottom: 8rem;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px){
  .l-navi {
    background: linear-gradient(to bottom, #fff 0 80px, #f5f5f5 80px 100%);
  }
  .p-oem-examples__inner {
    display: grid;
    grid-template-areas: "item1" "item2" "item3";
  }
  .p-oem-examples__inner > .l-footer__nav-list.--flex {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-oem-examples__inner > .l-footer__nav-list.--two {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-oem-examples__inner > .l-footer__nav-list.--three {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .p-product-examples__inner {
    display: grid;
    grid-template-areas: "item1" "item2" "item3";
  }
  .p-product-examples__inner > .l-footer__nav-list.--flex {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-product-examples__inner > .l-footer__nav-list.--two {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-product-examples__inner > .l-footer__nav-list.--three {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .p-product-examples__inner > .p-oem-examples__title.c-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-product-examples__inner > .p-oem-examples__catch {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-product-examples__inner > .p-oem-examples__link-wrap {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .p-product-examples__inner > .p-oem-examples__body {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-special-examples__inner {
    display: grid;
    grid-template-areas: "item1" "item2" "item3";
  }
  .p-special-examples__inner > .l-footer__nav-list.--flex {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-special-examples__inner > .l-footer__nav-list.--two {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-special-examples__inner > .l-footer__nav-list.--three {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .p-special-examples__inner > .p-oem-examples__title.c-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-special-examples__inner > .p-oem-examples__catch {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-special-examples__inner > .p-oem-examples__link-wrap {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .p-special-examples__inner > .p-oem-examples__body {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-special-examples__inner > .p-product-examples__title.c-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-special-examples__inner > .p-product-examples__catch {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-special-examples__inner > .p-product-examples__link-wrap {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .p-special-examples__inner > .p-product-examples__body {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-special-examples__inner > .p-service-about__content-head-text {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-special-examples__inner > .p-service-about__content-num {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-special-examples__inner > .p-service-about__content-title {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .p-oem-examples__inner > .p-oem-examples__title.c-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-oem-examples__inner > .p-oem-examples__catch {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-oem-examples__inner > .p-oem-examples__link-wrap {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .p-oem-examples__inner > .p-oem-examples__body {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-oem-examples__inner > .p-product-examples__title.c-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-product-examples__inner > .p-product-examples__title.c-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-oem-examples__inner > .p-product-examples__catch {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-product-examples__inner > .p-product-examples__catch {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-oem-examples__inner > .p-product-examples__link-wrap {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .p-product-examples__inner > .p-product-examples__link-wrap {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .p-oem-examples__inner > .p-product-examples__body {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-product-examples__inner > .p-product-examples__body {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-oem-examples__inner > .p-service-about__content-head-text {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-product-examples__inner > .p-service-about__content-head-text {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-oem-examples__inner > .p-service-about__content-num {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-product-examples__inner > .p-service-about__content-num {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-oem-examples__inner > .p-service-about__content-title {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .p-product-examples__inner > .p-service-about__content-title {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .p-oem-examples__inner > .p-special-examples__title.c-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-product-examples__inner > .p-special-examples__title.c-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-special-examples__inner > .p-special-examples__title.c-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-oem-examples__inner > .p-special-examples__catch {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-product-examples__inner > .p-special-examples__catch {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-special-examples__inner > .p-special-examples__catch {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-oem-examples__inner > .p-special-examples__link-wrap {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .p-product-examples__inner > .p-special-examples__link-wrap {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .p-special-examples__inner > .p-special-examples__link-wrap {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .p-oem-examples__inner > .p-special-examples__body {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-product-examples__inner > .p-special-examples__body {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-special-examples__inner > .p-special-examples__body {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-oem-examples__inner > .p-top-cases__title.c-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-product-examples__inner > .p-top-cases__title.c-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-special-examples__inner > .p-top-cases__title.c-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-oem-examples__inner > .p-top-cases__catch {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-product-examples__inner > .p-top-cases__catch {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-special-examples__inner > .p-top-cases__catch {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-oem-examples__inner > .p-top-cases__body {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .p-product-examples__inner > .p-top-cases__body {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .p-special-examples__inner > .p-top-cases__body {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .p-oem-examples__inner > .p-top-column__title.c-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-product-examples__inner > .p-top-column__title.c-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-special-examples__inner > .p-top-column__title.c-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-oem-examples__inner > .p-top-column__item {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-product-examples__inner > .p-top-column__item {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-special-examples__inner > .p-top-column__item {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-oem-examples__inner > .p-top-column__link-wrap.c-btn-wrap.--gray {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .p-product-examples__inner > .p-top-column__link-wrap.c-btn-wrap.--gray {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .p-special-examples__inner > .p-top-column__link-wrap.c-btn-wrap.--gray {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
}

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

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

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

@media 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.6rem;
  }
  .l-header__trigger-line:nth-of-type(2).is-active {
    top: 1.6rem;
  }
  .p-archive__list-info {
    gap: 0;
  }
  .p-archive__list-ttl {
    margin-top: 1rem;
  }
  .case-archive {
    grid-template-columns: repeat(1, 1fr);
  }
  .case-search {
    gap: 1.4rem;
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (max-width: 350px){
  .l-navi__menu {
    width: 84%;
  }
}

@media (hover: hover) and (pointer: fine){
  .l-estimate__link:hover .l-estimate__h2-wrap::after {
    transform: scaleX(1);
    transform-origin: left top;
  }
  .l-estimate__link:hover .l-estimate__img img {
    scale: 1.2;
  }
  .l-footer .l-footer__nav .l-footer__nav-list li a:hover::after {
    transform: scaleX(1);
    transform: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform-origin: left;
  }
  .l-header__logo-link:hover {
    opacity: 0.6;
  }
  .l-navi__menu-link:hover::after {
    transform: scaleX(1);
    transform: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform-origin: left;
  }
  .l-navi__menu-link:not(:hover)::after {
    transform: scaleX(0);
    transform: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .c-btn.--next:hover {
    color: #fff;
  }
  .c-btn.--next:hover:before {
    background: #292929;
    transform: translateX(100%);
    width: 100%;
  }
  .c-btn.--next:hover::after {
    background-color: #fff;
  }
  .p-contact__btn-next:hover input {
    color: #333;
  }
  .p-contact__btn-next:hover .l-contact__contact-link-cover {
    opacity: 1;
    transform: unset;
  }
  .p-facility-list__link:hover:after {
    transform: scaleX(1);
    transform-origin: left top;
  }
  .p-oem-examples__slider-link:hover .p-oem-examples__img {
    overflow: hidden;
    scale: 1.2;
  }
  .p-product-examples__slider-link:hover .p-product-examples__img {
    overflow: hidden;
    scale: 1.2;
  }
  a.next.page-numbers:hover,
  a.prev.page-numbers:hover {
    background-color: #fff;
    color: #000;
    opacity: 0.7;
  }
  li.l-sidebar__box-list-item a:hover {
    opacity: 0.7;
  }
  .case-archive__link:hover img {
    overflow: hidden;
    scale: 1.2;
  }
  .page-numbers:hover {
    background: #292929;
    color: #fff;
  }
  .p-archive__list-link:hover .p-archive__list-thumbnail img {
    scale: 1.2;
  }
  .p-special-examples__slider-link:hover .p-special-examples__img {
    overflow: hidden;
    scale: 1.2;
  }
  .swiper-button__arrows .swiper-button-prev:hover .icon-link,
  .swiper-button__arrows .swiper-button-next:hover .icon-link {
    fill: #292929;
  }
  .swiper-button__arrows .swiper-button-prev:hover .icon-line,
  .swiper-button__arrows .swiper-button-next:hover .icon-line {
    stroke: #292929;
  }
  .swiper-button__arrows .swiper-button-prev:hover .icon-arrow,
  .swiper-button__arrows .swiper-button-next:hover .icon-arrow {
    fill: #fff;
  }
  .p-top-cases .swiper-button__arrows .swiper-button-prev:hover .icon-link,
  .p-top-cases .swiper-button__arrows .swiper-button-next:hover .icon-link {
    fill: #292929;
  }
  .p-top-cases .swiper-button__arrows .swiper-button-prev:hover .icon-line,
  .p-top-cases .swiper-button__arrows .swiper-button-next:hover .icon-line {
    stroke: #292929;
  }
  .p-top-cases .swiper-button__arrows .swiper-button-prev:hover .icon-arrow,
  .p-top-cases .swiper-button__arrows .swiper-button-next:hover .icon-arrow {
    fill: #fff;
  }
  .p-top-cases__slider-link:hover .p-top-cases__img {
    overflow: hidden;
    scale: 1.2;
  }
  .p-top-column__item-link:hover .p-top-column__item-img img {
    overflow: hidden;
    scale: 1.2;
  }
  .p-top-news__item-link:hover svg {
    transform: translateX(5px);
  }
  .p-top-news__item-link:hover::after {
    transform: scaleX(1);
    transform-origin: left top;
  }
  .p-top-news__item-link:hover .p-top-news__text-box time.day,
  .p-top-news__item-link:hover .p-top-news__text-box p.text {
    transform: translateX(10px);
  }
  .p-top-contact__button-wrap:hover::before {
    background-color: #fff;
    right: 2rem;
  }
}

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