@charset "UTF-8";
/* リキッドレイアウト対応 */
body {
  font-family: "Noto Sans JP";
}

body {
  color: #000;
}

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

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

html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.4545454545vw;
  }
}
@media (min-width: 1100px) {
  html {
    font-size: 16px;
  }
}

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

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

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

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

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

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

/* 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 {
  max-width: 100%;
  display: block;
  width: 100%;
}

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

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

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

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

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

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

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

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

.about-images {
  background: #F8F8F8;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .about-images {
    padding-bottom: 7.5rem;
  }
}

.loop02 {
  display: flex;
  overflow: hidden;
}

.loop02__box {
  display: flex;
  animation: loop-list 100s linear infinite;
}

.loop02__item {
  aspect-ratio: 180/150;
  width: 11.25rem;
  margin-right: 0.25rem;
  display: block;
}
@media screen and (min-width: 768px) {
  .loop02__item {
    aspect-ratio: 480/400;
    width: 30rem;
    margin-right: 0.625rem;
  }
}

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

@keyframes loop-list {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.loop02:hover .loop02__box {
  animation-play-state: paused;
}

.opencampus__button {
  text-align: center;
  margin-top: 3.375rem;
}

.about-title__ja {
  color: #001E63;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: normal;
  display: block;
}
@media screen and (min-width: 768px) {
  .about-title__ja {
    font-size: 1rem;
  }
}

.about-title__en {
  font-family: "oswald";
  font-size: 1.625rem;
  font-weight: 700;
  line-height: normal;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .about-title__en {
    font-size: 2.5rem;
  }
}

.about-title__en::after {
  background-color: #000;
  content: "";
  height: 2px;
  width: 3.75rem;
  margin-left: 0.625rem;
}
@media screen and (min-width: 768px) {
  .about-title__en::after {
    margin-left: 1.25rem;
  }
}

.about {
  padding-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .about {
    padding-top: 3.75rem;
  }
}

.about__items {
  max-width: 34.375rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .about__items {
    max-width: inherit;
    display: grid;
    grid-template-columns: 50% 44.54545%;
    gap: 0 5.45455%;
    align-items: center;
  }
}

.about__img {
  aspect-ratio: 335/292;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .about__img {
    aspect-ratio: 550/480;
  }
}

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

.about__text {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .about__text {
    margin-top: -2.1875rem;
  }
}

.about__title {
  font-family: "Oswald";
  font-size: 0.875rem;
  font-weight: 700;
  line-height: normal;
}

.about__content {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .about__content {
    margin-top: 2.5rem;
  }
}

.about__content-text {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 32px; /* 228.571% */
}
@media screen and (min-width: 768px) {
  .about__content-text {
    font-size: 1rem;
    line-height: 38px;
  }
}

.about__button {
  margin-top: 2.5625rem;
  margin-right: 5%;
}
@media screen and (min-width: 768px) {
  .about__button {
    margin-right: 3%;
  }
}

.access {
  padding-top: 2.6875rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .access {
    padding-top: 7.5rem;
    padding-bottom: 7.0625rem;
  }
}

.access__wrapper {
  margin: 0 auto;
  max-width: 34.375rem;
}
@media screen and (min-width: 768px) {
  .access__wrapper {
    max-width: inherit;
  }
}

.access__adress {
  margin-top: 1.25rem;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.69;
}
@media screen and (min-width: 768px) {
  .access__adress {
    font-size: 1rem;
    margin-top: 0.25rem;
  }
}

@media screen and (min-width: 768px) {
  .access__adress span:nth-of-type(2) {
    padding-left: 1.0625rem;
  }
}

.access__map {
  margin-top: 1.25rem;
  aspect-ratio: 335/400;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .access__map {
    margin-top: 3.75rem;
    aspect-ratio: 1100/400;
  }
}

.access__map iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.bottom-mv {
  margin-top: 2.125rem;
  padding-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .bottom-mv {
    padding-top: 9.75rem;
  }
}

.bottom-mv__img {
  width: 97.3333%;
  max-width: 37.5rem;
  height: auto;
  aspect-ratio: 365/280;
  margin-left: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .bottom-mv__img {
    width: 88.19444%;
    max-width: inherit;
    aspect-ratio: 1270/514;
  }
}

.bottom-mv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.bottom-mv__text-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  padding: 5vw 18% 10vw 5vw;
}
@media screen and (min-width: 768px) {
  .bottom-mv__text-wrapper {
    padding: 1.2vw 16% 3.5vw 3.5vw;
  }
}

.bottom-mv__text {
  font-family: "oswald";
  font-size: 2.75rem;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .bottom-mv__text {
    font-size: 6.25rem;
  }
}

.bottom-mv__text span {
  font-family: "Noto Sans JP";
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  margin-top: -0.25rem;
  display: block;
}
@media screen and (min-width: 768px) {
  .bottom-mv__text span {
    font-size: 1.25rem;
    margin-top: -0.625rem;
  }
}

/* 初期状態のスタイル */
.bottom-mv__img, .bottom-mv__text-wrapper {
  opacity: 0;
  transition: opacity 0.8s, transform 0.8s;
}

.bottom-mv__img {
  transform: translateY(20px); /* Y軸方向の移動 */
}

.bottom-mv__text-wrapper {
  transform: translateX(-20px); /* X軸方向の移動 */
}

/* アニメーション後のスタイル */
.fade-in {
  opacity: 1;
  transform: translateY(0);
}

.slide-in {
  opacity: 1;
  transform: translateX(0);
}

.breadcrumb__wrapper {
  padding-top: 0.625rem;
  padding-bottom: 0.1875rem;
}

.breadcrumb__inner {
  padding: 0 0.625rem;
  width: 100%;
  margin: 0 auto;
  max-width: 40.625rem;
}
@media screen and (min-width: 768px) {
  .breadcrumb__inner {
    max-width: 86.25rem;
    padding: 0.9375rem 1.875rem;
  }
}

.breadcrumb span {
  color: #A9A9A9;
  font-family: "roboto";
  font-size: 0.625rem;
  font-weight: 400;
  line-height: normal;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .breadcrumb span {
    font-size: 0.9375rem;
  }
}

.breadcrumb span[property=name] {
  display: inline-block;
  max-width: 3.75rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 768px) {
  .breadcrumb span[property=name] {
    max-width: 6.25rem;
  }
}

.breadcrumb {
  display: flex;
  align-items: center;
  justify-content: end;
}

.breadcrumb__between {
  display: inline-block;
  width: 1.25rem;
  height: 0.125rem;
  margin: 0 0.625rem;
  background-color: #A9A9A9;
}

.breadcrumb .current-item {
  color: #242424;
}

.breadcrumb.breadcrumb--detail {
  padding-top: 5rem;
}
@media screen and (min-width: 768px) {
  .breadcrumb.breadcrumb--detail {
    padding-top: 11.25rem;
  }
}

.button {
  display: inline-block;
}

.button span {
  display: block;
  color: #001E63;
  font-family: "Roboto";
  font-size: 0.875rem;
  font-weight: 500;
  line-height: normal;
  position: relative;
  padding: 0.875rem 2.4375rem 0.75rem 1.5rem;
  border-radius: 4px;
  border: 1px solid #001E63;
}

.button span::after {
  position: absolute;
  content: "";
  background: url(../images/button-arrow.svg) no-repeat center right/contain;
  width: 0.3125rem;
  height: 0.625rem;
  right: 17%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: all 0.3s;
}

@media screen and (min-width: 768px) {
  .button:hover span::after {
    right: 20%;
  }
}

