@charset "UTF-8";
/* css : PC first               */
/* breakpoint : pc min-width: 1090px */
/*              TB min-width: 768px */
/*              SP 767px以下　　　 　*/
/**********************************************
  servicechild
***********************************************/
.servicechild-innerview {
  background-image: url(../images/service/child/mv_name.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.servicechild-anclink {
  margin-top: 120px;
}
.servicechild-ttlarea {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.servicechild-ttlarea::after {
  position: absolute;
  content: "";
  width: 70%;
  height: 1px;
  background-color: var(--accent-color);
  bottom: -38px;
  left: 0;
  right: 0;
  margin: auto;
}
.servicechild-ttl.-en,
.servicechild-ttl.-ja {
  font-weight: bold;
  text-align: center;
  display: block;
  line-height: 1;
}
.servicechild-ttl.-en {
  font-size: var(--font-size-u);
  color: var(--accent-color);
}
.servicechild-ttl.-ja {
  font-size: var(--font-size-xxl);
  color: #000;
}
.servicechild-insection {
  margin-top: 60px;
}
.servicechild-postbody h2 {
  font-size: var(--font-size-xxl);
  border-bottom: 1px solid var(--accent-color);
  margin-top: 3rem;
}
.servicechild-postbody h2:first-child {
  margin-top: 0;
}
.servicechild-postbody h3 {
  font-size: var(--font-size-xl);
  border-left: 4px solid var(--accent-color);
  padding-left: 0.5rem;
  margin-top: 2rem;
}
.servicechild-postbody h3:first-child {
  margin-top: 0;
}
.servicechild-ttl.-table {
  font-size: var(--font-size-xxl);
  text-align: center;
}
.servicechild-iv {
  margin-top: 13px;
}
.servicechild-inttl {
  margin-top: 2rem;
  position: relative;
}
.servicechild-inttl:first-child {
  margin-top: 0;
}
.servicechild-postbody {
  padding-bottom: 120px;
}
.servicechild-postbody h3 {
  font-size: var(--font-size-l);
  padding-left: 10px;
  border-left: 2px solid var(--accent-color);
}
.servicechild-postbody h4 {
  position: relative;
  font-size: var(--font-size-m);
  padding-left: 1rem;
  margin: 1rem 0 0.5rem;
}
.servicechild-postbody h4::before {
  position: absolute;
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  background-color: var(--accent-color);
  border-radius: 50%;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.servicechild-postbody h5 {
  font-size: var(--font-size-u);
  margin: 0.8rem 0 0.5rem;
}
.servicechild-flex {
  margin-top: 60px;
}
.servicechild-grid {
  margin-top: 60px;
}
.servicechild-grid .pictxt-pic {
  height: 100%;
  min-height: 240px;
}
.servicechild-img img {
  width: 100%;
  max-height: 330px;
  object-fit: cover;
}
.servicechild-postbody p {
  margin-top: 1rem;
}
.servicechild-postbody p:first-child {
  margin-top: 0;
}
.servicechild-postbody p.-center {
  text-align: center;
}
.servicechild-postbody table {
  width: 100%;
  margin-top: 60px;
  border-collapse: collapse;
  border: 1px solid var(--accent-color);
}
.servicechild-postbody table td {
  background-color: #fff;
  text-align: left;
  padding: 40px 20px;
  border: 1px solid var(--accent-color);
}
.servicechild-postbody table td:first-child {
  width: calc((300 / 1090)* 100vw);
  max-width: 300px;
  background-color: var(--accent-color);
  color: #fff;
  text-align: center;
  border-bottom: 1px solid #fff;
  padding: 40px 20px;
}
.servicechild-postbody table td:first-child:last-child {
  border-bottom: 1px solid var(--accent-color);
}
@media screen and (max-width: 1089px) {
  /*TB*/
  .servicechild-grid {
    margin: 60px auto 0;
    max-width: calc(350px * 2);
  }
}
@media screen and (max-width: 767px) {
  /*SP*/
  .servicechild-postbody {
    padding-bottom: 60px;
  }
  .servicechild-grid {
    margin: 30px auto 0;
    max-width: 350px;
  }
}