@charset "UTF-8";
:root {
  margin-top: 0 !important;
  --color-primary: #1E539A;
  --color-secondary: #3282BE;
  --color-tertiary: #4C9EEB;
  --color-text: #2c2c2c;
  --color-surface: #F2F3F5;
  --color-stroke: #D1D3D4;
  --color-bg: #ffffff;
  --color-link: #0066ff;
}

:where(nav li)::before {
  content: "";
}

:focus-visible {
  outline: 1px solid #4C9EEB;
}

::backdrop {
  background: rgba(0, 0, 0, 0.4);
}

::-moz-selection {
  background-color: #555555;
  color: #ffffff;
}

::selection {
  background-color: #555555;
  color: #ffffff;
}

/* ▶ base style */
html {
  scroll-behavior: smooth;
}

body {
  background-color: var(--color-bg);
  color: var(--color-text);
  color-scheme: light;
  counter-reset: cntr;
  font-size: 1rem;
  font-family: "Noto Sans", sans-serif;
  font-family: "Montserrat", sans-serif;
  font-feature-settings: "palt" 1;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.2rem;
  line-break: strict;
  min-height: 100svh;
  overflow-y: scroll;
  scrollbar-gutter: stable both-edges;
  text-rendering: optimizeLegibility;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease, visibility 0.35s ease;
  z-index: 99;
}
body:has(.menu-item-has-children.is-open)::before {
  opacity: 1;
  visibility: visible;
}

a {
  color: #2c2c2c;
  text-decoration: none;
}

a[href^="tel:"] {
  pointer-events: auto;
}

button {
  border: none;
}

img {
  width: 100%;
  height: 100%;
}

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

p {
  text-wrap: pretty;
}

div#autozip {
  display: none !important;
}

#page_content .wpcf7 {
  margin: 0 auto !important;
}

.wpcf7 .wpcf7-select,
.wpcf7 .wpcf7-textarea,
.wpcf7 .wpcf7-date,
.wpcf7 .wpcf7-number,
.wpcf7 .wpcf7-text,
.wpcf7 input {
  background-color: #ffffff;
  border: 0px solid transparent !important;
  box-shadow: 0px 0px 0px transparent !important;
  color: #2c2c2c;
  font-size: clamp(0.9rem, 0.864rem + 0.18vw, 1rem);
  padding: 1.25rem !important;
}

.wpcf7 p {
  margin: 0 !important;
}

.wpcf7 input[name=your-zip] {
  width: 16rem;
  margin-left: 1rem;
  margin-bottom: 1rem;
}

.wpcf7-form-control-wrap[data-name=your-zip] {
  position: relative;
  display: inline-block;
  width: 100%;
}

.wpcf7-form-control-wrap[data-name=your-zip]::before {
  content: "〒";
  font-size: clamp(0.9rem, 0.864rem + 0.18vw, 1rem);
  pointer-events: none;
}

.wpcf7 label {
  line-height: 1.2;
}

.wpcf7-list-item {
  margin: 0 !important;
}

.wpcf7 .wpcf7-submit {
  background-color: #4C9EEB !important;
  border-radius: 50px !important;
  color: #ffffff;
  font-size: clamp(0.9rem, 0.864rem + 0.18vw, 1rem);
  font-weight: 600;
  display: block;
  width: 100%;
  max-width: 295px;
  min-width: 295px;
  height: 100%;
  min-height: 75px;
  position: relative;
  overflow: hidden;
  display: grid;
  align-items: center;
  justify-items: start;
  padding: 0 2rem;
  transition: 0.3s all;
  margin: 0 auto;
}

.wpcf7 .wpcf7-submit:hover {
  opacity: 0.8;
  transition: 0.3s all;
}

.wpcf7 .wpcf7-acceptance {
  font-size: clamp(0.9rem, 0.864rem + 0.18vw, 1rem);
}

.wpcf7 .wpcf7-acceptance input[type=checkbox] {
  scale: 1.25 !important;
}

.wpcf7 form {
  position: relative;
}

.wpcf7 form .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  background-color: #ffffff;
  border-color: #FF0000;
  border-radius: 5px;
  padding: 1rem !important;
  width: 85%;
  position: absolute;
  left: 50%;
  bottom: 2%;
  transform: translateX(-50%);
}

.wpcf7 form .wpcf7-response-output {
  border-color: #339900;
}

.wpcf7 .wpcf7-select, .wpcf7 .wpcf7-textarea, .wpcf7 .wpcf7-date, .wpcf7 .wpcf7-number, .wpcf7 .wpcf7-text {
  border: 1.3px solid #555555;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.05) -1px 1px 2px inset, rgba(255, 255, 255, 0.8) -1px 1px 0;
  box-sizing: border-box;
  font-family: "Helvetica Neue LT", "Helvetica Neue", Helvetica, "Hiragino Sans", "Yu Gothic", 游ゴシック体, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", メイリオ, Meiryo, sans-serif;
  font-size: clamp(0.9rem, 0.864rem + 0.18vw, 1rem);
  padding: 0.7rem;
}
.wpcf7 .wpcf7-select:focus-within, .wpcf7 .wpcf7-textarea:focus-within, .wpcf7 .wpcf7-date:focus-within, .wpcf7 .wpcf7-number:focus-within, .wpcf7 .wpcf7-text:focus-within {
  outline: 1px solid #4C9EEB;
  outline-offset: 4px;
}

.wpcf7 .wpcf7-radio input[type=radio], .wpcf7 .wpcf7-checkbox input[type=checkbox] {
  border: 1.3px solid #555555;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.05) -1px 1px 2px inset, rgba(255, 255, 255, 0.8) -1px 1px 0;
  box-sizing: border-box;
  margin-right: 0.7rem;
  scale: 2;
}
.wpcf7 .wpcf7-radio input[type=radio]:focus, .wpcf7 .wpcf7-checkbox input[type=checkbox]:focus {
  outline: 1px solid #4C9EEB;
  outline-offset: 4px;
}

.wpcf7 .wpcf7-not-valid-tip {
  border-radius: 5px;
  border-left: 3px solid #FF0000;
  border-bottom: 1px solid #FF0000;
  color: #FF0000 !important;
  margin-top: 0.5rem;
  padding: 0.5rem 1rem;
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 0.3s ease, transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.wpcf7 .wpcf7-not-valid-tip.is-show {
  opacity: 1;
  transform: translateX(0);
}

.wpcf7 {
  border: none;
  box-sizing: border-box;
  padding: 0;
}
.wpcf7 p {
  line-height: 2.8;
  margin: 0 0 1em 0;
  word-wrap: break-word;
}
.wpcf7 p.c-wpcf7-subtxt {
  line-height: 1;
}
.wpcf7 label {
  font-weight: 600;
}
.wpcf7 .c-wpcf7__label-alt {
  font-weight: 600;
}
.wpcf7 .wpcf7-form-control-wrap {
  display: block;
}
.wpcf7 .wpcf7-not-valid-tip {
  color: var(--color-link);
  font-size: clamp(0.8rem, 0.764rem + 0.18vw, 0.9rem);
  font-family: "Helvetica Neue LT", "Helvetica Neue", Helvetica, "Hiragino Sans", "Yu Gothic", 游ゴシック体, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", メイリオ, Meiryo, sans-serif;
  font-weight: 500;
  text-transform: none;
}
.wpcf7 .wpcf7-text {
  font-weight: 500;
  width: 100%;
}
.wpcf7 .wpcf7-number {
  font-weight: 500;
  width: -moz-max-content;
  width: max-content;
}
.wpcf7 .wpcf7-date {
  width: -moz-max-content;
  width: max-content;
}
.wpcf7 .wpcf7-textarea {
  font-weight: 500;
  line-height: 1.7;
  width: 100%;
}
.wpcf7 .wpcf7-select {
  width: -moz-max-content;
  width: max-content;
}
.wpcf7 .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  gap: max(3%, 2rem);
}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item {
  margin-left: 0;
}
.wpcf7 .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  gap: max(3%, 2rem);
}
.wpcf7 .wpcf7-radio .wpcf7-list-item {
  margin-left: 0;
}
.wpcf7 .wpcf7-acceptance {
  color: var(--color-text);
  font-size: clamp(0.8rem, 0.764rem + 0.18vw, 0.9rem);
  font-family: "Helvetica Neue LT", "Helvetica Neue", Helvetica, "Hiragino Sans", "Yu Gothic", 游ゴシック体, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", メイリオ, Meiryo, sans-serif;
  font-weight: 500;
  text-transform: none;
  display: block;
  text-align: center;
}
.wpcf7 .wpcf7-acceptance input[type=checkbox] {
  margin-right: 0.7rem;
  scale: 2;
}

.l-main {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.l-container.mv {
  width: 100vw;
  height: 100vh;
}
.l-container.welfare {
  background-color: #1E539A;
  width: 100vw;
  height: 100%;
}
.l-container.about {
  background-color: #EAF2F8;
  width: 100vw;
  height: 100%;
}
.l-container.advantage {
  background-color: #EAF2F8;
  width: 100vw;
  height: 100%;
}
.l-container.blog {
  background-color: #EAF2F8;
}
.l-container.contact {
  position: relative;
  overflow: hidden;
}
.l-container.contact .contact-bg {
  position: absolute;
  inset: -20%;
  filter: blur(30px);
  transform: scale(1.2);
  z-index: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-image: -webkit-image-set(url("../img/index_contact-bg.jpg.webp") 1x, url("../img/index_contact-bg.jpg") 1x);
  background-image: image-set(url("../img/index_contact-bg.jpg.webp") 1x, url("../img/index_contact-bg.jpg") 1x);
}

.c-loading {
  position: fixed;
  inset: 0;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: opacity 0.8s ease, visibility 0.8s ease;
}
.c-loading.loaded {
  opacity: 0;
  visibility: hidden;
}
.c-loading__mask {
  overflow: hidden;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-loading__img {
  transform: translateY(100%);
  animation: logoSlideUp 1.6s 0.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.c-loading__img img {
  max-width: 250px;
  width: 100%;
}
@keyframes logoSlideUp {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0%);
  }
}

.c-btn--all a {
  background-color: #4C9EEB;
  border-radius: 50px;
  color: #ffffff;
  font-size: clamp(0.9rem, 0.864rem + 0.18vw, 1rem);
  font-weight: 600;
  display: block;
  width: 100%;
  max-width: 295px;
  min-width: 295px;
  height: 100%;
  min-height: 75px;
  position: relative;
  overflow: hidden;
  display: grid;
  align-items: center;
  justify-items: start;
  padding: 0 2rem;
}
.c-btn--all a::after {
  content: "";
  background-color: #ffffff;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%) scale(1);
  transition: transform 0.35s ease;
}
.c-btn--all a::before {
  content: "";
  background-image: -webkit-image-set(url("../img/arrow/arrow-bl-r.png.webp") 1x, url("../img/arrow/arrow-bl-r.png") 1x);
  background-image: image-set(url("../img/arrow/arrow-bl-r.png.webp") 1x, url("../img/arrow/arrow-bl-r.png") 1x);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 12.5px;
  height: 12.5px;
  position: absolute;
  right: 10.5%;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.4s ease;
  z-index: 2;
}
.c-btn--all a:hover::before {
  animation: arrow-slide 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}
.c-btn--all a:hover::after {
  transform: translateY(-50%) scale(1.25);
}
@keyframes arrow-slide {
  0% {
    transform: translate(0, -50%);
    opacity: 1;
  }
  40% {
    transform: translate(12px, -50%);
    opacity: 0;
  }
  60% {
    transform: translate(-12px, -50%);
    opacity: 0;
  }
  100% {
    transform: translate(0, -50%);
    opacity: 1;
  }
}

.c-ttl--all {
  position: relative;
  z-index: -1;
}
.c-ttl--all-wrap {
  position: absolute;
  right: 50%;
  top: 0;
  transform: translate(-50%, clamp(-120px, -5vw, -150px));
}
.c-ttl--all h2,
.c-ttl--all p {
  position: absolute;
  top: 0;
  left: 0;
}
.c-ttl--all h2 {
  color: #EAF2F8;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(5.5rem, 3.8rem + 5.5vw, 9rem);
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  margin: 0;
  letter-spacing: 0.5rem;
  padding-left: 7rem;
}
.c-ttl--all p {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0;
}
.c-ttl--all p svg {
  width: 220px;
  height: auto;
  margin-bottom: -5%;
  z-index: 1;
}
.c-ttl--all p .--en {
  color: #dddddd;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(0.7rem, 0.664rem + 0.18vw, 0.8rem);
  font-weight: 600;
  text-transform: uppercase;
}
.c-ttl--all p .--jp {
  color: #1E539A;
  font-size: clamp(1.25rem, 1.15rem + 0.3vw, 1.5rem);
  font-weight: 600;
}

.c-header {
  margin-top: 92px;
}
.c-header__box {
  position: relative;
}
.c-header__img {
  position: relative;
  z-index: 0;
}
.c-header__img img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-header__overlay--bk, .c-header__overlay--im {
  position: absolute;
  inset: 0;
}
.c-header__overlay--bk {
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.c-header__overlay--im {
  background-image: -webkit-image-set(url("../img/overlay/page_header-overlay.png.webp") 1x, url("../img/overlay/page_header-overlay.png") 1x);
  background-image: image-set(url("../img/overlay/page_header-overlay.png.webp") 1x, url("../img/overlay/page_header-overlay.png") 1x);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 2;
}
.c-header__ttl {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  text-align: left;
  font-weight: 600;
}
.c-header__ttl--en {
  color: #3282BE;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.3rem, 1.35rem + 0.5vw, 1.6rem);
  text-transform: uppercase;
  margin: 0;
}
.c-header__ttl--en::after {
  content: "";
  background-color: #3282BE;
  display: inline-block;
  width: 80px;
  height: 1px;
  margin: 0 1.5rem 0.5rem;
  vertical-align: middle;
}
.c-header__ttl--jp {
  color: #ffffff;
  font-size: clamp(4.1rem, 3.773rem + 1.64vw, 5rem);
  margin: 0;
  line-height: 1.6;
}

.c-breadcrumb {
  margin: 5% auto 10%;
  width: calc(100% - 300px);
}
.c-breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.c-breadcrumb__item:not(:first-child)::before {
  content: "/";
  font-size: clamp(0.9rem, 0.864rem + 0.18vw, 1rem);
  display: inline-block;
  padding: 0 1rem;
}
.c-breadcrumb__item a {
  color: #2c2c2c;
  font-size: clamp(0.9rem, 0.864rem + 0.18vw, 1rem);
  font-weight: 600;
  transition: color 0.3s ease;
  position: relative;
}
.c-breadcrumb__item a:hover {
  color: #1E539A;
}
.c-breadcrumb__item a:hover::after {
  transform: scaleX(1);
}
@keyframes underline-loop {
  0% {
    transform: scaleX(0);
    transform-origin: left;
  }
  50% {
    transform: scaleX(1);
    transform-origin: left;
  }
  51% {
    transform-origin: right;
  }
  100% {
    transform: scaleX(0);
    transform-origin: right;
  }
}
.c-breadcrumb__item a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #1E539A;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}
.c-breadcrumb__item p {
  color: #828282;
  display: inline-block;
  font-size: clamp(0.9rem, 0.864rem + 0.18vw, 1rem);
  font-weight: 600;
  margin: 0;
}

.c-ttl--page-wrap {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3rem;
}
.c-ttl--page h2 {
  color: #EAF2F8;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(5.5rem, 3.8rem + 5.5vw, 9rem);
  font-weight: 600;
  margin: 0;
  text-align: right;
  text-transform: uppercase;
  position: absolute;
}
.c-ttl--page p {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  vertical-align: middle;
  width: 100%;
  margin-bottom: 0;
  margin-top: 0;
}
.c-ttl--page p .--en {
  color: #DEDEDE;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(0.8rem, 0.764rem + 0.18vw, 0.9rem);
  line-height: 0;
  text-transform: capitalize;
}
.c-ttl--page p .--jp {
  color: #1E539A;
  font-size: clamp(1.7rem, 1.518rem + 0.91vw, 2.2rem);
  font-weight: 600;
}
.c-ttl--page p .--line {
  position: relative;
  width: 100%;
  height: 1px;
  background-color: #dddddd;
}
.c-ttl--page p .--line::before, .c-ttl--page p .--line::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 5px;
  height: 5px;
  background-color: #dddddd;
  border-radius: 50%;
  transform: translateY(-50%);
}
.c-ttl--page p .--line::before {
  left: 0;
}
.c-ttl--page p .--line::after {
  right: 0;
}

.c-pagination {
  margin: 0 auto;
  width: calc(100% - 300px);
}
.c-pagination .nav-links {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.c-pagination .page-numbers.current {
  background-color: #1E539A;
  border: 1px solid #1E539A;
  border-radius: 50%;
  color: #ffffff;
  font-size: clamp(0.9rem, 0.864rem + 0.18vw, 1rem);
  font-weight: 600;
  width: 45px;
  height: 45px;
  display: grid;
  align-items: center;
  justify-items: center;
}
.c-pagination .page-numbers {
  background-color: #ffffff;
  border: 1px solid #1E539A;
  border-radius: 50%;
  color: #1E539A;
  font-size: clamp(0.9rem, 0.864rem + 0.18vw, 1rem);
  font-weight: 600;
  width: 45px;
  height: 45px;
  display: grid;
  align-items: center;
  justify-items: center;
  transition: 0.3s all;
}
.c-pagination .page-numbers:hover {
  background-color: #1E539A;
  color: #ffffff;
  transition: 0.3s all;
}
.c-pagination .next.page-numbers,
.c-pagination .prev.page-numbers {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #1E539A;
  transition: transform 0.3s ease, background-color 0.3s ease;
}
.c-pagination .next.page-numbers:hover,
.c-pagination .prev.page-numbers:hover {
  background-color: #ffffff;
  transform: scale(1.1);
}
.c-pagination .next.page-numbers img,
.c-pagination .prev.page-numbers img {
  width: 14px;
  height: 14px;
}

.c-page-numbers {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.c-page-numbers a {
  border: 1px solid #dddddd;
  width: 50%;
  overflow: hidden;
  transition: 0.3s all;
}
.c-page-numbers a:hover {
  transition: background 0.3s ease;
}
.c-page-numbers a:hover .l-page-numbers__thumb img {
  transform: scale(1.05);
}
.c-page-numbers a:nth-child(1) {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.c-page-numbers a:nth-child(1):hover p::before {
  transform: translateX(-5px);
}
.c-page-numbers a:nth-child(1) p {
  margin: 0;
  padding-left: 4rem;
  vertical-align: middle;
}
.c-page-numbers a:nth-child(1) p::before {
  content: "";
  background-image: -webkit-image-set(url("../img/arrow/arrow-bl-l.png.webp") 1x, url("../img/arrow/arrow-bl-l.png") 1x);
  background-image: image-set(url("../img/arrow/arrow-bl-l.png.webp") 1x, url("../img/arrow/arrow-bl-l.png") 1x);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 10px;
  width: 18px;
  height: 18px;
  padding: 0.5rem;
  display: inline-block;
  border: 1px solid #1E539A;
  border-radius: 50%;
  box-sizing: content-box;
  margin-bottom: 0.25rem;
  margin-right: 0.5rem;
  transition: transform 0.3s ease;
  will-change: transform;
}
.c-page-numbers a:nth-child(2) {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: center;
}
.c-page-numbers a:nth-child(2):hover p:after {
  transform: translateX(5px);
}
.c-page-numbers a:nth-child(2) p {
  margin: 0;
  padding-right: 4rem;
  vertical-align: middle;
}
.c-page-numbers a:nth-child(2) p::after {
  content: "";
  background-image: -webkit-image-set(url("../img/arrow/arrow-bl-r.png.webp") 1x, url("../img/arrow/arrow-bl-r.png") 1x);
  background-image: image-set(url("../img/arrow/arrow-bl-r.png.webp") 1x, url("../img/arrow/arrow-bl-r.png") 1x);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 12px;
  width: 18px;
  height: 18px;
  padding: 0.5rem;
  display: inline-block;
  border: 1px solid #1E539A;
  border-radius: 50%;
  box-sizing: content-box;
  margin-bottom: 0.25rem;
  margin-left: 0.5rem;
  transition: transform 0.35s ease;
  will-change: transform;
}
.c-page-numbers__thumb {
  width: 150px;
  height: 150px;
  overflow: hidden;
}
.c-page-numbers__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
  display: block;
}
.c-page-numbers__ttl {
  font-size: clamp(1.25rem, 1.15rem + 0.3vw, 1.5rem);
}

.c-archive-btn {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 5rem 0;
}

.i-mv {
  position: relative;
}
.i-mv__movie {
  height: 100vh;
}
.i-mv__movie::before {
  content: "";
  background-image: -webkit-image-set(url("../img/overlay/index_mv-overlay.png.webp") type("image/webp"), url("../img/overlay/index_mv-overlay.png") type("image/png"));
  background-image: image-set(url("../img/overlay/index_mv-overlay.png.webp") type("image/webp"), url("../img/overlay/index_mv-overlay.png") type("image/png"));
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: block;
  width: 100vw;
  height: 100vh;
  z-index: 0;
  position: relative;
}
.i-mv__movie video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 177.77777778vh;
  min-width: 100%;
  height: 56.25vw;
  min-height: 100%;
  margin-top: 92px;
  z-index: -1;
}
.i-mv__scroll {
  position: relative;
}
.i-mv__scroll__down {
  position: absolute;
  right: 50%;
  bottom: 0;
  writing-mode: vertical-rl;
}
.i-mv__scroll__down span {
  color: #ffffff;
  font-size: clamp(0.7rem, 0.664rem + 0.18vw, 0.8rem);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(0%) translateY(-115px);
  padding: 0 0.5rem;
  text-transform: uppercase;
}
.i-mv__scroll__down::before {
  content: "";
  animation: scroll 2s infinite;
  background-color: #ffffff;
  bottom: 0;
  height: 185px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}
.i-mv__scroll__down::after {
  content: "";
  background-color: rgba(255, 255, 255, 0.5);
  bottom: 0;
  height: 185px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.i-mv__article {
  width: 450px;
  height: 250px;
  position: absolute;
  bottom: 5%;
  left: 2%;
}
.i-mv__article.pc-only {
  display: block;
}
.i-mv__article.sp-only {
  display: none;
}
.i-mv__article__link {
  display: block;
  width: 450px;
  height: 250px;
  position: relative;
  transition: 0.4s all;
}
.i-mv__article__link:hover {
  opacity: 0.8;
  transition: 0.4s all;
}
.i-mv__article__link::before {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  background: linear-gradient(to bottom, rgba(30, 83, 154, 0) 0%, rgba(30, 83, 154, 0.3) 60%, #1e539a 100%);
  border-radius: 20px;
}
.i-mv__article__link::after {
  content: "＼小林創業は創業から45周年を迎えました／";
  color: #ffffff;
  font-size: clamp(0.8rem, 0.764rem + 0.18vw, 0.9rem);
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  padding: 1rem 0;
  width: 100%;
}
.i-mv__article__link img {
  border-radius: 20px;
  display: block;
  width: 450px;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}

.i-welfare {
  max-width: 1042px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 10rem 0 20rem;
}
.i-welfare__box {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), -webkit-image-set(url("../img/index_welfare-bg.jpg.webp") 1x, url("../img/index_welfare-bg.jpg") 1x);
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), image-set(url("../img/index_welfare-bg.jpg.webp") 1x, url("../img/index_welfare-bg.jpg") 1x);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 10px;
  width: 100%;
  display: grid;
  justify-items: center;
  align-items: center;
  align-content: center;
  padding: 5rem 0;
  margin-bottom: 10rem;
  position: relative;
  z-index: 2;
}
.i-welfare__txt {
  text-align: center;
}
.i-welfare__txt h3 {
  color: #ffffff;
  font-size: clamp(1.1rem, 0.918rem + 0.91vw, 1.6rem);
  margin-top: 0;
  margin-bottom: 1.5rem;
}
.i-welfare__txt p {
  color: #ffffff;
  font-size: clamp(0.9rem, 0.864rem + 0.18vw, 1rem);
  margin-bottom: 1.5rem;
}
.i-welfare__content {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  position: relative;
}
.i-welfare__content::before {
  content: "";
  background-color: #1E539A;
  position: absolute;
  top: -42%;
  left: 0;
  width: 100%;
  height: 395px;
  z-index: 1;
  clip-path: polygon(0 0, 100% 75%, 100% 100%, 0 100%);
  transform: rotate(180deg);
}
.i-welfare__content::after {
  content: "";
  background-color: #3282BE;
  display: block;
  width: 100%;
  height: 1080px;
  position: absolute;
  top: -38%;
  z-index: 0;
  clip-path: polygon(0 0, 400% 0, 0 100%);
}
.i-welfare__content h4 {
  color: #ffffff;
  font-size: clamp(1.7rem, 1.518rem + 0.91vw, 2.2rem);
  font-weight: 600;
  text-align: center;
  position: relative;
}
.i-welfare__content h4::before {
  content: "";
  left: 0;
  transform: translate(-100%, -50%);
  position: absolute;
  top: 50%;
  width: 100%;
  height: 6px;
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: translateY(-50%);
  z-index: 1;
}
.i-welfare__content h4 span {
  background-color: #3282BE;
  position: relative;
  padding: 0 2rem;
  z-index: 1;
}
.i-welfare__list {
  position: relative;
  z-index: 1;
}
.i-welfare__list > p {
  color: #ffffff;
  font-size: clamp(0.9rem, 0.864rem + 0.18vw, 1rem);
  text-align: right;
  max-width: calc(100% - 300px);
  width: 100%;
  margin: 0 auto 1rem;
}
.i-welfare__list > p a {
  color: #ffffff;
  text-decoration: underline;
  transition: 0.3s all;
}
.i-welfare__list > p a:hover {
  opacity: 0.8;
  transition: 0.3s all;
}
.i-welfare__list ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  max-width: calc(100% - 300px);
  margin: 0 auto;
}
.i-welfare__list ul li {
  flex: 0 0 calc(33.333% - 3rem);
}
.i-welfare__list ul li a {
  background-color: #EAF2F8;
  border-radius: 10px;
  width: 100%;
  min-height: 375px;
  height: 100%;
  display: grid;
  justify-items: center;
  align-items: center;
  align-content: center;
  justify-content: center;
  padding: 2rem;
  text-align: center;
  transition: 0.3s all;
}
.i-welfare__list ul li a:hover {
  background-color: #CBE7FC;
  transition: 0.3s all;
}
.i-welfare__list ul li a img {
  width: 150px;
  height: 150px;
}
.i-welfare__list ul li a p {
  font-size: clamp(1.25rem, 1.15rem + 0.3vw, 1.5rem);
  font-weight: 600;
  line-height: 1.4;
}
.i-welfare__list--wrap {
  position: relative;
}
.i-welfare__list--wrap .js-welfare-list li.is-hidden:nth-of-type(10) {
  display: none;
}
.i-welfare__list--wrap .is-hidden {
  display: none;
}
.i-welfare__list--wrap.is-open .is-hidden {
  display: block;
}
.i-welfare__btn-wrap {
  text-align: center;
  margin-top: 3rem;
}
.i-welfare__more {
  background-color: #4C9EEB;
  color: #ffffff;
  border-radius: 999px;
  padding: 1rem 3rem;
  font-size: clamp(0.9rem, 0.864rem + 0.18vw, 1rem);
  font-weight: 600;
  cursor: pointer;
  width: 100%;
  max-width: 295px;
  min-width: 295px;
  height: 100%;
  min-height: 75px;
}
.i-welfare__more .--icon {
  display: inline-block;
  transition: transform 0.4s ease;
  margin-right: 0.5rem;
}
.i-welfare__more.is-open .--icon {
  transform: rotate(45deg);
}

.i-slide-show {
  margin-top: -5%;
  margin-bottom: 20rem;
}
.i-slide-show .swiper-wrapper {
  transition-timing-function: linear !important;
}
.i-slide-show .swiper-left {
  margin-bottom: 10px;
}
.i-slide-show .swiper-slide {
  width: 520px;
  flex-shrink: 0;
  margin-right: 10px !important;
}
.i-slide-show .swiper-slide img {
  border-radius: 10px;
  width: 100%;
  height: 695px;
  -o-object-fit: cover;
     object-fit: cover;
}

.i-about {
  max-width: calc(100% - 300px);
  width: 100%;
  height: 100%;
  margin: 0 auto 10rem;
}
.i-about__wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.i-about__img {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  position: relative;
  width: 50%;
}
.i-about__img--main .simpleParallax.simple-parallax-initialized {
  width: 625px;
  height: 595px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  overflow: visible !important;
}
.i-about__img--main img {
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
.i-about__img--sub {
  position: absolute;
  right: 0;
  margin-bottom: -8%;
  width: 35%;
  border-radius: 10px;
}
.i-about__img--sub .simpleParallax.simple-parallax-initialized {
  width: 285px;
  border-radius: 10px;
  overflow: visible !important;
}
.i-about__img--sub img {
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
.i-about__txt {
  width: 50%;
  padding: 0 0 0 8rem;
}
.i-about__txt h4 {
  color: #3282BE;
  font-size: clamp(1.1rem, 0.918rem + 0.91vw, 1.6rem);
  font-weight: 600;
  margin-bottom: 2rem;
  margin-top: 0;
}
.i-about__txt p {
  font-size: clamp(0.9rem, 0.864rem + 0.18vw, 1rem);
  margin-bottom: 3rem;
}

.i-movie {
  margin-bottom: 15rem;
}
.i-movie--inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  position: relative;
  overflow: hidden;
  background-image: -webkit-image-set(url("../img/index_movie-bg.jpg.webp") 1x, url("../img/index_movie-bg.jpg") 1x);
  background-image: image-set(url("../img/index_movie-bg.jpg.webp") 1x, url("../img/index_movie-bg.jpg") 1x);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 495px;
  max-width: calc(100% - 300px);
  border-radius: 10px;
  margin: 0 auto;
}
.i-movie--inner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: inherit;
  filter: blur(8px);
  transform: scale(1.1);
  z-index: 1;
}
.i-movie__txt, .i-movie__btn {
  position: relative;
  z-index: 2;
}
.i-movie__txt p {
  color: #ffffff;
  font-size: clamp(1.7rem, 1.518rem + 0.91vw, 2.2rem);
  font-weight: 600;
  margin: 0;
}
.i-movie__btn a {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: clamp(0.8rem, 0.764rem + 0.18vw, 0.9rem);
  color: #ffffff;
  width: 200px;
  height: 200px;
  background-color: #4C9EEB;
  border-radius: 50%;
  position: relative;
  transition: 0.3s all;
  transform: scale(1);
}
.i-movie__btn a:hover {
  transition: 0.3s all;
  transform: scale(0.9);
}
.i-movie__btn a::before {
  content: "";
  position: absolute;
  inset: -5px;
  border: 1px solid #ffffff;
  border-radius: 50%;
}
.i-movie__btn a span {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 14px solid #ffffff;
}

.i-video-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
}
.i-video-modal.is-open {
  display: block;
}
.i-video-modal__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.9);
}
.i-video-modal__content {
  position: relative;
  text-align: right;
  width: 90%;
  max-width: 1000px;
  margin: 5vh auto;
}
.i-video-modal__iframe {
  position: relative;
  padding-top: 56.25%;
}
.i-video-modal__iframe iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.i-video-modal button {
  width: 40px !important;
  height: 40px !important;
  background-color: #4C9EEB;
  border-radius: 50%;
  color: #ffffff;
  font-size: clamp(1.3rem, 1.35rem + 0.5vw, 1.6rem);
  margin-bottom: 1rem;
}
.i-video-modal video {
  width: 100%;
  height: 100%;
}

