:root {
  --vh: 1vh; /* fallback for older browsers */
}

/* 모바일 브라우저 UI 변화에 대응하는 추가 스타일 */
@supports (height: 100dvh) {
  .mySwiper .swiper-slide,
  .mobile-swiper,
  .mobile-swiper .swiper-slide,
  .mobile-only {
    height: 100dvh !important;
  }
}

body,
html {
  width: 100%;
  height: 100%;
  font-family: "Viaoda Libre", sans-serif;
}

.poppins {
  font-family: "Poppins", sans-serif;
}

/* footer */
.section .section-footer {
  border-top: 1px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 16px 34px;
  border-top: 1px solid #000;
}

.section .section-footer .footer-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}

.section .section-footer .footer-item .number {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 500;
  width: 40px;
  height: 40px;
  color: #000;
  border-radius: 50%;
  border: 1px solid #000;
  font-family: "Poppins", sans-serif;
}

.section .section-footer .text {
  font-size: 20px;
}

.section .section-footer .text.logo {
  font-size: 25px;
}

.section .section-footer.white {
  border-top: 1px solid #fff;
}

.section .section-footer.white .number {
  color: #fff;
  border: 1px solid #fff;
}

.section .section-footer.white .text {
  color: #fff;
}

.section {
  width: 100%;
  height: 100%;
}

.container01 {
  background: #ebe8dc;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.container01 .section-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
  padding: 0 150px;
}

.container01 .section-content img {
  max-width: 100%;
}

.container02 {
  background: #ebe8dc;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.container02 .section-content {
  display: flex;
  justify-content: space-between;
  flex: 1;
  width: 100%;
}

.container02 .section-content .image-area {
  flex: 1;
  background: url(./images/section02-img01.jpg) no-repeat center;
  background-size: cover;
  height: 100%;
  min-width: 50%;
}

.container02 .section-content .text-area {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 6.25vw;
  border-left: 1px solid #000;
}

.container02 .section-content .text-area .title {
  font-size: 4.69vw;
  line-height: 1;
  font-weight: 100;
}

.container02 .section-content .text-area .poppins {
  font-size: 1.15vw;
  line-height: 1.5;
  font-weight: 400;
  margin-top: auto;
}

.container03 {
  background: #ebe8dc;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.container03 .section-content {
  display: flex;
  justify-content: space-between;
  flex: 1;
  width: 100%;
}

.container03 .section-content .image-area {
  flex: 1;
  background: url(./images/section03-img01.png) no-repeat center;
  background-size: cover;
  height: 100%;
  min-width: 20.83vw;
}

.container03 .section-content .text-area {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: space-between;
  padding: 0 6.25vw;
  border-right: 1px solid #000;
}

.container03 .section-content .text-area .title {
  font-size: 4.69vw;
  line-height: 1;
  font-weight: 100;
}

.container03 .section-content .text-area .title i {
  padding-right: 3vw;
  background: url(./images/section03_asterisk.png) no-repeat right top / 1.82vw;
}

.container03 .section-content .text-area .list-area {
  margin-top: 3.13vw;
}

.container03 .section-content .text-area .list-area ol li {
  position: relative;
  padding-left: 1.46vw;
  font-size: 1.15vw;
}

.container03 .section-content .text-area .list-area ol li .number {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.15vw;
  line-height: 1.5;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}

.container03 .section-content .text-area p.poppins {
  padding-left: 1vw;
  font-size: 0.73vw;
  margin-top: 0.83vw;
  background: url(./images/section03_asterisk.png) no-repeat left center /
    0.42vw;
  font-weight: 300;
}

.container03 .section-content .text-area .img-area {
  margin-top: 3.91vw;
}

.container03 .section-content .text-area .img-area img {
  max-width: 100%;
}

.container04 {
  background: #ebe8dc;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.container04 .section-content {
  display: flex;
  justify-content: space-between;
  flex: 1;
  width: 100%;
}

.container04 .section-content .image-area {
  flex: 1;
  background: url(./images/section04-img01.jpg) no-repeat center;
  background-size: cover;
  height: 100%;
  min-width: 60%;
}

.container04 .section-content .text-area {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 6.25vw 3.13vw 6.25vw 6.25vw;
  border-left: 1px solid #000;
}

.container04 .section-content .text-area .title {
  font-size: 4.69vw;
  line-height: 1;
  font-weight: 100;
}

