#sec_01 {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

#sec_01 .wrap {
  width: 100%;
  max-width: 1400px;
  height: auto;
  margin-bottom: 100px;
}

#sec_01 .wrap img {
  width: 100%;
  height: auto;
}

#sec_02 {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 80px;
}

#sec_02 .wrap {
  width: 100%;
  max-width: 1400px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#sec_02 .wrap .text {
  width: auto;
  height: auto;
}

#sec_02 .wrap .text h4 {
  font-family: 'PB_M';
  font-weight: normal;
  font-size: 20px;
}

#sec_02 .wrap .text h4 span {
  font-size: 32px;
}

#sec_02 .wrap .text h4 span span {
  color: #831F82;
}

#sec_02 .wrap .text h2 {
  font-family: 'PL_B';
  font-weight: bold;
  font-size: 40px;
  color: #242424;
  margin-bottom: 40px;
}

#sec_02 .wrap .text h2 span {
  color: #831F82;
}

#sec_02 .wrap .text h3 {
  font-family: 'PB_M';
  font-weight: normal;
  font-size: 30px;
}

#sec_02 .wrap .text h3 span {
  font-family: 'PL_B';
  font-weight: bold;
}

#sec_02 .wrap .text h3 span.green {
  color: #16C60C;
}

#sec_02 .wrap .text h3 span.purple {
  color: #831F82;
}

#sec_02 .wrap img {
  width: auto;
  height: auto;
}

#sec_03 {
  width: 100%;
  height: auto;
  background: #EFEFEF;
  padding: 80px 0;
}

#sec_03 h2 {
  font-family: 'PL_B';
  font-weight: bold;
  font-size: 40px;
  color: #242424;
  text-align: center;
  margin-bottom: 80px;
}

#sec_03 .wrap {
  width: 100%;
  max-width: 1400px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 30px;
  margin: 0 auto 80px;
}

#sec_03 .wrap .box {
  width: 650px;
  height: 450px;
  border-radius: 50px;
  background: #831F82;
  padding: 100px 50px 0;
  position: relative;
}

#sec_03 .wrap .box .icon {
  width: auto;
  height: auto;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}

#sec_03 .wrap .box h3 {
  font-family: 'PB_M';
  font-weight: normal;
  font-size: 40px;
  color: #fff;
}

#sec_03 .wrap .box h3 span {
  font-family: 'PB_B';
	font-weight: bold;
}

#sec_03 .wrap .box .line {
  width: 100%;
  height: 2px;
  background: #fff;
  margin: 25px 0;
}

#sec_03 .wrap .box ul {
  width: auto;
  height: auto;
}

#sec_03 .wrap .box ul li {
  list-style: disc inside;
  font-family: 'PB_M';
  font-weight: normal;
  font-size: 30px;
  color: #fff;
  margin-bottom: 20px;
}

#sec_03 .wrap .box ul li:last-of-type {
  margin-bottom: 0;
}

#sec_03 .container {
  width: 100%;
  max-width: 730px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 auto 40px;
}

#sec_03 .container:last-of-type {
  margin-bottom: 0;
}

#sec_03 .container img {
  width: auto;
  height: auto;
  margin-right: 50px;
}

#sec_03 .container .text {
  width: auto;
  height: auto;
}

#sec_03 .container .text h4 {
  font-family: 'PB_B';
	font-weight: bold;
  font-size: 30px;
  color: #38383a;
  margin-bottom: 20px;
}

#sec_03 .container .text h5 {
  font-family: 'PB_M';
	font-weight: normal;
  font-size: 20px;
  color: #38383a;
}

#sec_04 {
  width: 100%;
  height: auto;
  margin: 80px 0;
}

#sec_04 h2 {
  font-family: 'PL_B';
  font-weight: bold;
  font-size: 40px;
  color: #242424;
  text-align: center;
  margin-bottom: 50px;
}

#sec_04 .btn_wrap {
  width: auto;
  height: auto;
  margin-bottom: 80px;
}

#sec_04 .btn_wrap .btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

#sec_04 .btn_wrap .btn.one_pl {
  margin-bottom: 30px;
}

#sec_04 .btn_wrap .btn li {
  font-family: 'PB_R';
  font-weight: normal;
  font-size: 20px;
  color: #242424;
  margin-right: 40px;
  position: relative;
  cursor: pointer;
}

