<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: "TheJamsil5Bold";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2302_01@1.0/TheJamsil5Bold.woff2")
    format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "BMEULJIRO";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_twelve@1.0/BMEULJIRO.woff")
    format("woff");
  font-weight: normal;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "BMEULJIRO";
}

a {
  text-decoration: none;
}

ul,
li,
ol {
  list-style: none;
}

html,
body {
  overflow-x: hidden;
}

/* �앹뾽 */
aside {
  position: relative;
}

aside p {
  color: #fff;
  font-size: 18px;
  position: absolute;
  right: 10px;
  top: 5px;
  cursor: pointer;
}

/* .popup1 {
  width: 400px;
  height: 700px;
  background: url(../img/logo.jpg) no-repeat 0 0 / 100% auto;
  position: fixed;
  top: 100px;
  left: 100px;
  z-index: 9999999;
} */

.popup1 {
  width: 500px;
  height: 500px;
  background: url(../img/KakaoTalk_20250514_142217970.jpg) no-repeat 0 0 / 100% auto;
  position: fixed;
  top: 100px;
  left: 0px;
  z-index: 9999999;
}

/* .popup2 {
  width: 500px;
  height: 500px;
  background: url(../img/popup2.jpg) no-repeat 0 0 / 100% auto;
  position: fixed;
  top: 100px;
  left: 500px;
  z-index: 999;
} */

.popup2 {
  width: 500px;
  height: 500px;
  background: url(../img/popup2.jpg) no-repeat 0 0 / 100% auto;
  position: fixed;
  top: 100px;
  left: 500px;
  z-index: 999;
}

.popup3 {
  width: 500px;
  height: 500px;
  background: url(../img/popup3.jpg) no-repeat 0 0 / 100% auto;
  position: fixed;
  top: 100px;
  left: 1000px;
  z-index: 999;
}

.popup3 p {
  /* color: #000; */
}

.popup4 {
  width: 400px;
  height: 800px;
  background: url(../img/parksundaepopup4.jpg) no-repeat 0 0 / 100% auto;
  position: fixed;
  top: 150px;
  left: 400px;
  z-index: 999;
}

@media (max-width: 1600px) {
  .popup3 {
    left: 400px;
  }
}

@media (max-width: 1400px) {
  .popup1 {
    top: 50px;
    z-index: 999999 !important;
  }
  .popup2 {
    top: 50px;
    /* left: 550px; */
    z-index: 999999 !important;
  }
}

@media (max-width: 1200px) {
  .popup1 {
    width: 300px;
    height: 600px;
  }
  /* .popup2 {
    width: 400px;
    height: 400px;
    left: 400px;
  } */
  .popup2 {
    width: 400px;
    height: 400px;
  }
  .popup3 {
    width: 400px;
    height: 400px;
    left: 300px;
  }

  .popup4 {
    width: 350px;
    height: 750px;
    left: 300px;
  }
}

@media (max-width: 1100px) {
  .header_bn {display:none !important;}
}

@media (max-width: 900px) {
  .popup4 {
    width: 350px;
    height: 750px;
    left: 50px;
    top: 100px;
  }
}

@media (max-width: 800px) {
  .popup1 {
    width: 200px;
    height: 500px;
    top: 50px;
    left: 70px;
  }
  /* .popup2 {
    width: 200px;
    height: 200px;
    left: 200px;
  } */
  .popup2 {
    width: 200px;
    height: 200px;
    top: 50px;
    left: 70px;
  }

  .popup3 {
    width: 200px;
    height: 220px;
    left: 100px;
  }

  aside p {
    font-size: 16px;
    right: 10px;
    top: 10px;
  }
}

@media (max-width: 500px) {
  .popup1 {
    left: 10px;
    top: 50px;
  }
  /* .popup2 {
    left: 10px;
  } */
  .popup2 {
    left: 10px;
    top: 50px;
  }

  .popup3 {
    left: 10px;
  }

  aside p {
    font-size: 16px;
    right: 10px;
    top: 10px;
  }

  .popup4 {
    width: 250px;
    height: 650px;
    left: 10px;
    top: 100px;
  }
}

#header {
  width: 100%;
  height: auto;
  position: fixed;
  left: 0;
  top: 0;
  background: #000;
  padding: 35px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
}

#header p {
  font-family: "TheJamsil5Bold";
  cursor: pointer;
  font-size: 18px;
  color: #fff;
  margin-right: 30px;
}

