@charset "UTF-8";
.btn {
  font-weight: 700;
}

.kv__content {
  color: #fff;
}

.philosophy {
  text-align: center;
  background-color: #F4F3F1;
}
.philosophy .btn::after {
  transition: transform 0.3s;
  transform-origin: center center;
}

.contact__btn::after {
  transition: transform 0.3s;
  transform-origin: center center;
}

.gallery .gallery__btn::after {
  transition: transform 0.3s;
  transform-origin: center center;
}
.gallery .gallery__btn:hover::after {
  transform: translate(2px, -52%);
}
.gallery .articles__item {
  position: relative;
  overflow: hidden;
}
.gallery .articles__item img {
  transition: transform 0.3s ease;
}
@media (any-hover: hover) {
  .gallery .articles__item img:hover {
    transform: scale(1.05);
  }
}
.gallery .articles__item::after {
  content: "";
  position: absolute;
  top: 11px;
  right: 11px;
  width: 20px;
  height: 18px;
  background: url("/assets/images/gallery_icon.svg") 0 0 no-repeat;
  background-size: contain;
}
.gallery .articles__item a:hover, .gallery .articles__item a.is-active {
  opacity: 1;
}
.gallery .articles__item a:hover .articles__content, .gallery .articles__item a.is-active .articles__content {
  opacity: 1;
}
.gallery .articles__item a:hover .line-left-right::before, .gallery .articles__item a.is-active .line-left-right::before {
  transform: scaleX(1);
}

.info__item a::after {
  transition: transform 0.3s;
}
.info__item a:hover::after {
  transform: translateX(3px);
}

.mod__h2::before {
  transform-origin: left;
  transition: transform 0.3s ease;
}
.mod__h2::after {
  transform-origin: left;
  transition: transform 0.3s ease 0.3s;
}
.mod__h2.on::before, .mod__h2.on::after {
  transform: scaleX(1);
}

@keyframes dot-drop-pc {
  0% {
    top: 0;
    opacity: 0;
  }
  10% {
    top: 0;
    opacity: 1;
  }
  70% {
    top: 80px;
    opacity: 1;
  }
  90% {
    top: 80px;
    opacity: 0;
  }
  100% {
    top: 80px;
    opacity: 0;
  }
}
@keyframes dot-drop-sp {
  0% {
    top: 0;
    opacity: 0;
  }
  10% {
    top: 0;
    opacity: 1;
  }
  70% {
    top: 50px;
    opacity: 1;
  }
  90% {
    top: 50px;
    opacity: 0;
  }
  100% {
    top: 50px;
    opacity: 0;
  }
}
.info {
  font-weight: 700;
}

.contact {
  font-weight: 700;
}

.modal {
  display: none;
}

.modal.open {
  display: block;
}

.h2__sub-en {
  color: #A39777;
}

.vision__btn:hover, .about__btn:hover, .gallery__btn:hover, .gallery__more-btn:hover, .contact__btn:hover {
  opacity: 1;
}

