@charset "UTF-8";
html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
}

body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
}

html {
  font-size: 14px;
  word-break: phrase-all;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

:root {
  --header-h: calc( $navHeight + 40px ); /* ヘッダー高さ */
}

html {
  scroll-behavior: smooth;
}

/* アンカー位置補正 */
[id] {
  scroll-margin-top: var(--header-h);
}

h1 {
  font-weight: 600;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

h2 {
  font-weight: 600;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

h3 {
  font-weight: 600;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

a[href^="tel:"],
a[href^="mailto:"],
a[href*=maps],
a[href*="google.com/maps"] {
  text-decoration: none;
  color: inherit;
}

p {
  line-height: 1.75;
}

ul {
  padding: 0;
}

li {
  list-style: none;
}

body {
  max-width: 1920px;
  margin: 0 auto;
  word-break: auto-phrase;
  transition: background-color 0.5s, color 0.5s;
  font-family: "Noto Sans JP", sans-serif;
}
body canvas {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -10;
  max-width: 100%;
}

.container {
  margin: 42px auto 0;
  max-width: 100%;
  position: relative;
  min-height: 80svh;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .container {
    margin: 70px auto 0;
  }
}

.sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

.pc {
  display: none;
}
@media screen and (min-width: 960px) {
  .pc {
    display: block;
  }
}

.sm {
  display: none;
}
@media screen and (max-width: 414px) {
  .sm {
    display: block;
  }
}

.contents {
  position: relative;
  max-width: 90%;
  margin: 3rem auto 5rem;
}
@media screen and (min-width: 768px) {
  .contents {
    max-width: 80%;
  }
}
.contents__wrapper {
  margin-top: 5rem;
}
.contents__title {
  font-size: 4rem;
  font-weight: 700;
}
.contents__title-wrap {
  width: 90%;
  margin: 2rem auto;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 960px) {
  .contents__title-wrap {
    width: 80%;
  }
}
.contents__subtitle {
  position: relative;
  padding-left: 2rem;
}
.contents__subtitle > h2 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}
.contents__subtitle > h3 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
}
.contents__subtitle:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  background-color: #05007E;
  width: 1rem;
  height: 1rem;
}

.policy {
  color: #000;
}
.policy__cont {
  margin: 3rem 0;
  background-color: white;
  padding: 5rem 1rem;
  color: #000;
}
.policy__inner {
  width: 95%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .policy__inner {
    width: 80%;
  }
}
.policy__text {
  margin-bottom: 5rem;
}
.policy__title {
  font-size: 1.25rem;
  color: #000;
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #000;
  margin: 2rem 0 1rem;
  line-height: 1.5;
}

body {
  transition: background-color 2s ease, color 2s ease;
}

.fv {
  position: relative;
  margin: 0 auto;
  width: 100%;
  display: flex;
  align-items: baseline;
  gap: 1.5rem;
  min-height: calc(100vh - 70px);
}
@media screen and (min-width: 960px) {
  .fv {
    min-height: 726px;
  }
}
.fv__wrap {
  background-color: #F4F4F4;
}
.fv__title {
  height: auto;
  padding: 0;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  margin: auto 0 0 0;
  z-index: 2;
}
.fv__img {
  max-width: 200px;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s ease, transform 2.6s cubic-bezier(0.22, 1, 0.36, 1);
}
@media screen and (min-width: 960px) {
  .fv__img {
    max-width: 240px;
  }
}
@media screen and (min-width: 1280px) {
  .fv__img {
    max-width: 280px;
  }
}
@media screen and (min-width: 1780px) {
  .fv__img {
    max-width: 330px;
  }
}
.fv__img-sp {
  max-width: 210px;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s ease, transform 1s cubic-bezier(0.22, 1, 0.36, 1);
}
@media screen and (min-width: 480px) {
  .fv__img-sp {
    max-width: 100%;
  }
}
.fv__img-sp-wrap {
  position: absolute;
  top: 5%;
  left: 10%;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  flex-direction: column;
  gap: 0.5rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .fv__img-sp-wrap {
    display: none;
  }
}
.fv__img-sp.is-show {
  opacity: 1;
  transform: translateY(0);
}
.fv__img.is-show {
  opacity: 1;
  transform: translateY(0);
}
.fv__img-wrap {
  position: absolute;
  top: 10%;
  right: 5%;
  display: none;
  gap: 3rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .fv__img-wrap {
    display: flex;
  }
}
.fv__img-01 {
  transition-delay: 0s;
}
.fv__img-02 {
  margin-top: 0;
  margin-left: 35%;
  transition-delay: 0.8s;
}
@media screen and (min-width: 768px) {
  .fv__img-02 {
    margin-top: 20%;
    margin-left: 0;
  }
}
.fv__img-03 {
  transition-delay: 1.6s;
}
.fv__deco {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  animation: float 8s ease-in-out infinite;
  height: auto;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease, transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.fv__deco-01 {
  top: 25%;
  left: 0%;
  animation-duration: 7s;
  transform: translateY(0) rotate(10deg);
  width: 30%;
}
@media screen and (min-width: 960px) {
  .fv__deco-01 {
    width: auto;
    top: 5%;
    left: 2%;
  }
}
.fv__deco-02 {
  bottom: -8%;
  left: 10%;
  transform: translateY(0) rotate(-20deg);
  animation-duration: 9s;
  animation-delay: 1s;
  width: 30%;
}
@media screen and (min-width: 960px) {
  .fv__deco-02 {
    width: auto;
    bottom: -8%;
    left: 20%;
  }
}
.fv__deco-03 {
  top: 0%;
  right: 5%;
  transform: translateY(0);
  animation-duration: 6.5s;
  animation-delay: 1s;
  width: 30%;
}
@media screen and (min-width: 960px) {
  .fv__deco-03 {
    width: auto;
    top: 12%;
    left: 60%;
    right: auto;
  }
}
.fv__deco-04 {
  top: -10rem;
  right: 5%;
  transform: translateY(0) rotate(2deg);
  animation-duration: 8.5s;
  animation-delay: 1s;
  width: 30%;
}
@media screen and (min-width: 960px) {
  .fv__deco-04 {
    width: auto;
    top: -1rem;
    right: 15%;
  }
}
.fv__deco-05 {
  bottom: 10%;
  right: -15%;
  transform: translateY(0) rotate(2deg);
  animation-duration: 8.5s;
  animation-delay: 1s;
  width: 50%;
}
@media screen and (min-width: 960px) {
  .fv__deco-05 {
    width: auto;
    bottom: -8%;
    right: -20%;
  }
}
.fv__deco.is-show {
  opacity: 1;
  transform: translateY(0) rotate(var(--rot, 0deg));
}
.fv__back {
  position: absolute;
  top: -50%;
  left: -50%;
  display: none;
  z-index: 0;
}
@media screen and (min-width: 960px) {
  .fv__back {
    display: block;
  }
}

.fv__img-mask {
  overflow: hidden;
  border-radius: 10px;
}

/* 中の画像を動かす */
.fv__img {
  display: block;
  width: 100%;
  height: auto;
  transform: translateY(100%);
}

/* 表示 */
.fv__img.is-show {
  transform: translateY(0);
}

@keyframes float {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-12px) rotate(2deg);
  }
  100% {
    transform: translateY(0px) rotate(0deg);
  }
}
.about {
  position: relative;
  margin: 5rem auto 0;
  padding: 5rem 0;
  color: #fff;
  z-index: 1;
  overflow: hidden;
}
.about::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  background-color: #2E2727;
  border-radius: 50% 50% 0 0/100% 100% 0 0;
  z-index: -1;
  width: 140%;
  height: 140px;
  border-radius: 50% 50% 0 0/80% 80% 0 0;
}
@media screen and (min-width: 1280px) {
  .about::before {
    width: 120%;
    height: 220px;
    border-radius: 50% 50% 0 0/100% 100% 0 0;
  }
}
.about::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #2E2727;
  z-index: -1;
  top: 120px;
  height: calc(100% - 120px);
}
@media screen and (min-width: 1280px) {
  .about::after {
    top: 180px;
    height: calc(100% - 180px);
  }
}
.about__wrap {
  width: 90%;
  margin: 2rem auto;
}
.about__cont {
  margin: 3rem auto 0;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
}
.about__cont-wrap {
  width: 100%;
  max-width: 1600px;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 1280px) {
  .about__cont-wrap {
    flex-direction: row;
    justify-content: space-between;
    gap: 3%;
  }
}
.about__text {
  margin: 2rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  text-align: center;
  z-index: 1;
}
.about__text > h2 {
  font-size: 2rem;
}
.about__text > h3 {
  font-size: 1.25rem;
}
.about__text > p {
  line-height: 2;
  font-weight: 400;
}
.about__img {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  z-index: 2;
}
@media screen and (min-width: 1280px) {
  .about__img {
    max-width: 25%;
  }
}
.about__img > img {
  display: block;
  height: auto;
}
.about__img-01 {
  position: relative;
}
.about__img-01::before {
  content: "";
  position: absolute;
  bottom: -6rem;
  right: -40%;
  z-index: -1;
  width: 320px;
  height: 220px;
  background-image: url("./../img/top-ab-deco01.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.about__img-02 {
  position: relative;
  margin-top: 10rem;
  max-width: 300px;
  display: none;
}
@media screen and (min-width: 1280px) {
  .about__img-02 {
    display: block;
  }
}
.about__img-02::before {
  content: "";
  position: absolute;
  top: -3rem;
  right: -20%;
  z-index: -1;
  width: 140px;
  height: 100px;
  background-image: url("./../img/top-ab-deco02.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.about__img-mask {
  overflow: hidden;
}

.about__img-mask > img {
  display: block;
  transform: translateY(100%);
  transition: transform 2.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.about__img-mask.is-show > img {
  transform: translateY(0);
}

/* マスク側（親） */
.reveal {
  display: block;
  overflow: hidden;
  opacity: 0;
}
.reveal > h1 {
  font-size: 1.125rem;
  font-weight: 400;
  text-align: center;
}

/* 連続した時の余白 */
.reveal + .reveal {
  margin-top: 10px;
}

/* 中身（動く要素） */
.reveal__item {
  display: block;
  transform: translateY(100%);
  opacity: 0;
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1), opacity 1.2s;
  transition-delay: var(--delay, 0s);
}

/* 発火 */
.reveal.is-show {
  opacity: 1;
}

.reveal.is-show .reveal__item {
  transform: translateY(0);
  opacity: 1;
}

.top-story {
  margin: 5rem auto;
  overflow: hidden;
}
.top-story__head {
  text-align: center;
  margin-bottom: 2rem;
}
.top-story__title-sub {
  font-size: 0.8rem;
  color: #aaa;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.top-story__title-main {
  margin-top: 0.5rem;
  font-size: 1.75rem;
  font-weight: 700;
}
.top-story__slider {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.top-story .swiper {
  overflow: visible;
  padding: 1rem 0 2rem;
}
.top-story .swiper-slide {
  transform: scale(0.78);
  opacity: 0.75;
  transition: transform 0.5s ease, opacity 0.5s ease;
}
.top-story .swiper-slide-active {
  transform: scale(1);
  opacity: 1;
  z-index: 2;
}
.top-story__card {
  display: block;
  color: #000;
  text-decoration: none;
}
.top-story__card-thumb {
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 10px;
  background: #e9e9e9;
}
.top-story__card-img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-story__card-body {
  padding-top: 1rem;
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 1.25rem;
}
.top-story__card-title {
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.6;
}
.top-story__card-date {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.85rem;
  color: #777;
}
.top-story__nav {
  position: absolute;
  top: 36%;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: none;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 10;
  cursor: pointer;
}
.top-story__nav::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}
.top-story__nav--prev {
  left: calc(50% - 260px);
}
.top-story__nav--prev::before {
  transform: translate(-35%, -50%) rotate(-135deg);
}
.top-story__nav--next {
  right: calc(50% - 260px);
}
.top-story__nav--next::before {
  transform: translate(-65%, -50%) rotate(45deg);
}
.top-story__bottom {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}
.top-story__link {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  color: #000;
  text-decoration: none;
  font-weight: 700;
}
.top-story__link-icon {
  position: relative;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #000;
}
.top-story__link-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(-65%, -50%) rotate(45deg);
}
@media screen and (max-width: 414px) {
  .top-story__nav {
    top: 32%;
    width: 38px;
    height: 38px;
  }
  .top-story__nav--prev {
    left: 1rem;
  }
  .top-story__nav--next {
    right: 1rem;
  }
}

.service {
  position: relative;
  margin: 5rem auto;
  background-color: #F4F4F4;
  overflow: hidden;
  padding: 5rem 0;
}
.service__back {
  position: absolute;
  top: -80%;
  left: -10%;
  display: none;
  z-index: 0;
  height: auto;
}
@media screen and (min-width: 960px) {
  .service__back {
    display: block;
  }
}
.service__cont {
  width: 80%;
  margin: 3rem auto 0;
  display: flex;
  gap: 5rem;
  align-items: flex-start;
}
.service__title {
  display: flex;
  flex-direction: column;
}
.service__title-head {
  font-size: 3rem;
  line-height: 1;
}
@media screen and (min-width: 960px) {
  .service__title-head {
    font-size: 5rem;
  }
}
.service__title-text {
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .service__title-text {
    font-size: 1.5rem;
  }
}
.service__title-desc {
  margin-top: 2rem;
  font-size: 1rem;
  font-weight: 600;
}
.service__title-btn {
  margin: 2rem auto;
}
@media screen and (min-width: 960px) {
  .service__title-btn {
    margin: 2rem 0 0 0;
  }
}

.service__img-mask {
  display: none;
  overflow: hidden;
  border-radius: 10px;
  max-width: 560px;
  width: 100%;
  flex-shrink: 0;
}
@media screen and (min-width: 960px) {
  .service__img-mask {
    display: block;
  }
}

.service__img {
  display: none;
  width: 100%;
  height: auto;
  border-radius: 10px;
  transform: translateY(100%);
  transition: transform 2.2s cubic-bezier(0.22, 1, 0.36, 1);
}
@media screen and (min-width: 960px) {
  .service__img {
    display: block;
  }
}

.service__img-mask.is-show .service__img {
  transform: translateY(0);
}

.top-news {
  margin: 5rem auto;
  padding: 0 5%;
}
@media screen and (min-width: 960px) {
  .top-news {
    padding: 0 10%;
  }
}
.top-news__inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.top-news__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2rem;
}
.top-news__head-sub {
  font-size: 1rem;
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .top-news__head-sub {
    font-size: 1.25rem;
  }
}
.top-news__head-main {
  text-align: center;
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .top-news__head-main {
    font-size: 5rem;
  }
}
.top-news__archive {
  color: #000;
  font-weight: 700;
  text-decoration: none;
}
.top-news__archive:hover {
  opacity: 0.7;
  text-decoration: none;
}
.top-news__list {
  width: 100%;
  margin: 2rem auto;
  display: flex;
  flex-direction: column;
}
.top-news__item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 2rem 0;
  border-bottom: 1px solid #000;
  color: #000;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 1280px) {
  .top-news__item {
    flex-direction: row;
    align-items: center;
    gap: 2rem;
  }
}
.top-news__item:hover {
  opacity: 0.6;
  text-decoration: none;
}
.top-news__meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-shrink: 0;
  flex-wrap: wrap;
}
@media screen and (min-width: 960px) {
  .top-news__meta {
    min-width: 240px;
  }
}
.top-news__date {
  font-size: 1rem;
  font-weight: 700;
}
.top-news__cat {
  padding: 0.25rem 0.9rem;
  border: 1px solid #000;
  border-radius: 999px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
}
.top-news__title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  margin: 0;
}
@media screen and (min-width: 960px) {
  .top-news__title {
    font-size: 18px;
  }
}
.top-news__empty {
  padding: 2rem 0;
}
.top-news__btn {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.top-blog {
  position: relative;
  margin: 5rem auto;
  padding: 0 0 5rem;
  overflow: hidden;
}
.top-blog::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 120%;
  height: 140px;
  background-color: #231d1d;
  border-radius: 50% 50% 0 0/100% 100% 0 0;
  z-index: 0;
}
@media screen and (min-width: 960px) {
  .top-blog::before {
    height: 180px;
  }
}
.top-blog__head {
  position: relative;
  z-index: 2;
  width: 90%;
  margin: 0 auto 2rem;
}
@media screen and (min-width: 1280px) {
  .top-blog__head {
    width: 80%;
  }
}
.top-blog__title {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.top-blog__title-sub {
  font-size: 1rem;
  font-weight: 700;
}
.top-blog__title-main {
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media screen and (min-width: 960px) {
  .top-blog__title-main {
    font-size: 5rem;
  }
}
.top-blog__link {
  margin-top: 1.5rem;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  color: #000;
  font-weight: 700;
}
.top-blog__link:hover {
  opacity: 0.7;
  text-decoration: none;
}
.top-blog__link-icon {
  position: relative;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #000;
  flex-shrink: 0;
}
.top-blog__link-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(-65%, -50%) rotate(45deg);
}
.top-blog__link-text {
  font-size: 1rem;
  font-weight: 700;
}
.top-blog__slider {
  position: relative;
  z-index: 2;
  width: 90%;
  margin: 0 auto;
  overflow: visible;
}
@media screen and (min-width: 1280px) {
  .top-blog__slider {
    width: 80%;
  }
}
.top-blog .swiper {
  overflow: visible;
}
.top-blog .swiper-slide {
  height: auto;
}
.top-blog__card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  color: #000;
  text-decoration: none;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}