.button2 {
  display: flex;
  justify-content: end;
  align-items: center;
}

.button2 span {
  display: block;
  color: #001E63;
  font-family: "Roboto";
  font-size: 0.875rem;
  font-weight: 500;
  line-height: normal;
  position: relative;
}

.button2 span::after {
  position: absolute;
  content: "";
  background: url(../images/button-arrow.svg) no-repeat center right/contain;
  width: 0.3125rem;
  height: 0.625rem;
  right: -22%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: all 0.3s;
}

@media screen and (min-width: 768px) {
  .button2:hover span::after {
    right: -25%;
  }
}

.confirm {
  padding-top: 1.75rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .confirm {
    padding-top: 2.75rem;
    padding-bottom: 7.5rem;
  }
}

.confirm__head {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .confirm__head {
    font-size: 1rem;
  }
}

.confirm__inner {
  margin: auto;
  padding: 0 1.25rem;
  max-width: 37.5rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .confirm__inner {
    padding: 0 1.5625rem;
    max-width: 45.625rem;
  }
}

.confirm__wrapper {
  margin-top: 2.5625rem;
}
@media screen and (min-width: 768px) {
  .confirm__wrapper {
    margin-top: 6.3125rem;
  }
}

.confirm__wrap + .confirm__wrap {
  margin-top: 1.9375rem;
}
@media screen and (min-width: 768px) {
  .confirm__wrap + .confirm__wrap {
    margin-top: 2.5625rem;
  }
}

@media screen and (min-width: 768px) {
  .confirm__wrap {
    display: grid;
    gap: 0 5.84931%;
    grid-template-columns: 22.30139% 71.84931%;
  }
}

.confirm__label {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: normal;
}

.confirm__label span {
  color: red;
}

.confirm__detail {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: normal;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .confirm__detail {
    margin-top: 0;
  }
}

.confirm__detail--textarea {
  line-height: 32px;
}

.confirm__submit {
  margin: 2.5rem auto 0;
  max-width: 20.9375rem;
  text-align: center;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 1.4375rem;
}
@media screen and (min-width: 768px) {
  .confirm__submit {
    max-width: 40rem;
    gap: 0 5rem;
  }
}

.confirm__submit .button {
  padding: 0.875rem 0;
  width: 9.4375rem;
  color: #011950;
  background-color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: normal;
  border: 1px solid #011950;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.3s;
  display: block;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .confirm__submit .button {
    font-size: 1.125rem;
    padding: 1.5rem 0;
    width: 17.5rem;
  }
}

.confirm__submit input {
  padding: 0.9375rem 0;
  width: 9.4375rem;
  color: #fff;
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  background-color: #011950;
  background-image: none;
  border: none;
  border-radius: 4px;
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .confirm__submit input {
    font-size: 1.125rem;
    padding: 1.5625rem 0;
    width: 17.5rem;
  }
}

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

@media screen and (min-width: 768px) {
  .confirm__submit input:hover,
  .confirm__submit .button:hover {
    opacity: 0.8;
  }
}

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

.contact-bottom {
  padding-top: 1.75rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .contact-bottom {
    padding-top: 2.75rem;
    padding-bottom: 7.5rem;
  }
}

.contact-bottom__head {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 32px; /* 228.571% */
}
@media screen and (min-width: 768px) {
  .contact-bottom__head {
    font-size: 1rem;
    line-height: 38px;
  }
}

.contact__inner {
  margin: auto;
  padding: 0 1.25rem;
  max-width: 37.5rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .contact__inner {
    padding: 0 1.5625rem;
    max-width: 43.125rem;
  }
}

.form {
  margin-top: 2.5625rem;
}
@media screen and (min-width: 768px) {
  .form {
    margin-top: 6.3125rem;
  }
}

.form__wrap + .form__wrap {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .form__wrap + .form__wrap {
    margin-top: 2.625rem;
  }
}

.form__label {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: normal;
}

.form__label span:first-of-type {
  color: red;
}

.form__label span:nth-of-type(2) {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: normal;
  display: block;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .form__label span:nth-of-type(2) {
    display: inline-block;
    font-size: 0.9375rem;
    margin-top: 0;
    padding-left: 0.9375rem;
  }
}

.form__input,
.form__select,
.form__radio,
.form__textarea {
  margin-top: 0.625rem;
}

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

.form-input input {
  padding: 0.8125rem 0.9375rem;
  width: 100%;
  font-size: 0.9375rem;
  line-height: 1;
  border-radius: 3px;
  border: 1px solid #E2E2E2;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  background-image: none;
}

.form-input input:focus {
  border: 1px solid #ccc;
  box-shadow: none;
  outline: none;
}

.form-select select {
  padding: 1.0625rem 0.875rem;
  width: 100%;
  font-size: 0.875rem;
  line-height: 1;
  border-radius: 0;
  border: 1px solid #E2E2E2;
  background-image: url(../images/contact-arrow.svg);
  background-repeat: no-repeat;
  background-size: 0.75rem 0.375rem;
  background-position: right 0.9375rem top 1.3125rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}

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

.form-select select:focus {
  border: 1px solid #ccc;
  box-shadow: none;
  outline: none;
}

.form-textarea textarea {
  padding: 0.5rem 0.9375rem;
  width: 100%;
  height: 10rem;
  font-size: 0.9375rem;
  border-radius: 3px;
  border: 1px solid #E2E2E2;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  background-image: none;
}

.form-textarea textarea:focus {
  border: 1px solid #ccc;
  box-shadow: none;
  outline: none;
}

.form-checkbox label {
  display: flex;
  align-items: center;
}

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

.form-checkbox input {
  display: none;
}

.form-checkbox input {
  cursor: pointer;
  display: inline-block;
  padding: 0 0 0 1.375rem;
  position: relative;
}

.form-checkbox input::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #fff;
  border: 1px solid #E2E2E2;
  display: block;
  width: 1.0625rem;
  height: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .form-checkbox input::before {
    left: -15%;
  }
}

.form-checkbox input::after {
  content: "";
  margin-top: -0.125rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(-45deg);
  display: block;
  width: 0.9375rem;
  height: 0.5rem;
  border-bottom: 0.1875rem solid #000;
  border-left: 0.1875rem solid #000;
  transition: 0.3s;
  opacity: 0;
}

.form-checkbox input:checked::after {
  opacity: 1;
}

.form__wrap.form__checkbox-wrap {
  display: flex;
  align-items: center;
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .form__wrap.form__checkbox-wrap {
    margin-top: 2.1875rem;
  }
}

.form__checkbox-wrap span {
  color: red;
}

.form__checkbox-wrap .form__label {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: normal;
}

.form-submit input {
  padding: 0.9375rem 5.9375rem;
  color: #fff;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  background-color: #011950;
  background-image: none;
  border: none;
  border-radius: 4px;
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .form-submit input {
    font-size: 1.125rem;
    padding: 1.5625rem 11.125rem;
  }
}

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

@media screen and (min-width: 768px) {
  .form-submit input:hover {
    opacity: 0.8;
  }
}

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

.contact {
  background: #011950;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contact {
    max-height: 27.875rem;
  }
}

@media screen and (min-width: 768px) {
  .contact__items {
    display: grid;
    grid-template-columns: 56.94444% 43.05555%;
  }
}

.contact__content {
  padding: 5rem 0;
  max-width: 14.1875rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .contact__content {
    max-width: 17.1875rem;
    order: 2;
  }
}

