@charset "UTF-8";
/* リキッドレイアウト対応 */
body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  color: #000000;
  background-color: #FFFFFF;
}

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

@media screen and (min-width: 961px) {
  .u-mobile {
    display: none !important;
  }
}

html {
  font-size: 16px;
}
@media (max-width: 1086px) {
  html {
    font-size: 1.4732965009vw;
  }
}
@media screen and (max-width: 960px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

:root {
  --viewWidth: 100vw;
}

.has-scrollbar .breaking-out {
  margin-inline: calc(50% + var(--viewWidth) / 2);
}

.has-scrollbar .breaking-out.-bg {
  padding-inline: calc(var(--viewWidth) / 2 - 50%);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeLegibility;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol,
li {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

select:focus-visible {
  outline: -webkit-focus-ring-color auto 5px;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  position: absolute;
  width: auto;
}
input[type=checkbox]:focus-visible + span::before,
input[type=radio]:focus-visible + span::before {
  outline: -webkit-focus-ring-color auto 5px;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s;
}

.layout-breadcrumb {
  margin-top: 8.375rem;
}
@media screen and (max-width: 960px) {
  .layout-breadcrumb {
    margin-top: 4.8125rem;
  }
}

.layout-conduct {
  margin-top: 4.5rem;
}
@media screen and (max-width: 960px) {
  .layout-conduct {
    margin-top: 2.25rem;
  }
}

.layout-contact-thanks {
  margin-top: 8.375rem;
  margin-bottom: 8.75rem;
}
@media screen and (max-width: 960px) {
  .layout-contact-thanks {
    margin-top: 4rem;
    margin-bottom: 4.375rem;
  }
}

.layout-contact {
  margin-top: 8.375rem;
  margin-bottom: 8.75rem;
}
@media screen and (max-width: 960px) {
  .layout-contact {
    margin-top: 4.3125rem;
    margin-bottom: 3.4375rem;
  }
}

.layout-description {
  margin-top: 9.125rem;
}
@media screen and (max-width: 960px) {
  .layout-description {
    margin-top: 4.375rem;
  }
}

.layout-interview {
  margin-top: 7.1875rem;
}
@media screen and (max-width: 960px) {
  .layout-interview {
    margin-top: 3.75rem;
  }
}

.layout-news {
  margin-top: 5.875rem;
  margin-bottom: 8.75rem;
}
@media screen and (max-width: 960px) {
  .layout-news {
    margin-top: 2.5rem;
    margin-bottom: 4.375rem;
  }
}

.layout-outline {
  margin-top: 5rem;
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 960px) {
  .layout-outline {
    margin-top: 2.8125rem;
    margin-bottom: 3.125rem;
  }
}

.layout-page-404 {
  margin-top: 8.375rem;
  margin-bottom: 8.75rem;
}
@media screen and (max-width: 960px) {
  .layout-page-404 {
    margin-top: 4rem;
    margin-bottom: 4.375rem;
  }
}

.layout-philosophy {
  margin-top: 2.9375rem;
}
@media screen and (max-width: 960px) {
  .layout-philosophy {
    margin-top: 1.625rem;
  }
}

.layout-privacy-policy {
  margin-top: 8.2rem;
  margin-bottom: 8.75rem;
}
@media screen and (max-width: 960px) {
  .layout-privacy-policy {
    margin-top: 4.3rem;
    margin-bottom: 4.375rem;
  }
}

.layout-sub-fv {
  margin-top: 8.75rem;
}
@media screen and (max-width: 960px) {
  .layout-sub-fv {
    margin-top: 3.75rem;
  }
}

.top-about {
  margin-top: 6.25rem;
}
@media screen and (max-width: 960px) {
  .top-about {
    margin-top: 3rem;
  }
}

.top-contact-banner {
  position: relative;
  z-index: 1;
  margin-top: 7.5rem;
}
@media screen and (max-width: 960px) {
  .top-contact-banner {
    margin-top: 3.9375rem;
  }
}

.top-news {
  margin-top: 8.75rem;
}
@media screen and (max-width: 960px) {
  .top-news {
    margin-top: 5rem;
  }
}

.top-news .news__list {
  margin-top: 1.375rem;
}
@media screen and (max-width: 960px) {
  .top-news .news__list {
    margin-top: 1rem;
  }
}

.top-recruit {
  margin-top: 7.5rem;
}
@media screen and (max-width: 960px) {
  .top-recruit {
    margin-top: 3.5rem;
  }
}

.top-rental {
  margin-top: 8.125rem;
}
@media screen and (max-width: 960px) {
  .top-rental {
    margin-top: 3.9375rem;
  }
}

.top-store {
  padding-top: 5.625rem;
  margin-bottom: 8.25rem;
}
@media screen and (max-width: 960px) {
  .top-store {
    padding-top: 4rem;
    margin-bottom: 6rem;
  }
}

.about-swiper .swiper-wrapper {
  transition-timing-function: linear;
  margin-right: calc(50% - 50vw);
}

.about-swiper .swiper-slide picture {
  display: block;
  width: 100%;
  max-width: 62.5rem;
  aspect-ratio: 327/401;
  padding-left: 1.875rem;
}
@media screen and (max-width: 960px) {
  .about-swiper .swiper-slide picture {
    padding-left: 1.375rem;
  }
}

.about-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-swiper .swiper-slide + .about-swiper .swiper-slide {
  padding-left: 1.875rem;
}

.about {
  position: relative;
}

.about__circle svg {
  position: absolute;
  width: 44.125rem;
  height: 44.125rem;
  left: calc(50% - min(76vw, 108rem));
  top: -57%;
  top: -59%;
  aspect-ratio: 1/1;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .about__circle svg {
    width: 23.9375rem;
    height: 23.9375rem;
    left: -27%;
    top: -26%;
  }
}

.about__inner {
  padding-left: 4.375rem;
  padding-right: 4.375rem;
}

.about__body {
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
}
@media screen and (max-width: 960px) {
  .about__body {
    flex-direction: column;
    align-items: flex-start;
  }
}

.about__title {
  margin-top: 0.625rem;
}
@media screen and (max-width: 960px) {
  .about__title {
    margin-top: 1.5625rem;
  }
}

.about__title-wrap {
  position: relative;
  z-index: 1;
}

.about__text {
  margin-top: 2rem;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.9142857143;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 960px) {
  .about__text {
    margin-top: 1.5rem;
  }
}

.about__swiper-inner {
  margin: auto;
  width: 100%;
  margin-top: 6.25rem;
}
@media screen and (max-width: 960px) {
  .about__swiper-inner {
    margin-top: 4.125rem;
  }
}

@media screen and (max-width: 960px) {
  .about__button {
    margin-top: 2.75rem;
    margin: 0 0 0 auto;
  }
}

.breadcrumb__wrap {
  display: flex;
  align-items: center;
}

.breadcrumb__wrap a,
.breadcrumb__page {
  font-size: 0.8125rem;
  line-height: 2.0769230769;
  letter-spacing: 0.1em;
  font-weight: 300;
}

.breadcrumb__page {
  margin-left: 0.625rem;
  color: #898989;
}

.breadcrumb__border {
  border: 1px solid #1DB469;
  width: 0.625rem;
  margin-left: 0.5rem;
}

.button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.6875rem;
  padding-bottom: 0.6875rem;
  padding-left: 1.75rem;
  padding-right: 0.75rem;
  border-radius: 2.25rem;
  background-color: #FFFFFF;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: background-color 0.8s ease, box-shadow 0.8s ease, color 0.5s ease;
  width: 13.125rem;
}

.button:hover {
  transition-duration: 0.5s;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.button span {
  font-size: 0.875rem;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.21em;
  line-height: 2.3571428571;
}

.button.button--recruit {
  width: 15rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2.25rem;
  padding-right: 1.125rem;
  display: inline-block;
  border-radius: 2.25rem;
  background-color: #FFFFFF;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: background-color 0.8s ease, box-shadow 0.8s ease, color 0.5s ease;
}

@keyframes arrow {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  50% {
    transform: translateX(100%);
    opacity: 0;
  }
  50.1% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.button .arrow {
  margin-left: 20px;
  background-color: transparent;
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition: background-color 0.5s ease;
}

.button:hover .arrow svg:first-child,
.button:focus .arrow svg:first-child,
.button:active .arrow svg:first-child {
  left: 200%;
}

.button:hover .arrow svg:last-child,
.button:focus .arrow svg:last-child,
.button:active .arrow svg:last-child {
  left: 50%;
}

.arrow {
  display: inline-block;
  position: relative;
  width: 38px;
  height: 38px;
  overflow: hidden;
  border-radius: 50%;
  transition-property: background-color;
  background-image: linear-gradient(to right, #6ace62, #1cb467);
  transition-duration: 0.5s;
  transition: background-color 0.5s ease; /* 背景の変化を指定 */
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.arrow svg:first-child {
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.arrow svg {
  width: 10px;
  height: 10px;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  stroke: #FFFFFF;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.arrow svg:last-child {
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: -100%;
  transform: translate(-50%, -50%);
}

.button:hover .arrow svg line {
  stroke: #1cb467;
}

.button:hover .arrow svg path {
  stroke: #1cb467;
}

.button:hover .arrow {
  background-color: #FFFFFF;
  background-image: none;
  border: 1px solid #1cb467;
}

.button--single {
  border-radius: 2.25rem;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.button--single .arrow {
  background-image: linear-gradient(to right, #6ace62, #1cb467);
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.button--single:hover .arrow svg:first-child,
.button--single:focus .arrow svg:first-child,
.button--single:active .arrow svg:first-child {
  left: 200%;
}

.button--single:hover .arrow svg:last-child,
.button--single:focus .arrow svg:last-child,
.button--single:active .arrow svg:last-child {
  left: 50%;
}

.button--single:hover .arrow {
  background-image: linear-gradient(to right, #FFFFFF, #FFFFFF);
  border: 1px solid #1DB469;
}

.button--single:hover .arrow svg line {
  stroke: #1DB469;
}

.button--single:hover .arrow svg g path {
  stroke: #1DB469;
}

.button--modal .arrow {
  background-image: linear-gradient(to right, #6ace62, #1cb467);
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  width: 1.5625rem;
  height: 1.5625rem;
}

.button--modal:hover .arrow svg:first-child,
.button--modal:focus .arrow svg:first-child,
.button--modal:active .arrow svg:first-child {
  left: 200%;
}

.button--modal:hover .arrow svg:last-child,
.button--modal:focus .arrow svg:last-child,
.button--modal:active .arrow svg:last-child {
  left: 50%;
}

.button--modal:hover .arrow {
  background-image: linear-gradient(to right, #FFFFFF, #FFFFFF);
  border: 1px solid #1DB469;
}

.button--modal:hover .arrow svg line {
  stroke: #1DB469;
}

.button--modal:hover .arrow svg g path {
  stroke: #1DB469;
}

.conduct__inner {
  padding-bottom: 5rem;
  border-bottom: 1px solid #dedede;
}
@media screen and (max-width: 960px) {
  .conduct__inner {
    padding-bottom: 2.8125rem;
  }
}

.conduct__title {
  margin-top: 1rem;
}
@media screen and (max-width: 960px) {
  .conduct__title {
    margin-top: 0.5rem;
  }
}

.conduct__list-wrap {
  position: relative;
  width: 100%;
  height: 25rem;
  margin-right: calc(50% - 50vw);
  margin-top: 3.125rem;
  overflow-x: hidden;
  width: auto;
}
@media screen and (max-width: 960px) {
  .conduct__list-wrap {
    margin-top: 2.0625rem;
  }
}

.conduct__list-item-wrap {
  position: absolute;
  display: flex;
  gap: 2.5rem;
  margin-right: calc(50% - 50vw);
  width: 100%;
  width: max-content;
}
@media screen and (max-width: 960px) {
  .conduct__list-item-wrap {
    gap: 1.875rem;
  }
}

.conduct__list-item {
  flex-shrink: 0;
}

.conduct__list-item img {
  margin-top: 0.5rem;
  width: 300px;
  height: auto;
}

.conduct__list-number {
  font-size: 1.4375rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  font-family: "Inter", sans-serif;
  color: #1db469;
}

.conduct__list-text {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.9285714286;
  letter-spacing: 0.1em;
  margin-top: 0.625rem;
}

.js-scroll {
  width: 300px;
}

.contact-banner {
  display: block;
}

.contact-banner__inner {
  width: 100%;
  max-width: 56.125rem;
  margin-inline: auto;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

.contact-banner__box {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

.contact-banner__box-top {
  display: flex;
  justify-content: space-between;
  background-image: linear-gradient(to right, #6ace62, #1cb467);
  padding-left: 2.8125rem;
  padding-right: 2.8125rem;
  padding-top: 2.0625rem;
  padding-bottom: 1.25rem;
}
@media screen and (max-width: 960px) {
  .contact-banner__box-top {
    flex-direction: column;
    justify-content: left;
    align-items: flex-start;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 1.6875rem;
    padding-bottom: 10rem;
    margin-inline: auto;
  }
}

.contact-banner__title img {
  width: 100%;
  aspect-ratio: 265/58;
  max-width: 265px;
}

.contact-banner__text {
  font-size: 1.6875rem;
  font-weight: 700;
  line-height: 1.962962963;
  letter-spacing: 0.12em;
  color: #FFFFFF;
  margin-top: 0.8125rem;
}
@media screen and (max-width: 960px) {
  .contact-banner__text {
    margin-top: 0.9375rem;
    font-size: 1.125rem;
    line-height: 2.1666666667;
    letter-spacing: 0.1em;
  }
}

.contact-banner__text span {
  color: #555555;
  font-size: 1.8125rem;
  font-weight: 700;
  line-height: 1.8620689655;
  letter-spacing: 0.12em;
  background-color: #fff96c;
  display: inline;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 0.3125rem 0.875rem;
  margin-right: 0.625rem;
}
@media screen and (max-width: 960px) {
  .contact-banner__text span {
    font-size: 1.25rem;
    line-height: 1.85;
    padding: 0.3125rem 0.5rem;
    margin-right: 0.25rem;
  }
}

.contact-banner__image {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.contact-banner__image img {
  width: 100%;
  max-width: 18rem;
  aspect-ratio: 288/206;
}

.contact-banner__subtext-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
}
@media screen and (max-width: 960px) {
  .contact-banner__subtext-wrap {
    align-items: flex-start;
    margin-top: 0.875rem;
  }
}

.contact-banner__subtext-wrap::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/top-contact2.png);
  width: 18rem;
  height: 12.875rem;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -1.32rem;
  right: 73%;
}
@media screen and (max-width: 960px) {
  .contact-banner__subtext-wrap::before {
    width: 100%;
    max-width: 14.0625rem;
    height: 10.0625rem;
    bottom: -10rem;
    right: 0;
    left: 11%;
  }
}

.contact-banner__subtext-top,
.contact-banner__subtext-bottom {
  display: inline-flex;
  align-items: flex-end;
  flex-direction: column;
}
@media screen and (max-width: 960px) {
  .contact-banner__subtext-top,
  .contact-banner__subtext-bottom {
    display: flex;
    flex-direction: row;
    gap: 0.875rem;
  }
}

.contact-banner__subtext-bottom {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 0.625rem;
}
@media screen and (max-width: 960px) {
  .contact-banner__subtext-bottom {
    margin-top: 0.625rem;
    flex-direction: row;
  }
}

.contact-banner__subtext1,
.contact-banner__subtext2 {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.contact-banner__subtext1 {
  background-color: #FFFFFF;
  padding: 0.125rem 1rem;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
@media screen and (max-width: 960px) {
  .contact-banner__subtext1 {
    padding: 0 0.625rem;
  }
}

.contact-banner__subtext1 + .contact-banner__subtext1 {
  margin-top: 0.5rem;
}
@media screen and (max-width: 960px) {
  .contact-banner__subtext1 + .contact-banner__subtext1 {
    margin-top: 0;
  }
}

@media screen and (min-width: [mdの幅を指定]) {
  .contact-banner__subtext1 {
    padding: 0 0.625rem;
  }
}
.contact-banner__subtext2 {
  color: #FFFFFF;
  margin-top: 0.5rem;
}
@media screen and (max-width: 960px) {
  .contact-banner__subtext2 {
    margin-top: 0;
  }
}

.contact-banner__box-bottom {
  background-color: #2b724c;
}

.contact-banner__box-bottom p {
  position: relative;
  color: #FFFFFF;
  font-size: 1.0625rem;
  font-weight: 900;
  letter-spacing: 0.21em;
  padding-top: 0.6875rem;
  padding-bottom: 0.6875rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .contact-banner__box-bottom p {
    font-size: 1rem;
  }
}

.contact-banner__box-bottom p::after {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(50% - min(40vw, 8.2rem));
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #FFFFFF;
  border-right: 0.125rem solid #FFFFFF;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.3s;
}
@media screen and (max-width: 960px) {
  .contact-banner__box-bottom p::after {
    right: calc(50% - min(40vw, 8rem));
  }
}

@media (hover: hover) and (pointer: fine) {
  .contact-banner:hover .contact-banner__box-bottom p::after {
    transform: translate(0.5rem, -50%) rotate(45deg);
  }
}
.contact-thanks__inner {
  margin-inline: auto;
  max-width: 61.875rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}
@media screen and (max-width: 960px) {
  .contact-thanks__inner {
    max-width: 37.5rem;
  }
}

.contact-thanks__title {
  font-size: 1.1875rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.8947368421;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .contact-thanks__title {
    text-align: left;
    font-size: 0.9375rem;
    line-height: 2.1333333333;
  }
}

.contact-thanks__text,
.contact-thanks__text span,
.contact-thanks__text a {
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  line-height: 2.0571428571;
}
@media screen and (max-width: 960px) {
  .contact-thanks__text,
  .contact-thanks__text span,
  .contact-thanks__text a {
    font-size: 0.8125rem;
    line-height: 27/13;
  }
}

.contact-thanks__text {
  margin-top: 3.625rem;
  font-weight: 300;
}
@media screen and (max-width: 960px) {
  .contact-thanks__text {
    margin-top: 2.1875rem;
  }
}

.contact-thanks__text + .contact-thanks__text {
  margin-top: 1.8125rem;
}

.contact-thanks__text span {
  font-weight: 700;
}

.contact-thanks__text a {
  color: #1db469;
  border-bottom: 1px solid #1db469;
  font-weight: 500;
}

.contact-thanks__button-wrap {
  display: flex;
  justify-content: center;
}

.contact-thanks__button {
  margin-top: 3rem;
}
@media screen and (max-width: 960px) {
  .contact-thanks__button {
    margin-top: 3.5625rem;
  }
}

.contact__inner {
  margin: auto;
  padding: 0 1.875rem;
  max-width: 62rem;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .contact__inner {
    max-width: 37.5rem;
  }
}

.contact__info {
  margin-inline: auto;
}

.contact__title {
  font-size: 1.1875rem;
  font-weight: 500;
  line-height: 1.8947368421;
  letter-spacing: 0.06em;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .contact__title {
    font-size: 0.9375rem;
    line-height: 2.1333333333;
    letter-spacing: 0.06em;
    text-align: left;
  }
}

.contact__tel-button-wrap {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 960px) {
  .contact__tel-button-wrap {
    align-items: flex-start;
  }
}

.contact__tel-button-wrap div {
  padding: 1.5rem 4rem;
  background-color: #f0f8f2;
  border-radius: 0.625rem;
  max-width: 36.375rem;
  width: 100%;
  display: inline-flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 2.4rem;
  margin-inline: auto auto 0;
}
@media screen and (max-width: 960px) {
  .contact__tel-button-wrap div {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 19.6875rem;
    margin-top: 1.1rem;
  }
}

.contact__tel-button-wrap div p {
  background-image: linear-gradient(to right, #1db469 5px, transparent 5px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 10px 2px;
  padding-top: 7px;
  padding-bottom: 5px;
  font-size: 1.0625rem;
  letter-spacing: 0.06em;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .contact__tel-button-wrap div p {
    font-size: 0.875rem;
  }
}

.contact__tel-button-wrap > p {
  font-size: 1.0625rem;
  line-height: 2.5882352941;
  letter-spacing: 0.06em;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .contact__tel-button-wrap > p {
    font-size: 0.875rem;
    line-height: 3.1428571429;
  }
}

.contact__tel-button {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.4285714286;
  letter-spacing: 0.03em;
  color: #1db469;
}
@media screen and (max-width: 960px) {
  .contact__tel-button {
    font-size: 1.375rem;
    line-height: 1.4545454545;
    margin-top: 0.625rem;
  }
}

.contact__tel-button::before {
  content: "";
  margin-right: 0.40625rem;
  width: 1.625rem;
  height: 1.625rem;
  display: inline-block;
  background-image: url(../images/common/contact-tel-icon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateY(4px);
}
@media screen and (max-width: 960px) {
  .contact__tel-button::before {
    margin-right: 0.34375rem;
    width: 1.3125rem;
    height: 1.3125rem;
  }
}

.contact__form-body {
  margin-top: 4.5rem;
}
@media screen and (max-width: 960px) {
  .contact__form-body {
    margin-top: 3.125rem;
  }
}

.contact__form-wrap-box {
  margin-top: 1.875rem;
  padding-bottom: 1.875rem;
  border-bottom: 1px solid #afafaf;
}

.contact__form-wrap {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .contact__form-wrap {
    flex-direction: column;
    gap: 0.9125rem;
    align-items: flex-start;
  }
}

.contact__form-wrap2 {
  display: flex;
}
@media screen and (max-width: 960px) {
  .contact__form-wrap2 {
    flex-direction: column;
    gap: 0.9125rem;
    align-items: flex-start;
  }
}

.contact__form-label {
  width: 16.5rem;
  font-size: 0.8125rem;
  font-weight: 500;
  margin-left: 1rem;
  display: flex;
  justify-content: space-between;
  padding-right: 1.875rem;
}
@media screen and (max-width: 960px) {
  .contact__form-label {
    font-size: 0.8125rem;
    justify-content: left;
    gap: 0.75rem;
    margin: 0;
    align-items: flex-start;
  }
}

.contact__form-label span {
  margin-left: 0.625rem;
  padding: 0.0625rem 0.4375rem;
  display: inline-block;
  font-size: 0.625rem;
  letter-spacing: 0.25em;
  color: #FFFFFF;
  background-color: #1db469;
}
@media screen and (max-width: 960px) {
  .contact__form-label span {
    letter-spacing: 0;
  }
}

.contact__form-wrap.contact__form-wrap--checkbox,
.contact__form-wrap.contact__form-wrap--textarea {
  align-items: flex-start;
}

.contact__form-wrap + .contact__form-wrap {
  margin-top: 1rem;
}
@media screen and (max-width: 960px) {
  .contact__form-wrap + .contact__form-wrap {
    margin-top: 1.375rem;
  }
}

.contact__form-input input {
  padding: 0.6875rem 4.375rem 0.75rem 0.9375rem;
  width: 20rem;
  font-size: 0.8125rem;
  line-height: 1;
  border-radius: 0;
  border: 1px solid #d9d9d9;
  background-image: url(../images/common/contact.arrow.svg);
  background-repeat: no-repeat;
  background-size: 0.9375rem;
  background-position: right 0.9375rem top 0.9375rem;
  appearance: none;
  color: #1db469;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .contact__form-input input {
    width: 100%;
  }
}

.contact__form-select select {
  padding: 0.6875rem 4.375rem 0.75rem 0.9375rem;
  width: 20rem;
  font-size: 0.8125rem;
  line-height: 1;
  border-radius: 0;
  border: 1px solid #d9d9d9;
  background-color: #f9f9f9;
  background-image: url(../images/common/contact.arrow.svg);
  background-repeat: no-repeat;
  background-size: 0.9375rem;
  background-position: right 0.9375rem top 0.9375rem;
  appearance: none;
  outline: none;
  color: #1db469;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .contact__form-select select {
    width: 100%;
    font-size: max(0.8125rem, 16px);
  }
}

.contact__form-select select::-ms-expand {
  display: none;
}

.contact__form-select select:focus {
  border: 1px solid #d9d9d9;
  box-shadow: none;
  color: 900;
}

.contact__form-input,
.contact__form-textarea,
.contact__form-input2,
.contact__form-input3,
.contact__form-input4,
.contact__form-select {
  flex-grow: 1;
}
@media screen and (max-width: 960px) {
  .contact__form-input,
  .contact__form-textarea,
  .contact__form-input2,
  .contact__form-input3,
  .contact__form-input4,
  .contact__form-select {
    width: -webkit-fill-available;
  }
}

.contact__form-input2 input,
.contact__form-input4 input,
.contact__form-textarea textarea {
  padding: 0.625rem;
  font-size: 0.8125rem;
  line-height: 1;
  border-radius: 0;
  border: 0.125rem solid #e0e0e0;
  appearance: none;
  background-color: #f9f9f9;
  background-image: none;
  color: black;
  flex-grow: 1;
}
@media screen and (max-width: 960px) {
  .contact__form-input2 input,
  .contact__form-input4 input,
  .contact__form-textarea textarea {
    width: 100%;
    font-size: max(0.8125rem, 16px);
  }
}

.contact__form-input input {
  padding: 0.625rem;
  font-size: 0.8125rem;
  line-height: 1;
  border-radius: 0;
  border: 0.125rem solid #e0e0e0;
  appearance: none;
  background-color: #f9f9f9;
  background-image: none;
  color: black;
  flex-grow: 1;
}
@media screen and (max-width: 960px) {
  .contact__form-input input {
    width: 100%;
    font-size: max(0.8125rem, 16px);
  }
}

.contact__form-input3 input {
  padding: 0.625rem;
  font-size: 0.8125rem;
  line-height: 1;
  border-radius: 0;
  border: 0.125rem solid #e0e0e0;
  appearance: none;
  background-color: #f9f9f9;
  background-image: none;
  color: black;
  flex-grow: 1;
}

.contact__form-input2 input {
  padding: 0.625rem;
  font-size: 0.8125rem;
  line-height: 1;
  border-radius: 0;
  border: 0.125rem solid #e0e0e0;
  appearance: none;
  background-color: #f9f9f9;
  background-image: none;
}
@media screen and (max-width: 960px) {
  .contact__form-input2 input {
    width: 100%;
  }
}

.contact__form-input3 input,
.contact__form-textarea textarea {
  width: 40rem;
}
@media screen and (max-width: 960px) {
  .contact__form-input3 input,
  .contact__form-textarea textarea {
    width: 100%;
  }
}

.contact__form-input input:focus,
.contact__form-input2 input:focus,
.contact__form-input3 input:focus,
.contact__form-input4 input:focus,
.contact__form-textarea textarea {
  background-color: #fff;
  border-color: #1db469;
}

.contact__form-input2 {
  display: flex;
  gap: 1.25rem;
}
@media screen and (max-width: 960px) {
  .contact__form-input2 {
    flex-wrap: wrap;
    align-items: flex-start;
  }
}

.contact__form-wrap--textarea textarea {
  padding: 0.5rem 0.9375rem;
  width: 100%;
  height: 9.375rem;
  font-size: 0.8125rem;
  border-radius: 0;
  border: 1px solid #d9d9d9;
  appearance: none;
  background-color: #f9f9f9;
  background-image: none;
}

.contact__form-wrap--textarea textarea:focus {
  border: 1px solid #d9d9d9;
  box-shadow: none;
}

.contact__form-textarea {
  height: 9.375rem;
  font-size: 0.9375rem;
  border-radius: 0;
  appearance: none;
  background-color: transparent;
  background-image: none;
}

.contact__form-textarea textarea:focus {
  border: 1px solid #d9d9d9;
  box-shadow: none;
}

.contact__form-wrap--checkbox p {
  font-size: 0.8125rem;
  line-height: 1.9230769231;
  letter-spacing: 0.06em;
  font-weight: 300;
}
@media screen and (max-width: 960px) {
  .contact__form-wrap--checkbox p {
    margin-top: 0;
    margin-bottom: 0.5rem;
  }
}

.contact__form-checkbox label {
  display: inline-block;
}
@media screen and (max-width: 960px) {
  .contact__form-checkbox label {
    display: block;
  }
}

.contact__form-checkbox label:not(:first-of-type) {
  margin-top: 0;
  margin-left: 1.25rem;
}
@media screen and (max-width: 960px) {
  .contact__form-checkbox label:not(:first-of-type) {
    margin-left: 1.25rem;
  }
}

.contact__form-checkbox input + span {
  cursor: pointer;
  display: inline-block;
  padding: 0 0 0 1.875rem;
  position: relative;
  font-size: 0.8125rem;
  line-height: 3;
  letter-spacing: 0.12em;
}

.contact__form-checkbox input + span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #FFFFFF;
  border: 1px solid #d9d9d9;
  display: block;
  width: 1.125rem;
  height: 1.125rem;
}
@media screen and (max-width: 960px) {
  .contact__form-checkbox input + span::before {
    width: 0.9375rem;
    height: 0.9375rem;
  }
}

.contact__form-checkbox input + span::after {
  content: "";
  margin-top: -0.125rem;
  position: absolute;
  top: 50%;
  left: 4px;
  transform: translateY(-50%) rotate(-50deg);
  display: block;
  border-bottom: 0.125rem solid #1db469;
  border-left: 0.125rem solid #1db469;
  transition: 0.3s;
  opacity: 0;
  width: 0.56rem;
  height: 0.4rem;
}
@media screen and (max-width: 960px) {
  .contact__form-checkbox input + span::after {
    left: 3px;
  }
}

.contact__form-checkbox input:checked + span::after {
  opacity: 1;
}

.contact__form-privacy {
  margin-top: 3.5rem;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 960px) {
  .contact__form-privacy {
    margin-top: 2.25rem;
  }
}

.contact__form-privacy input + span {
  cursor: pointer;
  display: inline-block;
  padding: 0 0 0 2.5rem;
  position: relative;
  font-size: 0.8125rem;
  line-height: 1.4615384615;
  letter-spacing: 0.1em;
  font-weight: 500;
}

.contact__form-privacy input + span::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2.3px;
  background: #FFFFFF;
  border: 1px solid #d9d9d9;
  display: block;
  width: 1.75rem;
  height: 1.75rem;
}
@media screen and (max-width: 960px) {
  .contact__form-privacy input + span::before {
    width: 1.1875rem;
    height: 1.1875rem;
  }
}

.contact__form-privacy input + span::after {
  content: "";
  position: absolute;
  transform: translateY(-50%) rotate(-48deg);
  display: block;
  width: 0.8125rem;
  height: 0.625rem;
  border-bottom: 0.125rem solid #1db469;
  border-left: 0.125rem solid #1db469;
  transition: 0.3s;
  opacity: 0;
  height: 0.5rem;
  left: 5px;
  margin-top: -0.4rem;
  top: 1rem;
}
@media screen and (max-width: 960px) {
  .contact__form-privacy input + span::after {
    left: 0;
    top: 0.7rem;
  }
}

.contact__form-privacy input + span a {
  border-bottom: 1px solid #000000;
  font-size: 0.8125rem;
  line-height: 1.4615384615;
  letter-spacing: 0.1em;
  font-weight: 500;
  padding-bottom: 0.1875rem;
}
@media screen and (max-width: 960px) {
  .contact__form-privacy input + span a {
    line-height: 1.5384615385;
    padding-bottom: 0;
  }
}

.contact__form-privacy input:checked + span::after {
  opacity: 1;
}

.contact__form-submit {
  position: relative;
  text-align: center;
  margin-top: 3.75rem;
}
@media screen and (max-width: 960px) {
  .contact__form-submit {
    margin-top: 2rem;
  }
}

.contact__form-submit input {
  padding: 1.6875rem 0;
  color: #FFFFFF;
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8125;
  background-image: linear-gradient(to right, #6ace62, #1cb467);
  border: none;
  border-radius: 0;
  text-decoration: none;
  width: 100%;
  cursor: pointer;
  letter-spacing: 0.12em;
  transition: 0.3s;
}
@media screen and (max-width: 960px) {
  .contact__form-submit input {
    font-size: 0.9375rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    letter-spacing: 0.16em;
  }
}

.contact__form-submit::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 37%;
  right: calc(50% - min(50vw, 27.5rem));
  width: 1.3125rem;
  height: 1.25rem;
  background-image: url(../images/common/contact-yazirusi.png);
  transition: 0.3s;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .contact__form-submit::after {
    right: calc(50% - min(37vw, 14.5rem));
    width: 0.8125rem;
    height: 0.75rem;
    top: 40%;
  }
}

.contact__form-submit input:hover,
.contact__form-submit input:focus {
  outline: none;
}

.contact__form-submit input:hover {
  opacity: 0.8;
}

.contact__form-submit input::-moz-foucus-inner {
  padding: 0;
  border: none;
}

.contact__form-input-box1,
.contact__form-input-box2,
.contact__form-input-box3,
.contact__form-input-box4 {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}

.contact__form-input-box1 span,
.contact__form-input-box2 span,
.contact__form-input-box3 span,
.contact__form-input-box4 span {
  font-size: 0.8125rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  width: 20%;
}
@media screen and (max-width: 960px) {
  .contact__form-input-box1 span,
  .contact__form-input-box2 span,
  .contact__form-input-box3 span,
  .contact__form-input-box4 span {
    width: 25%;
  }
}

.contact__form-input-box1 input {
  max-width: 13.5625rem;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .contact__form-input-box1 input {
    max-width: 15rem;
    width: 100%;
  }
}

.contact__form-input-box2 input,
.contact__form-input-box4 input {
  width: 5rem;
  flex-wrap: 1;
}
@media screen and (max-width: 960px) {
  .contact__form-input-box2 input,
  .contact__form-input-box4 input {
    width: 2rem;
  }
}

.contact__form-input-box2 input {
  width: 5rem;
  flex-wrap: 1;
}
@media screen and (max-width: 960px) {
  .contact__form-input-box2 input {
    width: 2rem;
  }
}

.contact__form-input2,
.contact__form-input3,
.contact__form-input4 {
  margin-top: 0.9375rem;
}

.contact__form-input2 input {
  width: 19.4375rem;
}

.contact__form-input2 input,
.contact__form-input3 input,
.contact__form-input4 input {
  width: 100%;
}

.contact__form-checkbox-wrap {
  display: flex;
}

.js-wrapper {
  overflow-x: hidden;
}

.error-message {
  color: #1db469;
  font-size: 0.8125rem;
  font-weight: 500;
  margin-top: -70px;
  padding: 2px 4px;
  border: 1px solid #1db469;
  width: 6rem;
  display: none;
  position: absolute;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .error-message {
    margin-top: -1px;
    font-size: 0.75rem;
    padding: 1px 3px;
    width: 5.3rem;
  }
}

.error-message--select {
  margin-top: -65px;
}
@media screen and (max-width: 960px) {
  .error-message--select {
    margin-top: -2px;
  }
}

.error-message.error-message--textarea {
  margin-top: -182px;
}
@media screen and (max-width: 960px) {
  .error-message.error-message--textarea {
    margin-top: -5px;
  }
}

.error-message.error-message--name {
  margin-top: -27px;
}
@media screen and (max-width: 960px) {
  .error-message.error-message--name {
    margin-top: 106px;
  }
}

@media screen and (max-width: 960px) {
  .error-message.error-message--privacy {
    margin-top: 50px;
  }
}

/* エラーメッセージの表示をブロックに変更して、表示する */
.error-message.active {
  display: block;
}

.grecaptcha-badge {
  bottom: 100px !important;
  z-index: 1;
}

.description-profile__list {
  padding-bottom: 1.5rem;
  display: flex;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 300;
  border-bottom: 1px solid #C7C7C7;
}
@media screen and (max-width: 960px) {
  .description-profile__list {
    padding-bottom: 1.25rem;
    font-size: 0.8125rem;
    line-height: 1.5384615385;
  }
}

.description-profile__list + .description-profile__list {
  margin-top: 1.5rem;
}
@media screen and (max-width: 960px) {
  .description-profile__list + .description-profile__list {
    margin-top: 1.25rem;
  }
}

.description-profile__term {
  color: #28BF73;
  font-weight: 500;
  max-width: 9.0625rem;
  width: 100%;
  flex-shrink: 0;
  margin-left: 0.96875rem;
}
@media screen and (max-width: 960px) {
  .description-profile__term {
    margin-left: 0;
    max-width: 4.375rem;
  }
}

@media screen and (max-width: 960px) {
  .description-profile__text > p {
    margin-top: 0.8125rem;
  }
}

.description-profile__text p:nth-child(2) {
  margin-top: 1.5rem;
}

.description-profile__empty {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .description-profile__empty {
    font-size: 0.875rem;
  }
}

.description {
  overflow: hidden;
}

.description__animation {
  white-space: nowrap;
  overflow-x: hidden;
  display: -webkit-inline-box;
}

.description__animation > div {
  display: flex;
  align-items: center;
}

.description__animation > div > p {
  margin-right: 0.625rem;
  margin-left: 1.875rem;
}

.description__animation > div > p {
  flex: 0 0 auto;
  font-size: 5.5rem;
  line-height: 1.3636363636;
  letter-spacing: 0.04em;
  font-weight: 900;
  font-family: "Nunito Sans", sans-serif;
  color: #49C775;
  white-space: nowrap;
}
@media screen and (max-width: 960px) {
  .description__animation > div > p {
    font-size: 2.75rem;
    line-height: 1.3636363636;
  }
}

.description__animation > div > img {
  width: 100%;
  max-width: 8.5rem;
  height: 5.5rem;
  aspect-ratio: 136/88;
  object-fit: cover;
  display: inline-block;
  border-radius: 0.625rem;
}
@media screen and (max-width: 960px) {
  .description__animation > div > img {
    max-width: 4.25rem;
    height: 2.75rem;
    aspect-ratio: 68/44;
    border-radius: 0.3125rem;
  }
}

.description__animation > div:first-child {
  -webkit-animation: 50s loop 0s linear infinite;
  animation: 50s loop 0s linear infinite;
}

.description__animation > div:last-child {
  -webkit-animation: 50s loop 0s linear infinite;
  animation: 50s loop 0s linear infinite;
}

@-webkit-keyframes loop {
  to {
    -webkit-transform: translateX(-100%);
    transform: translate(-100%);
  }
}
@keyframes loop {
  to {
    -webkit-transform: translateX(-100%);
    transform: translate(-100%);
  }
}
@keyframes loop {
  to {
    transform: translateX(-100%);
  }
}
.description__animation > div {
  animation: loop 50s linear infinite; /* アニメーションを適用する */
}

.description__image {
  display: block;
  width: 100%;
  aspect-ratio: 1366/475;
  z-index: -1;
  margin-top: 0.625rem;
}
@media screen and (max-width: 960px) {
  .description__image {
    aspect-ratio: 375/209;
    margin-top: 0.3125rem;
  }
}

.description__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.description__inner {
  background-color: #49C775;
  border-radius: 1.875rem;
  margin-top: -3rem;
  z-index: 0;
  position: relative;
  padding-top: 7.75rem;
  padding-bottom: 4.625rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}
@media screen and (max-width: 960px) {
  .description__inner {
    border-radius: 1.25rem;
    padding-top: 3.125rem;
    padding-bottom: 3rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    margin-top: -2.8rem;
  }
}

.description__title,
.description__title2,
.description__title3 {
  position: relative;
  font-size: 3.9375rem;
  line-height: 1.3650793651;
  letter-spacing: 0.1em;
  font-weight: 900;
  font-family: "Nunito Sans", sans-serif;
  text-transform: uppercase;
  text-align: center;
  color: #FFFFFF;
}
@media screen and (max-width: 960px) {
  .description__title,
  .description__title2,
  .description__title3 {
    font-size: 2.125rem;
    line-height: 1.3529411765;
    letter-spacing: 0.05em;
  }
}

.description__title span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.4615384615;
  letter-spacing: 0.1em;
  position: relative;
}
@media screen and (max-width: 960px) {
  .description__title span {
    font-size: 0.875rem;
    line-height: 1.4285714286;
  }
}

.description__title span::before {
  content: "";
  position: absolute;
  margin-right: 5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  width: 0.625rem;
  height: 0.625rem;
  background-image: url(../images/common/description-title-icon.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.description__subtitle-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
  margin-top: 4.125rem;
}
@media screen and (max-width: 960px) {
  .description__subtitle-wrap {
    flex-direction: column;
    margin-top: 2rem;
    gap: 1.1875rem;
  }
}

.description__subtitle {
  padding-top: 1.5625rem;
  padding-bottom: 1.5625rem;
  padding-left: 5.75rem;
  padding-right: 2rem;
  border-radius: 2.625rem;
  background-color: #FFE346;
  width: 19.3125rem;
}
@media screen and (max-width: 960px) {
  .description__subtitle {
    width: 19.6875rem;
    padding-top: 1.1875rem;
    padding-bottom: 1.1875rem;
  }
}

.description__subtitle span {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.13em;
  color: #6C6C6C;
  position: relative;
}
@media screen and (max-width: 960px) {
  .description__subtitle span {
    font-size: 1rem;
    line-height: 1.6875;
  }
}

.description__subtitle span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -4.875rem;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  width: 3.8125rem;
  height: 3.8125rem;
  background-image: url(../images/common/description-icon.png);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 960px) {
  .description__subtitle span::before {
    width: 3.125rem;
    height: 3.125rem;
  }
}

.description__subtitle:nth-child(2) span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -4.875rem;
  transform: translateY(-50%);
  width: 3.8125rem;
  height: 3.8125rem;
  background-image: url(../images/common/description-icon2.png);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 960px) {
  .description__subtitle:nth-child(2) span::before {
    width: 3.125rem;
    height: 3.125rem;
  }
}

.description__subtitle:nth-child(3) {
  padding-top: 0.875rem;
  padding-bottom: 0.6875rem;
  padding-left: 5.125rem;
  padding-right: 2.125rem;
  border-radius: 2.625rem;
  background-color: #FFE346;
  width: 20.5rem;
}
@media screen and (max-width: 960px) {
  .description__subtitle:nth-child(3) {
    width: 19.6875rem;
    padding-top: 0.4375rem;
    padding-bottom: 0.4375rem;
  }
}

.description__subtitle:nth-child(3) span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -4.4rem;
  transform: translateY(-50%);
  width: 3.8125rem;
  height: 3.8125rem;
  background-image: url(../images/common/description-icon3.png);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 960px) {
  .description__subtitle:nth-child(3) span::before {
    width: 3.125rem;
    height: 3.125rem;
  }
}

.description__profile {
  max-width: 67.875rem;
  margin-left: 1.875rem;
  margin-right: 1.875rem;
  width: 100%;
  margin-inline: auto;
  margin-top: 2.25rem;
  background-color: #FFFFFF;
  border-radius: 1.875rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
  padding-left: 5.25rem;
  padding-right: 5.25rem;
}
@media screen and (max-width: 960px) {
  .description__profile {
    margin-top: 2rem;
    padding-top: 2rem;
    padding-bottom: 2.1875rem;
    padding-left: 1.8125rem;
    padding-right: 1.8125rem;
    border-radius: 0.9375rem;
  }
}

.description__banner-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.375rem;
  margin-top: 6.375rem;
  margin-bottom: 5.9375rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}
@media screen and (max-width: 960px) {
  .description__banner-wrap {
    flex-direction: column;
    margin-top: 2.875rem;
    margin-bottom: 2.875rem;
    gap: 1.4375rem;
  }
}

.description__banner {
  position: relative;
  width: 100%;
  max-width: 32.75rem;
  height: auto;
  aspect-ratio: 524/237;
  transition: all 0.3s;
}
@media screen and (max-width: 960px) {
  .description__banner {
    aspect-ratio: 315/142;
  }
}

.description__banner-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.description__banner-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.description__banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  white-space: nowrap;
}

.description__banner-image img {
  background-image: linear-gradient(to bottom, #FFCB1F, #FFA908);
  border-radius: 1.875rem;
}
@media screen and (max-width: 960px) {
  .description__banner-image img {
    border-radius: 0.9375rem;
  }
}

.description__banner:nth-child(2) .description__banner-image img {
  background-image: linear-gradient(to bottom, #64C3FF, #0097E8);
  border-radius: 1.875rem;
}
@media screen and (max-width: 960px) {
  .description__banner:nth-child(2) .description__banner-image img {
    border-radius: 0.9375rem;
  }
}

.description__banner-text1 {
  color: #FFFFFF;
  font-size: 2.375rem;
  line-height: 1.4473684211;
  letter-spacing: 0.23em;
  font-weight: 900;
}
@media screen and (max-width: 960px) {
  .description__banner-text1 {
    font-size: 2rem;
    line-height: 1.4375;
  }
}

.description__banner-text2 {
  color: #FFFFFF;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.4615384615;
  letter-spacing: 0.1em;
  margin-top: 0.8125rem;
}
@media screen and (max-width: 960px) {
  .description__banner-text2 {
    margin-top: 0;
  }
}

@media (hover: hover) and (pointer: fine) {
  .description__banner:hover {
    transform: translate(3px, 3px);
  }
}
.footer__contact-container {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding-right: 8.75rem;
  padding-left: 8.75rem;
  max-width: 85.375rem;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .footer__contact-container {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
}

.footer__contact {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  height: 18.25rem;
  padding: 0 4.0625rem;
  background-image: linear-gradient(to right, #6ace62, #1cb467);
  color: #FFFFFF;
}
@media screen and (max-width: 960px) {
  .footer__contact {
    align-items: flex-start;
    padding-top: 0;
    padding-left: 2.125rem;
    padding-right: 1.875rem;
    padding-bottom: 0;
    height: 14.375rem;
  }
}

.footer__text {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  letter-spacing: 0.14em;
  font-weight: 500;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 960px) {
  .footer__text {
    margin-top: 1rem;
  }
}

.footer__body {
  position: relative;
  z-index: 0;
  margin-top: -9.5rem;
  padding-top: 14.125rem;
  padding-bottom: 3rem;
  background: #5f5f5f;
}
@media screen and (max-width: 960px) {
  .footer__body {
    padding-bottom: 1.75rem;
    margin-top: -8.8rem;
    padding-top: 11.7rem;
  }
}

.footer__container {
  margin-right: 8.75rem;
  margin-left: 8.75rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #707070;
  max-width: 67.875rem;
  margin-inline: auto;
  padding: 0 0.9375rem 2rem 0.9375rem;
}
@media screen and (max-width: 960px) {
  .footer__container {
    flex-direction: column;
    padding-bottom: 1.3125rem;
    margin-right: 1.875rem;
    margin-left: 1.875rem;
    max-width: 37.5rem;
    margin-inline: auto;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

.footer__button {
  right: 4rem;
  top: 36%;
  position: absolute;
}
@media screen and (max-width: 960px) {
  .footer__button {
    right: 1.4rem;
    top: 69%;
  }
}

@keyframes arw-r {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  50% {
    transform: translateX(100%);
    opacity: 0;
  }
  50.1% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.footer__arrow {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  position: relative;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  transition-property: background-color;
  transition: all 0.5s;
}

.footer__arrow::before {
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition-property: transform;
  box-sizing: border-box;
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
}

.footer__arrow .arrow--r {
  transition: storoke 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  position: relative;
  z-index: 1;
}

@media (hover: hover) {
  a:hover .footer__arrow .arrow--r {
    animation: arrow--r 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    transition: footer__arrow 0.5s;
    transition: footer__arrow g line 0.5s;
    transition: footer__arrow g path 0.5s;
  }
}
.footer .footer__contact .footer__arrow::before {
  border: #FFFFFF solid 2px;
}

.footer__contact:hover .footer__arrow g line,
.footer__contact:hover .footer__arrow g path {
  stroke: #1DB469;
}

.footer__contact:hover .footer__arrow::before {
  background-color: white;
}

.footer .footer__contact .footer__arrow {
  position: relative;
  z-index: 1;
  width: 5.125rem;
  height: 5.125rem;
  stroke: #FFFFFF;
}
@media screen and (max-width: 960px) {
  .footer .footer__contact .footer__arrow {
    width: 3rem;
    height: 3rem;
  }
}

.footer .footer__contact .footer__arrow .arrow--r {
  top: 50%;
  left: 38%;
}

@keyframes arrow--r {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  50% {
    transform: translateX(100%);
    opacity: 0;
  }
  50.1% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.footer__circle {
  position: relative;
}

.footer__circle svg {
  height: 44.125rem;
  position: absolute;
  right: -22rem;
  top: -31rem;
  width: 44.125rem;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 960px) {
  .footer__circle svg {
    width: 23.9375rem;
    height: 23.9375rem;
    right: -15rem;
    top: -3rem;
  }
}

.footer__left {
  width: 80%;
}
@media screen and (max-width: 960px) {
  .footer__left {
    width: 100%;
  }
}

.footer__catch {
  bottom: -1.5rem;
  position: relative;
  text-align: right;
  width: 25%;
}
@media screen and (max-width: 960px) {
  .footer__catch {
    bottom: 0;
    margin: 1.5rem auto 0;
    width: 60%;
  }
}

.footer__logo {
  max-width: 24.5rem;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .footer__logo {
    max-width: 19.6875rem;
  }
}

.footer__logo a {
  display: inline-block;
}

.footer__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer__nav {
  margin-top: 2.375rem;
}
@media screen and (max-width: 960px) {
  .footer__nav {
    margin-top: 1.5rem;
  }
}

.footer__nav-top {
  width: 100%;
}

.footer__nav-top p {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2.3571428571;
  letter-spacing: 0.14em;
  color: rgba(255, 255, 255, 0.7);
}

.footer__nav-pc1 {
  margin-top: 0.625rem;
  display: flex;
}

.footer__nav-pc2 {
  margin-top: 1rem;
  display: flex;
}

@media screen and (max-width: 960px) {
  .footer__nav-sp1 {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
}

@media screen and (max-width: 960px) {
  .footer__nav-sp2 {
    display: flex;
    gap: 1.625rem;
  }
}

@media screen and (max-width: 960px) {
  .footer__nav-sp3 {
    display: flex;
    flex-direction: column;
  }
}

.footer__nav-item a {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.08em;
  color: #FFFFFF;
  position: relative;
  display: flex;
  gap: 0.3125rem;
}
@media screen and (max-width: 960px) {
  .footer__nav-item a {
    margin-top: 0.875rem;
  }
}

.footer__nav-item a:after {
  content: url(../images/common/footer-button.svg);
  display: block;
  height: auto;
  transition: 0.3s;
  width: 1.125rem;
  height: 1.125rem;
  margin-top: 0.25rem;
}

.footer__nav-item-sp {
  margin-top: 0.875rem;
}

.footer__nav-item-sp a {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.08em;
  color: #FFFFFF;
  position: relative;
}

.footer__nav-item-sp a:after {
  content: url(../images/common/footer-button.svg);
  height: auto;
  transition: 0.3s;
  width: 1.125rem;
  height: 1.125rem;
  margin-top: 0.25rem;
  margin-left: 0.3125rem;
}

.footer__nav-item + .footer__nav-item {
  margin-left: 2.5rem;
}
@media screen and (max-width: 960px) {
  .footer__nav-item + .footer__nav-item {
    margin-left: 0;
  }
}

.footer__nav-bottom {
  margin-top: 2.5rem;
  display: flex;
}
@media screen and (max-width: 960px) {
  .footer__nav-bottom {
    gap: 1.625rem;
    margin-top: 2.0625rem;
  }
}

.footer__right {
  width: 20%;
  text-align: right;
}
@media screen and (max-width: 960px) {
  .footer__right {
    width: 100%;
    text-align: right;
    margin-top: 2rem;
  }
}

.footer__policy {
  font-size: 0.8125rem;
  font-weight: 300;
  color: #FFFFFF;
}

.footer__policy-box {
  margin: 1rem auto 0;
  width: fit-content;
}
@media screen and (max-width: 960px) {
  .footer__policy-box {
    margin-top: 1.4375rem;
  }
}

.footer__policy-box__link {
  color: #FFFFFF;
  font-size: 0.8125rem;
  font-weight: 300;
}

.footer__copyright {
  text-align: center;
  display: block;
  font-size: 0.8125rem;
  font-weight: 300;
  line-height: 3.0769230769;
  color: #FFFFFF;
  margin-top: 1rem;
}
@media screen and (max-width: 960px) {
  .footer__copyright {
    margin-top: 1.4375rem;
  }
}

.footer__copyright span {
  text-transform: uppercase;
}

@media (hover: hover) and (pointer: fine) {
  .footer__nav-item a:hover {
    opacity: 0.5;
  }
  .footer__policy:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 960px) {
  .footer__contact-wrap {
    margin-top: 2.5rem;
  }
}

@media screen and (max-width: 960px) {
  .form__wrap {
    display: flex;
    align-items: center;
  }
}

@media screen and (max-width: 960px) {
  .form__wrap.form__wrap--textarea {
    align-items: flex-start;
  }
}

.form__wrap + .form__wrap {
  margin-top: 1.875rem;
}

.form__label {
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 960px) {
  .form__label {
    max-width: 12.5rem;
    width: 100%;
  }
}

@media screen and (max-width: 960px) {
  .form__wrap.form__wrap--textarea .form__label {
    margin-top: 0.625rem;
  }
}

.form__label span {
  margin-left: 0.625rem;
  padding: 0.3125rem;
  display: inline-block;
  font-size: 0.75rem;
  color: #fff;
  background-color: #D00000;
}

.form__input,
.form__select,
.form__radio,
.form__checkbox,
.form__textarea {
  margin-top: 0.625rem;
}
@media screen and (max-width: 960px) {
  .form__input,
  .form__select,
  .form__radio,
  .form__checkbox,
  .form__textarea {
    margin-top: 0;
  }
}

.form__input,
.form__textarea {
  flex-grow: 1;
}

.form__submit {
  margin-top: 3.75rem;
  text-align: center;
}

.fv {
  overflow: hidden;
  position: relative;
}

.fv__inner {
  margin-inline: auto;
  max-width: 72rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}
@media screen and (max-width: 960px) {
  .fv__inner {
    max-width: 37.5rem;
    padding-left: 1.375rem;
    padding-right: 0.75rem;
  }
}
@media screen and (min-width: 1440px) {
  .fv__inner {
    max-width: 79.5vw;
  }
}

.fv__circle svg {
  position: absolute;
  width: 44.125rem;
  height: 44.125rem;
  right: -13rem;
  top: -8rem;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 960px) {
  .fv__circle svg {
    width: 23.9375rem;
    height: 23.9375rem;
    right: -11rem;
    top: -9rem;
  }
}

.fv__inner {
  z-index: -1;
}

.fv__title-wrap {
  margin-top: 12.5rem;
}
@media screen and (max-width: 960px) {
  .fv__title-wrap {
    margin-top: 7.5rem;
  }
}

.fv__title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.67;
  letter-spacing: 0.14em;
  z-index: 1;
  position: relative;
  color: #1DB469;
}
@media screen and (max-width: 960px) {
  .fv__title {
    font-size: 1.375rem;
    letter-spacing: 0.1em;
  }
}

.fv__title span {
  color: black;
  margin-left: 0.625rem;
}
@media screen and (max-width: 960px) {
  .fv__title span {
    margin-left: 0.4375rem;
  }
}

.fv__title .span1 {
  color: black;
  margin-right: 0.75rem;
}
@media screen and (max-width: 960px) {
  .fv__title .span1 {
    margin-right: 0.4375rem;
  }
}

.fv__subtitle {
  color: #7E8684;
  font-size: 0.9375rem;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-transform: lowercase;
}

.fv__subtitle::first-letter {
  text-transform: capitalize;
}

.fv__slick-image {
  width: 100%;
}

.fv__slick-image picture {
  display: block;
  width: 100%;
  aspect-ratio: 1229/608;
}
@media screen and (max-width: 960px) {
  .fv__slick-image picture {
    aspect-ratio: 375/521;
  }
}

.fv__slick-image img {
  width: 100%;
  height: 100%;
  margin-right: calc(50% - 50vw);
  z-index: 1;
  object-fit: cover;
}
@media screen and (max-width: 960px) {
  .fv__slick-image img {
    margin-left: calc(50% - 50vw);
  }
}

.is-add-scale {
  animation: scale 8s linear 0s normal both;
}

@keyframes scale {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
.fv__button {
  -webkit-transform: translateY(-50%);
  position: absolute;
  transform: translateY(-50%);
  z-index: 2;
  right: calc(50% - min(40vw, 42rem));
  top: 25rem;
}
@media screen and (max-width: 960px) {
  .fv__button {
    top: 18rem;
    right: calc(50% - min(34vw, 19rem));
  }
}

.fv__button-link {
  -webkit-transform: translate(-50%, -50%) scale(0.85);
  position: absolute;
  width: 7.5rem;
  height: 7.5rem;
  transform: translate(-50%, -50%) scale(0.85);
  border-radius: 50%;
  border: 2px solid #1db469;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media screen and (max-width: 960px) {
  .fv__button-link {
    width: 5.5rem;
    height: 5.5rem;
  }
}

.fv__button-link .fv__button-arrow {
  -webkit-transform: translate(-50%, -50%);
  -webkit-animation: arrow_down 5s linear 0s infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: arrow_down 5s linear 0s infinite;
}

.fv__button-link:hover,
.fv__button-link:focus,
.fv__button-link:active {
  opacity: 0.5;
}

@-webkit-keyframes arrow_down {
  0% {
    margin-top: -10px;
    opacity: 1;
  }
  20% {
    margin-top: 0;
    opacity: 1;
  }
  70% {
    margin-top: 0;
    opacity: 1;
  }
  to {
    margin-top: 10px;
    opacity: 1;
  }
}
@keyframes arrow_down {
  0% {
    margin-top: -10px;
    opacity: 1;
  }
  20% {
    margin-top: 0;
    opacity: 1;
  }
  70% {
    margin-top: 0;
    opacity: 1;
  }
  to {
    margin-top: 10px;
    opacity: 1;
  }
}
.fv__slick-wrap {
  position: relative;
  height: 100%;
  margin-top: 3.375rem;
  margin-right: calc(50% - 50vw);
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .fv__slick-wrap {
    margin-left: calc(50% - 50vw);
  }
}
.fv__slick-circle-wrap {
  display: flex;
  position: absolute;
  bottom: 0.8rem;
  right: 2rem;
  z-index: 999;
}

.fv__slick-circle-wrap svg {
  transform-origin: right top;
  transform: rotate(20deg);
}

.fv__slick-circle-wrap svg circle {
  fill: rgba(255, 255, 255, 0.6);
}

.fv__slick-circle-wrap svg path {
  fill: transparent;
  stroke-width: 1;
  opacity: 0;
}

.fv__slick-circle-wrap svg.active path {
  animation: path 20s infinite;
}

@keyframes path {
  0% {
    stroke-dasharray: 0 100;
  }
  99.9%, to {
    stroke-dasharray: 100 100;
  }
}
.header {
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 5rem;
  background-color: #FFFFFF;
  transition: translateY 600ms, opacity 200ms;
  transition: transform 0.3s 0.3s;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 960px) {
  .header {
    height: 3.4375rem;
  }
}

.header.header--recruit {
  background-color: transparent;
  box-shadow: none;
}

.header__inner {
  height: inherit;
  display: flex;
  justify-content: space-between;
  margin: auto;
  padding-left: 2.125rem;
  padding-right: 1.875rem;
  width: 100%;
  background-color: transparent;
  transition: all 0.2s ease 0s;
}
@media screen and (max-width: 1130px) {
  .header__inner {
    padding-left: 1.125rem;
    padding-right: 1.25rem;
  }
}
@media screen and (max-width: 960px) {
  .header__inner {
    padding-left: 1.125rem;
    padding-right: 0.75rem;
    align-items: center;
    justify-content: space-between;
  }
}

.header__logo {
  max-width: 21.125rem;
  width: 100%;
  height: inherit;
}
@media screen and (max-width: 960px) {
  .header__logo {
    max-width: 15.125rem;
  }
}

.header__logo a {
  height: inherit;
  display: flex;
  align-items: center;
}

.header__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.header__nav {
  display: block;
  height: inherit;
}
@media screen and (max-width: 960px) {
  .header__nav {
    display: none;
  }
}

.header__nav-item > a > div > svg {
  margin-left: 0.3125rem;
  width: 0.625rem;
  height: 0.375rem;
}

.header__nav-item > a svg path {
  stroke: black;
}

.header__nav-item.header__nav-item--recruit > a svg path {
  stroke: #FFFFFF;
}

.header__nav-item--recruit a:hover .header__inner {
  background-color: #FFFFFF;
}

.header__nav-item a:hover svg path {
  stroke: #1DB469;
}

.header__nav-item.header__nav-item--contact {
  display: flex;
  align-items: center;
  margin-left: 1.25rem;
  color: #FFFFFF;
}

.header__nav-item.header__nav-item--contact a {
  color: #FFFFFF;
  padding: 0.625rem 1.5rem;
  background-image: linear-gradient(to right, #6ACE62, #1CB467);
  border-radius: 1.375rem;
  height: initial;
  font-size: 0.875rem;
  letter-spacing: 0.14em;
  font-weight: 700;
}

.header__nav-modal-wrap {
  position: relative;
  padding: 0.625rem 1.25rem;
  cursor: pointer;
  font-weight: 700;
  display: flex;
  align-items: center;
}

.header__nav-modal-wrap:hover .header__nav-modal {
  display: block;
}

.header__nav-modal-wrap a {
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  color: 900;
}

.header__nav-modal-top,
.header__nav-modal-bottom {
  width: 100%;
  max-width: 85.375rem;
  display: flex;
  gap: 1.875rem;
}

.header__nav-modal {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 2rem;
  padding-right: 1.6875rem;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  top: 5.1rem;
  width: 100%;
  background-color: #FFFFFF;
  box-shadow: 0 0.25rem 0.5rem rgba(29, 180, 105, 0.25);
}

.header__nav-modal-item {
  display: flex;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2872222222;
  color: 900;
  transition: all 0.2s;
}

.header__nav-modal-item-image img {
  width: 3.125rem;
  height: 3.125rem;
  object-fit: cover;
  aspect-ratio: 1/1;
}

.header__hamburger {
  display: none;
}
@media screen and (max-width: 960px) {
  .header__hamburger {
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    position: relative;
    z-index: 999;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s;
    display: block;
    background-image: linear-gradient(to bottom, #6ACE62, #1CB467);
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.header__hamburger-span {
  padding-left: 3px;
}

.header__hamburger span {
  position: relative;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  display: block;
  width: 1.0625rem;
  height: 0.06rem;
  background-color: transparent;
  transition: 0.3s;
  border-radius: 0.0625rem;
}

.header__hamburger span:nth-of-type(1) {
  top: -0.1875rem;
}

.header__hamburger span:nth-of-type(2) {
  top: 0;
}

.header__hamburger span:nth-of-type(3) {
  top: 0.1875rem;
}

.header__hamburger.is-open span:nth-of-type(1) {
  opacity: 0;
  width: 0.9375rem;
}

.header__hamburger.is-open span:nth-of-type(2) {
  top: 1px;
  left: -2px;
  transform: rotate(45deg);
  background: #FFFFFF;
  border-radius: 0.0625rem;
  width: 0.9375rem;
  height: 0.11rem;
}

.header__hamburger.is-open span:nth-of-type(3) {
  top: -1px;
  left: -2px;
  transform: rotate(-45deg);
  background: #FFFFFF;
  height: 0.11rem;
  width: 0.9375rem;
  border-radius: 0.0625rem;
}

.header__hamburger span::before,
.header__hamburger span::after {
  content: "";
  position: absolute;
  top: 0;
  background: #FFFFFF;
  width: 1rem;
  height: 0.1rem;
  border-radius: 0.0625rem;
}

.header__hamburger span::before {
  left: -0.065rem;
  width: 0.75rem;
}

.header__hamburger span::after {
  left: 0.8rem;
  width: 0.125rem;
}

.header__hamburger.is-open span::before,
.header__hamburger.is-open span::after {
  background: transparent;
}

.header__drawer {
  display: none;
  position: absolute;
  z-index: 900;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #FFFFFF;
  overflow-y: scroll;
  scrollbar-width: none;
}

.header__drawer-inner {
  padding-bottom: 6.25rem;
}

.header__drawer-nav {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__drawer::-webkit-scrollbar {
  display: none;
}

.header__drawer-logo {
  max-width: 16.25rem;
  width: 100%;
  height: 3.4375rem;
  padding-left: 1.125rem;
}

.header__drawer-logo a {
  height: 3.4375rem;
  display: flex;
  align-items: center;
}

.header__drawer-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.header__drawer-items {
  margin-top: 0.625rem;
}

@media screen and (max-width: 960px) {
  .header__drawer-items {
    width: 100%;
  }
}
.header__drawer-modal-item a {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-top: 1rem;
  padding-bottom: 0.8125rem;
}

.header__drawer-item {
  border-bottom: 1px solid #E5E5E5;
}

.header__drawer-item a,
.header__drawer-item a p {
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.header__drawer-item a {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.header__drawer-item .link-child-nav {
  position: relative;
}

.header__drawer-item .link-child-nav::before, .header__drawer-item .link-child-nav::after {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 14px;
  position: absolute;
  right: 1.875rem;
  top: 50%;
  transform: translateY(-50%);
}

.header__drawer-item .link-child-nav::before {
  background-color: #f4f4f4;
}

.header__drawer-item .link-child-nav::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211.64%22%20height%3D%226.57%22%20viewBox%3D%220%200%2011.64%206.57%22%3E%20%3Cpath%20d%3D%22M10.58%201.06%205.82%205.82%201.06%201.06%22%20fill%3D%22none%22%20stroke%3D%22%2349c775%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  transform-origin: top;
}

.header__drawer-item .link-child-nav--active::after {
  transform: rotate(180deg) translateY(-50%);
}

.header__drawer-item--rental > img {
  width: 1.8125rem;
  height: 1.8125rem;
  transition: transform 0.3s ease;
}

.header__drawer-item--rental {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.375rem;
}

.header__drawer-item--rental svg path {
  fill: #f4f4f4;
  transition: transform 0.3s ease;
  width: 1.8125rem;
  height: 1.8125rem;
}

.header__drawer-modal-item a {
  display: flex;
  gap: 0.625rem;
  background-color: #F4F4F4;
  padding-left: 1.75rem;
  padding-right: 3.25rem;
  border-bottom: 1px solid #FFFFFF;
  padding-top: 0.8125rem;
  padding-bottom: 1rem;
}

.header__drawer-modal-item a img {
  width: 1rem;
  height: 1rem;
  margin-right: 10px;
  margin-top: 3px;
}

.header-nav-child {
  display: none;
  background-color: #f4f4f4;
}

.header-nav-child__item:nth-child(1n+2) {
  border-top: 1px solid #fff;
}

.header-nav-child__item a {
  position: relative;
  padding-left: calc(1.75rem + 26px);
}

.header-nav-child__item a::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background-color: #49c775;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%223.79%22%20height%3D%226.17%22%20viewBox%3D%220%200%203.79%206.17%22%3E%20%3Cpath%20d%3D%22M.35.35%203.08%203.1.35%205.82%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 1.75rem;
  top: 20px;
}

.rotate {
  transform: rotate(180deg);
}

.header__drawer-item a img {
  width: 1rem;
  height: 1rem;
}

.header__drawer.open {
  display: block;
}

@media (hover: hover) and (pointer: fine) {
  .header__drawer-item--rental svg path:hover {
    opacity: 0.6;
  }
}
.header__drawer-modal {
  display: none;
}

.header__drawer-modal.open {
  display: block;
}

.header__drawer-item--rental.on-click .header__drawer-modal {
  display: block;
}

.header__nav-item.modal_open .header__nav-sub {
  opacity: 1;
  visibility: inherit;
  transition: all 0.2s ease 0s;
}

.header__nav-items {
  display: flex;
  align-items: center;
}

.header__nav-items li {
  font-size: 1.6rem;
  white-space: nowrap;
}

.header__nav-items li.modal_ir {
  font-size: 1.3rem;
}

.header__nav-items > li > a {
  padding: 0 0.8125rem;
  text-align: center;
  height: 90px;
  display: block;
}

.modal_ir {
  z-index: 9999;
}

.header__nav-item--contact {
  opacity: 1;
  transition: all 0.5s;
  position: relative;
  z-index: 0;
}

.header__nav-item a:hover {
  color: #1DB469;
}

.header__nav-item--contact a:hover {
  color: #FFFFFF;
  opacity: 0.7;
}

.header__nav-item--contact:hover {
  opacity: 0.7;
}

.header__nav-items > li > a > div {
  padding: 0 0.4375rem;
  height: 5.125rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__nav-items > li > a > div::after {
  position: absolute;
  content: "";
  width: 0;
  height: 3px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #1DB469;
  transition: all 0.25s ease 0s;
}

.header__nav-items > li > a:hover > div::after {
  width: 100%;
}

.header__nav-items li a span,
.header__nav-item.header__nav-item--contact {
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.header__nav-item .header__nav-box img {
  width: 55px;
  height: 40px;
}

.header__nav-item .header__nav-box li a::after {
  display: none;
}

.header__nav-item .header__nav-box li a span {
  position: relative;
  display: inline-block;
}

.header__nav-item .header__nav-box li a span::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -4px;
  width: 0;
  height: 1px;
  background: #1DB469;
  transition: all 0.25s ease 0s;
}

.header__nav-item .header__nav-box li a:hover span::after {
  width: 100%;
}

.header__nav-sub {
  position: absolute;
  top: 5.1rem;
  left: 43%;
  opacity: 1;
  visibility: hidden;
  transition: all 0.05s ease 0s;
}

.header__nav-box {
  padding: 20px 30px 20px;
  max-width: 85.375rem;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  transition: all 0.3s ease 0s;
}

.header__nav-wrap {
  display: grid;
  column-gap: 1.875rem;
  row-gap: 0.625rem;
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  height: auto;
  width: 100%;
  max-width: 74.375rem;
}

.header__nav__button {
  font-size: 1.6rem;
  white-space: nowrap;
  display: flex;
  align-items: center;
  column-gap: 0.625rem;
  height: 100%;
  padding: 12px 0;
}

.header__nav-text-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
}

.header__nav-text-wrap p {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.14em;
}

.header__nav-wrap li {
  border-bottom: 1px solid #DEDEDE;
  max-width: 22.7rem;
}

.header__inner.hovered {
  background-color: #ffffff;
}

.anchor {
  padding-top: 80px;
  margin-top: 80px;
}
@media screen and (max-width: 960px) {
  .anchor {
    padding-top: 40px;
    margin-top: 40px;
  }
}

.anchor2 {
  padding-top: 30px;
  margin-top: 30px;
}
@media screen and (max-width: 960px) {
  .anchor2 {
    padding-top: 20px;
    margin-top: 20px;
  }
}

@media (hover: hover) and (pointer: fine) {
  .header__nav-item.header__nav-item--contact a:hover {
    opacity: 0.8;
  }
}
.header__prev-top {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 4.16vw;
  min-width: 54px;
}
.header__prev-top:hover {
  opacity: 0.8;
}
@media screen and (max-width: 960px) {
  .header__prev-top {
    width: 11.73vw;
    max-width: 80px;
    min-width: 44px;
  }
}

.header__prev-top-img {
  max-width: 100%;
}

.inner {
  max-width: 1146px;
  padding-right: 30px;
  padding-left: 30px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 960px) {
  .inner {
    max-width: 43.75rem;
    padding-right: 30px;
    padding-left: 30px;
  }
}

.inner2 {
  width: 100%;
  max-width: 59.875rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  margin-inline: auto;
}
@media screen and (max-width: 960px) {
  .inner2 {
    max-width: 23.4375rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.inner3 {
  width: 100%;
  max-width: 59.875rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  margin-inline: auto;
}
@media screen and (max-width: 960px) {
  .inner3 {
    max-width: 23.4375rem;
  }
}

.interview__title {
  position: relative;
  font-size: 3.9375rem;
  line-height: 1.3650793651;
  letter-spacing: 0.1em;
  font-weight: 900;
  font-family: "Nunito Sans", sans-serif;
  text-transform: uppercase;
  text-align: center;
  color: #49C775;
}
@media screen and (max-width: 960px) {
  .interview__title {
    font-size: 2.5rem;
    line-height: 1.35;
    letter-spacing: 0.05em;
  }
}

.interview__title span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.4615384615;
  letter-spacing: 0.1em;
}

.interview__title span::before {
  content: "";
  position: absolute;
  margin-right: 8.625rem;
  width: 0;
  height: 0;
  width: 0.625rem;
  height: 0.625rem;
  background-image: url(../images/common/interview-title-icon.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.interview__modal-items {
  display: flex;
  align-items: flex-start;
  gap: 2.0625rem;
  margin-top: 3.125rem;
}
@media screen and (max-width: 960px) {
  .interview__modal-items {
    flex-direction: column;
    align-items: center;
    gap: 1.25rem;
    margin-top: 2.375rem;
  }
}

@media screen and (min-width: 961px) {
  .interview__modal-items--single {
    justify-content: center;
  }
}
.interview__modal-item {
  flex: 1 1 0;
  min-width: 0;
  max-width: 32.9375rem;
  width: 100%;
  cursor: pointer;
}

.loop_wrap {
  display: flex;
  height: 9.25rem;
  overflow: hidden;
  z-index: -1;
}

.loop_wrap img {
  width: auto;
  height: 100%;
}

.loop_wrap img:first-child {
  animation: loop 50s -25s linear infinite;
}

.loop_wrap img:last-child {
  animation: loop2 50s linear infinite;
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.message {
  padding-top: 12.875rem;
  padding-bottom: 7rem;
  background-color: #49c775;
  border-radius: 0 0 1.875rem 1.875rem;
  overflow-x: hidden;
}
@media screen and (max-width: 960px) {
  .message {
    padding-top: 5.875rem;
    padding-bottom: 4rem;
  }
}

.message__wrap {
  display: flex;
}
@media screen and (max-width: 960px) {
  .message__wrap {
    flex-direction: column;
  }
}

.message__title-wrap {
  position: relative;
  width: 45%;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .message__title-wrap {
    width: 100%;
  }
}

.message__title,
.message__text {
  color: #FFFFFF;
  font-weight: 700;
}

.message__title {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  line-height: 1.4285714286;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 960px) {
  .message__title {
    margin-left: 1rem;
  }
}

.message__title img {
  width: 0.625rem;
  height: 0.625rem;
}

.message__title h3::before {
  content: attr(data-title);
  position: absolute;
  top: -2rem;
  left: -7%;
  transform: translate(0, -50%);
  color: rgba(255, 255, 255, 0.2);
  font-size: 7.0625rem;
  letter-spacing: 0.1em;
  line-height: 1.3628318584;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}
@media screen and (max-width: 960px) {
  .message__title h3::before {
    font-size: 3.75rem;
    line-height: 1.3666666667;
    top: -1rem;
    left: 0;
  }
}

.message__text {
  margin-top: 4.5rem;
  font-size: 0.9375rem;
  letter-spacing: 0.1em;
  line-height: 2.5333333333;
}
@media screen and (max-width: 960px) {
  .message__text {
    margin-top: 1.8rem;
    font-size: 0.875rem;
    line-height: 2.4285714286;
    letter-spacing: 0.08em;
  }
}

.message__text p {
  margin-bottom: 1rem;
}

.message__image-wrap {
  width: 55%;
}
@media screen and (max-width: 960px) {
  .message__image-wrap {
    margin-top: 2rem;
    width: 100%;
  }
}

.message__animation {
  overflow-x: hidden;
  margin-right: calc(50% - 50vw);
  border-radius: 0.625rem 0 0 0.625rem;
}

.message__animation-track,
.message__animation-group {
  display: flex;
  width: max-content;
}

.message__animation-track {
  animation: message-loop 25s linear infinite;
  will-change: transform;
}

.message__animation-item {
  display: block;
  flex: 0 0 auto;
  width: 20.9375rem;
  height: 25.1875rem;
}
@media screen and (max-width: 960px) {
  .message__animation-item {
    width: 10.46875rem;
    height: 12.625rem;
  }
}

.message__animation-item img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

@keyframes message-loop {
  to {
    transform: translate3d(-50%, 0, 0);
  }
}
.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal__container {
  background-color: #FFFFFF;
  padding: 3.125rem 5rem;
  overflow-y: auto;
  max-width: 77.875rem;
  border-radius: 1.875rem;
  overflow-y: auto;
  box-sizing: border-box;
  position: relative;
  height: min(60vh, 100%);
  z-index: 999;
  height: 43.5625rem;
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}
@media screen and (max-width: 960px) {
  .modal__container {
    padding: 1.625rem 1.5rem;
    max-width: 37.5rem;
    height: 93%;
  }
}

.modal__button {
  display: block;
  transition: transform 0.2s;
  width: 3rem;
  height: 3rem;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-right: 0.6rem;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 960px) {
  .modal__button {
    width: 2.625rem;
    height: 2.625rem;
    margin-bottom: 0.4rem;
    margin-right: 0.4rem;
  }
}

.modal__text-wrap {
  height: 100%;
  overflow: hidden auto;
}

.modal__wrap {
  position: relative;
  display: flex;
  gap: 4.5rem;
}
@media screen and (max-width: 960px) {
  .modal__wrap {
    flex-direction: column;
    gap: 0;
  }
}

.modal__left-wrap {
  position: sticky;
  position: -webkit-sticky;
  width: 39%;
  top: 0;
  height: min(65vh, 100%);
}
@media screen and (max-width: 960px) {
  .modal__left-wrap {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    position: static;
  }
}

.modal__left-wrap picture {
  display: block;
  width: 100%;
  aspect-ratio: 395/468;
}
@media screen and (max-width: 960px) {
  .modal__left-wrap picture {
    aspect-ratio: 287/253;
  }
}

.modal__left-wrap picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.25rem;
}

.modal__left-category {
  margin-top: 1.3125rem;
}
@media screen and (max-width: 960px) {
  .modal__left-category {
    margin-top: 0;
  }
}

.modal__left-year {
  color: #FFFFFF;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0;
  padding: 0.3125rem 0.5rem;
  background-color: #49c775;
  display: inline-block;
  border-radius: 1.25rem;
}
@media screen and (max-width: 960px) {
  .modal__left-year {
    font-size: 0.75rem;
    padding: 0.125rem 0.5625rem;
  }
}

.modal__left-name span {
  font-size: 1.8125rem;
  line-height: 1.4230769231;
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .modal__left-name span {
    font-size: 1.3125rem;
    line-height: 1.4285714286;
  }
}

.modal__left-name {
  color: #000000;
  font-size: 1.1875rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.4210526316;
  margin-top: 0.4375rem;
}
@media screen and (max-width: 960px) {
  .modal__left-name {
    font-size: 0.875rem;
    line-height: 1.4285714286;
    margin-bottom: 1.125rem;
  }
}

.modal__right-wrap {
  width: 61%;
}
@media screen and (max-width: 960px) {
  .modal__right-wrap {
    width: 100%;
  }
}

.modal__right {
  position: relative;
  min-height: 50vh;
}
@media screen and (max-width: 960px) {
  .modal__right {
    min-height: auto;
    margin-top: 1.9375rem;
  }
}

.modal__number-wrap {
  display: flex;
  align-items: center;
  position: absolute;
  top: -2.3rem;
  left: 0;
  gap: 0.7rem;
  width: 50%;
  height: 2.5rem;
  z-index: 9999;
}
@media screen and (max-width: 960px) {
  .modal__number-wrap {
    position: initial;
    height: 0;
    gap: 0.5rem;
  }
}

.modal__number {
  display: flex;
  align-items: center;
  font-size: 0.9375rem;
  font-weight: 700;
  font-family: "Nunito Sans", sans-serif;
  line-height: 2.2666666667;
  letter-spacing: 0.1em;
  text-transform: capitalize;
  color: #1db469;
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  .modal__number {
    font-size: 0.8125rem;
    line-height: 2.6153846154;
    padding: 0;
  }
}

.modal__number-wrap img {
  width: 0.625rem;
  height: 0.625rem;
  z-index: 9999;
}

.modal__title {
  font-size: 1.5rem;
  line-height: 1.7916666667;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-top: 1.5rem;
}
@media screen and (max-width: 960px) {
  .modal__title {
    font-size: 1rem;
    line-height: 1.75;
    margin-top: 1.125rem;
  }
}

.modal__qa-wrap {
  margin-top: 2.5rem;
}
@media screen and (max-width: 960px) {
  .modal__qa-wrap {
    margin-top: 1.875rem;
  }
}

.modal__qa {
  padding: 1.75rem 2.125rem;
  background-color: #f7f7f7;
  border-radius: 1.25rem;
}
@media screen and (max-width: 960px) {
  .modal__qa {
    padding: 1.25rem;
  }
}

.modal__qa + .modal__qa {
  margin-top: 1.25rem;
}
@media screen and (max-width: 960px) {
  .modal__qa + .modal__qa {
    margin-top: 1rem;
  }
}

.modal__question {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
@media screen and (max-width: 960px) {
  .modal__question {
    gap: 1rem;
    align-items: flex-start;
  }
}

.modal__question-number {
  width: 2.375rem;
  height: 2.375rem;
  flex: 0 0 2.375rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #49c775;
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 960px) {
  .modal__question-number {
    width: 1.875rem;
    height: 1.875rem;
    flex-basis: 1.875rem;
    font-size: 0.6875rem;
  }
}

.modal__question p {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #49c775;
}

.modal__answer {
  margin-top: 1.25rem;
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.9285714286;
}
@media screen and (max-width: 960px) {
  .modal__answer {
    margin-top: 0.5625rem;
    font-size: 0.75rem;
    line-height: 1.8461538462;
  }
}

.modal__schedule-title {
  margin-top: 1.5625rem;
  color: #49c775;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 700;
  display: flex;
  align-items: center;
  position: relative;
  margin-left: 1.875rem;
}

.modal__schedule-title::before {
  display: inline-block;
  margin-right: 1rem;
  content: "";
  position: absolute;
  margin-right: 5rem;
  top: 50%;
  left: -2rem;
  transform: translateY(-50%);
  width: 1.375rem;
  height: 1.375rem;
  background-image: url(../images/common/interview-time.png);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 960px) {
  .modal__schedule-title::before {
    left: -1.7rem;
  }
}

.modal__schedule-title::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 2px;
  background: #49c775;
  left: calc(50% - min(50vw, -10rem));
  max-width: 35.5rem;
}
@media screen and (max-width: 960px) {
  .modal__schedule-title::after {
    max-width: 31.5rem;
    width: 100%;
  }
}

.modal__schedule-wrap {
  display: flex;
  gap: 1.25rem;
  margin-top: 1.4375rem;
}

.modal__schedule-list {
  position: relative;
}

.modal__schedule-list::before {
  content: "";
  left: 1.875rem;
  width: 0.0625rem;
  height: 100%;
  background-color: #49c775;
  position: absolute;
  z-index: 998;
}

.modal__schedule-item {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.modal__schedule-item + .modal__schedule-item {
  margin-top: 1.125rem;
}

.modal__schedule-time {
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  padding: 0.25rem 0.75rem;
  background-color: #49c775;
  border-radius: 1.1875rem;
  display: inline-block;
  z-index: 999;
}

.modal__schedule-time + .modal__schedule-time {
  margin-top: 1.125rem;
}

.modal__schedule-text {
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 2.0769230769;
  letter-spacing: 0.1em;
}

.modal__button img {
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.modal__button img {
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.modal__close {
  cursor: pointer;
  position: absolute;
  right: calc(50% - min(49.5vw, 40.2rem));
  top: calc(50% - min(49vh, 22.6rem));
  transition: transform 0.2s;
  z-index: 9999;
}
@media screen and (max-width: 960px) {
  .modal__close {
    right: calc(50% - min(49vw, 20rem));
    top: calc(50% - min(48.3vh, 105.3rem));
  }
}

.modal__close img {
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 100%;
  max-width: 2.75rem;
  height: auto;
  z-index: 1000;
}

#modal-1,
#modal-2 {
  display: none;
}

#modal-1.is-open {
  display: block;
}

#modal-2.is-open {
  display: block;
}

.wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
}

.wrapper__image {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 1.25rem;
  background-color: #000000;
}
@media screen and (max-width: 960px) {
  .wrapper__image {
    border-radius: 0.9375rem;
  }
}

.wrapper__image picture {
  display: block;
  width: 100%;
  aspect-ratio: 527/344;
}

.wrapper__image img {
  opacity: 0.7;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.2s;
}

.wrapper__information-category {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-left: 1.9rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 960px) {
  .wrapper__information-category {
    margin-bottom: 0.8rem;
    margin-left: 1.3rem;
  }
}

.wrapper__information-year {
  color: #49c775;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0;
  padding: 0.2rem 0.4rem;
  background-color: #FFFFFF;
  display: inline-block;
  border-radius: 1.25rem;
}

.wrapper__information-name span {
  color: #FFFFFF;
  font-size: 1.6rem;
  line-height: 1.4230769231;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-right: 0.9375rem;
}
@media screen and (max-width: 960px) {
  .wrapper__information-name span {
    font-size: 1.3125rem;
    line-height: 1.4285714286;
    margin-left: 0;
  }
}

.wrapper__information-name {
  color: #FFFFFF;
  font-size: 1.1875rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.4210526316;
  margin-top: 0.1875rem;
}
@media screen and (max-width: 960px) {
  .wrapper__information-name {
    font-size: 0.875rem;
    line-height: 1.4285714286;
  }
}

.wrapper:hover .modal__button img,
.wrapper:focus .modal__button img,
.wrapper:active .modal__button img {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.wrapper:hover .wrapper__image img {
  transform: scale(1.05);
}

.wrapper .wrapper__image img {
  transition: transform 0.3s ease;
}

.wrapper .wrapper__image {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

.wrapper:hover .modal__button img,
.wrapper:focus .modal__button img,
.wrapper:active .modal__button img {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.modal__close img:hover,
.modal__close img:focus,
.modal__close img:active {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 960px) {
  input[type=submit],
  input[type=button],
  label,
  button,
  select {
    padding-left: 0;
    padding-right: 14px;
  }
}

.news-list__item {
  border-bottom: 1px solid #c3c3c3;
}

.news-list__link {
  display: flex;
  align-items: center;
  padding: 2.375rem 1rem;
  transition: opacity 0.4s ease;
}
@media screen and (max-width: 960px) {
  .news-list__link {
    display: block;
    padding: 1.6875rem 0;
  }
}

.news-list__link:hover {
  opacity: 0.6;
}

.news-list__date {
  flex-shrink: 0;
  width: 10.25rem;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1;
  color: #6A6A6A;
}
@media screen and (max-width: 960px) {
  .news-list__date {
    display: block;
    width: auto;
    line-height: 2.0769230769;
  }
}

.news-list__title {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.7222222222;
  overflow-wrap: anywhere;
}

.news-list--top .news-list__link {
  padding: 1.4375rem 1rem;
}
@media screen and (max-width: 960px) {
  .news-list--top .news-list__link {
    padding: 0.875rem 0;
  }
}

.news-more-wrap {
  display: flex;
  justify-content: flex-end;
  margin-top: 2.5rem;
}
@media screen and (max-width: 960px) {
  .news-more-wrap {
    margin-top: 2.25rem;
  }
}

.news-more {
  display: inline-flex;
  align-items: center;
  gap: 1.0625rem;
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.4285714286;
  transition: opacity 0.4s ease;
}

.news-more:hover {
  opacity: 0.6;
}

.news-more svg {
  display: block;
  flex-shrink: 0;
  width: 0.3125rem;
  height: 0.5625rem;
}

.news-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.8125rem;
  margin-top: 5.625rem;
}
@media screen and (max-width: 960px) {
  .news-pagination {
    margin-top: 3.9375rem;
  }
}

.news-pagination__numbers {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

.news-pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: #e5e5e5;
  color: #000000;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  transition: background-color 0.4s ease, color 0.4s ease;
}

.news-pagination .page-numbers.current,
.news-pagination a.page-numbers:hover {
  background-color: #1DB469;
  color: #f7f7f7;
}

.news-pagination .page-numbers.dots {
  width: auto;
  background-color: transparent;
}

.news-pagination__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 0.9375rem;
  height: 1.5rem;
  transition: opacity 0.4s ease;
}

.news-pagination__arrow svg {
  display: block;
  width: 100%;
  height: 100%;
}

a.news-pagination__arrow:hover {
  opacity: 0.6;
}

.news-pagination__arrow.is-disabled {
  opacity: 0.25;
}

.news-archive__empty {
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 2.0571428571;
}
@media screen and (max-width: 960px) {
  .news-archive__empty {
    font-size: 0.8125rem;
    line-height: 2;
  }
}

.news-detail {
  overflow-x: clip;
}

.news-detail__inner {
  width: 100%;
  max-width: 58.75rem;
  padding-right: 1.875rem;
  padding-left: 1.875rem;
  margin-inline: auto;
}
@media screen and (max-width: 960px) {
  .news-detail__inner {
    max-width: 43.75rem;
  }
}

.news-detail__head {
  padding-bottom: 2rem;
  border-bottom: 1px solid #c3c3c3;
}
@media screen and (max-width: 960px) {
  .news-detail__head {
    padding-bottom: 1.5rem;
  }
}

.news-detail__date {
  display: block;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 2.0769230769;
  color: #6A6A6A;
}

.news-detail__title {
  margin-top: 0.5rem;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.5;
  overflow-wrap: anywhere;
}
@media screen and (max-width: 960px) {
  .news-detail__title {
    margin-top: 0.25rem;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.7222222222;
  }
}

.news-detail__content {
  margin-top: 1.875rem;
  font-size: 0.8125rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 2.0769230769;
  overflow-wrap: anywhere;
}
.news-detail__content > * + * {
  margin-top: 1.6875rem;
}
.news-detail__content > *:first-child {
  margin-top: 0;
}
.news-detail__content > *:last-child {
  margin-bottom: 0;
}
.news-detail__content h2,
.news-detail__content h3,
.news-detail__content h4,
.news-detail__content h5,
.news-detail__content h6 {
  font-weight: 700;
  letter-spacing: 0.06em;
}
.news-detail__content h2 {
  margin-top: 3rem;
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #1DB469;
  font-size: 1.25rem;
  line-height: 1.6;
}
@media screen and (max-width: 960px) {
  .news-detail__content h2 {
    margin-top: 2.5rem;
    font-size: 1.125rem;
    line-height: 1.6666666667;
  }
}
.news-detail__content h3 {
  margin-top: 2.5rem;
  padding-left: 0.75rem;
  border-left: 3px solid #1DB469;
  font-size: 1.0625rem;
  line-height: 1.6470588235;
}
@media screen and (max-width: 960px) {
  .news-detail__content h3 {
    margin-top: 2rem;
    font-size: 1rem;
    line-height: 1.625;
  }
}
.news-detail__content h4,
.news-detail__content h5,
.news-detail__content h6 {
  margin-top: 2rem;
  font-size: 0.9375rem;
  line-height: 1.7333333333;
}
@media screen and (max-width: 960px) {
  .news-detail__content h4,
  .news-detail__content h5,
  .news-detail__content h6 {
    font-size: 0.875rem;
  }
}
.news-detail__content strong,
.news-detail__content b {
  font-weight: 700;
}
.news-detail__content em,
.news-detail__content i {
  font-style: italic;
}
.news-detail__content a {
  color: #1DB469;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  transition: opacity 0.4s ease;
}
.news-detail__content a:hover {
  opacity: 0.6;
}
.news-detail__content code {
  padding: 0.1em 0.4em;
  border-radius: 0.1875rem;
  background-color: #f2f2f2;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.92em;
  letter-spacing: 0;
}
.news-detail__content ul,
.news-detail__content ol {
  padding-left: 1.5em;
}
.news-detail__content ul li {
  list-style: disc;
}
.news-detail__content ol li {
  list-style: decimal;
}
.news-detail__content li::marker {
  color: #1DB469;
}
.news-detail__content li + li {
  margin-top: 0.5rem;
}
.news-detail__content li > ul,
.news-detail__content li > ol {
  margin-top: 0.5rem;
}
.news-detail__content li > ul li {
  list-style: circle;
}
.news-detail__content .wp-block-quote {
  padding-left: 1.25rem;
  border-left: 2px solid #c3c3c3;
  color: #6A6A6A;
}
@media screen and (max-width: 960px) {
  .news-detail__content .wp-block-quote {
    padding-left: 1rem;
  }
}
.news-detail__content .wp-block-quote cite {
  display: block;
  margin-top: 0.625rem;
  font-size: 0.75rem;
  font-style: normal;
}
.news-detail__content .wp-block-pullquote {
  padding: 1.75rem 0;
  border-top: 1px solid #c3c3c3;
  border-bottom: 1px solid #c3c3c3;
  text-align: center;
}
.news-detail__content .wp-block-image:not(.alignwide):not(.alignfull) img {
  width: auto;
  max-width: 100%;
  height: auto;
  margin-inline: auto;
}
.news-detail__content .wp-block-image.alignwide img,
.news-detail__content .wp-block-image.alignfull img {
  width: 100%;
  height: auto;
}
.news-detail__content figcaption,
.news-detail__content .wp-element-caption {
  margin-top: 0.625rem;
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1.6666666667;
  color: #6A6A6A;
}
.news-detail__content .wp-block-image figcaption {
  text-align: center;
}
.news-detail__content .wp-block-table {
  overflow-x: auto;
}
.news-detail__content .wp-block-table table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.8125rem;
}
.news-detail__content .wp-block-table th,
.news-detail__content .wp-block-table td {
  padding: 0.75rem 1rem;
  border: 1px solid #c3c3c3;
  text-align: left;
  vertical-align: top;
  line-height: 1.8461538462;
}
@media screen and (max-width: 960px) {
  .news-detail__content .wp-block-table th,
  .news-detail__content .wp-block-table td {
    padding: 0.625rem 0.75rem;
  }
}
.news-detail__content .wp-block-table th {
  background-color: #f7f7f7;
  font-weight: 700;
  white-space: nowrap;
}
.news-detail__content .wp-block-table thead {
  border-bottom: 0;
}
.news-detail__content .wp-block-table tfoot {
  border-top: 0;
}
.news-detail__content .wp-block-table figcaption {
  text-align: left;
}
.news-detail__content .wp-block-separator {
  height: 0;
  margin-block: 3rem;
  border: 0;
  border-top: 1px solid #c3c3c3;
  opacity: 1;
}
@media screen and (max-width: 960px) {
  .news-detail__content .wp-block-separator {
    margin-block: 2.25rem;
  }
}
.news-detail__content .wp-block-separator.is-style-dots {
  border-top: 0;
}
.news-detail__content .wp-block-buttons {
  gap: 0.75rem;
}
.news-detail__content .wp-block-button__link {
  padding: 0.8125rem 2rem;
  border-radius: 2.25rem;
  background-color: #1DB469;
  color: #FFFFFF;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.7142857143;
  text-decoration: none;
  transition: opacity 0.4s ease;
}
.news-detail__content .wp-block-button__link:hover {
  opacity: 0.7;
}
.news-detail__content .wp-block-button.is-style-outline .wp-block-button__link {
  border: 1px solid #1DB469;
  background-color: transparent;
  color: #1DB469;
}
.news-detail__content .wp-block-code,
.news-detail__content .wp-block-preformatted {
  padding: 1rem 1.25rem;
  border-radius: 0.25rem;
  background-color: #f7f7f7;
  overflow-x: auto;
}
.news-detail__content .wp-block-code code,
.news-detail__content .wp-block-preformatted {
  padding: 0;
  background-color: transparent;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.75rem;
  line-height: 1.8333333333;
  letter-spacing: 0;
  white-space: pre;
}
.news-detail__content .wp-block-embed figcaption {
  text-align: left;
}
@media screen and (max-width: 960px) {
  .news-detail__content .wp-block-columns:not(.is-not-stacked-on-mobile) {
    flex-wrap: wrap;
  }
  .news-detail__content .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 100% !important;
  }
}
@media screen and (max-width: 960px) {
  .news-detail__content {
    margin-top: 1.625rem;
  }
}

.news-detail__content .alignwide {
  width: min(67.875rem, 100vw - 3.75rem);
  max-width: none;
  margin-inline: calc(50% - min(33.9375rem, 50vw - 1.875rem));
}

.news-detail__content .alignfull {
  width: 100vw;
  max-width: none;
  margin-inline: calc(50% - 50vw);
}

.news-detail__content .alignleft {
  float: left;
  margin: 0 1.5rem 1rem 0;
  max-width: 50%;
}

.news-detail__content .alignright {
  float: right;
  margin: 0 0 1rem 1.5rem;
  max-width: 50%;
}

.news-detail__content .aligncenter {
  margin-inline: auto;
}

@media screen and (max-width: 960px) {
  .news-detail__content .alignleft,
  .news-detail__content .alignright {
    float: none;
    max-width: 100%;
    margin-inline: auto;
  }
}
.news-detail__button-wrap {
  display: flex;
  justify-content: center;
  margin-top: 4.5rem;
}
@media screen and (max-width: 960px) {
  .news-detail__button-wrap {
    margin-top: 3.5rem;
  }
}

.outline__wrap {
  display: flex;
  gap: 7rem;
}
@media screen and (max-width: 960px) {
  .outline__wrap {
    flex-direction: column;
    gap: 2.25rem;
  }
}

.outline__title-wrap {
  width: 16%;
}
@media screen and (max-width: 960px) {
  .outline__title-wrap {
    width: 100%;
  }
}

.outline__title {
  margin-top: 1rem;
}
@media screen and (max-width: 960px) {
  .outline__title {
    margin-top: 0.5rem;
  }
}

.outline__profile {
  width: 85%;
  margin-top: 3rem;
}
@media screen and (max-width: 960px) {
  .outline__profile {
    width: 100%;
    margin-top: 0;
  }
}

.outline__list {
  display: flex;
}

.outline__list + .outline__list {
  margin-top: 1.5rem;
}
@media screen and (max-width: 960px) {
  .outline__list + .outline__list {
    margin-top: 1.375rem;
  }
}

.outline__term {
  width: 11%;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #1db469;
  flex-shrink: 0;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 960px) {
  .outline__term {
    width: 20.3%;
    font-size: 0.8125rem;
  }
}

.outline__description {
  display: flex;
  flex-direction: column;
  width: 89%;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #f0f8f2;
}
@media screen and (max-width: 960px) {
  .outline__description {
    width: 79.7%;
  }
}

.outline__bold,
.outline__name-wrap {
  display: flex;
  margin-left: 1rem;
}
@media screen and (max-width: 960px) {
  .outline__bold,
  .outline__name-wrap {
    margin-left: 0.9375rem;
  }
}

.outline__position {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  width: 7.8125rem;
  flex-shrink: 0;
}
@media screen and (max-width: 960px) {
  .outline__position {
    font-size: 0.8125rem;
    width: 7.125rem;
  }
}

.outline__name {
  flex-shrink: 0;
}

.outline__bold,
.outline__bold2 {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 960px) {
  .outline__bold,
  .outline__bold2 {
    font-size: 0.8125rem;
  }
}

.outline__name-wrap + .outline__name-wrap {
  margin-top: 0.5625rem;
}
@media screen and (max-width: 960px) {
  .outline__name-wrap + .outline__name-wrap {
    margin-top: 0.1875rem;
  }
}

.outline__content {
  margin-left: 0.5rem;
}
@media screen and (max-width: 960px) {
  .outline__content {
    margin-left: 0;
  }
}

.outline__content + .outline__content {
  margin-top: 0.875rem;
}
@media screen and (max-width: 960px) {
  .outline__content + .outline__content {
    margin-top: 0.8125rem;
  }
}

.outline__content span {
  display: inline-flex;
  justify-content: center;
  font-size: 0.6875rem;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.07em;
  color: #1db469;
  width: 1.1875rem;
  height: 1.1875rem;
  background-color: #f0f8f2;
  border-radius: 50%;
  margin-right: 0.375rem;
}

.outline__address-box {
  display: flex;
  margin-top: 0.375rem;
}
@media screen and (max-width: 960px) {
  .outline__address-box {
    display: inline-block;
    margin-top: 0.1875rem;
  }
}

.outline__address-wrap {
  margin-left: 1rem;
}
@media screen and (max-width: 960px) {
  .outline__address-wrap {
    margin-left: 0.9375rem;
  }
}

.outline__address-wrap + .outline__address-wrap {
  margin-top: 1.25rem;
}
@media screen and (max-width: 960px) {
  .outline__address-wrap + .outline__address-wrap {
    margin-top: 0.875rem;
  }
}

.outline____address {
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.7142857143;
}

.outline__map {
  display: inline-block;
  font-size: 0.5625rem;
  font-weight: 600;
  letter-spacing: 0;
  padding: 0.1875rem 0.5rem;
  background-color: #f2f2f2;
  border-radius: 0.6875rem;
  border: 1px solid transparent;
  text-transform: capitalize;
  margin-left: 0.625rem;
  transition: all 0.4s;
  transition-property: background-color, color, font-weight;
}

@media (hover: hover) {
  .outline__map:hover {
    background-color: rgba(29, 180, 105, 0.7);
    color: #FFFFFF;
  }
}
.outline__contact {
  display: flex;
  gap: 0.9375rem;
}
@media screen and (max-width: 960px) {
  .outline__contact {
    flex-direction: column;
    margin-top: 0.1875rem;
    gap: 0;
  }
}

.outline__tell,
.outline__fax {
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.7142857143;
  letter-spacing: 0.05em;
}

.outline__tell span,
.outline__fax span {
  font-size: 0.875rem;
  font-weight: 700;
  color: #1db469;
  margin-right: 0.5rem;
}

.outline__name,
.outline__content,
.outline__address {
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.7142857143;
}
@media screen and (max-width: 960px) {
  .outline__name,
  .outline__content,
  .outline__address {
    font-size: 0.8125rem;
    line-height: 1.6923076923;
  }
}

.page-404 {
  margin-inline: auto;
  max-width: 61.875rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}
@media screen and (max-width: 960px) {
  .page-404 {
    max-width: 37.5rem;
  }
}

.page-404__title {
  text-align: center;
  font-size: 1.1875rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.8947368421;
}
@media screen and (max-width: 960px) {
  .page-404__title {
    font-size: 0.9375rem;
    line-height: 2.1333333333;
  }
}

.page-404__text {
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  line-height: 2.0571428571;
  margin-top: 1.5625rem;
  font-weight: 300;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .page-404__text {
    margin-top: 0.9375rem;
    font-size: 0.8125rem;
    margin-top: 2.1875rem;
    line-height: 27/13;
  }
}

.page-404__button-wrap {
  display: flex;
  justify-content: center;
}

.page-404__button {
  margin-top: 3rem;
}
@media screen and (max-width: 960px) {
  .page-404__button {
    margin-top: 3.5625rem;
  }
}

.philosophy__fv-image {
  width: 100%;
  height: auto;
}

.philosophy__fv-image picture {
  display: block;
  width: 100%;
  aspect-ratio: 1366/538;
}
@media screen and (max-width: 960px) {
  .philosophy__fv-image picture {
    aspect-ratio: 375/246;
  }
}

.philosophy__fv-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.philosophy__body {
  margin-top: 7.5rem;
  padding-bottom: 5rem;
  border-bottom: 1px solid #dedede;
}
@media screen and (max-width: 960px) {
  .philosophy__body {
    margin-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
}

.philosophy__title-wrap {
  display: flex;
  margin-top: 0.6875rem;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .philosophy__title-wrap {
    flex-direction: column;
    row-gap: 1.375rem;
  }
}

.philosophy__title {
  width: 30%;
}
@media screen and (max-width: 960px) {
  .philosophy__title {
    width: 100%;
  }
}

.philosophy__text {
  width: 70%;
  font-size: 1.75rem;
  letter-spacing: 0.1em;
  line-height: 1.6785714286;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .philosophy__text {
    font-size: 1.375rem;
    letter-spacing: 0.06em;
    line-height: 1.8181818182;
    width: 100%;
  }
}

.privacy-policy__inner {
  margin: auto;
  padding-left: 1.25rem;
  padding-right: 1.875rem;
  max-width: 60.6rem;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .privacy-policy__inner {
    max-width: 37.5rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

.privacy-policy__item + .privacy-policy__item {
  margin-top: 1.875rem;
}
@media screen and (max-width: 960px) {
  .privacy-policy__item + .privacy-policy__item {
    margin-top: 2rem;
  }
}

.privacy-policy__title {
  padding-bottom: 0.375rem;
  border-bottom: 1px solid #1DB469;
  padding-left: 0.4375rem;
}
@media screen and (max-width: 960px) {
  .privacy-policy__title {
    padding-bottom: 0.6rem;
    margin-left: 0.4em;
    padding-left: 1em;
    text-indent: -1.4em;
  }
}

.privacy-policy__title,
.privacy-policy__title span {
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 2;
}
@media screen and (max-width: 960px) {
  .privacy-policy__title,
  .privacy-policy__title span {
    line-height: 1.4444444444;
  }
}

.privacy-policy__title span {
  color: #1DB469;
}

.privacy-policy__text,
.privacy-policy__text2,
.privacy-policy__contact {
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  font-weight: 300;
  line-height: 2.0571428571;
}
@media screen and (max-width: 960px) {
  .privacy-policy__text,
  .privacy-policy__text2,
  .privacy-policy__contact {
    font-size: 0.8125rem;
    letter-spacing: 0.08em;
    line-height: 2;
  }
}

.privacy-policy__text {
  margin-top: 0.5rem;
}

.privacy-policy__list {
  margin-top: 0.5rem;
}
@media screen and (max-width: 960px) {
  .privacy-policy__list {
    margin-top: 0.7rem;
  }
}

.privacy-policy__contact {
  margin-top: 0.375rem;
}
@media screen and (max-width: 960px) {
  .privacy-policy__contact {
    margin-top: 1.125rem;
  }
}

.privacy-policy__button {
  margin-top: 3rem;
  margin-inline: auto;
}
@media screen and (max-width: 960px) {
  .privacy-policy__button {
    margin-top: 3.25rem;
  }
}

.recruit {
  background-image: linear-gradient(to right, #6ace62, #1cb467);
  z-index: 0;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 960px) {
  .recruit__inner {
    max-width: 28.125rem;
    margin-inline: auto;
  }
}

.recruit__circle svg {
  position: absolute;
  left: calc(50% - min(76vw, 102rem));
  top: -57%;
  width: 44.125rem;
  height: 44.125rem;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 960px) {
  .recruit__circle svg {
    width: 23.9375rem;
    height: 23.9375rem;
    left: -28%;
    top: -20%;
  }
}

.recruit__body {
  padding-top: 5.125rem;
  display: flex;
}
@media screen and (max-width: 960px) {
  .recruit__body {
    padding-top: 3.375rem;
    flex-direction: column;
    margin-bottom: -2rem;
  }
}

.recruit__title-wrap {
  margin-top: 2.9375rem;
  width: 40%;
}
@media screen and (max-width: 960px) {
  .recruit__title-wrap {
    width: 100%;
    margin-top: 0;
  }
}

.recruit__title {
  margin-top: 1.5rem;
}
@media screen and (max-width: 960px) {
  .recruit__title {
    margin-top: 0.625rem;
  }
}

.recruit__text {
  margin-top: 1.25rem;
  color: #FFFFFF;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.9857142857;
  letter-spacing: 0.19em;
}
@media screen and (max-width: 960px) {
  .recruit__text {
    margin-top: 1.875rem;
  }
}

.recruit__button {
  margin-top: 2.5rem;
}

.recruit__link-wrap {
  margin-top: 1rem;
  display: flex;
  column-gap: 1.25rem;
}
@media screen and (max-width: 960px) {
  .recruit__link-wrap {
    margin-top: 1.5rem;
  }
}

.recruit__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 2.0625rem;
  border-bottom: 1px solid #FFFFFF;
}

.recruit__link p {
  color: #FFFFFF;
  font-size: 0.875rem;
  line-height: 2.4285714286;
  letter-spacing: 0.12em;
}

.recruit__link img {
  width: 0.875rem;
  height: 0.875rem;
  object-fit: cover;
}

.recruit__image-wrap {
  display: flex;
  column-gap: 2.875rem;
  width: 65%;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .recruit__image-wrap {
    width: 100%;
    margin-top: 3.3125rem;
    column-gap: 1.125rem;
  }
}

.recruit__image1,
.recruit__image2 {
  display: block;
  width: 100%;
  max-width: 18.75rem;
  aspect-ratio: 300/400;
}
@media screen and (max-width: 960px) {
  .recruit__image1,
  .recruit__image2 {
    max-width: 9.75rem;
    aspect-ratio: 156/208;
  }
}

.recruit__image1 img,
.recruit__image2 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recruit__image2 {
  width: 100%;
  transform: translateY(75px);
}
@media screen and (max-width: 960px) {
  .recruit__image2 {
    transform: translateY(40px);
  }
}

.recruit__button-link {
  -webkit-transform: translate(-50%, -50%) scale(0.85);
  display: inline-block;
  position: absolute;
  width: 6.5rem;
  height: 6.5rem;
  transform: translate(-50%, -50%) scale(0.85);
  border-radius: 50%;
  border: 1px solid #1db469;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.recruit__button-link .recruit__button-arrow {
  -webkit-transform: translate(-50%, -50%);
  -webkit-animation: arrow_down 3s linear 0s infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: arrow_down 3s linear 0s infinite;
}

.recruit__animation {
  display: flex;
  overflow-x: hidden;
}

.recruit__animation p {
  flex: 0 0 auto;
  padding: 0 30px;
  font-size: 6.8125rem;
  line-height: 1.3577981651;
  letter-spacing: 0.04em;
  font-weight: 900;
  font-family: "Nunito Sans", sans-serif;
  color: rgba(240, 248, 242, 0.22);
  white-space: nowrap;
}
@media screen and (max-width: 960px) {
  .recruit__animation p {
    font-size: 5rem;
    line-height: 1.3625;
    padding-top: 0.75rem;
  }
}

.recruit__animation p:first-child {
  -webkit-animation: 50s loop 0s linear infinite;
  animation: 50s loop 0s linear infinite;
}

.recruit__animation p:last-child {
  -webkit-animation: 50s loop 0s linear infinite;
  animation: 50s loop 0s linear infinite;
}

@-webkit-keyframes loop {
  to {
    -webkit-transform: translateX(-100%);
    transform: translate(-100%);
  }
}
@keyframes loop {
  to {
    -webkit-transform: translateX(-100%);
    transform: translate(-100%);
  }
}
@media (hover: hover) and (pointer: fine) {
  .recruit__link:hover {
    opacity: 0.5;
  }
}
.rental-list {
  display: grid;
  column-gap: 2.625rem;
  row-gap: 5.5rem;
  grid-template-columns: repeat(auto-fit, minmax(334px, 1fr));
  height: auto;
}
@media screen and (max-width: 960px) {
  .rental-list {
    grid-template-columns: repeat(auto-fit, minmax(276px, 1fr));
    row-gap: 2.5rem;
  }
}

.rental-list__item {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.rental-list__item-image {
  display: block;
  overflow: hidden;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.rental-list__item-image:hover {
  opacity: 0.7;
}

.rental-list__item-image img {
  height: auto;
  width: 100%;
  aspect-ratio: 334/230;
  object-fit: cover;
  transition: 0.6s all;
}

.rental-list__item-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5625rem;
  border-bottom: 1px solid #DEDEDE;
  height: 5.6rem;
}

.rental-list__item-content a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.rental-list__item-title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6666666667;
}

.rental-list__hide-text {
  margin-top: 0.875rem;
}

.rental-list__hide-text p {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 2.8571428571;
  color: #767676;
  display: flex;
  gap: 0.9375rem;
  position: relative;
  margin-left: 1rem;
}

.rental-list__hide-text p + .rental-list__hide-text p {
  margin-top: 0.75rem;
}

.rental-list__hide-text p::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -1rem;
  transition: 0.3s;
  width: 0.4375rem;
  height: 0.09375rem;
  background-image: url(../images/common/top-rental-line.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.rental-list__hide-text a {
  transition: all 0.3s ease-in-out;
}
.rental-list__hide-text a:hover {
  color: #1db469;
}

.rental-list__readmore {
  position: relative;
  display: block;
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  padding-top: 1.4rem;
  border-top: 1px solid #1DB469;
  width: 16.5%;
  transition: 0.3s;
  padding-left: 0;
}

.rental-list__readmore span {
  text-transform: capitalize;
  font-size: 0.8125rem;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 1.1538461538;
  line-height: 0.07em;
  color: #6A6A6A;
}

.rental-list__readmore:after {
  content: "";
  position: absolute;
  background-image: url(../images/common/more-button.png);
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  transition: 0.3s;
  width: 1.125rem;
  height: 1.125rem;
  left: 2.5rem;
  top: 50%;
}

.rental-list__readmore:hover:after {
  content: "";
  position: absolute;
  background-image: url(../images/common/more-button-hover.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 1.125rem;
  height: 1.125rem;
}

.rental-list__readmore .on-click::before {
  transform: rotate(180deg);
}

@media (hover: hover) and (pointer: fine) {
  .rental-list__readmore:hover {
    opacity: 0.8;
  }
}
.rental-list__readmore.more-button-close::after {
  background-image: url(../images/common/more-button-close.png);
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  display: block;
  transition: 0.3s;
  width: 1.125rem;
  height: 1.125rem;
  left: 2.8rem;
  top: 50%;
}

.rental-list__readmore.more-button-close:hover::after {
  content: "";
  position: absolute;
  background-image: url(../images/common/more-button-close-hover.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 1.125rem;
  height: 1.125rem;
  left: 2.8rem;
  top: 50%;
}

.rental__main {
  overflow: hidden;
}

@media screen and (max-width: 960px) {
  .rental__index {
    position: fixed;
    top: 3.4375rem;
    right: -220px;
    z-index: 998;
    overflow-x: hidden;
    transition: 0.4s;
  }
}

@media screen and (max-width: 960px) {
  .on {
    margin-right: 220px;
  }
}

@media screen and (max-width: 960px) {
  .rental__index-wrap {
    display: flex;
  }
}

@media screen and (max-width: 960px) {
  .rental__index-title-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 0.84375rem 0.34375rem;
    height: 5.8125rem;
    background: #1DB469;
  }
}

@media screen and (max-width: 960px) {
  .rental__index-title {
    color: #fff;
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.3em;
    writing-mode: vertical-rl;
  }
}

@media screen and (max-width: 960px) {
  .rental__index-arrow {
    width: 70%;
  }
}

@media screen and (max-width: 960px) {
  .rental__index-arrow .is-on {
    display: block;
  }
}

@media screen and (max-width: 960px) {
  .rental__index-arrow .is-none {
    display: none;
  }
}

@media screen and (max-width: 960px) {
  .rental__index-close {
    display: none;
    position: relative;
    width: 13px;
    height: 13px;
  }
}

@media screen and (max-width: 960px) {
  .rental__index-close::before,
  .rental__index-close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px; /* 棒の幅（太さ） */
    height: 13px; /* 棒の高さ */
    background: #fff;
  }
}

@media screen and (max-width: 960px) {
  .rental__index-close::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }
}

@media screen and (max-width: 960px) {
  .rental__index-close:after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}

@media screen and (max-width: 960px) {
  .rental__index-contents-box {
    padding: 1.15625rem 0 1.325rem 1.95rem;
    margin-bottom: 10px;
    width: 220px;
    background: #fff;
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.16);
  }
}

.rental-page__inner {
  display: flex;
  gap: 4.375rem;
  margin: 0 auto 4.75rem;
  padding: 6.25rem 30px 0;
  max-width: 1146px;
}
@media screen and (max-width: 960px) {
  .rental-page__inner {
    display: block;
    margin-bottom: 2.25rem;
    padding-top: 3.125rem;
  }
}

@media screen and (max-width: 960px) {
  .rental-page__table-wrap {
    padding-top: 2.5rem;
  }
}

.rental-page__table-title {
  margin-bottom: 2.5rem;
  font-size: 1.5625rem;
  font-weight: 700;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 960px) {
  .rental-page__table-title {
    margin-bottom: 1.25rem;
    font-size: 1rem;
  }
}

.rental-page__table-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.rental-page__table-container:after {
  content: "";
  display: block;
  width: 14.0625rem;
}
@media screen and (max-width: 960px) {
  .rental-page__table-container:after {
    width: 36vw;
    max-width: 17.5rem;
  }
}
@media screen and (max-width: 960px) {
  .rental-page__table-container {
    justify-content: center;
    gap: 3.2vw;
  }
}

.rental-page__table-box {
  display: flex;
  flex-direction: column;
  margin-bottom: 5.25rem;
  width: 14.0625rem;
}
@media screen and (max-width: 960px) {
  .rental-page__table-box {
    margin-bottom: 2.5rem;
    width: 36vw;
    max-width: 17.5rem;
  }
}

.rental-page__table-pic {
  margin-bottom: 0.875rem;
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.16);
}

.rental-page__table-grade {
  margin-bottom: 0.5rem;
  padding: 0.25rem 0.375rem;
  width: fit-content;
  background: #f0f8f2;
  font-size: 0.625rem;
  font-weight: 700;
  color: #1DB469;
}
@media screen and (max-width: 960px) {
  .rental-page__table-grade {
    margin-bottom: 0.375rem;
    font-size: 0.5rem;
  }
}

.rental-page__table-brand {
  margin-bottom: 0.25rem;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 960px) {
  .rental-page__table-brand {
    margin-bottom: 0.125rem;
    font-size: 0.625rem;
  }
}

.rental-page__table-model {
  margin-bottom: 0.625rem;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 960px) {
  .rental-page__table-model {
    font-size: 1.1875rem;
  }
}

.rental-page__table-button {
  display: flex;
  align-items: center;
  margin-top: auto;
  color: #FFFFFF;
}
.rental-page__table-button:hover {
  opacity: 0.7;
}

.rental-page__table-link {
  padding: 0.8125rem 0;
  width: 100%;
  height: initial;
  color: #FFFFFF;
  background-image: linear-gradient(to right, #6ace62, #1cb467);
  border-radius: 50px;
  font-size: 0.875rem;
  letter-spacing: 0.15em;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .rental-page__table-link {
    font-size: 0.6875rem;
  }
}

@media screen and (max-width: 960px) {
  .rental-page__list-wrap {
    position: relative;
  }
}

.rental-page__list-container {
  border-bottom: solid 1px #c3c3c3;
}
@media screen and (max-width: 960px) {
  .rental-page__list-container {
    position: relative;
    border: none;
  }
}

@media screen and (max-width: 960px) {
  .rental-page__list-container .rental-page__list-main {
    display: none;
  }
}

@media screen and (max-width: 960px) {
  .rental-page__list-main-box {
    position: relative;
  }
}

.rental-page__list-main {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 500;
  white-space: nowrap;
  transition: 0.1s;
}
.rental-page__list-main:hover {
  color: #1DB469;
}
.rental-page__list-main-border {
  border-bottom: solid 1px #c3c3c3;
}

.rental-page__list-main-arrow {
  display: none;
}
@media screen and (max-width: 960px) {
  .rental-page__list-main-arrow {
    display: inline-block;
    position: absolute;
    top: 43%;
    right: 0;
    margin-right: 20px;
    width: 13px;
    height: 13px;
    border-bottom: 1px solid #1DB469;
    border-right: 1px solid #1DB469;
    transform: rotate(45deg);
    transition: 0.1s;
  }
}

@media screen and (max-width: 960px) {
  .rotate {
    transform: translateY(7px) rotate(-135deg);
  }
}

.rental-page__list-drawer-border {
  border-bottom: solid 1px #c3c3c3;
}

.rental-page__list-drawer {
  display: none;
}

.rental-page__list-drawer .is-none {
  display: none;
}

.rental-page__list-mark::before {
  content: "";
  display: block;
  width: 4px;
  height: 2.5rem;
  background: #1DB469;
}

@media screen and (max-width: 960px) {
  .rental-page__list-mark .rental-page__list-main-link {
    pointer-events: none;
  }
}

.rental-page__list-main-link {
  padding: 1.25rem 0 1.25rem 0.875rem;
  width: 100%;
}

.rental-page__list-sub {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.875rem;
  font-weight: 300;
  color: #767676;
  transition: 0.1s;
}
.rental-page__list-sub:hover {
  color: #1DB469;
}
.rental-page__list-sub::before {
  content: "";
  display: block;
  width: 0.4375rem;
  height: 2px;
  background: #1DB469;
}
.rental-page__list-sub:last-child {
  margin-bottom: 0.875rem;
}

.rental-page__list-sub-box {
  display: none;
}

.rental-page__list-container .is-on {
  display: block;
}

@media screen and (max-width: 960px) {
  .rental-page__list-container .is-active {
    display: flex;
  }
}

.rental-page__list-sub-link {
  padding: 0.375rem;
}

.rental__title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 960px) {
  .rental__title-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
}

.rental__title {
  margin-top: 0.5rem;
}

.rental__text {
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.8571428571;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 960px) {
  .rental__text {
    margin-top: 1.875rem;
  }
}

.rental__list {
  margin-top: 5rem;
}
@media screen and (max-width: 960px) {
  .rental__list {
    margin-top: 3.5rem;
  }
}

.rental__catalog-button-wrap {
  align-items: end;
  display: flex;
  gap: 1.6875rem;
  justify-content: center;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .rental__catalog-button-wrap {
    align-items: center;
    flex-direction: column;
    gap: 1.25rem;
    margin-top: 3.125rem;
  }
}

.rental__catalog-button {
  margin-top: 3.75rem;
}
@media screen and (max-width: 960px) {
  .rental__catalog-button {
    margin-top: 0;
  }
}

.rental__catalog-button img {
  -o-object-fit: cover;
  max-width: 22.625rem;
  object-fit: cover;
  width: 100%;
}

@media (hover: hover) and (pointer: fine) {
  .rental__catalog-button:hover {
    opacity: 0.8;
  }
}
.store-list {
  display: grid;
  column-gap: 1.375rem;
  row-gap: 2.8125rem;
  grid-template-columns: repeat(auto-fit, minmax(255px, 1fr));
  counter-reset: number;
}
@media screen and (max-width: 960px) {
  .store-list {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    row-gap: 1.8125rem;
  }
}

.store-list__item {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.store-list__item-number {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.6666666667;
  letter-spacing: 0.06em;
}

.store-list__item-number::before {
  counter-increment: number;
  content: counter(number);
  font-size: 0.9375rem;
  color: #FFFFFF;
  font-weight: 700;
  background-color: #1DB469;
  border-radius: 50%;
  padding: 0.1875rem 0.5625rem;
  margin-right: 0.5rem;
}

.store-list__item-image {
  width: 100%;
  margin-top: 1rem;
}

.store-list__item-image img {
  width: 100%;
  aspect-ratio: 255/158;
  object-fit: cover;
}

.store-list__item-content {
  padding-top: 0.75rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #DEDEDE;
}
@media screen and (max-width: 960px) {
  .store-list__item-content {
    padding-top: 0.75rem;
    padding-bottom: 0;
    border-bottom: none;
  }
}

.store-list__item-address {
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.7142857143;
}

.store-list__item-map {
  display: inline;
  margin-top: 0.3125rem;
  font-size: 0.5625rem;
  font-weight: 600;
  padding: 0.1875rem 0.5rem;
  background-color: #F2F2F2;
  border-radius: 0.6875rem;
  border: 1px solid transparent;
  text-transform: capitalize;
  transition: all 0.4s;
  transition-property: background-color, color, font-weight;
}

@media (hover: hover) {
  .store-list__item-map:hover {
    background-color: rgba(29, 180, 105, 0.7);
    color: #FFFFFF;
  }
}
.store-list__item-contact {
  margin-top: 0.375rem;
}
@media screen and (max-width: 960px) {
  .store-list__item-contact {
    display: flex;
    gap: 0.9375rem;
    margin-top: 0.75rem;
  }
}

.store-list__item-tell,
.store-list__item-fax {
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.7142857143;
  letter-spacing: 0.05em;
}

.store-list__item-tell span,
.store-list__item-fax span {
  font-size: 0.875rem;
  font-weight: 700;
  color: #1DB469;
  padding-right: 0.5rem;
}

.store-list__item-fax {
  margin-top: 0.125rem;
}

.store {
  position: relative;
  overflow: hidden;
}

.store__circle svg {
  position: absolute;
  right: -13%;
  top: -19%;
  width: 44.125rem;
  height: 44.125rem;
  aspect-ratio: 1/1;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .store__circle svg {
    width: 23.9375rem;
    height: 23.9375rem;
  }
}

.store__title {
  margin-top: 1.5rem;
}
@media screen and (max-width: 960px) {
  .store__title {
    margin-top: 0.5rem;
  }
}

.store__map {
  width: 100%;
  margin-top: 4.25rem;
  max-width: 67.875rem;
  margin-inline: auto;
  overflow: hidden;
  background-color: #000000;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 960px) {
  .store__map {
    margin-top: 1.875rem;
    padding-left: 0rem;
    padding-right: 0rem;
  }
}

.store__list {
  margin-top: 3.75rem;
}
@media screen and (max-width: 960px) {
  .store__list {
    margin-top: 2.25rem;
  }
}

.leaflet-left,
.leaflet-bottom.leaflet-right {
  z-index: 800 !important;
}

.sub-footer__container {
  margin-right: 8.75rem;
  margin-left: 8.75rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #707070;
  max-width: 67.875rem;
  margin-inline: auto;
  padding: 0 0.9375rem;
}
@media screen and (max-width: 960px) {
  .sub-footer__container {
    flex-direction: column;
    padding-bottom: 1.3125rem;
    margin-right: 1.875rem;
    margin-left: 1.875rem;
    max-width: 37.5rem;
    margin-inline: auto;
  }
}

.sub-footer__body {
  padding-top: 5.3125rem;
  padding-bottom: 2.59375rem;
  background: #5f5f5f;
}
@media screen and (max-width: 960px) {
  .sub-footer__body {
    padding-top: 3.75rem;
    padding-bottom: 1.75rem;
  }
}

.sub-footer__left {
  width: 80%;
}
@media screen and (max-width: 960px) {
  .sub-footer__left {
    width: 100%;
  }
}

.sub-footer__logo {
  max-width: 24.5rem;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .sub-footer__logo {
    max-width: 19.6875rem;
  }
}

.sub-footer__logo a {
  display: inline-block;
}

.sub-footer__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sub-footer__nav {
  margin-top: 2.375rem;
}

.sub-footer__nav-top {
  width: 100%;
}

.sub-footer__nav-top p {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2.3571428571;
  letter-spacing: 0.14em;
  color: rgba(255, 255, 255, 0.7);
}

.sub-footer__nav-pc1 {
  margin-top: 0.625rem;
  display: flex;
}

.sub-footer__nav-pc2 {
  margin-top: 1rem;
  display: flex;
}

@media screen and (max-width: 960px) {
  .sub-footer__nav-sp1 {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
}

@media screen and (max-width: 960px) {
  .sub-footer__nav-sp2 {
    display: flex;
    gap: 1.625rem;
  }
}

@media screen and (max-width: 960px) {
  .sub-footer__nav-sp3 {
    display: flex;
    flex-direction: column;
  }
}

.sub-footer__nav-item a {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.08em;
  color: #FFFFFF;
  position: relative;
  display: flex;
  gap: 0.3125rem;
}

.sub-footer__nav-item a:after {
  content: url(../images/common/footer-button.svg);
  display: block;
  height: auto;
  transition: 0.3s;
  width: 1.125rem;
  height: 1.125rem;
  margin-top: 0.25rem;
}

.sub-footer__nav-item-sp {
  margin-top: 0.55rem;
}

.sub-footer__nav-item-sp a {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.08em;
  color: #FFFFFF;
  position: relative;
}

.sub-footer__nav-item-sp a:after {
  content: url(../images/common/footer-button.svg);
  height: auto;
  transition: 0.3s;
  width: 1.125rem;
  height: 1.125rem;
  margin-top: 0.25rem;
  margin-left: 0.3125rem;
}

.sub-footer__nav-item + .sub-footer__nav-item {
  margin-left: 2.5rem;
}
@media screen and (max-width: 960px) {
  .sub-footer__nav-item + .sub-footer__nav-item {
    margin-left: 0;
  }
}

.sub-footer__nav-bottom {
  margin-top: 2.5rem;
  display: flex;
}
@media screen and (max-width: 960px) {
  .sub-footer__nav-bottom {
    gap: 1.625rem;
    margin-top: 1.4rem;
  }
}

.sub-footer__right {
  width: 20%;
  text-align: right;
}
@media screen and (max-width: 960px) {
  .sub-footer__right {
    width: 100%;
    text-align: right;
    margin-top: 2rem;
  }
}

.sub-footer__policy {
  font-size: 0.8125rem;
  font-weight: 300;
  color: #FFFFFF;
}

.sub-footer__copyright {
  text-align: center;
  display: block;
  font-size: 0.8125rem;
  font-weight: 300;
  line-height: 3.0769230769;
  color: #FFFFFF;
  margin-top: 1rem;
}
@media screen and (max-width: 960px) {
  .sub-footer__copyright {
    margin-top: 0;
  }
}

.sub-footer__copyright span {
  text-transform: uppercase;
}

@media (hover: hover) and (pointer: fine) {
  .sub-footer__nav-item a:hover {
    opacity: 0.5;
  }
  .sub-footer__policy:hover {
    opacity: 0.5;
  }
}
.sub-fv-recruit {
  position: relative;
}

.sub-fv-recruit__title-wrap {
  position: absolute;
  bottom: 3%;
  left: 3%;
  color: #FFFFFF;
}
@media screen and (max-width: 960px) {
  .sub-fv-recruit__title-wrap {
    left: 7%;
  }
}

.sub-fv-recruit__title {
  font-size: 2.8125rem;
  font-weight: 900;
  line-height: 1.4444444444;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 960px) {
  .sub-fv-recruit__title {
    font-size: 1.75rem;
    line-height: 1.4285714286;
  }
}

.sub-fv-recruit__breadcrumb {
  display: flex;
  align-items: center;
  margin-top: 0.875rem;
}
@media screen and (max-width: 960px) {
  .sub-fv-recruit__breadcrumb {
    margin-top: 1.4375rem;
  }
}

.sub-fv-recruit__breadcrumb a,
.sub-fv-recruit__breadcrumb-page {
  font-size: 0.8125rem;
  line-height: 2.0769230769;
  letter-spacing: 0.1em;
  font-weight: 300;
}

.sub-fv-recruit__breadcrumb-border {
  border: 1px solid #FFFFFF;
  width: 0.625rem;
  margin-left: 0.6875rem;
}

.sub-fv-recruit__breadcrumb-page {
  color: #FFFFFF;
  margin-left: 1rem;
}

.sub-fv-recruit__image {
  width: 100%;
}

.sub-fv-recruit__image picture {
  display: block;
  width: 100%;
  aspect-ratio: 1366/768;
}
@media screen and (max-width: 960px) {
  .sub-fv-recruit__image picture {
    aspect-ratio: 375/538;
  }
}

.sub-fv-recruit__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sub-fv-recruit__banner-wrap {
  position: fixed;
  bottom: 6vw;
  right: 1.7rem;
  z-index: 899;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
@media screen and (max-width: 960px) {
  .sub-fv-recruit__banner-wrap {
    bottom: 17vw;
    right: 0.5rem;
    gap: 1rem;
  }
}

.sub-fv-recruit__banner-box,
.sub-fv-recruit__banner-box2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 1.4rem;
  padding-right: 0.7rem;
}
@media screen and (max-width: 960px) {
  .sub-fv-recruit__banner-box,
  .sub-fv-recruit__banner-box2 {
    padding-left: 0.6rem;
    padding-right: 0;
  }
}

.sub-fv-recruit__banner,
.sub-fv-recruit__banner2 {
  position: relative;
  width: 14.0625rem;
  height: auto;
  aspect-ratio: 225/98;
  transition: all 0.3s;
}
@media screen and (max-width: 960px) {
  .sub-fv-recruit__banner,
  .sub-fv-recruit__banner2 {
    width: 10.8125rem;
    aspect-ratio: 173/59;
  }
}

.sub-fv-recruit__banner {
  /* bottom: 8.2rem;
  @include mq("md") {
    bottom: 5.5rem;
    right: 0.5rem;
  } */
}

.sub-fv-recruit__banner2 {
  /* bottom: 1.3rem;
  @include mq("md") {
    bottom: 1rem;
    right: 0.5rem;
  } */
}

.sub-fv-recruit__banner-image,
.sub-fv-recruit__banner-image2 {
  position: absolute;
  top: 0;
  left: 0;
}

.sub-fv-recruit__banner-box,
.sub-fv-recruit__banner-box2 {
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
}

.sub-fv-recruit__banner-image img,
.sub-fv-recruit__banner-image2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 14.0625rem;
  aspect-ratio: 225/98;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 960px) {
  .sub-fv-recruit__banner-image img,
  .sub-fv-recruit__banner-image2 img {
    max-width: 10.8125rem;
    aspect-ratio: 173/59;
    height: auto;
  }
}

.sub-fv-recruit__banner-image img {
  background-image: linear-gradient(to bottom, #ffcb1f, #ffa908);
  border-radius: 0.625rem;
}

.sub-fv-recruit__banner-image2 img {
  background-image: linear-gradient(to bottom, #64c3ff, #0097e8);
  border-radius: 0.625rem;
}

.sub-fv-recruit__banner-text1 {
  color: #FFFFFF;
  font-size: 1.25rem;
  letter-spacing: 0.13em;
  font-weight: 900;
}
@media screen and (max-width: 960px) {
  .sub-fv-recruit__banner-text1 {
    font-size: 0.9375rem;
  }
}

.sub-fv-recruit__banner-text2 {
  color: #FFFFFF;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-top: 0.25rem;
}
@media screen and (max-width: 960px) {
  .sub-fv-recruit__banner-text2 {
    font-size: 0.5625rem;
    margin-top: 0;
  }
}

.sub-fv-recruit__banner-button img {
  width: 100%;
  max-width: 2.375rem;
  height: auto;
  aspect-ratio: 1/1;
  display: inline-block;
}
@media screen and (max-width: 960px) {
  .sub-fv-recruit__banner-button img {
    max-width: 1rem;
    padding: 0;
  }
}

@media (hover: hover) and (pointer: fine) {
  .sub-fv-recruit__banner:hover {
    opacity: 0.8;
    transform: translate(3px, 3px);
  }
  .sub-fv-recruit__banner2:hover {
    opacity: 0.8;
    transform: translate(3px, 3px);
  }
}
.subtitle {
  font-size: 0.8125rem;
  font-weight: 700;
  font-style: italic;
  font-family: "Inter", sans-serif;
  line-height: 1.75;
  letter-spacing: 0.07em;
  color: #6A6A6A;
  position: relative;
  padding-left: 1rem;
  text-transform: lowercase;
}

.subtitle::first-letter {
  text-transform: capitalize;
}

.subtitle::before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 4px;
  left: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../images/common/subtitle-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 1/1;
}

.subtitle.subtitle--white {
  color: #FFFFFF;
}

.subtitle.subtitle--white::before {
  background-image: url(../images/common/subtitle-white-icon.png);
}

.title-sub {
  position: relative;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #1DB469;
}
@media screen and (max-width: 960px) {
  .title-sub {
    margin-left: 1rem;
    letter-spacing: 0.14em;
  }
}

.title-sub::before {
  content: attr(data-title);
  position: absolute;
  z-index: -1;
  top: -100%;
  left: -3.75rem;
  transform: translate(0, -50%);
  width: max-content;
  color: #f0f0f0;
  font-size: 9rem;
  letter-spacing: 0.04em;
  font-family: "Inter", sans-serif;
  font-weight: 200;
  font-style: italic;
  text-transform: capitalize;
}
@media screen and (max-width: 1130px) {
  .title-sub::before {
    left: -1.75rem;
  }
}
@media screen and (max-width: 960px) {
  .title-sub::before {
    font-size: 3.0625rem;
    left: -1rem;
    top: -20%;
  }
}

.title {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 960px) {
  .title {
    font-size: 1.375rem;
    line-height: 1.8181818182;
    letter-spacing: 0.07em;
  }
}

.title.title--white {
  color: #FFFFFF;
  font-size: 2.3125rem;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 960px) {
  .title.title--white {
    font-size: 1.9375rem;
    line-height: 1.25;
    letter-spacing: 0.14em;
  }
}

.title.title--footer {
  color: #FFFFFF;
  font-size: 1.8125rem;
  font-weight: 700;
  line-height: 2.0689655172;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 960px) {
  .title.title--footer {
    font-size: 1.5rem;
    line-height: 1;
    margin-top: 0.3125rem;
  }
}

.title.title--big {
  font-size: 2.3125rem;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 960px) {
  .title.title--big {
    font-size: 1.875rem;
    line-height: 1.3333333333;
    letter-spacing: 0.07em;
  }
}

.contact__honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.contact__form-error {
  margin-bottom: 2rem;
  padding: 1rem;
  border: 1px solid #c62828;
  color: #c62828;
  background: #fff5f5;
}

.default-page {
  padding-top: 8rem;
  padding-bottom: 6rem;
}

.default-page article {
  margin-top: 3rem;
}

@media screen and (max-width: 1130px) and (min-width: 961px) {
  .header__logo {
    max-width: 14rem;
  }
  .header__nav-items > li > a {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
  }
  .header__nav-item.header__nav-item--contact {
    margin-left: 0.375rem;
  }
}/*# sourceMappingURL=style.css.map */