#sec_1 {
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
  background: url(../img/main/sec_1_item_01.png) no-repeat left / cover;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 156px;
  transition: all 1s;
}

#sec_1 h1 {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-bottom: 12px;
}

#sec_1 h2 {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 174px;
  text-align: center;
}

#sec_1 .wrap {
  display: flex;
}

#sec_1 .wrap .box {
  margin-right: 50px;
  cursor: pointer;
}

#sec_1 .wrap .box:last-of-type {
  margin-right: 0;
}

#sec_1 .wrap .box h3 {
  font-size: 23px;
  font-weight: bold;
  color: #fff;
}

#sec_1 .wrap .box h4 {
  font-size: 18px;
  font-weight: normal;
  color: #fff;
}

#sec_1 .wrap .box.active h4 {
  text-decoration-line: underline;
  text-decoration-color: #fff;
  text-underline-position : under;
  text-underline-offset : 5px;
  text-decoration-thickness: 2px;
}

#sec_1 .wrap .box:hover h4 {
  text-decoration-line: underline;
  text-decoration-color: #fff;
  text-underline-position : under;
  text-underline-offset : 5px;
  text-decoration-thickness: 2px;
}

#sec_2 {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 133px 0;
  background: url(../img/main/sec_2.png) no-repeat left / cover;
}

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

#sec_2 .wrap .title_box {
}

#sec_2 .wrap .title_box h2 {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-decoration-line: underline;
  text-decoration-color: #fff;
  text-underline-position : under;
  text-underline-offset : 9px;
  text-decoration-thickness: 1px;
  margin-bottom: 34px;
}

#sec_2 .wrap .title_box h3 {
  font-size: 60px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 25px;
}

#sec_2 .wrap .title_box h4 {
  font-size: 20px;
  font-weight: normal;
  color: #fff;
}

#sec_2 .wrap .item_box {
  width: 100%;
  max-width: 900px;
  display: flex;
  flex-wrap: wrap;
}

#sec_2 .wrap .item_box .item_01 {
  width: 49%;
  height: 350px;
  margin-right: 2%;
  margin-bottom: 30px;
  background: #fff;
  padding: 40px 50px 0 30px;
  box-shadow: 5px 6px 10px #999;
}

#sec_2 .wrap .item_box .item_01:nth-of-type(2) {
  margin-right: 0;
}

#sec_2 .wrap .item_box .item_01 .inner {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

#sec_2 .wrap .item_box .item_01 .inner h2 {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 59px;
  cursor: pointer;
}

#sec_2 .wrap .item_box .item_01 .inner h3 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 15px;
}

#sec_2 .wrap .item_box .item_01 .inner h4 {
  font-weight: normal;
  font-size: 20px;
}

#sec_2 .wrap .item_box .item_01 .inner img {
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

#sec_2 .wrap .item_box .item_02 {
  width: 100%;
  height: 274px;
  background: #fff;
  padding: 50px 50px 0 30px;
  box-shadow: 5px 6px 10px #999;
}

#sec_2 .wrap .item_box .item_02 .inner {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

#sec_2 .wrap .item_box .item_02 .inner .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
  padding-right: 170px;
}

#sec_2 .wrap .item_box .item_02 .inner .title h2 {
  font-weight: 600;
  font-size: 30px;
}

#sec_2 .wrap .item_box .item_02 .inner .title h3 {
  font-size: 20px;
  font-weight: normal;
  cursor: pointer;
}

#sec_2 .wrap .item_box .item_02 .inner h4 {
  font-size: 20px;
  font-weight: normal;
}

#sec_2 .wrap .item_box .item_02 .inner img {
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

#sec_3 {
  width: 100%;
  height: auto;
  padding: 200px 0 150px;
  display: flex;
  justify-content: center;
  background: url(../img/main/sec_3.png) no-repeat center / cover;
}

#sec_3 .wrap {
  width: 100%;
  max-width: 1450px;
  display: flex;
  justify-content: center;
  text-align: center;
  background: url(../img/main/sec_3_item.png) no-repeat 0 0 / 100% 100%;
  padding: 139px 0 117px;
}

