@charset "UTF-8";
html,
input,
textarea,
select,
button {
  font-weight: 400;
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
}

html {
  background: #fff;
  color: #4e4d4d;
  font-size: 12px;
  line-height: 1.8;
  word-break: break-all;
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}
@media only screen and (max-width: 767px) {
  html {
    scroll-padding-top: 50px;
  }
}

body {
  margin: 0;
  background: #fff;
}

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

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0;
  border: 0;
  vertical-align: top;
}

p {
  margin: 0;
  padding: 0;
  overflow-wrap: break-word;
}

a {
  color: #4e4d4d;
  text-decoration: none;
}

input,
select,
textarea,
button {
  appearance: none;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

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

textarea {
  resize: vertical;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 12px;
}

main {
  display: block;
}

dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

@media only screen and (min-width: 1025px) {
  .sp {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  body {
    appearance: none;
    position: relative;
    font-size: 12px;
    -webkit-text-size-adjust: 100%;
       -moz-text-size-adjust: 100%;
            text-size-adjust: 100%;
  }
  input[type=submit] {
    -webkit-text-size-adjust: 100%;
       -moz-text-size-adjust: 100%;
            text-size-adjust: 100%;
  }
  input,
  select,
  textarea {
    font-size: 12px !important;
  }
  .pc {
    display: none !important;
  }
}
.header {
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s linear;
}
@media only screen and (max-width: 767px) {
  .header {
    height: 50px;
  }
}
body:not(.home) .header {
  opacity: 1;
  pointer-events: auto;
}
.header.-show {
  opacity: 1;
  pointer-events: auto;
}

.header__inner {
  display: flex;
  align-items: center;
  height: 100%;
}

.header__logo a {
  display: block;
}
@media only screen and (min-width: 1025px) {
  .header__logo {
    padding-top: 4px;
    padding-left: 37px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .header__logo {
    padding-left: 29px;
  }
}
@media only screen and (max-width: 767px) {
  .header__logo {
    z-index: 100;
    position: relative;
    margin-left: 13px;
  }
}
.header__logo img {
  width: 132px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .header__logo img {
    width: 159px;
  }
}
.header__logo img {
  transition: filter 0.3s linear;
}
body._drawerOpen .header__logo img {
  filter: brightness(0) invert(1);
}

.headerLink {
  display: flex;
  margin-left: auto;
  gap: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .headerLink {
    gap: 24px;
  }
}
@media only screen and (min-width: 1025px) {
  .headerLink {
    padding-top: 0;
    padding-right: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .headerLink {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

.headerLink__item._index {
  color: #4e4d4d;
  font-size: 11px;
  font-family: "Jost", sans-serif;
  letter-spacing: 0.02em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .headerLink__item._index {
    margin-top: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .headerLink__item._index {
    color: #fff;
  }
}
.headerLink__item a {
  font-size: 14px;
  font-family: "Jost", sans-serif;
  letter-spacing: 0.04em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .headerLink__item a {
    font-size: 19.2px;
    text-decoration: underline;
    text-decoration-color: #b3b3b3;
  }
}
@media only screen and (min-width: 1025px) {
  .headerLink__item a {
    text-decoration: underline;
    text-decoration-color: #b3b3b3;
  }
}
@media only screen and (max-width: 767px) {
  .headerLink__item a {
    color: #fff;
    font-style: italic;
    font-size: 36px;
    line-height: 1.2;
    letter-spacing: -0.01em;
  }
}

@media only screen and (min-width: 1025px) {
  .headerNavWrap {
    display: flex;
    align-items: center;
    margin-left: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .headerNavWrap {
    margin-left: auto;
    padding-right: 24px;
  }
}
.headerNavWrap:not(._open) .header__copy {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .headerNavWrap {
    visibility: hidden;
    z-index: 50;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s linear, visibility 0.3s linear;
  }
  .headerNavWrap._open {
    visibility: visible;
    opacity: 1;
  }
  .headerNavWrap._open + .drawerButton .drawerButton__line {
    background: none;
  }
  .headerNavWrap._open + .drawerButton .drawerButton__line::before {
    transform: translateY(3px) rotateZ(45deg);
    background-color: #fff;
  }
  .headerNavWrap._open + .drawerButton .drawerButton__line::after {
    transform: translateY(-2px) rotateZ(-45deg);
    background-color: #fff;
  }
}

.header__copy {
  position: absolute;
  bottom: 18px;
  left: 12px;
  color: #fff;
  font-size: 10px;
}

@media only screen and (max-width: 767px) {
  .headerNav {
    display: grid;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 40px 13px;
    overflow-y: auto;
    background-color: #4e4d4d;
  }
}

.drawerButton {
  display: flex;
  z-index: 75;
  position: absolute;
  top: 0;
  right: 0;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 50px;
  border: none;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .drawerButton {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  .drawerButton {
    display: none;
  }
}

.drawerButton__line {
  display: block;
  position: relative;
  width: 20px;
  height: 1px;
  transition: color 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.drawerButton__line::before, .drawerButton__line::after {
  display: block;
  position: absolute;
  left: 0;
  width: 20px;
  height: 1px;
  background-color: #4e4d4d;
  content: "";
  transition: background-color 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.drawerButton__line::before {
  top: -2px;
}
.drawerButton__line::after {
  bottom: -3px;
}

body._drawerOpen {
  overflow: hidden;
}

.footer {
  margin-top: 132px;
  padding-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .footer {
    margin-top: 84px;
    padding-bottom: 19px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .footer {
    margin-top: 85px;
    padding-bottom: 19px;
  }
}

.footer__content {
  display: flex;
  margin-top: 8px;
  font-size: 11px;
  line-height: 1.1818181818;
  font-family: "Jost", sans-serif;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 767px) {
  .footer__content {
    justify-content: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .footer__content {
    margin-top: 16px;
    font-size: 13.2px;
  }
}

@media only screen and (max-width: 767px) {
  .footer__address {
    display: none;
  }
}

@media only screen and (min-width: 1025px) {
  .footer__copy {
    margin-left: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .footer__copy {
    margin-left: auto;
  }
}
@media only screen and (max-width: 767px) {
  .footer__copy {
    font-size: 10px;
  }
}

.btnWrap {
  display: grid;
  margin-top: 56px;
  gap: 10px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .btnWrap {
    margin-top: 48px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .btnWrap {
    margin-top: 69px;
  }
}

.btn {
  position: relative;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  border-radius: 4px;
  background: #4e4d4d;
  font-family: "Jost", sans-serif;
  transition: box-shadow 0.3s;
}
.btn.js-inview {
  opacity: 0;
}
.btn.js-inview.-inview {
  animation: btn-fade-in 0.5s cubic-bezier(0.22, 1, 0.36, 1) 0.3s backwards;
}
.btn.js-inview.-inview:not(:hover) {
  opacity: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .btn {
    max-width: 600px;
  }
}
@media only screen and (min-width: 1025px) {
  .btn {
    max-width: 500px;
  }
}
.btn a {
  display: block;
  position: relative;
  padding: 7px;
  color: #fff;
  font-style: italic;
  font-size: 12px;
  font-family: "Jost", sans-serif;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .btn a {
    padding: 8px;
    font-size: 14.4px;
  }
}

@keyframes btn-fade-in {
  from {
    opacity: 0;
  }
}
.btn__attention {
  margin-top: 6px;
  font-size: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .btn__attention {
    text-align: center;
  }
}
@media only screen and (min-width: 1025px) {
  .btn__attention {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .btn__attention {
    color: #a7a6a6;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .btn__attention {
    color: #a7a6a6;
    font-size: 12px;
  }
}
@media only screen and (min-width: 768px) {
  .btn__attention .sp {
    display: none !important;
  }
}
.btn__attention {
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.22, 1, 0.36, 1) 0.6s;
}
.btn__attention.-inview {
  opacity: 1;
}
.btn__attention a {
  line-height: 1.5;
  text-decoration: underline;
  text-decoration-color: #a7a6a6;
}
@media only screen and (max-width: 767px) {
  .btn__attention a {
    color: #4e4d4d;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .btn__attention a {
    color: #4e4d4d;
  }
}

.cardList {
  display: grid;
  margin-top: 117px;
  gap: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .cardList {
    margin-top: 108px;
    gap: 76px;
  }
}
@media only screen and (max-width: 767px) {
  .cardList {
    margin-top: 131px;
    gap: 47px;
  }
}
@media only screen and (min-width: 1025px) {
  .cardList {
    grid-template-columns: repeat(2, 1fr);
    gap: 56px 20px;
  }
}

.cardList__item .card__img {
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.22, 1, 0.36, 1) 0.3s;
}
.cardList__item .card__client,
.cardList__item .card__title,
.cardList__item .card__tags {
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.22, 1, 0.36, 1) 0.3s;
}
.cardList.-ready .cardList__item.-inview .card__img {
  opacity: 1;
  transition: opacity 0.3s;
}
.cardList.-ready .cardList__item.-inview .card__client,
.cardList.-ready .cardList__item.-inview .card__title,
.cardList.-ready .cardList__item.-inview .card__tags {
  opacity: 1;
  transition: opacity 0.3s;
}
@media only screen and (min-width: 1025px) {
  .cardList.-ready .cardList__item.-inview:nth-child(even) .card__img,
  .cardList.-ready .cardList__item.-inview:nth-child(even) .card__client,
  .cardList.-ready .cardList__item.-inview:nth-child(even) .card__title,
  .cardList.-ready .cardList__item.-inview:nth-child(even) .card__tags {
    transition-delay: 0.5s;
  }
}

.card__img {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 6px;
  transition: opacity 0.3s;
}
.card__img a {
  display: grid;
  transition: opacity 0.3s;
}
.card__img a:hover {
  opacity: 0.7;
}
.card__img a.-movie::after {
  grid-area: 1/1;
  place-self: center;
  width: 44px;
  height: 44px;
  background: url("../img/icon_play.svg") no-repeat center center/contain;
  content: "";
  transition: opacity 0.3s;
}
.card__img a > img {
  grid-area: 1/1;
}
.card__img iframe {
  display: block;
  aspect-ratio: 16 / 9;
  width: 100%;
  border: 0;
}

.card__client {
  margin-top: 10px;
  font-size: 10px;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
  .card__client {
    font-size: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .card__client {
    margin-top: 7px;
    font-size: 14.4px;
  }
}

.card__title {
  margin-top: 2px;
  font-size: 14px;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .card__title {
    font-size: 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .card__title {
    font-size: 17.28px;
  }
}

.card__tags {
  display: flex;
  margin-top: 5px;
  font-size: 10px;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
  .card__tags {
    margin-top: 3px;
    font-size: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .card__tags {
    font-size: 14.4px;
  }
}

.card__tag {
  color: #a7a6a6;
}
.card__tag:not(:first-child) {
  margin-left: 5px;
}
.card__tag:not(:first-child)::before {
  margin-right: 5px;
  content: "/";
}

.profile {
  margin-top: 121px;
}
@media only screen and (max-width: 767px) {
  .profile {
    margin-top: 94px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .profile {
    margin-top: 94px;
  }
}
.profile .lineTitle {
  position: relative;
  border-bottom: none;
}
.profile .lineTitle span {
  display: inline-block;
  clip-path: inset(0 100% -0.1em 0);
  transition: clip-path 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.3s;
}
.profile .lineTitle::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e3e3e3;
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.9s;
}
@media only screen and (max-width: 767px) {
  .profile .lineTitle::after {
    display: none;
  }
}
.profile .lineTitle.-inview span {
  clip-path: inset(0 0 -0.1em 0);
}
.profile .lineTitle.-inview::after {
  transform: scaleX(1);
}

.profile__contents {
  display: grid;
  margin-top: 47px;
}
@media only screen and (min-width: 1025px) {
  .profile__contents {
    grid-template-columns: 1fr 1.08fr;
    align-items: center;
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
    gap: 43px;
  }
}
@media only screen and (max-width: 767px) {
  .profile__contents {
    margin-top: 17px;
    gap: 6px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .profile__contents {
    gap: 47px;
  }
}

.profile__img {
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.22, 1, 0.36, 1) 1.5s;
}
.profile__img.-inview {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .profile__img {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    transition-delay: 0.9s;
    transition-duration: 1s;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .profile__img {
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
    transition-duration: 1s;
  }
}

@media only screen and (max-width: 767px) {
  .profile__content {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
  }
  .profile__content > *:nth-child(3) {
    order: 3;
  }
  .profile__content > *:nth-child(4) {
    order: 4;
  }
  .profile__content > *:nth-child(5) {
    order: 5;
  }
  .profile__content > *:nth-child(6) {
    order: 6;
  }
}

.profile__position {
  color: #a7a6a6;
  font-style: italic;
  font-size: 10px;
  line-height: 1.4;
  letter-spacing: 0.04em;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.22, 1, 0.36, 1) 1.8s;
}
.profile__position.-inview {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .profile__position {
    order: 2;
    margin-left: auto;
    transition-delay: 0.7s;
    transition-duration: 1s;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .profile__position {
    font-size: 12px;
    transition-duration: 1s;
  }
}

.profile__name {
  display: flex;
  align-items: baseline;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.03em;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.22, 1, 0.36, 1) 1.8s;
}
.profile__name.-inview {
  opacity: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .profile__name {
    font-size: 18px;
    transition-duration: 1s;
  }
}
@media only screen and (max-width: 767px) {
  .profile__name {
    order: 1;
    transition-delay: 0.7s;
    transition-duration: 1s;
  }
}
.profile__name span {
  margin-left: 5px;
  font-size: 9px;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .profile__name span {
    font-size: 10.8px;
  }
}

.profile__title {
  margin-top: 29px;
  line-height: 1.4166666667;
  letter-spacing: 0.04em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .profile__title {
    margin-top: 40px;
    font-size: 14.4px;
  }
}
@media only screen and (max-width: 767px) {
  .profile__title {
    flex-basis: 100%;
  }
}

.profile__text {
  margin-top: 24px;
  font-size: 11px;
  text-align: justify;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.22, 1, 0.36, 1) 2.3s;
}
.profile__text.-inview {
  opacity: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .profile__text {
    margin-top: 36px;
    font-size: 13.2px;
    transition-delay: 2.1s;
    transition-duration: 1s;
  }
}
@media only screen and (max-width: 767px) {
  .profile__text {
    flex-basis: 100%;
    margin-top: 26px;
    transition-delay: 1s;
    transition-duration: 1s;
  }
}

.news {
  margin-top: 138px;
}
@media only screen and (max-width: 767px) {
  .news {
    margin-top: 78px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .news {
    margin-top: 76px;
  }
}
.news .columnTitle span {
  display: inline-block;
  clip-path: inset(0 100% -0.1em 0);
  transition: clip-path 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.3s;
}
.news .columnTitle.-inview span {
  clip-path: inset(0 0 -0.1em 0);
}

.newsList {
  display: grid;
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .newsList {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .newsList {
    margin-top: 9px;
  }
}
.newsList::before {
  top: 0;
}
.newsList::after {
  bottom: 0;
}
.news.-inview .newsList::before, .news.-inview .newsList::after {
  transform: scaleX(1);
}

.newsList__item {
  display: flex;
  position: relative;
  align-items: center;
  padding: 20px 0;
  gap: 18px;
}
@media only screen and (max-width: 767px) {
  .newsList__item {
    display: grid;
    grid-template-columns: 77px auto;
    padding: 18.5px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .newsList__item {
    display: grid;
    grid-template-columns: 92.4px auto;
    padding: 24px 0;
  }
}
.newsList__item::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e3e3e3;
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.3s;
}
@media only screen and (min-width: 1025px) {
  .newsList__item::before {
    transition-delay: 0.8s;
  }
}
.newsList__item:last-child::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e3e3e3;
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.3s;
}
@media only screen and (min-width: 1025px) {
  .newsList__item:last-child::after {
    transition-delay: 0.8s;
  }
}
.newsList__item .news__img,
.newsList__item .news__content,
.newsList__item .news__more {
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.22, 1, 0.36, 1) 0.9s;
}
@media only screen and (min-width: 1025px) {
  .newsList__item .news__img,
  .newsList__item .news__content,
  .newsList__item .news__more {
    transition-delay: 1.4s;
  }
}
.newsList__item.-inview::before {
  transform: scaleX(1);
}
.newsList__item.-inview:last-child::after {
  transform: scaleX(1);
}
.newsList__item.-inview .news__img,
.newsList__item.-inview .news__content,
.newsList__item.-inview .news__more {
  opacity: 1;
}

.news__img {
  aspect-ratio: 1/1;
  width: 77px;
  height: auto;
  overflow: hidden;
  border-radius: 4px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .news__img {
    width: 92.4px;
  }
}
.news__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (min-width: 1025px) {
  .news__content__wrap {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .news__content__wrap {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 20px;
  }
}

.news__date {
  color: #a7a6a6;
  font-size: 12px;
  line-height: 1.5;
  font-family: "Jost", sans-serif;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
  .news__date {
    font-size: 11px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .news__date {
    font-size: 14.4px;
  }
}

.news__title {
  font-weight: 400;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .news__title {
    margin-top: 0;
    font-size: 14.4px;
  }
}
@media only screen and (max-width: 767px) {
  .news__title {
    font-size: 11px;
  }
}

.news__more {
  margin-left: auto;
  font-size: 12px;
  font-family: "Jost", sans-serif;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .news__more {
    font-size: 14.4px;
  }
}
@media only screen and (max-width: 767px) {
  .news__more {
    font-size: 11px;
  }
}
@media only screen and (min-width: 1025px) {
  .news__more {
    margin-top: 28px;
  }
}

.section__inner {
  width: min(100% - 60px, 1000px);
  margin-inline: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .section__inner {
    width: min(100% - 100px, 1000px);
  }
}

.lineTitle {
  border-bottom: 1px solid #e3e3e3;
  font-style: italic;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 767px) {
  .lineTitle {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .lineTitle {
    font-size: 24px;
  }
}
.lineTitle span::after {
  content: " ";
}
.lineTitle._staff {
  border: none;
}
@media only screen and (max-width: 767px) {
  .lineTitle._profile {
    width: 100%;
    margin-inline: auto;
    border: none;
  }
}

.pageTitle {
  display: flex;
  flex-flow: column;
  align-items: center;
  margin-top: 145px;
  font-style: italic;
  font-weight: 500;
  font-size: 48px;
  line-height: 1;
  font-family: "Jost", sans-serif;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .pageTitle {
    margin-top: 155px;
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .pageTitle {
    margin-top: 160px;
    font-size: 57.6px;
  }
}
.pageTitle .pageTitle__main {
  width: max-content;
  clip-path: inset(0 100% -0.1em 0);
  transition: clip-path 1.2s cubic-bezier(0.22, 1, 0.36, 1) 0.3s;
}
.pageTitle .pageTitle__main::after {
  content: " ";
}
.pageTitle.-inview .pageTitle__main {
  clip-path: inset(0 0 -0.1em 0);
}
.pageTitle .pageTitle__sub {
  width: max-content;
  font-style: normal;
  font-weight: 400;
  font-size: 9.6px;
  font-family: "Jost", sans-serif;
  letter-spacing: 0.02em;
  clip-path: inset(0 100% -0.1em 0);
  transition: clip-path 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.9s;
}
@media only screen and (max-width: 767px) {
  .pageTitle .pageTitle__sub {
    font-size: 8px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .pageTitle .pageTitle__sub {
    font-size: 11.52px;
  }
}
.pageTitle.-inview .pageTitle__sub {
  clip-path: inset(0 0 -0.1em 0);
}

.columnTitle {
  font-style: italic;
  font-weight: 500;
  font-size: 20px;
  font-family: "Jost", sans-serif;
  letter-spacing: 0.02em;
}
.columnTitle span::after {
  content: " ";
}
@media only screen and (max-width: 767px) {
  .columnTitle {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .columnTitle {
    font-size: 24px;
  }
}

.contact {
  margin-top: 144px;
}
@media only screen and (max-width: 767px) {
  .contact {
    margin-top: 77px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .contact {
    margin-top: 76px;
  }
}
.contact .lineTitle {
  position: relative;
  border-bottom: none;
}
.contact .lineTitle span {
  display: inline-block;
  clip-path: inset(0 100% -0.1em 0);
  transition: clip-path 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.3s;
}
.contact .lineTitle::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e3e3e3;
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.9s;
}
.contact.-inview .lineTitle span {
  clip-path: inset(0 0 -0.1em 0);
}
.contact.-inview .lineTitle::after {
  transform: scaleX(1);
}

.contact__content {
  display: flex;
  align-items: baseline;
  margin-top: 16px;
  gap: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .contact__content {
    display: grid;
    margin-top: 24px;
    gap: 4px;
  }
}
@media only screen and (max-width: 767px) {
  .contact__content {
    display: grid;
  }
}

@media only screen and (max-width: 767px) {
  .contact__text {
    font-size: 11px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .contact__text {
    font-size: 14.4px;
  }
}
@media only screen and (min-width: 768px) {
  .contact__text .sp {
    display: none !important;
  }
}
.contact__text {
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.22, 1, 0.36, 1) 1.5s;
}
.contact.-inview .contact__text {
  opacity: 1;
}

.contact__mail {
  font-size: 23px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .contact__mail {
    font-size: 28px;
    line-height: 1.2;
  }
}
.contact__mail a {
  font-weight: 400;
  font-family: "Jost", sans-serif;
}
@media only screen and (min-width: 1025px) {
  .contact__mail {
    margin-left: auto;
  }
}
@media only screen and (max-width: 767px) {
  .contact__mail {
    margin-top: 1px;
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: 0.04em;
  }
}
.contact__mail {
  clip-path: inset(0 100% -0.1em 0);
  transition: clip-path 0.6s cubic-bezier(0.22, 1, 0.36, 1) 2s;
}
.contact.-inview .contact__mail {
  clip-path: inset(0 0 -0.1em 0);
}

.about {
  margin-top: 134px;
}
@media only screen and (max-width: 767px) {
  .about {
    margin-top: 72px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .about {
    margin-top: 71px;
  }
}
.about .lineTitle {
  position: relative;
  border-bottom: none;
}
.about .lineTitle span {
  display: inline-block;
  clip-path: inset(0 100% -0.1em 0);
  transition: clip-path 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.3s;
}
.about .lineTitle::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e3e3e3;
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.9s;
}
.about .lineTitle.-inview span {
  clip-path: inset(0 0 -0.1em 0);
}
.about .lineTitle.-inview::after {
  transform: scaleX(1);
}

.aboutList {
  display: grid;
  margin-top: 26px;
  gap: 5%;
}
@media only screen and (min-width: 1025px) {
  .aboutList {
    grid-template-columns: 1fr 1.0338fr 1.346fr;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .aboutList {
    grid-template-columns: 1fr 1.255fr 2.0201fr;
    margin-top: 16px;
    gap: 47px;
  }
}
@media only screen and (max-width: 767px) {
  .aboutList {
    margin-top: 19px;
    gap: 17px;
  }
}

.aboutList__item {
  display: flex;
  gap: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .aboutList__item {
    display: block;
  }
}
@media only screen and (min-width: 1025px) {
  .aboutList__item:last-child {
    margin-left: auto;
  }
}
@media only screen and (max-width: 767px) {
  .aboutList__item {
    display: grid;
    grid-template-columns: 90px auto;
    gap: 5px;
  }
}
.aboutList__item {
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.22, 1, 0.36, 1) 0.2s;
}
@media only screen and (max-width: 767px) {
  .aboutList__item {
    transition-delay: 1.2s;
  }
}
.aboutList__item.-inview {
  opacity: 1;
}
@media only screen and (min-width: 1025px) {
  .aboutList__item:nth-child(1) {
    transition-delay: 1.5s;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .aboutList__item:nth-child(1) {
    transition-delay: 1.5s;
  }
}
@media only screen and (min-width: 1025px) {
  .aboutList__item:nth-child(2) {
    transition-delay: 1.8s;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .aboutList__item:nth-child(2) {
    transition-delay: 1.8s;
  }
}
@media only screen and (min-width: 1025px) {
  .aboutList__item:nth-child(3) {
    transition-delay: 2.1s;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .aboutList__item:nth-child(3) {
    transition-delay: 2.1s;
  }
}

.about__title {
  font-size: 13px;
  font-family: "Jost", sans-serif;
  letter-spacing: 0.04em;
}
@media only screen and (min-width: 1025px) {
  .about__title {
    white-space: nowrap;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .about__title {
    font-size: 15.6px;
  }
}
@media only screen and (max-width: 767px) {
  .about__title {
    font-size: 12px;
    line-height: 1.4;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .about__content {
    margin-top: 10px;
  }
}

.about__dl {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .about__dl {
    font-size: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .about__dl {
    font-size: 14.4px;
  }
}

.aboutList__item.-companyProfile .about__dt::after {
  content: " : ";
}
@media only screen and (min-width: 1025px) {
  .about__dt {
    white-space: nowrap;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .about__dt {
    white-space: nowrap;
  }
}

@media only screen and (min-width: 1025px) {
  .about__dd {
    white-space: nowrap;
  }
}

@media only screen and (min-width: 1025px) {
  .about__text {
    white-space: nowrap;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .about__text {
    font-size: 14.4px;
  }
}
@media only screen and (max-width: 767px) {
  .about__text {
    font-size: 10px;
  }
}

.staff {
  margin-top: 135px;
}
@media only screen and (max-width: 767px) {
  .staff {
    margin-top: 77px;
    overflow: hidden;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .staff {
    margin-top: 73px;
  }
}
.staff .lineTitle span {
  display: inline-block;
  clip-path: inset(0 100% -0.1em 0);
  transition: clip-path 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.3s;
}
.staff .lineTitle.-inview span {
  clip-path: inset(0 0 -0.1em 0);
}
.staff .staffList {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 10px;
  gap: 23.81px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .staff .staffList {
    grid-template-columns: repeat(2, 1fr);
    gap: 42px 31px;
  }
}
@media only screen and (max-width: 767px) {
  .staff .staffList {
    grid-template-columns: repeat(2, 1fr);
    gap: 26px 15px;
  }
}
@media only screen and (min-width: 1025px) {
  .staff .staffList__item {
    display: grid;
  }
}
@media only screen and (max-width: 767px) {
  .staff .staffList__item {
    display: grid;
  }
}
.staff .staff__img {
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.22, 1, 0.36, 1) 0s;
}
.staff .staffList__item.-inview .staff__img {
  opacity: 1;
}
.staff .staff__name,
.staff .staff__more,
.staff .staff__position {
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.22, 1, 0.36, 1) 0s;
}
.staff .staffList__item.-inview .staff__name,
.staff .staffList__item.-inview .staff__more,
.staff .staffList__item.-inview .staff__position {
  opacity: 1;
}
.staff .staffList__item:nth-child(1) .staff__img {
  transition-delay: 0.9s;
}
.staff .staffList__item:nth-child(1) .staff__name,
.staff .staffList__item:nth-child(1) .staff__more,
.staff .staffList__item:nth-child(1) .staff__position {
  transition-delay: 1.85s;
}
.staff .staffList__item:nth-child(2) .staff__img {
  transition-delay: 1.05s;
}
.staff .staffList__item:nth-child(2) .staff__name,
.staff .staffList__item:nth-child(2) .staff__more,
.staff .staffList__item:nth-child(2) .staff__position {
  transition-delay: 2s;
}
.staff .staffList__item:nth-child(3) .staff__img {
  transition-delay: 1.2s;
}
.staff .staffList__item:nth-child(3) .staff__name,
.staff .staffList__item:nth-child(3) .staff__more,
.staff .staffList__item:nth-child(3) .staff__position {
  transition-delay: 2.15s;
}
.staff .staffList__item:nth-child(4) .staff__img {
  transition-delay: 1.35s;
}
.staff .staffList__item:nth-child(4) .staff__name,
.staff .staffList__item:nth-child(4) .staff__more,
.staff .staffList__item:nth-child(4) .staff__position {
  transition-delay: 2.3s;
}
@media only screen and (max-width: 767px) {
  .staff .staffList__item:nth-child(odd) .staff__img {
    transition-delay: 0.9s;
  }
  .staff .staffList__item:nth-child(odd) .staff__name,
  .staff .staffList__item:nth-child(odd) .staff__more,
  .staff .staffList__item:nth-child(odd) .staff__position {
    transition-delay: 1.55s;
  }
  .staff .staffList__item:nth-child(even) .staff__img {
    transition-delay: 1.05s;
  }
  .staff .staffList__item:nth-child(even) .staff__name,
  .staff .staffList__item:nth-child(even) .staff__more,
  .staff .staffList__item:nth-child(even) .staff__position {
    transition-delay: 1.7s;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .staff .staffList__item:nth-child(odd) .staff__img {
    transition-delay: 0.9s;
  }
  .staff .staffList__item:nth-child(odd) .staff__name,
  .staff .staffList__item:nth-child(odd) .staff__more,
  .staff .staffList__item:nth-child(odd) .staff__position {
    transition-delay: 1.55s;
  }
  .staff .staffList__item:nth-child(even) .staff__img {
    transition-delay: 1.05s;
  }
  .staff .staffList__item:nth-child(even) .staff__name,
  .staff .staffList__item:nth-child(even) .staff__more,
  .staff .staffList__item:nth-child(even) .staff__position {
    transition-delay: 1.7s;
  }
}

.staff__img {
  order: 1;
  overflow: hidden;
  border-radius: 4px;
}
.staff__img img {
  transition: opacity 0.2s;
}

.staff__content {
  display: flex;
  align-items: center;
  margin-top: 7px;
  gap: 20px;
}
@media only screen and (min-width: 1025px) {
  .staff__content {
    display: contents;
  }
}
@media only screen and (max-width: 767px) {
  .staff__content {
    display: contents;
    margin-top: 10px;
  }
}
.staff__name {
  order: 3;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .staff__name {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .staff__name {
    font-size: 14px;
  }
}
.staff__name span {
  font-size: 10px;
  font-family: "Jost", sans-serif;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 767px) {
  .staff__name span {
    font-size: 8px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .staff__name span {
    font-size: 12px;
  }
}

.staff__more {
  order: 4;
  margin-left: auto;
  font-size: 11px;
  font-family: "Jost", sans-serif;
  letter-spacing: 0.04em;
}
@media only screen and (min-width: 1025px) {
  .staff__more {
    margin-top: 7px;
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .staff__more {
    margin-top: 3px;
    margin-left: 0;
    font-size: 11px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .staff__more {
    margin-top: 8px;
    font-size: 13.2px;
  }
}
.staff__more a {
  transition: opacity 0.3s;
}

.staff__position {
  order: 2;
  margin-top: 0;
  color: #a7a6a6;
  font-style: italic;
  font-size: 10px;
  letter-spacing: 0.04em;
}
@media only screen and (min-width: 1025px) {
  .staff__position {
    margin-top: 9px;
  }
}
@media only screen and (max-width: 767px) {
  .staff__position {
    margin-top: 6px;
    font-size: 9.37px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .staff__position {
    font-size: 12px;
  }
}

.statement {
  margin-top: 135px;
}
@media only screen and (max-width: 767px) {
  .statement {
    margin-top: 61px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .statement {
    margin-top: 80px;
  }
}

.statement__title span {
  display: inline-block;
  clip-path: inset(0 100% -0.1em 0);
  transition: clip-path 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.3s;
}
@media only screen and (max-width: 767px) {
  .statement__title span {
    clip-path: inset(0 100% -0.1em 0);
    transition: clip-path 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0s;
  }
}
.statement__title.-inview span {
  clip-path: inset(0 0 -0.1em 0);
}

@media only screen and (max-width: 767px) {
  .statement__texts {
    margin-top: 18px;
  }
}

.statement__text + .statement__text {
  margin-top: 22px;
}
@media only screen and (min-width: 1025px) {
  .statement__text {
    margin-top: 3px;
  }
}
@media only screen and (max-width: 767px) {
  .statement__text {
    font-size: 11px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .statement__text {
    font-size: 14.4px;
  }
}
.statement__text {
  clip-path: inset(0 100% -0.1em 0);
  transition: clip-path 1.2s cubic-bezier(0.22, 1, 0.36, 1) 0s;
  font-weight: 400;
}
@media only screen and (min-width: 1025px) {
  .statement__text {
    transition-delay: 0.8s;
  }
}
@media only screen and (max-width: 767px) {
  .statement__text {
    transition-delay: 0.4s;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .statement__text {
    transition-delay: 0.7s;
  }
}
.statement__text.-inview {
  clip-path: inset(0 0 -0.1em 0);
}

.column-2 {
  display: grid;
  gap: 4px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .column-2 {
    gap: 8px;
  }
}
@media only screen and (min-width: 1025px) {
  .column-2 {
    grid-template-columns: 200px auto;
    gap: 20px;
  }
}

.mv {
  display: flex;
  position: relative;
  flex-direction: column;
  height: 100svh;
  padding: 15px 0;
}
@media only screen and (min-width: 1025px) {
  .mv {
    width: min(100% - 60px, 1000px);
    margin-inline: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .mv {
    width: min(100% - 100px, 1000px);
    margin-inline: auto;
  }
}
@media only screen and (max-width: 767px) {
  .mv {
    padding: 15px 17px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .mv {
    padding: 20px 0;
  }
}

.mv__logo {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .mv__logo {
    order: 1;
  }
}
.mv__logo {
  clip-path: inset(0 100% -0.1em 0);
  transition: clip-path 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.3s;
}
.mv.-inview .mv__logo {
  clip-path: inset(0 0 -0.1em 0);
}
.mv__logo::before {
  position: absolute;
  top: 52.295886275%;
  left: 0;
  width: 100%;
  height: 17.0964901245%;
  transform: scaleX(0);
  transform-origin: left;
  background: #fff;
  content: "";
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1) 1.4s;
}
.mv.-inview .mv__logo::before {
  transform: scaleX(1);
}

.mvLink {
  display: flex;
  justify-content: right;
  gap: calc(var(--jsContainerWidth, 1260px) * 0.024);
}
@media only screen and (min-width: 768px) {
  .mvLink {
    align-items: flex-start;
  }
}
@media only screen and (min-width: 1025px) {
  .mvLink {
    margin-top: 2.2619047619%;
  }
}
@media only screen and (max-width: 767px) {
  .mvLink {
    display: grid;
    justify-content: left;
    order: 3;
    margin-top: auto;
    gap: 6px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .mvLink {
    margin-top: 2.2012578616%;
    gap: calc(var(--jsContainerWidth, 795px) * 0.0327044025);
  }
}
.mvLink {
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.22, 1, 0.36, 1) 0.9s;
}
@media only screen and (max-width: 767px) {
  .mvLink {
    transition-duration: 1.2s;
  }
}
.mv.-inview .mvLink {
  opacity: 1;
}

.mlLink__item {
  font-size: calc(var(--jsContainerWidth, 1260px) * 0.01948);
  font-family: "Jost", sans-serif;
  letter-spacing: 0.04em;
  text-decoration: underline;
  text-decoration-color: #a7a6a6;
}
@media only screen and (min-width: 768px) {
  .mlLink__item {
    line-height: 1;
  }
}
@media only screen and (max-width: 767px) {
  .mlLink__item {
    font-size: 13px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .mlLink__item {
    font-size: calc(var(--jsContainerWidth, 795px) * 0.0241509434);
  }
}
@media only screen and (min-width: 1025px) {
  .mlLink__item:first-child {
    font-size: calc(var(--jsContainerWidth, 1260px) * 0.01096);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .mlLink__item:first-child {
    font-size: calc(var(--jsContainerWidth, 795px) * 0.0137861635);
  }
}
.mlLink__item:first-child {
  font-size: 10px;
  letter-spacing: 0.02em;
  text-decoration: none;
}

.mv__content {
  margin-top: auto;
  font-size: calc(var(--jsContainerWidth, 1260px) * 0.0079365079);
  line-height: 1.3;
  font-family: "Jost", sans-serif;
  letter-spacing: -0.01em;
}
@media only screen and (max-width: 767px) {
  .mv__content {
    order: 4;
    margin-top: 24px;
    font-size: 10px;
    line-height: 1.2;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .mv__content {
    font-size: calc(var(--jsContainerWidth, 795px) * 0.0150943396);
  }
}
.mv__content span {
  display: inline-block;
  clip-path: inset(0 100% -0.1em 0);
  transition: clip-path 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.3s;
}
.mv.-inview .mv__content span {
  clip-path: inset(0 0 -0.1em 0);
}

.mv__text {
  margin-top: 11px;
  margin-left: -5px;
  font-weight: 500;
  font-size: calc(var(--jsContainerWidth, 1260px) * 0.0377222222);
  line-height: 0.9;
  font-family: "Jost", sans-serif;
  letter-spacing: -0.01em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .mv__text {
    margin-left: 0;
    font-size: calc(var(--jsContainerWidth, 795px) * 0.0409559748);
  }
}
@media only screen and (max-width: 767px) {
  .mv__text {
    order: 2;
    margin-top: 8px;
    margin-left: 0;
    font-size: calc(var(--jsContainerWidth, 337.52px) * 0.0431085565);
  }
}
@media only screen and (min-width: 768px) {
  .mv__text .sp {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .mv__text .pc {
    display: none !important;
  }
}
.mv__text span {
  display: inline-block;
  clip-path: inset(0 100% -0.1em 0);
  transition: clip-path 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.3s;
}
.mv.-inview .mv__text span {
  clip-path: inset(0 0 -0.1em 0);
}

.mv__scroll {
  display: flex;
  position: absolute;
  right: 0;
  bottom: 0;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  font-size: 10px;
}
@media only screen and (max-width: 767px) {
  .mv__scroll {
    right: 8px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .mv__scroll {
    font-size: 12px;
  }
}
.mv__scroll {
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.22, 1, 0.36, 1) 0.9s;
}
@media only screen and (max-width: 767px) {
  .mv__scroll {
    transition-duration: 1.2s;
  }
}
.mv.-inview .mv__scroll {
  opacity: 1;
}
.mv__scroll span {
  font-family: "Jost", sans-serif;
  letter-spacing: 0.02em;
  writing-mode: vertical-rl;
}
.mv__scroll::after {
  display: block;
  width: 1px;
  height: 60px;
  transform: scale(1, 0);
  transform-origin: 0 0;
  background-color: #b4b4b4;
  content: "";
}
.mv.-inview .mv__scroll::after {
  animation: sdl 2s cubic-bezier(1, 0, 0, 1) infinite;
  animation-delay: 1.4s;
}
@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  35% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  35.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  70%, 100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

._link {
  transition: opacity 0.3s;
}
._link:hover {
  opacity: 0.5;
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */
/*# sourceMappingURL=style.css.map */