.top-blog__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
  text-decoration: none;
}
.top-blog__card-thumb {
  aspect-ratio: 5/3;
  background: #e9e9e9;
  overflow: hidden;
}
@media screen and (min-width: 1280px) {
  .top-blog__card-thumb {
    aspect-ratio: 4/3;
  }
}
.top-blog__card-img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-blog__card-body {
  padding: 0.9rem 0.9rem 1rem;
}
.top-blog__card-meta {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  flex-wrap: wrap;
  margin-bottom: 0.5rem;
}
.top-blog__card-date {
  font-size: 0.7rem;
  font-weight: 700;
}
.top-blog__card-cat {
  font-size: 0.65rem;
  font-weight: 700;
  padding: 0.15rem 0.55rem;
  border: 1px solid #000;
  border-radius: 999px;
  line-height: 1.2;
}
.top-blog__card-title {
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
}
@media screen and (min-width: 960px) {
  .top-blog__card-title {
    font-size: 1rem;
  }
}
.top-blog__viewport {
  overflow: hidden;
}
.top-blog__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 5;
  cursor: pointer;
}
.top-blog__nav::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}
.top-blog__nav--prev {
  left: -22px;
}
.top-blog__nav--prev::before {
  transform: translate(-35%, -50%) rotate(-135deg);
}
.top-blog__nav--next {
  right: -22px;
}
.top-blog__nav--next::before {
  transform: translate(-65%, -50%) rotate(45deg);
}

.achieve {
  position: relative;
  width: 100%;
  margin: 5rem auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.achieve-title {
  font-size: 1rem;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .achieve-title {
    font-size: 1.25rem;
  }
}

.logo-slider {
  width: 100%;
  overflow: hidden;
  padding: 1rem 0;
}
.logo-slider__track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  gap: 4rem;
  animation: logoSlide 34s linear infinite;
}
.logo-slider__img {
  display: block;
  width: auto;
  height: clamp(48px, 6vw, 90px);
  flex-shrink: 0;
}

@keyframes logoSlide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.recruit {
  position: relative;
  width: 95%;
  margin: 3rem auto;
  padding: 3rem 5%;
  background-image: url("./../img/top-rec-back-sp.png");
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .recruit {
    margin: 8rem auto;
    background-image: url("./../img/top-rec-back.png");
    padding: 5rem 15%;
    background-size: cover;
  }
}
.recruit__head {
  font-size: 3rem;
  line-height: 1;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .recruit__head {
    font-size: 5rem;
  }
}
.recruit__desc {
  font-size: 1rem;
  color: #fff;
  text-align: center;
  font-weight: 600;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .recruit__desc {
    font-size: 18px;
  }
}
.recruit__title {
  line-height: 1;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .recruit__title {
    font-size: 1rem;
  }
}
.recruit__btn {
  margin: 3rem auto 0;
}

.cta {
  position: relative;
  padding: 5rem 5%;
  background-color: #F4F4F4;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  border-top: #000000 1px solid;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .cta {
    padding: 5rem 5% 5rem 15%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}
.cta__title-wrap {
  display: flex;
  gap: 2rem;
  flex-direction: column;
}
@media screen and (min-width: 960px) {
  .cta__title-wrap {
    flex-direction: row;
    align-items: flex-end;
    gap: 5rem;
  }
}
.cta__title-head {
  font-size: 3rem;
  line-height: 1;
}
@media screen and (min-width: 960px) {
  .cta__title-head {
    font-size: 5rem;
  }
}
.cta__title-text {
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .cta__title-text {
    font-size: 1.5rem;
  }
}
.cta__btn {
  position: static;
  align-self: center;
}
@media screen and (min-width: 960px) {
  .cta__btn {
    align-self: flex-end;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto 0;
  }
}

#wrapper {
  background: url(img/prairie-woman-at-sunset.jpg) center center no-repeat;
  background-size: cover;
  height: 30vh;
}

.page-about {
  position: relative;
  margin: 3rem auto 5rem;
}
@media screen and (min-width: 768px) {
  .page-about {
    margin: 5rem auto;
  }
}
.page-about__fv {
  width: 90%;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .page-about__fv {
    width: 80%;
  }
}
@media screen and (min-width: 960px) {
  .page-about__fv {
    flex-direction: row;
    align-items: center;
    gap: 5rem;
  }
}
.page-about__fv-item {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  font-size: 1rem;
  line-height: 2;
  color: #000;
}
@media screen and (min-width: 960px) {
  .page-about__fv-item {
    flex: 1;
    gap: 2rem;
  }
}
.page-about__fv-item-title {
  font-size: 1.5rem;
  color: #000;
  font-weight: 600;
}
.page-about__fv-item-title > h2 {
  color: #A5A5A5;
  font-size: 14px;
  letter-spacing: 0.08em;
}
.page-about__fv-item-title-sub {
  font-size: 1.25rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .page-about__fv-item-title-sub {
    font-size: 1.3rem;
  }
}
.page-about__fv-item-title-sub-title {
  font-size: clamp(2rem, 10vw, 3rem);
  line-height: 1.15;
  font-weight: 700;
}
@media screen and (min-width: 960px) {
  .page-about__fv-item-title-sub-title {
    font-size: 3rem;
  }
}
.page-about__fv-img {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  order: 2;
}
@media screen and (min-width: 768px) {
  .page-about__fv-img {
    gap: 2rem;
  }
}
@media screen and (min-width: 960px) {
  .page-about__fv-img {
    width: 40%;
    gap: 4rem;
    order: 0;
  }
}
.page-about__fv-img > img {
  height: auto;
  border-radius: 10px;
}
.page-about__fv-img-01 {
  max-width: 65%;
  margin-right: auto;
  height: auto;
}
@media screen and (min-width: 768px) {
  .page-about__fv-img-01 {
    max-width: 55%;
  }
}
@media screen and (min-width: 960px) {
  .page-about__fv-img-01 {
    max-width: 80%;
    margin-right: 20%;
  }
}
.page-about__fv-img-02 {
  max-width: 58%;
  margin: 0 0 0 auto;
  height: auto;
}
@media screen and (min-width: 768px) {
  .page-about__fv-img-02 {
    max-width: 48%;
  }
}
@media screen and (min-width: 960px) {
  .page-about__fv-img-02 {
    max-width: none;
    margin: 0 0 0 auto;
  }
}
.page-about__fv-deco {
  position: absolute;
  bottom: 5%;
  left: 0;
  width: 70px;
  height: auto;
  transform: rotate(-7deg);
}
@media screen and (min-width: 768px) {
  .page-about__fv-deco {
    width: 100px;
  }
}
.page-about__fv-back {
  position: absolute;
}
.page-about__fv-back-01 {
  top: 0;
  left: 0;
  height: auto;
  max-width: 45%;
  z-index: -1;
}
.page-about__fv-back-02 {
  top: 6%;
  right: 0;
  max-width: 25%;
  height: auto;
  z-index: -1;
}

.principles {
  position: relative;
  margin: 5rem auto;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .principles {
    margin: 6rem auto;
  }
}
.principles__inner {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .principles__inner {
    width: 80%;
  }
}
@media screen and (min-width: 960px) {
  .principles__inner {
    width: 70%;
  }
}
.principles__head {
  text-align: center;
  margin-bottom: 1rem;
}
@media screen and (min-width: 960px) {
  .principles__head {
    margin-bottom: 2rem;
  }
}
.principles__head p {
  color: #aaa;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .principles__head p {
    font-size: 14px;
  }
}
.principles__head h2 {
  margin-top: 0.4rem;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .principles__head h2 {
    font-size: 1.25rem;
  }
}
.principles__block {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  padding: 1rem 0;
  border-bottom: 1px solid #d8d8d8;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .principles__block {
    text-align: left;
  }
}
@media screen and (min-width: 960px) {
  .principles__block {
    grid-template-columns: 120px 1fr;
    gap: 3rem;
    padding: 4rem 0;
  }
}
.principles__label {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 960px) {
  .principles__label {
    justify-content: flex-start;
  }
}
.principles__label img {
  display: block;
  width: 120px;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (min-width: 960px) {
  .principles__label img {
    width: 140px;
  }
}
.principles__content {
  position: relative;
  max-width: 880px;
}
.principles__content h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
.principles__content p {
  margin-top: 0.5rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.9;
}
.principles__mission {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.principles__mission h4 {
  font-weight: 700;
  line-height: 1.7;
  font-size: 1.25rem;
}
.principles__mission p {
  margin-top: 0.25rem;
  font-size: 1rem;
}
.principles__flow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .principles__flow {
    justify-content: flex-start;
    gap: 0.75rem;
  }
}
.principles__flow span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 110px;
  padding: 0.7rem 0.8rem;
  border: 1px solid #000;
  background: #fff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .principles__flow span {
    min-width: 120px;
    padding: 0.8rem 1rem;
    font-size: 1.25rem;
  }
}
.principles__flow strong {
  font-size: 1rem;
  font-weight: 700;
}
.principles__flow .is-orange {
  color: #fff;
  background: #ff6a21;
  border-color: #ff6a21;
}
.principles__illust {
  position: static;
  transform: none;
  width: 160px;
  height: auto;
  margin: 2rem auto 0;
}
@media screen and (min-width: 768px) {
  .principles__illust {
    width: 200px;
  }
}
@media screen and (min-width: 960px) {
  .principles__illust {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-35%);
    width: min(28%, 220px);
    margin: 0;
  }
}
.principles__value {
  margin-bottom: 2.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .principles__value {
    text-align: left;
  }
}
.principles__value:last-child {
  margin-bottom: 0;
}
.principles__value-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  padding: 0.8rem 1rem;
  margin-bottom: 1.25rem;
  background: #f4f4f4;
  border-left: 8px solid #ff6a21;
}
@media screen and (min-width: 768px) {
  .principles__value-title {
    gap: 1.5rem;
    padding: 1rem 1.5rem;
    border-left-width: 10px;
  }
}
.principles__value-title span,
.principles__value-title strong {
  color: #ff6a21;
  font-size: 1.5rem;
  font-weight: 700;
}
.principles__value-title-b {
  border-left: 8px solid #2E93CC;
}
.principles__value-title-b > strong, .principles__value-title-b span {
  color: #2E93CC;
}
.principles__value-title-g {
  border-left: 8px solid #1CB78C;
}
.principles__value-title-g > strong, .principles__value-title-g span {
  color: #1CB78C;
}
.principles__value h3 {
  font-size: 1.5rem;
}
.principles__value h4 {
  margin-top: 1.25rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.7;
}