.i-advantage {
  max-width: calc(100% - 300px);
  width: 100%;
  height: 100%;
  margin: 0 auto 20rem;
}
.i-advantage .c-ttl--all-wrap {
  right: auto;
}
.i-advantage__wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
}
.i-advantage__img {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
  width: 50%;
}
.i-advantage__img--main .simpleParallax.simple-parallax-initialized {
  width: 625px;
  height: 695px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  overflow: visible !important;
}
.i-advantage__img--main img {
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
.i-advantage__img--sub {
  position: absolute;
  left: 0;
  margin-bottom: -8%;
  width: 35%;
  border-radius: 10px;
}
.i-advantage__img--sub .simpleParallax.simple-parallax-initialized {
  width: 285px;
  border-radius: 10px;
  overflow: visible !important;
}
.i-advantage__img--sub img {
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
.i-advantage__txt {
  width: 50%;
  padding: 0 8rem 0 0;
}
.i-advantage__txt h4 {
  color: #3282BE;
  font-size: clamp(1.1rem, 0.918rem + 0.91vw, 1.6rem);
  font-weight: 600;
  margin-bottom: 2rem;
  margin-top: 0;
}
.i-advantage__txt p {
  font-size: clamp(0.9rem, 0.864rem + 0.18vw, 1rem);
  margin-bottom: 3rem;
}
.i-advantage__txt .c-btn--all {
  margin-bottom: 1rem;
}

.i-works {
  max-width: calc(100% - 300px);
  width: 100%;
  height: 100%;
  margin: 0 auto 20rem;
}
.i-works__box {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8rem;
}
.i-works__txt {
  width: 50%;
  margin-right: 5rem;
}
.i-works__txt p {
  border-bottom: 1px solid #dddddd;
  font-size: clamp(0.9rem, 0.864rem + 0.18vw, 1rem);
  padding-bottom: 2.5rem;
  margin-bottom: 2.5rem;
}
.i-works__img {
  width: 50%;
}
.i-works__img img {
  border-radius: 10px;
}
.i-works__img .simpleParallax.simple-parallax-initialized {
  border-radius: 10px;
}
.i-works__list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 1.5rem;
}
.i-works__item {
  width: calc(33.3333333333% - 1rem);
}
.i-works__item:hover .i-works__item--ttl a::before {
  animation: arrow-slide 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}
.i-works__item:hover .i-works__item--ttl a::after {
  transform: translateY(-50%) scale(1.25);
}
.i-works__item--thumb {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.i-works__item--thumb img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
  backface-visibility: hidden;
}
.i-works__item--thumb a:hover img {
  transform: scale(1.05);
}
.i-works__item--link {
  display: block;
}
.i-works__item--overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(30, 83, 154, 0.15) 40%, rgba(30, 83, 154, 0.45) 70%, rgba(30, 83, 154, 0.75) 100%);
  pointer-events: none;
}
.i-works__item--ttl {
  margin-top: -10%;
}
.i-works__item--ttl a {
  color: #ffffff;
  position: relative;
  display: grid;
  justify-items: end;
  margin-top: -20%;
}
.i-works__item--ttl a::before {
  content: "";
  background-image: -webkit-image-set(url("../img/arrow/arrow-wt-r.png.webp") 1x, url("../img/arrow/arrow-wt-r.png") 1x);
  background-image: image-set(url("../img/arrow/arrow-wt-r.png.webp") 1x, url("../img/arrow/arrow-wt-r.png") 1x);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 12.5px;
  height: 12.5px;
  position: absolute;
  right: 7.8%;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.4s ease;
  z-index: 2;
}
.i-works__item--ttl a::after {
  content: "";
  border: 1px solid #ffffff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%) scale(1);
  transition: transform 0.35s ease;
}
.i-works__item--ttl a p {
  font-size: clamp(1.25rem, 1.15rem + 0.3vw, 1.5rem);
  margin-right: 18%;
}

.i-blog {
  max-width: calc(100% - 300px);
  width: 100%;
  height: 100%;
  margin: 0 auto 20rem;
}
.i-blog .c-ttl--all-wrap {
  right: auto;
}
.i-blog__article {
  padding: 10rem 0;
  overflow: hidden;
}
.i-blog__slide-item {
  transition: transform 0.4s ease, opacity 0.4s ease;
  transform: scale(0.75);
  opacity: 0.6;
}
.i-blog__slide-item--link {
  display: block;
}
.i-blog__slide-item--link:hover .l-blog__slide-item--thumb img {
  transform: scale(1.05);
}
.i-blog__slide-item--thumb {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.i-blog__slide-item--thumb img {
  border-radius: 10px 10px 0 0;
  width: 100%;
  height: 295px;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: transform 0.3s ease;
  will-change: transform;
}
.i-blog__slide-item--box {
  background-color: #ffffff;
  border-radius: 0 0 10px 10px;
  padding: 3rem;
  height: 350px;
}
.i-blog__slide-item--date {
  color: #1E539A;
  font-size: clamp(1.25rem, 1.15rem + 0.3vw, 1.5rem);
  font-weight: 600;
}
.i-blog__slide-item--ttl {
  font-size: clamp(1.25rem, 1.15rem + 0.3vw, 1.5rem);
  font-weight: 600;
  margin-bottom: 2rem;
}
.i-blog .swiper {
  overflow: visible;
}
.i-blog .swiper-slide {
  transform: scale(0.75);
  opacity: 0.6;
  transition: transform 0.4s ease, opacity 0.4s ease;
}
.i-blog .swiper-slide.swiper-slide-active {
  transform: scale(1.15);
  opacity: 1;
  z-index: 2;
}
.i-blog .swiper-button-prev,
.i-blog .swiper-button-next {
  background-color: #ffffff;
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #1E539A;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  z-index: 1;
  margin-top: -10%;
  transition: 0.3s all;
}
.i-blog .swiper-button-prev:hover,
.i-blog .swiper-button-next:hover {
  opacity: 0.9;
  transition: 0.3s all;
}
.i-blog .swiper-button-prev {
  background-image: -webkit-image-set(url("../img/arrow/arrow-bl-l.png.webp") 1x, url("../img/arrow/arrow-bl-l.png") 1x);
  background-image: image-set(url("../img/arrow/arrow-bl-l.png.webp") 1x, url("../img/arrow/arrow-bl-l.png") 1x);
}
.i-blog .swiper-button-next {
  background-image: -webkit-image-set(url("../img/arrow/arrow-bl-l.png.webp") 1x, url("../img/arrow/arrow-bl-l.png") 1x);
  background-image: -webkit-image-set(url("../img/arrow/arrow-bl-r.png.webp") 1x, url("../img/arrow/arrow-bl-r.png") 1x);
  background-image: image-set(url("../img/arrow/arrow-bl-r.png.webp") 1x, url("../img/arrow/arrow-bl-r.png") 1x);
}
.i-blog .swiper-button-prev::after,
.i-blog .swiper-button-next::after {
  display: none;
}
.i-blog .c-btn--all {
  display: grid;
  justify-items: center;
  margin-top: 8rem;
}

.i-contact {
  max-width: calc(100% - 300px);
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.i-contact--left, .i-contact--right {
  width: 47%;
}
.i-contact__box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 8rem 0 10rem;
}
.i-contact__img {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.i-contact__img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(30, 83, 154, 0.1) 0%, rgba(30, 83, 154, 0.3) 55%, rgba(30, 83, 154, 0.7) 100%);
  z-index: 1;
}
.i-contact__img img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.i-contact__txt {
  position: relative;
  z-index: 2;
}
.i-contact__txt p {
  color: #ffffff;
  margin: -12.5% 0 0 0;
  text-align: center;
}
.i-contact__list {
  color: #ffffff;
}
.i-contact__item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 2rem 0;
}
.i-contact__item--ttl {
  line-height: 1.6;
}
.i-contact__item--ttl span {
  color: rgba(255, 255, 255, 0.5);
  font-size: clamp(0.7rem, 0.664rem + 0.18vw, 0.8rem);
  text-transform: uppercase;
}
.i-contact__item--ttl p {
  font-size: clamp(1.25rem, 1.15rem + 0.3vw, 1.5rem);
  margin: 0;
}
.i-contact__item--num {
  text-align: right;
}
.i-contact__item--num a,
.i-contact__item--num div {
  color: #ffffff;
  display: block;
  transition: 0.3s all;
}
.i-contact__item--num a > div,
.i-contact__item--num div > div {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  line-height: 1;
}
.i-contact__item--num a > div span,
.i-contact__item--num div > div span {
  font-size: clamp(0.9rem, 0.864rem + 0.18vw, 1rem);
  margin: 0 1rem 0.5rem;
}
.i-contact__item--num a > div p,
.i-contact__item--num div > div p {
  font-size: clamp(1.7rem, 1.518rem + 0.91vw, 2.2rem);
  font-weight: 600;
  margin: 0;
}
.i-contact__item--num a span,
.i-contact__item--num div span {
  font-size: clamp(0.8rem, 0.764rem + 0.18vw, 0.9rem);
}
.i-contact__item--num a:hover {
  opacity: 0.7;
  transition: 0.3s all;
}

