@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-ttl.-h2 {
  font-size: var(--font-size-xxl);
  border-bottom: 1px solid var(--accent-color);
}
.servicechild-ttl.-h3 {
  font-size: var(--font-size-xl);
  border-left: 4px solid var(--accent-color);
}
.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.-h3 {
  font-size: var(--font-size-l);
  padding-left: 10px;
  border-left: 2px solid var(--accent-color);
}
.servicechild-inttl.-h4 {
  font-size: var(--font-size-m);
}
.servicechild-flex {
  margin-top: 60px;
}
.servicechild-grid {
  margin-top: 60px;
}
.servicechild-txt {
  margin-top: 1rem;
}
.servicechild-txt:first-child {
  margin-top: 0;
}
.servicechild-txt.-center {
  text-align: center;
}
.servicechild-table {
  width: 100%;
  margin-top: 60px;
  border-collapse: collapse;
  border: 1px solid var(--accent-color);
}
.servicechild-th {
  width: calc((300 / 1090)* 100vw);
  max-width: 300px;
  background-color: var(--accent-color);
  color: #fff;
  border-bottom: 1px solid #fff;
  padding: 40px 20px;
}
.servicechild-td {
  background-color: #fff;
  padding: 40px 20px;
  border: 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-grid {
    margin: 30px auto 0;
    max-width: 350px;
  }
}