.floating {
  position: fixed;
  top: 43%;
  right: -2px;
  z-index: 100;
  transform: translateY(-50%);
  width: 50px; }
  @media screen and (max-width: 640px) {
    .floating {
      top: 50%;
      width: 40px; } }
  .floating-contact a {
    display: block;
    position: relative;
    background-color: #447caa;
    border: 2px solid #447caa;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 10px 5px 10px 13px;
    line-height: 1;
    transition: opacity 0.3s ease; }
    @media screen and (max-width: 640px) {
      .floating-contact a {
        padding: 10px 3px 10px 8px; } }
    .floating-contact a:hover {
      opacity: 0.7; }
    .floating-contact a .img {
      position: absolute;
      top: -28px;
      left: 50%;
      width: 38px;
      transform: translateX(-50%); }
    .floating-contact a .txt {
      color: #fff;
      writing-mode: vertical-lr;
      letter-spacing: 0.02em; }
      .floating-contact a .txt span {
        font-size: 20px; }
  .floating-instagram {
    margin-top: 20px; }
    .floating-instagram a {
      display: grid;
      grid-template-columns: 1fr;
      grid-template-rows: auto auto;
      position: relative;
      background-color: #895024;
      border: 2px solid #895024;
      border-top-left-radius: 10px;
      border-bottom-left-radius: 10px;
      padding: 10px 2px 10px 8px;
      line-height: 1;
      transition: opacity 0.3s ease; }
      .floating-instagram a:hover {
        opacity: 0.7; }
      .floating-instagram a .img {
        width: 100%; }
      .floating-instagram a .txt {
        margin-top: 5px;
        margin-left: auto;
        margin-right: auto;
        color: #fff;
        writing-mode: vertical-lr;
        letter-spacing: 0.02em; }