.p-about .simpleParallax.simple-parallax-initialized {
  border-radius: 10px;
}
.p-about .c-ttl--page h2 {
  margin: 0 0 2rem 0;
}
.p-about__message {
  width: calc(100% - 300px);
  margin: 0 auto 20rem;
  position: relative;
}
.p-about__message::after {
  content: "";
  background-color: #EAF2F8;
  display: inline-block;
  width: 100%;
  height: 875px;
  position: absolute;
  bottom: -9%;
  right: -9%;
  z-index: -1;
}
.p-about__message__box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.p-about__message__img {
  width: calc(50% - 1rem);
}
.p-about__message__img img {
  border-radius: 10px;
}
.p-about__message__phara {
  width: calc(50% - 1rem);
  padding: 0 0 0 5rem;
}
.p-about__message__phara h3 {
  color: #1E539A;
  font-size: clamp(1.7rem, 1.518rem + 0.91vw, 2.2rem);
  margin: 0 0 3rem 0;
}
.p-about__message__phara div p:nth-child(1) {
  margin-top: 0;
  margin-bottom: 5rem;
}
.p-about__message__phara div p:nth-child(2) {
  text-align: right;
}
.p-about__message__phara div p:nth-child(2) span {
  display: inline-block;
}
.p-about__message__phara div p:nth-child(2) span:nth-child(1) {
  display: block;
  font-size: clamp(0.9rem, 0.864rem + 0.18vw, 1rem);
}
.p-about__message__phara div p:nth-child(2) span:nth-child(2) {
  font-size: clamp(0.9rem, 0.864rem + 0.18vw, 1rem);
}
.p-about__message__phara div p:nth-child(2) span:nth-child(3) {
  font-size: clamp(1.3rem, 1.35rem + 0.5vw, 1.6rem);
  font-weight: 600;
}
.p-about__company {
  width: calc(100% - 300px);
  margin: 0 auto 10rem;
}
.p-about__company__box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
.p-about__company__table {
  width: calc(50% - 1rem);
}
.p-about__company__table table {
  width: 100%;
  height: 100%;
}
.p-about__company__table table tr {
  border-top: 1px solid #dddddd;
  position: relative;
}
.p-about__company__table table tr::before {
  content: "";
  background-color: #1E539A;
  display: inline-block;
  width: 40px;
  height: 1px;
  position: absolute;
}
.p-about__company__table table tr:last-child {
  border-bottom: 1px solid #dddddd;
}
.p-about__company__table table tr th {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  color: #828282;
  font-weight: 600;
  padding: 2rem 0;
  vertical-align: middle;
  height: 100%;
}
.p-about__company__table table tr td {
  padding: 2rem 0;
  width: 75%;
}
.p-about__company__img {
  width: calc(45% - 1rem);
}
.p-about__company__img div:nth-child(1) {
  margin-bottom: 3rem;
}
.p-about__company__img div:nth-child(1) img {
  border-radius: 10px;
}
.p-about__company__img div:nth-child(1) .simpleParallax.simple-parallax-initialized {
  width: 595px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  margin-left: auto;
}
.p-about__company__img div:nth-child(2) img {
  border-radius: 10px;
}
.p-about__company__img div:nth-child(2) .simpleParallax.simple-parallax-initialized {
  width: 395px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-about__history {
  background-color: #EAF2F8;
  margin-bottom: 10rem;
  padding: 15rem 0;
  position: relative;
}
.p-about__history > h2 {
  color: #ffffff;
  font-size: clamp(5.5rem, 3.8rem + 5.5vw, 9rem);
  font-weight: 600;
  margin: 0;
  text-align: right;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: -5%;
  margin-right: 8%;
}
.p-about__history--inner {
  width: calc(100% - 300px);
  margin: 0 auto;
}
.p-about__history__box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.p-about__history__img {
  width: calc(50% - 1rem);
}
.p-about__history__img img {
  border-radius: 0px 10px 10px 0px;
}
.p-about__history__img .simpleParallax.simple-parallax-initialized {
  border-radius: 0px 10px 10px 0px;
  position: absolute;
  left: 0;
  width: 45%;
}
.p-about__history__wrap {
  width: calc(50% - 1rem);
}
.p-about__history__table table {
  width: 100%;
  height: 100%;
}
.p-about__history__table table tr {
  border-top: 1px solid #dddddd;
  position: relative;
}
.p-about__history__table table tr::before {
  content: "";
  background-color: #1E539A;
  display: inline-block;
  width: 40px;
  height: 1px;
  position: absolute;
}
.p-about__history__table table tr:last-child {
  border-bottom: 1px solid #dddddd;
}
.p-about__history__table table tr th {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  color: #828282;
  font-weight: 600;
  padding: 2rem 0;
  vertical-align: middle;
}
.p-about__history__table table tr td {
  padding: 2rem 0;
  width: 75%;
}
.p-about__license {
  position: relative;
  margin-bottom: 10rem;
}
.p-about__license > h2 {
  color: #EAF2F8;
  font-size: clamp(5.5rem, 3.8rem + 5.5vw, 9rem);
  font-weight: 600;
  margin: 0;
  text-align: right;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: 9.5%;
  margin-right: 8%;
  z-index: 1;
}
.p-about__license--inner {
  width: calc(100% - 300px);
  margin: 0 auto;
}
.p-about__license__box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
}
.p-about__license__img {
  width: calc(45% - 1rem);
}
.p-about__license__img div:nth-child(1) {
  margin-bottom: 3rem;
}
.p-about__license__img div:nth-child(1) img {
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-about__license__img div:nth-child(1) .simpleParallax.simple-parallax-initialized {
  width: 105%;
  height: 465px;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-about__license__img div:nth-child(2) {
  margin-right: auto;
}
.p-about__license__img div:nth-child(2) img {
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-about__license__img div:nth-child(2) .simpleParallax.simple-parallax-initialized {
  width: 450px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-left: auto;
}
.p-about__license__wrap {
  width: calc(50% - 1rem);
}
.p-about__license__table table {
  width: 100%;
  height: 100%;
}
.p-about__license__table table tr {
  border-top: 1px solid #dddddd;
  position: relative;
}
.p-about__license__table table tr::before {
  content: "";
  background-color: #1E539A;
  display: inline-block;
  width: 40px;
  height: 1px;
  position: absolute;
}
.p-about__license__table table tr:last-child {
  border-bottom: 1px solid #dddddd;
}
.p-about__license__table table tr th {
  color: #828282;
  font-weight: 600;
  padding: 2rem 0;
  text-align: left;
  vertical-align: middle;
}
.p-about__license__table table tr td {
  padding: 2rem 0;
  width: 75%;
}
.p-about__license__list {
  background-color: #EAF2F8;
  padding: 3rem;
  margin-top: 2rem;
}
.p-about__license__list > p {
  color: #1E539A;
  font-size: clamp(0.9rem, 0.864rem + 0.18vw, 1rem);
  font-weight: 600;
  margin: 0 0 1.5rem;
}
.p-about__map {
  position: relative;
}
.p-about__map > h2 {
  color: #ffffff;
  font-size: clamp(5.5rem, 3.8rem + 5.5vw, 9rem);
  font-weight: 600;
  margin: 0;
  text-align: right;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: -5%;
  margin-right: 8%;
}
.p-about__map--inner {
  background-color: #EAF2F8;
}
.p-about__map__box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.p-about__map__iframe {
  width: 70%;
}
.p-about__map__iframe iframe {
  width: 100%;
  height: 725px;
}
.p-about__map__txt {
  padding: 6rem 3rem;
  width: 30%;
}
.p-about__map__txt dl dt {
  color: #828282;
  font-size: clamp(1.25rem, 1.15rem + 0.3vw, 1.5rem);
  font-weight: 600;
}
.p-about__map__txt dl dt::before {
  content: "";
  background-color: #ffffff;
  border-radius: 50%;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 0.9rem;
  margin-bottom: 0.5rem;
  vertical-align: middle;
}
.p-about__map__txt dl dd {
  margin-bottom: 2.5rem;
}
.p-about__map__txt dl dd:last-child {
  margin-bottom: 0;
}

.p-advantage .c-ttl--page {
  width: calc(100% - 300px);
  margin: 0 auto;
}
.p-advantage .c-ttl--page h2 {
  margin: 0 0 2rem 0;
}
.p-advantage__construction {
  margin-bottom: 15rem;
}
.p-advantage__construction__txt {
  width: calc(100% - 300px);
  margin: 0 auto 6rem;
  position: relative;
  text-align: left;
}
.p-advantage__construction__txt h3 {
  color: #828282;
  font-size: clamp(1.1rem, 0.918rem + 0.91vw, 1.6rem);
  font-weight: 600;
  margin: 0 0 1.5rem;
}
.p-advantage__construction__txt p {
  font-size: clamp(0.9rem, 0.864rem + 0.18vw, 1rem);
  margin: 0;
}
.p-advantage__construction__grid {
  margin-bottom: 10rem;
}
.p-advantage__construction__grid--container {
  display: grid;
  grid-template-columns: 2fr 1.2fr 1fr;
  grid-template-rows: repeat(2, 450px);
  grid-template-areas: "item1 item2 item5" "item3 item4 item5";
  gap: 20px;
}
.p-advantage__construction__grid #gi1 {
  background-image: -webkit-image-set(url("../img/advantage_grid-img1.jpg.webp") 1x, url("../img/advantage_grid-img1.jpg") 1x);
  background-image: image-set(url("../img/advantage_grid-img1.jpg.webp") 1x, url("../img/advantage_grid-img1.jpg") 1x);
  background-repeat: no-repeat;
  background-position: 50% 30%;
  background-size: cover;
  border-radius: 10px;
  grid-area: item1;
}
.p-advantage__construction__grid #gi2 {
  background-image: -webkit-image-set(url("../img/advantage_grid-img2.jpg.webp") 1x, url("../img/advantage_grid-img2.jpg") 1x);
  background-image: image-set(url("../img/advantage_grid-img2.jpg.webp") 1x, url("../img/advantage_grid-img2.jpg") 1x);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  border-radius: 10px;
  grid-area: item2;
}
.p-advantage__construction__grid #gi3 {
  background-image: -webkit-image-set(url("../img/advantage_grid-img3.jpg.webp") 1x, url("../img/advantage_grid-img3.jpg") 1x);
  background-image: image-set(url("../img/advantage_grid-img3.jpg.webp") 1x, url("../img/advantage_grid-img3.jpg") 1x);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  border-radius: 10px;
  grid-area: item3;
}
.p-advantage__construction__grid #gi4 {
  background-image: -webkit-image-set(url("../img/advantage_grid-img4.jpg.webp") 1x, url("../img/advantage_grid-img4.jpg") 1x);
  background-image: image-set(url("../img/advantage_grid-img4.jpg.webp") 1x, url("../img/advantage_grid-img4.jpg") 1x);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  border-radius: 10px;
  grid-area: item4;
}
.p-advantage__construction__grid #gi5 {
  background-image: -webkit-image-set(url("../img/advantage_grid-img5.jpg.webp") 1x, url("../img/advantage_grid-img5.jpg") 1x);
  background-image: image-set(url("../img/advantage_grid-img5.jpg.webp") 1x, url("../img/advantage_grid-img5.jpg") 1x);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  border-radius: 10px;
  grid-area: item5;
}
.p-advantage__construction__service ul {
  position: relative;
}
.p-advantage__construction__service ul::after {
  content: "";
  background-color: #EAF2F8;
  width: 65vw;
  height: 115vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.p-advantage__construction__service ul li {
  position: relative;
  margin-bottom: 5rem;
}
.p-advantage__construction__service ul li:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 145px;
  height: 105px;
  background: url(../img/svg/advantage_service-line.svg) no-repeat center/contain;
  transform: translate(-50%, 100%);
  z-index: 1;
  pointer-events: none;
}
.p-advantage__construction__service ul li:nth-child(odd) {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.p-advantage__construction__service ul li:nth-child(odd) .--img .simpleParallax.simple-parallax-initialized {
  border-radius: 0 10px 10px 0;
}
.p-advantage__construction__service ul li:nth-child(even) {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: center;
}
.p-advantage__construction__service ul li:nth-child(even)::after {
  transform: translate(-50%, 100%) scaleX(-1);
}
.p-advantage__construction__service ul li:nth-child(even) .--img .simpleParallax.simple-parallax-initialized {
  border-radius: 10px 0 0 10px;
}
.p-advantage__construction__service ul li:last-child {
  margin-bottom: 0;
}
.p-advantage__construction__service ul li .--txt {
  padding: 0 5%;
  width: 50%;
}
.p-advantage__construction__service ul li .--txt h4 {
  color: #1E539A;
  font-size: clamp(1.1rem, 0.918rem + 0.91vw, 1.6rem);
  font-weight: 600;
  margin: 0 0 2rem 0;
}
.p-advantage__construction__service ul li .--txt p {
  font-size: clamp(0.9rem, 0.864rem + 0.18vw, 1rem);
  margin: 0;
}
.p-advantage__technique {
  margin-bottom: 15rem;
}
.p-advantage__technique__service {
  margin-bottom: 5rem;
}
.p-advantage__technique__service ul {
  position: relative;
}
.p-advantage__technique__service ul::after {
  content: "";
  background-color: #EAF2F8;
  width: 65vw;
  height: 60vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.p-advantage__technique__service ul li {
  position: relative;
  margin-bottom: 5rem;
}
.p-advantage__technique__service ul li:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 145px;
  height: 105px;
  background: url(../img/svg/advantage_service-line.svg) no-repeat center/contain;
  transform: translate(-50%, 100%);
  z-index: 1;
  pointer-events: none;
}
.p-advantage__technique__service ul li:nth-child(odd) {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: center;
}
.p-advantage__technique__service ul li:nth-child(odd)::after {
  transform: translate(-50%, 100%) scaleX(-1);
}
.p-advantage__technique__service ul li:nth-child(odd) .--img .simpleParallax.simple-parallax-initialized {
  border-radius: 0 10px 10px 0;
}
.p-advantage__technique__service ul li:nth-child(even) {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.p-advantage__technique__service ul li:nth-child(even) .--img .simpleParallax.simple-parallax-initialized {
  border-radius: 10px 0 0 10px;
}
.p-advantage__technique__service ul li:last-child {
  margin-bottom: 0;
}
.p-advantage__technique__service ul li .--txt {
  padding: 0 5%;
  width: 50%;
}
.p-advantage__technique__service ul li .--txt h4 {
  color: #1E539A;
  font-size: clamp(1.1rem, 0.918rem + 0.91vw, 1.6rem);
  font-weight: 600;
  margin: 0 0 2rem 0;
}
.p-advantage__technique__service ul li .--txt p {
  font-size: clamp(0.9rem, 0.864rem + 0.18vw, 1rem);
  margin: 0;
}
.p-advantage__technique__detail .simpleParallax.simple-parallax-initialized {
  border-radius: 10px;
}
.p-advantage__technique__detail {
  margin-bottom: 10rem;
}
.p-advantage__technique__detail--inner {
  width: calc(100% - 300px);
  margin: 0 auto;
}
.p-advantage__technique__detail ul li {
  margin-bottom: 6rem;
}
.p-advantage__technique__detail ul li h5 {
  border-top: 1px solid #dddddd;
  color: #1E539A;
  font-size: clamp(1.1rem, 0.918rem + 0.91vw, 1.6rem);
  font-weight: 600;
  margin: 0 0 2rem 0;
  padding-top: 1rem;
  position: relative;
}
.p-advantage__technique__detail ul li h5::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 12px solid #dddddd;
}
.p-advantage__technique__detail ul li .--bef-aft {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 5rem;
}
.p-advantage__technique__detail ul li .--bef-aft div {
  position: relative;
  width: 100%;
}
.p-advantage__technique__detail ul li .--bef-aft div:nth-child(2) {
  margin-top: 3%;
}
.p-advantage__technique__detail ul li .--bef-aft div img {
  border-radius: 10px;
  max-width: 100%;
  max-height: 100%;
}
.p-advantage__technique__detail ul li .--bef-aft div span {
  background-color: #4C9EEB;
  border-radius: 50px;
  color: #ffffff;
  display: block;
  font-size: clamp(1.25rem, 1.15rem + 0.3vw, 1.5rem);
  font-weight: 600;
  padding: 0.25rem 2rem;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: 1rem;
  margin-right: 1rem;
  text-transform: uppercase;
}
.p-advantage__technique__detail ul li .--col div {
  position: relative;
}
.p-advantage__technique__detail ul li .--col div img {
  border-radius: 10px;
  max-width: 100%;
  max-height: 100%;
}
.p-advantage__technique__detail ul li .--col p {
  background-color: #ffffff;
  display: inline-block;
  font-size: clamp(0.9rem, 0.864rem + 0.18vw, 1rem);
  padding: 2.5rem 4rem;
  margin-top: -5%;
  position: relative;
  z-index: 1;
}
.p-advantage__technique__detail ul li .--2col {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 8rem;
}
.p-advantage__technique__detail ul li .--2col > div img {
  border-radius: 10px;
}
.p-advantage__technique__detail ul li .--2col p {
  font-size: clamp(0.9rem, 0.864rem + 0.18vw, 1rem);
}
.p-advantage__development {
  margin-bottom: 20rem;
}
.p-advantage__development__list ul li {
  position: relative;
}
.p-advantage__development__list ul li:nth-child(1) {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 12.5rem;
}
.p-advantage__development__list ul li:nth-child(1)::after {
  content: "";
  background-color: #EAF2F8;
  display: block;
  width: 70vw;
  height: 55vh;
  position: absolute;
  right: 0;
  bottom: -15%;
  z-index: -1;
}
.p-advantage__development__list ul li:nth-child(1) .--img {
  width: 48%;
}
.p-advantage__development__list ul li:nth-child(1) .--img .simpleParallax.simple-parallax-initialized {
  border-radius: 0 10px 10px 0;
}
.p-advantage__development__list ul li:nth-child(1) .--txt {
  width: 50%;
  padding: 0 5rem;
}
.p-advantage__development__list ul li:nth-child(1) .--txt h6 {
  color: #828282;
  font-size: clamp(1.7rem, 1.518rem + 0.91vw, 2.2rem);
  margin-top: 0;
  margin-bottom: 2rem;
}
.p-advantage__development__list ul li:nth-child(1) .--txt p {
  font-size: clamp(0.9rem, 0.864rem + 0.18vw, 1rem);
}
.p-advantage__development__list ul li:nth-child(1) .--txt p span {
  display: block;
  margin-bottom: 1.5rem;
}
.p-advantage__development__list ul li:nth-child(1) .--txt p span:last-child {
  margin: 0;
}
.p-advantage__development__list ul li:nth-child(2) {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-end;
}
.p-advantage__development__list ul li:nth-child(2)::after {
  content: "";
  background-color: #EAF2F8;
  display: block;
  width: 70vw;
  height: 62.5vh;
  position: absolute;
  left: 0;
  bottom: -15%;
  z-index: -1;
}
.p-advantage__development__list ul li:nth-child(2) .--img {
  width: 48%;
}
.p-advantage__development__list ul li:nth-child(2) .--img .simpleParallax.simple-parallax-initialized {
  border-radius: 10px 0 0 10px;
}
.p-advantage__development__list ul li:nth-child(2) .--txt {
  width: 50%;
  padding: 0 5rem;
}
.p-advantage__development__list ul li:nth-child(2) .--txt h6 {
  color: #828282;
  font-size: clamp(1.7rem, 1.518rem + 0.91vw, 2.2rem);
  margin-top: 0;
  margin-bottom: 2rem;
}
.p-advantage__development__list ul li:nth-child(2) .--txt p {
  font-size: clamp(0.9rem, 0.864rem + 0.18vw, 1rem);
}
.p-advantage__development__list ul li:nth-child(2) .--txt p span {
  display: block;
  margin-bottom: 1.5rem;
}
.p-advantage__development__list ul li:nth-child(2) .--txt p span:last-child {
  margin: 0;
}

.p-welfare .c-ttl--page h2 {
  margin: 0 0 2rem 0;
}
.p-welfare__benefits {
  width: calc(100% - 300px);
  margin: 0 auto 15rem;
}
.p-welfare__benefits__list ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 3rem;
  margin: 6rem 0 0;
}
.p-welfare__benefits__list ul li {
  background-color: #EAF2F8;
  border-radius: 5px;
  width: calc(33.3333333333% - 2rem);
  height: 395px;
  display: grid;
  align-content: center;
  justify-items: center;
}
.p-welfare__benefits__list ul li:nth-child(2) a {
  background-color: #EAF2F8;
  border-radius: 5px;
  width: 100%;
  height: 395px;
  display: grid;
  align-content: center;
  justify-items: center;
  position: relative;
  transition: 0.3s all;
}
.p-welfare__benefits__list ul li:nth-child(2) a:hover {
  background-color: #CBE7FC;
  transition: 0.3s all;
}
.p-welfare__benefits__list ul li:nth-child(2) a::before {
  content: "クリックして詳細を見る";
  position: absolute;
  right: 5%;
  top: -5%;
  background-color: #3282BE;
  border-radius: 5px;
  color: #ffffff;
  display: inline-block;
  font-size: clamp(0.8rem, 0.764rem + 0.18vw, 0.9rem);
  padding: 0.25rem 1rem;
}
.p-welfare__benefits__list ul li:nth-child(2) a::after {
  content: "";
  position: absolute;
  top: 4%;
  right: 30%;
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 12px solid #3282BE;
}
.p-welfare__benefits__list ul .--img {
  margin-bottom: 1rem;
}
.p-welfare__benefits__list ul .--img img {
  width: 150px;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-welfare__benefits__list ul .--txt p {
  font-size: clamp(1.3rem, 1.35rem + 0.5vw, 1.6rem);
  font-weight: 600;
  text-align: center;
  margin: 0;
  line-height: 1.6;
}
.p-welfare__original {
  width: calc(100% - 300px);
  margin: 0 auto 15rem;
}
.p-welfare__original__list ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 3rem;
  margin: 6rem 0 0;
}
.p-welfare__original__list ul li {
  background-color: #EAF2F8;
  border-radius: 5px;
  width: calc(33.3333333333% - 2rem);
  height: 395px;
  display: grid;
  align-content: center;
  justify-items: center;
}
.p-welfare__original__list ul li:nth-child(1) a, .p-welfare__original__list ul li:nth-child(2) a, .p-welfare__original__list ul li:nth-child(3) a, .p-welfare__original__list ul li:nth-child(4) a, .p-welfare__original__list ul li:nth-child(6) a, .p-welfare__original__list ul li:nth-child(10) a, .p-welfare__original__list ul li:nth-child(11) a, .p-welfare__original__list ul li:nth-child(18) a {
  background-color: #EAF2F8;
  border-radius: 5px;
  width: 100%;
  height: 395px;
  display: grid;
  align-content: center;
  justify-items: center;
  position: relative;
  transition: 0.3s all;
}
.p-welfare__original__list ul li:nth-child(1) a:hover, .p-welfare__original__list ul li:nth-child(2) a:hover, .p-welfare__original__list ul li:nth-child(3) a:hover, .p-welfare__original__list ul li:nth-child(4) a:hover, .p-welfare__original__list ul li:nth-child(6) a:hover, .p-welfare__original__list ul li:nth-child(10) a:hover, .p-welfare__original__list ul li:nth-child(11) a:hover, .p-welfare__original__list ul li:nth-child(18) a:hover {
  background-color: #CBE7FC;
  transition: 0.3s all;
}
.p-welfare__original__list ul li:nth-child(1) a::before, .p-welfare__original__list ul li:nth-child(2) a::before, .p-welfare__original__list ul li:nth-child(3) a::before, .p-welfare__original__list ul li:nth-child(4) a::before, .p-welfare__original__list ul li:nth-child(6) a::before, .p-welfare__original__list ul li:nth-child(10) a::before, .p-welfare__original__list ul li:nth-child(11) a::before, .p-welfare__original__list ul li:nth-child(18) a::before {
  content: "クリックして詳細を見る";
  position: absolute;
  right: 5%;
  top: -5%;
  background-color: #3282BE;
  border-radius: 5px;
  color: #ffffff;
  display: inline-block;
  font-size: clamp(0.8rem, 0.764rem + 0.18vw, 0.9rem);
  padding: 0.25rem 1rem;
}
.p-welfare__original__list ul li:nth-child(1) a::after, .p-welfare__original__list ul li:nth-child(2) a::after, .p-welfare__original__list ul li:nth-child(3) a::after, .p-welfare__original__list ul li:nth-child(4) a::after, .p-welfare__original__list ul li:nth-child(6) a::after, .p-welfare__original__list ul li:nth-child(10) a::after, .p-welfare__original__list ul li:nth-child(11) a::after, .p-welfare__original__list ul li:nth-child(18) a::after {
  content: "";
  position: absolute;
  top: 4%;
  right: 30%;
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 12px solid #3282BE;
}
.p-welfare__original__list ul .--img {
  margin-bottom: 1rem;
}
.p-welfare__original__list ul .--img img {
  width: 150px;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-welfare__original__list ul .--txt p {
  font-size: clamp(1.3rem, 1.35rem + 0.5vw, 1.6rem);
  font-weight: 600;
  text-align: center;
  margin: 0;
  line-height: 1.6;
}
.p-welfare__details {
  width: calc(100% - 300px);
  margin: 0 auto 15rem;
}
.p-welfare__details__guide ul li {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.p-welfare__details__guide ul li:nth-child(odd) {
  background-color: #ffffff;
  padding: 2.5rem;
}
.p-welfare__details__guide ul li:nth-child(odd) .--icon {
  background-color: #EAF2F8;
}
.p-welfare__details__guide ul li:nth-child(even) {
  background-color: #EAF2F8;
  padding: 2.5rem;
}
.p-welfare__details__guide ul li:nth-child(even) .--icon {
  background-color: #ffffff;
}
.p-welfare__details__guide ul li .--icon {
  border-radius: 50%;
  width: 250px;
  height: 250px;
  display: grid;
  justify-items: center;
  align-content: center;
}
.p-welfare__details__guide ul li .--icon img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 1rem;
}
.p-welfare__details__guide ul li .--icon p {
  font-size: clamp(0.8rem, 0.764rem + 0.18vw, 0.9rem);
  font-weight: 600;
  line-height: 1.6;
  margin: 0;
  text-align: center;
}
.p-welfare__details__guide ul li .--txt {
  width: 80%;
  padding: 0 8rem;
}
.p-welfare__details__guide ul li .--txt p {
  color: #1E539A;
  font-size: clamp(1.25rem, 1.15rem + 0.3vw, 1.5rem);
  font-weight: 600;
  margin: 0;
}
.p-welfare__details__guide ul li .--txt p span {
  display: block;
  font-size: clamp(0.8rem, 0.764rem + 0.18vw, 0.9rem);
}
.p-welfare__details__guide ul li .--txt p a {
  background-color: #F5F5F5;
  border-radius: 10px;
  display: block;
  font-size: clamp(1.25rem, 1.15rem + 0.3vw, 1.5rem);
  font-weight: 600;
  padding: 0.25rem 2rem;
  width: 100%;
  transition: 0.3s all;
  text-decoration: underline;
}
.p-welfare__details__guide ul li .--txt p a:hover {
  transition: 0.3s all;
  opacity: 0.7;
}
.p-welfare__details__guide ul li .--txt p a::before {
  content: "";
  background-color: #1E539A;
  border-radius: 50%;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-bottom: 0.25rem;
  margin-right: 1rem;
  vertical-align: middle;
}
.p-welfare__feature {
  background-color: #EAF2F8;
  padding: 10rem 0;
}
.p-welfare__feature--inner {
  width: calc(100% - 300px);
  margin: 0 auto;
}
.p-welfare__feature--inner .c-ttl--page h2 {
  color: #ffffff;
}
.p-welfare__feature__grid__item1, .p-welfare__feature__grid__item2, .p-welfare__feature__grid__item3, .p-welfare__feature__grid__item4 {
  background-color: #ffffff;
  padding: 3rem;
}
.p-welfare__feature__grid__item1 > div > p, .p-welfare__feature__grid__item2 > div > p, .p-welfare__feature__grid__item3 > div > p, .p-welfare__feature__grid__item4 > div > p {
  background-color: #EAF2F8;
  border-radius: 50px;
  color: #3282BE;
  display: inline-block;
  font-size: clamp(1.3rem, 1.35rem + 0.5vw, 1.6rem);
  font-weight: 600;
  padding: 0.1rem 3rem;
  margin: 0 0 2.5rem;
}
.p-welfare__feature__grid--top {
  display: grid;
  grid-template-columns: 450px 1fr 1fr;
  grid-template-rows: 215px 215px;
  grid-template-areas: "item1 item3 item4" "item2 item3 item4";
  gap: 20px;
  margin-bottom: 20px;
}
.p-welfare__feature__grid--top #gi-f1 {
  grid-area: item1;
}
.p-welfare__feature__grid--top #gi-f2 {
  grid-area: item2;
}
.p-welfare__feature__grid--top #gi-f3 {
  grid-area: item3;
}
.p-welfare__feature__grid--top #gi-f4 {
  grid-area: item4;
}
.p-welfare__feature__grid--top .p-welfare__feature__grid__item1,
.p-welfare__feature__grid--top .p-welfare__feature__grid__item2 {
  display: grid;
  justify-items: center;
  align-items: center;
}
.p-welfare__feature__grid--top .--num {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  gap: 10px;
  text-align: center;
}
.p-welfare__feature__grid--top .--num span {
  color: #3282BE;
  font-weight: 600;
}
.p-welfare__feature__grid--top .--num span:nth-child(odd) {
  font-size: clamp(1.3rem, 1.35rem + 0.5vw, 1.6rem);
}
.p-welfare__feature__grid--top .--num span:nth-child(even) {
  font-size: clamp(3.5rem, 2.6rem + 3vw, 6rem);
  line-height: 0.8;
}
.p-welfare__feature__grid--top .--num span:first-child {
  width: 22.5%;
  line-height: 1.2;
}
.p-welfare__feature__grid--top .--circle {
  text-align: center;
}
.p-welfare__feature__grid--top .--circle canvas {
  max-width: 250px;
  margin: 1rem auto 0;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.1));
}
.p-welfare__feature__grid--top .--table {
  text-align: center;
}
.p-welfare__feature__grid--top .--table table {
  width: 100%;
  height: 100%;
}
.p-welfare__feature__grid--top .--table table th,
.p-welfare__feature__grid--top .--table table td {
  color: #3282BE;
  font-size: clamp(1.3rem, 1.35rem + 0.5vw, 1.6rem);
  font-weight: 600;
  text-align: center;
  width: 50%;
}
.p-welfare__feature__grid--top .--table table td .count {
  display: inline-block;
  text-align: right;
  font-weight: 600;
}
.p-welfare__feature__grid--middle {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}
.p-welfare__feature__grid--middle .--logo {
  text-align: center;
}
.p-welfare__feature__grid--middle .--logo ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.p-welfare__feature__grid--middle .--logo ul li {
  width: calc(33.3333333333% - 1rem);
}
.p-welfare__feature__grid--middle .--logo ul li img {
  width: 175px;
  height: 175px;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-welfare__feature__grid--middle .--bar {
  text-align: center;
}
.p-welfare__feature__grid--middle .--bar > div {
  position: relative;
  max-width: 600px;
  height: 425px;
  margin: 0 auto;
}
.p-welfare__feature__grid--middle .--bar > div img {
  max-width: 185px;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-welfare__feature__grid--middle .--bar > div canvas {
  margin-top: -15%;
}
.p-welfare__feature__grid--bottom .--whole {
  margin-bottom: 5rem;
}
.p-welfare__feature__grid--bottom .--whole,
.p-welfare__feature__grid--bottom .--average {
  position: relative;
  text-align: center;
}
.p-welfare__feature__grid--bottom .--whole .--ttl,
.p-welfare__feature__grid--bottom .--average .--ttl {
  text-align: left;
}
.p-welfare__feature__grid--bottom .--whole .--ttl span,
.p-welfare__feature__grid--bottom .--average .--ttl span {
  background-color: #3282BE;
  border-radius: 5px;
  color: #ffffff;
  display: inline-block;
  font-size: clamp(1.25rem, 1.15rem + 0.3vw, 1.5rem);
  padding: 0.5rem 3rem;
  position: relative;
}
.p-welfare__feature__grid--bottom .--whole .--ttl span::after,
.p-welfare__feature__grid--bottom .--average .--ttl span::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 10px;
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 12px solid #3282BE;
}
.p-welfare__feature__grid--bottom .--whole .--txt > div,
.p-welfare__feature__grid--bottom .--average .--txt > div {
  text-align: right;
}
.p-welfare__feature__grid--bottom .--whole .--txt > div img,
.p-welfare__feature__grid--bottom .--average .--txt > div img {
  max-width: 275px;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-welfare__feature__grid--bottom .--whole .--img p,
.p-welfare__feature__grid--bottom .--average .--img p {
  font-size: clamp(1.25rem, 1.15rem + 0.3vw, 1.5rem);
  font-weight: 600;
  text-align: right;
}
.p-welfare__feature__grid--bottom .--whole .--message,
.p-welfare__feature__grid--bottom .--average .--message {
  width: 90%;
  height: auto;
  border: 5px solid #ff924f;
  border-radius: 80px;
  padding: 1.5rem 0;
  line-height: 1.6;
  margin: 2.5rem auto 5rem;
}
.p-welfare__feature__grid--bottom .--whole .--message p,
.p-welfare__feature__grid--bottom .--average .--message p {
  margin: 0;
  font-size: clamp(1.25rem, 1.15rem + 0.3vw, 1.5rem);
  font-weight: 600;
}
.p-welfare__feature__grid--bottom .--whole .--message ul li,
.p-welfare__feature__grid--bottom .--average .--message ul li {
  font-size: clamp(1.25rem, 1.15rem + 0.3vw, 1.5rem);
  font-weight: 600;
}

.p-recruit .c-ttl--page h2 {
  margin: 0 0 2rem 0;
}
.p-recruit__message {
  width: calc(100% - 300px);
  margin: 0 auto 15rem;
}
.p-recruit__message__detail p {
  font-size: clamp(0.9rem, 0.864rem + 0.18vw, 1rem);
  font-weight: 600;
  margin-bottom: 2.5rem;
}
.p-recruit__message__detail ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
}
.p-recruit__message__detail ul li {
  width: calc(50% - 1rem);
}
.p-recruit__message__detail ul li .simpleParallax.simple-parallax-initialized {
  border-radius: 10px;
}
.p-recruit__interview {
  width: calc(100% - 300px);
  margin: 0 auto 15rem;
}
.p-recruit__interview__list ul li {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 4rem;
}
.p-recruit__interview__list ul li:last-child {
  margin-bottom: 0;
}
.p-recruit__interview__list ul li:nth-child(even) {
  flex-direction: row-reverse;
}
.p-recruit__interview__list ul li .--img {
  width: 25%;
}
.p-recruit__interview__list ul li .--faq {
  width: 70%;
}
.p-recruit__interview__list ul li .--faq p {
  border-bottom: 1px dashed #dddddd;
  color: #1E539A;
  font-size: clamp(1.1rem, 0.918rem + 0.91vw, 1.6rem);
  font-weight: 600;
  margin: 0 0 2rem 0;
  padding-bottom: 0.5rem;
}
.p-recruit__interview__list ul li .--faq p span {
  color: #2c2c2c;
  display: block;
  font-size: clamp(0.9rem, 0.864rem + 0.18vw, 1rem);
}
.p-recruit__interview__list ul li .--faq p span::before {
  content: "";
  background-color: #dddddd;
  display: inline-block;
  width: 30px;
  height: 1px;
  margin-right: 1rem;
  margin-bottom: 0.25rem;
  vertical-align: middle;
}
.p-recruit__interview__list ul li .--faq dl dt {
  background-color: #EAF2F8;
  color: #828282;
  font-size: clamp(0.9rem, 0.864rem + 0.18vw, 1rem);
  font-weight: 600;
  padding: 1rem;
  cursor: pointer;
  position: relative;
  padding-right: 3rem;
}
.p-recruit__interview__list ul li .--faq dl dt::after {
  content: "+";
  position: absolute;
  right: 2.5%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2rem;
  color: #3282BE;
  transition: 0.3s;
}
.p-recruit__interview__list ul li .--faq dl dt.is-open::after {
  content: "−";
}
.p-recruit__interview__list ul li .--faq dl dt span {
  color: #3282BE;
  font-size: clamp(1.3rem, 1.35rem + 0.5vw, 1.6rem);
  font-weight: 600;
  margin-right: 1rem;
}
.p-recruit__interview__list ul li .--faq dl dd {
  font-size: clamp(0.9rem, 0.864rem + 0.18vw, 1rem);
  margin: 0;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  padding: 0.5rem;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.4s ease, opacity 0.3s ease;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
.p-recruit__interview__list ul li .--faq dl dd.is-open {
  opacity: 1;
  max-height: 500px;
  margin-bottom: 1rem;
  padding: 1rem;
  box-sizing: content-box;
}
.p-recruit__interview__list ul li .--faq dl dd span {
  color: #FF0000;
  font-size: clamp(1.25rem, 1.15rem + 0.3vw, 1.5rem);
  font-weight: 600;
  margin-right: 1rem;
}
.p-recruit__description .c-ttl--page {
  width: calc(100% - 300px);
  margin: 0 auto;
}
.p-recruit__description__details .--menu {
  width: calc(100% - 300px);
  max-width: 1275px;
  margin: 0 auto;
}
.p-recruit__description__details .--menu ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  background-color: #F5F5F5;
  border-radius: 50px;
  width: auto;
  margin: 5rem 0;
  position: relative;
}
.p-recruit__description__details .--menu ul::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 33.3333333333%;
  height: 100%;
  background-color: #3282BE;
  border-radius: 50px;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.p-recruit__description__details .--menu ul.slide-0::before {
  transform: translateX(0%);
}
.p-recruit__description__details .--menu ul.slide-1::before {
  transform: translateX(100%);
}
.p-recruit__description__details .--menu ul.slide-2::before {
  transform: translateX(200%);
}
.p-recruit__description__details .--menu ul li {
  width: 33.3333333333%;
  z-index: 1;
}
.p-recruit__description__details .--menu ul li a {
  border-radius: 50px;
  display: grid;
  align-items: center;
  font-size: clamp(1.25rem, 1.15rem + 0.3vw, 1.5rem);
  font-weight: 600;
  max-width: 425px;
  height: 90px;
  text-align: center;
  transition: 0.3s all;
  cursor: pointer;
}
.p-recruit__description__details .--menu ul li a.is-active {
  color: #ffffff;
}
.p-recruit__description__details .--table {
  background-color: #EAF2F8;
  padding: 10rem 0;
}
.p-recruit__description__details .--table .--inner {
  width: calc(100% - 300px);
  margin: 0 auto;
}
.p-recruit__description__details .--table .--inner .job-content {
  opacity: 0;
  visibility: hidden;
  height: 0;
  transition: 0.4s;
}
.p-recruit__description__details .--table .--inner .job-content > p {
  color: #3282BE;
  font-size: clamp(1.7rem, 1.518rem + 0.91vw, 2.2rem);
  font-weight: 600;
  text-align: left;
  margin-bottom: 4rem;
  margin-top: 0;
}
.p-recruit__description__details .--table .--inner .job-content span.--no-job {
  font-size: clamp(1.25rem, 1.15rem + 0.3vw, 1.5rem);
  font-weight: 600;
  display: block;
  margin: 0 0 4rem;
}
.p-recruit__description__details .--table .--inner .job-content.is-active {
  opacity: 1;
  visibility: visible;
  height: auto;
}
.p-recruit__description__details .--table .--inner .job-content.is-active > p {
  color: #3282BE;
  font-size: clamp(1.7rem, 1.518rem + 0.91vw, 2.2rem);
  font-weight: 600;
  text-align: left;
  margin-bottom: 4rem;
  margin-top: 0;
}
.p-recruit__description__details .--table .--inner table {
  width: 100%;
  height: 100%;
  margin-bottom: 2rem;
}
.p-recruit__description__details .--table .--inner table tr {
  border-top: 1px solid #dddddd;
  position: relative;
}
.p-recruit__description__details .--table .--inner table tr::before {
  content: "";
  background-color: #1E539A;
  display: inline-block;
  width: 40px;
  height: 1px;
  position: absolute;
}
.p-recruit__description__details .--table .--inner table tr:last-child {
  border-bottom: 1px solid #dddddd;
}
.p-recruit__description__details .--table .--inner table tr th {
  text-align: left;
  color: #828282;
  font-weight: 600;
  padding: 2rem 0;
  vertical-align: middle;
}
.p-recruit__description__details .--table .--inner table tr td {
  padding: 2rem 0;
  width: 75%;
}
.p-recruit__description__details .--table .--inner table tr td div {
  background-color: #ffffff;
  font-size: clamp(0.8rem, 0.764rem + 0.18vw, 0.9rem);
  padding: 1rem 2rem;
  margin-top: 1rem;
}
.p-recruit__description__details .--table .--inner table tr td div > span {
  color: #1E539A;
  font-weight: 600;
}
.p-recruit__description__details .--table .--inner table tr td div p {
  margin: 0;
}
.p-recruit__description__details .--table .--inner table tr td ul li::before {
  content: "";
  background-color: #1E539A;
  border-radius: 50%;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 1rem;
  margin-bottom: 0.1rem;
  vertical-align: middle;
}
.p-recruit__description__details .--table .--inner ol {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 3rem;
}
.p-recruit__description__details .--table .--inner ol li {
  background-color: #ffffff;
  padding: 4rem;
  width: 48%;
  display: grid;
  justify-items: center;
}
.p-recruit__description__details .--table .--inner ol li p {
  font-size: clamp(0.9rem, 0.864rem + 0.18vw, 1rem);
  font-weight: 600;
  margin: 0 0 1.5rem 0;
  text-align: center;
}

.p-works {
  margin-bottom: 15rem;
}
.p-works__article--inner {
  width: calc(100% - 300px);
  margin: 0 auto 10rem;
}
.p-works__article__list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.5rem;
}
.p-works__article__item {
  width: calc(33.3333333333% - 1rem);
}
.p-works__article__item:hover .p-works__article__item--ttl a::before {
  animation: arrow-slide 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}