/* Trigger Button */
input[id="trigger"] {
  display: none;
  z-index: 999999;
}
label[for="trigger"] {
  width: 35px;
  height: 25px;
  display: block;
  position: relative;
  cursor: pointer;
  z-index: 999999;
  display: none;
}
label[for="trigger"] span {
  position: absolute;
  height: 2px;
  background-color: #fff;
  width: 100%;
  left: 0;
  transition: 0.3s;
}
label[for="trigger"] span:nth-child(1) {
  top: 10%;
}
label[for="trigger"] span:nth-child(2) {
  top: 55%;
  width: 70%;
  right: 0;
  left: unset;
}
label[for="trigger"] span:nth-child(3) {
  top: 100%;
}

input[id="trigger"]:checked + label span:nth-child(1) {
  transform: rotate(45deg);
  top: 50%;
}
input[id="trigger"]:checked + label span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
input[id="trigger"]:checked + label span:nth-child(3) {
  transform: rotate(-45deg);
  top: 50%;
}

.mb_list {
  width: 50%;
  height: 100vh;
  background: #000;
  position: fixed;
  top: 0;
  right: 0;
  padding: 0 39px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  right: -2000px;
  transition: 0.5s;
}

.mb_nav {
  display: block;
}

.mb_list .mb_nav p {
  margin-bottom: 65px;
}

.mb_list .mb_nav p a {
  font-size: 24px;
  color: #fff;
  font-weight: 100;
  cursor: pointer;
}

#header p:last-of-type {
  margin-right: 0;
}

#header .header_bn {display:block; position:absolute; top:50%; right:80px; transform:translateY(-50%); background: #e31a17; color:#fff; font-size:22px; padding:8px 15px; border-radius:10px; font-family: "TheJamsil5Bold";}

#header .logo {
  width: auto;
  height: auto;
  position: absolute;
  left: 120px;
  top: 35px;
}

#sec_0 .sec_mo {display:none;}
#sec_0 .sec_pc {display:block; margin-top:0px; margin-bottom:-10px;}
#sec_0 .sec_pc img {width:100%;}

#sec_1 {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  background: url(../img/sec_1_background.png) no-repeat center / cover;
  padding: 0 0 0 0;
}

#sec_1 .box_1 {
  width: 100%;
  height: auto;
  background: rgba(000, 000, 000, 0.63);
  text-align: center;
  padding: 130px 0;
  margin-bottom: 650px;
}

#sec_1 .box_1 h1 {
  font-size: 60px;
  color: #fff;
  margin-bottom: 30px;
  font-weight: normal;
}

#sec_1 .box_1 h2 {
  font-size: 90px;
  font-weight: normal;
  color: #d5452f;
}

#sec_1 .box_1 h2 span {
  color: #f2a21e;
}

#sec_1 .main_img {
  width: auto;
  height: auto;
  position: absolute;
  top: 23%;
  left: 50%;
  transform: translateX(-50%);
}

#sec_1 .main_img .sec_1_item01 {
  width: auto;
  height: auto;
}

#sec_1 .main_img::after {
  content: "";
  width: 512px;
  height: 668px;
  position: absolute;
  right: -250px;
  bottom: -500px;
  background: url(../img/sec_1_item02.png) no-repeat center / 100% auto;
}

#sec_1 .box_2 {
  margin-left: 260px;
  width: 740px;
}

#sec_1 .box_2 h2 {
  font-size: 50px;
  color: #000;
  line-height: 60px;
  text-align: center;
  font-weight: normal;
  margin-bottom: 30px;
}

#sec_1 .box_2 h3 {
  font-size: 80px;
  font-weight: normal;
  text-align: center;
  color: #d5452f;
  margin-bottom: 268px;
}

#sec_2 {
  width: 100%;
  height: auto;
  padding: 28px 0;
  background: #7bb6c4;
}

#sec_2 h2 {
  font-size: 80px;
  font-weight: normal;
  color: #d5452f;
  white-space: nowrap;
  animation: movetext 30s linear infinite;
}

@keyframes movetext {
  0% {
    margin-left: 0%;
  }
  100% {
    margin-left: -170%;
  }
}

#sec_2 h2 span {
  color: #fff;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #d5452f;
}

#video {
  width: 100vw;
  height: 100vh;
}

#video iframe {
  width: 100vw;
  height: 100vh;
  border: none;
}

#sec_3 {
  width: 100%;
  height: auto;
  position: relative;
  /* overflow: hidden; */
  padding-top: 94px;
}

#sec_3 .sec_3_background {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

