@charset "UTF-8";
/*
 * 参考
 * https://github.com/Andy-set-studio/modern-css-reset/blob/master/src/reset.css
*/
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

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

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

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

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}

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

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

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

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
button {
  padding: 0;
  border: none;
  outline: none;
  font: inherit;
  color: inherit;
  background: none;
}

.contact input[type=submit],
.contact input[type=button] {
  border-radius: 0px;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  background: transparent;
}
.contact input[type=submit]::-webkit-search-decoration,
.contact input[type=button]::-webkit-search-decoration {
  display: none;
}

/*****************************************
 * 数値から単位を取り除く
 * 参考
 * https://css-tricks.com/snippets/sass/
******************************************/
/*****************************************
 * px→remの計算
 * 参考
 * https://webdou.net/sass-rem/
 * Sassではmath.div関数の使用が推奨のため、スラッシュ(/)演算子から変更
******************************************/
/*****************************************
 * vwの計算
 * 参考
 * https://webdou.net/sass-vw/
 * Sassではmath.div関数の使用が推奨のため、スラッシュ(/)演算子から変更
******************************************/
html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 2.0253164557vw;
  }
}
@media (min-width: 790px) {
  html {
    font-size: 16px;
  }
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: clamp(90px, 9.259vw + 55.278px, 150px);
}
@media screen and (min-width: 1024px) {
  html {
    scroll-padding-top: 0;
  }
}

html, body {
  overscroll-behavior-y: none;
}

body {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック体", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #231815;
  line-height: 1;
  background-color: #ffffff;
}

body.no-scroll {
  overflow: hidden;
}

@media screen and (min-width: 1024px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s;
}

@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}

.header-layout {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

.inner {
  padding: 0 30px;
  max-width: 600px;
  width: 100%;
  margin: auto;
}
@media screen and (min-width: 1024px) {
  .inner {
    max-width: 850px;
    padding: 0 30px;
  }
}

.kv-inner {
  padding: 0 30px;
  width: 100%;
  margin: auto;
}
@media screen and (min-width: 1024px) {
  .kv-inner {
    max-width: 100%;
    padding: 0 30px;
  }
}

@media screen and (min-width: 1024px) {
  .main-wrapper {
    display: flex;
  }
}

.main-kv {
  display: none;
}
@media screen and (min-width: 1024px) {
  .main-kv {
    display: block;
    width: 50vw;
  }
}

@media screen and (min-width: 1024px) {
  .main-contents {
    width: 50vw;
    overflow: hidden;
  }
}

.all-bg {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  z-index: -3;
  overflow: hidden;
}
.all-bg span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  animation: bgFade 30s infinite;
  transition: opacity 1s ease-in-out;
}
.all-bg span:nth-child(1) {
  background: radial-gradient(circle at 10% 10%, rgba(0, 159, 232, 0.12) 0%, transparent 70%), radial-gradient(circle at 90% 10%, rgba(3, 110, 183, 0.12) 0%, transparent 70%), radial-gradient(circle at 10% 90%, rgba(255, 255, 255, 0.12) 0%, transparent 70%), radial-gradient(circle at 90% 90%, rgba(250, 251, 251, 0.12) 0%, transparent 70%);
}
.all-bg span:nth-child(2) {
  background: radial-gradient(circle at 10% 10%, rgba(3, 110, 183, 0.12) 0%, transparent 70%), radial-gradient(circle at 90% 10%, rgba(255, 255, 255, 0.12) 0%, transparent 70%), radial-gradient(circle at 10% 90%, rgba(250, 251, 251, 0.12) 0%, transparent 70%), radial-gradient(circle at 90% 90%, rgba(0, 159, 232, 0.12) 0%, transparent 70%);
}
.all-bg span:nth-child(3) {
  background: radial-gradient(circle at 10% 10%, rgba(255, 255, 255, 0.12) 0%, transparent 70%), radial-gradient(circle at 90% 10%, rgba(250, 251, 251, 0.12) 0%, transparent 70%), radial-gradient(circle at 10% 90%, rgba(0, 159, 232, 0.12) 0%, transparent 70%), radial-gradient(circle at 90% 90%, rgba(3, 110, 183, 0.12) 0%, transparent 70%);
}
.all-bg span:nth-child(4) {
  background: radial-gradient(circle at 10% 10%, rgba(250, 251, 251, 0.12) 0%, transparent 70%), radial-gradient(circle at 90% 10%, rgba(0, 159, 232, 0.12) 0%, transparent 70%), radial-gradient(circle at 10% 90%, rgba(3, 110, 183, 0.12) 0%, transparent 70%), radial-gradient(circle at 90% 90%, rgba(255, 255, 255, 0.12) 0%, transparent 70%);
}
.all-bg span:nth-child(5) {
  background: radial-gradient(circle at 10% 10%, rgba(0, 159, 232, 0.12) 0%, transparent 70%), radial-gradient(circle at 90% 10%, rgba(3, 110, 183, 0.12) 0%, transparent 70%), radial-gradient(circle at 10% 90%, rgba(255, 255, 255, 0.12) 0%, transparent 70%), radial-gradient(circle at 90% 90%, rgba(250, 251, 251, 0.12) 0%, transparent 70%);
}

.all-bg span:nth-child(1) {
  animation-delay: 0s;
}

.all-bg span:nth-child(2) {
  animation-delay: 6s;
}

.all-bg span:nth-child(3) {
  animation-delay: 12s;
}

.all-bg span:nth-child(4) {
  animation-delay: 18s;
}

.all-bg span:nth-child(5) {
  animation-delay: 24s;
}

@keyframes bgFade {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.common-btn {
  position: relative;
  width: 15.5rem;
}

.common-btn__item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  border: 1px solid #ffffff;
  background-color: transparent;
  border-radius: 100vmax;
  font-size: 1rem;
  font-weight: 600;
  font-family: "Outfit", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック体", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: all 0.5s;
}
.common-btn__item:hover {
  cursor: pointer;
  opacity: 1;
  font-size: 1.125rem;
  padding: 1.1875rem 1.25rem;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  color: #171c61;
}
.common-btn__item:hover::after {
  background-color: #171c61;
  transform: scale(1.7) translateY(-30%);
}
.common-btn__item::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 50%;
  right: 1.625rem;
  transform: scale(1) translateY(-50%);
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 100vmax;
  background-color: #ffffff;
  transition: all 0.5s;
}

.common-btn__item.common-btn__item--blue {
  border: 1px solid #171c61;
  color: #171c61;
}
.common-btn__item.common-btn__item--blue:hover {
  background-color: #171c61;
  color: #ffffff;
}
.common-btn__item.common-btn__item--blue:hover::after {
  background-color: #ffffff;
}
.common-btn__item.common-btn__item--blue::after {
  background-color: #171c61;
}

.common-btn__item.common-btn__item--white {
  border: 1px solid #ffffff;
  color: #1C2042;
  background-color: #ffffff;
}
.common-btn__item.common-btn__item--white:hover {
  background-color: #171c61;
  color: #ffffff;
}
.common-btn__item.common-btn__item--white:hover::after {
  background-color: #ffffff;
}
.common-btn__item.common-btn__item--white::after {
  background-color: #171c61;
}

.common-subtitle {
  padding-left: 1rem;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .common-subtitle {
    padding-left: 1.5625rem;
  }
}
.common-subtitle::before {
  position: absolute;
  content: "";
  top: 0.8em;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #171c61;
  border-radius: 100vmax;
}
@media screen and (min-width: 1024px) {
  .common-subtitle::before {
    top: 1em;
    width: 0.725rem;
    height: 0.725rem;
  }
}

.common-subtitle.common-subtitle--white::before {
  background-color: #ffffff;
}
.common-subtitle.common-subtitle--white .common-subtitle__english {
  color: #ffffff;
}
.common-subtitle.common-subtitle--white .common-subtitle__japanese {
  color: #ffffff;
}

.common-subtitle__english {
  display: block;
  font-size: 1.875rem;
  font-weight: 600;
  font-family: "Outfit", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック体", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #231815;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .common-subtitle__english {
    font-size: 2.5rem;
    letter-spacing: 0.05em;
  }
}

.common-subtitle__japanese {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.75rem;
  font-weight: 500;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック体", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #231815;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1024px) {
  .common-subtitle__japanese {
    margin-top: 0.875rem;
    font-size: 0.875rem;
  }
}

.common-title {
  padding-left: 1.25rem;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .common-title {
    padding-left: 2.375rem;
  }
}
.common-title::before {
  position: absolute;
  content: "";
  top: 0.8em;
  left: 0;
  width: 0.75rem;
  height: 0.75rem;
  background-color: #171c61;
  border-radius: 100vmax;
}
@media screen and (min-width: 1024px) {
  .common-title::before {
    top: 1.1em;
    width: 1.125rem;
    height: 1.125rem;
  }
}
@media screen and (min-width: 1440px) {
  .common-title::before {
    top: 1.4em;
  }
}

.common-title.common-title--white::before {
  background-color: #ffffff;
}
.common-title.common-title--white .common-title__english {
  color: #ffffff;
}
.common-title.common-title--white .common-title__japanese {
  color: #ffffff;
}

.common-title__english {
  display: block;
  font-size: 2.1875rem;
  font-weight: 600;
  font-family: "Outfit", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック体", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #231815;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .common-title__english {
    font-size: clamp(3.125rem, 2.404vw + 1.587rem, 3.75rem); /* 50 ~ 60 | 1024 ~ 1440 */
    letter-spacing: 0.05em;
  }
}

.common-title__japanese {
  display: block;
  margin-top: 0.3125rem;
  font-size: 0.75rem;
  font-weight: 500;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック体", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #231815;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1024px) {
  .common-title__japanese {
    margin-top: 0.4375rem;
    font-size: 0.875rem;
  }
}

.all-wrap {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.main {
  flex: 1;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes rolling {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-1turn);
  }
}
.company {
  background-color: #171c61;
  padding-top: 14.6875rem;
  padding-bottom: 4.625rem;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .company {
    padding-top: 12.875rem;
    padding-bottom: 13.5rem;
  }
}

.company__inner {
  position: relative;
  z-index: 1;
}

.company__title {
  font-size: 1.875rem;
  font-weight: 700;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック体", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #ffffff;
  line-height: 1.8666666667;
  padding-left: 0.3125rem;
  opacity: 0;
}
@media screen and (min-width: 1024px) {
  .company__title {
    font-size: clamp(2.875rem, 1.563vw + 1.875rem, 3.75rem); /* 46 ~ 60 | 1024 ~ 1920 */
    line-height: 1.5333333333;
    padding-left: 0;
  }
}
.company__title.is-active {
  animation: fadeIn 1s ease-out forwards;
}

.company__text {
  margin-top: 0.9375rem;
  font-size: 1rem;
  font-weight: 700;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック体", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #ffffff;
  line-height: 2;
  opacity: 0;
}
@media screen and (min-width: 1024px) {
  .company__text {
    margin-top: 4.25rem;
  }
}
.company__text.is-active {
  animation: fadeIn 1s ease-out forwards;
}