.p-works__article__item:hover .p-works__article__item--ttl a::after {
  transform: translateY(-50%) scale(1.25);
}
.p-works__article__item--thumb {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.p-works__article__item--thumb img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
  backface-visibility: hidden;
}
.p-works__article__item--thumb a:hover img {
  transform: scale(1.05);
}
.p-works__article__item--link {
  display: block;
}
.p-works__article__item--overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(30, 83, 154, 0.15) 40%, rgba(30, 83, 154, 0.45) 70%, rgba(30, 83, 154, 0.75) 100%);
  border-radius: 10px;
  pointer-events: none;
}
.p-works__article__item--ttl {
  margin-top: -10%;
}
.p-works__article__item--ttl a {
  color: #ffffff;
  position: relative;
  display: grid;
  justify-items: end;
  margin-top: -20%;
}
.p-works__article__item--ttl a::before {
  content: "";
  background-image: -webkit-image-set(url("../img/arrow/arrow-wt-r.png.webp") 1x, url("../img/arrow/arrow-wt-r.png") 1x);
  background-image: image-set(url("../img/arrow/arrow-wt-r.png.webp") 1x, url("../img/arrow/arrow-wt-r.png") 1x);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 7.5%;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.4s ease;
  z-index: 2;
}
.p-works__article__item--ttl a::after {
  content: "";
  border: 1px solid #ffffff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%) scale(1);
  transition: transform 0.35s ease;
}
.p-works__article__item--ttl a p {
  font-size: clamp(1.25rem, 1.15rem + 0.3vw, 1.5rem);
  margin-right: 18%;
}