.section-opening {
  padding-top: 40px; }
  @media screen and (max-width: 640px) {
    .section-opening {
      padding-top: 20px; } }
  .section-opening .box-info {
    background-color: rgba(198, 158, 97, 0.3);
    width: max-content;
    margin: 0 auto;
    padding: 20px; }
    @media screen and (max-width: 640px) {
      .section-opening .box-info {
        padding: 20px 10px; } }
    .section-opening .box-info-1 {
      border-bottom: 1px solid #895024;
      padding: 0 30px 15px;
      text-align: center; }
      @media screen and (max-width: 640px) {
        .section-opening .box-info-1 {
          padding: 0 20px 15px; } }
      .section-opening .box-info-1 .txt-1 {
        display: flex;
        justify-content: center;
        align-items: end;
        gap: 4px;
        font-size: 26px;
        font-weight: bold;
        line-height: 1;
        color: #895024; }
        @media screen and (max-width: 640px) {
          .section-opening .box-info-1 .txt-1 {
            gap: 2px;
            font-size: 20px; } }
        .section-opening .box-info-1 .txt-1 span {
          position: relative;
          bottom: -3px;
          margin-left: 5px;
          font-size: 40px; }
          @media screen and (max-width: 640px) {
            .section-opening .box-info-1 .txt-1 span {
              font-size: 32px; } }
      .section-opening .box-info-1 .txt-2 {
        margin-top: 15px;
        color: #895024;
        line-height: 1.4; }
        @media screen and (max-width: 640px) {
          .section-opening .box-info-1 .txt-2 {
            font-size: 14px; } }
        .section-opening .box-info-1 .txt-2 span {
          font-size: 20px;
          font-weight: 500; }
          @media screen and (max-width: 640px) {
            .section-opening .box-info-1 .txt-2 span {
              font-size: 16px; } }
      .section-opening .box-info-1 h2 {
        margin-top: 15px;
        font-family: "M PLUS Rounded 1c", sans-serif;
        font-weight: normal;
        font-size: 60px;
        line-height: 1;
        color: #447caa; }
        @media screen and (max-width: 640px) {
          .section-opening .box-info-1 h2 {
            font-size: 40px; } }
    .section-opening .box-info-2 {
      padding: 10px 30px 0;
      color: #895024;
      text-align: center; }
      @media screen and (max-width: 640px) {
        .section-opening .box-info-2 {
          padding: 10px 20px 0; } }
      .section-opening .box-info-2 .txt-1 {
        font-size: 18px; }
        @media screen and (max-width: 640px) {
          .section-opening .box-info-2 .txt-1 {
            font-size: 16px; } }
      .section-opening .box-info-2 .txt-2 {
        margin-top: 5px;
        font-family: "M PLUS Rounded 1c", sans-serif;
        font-size: 40px;
        line-height: 1; }
        @media screen and (max-width: 640px) {
          .section-opening .box-info-2 .txt-2 {
            font-size: 32px; } }
  .section-opening .box-img .img {
    text-align: center; }
  .section-opening .box-img .txt {
    display: flex;
    justify-content: center;
    margin-top: 15px; }
.section-info {
  padding: 40px 0 20px; }
  @media screen and (max-width: 640px) {
    .section-info {
      padding: 20px 0; } }
  .section-info .box {
    width: 100%;
    max-width: 900px;
    margin: 0 auto; }
    .section-info .box-info {
      display: flex;
      justify-content: center;
      margin-top: 20px; }
      .section-info .box-info__container {
        width: 100%;
        max-width: max-content;
        padding: 0 20px; }
      .section-info .box-info .row {
        margin-top: 20px; }
        @media screen and (max-width: 640px) {
          .section-info .box-info .row {
            margin-bottom: 20px; } }
        .section-info .box-info .row:first-child {
          margin-top: 0; }
      .section-info .box-info .news {
        max-width: 600px;
        margin: 0 auto;
        padding: 0 0 0 30px; }
        @media screen and (max-width: 640px) {
          .section-info .box-info .news {
            padding: 10px 0 0 0; } }
        .section-info .box-info .news .col {
          display: flex;
          justify-content: flex-start; }
          @media screen and (max-width: 640px) {
            .section-info .box-info .news .col {
              display: block;
              margin-bottom: 20px; } }
          .section-info .box-info .news .col .date {
            width: 38%; }
            @media screen and (max-width: 640px) {
              .section-info .box-info .news .col .date {
                width: 100%; } }
          .section-info .box-info .news .col .txt {
            width: 62%; }
            @media screen and (max-width: 640px) {
              .section-info .box-info .news .col .txt {
                width: 100%; } }
  .section-info .title {
    border-bottom: 2px solid #447caa; }
    .section-info .title h2 {
      font-size: 24px;
      color: #895024;
      text-align: center; }
.section-greeting {
  padding: 40px 0 20px; }
  @media screen and (max-width: 640px) {
    .section-greeting {
      padding: 20px 0; } }
  .section-greeting .box {
    background-color: rgba(69, 124, 171, 0.2);
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px 50px 30px; }
    @media screen and (max-width: 640px) {
      .section-greeting .box {
        padding: 20px; } }
    .section-greeting .box .title {
      text-align: center;
      color: #895024; }
      .section-greeting .box .title h2 {
        margin-top: 5px;
        font-family: "M PLUS 1p", sans-serif;
        font-size: 24px;
        font-weight: bold;
        letter-spacing: 0.04em; }
    .section-greeting .box-row {
      display: grid;
      grid-template-columns: 280px auto;
      gap: 40px;
      margin-top: 20px; }
      @media screen and (max-width: 640px) {
        .section-greeting .box-row {
          grid-template-columns: 1fr;
          gap: 20px; } }
    .section-greeting .box-img {
      text-align: center; }
      .section-greeting .box-img img {
        background-color: #ccc; }
    .section-greeting .box .txt {
      line-height: 1.4; }
    .section-greeting .box .name {
      margin-top: 10px;
      font-family: "Shippori Mincho B1", serif;
      font-weight: bold;
      text-align: right; }
.section-recruit {
  padding: 40px 0; }
  @media screen and (max-width: 640px) {
    .section-recruit {
      padding-top: 20px; } }
  .section-recruit .box {
    width: 100%;
    max-width: 700px;
    margin: 0 auto; }
    .section-recruit .box a {
      display: grid;
      grid-template-columns: 4fr 6fr;
      box-shadow: 2px 2px 4px rgba(44, 44, 44, 0.8);
      transition: opacity 0.3s ease; }
      .section-recruit .box a:hover {
        opacity: 0.7; }
    .section-recruit .box-img img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .section-recruit .box-txt {
      position: relative;
      background-color: #447caa;
      padding: 30px 60px 25px 40px; }
      @media screen and (max-width: 768px) {
        .section-recruit .box-txt {
          padding: 3.906vw 7.812vw 3.255vw 5.208vw; } }
      .section-recruit .box-txt .txt {
        font-size: 30px;
        color: #fff;
        line-height: 1.2;
        text-align: center; }
        @media screen and (max-width: 768px) {
          .section-recruit .box-txt .txt {
            font-size: 3.906vw; } }
      .section-recruit .box-txt .btn {
        margin-top: 10px;
        text-align: center; }
        @media screen and (max-width: 768px) {
          .section-recruit .box-txt .btn {
            margin-top: 1.953vw; } }
        .section-recruit .box-txt .btn span {
          display: inline-block;
          background-color: #fff;
          border-radius: 30px;
          padding: 8px 40px;
          font-size: 18px;
          line-height: 1;
          color: #895024; }
          @media screen and (max-width: 768px) {
            .section-recruit .box-txt .btn span {
              padding: 1.041vw 5.208vw;
              font-size: 2.343vw; } }
      .section-recruit .box-txt .img {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 50%;
        right: 30px;
        transform: translateY(-50%);
        background-color: #fff;
        border-radius: 30px;
        width: 32px;
        height: 32px; }
        @media screen and (max-width: 768px) {
          .section-recruit .box-txt .img {
            right: 3.906vw;
            width: 4.166vw;
            height: 4.166vw; } }
        @media screen and (max-width: 768px) {
          .section-recruit .box-txt .img img {
            width: 2.604vw; } }
.section-schedule {
  background-color: rgba(69, 124, 171, 0.2);
  padding: 20px 0; }
  .section-schedule .box {
    display: flex;
    justify-content: center;
    background-color: #fff;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 30px; }
    @media screen and (max-width: 768px) {
      .section-schedule .box {
        padding: 30px; } }
    @media screen and (max-width: 640px) {
      .section-schedule .box {
        padding: 20px 10px; } }
    .section-schedule .box table {
      border-collapse: collapse;
      border-spacing: 0; }
      @media screen and (max-width: 768px) {
        .section-schedule .box table {
          width: 100%; } }
    .section-schedule .box th,
    .section-schedule .box td {
      border-bottom: 1px solid #2c2c2c;
      padding: 10px 12px;
      font-size: 24px;
      font-weight: normal;
      text-align: center;
      line-height: 1; }
      @media screen and (max-width: 768px) {
        .section-schedule .box th,
        .section-schedule .box td {
          padding: 1.302vw 1.562vw;
          font-size: 3.125vw; } }
      @media screen and (max-width: 640px) {
        .section-schedule .box th,
        .section-schedule .box td {
          padding: 7px 6px;
          font-size: 14px; } }
    .section-schedule .box thead th {
      font-family: "M PLUS Rounded 1c", sans-serif; }
      .section-schedule .box thead th:first-child {
        color: #895024; }
    .section-schedule .box tbody td {
      font-family: "M PLUS Rounded 1c", sans-serif;
      color: #895024; }
      .section-schedule .box tbody td:first-child {
        color: #2c2c2c; }
    .section-schedule .box .txt-1 {
      display: flex;
      justify-content: flex-end;
      margin-top: 10px;
      font-size: 24px;
      line-height: 1; }
      @media screen and (max-width: 768px) {
        .section-schedule .box .txt-1 {
          font-size: 3.125vw; } }
      @media screen and (max-width: 640px) {
        .section-schedule .box .txt-1 {
          font-size: 14px; } }
      .section-schedule .box .txt-1 dt {
        margin-right: 20px;
        color: #895024; }
        @media screen and (max-width: 768px) {
          .section-schedule .box .txt-1 dt {
            margin-right: 2.604vw; } }
        @media screen and (max-width: 640px) {
          .section-schedule .box .txt-1 dt {
            margin-right: 14px; } }
    .section-schedule .box .txt-2 {
      display: flex;
      justify-content: flex-end;
      margin-top: 10px;
      font-size: 20px;
      line-height: 1; }
      @media screen and (max-width: 768px) {
        .section-schedule .box .txt-2 {
          font-size: 2.604vw; } }
      @media screen and (max-width: 640px) {
        .section-schedule .box .txt-2 {
          font-size: 14px; } }
      .section-schedule .box .txt-2 dt {
        margin-right: 20px;
        color: #895024; }
        @media screen and (max-width: 768px) {
          .section-schedule .box .txt-2 dt {
            margin-right: 2.604vw; } }
        @media screen and (max-width: 640px) {
          .section-schedule .box .txt-2 dt {
            margin-right: 14px; } }
.section-access .box iframe {
  width: 100%; }