.company__button {
  margin-top: 2.625rem;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
}
@media screen and (min-width: 1024px) {
  .company__button {
    margin-top: 8rem;
    margin-left: 0;
    margin-right: auto;
  }
}
.company__button.is-active {
  animation: fadeIn 1s ease-out forwards;
}

.company__img {
  position: absolute;
  align-items: center;
  display: flex;
  justify-content: center;
  pointer-events: none;
  right: -5rem;
  top: -4.125rem;
  width: 25.75rem;
  height: 25.75rem;
}
@media screen and (min-width: 1024px) {
  .company__img {
    width: 42.5rem;
    height: 42.5rem;
    right: -8.125rem;
    bottom: -6.25rem;
    top: auto;
  }
}
.company__img::before {
  animation-duration: 50s;
  animation-iteration-count: infinite;
  animation-name: rolling;
  animation-timing-function: linear;
  background-image: url(../images/common/text.png);
  background-size: cover;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.company__icon {
  max-width: 212px;
  width: 100%;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.company__icon img {
  width: 100%;
  aspect-ratio: 212/224;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1024px) {
  .company__icon {
    max-width: 351px;
  }
  .company__icon img {
    aspect-ratio: 351/372;
  }
}

.contact {
  overflow: hidden;
  padding-top: 2.625rem;
  padding-bottom: 4.375rem;
  background-color: #ffffff;
}
@media screen and (min-width: 1024px) {
  .contact {
    padding-top: 9.375rem;
    padding-bottom: 5.375rem;
  }
}

.contact__title {
  opacity: 0;
}
.contact__title.is-active {
  animation: fadeIn 1s ease-out forwards;
}

.contact__lead {
  margin-top: 3.875rem;
  font-size: 1.5625rem;
  font-weight: 700;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック体", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #171c61;
  line-height: 1.52;
  text-align: center;
  opacity: 0;
}
@media screen and (min-width: 1024px) {
  .contact__lead {
    margin-top: 4.625rem;
    font-size: 2.6875rem;
    line-height: 1.2093023256;
  }
}
.contact__lead.is-active {
  animation: fadeIn 1s ease-out forwards;
}

.contact__description {
  margin-top: 1.875rem;
  font-size: 1rem;
  font-weight: 700;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック体", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #4D4D4D;
  line-height: 1.9375;
  letter-spacing: 0.1em;
  opacity: 0;
}
@media screen and (min-width: 1024px) {
  .contact__description {
    margin-top: 3.75rem;
    padding-left: 1.875rem;
    letter-spacing: 0.08em;
  }
}
.contact__description.is-active {
  animation: fadeIn 1s ease-out forwards;
}

.contact__form {
  margin-top: 3.25rem;
  opacity: 0;
}
@media screen and (min-width: 1024px) {
  .contact__form {
    margin-top: 3.875rem;
    width: 79.1139240506%;
    max-width: 625px;
    margin-inline: auto;
  }
}
.contact__form.is-active {
  animation: fadeIn 1s ease-out forwards;
}

.contact__field:not(:first-of-type) {
  margin-top: 1.375rem;
}
@media screen and (min-width: 1024px) {
  .contact__field:not(:first-of-type) {
    margin-top: 1.375rem;
  }
}

.contact__label {
  font-size: 1rem;
  font-weight: 700;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック体", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #4D4D4D;
  line-height: 1.1875;
}

.contact__badge {
  margin-left: 0.75rem;
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック体", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #ffffff;
  line-height: 1.1666666667;
  padding: 0.25rem 0.6875rem;
  border-radius: 5px;
}

.contact__badge--required {
  background-color: #F7233D;
}

.contact__body {
  margin-top: 0.375rem;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  width: 100%;
  padding: 0.625rem 0.75rem;
  background: #F5F8FC;
  border: none;
  border-radius: 0.3125rem;
  outline: none;
  transition: 0.3s;
  font-size: 0.875rem;
  line-height: 1.2142857143;
  box-shadow: 0 3px 3px rgba(0, 37, 255, 0.25);
  mix-blend-mode: multiply;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, textarea::-moz-placeholder {
  color: #808080;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
textarea::placeholder {
  color: #808080;
}

textarea {
  height: 130px;
  resize: none;
}

.contact__badge--optional {
  background-color: #B3B3B3;
}

.contact__select-wrap {
  margin-top: 0.375rem;
  position: relative;
}
.contact__select-wrap::before, .contact__select-wrap::after {
  position: absolute;
  content: "";
  right: 20px;
  width: 9.3104px;
  height: 8.063px;
  background-color: #171c61;
  pointer-events: none;
  z-index: 1;
}
.contact__select-wrap::before {
  top: 18.9189189189%;
  clip-path: polygon(50% 0%, 0% 8.063px, 9.3104px 8.063px);
}
.contact__select-wrap::after {
  bottom: 18.9189189189%;
  clip-path: polygon(50% 8.063px, 0% 0%, 9.3104px 0%);
}
.contact__select-wrap select {
  width: 100%;
  padding: 0.625rem 0.75rem;
  background: #F5F8FC;
  border: none;
  border-radius: 0.3125rem;
  outline: none;
  transition: 0.3s;
  font-size: 0.875rem;
  line-height: 1.2142857143;
  color: #231815;
  font-weight: 400;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック体", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  box-shadow: 0 3px 3px rgba(0, 37, 255, 0.25);
  mix-blend-mode: multiply;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.contact__select-wrap select:hover {
  cursor: pointer;
}
.contact__select-wrap select::-moz-placeholder {
  color: #808080;
}
.contact__select-wrap select::placeholder {
  color: #808080;
}

.contact__policy {
  margin-top: 0.875rem;
}
@media screen and (min-width: 1024px) {
  .contact__policy {
    margin-top: 0.875rem;
  }
}

.contact-policy {
  opacity: 0;
}
.contact-policy.is-active {
  animation: fadeIn 1s ease-out forwards;
}

.contact-policy__content {
  margin-top: 0.625rem;
  width: 100%;
  height: 21.7895rem;
  padding: 1rem 0.75rem 1.5625rem;
  border: none;
  border-radius: 0.625rem;
  outline: none;
  transition: 0.3s;
  font-size: 0.875rem;
  line-height: 1.2142857143;
  background-color: #F5F8FC;
  box-shadow: 0 3px 3px rgba(0, 37, 255, 0.25);
  mix-blend-mode: multiply;
  overflow-x: auto;
  overflow-y: scroll;
  word-wrap: break-word;
}
@media screen and (min-width: 1024px) {
  .contact-policy__content {
    height: 10.9375rem;
  }
}
.contact-policy__content::-webkit-scrollbar {
  width: 5px;
}
.contact-policy__content::-webkit-scrollbar-thumb {
  background-color: #171c61;
  border-radius: 10px;
  border: 5px solid #171c61;
}

.contact-policy__subtitle {
  font-size: 1.125rem;
  font-weight: 700;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック体", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #4D4D4D;
  line-height: 1.3125;
}
.contact-policy__subtitle:not(:first-of-type) {
  margin-top: 1.5625rem;
}

.contact-policy__text {
  margin-top: 0.3125rem;
  font-size: 1rem;
  font-weight: 500;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック体", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #4D4D4D;
  line-height: 1.3125;
}

.contact-policy__agreement {
  margin-top: 1.25rem;
}
@media screen and (min-width: 1024px) {
  .contact-policy__agreement {
    margin-top: 1rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .contact-policy__agreement.contact-policy__agreement--second {
    margin-top: 1.375rem;
  }
}
.contact-policy__agreement .wpcf7-list-item {
  margin: 0;
}

.contact-policy__badge {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック体", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #ffffff;
  line-height: 1.1666666667;
  padding: 0.25rem 0.6875rem;
  border-radius: 5px;
}

.contact-policy__badge--required {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #F7233D;
  white-space: nowrap;
}

.contact-policy__label {
  margin-top: 0.75rem;
  display: block;
}
@media screen and (min-width: 1024px) {
  .contact-policy__label {
    margin-top: 0;
  }
}

.contact-policy__checkbox {
  display: none;
}
.contact-policy__checkbox + span {
  font-size: clamp(0.75rem, 0.112vw + 0.679rem, 0.8125rem);
  cursor: pointer;
  display: inline-block;
  padding-right: 1.875rem;
  position: relative;
}
.contact-policy__checkbox + span::before {
  background: #F5F8FC;
  box-shadow: 0 3px 3px rgba(0, 37, 255, 0.25);
  mix-blend-mode: multiply;
  border-radius: 1px;
  position: absolute;
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.contact-policy__checkbox + span::after {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2px solid #231815;
  border-left: 2px solid #231815;
  margin-top: 0.25rem;
  width: 1.25rem;
  height: 0.75rem;
  top: 0;
  right: -0.3125rem;
  opacity: 0;
  transform: rotate(-45deg) translateY(-50%);
  -webkit-transform: rotate(-45deg) translateY(-50%);
  transition: all 0.3s ease 0s;
}
.contact-policy__checkbox + span a {
  text-decoration: underline;
}
.contact-policy__checkbox:checked + span::after {
  opacity: 1;
}

.contact-policy__checkbox-text {
  font-size: 0.8125rem;
  font-weight: 700;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック体", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #4D4D4D;
  line-height: 1.1538461538;
  font-feature-settings: "palt";
}
@media screen and (min-width: 1024px) {
  .contact-policy__checkbox-text {
    font-size: 0.9375rem;
    letter-spacing: 0.05em;
  }
}

.contact-policy__submit {
  margin-top: 1.75rem;
  display: block;
  width: 100%;
  max-width: 350px;
  margin-inline: auto;
  padding: 0.8125rem 1.25rem 0.8125rem;
  font-size: 1.125rem;
  font-weight: 700;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック体", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #ffffff;
  line-height: 1.2307692308;
  background-color: #171c61;
  border: 1px solid #171c61;
  border-radius: 100vmax;
  transition: all 0.3s;
}
@media screen and (min-width: 1024px) {
  .contact-policy__submit {
    margin-top: 3rem;
    max-width: 100%;
    font-size: 1.125rem;
    line-height: 1.2222222222;
  }
}

@media (any-hover: hover) {
  .contact-policy__submit:hover {
    cursor: pointer;
    color: #171c61;
    background-color: #ffffff;
  }
}
.footer {
  background-color: #1C2042;
  padding-top: 4.6875rem;
  padding-bottom: 1.125rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .footer {
    padding-top: 7.875rem;
    padding-bottom: 2.75rem;
  }
}

@media screen and (min-width: 1024px) {
  .footer__inner.inner {
    max-width: 1560px;
  }
}

.footer__logo {
  max-width: 14.0625rem;
  width: 54.6031746032%;
  margin-inline: auto;
}
.footer__logo img {
  width: 100%;
  aspect-ratio: 172/64;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 1024px) {
  .footer__logo {
    margin-left: 0;
    width: 100%;
  }
  .footer__logo img {
    aspect-ratio: 225/83;
  }
}

.footer__info-area {
  margin-top: 3.5rem;
}
@media screen and (min-width: 1024px) {
  .footer__info-area {
    margin-top: 5rem;
    display: flex;
    justify-content: space-between;
  }
}

.footer__company:not(:first-of-type) {
  margin-top: 3.875rem;
}
@media screen and (min-width: 1024px) {
  .footer__company:not(:first-of-type) {
    margin-top: 2.625rem;
  }
}

.footer__company-name {
  font-size: 1rem;
  font-weight: 700;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック体", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #ffffff;
  line-height: 1.1875;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .footer__company-name {
    text-align: left;
  }
}

.footer__company-address {
  margin-top: 0.75rem;
  font-size: 0.75rem;
  font-weight: 400;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック体", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #9A9CAF;
  line-height: 1.1666666667;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .footer__company-address {
    margin-top: 0.4375rem;
    font-size: 0.875rem;
    line-height: 1.2142857143;
    text-align: left;
  }
}

.footer__department {
  margin-top: 1.1875rem;
}
@media screen and (min-width: 1024px) {
  .footer__department {
    margin-top: 1.1875rem;
  }
}

.footer__department-name {
  font-size: 0.75rem;
  font-weight: 400;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック体", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #ffffff;
  line-height: 1.1666666667;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .footer__department-name {
    text-align: left;
  }
}

.footer__tel {
  margin-top: 0.3125rem;
  font-size: 0.75rem;
  font-weight: 400;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック体", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #9A9CAF;
  line-height: 1.1666666667;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .footer__tel {
    margin-top: 0.375rem;
    text-align: left;
  }
}

@media screen and (min-width: 1024px) {
  .footer__tel-link {
    pointer-events: none;
    cursor: default;
  }
}

.footer__fax {
  margin-top: 0.3125rem;
  font-size: 0.75rem;
  font-weight: 400;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック体", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #9A9CAF;
  line-height: 1.1666666667;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .footer__fax {
    margin-top: 0.375rem;
    text-align: left;
  }
}

@media screen and (min-width: 1024px) {
  .footer__contact-area {
    width: 23.3707746479%;
    margin-right: 7.5rem;
    margin-top: -5.75rem;
  }
}

.footer__contact-heading {
  margin-top: 4.375rem;
  font-size: 2.1875rem;
  font-weight: 600;
  font-family: "Outfit", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック体", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #9A9CAF;
  line-height: 1.2285714286;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .footer__contact-heading {
    margin-top: 5.125rem;
    font-size: 3.25rem;
    text-align: left;
  }
}

.footer__contact-subheading {
  margin-top: 0.25rem;
  font-size: 0.75rem;
  font-weight: 500;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック体", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #9A9CAF;
  line-height: 1.1666666667;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .footer__contact-subheading {
    margin-top: 0;
    text-align: left;
  }
}

.footer__contact-button {
  margin-top: 2.375rem;
}
@media screen and (min-width: 1024px) {
  .footer__contact-button {
    margin-top: 2.125rem;
  }
}
.footer__contact-button.common-btn {
  width: 100%;
  max-width: 320px;
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  .footer__contact-button.common-btn {
    max-width: 331.865px;
  }
}
.footer__contact-button .common-btn__item {
  padding: 0.875rem 1.25rem;
}
@media screen and (min-width: 1024px) {
  .footer__contact-button .common-btn__item {
    padding: 0.875rem 0.625rem;
  }
}

.footer__nav {
  display: none;
}
@media screen and (min-width: 1024px) {
  .footer__nav {
    display: block;
    width: 19.53125vw;
    max-width: 200px;
  }
}

.footer__copyright-inner.inner {
  margin-top: 7.6875rem;
}
@media screen and (min-width: 1024px) {
  .footer__copyright-inner.inner {
    margin-top: 9.1875rem;
    max-width: 1800px;
  }
}

.footer__copyright {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .footer__copyright {
    text-align: right;
  }
}

.footer__copyright-text {
  color: #ffffff;
  font-size: 0.75rem;
  line-height: 1.1666666667;
  font-family: "Outfit", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック体", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}

.greeting {
  background-color: #ffffff;
  padding-top: 4.125rem;
  padding-bottom: 3.125rem;
}
@media screen and (min-width: 768px) {
  .greeting {
    padding-top: 5.625rem;
    padding-bottom: 1.25rem;
  }
}

.greeting__title {
  opacity: 0;
}
.greeting__title.is-active {
  animation: fadeIn 1s ease-out forwards;
}

.greeting__heading {
  margin-top: 3.5rem;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .greeting__heading {
    margin-top: 5.25rem;
  }
}
.greeting__heading.is-active {
  animation: fadeIn 1s ease-out forwards;
}

.greeting__heading-line {
  font-size: 2.1875rem;
  font-weight: 700;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック体", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #171c61;
  line-height: 1.7142857143;
}
@media screen and (min-width: 768px) {
  .greeting__heading-line {
    font-size: 3.4375rem;
    line-height: 1.6727272727;
  }
}

.greeting__message {
  margin-top: 2.875rem;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .greeting__message {
    margin-top: 3.875rem;
    padding-left: 0.25rem;
  }
}
.greeting__message.is-active {
  animation: fadeIn 1s ease-out forwards;
}

.greeting__text {
  font-size: 1rem;
  font-weight: 700;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック体", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #231815;
  line-height: 2;
}

.greeting__text:not(:first-of-type) {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .greeting__text:not(:first-of-type) {
    margin-top: 2rem;
  }
}

.greeting__signature {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .greeting__signature {
    margin-top: -2rem;
  }
}
.greeting__signature.is-active {
  animation: fadeIn 1s ease-out forwards;
}

.greeting__signature-text {
  font-size: 0.75rem;
  font-weight: 400;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック体", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #231815;
  line-height: 2.6666666667;
}

.greeting__signature-image {
  max-width: 126px;
  width: 100%;
}
.greeting__signature-image img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .greeting__signature-image {
    max-width: 190px;
  }
}

.drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  padding-bottom: 9.375rem;
  overflow-y: scroll;
  background-color: #ffffff;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}
.drawer.is-open {
  opacity: 1;
  visibility: visible;
}

.drawer-nav {
  padding: 4.1875rem 3.125rem 9.375rem;
  margin-inline: auto;
  max-width: 500px;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.5s ease;
}
.drawer-nav.is-open {
  opacity: 1;
  transform: translateY(0);
}

.hamburger {
  position: relative;
  cursor: pointer;
  width: 2.8125rem;
  height: 2.8125rem;
  background-color: #171c61;
  border-radius: 100vmax;
  z-index: 999;
}
.hamburger span {
  position: absolute;
  display: block;
  width: 1.25rem;
  height: 0.09375rem;
  background-color: #ffffff;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}
.hamburger span:nth-of-type(1) {
  top: 38%;
}
.hamburger span:nth-of-type(2) {
  top: 50%;
}
.hamburger span:nth-of-type(3) {
  top: 62%;
}
.hamburger.is-open {
  background-color: #ffffff;
  border: 1px solid #171c61;
}
.hamburger.is-open span:nth-of-type(1), .hamburger.is-open span:nth-of-type(3) {
  top: 50%;
  background-color: #171c61;
  width: 1.25rem;
}
.hamburger.is-open span:nth-of-type(1) {
  transform: translate(-50%, -50%) rotate(47deg);
}
.hamburger.is-open span:nth-of-type(2) {
  opacity: 0;
}
.hamburger.is-open span:nth-of-type(3) {
  transform: translate(-50%, -50%) rotate(-47deg);
}

.header {
  width: 100%;
  padding-top: 1.5625rem;
  height: clamp(90px, 9.259vw + 55.278px, 150px);
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}
@media screen and (min-width: 1024px) {
  .header {
    width: 50vw;
    padding-top: 0;
    height: 102px;
    background-color: transparent;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }
}

.header__inner {
  display: flex;
  justify-content: center;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .header__inner {
    display: block;
    margin-top: 0;
    padding-top: 0;
    height: 100%;
  }
}

.header__logo {
  width: clamp(128px, 34.1333333333vw, 300px);
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .header__logo {
    position: fixed;
    content: "";
    top: 3.4375vw;
    left: 3.213542vw;
    max-width: 17.25rem;
    transition: opacity 0.3s;
  }
  .header__logo.is-stopped {
    opacity: 0;
    pointer-events: none;
  }
}
.header__logo img {
  aspect-ratio: 128/47;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 1024px) {
  .header__logo img {
    aspect-ratio: 276/101.5;
  }
}

.header__nav {
  height: inherit;
}

.header__hamburger {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.375rem;
}
@media screen and (min-width: 1024px) {
  .header__hamburger {
    display: none;
  }
}

.header__drawer {
  position: fixed;
  z-index: 998;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
}
.header__drawer.is-open {
  opacity: 1;
  visibility: visible;
}

#history {
  min-height: 100vh;
}

.history {
  padding-top: 3.375rem;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .history {
    padding-top: 6.25rem;
  }
}

.history__title {
  opacity: 0;
}
.history__title.is-active {
  animation: fadeIn 1s ease-out forwards;
}

.history__list {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .history__list {
    margin-top: 5.5rem;
    width: 91%;
    margin-inline: auto;
  }
}

.history__item {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  border-bottom: 0.5px solid #C9CACA;
  opacity: 0;
}
@media screen and (min-width: 1440px) {
  .history__item {
    display: flex;
    padding-top: 0.90625rem;
    padding-bottom: 0.90625rem;
  }
}
.history__item.is-active {
  animation: fadeIn 1s ease-out forwards;
}

.history__item:first-of-type {
  padding-top: 0;
}

.history__year {
  font-size: 1.875rem;
  font-weight: 600;
  font-family: "Outfit", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック体", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #171c61;
  line-height: 1.221;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .history__year {
    width: 24%;
    flex-shrink: 0;
    font-size: 2.1875rem;
    line-height: 1.0465714286;
  }
}

@media screen and (min-width: 768px) {
  .history__details {
    flex: 1;
  }
}

.history__detail time {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック体", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #171c61;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .history__detail {
    display: flex;
    align-items: flex-start;
  }
  .history__detail time {
    width: 8.9375rem;
    flex-shrink: 0;
    font-size: 0.875rem;
    line-height: 1.8571428571;
  }
}

.history__detail:not(:first-of-type) {
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .history__detail:not(:first-of-type) {
    margin-top: 0;
  }
}

.history__text {
  font-size: 0.875rem;
  font-weight: 400;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック体", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #231815;
  line-height: 1.8571428571;
}

.kv {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .kv {
    position: sticky;
    top: 0;
    height: 100svh;
    min-height: 0;
    z-index: 1;
  }
}
.kv::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 42.9166666667%;
  height: 100%;
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 99.98%);
  z-index: 2;
}

.kv__inner {
  height: calc(100% - 48px);
  position: relative;
}
@media screen and (min-width: 1024px) {
  .kv__inner {
    height: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .kv__img {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
  }
  .kv__img img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 872/805;
  }
}

.layout__background-img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transition: opacity 1s ease;
}
.layout__background-img.kv__img--main {
  max-width: 871.5px;
  width: 90.8333333333%;
  height: auto;
  bottom: 0;
  right: 0;
}
.layout__background-img.kv__img--main img {
  opacity: 0.1;
  aspect-ratio: 872/805;
}

.layout__background-img.is-active {
  opacity: 1;
  z-index: 1;
}

.kv__message {
  position: absolute;
  left: 30px;
  max-width: 300px;
  bottom: 10.5vw;
  width: 55vw;
}
.kv__message img {
  width: 100%;
  aspect-ratio: 405/207;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1024px) {
  .kv__message {
    max-width: 405px;
    padding-left: 0;
    bottom: 6.3vw;
    left: 25vw;
    width: 20.09375vw;
  }
}

.kv__nav {
  display: none;
}
@media screen and (min-width: 1024px) {
  .kv__nav {
    display: block;
    position: absolute;
    bottom: 2.7vw;
    left: 3.2291666667vw;
    z-index: 3;
  }
}

.kv-greeting {
  background-color: #ffffff;
}

.section__img {
  position: relative;
  width: 100%;
  opacity: 1;
}
.section__img img {
  width: 100%;
  aspect-ratio: 375/420;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1024px) {
  .section__img {
    display: none;
  }
}
.section__img::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 42.9166666667%;
  height: 100%;
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 99.98%);
  z-index: 2;
  pointer-events: none;
}
.section__img.section__img--first {
  height: 100svh;
  max-width: 610px;
  aspect-ratio: 350/349;
  opacity: 0.1;
  margin-left: auto;
}
.section__img.section__img--first img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 93.2189333333%;
  height: auto;
  max-width: 83.0952380952vh;
}
.section__img.section__img--first::after {
  display: none;
}

