.main .ttl {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.main .ttl::after {
  display: block;
  content: "";
  width: 100%;
  height: 5px;
  background-color: #EDD943;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.main .sect01 {
  padding-top: 50px;
}
.main .sect01 .ttl01 {
  margin-bottom: 50px;
  padding-bottom: 30px;
}
.main .sect01 .ttl01 .ttl_img {
  max-width: 230px;
  margin: 0 auto;
}
.main .sect01 .lead {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 40px;
}
.main .sect01 .step_area {
  margin-bottom: 90px;
}
.main .sect01 .step_area dl {
  display: flex;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(41, 85, 53, 0.3);
}
.main .sect01 .step_area dl:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.main .sect01 .step_area dl dt {
  width: 45px;
  margin-right: 20px;
}
.main .sect01 .step_area dl dd {
  width: calc(100% - 45px);
  margin-top: 20px;
}
.main .sect01 .step_area dl dd h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}
.main .sect01 .step_area dl dd .txt {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}
.main .sect01 .step_area dl dd .list01 {
  margin-top: 10px;
}
.main .sect01 .step_area dl dd .list01 .sub_ttl {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}
.main .sect01 .step_area dl dd .list01 .list_txt {
  display: inline-flex;
  align-items: center;
  padding: 8px;
  background-color: #fff;
  border: 1px solid #2ECC71;
  margin-bottom: 5px;
}
.main .sect01 .step_area dl dd .list01 .list_txt .icon {
  margin-right: 10px;
}
.main .sect01 .step_area dl dd .list01 .list_txt p {
  font-size: 16px;
}
.main .sect01 .step_area dl dd .list02 {
  margin-top: 10px;
  padding: 8px;
  background-color: #fff;
  border: 1px solid #2ECC71;
}
.main .sect01 .step_area dl dd .list02 .sub_ttl {
  margin-bottom: 5px;
}
.main .sect01 .step_area dl dd .list02 .sub_ttl span {
  margin-left: 5px;
  font-size: 16px;
  color: #2ECC71;
}
.main .sect01 .step_area dl dd .list02 .list_txt p {
  font-size: 16px;
  line-height: 1.3;
}
.main .sect02 {
  background-color: #1A6782;
  border-radius: 20px;
  padding: 60px 0;
}
.main .sect02 .lead {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 40px;
}
.main .sect02 .img_area {
  max-width: 500px;
  margin: 0 auto 30px;
}
.main .sect02 .txtarea .block {
  margin-bottom: 35px;
}
.main .sect02 .txtarea .block:last-child {
  margin-bottom: 0;
}
.main .sect02 .txtarea .block {
  padding-left: 60px;
  position: relative;
}
.main .sect02 .txtarea .block::before {
  display: block;
  content: "";
  width: 40px;
  height: 20px;
  background: url(../img/service/service_check.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 15%;
  left: 0;
  transform: translateY(-50%);
}
.main .sect02 .txtarea .block h3 {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 15px;
}
.main .sect02 .txtarea .block .txt {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  line-height: 1.5;
}
.main .bg02_5 {
  background: linear-gradient(180deg, rgba(34, 193, 195, 0) 0%, rgba(0, 255, 176, 0.2) 100%);
  position: relative;
}
.main .sect03 {
  padding: 60px 0;
}
.main .sect03 .ttl02 .ttl_img {
  max-width: 500px;
  margin: 0 auto;
}
.main .sect03 .lead {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 40px;
}
.main .sect03 .t_block {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 4px 4px 4px rgba(127, 127, 127, 0.2);
  padding: 20px 0;
  margin-bottom: 20px;
}
.main .sect03 .t_block .icon_area {
  width: 40%;
  margin-left: 10px;
}
.main .sect03 .t_block .icon_area .icon {
  width: 60px;
  margin: 0 auto 20px;
}
.main .sect03 .t_block .icon_area .txt {
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
}
.main .sect03 .t_block .txtarea {
  width: 60%;
}
.main .sect03 .t_block .txtarea .m_txt {
  font-size: 24px;
  font-weight: 600;
  background-color: #2ECC71;
  color: #fff;
  text-align: center;
  padding: 13px 0;
  border-radius: 80px;
  margin: 0 10px;
}
.main .sect03 .plus {
  position: relative;
  width: 40px;
  height: 40px;
  margin: 0 auto 20px;
}
.main .sect03 .plus::before, .main .sect03 .plus::after {
  content: "";
  position: absolute;
  background-color: #1D2939;
}
.main .sect03 .plus::before {
  top: 50%;
  left: 0;
  width: 100%;
  height: 4px;
  transform: translateY(-50%);
}
.main .sect03 .plus::after {
  top: 0;
  left: 50%;
  width: 4px;
  height: 100%;
  transform: translateX(-50%);
}
.main .sect03 .item_list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.main .sect03 .item_list li {
  width: calc((100% - 20px) / 2);
  margin-right: 20px;
  margin-bottom: 20px;
}
.main .sect03 .item_list li:nth-child(2n) {
  margin-right: 0;
}
.main .sect03 .item_list li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 150px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 4px 4px 4px rgba(127, 127, 127, 0.2);
}
.main .sect03 .item_list li .icon {
  width: 60px;
  margin: 0 auto 20px;
}
.main .sect03 .item_list li .txt {
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
}
.main .sect03 .note {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}
.main .sect04 {
  padding: 60px 0 90px;
}
.main .sect04 .ttl03 .ttl_img {
  max-width: 250px;
  margin: 0 auto;
}
.main .sect04 .lead {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 40px;
}
.main .sect04 .lists {
  margin-bottom: 40px;
}
.main .sect04 .lists li {
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 2px 2px 8px rgba(127, 127, 127, 0.6);
  padding: 0 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 420px;
  margin-bottom: 40px;
}
.main .sect04 .lists li:last-child {
  margin-bottom: 0;
}
.main .sect04 .lists li h3 {
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #1864B7;
}
.main .sect04 .lists li .b_h {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #1864B7;
  margin-bottom: 40px;
}
.main .sect04 .lists li .price_area {
  display: flex;
  align-items: flex-end;
  margin-bottom: 40px;
}
.main .sect04 .lists li .price_area .price {
  width: 130px;
  margin-right: 10px;
}
.main .sect04 .lists li .price_area .price.price03 {
  width: 150px;
}
.main .sect04 .lists li .price_area .mon {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}
.main .sect04 .lists li .b_txt {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
}
.main .sect04 .lists li.pic {
  border: 3px solid #1864B7;
  min-height: 480px;
  position: relative;
}
.main .sect04 .lists li.pic .t_txt {
  background-color: #1864B7;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  display: block;
  width: 240px;
  padding: 10px 0;
  border-radius: 0 50px 50px 0;
  position: absolute;
  top: 25px;
  left: 0;
}
.main .sect04 .note {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}