#sec_3 .wrap h2 {
  font-size: 45px;
  font-weight: bold;
  margin-bottom: 65px;
}

#sec_3 .wrap h3 {
  font-size: 25px;
  font-weight: normal;
}

#sec_3 .wrap h3 span {
  font-weight: bold;
}

#sec_4 {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  padding: 145px 0;
  background: url(../img/main/sec_4.png) no-repeat center / cover;
}

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

#sec_4 .wrap .title_box h2 {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 15px;
}

#sec_4 .wrap .title_box h3 {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
}

#sec_4 .wrap .title_box h3:nth-of-type(2) {
  margin-bottom: 60px;
  position: relative;
}

#sec_4 .wrap .title_box h3:nth-of-type(2)::after {
  content: "";
  width: 466px;
  height: 3px;
  background: url(../img/main/sec_4_line.png) no-repeat center / cover;
  position: absolute;
  left: 0;
  bottom: -30px;
}

#sec_4 .wrap .title_box h3:last-of-type {
  margin-bottom: 0;
}

#sec_4 .wrap .item_box {
  width: 100%;
  max-width: 615px;
  height: auto
}

#sec_4 .wrap .item_box .item {
  width: 100%;
  height: 300px;
  padding: 48px 57px 0 40px;
  background: rgba(255,255,255,0.8);
}

#sec_4 .wrap .item_box .item:first-of-type {
  margin-bottom: 30px;
}

#sec_4 .wrap .item_box .item .inner {
  width: 100%;
  height: 100%;
  position: relative;
}

#sec_4 .wrap .item_box .item .inner .title {

}

#sec_4 .wrap .item_box .item .inner .title h2 {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 59px;
  cursor: pointer;
}

#sec_4 .wrap .item_box .item .inner .title h3 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 15px;
}

#sec_4 .wrap .item_box .item .inner h4 {
  font-size: 20px;
  font-weight: normal;
}

#sec_4 .wrap .item_box .item .inner img {
  width: auto;
  height: auto;
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 1600px) {
  #sec_2 .wrap .title_box h2 {
    font-size: 18px;
    margin-bottom: 30px;
  }

  #sec_2 .wrap .title_box h3 {
    font-size: 48px;
  }

  #sec_2 .wrap .title_box h4 {
    font-size: 18px;
  }

  #sec_2 .wrap {
    max-width: 1350px;
  }

  #sec_2 .wrap .item_box {
    max-width: 800px;
  }

  #sec_2 .wrap .item_box .item_01 .inner h2 {
    font-size: 18px;
    margin-bottom: 40px;
  }

  #sec_2 .wrap .item_box .item_01 .inner h3 {
    font-size: 26px;
    margin-bottom: 10px;
  }

  #sec_2 .wrap .item_box .item_01 .inner h4 {
    font-size: 18px;
  }

  #sec_2 .wrap .item_box .item_01 .inner img {
    width: 80px;
  }

  #sec_2 .wrap .item_box .item_01 {
    height: 300px;
  }

  #sec_2 .wrap .item_box .item_02 .inner .title h2 {
    font-size: 26px;
  }

  #sec_2 .wrap .item_box .item_02 .inner .title h3 {
    font-size: 18px;
  }

  #sec_2 .wrap .item_box .item_02 .inner h4 {
    font-size: 18px;
  }

  #sec_2 .wrap .item_box .item_02 .inner img {
    width: 80px;
  }

  #sec_2 .wrap .item_box .item_02 .inner .title {
    margin-bottom: 10px;
  }

  #sec_2 .wrap .item_box .item_02 {
    height: 250px;
  }

  #sec_3 .wrap {
    max-width: 1250px;
  }

  #sec_3 .wrap h2 {
    font-size: 42px;
  }

  #sec_3 .wrap h3 {
    font-size: 23px;
  }

  #sec_4 .wrap {
    max-width: 1250px;
  }
}