.message {
  margin: 4rem auto;
}
.message__inner {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .message__inner {
    width: 80%;
  }
}
@media screen and (min-width: 960px) {
  .message__inner {
    width: 70%;
  }
}
.message__head {
  text-align: center;
  margin-bottom: 2rem;
  line-height: 1;
}
.message__head h2 {
  color: #aaa;
  font-weight: 700;
  letter-spacing: 0.08em;
  font-size: 14px;
}
.message__head p {
  margin-top: 0.3rem;
  font-size: 1.25rem;
  font-weight: 700;
}
.message__main {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media screen and (min-width: 960px) {
  .message__main {
    grid-template-columns: 360px 1fr;
    gap: 5rem;
    align-items: center;
  }
}
@media screen and (min-width: 1280px) {
  .message__main {
    grid-template-columns: 400px 1fr;
    gap: 6rem;
  }
}
.message__photo {
  position: relative;
  width: min(100%, 300px);
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .message__photo {
    width: 320px;
  }
}
@media screen and (min-width: 960px) {
  .message__photo {
    width: 360px;
  }
}
@media screen and (min-width: 1280px) {
  .message__photo {
    width: 400px;
  }
}
.message__photo img {
  display: block;
  width: 100%;
  height: auto;
}
.message__catch {
  text-align: left;
}
.message__catch img {
  display: block;
  width: 40px;
  height: auto;
  margin: 0 0 1rem;
  transform: rotate(14deg);
}
@media screen and (min-width: 960px) {
  .message__catch img {
    position: relative;
    left: -2rem;
    width: 70px;
  }
}
@media screen and (min-width: 1280px) {
  .message__catch img {
    left: -3rem;
    width: 80px;
  }
}
.message__catch h3 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.9;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .message__catch h3 {
    text-align: left;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1280px) {
  .message__catch h3 {
    font-size: 2rem;
  }
}
.message__catch h3 + h3 {
  margin-top: 0.4rem;
}
.message__body {
  margin-top: 2.5rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 2;
}
@media screen and (min-width: 960px) {
  .message__body {
    margin-top: 4rem;
    line-height: 2.2;
  }
}
.message__body p + p {
  margin-top: 1.25rem;
}
.message__profile {
  margin-top: 2rem;
  padding: 1.2rem;
  border: 1px solid #000;
  border-radius: 8px;
}
@media screen and (min-width: 960px) {
  .message__profile {
    margin-top: 3rem;
    padding: 1.5rem 2rem;
  }
}
.message__profile h3 {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
}
.message__profile p {
  font-size: 1rem;
  line-height: 2;
  font-weight: 600;
}

.company-info {
  margin: 5rem auto 6rem;
}
@media screen and (min-width: 960px) {
  .company-info {
    margin: 6rem auto 8rem;
  }
}
.company-info__inner {
  width: 88%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: end;
}
@media screen and (min-width: 768px) {
  .company-info__inner {
    width: 80%;
  }
}
@media screen and (min-width: 960px) {
  .company-info__inner {
    width: 85%;
    margin: 0 0 0 auto;
    grid-template-columns: 1fr 42%;
    gap: 5rem;
  }
}
.company-info__head {
  margin-bottom: 2rem;
}
.company-info__head h2 {
  color: #aaa;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
}
.company-info__head p {
  margin-top: 0.4rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
}
.company-info__list div {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5rem;
  padding: 1rem 0;
  border-bottom: 1px solid #ddd;
}
@media screen and (min-width: 768px) {
  .company-info__list div {
    grid-template-columns: 120px 1fr;
    gap: 2rem;
    padding: 1.2rem 0;
  }
}
.company-info__list dt {
  font-size: 1rem;
  font-weight: 700;
}
.company-info__list dd {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  word-break: break-word;
}
@media screen and (min-width: 768px) {
  .company-info__list dd {
    flex-direction: row;
    gap: 2rem;
  }
}
.company-info__list dd > a {
  color: #000;
  text-decoration: underline;
  transition: all 0.3s;
}
.company-info__list dd > a:hover {
  opacity: 0.6;
}
.company-info__img img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 960px) {
  .company-info__img img {
    height: 100%;
  }
}

