@import url("./font.css");
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "NotoSans";
  color: #222;
  font-weight: 300;
  font-size: 14px;
}

a {
  text-decoration: none;
  color: #222;
}

ul {
  list-style-type: none;
}

input {
  font-family: "NotoSans";
}

.wrap {
  width: 92.5%;
  margin: 0 auto;
}

h1,
h2,
h3 {
  margin: 0;
}

img {
  width: 100%;
}
img.cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background-color: transparent;
  cursor: pointer;
}

.header {
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  z-index: 999;
  transition: top 0.2s ease-in-out;
}
.header.hide {
  top: -100px;
}
.header ul {
  width: 40%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  padding: 0 50px;
}
.header ul li {
  line-height: 100px;
  position: relative;
}
.header ul li a {
  font-size: 22px;
  height: 100%;
  display: block;
  text-align: center;
}

.main {
  padding-top: 100px;
  height: 100vh;
  display: flex;
}
.main .main-img {
  width: 60%;
  height: 100%;
  background: url("../img/main.jpg") no-repeat center center;
  background-size: cover;
}
.main .main-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main .main-con {
  width: 40%;
  padding: 150px 0 0 50px;
}
.main .main-con h1 {
  display: inline-block;
  font-size: 46px;
  font-weight: 500;
}
.main .main-con h1 span {
  font-size: 70px;
  margin-left: 15px;
  font-weight: 700;
  background: url("../img/main.jpg");
  color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
  position: relative;
}
.main .main-con h1 span .black {
  background: #000;
  -webkit-background-clip: text;
          background-clip: text;
  margin-left: 0;
  position: absolute;
  left: 0;
  top: 0;
}