@media screen and (min-width: 1024px) {
  .main .sect01 {
    padding-top: 90px;
  }
  .main .sect01 .ttl01 {
    margin-bottom: 40px;
  }
  .main .sect01 .ttl01 .ttl_img {
    max-width: 650px;
  }
  .main .sect01 .ttl01::after {
    width: 670px;
  }
  .main .sect01 .lead {
    font-size: 30px;
    margin-bottom: 80px;
  }
  .main .sect01 .step_area {
    margin-bottom: 150px;
  }
  .main .sect01 .step_area dl {
    padding: 0 80px 40px;
    margin-bottom: 70px;
  }
  .main .sect01 .step_area dl dt {
    width: 115px;
    margin-right: 50px;
  }
  .main .sect01 .step_area dl dd {
    width: calc(100% - 165px);
    margin-top: 60px;
  }
  .main .sect01 .step_area dl dd h3 {
    font-size: 50px;
    margin-bottom: 30px;
  }
  .main .sect01 .step_area dl dd .txt {
    font-size: 20px;
  }
  .main .sect01 .step_area dl dd .list01 {
    margin-top: 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .main .sect01 .step_area dl dd .list01 .sub_ttl {
    margin-bottom: 0;
    margin-right: 10px;
    font-size: 20px;
  }
  .main .sect01 .step_area dl dd .list01 .list_txt {
    margin-bottom: 5px;
    margin-right: 10px;
    border: 2px solid #2ECC71;
  }
  .main .sect01 .step_area dl dd .list02 {
    margin-top: 20px;
    display: inline-flex;
    align-items: center;
  }
  .main .sect01 .step_area dl dd .list02 .sub_ttl {
    margin-bottom: 0;
    margin-right: 10px;
  }
  .main .sect01 .step_area dl dd .list02 .sub_ttl span {
    font-size: 20px;
  }
  .main .sect02 {
    border-radius: 30px;
    padding: 90px 0;
  }
  .main .sect02 .lead {
    text-align: left;
    margin-bottom: 60px;
    font-size: 30px;
  }
  .main .sect02 .flex {
    display: flex;
  }
  .main .sect02 .flex .img_area {
    order: 2;
    margin: 0;
    max-width: 100%;
    width: 35%;
    margin-left: 25px;
  }
  .main .sect02 .flex .txtarea {
    width: 65%;
    margin: 80px 0;
  }
  .main .sect02 .flex .txtarea .block {
    margin-bottom: 60px;
  }
  .main .sect02 .flex .txtarea .block::before {
    top: 25%;
  }
  .main .sect02 .flex .txtarea .block h3 {
    font-size: 38px;
    margin-bottom: 30px;
  }
  .main .sect02 .flex .txtarea .block .txt {
    font-size: 20px;
  }
  .main .sect03 {
    padding: 80px 0 120px;
  }
  .main .sect03 .ttl02 .ttl_img {
    max-width: 1200px;
  }
  .main .sect03 .ttl02::after {
    width: 670px;
  }
  .main .sect03 .lead {
    font-size: 30px;
    margin-bottom: 80px;
  }
  .main .sect03 .t_block {
    padding: 60px 0;
    margin-bottom: 60px;
  }
  .main .sect03 .t_block .icon_area {
    margin-left: 0;
  }
  .main .sect03 .t_block .icon_area .icon {
    width: 150px;
    margin: 0 auto 40px;
  }
  .main .sect03 .t_block .icon_area .txt {
    font-size: 30px;
  }
  .main .sect03 .t_block .txtarea .m_txt {
    font-size: 70px;
    padding: 30px 0;
    border-radius: 100px;
    margin: 0;
    max-width: 700px;
  }
  .main .sect03 .plus {
    width: 80px;
    height: 80px;
    margin: 0 auto 60px;
  }
  .main .sect03 .item_list {
    justify-content: center;
  }
  .main .sect03 .item_list li {
    width: calc((100% - 120px) / 4);
    margin-right: 40px;
    margin-bottom: 40px;
    border-radius: 30px;
  }
  .main .sect03 .item_list li:nth-child(2n) {
    margin-right: 30px;
  }
  .main .sect03 .item_list li:nth-child(4n) {
    margin-right: 0;
  }
  .main .sect03 .item_list li:last-child {
    margin-right: 0;
  }
  .main .sect03 .item_list li {
    min-height: 325px;
  }
  .main .sect03 .item_list li .icon {
    width: 150px;
    margin: 0 auto 40px;
  }
  .main .sect03 .item_list li .txt {
    font-size: 30px;
  }
  .main .sect03 .note {
    font-size: 30px;
  }
  .main .sect04 {
    padding: 80px 0 240px;
  }
  .main .sect04 .ttl03 .ttl_img {
    max-width: 900px;
  }
  .main .sect04 .ttl03::after {
    width: 670px;
  }
  .main .sect04 .lead {
    font-size: 30px;
    margin-bottom: 80px;
  }
  .main .sect04 .lists {
    display: flex;
    align-items: center;
    margin-bottom: 90px;
  }
  .main .sect04 .lists li {
    width: 460px;
    margin-right: 50px;
    margin-bottom: 0;
    min-height: 550px;
    height: 550px;
    padding: 0 35px;
  }
  .main .sect04 .lists li:last-child {
    margin-right: 0;
  }
  .main .sect04 .lists li h3 {
    font-size: 50px;
  }
  .main .sect04 .lists li .b_h {
    font-size: 20px;
    margin-bottom: 50px;
  }
  .main .sect04 .lists li .price_area {
    margin-bottom: 50px;
  }
  .main .sect04 .lists li .price_area .price {
    width: 115px;
  }
  .main .sect04 .lists li .price_area .price.price03 {
    width: 160px;
  }
  .main .sect04 .lists li .price_area .mon {
    font-size: 30px;
  }
  .main .sect04 .lists li .b_txt {
    font-size: 20px;
  }
  .main .sect04 .lists li.pic {
    min-height: 650px;
  }
  .main .sect04 .lists li.pic .t_txt {
    font-size: 30px;
    width: 310px;
    padding: 15px 0;
  }
  .main .sect04 .note {
    font-size: 30px;
  }
  .bg02::after {
    height: 35%;
  }
}