.company__mes {
  position: relative;
  padding-top: 5rem;
  margin: 3rem auto;
}
.company__mes-cont {
  margin: 2rem auto;
  display: flex;
  gap: 3rem;
}
.company__mes-img {
  width: 40%;
  height: auto;
}
.company__mes-text {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.company__mes-text > h3 {
  font-size: 1.5rem;
}
.company__mes-text-name {
  margin: 1rem 0 1rem auto;
  font-size: 1.25rem;
}
.company__list {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 50%;
}
.company__list-item {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 1rem;
  padding: 1rem 0 2rem;
  border-bottom: 1px solid #707070;
}
.company__list-item:first-child {
  border-top: 1px solid #707070;
}
.company__btn > p {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
.company__complete {
  display: flex;
  flex-direction: column;
  width: -moz-fit-content;
  width: fit-content;
}
.company__complete > a {
  margin-top: 3rem;
}

.wpcf7-spinner {
  display: none;
}

.page-service {
  width: 80%;
  margin: 3rem auto 6rem;
}
.page-service__lead {
  margin-bottom: 3rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 2;
}
.page-service__block {
  padding: 3rem 5%;
  border: 1px solid #C7C7C7;
  border-radius: 10px;
}
.page-service__block-wrap {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
.page-service__title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .page-service__title {
    font-size: 2rem;
  }
}
.page-service__desc {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .page-service__desc {
    font-size: 1.5rem;
  }
}
.page-service__text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  margin-bottom: 2rem;
}
.page-service__table {
  margin-bottom: 2rem;
  border-top: 1px solid #ddd;
}
.page-service__row {
  display: grid;
  grid-template-columns: 180px 1fr;
  border-bottom: 1px solid #ddd;
}
.page-service__row dt {
  background: #111;
  color: #fff;
  padding: 1rem;
  font-size: 0.85rem;
  font-weight: 700;
  text-align: center;
}
.page-service__row dd {
  padding: 1rem 2rem;
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 700;
}
.page-service__btn {
  text-align: center;
}

/* レスポンシブ */
@media screen and (max-width: 414px) {
  .page-service {
    width: 90%;
  }
  .page-service__row {
    grid-template-columns: 1fr;
  }
  .page-service__row dt {
    padding: 0.75rem;
  }
  .page-service__row dd {
    padding: 0.75rem;
  }
}
.page-service-detail {
  position: relative;
  overflow: hidden;
}
.page-service-detail__fv {
  position: relative;
  background-color: #2b2523;
  color: #fff;
  padding: 3rem 0 2rem;
  overflow: hidden;
}
.page-service-detail__fv-inner {
  width: 80%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.page-service-detail__fv-line {
  position: absolute;
  top: 0;
  right: 0;
  height: auto;
  max-width: 80%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 0;
  pointer-events: none;
}
@media screen and (min-width: 960px) {
  .page-service-detail__fv-line {
    max-width: none;
    height: 100%;
  }
}
.page-service-detail__fv-inner {
  width: 80%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.page-service-detail__fv-lead {
  font-size: 0.8rem;
  line-height: 1.8;
  font-weight: 600;
  margin-bottom: 1rem;
}
.page-service-detail__fv-lead-set {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
.page-service-detail__fv-title {
  font-size: 4rem;
  line-height: 1;
  font-weight: 700;
}
.page-service-detail__bread {
  width: 80%;
  margin: 1rem auto 0;
}
.page-service-detail__intro {
  position: relative;
  width: 70%;
  margin: 3rem auto 6rem;
  text-align: center;
}
.page-service-detail__intro-img {
  display: block;
  width: min(100%, 700px);
  height: auto;
  margin: 0 auto 2.5rem;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-service-detail__intro-text {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2.4;
}
.page-service-detail__deco {
  position: absolute;
  height: auto;
  pointer-events: none;
  z-index: -1;
}
.page-service-detail__deco--green {
  width: 180px;
  left: 15%;
  top: 2rem;
}
.page-service-detail__deco--orange {
  width: 86px;
  left: -4%;
  top: 8rem;
}
.page-service-detail__deco--blue {
  width: 120px;
  right: 3%;
  top: 7rem;
}
.page-service-detail__about {
  width: 70%;
  margin: 0 auto 6rem;
  text-align: center;
}
.page-service-detail__section-head {
  margin: 0 auto 2rem;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.page-service-detail__section-head__sche {
  margin: 0 auto;
}
.page-service-detail__section-head img {
  position: relative;
  display: block;
  width: 52px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}
.page-service-detail__section-head-text p {
  font-size: 1rem;
  font-weight: 700;
}
.page-service-detail__section-head-text h2 {
  text-align: left;
  margin-top: 0.3rem;
  font-size: 2rem;
  font-weight: 700;
}
.page-service-detail__about-text {
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 2.2;
  margin-bottom: 3rem;
}
.page-service-detail__points {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media screen and (min-width: 960px) {
  .page-service-detail__points {
    grid-template-columns: repeat(3, 1fr);
  }
}
.page-service-detail__point {
  border: 2px solid #2E2827;
  padding: 2rem 1.5rem;
  text-align: center;
  min-height: 220px;
  border-radius: 6px;
}
.page-service-detail__point-label {
  margin: 0 auto 1rem;
  font-size: 1.125rem;
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 2px solid #2E2827;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
.page-service-detail__point-label span {
  font-size: 2rem;
  margin-left: 0.25rem;
  line-height: 1;
}
.page-service-detail__point h3 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 1.25rem;
}
.page-service-detail__point p {
  font-size: 0.85rem;
  line-height: 2;
  font-weight: 600;
}
.page-service-detail__schedule-img, .page-service-detail__skills, .page-service-detail__overview, .page-service-detail__schedule {
  width: 70%;
  margin: 0 auto 6rem;
  font-weight: 600;
}
.page-service-detail__wide-scroll {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.page-service-detail__wide-scroll img {
  display: block;
  width: 100%;
  height: auto;
}
.page-service-detail__section-head--left {
  text-align: left;
  margin: 0 0 2rem 0 !important;
}
.page-service-detail__section-head--left img {
  margin: 0 0 0.5rem;
}
.page-service-detail__skills-lead {
  margin-bottom: 2rem;
  font-size: 1.125rem;
  line-height: 2;
  font-weight: 600;
}
.page-service-detail__skills-content {
  display: grid;
  grid-template-columns: 1fr 220px;
  gap: 3rem;
  align-items: center;
}
.page-service-detail__skills-row {
  display: grid;
  grid-template-columns: 140px 1fr;
  border-bottom: 1px solid #ddd;
  align-items: center;
  padding: 0 0 20px;
}
.page-service-detail__skills-row dt {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 0;
  font-size: 1rem;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-weight: 700;
}
.page-service-detail__skills-row dt > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  font-size: 0.8rem;
  font-weight: 700;
  border: 1px solid #000;
  border-radius: 50%;
  line-height: 1;
  flex-shrink: 0;
}
.page-service-detail__skills-row dd {
  padding: 1rem 0;
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 2rem;
  font-size: 0.85rem;
  align-items: center;
}
.page-service-detail__skills-row dd strong {
  font-weight: 700;
  font-size: 1.125rem;
}
.page-service-detail__skills-img {
  width: 220px;
  height: auto;
}
.page-service-detail__overview {
  display: flex;
  gap: 5rem;
}
.page-service-detail__overview-box {
  border: 2px solid #2E2827;
  width: 100%;
  padding: 2rem;
}
.page-service-detail__overview-row {
  width: -moz-max-content;
  width: max-content;
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 2rem;
  padding: 1rem 0;
  border-bottom: 1px solid #ddd;
}
.page-service-detail__overview-row:last-child {
  border-bottom: none;
}
.page-service-detail__overview-row dt {
  background: #2b2523;
  color: #fff;
  padding: 0.5rem 1rem;
  font-size: 0.8rem;
  font-weight: 700;
  text-align: center;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 3px;
}
.page-service-detail__overview-row dd {
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 600;
}
.page-service-detail__overview-row dd > a {
  color: #000;
  text-decoration: underline;
  transition: all 0.3s;
}
.page-service-detail__overview-row dd > a:hover {
  opacity: 0.6;
}
.page-service-detail__schedule-note {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1rem;
  font-weight: 700;
}
.page-service-detail__table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  font-size: 0.85rem;
}
.page-service-detail__table th,
.page-service-detail__table td {
  padding: 1rem;
  border-bottom: 1px solid #ddd;
  text-align: center;
  line-height: 1.6;
}
.page-service-detail__table th {
  width: 120px;
  background: #999;
  color: #fff;
  font-weight: 700;
}
.page-service-detail__table td {
  background: #fff;
  font-weight: 600;
}
.page-service-detail__table tr:first-child td {
  background: #f4f4f4;
  font-weight: 700;
}
.page-service-detail__result {
  width: 80%;
  margin: 0 auto 8rem;
}
.page-service-detail__result-list {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin-top: 3rem;
}
.page-service-detail__result-item {
  display: grid;
  grid-template-columns: 38% 1fr;
  gap: 4rem;
  align-items: center;
  width: 90%;
}
.page-service-detail__result-item:nth-child(even) {
  margin-left: 10%;
}
.page-service-detail__result-img img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-service-detail__result-text h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
}
.page-service-detail__result-text p {
  font-size: 1rem;
  font-weight: 600;
  line-height: 2;
}
.page-service-detail__result-cta {
  position: relative;
  width: 78%;
  margin: 5rem auto 0;
  padding: 2rem 3rem;
  background-color: #f2f2f2;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.page-service-detail__result-cta-icon {
  position: absolute;
  left: -24px;
  top: 1rem;
}
.page-service-detail__result-cta-icon img {
  display: block;
  width: 80px;
  height: auto;
}
.page-service-detail__result-cta-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  text-align: center;
}
.page-service-detail__result-cta-body p {
  font-size: 1rem;
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 414px) {
  .page-service-detail__result {
    width: 90%;
    margin-bottom: 5rem;
  }
  .page-service-detail__result-list {
    gap: 2.5rem;
  }
  .page-service-detail__result-item {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
  .page-service-detail__result-item:nth-child(even) .page-service-detail__result-img {
    margin-left: 0;
  }
  .page-service-detail__result-text h3 {
    font-size: 1.1rem;
    margin-bottom: 0.75rem;
  }
  .page-service-detail__result-text p {
    font-size: 0.8rem;
    line-height: 2;
  }
  .page-service-detail__result-cta {
    width: 100%;
    margin-top: 3rem;
    padding: 3rem 1.25rem 2rem;
    border-radius: 28px;
  }
  .page-service-detail__result-cta-icon {
    left: 1rem;
    top: -24px;
  }
  .page-service-detail__result-cta-icon img {
    width: 48px;
  }
  .page-service-detail__result-cta-body p {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 414px) {
  .page-service-detail__schedule-img, .page-service-detail__skills, .page-service-detail__overview, .page-service-detail__schedule {
    width: 90%;
    margin-bottom: 4rem;
  }
  .page-service-detail__wide-scroll img {
    width: 900px;
    max-width: none;
  }
  .page-service-detail__skills-content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .page-service-detail__skills-img {
    width: 160px;
    margin: 0 auto;
  }
  .page-service-detail__skills-row {
    grid-template-columns: 1fr;
  }
  .page-service-detail__skills-row dt {
    padding: 0.8rem 0 0.2rem;
  }
  .page-service-detail__skills-row dd {
    grid-template-columns: 1fr;
    gap: 0.4rem;
    padding: 0.5rem 0 1rem;
  }
  .page-service-detail__overview-box {
    padding: 1rem;
  }
  .page-service-detail__overview-row {
    grid-template-columns: 1fr;
    gap: 0.7rem;
  }
}
@media screen and (max-width: 414px) {
  .page-service-detail__fv {
    padding: 2.5rem 0 1.5rem;
  }
  .page-service-detail__fv-inner, .page-service-detail__bread, .page-service-detail__intro, .page-service-detail__about {
    width: 90%;
  }
  .page-service-detail__fv-title {
    font-size: 2.2rem;
  }
  .page-service-detail__fv-lead {
    font-size: 0.7rem;
  }
  .page-service-detail__intro {
    margin: 2.5rem auto 4rem;
  }
  .page-service-detail__intro-text, .page-service-detail__about-text {
    text-align: left;
    font-size: 0.8rem;
    line-height: 2;
  }
  .page-service-detail__deco--green {
    width: 80px;
    left: -5%;
    top: 2rem;
  }
  .page-service-detail__deco--orange {
    width: 48px;
    left: -2%;
    top: 9rem;
  }
  .page-service-detail__deco--blue {
    width: 70px;
    right: -5%;
    top: 8rem;
  }
  .page-service-detail__section-head h2 {
    font-size: 1.5rem;
  }
  .page-service-detail__point {
    padding: 1.5rem 1rem;
  }
}

.page-service-detail__fv-title-set {
  font-size: 2rem;
}
.page-service-detail__engineering {
  width: 70%;
  margin: 3rem auto 8rem;
}
.page-service-detail__engineering-head {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 2rem;
}
.page-service-detail__engineering-head span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #000;
  flex-shrink: 0;
}
.page-service-detail__engineering-head h2 {
  font-size: 1.5rem;
  font-weight: 700;
}
.page-service-detail__engineering-intro {
  display: grid;
  grid-template-columns: 38% 1fr;
  gap: 4rem;
  align-items: center;
  margin-bottom: 4rem;
}
.page-service-detail__engineering-img img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 6px;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-service-detail__engineering-text h3 {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.page-service-detail__engineering-text p {
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 2;
}
.page-service-detail__engineering-text p > span {
  background-color: #DEF3FF;
}
.page-service-detail__engineering-overview {
  margin-bottom: 4rem;
}
.page-service-detail__engineering-overview-grid {
  display: flex;
  gap: 3rem;
  align-items: start;
}
.page-service-detail__engineering-overview-text p {
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 2;
}
.page-service-detail__engineering-flow img {
  display: block;
  width: 100%;
  min-width: 600px;
  height: auto;
}
.page-service-detail__engineering-points {
  margin-bottom: 5rem;
}
.page-service-detail__skills--engineering {
  width: 100%;
  margin: 0 0 5rem;
}
.page-service-detail__overview--engineering {
  width: 100%;
  margin: 0 0 6rem;
}
.page-service-detail__engineering-schedule {
  width: 100%;
}
.page-service-detail__small-head {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}
.page-service-detail__small-head span {
  width: 16px;
  height: 16px;
  background-color: #2d9cdb;
  border-radius: 50%;
  flex-shrink: 0;
}
.page-service-detail__small-head h2 {
  font-size: 1.25rem;
  font-weight: 700;
}
.page-service-detail__recommend {
  margin-bottom: 5rem;
}
.page-service-detail__recommend-list {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 95%;
  margin-left: 5%;
}
.page-service-detail__recommend-list li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 0;
  border-bottom: 1px solid #999;
}
.page-service-detail__recommend-list li img {
  width: 24px;
  height: auto;
  flex-shrink: 0;
}
.page-service-detail__recommend-list li span {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.6;
}
.page-service-detail__after {
  margin-bottom: 4rem;
}
.page-service-detail__after-content {
  display: grid;
  grid-template-columns: 38% 1fr;
  gap: 4rem;
  align-items: center;
}
.page-service-detail__after-img img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-service-detail__after-list {
  display: flex;
  flex-direction: column;
}
.page-service-detail__after-item {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 1.25rem;
  align-items: center;
  padding: 1.5rem 0;
  border-bottom: 1px solid #ddd;
}
.page-service-detail__after-item img {
  width: 32px;
  height: auto;
}
.page-service-detail__after-item p {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8;
}
.page-service-detail__pickup {
  border: 2px solid #2E2827;
  display: grid;
  grid-template-columns: 220px 1fr;
  align-items: stretch;
}
.page-service-detail__pickup-head {
  padding: 2rem;
}
.page-service-detail__pickup-head p {
  font-size: 0.75rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.page-service-detail__pickup-head h2 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}
.page-service-detail__pickup-card {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 2rem;
  align-items: center;
  padding: 1.5rem 2rem;
  color: #000;
  text-decoration: none;
}
.page-service-detail__pickup-card:hover {
  opacity: 0.7;
  text-decoration: none;
}
.page-service-detail__pickup-img img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-service-detail__pickup-body h3 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 1rem;
}
.page-service-detail__pickup-body time {
  font-size: 0.85rem;
  color: #777;
}
@media screen and (max-width: 414px) {
  .page-service-detail__engineering-bottom {
    width: 90%;
    margin-bottom: 5rem;
  }
  .page-service-detail__recommend {
    margin-bottom: 4rem;
  }
  .page-service-detail__after-content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .page-service-detail__after-item {
    grid-template-columns: 36px 1fr;
    gap: 1rem;
  }
  .page-service-detail__after-item p {
    font-size: 0.85rem;
  }
  .page-service-detail__pickup {
    grid-template-columns: 1fr;
  }
  .page-service-detail__pickup-head {
    border-right: none;
    border-bottom: 1px solid #000;
    padding: 1.5rem;
  }
  .page-service-detail__pickup-card {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 1.5rem;
  }
}
@media screen and (max-width: 414px) {
  .page-service-detail__engineering {
    width: 90%;
    margin-bottom: 5rem;
  }
  .page-service-detail__engineering-intro, .page-service-detail__engineering-overview-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .page-service-detail__engineering-text h3 {
    font-size: 1.1rem;
  }
  .page-service-detail__engineering-text p {
    font-size: 0.8rem;
    line-height: 2;
  }
  .page-service-detail__engineering-flow {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .page-service-detail__engineering-flow img {
    width: 760px;
    max-width: none;
  }
}

/* =========================
  page-service-detail responsive override
========================= */
.page-service-detail__fv {
  padding: 2.5rem 0 2rem;
}
@media screen and (min-width: 768px) {
  .page-service-detail__fv {
    padding: 3rem 0 2rem;
  }
}
.page-service-detail__fv-inner, .page-service-detail__bread, .page-service-detail__intro, .page-service-detail__about, .page-service-detail__result, .page-service-detail__engineering {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .page-service-detail__fv-inner, .page-service-detail__bread, .page-service-detail__intro, .page-service-detail__about, .page-service-detail__result, .page-service-detail__engineering {
    width: 84%;
  }
}
@media screen and (min-width: 960px) {
  .page-service-detail__fv-inner, .page-service-detail__bread, .page-service-detail__intro, .page-service-detail__about, .page-service-detail__result, .page-service-detail__engineering {
    width: 76%;
  }
}
@media screen and (min-width: 1280px) {
  .page-service-detail__fv-inner, .page-service-detail__bread, .page-service-detail__intro, .page-service-detail__about, .page-service-detail__result, .page-service-detail__engineering {
    width: 70%;
  }
}
.page-service-detail__fv-title {
  font-size: clamp(2rem, 8vw, 4rem);
  line-height: 1.15;
}
.page-service-detail__fv-title-set {
  font-size: clamp(1.6rem, 6vw, 3.5rem);
  line-height: 1.4;
}
.page-service-detail__fv-lead {
  font-size: 1rem;
  line-height: 1.8;
}
.page-service-detail__intro {
  margin-top: 3rem;
  margin-bottom: 4rem;
}
@media screen and (min-width: 960px) {
  .page-service-detail__intro {
    margin-bottom: 6rem;
  }
}
.page-service-detail__intro-text, .page-service-detail__about-text {
  font-size: 1rem;
  line-height: 2;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .page-service-detail__intro-text, .page-service-detail__about-text {
    text-align: center;
    line-height: 2.2;
  }
}
.page-service-detail__section-head {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto 2rem;
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .page-service-detail__section-head {
    gap: 1rem;
  }
}
.page-service-detail__section-head img {
  width: 42px;
  margin: 0;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .page-service-detail__section-head img {
    width: 52px;
  }
}
.page-service-detail__section-head-text p {
  font-size: 1rem;
  line-height: 1.5;
}
.page-service-detail__section-head-text h2 {
  font-size: clamp(1.5rem, 5vw, 2rem);
  line-height: 1.35;
}
.page-service-detail__section-head--left {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.page-service-detail__points {
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .page-service-detail__points {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 960px) {
  .page-service-detail__points {
    grid-template-columns: repeat(3, 1fr);
  }
}
.page-service-detail__point {
  min-height: auto;
  padding: 1.5rem 1rem;
}
@media screen and (min-width: 768px) {
  .page-service-detail__point {
    padding: 2rem 1.5rem;
  }
}
.page-service-detail__point-label {
  font-size: 1rem;
}
.page-service-detail__point-label span {
  font-size: 1.75rem;
}
@media screen and (min-width: 768px) {
  .page-service-detail__point-label span {
    font-size: 2rem;
  }
}
.page-service-detail__point h3,
.page-service-detail__point p {
  font-size: 1rem;
}
.page-service-detail__wide-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.page-service-detail__wide-scroll img,
.page-service-detail__wide-scroll table {
  min-width: 760px;
}
.page-service-detail__skills-content {
  display: flex;
  flex-direction: column-reverse;
  gap: 2rem;
}
@media screen and (min-width: 960px) {
  .page-service-detail__skills-content {
    display: grid;
    grid-template-columns: 1fr 220px;
    gap: 3rem;
  }
}
.page-service-detail__skills-lead {
  font-size: 1rem;
  line-height: 2;
}
.page-service-detail__skills-row {
  grid-template-columns: 1fr;
  gap: 0.25rem;
  padding: 1rem 0;
}
@media screen and (min-width: 960px) {
  .page-service-detail__skills-row {
    grid-template-columns: 160px 1fr;
    gap: 1.5rem;
  }
}
.page-service-detail__skills-row dt {
  padding: 0;
  font-size: 1.25rem;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .page-service-detail__skills-row dt {
    justify-content: flex-start;
  }
}
.page-service-detail__skills-row dd {
  padding: 0;
  grid-template-columns: 1fr;
  gap: 0.5rem;
  font-size: 1.25rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-service-detail__skills-row dd {
    text-align: left;
    grid-template-columns: 220px 1fr;
    gap: 2rem;
  }
}
.page-service-detail__skills-row dd strong,
.page-service-detail__skills-row dd span {
  font-size: 1rem;
  line-height: 1.8;
}
.page-service-detail__skills-img {
  width: 180px;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .page-service-detail__skills-img {
    width: 220px;
  }
}
.page-service-detail__overview {
  display: block;
}
@media screen and (min-width: 960px) {
  .page-service-detail__overview {
    display: flex;
    gap: 5rem;
  }
}
.page-service-detail__overview-box {
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .page-service-detail__overview-box {
    padding: 2rem;
  }
}
.page-service-detail__overview-row {
  width: 100%;
  grid-template-columns: 1fr;
  gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .page-service-detail__overview-row {
    grid-template-columns: 120px 1fr;
    gap: 2rem;
  }
}
.page-service-detail__overview-row dt,
.page-service-detail__overview-row dd {
  font-size: 1rem;
}
.page-service-detail__table {
  font-size: 1rem;
}
.page-service-detail__table th,
.page-service-detail__table td {
  font-size: 1rem;
  padding: 0.85rem;
}
@media screen and (min-width: 768px) {
  .page-service-detail__table th,
  .page-service-detail__table td {
    padding: 1rem;
  }
}
.page-service-detail__result-list {
  gap: 2.5rem;
}
@media screen and (min-width: 960px) {
  .page-service-detail__result-list {
    gap: 3rem;
  }
}
.page-service-detail__result-item {
  width: 100%;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
.page-service-detail__result-item:nth-child(even) {
  margin-left: 0;
}
@media screen and (min-width: 960px) {
  .page-service-detail__result-item {
    width: 90%;
    grid-template-columns: 38% 1fr;
    gap: 4rem;
  }
  .page-service-detail__result-item:nth-child(even) {
    margin-left: 10%;
  }
}
.page-service-detail__result-text h3 {
  font-size: clamp(1.25rem, 4vw, 1.5rem);
  line-height: 1.6;
}
.page-service-detail__result-text p {
  font-size: 1rem;
  line-height: 2;
}
.page-service-detail__result-cta {
  width: 100%;
  margin-top: 3rem;
  padding: 3rem 1.25rem 2rem;
  border-radius: 28px;
}
@media screen and (min-width: 768px) {
  .page-service-detail__result-cta {
    width: 88%;
    padding: 2rem 3rem;
    border-radius: 999px;
  }
}
@media screen and (min-width: 960px) {
  .page-service-detail__result-cta {
    width: 78%;
  }
}
.page-service-detail__result-cta-icon {
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -24px;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .page-service-detail__result-cta-icon {
    margin: auto;
    right: auto;
    left: -24px;
    top: 1rem;
  }
}
.page-service-detail__result-cta-icon img {
  width: 52px;
}
@media screen and (min-width: 768px) {
  .page-service-detail__result-cta-icon img {
    width: 80px;
  }
}
.page-service-detail__result-cta-body p {
  font-size: 1rem;
  line-height: 2;
}

/* =========================
  engineering page responsive override
========================= */
.page-service-detail__engineering {
  margin-top: 3rem;
  margin-bottom: 5rem;
}
@media screen and (min-width: 960px) {
  .page-service-detail__engineering {
    margin-bottom: 8rem;
  }
}
.page-service-detail__engineering-head h2 {
  font-size: clamp(1.4rem, 5vw, 1.5rem);
  line-height: 1.5;
}
.page-service-detail__engineering-intro {
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-bottom: 4rem;
}
@media screen and (min-width: 960px) {
  .page-service-detail__engineering-intro {
    grid-template-columns: 38% 1fr;
    gap: 4rem;
  }
}
.page-service-detail__engineering-text h3 {
  font-size: clamp(1.25rem, 4.5vw, 1.4rem);
  line-height: 1.6;
}
.page-service-detail__engineering-text p {
  font-size: 1rem;
  line-height: 2;
}
.page-service-detail__engineering-text p + p {
  margin-top: 1rem;
}
.page-service-detail__engineering-overview-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media screen and (min-width: 960px) {
  .page-service-detail__engineering-overview-grid {
    grid-template-columns: 34% 1fr;
    gap: 3rem;
  }
}
.page-service-detail__engineering-overview-text p {
  font-size: 1rem;
  line-height: 2;
}
.page-service-detail__engineering-flow {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.page-service-detail__engineering-flow img {
  width: 760px;
  max-width: none;
}
@media screen and (min-width: 960px) {
  .page-service-detail__engineering-flow img {
    width: 100%;
    min-width: 500px;
  }
}
.page-service-detail__skills--engineering {
  width: 100%;
}
.page-service-detail__small-head h2 {
  font-size: clamp(1.25rem, 4vw, 1.25rem);
  line-height: 1.5;
}
.page-service-detail__recommend-list {
  width: 100%;
  margin-left: 0;
}
@media screen and (min-width: 960px) {
  .page-service-detail__recommend-list {
    width: 95%;
    margin-left: 5%;
  }
}
.page-service-detail__recommend-list li {
  align-items: flex-start;
}
.page-service-detail__recommend-list li img {
  width: 22px;
  margin-top: 0.2rem;
}
@media screen and (min-width: 768px) {
  .page-service-detail__recommend-list li img {
    width: 24px;
  }
}
.page-service-detail__recommend-list li span {
  font-size: 1rem;
  line-height: 1.7;
}
@media screen and (min-width: 960px) {
  .page-service-detail__recommend-list li span {
    font-size: 1.125rem;
  }
}
.page-service-detail__after-content {
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media screen and (min-width: 960px) {
  .page-service-detail__after-content {
    grid-template-columns: 38% 1fr;
    gap: 4rem;
  }
}
.page-service-detail__after-item {
  grid-template-columns: 36px 1fr;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .page-service-detail__after-item {
    grid-template-columns: 42px 1fr;
    gap: 1.25rem;
  }
}
.page-service-detail__after-item p {
  font-size: 1rem;
  line-height: 1.8;
}
.page-service-detail__pickup {
  grid-template-columns: 1fr;
}
@media screen and (min-width: 960px) {
  .page-service-detail__pickup {
    grid-template-columns: 220px 1fr;
  }
}
.page-service-detail__pickup-head {
  padding: 1.5rem;
  border-bottom: 1px solid #2E2827;
}
@media screen and (min-width: 960px) {
  .page-service-detail__pickup-head {
    border-bottom: none;
    padding: 2rem;
  }
}
.page-service-detail__pickup-head p {
  font-size: 1rem;
}
.page-service-detail__pickup-head h2 {
  font-size: clamp(1.75rem, 6vw, 2rem);
}
.page-service-detail__pickup-card {
  grid-template-columns: 1fr;
  gap: 1rem;
  padding: 1.5rem;
}
@media screen and (min-width: 768px) {
  .page-service-detail__pickup-card {
    grid-template-columns: 240px 1fr;
    gap: 2rem;
  }
}
@media screen and (min-width: 960px) {
  .page-service-detail__pickup-card {
    grid-template-columns: 260px 1fr;
    padding: 1.5rem 2rem;
  }
}
.page-service-detail__pickup-body h3,
.page-service-detail__pickup-body time {
  font-size: 1rem;
}

.scroll-hint-icon-wrap {
  display: contents;
  width: 180px;
  height: 180px;
}

.page-recruit {
  margin: 3rem auto 0;
}
.page-recruit__fv {
  width: 80%;
  margin: 0 auto 5rem;
  display: grid;
  grid-template-columns: 1fr 42%;
  gap: 4rem;
  align-items: center;
}
.page-recruit__fv-text {
  text-align: center;
}
.page-recruit__fv-text h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 2rem;
  font-family: "Noto Sans JP", sans-serif;
}
.page-recruit__fv-text h2 span {
  color: #20b992;
}
.page-recruit__fv-img img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .page-recruit__fv {
    gap: 2rem;
  }
  .page-recruit__fv-text h2 {
    font-size: 2rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 414px) {
  .page-recruit__fv {
    width: 92%;
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-bottom: 4rem;
  }
  .page-recruit__fv-text h2 {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: 1.5rem;
  }
}
.page-recruit__btn, .page-recruit__entry-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 260px;
  font-size: 1.125rem;
  padding: 1.25rem 2rem;
  border: 1px solid #000;
  border-radius: 999px;
  color: #000;
  text-decoration: none;
  font-weight: 700;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .page-recruit__btn, .page-recruit__entry-btn {
    min-width: 300px;
  }
}
.page-recruit__btn:hover, .page-recruit__entry-btn:hover {
  background: #000;
  color: #fff;
  text-decoration: none;
}
.page-recruit__section-head {
  text-align: center;
  margin-bottom: 2.5rem;
}
.page-recruit__section-head h2 {
  color: #aaa;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.page-recruit__section-head-title {
  margin-top: 12px;
  font-size: 1.5rem !important;
  font-weight: 700;
  line-height: 1.4;
}
.page-recruit__section-head--white p,
.page-recruit__section-head--white h2 {
  color: #fff;
}
@media screen and (max-width: 414px) {
  .page-recruit__section-head {
    margin-bottom: 2rem;
  }
  .page-recruit__section-head h2 {
    font-size: 1.125rem;
  }
  .page-recruit__section-head-title {
    font-size: 1.375rem !important;
  }
}
.page-recruit__about {
  background: #2b2523;
  color: #fff;
  text-align: center;
  padding: 4rem 0;
}
.page-recruit__about img {
  display: block;
  width: min(90%, 420px);
  height: auto;
  margin: 0 auto 2rem;
}
.page-recruit__about p {
  font-size: 1.0625rem;
  line-height: 2;
  font-weight: 600;
}
.page-recruit__about p + p {
  margin-top: 1.5rem;
}
@media screen and (max-width: 414px) {
  .page-recruit__about {
    padding: 3rem 4%;
  }
  .page-recruit__about p {
    font-size: 1.0625rem;
    line-height: 1.9;
  }
}
.page-recruit__voice {
  width: 70%;
  margin: 6rem auto;
}
@media screen and (min-width: 768px) {
  .page-recruit__voice {
    width: 80%;
  }
}
@media screen and (max-width: 414px) {
  .page-recruit__voice {
    width: 92%;
    margin: 4rem auto;
  }
}
.page-recruit__voice-block {
  display: grid;
  grid-template-columns: 1fr 40%;
  gap: 5rem;
  align-items: center;
  margin-bottom: 5rem;
}
.page-recruit__voice-block--reverse {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .page-recruit__voice-block--reverse {
    display: grid;
    grid-template-columns: 36% 1fr;
  }
}
.page-recruit__voice-block img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .page-recruit__voice-block {
    gap: 2.5rem;
  }
}
@media screen and (max-width: 414px) {
  .page-recruit__voice-block {
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-bottom: 4rem;
  }
  .page-recruit__voice-block--reverse {
    grid-template-columns: 1fr;
  }
}
.page-recruit__voice-text h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
.page-recruit__voice-text p {
  font-size: 1.0625rem;
  line-height: 2;
  font-weight: 600;
}
.page-recruit__voice-text .page-recruit__voice-sub {
  margin-bottom: 1.5rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .page-recruit__voice-text h3 {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 414px) {
  .page-recruit__voice-text h3 {
    font-size: 1.375rem;
  }
  .page-recruit__voice-text p {
    font-size: 1.0625rem;
    line-height: 1.9;
  }
}
.page-recruit__benefits {
  width: 70%;
  margin: 6rem auto;
}
.page-recruit__benefits-title {
  font-size: 1.0625rem;
}
.page-recruit__benefits-title > strong {
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .page-recruit__benefits {
    width: 80%;
  }
}
@media screen and (max-width: 414px) {
  .page-recruit__benefits {
    width: 92%;
    margin: 4rem auto;
  }
}
.page-recruit__benefits-grid {
  display: grid;
  grid-template-columns: 1fr 46%;
  gap: 5rem;
  align-items: center;
  margin-bottom: 4rem;
}
.page-recruit__benefits-grid--bottom {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .page-recruit__benefits-grid--bottom {
    display: grid;
    grid-template-columns: 46% 1fr;
  }
}
.page-recruit__benefits-grid img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .page-recruit__benefits-grid {
    gap: 2.5rem;
  }
}
@media screen and (max-width: 414px) {
  .page-recruit__benefits-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-bottom: 3rem;
  }
  .page-recruit__benefits-grid--bottom {
    grid-template-columns: 1fr;
  }
}
.page-recruit__benefits-list {
  text-align: center;
  margin: 0 auto;
  width: 100%;
}
.page-recruit__benefits-list > p {
  font-size: 1.0625rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.page-recruit__benefits-box {
  background: #f2f2f2;
  padding: 1.5rem 2rem;
  max-width: 480px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-recruit__benefits-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
  width: -moz-fit-content;
  width: fit-content;
}
.page-recruit__benefits-box li {
  position: relative;
  padding-left: 2rem;
  font-size: 1.0625rem;
  line-height: 2;
  font-weight: 600;
  margin-bottom: 12px;
}
.page-recruit__benefits-box li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 16px;
  height: 16px;
  background: url("../img/common/check-icon.png") no-repeat center/contain;
}
@media screen and (max-width: 414px) {
  .page-recruit__benefits-box {
    padding: 1.5rem;
    align-items: flex-start;
  }
  .page-recruit__benefits-box ul {
    width: 100%;
  }
}
.page-recruit__benefits-sub {
  font-size: 1.0625rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.page-recruit__benefits-text p {
  font-size: 1.0625rem;
  line-height: 2;
  font-weight: 600;
}
@media screen and (max-width: 414px) {
  .page-recruit__benefits-text p {
    line-height: 1.9;
  }
}
.page-recruit__jobs {
  width: 70%;
  margin: 7rem auto 8rem;
}
@media screen and (min-width: 768px) {
  .page-recruit__jobs {
    width: 80%;
    margin: 6rem auto;
  }
}
@media screen and (max-width: 414px) {
  .page-recruit__jobs {
    width: 92%;
    margin: 4rem auto;
  }
}
.page-recruit__jobs-lead {
  text-align: center;
  font-size: 1.25rem;
  line-height: 2;
  font-weight: 600;
  margin-bottom: 2rem;
}
@media screen and (max-width: 414px) {
  .page-recruit__jobs-lead {
    font-size: 1.125rem;
    line-height: 1.8;
    text-align: left;
  }
}
.page-recruit__job-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.page-recruit__job {
  border: 1px solid #ddd;
  border-radius: 6px;
  background: #fff;
  padding: 0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  transition: all 0.5s;
}
.page-recruit__job summary {
  position: relative;
  cursor: pointer;
  list-style: none;
  padding: 1.2rem 3rem 1.2rem 1.5rem;
  font-size: 1.25rem;
  font-weight: 700;
  transition: all 0.5s;
}
.page-recruit__job summary::-webkit-details-marker {
  display: none;
}
.page-recruit__job[open] summary::after {
  transform: translateY(-30%) rotate(225deg);
}
.page-recruit__job-head {
  /* 丸 */
}
.page-recruit__job-head::after {
  content: "";
  position: absolute;
  right: 1.5rem;
  top: 50%;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #000;
  transform: translateY(-50%);
}
.page-recruit__job-head {
  /* 矢印 */
}
.page-recruit__job-head::before {
  content: "";
  position: absolute;
  right: 1.5rem;
  top: 50%;
  width: 36px;
  height: 36px;
  z-index: 2;
  /* ↓ここを調整 */
  transform: translateY(-35%);
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 10L8 5L13 10' fill='none' stroke='%23fff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
}
@media screen and (max-width: 414px) {
  .page-recruit__job-head::after {
    right: 1rem;
    width: 30px;
    height: 30px;
  }
  .page-recruit__job-head::before {
    right: 1rem;
    width: 30px;
    height: 30px;
    /* スマホも微調整 */
    transform: translateY(-35%);
    background-size: 14px 14px;
  }
}
.page-recruit {
  /* 開閉 */
}
.page-recruit__job:not([open]) .page-recruit__job-head::before {
  transform: translateY(-45%) rotate(180deg);
}
.page-recruit__job-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 12px;
}
@media screen and (max-width: 414px) {
  .page-recruit__job-title {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}
.page-recruit__job-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding: 0;
}
@media screen and (max-width: 414px) {
  .page-recruit__job-meta {
    flex-direction: column;
    gap: 12px;
  }
}
.page-recruit__job-meta-item {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 1.0625rem;
  font-weight: 600;
  color: #555;
}
.page-recruit__job-meta-item::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  flex-shrink: 0;
}
.page-recruit__job-meta-item--place::before {
  background-image: url("../img/common/icon-place.svg");
}
.page-recruit__job-meta-item--salary::before {
  background-image: url("../img/common/icon-time.svg");
}
.page-recruit__job-meta-item--type::before {
  background-image: url("../img/common/icon-bag.svg");
}
.page-recruit__job-content {
  padding: 1.75rem 2rem 2.5rem;
}
@media screen and (max-width: 414px) {
  .page-recruit__job-content {
    padding: 1.5rem 1.25rem 2rem;
  }
}
.page-recruit__job-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 2.5rem;
  padding: 0;
}
.page-recruit__job-tags span {
  min-width: 88px;
  padding: 10px 1rem;
  border: 1px solid #000;
  border-radius: 999px;
  text-align: center;
  font-size: 1.0625rem;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (max-width: 414px) {
  .page-recruit__job-tags {
    gap: 10px;
    margin-bottom: 2rem;
  }
  .page-recruit__job-tags span {
    min-width: auto;
    font-size: 1.0625rem;
    padding: 8px 1rem;
  }
}
.page-recruit__job-cta {
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
}
.page-recruit__entry-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 260px;
  min-height: 64px;
  padding: 1rem 3rem;
  border: 1px solid #000;
  border-radius: 999px;
  color: #000;
  text-decoration: none;
  font-size: 1.125rem;
  font-weight: 700;
  transition: 0.3s ease;
}
.page-recruit__entry-btn:hover {
  background: #000;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 414px) {
  .page-recruit__entry-btn {
    width: 100%;
    min-width: 0;
    min-height: 56px;
    font-size: 1.0625rem;
    padding: 1rem 1.5rem;
  }
}
.page-recruit__job-body {
  padding-top: 2.5rem;
  border-top: 1px solid #ddd;
}
.page-recruit__job-body h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 2rem 0 12px;
}
.page-recruit__job-body h3:first-child {
  margin-top: 0;
}
.page-recruit__job-body p,
.page-recruit__job-body li {
  font-size: 1.0625rem;
  line-height: 2;
  font-weight: 600;
}
.page-recruit__job-body p + p {
  margin-top: 1.5rem;
}
.page-recruit__job-body ul {
  padding-left: 1.5rem;
  margin-top: 12px;
}
@media screen and (max-width: 414px) {
  .page-recruit__job-body {
    padding-top: 2rem;
  }
  .page-recruit__job-body h3 {
    font-size: 1.125rem;
  }
  .page-recruit__job-body p,
  .page-recruit__job-body li {
    font-size: 1.0625rem;
    line-height: 1.9;
  }
}
@media screen and (max-width: 414px) {
  .page-recruit {
    margin-top: 2rem;
  }
  .page-recruit__btn {
    font-size: 1.0625rem;
    padding: 1rem 1.5rem;
  }
}

.news {
  margin: 3rem auto;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  width: 90%;
}
@media screen and (min-width: 960px) {
  .news {
    flex-direction: row;
    gap: 5%;
  }
}
@media screen and (min-width: 1280px) {
  .news {
    width: 80%;
    gap: 8%;
  }
}
.news__cat {
  width: 100%;
  margin: 0 auto;
  flex-wrap: wrap;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (min-width: 960px) {
  .news__cat {
    width: 30%;
    max-width: 360px;
    min-width: 240px;
    gap: 2rem;
  }
}
.news__cat > p {
  font-size: 1rem;
  font-weight: bold;
}
.news__cat-btn {
  width: 200px !important;
  padding: 0.5rem 0.75rem !important;
  background-color: #F0F0F0;
  border-radius: 30px;
  text-align: center;
  color: #000;
  font-weight: 700;
}
.news__cat-title {
  padding: 3rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #EDECE8;
}
.news__cat-title-inner {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 960px) {
  .news__cat-title-inner {
    width: 70%;
  }
}
.news__cat-title-text {
  font-size: 1.75rem;
  font-weight: bold;
  position: relative;
  padding-bottom: 1rem;
}
.news__cat-title-text::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -15vw;
  right: 0;
  margin: o auto;
  width: 100vw;
  height: 1px;
  background-color: #C4C4C4;
}
.news__inner {
  width: 100%;
}
.news__cont {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.news__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25rem;
  padding: 2rem 0;
  transition: all 0.5s ease;
  margin-bottom: 1rem;
  color: #000;
  border-bottom: 1px solid #000;
  font-weight: bold;
}
.news__item-wrap {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.news__item:hover {
  opacity: 0.6;
}
.news__item > h2 {
  font-size: 1rem;
  font-weight: bold;
}
@media screen and (min-width: 960px) {
  .news__item > h2 {
    font-size: 18px;
  }
}
.news__item-cat {
  padding: 0.25rem 1rem;
  border: #000 1px solid;
  border-radius: 20px;
}

.is-active {
  color: #F0F0F0 !important;
  background-color: #000 !important;
  font-weight: bold;
  box-shadow: none;
}

/* ページネーション */
.pagination {
  margin-top: 4rem;
}
.pagination .screen-reader-text {
  display: none;
}
.pagination .nav-links {
  display: flex;
  justify-content: center;
}
.pagination ul.page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.pagination ul.page-numbers li {
  margin: 0;
  padding: 0;
}
.pagination .page-numbers:not(ul) {
  width: 38px;
  height: 38px;
  border: 1px solid #999;
  border-radius: 50%;
  color: #777;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  box-sizing: border-box;
}
.pagination .page-numbers.current {
  background: #000;
  border-color: #000;
  color: #fff;
}
.pagination .page-numbers.dots {
  width: auto;
  height: auto;
  border: none;
  border-radius: 0;
}
.pagination .page-numbers.prev,
.pagination .page-numbers.next {
  border: none;
  font-size: 0;
}
.pagination .page-numbers.prev::before,
.pagination .page-numbers.next::before {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 3px solid #00408f;
  border-right: 3px solid #00408f;
  display: block;
}
.pagination .page-numbers.prev::before {
  transform: rotate(-135deg);
}
.pagination .page-numbers.next::before {
  transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  .pagination {
    margin-top: 3rem;
  }
  .pagination ul.page-numbers {
    gap: 8px;
  }
  .pagination .page-numbers:not(ul) {
    width: 32px;
    height: 32px;
    font-size: 0.875rem;
  }
  .pagination .page-numbers.prev::before,
  .pagination .page-numbers.next::before {
    width: 10px;
    height: 10px;
  }
}
.blog {
  margin: 3rem auto;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  width: 90%;
}
@media screen and (min-width: 960px) {
  .blog {
    flex-direction: row;
    gap: 3rem;
  }
}
@media screen and (min-width: 1280px) {
  .blog {
    width: 80%;
    gap: 3%;
  }
}
.blog__cat {
  width: 100%;
  margin: 0 auto;
  flex-wrap: wrap;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (min-width: 960px) {
  .blog__cat {
    width: 30%;
    max-width: 360px;
    min-width: 240px;
    gap: 2rem;
  }
}
.blog__cat > p {
  font-size: 14px;
  font-weight: bold;
}
.blog__cat-btn {
  width: 200px !important;
  padding: 0.5rem 0.75rem !important;
  background-color: #F0F0F0;
  border-radius: 30px;
  text-align: center;
  color: #000;
  font-weight: 700;
}
.blog__inner {
  width: 100%;
  min-width: 0;
}
.blog__cont {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .blog__cont {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1280px) {
  .blog__cont {
    grid-template-columns: repeat(3, 1fr);
  }
}
.blog__item {
  position: relative;
  display: flex;
  flex-direction: column;
  color: #000;
  text-decoration: none;
  font-weight: bold;
  min-width: 0;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.6823529412);
  padding: 0.75rem;
  transition: opacity 0.3s ease, transform 0.25s ease, box-shadow 0.25s ease;
}
.blog__item:hover {
  opacity: 1;
  transform: translateY(3px);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5019607843);
  text-decoration: none;
}
.blog__item:active {
  transform: translateY(5px);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3764705882);
}
.blog__item-thumb {
  width: 100%;
  aspect-ratio: 2/1;
  overflow: hidden;
  border-radius: 10px;
  background-color: #f0f0f0;
}
.blog__item-img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.blog__item:hover .blog__item-img {
  transform: scale(1.05);
}
.blog__item-body {
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.blog__item-wrap {
  display: flex;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
}
.blog__item-date {
  font-size: 14px;
  font-weight: 700;
}
.blog__item-cat {
  padding: 0.25rem 1rem;
  border: #000 1px solid;
  border-radius: 20px;
  font-size: 0.75rem;
  line-height: 1.2;
}
.blog__item > h2,
.blog__item h2 {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.6;
  margin: 0;
}

.is-active {
  color: #F0F0F0 !important;
  background-color: #000 !important;
  font-weight: bold;
  box-shadow: none;
}

.story {
  margin: 5rem auto;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  width: 90%;
}
@media screen and (min-width: 960px) {
  .story {
    flex-direction: row;
    gap: 3rem;
    padding-bottom: 3rem;
  }
}
@media screen and (min-width: 1280px) {
  .story {
    width: 80%;
    gap: 3%;
  }
}
.story__inner {
  width: 100%;
  min-width: 0;
}
.story__cont {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .story__cont {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1280px) {
  .story__cont {
    grid-template-columns: repeat(3, 1fr);
  }
}
.story__item {
  position: relative;
  display: flex;
  flex-direction: column;
  color: #000;
  text-decoration: none;
  font-weight: bold;
  transition: opacity 0.4s ease;
  min-width: 0;
  padding-bottom: 1rem;
  border-bottom: #B7B7B7 1px solid;
}
.story__item:hover {
  opacity: 0.7;
  text-decoration: none;
}
.story__item-thumb {
  width: 100%;
  height: 220px;
  overflow: hidden;
  border-radius: 10px;
  background-color: #f0f0f0;
}
.story__item-img {
  display: block;
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.story__item:hover .story__item-img {
  transform: scale(1.05);
}
.story__item-body {
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.story__item-wrap {
  display: flex;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
}
.story__item-date {
  font-size: 14px;
  font-weight: 700;
}
.story__item-cat {
  padding: 0.25rem 1rem;
  border: #000 1px solid;
  border-radius: 20px;
  font-size: 0.75rem;
  line-height: 1.2;
}
.story__item > h2,
.story__item h2 {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.6;
  margin: 0;
}
@media screen and (min-width: 960px) {
  .story__item > h2,
  .story__item h2 {
    font-size: 18px;
  }
}

.is-active {
  color: #F0F0F0 !important;
  background-color: #000 !important;
  font-weight: bold;
  box-shadow: none;
}

.story-pickup {
  background: #f4f4f4;
  padding: 3rem 0 4rem;
  margin-bottom: 4rem;
  overflow: hidden;
}
.story-pickup__title {
  text-align: center;
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
.story-pickup__slider {
  position: relative;
  width: 100%;
}
.story-pickup__viewport {
  overflow: visible;
}
.story-pickup .swiper {
  overflow: visible;
}
.story-pickup .swiper-slide {
  width: 320px;
  transform: scale(0.78);
  opacity: 0.7;
  transition: transform 0.45s ease, opacity 0.45s ease;
}
@media screen and (min-width: 768px) {
  .story-pickup .swiper-slide {
    width: 360px;
  }
}
@media screen and (min-width: 960px) {
  .story-pickup .swiper-slide {
    width: 560px;
  }
}
.story-pickup .swiper-slide-active {
  transform: scale(1);
  opacity: 1;
  z-index: 2;
}
.story-pickup__card {
  display: block;
  color: #000;
  text-decoration: none;
}
.story-pickup__card:hover {
  opacity: 0.75;
  text-decoration: none;
}
.story-pickup__thumb {
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 10px;
  background: #e8e8e8;
}
.story-pickup__img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.story-pickup__body {
  padding-top: 1rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #ccc;
}
.story-pickup__card-title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 0.5rem;
}
.story-pickup__date {
  font-size: 1rem;
  color: #777;
  font-weight: 500;
}
.story-pickup__nav {
  position: absolute;
  top: 42%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 20;
  cursor: pointer;
}
.story-pickup__nav::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}
.story-pickup__nav--prev {
  left: calc(50% - 300px);
}
.story-pickup__nav--prev::before {
  transform: translate(-35%, -50%) rotate(-135deg);
}
.story-pickup__nav--next {
  right: calc(50% - 300px);
}
.story-pickup__nav--next::before {
  transform: translate(-65%, -50%) rotate(45deg);
}
@media screen and (max-width: 414px) {
  .story-pickup {
    padding: 2.5rem 0 3rem;
  }
  .story-pickup__title {
    font-size: 1.5rem;
  }
  .story-pickup .swiper-slide {
    width: 78vw;
    transform: scale(0.92);
  }
  .story-pickup .swiper-slide-active {
    transform: scale(1);
  }
  .story-pickup__nav {
    width: 38px;
    height: 38px;
  }
  .story-pickup__nav--prev {
    left: 5%;
  }
  .story-pickup__nav--next {
    right: 5%;
  }
}

.single__inner {
  width: 90%;
  margin: 3rem auto 0;
}
@media screen and (min-width: 960px) {
  .single__inner {
    width: 60%;
    margin: 4rem auto 0;
    max-width: 960px;
  }
}
.single__cont {
  display: flex;
  flex-direction: column;
  margin: 0 auto 5rem;
}
.single__meta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  font-size: 0.9rem;
  font-weight: 700;
  color: #000;
}
.single__cat {
  padding: 0.2rem 0.75rem;
  border: 1px solid #000;
  border-radius: 999px;
  font-size: 0.75rem;
  line-height: 1.2;
}
.single__title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #bdbdbd;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 960px) {
  .single__title {
    font-size: 1.75rem;
    margin-bottom: 2rem;
  }
}
.single__thumb {
  margin-bottom: 2rem;
}
.single__thumb-img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0;
  background-color: #f3f3f3;
}
.single__article {
  font-size: 0.95rem;
  line-height: 2;
  color: #000;
  padding-bottom: 3rem;
  border-bottom: 1px solid #B7B7B7;
}
@media screen and (min-width: 960px) {
  .single__article {
    font-size: 1rem;
  }
}
.single__article p {
  margin-bottom: 1.5rem;
}
.single__article img {
  max-width: 100%;
  height: auto;
}
.single__article h2,
.single__article h3,
.single__article h4 {
  margin: 2.5rem 0 1rem;
  line-height: 1.5;
}
.single__btn {
  margin: 2rem auto;
}

.page-contact {
  position: relative;
  padding: 3rem 0 8rem;
  overflow: hidden;
}
.page-contact::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 130%;
  height: 260px;
  background-color: #2b2523;
  border-radius: 50% 50% 0 0/100% 100% 0 0;
  z-index: 0;
}
.page-contact__lead {
  position: relative;
  z-index: 1;
  text-align: center;
  font-size: 1.125rem;
  line-height: 2;
  font-weight: 600;
  margin-bottom: 2rem;
}
.page-contact__form {
  position: relative;
  z-index: 1;
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  padding: 1rem;
  background: #e9ebef;
  border-radius: 6px;
}
.page-contact__form form {
  background: #fff;
  padding: 2.5rem 2rem;
  border-radius: 4px;
}

.contact-form__note {
  color: red;
  font-size: 0.8rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.contact-form__field {
  display: flex;
  gap: 1rem;
}
.contact-form__field .wpcf7-form-control-wrap {
  width: 100%;
}
.contact-form__field input,
.contact-form__field textarea,
.contact-form__field select {
  width: 100%;
}
.contact-form__row {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.2rem;
  padding: 1rem 0;
  border-bottom: #D3D3D3 1px solid;
}
.contact-form__row label {
  font-size: 0.85rem;
  font-weight: 700;
}
.contact-form__row label span {
  color: red;
  margin-left: 0.2rem;
}
.contact-form__row label small {
  font-size: 0.7rem;
}
.contact-form__row input,
.contact-form__row textarea,
.contact-form__row select {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid #ddd;
  font-size: 0.85rem;
}
.contact-form__row textarea {
  min-height: 120px;
  resize: vertical;
}
.contact-form__row--half .wpcf7-form-control-wrap {
  display: inline-block;
  width: calc(50% - 0.5rem);
}
.contact-form__row--half .wpcf7-form-control-wrap:first-of-type {
  margin-right: 1rem;
}
.contact-form__row--textarea {
  align-items: flex-start;
}
.contact-form__select {
  position: relative;
  width: 100%;
}
.contact-form__select .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.contact-form__select select {
  width: 100%;
  height: 44px;
  padding: 0 2.75rem 0 1rem;
  border: 1px solid #ddd;
  border-radius: 0;
  background-color: #fff;
  color: #000;
  font-size: 0.85rem;
  line-height: 1.4;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.contact-form__select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 8px;
  height: 8px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: translateY(-65%) rotate(45deg);
  pointer-events: none;
}
.contact-form__privacy {
  margin-top: 1.5rem;
  font-size: 0.75rem;
  line-height: 1.8;
}
.contact-form__privacy a {
  color: #0074c8;
  text-decoration: underline;
}
.contact-form__privacy .wpcf7-list-item {
  margin: 1rem 0 0;
}
.contact-form__submit {
  margin-top: 2rem;
  text-align: center;
}
.contact-form__submit input[type=submit] {
  min-width: 200px;
  padding: 0.9rem 2rem;
  border: 1px solid #000;
  border-radius: 999px;
  background: #fff;
  color: #000;
  font-weight: 700;
  cursor: pointer;
  transition: 0.3s ease;
}
.contact-form__submit input[type=submit]:hover {
  background: #000;
  color: #fff;
}

@media screen and (max-width: 414px) {
  .page-contact__form {
    width: 90%;
  }
  .page-contact__form form {
    padding: 2rem 1.25rem;
  }
  .page-contact::before {
    height: 180px;
    width: 160%;
  }
  .contact-form__row {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
  .contact-form__row--half .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
    margin-right: 0;
  }
}
.page-contact-thanks {
  padding: 3rem 0 8rem;
  background: #fff;
}
.page-contact-thanks__inner {
  width: min(80%, 760px);
  margin: 0 auto;
  text-align: center;
}
.page-contact-thanks h2 {
  margin-bottom: 1.5rem;
  font-size: clamp(1.4rem, 2.5vw, 1.8rem);
  line-height: 1.6;
  font-weight: 900;
}
.page-contact-thanks__lead {
  margin-bottom: 2rem;
  font-size: 0.9rem;
  line-height: 1.9;
  font-weight: 500;
}
.page-contact-thanks__box {
  width: min(100%, 580px);
  margin: 0 auto 2.5rem;
  padding: 1.5rem 2rem;
  background: #f3f3f3;
}
.page-contact-thanks__box p {
  margin-bottom: 1rem;
  font-size: 0.82rem;
  line-height: 1.8;
  font-weight: 500;
}
.page-contact-thanks__box a {
  color: #000;
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  font-weight: 900;
  text-decoration: none;
}
.page-contact-thanks__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  color: #000;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
}
.page-contact-thanks__btn span {
  position: relative;
  width: 24px;
  height: 24px;
  display: inline-block;
  background: #000;
  border-radius: 50%;
}
.page-contact-thanks__btn span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 48%;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}
.page-contact-thanks__btn:hover {
  opacity: 0.75;
}

@media screen and (max-width: 768px) {
  .page-contact-thanks {
    padding: 2rem 0 5rem;
  }
  .page-contact-thanks__inner {
    width: 88%;
  }
  .page-contact-thanks__box {
    padding: 1.5rem;
  }
}
.page-privacy {
  margin: 3rem auto 6rem;
}
.page-privacy__inner {
  width: 70%;
  margin: 0 auto;
}
.page-privacy__lead {
  font-size: 0.9rem;
  line-height: 2;
  font-weight: 600;
  margin-bottom: 2rem;
}
.page-privacy__block {
  margin-bottom: 2rem;
}
.page-privacy__block h2 {
  position: relative;
  display: flex;
  align-items: center;
  padding: 1rem 1.5rem 1rem 2.5rem;
  margin-bottom: 1.2rem;
  background-color: #EDEDED;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.6;
}
.page-privacy__block h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 20px;
  height: 6px;
  margin: auto 0;
  background-color: #F26A21;
}
.page-privacy__block ul {
  margin: 0.5rem 0 2rem;
  padding-left: 1.2rem;
}
.page-privacy__block ul li {
  position: relative;
  font-size: 0.85rem;
  line-height: 2;
  font-weight: 600;
}
.page-privacy__block ul li::marker {
  font-size: 0.8rem;
}
.page-privacy__block p {
  font-size: 0.85rem;
  line-height: 2;
  font-weight: 600;
}
.page-privacy__company {
  margin: 2.5rem 0 5rem;
}
.page-privacy__company p {
  font-size: 0.85rem;
  line-height: 1.8;
  font-weight: 600;
}
.page-privacy__main-title {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  margin: 5rem 0 2rem;
}
@media screen and (max-width: 414px) {
  .page-privacy__inner {
    width: 90%;
  }
  .page-privacy__lead {
    font-size: 0.8rem;
    line-height: 2;
  }
  .page-privacy__block h2 {
    font-size: 0.85rem;
    line-height: 1.6;
  }
  .page-privacy__block p,
  .page-privacy__block li {
    font-size: 0.78rem;
  }
  .page-privacy__main-title {
    font-size: 1.1rem;
    line-height: 1.6;
  }
}

