@charset "UTF-8";
div.company-wrap {
  padding: 64px 0 120px; }
  @media screen and (max-width: 767px) {
    div.company-wrap {
      padding: 64px 0 32px; } }
  div.company-wrap .company-name-box {
    display: flex;
    justify-content: flex-start;
    padding: 0 0 64px;
    align-items: center;
    gap: 7%;
    align-self: stretch; }
    @media screen and (max-width: 767px) {
      div.company-wrap .company-name-box {
        display: block;
        text-align: center;
        padding: 0 0 40px; } }
    div.company-wrap .company-name-box img {
      width: auto;
      max-width: 250.2px; }
      @media screen and (max-width: 767px) {
        div.company-wrap .company-name-box img {
          width: 80%;
          max-width: none;
          overflow: hidden;
          margin-bottom: 24px; } }
    div.company-wrap .company-name-box div.company-name {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      gap: 16px; }
      @media screen and (max-width: 767px) {
        div.company-wrap .company-name-box div.company-name {
          text-align: left; } }
      div.company-wrap .company-name-box div.company-name h3.name {
        color: #242424;
        font-feature-settings: 'palt' on;
        font-family: "Noto Sans JP";
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 180%;
        /* 57.6px */
        letter-spacing: 0.96px; }
        @media screen and (max-width: 1050px) {
          div.company-wrap .company-name-box div.company-name h3.name {
            font-size: 24px;
            line-height: 160%;
            /* 38.4px */
            letter-spacing: 0.72px; } }
        div.company-wrap .company-name-box div.company-name h3.name span {
          display: block;
          font-size: 16px;
          font-style: normal;
          font-weight: 700;
          line-height: 160%;
          /* 25.6px */
          letter-spacing: 0.48px; }
      div.company-wrap .company-name-box div.company-name ul.category-list {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 0.8em; }
        div.company-wrap .company-name-box div.company-name ul.category-list li {
          padding: 3px 16px 4px 16px;
          border-radius: 5px;
          outline: 1px solid #2C4197;
          color: #2C4197;
          font-feature-settings: 'palt' on;
          font-family: "Noto Sans JP";
          font-size: 13px;
          font-style: normal;
          font-weight: 700;
          line-height: 160%;
          /* 20.8px */
          letter-spacing: 0.39px; }
  div.company-wrap .main-image {
    overflow: hidden; }
    div.company-wrap .main-image img {
      width: 100%;
      height: 100%;
      max-height: 560px;
      object-fit: cover;
      border-radius: 10px;
      display: block; }
      @media screen and (max-width: 767px) {
        div.company-wrap .main-image img {
          max-height: none; } }
  div.company-wrap .inner {
    display: flex;
    padding: 64px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    border-radius: 10px;
    opacity: 0.8;
    background: #E8EAF3;
    margin: 64px 0 40px; }
    @media screen and (max-width: 767px) {
      div.company-wrap .inner {
        padding: 40px; } }
    div.company-wrap .inner h4 {
      color: #2C4197;
      font-feature-settings: 'palt' on;
      font-family: "Noto Sans JP";
      font-size: 20px;
      font-style: normal;
      font-weight: 700;
      line-height: 160%;
      /* 32px */
      letter-spacing: 0.6px; }
    div.company-wrap .inner p {
      align-self: stretch;
      color: #242424;
      font-feature-settings: 'palt' on;
      font-family: "Noto Sans JP";
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: 200%;
      /* 32px */
      letter-spacing: 0.48px; }
  div.company-wrap ul.company-set {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    gap: 24px 2.6%;
    align-self: stretch;
    flex-wrap: wrap;
    margin-bottom: 64px; }
    @media screen and (max-width: 767px) {
      div.company-wrap ul.company-set {
        display: block; } }
    div.company-wrap ul.company-set li {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      width: 31.5789%; }
      @media screen and (max-width: 767px) {
        div.company-wrap ul.company-set li {
          width: 100%;
          margin-bottom: 24px; }
          div.company-wrap ul.company-set li:last-of-type {
            margin-bottom: 0; } }
      div.company-wrap ul.company-set li img {
        width: 100%;
        height: 216px;
        overflow: auto;
        object-fit: cover;
        border-radius: 10px; }
        @media screen and (max-width: 1050px) {
          div.company-wrap ul.company-set li img {
            height: auto; } }
      div.company-wrap ul.company-set li p.image-title {
        align-self: stretch;
        color: #242424;
        font-feature-settings: 'palt' on;
        font-family: "Noto Sans JP";
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 160%;
        /* 25.6px */
        letter-spacing: 0.48px; }
  div.company-wrap .g24 {
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    margin-bottom: 40px; }
    @media screen and (min-width: 768px) and (max-width: 1050px) {
      div.company-wrap .g24 {
        display: block;
        width: 95%;
        margin: 0 auto 40px; } }
    @media screen and (max-width: 767px) {
      div.company-wrap .g24 {
        display: block;
        width: 100%; } }
    div.company-wrap .g24 table.company-information {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 40px;
      align-self: stretch;
      width: 48.68%;
      border-top: 1px solid #DDDEE0; }
      @media screen and (max-width: 1050px) {
        div.company-wrap .g24 table.company-information {
          width: 100%; } }
      div.company-wrap .g24 table.company-information tbody {
        width: 100%; }
        div.company-wrap .g24 table.company-information tbody tr {
          display: flex;
          width: 100%;
          padding: 16px 0px;
          align-items: flex-start;
          align-content: flex-start;
          flex-wrap: wrap;
          border-bottom: 1px solid #DDDEE0; }
          div.company-wrap .g24 table.company-information tbody tr th {
            display: flex;
            justify-content: flex-start;
            align-items: center;
            width: 128px;
            color: #000;
            font-feature-settings: 'palt' on;
            font-family: "Noto Sans JP";
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            line-height: 200%;
            /* 32px */
            letter-spacing: 0.48px; }
            @media screen and (max-width: 1050px) {
              div.company-wrap .g24 table.company-information tbody tr th {
                width: 40%; } }
            div.company-wrap .g24 table.company-information tbody tr th::before {
              content: "";
              width: 16px;
              height: 16px;
              flex-shrink: 0;
              aspect-ratio: 1/1;
              background-image: url("../image/nav-icon.svg");
              background-repeat: no-repeat;
              background-size: contain;
              margin-right: 8px; }
          div.company-wrap .g24 table.company-information tbody tr td {
            color: #000;
            font-feature-settings: 'palt' on;
            flex: 1 0 0;
            font-family: "Noto Sans JP";
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 200%;
            /* 32px */
            letter-spacing: 0.48px; }
    div.company-wrap .g24 .other {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 32px;
      width: 48.68%;
      /* Google Mapを囲う要素 */
      /* Google Mapのiframe */ }
      @media screen and (max-width: 1050px) {
        div.company-wrap .g24 .other {
          width: 100%;
          padding-top: 24px; } }
      div.company-wrap .g24 .other .map {
        position: relative;
        width: 100%;
        height: 0;
        padding-top: 75%;
        /* 比率を4:3に固定 */ }
      div.company-wrap .g24 .other .map iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 10px; }
      div.company-wrap .g24 .other .sns {
        justify-content: flex-start;
        align-items: center; }
        div.company-wrap .g24 .other .sns a {
          margin-right: 16px;
          transition: transform 0.3s ease; }
          div.company-wrap .g24 .other .sns a:last-child {
            margin-right: 0; }
          div.company-wrap .g24 .other .sns a:hover {
            opacity: 0.7; }
          div.company-wrap .g24 .other .sns a img.sns-icon-img {
            width: 32px;
            height: 32px; }

.news-detail {
  width: 100%;
  padding: 120px 0; }
  @media screen and (max-width: 767px) {
    .news-detail {
      padding: 64px 0; } }
  .news-detail .flex-g16 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
    margin-bottom: 8px; }
  .news-detail time {
    display: inline-block;
    color: #2C4197;
    font-feature-settings: 'palt' on;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 0.42px;
    margin-bottom: 4px; }
  .news-detail h2.news-detail-h2 {
    color: #242424;
    font-feature-settings: 'palt' on;
    font-family: "Noto Sans JP";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 180%;
    /* 43.2px */
    letter-spacing: 0.72px;
    padding: 0 0 24px;
    border-bottom: 2px solid #2C4197;
    border-radius: 0;
    background: #fff;
    text-align: left;
    margin-bottom: 40px; }
    @media screen and (max-width: 767px) {
      .news-detail h2.news-detail-h2 {
        font-size: 20px;
        letter-spacing: 0.6px; } }
  .news-detail .news-detail-content {
    color: #000;
    font-feature-settings: 'palt' on;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
    /* 32px */
    letter-spacing: 0.48px;
    margin-bottom: 80px; }
    .news-detail .news-detail-content img {
      margin: 40px 0; }
    .news-detail .news-detail-content a {
      text-decoration: underline;
      color: #2C4197; }
    .news-detail .news-detail-content p {
      margin-bottom: 1em; }

.event-detail-content img {
  margin-bottom: 20px; }