.contact__text {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2; /* 200% */
}
@media screen and (min-width: 768px) {
  .contact__text {
    font-size: 1.125rem;
    line-height: 1.7;
  }
}

.contact__buttons {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .contact__buttons {
    margin-top: 1.5625rem;
  }
}

.contact__button {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 1.0625rem 0;
}
@media screen and (min-width: 768px) {
  .contact__button {
    width: 87%;
    transition: all 0.3s;
  }
}

@media screen and (min-width: 768px) {
  .contact__button:hover {
    background-color: #fff;
    color: #011950;
  }
}

.contact__button + .contact__button {
  margin-top: 1.25rem;
}

.contact__button span {
  font-size: 1rem;
  font-weight: 400;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .contact__button span {
    font-size: 1.375rem;
  }
}

.contact__button svg {
  width: 1rem;
  height: auto;
  margin-right: 4%;
}
@media screen and (min-width: 768px) {
  .contact__button svg {
    width: 1.375rem;
    margin-right: 7%;
  }
}

@media screen and (min-width: 768px) {
  .contact__button:hover svg path {
    fill: #011950;
  }
}

.contact__bottom-text {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: normal;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .contact__bottom-text {
    font-size: 0.875rem;
    margin-top: 1.375rem;
    text-align: left;
  }
}

.contact__img {
  aspect-ratio: 375/240;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .contact__img {
    aspect-ratio: 0;
    height: 100%;
    order: 1;
    max-height: 27.875rem;
  }
}

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

.footer {
  background: #001135;
  color: white;
}

.footer__inner {
  padding: 3.5rem 3.125rem 1.875rem;
}
@media screen and (min-width: 768px) {
  .footer__inner {
    padding: 3.625rem 9.8% 4rem 11.8%;
  }
}

@media screen and (min-width: 768px) {
  .footer__items {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .footer__nav {
    order: 2;
  }
}

.footer__nav-link {
  font-family: "roboto";
  font-size: 0.875rem;
  font-weight: 400;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .footer__nav-link {
    font-size: 1rem;
  }
}

.footer__nav li:not(:first-of-type) {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .footer__nav li:not(:first-of-type) {
    margin-top: 0.9375rem;
  }
}

.footer__bottom {
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .footer__bottom {
    order: 1;
    margin-top: 2.5625rem;
    flex: 1;
  }
}

@media screen and (min-width: 768px) {
  .footer__bottom-items {
    display: flex;
    align-items: center;
  }
}

.footer__logo {
  width: 7.125rem;
  height: auto;
}
@media screen and (min-width: 768px) {
  .footer__logo {
    width: 16.125rem;
    margin-right: 4.7%;
  }
}

.footer__snss {
  display: flex;
  align-items: center;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .footer__snss {
    margin-top: 0;
    flex: 1;
  }
}

.footer__sns {
  width: 1.375rem;
  height: auto;
  margin-right: 7%;
}
@media screen and (min-width: 768px) {
  .footer__sns {
    width: 1.75rem;
    margin-right: 2%;
  }
}

.footer__copyright {
  color: #FFF;
  font-family: "roboto";
  font-size: 0.75rem;
  font-weight: 400;
  line-height: normal;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .footer__copyright {
    margin-top: 1.25rem;
  }
}

.header__drawer {
  z-index: 9999;
}
@media screen and (min-width: 768px) {
  .header__drawer {
    display: none;
  }
}

.header__drawer span {
  position: relative;
  display: block;
  height: 0.0625rem;
  width: 1.5625rem;
  background-color: #242424;
  transition: ease 0.3s;
}

.header__drawer span:nth-child(1) {
  top: 0;
}

.header__drawer span:nth-child(2) {
  margin: 0.375rem 0;
}

.header__drawer span:nth-child(3) {
  top: 0;
  width: 1.125rem;
}

.header__drawer.is-open span:nth-child(1) {
  top: 0.3125rem;
  transform: rotate(-45deg);
  transition: 0.5s;
  background-color: #fff;
}

.header__drawer.is-open span:nth-child(2) {
  transform: translateY(-50%);
  opacity: 0;
  transition: 0.5s;
}

.header__drawer.is-open span:nth-child(3) {
  top: -0.5625rem;
  width: 1.5625rem;
  transform: rotate(45deg);
  transition: 0.5s;
  background-color: #fff;
}

.pc-nav {
  display: none;
  height: inherit;
}
@media screen and (min-width: 768px) {
  .pc-nav {
    display: block;
  }
}

.pc-nav__items {
  height: inherit;
  display: flex;
  align-items: center;
}

.pc-nav__item {
  height: inherit;
}

.pc-nav__link {
  height: inherit;
  color: #000;
  font-family: "roboto";
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  margin-right: 3.1875rem;
  transition: opacity 0.3s;
}

.pc-nav__link:hover {
  opacity: 0.8;
}

.pc-nav__item:last-of-type .pc-nav__link {
  margin-right: 0;
}

.pc-nav__link.header-button {
  background-color: #011950;
  color: #fff;
  padding: 0.875rem 2.9375rem;
  height: inherit;
  transform-origin: left top;
  transition: opacity 0.3s;
}

.pc-nav__link.header-button img {
  margin-right: 9%;
  width: 1.375rem;
}

.pc-nav__link.header-button:hover {
  opacity: 0.8;
}

.sp-nav {
  position: fixed;
  background-color: #011950;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  z-index: 8888;
  color: #fff;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s linear;
}
@media screen and (min-width: 768px) {
  .sp-nav {
    display: none;
  }
}

.sp-nav__inner {
  max-width: 17.1875rem;
  margin: 0 auto;
  position: relative;
}

.sp-nav.is-open {
  pointer-events: auto;
  opacity: 1;
}

.sp-nav__logo {
  width: 7.125rem;
  position: absolute;
  top: 0;
  left: 0;
}

.sp-nav__items {
  padding-top: 10.625rem;
  padding-bottom: 0.625rem;
  overflow: scroll;
}

.sp-nav__link {
  display: block;
  font-weight: 400;
  width: 100%;
  font-family: "roboto";
  color: #fff;
  padding-bottom: 1.21875rem;
  font-size: 0.875rem;
}

.sp-nav__snss {
  display: flex;
  align-items: center;
  margin-top: 1.875rem;
}

.sp-nav__sns img {
  width: 1.375rem;
  height: auto;
  margin-right: 1.25rem;
}

.header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9999;
  height: 5rem;
  background-color: transparent;
}
@media screen and (min-width: 768px) {
  .header {
    background-color: #fff;
  }
}

.header.header-bottom {
  background-color: #fff;
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: end;
  height: inherit;
  padding-right: 1.5rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .header__inner {
    width: 100%;
    padding-right: 0;
  }
}

.header__logo {
  width: 7.125rem;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .header__logo {
    width: 16.125rem;
  }
}

.inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1150px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

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

.service-bottom-intro.intro {
  padding-bottom: 3.125rem;
}

.intro__wrapper {
  width: 100%;
  max-width: 34.375rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .intro__wrapper {
    max-width: 52.5rem;
  }
}

.intro__head {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 37px; /* 205.556% */
}
@media screen and (min-width: 768px) {
  .intro__head {
    font-size: 2.5rem;
    line-height: 60px;
  }
}

.intro__detail {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 228.571% */
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .intro__detail {
    font-size: 1rem;
    line-height: 38px;
    margin-top: 2.5rem;
  }
}

.menu-link {
  margin: 0 auto;
  padding-top: 1.75rem;
}
@media screen and (min-width: 768px) {
  .menu-link {
    padding-top: 2.6875rem;
  }
}