.error {
  margin: 5rem auto;
  width: 80%;
}
.error > h1 {
  font-size: fontSize(32);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .error > h1 {
    font-size: fontSize(64);
  }
}
.error__cont {
  background-color: white;
  padding: 5rem 0;
}
.error__text {
  color: black;
  text-align: center;
  margin-bottom: 2rem;
}
.error__text > a {
  text-decoration: underline;
  color: #000;
  text-align: center;
  margin: 2rem auto;
}
.error__text > p {
  margin-bottom: 2rem;
}
.error__btn {
  position: relative;
  margin: 0 auto;
}

.main-btn,
.main-btn-b {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 220px;
  max-width: 100%;
  min-height: 64px;
  height: auto;
  padding: 1.25rem 2.5rem 1.25rem 5.5rem;
}

.main-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: 240px;
  height: 88px;
  padding: 0 2.5rem 0 5.5rem;
  text-decoration: none;
  overflow: hidden;
  border-radius: 999px;
  color: #FFF;
  transition: color 0.4s ease;
}
@media screen and (min-width: 768px) {
  .main-btn {
    width: 320px;
    height: 88px;
  }
}
.main-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  background: #FFF;
  border-radius: 999px;
  transition: width 0.45s ease, background 0.45s ease;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .main-btn::before {
    width: 64px;
    height: 64px;
  }
}
.main-btn__icon {
  position: absolute;
  top: 50%;
  left: 14px;
  width: 12px;
  height: 12px;
  transform: translateY(-50%) rotate(45deg);
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  z-index: 3;
  transition: left 0.45s ease;
}
@media screen and (min-width: 768px) {
  .main-btn__icon {
    left: 24px;
  }
}
.main-btn__text {
  position: relative;
  z-index: 3;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #FFF;
  transition: opacity 0.3s ease, transform 0.4s ease, color 0.4s ease;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .main-btn__text {
    font-size: 1.5rem;
  }
}
.main-btn:hover {
  color: #000;
}
.main-btn:hover::before {
  width: 100%;
}
.main-btn:hover .main-btn__text {
  color: #000;
  opacity: 1;
  transform: translateX(0);
}

