@charset "UTF-8";

/* ===============================================
#ホバー時
=============================================== */

/* ===============================================
#全体
=============================================== */

/* ===============================================
#　カラー
=============================================== */

/* ===============================================
# フォント
=============================================== */

.u-color--red {
  color: #FF0000;
}

html {
  font-size: 62.5%;
  word-break: break-all;
}

body {
  color: #000;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.8;
}

img {
  height: auto;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  vertical-align: bottom;
}

a,
span,
picture {
  display: inline-block;
}

address {
  text-decoration: none;
}

main {
  overflow: hidden;
}

/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */

/* ============================================ */

*,
::before,
::after {
  border-style: solid;
  border-width: 0;
  box-sizing: border-box;
}

/* Document */

/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */

/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/* Vertical rhythm */

/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */

/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */

/* ============================================ */

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Lists (definition) */

/* ============================================ */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */

/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  border-top-width: 1px;
  box-sizing: content-box;
  /* 1 */
  clear: both;
  color: inherit;
  height: 0;
  /* 1 */
  margin: 0;
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */

/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */

/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */

/* ============================================ */

/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border-radius: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
  vertical-align: middle;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */

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

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

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

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the outline style in Safari.
 */

[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */

label[for] {
  cursor: pointer;
}

/* Interactive */

/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable]:focus {
  outline: auto;
}

/* Tables */

/* ============================================ */

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
  border-collapse: collapse;
  border-color: inherit;
  /* 1 */
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

.l-footer {
  background: linear-gradient(to bottom, #C4F1B6 0%, #6FC9F3 100%);
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体";
  font-weight: 600;
  padding-block: 3.5rem 3rem;
}

.l-footer--bg {
  background: linear-gradient(to right, #E4F1E2 0%, #84BED3 100%);
}

.l-footer__wrapper {
  display: flex;
  margin-inline: auto;
  max-width: calc(120rem + 6%);
  padding-inline: 3%;
}

.l-footer-address {
  width: 56%;
}

.l-footer-address > p {
  font-size: 12px;
  line-height: 1.4;
}

.l-footer-address > h2 {
  font-size: 3rem;
  line-height: 2;
}

.l-footer-address > address span {
  font-size: 1.5rem;
  line-height: 1.6;
}

.l-footer__button {
  align-items: center;
  background-color: white;
  border-radius: 999px;
  display: inline-flex;
  font-size: 12px;
  gap: 18px;
  height: 30px;
  justify-content: center;
  line-height: 1;
  margin-top: 2rem;
  padding: 0 10px;
  transition: opacity 0.3s ease;
  transition: opacity 0.4s ease;
}

.l-footer__button::after {
  background: url("../images/common/icons/icon-button-arrow-green.png") no-repeat center/contain;
  content: "";
  height: 1.9rem;
  width: 1.9rem;
}

.l-footer-nav {
  flex: 1;
  margin-top: 4rem;
}

.l-footer-nav-list li {
  font-size: 1.5rem;
  line-height: 1;
}

.l-footer-nav-list li + li {
  margin-top: 2rem;
}

.l-footer-nav-list li > a {
  transition: opacity 0.4s ease;
}

.l-footer__copy {
  display: block;
  font-size: 12px;
  line-height: 1.2;
  margin-top: 12rem;
  text-align: center;
}

.humburger {
  display: none;
}

.l-header {
  display: block;
  overflow: hidden;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 100;
}

.js-header-top {
  opacity: 0;
  transform: translateX(30rem);
  transition: transform 1s ease, opacity 1.3s ease;
}

.l-header-nav {
  align-items: center;
  background: url(../images/layout/global-nav-bg.png) center/100% 100% no-repeat;
  display: flex;
  flex-direction: column;
  margin-left: auto;
  max-width: -moz-max-content;
  max-width: max-content;
  padding-block: 6.7708333333vw 11.9791666667vw;
  padding-inline: 2.4vw;
}

.l-header-nav__button {
  display: none;
}

.l-header-nav-list {
  margin-inline: auto;
  width: 9.375vw;
}

.l-header-nav-list > li {
  border-bottom: 1px solid currentColor;
  color: #009DB5;
  display: inline-flex;
  width: 100%;
}

.l-header-nav-list > li a {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体";
  font-size: 1.5rem;
  font-size: 1.09375vw;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1;
  line-height: 1.3;
  padding-block: 1.1979166667vw;
  padding-inline: 2.8645833333vw 0.5208333333vw;
  position: relative;
  transition: opacity 0.4s ease;
  width: 100%;
}

.l-header-nav-list > li a::after {
  color: #000;
  font-size: 0.5208333333vw;
  line-height: 1;
}

.l-header-nav-list > li a::before {
  display: inline-block;
  left: 0.5208333333vw;
  margin-right: 0.78125vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.l-header-nav-list .home a::after {
  content: "トップへ戻る";
  display: block;
}

.l-header-nav-list .home a::before {
  background: url(../images/layout/home.png) center/contain no-repeat;
  content: "";
  height: 1.7708333333vw;
  width: 1.7708333333vw;
}

.l-header-nav-list .company a::after {
  content: "会社案内";
  display: block;
}

.l-header-nav-list .company a::before {
  background: url(../images/layout/company.png) no-repeat center/contain;
  content: "";
  height: 1.5625vw;
  width: 1.6145833333vw;
}

.l-header-nav-list .service a::after {
  content: "事業内容";
  display: block;
}

.l-header-nav-list .service a::before {
  background: url(../images/layout/service.png) no-repeat center/contain;
  content: "";
  height: 1.5625vw;
  width: 1.5625vw;
}

.l-header-nav-list .recruit a::after {
  content: "採用情報";
  display: block;
}

.l-header-nav-list .recruit a::before {
  background: url(../images/layout/recruit.png) no-repeat center/contain;
  content: "";
  height: 1.7708333333vw;
  width: 1.5625vw;
}

.l-header-nav-list .faq a::after {
  content: "よくあるご質問";
  display: block;
}

.l-header-nav-list .faq a::before {
  background: url(../images/layout/faq.png) no-repeat center/contain;
  content: "";
  height: 1.5625vw;
  width: 1.7708333333vw;
}

.l-header-nav-list .news a::after {
  content: "ニュース一覧";
  display: block;
}

.l-header-nav-list .news a::before {
  background: url(../images/layout/news.png) no-repeat center/contain;
  content: "";
  height: 1.5625vw;
  width: 1.5625vw;
}

.l-header-nav-list .policy a::after {
  content: "プライバシーポリシー";
  display: block;
}

.l-header-nav-list .policy a::before {
  background: url(../images/layout/policy.png) no-repeat center/contain;
  content: "";
  height: 1.71875vw;
  width: 1.5104166667vw;
}

.l-header-nav-list .contact a {
  color: #F08300;
}

.l-header-nav-list .contact a::after {
  content: "見積・修理 お問い合わせ";
  display: block;
}

.l-header-nav-list .contact a::before {
  background: url(../images/layout/contact.png) no-repeat center/contain;
  content: "";
  height: 1.71875vw;
  width: 1.5104166667vw;
}

.js-scroll-header.show .l-header-mv-menu .l-header-nav__button {
  opacity: 1;
  pointer-events: auto;
}

.l-header-mv-menu .l-header-nav__button {
  background: #BED7E7;
  border-radius: 50%;
  display: block;
  height: 8rem;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 3%;
  top: 1.5rem;
  transition: opacity 0.4s ease;
  width: 8rem;
  z-index: 1000;
}

.l-header-mv-menu .l-header-nav__button span {
  background-color: white;
  height: 2px;
  left: 2rem;
  position: absolute;
  transition: all 0.4s ease;
  width: 4rem;
}

.l-header-mv-menu .l-header-nav__button span:nth-child(1) {
  top: 3rem;
}

.l-header-mv-menu .l-header-nav__button span:nth-child(2) {
  top: 4rem;
}

.l-header-mv-menu .l-header-nav__button span:nth-child(3) {
  top: 5rem;
}

.l-header-mv-menu .l-header-nav__button.active {
  opacity: 1;
  pointer-events: auto;
}

.l-header-mv-menu .l-header-nav__button.active span {
  background-color: #009DB5;
}

.l-header-mv-menu .l-header-nav__button.active span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.l-header-mv-menu .l-header-nav__button.active span:nth-child(2) {
  opacity: 0;
}

.l-header-mv-menu .l-header-nav__button.active span:nth-child(3) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}

.l-header-mv-menu .l-header-nav {
  align-items: center;
  aspect-ratio: 10/1;
  background-position: center top;
  background-size: 100% 120%;
  display: flex;
  flex-direction: column;
  height: 100vh;
  left: 0;
  margin-left: auto;
  margin-left: unset;
  max-width: -moz-max-content;
  max-width: max-content;
  opacity: 0;
  overflow: auto;
  padding-block: 15rem 10rem;
  padding-inline: 1rem;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 0.4s ease-in-out;
  width: 100%;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.l-header-mv-menu .l-header-nav::-webkit-scrollbar {
  display: none;
}

.l-header-mv-menu .l-header-nav.active {
  opacity: 1;
  pointer-events: auto;
}

.l-header-mv-menu .l-header-nav-list {
  display: grid;
  gap: 0.7rem;
  grid-template-columns: 1fr 1fr 1fr;
  margin-inline: auto;
  margin-inline: auto;
  max-width: 120rem;
  width: 100%;
}

.l-header-mv-menu .l-header-nav-list > li {
  background-color: white;
  border: 2px solid currentColor;
  border-radius: 6px;
  color: #009DB5;
  display: inline-flex;
  width: 100%;
}

.l-header-mv-menu .l-header-nav-list > li a {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体";
  font-size: 1.5rem;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1;
  line-height: 1.3;
  padding-block: 1.6rem;
  padding-inline: 0.3rem;
  position: relative;
  text-align: center;
  transition: opacity 0.4s ease;
  width: 100%;
}

.l-header-mv-menu .l-header-nav-list > li a::after {
  color: #000;
  font-size: 1.2rem;
  line-height: 1.3;
  margin-top: 0.4rem;
}

.l-header-mv-menu .l-header-nav-list > li a::before {
  display: block;
  left: 1rem;
  margin-inline: auto;
  position: static;
  transform: unset;
}

.c-button {
  align-items: center;
  background: linear-gradient(to right, #E4F1E2 0%, #84BED3 100%);
  border-radius: 999px;
  display: flex;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  gap: 2rem;
  height: 6rem;
  justify-content: center;
  letter-spacing: 0em;
  line-height: 1;
  transition: opacity 0.3s ease;
  transition: opacity 0.4s ease;
  width: 22.5rem;
}

.c-button::after {
  background: url("../images/common/icons/icon-button-arrow.png") no-repeat center/contain;
  content: "";
  height: 1.9rem;
  width: 1.9rem;
}

.c-button--size-l {
  font-size: 2.1rem;
  height: 8rem;
  max-width: 31rem;
}

.c-button--size-s {
  font-size: 1.2rem;
  height: 3.8rem;
}

.c-button--bg-green {
  background: linear-gradient(to right, #E4F1E2 0%, #46AA46 100%);
}

/* ===============================================
# フェードイン
=============================================== */

.fade-in {
  opacity: 0;
  transition: opacity 0.6s ease;
}

.fade-in.active {
  opacity: 1;
}

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

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

.fade-in-char {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.fade-in-char > span {
  opacity: 0;
  transform: translateY(6px);
  transition-duration: 0.3s;
  transition-property: opacity, transform;
  transition-timing-function: ease;
}

.fade-in-char.active {
  opacity: 1;
}

.fade-in-char.active > span {
  opacity: 1;
  transform: translateY(0);
}

.fade-in,
.fade-up,
.fade-left,
.fade-in-char > span {
  will-change: opacity, transform;
}

.fade-in.active,
.fade-up.active,
.fade-left.active,
.fade-in-char.active > span {
  transform: translateZ(0);
}

.c-mv {
  aspect-ratio: 1560/466;
  height: 46.6rem;
  padding-top: 10rem;
  position: relative;
  width: 100%;
}

.c-mv::before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 81.25%;
  z-index: -2;
}

.c-mv::after {
  background: linear-gradient(to top, #C4F1B6 0%, #6FC9F3 100%);
  content: "";
  height: 100%;
  left: 0;
  mix-blend-mode: multiply;
  opacity: 0.3;
  position: absolute;
  top: 0;
  width: 81.25%;
  z-index: -1;
}

.c-mv.company::before {
  background: url(../images/company/mv.jpg) no-repeat center center/cover;
}

.c-mv.service::before {
  background: url(../images/service/mv.jpg) no-repeat center center/cover;
}

.c-mv.recruit::before {
  background: url(../images/recruit/mv.jpg) no-repeat center center/cover;
}

.c-mv.faq::before {
  background: url(../images/faq/mv.jpg) no-repeat center center/cover;
}

.c-mv.policy::before {
  background: url(../images/privacy/mv.jpg) no-repeat center center/cover;
}

.c-mv.contact::before {
  background: url(../images/contact/mv.jpg) no-repeat center center/cover;
}

.c-mv.confirm::before {
  background: url(../images/contact/mv.jpg) no-repeat center center/cover;
}

.c-mv.thanks::before {
  background: url(../images/contact/mv.jpg) no-repeat center center/cover;
}

.c-mv.news::before {
  background: url(../images/news/mv.jpg) no-repeat center center/cover;
}

.c-mv-header {
  left: 0;
  padding-block: 3.125vw;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  transition: all 0.4s;
  width: 100%;
  z-index: 90;
  z-index: 100;
}

.c-mv-header.js-scroll-header.show {
  background-color: white;
  padding-block: 1.0416666667vw;
}

.c-mv-header__wrapper {
  align-items: center;
  display: flex;
  gap: 9rem;
  margin-inline: auto;
  max-width: calc(120rem + 6%);
  padding-inline: 3%;
}

.c-mv-header__logo {
  display: flex;
  gap: min(1.4285714286vw, 2rem);
  pointer-events: auto;
  transition: opacity 0.4s ease;
  width: min(34.2857142857vw, 48rem);
}

.c-mv-header__logo img:nth-child(1) {
  width: 35%;
}

.c-mv-header__logo img:nth-child(2) {
  width: 65%;
}

.c-mv-header__hours {
  font-size: 1.5rem;
  font-size: clump(10px, 1.0714285714vw, 1.5rem);
  font-weight: 400;
}

.c-mv-header__tel {
  pointer-events: auto;
  transition: opacity 0.4s ease;
  width: min(29.2857142857vw, 41rem);
}

.c-mv-header__tel img {
  vertical-align: top;
}

.c-mv__title {
  margin-top: 12rem;
  text-align: center;
}

.c-mv__title::after {
  background-color: #2A6F82;
  border-radius: 999px;
  content: "";
  display: block;
  height: 0.5rem;
  margin: 0 auto;
  margin-top: 0.8rem;
  width: 6.5rem;
}

.c-mv__title > h1 {
  font-size: 3rem;
  line-height: 1.5;
}

.c-mv__title > span {
  font-size: 1.7rem;
  line-height: 1;
}

.c-mv__title--color-white > h1 {
  color: white;
}

.c-mv__title--color-white > span {
  color: white;
}

.c-news-banner {
  display: flex;
  gap: 0.5208333333vw;
  padding-block: 1.0416666667vw;
  padding-inline: calc(3% + 3.125vw) 0;
  position: relative;
  transition: filter 0.3s ease;
  z-index: 20;
}

.c-news-banner::before {
  background: linear-gradient(to right, #E4F1E2 0%, #84BED3 100%);
  content: "";
  height: 100%;
  left: -50vw;
  position: absolute;
  top: 0;
  width: calc(100% + 50vw);
  z-index: -1;
}

.c-news-banner::after {
  background: url("../images/common/icons/icon-button-arrow.png") no-repeat center/contain;
  content: "";
  height: 1.40625vw;
  position: absolute;
  right: 1.0416666667vw;
  top: 50%;
  transform: translateY(-50%);
  width: 1.40625vw;
}

.c-news-banner__head {
  font-size: 0.8854166667vw;
}

.c-news-banner__time {
  font-size: 0.8854166667vw;
  letter-spacing: 0.2em;
}

.c-news-banner__title {
  font-size: 0.8854166667vw;
  letter-spacing: 0.1em;
}

.c-title {
  align-items: center;
  background-color: white;
  border-radius: 9999px;
  display: flex;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  height: 6rem;
  justify-content: center;
  letter-spacing: 0em;
  line-height: 2.5;
  max-width: 23.3rem;
}

.c-title--bg-grad {
  background: linear-gradient(to right, #E4F1E2 0%, #84BED3 100%);
}

#company {
  /*service-policy*/
  /*information*/
  /*history*/
  /* access*/
}

#company .l-inner {
  margin-inline: auto;
  max-width: calc(120rem + 6%);
  padding-inline: 3%;
}

#company .c-title--company-title {
  margin-inline: auto;
}

#company .l-service-policy {
  padding-bottom: 12rem;
  padding-top: 18rem;
}

#company .p-service-policy__text {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.8181818182;
  margin-top: 4.5rem;
  text-align: center;
}

#company .p-service-policy__hello-title {
  display: inline-block;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.7;
  margin-top: 7.5rem;
}

#company .p-service-policy__hello-title::after {
  background: linear-gradient(to right, #E4F1E2 0%, #84BED3 100%);
  border-radius: 0.2rem;
  content: "";
  display: block;
  height: 0.4rem;
  margin: 0 auto;
  width: 100%;
}

#company .p-service-policy__hello-text {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 2.1875;
}

#company .p-service-policy__hello-title-sub {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: calk(47/24);
  margin-top: 3.5rem;
}