.section__message {
  position: absolute;
  right: calc(50% - 45px);
  max-width: 300px;
  bottom: 10.5vw;
  width: 53.8666666667%;
}
@media screen and (min-width: 1024px) {
  .section__message {
    display: none;
  }
}
.section__message img {
  width: 100%;
  aspect-ratio: 202/104;
  -o-object-fit: cover;
     object-fit: cover;
}

.lawson-independent {
  background-color: #171c61;
  padding-top: 3.625rem;
  padding-bottom: 4.25rem;
}
@media screen and (min-width: 1024px) {
  .lawson-independent {
    padding-top: 6rem;
    padding-bottom: 8.5rem;
  }
}

.lawson-independent__title {
  opacity: 0;
}
.lawson-independent__title.is-active {
  animation: fadeIn 1s ease-out forwards;
}

.lawson-independent__lead {
  margin-top: 3.625rem;
  opacity: 0;
}
@media screen and (min-width: 1024px) {
  .lawson-independent__lead {
    margin-top: 4.5rem;
  }
}
.lawson-independent__lead.is-active {
  animation: fadeIn 1s ease-out forwards;
}

.lawson-independent__headline {
  font-size: 1.8125rem;
  font-weight: 700;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック体", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #ffffff;
  line-height: 1.4827586207;
}
@media screen and (min-width: 1024px) {
  .lawson-independent__headline {
    font-size: 1.875rem;
    line-height: 1.4333333333;
  }
}