#sec_3 .text_box {
  padding: 90px 0;
  background: rgba(000, 000, 000, 0.78);
  margin-bottom: 110px;
}

#sec_3 .text_box h2 {
  font-size: 70px;
  color: #ff2200;
  text-align: center;
  font-weight: normal;
  margin-bottom: 75px;
}

#sec_3 .text_box .inner_box {
  width: 950px;
  height: auto;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

#sec_3 .text_box .inner_box h3 {
  font-size: 55px;
  font-weight: normal;
  color: #fff;
}

#sec_3 .text_box .inner_box h3:last-of-type {
  text-align: right;
  margin-top: 47px;
}

#sec_3 .text_box .inner_box h3 span:first-of-type {
  border-bottom: 3px solid #fff;
}

#sec_3 .text_box .inner_box h3 span:last-of-type {
  font-size: 65px;
  color: #fbeb00;
}

#sec_3 .text_box .sec_3_item01 {
  width: auto;
  height: auto;
  position: absolute;
  left: -200px;
  top: 30%;
  /* transform: translateY(-50%); */
}

#sec_3 .text_box .sec_3_item02 {
  width: auto;
  height: auto;
  position: absolute;
  right: -330px;
  bottom: -258px;
  z-index: 2;
}

#sec4 {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  padding: 98px 0;
  background: url(../img/sec_4_background.png) no-repeat center / cover;
}

#sec4 h1 {
  font-size: 60px;
  font-weight: normal;
  color: #d5452f;
  text-align: center;
  margin-bottom: 87px;
}

#sec4 h1 span {
  color: #f2a21e;
}

#sec4 .icon_wrap {
  width: auto;
  height: auto;
  display: flex;
  justify-content: center;
  margin-bottom: 87px;
}

#sec4 .icon_wrap img {
  width: auto;
  height: auto;
  margin-right: 77px;
}

#sec4 .icon_wrap img:last-of-type {
  margin-right: 0;
}

#sec4 h2 {
  text-align: center;
  font-size: 50px;
  color: #fff;
  font-weight: normal;
}

#sec4 h2 span:first-of-type {
  font-size: 55px;
  color: #d5452f;
}

#sec4 h2 span:nth-of-type(2) {
  position: relative;
  z-index: 1;
}

#sec4 h2 span:nth-of-type(2)::after {
  content: "";
  background: #f2a21e;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
  width: 105%;
  height: 80%;
  position: absolute;
  z-index: -1;
}

#sec4 h2 span:last-of-type {
  color: #7bb6c4;
}

#sec5 {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

#sec5 img {
  width: 100%;
  height: auto;
  display: block;
}

#sec6 {
  width: 100%;
  height: auto;
  position: relative;
  padding: 200px 0 200px 260px;
  background: url(../img/sec_6_background.png) no-repeat 0 0 / 100% 100%;
  display: flex;
  align-items: center;
}

#sec6 .text_box {
  width: 40%;
  height: auto;
}

#sec6 h1 {
  font-size: 60px;
  color: #d5452f;
  font-weight: normal;
  margin-bottom: 90px;
  white-space: nowrap;
}

#sec6 h1 span {
  color: #f2a21e;
}

#sec6 h2 {
  font-size: 40px;
  font-weight: normal;
  color: #000;
  line-height: 63px;
  white-space: nowrap;
}

#sec6 h2 span:first-of-type {
  color: #d5452f;
}

#sec6 h2 span:last-of-type {
  color: #7bb6c4;
}

#sec6 .slide_box {
  padding-left: 160px;
  width: 60%;
  height: auto;
}

#sec6 .slide_box img {
  margin-right: 30px;
}

#sec7 {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  padding: 90px 0;
  background: url(../img/sec_7_background.png) no-repeat center / cover;
}

#sec7 h1 {
  color: #fff;
  font-size: 60px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 130px;
}

#sec7 h1 span:first-of-type {
  z-index: 1;
  position: relative;
}

#sec7 h1 span:first-of-type::after {
  position: absolute;
  width: 105%;
  height: 80%;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  content: "";
  background: #d5452f;
  z-index: -1;
}

#sec7 h1 span:last-of-type {
  color: #f2a21e;
}

#sec7 h2 {
  font-size: 40px;
  font-weight: normal;
  color: #000;
  line-height: 67px;
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 8px;
}

#sec7 h2 span {
  color: #d5452f;
}

#sec7 h2::after {
  content: "";
  width: 275px;
  height: 40%;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  background: #f2a21e;
  z-index: -1;
}