#company .p-service-policy__hello-name {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 2;
  margin-top: 5.5rem;
  text-align: right;
}

#company .p-service-policy__hello-name span {
  margin-left: 1.7rem;
}

#company .l-information {
  padding-bottom: 8.5rem;
  padding-top: 7.5rem;
}

#company .p-information {
  background: linear-gradient(to top, rgba(196, 241, 182, 0.5) 0%, rgba(111, 201, 243, 0.5) 100%);
}

#company .p-information__table {
  margin-top: 7rem;
  width: 100%;
}

#company .p-table__row {
  display: flex;
  padding-bottom: 0;
  position: relative;
}

#company .p-table__row::before,
#company .p-table__row::after {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
}

#company .p-table__row::after {
  background: linear-gradient(to right, #DFEFE7, #BBD4E7);
  height: 2px;
}

#company .p-table__row::before {
  background-image: linear-gradient(to right, transparent, transparent 6px, rgba(111, 201, 243, 0.5) 6px, rgba(111, 201, 243, 0.5) 10px);
  background-size: 10px 2px;
  height: 2px;
  z-index: 1;
}

#company .p-table__row:nth-child(n+4)::before {
  background-image: linear-gradient(to right, transparent, transparent 6px, #E4F1E2 6px, #E4F1E2 10px);
}

#company .p-table__head {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 5;
  padding: 1rem 0;
  padding-left: 1.5rem;
  width: 40%;
}

#company .p-table__data {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 5;
  padding: 1rem 0;
}

#company .l-history {
  padding-bottom: 8.5rem;
  padding-top: 7.5rem;
}

#company .p-history__table {
  margin-top: 7rem;
  width: 100%;
}

#company .p-history__row {
  display: flex;
  padding-bottom: 0;
  position: relative;
}

#company .p-history__row::before,
#company .p-history__row::after {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
}

#company .p-history__row::after {
  background: linear-gradient(to right, #DFEFE7, #BBD4E7);
  height: 2px;
}

#company .p-history__row::before {
  background-image: linear-gradient(to right, transparent, transparent 6px, #fff 6px, #fff 10px);
  background-size: 10px 2px;
  height: 2px;
  z-index: 1;
}

#company .l-access {
  padding-bottom: 10rem;
  padding-top: 9rem;
}

#company .p-access__address {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0;
  margin-top: 7rem;
  text-align: center;
}

#company .p-access__map {
  margin-top: 2.5rem;
  position: relative;
}

#company .p-access__map::before {
  content: "";
  display: block;
  padding-top: 58%;
}

#company .p-access__map iframe {
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

#company .p-access__guide {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 3rem;
}

#company .p-access-guide__item {
  text-align: center;
}

#company .p-access-guide__img {
  margin-inline: auto;
  width: 5.5rem;
}

#company .p-access-guide__img img {
  aspect-ratio: 55/55;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#company .p-access-guide__text {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.7rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.7647058824;
  margin-top: 1.5rem;
}

#company .p-access__img {
  margin-inline: auto;
  margin-top: 8.5rem;
  width: 64.6rem;
}

#company .p-access__img img {
  aspect-ratio: 646/380;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#entry-confirm .p-entry {
  margin-inline: auto;
  max-width: calc(120rem + 6%);
  padding-inline: 3%;
}

#entry-confirm .p-entry label > small {
  font-size: 1.2rem;
  font-weight: 700;
  margin-left: 1rem;
}

#entry-confirm .p-entry input[type=text],
#entry-confirm .p-entry input[type=email],
#entry-confirm .p-entry input[type=tel] {
  padding-block: 0.3rem;
  padding-inline: 1rem;
}

#entry-confirm .p-entry input[type=text],
#entry-confirm .p-entry input[type=email],
#entry-confirm .p-entry input[type=tel],
#entry-confirm .p-entry .wpcf7-checkbox {
  border-bottom: 1px solid #a3a3a3;
  cursor: pointer;
  margin-top: 1rem;
  max-width: 80rem;
  width: 100%;
}

#entry-confirm .p-entry input[type=text]:focus,
#entry-confirm .p-entry input[type=email]:focus,
#entry-confirm .p-entry input[type=tel]:focus,
#entry-confirm .p-entry .wpcf7-checkbox:focus {
  outline: none;
}

#entry-confirm .l-entry {
  margin-top: 10rem;
  padding-bottom: 11rem;
  padding-top: 10rem;
}

#entry-confirm .p-entry__desc {
  font-size: 1.2rem;
  line-height: 1.9;
  margin-top: 6rem;
}

#entry-confirm .p-entry__desc a {
  color: #087df2;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: opacity 0.4s ease;
}

#entry-confirm .p-entry__lists {
  margin-top: 10rem;
}

#entry-confirm .p-entry__lists li {
  padding-left: 0.8rem;
}

#entry-confirm .p-entry__lists li:nth-child(n+2) {
  margin-top: 3rem;
}

#entry-confirm .wpcf7-checkbox {
  display: grid;
  grid-template-columns: repeat(3, auto);
  padding-bottom: 1rem;
}

#entry-confirm .wpcf7-radio {
  border-bottom: 1px solid #a3a3a3;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 1rem;
  max-width: 80rem;
  width: 100%;
}

#entry-confirm .wpcf7-list-item {
  margin-left: 0;
  width: auto;
}

#entry-confirm .wpcf7-list-item-label {
  cursor: pointer;
  padding-left: 1rem;
  text-align: left;
}

#entry-confirm .wpcf7-file + .wpcf7-file {
  margin-top: 1rem;
}

#entry-confirm input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #000;
  border-radius: 50%;
  cursor: pointer;
  height: 1.7rem;
  margin-bottom: 0.3rem;
  position: relative;
  width: 1.7rem;
}

#entry-confirm input[type=radio]:checked::before {
  background-color: #009DB5;
  border-radius: 50%;
  content: "";
  display: block;
  height: 0.5rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.5rem;
}

#entry-confirm input[type=checkbox] {
  accent-color: #009DB5;
  height: 1.9rem;
  width: 1.9rem;
}

#entry-confirm textarea {
  border: 1px solid #a3a3a3;
  height: 26.2rem;
  margin-top: 1rem;
  max-width: 80rem;
  padding: 1rem;
  resize: none;
  width: 100%;
}

#entry-confirm .tag {
  color: #ff0000;
  font-size: 1.2rem;
  margin-left: 0.3rem;
  vertical-align: top;
}

#entry-confirm .p-entry__privacy .wpcf7-checkbox {
  border: none;
}

#entry-confirm .p-entry__button {
  margin-inline: auto;
  margin-top: 8rem;
  position: relative;
  text-align: center;
}

#entry-confirm .p-entry__button::after {
  position: absolute;
  right: 3rem;
  top: 50%;
  transform: translateY(-50%);
}

#entry-confirm .p-entry__button input[type=submit] {
  display: inline-block;
  height: inherit;
  width: inherit;
}

#entry-confirm .wpcf7-response-output {
  display: none;
}

#entry-confirm .p-entry__confierm {
  border-bottom: 1px solid #a3a3a3;
  margin-top: 2rem;
  padding-bottom: 1rem;
}

#entry-confirm .p-entry-confirm-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-top: 4rem;
}

#entry-confirm .p-entry-confirm-buttons .next {
  position: relative;
}

#entry-confirm .p-entry-confirm-buttons .next::after {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}

#entry-confirm .p-entry-confirm-buttons .prev {
  background: white;
  border: 1px solid #036EB7;
  position: relative;
}

#entry-confirm .p-entry-confirm-buttons .prev::after {
  left: 1rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
}

#entry-confirm .p-entry-confirm-buttons input[type=button] {
  display: inline-block;
  height: inherit;
  padding-right: 5rem;
  text-align: right;
  width: inherit;
}

#entry-confirm .p-entry-confirm-buttons input[type=submit] {
  display: inline-block;
  height: inherit;
  padding-left: 4rem;
  width: inherit;
}

#entry-confirm .p-entry__files li + li {
  margin-top: 1rem;
}

#entry-confirm .p-entry__files li:last-child {
  margin-top: 1rem;
}

#entry-confirm .wpcf7-form-control-wrap > .wpcf7-not-valid-tip {
  display: none;
  margin-top: 1rem;
}

#entry-confirm .wpcf7-form-control-wrap.is-show > .wpcf7-not-valid-tip {
  display: block;
}

#entry-confirm .p-entry__residence {
  position: relative;
}

#entry-confirm .age {
  font-size: 2rem;
  font-weight: 700;
  left: 5%;
  position: absolute;
  top: -0.3rem;
}

#contact .p-contact {
  margin-inline: auto;
  max-width: calc(120rem + 6%);
  padding-block: 10rem 11rem;
  padding-inline: 3%;
}

#contact .p-contact__image-list {
  display: flex;
  gap: 1rem;
  max-width: 75rem;
}

#contact .p-contact-twocolumn {
  display: grid;
  grid-template-columns: 1fr 25%;
}

#contact .p-contact-twocolumn div:last-child img {
  aspect-ratio: 300/175;
  -o-object-fit: cover;
  object-fit: cover;
}

#contact .p-contact-twocolumn div:last-child figcaption {
  padding-left: 1.7rem;
  text-indent: -1.7rem;
}

#contact .p-contact__text {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.8;
}

#contact .p-contact__desc {
  font-size: 1.2rem;
  line-height: 1.9;
  margin-top: 6rem;
}

#contact .p-contact__desc > a {
  color: #087df2;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: opacity 0.4s ease;
}

#contact .p-contact__lists li + li {
  margin-top: 3rem;
}

#contact .p-contact__lists li:first-child .wpcf7-radio {
  border: none;
}

#contact .p-contact__lists li:last-child {
  margin-top: 5rem;
}

#contact .p-contact__lists li:last-child .wpcf7-form-control-wrap {
  margin-top: 1rem;
}

#contact .p-contact__form {
  margin-top: 10rem;
}

#contact .p-contact__form label > small {
  font-size: 1.2rem;
  font-weight: 700;
  margin-left: 1rem;
}

#contact .p-contact__form input[type=text],
#contact .p-contact__form input[type=email],
#contact .p-contact__form input[type=tel] {
  padding-block: 0.3rem;
  padding-inline: 1rem;
}

#contact .p-contact__form input[type=text],
#contact .p-contact__form input[type=email],
#contact .p-contact__form input[type=tel],
#contact .p-contact__form .wpcf7-checkbox {
  border-bottom: 1px solid #a3a3a3;
  cursor: pointer;
  margin-top: 1rem;
  max-width: 80rem;
  width: 100%;
}

#contact .p-contact__form input[type=text]:focus,
#contact .p-contact__form input[type=email]:focus,
#contact .p-contact__form input[type=tel]:focus,
#contact .p-contact__form .wpcf7-checkbox:focus {
  outline: none;
}

#contact .horizontal-item {
  margin-left: unset;
}

#contact .p-contact__privacy .mwform-checkbox-field-text {
  font-weight: 700;
  letter-spacing: 0;
}

#contact .p-contact__privacy .mwform-checkbox-field-text::after {
  color: #ff0000;
  content: "*";
  font-size: 1.2rem;
  margin-left: 0.3rem;
  vertical-align: top;
}

#contact .checkbox-wrap {
  display: grid;
  grid-template-columns: repeat(3, auto);
  padding-bottom: 1rem;
}

#contact .radio-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 1rem;
  width: 100%;
}

#contact .mwform-radio-field label {
  cursor: pointer;
}

#contact label {
  display: block;
  font-weight: 700;
  letter-spacing: 0;
}

#contact input[type=radio] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #000;
  border-radius: 50%;
  height: 1.7rem;
  margin-bottom: 0.3rem;
  position: relative;
  width: 1.7rem;
}

#contact input[type=radio]:checked::before {
  background-color: #009DB5;
  border-radius: 50%;
  content: "";
  display: block;
  height: 0.5rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.5rem;
}

#contact input[type=checkbox] {
  accent-color: #009DB5;
  cursor: pointer;
  height: 1.9rem;
  margin: unset;
  vertical-align: text-bottom;
  width: 1.9rem;
}

#contact .mwform-checkbox-field-text {
  cursor: pointer;
  font-size: 1.6rem;
  vertical-align: top;
}

#contact textarea {
  border: 1px solid #a3a3a3;
  height: 26.2rem;
  margin-top: 1rem;
  max-width: 80rem;
  padding: 1rem;
  resize: none;
  width: 100%;
}

#contact input[type=file] {
  font-size: 1.7rem;
}

#contact .file {
  margin-top: 1.8rem;
}

#contact .file li:last-child {
  margin-top: 1rem;
}

#contact .file li + li {
  margin-top: 1rem;
}

#contact .tag {
  color: #ff0000;
  font-size: 1.2rem;
  margin-left: 0.3rem;
  vertical-align: top;
}

#contact .p-contact__privacy .wpcf7-checkbox {
  border: none;
}

#contact .p-contact__button {
  margin-inline: auto;
  margin-top: 8rem;
  position: relative;
  text-align: center;
}

#contact .p-contact__button::after {
  position: absolute;
  right: 3rem;
  top: 50%;
  transform: translateY(-50%);
}

#contact .p-contact__button input[type=submit] {
  display: inline-block;
  height: inherit;
  width: inherit;
}

#contact .p-contact__confierm {
  border-bottom: 1px solid #a3a3a3;
  margin-top: 2rem;
  padding-bottom: 1rem;
}

#contact .p-contact-confirm-buttons {
  display: none;
}

#contact .p-contact__files li + li {
  margin-top: 1rem;
}

#contact .p-contact__files li:last-child {
  margin-top: 1rem;
}

#contact-confirm .p-confirm__none {
  display: none;
}

#contact-confirm label {
  cursor: unset;
  display: block;
  font-weight: 700;
  letter-spacing: 0;
}

#contact-confirm .p-contact {
  margin-inline: auto;
  max-width: calc(120rem + 6%);
  padding-block: 10rem 11rem;
  padding-inline: 3%;
}

#contact-confirm .p-contact-twocolumn div:last-child {
  display: none;
}

#contact-confirm .p-contact__text {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.8;
}

#contact-confirm .p-contact__desc {
  font-size: 1.2rem;
  line-height: 1.9;
  margin-top: 6rem;
}