.main-btn-b {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: 240px;
  height: 88px;
  padding: 0 2.5rem 0 5.5rem;
  text-decoration: none;
  overflow: hidden;
  border-radius: 999px;
  color: #000;
  transition: color 0.4s ease;
}
@media screen and (min-width: 768px) {
  .main-btn-b {
    width: 320px;
    height: 88px;
  }
}
.main-btn-b::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  background: #000;
  border-radius: 999px;
  transition: width 0.45s ease, background 0.45s ease;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .main-btn-b::before {
    width: 64px;
    height: 64px;
  }
}
.main-btn-b__icon {
  position: absolute;
  top: 50%;
  left: 14px;
  width: 12px;
  height: 12px;
  transform: translateY(-50%) rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  z-index: 3;
  transition: left 0.45s ease;
}
@media screen and (min-width: 768px) {
  .main-btn-b__icon {
    left: 24px;
  }
}
.main-btn-b__text {
  position: relative;
  z-index: 3;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #000;
  transition: opacity 0.3s ease, transform 0.4s ease, color 0.4s ease;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .main-btn-b__text {
    font-size: 1.5rem;
  }
}
.main-btn-b:hover {
  color: #fff;
}
.main-btn-b:hover::before {
  width: 100%;
}
.main-btn-b:hover .main-btn-b__text {
  color: #fff;
  opacity: 1;
  transform: translateX(0);
}