#sec_04 .btn_wrap .btn li.active {
  font-family: 'PB_B';
  font-weight: bold;
}

#sec_04 .btn_wrap .btn li:last-of-type {
  margin-right: 0;
}

#sec_04 .btn_wrap .btn li::after {
  content: "";
  width: 1px;
  height: 24px;
  background: #242424;
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
}

#sec_04 .btn_wrap .btn li:last-of-type::after {
  display: none;
}

#sec_04 .item_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

#sec_04 .item_wrap .item {
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}

#sec_04 .item_wrap .item.active {
  display: flex;
}

#sec_04 .item_wrap .item .item_img {
  width: auto;
  height: auto;
  margin-right: 60px;
}

#sec_04 .item_wrap .item .info {
  width: auto;
  height: auto;
}

#sec_04 .item_wrap .item .info h3 {
  font-family: 'PB_R';
  font-weight: bold;
  font-size: 30px;
  color: #242424;
  margin-bottom: 10px;
}

#sec_04 .item_wrap .item .info h3 span {
  font-family: 'PB_M';
  font-weight: normal;
  font-size: 20px;
}

#sec_04 .item_wrap .item .info h4 {
  font-family: 'PB_M';
  font-weight: normal;
  font-size: 20px;
  color: #242424;
  margin-bottom: 18px;
}

#sec_04 .item_wrap .item .info img {
  width: auto;
  height: auto;
}

#sec_05 {
  width: 100%;
  height: auto;
  margin-bottom: 80px;
}

#sec_05 h2 {
  font-family: 'PL_B';
  font-weight: bold;
  font-size: 40px;
  color: #242424;
  margin-bottom: 80px;
  text-align: center;
}

#sec_05 .wrap {
  width: 100%;
  max-width: 1400px;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
}

#sec_05 .wrap .box {
  width: 685px;
  height: 252px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 80px;
  position: relative;
  border-radius: 50px;
  background: #EFEFEF;
  margin-bottom: 30px;
}

#sec_05 .wrap .box:nth-of-type(5),
#sec_05 .wrap .box:nth-of-type(6) {
  margin-bottom: 0;
}


#sec_05 .wrap .box h3 {
  font-family: 'PL_B';
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 20px;
  color: #831F82;
}

#sec_05 .wrap .box h4 {
  font-family: 'PL_B';
  font-weight: bold;
  font-size: 50px;
  color: #d9d9d9;
  position: absolute;
  top: 10px;
  right: 30px;
}

#sec_05 .wrap .box h5 {
  font-family: 'PB_M';
  font-weight: normal;
  font-size: 20px;
  color: #38383a;
}

#sec_05 .wrap .box h5 span {
  font-size: 15px;
}

#sec_05 .wrap .box:last-of-type {
  align-items: flex-end;
  justify-content: flex-end;
  padding: 0;
  padding-right: 10px;
  background: none;
}

#sec_05 .wrap .box img {
  width: auto;
  height: auto;
}

#sec_06 {
  width: 100%;
  height: auto;
  padding: 80px 0;
  background: #EFEFEF;
  display: flex;
  align-items: center;
  justify-content: center;
}

#sec_06 .wrap {
  width: 100%;
  max-width: 1400px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#sec_06 .wrap .box {
  width: 685px;
  height: 252px;
  border-radius: 50px;
  background: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

#sec_06 .wrap .box h2 {
  font-family: 'PB_B';
  font-weight: bold;
  font-size: 30px;
  color: #831F82;
  margin-bottom: 20px;
}

#sec_06 .wrap .box h2 span {
  font-size: 20px;
}

#sec_06 .wrap .box h3 {
  font-family: 'PB_M';
  font-weight: normal;
  font-size: 20px;
  color: #38383a;
}

#sec_07 {
  width: 100%;
  height: auto;
  padding: 80px 0;
}

#sec_07 h2 {
  font-family: 'PL_B';
  font-weight: bold;
  font-size: 40px;
  color: #242424;
  text-align: center;
  margin-bottom: 80px;
}

#sec_07 .wrap {
  width: 100%;
  max-width: 1400px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px;
}

#sec_07 .wrap .item_box {
  width: auto;
  height: auto;
  position: relative;
  margin-right: 37px;
}

#sec_07 .wrap .item_box img {
  width: auto;
  height: auto;
}

#sec_07 .wrap .item_box:last-of-type {
  margin-right: 0;
}