#sec7 .box_1 {
  width: 1108px;
  height: 784px;
  background: url(../img/sec_7_item01.png) no-repeat 0 1px / 100% 100%;
  margin: 0 auto;
  padding: 75px 108px 187px;
  overflow: hidden;
}

#sec7 .box_2 {
  width: 1108px;
  height: 682px;
  background: url(../img//sec_7_item02.png) no-repeat 0 0 / 100% 100%;
  margin: 0 auto;
  padding: 72px 108px 87px;
  position: relative;
  /* overflow: hidden; */
}

#sec7 .slide_box {
  width: 100%;
  height: 460px;
  position: relative;
  overflow: hidden;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23333' stroke-width='3' stroke-dasharray='6%2c 14' stroke-dashoffset='43' stroke-linecap='square'/%3e%3c/svg%3e");
  padding: 3px;
}

#sec7 .slide_box img {
  width: auto;
  height: 455px;
}

#sec7 .sec_7_item20 {
  width: auto;
  height: auto;
  position: absolute;
  left: 10%;
  top: 90px;
}

#sec7 .sec_7_item21 {
  width: auto;
  height: auto;
  position: absolute;
  right: -263px;
  bottom: -37px;
}

#sec8 {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  display: flex;
}

#sec8 img {
  width: 50%;
  height: auto;
  display: block;
}

#sec9 {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  background: url(../img/sec_9_background.png) no-repeat center / cover;
  padding: 190px 0;
}

#sec9 h1 {
  text-align: center;
  color: #fff;
  font-size: 50px;
  line-height: 65px;
  font-weight: normal;
  margin-bottom: 40px;
}

#sec9 .form_wrap .head h1 {
  margin-bottom: 0;
}

#sec9 .sec_9_item01 {
  width: auto;
  height: auto;
  text-align: center;
  display: block;
  margin: 0 auto;
  margin-bottom: 170px;
}

#sec9 .form_wrap {
  width: 70%;
  height: auto;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  box-shadow: 1px 1px 3px #000;
}

#sec9 .form_wrap .head {
  height: 100px;
  background: #d5452f;
  display: flex;
  justify-content: center;
  align-items: center;
}

#sec9 .form_wrap .head h1 {
  font-size: 50px;
  color: #fff;
}

#sec9 .form_wrap form {
  width: 100%;
  height: auto;
  background: #fff;
  padding: 25px 69px;
}

#sec9 .form_wrap form h2 {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 18px;
}

#sec9 .form_wrap form p {
  height: 270px;
  overflow-y: scroll;
  border: 1px solid #d8d8d8;
  font-size: 10px;
  margin-bottom: 20px;
  font-family: "notosankr";
}

#sec9 .form_wrap form div:nth-child(2) {
  display: flex;
  align-items: center;
}

#sec9 .form_wrap form div input[type="checkbox"] {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}

#sec9 .form_wrap form div:nth-child(2) label {
  font-size: 20px;
  width: auto;
}

#sec9 .form_wrap form div label {
  font-size: 20px;
  width: 100%;
  display: inline-block;
  margin-bottom: 18px;
}

#sec9 .form_wrap form div input {
  width: 100%;
  height: 32px;
  border: 1px solid #d8d8d8;
  margin-bottom: 18px;
}

#sec9 .form_wrap form div span {
  transform: translateY(-5px);
  display: inline-block;
  color: #d8d8d8;
  font-weight: bold;
  font-size: 20px;
}

#sec9 .form_wrap form input[type="button"] {
  width: 147px;
  height: 45px;
  color: #fff;
  background: #d5452f;
  border: none;
  display: block;
  font-size: 20px;
  margin: 0 auto;
}

#sec10 {
  width: 100%;
  background: #d5452f;
  position: fixed;
  left: 0;
  bottom: 0;
  display: flex;
  padding: 20px 0;
  justify-content: center;
  align-items: flex-end;
  z-index: 999;
  transition: 0.3s;
}

#sec10.fastform.active {
  bottom: -100px;
}

#sec10 .fast_form_btn {
  position: absolute;
  width: auto;
  height: auto;
  left: 80px;
  top: -30px;
  transition: 0.5s;
  cursor: pointer;
}

#sec10 form {
  width: auto;
  height: auto;
  display: flex;
}

#sec10 form div {
  margin-right: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

#sec10 form div:nth-child(5) {
  margin-right: 0;
}