@media (max-width: 1400px) {
  #sec_2 .wrap {
    max-width: 1150px;
  }

  #sec_2 .wrap .title_box h2 {
    font-size: 16px;
  }

  #sec_2 .wrap .title_box h3 {
    font-size: 36px;
  }

  #sec_2 .wrap .title_box h4 {
    font-size: 16px;
  }

  #sec_2 .wrap .item_box {
    max-width: 700px;
  }

  #sec_2 .wrap .item_box .item_01 .inner h2 {
    font-size: 16px;
    margin-bottom: 20px;
  }

  #sec_2 .wrap .item_box .item_01 .inner h3 {
    font-size: 24px;
  }

  #sec_2 .wrap .item_box .item_01 .inner h4 {
    font-size: 16px;
  }

  #sec_2 .wrap .item_box .item_01 {
    height: 270px;
  }

  #sec_2 .wrap .item_box .item_01 .inner img {
    width: 65px;
  }

  #sec_2 .wrap .item_box .item_02 .inner .title h2 {
    font-size: 24px;
  }

  #sec_2 .wrap .item_box .item_02 .inner .title h3 {
    font-size: 16px;
  }

  #sec_2 .wrap .item_box .item_02 {
    padding: 40px 50px 0 30px;
  }

  #sec_2 .wrap .item_box .item_02 .inner h4 {
    font-size: 16px;
  }

  #sec_2 .wrap .item_box .item_02 .inner img {
    width: 65px;
  }

  #sec_2 .wrap .item_box .item_02 {
    height: 230px;
  }

  #sec_3 .wrap h3 {
    max-width: 1100px;
  }

  #sec_3 .wrap h2 {
    font-size: 36px;
  }

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

  #sec_4 .wrap {
    max-width: 1150px;
  }

  #sec_4 .wrap .title_box h2 {
    font-size: 36px;
  }

  #sec_4 .wrap .title_box h3 {
    font-size: 24px;
  }

  #sec_4 .wrap .title_box h3:nth-of-type(2)::after {
    width: 350px;
  }

  #sec_4 .wrap .item_box {
    width: 550px;
  }

  #sec_4 .wrap .item_box .item .inner .title h2 {
    font-size: 18px;
    margin-bottom: 40px;
  }

  #sec_4 .wrap .item_box .item .inner img {
    width: 80px;
  }

  #sec_4 .wrap .item_box .item .inner .title h3 {
    font-size: 26px;
  }

  #sec_4 .wrap .item_box .item .inner h4 {
    font-size: 18px;
  }

  #sec_4 .wrap .item_box .item {
    height: 270px;
  }
}

@media (max-width: 1200px) {
  #sec_1 h1 {
    font-size: 24px;
  }

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

  #sec_1 .wrap .box h3 {
    font-size: 20px;
  }

  #sec_1 .wrap .box h4 {
    font-size: 16px;
  }

  #sec_2 .wrap {
    max-width: 100%;
    flex-wrap: wrap;
  }

  #sec_2 .wrap .title_box {
    width: 100%;
    text-align: center;
    margin-bottom: 70px;
    padding: 30px 0;
    background: rgba(000, 000, 000, 0.3);
  }

  #sec_2 .wrap .item_box {
    margin: 0 auto;
  }

  #sec_3 {
    padding: 150px 0 100px;
  }

  #sec_3 .wrap {
    max-width: 850px;
    padding: 100px 0 70px;
  }

  #sec_3 .wrap h2 {
    font-size: 32px;
    margin-bottom: 40px;
  }

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

  #sec_4 .wrap {
    width: 850px;
  }

  #sec_4 .wrap .title_box h2 {
    font-size: 24px;
  }

  #sec_4 .wrap .title_box h3 {
    font-size: 18px;
  }

  #sec_4 .wrap .title_box h3:nth-of-type(2)::after {
    width: 280px;
  }

  #sec_4 {
    padding: 100px 0;
  }

  #sec_4 .wrap .item_box {
    width: 460px;
  }

  #sec_4 .wrap .item_box .item {
    padding: 30px 30px 0;
  }

  #sec_4 .wrap .item_box .item .inner .title h2 {
    font-size: 16px;
  }

  #sec_4 .wrap .item_box .item .inner .title h3 {
    font-size: 24px;
  }

  #sec_4 .wrap .item_box .item .inner h4 {
    font-size: 16px;
  }

  #sec_4 .wrap .item_box .item {
    height: 230px;
  }
}