.main-btn-cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 2.5rem;
  text-decoration: none;
  overflow: hidden;
  border-radius: 999px;
  transition: width 0.45s ease;
  width: 88px;
  height: 88px;
}
.main-btn-cta::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #000;
  border-radius: 999px;
  transition: width 0.45s ease;
  z-index: 1;
  width: 64px;
  height: 64px;
}
.main-btn-cta__icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  z-index: 3;
  left: 24px;
  width: 12px;
  height: 12px;
}
.main-btn-cta__text {
  position: relative;
  z-index: 3;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  opacity: 0;
  transform: translateX(-10px);
  transition: opacity 0.3s ease 0.15s, transform 0.4s ease 0.15s;
  padding: 0 1.5rem 0 2.5rem;
  white-space: nowrap;
}
.main-btn-cta:hover {
  width: 200px;
}
.main-btn-cta:hover::before {
  width: 100%;
}
.main-btn-cta:hover .main-btn-cta__text {
  opacity: 1;
  transform: translateX(0);
}

.fadeUpTrigger {
  opacity: 0;
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInTrigger {
  opacity: 0;
}

.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeDownTrigger {
  opacity: 0;
}

.fadeDown {
  animation-name: fadeDownAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.header {
  background-color: #fff;
  width: 100%;
  max-width: 1920px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 999;
  height: 42px;
}
@media screen and (min-width: 768px) {
  .header {
    height: 70px;
  }
}
.header__logo {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  width: auto;
}
.header__logo > a {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  align-items: center;
}
.header__logo-desc {
  font-weight: bold;
}
.header__logo-img {
  width: 150px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .header__logo-img {
    width: 220px;
  }
}
.header__menu {
  display: none;
  flex-direction: row;
  gap: 2rem;
  height: 100%;
}
@media screen and (min-width: 1280px) {
  .header__menu {
    display: flex;
  }
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: inherit;
  position: relative;
  width: 95%;
  margin: 0 0 0 5%;
}

.header__nav-list {
  list-style: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin-right: 0.5rem;
  flex-wrap: wrap;
}
@media screen and (min-width: 960px) {
  .header__nav-list {
    margin-right: 2rem;
    justify-content: space-between;
    list-style: none;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}
.header__nav-list-item {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin: 0 1rem;
  height: 100%;
  font-size: 1.125rem;
  border-bottom: transparent 6px solid;
  transition: all 0.5s;
}
.header__nav-list-item:hover {
  text-decoration: none;
  border-bottom: #000000 6px solid;
}
.header__nav-list-normal {
  padding: 0.5rem 0.25rem;
  margin: auto;
  text-decoration: none;
  color: black;
  background-repeat: no-repeat;
  background-position: bottom right; /* 下線の初期位置 */
  background-size: 0 1px; /* 下線のサイズ（横幅、高さ） */
  transition: background-size 0.3s;
  font-size: 1.125rem;
  font-weight: bold;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
.header__nav-list-contact {
  background-color: #05007E;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
  padding: 1rem;
  height: 100%;
  color: white;
  font-size: 1rem;
  font-weight: bold;
}
.header__nav-list-contact > img {
  width: 42px;
  height: auto;
}

.header__nav-list-item {
  position: relative;
}
.header__nav-list-item--has-child:hover .header__nav-sub {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
.header__nav-list-trigger {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: transparent;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.header__nav-list-arrow {
  width: 8px;
  height: 8px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
  margin-top: -4px;
}

.header__nav-sub {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-20%, 12px);
  min-width: 240px;
  background: #fff;
  list-style: none;
  padding: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
  z-index: 1000;
}

.header__nav-list-item--has-child:hover .header__nav-sub {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-30%, 5%);
}

.header__nav-sub li {
  border-bottom: 1px solid #e5e5e5;
}
.header__nav-sub li:last-child {
  border-bottom: none;
}
.header__nav-sub a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 3rem 1rem 1.25rem;
  color: #000;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 700;
  white-space: nowrap;
}
.header__nav-sub a::after {
  content: ">";
  position: absolute;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 700;
}
.header__nav-sub a:hover {
  background: #f4f4f4;
  text-decoration: none;
}

@media screen and (min-width: 960px) {
  #header.UpMove {
    animation: UpAnime 0.5s forwards;
  }
}

@keyframes UpAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-100px);
  }
}
/*　下に下がる動き　*/
@media screen and (min-width: 960px) {
  #header.DownMove {
    animation: DownAnime 0.5s forwards;
  }
}