.p-works-single {
  margin: 0 auto 15rem;
  width: calc(100% - 300px);
}
.p-works-single__detail__thumb img {
  border-radius: 10px;
}
.p-works-single__detail__box {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}
.p-works-single__detail__box--ttl {
  font-size: clamp(1.1rem, 0.918rem + 0.91vw, 1.6rem);
  font-weight: 600;
  margin-bottom: 0;
}
.p-works-single__detail__box--date {
  color: #1E539A;
  font-size: clamp(0.9rem, 0.864rem + 0.18vw, 1rem);
  font-weight: 600;
  margin: 0;
}
.p-works-single__detail__txt {
  font-size: clamp(0.9rem, 0.864rem + 0.18vw, 1rem);
  margin-bottom: 8rem;
}

.p-blog {
  margin-bottom: 15rem;
}
.p-blog__latest {
  background-color: #EAF2F8;
}
.p-blog__latest--inner {
  width: calc(100% - 300px);
  padding: 5rem 1.5rem;
  margin: 0 auto 10rem;
}
.p-blog__latest__link {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.p-blog__latest__link:hover .p-blog__latest__thumb img {
  transform: scale(1.05);
}
.p-blog__latest__thumb {
  border-radius: 10px;
  width: 50%;
  overflow: hidden;
}
.p-blog__latest__thumb img {
  border-radius: 10px;
  transform: scale(1);
  transition: transform 0.3s ease;
  will-change: transform;
}
.p-blog__latest__box {
  width: 50%;
  padding: 0 5rem;
}
.p-blog__latest__box--date {
  color: #1E539A;
  font-size: clamp(1.25rem, 1.15rem + 0.3vw, 1.5rem);
  font-weight: 600;
  margin: 0;
}
.p-blog__latest__box--ttl {
  font-size: clamp(1.3rem, 1.35rem + 0.5vw, 1.6rem);
  font-weight: 600;
  margin-bottom: 2rem;
  margin-top: 0;
}
.p-blog__latest__box--txt {
  font-size: clamp(0.9rem, 0.864rem + 0.18vw, 1rem);
  font-weight: 600;
}
.p-blog__article--inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1.5rem;
  width: calc(100% - 300px);
  margin: 0 auto 10rem;
}
.p-blog__article__card {
  box-shadow: 0px 0px 17px -8px #dddddd;
  width: calc(33.3333333333% - 1rem);
}
.p-blog__article__link {
  display: block;
}
.p-blog__article__link:hover .p-blog__article__thumb {
  border-radius: 10px 10px 0 0;
}
.p-blog__article__link:hover .p-blog__article__thumb img {
  transform: scale(1.05);
}
.p-blog__article__thumb {
  overflow: hidden;
}
.p-blog__article__thumb img {
  border-radius: 10px 10px 0 0;
  width: 100%;
  height: 295px;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: transform 0.3s ease;
  will-change: transform;
}
.p-blog__article__box {
  background-color: #ffffff;
  height: 250px;
  padding: 0 2rem;
  display: grid;
  align-content: center;
}
.p-blog__article__box--date {
  color: #1E539A;
  font-size: clamp(1.25rem, 1.15rem + 0.3vw, 1.5rem);
  font-weight: 600;
  margin: 0;
}
.p-blog__article__box--ttl {
  font-size: clamp(1.25rem, 1.15rem + 0.3vw, 1.5rem);
  font-weight: 600;
  line-height: 1.8;
  margin: 0;
}

.p-blog-single {
  margin: 0 auto 15rem;
  width: calc(100% - 300px);
}
.p-blog-single__detail__thumb {
  width: 100%;
  margin: 0 auto;
}
.p-blog-single__detail__thumb img {
  border-radius: 10px;
}
.p-blog-single__detail__box {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}
.p-blog-single__detail__box--ttl {
  font-size: clamp(1.1rem, 0.918rem + 0.91vw, 1.6rem);
  font-weight: 600;
  margin-bottom: 0;
}
.p-blog-single__detail__box--date {
  color: #1E539A;
  font-size: clamp(0.9rem, 0.864rem + 0.18vw, 1rem);
  font-weight: 600;
  margin: 0;
}
.p-blog-single__detail__txt {
  font-size: clamp(0.9rem, 0.864rem + 0.18vw, 1rem);
  margin-bottom: 8rem;
}

.p-contact {
  width: calc(100% - 300px);
  margin: 0 auto;
}
.p-contact__num {
  margin-bottom: 12.5rem;
}
.p-contact__num ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.p-contact__num ul li {
  background-color: #EAF2F8;
  width: calc(50% - 1rem);
  text-align: center;
  padding: 4rem 1.5rem;
}
.p-contact__num ul li > p {
  background-color: #ffffff;
  border-radius: 50px;
  color: #4C9EEB;
  display: inline;
  font-size: clamp(0.9rem, 0.864rem + 0.18vw, 1rem);
  font-weight: 600;
  padding: 0.5rem 5rem;
  text-align: center;
  margin: 0;
}
.p-contact__num ul li div {
  text-align: center;
  margin-top: 1.5rem;
}
.p-contact__num ul li div > p {
  font-size: clamp(1.7rem, 1.518rem + 0.91vw, 2.2rem);
  font-weight: 600;
  margin: 0;
  line-height: 1;
}
.p-contact__num ul li div p a {
  display: block;
  font-size: clamp(1.7rem, 1.518rem + 0.91vw, 2.2rem);
  font-weight: 600;
}
.p-contact__num ul li div span {
  font-size: clamp(0.9rem, 0.864rem + 0.18vw, 1rem);
}
.p-contact__mail {
  background-color: #EAF2F8;
  margin: 0 calc(49.5% - 50vw);
  width: 100vw;
}
.p-contact__mail--inner {
  width: calc(100% - 300px);
  margin: 0 auto;
  padding: 6.25rem 0 10rem;
}
.p-contact__mail .c-ttl--page h2 {
  color: #ffffff;
}
.p-contact__form table {
  width: 100%;
  height: 100%;
}
.p-contact__form table tr {
  border-top: 1px solid #dddddd;
  position: relative;
}
.p-contact__form table tr::before {
  content: "";
  background-color: #1E539A;
  display: inline-block;
  width: 40px;
  height: 1px;
  position: absolute;
}
.p-contact__form table tr:last-child {
  border-bottom: 1px solid #dddddd;
}
.p-contact__form table tr th {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-size: clamp(1.25rem, 1.15rem + 0.3vw, 1.5rem);
  font-weight: 600;
  padding: 2rem 0;
  width: 90%;
  height: 100%;
}
.p-contact__form table tr th .--optional {
  background-color: #ffffff;
  border: 1px solid #1E539A;
  color: #1E539A;
  font-size: clamp(0.9rem, 0.864rem + 0.18vw, 1rem);
  font-weight: 600;
  padding: 0.5rem;
}
.p-contact__form table tr th .--required {
  background-color: #ffffff;
  border: 1px solid #FF0000;
  color: #FF0000;
  font-size: clamp(0.9rem, 0.864rem + 0.18vw, 1rem);
  font-weight: 600;
  padding: 0.5rem;
}
.p-contact__form table tr td {
  padding: 2rem 0;
}
.p-contact__policy {
  margin-top: 2.5rem;
}
.p-contact__policy--inner {
  background-color: #ffffff;
  padding: 3rem;
  width: 100%;
  max-height: 350px;
  height: 100%;
  overflow-x: auto;
}
.p-contact__policy--inner h3 {
  font-size: clamp(1.1rem, 0.918rem + 0.91vw, 1.6rem);
  font-weight: 600;
  margin: 0 0 2rem 0;
}
.p-contact__policy--inner h4 {
  color: #828282;
  font-size: clamp(1.25rem, 1.15rem + 0.3vw, 1.5rem);
  margin: 0;
}
.p-contact__policy--inner h4::before {
  content: "";
  background-color: #1E539A;
  border-radius: 50%;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 1.25rem;
  margin-bottom: 0.25rem;
  vertical-align: middle;
}
.p-contact__policy--inner p {
  font-size: clamp(0.9rem, 0.864rem + 0.18vw, 1rem);
  margin-bottom: 2.5rem !important;
  line-height: 2;
}
.p-contact__policy--accept {
  margin: 3rem 0;
}
.p-contact__policy--recaptcha {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}

.p-404--inner {
  width: calc(100% - 300px);
  margin: 8rem auto;
  text-align: center;
}
.p-404--inner p {
  font-size: clamp(1.25rem, 1.15rem + 0.3vw, 1.5rem);
  font-weight: 600;
}
.p-404--inner p a {
  font-size: clamp(1.3rem, 1.35rem + 0.5vw, 1.6rem);
  text-decoration: underline;
}

.gnav-n01__header {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
  width: 100%;
  height: 92px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.gnav-n01__header.is-hide {
  transform: translateY(-100%);
}
.gnav-n01__logo a {
  display: block;
}
.gnav-n01__logo a img {
  width: 100%;
  max-width: 185px;
  height: auto;
  margin: 0 30px;
}
.gnav-n01__nav__content--container ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  margin: 0 30px;
}
.gnav-n01__nav__content--container ul li {
  position: relative;
}
.gnav-n01__nav__content--container ul li:hover > a {
  color: #1E539A;
}
.gnav-n01__nav__content--container ul li:hover > a::after {
  transform: scaleX(1);
}
@keyframes underline-loop {
  0% {
    transform: scaleX(0);
    transform-origin: left;
  }
  50% {
    transform: scaleX(1);
    transform-origin: left;
  }
  51% {
    transform-origin: right;
  }
  100% {
    transform: scaleX(0);
    transform-origin: right;
  }
}
.gnav-n01__nav__content--container ul li > a {
  position: relative;
  font-weight: 600;
  margin: 0 1rem;
  display: block;
  transition: color 0.3s ease;
}
.gnav-n01__nav__content--container ul li > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #1E539A;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}
.gnav-n01__nav__content--container ul li.menu-item-has-children {
  position: static;
}
.gnav-n01__nav__content--container ul li.menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  clip-path: inset(0 0 0 0);
}
.gnav-n01__nav__content--container ul li .sub-menu {
  position: absolute;
  top: 75%;
  left: 0;
  width: 100vw;
  background-color: #ffffff;
  z-index: 101;
  opacity: 0;
  visibility: hidden;
  clip-path: inset(0 0 100% 0);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1), clip-path 0.45s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s ease, visibility 0.2s;
  padding: 40px 0;
}
.gnav-n01__nav__content--container ul li .sub-menu ul, .gnav-n01__nav__content--container ul li .sub-menu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 100vw;
  margin: 0 auto;
  padding: 5rem;
}
.gnav-n01__nav__content--container ul li .sub-menu li {
  border-bottom: 1px solid #dddddd;
  width: 100%;
  position: relative;
}
.gnav-n01__nav__content--container ul li .sub-menu li > a {
  display: block;
  padding: 1.5rem 2rem;
  font-size: clamp(1.25rem, 1.15rem + 0.3vw, 1.5rem);
  font-weight: 600;
  transition: background 0.3s;
  position: relative;
}
.gnav-n01__nav__content--container ul li .sub-menu li > a::after {
  content: "";
  background-color: #ffffff;
  border: 1px solid #1E539A;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  position: absolute;
  right: 8%;
  left: auto;
  top: 50%;
  transform: translateY(-50%) scale(1);
  transition: transform 0.35s ease;
}
.gnav-n01__nav__content--container ul li .sub-menu li > a::before {
  content: "";
  background: -webkit-image-set(url("../img/arrow/arrow-bl-r.png.webp") 1x, url("../img/arrow/arrow-bl-r.png") 1x) no-repeat center/contain;
  background: image-set(url("../img/arrow/arrow-bl-r.png.webp") 1x, url("../img/arrow/arrow-bl-r.png") 1x) no-repeat center/contain;
  width: 12.5px;
  height: 12.5px;
  position: absolute;
  right: 11%;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.4s ease;
  z-index: 2;
}
.gnav-n01__nav__content--container ul li .sub-menu li > a:hover::before {
  animation: arrow-slide 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  right: 10%;
}
.gnav-n01__nav__content--container ul li .sub-menu li > a:hover::after {
  transform: translateY(-50%) scale(1.25);
}
@media (max-width: 1280px) {
  .gnav-n01__nav {
    display: none;
  }
}
.gnav-n01__overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0s linear 0.4s;
  z-index: 9998;
}
.gnav-n01__overlay.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.4s ease, visibility 0s;
}
@media (min-width: 1280px) {
  .gnav-n01__overlay {
    display: none;
  }
}
.gnav-n01__modal {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: min(70vw, 560px);
  background-color: #ffffff;
  transform: translateX(100%);
  transition: transform 0.4s ease;
  z-index: 9999;
}
.gnav-n01__modal.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.gnav-n01__modal--wrapper {
  display: none;
}
@media (max-width: 1280px) {
  .gnav-n01__modal--wrapper {
    display: block;
  }
}
.gnav-n01__modal__toggle {
  background-color: #F5F5F5;
  border-radius: 50%;
  display: grid;
  align-items: center;
  align-content: center;
  justify-items: center;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 10000;
  position: relative;
  margin-right: 1.5rem;
}
.gnav-n01__modal__toggle span {
  display: block;
  height: 3px;
  width: 20px;
  background-color: #1E539A;
  border-radius: 10px;
  margin-bottom: 3px;
  transition: 0.4s;
}
.gnav-n01__modal__toggle.is-open span:nth-child(1) {
  transform: translateY(4px) rotate(45deg);
}
.gnav-n01__modal__toggle.is-open span:nth-child(2) {
  transform: translateY(-2px) rotate(-45deg);
}
.gnav-n01__modal__content {
  position: absolute;
  inset: 0;
  background-color: #ffffff;
  padding: 6rem 3rem;
  overflow-y: auto;
}
.gnav-n01__modal__content ul li .sub-menu {
  background-color: #F5F5F5;
  border-radius: 5px;
  padding: 1.5rem;
}
.gnav-n01__modal__content ul li .sub-menu li {
  border: none !important;
  padding: 0 !important;
}
.gnav-n01__modal__content ul li .sub-menu li a {
  display: block;
}
.gnav-n01__modal__content ul li .sub-menu li a::before {
  content: "";
  background-color: #1E539A;
  border-radius: 50%;
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: 1rem;
  margin-bottom: 0.25rem;
  vertical-align: middle;
}
.gnav-n01__modal__menu {
  list-style: none;
  padding: 0;
}
.gnav-n01__modal__menu li {
  border-top: 1px solid #dddddd;
  padding: 1.5rem 0;
}
.gnav-n01__modal__menu li:last-child {
  border-bottom: 1px solid #dddddd;
}
.gnav-n01__modal__menu li a {
  display: block;
  font-size: clamp(0.9rem, 0.864rem + 0.18vw, 1rem);
  font-weight: 600;
  padding: 0.25rem 0;
}
@media (min-width: 1280px) {
  .gnav-n01__modal {
    display: none;
  }
}
@media (max-width: 1280px) {
  .gnav-n01__modal {
    display: block;
  }
}