@media (min-width: 769px) {
  .h2__sub-en {
    margin-top: 10px;
    font-family: "Inter", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
  }
  .vertical__line {
    display: block;
    width: 1px;
    height: 60px;
    transform-origin: top;
    transform: scaleY(0);
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    background-color: #AEABA3;
  }
  .mod__main__h2 {
    margin-top: 7px;
    font-size: 4rem;
    font-weight: 700;
  }
  .mod__main__h2 .h2__sub-en {
    margin-top: 12px;
  }
  .mod__main__h2.--2 {
    margin-top: 80px;
  }
  .mod__h2 {
    display: flex;
    align-items: flex-end;
    gap: 20px;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    font-size: 3.6rem;
  }
  .mod__h2::before, .mod__h2::after {
    content: "";
    position: relative;
    top: -8px;
    display: block;
    transform: scaleX(0);
    width: 100px;
    height: 1px;
    background-color: #111111;
  }
  .mod__lead {
    font-weight: 700;
  }
  .kv {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 650px;
    overflow: hidden;
  }
  .kv__video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .kv__content {
    position: absolute;
    z-index: 2;
    top: 27%;
    left: 15%;
    writing-mode: vertical-rl;
  }
  .kv__catch {
    font-size: 7.2rem;
    font-weight: 700;
  }
  .kv__text {
    margin-top: 15px;
    font-size: 1.8rem;
    line-height: 2;
    letter-spacing: 0.4em;
  }
  .kv__scroll {
    position: absolute;
    z-index: 2;
    bottom: 82px;
    right: 70px;
    color: #fff;
    font-family: "Inter", sans-serif;
  }
  .kv__scroll-arrow {
    position: absolute;
    right: 46px;
    bottom: 50px;
    width: 1px;
    height: 80px;
  }
  .scroll-line {
    display: block;
    width: 1px;
    height: 80px;
    background-color: #fff;
  }
  .scroll-dot {
    display: block;
    position: absolute;
    left: -3px;
    top: 80px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #fff;
    animation: dot-drop-pc 3s infinite;
  }
  .philosophy {
    padding-top: 120px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 120px;
  }
  .philosophy .btn {
    width: 356px;
    height: 50px;
    margin-top: 60px;
    padding-left: 30px;
    font-weight: 700;
  }
  .philosophy .btn::after {
    top: 50%;
    right: 31px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #111111;
    border-right: 2px solid #111111;
    transform: rotate(45deg) translateY(-50%);
  }
  .philosophy .vision__btn {
    width: 373px;
  }
  .philosophy__lead {
    font-weight: 700;
  }
  .philosophy__text {
    margin-top: 50px;
    font-size: 3rem;
    font-weight: 700;
  }
  .reason {
    width: 100%;
    max-width: 1200px;
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 80px;
    background-color: #fff;
  }
  .reason__list {
    display: flex;
    justify-content: center;
    gap: 60px 4%;
    flex-wrap: wrap;
    max-width: 1000px;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
  }
  .reason__item {
    position: relative;
    width: 48%;
  }
  .reason__item::after {
    content: "";
    position: absolute;
    top: 108px;
    left: -23px;
    transform: rotate(-45deg);
    transform-origin: left center;
    display: block;
    width: 0;
    height: 2px;
    background-color: #AEABA3;
  }
  .reason__item::after {
    transition: width 0.6s ease;
  }
  .reason__item.on::after {
    width: 180px;
  }
  .reason__en {
    display: block;
    margin-top: 30px;
    color: #A39777;
    font-size: 1.2rem;
    font-family: "Inter", sans-serif;
  }
  .reason__num {
    display: block;
    margin-top: 10px;
    color: #A39777;
    font-size: 4.8rem;
    font-weight: 400;
    font-family: "Inter", sans-serif;
  }
  .reason__topic {
    margin-top: 7px;
    font-size: 3rem;
  }
  .reason__text {
    margin-top: 20px;
    font-size: 1.8rem;
    text-align: start;
    line-height: 1.6;
    font-weight: 700;
  }
  .vision {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 76px;
  }
  .vision__lead {
    margin-top: 60px;
    font-weight: 700;
  }
  .vision__list {
    display: flex;
    flex-wrap: wrap;
    gap: 5%;
    margin-top: 60px;
  }
  .vision__item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 30%;
    aspect-ratio: 360/500;
    color: #fff;
  }
  .vision__item.--1 {
    background: url("/assets/images/vision_image1.webp") 0 0 no-repeat;
    background-size: cover;
  }
  .vision__item.--2 {
    background: url("/assets/images/vision_image2.webp") 0 0 no-repeat;
    background-size: cover;
  }
  .vision__item.--3 {
    background: url("/assets/images/vision_image3.webp") 0 0 no-repeat;
    background-size: cover;
  }
  .vision__en {
    display: block;
    font-size: 1.2rem;
    font-family: "Inter", sans-serif;
  }
  .vision__num {
    display: block;
    margin-top: 10px;
    font-size: 4.8rem;
    font-weight: 400;
    font-family: "Inter", sans-serif;
  }
  .vision__topic {
    margin-top: 10px;
    font-size: 3.4rem;
  }
  .vision__h3-en {
    margin-top: 10px;
    font-family: "Inter", sans-serif;
    font-size: 1.4rem;
  }
  .vision__text {
    margin-top: 40px;
    font-size: 1.8rem;
    font-weight: 700;
  }
  .about {
    position: relative;
    margin-top: 80px;
    text-align: start;
  }
  .about__wrapper {
    position: relative;
    display: flex;
    gap: 40px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px;
  }
  .about__image {
    flex-shrink: 0;
    width: 300px;
  }
  .about__container {
    width: 100%;
  }
  .about__title {
    font-size: 2.4rem;
    font-weight: 700;
  }
  .about__content {
    margin-top: 26px;
  }
  .about__content.--3 {
    margin-top: 60px;
  }
  .about__topic {
    padding-bottom: 10px;
    font-size: 2rem;
    font-weight: 700;
  }
  .about__box {
    display: flex;
    gap: 15px;
    padding-top: 15px;
    border-top: 1px solid #AEABA3;
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .about__box_p {
    margin-top: 15px;
  }
  .gallery {
    padding-top: 120px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
    text-align: center;
  }
  .gallery .gallery__btn {
    width: 344px;
    height: 50px;
    padding-left: 30px;
  }
  .gallery .gallery__btn::after {
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background: url("/assets/images/icon_arrow-youtube.svg") 0 0 no-repeat;
    background-size: contain;
  }
  .gallery .h2__sub-en {
    margin-top: 18px;
  }
  .gallery .gallery__more-btn {
    position: relative;
    justify-content: center;
    width: 280px;
    height: 50px;
    margin-top: 80px;
    padding-left: 0;
  }
  .gallery .gallery__more-btn .arrow_plus::before, .gallery .gallery__more-btn .arrow_plus::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    background-color: #fff;
  }
  .gallery .gallery__more-btn .arrow_plus::before {
    right: 18px;
    width: 14px;
    height: 1px;
  }
  .gallery .gallery__more-btn .arrow_plus::after {
    right: 25px;
    width: 1px;
    height: 14px;
  }
  .gallery__container {
    display: flex;
    gap: 6.6666666667%;
    max-width: 1200px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }
  .gallery__content {
    position: relative;
    max-width: 645px;
  }
  .gallery__content::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 56px;
    height: 35px;
    background: url("/assets/images/icon_youtube.svg") 0 0 no-repeat;
    background-size: contain;
  }
  .gallery__btn-area {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1200px;
    height: 110px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    background-color: #F4F3F1;
  }
  .articles__list {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    max-width: 1200px;
    margin-top: 106px;
    margin-left: auto;
    margin-right: auto;
  }
  .articles__item {
    position: relative;
    overflow: hidden;
    width: calc((100% - 30px) / 3);
    aspect-ratio: 1/1;
  }
  .articles__item img {
    transition: transform 0.3s ease;
  }
}
@media (min-width: 769px) and (any-hover: hover) {
  .articles__item img:hover {
    transform: scale(1.05);
  }
}
@media (min-width: 769px) {
  .articles__item a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .articles__item a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .articles__content {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 32px 25px;
    color: #fff;
    background-color: rgba(17, 17, 17, 0.8);
    transition: opacity 0.3s;
  }
  .articles__content .line-left-right::before {
    top: 0;
  }
  .articles__topic {
    font-size: 2.4rem;
  }
  .articles__text {
    margin-top: 14px; /* 高さ制限（例：1行＝1.5em × 2行） */
    overflow: hidden;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .articles__date {
    margin-top: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: right;
  }
  .info {
    margin-top: 100px;
    padding-top: 100px;
    padding-bottom: 113px;
    background-color: #F4F3F1;
  }
  .info__container {
    display: flex;
    gap: 40px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  .info__h2 {
    font-size: 2.6rem;
  }
  .info__lead {
    margin-top: 13px;
    font-size: 1.8rem;
  }
  .info__image {
    width: 400px;
    flex-shrink: 0;
  }
  .info__list {
    margin-top: 23px;
  }
  .info__content {
    width: 63%;
    margin-top: -8px;
  }
  .info__item a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 12px 0;
  }
  .info__item a::after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url("/assets/images/icon_arrow_store.svg") 0 0 no-repeat;
    background-size: contain;
  }
  #news {
    scroll-margin-top: 80px;
  }
  .news {
    padding: 80px 20px;
  }
  .news__list {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .news__item {
    display: flex;
    padding-top: 41px;
    padding-bottom: 41px;
  }
  .news__left {
    display: flex;
    align-items: center;
  }
  .news__time {
    width: 114px;
    font-family: "Inter", sans-serif;
    font-size: 1.8rem;
  }
  .news__tag {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 93px;
    height: 30px;
    background-color: #fff;
    border: 1px solid #111111;
    font-weight: 700;
  }
  .news__text {
    margin-left: 40px;
    font-size: 1.8rem;
    font-weight: 700;
  }
  .contact {
    padding: 104px 20px 100px;
    background-color: #F4F3F1;
    font-weight: 600;
  }
  .contact__container {
    display: flex;
    gap: 55px;
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
  }
  .contact__image {
    flex-shrink: 0;
    width: 400px;
  }
  .contact__lead {
    font-size: 2.6rem;
  }
  .contact__kind {
    margin-top: 20px;
    font-size: 2rem;
  }
  .contact__text {
    margin-top: 9px;
    font-size: 1.8rem;
  }
  .contact__btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 280px;
    height: 52px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    font-size: 2rem;
  }
  .contact__btn::after {
    top: 50%;
    right: 31px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg) translateY(-50%);
  }
}
@media (max-width: 1000px) {
  .reason__topic {
    font-size: 2rem;
  }
  .reason__text {
    font-family: 1.8rem;
  }
  .contact__container {
    display: flex;
    flex-direction: column;
  }
  .contact__image {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 999px) and (min-width: 769px) {
  .philosophy__text {
    font-size: 2.4rem;
  }
  .about__wrapper {
    display: block;
  }
  .about__image {
    width: 48%;
    margin-left: auto;
    margin-right: auto;
  }
  .about__container {
    margin-top: 30px;
  }
  .info__container {
    flex-direction: column;
  }
  .info__image {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .info__content {
    width: 100%;
  }
  .articles__content {
    padding: 10px;
  }
  .articles__text {
    -webkit-line-clamp: 3;
  }
}
@media (max-width: 900px) {
  .vision__topic {
    font-size: 2.6rem;
  }
  .vision__text {
    margin-top: 30px;
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .h2__sub-en {
    margin-top: 4px;
    font-family: "Inter", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
  }
  .vertical__line {
    display: block;
    width: 1px;
    height: 30px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    transform-origin: top;
    transform: scaleY(0);
    background-color: #AEABA3;
  }
  .mod__main__h2 {
    margin-top: 5px;
    font-size: 2rem;
  }
  .mod__main__h2 .h2__sub-en {
    margin-top: 12px;
  }
  .mod__main__h2.--2 {
    margin-top: 40px;
  }
  .mod__h2 {
    display: flex;
    align-items: flex-end;
    gap: 20px;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.8rem;
  }
  .mod__h2::before, .mod__h2::after {
    content: "";
    display: block;
    transform: scaleX(0);
    width: 30px;
    height: 1px;
    background-color: #111111;
  }
  .mod__lead {
    font-size: 1.4rem;
    font-weight: 700;
  }
  .kv {
    position: relative;
    width: 100%;
    aspect-ratio: 440/313;
    min-height: 270px;
  }
  .kv__video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .kv__content {
    position: absolute;
    top: 15%;
    left: 17%;
    writing-mode: vertical-rl;
  }
  .kv__catch {
    font-size: 3.5rem;
    font-weight: 700;
  }
  .kv__text {
    margin-top: 10px;
    font-size: 1rem;
    line-height: 1.8;
    letter-spacing: 0.4em;
  }
  .kv__scroll {
    position: absolute;
    bottom: 42px;
    right: 20px;
    color: #fff;
    font-family: "Inter", sans-serif;
    font-size: 1.2rem;
  }
  .kv__scroll-arrow {
    position: absolute;
    right: 10px;
    bottom: 20px;
    width: 1px;
    height: 50px;
  }
  .scroll-line {
    display: block;
    width: 1px;
    height: 50px;
    background-color: #fff;
  }
  .scroll-dot {
    display: block;
    position: absolute;
    left: -3px;
    top: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #fff;
    animation: dot-drop-sp 3s infinite;
  }
  .philosophy {
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 80px;
  }
  .philosophy .btn {
    width: 100%;
    max-width: 356px;
    height: 50px;
    margin-top: 40px;
    padding-left: 30px;
    font-size: 1.4rem;
  }
  .philosophy .btn::after {
    top: 50%;
    right: 31px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #111111;
    border-right: 2px solid #111111;
    transform: rotate(45deg) translateY(-50%);
  }
  .philosophy .vision__btn {
    width: 100%;
    max-width: 373px;
    font-size: 1.4rem;
  }
  .philosophy__lead {
    font-size: 1.4rem;
    font-weight: 700;
  }
  .philosophy__text {
    margin-top: 32px;
    font-size: 1.8rem;
    font-weight: 700;
  }
  .reason {
    width: 100%;
    margin-top: 70px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 63px;
    background-color: #fff;
  }
  .reason__list {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    margin-top: 42px;
  }
  .reason__item {
    position: relative;
  }
  .reason__item::after {
    content: "";
    position: absolute;
    top: 108px;
    left: -23px;
    transform: rotate(-45deg);
    transform-origin: left center;
    display: block;
    width: 0;
    height: 2px;
    background-color: #AEABA3;
  }
  .reason__item::after {
    transition: width 0.6s ease;
  }
  .reason__item.on::after {
    width: 180px;
  }
  .reason__en {
    display: block;
    margin-top: 20px;
    color: #A39777;
    font-size: 1.2rem;
    font-family: "Inter", sans-serif;
  }
  .reason__num {
    display: block;
    color: #A39777;
    font-size: 4.8rem;
    font-weight: 400;
    font-family: "Inter", sans-serif;
  }
  .reason__topic {
    margin-top: 7px;
    font-size: 1.8rem;
  }
  .reason__text {
    margin-top: 20px;
    font-size: 1.6rem;
    text-align: start;
    line-height: 1.6;
    font-weight: 700;
  }
  .vision {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    font-weight: 700;
  }
  .vision__lead {
    margin-top: 45px;
    letter-spacing: -0.05em;
  }
  .vision__list {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: 42px;
  }
  .vision__item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 320px;
    aspect-ratio: 320/400;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
  }
  .vision__item.--1 {
    background: url("/assets/images/vision_image1.webp") 0 0 no-repeat;
    background-size: cover;
  }
  .vision__item.--2 {
    background: url("/assets/images/vision_image2.webp") 0 0 no-repeat;
    background-size: cover;
  }
  .vision__item.--3 {
    background: url("/assets/images/vision_image3.webp") 0 0 no-repeat;
    background-size: cover;
  }
  .vision__en {
    display: block;
    font-size: 1.2rem;
    font-family: "Inter", sans-serif;
  }
  .vision__num {
    display: block;
    margin-top: 10px;
    font-size: 3.6rem;
    font-weight: 400;
    font-family: "Inter", sans-serif;
  }
  .vision__topic {
    margin-top: 10px;
    font-size: 2rem;
  }
  .vision__h3-en {
    margin-top: 10px;
    font-family: "Inter", sans-serif;
    font-size: 1.4rem;
  }
  .vision__text {
    margin-top: 20px;
    font-size: 1.8rem;
    font-weight: 700;
  }
  .about {
    margin-top: 87px;
    text-align: start;
  }
  .about__wrapper {
    position: relative;
    padding: 37px 20px 40px;
  }
  .about__image {
    width: 180px;
    margin-left: auto;
    margin-right: auto;
  }
  .about__container {
    width: 100%;
  }
  .about__title {
    margin-top: 33px;
    font-size: 2rem;
    font-weight: 700;
  }
  .about__content {
    margin-top: 24px;
  }
  .about__content.--3 {
    margin-top: 50px;
  }
  .about__topic {
    padding-bottom: 10px;
    font-size: 1.8rem;
    font-weight: 700;
  }
  .about__box {
    padding-top: 15px;
    border-top: 1px solid #AEABA3;
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .gallery {
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 59px;
    text-align: center;
  }
  .gallery .gallery__btn {
    width: 100%;
    max-width: 344px;
    height: 50px;
    padding-left: 30px;
  }
  .gallery .gallery__btn::after {
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background: url("/assets/images/icon_arrow-youtube.svg") 0 0 no-repeat;
    background-size: contain;
  }
  .gallery .h2__sub-en {
    margin-top: 5px;
  }
  .gallery .gallery__more-btn {
    justify-content: center;
    width: 280px;
    height: 50px;
    margin-top: 64px;
    padding-left: 0;
    font-size: 2rem;
  }
  .gallery .gallery__more-btn span::before, .gallery .gallery__more-btn span::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    background-color: #fff;
  }
  .gallery .gallery__more-btn span::before {
    right: 18px;
    width: 14px;
    height: 1px;
  }
  .gallery .gallery__more-btn span::after {
    right: 25px;
    width: 1px;
    height: 14px;
  }
  .gallery__container {
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 1200px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }
  .gallery__content {
    position: relative;
  }
  .gallery__content::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 56px;
    height: 35px;
    background: url("/assets/images/icon_youtube.svg") 0 0 no-repeat;
    background-size: contain;
  }
  .gallery__btn-area {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #F4F3F1;
  }
  .articles__list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    margin-top: 62px;
    margin-left: auto;
    margin-right: auto;
  }
  .articles__item {
    position: relative;
    width: 100%;
    max-width: 400px;
    aspect-ratio: 400/390;
  }
  .articles__item a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .articles__item a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .articles__content {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 32px 25px;
    color: #fff;
    background-color: rgba(17, 17, 17, 0.8);
    transition: opacity 0.3s;
  }
  .articles__content .line-left-right::before {
    top: 0;
  }
  .articles__topic {
    font-size: 2.4rem;
  }
  .articles__text {
    margin-top: 14px; /* 高さ制限（例：1行＝1.5em × 2行） */
    overflow: hidden;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .articles__date {
    margin-top: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: right;
  }
  .info {
    padding-top: 58px;
    padding-bottom: 70px;
    background-color: #F4F3F1;
  }
  .info__container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .info__h2 {
    margin-top: 20px;
    font-size: 2rem;
  }
  .info__lead {
    margin-top: 13px;
    font-size: 1.6rem;
  }
  .info__image {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .info__list {
    margin-top: 23px;
  }
  .info__content {
    margin-top: -8px;
  }
  .info__item {
    padding: 12px 0;
  }
  .info__item:last-of-type {
    border: none;
  }
  .info__item a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
  }
  .info__item a::after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url("/assets/images/icon_arrow_store.svg") 0 0 no-repeat;
    background-size: contain;
  }
  #news {
    scroll-margin-top: 80px;
  }
  .news {
    padding: 44px 20px;
  }
  .news__item {
    display: block;
    padding-top: 17px;
    padding-bottom: 18px;
  }
  .news__left {
    display: flex;
    align-items: center;
  }
  .news__time {
    width: 104px;
    font-family: "Inter", sans-serif;
    font-size: 1.6rem;
  }
  .news__tag {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 94px;
    height: 28px;
    color: #111111;
    background-color: #fff;
    font-weight: 700;
    border: 1px solid #111111;
  }
  .news__text {
    margin-top: 20px;
    font-size: 1.6rem;
    line-height: 1.6;
    font-weight: 700;
  }
  .contact {
    padding: 40px 20px 80px;
    background-color: #F4F3F1;
    font-weight: 600;
  }
  .contact__image {
    width: 100%;
    aspect-ratio: 400/200;
  }
  .contact__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .contact__lead {
    margin-top: 20px;
    font-size: 2rem;
    line-height: 1.6;
    letter-spacing: -0.07em;
  }
  .contact__kind {
    margin-top: 10px;
    font-size: 1.8rem;
  }
  .contact__text {
    margin-top: 15px;
    font-size: 1.6rem;
  }
  .contact__btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 280px;
    height: 52px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    font-size: 2rem;
  }
  .contact__btn::after {
    top: 50%;
    right: 31px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg) translateY(-50%);
  }
}
@media (max-width: 600px) {
  .middle {
    display: none !important;
  }
}
@media (max-width: 430px) {
  .philosophy .btn, .gallery .btn {
    font-size: 1.4rem;
  }
  .philosophy .btn::after, .gallery .btn::after {
    right: 15px;
  }
}
@media (max-width: 400px) {
  .mod__h2 {
    gap: 10px;
  }
  .mini {
    display: none !important;
  }
}
@media (max-width: 374px) {
  .mod__h2 {
    gap: 10px;
    font-size: 1.4rem;
  }
  .mini {
    display: none !important;
  }
  .philosophy .btn, .gallery .btn {
    font-size: 1.2rem;
  }
  .philosophy .btn::after, .gallery .btn::after {
    right: 15px;
  }
}/*# sourceMappingURL=top.css.map */