/* 字體 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap");

@font-face {
  font-family: "Trajan-Regular";
  src: url(../../fonts/Trajan-Regular.ttf);
}

body,
html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #f7f8f8;
}

a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}

img {
  display: block;
}

.Futura-Std-Book {
  font-family: "Futura-Std-Book";
}

.all {
  width: 100%;
  height: 100vh;
}

.all-swiper {
  height: 100vh !important;
  -webkit-overflow-scrolling: touch !important;
  transform: translate3d(0, 0, 0);
}

.swiper-wrapper {
  -webkit-perspective: 3000;
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch !important;
}

.all-swiper > .swiper-slide {
  height: 100%;
  transform: translate3d(0, 0, 0) !important;
  transition-duration: 0ms !important;
}

/*header*/
.header {
  width: 100%;
  height: 10vw;
  background-color: transparent;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  border-bottom: 1px solid #b4b4b5;
}

.header-logo {
  width: 24%;
  height: auto;
  position: absolute;
  left: 3%;
  top: 50%;
  transform: translateY(-50%);
}

.icons {
  width: 27%;
  height: auto;
  position: absolute;
  right: 3%;
  top: 50%;
  transform: translateY(-50%);
}

.icons-li {
  width: 33%;
  height: auto;
  float: left;
  box-sizing: border-box;
  display: block;
}

.map {
  padding: 2.5% 11% 0% 11%;
}

.phone {
  padding: 2.5% 10% 0% 10%;
}

.fb {
  padding: 2.5% 8.8% 0% 8.8%;
}

/*頁面1*/
.main1 {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  transform: translate3d(0, 0, 0) !important;
  transition-duration: 0ms !important;
  background-color: #fff;
}

.main1-pic1 {
  width: 29%;
  height: auto;
  position: absolute;
  right: 17%;
  top: 11.5%;
}

.main1-pic2 {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  transform: scale(1.1);
  animation: main1-pic2 5s linear;
  animation-delay: 0;
  animation-fill-mode: forwards;
}

