.nav-pc .menu > li:nth-child(1) {
  color: #42c3e0; }

.l-index-title {
  font-size: 26px;
  font-weight: bold;
  color: #42c3e0;
  text-align: center; }
  @media screen and (max-width: 1200px) {
    .l-index-title {
      font-size: 2.167vw; } }
  @media screen and (max-width: 650px) {
    .l-index-title {
      font-size: 5.538vw; } }
.l-index-kv {
  width: calc(100% - 40px);
  height: calc(100vh - 160px);
  position: relative;
  overflow: hidden;
  margin: 0 20px 60px;
  border-radius: 15px;
  order: 1; }
  @media screen and (max-width: 1200px) {
    .l-index-kv {
      width: calc(100% - 3.333vw);
      height: calc(100vh - 13.333vw);
      margin: 0 1.667vw 5vw;
      border-radius: 1.25vw; } }
  @media screen and (max-width: 650px) {
    .l-index-kv {
      width: calc(100% - 12.308vw);
      height: calc(100vh - 30.769vw);
      height: calc(100svh - 30.769vw);
      margin: 3.077vw 6.154vw 4.615vw;
      border-radius: 2.308vw; } }
  .l-index-kv .txt-1 {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 3;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; }
    .l-index-kv .txt-1__inner {
      color: #fff;
      position: absolute;
      z-index: 100;
      text-align: center;
      width: 100%;
      padding: 0 80px; }
      @media screen and (max-width: 1200px) {
        .l-index-kv .txt-1__inner {
          padding: 0 6.667vw; } }
      @media screen and (max-width: 650px) {
        .l-index-kv .txt-1__inner {
          padding: 0 12.308vw; } }
      .l-index-kv .txt-1__inner h2 {
        position: relative;
        font-size: 32px;
        line-height: 1.5;
        font-weight: 600;
        opacity: 1;
        transform: translate3d(0, 0, 0);
        transition: opacity 1.8s ease 0.2s, transform 1.8s ease 0.2s; }
        @media screen and (max-width: 1200px) {
          .l-index-kv .txt-1__inner h2 {
            font-size: 2.667vw; } }
        @media screen and (max-width: 650px) {
          .l-index-kv .txt-1__inner h2 {
            font-size: 3.385vw; } }
  .l-index-kv .bg {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden; }
    .l-index-kv .bg video {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      object-fit: cover;
      pointer-events: none; }
.l-index-info {
  display: grid;
  grid-template-columns: 570px 350px;
  grid-template-rows: repeat(2, auto);
  gap: 0 90px;
  margin-bottom: 80px;
  padding: 0 100px; }
  @media screen and (max-width: 1200px) {
    .l-index-info {
      grid-template-columns: 47.5vw 29.167vw;
      gap: 0 7.5vw;
      margin-bottom: 6.667vw;
      padding: 0 8.333vw; } }
  @media screen and (max-width: 650px) {
    .l-index-info {
      grid-template-columns: 1fr;
      grid-template-rows: repeat(3, auto);
      gap: 0 13.846vw;
      margin-bottom: 12.307vw;
      padding: 0 6.154vw; } }
.l-index-news {
  grid-row: 1 / 2;
  grid-column: 1 / 1;
  margin-bottom: 50px; }
  @media screen and (max-width: 1200px) {
    .l-index-news {
      margin-bottom: 4.167vw; } }
  @media screen and (max-width: 650px) {
    .l-index-news {
      grid-row: 1 / 2;
      grid-column: 1 / 1;
      margin-top: 20px;
      margin-bottom: 7.692vw;
      padding: 0 3.077vw; } }
  .l-index-news .list {
    background-color: #f2f2f2;
    border: 1px solid #ccc;
    border-radius: 18px;
    height: 220px;
    padding: 30px;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none; }
    @media screen and (max-width: 1200px) {
      .l-index-news .list {
        border-radius: 1.5vw;
        height: 20.833vw;
        padding: 2.5vw; } }
    @media screen and (max-width: 650px) {
      .l-index-news .list {
        border-radius: 2.769vw;
        height: 38.462vw;
        padding: 4.615vw; } }
    .l-index-news .list::-webkit-scrollbar {
      display: none; }
    .l-index-news .list .item {
      border-bottom: 1px dotted #ccc;
      padding: 10px 5px;
      line-height: 1.2; }
      @media screen and (max-width: 1200px) {
        .l-index-news .list .item {
          padding: 0.833vw 0.417vw; } }
      @media screen and (max-width: 650px) {
        .l-index-news .list .item {
          padding: 1.538vw 0.769vw; } }
      .l-index-news .list .item .title {
        font-size: 16px;
        font-weight: normal; }
        @media screen and (max-width: 1200px) {
          .l-index-news .list .item .title {
            font-size: 1.333vw; } }
        @media screen and (max-width: 650px) {
          .l-index-news .list .item .title {
            font-size: 4.154vw; } }
      .l-index-news .list .item:last-child {
        border-bottom: 0; }
.l-index-first {
  grid-row: 2 / 3;
  grid-column: 1 / 1; }
  @media screen and (max-width: 650px) {
    .l-index-first {
      grid-row: 3 / 4;
      grid-column: 1 / 1; } }
  .l-index-first a {
    transition: opacity 0.3s; }
    .l-index-first a:hover {
      opacity: 0.7; }
    .l-index-first a img {
      width: 100%; }
.l-index-schedule {
  grid-row: 1 / 3;
  grid-column: 2 / 3;
  margin-top: 15px; }
  @media screen and (max-width: 650px) {
    .l-index-schedule {
      grid-row: 2 / 3;
      grid-column: 1 / 1;
      margin-top: 15px;
      margin-bottom: 7.692vw;
      padding: 0 4.615vw; } }
  .l-index-schedule img {
    width: 100%; }
.l-index-mask {
  margin-bottom: 80px; }
  @media screen and (max-width: 1200px) {
    .l-index-mask {
      margin-bottom: 6.667vw; } }
  @media screen and (max-width: 650px) {
    .l-index-mask {
      margin-bottom: 12.307vw;
      padding: 0 6.154vw; } }
  .l-index-mask .box {
    border: 2px solid #42c3e0;
    border-radius: 13px;
    width: 100%;
    max-width: 880px;
    margin: 0 auto;
    padding: 20px 70px; }
    @media screen and (max-width: 1200px) {
      .l-index-mask .box {
        border-radius: 1.083vw;
        max-width: 73.333vw;
        padding: 1.667vw 5.833vw; } }
    @media screen and (max-width: 650px) {
      .l-index-mask .box {
        border-radius: 2vw;
        max-width: 100%;
        padding: 3.077vw 6.154vw; } }
    .l-index-mask .box h2 {
      margin-bottom: 0.5em; }
      @media screen and (max-width: 650px) {
        .l-index-mask .box h2 {
          line-height: 1.4; } }
      .l-index-mask .box h2 br.sp {
        display: none; }
        @media screen and (max-width: 650px) {
          .l-index-mask .box h2 br.sp {
            display: inline; } }
    .l-index-mask .box .txt-1 {
      text-align: justify; }
      .l-index-mask .box .txt-1 span {
        display: inline;
        background: linear-gradient(transparent 60%, rgba(238, 220, 69, 0.5) 60%); }
.l-index-movie {
  margin-bottom: 80px; }
  @media screen and (max-width: 1200px) {
    .l-index-movie {
      margin-bottom: 6.667vw; } }
  @media screen and (max-width: 650px) {
    .l-index-movie {
      margin-bottom: 12.307vw;
      padding: 0 4.615vw; } }
  .l-index-movie .txt-1 {
    margin-bottom: 2em;
    text-align: center; }
  .l-index-movie .youtube {
    max-width: 900px;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
    background: #000;
    aspect-ratio: 16 / 9;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15); }
    @media screen and (max-width: 1200px) {
      .l-index-movie .youtube {
        max-width: 75vw;
        border-radius: 1.667vw;
        box-shadow: 0 1.25vw 3.333vw rgba(0, 0, 0, 0.15); } }
    @media screen and (max-width: 650px) {
      .l-index-movie .youtube {
        max-width: 100%;
        border-radius: 3.077vw;
        box-shadow: 0 2.308vw 6.154vw rgba(0, 0, 0, 0.15); } }
    .l-index-movie .youtube iframe {
      width: 100%;
      max-width: 100%;
      height: 100%;
      display: block;
      border: 0; }