#sec10 form div label {
  width: 100%;
  display: inline-block;
  font-size: 20px;
  /* font-weight: bold; */
  color: #fff;
  margin-bottom: 7px;
}

#sec10 form div:nth-child(5) label {
  width: auto;
  margin-bottom: 15px;
}

#sec10 form div input[type="text"] {
  width: 100%;
  height: 30px;
  background: #fff;
  border: none;
}

#sec10 form div input[type="checkbox"] {
  width: 20px;
  height: 20px;
  background: #fff;
  border: none;
  margin-right: 10px;
  transform: translateY(-17px);
}

#sec10 form div input[type="button"] {
  width: 100%;
  height: 50px;
  background: #e3e3e3;
  border: none;
  font-size: 20px;
  /* font-weight: bold; */
}

#sec11 {
  width: 80px;
  height: auto;
  position: fixed;
  bottom: 100px;
  right: 30px;
  display: flex;
  flex-wrap: wrap;
}

#sec11 img {
  width: 80px;
  height: auto;
  display: block;
  cursor: pointer;
  margin-bottom: 10px;
}

/* 諛섏쓳�� */
@media (max-width: 1800px) {
  #sec_3 .text_box .sec_3_item01 {
    width: 500px;
  }

  #sec_3 .text_box .sec_3_item02 {
    width: 500px;
  }
}

@media (max-width: 1600px) {
  #sec_3 .text_box .inner_box {
    width: 700px;
  }

  #sec_3 .text_box h2 {
    font-size: 52px;
  }

  #sec_3 .text_box .inner_box h3 {
    font-size: 46px;
  }

  #sec_3 .text_box .inner_box h3 span:last-of-type {
    font-size: 56px;
  }

  #sec6 {
    padding-left: 160px;
  }

  #sec6 h1 {
    font-size: 46px;
    margin-bottom: 50px;
  }

  #sec6 h2 {
    font-size: 36px;
    line-height: 45px;
  }

  #sec6 .text_box {
    width: 35%;
  }

  #sec6 .slide_box {
    width: 65%;
  }
}

@media (max-width: 1400px) {
  #sec_1 .box_2 {
    width: 100%;
    margin: 0;
    text-align: center;
  }

  #sec_3 .text_box .sec_3_item01 {
    width: 400px;
  }

  #sec4 h1 {
    font-size: 46px;
    margin-bottom: 70px;
  }

  #sec4 h2 {
    font-size: 36px;
  }

  #sec4 h2 span:first-of-type {
    font-size: 46px;
  }

  #sec4 .icon_wrap img {
    width: 250px;
  }

  #sec7 .sec_7_item20 {
    width: 230px;
    left: 5%;
  }

  #sec7 h1 {
    font-size: 48px;
    margin-bottom: 100px;
  }

  #sec7 .sec_7_item21 {
    width: 450px;
    right: -100px;
  }

  #sec9 .sec_9_item01 {
    width: 1200px;
    margin-bottom: 50px;
  }
}