.about-menu .menu-link__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 82vw;
  max-width: 38.25rem;
  margin: 0 auto;
}

.service-menu .menu-link__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 95vw;
  max-width: 40.9375rem;
  margin: 0 auto;
}

.about-menu .menu-link__items li {
  display: flex;
  justify-content: center;
  padding-right: 15%;
}
@media screen and (min-width: 768px) {
  .about-menu .menu-link__items li {
    padding-right: 9%;
  }
}

.service-menu .menu-link__items li {
  display: flex;
  justify-content: center;
  padding-right: 8%;
}
@media screen and (min-width: 768px) {
  .service-menu .menu-link__items li {
    padding-right: 9%;
  }
}

.menu-link__item {
  color: #011950;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: normal;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .menu-link__item {
    font-size: 1rem;
  }
}

.about-menu .menu-link__item::after {
  position: absolute;
  content: "";
  background: url(../images/link-arrow.svg) no-repeat center right/contain;
  width: 0.5625rem;
  height: 0.3125rem;
  right: -33%;
  top: 55%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.service-menu .menu-link__item::after {
  position: absolute;
  content: "";
  background: url(../images/link-arrow.svg) no-repeat center right/contain;
  width: 0.5625rem;
  height: 0.3125rem;
  right: -23%;
  top: 55%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.message {
  color: #011950;
  font-size: 5.25rem;
  font-weight: 700;
  line-height: normal;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .message {
    font-size: 9.375rem;
    margin-top: 3.75rem;
  }
}

.message__text {
  animation: loop-list 50s linear infinite;
}

@keyframes loop-list {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.mv {
  overflow: hidden;
}

.mv__inner {
  padding: 0 0.625rem;
}
@media screen and (min-width: 768px) {
  .mv__inner {
    padding: 0 5rem;
  }
}

@media screen and (min-width: 768px) {
  .mv__top {
    display: grid;
    grid-template-columns: 80.78125% 11.40625%;
    gap: 0 7.8125%;
  }
}

.mv__swiper {
  width: 100%;
  height: inherit;
}

.swiper-wrapper {
  height: 116vw;
}
@media screen and (min-width: 768px) {
  .swiper-wrapper {
    height: 52vw;
  }
}

.mv__swiper .swiper-img {
  aspect-ratio: 355/480;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .mv__swiper .swiper-img {
    aspect-ratio: 1034/780;
  }
}

.mv__swiper .swiper-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mv__text {
  font-size: 2.125rem;
  font-weight: 700;
  line-height: normal;
  margin-top: 1.25rem;
  margin-left: 3%;
}
@media screen and (min-width: 768px) {
  .mv__text {
    font-size: clamp(2.5rem, 1.0714rem + 2.9762vw, 3.75rem);
    line-height: 142%;
    writing-mode: vertical-rl;
    padding-top: 114%;
    margin-right: -9%;
    margin-top: 0;
    margin-left: 0;
    letter-spacing: 4px;
  }
}

.news.news-archive {
  padding-top: 1.25rem;
  padding-bottom: 5rem;
  background: #FFF;
}
@media screen and (min-width: 768px) {
  .news.news-archive {
    padding-top: 2.625rem;
    padding-bottom: 7.8125rem;
  }
}

.news-archive .news__kinds {
  margin: 0 auto 1.875rem;
}
@media screen and (min-width: 768px) {
  .news-archive .news__kinds {
    padding-left: 1.0625rem;
    margin-top: -0.4375rem;
    position: sticky;
    top: 18.75rem;
  }
}

.news-archive .news__kinds li {
  margin-right: 18%;
}

.news-archive .news__item {
  padding: 1.125rem 0;
}
@media screen and (min-width: 768px) {
  .news-archive .news__item {
    padding: 1.75rem 0 1.6875rem;
  }
}

.news-archive .news__category span {
  background: #F3F3F3;
}

.news-detail {
  padding-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .news-detail {
    max-width: 77.625rem;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 64.65378% 27.53623%;
    gap: 0 7.80998%;
    padding-top: 2.5625rem;
  }
}

.news-detail__main-inner {
  padding: 0 1.875rem 3.5625rem;
  max-width: 43.75rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .news-detail__main-inner {
    padding: 0 2.64125rem 7.5rem;
    max-width: inherit;
  }
}

@media screen and (min-width: 768px) {
  .news-detail__content {
    padding-bottom: 2.5rem;
    border-bottom: 1px solid #E2E2E2;
  }
}

.news-detail__category span {
  display: inline-block;
  color: #626262;
  font-size: 0.625rem;
  font-weight: 500;
  line-height: normal;
  padding: 0.3125rem 0.9375rem;
  background: #F8F8F8;
}
@media screen and (min-width: 768px) {
  .news-detail__category span {
    font-size: 0.6875rem;
    padding: 0.25rem 1.125rem;
  }
}

.news-detail__category span:not(:last-child) {
  margin-right: 0.3125rem;
}

.news-detail__title {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 30px; /* 166.667% */
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .news-detail__title {
    font-size: 1.625rem;
    line-height: 50px;
    margin-top: 1.25rem;
  }
}

.news-detail__date {
  color: #A9A9A9;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: normal;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .news-detail__date {
    font-size: 0.6875rem;
    margin-top: 1.25rem;
  }
}

.news-detail__img {
  aspect-ratio: 315/176;
  width: 100%;
  height: auto;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .news-detail__img {
    aspect-ratio: 719/380;
  }
}

.news-detail__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.news-main__content figure,
.news-main__content img {
  max-width: 44.875rem;
}

.news-detail .news-main__content h2 {
  font-size: 1rem;
  font-weight: 500;
  line-height: normal;
  background-color: rgba(248, 249, 249, 0.8);
  border-left: 3px solid #001E63;
  padding: 0.5em;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .news-detail .news-main__content h2 {
    font-size: 1.375rem;
    padding: 0.4em;
  }
}

.news-detail .news-main__content h3 {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: normal;
  text-indent: 0.7em;
  border-bottom: 3px solid #E4E4E4;
  padding-bottom: 8px;
  position: relative;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .news-detail .news-main__content h3 {
    margin-top: 4.375rem;
  }
}

.news-detail .news-main__content h3::after {
  position: absolute;
  content: "";
  display: block;
  border-bottom: 3px solid #001E63;
  bottom: -3px;
  width: 40%;
}

.news-detail .news-main__content p {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 32px; /* 228.571% */
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .news-detail .news-main__content p {
    font-size: 1rem;
  }
}

.news-detail .news-main__content p:nth-of-type(2) {
  margin-top: 1.875rem;
}

.news-detail .news-main__content ul {
  margin-top: 1.375rem;
}
@media screen and (min-width: 768px) {
  .news-detail .news-main__content ul {
    margin-top: 4.375rem;
  }
}

.news-detail .news-main__content li {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: normal;
  padding-left: 1em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .news-detail .news-main__content li {
    font-size: 1rem;
  }
}

.news-detail .news-main__content li::before {
  position: absolute;
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background: #001E63;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.news-detail__button {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .news-detail__button {
    margin-top: 2.5rem;
    display: flex;
    justify-content: space-between;
  }
}

.news-detail__button .button.button--prev span {
  padding: 0.75rem 1.5rem 0.5625rem 2.4375rem;
}

.news-detail__button .button.button--next span {
  padding: 0.75rem 2.4375rem 0.5625rem 1.5rem;
}

.news-detail__button .button.button--prev span::after {
  display: none;
}

.news-detail__button .button.button--prev span::before {
  position: absolute;
  content: "";
  background: url(../images/button-arrow2.svg) no-repeat center left/contain;
  width: 0.3125rem;
  height: 0.625rem;
  left: 17%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: all 0.3s;
}

@media screen and (min-width: 768px) {
  .news-detail__button .button.button--prev:hover span::before {
    left: 20%;
  }
}

@media screen and (min-width: 768px) {
  .sidebar {
    margin-right: 12%;
  }
}

.sidebar-inner {
  padding: 0 0.9375rem 2.625rem;
  max-width: 37.5rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .sidebar-inner {
    max-width: inherit;
    padding: 0;
  }
}

.sidebar__item {
  padding-bottom: 2.5rem;
}

.sidebar__head {
  color: #FFF;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: normal;
  background: #001135;
  padding: 0.9375rem 1.125rem;
}

.sidebar__item-inner {
  padding: 0 1.125rem;
}

.sidebar__latest {
  display: grid;
  grid-template-columns: 32.36245% 61.81229%;
  gap: 0 5.82524%;
  padding: 1.125rem 0 1.0625rem;
}
@media screen and (min-width: 768px) {
  .sidebar__latest {
    grid-template-columns: 37.87878% 55.30303%;
    gap: 0 6.81818%;
  }
}

.sidebar__latest:not(:last-of-type) {
  border-bottom: 1px solid #E4E4E4;
}

.sidebar__latest-img {
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
}

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

.sidebar__latest-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.sidebar__latest-title {
  color: #040404;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 28px; /* 233.333% */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* 制限したい行数が3の場合 */
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .sidebar__latest-title {
    line-height: 24px;
  }
}

.sidebar__latest-date {
  color: #A9A9A9;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: normal;
}

.sidebar__archive {
  padding: 0 1.125rem;
}

.sidebar__archive li a {
  display: block;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: normal;
  padding: 1.125rem 0 1.0625rem;
}

.sidebar__archive li:not(:last-of-type) a {
  border-bottom: 1px solid #E4E4E4;
}

.sidebar__category {
  display: block;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: normal;
  padding: 1.125rem 0 1.0625rem;
}

.sidebar__item-inner li:not(:last-of-type) .sidebar__category {
  border-bottom: 1px solid #E4E4E4;
}

.news {
  padding-top: 5rem;
  padding-bottom: 4.5rem;
  background: #F8F8F8;
}
@media screen and (min-width: 768px) {
  .news {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
}

@media screen and (min-width: 768px) {
  .news__wrapper {
    display: grid;
    grid-template-columns: 24% 70.54546%;
    gap: 0 5.45454%;
  }
}

@media screen and (min-width: 768px) {
  .news__head {
    border-right: 1px solid #E2E2E2;
  }
}

.news__kinds {
  margin: 2.0625rem auto 1.875rem;
  padding-left: 2.125rem;
  display: flex;
  flex-wrap: wrap;
  max-width: 34.375rem;
}
@media screen and (min-width: 768px) {
  .news__kinds {
    max-width: inherit;
    display: block;
    margin-top: 2.3125rem;
    padding-left: 1.3125rem;
  }
}

.news__kind {
  color: #A9A9A9;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 2.7;
  white-space: nowrap;
  display: block;
  position: relative;
  transition: all 0.3s;
  margin-right: 13%;
}
@media screen and (min-width: 768px) {
  .news__kind {
    font-size: 0.875rem;
    line-height: 2.85;
    margin-right: 0;
  }
}

.news__kind.is-active {
  color: #000;
}

.news__kind::before {
  position: absolute;
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  background-color: #001E63;
  top: 50%;
  left: -0.875rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  opacity: 0;
  transition: all 0.3s;
}

.news__kind:hover {
  color: #000;
}

.news__kind:hover::before {
  opacity: 1;
}

.news__kind.is-active::before {
  opacity: 1;
}

.news__items-wrapper {
  max-width: 34.375rem;
  margin: 0 auto;
  padding: 0 1.25rem;
}
@media screen and (min-width: 768px) {
  .news__items-wrapper {
    max-width: inherit;
    width: 100%;
    margin-top: -1.75rem;
    padding: 0;
  }
}

.news__item {
  display: block;
  padding: 1.09375rem 0;
  border-bottom: 1px solid #E2E2E2;
}
@media screen and (min-width: 768px) {
  .news__item {
    padding: 1.75rem 0 1.6875rem;
  }
}

.news__item:first-of-type {
  border-top: 1px solid #E2E2E2;
}
@media screen and (min-width: 768px) {
  .news__item:first-of-type {
    border-top: none;
  }
}

.news__item-head {
  display: flex;
  align-items: center;
}

.news__date {
  color: #A9A9A9;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: normal;
  margin-right: 4%;
}
@media screen and (min-width: 768px) {
  .news__date {
    font-size: 0.75rem;
  }
}

.news__category span {
  display: inline-block;
  color: #626262;
  font-size: 0.625rem;
  font-weight: 500;
  line-height: normal;
  padding: 0.3125rem 0.9375rem;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .news__category span {
    font-size: 0.6875rem;
    padding: 0.25rem 1.125rem;
  }
}

.news__category span:not(:last-child) {
  margin-right: 0.3125rem;
}

.news__item-title {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 28px; /* 200% */
  margin-top: 1.25rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 制限したい行数が3の場合 */
  overflow: hidden;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .news__item-title {
    font-size: 1rem;
    margin-top: 1.4375rem;
    position: relative;
  }
}

.news__item-title::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background: #000;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}

@media screen and (min-width: 768px) {
  .news__item:hover .news__item-title::after {
    transform: scale(1, 1);
  }
}

.news__button {
  margin-top: 2.9375rem;
  margin-right: 6%;
}
@media screen and (min-width: 768px) {
  .news__button {
    margin-top: 2.5rem;
    margin-right: 2%;
  }
}

.p404 {
  padding-top: 7.5rem;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p404 {
    padding-top: 20.5rem;
    padding-bottom: 7.5rem;
  }
}

.p404__img {
  width: 97.3333%;
  height: auto;
  aspect-ratio: 365/243;
  margin-left: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p404__img {
    width: 88.19444%;
    aspect-ratio: 1270/600;
  }
}

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

.p404__text-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p404__text-wrapper {
    left: 63.7%;
    top: 50.3%;
  }
}

.p404__text-head {
  font-family: "oswald";
  font-size: 2.1875rem;
  font-weight: 700;
  line-height: normal;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p404__text-head {
    font-size: 4.375rem;
  }
}

.p404__text-content {
  font-size: 1rem;
  font-weight: 500;
  line-height: 38px; /* 237.5% */
}
@media screen and (min-width: 768px) {
  .p404__text-content {
    white-space: nowrap;
    margin-top: 1.1875rem;
  }
}

.p404__text-bottom {
  padding: 0 1.125rem;
  margin: 0 auto;
  max-width: 34.375rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 32px; /* 228.571% */
  margin-top: 2.5rem;
}

.p404__button {
  margin: 2.5rem auto 0;
  width: 9.0625rem;
}
@media screen and (min-width: 768px) {
  .p404__button {
    margin-right: auto;
    margin-left: 0;
    margin-top: 1.25rem;
  }
}

.p404__button .button span {
  padding: 0.75rem 1.875rem 0.5625rem 2.75rem;
}
@media screen and (min-width: 768px) {
  .p404__button .button span {
    width: 9.0625rem;
    padding: 0.75rem 0 0.5625rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: 1px solid #fff;
  }
}

@media screen and (min-width: 768px) {
  .p404__button .button.button--prev span::before {
    left: 20%;
    background: url(../images/button-arrow3.svg) no-repeat center left/contain;
  }
}

.pagenavi {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .pagenavi {
    margin-top: 3.5rem;
  }
}

.pagenavi__inner {
  margin: auto;
  max-width: 37.5rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .pagenavi__inner {
    max-width: 75rem;
  }
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: 12px;
}

.page-numbers {
  color: #242424;
  font-family: "oswald";
  font-size: 0.875rem;
  font-weight: 500;
  line-height: normal;
  border: 1px solid #E9EEEF;
  background-color: #E9EEEF;
  transition: 0.3s;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-numbers.current {
  color: #fff;
  background-color: #001E63;
}

.pagination__arrow {
  width: 0.6875rem;
  height: 1.125rem;
  display: inline-block;
}

.page-numbers:hover {
  color: #fff;
  background-color: #001E63;
  border-color: #001E63;
  opacity: 1;
}

.page-numbers.dots,
.page-numbers.prev,
.page-numbers.next {
  border: none;
}

@media screen and (min-width: 768px) {
  .philosophy__items {
    display: grid;
    grid-template-columns: 67.27272% 32.72727%;
    max-width: 71.875rem;
    margin: 0 auto;
    padding: 0 1.5625rem;
  }
}

.philosophy__top {
  background: #F8F8F8;
  padding: 3.75rem 1.25rem 15.375rem;
}
@media screen and (min-width: 768px) {
  .philosophy__top {
    padding: 4.375rem 2vw 4.375rem;
  }
}

.philosophy__top-inner {
  margin: 0 auto;
  max-width: 34.375rem;
}
@media screen and (min-width: 768px) {
  .philosophy__top-inner {
    max-width: inherit;
  }
}

.title-ja {
  color: #001E63;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: normal;
  display: block;
}
@media screen and (min-width: 768px) {
  .title-ja {
    font-size: 1rem;
  }
}

.title-en {
  font-family: "oswald";
  font-size: 1.625rem;
  font-weight: 700;
  line-height: normal;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .title-en {
    font-size: 2.5rem;
  }
}

.title-en::after {
  background-color: #000;
  content: "";
  height: 2px;
  width: 3.75rem;
  margin-left: 0.625rem;
}
@media screen and (min-width: 768px) {
  .title-en::after {
    margin-left: 1.25rem;
  }
}

.philosophy__content {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .philosophy__content {
    margin-top: 3.75rem;
  }
}

.philosophy__text {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 32px; /* 228.571% */
}
@media screen and (min-width: 768px) {
  .philosophy__text {
    font-size: 1rem;
    line-height: 38px;
  }
}

.philosophy__text-bottom {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: normal;
  margin-top: 1.875rem;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .philosophy__text-bottom {
    font-size: 1rem;
    margin-top: 2.3125rem;
    margin-right: 0.6875rem;
  }
}

.philosophy__img {
  aspect-ratio: 335/300;
  width: 100%;
  max-width: 34.375rem;
  height: auto;
  margin: -13.4375rem auto 0;
  padding: 0 1.25rem;
}
@media screen and (min-width: 768px) {
  .philosophy__img {
    aspect-ratio: 360/535;
    max-width: 22.5rem;
    margin: 0;
    padding: 0;
  }
}

.philosophy__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.profile {
  padding-top: 3.25rem;
  padding-bottom: 5rem;
  background: #F8F8F8;
}
@media screen and (min-width: 768px) {
  .profile {
    padding-top: 4.375rem;
    padding-bottom: 7.5rem;
  }
}

.profile__wrapper {
  max-width: 34.375rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .profile__wrapper {
    max-width: inherit;
  }
}

.profile__lists {
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .profile__lists {
    margin-top: 0.875rem;
  }
}

.profile__list {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #E2E2E2;
}
@media screen and (min-width: 768px) {
  .profile__list {
    display: flex;
    padding-top: 2.5rem;
    padding-bottom: 2.4375rem;
  }
}

.profile__term {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .profile__term {
    font-size: 1rem;
    width: 15.5%;
  }
}

.profile__description {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: normal;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .profile__description {
    margin-top: 0;
    font-size: 1rem;
    width: 85.5%;
  }
}

.profile__list:nth-of-type(2) span:nth-of-type(2) {
  margin-left: 1.8125rem;
}
@media screen and (min-width: 768px) {
  .profile__list:nth-of-type(2) span:nth-of-type(2) {
    margin-left: 1.25rem;
  }
}

.profile__list:nth-of-type(5) span:not(:first-of-type) {
  display: inline-block;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .profile__list:nth-of-type(5) span:not(:first-of-type) {
    margin-top: 1.1875rem;
  }
}

.section-title {
  font-family: "Oswald";
  font-size: 2.375rem;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .section-title {
    font-size: 4.375rem;
  }
}

@media screen and (min-width: 768px) {
  .service-bottom {
    padding-top: 4.375rem;
  }
}

@media screen and (min-width: 768px) {
  .service-bottom_wrapper {
    max-width: 78.125rem;
    padding: 0 1.5625rem;
    margin: 0 auto;
  }
}

.service-item__top {
  background: #F8F8F8;
  padding: 4.1875rem 1.25rem 0;
}
@media screen and (min-width: 768px) {
  .service-item__top {
    padding: 0;
    display: grid;
    grid-template-columns: 46.66666% 53.33333%;
    align-items: center;
  }
}

.service-item__text {
  max-width: 34.375rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .service-item__text {
    padding: 0 5.625rem 0 2.8125rem;
    margin-top: 0.625rem;
  }
}

.service-item__head {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 32px; /* 228.571% */
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .service-item__head {
    font-size: 1.375rem;
    line-height: 46px;
  }
}

.service-item__img {
  aspect-ratio: 335/220;
  width: 100%;
  height: auto;
  max-width: 34.375rem;
  margin: 1.25rem auto 0;
}
@media screen and (min-width: 768px) {
  .service-item__img {
    aspect-ratio: 640/500;
    max-width: 40rem;
    margin-top: 0;
  }
}

.service-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.service-item__bottom {
  padding: 0 1.25rem 3.1875rem;
  max-width: 34.375rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .service-item__bottom {
    padding: 0 3.125rem 7.5rem;
    max-width: inherit;
  }
}

.service-item:nth-of-type(3) .service-item__bottom {
  padding: 0 1.25rem 5rem;
}
@media screen and (min-width: 768px) {
  .service-item:nth-of-type(3) .service-item__bottom {
    padding: 0 3.125rem 7.5rem;
  }
}

.service-item__bottom-head {
  display: flex;
  align-items: center;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .service-item__bottom-head {
    margin-top: 1.875rem;
  }
}

.service-item__bottom-head span:nth-of-type(1) {
  font-family: "oswald";
  font-size: 1.125rem;
  font-weight: 500;
  line-height: normal;
  display: block;
  margin-right: 0.625rem;
  letter-spacing: -0.5px;
}
@media screen and (min-width: 768px) {
  .service-item__bottom-head span:nth-of-type(1) {
    font-size: 1.375rem;
    margin-right: 1.0625rem;
  }
}

.service-item__bottom-head span:nth-of-type(2) {
  color: #626262;
  font-size: 0.625rem;
  font-weight: 500;
  line-height: normal;
  display: block;
}
@media screen and (min-width: 768px) {
  .service-item__bottom-head span:nth-of-type(2) {
    font-size: 0.75rem;
  }
}

.service-item__bottom-detail {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 32px; /* 228.571% */
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .service-item__bottom-detail {
    font-size: 1rem;
    line-height: 38px;
  }
}

.service-title__num {
  color: #001E63;
  font-family: "oswald";
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  display: block;
  border-right: 1px solid #001E63;
  display: inline-block;
  padding-right: 0.625rem;
}
@media screen and (min-width: 768px) {
  .service-title__num {
    font-size: 2.5rem;
    padding-right: 1rem;
  }
}

.service-title__ja {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: normal;
  display: block;
  margin-top: 1.375rem;
}
@media screen and (min-width: 768px) {
  .service-title__ja {
    font-size: 1.75rem;
  }
}

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

.service__title {
  text-align: right;
}

.service__items {
  max-width: 34.375rem;
  margin: 1.25rem auto 0;
}
@media screen and (min-width: 768px) {
  .service__items {
    max-width: inherit;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0 1.125rem;
    margin-top: 2.5rem;
  }
}

.service__item + .service__item {
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .service__item + .service__item {
    margin-top: 0;
  }
}

.service__img {
  aspect-ratio: 335/170;
  width: 100%;
  height: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .service__img {
    aspect-ratio: 355/170;
  }
}

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

.service__img-text {
  position: absolute;
  top: 50%;
  left: 9%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.service__img-text span {
  color: #FFF;
  font-family: "Oswald";
  font-size: 1rem;
  font-weight: 700;
  line-height: normal;
}

.service__img-text h3 {
  color: #FFF;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: normal;
  margin-top: 0.625rem;
}

.service__text {
  margin-top: 1.25rem;
}

.service__text-detail {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 32px; /* 228.571% */
}
@media screen and (min-width: 768px) {
  .service__text-detail {
    font-size: 1rem;
    line-height: 38px;
    width: 91%;
  }
}

.service__button {
  text-align: right;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .service__button {
    width: 95%;
  }
}

.thanks {
  padding-top: 4.25rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .thanks {
    padding-top: 2.6875rem;
    padding-bottom: 7.5rem;
  }
}

.thanks .inner {
  max-width: 37.5rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .thanks .inner {
    max-width: 43.125rem;
  }
}

.thanks__head {
  font-family: "oswald";
  font-size: 1.5rem;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .thanks__head {
    font-size: 2.5rem;
  }
}

.thanks__head-sub {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: normal;
  display: block;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .thanks__head-sub {
    font-size: 1.125rem;
    margin-top: 1.25rem;
  }
}

.thanks__text {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 32px; /* 228.571% */
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .thanks__text {
    font-size: 1rem;
    margin-top: 2.5rem;
    line-height: 38px;
  }
}

.thanks__button {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .thanks__button {
    margin-top: 2.5rem;
  }
}

.thanks__button .button {
  display: block;
  width: 17.1875rem;
  text-align: center;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .thanks__button .button {
    width: 28.75rem;
  }
}

.thanks__button .button span {
  padding: 0.75rem 1.5rem 0.5625rem 2.4375rem;
  background: #011950;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .thanks__button .button span {
    font-size: 1.125rem;
    padding: 1.125rem;
  }
}

.button.button--prev span::after {
  display: none;
}

.thanks__button .button.button--prev.button--thanks span::before {
  left: 35%;
  background: url(../images/button-arrow3.svg) no-repeat center left/contain;
}
@media screen and (min-width: 768px) {
  .thanks__button .button.button--prev.button--thanks span::before {
    left: 37%;
  }
}

@media screen and (min-width: 768px) {
  .button.button--prev:hover span::before {
    left: 20%;
  }
}

.works-archive {
  padding-top: 1.25rem;
  padding-bottom: 5rem;
  background: #FFF;
}
@media screen and (min-width: 768px) {
  .works-archive {
    padding-top: 2.625rem;
    padding-bottom: 7.8125rem;
  }
}

@media screen and (min-width: 768px) {
  .works-archive__wrapper {
    display: grid;
    grid-template-columns: 24% 70.54546%;
    gap: 0 5.45454%;
  }
}

@media screen and (min-width: 768px) {
  .works-archive__head {
    border-right: 1px solid #E2E2E2;
  }
}

.works-archive__kinds {
  margin: 0 auto 0.8125rem;
  padding-left: 2.125rem;
  display: flex;
  flex-wrap: wrap;
  max-width: 34.375rem;
}
@media screen and (min-width: 768px) {
  .works-archive__kinds {
    max-width: inherit;
    display: block;
    margin-top: -0.4375rem;
    padding-left: 1.0625rem;
    position: sticky;
    top: 18.75rem;
  }
}

.works-archive__kind {
  color: #A9A9A9;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 2.7;
  white-space: nowrap;
  display: block;
  position: relative;
  transition: all 0.3s;
  margin-right: 18%;
}
@media screen and (min-width: 768px) {
  .works-archive__kind {
    font-size: 0.875rem;
    line-height: 2.85;
    margin-right: 0;
  }
}

.works-archive__kind.is-active {
  color: #000;
}

.works-archive__kind::before {
  position: absolute;
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  background-color: #001E63;
  top: 50%;
  left: -0.875rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  opacity: 0;
  transition: all 0.3s;
}

.works-archive__kind:hover {
  color: #000;
}

.works-archive__kind:hover::before {
  opacity: 1;
}

.works-archive__kind.is-active::before {
  opacity: 1;
}

.works-archive__items-wrapper {
  max-width: 34.375rem;
  margin: 0 auto;
  padding: 0 1.25rem;
}
@media screen and (min-width: 768px) {
  .works-archive__items-wrapper {
    max-width: inherit;
    width: 100%;
    margin-top: -1.75rem;
    padding: 0;
  }
}

.works-archive__item {
  display: grid;
  grid-template-columns: 44.06779% 50.84745%;
  gap: 0 5.08474%;
  padding: 1.125rem 0 1.1875rem;
  border-bottom: 1px solid #E2E2E2;
}
@media screen and (min-width: 768px) {
  .works-archive__item {
    padding: 1.875rem 0 1.8125rem;
    grid-template-columns: 20.61855% 67.26804%;
    gap: 0 3.86597%;
  }
}

.works-archive__item-img {
  aspect-ratio: 130/100;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .works-archive__item-img {
    aspect-ratio: 1/1;
  }
}

.works-archive__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.works-archive__item-text {
  display: flex;
  flex-direction: column;
}

.works-archive__date {
  color: #A9A9A9;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: normal;
  margin-top: auto;
}
@media screen and (min-width: 768px) {
  .works-archive__date {
    font-size: 0.75rem;
  }
}

.works-archive__tag span {
  display: inline-block;
  color: #626262;
  font-size: 0.625rem;
  font-weight: 500;
  line-height: normal;
  padding: 0.3125rem 0.9375rem;
  background: #F8F8F8;
}
@media screen and (min-width: 768px) {
  .works-archive__tag span {
    font-size: 0.6875rem;
    padding: 0.25rem 1.125rem;
  }
}

.works-archive__tag span:not(:last-child) {
  margin-right: 0.3125rem;
}

.works-archive__item-title {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 28px; /* 200% */
  margin-top: 0.4375rem;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .works-archive__item-title {
    font-size: 1.125rem;
    margin-top: 2rem;
    position: relative;
    display: inline-block;
  }
}

.works-archive__item-title::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background: #000;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}

@media screen and (min-width: 768px) {
  .works-archive__item:hover .works-archive__item-title::after {
    transform: scale(1, 1);
  }
}

.works-archive__button {
  margin-top: 2.9375rem;
  margin-right: 6%;
}
@media screen and (min-width: 768px) {
  .works-archive__button {
    margin-top: 2.5rem;
    margin-right: 2%;
  }
}

.works-detail {
  padding-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .works-detail {
    padding-top: 2.5625rem;
  }
}

.works-detail__inner {
  padding: 0 1.875rem 4.875rem;
  max-width: 43.75rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .works-detail__inner {
    padding: 0 2.5rem 7.5rem;
    max-width: 57.5rem;
  }
}

@media screen and (min-width: 768px) {
  .works-detail__content {
    padding-bottom: 2.5rem;
  }
}

.works-detail__tag span {
  display: inline-block;
  color: #626262;
  font-size: 0.625rem;
  font-weight: 500;
  line-height: normal;
  padding: 0.3125rem 0.9375rem;
  background: #F8F8F8;
}
@media screen and (min-width: 768px) {
  .works-detail__tag span {
    font-size: 0.6875rem;
    padding: 0.25rem 1.125rem;
  }
}

.works-detail__tag span:not(:last-child) {
  margin-right: 0.3125rem;
}

.works-detail__title {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 30px; /* 166.667% */
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .works-detail__title {
    font-size: 1.625rem;
    line-height: 50px;
    margin-top: 0.875rem;
  }
}

.works-detail__date {
  color: #A9A9A9;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: normal;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .works-detail__date {
    font-size: 0.6875rem;
    margin-top: 0.875rem;
  }
}

.works-detail__img {
  aspect-ratio: 315/176;
  width: 100%;
  height: auto;
  margin-top: 2.0625rem;
}
@media screen and (min-width: 768px) {
  .works-detail__img {
    aspect-ratio: 840/471;
    margin-top: 2.5rem;
  }
}

.works-detail__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.works-detail .works-main__content h2 {
  font-size: 1rem;
  font-weight: 500;
  line-height: normal;
  background-color: rgba(248, 249, 249, 0.8);
  border-left: 3px solid #001E63;
  padding: 0.5em;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .works-detail .works-main__content h2 {
    font-size: 1.375rem;
    padding: 0.4em;
  }
}

.works-detail .works-main__content h3 {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: normal;
  text-indent: 0.7em;
  border-bottom: 3px solid #E4E4E4;
  padding-bottom: 8px;
  position: relative;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .works-detail .works-main__content h3 {
    margin-top: 4.375rem;
  }
}

.works-detail .works-main__content h3::after {
  position: absolute;
  content: "";
  display: block;
  border-bottom: 3px solid #001E63;
  bottom: -3px;
  width: 40%;
}

.works-detail .works-main__content p {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 32px; /* 228.571% */
  margin-top: 2.625rem;
}
@media screen and (min-width: 768px) {
  .works-detail .works-main__content p {
    width: 81%;
    margin: 2.5rem auto 0;
    font-size: 1rem;
  }
}

.works-detail__text:nth-of-type(2) {
  margin-top: 2rem;
}

.works-detail .works-main__content p:nth-of-type(2) {
  margin-top: 1.875rem;
}

.works-detail .works-main__content ul {
  margin-top: 1.375rem;
}
@media screen and (min-width: 768px) {
  .works-detail .works-main__content ul {
    margin-top: 4.375rem;
  }
}

.works-detail .works-main__content li {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: normal;
  padding-left: 1em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .works-detail .works-main__content li {
    font-size: 1rem;
  }
}

.works-detail .works-main__content li::before {
  position: absolute;
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background: #001E63;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.works-detail__button {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .works-detail__button {
    margin-top: 3.75rem;
  }
}