#sec_07 .wrap .item_box .arrow {
  position: absolute;
  right: -26px;
  top: 50%;
  transform: translateY(-50%);
}

#sec_07 h3 {
  width: 100%;
  max-width: 1400px;
  text-align: right;
  font-size: 20px;
  font-weight: normal;
  color: #242424;
  font-family: 'PB_R';
  margin: 0 auto;
}

#sec_07 h3 span {
  font-family: 'PB_B';
  font-weight: bold;
}

#sec_08 {
  width: 100%;
  height: auto;
  text-align: center;
  background: #EFEFEF;
  padding: 80px 0;
}

#sec_08 h2 {
  font-family: 'PL_B';
  font-weight: bold;
  font-size: 40px;
  color: #242424;
  margin-bottom: 80px;
}

#sec_08 .wrap {
  width: 100%;
  max-width: 1400px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto 50px;
}

#sec_08 .wrap img {
  margin-bottom: 0;
}

#sec_08 img {
  width: auto;
  height: auto;
  margin-bottom: 50px;
}

#sec_08 img:last-of-type {
  margin-bottom: 0;
}

#sec_09 {
  width: 100%;
  height: auto;
  padding: 80px 0;
}

#sec_09 h2 {
  text-align: center;
  font-family: 'PL_B';
  font-weight: bold;
  font-size: 40px;
  color: #242424;
  margin-bottom: 80px;
}

#sec_09 .wrap {
  width: 100%;
  max-width: 1400px;
  height: auto;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
}

#sec_09 .wrap .box {
  width: 430px;
  height: 497px;
  border-radius: 50px;
  background: #f8f8f8;
  padding: 30px;
  text-align: center;
  cursor: pointer;
  position: relative;
}

#sec_09 .wrap .box h3 {
  font-family: 'PB_B';
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
  color: #242424;
}

#sec_09 .wrap .box h3 span {
  color: #831F82;
}

#sec_09 .wrap .box .card {
  width: auto;
  height: auto;
  margin-bottom: 10px;
}

#sec_09 .wrap .box .grid {
  width: auto;
  height: auto;
}

#sec_09 .wrap .box ul {
  width: auto;
  height: auto;
}

#sec_09 .wrap .box ul li {
  list-style: disc;
  font-family: 'PB_R';
  font-weight: normal;
  font-size: 15px;
  color: #242424;
  margin-bottom: 20px;
  text-align: left;
}

#sec_09 .wrap .box ul li:last-of-type {
  margin-bottom: 0;
}

#sec_09 .wrap .box ul li span {
  font-family: 'PB_B';
  font-weight: bold;
}

#sec_09 .wrap .box:last-of-type img {
  width: auto;
  height: auto;
  position: absolute;
  right: 35px;
  bottom: 5px;
}

#sec_10 {
  width: 100%;
  height: auto;
  padding: 80px 0;
  background: #EFEFEF;
}

#sec_10 h2 {
  font-family: 'PL_B';
  font-weight: bold;
  font-size: 40px;
  color: #242424;
  text-align: center;
  margin-bottom: 80px;
}

#sec_10 .wrap {
  width: 100%;
  max-width: 1200px;
  height: auto;
  padding: 80px 0;
  background: #fff;
  margin: 0 auto;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#sec_10 .wrap form {
  width: 100%;
  max-width: 600px;
  height: auto;
}

#sec_10 .wrap form .inner {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
}

#sec_10 .wrap form .inner label {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  font-family: 'PB_M';
	font-weight: normal;
  font-size: 18px;
  color: #242424;
}

#sec_10 .wrap form .inner label span {
  font-family: 'PB_R';
	font-weight: normal;
  color: #38383a;
  font-size: 14px;
}

#sec_10 .wrap form .inner input {
  width: 100%;
  height: 30px;
  font-size: 14px;
  font-family: 'PB_R';
	font-weight: normal;
  border: 1px solid #d9d9d9;
  padding: 0 10px;
}

#sec_10 .wrap form .inner.inner_2 input {
  width: 285px;
}

#sec_10 .wrap form .inner.inner_3 input {
  width: 180px;
}

#sec_10 .wrap form .text_inner {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

#sec_10 .wrap form .text_inner p {
  margin-bottom: 10px;
  font-family: 'PB_M';
	font-weight: normal;
  font-size: 18px;
  color: #242424;
}

