@charset "UTF-8";

html,
body {
  background: #f6f6f6;
}

/* banner */
#banner .swiper .swiper-slide {
  padding-top: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
}
#banner .swiper .swiper-slide.first {
  background: #fff27e;
}
#banner .swiper .swiper-slide.second {
  background: url(/img/screen/main/bg_main_banner02.jpg) 50% no-repeat;
  background-position: bottom right;
  background-size: 100%;
}
#banner .swiper .swiper-slide.third {
  background: url(/img/screen/main/bg_main_banner03.jpg) 50% no-repeat;
  background-position: bottom center;
  background-size: 100%;
}
#banner .swiper .swiper-slide .width-wrap {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#banner .swiper .swiper-slide .bg {
  width: 100%;
}
#banner .swiper .left-area p {
  font-size: 44px;
  line-height: 146%;
  letter-spacing: -1.32px;
  margin-bottom: 20px;
}
#banner .swiper .left-area p.sub-text {
  color: rgba(34, 34, 34, 0.7);
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.6px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
#banner .swiper .left-area p.sub-text.img {
  margin-bottom: 14px;
}
#banner .swiper .left-area p.sub-text img {
  width: 107.511px;
}
#banner .swiper .left-area span {
  font-size: 16px;
  line-height: 195%;
  letter-spacing: -0.48px;
}
#banner .swiper .left-area a {
  margin-top: 54px;
}
#banner .swiper .swiper-slide.first .right-area {
  width: 500px;
}
#banner .swiper .swiper-slide.first .right-area img,
#banner .swiper .swiper-slide.third .right-area img {
  width: 100%;
}
#banner .swiper .swiper-slide.third .right-area {
  width: 575px;
}

/* section main */
.section.main {
  margin-bottom: 40px;
  background: #fff;
}
.section.main .width-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
}
.section.main .width-wrap p {
  color: #666;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: -0.54px;
  margin: 20px 0 36px;
}
.section.main .width-wrap .left-area.img {
  border-radius: 40px;
  overflow: hidden;
  box-shadow: 10px 10px 70px 0px rgba(0, 0, 0, 0.1);
  width: fit-content;
  z-index: 1;
}
.section.main .width-wrap .left-area.img img {
  width: 100%;
  margin-bottom: -5px;
}
.section.main .width-wrap .box-zone {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.section.main .width-wrap .box-zone li {
  border-radius: 10px;
  background: #fff;
  padding: 16px 22px;
  box-shadow: 6px 6px 40px 0px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.48px;
}

/* main01 */
#main01 .width-wrap .right-area a {
  margin-bottom: 16px;
}
#main01 .width-wrap .right-area i {
  font-size: 20px;
  line-height: 160%;
  letter-spacing: -0.6px;
}

/* main03 */
#main02 .width-wrap .box-zone li {
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.42px;
}
#main03 .width-wrap:before {
  content: url("/img/screen/main/bg_section_main03.png");
  position: absolute;
  left: -64px;
}
#main04 .width-wrap .box-zone li p {
  color: var(--black);
  width: fit-content;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.54px;
  margin: 0 0 8px;
}

/* data */
#data {
  background: url("/img/screen/main/bg_data.png") 50% no-repeat #464950;
  background-size: 560px;
  background-position: right bottom;
  overflow: hidden;
}
#data .width-wrap {
  text-align: center;
}
#data .width-wrap .top-area {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#data .width-wrap .top-area .box-zone {
  display: grid;
  grid-template-columns: 300px 300px;
  justify-content: center;
  gap: 16px;
  margin-bottom: 20px;
}
#data .width-wrap .top-area .box-zone .box {
  border-radius: 20px;
  background: #fff;
  box-shadow: 6px 6px 36px 0px rgba(0, 0, 0, 0.1);
  padding: 28.5px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
