@charset "UTF-8";
section {
  padding: 80px 0;
}
@media screen and (min-width: 1024px) {
  section {
    padding: 150px 0;
  }
}

#section01 {
  background-color: #fff;
}
@media screen and (max-width: 1023.98px) {
  #section01 {
    padding-bottom: 20px;
  }
}
#section01 .area {
  max-width: 1440px;
}
@media screen and (min-width: 768px) {
  #section01 .divide-wrap {
    display: flex;
  }
}
#section01 .desc-wrap .title {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  #section01 .desc-wrap .title {
    margin-bottom: 50px;
    font-size: 36px;
  }
}
#section01 .desc-wrap .desc {
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (min-width: 1024px) {
  #section01 .desc-wrap .desc {
    font-size: 22px;
    line-height: 1.7;
  }
}
@media screen and (min-width: 1440px) {
  #section01 .desc-wrap .desc {
    font-size: 24px;
  }
}
#section01 .desc-wrap .desc2 {
  margin: 12px 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (min-width: 1024px) {
  #section01 .desc-wrap .desc2 {
    margin: 37px 0;
    font-size: 30px;
  }
}
#section01 .desc-wrap .desc2 span {
  color: #56abe8;
}
#section01 .img-wrap {
  max-width: 200px;
  margin: 15px auto 0;
}
@media screen and (min-width: 768px) {
  #section01 .img-wrap {
    max-width: 27%;
    margin-left: auto;
    margin-top: auto;
    margin-right: 0;
    margin-bottom: -50px;
    text-align: right;
    margin-bottom: -50px;
  }
}

#section02 {
  background-color: #161e2f;
  color: #fff;
}
#section02 .sec-title-wrap {
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  #section02 .sec-title-wrap {
    margin-bottom: 55px;
  }
}
#section02 .sec-title-wrap .title {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  #section02 .sec-title-wrap .title {
    margin-bottom: 50px;
    font-size: 30px;
  }
}
#section02 .sec-title-wrap .desc {
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (min-width: 1024px) {
  #section02 .sec-title-wrap .desc {
    font-size: 24px;
  }
}
@media screen and (min-width: 1600px) {
  #section02 .ai-compare {
    padding: 0 20px;
  }
}
#section02 .ai-compare__table {
  table-layout: fixed;
  width: 100%;
  border: 1px solid #fff;
  text-align: center;
  width: 100%;
  color: #ffffff;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  #section02 .ai-compare__table {
    border-width: 2px;
  }
}
#section02 .ai-compare__table thead {
  background: #56abe8;
}
#section02 .ai-compare__table thead th {
  height: 40px;
  font-weight: 600;
  text-align: center;
  font-size: 16px;
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 1024px) {
  #section02 .ai-compare__table thead th {
    font-size: 22px;
    height: 70px;
    border-width: 2px;
  }
}
#section02 .ai-compare__table thead th:first-child {
  width: 22%;
}
#section02 .ai-compare__table thead th:nth-child(2), #section02 .ai-compare__table thead th:nth-child(3) {
  width: 33%;
  border-left: 1px solid #fff;
}
@media screen and (min-width: 1024px) {
  #section02 .ai-compare__table thead th:nth-child(2), #section02 .ai-compare__table thead th:nth-child(3) {
    border-width: 2px;
  }
}
#section02 .ai-compare__table thead th:nth-child(3) {
  width: 45%;
}
#section02 .ai-compare__table tbody th,
#section02 .ai-compare__table tbody td {
  padding: 8px 5px;
  font-size: 4.0106951872vw;
  font-weight: 400;
  height: 40px;
  text-align: center;
  border-top: 1px solid #fff;
  vertical-align: middle;
}
@media screen and (min-width: 375px) {
  #section02 .ai-compare__table tbody th,
  #section02 .ai-compare__table tbody td {
    font-size: 15px;
  }
}
@media screen and (min-width: 1024px) {
  #section02 .ai-compare__table tbody th,
  #section02 .ai-compare__table tbody td {
    font-size: 20px;
    height: 72px;
    border-width: 2px;
  }
}
#section02 .ai-compare__table tbody th:nth-child(2), #section02 .ai-compare__table tbody th:nth-child(3),
#section02 .ai-compare__table tbody td:nth-child(2),
#section02 .ai-compare__table tbody td:nth-child(3) {
  border-left: 1px solid #fff;
}
@media screen and (min-width: 1024px) {
  #section02 .ai-compare__table tbody th:nth-child(2), #section02 .ai-compare__table tbody th:nth-child(3),
  #section02 .ai-compare__table tbody td:nth-child(2),
  #section02 .ai-compare__table tbody td:nth-child(3) {
    border-width: 2px;
  }
}
#section02 .ai-compare__table tbody td {
  line-height: 1.4;
}
#section02 .ai-compare__table tbody td:last-child {
  padding-left: 8px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  #section02 .ai-compare__table tbody td:last-child {
    padding-left: 20px;
  }
}
@media screen and (min-width: 1024px) {
  #section02 .ai-compare__table tbody td:last-child {
    padding-left: 30px;
  }
}
@media screen and (min-width: 1440px) {
  #section02 .ai-compare__table tbody td:last-child {
    padding-left: 50px;
  }
}
#section02 .ai-compare__table tbody .is-check .check {
  display: inline-block;
  margin-right: 8px;
}

