.lead {
  width: 100%;
}
.lead__swiper {
  width: 100%;
  position: relative;
}
.lead__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
  width: 53.0666666667vw;
  height: auto;
}
@media screen and (min-width: 768px) {
  .lead__title {
    width: 18.6805555556vw;
  }
}
@media screen and (min-width: 1440px) {
  .lead__title {
    width: 269px;
  }
}
.lead__title img {
  width: 100%;
  height: auto;
}
.lead__item {
  position: relative;
  overflow: hidden;
  aspect-ratio: 375/246;
  height: 65.6vw;
}
@media screen and (min-width: 768px) {
  .lead__item {
    height: 27.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .lead__item {
    height: 400px;
  }
}
.lead__item img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  height: auto;
  object-fit: cover;
}
.lead__text {
  max-width: 90%;
  font-size: 1.7rem;
  font-family: "Noto Sans Japanese", sans-serif;
  line-height: 2;
  letter-spacing: 0.1em;
  font-weight: 600;
  text-align: center;
  margin: 8vw auto;
}
@media screen and (min-width: 768px) {
  .lead__text {
    max-width: none;
    font-size: 1.8rem;
    margin: 2.7777777778vw 0 3.4722222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .lead__text {
    margin: 40px 0 50px;
  }
}
.lead__text span {
  color: #61C6B2;
}
.lead__pagination {
  position: absolute;
  top: 45% !important;
  left: 3.2vw !important;
  transform: translateY(-50%);
  width: 3.2vw !important;
}
@media screen and (min-width: 768px) {
  .lead__pagination {
    top: 50% !important;
    left: 0.8333333333vw !important;
    width: 0.8333333333vw !important;
  }
}
@media screen and (min-width: 1440px) {
  .lead__pagination {
    left: 12px !important;
    width: 12px !important;
  }
}
.lead__pagination .swiper-pagination-bullet {
  opacity: 1;
  background: #CCCCCC;
  width: 3.2vw;
  height: 3.2vw;
  margin: 1.3333333333vw 0 !important;
}
@media screen and (min-width: 768px) {
  .lead__pagination .swiper-pagination-bullet {
    width: 0.8333333333vw;
    height: 0.8333333333vw;
    margin: 0.3472222222vw 0 !important;
  }
}
@media screen and (min-width: 1440px) {
  .lead__pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 5px 0 !important;
  }
}
.lead__pagination .swiper-pagination-bullet-active {
  background: #61C6B2;
}

