#parallax {
  .parallax-wrapper {
    &.aboutus-top-img {
      height: 320px;
      @media screen and (max-width: 1024px) {
        height: 200px;
      }
      .parallax-bg {
        height: 320px;
        transform: translateY(0) !important;
        @media screen and (max-width: 1024px) {
          height: 200px;
        }
      }
      .fixed-content {
        height: 320px;
        margin: 0 auto;
        width: auto;
      }
      .aboutus-maintitle {
        top: unset;
        bottom: 20%;
        h2 {
          font-size: 40px;
          @media screen and (max-width: 1024px) {
            font-size: 30px;
          }
        }
      }
    }
  }
}
.president_img {
  a {
    display: inline-block;
    width: 50%;
    @media screen and (max-width: 1024px) {
      width: 80%;
    }
  }
  img {
    width: 100%;
    aspect-ratio: auto;
  }
}
.message_text {
  margin: 50px auto;
}

.aboutus_contents {
  background-color: #15638c;
  min-height: auto;
  color: #fff;
  padding: 50px 0 10px;
  &.organization_bg {
    background-color: #fff;
  }
  h2 {
    font-size: 40px;
    font-family: "Zen Old Mincho", serif;
    line-height: 1;
  }
  .plan_contents {
    width: 1000;
  }
  .philosophy_contents {
    display: block;
    text-align: center;
    margin: 0 auto;
    h2 {
      font-size: 100px;
      font-family: "Zen Old Mincho", serif;
      @media screen and (max-width: 1024px) {
        font-size: 35px;
      }
    }
    p {
      font-size: 36px;
      font-family: "Zen Old Mincho", serif;
      @media screen and (max-width: 1024px) {
        font-size: 18px;
      }
    }
  }

  .contents_title {
    font-size: 32px;
    margin: 40px auto;
  }

  .policy_contents {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    color: #333;
    background: #f4f4f4;
    margin: 50px auto -10px;
    padding: 0 8% 50px;
    p {
      font-size: 32px;
      font-family: "Zen Old Mincho", serif;
      @media screen and (max-width: 1024px) {
        font-size: 18px;
      }
    }
    .policy_img {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 50%;
      padding: 20px;
      @media screen and (max-width: 1024px) {
        width: 100%;
        margin-top: -30px;
      }
      img {
        width: 100%;
        @media screen and (max-width: 1024px) {
          width: 70%;
        }
      }
    }
    .policy_des_block {
      display: flex;
      @media screen and (max-width: 768px) {
        display: block;
      }
    }
    .policy_list {
      text-align: start;
      display: grid;
      @media screen and (max-width: 768px) {
        writing-mode: horizontal-tb;
      }
      li {
        margin-bottom: 10px;
        @media screen and (max-width: 768px) {
          margin-bottom: 20px;
        }
        &.policy_list01,
        &.policy_list02,
        &.policy_list03,
        &.policy_list04 {
          display: flex;
          align-items: center;
          padding: 0 20px;
          gap: 20px;
          .list01-number,
          .list02-number,
          .list03-number,
          .list04-number {
            font-size: 4rem;
            font-weight: 300;
            color: transparent;
            -webkit-text-stroke: 1px #333;
            min-width: 70px;
            text-align: center;
          }
        }
        p {
          &.list01-title,
          &.list02-title,
          &.list03-title,
          &.list04-title {
            font-family: "Zen Kaku Gothic New";
            font-size: 24px;
          }
          font-family: "Zen Kaku Gothic New";
          font-size: 20px;
          position: relative;
          @media screen and (max-width: 1024px) {
            padding-left: 0.8em;
          }
          .policy_detail {
            display: block;
            margin-top: 1em;
            font-size: 26px;
            letter-spacing: 2px;
            @media screen and (max-width: 768px) {
              margin-top: 0;
              font-size: 18px;
            }
          }
        }
      }
    }
  }

  .company_profile_table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;

    th,
    td {
      padding: 20px;
      vertical-align: top;
      @media screen and (max-width: 1024px) {
        display: block;
        padding: 15px 0px 5px;
      }
    }

    th {
      width: 250px;
      white-space: nowrap;
      border-right: 1px solid #ccc;
      position: relative;
      line-height: 1.5;
      @media screen and (max-width: 1024px) {
        border: none;
        display: inline-block;
        padding-right: 10px;
        width: auto;
      }
    }

    @media screen and (max-width: 1024px) {
      th::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 1px;
        background-color: #ffffff;
      }
    }

    td {
      border: none;
      letter-spacing: 1px;
      line-height: 1.5;
      @media screen and (max-width: 1024px) {
        display: block;
      }
    }

    tr {
      .executives_table {
        border-collapse: collapse;

        th,
        td {
          padding: 2px;
          @media screen and (max-width: 1024px) {
            display: block;
            padding: 1px;
          }
        }

        tr {
          td:nth-child(1) {
            width: 170px;
            @media screen and (max-width: 1024px) {
              width: auto;
            }
          }

          td:nth-child(2) {
            width: 200px;
            @media screen and (max-width: 1024px) {
              width: auto;
            }
          }

          td:nth-child(3) {
            width: 150px;
            @media screen and (max-width: 1024px) {
              width: auto;
            }
          }
        }
        @media screen and (max-width: 1024px) {
          tr {
            display: block;
            margin-bottom: 20px;
          }
        }
      }
    }
    .license_types {
      display: flex;
      align-items: flex-start;
      gap: 20px;
      margin: 20px auto 20px 10px;
      width: 100%;
      :first-child {
        width: 100px;
        flex-shrink: 0;
        font-weight: bold;
      }
      @media screen and (max-width: 1024px) {
        display: block;
      }
    }
  }
  .organization_image img {
    width: 80%;
  }
  .map_contents {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 50px auto;
    gap: 20px;
    .company_map {
      width: 100%;
      aspect-ratio: 4 / 3;
    }
  }
}
