/*---------------------------------------------
    common
---------------------------------------------*/
/*---------------------------------------------
    main img
  ---------------------------------------------*/
.mv {
  align-items: center;
  background: url(../images/mv_service.jpg) no-repeat;
  background-position: bottom;
  background-size: cover;
  display: flex;
  height: 400px;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 820px) {
  .mv {
    height: 180px;
  }
}
.mv .page-title {
  background: rgba(0, 82, 165, 0.65);
  color: #fff;
  display: inline-block;
  font-size: 3.6rem;
  padding: 2px 50px 0;
}
@media screen and (max-width: 820px) {
  .mv .page-title {
    font-size: 2.4rem;
  }
}

.section-ttl {
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 821px) {
  .section-ttl {
    font-size: 3.2rem;
  }
}
.section-ttl .sub {
  display: block;
  font-size: 1.4rem;
}

/*---------------------------------------------
    main
---------------------------------------------*/
.sub-nav {
  text-align: center;
}
@media screen and (min-width: 821px) {
  .sub-nav ul {
    display: flex;
  }
}
@media screen and (min-width: 821px) {
  .sub-nav li {
    width: 50%;
  }
}
.sub-nav li a {
  color: #fff;
  display: block;
  padding: 6px 0;
}
.sub-nav li a::before {
  content: "";
  display: inline-block;
  height: 16px;
  margin-right: 4px;
  position: relative;
  top: 2.5px;
  width: 16px;
}
.sub-nav li:first-child a {
  background: #13ae67;
}
.sub-nav li:first-child a::before {
  background: url(../images/icon_service_arrow_01.svg) no-repeat;
  background-size: cover;
}
.sub-nav li:last-child {
  background: #0073bd;
}
.sub-nav li:last-child a::before {
  background: url(../images/icon_service_arrow_02.svg) no-repeat;
  background-size: cover;
}

/*---------------------------------------------
    service01
---------------------------------------------*/
.service01 {
  background: #e6f2e7;
  padding: 24px 10% 16px;
}
@media screen and (min-width: 821px) {
  .service01 {
    padding: 80px 10%;
  }
}
.service01 .section-ttl {
  color: #13ae67;
  margin-bottom: 24px;
}
@media screen and (min-width: 821px) {
  .service01 .section-ttl {
    margin-bottom: 64px;
  }
}
.service01 .section-ttl::before {
  background: url(../images/icon_service_01.png) no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 50px;
  margin: 0 auto;
  width: 50px;
}
@media screen and (min-width: 821px) {
  .service01 .section-ttl::before {
    height: 80px;
    width: 80px;
  }
}
.service01 .inner {
  margin: 0 auto;
  max-width: 780px;
  width: 100%;
}
.service01 .inner .catch {
  color: #13ae67;
  font-size: 1.8rem;
  line-height: 1.4;
  margin-bottom: 8px;
}
@media screen and (min-width: 821px) {
  .service01 .inner .catch {
    font-size: 2.2rem;
    font-weight: bold;
  }
}