.lawson-independent__text {
  margin-top: 2.625rem;
  font-size: 1rem;
  font-weight: 700;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック体", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #ffffff;
  line-height: 2;
  font-feature-settings: "halt";
}
@media screen and (min-width: 1024px) {
  .lawson-independent__text {
    margin-top: 1.875rem;
  }
}

.lawson-independent__tags {
  margin-top: 2rem;
  opacity: 0;
}
@media screen and (min-width: 1024px) {
  .lawson-independent__tags {
    margin-top: 1.25rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem;
  }
}
.lawson-independent__tags.is-active {
  animation: fadeIn 1s ease-out forwards;
}

.lawson-independent__tag {
  display: block;
  background-color: #ffffff;
  border-radius: 1.0625rem;
  font-size: 0.75rem;
  font-weight: 700;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック体", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #171c61;
  line-height: 1.4166666667;
  padding: 0.5rem 1.625rem;
  font-feature-settings: "halt";
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .lawson-independent__tag {
    font-size: 0.8125rem;
    line-height: 1.1538461538;
  }
}

.lawson-independent__tag:not(:first-of-type) {
  margin-top: 0.75rem;
}
@media screen and (min-width: 1024px) {
  .lawson-independent__tag:not(:first-of-type) {
    margin-top: 0;
  }
}

.lawson {
  padding-top: 3.75rem;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .lawson {
    padding-top: 6.1875rem;
  }
}

.lawson__title {
  opacity: 0;
}
.lawson__title.is-active {
  animation: fadeIn 1s ease-out forwards;
}

.lawson__logo {
  margin-top: 3.5rem;
  margin-inline: auto;
  max-width: 359px;
  width: 78.8774603175%;
  opacity: 0;
}
@media screen and (min-width: 1024px) {
  .lawson__logo {
    margin-top: 4.1875rem;
  }
}
.lawson__logo img {
  width: 100%;
  aspect-ratio: 248/71;
  -o-object-fit: cover;
     object-fit: cover;
}
.lawson__logo.is-active {
  animation: fadeIn 1s ease-out forwards;
}

.lawson__text {
  margin-top: 3.5rem;
  font-size: 1rem;
  font-weight: 700;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック体", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #231815;
  line-height: 2;
  opacity: 0;
}
@media screen and (min-width: 1024px) {
  .lawson__text {
    margin-top: 4.25rem;
  }
}
.lawson__text.is-active {
  animation: fadeIn 1s ease-out forwards;
}

.lawson__button {
  margin-top: 2.625rem;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
}
@media screen and (min-width: 1024px) {
  .lawson__button {
    margin-top: 4.0625rem;
    margin-left: 0;
  }
}
.lawson__button.is-active {
  animation: fadeIn 1s ease-out forwards;
}

.lawson__slide {
  margin-top: 4.375rem;
}
@media screen and (min-width: 1024px) {
  .lawson__slide {
    margin-top: 7.25rem;
  }
}

.man-you {
  background-color: #171c61;
  padding-top: 3.5rem;
  padding-bottom: 4.125rem;
}
@media screen and (min-width: 768px) {
  .man-you {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.man-you__title {
  opacity: 0;
}
.man-you__title.is-active {
  animation: fadeIn 1s ease-out forwards;
}

.man-you__logo {
  margin-top: 3.625rem;
  margin-inline: auto;
  max-width: 206px;
  width: 100%;
  opacity: 0;
}
.man-you__logo img {
  width: 100%;
  aspect-ratio: 206/218;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .man-you__logo {
    margin-top: 4.5rem;
    max-width: 253px;
  }
}
.man-you__logo.is-active {
  animation: fadeIn 1s ease-out forwards;
}

.man-you__philosophy {
  margin-top: 3.25rem;
  padding-bottom: 1.625rem;
  border-bottom: 0.33px solid #ffffff;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .man-you__philosophy {
    margin-top: 6.25rem;
    padding-bottom: 3.25rem;
    border-bottom: 0.5px solid #ffffff;
    width: 91%;
    margin-inline: auto;
  }
}
.man-you__philosophy.is-active {
  animation: fadeIn 1s ease-out forwards;
}

.man-you__text {
  margin-top: 1.875rem;
  max-width: 340px;
  font-size: 1.5625rem;
  font-weight: 700;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック体", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #ffffff;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .man-you__text {
    margin-top: 3.375rem;
    max-width: 95%;
    margin-inline: auto;
    font-size: 1.875rem;
    line-height: 1.5;
  }
}

.man-you__practices {
  margin-top: 2.25rem;
  padding-bottom: 2.25rem;
  border-bottom: 0.33px solid #ffffff;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .man-you__practices {
    margin-top: 3.5rem;
    padding-bottom: 3.75rem;
    border-bottom: 0.5px solid #ffffff;
    width: 91%;
    margin-inline: auto;
  }
}
.man-you__practices.is-active {
  animation: fadeIn 1s ease-out forwards;
}

.man-you__list {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .man-you__list {
    margin-top: 3.5rem;
    max-width: 95%;
    margin-inline: auto;
  }
}

.man-you__item {
  font-size: 1.125rem;
  font-weight: 700;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック体", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #ffffff;
  line-height: 1.6666666667;
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  .man-you__item {
    font-size: 1.4375rem;
    line-height: 1.9565217391;
  }
}

.man-you__item:not(:first-of-type) {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .man-you__item:not(:first-of-type) {
    margin-top: 0;
  }
}

.man-you__outline {
  margin-top: 2.625rem;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .man-you__outline {
    margin-top: 3.75rem;
    width: 91%;
    margin-inline: auto;
  }
}
.man-you__outline.is-active {
  animation: fadeIn 1s ease-out forwards;
}

