.hero {
  width: 100%;
  height: 100vh;
  min-height: 56rem;
  position: relative;
  overflow: hidden;
  background: url("../img/top/hero.jpg") center/cover no-repeat; }
  @media (max-width: 767px) {
    .hero {
      background-position: 70% 50%; } }
  .hero__inner {
    max-width: 110rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 4rem;
    padding-right: 4rem;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
    padding-top: 12rem; }
    @media (max-width: 767px) {
      .hero__inner {
        padding-left: 2rem;
        padding-right: 2rem; } }
    @media (max-width: 767px) {
      .hero__inner {
        padding-top: 10rem;
        align-items: center;
        padding-bottom: 4rem; } }
  .hero__content {
    max-width: 54rem; }
    @media (max-width: 767px) {
      .hero__content {
        max-width: 100%; } }
  .hero__title {
    font-size: 4.8rem;
    font-weight: 700;
    color: #000033;
    line-height: 1.4;
    letter-spacing: 0.04em;
    white-space: nowrap; }
    @media (max-width: 767px) {
      .hero__title {
        font-size: 3.2rem;
        white-space: normal; } }
  .hero__desc {
    margin-top: 2rem;
    font-size: 1.6rem;
    font-weight: 600;
    color: #000033;
    line-height: 1.9;
    text-shadow: 0 0 1rem white, 0 0 2rem white, 0 0 3rem white; }
    @media (max-width: 767px) {
      .hero__desc {
        font-size: 1.5rem; } }
  .hero__btns {
    margin-top: 3.2rem;
    display: flex;
    gap: 1.6rem; }
  .hero__notes {
    max-width: 100%;
    width: 54rem;
    margin-top: 2rem;
    display: flex;
    justify-content: center;
    gap: 0.8rem; }
    @media (max-width: 767px) {
      .hero__notes {
        flex-direction: column;
        width: fit-content;
        margin: 1.5rem auto 0; } }
    .hero__notes li {
      display: inline-flex;
      align-items: center;
      gap: 0.6rem;
      font-size: 1.4rem;
      color: #000033;
      font-weight: 600;
      background: rgba(255, 255, 255, 0.7);
      border-radius: 10rem;
      padding: 0.6rem 1.6rem;
      width: fit-content; }
      @media (max-width: 767px) {
        .hero__notes li {
          width: 100%;
          font-size: 1.2rem; } }
      .hero__notes li .material-symbols-outlined {
        font-size: 1.8rem;
        color: #44b5e8; }

.btn--hero {
  width: 28rem;
  height: 7rem;
  border: 0.3rem solid #ffffff;
  border-radius: 1rem;
  background: transparent;
  color: #ffffff;
  font-size: 2rem;
  font-weight: 700;
  font-family: "Manrope", "Zen Kaku Gothic New", sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: color 0.3s ease; }
  @media (max-width: 767px) {
    .btn--hero {
      font-size: 1.6rem;
      border-width: .2rem;
      height: 5.2rem; } }
  .btn--hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    transition: width 0.35s ease;
    z-index: -1; }
  .btn--hero:hover {
    color: #ffffff;
    opacity: 1; }
    .btn--hero:hover::before {
      width: 100%; }
  .btn--hero.__contact {
    background: #004492; }
  .btn--hero.__company {
    background: #006ae4; }
  .btn--hero .material-symbols-outlined {
    font-size: 2.2rem; }
  .btn--hero .icon-grad-mail {
    background: linear-gradient(to right, #006ae4, #44b5e8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 2.2rem; }
  .btn--hero .icon-grad-corp {
    background: linear-gradient(to right, #ffffff, #44b5e8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 2.2rem; }

main {
  background: rgba(68, 181, 232, 0.07); }

.sec-service {
  padding: 2.5rem; }
  @media (max-width: 767px) {
    .sec-service {
      padding: 1.5rem; } }
  .sec-service__card {
    background: #ffffff;
    border-radius: 2rem;
    box-shadow: 0 4px 24px rgba(0, 106, 228, 0.07);
    padding: 6rem 7rem;
    position: relative;
    z-index: 3; }
    @media (max-width: 767px) {
      .sec-service__card {
        padding: 4rem 1rem; } }
  .sec-service__lead {
    text-align: center;
    font-size: 1.6rem;
    font-weight: 700;
    color: #000033;
    margin-top: 3rem; }
    @media (max-width: 767px) {
      .sec-service__lead {
        font-size: 1.5rem; } }

.sec-heading {
  text-align: center;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 5rem; }
  @media (max-width: 767px) {
    .sec-heading {
      gap: 3rem; } }
  .sec-heading::before, .sec-heading::after {
    content: '';
    display: block;
    width: 1px;
    height: 11rem;
    background: #004492;
    flex-shrink: 0; }
  .sec-heading::before {
    transform: rotate(-25deg); }
  .sec-heading::after {
    transform: rotate(25deg); }
  .sec-heading__icon {
    margin: 0 auto 1.6rem;
    width: 8.2rem; }
    @media (max-width: 767px) {
      .sec-heading__icon {
        width: 6.4rem; } }
  .sec-heading__title {
    font-size: 4.4rem;
    font-weight: 700;
    color: #000033;
    line-height: 1.1;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center; }
    .sec-heading__title span {
      font-size: 2.4rem; }
      @media (max-width: 767px) {
        .sec-heading__title span {
          font-size: 1.8rem; } }
    @media (max-width: 767px) {
      .sec-heading__title {
        font-size: 3rem; } }

.service-cards {
  max-width: 80rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8rem;
  margin: 7rem auto 0; }
  @media (max-width: 767px) {
    .service-cards {
      gap: 5rem;
      margin-top: 4rem; } }

.service-card {
  display: flex;
  flex-direction: column; }
  .service-card__imgwrap {
    max-width: 36rem;
    box-shadow: 0 0 2.5rem 0 rgba(0, 0, 51, 0.06); }
  .service-card__img {
    aspect-ratio: 4 / 3;
    border-radius: 1rem;
    overflow: hidden;
    margin: 0 auto; }
    .service-card__img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.4s ease; }
    .service-card__img:hover img {
      transform: scale(1.04); }
  .service-card__body {
    padding-top: 2rem;
    text-align: center;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center; }
  .service-card__title {
    font-size: 2.4rem;
    line-height: 1.2;
    font-weight: 700;
    color: #000033; }
    @media (max-width: 767px) {
      .service-card__title {
        font-size: 2rem; } }
  .service-card__en {
    font-size: 1.2rem;
    font-weight: 700;
    color: #44b5e8;
    letter-spacing: 0.12em; }
  .service-card__desc {
    font-size: 1.5rem;
    font-weight: 500;
    color: #000033;
    margin-top: 1.2rem;
    flex: 1; }
    @media (max-width: 767px) {
      .service-card__desc {
        font-size: 1.4rem; } }
  .service-card__btn {
    margin-top: 1.8rem; }

.sec-reason {
  padding: 10rem 0;
  position: relative;
  z-index: 2; }
  @media (max-width: 767px) {
    .sec-reason {
      padding: 5rem 0; } }
  .sec-reason:before {
    content: "";
    width: 25.1rem;
    height: 42.1rem;
    background: url("../img/common/bg_mark.png") no-repeat 0% 0%;
    background-size: auto 100%;
    position: absolute;
    right: 0;
    top: -20rem;
    z-index: -1;
    opacity: .15; }

.sec-heading-reason {
  text-align: center;
  position: relative;
  z-index: 1; }
  .sec-heading-reason__ttl {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 3.6rem;
    line-height: 1.3;
    font-weight: 700;
    color: #000033; }
    .sec-heading-reason__ttl span {
      font-size: 1.8rem; }
    @media (max-width: 767px) {
      .sec-heading-reason__ttl {
        font-size: 3rem; } }
  .sec-heading-reason__en {
    display: block;
    font-size: 1.4rem;
    font-weight: 700;
    color: #44b5e8;
    margin-top: 0.2rem; }

.reason-list {
  max-width: 88rem;
  margin: 5rem auto 0;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  position: relative;
  z-index: 1; }
  @media (max-width: 767px) {
    .reason-list {
      margin-top: 2rem;
      padding-left: 2rem;
      padding-right: 2rem; } }

.reason-item {
  background: #ffffff;
  border-radius: 1rem;
  padding: 2rem 3rem;
  display: flex;
  align-items: center;
  gap: 2.4rem;
  box-shadow: 0 2px 12px rgba(0, 106, 228, 0.07); }
  @media (max-width: 767px) {
    .reason-item {
      flex-direction: column;
      text-align: center;
      padding: 1.8rem 2rem;
      gap: .5rem; } }
  .reason-item__icon {
    flex-shrink: 0;
    width: 4rem;
    height: 4rem;
    background: linear-gradient(135deg, #006ae4, #44b5e8);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 767px) {
      .reason-item__icon {
        width: 3.6rem;
        height: 3.6rem; } }
    .reason-item__icon .material-symbols-outlined {
      font-size: 2.6rem;
      color: #ffffff;
      -webkit-text-fill-color: #ffffff; }
      @media (max-width: 767px) {
        .reason-item__icon .material-symbols-outlined {
          font-size: 2.2rem; } }
  .reason-item__text {
    font-size: 2rem;
    color: #000033;
    font-weight: 700;
    line-height: 1.6; }
    .reason-item__text span {
      font-size: 1.4rem;
      margin-left: 1.5rem;
      font-weight: 500; }
      @media (max-width: 767px) {
        .reason-item__text span {
          margin: 0;
          display: block; } }
    @media (max-width: 767px) {
      .reason-item__text {
        font-size: 1.8rem; } }
    .reason-item__text mark {
      color: #006ae4;
      font-weight: 700;
      background: none; }

.sec-message-top {
  padding: 10rem 0 16rem;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 30%);
  position: relative;
  z-index: 1; }
  @media (max-width: 767px) {
    .sec-message-top {
      padding: 5rem 0; } }
  .sec-message-top:before {
    content: "";
    width: 100%;
    background: url("../img/common/bg.svg") no-repeat 50% 50%;
    background-size: 150% 100%;
    position: absolute;
    left: 0;
    z-index: -1;
    height: 60rem;
    top: -35rem; }
    @media (max-width: 767px) {
      .sec-message-top:before {
        height: 30rem;
        top: -15rem; } }
  .sec-message-top__inner {
    max-width: 110rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 4rem;
    padding-right: 4rem;
    display: grid;
    grid-template-columns: 1fr 36%;
    grid-template-areas: "text photo" "text btn";
    gap: 3rem 6rem;
    align-items: start; }
    @media (max-width: 767px) {
      .sec-message-top__inner {
        padding-left: 2rem;
        padding-right: 2rem; } }
    @media (max-width: 767px) {
      .sec-message-top__inner {
        grid-template-columns: 1fr;
        grid-template-areas: "photo" "text" "btn";
        gap: 3rem; } }
  .sec-message-top__text {
    grid-area: text; }
  .sec-message-top__photo-col {
    grid-area: photo;
    border-radius: 1.2rem;
    overflow: hidden; }
    @media (max-width: 767px) {
      .sec-message-top__photo-col {
        width: 80%;
        margin: 0 auto; } }
  .sec-message-top__btn {
    grid-area: btn;
    display: flex;
    justify-content: center; }
  .sec-message-top__photo-col img {
    width: 100%;
    height: auto;
    display: block; }
  .sec-message-top__heading {
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    @media (max-width: 767px) {
      .sec-message-top__heading {
        margin-top: -6.5rem;
        position: relative;
        z-index: 2; } }
    .sec-message-top__heading .en {
      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; }
      @media (max-width: 767px) {
        .sec-message-top__heading .en {
          font-size: 4.2rem; } }
    .sec-message-top__heading .ja {
      font-size: 1.6rem;
      color: #000033;
      margin-top: -1.6rem;
      letter-spacing: 0.08em; }
      @media (max-width: 767px) {
        .sec-message-top__heading .ja {
          font-size: 1.4rem;
          margin-top: -1rem; } }
  .sec-message-top__desc {
    margin-top: 3rem;
    font-size: 1.6rem;
    color: #000033;
    font-weight: 500;
    line-height: 2; }
    @media (max-width: 767px) {
      .sec-message-top__desc {
        font-size: 1.4rem;
        margin-top: 1.5rem; } }
    .sec-message-top__desc p {
      margin-bottom: 1.6em; }
      @media (max-width: 767px) {
        .sec-message-top__desc p {
          margin-bottom: 1em; }
          .sec-message-top__desc p br {
            display: none; } }
      .sec-message-top__desc p:last-child {
        margin-bottom: 0; }