.footer-n01__container--left, .footer-n01__container--right {
  width: 50%;
}
.footer-n01__wrap {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  background-color: #1E539A;
  color: #ffffff;
  padding: 8rem 8rem 6rem 8rem;
}
.footer-n01__heading {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10rem;
}
.footer-n01__heading__img a {
  display: block;
}
.footer-n01__heading__img a img {
  width: 100%;
  max-width: 285px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer-n01__heading__addr p {
  font-weight: 600;
}
.footer-n01__heading__addr--txt {
  line-height: 2.2;
}
.footer-n01__heading__addr--tel {
  margin: 0;
}
.footer-n01__heading__addr--fax {
  margin: 0;
  padding-bottom: 1rem;
}
.footer-n01__heading__phrase h2 {
  font-size: clamp(2.3rem, 2.045rem + 1.27vw, 3rem);
  margin: 0;
}
.footer-n01__heading__phrase p {
  color: rgba(255, 255, 255, 0.7);
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1.3rem, 1.35rem + 0.5vw, 1.6rem);
  margin: 0;
}
.footer-n01__sns a {
  background-color: #ffffff;
  border-radius: 50%;
  display: grid;
  align-items: center;
  justify-items: center;
  width: 40px;
  height: 40px;
  transition: 0.3s all;
}
.footer-n01__sns a:hover {
  opacity: 0.7;
  transition: 0.3s all;
}
.footer-n01__sns a img {
  width: 20px;
  height: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer-n01__menu {
  width: 100%;
  height: 100%;
}
.footer-n01__menu__group.--primary {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 5rem;
  height: 40vh;
}
.footer-n01__menu__group.--secondary {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.9);
  margin-bottom: 2.5rem;
}
.footer-n01__menu__list.--first {
  width: 30%;
  position: relative;
}
.footer-n01__menu__list.--first::before {
  content: "";
  background-color: rgba(255, 255, 255, 0.9);
  display: block;
  width: 100%;
  height: 1px;
  margin-bottom: 2.5rem;
}
.footer-n01__menu__list.--first ul li:first-child a {
  color: rgba(0, 0, 0, 0.3);
}
.footer-n01__menu__list.--second {
  width: 70%;
  position: relative;
}
.footer-n01__menu__list.--second::before {
  content: "";
  background-color: rgba(255, 255, 255, 0.9);
  display: block;
  width: 100%;
  height: 1px;
  margin-bottom: 2.5rem;
}
.footer-n01__menu__list.--second ul li:first-child a {
  color: rgba(0, 0, 0, 0.3);
}
.footer-n01__menu__list.--third {
  width: 33.3333333333%;
}
.footer-n01__menu__list.--third ul li {
  border-top: 1px solid rgba(255, 255, 255, 0.9);
  margin-top: 2.5rem;
}
.footer-n01__menu__list.--third ul li a {
  padding: 2.5rem 0;
}
.footer-n01__menu__list.--fourth {
  width: 33.3333333333%;
}
.footer-n01__menu__list.--fourth ul li {
  border-top: 1px solid rgba(255, 255, 255, 0.9);
  margin-top: 2.5rem;
}
.footer-n01__menu__list.--fourth ul li a {
  padding: 2.5rem 0;
}
.footer-n01__menu__list.--fifth {
  width: 33.3333333333%;
}
.footer-n01__menu__list.--fifth ul li {
  border-top: 1px solid rgba(255, 255, 255, 0.9);
  margin-top: 2.5rem;
}
.footer-n01__menu__list.--fifth ul li a {
  padding: 2.5rem 0;
}
.footer-n01__menu__item a {
  color: #ffffff;
  display: block;
  font-weight: 600;
  padding: 0.5rem;
  transition: 0.3s all;
}
.footer-n01__menu__item a:hover {
  opacity: 0.7;
  transition: 0.3s all;
}
.footer-n01__menu small {
  color: rgba(255, 255, 255, 0.7);
  display: block;
  font-size: clamp(1.25rem, 1.15rem + 0.3vw, 1.5rem);
  font-weight: 600;
  text-align: right;
}
.footer-n01__fixed-btn {
  position: fixed;
  right: 0;
  bottom: 25%;
  z-index: 98;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.3s ease, visibility 0.3s;
}
.footer-n01__fixed-btn.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.footer-n01__fixed-btn .--first a {
  background-color: #3282BE;
  transition: 0.4s all;
}
.footer-n01__fixed-btn .--first a:hover {
  transform: translateX(10px);
}
.footer-n01__fixed-btn .--second a {
  background-color: #1E539A;
  transition: 0.4s all;
}
.footer-n01__fixed-btn .--second a:hover {
  transform: translateX(10px);
}
.footer-n01__fixed-btn a {
  border-radius: 10px 0 0 10px;
  box-shadow: 0 3px 15px rgba(90, 74, 55, 0.3);
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  width: 125px;
  height: 125px;
  margin-bottom: 0.5rem;
  display: grid;
  justify-items: center;
  align-content: center;
}
.footer-n01__fixed-btn a img {
  display: block;
  width: 35px;
  height: 35px;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer-n01__fixed-btn a span {
  font-size: clamp(0.7rem, 0.664rem + 0.18vw, 0.8rem);
  letter-spacing: 0.1rem;
  margin-top: 0.75rem;
  text-transform: uppercase;
}
.footer-n01__fixed-bar {
  display: none;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 98;
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
  transition: transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.3s ease, visibility 0.3s;
  width: 100%;
}
.footer-n01__fixed-bar.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.footer-n01__fixed-bar--inner {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.footer-n01__fixed-bar .--first {
  width: 50%;
}
.footer-n01__fixed-bar .--first a {
  background-color: #3282BE;
  transition: 0.4s all;
}
.footer-n01__fixed-bar .--second {
  width: 50%;
}
.footer-n01__fixed-bar .--second a {
  background-color: #1E539A;
  transition: 0.4s all;
}
.footer-n01__fixed-bar a {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  width: auto;
  height: 60px;
  display: grid;
  justify-items: center;
  align-content: center;
}
.footer-n01__fixed-bar a img {
  display: block;
  width: 16px;
  height: 16px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 0.1rem;
}
.footer-n01__fixed-bar a span {
  font-size: clamp(0.7rem, 0.664rem + 0.18vw, 0.8rem);
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}
.footer-n01__pt-btn {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 98;
  opacity: 0;
  visibility: hidden;
  transform: none;
  transition: opacity 0.4s ease;
  will-change: transform;
  backface-visibility: hidden;
}
.footer-n01__pt-btn.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.footer-n01__pt-btn.is-white a {
  color: #ffffff;
  position: relative;
}
.footer-n01__pt-btn.is-white a::before, .footer-n01__pt-btn.is-white a::after {
  background-color: #ffffff;
}
.footer-n01__pt-btn a {
  color: #1E539A;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  display: block;
  line-height: 4;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transition: 0.3s all;
  position: relative;
}
.footer-n01__pt-btn a:hover {
  opacity: 0.7;
  transition: 0.3s all;
  transform: translateY(-10px);
}
.footer-n01__pt-btn a::before, .footer-n01__pt-btn a::after {
  left: 50%;
  transform: translateX(-50%);
  top: -35%;
}
.footer-n01__pt-btn a::before {
  content: "";
  background-color: #1E539A;
  display: block;
  width: 1px;
  height: 25px;
  position: absolute;
}
.footer-n01__pt-btn a::after {
  content: "";
  background-color: #1E539A;
  border-radius: 50%;
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
}
.footer-n01__pt-btn a span {
  text-transform: uppercase;
}

@media (hover: hover) and (pointer: fine) {
  .pt-btn a:hover {
    opacity: 0.7;
    transform: translateY(-10px);
  }
}
/* ▶ pc *max-width:1440px */
@media (max-width: 1440px) {
  .c-ttl--all {
    z-index: 1;
  }
  .c-header__ttl--en {
    font-size: clamp(0.9rem, 0.864rem + 0.18vw, 1rem);
  }
  .c-header__ttl--en::after {
    width: 40px;
  }
  .c-header__ttl--jp {
    font-size: clamp(3.1rem, 2.773rem + 1.64vw, 4rem);
  }
  .c-breadcrumb {
    width: calc(100% - 150px);
    margin: 5% auto 8%;
  }
  .c-pagination {
    width: calc(100% - 150px);
  }
  .c-header__ttl {
    top: 35%;
  }
  .gnav-n01__nav__content--container ul li > a {
    margin: 0 0.5rem;
  }
  .i-about,
  .i-advantage,
  .i-works,
  .i-blog,
  .i-contact,
  .i-welfare__list ul,
  .i-welfare__list > p,
  .i-movie--inner {
    max-width: calc(100% - 150px);
  }
  .i-welfare__list ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
  .i-welfare__list--wrap.is-open .js-welfare-list li.is-hidden:nth-of-type(10) {
    display: block !important;
  }
  .i-slide-show .swiper-slide img {
    height: 535px;
  }
  .i-about__txt h4,
  .i-advantage__txt h4 {
    font-size: clamp(1.7rem, 1.518rem + 0.91vw, 2.2rem);
  }
  .i-about__img--main .simpleParallax.simple-parallax-initialized,
  .i-advantage__img--main .simpleParallax.simple-parallax-initialized {
    width: 505px;
    height: 695px;
  }
  .i-about__img--sub {
    width: 45%;
  }
  .i-movie__txt p {
    font-size: clamp(1.7rem, 1.518rem + 0.91vw, 2.2rem);
  }
  .i-works__box {
    flex-direction: column-reverse;
    margin-bottom: 5rem;
  }
  .i-works__txt {
    width: 100%;
    margin-right: 0;
  }
  .i-works__img {
    width: 100%;
    margin-bottom: 2rem;
  }
  .i-works__item {
    width: calc(50% - 1rem);
  }
  .p-about__message,
  .p-about__company,
  .p-about__history--inner,
  .p-about__license--inner {
    width: calc(100% - 150px);
  }
  .p-about__message::after {
    width: 85%;
    height: 675px;
  }
  .p-about__message__phara {
    padding: 0 0 0 2rem;
  }
  .p-about__message__phara h3 {
    margin: 0 0 2rem 0;
  }
  .p-about__message__phara div p:nth-child(1) {
    margin-bottom: 2.5rem;
  }
  .p-about__company__img div:nth-child(1) .simpleParallax.simple-parallax-initialized {
    width: 545px;
  }
  .p-about__license > h2 {
    z-index: -1;
  }
  .p-about__license__img div:nth-child(1) .simpleParallax.simple-parallax-initialized {
    width: 120%;
  }
  .p-advantage .c-ttl--page,
  .p-advantage__construction__txt,
  .p-advantage__technique__detail--inner {
    width: calc(100% - 150px);
  }
  .p-welfare__benefits,
  .p-welfare__original,
  .p-welfare__details,
  .p-welfare__feature--inner {
    width: calc(100% - 150px);
  }
  .p-welfare__benefits__list ul,
  .p-welfare__original__list ul {
    gap: 10px;
  }
  .p-welfare__benefits__list ul li,
  .p-welfare__original__list ul li {
    height: 325px;
    width: calc(33.3333333333% - 0.5rem);
  }
  .p-welfare__benefits__list ul .--img img,
  .p-welfare__original__list ul .--img img {
    width: 100px;
    height: 100px;
  }
  .p-welfare__benefits__list ul .--txt p,
  .p-welfare__original__list ul .--txt p {
    font-size: clamp(0.9rem, 0.864rem + 0.18vw, 1rem);
  }
  .p-welfare__benefits__list ul li:nth-child(2) a,
  .p-welfare__original__list ul li:nth-child(1) a,
  .p-welfare__original__list ul li:nth-child(2) a,
  .p-welfare__original__list ul li:nth-child(3) a,
  .p-welfare__original__list ul li:nth-child(4) a,
  .p-welfare__original__list ul li:nth-child(6) a,
  .p-welfare__original__list ul li:nth-child(10) a,
  .p-welfare__original__list ul li:nth-child(11) a,
  .p-welfare__original__list ul li:nth-child(18) a {
    height: 325px;
  }
  .p-welfare__details__guide ul li .--txt p,
  .p-welfare__details__guide ul li .--txt p a {
    font-size: clamp(1.25rem, 1.15rem + 0.3vw, 1.5rem);
  }
  .p-welfare__details__guide ul li .--icon img {
    width: 85px;
    height: 85px;
  }
  .p-recruit__message,
  .p-recruit__interview,
  .p-recruit__description .c-ttl--page,
  .p-recruit__description__details .--menu,
  .p-recruit__description__details .--table .--inner {
    width: calc(100% - 150px);
  }
  .p-recruit__description__details .--menu ul li a {
    font-size: clamp(0.9rem, 0.864rem + 0.18vw, 1rem);
  }
  .p-works__article--inner,
  .p-works-single {
    width: calc(100% - 150px);
  }
  .p-works__article__item {
    width: calc(50% - 1rem);
  }
  .p-blog__latest--inner,
  .p-blog__article--inner,
  .p-blog-single {
    width: calc(100% - 150px);
  }
  .p-blog__latest__box {
    padding: 0 2.5rem;
  }
  .p-contact,
  .p-contact__mail--inner {
    width: calc(100% - 150px);
  }
  .p-contact__num {
    margin-bottom: 10rem;
  }
}
/* ▶ laptop-wide *max-width:1280px */
@media (max-width: 1280px) {
  .c-ttl--all-wrap {
    right: auto;
  }
  .c-ttl--all.contact-ttl {
    max-width: calc(100% - 150px);
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
  .i-contact__box {
    flex-direction: column;
    padding: 4rem 0 8rem;
  }
  .i-contact--left,
  .i-contact--right {
    width: 100%;
  }
  .i-contact--left {
    margin-bottom: 8rem;
  }
  .p-about__message {
    margin: 0 auto 15rem;
  }
  .p-about__message::after {
    width: 85%;
    height: 675px;
    right: -15%;
    bottom: 0;
  }
  .p-about__message__box {
    flex-direction: column;
  }
  .p-about__message__img {
    width: 80%;
    margin-bottom: 2rem;
  }
  .p-about__message__phara {
    width: 100%;
    padding: 0;
  }
  .p-about__message__phara h3 {
    margin: 0 0 1rem 0;
  }
  .p-about__company {
    margin: 0 auto 10rem;
  }
  .p-about__company__box {
    flex-direction: column;
  }
  .p-about__company__table {
    width: 100%;
    margin-bottom: 2rem;
  }
  .p-about__company__img {
    width: 85%;
  }
  .p-about__history {
    padding: 10rem 0 15rem;
  }
  .p-about__history__box {
    flex-direction: column-reverse;
  }
  .p-about__history__img {
    width: 85%;
  }
  .p-about__history__wrap {
    width: 100%;
  }
  .p-about__history__img .simpleParallax.simple-parallax-initialized {
    position: static;
    width: 100%;
    margin-left: -10%;
  }
  .p-about__history__table {
    margin-bottom: 2rem;
  }
  .p-about__license__box {
    flex-direction: column-reverse;
  }
  .p-about__license__wrap {
    width: 100%;
    margin-bottom: 2rem;
  }
  .p-about__license__img {
    width: 85%;
  }
  .p-about__license__img div:nth-child(1) .simpleParallax.simple-parallax-initialized {
    width: 90%;
    height: auto;
  }
  .p-about__map__box {
    flex-direction: column-reverse;
  }
  .p-about__map__iframe,
  .p-about__map__txt {
    width: 100%;
  }
  .p-about__map__txt {
    padding: 2.5rem;
  }
  .p-about__map__iframe iframe {
    height: 525px;
  }
  .p-advantage__construction__txt h3 {
    font-size: clamp(1.1rem, 0.918rem + 0.91vw, 1.6rem);
  }
  .p-advantage__construction__txt p {
    font-size: clamp(1.25rem, 1.15rem + 0.3vw, 1.5rem);
  }
  .p-advantage__construction__service ul li .--txt,
  .p-advantage__technique__service ul li .--txt {
    padding: 0 2%;
  }
  .p-welfare__details__guide ul li .--txt {
    padding: 0 4rem;
  }
  .p-welfare__feature__grid--top {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 215px 450px;
    grid-template-areas: "item1 item2" "item3 item4";
  }
  .p-welfare__feature__grid__item1,
  .p-welfare__feature__grid__item2,
  .p-welfare__feature__grid__item3,
  .p-welfare__feature__grid__item4 {
    padding: 2rem;
  }
  .p-welfare__feature__grid--middle .--logo ul li {
    width: calc(50% - 1rem);
  }
  .p-welfare__feature__grid--middle .--logo ul li img {
    width: 125px;
    height: 125px;
  }
  .p-recruit__message,
  .p-recruit__interview {
    margin: 0 auto 10rem;
  }
  .p-recruit__description__details .--table {
    padding: 5rem 0;
  }
  .p-works__article--inner,
  .p-works-single {
    margin: 0 auto 10rem;
  }
  .p-blog__latest--inner {
    margin: 0 auto 5rem;
  }
  .p-blog__article__thumb img {
    height: 195px;
  }
  .p-contact__num ul li > p {
    font-size: clamp(0.9rem, 0.864rem + 0.18vw, 1rem);
  }
  .p-contact__num ul li div > p {
    font-size: clamp(1.7rem, 1.518rem + 0.91vw, 2.2rem);
  }
}
/* ▶ laptop *max-width:1024px */
@media (max-width: 1024px) {
  .l-container.contact .contact-bg {
    inset: -40%;
  }
  .c-page-numbers {
    flex-direction: column;
  }
  .c-page-numbers a {
    width: 100%;
  }
  .c-page-numbers a:nth-child(1) {
    margin-bottom: 1rem;
  }
  .footer-n01__wrap {
    flex-direction: column;
    padding: 4rem;
  }
  .footer-n01__heading {
    gap: 5rem;
    margin-bottom: 5rem;
  }
  .footer-n01__heading__phrase h2 {
    font-size: clamp(1.7rem, 1.518rem + 0.91vw, 2.2rem);
  }
  .footer-n01__heading__phrase p {
    font-size: clamp(0.9rem, 0.864rem + 0.18vw, 1rem);
  }
  .footer-n01__container--left,
  .footer-n01__container--right {
    width: 100%;
  }
  .footer-n01__pt-btn {
    display: none;
  }
  .footer-n01__fixed-btn {
    bottom: 10%;
  }
  .i-slide-show .swiper-slide img {
    height: 395px;
  }
  .i-welfare__box {
    width: 95%;
    margin: 0 auto 8rem;
  }
  .i-about__img--main .simpleParallax.simple-parallax-initialized,
  .i-advantage__img--main .simpleParallax.simple-parallax-initialized {
    width: 425px;
    height: 525px;
  }
  .i-about__txt {
    padding: 0 0 0 4rem;
  }
  .i-movie--inner {
    height: 405px;
  }
  .i-movie__btn a {
    width: 160px;
    height: 160px;
  }
  .i-advantage__txt {
    padding: 0 4rem 0 0;
  }
  .i-blog__slide-item--thumb img {
    height: 205px;
  }
  .i-blog__slide-item--box {
    padding: 1.5rem;
    height: 250px;
  }
  .i-blog__slide-item--date,
  .i-blog__slide-item--txt {
    font-size: clamp(0.8rem, 0.764rem + 0.18vw, 0.9rem);
  }
  .i-blog__slide-item--ttl {
    font-size: clamp(0.9rem, 0.864rem + 0.18vw, 1rem);
  }
  .p-advantage__construction__service ul li:nth-child(odd),
  .p-advantage__technique__service ul li:nth-child(odd) {
    flex-direction: column;
    align-items: flex-start;
  }
  .p-advantage__construction__service ul li:nth-child(even),
  .p-advantage__technique__service ul li:nth-child(even) {
    flex-direction: column;
    align-items: flex-end;
  }
  .p-advantage__construction__service ul li .--img,
  .p-advantage__technique__service ul li .--img {
    margin-bottom: 2rem;
  }
  .p-advantage__construction__service ul li .--txt,
  .p-advantage__technique__service ul li .--txt {
    width: 100%;
  }
  .p-advantage__construction__service ul li .--txt h4,
  .p-advantage__technique__service ul li .--txt h4 {
    margin: 0 0 1rem 0;
  }
  .p-advantage__technique__detail ul li .--bef-aft {
    flex-direction: column;
  }
  .p-advantage__technique__detail ul li .--col p {
    margin-top: 0;
  }
  .p-advantage__technique__detail ul li .--2col {
    gap: 2rem;
  }
  .p-advantage__development__list ul li:nth-child(1) {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 8.5rem;
  }
  .p-advantage__development__list ul li:nth-child(2) {
    align-items: flex-end;
    flex-direction: column;
  }
  .p-advantage__development__list ul li:nth-child(1) .--img,
  .p-advantage__development__list ul li:nth-child(2) .--img {
    width: 80%;
    margin-bottom: 2rem;
  }
  .p-advantage__development__list ul li:nth-child(1) .--txt,
  .p-advantage__development__list ul li:nth-child(2) .--txt {
    width: 100%;
    padding: 0 2.5rem;
  }
  .p-advantage__development__list ul li:nth-child(1) .--txt h6,
  .p-advantage__development__list ul li:nth-child(2) .--txt h6 {
    margin-bottom: 0;
  }
  .p-advantage__development__list ul li:nth-child(1)::after,
  .p-advantage__development__list ul li:nth-child(2)::after {
    width: 80vw;
    height: 50vh;
    bottom: 10%;
  }
  .p-advantage__development {
    margin-bottom: 10rem;
  }
  .p-welfare__benefits__list ul li,
  .p-welfare__original__list ul li {
    height: 250px;
  }
  .p-welfare__benefits__list ul li:nth-child(2) a,
  .p-welfare__original__list ul li:nth-child(1) a,
  .p-welfare__original__list ul li:nth-child(2) a,
  .p-welfare__original__list ul li:nth-child(3) a,
  .p-welfare__original__list ul li:nth-child(4) a,
  .p-welfare__original__list ul li:nth-child(6) a,
  .p-welfare__original__list ul li:nth-child(10) a,
  .p-welfare__original__list ul li:nth-child(11) a,
  .p-welfare__original__list ul li:nth-child(18) a {
    height: 250px;
  }
  .p-welfare__benefits__list ul li:nth-child(2) a::after,
  .p-welfare__original__list ul li:nth-child(1) a::after,
  .p-welfare__original__list ul li:nth-child(2) a::after,
  .p-welfare__original__list ul li:nth-child(3) a::after,
  .p-welfare__original__list ul li:nth-child(4) a::after,
  .p-welfare__original__list ul li:nth-child(6) a::after,
  .p-welfare__original__list ul li:nth-child(10) a::after,
  .p-welfare__original__list ul li:nth-child(11) a::after,
  .p-welfare__original__list ul li:nth-child(18) a::after {
    top: 9%;
  }
  .p-welfare__feature__grid--bottom .--whole .--txt ul,
  .p-welfare__feature__grid--bottom .--average .--txt ul {
    position: static;
    margin-top: 2rem;
    width: 40%;
    padding: 1rem;
  }
  .p-welfare__benefits,
  .p-welfare__original,
  .p-welfare__details {
    margin: 0 auto 10rem;
  }
  .p-welfare__details__guide ul li {
    flex-direction: column;
  }
  .p-welfare__details__guide ul li:nth-child(odd),
  .p-welfare__details__guide ul li:nth-child(even) {
    padding: 1.5rem;
  }
  .p-welfare__details__guide ul li .--icon {
    margin-bottom: 1.5rem;
    width: 215px;
    height: 215px;
  }
  .p-welfare__details__guide ul li .--icon p {
    font-size: clamp(0.7rem, 0.664rem + 0.18vw, 0.8rem);
  }
  .p-welfare__details__guide ul li .--txt {
    padding: 0;
    width: 100%;
  }
  .p-welfare__details__guide ul li .--txt p {
    font-size: clamp(0.9rem, 0.864rem + 0.18vw, 1rem);
    text-align: center;
  }
  .p-welfare__details__guide ul li .--txt p a {
    font-size: clamp(0.9rem, 0.864rem + 0.18vw, 1rem);
    padding: 0.25rem 0;
  }
  .p-welfare__feature {
    padding: 5rem 0;
  }
  .p-recruit__interview__list ul li {
    flex-direction: column;
    gap: 2rem;
  }
  .p-recruit__interview__list ul li .--img {
    width: 50%;
  }
  .p-recruit__interview__list ul li .--faq {
    width: 100%;
  }
  .p-recruit__description__details .--table .--inner ol {
    flex-direction: column;
    gap: 1rem;
  }
  .p-recruit__description__details .--table .--inner ol li {
    width: 100%;
    padding: 2rem;
  }
  .p-blog,
  .p-blog-single {
    margin-bottom: 10rem;
  }
  .p-blog__latest--inner {
    padding: 5rem 0;
  }
  .p-blog__latest__link {
    flex-direction: column;
  }
  .p-blog__latest__thumb {
    width: 100%;
    margin-bottom: 2rem;
  }
  .p-blog__latest__box {
    width: 100%;
    padding: 0;
  }
  .p-blog__article--inner {
    margin: 0 auto 5rem;
  }
  .p-blog__article__card {
    width: calc(50% - 1rem);
  }
  .p-contact__form table tr th {
    display: block;
    width: auto;
    height: auto;
    padding: 1rem 0 0;
  }
  .p-contact__form table tr td {
    display: block;
    width: auto;
    padding: 0 0 1rem;
  }
  .p-contact__form table tr th {
    text-align: left;
    padding: 1rem 0 0 0;
  }
  .p-contact__form table tr th p {
    display: inline-block;
  }
}
/* ▶ tab-wide *max-width:850px */
@media (max-width: 850px) {
  .c-ttl--all-wrap {
    transform: translate(-50%, clamp(-70px, -5vw, -100px));
  }
  .c-ttl--all h2 {
    font-size: clamp(5.1rem, 4.955rem + 0.73vw, 5.5rem);
  }
  .c-ttl--all p .--jp {
    font-size: clamp(0.9rem, 0.864rem + 0.18vw, 1rem);
  }
  .c-header__ttl--jp {
    font-size: clamp(1.7rem, 1.518rem + 0.91vw, 2.2rem);
  }
  .c-header__ttl--en::after {
    margin: 0 1.5rem;
  }
  .c-ttl--page h2 {
    font-size: clamp(3.1rem, 2.773rem + 1.64vw, 4rem);
  }
  .c-ttl--page p .--jp {
    font-size: clamp(1.3rem, 1.35rem + 0.5vw, 1.6rem);
  }
  .c-page-numbers {
    flex-direction: column;
  }
  .i-mv__article,
  .i-mv__article__link,
  .i-mv__article__link img {
    width: 375px;
    height: 175px;
  }
  .i-welfare {
    padding: 6rem 0 12.5rem;
  }
  .i-welfare__box {
    margin: 0 auto 4rem;
  }
  .i-welfare__content h4 {
    font-size: clamp(1.7rem, 1.518rem + 0.91vw, 2.2rem);
  }
  .i-welfare__list ul li a {
    min-height: 285px;
    padding: 1rem;
  }
  .i-welfare__list ul li a img {
    width: 100px;
    height: 100px;
  }
  .i-welfare__list ul li a p {
    font-size: clamp(0.9rem, 0.864rem + 0.18vw, 1rem);
  }
  .i-slide-show {
    margin-bottom: 15rem;
  }
  .i-slide-show .swiper-slide img {
    height: 295px;
  }
  .i-about,
  .i-advantage {
    padding-bottom: 5rem;
    margin: 0 auto 5rem;
  }
  .i-about__wrap,
  .i-advantage__wrap {
    flex-direction: column;
  }
  .i-about__img,
  .i-advantage__img {
    margin-bottom: 5rem;
    width: 100%;
  }
  .i-about__txt,
  .i-advantage__txt {
    width: 100%;
    padding: 0;
  }
  .i-about__img--sub .simpleParallax.simple-parallax-initialized,
  .i-advantage__img--sub .simpleParallax.simple-parallax-initialized {
    width: 245px;
  }
  .i-movie {
    margin-top: 5rem;
    margin-bottom: 12.5rem;
  }
  .i-movie__btn a {
    width: 135px;
    height: 135px;
  }
  .i-works {
    margin: 10rem auto;
  }
  .i-works__list {
    flex-direction: column;
  }
  .i-works__item {
    width: 100%;
    margin-bottom: 2rem;
  }
  .i-works__item--ttl a::before {
    right: 7%;
  }
  .i-blog {
    margin: 0 auto 10rem;
  }
  .i-blog__article {
    padding: 8rem 0;
  }
  .i-blog .swiper-button-prev,
  .i-blog .swiper-button-next {
    background-size: 20px;
    width: 60px;
    height: 60px;
  }
  .i-contact--left {
    margin-bottom: 5rem;
  }
  .p-about .c-ttl--page h2,
  .p-about__history > h2,
  .p-about__license > h2 {
    margin: 0;
    font-size: clamp(3.5rem, 2.6rem + 3vw, 6rem);
  }
  .p-about__message {
    margin: 0 auto 10rem;
  }
  .p-about__message::after {
    right: 9%;
  }
  .p-about__message__phara h3 {
    font-size: clamp(1.7rem, 1.518rem + 0.91vw, 2.2rem);
  }
  .p-about__company__img {
    width: 100%;
  }
  .p-about__history {
    padding: 5rem 0 10rem;
    margin-bottom: 5rem;
  }
  .p-about__license {
    margin-bottom: 5rem;
  }
  .p-about__license > h2 {
    margin-bottom: 35%;
  }
  .p-about__license__img {
    width: 100%;
  }
  .p-advantage .c-ttl--page h2 {
    margin: 0;
  }
  .p-advantage__construction {
    margin-bottom: 10rem;
  }
  .p-advantage__construction__service ul::after {
    height: 185vh;
  }
  .p-advantage__technique__service ul::after {
    height: 100vh;
  }
  .p-advantage__technique__detail ul li .--2col {
    flex-direction: column;
    align-items: center;
  }
  .p-advantage__technique__detail ul li .--2col p {
    width: 100%;
  }
  .p-advantage__construction__service ul li:nth-child(odd) .--img .simpleParallax.simple-parallax-initialized,
  .p-advantage__technique__service ul li:nth-child(odd) .--img .simpleParallax.simple-parallax-initialized {
    width: 85%;
  }
  .p-advantage__construction__service ul li:nth-child(even) .--img .simpleParallax.simple-parallax-initialized,
  .p-advantage__technique__service ul li:nth-child(even) .--img .simpleParallax.simple-parallax-initialized {
    width: 85%;
    margin-left: auto;
  }
  .p-advantage__technique {
    margin-bottom: 5rem;
  }
  .p-advantage__development__list ul li:nth-child(1) {
    margin-bottom: 4.5rem;
  }
  .p-advantage__technique__detail ul li .--col p {
    padding: 1.5rem 0;
    width: 100%;
  }
  .p-advantage__technique__detail ul li {
    margin-bottom: 3rem;
  }
  .p-welfare .c-ttl--page h2 {
    margin: 0;
  }
  .p-welfare__benefits__list ul li,
  .p-welfare__original__list ul li {
    width: calc(50% - 0.5rem);
  }
  .p-welfare__feature__grid__item1 > div > p,
  .p-welfare__feature__grid__item2 > div > p,
  .p-welfare__feature__grid__item3 > div > p,
  .p-welfare__feature__grid__item4 > div > p {
    font-size: clamp(0.9rem, 0.864rem + 0.18vw, 1rem);
    padding: 0.1rem 2rem;
  }
  .p-welfare__feature__grid--top .--num span:first-child {
    width: 30%;
  }
  .p-welfare__feature__grid--middle {
    grid-template-columns: 100%;
  }
  .p-welfare__feature__grid--middle .--bar > div {
    width: 425px;
  }
  .p-welfare__feature__grid--middle .--bar > div canvas {
    height: 325px !important;
    width: 425px !important;
  }
  .p-welfare__feature__grid--bottom .--whole .--ttl span,
  .p-welfare__feature__grid--bottom .--average .--ttl span {
    font-size: clamp(0.9rem, 0.864rem + 0.18vw, 1rem);
  }
  .p-welfare__feature__grid--bottom .--whole .--txt ul,
  .p-welfare__feature__grid--bottom .--average .--txt ul {
    font-size: clamp(0.8rem, 0.764rem + 0.18vw, 0.9rem);
  }
  .p-recruit__message,
  .p-recruit__interview {
    margin: 0 auto 5rem;
  }
  .p-recruit__message__detail p {
    font-size: clamp(0.9rem, 0.864rem + 0.18vw, 1rem);
  }
  .p-recruit__message__detail ul {
    flex-direction: column;
  }
  .p-recruit__message__detail ul li {
    width: 100%;
  }
  .p-recruit__interview__list ul li .--faq dl dt,
  .p-recruit__interview__list ul li .--faq dl dd {
    font-size: clamp(0.9rem, 0.864rem + 0.18vw, 1rem);
  }
  .p-recruit__description__details .--menu ul {
    margin: 3rem 0;
  }
  .p-recruit__description__details .--menu ul li a {
    height: 60px;
  }
  .p-recruit__description__details .--table .--inner .job-content.is-active > p {
    font-size: clamp(1.3rem, 1.35rem + 0.5vw, 1.6rem);
    margin-bottom: 2rem;
  }
  .p-contact__num {
    margin-bottom: 5rem;
  }
  .p-contact__num ul {
    flex-direction: column;
  }
  .p-contact__num ul li {
    width: 100%;
    margin-bottom: 1rem;
    padding: 3rem 1rem;
  }
  .p-contact__policy--inner {
    padding: 2rem;
  }
  .p-contact__policy--inner h3 {
    font-size: clamp(1.25rem, 1.15rem + 0.3vw, 1.5rem);
    margin: 0 0 1rem 0;
  }
  .p-contact__policy--inner h4 {
    font-size: clamp(0.9rem, 0.864rem + 0.18vw, 1rem);
  }
  .p-contact__policy--inner p {
    font-size: clamp(0.8rem, 0.764rem + 0.18vw, 0.9rem);
    margin-bottom: 1.5rem !important;
  }
}
/* ▶ tab *max-width:780px */
@media (max-width: 780px) {
  .c-ttl--all p svg {
    width: 185px;
  }
  .c-btn--all a {
    max-width: 250px;
    min-width: 250px;
    min-height: 60px;
    font-size: clamp(0.9rem, 0.864rem + 0.18vw, 1rem);
    padding: 0 1.5rem;
  }
  .c-btn--all a::after {
    width: 40px;
    height: 40px;
  }
  .c-breadcrumb {
    width: calc(100% - 100px);
  }
  .c-breadcrumb__item a,
  .c-breadcrumb__item p {
    font-size: clamp(0.9rem, 0.864rem + 0.18vw, 1rem);
  }
  .c-breadcrumb__item:not(:first-child)::before {
    font-size: clamp(0.9rem, 0.864rem + 0.18vw, 1rem);
    padding: 0 0.5rem;
  }
  .c-pagination {
    width: calc(100% - 100px);
  }
  .c-header__ttl {
    top: 30%;
  }
  .footer-n01__menu__list.--first,
  .footer-n01__menu__list.--second {
    width: 50%;
  }
  .footer-n01__menu__group.--primary {
    gap: 2.5rem;
  }
  .i-about,
  .i-advantage,
  .i-works,
  .i-blog,
  .i-contact,
  .i-welfare__list ul,
  .i-welfare__list > p,
  .i-movie--inner {
    max-width: calc(100% - 100px);
  }
  .i-mv__article {
    bottom: 1%;
    left: 1%;
    z-index: 2;
  }
  .i-mv__article,
  .i-mv__article__link,
  .i-mv__article__link img {
    width: 325px;
    height: auto;
  }
  .i-mv__article__link::after {
    font-size: clamp(0.6rem, 0.564rem + 0.18vw, 0.7rem);
  }
  .i-welfare__box {
    padding: 2.5rem 1rem;
  }
  .i-welfare__list ul li a {
    min-height: 255px;
  }
  .i-about__txt p,
  .i-advantage__txt p {
    font-size: clamp(0.9rem, 0.864rem + 0.18vw, 1rem);
  }
  .i-movie--inner {
    flex-direction: column;
  }
  .l-container.contact .contact-bg {
    inset: -30%;
  }
  .i-contact__item--ttl span {
    font-size: clamp(0.7rem, 0.664rem + 0.18vw, 0.8rem);
  }
  .i-contact__item--ttl p {
    font-size: clamp(1.25rem, 1.15rem + 0.3vw, 1.5rem);
  }
  .p-about__message,
  .p-about__company,
  .p-about__history--inner,
  .p-about__license--inner {
    width: calc(100% - 100px);
  }
  .p-about__message::after {
    right: -5%;
    width: 80%;
  }
  .p-advantage .c-ttl--page,
  .p-advantage__construction__txt,
  .p-advantage__technique__detail--inner {
    width: calc(100% - 100px);
  }
  .p-advantage__construction__txt {
    margin: 0 auto 3rem;
  }
  .p-advantage__construction__txt p {
    font-size: clamp(0.9rem, 0.864rem + 0.18vw, 1rem);
  }
  .p-advantage__construction__grid--container {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(3, 250px);
    grid-template-areas: "item1 item2" "item3 item4" "item5 item5";
    gap: 10px;
  }
  .p-advantage__development {
    margin-bottom: 5rem;
  }
  .p-welfare__details {
    width: 100%;
  }
  .p-welfare__benefits,
  .p-welfare__original,
  .p-welfare__feature--inner {
    width: calc(100% - 100px);
  }
  .p-welfare__details .c-ttl--page {
    width: calc(100% - 100px);
    margin: 0 auto;
  }
  .p-welfare__benefits,
  .p-welfare__original,
  .p-welfare__details {
    margin: 0 auto 5rem;
  }
  .p-welfare__benefits__list ul li:nth-child(2) a::before,
  .p-welfare__original__list ul li:nth-child(1) a::before,
  .p-welfare__original__list ul li:nth-child(2) a::before,
  .p-welfare__original__list ul li:nth-child(3) a::before,
  .p-welfare__original__list ul li:nth-child(4) a::before,
  .p-welfare__original__list ul li:nth-child(6) a::before,
  .p-welfare__original__list ul li:nth-child(10) a::before,
  .p-welfare__original__list ul li:nth-child(11) a::before,
  .p-welfare__original__list ul li:nth-child(18) a::before {
    font-size: clamp(0.6rem, 0.564rem + 0.18vw, 0.7rem);
    padding: 0.1rem 0.5rem;
  }
  .p-welfare__benefits__list ul li:nth-child(2) a::after,
  .p-welfare__original__list ul li:nth-child(1) a::after,
  .p-welfare__original__list ul li:nth-child(2) a::after,
  .p-welfare__original__list ul li:nth-child(3) a::after,
  .p-welfare__original__list ul li:nth-child(4) a::after,
  .p-welfare__original__list ul li:nth-child(6) a::after,
  .p-welfare__original__list ul li:nth-child(10) a::after,
  .p-welfare__original__list ul li:nth-child(11) a::after,
  .p-welfare__original__list ul li:nth-child(18) a::after {
    top: 4%;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 8px solid #3282BE;
  }
  .p-welfare__feature__grid__item1,
  .p-welfare__feature__grid__item2,
  .p-welfare__feature__grid__item3,
  .p-welfare__feature__grid__item4 {
    padding: 1rem;
  }
  .p-welfare__feature__grid--top {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-template-areas: "item1" "item2" "item3" "item4";
    gap: 10px;
  }
  .p-welfare__feature__grid--top .--num span:first-child {
    width: 25%;
  }
  .p-welfare__feature__grid--top #gi-f1,
  .p-welfare__feature__grid--top #gi-f2 {
    height: 175px;
  }
  .p-welfare__feature__grid--bottom .--whole .--img p,
  .p-welfare__feature__grid--bottom .--average .--img p {
    font-size: clamp(0.9rem, 0.864rem + 0.18vw, 1rem);
    margin: 0;
  }
  .p-welfare__feature__grid--bottom .--whole .--message,
  .p-welfare__feature__grid--bottom .--average .--message {
    border: 2px solid #ff924f;
  }
  .p-welfare__feature__grid--bottom .--whole .--message p,
  .p-welfare__feature__grid--bottom .--average .--message p,
  .p-welfare__feature__grid--bottom .--whole .--message ul li,
  .p-welfare__feature__grid--bottom .--average .--message ul li {
    font-size: clamp(0.9rem, 0.864rem + 0.18vw, 1rem);
  }
  .p-welfare__feature__grid--bottom .--whole .--txt > div img,
  .p-welfare__feature__grid--bottom .--average .--txt > div img {
    max-width: 150px;
  }
  .p-recruit__message,
  .p-recruit__interview,
  .p-recruit__description .c-ttl--page,
  .p-recruit__description__details .--menu,
  .p-recruit__description__details .--table .--inner {
    width: calc(100% - 100px);
  }
  .p-recruit .c-ttl--page h2 {
    margin: 0;
  }
  .p-works__article--inner,
  .p-works-single {
    width: calc(100% - 100px);
  }
  .p-works__article__list {
    gap: 4rem;
  }
  .p-works__article__item {
    width: 100%;
  }
  .p-works__article__item--ttl a::before {
    right: 7%;
    width: 12px;
    height: 12px;
  }
  .p-blog__latest--inner,
  .p-blog__article--inner,
  .p-blog-single {
    width: calc(100% - 100px);
  }
  .p-blog__article--inner {
    gap: 1rem;
    justify-content: center;
  }
  .p-blog__article__box {
    height: 185px;
  }
  .p-blog__article__box--date {
    font-size: clamp(0.8rem, 0.764rem + 0.18vw, 0.9rem);
  }
  .p-blog__article__box--ttl {
    font-size: clamp(0.9rem, 0.864rem + 0.18vw, 1rem);
  }
  .p-contact,
  .p-contact__mail--inner {
    width: calc(100% - 100px);
  }
  .wpcf7 .wpcf7-acceptance input[type=checkbox] {
    scale: 1 !important;
    padding: 0 !important;
  }
}
/* ▶ sp-wide *max-width:559px */
@media (max-width: 559px) {
  .c-loading__img img {
    max-width: 200px;
  }
  .c-header {
    margin-top: 66px;
  }
  .c-header__ttl--jp {
    font-size: clamp(1.1rem, 0.918rem + 0.91vw, 1.6rem);
  }
  .c-header__ttl--en {
    font-size: clamp(0.7rem, 0.664rem + 0.18vw, 0.8rem);
  }
  .c-header__ttl--en::after {
    margin: 0 0.5rem 0.1rem;
    width: 20px;
  }
  .c-ttl--page-wrap {
    margin-bottom: 2rem;
  }
  .c-ttl--page h2 {
    font-size: clamp(2.3rem, 2.045rem + 1.27vw, 3rem);
  }
  .c-breadcrumb {
    width: calc(100% - 50px);
  }
  .c-pagination {
    width: calc(100% - 50px);
  }
  .c-page-numbers__ttl {
    font-size: clamp(0.9rem, 0.864rem + 0.18vw, 1rem);
  }
  .c-page-numbers a:nth-child(1) p,
  .c-page-numbers a:nth-child(2) p {
    padding: 0 1rem;
  }
  .c-archive-btn {
    margin: 2.5rem 0;
  }
  .gnav-n01__header {
    height: 66px;
  }
  .gnav-n01__logo a img {
    max-width: 145px;
    margin: 0 15px;
  }
  .gnav-n01__modal__toggle {
    width: 40px;
    height: 40px;
    margin-right: 15px;
  }
  .gnav-n01__modal__toggle span {
    width: 15px;
  }
  .gnav-n01__modal__menu li {
    padding: 1rem 0;
  }
  .gnav-n01__modal__content {
    padding: 5rem 1.5rem;
  }
  .footer-n01__wrap {
    padding: 3rem 1.5rem;
  }
  .footer-n01__heading {
    margin-bottom: 2.5rem;
  }
  .footer-n01__menu__group.--primary {
    gap: 2rem;
  }
  .footer-n01__menu small {
    font-size: clamp(0.7rem, 0.664rem + 0.18vw, 0.8rem);
  }
  .footer-n01__fixed-btn a {
    width: 100px;
    height: 100px;
  }
  .footer-n01__fixed-btn a span {
    margin-top: 0.25rem;
  }
  .i-about,
  .i-advantage,
  .i-works,
  .i-blog,
  .i-contact,
  .i-welfare__list ul,
  .i-welfare__list > p,
  .i-movie--inner {
    max-width: calc(100% - 50px);
  }
  .l-container.mv2 {
    height: auto;
  }
  .i-mv__movie2 {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }
  .i-mv__movie2::before {
    display: none;
  }
  .i-mv__movie2 video {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    margin-top: 66px;
  }
  .i-mv2 .i-mv__scroll__down {
    display: none;
  }
  .i-mv__article.pc-only {
    display: none;
  }
  .i-welfare {
    padding: 4rem 0 8rem;
    margin-top: 66px;
  }
  .i-welfare .i-mv__article.sp-only {
    width: 100%;
    height: 100%;
    position: relative;
    left: 0;
    bottom: 0;
  }
  .i-welfare .i-mv__article__link.sp-only {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 1rem;
    box-sizing: border-box;
    position: static;
    margin-bottom: 1.5rem;
  }
  .i-welfare .i-mv__article__link.sp-only::after {
    bottom: 10%;
  }
  .i-welfare .i-mv__article__link.sp-only img {
    width: 100%;
    height: 100%;
  }
  .i-welfare__box {
    background-position: 60% center;
  }
  .i-welfare__content::before {
    width: 225vw;
  }
  .i-welfare__txt h3 {
    font-size: clamp(1.3rem, 1.35rem + 0.5vw, 1.6rem);
    margin-bottom: 1rem;
  }
  .i-welfare__list ul {
    gap: 10px;
  }
  .i-welfare__list ul li a {
    min-height: 195px;
  }
  .i-welfare__list ul li a img {
    width: 80px;
    height: 80px;
  }
  .i-about__img--main .simpleParallax.simple-parallax-initialized,
  .i-advantage__img--main .simpleParallax.simple-parallax-initialized {
    width: 375px;
    height: 435px;
  }
  .i-about__img--sub .simpleParallax.simple-parallax-initialized,
  .i-advantage__img--sub .simpleParallax.simple-parallax-initialized {
    width: 195px;
  }
  .i-about {
    margin-bottom: 0;
  }
  .i-movie {
    margin-top: 5rem;
    margin-bottom: 10rem;
  }
  .i-movie--inner {
    height: 345px;
    justify-content: center;
  }
  .i-movie__txt p {
    font-size: clamp(1.25rem, 1.15rem + 0.3vw, 1.5rem);
    margin-bottom: 1rem;
  }
  .i-movie__btn a {
    width: 125px;
    height: 125px;
  }
  .i-advantage {
    padding-bottom: 0;
    margin-bottom: 5rem;
  }
  .i-works {
    margin-top: 10rem;
  }
  .i-works__txt p {
    font-size: clamp(0.9rem, 0.864rem + 0.18vw, 1rem);
  }
  .i-works__item {
    margin-bottom: 0;
  }
  .i-blog {
    margin: 0 auto 8rem;
  }
  .i-blog .swiper-button-prev,
  .i-blog .swiper-button-next {
    width: 60px;
    height: 60px;
    background-size: 18px;
  }
  .i-blog__article {
    padding: 4rem 0;
  }
  .i-blog .c-btn--all {
    margin-top: 4rem;
  }
  .l-container.contact .contact-bg {
    inset: -100%;
  }
  .i-contact--left {
    margin-bottom: 0;
  }
  .i-contact__box {
    padding: 4rem 0;
  }
  .i-contact__txt p {
    padding: 0;
    margin: 2rem 0;
    text-align: left;
  }
  .i-contact__item {
    flex-direction: column;
    align-items: flex-start;
  }
  .i-contact__item--ttl {
    margin-bottom: 1rem;
  }
  .p-about__message,
  .p-about__company,
  .p-about__history--inner,
  .p-about__license--inner {
    width: calc(100% - 50px);
  }
  .p-about__message {
    margin: 0 auto 5rem;
  }
  .p-about__message::after {
    display: none;
  }
  .p-about__message__img {
    width: 100%;
  }
  .p-about__company__img div:nth-child(1) .simpleParallax.simple-parallax-initialized {
    width: 325px;
  }
  .p-about__company__img div:nth-child(2) .simpleParallax.simple-parallax-initialized {
    width: 295px;
  }
  .p-about__company {
    margin: 0 auto 5rem;
  }
  .p-about__company__table table tr th {
    height: auto;
    width: auto;
    display: block;
    padding: 1rem 0 0;
  }
  .p-about__company__table table tr td {
    display: block;
    width: auto;
    padding: 1rem 0;
  }
  .p-about__history__table table tr th,
  .p-about__license__table table tr th {
    display: block;
    width: auto;
    padding: 1rem 0 0;
  }
  .p-about__history__table table tr td,
  .p-about__license__table table tr td {
    display: block;
    width: auto;
    padding: 1rem 0;
  }
  .p-about__license__img div:nth-child(1) .simpleParallax.simple-parallax-initialized {
    width: 100%;
  }
  .p-about__license__img div:nth-child(2) .simpleParallax.simple-parallax-initialized {
    width: 295px;
  }
  .p-about__map__iframe iframe {
    height: 425px;
  }
  .p-advantage .c-ttl--page,
  .p-advantage__construction__txt,
  .p-advantage__technique__detail--inner {
    width: calc(100% - 50px);
  }
  .p-advantage__construction,
  .p-advantage__technique__detail {
    margin-bottom: 5rem;
  }
  .p-advantage__construction__grid {
    margin-bottom: 5rem;
  }
  .p-advantage__construction__grid--container {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(5, 200px);
    grid-template-areas: "item1" "item2" "item3" "item4" "item5";
    gap: 10px;
  }
  .p-advantage__construction__txt h3 {
    margin: 0 0 1rem;
  }
  .p-advantage__construction__service ul li .--txt h4,
  .p-advantage__technique__service ul li .--txt h4 {
    font-size: clamp(1.3rem, 1.35rem + 0.5vw, 1.6rem);
  }
  .p-advantage__construction__service ul li .--txt p,
  .p-advantage__technique__service ul li .--txt p {
    font-size: clamp(0.9rem, 0.864rem + 0.18vw, 1rem);
  }
  .p-advantage__technique__detail ul li .--bef-aft {
    margin-bottom: 2.5rem;
  }
  .p-advantage__technique__detail ul li .--bef-aft div span {
    font-size: clamp(0.8rem, 0.764rem + 0.18vw, 0.9rem);
    padding: 0.25rem 1rem;
  }
  .p-advantage__technique__detail ul li {
    margin-bottom: 1.5rem;
  }
  .p-advantage__technique__detail ul li h5 {
    margin: 0 0 1rem 0;
  }
  .p-advantage__technique__detail ul li .--col p,
  .p-advantage__technique__detail ul li .--2col p {
    font-size: clamp(0.9rem, 0.864rem + 0.18vw, 1rem);
    margin: 0;
  }
  .p-advantage__construction__service ul li:nth-child(even) .--img .simpleParallax.simple-parallax-initialized,
  .p-advantage__technique__service ul li:nth-child(even) .--img .simpleParallax.simple-parallax-initialized {
    width: 90%;
  }
  .p-advantage__development__list ul li:nth-child(1) {
    margin-bottom: 2.5rem;
  }
  .p-advantage__development__list ul li:nth-child(1)::after,
  .p-advantage__development__list ul li:nth-child(2)::after {
    bottom: 15%;
  }
  .p-advantage__development__list ul li:nth-child(1) .--img,
  .p-advantage__development__list ul li:nth-child(2) .--img {
    width: 90%;
  }
  .p-advantage__development__list ul li:nth-child(1) .--txt h6,
  .p-advantage__development__list ul li:nth-child(2) .--txt h6 {
    font-size: clamp(1.3rem, 1.35rem + 0.5vw, 1.6rem);
  }
  .p-advantage__development__list ul li:nth-child(1) .--txt p,
  .p-advantage__development__list ul li:nth-child(2) .--txt p {
    font-size: clamp(0.9rem, 0.864rem + 0.18vw, 1rem);
  }
  .p-advantage__development__list ul li:nth-child(1) .--txt p span,
  .p-advantage__development__list ul li:nth-child(2) .--txt p span {
    margin-bottom: 0.5rem;
  }
  .p-advantage .c-ttl--page,
  .p-advantage__construction__txt,
  .p-advantage__technique__detail--inner {
    width: calc(100% - 50px);
  }
  .p-welfare__benefits__list ul,
  .p-welfare__original__list ul {
    margin: 3rem 0 0;
    gap: 5px;
  }
  .p-welfare__benefits__list ul li,
  .p-welfare__original__list ul li {
    width: calc(50% - 0.2rem);
    height: 175px;
  }
  .p-welfare__benefits__list ul li:nth-child(2) a,
  .p-welfare__original__list ul li:nth-child(1) a,
  .p-welfare__original__list ul li:nth-child(2) a,
  .p-welfare__original__list ul li:nth-child(3) a,
  .p-welfare__original__list ul li:nth-child(4) a,
  .p-welfare__original__list ul li:nth-child(6) a,
  .p-welfare__original__list ul li:nth-child(10) a,
  .p-welfare__original__list ul li:nth-child(11) a,
  .p-welfare__original__list ul li:nth-child(18) a {
    height: 175px;
  }
  .p-welfare__benefits__list ul .--img,
  .p-welfare__original__list ul .--img {
    margin-bottom: 0.5rem;
  }
  .p-welfare__benefits__list ul .--img img,
  .p-welfare__original__list ul .--img img {
    width: 80px;
    height: 80px;
  }
  .p-welfare__benefits__list ul .--txt p,
  .p-welfare__original__list ul .--txt p {
    font-size: clamp(0.7rem, 0.664rem + 0.18vw, 0.8rem);
  }
  .p-welfare__feature__grid--bottom .--whole .--txt ul,
  .p-welfare__feature__grid--bottom .--average .--txt ul {
    padding: 1rem;
  }
  .p-welfare__feature__grid--middle .--bar > div {
    width: 100%;
  }
  .p-welfare__feature__grid--middle .--bar > div canvas {
    height: 275px !important;
    width: 305px !important;
  }
  .p-welfare__feature__grid--bottom .--whole .--txt ul,
  .p-welfare__feature__grid--bottom .--average .--txt ul {
    width: 90%;
  }
  .p-welfare__benefits,
  .p-welfare__original,
  .p-welfare__feature--inner {
    width: calc(100% - 50px);
  }
  .p-welfare__benefits__list ul li:nth-child(2) a::after,
  .p-welfare__original__list ul li:nth-child(1) a::after,
  .p-welfare__original__list ul li:nth-child(2) a::after,
  .p-welfare__original__list ul li:nth-child(3) a::after,
  .p-welfare__original__list ul li:nth-child(4) a::after,
  .p-welfare__original__list ul li:nth-child(6) a::after,
  .p-welfare__original__list ul li:nth-child(10) a::after,
  .p-welfare__original__list ul li:nth-child(11) a::after,
  .p-welfare__original__list ul li:nth-child(18) a::after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #3282BE;
    top: 8%;
  }
  .p-recruit__message,
  .p-recruit__interview,
  .p-recruit__description .c-ttl--page,
  .p-recruit__description__details .--menu,
  .p-recruit__description__details .--table .--inner {
    width: calc(100% - 50px);
  }
  .p-recruit__description__details .--menu ul li a {
    font-size: clamp(0.7rem, 0.664rem + 0.18vw, 0.8rem);
  }
  .p-recruit__description__details .--table .--inner .job-content.is-active > p {
    font-size: clamp(0.9rem, 0.864rem + 0.18vw, 1rem);
  }
  .p-recruit__description__details .--table .--inner table tr th,
  .p-recruit__description__details .--table .--inner table tr td {
    display: block;
    width: auto;
    padding: 1rem 0;
  }
  .p-recruit__description__details .--table .--inner table tr th {
    text-align: center;
  }
  .p-works__article--inner,
  .p-works-single {
    width: calc(100% - 50px);
    margin: 0 auto 5rem;
  }
  .p-works__article__list {
    gap: 2rem;
  }
  .p-blog__latest--inner,
  .p-blog__article--inner,
  .p-blog-single {
    width: calc(100% - 50px);
  }
  .p-blog,
  .p-blog-single {
    margin: 0 auto 5rem;
  }
  .p-blog__latest__box--ttl {
    font-size: clamp(1.25rem, 1.15rem + 0.3vw, 1.5rem);
  }
  .p-blog__article--inner {
    margin: 0 auto 2.5rem;
  }
  .p-blog__article__thumb img {
    height: 150px;
  }
  .p-blog__article__box {
    height: 150px;
  }
  .p-blog__article__box--date {
    font-size: clamp(0.7rem, 0.664rem + 0.18vw, 0.8rem);
  }
  .p-blog__article__box--ttl {
    font-size: clamp(0.9rem, 0.864rem + 0.18vw, 1rem);
  }
  .p-blog-single__detail__txt {
    font-size: clamp(0.9rem, 0.864rem + 0.18vw, 1rem);
  }
  .p-blog-single__detail__box {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }
  .p-contact,
  .p-contact__mail--inner {
    width: calc(100% - 50px);
  }
  .p-contact__num ul li > p {
    padding: 0.5rem 2rem;
  }
  .p-contact__policy--inner {
    padding: 1rem;
  }
  .wpcf7 .wpcf7-select,
  .wpcf7 .wpcf7-textarea,
  .wpcf7 .wpcf7-date,
  .wpcf7 .wpcf7-number,
  .wpcf7 .wpcf7-text,
  .wpcf7 input {
    padding: 0.5rem !important;
  }
}
/* ▶ sp-wide *max-width:425px */
@media (max-width: 425px) {
  .c-ttl--all h2 {
    font-size: clamp(4.1rem, 3.773rem + 1.64vw, 5rem);
  }
  .c-ttl--all p svg {
    width: 150px;
  }
  .c-ttl--all p .--en {
    font-size: clamp(0.6rem, 0.564rem + 0.18vw, 0.7rem);
  }
  .c-header__ttl {
    top: 22.5%;
  }
  .c-page-numbers__thumb {
    width: 100px;
    height: 100px;
  }
  .c-page-numbers__ttl {
    width: 80%;
  }
  .gnav-n01__modal__menu li a {
    font-size: clamp(0.7rem, 0.664rem + 0.18vw, 0.8rem);
  }
  .footer-n01__wrap {
    padding: 3rem 1.5rem 5rem;
  }
  .footer-n01__menu__group.--primary {
    flex-direction: column;
    height: 100%;
  }
  .footer-n01__menu__list.--first,
  .footer-n01__menu__list.--second {
    width: 100%;
  }
  .footer-n01__menu__group.--secondary {
    flex-direction: column;
    gap: 0;
    margin-bottom: 1rem;
  }
  .footer-n01__menu__list.--third,
  .footer-n01__menu__list.--fourth,
  .footer-n01__menu__list.--fifth {
    width: 100%;
  }
  .footer-n01__menu__list.--fourth ul li,
  .footer-n01__menu__list.--fifth ul li {
    margin: 0;
  }
  .footer-n01__fixed-btn {
    display: none;
  }
  .footer-n01__fixed-bar {
    display: block;
  }
  .footer-n01__pt-btn {
    bottom: 12.5%;
  }
  .footer-n01__pt-btn a {
    font-size: clamp(0.8rem, 0.764rem + 0.18vw, 0.9rem);
  }
  .i-about,
  .i-advantage, .i-works,
  .i-blog, .i-contact,
  .i-welfare__list ul,
  .i-welfare__list > p,
  .i-movie--inner {
    max-width: calc(100% - 25px);
  }
  .i-welfare {
    padding: 2rem 0 6rem;
  }
  .i-welfare__txt p {
    font-size: clamp(0.7rem, 0.664rem + 0.18vw, 0.8rem);
  }
  .i-welfare__list > p {
    font-size: clamp(0.7rem, 0.664rem + 0.18vw, 0.8rem);
    margin: 0 auto 0.5rem;
  }
  .i-welfare__list ul li a {
    min-height: 185px;
  }
  .i-welfare__list ul li a img {
    width: 60px;
    height: 60px;
  }
  .i-welfare__list ul li a p {
    font-size: clamp(0.7rem, 0.664rem + 0.18vw, 0.8rem);
    margin: 0;
  }
  .i-welfare__content h4 {
    font-size: clamp(1.25rem, 1.15rem + 0.3vw, 1.5rem);
  }
  .i-welfare__content h4 span {
    padding: 0 1rem;
  }
  .i-welfare__more {
    max-width: 250px;
    min-width: 250px;
    min-height: 60px;
  }
  .i-slide-show {
    margin-bottom: 10rem;
  }
  .i-works__list {
    gap: 0;
  }
  .i-works__item--ttl a::before {
    right: 9%;
  }
  .i-blog .swiper-slide,
  .i-blog .swiper-slide.swiper-slide-active {
    transform: scale(1);
    opacity: 1;
  }
  .i-blog .swiper-button-prev,
  .i-blog .swiper-button-next {
    margin-top: -40%;
    width: 40px;
    height: 40px;
    background-size: 16px;
  }
  .l-container.contact .contact-bg {
    inset: -150%;
  }
  .p-about__message,
  .p-about__company,
  .p-about__history--inner,
  .p-about__license--inner {
    width: calc(100% - 25px);
  }
  .p-about__company__img div:nth-child(1) .simpleParallax.simple-parallax-initialized {
    width: 250px;
  }
  .p-about__company__img div:nth-child(2) .simpleParallax.simple-parallax-initialized {
    width: 215px;
  }
  .p-about__license__list {
    padding: 1.5rem;
  }
  .p-about__license__img div:nth-child(2) .simpleParallax.simple-parallax-initialized {
    width: 225px;
  }
  .p-about__map__txt {
    padding: 1.5rem;
  }
  .p-advantage .c-ttl--page,
  .p-advantage__construction__txt,
  .p-advantage__technique__detail--inner {
    width: calc(100% - 25px);
  }
  .p-advantage__development__list ul li:nth-child(1) .--txt,
  .p-advantage__development__list ul li:nth-child(2) .--txt {
    padding: 0 1rem;
  }
  .p-advantage__development__list ul li:nth-child(1) .--txt h6,
  .p-advantage__development__list ul li:nth-child(2) .--txt h6 {
    font-size: clamp(1.25rem, 1.15rem + 0.3vw, 1.5rem);
  }
  .p-advantage__development__list ul li:nth-child(1)::after,
  .p-advantage__development__list ul li:nth-child(2)::after {
    width: 90vw;
    height: 80vh;
  }
  .p-welfare__benefits,
  .p-welfare__original,
  .p-welfare__details .c-ttl--page,
  .p-welfare__feature--inner {
    width: calc(100% - 25px);
  }
  .p-welfare__details .c-ttl--page {
    margin: 5rem auto 0;
  }
  .p-welfare__feature__grid--bottom .--whole .--ttl span,
  .p-welfare__feature__grid--bottom .--average .--ttl span {
    padding: 0rem 1rem;
  }
  .p-welfare__feature__grid--bottom .--whole .--txt > div img,
  .p-welfare__feature__grid--bottom .--average .--txt > div img {
    max-width: 100px;
  }
  .p-welfare__feature__grid--bottom .--whole .--message,
  .p-welfare__feature__grid--bottom .--average .--message {
    width: 100%;
    padding: 1rem 0;
    margin: 1.5rem auto 3rem;
  }
  .p-welfare__feature__grid--bottom .--whole .--message p,
  .p-welfare__feature__grid--bottom .--average .--message p,
  .p-welfare__feature__grid--bottom .--whole .--message ul li,
  .p-welfare__feature__grid--bottom .--average .--message ul li {
    font-size: clamp(0.7rem, 0.664rem + 0.18vw, 0.8rem);
  }
  .p-welfare__feature__grid--middle .--bar > div img {
    max-width: 125px;
  }
  .p-recruit__message, .p-recruit__interview,
  .p-recruit__description .c-ttl--page,
  .p-recruit__description__details .--menu,
  .p-recruit__description__details .--table .--inner {
    width: calc(100% - 25px);
  }
  .p-recruit__interview__list ul li .--faq dl dt {
    padding: 0.5rem 1.5rem 0.5rem 0.5rem;
  }
  .p-recruit__interview__list ul li .--faq dl dt span {
    margin-right: 0.5rem;
  }
  .p-recruit__interview__list ul li .--faq dl dt::after,
  .p-recruit__interview__list ul li .--faq dl dt.is-open::after {
    font-size: 1.5rem;
    right: 1.5%;
  }
  .p-works__article--inner,
  .p-works-single {
    width: calc(100% - 25px);
  }
  .p-works__article__list {
    gap: 1rem;
  }
  .p-works__article__item--ttl a {
    margin-top: -25%;
  }
  .p-works__article__item--ttl a::before {
    right: 10.5%;
  }
  .p-works__article__item--ttl a::after {
    width: 35px;
    height: 35px;
    right: 7%;
  }
  .p-works__article__item--ttl a p {
    font-size: clamp(1.25rem, 1.15rem + 0.3vw, 1.5rem);
    margin-right: 22%;
  }
  .p-blog__latest--inner,
  .p-blog__article--inner,
  .p-blog-single {
    width: calc(100% - 25px);
  }
  .p-blog__article--inner {
    flex-direction: column;
  }
  .p-blog__article__card {
    width: 100%;
  }
  .p-contact,
  .p-contact__mail--inner {
    width: calc(100% - 25px);
  }
  .p-contact__form table tr th .--required,
  .p-contact__form table tr th .--optional {
    font-size: clamp(0.7rem, 0.664rem + 0.18vw, 0.8rem);
  }
  .wpcf7 .wpcf7-submit {
    width: 250px;
    min-width: 250px;
    min-height: 60px;
  }
}/*# sourceMappingURL=style.css.map */