.man-you__info-list {
  margin-top: 2.5rem;
}
@media screen and (min-width: 1024px) {
  .man-you__info-list {
    margin-top: 3.625rem;
    max-width: 95%;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1440px) {
  .man-you__info-list {
    max-width: 87%;
  }
}

.man-you__info-item {
  padding-top: 0.8125rem;
  padding-bottom: 0.8125rem;
  border-bottom: 0.33px solid #ffffff;
}
@media screen and (min-width: 768px) {
  .man-you__info-item {
    border-bottom: 0.5px solid #ffffff;
    padding-left: 0.3125rem;
    display: flex;
  }
}

.man-you__info-item:first-of-type {
  padding-top: 0;
}

.man-you__info-term {
  font-size: 0.75rem;
  font-weight: 300;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック体", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #ffffff;
  line-height: 2.1666666667;
}
@media screen and (min-width: 768px) {
  .man-you__info-term {
    font-size: clamp(0.875rem, 0.481vw + 0.567rem, 1rem);
    line-height: 1.625;
    width: 22.5763612218%;
    flex-shrink: 0;
    font-weight: 500;
    font-feature-settings: "palt";
  }
}
@media screen and (min-width: 1440px) {
  .man-you__info-term {
    font-size: 1rem;
    width: 10.625rem;
  }
}

.man-you__info-desc {
  margin-top: 0;
  font-size: 0.875rem;
  font-weight: 500;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック体", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #ffffff;
  line-height: 1.8571428571;
}
@media screen and (min-width: 1024px) {
  .man-you__info-desc {
    margin-top: 0;
    font-size: clamp(0.875rem, 0.481vw + 0.567rem, 1rem);
    line-height: 1.625;
    font-feature-settings: "palt";
  }
}
@media screen and (min-width: 1440px) {
  .man-you__info-desc {
    font-size: 1rem;
  }
}

.man-you__business {
  margin-top: 3rem;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .man-you__business {
    margin-top: 7.5rem;
    width: 91%;
    margin-inline: auto;
  }
}
.man-you__business.is-active {
  animation: fadeIn 1s ease-out forwards;
}

.man-you__business-section {
  margin-top: 2.375rem;
  padding-top: 2rem;
  padding-bottom: 2.125rem;
  padding-left: 1.5rem;
  padding-right: 1.125rem;
  background-color: #ffffff;
  border-radius: 0 1.25rem 0 1.25rem;
}
@media screen and (min-width: 1440px) {
  .man-you__business-section {
    margin-top: 3.5rem;
    display: flex;
    align-items: center;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 0.3125rem;
    padding-right: 2.5rem;
    border-radius: 0 2.5rem 0 2.5rem;
  }
}

.man-you__business-section.man-you__business-section--second {
  margin-top: 1.5rem;
  padding-bottom: 2.5rem;
  border-radius: 0 1.5625rem 0 1.5625rem;
}
@media screen and (min-width: 1440px) {
  .man-you__business-section.man-you__business-section--second {
    margin-top: 3rem;
    padding-bottom: 1.5rem;
    border-radius: 0 3.125rem 0 3.125rem;
  }
}

.man-you__business-title {
  font-size: 1rem;
  font-weight: 700;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック体", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #171c61;
  line-height: 1.1875;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1440px) {
  .man-you__business-title {
    width: 25.705794948%;
    flex-shrink: 0;
    text-align: center;
    font-size: 1.125rem;
    line-height: 1.7777777778;
  }
}

.man-you__business-list {
  margin-top: 1.25rem;
}
@media screen and (min-width: 1024px) {
  .man-you__business-list {
    margin-top: 1rem;
  }
}
@media screen and (min-width: 1440px) {
  .man-you__business-list {
    margin-top: 0;
  }
}
.man-you__business-list .man-you__business-text:first-of-type {
  margin-top: 0;
}
.man-you__business-list .man-you__business-text:not(:first-of-type) {
  margin-top: 1.375rem;
}
@media screen and (min-width: 1024px) {
  .man-you__business-list .man-you__business-text:not(:first-of-type) {
    margin-top: 0.625rem;
  }
}
@media screen and (min-width: 1440px) {
  .man-you__business-list .man-you__business-text:not(:first-of-type) {
    margin-top: 0;
  }
}

.man-you__business-text {
  margin-top: 0.625rem;
  font-size: 1rem;
  font-weight: 700;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック体", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #231815;
  line-height: 1.375;
  position: relative;
  padding-left: 1rem;
  font-feature-settings: "palt";
}
.man-you__business-text::before {
  position: absolute;
  content: "";
  top: 0.3em;
  left: 0;
  width: 0.875rem;
  height: 0.875rem;
  background-color: #171c61;
  border-radius: 100vmax;
}
@media screen and (min-width: 1440px) {
  .man-you__business-text {
    margin-top: 0;
    line-height: 2;
    flex: 1;
  }
  .man-you__business-text::before {
    top: 0.6em;
  }
}

.mo {
  padding-top: 3.125rem;
  overflow: hidden;
  background-color: #ffffff;
}
@media screen and (min-width: 1024px) {
  .mo {
    padding-top: 5.75rem;
    padding-bottom: 5.375rem;
  }
}

.mo__title {
  opacity: 0;
}
.mo__title.is-active {
  animation: fadeIn 1s ease-out forwards;
}

.mo__lead {
  margin-top: 2.75rem;
  opacity: 0;
}
@media screen and (min-width: 1024px) {
  .mo__lead {
    margin-top: 5.875rem;
  }
}
.mo__lead.is-active {
  animation: fadeIn 1s ease-out forwards;
}

.mo__subtitle {
  font-size: 1.8125rem;
  font-weight: 700;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック体", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #171c61;
  line-height: 1.4827586207;
}
@media screen and (min-width: 1024px) {
  .mo__subtitle {
    font-size: 1.875rem;
  }
}

.mo__text {
  margin-top: 2.625rem;
  font-size: 1rem;
  font-weight: 700;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック体", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #231815;
  line-height: 2;
}
@media screen and (min-width: 1024px) {
  .mo__text {
    margin-top: 1.375rem;
  }
}

.mo__container {
  margin-top: 3.5rem;
  background-color: #171c61;
  padding-top: 3.875rem;
  padding-bottom: 4.75rem;
  background-color: #171c61;
  margin-inline: calc(50% - 50vw);
  width: 100vw;
}
@media screen and (min-width: 1024px) {
  .mo__container {
    margin-top: 2.75rem;
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
    border-radius: 2.1875rem 0 0 2.1875rem;
    width: calc(100% + (100vw - 100%) / 2);
    margin-inline: 0;
  }
}

.mo__container-inner {
  padding: 0 30px;
  max-width: 600px;
  width: 100%;
  margin: auto;
}
@media screen and (min-width: 1024px) {
  .mo__container-inner {
    max-width: 820px;
    width: 65%;
    padding: 0 30px;
    margin: 0;
    padding-left: 1.875rem;
  }
}
@media screen and (min-width: 1700px) {
  .mo__container-inner {
    padding-left: 3.125rem;
  }
}
@media screen and (min-width: 1800px) {
  .mo__container-inner {
    padding-left: 5rem;
  }
}

.mo__block {
  opacity: 0;
}
.mo__block.is-active {
  animation: fadeIn 1s ease-out forwards;
}

.mo__block-title {
  font-size: 1.25rem;
  font-weight: 700;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック体", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #ffffff;
  line-height: 1.2;
}
@media screen and (min-width: 1024px) {
  .mo__block-title {
    font-size: 1.5625rem;
    line-height: 1.2;
  }
}

.mo__block-text {
  margin-top: 1.75rem;
  font-size: 1rem;
  font-weight: 700;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック体", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #ffffff;
  line-height: 2;
}
@media screen and (min-width: 1024px) {
  .mo__block-text {
    margin-top: 2rem;
  }
}

.mo__block-title-partner {
  margin-top: 2rem;
  font-size: 1rem;
  font-weight: 700;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック体", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #ffffff;
  line-height: 1.375;
  border: 1px solid #ffffff;
  border-radius: 1.875rem;
  padding: 0.375rem 1.25rem;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .mo__block-title-partner {
    margin-top: 2.25rem;
    font-size: 1.3125rem;
    font-weight: 700;
    font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック体", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    color: #ffffff;
    line-height: 1.2380952381;
    padding: 0.4375rem 1.25rem;
    width: 75%;
    margin-inline: auto;
  }
}

.mo__img {
  margin-top: 2.1875rem;
  width: 83.4375%;
  margin-inline: auto;
  opacity: 0;
}
.mo__img img {
  width: 100%;
  aspect-ratio: 262/867;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1024px) {
  .mo__img {
    margin-top: 1.5625rem;
    max-width: 620px;
    width: 100%;
  }
  .mo__img img {
    width: 100%;
    aspect-ratio: 621/259;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.mo__img.is-active {
  animation: fadeIn 1s ease-out forwards;
}

.mo__system {
  margin-top: 4.5rem;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .mo__system {
    margin-top: 5.375rem;
  }
}
.mo__system.is-active {
  animation: fadeIn 1s ease-out forwards;
}

.mo__system-title {
  font-size: 1.25rem;
  font-weight: 700;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック体", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #ffffff;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .mo__system-title {
    font-size: 1.5625rem;
    line-height: 1.2;
    text-align: left;
  }
}

.mo__system-text {
  margin-top: 2.125rem;
  font-size: 1rem;
  font-weight: 700;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック体", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #ffffff;
  line-height: 2;
}
@media screen and (min-width: 1024px) {
  .mo__system-text {
    margin-top: 1.75rem;
  }
}

.mo__systemーimg {
  margin-top: 2.375rem;
  background-color: #ffffff;
  padding: 1.5rem 0.75rem 2.25rem 0.75rem;
  border-radius: 0.75rem;
  width: 99.3650793651%;
  margin-inline: auto;
  opacity: 0;
}
.mo__systemーimg img {
  width: 100%;
  aspect-ratio: 275/286;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1024px) {
  .mo__systemーimg {
    margin-top: 2.25rem;
    padding: 1.25rem 1.25rem 1.25rem 1.25rem;
    max-width: 620px;
  }
  .mo__systemーimg img {
    aspect-ratio: 551/129;
  }
}
.mo__systemーimg.is-active {
  animation: fadeIn 1s ease-out forwards;
}

.mv {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .mv {
    height: 100svh;
    max-height: none;
  }
}

.swiper__mv {
  overflow: hidden;
}

.mv__img {
  width: 100%;
}
.mv__img img {
  width: 100%;
  aspect-ratio: 375/414;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1024px) {
  .mv__img img {
    height: 100svh;
  }
}

@media screen and (min-width: 1024px) {
  .swiper-pagination {
    text-align: left;
  }
}

/*===========================================
ここから
===========================================*/
.swiper-container {
  position: relative;
}

.swiper {
  position: relative;
}

.swiper-wrapper {
  position: relative;
}

.swiper-pagination-bullet {
  opacity: 1;
  background: #ffffff;
  width: 10px;
  height: 10px;
  border-radius: 100vmax;
  position: relative;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background: #ffffff;
  width: 10px;
  height: 10px;
  border-radius: 100vmax;
  position: relative;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.9375rem;
  height: 0.9375rem;
  border-radius: 100vmax;
  border: 1px solid #ffffff;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10.5px;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 20px;
  left: 5px;
}
@media screen and (min-width: 1024px) {
  .swiper-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 37px;
    left: 34px;
  }
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.swiper-slide-active .mv__img,
.swiper-slide-duplicate-active .mv__img,
.swiper-slide-prev .mv__img {
  animation: zoomUp 18s linear 0s 1 normal both;
  overflow: hidden;
}

.nav__link {
  display: flex;
  flex-direction: column;
  padding-block: 0.78125rem;
  padding-left: 1.1875rem;
  transition: opacity 0.3s;
  /* is-open クラスがついたときの回転 */
}
.nav__link.is-open .nav__item-english span::after {
  transform: rotate(0) translateY(-50%);
}

@media (any-hover: hover) {
  .nav__link:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}
.nav__item-english {
  position: relative;
  text-transform: uppercase;
  font-size: 1.5625rem;
  font-weight: 600;
  font-family: "Outfit", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック体", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #231815;
  line-height: 0.78125;
  letter-spacing: 0.05em;
  transition: all 0.5s;
}
.nav__item-english::before {
  position: absolute;
  content: "";
  left: -1.1875rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.53125rem;
  height: 0.53125rem;
  border-radius: 100vmax;
  background-color: #171c61;
}
.nav__item-english span {
  padding-right: 1.5625rem;
  position: relative;
}
.nav__item-english span::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 2px;
  background-color: #171c61;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.nav__item-english span::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 2px;
  background-color: #171c61;
  top: 50%;
  right: 1px;
  transform: rotate(90deg) translateY(-50%);
  transition: transform 0.5s ease;
}

.nav__item-japanese {
  margin-top: 0.3125rem;
  font-size: 0.75rem;
  font-weight: 500;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック体", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #171c61;
  line-height: 0.7058823529;
  letter-spacing: 0.05em;
}

.nav__subItems {
  padding-left: 1.1875rem;
  padding-block: 0.4375rem 0.625rem;
  opacity: 0;
  display: none;
  transition: opacity 0.7s ease;
}

.nav__subItems.is-open {
  opacity: 1;
}

.nav__subItem a {
  border: none;
  font-size: 0.875rem;
  font-weight: 500;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック体", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #231815;
  line-height: 0.8235294118;
  letter-spacing: 0.05em;
  padding-block: 0.375rem;
  padding-left: 1.1875rem;
  display: inline-block;
  position: relative;
}
.nav__subItem a::before {
  content: "";
  position: absolute;
  width: 0.84375rem;
  height: 1px;
  background-color: #231815;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.footer__nav .nav__item-english {
  color: #ffffff;
}
.footer__nav .nav__item-english::before {
  background-color: #ffffff;
}
.footer__nav .nav__item-english span::before {
  background-color: #ffffff;
}
.footer__nav .nav__item-english span::after {
  background-color: #ffffff;
}
.footer__nav .nav__item-japanese {
  color: #ffffff;
}
.footer__nav .nav__subItem a {
  color: #ffffff;
}
.footer__nav .nav__subItem a::before {
  background-color: #ffffff;
}

.kv__nav .js-nav-link.is-active .nav__item-english {
  color: #171c61;
}

.philosophy {
  padding-bottom: 4.0625rem;
}
@media screen and (min-width: 768px) {
  .philosophy {
    padding-top: 5rem;
    padding-bottom: 8.4375rem;
  }
}

.philosophy__title {
  opacity: 0;
}
.philosophy__title.is-active {
  animation: fadeIn 1s ease-out forwards;
}

.philosophy__logo {
  margin-top: 3.875rem;
  width: 90.0111111111%;
  margin-inline: auto;
  padding-left: 0.375rem;
  opacity: 0;
}
.philosophy__logo img {
  width: 100%;
  aspect-ratio: 284/32;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .philosophy__logo {
    margin-top: 6.0625rem;
    max-width: 567px;
    width: 100%;
    margin-left: 1.0625rem;
    margin-right: 0;
    padding-left: 0;
  }
  .philosophy__logo img {
    aspect-ratio: 567/64;
  }
}
.philosophy__logo.is-active {
  animation: fadeIn 1s ease-out forwards;
}

.philosophy__text {
  margin-top: 2.875rem;
  font-size: 1rem;
  font-weight: 700;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック体", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #231815;
  line-height: 2;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .philosophy__text {
    margin-top: 5rem;
    padding-left: 0.25rem;
  }
}
.philosophy__text.is-active {
  animation: fadeIn 1s ease-out forwards;
}

.philosophy__img {
  margin-top: 1.375rem;
  width: 99.3650793651%;
  margin-inline: auto;
  opacity: 0;
}
.philosophy__img img {
  width: 100%;
  aspect-ratio: 313/140;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .philosophy__img {
    margin-top: 5.75rem;
    max-width: 786px;
    width: 100%;
  }
  .philosophy__img img {
    aspect-ratio: 786/351;
  }
}
.philosophy__img.is-active {
  animation: fadeIn 1s ease-out forwards;
}

.qualification {
  padding-top: 3rem;
  padding-bottom: 3.75rem;
  background-color: #ffffff;
}
@media screen and (min-width: 1024px) {
  .qualification {
    padding-top: 7.25rem;
    padding-bottom: 6.75rem;
  }
}

.qualification__title {
  opacity: 0;
}
.qualification__title.is-active {
  animation: fadeIn 1s ease-out forwards;
}

.qualification__lead {
  margin-top: 1.875rem;
  opacity: 0;
}
@media screen and (min-width: 1024px) {
  .qualification__lead {
    margin-top: 4.25rem;
  }
}
.qualification__lead.is-active {
  animation: fadeIn 1s ease-out forwards;
}

.qualification__headline {
  font-size: 1.8125rem;
  font-weight: 700;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック体", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #171c61;
  line-height: 1.4827586207;
}
@media screen and (min-width: 1024px) {
  .qualification__headline {
    font-size: 1.875rem;
    line-height: 1.2;
  }
}

.qualification__text {
  margin-top: 2.25rem;
  font-size: 1rem;
  font-weight: 700;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック体", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #231815;
  line-height: 2;
}
@media screen and (min-width: 1024px) {
  .qualification__text {
    margin-top: 1.5rem;
  }
}

.qualification__date {
  margin-top: 1.5rem;
  font-size: 1rem;
  font-weight: 700;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック体", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #231815;
  line-height: 2;
  text-align: right;
}
@media screen and (min-width: 1024px) {
  .qualification__date {
    margin-top: 1.375rem;
  }
}

.qualification__national-qualification {
  margin-top: 5.5rem;
}
@media screen and (min-width: 1024px) {
  .qualification__national-qualification {
    margin-top: 2.75rem;
  }
}

.national-qualification__label {
  font-size: 1.75rem;
  font-weight: 700;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック体", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #171c61;
  line-height: 1.2142857143;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .national-qualification__label {
    font-size: 1.875rem;
    line-height: 1.2;
    text-align: left;
  }
}

.national-qualification__block {
  background-color: #F5F8FC;
  box-shadow: 0px 5px 4px rgba(0, 37, 255, 0.15);
  mix-blend-mode: multiply;
  border-radius: 0.9375rem;
  padding: 2.125rem 1.5rem 2.25rem 1.5rem;
  opacity: 0;
}
@media screen and (min-width: 1024px) {
  .national-qualification__block {
    box-shadow: 0px 6px 5px rgba(0, 37, 255, 0.15);
    padding: 1.625rem 3.125rem 2.125rem 3.125rem;
  }
}
.national-qualification__block.is-active {
  animation: fadeIn 1s ease-out forwards;
}

.national-qualification__block:first-of-type {
  margin-top: 1.875rem;
}
@media screen and (min-width: 1024px) {
  .national-qualification__block:first-of-type {
    margin-top: 2.625rem;
  }
}

.national-qualification__block:not(:first-of-type) {
  margin-top: 2rem;
}
@media screen and (min-width: 1024px) {
  .national-qualification__block:not(:first-of-type) {
    margin-top: 2.625rem;
  }
}

.national-qualification__title {
  font-size: 1.3125rem;
  font-weight: 700;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック体", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #171c61;
  line-height: 1.1904761905;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .national-qualification__title {
    text-align: left;
  }
}

.national-qualification__desc {
  margin-top: 1.125rem;
  font-size: 0.875rem;
  font-weight: 700;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック体", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #231815;
  line-height: 1.7857142857;
}
@media screen and (min-width: 1024px) {
  .national-qualification__desc {
    margin-top: 1rem;
  }
}

.national-qualification__meta {
  margin-top: 1rem;
}
@media screen and (min-width: 1024px) {
  .national-qualification__meta {
    margin-top: 0.75rem;
    gap: 0.75rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, 178px);
    justify-content: start;
  }
}

