@charset "UTF-8";
.ro {
  position: absolute;
  transform: rotate(90deg);
}

.first-section {
  background-image: url(../img/top-img.png);
  height: 964px;
  width: 100%;
  position: relative;
  background-size: cover;
}
.first-section .bottom-wrap {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.first-section .bottom-wrap .bottom-back {
  position: absolute;
  content: "";
  bottom: 0;
  width: 100%;
  height: 401px;
  background: linear-gradient(180deg, rgba(217, 217, 217, 0), #464646);
  height: 401px;
  mix-blend-mode: multiply;
}
.first-section .bottom-wrap svg {
  height: 40px;
  width: 40px;
  color: #fff;
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
.first-section .left-wrap .clippath-lu {
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
          clip-path: polygon(100% 0, 0 0, 0 100%);
  height: 975px;
  width: 315px;
  -o-object-fit: contain;
     object-fit: contain;
  mix-blend-mode: multiply;
  background-color: var(--gray-light);
  top: 0;
}
.first-section .left-wrap .clippath-ld {
  position: absolute;
  bottom: 0;
  height: 742px;
  mix-blend-mode: hard-light;
  background-color: var(--main-color);
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
          clip-path: polygon(0 0, 0% 100%, 100% 100%);
  width: 529px;
}
.first-section .left-wrap .text-block {
  color: var(--white, #fff);
  position: absolute;
  bottom: 0;
  padding: 100px;
}
.first-section .left-wrap .text-block h3 {
  font-size: 40px;
}
.first-section .left-wrap .text-block p {
  max-width: 677px;
  font-size: 20px;
}
.first-section .right-wrap {
  position: absolute;
  bottom: 0;
  right: 0;
}
.first-section .right-wrap img {
  position: relative;
  z-index: 1;
  padding: 25px;
}
.first-section .right-wrap .clippath-rd {
  position: absolute;
  height: 790px;
  width: 241px;
  -o-object-fit: contain;
     object-fit: contain;
  mix-blend-mode: multiply;
  background-color: var(--gray-light);
  bottom: 0;
  right: 0;
  -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
          clip-path: polygon(100% 0, 0 100%, 100% 100%);
}

.second-section {
  background: var(--main-color-light, #b5d6ed);
  padding: 25px 25px 150px 25px;
}
.second-section .head_wrap {
  background: transparent;
}
.second-section .recruit-btn {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
  background-color: var(--ac-color, #fff34a);
  min-width: 298px;
  justify-content: center;
}
.second-section .recruit-btn .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.second-section .recruit-btn .wrap span {
  font-size: 24px;
}
.second-section .recruit-btn .wrap span.ruby {
  font-size: 14px;
  font-family: "Alexandria", sans-serif;
}
.second-section .recruit-btn svg {
  height: 22.3px;
  width: auto;
}
.second-section .content-set {
  display: flex;
  padding: 5vw 10vw;
  gap: 3vw;
  width: 100%;
  transition: all 0.6s;
}
.second-section .content-set .content {
  position: relative;
  width: 15%;
  transition: width 0.5s ease-in-out;
}
.second-section .content-set .content .card {
  display: flex;
  align-items: flex-end;
  background: url(../img/slide-01.png) no-repeat;
  background-size: cover;
  height: 424px;
  justify-content: flex-start;
  z-index: 1;
  color: white;
  position: relative;
}
.second-section .content-set .content .card .title {
  animation-delay: 2s;
  padding: 1vw;
}
.second-section .content-set .content .card .title p {
  font-size: 14px;
  color: white;
}
.second-section .content-set .content .card .text {
  display: none;
  opacity: 0;
  width: 100%;
  margin: 5vw 2vw 2vw 2vw;
  opacity: 0;
  visibility: hidden;
  animation-name: displayAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  visibility: hidden;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
}
.second-section .content-set .content .card .text p {
  font-size: 0px;
}
.second-section .content-set .content.two .card {
  background: url(../img/slide-02.png) no-repeat;
}
.second-section .content-set .content.three .card {
  background: url(../img/slide-03.png) no-repeat;
}
.second-section .content-set .content::after {
  content: "";
  background: var(--main-color);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 30px;
  right: -25px;
  z-index: 0;
}
.second-section .content-set .content.active {
  width: 60%;
  position: relative;
}
.second-section .content-set .content.active .card {
  display: flex;
  align-items: flex-end;
  background: url(../img/slide-01.png) no-repeat;
  background-size: cover;
  height: 424px;
  justify-content: flex-start;
  position: relative;
}
.second-section .content-set .content.active .card .title {
  z-index: 2;
  width: 50%;
  opacity: 1;
  visibility: visible;
}
.second-section .content-set .content.active .card .title p {
  font-size: clamp(16px, 1.8rem, 3.2rem);
}
.second-section .content-set .content.active .card .text.active {
  opacity: 1;
  visibility: visible;
  display: flex;
  width: 50%;
  margin: 5vw 2vw 2vw 2vw;
  z-index: 2;
  flex-direction: column;
  align-items: center;
  align-items: flex-end;
}
.second-section .content-set .content.active .card .text.active p {
  font-size: clamp(10px, 1.4rem, 2rem);
}
.second-section .content-set .content.active .card .text.active a {
  background-color: white;
  color: black;
  display: flex;
  border-radius: 5px;
  padding: 5px 10px;
}
.second-section .content-set .content.active .card::before {
  content: "";
  position: absolute;
  -webkit-clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
  background-color: #787878;
  mix-blend-mode: multiply;
  height: 100%;
  width: 70%;
  right: 0;
}
.second-section .content-set .content.active .background-color::after {
  content: "";
  background: url(../img/slide-01.png) no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  background-size: cover;
  z-index: 1;
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
}
.second-section .content-set .content.two.active .card {
  background: url(../img/slide-02.png) no-repeat;
  background-size: cover;
}
.second-section .content-set .content.three.active .card {
  background: url(../img/slide-03.png) no-repeat;
  background-size: cover;
}

@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.third-section h4 {
  color: #fff;
  font-size: 1.5rem;
  padding-left: 10%;
  margin-bottom: 1%;
}
.third-section .swiper .swiper-wrapper {
  padding-bottom: 50px !important;
}
.third-section .swiper .swiper-pagination-bullet {
  border-radius: inherit;
  width: 15px;
  height: 15px;
  background: white;
}
.third-section .swiper .swiper-pagination-bullet-active {
  background: rgb(255, 243, 74);
  border-radius: initial;
  width: 15px;
  height: 15px;
}
.third-section .swiper .swiper-button-prev,
.third-section .swiper .swiper-button-next {
  background: white;
  border-radius: 50%;
  aspect-ratio: 1/1;
  height: 69px;
  width: 69px;
}
.third-section .swiper .swiper-button-prev:after,
.third-section .swiper .swiper-button-next:after {
  font-size: 20px;
}
.third-section .bus-slider-wrap {
  padding: 5%;
}
.third-section .bus-slider-wrap.gray {
  background-color: var(--lightgray-dark, #4f4f4f);
}
.third-section .bus-slider-wrap.blue {
  background-color: var(--main-color);
}
.third-section .bus-slider-wrap .hed-text {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 40px;
  justify-content: space-between;
  padding: 0 10%;
}
.third-section .bus-slider-wrap .hed-text h2 {
  font-size: 32px;
  letter-spacing: 0.2em;
  color: var(--white);
  border-bottom: 1px solid var(--white);
}
.third-section .bus-slider-wrap .hed-text table {
  background-color: rgba(255, 255, 255, 0.5);
  border-collapse: collapse;
  text-align: center;
  font-size: 20px;
}
.third-section .bus-slider-wrap .hed-text table tbody {
  border-color: transparent;
  display: block;
  padding: 10px;
}
.third-section .bus-slider-wrap .hed-text table th {
  border-top: none;
  border-left: none;
  border-right: none;
  padding-bottom: 10px;
  text-align: center;
}
.third-section .bus-slider-wrap .hed-text table th span {
  background-color: var(--lightgray-dark, #4f4f4f);
  color: white;
  padding: 5px;
  margin: 5px;
  display: block;
}
.third-section .bus-slider-wrap .hed-text table tr {
  border-color: transparent;
  border-top: none;
  border-left: none;
  padding: 8px;
  text-align: left;
}
.third-section .bus-slider-wrap .hed-text table tr.border-line {
  position: relative;
  border-bottom: 1px solid black;
}
.third-section .bus-slider-wrap .hed-text table td {
  border-right: 1px dashed black;
  text-align: center;
  line-height: 30px;
}
.third-section .bus-slider-wrap .hed-text table td:last-child {
  border-right: none;
}
.third-section .slide1 {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px 10%;
  justify-content: center;
  gap: 5%;
}
.third-section .slide1 .slider-container {
  flex-direction: row;
  align-items: stretch;
  display: grid;
  flex-direction: row;
  grid-template-columns: 2fr 1fr;
  width: 60%;
  gap: 10px;
}
.third-section .slide1 .slider-container .main-image {
  max-width: 555px;
  max-height: 555px;
  width: 100%;
  height: 100%;
}
.third-section .slide1 .slider-container .main-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: opacity 0.5s ease-in-out;
  opacity: 1;
  border: 10px solid #fff;
  box-sizing: border-box;
}
.third-section .slide1 .slider-container .main-image img.fading {
  opacity: 0;
}
.third-section .slide1 .slider-container .thumbnail-container {
  display: grid;
  gap: 10;
  max-height: 555px;
  max-width: 250px;
  width: 100%;
  height: 100%;
  grid-template-rows: repeat(1fr 1fr);
  gap: 10px;
}
.third-section .slide1 .slider-container .thumbnail {
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
  transition: transform 0.3s ease, border-color 0.3s ease;
  height: 100%;
  width: 100%;
  border: 10px solid #fff;
  box-sizing: border-box;
}
.third-section .slide1 .main-text {
  width: 40%;
}
.third-section .slide1 .main-text dl {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 20px;
  font-size: 24px;
  letter-spacing: 0.2em;
}
.third-section .slide1 .main-text dt {
  background-color: var(--white);
  text-align: center;
}
.third-section .slide1 .main-text dd {
  color: var(--white);
  text-align: right;
}

.fourth-section .cover .head_wrap {
  padding: 20px 0;
}
.fourth-section .cover .map-wrapper {
  padding: 50px 5%;
  background-color: #4f4f4f;
  text-align: left;
  font-size: 20px;
  color: #fff;
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
}
.fourth-section .cover .map-wrapper .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.fourth-section .cover .map-wrapper h4 {
  border-bottom: 2px solid white;
}
.fourth-section .cover .map-wrapper iframe {
  border-radius: 20px;
  max-height: 270px;
}
.fourth-section .cover .map-wrapper p {
  font-size: 20px;
  letter-spacing: 0.2em;
  font-family: "Hiragino Kaku Gothic Pro";
}

.fifth-section {
  padding: 40px 0;
}
.fifth-section .head_wrap {
  background: transparent;
}
.fifth-section .head_wrap h2 {
  color: var(--white, #fff);
}
.fifth-section .head_wrap span {
  color: var(--white, #fff);
}
.fifth-section .wrapper {
  padding: 5%;
}
.fifth-section .wrapper .parent {
  display: grid;
  grid-template-columns: 0.5fr repeat(2, 2fr) 0 2fr;
  grid-template-rows: repeat(13, 0.5fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  gap: 10px;
  padding: 0px 12%;
}
.fifth-section .wrapper .parent div {
  background-color: var(--white, #fff);
  display: flex;
  align-items: center;
  justify-content: center;
}
.fifth-section .wrapper .parent div.gray-back {
  background-color: var(--lightgray-light, #919191);
  color: var(--white, #fff);
}
.fifth-section .wrapper .parent div.gray-back:first-child {
  border-radius: 20px 0 0 0;
}
.fifth-section .wrapper .parent div.gray-back.right-radius {
  border-radius: 0 20px 0 0;
}
.fifth-section .wrapper .parent div.two-line {
  padding: 20px 10px;
}
.fifth-section .wrapper .parent div.turn-f {
  writing-mode: vertical-rl;
  line-height: 5rem;
  background-color: var(--main-color);
  font-size: 20px;
  letter-spacing: 0.2em;
  font-family: "Hiragino Kaku Gothic Pro";
  color: #fff;
}
.fifth-section .wrapper .parent div.light-blue {
  background-color: var(--main-color-light, #75c3ff);
}
.fifth-section .wrapper .div1 {
  grid-area: 1/1/2/4;
}
.fifth-section .wrapper .div2 {
  grid-area: 1/5/2/6;
}
.fifth-section .wrapper .div3 {
  grid-area: 2/1/10/2;
}
.fifth-section .wrapper .div4 {
  grid-area: 2/2/6/3;
}
.fifth-section .wrapper .div5 {
  grid-area: 2/3/3/4;
}
.fifth-section .wrapper .div6 {
  grid-area: 3/3/4/4;
}
.fifth-section .wrapper .div7 {
  grid-area: 4/3/5/4;
}
.fifth-section .wrapper .div8 {
  grid-area: 5/3/6/4;
}
.fifth-section .wrapper .div9 {
  grid-area: 2/5/3/6;
}
.fifth-section .wrapper .div10 {
  grid-area: 3/5/4/6;
}
.fifth-section .wrapper .div11 {
  grid-area: 4/5/5/6;
}
.fifth-section .wrapper .div12 {
  grid-area: 5/5/6/6;
}
.fifth-section .wrapper .div13 {
  grid-area: 6/2/10/3;
}
.fifth-section .wrapper .div14 {
  grid-area: 6/3/7/4;
}
.fifth-section .wrapper .div15 {
  grid-area: 7/3/8/4;
}
.fifth-section .wrapper .div16 {
  grid-area: 8/3/9/4;
}
.fifth-section .wrapper .div17 {
  grid-area: 9/3/10/4;
}
.fifth-section .wrapper .div18 {
  grid-area: 6/5/7/6;
}
.fifth-section .wrapper .div19 {
  grid-area: 7/5/8/6;
}
.fifth-section .wrapper .div20 {
  grid-area: 8/5/9/6;
}
.fifth-section .wrapper .div21 {
  grid-area: 9/5/10/6;
}
.fifth-section .wrapper .div22 {
  grid-area: 10/1/14/2;
}
.fifth-section .wrapper .div23 {
  grid-area: 10/2/12/3;
}
.fifth-section .wrapper .div24 {
  grid-area: 10/3/11/4;
}
.fifth-section .wrapper .div25 {
  grid-area: 11/3/12/4;
}
.fifth-section .wrapper .div26 {
  grid-area: 10/5/11/6;
}
.fifth-section .wrapper .div27 {
  grid-area: 11/5/12/6;
}
.fifth-section .wrapper .div28 {
  grid-area: 12/2/13/4;
}
.fifth-section .wrapper .div29 {
  grid-area: 12/5/13/6;
}
.fifth-section .wrapper .div30 {
  grid-area: 13/2/14/4;
}
.fifth-section .wrapper .div31 {
  grid-area: 13/5/14/6;
}

.sixth-section {
  position: relative;
  padding: 50px 2vw;
  z-index: 1;
}
.sixth-section .background-recruit {
  background-image: url(../img/recruit-back.png);
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-size: cover;
  padding-bottom: 25vw;
}
.sixth-section .head_wrap {
  background-color: transparent;
}
.sixth-section .head_wrap h2 {
  color: var(--white, #fff);
}
.sixth-section .head_wrap span {
  color: var(--white, #fff);
}
.sixth-section .wrapper .list-menu {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.sixth-section .wrapper .list-menu li a {
  display: block;
  background: var(--main-color);
  margin: 0 2vw;
  padding: 1vw 3vw;
  text-decoration: none;
  color: var(--white, #fff);
  font-weight: 700;
  font-style: normal;
  position: relative;
  z-index: 1;
}
.sixth-section .wrapper .list-menu li a p {
  font-size: 20px;
}
.sixth-section .wrapper .area {
  display: none;
  opacity: 0;
  padding: 50px 0px;
}
.sixth-section .wrapper .area ul {
  padding: 0 10vw;
}
.sixth-section .wrapper .area ul li {
  display: flex;
  flex-direction: row;
  gap: 1vw;
  margin-bottom: 1vw;
  display: grid;
  grid-template-columns: 1fr 2fr;
}
.sixth-section .wrapper .area ul li p {
  padding: 0.2em 20px;
  font-size: 20px;
}
.sixth-section .wrapper .area ul li p:first-child {
  color: white;
  background-color: var(--main-color);
  font-size: clamp(10px, 1.4rem, 2rem);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sixth-section .wrapper .area ul li p:nth-child(2) {
  background-color: rgba(255, 255, 255, 0.75);
  color: #000;
  font-size: clamp(10px, 1.4rem, 2rem);
}
.sixth-section .wrapper .area.is-active {
  display: block;
  animation-name: displayAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  margin: 0 auto;
}

.seventh-section {
  display: flex;
  align-items: center;
  position: relative;
  padding-top: 15vw;
  top: -20vw;
  text-align: center;
  padding: 3vw 5vw;
  flex-direction: column;
  margin: auto;
  margin-bottom: -15vw;
  z-index: 1;
}
.seventh-section .benefits-deco {
  width: 15%;
  position: relative;
  top: -200px;
}
.seventh-section .benefits-deco img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.seventh-section .wrapper {
  text-align: center;
  background: var(--main-color);
  border-radius: 20px;
  width: 80%;
  padding: 3vw 5vw;
}
.seventh-section .wrapper .head_wrap {
  margin-bottom: 5vw;
  background: transparent;
}
.seventh-section .wrapper .head_wrap h2 {
  color: #fff;
}
.seventh-section .wrapper .head_wrap span {
  color: #fff;
}
.seventh-section .wrapper .content-benefit {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8vw;
  justify-content: center;
}
.seventh-section .wrapper .content-benefit .card {
  display: flex;
  flex-direction: column;
  gap: 1vw;
}
.seventh-section .wrapper .content-benefit .card .shadow img {
  width: 100%;
}
.seventh-section .wrapper .content-benefit .card p {
  font-size: clamp(11px, 1.4rem, 2.4rem);
  color: #fff;
}
.seventh-section .overlay {
  display: none;
  /* 初期状態で非表示に */
}
.seventh-section .overlay.active {
  display: flex;
  justify-content: center;
  align-items: center;
}
.seventh-section .popup {
  margin: auto;
  padding: 20px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #666;
  width: calc(100% - 40vw);
  height: calc(100% - 35vw);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  position: absolute;
  align-items: center;
  justify-content: center;
  margin-top: -20vw;
}
.seventh-section .popup__close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  color: #333;
  text-decoration: none;
  cursor: pointer;
}

.eighth-section {
  padding: 3%;
  background: var(--white, #fff);
  position: relative;
  top: -50vw;
}
.eighth-section .border-wrapper {
  border: 10px solid var(--main-color);
  padding: 3%;
  padding-top: 50vw;
}
.eighth-section .border-wrapper .content-wrap {
  margin: 5%;
}
.eighth-section .border-wrapper .content-wrap h5 {
  font-size: 32px;
  letter-spacing: 0.2em;
  color: var(--gray-light);
  margin-bottom: 10px;
}
.eighth-section .border-wrapper .content-wrap p {
  font-size: 20px;
  letter-spacing: 0.2em;
  margin-bottom: 20px;
}
.eighth-section .border-wrapper .content-wrap .table-wrapper {
  display: grid;
  gap: 15px;
}
.eighth-section .border-wrapper .content-wrap .table-wrapper .item {
  background-color: var(--white-4e);
  padding: 2%;
}
.eighth-section .border-wrapper .content-wrap .table-wrapper .item h6 {
  font-size: 24px;
  letter-spacing: 0.2em;
}
.eighth-section .border-wrapper .content-wrap .table-wrapper .item h6 span {
  color: var(--main-color);
  font-family: "Alexandria", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.eighth-section .border-wrapper .content-wrap .table-wrapper .item h5 {
  display: none;
}
.eighth-section .border-wrapper .content-wrap .table-wrapper .item p {
  font-size: 20px;
  letter-spacing: 0.2em;
}
.eighth-section .border-wrapper .content-wrap .table-wrapper .item ul {
  display: grid;
  gap: 10px;
  align-items: center;
  justify-content: start;
  margin-top: 30px;
}
.eighth-section .border-wrapper .content-wrap .table-wrapper .item ul li {
  background-color: var(--white);
  padding: 5px;
}
.eighth-section .border-wrapper .content-wrap .table-wrapper .item .container {
  display: grid;
  grid-template-columns: 2fr 0.5fr 2fr;
  grid-template-rows: auto;
  gap: 10px 10px;
  padding: 5%;
  grid-auto-flow: row;
  align-items: center;
  grid-template-areas: "a b c" "d i m" "e j n" "f k o" "g l p" "h s q";
}
.eighth-section .border-wrapper .content-wrap .table-wrapper .item .container .a {
  grid-area: a;
}
.eighth-section .border-wrapper .content-wrap .table-wrapper .item .container .b {
  grid-area: b;
}
.eighth-section .border-wrapper .content-wrap .table-wrapper .item .container .c {
  grid-area: c;
}
.eighth-section .border-wrapper .content-wrap .table-wrapper .item .container .d {
  grid-area: d;
}
.eighth-section .border-wrapper .content-wrap .table-wrapper .item .container .e {
  grid-area: e;
}
.eighth-section .border-wrapper .content-wrap .table-wrapper .item .container .f {
  grid-area: f;
}
.eighth-section .border-wrapper .content-wrap .table-wrapper .item .container .g {
  grid-area: g;
}
.eighth-section .border-wrapper .content-wrap .table-wrapper .item .container .h {
  grid-area: h;
}
.eighth-section .border-wrapper .content-wrap .table-wrapper .item .container .i {
  grid-area: i;
}
.eighth-section .border-wrapper .content-wrap .table-wrapper .item .container .j {
  grid-area: j;
}
.eighth-section .border-wrapper .content-wrap .table-wrapper .item .container .k {
  grid-area: k;
}
.eighth-section .border-wrapper .content-wrap .table-wrapper .item .container .l {
  grid-area: l;
}
.eighth-section .border-wrapper .content-wrap .table-wrapper .item .container .s {
  grid-area: s;
}
.eighth-section .border-wrapper .content-wrap .table-wrapper .item .container .m {
  grid-area: m;
}
.eighth-section .border-wrapper .content-wrap .table-wrapper .item .container .n {
  grid-area: n;
}
.eighth-section .border-wrapper .content-wrap .table-wrapper .item .container .o {
  grid-area: o;
}
.eighth-section .border-wrapper .content-wrap .table-wrapper .item .container .p {
  grid-area: p;
}
.eighth-section .border-wrapper .content-wrap .table-wrapper .item .container .q {
  grid-area: q;
}
.eighth-section .border-wrapper .content-wrap .table-wrapper .item .container div {
  background: var(--white);
  padding: 5px;
}
.eighth-section .border-wrapper .content-wrap .table-wrapper .item .container div.arrow {
  background: transparent;
  width: 15px;
  text-align: center;
  margin: auto;
  padding: 0px;
}
.eighth-section .border-wrapper .content-wrap .table-wrapper .item .container div.arrow svg {
  color: rgb(145, 145, 145);
}
.eighth-section .border-wrapper .content-wrap .table-wrapper .item .container div.hed {
  background: transparent;
  font-size: 20px;
  letter-spacing: 0.2em;
}
.eighth-section .border-wrapper .content-wrap .table-wrapper .item .img-wrapper {
  display: grid;
  gap: 50px;
  justify-content: center;
  margin: 10px auto;
  max-width: 1280px;
  grid-template-columns: repeat(3, 1fr);
}
.eighth-section .border-wrapper .content-wrap .table-wrapper .item .img-wrapper .card-training {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 337px;
  width: 100%;
}
.eighth-section .border-wrapper .content-wrap .table-wrapper .item .img-wrapper .card-training img {
  width: 100%;
}
.eighth-section .border-wrapper .content-wrap .table-wrapper .item .img-wrapper .card-training span {
  font-size: 20px;
}

.ninghth-section {
  padding: 5%;
  position: relative;
  margin-top: -50vw;
}
.ninghth-section .head_wrap {
  margin-bottom: 30px;
  background: transparent;
}
.ninghth-section .head_wrap h2 {
  color: #fff;
}
.ninghth-section .head_wrap span {
  color: #fff;
}
.ninghth-section .wrap {
  margin-bottom: 100px;
}
.ninghth-section .wrap ul {
  padding: 0 10vw;
}
.ninghth-section .wrap ul li {
  display: flex;
  flex-direction: row;
  gap: 1vw;
  margin-bottom: 1vw;
}
.ninghth-section .wrap ul li p {
  padding: 0.2em 2em;
  font-size: clamp(10px, 1.4rem, 2rem);
  background-color: #fff;
}
.ninghth-section .wrap ul li p:first-child {
  width: 20%;
  color: var(--main-color);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ninghth-section .wrap ul li p:nth-child(2) {
  width: 80%;
  background: #fff;
  color: #000;
}
.ninghth-section .ro {
  color: var(--white, #fff);
  right: 0;
  top: 50%;
}
.ninghth-section .top-btn {
  position: relative;
  color: var(--white, #fff);
  margin-top: 100px;
}
.ninghth-section .top-btn svg {
  height: 35px;
}

@media screen and (max-width: 768px) {
  .ro {
    display: none;
  }
  .first-section {
    height: 512px;
    background-position: 0 0;
    animation: slide 8s infinite linear;
  }
  .first-section .back-image {
    height: 512px;
    width: 100%;
    -o-object-fit: contain;
    background-position: right;
  }
  .first-section .bottom-wrap {
    height: 213.46px;
    align-items: flex-end;
  }
  .first-section .bottom-wrap svg {
    width: 14px;
    margin-bottom: -4px;
  }
  .first-section .left-wrap .clippath-lu {
    height: 512px;
    width: 103.5px;
  }
  .first-section .left-wrap .clippath-ld {
    height: 184px;
    width: 131px;
  }
  .first-section .left-wrap .text-block {
    padding: 10px;
    width: 100%;
    z-index: 1;
    margin-bottom: 14px;
  }
  .first-section .left-wrap .text-block h3 {
    font-size: 24px;
  }
  .first-section .left-wrap .text-block p {
    max-width: auto;
    font-size: 16px;
  }
  .first-section .right-wrap {
    position: static;
  }
  .first-section .right-wrap img {
    width: 117px;
    height: 78px;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .first-section .right-wrap .clippath-rd {
    height: 344.5px;
    width: 72.85px;
  }
  .second-section {
    padding: 25px 0px;
    padding-bottom: 0;
  }
  .second-section .content-set {
    flex-direction: column;
    padding: 0;
    gap: 0;
  }
  .second-section .content-set .content {
    width: 100%;
  }
  .second-section .content-set .content.active {
    width: -moz-fit-content;
    width: fit-content;
  }
  .second-section .content-set .content.active .card {
    min-height: 200px;
    height: auto;
    width: auto;
    justify-content: center;
    align-items: flex-start;
  }
  .second-section .content-set .content.active .card .title {
    width: 100%;
  }
  .second-section .content-set .content.active .card .title p {
    font-size: 16px;
  }
  .second-section .content-set .content.active .card .text {
    width: 100%;
  }
  .second-section .content-set .content.active .card .text p {
    font-size: 14px;
  }
  .second-section .content-set .content.active .card .text.active {
    width: -moz-fit-content;
    width: fit-content;
  }
  .second-section .content-set .content.active .card .text.active p {
    font-size: 14px;
  }
  .second-section .content-set .content.active .card::before {
    position: absolute;
    -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0, 100% 100%, 0% 100%);
    background-color: #787878;
    mix-blend-mode: multiply;
    height: 100%;
    width: 100%;
    right: 0;
  }
  .second-section .content-set .content .card {
    flex-direction: column;
    height: auto;
    background-size: cover !important;
    opacity: 1;
    visibility: visible;
    animation-name: auto;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    width: 100%;
    min-height: 200px;
    justify-content: center;
    align-items: flex-start;
  }
  .second-section .content-set .content .card .title {
    z-index: 2;
    width: 100%;
    opacity: 1;
    visibility: visible;
    text-align: left;
  }
  .second-section .content-set .content .card .title p {
    font-size: 14px;
    color: white;
  }
  .second-section .content-set .content .card .text {
    transition: all 0.5s ease-in-out;
    opacity: 1;
    visibility: visible;
    display: inline-block;
    width: -moz-fit-content;
    width: fit-content;
    margin: 5vw 2vw 2vw 2vw;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-items: flex-end;
  }
  .second-section .content-set .content .card .text p {
    font-size: 14px;
  }
  .second-section .content-set .content .card .text a {
    background-color: white;
    color: black;
    display: flex;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 14px;
  }
  .second-section .content-set .content .card::before {
    content: "";
    position: absolute;
    -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0, 100% 100%, 0% 100%);
    background-color: #787878;
    mix-blend-mode: multiply;
    height: 100%;
    width: 100%;
    right: 0;
  }
  .second-section .content-set .content::after {
    content: none;
  }
  .second-section .content-set .content.active {
    width: 100%;
  }
  .second-section .content-set .content.active .background-color::after {
    content: "";
    background: url(../img/slide-01.png) no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    background-size: cover;
    z-index: 1;
    mix-blend-mode: multiply;
    width: 100%;
    height: 100%;
  }
  .second-section .content-set .content.two.active .card {
    background: url(../img/slide-02.png) no-repeat;
    background-size: cover;
  }
  .second-section .content-set .content.three.active .card {
    background: url(../img/slide-03.png) no-repeat;
    background-size: cover;
  }
  .third-section .swiper .swiper-button-prev,
  .third-section .swiper .swiper-button-next {
    height: 30px;
    width: 30px;
  }
  .third-section .swiper .swiper-button-prev:after,
  .third-section .swiper .swiper-button-next:after {
    font-size: 15px;
  }
  .third-section .bus-slider-wrap {
    padding: 0;
  }
  .third-section .bus-slider-wrap .hed-text {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    padding: 0;
  }
  .third-section .bus-slider-wrap .hed-text h2 {
    font-size: 24px;
    margin: 15px 0;
  }
  .third-section .bus-slider-wrap .hed-text table {
    font-size: 12px;
  }
  .third-section .bus-slider-wrap .hed-text table tbody {
    border-color: transparent;
    display: block;
    padding: 10px;
  }
  .third-section .bus-slider-wrap .hed-text table th {
    border-top: none;
    border-left: none;
    border-right: none;
  }
  .third-section .bus-slider-wrap .hed-text table th span {
    padding: 3px;
    margin: 1px;
    letter-spacing: normal;
  }
  .third-section .bus-slider-wrap .hed-text table tr {
    border-color: transparent;
    border-top: none;
    border-left: none;
    padding: 8px;
    text-align: left;
  }
  .third-section .bus-slider-wrap .hed-text table tr.border-line {
    position: relative;
    border-bottom: 1px solid black;
  }
  .third-section .bus-slider-wrap .hed-text table td {
    border-right: 1px dashed black;
    text-align: center;
    line-height: 30px;
    letter-spacing: normal;
  }
  .third-section .bus-slider-wrap .hed-text table td:last-child {
    border-right: none;
  }
  .third-section .slide1 {
    flex-direction: column;
    padding: 20px 5%;
    gap: 20px;
  }
  .third-section .slide1 .slider-container {
    width: 100%;
  }
  .third-section .slide1 .slider-container .thumbnail-container {
    display: grid;
    gap: 10;
  }
  .third-section .slide1 .main-text {
    width: 100%;
  }
  .third-section .slide1 .main-text dl {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1.5fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 10px 5px;
    font-size: 16px;
    letter-spacing: 0.2em;
    letter-spacing: normal;
  }
  .third-section .slide1 .main-text dl dt:last-child {
    grid-area: 3/1/4/3;
  }
  .third-section .slide1 .main-text dl dd:last-child {
    grid-area: 3/3/4/5;
    text-aling: left;
  }
  .fourth-section .cover .head_wrap {
    padding: 10px 0;
  }
  .fourth-section .cover .map-wrapper {
    padding: 25px 5%;
    grid-template-columns: auto;
    gap: 30px;
  }
  .fourth-section .cover .map-wrapper .wrap {
    gap: 10px;
  }
  .fourth-section .cover .map-wrapper h4 {
    font-size: 24px;
  }
  .fourth-section .cover .map-wrapper iframe {
    border-radius: 20px;
    max-height: 170px;
    width: auto;
  }
  .fourth-section .cover .map-wrapper p {
    font-size: 12px;
    letter-spacing: 0.1em;
  }
  .fifth-section {
    padding: 20px 0;
  }
  .fifth-section .wrapper {
    padding: 2%;
  }
  .fifth-section .wrapper .parent {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(17, 0.5fr);
    padding: 0;
    gap: 5;
  }
  .fifth-section .wrapper .parent div {
    font-size: 12px;
    padding: 5px 5px;
    letter-spacing: 0.1em;
  }
  .fifth-section .wrapper .parent div.gray-back:first-child {
    display: none;
  }
  .fifth-section .wrapper .parent div.gray-back.right-radius {
    display: none;
  }
  .fifth-section .wrapper .parent div.two-line {
    padding: 10px 5px;
  }
  .fifth-section .wrapper .parent div.turn-f {
    line-height: 2rem;
    font-size: 16px;
    writing-mode: inherit;
  }
  .fifth-section .wrapper .parent div.light-blue {
    background: var(--main-color);
  }
  .fifth-section .wrapper .div1 {
    display: none;
  }
  .fifth-section .wrapper .div2 {
    display: none;
  }
  .fifth-section .wrapper .div3 {
    grid-area: 1/1/2/3;
  }
  .fifth-section .wrapper .div4 {
    grid-area: 2/1/3/3;
    background-color: #dbf2f9 !important;
  }
  .fifth-section .wrapper .div5 {
    grid-area: 3/1/3/2;
  }
  .fifth-section .wrapper .div6 {
    grid-area: 4/1/5/2;
  }
  .fifth-section .wrapper .div7 {
    grid-area: 5/1/6/2;
  }
  .fifth-section .wrapper .div8 {
    grid-area: 6/1/7/2;
  }
  .fifth-section .wrapper .div9 {
    grid-area: 3/2/3/3;
  }
  .fifth-section .wrapper .div10 {
    grid-area: 4/2/5/3;
  }
  .fifth-section .wrapper .div11 {
    grid-area: 5/2/6/3;
  }
  .fifth-section .wrapper .div12 {
    grid-area: 6/2/7/3;
  }
  .fifth-section .wrapper .div13 {
    grid-area: 7/1/8/3;
    background-color: #dbf2f9 !important;
  }
  .fifth-section .wrapper .div14 {
    grid-area: 8/1/9/2;
  }
  .fifth-section .wrapper .div15 {
    grid-area: 9/1/10/2;
  }
  .fifth-section .wrapper .div16 {
    grid-area: 10/1/11/2;
  }
  .fifth-section .wrapper .div17 {
    grid-area: 11/1/12/2;
  }
  .fifth-section .wrapper .div18 {
    grid-area: 8/2/9/3;
  }
  .fifth-section .wrapper .div19 {
    grid-area: 9/2/10/3;
  }
  .fifth-section .wrapper .div20 {
    grid-area: 10/2/11/3;
  }
  .fifth-section .wrapper .div21 {
    grid-area: 11/2/12/3;
  }
  .fifth-section .wrapper .div22 {
    grid-area: 12/1/13/3;
  }
  .fifth-section .wrapper .div23 {
    grid-area: 13/1/14/3;
    background-color: #dbf2f9 !important;
  }
  .fifth-section .wrapper .div24 {
    grid-area: 14/1/15/2;
  }
  .fifth-section .wrapper .div25 {
    grid-area: 14/2/15/3;
  }
  .fifth-section .wrapper .div26 {
    grid-area: 15/1/16/2;
  }
  .fifth-section .wrapper .div27 {
    grid-area: 15/2/16/3;
  }
  .fifth-section .wrapper .div28 {
    grid-area: 16/1/17/3;
    background-color: #dbf2f9 !important;
  }
  .fifth-section .wrapper .div29 {
    grid-area: 17/1/18/3;
  }
  .fifth-section .wrapper .div30 {
    grid-area: 18/1/19/3;
    background-color: #dbf2f9 !important;
  }
  .fifth-section .wrapper .div31 {
    grid-area: 19/1/20/3;
  }
  .fifth-section .wrapper .div32 {
    grid-area: 20/1/21/3;
  }
  .sixth-section {
    padding: 0px 1vw;
  }
  .sixth-section .wrapper .list-menu li a {
    margin: 0 2vw;
    padding: 1vw 2vw;
  }
  .sixth-section .wrapper .list-menu li a p {
    font-size: 16px;
  }
  .sixth-section .wrapper .area {
    padding: 25px 0px;
  }
  .sixth-section .wrapper .area ul {
    padding: 0 5vw;
  }
  .sixth-section .wrapper .area ul li {
    grid-template-columns: auto;
  }
  .sixth-section .wrapper .area ul li p {
    padding: 0.2em 10px;
    font-size: 16px;
  }
  .sixth-section .wrapper .area ul li p:first-child {
    font-size: 16px;
  }
  .sixth-section .wrapper .area ul li p:nth-child(2) {
    font-size: 16px;
  }
  .seventh-section {
    padding: 0;
    top: 0;
    height: auto;
    margin-bottom: 15px;
  }
  .seventh-section .benefits-deco {
    width: 15%;
    position: relative;
    top: -200px;
  }
  .seventh-section .benefits-deco img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .seventh-section .wrapper {
    padding: 3vw 3vw;
    width: 100%;
  }
  .seventh-section .wrapper .head_wrap {
    margin-bottom: 5vw;
  }
  .seventh-section .wrapper .content-benefit {
    gap: 2vw;
  }
  .seventh-section .wrapper .content-benefit .card p {
    font-size: 10px;
    letter-spacing: 0.1em;
  }
  .seventh-section .overlay {
    display: none;
    /* 初期状態で非表示に */
  }
  .seventh-section .overlay.active {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .seventh-section .popup {
    width: calc(100% - 10vw);
    height: calc(100% - 10vw);
  }
  .seventh-section .popup__close {
    font-size: 16px;
  }
  .eighth-section {
    padding: 2%;
    top: 0;
  }
  .eighth-section .border-wrapper {
    border: 3px solid var(--main-color);
    padding: 1%;
  }
  .eighth-section .border-wrapper .content-wrap {
    margin: 1%;
  }
  .eighth-section .border-wrapper .content-wrap h5 {
    font-size: 24px;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
  }
  .eighth-section .border-wrapper .content-wrap p {
    font-size: 16px;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
  }
  .eighth-section .border-wrapper .content-wrap .table-wrapper {
    display: grid;
    gap: 15px;
  }
  .eighth-section .border-wrapper .content-wrap .table-wrapper .item {
    padding: 2%;
  }
  .eighth-section .border-wrapper .content-wrap .table-wrapper .item h6 {
    font-size: 16px;
    letter-spacing: 0.1em;
  }
  .eighth-section .border-wrapper .content-wrap .table-wrapper .item h5 {
    font-size: 20px;
    display: block;
  }
  .eighth-section .border-wrapper .content-wrap .table-wrapper .item p {
    font-size: 14px;
    letter-spacing: 0.1em;
  }
  .eighth-section .border-wrapper .content-wrap .table-wrapper .item ul {
    gap: 10px;
    margin-top: 10px;
  }
  .eighth-section .border-wrapper .content-wrap .table-wrapper .item ul li {
    padding: 5px;
    font-size: 12px;
  }
  .eighth-section .border-wrapper .content-wrap .table-wrapper .item .container {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    padding: 0;
    grid-auto-flow: row;
    align-items: center;
    gap: 0;
    grid-template-areas: "a" "b" "b" "c" "d" "e" "f" "g" "h" "i" "j";
    font-size: 14px;
  }
  .eighth-section .border-wrapper .content-wrap .table-wrapper .item .container .d {
    grid-area: a;
    background: transparent !important;
    font-weight: 700;
  }
  .eighth-section .border-wrapper .content-wrap .table-wrapper .item .container .e {
    grid-area: c;
    background: transparent !important;
    font-weight: 700;
  }
  .eighth-section .border-wrapper .content-wrap .table-wrapper .item .container .f {
    grid-area: e;
    background: transparent !important;
    font-weight: 700;
  }
  .eighth-section .border-wrapper .content-wrap .table-wrapper .item .container .g {
    grid-area: g;
    background: transparent !important;
    font-weight: 700;
  }
  .eighth-section .border-wrapper .content-wrap .table-wrapper .item .container .h {
    grid-area: i;
    background: transparent !important;
    font-weight: 700;
  }
  .eighth-section .border-wrapper .content-wrap .table-wrapper .item .container .m {
    grid-area: b;
  }
  .eighth-section .border-wrapper .content-wrap .table-wrapper .item .container .n {
    grid-area: d;
  }
  .eighth-section .border-wrapper .content-wrap .table-wrapper .item .container .o {
    grid-area: f;
  }
  .eighth-section .border-wrapper .content-wrap .table-wrapper .item .container .p {
    grid-area: h;
  }
  .eighth-section .border-wrapper .content-wrap .table-wrapper .item .container .q {
    grid-area: j;
  }
  .eighth-section .border-wrapper .content-wrap .table-wrapper .item .container div {
    padding: 5px;
  }
  .eighth-section .border-wrapper .content-wrap .table-wrapper .item .container div.arrow {
    display: none;
  }
  .eighth-section .border-wrapper .content-wrap .table-wrapper .item .container div.hed {
    display: none;
  }
  .eighth-section .border-wrapper .content-wrap .table-wrapper .item .img-wrapper {
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    padding: 0 25px;
    gap: 15px;
    align-items: center;
  }
  .eighth-section .border-wrapper .content-wrap .table-wrapper .item .img-wrapper .card-training {
    max-width: 250px;
    font-size: 12px;
    letter-spacing: normal;
  }
  .eighth-section .border-wrapper .content-wrap .table-wrapper .item .img-wrapper .card-training span {
    font-size: 12px;
  }
  .ninghth-section {
    padding: 5%;
    margin-top: 0vw;
  }
  .ninghth-section .head_wrap {
    margin-bottom: 30px;
    background: transparent;
  }
  .ninghth-section .wrap {
    margin-bottom: 50px;
  }
  .ninghth-section .wrap ul {
    padding: 0;
  }
  .ninghth-section .wrap ul li {
    flex-direction: column;
    gap: 1vw;
  }
  .ninghth-section .wrap ul li p {
    padding: 0.2em 2em;
    font-size: 14px;
  }
  .ninghth-section .wrap ul li p:first-child {
    width: 100%;
    color: #fff;
    background-color: #4f4f4f;
  }
  .ninghth-section .wrap ul li p:nth-child(2) {
    width: 100%;
  }
  .ninghth-section .ro {
    display: none;
  }
  .ninghth-section .top-btn svg {
    height: 25px;
  }
}
@keyframes slide {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100% 0;
  }
}/*# sourceMappingURL=main.css.map */