.container04 .section-content .text-area .poppins {
  font-size: 1.15vw;
  line-height: 1.5;
  font-weight: 400;
  margin-top: 3.13vw;
}

.container05 {
  background: url(./images/section05-img01.png) no-repeat center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.container05 .section-content {
  display: flex;
  justify-content: space-between;
  flex: 1;
  width: 100%;
}

.container05 .section-content .text-area {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 6.25vw 3.13vw 6.25vw 6.25vw;
  border-left: 1px solid #000;
  text-align: center;
}

.container05 .section-content .text-area .title {
  font-size: 9.79vw;
  line-height: 1;
  font-weight: 100;
}

.container05 .section-content .text-area .poppins {
  font-size: 1.46vw;
  line-height: 1.5;
  font-weight: 400;
  margin-top: 3.13vw;
}

.container06 {
  background: #ebe8dc;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.container06 .section-content {
  display: flex;
  justify-content: space-between;
  flex: 1;
  width: 100%;
}

.container06 .section-content .image-area {
  flex: 1;
  background: url(./images/section06-img01.png) no-repeat center;
  background-size: cover;
  height: 100%;
  min-width: 50%;
}

.container06 .section-content .text-area {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5.21vw 6.25vw;
  border-left: 1px solid #000;
}

.container06 .section-content .text-area .title {
  font-size: 4.95vw;
  line-height: 1;
  font-weight: 100;
}
.container06 .section-content .text-area .title img {
  width: 2.45vw;
  object-fit: contain;
}

.container06 .section-content .text-area .poppins {
  font-size: 1.15vw;
  line-height: 1.56vw;
  font-weight: 400;
  margin-top: auto;
}

.container07 {
  background: #ebe8dc;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.container07 .section-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  width: 100%;
}

.container07 .section-content .image-area {
  flex: 1;
  background: url(./images/section07-img01.png) no-repeat center;
  background-size: cover;
  min-height: 50%;
}

.container07 .section-content .text-area {
  flex: 1;
  display: flex;
  justify-content: center;
  padding: 3.17vw 6.25vw;
  border-left: 1px solid #000;
  align-items: center;
}

.container07 .section-content .text-area .title {
  font-size: 4.95vw;
  line-height: 1;
  font-weight: 100;
}
.container07 .section-content .text-area .title img {
  width: 2.45vw;
  object-fit: contain;
}

.container07 .section-content .text-area .poppins {
  font-size: 1.15vw;
  line-height: 1.56vw;
  font-weight: 400;
  margin-left: auto;
}

.container08 {
  background: #ebe8dc;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.container08 .section-content {
  display: flex;
  justify-content: space-between;
  flex: 1;
  width: 100%;
}

.container08 .section-content .text-area {
  display: flex;
  justify-content: center;
  padding: 6.25vw 3.65vw 6.25vw 4.17vw;
  border-left: 1px solid #000;
}

.container08 .section-content .text-area .title {
  font-size: 4.95vw;
  line-height: 1;
  font-weight: 100;
}

.container08 .section-content ul {
  display: flex;
}

.container08 .section-content ul li {
  border-left: 1px solid #000;
  display: flex;
  flex-direction: column;
}

.container08 .section-content ul li .title {
  font-size: 3.13vw;
  line-height: 1;
  font-weight: 100;
  padding-top: 2.21vw;
  padding-left: 1.67vw;
  padding-bottom: 0.94vw;
}

.container08 .section-content ul li .img-area {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  background: #fff;
}

.container08 .section-content ul li .poppins {
  font-size: 1.04vw;
  padding: 1.67vw;
}

.container09 {
  background: #ebe8dc;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.container09 .section-content {
  display: flex;
  justify-content: space-between;
  flex: 1;
  width: 100%;
}

.container09 .section-content .image-area {
  flex: 1;
  background: url(./images/section09-img01.png) no-repeat center;
  background-size: cover;
  height: 100%;
  min-width: 36.3vw;
  max-width: 36.3vw;
}

.container09 .section-content .text-area {
  flex: 1;
  display: flex;
  flex-direction: column;
  border-right: 1px solid #000;
  justify-content: space-between;
}

.container09 .section-content .text-area .title {
  font-size: 4.69vw;
  line-height: 1;
  font-weight: 100;
  padding-left: 4.17vw;
  padding-top: 4.17vw;
}

.container09 .section-content .text-area .title i {
  padding-right: 3vw;
  background: url(./images/section03_asterisk.png) no-repeat right top / 1.82vw;
}

.container09 .section-content .text-area .list-area {
  margin-top: 3.13vw;
}

.container09 .section-content .text-area .list-area ol li {
  position: relative;
  padding-left: 1.46vw;
  font-size: 1.15vw;
}

.container09 .section-content .text-area .list-area ol li .number {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.15vw;
  line-height: 1.5;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}

.container09 .section-content .text-area p.poppins {
  padding-left: 1vw;
  font-size: 0.73vw;
  margin-top: 0.83vw;
  background: url(./images/section03_asterisk.png) no-repeat left center /
    0.42vw;
  font-weight: 300;
}

.container09 .section-content .text-area .img-area {
  margin-top: 3.91vw;
}

.container09 .section-content .text-area .img-area img {
  max-width: 100%;
}

.container09 .section-content .left_box {
  display: flex;
  flex-direction: column;
}

.container09 .section-content .left_box ul li {
  display: flex;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 1.25vw;
}

.container09 .section-content .list_box_wrap {
  display: flex;
  border-top: 1px solid #000;
}

.container09 .section-content .list_box_wrap strong {
  font-family: "Poppins", sans-serif;
  font-size: 1.56vw;
  margin-bottom: 0.83vw;
  font-weight: 500;
}
.container09 .section-content .list_box {
  display: flex;
  flex-direction: column;
  flex: 1;
  border-left: 1px solid #000;
  padding-left: 4.17vw;
  padding-top: 2.08vw;
  padding-bottom: 4.17vw;
}

.container09 .section-content .list_box ul li {
  display: flex;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 1.25vw;
}

.container10 {
  background: url(./images/section10-img01.png) no-repeat center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.container10 .section-content {
  display: flex;
  justify-content: space-between;
  flex: 1;
  width: 100%;
}

.container10 .section-content .text-area {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 0 4.17vw 4.17vw 4.17vw;
}

.container10 .section-content .text-area .title {
  font-size: 4.95vw;
  line-height: 1;
  font-weight: 100;
  padding-left: 2.25vw;
  padding-top: 6.25vw;
  margin-bottom: 2.25vw;
}
.container10 .section-content .image-area {
  flex: 1;
  text-align: center;
  background: url(./images/section10-img02.png) no-repeat center / contain;
}

.container10 .section-content .image-area img {
  max-width: 77.08vw;
}

.container11 {
  background: url(./images/section11-img01.png) no-repeat center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.container11 .section-content {
  display: flex;
  justify-content: space-between;
  flex: 1;
  width: 100%;
}

.container11 .section-content .text-area {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 0 4.17vw 4.17vw 4.17vw;
}

.container11 .section-content .text-area .title {
  font-size: 4.95vw;
  line-height: 1;
  font-weight: 100;
  padding-left: 2.25vw;
  padding-top: 6.25vw;
  margin-bottom: 2.25vw;
}
.container11 .section-content .image-area {
  flex: 1;
  text-align: center;
  background: url(./images/section11-img02.png) no-repeat center / contain;
}

.container11 .section-content .image-area img {
  max-width: 77.08vw;
}

.container12 {
  background: url(./images/section12-img01.png) no-repeat center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.container12 .section-content {
  display: flex;
  justify-content: space-between;
  flex: 1;
  width: 100%;
}

.container12 .section-content .text-area {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 0 4.17vw 4.17vw 4.17vw;
}

.container12 .section-content .text-area .title {
  font-size: 4.95vw;
  line-height: 1;
  font-weight: 100;
  padding-left: 2.25vw;
  padding-top: 6.25vw;
  margin-bottom: 2.25vw;
}
.container12 .section-content .image-area {
  flex: 1;
  text-align: center;
  background: url(./images/section12-img02.png) no-repeat center / contain;
}

.container12 .section-content .image-area img {
  max-width: 77.08vw;
}

.container13 {
  background: url(./images/section13-img01.png) no-repeat center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.container13 .section-content {
  display: flex;
  justify-content: space-between;
  flex: 1;
  width: 100%;
}

.container13 .section-content .text-area {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 0 4.17vw 4.17vw 4.17vw;
}

.container13 .section-content .text-area .title {
  font-size: 4.95vw;
  line-height: 1;
  font-weight: 100;
  padding-left: 2.25vw;
  padding-top: 6.25vw;
  margin-bottom: 2.25vw;
}
.container13 .section-content .image-area {
  flex: 1;
  text-align: center;
  background: url(./images/section13-img02.png) no-repeat center / contain;
}

.container13 .section-content .image-area img {
  max-width: 77.08vw;
}

.container14 {
  background: #ebe8dc;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.container14 .section-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  width: 100%;
}

.container14 .section-content .image-area {
  flex: 1;
}

.container14 .section-content .text-area {
  flex: 1;
  display: flex;
  justify-content: center;
  padding: 3.17vw 6.25vw;
  align-items: center;
}

.container14 .section-content .text-area .title {
  font-size: 4.95vw;
  line-height: 1;
  font-weight: 100;
}
.container14 .section-content .text-area .title img {
  width: 2.45vw;
  object-fit: contain;
}

.container14 .section-content .text-area .poppins {
  font-size: 1.15vw;
  line-height: 1.56vw;
  font-weight: 400;
  margin-left: auto;
}

.container15 {
  background: #ebe8dc;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.container15 .section-content {
  display: flex;
  justify-content: space-between;
  flex: 1;
  width: 100%;
}

.container15 .section-content .image-area {
  flex: 1;
  background: url(./images/section15-img02.png) no-repeat center;
  background-size: cover;
  height: 100%;
  min-width: 20.83vw;
}

.container15 .section-content .text-area {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: top;
  align-items: space-between;
  padding: 0 6.25vw;
  border-right: 1px solid #000;

  padding-top: 6.25vw;

  background: url(./images/section15-img01.png) no-repeat 95% 95%;
}

.container15 .section-content .text-area .title {
  font-size: 4.69vw;
  line-height: 1;
  font-weight: 100;
  margin-bottom: 2.25vw;
}

.container15 .section-content .text-area .title i {
  padding-right: 3vw;
  background: url(./images/section03_asterisk.png) no-repeat right top / 1.82vw;
}

.container15 .section-content .text-area .list-area {
  margin-top: 3.13vw;
}

.container15 .section-content .text-area .list-area ol li {
  position: relative;
  padding-left: 1.46vw;
  font-size: 1.15vw;
}

.container15 .section-content .text-area .list-area ol li .number {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.15vw;
  line-height: 1.5;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}

.container15 .section-content .text-area p.poppins {
  padding-left: 1vw;
  font-size: 1.15vw;
  margin-top: 0.83vw;
  background: url(./images/section03_asterisk.png) no-repeat left center /
    0.42vw;
  font-weight: 300;
}

.container15 .section-content .text-area .img-area {
  margin-top: 3.91vw;
}

.container15 .section-content .text-area .img-area img {
  max-width: 100%;
}

.container16 {
  background: url(./images/section16-img01.png) no-repeat center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.container16 .section-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex: 1;
  width: 100%;
}

.container16 .section-content p {
  font-size: 4.95vw;
  line-height: 1;
  font-weight: 100;
  padding-top: 2.25vw;
  margin-bottom: 4.25vw;
  color: #fff;
  text-align: center;
}

.container16 .section-content .image-area img {
  max-width: 77.08vw;
}

.container16 .section-content .contact-info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.container16 .section-content .contact-info span {
  font-size: 1.15vw;
  line-height: 1.5;
  color: #fff;
  font-family: "Poppins", sans-serif;
}

.container16 .section-content .contact-info span a {
  color: #fff;
  text-decoration: underline;
  font-family: "Poppins", sans-serif;
}

.container16 .section-content .contact-info span a:hover {
  color: #fff;
  text-decoration: none;
}

/* Swiper Styles */
.mySwiper {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.mySwiper .swiper-slide {
  width: 100%;
  height: 100vh; /* fallback for older browsers */
  height: calc(var(--vh, 1vh) * 100); /* dynamic viewport height for mobile */
  height: 100dvh; /* modern browsers with dvh support */
  display: flex;
  align-items: center;
  justify-content: center;
}

.mySwiper .swiper-slide .section {
  width: 100%;
  height: 100%;
}

.pc-only {
  display: none !important;
}

.mobile-only {
  display: block !important;
}

@media (min-width: 768px) {
  .pc-only {
    display: block !important;
  }
  .mobile-only {
    display: none !important;
  }
}

.mobile-only {
  width: 100%;
  height: 100vh; /* fallback for older browsers */
  height: calc(var(--vh, 1vh) * 100); /* dynamic viewport height for mobile */
  height: 100dvh; /* modern browsers with dvh support */
}

/* 모바일 Swiper 스타일 */
.mobile-swiper {
  width: 100%;
  height: 100vh; /* fallback for older browsers */
  height: calc(var(--vh, 1vh) * 100); /* dynamic viewport height for mobile */
  height: 100dvh; /* modern browsers with dvh support */
  overflow: hidden;
}

.mobile-swiper .swiper-slide {
  width: 100%;
  height: 100vh; /* fallback for older browsers */
  height: calc(var(--vh, 1vh) * 100); /* dynamic viewport height for mobile */
  height: 100dvh; /* modern browsers with dvh support */
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile-swiper .swiper-slide .m-section {
  width: 100%;
  height: 100%;
}

.m-section {
  width: 100%;
  height: 100%;
}

.m-section .section-content {
  width: 100%;
  height: 100%;
}

.m-section.container01 {
  background: url(./images/m-section01-img01.png) no-repeat center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 10.67vw;
}

.m-section.container02 {
  background: #ebe8dc;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}

.m-section.container02 .title {
  font-size: 8.53vw;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 5.33vw;
  padding-left: 5.33vw;
}

.m-section.container02 .image-area {
  padding-right: 16vw;
  width: 100%;
}

.m-section.container02 .image-area img {
  width: 100%;
}

.m-section.container02 .poppins {
  font-size: 3.47vw;
  line-height: 1.3;
  font-weight: 400;
  padding: 5.33vw;
}

.m-section.container03 {
  background: url(./images/m-section03-img01.png) no-repeat left bottom;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
  padding: 10.67vw 5.33vw 25.67vw;
}

.m-section.container03 .title {
  font-size: 8.53vw;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 5.33vw;
}

.m-section.container03 ul {
  display: flex;
  flex-direction: column;
  gap: 2.67vw;
}

.m-section.container03 ul li {
  display: flex;
  align-items: top;
  gap: 1.07vw;
  font-family: "Poppins", sans-serif;
}

.m-section.container03 ul li .number {
  font-size: 3.73vw;
  line-height: 1.3;
  font-weight: 400;
}

.m-section.container03 ul li .text {
  font-size: 3.73vw;
  line-height: 1.3;
  font-weight: 400;
}

.m-section.container03 ul li.small {
  font-size: 3.2vw;
  line-height: 1.3;
  font-weight: 400;
}

.m-section.container03 ul li.small .text {
  font-size: 3.2vw;
  line-height: 1.3;
  font-weight: 300;
  color: #474747;
}

.m-section.container04 {
  background: #ebe8dc;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}

.m-section.container04 .title {
  font-size: 8.53vw;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 5.33vw;
  padding-left: 5.33vw;
}

.m-section.container04 .image-area {
  width: 100%;
}

.m-section.container04 .image-area img {
  width: 100%;
}

.m-section.container04 .poppins {
  font-size: 3.47vw;
  line-height: 1.3;
  font-weight: 400;
  padding: 5.33vw;
}

.m-section.container05 {
  background: url(./images/m-section05-img01.png) no-repeat center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  padding: 0 10.67vw;
}

.m-section.container06 {
  background: url(./images/m-section06-img01.png) no-repeat top;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
  padding-top: 10.67vw;
  padding-bottom: 21.33vw;
}

.m-section.container06 .title {
  font-size: 8.53vw;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 5.33vw;
  padding-left: 5.33vw;
}

.m-section.container06 .poppins {
  font-size: 3.47vw;
  line-height: 1.3;
  font-weight: 400;
  padding: 5.33vw 5.33vw 0;
}

.m-section.container07 {
  background: #ebe8dc;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
}

.m-section.container07 .image-area {
  position: relative;
}

.m-section.container07 .image-area img {
  width: 100%;
}

.m-section.container07 .image-area .title {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 8.53vw;
  line-height: 1;
  font-weight: 400;
  padding-left: 5.33vw;
  padding-bottom: 5.33vw;
  color: #fff;
}

.m-section.container07 .poppins {
  font-size: 3.47vw;
  line-height: 1.3;
  font-weight: 400;
  padding: 5.33vw 5.33vw 0;
}

.m-section.container08 {
  background: #ebe8dc;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
  padding-top: 10.67vw;
}

.m-section.container08 .title {
  font-size: 8.53vw;
  line-height: 1;
  font-weight: 400;
  padding-left: 5.33vw;
  padding-bottom: 5.33vw;
}

.m-section.container08 .poppins {
  font-size: 3.47vw;
  line-height: 1.3;
  font-weight: 400;
  padding: 5.33vw 5.33vw 0;
}

.m-section.container08 .image-area img {
  border-top: 1px solid #000;
}

.m-section.container09 {
  background: #ebe8dc;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
}

.m-section.container09 .image-area {
  width: 100%;
}

.m-section.container09 .image-area img {
  width: 100%;
}

.m-section.container09 .title {
  font-size: 8.53vw;
  line-height: 1;
  font-weight: 400;
  padding: 5.33vw;
}

.m-section.container09 .list_box_wrap {
  display: flex;
  border-top: 1px solid #000;
  width: 100%;
  height: 100%;
}

.m-section.container09 .list_box_wrap .list_box {
  display: flex;
  flex-direction: column;
  flex: 1;
  border-left: 1px solid #000;
}

.m-section.container09 .list_box_wrap .list_box strong {
  display: block;
  text-align: center;
  font-size: 3.47vw;
  color: #000;
  border-bottom: 1px solid #000;
  padding: 1.04vw 0;
  width: 100%;
}
.m-section.container09 .list_box_wrap .list_box ul {
  width: 100%;
  padding: 1.04vw 0;
}
.m-section.container09 .list_box_wrap .list_box ul li {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 3.2vw;
  flex: 1;
  text-align: center;
}

.m-section.container10 {
  background: url(./images/m-section10-img01.png) no-repeat bottom;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
}

.m-section.container10 .title {
  font-size: 8.53vw;
  line-height: 1;
  font-weight: 400;
  padding: 10.67vw 5.33vw 0;
}

.m-section.container10 .image-area {
  padding: 0 10.67vw;
}

.m-section.container11 {
  background: url(./images/m-section11-img01.png) no-repeat bottom;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
}

.m-section.container11 .title {
  font-size: 8.53vw;
  line-height: 1;
  font-weight: 400;
  padding: 10.67vw 5.33vw 0;
}

.m-section.container11 .image-area {
  padding: 0 10.67vw;
}

.m-section.container12 {
  background: url(./images/m-section12-img01.png) no-repeat bottom;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
}

.m-section.container12 .title {
  font-size: 8.53vw;
  line-height: 1;
  font-weight: 400;
  padding: 10.67vw 5.33vw 0;
}

.m-section.container12 .image-area {
  padding: 0 10.67vw;
}

.m-section.container13 {
  background: url(./images/m-section13-img01.png) no-repeat bottom;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
}

.m-section.container13 .title {
  font-size: 8.53vw;
  line-height: 1;
  font-weight: 400;
  padding: 10.67vw 5.33vw 0;
}

.m-section.container13 .image-area {
  padding: 0 10.67vw;
}

.m-section.container14 {
  background: #ebe8dc;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
}

.m-section.container14 .title {
  font-size: 8.53vw;
  line-height: 1;
  font-weight: 400;
  padding: 10.67vw 5.33vw 0;
}

.m-section.container14 .text-area {
  flex: 1;
  display: flex;
  padding: 3.17vw 6.25vw;
}

.m-section.container14 .text-area .poppins {
  line-height: 1.3;
  font-weight: 400;
  padding-top: 6.25vw;
}

.m-section.container15 {
  background: #ebe8dc;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
}

.m-section.container15 .title {
  font-size: 8.53vw;
  line-height: 1;
  font-weight: 400;
  padding: 10.67vw 5.33vw 0;
}

.m-section.container15 .text-area {
  flex: 1;
  display: flex;
  padding: 3.17vw 6.25vw;
  background: url(./images/m-section15-img02.png) no-repeat 94% 94%;
}

.m-section.container15 .text-area .poppins {
  font-size: 3.2vw;
  line-height: 1.3;
  font-weight: 400;
}

.m-section.container16 {
  background: url(./images/m-section16-img01.png) no-repeat center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.m-section.container16 .section-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.m-section.container16 .section-content img {
  width: 200px;
}

.m-section.container16 .section-content p {
  font-size: 11.2vw;
  line-height: 1;
  font-weight: 100;
  padding-top: 10.67vw;
  margin-bottom: 10.67vw;
  color: #fff;
  text-align: center;
}

.m-section.container16 .section-content .contact-info {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
}

.m-section.container16 .section-content .contact-info span {
  font-size: 4.27vw;
  line-height: 1.3;
  font-weight: 400;
  margin-right: 20px;
}

.m-section.container16 .section-content .contact-info a {
  font-size: 4.27vw;
}