#contact-confirm .p-contact__desc > a {
  color: #087df2;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: opacity 0.4s ease;
}

#contact-confirm .p-contact__lists > li {
  border-bottom: 1px solid #a3a3a3;
}

#contact-confirm .p-contact__lists li + li {
  margin-top: 3rem;
}

#contact-confirm .p-contact__lists li:first-child .wpcf7-radio {
  border: none;
}

#contact-confirm .p-contact__lists li:last-child {
  margin-top: 5rem;
}

#contact-confirm .p-contact__lists li:last-child .wpcf7-form-control-wrap {
  margin-top: 1rem;
}

#contact-confirm .p-contact__form {
  margin-top: 10rem;
}

#contact-confirm .p-contact__form label > small {
  font-size: 1.2rem;
  font-weight: 700;
  margin-left: 1rem;
}

#contact-confirm .p-contact__form input[type=text],
#contact-confirm .p-contact__form input[type=email],
#contact-confirm .p-contact__form input[type=tel] {
  padding-block: 0.3rem;
  padding-inline: 1rem;
}

#contact-confirm .p-contact__form input[type=text],
#contact-confirm .p-contact__form input[type=email],
#contact-confirm .p-contact__form input[type=tel],
#contact-confirm .p-contact__form .wpcf7-checkbox {
  border-bottom: 1px solid #a3a3a3;
  cursor: pointer;
  margin-top: 1rem;
  max-width: 80rem;
  width: 100%;
}

#contact-confirm .p-contact__form input[type=text]:focus,
#contact-confirm .p-contact__form input[type=email]:focus,
#contact-confirm .p-contact__form input[type=tel]:focus,
#contact-confirm .p-contact__form .wpcf7-checkbox:focus {
  outline: none;
}

#contact-confirm .horizontal-item {
  margin-left: unset;
}

#contact-confirm .file {
  margin-top: 1.8rem;
}

#contact-confirm .file li:last-child {
  margin-top: 1rem;
}

#contact-confirm .file li + li {
  margin-top: 1rem;
}

#contact-confirm .tag {
  color: #ff0000;
  font-size: 1.2rem;
  margin-left: 0.3rem;
  vertical-align: top;
}

#contact-confirm .p-contact__button {
  display: none;
}

#contact-confirm .p-contact__confierm {
  border-bottom: 1px solid #a3a3a3;
  margin-top: 2rem;
  padding-bottom: 1rem;
}

#contact-confirm .p-contact-confirm-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-top: 4rem;
}

#contact-confirm .p-contact-confirm-buttons .next {
  position: relative;
}

#contact-confirm .p-contact-confirm-buttons .next::after {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}

#contact-confirm .p-contact-confirm-buttons .next input[type=submit] {
  display: inline-block;
  height: inherit;
  padding-left: 4rem;
  width: inherit;
}

#contact-confirm .p-contact-confirm-buttons .prev {
  background: white;
  border: 1px solid #036EB7;
  position: relative;
}

#contact-confirm .p-contact-confirm-buttons .prev::after {
  left: 1rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
}

#contact-confirm .p-contact-confirm-buttons .prev input[type=submit] {
  display: inline-block;
  height: inherit;
  padding-left: 4rem;
  padding-right: 5rem;
  text-align: right;
  width: inherit;
}

#contact-confirm .p-contact__files li + li {
  margin-top: 1rem;
}

#contact-confirm .p-contact__files li:last-child {
  margin-top: 1rem;
}

#contact-confirm .p-contact__desc {
  display: none;
}

#contact-confirm .p-contact__privacy {
  display: none;
}

#entry .p-entry {
  margin-inline: auto;
  max-width: calc(120rem + 6%);
  padding-inline: 3%;
}

#entry .p-entry label {
  font-weight: 700;
  padding-left: 0.8rem;
}

#entry .p-entry label > small {
  font-size: 1.2rem;
  font-weight: 700;
  margin-left: 1rem;
}

#entry .p-entry input[type=text],
#entry .p-entry input[type=email],
#entry .p-entry input[type=tel] {
  padding-block: 0.3rem;
  padding-inline: 1rem;
}

#entry .p-entry input[type=text],
#entry .p-entry input[type=email],
#entry .p-entry input[type=tel],
#entry .p-entry .wpcf7-checkbox {
  border-bottom: 1px solid #a3a3a3;
  cursor: pointer;
  margin-top: 1rem;
  max-width: 80rem;
  width: 100%;
}

#entry .p-entry input[type=text]:focus,
#entry .p-entry input[type=email]:focus,
#entry .p-entry input[type=tel]:focus,
#entry .p-entry .wpcf7-checkbox:focus {
  outline: none;
}

#entry .l-entry {
  margin-top: 10rem;
  padding-bottom: 11rem;
  padding-top: 10rem;
}

#entry .p-entry__heading {
  color: #2A6F82;
  font-size: 4rem;
  font-weight: bold;
  margin-top: 5rem;
  position: relative;
  text-align: center;
}

#entry .p-entry__heading::before {
  bottom: -2rem;
  color: #2A6F82;
  content: attr(data-en);
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

#entry .p-entry__heading::after {
  background: linear-gradient(to right, #E4F1E2 0%, #84BED3 100%);
  border-radius: 2px;
  bottom: -3.5rem;
  content: "";
  display: block;
  height: 4px;
  left: 50%;
  position: absolute;
  transform: translate(-50%);
  width: 25rem;
}

#entry .p-entry__desc {
  font-size: 1.2rem;
  line-height: 1.9;
  margin-top: 6rem;
}

#entry .p-entry__desc a {
  color: #087df2;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: opacity 0.4s ease;
}

#entry .p-entry__text {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.8;
}

#entry .p-entry__lists li:nth-child(n+2) {
  margin-top: 3rem;
}

#entry .wpcf7-checkbox {
  display: grid;
  grid-template-columns: repeat(3, auto);
  padding-bottom: 1rem;
}

#entry .wpcf7-radio {
  border-bottom: 1px solid #a3a3a3;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 1rem;
  max-width: 80rem;
  width: 100%;
}

#entry .wpcf7-list-item {
  margin-left: 0;
  width: auto;
}

#entry .wpcf7-list-item-label {
  cursor: pointer;
  padding-left: 1rem;
  text-align: left;
}

#entry .wpcf7-file + .wpcf7-file {
  margin-top: 1rem;
}

#entry input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #000;
  border-radius: 50%;
  cursor: pointer;
  height: 1.7rem;
  margin-bottom: 0.3rem;
  position: relative;
  width: 1.7rem;
}

#entry input[type=radio]:checked::before {
  background-color: #009DB5;
  border-radius: 50%;
  content: "";
  display: block;
  height: 0.5rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0.5rem;
}

#entry input[type=checkbox] {
  accent-color: #009DB5;
  height: 1.9rem;
  width: 1.9rem;
}

#entry textarea {
  border: 1px solid #a3a3a3;
  height: 26.2rem;
  margin-top: 1rem;
  max-width: 80rem;
  padding: 1rem;
  resize: none;
  width: 100%;
}

#entry .tag {
  color: #ff0000;
  font-size: 1.2rem;
  margin-left: 0.3rem;
  vertical-align: top;
}

#entry .p-entry__privacy .wpcf7-checkbox {
  border: none;
}

#entry .p-entry__button {
  margin-inline: auto;
  margin-top: 8rem;
  position: relative;
  text-align: center;
}

#entry .p-entry__button::after {
  position: absolute;
  right: 3rem;
  top: 50%;
  transform: translateY(-50%);
}

#entry .p-entry__button input[type=submit] {
  display: inline-block;
  height: inherit;
  width: inherit;
}

#entry .wpcf7-response-output {
  display: none;
}

#entry .p-entry__confierm {
  border-bottom: 1px solid #a3a3a3;
  margin-top: 2rem;
  padding-bottom: 1rem;
}

#entry .p-entry-confirm-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-top: 4rem;
}

#entry .p-entry-confirm-buttons .next {
  position: relative;
}

#entry .p-entry-confirm-buttons .next::after {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}

#entry .p-entry-confirm-buttons .prev {
  position: relative;
}

#entry .p-entry-confirm-buttons .prev::after {
  left: 1rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
}

#entry .p-entry-confirm-buttons input[type=button] {
  display: inline-block;
  height: inherit;
  padding-right: 5rem;
  text-align: right;
  width: inherit;
}

#entry .p-entry-confirm-buttons input[type=submit] {
  display: inline-block;
  height: inherit;
  padding-left: 4rem;
  width: inherit;
}

#entry .p-entry__files li + li {
  margin-top: 1rem;
}

#entry .p-entry__files li:last-child {
  margin-top: 1rem;
}

#entry .wpcf7-form-control-wrap > .wpcf7-not-valid-tip {
  display: none;
  margin-top: 1rem;
}

#entry .wpcf7-form-control-wrap.is-show > .wpcf7-not-valid-tip {
  display: block;
}

#entry .wpcf7-not-valid-tip {
  color: #B70000;
  font-size: 93%;
  font-weight: 700;
  white-space: wrap;
}

#entry .p-entry__residence {
  position: relative;
}

#entry .age {
  font-size: 1.8rem;
  font-weight: 700;
  left: 5%;
  position: absolute;
  top: 0.9rem;
}

#faq .l-accordion {
  margin-inline: auto;
  max-width: min(70.5882352941vw + 6%, 120rem + 6%);
  padding: 10rem 0;
  padding-inline: 3%;
}

#faq .p-accordion-container {
  margin: 0 auto;
  max-width: 120rem;
}

#faq .p-accordion-list {
  margin-bottom: 4rem;
  transition: 0.3s;
}

#faq .p-accordion-list:last-child {
  margin-bottom: 0;
}

#faq .accordion-title {
  background: linear-gradient(to right, #E4F1E2 0%, #84BED3 100%);
  cursor: pointer;
  display: block;
  line-height: 1.6;
  padding: 3rem 3.4rem;
  transition: 0.3s;
}

#faq .p-accordion-text {
  background: #9EC6CC;
  display: none;
  line-height: 1.6;
  padding: 2.2rem 2.5rem 1.6rem 6.5rem;
  text-indent: -2.8rem;
}

#faq .p-accordion-text a {
  border-bottom: 0.2rem solid #086ec9;
  color: #086ec9;
  display: inline;
  text-indent: 0.3rem;
  transition: opacity 0.4s ease;
}

#news-detail .p-news-detail {
  margin-inline: auto;
  max-width: min(70.5882352941vw + 6%, 120rem + 6%);
  padding-bottom: 8rem;
  padding-inline: 3%;
  padding-top: 8rem;
}

#news-detail .p-news-detail__meta {
  font-size: 1.5rem;
  letter-spacing: 0.3em;
  line-height: 3.2;
}

#news-detail .p-news-detail__title {
  font-size: 2.3rem;
  letter-spacing: 0.3em;
  line-height: 1.5;
  padding-bottom: 0.2rem;
  position: relative;
}

#news-detail .p-news-detail__title::after {
  background: linear-gradient(to bottom, #C4F1B6 0%, #6FC9F3 100%);
  bottom: 0;
  content: "";
  height: 0.2rem;
  left: 0;
  position: absolute;
  width: 100%;
}

#news-detail .p-news-detail__content {
  margin-top: 4rem;
}

#news-detail .p-news-detail__content h2 {
  font-size: 2.2rem;
  margin-block: 4rem 3rem;
}

#news-detail .p-news-detail__content h3 {
  font-size: 2rem;
  margin-block: 4rem 3rem;
}

#news-detail .p-news-detail__content h4 {
  font-size: 1.8rem;
  margin-block: 2rem 1rem;
}

#news-detail .p-news-detail__content p {
  font-size: 1.8rem;
  line-height: 3.3;
}

#news-detail .p-news-detail__content a {
  color: #086ec9;
  text-decoration: underline;
  transition: opacity 0.4s ease;
}

#news-detail .p-news-detail__content ul {
  list-style-position: inside;
  list-style-type: disc;
  margin-top: 4rem;
}

#news-detail .p-news-detail__content ol {
  list-style-position: inside;
  list-style-type: decimal;
}

#news-detail .p-news-detail__content li {
  list-style-position: inside;
}

#news-detail .p-news-detail__content small {
  font-size: 1.2rem;
}

#news-detail .p-news-detail__content .wp-block-image {
  margin: 4rem auto 6rem;
  max-width: 99.5rem;
  width: 100%;
}

#news-list .p-news-list__l-wrapper {
  margin-inline: auto;
  max-width: calc(120rem + 6%);
  padding-bottom: 9rem;
  padding-inline: 3%;
  padding-top: 8rem;
}

#news-list .p-news-list__link-body:not(:first-child) {
  margin-top: 2.7rem;
}

#news-list .p-news-list__link {
  display: flex;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.56rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 3;
  padding: 2.2rem 7.1rem;
  -moz-column-gap: 2.4rem;
  background: linear-gradient(to right, #E4F1E2 0%, #84BED3 100%);
  column-gap: 2.4rem;
  cursor: pointer;
  position: relative;
  transition: opacity 0.4s ease;
}

#news-list .p-news-list__link::after {
  content: url(../images/common/icons/icon-button-arrow.png);
  height: 2.64rem;
  position: absolute;
  right: 4.6rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2.64rem;
}

#news-list .p-news-list__link-date {
  width: 11.4%;
}

#news-list .p-news-list__link-text {
  width: 86.3%;
}

#news-list .p-news-pager {
  display: flex;
  margin-top: 4.5rem;
  -moz-column-gap: 1.8rem;
  align-items: center;
  column-gap: 1.8rem;
  justify-content: center;
}

#news-list .page-numbers {
  align-items: center;
  background: linear-gradient(to right, #E4F1E2 0%, #84BED3 100%);
  border-radius: 50%;
  display: flex;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.56rem;
  font-weight: 700;
  height: 4.7rem;
  justify-content: center;
  letter-spacing: 0em;
  line-height: 3;
  transition: opacity 0.4s ease;
  width: 4.7rem;
}

#news-list .page-numbers.current {
  background: linear-gradient(to right, #FBB03B 0%, #F08300 100%);
}

#news-list .next.page-numbers .arrow {
  height: 4.7rem;
  position: relative;
  width: 4.7rem;
}

#news-list .next.page-numbers .arrow::before {
  content: url(../images/common/icons/icon-button-arrow-black.png);
  height: 0.91rem;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 0.67rem;
}

#news-list .prev.page-numbers .arrow {
  height: 4.7rem;
  position: relative;
  width: 4.7rem;
}

#news-list .prev.page-numbers .arrow::after {
  bottom: 0;
  content: url(../images/common/icons/icon-button-arrow-black.png);
  height: 0.91rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%) rotate(180deg);
  width: 0.67rem;
}

#privacy .l-privacy {
  margin-inline: auto;
  max-width: min(70.5882352941vw + 6%, 120rem + 6%);
  padding: 10rem 0;
  padding-inline: 3%;
}

#privacy .p-privacy__text p {
  margin-bottom: 2.6rem;
}

#privacy .p-privacy__list {
  margin-bottom: 2.6rem;
  margin-left: 2rem;
  text-indent: -2rem;
}

#service-osakagas {
  margin-top: -12rem;
  padding-top: 12rem;
}

#recruit-detail .p-recruit-detail-bg {
  background: url(../images/recruit/recruit-detail-img.png) center center/cover no-repeat;
}

#recruit-detail .l-inner {
  margin-inline: auto;
  max-width: calc(120rem + 6%);
  padding-inline: 3%;
}

#recruit-detail .l-recruit-detail {
  padding-bottom: 12rem;
  padding-top: 18rem;
}

#recruit-detail .p-recruit-detail__wrapper {
  margin-inline: auto;
  position: relative;
}

#recruit-detail .p-recruit-detail-wrapper__img {
  width: 100%;
}