@media (max-width: 1200px) {

  #sec_0 .sec_pc {margin-top:50px;}

  #sec_1 .box_1 {
    padding: 80px 0;
  }

  #sec_1 .box_1 h1 {
    font-size: 46px;
    margin-bottom: 0;
  }

  #sec_1 .box_1 h2 {
    font-size: 64px;
  }

  #sec_1 .main_img .sec_1_item01 {
    width: 700px;
  }

  #sec_1 .box_2 h2 {
    font-size: 36px;
    margin-bottom: 0;
  }

  #sec_1 .box_2 h3 {
    font-size: 54px;
  }

  #sec_1 .main_img::after {
    content: "";
    width: 246px;
    height: 320px;
    position: absolute;
    right: -100px;
    bottom: -165px;
    background: url(../img/sec_1_item02.png) no-repeat center / 100% auto;
  }

  #sec_2 h2 {
    font-size: 46px;
  }

  #sec_2 h2 span {
    color: #fff;
    -webkit-text-stroke-width: 2px;
  }

  #sec_3 .text_box h2 {
    font-size: 38px;
    margin-bottom: 40px;
  }

  #sec_3 .text_box {
    padding: 50px 0;
  }

  #sec_3 .text_box .inner_box h3 {
    font-size: 32px;
  }

  #sec_3 .text_box .inner_box h3 span:last-of-type {
    font-size: 42px;
  }

  #sec_3 .text_box .inner_box {
    width: 500px;
  }

  #sec_3 .text_box .sec_3_item01 {
    width: 200px;
    left: -60px;
    top: 0px;
    transform: unset;
  }

  #sec_3 .text_box .sec_3_item02 {
    width: 200px;
    right: -30px;
    bottom: -110px;
  }

  #sec6 {
    padding: 100px 0 100px 50px;
    background: url(../img/sec_6_background.png) no-repeat 0 0 / 100% 100%;
  }

  #sec6 h1 {
    font-size: 36px;
  }

  #sec6 h2 {
    font-size: 28px;
    line-height: 35px;
  }

  #sec6 .slide_box {
    padding-left: 60px;
  }

  #sec7 .sec_7_item20 {
    width: 180px;
    top: 30px;
  }

  #sec7 h1 {
    font-size: 36px;
    margin-bottom: 50px;
  }

  #sec7 h2 {
    font-size: 32px;
    line-height: 50px;
  }

  #sec7 h2::after {
    width: 220px;
  }

  #sec7 .sec_7_item21 {
    width: 300px;
    right: -50px;
  }

  #sec7 .box_1 {
    width: 700px;
    height: 495px;
  }

  #sec7 .box_2 {
    width: 700px;
    height: 431px;
  }

  #sec7 .slide_box {
    height: 250px;
  }

  #sec7 .slide_box img {
    height: 245px;
  }

  #sec9 .form_wrap .head h1 {
    font-size: 42px;
  }

  #sec9 .sec_9_item01 {
    width: 900px;
  }

  #sec10 .fast_form_btn {
    width: 40px;
    left: 30px;
    top: -20px;
  }

  #sec10 form div input[type="submit"] {
    height: 40px;
  }

  #sec10 form div label {
    font-size: 16px;
  }

  #sec10 form div input[type="checkbox"] {
    width: 15px;
    height: 15px;
  }

  #header .logo {
    left: 30px;
  }

  #sec11 img {
    width: 60px;
  }

  #sec11 {
    width: 60px;
    right: 10px;
  }
}

@media (max-width: 1400px) {
  #sec10 form div {
    margin-right: 0;
  }

  #sec10 form {
    display: block;
  }

  #sec10 form {
    width: 80%;
  }

  #sec10.fastform.active {
    bottom: -300px;
  }

  #sec10 form div {
    margin-bottom: 10px;
  }
}

@media (max-width: 900px) {

  #sec_0 .sec_mo {display:block; max-width:960px; margin-top:80px;}
  #sec_0 .sec_mo .slide_mo {position:relative; width:100%; min-width:50vh; height:80vh; background:url(../img/sec_0_mo_img1.png)no-repeat center / 100% auto;}
  #sec_0 .sec_mo .slide_mo img {width:100%; height:80vh;}

  #sec_0 .sec_pc {
    display:none;
  }

  #sec_1 .main_img .sec_1_item01 {
    width: 500px;
  }

  #sec_1 .main_img::after {
    content: "";
    width: 151px;
    height: 197px;
    position: absolute;
    right: -80px;
    bottom: -60px;
    background: url(../img/sec_1_item02.png) no-repeat center / 100% auto;
  }

  #sec_1 .box_2 h3 {
    margin-bottom: 100px;
  }

  #sec_1 .box_1 {
    margin-bottom: 350px;
  }

  #sec_1 .main_img {
    top: 42%;
  }

  #sec4 h1 {
    font-size: 36px;
  }

  #sec4 .icon_wrap img {
    width: 200px;
    margin-right: 30px;
  }

  #sec4 h2 {
    font-size: 28px;
  }

  #sec4 h2 span:first-of-type {
    font-size: 38px;
  }

  #sec6 {
    flex-wrap: wrap;
    padding: 50px 0;
  }

  #sec6 .text_box {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
  }

  #sec6 .slide_box {
    width: 100%;
    padding: 0;
  }

  #sec9 .form_wrap form h2 {
    font-size: 18px;
  }

  #sec9 .form_wrap form div:nth-child(2) label {
    font-size: 18px;
  }

  #sec9 .form_wrap form div label {
    font-size: 18px;
    margin-bottom: 10px;
  }

  #sec9 .form_wrap form div input[type="checkbox"] {
    margin: 0;
    margin-right: 5px;
    margin-bottom: 10px;
  }

  #sec9 .form_wrap .head h1 {
    font-size: 32px;
  }

  #sec9 .form_wrap .head {
    height: 80px;
  }

  #sec9 .form_wrap {
    width: 80%;
  }

  #sec9 h1 {
    font-size: 32px;
  }

  #sec9 {
    padding: 100px 0;
  }

  #sec9 .sec_9_item01 {
    width: 700px;
  }
}