#sec_10 .wrap form .text_inner textarea {
  resize: none;
  width: 100%;
  height: 75px;
  overflow-y: scroll;
  font-family: 'PB_R';
	font-weight: normal;
  font-size: 14px;
  padding: 15px 10px;
  color: #BDBDBD;
  border: 1px solid #d9d9d9;
}

#sec_10 .wrap form .text_inner:last-of-type {
  margin-bottom: 30px;
}

#sec_10 .wrap form input[type=submit] {
  width: 160px;
  height: 40px;
  border: none;
  background: #831F82;
  font-size: 20px;
  font-weight: bold;
  font-family: 'PB_B';
  color: #fff;
  display: block;
  margin: 0 auto;
}

#sec_11 {
  width: 100%;
  height: auto;
  padding: 80px 0;
  background: url(../img/main/sec_11_background.png) no-repeat center / cover;
  text-align: center;
}

#sec_11 h2 {
  font-family: 'PB_B';
	font-weight: bold;
  font-size: 50px;
  color: #242424;
  margin-bottom: 20px;
}

#sec_11 h3 {
  font-family: 'PB_M';
	font-weight: normal;
  font-size: 24px;
  margin-bottom: 60px;
}

#sec_11 h3 a {
  color: #242424;
}

#sec_11 .swiper-pagination {
  position: relative;
}

#sec_11 .swiper-pagination-bullet {
  width: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 15px)
  );
  height: var(
    --swiper-pagination-bullet-height,
    var(--swiper-pagination-bullet-size, 15px)
  );
  background: var(--swiper-pagination-bullet-inactive-color, #831F82);
}

#sec_11 .swiper-pagination-bullet-active {
  background: #831F82;
}

@media (max-width: 1400px) {
  #sec_01 .wrap {
    max-width: 90%;
  }

  #sec_02 .wrap {
    max-width: 90%;
  }

  #sec_02 .wrap .text h2 {
    font-size: 32px;
  }

  #sec_02 .wrap .text h3 {
    font-size: 24px;
  }

  #sec_02 .wrap img {
    width: 350px;
  }

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

  #sec_03 .wrap {
    max-width: 1050px;
  }

  #sec_03 .wrap .box .icon {
    width: 80px;
  }

  #sec_03 .wrap .box h3 {
    font-size: 36px;
  }

  #sec_03 .wrap .box ul li {
    font-size: 24px;
  }

  #sec_03 .wrap .box {
    padding: 80px 50px 0;
    width: 500px;
    height: 400px;
  }

  #sec_03 .container img {
    width: 70px;
  }

  #sec_03 .container .text h4 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  #sec_03 .container .text h5 {
    font-size: 18px;
  }

  #sec_03 .container {
    max-width: 625px;
  }

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

  #sec_05 .wrap {
    max-width: 685px;
  }

  #sec_06 .wrap {
    flex-wrap: wrap;
    justify-content: center;
    max-width: 685px;
  }

  #sec_06 .wrap .box:first-of-type {
    margin-bottom: 30px;
  }

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

  #sec_07 .wrap {
    max-width: 900px;
    flex-wrap: wrap;
  }

  #sec_07 .wrap .item_box {
    margin-bottom: 30px;
  }

  #sec_07 .wrap .item_box:nth-of-type(4),
  #sec_07 .wrap .item_box:nth-of-type(5){
    margin-bottom: 0;
  }

  #sec_07 h3 {
    max-width: 90%;
  }

  #sec_08 h2 {
    font-size: 36px;
    margin-bottom: 50px;
  }

  #sec_08 .wrap {
    max-width: 90%;
    flex-wrap: wrap;
  }

  #sec_08 .wrap img {
    width: 100%;
  }

  #sec_08 .wrap img:first-of-type {
    margin-bottom: 50px;
  }

  #sec_08 img {
    width: 90%;
  }

  #sec_09 .wrap {
    max-width: 900px;
  }

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

  #sec_11 h2 {
    font-size: 36px;
    margin-bottom: 20px;
  }

  #sec_11 h3 {
    font-size: 28px;
    margin-bottom: 50px;
  }

  #sec_11 .pic_lt li {
    width: 33.3333%;
  }
}

@media (max-width: 1200px) {
  #sec_02 .wrap {
    flex-wrap: wrap;
    justify-content: flex-end;
  }

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

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

  #sec_03 .wrap {
    flex-wrap: wrap;
    max-width: 500px;
  }

  #sec_03 .wrap .box:first-of-type {
    margin-bottom: 50px;
  }

  #sec_10 .wrap {
    max-width: 90%;
  }
}