.l-index-medical {
  background-color: #f6f5ec;
  margin-bottom: 80px;
  padding: 40px 0 60px; }
  @media screen and (max-width: 1200px) {
    .l-index-medical {
      margin-bottom: 6.667vw;
      padding: 1.667vw 0 4.167vw; } }
  @media screen and (max-width: 650px) {
    .l-index-medical {
      margin-bottom: 12.307vw;
      padding: 6.153vw 4.615vw 9.230vw; } }
  .l-index-medical h2 {
    margin-bottom: 20px; }
    @media screen and (max-width: 1200px) {
      .l-index-medical h2 {
        margin-bottom: 1.667vw; } }
    @media screen and (max-width: 650px) {
      .l-index-medical h2 {
        margin-bottom: 3.077vw; } }
  .l-index-medical .box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 36px;
    width: 100%;
    max-width: 1080px;
    margin: 0 auto; }
    @media screen and (max-width: 1200px) {
      .l-index-medical .box {
        gap: 3vw;
        max-width: 90vw; } }
    @media screen and (max-width: 650px) {
      .l-index-medical .box {
        grid-template-columns: repeat(2, 1fr);
        gap: 3.077vw;
        max-width: 166.154vw; } }
    .l-index-medical .box .item {
      display: grid;
      grid-template-columns: 1fr;
      grid-template-rows: 138px 42px 1fr;
      gap: 10px;
      background-color: #fff;
      border-radius: 18px;
      padding: 7px 7px 30px;
      transition: box-shadow 0.3s; }
      @media screen and (max-width: 1200px) {
        .l-index-medical .box .item {
          grid-template-rows: 11.5vw 3.5vw 1fr;
          gap: 0.833vw;
          border-radius: 1.5vw;
          padding: 0.583vw 0.583vw 2.5vw; } }
      @media screen and (max-width: 650px) {
        .l-index-medical .box .item {
          grid-template-rows: 25.385vw 10.769vw 1fr;
          gap: 1.538vw;
          border-radius: 2.769vw;
          padding: 1.077vw 1.077vw 4.615vw; } }
      .l-index-medical .box .item:hover {
        position: relative;
        box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2); }
        @media screen and (max-width: 1200px) {
          .l-index-medical .box .item:hover {
            box-shadow: 0 0 2.5vw 0 rgba(0, 0, 0, 0.2); } }
        @media screen and (max-width: 650px) {
          .l-index-medical .box .item:hover {
            box-shadow: 0 0 4.615vw 0 rgba(0, 0, 0, 0.2); } }
      .l-index-medical .box .item .img-1 {
        border-radius: 14px;
        overflow: hidden; }
        @media screen and (max-width: 1200px) {
          .l-index-medical .box .item .img-1 {
            border-radius: 1.167vw; } }
        @media screen and (max-width: 650px) {
          .l-index-medical .box .item .img-1 {
            border-radius: 2.154vw; } }
        .l-index-medical .box .item .img-1 img {
          width: 100%; }
      .l-index-medical .box .item h3 {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 19px;
        font-weight: bold;
        color: #42c3e0;
        line-height: 1.1;
        text-align: center; }
        @media screen and (max-width: 1200px) {
          .l-index-medical .box .item h3 {
            font-size: 1.583vw; } }
        @media screen and (max-width: 650px) {
          .l-index-medical .box .item h3 {
            font-size: 4.308vw; } }
      .l-index-medical .box .item .txt-1 {
        padding: 0 0.6em;
        line-height: 1.4;
        text-align: justify; }
        @media screen and (max-width: 650px) {
          .l-index-medical .box .item .txt-1 {
            line-height: 1.6; } }
