.sec-title {
  color: #004396;
  font-size: 4.6rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .sec-title {
    font-size: 2.8rem;
  }
}

/* ---------------------------------------------------------------------------
//  service-mv 
--------------------------------------------------------------------------- */
.service-mv {
  padding-bottom: 5.6rem;
}

.service-mv .page-title-area .eng {
  margin-bottom: 1.5rem;
  width: 22rem;
}

.service-mv .page-title-area .title {
  color: #101010;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.service-mv .desc {
  align-items: center;
  color: #101010;
  display: flex;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: calc(55/28);
  margin-left: 8rem;
  text-align: left;
}

.service-mv .desc::before {
  background-image: url(../img/service/mv-title-icon.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 19.2rem;
  margin-right: 5rem;
  width: 17.8rem;
}

@media screen and (max-width: 768px) {
  .service-mv {
    padding-bottom: 2.5rem;
  }

  .service-mv .page-title-area .eng {
    margin-bottom: .6rem;
    width: 11rem;
  }

  .service-mv .page-title-area .title {
    font-size: 1.7rem;
  }

  .service-mv .desc {
    font-size: 1.4rem;
    line-height: calc(25/14);
    margin-left: 0;
    white-space: nowrap;
  }

  .service-mv .desc::before {
    flex-shrink: 0;
    height: 5.7rem;
    margin-right: 1.5rem;
    width: 5.1rem;
  }
}

/* ---------------------------------------------------------------------------
//  service01
--------------------------------------------------------------------------- */
.service01 {
  padding: 8rem 0 16.9rem;
}

.service01 .item-wrap {
  margin-bottom: 17rem;
}
.service01 .item-wrap .item {
  display: flex;
}

.service01 .item-wrap .item:not(:last-child) {
  margin-bottom: 10rem;
}

.service01 .item-wrap .item:first-child .img {
  flex-shrink: 0;
  margin-right: 5rem;
  width: 28.8rem;
}

.service01 .item-wrap .item:nth-child(2) {
  flex-direction: row-reverse;
}

.service01 .item-wrap .item:nth-child(2) .img {
  flex-shrink: 0;
  margin-left: 3.5rem;
  width: 33.8rem;
}

.service01 .item-wrap .item:last-child .img {
  flex-shrink: 0;
  margin-right: 1.3rem;
  width: 32.8rem;
}

.service01 .item-wrap .item .text .point {
  color: #757575;
  font-family: 'Poppins', sans-serif;
  font-size: 2rem;
  font-weight: 700;
}

.service01 .item-wrap .item .text .title {
  color: #101010;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1;
  margin-bottom: 2.2rem;
}

.service01 .item-wrap .item .text .title .blue {
  color: #004396;
}

.service01 .item-wrap .item .text .desc {
  color: #616161;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: calc(34/18);
}

.service01 .message {
  border: 1px solid #004396;
  border-radius: 4px;
  color: #004396;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: .04em;
  line-height: calc(35/20);
  padding: 4.3rem 9.1rem 5.1rem;
}


@media screen and (max-width: 768px) {
  .service01 {
    padding: 4rem 0 8.5rem;
  }

  .service01 .item-wrap {
    margin-bottom: 8.5rem;
  }

  .service01 .item-wrap .item {
    flex-direction: column;
  }

  .service01 .item-wrap .item:not(:last-child) {
    margin-bottom: 5rem;
  }

  .service01 .item-wrap .item:first-child .img {
    margin: 0 auto 2rem;
    width: 70%;
  }

  .service01 .item-wrap .item:nth-child(2) {
    flex-direction: column;
  }

  .service01 .item-wrap .item:nth-child(2) .img {
    margin: 0 auto 2rem;
    width: 70%;
  }

  .service01 .item-wrap .item:last-child .img {
    margin: 0 auto 2rem;
    width: 70%;
  }

  .service01 .item-wrap .item .text .point {
    font-size: 1.5rem;
  }

  .service01 .item-wrap .item .text .title {
    font-size: 2.2rem;
    line-height: 1.3;
    margin-bottom: 2rem;
  }

  .service01 .item-wrap .item .text .desc {
    font-size: 1.6rem;
    line-height: calc(24/16);
  }

  .service01 .message {
    font-size: 1.6rem;
    line-height: calc(25/16);
    padding: 2rem;
  }
}

/* ---------------------------------------------------------------------------
//  service02
--------------------------------------------------------------------------- */
.service02 {
  background-color: #f5f5f5;
  padding: 8rem 0 16.9rem;
}

.service02 .sec-title {
  transform: translateY(50%);
}

.service02 .table-area {
  background-color: #fff;
  padding: 13.7rem 9.7rem 16.3rem;
}

.service02 .table-area .row {
  color: #101010;
  display: flex;
  font-size: 1.8rem;
  letter-spacing: .04em;
  line-height: 1;
}

.service02 .table-area .row .heading {
  border-bottom: 1px solid #004396;
  font-weight: 700;
  line-height: calc(33/18);
  padding: 5.3rem 0;
  width: 18.6%;
}

.service02 .table-area .row .desc {
  border-bottom: 1px solid #bdbdbd;
  line-height: calc(33/18);
  padding: 5.3rem 0;
  width: 81.4%;
}

.service02 .table-area .row:first-child .heading {
  border-top: 1px solid #004396;
}

.service02 .table-area .row:first-child .desc {
  border-top: 1px solid #bdbdbd;
}

.service02 .list-area {
  background-color: #f5f5f5;
  border: 1px solid #e0e0e0;
  padding: 5.8rem 10.3rem 10.1rem;
}

.service02 .list-area .list-title {
  color: #101010;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1;
  margin-bottom: 5.6rem;
}

.service02 .list-area .list-title .blue {
  color: #004396;
}

.service02 .list-area .list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 3.7rem;
}

