@charset "utf-8";
/* CSS Document */


.en .p-catch .p-catch__inner hgroup h2{
  font-size: 4rem;
}
@media (max-width: 480px) {
  .en .p-catch .p-catch__inner hgroup h2{
    font-size: 3rem;
  }
}

.en .p-body .p-chapter .p-chapter__inner hgroup {
  margin: 0 0 8rem;
  text-align: center;
}
@media (max-width: 480px) {
  .en .p-body .p-chapter .p-chapter__inner hgroup {
    margin: 0 0 4rem;
  }
}
.en .p-body .p-chapter .p-chapter__inner hgroup h2 {
  margin: 0;
  color: var(--base);
  font-size: 6rem;
  font-family: 'Roboto', sans-serif;
  letter-spacing: .05em;
}
@media (max-width: 480px) {
  .en .p-body .p-chapter .p-chapter__inner hgroup h2 {
    font-size: 4rem;
  }
}
.en .p-body .p-chapter .p-chapter__inner h3 {
  margin: 3rem 0 2rem;
  color: var(--base);
  font-size: 3rem;
}
@media (max-width: 480px) {
  .en .p-body .p-chapter .p-chapter__inner h3 {
    font-size: 2rem;
  }
}
.en .p-body .p-chapter .p-chapter__inner img {
  display: block;
  margin: 4rem 0;
  width: 200px;
}
@media (max-width: 480px) {
  .en .p-body .p-chapter .p-chapter__inner img {
    margin: 3rem auto;
    width: 120px;
  }
}
.en .p-body .p-chapter .p-chapter__inner p {
  font-size: 2rem;
}
@media (max-width: 480px) {
  .en .p-body .p-chapter .p-chapter__inner p {
    font-size: 1.6rem;
  }
}