@media (max-width: 700px) {
  #video {
    height: 500px;
  }

  #video iframe {
    height: 100%;
  }

  #header .logo {
    width: 80px;
    top:10px;
    left: 10px;
  }

  #header p {
    font-size: 16px;
    margin-right: 15px;
  }

  .mb_list {
    width: 70%;
  }

  #sec_0 .sec_mo {margin-top:60px;}
  #sec_0 .sec_mo .slide_mo {height:64vh;}
  #sec_0 .sec_mo .slide_mo img {height:64vh;}

  #sec_1 {
    padding-top: 50px;
  }

  #sec_1 .box_1 h1 {
    font-size: 36px;
  }

  #sec_1 .box_1 h2 {
    font-size: 48px;
  }

  #sec_1 .box_1 {
    padding: 40px 0;
  }

  #sec_1 .main_img {
    top: 30%;
  }

  #sec_1 .box_2 h2 {
    font-size: 24px;
    line-height: 35px;
  }

  #sec_1 .box_2 h3 {
    font-size: 42px;
  }

  #sec_2 h2 {
    font-size: 32px;
  }

  #sec_3 .text_box .inner_box h3 {
    font-size: 24px;
  }

  #sec_3 .text_box .inner_box h3 span:last-of-type {
    font-size: 34px;
  }

  #sec4 {
    padding: 50px 0;
  }

  #sec4 .icon_wrap img {
    width: 150px;
  }

  #sec4 h1 {
    margin-bottom: 30px;
  }

  #sec4 .icon_wrap {
    margin-bottom: 30px;
  }

  #sec6 h1 {
    font-size: 30px;
    margin-bottom: 30px;
  }

  #sec6 h2 {
    font-size: 24px;
  }

  #sec7 .sec_7_item20 {
    width: 100px;
  }

  #sec7 .box_1 {
    padding: 30px 60px 87px;
    width: 500px;
    height: 354px;
  }

  #sec7 .box_2 {
    padding: 30px 60px 87px;
    width: 500px;
    height: 308px;
  }

  #sec7 .slide_box {
    height: 190px;
  }

  #sec7 .slide_box img {
    height: 190px;
  }

  #sec7 .sec_7_item21 {
    width: 200px;
  }

  #sec9 .form_wrap .head h1 {
    font-size: 24px;
  }

  #sec9 .form_wrap .head {
    height: 60px;
  }

  #sec9 .form_wrap form {
    padding: 25px 30px;
  }

  #sec9 .form_wrap form div:nth-child(2) label {
    font-size: 14px;
  }

  #sec9 .sec_9_item01 {
    width: 500px;
  }
}

@media (max-width: 500px) {
  #header {
    justify-content: flex-end;
    padding: 20px 10px;
  }

  label[for="trigger"] {
    display: block;
  }

  #header p {
    display: none;
  }

  #header .mb_nav p {
    display: block;
  }

  #sec_0 .sec_mo {margin-top:50px;}
  #sec_0 .sec_mo .slide_mo {height:49vh;}
  #sec_0 .sec_mo .slide_mo img {height:49vh;}

  #sec_1 .main_img .sec_1_item01 {
    width: 400px;
  }

  #sec_1 .main_img::after {
    width: 80px;
    height: 104px;
    right: -20px;
    bottom: 0px;
  }

  #sec_3 .text_box .inner_box {
    width: 100%;
  }

  #sec_3 .text_box .inner_box h3 {
    text-align: center;
  }

  #sec_3 .text_box .inner_box h3:last-of-type {
    text-align: center;
  }

  #sec_3 .text_box .sec_3_item01 {
    left: -80px;
  }

  #sec_3 .text_box h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }

  #sec_3 .text_box .inner_box h3 {
    font-size: 20px;
  }

  #sec_3 .text_box .inner_box h3 span:first-of-type {
    border-bottom: 2px solid #fff;
  }

  #sec_3 .text_box .inner_box h3 span:last-of-type {
    font-size: 28px;
  }

  #sec4 .icon_wrap img {
    width: 120px;
    margin-right: 10px;
  }

  #sec4 h1 {
    font-size: 28px;
  }

  #sec4 h2 {
    font-size: 20px;
  }

  #sec4 h2 span:first-of-type {
    font-size: 28px;
  }

  #sec6 h1 {
    font-size: 24px;
  }

  #sec6 h2 {
    font-size: 20px;
    line-height: 20px;
  }

  #sec7 .box_1 {
    width: 400px;
    height: 283px;
    padding: 30px 30px 87px;
  }

  #sec7 .box_2 {
    width: 400px;
    height: 246px;
    padding: 30px 30px 87px;
  }

  #sec7 .slide_box {
    height: 140px;
  }

  #sec7 .slide_box img {
    height: 135px;
  }

  #sec7 h1 {
    font-size: 36px;
    margin-bottom: 50px;
  }

  #sec7 .sec_7_item20 {
    width: 80px;
  }

  #sec7 h2 {
    font-size: 24px;
    line-height: 30px;
  }

  #sec7 h2::after {
    width: 160px;
    height: 50%;
    bottom: 5px;
  }

  #sec7 .sec_7_item21 {
    width: 150px;
    right: -30px;
  }

  #sec9 .form_wrap {
    width: 90%;
  }

  #sec9 .form_wrap form div label {
    font-size: 16px;
  }

  #sec9 .form_wrap form div input {
    height: 25px;
  }

  #sec9 .form_wrap form input[type="submit"] {
    width: 120px;
    height: 35px;
    font-size: 16px;
  }

  #sec9 .form_wrap form div:nth-child(2) label {
    word-break: keep-all;
  }

  #sec9 .form_wrap form p {
    height: 150px;
  }

  #sec9 .sec_9_item01 {
    width: 400px;
  }

  #sec9 {
    padding: 50px 0;
  }
}