@keyframes main1-pic2 {
  0% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

.main1-txt {
  width: 100%;
  text-align: center;
  color: #00564a;
  font-size: 3.4vw;
  font-family: "Noto Serif TC", serif;
  position: absolute;
  left: 0;
  bottom: 15vw;
  letter-spacing: 4.3vw;
  text-indent: 4.3vw;
}

/*頁面2*/
.main2 {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  transform: translate3d(0, 0, 0) !important;
  transition-duration: 0ms !important;
}

.main2-banner {
  width: 100%;
  height: 100vh;
  position: relative;
}

.main2-banner .swiper-container {
  height: 100%;
}

.main2-banner .swiper-container .swiper-slide {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.main2 .swiper-pagination {
  width: 30%;
  bottom: 5vw;
}

.main2 .swiper-pagination-bullet {
  background-image: url(../img/dot2.png);
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 2vw;
  height: 2vw;
  margin-left: 1vw !important;
  margin-right: 1vw !important;
  opacity: 1;
  border: none;
  background-color: transparent;
  border-radius: 0;
}

.main2 .swiper-pagination-bullet-active {
  background-image: url(../img/dot1.png);
  background-color: transparent;
}

.main2-txt {
  width: 70%;
  height: auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 23.5vw;
  font-family: "Noto Serif TC", serif;
}

.main2-txt h2 {
  width: 100%;
  color: #fff;
  font-size: 4.5vw;
  letter-spacing: 0.6vw;
  line-height: 7.5vw;
  position: relative;
  margin: 0 0 3vw 0;
  font-weight: 600;
}

.main2-txt h4 {
  width: 100%;
  box-sizing: border-box;
  color: #fff;
  font-size: 3.5vw;
  line-height: 6vw;
  letter-spacing: 0.15vw;
  position: relative;
  margin: 0 auto;
  /* padding: 0 4%; */
  text-align: justify;
  text-justify: inter-ideograph;
  font-weight: lighter;
}

.main2-txt-line {
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  top: 5%;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.banner-txt {
  position: absolute;
  right: 2vw;
  bottom: 5vw;
  font-family: "Noto Serif TC", serif;
  color: #fff;
  font-size: 2.9vw;
  letter-spacing: 0.3vw;
  box-sizing: border-box;
  text-align:right;
}

/*頁面3*/
.main3 {
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  position: absolute;
  transform: translate3d(0, 0, 0) !important;
  transition-duration: 0ms !important;
}

.dragscroll {
  width: auto;
  height: 100%;
  position: relative;
  overflow: auto;
  cursor: grab;
}

.dragscroll img {
  display: block;
}

/* 滾動條的設定 */
/*chrome 和Safari*/
.dragscroll::-webkit-scrollbar {
  width: 0 !important;
}
/*IE 10+*/
.dragscroll {
  -ms-overflow-style: none;
}
/*Firefox*/
.dragscroll {
  overflow: -moz-scrollbars-none;
}

.main3-shadow {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../img/main3-shadow.png);
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.main3-finger {
  width: 21%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 7%;
  animation: finger 0.6s infinite alternate;
  transition-timing-function: ease-out;
}

@keyframes finger {
  0% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}

/*頁面4*/
.main4 {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  transform: translate3d(0, 0, 0) !important;
  transition-duration: 0ms !important;
}

.main4-banner {
  width: 100%;
  height: 100vh;
  position: relative;
}

.main4-banner .swiper-container {
  height: 100%;
}

.main4-banner .swiper-container .swiper-slide {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.main4 .swiper-pagination {
  width: 30%;
  bottom: 5vw;
}

.main4 .swiper-pagination-bullet {
  background-image: url(../img/dot2.png);
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 2vw;
  height: 2vw;
  margin-left: 1vw !important;
  margin-right: 1vw !important;
  opacity: 1;
  border: none;
  background-color: transparent;
  border-radius: 0;
}

.main4 .swiper-pagination-bullet-active {
  background-image: url(../img/dot1.png);
  background-color: transparent;
}

.main4-txt {
  width: 70%;
  height: auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 23.5vw;
  font-family: "Noto Serif TC", serif;
}

.main4-txt h2 {
  width: 100%;
  color: #fff;
  font-size: 4.5vw;
  letter-spacing: 0.6vw;
  line-height: 7.5vw;
  position: relative;
  margin: 0 0 3vw 0;
  font-weight: 600;
}

.main4-txt h4 {
  width: 100%;
  box-sizing: border-box;
  color: #fff;
  font-size: 3.5vw;
  line-height: 6vw;
  letter-spacing: 0.15vw;
  position: relative;
  margin: 0 auto;
  /* padding: 0 4%; */
  text-align: justify;
  text-justify: inter-ideograph;
  font-weight: lighter;
}

.main4-txt-line {
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  top: 5%;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.main4-banner-txt {
  color: #c8c9ca;
}

/*頁面5*/
.main5 {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: #fff;
  transform: translate3d(0, 0, 0) !important;
  transition-duration: 0ms !important;
}

.main5-banner {
  width: 100%;
  height: auto;
  position: relative;
}

.main5-banner .swiper-container {
  height: 100%;
}

.main5-banner .swiper-container .swiper-slide {
  width: 100%;
  height: 100%;
  transform: translate3d(0, 0, 0) !important;
  transition-duration: 0ms !important;
}

.main5-img {
  width: 100%;
  height: 60.5vw;
  position: relative;
  margin: 0 0 0 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.main5 .swiper-pagination {
  position: relative;
  width: 30%;
  margin-top: 5vw;
}

.main5 .swiper-pagination-bullet {
  background-image: url(../img/dot2.png);
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 2vw;
  height: 2vw;
  margin-left: 1vw !important;
  margin-right: 1vw !important;
  opacity: 1;
  border: none;
  background-color: transparent;
  border-radius: 0;
}

.main5 .swiper-pagination-bullet-active {
  background-image: url(../img/dot1.png);
  background-color: transparent;
}

.main5-txt {
  width: 70%;
  height: 54vw;
  position: relative;
  margin: 23.5vw auto 15vw auto;
  font-family: "Noto Serif TC", serif;
}

.main5-txt h2 {
  width: 100%;
  color: #4b4948;
  font-size: 4.5vw;
  letter-spacing: 0.6vw;
  line-height: 7.5vw;
  position: relative;
  margin: 0 0 3vw 0;
  font-weight: 600;
}

.main5-txt h4 {
  width: 100%;
  box-sizing: border-box;
  color: #4b4948;
  font-size: 3.5vw;
  line-height: 6vw;
  letter-spacing: 0.15vw;
  position: relative;
  margin: 0 auto;
  text-align: justify;
  text-justify: inter-ideograph;
  font-weight: lighter;
}

.main5-txt h5 {
  width: 100%;
  box-sizing: border-box;
  color: #4b4948;
  font-size: 2.9vw;
  line-height: 5vw;
  letter-spacing: 0.15vw;
  position: relative;
  margin: 2.5vw auto 0 auto;
  font-weight: lighter;
}

.main5-banner-txt {
  color: #888888;
  bottom: -7vw;
}

.QRcode {
  width: 13vw;
  position: absolute;
  right: 0;
  top: 39vw;
  display: block;
}

@media all and (max-width: 320px) {
  .QRcode {
    top: 44vw;
  }
}

/*頁面6*/
.main6 {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  transform: translate3d(0, 0, 0) !important;
  transition-duration: 0ms !important;
}

.main6-banner {
  width: 100%;
  height: 100vh;
  position: relative;
}

.main6-banner .swiper-container {
  height: 100%;
}

.main6-banner .swiper-container .swiper-slide {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.main6 .swiper-pagination {
  bottom: 5vw;
}

.main6 .swiper-pagination-bullet {
  background-image: url(../img/dot2.png);
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 2vw;
  height: 2vw;
  margin-left: 1vw !important;
  margin-right: 1vw !important;
  opacity: 1;
  border: none;
  background-color: transparent;
  border-radius: 0;
}

.main6 .swiper-pagination-bullet-active {
  background-image: url(../img/dot1.png);
  background-color: transparent;
}

.main6-txt {
  width: 70%;
  height: auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 20.5vw;
  font-family: "Noto Serif TC", serif;
  color: #58595b;
}

.main6-txt-li {
  height: 3.2vw;
  display: inline-block;
  margin: 0 0 -0.3vw 0;
}

@media all and (max-width: 320px) {
  .main6-txt-li {
    height: 3.4vw;
  }
}

.main6-txt h1 {
  width: 100%;
  font-size: 4.8vw;
  letter-spacing: 0.6vw;
  line-height: 7.5vw;
  position: relative;
  margin: 0 0 0 0;
  font-weight: 600;
}

.main6-txt h2 {
  width: 100%;
  font-size: 6.2vw;
  letter-spacing: 0;
  line-height: 7.5vw;
  position: relative;
  margin: 0 0 0 0;
  font-weight: normal;
  font-family: "Trajan-Regular";
  text-transform: uppercase;
}

.main6-txt h3 {
  width: 100%;
  font-size: 4vw;
  letter-spacing: 0.2vw;
  line-height: 7.5vw;
  position: relative;
  margin: 0 0 2vw 0;
  font-weight: 600;
}

.main6-txt h4 {
  width: 100%;
  font-size: 3.8vw;
  letter-spacing: 0.2vw;
  line-height: 7.5vw;
  position: relative;
  margin: 0 0 1vw 0;
  font-weight: 600;
}

.main6-txt h5 {
  width: 100%;
  box-sizing: border-box;
  font-size: 3.5vw;
  line-height: 5vw;
  letter-spacing: 0.05vw;
  position: relative;
  margin: 0 auto;
  text-align: justify;
  text-justify: inter-ideograph;
  font-weight: 600;
}

.main6-txt-h5-2 {
  /* font-family: "Noto Sans JP", sans-serif;
  font-weight: 600; */
}

.main6-txt-space {
  margin-top: 5vw;
}

.main6-img {
  width: 100%;
  position: relative;
  margin: 0 0 2vw 0;
}

/*頁面7*/
.main7 {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  transform: translate3d(0, 0, 0) !important;
  transition-duration: 0ms !important;
}

.main7-banner {
  width: 100%;
  height: 100vh;
  position: relative;
}

.main7-banner .swiper-container {
  height: 100%;
}

.main7-banner .swiper-container .swiper-slide {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.main7 .swiper-pagination {
  width: 30%;
  bottom: 5vw;
}

.main7 .swiper-pagination-bullet {
  background-image: url(../img/dot2.png);
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 2vw;
  height: 2vw;
  margin-left: 1vw !important;
  margin-right: 1vw !important;
  opacity: 1;
  border: none;
  background-color: transparent;
  border-radius: 0;
}

.main7 .swiper-pagination-bullet-active {
  background-image: url(../img/dot1.png);
  background-color: transparent;
}

.main7-txt {
  width: 70%;
  height: auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 31.5vw;
}

.main7-banner-txt {
  color: #9e9e9f;
  text-align: right;
  bottom: 20vw;
  letter-spacing: 0.1vw;
}

/*頁面8*/
.main8 {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  transform: translate3d(0, 0, 0) !important;
  transition-duration: 0ms !important;
}

.main8-banner {
  width: 100%;
  height: auto;
  position: relative;
  margin: 38.5vw auto 0 auto;
}

.main8 .swiper-pagination {
  position: relative;
  width: 19%;
  margin-top: 5vw;
}

.main8 .swiper-pagination-bullet {
  background-image: url(../img/dot2.png);
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 2vw;
  height: 2vw;
  margin-left: 1vw !important;
  margin-right: 1vw !important;
  opacity: 1;
  border: none;
  background-color: transparent;
  border-radius: 0;
}

.main8 .swiper-pagination-bullet-active {
  background-image: url(../img/dot1.png);
  background-color: transparent;
}

.main8-txt {
  width: 64%;
  height: auto;
  position: relative;
  margin: 9vw auto 0 auto;
}

.main8-banner-txt {
  color: #888888;
  bottom: 31vw;
}

/*頁面9*/
.main9 {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  transform: translate3d(0, 0, 0) !important;
  transition-duration: 0ms !important;
}

.main9-banner {
  width: 100%;
  height: auto;
  position: relative;
  margin: 38.5vw auto 0 auto;
}

.main9 .swiper-pagination {
  position: relative;
  width: 27%;
  margin-top: 5vw;
}

.main9 .swiper-pagination-bullet {
  background-image: url(../img/dot2.png);
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 2vw;
  height: 2vw;
  margin-left: 1vw !important;
  margin-right: 1vw !important;
  opacity: 1;
  border: none;
  background-color: transparent;
  border-radius: 0;
}

.main9 .swiper-pagination-bullet-active {
  background-image: url(../img/dot1.png);
  background-color: transparent;
}

.main9-txt {
  width: 64%;
  height: auto;
  position: relative;
  margin: 9vw auto 0 auto;
}

.main9-banner-txt {
  color: #4c4948;
  bottom: 31vw;
}

/*頁面10*/
.main10 {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-image: url("../img/main10-bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transform: translate3d(0, 0, 0) !important;
  transition-duration: 0ms !important;
}

.main10-map {
  width: 79%;
  position: relative;
  margin: 31% auto 0 auto;
}

.main10 h2 {
  text-align: center;
  font-family: "Noto Serif TC", serif;
  color: #595757;
  font-size: 4.5vw;
  margin: 4vw 0 0 0;
  letter-spacing: 0.3vw;
  line-height: 9vw;
}

.form {
  width: 79%;
  position: relative;
  height: auto;
  margin: 6vw auto 10% auto;
  font-family: "Noto Serif TC", serif;
}

.form-title {
  width: 100%;
  margin: 5% auto;
  height: auto;
  text-align: center;
  font-family: "Noto Serif TC", serif;
  color: #4c4948;
  font-size: 4.5vw;
  letter-spacing: 0.5vw;
}

.form input[type="text"] {
  width: 100%;
  height: 9vw;
  line-height: 9vw;
  font-size: 3.5vw;
  border: none;
  border-bottom: 1px solid #4c4948;
  background-color: transparent;
  color: #4c4948;
  box-sizing: border-box;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  -moz-appearance: none;
  outline: none;
  letter-spacing: 0.2vw;
  position: relative;
  font-family: "Noto Serif TC", serif;
}

.form input[type="text"]:first-child {
  border-top: 1px solid #4c4948;
}

.form input::placeholder {
  color: #3e3a39 !important;
}

.check-item-sex {
  width: 100%;
  position: relative;
  height: 9vw;
  line-height: 9vw;
  z-index: 1;
  color: #3e3a39;
  font-size: 3.5vw;
  letter-spacing: 0.2vw;
  border-bottom: 1px solid #4c4948;
  font-family: "Noto Serif TC", serif;
}

.check-item-sex label {
  height: 9vw;
  line-height: 9vw;
  cursor: pointer;
  margin-right: 3%;
}

.check-item-sex label input[type="radio"] {
  width: 3.5vw;
  height: 3.5vw;
  margin: 0 4% -1% 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0px;
  background: url(../img/check.png) no-repeat top center;
  background-size: 3.5vw 3.5vw;
  border: none;
  cursor: pointer;
}
.check-item-sex label input:checked {
  background: url("../img/checked.png") no-repeat top center;
  background-size: 3.5vw 3.5vw;
}

.check-item {
  height: 9vw;
  line-height: 9vw;
  font-size: 3.5vw;
  color: #4c4948;
  margin: 2vw auto 0 auto;
  vertical-align: middle;
}

.check-label {
  width: 28vw;
  float: left;
}

.check-item label {
  height: 9vw;
  line-height: 9vw;
  cursor: pointer;
  display: block;
}

.check-item label input {
  width: 3.5vw;
  height: 3.5vw;
  margin: 0% 1% -2.5% 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  -moz-appearance: none;
  appearance: none;
  background: url("../img/check.png") no-repeat top center;
  background-size: 3.5vw 3.5vw;
  border: none;
}
.check-item label input:checked {
  background: url("../img/checked.png") no-repeat top center;
  background-size: 3.5vw 3.5vw;
}

.agreeBtn {
  width: fit-content;
  height: 6vw;
  float: left;
}

.openTxtBtn {
  display: inline-block;
  font-size: 3.5vw;
  border-bottom: 1px solid #3e3a39;
  line-height: 4vw !important;
  white-space: nowrap;
}

.form input[type="submit"] {
  width: 22vw;
  height: 7vw;
  line-height: 6vw;
  letter-spacing: 0.1vw;
  border: 1px solid #3e3a39;
  background-color: transparent;
  font-size: 3.5vw !important;
  color: #3e3a39;
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  outline: none;
  float: right;
  text-align: center !important;
  margin: 1.5vw 0 0 0;
  font-family: "Noto Serif TC", serif;
}

/*頁面11*/
.main11 {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-image: url("../img/main11-bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transform: translate3d(0, 0, 0) !important;
  transition-duration: 0ms !important;
}

.information {
  width: 61%;
  margin: 24vw auto 0 auto;
  font-family: "Noto Serif TC", serif;
  color: #3e3a39;
  letter-spacing: 0.2vw;
}

.main11-txt {
  width: 100%;
  margin: 0 auto 17vw auto;
}

.information h2 {
  font-size: 4.5vw;
  margin: 0 0 9% 0;
  letter-spacing: 0.3vw;
  line-height: 9vw;
}

.information h4 {
  font-size: 3.2vw;
  margin: 0;
  line-height: 6vw;
  font-weight: normal;
}

@media all and (max-width: 320px) {
  .information {
    width: 66%;
  }
}

.main11-line {
  width: 100%;
  height: 1px;
  background-color: #3e3a39;
  margin: 2vw 0;
}

/*同意書照片預覽*/

.black {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 11111;
  font-family: "微軟正黑體";
}
.closeBtn {
  width: 30px;
  position: absolute;
  right: 5%;
  top: 4%;
}

.infoWrap {
  width: 100%;
  margin: 0 auto;
  max-width: 80%;
  position: relative;
  height: 100vh;
  overflow: auto;
}

.infoWrap ul {
  list-style: none;
  font-size: 3.5vw;
  padding-inline-start: 7vw;
}

.infoWrap ul > li > ul {
  list-style: none;
  font-size: 3.5vw;
  padding-inline-start: 4vw;
}

.li1::before {
  content: "一、";
  position: absolute;
  left: 0vw;
}

.li2::before {
  content: "二、";
  position: absolute;
  left: 0vw;
}

.li3::before {
  content: "三、";
  position: absolute;
  left: 0vw;
}

.li4::before {
  content: "四、";
  position: absolute;
  left: 0vw;
}

.li5::before {
  content: "五、";
  position: absolute;
  left: 0vw;
}

.li1-li::before {
  content: "（１）";
  position: absolute;
  left: 0vw;
}

.li2-li::before {
  content: "（２）";
  position: absolute;
  left: 0vw;
}

.li3-li::before {
  content: "（３）";
  position: absolute;
  left: 0vw;
}

.li4-li::before {
  content: "（４）";
  position: absolute;
  left: 0vw;
}

.infoBox {
  width: 100%;
  height: calc(100% - 150px);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  overflow-y: auto;
  color: #fff;
  text-align: left;
}

.infoBox h3 {
  font-size: 5vw;
  line-height: 130%;
  margin-bottom: 25px;
  text-align: center;
}

.infoBox h4 {
  font-size: 3.5vw;
  line-height: 130%;
  margin-bottom: 25px;
}

.infoBox h5 {
  font-size: 4vw;
  line-height: 130%;
  margin-bottom: 25px;
}

.infoBox p {
  font-size: 3.5vw;
  line-height: 150%;
}
