.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: 40px 0 90px;
  background: linear-gradient(0, rgb(99, 229, 136) 10%, rgb(85, 160, 110) 100%);
  border-radius: 0 0 20px 20px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
}
.main .sect01 .ttl01 {
  margin-bottom: 50px;
  padding-bottom: 20px;
}
.main .sect01 .ttl01 .ttl_img {
  max-width: 280px;
  margin: 0 auto;
}
.main .sect01 .txtarea {
  margin-top: 30px;
}
.main .sect01 .txtarea .txt {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
}
.main .sect01_5 {
  padding-top: 60px;
}
.main .sect01_5 .list li {
  margin-bottom: 50px;
}
.main .sect01_5 .list li:last-child {
  margin-bottom: 0;
}
.main .sect01_5 .list li .img_area {
  margin-bottom: 20px;
}
.main .sect01_5 .list li h3 {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
}
.main .sect01_5 .list li .txt {
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
}
.main .t_bg {
  padding-bottom: 0;
}
.main .t_bg::after {
  display: none;
}
.main .sect02 {
  padding: 60px 0 90px;
}
.main .sect02 .ttl02 .ttl_img {
  max-width: 280px;
  margin: 0 auto;
}
.main .sect02 .lead {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 40px;
}
.main .sect02 .item_list li {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 4px 4px 4px rgba(127, 127, 127, 0.2);
}
.main .sect02 .item_list li:last-child {
  margin-bottom: 0;
}
.main .sect02 .item_list li .item_name {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 30px;
}
.main .sect02 .item_list li .icon {
  max-width: 130px;
  margin-bottom: 30px;
}
.main .sect02 .item_list li .txt {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}
.main .sect03 {
  background-color: #1A6782;
  border-radius: 20px;
  padding: 60px 0;
  margin-top: -20px;
  position: relative;
}
.main .sect03 .sect03_ttl {
  max-width: 350px;
  margin: 0 auto 30px;
}
.main .sect03 .lead {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 40px;
}
.main .sect03 .table_area table tr {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}
.main .sect03 .table_area table tr:first-child {
  border-top: 1px solid #fff;
}
.main .sect03 .table_area table tr td {
  border-left: 1px solid #fff;
  padding: 10px;
  vertical-align: middle;
}
.main .sect03 .table_area table tr td.flex {
  display: flex;
  align-items: center;
}
.main .sect03 .table_area table tr td.flex .icon {
  width: 25px;
  margin-right: 10px;
}
.main .sect03 .table_area table tr td.flex p {
  font-weight: 600;
  white-space: nowrap;
}
.main .sect03 .table_area table tr td.office .office_inner {
  display: flex;
  align-items: center;
}
.main .sect03 .table_area table tr td.office .office_inner .icon {
  width: 25px;
  margin-right: 10px;
}
.main .sect03 .table_area table tr td.office .office_inner p {
  font-weight: 600;
  white-space: nowrap;
}
.main .sect03 .table_area table tr td .line {
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  margin: 15px 0;
}
.main .sect03 .table_area table tr td:first-child {
  border: none;
}
.main .sect03 .table_area table tr td ul li {
  margin-bottom: 8px;
}
.main .sect03 .table_area table tr td ul li:last-child {
  margin-bottom: 0;
}
.main .sect03 .table_area table tr td p {
  font-size: 16px;
  color: #fff;
  line-height: 1.3;
}
.main .sect04 {
  padding: 40px 0;
}
.main .sect04 .ttl04 .ttl_img {
  max-width: 280px;
  margin: 0 auto;
}
.main .sect04 .lead {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 40px;
}
.main .sect04 .sect04_w {
  padding: 80px 20px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 4px 4px 4px rgba(127, 127, 127, 0.2);
}
.main .sect04 .sect04_w .sub_ttl {
  max-width: 230px;
  margin: 0 auto 30px;
}
.main .sect04 .sect04_w .txt {
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 30px;
}
.main .sect04 .sect04_w .btn a {
  text-align: center;
  display: block;
  font-size: 20px;
  font-weight: 600;
  border-radius: 50px;
  width: 280px;
  padding: 15px 0;
  color: #2ECC71;
  border: 3px solid #2ECC71;
  background-color: #fff;
  box-shadow: 4px 4px 4px rgba(68, 68, 68, 0.4);
  margin: 0 auto;
}
.main .sect04 .sect04_w .btn a:hover {
  color: #fff;
  background-color: #2ECC71;
}