.service02 .list-area .list .item {
  align-items: center;
  display: flex;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: .04em;
  width: calc(100% / 4);
}

.service02 .list-area .list .item::before {
  background-image: url(../img/company/check-icon.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 24px;
  margin-right: .4rem;
  width: 24px;
}

@media screen and (max-width: 768px) {
  .service02 {
    padding: 4rem 0 8.5rem;
  }

  .service02 .table-area {
    padding: 6rem 2rem;
  }

  .service02 .table-area .row {
    font-size: 1.6rem;
  }

  .service02 .table-area .row .heading {
    line-height: 1.3;
    padding: 2.5rem 0;
    width: 25%;
  }

  .service02 .table-area .row .desc {
    line-height: 1.3;
    padding: 2.5rem 0;
    width: 75%;
  }

  .service02 .list-area {
    padding: 2rem;
  }

  .service02 .list-area .list-title {
    font-size: 2.3rem;
    margin-bottom: 2.5rem;
    text-align: center;
  }

  .service02 .list-area .list {
    flex-direction: column;
    row-gap: 1.5rem;
  }

  .service02 .list-area .list .item {
    font-size: 1.6rem;
    width: 100%;
  }

  .service02 .list-area .list .item::before {
    height: 20px;
    width: 20px;
  }
}

/* ---------------------------------------------------------------------------
//  service03
--------------------------------------------------------------------------- */
.service03 {
  margin-top: 14.8rem;
}

.service03 .flow {
  text-align: center;
}

.service03 .title-area {
  margin-bottom: 8.6rem;
}

.service03 .title-area .sec-title {
  margin-bottom: 1.9rem;
}

.service03 .flow .blue {
  color: #004396;
  font-family: 'Poppins', sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}

.service03 .flex-area {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 8rem;
  padding: 0 8.5rem;
  row-gap: 5rem;
}

.service03 .flex-area .item {
  margin-left: 4.4rem;
  position: relative;
  width: calc((100% - 13.2rem)/ 4);
}

.service03 .flex-area .item::before {
  background-color: #bdcdd5;
  content: '';
  display: block;
  height: .2rem;
  left: -3.3rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.3rem;
}

.service03 .flex-area .item:first-child:before, .service03 .flex-area .item:nth-child(5)::before {
  display: none;
}

.service03 .flex-area .item:first-child, .service03 .flex-area .item:nth-child(5) {
  margin-left: 0;
}

.service03 .flex-area .item .num {
  color: #004396;
  font-family: 'Poppins', sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
}

.service03 .flex-area .item .heading {
  color: #101010;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: .04em;
  line-height: 1;
  margin-bottom: 1.1rem;
}

.service03 .flex-area .item .img {
  margin-bottom: 1rem;
}

.service03 .flex-area .item .desc {
  color: #004396;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: .04em;
  line-height: calc(28/20);
  text-align: center;
}

.service03 .message {
  background-color: #e9eff2;
  border-top: 2px solid #004396;
  color: #101010;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: .04em;
  line-height: calc(35/20);
  padding: 2.9rem 8.6rem 3.6rem;
  position: relative;
}

.service03 .message .blue {
  color: #004396;
}


.service03 .message::before {
  background-image: url(../img/service/bubble-arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 2.4rem;
  left: 50%;
  position: absolute;
  top: -2.2rem;
  transform: translateX(-50%);
  width: 2.4rem;
}

@media screen and (max-width: 768px) {
  .service03 {
    margin-top: 7.4rem;
  }

  .service03 .flow {
    line-height: 1.5;
  }

  .service03 .title-area {
    margin-bottom: 4.3rem;
  }

  .service03 .title-area .sec-title {
    margin-bottom: 1rem;
  }

  .service03 .flow .blue {
    display: block;
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }

  .service03 .flex-area {
    margin-bottom: 6rem;
    padding: 0;
    row-gap: 2.5rem;
  }

  .service03 .flex-area .item {
    margin-left: 3rem;
    width: calc((100% - 3rem)/ 2);
  }

  .service03 .flex-area .item::before {
    left: -2.2rem;
    width: 1.5rem;
  }

  .service03 .flex-area .item:nth-child(odd)::before {
    display: none;
  }

  .service03 .flex-area .item:nth-child(odd) {
    margin-left: 0;
  }

  .service03 .flex-area .item .num {
    font-size: 1.6rem;
  }

  .service03 .flex-area .item .heading {
    font-size: 1.8rem;
  }

  .service03 .flex-area .item .img {
    margin-bottom: 1rem;
  }

  .service03 .flex-area .item .desc {
    font-size: 1.8rem;
    line-height: calc(25/18);
  }

  .service03 .message {
    font-size: 1.7rem;
    line-height: calc(30/17);
    padding: 2rem;
  }
}

/* ---------------------------------------------------------------------------
//  service04
--------------------------------------------------------------------------- */
.service04 {
  margin-top: 23rem;
}

.service04 .inner {
  border-top: 1px solid #e0e0e0;
  padding: 12.7rem 0 26.7rem;
}

.service04 .sec-title {
  color: #1e1e1e;
  font-size: 4.6rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1;
  margin-bottom: 3.5rem;
  text-align: center;
}

.service04 .table-item:not(:last-child) {
  margin-bottom: 12.6rem;
}

.service04 .table-item .table-title {
  align-items: center;
  color: #020202;
  display: flex;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 2.1rem;
}

.service04 .table-item .table-title::before {
  background-image: url(../img/service/table-title-icon.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 22px;
  margin-right: .6rem;
  width: 22px;
}

.service04 .table-item table {
  width: 100%;
}

.service04 .table-item table tr {
  border-top: 2px solid #e0e0e0;
}

.service04 .table-item table tr:first-child {
  background-color: #f5f5f5;
}

.service04 .table-item table tr:first-child th {
  text-align: center;
}

.service04 .table-item table tr:last-child {
  border-bottom: 2px solid #e0e0e0;
}

.service04 .table-item table tr th {
  color: #101010;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: .04em;
  line-height: 1;
  padding: 1.2rem 4rem;
}
.service04 .table-item table tr td {
  color: #101010;
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: .04em;
  line-height: 1;
  padding: 1.4rem 4rem;
}

.service04 .table-item table tr td:last-child {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .service04 {
    margin-top: 10rem;
  }

  .service04 .inner {
    padding: 6.3rem 2rem;
  }

  .service04 .sec-title {
    font-size: 2.8rem;
  }

  .service04 .table-item:not(:last-child) {
    margin-bottom: 6.3rem;
  }

  .service04 .table-area {
    overflow: scroll;
    padding-bottom: 2rem;
  }

  .service04 .table-item .table-title {
    font-size: 2rem;
    margin-bottom: 2.1rem;
  }

  .service04 .table-item .table-title::before {
    height: 17px;
    margin-right: .4rem;
    width: 17px;
  }

  .service04 .table-item table {
    width: 100%;
  }

  .service04 .table-item table tr th {
    font-size: 1.5rem;
    padding: 1rem 2rem;
    white-space: nowrap;
  }

  .service04 .table-item table tr td {
    font-size: 1.5rem;
    padding: 1rem 2.2rem;
    white-space: nowrap;
  }
}