.national-qualification__tag {
  background-color: #171c61;
  padding: 0.3125rem 0.5rem;
  border-radius: 0.6875rem;
  font-size: 0.8125rem;
  font-weight: 700;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック体", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #ffffff;
  line-height: 1.2307692308;
  width: 73%;
  margin-inline: auto;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .national-qualification__tag {
    font-size: 0.6875rem;
    line-height: 1.1818181818;
    width: 100%;
    font-feature-settings: "palt";
  }
}

.national-qualification__tag:not(:first-of-type) {
  margin-top: 0.625rem;
}
@media screen and (min-width: 1024px) {
  .national-qualification__tag:not(:first-of-type) {
    margin-top: 0;
  }
}

.national-qualification__note {
  margin-top: 1rem;
  font-size: 0.8125rem;
  font-weight: 700;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック体", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #231815;
  line-height: 1.9230769231;
}
@media screen and (min-width: 1024px) {
  .national-qualification__note {
    margin-top: 0.75rem;
  }
}

.qualification__lawson-certification {
  margin-top: 3.625rem;
}
@media screen and (min-width: 1024px) {
  .qualification__lawson-certification {
    margin-top: 5.125rem;
  }
}

.lawson-certification__label {
  font-size: 1.75rem;
  font-weight: 700;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック体", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #171c61;
  line-height: 1.2142857143;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .lawson-certification__label {
    font-size: 1.875rem;
    line-height: 1.2;
    text-align: left;
  }
}

.lawson-certification__block {
  background-color: #F5F8FC;
  box-shadow: 0px 5px 4px rgba(0, 37, 255, 0.15);
  mix-blend-mode: multiply;
  border-radius: 0.9375rem;
  padding: 2.25rem 1.25rem 2.25rem 1.25rem;
  opacity: 0;
}
@media screen and (min-width: 1024px) {
  .lawson-certification__block {
    box-shadow: 0px 6px 5px rgba(0, 37, 255, 0.15);
    padding: 1.625rem 3.125rem 2.125rem 3.125rem;
  }
}
.lawson-certification__block.is-active {
  animation: fadeIn 1s ease-out forwards;
}

.lawson-certification__block:first-of-type {
  margin-top: 2rem;
}
@media screen and (min-width: 1024px) {
  .lawson-certification__block:first-of-type {
    margin-top: 2.5rem;
  }
}

.lawson-certification__block:not(:first-of-type) {
  margin-top: 2rem;
}
@media screen and (min-width: 1024px) {
  .lawson-certification__block:not(:first-of-type) {
    margin-top: 2.625rem;
  }
}

.lawson-certification__name {
  font-size: 1.3125rem;
  font-weight: 700;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック体", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #171c61;
  line-height: 1.1904761905;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .lawson-certification__name {
    text-align: left;
  }
}

.lawson-certification__desc {
  margin-top: 1.375rem;
  font-size: 0.875rem;
  font-weight: 700;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック体", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #231815;
  line-height: 1.7857142857;
}
@media screen and (min-width: 1024px) {
  .lawson-certification__desc {
    margin-top: 1.5rem;
  }
}

.lawson-certification__meta {
  margin-top: 1rem;
}
@media screen and (min-width: 1024px) {
  .lawson-certification__meta {
    margin-top: 1rem;
    gap: 0.75rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(222px, 0.6fr));
    justify-content: start;
  }
}