#recruit-detail .p-recruit-detail-wrapper__img img {
  aspect-ratio: 1200/460;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#recruit-detail .p-recruit-detail-wrapper__post {
  background-color: #DDEDE5;
  bottom: 12.8rem;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  left: 5rem;
  padding: 0.5rem 5rem;
  position: absolute;
}

#recruit-detail .p-recruit-detail-wrapper__name {
  background-image: linear-gradient(to right, #ADCB97 0%, #5DC1DB 100%);
  bottom: 5.5rem;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 3rem;
  font-weight: bold;
  left: 5rem;
  padding: 1rem 5rem;
  position: absolute;
}

#recruit-detail .p-recruit-detail__sales {
  padding: 1rem 8rem;
}

#recruit-detail .p-recruit-detail__construction {
  padding: 1rem 2.2rem;
}

#recruit-detail .p-recruit-detail__title {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0;
  margin-top: 7.5rem;
  position: relative;
  text-align: center;
}

#recruit-detail .p-recruit-detail__title::after {
  background-image: linear-gradient(to right, #ADCB97 0%, #5DC1DB 100%);
  bottom: 1.2rem;
  content: "";
  display: block;
  height: 0.7rem;
  left: 50%;
  margin: 0 auto;
  position: absolute;
  transform: translateX(-50%);
  width: 41rem;
  z-index: -1;
}

#recruit-detail .p-recruit-detail__title-sales::after {
  width: 50rem;
}

#recruit-detail .p-recruit-detail__title-construction::after {
  width: 50rem;
}

#recruit-detail .p-recruit-detail__movie {
  aspect-ratio: 835/470;
  height: auto;
  margin-inline: auto;
  margin-top: 7rem;
  max-width: 100%;
  position: relative;
  width: 83.5rem;
}

#recruit-detail .p-recruit-detail__movie iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#recruit-detail .p-recruit-detail__movie video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#recruit-detail .p-recruit-detail__flow {
  margin-top: 7.5rem;
}

#recruit-detail .p-recruit-detail-flow__title {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 2.6rem;
  text-align: center;
}

#recruit-detail .p-recruit-detail-flow__list {
  margin-top: 5rem;
}

#recruit-detail .p-recruit-detail__list {
  background-image: linear-gradient(to right, #DDEDE5 0%, #B9D1E2 100%);
  border: 1px solid #000;
  display: flex;
}

#recruit-detail .p-recruit-detail__list-service-item:nth-of-type(1) {
  width: 1.9%;
}

#recruit-detail .p-recruit-detail__list-service-item:nth-of-type(2) {
  width: 5.71%;
}

#recruit-detail .p-recruit-detail__list-service-item:nth-of-type(3) {
  width: 7.62%;
}

#recruit-detail .p-recruit-detail__list-service-item:nth-of-type(4) {
  width: 3.8%;
}

#recruit-detail .p-recruit-detail__list-service-item:nth-of-type(5) {
  width: 7.62%;
}

#recruit-detail .p-recruit-detail__list-service-item:nth-of-type(6) {
  width: 7.62%;
}

#recruit-detail .p-recruit-detail__list-service-item:nth-of-type(7) {
  width: 11.43%;
}

#recruit-detail .p-recruit-detail__list-service-item:nth-of-type(8) {
  width: 17.14%;
}

#recruit-detail .p-recruit-detail__list-service-item:nth-of-type(9) {
  width: 5.71%;
}

#recruit-detail .p-recruit-detail__list-service-item:nth-of-type(10) {
  width: 11.43%;
}

#recruit-detail .p-recruit-detail__list-service-item:nth-of-type(11) {
  width: 3.8%;
}

#recruit-detail .p-recruit-detail__list-service-item:nth-of-type(12) {
  width: 7.62%;
}

#recruit-detail .p-recruit-detail__list-service-item:nth-of-type(13) {
  width: 3.8%;
}

#recruit-detail .p-recruit-detail__list-service-item:nth-of-type(14) {
  width: 4.76%;
}

#recruit-detail .p-recruit-detail__list-sales-item:nth-of-type(1) {
  width: 1.85%;
}

#recruit-detail .p-recruit-detail__list-sales-item:nth-of-type(2) {
  width: 3.7%;
}

#recruit-detail .p-recruit-detail__list-sales-item:nth-of-type(3) {
  width: 12.96%;
}

#recruit-detail .p-recruit-detail__list-sales-item:nth-of-type(4) {
  width: 7.41%;
}

#recruit-detail .p-recruit-detail__list-sales-item:nth-of-type(5) {
  width: 7.41%;
}

#recruit-detail .p-recruit-detail__list-sales-item:nth-of-type(6) {
  width: 11.11%;
}

#recruit-detail .p-recruit-detail__list-sales-item:nth-of-type(7) {
  width: 11.11%;
}

#recruit-detail .p-recruit-detail__list-sales-item:nth-of-type(8) {
  width: 5.56%;
}

#recruit-detail .p-recruit-detail__list-sales-item:nth-of-type(9) {
  width: 22.22%;
}

#recruit-detail .p-recruit-detail__list-sales-item:nth-of-type(10) {
  width: 5.56%;
}

#recruit-detail .p-recruit-detail__list-sales-item:nth-of-type(11) {
  width: 11.11%;
}

#recruit-detail .p-recruit-detail__list-construction-item:nth-of-type(1) {
  width: 5.71%;
}

#recruit-detail .p-recruit-detail__list-construction-item:nth-of-type(2) {
  width: 1.9%;
}

#recruit-detail .p-recruit-detail__list-construction-item:nth-of-type(3) {
  width: 20.95%;
}

#recruit-detail .p-recruit-detail__list-construction-item:nth-of-type(4) {
  width: 1.9%;
}

#recruit-detail .p-recruit-detail__list-construction-item:nth-of-type(5) {
  width: 3.8%;
}

#recruit-detail .p-recruit-detail__list-construction-item:nth-of-type(6) {
  width: 11.43%;
}

#recruit-detail .p-recruit-detail__list-construction-item:nth-of-type(7) {
  width: 5.71%;
}

#recruit-detail .p-recruit-detail__list-construction-item:nth-of-type(8) {
  width: 9.52%;
}

#recruit-detail .p-recruit-detail__list-construction-item:nth-of-type(9) {
  width: 9.52%;
}

#recruit-detail .p-recruit-detail__list-construction-item:nth-of-type(10) {
  width: 9.52%;
}

#recruit-detail .p-recruit-detail__list-construction-item:nth-of-type(11) {
  width: 7.62%;
}

#recruit-detail .p-recruit-detail__list-construction-item:nth-of-type(12) {
  width: 14.29%;
}

#recruit-detail .p-recruit-detail__item {
  border-left: 1px dotted #000;
  box-sizing: border-box;
  padding: 1rem 1.8rem;
  position: relative;
}

#recruit-detail .p-recruit-detail__item:first-child {
  border-left: none;
}

#recruit-detail .p-recruit-detail__item:last-child {
  border-bottom: none;
}

#recruit-detail .p-recruit-detail-item__time {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.3rem;
  left: -1.8rem;
  position: absolute;
  top: -2.6rem;
}

#recruit-detail .p-recruit-detail-item__time-last {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.3rem;
  position: absolute;
  right: -2rem;
  top: -2.6rem;
}

#recruit-detail .p-recruit-detail-item__content {
  display: flex;
  justify-content: center;
}

#recruit-detail .p-recruit-detail-item__content-text {
  display: inline-block;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.5rem;
  text-orientation: upright;
  writing-mode: vertical-rl;
}

#recruit-detail .bg-gray {
  background-color: rgb(192, 192, 192);
}

#recruit-detail .p-recruit-detail__faq {
  counter-reset: faq-counter;
  margin-top: 6rem;
}

#recruit-detail .p-recruit-detail-faq__item:nth-child(n+2) {
  margin-top: 7rem;
}

#recruit-detail .p-recruit-detail-faq-item__q,
#recruit-detail .p-recruit-detail-faq-item__a {
  position: relative;
}

#recruit-detail .p-recruit-detail-faq-item__q::before,
#recruit-detail .p-recruit-detail-faq-item__a::before {
  position: absolute;
}

#recruit-detail .p-recruit-detail-faq-item__q {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  padding-left: 4rem;
}

#recruit-detail .p-recruit-detail-faq-item__a {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 4rem;
  padding-left: 8rem;
}

#recruit-detail .p-recruit-detail-faq-item__q::before {
  content: "Q" counter(faq-counter) ", ";
  counter-increment: faq-counter;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  left: 0;
  top: 0;
}

#recruit-detail .p-recruit-detail-faq-item__a::before {
  content: "A" counter(faq-counter) ", ";
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  left: 3rem;
  top: 0;
}

#recruit-detail .p-recruit-detail__btn {
  margin-inline: auto;
  margin-top: 10rem;
}

#recruit .p-recruit__l-wrapper {
  margin-inline: auto;
  max-width: calc(120rem + 6%);
  padding-inline: 3%;
}

#recruit .p-recruit__head {
  margin-inline: auto;
  padding-block: 8rem 6rem;
  text-align: center;
}

#recruit .p-recruit__head-title {
  background: linear-gradient(to right, #B0D099 0%, #5CCBE8 100%);
  background: linear-gradient(to right, #B0D099 0%, #5CCBE8 100%), 0.5;
  display: inline-block;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 2.5;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

#recruit .p-recruit__head-text {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 2.5;
  margin-inline: auto;
  margin-top: 2.8rem;
}

#recruit .voice {
  position: relative;
}

#recruit .voice::after {
  background: linear-gradient(0deg, rgb(223, 239, 231) 0%, rgb(211, 230, 231) 42.67%, rgb(187, 212, 231) 100%);
  content: "";
  height: 60%;
  position: absolute;
  top: 26rem;
  width: 100%;
  z-index: -1;
}

#recruit .p-recruit-voice {
  padding-block: 6rem;
}

#recruit .p-recruit-voice__title {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 2.5;
  text-align: center;
}

#recruit .p-recruit-voice__wrapper {
  display: flex;
  gap: 4.4rem;
  margin-top: 6rem;
}

#recruit .p-recruit-voice-img {
  display: inline-block;
  padding-bottom: 8rem;
  position: relative;
  text-align: center;
}

#recruit .p-recruit-voice__items {
  align-items: center;
  background-color: white;
  border-radius: 4rem;
  bottom: 3.5rem;
  display: flex;
  flex-direction: column;
  height: 8rem;
  justify-content: center;
  left: 50%;
  padding: 2rem 3rem;
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
  width: 18rem;
}

#recruit .p-recruit-voice__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  border-top: 1px solid rgba(0, 0, 0, 0);
}

#recruit .p-recruit-voice__role {
  font-size: 1.7rem;
  margin-bottom: -0.7rem;
  margin-top: -0.7rem;
}

#recruit .p-recruit-voice__name {
  font-size: 2.3rem;
}

#recruit .p-job-description {
  padding-block: 6rem 12rem;
}

#recruit .p-job-description__container {
  margin-top: 3.6rem;
}

#recruit .p-job-description__requirements {
  width: 100%;
}

#recruit .p-job-description__requirements tr {
  border-color: #e6e6e6;
  border-style: solid;
  border-width: 0 0 0.1rem 0;
}

#recruit .p-job-description__requirements tr:first-child {
  border-width: 0.1rem 0 0.1rem 0;
}

#recruit .p-job-description__requirements th {
  background: #f7f7f7;
  font-size: 2rem;
  line-height: 1.75;
  padding: 2rem 1.5rem 2.3rem 1.5rem;
  text-align: justify;
  width: 30%;
}

#recruit .p-job-description__requirements td {
  font-size: 1.7rem;
  line-height: 1.75;
  padding: 1.8rem 0 2rem 2rem;
  text-align: justify;
  width: 70%;
}

#recruit .p-job-description-text {
  margin-top: 1rem;
  padding-left: 1.5rem;
  position: relative;
}

#recruit .p-job-description-text::before {
  background-color: #000;
  content: "";
  height: 1.5rem;
  left: 0;
  position: absolute;
  top: 0.6rem;
  width: 1.5rem;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

#recruit .p-job-description-text::after {
  background-color: #000;
  content: "";
  height: 1.5rem;
  position: absolute;
  top: 0.7rem;
  width: 1.5rem;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

#recruit .p-job-description__note-item {
  padding-left: 1.5rem;
  position: relative;
}

#recruit .p-job-description__note-item::before {
  background-color: #000;
  border-radius: 50%;
  content: "";
  height: 0.5rem;
  left: 0;
  position: absolute;
  top: 0.75em;
  width: 0.5rem;
}

#recruit .p-job-description__note-item2 {
  padding-left: 1.5rem;
  position: relative;
}

#recruit .p-job-description__note-item2::before {
  background-color: #fff;
  border: 0.1rem solid #000;
  content: "";
  height: 1.2rem;
  left: 0;
  position: absolute;
  top: 0.9rem;
  transform: rotate(45deg);
  width: 1.2rem;
}

#recruit .p-job-description__note-item3 {
  padding-left: 1.5rem;
  position: relative;
}

#recruit .p-job-description__note-item3::before {
  background-color: #000;
  content: "";
  height: 1.2rem;
  left: 0;
  position: absolute;
  top: 0.9rem;
  transform: rotate(45deg);
  width: 1.2rem;
}

#recruit .p-job-description__button {
  margin-inline: auto;
  margin-top: 12rem;
}

#service .p-service__l-wrapper {
  margin-inline: auto;
  max-width: calc(120rem + 6%);
  padding-inline: 3%;
}

#service .p-service__head {
  margin-inline: auto;
  padding-bottom: 12rem;
  padding-top: 8rem;
  text-align: center;
}

#service .p-service__head-title {
  background: linear-gradient(to right, #B0D099 0%, #5CCBE8 100%);
  background: linear-gradient(to right, #B0D099 0%, #5CCBE8 100%), 0.5;
  display: inline-block;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 2.5;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

#service .p-service__head-text {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 2.5;
  margin-inline: auto;
  margin-top: 2.8rem;
  max-width: 64rem;
}

#service .p-service-repair {
  background: linear-gradient(to top, rgba(196, 241, 182, 0.5) 0%, rgba(111, 201, 243, 0.5) 100%);
  padding-bottom: 7.7rem;
  padding-top: 10rem;
}

#service .p-service-repair__content {
  padding-bottom: 2rem;
  padding-top: 2rem;
}

#service .p-service-repair__content-circle {
  background: #fff;
  border-radius: 50%;
  height: 41rem;
  margin-inline: auto;
  position: relative;
  text-align: center;
  width: 41rem;
  z-index: 0;
}

#service .p-service-repair__content-title {
  color: #2A6F82;
  display: block;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  left: 50%;
  letter-spacing: 0em;
  line-height: 1.2;
  position: absolute;
  top: 5.2rem;
  transform: translateX(-50%);
  width: 100%;
}

#service .p-service-repair__cards-container {
  background: #fff;
  border-radius: 2.1rem;
  margin-top: -27rem;
  padding: 4rem 4rem 3rem;
  position: relative;
  z-index: 10;
}

#service .p-service-repair__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  row-gap: 3.4rem;
}

#service .p-service-repair__card {
  border: 0.2rem solid #2A6F82;
  display: flex;
  flex-direction: column;
  height: auto;
  max-width: 35rem;
  padding: 2rem 2.3rem;
  row-gap: 2rem;
  width: 100%;
}

#service .p-service-repair__card-img {
  height: auto;
  margin-inline: auto;
  width: 92.6%;
}

#service .p-service-repair__card-img img {
  height: auto;
  width: 100%;
  -o-object-fit: cover;
  aspect-ratio: 276/170;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
}

#service .p-service-repair__card:nth-child(3) img {
  -o-object-position: center;
  object-position: center;
}

#service .p-service-repair__card-title {
  border-bottom: 0.2rem dashed #2A6F82;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.3;
  padding-bottom: 2rem;
  text-align: center;
  width: 100%;
}

#service .p-service-repair__card-list {
  width: 100%;
}

#service .p-service-repair__card-item {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.8;
  padding-left: 1em;
  position: relative;
}