@media (max-width: 900px) {
  #sec_04 h2 {
    font-size: 28px;
  }

  #sec_04 .btn_wrap .btn li {
    font-size: 16px;
    margin-right: 30px;
  }

  #sec_04 .btn_wrap .btn li::after {
    height: 20px;
    right: -15px;
  }

  #sec_04 .item_wrap .item .info h3 {
    font-size: 24px;
  }

  #sec_04 .item_wrap .item .info h4 {
    font-size: 18px;
  }

  #sec_04 .item_wrap .item .info img {
    width: 350px;
  }

  #sec_04 .item_wrap .item .item_img {
    width: 280px;
  }

  #sec_04 .btn_wrap .btn.one_pl {
    margin-bottom: 20px;
  }

  #sec_07 h2 {
    font-size: 28px;
    margin-bottom: 50px;
  }

  #sec_07 .wrap .item_box img {
    width: 200px;
  }

  #sec_07 .wrap .item_box .arrow {
    width: auto;
  }

  #sec_07 .wrap {
    max-width: 500px;
  }

  #sec_07 .wrap .item_box:nth-of-type(4) {
    margin-bottom: 30px;
  }

  #sec_07 h3 {
    font-size: 16px;
  }

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

  #sec_09 .wrap {
    max-width: 430px;
  }

  #sec_09 .wrap .box:last-of-type {
    margin-bottom: 0;
  }
  
  #sec_11 {
    padding: 50px 0;
  }

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

  #sec_11 h3 {
    font-size: 20px;
  }

  #sec_11 .swiper-pagination-bullet {
    width: var(
      --swiper-pagination-bullet-width,
      var(--swiper-pagination-bullet-size, 10px)
    );
    height: var(
      --swiper-pagination-bullet-height,
      var(--swiper-pagination-bullet-size, 10px)
    );
  }
}

@media (max-width: 700px) {
  #sec_02 .wrap .text h2 {
    font-size: 24px;
  }

  #sec_02 .wrap .text h3 {
    font-size: 18px;
  }

  #sec_02 .wrap img {
    width: 250px;
  }

  #sec_03 h2 {
    margin-bottom: 50px;
  }

  #sec_03 .wrap .box h3 {
    font-size: 24px;
  }

  #sec_03 .wrap .box ul li {
    font-size: 18px;
  }

  #sec_03 .wrap .box {
    height: 350px;
  }

  #sec_03 .container {
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
  }

  #sec_03 .container .text {
    width: 100%;
    text-align: center;
  }

  #sec_03 .container img {
    margin-bottom: 30px;
    margin-right: 0;
  }

  #sec_04 .btn_wrap .btn {
    flex-wrap: wrap;
    height: auto;
  }

  #sec_04 .btn_wrap .btn li {
    width: 50%;
    height: auto;
    text-align: center;
    margin-right: 0;
    margin-bottom: 10px;
  }

  #sec_04 .btn_wrap .btn.one_pl {
    margin-bottom: 0;
  }

  #sec_04 .btn_wrap .btn.two_pl li:nth-of-type(n+3) {
    margin-bottom: 0;
  }

  #sec_04 .btn_wrap .btn li::after {
    right: 0;
  }

  #sec_04 .btn_wrap .btn li:nth-of-type(2n)::after {
    display: none;
  }

  #sec_04 .item_wrap .item.active {
    flex-wrap: wrap;
  }

  #sec_04 .item_wrap .item .item_img {
    margin-right: 0;
    margin-bottom: 30px;
  }

  #sec_04 .item_wrap .item .info {
    width: 100%;
    text-align: center;
  }

  #sec_05 h2 {
    font-size: 28px;
    margin-bottom: 50px;
  }

  #sec_05 .wrap {
    max-width: 90%;
  }

  #sec_05 .wrap .box {
    width: 100%;
    padding: 0 50px;
    height: 220px;
  }

  #sec_05 .wrap .box h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  #sec_05 .wrap .box h4 {
    font-size: 32px;
  }

  #sec_05 .wrap .box h5 {
    font-size: 16px;
  }

  #sec_05 .wrap .box h5 span {
    font-size: 12px;
  }

  #sec_05 .wrap .box img {
    width: 350px;
  }

  #sec_06 .wrap {
    max-width: 90%;
  }

  #sec_06 .wrap .box h2 {
    font-size: 24px;
  }

  #sec_06 .wrap .box h2 span {
    font-size: 18px;
  }

  #sec_06 .wrap .box h3 {
    font-size: 16px;
  }

  #sec_06 .wrap .box {
    width: 100%;
    height: auto;
    padding: 30px;
    border-radius: 30px;
  }

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

  #sec_08 .wrap {
    max-width: 95%;
  }

  #sec_08 img {
    width: 95%;
    margin-bottom: 20px;
  }

  #sec_08 .wrap img:first-of-type {
    margin-bottom: 20px;
  }

  #sec_08 .wrap {
    margin-bottom: 20px;
  }

  #sec_09 h2 {
    font-size: 28px;
    margin-bottom: 50px;
  }

  #sec_09 {
    padding: 50px 0;
  }

  #sec_10 {
    padding: 50px 0;
  }

  #sec_10 h2 {
    font-size: 28px;
    margin-bottom: 50px;
  }

  #sec_10 .wrap form {
    max-width: 95%;
  }

  #sec_10 .wrap {
    padding: 50px 0;
    border-radius: 20px;
  }

  #sec_10 .wrap form .inner.inner_2 input,
  #sec_10 .wrap form .inner.inner_3 input {
    width: 100%;
    margin-bottom: 20px;
  }

  #sec_10 .wrap form .inner .item {
    width: 100%;
  }
}

