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

.instrument {
  font-family: "Instrument Sans", sans-serif;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.06em;
}

address {
  font-style: normal;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
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: #272222;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  height: 100%;
  height: 100%;
  letter-spacing: 0.05em;
  line-height: 1.6;
  overflow-x: 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: #33B8A4;
  opacity: 1;
}
input[type=text]:disabled::placeholder {
  color: #33B8A4;
  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: 50%;
  transform: translateY(-50%);
  width: 1.8rem;
  z-index: 2;
}

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

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

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

/**
 * select
 *
 */
.select-parts {
  border: 1px #33B8A4 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 {
  height: unset;
  overflow: hidden;
  padding-block: 12rem;
  position: relative;
}
.l-cta__deco01 {
  left: calc(50% - 66.2rem);
  position: absolute;
  right: unset;
  top: 30.6rem;
  width: 29.2rem;
}
.l-cta__deco02 {
  left: calc(50% - 71.9rem);
  position: absolute;
  right: unset;
  top: 43.6rem;
  width: 24.2rem;
}
.l-cta__deco03 {
  left: calc(50% - 88.9rem);
  position: absolute;
  right: unset;
  top: 33.6rem;
  width: 24.2rem;
}
.l-cta__deco04 {
  left: calc(50% - 82.9rem);
  position: absolute;
  right: unset;
  top: 14rem;
  width: 28.2rem;
}
.l-cta__deco05 {
  position: absolute;
  right: calc(50% - 70.9rem);
  top: 11rem;
  width: 26.2rem;
}
.l-cta__inner.u-con--md {
  align-items: baseline;
  background: #F4F4F4;
  border-radius: 5rem;
  display: flex;
  justify-content: space-between;
  padding-block: 5.4rem 8rem;
  padding-inline: 12rem;
  position: relative;
}
.l-cta__title {
  color: #30AB98;
}
.l-cta__head .c-title h2.ja {
  color: #30AB98;
}
.l-cta__head-text {
  color: #30AB98;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.6;
  margin-top: 9.1rem;
}
.l-cta__body {
  display: flex;
  flex-flow: column;
  gap: 1rem;
  width: 42rem;
}
.l-cta__tel-link {
  align-items: center;
  background: #FFF;
  border-radius: 2rem;
  color: #30AB98;
  display: flex;
  font-family: "Jost", sans-serif;
  font-size: 3.8rem;
  font-style: normal;
  font-weight: 400;
  justify-content: space-between;
  letter-spacing: 0.06em;
  line-height: 1;
  padding-block: 1.3rem 2.7rem;
  padding-inline: 5rem;
  transition: 0.3s;
}
.l-cta__tel-link span.top {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.4;
}
.l-cta__tel-link span.middle {
  position: relative;
  top: 0.5rem;
}
.l-cta__tel-link span.bottom {
  display: block;
  font-family: "Jost", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin-top: 1rem;
}
.l-cta__tel-link span.right {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.6;
  padding-left: 1.5rem;
}
.l-cta__tel-link svg {
  position: relative;
  top: 0.8rem;
}
.l-cta__contact-link {
  align-items: flex-start;
  background: #FFF;
  border-radius: 2rem;
  color: #FFF;
  color: #30AB98;
  display: flex;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  justify-content: space-between;
  letter-spacing: 0.06em;
  line-height: 1.4;
  padding-block: 5.5rem 6.1rem;
  padding-inline: 5rem;
  transition: 0.3s;
}
.l-cta__contact-link svg {
  position: relative;
  top: 0.6rem;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
.l-footer {
  background-color: #30AB98;
  color: #fff;
  font-size: 14px;
  line-height: 1.8;
  padding: 60px 0 30px;
  position: relative;
}
.l-footer span.jost {
  font-family: "Jost", sans-serif;
}
.l-footer__inner {
  display: flex;
  flex-direction: column;
}
.l-footer__top {
  align-items: flex-start;
  display: flex;
  gap: 9rem;
}
.l-footer__logo-address {
  align-items: flex-start;
  display: flex;
  flex-flow: column;
  gap: 1.9rem;
  margin-top: -1rem;
}
.l-footer__logo {
  height: auto;
  width: 14.5rem;
}
.l-footer__info {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.96px;
  line-height: 1.4; /* 22.4px */
}
.l-footer__info p + p {
  margin-top: 1.7rem;
}
.l-footer__nav-wrap {
  width: 64%;
}
.l-footer__nav {
  flex: 1;
}
.l-footer__nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1.8rem 3.8rem;
  padding-bottom: 3rem;
}
.l-footer__nav ul li a {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 1.6rem;
  font-weight: 500;
  gap: 0.2rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
  text-decoration: none;
  transition: opacity 0.3s;
}
.l-footer__nav ul li a:hover {
  opacity: 0.7;
}
.l-footer__sns {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 2rem;
}
.l-footer__sns ul {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 37px;
}
.l-footer__sns ul li a {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.6;
  padding-left: 2.4rem;
  position: relative;
  text-decoration: none;
}
.l-footer__sns ul li a:hover {
  opacity: 0.7;
}
.l-footer__sns ul li a::after {
  background: url(../images/top/ico_insta.svg) no-repeat top center/contain;
  content: "";
  height: 1.8rem;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.8rem;
  z-index: 5;
}
.l-footer__sns-top {
  justify-content: space-between;
  width: 36.1rem;
}
.l-footer__sns-bottom {
  margin-top: 1.6rem;
}
.l-footer__copy {
  color: #FFF;
  font-family: "Jost", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1.4px;
  margin-top: 5.6rem;
  text-align: center;
}
/* -------------------------------------------*/
/* -------------------------------------------*/
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: transparent;
  display: flex;
  height: 14rem;
  left: 0;
  margin: 0 auto;
  padding-inline: 3rem;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
.l-header__inner {
  align-items: center;
  background-color: #fff;
  border-radius: 4rem;
  box-shadow: 2px 2px 12px 0 rgba(117, 117, 117, 0.1);
  display: flex;
  justify-content: space-between;
  justify-content: space-between;
  margin-inline: auto;
  max-width: max(120rem, 80%);
  padding-block: 1rem;
  padding-inline: 3.1rem 1rem;
  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: 14.5rem;
}
.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;
  overflow-x: hidden;
  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: 2rem;
  gap: 2.13rem;
}
.l-navi__menu-item {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  letter-spacing: 0.03em;
  position: relative;
}
.l-navi__menu-link {
  align-items: center;
  color: #272222;
  display: flex;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  transition: 0.3s;
}
.l-navi__menu-link svg path {
  transition: 0.3s;
}
.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__deco05 {
  position: absolute;
}

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

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%;
}