#section03 {
  background-color: #fff;
}
#section03 .area {
  max-width: 1333px;
}
#section03 .sec-title-wrap {
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  #section03 .sec-title-wrap {
    margin-bottom: 55px;
  }
}
#section03 .sec-title-wrap .title {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  #section03 .sec-title-wrap .title {
    margin-bottom: 50px;
    font-size: 36px;
  }
}
#section03 .sec-title-wrap .desc {
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (min-width: 1024px) {
  #section03 .sec-title-wrap .desc {
    font-size: 24px;
    line-height: 1.7;
  }
}
#section03 .list-wrap {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 13px;
}
@media screen and (min-width: 544px) {
  #section03 .list-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
#section03 .list-wrap li {
  padding: 20px 15px;
  border: solid 2px #56abe8;
  border-radius: 12px;
  color: #56abe8;
}
@media screen and (min-width: 544px) {
  #section03 .list-wrap li {
    display: flex;
    flex-direction: column;
    padding: 30px 24px;
    border-radius: 20px;
  }
}
@media screen and (min-width: 1200px) {
  #section03 .list-wrap li {
    padding: 40px;
  }
}
#section03 .list-wrap li:first-child, #section03 .list-wrap li:last-child {
  background-color: #56abe8;
  color: #fff;
}
#section03 .list-wrap li .title {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  #section03 .list-wrap li .title {
    margin-bottom: 38px;
    font-size: 30px;
  }
}
#section03 .list-wrap li .desc-wrap {
  font-weight: 500;
}
@media screen and (min-width: 1024px) {
  #section03 .list-wrap li .desc-wrap {
    font-size: 1.6678248784vw;
  }
}
@media screen and (min-width: 1440px) {
  #section03 .list-wrap li .desc-wrap {
    font-size: 24px;
  }
}
#section03 .list-wrap li .desc-wrap p {
  position: relative;
  padding-left: 14px;
  line-height: 1.6;
}
@media screen and (min-width: 1024px) {
  #section03 .list-wrap li .desc-wrap p {
    padding-left: 20px;
    margin-bottom: 5px;
  }
}
#section03 .list-wrap li .desc-wrap p.strong {
  padding-left: 0;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (min-width: 1024px) {
  #section03 .list-wrap li .desc-wrap p.strong {
    font-weight: 600;
    margin-bottom: 24px;
    font-size: 2.084781098vw;
  }
}
@media screen and (min-width: 1440px) {
  #section03 .list-wrap li .desc-wrap p.strong {
    font-size: 30px;
  }
}
#section03 .list-wrap li .desc-wrap p:not(.strong):before {
  content: "-";
  display: inline-block;
  margin-right: 5px;
  position: absolute;
  top: 0px;
  left: 0;
}
#section03 .list-wrap li .desc-wrap p span {
  font-weight: 400;
}
#section03 .list-wrap li .btn-wrap {
  margin-top: 20px;
  justify-content: flex-end;
}
@media screen and (min-width: 544px) {
  #section03 .list-wrap li .btn-wrap {
    margin-top: auto;
  }
}
#section03 .btn-wrap {
  margin-top: 40px;
}
@media screen and (min-width: 1024px) {
  #section03 .btn-wrap {
    margin-top: 84px;
  }
}

.point-title {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  color: #56abe8;
}
@media screen and (min-width: 1024px) {
  .point-title {
    margin-bottom: 16px;
    font-size: 24px;
  }
}

.point-sec-title {
  font-size: 22px;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .point-sec-title {
    font-size: 36px;
  }
}