.lawson-certification__tag {
  background-color: #171c61;
  padding: 0.3125rem 0.5rem;
  border-radius: 0.6875rem;
  font-size: 0.75rem;
  font-weight: 700;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック体", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #ffffff;
  line-height: 1.1666666667;
  width: 90.7749077491%;
  margin-inline: auto;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .lawson-certification__tag {
    font-size: 0.6875rem;
    line-height: 1.1818181818;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-feature-settings: "palt";
    min-height: 36px;
  }
}

.lawson-certification__tag:not(:first-of-type) {
  margin-top: 0.5rem;
}
@media screen and (min-width: 1024px) {
  .lawson-certification__tag:not(:first-of-type) {
    margin-top: 0;
  }
}

.lawson-certification__subtypes {
  margin-top: 1.75rem;
  background-color: #ffffff;
  border-radius: 0.75rem;
  padding: 2.5rem 0.875rem 2.25rem 0.875rem;
}
@media screen and (min-width: 1024px) {
  .lawson-certification__subtypes {
    margin-top: 1.25rem;
    padding: 2.625rem 1.875rem 2.625rem 1.875rem;
  }
}

.lawson-certification__sub {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  border-bottom: 0.33px solid #171c61;
}
@media screen and (min-width: 1024px) {
  .lawson-certification__sub {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
    border-bottom: 0.5px solid #171c61;
  }
}

.lawson-certification__sub:first-of-type {
  border-top: 0.33px solid #171c61;
}
@media screen and (min-width: 1024px) {
  .lawson-certification__sub:first-of-type {
    border-top: 0.5px solid #171c61;
  }
}

.lawson-certification__sub-title {
  font-size: 1rem;
  font-weight: 700;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック体", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #171c61;
  line-height: 1.25;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .lawson-certification__sub-title {
    text-align: left;
    line-height: 1.1875;
  }
}

.lawson-certification__sub-title-text {
  font-size: 0.75rem;
  font-weight: 700;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック体", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #171c61;
  line-height: 1.8333333333;
}
@media screen and (min-width: 1024px) {
  .lawson-certification__sub-title-text {
    font-size: 1rem;
    line-height: 1.1875;
  }
}

.lawson-certification__sub-desc {
  margin-top: 0.25rem;
  font-size: 0.75rem;
  font-weight: 700;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック体", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #231815;
  line-height: 1.6666666667;
}

.recruit-links {
  padding-top: 2.25rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media screen and (min-width: 1024px) {
  .recruit-links {
    padding-top: 3.375rem;
    padding-bottom: 4.875rem;
  }
}

.recruit-links__item {
  opacity: 0;
}
.recruit-links__item.is-active {
  animation: fadeIn 1s ease-out forwards;
}

.recruit-links__item:not(:first-of-type) {
  margin-top: 1.75rem;
}
@media screen and (min-width: 1024px) {
  .recruit-links__item:not(:first-of-type) {
    margin-top: 2.375rem;
  }
}

.recruit-links__link {
  width: 100%;
  display: block;
  min-height: 142px;
  padding-block: 1.5rem 2.125rem;
  padding-inline: 2.375rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #F5F8FC;
  box-shadow: 0px 5px 4px rgba(0, 37, 255, 0.15);
  mix-blend-mode: multiply;
  border-radius: 0.9375rem;
  transition: all 0.3s;
}
@media screen and (min-width: 1024px) {
  .recruit-links__link {
    padding-block: 2.25rem;
    padding-inline: 4.75rem 3.125rem;
    box-shadow: 0px 6px 5px rgba(0, 37, 255, 0.15);
  }
}

.recruit-links__title {
  font-size: 1.9375rem;
  font-weight: 600;
  font-family: "Outfit", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック体", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #231815;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  position: relative;
  overflow-wrap: break-word;
  transition: all 0.3s;
}
@media screen and (min-width: 1024px) {
  .recruit-links__title {
    font-size: 3.125rem;
  }
}
.recruit-links__title::before {
  position: absolute;
  content: "";
  top: 0.36em;
  left: -1.25rem;
  width: 0.75rem;
  height: 0.75rem;
  background-color: #171c61;
  border-radius: 100vmax;
  transition: all 0.3s;
}
@media screen and (min-width: 1024px) {
  .recruit-links__title::before {
    top: 0.4em;
    left: -2.375rem;
    width: 1.125rem;
    height: 1.125rem;
  }
}

.recruit-links__title-text {
  position: relative;
}
.recruit-links__title-text::after {
  position: absolute;
  content: "";
  bottom: 0.75rem;
  right: -1.75rem;
  width: 0.97875rem;
  height: 0.97125rem;
  background: url(../images/lawson/link-logo-blue.png) no-repeat center center/contain;
  transition: all 0.3s;
}

.recruit-links__sub {
  display: block;
  margin-top: 0.3125rem;
  font-size: 0.75rem;
  font-weight: 500;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック体", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #171c61;
  line-height: 1;
  letter-spacing: 0.05em;
  transition: all 0.3s;
}
@media screen and (min-width: 1024px) {
  .recruit-links__sub {
    margin-top: 0.625rem;
    font-size: 0.875rem;
  }
}

.recruit-links__link.recruit-links__link--white {
  background-color: #171c61;
  border-radius: 0.9375rem;
  box-shadow: 0px 5px 4px rgba(0, 37, 255, 0.15);
  mix-blend-mode: multiply;
}
@media screen and (min-width: 1024px) {
  .recruit-links__link.recruit-links__link--white {
    box-shadow: 0px 6px 5px rgba(0, 37, 255, 0.15);
  }
}
.recruit-links__link.recruit-links__link--white .recruit-links__title {
  color: #ffffff;
}
.recruit-links__link.recruit-links__link--white .recruit-links__title::before {
  background-color: #ffffff;
}
.recruit-links__link.recruit-links__link--white .recruit-links__title-text::after {
  background: url(../images/lawson/link-logo-white.png) no-repeat center center/contain;
}
.recruit-links__link.recruit-links__link--white .recruit-links__sub {
  color: #ffffff;
}

@media (any-hover: hover) {
  .recruit-links__link:hover {
    opacity: 1;
    background-color: #171c61;
    border-radius: 0.9375rem;
    box-shadow: 0px 5px 4px rgba(0, 37, 255, 0.15);
    mix-blend-mode: multiply;
  }
}
@media screen and (any-hover: hover) and (min-width: 1024px) {
  .recruit-links__link:hover {
    box-shadow: 0px 6px 5px rgba(0, 37, 255, 0.15);
  }
}
@media (any-hover: hover) {
  .recruit-links__link:hover .recruit-links__title {
    color: #ffffff;
  }
  .recruit-links__link:hover .recruit-links__title::before {
    background-color: #ffffff;
  }
  .recruit-links__link:hover .recruit-links__title-text::after {
    background: url(../images/lawson/link-logo-white.png) no-repeat center center/contain;
  }
  .recruit-links__link:hover .recruit-links__sub {
    color: #ffffff;
  }
}
@media (any-hover: hover) {
  .recruit-links__link.recruit-links__link--white:hover {
    opacity: 1;
    background-color: #F5F8FC;
    border-radius: 0.9375rem;
    box-shadow: 0px 5px 4px rgba(0, 37, 255, 0.15);
    mix-blend-mode: multiply;
  }
}
@media screen and (any-hover: hover) and (min-width: 1024px) {
  .recruit-links__link.recruit-links__link--white:hover {
    box-shadow: 0px 6px 5px rgba(0, 37, 255, 0.15);
  }
}
@media (any-hover: hover) {
  .recruit-links__link.recruit-links__link--white:hover .recruit-links__title {
    color: #231815;
  }
  .recruit-links__link.recruit-links__link--white:hover .recruit-links__title::before {
    background-color: #171c61;
  }
  .recruit-links__link.recruit-links__link--white:hover .recruit-links__title-text::after {
    background: url(../images/lawson/link-logo-blue.png) no-repeat center center/contain;
  }
  .recruit-links__link.recruit-links__link--white:hover .recruit-links__sub {
    color: #171c61;
  }
}
.scroll {
  position: absolute;
  top: 20px;
  right: 5.266667%;
  font-size: 1rem;
  color: #ffffff;
  writing-mode: sideways-lr;
  line-height: 1;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .scroll {
    top: auto;
    bottom: 105px;
    right: 10%;
  }
}

.scroll::before,
.scroll::after {
  content: "";
  position: absolute;
  top: -1px;
  right: -7px;
  width: 0.5px;
  height: 113.5px;
}
@media screen and (min-width: 1024px) {
  .scroll::before,
  .scroll::after {
    top: -3px;
    right: -8px;
  }
}

.scroll::before {
  background-color: #ffffff;
}

.scroll::after {
  background-color: #231815;
  animation: scrollDown 4s cubic-bezier(0.25, 1, 0.5, 1) infinite;
}

@keyframes scrollDown {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.slide-img {
  display: flex;
  align-items: center;
  width: 100vw;
}

.slide-img__items {
  display: flex;
  align-items: center;
}

.slide-img__item {
  width: 313.562px;
  margin-left: -1px;
}
@media screen and (min-width: 1024px) {
  .slide-img__item {
    width: 380.56px;
  }
}

.slide-img__item img {
  width: 100%;
  aspect-ratio: 313/242;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1024px) {
  .slide-img__item img {
    aspect-ratio: 380/294;
  }
}

.slide-img__items--left {
  animation: scroll-left 70s infinite linear 0.5s both;
}

/* 右から左へ */
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.store {
  padding-top: 3.375rem;
  padding-bottom: 3.625rem;
}
@media screen and (min-width: 1024px) {
  .store {
    padding-top: 4.5rem;
    padding-bottom: 5.75rem;
  }
}

.store__inner.inner {
  padding: 0 30px;
  max-width: 600px;
  width: 100%;
  margin: auto;
}
@media screen and (min-width: 1024px) {
  .store__inner.inner {
    max-width: 600px;
    padding: 0 30px;
  }
}
@media screen and (min-width: 1440px) {
  .store__inner.inner {
    max-width: 850px;
    padding: 0 30px;
  }
}

.store__title {
  opacity: 0;
}
.store__title.is-active {
  animation: fadeIn 1s ease-out forwards;
}

.store__list {
  margin-top: 3rem;
}
@media screen and (min-width: 1024px) {
  .store__list {
    margin-top: 3.125rem;
  }
}

.store__item {
  margin-top: 2rem;
  padding-bottom: 1.75rem;
  border-bottom: 0.5px solid #171c61;
  opacity: 0;
}
@media screen and (min-width: 1440px) {
  .store__item {
    margin-top: 2.5rem;
    padding-inline: 1.875rem 1.25rem;
    display: flex;
    align-items: center;
    gap: 1.875rem;
  }
}
.store__item.is-active {
  animation: fadeIn 1s ease-out forwards;
}

.store__item:first-of-type {
  margin-top: 0;
}

.store__item--last {
  border-bottom: none;
}

@media screen and (min-width: 1024px) {
  .store__info {
    flex: 1 0 23.125rem;
  }
}

.store__name {
  font-size: 0.9375rem;
  font-weight: 700;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック体", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #171c61;
  line-height: 1.2;
  display: flex;
  align-items: flex-end;
  gap: 0.625rem;
}
@media screen and (min-width: 1024px) {
  .store__name {
    font-size: 1.0625rem;
    line-height: 1.2352941176;
  }
}

.store__name--main {
  font-size: 1.4375rem;
  font-weight: 700;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック体", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #171c61;
  line-height: 1.2173913043;
}
@media screen and (min-width: 1024px) {
  .store__name--main {
    font-size: 1.6875rem;
    line-height: 1.2222222222;
  }
}

.store__address {
  margin-top: 1rem;
  font-size: 0.75rem;
  font-weight: 400;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック体", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #231815;
  line-height: 1.5833333333;
}
@media screen and (min-width: 1024px) {
  .store__address {
    margin-top: 1rem;
    font-size: 0.875rem;
    line-height: 1.3571428571;
  }
}

.store__summary {
  background-color: #ffffff;
  margin-top: 0.875rem;
  padding: 1rem 1rem;
  border-radius: 0.9375rem;
}
@media screen and (min-width: 1024px) {
  .store__summary {
    margin-top: 1.125rem;
    padding: 1.125rem 1.125rem 1.125rem 1.125rem;
  }
}

.store__number {
  font-size: 0.75rem;
  font-weight: 400;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック体", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #231815;
  line-height: 1.3333333333;
}

.store__open {
  font-size: 0.75rem;
  font-weight: 400;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック体", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #231815;
  line-height: 1.3333333333;
}

.store__note {
  font-size: 0.75rem;
  font-weight: 400;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック体", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #231815;
  line-height: 1.3333333333;
  font-feature-settings: "palt";
}

.store__img {
  margin-top: 1.375rem;
  opacity: 0;
  width: 100%;
}
.store__img img {
  width: 100%;
  aspect-ratio: 313/234;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1440px) {
  .store__img {
    margin-top: 0;
    max-width: 336px;
    width: 100%;
  }
  .store__img img {
    width: 100%;
    aspect-ratio: 336/252;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.store__img.is-active {
  animation: fadeIn 1s ease-out forwards;
}

.store__closing-message {
  margin-top: 2.375rem;
  padding-bottom: 1.75rem;
  border-bottom: 0.5px solid #171c61;
  opacity: 0;
}
@media screen and (min-width: 1440px) {
  .store__closing-message {
    padding-bottom: 3.25rem;
    margin-top: 0;
    padding-left: 3rem;
  }
}
.store__closing-message.is-active {
  animation: fadeIn 1s ease-out forwards;
}

.store__closing-title {
  font-size: 0.875rem;
  font-weight: 700;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック体", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #231815;
  line-height: 1.7142857143;
}

.store__closing-text {
  font-size: 0.875rem;
  font-weight: 700;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック体", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #231815;
  line-height: 1.7142857143;
}

.store__closing-text:not(:first-of-type) {
  margin-top: 1.5rem;
}

.yorozuya {
  padding-top: 3.5rem;
  overflow: hidden;
  background: url(../images/common/yorozuya-bg.jpg) no-repeat center center/cover;
  position: relative;
  overflow: hidden;
}
.yorozuya::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #231815;
  opacity: 0.7;
  pointer-events: none;
}
@media screen and (min-width: 1024px) {
  .yorozuya {
    padding-top: 7.5rem;
  }
}

.yorozuya__inner {
  position: relative;
  z-index: 1;
}

.yorozuya__title {
  opacity: 0;
}
.yorozuya__title.is-active {
  animation: fadeIn 1s ease-out forwards;
}

.yorozuya__logo {
  margin-top: 4.0625rem;
  margin-inline: auto;
  max-width: 500px;
  width: 100%;
  opacity: 0;
}
.yorozuya__logo img {
  width: 100%;
  aspect-ratio: 321/102;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1024px) {
  .yorozuya__logo {
    width: 50%;
  }
}
.yorozuya__logo.is-active {
  animation: fadeIn 1s ease-out forwards;
}

.yorozuya__text {
  margin-top: 2.375rem;
  font-size: 0.875rem;
  font-weight: 700;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック体", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #ffffff;
  line-height: 2;
  opacity: 0;
}
@media screen and (min-width: 375px) {
  .yorozuya__text {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 1024px) {
  .yorozuya__text {
    margin-top: 3.5rem;
    font-size: 1rem;
  }
}
.yorozuya__text.is-active {
  animation: fadeIn 1s ease-out forwards;
}

.yorozuya__button {
  margin-top: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
}
@media screen and (min-width: 1024px) {
  .yorozuya__button {
    margin-top: 4.375rem;
    margin-left: 0;
  }
}
.yorozuya__button.is-active {
  animation: fadeIn 1s ease-out forwards;
}

.yorozuya__slide {
  margin-top: 4.875rem;
}
@media screen and (min-width: 1024px) {
  .yorozuya__slide {
    margin-top: 7.375rem;
  }
}

.youyou {
  padding-top: 3.125rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .youyou {
    padding-top: 6.125rem;
    padding-bottom: 5rem;
  }
}

.youyou__title {
  opacity: 0;
}
.youyou__title.is-active {
  animation: fadeIn 1s ease-out forwards;
}

.youyou__description {
  margin-top: 3rem;
  font-size: 1rem;
  font-weight: 700;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック体", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #231815;
  line-height: 2;
  opacity: 0;
}
@media screen and (min-width: 1024px) {
  .youyou__description {
    margin-top: 1.25rem;
    width: 96%;
    margin-inline: auto;
    font-feature-settings: "palt";
  }
}
@media screen and (min-width: 1440px) {
  .youyou__description {
    width: 91%;
  }
}
.youyou__description.is-active {
  animation: fadeIn 1s ease-out forwards;
}

.youyou__logo {
  margin-top: 3.75rem;
  margin-inline: auto;
  max-width: 280px;
  width: 100%;
  opacity: 0;
}
.youyou__logo img {
  width: 100%;
  aspect-ratio: 280/80;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .youyou__logo {
    margin-top: 3.25rem;
    max-width: 360px;
  }
  .youyou__logo img {
    aspect-ratio: 359/103;
  }
}
.youyou__logo.is-active {
  animation: fadeIn 1s ease-out forwards;
}

.youyou__philosophy {
  margin-top: 4.375rem;
  padding-bottom: 1.625rem;
  border-bottom: 0.5px solid #231815;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .youyou__philosophy {
    margin-top: 5.875rem;
    padding-bottom: 3.25rem;
    width: 91%;
    margin-inline: auto;
  }
}
.youyou__philosophy.is-active {
  animation: fadeIn 1s ease-out forwards;
}

.youyou__text {
  margin-top: 1.625rem;
  font-size: 1.5625rem;
  font-weight: 700;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック体", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #171c61;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .youyou__text {
    margin-top: 3.375rem;
    font-size: 1.875rem;
    line-height: 1.5;
    max-width: 95%;
    margin-inline: auto;
  }
}

.youyou__vision {
  margin-top: 2rem;
  padding-bottom: 1.875rem;
  border-bottom: 0.5px solid #231815;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .youyou__vision {
    margin-top: 3.625rem;
    padding-bottom: 3.375rem;
    width: 91%;
    margin-inline: auto;
  }
}
.youyou__vision.is-active {
  animation: fadeIn 1s ease-out forwards;
}

.youyou__way {
  margin-top: 2.125rem;
  padding-bottom: 2.375rem;
  border-bottom: 0.5px solid #231815;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .youyou__way {
    margin-top: 3.625rem;
    padding-bottom: 3.375rem;
    width: 91%;
    margin-inline: auto;
  }
}
.youyou__way.is-active {
  animation: fadeIn 1s ease-out forwards;
}