@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#breadcrumbs {
  width: 100%;
  z-index: 100;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  #breadcrumbs {
    width: 100%;
  }
}
#breadcrumbs > span > span > a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
  margin: 0 0.25rem;
}

.breadcrumb_last {
  color: #000;
  font-weight: bold;
  margin: 0 0.25rem;
}

#g-nav {
  position: fixed;
  z-index: 999;
  top: 42px;
  right: -100%;
  opacity: 0;
  width: 100%;
  height: calc(100svh - 42px);
  background-color: #F4F4F4;
  transition: right 0.6s ease;
}
@media screen and (min-width: 768px) {
  #g-nav {
    top: 70px;
    height: calc(100svh - 70px);
  }
}
#g-nav-list {
  padding: 2rem 8%;
}
#g-nav-list-item a {
  font-size: 14px !important;
}
#g-nav li {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
#g-nav li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 14px solid #2b2523;
}
#g-nav li + li {
  margin-top: 1rem;
}
#g-nav li a {
  display: block;
  padding: 0.4rem 0 0.4rem 2.2rem;
  color: #000;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  white-space: nowrap;
}
#g-nav li a:hover {
  opacity: 0.7;
  text-decoration: none;
}

/* 開いた状態 */
#g-nav.panelactive {
  right: 0;
  opacity: 1;
}

/*========= ボタンのためのCSS ===============*/
.openbtn {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  width: 42px;
  height: 42px;
  background-color: #000;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .openbtn {
    width: 70px;
    height: 70px;
  }
}
@media screen and (min-width: 1280px) {
  .openbtn {
    display: none;
  }
}
.openbtn span {
  position: absolute;
  left: 50%;
  width: 24px;
  height: 2px;
  background: #fff;
  transform: translateX(-50%);
  transition: all 0.3s ease;
}
.openbtn span:nth-child(1) {
  top: 12px;
}
@media screen and (min-width: 768px) {
  .openbtn span:nth-child(1) {
    top: 24px;
  }
}
.openbtn span:nth-child(2) {
  top: 20px;
}
@media screen and (min-width: 768px) {
  .openbtn span:nth-child(2) {
    top: 32px;
  }
}
.openbtn span:nth-child(3) {
  top: 28px;
}
@media screen and (min-width: 768px) {
  .openbtn span:nth-child(3) {
    top: 40px;
  }
}

.openbtn.active span:nth-child(1) {
  top: 20px;
  transform: translateX(-50%) rotate(45deg);
}
@media screen and (min-width: 768px) {
  .openbtn.active span:nth-child(1) {
    top: 32px;
  }
}

.openbtn.active span:nth-child(2) {
  opacity: 0;
}

.openbtn.active span:nth-child(3) {
  top: 20px;
  transform: translateX(-50%) rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .openbtn.active span:nth-child(3) {
    top: 32px;
  }
}

.footer {
  position: relative;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #2E2727;
  padding: 1rem 0;
  z-index: 1;
}
.footer > a {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
.footer__cont {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  border-bottom: 1px solid #fff;
  padding: 2rem 5%;
}
@media screen and (min-width: 768px) {
  .footer__cont {
    width: 100%;
    margin: 0 auto;
    align-items: flex-start;
    flex-direction: row;
    gap: 5rem;
    justify-content: space-between;
  }
}
.footer__nav {
  position: relative;
  gap: 1rem;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .footer__nav {
    gap: 2rem;
    min-width: 32%;
  }
}
.footer__nav-inner {
  margin: 2rem 0;
  display: flex;
  gap: 4rem;
  justify-content: center;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (min-width: 960px) {
  .footer__nav-inner {
    justify-content: flex-end;
  }
}
.footer__nav-list {
  position: relative;
  font-size: 1.125rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.footer__nav-list-child {
  position: relative;
  font-size: 1rem;
  padding-left: 2rem;
  color: white;
}
.footer__nav-list-child::before {
  content: ">";
  position: absolute;
  top: 0.25rem;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  color: #fff;
  line-height: 1;
  font-size: 1rem;
}
.footer__nav-list > a {
  color: white;
  transition: all 0.5s;
}
.footer__nav-list > a:hover {
  opacity: 0.6;
}
.footer__item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: flex-start;
}
.footer__text {
  color: white;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .footer__text {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    font-size: fontSize(12);
    text-align: center;
    text-align: left;
  }
}
.footer__text-add {
  padding-bottom: 1rem;
}
.footer__text-link {
  margin-bottom: 1rem;
}
.footer__text-link > img {
  height: auto;
}
.footer__text-link:hover {
  opacity: 0.8;
}
.footer__text-btn {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
  width: 100%;
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 1rem;
  transition: all 0.5s;
  margin: 1rem 0;
}
.footer__text-btn > span {
  background-color: #fff;
  color: #000;
  padding: 0.5rem;
  width: 90%;
  border-radius: 50px;
  font-size: 12px;
}
.footer__text-btn:hover {
  background-color: #05007E;
  color: #fff;
}
.footer__logo {
  display: flex;
  text-decoration: none;
  flex-direction: row;
  justify-content: center;
}
.footer__logo > img {
  width: 100%;
  max-width: 570px;
  height: auto;
}
.footer__copy {
  margin: 2rem auto 0;
  display: flex;
  justify-content: center;
  gap: 5rem;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  color: white;
  margin: 1rem auto 0;
}
.footer__copy:before {
  content: "";
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 100%;
  background-color: #fff;
}
.footer__copy-text {
  font-size: 1rem;
}
.footer__copy > a {
  color: white;
  transition: all 0.5s;
}
.footer__copy > a:hover {
  opacity: 0.6;
}/*# sourceMappingURL=style.css.map */