/*****************************

Service CSS

*****************************/

/* common
-------------------------------------- */

.line_block {
  max-width: 1000px;
  margin: 0 auto 100px;
}

.line_block:last-of-type {
  margin-bottom: 0;
}
.line_ttl {
  width: 100%;
  margin-bottom: 50px;
}

.gray_block {
  background-color: #f5f5f5;
  padding: 30px 25px;
}

#main .inner {
  width: 96%;
}

@media all and (max-width: 1100px) {
  .line_ttl {
    width: 90%;
  }

  #main .inner {
    width: 90%;
  }
}
@media all and (max-width: 600px) {
  .line_block {
    margin-bottom: 130px;
  }

  .page_ttl {
    margin-bottom: 100px;
  }
}

/* service
-------------------------------------- */
.service_block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 0 10%;
}
.service_block .service_item {
  width: 48%;
  margin-top: 30px;
}
.service_block .service_item:nth-of-type(1),
.service_block .service_item:nth-of-type(2) {
  margin-top: 0;
}

.service_block .ttl {
  font-weight: 600;
  text-align: center;
  font-size: 1.8rem;
  color: #002c76;
  padding-top: calc(15px + 1rem);
  margin-bottom: calc(15px + 1rem);
}
.service_block .ttl.hav_sub {
  padding-top: 15px;
  margin-bottom: 15px;
}
.service_block .ttl .smaller {
  font-size: 1.2rem;
  color: #002c76;
  font-weight: 600;
  display: block;
}

.service_block .item_comm {
  line-height: 1.9;
  letter-spacing: 0.05em;
}
.service_block .item_comm.lh {
  line-height: 1.5;
}
.service_block .c-btn {
  margin-top: 30px;
}

@media all and (max-width: 600px) {
  .service_block {
    display: block;
    padding: 0;
  }
  .service_block .service_item {
    width: 100%;
    margin-bottom: 60px;
    padding-bottom: 40px;
    border-bottom: 1px solid #bfbfbf;
    margin-top: 0;
  }
  .service_block .service_item:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  .service_block .ttl {
    padding-top: 15px;
    margin-bottom: 15px;
  }
}
/* human
-------------------------------------- */
.human_ttl {
  font-size: 2.8rem;
  font-weight: 600;
  color: #002c76;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.7;
}

.human_comm {
  width: 100%;
  line-height: 2.4;
  text-align: center;
  margin-bottom: 50px;
}

.human_img {
  display: flex;
  justify-content: center;
  /* position: relative;
  width: 100%; */
}
.human_img figure {
  width: 50%;
  margin-right: 0;
  margin-left: auto;
}
/* .human_img .bg_blue {
  padding: 20px 0;
  text-align: center;
  align-self: stretch;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 100%;
} */
/* .human_img .bg_blue img {
  height: 100%;
  width: auto;
  margin: auto;
} */
@media all and (max-width: 600px) {
  .human_ttl {
    font-size: 2.2rem;
  }
  .human_img {
    display: block;
  }
  .human_img figure {
    width: 100%;
  }
  /* .human_img figure {
    width: 100%;
    padding-top: 100%;
  }
  .human_img .bg_blue {
    padding-top: 0;
    height: 50%;
    top: 0;
    bottom: inherit;
  } */
}
/* iso
-------------------------------------- */

.iso.inner {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.iso .gray_block {
  width: 48%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}
.iso .ttl_blo {
  width: 100%;
  margin-bottom: 25px;
}

.iso .iso_cat {
  font-weight: 600;
  margin-bottom: 15px;
}
.iso .iso_cat::before {
  content: "■";
  color: #002c76;
  margin-right: 0.5em;
}

.iso .iso_ttl {
  font-weight: 600;
  font-size: 2rem;
  color: #002c76;
  text-align: left;
  letter-spacing: 0.15em;
  min-height: 4.5em;
  margin-bottom: 10px;
}

.iso .iso_comm {
  width: 100%;
  line-height: 2;
  /* margin-bottom: 25px; */
}

.iso .c-btn {
  margin-left: 0;
  margin-right: auto;
  max-width: 240px;
}

@media all and (max-width: 900px) {
  .iso.inner {
    display: block;
  }

  .iso .gray_block {
    width: 100%;
    margin-bottom: 40px;
  }
  .iso .gray_block:last-of-type {
    margin-bottom: 0;
  }
  .iso .iso_ttl {
    min-height: 0;
    font-size: 1.8rem;
    margin-bottom: 20px;
    /* text-align: center; */
  }
  .iso .ttl_blo {
    margin-bottom: 35px;
  }
  .iso .c-btn {
    margin: 0 auto;
  }
}
@media all and (max-width: 600px) {
}

/* iso
-------------------------------------- */

.skill .comm-wr {
  margin-bottom: 50px;
}
.skill .sec_comm {
  margin-bottom: 1em;
  line-height: 1.9;
  letter-spacing: 0.05em;
}

.skill .gray_block {
  width: 100%;
  margin-bottom: 40px;
}

.skill .gray_block:last-of-type {
  margin-bottom: 0;
}

.skill .skill_ttl {
  font-weight: 600;
  color: #002c76;
  font-size: 2rem;
  margin-bottom: 20px;
}
.skill_comm-wr {
  padding-bottom: 20px;
}

.skill .skill_comm {
  margin-bottom: 1.2em;
  line-height: 1.9;
  letter-spacing: 0.05em;
}
.skill .skill_comm.pt {
  padding-top: 10px;
}
.skill .img_area {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.skill .img_area figure {
  width: 48%;
  padding-top: 15px;
}

.skill .img_area figure:first-of-type,
.skill .img_area figure:nth-of-type(2) {
  padding-top: 0;
}

.skill .img_area figcaption {
  line-height: 2;
  font-size: 1.4rem;
}

@media all and (max-width: 900px) {
}
@media all and (max-width: 600px) {
  .skill .img_area {
    width: 100%;
    display: block;
  }
  .skill .img_area figure {
    width: 100%;
  }
  .skill .img_area figure:nth-of-type(2) {
    padding-top: 15px;
  }
  .skill .img_area figcaption {
    font-size: 1.3rem;
  }
}