#service01 .strengths {
  background: #13ae67;
  padding: 80px 0 40px;
}
#service01 .strengths .inner {
  margin: 0 auto;
  width: 80%;
}
#service01 .strengths .section-ttl {
  color: #fff;
  font-size: 3.2rem;
  margin-bottom: 40px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 820px) {
  #service01 .strengths .section-ttl {
    font-size: 2.4rem;
  }
}
#service01 .strengths .section-ttl .en {
  bottom: -14px;
  display: block;
  font-size: 1.4rem;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
}
#service01 .strengths .section-ttl::before, #service01 .strengths .section-ttl::after {
  background: #fff;
  content: "";
  display: inline-block;
  height: 2px;
  position: relative;
  top: -11px;
  width: 60px;
}
#service01 .strengths .section-ttl::before {
  left: -8px;
}
#service01 .strengths .section-ttl::after {
  right: -8px;
}
#service01 .strengths .list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  width: 100%;
}
#service01 .strengths .list li {
  width: calc(25% - 24px);
}
@media screen and (max-width: 820px) {
  #service01 .strengths .list li {
    width: calc(50% - 24px);
  }
}
#service01 .strengths .list li p.img {
  margin-bottom: 8px;
}
#service01 .strengths .list li p.img img {
  display: block;
}
#service01 .strengths .list li p.txt {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.4;
}
#service01 .strengths .list li dt {
  color: #fff;
  margin-bottom: 8px;
  text-align: center;
}
#service01 .strengths .list li:first-child img {
  margin-top: 16px;
}
#service01 .strengths .list li:nth-child(2) dt {
  background: #006934;
  border-radius: 16px;
}
#service01 .strengths .list li:nth-child(3) dt {
  background: #f39800;
  border-radius: 16px;
}
#service01 .strengths .list li:last-child dt {
  background: #dae000;
  border-radius: 16px;
}
#service01 .teamwork {
  background: #13ae67;
  padding: 40px 0;
}
#service01 .teamwork .inner {
  margin: 0 auto;
  width: 80%;
}
#service01 .teamwork .section-ttl {
  color: #fff;
  font-size: 3.2rem;
  margin-bottom: 40px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 820px) {
  #service01 .teamwork .section-ttl {
    font-size: 2.4rem;
  }
}
#service01 .teamwork .section-ttl .en {
  bottom: -14px;
  display: block;
  font-size: 1.4rem;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
}
#service01 .teamwork .section-ttl::before, #service01 .teamwork .section-ttl::after {
  background: #fff;
  content: "";
  display: inline-block;
  height: 2px;
  position: relative;
  top: -11px;
  width: 60px;
}
#service01 .teamwork .section-ttl::before {
  left: -8px;
}
#service01 .teamwork .section-ttl::after {
  right: -8px;
}
#service01 .teamwork .list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  width: 100%;
}
#service01 .teamwork .list li {
  width: calc(25% - 24px);
}
@media screen and (max-width: 820px) {
  #service01 .teamwork .list li {
    width: calc(50% - 24px);
  }
}
#service01 .teamwork .list li p.img {
  margin-bottom: 8px;
}
#service01 .teamwork .list li p.img img {
  display: block;
}
#service01 .teamwork .list li p.txt {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.4;
}
#service01 .teamwork .list li dt {
  background: #006934;
  border-radius: 16px;
  color: #fff;
  margin-bottom: 8px;
  text-align: center;
}
#service01 .work {
  background: #13ae67;
  padding: 40px 0;
}
#service01 .work .inner {
  margin: 0 auto;
  width: 80%;
}
#service01 .work .section-ttl {
  color: #fff;
  font-size: 3.2rem;
  margin-bottom: 40px;
  position: relative;
  text-align: center;
}
#service01 .work .section-ttl .en {
  bottom: -14px;
  display: block;
  font-size: 1.4rem;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
}
#service01 .work .section-ttl::before, #service01 .work .section-ttl::after {
  background: #fff;
  content: "";
  display: inline-block;
  height: 2px;
  position: relative;
  top: -11px;
  width: 60px;
}
#service01 .work .section-ttl::before {
  left: -8px;
}
#service01 .work .section-ttl::after {
  right: -8px;
}
#service01 .work .img-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
#service01 .work .img-list li {
  width: 25%;
}
#service01 .work .img-list li img {
  display: block;
}
@media screen and (max-width: 820px) {
  #service01 .work .img-list li {
    width: 50%;
  }
}
#service01 .vehicle {
  background: #13ae67;
  padding: 40px 0;
}
#service01 .vehicle .inner {
  margin: 0 auto;
  width: 80%;
}
#service01 .vehicle .section-ttl {
  color: #fff;
  font-size: 3.2rem;
  margin-bottom: 40px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 820px) {
  #service01 .vehicle .section-ttl {
    font-size: 2.4rem;
  }
}
#service01 .vehicle .section-ttl .en {
  bottom: -14px;
  display: block;
  font-size: 1.4rem;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
}
#service01 .vehicle .section-ttl::before, #service01 .vehicle .section-ttl::after {
  background: #fff;
  content: "";
  display: inline-block;
  height: 2px;
  position: relative;
  top: -11px;
  width: 60px;
}
#service01 .vehicle .section-ttl::before {
  left: -8px;
}
#service01 .vehicle .section-ttl::after {
  right: -8px;
}
#service01 .vehicle .list {
  align-items: stretch;
  display: flex;
  justify-content: center;
}
#service01 .vehicle .list li {
  width: 50%;
}
#service01 .vehicle .list li:last-child {
  align-items: center;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#service01 .vehicle .list li:last-child .txt {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 16px;
  text-align: center;
}
@media screen and (max-width: 820px) {
  #service01 .vehicle .list li:last-child .txt {
    font-size: 1rem;
    margin-bottom: 8px;
  }
}
#service01 .vehicle .list li:last-child .btn {
  max-width: 200px;
  width: 80%;
}
#service01 .vehicle .list li:last-child .btn a {
  background: #13ae67;
  border-radius: 16px;
  color: #fff;
  display: block;
  padding: 4px 0;
  text-align: center;
}
@media screen and (max-width: 820px) {
  #service01 .vehicle .list li:last-child .btn a {
    font-size: 1rem;
  }
}