#data .width-wrap .top-area .box-zone .box .top {
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.96px;
  display: flex;
  align-items: center;
  gap: 2px;
}
#data .width-wrap .top-area .box-zone .box .top img {
  margin-right: 2px;
}
#data .width-wrap .top-area .box-zone .box .top i {
  font-size: 46px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.38px;
}
#data .width-wrap .top-area .box-zone span {
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.6px;
}
#data .width-wrap .top-area p {
  color: #ddd;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.48px;
}
#data .width-wrap .top-area a {
  margin: 36px 0 70px;
}
#data .width-wrap .bottom-area {
  margin-bottom: -3px;
}
#data .width-wrap .bottom-area p {
  color: #ddd;
  font-size: 22px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.66px;
  margin-bottom: 16px;
}
#data .width-wrap .bottom-area img {
  border-radius: 40px 40px 0 0;
  width: fit-content;
  overflow: hidden;
  box-shadow: 10px 10px 70px 0px rgba(0, 0, 0, 0.1);
}

/* responsive */
@media all and (max-width: 1680px) {
  #banner .swiper .swiper-slide.first .right-area {
    width: 33%;
  }
  #banner .swiper .swiper-slide.third .right-area {
    width: 40%;
  }
}
@media all and (max-width: 1200px) {
  #banner .swiper .left-area p {
    font-size: 38px;
  }
}
@media all and (max-width: 1090px) {
  #banner .swiper .left-area p {
    font-size: 35px;
  }
}
@media all and (max-width: 990px) {
  .section.main .width-wrap {
    gap: 70px;
  }
  .section.main .width-wrap .left-area.img {
    width: 35%;
  }
  .section.main .width-wrap h2 {
    font-size: 35px;
  }
  .section.main .width-wrap p {
    font-size: 16px;
    letter-spacing: -0.48px;
  }

  #data .width-wrap .top-area .box-zone .box .top {
    font-size: 27px;
  }
  #data .width-wrap .top-area .box-zone .box .top i {
    font-size: 40px;
  }
  #data .width-wrap .top-area .box-zone span {
    font-size: 17px;
  }
}
@media all and (max-width: 950px) {
  #fixed {
    opacity: 0;
    transition: all 0.25s linear;
  }
  #fixed.on {
    opacity: 1;
  }

  #banner .swiper {
    margin-top: 80px;
  }
  #banner .swiper .swiper-slide.second {
    background: url(/img/screen/main/bg_main_banner02_m.jpg) 50% no-repeat;
    background-position: bottom right;
  }
  #banner .swiper .swiper-slide.third {
    background-size: cover;
  }
  #banner .swiper .swiper-slide {
    padding-top: 0;
  }
  #banner .swiper .left-area p {
    font-size: 30px;
    margin-bottom: 10px;
  }
  #banner .swiper .left-area a {
    margin-top: 30px;
  }
}
@media all and (max-width: 805px) {
  .section.main .width-wrap {
    text-align: center;
  }
  .section.main .width-wrap a {
    margin: 0 auto;
  }
  .section.main .width-wrap .left-area.img {
    width: 300px;
  }

  #main01 .width-wrap,
  #main03 .width-wrap {
    flex-direction: column-reverse;
  }
  #main02 .width-wrap,
  #main04 .width-wrap {
    flex-direction: column;
  }
  #main03 .width-wrap:before {
    left: -74px;
    bottom: 228px;
  }
  #main04 .width-wrap .box-zone li {
    text-align: start;
  }
}
@media all and (max-width: 740px) {
  #banner .swiper .width-wrap {
    flex-direction: column;
    text-align: center;
  }
  #banner .swiper .swiper-slide {
    align-items: flex-start;
    height: calc(100vh - -104px);
  }
  #banner .swiper .left-area {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #banner .swiper .left-area a {
    margin: 54px 0;
  }
  #banner .swiper .swiper-slide.first .right-area {
    width: 62%;
  }
  #banner .swiper .swiper-slide.third .right-area {
    width: 80%;
  }
}
@media all and (max-width: 705px) {
  #banner .swiper .swiper-slide {
    height: calc(100vh - -9px);
  }
  #banner .swiper .swiper-slide.first .right-area {
    width: 47%;
  }

  #data .width-wrap .top-area .box-zone {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }
  #data .width-wrap .top-area .box-zone .box {
    padding: 20px 0;
  }
}
@media all and (max-width: 515px) {
  #banner .swiper .left-area p {
    font-size: 31px;
  }
  #banner .swiper .left-area span {
    font-size: 15px;
  }
}
@media all and (max-width: 500px) {
  .section.main {
    margin-bottom: 25px;
  }

  #main03 .width-wrap:before {
    content: "";
  }
  #main03 .width-wrap .right-area img.icon,
  #data .width-wrap .top-area img.icon {
    width: 60px;
    margin: 0 auto 24px;
  }
  #data {
    background: #464950;
  }
}
@media all and (max-width: 475px) {
  #banner .swiper .swiper-slide {
    height: calc(100vh - 13px);
  }
  #banner .swiper .swiper-slide.third .width-wrap {
    padding: 76.91px 0 40px;
  }
  #banner .swiper .left-area p.sub-text {
    gap: 5px;
    font-size: 16px;
    letter-spacing: -0.48px;
  }
  #banner .swiper .left-area p.sub-text img {
    width: 76.398px;
  }
  #banner .swiper .swiper-slide.third .left-area a {
    margin: 30px 0 76.91px;
  }
  #banner .swiper .swiper-slide.third .right-area {
    width: 86%;
  }
  #banner .swiper .swiper-slide.first .right-area {
    width: 61%;
  }
}
@media all and (max-width: 465px) {
  #banner .swiper .swiper-slide {
    height: calc(100vh - 75px);
  }
  #banner .swiper .width-wrap {
    padding: 40px 0;
  }
}
@media all and (max-width: 425px) {
  #banner .swiper .swiper-slide {
    height: calc(100vh - 165px);
  }
  #banner .swiper .width-wrap {
    padding: 40px 0;
  }
  #banner .swiper .left-area p {
    font-size: 28px;
    line-height: 135%;
    letter-spacing: -0.84px;
    margin-bottom: 10px;
  }
  #banner .swiper .left-area span {
    font-size: 14px;
    letter-spacing: -0.42px;
  }
  #banner .swiper .left-area a {
    margin: 30px 0;
  }
  #banner .swiper .swiper-slide.third .right-area {
    width: 80%;
  }

  .section.main .width-wrap {
    gap: 60px;
  }
  .section.main .width-wrap h2 {
    font-size: 30px;
    letter-spacing: -0.9px;
  }
  .section.main .width-wrap p {
    font-size: 16px;
    letter-spacing: -0.48px;
    margin: 10px 0 18px;
  }
  .section.main .width-wrap .left-area.img {
    width: 90%;
  }
  .section.main .width-wrap .box-zone {
    width: 100%;
  }

  #main02 .width-wrap .right-area,
  #main04 .width-wrap .right-area {
    width: 90%;
  }

  #data .width-wrap .top-area .box-zone {
    margin-bottom: 10px;
  }
  #data .width-wrap .top-area .box-zone .box .top,
  #data .width-wrap .bottom-area p {
    font-size: 20px;
    letter-spacing: -0.6px;
  }
  #data .width-wrap .top-area .box-zone .box .top img {
    width: 24px;
  }
  #data .width-wrap .top-area .box-zone .box .top i {
    font-size: 30px;
    letter-spacing: -0.9px;
  }
  #data .width-wrap .top-area .box-zone span,
  #data .width-wrap .top-area p {
    font-size: 14px;
    letter-spacing: -0.42px;
  }
  #data .width-wrap .bottom-area img {
    width: 90%;
  }
}