@media screen and (min-width: 1024px) {
  .main .sect01 {
    padding: 200px 0 250px;
    position: relative;
    border-radius: 0 0 30px 30px;
  }
  .main .sect01 .img_area {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1200px;
  }
  .main .sect01 .ttl01 {
    position: relative;
    z-index: 1;
  }
  .main .sect01 .ttl01 .ttl_img {
    margin: 0;
    margin-left: auto;
    max-width: 500px;
  }
  .main .sect01 .ttl01::after {
    width: 500px;
    left: auto;
    right: 0;
    transform: translateX(0);
  }
  .main .sect01 .txtarea {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
  }
  .main .sect01 .txtarea .txt {
    display: block;
    font-size: 18px;
    line-height: 1.8;
    background: linear-gradient(0, rgb(99, 229, 136) -41%, rgb(85, 160, 110) 195%);
    max-width: 650px;
    margin-left: auto;
    padding: 30px;
    border-radius: 20px 0 0 20px;
  }
  .main .sect01_5 {
    padding-top: 90px;
  }
  .main .sect01_5 .list {
    display: flex;
  }
  .main .sect01_5 .list li {
    width: 50%;
    margin-bottom: 0;
    margin-right: 50px;
    min-height: 440px;
  }
  .main .sect01_5 .list li:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }
  .main .sect01_5 .list li .img_area {
    margin-bottom: 30px;
  }
  .main .sect01_5 .list li h3 {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .main .sect01_5 .list li .txt {
    font-size: 30px;
  }
  .main .sect02 {
    padding: 100px 0;
  }
  .main .sect02 .ttl02 {
    padding-bottom: 25px;
  }
  .main .sect02 .ttl02 .ttl_img {
    max-width: 550px;
  }
  .main .sect02 .ttl02::after {
    width: 670px;
  }
  .main .sect02 .lead {
    font-size: 30px;
    margin-bottom: 80px;
  }
  .main .sect02 .item_list {
    display: flex;
    flex-wrap: wrap;
  }
  .main .sect02 .item_list li {
    width: calc((100% - 90px) / 4);
    margin-right: 30px;
    margin-bottom: 0;
  }
  .main .sect02 .item_list li:last-child {
    margin-right: 0;
  }
  .main .sect03 {
    border-radius: 30px;
    padding: 90px 0;
  }
  .main .sect03 .sect03_ttl {
    max-width: 750px;
    margin-bottom: 40px;
  }
  .main .sect03 .lead {
    font-size: 30px;
    margin-bottom: 80px;
  }
  .main .sect03 .table_area {
    max-width: 830px;
    margin: 0 auto;
  }
  .main .sect03 .table_area table tr td {
    padding: 20px 30px;
  }
  .main .sect03 .table_area table tr td.flex .icon {
    width: 40px;
    margin-right: 20px;
  }
  .main .sect03 .table_area table tr td.office .office_inner .icon {
    width: 40px;
    margin-right: 20px;
  }
  .main .sect03 .table_area table tr td p {
    font-size: 24px;
  }
  .main .sect03 .table_area table tr td .line {
    margin: 25px 0;
  }
  .main .sect04 {
    padding: 100px 0;
  }
  .main .sect04 .ttl04 {
    padding-bottom: 25px;
  }
  .main .sect04 .ttl04 .ttl_img {
    max-width: 500px;
  }
  .main .sect04 .ttl04::after {
    width: 670px;
  }
  .main .sect04 .lead {
    font-size: 30px;
    margin-bottom: 80px;
  }
  .main .sect04 .sect04_w {
    border-radius: 30px;
    padding: 90px 0;
    max-width: 1200px;
    margin: 0 auto;
  }
  .main .sect04 .sect04_w .sub_ttl {
    max-width: 560px;
    margin-bottom: 40px;
  }
  .main .sect04 .sect04_w .txt {
    font-size: 18px;
    margin-bottom: 40px;
  }
}