/*---------------------------------------------
    service02
---------------------------------------------*/
.service02 {
  background: #d9e2f3;
  padding: 24px 10% 16px;
}
@media screen and (min-width: 821px) {
  .service02 {
    padding: 80px 10%;
  }
}
.service02 .section-ttl {
  color: #0073bd;
  margin-bottom: 24px;
}
@media screen and (min-width: 821px) {
  .service02 .section-ttl {
    margin-bottom: 64px;
  }
}
.service02 .section-ttl::before {
  background: url(../images/icon_service_02.png) no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 50px;
  margin: 0 auto;
  width: 50px;
}
@media screen and (min-width: 821px) {
  .service02 .section-ttl::before {
    height: 80px;
    width: 80px;
  }
}
.service02 .inner {
  margin: 0 auto;
  max-width: 780px;
  width: 100%;
}
.service02 .inner .catch {
  color: #0073bd;
  font-size: 1.8rem;
  line-height: 1.4;
  margin-bottom: 8px;
}
@media screen and (min-width: 821px) {
  .service02 .inner .catch {
    font-size: 2.2rem;
    font-weight: bold;
  }
}

#service02 .strengths {
  background: #0073bd;
  padding: 80px 0 40px;
}
#service02 .strengths .inner {
  margin: 0 auto;
  width: 80%;
}
#service02 .strengths .section-ttl {
  color: #fff;
  font-size: 3.2rem;
  margin-bottom: 40px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 820px) {
  #service02 .strengths .section-ttl {
    font-size: 2.4rem;
  }
}
#service02 .strengths .section-ttl .en {
  bottom: -14px;
  display: block;
  font-size: 1.4rem;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
}
#service02 .strengths .section-ttl::before, #service02 .strengths .section-ttl::after {
  background: #fff;
  content: "";
  display: inline-block;
  height: 2px;
  position: relative;
  top: -11px;
  width: 60px;
}
#service02 .strengths .section-ttl::before {
  left: -8px;
}
#service02 .strengths .section-ttl::after {
  right: -8px;
}
#service02 .strengths .list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  width: 100%;
}
#service02 .strengths .list li {
  width: calc(25% - 24px);
}
@media screen and (max-width: 820px) {
  #service02 .strengths .list li {
    width: calc(50% - 24px);
  }
}
#service02 .strengths .list li p.img {
  margin-bottom: 8px;
}
#service02 .strengths .list li p.img img {
  display: block;
}
#service02 .strengths .list li p.txt {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.4;
}
#service02 .strengths .list li dt {
  color: #fff;
  margin-bottom: 8px;
  text-align: center;
}
#service02 .strengths .list li:first-child img {
  margin-top: 16px;
}
#service02 .strengths .list li:nth-child(2) dt {
  background: #009ddd;
  border-radius: 16px;
}
#service02 .strengths .list li:nth-child(3) dt {
  background: #484898;
  border-radius: 16px;
}
#service02 .strengths .list li:last-child dt {
  background: #f094aa;
  border-radius: 16px;
}
#service02 .teamwork {
  background: #0073bd;
  padding: 40px 0;
}
#service02 .teamwork .inner {
  margin: 0 auto;
  width: 80%;
}
#service02 .teamwork .section-ttl {
  color: #fff;
  font-size: 3.2rem;
  margin-bottom: 40px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 820px) {
  #service02 .teamwork .section-ttl {
    font-size: 2.4rem;
  }
}
#service02 .teamwork .section-ttl .en {
  bottom: -14px;
  display: block;
  font-size: 1.4rem;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
}
#service02 .teamwork .section-ttl::before, #service02 .teamwork .section-ttl::after {
  background: #fff;
  content: "";
  display: inline-block;
  height: 2px;
  position: relative;
  top: -11px;
  width: 60px;
}
#service02 .teamwork .section-ttl::before {
  left: -8px;
}
#service02 .teamwork .section-ttl::after {
  right: -8px;
}
#service02 .teamwork .list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  width: 100%;
}
#service02 .teamwork .list li {
  width: calc(25% - 24px);
}
@media screen and (max-width: 820px) {
  #service02 .teamwork .list li {
    width: calc(50% - 24px);
  }
}
#service02 .teamwork .list li p.img {
  margin-bottom: 8px;
}
#service02 .teamwork .list li p.img img {
  display: block;
}
#service02 .teamwork .list li p.txt {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.4;
}
#service02 .teamwork .list li dt {
  background: #2ea7e0;
  border-radius: 16px;
  color: #fff;
  margin-bottom: 8px;
  text-align: center;
}
#service02 .work {
  background: #0073bd;
  padding: 40px 0;
}
#service02 .work .inner {
  margin: 0 auto;
  width: 80%;
}
#service02 .work .section-ttl {
  color: #fff;
  font-size: 3.2rem;
  margin-bottom: 40px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 820px) {
  #service02 .work .section-ttl {
    font-size: 2.4rem;
  }
}
#service02 .work .section-ttl .en {
  bottom: -14px;
  display: block;
  font-size: 1.4rem;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
}
#service02 .work .section-ttl::before, #service02 .work .section-ttl::after {
  background: #fff;
  content: "";
  display: inline-block;
  height: 2px;
  position: relative;
  top: -11px;
  width: 60px;
}
#service02 .work .section-ttl::before {
  left: -8px;
}
#service02 .work .section-ttl::after {
  right: -8px;
}
#service02 .work .img-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
#service02 .work .img-list li {
  width: 25%;
}
#service02 .work .img-list li img {
  display: block;
}
@media screen and (max-width: 820px) {
  #service02 .work .img-list li {
    width: 50%;
  }
}
#service02 .vehicle {
  background: #0073bd;
  padding: 40px 0;
}
#service02 .vehicle .inner {
  margin: 0 auto;
  width: 80%;
}
#service02 .vehicle .section-ttl {
  color: #fff;
  font-size: 3.2rem;
  margin-bottom: 40px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 820px) {
  #service02 .vehicle .section-ttl {
    font-size: 2.4rem;
  }
}
#service02 .vehicle .section-ttl .en {
  bottom: -14px;
  display: block;
  font-size: 1.4rem;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
}
#service02 .vehicle .section-ttl::before, #service02 .vehicle .section-ttl::after {
  background: #fff;
  content: "";
  display: inline-block;
  height: 2px;
  position: relative;
  top: -11px;
  width: 60px;
}
#service02 .vehicle .section-ttl::before {
  left: -8px;
}
#service02 .vehicle .section-ttl::after {
  right: -8px;
}
#service02 .vehicle .list {
  align-items: stretch;
  display: flex;
  justify-content: center;
}
#service02 .vehicle .list li {
  width: 50%;
}
#service02 .vehicle .list li:last-child {
  align-items: center;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#service02 .vehicle .list li:last-child .txt {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 16px;
  text-align: center;
}
@media screen and (max-width: 820px) {
  #service02 .vehicle .list li:last-child .txt {
    font-size: 1rem;
    margin-bottom: 8px;
  }
}
#service02 .vehicle .list li:last-child .btn {
  max-width: 200px;
  width: 80%;
}
#service02 .vehicle .list li:last-child .btn a {
  background: #0073bd;
  border-radius: 16px;
  color: #fff;
  display: block;
  padding: 4px 0;
  text-align: center;
}
@media screen and (max-width: 820px) {
  #service02 .vehicle .list li:last-child .btn a {
    font-size: 1rem;
  }
}