#service .p-service-repair__card-item::before {
  background: #000;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 0.3rem;
  left: 0.5em;
  position: absolute;
  top: 0.7em;
  width: 0.3rem;
}

#service .p-service-repair__content-text {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.8;
  margin-top: 2.5rem;
}

#service .p-service-item {
  padding-bottom: 8.5rem;
  padding-top: 12rem;
}

#service .p-service-item__text {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.8;
  margin-top: 5rem;
  text-align: center;
}

#service .p-service-item__content-title-container {
  border: 0.3rem solid white;
  color: #2A6F82;
  flex-direction: column;
  margin-inline: auto;
  margin-top: 6rem;
  position: relative;
  z-index: 1;
}

#service .p-service-item__content-title--sub {
  color: #2A6F82;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 4.5;
  margin-top: -2.5rem;
}

#service .p-service-item__content-title {
  text-transform: uppercase;
}

#service .p-service-item__list-container {
  background: linear-gradient(to right, #E4F1E2 0%, #84BED3 100%);
  border-radius: 4rem;
  margin-top: -3rem;
  padding: 5.5rem 5.5rem 3rem;
  position: relative;
  z-index: 0;
}

#service .p-service-item__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 4rem;
  column-gap: 4rem;
  row-gap: 4.1rem;
}

#service .p-service-item__list-text {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.8;
  margin-bottom: 5rem;
  text-align: center;
}

#service .p-service-item__item-link {
  padding-bottom: 1.5rem;
  transition: opacity 0.4s ease;
}

#service .p-service-item__item-img {
  height: auto;
  width: 100%;
}

#service .p-service-item__item-img img {
  height: auto;
  width: 100%;
  -o-object-fit: cover;
  aspect-ratio: 1/1;
  object-fit: cover;
}

#service .p-service-item__item-title {
  color: #2A6F82;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.5;
  margin-top: 1rem;
  text-align: center;
  width: 100%;
}

#service .p-service-item__link-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 2.5rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  row-gap: 2rem;
}

#service .p-service-item__link {
  padding-bottom: 1rem;
  transition: opacity 0.4s ease;
}

#service .p-service-item__link-img {
  height: auto;
  width: 100%;
}

#service .p-service-item__link-img--border {
  border: 0.1rem solid #1C69A3;
}

#service .p-service-item__link-img img {
  height: auto;
  width: 100%;
  -o-object-fit: cover;
  aspect-ratio: 283/129;
  object-fit: cover;
}

#service .p-service-item__link-text {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.47;
  margin-top: 1.2rem;
  text-align: center;
}

#service .p-service-reform {
  background: linear-gradient(to top, rgba(196, 241, 182, 0.5) 0%, rgba(111, 201, 243, 0.5) 100%);
  padding-bottom: 15rem;
  padding-top: 11.5rem;
}

#service .p-service-reform__content-title-container {
  margin-inline: auto;
  margin-top: 8.8rem;
}

#service .p-service-reform__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-inline: auto;
  margin-top: 9.6rem;
  -moz-column-gap: 5.5rem;
  column-gap: 5.5rem;
  row-gap: 7rem;
  width: 100%;
}

#service .p-service-reform__item-img-container {
  height: auto;
  width: 100%;
}

#service .js-twenty {
  aspect-ratio: 558/697;
  height: auto !important;
  width: 100%;
}

#service .p-service-reform__item-img--before,
#service .p-service-reform__item-img--after {
  height: auto;
  width: 100%;
  -o-object-fit: cover;
  aspect-ratio: 558/697;
  object-fit: cover;
}

#service .p-service-reform__item-title {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.1;
  margin-top: 1.6rem;
  text-align: center;
}

#service .p-service-reform__item-text {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.8;
  margin-top: 1.6rem;
  text-align: center;
}

#service .p-service-reform__item-text--left {
  text-align: left;
}

#service .p-service__contents {
  list-style: none;
}

#service .p-service-heading-body {
  position: relative;
}

#service .p-service-num-img {
  left: 0;
  position: absolute;
  top: -3.3rem;
}

#service .p-service__list:nth-child(1) .p-service-num-img {
  width: 7.4rem;
}

#service .p-service__list:nth-child(2) .p-service-num-img,
#service .p-service__list:nth-child(3) .p-service-num-img {
  width: 8.6rem;
}

#service .p-service-heading {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.3;
  position: relative;
}

#service .p-service-text {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.8;
  margin-top: 4rem;
}

#thanks .p-thanks__l-wrapper {
  margin-inline: auto;
  max-width: calc(120rem + 6%);
  padding-bottom: 11rem;
  padding-inline: 3%;
  padding-top: 11rem;
}

#thanks .p-thanks__text--large {
  background: linear-gradient(to right, #B0D099 0%, #5CCBE8 100%);
  background: linear-gradient(to right, #B0D099 0%, #5CCBE8 100%), 0.5;
  display: block;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 2.5;
  text-align: center;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

#thanks .p-thanks__text {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.8;
  margin-top: 4rem;
  text-align: center;
}

#thanks .p-thanks__button {
  margin-inline: auto;
  margin-top: 10rem;
}

#thanks .p-thanks__button::after {
  display: none;
}

#thanks .p-thanks__button::before {
  background: url("../images/common/icons/icon-button-arrow.png") no-repeat center/contain;
  content: "";
  height: 1.9rem;
  transform: rotate(180deg);
  width: 1.9rem;
}

#top .p-top-mv {
  aspect-ratio: 1920/1080;
  height: 100%;
  overflow: hidden;
  padding-top: 16.5625vw;
  position: relative;
  width: 100%;
}

#top .p-top-mv::before {
  background: url("../images/top/mv.jpg") no-repeat center right/cover;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 80.2%;
  z-index: -1;
}

#top .p-top-mv__movie {
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  z-index: 10;
}

#top .p-top-mv__movie video {
  height: 100%;
  width: 100%;
}

#top .p-top-mv__wrapper {
  margin-inline: auto;
  max-width: calc(120rem + 6%);
  padding-inline: 3%;
}

#top .p-top-mv-header {
  left: 0;
  padding-block: 3.125vw;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  transition: all 0.4s;
  width: 100%;
  z-index: 100;
}

#top .p-top-mv-header.js-scroll-header.show {
  background-color: white;
  padding-block: 1.0416666667vw;
}

#top .p-top-mv-header__wrapper {
  align-items: flex-end;
  display: flex;
  gap: 4.6875vw;
  margin-inline: auto;
  max-width: calc(120rem + 6%);
  padding-inline: 3%;
}

#top .p-top-mv-header__wrapper.js-top-mv-header {
  opacity: 0;
  transform: translateY(-15rem);
  transition: transform 1s ease, opacity 1.8s ease;
}

#top .p-top-mv-header__logo {
  display: flex;
  gap: min(1.4285714286vw, 2rem);
  pointer-events: auto;
  transition: opacity 0.4s ease;
  width: min(34.2857142857vw, 48rem);
}

#top .p-top-mv-header__logo img:nth-child(1) {
  width: 35%;
}

#top .p-top-mv-header__logo img:nth-child(2) {
  width: 65%;
}

#top .p-top-mv-header__hours {
  font-size: 1.5rem;
  font-size: clump(10px, 1.0714285714vw, 1.5rem);
  font-weight: 400;
}

#top .p-top-mv-header__tel {
  pointer-events: auto;
  transition: opacity 0.4s ease;
  width: min(29.2857142857vw, 41rem);
}

#top .p-top-mv-header__tel img {
  vertical-align: top;
}

#top .p-top-mv__title {
  letter-spacing: 0.2em;
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
}

#top .p-top-mv__title > h1 {
  width: 35.4166666667vw;
}

#top .p-top-mv__title > span {
  font-size: 0.8854166667vw;
  letter-spacing: 0.08em;
  line-height: 1.65;
  margin-left: 0.6770833333vw;
  margin-top: 2.4479166667vw;
}

#top .p-top-mv__scroll {
  animation: arrowmove 0.8s ease-in-out infinite;
  background: url("../images/top/scroll.png") no-repeat center center/contain;
  bottom: 3.125vw;
  height: 11.4583333333vw;
  position: absolute;
  right: 16.75%;
  width: 0.78125vw;
}

@keyframes arrowmove {
  0% {
    transform: translateY(0%);
  }

  50% {
    transform: translateY(5%);
  }

  00% {
    transform: translateY(0%);
  }
}

#top .p-top-mv__news-banner {
  bottom: 0;
  display: block;
  left: 0;
  position: fixed;
  width: 33.3333333333vw;
  z-index: 10;
}

#top .p-top-mv__news-banner.js-top-mv-news-banner {
  opacity: 0;
}

#top .p-top-mv__news-banner.absolute {
  position: absolute;
}

#top .p-top-message {
  padding-block: 12rem 14rem;
}

#top .p-top-message__title {
  background: linear-gradient(to right, #B0D099 0%, #5CCBE8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.2;
  margin-inline: auto;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

#top .p-top-message__text {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 2.9;
  margin-top: 6rem;
  text-align: center;
}

#top .p-top-message__button {
  margin-inline: auto;
  margin-top: 8rem;
}

#top .p-top-service {
  padding-block: 8rem 10rem;
}

#top .p-top-service--bg {
  background: linear-gradient(to top, rgba(196, 241, 182, 0.5) 0%, rgba(111, 201, 243, 0.5) 100%);
}

#top .p-top-service__title {
  align-items: center;
  background-color: white;
  border: 2px solid #2A6F82;
  border-radius: 999px;
  color: #2A6F82;
  display: flex;
  flex-direction: column;
  height: 5.4rem;
  justify-content: center;
  margin-inline: auto;
  text-align: center;
  width: 22rem;
}

#top .p-top-service__title > h2 {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.2;
}

#top .p-top-service__title > span {
  font-size: 8px;
  line-height: 1.2;
}

#top .p-top-service-repair {
  display: flex;
  justify-content: flex-start;
  margin-inline: auto;
  margin-top: 13rem;
  max-width: calc(120rem + 6%);
  padding-inline: 3%;
}

#top .p-top-service-repair-texts {
  margin-top: 8.3rem;
  width: 46%;
}

#top .p-top-service-repair-texts__title {
  color: #2A6F82;
  font-size: 4rem;
  line-height: 1;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
}

#top .p-top-service-repair-texts__title::after {
  background: linear-gradient(to right, #E4F1E2 0%, #84BED3 100%);
  border-radius: 999px;
  content: "";
  display: inline-block;
  height: 4px;
  margin-left: 2rem;
  position: absolute;
  top: 50%;
  transform: translateY(50%);
  width: 45.8rem;
  z-index: 5;
}

#top .p-top-service-repair-texts__subtitle {
  color: #2A6F82;
  font-size: max(1.2rem, 10px);
  line-height: 1.2;
}

#top .p-top-service-repair-texts__text {
  margin-top: 4rem;
}

#top .p-top-service-repair-texts__button {
  margin-left: auto;
  margin-right: 6rem;
  margin-top: 6rem;
}

#top .p-top-service-repair__image {
  flex: 1;
  left: 3rem;
  margin-left: 3rem;
  margin-right: calc(50% - 50vw);
  margin-top: 2rem;
  max-width: 98rem;
  min-height: 33.5rem;
  position: relative;
  width: 100vw;
}

#top .p-top-service-repair__image img {
  -o-object-fit: cover;
  border-radius: 40px;
  left: 1rem;
  min-height: 33.5rem;
  object-fit: cover;
  position: relative;
  top: -1rem;
  z-index: 1;
}

#top .p-top-service-repair__image::before {
  background: linear-gradient(to left, #E4F1E2 0%, #84BED3 100%);
  border-radius: 40px;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
}

#top .p-top-service-point {
  margin-top: 8rem;
}

#top .p-top-service-point__title {
  color: #2A6F82;
  font-size: 2.5rem;
  line-height: 1.2;
  text-align: center;
}

#top .p-top-service-point__title::after {
  background-color: currentColor;
  border-radius: 999px;
  content: "";
  display: block;
  height: 2px;
  margin-inline: auto;
  margin-top: 1rem;
  width: 6rem;
}

#top .p-top-service-point__container {
  display: flex;
  gap: 6rem;
  justify-content: center;
  margin-top: 4rem;
}

#top .p-top-service-point-box {
  align-items: center;
  background-color: #2A6F82;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  height: 26rem;
  justify-content: stretch;
  padding-top: 3.5rem;
  width: 26rem;
}

#top .p-top-service-point-box__image {
  align-items: baseline;
  display: flex;
  height: 8.5rem;
  justify-content: center;
  width: 8rem;
}

#top .p-top-service-point-box__title {
  color: white;
  font-size: 1.5rem;
  line-height: 1.2;
  margin-top: 2rem;
}

#top .p-top-service-point-box__title-num {
  font-size: 2rem;
  margin-left: 0.5rem;
}

#top .p-top-service-point-box__text {
  color: white;
  font-size: 1.2rem;
  line-height: 1.5;
  margin-top: 1rem;
  text-align: center;
}

#top .p-top-service-reform {
  display: flex;
  justify-content: flex-end;
  margin-inline: auto;
  margin-top: 13rem;
  max-width: calc(120rem + 6%);
  padding-inline: 3%;
}

#top .p-top-service-reform__images {
  flex: 1;
  margin-left: calc(50% - 50vw);
  margin-right: 3rem;
  margin-top: 2rem;
  max-width: 98rem;
  min-height: 33.5rem;
  position: relative;
  right: 3rem;
  width: 100vw;
}

#top .p-top-service-reform__images img {
  -o-object-fit: cover;
  border-radius: 40px;
  min-height: 33.5rem;
  object-fit: cover;
  position: relative;
  right: 1rem;
  top: -1rem;
  z-index: 1;
}

#top .p-top-service-reform__images::before {
  background: linear-gradient(to right, #E4F1E2 0%, #46AA46 100%);
  border-radius: 40px;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
}

#top .p-top-service-reform-texts {
  margin-top: 8.3rem;
  width: 46%;
}

#top .p-top-service-reform-texts__title {
  color: #46AA46;
  font-size: 4rem;
  line-height: 1;
  position: relative;
}

#top .p-top-service-reform-texts__title::after {
  background: linear-gradient(to right, #E4F1E2 0%, #46AA46 100%);
  border-radius: 999px;
  content: "";
  display: inline-block;
  height: 4px;
  margin-left: 2rem;
  position: absolute;
  top: 50%;
  transform: translateY(50%);
  width: 45.8rem;
  z-index: 2;
}

#top .p-top-service-reform-texts__subtitle {
  color: #46AA46;
  font-size: max(1.2rem, 10px);
  line-height: 1.2;
}

#top .p-top-service-reform-texts__text {
  margin-top: 4rem;
}

#top .p-top-service-reform__button {
  margin-left: auto;
  margin-right: 6rem;
  margin-top: 6rem;
}

#top .p-top-service-case {
  margin-top: 10rem;
}

#top .p-top-service-case__title {
  color: #46AA46;
  font-size: 2.5rem;
  line-height: 1.2;
  text-align: center;
}

#top .p-top-service-case__title::after {
  background-color: currentColor;
  border-radius: 999px;
  content: "";
  display: block;
  height: 2px;
  margin-inline: auto;
  margin-top: 1rem;
  width: 6rem;
}

#top .p-top-service-case-slider {
  margin-inline: auto;
  margin-top: 3rem;
  max-width: calc(120rem + 6%);
  padding-inline: 3%;
}

#top .p-top-service-case-slider .splide {
  margin-inline: auto;
  max-width: 106.6rem;
  max-width: min(85.28vw, 106.6rem);
}

#top .p-top-service-case-slider .splide__slide {
  padding-inline: 0.2rem;
}

#top .p-top-service-case-slider .splide__slide img {
  aspect-ratio: 1/1;
  transform: scale(0.8);
  transition: all 0.7s;
}

#top .p-top-service-case-slider .splide__slide.is-active img {
  transform: scale(1);
}