.works-detail__button .button {
  display: block;
  width: 17.75rem;
  text-align: center;
  margin: 0 auto;
}

.works-detail__button .button span {
  padding: 0.75rem 1.5rem 0.5625rem 2.4375rem;
}

.button.button--prev span::after {
  display: none;
}

.works-detail__button .button.button--prev span::before {
  left: 30%;
}

@media screen and (min-width: 768px) {
  .button.button--prev:hover span::before {
    left: 20%;
  }
}

.works {
  padding-top: 3.75rem;
  background: #F8F8F8;
}
@media screen and (min-width: 768px) {
  .works {
    padding-top: 7.5rem;
  }
}

.works__wrapper {
  width: 100%;
  margin: 1.25rem auto 0;
  background-color: #fff;
  padding: 0 2.5rem 5rem;
}
@media screen and (min-width: 768px) {
  .works__wrapper {
    max-width: 68.75rem;
    margin-top: 2.5rem;
    padding: 0 2.5rem 3.125rem;
  }
}

.works__items {
  max-width: 34.375rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .works__items {
    max-width: inherit;
  }
}

.works__item {
  padding: 1.875rem 0;
  border-bottom: 1px solid #E2E2E2;
  display: grid;
  grid-template-columns: 40.67796% 53.22035%;
  gap: 0 6.10169%;
}
@media screen and (min-width: 768px) {
  .works__item {
    padding: 3.0625rem 0;
    grid-template-columns: 28.43137% 66.66667%;
    gap: 0 4.90196%;
    transition: all 0.3s;
  }
}