.contents .section {
  padding: 75px 0;
}
.contents .section.section-2 .wrap {
  align-items: center;
}
.contents .section.section-2 .wrap .box:first-of-type {
  position: relative;
  width: 80%;
  min-height: 670px;
}
.contents .section.section-2 .wrap .box:first-of-type > div {
  width: 50%;
  position: absolute;
}
.contents .section.section-2 .wrap .box:first-of-type .img-box {
  height: 620px;
  top: 0;
  left: 50px;
  z-index: 10;
}
.contents .section.section-2 .wrap .box:first-of-type .img-box .img {
  width: 100%;
  height: 100%;
  position: static;
}
.contents .section.section-2 .wrap .box:first-of-type .img-box .img img {
  position: static;
}
.contents .section.section-2 .wrap .box:first-of-type .con {
  height: 620px;
  top: 50px;
  right: 0;
  padding: 30px 30px 30px 80px;
  margin-top: 0;
  display: flex;
  align-items: center;
}
.contents .section.section-2 .wrap .box:first-of-type .con * {
  color: #fff;
}
.contents .section#section1 {
  background-color: #ebeeee;
}
.contents .section#section1 .wrap .box .img-box .back {
  background-color: #3f595e;
}
.contents .section#section2 {
  background-color: #ece9e5;
}
.contents .section#section2 .wrap .box .con {
  background-color: #4a2900;
}
.contents .section#section3 {
  background-color: #eeeff2;
}
.contents .section#section3 .wrap .box .img-box .back {
  background-color: #576181;
}
.contents .section#section4 {
  background-color: #f6eff0;
}
.contents .section#section4 .wrap .box .con {
  background-color: #a62940;
}
.contents .section#section5 {
  background-color: #ebeef1;
}
.contents .section#section5 .wrap .box .img-box .back {
  background-color: #3f5b72;
}
.contents .section .wrap {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.contents .section .wrap .box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.contents .section .wrap .box:first-of-type {
  align-items: center;
  gap: 50px;
}
.contents .section .wrap .box .con {
  width: calc(100% - 690px);
}
.contents .section .wrap .box .con h2 {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 0.5em;
}
.contents .section .wrap .box .con p {
  font-size: 20px;
  word-break: keep-all;
  line-height: 2em;
}
.contents .section .wrap .box .con p:not(:last-of-type) {
  margin-bottom: 1em;
}
.contents .section .wrap .box .img-box {
  width: 670px;
  height: 670px;
  position: relative;
}
.contents .section .wrap .box .img-box .img {
  width: 620px;
  height: 620px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.contents .section .wrap .box .img-box .back {
  width: 620px;
  height: 620px;
  position: absolute;
  top: 50px;
  left: 50px;
}
.contents .section .wrap .box .slide {
  width: 100%;
}
.contents .section .wrap .box .slide .slide-con {
  height: 500px;
  position: relative;
  cursor: pointer;
}
.contents .section .wrap .box .slide .slide-con .slide-back {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.2s ease-in-out;
}
.contents .section .wrap .box .slide .slide-con .slide-back .slide-txt {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  text-align: center;
  font-size: 18px;
  position: absolute;
  bottom: 0;
  padding: 20px;
  word-break: keep-all;
}

.modal {
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.modal .full-img {
  width: 90%;
  height: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal .full-img video {
  max-width: 100%;
  max-height: 100%;
}
.modal .close-btn {
  width: 42px;
  height: 42px;
  position: absolute;
  top: 10px;
  right: 10px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: transparent;
}
.modal .close-btn img {
  width: 100%;
}

@media (hover: hover) and (pointer: fine) {
  .header ul li::after {
    content: "";
    display: none;
    background-color: #605a8c;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
  }
  .header ul li:hover::after {
    display: inline-block;
  }
  .main .main-img {
    background-position: 0% center;
  }
  .contents .section .wrap .box .slide .slide-con .slide-back {
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
  }
  .contents .section .wrap .box .slide .slide-con .slide-back .slide-txt {
    background-color: transparent;
  }
  .contents .section .wrap .box .slide .slide-con:hover .slide-back {
    opacity: 1;
    transition: all 0.2s ease-in-out;
  }
}
.slick-list {
  margin: 0 -20px;
}

.slick-slide {
  margin: 0 20px;
}

.slick-dots {
  bottom: -40px;
}
.slick-dots li.slick-active button {
  background-color: #605a8c;
}
.slick-dots li button {
  width: 10px;
  height: 10px;
  background-color: #ccc;
  border-radius: 50%;
}
.slick-dots li button::before {
  display: none;
}

@media screen and (max-width: 1500px) {
  .header ul {
    width: 50%;
    padding: 0 30px;
  }
  .header ul li a {
    font-size: 18px;
  }
  .main .main-img {
    width: 50%;
  }
  .main .main-con {
    width: 50%;
    padding: 150px 0 0 30px;
  }
  .main .main-con h1 {
    font-size: 38px;
  }
  .main .main-con h1 span {
    font-size: 60px;
  }
  .contents .section.section-2 .wrap .box:first-of-type {
    width: 90%;
    min-height: 600px;
  }
  .contents .section.section-2 .wrap .box:first-of-type .con,
  .contents .section.section-2 .wrap .box:first-of-type .img-box {
    height: 550px;
  }
  .contents .section .wrap .box:first-of-type {
    height: auto;
  }
  .contents .section .wrap .box .con {
    width: calc(100% - 600px);
  }
  .contents .section .wrap .box .con h2 {
    font-size: 45px;
  }
  .contents .section .wrap .box .con p {
    font-size: 18px;
    line-height: 1.5em;
  }
  .contents .section .wrap .box .con p br.pc {
    display: none;
  }
  .contents .section .wrap .box .img-box {
    width: 550px;
    height: 550px;
  }
  .contents .section .wrap .box .img-box .img {
    width: 500px;
    height: 500px;
    bottom: 50px;
  }
  .contents .section .wrap .box .img-box .back {
    width: 500px;
    height: 500px;
  }
  .contents .section .wrap .box .slide .slide-con {
    height: 400px;
  }
  .contents .section .wrap .box .slide .slide-con .slide-back .slide-txt {
    font-size: 16px;
    padding: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .main .main-con h1 {
    font-size: 30px;
  }
  .main .main-con h1 span {
    font-size: 45px;
  }
  .contents .section.section-2 .wrap .box:first-of-type {
    width: 500px;
    min-height: 850px;
  }
  .contents .section.section-2 .wrap .box:first-of-type .con {
    width: 450px;
    height: 450px;
    top: auto;
    left: 50px;
    right: auto;
    bottom: 0;
    padding: 80px 30px 30px 30px;
  }
  .contents .section.section-2 .wrap .box:first-of-type .img-box {
    width: 450px;
    height: 450px;
    left: 0;
  }
  .contents .section .wrap .box:first-of-type {
    gap: 30px;
  }
  .contents .section .wrap .box .con {
    padding-left: 0;
    width: calc(100% - 470px);
  }
  .contents .section .wrap .box .img-box {
    width: 450px;
    height: 450px;
  }
  .contents .section .wrap .box .img-box .img {
    width: 400px;
    height: 400px;
    bottom: 50px;
  }
  .contents .section .wrap .box .img-box .back {
    width: 400px;
    height: 400px;
  }
  .slick-list {
    margin: 0 -15px;
  }
  .slick-slide {
    margin: 0 15px;
  }
}
@media screen and (max-width: 820px) {
  .header ul {
    width: auto;
    gap: 30px;
    padding: 0 30px;
    justify-content: end;
  }
  .main {
    display: block;
    padding-bottom: 0;
  }
  .main .main-img {
    width: 100%;
    height: 70%;
  }
  .main .main-con {
    width: 100%;
    height: 30%;
    padding: 0 0 0 50px;
    display: flex;
    align-items: center;
  }
  .contents .section.section-2 .wrap .box:first-of-type .con {
    padding: 70px 20px 20px 20px;
  }
  .contents .section .wrap {
    gap: 50px;
  }
  .contents .section .wrap .box {
    flex-direction: column;
  }
  .contents .section .wrap .box:first-of-type {
    height: auto;
  }
  .contents .section .wrap .box .con {
    width: 450px;
    margin-top: 0;
    order: 1;
    background-color: #fff;
    padding: 20px;
  }
  .contents .section .wrap .box .con h2 {
    font-size: 30px;
  }
  .contents .section .wrap .box .con p {
    font-size: 16px;
    line-height: 1.8em;
  }
  .contents .section .wrap .box .con p:not(:last-of-type) {
    margin-bottom: 0.5em;
  }
  .slick-list {
    margin: 0 -10px;
  }
  .slick-slide {
    margin: 0 10px;
  }
}
@media screen and (max-width: 560px) {
  .header {
    height: 80px;
  }
  .header.hide {
    top: -80px;
  }
  .header ul {
    gap: 0;
    padding: 0 30px;
    justify-content: space-between;
  }
  .header ul li {
    line-height: 80px;
  }
  .header ul li::after {
    width: 8px;
    height: 8px;
    top: 15px;
  }
  .main {
    padding-top: 80px;
  }
  .main .main-img {
    height: 80%;
  }
  .main .main-con {
    height: 20%;
    padding: 0 0 0 30px;
  }
  .main .main-con h1 {
    font-size: 22px;
  }
  .main .main-con h1 span {
    font-size: 30px;
  }
  .contents .section {
    padding: 40px 0;
  }
  .contents .section.section-2 .wrap .box:first-of-type {
    width: 100%;
    min-height: 780px;
  }
  .contents .section.section-2 .wrap .box:first-of-type .con {
    width: calc(100% - 20px);
    height: 400px;
    left: 20px;
    padding: 40px 20px 20px 20px;
  }
  .contents .section.section-2 .wrap .box:first-of-type .img-box {
    width: calc(100% - 20px);
    height: 400px;
  }
  .contents .section .wrap {
    gap: 30px;
  }
  .contents .section .wrap .box .con {
    width: 100%;
  }
  .contents .section .wrap .box .img-box {
    width: 100%;
    height: 400px;
  }
  .contents .section .wrap .box .img-box .img {
    width: calc(100% - 20px);
    height: 380px;
  }
  .contents .section .wrap .box .img-box .back {
    width: calc(100% - 20px);
    height: 380px;
    top: 20px;
    left: 20px;
  }
  .contents .section .wrap .box .slide .slide-con {
    height: 350px;
  }
}
@media screen and (max-width: 480px) {
  .slick-list {
    margin: 0;
  }
  .slick-slide {
    margin: 0;
  }
  .slick-dots li {
    margin: 0;
  }
  .slick-dots li button {
    width: 8px;
    height: 8px;
    padding: 0;
  }
}
@media screen and (max-width: 430px) and (min-width: 360px) {
  .header ul li a {
    font-size: 16px;
  }
  .contents .section.section-2 .wrap .box:first-of-type {
    min-height: 880px;
  }
  .contents .section.section-2 .wrap .box:first-of-type .con {
    height: 500px;
  }
}/*# sourceMappingURL=style.css.map */