#top .p-top-service-case-slider .splide__arrow {
  background: transparent;
  border-radius: unset;
  height: auto;
  opacity: 1;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.4s ease;
  width: auto;
}

#top .p-top-service-case-slider .splide__arrow--next {
  border-bottom: 30px solid transparent;
  border-left: 30px solid #46AA46;
  border-top: 30px solid transparent;
  right: -6rem;
}

#top .p-top-service-case-slider .splide__arrow--prev {
  border-bottom: 30px solid transparent;
  border-right: 30px solid #46AA46;
  border-top: 30px solid transparent;
  left: -6rem;
}

#top .p-top-list {
  margin-inline: auto;
  max-width: calc(120rem + 6%);
  padding-block: 14rem;
  padding-inline: 3%;
}

#top .p-top-list__title {
  align-items: center;
  background: linear-gradient(to right, #E4F1E2 0%, #84BED3 100%);
  border: 3px solid white;
  border-radius: 999px;
  color: #2A6F82;
  display: flex;
  flex-direction: column;
  height: 5.4rem;
  justify-content: center;
  left: 50%;
  margin-inline: auto;
  position: absolute;
  text-align: center;
  top: -2.5rem;
  transform: translateX(-50%);
  width: 22rem;
}

#top .p-top-list__title > h2 {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.2;
}

#top .p-top-list__title > span {
  font-size: 8px;
  line-height: 1.2;
}

#top .p-top-list__wrapper {
  background: linear-gradient(to right, #E4F1E2 0%, #84BED3 100%);
  border-radius: 40px;
  display: flex;
  gap: 4.5rem;
  padding: 8rem 6rem 6rem;
  position: relative;
}

#top .p-top-list-figure > figcaption {
  color: #2A6F82;
  font-size: 1.5rem;
  line-height: 1.2;
  margin-top: 1.5rem;
  text-align: center;
}

#top .p-top-area {
  padding-block: 8rem 13rem;
}

#top .p-top-area--bg {
  background: url("../images/top/area-bg.png") center bottom/cover no-repeat;
}

#top .p-top-area__title {
  align-items: center;
  background-color: white;
  border: 2px solid #2A6F82;
  border-radius: 999px;
  color: #2A6F82;
  display: flex;
  flex-direction: column;
  height: 5.4rem;
  justify-content: center;
  margin-inline: auto;
  text-align: center;
  width: 22rem;
}

#top .p-top-area__title > h2 {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.2;
}

#top .p-top-area__title > span {
  font-size: 8px;
  line-height: 1.2;
}

#top .p-top-area__text {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.8;
  margin-inline: auto;
  margin-top: 4rem;
  width: -moz-fit-content;
  width: fit-content;
}

#top .p-top-area__maps {
  display: flex;
  gap: 5rem;
  margin-inline: auto;
  margin-top: 4rem;
  max-width: calc(120rem + 6%);
  padding-inline: 3%;
}

#top .p-top-area__map figcaption {
  margin-top: 1rem;
}

#top .p-top-area__map figcaption span:first-child {
  align-items: center;
  background-color: #2A6F82;
  border-radius: 999px;
  color: white;
  display: inline-flex;
  font-size: 12px;
  font-weight: 500;
  height: 2.2rem;
  justify-content: center;
  line-height: 1.2;
  width: 11rem;
}

#top .p-top-area__map figcaption span:last-child {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  margin-left: 1rem;
}

#top .p-top-recruit {
  padding-block: 5rem;
}

#top .p-top-recruit--bg {
  background: url("../images/top/recruit-bg.jpg") center/cover no-repeat;
}

#top .p-top-recruit__wrapper {
  margin-inline: auto;
  max-width: calc(120rem + 6%);
  max-width: calc(110rem + 6%);
  padding-inline: 3%;
}

#top .p-top-recruit__title {
  align-items: center;
  background-color: #F08300;
  border: 3px solid white;
  border-radius: 999px;
  color: white;
  display: flex;
  flex-direction: column;
  height: 5.4rem;
  justify-content: center;
  text-align: center;
  width: 23rem;
}

#top .p-top-recruit__title > h2 {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.2;
}

#top .p-top-recruit__title > span {
  font-size: 8px;
  line-height: 1.2;
}

#top .p-top-recruit__text-large {
  color: white;
  font-size: 3rem;
  line-height: 1.2;
  margin-top: 3rem;
}

#top .p-top-recruit__text {
  color: white;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 2rem;
}

#top .p-top-recruit__buttons {
  display: flex;
  gap: 2.4rem;
  margin-top: 5rem;
}

#top .p-top-recruit__buttons > a {
  width: 18.5rem;
}

/* クラスを3つ定義 */

@media screen and (min-width:769px) {
  html {
    font-size: 10px;
  }

  .sp-only {
    display: none !important;
  }
}

@media screen and (max-width:1100px) {
  html {
    font-size: 0.9090909091vw;
  }
}