@media (max-width: 400px) {
  .mb_list {
    width: 100%;
  }

  #sec_1 .box_1 h1 {
    font-size: 24px;
  }

  #sec_1 .box_1 h2 {
    font-size: 36px;
  }

  #sec_1 .box_1 {
    padding: 20px 0;
  }

  #sec_1 .main_img .sec_1_item01 {
    width: 275px;
  }

  #sec_1 .box_1 {
    margin-bottom: 250px;
  }

  #sec_1 .box_2 h2 {
    font-size: 20px;
    line-height: 30px;
  }

  #sec_1 .box_2 h3 {
    font-size: 36px;
    margin-bottom: 60px;
  }

  #sec_2 {
    padding: 20px 0;
  }

  #sec_2 h2 {
    font-size: 26px;
  }

  #sec_2 h2 span {
    -webkit-text-stroke-width: 1px;
  }

  #sec_3 .text_box .sec_3_item01 {
    width: 150px;
    left: -50px;
  }

  #sec_3 .text_box .sec_3_item02 {
    width: 150px;
    right: -30px;
    bottom: -80px;
  }

  #sec4 .icon_wrap img {
    width: 100px;
  }

  #sec6 .slide_box img {
    margin-right: 0;
    margin: 0 15px;
  }

  #sec7 .sec_7_item20 {
    width: 70px;
    top: 10px;
  }

  #sec7 h1 {
    font-size: 28px;
    margin-bottom: 30px;
  }

  #sec7 .box_1 {
    width: 300px;
    height: 213px;
  }

  #sec7 .box_2 {
    width: 300px;
    height: 206px;
  }

  #sec7 .slide_box {
    height: 100px;
  }

  #sec7 .slide_box img {
    height: 95px;
  }

  #sec7 .sec_7_item21 {
    width: 100px;
  }

  #sec9 .form_wrap form h2 {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 10px;
  }

  #sec9 .form_wrap form div:nth-child(2) label {
    font-size: 12px;
  }

  #sec9 h1 {
    font-size: 28px;
    line-height: 40px;
  }

  #sec9 .sec_9_item01 {
    width: 300px;
  }
}

@media (max-width: 300px) {
  #video {
    height: 300px;
  }

  #sec_1 .main_img::after {
    width: 80px;
    height: 104px;
    right: 0px;
    bottom: -30px;
  }

  #sec_1 .box_1 h1 {
    font-size: 20px;
  }

  #sec_1 .box_1 h2 {
    font-size: 30px;
  }

  #sec_1 .box_2 h2 {
    font-size: 16px;
    line-height: 20px;
  }

  #sec_1 .box_2 h3 {
    font-size: 30px;
  }

  #sec4 .icon_wrap img {
    width: 90px;
    margin-right: 5px;
  }

  #sec4 h1 {
    font-size: 24px;
  }

  #sec4 h2 {
    font-size: 18px;
  }

  #sec4 h2 span:first-of-type {
    font-size: 24px;
  }

  #sec9 .form_wrap form {
    padding: 25px 20px;
  }
}
</pre></body></html>