@media (max-width: 1000px) {
  #sec_1 .wrap .box.active h4 {
    text-underline-offset: 2px;
  }
}

@media (max-width: 900px) {
  #sec_2 {
    padding: 100px 0;
  }

  #sec_2 .wrap .title_box h3 {
    font-size: 28px;
    margin-bottom: 20px;
  }

  #sec_2 .wrap .item_box {
    max-width: 600px;
  }

  #sec_2 .wrap .item_box .item_01 {
    padding: 30px 30px 0;
  }

  #sec_2 .wrap .item_box .item_01 .inner h2 {
    font-size: 14px;
    margin-bottom: 10px;
  }

  #sec_2 .wrap .item_box .item_01 .inner h3 {
    font-size: 20px;
  }

  #sec_2 .wrap .item_box .item_01 .inner h4 {
    font-size: 14px;
  }

  #sec_2 .wrap .item_box .item_01 .inner img {
    width: 50px;
  }

  #sec_2 .wrap .item_box .item_01 {
    height: 220px;
  }

  #sec_2 .wrap .item_box .item_02 {
    padding: 30px 30px 0;
    height: 180px;
  }

  #sec_2 .wrap .item_box .item_02 .inner .title h2 {
    font-size: 20px;
  }

  #sec_2 .wrap .item_box .item_02 .inner .title h3 {
    font-size: 14px;
  }

  #sec_2 .wrap .item_box .item_02 .inner h4 {
    font-size: 14px;
  }

  #sec_2 .wrap .item_box .item_02 .inner img {
    width: 50px;
  }

  #sec_3 {
    padding: 100px 0 60px;
  }

  #sec_3 .wrap {
    max-width: 95%;
    padding: 70px 30px 50px;
  }

  #sec_3 .wrap h2 {
    font-size: 26px;
  }

  #sec_3 .wrap h3 {
    font-size: 16px;
    word-break: keep-all;
  }

  #sec_4 .wrap {
    flex-wrap: wrap;
    max-width: 100%;
    margin: 0;
    width: 100%;
  }

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

  #sec_4 .wrap .title_box h3:nth-of-type(2)::after {
    left: 50%;
    transform: translateX(-50%);
  }

  #sec_4 .wrap .item_box {
    max-width: 95%;
    width: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 700px) {
  #sec_1 h1 {
    font-size: 20px;
  }

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

  #sec_1 .wrap .box h3 {
    font-size: 18px;
  }

  #sec_1 .wrap .box h4 {
    font-size: 14px;
  }

  #sec_1 .wrap .box.active h4 {
      text-underline-offset: 1px;
      text-decoration-thickness: 1px;
  }

  #sec_1 {
    padding-bottom: 100px;
  }

  #sec_1 .wrap .box {
    margin-right: 30px;
  }

  #sec_2 .wrap .title_box h2 {
    margin-bottom: 20px;
    text-underline-offset: 5px;
  }

  #sec_2 .wrap .item_box .item_01 {
    margin-right: 0;
    width: 100%;
    height: 180px;
  }

  #sec_2 .wrap .item_box .item_01 .inner .title {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    justify-content: space-between;
    padding-right: 170px;
  }

  #sec_2 .wrap .item_box .item_01 .inner h2 {
    margin: 0;
  }

  #sec_2 .wrap .item_box .item_01 .inner h3 {
    margin: 0;
  }

  #sec_2 .wrap .item_box .item_01 .inner h2 {
    order: 1;
  }

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

  #sec_2 .wrap .item_box .item_02 .inner h4 {
    word-break: keep-all;
  }

  #sec_2 .wrap .item_box .item_02 {
    height: 220px;
  }

  #sec_3 .wrap h2 {
    font-size: 20px;
    margin-bottom: 30px;
  }
}