.content {
  width: 100%;
}
.content__item {
  display: flex;
  flex-direction: column;
  gap: 3.4666666667vw;
  margin-bottom: 9.3333333333vw;
}
@media screen and (min-width: 768px) {
  .content__item {
    flex-direction: row;
    justify-content: space-between;
    gap: 3.8194444444vw;
    margin-bottom: 3.4722222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .content__item {
    gap: 55px;
    margin-bottom: 50px;
  }
}
.content__item:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .content__item:last-child {
    margin-bottom: 3.4722222222vw;
  }
}
@media screen and (min-width: 1440px) {
  .content__item:last-child {
    margin-bottom: 50px;
  }
}
.content__swiper {
  position: relative;
  flex-shrink: 0;
  width: 100vw;
  overflow: hidden;
  padding-bottom: 10.6666666667vw;
  margin: 0 calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  .content__swiper {
    width: 38.1944444444vw;
    padding-bottom: 2.7777777778vw;
    margin: 0;
  }
}
@media screen and (min-width: 1440px) {
  .content__swiper {
    width: 550px;
    padding-bottom: 40px;
  }
}
.content__pagination {
  position: absolute;
  bottom: 0;
}
.content__pagination .swiper-pagination-bullet-active {
  background: #61C6B2;
}
.content__pagination .swiper-pagination-bullet {
  width: 3.2vw;
  height: 3.2vw;
  margin: 0 1.3333333333vw !important;
}
@media screen and (min-width: 768px) {
  .content__pagination .swiper-pagination-bullet {
    width: 0.8333333333vw;
    height: 0.8333333333vw;
    margin: 0 0.3472222222vw !important;
  }
}
@media screen and (min-width: 1440px) {
  .content__pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 5px !important;
  }
}
.content__navigation {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: 100%;
  z-index: 5;
  top: 47%;
  left: 50%;
  padding: 0 1.8666666667vw;
  transform: translateX(-50%) translateY(-50%);
}
@media screen and (min-width: 768px) {
  .content__navigation {
    top: 50%;
    padding: 0 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .content__navigation {
    padding: 0 10px;
  }
}
.content__navigation .swiper-button-next,
.content__navigation .swiper-button-prev {
  position: static;
  width: 7.2vw;
  height: 7.2vw;
}
@media screen and (min-width: 768px) {
  .content__navigation .swiper-button-next,
  .content__navigation .swiper-button-prev {
    width: 2.7777777778vw;
    height: 2.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .content__navigation .swiper-button-next,
  .content__navigation .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
}
.content__prev::after {
  position: static;
  content: "";
  position: absolute;
  background-image: url("../img/module/btn_prev_icon1.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 7.2vw;
  height: 7.2vw;
}
@media screen and (min-width: 768px) {
  .content__prev::after {
    content: "";
    position: absolute;
    background-image: url("../img/module/btn_prev_icon1.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 2.7777777778vw;
    height: 2.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .content__prev::after {
    content: "";
    position: absolute;
    background-image: url("../img/module/btn_prev_icon1.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
  }
}
.content__next::after {
  position: static;
  content: "";
  position: absolute;
  background-image: url("../img/module/btn_next_icon1.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 7.2vw;
  height: 7.2vw;
}
@media screen and (min-width: 768px) {
  .content__next::after {
    content: "";
    position: absolute;
    background-image: url("../img/module/btn_next_icon1.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 2.7777777778vw;
    height: 2.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .content__next::after {
    content: "";
    position: absolute;
    background-image: url("../img/module/btn_next_icon1.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
  }
}
.content__container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .content__container {
    width: 34.7222222222vw;
    max-height: 28.6458333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .content__container {
    width: 500px;
    max-height: 412.5px;
  }
}
.content__subtitle {
  font-size: 3.6rem;
  line-height: 1.5;
  font-weight: bold;
  color: #61C6B2;
  padding-bottom: 4vw;
  border-bottom: 0.2666666667vw solid #61C6B2;
}
@media screen and (min-width: 768px) {
  .content__subtitle {
    padding-bottom: 1.0416666667vw;
    border-bottom: 0.0694444444vw solid #61C6B2;
  }
}
@media screen and (min-width: 1440px) {
  .content__subtitle {
    padding-bottom: 15px;
    border-bottom: 1px solid #61C6B2;
  }
}
.content__thumbnail {
  position: relative;
  height: 75vw;
  overflow: hidden;
  background-color: #F0F0F0;
}
@media screen and (min-width: 768px) {
  .content__thumbnail {
    height: 28.6458333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .content__thumbnail {
    height: 412.5px;
  }
}
.content__thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  height: auto;
  object-fit: cover;
}
.content__unit {
  margin-bottom: auto;
}
.content__text {
  font-size: 1.6rem;
  font-weight: 600;
  font-family: "Noto Sans Japanese", sans-serif;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-top: 4.2666666667vw;
  margin-bottom: auto;
  padding-bottom: 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  .content__text {
    font-size: 1.7rem;
    margin-top: 1.3888888889vw;
    margin-bottom: auto;
    padding-bottom: 1.0416666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .content__text {
    margin-top: 20px;
    margin-bottom: auto;
    padding-bottom: 15px;
  }
}
.content__group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #E5F7F3;
  padding: 5.3333333333vw;
  min-height: 22.1333333333vw;
}
@media screen and (min-width: 768px) {
  .content__group {
    padding: 1.3888888889vw;
    min-height: 8.125vw;
  }
}
@media screen and (min-width: 1440px) {
  .content__group {
    padding: 20px;
    min-height: 117px;
  }
}
.content__link a {
  font-size: 1.6rem;
  font-weight: bold;
  color: #61C6B2;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .content__link a {
    font-size: 2rem;
  }
}
.content__link a:hover {
  opacity: 0.5;
  transition: 0.5s ease;
}
.content__area {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .content__area {
    font-size: 2rem;
  }
}
.content__area span {
  color: #4A5549;
}
.content__area .content__number {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  font-size: 1.6rem;
  background-color: #4A5549;
  color: #ffffff;
  width: 6.8133333333vw;
  height: 6.9253333333vw;
  border-radius: 13.3333333333vw;
  border: 0.2666666667vw solid #ffffff;
  padding: 0 0 0.8vw 0;
  margin-left: 1.3333333333vw;
}
@media screen and (min-width: 768px) {
  .content__area .content__number {
    font-size: 2.4rem;
    width: 2.5vw;
    height: 2.5694444444vw;
    border-radius: 3.4722222222vw;
    border: 0.0694444444vw solid #ffffff;
    padding: 0 0.0694444444vw 0.2083333333vw 0;
    margin-left: 0.4166666667vw;
  }
}
@media screen and (min-width: 1440px) {
  .content__area .content__number {
    width: 36px;
    height: 37px;
    border-radius: 50px;
    border: 1px solid #ffffff;
    padding: 0 1px 3px 0;
    margin-left: 6px;
  }
}
.content__area--blue span {
  color: #4281D6;
}
.content__area--blue .content__number {
  background-color: #4281D6;
}
.content__area--lightblue span {
  color: #4281D6;
}
.content__area--lightblue .content__number {
  background-color: #4281D6;
}
.content__area--green span {
  color: #2C9571;
}
.content__area--green .content__number {
  background-color: #2C9571;
}
.content__area--purple span {
  color: #962181;
}
.content__area--purple .content__number {
  background-color: #962181;
}
.content__btn {
  width: 35.7706666667vw;
  height: 12.6746666667vw;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .content__btn {
    font-size: 1.8rem;
    width: 14.4944444444vw;
    height: 4.65vw;
  }
}
@media screen and (min-width: 1440px) {
  .content__btn {
    width: 208.72px;
    height: 66.96px;
  }
}
.content__btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: inherit;
  height: inherit;
  color: #ffffff;
  text-decoration: none;
  font-size: inherit;
  font-weight: bold;
  background-color: #FBB14E;
  border-radius: 2.6666666667vw;
  box-shadow: -0.5333333333vw -0.5333333333vw 1.6vw rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 768px) {
  .content__btn a {
    border-radius: 0.6944444444vw;
    box-shadow: -0.1388888889vw -0.1388888889vw 0.4166666667vw rgba(0, 0, 0, 0.16);
  }
}
@media screen and (min-width: 1440px) {
  .content__btn a {
    border-radius: 10px;
    box-shadow: -2px -2px 6px rgba(0, 0, 0, 0.16);
  }
}
.content__btn a:hover {
  filter: brightness(0.8);
  transition: 0.3s ease;
}
.content__btn a {
  background-image: url(../img/module/btn_map_icon1.svg);
  background-repeat: no-repeat;
  background-position: center left 2.1333333333vw;
  background-size: 4.304vw 4.352vw;
  padding-left: 7.4666666667vw;
}
@media screen and (min-width: 768px) {
  .content__btn a {
    background-position: center left 1.0416666667vw;
    background-size: 1.5791666667vw 1.5972222222vw;
    padding-left: 2.0833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .content__btn a {
    background-position: center left 15px;
    background-size: 22.74px 23px;
    padding-left: 30px;
  }
}
.content__btn--pdf {
  width: fit-content;
  height: 10.1333333333vw;
  font-size: 1.5rem;
  font-family: "Noto Sans Japanese", sans-serif;
  letter-spacing: 0.1em;
  margin-top: 0;
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .content__btn--pdf {
    height: 2.6388888889vw;
    margin-bottom: 0.6944444444vw;
  }
}
@media screen and (min-width: 1440px) {
  .content__btn--pdf {
    height: 38px;
    margin-bottom: 10px;
  }
}
.content__btn--pdf a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: inherit;
  height: inherit;
  color: #ffffff;
  text-decoration: none;
  font-size: inherit;
  font-weight: bold;
  background-color: #FBB14E;
  border-radius: 2.6666666667vw;
  box-shadow: -0.5333333333vw -0.5333333333vw 1.6vw rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 768px) {
  .content__btn--pdf a {
    border-radius: 0.6944444444vw;
    box-shadow: -0.1388888889vw -0.1388888889vw 0.4166666667vw rgba(0, 0, 0, 0.16);
  }
}
@media screen and (min-width: 1440px) {
  .content__btn--pdf a {
    border-radius: 10px;
    box-shadow: -2px -2px 6px rgba(0, 0, 0, 0.16);
  }
}
.content__btn--pdf a:hover {
  filter: brightness(0.8);
  transition: 0.3s ease;
}
.content__btn--pdf a {
  background-image: url(../img/module/btn_pdf_icon1.svg);
  background-repeat: no-repeat;
  background-position: center left 2.1333333333vw;
  background-size: 4.8346666667vw 5.4106666667vw;
  padding-left: 7.4666666667vw;
}
@media screen and (min-width: 768px) {
  .content__btn--pdf a {
    background-position: center left 1.0416666667vw;
    background-size: 1.2590277778vw 1.5479166667vw;
    padding-left: 2.0833333333vw;
  }
}
@media screen and (min-width: 1440px) {
  .content__btn--pdf a {
    background-position: center left 15px;
    background-size: 18.13px 22.29px;
    padding-left: 30px;
  }
}
.content__btn--pdf a {
  background-color: #61C6B2;
  box-shadow: none;
  padding: 1.8666666667vw 2.6666666667vw 1.8666666667vw 10.6666666667vw;
}
@media screen and (min-width: 768px) {
  .content__btn--pdf a {
    padding: 0.4861111111vw 0.6944444444vw 0.4861111111vw 2.7777777778vw;
  }
}
@media screen and (min-width: 1440px) {
  .content__btn--pdf a {
    padding: 7px 10px 7px 40px;
  }
}