@media screen and (min-width: 768px) {
  .works__item:hover {
    cursor: pointer;
    opacity: 0.9;
  }
}

.works__img {
  aspect-ratio: 120/90;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .works__img {
    aspect-ratio: 290/229;
  }
}

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

.works__text-tag {
  margin-top: -0.1875rem;
}

.works__text-tag span {
  color: #626262;
  font-size: 0.625rem;
  font-weight: 500;
  line-height: normal;
  background: #F3F3F3;
  padding: 0.3125rem 0.9375rem;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .works__text-tag span {
    font-size: 0.6875rem;
    padding: 0.3125rem 1.125rem;
  }
}

.works__text-title {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 28px; /* 200% */
  margin-top: 0.75rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 制限したい行数が3の場合 */
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .works__text-title {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-top: 1.875rem;
    position: relative;
  }
}

.works__text-title::after {
  position: absolute;
  content: "";
  width: 90%;
  height: 1px;
  left: 0;
  bottom: 0;
  background: #000;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}

@media screen and (min-width: 768px) {
  .works__item:hover .works__text-title::after {
    transform: scale(1, 1);
  }
}

.works__text-detail {
  color: #626262;
  font-size: 1rem;
  font-weight: 400;
  line-height: 38px; /* 237.5% */
  margin-top: 1.875rem;
}

.works__text-date {
  color: #A9A9A9;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: normal;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .works__text-date {
    font-size: 0.75rem;
    margin-top: 1.0625rem;
  }
}

.works__button {
  margin-top: 2.5rem;
  margin-right: 3%;
}
@media screen and (min-width: 768px) {
  .works__button {
    margin-right: 1.5%;
  }
}

/* 初期状態 */
.animate-from-left, .animate-from-right, .animate-from-top, .animate-from-bottom, .animate-from-top-staggered {
  opacity: 0;
  transition: opacity 2s, transform 2s;
}

.animate-from-left {
  transform: translateX(-100px);
}

.animate-from-right {
  transform: translateX(100px);
}

.animate-from-top, .animate-from-top-staggered {
  transform: translateY(-100px);
}

.animate-from-bottom {
  transform: translateY(100px);
}

/* アニメーション完了時 */
.visible, .visible-staggered {
  opacity: 1;
  transform: translateX(0);
}/*# sourceMappingURL=style.css.map */