@media (max-width: 500px) {
  #sec_1 h1 {
    font-size: 18px;
    margin-bottom: 5px;
  }

  #sec_1 h2 {
    font-size: 14px;
    margin-bottom: 130px;
  }

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

  #sec_1 .wrap .box h4 {
    font-size: 12px;
  }

  #sec_2 .wrap .title_box h2 {
    font-size: 14px;
  }

  #sec_2 .wrap .title_box h3 {
    font-size: 24px;
  }

  #sec_2 .wrap .title_box h4 {
    font-size: 14px;
  }

  #sec_2 .wrap .item_box {
    max-width: 400px;
  }

  #sec_2 .wrap .item_box .item_02 {
    height: 270px;
  }

  #sec_2 .wrap .item_box .item_02 .inner .title {
    padding-right: 70px;
  }

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

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

@media (max-width: 400px) {
  #sec_1 .wrap {
    flex-wrap: wrap;
    justify-content: center;
  }

  #sec_1 .wrap .box {
    margin: 0;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
  }

  #sec_1 .wrap .box:last-of-type {
    margin-bottom: 0;
  }

  #sec_1 h1 {
    font-size: 16px;
  }

  #sec_1 h2 {
    font-size: 12px;
    margin-bottom: 80px;
  }

  #sec_1 {
    padding-bottom: 30px;
  }

  #sec_2 .wrap .title_box h2 {
    font-size: 12px;
    margin-bottom: 15px;
  }

  #sec_2 .wrap .title_box h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }

  #sec_2 .wrap .title_box {
    padding: 20px 0;
  }

  #sec_2 .wrap .item_box {
    max-width: 280px;
  }

  #sec_2 .wrap .item_box .item_01 {
    padding: 15px 15px 0;
    height: 150px;
  }

  #sec_2 .wrap .item_box .item_01 .inner img {
    width: 40px;
  }

  #sec_2 .wrap .item_box .item_01 .inner .title {
    padding-right: 50px;
  }

  #sec_2 .wrap .item_box .item_01 .inner h3 {
    font-size: 16px;
  }

  #sec_2 .wrap .item_box .item_01 .inner h4 {
    font-size: 13px;
  }

  #sec_2 .wrap .item_box .item_02 .inner img {
    width: 40px;
  }

  #sec_2 .wrap .item_box .item_02 {
    padding: 15px 15px 0;
  }

  #sec_2 .wrap .item_box .item_02 .inner .title {
    padding-right: 50px;
  }

  #sec_2 .wrap .item_box .item_02 .inner .title h2 {
    font-size: 16px;
  }

  #sec_2 .wrap .item_box .item_02 .inner h4 {
    font-size: 13px;
  }

  #sec_2 .wrap .item_box .item_02 {
    height: 230px;
  }

  #sec_3 .wrap {
    padding: 70px 10px 50px;
  }

  #sec_4 .wrap .title_box h2 {
    font-size: 20px;
  }

  #sec_4 .wrap .title_box h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  #sec_4 .wrap .title_box h3:nth-of-type(2) {
    margin-bottom: 40px;
  }

  #sec_4 .wrap .title_box h3:nth-of-type(2)::after {
    bottom: -20px;
  }

  #sec_4 .wrap .item_box .item .inner .title h2 {
    font-size: 14px;
    margin-bottom: 20px;
  }

  #sec_4 .wrap .item_box .item .inner .title h3 {
    font-size: 20px;
  }

  #sec_4 .wrap .item_box .item .inner h4 {
    font-size: 14px;
    word-break: keep-all;
  }

  #sec_4 .wrap .item_box .item .inner img {
    width: 60px;
  }

  #sec_4 .wrap .item_box .item {
    height: auto;
    padding: 20px;
  }
}