.sec-message {
  padding: 10rem 0 0; }
  @media (max-width: 767px) {
    .sec-message {
      padding-top: 3rem; } }
  .sec-message:after {
    content: "";
    width: 100%;
    height: 10rem;
    background-image: linear-gradient(0deg, #f2fafd 0%, #fff 100%);
    display: block; }
    @media (max-width: 767px) {
      .sec-message:after {
        height: 5rem; } }
  .sec-message__head {
    text-align: center;
    margin-bottom: 7rem; }
    @media (max-width: 767px) {
      .sec-message__head {
        margin-bottom: 3rem; } }
  .sec-message__title-en {
    display: inline-block;
    font-size: 7rem;
    font-weight: 700;
    background: linear-gradient(to right, #006ae4, #44b5e8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.5;
    letter-spacing: 0.02em;
    margin-bottom: -.4em; }
    @media (max-width: 767px) {
      .sec-message__title-en {
        font-size: 5rem; } }
  .sec-message__title-ja {
    display: block;
    font-size: 1.6rem;
    color: #000033;
    letter-spacing: 0.1em;
    margin-top: 1rem; }
    @media (max-width: 767px) {
      .sec-message__title-ja {
        font-size: 1.4rem; } }
  .sec-message__body {
    max-width: 110rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 4rem;
    padding-right: 4rem;
    display: flex;
    gap: 6rem;
    align-items: flex-start; }
    @media (max-width: 767px) {
      .sec-message__body {
        padding-left: 2rem;
        padding-right: 2rem; } }
    @media (max-width: 767px) {
      .sec-message__body {
        flex-direction: column-reverse;
        gap: 3rem; } }
  .sec-message__photo-col {
    flex: 0 0 30rem;
    max-width: 30rem; }
    @media (max-width: 767px) {
      .sec-message__photo-col {
        max-width: 100%;
        margin: 0 auto;
        flex: none; } }
  .sec-message__photo {
    border-radius: 1rem;
    overflow: hidden; }
    @media (max-width: 767px) {
      .sec-message__photo {
        width: 80%;
        margin: 0 auto; } }
    .sec-message__photo img {
      width: 100%;
      height: auto;
      object-fit: cover; }
  .sec-message__profile {
    margin-top: 2rem; }
    .sec-message__profile-name {
      font-size: 1.8rem;
      line-height: 1.3;
      font-weight: 700;
      text-align: center; }
      .sec-message__profile-name span {
        font-size: 1.4rem;
        margin-right: 0.6rem; }
    .sec-message__profile-name-en {
      font-size: 1.4rem;
      letter-spacing: .1rem;
      color: #44b5e8;
      font-weight: 600; }
    .sec-message__profile-section {
      width: fit-content;
      background: rgba(0, 0, 51, 0.03);
      border-radius: 1rem;
      padding: 1rem 2.4rem;
      margin: 1.6rem auto 0;
      display: flex;
      flex-direction: column;
      gap: .8rem; }
      @media (max-width: 767px) {
        .sec-message__profile-section {
          width: 100%; } }
    .sec-message__profile-label {
      font-size: 1.4rem;
      font-weight: 700;
      color: #44b5e8;
      border-bottom: 1px solid rgba(0, 0, 51, 0.06);
      display: block;
      padding: .5rem 0; }
      @media (max-width: 767px) {
        .sec-message__profile-label {
          font-size: 1.2rem; } }
    .sec-message__profile-text {
      font-size: 1.6rem;
      font-weight: 600;
      color: #000033;
      line-height: 1.4;
      padding-bottom: .5rem; }
      @media (max-width: 767px) {
        .sec-message__profile-text {
          font-size: 1.4rem; } }
      .sec-message__profile-text span {
        font-size: 1.4rem;
        font-weight: 400; }
        @media (max-width: 767px) {
          .sec-message__profile-text span {
            font-size: 1.2rem; }
            .sec-message__profile-text span br {
              display: none; } }
  .sec-message__text-col {
    flex: 1; }
  .sec-message__text {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2; }
    @media (max-width: 767px) {
      .sec-message__text {
        font-size: 1.5rem;
        line-height: 1.6; } }
    .sec-message__text p {
      margin-bottom: 1em; }
      .sec-message__text p:last-child {
        margin-bottom: 0; }

.sec-service-detail {
  padding: 10rem 0 0;
  background: #f2fafd; }
  @media (max-width: 767px) {
    .sec-service-detail {
      padding-top: 5rem; } }
  .sec-service-detail:after {
    content: "";
    width: 100%;
    height: 10rem;
    background-image: linear-gradient(180deg, #f2fafd 0%, #fff 100%);
    display: block; }
    @media (max-width: 767px) {
      .sec-service-detail:after {
        height: 5rem; } }
  .sec-service-detail__head {
    text-align: center;
    margin-bottom: 2rem; }
  .sec-service-detail__title-en {
    display: inline-block;
    font-size: 7rem;
    font-weight: 700;
    background: linear-gradient(to right, #006ae4, #44b5e8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.5;
    letter-spacing: 0.02em;
    margin-bottom: -.4em; }
    @media (max-width: 767px) {
      .sec-service-detail__title-en {
        font-size: 5rem; } }
  .sec-service-detail__title-ja {
    display: block;
    font-size: 1.6rem;
    color: #000033;
    letter-spacing: 0.1em;
    margin-top: 1rem; }
    @media (max-width: 767px) {
      .sec-service-detail__title-ja {
        font-size: 1.4rem;
        margin-top: 0; } }
  .sec-service-detail__lead {
    text-align: center;
    font-size: 1.6rem;
    font-weight: 500;
    color: #000033;
    margin-top: 3rem;
    margin-bottom: 7rem; }
    @media (max-width: 767px) {
      .sec-service-detail__lead {
        font-size: 1.5rem;
        margin: 1.5rem 1.5rem; } }

.service-item {
  max-width: 110rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
  align-items: center;
  gap: 6rem;
  padding-bottom: 8rem; }
  @media (max-width: 767px) {
    .service-item {
      padding-left: 2rem;
      padding-right: 2rem; } }
  @media (max-width: 767px) {
    .service-item {
      flex-direction: column;
      gap: 1.5rem;
      padding-bottom: 5rem; } }
  .service-item:nth-child(even) {
    flex-direction: row-reverse; }
    @media (max-width: 767px) {
      .service-item:nth-child(even) {
        flex-direction: column; } }
  .service-item__img {
    flex: 0 0 48%;
    max-width: 48%;
    border-radius: 1.2rem;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 106, 228, 0.1); }
    @media (max-width: 767px) {
      .service-item__img {
        max-width: 100%;
        width: 100%;
        flex: none; } }
    .service-item__img img {
      width: 100%;
      height: auto;
      display: block;
      transition: transform 0.4s ease;
      aspect-ratio: 4 / 3;
      object-fit: cover; }
  .service-item__text {
    flex: 1; }
  .service-item__title {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.5; }
    @media (max-width: 767px) {
      .service-item__title {
        font-size: 2.2rem;
        text-align: center; } }
  .service-item__en {
    font-size: 1.2rem;
    font-weight: 700;
    color: #44b5e8;
    letter-spacing: 0.12em;
    display: block; }
    @media (max-width: 767px) {
      .service-item__en {
        text-align: center; } }
  .service-item__desc {
    font-size: 1.6rem;
    line-height: 1.7;
    font-weight: 500;
    padding-top: 2rem; }
    @media (max-width: 767px) {
      .service-item__desc {
        font-size: 1.5rem;
        padding-top: 1.2rem; } }
  .service-item__btn {
    display: flex;
    flex-direction: column;
    gap: .8rem;
    padding-top: 1.5rem; }
    .service-item__btn li {
      width: 100%;
      max-width: 36rem;
      margin: 0 auto; }
      .service-item__btn li a.btn--primary {
        font-size: 1.5rem;
        line-height: 1.3;
        padding: 1rem 1.5rem;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: .8rem;
        font-weight: 600;
        background: #004492;
        border-radius: .5rem; }
        @media (max-width: 767px) {
          .service-item__btn li a.btn--primary {
            font-size: 1.4rem; } }
        .service-item__btn li a.btn--primary:hover:before {
          background: #006ae4; }
        .service-item__btn li a.btn--primary span {
          font-size: 1.6rem;
          color: #44b5e8; }

.sec-service-form {
  padding: 10rem 0 0;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media (max-width: 767px) {
    .sec-service-form {
      padding-top: 5rem; } }
  .sec-service-form__head {
    width: 100%;
    text-align: center;
    margin-bottom: 4rem; }
  .sec-service-form__title-en {
    display: inline-block;
    font-size: 7rem;
    font-weight: 700;
    background: linear-gradient(to right, #006ae4, #44b5e8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.5;
    letter-spacing: 0.02em;
    margin-bottom: -.4em; }
    @media (max-width: 767px) {
      .sec-service-form__title-en {
        font-size: 5rem; } }
  .sec-service-form__title {
    display: block;
    font-size: 1.6rem;
    color: #000033;
    letter-spacing: 0.1em;
    margin-top: 1rem; }
    @media (max-width: 767px) {
      .sec-service-form__title {
        font-size: 1.4rem;
        margin-top: 0; } }
  .sec-service-form__iframe {
    width: 100%;
    max-width: 64rem;
    margin: 0 auto 10rem;
    padding-left: 4rem;
    padding-right: 4rem;
    display: flex;
    justify-content: center; }
    @media (max-width: 767px) {
      .sec-service-form__iframe {
        padding-left: 2rem;
        padding-right: 2rem;
        margin-bottom: 5rem; } }
    .sec-service-form__iframe iframe,
    .sec-service-form__iframe .js-ms-form-iframe {
      display: block;
      width: 100%;
      max-width: 640px;
      min-height: 480px;
      height: 800px;
      margin: 0 auto;
      border: none; }
      @media (max-width: 767px) {
        .sec-service-form__iframe iframe,
        .sec-service-form__iframe .js-ms-form-iframe {
          min-height: 560px;
          height: 90vh;
          max-height: 1200px; } }
  .sec-service-form__body {
    width: 100%;
    max-width: 76rem;
    margin: 0 auto 10rem;
    padding-left: 4rem;
    padding-right: 4rem; }
    @media (max-width: 767px) {
      .sec-service-form__body {
        padding-left: 2rem;
        padding-right: 2rem;
        margin-bottom: 5rem; } }
    .sec-service-form__body .contact-form {
      max-width: 76rem;
      margin: 0 auto;
      padding-left: 0;
      padding-right: 0; }

.sec-overview {
  padding: 10rem 0 12rem; }
  @media (max-width: 767px) {
    .sec-overview {
      padding: 5rem 0; } }
  .sec-overview__head {
    text-align: center;
    margin-bottom: 6rem; }
    @media (max-width: 767px) {
      .sec-overview__head {
        margin-bottom: 3rem; } }
  .sec-overview__title-en {
    display: inline-block;
    font-size: 7rem;
    font-weight: 700;
    background: linear-gradient(to right, #006ae4, #44b5e8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.5;
    letter-spacing: 0.02em;
    margin-bottom: -.4em; }
    @media (max-width: 767px) {
      .sec-overview__title-en {
        font-size: 5rem; } }
  .sec-overview__title-ja {
    display: block;
    font-size: 1.6rem;
    color: #000033;
    letter-spacing: 0.1em;
    margin-top: 1rem; }
    @media (max-width: 767px) {
      .sec-overview__title-ja {
        font-size: 1.4rem;
        margin-top: 0; } }
  .sec-overview__table {
    max-width: 110rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 4rem;
    padding-right: 4rem;
    max-width: 90rem; }
    @media (max-width: 767px) {
      .sec-overview__table {
        padding-left: 2rem;
        padding-right: 2rem; } }
    .sec-overview__table table {
      width: 100%;
      border-collapse: collapse; }
    .sec-overview__table th, .sec-overview__table td {
      padding: 2.2rem 2rem;
      font-size: 1.6rem;
      color: #000033;
      border-bottom: 1px solid rgba(0, 0, 51, 0.05);
      text-align: left;
      vertical-align: top;
      line-height: 1.8; }
      @media (max-width: 767px) {
        .sec-overview__table th, .sec-overview__table td {
          padding: 1.6rem 1rem;
          font-size: 1.4rem; } }
    .sec-overview__table th {
      width: 18rem;
      font-weight: 700;
      color: rgba(0, 0, 51, 0.5);
      white-space: nowrap; }
      @media (max-width: 767px) {
        .sec-overview__table th {
          width: 8rem; } }
    .sec-overview__table tr:first-child th,
    .sec-overview__table tr:first-child td {
      border-top: 1px solid rgba(0, 0, 51, 0.05); }

.sec-access {
  max-width: 90rem;
  margin: 0 auto;
  padding: 0 0 12rem; }
  @media (max-width: 767px) {
    .sec-access {
      padding-bottom: 6rem; } }
  .sec-access__inner {
    max-width: 110rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 4rem;
    padding-right: 4rem;
    display: flex;
    gap: 3rem;
    align-items: flex-start; }
    @media (max-width: 767px) {
      .sec-access__inner {
        padding-left: 2rem;
        padding-right: 2rem; } }
    @media (max-width: 767px) {
      .sec-access__inner {
        flex-direction: column;
        gap: 3rem; } }
  .sec-access__heading-col {
    flex: 0 0 22rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    @media (max-width: 767px) {
      .sec-access__heading-col {
        flex: none; } }
  .sec-access__title {
    font-size: 4rem;
    font-weight: 700;
    color: #004492;
    line-height: 1.3; }
    @media (max-width: 767px) {
      .sec-access__title {
        font-size: 2.4rem; } }
  .sec-access__title-en {
    background: linear-gradient(to right, #006ae4, #44b5e8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 1.6rem;
    font-weight: 700;
    color: #44b5e8;
    letter-spacing: 0.12em; }
    @media (max-width: 767px) {
      .sec-access__title-en {
        font-size: 1.4rem; } }
  .sec-access__content {
    flex: 1; }
  .sec-access__map {
    width: 100%;
    height: 36rem;
    border-radius: 1rem;
    overflow: hidden; }
    .sec-access__map iframe {
      width: 100%;
      height: 100%;
      border: 0;
      display: block; }
    @media (max-width: 767px) {
      .sec-access__map {
        height: 26rem; } }
  .sec-access__table {
    margin-top: 3rem; }
    .sec-access__table table {
      width: 100%;
      border-collapse: collapse; }
    .sec-access__table th, .sec-access__table td {
      padding: 1.8rem 1.6rem;
      font-size: 1.6rem;
      font-weight: 500;
      color: #000033;
      border-bottom: 1px solid rgba(0, 0, 51, 0.05);
      text-align: left;
      vertical-align: top;
      line-height: 1.8; }
      @media (max-width: 767px) {
        .sec-access__table th, .sec-access__table td {
          padding: 1.4rem 1rem;
          font-size: 1.4rem;
          width: 100% !important;
          display: block !important; } }
    @media (max-width: 767px) {
      .sec-access__table td {
        padding-top: .5rem; } }
    .sec-access__table th {
      width: 14rem;
      color: rgba(0, 0, 51, 0.5);
      font-weight: 600;
      white-space: nowrap; }
      @media (max-width: 767px) {
        .sec-access__table th {
          border-bottom: none;
          padding-bottom: 0; } }
    .sec-access__table tr:first-child th,
    .sec-access__table tr:first-child td {
      border-top: 1px solid rgba(0, 0, 51, 0.05); }
    @media (max-width: 767px) {
      .sec-access__table tr:first-child td {
        border-top: none; } }
  .sec-access__access-item {
    display: flex;
    align-items: flex-start;
    gap: 0.8rem;
    line-height: 1.8; }
    .sec-access__access-item + .sec-access__access-item {
      margin-top: 0.6rem; }
    .sec-access__access-item-icon {
      flex-shrink: 0; }
      .sec-access__access-item-icon .material-symbols-outlined {
        font-size: 2.4rem;
        color: #44b5e8;
        -webkit-text-fill-color: rgba(68, 181, 232, 0.6); }