.youyou__list {
  margin-top: 2.25rem;
}
@media screen and (min-width: 768px) {
  .youyou__list {
    padding-left: 1.375rem;
  }
}

.youyou__item {
  font-size: 1.0625rem;
  font-weight: 700;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック体", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #171c61;
  line-height: 1.7647058824;
  font-feature-settings: "palt";
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (min-width: 1024px) {
  .youyou__item {
    font-size: clamp(1.25rem, 0.721vw + 0.788rem, 1.4375rem);
    line-height: 1.9565217391;
  }
}
@media screen and (min-width: 1440px) {
  .youyou__item {
    font-size: 1.4375rem;
  }
}

.youyou__outline {
  margin-top: 2.375rem;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .youyou__outline {
    margin-top: 3.625rem;
    width: 91%;
    margin-inline: auto;
  }
}
.youyou__outline.is-active {
  animation: fadeIn 1s ease-out forwards;
}

.youyou__info-list {
  margin-top: 2.25rem;
}
@media screen and (min-width: 1024px) {
  .youyou__info-list {
    margin-top: 3.25rem;
    max-width: 95%;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1440px) {
  .youyou__info-list {
    max-width: 86%;
  }
}

.youyou__info-item {
  padding-top: 0.8125rem;
  padding-bottom: 0.8125rem;
  border-bottom: 0.5px solid #231815;
}
@media screen and (min-width: 768px) {
  .youyou__info-item {
    padding-left: 0.3125rem;
    display: flex;
    padding-top: 0.8125rem;
    padding-bottom: 0.8125rem;
  }
}

.youyou__info-item:first-of-type {
  padding-top: 0;
}

.youyou__info-term {
  font-size: 0.75rem;
  font-weight: 300;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック体", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #171c61;
  line-height: 2.1666666667;
}
@media screen and (min-width: 768px) {
  .youyou__info-term {
    font-size: clamp(0.875rem, 0.481vw + 0.567rem, 1rem);
    line-height: 1.625;
    font-weight: 500;
    width: 22.5763612218%;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 1440px) {
  .youyou__info-term {
    font-size: 1rem;
    width: 10.625rem;
  }
}

.youyou__info-desc {
  margin-top: 0;
  font-size: 0.875rem;
  font-weight: 500;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック体", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #231815;
  line-height: 1.8571428571;
}
@media screen and (min-width: 1024px) {
  .youyou__info-desc {
    margin-top: 0;
    font-size: clamp(0.875rem, 0.481vw + 0.567rem, 1rem);
    line-height: 1.625;
    font-weight: 500;
  }
}
@media screen and (min-width: 1440px) {
  .youyou__info-desc {
    font-size: 1rem;
  }
}

.youyou__image {
  margin-top: 2.375rem;
  margin-inline: auto;
  max-width: 313px;
  width: 100%;
  opacity: 0;
}
.youyou__image img {
  width: 100%;
  aspect-ratio: 313/222;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .youyou__image {
    margin-top: 5.625rem;
    max-width: 722px;
  }
  .youyou__image img {
    aspect-ratio: 722/510;
  }
}
.youyou__image.is-active {
  animation: fadeIn 1s ease-out forwards;
}

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

.text-wrap {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
/*# sourceMappingURL=style.css.map */
