@font-face {
  font-family: "Satisfy-Regular";
  src: url("../fonts/Satisfy-Regular.woff2") format("woff2"), url("../fonts/Satisfy-Regular.woff") format("woff");
  font-display: swap;
}
.btn-primary {
  text-align: center;
}

.sect-headline-primary {
  color: #2C3686;
}

.area-main-visual {
  position: relative;
  max-width: 100%;
  width: 100%;
  height: 88vh;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .area-main-visual {
    height: 70vw;
  }
}
@media screen and (max-width: 600px) {
  .area-main-visual {
    height: 70vh;
  }
}
.area-main-visual::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100vw;
  width: 100%;
  height: 85%;
  background: linear-gradient(0, #161B43, #2C3686);
  z-index: -3;
}
.area-main-visual .body .contents .disp {
  max-width: 86%;
  width: 100%;
  height: 100%;
  margin-left: auto;
}
.area-main-visual .body .contents .disp .image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-clip-path: polygon(32.5% 0%, 100% 0%, 100% 100%, 5% 100%);
          clip-path: polygon(32.5% 0%, 100% 0%, 100% 100%, 5% 100%);
}
.area-main-visual .body .contents .disp .video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-clip-path: polygon(32.5% 0%, 100% 0%, 100% 100%, 5% 100%);
          clip-path: polygon(32.5% 0%, 100% 0%, 100% 100%, 5% 100%);
}
.area-main-visual .body .contents .list-main-visual-slider {
  max-width: 86%;
  width: 100%;
  height: 100%;
  margin-left: auto;
  overflow: hidden;
  -webkit-clip-path: polygon(32.5% 0%, 100% 0%, 100% 100%, 5% 100%);
          clip-path: polygon(32.5% 0%, 100% 0%, 100% 100%, 5% 100%);
}
.area-main-visual .body .contents .list-main-visual-slider .item {
  width: 100%;
  height: 100%;
}
.area-main-visual .body .contents .list-main-visual-slider .item .image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-clip-path: polygon(32.5% 0%, 100% 0%, 100% 100%, 5% 100%);
          clip-path: polygon(32.5% 0%, 100% 0%, 100% 100%, 5% 100%);
}
.area-main-visual .body .contents .list-main-visual-slider .slide-animation {
  -webkit-animation: fadeZoom 10s linear 1 0s;
          animation: fadeZoom 10s linear 1 0s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@-webkit-keyframes fadeZoom {
  0% {
    transform: scale(1.15);
    filter: blur(0.4rem);
  }
  15% {
    filter: blur(0);
  }
  40% {
    transform: scale(1);
  }
  60% {
    transform: scale(1);
  }
  85% {
    filter: blur(0);
  }
  100% {
    transform: scale(1.15);
    filter: blur(0);
  }
}
@keyframes fadeZoom {
  0% {
    transform: scale(1.15);
    filter: blur(0.4rem);
  }
  15% {
    filter: blur(0);
  }
  40% {
    transform: scale(1);
  }
  60% {
    transform: scale(1);
  }
  85% {
    filter: blur(0);
  }
  100% {
    transform: scale(1.15);
    filter: blur(0);
  }
}
.area-main-visual .body .contents .list-main-visual-slider .slick-list {
  height: 100%;
}
.area-main-visual .body .contents .list-main-visual-slider .slick-list .slick-track {
  height: 100%;
}
.area-main-visual .body .contents .list-main-visual-slider .slide_target {
  pointer-events: none;
}
.area-main-visual .body .contents .title-main {
  position: absolute;
  top: 40%;
  left: 8%;
  translate: 0 -50%;
}
.area-main-visual .body .contents .title-main .page-headline-primary {
  text-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.75);
}
.area-main-visual .body .contents .title-main .page-headline-primary .string {
  padding-bottom: clamp(0.8rem, 1.6666666667vw, 2.4rem);
  font-size: clamp(3.4rem, 7.0833333333vw, 6.8rem);
  color: #fff;
}
.area-main-visual .body .contents .title-main .page-headline-primary .string:nth-of-type(1) {
  padding-bottom: 0;
  font-size: 2rem;
  color: #E57E33;
  font-family: "Satisfy-Regular", "Yu Mincho", "YuMincho", "Times New Roman", "Hiragino Mincho ProN", "MS PMincho", serif;
  text-transform: capitalize;
  line-height: 1;
}
.area-main-visual .body .contents .title-main .page-headline-secondary .string {
  margin: 0 0 clamp(0.8rem, 1.6666666667vw, 2.4rem);
  padding: 0.8rem;
  background-color: white;
  font-size: clamp(1.6rem, 2.0833333333vw, 3.2rem);
  color: #555;
}
@media screen and (max-width: 1440px) {
  .area-main-visual .body .contents .disp {
    max-width: 100%;
  }
  .area-main-visual .body .contents .title-main {
    top: 16vw;
    left: 4vw;
  }
  .area-main-visual .body .contents .list-main-visual-slider {
    max-width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .area-main-visual .body .contents .disp {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 84%;
  }
  .area-main-visual .body .contents .list-main-visual-slider {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 84%;
  }
}
@media screen and (max-width: 600px) {
  .area-main-visual .body .contents .disp .image {
    -webkit-clip-path: polygon(30% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(30% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  .area-main-visual .body .contents .disp .video {
    -webkit-clip-path: polygon(30% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(30% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  .area-main-visual .body .contents .title-main {
    top: 10.4rem;
  }
  .area-main-visual .body .contents .title-main .page-headline-secondary .string {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }
  .area-main-visual .body .contents .list-main-visual-slider {
    -webkit-clip-path: polygon(30% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(30% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  .area-main-visual .body .contents .list-main-visual-slider .item .image {
    -webkit-clip-path: polygon(30% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(30% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
@media screen and (max-width: 479px) {
  .area-main-visual .body .contents .title-main {
    top: 9rem;
  }
}

.area-youtube-contents {
  position: relative;
}
.area-youtube-contents::before, .area-youtube-contents::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30%;
}
.area-youtube-contents::before {
  background-color: #2c3686;
  z-index: -3;
}
.area-youtube-contents::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: radial-gradient(#fff 0%, transparent 20%);
  background-size: 1.4rem 1.4rem;
  opacity: 0.25;
  z-index: -1;
}
@media screen and (min-width: 1025px) {
  .area-youtube-contents .design-text-heading {
    top: 2.4rem;
    right: 4.8rem;
  }
}
.area-youtube-contents .body .contents {
  max-width: 90rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  aspect-ratio: 16/9;
}
.area-youtube-contents .body .contents iframe {
  display: inline-block;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}

.sect-business {
  position: relative;
}
.sect-business .design-text-heading {
  top: 0;
  left: 0;
}

@media screen and (max-width: 1024px) {
  .area-business {
    padding-top: 0;
  }
}
.area-business .body {
  max-width: 90%;
  margin-left: auto;
}
.area-business .body .contents .gallery {
  display: grid;
  gap: clamp(1.2rem, 2.5vw, 2.4rem);
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, -webkit-max-content);
  grid-template-rows: repeat(2, max-content);
  grid-template-areas: "item01 item02 item05 item05" "item03 item04 item05 item05";
}
.area-business .body .contents .gallery .disp {
  width: 100%;
}
.area-business .body .contents .gallery .disp .image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.area-business .body .contents .gallery .disp:nth-of-type(1) {
  grid-area: item01;
}
.area-business .body .contents .gallery .disp:nth-of-type(2) {
  grid-area: item02;
}
.area-business .body .contents .gallery .disp:nth-of-type(3) {
  grid-area: item03;
}
.area-business .body .contents .gallery .disp:nth-of-type(4) {
  grid-area: item04;
}
.area-business .body .contents .gallery .disp:nth-of-type(5) {
  grid-area: item05;
}
@media screen and (max-width: 836px) {
  .area-business .body {
    max-width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .area-business .body .contents .gallery {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, -webkit-max-content);
    grid-template-rows: repeat(4, max-content);
    grid-template-areas: "item01 item02" "item03 item04" "item05 item05" "item05 item05";
    padding-right: 1.6rem;
    padding-left: 1.6rem;
  }
}

.sect-post-news {
  position: relative;
}
.sect-post-news::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f3f3f3;
  z-index: -2;
}
.sect-post-news .design-text-heading {
  top: 0;
}
@media screen and (min-width: 1025px) {
  .sect-post-news .design-text-heading {
    writing-mode: vertical-lr;
    right: 4.8rem;
  }
}

.area-post-news .body .contents .list-post-news {
  padding: clamp(2.4rem, 5vw, 4.8rem);
  background-color: white;
}
.area-post-news .body .contents .list-post-news .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
.area-post-news .body .contents .list-post-news .item:not(:first-of-type) {
  padding-top: clamp(1.2rem, 2.5vw, 2.4rem);
}
.area-post-news .body .contents .list-post-news .item:not(:last-of-type) {
  padding-bottom: clamp(1.2rem, 2.5vw, 2.4rem);
  border-bottom: 1px solid #ccc;
}
.area-post-news .body .contents .list-post-news .item .title,
.area-post-news .body .contents .list-post-news .item .data {
  width: 100%;
}
.area-post-news .body .contents .list-post-news .item .title {
  max-width: 70%;
}
.area-post-news .body .contents .list-post-news .item .title .link.post {
  width: 100%;
  color: #555;
}
.area-post-news .body .contents .list-post-news .item .title .link.post .headline .string {
  font-size: clamp(1.6rem, 3.3333333333vw, 2.2rem);
}
.area-post-news .body .contents .list-post-news .item .data {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 26%;
}
.area-post-news .body .contents .list-post-news .item .data .date,
.area-post-news .body .contents .list-post-news .item .data .term {
  width: 100%;
}
.area-post-news .body .contents .list-post-news .item .data .date {
  max-width: 50%;
}
.area-post-news .body .contents .list-post-news .item .data .date .string {
  margin-right: 1.2rem;
  font-size: clamp(1.3rem, 2.7083333333vw, 1.6rem);
}
.area-post-news .body .contents .list-post-news .item .data .term {
  max-width: 50%;
}
.area-post-news .body .contents .list-post-news .item .data .term .string {
  padding: 0.8rem 1.2rem;
  background-color: #2c3686;
  font-size: clamp(1.2rem, 2.5vw, 1.4rem);
  color: #fff;
  line-height: 1.25;
}
@media screen and (max-width: 1024px) {
  .area-post-news .body .contents .list-post-news .item .title {
    max-width: 56%;
  }
  .area-post-news .body .contents .list-post-news .item .data {
    max-width: 40%;
  }
  .area-post-news .body .contents .list-post-news .item .data .term .string {
    padding-right: 0.8rem;
    padding-left: 0.8rem;
  }
}
@media screen and (max-width: 600px) {
  .area-post-news .body .contents .list-post-news .item {
    flex-direction: column-reverse;
  }
  .area-post-news .body .contents .list-post-news .item .title,
.area-post-news .body .contents .list-post-news .item .data {
    max-width: 100%;
  }
  .area-post-news .body .contents .list-post-news .item .data {
    padding-bottom: 1.2rem;
    justify-content: flex-start;
  }
  .area-post-news .body .contents .list-post-news .item .data .date,
.area-post-news .body .contents .list-post-news .item .data .term {
    width: auto;
  }
  .area-post-news .body .contents .list-post-news .item .data .term .string {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }
}

.sect-company {
  position: relative;
}

@media screen and (max-width: 1024px) {
  .area-company {
    padding-top: 0;
  }
}
.area-company .head .contents .summary {
  max-width: 60%;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: clamp(2.4rem, 5vw, 4.8rem);
  text-align: center;
}
@media screen and (max-width: 600px) {
  .area-company .head .contents .summary {
    max-width: 100%;
  }
}
.area-company .body .contents .disp {
  max-width: 100vw;
  width: 100%;
  height: 40vh;
  overflow: hidden;
}
.area-company .body .contents .disp .image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sect-staff-voice {
  position: relative;
}
.sect-staff-voice::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 85vw;
  height: 100%;
  background-image: url(../images/top/bg-staff-voice-min.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -2;
}
.sect-staff-voice .design-text-heading {
  top: 0;
}
@media screen and (min-width: 1025px) {
  .sect-staff-voice .design-text-heading {
    writing-mode: vertical-lr;
    right: 4.8rem;
  }
}
@media screen and (max-width: 836px) {
  .sect-staff-voice::before {
    width: 100%;
    height: 75%;
    top: auto;
    bottom: 0;
  }
}

.area-staff-voice {
  display: flex;
  justify-content: space-between;
  max-width: 85vw;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .area-staff-voice {
    padding-top: 0;
  }
}
.area-staff-voice .head,
.area-staff-voice .body {
  width: 100%;
}
.area-staff-voice .head {
  max-width: 66%;
}
.area-staff-voice .head .heading .disp {
  margin-top: -4.8rem;
}
.area-staff-voice .body {
  max-width: 30%;
}
@media screen and (min-width: 837px) {
  .area-staff-voice .body .heading {
    padding-top: clamp(2.4rem, 5vw, 4.8rem);
  }
}
.area-staff-voice .body .contents {
  padding: 0 1.6rem 2.4rem 0;
}
.area-staff-voice .body .contents .list-staff-voice {
  padding-bottom: clamp(2.4rem, 5vw, 4.8rem);
}
.area-staff-voice .body .contents .list-staff-voice .item:not(:last-of-type) {
  padding-bottom: clamp(1.2rem, 2.5vw, 2.4rem);
}
.area-staff-voice .body .contents .list-staff-voice .item .voice-order {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.2rem 2.4rem 1.2rem 1.2rem;
  background-color: black;
}
.area-staff-voice .body .contents .list-staff-voice .item .voice-order::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.6rem);
  right: 1.6rem;
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  border-top: 0.2rem solid #fff;
  border-right: 0.2rem solid #fff;
  rotate: 45deg;
}
.area-staff-voice .body .contents .list-staff-voice .item .voice-order .number,
.area-staff-voice .body .contents .list-staff-voice .item .voice-order .desc-profile {
  width: 100%;
}
.area-staff-voice .body .contents .list-staff-voice .item .voice-order .number {
  max-width: 16%;
  font-size: clamp(4rem, 4.7846889952vw, 6rem);
  color: #fff;
  font-family: "Barlow-Regular", "Yu Gothic", "YuGothic", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
  opacity: 0.5;
}
.area-staff-voice .body .contents .list-staff-voice .item .voice-order .desc-profile {
  max-width: 80%;
}
.area-staff-voice .body .contents .list-staff-voice .item .voice-order .desc-profile .d-item {
  display: flex;
  flex-wrap: wrap;
  font-size: clamp(1.3rem, 2.7083333333vw, 1.7rem);
  color: #fff;
}
.area-staff-voice .body .contents .list-staff-voice .item .voice-order .desc-profile .d-item .d-title {
  max-width: 100%;
  width: 100%;
  padding-bottom: 0.8rem;
  line-height: 1;
}
.area-staff-voice .body .contents .list-staff-voice .item .voice-order .desc-profile .d-item .d-detail {
  line-height: 1;
}
.area-staff-voice .body .contents .list-staff-voice .item .voice-order .desc-profile .d-item .d-detail.name {
  max-width: 45%;
  padding-right: 1.2rem;
  font-size: clamp(1.5rem, 3.125vw, 2rem);
  font-weight: bold;
}
.area-staff-voice .body .contents .list-staff-voice .item .voice-order .desc-profile .d-item .d-detail.furigana {
  align-self: flex-end;
  max-width: 55%;
  font-family: "Poppins-SemiBold", "Yu Gothic", "YuGothic", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;
  text-transform: capitalize;
  letter-spacing: 0.05rem;
  line-height: 1.25;
}
@media screen and (max-width: 1440px) {
  .area-staff-voice .head {
    max-width: 56%;
  }
  .area-staff-voice .body {
    max-width: 40%;
  }
}
@media screen and (max-width: 1024px) {
  .area-staff-voice {
    max-width: 100%;
  }
}
@media screen and (max-width: 836px) {
  .area-staff-voice {
    flex-direction: column-reverse;
  }
  .area-staff-voice .head,
.area-staff-voice .body {
    max-width: 100%;
  }
  .area-staff-voice .head {
    padding-right: 1.6rem;
    padding-left: 1.6rem;
  }
  .area-staff-voice .body .heading {
    padding-right: 3.2rem;
  }
  .area-staff-voice .body .heading .disp.tab-disp {
    width: 100%;
    margin-bottom: 2.4rem;
  }
  .area-staff-voice .body .heading .disp.tab-disp .image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .area-staff-voice .body .contents {
    padding-left: 1.6rem;
  }
}

.sect-recruit {
  position: relative;
}
.sect-recruit::before {
  content: "";
  position: absolute;
  top: calc(50% - 44%);
  right: 0;
  max-width: 70%;
  width: 100%;
  height: 88%;
  background-color: #f3f3f3;
  -webkit-clip-path: polygon(35% 0%, 100% 0%, 100% 100%, 5% 100%);
          clip-path: polygon(35% 0%, 100% 0%, 100% 100%, 5% 100%);
}
@media screen and (max-width: 836px) {
  .sect-recruit::before {
    top: auto;
    bottom: 0;
    max-width: 100%;
    height: 70%;
    -webkit-clip-path: polygon(30% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(30% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
@media screen and (max-width: 600px) {
  .sect-recruit::before {
    height: 55%;
  }
}

.area-recruit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  width: 100%;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .area-recruit {
    padding-top: 0;
  }
}
.area-recruit .head,
.area-recruit .body {
  width: 100%;
}
.area-recruit .head .contents .summary {
  max-width: 40%;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: clamp(2.4rem, 5vw, 4.8rem);
}
.area-recruit .body {
  max-width: 65%;
}
.area-recruit .body .contents .gallery .item .disp {
  width: 100%;
}
.area-recruit .body .contents .gallery .item .disp .image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .area-recruit .head .contents .summary {
    max-width: 90%;
  }
}
@media screen and (max-width: 836px) {
  .area-recruit {
    flex-direction: column;
  }
  .area-recruit .head,
.area-recruit .body {
    max-width: 100%;
  }
  .area-recruit .head {
    padding-bottom: 4.8rem;
  }
}
@media screen and (max-width: 600px) {
  .area-recruit .head .contents .text .sentence {
    width: 80%;
  }
}

.sect-facility-introduction {
  position: relative;
}
.sect-facility-introduction .design-text-heading {
  top: clamp(2.4rem, 5vw, 4.8rem);
  left: 50%;
  translate: -50%;
}

.area-facility-introduction.ly-fixed-large {
  max-width: 1800px;
}
.area-facility-introduction .body .contents .gallery {
  display: grid;
  gap: clamp(1.2rem, 2.5vw, 2.4rem);
  grid-template-columns: 480px 300px 1fr 1fr;
  grid-template-rows: repeat(3, -webkit-max-content);
  grid-template-rows: repeat(3, max-content);
  grid-template-areas: "item01 item02 item05 item05" "item01 item03 item05 item05" "item01 item04 item05 item05";
}
@media screen and (max-width: 1440px) {
  .area-facility-introduction .body .contents .gallery {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .area-facility-introduction .body .contents .gallery {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(5, -webkit-max-content);
    grid-template-rows: repeat(5, max-content);
    grid-template-areas: "item01 item01 item02 item02" "item01 item01 item03 item03" "item01 item01 item04 item04" "item05 item05 item05 item05" "item05 item05 item05 item05";
  }
}
.area-facility-introduction .body .contents .gallery .item .disp {
  width: 100%;
  height: 100%;
}
.area-facility-introduction .body .contents .gallery .item .disp .image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.area-facility-introduction .body .contents .gallery .item:nth-of-type(1) {
  grid-area: item01;
}
.area-facility-introduction .body .contents .gallery .item:nth-of-type(2) {
  grid-area: item02;
}
.area-facility-introduction .body .contents .gallery .item:nth-of-type(2) .disp {
  aspect-ratio: 2/1;
}
.area-facility-introduction .body .contents .gallery .item:nth-of-type(2) .disp .image {
  aspect-ratio: 2/1;
}
.area-facility-introduction .body .contents .gallery .item:nth-of-type(3) {
  grid-area: item03;
}
.area-facility-introduction .body .contents .gallery .item:nth-of-type(3) .disp {
  aspect-ratio: 2/1;
}
.area-facility-introduction .body .contents .gallery .item:nth-of-type(3) .disp .image {
  aspect-ratio: 2/1;
}
.area-facility-introduction .body .contents .gallery .item:nth-of-type(4) {
  grid-area: item04;
}
.area-facility-introduction .body .contents .gallery .item:nth-of-type(4) .disp {
  aspect-ratio: 2/1;
}
.area-facility-introduction .body .contents .gallery .item:nth-of-type(4) .disp .image {
  aspect-ratio: 2/1;
}
.area-facility-introduction .body .contents .gallery .item:nth-of-type(5) {
  grid-area: item05;
}
/*# sourceMappingURL=top.css.map */