@media screen and (max-width:768px) {
  html {
    font-size: min(2.6666666667vw, 17.0666666667px);
  }

  .l-footer__wrapper {
    padding-inline: 8%;
    width: 100%;
  }

  .l-footer__wrapper {
    flex-direction: column-reverse;
  }

  .l-footer-address {
    margin-top: 4rem;
    width: 100%;
  }

  .l-footer-address > p {
    font-size: 1.2rem;
  }

  .l-footer-address > h2 {
    font-size: 2.4rem;
  }

  .l-footer__button {
    font-size: 1.2rem;
    height: 3rem;
    padding: 0 1rem;
  }

  .l-footer-nav {
    margin-top: 0;
  }

  .l-footer-nav-list li {
    text-align: center;
  }

  .l-footer-nav-list li + li {
    margin-top: 1rem;
  }

  .l-footer-nav-list li > a {
    line-height: 1.5;
  }

  .l-footer__copy {
    font-size: 1rem;
    margin-top: 4rem;
  }

  .humburger {
    display: block;
    height: 10rem;
    position: relative;
    right: 4rem;
    width: 10rem;
  }

  .humburger span {
    background-color: black;
    display: block;
    height: 2px;
    position: absolute;
    right: 0;
    top: 5rem;
    width: 80%;
  }

  .humburger span:nth-child(2) {
    margin-left: auto;
    top: 3.5rem;
    width: 100%;
  }

  .humburger span:nth-child(3) {
    margin-left: auto;
    top: 6.5rem;
    width: 60%;
  }

  .l-header {
    overflow: unset;
    position: fixed;
    width: 100%;
  }

  .js-header-top {
    opacity: unset;
    transform: translateX(0);
  }

  .l-header-nav {
    aspect-ratio: 10/1;
    background-position: center top;
    background-size: 100% 120%;
    height: 100vh;
    left: 0;
    margin-left: unset;
    opacity: 0;
    overflow: auto;
    padding-block: 15rem 10rem;
    padding-inline: 1rem;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 0;
    transition: opacity 0.4s ease-in-out;
    width: 100%;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .l-header-nav::-webkit-scrollbar {
    display: none;
  }

  .l-header-nav.active {
    opacity: 1;
    pointer-events: auto;
  }

  .l-header-nav-list {
    display: grid;
    gap: 0.7rem;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
  }

  .l-header-nav-list > li {
    background-color: white;
    border-radius: 6px;
    border-width: 2px;
    width: 100%;
  }

  .l-header-nav-list > li a {
    font-size: 1.5rem;
    padding-block: 1.6rem;
    padding-inline: 0.3rem;
    text-align: center;
  }

  .l-header-nav-list > li a::after {
    font-size: 1rem;
    margin-top: 0.4rem;
  }

  .l-header-nav-list > li a::before {
    display: block;
    left: 1rem;
    margin-inline: auto;
    position: static;
    transform: unset;
  }

  .l-header-nav-list .home a::before {
    height: 3.4rem;
    width: 3.4rem;
  }

  .l-header-nav-list .company a::before {
    height: 3rem;
    width: 3.1rem;
  }

  .l-header-nav-list .service a::before {
    height: 3rem;
    width: 3rem;
  }

  .l-header-nav-list .recruit a::before {
    height: 3.4rem;
    width: 3rem;
  }

  .l-header-nav-list .faq a::before {
    height: 3rem;
    width: 3.4rem;
  }

  .l-header-nav-list .news a::before {
    height: 3.3rem;
    width: 3.3rem;
  }

  .l-header-nav-list .policy a::before {
    height: 3.3rem;
    width: 2.8rem;
  }

  .l-header-nav-list .contact a::after {
    content: "見積・修理 \aお問い合わせ";
    line-height: 1.3;
    white-space: pre;
  }

  .l-header-nav-list .contact a::before {
    height: 3.3rem;
    width: 2.9rem;
  }

  .l-header-mv-menu .l-header-nav__button {
    height: 6rem;
    opacity: 1;
    pointer-events: auto;
    right: 1rem;
    top: 2.5rem;
    width: 6rem;
  }

  .l-header-mv-menu .l-header-nav__button span {
    left: 1.5rem;
    width: 3rem;
  }

  .l-header-mv-menu .l-header-nav__button span:nth-child(1) {
    top: 2rem;
  }

  .l-header-mv-menu .l-header-nav__button span:nth-child(2) {
    top: 3rem;
  }

  .l-header-mv-menu .l-header-nav__button span:nth-child(3) {
    top: 4rem;
  }

  .l-header-mv-menu .l-header-nav-list > li a {
    font-size: 1.5rem;
  }

  .l-header-mv-menu .l-header-nav-list > li a::after {
    font-size: 1rem;
  }

  .c-button {
    height: 4rem;
    width: 20rem;
  }

  .c-button--size-l {
    font-size: 1.8rem;
    gap: 1rem;
    height: 4.8rem;
    max-width: 31rem;
  }

  .c-button--size-s {
    height: 3.2rem;
  }

  .c-mv {
    align-items: center;
    display: flex;
    height: 40rem;
    justify-content: center;
    padding: 0;
  }

  .c-mv::before {
    width: 100%;
  }

  .c-mv::after {
    width: 100%;
  }

  .c-mv.service::before {
    background-position: 39% 50%;
  }

  .c-mv.recruit::before {
    background-position: 62% 50%;
  }

  .c-mv.faq::before {
    background-position: 70% 50%;
  }

  .c-mv.news::before {
    background-position: 63% 50%;
  }

  .c-mv-header {
    padding-block: 2rem 3rem;
  }

  .c-mv-header.js-scroll-header.show {
    padding-block: 2rem 3rem;
  }

  .c-mv-header__wrapper {
    padding-inline: 8%;
    width: 100%;
  }

  .c-mv-header__wrapper {
    align-items: flex-start;
    flex-direction: column;
    gap: 0;
  }

  .c-mv-header__logo {
    width: 22.5rem;
  }

  .c-mv-header__hours-tel {
    display: flex;
    flex-direction: column;
  }

  .c-mv-header__hours {
    font-size: 1.2rem;
    line-height: 1.5;
    margin-top: 0.4rem;
  }

  .c-mv-header__tel {
    margin-top: 0.4rem;
    width: 16.8rem;
  }

  .c-mv__title {
    margin-top: unset;
  }

  .c-mv__title > h1 {
    font-size: 2.7rem;
  }

  .c-mv__title > span {
    font-size: 1.6rem;
  }

  .c-news-banner {
    gap: 1rem;
    padding-block: 1rem;
    padding-inline: 3%;
  }

  .c-news-banner::after {
    height: 2.7rem;
    right: 2rem;
    width: 2.7rem;
  }

  .c-news-banner__head {
    font-size: 1.4rem;
  }

  .c-news-banner__time {
    font-size: 1.4rem;
    letter-spacing: 0;
  }

  .c-news-banner__title {
    font-size: 1.4rem;
    letter-spacing: 0;
  }

  .c-title {
    font-size: 1.8rem;
    height: 4rem;
    max-width: 20rem;
  }

  #company .l-inner {
    padding-inline: 8%;
    width: 100%;
  }

  #company .l-service-policy {
    padding-bottom: 6.4rem;
    padding-top: 6.4rem;
  }

  #company .p-service-policy__text {
    font-size: 1.8rem;
    margin-top: 6rem;
  }

  #company .p-service-policy__hello-title {
    font-size: 1.8rem;
    margin-top: 6rem;
  }

  #company .p-service-policy__hello-text {
    font-size: 1.5rem;
  }

  #company .p-service-policy__hello-title-sub {
    display: flex;
    font-size: 1.8rem;
    justify-content: center;
    margin-top: 2.4rem;
  }

  #company .p-service-policy__hello-name {
    font-size: 1.8rem;
    margin-top: 3.9rem;
  }

  #company .l-information {
    padding-bottom: 6.4rem;
    padding-top: 6.4rem;
  }

  #company .p-information__table {
    margin-top: 4rem;
  }

  #company .p-table__row {
    flex-direction: column;
  }

  #company .p-table__head {
    display: block;
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 2.4rem 0;
    width: 100%;
  }

  #company .p-table__data {
    display: block;
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 2.4rem 0;
    padding-top: 0;
    width: 100%;
  }

  #company .l-history {
    padding-bottom: 6.4rem;
    padding-top: 6.4rem;
  }

  #company .p-history__table {
    margin-top: 4rem;
  }

  #company .p-history__row {
    flex-direction: column;
  }

  #company .l-access {
    padding-bottom: 6.4rem;
    padding-top: 2.4rem;
  }

  #company .p-access__address {
    font-size: 1.6rem;
    margin-top: 6.4rem;
  }

  #company .p-access__map {
    margin-top: 1rem;
  }

  #company .p-access__guide {
    gap: 3rem;
    grid-template-columns: 1fr;
    margin-top: 2.4rem;
  }

  #company .p-access-guide__text {
    font-size: 1.6rem;
  }

  #company .p-access__img {
    width: 32rem;
  }

  #entry-confirm .p-entry {
    padding-inline: 8%;
    width: 100%;
  }

  #entry-confirm .p-entry label > small {
    display: block;
    font-size: 0.9rem;
    margin-left: 0;
  }

  #entry-confirm .l-entry {
    margin-top: 7.2rem;
    padding-bottom: 8rem;
    padding-top: 8rem;
  }

  #entry-confirm .p-entry__lists {
    margin-top: 7.2rem;
  }

  #entry-confirm .wpcf7-checkbox {
    grid-template-columns: unset;
  }

  #entry-confirm .wpcf7-radio {
    flex-direction: column;
    gap: 1rem;
  }

  #entry-confirm .p-entry__privacy label {
    font-size: 1.6rem;
  }

  #entry-confirm .p-entry-confirm-buttons {
    align-items: center;
    display: flex;
    flex-direction: column-reverse;
    gap: 2rem;
  }

  #entry-confirm .p-entry-confirm-buttons input[type=button] {
    font-size: 1.4rem;
  }

  #entry-confirm .p-entry-confirm-buttons input[type=submit] {
    font-size: 1.4rem;
  }

  #entry-confirm .age {
    font-size: 1.8rem;
    left: 15%;
    top: 0;
  }

  #contact .p-contact {
    padding-inline: 8%;
    width: 100%;
  }

  #contact .p-contact {
    padding-block: 8rem;
  }

  #contact .p-contact__image-list {
    flex-direction: column;
  }

  #contact .p-contact-twocolumn {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }

  #contact .p-contact__text {
    font-size: 1.6rem;
  }

  #contact .p-contact__form {
    margin-top: 7.2rem;
  }

  #contact .p-contact__form label > small {
    display: block;
    margin-left: 0;
  }

  #contact .checkbox-wrap {
    grid-template-columns: unset;
  }

  #contact .radio-wrap {
    flex-direction: column;
    gap: 1rem;
  }

  #contact input[type=file] {
    font-size: 1.5rem;
  }

  #contact-confirm .p-contact {
    padding-inline: 8%;
    width: 100%;
  }

  #contact-confirm .p-contact {
    padding-block: 8rem;
  }

  #contact-confirm .p-contact__text {
    font-size: 1.6rem;
  }

  #contact-confirm .p-contact__form {
    margin-top: 7.2rem;
  }

  #contact-confirm .p-contact__form label > small {
    display: block;
    margin-left: 0;
  }

  #contact-confirm .p-contact-confirm-buttons {
    align-items: center;
    flex-direction: column-reverse;
    gap: 2rem;
  }

  #contact-confirm .p-contact-confirm-buttons .c-button {
    font-size: 1.4rem;
  }

  #entry .p-entry {
    padding-inline: 8%;
    width: 100%;
  }

  #entry .p-entry label > small {
    display: block;
    font-size: 1rem;
    margin-left: 0;
  }

  #entry .l-entry {
    margin-top: 7.2rem;
    padding-bottom: 8rem;
    padding-top: 8rem;
  }

  #entry .p-entry__heading {
    font-size: 3rem;
    margin-top: 3rem;
  }

  #entry .p-entry__heading::before {
    font-size: 1.2rem;
  }

  #entry .p-entry__heading::after {
    width: 17rem;
  }

  #entry .p-entry__text {
    font-size: 1.6rem;
  }

  #entry .wpcf7-checkbox {
    grid-template-columns: unset;
  }

  #entry .wpcf7-radio {
    flex-direction: column;
    gap: 1rem;
  }

  #entry .p-entry__privacy label {
    font-size: 1.6rem;
  }

  #entry .age {
    font-size: 1.8rem;
    left: 15%;
    top: 1.2rem;
  }

  #faq .l-accordion {
    max-width: 100%;
    padding-inline: 8%;
    width: 100%;
  }

  #faq .l-accordion {
    padding: 7.2rem 8%;
    width: 100%;
  }

  #faq .p-accordion-list {
    margin-bottom: 3rem;
  }

  #faq .accordion-title {
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 3rem 3rem 3rem 4rem;
    text-indent: -3rem;
  }

  #faq .p-accordion-text {
    font-size: 1.6rem;
    padding: 3rem 3rem 3rem 4rem;
    text-indent: -3rem;
  }

  #news-detail .p-news-detail {
    max-width: 100%;
    padding-inline: 8%;
    width: 100%;
  }

  #news-detail .p-news-detail {
    padding-bottom: 6.4rem;
    padding-top: 6.4rem;
  }

  #news-detail .p-news-detail__title {
    font-size: 2rem;
    padding-bottom: 1rem;
  }

  #news-detail .p-news-detail__content {
    margin-top: 2.4rem;
  }

  #news-detail .p-news-detail__content h2 {
    margin-block: 2.4rem 1.8rem;
  }

  #news-detail .p-news-detail__content h3 {
    margin-block: 2.4rem 1.8rem;
  }

  #news-detail .p-news-detail__content h4 {
    margin-block: 1rem 1rem;
  }

  #news-detail .p-news-detail__content p {
    font-size: 1.7rem;
    line-height: 2;
  }

  #news-detail .p-news-detail__content ul {
    margin-top: 2.4rem;
  }

  #news-detail .p-news-detail__content .wp-block-image {
    margin-bottom: 4rem;
    margin-top: 2.4rem;
  }

  #news-list .p-news-list__l-wrapper {
    padding-inline: 8%;
    width: 100%;
  }

  #news-list .p-news-list__l-wrapper {
    padding-bottom: 6.4rem;
    padding-top: 6.4rem;
  }

  #news-list .p-news-list__link-body:not(:first-child) {
    margin-top: 1.5rem;
  }

  #news-list .p-news-list__link {
    flex-direction: column;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 1.56rem;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 2.5;
    padding: 1.5rem 6rem 2rem 4rem;
    -moz-column-gap: 0;
    column-gap: 0;
    row-gap: 1rem;
  }

  #news-list .p-news-list__link::after {
    right: 2.4rem;
  }

  #news-list .p-news-list__link-date {
    width: 100%;
  }

  #news-list .p-news-list__link-text {
    width: 100%;
  }

  #news-list .p-news-pager {
    margin-top: 3rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
  }

  #privacy .l-privacy {
    max-width: 100%;
    padding-inline: 8%;
    width: 100%;
  }

  #privacy .l-privacy {
    padding: 7.2rem 8%;
    width: 100%;
  }

  #privacy .p-privacy__text p {
    font-size: 1.6rem;
  }

  #privacy .p-privacy__list {
    font-size: 1.6rem;
  }

  #privacy .p-privacy__contact {
    font-size: 1.5rem;
  }

  #recruit-detail .l-inner {
    padding-inline: 8%;
    width: 100%;
  }

  #recruit-detail .l-recruit-detail {
    padding-bottom: 6.4rem;
    padding-top: 6.4rem;
  }

  #recruit-detail .p-recruit-detail-wrapper__img img {
    aspect-ratio: 16/9;
  }

  #recruit-detail .p-recruit-detail-wrapper__post {
    bottom: 6rem;
    font-size: 1.4rem;
    left: 2rem;
    padding: 0.3rem 3rem;
  }

  #recruit-detail .p-recruit-detail-wrapper__name {
    bottom: 1.8rem;
    font-size: 1.8rem;
    left: 2rem;
    padding: 0.5rem 3rem;
  }

  #recruit-detail .p-recruit-detail__sales {
    padding: 0.5rem 4.8rem;
  }

  #recruit-detail .p-recruit-detail__construction {
    padding: 0.5rem 1.5rem;
  }

  #recruit-detail .p-recruit-detail__title {
    font-size: 1.8rem;
    margin-top: 4.5rem;
  }

  #recruit-detail .p-recruit-detail__title::after {
    bottom: 0.7rem;
    height: 0.5rem;
    width: 25rem;
  }

  #recruit-detail .p-recruit-detail__title-sales::after {
    width: 30rem;
  }

  #recruit-detail .p-recruit-detail__title-construction::after {
    width: 30rem;
  }

  #recruit-detail .p-recruit-detail__movie {
    margin-top: 3rem;
  }

  #recruit-detail .p-recruit-detail__flow {
    margin-top: 5rem;
  }

  #recruit-detail .p-recruit-detail-flow__title {
    font-size: 2rem;
  }

  #recruit-detail .p-recruit-detail-flow__list {
    margin-top: 3rem;
  }

  #recruit-detail .p-recruit-detail__list {
    background-image: linear-gradient(to top, #B9D1E2 0%, #DDEDE5 100%);
    flex-direction: column;
    margin-left: 1rem;
  }

  #recruit-detail .p-recruit-detail__list-service-item:nth-of-type(1) {
    padding: 0.3rem;
    width: 100%;
  }

  #recruit-detail .p-recruit-detail__list-service-item:nth-of-type(2) {
    padding: 0.6rem;
    width: 100%;
  }

  #recruit-detail .p-recruit-detail__list-service-item:nth-of-type(3) {
    padding: 1.2rem;
    width: 100%;
  }

  #recruit-detail .p-recruit-detail__list-service-item:nth-of-type(4) {
    padding: 0.6rem;
    width: 100%;
  }

  #recruit-detail .p-recruit-detail__list-service-item:nth-of-type(5) {
    padding: 1.2rem;
    width: 100%;
  }

  #recruit-detail .p-recruit-detail__list-service-item:nth-of-type(6) {
    padding: 1.2rem;
    width: 100%;
  }

  #recruit-detail .p-recruit-detail__list-service-item:nth-of-type(7) {
    padding: 1.8rem;
    width: 100%;
  }

  #recruit-detail .p-recruit-detail__list-service-item:nth-of-type(8) {
    padding: 2.7rem;
    width: 100%;
  }

  #recruit-detail .p-recruit-detail__list-service-item:nth-of-type(9) {
    padding: 0.6rem;
    width: 100%;
  }

  #recruit-detail .p-recruit-detail__list-service-item:nth-of-type(10) {
    padding: 1.8rem;
    width: 100%;
  }

  #recruit-detail .p-recruit-detail__list-service-item:nth-of-type(11) {
    padding: 0.6rem;
    width: 100%;
  }

  #recruit-detail .p-recruit-detail__list-service-item:nth-of-type(12) {
    padding: 1.2rem;
    width: 100%;
  }

  #recruit-detail .p-recruit-detail__list-service-item:nth-of-type(13) {
    padding: 0.6rem;
    width: 100%;
  }

  #recruit-detail .p-recruit-detail__list-service-item:nth-of-type(14) {
    padding: 0.75rem;
    width: 100%;
  }

  #recruit-detail .p-recruit-detail__list-sales-item:nth-of-type(1) {
    padding: 0.3rem;
    width: 100%;
  }

  #recruit-detail .p-recruit-detail__list-sales-item:nth-of-type(2) {
    padding: 0.6rem;
    width: 100%;
  }

  #recruit-detail .p-recruit-detail__list-sales-item:nth-of-type(3) {
    padding: 2.1rem;
    width: 100%;
  }

  #recruit-detail .p-recruit-detail__list-sales-item:nth-of-type(4) {
    padding: 1.2rem;
    width: 100%;
  }

  #recruit-detail .p-recruit-detail__list-sales-item:nth-of-type(5) {
    padding: 1.2rem;
    width: 100%;
  }

  #recruit-detail .p-recruit-detail__list-sales-item:nth-of-type(6) {
    padding: 1.8rem;
    width: 100%;
  }

  #recruit-detail .p-recruit-detail__list-sales-item:nth-of-type(7) {
    padding: 1.8rem;
    width: 100%;
  }

  #recruit-detail .p-recruit-detail__list-sales-item:nth-of-type(8) {
    padding: 0.6rem;
    width: 100%;
  }

  #recruit-detail .p-recruit-detail__list-sales-item:nth-of-type(9) {
    padding: 3.6rem;
    width: 100%;
  }

  #recruit-detail .p-recruit-detail__list-sales-item:nth-of-type(10) {
    padding: 0.6rem;
    width: 100%;
  }

  #recruit-detail .p-recruit-detail__list-sales-item:nth-of-type(11) {
    padding: 1.8rem;
    width: 100%;
  }

  #recruit-detail .p-recruit-detail__list-construction-item:nth-of-type(1) {
    padding: 0.6rem;
    width: 100%;
  }

  #recruit-detail .p-recruit-detail__list-construction-item:nth-of-type(2) {
    padding: 0.3rem;
    width: 100%;
  }

  #recruit-detail .p-recruit-detail__list-construction-item:nth-of-type(3) {
    padding: 3.3rem;
    width: 100%;
  }

  #recruit-detail .p-recruit-detail__list-construction-item:nth-of-type(4) {
    padding: 0.3rem;
    width: 100%;
  }

  #recruit-detail .p-recruit-detail__list-construction-item:nth-of-type(5) {
    padding: 0.6rem;
    width: 100%;
  }

  #recruit-detail .p-recruit-detail__list-construction-item:nth-of-type(6) {
    padding: 1.8rem;
    width: 100%;
  }

  #recruit-detail .p-recruit-detail__list-construction-item:nth-of-type(7) {
    padding: 0.6rem;
    width: 100%;
  }

  #recruit-detail .p-recruit-detail__list-construction-item:nth-of-type(8) {
    padding: 1.5rem;
    width: 100%;
  }

  #recruit-detail .p-recruit-detail__list-construction-item:nth-of-type(9) {
    padding: 1.2rem;
    width: 100%;
  }

  #recruit-detail .p-recruit-detail__list-construction-item:nth-of-type(10) {
    padding: 1.5rem;
    width: 100%;
  }

  #recruit-detail .p-recruit-detail__list-construction-item:nth-of-type(11) {
    padding: 1.2rem;
    width: 100%;
  }

  #recruit-detail .p-recruit-detail__list-construction-item:nth-of-type(12) {
    padding: 2.25rem;
    width: 100%;
  }

  #recruit-detail .p-recruit-detail__item {
    border-bottom: 1px dotted #000;
    border-left: none;
  }

  #recruit-detail .p-recruit-detail-item__time {
    font-size: 1.2rem;
    left: -3.5rem;
    top: -1rem;
  }

  #recruit-detail .p-recruit-detail-item__time-last {
    font-size: 1.2rem;
    left: -3.5rem;
    top: 4.8rem;
  }

  #recruit-detail .p-recruit-detail__list-sales-last {
    top: 6.8rem;
  }

  #recruit-detail .p-recruit-detail-item__time-last-construction {
    top: 9.8rem;
  }

  #recruit-detail .p-recruit-detail-item__content {
    display: grid;
    grid-template-columns: 1fr;
  }

  #recruit-detail .p-recruit-detail-item__content-text {
    font-size: 1.2rem;
    text-align: center;
    writing-mode: unset;
  }

  #recruit-detail .p-recruit-detail-faq__item:nth-child(n+2) {
    margin-top: 4rem;
  }

  #recruit-detail .p-recruit-detail-faq-item__q {
    font-size: 1.6rem;
  }

  #recruit-detail .p-recruit-detail-faq-item__a {
    font-size: 1.6rem;
    margin-top: 2.4rem;
    padding-left: 4rem;
  }

  #recruit-detail .p-recruit-detail-faq-item__q::before {
    font-size: 1.6rem;
  }

  #recruit-detail .p-recruit-detail-faq-item__a::before {
    font-size: 1.6rem;
    left: 0;
  }

  #recruit-detail .p-recruit-detail__btn {
    margin-top: 6.4rem;
  }

  #recruit .p-recruit__l-wrapper {
    padding-inline: 8%;
    width: 100%;
  }

  #recruit .p-recruit__head {
    padding-block: 6.4rem 4rem;
    text-align: left;
  }

  #recruit .p-recruit__head-title {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 1.75;
  }

  #recruit .p-recruit__head-text {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 2;
  }

  #recruit .voice::after {
    height: 84%;
  }

  #recruit .p-recruit-voice {
    padding-bottom: 4rem;
  }

  #recruit .p-recruit-voice__title {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 2.5;
  }

  #recruit .p-recruit-voice__wrapper {
    display: grid;
  }

  #recruit .p-recruit-voice-img {
    padding-bottom: 6.4rem;
  }

  #recruit .p-recruit-voice__role {
    font-size: 1.6rem;
  }

  #recruit .p-job-description {
    padding-block: 4rem 8rem;
  }

  #recruit .p-job-description__container {
    margin-top: 3rem;
  }

  #recruit .p-job-description__requirements tr {
    display: flex;
    flex-direction: column;
  }

  #recruit .p-job-description__requirements th {
    font-size: 1.8rem;
    padding: 1.4rem;
    width: 100%;
  }

  #recruit .p-job-description__requirements td {
    font-size: 1.6rem;
    padding: 1.4rem;
    width: 100%;
  }

  #recruit .p-job-description__button {
    margin-top: 8rem;
  }

  #service .p-service__l-wrapper {
    padding-inline: 8%;
    width: 100%;
  }

  #service .p-service__head {
    padding-bottom: 8rem;
    padding-top: 6.4rem;
  }

  #service .p-service__head-title {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 2.5;
  }

  #service .p-service__head-text {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 2.5;
  }

  #service .p-service-repair {
    padding-bottom: 6.4rem;
    padding-top: 7.2rem;
  }

  #service .p-service-repair__content {
    margin-bottom: 1rem;
    margin-top: 1rem;
  }

  #service .p-service-repair__content-circle {
    height: 25rem;
    width: 25rem;
  }

  #service .p-service-repair__content-title {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 1.2;
    top: 4rem;
  }

  #service .p-service-repair__cards-container {
    margin-top: -16rem;
    padding: 2.4rem 2.4rem 1.5rem;
  }

  #service .p-service-repair__cards {
    grid-template-columns: repeat(1, 1fr);
    -moz-column-gap: 0;
    column-gap: 0;
    row-gap: 2rem;
  }

  #service .p-service-repair__card-title {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 1.3;
    padding-bottom: 1rem;
  }

  #service .p-service-repair__card-item {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 1.8;
  }

  #service .p-service-repair__content-text {
    margin-top: 1.5rem;
  }

  #service .p-service-item {
    padding-bottom: 6.4rem;
    padding-top: 8rem;
  }

  #service .p-service-item__text {
    margin-top: 3rem;
    text-align: left;
  }

  #service .p-service-item__list-container {
    margin-top: -2rem;
    padding: 3.4rem 1.6rem 1.9rem;
  }

  #service .p-service-item__list {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 1.6rem;
    column-gap: 1.6rem;
    row-gap: 1.1rem;
  }

  #service .p-service-item__list-text {
    font-size: 1.5rem;
    margin-top: 0;
    margin-top: 1.3rem;
    text-align: left;
  }

  #service .p-service-item__item-link {
    padding-bottom: 0.5rem;
  }

  #service .p-service-item__item-title {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 1.5;
  }

  #service .p-service-item__link-list {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 1.5rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    row-gap: 1rem;
  }

  #service .p-service-item__link-text {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 1.47;
  }

  #service .p-service-reform {
    padding-bottom: 8rem;
    padding-top: 8rem;
  }

  #service .p-service-reform__content-title-container {
    margin-top: 6.4rem;
  }

  #service .p-service-reform__list {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 7.2rem;
    -moz-column-gap: 0;
    column-gap: 0;
    row-gap: 5rem;
  }

  #service .p-service-reform__item-title {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 1.1;
  }

  #service .p-service-reform__item-text {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 1.7rem;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 1.8;
    text-align: center;
  }

  #service .p-service-num-img {
    top: -3rem;
  }

  #service .p-service__list:nth-child(1) .p-service-num-img {
    width: 6.4rem;
  }

  #service .p-service__list:nth-child(2) .p-service-num-img,
  #service .p-service__list:nth-child(3) .p-service-num-img {
    width: 7.4rem;
  }

  #service .p-service-heading {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 1.3;
  }

  #service .p-service-text {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 1.8;
    margin-top: 3rem;
  }

  #thanks .p-thanks__l-wrapper {
    padding-inline: 8%;
    width: 100%;
  }

  #thanks .p-thanks__text--large {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 1.75;
  }

  #thanks .p-thanks__text {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 1.5;
    margin-top: 2.4rem;
    text-align: left;
  }

  #thanks .p-thanks__button {
    margin-top: 7.2rem;
  }

  #top .p-top-mv {
    height: 55rem;
    padding-top: 15rem;
  }

  #top .p-top-mv::before {
    width: 100%;
  }

  #top .p-top-mv__movie {
    display: none;
  }

  #top .p-top-mv__movie video {
    display: none;
  }

  #top .p-top-mv__wrapper {
    padding-inline: 8%;
    width: 100%;
  }

  #top .p-top-mv-header {
    padding-block: 2rem 3rem;
  }

  #top .p-top-mv-header.js-scroll-header.show {
    padding-block: 2rem 3rem;
  }

  #top .p-top-mv-header__wrapper {
    padding-inline: 8%;
    width: 100%;
  }

  #top .p-top-mv-header__wrapper {
    align-items: flex-start;
    flex-direction: column;
    gap: 0;
  }

  #top .p-top-mv-header__wrapper.js-top-mv-header {
    opacity: 1;
    transform: unset;
  }

  #top .p-top-mv-header__logo {
    width: 22.5rem;
  }

  #top .p-top-mv-header__hours-tel {
    display: flex;
    flex-direction: column;
  }

  #top .p-top-mv-header__hours {
    font-size: 1.2rem;
    line-height: 1.5;
    margin-top: 0.4rem;
  }

  #top .p-top-mv-header__tel {
    margin-top: 0.4rem;
    width: 16.8rem;
  }

  #top .p-top-mv__title > h1 {
    width: 100%;
  }

  #top .p-top-mv__title > span {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-left: unset;
    margin-top: 5dvh;
  }

  #top .p-top-mv__scroll {
    display: none;
  }

  #top .p-top-mv__news-banner {
    position: absolute;
    width: 100%;
  }

  #top .p-top-mv__news-banner.js-top-mv-news-banner {
    opacity: 1;
  }

  #top .p-top-message {
    padding-block: 8rem;
    padding-inline: 8%;
  }

  #top .p-top-message__title {
    font-size: 2.4rem;
  }

  #top .p-top-message__text {
    font-size: 1.8rem;
    line-height: 2;
    margin-top: 4.8rem;
    text-align: left;
  }

  #top .p-top-message__button {
    margin-top: 6.4rem;
  }

  #top .p-top-service {
    padding-block: 6.4rem 8rem;
  }

  #top .p-top-service__title {
    height: 5rem;
    width: 20rem;
  }

  #top .p-top-service__title > h2 {
    font-size: 1.8rem;
  }

  #top .p-top-service-repair {
    padding-inline: 8%;
    width: 100%;
  }

  #top .p-top-service-repair {
    align-items: center;
    flex-direction: column;
    gap: 4rem;
    margin-top: 6.4rem;
  }

  #top .p-top-service-repair-texts {
    margin-top: unset;
    width: 100%;
  }

  #top .p-top-service-repair-texts__title {
    font-size: 3rem;
  }

  #top .p-top-service-repair-texts__subtitle {
    font-size: 10px;
  }

  #top .p-top-service-repair-texts__text {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-top: 2.4rem;
  }

  #top .p-top-service-repair-texts__button {
    margin-right: auto;
    margin-top: 4rem;
  }

  #top .p-top-service-repair__image {
    left: unset;
    margin-inline: auto;
    margin-top: 1rem;
    max-width: 42rem;
    min-height: auto;
    width: 100vw;
  }

  #top .p-top-service-repair__image img {
    left: 1rem;
    min-height: auto;
    top: -1rem;
  }

  #top .p-top-service-point {
    margin-top: 6.4rem;
  }

  #top .p-top-service-point__title {
    font-size: 2rem;
  }

  #top .p-top-service-point__container {
    align-items: center;
    flex-direction: column;
    gap: 4rem;
  }

  #top .p-top-service-point-box__title-num {
    font-size: 1.8rem;
  }

  #top .p-top-service-reform {
    padding-inline: 8%;
    width: 100%;
  }

  #top .p-top-service-reform {
    align-items: center;
    flex-direction: column;
    gap: 4rem;
    margin-top: 8rem;
  }

  #top .p-top-service-reform__images {
    margin-top: 1rem;
    max-width: 42rem;
    min-height: auto;
    right: unset;
    width: 100vw;
  }

  #top .p-top-service-reform__images img {
    min-height: auto;
    right: 1rem;
    top: -1rem;
  }

  #top .p-top-service-reform-texts {
    margin-top: unset;
    width: 100%;
  }

  #top .p-top-service-reform-texts__title {
    font-size: 3rem;
  }

  #top .p-top-service-reform-texts__subtitle {
    font-size: 10px;
  }

  #top .p-top-service-reform-texts__text {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-top: 2.4rem;
  }

  #top .p-top-service-reform__button {
    margin-right: auto;
  }

  #top .p-top-service-case {
    margin-top: 8rem;
  }

  #top .p-top-service-case__title {
    font-size: 2rem;
  }

  #top .p-top-service-case-slider {
    padding-inline: 8%;
    width: 100%;
  }

  #top .p-top-service-case-slider {
    padding-inline: 0;
  }

  #top .p-top-service-case-slider .splide {
    margin-top: 4rem;
    max-width: 85%;
  }

  #top .p-top-service-case-slider .splide__arrow--next {
    border-bottom: 1.5rem solid transparent;
    border-left: 1.5rem solid #46AA46;
    border-top: 1.5rem solid transparent;
    right: -2rem;
  }

  #top .p-top-service-case-slider .splide__arrow--prev {
    border-bottom: 1.5rem solid transparent;
    border-right: 1.5rem solid #46AA46;
    border-top: 1.5rem solid transparent;
    left: -2rem;
  }

  #top .p-top-list {
    padding-inline: 8%;
    width: 100%;
  }

  #top .p-top-list {
    padding-block: 8rem;
  }

  #top .p-top-list__title {
    height: 5rem;
    width: 20rem;
  }

  #top .p-top-list__title > h2 {
    font-size: 1.8rem;
  }

  #top .p-top-list__wrapper {
    border-radius: 20px;
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr 1fr;
    padding: 6rem 2rem 4rem;
  }

  #top .p-top-area__title {
    height: 5rem;
    width: 20rem;
  }

  #top .p-top-area__title > h2 {
    font-size: 1.8rem;
  }

  #top .p-top-area__text {
    font-size: 1.6rem;
    margin-top: 2.4rem;
    padding-inline: 8%;
  }

  #top .p-top-area__maps {
    padding-inline: 8%;
    width: 100%;
  }

  #top .p-top-area__maps {
    flex-direction: column;
    gap: 4rem 2.4rem;
    margin-top: 2.4rem;
  }

  #top .p-top-area__map figcaption span:first-child {
    font-size: max(1rem, 10px);
  }

  #top .p-top-area__map figcaption span:last-child {
    font-size: max(1rem, 10px);
  }

  #top .p-top-recruit {
    padding-block: 4rem;
  }

  #top .p-top-recruit--bg {
    background-position: 65% 100%;
  }

  #top .p-top-recruit__wrapper {
    padding-inline: 8%;
    width: 100%;
  }

  #top .p-top-recruit__title {
    height: 5rem;
    width: 20rem;
  }

  #top .p-top-recruit__title > h2 {
    font-size: 1.8rem;
  }

  #top .p-top-recruit__text-large {
    font-size: 2.4rem;
    margin-top: 2.4rem;
  }

  #top .p-top-recruit__text {
    font-size: 1.6rem;
    margin-top: 1rem;
  }

  #top .p-top-recruit__buttons {
    align-items: center;
    flex-direction: column;
    margin-top: 4rem;
  }

  #top .p-top-recruit__buttons > a {
    width: 20rem;
  }

  .pc-only {
    display: none !important;
  }
}