/********** Service **********/
/********** Service **********/
/********** Service **********/
.en .p-body #service .p-chapter__inner .serviceArea {
  overflow: auto;
}
.en .p-body #service .p-chapter__inner .serviceArea table {
  /* border-collapse: separate;
  border-spacing: 0; */
  width: 100%;
  border-collapse: collapse;
  border: 2px solid var(--borderGray);
}
@media (max-width: 480px) {
  .en .p-body #service .p-chapter__inner .serviceArea table {
    font-size: 1.2rem;
    border: 1px solid var(--borderGray);
  }
}
.en .p-body #service .p-chapter__inner .serviceArea table thead tr th {
  width: calc(100%/3);
}
.en .p-body #service .p-chapter__inner .serviceArea table thead tr th,
.en .p-body #service .p-chapter__inner .serviceArea table thead tr td,
.en .p-body #service .p-chapter__inner .serviceArea table tbody tr th,
.en .p-body #service .p-chapter__inner .serviceArea table tbody tr td {
  padding: 2rem;
  border: 2px solid var(--borderGray);
}
@media (max-width: 480px) {
  .en .p-body #service .p-chapter__inner .serviceArea table thead tr th,
  .en .p-body #service .p-chapter__inner .serviceArea table thead tr td,
  .en .p-body #service .p-chapter__inner .serviceArea table tbody tr th,
  .en .p-body #service .p-chapter__inner .serviceArea table tbody tr td {
    padding: 1rem .6rem;
    border: 1px solid var(--borderGray);
  }
}
.en .p-body #service .p-chapter__inner .serviceArea table thead tr th:nth-child(1) {
  /* width: 240px;
  min-width: 240px; */
  font-size: 2rem;
  background-color: rgba(var(--sky-rgb), 0.3);
}
@media (max-width: 1024px) {
  .en .p-body #service .p-chapter__inner .serviceArea table thead tr th:nth-child(1) {
    /* width: 190px;
    min-width: 190px; */
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .en .p-body #service .p-chapter__inner .serviceArea table thead tr th:nth-child(1) {
    /* width: 140px;
    min-width: 140px; */
    font-size: 1.4rem;
  }
}
@media (max-width: 480px) {
  .en .p-body #service .p-chapter__inner .serviceArea table thead tr th:nth-child(1) {
    /* width: 75px;
    min-width: 75px; */
    font-size: 1.3rem;
  }
}
.en .p-body #service .p-chapter__inner .serviceArea table thead tr th:nth-child(2) {
  font-size: 2.4rem;
  color: #fff;
  background: rgba(var(--navy-rgb), .6);
}
@media (max-width: 768px) {
  .en .p-body #service .p-chapter__inner .serviceArea table thead tr th:nth-child(2) {
    font-size: 2rem;
  }
}
@media (max-width: 480px) {
  .en .p-body #service .p-chapter__inner .serviceArea table thead tr th:nth-child(2) {
    font-size: 1.3rem;
  }
}
.en .p-body #service .p-chapter__inner .serviceArea table thead tr th:nth-child(2) small{
  color: rgba(var(--navy-rgb), .6);
}
.en .p-body #service .p-chapter__inner .serviceArea table thead tr th:nth-child(3) {
  font-size: 2.4rem;
  color: #fff;
  background: rgba(var(--navy-rgb), .8);
}
@media (max-width: 768px) {
  .en .p-body #service .p-chapter__inner .serviceArea table thead tr th:nth-child(3) {
    font-size: 2rem;
  }
}
@media (max-width: 480px) {
  .en .p-body #service .p-chapter__inner .serviceArea table thead tr th:nth-child(3) {
    font-size: 1.3rem;
  }
}
.en .p-body #service .p-chapter__inner .serviceArea table thead tr th:nth-child(3) small{
  color: rgba(var(--navy-rgb), .8);
}
.en .p-body #service .p-chapter__inner .serviceArea table thead tr th small {
  display: block;
  margin: .5rem auto 0;
  padding: .5rem 2.5rem;
  width: fit-content;
  font-size: 2.2rem;
  background: #fff;
  border-radius: 10px;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .en .p-body #service .p-chapter__inner .serviceArea table thead tr th small {
    padding: .3rem 1.5rem;
  }
}
@media (max-width: 768px) {
  .en .p-body #service .p-chapter__inner .serviceArea table thead tr th small {
    font-size: 1.6rem;
  }
}
@media (max-width: 480px) {
  .en .p-body #service .p-chapter__inner .serviceArea table thead tr th small {
    padding: .3rem .8rem;
    border-radius: 5px;
    font-size: 1.1rem;
  }
}
.en .p-body #service .p-chapter__inner .serviceArea table thead tr th span {
  display: inline-block;
}
.en .p-body #service .p-chapter__inner .serviceArea table thead tr th small {
  display: block;
}
.en .p-body #service .p-chapter__inner .serviceArea table tbody tr th {
  text-align: left;
  font-weight: 500;
}
.en .p-body #service .p-chapter__inner .serviceArea table tbody tr th strong {
  display: block;
  font-size: 1.8rem;
  color: var(--base);
}
@media (max-width: 480px) {
  .en .p-body #service .p-chapter__inner .serviceArea table tbody tr th strong {
    font-size: 1.5rem;
  }
}
.en .p-body #service .p-chapter__inner .serviceArea table tbody tr td {
  text-align: center;
}
.en .p-body #service .p-chapter__inner p + .serviceArea {
  margin: 4rem 0 0;
}
@media (max-width: 480px) {
  .en .p-body #service .p-chapter__inner p + .serviceArea {
    margin: 2rem 0 0;
  }
}
.en .p-body #service .p-chapter__inner .text {
  margin: 1em 0 0;
  font-size: 2.4rem;
  font-weight: 700;
}
@media (max-width: 480px) {
  .en .p-body #service .p-chapter__inner .text {
    font-size: 2rem;
  }
}
.en .p-body #service .p-chapter__inner .caption {
  margin: .5em 0 0;
  caption-side: bottom;
  text-align: left;
  font-size: 1.6rem;
}
@media (max-width: 480px) {
  .en .p-body #service .p-chapter__inner .caption {
    font-size: 1.4rem;
  }
}


/********** Plan **********/
/********** Plan **********/
/********** Plan **********/
.en .p-body #plan .p-chapter__inner p .red {
  color: red;
}