@media (max-width: 500px) {
  #sec_02 .wrap .text h2 {
    font-size: 18px;
  }

  #sec_02 .wrap .text h3 {
    font-size: 14px;
  }

  #sec_02 .wrap img {
    width: 180px;
  }

  #sec_02 .wrap .text h4 {
    font-size: 14px;
  }

  #sec_03 .wrap .box {
    width: 90%;
    margin: 0 auto;
    height: 260px;
  }

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

  #sec_03 {
    padding: 50px 0;
  }

  #sec_03 .wrap .box .icon {
    width: 50px;
    top: -20px;
  }

  #sec_03 .wrap .box {
    padding: 50px 30px 0;
  }

  #sec_03 .wrap .box h3 {
    font-size: 16px;
  }

  #sec_03 .wrap .box .line {
    margin: 15px 0;
  }

  #sec_03 .wrap .box ul li {
    font-size: 14px;
  }

  #sec_03 .container img {
    width: 50px;
  }

  #sec_03 .container .text h4 {
    font-size: 16px;
  }

  #sec_03 .container .text h5 {
    font-size: 14px;
  }

  #sec_04 {
    margin: 50px 0;
  }

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

  #sec_04 .btn_wrap .btn li {
    font-size: 14px;
    line-height: normal;
    margin-bottom: 20px;
  }

  #sec_04 .btn_wrap .btn li::after {
    height: 15px;
  }

  #sec_04 .item_wrap .item .item_img {
    width: 200px;
  }

  #sec_04 .item_wrap .item .info h3 {
    font-size: 18px;
  }

  #sec_04 .item_wrap .item .info h3 span {
    font-size: 14px;
  }

  #sec_04 .item_wrap .item .info h4 {
    font-size: 14px;
  }

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

  #sec_05 .wrap .box h3 {
    font-size: 16px;
  }

  #sec_05 .wrap .box h4 {
    font-size: 24px;
  }

  #sec_05 .wrap .box h5 {
    font-size: 12px;
  }

  #sec_05 .wrap .box h5 span {
    font-size: 10px;
  }

  #sec_05 .wrap .box {
    border-radius: 20px;
    height: 160px;
  }

  #sec_06 .wrap .box h2 {
    font-size: 18px;
  }

  #sec_06 .wrap .box h3 {
    font-size: 14px;
  }

  #sec_06 .wrap .box h3 br {
    display: none;
  }

  #sec_07 {
    padding: 50px 0;
  }

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

  #sec_07 .wrap {
    max-width: 200px;
  }

  #sec_07 .wrap .item_box {
    margin-right: 0;
    margin-bottom: 50px;
  }

  #sec_07 .wrap .item_box .arrow {
    top: unset;
    right: 50%;
    transform: translateX(50%) rotate(90deg);
    bottom: -33px;
  }

  #sec_07 .wrap .item_box:nth-of-type(4) {
    margin-bottom: 50px;
  }

  #sec_07 h3 {
    font-size: 12px;
  }

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

  #sec_08 {
    padding: 50px 0;
  }

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

  #sec_09 .wrap .box h3 {
    font-size: 16px;
  }

  #sec_09 .wrap .box .card {
    width: 160px;
  }

  #sec_09 .wrap .box .grid {
    width: 180px;
  }

  #sec_09 .wrap .box {
    width: 240px;
    height: 360px;
    border-radius: 20px;
  }

  
  #sec_09 .wrap {
    gap: 30px;
    max-width: 240px;
  }

  #sec_09 .wrap .box ul li {
    font-size: 9px;
    margin-bottom: 5px;
  }

  #sec_09 .wrap .box:last-of-type img {
    width: 130px;
  }

  #sns_btn img {
    height: 30px;
    transform: translateX(95px);
  }

  #sec_11 h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  #sec_11 h3 {
    font-size: 16px;
    margin-bottom: 30px;
  }

  #sec_11 .pic_lt li {
    width: 50%;
  }
}