@media screen and (hover: hover) and (max-width:768px) {
  .l-footer__button:hover {
    opacity: 1;
  }

  .l-footer-nav-list li > a:hover {
    opacity: 1;
  }

  .l-header-nav-list > li a:hover {
    opacity: 1;
  }

  .l-header-mv-menu .l-header-nav-list > li a:hover {
    opacity: 1;
  }

  .c-button:hover {
    opacity: 1;
  }

  .c-mv-header__logo:hover {
    opacity: 1;
  }

  .c-mv-header__tel:hover {
    opacity: 1;
  }

  #entry-confirm .p-entry__desc a:hover {
    opacity: 1;
  }

  #contact .p-contact__desc > a:hover {
    opacity: 1;
  }

  #contact-confirm .p-contact__desc > a:hover {
    opacity: 1;
  }

  #entry .p-entry__desc a:hover {
    opacity: 1;
  }

  #faq .p-accordion-text a:hover {
    opacity: 1;
  }

  #news-detail .p-news-detail__content a:hover {
    opacity: 1;
  }

  #news-list .p-news-list__link:hover {
    opacity: 1;
  }

  #news-list .page-numbers:hover {
    opacity: 1;
  }

  #service .p-service-item__item-link:hover {
    opacity: 1;
  }

  #service .p-service-item__link:hover {
    opacity: 1;
  }

  #top .p-top-mv-header__logo:hover {
    opacity: 1;
  }

  #top .p-top-mv-header__tel:hover {
    opacity: 1;
  }
}

@media screen and (hover: none) and (max-width:768px) {
  .l-footer__button:active {
    opacity: 1;
  }

  .l-footer-nav-list li > a:active {
    opacity: 1;
  }

  .l-header-nav-list > li a:active {
    opacity: 1;
  }

  .l-header-mv-menu .l-header-nav-list > li a:active {
    opacity: 1;
  }

  .c-button:active {
    opacity: 1;
  }

  .c-mv-header__logo:active {
    opacity: 1;
  }

  .c-mv-header__tel:active {
    opacity: 1;
  }

  #entry-confirm .p-entry__desc a:active {
    opacity: 1;
  }

  #contact .p-contact__desc > a:active {
    opacity: 1;
  }

  #contact-confirm .p-contact__desc > a:active {
    opacity: 1;
  }

  #entry .p-entry__desc a:active {
    opacity: 1;
  }

  #faq .p-accordion-text a:active {
    opacity: 1;
  }

  #news-detail .p-news-detail__content a:active {
    opacity: 1;
  }

  #news-list .p-news-list__link:active {
    opacity: 1;
  }

  #news-list .page-numbers:active {
    opacity: 1;
  }

  #service .p-service-item__item-link:active {
    opacity: 1;
  }

  #service .p-service-item__link:active {
    opacity: 1;
  }

  #top .p-top-mv-header__logo:active {
    opacity: 1;
  }

  #top .p-top-mv-header__tel:active {
    opacity: 1;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (-webkit-min-device-pixel-ratio: 0), screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}

@media (hover: hover) {
  .l-footer__button:hover {
    opacity: 0.6;
  }

  .l-footer-nav-list li > a:hover {
    opacity: 0.6;
  }

  .l-header-nav-list > li a:hover {
    opacity: 0.6;
  }

  .l-header-mv-menu .l-header-nav-list > li a:hover {
    opacity: 0.6;
  }

  .c-button:hover {
    opacity: 0.6;
  }

  .c-mv-header__logo:hover {
    opacity: 0.6;
  }

  .c-mv-header__tel:hover {
    opacity: 0.6;
  }

  .c-news-banner:hover {
    filter: brightness(1.1);
  }

  #entry-confirm .p-entry__desc a:hover {
    opacity: 0.6;
  }

  #contact .p-contact__desc > a:hover {
    opacity: 0.6;
  }

  #contact-confirm .p-contact__desc > a:hover {
    opacity: 0.6;
  }

  #entry .p-entry__desc a:hover {
    opacity: 0.6;
  }

  #faq .p-accordion-text a:hover {
    opacity: 0.6;
  }

  #news-detail .p-news-detail__content a:hover {
    opacity: 0.6;
  }

  #news-list .p-news-list__link:hover {
    opacity: 0.6;
  }

  #news-list .page-numbers:hover {
    opacity: 0.6;
  }

  #news-list .page-numbers.current:hover {
    opacity: 1;
  }

  #service .p-service-item__item-link:hover {
    opacity: 0.6;
  }

  #service .p-service-item__link:hover {
    opacity: 0.6;
  }

  #top .p-top-mv-header__logo:hover {
    opacity: 0.6;
  }

  #top .p-top-mv-header__tel:hover {
    opacity: 0.6;
  }
}

@media (hover: none) {
  .l-footer__button:active {
    opacity: 0.6;
  }

  .l-footer-nav-list li > a:active {
    opacity: 0.6;
  }

  .l-header-nav-list > li a:active {
    opacity: 0.6;
  }

  .l-header-mv-menu .l-header-nav-list > li a:active {
    opacity: 0.6;
  }

  .c-button:active {
    opacity: 0.6;
  }

  .c-mv-header__logo:active {
    opacity: 0.6;
  }

  .c-mv-header__tel:active {
    opacity: 0.6;
  }

  .c-news-banner:active {
    filter: brightness(1.1);
  }

  #entry-confirm .p-entry__desc a:active {
    opacity: 0.6;
  }

  #contact .p-contact__desc > a:active {
    opacity: 0.6;
  }

  #contact-confirm .p-contact__desc > a:active {
    opacity: 0.6;
  }

  #entry .p-entry__desc a:active {
    opacity: 0.6;
  }

  #faq .p-accordion-text a:active {
    opacity: 0.6;
  }

  #news-detail .p-news-detail__content a:active {
    opacity: 0.6;
  }

  #news-list .p-news-list__link:active {
    opacity: 0.6;
  }

  #news-list .page-numbers:active {
    opacity: 0.6;
  }

  #news-list .page-numbers.current:active {
    opacity: 1;
  }

  #service .p-service-item__item-link:active {
    opacity: 0.6;
  }

  #service .p-service-item__link:active {
    opacity: 0.6;
  }

  #top .p-top-mv-header__logo:active {
    opacity: 0.6;
  }

  #top .p-top-mv-header__tel:active {
    opacity: 0.6;
  }
}