.l-index-message {
  margin-bottom: 80px; }
  @media screen and (max-width: 1200px) {
    .l-index-message {
      margin-bottom: 6.667vw; } }
  @media screen and (max-width: 650px) {
    .l-index-message {
      margin-bottom: 13.846vw; } }
  .l-index-message h2 {
    margin-bottom: 30px; }
    @media screen and (max-width: 1200px) {
      .l-index-message h2 {
        margin-bottom: 2.5vw; } }
    @media screen and (max-width: 650px) {
      .l-index-message h2 {
        margin-bottom: 4.615vw; } }
  .l-index-message .box {
    display: flex;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    align-items: center;
    gap: 80px; }
    @media screen and (max-width: 1200px) {
      .l-index-message .box {
        gap: 6.667vw; } }
    @media screen and (max-width: 650px) {
      .l-index-message .box {
        gap: 6.154vw; } }
    .l-index-message .box .txt-1 {
      margin-bottom: 40px;
      text-align: center; }
      @media screen and (max-width: 1200px) {
        .l-index-message .box .txt-1 {
          margin-bottom: 3.333vw; } }
      @media screen and (max-width: 650px) {
        .l-index-message .box .txt-1 {
          margin-bottom: 6.154vw; } }
    .l-index-message .box .link a {
      padding-left: 3em;
      padding-right: 3em;
      letter-spacing: 0.2em; }
    .l-index-message .box .img img {
      width: 141px; }
      @media screen and (max-width: 1200px) {
        .l-index-message .box .img img {
          width: 11.75vw; } }
      @media screen and (max-width: 650px) {
        .l-index-message .box .img img {
          width: 21.692vw; } }
.l-index-recruit {
  margin-bottom: 100px;
  text-align: center; }
  @media screen and (max-width: 1200px) {
    .l-index-recruit {
      margin-bottom: 8.333vw; } }
  @media screen and (max-width: 650px) {
    .l-index-recruit {
      margin-bottom: 15.384vw;
      padding: 0 4.615vw; } }
  .l-index-recruit a {
    display: inline-block;
    margin: 0 auto;
    transition: opacity 0.3s; }
    .l-index-recruit a:hover {
      opacity: 0.7; }
    .l-index-recruit a img {
      width: 751px; }
      @media screen and (max-width: 1200px) {
        .l-index-recruit a img {
          width: 62.583vw; } }
      @media screen and (max-width: 650px) {
        .l-index-recruit a img {
          width: 100%; } }