.l-navi__decos {
  display: none;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.c-btn.--contact {
  align-items: center;
  background: #33B8A4;
  border: 0.1rem solid #33BBA4;
  border-radius: 2rem;
  color: #fff;
  display: flex;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  justify-content: center;
  letter-spacing: 0.05em;
  line-height: 80px;
  overflow: hidden;
  padding-block: 1.85rem 2rem;
  padding-left: 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transition: transform 0.25s cubic-bezier(0.4, 0, 1, 1);
  transition: 0.3s;
  width: 16rem;
  z-index: 1;
}

.c-btn.--default {
  align-items: center;
  background: #272222;
  border: 0.2rem solid #272222;
  border-radius: 4rem;
  color: #fff;
  display: flex;
  flex-shrink: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  gap: 3rem;
  height: 8rem;
  padding-left: 4rem;
  position: relative;
  position: relative;
  text-align: center;
  transition: 0.3s;
  width: 26rem;
  z-index: 50;
}

.c-btn.--default::before {
  background-image: url(../images/common/btn_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 3.2rem;
  pointer-events: none;
  position: absolute;
  right: 3rem;
  top: 50%;
  transform: translate(0, -50%);
  transition: 0.3s;
  width: 3.2rem;
  z-index: 30;
}

.c-btn.--default.--ex::before {
  background-image: url(../images/common/btn_ex.svg);
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.c-category {
  border-radius: 2rem;
  color: #30AB98;
  display: grid;
  font-weight: 500;
  letter-spacing: 0.096rem;
  line-height: 1.4;
  padding-block: 0rem 0.2rem;
  padding-inline: 1.26rem;
  place-items: center;
  transition: opacity 0.3s ease;
}

.c-category--all {
  background: #fff;
  border: 1px solid #30AB98;
}

.c-category--frame {
  background: #fff;
  border: 1px solid #A4DDD5;
}

.c-category--solid {
  background: #F4F4F4;
  border: 1px solid transparent;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.c-pagination {
  background-color: #fff;
  border: 1px solid #DBDADA;
  border-radius: 100%;
  color: #30AB98;
  display: grid;
  font-family: "Jost", sans-serif;
  height: 4rem;
  letter-spacing: 0.096rem;
  place-items: center;
  position: relative;
  transition: background-color 0.3s ease;
  width: 4rem;
}

.c-pagination--active {
  background-color: #30AB98;
  border: 1px solid transparent;
  color: #fff;
}

a.next.p-works-contents__pagination-link.c-pagination,
a.prev.p-works-contents__pagination-link.c-pagination {
  background-color: #DBDADA;
  border: 1px solid transparent;
  position: relative;
  transition: border-color 0.3s ease;
}
a.next.p-works-contents__pagination-link.c-pagination::before,
a.prev.p-works-contents__pagination-link.c-pagination::before {
  background: url(../images/under/works/works_arrow_pagination.svg) no-repeat center center/contain;
  content: "";
  height: 1.4rem;
  left: calc(50% + 1px);
  position: absolute;
  top: 50%;
  translate: -50% -50%;
  width: 1.4rem;
}

a.prev.p-works-contents__pagination-link.c-pagination {
  rotate: 180deg;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
/* -------------------------------------------*/
.c-title p.en {
  color: #30AB98;
  font-family: "Jost", sans-serif;
  font-size: 6.4rem;
  font-weight: 500;
  letter-spacing: 0.0576em;
}
.c-title h2.ja {
  align-items: center;
  color: #272222;
  display: flex;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  gap: 1.9rem;
  line-height: 1;
}
.c-title h2.ja svg {
  margin-right: 0.3rem;
}
.c-title p.en.big {
  font-size: 2.4rem;
}
.c-title h2.ja.big {
  font-size: 3.8rem;
}
.p-top-mv__bottom {
  /* 初期状態で非表示 */
  animation: fadeUp 1s ease-out forwards;
  opacity: 0;
  /* 1秒でフェードアップ */
}

.p-top-mv__head {
  animation: cuteFadeUp 1s ease-out forwards;
  opacity: 0;
}

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

.p-top-fv .c-head__ttl span.top {
  left: -1.7vw;
  position: relative;
}
.p-top-fv .c-head__ttl span.left {
  position: relative;
  right: -2vw;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
/* ふわふわ浮くアニメーション */
.float {
  animation: floatY 6s ease-in-out infinite;
}

.float-slow {
  animation: floatY 9s ease-in-out infinite;
}

/* 上下にゆらゆら動く */
@keyframes floatY {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-500px);
  }
  100% {
    transform: translateY(0);
  }
}
/* もし自然な「漂い」感を出したいなら、回転も追加 */
@keyframes floatY {
  0% {
    transform: translateY(0) rotate(0deg);
  }
  25% {
    transform: translateY(-6px) rotate(1deg);
  }
  50% {
    transform: translateY(-10px) rotate(0deg);
  }
  75% {
    transform: translateY(-6px) rotate(-1deg);
  }
  100% {
    transform: translateY(0) rotate(0deg);
  }
}
/* ================================
   CTAデコレーション用アニメーション
================================ */
/* 共通設定 */
.l-cta__decos {
  overflow: visible;
  position: relative;
}

.l-cta__decos > div {
  position: absolute;
  /* 位置調整は必要に応じて個別指定 */
}

/* ふわふわ浮くアニメーション */
.float {
  animation: floatY 6s ease-in-out infinite;
}

.float-slow {
  animation: floatY 9s ease-in-out infinite;
}

/* 上下のゆらゆら */
@keyframes floatY {
  0% {
    transform: translateY(0) rotate(0deg);
  }
  25% {
    transform: translateY(-10px) rotate(1deg);
  }
  50% {
    transform: translateY(-20px) rotate(0deg);
  }
  75% {
    transform: translateY(-10px) rotate(-1deg);
  }
  100% {
    transform: translateY(0) rotate(0deg);
  }
}
.fade-target {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 2s ease, transform 2s ease;
}

.fade-target.is-show {
  opacity: 1;
  transform: translateY(0);
}

/* トップページフェードアップ */
.fade-up {
  opacity: 0;
  transform: translateY(100px);
  transition: all 2s ease-out;
}

/* 表示時の状態 */
.fade-up.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.hero {
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.deco {
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.line {
  aspect-ratio: 199/208;
  clip-path: polygon(calc(100% - 0.175rem) 0, 100% 0%, 0.175rem 100%, 0% 100%);
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(40deg);
  width: 48rem;
}

/* 疑似要素（光の本体） */
.line::before {
  background-color: #8f865b;
  content: "";
  height: 100%;
  opacity: 0;
  position: absolute;
  transform: translate(100%, -100%) rotate(61deg);
  width: 90%;
}

/* アニメ開始（observerで付与） */
.deco.init .line::before {
  animation: shootingLine 2s ease-out forwards;
}

.deco02.init .line::before {
  animation: shootingLine 2.5s ease-out forwards;
}

/* 流れ星の動き */
/* 流れ星のアニメーション */
@keyframes shootingLine {
  0% {
    opacity: 0;
    transform: translate(100%, -100%) rotate(61deg);
  }
  10% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    /* ← 消えない！ */
    transform: translate(-40%, 20%) rotate(61deg);
    /* ← 止まる位置 */
  }
}
@keyframes shootingLine {
  0% {
    opacity: 0;
    transform: translate(50%, -50%) rotate(61deg);
  }
  10% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    /* ← 消えない！ */
    transform: translate(-40%, 20%) rotate(61deg);
    /* ← 止まる位置 */
  }
}
/* アニメーション開始（スクロール後） */
.deco.init .line::before {
  animation: shootingLine 1s ease-out forwards;
  /* forwardsで止まる */
}

.deco02.init .line::before {
  animation: shootingLine 2s ease-out forwards;
}

span.line.hero--line01 {
  aspect-ratio: 197/199;
  left: calc(50% + 88rem);
  top: 17rem;
  transform: translateX(-50%) rotate(0deg);
  width: 28rem;
}

span.line.hero--line02 {
  aspect-ratio: 197/199;
  left: calc(50% + 70rem);
  top: 8rem;
  transform: translateX(-50%) rotate(1deg);
  width: 32rem;
}

span.line.hero--line03 {
  aspect-ratio: 197/199;
  left: calc(50% + 71.5rem);
  top: -1rem;
  transform: translateX(-50%) rotate(1deg);
  width: 30rem;
}

span.line.hero--line04 {
  aspect-ratio: 197/199;
  left: calc(50% + 69.5rem);
  top: -11rem;
  transform: translateX(-50%) rotate(1deg);
  width: 30rem;
}

span.line.hero--line05 {
  aspect-ratio: 197/199;
  left: calc(50% + 61rem);
  top: -5rem;
  transform: translateX(-50%) rotate(1deg);
  width: 29rem;
}

span.line.hero--line06 {
  aspect-ratio: 197/199;
  left: calc(50% + 93rem);
  top: -12rem;
  transform: translateX(-50%) rotate(1deg);
  width: 19rem;
}

span.line.hero--line07 {
  aspect-ratio: 211/157;
  left: calc(50% + 77.5rem);
  top: -27rem;
  transform: translateX(-50%) rotate(-8deg);
  width: 33rem;
}

span.line.hero--line08 {
  aspect-ratio: 197/199;
  display: none;
  left: calc(50% - 54rem);
  top: 46rem;
  transform: translateX(-50%) rotate(1deg);
  width: 17rem;
}

span.line.hero--line09 {
  aspect-ratio: 197/199;
  left: calc(50% - 54rem);
  top: 42.5rem;
  transform: translateX(-50%) rotate(1deg);
  width: 17rem;
}

span.line.hero--line10 {
  aspect-ratio: 197/199;
  left: calc(50% - 64rem);
  top: 32rem;
  transform: translateX(-50%) rotate(1deg);
  width: 27rem;
}

span.line.hero--line11 {
  aspect-ratio: 197/199;
  left: calc(50% - 56rem);
  top: 19rem;
  transform: translateX(-50%) rotate(1deg);
  width: 33rem;
}

span.line.hero--line12 {
  aspect-ratio: 197/199;
  left: calc(50% - 73rem);
  top: 23rem;
  transform: translateX(-50%) rotate(1deg);
  width: 46rem;
}

span.line.hero--line13 {
  aspect-ratio: 197/199;
  left: calc(50% - 73rem);
  top: 1rem;
  transform: translateX(-50%) rotate(1deg);
  width: 60rem;
}

span.line.hero--line14 {
  aspect-ratio: 197/199;
  left: calc(50% - 81rem);
  top: 20rem;
  transform: translateX(-50%) rotate(1deg);
  width: 23rem;
}

.p-top-belle__head.c-head {
  position: relative;
  z-index: 50;
}

/* 初期状態は transition 無し（＝伸びない）*/
.p-top-works__img {
  height: 20rem;
  width: 100%;
  -o-object-fit: cover;
  border-radius: 1rem 1rem 0 0;
  object-fit: cover;
  transition: none;
}

/* アクティブ時のスタイル */
.swiper-slide-active .p-top-works__img {
  height: 32rem;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  display: flex;
  position: relative;
  transform: translate3d(0px, 0, 0);
  width: 37.6rem;
}

/* 下から上にフェードアップ */
/* CSS：初期は下に20px＆透明、is-inview が付いたら上に戻りつつ不透明へ */
.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 700ms ease, transform 700ms cubic-bezier(0.22, 0.8, 0.34, 1);
  /* 好みで */
  will-change: opacity, transform;
}

.fade-in.is-inview {
  opacity: 1;
  transform: translateY(0);
}

/* 遅延（data-delay）を反映するための小技 */
.fade-in {
  transition-delay: var(--delay, 0ms);
}

/* 好みで：一度表示したら固定にしたい場合（スクロールアウトで消さない） */
.fade-in.--once.is-inview {
  pointer-events: auto;
}

/* アニメ距離や時間を調整したいとき */
:root {
  --fade-distance: 20px;
  /* ここを 8px〜40px くらいで調整 */
  --fade-duration: 700ms;
  /* ここを 400〜900ms で調整 */
}

.fade-in {
  transform: translateY(var(--fade-distance));
  transition-duration: var(--fade-duration);
}

/* アクセシビリティ：低速/無効化 */
.js-popfade {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.75s ease-out, transform 0.75s cubic-bezier(0.25, 1, 0.5, 1);
  /* ← シュッと感 */
}

.js-popfade.is-show {
  opacity: 1;
  transform: translateY(0);
}

.js-popzoom {
  opacity: 0;
  transform: translateY(40px) scale(0.92);
  /* ← 少し下 + 少し小さめ */
  transition: opacity 0.75s ease-out, transform 0.75s cubic-bezier(0.25, 1.4, 0.5, 1);
  /* ← ポワンッ感のカーブ */
}

.js-popzoom.is-show {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/* -------------------------------------------*/
/* -------------------------------------------*/
main.l-main.p-company {
  overflow: hidden;
}

nav.breadcrumb {
  bottom: 2rem;
  display: flex;
  position: absolute;
}
nav.breadcrumb svg {
  margin-left: 0.9rem;
}
nav.breadcrumb ul {
  align-items: center;
  display: flex;
  gap: 1rem;
}

nav.breadcrumb li a {
  border-bottom: 1px solid #30AB98;
  color: #272222;
  font-family: "Jost", sans-serif;
  font-style: normal;
  font-style: normal;
}

nav.breadcrumb li {
  color: #30AB98;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.6;
}

.p-under-fv {
  background: #fff;
  background: #fff;
  box-shadow: 2px 2px 12px 0 rgba(117, 117, 117, 0.1);
  height: 50rem;
  position: relative;
  z-index: 10;
}
.p-under-fv h2.c-head__ttl {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  left: 50%;
  letter-spacing: 2.4px;
  line-height: 1.6;
  position: absolute;
  text-align: center;
  top: calc(50% + 0.6rem);
  transform: translateX(-50%);
}
.p-under-fv .c-head__ttl svg {
  margin-inline: 0.5rem;
  position: relative;
  top: -1rem;
}
.p-under-fv .c-head__ttl span.circle {
  position: relative;
}
.p-under-fv .c-head__ttl span.circle::before {
  aspect-ratio: 1/1;
  background: url(../images/common/under/circle_black.svg) no-repeat top center/contain;
  content: "";
  display: inline-block;
  left: -3rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
}
.p-under-fv .c-head__ttl span.circle::after {
  aspect-ratio: 1/1;
  background: url(../images/common/under/circle_black.svg) no-repeat top center/contain;
  content: "";
  display: inline-block;
  position: absolute;
  right: -3rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
}
.p-under-fv__deco01 {
  left: calc(50% - 80.9rem);
  position: absolute;
  top: 14.5rem;
  width: 29.5rem;
}
.p-under-fv__deco02 {
  position: absolute;
  right: calc(50% - 86.9rem);
  top: 14.5rem;
  width: 29.5rem;
}
.p-under-fv__deco03 {
  position: absolute;
  right: calc(50% - 71.9rem);
  top: 25.5rem;
  width: 23.5rem;
}
.p-under-fv__deco04 {
  position: absolute;
  right: calc(50% - 58.9rem);
  top: 14rem;
  width: 24.5rem;
}
.p-under-fv__deco05 {
  position: absolute;
  right: calc(50% - 69.9rem);
  top: -4rem;
  width: 28.5rem;
}

.p-company-philosophy {
  background-color: #fff;
  border-radius: 0 0 6rem 6rem;
  padding-block: 12.1rem 7.1rem;
  position: relative;
}
.p-company-philosophy__scroll {
  color: #747474;
  font-family: Montserrat;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 2.4px;
  line-height: 160%;
  position: absolute;
  right: 2.6rem;
  text-align: center;
  top: 4.5rem;
  z-index: 10;
}
.p-company-philosophy__deco01 {
  left: calc(50% - 15.9rem);
  position: absolute;
  top: -21.5rem;
  width: 49.5rem;
}
.p-company-philosophy__deco02 {
  left: calc(50% - 94.9rem);
  position: absolute;
  top: 2.5rem;
  width: 52.5rem;
}
.p-company-philosophy__deco03 {
  position: absolute;
  right: calc(50% - 91.9rem);
  top: 18.5rem;
  width: 40.5rem;
}
.p-company-philosophy__title {
  text-align: center;
}
.p-company-philosophy .c-title h2.ja {
  justify-content: center;
}
.p-company-philosophy__text.--ja {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 5.6rem;
  font-weight: 700;
  letter-spacing: 3.36px;
  line-height: 1.3;
  margin-top: 6.8rem;
}
.p-company-philosophy__text.--ja span.green {
  color: #30AB98;
  font-size: 6.4rem;
  font-weight: 700;
  letter-spacing: 3.84px;
  line-height: 1.3;
}
.p-company-philosophy__text.--ja span.green span.medium {
  font-size: 5.6rem;
  padding-inline: 0.5rem;
  position: relative;
  top: -0.5rem;
}
.p-company-philosophy__text.--en {
  color: #30AB98;
  font-family: "Jost", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-top: 1.2rem;
  text-align: center;
}
.p-company-philosophy__bottomText {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.6;
  margin-inline: auto;
  margin-top: 5rem;
  max-width: 70rem;
  text-align: center;
  width: 100%;
}

.p-company__bg {
  display: flex;
  gap: 0.6rem;
  margin-top: -6rem;
}

.p-company-message {
  background: #fff;
  border-radius: 6rem;
  margin-top: -2rem;
  padding-block: 12.5rem 17.8rem;
  position: relative;
  z-index: 20;
}
.p-company-message .c-title p.en {
  text-align: left;
}
.p-company-message__title {
  order: 1;
}
.p-company-message__textBox {
  align-items: center;
  display: flex;
  gap: 12.3rem;
}
.p-company-message__head.p-under-fv__head.c-head {
  width: 52rem;
}
.p-company-message__img-wrap {
  flex: 1;
  margin-top: 2rem;
  position: relative;
  width: 37%;
}
.p-company-message__img {
  margin-top: 7rem;
  position: relative;
  width: 84.6%;
}
.p-company-message__img-deco {
  bottom: -22rem;
  position: absolute;
  right: -12rem;
  width: 46rem;
}
.p-company-message__catch {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.4;
  margin-top: 4.6rem;
}
.p-company-message__text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.6;
  margin-top: 3.5rem;
}
.p-company-message__name {
  margin-top: 2.6rem;
  text-align: right;
}
.p-company-message__name span.big {
  color: var(--, #272222);
  font-family: "Zen Old Mincho", serif;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.6;
  padding-left: 2rem;
  text-align: right;
}

.p-company-build {
  background: #F4F4F4;
  border-radius: 0 0 6rem 6rem;
  box-shadow: 2px 2px 12px 0 rgba(117, 117, 117, 0.1);
  margin-top: -5rem;
  padding-block: 17rem 12rem;
  position: relative;
  z-index: 10;
}
.p-company-build__title.c-title {
  flex: 1;
}
.p-company-build__img {
  position: relative;
}
.p-company-build__deco01 {
  height: auto;
  left: calc(50% - 87.9rem);
  position: absolute;
  top: 62.5rem;
  width: 39.5rem;
}
.p-company-build__deco02 {
  height: auto;
  position: absolute;
  right: calc(50% - 84.9rem);
  top: 19.5rem;
  width: 36.5rem;
}
.p-company-build__head {
  display: flex;
}
.p-company-build__text {
  color: #272222;
  flex: 1;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1.2px;
  line-height: 1.6;
  padding-left: 6rem;
  padding-top: 2rem;
  position: relative;
}
.p-company-build__contents {
  display: flex;
  gap: 8rem;
  margin-top: 6rem;
}
.p-company-build__textBox {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.96px;
  line-height: 160%;
  margin-left: 2rem;
  margin-top: 4rem;
  padding-left: 4rem;
}
.p-company-build__textBox h3 {
  font-family: "Jost", sans-serif;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 500;
  /* 51.2px */
  letter-spacing: 1.92px;
  line-height: 160%;
}
.p-company-build__textBox.--purple {
  border-left: 1px solid #A46DCF;
  color: #A46DCF;
}
.p-company-build__textBox.--blue {
  border-left: 1px solid #579Df3;
  color: #579Df3;
}
.p-company-build__btn.c-btn.--default.--ex {
  margin-left: auto;
  margin-top: 3rem;
}

.p-company-color {
  background: #30AB98;
  border-radius: 0 0 6rem 6rem;
  box-shadow: 2px 2px 12px 0 rgba(117, 117, 117, 0.1);
  margin-top: -6rem;
  padding-block: 18rem 12rem;
}
.p-company-color__head {
  position: relative;
  z-index: 50;
}
.p-company-color__deco {
  position: absolute;
  right: 0;
  top: 2.3rem;
  width: 29rem;
  z-index: 1;
}
.p-company-color .c-title p.en {
  color: #fff;
  text-align: center;
}
.p-company-color .c-title h2.ja {
  color: #fff;
  justify-content: center;
}
.p-company-color__contents {
  display: flex;
  gap: 9rem;
  margin-top: 11.5rem;
}
.p-company-color__imgBox {
  position: relative;
  width: 50rem;
}
.p-company-color__photo {
  left: 0;
  position: absolute;
  top: 0;
  width: 84%;
  z-index: 30;
}
.p-company-color__img {
  position: absolute;
  right: 0;
  top: 8rem;
  width: 84%;
  z-index: 10;
}
.p-company-color__textBox {
  flex: 1;
  margin-top: 3rem;
}
.p-company-color__textBox h3 {
  color: #FFF;
  display: inline;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.4;
  padding-bottom: 0.7rem;
}
.p-company-color__textBox p {
  color: #FFF;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.6;
  margin-top: 3rem;
}

.p-company-profile {
  background-color: #fff;
  border-bottom-left-radius: 6rem;
  border-bottom-right-radius: 6rem;
  padding-block: 17.6rem 12rem;
  z-index: 10;
}
.p-company-profile .c-title p.en {
  text-align: center;
}
.p-company-profile .c-title h2.ja {
  justify-content: center;
}
.p-company-profile__contents {
  margin-inline: auto;
  margin-top: 10.6rem;
  max-width: 90rem;
}
.p-company-profile__contents-ddWrap {
  width: 100%;
}
.p-company-profile__contents-dl {
  align-items: center;
  display: flex;
  position: relative;
}
.p-company-profile br.tpp {
  line-height: 1;
}
.p-company-profile__contents-dl:nth-of-type(1):before {
  background-color: #A4DDD5;
  content: "";
  display: inline-block;
  height: 0.1rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 14rem;
}
.p-company-profile__contents-dl::after {
  background-color: #A4DDD5;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 0.1rem;
  left: 0;
  position: absolute;
  width: 14rem;
}
.p-company-profile__contents-dl:nth-of-type(1) .p-company-profile__contents-dd {
  border-top: 1px solid rgba(207, 207, 207, 0.8117647059);
}
.p-company-profile__contents-dt {
  color: #30AB98;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.6;
  padding-block: 2.2rem 2.5rem;
  padding-left: 3rem;
  width: 14rem;
}
.p-company-profile__contents-dd {
  border-bottom: 1px solid rgba(207, 207, 207, 0.8117647059);
  color: #444;
  flex: 1;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.96px;
  line-height: 160%;
  padding-block: 2.2rem 2.4rem;
  padding-left: 9.5rem;
}
.p-company-profile__map {
  margin-top: 8rem;
}
.p-company-profile__map iframe {
  height: 35rem;
  width: 100%;
}
.p-company-profile__logoWrap {
  display: contents;
}
.p-company-profile__img {
  margin-top: 8rem;
}
.p-company-profile__img01 {
  width: 11rem;
}
.p-company-profile__img02 {
  width: 21rem;
}
.p-company-profile__imf03 {
  left: -2rem;
  position: relative;
  width: 15rem;
}
.p-company-profile__img04 {
  left: -1rem;
  position: relative;
  top: -0.5rem;
  width: 9rem;
}
.p-company-profile__img05 {
  left: 2rem;
  position: relative;
  width: 11rem;
}
.p-company-profile__logos {
  align-items: center;
  display: flex;
  gap: 5.2rem;
  margin-top: 7rem;
}
.p-company-profile__logos img {
  -o-object-fit: contain;
  object-fit: contain;
}

.p-company-profile__contents-dd br.top {
  content: "";
  display: block;
  display: block !important;
  margin-bottom: 1rem !important;
}

span.margin {
  display: block;
  margin-top: 0.8rem;
}

.p-company-companies {
  background: #E3E34E;
  border-radius: 6rem;
  margin-top: -6rem;
  padding-block: 12rem 11.8rem;
  position: relative;
  z-index: 10;
}
.p-company-companies__title {
  position: relative;
  z-index: 10;
}
.p-company-companies .c-title p.en {
  text-align: center;
}
.p-company-companies .c-title h2.ja {
  justify-content: center;
}
.p-company-companies__contents {
  margin-inline: auto;
  margin-top: 9.8rem;
  max-width: 90rem;
}
.p-company-companies__tel {
  display: block;
  margin-top: 0.5rem;
}
.p-company-companies__item {
  background: #FFF;
  border-radius: 1rem;
}
.p-company-companies__items {
  display: grid;
  gap: 0.6rem;
  grid-template-columns: repeat(2, 1fr);
}
.p-company-companies__textBox {
  font-family: "Zen Kaku Gothic New", sans-serif;
  padding-block: 2rem 2.5rem;
  padding-inline: 2rem;
}
.p-company-companies__address-wrap {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 0.8rem;
}
.p-company-companies__address-wrap address {
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.4;
}
.p-company-companies__bottom {
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-top: 4.1rem;
}
.p-company-companies__tel, .p-company-companies__fax {
  color: #444;
  font-family: "Jost", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.6;
}
.p-company-companies__items-link {
  color: #188877;
  font-family: "Jost", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.6;
  position: relative;
  transition: 0.3s;
}
.p-company-companies__items-link::after {
  background-color: #A4DDD5;
  bottom: -0.1rem;
  content: "";
  display: inline-block;
  height: 0.1rem;
  left: 0;
  position: absolute;
  width: 100%;
}
.p-company-companies__address-link {
  display: inline-flex;
  margin-left: 1.3rem;
  position: relative;
  top: 0.3rem;
  width: 5.6rem;
}
.p-company-companies__subtitle {
  align-items: center;
  border-bottom: 1px solid #DBDADA;
  color: #272222;
  display: flex;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.6;
  padding-bottom: 0.5rem;
}
.p-company-companies__subtitle svg {
  margin-right: 1rem;
}
.p-company-companies__bottom {
  margin-top: 1.5rem;
}
.p-company-companies__bottom.--margin {
  margin-top: 4rem;
}
.p-company-companies__bottom.--margin-2 {
  padding-top: 2.5rem;
}
.p-company-companies .swiper-wrapper {
  display: grid;
}
.p-company-companies .swiper-android .swiper-slide,
.p-company-companies .swiper-ios .swiper-slide,
.p-company-companies .swiper-wrapper {
  display: grid;
  height: unset !important;
  width: 100%;
}
.p-company-companies .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.p-company-companies .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  background: #A4DDD5;
  height: 6px;
  opacity: 1;
  width: 6px;
}
.p-company-companies .swiper-pagination.js-company-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  display: flex;
  gap: 0.8rem;
  justify-content: center;
  position: relative;
  top: 3rem;
}
.p-company-companies span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #30AB98 !important;
}

/* SP */
li.p-company-companies__item.swiper-slide {
  display: block;
}

.swiper-pagination.js-company-pagination {
  display: none;
}

.p-company-business {
  background-color: #E8F8F6;
  margin-top: -6rem;
  padding-block: 18.5rem 0rem;
}
.p-company-business .c-title p.en {
  text-align: center;
}
.p-company-business .c-title h2.ja {
  justify-content: center;
}
.p-company-business__items {
  display: grid;
  gap: 0.6rem;
  grid-template-columns: repeat(3, 1fr);
}
.p-company-business__item {
  background: #fff;
  border-radius: 1rem;
  position: relative;
}
.p-company-business__item.--green {
  border: 1px solid #A4DDD5;
}
.p-company-business__textBox {
  color: #444;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.4;
  min-height: 16rem;
  padding-block: 1.4rem 1.5rem;
  padding-inline: 2rem;
}
.p-company-business__subtitle {
  align-items: center;
  border-bottom: 1px solid #DBDADA;
  color: #272222;
  display: flex;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.6;
  padding-bottom: 0.4rem;
}
.p-company-business__subtitle svg {
  margin-right: 1rem;
}
.p-company-business__map-link {
  bottom: 1.5rem;
  display: block;
  margin-left: auto;
  position: absolute;
  right: 2rem;
  width: 5.6rem;
}
.p-company-business__items {
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-top: -38.5rem;
}
.p-company-business__address {
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-top: 0.8rem;
}
.p-company-business__tel-link {
  display: block;
  margin-top: 0.4rem;
}

.p-company-business.--bottom {
  background-color: #30AB98;
  margin-top: -2rem;
  padding-block: 28.5rem 21rem;
}

.p-company-history {
  background: #fff;
  border-radius: 6rem;
  box-shadow: 2px 2px 12px 0 rgba(117, 117, 117, 0.1);
  margin-top: -6rem;
  padding: 6rem 0;
  padding-block: 12rem 27.5rem;
  position: relative;
  /* ------- レスポンシブ ------- */
}
.p-company-history__deco01 {
  height: auto;
  left: calc(50% - 84.9rem);
  position: absolute;
  top: 13.5rem;
  width: 36.5rem;
}
.p-company-history__deco02 {
  height: auto;
  position: absolute;
  right: calc(50% - 64.9rem);
  top: 29.5rem;
  width: 29.5rem;
}
.p-company-history__deco03 {
  height: auto;
  position: absolute;
  right: calc(50% - 76.9rem);
  top: 66.5rem;
  width: 34.5rem;
}
.p-company-history__deco04 {
  bottom: 48.5rem;
  height: auto;
  left: calc(50% - 76.9rem);
  position: absolute;
  width: 29.5rem;
}
.p-company-history .c-title p.en {
  text-align: center;
}
.p-company-history .c-title h2.ja {
  justify-content: center;
}
.p-company-history__inner {
  margin: 0 auto;
  max-width: 800px;
  position: relative;
}
.p-company-history__list {
  margin-inline: auto;
  margin-top: 9.8rem;
  max-width: 83.8rem;
  padding-left: 0rem;
  position: relative;
}
.p-company-history__list::before {
  border-left: solid 1px #747474;
  content: "";
  height: 105.5%;
  left: 19.9rem;
  margin-left: -1px;
  position: absolute;
  top: -2.5rem;
  z-index: 1;
}
.p-company-history__item {
  align-items: flex-end;
  display: flex;
  gap: 9.5rem;
  margin-bottom: 4.2rem;
  padding-left: 0.7rem;
  position: relative;
}
.p-company-history__item:nth-of-type(20) .p-company-history__text {
  top: 1rem;
}
.p-company-history__item:nth-of-type(20) .p-company-history__text::before {
  top: calc(50% - 0.4rem);
}
.p-company-history__year {
  color: #A4DDD5;
  font-family: "Jost", sans-serif;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.3;
  position: relative;
  width: 14.2rem;
}
.p-company-history__year span.circle {
  color: #747474;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.4;
  position: relative;
  text-align: right;
}
.p-company-history__year span.circle::after {
  background: #30AB98;
  border-radius: 50%;
  content: "";
  height: 0.9rem;
  left: 18.67rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.9rem;
  z-index: 50;
}
.p-company-history__text {
  color: #444;
  flex: 1;
  font-family: "Zen Kaku Gothic New", serif;
  font-size: 1.6rem;
  font-style: normal;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.4;
  position: relative;
  top: -0.6rem;
}
.p-company-history__text span.left {
  padding-left: 1rem;
}
.p-company-history__text::before {
  background: #747474;
  content: "";
  display: inline-block;
  height: 0.1rem;
  left: -9.3rem;
  position: absolute;
  top: calc(50% + 0.1rem);
  transform: translateY(-50%);
  width: 8rem;
  z-index: 30;
}
.p-company-zeb {
  background-color: #f4f4f4;
  margin-top: -6rem;
  padding-block: 16rem 15.8rem;
  position: relative;
  z-index: 1;
}

.p-company-zeb__t-center {
  text-align: center;
}
.p-company-zeb__t-center-flex {
  justify-content: center;
}

.p-company-zeb__main-wrap {
  display: flex;
  column-gap: 50px;
  align-items: flex-start;
  margin-top: 8rem;
  max-width: 90rem;
  width: 100%;
  margin-inline: auto;
}
.p-company-zeb__img {
    width: 225px;
}
.p-company-zeb__img img {
  aspect-ratio: 95 / 118;
  object-fit: contain;
}
.p-company-zeb__main {
    flex: 1;
}

.p-company-zeb__main-text {
  font-size: 1.6rem;
}
.p-company-zeb__main-text + .p-company-zeb__main-text {
  margin-top: 2.4rem;
}

.p-company-zeb__btn-wrap {
  margin-top: 6rem;
  width: -moz-fit-content;
  width: fit-content;
}

.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-next.c-btn {
  position: relative;
}

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

.p-contact__btn-next input {
  align-items: center;
  background: #272222;
  border: 0.2rem solid #272222;
  border-radius: 4rem;
  color: #fff;
  display: flex;
  flex-shrink: 0;
  font-size: 1.6rem;
  font-weight: 700;
  gap: 3rem;
  height: 8rem;
  transition: 0.3s;
  width: 26rem;
}

.p-contact__btn-next.c-btn::before {
  display: none;
}

.p-contact__btn-next.c-btn {
  position: relative;
}
.p-contact__btn-next.c-btn::before {
  background-image: url(../images/common/btn_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 3.2rem;
  position: absolute;
  right: 2.2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 3.2rem;
}

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

.p-contact__btn-next.--back.c-btn.--default {
  background: #fff;
  border: 1px solid #272222;
}
.p-contact__btn-next.--back.c-btn.--default input {
  background-color: #fff;
  border: none;
  color: #272222;
}

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 {
  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-next.--back.c-btn.--default::before {
  left: 2.2rem;
  transform: translateY(-50%) rotate(180deg);
}

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

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

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

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: #272222;
  border: 0.2rem solid #272222;
  border-radius: 4rem;
  color: #fff;
  display: flex;
  flex-shrink: 0;
  font-size: 1.6rem;
  font-weight: 700;
  gap: 3rem;
  height: 8rem;
  padding-left: 4rem;
  position: relative;
  position: relative;
  text-align: center;
  transition: 0.3s;
  width: 26rem;
  z-index: 50;
}
.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;
}

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

.p-contact__btn-next {
  display: flex;
  justify-content: center;
  margin-top: 5rem;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.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: 1.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 {
  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;
  width: 4rem;
}
.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:nth-of-type(2) {
  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 td {
  border: 1px solid #d8d8d8;
  padding: 1rem 1.5rem;
  text-align: left;
}

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

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

.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.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;
  display: flex;
  display: inline-flex;
  gap: 1rem;
  justify-content: center;
  padding-bottom: 1rem;
  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 {
  background-color: #f5f5f5;
  padding-bottom: 13.5rem;
}
.p-oem-examples__inner {
  padding-top: 8rem;
}
.p-oem-examples .c-btn-wrap::before {
  background-color: #f5f5f5;
}
.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-oem-examples__catch-wrap {
  display: flex;
  gap: 8.3rem;
  margin-top: 5rem;
}
.p-oem-examples__catch {
  position: relative;
  z-index: 50;
}
.p-oem-examples__body {
  box-sizing: border-box;
  margin-top: 4.2rem;
  overflow: hidden;
  width: calc(100% + (103.4vw - 100%) / 2);
}
.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;
}
.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 {
  padding-block: 8rem 10rem;
}
.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-partner-download {
  font-family: "Zen Kaku Gothic New", sans-serif;
  padding-block: 12rem 3rem;
}
.p-partner-download__title {
  color: #30AB98;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.6;
  text-align: center;
}
.p-partner-download__head {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 5.8rem;
}
.p-partner-download__head-link {
  align-items: center;
  display: flex;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  height: 6.4rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
  padding-inline: 5rem;
  position: relative;
  text-align: center;
}
.p-partner-download__head-link:nth-of-type(1), .p-partner-download__head-link:nth-of-type(3) {
  border-left: 1px solid #A4DDD5;
  border-right: 1px solid #A4DDD5;
}
.p-partner-download__head-link:nth-of-type(4) {
  border-right: 1px solid #A4DDD5;
}
.p-partner-download__contents {
  background: #E8F8F6;
  border-radius: 1rem;
  margin-top: 8rem;
  padding-block: 8rem;
}
.p-partner-download__contents:nth-of-type(3) {
  margin-top: 4rem;
}
.p-partner-download__contents:nth-of-type(4) {
  margin-top: 4rem;
}
.p-partner-download__contents:nth-of-type(5) {
  margin-top: 4rem;
}
.p-partner-download__contents-inner {
  margin-inline: auto;
  max-width: 70rem;
}
.p-partner-download__contentsTitle {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.6;
  text-align: center;
}
.p-partner-download__contentsTitle svg:not(:root) {
  position: relative;
  top: -0.5rem;
}
.p-partner-download__contentsTitle span.circle {
  position: relative;
}
.p-partner-download__contentsText {
  background: #fff;
  border-radius: 1rem;
  font-size: 2rem;
  font-weight: 400;
  margin-top: 6rem;
  padding-block: 3rem;
  padding-inline: 1rem;
  text-align: center;
}
.p-partner-download__contentsText span.green {
  color: #30AB98;
  font-size: 2rem;
}
.p-partner-download__contentsNote {
  color: #000;
  font-size: 1.6rem;
  margin-top: 3rem;
  text-align: center;
}
.p-partner-download__Link {
  align-items: center;
  background: #30AB98;
  border: 1px solid #30AB98;
  border-radius: 4rem;
  color: #FFF;
  display: flex;
  font-size: 1.8rem;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  gap: 2rem;
  height: 8rem;
  margin-inline: auto;
  margin-top: 6rem;
  max-width: 52.2rem;
  padding-left: 1.7rem;
  text-align: center;
  transition: 0.3s;
  width: 100%;
}
.p-partner-download__Link img.link_img01 {
  aspect-ratio: 1/1;
  width: 5.8rem;
  -o-object-fit: contain;
  object-fit: contain;
  position: relative;
  right: 0.7rem;
}
.p-partner-download__Link img.link_img02 {
  aspect-ratio: 36/40;
  width: 3.6rem;
  -o-object-fit: contain;
  object-fit: contain;
}
.p-partner-download__submission {
  align-items: center;
  background: #fff;
  border: 1px solid #30AB98;
  border-radius: 1rem;
  display: flex;
  gap: 6.2rem;
  margin-top: 5rem;
  padding-block: 1.2rem;
  padding-inline: 6.6rem;
  position: relative;
}
.p-partner-download__submission-mail {
  position: relative;
}
.p-partner-download__submission-mail::before {
  background: #272222;
  bottom: 2px;
  content: "";
  display: inline-block;
  height: 0.1rem;
  left: 0;
  position: absolute;
  width: 100%;
}
.p-partner-download__submission.--electronic {
  padding-block: 3.4rem;
}
.p-partner-download__submission::before {
  background-color: #30AB98;
  content: "";
  display: inline-block;
  height: 100%;
  left: 19.7rem;
  position: absolute;
  width: 0.1rem;
}
.p-partner-download__submission-dt {
  color: #30AB98;
  font-size: 2rem;
  font-weight: 500;
  padding-right: 6.85rem;
}
.p-partner-download__submission-dl {
  font-size: 2rem;
}
.p-partner-download__submission-dl span.green {
  display: block;
  margin-top: 1.5rem;
  text-align: left;
}
.p-partner-download__contents.--designation .p-partner-download__contentsNote {
  margin-inline: auto;
  max-width: 45.7rem;
  text-align: left;
}
.p-partner-download__contents.--estimate .p-partner-download__submission {
  gap: 4.3rem;
  margin-top: 6rem;
  padding-block: 2.2rem 2rem;
  padding-inline: 6.6rem 2rem;
}
.p-partner-download__contents.--estimate .p-partner-download__submission.--bottom {
  margin-top: 3rem;
}
.p-partner-download__contents.--estimate__place {
  font-size: 16px;
  width: 12rem;
}
.p-partner-download__contents.--estimate__submission-address {
  border-left: 1px solid #A4DDD5;
  flex: 1;
  font-size: 2rem;
  padding-left: 2rem;
}

.p-partner-download__Link.--narrow {
  gap: 4rem;
  margin-top: 3rem;
  max-width: 30rem;
  padding-left: 10rem;
}

.p-partner-download__Link.--narrow.--second.u-sp {
  gap: 1rem;
  margin-top: 6rem;
  padding-left: 7.5rem;
}

.p-partner-download__Link.--narrow.--second.u-sp.--man {
  margin-top: 2em;
  padding-left: 4.5rem;
  padding-right: 1em;
  width: -moz-fit-content;
  width: fit-content;
}

.p-partner-download__Link.--narrow.--second.u-pt {
  padding-left: 8.6rem;
}

.p-partner-download__Link.--narrow.--third {
  gap: 3.2rem;
  margin-top: 6rem;
  padding-left: 1.5rem;
}

span.green {
  color: var(---01, #30AB98);
  font-family: "Zen Kaku Gothic New";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.96px;
  line-height: 160%;
  text-align: center;
}

.p-partner-download__submission-dlWrap {
  align-items: center;
  display: flex;
}

address.p-partner-download__submission-address {
  border-left: 1px solid #A4DDD5;
  flex: 1;
  font-size: 2rem;
  padding-left: 2rem;
}

.p-partner-download__submission-dt {
  color: #30AB98;
  font-size: 2rem;
  font-weight: 500;
  padding-right: 4.85rem;
}

.p-partner-download__place {
  color: #272222;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.6;
  width: 12rem;
}

dl.p-partner-download__submission.--designation {
  gap: 5.5rem;
  margin-top: 3rem;
  padding-block: 1.5rem;
  padding-inline: 5.3rem;
}

.p-partner-download__inner.u-con--md {
  max-width: 104rem;
}

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

.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__text-wrap {
  align-items: flex-start;
  display: flex;
  min-height: 29.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;
  display: flex;
  padding-left: 2.4rem;
}
.p-product-point__img {
  aspect-ratio: 380/200;
  width: 38rem;
}

.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 {
  background-color: #f5f5f5;
  padding-bottom: 13.5rem;
}
.p-product-examples__inner {
  padding-top: 8rem;
}
.p-product-examples .c-btn-wrap::before {
  background-color: #f5f5f5;
}
.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-product-examples__catch-wrap {
  display: flex;
  gap: 8.3rem;
  margin-top: 5rem;
}
.p-product-examples__catch {
  position: relative;
  z-index: 50;
}
.p-product-examples__body {
  box-sizing: border-box;
  margin-top: 4.2rem;
  overflow: hidden;
  width: calc(100% + (103.4vw - 100%) / 2);
}
.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;
}
.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 {
  padding-block: 8rem 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-satalk__pickup-box {
  padding-block: 6.4rem 7rem;
  position: relative;
  text-align: center;
}
.p-satalk__pickup-box::before {
  background: #30ab98;
  bottom: -19rem;
  content: "";
  height: calc(100% - 41.9rem + 19rem);
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.p-satalk__pickup-title {
  color: #30ab98;
  display: inline-block;
  font-family: "Jost", sans-serif;
  font-size: 4.8rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 0.93;
  position: relative;
  text-align: center;
}
.p-satalk__pickup-title::before {
  background: #30ab98;
  content: "";
  height: 0.2rem;
  left: -5.6rem;
  position: absolute;
  rotate: 59.53deg;
  top: 50%;
  translate: 0 -50%;
  width: 4rem;
}
.p-satalk__pickup-title::after {
  background: #30ab98;
  content: "";
  height: 0.2rem;
  position: absolute;
  right: -5.6rem;
  rotate: 120.47deg;
  top: 50%;
  translate: 0 -50%;
  width: 4rem;
}

.p-satalk__pickup-content {
  margin-top: 3rem;
}

.p-satalk__swiper-container {
  position: relative;
}

.p-satalk__swiper-wrapper {
  align-items: flex-end;
}

.p-satalk__swiper-slide.swiper-slide {
  align-items: stretch;
  display: flex;
  height: auto;
  width: 60rem !important;
}

.p-satalk__swiper-link {
  align-items: stretch;
  display: flex;
  flex-direction: column;
}

.p-satalk__swiper-img-wrapper {
  height: 36rem;
  overflow: hidden;
  padding-top: 6rem;
  transition: padding-top 0.8s ease;
}

.p-satalk__swiper-img {
  border-radius: 1rem 1rem 0 0;
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.p-satalk__swiper-img img {
  border-radius: 1rem 1rem 0 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.3s;
}

.p-satalk__swiper-container .swiper-slide-active .p-satalk__swiper-img-wrapper {
  padding-top: 0;
}

.p-satalk__swiper-body {
  background-color: #fff;
  border-radius: 0 0 1rem 1rem;
  flex: 1;
  padding: 2rem 4rem;
  text-align: left;
}

.p-satalk__swiper-body-title {
  color: #272222;
  display: -webkit-box;
  font-family: "Zen Kaku Gothic New", serif;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.6;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.p-satalk__swiper-text {
  display: -webkit-box;
  font-family: "Zen Kaku Gothic New", serif;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.6;
  margin-top: 1rem;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.p-satalk__swiper-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2.2rem;
}

.p-satalk__swiper-tag-item {
  background: #e3e34e;
  border-radius: 2rem;
  line-height: 1.3;
  padding: 0.1rem 1rem 0.3rem;
}

.p-satalk__swiper-tag-text {
  color: #272222;
  font-family: "Zen Kaku Gothic New", serif;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1;
  text-align: center;
}

.p-satalk__swiper-container .swiper-button-prev,
.p-satalk__swiper-container .swiper-button-next {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 6rem;
  justify-content: center;
  margin-top: 0;
  position: absolute !important;
  width: 6rem;
}
.p-satalk__swiper-container .swiper-button-prev::after,
.p-satalk__swiper-container .swiper-button-next::after {
  display: none;
}
.p-satalk__swiper-container .swiper-button-prev svg,
.p-satalk__swiper-container .swiper-button-next svg {
  display: block;
  height: auto;
  transition: 0.3s;
  width: 100%;
}
.p-satalk__swiper-container .swiper-button-prev svg rect,
.p-satalk__swiper-container .swiper-button-prev svg path,
.p-satalk__swiper-container .swiper-button-next svg rect,
.p-satalk__swiper-container .swiper-button-next svg path {
  transition: 0.3s;
}

.p-satalk__swiper-container .swiper-button-prev.js-satalk-prev {
  border-radius: 50%;
  box-shadow: 0 0.2rem 0.5rem rgba(165, 165, 165, 0.2);
  left: calc((100% - 60rem) / 2);
  translate: -50% 0;
}

.p-satalk__swiper-container .swiper-button-next.js-satalk-next {
  border-radius: 50%;
  box-shadow: 0 0.2rem 0.5rem rgba(165, 165, 165, 0.2);
  right: calc((100% - 60rem) / 2);
  translate: 50% 0;
}

.p-satalk-contents__inner-wrapper {
  background: #fff;
  border-radius: 6rem 6rem 0 0;
  margin-inline: auto;
  max-width: 136.6rem;
  padding-block: 10rem 8rem;
  position: relative;
}

.p-satalk-contents__inner-wrapper::before {
  background-color: #fff;
  border-radius: 6rem;
  content: "";
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-satalk-contents__tag-box {
  background: #e8f8f6;
  border-radius: 1rem;
  padding: 2.6rem 3rem 3.4rem;
  position: relative;
  text-align: center;
}

.p-satalk-contents__tag-head {
  color: #30ab98;
  font-family: "Jost", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.6;
  text-align: center;
  text-transform: uppercase;
}

.p-satalk-contents__tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.4rem 1rem;
  justify-content: center;
  margin-inline: auto;
  margin-top: 1rem;
  padding-inline: 2rem;
  width: min(56.6rem, 100%);
}

.p-satalk-contents__tag-link {
  background-color: #fff;
  border: 1px solid #e3e34e;
  border-radius: 100vmax;
  color: #272222;
  font-family: "Zen Kaku Gothic New", serif;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.4;
  padding: 0.1rem 1rem 0.3rem;
  text-align: center;
  transition: background-color 0.3s;
}

.p-satalk-contents__decos {
  position: relative;
  z-index: -1;
}
.p-satalk-contents__deco01 {
  left: calc(50% - 81.9rem);
  position: absolute;
  top: 29rem;
  width: 30.5rem;
}
.p-satalk-contents__deco02 {
  left: calc(50% - 108.9rem);
  position: absolute;
  top: 34rem;
  width: 36.5rem;
}
.p-satalk-contents__deco03 {
  position: absolute;
  right: calc(50% - 93.9rem);
  top: 68rem;
  width: 30.5rem;
}
.p-satalk-contents__deco04 {
  left: calc(50% - 67.9rem);
  position: absolute;
  top: 146rem;
  width: 30.5rem;
}
.p-satalk-contents__deco05 {
  position: absolute;
  right: calc(50% - 80.9rem);
  top: 236rem;
  width: 30.5rem;
}
.p-satalk-contents__deco06 {
  position: absolute;
  right: calc(50% - 111.9rem);
  top: 240rem;
  width: 40.5rem;
}
.p-satalk-contents__deco07 {
  left: calc(50% - 93.5rem);
  position: absolute;
  top: 276rem;
  width: 29.5rem;
}
.p-satalk-contents__deco08 {
  position: absolute;
  right: calc(50% - 66.9rem);
  top: 354rem;
  width: 33.5rem;
}

.p-satalk-contents__card-box {
  margin-top: 9rem;
  position: relative;
  z-index: 1;
}

.p-satalk-contents__card-head {
  align-items: center;
  color: #272222;
  display: flex;
  font-family: "Zen Kaku Gothic New", serif;
  font-size: 2.4rem;
  font-weight: 700;
  gap: 2rem;
  justify-content: center;
  letter-spacing: 0.06em;
  line-height: 1.6;
  text-align: center;
}

.p-satalk-contents__card-list {
  border-radius: 1rem;
  display: grid;
  gap: 3.4rem;
  grid-template-columns: 1fr;
  margin-top: 7rem;
  overflow: hidden;
}

.p-satalk-contents__card-link {
  align-items: stretch;
  border-radius: 1rem;
  display: flex;
  overflow: hidden;
}

.p-satalk-contents__card-img {
  overflow: hidden;
  width: 41rem;
}
.p-satalk-contents__card-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.3s;
}

.p-satalk-contents__card-body {
  background: #e8f8f6;
  flex: 1;
  padding: 4.1rem 4.1rem 6.1rem 4.9rem;
  position: relative;
}
.p-satalk-contents__card-body::before {
  background-image: url(../images/under/satalk/satalk_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 3.1rem;
  content: "";
  display: inline-block;
  height: 3rem;
  position: absolute;
  right: 4.1rem;
  transition: 0.3s;
  width: 3rem;
  z-index: 1;
}

.p-satalk-contents__card-body-head {
  background-color: #fff;
  border-radius: 1rem;
  padding: 1.2rem 2rem 1.6rem;
}

.p-satalk-contents__card-date {
  color: #30ab98;
  font-family: "Jost", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.4;
}

.p-satalk-contents__card-title {
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.6;
}

.p-satalk-contents__card-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1rem;
}

.p-satalk-contents__card-tag-item {
  background-color: #e3e34e;
  border-radius: 100vmax;
  line-height: 1.3;
  padding: 0.1rem 1rem 0.3rem;
}

.p-satalk-contents__card-tag-text {
  color: #272222;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1;
  text-align: center;
}

.p-satalk-contents__card-body-content {
  margin-top: 1.4rem;
}

.p-satalk-contents__card-text {
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.096rem;
  line-height: 1.6;
}

.p-works-contents__pagination-box.p-satalk-contents__pagination-box {
  position: relative;
  z-index: 1;
}
.p-works-contents__pagination-box.p-satalk-contents__pagination-box:not(:has(*)) {
  margin-block-start: 0;
}

.p-single-satalk__intro-wrap {
  background-color: #f4f4f4;
  padding-block: 12rem 21.1rem;
  position: relative;
}
.p-single-satalk__intro-wrap::before {
  background-color: #30ab98;
  bottom: 0;
  content: "";
  height: 40.5rem;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 0;
}

.p-single-satalk__intro {
  background-color: #fff;
  border-radius: 1rem;
  margin-inline: auto;
  max-width: 104rem;
  padding: 3.45rem 7rem 6.7rem;
  position: relative;
  width: 100%;
  z-index: 1;
}

.p-single-satalk__date {
  color: #30ab98;
  font-family: "Jost", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.4;
}

.p-single-satalk__title {
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.4;
  margin-top: 1rem;
}

.p-single-satalk__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.p-single-satalk__tag {
  align-items: center;
  background-color: #e3e34e;
  border: 1px solid #e3e34e;
  border-radius: 100vmax;
  color: #272222;
  display: flex;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.4;
  padding: 0.1rem 1rem 0.3rem;
  transition: background-color 0.3s;
}

.p-single-satalk__thumbnail {
  aspect-ratio: 90/54;
  border-radius: 1rem;
  margin-top: 2.65rem;
  overflow: hidden;
  width: 100%;
}

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

.p-single-satalk__intro-content {
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.6;
  margin-top: 5rem;
}

.p-single-satalk__main {
  background-color: #fff;
  border-radius: 6rem 6rem 0 0;
  margin-top: -9.1rem;
  position: relative;
  z-index: 2;
}

.p-single-satalk__main-wrap {
  margin-inline: auto;
  max-width: 104rem;
  padding: 14.5rem 7rem 15rem;
  position: relative;
  width: 100%;
  z-index: 1;
}

.p-single-satalk__main-content .wp-block-heading:not(:first-child) {
  margin-top: 12rem;
}
.p-single-satalk__main-content h2.wp-block-heading {
  border-bottom: 2px solid #e3e34e;
  color: #272222;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.4;
  margin-bottom: 3rem;
  padding-bottom: 2rem;
}
.p-single-satalk__main-content h3.wp-block-heading {
  color: #272222;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.12rem;
  line-height: 1.4;
  margin-bottom: 3.4rem;
  padding-left: 1.4rem;
  position: relative;
}
.p-single-satalk__main-content h3.wp-block-heading::before {
  aspect-ratio: 1;
  background-color: #e3e34e;
  border-radius: 50%;
  bottom: 0;
  content: "";
  height: auto;
  left: 0;
  position: absolute;
  width: 3rem;
  z-index: -1;
}
.p-single-satalk__main-content p {
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.6;
}
.p-single-satalk__main-content .wp-block-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  border-radius: 1rem;
  object-fit: cover;
}
.p-single-satalk__main-content .wp-block-image figcaption {
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.6;
  margin: 1rem 0 0;
  padding: 0;
  text-align: left;
}
.p-single-satalk__main-content .wp-block-image + * {
  margin-top: 4rem;
}

.p-single-satalk__writer {
  background: #e3e34e;
  padding: 8rem 2rem;
}

.p-single-satalk__writer-inner {
  background-color: #fff;
  border-radius: 2rem;
  margin-inline: auto;
  max-width: 90rem;
  padding: 3.2rem 9rem 4.2rem 8.4rem;
  text-align: center;
  width: 100%;
}

.p-single-satalk__writer-head {
  border-bottom: 1px solid #30ab98;
  color: #272222;
  display: inline-block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.6;
  padding-bottom: 1rem;
}

.p-single-satalk__writer-body {
  align-items: center;
  display: flex;
  gap: 7.4rem;
  justify-content: center;
  margin-top: 1rem;
}

.p-single-satalk__writer-img-wrap {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  justify-content: center;
  width: 15.2rem;
}

.p-single-satalk__writer-image {
  aspect-ratio: 14/13;
  height: 13rem;
  width: 14rem;
  -webkit-mask-image: url(../images/under/satalk/satalk_mask.png);
  mask-image: url(../images/under/satalk/satalk_mask.png);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
.p-single-satalk__writer-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-single-satalk__writer-department {
  color: #272222;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.6;
  text-align: center;
}

.p-single-satalk__writer-content {
  flex: 1;
  text-align: left;
}

.p-single-satalk__writer-name {
  color: #272222;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.6;
}

.p-single-satalk__writer-description {
  color: #272222;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.6;
  margin-top: 1rem;
}

.p-satalk-related {
  padding-block: 12rem;
  position: relative;
  text-align: center;
}
.p-satalk-related::before {
  background: #33b8a4;
  border-radius: 0 0 6rem 6rem;
  bottom: 0;
  content: "";
  height: calc(100% - 52.3rem);
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 0;
}

.p-satalk-related__inner {
  margin-inline: auto;
  max-width: 104rem;
  position: relative;
  width: 100%;
  z-index: 1;
}

.p-satalk-related__title {
  align-items: center;
  color: #272222;
  display: inline-flex;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  gap: 2rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
}

.p-satalk-related__text {
  color: #30ab98;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.12rem;
  line-height: 1.6;
  margin-top: 8rem;
  text-align: center;
}
.p-satalk-related__text .--pc-hidden {
  display: none;
}

.p-satalk-related__list {
  display: grid;
  gap: 4rem;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 6rem;
}

.p-satalk-related__card {
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}

.p-satalk-related__card-head {
  aspect-ratio: 32/18;
  overflow: hidden;
  width: auto;
}

.p-satalk-related__card-image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.3s;
}

.p-satalk-related__card-body {
  background-color: #fff;
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.5rem 2rem 5.7rem;
  position: relative;
  text-align: left;
}
.p-satalk-related__card-body::before {
  background-image: url(../images/under/satalk/satalk_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 1.9rem;
  content: "";
  display: inline-block;
  height: 2.8rem;
  position: absolute;
  right: 2rem;
  transition: 0.3s;
  width: 2.8rem;
  z-index: 1;
}

.p-satalk-related__card-date {
  color: #30ab98;
  font-family: "Jost", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.4;
}

.p-satalk-related__card-text {
  color: #272222;
  display: -webkit-box;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.12rem;
  line-height: 1.6;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.p-satalk-related__card-bottom {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 1rem;
  row-gap: 2rem;
}

.p-satalk-related__card-description {
  color: #272222;
  display: -webkit-box;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.096rem;
  line-height: 1.6;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.p-satalk-related__card-category-list {
  align-items: flex-end;
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  gap: 1rem;
}

.p-satalk-related__card-category-item {
  background: #e3e34e;
  border-radius: 100vmax;
  line-height: 1.3;
  padding: 0.1rem 1rem 0.3rem;
}

.p-satalk-related__card-category-text {
  color: #272222;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.4;
  text-align: center;
}

.p-under-fv__head-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  left: 50%;
  letter-spacing: 0.06em;
  line-height: 1.6;
  position: absolute;
  text-align: center;
  top: calc(50% + 11.6rem);
  transform: translateX(-50%);
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.p-csr-sdg-about__inner {
  align-items: center;
  display: flex;
  gap: 10rem;
}
.p-csr-sdg-about__textBox {
  flex: 1;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.6;
  margin-top: 11rem;
}
.p-csr-sdg-about__imgBox {
  position: relative;
  width: 54.4%;
}
.p-csr-sdg-about__img01 {
  margin-left: auto;
  width: 64.5%;
}
.p-csr-sdg-about__img02 {
  left: 0;
  position: absolute;
  top: 9rem;
  width: 58.2%;
}
.p-csr-sdg-about__img03 {
  position: absolute;
  right: 10.4rem;
  top: 27.4rem;
  width: 38.7%;
}

.p-csr__contents {
  background: #F4F4F4;
  padding-block: 15rem 15rem;
}

.p-sdg__contents {
  background: linear-gradient(to bottom, #fff 0%, #fff 91.7%, #30AB98 81%, #30AB99 86%);
  border-radius: 0 0 6rem 6rem;
  padding-block: 15rem 22rem;
}

.p-csr-sdg-contents {
  position: relative;
}
.p-csr-sdg-contents__deco01 {
  left: calc(50% - 81.9rem);
  position: absolute;
  top: 29rem;
  width: 30.5rem;
}
.p-csr-sdg-contents__deco02 {
  left: calc(50% - 108.9rem);
  position: absolute;
  top: 34rem;
  width: 36.5rem;
}
.p-csr-sdg-contents__deco03 {
  position: absolute;
  right: calc(50% - 93.9rem);
  top: 68rem;
  width: 30.5rem;
}
.p-csr-sdg-contents__deco04 {
  left: calc(50% - 67.9rem);
  position: absolute;
  top: 146rem;
  width: 30.5rem;
}
.p-csr-sdg-contents__deco05 {
  position: absolute;
  right: calc(50% - 80.9rem);
  top: 236rem;
  width: 30.5rem;
}
.p-csr-sdg-contents__deco06 {
  position: absolute;
  right: calc(50% - 111.9rem);
  top: 240rem;
  width: 40.5rem;
}
.p-csr-sdg-contents__deco07 {
  left: calc(50% - 93.5rem);
  position: absolute;
  top: 276rem;
  width: 29.5rem;
}
.p-csr-sdg-contents__deco08 {
  position: absolute;
  right: calc(50% - 66.9rem);
  top: 354rem;
  width: 33.5rem;
}
.p-csr-sdg-contents__catchText {
  color: #30AB98;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1.44px;
  line-height: 1.4;
  margin-top: 8rem;
  text-align: center;
}
.p-csr-sdg-contents__bottomText {
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.96px;
  line-height: 1.6;
  margin-top: 4rem;
  text-align: center;
}
.p-csr-sdg-contents__catchTextBox {
  margin-inline: auto;
  max-width: 90rem;
}
.p-csr-sdg-contents__textBox {
  flex: 1;
}
.p-csr-sdg-contents__topBox {
  align-items: center;
  border-bottom: 2px solid #1B973A;
  display: flex;
  gap: 8rem;
  padding-bottom: 5.5rem;
}
.p-csr-sdg-contents__catch {
  flex: 1;
}
.p-csr-sdg-contents__img {
  width: 16rem;
}
.p-csr-sdg-contents__items {
  display: flex;
  flex-flow: column;
  gap: 9rem;
  margin-top: 11rem;
}
.p-csr-sdg-contents__item {
  background-color: #fff;
  border-radius: 2rem;
  padding-block: 9rem 6rem;
  padding-inline: 6rem;
  position: relative;
}
.p-csr-sdg-contents__item:nth-of-type(2) .p-csr-sdg-contents__item-wrap {
  display: flex;
  flex-direction: row-reverse;
  gap: 8rem;
  padding-right: 2rem;
}
.p-csr-sdg-contents__item-wrap {
  display: flex;
  gap: 8rem;
  padding-right: 2rem;
}
.p-csr-sdg-contents__subtitle {
  align-items: center;
  display: flex;
  gap: 4.7rem;
  justify-content: center;
}
.p-csr-sdg-contents__subtitle svg.left {
  left: -1rem;
  position: relative;
}
.p-csr-sdg-contents__subtitle svg.right {
  position: relative;
  right: -0.6rem;
}
.p-csr-sdg-contents__subtitle h2.ja {
  align-items: center;
  display: flex;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 700;
  gap: 1rem;
  letter-spacing: 1.92px;
  line-height: 1.6;
  padding-left: 1rem;
}
.p-csr-sdg-contents__subtitle p.en {
  color: #30AB98;
  font-family: "Jost", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  /* 22.4px */
  letter-spacing: 1.68px;
  line-height: 160%;
  text-align: right;
}
.p-csr-sdg-contents__catch {
  align-items: center;
  border-bottom: 1px solid #579DF3;
  color: #272222;
  display: flex;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 500;
  gap: 3rem;
  justify-content: center;
  letter-spacing: 0.06em;
  line-height: 1.4;
  padding-bottom: 4.2rem;
}
.p-csr-sdg-contents__catch svg {
  position: relative;
  top: -0.5rem;
}
.p-csr-sdg-contents__catch span.blue {
  color: #579DF3;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1;
  text-align: right;
  text-align: center;
}
.p-csr-sdg-contents__catch span.green {
  color: #30AB98;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1;
  text-align: center;
}
.p-csr-sdg-contents__catch span.small {
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  /* 19.2px */
  letter-spacing: 2.4px;
  line-height: 160%;
}
.p-csr-sdg-contents__text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.6;
  margin-top: 4.9rem;
  padding-inline: 1rem;
  text-align: left;
}
.p-csr-sdg-contents__lists {
  background: #F4F4F4;
  border-radius: 1rem;
  display: flex;
  flex-flow: column;
  gap: 0.4rem;
  margin-top: 3.3rem;
  padding-block: 1.5rem 2.3rem;
  padding-inline: 3rem;
}
.p-csr-sdg-contents__list {
  background: linear-gradient(transparent 63%, #ffffff 60%);
  color: #30AB98;
  display: inline-block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1.08px;
  line-height: 200%;
  margin-left: 4rem;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.p-csr-sdg-contents__list::before {
  aspect-ratio: 1/1;
  background: url(../images/under/service/service_check.svg) no-repeat top center/contain;
  content: "";
  left: -4rem;
  position: absolute;
  top: calc(50% + 0.2em);
  transform: translateY(-50%);
  width: 2.4rem;
  z-index: 5;
}
.p-csr-sdg-contents__slider {
  margin-top: -8rem;
  width: 41.2%;
}
.p-csr-sdg-contents__btn {
  margin-inline: auto;
  margin-top: 6.7rem;
}
.p-csr-sdg-contents__img {
  height: auto;
  margin-top: -12rem;
  width: 32rem;
}
.p-csr-sdg-contents__img img {
  border-radius: 2rem;
}

.p-sdg-contents__img {
  margin-top: -10rem;
  width: 42rem;
}

.p-sdg-contents__icon-img {
  width: 16rem;
}

.p-sdg-contents__catch {
  flex: 1;
}

.p-sdg-contents__catch {
  color: #1B973A;
  flex: 1;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1.2px;
  line-height: 1.6;
}

.p-sdg-contents__text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.6;
  margin-top: 4rem;
}

.p-sdg-contents__item {
  background: #F4F4F4;
  border-radius: 2rem;
  padding-block: 8rem 5.6rem;
  padding-inline: 6rem;
  position: relative;
}

.p-csr-sdg-contents__items.--sdg {
  gap: 8rem;
  margin-top: 17rem;
}

.p-sdg-contents__item:nth-of-type(2n) .p-csr-sdg-contents__item-wrap {
  flex-direction: row-reverse;
}
.p-sdg-contents__item:nth-of-type(2n) .p-csr-sdg-contents__topBox {
  flex-direction: row-reverse;
}

.p-sdg-contents__item:nth-of-type(2) .p-sdg-contents__catch {
  color: #E3AC00;
}
.p-sdg-contents__item:nth-of-type(2) .p-csr-sdg-contents__topBox {
  border-bottom: 2px solid #E3AC00;
}

.p-sdg-contents__item:nth-of-type(3) .p-sdg-contents__catch {
  color: #970A31;
}
.p-sdg-contents__item:nth-of-type(3) .p-csr-sdg-contents__topBox {
  border-bottom: 2px solid #970A31;
}

.p-sdg-contents__item:nth-of-type(4) .p-sdg-contents__catch {
  color: #EC6A06;
}
.p-sdg-contents__item:nth-of-type(4) .p-csr-sdg-contents__topBox {
  border-bottom: 2px solid #EC6A06;
}

.p-sdg-contents__item:nth-of-type(5) .p-sdg-contents__catch {
  color: #F5A20B;
}
.p-sdg-contents__item:nth-of-type(5) .p-csr-sdg-contents__topBox {
  border-bottom: 2px solid #F5A20B;
}

.p-sdg-contents__item:nth-of-type(6) .p-csr-sdg-contents__item-wrap {
  flex-direction: row-reverse;
}
.p-sdg-contents__item:nth-of-type(6) .p-sdg-contents__catch {
  color: #D39206;
}
.p-sdg-contents__item:nth-of-type(6) .p-csr-sdg-contents__topBox {
  border-bottom: 2px solid #D39206;
}

.p-service-contents__deco08.--csr {
  position: absolute;
  right: calc(50% - 67.9rem);
  top: 331rem;
  width: 33.5rem;
}

.p-service-contents__deco07.--csr {
  left: calc(50% - 92.5rem);
  top: 255rem;
}

.p-service-contents__deco05.--csr {
  right: calc(50% - 82.9rem);
  top: 214rem;
}

.p-service-contents__deco09.--csr {
  left: calc(50% - 91.9rem);
  position: absolute;
  top: 396rem;
  width: 33.5rem;
}

.p-service-contents__deco10.--csr {
  position: absolute;
  right: calc(50% - 91.9rem);
  top: 464rem;
  width: 31.5rem;
}

.p-service-contents__deco11.--csr {
  left: calc(50% - 84.9rem);
  position: absolute;
  top: 516rem;
  width: 32.5rem;
}

.p-service-contents__deco12.--csr {
  left: calc(50% - 111.9rem);
  position: absolute;
  top: 393rem;
  width: 27.5rem;
  z-index: 10;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
/* スライダー */
/* 上（大きいスライド） */
.p-service-main img {
  border-radius: 16px;
  height: auto;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* 下（サブスライド＝他の画像） */
.p-service-sub .swiper-slide {
  /* サムネより大きく、でも上より小さい */
  border-radius: 12px;
  cursor: pointer;
  height: 11rem;
  opacity: 0.8;
  overflow: hidden;
}

.p-service-sub .swiper-slide-active,
.p-service-sub .swiper-slide:hover {
  opacity: 1;
}

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

/* スライダーのベース（重要） */
.p-service-main,
.p-service-sub {
  position: relative;
  width: 100%;
}

/* 上の大きいスライダーの高さ指定 */
.p-service-main {
  height: 46rem;
  margin-bottom: 20px;
  overflow: hidden !important;
}

/* 下のスライダー（サブ画像たち） */
.p-service-sub {
  height: 11rem;
}

.p-service-main .swiper-slide img {
  aspect-ratio: 420/460;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  border-radius: 1.6rem;
  object-fit: cover;
}

.p-service-about {
  padding-block: 8.4rem 19.4rem;
}
.p-service-about__deco01 {
  height: auto;
  left: calc(50% - 84.9rem);
  position: absolute;
  top: 13.5rem;
  width: 36.5rem;
}
.p-service-about__inner {
  align-items: center;
  display: flex;
  gap: 10rem;
}
.p-service-about__imgBox {
  width: 54.4%;
}
.p-service-about__textBox {
  flex: 1;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 160%;
  margin-top: 11rem;
}
.p-service-about__imgBox {
  position: relative;
  width: 54.4%;
}
.p-service-about__img01 {
  margin-left: auto;
  width: 64.5%;
}
.p-service-about__img02 {
  left: 0;
  position: absolute;
  top: 9rem;
  width: 58.2%;
}
.p-service-about__img03 {
  position: absolute;
  right: 10.4rem;
  top: 27.4rem;
  width: 38.7%;
}

.p-service-contents {
  background: linear-gradient(to bottom, #F4F4F4 0%, #F4F4F4 92.5%, #30AB98 60%, #30AB98 78%);
  border-radius: 0 0 6rem 6rem;
  padding-block: 17rem 15rem;
  position: relative;
}
.p-service-contents__deco01 {
  left: calc(50% - 81.9rem);
  position: absolute;
  top: 29rem;
  width: 30.5rem;
}
.p-service-contents__deco02 {
  left: calc(50% - 108.9rem);
  position: absolute;
  top: 34rem;
  width: 36.5rem;
}
.p-service-contents__deco03 {
  position: absolute;
  right: calc(50% - 93.9rem);
  top: 68rem;
  width: 30.5rem;
}
.p-service-contents__deco04 {
  left: calc(50% - 67.9rem);
  position: absolute;
  top: 146rem;
  width: 30.5rem;
}
.p-service-contents__deco05 {
  position: absolute;
  right: calc(50% - 80.9rem);
  top: 236rem;
  width: 30.5rem;
}
.p-service-contents__deco06 {
  position: absolute;
  right: calc(50% - 111.9rem);
  top: 240rem;
  width: 40.5rem;
}
.p-service-contents__deco07 {
  left: calc(50% - 93.5rem);
  position: absolute;
  top: 276rem;
  width: 29.5rem;
}
.p-service-contents__deco08 {
  position: absolute;
  right: calc(50% - 66.9rem);
  top: 354rem;
  width: 33.5rem;
}
.p-service-contents__textBox {
  flex: 1;
}
.p-service-contents__items {
  display: flex;
  flex-flow: column;
  gap: 9rem;
}
.p-service-contents__item {
  background-color: #fff;
  border-radius: 2rem;
  padding-block: 6rem 8rem;
  padding-inline: 6rem;
  position: relative;
}
.p-service-contents__item-wrap {
  display: flex;
  gap: 8rem;
}
.p-service-contents__item:nth-of-type(2) .p-service-contents__item-wrap {
  display: flex;
  flex-direction: row-reverse;
  gap: 8rem;
}
.p-service-contents__subtitle {
  align-items: center;
  display: flex;
  gap: 4.7rem;
}
.p-service-contents__subtitle span.flex {
  align-items: center;
  display: flex;
}
.p-service-contents__subtitle svg.left {
  left: -1rem;
  position: relative;
}
.p-service-contents__subtitle svg.right {
  position: relative;
  right: -0.6rem;
}
.p-service-contents__subtitle h2.ja {
  align-items: center;
  display: flex;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 700;
  gap: 1rem;
  letter-spacing: 1.92px;
  line-height: 1.6;
  padding-left: 1rem;
}
.p-service-contents__subtitle p.en {
  color: #30AB98;
  font-family: "Jost", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  /* 22.4px */
  letter-spacing: 1.68px;
  line-height: 160%;
  text-align: right;
}
.p-service-contents__catch {
  border-bottom: 1px solid #30AB98;
  color: #272222;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.4;
  margin-top: 4rem;
  padding-bottom: 4rem;
}
.p-service-contents__item.--housing {
  padding-block: 7rem 6rem;
  position: relative;
}
.p-service-contents__item.--housing .p-service-contents__item-wrap {
  margin-top: 8rem;
}
.p-service-contents__item.--housing p.en {
  color: #8F865B;
}
.p-service-contents__item.--housing .p-service-contents__catch {
  border-bottom: 1px solid #8F865B;
}
.p-service-contents__item.--housing .p-service-contents__btn {
  margin-left: auto;
  margin-right: unset;
  margin-top: 4.7rem;
}
.p-service-contents__item.--housing .p-service-contents__subtitle h2 span.small {
  font-size: 2rem;
}
.p-service-contents__item.--housing .p-service-contents__subtitle h2 span.small.left {
  padding-left: 1.5rem;
}
.p-service-contents__item.--housing .p-service-contents__subtitle h2 span.medium {
  font-size: 2.4rem;
}
.p-service-contents__item.--housing .hero {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.p-service-contents__item.--housing span.line.hero--line01 {
  left: calc(50% - 56rem);
  top: 0.2rem;
  width: 21rem;
}
.p-service-contents__item.--housing span.line.hero--line01::before {
  left: 9rem;
  top: -11.5rem;
}
.p-service-contents__item.--housing span.line.hero--line02 {
  left: calc(50% - 51.5rem);
  top: -8rem;
}
.p-service-contents__item.--housing span.line.hero--line06 {
  left: calc(50% - 40.5rem);
  top: 4rem;
  width: 17rem;
}
.p-service-contents__item.--housing span.line.hero--line04 {
  left: calc(50% + 33rem);
  top: -28.5rem;
}
.p-service-contents__item.--housing span.line.hero--line05 {
  left: calc(50% + 42rem);
  top: -22rem;
}
.p-service-contents__item.--housing span.line.hero--line07 {
  left: calc(50% + 47rem);
  top: -22rem;
  width: 49rem;
}
.p-service-contents__item.--housing span.line.hero--line03 {
  aspect-ratio: 197/199;
  left: calc(50% + 42rem);
  top: -16rem;
  width: 33rem;
}
.p-service-contents__item.--housing span.line.hero--line07 {
  left: calc(50% + 62rem);
  top: -13rem;
  width: 41rem;
}
.p-service-contents__belle-logo {
  height: auto;
  margin-inline: auto;
  width: 20rem;
}
.p-service-contents__belle-decos .left {
  height: auto;
  left: 0;
  position: absolute;
  top: 0;
  width: 16.5rem;
}
.p-service-contents__belle-decos .right {
  height: auto;
  position: absolute;
  right: 0rem;
  top: 0;
  width: 39.5rem;
}
.p-service-contents__text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.6;
  margin-top: 3.5rem;
}
.p-service-contents__lists {
  background: #F4F4F4;
  border-radius: 1rem;
  display: flex;
  flex-flow: column;
  gap: 0.4rem;
  margin-top: 3.3rem;
  padding-block: 1.5rem 2.3rem;
  padding-inline: 3rem;
}
.p-service-contents__list {
  background: linear-gradient(transparent 63%, #ffffff 60%);
  color: #30AB98;
  display: inline-block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1.08px;
  line-height: 200%;
  margin-left: 4rem;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.p-service-contents__list::before {
  aspect-ratio: 1/1;
  background: url(../images/under/service/service_check.svg) no-repeat top center/contain;
  content: "";
  left: -4rem;
  position: absolute;
  top: calc(50% + 0.2em);
  transform: translateY(-50%);
  width: 2.4rem;
  z-index: 5;
}
.p-service-contents__slider {
  margin-top: -8rem;
  width: 41.2%;
}
.p-service-contents__btn {
  margin-inline: auto;
  margin-top: 6.7rem;
}
.p-service-contents__img.--housing {
  margin-top: 0;
  width: 42rem;
}
.p-service-contents__img.--housing img {
  aspect-ratio: 42/46;
  border-radius: 20px;
  height: auto;
}
.p-service-contents__img {
  margin-top: -8rem;
  width: 42rem;
}
.p-service-contents__item.--real .p-service-contents__item-wrap {
  flex-direction: row-reverse;
}
.p-service-contents__rest-lists {
  display: flex;
  gap: 0.6rem;
  margin-top: 6rem;
}
.p-service-contents__rest-title {
  align-items: center;
  border-bottom: 1px solid #DBDADA;
  display: flex;
  font-weight: 600;
  gap: 0.8rem;
  padding-bottom: 0.6rem;
}
.p-service-contents__rest-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 0.4rem;
}
.p-service-contents__rest-textBox {
  background: #F4F4F4;
  border-radius: 0 0 2rem 2rem;
  min-height: 18rem;
  padding-block: 1.4rem 2rem;
  padding-inline: 2rem;
}
.p-service-contents__rest-textBox address {
  color: #444;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.4;
  margin-top: 1rem;
}
.p-service-contents__rest-bottom img {
  width: 2rem;
  -o-object-fit: contain;
  object-fit: contain;
}
.p-service-contents__inst-link {
  bottom: 2.3rem;
  position: absolute;
  right: 2rem;
}
.p-service-contents__rest-list {
  flex: 1;
  position: relative;
}
.p-service-contents__btnWrap {
  display: flex;
  gap: 3rem;
}

.p-service-contents__btn.c-btn.--default.--ex.--bell {
  background: #8F865B;
  border: 1px solid #8F865B;
  width: 23rem;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.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: 260/180;
  width: 26rem;
}

.p-archive__list-thumbnail img {
  border-radius: 1rem;
}

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

.p-archive__main {
  flex: 1;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-top: 6.8rem;
}

.p-archive__sidebar {
  width: 28rem;
}

.p-archive {
  margin-inline: auto;
  margin-top: 9.5rem;
  max-width: 117rem;
  padding: 0 1.5rem;
  width: 100%;
}

.p-archive__inner {
  display: flex;
  gap: 7rem;
  gap: 4%;
}

.p-archive__categories {
  display: flex;
  flex-wrap: wrap;
  row-gap: 1rem;
  -moz-column-gap: 1.3rem;
  column-gap: 1.3rem;
}

.p-archive__category-link {
  align-items: center;
  background-color: var(--cat-color, #ddd);
  border: 1px solid var(--cat-color, #ddd);
  border-radius: 2rem;
  color: #FFF;
  display: inline-block;
  display: inline-flex;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  height: 2.4rem;
  justify-content: center;
  letter-spacing: 0.06em;
  line-height: 1.4;
  margin-right: 0.8rem;
  padding-inline: 1.5rem;
  text-align: center;
  transition: 0.3s;
}
.p-archive__category-link:hover {
  background: var(--cat-color, #ddd);
  color: #fff;
}
.p-archive__category-link.is-active {
  background: var(--cat-color, #ddd);
  border-color: var(--cat-color, #ddd);
  color: #fff;
}

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

.p-archive__list-excerpt {
  display: -webkit-box;
  overflow: hidden;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: #000;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.6;
  margin-top: 1rem;
  text-overflow: ellipsis;
}

time.p-archive__list-date {
  color: #30AB98;
  font-family: "Jost", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.4;
  padding-right: 2rem;
}

.p-archive__list-category {
  align-items: center;
  align-items: center;
  background-color: var(--cat-color, #ccc);
  border-radius: 3px;
  border-radius: 2rem;
  color: #fff;
  display: inline-block;
  display: inline-flex;
  font-size: 0.75rem;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  height: 2.4rem;
  justify-content: center;
  justify-content: center;
  letter-spacing: 0.06em;
  line-height: 1.4;
  margin-right: 6px;
  padding-inline: 1.6rem;
  text-align: center;
}

.p-archive__list-ttl {
  color: #000;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.6;
  margin-top: 1.2rem;
}

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

.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 {
  align-items: center;
  background-color: var(--cat-color, #ccc);
  border-radius: 1.5rem;
  border-radius: 1.5rem;
  color: #fff;
  display: inline-block;
  display: flex;
  font-size: 1.4rem;
  font-size: 1.4rem;
  margin-right: 0.5em;
  padding: 0.2em 1em;
  padding: 0.4em 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-link {
  border-bottom: 1px solid #efefef;
  display: flex;
  gap: 5rem;
  padding-bottom: 3rem;
}

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 {
  margin-right: 1.4rem;
}

.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;
}

.l-sidebar {
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-top: 7rem;
}

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

.l-sidebar__box-date {
  color: #30AB98;
  font-family: "Jost", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.4;
  margin-top: 0.6rem;
}

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

h3.l-sidebar__box-ttl {
  align-items: center;
  color: #000;
  display: flex;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.6;
  padding-bottom: 3%;
}

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

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

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

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

.p-archive__pagination-list {
  display: flex;
  gap: 1rem;
}

.p-archive__page-link {
  align-items: center;
  background: #E8F8F6;
  border: 1px solid #A4DDD5;
  border-radius: 50%;
  color: #30AB98;
  display: block;
  display: flex;
  flex-shrink: 0;
  font-family: "Jost", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  height: 4rem;
  justify-content: center;
  letter-spacing: 0.06em;
  line-height: 1.6;
  text-align: center;
  width: 4rem;
}

.p-archive__page-link.is-current {
  background-color: #30AB98;
  border: 1px solid #30AB98;
  color: #fff;
}

a.prev.p-archive__page-link {
  background: transparent;
  border: none;
}

a.next.p-archive__page-link {
  background: transparent;
  border: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

.p-contact__btn-next.c-btn.--default {
  padding-left: 0;
}
.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 {
  color: #30AB98;
  font-family: "Jost", sans-serif;
  font-size: 1.8rem;
}

.p-single__category {
  font-size: 1.4rem;
  line-height: 1.2;
}

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

.p-single__tag {
  font-size: 1.4rem;
  line-height: 1.5;
}

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

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

.p-single__thumbnail {
  margin-top: 3rem;
}

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

.p-single__content h2 {
  border-left: 5px solid #292929;
  font-size: 2.4rem;
  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: 2.2rem;
  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: 1.8rem;
  font-weight: 700;
  margin-bottom: 1em;
  margin-left: 0.3em;
  margin-top: 0.5em;
}

.p-single__content h5 {
  font-size: 1.6rem;
  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: 1.6rem;
  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: 1.6rem;
  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;
}

aside.l-sidebar__box {
  background: #E8F8F6;
  border-radius: 1rem;
  padding-block: 3rem 5.5rem;
  padding-inline: 3.2rem;
}

.l-sidebar__box-list {
  margin-top: 1.5rem;
}
.l-sidebar__box-list li {
  border-bottom: 1px solid #A4DDD5;
}
.l-sidebar__box-list a {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.4;
}

.l-sidebar__box-list.--archibe {
  font-family: "Jost", sans-serif;
}

li.l-sidebar__box-list-item a {
  color: #000;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.4;
}

.p-archive__arrow {
  display: flex;
  height: 3rem;
  margin-left: auto;
  width: 3rem;
}

.singleColumnWriter {
  border-bottom: 1px solid #30AB98;
  border-top: 1px solid #30AB98;
  margin: 6% 0 6% 0;
  padding: 4% 0;
}

.mb20 {
  margin-bottom: 20px !important;
}

.text_m {
  font-size: 14px;
}

.ls_s {
  letter-spacing: 0.05em;
}

.mainColor {
  color: #30AB98;
}

.h3 {
  font-size: 24px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col4 {
  width: 25%;
}

.singleColumnWriterImg {
  /* 画像を枠いっぱいに表示（必要に応じて） */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  padding-bottom: 100%;
  /* 中央に表示 */
}

.col-4 {
  width: 75%;
}

.col {
  padding-left: 15px;
  padding-right: 15px;
}

.flex.flexPc.row {
  align-items: center;
  display: flex;
}

.h4 {
  font-size: 18px;
}

.bold {
  font-weight: bold !important;
}

.singleColumnWriterButton {
  background: #f6f7f9;
  border: 1px solid #969696;
  border-radius: 25px;
  display: block;
  margin-top: 2rem;
  max-width: 280px;
  padding: 0.25em;
  text-align: center;
  transition: 0.3s;
}

/* ▼関連記事全体 */
.p-related {
  margin-top: 4rem;
}

.p-related__title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 2rem;
  text-align: left;
}

/* ▼リスト → PCで3列レイアウト */
.p-related__list {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(3, 1fr);
}
.p-related__item {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}

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

.p-related__ttl {
  display: -webkit-box;
  font-size: 1.4rem;
  line-height: 1.4;
  margin: 1rem;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* ← 表示する行数を指定 */
  overflow: hidden;
  text-overflow: ellipsis;
}

.p-related__date {
  color: #30AB98;
  font-size: 1.2rem;
  margin: 0 1rem 1rem;
}

.p-single-works {
  background: #F4f4f4;
  padding-block: 5rem 12.3rem;
  position: relative;
}
.p-single-works__inner {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.p-single-works__slider {
  margin-top: 3rem;
  width: 100%;
}
.p-single-works__img {
  height: 100%;
  position: relative;
  width: 100%;
}
.p-single-works__img img {
  height: unset;
  width: unset;
  -o-object-fit: cover;
  aspect-ratio: 94/54;
  border-radius: 1rem;
  object-fit: cover;
  width: 100%;
}
.p-single-works .swiper-slide {
  height: 54rem;
}
.p-single-works__prev, .p-single-works__next {
  color: #fff;
}
.p-single-works__main-contents {
  background-color: #fff;
  margin-inline: auto;
  max-width: 104rem;
  padding: 6rem 7rem 9.5rem;
}
.p-single-works__title {
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.6;
}
.p-single-works__tag {
  align-items: center;
  align-items: center;
  background: #FFF;
  border: 1px solid #A4DDD5;
  border-radius: 2rem;
  color: var(---01, #30AB98);
  display: flex;
  flex-direction: column;
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  justify-content: center;
  /* line-height: 140%; */
  letter-spacing: 0.96px;
  padding-block: 0rem 0.1rem;
  padding-inline: 1.4rem;
  text-align: center;
}
.p-single-works__tag:nth-of-type(2) {
  background: #F4F4F4;
}
.p-single-works__tags {
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
}
.p-single-works__main {
  position: relative;
  z-index: 10;
}
.p-single-works__prev::after, .p-single-works__next::after {
  display: none;
}
.p-single-works__main-dl {
  align-items: center;
  border-bottom: 1px solid #DBDADA;
  display: flex;
  padding-block: 1rem;
}
.p-single-works__main-dt {
  color: #30AB98;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.96px;
  line-height: 1.6;
  width: 12rem;
}
.p-single-works__main-dd {
  flex: 1;
}
.p-single-works__main-dd p {
  color: #444;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  /* 25.6px */
  letter-spacing: 0.96px;
  line-height: 1.6;
}
.p-single-works__main-dd h3 {
  font-weight: 500;
}
.p-single-works__main-dd a {
  transition: 0.3s;
}
.p-single-works__main-images {
  display: grid;
  gap: 6rem;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 8rem;
}
.p-single-works__main-images img {
  aspect-ratio: 420/260;
  border-radius: 1rem;
  height: auto;
}

figcaption {
  color: #444;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.6;
  margin-top: 1rem;
}

.swiper-button-prev.p-single-works__prev {
  height: 6rem;
  left: 9rem;
  position: absolute !important;
  top: 45rem;
  width: 6rem;
}

.swiper-button-next.p-single-works__next {
  height: 6rem;
  position: absolute !important;
  right: 9rem;
  top: 45rem;
  width: 6rem;
}

/* 数字だけJostにする */
body {
  font-feature-settings: "lnum";
  /*（任意）均等幅など整える場合 */
}

* {
  font-family: inherit;
}

body * {
  font-variant-numeric: proportional-nums;
}

body :is(p, h1, h2, h3, h4, h5, span) {
  font-family: inherit;
}

body * {
  font-family: inherit;
}

body :is(p, span, h1, h2, h3, h4, h5) {
  font-feature-settings: "lnum";
}

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

.p-archive__list-thumbnail {
  border-radius: 1rem;
  transition: 0.3s;
}

.p-archive__arrow {
  left: 0;
  position: relative;
  transition: 0.3s;
}

.p-archive__list-thumbnail img {
  transition: 0.3s;
}
.p-works-related {
  margin-inline: auto;
  max-width: 108rem;
  padding-inline: 2rem;
}

.p-archive__list-thumbnailWrap {
  border-radius: 1rem;
  height: 18rem;
  overflow: hidden;
  width: 26rem;
}
span.p-archive__page-link.is-current {
  pointer-events: none;
}

li.l-sidebar__box-list-item a {
  transition: 0.3s;
}
.p-related__thumbnailWrap {
  border-radius: 1rem;
  height: 19rem;
  overflow: hidden;
  width: 27.5rem;
}

.p-related__thumbnail {
  transition: 0.3s;
}
/* -------------------------------------------*/
/* -------------------------------------------*/
.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-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 {
  background-color: #f5f5f5;
  padding-bottom: 13.5rem;
}
.p-special-examples__inner {
  padding-top: 8rem;
}
.p-special-examples .c-btn-wrap::before {
  background-color: #f5f5f5;
}
.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-special-examples__catch-wrap {
  display: flex;
  gap: 8.3rem;
  margin-top: 5rem;
}
.p-special-examples__catch {
  position: relative;
  z-index: 50;
}
.p-special-examples__body {
  box-sizing: border-box;
  margin-top: 4.2rem;
  overflow: hidden;
  width: calc(100% + (103.4vw - 100%) / 2);
}
.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;
}
.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 {
  padding-block: 8rem 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;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.l-main {
  overflow-x: hidden;
}

main.l-main.p-top {
  overflow: hidden;
}

.scroll_down span {
  writing-mode: vertical-lr;
}

.scroll_down:before {
  animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
  background: #747474;
  border-radius: 50%;
  bottom: 0;
  content: "";
  height: 0.5rem;
  left: 0.8rem;
  position: absolute;
  width: 0.5rem;
}

@keyframes circlemove {
  0% {
    bottom: -1.5rem;
  }
  100% {
    bottom: -11rem;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
.scroll_down:after {
  background: #747474;
  bottom: -11rem;
  content: "";
  height: 9.8rem;
  left: 1rem;
  position: absolute;
  width: 1px;
}

.p-top-fv {
  height: 63vw;
}
.p-top-fv__wrapper {
  height: 100%;
}
.p-top-fv__deco01 {
  left: -6.8vw;
  position: absolute;
  top: 4vw;
  width: 28.3vw;
}
.p-top-fv__deco02 {
  left: -2.4vw;
  position: absolute;
  top: 31vw;
  width: 14.8vw;
}
.p-top-fv__deco03 {
  left: 6.5vw;
  position: absolute;
  top: 39vw;
  width: 24.8vw;
}
.p-top-fv__deco04 {
  left: 32.5vw;
  position: absolute;
  top: 42vw;
  width: 14vw;
}
.p-top-fv__deco05 {
  left: 42.5vw;
  position: absolute;
  top: 44.5vw;
  width: 19.5vw;
}
.p-top-fv__deco06 {
  left: 63vw;
  position: absolute;
  top: 38vw;
  width: 24.5vw;
}
.p-top-fv__deco07 {
  position: absolute;
  right: 1vw;
  top: 41.5vw;
  width: 14.7vw;
}
.p-top-fv__deco08 {
  left: 89vw;
  position: absolute;
  top: 27vw;
  width: 12vw;
}
.p-top-fv__deco09 {
  left: 81.3vw;
  position: absolute;
  top: 12vw;
  width: 23.4vw;
}
.p-top-fv__deco10 {
  position: absolute;
  right: 1.4vw;
  top: 0rem;
  width: 15.7vw;
}
.p-top-fv__deco11 {
  position: absolute;
  right: 20vw;
  top: -3rem;
  width: 15.6vw;
}
.p-top-fv__deco12 {
  left: 35vw;
  position: absolute;
  top: -10rem;
  width: 25.5vw;
}
.p-top-fv__deco13 {
  left: 15.8vw;
  position: absolute;
  top: -11rem;
  width: 16.2vw;
}
.p-top-fv__wrap {
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 110;
}
.p-top-fv__head {
  left: 50%;
  position: absolute;
  top: calc(50% - 4vw);
  transform: translate(-50%, -50%);
}
.p-top-fv .c-head__ttl {
  color: #272222;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 4.74vw;
  font-style: normal;
  font-weight: 500;
  font-weight: 700;
  letter-spacing: 0.1em;
  letter-spacing: 3.84px;
  line-height: 1;
  line-height: 130%;
  white-space: nowrap;
}
.p-top-fv .c-head__ttl span.green {
  color: #30AB98;
  font-size: 5.3vw;
  font-weight: 700;
  line-height: 1.3;
  padding-inline: 0vw;
  transition-delay: 0.5s;
}
.p-top-fv .c-head__ttl span.green span.medium {
  font-size: 4.6vw;
  padding-inline: 0.6vw;
  position: relative;
  top: -0.8vw;
}
.p-top-fv .c-head__catch {
  color: #000;
  font-family: "Jost", sans-serif;
  font-size: 1.15vw;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-top: 3rem;
  text-align: center;
}
.p-top-fv__scroll {
  bottom: 24.2rem;
  color: #747474;
  font-family: Montserrat;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 2.4px;
  line-height: 160%;
  position: absolute;
  right: 2.4rem;
  text-align: center;
  z-index: 10;
}

.p-top-about {
  padding-block: 9rem 12rem;
}
.p-top-about__inner {
  position: relative;
}
.p-top-about__deco01 {
  bottom: -22rem;
  position: absolute;
  right: -5rem;
  width: 34rem;
}
.p-top-about__deco02 {
  left: -14rem;
  position: absolute;
  width: 45rem;
}
.p-top-about__deco03 {
  position: absolute;
  right: -16rem;
  top: -11rem;
  width: 36rem;
}
.p-top-about__text-box {
  flex: 1;
}
.p-top-about__title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: center;
}
.p-top-about__text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  margin-top: 4rem;
  text-align: center;
}
.p-top-about__link-wrap {
  margin-inline: auto;
  margin-top: 5rem;
  width: -moz-fit-content;
  width: fit-content;
}

.p-top-build {
  padding-block: 8rem 14rem;
}
.p-top-build__head-text {
  color: #272222;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  margin-top: 5rem;
}
.p-top-build__body {
  display: flex;
  gap: 6rem;
  margin-top: 3.1rem;
}
.p-top-build__sato {
  color: #A46DCF;
  position: relative;
}
.p-top-build__sato img {
  height: auto;
}
.p-top-build__sato-bg {
  left: 1rem;
  position: absolute;
  top: 1.8rem;
  width: 100%;
  z-index: -1;
}
.p-top-build__okayama {
  color: #579DF3;
  margin-top: -14.5rem;
  position: relative;
}
.p-top-build__okayama img {
  height: auto;
}
.p-top-build__okayama-bg {
  left: 1.5rem;
  position: absolute;
  top: 1.8rem;
  z-index: -1;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.p-top-build__text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.6;
  margin-top: 1.8rem;
  padding-left: 7rem;
}
.p-top-build__text.--okayama {
  padding-left: 5rem;
}
.p-top-build__subtitle {
  font-family: "Jost", sans-serif;
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding-left: 7rem;
}
.p-top-build__subtitle.--okayama {
  padding-left: 5rem;
}

.p-top-news {
  padding-block: 5rem 10.2rem;
}
.p-top-news__deco01 {
  bottom: -1rem;
  position: absolute;
  right: 17rem;
  width: 34rem;
}
.p-top-news__deco02 {
  left: -14rem;
  position: absolute;
  width: 45rem;
}
.p-top-news__deco03 {
  position: absolute;
  right: 0rem;
  top: -5rem;
  width: 36rem;
}
.p-top-news__inner {
  display: flex;
  gap: 8.4rem;
}
.p-top-news__head {
  width: 23.6rem;
}
.p-top-news__body {
  flex: 1;
  margin-top: 6.3rem;
}
.p-top-news__link {
  display: block;
  padding-block: 2rem 2rem;
}
.p-top-news__link {
  border-top: 1px solid #DBDADA;
  padding-inline: 1rem 2rem;
  position: relative;
  transition: 0.3s;
}
.p-top-news__link:nth-of-type(3) {
  border-bottom: 1px solid #DBDADA;
}
.p-top-news__link::before {
  background-image: url(../images/common/article_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 3.2rem;
  position: absolute;
  right: 3.9rem;
  top: 50%;
  transform: translate(0, -50%);
  transition: 0.3s;
  width: 3.2rem;
  z-index: 30;
}
.p-top-news__link:nth-last-of-type(1) {
  border-bottom: 1px solid #DBDADA;
}
.p-top-news time {
  font-family: "Jost", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
}
.p-top-news__body-head {
  display: flex;
  gap: 2rem;
}
.p-top-news__tag {
  align-items: center;
  background-color: var(--cat-color);
  border-radius: 2rem;
  color: #fff;
  display: flex;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  justify-content: center;
  line-height: 1.4;
  padding-inline: 1.2rem;
  text-align: center;
}
.p-top-news__tag.--green {
  background-color: #30AB98;
}
.p-top-news__tag.--purple {
  background-color: #A46DCF;
}
.p-top-news__tag.--blue {
  background-color: #579DF3;
}
.p-top-news__body-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  margin-top: 1rem;
}
.p-top-news__btn.c-btn.--default {
  margin-left: auto;
  margin-top: 5rem;
  padding-left: 3rem;
  width: 22.4rem;
}

.p-top-service {
  background: #E3E34E;
  border-radius: 6rem;
  padding-block: 12rem 11.2rem;
}
.p-top-service__head {
  display: flex;
  gap: 8rem;
}
.p-top-service__title {
  width: 23.5rem;
}
.p-top-service__head-textBox {
  flex: 1;
  margin-top: 2.2rem;
}
.p-top-service__head-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  width: 58.2rem;
}
.p-top-service__head-bottom-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.6;
  margin-top: 3rem;
}
.p-top-service__body {
  margin-top: 6rem;
}
.p-top-service__items {
  display: grid;
  gap: 0.6rem;
  grid-template-columns: repeat(2, 1fr);
}
.p-top-service__item {
  border-radius: 1rem 1rem 0 0;
  overflow: hidden;
}
.p-top-service__item-textBox {
  background-color: #fff;
  border-radius: 0 0 2rem 2rem;
  display: flex;
  gap: 3rem;
  padding-block: 1.4rem;
  padding-left: 3rem;
  position: relative;
}
.p-top-service__item-textBox::before {
  background-image: url(../images/top/arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 3.2rem;
  position: absolute;
  right: 0.8rem;
  top: 50%;
  transform: translate(0, -50%);
  transition: 0.3s;
  width: 3.2rem;
  z-index: 30;
}
.p-top-service__item-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.4;
}
.p-top-service__item-text {
  color: #30AB98;
  font-family: "Jost", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 1.68px;
  line-height: 1.6;
}
.p-top-service__btn.c-btn.--default {
  margin-inline: auto;
  margin-top: 5rem;
  width: 27rem;
}
.p-top-service__img {
  transition: 0.3s;
}
.p-top-service__item-link {
  overflow: hidden;
  transition: 0.3s;
}

.p-top-belle {
  padding-block: 18rem 20rem;
  position: relative;
  z-index: 20;
}
.p-top-belle__inner {
  position: relative;
}
.p-top-belle__deco01 {
  left: -14rem;
  position: absolute;
  top: -21rem;
  width: 43rem;
  z-index: 60;
}
.p-top-belle__deco02 {
  position: absolute;
  right: 9rem;
  top: -21.5rem;
  width: 28rem;
  z-index: 60;
}
.p-top-belle__deco03 {
  bottom: -27.5rem;
  position: absolute;
  right: -1rem;
  width: 28rem;
}
.p-top-belle__bg01 {
  bottom: -11rem;
  left: -46.3rem;
  position: absolute;
  width: 50rem;
}
.p-top-belle__bg02 {
  position: absolute;
  right: -35rem;
  top: -12rem;
  width: 45rem;
}
.p-top-belle__line {
  position: absolute;
}
.p-top-belle__line01 {
  bottom: 15.2rem;
  left: -34rem;
  width: 11.7rem;
}
.p-top-belle__line02 {
  bottom: -2.8rem;
  left: -45rem;
  width: 32.7rem;
}
.p-top-belle__line03 {
  bottom: -9.8rem;
  left: -36rem;
  width: 23.7rem;
}
.p-top-belle__line04 {
  bottom: 0.2rem;
  left: -16rem;
  width: 20.7rem;
}
.p-top-belle__line05 {
  bottom: -5.8rem;
  left: -20rem;
}
.p-top-belle__line06 {
  bottom: -5.8rem;
  left: -5rem;
  width: 10rem;
}
.p-top-belle__line07 {
  right: -22rem;
  top: -12rem;
}
.p-top-belle__line08 {
  right: -7rem;
  top: 11rem;
}
.p-top-belle__line09 {
  right: -14rem;
  top: 7rem;
}
.p-top-belle__line10 {
  right: -16rem;
  top: 17rem;
}
.p-top-belle__line11 {
  right: -16rem;
  top: 26rem;
}
.p-top-belle__line12 {
  right: -16rem;
  top: 26rem;
}
.p-top-belle__line13 {
  right: -37rem;
  top: -3rem;
}
.p-top-belle__line14 {
  right: -32rem;
  top: 30rem;
}
.p-top-belle__head-logo {
  height: auto;
  margin-inline: auto;
  width: 24rem;
}
.p-top-belle__head-textBox {
  color: #8f865b;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.4;
  margin-inline: auto;
  margin-top: 8.4rem;
  max-width: 60rem;
  text-align: center;
}
.p-top-belle__head-bottom-text {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
  margin-top: 3rem;
}
.p-top-belle__btn {
  margin-inline: auto;
  margin-top: 5rem;
}

.p-top-works {
  background: #F4F4F4;
  border-radius: 6rem;
  margin-inline: auto;
  max-width: 136.6rem;
  overflow: hidden;
  padding-block: 12rem 13.6rem;
  position: relative;
  z-index: 10;
}
.p-top-works__head {
  align-items: end;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.p-top-works__head-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.6;
  max-width: 60rem;
  position: relative;
  top: 1rem;
  width: 100%;
}
.p-top-works__btn.c-btn.--default {
  margin-left: auto;
  position: relative;
  z-index: 50;
}
.p-top-works__deco01 {
  left: 0;
  position: absolute;
  top: 7rem;
  width: 8rem;
}
.p-top-works__deco02 {
  bottom: 0;
  left: 32rem;
  position: absolute;
  width: 24rem;
}
.p-top-works__deco03 {
  position: absolute;
  right: -23rem;
  top: 13rem;
  width: 25.2rem;
}
.p-top-works__title.c-title {
  align-items: baseline;
  display: flex;
  flex-flow: column;
  text-align: left;
}
.p-top-works__catch-wrap {
  display: flex;
  gap: 8.3rem;
  margin-top: 5rem;
}
.p-top-works__catch {
  position: relative;
  z-index: 50;
}
.p-top-works__body {
  box-sizing: border-box;
  margin-top: -1rem;
  overflow: hidden;
  position: relative;
  width: calc(100% + (103.4vw - 100%) / 2);
  z-index: 10;
}
.p-top-works__body .p-top-reason__inner .p-top-works__slider .p-top-works__slide {
  width: 320px;
}
.p-top-works__tag {
  align-items: center;
  background: #909090;
  color: #FFF;
  display: inline-flex;
  font-size: 1.4rem;
  height: 2.2rem;
  justify-content: center;
  line-height: 1.6;
  margin-top: 1.8rem;
  padding: 0.8rem 0.6rem 1rem 0.6rem;
}
.p-top-works__category {
  font-size: 1.4rem;
  letter-spacing: 0.7px;
  line-height: 1.6;
  margin-top: 0.6rem;
}
.p-top-works__text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
}
.p-top-works .swiper {
  overflow: unset;
}
.p-top-works .swiper-slide {
  border-radius: 1rem 1rem 0 0;
  display: flex;
  margin-top: auto;
  overflow: hidden;
  width: 100%;
}
.p-top-works .swiper-android .swiper-slide,
.p-top-works .swiper-ios .swiper-slide,
.p-top-works .swiper-wrapper {
  display: flex;
  height: 45rem;
  position: relative;
  transform: translate3d(0px, 0, 0);
  width: 37.6rem !important;
}
.p-top-works .swiper-button-prev,
.p-top-works .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-works .swiper-button-prev::after,
.p-top-works .swiper-button-next::after {
  display: none;
}
.p-top-works .swiper-button__arrows {
  display: flex;
  gap: 3rem;
  justify-content: end;
  margin-top: 7.5rem;
}
.p-top-works .swiper-button__arrows .swiper-button-prev,
.p-top-works .swiper-button__arrows .swiper-button-next {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 40px;
  justify-content: center;
  width: 60px;
}
.p-top-works .swiper-button__arrows .swiper-button-prev::after,
.p-top-works .swiper-button__arrows .swiper-button-next::after {
  display: none;
}
.p-top-works .swiper-button__arrows .swiper-button-prev svg,
.p-top-works .swiper-button__arrows .swiper-button-next svg {
  display: block;
  height: auto;
  transition: 0.3s;
  width: 100%;
}
.p-top-works .swiper-button__arrows .swiper-button-prev svg rect,
.p-top-works .swiper-button__arrows .swiper-button-prev svg path,
.p-top-works .swiper-button__arrows .swiper-button-next svg rect,
.p-top-works .swiper-button__arrows .swiper-button-next svg path {
  transition: 0.3s;
}
.p-top-works__slide {
  width: 320px;
}
.p-top-works__slide img {
  border-radius: 2rem 2rem 0 0;
  display: block;
  transition: 0.3s;
  width: 100%;
}
.p-top-works__textBox {
  background-color: #fff;
  border-radius: 0 0 2rem 2rem;
  height: 10rem;
  padding-block: 0.6rem 1.4rem;
  padding-inline: 2rem 1rem;
  position: relative;
}
.p-top-works__textBox::after {
  background-image: url(../images/common/article_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 3.2rem;
  position: absolute;
  right: 0.5rem;
  top: calc(50% + 2.4rem);
  transform: translate(0, -50%);
  transition: 0.3s;
  width: 3.2rem;
  z-index: 30;
}
.p-top-works__text {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.4;
}
.p-top-works__tag {
  align-items: center;
  background-color: #F4F4F4;
  border-radius: 2rem;
  bottom: 1.5rem;
  color: #30AB98;
  display: inline-flex;
  font-family: "Jost", sans-serif;
  font-size: 1.4rem;
  height: 2.6rem;
  justify-content: center;
  letter-spacing: 0.06em;
  line-height: 1.6;
  padding-inline: 1rem;
  padding-top: 1.2rem;
  position: absolute;
}
.p-top-works__btn.c-btn.--default {
  margin-left: auto;
  position: relative;
  top: 7rem;
}

.p-top-works__slider-link {
  margin-top: auto;
  width: 100%;
}

/* ✅ まず、aspect-ratio は完全に外す（heightで管理） */
.p-top-works__img {
  height: 20rem;
  width: 100%;
  -o-object-fit: cover;
  border-radius: 2rem 2rem 0 0;
  object-fit: cover;
  overflow: hidden;
  transition: height 0.8s ease;
}

/* ✅ Active時に高さを変えるだけ（他のスタイルと競合させない） */
.swiper-slide.p-top-works__slide.swiper-slide-active .p-top-works__img {
  height: 32rem;
}
.swiper-slide.p-top-works__slide.swiper-slide-active .p-top-works__img img {
  height: 100%;
}

.swiper-slide {
  display: flex;
}

.swiper-button-prev {
  position: relative;
}

.swiper-button-prev::before {
  content: "";
  display: inline-block;
}

.swiper-button-next.js-works-next {
  left: 3rem;
  position: relative !important;
}

.p-top-works .swiper-button__arrows {
  display: flex;
  justify-content: space-between;
  margin-top: 0;
  position: relative;
  top: -19rem;
  width: 37.6rem !important;
}

.swiper-button-prev.js-works-prev {
  left: -3rem;
  position: relative !important;
  top: 0rem;
}

.p-top-csr {
  padding-block: 12rem 19.5rem;
}
.p-top-csr__inner {
  display: flex;
}
.p-top-csr__head {
  margin-left: 10.5%;
  width: 45rem;
}
.p-top-csr__img-wrap {
  flex: 1;
  position: relative;
}
.p-top-csr__title h2.en {
  color: #30AB98;
  font-family: "Jost", sans-serif;
  font-size: 6.4rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.6;
}
.p-top-csr__title span.small {
  font-size: 4.8rem;
  padding-inline: 2.2rem 2rem;
  position: relative;
  top: -1rem;
}
.p-top-csr__head-text {
  color: #30AB98;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.4;
  margin-top: 4.3rem;
}
.p-top-csr__head-bottomText {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.6;
  margin-top: 3.2rem;
}
.p-top-csr__btn {
  margin-top: 5rem;
}
.p-top-csr__img01 {
  margin-left: auto;
  margin-top: 2rem;
  width: 36rem;
}
.p-top-csr__img02 {
  position: absolute;
  right: 18rem;
  top: 18rem;
  width: 28rem;
}
.p-top-csr__btn.c-btn.--default {
  margin-top: 5.5rem;
  width: 22.4rem;
}

.p-top-recruit__wrap {
  overflow-x: clip;
}

.p-top-recruit {
  background: var(---01, #579DF3);
  border-radius: 6rem;
  margin-inline: auto;
  max-width: 136.6rem;
  padding-block: 29rem 22.4rem;
}
.p-top-recruit__deco01 {
  left: 56.5rem;
  position: absolute;
  top: -5rem;
  width: 36rem;
}
.p-top-recruit__deco02 {
  left: -11.5rem;
  position: absolute;
  top: -4rem;
  width: 48rem;
}
.p-top-recruit__deco03 {
  left: -4rem;
  position: absolute;
  top: 49rem;
  width: 31rem;
}
.p-top-recruit__deco04 {
  bottom: -6.5rem;
  left: 15.5rem;
  position: absolute;
  width: 28rem;
}
.p-top-recruit__deco05 {
  bottom: -6.5rem;
  position: absolute;
  right: 8rem;
  width: 43rem;
}
.p-top-recruit__deco06 {
  position: absolute;
  right: -14rem;
  top: 19.5rem;
  width: 50rem;
}
.p-top-recruit__title p.en {
  color: #fff;
  line-height: 1.5;
  text-align: center;
}
.p-top-recruit__title.c-title h2.ja {
  justify-content: center;
}
.p-top-recruit__head-text {
  color: #FFF;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 1.44px;
  line-height: 1.4;
  margin-top: 6.6rem;
  text-align: center;
}
.p-top-recruit__head-bottom-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.6;
  margin-inline: auto;
  margin-top: 3rem;
  text-align: center;
  width: 60rem;
}
.p-top-recruit__btn.c-btn.--default {
  margin-inline: auto;
  margin-top: 4rem;
  width: 28rem;
}

.p-page__text {
  font-size: 2rem;
  margin-top: 9rem;
  text-align: center;
}

.p-page__link-wrap.c-btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: 7rem;
}

.p-error__inner.u-con--md {
  padding-bottom: 8rem;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
.p-works-contents {
  background-color: #f4f4f4;
  font-family: "Zen Kaku Gothic New", sans-serif;
  padding-block-end: 12rem;
  padding-block-start: 5rem;
  position: relative;
}

.p-works-contents__decos {
  position: relative;
}

.p-works-contents__deco01 {
  left: calc(50% - 81.3rem);
  position: absolute;
  top: 23.3rem;
  width: 30rem;
  z-index: 2;
}

.p-works-contents__deco02 {
  left: calc(50% - 109.8rem);
  position: absolute;
  top: 28rem;
  width: 38.2rem;
  z-index: 1;
}

.p-works-contents__deco03 {
  position: absolute;
  right: calc(50% - 92rem);
  top: 63.7rem;
  width: 28.7rem;
}

.p-works-contents__deco04 {
  left: calc(50% - 67.4rem);
  position: absolute;
  top: 138.9rem;
  width: 34.6rem;
}

.p-works-contents__inner {
  padding-inline: 5rem;
}

.p-works-contents__category-boxes {
  background-color: #fff;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding-block: 2.8rem;
  padding-inline: 5.8rem;
  position: relative;
  z-index: 4;
}

.p-works-contents__category-head {
  font-weight: 500;
  letter-spacing: 0.096rem;
  line-height: 1.4;
}

.p-works-contents__category-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-block-start: 1rem;
}

.p-works-contents__card-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, auto);
  margin-block-start: 5rem;
  -moz-column-gap: 4rem;
  column-gap: 4rem;
  row-gap: 4rem;
}

.p-works-contents__card {
  display: grid;
  grid-row: span 2;
  grid-template-rows: subgrid;
  overflow: hidden;
  row-gap: 0;
  z-index: 4;
}

.p-works-contents__card-head {
  border-radius: 1rem 1rem 0 0;
  overflow: hidden;
}

.p-works-contents__card-image {
  aspect-ratio: 320/180;
  display: inline-block;
  height: auto;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: scale 0.3s ease;
}

.p-works-contents__card-body {
  background-color: #fff;
  border-radius: 0 0 1rem 1rem;
  display: grid;
  grid-template-rows: repeat(2, auto);
  overflow: hidden;
  padding-block: 1.8rem 2.5rem;
  padding-inline: 2rem;
}

.p-works-contents__card-text {
  letter-spacing: 0.096rem;
}

.p-works-contents__card-bottom {
  align-items: end;
  display: flex;
  justify-content: space-between;
  margin-block-start: 1.75rem;
}

.p-works-contents__card-category-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.p-works-contents__card-arrow {
  background: #fff;
  border: 1px solid #000;
  border: 1px solid #F4F4F4;
  border-radius: 50%;
  height: 2.6rem;
  position: relative;
  right: 0;
  transition: right 0.3s ease;
  width: 2.6rem;
}
.p-works-contents__card-arrow::before {
  background: url(../images/under/works/works_arrow_card.svg) no-repeat center center/contain;
  content: "";
  height: 1.1rem;
  left: calc(50% + 1px);
  position: absolute;
  top: 50%;
  translate: -50% -50%;
  width: 1.1rem;
}

.p-works-contents__pagination-box {
  margin-block-start: 8.1rem;
}

.p-works-contents__pagination-list {
  display: flex;
  gap: 0.8rem;
  justify-content: center;
}

span.p-works-contents__card-category-text.c-category {
  background: #FFF;
  border: 1px solid #A4DDD5;
  border-radius: 20px;
}

span.p-works-contents__card-category-text.c-category.c-tag {
  background: var(---02, #F4F4F4);
  border: none;
  border-radius: 20px;
}

.p-single-works__main-dd.--flex {
  align-items: center;
  display: flex;
  flex: 1;
  gap: 3rem;
}

section.p-works-related.u-con--md {
  max-width: 104rem;
}

.p-works-related__title {
  align-items: center;
  color: #272222;
  display: flex;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  gap: 2rem;
  justify-content: center;
  letter-spacing: 0.06em;
  line-height: 1.6%;
  margin-top: 8rem;
  max-width: 104rem;
}

.p-single-works__link-wrap {
  display: flex;
  justify-content: center;
  margin-top: 5rem;
}

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

.u-dn {
  display: none;
}

.u-disp__less1023 {
  display: none;
}

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

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

.u-con--md {
  margin: 0 auto;
  max-width: 114rem;
  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 (min-width: 767px){
  .p-company-profile__contents-dd.--narrow {
    border-bottom: none;
    position: relative;
  }
  .p-company-profile__contents-dd.--narrow::after {
    background-color: rgba(207, 207, 207, 0.8117647059);
    bottom: 0;
    content: "";
    display: inline-block;
    height: 0.1rem;
    position: absolute;
    right: 0;
    width: 100%;
    width: 88%;
  }
  .p-company-profile__contents-ddWrap {
    width: 85%;
  }
  .p-company-profile__contents-dl {
    justify-content: space-between;
  }
}

@media (min-width: 769px){
  .p-company-companies .swiper-button-prev,
  .p-company-companies .swiper-button-next {
    display: none;
  }
}

@media screen and (min-width: 769px){
  .p-company-business__map-img {
    left: 50%;
    position: absolute;
    top: 11rem;
    transform: translateX(-50%);
    width: 1600px;
  }
  .p-contact__btn-next.--back.c-btn.--default:hover {
    border: 1px solid #33B8A4;
  }
  .p-contact__btn-next.--back.c-btn.--default:hover input {
    background-color: #33B8A4;
    border: none;
    color: #fff;
  }
  input.wpcf7-form-control.wpcf7-previous:hover,
  input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
    background: #33B8A4;
    border: 0.2rem solid #33B8A4;
    color: #fff;
  }
  .p-contact__thanks-button:hover {
    background: #292929;
    color: #fff;
  }
  .p-contact__privacy-link:hover {
    opacity: 0.7;
  }
  .p-archive__list-item:last-of-type .p-archive__list-link {
    border-bottom: none;
  }
  .p-contact__btn-next.c-btn:hover::before {
    right: 1.5rem;
  }
  .swiper-button-prev:hover::before,
  .swiper-button-next:hover::before {
    background-color: #ED7700;
    right: 2rem;
  }
  .p-top-works .swiper-button-prev:hover::before,
  .p-top-works .swiper-button-next:hover::before {
    background-color: #ED7700;
    right: 2rem;
  }
}

@media screen and (min-width: 900px){
  .p-company-business__map-img {
    left: 50%;
    position: absolute;
    top: 11rem;
    transform: translateX(-50%);
    width: 1800px;
  }
}

@media screen and (min-width: 1200px){
  .p-company-business__map-img {
    left: 50%;
    position: absolute;
    top: -1rem;
    transform: translateX(-50%);
    width: 2500px;
  }
}

@media screen and (min-width: 1440px){
  .p-company-business {
    padding-block: 15.5rem 93rem;
    position: relative;
  }
}

@media screen and (min-width: 2400px){
  .p-company-business__map-img {
    width: 3500px;
  }
  .p-company-business.--bottom {
    margin-top: 41rem;
  }
}

@media screen and (max-width: 1440px){
  .p-company-business.--bottom {
    margin-top: 94rem;
  }
}

@media not all and (max-width: 1400px){
  html {
    font-size: 62.5%;
  }
  .p-top-news__head {
    width: 19.6rem;
  }
}

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

@media screen and (max-width: 1200px){
  html {
    font-size: 56.5%;
  }
  .c-btn.--contact {
    border-radius: 4rem;
    font-size: 1.6rem;
    padding-left: 0;
    width: 13rem;
    width: 86%;
  }
  .l-navi__menu-link {
    font-size: 1.2rem;
  }
  .c-btn.--contact {
    padding-left: 0;
    width: 13rem;
  }
  .machine-table th {
    border: 0.15rem solid #fff;
  }
}

@media screen and (max-width: 1100px){
  .u-con--md {
    margin: 0 auto;
    max-width: unset;
    padding: 0 2rem;
    width: 100%;
  }
}

@media not all and (max-width: 1040px){
  .p-top-news__inner {
    gap: 16.4rem;
  }
  .p-top-service__head {
    gap: 22.5rem;
  }
  .p-top-service__items {
    grid-template-columns: repeat(3, 1fr);
  }
  .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-cta__inner.u-con--md {
    padding-inline: 7rem;
  }
  .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 (max-width: 1000px){
  .l-footer__top {
    gap: 6rem;
  }
}

@media screen and (max-width: 1000px){
  html {
    font-size: 50%;
  }
  .p-sdg-contents__img {
    width: 30rem;
  }
}

@media screen and (max-width: 900px){
  .l-header__inner {
    padding-inline: 1.5rem 1rem;
  }
  .l-header__logo-link img {
    width: 12.5rem;
  }
  .l-header__trigger-line:nth-of-type(2).is-active {
    top: 19px;
  }
  .l-navi__menu {
    gap: 1rem;
  }
  .l-navi__menu-item {
    margin-left: 0.5rem;
  }
  .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-service-contents__item-wrap {
    flex-flow: column;
  }
  .p-service-contents__item:nth-of-type(2) .p-service-contents__item-wrap {
    flex-flow: column;
  }
  .p-service-contents__slider {
    margin-inline: auto;
    margin-top: -1rem;
    width: 55.2%;
  }
  .p-service-contents__img.--housing {
    flex-flow: column;
    margin-inline: auto;
  }
  .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-recruit__deco03 {
    left: -9rem;
    width: 26rem;
  }
  .p-top-recruit__deco06 {
    position: absolute;
    right: -14rem;
    top: 30.5rem;
    width: 35rem;
  }
  .u-sp3 {
    display: none !important;
  }
}

@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){
  .js-company-swiper {
    overflow: visible;
  }
  .js-company-swiper .swiper-wrapper {
    flex-wrap: nowrap;
  }
  .js-company-swiper .swiper-slide {
    flex-shrink: 0;
    width: 100%;
  }
  .swiper-button-prev.js-company-prev,
  .swiper-button-next.js-company-next {
    background-repeat: no-repeat;
    background-size: contain;
    height: 4rem;
    position: absolute !important;
    top: 50%;
    transform: translateY(-50%);
    width: 4rem;
    z-index: 10;
  }
  .swiper-button-next.js-company-next {
    right: -20px;
    top: calc(50% + 4rem);
  }
  .swiper-button-prev.js-company-prev {
    left: -20px;
    top: calc(50% + 4rem);
  }
  .js-company-prev {
    background: url(../images/common/arrow_g_left.svg) no-repeat top center/contain;
    left: 8px;
  }
  .js-company-next {
    background: url(../images/common/arrow_g_right.svg) no-repeat top center/contain;
    right: 8px;
  }
  /* Swiper の元の矢印を消す */
  .swiper-button-prev::after,
  .swiper-button-next::after {
    display: none;
  }
  .p-related__list {
    grid-template-columns: 1fr;
    /* スマホは1列 */
  }
}

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

@media screen and (hover: hover) and (pointer: fine) and (max-width: 768px){
  .c-btn.--default:hover:before {
    right: 1rem;
  }
  .c-btn.--default.--ex.--bell:hover:before {
    right: 1.4rem;
  }
  .c-btn.--default.--ex.--rec:hover:before {
    right: 1.4rem;
  }
}

@media screen and (max-width: 768px){
  :root {
    --header_height: 76px;
  }
  html {
    font-size: 62.5%;
  }
  body {
    overflow: hidden;
    overflow-x: unset;
  }
  input[type=checkbox] ~ .wpcf7-list-item-label::after {
    top: 2px;
  }
  .l-cta {
    padding-block: 17.4rem 16.5rem;
    padding-inline: 2rem;
  }
  .l-cta__deco01 {
    left: calc(50% - 10rem);
    position: absolute;
    right: unset;
    top: 51.9rem;
    width: 22.2rem;
  }
  .l-cta__deco02 {
    left: calc(50% - 14rem);
    position: absolute;
    right: unset;
    top: 60.9rem;
    width: 18.2rem;
  }
  .l-cta__deco03 {
    left: calc(50% - 28rem);
    position: absolute;
    right: unset;
    top: 52.9rem;
    width: 19.2rem;
  }
  .l-cta__deco04 {
    left: calc(50% - 22rem);
    right: unset;
    top: 38.5rem;
    width: 21.2rem;
  }
  .l-cta__deco05 {
    right: calc(50% - 20.5rem);
    top: -7rem;
    width: 20.2rem;
  }
  .l-cta__inner.u-con--md {
    border-radius: 3rem;
    flex-flow: column;
    gap: 3.4rem;
    justify-content: unset;
    padding-block: 1.5rem 2rem;
    padding-inline: 2rem;
  }
  .l-cta__title {
    text-align: center;
  }
  .l-cta__head p.en {
    margin-top: 0.4rem;
    text-align: left;
  }
  .l-cta__head-text {
    font-size: 1.8rem;
    margin-top: 4.1rem;
  }
  .l-cta__body {
    flex-flow: column;
    gap: 1rem;
    width: 100%;
  }
  .l-cta__tel-link {
    font-size: 2.8rem;
    justify-content: space-around;
    margin-inline: auto;
    max-width: 42rem;
    padding-block: 0.8rem 1.5rem;
    padding-inline: 2.2rem;
  }
  .l-cta__tel-link span.top {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .l-cta__tel-link span.bottom {
    letter-spacing: 0.04em;
    line-height: 1.2;
  }
  .l-cta__tel-link span.right {
    font-size: 1.3rem;
  }
  .l-cta__contact-link {
    font-size: 2rem;
    justify-content: space-around;
    margin-inline: auto;
    max-width: 42rem;
    padding-block: 5rem 5.2rem;
    padding-inline: 2rem;
  }
  .l-cta__contact-link svg {
    top: 0;
  }
  .p-top .l-cta {
    padding-block: 26rem 16.5rem;
  }
  .l-footer {
    padding: 6rem 0.9rem 2rem;
  }
  .l-footer__top {
    gap: 7rem;
  }
  .l-footer__logo-address {
    gap: 1.5rem;
  }
  .l-footer__nav-wrap {
    width: 100%;
  }
  .l-footer__nav ul {
    padding-bottom: 4.2rem;
  }
  .l-footer__sns {
    padding-top: 4rem;
  }
  .l-header {
    height: 10rem;
    padding-inline: 2rem;
  }
  .l-header__inner {
    gap: 0;
    padding-block: 1.3rem;
    padding-inline: 1.8rem 2rem;
  }
  .l-header__logo-link {
    height: 32px;
    width: 16.8rem;
  }
  .l-header__logo-link img {
    width: 11rem;
  }
  .l-header__right {
    gap: 1rem;
  }
  .l-header__trigger-line:nth-of-type(1) {
    top: 1.1rem;
  }
  .l-header__trigger-line:nth-of-type(3) {
    top: 1.1rem;
  }
  .c-btn.--contact {
    height: 8rem;
    margin-inline: auto;
  }
  .c-btn.--contact {
    max-width: 26rem;
    padding-left: 0;
    width: 100%;
  }
  .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: 12.2rem;
    padding-bottom: 10rem;
    padding-inline: unset;
    width: 79%;
  }
  .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.4rem;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.06em;
    line-height: 1.6;
    padding-block: 1.7rem 1.9rem;
    text-align: left;
    width: 100%;
  }
  .l-navi__menu-link::before {
    aspect-ratio: 1/1;
    background: url(../images/common/ico_arrow.svg) no-repeat top center/contain;
    content: "";
    pointer-events: none;
    position: absolute;
    right: -0.4rem;
    top: 50%;
    transform: translateY(-50%);
    width: 3.2rem;
    z-index: 5;
  }
  .l-navi__deco01 {
    bottom: -15rem;
    left: calc(50% - 38.9rem);
    position: absolute;
    width: 26.2rem;
  }
  .l-navi__deco02 {
    position: absolute;
    right: calc(50% - 24.9rem);
    top: 2.6rem;
    width: 13.2rem;
  }
  .l-navi__deco03 {
    left: calc(50% - 31.9rem);
    position: absolute;
    top: 1.6rem;
    width: 17.2rem;
  }
  .l-navi__deco04 {
    left: calc(50% - 12.9rem);
    position: absolute;
    top: -12.4rem;
    width: 26.2rem;
  }
  .l-navi__deco05 {
    bottom: -14.4rem;
    right: calc(50% - 38.9rem);
    width: 24.2rem;
  }
  .l-navi__menu-item.--contact .l-navi__menu-link::before {
    display: none;
  }
  .l-navi__menu-item.--contact {
    margin-inline: auto;
    margin-top: 3.8rem;
  }
  .l-navi__tel-sp {
    height: 40px;
    width: 40px;
  }
  .l-navi__mail-sp-link {
    top: 0rem;
  }
  .l-navi__mail-sp {
    margin-right: 0;
  }
  .l-navi__decos {
    display: block;
  }
  .c-btn.--default {
    height: 6rem;
    padding-left: 3rem;
    width: 23rem;
  }
  .c-btn.--default::before {
    right: 1.4rem;
  }
  .c-btn.--default.--18 {
    width: 18rem !important;
  }
  .c-btn.--default.--19 {
    width: 19.5rem;
  }
  .c-btn.--default.--20 {
    width: 21.4rem;
  }
  .c-btn.--default.--24 {
    width: 24.6rem !important;
  }
  .c-title p.en {
    font-size: 4rem;
  }
  .c-title h2.ja svg {
    margin-right: 0rem;
    position: relative;
    top: 0.1rem;
    width: 0.7rem;
  }
  .c-title h2.ja {
    font-size: 2.4rem;
    gap: 0.8rem;
    margin-top: 0.2rem;
    text-align: left;
  }
  .c-title p.en.big {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
  }
  .c-title h2.ja.big {
    font-size: 2.8rem;
  }
  .p-top-fv .c-head__ttl span.top {
    left: 0;
  }
  .p-top-fv .c-head__ttl span.left {
    right: 0;
  }
  span.line.hero--line02 {
    left: unset;
    right: -21rem;
    top: -19.5rem;
    transform: rotate(1deg);
    width: 26rem;
  }
  span.line.hero--line03 {
    left: unset;
    right: -23rem;
    top: -27.5rem;
    transform: rotate(1deg);
    width: 26rem;
  }
  span.line.hero--line04 {
    left: unset;
    right: -21rem;
    top: -35rem;
    transform: rotate(1deg);
    width: 26rem;
  }
  span.line.hero--line05 {
    left: unset;
    right: -15rem;
    top: -31rem;
    transform: rotate(1deg);
    width: 26rem;
  }
  span.line.hero--line06 {
    bottom: -65rem;
    left: -11rem;
    top: unset;
    transform: rotate(1deg);
    width: 26rem;
  }
  span.line.hero--line07 {
    bottom: -72rem;
    left: -8rem;
    top: unset;
    transform: rotate(-8deg);
    width: 26rem;
  }
  span.line.hero--line08 {
    display: block;
  }
  nav.breadcrumb {
    bottom: 1.6rem;
  }
  .p-under-fv {
    height: 51rem;
  }
  .p-under-fv h2.c-head__ttl {
    font-size: 3.2rem;
    margin-top: 2.5rem;
    width: 100%;
  }
  .p-under-fv {
    padding-block: 2rem 8rem;
  }
  .p-under-fv .c-head__ttl svg {
    top: -0.6rem;
  }
  .p-under-fv__deco01 {
    left: calc(50% - 30.9rem);
    right: unset;
    top: 2.6rem;
    width: 21.2rem;
  }
  .p-under-fv__deco02 {
    right: calc(50% - 32.9rem);
    top: 0.6rem;
    width: 21.2rem;
  }
  .p-under-fv__deco03 {
    right: calc(50% - 27.9rem);
    top: 10.6rem;
    width: 18.2rem;
  }
  .p-under-fv__deco04 {
    right: calc(50% - 14.9rem);
    top: 2rem;
    width: 18.2rem;
  }
  .p-under-fv__deco05 {
    right: calc(50% - 22.9rem);
    top: -11.4rem;
    width: 21.2rem;
  }
  .p-company-philosophy {
    border-radius: 0 0 3rem 3rem;
    padding-block: 6.1rem 7.5rem;
  }
  .p-company-philosophy__scroll {
    font-size: 1rem;
    right: 0.6rem;
    top: -4.5rem;
  }
  .p-company-philosophy__deco01 {
    left: calc(50% - 17.9rem);
    right: unset;
    top: -17.4rem;
    width: 40.2rem;
  }
  .p-company-philosophy__deco02 {
    left: calc(50% - 40.9rem);
    right: unset;
    top: 4.6rem;
    width: 36.2rem;
  }
  .p-company-philosophy__deco03 {
    left: calc(50% + 5.1rem);
    right: unset;
    top: 10.6rem;
    width: 41.2rem;
  }
  .p-company-philosophy__text.--ja {
    font-size: 4rem;
    line-height: 1;
    margin-top: 4.2rem;
  }
  .p-company-philosophy__text.--ja span.top {
    left: -0.5rem;
    position: relative;
    top: -1rem;
  }
  .p-company-philosophy__text.--ja span.green {
    font-size: 5.6rem;
    line-height: 1.25;
  }
  .p-company-philosophy__text.--ja span.green span.medium {
    font-size: 3.2rem;
    top: -2.2rem;
  }
  .p-company-philosophy__text.--en {
    font-size: 1.2rem;
  }
  .p-company-philosophy__bottomText {
    margin-top: 4rem;
    text-align: left;
  }
  .p-company__bg {
    margin: 0 calc(50% - 100vw);
    margin-top: -4rem;
    width: 200vw;
  }
  .p-company-message {
    border-radius: 3rem;
    margin-top: -3.8rem;
    padding-block: 5.9rem 7.8rem;
  }
  .p-company-message .c-title h2.ja {
    gap: 1rem;
  }
  .p-company-message__textBox {
    display: grid;
    gap: 0;
    grid-template-columns: 1fr;
  }
  .p-company-message__head.p-under-fv__head.c-head {
    display: contents;
  }
  .p-company-message__img-wrap {
    margin-top: 4.5rem;
    order: 2;
    width: 100%;
  }
  .p-company-message__img {
    margin-top: 0rem;
    width: 93%;
  }
  .p-company-message__img img {
    aspect-ratio: 424/403;
    border-radius: 0 3rem;
  }
  .p-company-message__img-deco {
    right: -11rem;
    width: 32rem;
  }
  .p-company-message__catch {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 1.2px;
    line-height: 160%;
    margin-top: 3.9rem;
    order: 3;
  }
  .p-company-message__text {
    line-height: 1.626;
    margin-top: 2.3rem;
    order: 4;
  }
  .p-company-message__name span.big {
    font-size: 2.2rem;
  }
  .p-company-message__name {
    margin-top: 0.6rem;
    order: 5;
  }
  .p-company-build {
    border-radius: 0 0 3rem 3rem;
    padding-block: 13rem 0.5rem;
  }
  .p-company-build__deco01 {
    left: calc(50% - 36.9rem);
    top: 81.5rem;
    width: 34.5rem;
  }
  .p-company-build__deco02 {
    right: calc(50% - 40.9rem);
    top: 5.5rem;
    width: 36.5rem;
  }
  .p-company-build__head {
    flex-flow: column;
  }
  .p-company-build__text {
    margin-top: 5rem;
    padding-left: 0rem;
    padding-top: 0rem;
  }
  .p-company-build__contents {
    flex-flow: column;
    gap: 3.8rem;
    margin-top: 4rem;
  }
  .p-company-build__content {
    position: relative;
  }
  .p-company-build__textBox {
    margin-left: 1rem;
    margin-top: 1.6rem;
    padding-left: 2rem;
  }
  .p-company-build__textBox h3 {
    font-size: 2.4rem;
  }
  .p-company-build__textBox p {
    font-size: 1.6rem;
  }
  .p-company-build__textBox.--blue {
    border-left: none;
    color: #fff;
    left: 0;
    position: absolute;
    top: 3.5rem;
  }
  .p-company-build__img-btn {
    bottom: 11rem;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
  }
  .p-company-color {
    border-radius: 0 0 3rem 3rem;
    padding-block: 16rem 9.5rem;
  }
  .p-company-color__deco {
    right: -2px;
    top: 0rem;
    width: 12rem;
  }
  .p-company-color__contents {
    flex-flow: column;
    gap: 0;
    margin-top: 4.5rem;
  }
  .p-company-color__imgBox {
    height: auto;
    width: 100%;
  }
  .p-company-color__photo {
    position: relative;
    width: 88%;
  }
  .p-company-color__photo img {
    aspect-ratio: 300/280;
    border-radius: 4rem 0;
  }
  .p-company-color__img {
    top: 4rem;
    width: 83%;
  }
  .p-company-color__textBox {
    margin-top: 9rem;
  }
  .p-company-color__textBox h3 {
    font-size: 2rem;
  }
  .p-company-color__textBox p {
    margin-top: 2.5rem;
  }
  .p-company-profile {
    padding-block: 7.9rem 7.2rem;
  }
  .p-company-profile__contents {
    display: flex;
    flex-flow: column;
    gap: 1rem;
    margin-top: 4.7rem;
  }
  .p-company-profile__contents-ddWrap {
    padding-left: 3rem;
    width: 100%;
  }
  .p-company-profile__contents-dl {
    align-items: baseline;
    flex-flow: column;
    gap: 1rem;
  }
  .p-company-profile__contents-dl:nth-of-type(5) {
    gap: 0rem;
  }
  .p-company-profile__contents-dl:nth-of-type(5) .p-company-profile__contents-dd {
    padding-bottom: 0.8rem;
    padding-top: 1rem;
  }
  .p-company-profile__contents-dl:nth-of-type(1):before {
    display: none;
  }
  .p-company-profile__contents-dl::after {
    bottom: 0px;
    width: 14rem;
  }
  .p-company-profile__contents-dl:nth-of-type(1) .p-company-profile__contents-dd {
    border-top: none;
  }
  .p-company-profile__contents-dt {
    padding-block: 0;
    padding-left: 0.4rem;
    width: 100%;
  }
  .p-company-profile__contents-dd {
    padding-block: 0;
    padding-bottom: 1.3rem;
    padding-left: 0.4rem;
    width: 100%;
  }
  .p-company-profile__map {
    margin-top: 1.5rem;
  }
  .p-company-profile__map iframe {
    height: 40rem;
  }
  .p-company-profile__logoWrap {
    align-items: center;
    display: block;
    display: flex;
    justify-content: center;
  }
  .p-company-profile__logoWrap.--top {
    padding-inline: 4rem;
  }
  .p-company-profile__logos {
    flex-flow: column;
    margin-top: -1rem;
  }
  .p-company-profilefigure.p-company-profile__imf03 {
    width: 80%;
  }
  .p-company-profile__imf03 {
    width: 80%;
  }
  .p-company-profile__img04 {
    width: 75%;
  }
  .p-company-profile__img05 {
    position: relative;
    right: -2rem;
    width: 80%;
  }
  .p-company-profile__logoWrap.--bottom {
    margin-top: -5rem;
  }
  .p-company-companies {
    border-radius: 3rem;
    padding-block: 8rem 10rem;
  }
  .p-company-companies .c-title p.en {
    white-space: nowrap;
  }
  .p-company-companies__contents {
    margin-top: 5rem;
  }
  .p-company-companies__items {
    grid-template-columns: repeat(1, 1fr);
  }
  .p-company-companies__textBox {
    min-height: 38rem;
    padding-block: 2rem 1.5rem;
    padding-inline: 3rem 2rem;
  }
  .p-company-companies__address-wrap {
    margin-top: 1rem;
  }
  .p-company-companies__address-wrap address {
    line-height: 1.2;
  }
  .p-company-companies__bottom {
    margin-top: 1.5rem;
  }
  .p-company-companies__address-link {
    display: block;
    margin-bottom: 1rem;
    margin-left: 0;
    top: 5px;
  }
  .p-company-companies__subtitle {
    font-size: 1.6rem;
  }
  .p-company-companies__bottom.--margin {
    margin-top: 1.3rem;
  }
  .p-company-companies__bottom.--margin-2 {
    padding-top: 0;
  }
  .p-company-companies__bottom {
    margin-top: 1.3rem;
  }
  .p-company-companies .swiper-wrapper {
    display: flex;
    position: relative;
    z-index: -1;
  }
  li.p-company-companies__item.swiper-slide {
    display: flex;
  }
  .p-company-business {
    padding-block: 13.5rem 77rem;
  }
  .p-company-business__map {
    left: 50%;
    margin-top: 5rem;
    position: absolute;
    transform: translateX(-50%);
    width: 100%;
  }
  .p-company-business__items {
    gap: 0.9rem;
    grid-template-columns: repeat(1, 1fr);
    margin-top: -36.5rem;
  }
  .p-company-business__item {
    border-radius: 1rem;
  }
  .p-company-business.--bottom {
    margin-top: -13.7rem;
    padding-block: 18.5rem 14rem;
  }
  .p-company-history {
    border-radius: 3rem;
    margin-bottom: -8.5rem;
    padding: 8rem 2rem;
  }
  .p-company-history__deco01 {
    left: calc(50% - 39.9rem);
    top: -4.5rem;
    width: 30.5rem;
  }
  .p-company-history__deco02 {
    right: calc(50% - 35.9rem);
    top: 31.5rem;
  }
  .p-company-history__deco03 {
    right: calc(50% - 38.9rem);
    top: 91.5rem;
    width: 29.5rem;
  }
  .p-company-history__deco04 {
    bottom: -2.5rem;
    height: auto;
    left: calc(50% - 33.9rem);
    position: absolute;
    width: 29.5rem;
  }
  .p-company-history__list {
    margin-top: 8.8rem;
    padding-left: 1rem;
  }
  .p-company-history__list::before {
    height: 102.5%;
    left: 0.5rem;
    top: -4rem;
  }
  .p-company-history__item {
    align-items: start;
    flex-flow: column;
    gap: 2.2rem;
    margin-bottom: 2.7rem;
    padding-left: 2.7rem;
  }
  .p-company-history__year {
    line-height: 1.4;
  }
  .p-company-history__year span.circle::after {
    left: -3.7rem;
    top: calc(50% - 3.3rem);
  }
  .p-company-history__year span.circle::before {
    background: #000;
    content: "";
    display: inline-block;
    height: 0.1rem;
    left: -3.3rem;
    position: absolute;
    top: calc(50% - 3.3rem);
    transform: translateY(-50%);
    width: 2rem;
    z-index: 10;
  }
  .p-company-history__text svg {
    margin-right: 0.3rem;
    position: relative;
    top: -0.3rem;
  }
  .p-company-history__text::before {
    display: none;
  }
  .p-company-zeb__main-wrap {
    flex-direction: column;
      row-gap: 50px;
  }
  .p-company-zeb__img {
    width: 180px;
    margin-inline: auto;
  }
  .p-company-zeb__main-text br {
    display: none;
  }
  .p-company-zeb__btn-wrap {
    margin-inline: auto;
  }
  .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 {
    flex-direction: column;
    gap: 50px;
  }
  .confirm-bottom-button {
    flex-flow: column;
    gap: 30px;
  }
  .p-contact__btn.--confirm {
    gap: 0;
    margin-top: 0px;
  }
  .l-cta .text.is-active {
    margin-top: 0.5rem;
  }
  span.wpcf7-form-control.wpcf7-acceptance {
    padding-left: 3rem;
  }
  .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;
  }
  .p-oem-examples__inner {
    padding-block: 8rem 5.8rem;
    padding-inline: 0;
  }
  .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-partner .p-under-fv h2.c-head__ttl {
    font-size: 4rem;
    line-height: 1.4;
    margin-top: 0rem;
    width: 100%;
  }
  .p-partner-download {
    padding-block: 5rem 1rem;
  }
  .p-partner-download__title {
    font-size: 2.4rem;
  }
  .p-partner-download__head {
    flex-flow: column;
    margin-top: 1.6rem;
    padding-inline: 2rem;
  }
  .p-partner-download__head-link {
    border-bottom: 1px solid #A4edd5;
    border-left: none;
    border-right: none;
    display: block;
    font-size: 1.8rem;
    height: unset;
    line-height: 1.6;
    padding-bottom: 1rem;
    padding-inline: 0rem;
    padding-top: 3rem;
    text-align: left;
    width: 100%;
  }
  .p-partner-download__head-link::before {
    aspect-ratio: 14/8;
    background: url(../images/common/under/arrow_green.svg) no-repeat top center/contain;
    content: "";
    display: inline-block;
    position: absolute;
    right: 1rem;
    top: calc(50% + 1.5rem);
    transform: translateY(-50%);
    width: 1.4rem;
  }
  .p-partner-download__head-link:nth-of-type(1), .p-partner-download__head-link:nth-of-type(3) {
    border-left: none;
    border-right: none;
  }
  .p-partner-download__head-link:nth-of-type(4) {
    border-left: none;
    border-right: none;
  }
  .p-partner-download__contents {
    border-radius: 0;
    padding-block: 4rem;
    padding-inline: 2rem;
  }
  .p-partner-download__contentsTitle {
    font-size: 2.8rem;
  }
  .p-partner-download__contentsTitle span.circle::before {
    aspect-ratio: 1/1;
    background: url(../images/common/under/circle_green.svg) no-repeat top center/contain;
    content: "";
    display: inline-block;
    left: -6.5rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1rem;
  }
  .p-partner-download__contentsTitle span.circle.--002::before {
    left: -4.2rem;
  }
  .p-partner-download__contentsTitle span.circle.--003::after {
    right: -2rem;
  }
  .p-partner-download__contentsTitle span.circle::after {
    aspect-ratio: 1/1;
    background: url(../images/common/under/circle_green.svg) no-repeat top center/contain;
    content: "";
    display: inline-block;
    position: absolute;
    right: -5rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1rem;
  }
  .p-partner-download__contentsText {
    font-size: 1.6rem;
    margin-top: 4rem;
    padding-block: 3rem 2.5rem;
    padding-inline: 2rem;
    text-align: left;
  }
  .p-partner-download__contentsText span.green {
    font-size: 1.6rem;
  }
  .p-partner-download__contentsNote {
    font-size: 1.4rem;
    margin-top: 2rem;
    text-align: left;
  }
  .p-partner-download__Link {
    border-radius: 5rem;
    font-size: 1.6rem;
    height: 10rem;
    line-height: 1.4;
    padding-left: 7.6rem;
    padding-right: 2rem;
    padding-top: 1.2rem;
    position: relative;
    text-align: left;
    text-align: center;
  }
  .p-partner-download__Link img.link_img01 {
    /* aspect-ratio: 12 / 1; */
    width: 10.8rem;
    -o-object-fit: contain;
    height: 4rem;
    left: 50%;
    object-fit: contain;
    position: relative;
    position: absolute;
    right: 0.7rem;
    top: -21px;
    transform: translateX(-50%);
  }
  .p-partner-download__Link img.link_img02 {
    aspect-ratio: 36/40;
    width: 3.6rem;
    -o-object-fit: contain;
    left: 2.5rem;
    object-fit: contain;
    position: absolute;
    top: 1px;
  }
  .p-partner-download__submission {
    align-items: flex-start;
    border-radius: 1rem;
    flex-flow: column;
    gap: 3rem;
    margin-top: 3.8rem;
    padding-block: 1.8rem;
    padding-inline: 3rem;
  }
  .p-partner-download__submission.--electronic {
    padding-block: 2rem;
  }
  .p-partner-download__submission::before {
    height: 100%;
    height: 0.1rem;
    left: 0;
    top: 6.3rem;
    width: 0.1rem;
    width: 100%;
  }
  .p-partner-download__submission-dt {
    color: #30AB98;
    font-size: 2rem;
    font-size: 18px;
    font-weight: 500;
  }
  .p-partner-download__submission-dl {
    font-size: 1.8rem;
  }
  .p-partner-download__contents.--estimate .p-partner-download__submission {
    gap: 3.5rem;
    margin-top: 3.8rem;
    padding-inline: 3rem 2rem;
  }
  .p-partner-download__contents.--estimate__submission-address {
    font-size: 1.8rem;
    margin-top: 1.2rem;
    padding-left: 0rem;
  }
  div#designation {
    margin-top: 4rem;
  }
  div#estimate {
    margin-top: 4rem;
  }
  .p-partner-download__Link.--narrow {
    height: 9rem;
    margin-top: 4rem;
    max-width: 30rem;
    padding-left: 10.6rem;
    padding-top: 0rem;
  }
  .p-partner-download__Link.--narrow.--third {
    padding-left: 7.5rem;
  }
  .p-partner-download__submission-dlWrap {
    align-items: baseline;
    flex-flow: column;
    gap: 1.4rem;
  }
  address.p-partner-download__submission-address {
    border-left: none;
    font-size: 1.8rem;
    padding-left: 0rem;
  }
  dl.p-partner-download__submission.--designation {
    padding-block: 2rem;
    padding-inline: 2.9rem;
  }
  .p-privacy-fv .c-head__ttl span.circle::after {
    right: -5.5rem;
  }
  .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-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;
  }
  .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;
  }
  .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-satalk__pickup-box {
    padding-block: 6.4rem 8rem;
  }
  .p-satalk__pickup-box::before {
    bottom: -4.7rem;
    height: calc(100% - 30rem + 4.7rem);
  }
  .p-satalk__pickup-title {
    font-size: 4rem;
    line-height: 1.125;
  }
  .p-satalk__pickup-title::before {
    left: -4rem;
    width: 3.48rem;
  }
  .p-satalk__pickup-title::after {
    right: -4rem;
    width: 3.48rem;
  }
  .p-satalk__pickup-content {
    margin-top: 2.5rem;
  }
  .p-satalk__swiper-wrapper {
    align-items: stretch;
  }
  .p-satalk__swiper-slide.swiper-slide {
    height: auto;
    width: 32rem !important;
  }
  .p-satalk__swiper-img-wrapper {
    aspect-ratio: 28/20;
    height: auto;
    padding-top: 0;
  }
  .p-satalk__swiper-img {
    aspect-ratio: 28/20;
  }
  .p-satalk__swiper-body {
    flex: auto;
    padding: 1.4rem 2.5rem 2.7rem;
  }
  .p-satalk__swiper-body-title {
    -webkit-line-clamp: 3;
    font-size: 2rem;
  }
  .p-satalk__swiper-text {
    -webkit-line-clamp: 2;
    line-height: 1.4;
  }
  .p-satalk__swiper-tag-list {
    margin-top: 1.5rem;
  }
  .p-satalk__swiper-container .swiper-button-prev,
  .p-satalk__swiper-container .swiper-button-next {
    height: 4rem;
    width: 4rem;
  }
  .p-satalk__swiper-container .swiper-button-prev.js-satalk-prev {
    left: calc((100% - 31.5rem) / 2);
    top: 41%;
  }
  .p-satalk__swiper-container .swiper-button-next.js-satalk-next {
    right: calc((100% - 31.5rem) / 2);
    top: 41%;
  }
  .p-satalk-contents__inner-wrapper {
    background: #f4f4f4;
    border-radius: 3rem 3rem 0 0;
    padding-block: 7rem 0;
    position: relative;
  }
  .p-satalk-contents__inner-wrapper::before {
    background: #e8f8f6;
    bottom: calc(100% - 29rem);
    content: "";
    height: 5rem;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .p-satalk-contents__inner-wrapper::after {
    background: #fff;
    bottom: 0;
    content: "";
    height: calc(100% - 29rem);
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .p-satalk-contents__inner {
    padding-inline: 3rem;
  }
  .p-satalk-contents__tag-box {
    background: transparent;
    padding: 0;
  }
  .p-satalk-contents__tag-list {
    justify-content: flex-start;
    margin-top: 2rem;
    padding-inline: 1.5rem;
  }
  .p-satalk-contents__card-box {
    margin-top: 5rem;
  }
  .p-satalk-contents__card-head {
    display: none;
  }
  .p-satalk-contents__card-list {
    gap: 3rem;
    margin-top: 0;
  }
  .p-satalk-contents__card-link {
    flex-direction: column;
  }
  .p-satalk-contents__card-img {
    aspect-ratio: 2/1;
    height: auto;
    width: 100%;
  }
  .p-satalk-contents__card-body {
    padding: 1.5rem 1.5rem 2.5rem;
  }
  .p-satalk-contents__card-body::before {
    content: none;
  }
  .p-satalk-contents__card-body-head {
    padding: 1rem 1rem 1.5rem;
  }
  .p-satalk-contents__card-title {
    font-size: 1.6rem;
  }
  .p-satalk-contents__card-body-content {
    margin-top: 1rem;
    padding-inline: 0.5rem;
  }
  .p-works-contents__pagination-box.p-satalk-contents__pagination-box {
    margin-block-start: 9rem;
  }
  .p-works-contents__pagination-box.p-satalk-contents__pagination-box:not(:has(*)) {
    margin-block-start: 0;
  }
  .p-single-satalk__intro-wrap {
    padding: 6rem 2rem 15rem;
  }
  .p-single-satalk__intro-wrap::before {
    height: 48.3rem;
  }
  .p-single-satalk__intro {
    padding: 4rem 2rem;
  }
  .p-single-satalk__date {
    font-size: 1.6rem;
  }
  .p-single-satalk__title {
    font-size: 2.4rem;
    line-height: 1.6;
    margin-top: 0.5rem;
  }
  .p-single-satalk__tags {
    margin-top: 1.5rem;
  }
  .p-single-satalk__tag {
    line-height: 1.3;
  }
  .p-single-satalk__thumbnail {
    aspect-ratio: 3/2;
    border-radius: 1rem;
    margin-top: 3rem;
  }
  .p-single-satalk__intro-content {
    margin-top: 2rem;
  }
  .p-single-satalk__main {
    border-radius: 3rem 3rem 0 0;
    margin-top: -7rem;
  }
  .p-single-satalk__main-wrap {
    padding: 7rem 3rem 10rem;
  }
  .p-single-satalk__main-content .wp-block-heading:not(:first-child) {
    margin-top: 10rem;
  }
  .p-single-satalk__main-content h2.wp-block-heading {
    font-size: 2rem;
    line-height: 1.6;
    margin-bottom: 2rem;
  }
  .p-single-satalk__main-content h3.wp-block-heading {
    font-size: 1.8rem;
    line-height: 1.6;
    margin-bottom: 2rem;
    padding-left: 1.6rem;
  }
  .p-single-satalk__main-content h3.wp-block-heading::before {
    bottom: auto;
    top: 0;
  }
  .p-single-satalk__main-content .wp-block-image img {
    aspect-ratio: 320/460;
  }
  .p-single-satalk__writer {
    padding: 6rem 2rem;
  }
  .p-single-satalk__writer-inner {
    border-radius: 1rem;
    padding: 3rem;
  }
  .p-single-satalk__writer-body {
    flex-direction: column;
    gap: 3rem;
    margin-top: 3.4rem;
  }
  .p-satalk-related {
    padding-block: 8rem;
  }
  .p-satalk-related::before {
    border-radius: 0 0 3rem 3rem;
    height: calc(100% - 40.4rem);
  }
  .p-satalk-related__title {
    font-size: 2.4rem;
    gap: 1.5rem;
  }
  .p-satalk-related__text {
    line-height: 1.4;
    margin-top: 4rem;
    padding-inline: 2rem;
  }
  .p-satalk-related__text .--pc-hidden {
    display: block !important;
  }
  .p-satalk-related__list {
    gap: 3rem;
    grid-template-columns: 1fr;
    margin-top: 6rem;
    padding-inline: 3rem;
  }
  .p-satalk-related__card-head {
    aspect-ratio: 2/1;
  }
  .p-satalk-related__card-body {
    padding: 2rem 2rem 5rem;
  }
  .p-satalk-related__card-body::before {
    bottom: 2rem;
    right: 2rem;
  }
  .p-satalk-related__card-text {
    font-size: 1.8rem;
    margin-top: 0.5rem;
  }
  .p-satalk-related__card-bottom {
    flex-direction: column-reverse;
    margin-top: 1.5rem;
    row-gap: 1.5rem;
  }
  .p-satalk-related__card-category-text {
    font-size: 1.4rem;
  }
  .p-csr-sdg-about__inner {
    flex-flow: column;
  }
  .p-csr-sdg-about__textBox {
    font-size: 24px;
    margin-top: 0rem;
    padding-left: 2rem;
  }
  .p-csr-sdg-about__imgBox {
    width: 100%;
  }
  .p-csr-sdg-about__img02 {
    top: 5rem;
  }
  .p-csr-sdg-about__img03 {
    right: 5.8rem;
    top: 15.4rem;
  }
  section.p-service-about.p-csr-sdg-about {
    padding-block: 6.4rem 7.8rem;
  }
  .p-csr__contents {
    padding-block: 8rem 12rem;
  }
  .p-sdg__contents {
    background: linear-gradient(to bottom, #fff 0%, #fff 14.9%, #30AB98 14.9%, #30AB99 87%);
    border-radius: 0 0 3rem 3rem;
    padding-block: 8rem 12rem;
  }
  .p-csr-sdg-contents__catchText {
    font-size: 2rem;
    margin-top: 4rem;
    text-align: left;
  }
  .p-csr-sdg-contents__bottomText {
    margin-top: 3rem;
    text-align: center;
    text-align: left;
  }
  .p-csr-sdg-contents__topBox {
    border-bottom: 1px solid #1B973A;
    display: block;
    padding-bottom: 2.8rem;
  }
  .p-csr-sdg-contents__items {
    gap: 3rem;
    margin-top: 4rem;
  }
  .p-csr-sdg-contents__item {
    border-radius: 2rem;
    padding-block: 2rem 3rem;
    padding-inline: 2rem;
  }
  .p-csr-sdg-contents__item:nth-of-type(2) .p-csr-sdg-contents__item-wrap {
    flex-direction: column-reverse;
    flex-flow: column;
    gap: 4.5rem;
    padding-right: 0rem;
  }
  .p-csr-sdg-contents__item-wrap {
    flex-flow: column;
    gap: 4.5rem;
    padding-right: 0;
  }
  .p-csr-sdg-contents__subtitle h2.ja {
    font-size: 24px;
    gap: 0;
    letter-spacing: 0.08em;
    line-height: 1.6;
    padding-left: 0rem;
  }
  .p-csr-sdg-contents__subtitle h2.ja svg:not(:root) {
    margin-inline: 1rem;
  }
  .p-csr-sdg-contents__catch {
    border-bottom: none;
    flex-flow: column;
    gap: 0.7rem;
    padding-bottom: 0.2rem;
  }
  .p-csr-sdg-contents__catch svg {
    width: 3rem;
  }
  .p-csr-sdg-contents__catch span.blue {
    font-size: 2.4rem;
  }
  .p-csr-sdg-contents__catch span.green {
    font-size: 2.4rem;
  }
  .p-csr-sdg-contents__text {
    margin-top: 2.9rem;
    padding-left: 0;
    text-align: left;
  }
  .p-csr-sdg-contents__img {
    margin-top: 0;
    width: 100%;
  }
  .p-csr-sdg-contents__img img {
    border-radius: 1rem;
  }
  .p-sdg-contents__img {
    margin-top: 0;
    width: 100%;
  }
  .p-sdg-contents__img img {
    aspect-ratio: 300/200;
    border-radius: 2rem;
  }
  .p-sdg-contents__icon-img {
    position: absolute;
    right: 2rem;
    top: -4rem;
    width: 12rem;
  }
  .p-sdg-contents__text {
    margin-top: 2rem;
  }
  .p-sdg-contents__item {
    padding-block: 11rem 5rem;
    padding-inline: 2rem;
    position: relative;
  }
  .p-csr-sdg-contents__item-wrap.--sdg {
    flex-flow: column-reverse;
  }
  .p-csr-sdg-contents__items.--sdg {
    gap: 6rem;
    margin-top: 12rem;
  }
  .p-csr-sdg-contents__items.--sdg .p-csr-sdg-contents__item-wrap {
    flex-flow: column-reverse;
    gap: 3.5rem;
  }
  .p-sdg-contents__item:nth-of-type(2n) .p-csr-sdg-contents__item-wrap {
    flex-flow: column-reverse;
  }
  .p-sdg-contents__item:nth-of-type(2n) .p-sdg-contents__icon-img {
    left: 2rem;
    position: absolute;
    top: -4rem;
    width: 12rem;
  }
  .p-service-contents__deco08.--csr {
    display: none;
  }
  .p-service-main {
    height: auto;
    margin-bottom: 0;
    width: 30rem;
  }
  .p-service-sub {
    display: none;
  }
  .p-service-main .swiper-slide img {
    aspect-ratio: 300/240;
  }
  .p-service-about {
    padding-block: 6.4rem 10.6rem;
  }
  .p-service-about__deco01 {
    bottom: -71rem;
    left: unset;
    right: calc(50% - 53.9rem);
    top: unset;
    width: 26.5rem;
  }
  .p-service-about__inner {
    flex-flow: column;
    gap: 4rem;
  }
  .p-service-about__textBox {
    font-size: 2.4rem;
    margin-top: 6rem;
    padding-block: 1.4rem 3.5rem;
  }
  .p-service-about__imgBox {
    width: 100%;
  }
  .p-service-about__img01 {
    margin-left: auto;
    width: 64.5%;
  }
  .p-service-about__img02 {
    left: 0;
    position: absolute;
    top: 5rem;
    width: 58.2%;
  }
  .p-service-about__img03 {
    bottom: -6rem;
    position: absolute;
    right: 6rem;
    top: unset;
    width: 38.7%;
  }
  .p-service-contents {
    border-radius: 0 0 3rem 3rem;
    padding-block: 8rem 9rem;
  }
  .p-service-contents__deco01 {
    left: -10rem;
    top: 348rem;
    width: 15.5rem;
    z-index: 10;
  }
  .p-service-contents__deco02 {
    left: unset;
    right: -14rem;
    top: -17rem;
    width: 23.5rem;
    z-index: 10;
  }
  .p-service-contents__deco03 {
    left: -14rem;
    position: absolute;
    right: unset;
    top: 114rem;
    width: 18.5rem;
    z-index: 10;
  }
  .p-service-contents__deco04 {
    left: unset;
    position: absolute;
    right: -16rem;
    top: 232rem;
    width: 21.5rem;
    z-index: 10;
  }
  .p-service-contents__deco07 {
    left: unset;
    position: absolute;
    right: -10.5rem;
    top: 434rem;
    width: 15.5rem;
    z-index: 10;
  }
  .p-service-contents__deco08 {
    bottom: 169rem;
    left: -15rem;
    right: unset;
    top: unset;
    width: 21.5rem;
    z-index: 10;
  }
  .p-service-contents__textBox.--civil, .p-service-contents__textBox.--arc {
    display: contents;
  }
  .p-service-contents__items {
    gap: 3rem;
  }
  .p-service-contents__item {
    padding-block: 4.2rem 2.2rem;
    padding-inline: 2rem;
  }
  .p-service-contents__item-wrap {
    gap: 0;
  }
  .p-service-contents__item:nth-of-type(2) .p-service-contents__item-wrap {
    gap: 0;
  }
  .p-service-contents__subtitle {
    flex-flow: column;
    gap: 0rem;
    order: 1;
  }
  .p-service-contents__subtitle h2.ja {
    align-items: center;
    font-size: 2.8rem;
    gap: 0;
    justify-content: center;
    padding-left: 0rem;
  }
  .p-service-contents__catch {
    font-size: 2rem;
    margin-top: 1.5rem;
    order: 3;
    padding-bottom: 4rem;
    padding-bottom: 1.2rem;
  }
  .p-service-contents__item.--housing {
    padding-block: 8rem 6rem;
  }
  .p-service-contents__item.--housing .p-service-contents__btn {
    margin-inline: auto;
  }
  .p-service-contents__item.--housing .p-service-contents__subtitle h2 span.small {
    font-size: 1.6rem;
  }
  .p-service-contents__item.--housing .p-service-contents__subtitle h2 span.medium {
    font-size: 1.6rem;
  }
  .p-service-contents__item.--housing span.flex {
    letter-spacing: 0.1em;
    padding-left: 1.1rem;
    position: relative;
    top: -5px;
  }
  .p-service-contents__item.--housing span.line.hero--line01 {
    left: calc(50% + 15rem);
    top: -2.4rem;
    width: 22rem;
  }
  .p-service-contents__item.--housing span.line.hero--line02 {
    left: calc(50% + 10.5rem);
    top: -16.7rem;
  }
  .p-service-contents__item.--housing span.line.hero--line06 {
    left: calc(50% - 23rem);
    top: 8.3rem;
    width: 17rem;
  }
  .p-service-contents__item.--housing span.line.hero--line04 {
    left: calc(50% + 6rem);
    top: -19.5rem;
  }
  .p-service-contents__item.--housing span.line.hero--line05 {
    left: calc(50% + 10rem);
    top: -22rem;
  }
  .p-service-contents__item.--housing span.line.hero--line07 {
    left: calc(50% - 34rem);
    top: 6.5rem;
    width: 41rem;
  }
  .p-service-contents__text {
    margin-top: 1.5rem;
    order: 4;
  }
  .p-service-contents__lists {
    gap: 1.3rem;
    margin-top: 3.3rem;
    order: 5;
    padding-block: 2.5rem 2.3rem;
    padding-inline: 2rem 1.5rem;
  }
  .p-service-contents__list {
    background: none;
    line-height: 1.92;
    margin-left: 3.2rem;
  }
  .p-service-contents__list span {
    background: linear-gradient(transparent 61% 51%, #ffffff 35%);
    padding-bottom: 0.5rem;
  }
  .p-service-contents__list::before {
    left: -3.3rem;
    top: 0.8rem;
    transform: unset;
    width: 2rem;
  }
  .p-service-contents__slider {
    height: auto;
    margin-inline: auto;
    margin-top: 2rem;
    order: 2;
    width: 100%;
  }
  .p-service-contents .swiper-android .swiper-slide,
  .p-service-contents .swiper-ios .swiper-slide,
  .p-service-contents .swiper-wrapper {
    height: 24rem;
  }
  .p-service-contents__btn {
    margin-top: 4rem;
  }
  .p-service-contents__img {
    margin-top: 2rem;
    width: 42rem;
    width: 100%;
  }
  .p-service-contents__rest-lists {
    flex-flow: column;
    gap: 1.5rem;
    margin-top: 4rem;
  }
  .p-service-contents__rest-textBox {
    border-radius: 0 0 1rem 1rem;
  }
  .p-service-contents__rest-textBox address {
    margin-top: 0.4rem;
  }
  .p-service-contents__inst-link {
    bottom: 2rem;
  }
  .p-service-contents__btnWrap {
    flex-flow: column;
    gap: 3rem;
    justify-content: center;
  }
  .p-service-contents__btn.c-btn.--default.--ex.--bell {
    margin-top: 0rem;
    width: 26rem;
  }
  .p-single {
    display: flex;
    flex-direction: column;
    flex-flow: column;
  }
  .p-archive__list-thumbnail {
    aspect-ratio: 150/110;
    border-radius: 0.5rem;
    height: auto;
    width: 45%;
  }
  .p-archive__list-info {
    display: flex;
    flex-flow: column;
    gap: 0.5rem;
  }
  .p-archive__main {
    margin-top: 5rem;
  }
  .p-archive__sidebar {
    width: 100%;
  }
  .p-archive {
    margin-top: 5.5rem;
    max-width: 117rem;
    padding: 0 2rem;
  }
  .p-archive__inner {
    flex-flow: column;
    gap: 0rem;
    padding-inline: 0rem;
  }
  time.p-archive__list-date {
    font-size: 1.4rem;
  }
  .p-archive__list-category {
    align-items: center;
    display: flex;
    position: unset;
    top: 0;
    width: -moz-fit-content;
    width: fit-content;
  }
  .p-archive__categoriesWrap.u-con--md {
    padding-inline: 0;
  }
  .p-archive__list-ttl {
    font-size: 16px;
    line-height: 1.4;
    margin-top: 0.4rem;
  }
  .p-archive__list {
    gap: 3rem;
  }
  .p-single__content p {
    margin-top: 2rem;
  }
  .p-archive__list-link {
    align-items: flex-start;
    gap: 2rem;
    padding-bottom: 1.8rem;
  }
  h2.wp-block-heading {
    font-size: 2rem;
  }
  .p-archive__pagination {
    margin: 3em auto 0;
  }
  .p-single__sidebar {
    margin-top: 60px;
  }
  .l-sidebar {
    margin-top: 14rem;
  }
  .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: 1.6rem;
  }
  aside.l-sidebar__box {
    padding-inline: 4rem;
  }
  .p-archive__arrow {
    display: none;
  }
  .p-single-works {
    padding-block: 4.5rem 15.3rem;
  }
  .p-single-works__slider {
    margin-top: 2.5rem;
  }
  .p-single-works__img img {
    aspect-ratio: 94/62;
  }
  .p-single-works .swiper-slide {
    height: auto;
  }
  .p-single-works__prev, .p-single-works__next {
    display: none;
  }
  .p-single-works__main-contents {
    padding: 6rem 2rem 10rem;
  }
  .p-single-works__title {
    font-size: 2.4rem;
  }
  .p-single-works__tags {
    margin-top: 1.8rem;
  }
  .p-single-works__main-dl {
    align-items: baseline;
    flex-flow: column;
    gap: 0.5rem;
  }
  .p-single-works__main-images {
    display: grid;
    gap: 5rem;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 5rem;
  }
  .p-single-works__main-images img {
    aspect-ratio: 300/145;
  }
  .swiper-button-prev.p-single-works__prev {
    display: none;
  }
  .swiper-button-next.p-single-works__next {
    display: none;
  }
  .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-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;
  }
  .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;
  }
  .scroll_down:before {
    height: 0.3rem;
    left: 0.6rem;
    width: 0.3rem;
  }
  @keyframes circlemove {
    0% {
      bottom: -1rem;
    }
    100% {
      bottom: -10rem;
    }
  }
  .scroll_down:after {
    bottom: -10.3rem;
    content: "";
    height: 10rem;
    left: 0.7rem;
    position: absolute;
    width: 1px;
  }
  .p-top-fv {
    height: 67.8rem;
  }
  .p-top-fv__deco01 {
    left: calc(50% - 30.9rem);
    right: unset;
    top: 13.6rem;
    width: 20.2rem;
  }
  .p-top-fv__deco02 {
    left: calc(50% - 24.2rem);
    top: 39rem;
    width: 12.2rem;
  }
  .p-top-fv__deco03 {
    bottom: 3.5%;
    left: calc(50% - 23.2rem);
    top: unset;
    width: 20rem;
  }
  .p-top-fv__deco04 {
    bottom: 3.5%;
    left: calc(50% - 2.5rem);
    top: unset;
    width: 11.5rem;
  }
  .p-top-fv__deco05 {
    bottom: -2.5%;
    left: calc(50% + 2.5rem);
    top: unset;
    width: 15rem;
  }
  .p-top-fv__deco06 {
    bottom: 15.5%;
    left: calc(50% + 12.5rem);
    position: absolute;
    top: unset;
    width: 18rem;
  }
  .p-top-fv__deco07 {
    bottom: 37.5%;
    left: calc(50% + 15.5rem);
    position: absolute;
    top: unset;
    width: 9rem;
  }
  .p-top-fv__deco08 {
    bottom: 57.5%;
    left: calc(50% + 16.5rem);
    position: absolute;
    top: unset;
    width: 7rem;
  }
  .p-top-fv__deco09 {
    bottom: 62.5%;
    left: calc(50% + 8.1rem);
    top: unset;
    width: 18.5rem;
  }
  .p-top-fv__deco10 {
    display: none;
  }
  .p-top-fv__deco11 {
    left: calc(50% + 13.1rem);
    position: absolute;
    right: unset;
    top: -2rem;
    width: 16rem;
  }
  .p-top-fv__deco12 {
    left: calc(50% - 5.6rem);
    right: unset;
    top: 0rem;
    width: 16.2rem;
  }
  .p-top-fv__deco13 {
    left: calc(50% - 19.2rem);
    top: 0rem;
    width: 12.2rem;
  }
  .p-top-fv__head {
    left: 50%;
    text-align: center;
    top: calc(50% - 4.6rem);
    transform: translate(-50%, -50%);
    width: 100%;
  }
  .p-top-fv .c-head__ttl {
    font-size: 4.8rem;
    position: relative;
    top: 2.2rem;
  }
  .p-top-fv .c-head__ttl span.top {
    left: -0.3rem;
    position: relative;
    top: -0.8rem;
  }
  .p-top-fv .c-head__ttl span.green {
    font-size: 6.4rem;
    left: 1.3rem;
    line-height: 1.2;
    position: relative;
  }
  .p-top-fv .c-head__ttl span.green span.medium {
    font-size: 40px;
    top: -23px;
  }
  .p-top-fv .c-head__catch {
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    margin-top: 2.1rem;
    position: relative;
    top: 0.6rem;
  }
  .p-top-fv__scroll {
    bottom: 16rem;
    font-size: 1rem;
    right: 0.6rem;
  }
  .p-top-about {
    padding-block: 11rem 3rem;
  }
  .p-top-about__deco01 {
    bottom: -17rem;
    position: absolute;
    right: -5rem;
    width: 28rem;
  }
  .p-top-about__deco02 {
    left: -15rem;
    position: absolute;
    top: 2rem;
    width: 26rem;
  }
  .p-top-about__deco03 {
    right: -13rem;
    top: -13rem;
    width: 32rem;
  }
  .p-top-about__title {
    font-size: 2.6rem;
  }
  .p-top-about__text {
    line-height: 1.6;
    margin-top: 4rem;
  }
  .p-top-build {
    padding-block: 9rem 3rem;
  }
  .p-top-build__head-text {
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    line-height: 1.6;
  }
  .p-top-build__body {
    flex-flow: column;
    gap: 3.3rem;
    margin-inline: auto;
    margin-top: 4.1rem;
    width: 94%;
  }
  .p-top-build__sato-bg {
    top: 0.5rem;
  }
  .p-top-build__okayama {
    margin-top: 0;
  }
  .p-top-build__okayama-bg {
    top: 0.5rem;
  }
  .p-top-build__text {
    font-size: 1.4rem;
    margin-top: 1rem;
    padding-left: 3rem;
  }
  .p-top-build__text.--okayama {
    margin-top: 0.8rem;
    padding-left: 3rem;
  }
  .p-top-build__subtitle {
    font-size: 2.4rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    line-height: 1.6;
    padding-left: 3rem;
  }
  .p-top-build__subtitle.--okayama {
    padding-left: 3rem;
  }
  .p-top-news {
    padding-block: 9.2rem 10rem;
  }
  .p-top-news__deco01 {
    bottom: -6rem;
    position: absolute;
    right: 13rem;
    width: 30rem;
  }
  .p-top-news__deco02 {
    left: -18rem;
    position: absolute;
    width: 30rem;
  }
  .p-top-news__deco03 {
    right: -5rem;
    top: -1rem;
    width: 24rem;
  }
  .p-top-news__inner {
    flex-flow: column;
    gap: 0;
  }
  .p-top-news__body {
    margin-top: 6rem;
  }
  .p-top-news__link {
    padding-block: 1.5rem 4.6rem;
    padding-inline: 0rem;
  }
  .p-top-news__link::before {
    bottom: 1.2rem;
    right: -0.4rem;
    top: unset;
    transform: unset;
  }
  .p-top-news__btn.c-btn.--default {
    margin-inline: auto;
    width: 22.8rem;
  }
  .p-top-service {
    border-radius: 3rem;
    padding-block: 8rem 13.4rem;
  }
  .p-top-service__head {
    flex-flow: column;
    gap: 2.5rem;
  }
  .p-top-service .c-title.--left h2.ja {
    margin-top: 0.8rem;
  }
  .p-top-service__head-text {
    font-size: 1.8rem;
    width: 100%;
  }
  .p-top-service__head-bottom-text {
    line-height: 1.64;
    margin-top: 2rem;
  }
  .p-top-service__body {
    margin-top: 2.5rem;
  }
  .p-top-service__items {
    gap: 1.2rem;
    grid-template-columns: repeat(2, 1fr);
  }
  .p-top-service__img {
    border-radius: 1rem 1rem 0 0;
    height: 10rem;
  }
  .p-top-service__img img {
    border-radius: 1rem 1rem 0 0;
  }
  .p-top-service__item-textBox {
    border-radius: 0 0 1rem 1rem;
    flex-flow: column;
    gap: 0.8rem;
    padding-block: 0.6rem 1rem;
    padding-left: 1rem;
  }
  .p-top-service__item-textBox::before {
    display: none;
  }
  .p-top-service__item-text {
    font-size: 1rem;
    letter-spacing: 0.13em;
    line-height: 1;
  }
  .p-top-belle {
    padding-block: 25.5rem 12.5rem;
  }
  .p-top-belle__deco01 {
    left: -9rem;
    top: -31.5rem;
    width: 32rem;
  }
  .p-top-belle__deco02 {
    display: none;
  }
  .p-top-belle__deco03 {
    display: none;
  }
  .p-top-belle__bg01 {
    bottom: -14rem;
    left: -32.5rem;
    width: 37rem;
  }
  .p-top-belle__bg02 {
    position: absolute;
    right: -23rem;
    top: -34.5rem;
    width: 34.5rem;
  }
  .p-top-belle__head-logo {
    width: 16rem;
  }
  .p-top-belle__head-textBox {
    font-size: 2rem;
    line-height: 1.6;
    margin-top: 6.2rem;
  }
  .p-top-works {
    border-radius: 3rem;
    padding-block: 8rem 8.6rem;
  }
  .p-top-works__head {
    align-items: start;
    flex-flow: column;
  }
  .p-top-works__head-text {
    margin-top: 3.5rem;
  }
  .p-top-works__deco01 {
    left: -5rem;
    position: absolute;
    top: -19rem;
    width: 11rem;
  }
  .p-top-works__deco02 {
    bottom: 0rem;
    left: 9rem;
    width: 17rem;
  }
  .p-top-works__deco03 {
    right: -11rem;
    top: 7rem;
    width: 15.2rem;
  }
  .p-top-works__body {
    margin-top: 5rem;
    width: 100%;
  }
  .p-top-works .swiper {
    width: 100%;
  }
  .p-top-works .swiper-android .swiper-slide,
  .p-top-works .swiper-ios .swiper-slide,
  .p-top-works .swiper-wrapper {
    height: 35rem;
    width: 33.6rem !important;
  }
  .p-top-works .swiper-button__arrows .swiper-button-prev,
  .p-top-works .swiper-button__arrows .swiper-button-next {
    height: 40px;
    width: 40px;
  }
  .p-top-works__btn.c-btn.--default {
    margin-inline: auto;
    margin-top: 3rem;
    top: 0;
  }
  .p-top-works__img {
    height: 15rem;
  }
  .swiper-slide.p-top-works__slide.swiper-slide-active .p-top-works__img {
    height: 22rem;
  }
  .swiper-button-next.js-works-next {
    left: 3rem;
  }
  .swiper-button-next.js-works-next {
    left: -3rem;
    top: 6.5rem;
  }
  .p-top-works .swiper-button__arrows {
    width: 100%;
  }
  .swiper-button-prev.js-works-prev {
    left: -1rem;
    top: 6.5rem;
  }
  .p-top-csr {
    padding-block: 6rem 11.7rem;
  }
  .p-top-csr__inner {
    flex-direction: column-reverse;
  }
  .p-top-csr__head {
    margin-left: 0;
    margin-top: 9rem;
    width: 100%;
  }
  .p-top-csr__title h2.en {
    font-size: 4rem;
  }
  .p-top-csr__title span.small {
    font-size: 4rem;
    padding-inline: 1.2rem 1.8rem;
    top: 0;
  }
  .p-top-csr__head-text {
    font-size: 1.8rem;
    line-height: 1.6;
    margin-top: 3rem;
  }
  .p-top-csr__head-bottomText {
    margin-top: 2rem;
  }
  .p-top-csr__img01 {
    width: 27rem;
  }
  .p-top-csr__img02 {
    right: 13rem;
    top: 14rem;
    width: 21rem;
  }
  .p-top-recruit {
    border-radius: 3rem;
    padding-block: 12rem 12.6rem;
  }
  .p-top-recruit__deco01 {
    display: none;
  }
  .p-top-recruit__deco02 {
    left: -9.5rem;
    top: -7.5rem;
    width: 24rem;
  }
  .p-top-recruit__deco03 {
    left: -2rem;
    top: 67rem;
    width: 15rem;
  }
  .p-top-recruit__deco04 {
    display: none;
  }
  .p-top-recruit__deco05 {
    bottom: -13.5rem;
    position: absolute;
    right: 0rem;
    width: 22rem;
  }
  .p-top-recruit__deco06 {
    right: -6rem;
    top: -10.5rem;
    width: 25rem;
  }
  .p-top-recruit__head-text {
    font-size: 1.8rem;
    line-height: 1.6;
    margin-top: 5.3rem;
  }
  .p-top-recruit__head-bottom-text {
    margin-top: 2rem;
    width: 100%;
  }
  .p-top-recruit__btn.c-btn.--default {
    margin-top: 5rem;
  }
  .p-page__text {
    font-size: 1.8rem;
    margin-top: 5rem;
  }
  .p-page__link-wrap.c-btn-wrap {
    margin-top: 5rem;
  }
  .p-works-contents {
    padding-block-end: 15rem;
    padding-block-start: 0rem;
  }
  .p-works-contents__deco01 {
    left: calc(50% - 30.3rem);
    top: 133.3rem;
    width: 17rem;
  }
  .p-works-contents__deco02 {
    left: unset;
    right: calc(50% - 38.8rem);
    top: 136rem;
    width: 26.2rem;
  }
  .p-works-contents__deco03 {
    left: calc(50% - 30rem);
    right: unset;
    top: -3.3rem;
    width: 14.7rem;
  }
  .p-works-contents__deco04 {
    left: calc(50% - 32.4rem);
    position: absolute;
    top: 263.9rem;
    width: 19.6rem;
  }
  .p-works-contents__category-boxes {
    border-radius: 0;
    display: flex;
    gap: 3.2rem;
    margin: 0 calc(50% - 50vw);
    padding-block: 5.9rem 4.3rem;
    padding-inline: 3.9rem 3.5rem;
    width: 100vw;
  }
  .p-works-contents__category-list {
    margin-block-start: 2rem;
    row-gap: 2rem;
  }
  .p-works-contents__card-box {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(2, auto);
    -moz-column-gap: 4rem;
    column-gap: 4rem;
    margin-block-start: 5.5rem;
    padding-inline: 1rem;
    row-gap: 2rem;
  }
  .p-works-contents__card-body {
    padding-block: 1.8rem 2.3rem;
  }
  .p-works-contents__card-bottom {
    margin-block-start: 2rem;
  }
  .p-works-contents__pagination-box {
    margin-block-start: 6rem;
  }
  .p-single-works__main-dd.--flex {
    align-items: baseline;
    flex-flow: column;
    gap: 0;
  }
  .p-works-related__title {
    margin-top: 11.5rem;
  }
  .p-single-works__link-wrap {
    margin-top: 3.5rem;
  }
  .u-pt2 {
    display: none !important;
  }
  .u-sp {
    display: none !important;
  }
  .u-pb-wide {
    padding-bottom: 8rem;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px){
  .l-navi {
    background: #fff;
    z-index: -1;
  }
  .p-oem-examples__inner {
    display: grid;
    grid-template-areas: "item1" "item2" "item3";
  }
  .p-product-examples__inner {
    display: grid;
    grid-template-areas: "item1" "item2" "item3";
  }
  .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;
  }
  .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 > .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;
  }
  .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;
  }
  .p-special-examples__inner > .p-product-examples__body {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-oem-examples__title.c-title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-oem-examples__catch {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-oem-examples__link-wrap {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .p-oem-examples__body {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .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-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-product-examples__link-wrap {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .p-product-examples__inner > .p-product-examples__link-wrap {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .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-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-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-special-examples__link-wrap {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .p-product-examples__inner > .p-special-examples__link-wrap {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .p-special-examples__inner > .p-special-examples__link-wrap {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .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;
  }
}

@media (max-width: 767px){
  .l-footer__sns-bottom {
    margin-top: 2rem;
  }
  .l-footer__copy {
    font-size: 1.7rem;
    margin-top: 8.6rem;
  }
  .l-footer {
    padding: 6rem 0.9rem 2rem;
  }
  .l-footer__top {
    align-items: flex-start;
    flex-direction: column;
    gap: 6.8rem;
  }
  .l-footer__nav ul {
    font-family: "Zen Kaku Gothic New", sans-serif;
    gap: 8px 16px;
    justify-content: flex-start;
    white-space: nowrap;
  }
  .l-footer__sns ul {
    flex-direction: column;
    gap: 2rem;
  }
  .l-footer__nav ul {
    display: grid;
    grid-template-columns: repeat(2, auto);
    -moz-column-gap: 5rem;
    column-gap: 5rem;
    row-gap: 2rem;
  }
  .l-footer__nav-list li:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
  }
  .l-footer__nav-list li:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
  }
  .l-footer__nav-list li:nth-child(3) {
    grid-column: 1;
    grid-row: 3;
  }
  .l-footer__nav-list li:nth-child(4) {
    grid-column: 1;
    grid-row: 4;
  }
  .l-footer__nav-list li:nth-child(5) {
    grid-column: 1;
    grid-row: 5;
  }
  .l-footer__nav-list li:nth-child(6) {
    grid-column: 1;
    grid-row: 6;
  }
  .l-footer__nav-list li:nth-child(7) {
    grid-column: 1;
    grid-row: 7;
  }
  /* 右列 */
  .l-footer__nav-list li:nth-child(8) {
    grid-column: 2;
    grid-row: 1;
  }
  .l-footer__nav-list li:nth-child(9) {
    grid-column: 2;
    grid-row: 2;
  }
  .l-footer__nav-list li:nth-child(10) {
    grid-column: 2;
    grid-row: 3;
  }
  .l-footer__nav-list li:nth-child(11) {
    grid-column: 2;
    grid-row: 4;
  }
  .p-company-history {
    padding: 8rem 0 10rem;
  }
  .p-company-history__list {
    padding-left: 1rem;
  }
}

@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 screen and (max-width: 600px){
  .p-company-business {
    padding-block: 13.5rem 70rem;
  }
}

@media screen and (max-width: 500px){
  .p-company-business__map-img {
    margin-top: 0rem;
  }
}

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

@media screen and (max-width: 480px){
  .l-cta__tel-link {
    justify-content: space-between;
  }
  .l-cta__contact-link {
    justify-content: space-between;
  }
  .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-company-business {
    padding-block: 13.5rem 61rem;
  }
  .p-archive__list-ttl {
    margin-top: 1rem;
  }
  .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){
  .p-satalk__swiper-link:hover .p-satalk__swiper-img img {
    scale: 1.1;
  }
  .p-satalk-contents__tag-link:hover {
    background-color: #e3e34e;
  }
  .p-satalk-contents__card-link:hover .p-satalk-contents__card-img img {
    scale: 1.1;
  }
  .p-satalk-contents__card-link:hover .p-satalk-contents__card-body::before {
    transform: translateX(0.5rem);
  }
  .p-single-satalk__tag:hover {
    background-color: #fff;
  }
  .p-satalk-related__card:hover .p-satalk-related__card-image {
    scale: 1.1;
  }
  .p-satalk-related__card:hover .p-satalk-related__card-body:before {
    transform: translateX(0.5rem);
  }
}

@media (hover: hover) and (pointer: fine){
  .l-cta__contact-link:hover {
    background: #30AB98;
    color: #FFF;
  }
  .l-cta__contact-link:hover svg path {
    fill: #fff;
  }
  .l-header__logo-link:hover {
    opacity: 0.6;
  }
  .l-navi__menu-link:hover {
    color: #30AB98;
  }
  .l-navi__menu-link:hover svg path {
    fill: #30AB98;
  }
  .c-btn.--contact:hover {
    background: #fff;
    color: #33B8A4;
  }
  .c-btn.--default:hover {
    background: #33B8A4;
    border: 0.2rem solid #33B8A4;
    color: #fff;
  }
  .c-btn.--default:hover:before {
    background-image: url(../images/common/btn_h_g.svg);
    right: 2rem;
  }
  .c-btn.--default.--ex.--bell:hover {
    background-color: #8F865B;
    border: 0.2rem solid #8F865B;
  }
  .c-btn.--default.--ex.--bell:hover:before {
    background-image: url(../images/common/btn_ex.svg);
    right: 3rem;
  }
  .c-btn.--default.--ex.--rec:hover {
    background-color: #fff;
    border: 0.2rem solid #579DF3;
    color: #579DF3;
  }
  .c-btn.--default.--ex.--rec:hover:before {
    background-image: url(../images/common/btn_h_b.svg);
    right: 3rem;
  }
  .c-btn.--default.--ex.--build:hover {
    background-color: #33B8A4;
    border: 0.2rem solid #33B8A4;
  }
  .c-btn.--default.--ex.--build:hover:before {
    background-image: url(../images/common/btn_ex.svg);
    right: 1rem;
  }
  .c-category:hover {
    opacity: 0.7;
  }
  .c-pagination:hover {
    background-color: #DBDADA;
  }
  .c-pagination--active:hover {
    background-color: #30AB98;
  }
  a.next.p-works-contents__pagination-link.c-pagination:hover,
  a.prev.p-works-contents__pagination-link.c-pagination:hover {
    border-color: #30AB98;
  }
  .p-company-companies__items-link:hover {
    opacity: 0.7;
  }
  .p-contact__btn-next input:hover {
    background: #33B8A4;
    border: 0.2rem solid #33B8A4;
  }
  input:hover + .p-contact__btn-next.c-btn::before, .p-contact__btn-next.c-btn:has(input:hover)::before {
    background-image: url(../images/common/btn_h_g.svg);
  }
  .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-partner-download__Link:hover {
    background-color: #fff;
    color: #30AB98;
  }
  .p-product-examples__slider-link:hover .p-product-examples__img {
    overflow: hidden;
    scale: 1.2;
  }
  .p-service-contents__btn.c-btn.--default.--ex.--bell:hover {
    background-color: #272222;
    border: 1px solid #272222;
  }
  a.next.page-numbers:hover,
  a.prev.page-numbers:hover {
    background-color: #fff;
    color: #000;
    opacity: 0.7;
  }
  .p-single-works__main-dd a:hover {
    opacity: 0.7;
  }
  .p-archive__list-link:hover .p-archive__list-thumbnail img {
    scale: 1.2;
  }
  .p-archive__list-link:hover .p-archive__arrow {
    left: 1rem;
  }
  .p-archive__page-link {
    transition: 0.3s;
  }
  .p-archive__page-link:hover {
    background: #fff;
  }
  a.next.p-archive__page-link:hover {
    border: 1px solid #30AB98;
  }
  li.l-sidebar__box-list-item a:hover {
    opacity: 0.4;
  }
  .p-archive__category-link:hover {
    opacity: 0.4;
  }
  .p-related__link:hover .p-related__thumbnail {
    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-news__link:hover::before {
    right: 2rem;
  }
  .p-top-service__item-link:hover .p-top-service__img {
    scale: 1.2;
  }
  .p-top-service__item-link:hover .p-top-service__item-textBox::before {
    right: 0;
  }
  .p-top-works__slider-link:hover .p-top-works__img img {
    scale: 1.1;
  }
  .p-top-works__slider-link:hover .p-top-works__textBox::after {
    right: 0;
  }
  .p-works-contents__card:hover .p-works-contents__card-image {
    scale: 1.1;
  }
  .p-works-contents__card:hover .p-works-contents__card-arrow {
    right: -0.5rem;
  }
}

@media (prefers-reduced-motion: reduce){
  .fade-in {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

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