#section04 {
  background-color: #161e2f;
  color: #fff;
}
#section04 .img-wrap {
  margin: 20px 0;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  #section04 .img-wrap {
    margin: 80px 0;
  }
}
#section04 .img-wrap img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 300px;
}
@media screen and (min-width: 1024px) {
  #section04 .img-wrap img {
    max-width: 945px;
  }
}
#section04 .desc-wrap {
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  #section04 .desc-wrap {
    font-size: 24px;
  }
}
#section04 .desc-wrap .list {
  margin: 20px 0;
  padding-left: 12px;
}
@media screen and (min-width: 1024px) {
  #section04 .desc-wrap .list {
    margin: 32px 0;
  }
}
#section04 .desc-wrap .list li {
  position: relative;
  padding-left: 12px;
}
#section04 .desc-wrap .list li:before {
  content: "·";
  position: absolute;
  left: 0;
  font-weight: 900;
  margin-right: 8px;
}

#section05 {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  #section05 .lists .list-item {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1440px) {
  #section05 .lists .list-item {
    gap: 50px;
  }
}
#section05 .lists .list-item:nth-child(even) .img-wrap {
  order: 0;
}
#section05 .lists .list-item:first-child {
  margin-bottom: 60px;
}
@media screen and (min-width: 1024px) {
  #section05 .lists .list-item:first-child {
    margin-bottom: 10.9443402126vw;
  }
}
@media screen and (min-width: 1600px) {
  #section05 .lists .list-item:first-child {
    margin-bottom: 175px;
  }
}
#section05 .lists .list-item .img-wrap {
  order: 1;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #section05 .lists .list-item .img-wrap {
    width: 40%;
    order: 1;
  }
}
#section05 .lists .list-item .img-wrap img {
  display: block;
  margin: 0 auto;
  max-width: 60%;
}
@media screen and (min-width: 544px) {
  #section05 .lists .list-item .img-wrap img {
    max-width: none;
  }
}
#section05 .lists .txt-wrap {
  order: 1;
  margin-bottom: 20px;
}
#section05 .lists .txt-wrap .text1 {
  margin: 20px 0;
  line-height: 1.5;
  font-size: 17px;
  font-weight: 600;
}
@media screen and (min-width: 1024px) {
  #section05 .lists .txt-wrap .text1 {
    margin: 35px 0;
    font-size: 30px;
    line-height: 1.4;
  }
}
#section05 .lists .txt-wrap .text2 {
  line-height: 1.5;
}
@media screen and (min-width: 1024px) {
  #section05 .lists .txt-wrap .text2 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  #section05 .lists .txt-wrap .text2 {
    font-size: 24px;
  }
}
#section05 .lists .txt-wrap .text3 li {
  position: relative;
  padding-left: 20px;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 4px;
}
@media screen and (min-width: 1024px) {
  #section05 .lists .txt-wrap .text3 li {
    padding-left: 34px;
    font-size: 24px;
  }
}
#section05 .lists .txt-wrap .text3 li:before {
  content: "➕";
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 14px;
}
@media screen and (min-width: 1024px) {
  #section05 .lists .txt-wrap .text3 li:before {
    top: 0;
    font-size: 28px;
  }
}
#section05 .lists .txt-wrap .text3 span {
  color: #56abe8;
}
#section05 .lists .txt-wrap .text4 {
  position: relative;
  display: flex;
  align-items: flex-end;
  margin-top: 30px;
  gap: 40px;
  font-weight: 600;
  font-size: 18px;
  font-style: italic;
  line-height: 1;
  color: #161e2f;
}
@media screen and (min-width: 1024px) {
  #section05 .lists .txt-wrap .text4 {
    margin-top: 7.9916608756vw;
    font-size: 36px;
    font-weight: 500;
  }
}
@media screen and (min-width: 1440px) {
  #section05 .lists .txt-wrap .text4 {
    margin-top: 115px;
  }
}
#section05 .lists .txt-wrap .text4:after {
  content: "";
  display: inline-block;
  flex: 1;
  border-bottom: 2px solid #000;
  max-width: 150px;
}
@media screen and (min-width: 1024px) {
  #section05 .lists .txt-wrap .text4:after {
    margin-bottom: 5px;
  }
}
#section05 .lists .txt-wrap .btn-wrap {
  margin: 30px 0;
}
@media screen and (min-width: 1024px) {
  #section05 .lists .txt-wrap .btn-wrap {
    margin: 107px 0 0 0;
  }
}