@media (max-width: 400px) {
  #sec_01 .wrap {
    margin-bottom: 50px;
  }

  #sec_02 .wrap .text h2 {
    font-size: 16px;
  }

  #sec_02 .wrap .text h3 {
    font-size: 12px;
  }

  /* #sec_02 .wrap .text h3 br {
    display: none;
  } */

  #sec_02 .wrap img {
    width: 140px;
  }

  #sec_02 .wrap {
    justify-content: center;
  }

  #sec_02 {
    margin-bottom: 50px;
  }

  #sec_03 h2 {
    font-size: 16px;
  }

  #sec_03 .wrap .box .icon {
    width: 40px;
  }

  #sec_03 .wrap .box {
    padding: 40px 30px 0;
  }

  #sec_03 .wrap .box {
    height: 250px;
  }

  #sec_03 .container img {
    width: 40px;
    margin-bottom: 20px;
  }

  #sec_03 .container .text h4 {
    font-size: 14px;
  }

  #sec_03 .container .text h5 {
    font-size: 12px;
  }

  #sec_03 .container .text h5 br {
    display: none;
  }

  #sec_03 .container {
    max-width: 90%;
  }

  #sec_04 .item_wrap .item .info h4 {
    font-size: 14px;
  }

  #sec_04 .btn_wrap .btn li {
    font-size: 12px;
  }

  #sec_04 .btn_wrap .btn li::after {
    height: 14px;
  }

  #sec_04 .item_wrap .item .item_img {
    width: 160px;
  }

  #sec_04 .item_wrap .item .info h3 {
    font-size: 16px;
  }

  #sec_04 .item_wrap .item .info h3 span {
    font-size: 12px;
  }

  #sec_04 .item_wrap .item .info h4 {
    font-size: 12px;
  }

  #sec_04 .item_wrap .item .info img {
    width: 90%;
  }

  #sec_05 .wrap .box h5 br {
    display: none;
  }

  #sec_05 .wrap .box {
    padding: 30px;
    height: auto;
  }

  #sec_05 .wrap .box h3 {
    font-size: 14px;
  }

  #sec_05 .wrap .box h4 {
    font-size: 20px;
  }

  #sec_05 .wrap .box:last-of-type {
    padding: 30px  0;
  }

  #sec_05 .wrap .box img {
    width: 200px;
  }

  #sec_05 {
    margin-bottom: 50px;
  }

  #sec_06 .wrap .box h2 {
    font-size: 16px;
  }

  #sec_06 .wrap .box h2 span {
    font-size: 12px;
  }

  #sec_06 {
    padding: 50px 0;
  }

  #sec_07 h2 {
    font-size: 16px;
  }

  #sec_07 h2 {
    font-size: 16px;
  }

  #sec_07 h3 {
    font-size: 10px;
    text-align: center;
  }

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

  #sec_10 .wrap form .inner label {
    font-size: 12px;
  }

  #sec_10 .wrap form .inner label span {
    font-size: 10px;
  }

  #sec_10 .wrap form .inner input {
    height: 25px;
  }

  #sec_10 .wrap form .text_inner p {
    font-size: 12px;
  }

  #sec_10 .wrap form input[type=submit] {
    width: 120px;
    height: 35px;
    font-size: 18px;
  }

  #sec_11 .pic_lt li {
    width: 70%;
  }
}