@import url("https://fonts.googleapis.com/css2?family=LINE+Seed+JP:wght@400;700&display=swap");
/* ---------- reset ---------- */
*,
*::before,
*::after {
  box-sizing: border-box;
  font-size: 100%;
  font-style: normal;
  margin: 0;
  padding: 0;
  vertical-align: baseline; }

/* ---------- body ---------- */
body {
  color: #4D4526;
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 400;
  line-height: 1;
  text-size-adjust: 100%;
  transition: background-color .3s; }
  @media only screen and (max-width: 520px) {
    body.open {
      background-color: #F8F5EB; } }

p, dl, ul, ol, th {
  font-size: 0.9375rem;
  line-height: 1.8;
  padding: 0 0 20px; }
  @media only screen and (max-width: 520px) {
    p, dl, ul, ol, th {
      font-size: 0.875rem;
      line-height: 1.7; } }

ul, ol {
  list-style: none; }

a {
  color: #4D4526; }

img {
  height: auto;
  max-width: 100%;
  vertical-align: top; }

/* ---------- header ---------- */
.header {
  position: absolute;
  z-index: 9999; }
  .header .logo {
    padding: 35px 0 0 30px; }
    @media only screen and (max-width: 1366px) {
      .header .logo {
        padding: 30px 0 0 20px; } }
  @media only screen and (max-width: 1366px) and (max-width: 520px) {
    .header .logo {
      padding: 15px 0 0 15px; } }

    .header .logo a {
      background-image: url("../img/base/logo.svg");
      background-position: 0 center;
      background-repeat: no-repeat;
      background-size: auto 100%;
      display: inline-block;
      height: 80px;
      padding: 0 0 0 100px; }
      @media only screen and (max-width: 1366px) {
        .header .logo a {
          height: 60px;
          padding: 0 0 0 75px; } }
  @media only screen and (max-width: 1366px) and (max-width: 520px) {
    .header .logo a {
      height: 46px;
      padding: 0 0 0 60px; } }

      .header .logo a img {
        height: 100%;
        width: auto; }
  .header p.menu {
    display: none; }
    @media only screen and (max-width: 1366px) {
      .header p.menu {
        align-items: center;
        background-color: #F09BA5;
        border-radius: 99px;
        display: flex;
        flex-direction: column;
        gap: 4px 0;
        height: 46px;
        justify-content: center;
        padding: 0;
        position: fixed;
        right: 30px;
        top: 30px;
        width: 46px;
        z-index: 10000; } }
  @media only screen and (max-width: 1366px) and (max-width: 520px) {
    .header p.menu {
      right: 15px;
      top: 15px; } }
    @media only screen and (max-width: 1366px) {
        .open .header p.menu {
          background-color: #F8C058; }
        .header p.menu span {
          background-color: #fff;
          border-radius: 9px;
          height: 3px;
          transition: all .3s;
          width: 26px; }
          .header p.menu span:nth-of-type(1) {
            top: 0; }
            .open .header p.menu span:nth-of-type(1) {
              background-color: #fff;
              transform: translateY(3.5px) rotate(-30deg); }
          .header p.menu span:nth-of-type(2) {
            top: calc(50% - 1.5px); }
            .open .header p.menu span:nth-of-type(2) {
              display: none; }
          .header p.menu span:nth-of-type(3) {
            bottom: 0; }
            .open .header p.menu span:nth-of-type(3) {
              background-color: #fff;
              transform: translateY(-3.5px) rotate(30deg); } }
  .header nav {
    background-color: #fff;
    border-radius: 99px;
    position: fixed;
    right: 40px;
    top: 40px; }
    @media only screen and (max-width: 1366px) {
      .header nav {
        border-radius: 20px;
        display: none;
        right: 20px;
        top: 20px; } }
    @media only screen and (max-width: 520px) {
      .header nav {
        background-color: #F8F5EB;
        height: 100vh;
        padding: 50px 0 0;
        right: 0;
        top: 0;
        width: 100%; } }
    .header nav p {
      display: none; }
      @media only screen and (max-width: 520px) {
        .header nav p {
          background-image: url("../img/base/logo.svg");
          background-position: center 0;
          background-repeat: no-repeat;
          background-size: 60px auto;
          display: block;
          padding: 75px 0 20px;
          text-align: center; }
          .header nav p img {
            max-width: 220px; } }
    .header nav ul {
      align-items: center;
      display: flex;
      padding: 10px 10px 10px 30px; }
      @media only screen and (max-width: 1366px) {
        .header nav ul {
          display: block;
          padding: 20px; } }
      .header nav ul li {
        align-items: center;
        display: flex; }
        @media only screen and (max-width: 1366px) {
          .header nav ul li {
            display: block;
            padding: 0 80px 5px 0; } }
        @media only screen and (max-width: 520px) {
          .header nav ul li {
            border-top: rgba(77, 69, 38, 0.3) 1px dashed;
            padding: 10px 0; } }
        .header nav ul li::after {
          aspect-ratio: 1 / 1;
          background-color: #F8C058;
          border-radius: 9px;
          content: "";
          margin: 0 15px;
          width: 6px; }
          @media only screen and (max-width: 1366px) {
            .header nav ul li::after {
              display: none; } }
        .header nav ul li a {
          display: block;
          font-size: 1rem;
          font-weight: 700;
          text-decoration: none; }
          @media only screen and (max-width: 1366px) {
            .header nav ul li a {
              align-items: center;
              display: flex; }
              .header nav ul li a::before {
                aspect-ratio: 1 / 1;
                background-color: #F8C058;
                border-radius: 9px;
                content: "";
                margin: 0 15px 0 10px;
                width: 6px; } }
        .header nav ul li:nth-child(5) {
          padding: 0 20px 0 0; }
          @media only screen and (max-width: 1366px) {
            .header nav ul li:nth-child(5) {
              padding: 0 80px 5px 0; } }
          @media only screen and (max-width: 520px) {
            .header nav ul li:nth-child(5) {
              padding: 10px 0; } }
          .header nav ul li:nth-child(5)::after {
            display: none; }
        @media only screen and (max-width: 1366px) {
          .header nav ul li:last-child {
            padding: 15px 0 0; } }
        @media only screen and (max-width: 520px) {
          .header nav ul li:last-child {
            padding: 25px 0 0; } }
        .header nav ul li:last-child::after {
          display: none; }
        .header nav ul li:last-child a {
          background-color: #F09BA5;
          background-image: url("../img/base/arrow_1.svg");
          background-position: right 10px center;
          background-repeat: no-repeat;
          border-radius: 99px;
          color: #fff;
          display: block;
          padding: 6px 38px 5px 15px; }
          @media only screen and (max-width: 1366px) {
            .header nav ul li:last-child a {
              padding: 6px 40px 5px 20px;
              text-align: center; } }
          @media only screen and (max-width: 520px) {
            .header nav ul li:last-child a {
              padding: 10px 40px 9px 20px; } }
          .header nav ul li:last-child a::before {
            display: none; }

/* ---------- footer ---------- */
.footer {
  background-color: #F8F5EB;
  padding: 70px 20px;
  text-align: center;
  transition: opacity .3s; }
  @media only screen and (max-width: 834px) {
    .footer {
      padding: 50px 20px 70px; } }
  @media only screen and (max-width: 520px) {
    .open .footer {
      opacity: 0; } }
  .footer p.logo {
    background-image: url("../img/base/logo.svg");
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: 80px auto;
    padding: 100px 0 40px; }
    @media only screen and (max-width: 834px) {
      .footer p.logo {
        background-size: 60px auto;
        padding: 75px 0 35px; } }
    .footer p.logo img {
      max-width: 300px; }
      @media only screen and (max-width: 834px) {
        .footer p.logo img {
          max-width: 220px; } }
  .footer p.phone {
    align-items: center;
    display: flex;
    font-size: 1rem;
    flex-direction: column;
    line-height: 1.4;
    padding: 0 0 15px; }
    .footer p.phone a {
      background-image: url("../img/icon/phone.svg");
      background-position: 0 center;
      background-repeat: no-repeat;
      background-size: 36px auto;
      font-size: 2.5rem;
      font-weight: 700;
      letter-spacing: 0.05rem;
      padding: 0 0 0 44px;
      text-decoration: none; }
      @media only screen and (max-width: 834px) {
        .footer p.phone a {
          background-size: 26px auto;
          font-size: 1.875rem;
          padding: 0 0 0 34px; } }
  .footer p.address {
    font-size: 1.125rem;
    font-weight: 700; }
    @media only screen and (max-width: 834px) {
      .footer p.address {
        font-size: 1rem; } }
  .footer ul {
    display: flex;
    gap: 15px 20px;
    margin: 0 auto;
    max-width: 640px;
    padding: 10px 0 40px; }
    @media only screen and (max-width: 834px) {
      .footer ul {
        flex-direction: column;
        max-width: 300px; } }
    .footer ul li {
      width: 100%; }
      .footer ul li a {
        background-image: url("../img/base/arrow_1.svg");
        background-position: right 15px center;
        background-repeat: no-repeat;
        border-radius: 99px;
        color: #fff;
        display: block;
        font-size: 1.25rem;
        font-weight: 700;
        padding: 10px 20px 10px 10px;
        text-decoration: none; }
        @media only screen and (max-width: 834px) {
          .footer ul li a {
            font-size: 1.125rem; } }
      .footer ul li.visit a {
        background-color: #F09BA5; }
      .footer ul li.contact a {
        background-color: #F8C058; }
  .footer section {
    align-items: flex-end;
    display: flex;
    gap: 0 15px;
    justify-content: center;
    padding: 0 0 20px; }
    @media only screen and (max-width: 834px) {
      .footer section {
        align-items: center;
        flex-direction: column; } }
    .footer section p {
      font-size: 1rem;
      line-height: 1; }
      @media only screen and (max-width: 834px) {
        .footer section p {
          padding: 0 0 15px; } }
    .footer section dl {
      display: flex;
      font-size: 1rem;
      gap: 0 10px;
      line-height: 1; }
      @media only screen and (max-width: 834px) {
        .footer section dl {
          flex-direction: column;
          gap: 15px 0;
          padding: 0 0 15px; } }
      .footer section dl div {
        align-items: flex-end;
        display: flex;
        gap: 0 5px; }
        @media only screen and (max-width: 834px) {
          .footer section dl div {
            gap: 0 10px; } }
        .footer section dl div.am dt {
          color: #0066CC; }
        .footer section dl div.pm dt {
          color: #FF0000; }
        .footer section dl div dd {
          font-size: 1.25rem; }
  .footer p.copyright {
    font-size: 0.6875rem;
    font-weight: 700; }

/* ---------- main ---------- */
.main {
  transition: opacity .3s; }
  @media only screen and (max-width: 520px) {
    .open .main {
      opacity: 0; } }

.main-header {
  background-color: #F8F5EB;
  margin: 0 0 60px;
  overflow: hidden;
  padding: 180px 0 40px;
  position: relative;
  z-index: 0; }
  @media only screen and (max-width: 520px) {
    .main-header {
      margin: 0 0 30px;
      padding: 120px 0 40px; } }
  .main-header::after {
    background-color: #fff;
    border-radius: 100%;
    bottom: -60px;
    content: "";
    height: 120px;
    left: -50px;
    position: absolute;
    width: calc(100% + 100px);
    z-index: -1; }
  .main-header h1, .main-header p {
    align-items: center;
    background-position: center bottom;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    font-size: 1.625rem;
    padding: 0 0 55px; }
    @media only screen and (max-width: 520px) {
      .main-header h1, .main-header p {
        font-size: 1.25rem; } }
    .main-header h1::before,
    .main-header p::before {
      background-color: rgba(77, 69, 38, 0.15);
      content: "";
      height: 40px;
      margin: 10px 0 15px;
      order: 1;
      width: 1px; }
      @media only screen and (max-width: 520px) {
        .main-header h1::before,
        .main-header p::before {
          height: 30px; } }
    .main-header h1::after,
    .main-header p::after {
      color: #F8C058;
      content: attr(data-en);
      font-size: 1rem;
      order: 2; }
      @media only screen and (max-width: 520px) {
        .main-header h1::after,
        .main-header p::after {
          font-size: 0.875rem; } }
    #about .main-header h1,
    #about .main-header p {
      background-image: url("../img/icon/about.svg"); }
    #access .main-header h1, #access .main-header p {
      background-image: url("../img/icon/access.svg"); }
    #contact .main-header h1, #contact .main-header p {
      background-image: url("../img/icon/contact.svg"); }
    #news .main-header h1, #news .main-header p {
      background-image: url("../img/icon/news.svg"); }
    #privacy .main-header h1, #privacy .main-header p {
      background-image: url("../img/icon/privacy.svg"); }
    #service .main-header h1, #service .main-header p {
      background-image: url("../img/icon/service.svg"); }
    #visit .main-header h1, #visit .main-header p {
      background-image: url("../img/icon/visit.svg"); }
    #training .main-header h1, #training .main-header p {
      background-image: url("../img/icon/training.svg"); }

.section {
  box-sizing: content-box;
  margin: 0 auto;
  max-width: 1000px;
  padding: 0 5vw 80px; }
  @media only screen and (max-width: 520px) {
    .section {
      padding: 0 5vw 40px; } }

p.summary {
  padding: 0 0 30px;
  text-align: center; }
  @media only screen and (max-width: 834px) {
    p.summary {
      text-align: left; }
      p.summary br {
        display: none; } }

/* ---------- title ---------- */
.title-l {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.6;
  padding: 0 0 20px;
  text-align: center; }
  @media only screen and (max-width: 834px) {
    .title-l {
      font-size: 1.25rem; } }
  .title-l::before {
    color: #F8C058;
    content: attr(data-en);
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    padding: 0 0 10px; }
    @media only screen and (max-width: 834px) {
      .title-l::before {
        padding: 0 0 5px; } }
  .title-l em {
    font-weight: 700; }
  .title-l br {
    display: none; }
    @media only screen and (max-width: 834px) {
      .title-l br {
        display: block; } }

.title-m {
  color: #E55A6C;
  font-size: 1.375rem;
  line-height: 1.7;
  padding: 0 0 20px;
  text-align: center; }
  @media only screen and (max-width: 834px) {
    .title-m {
      font-size: 1.25rem; } }
  .title-m span {
    color: #4D4526;
    font-size: 1rem;
    font-weight: 400;
    display: block;
    padding: 0 0 5px; }
  .title-m br {
    display: none; }
    @media only screen and (max-width: 834px) {
      .title-m br {
        display: block; } }

.title-s {
  font-size: 1.25rem;
  line-height: 1.5;
  padding: 0 0 20px;
  text-align: center; }
  @media only screen and (max-width: 834px) {
    .title-s {
      font-size: 1.125rem; } }

/* ---------- list ---------- */
.disc {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  list-style: disc;
  margin: 0 0 0 20px; }

/* ---------- button ---------- */
@media only screen and (max-width: 834px) {
  .more {
    text-align: center; } }
.more a {
  background-image: url("../img/base/arrow_1.svg");
  background-position: right 15px center;
  background-repeat: no-repeat;
  border: #fff 1px solid;
  border-radius: 99px;
  color: #fff;
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 700;
  padding: 10px 50px 10px 15px;
  text-decoration: none; }
  @media only screen and (max-width: 834px) {
    .more a {
      background-size: 14px auto;
      font-size: 1rem;
      padding: 9px 40px 8px 15px; } }

/* ---------- keyvisual ---------- */
#keyvisual {
  margin: 0 0 60px;
  overflow: hidden;
  position: relative;
  z-index: 0; }
  @media only screen and (max-width: 520px) {
    #keyvisual {
      margin: 0 0 10px; } }
  #keyvisual::after {
    background-color: #fff;
    border-radius: 100%;
    bottom: -60px;
    content: "";
    height: 120px;
    left: -50px;
    position: absolute;
    width: calc(100% + 100px);
    z-index: 0; }
  #keyvisual p {
    align-items: flex-start;
    bottom: 15vh;
    display: flex;
    flex-direction: row-reverse;
    gap: 0 13px;
    left: 8vw;
    padding: 0;
    position: absolute;
    z-index: 99; }
    @media only screen and (max-width: 1024px) {
      #keyvisual p {
        bottom: 12vh; } }
    @media only screen and (max-width: 520px) {
      #keyvisual p {
        bottom: 9vh;
        left: 5vw; } }
    #keyvisual p span {
      background-color: #fff;
      font-size: 1.875rem;
      font-weight: 700;
      padding: 15px 5px 18px;
      writing-mode: vertical-lr; }
      @media only screen and (max-width: 1024px) {
        #keyvisual p span {
          font-size: 1.75rem; } }
      @media only screen and (max-width: 834px) {
        #keyvisual p span {
          font-size: 1.5rem;
          padding: 10px 3px 13px; } }
      @media only screen and (max-width: 520px) {
        #keyvisual p span {
          font-size: 1.125rem; } }
  #keyvisual img {
    height: 90vh;
    object-fit: cover;
    width: 100%; }
    @media only screen and (max-width: 520px) {
      #keyvisual img {
        height: 60vh; } }

/* ---------- concept ---------- */
#concept ul {
  display: grid;
  gap: 20px 4%;
  grid-template-columns: repeat(6, 1fr);
  padding: 20px 0; }
  @media only screen and (max-width: 834px) {
    #concept ul {
      grid-template-columns: repeat(3, 1fr); } }
  #concept ul li {
    font-weight: 700;
    text-align: center; }
    @media only screen and (max-width: 834px) {
      #concept ul li {
        font-size: 0.875rem; } }
    #concept ul li img {
      margin: 0 0 10px;
      width: 100%; }

/* ---------- feature ---------- */
#feature {
  background-color: #F8C058;
  border-radius: 80px;
  margin: 0 0 100px;
  padding: 100px 5vw 0; }
  @media only screen and (max-width: 834px) {
    #feature {
      border-radius: 30px; } }
  @media only screen and (max-width: 520px) {
    #feature {
      margin: 0 0 60px;
      padding: 60px 5vw 0; } }
  #feature > div {
    align-items: flex-start;
    display: flex;
    gap: 0 5vw;
    margin: 0 auto;
    max-width: 1260px; }
    @media only screen and (max-width: 834px) {
      #feature > div {
        flex-direction: column; } }
    #feature > div > div {
      flex: 1;
      left: 0;
      padding: 0 0 80px;
      position: sticky;
      top: 100px; }
      @media only screen and (max-width: 834px) {
        #feature > div > div {
          padding: 0 0 40px;
          position: static; } }
      #feature > div > div section {
        color: #fff;
        padding: 0 0 40px; }
        #feature > div > div section .title-l {
          text-align: left; }
          @media only screen and (max-width: 834px) {
            #feature > div > div section .title-l {
              text-align: center; } }
          #feature > div > div section .title-l::before {
            color: #fff; }
    #feature > div ul {
      padding: 0 0 60px;
      width: 35%; }
      @media only screen and (max-width: 834px) {
        #feature > div ul {
          display: grid;
          gap: 30px;
          grid-template-columns: repeat(2, 1fr);
          padding: 0 0 100px;
          width: 100%; } }
      @media only screen and (max-width: 520px) {
        #feature > div ul {
          gap: 5vw;
          grid-template-columns: repeat(1, 1fr);
          padding: 0 0 60px; } }
      #feature > div ul li {
        background-color: #fff;
        border-radius: 5px;
        padding: 30px 30px 25px;
        margin: 0 0 40px; }
        @media only screen and (max-width: 1024px) {
          #feature > div ul li {
            padding: 20px 20px 15px; } }
        @media only screen and (max-width: 834px) {
          #feature > div ul li {
            margin: 0; } }
        #feature > div ul li img {
          margin: 0 0 25px; }
          @media only screen and (max-width: 834px) {
            #feature > div ul li img {
              margin: 0 0 15px; } }
        #feature > div ul li div {
          align-items: center;
          display: flex; }
          #feature > div ul li div h3 {
            line-height: 1;
            font-size: 2.5rem;
            font-weight: 400;
            padding: 5px 20px 5px 10px;
            text-align: center; }
            @media only screen and (max-width: 834px) {
              #feature > div ul li div h3 {
                font-size: 2rem; } }
            #feature > div ul li div h3::after {
              content: attr(data-en);
              display: block;
              font-size: 0.875rem;
              padding: 5px 0 0;
              white-space: nowrap; }
              @media only screen and (max-width: 834px) {
                #feature > div ul li div h3::after {
                  font-size: 0.75rem; } }
          #feature > div ul li div p {
            flex: 1;
            font-size: 1.125rem;
            line-height: 1.5;
            padding: 0 0 0 20px; }
            @media only screen and (max-width: 834px) {
              #feature > div ul li div p {
                font-size: 0.9375rem; } }
        #feature > div ul li.spring h3 {
          border-right: 1px solid #F09BA5;
          color: #F09BA5; }
        #feature > div ul li.summer h3 {
          border-right: 1px solid #3399FF;
          color: #3399FF; }
        #feature > div ul li.autumn h3 {
          border-right: 1px solid #CC6666;
          color: #CC6666; }
        #feature > div ul li.winter h3 {
          border-right: 1px solid #2F4F4F;
          color: #2F4F4F; }

/* ---------- machine ---------- */
#machine {
  max-width: 1600px; }
  #machine > ul {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(4, 1fr); }
    @media only screen and (max-width: 1024px) {
      #machine > ul {
        gap: 25px;
        grid-template-columns: repeat(3, 1fr); } }
    @media only screen and (max-width: 834px) {
      #machine > ul {
        gap: 5vw;
        grid-template-columns: repeat(2, 1fr); } }
    #machine > ul li a {
      box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.1);
      display: block;
      height: 100%;
      text-decoration: none; }
      #machine > ul li a h3 {
        font-size: 1rem;
        line-height: 1.6;
        padding: 20px 15px 5px; }
        @media only screen and (max-width: 520px) {
          #machine > ul li a h3 {
            font-size: 0.9375rem;
            padding: 20px 10px 5px; } }
      #machine > ul li a p {
        font-size: 0.875rem;
        line-height: 1.6;
        padding: 0 15px 20px; }
        @media only screen and (max-width: 520px) {
          #machine > ul li a p {
            padding: 0 10px 20px; } }

/* ---------- updates ---------- */
#update {
  max-width: 1400px; }
  #update ul {
    display: grid;
    gap: 0 40px;
    grid-template-columns: repeat(4, 1fr); }
    @media only screen and (max-width: 1366px) {
      #update ul {
        gap: 0 30px; } }
    @media only screen and (max-width: 1024px) {
      #update ul {
        grid-template-columns: repeat(3, 1fr);
        gap: 5vw; } }
    @media only screen and (max-width: 834px) {
      #update ul {
        grid-template-columns: repeat(2, 1fr);
        gap: 4vw; } }
    @media only screen and (max-width: 1024px) {
      #update ul li:last-child {
        display: none; } }
    @media only screen and (max-width: 834px) {
      #update ul li:last-child {
        display: block; } }
    #update ul li a {
      box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.1);
      display: block;
      height: 100%;
      text-decoration: none; }
      #update ul li a > img {
        aspect-ratio: 16 / 9;
        object-fit: cover;
        width: 100%; }
      #update ul li a > p {
        align-items: center;
        aspect-ratio: 16 / 9;
        background-color: rgba(248, 192, 88, 0.1);
        display: flex;
        justify-content: center;
        padding: 0; }
        #update ul li a > p img {
          width: 80px; }
      #update ul li a div {
        padding: 20px 15px; }
        #update ul li a div p.title {
          font-size: 0.875rem;
          line-height: 1.6;
          padding: 0 0 10px; }
        #update ul li a div p.category {
          border-radius: 99px;
          color: #fff;
          display: inline-block;
          font-size: 0.875rem;
          line-height: 1;
          padding: 5px 10px; }
          @media only screen and (max-width: 520px) {
            #update ul li a div p.category {
              font-size: 0.75rem;
              padding: 5px 10px 4px; } }
    #update ul li.record p.category {
      background-color: #F8C058; }
    #update ul li.notice p.category {
      background-color: #09f; }
    #update ul li.trivia p.category {
      background-color: #396; }
    #update ul li.session p.category {
      background-color: #F09BA5; }

/* ---------- relation ---------- */
#banner {
  display: flex;
  gap: 80px 5%;
  justify-content: space-between;
  max-width: 1050px; }
  @media only screen and (max-width: 834px) {
    #banner {
      flex-direction: column; } }
  @media only screen and (max-width: 520px) {
    #banner {
      flex-direction: column;
      gap: 40px 5vw; } }
  #banner section {
    margin: 0 auto 20px;
    max-width: 480px;
    width: 100%; }
    #banner section ul {
      padding: 0; }
      #banner section ul li {
        padding: 0 0 30px;
        text-align: center; }
        #banner section ul li:last-child {
          padding: 0; }
        #banner section ul li a {
          border: #999 1px solid;
          display: block;
          margin: 0 0 5px; }
  #banner #instagram > div {
    position: relative;
    z-index: 0; }
    #banner #instagram > div a {
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }

/* ---------- contactus ---------- */
#contactus {
  background-color: #F8F5EB;
  border-radius: 50px;
  box-sizing: content-box;
  margin: 0 auto 100px;
  max-width: 1000px;
  padding: 60px 5vw; }
  @media only screen and (max-width: 520px) {
    #contactus {
      margin: 0 0 60px; } }
  #contactus > div {
    margin: 0 auto;
    max-width: 660px; }
    #contactus > div p.phone {
      align-items: center;
      border-top: rgba(77, 69, 38, 0.15) 1px dashed;
      display: flex;
      gap: 0 15px;
      justify-content: center;
      font-size: 1rem;
      margin: 10px 0 0;
      line-height: 1.4;
      padding: 25px 0; }
      @media only screen and (max-width: 834px) {
        #contactus > div p.phone {
          flex-direction: column; } }
      #contactus > div p.phone a {
        background-image: url("../img/icon/phone.svg");
        background-position: 0 center;
        background-repeat: no-repeat;
        background-size: 30px auto;
        font-size: 2rem;
        font-weight: 700;
        letter-spacing: 0.05rem;
        padding: 0 0 0 38px;
        text-decoration: none; }
        @media only screen and (max-width: 834px) {
          #contactus > div p.phone a {
            background-size: 26px auto;
            font-size: 1.875rem;
            padding: 0 0 0 34px; } }
      #contactus > div p.phone span em {
        font-size: 1.25rem;
        padding: 0 5px; }
    #contactus > div ul {
      border-bottom: rgba(77, 69, 38, 0.15) 1px dashed;
      display: flex;
      gap: 15px 20px;
      margin: 0 0 25px;
      padding: 0 0 40px;
      max-width: 660px; }
      @media only screen and (max-width: 520px) {
        #contactus > div ul {
          align-items: center;
          flex-direction: column; } }
      #contactus > div ul li {
        width: 100%; }
        @media only screen and (max-width: 520px) {
          #contactus > div ul li {
            max-width: 300px; } }
        #contactus > div ul li a {
          background-image: url("../img/base/arrow_1.svg");
          background-position: right 15px center;
          background-repeat: no-repeat;
          border-radius: 99px;
          color: #fff;
          display: block;
          font-size: 1.25rem;
          font-weight: 700;
          padding: 10px 20px 10px 10px;
          text-align: center;
          text-decoration: none; }
          @media only screen and (max-width: 834px) {
            #contactus > div ul li a {
              font-size: 1.125rem; } }
        #contactus > div ul li.visit a {
          background-color: #F09BA5; }
        #contactus > div ul li.contact a {
          background-color: #F8C058; }
  #contactus section {
    margin: 0 auto;
    max-width: 660px;
    padding: 10px 0 0; }
    #contactus section h3 {
      color: #E55A6C;
      font-size: 1.125rem;
      line-height: 1.6;
      margin: 0 0 15px;
      padding: 0 0 0 10px;
      position: relative; }
      #contactus section h3::before {
        background-color: #E55A6C;
        border-radius: 99px;
        content: "";
        height: 70%;
        left: 0;
        position: absolute;
        top: 15%;
        width: 5px; }
    #contactus section > div {
      display: flex;
      gap: 0 20px;
      justify-content: space-between; }
      #contactus section > div img {
        object-fit: cover; }
        @media only screen and (max-width: 520px) {
          #contactus section > div img {
            width: 35%; } }
      #contactus section > div div {
        display: flex;
        flex-direction: column; }
        #contactus section > div div p.button {
          margin: auto 0 0;
          padding: 0; }
          #contactus section > div div p.button a {
            background-image: url("../img/base/arrow_2.svg");
            background-position: right 10px center;
            background-repeat: no-repeat;
            border: #4D4526 1px solid;
            border-radius: 3px;
            display: inline-block;
            font-weight: 700;
            padding: 3px 25px 3px 10px;
            text-decoration: none; }

/* ---------- greeting ---------- */
#greeting {
  display: flex;
  gap: 0 5%;
  margin: 0 auto 20px; }
  @media only screen and (max-width: 834px) {
    #greeting {
      flex-direction: column;
      margin: 0; } }
  #greeting > p {
    background-image: url("../img/about/shioyama.jpg");
    background-position: center center;
    background-size: cover;
    border-radius: 20px;
    padding: 0;
    width: 40%; }
    @media only screen and (max-width: 834px) {
      #greeting > p {
        aspect-ratio: 1 / 1;
        margin: 0 auto;
        max-width: 240px;
        width: 100%; } }
    #greeting > p img {
      display: none; }
  #greeting div {
    flex: 1;
    padding: 40px 0 20px; }
    @media only screen and (max-width: 834px) {
      #greeting div {
        padding: 40px 0 0; }
        #greeting div p:last-child {
          text-align: center; } }
    #greeting div .title-l {
      text-align: left; }
      @media only screen and (max-width: 834px) {
        #greeting div .title-l {
          text-align: center; } }
      #greeting div .title-l br {
        display: block; }

/* ---------- point ---------- */
#point {
  max-width: 1600px; }
  #point ul {
    display: flex;
    gap: 5vw 3%; }
    @media only screen and (max-width: 834px) {
      #point ul {
        flex-direction: column; } }
    #point ul li {
      border: #eee 1px solid;
      border-radius: 10px;
      overflow: hidden;
      width: 100%; }
      #point ul li img {
        aspect-ratio: 4 / 3;
        object-fit: cover;
        width: 100%; }
      #point ul li h3 {
        font-size: 1.25rem;
        font-weight: 400;
        line-height: 1.7;
        text-align: center;
        padding: 25px 0 15px; }
        @media only screen and (max-width: 1024px) {
          #point ul li h3 {
            font-size: 1.125rem; } }
        #point ul li h3::before {
          color: #F09BA5;
          content: attr(data-en);
          display: block;
          font-size: 0.875rem;
          font-weight: 700;
          padding: 0 0 5px; }
        #point ul li h3 em {
          font-weight: 700; }
      #point ul li p {
        padding: 0 20px 20px; }

/* ---------- voice ---------- */
#voice {
  margin: 0 0 100px; }
  @media only screen and (max-width: 834px) {
    #voice {
      margin: 0 0 60px; }
      #voice .summary {
        padding-left: 5vw;
        padding-right: 5vw; } }
  #voice .voice {
    max-width: 760px;
    padding: 0 15px; }
    @media only screen and (max-width: 834px) {
      #voice .voice {
        max-width: 480px; } }
    @media only screen and (max-width: 520px) {
      #voice .voice {
        max-width: 320px;
        padding: 0 10px; } }
    #voice .voice > div {
      align-items: flex-start;
      border: #eee 1px solid;
      display: flex;
      gap: 0 30px;
      padding: 20px; }
      @media only screen and (max-width: 834px) {
        #voice .voice > div {
          flex-direction: column; } }
      @media only screen and (max-width: 520px) {
        #voice .voice > div {
          padding: 10px; } }
      #voice .voice > div img {
        aspect-ratio: 4 / 3;
        object-fit: cover;
        width: 50%; }
        @media only screen and (max-width: 834px) {
          #voice .voice > div img {
            margin: 0 0 15px;
            width: 100%; } }
      #voice .voice > div div {
        flex: 1; }
        @media only screen and (max-width: 520px) {
          #voice .voice > div div {
            padding: 0 5px 5px; } }
        #voice .voice > div div h3 {
          font-size: 1rem;
          font-weight: 700;
          line-height: 1.7;
          padding: 10px 0 5px; }
          @media only screen and (max-width: 834px) {
            #voice .voice > div div h3 {
              text-align: center; } }
          #voice .voice > div div h3::before {
            color: #F09BA5;
            content: attr(data-en);
            display: block;
            font-size: 0.875rem;
            font-weight: 700;
            padding: 0; }
          #voice .voice > div div h3 span {
            font-weight: 400; }
            @media only screen and (max-width: 834px) {
              #voice .voice > div div h3 span {
                display: block; } }
        #voice .voice > div div p {
          padding: 10px 0 0; }
  #voice .slick-dots {
    display: flex;
    gap: 15px;
    justify-content: center;
    padding: 35px 0 0; }
    #voice .slick-dots li {
      font-size: 0; }
      #voice .slick-dots li button {
        background-color: #999;
        border: 0;
        border-radius: 9999px;
        cursor: pointer;
        height: 14px;
        width: 14px; }
      #voice .slick-dots li:hover button, #voice .slick-dots li.slick-active button {
        background-color: #F09BA5; }

/* ---------- service ---------- */
.service {
  display: flex;
  padding: 0 0 80px; }
  @media only screen and (max-width: 834px) {
    .service {
      flex-direction: column;
      padding: 0 0 40px; } }
  .service div {
    padding: 20px 5vw;
    flex: 1; }
    @media only screen and (max-width: 834px) {
      .service div {
        padding: 0 5vw 40px; } }
    .service div .title-l {
      text-align: left; }
      @media only screen and (max-width: 834px) {
        .service div .title-l {
          text-align: center; } }
  .service img {
    aspect-ratio: 16 / 8;
    margin: 0 0 20px;
    object-fit: cover;
    width: calc(50% + 50px); }
    @media only screen and (max-width: 1366px) {
      .service img {
        aspect-ratio: auto;
        width: 40%; } }
    @media only screen and (max-width: 834px) {
      .service img {
        border-radius: 30px !important;
        width: 100%; } }

#program div section {
  align-items: center;
  display: flex;
  gap: 0 15px;
  padding: 20px 0; }
  @media only screen and (max-width: 520px) {
    #program div section {
      flex-direction: column; } }
  #program div section h3 {
    font-weight: 400;
    white-space: nowrap; }
    @media only screen and (max-width: 520px) {
      #program div section h3 {
        font-weight: 700;
        padding: 0 0 15px; } }
  #program div section ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0; }
    @media only screen and (max-width: 520px) {
      #program div section ul {
        justify-content: center; } }
    #program div section ul li {
      border: #4D4526 1px solid;
      border-radius: 3px;
      font-weight: 700;
      padding: 3px 10px; }
#program img {
  border-radius: 30px 0 0 30px; }

#science div {
  order: 2; }
  @media only screen and (max-width: 834px) {
    #science div {
      order: 0; } }
#science img {
  border-radius: 0 30px 30px 0; }

/* ---------- tabitore ---------- */
#tabitore {
  background-color: #F8F5EB;
  border-radius: 80px;
  padding: 100px 0;
  margin: 0 0 100px; }
  @media only screen and (max-width: 834px) {
    #tabitore {
      border-radius: 30px;
      margin: 0 0 60px;
      padding: 60px 5vw 0; } }
  #tabitore ol {
    display: flex;
    overflow: hidden; }
    @media only screen and (max-width: 834px) {
      #tabitore ol {
        flex-direction: column;
        padding: 0; } }
    #tabitore ol li {
      position: relative;
      width: 100%;
      z-index: 0; }
      @media only screen and (max-width: 834px) {
        #tabitore ol li {
          align-items: center;
          display: flex;
          padding: 0 0 40px; } }
      #tabitore ol li::after {
        background-color: #4D4526;
        content: "";
        left: 50%;
        height: 1px;
        position: absolute;
        top: 39.5px;
        width: 100%;
        z-index: -1; }
        @media only screen and (max-width: 834px) {
          #tabitore ol li::after {
            height: 100%;
            left: 39.5px;
            top: 0;
            width: 1px; } }
      #tabitore ol li p.step {
        align-items: center;
        aspect-ratio: 1 / 1;
        background-color: #fff;
        border: #4D4526 1px solid;
        border-radius: 99px;
        display: flex;
        flex-direction: column;
        font-size: 1.5rem;
        font-weight: 700;
        justify-content: center;
        line-height: 1.3;
        margin: 0 auto;
        padding: 0;
        width: 80px; }
        @media only screen and (max-width: 834px) {
          #tabitore ol li p.step {
            margin: 0; } }
        #tabitore ol li p.step span {
          font-size: 0.875rem; }
      #tabitore ol li p {
        line-height: 1.5;
        padding: 10px 15px 0;
        text-align: center; }
        @media only screen and (max-width: 834px) {
          #tabitore ol li p {
            padding: 0 0 0 15px;
            text-align: left; } }
        #tabitore ol li p span {
          display: block;
          font-size: 0.875rem; }

/* ---------- intro ---------- */
#intro {
  align-items: center;
  display: flex;
  gap: 40px 5vw;
  padding: 60px 0 0; }
  @media only screen and (max-width: 834px) {
    #intro {
      align-items: flex-start;
      flex-direction: column;
      padding: 40px 0 0; } }
  #intro div {
    order: 2; }
    @media only screen and (max-width: 834px) {
      #intro div {
        order: 0; } }
    #intro div .title-s {
      text-align: left; }
  #intro img {
    margin: 0 0 20px;
    width: 45%; }
    @media only screen and (max-width: 834px) {
      #intro img {
        width: 100%; } }

/* ---------- price ---------- */
#price {
  margin: 0 auto;
  max-width: 480px;
  padding: 60px 0 0; }
  @media only screen and (max-width: 834px) {
    #price {
      padding: 40px 0 0; } }
  #price > p {
    font-size: 0.875rem;
    text-align: center; }
  #price dl {
    border-top: rgba(77, 69, 38, 0.2) 1px solid; }
    #price dl div {
      border-bottom: rgba(77, 69, 38, 0.2) 1px solid;
      display: flex;
      justify-content: space-between;
      padding: 10px 5px; }

/* ---------- advice ---------- */
#advice {
  align-items: center;
  border: #4D4526 1px solid;
  border-radius: 20px;
  display: flex;
  margin: 80px auto 20px;
  max-width: 1000px;
  padding: 50px; }
  @media only screen and (max-width: 834px) {
    #advice {
      align-items: flex-start;
      flex-direction: column;
      margin: 40px auto 20px;
      padding: 30px; } }
  #advice div {
    border-right: rgba(77, 69, 38, 0.2) 1px solid;
    margin: 0 40px 0 0;
    padding: 0 40px 0 0; }
    @media only screen and (max-width: 834px) {
      #advice div {
        border-bottom: rgba(77, 69, 38, 0.2) 1px solid;
        border-right: none;
        margin: 0 0 20px;
        padding: 0 0 20px; } }
    #advice div .title-l {
      text-align: left; }
      #advice div .title-l::before {
        color: #F09BA5; }
    #advice div p {
      font-size: 1rem;
      padding: 0; }
      @media only screen and (max-width: 834px) {
        #advice div p {
          font-size: 0.875rem; } }
  #advice ul {
    padding: 0; }
    #advice ul li {
      padding: 2px 0; }
      #advice ul li em {
        font-size: 1.125rem;
        position: relative;
        white-space: nowrap;
        z-index: 0; }
        #advice ul li em::before {
          background-color: rgba(240, 155, 165, 0.25);
          bottom: 0;
          content: "";
          height: 5px;
          position: absolute;
          width: 100%;
          z-index: -1; }

/* ---------- event ---------- */
#event {
  background-color: #F8C058;
  border-radius: 80px;
  margin: 0 0 100px;
  padding: 100px 5vw 80px; }
  @media only screen and (max-width: 834px) {
    #event {
      border-radius: 30px;
      margin: 0 0 60px;
      padding: 60px 5vw 40px; } }
  #event > div {
    box-sizing: border-box;
    color: #fff;
    display: flex;
    gap: 0 5vw;
    margin: 0 auto;
    max-width: 1600px; }
    @media only screen and (max-width: 834px) {
      #event > div {
        flex-direction: column; } }
    #event > div div {
      display: flex;
      flex-direction: column;
      flex: 1; }
      #event > div div .title-l {
        text-align: left; }
        @media only screen and (max-width: 834px) {
          #event > div div .title-l {
            text-align: center; } }
        #event > div div .title-l::before {
          color: #fff; }
      #event > div div p.more {
        margin: auto 0 0;
        padding: 20px 0; }
        @media only screen and (max-width: 834px) {
          #event > div div p.more {
            display: none; } }
    #event > div ul {
      align-items: flex-start;
      display: grid;
      gap: 0 5%;
      grid-template-columns: repeat(2, 1fr);
      width: 40%; }
      @media only screen and (max-width: 1366px) {
        #event > div ul {
          grid-template-columns: repeat(1, 1fr);
          width: 30%; } }
      @media only screen and (max-width: 834px) {
        #event > div ul {
          grid-template-columns: repeat(2, 1fr);
          padding: 0 0 40px;
          width: 100%; } }
      @media only screen and (max-width: 1366px) {
        #event > div ul li:nth-child(2) {
          display: none; } }
      @media only screen and (max-width: 834px) {
        #event > div ul li:nth-child(2) {
          display: block; } }
      #event > div ul li a {
        background-color: #fff;
        border-radius: 5px;
        display: block;
        height: 100%;
        padding: 20px;
        text-decoration: none; }
        @media only screen and (max-width: 520px) {
          #event > div ul li a {
            padding: 10px; } }
        #event > div ul li a img {
          aspect-ratio: 4 / 3;
          object-fit: cover;
          width: 100%; }
        #event > div ul li a p.date {
          color: #F8C058;
          font-size: 0.875rem;
          font-weight: 700;
          padding: 20px 0 5px; }
          @media only screen and (max-width: 520px) {
            #event > div ul li a p.date {
              padding: 15px 0 5px; } }
        #event > div ul li a p.title {
          padding: 0; }
    #event > div > p.more {
      display: none; }
      @media only screen and (max-width: 834px) {
        #event > div > p.more {
          display: block; } }

/* ---------- application ---------- */
#application dl {
  display: flex;
  gap: 40px 5%;
  padding: 20px 0; }
  @media only screen and (max-width: 834px) {
    #application dl {
      flex-direction: column; } }
  #application dl div {
    text-align: center;
    width: 100%; }
    #application dl div dt {
      align-items: center;
      display: flex;
      font-weight: 700;
      gap: 0 10px;
      padding: 0 0 10px;
      white-space: nowrap; }
      #application dl div dt::before, #application dl div dt::after {
        background-color: #4D4526;
        content: "";
        flex: 1;
        height: 1px; }
    #application dl div.phone dd {
      font-size: 1rem;
      line-height: 1.4; }
      #application dl div.phone dd a {
        background-image: url("../img/icon/phone.svg");
        background-position: 0 center;
        background-repeat: no-repeat;
        background-size: 30px auto;
        font-size: 2rem;
        font-weight: 700;
        letter-spacing: 0.05rem;
        padding: 0 0 0 38px;
        text-decoration: none; }
        @media only screen and (max-width: 834px) {
          #application dl div.phone dd a {
            background-size: 26px auto;
            font-size: 1.875rem;
            padding: 0 0 0 34px; } }
      #application dl div.phone dd span {
        display: block;
        padding: 5px 0 0; }
        #application dl div.phone dd span em {
          font-size: 1.25rem;
          padding: 0 5px; }
    #application dl div.fax {
      color: #E55A6C; }
      #application dl div.fax dt::before, #application dl div.fax dt::after {
        background-color: #E55A6C; }
      #application dl div.fax dd {
        line-height: 1.4; }
        #application dl div.fax dd a {
          align-items: center;
          border: #E55A6C 1px solid;
          border-radius: 3px;
          color: #E55A6C;
          display: flex;
          font-size: 1.125rem;
          font-weight: 700;
          gap: 0 10px;
          justify-content: center;
          padding: 8px 15px;
          text-decoration: none; }
          #application dl div.fax dd a em {
            background-color: #E55A6C;
            border-radius: 3px;
            color: #fff;
            font-size: 0.75rem;
            padding: 2px 5px 1px; }
        #application dl div.fax dd span {
          display: block;
          font-size: 1rem;
          padding: 10px 0 0; }

/* ---------- googlemap ---------- */
#googlemap p.phone {
  align-items: center;
  display: flex;
  font-size: 1rem;
  flex-direction: column;
  line-height: 1.4;
  padding: 0 0 15px; }
  #googlemap p.phone a {
    background-image: url("../img/icon/phone.svg");
    background-position: 0 center;
    background-repeat: no-repeat;
    background-size: 36px auto;
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: 0.05rem;
    padding: 0 0 0 44px;
    text-decoration: none; }
    @media only screen and (max-width: 834px) {
      #googlemap p.phone a {
        background-size: 26px auto;
        font-size: 1.875rem;
        padding: 0 0 0 34px; } }
#googlemap p.address {
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center; }
  @media only screen and (max-width: 834px) {
    #googlemap p.address {
      font-size: 1rem; } }
#googlemap section {
  align-items: flex-end;
  display: flex;
  gap: 0 15px;
  justify-content: center;
  padding: 0 0 20px; }
  @media only screen and (max-width: 834px) {
    #googlemap section {
      align-items: center;
      flex-direction: column; } }
  #googlemap section p {
    font-size: 1rem;
    line-height: 1; }
    @media only screen and (max-width: 834px) {
      #googlemap section p {
        padding: 0 0 15px; } }
  #googlemap section dl {
    display: flex;
    font-size: 1rem;
    gap: 0 10px;
    line-height: 1; }
    @media only screen and (max-width: 834px) {
      #googlemap section dl {
        flex-direction: column;
        gap: 15px 0;
        padding: 0 0 15px; } }
    #googlemap section dl div {
      align-items: flex-end;
      display: flex;
      gap: 0 5px; }
      @media only screen and (max-width: 834px) {
        #googlemap section dl div {
          gap: 0 10px; } }
      #googlemap section dl div.am dt {
        color: #0066CC; }
      #googlemap section dl div.pm dt {
        color: #FF0000; }
      #googlemap section dl div dd {
        font-size: 1.25rem; }
#googlemap iframe {
  height: 350px;
  width: 100%; }
#googlemap > dl {
  display: flex;
  padding: 50px 0 20px; }
  #googlemap > dl div {
    text-align: center;
    width: 100%; }
    #googlemap > dl div dt {
      background-position: center 0;
      background-repeat: no-repeat;
      font-weight: 700;
      padding: 45px 0 5px; }
    #googlemap > dl div.train {
      border-right: #eee 1px solid;
      padding: 0 15px 0 0; }
      #googlemap > dl div.train dt {
        background-image: url("../img/base/train.svg"); }
    #googlemap > dl div.car {
      padding: 0 0 0 15px; }
      #googlemap > dl div.car dt {
        background-image: url("../img/base/car.svg"); }
    #googlemap > dl div dd {
      font-size: 1.125rem; }
      @media only screen and (max-width: 834px) {
        #googlemap > dl div dd {
          font-size: 0.9375rem; } }
      @media only screen and (max-width: 520px) {
        #googlemap > dl div dd {
          text-align: left; } }

/* ---------- contact ---------- */
#contact table {
  border-collapse: collapse;
  border-spacing: 0;
  border-top: #eee 1px solid;
  margin: 0 0 40px;
  width: 100%; }
  @media only screen and (max-width: 834px) {
    #contact table {
      margin: 0 -5vw 40px;
      width: calc(100% + 10vw); } }
  #contact table tr {
    border-bottom: #eee 1px solid; }
    #contact table tr.error {
      background-color: rgba(240, 155, 165, 0.1); }
    #contact table tr th {
      text-align: left;
      padding: 25px 20px;
      vertical-align: middle;
      white-space: nowrap;
      width: 240px; }
      @media only screen and (max-width: 834px) {
        #contact table tr th {
          display: block;
          padding: 20px 5vw 10px;
          width: 100%; } }
      #contact table tr th span {
        background-color: #F09BA5;
        border-radius: 99px;
        color: #fff;
        font-size: 0.8125rem;
        font-weight: 700;
        float: right;
        line-height: 1;
        margin: 2px 0 0;
        padding: 6px 5px; }
        @media only screen and (max-width: 834px) {
          #contact table tr th span {
            margin: 0; } }
    #contact table tr td {
      padding: 25px 20px 25px 0; }
      @media only screen and (max-width: 834px) {
        #contact table tr td {
          display: block;
          padding: 0 5vw 20px;
          width: 100%; } }
      #contact table tr td input[type="text"],
      #contact table tr td input[type="tel"],
      #contact table tr td input[type="email"],
      #contact table tr td textarea {
        background-color: #fff;
        border: rgba(0, 0, 0, 0.1) 1px solid;
        border-radius: 3px;
        font-size: 1.125rem;
        line-height: 1.6;
        outline: none;
        padding: 7px 10px;
        width: 100%; }
        @media only screen and (max-width: 834px) {
          #contact table tr td input[type="text"],
          #contact table tr td input[type="tel"],
          #contact table tr td input[type="email"],
          #contact table tr td textarea {
            font-size: 1rem; } }
      #contact table tr td input[name="name"],
      #contact table tr td input[name="kana"] {
        width: 400px; }
        @media only screen and (max-width: 834px) {
          #contact table tr td input[name="name"],
          #contact table tr td input[name="kana"] {
            width: 100%; } }
      #contact table tr td input[type="tel"] {
        width: 200px; }
        @media only screen and (max-width: 834px) {
          #contact table tr td input[type="tel"] {
            width: 100%; } }
      #contact table tr td textarea {
        height: 150px; }
      #contact table tr td p {
        padding: 0; }
      #contact table tr td p.errmsg {
        color: #BF0000;
        font-weight: 500;
        padding: 10px 0 0; }
#contact .button {
  display: flex;
  gap: 0 20px;
  line-height: 1;
  justify-content: center;
  padding: 20px 0; }
  #contact .button button {
    background-color: #F8C058;
    border: 0;
    border-radius: 99px;
    color: #fff;
    cursor: pointer;
    font-weight: 500;
    letter-spacing: 0.05rem;
    line-height: 1;
    padding: 15px 20px;
    white-space: nowrap; }
    #contact .button button.back {
      background-color: #999;
      padding: 15px 20px; }
      @media only screen and (max-width: 1024px) {
        #contact .button button.back {
          border-radius: 99px; } }

/* ---------- privacy ---------- */
#privacy dl {
  padding: 0 0 15px; }
  #privacy dl div {
    padding: 0 0 35px; }
    #privacy dl div:last-child {
      padding: 0; }
    #privacy dl div dt {
      border-bottom: rgba(77, 69, 38, 0.15) 1px solid;
      font-size: 1rem;
      font-weight: 700;
      margin: 0 0 15px;
      padding: 0 0 5px; }
    #privacy dl div dd p,
    #privacy dl div dd ul {
      padding: 0 0 5px; }

#news-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0 5%;
  max-width: 1200px; }
  @media only screen and (max-width: 520px) {
    #news-wrap {
      flex-direction: column; } }
  #news-wrap .title-s {
    text-align: left;
    width: 100%; }
  #news-wrap > section {
    flex: 1; }
    #news-wrap > section ul {
      border-top: rgba(77, 69, 38, 0.2) dotted 1px; }
      @media only screen and (max-width: 520px) {
        #news-wrap > section ul {
          margin: 0 -5vw 40px; } }
      #news-wrap > section ul li {
        border-bottom: rgba(77, 69, 38, 0.2) dotted 1px; }
        #news-wrap > section ul li a {
          align-items: center;
          display: flex;
          gap: 0 30px;
          padding: 20px 0;
          text-decoration: none; }
          @media only screen and (max-width: 520px) {
            #news-wrap > section ul li a {
              gap: 0 5vw;
              padding: 20px 5vw; } }
          #news-wrap > section ul li a > img {
            aspect-ratio: 16 / 9;
            object-fit: cover;
            width: 300px; }
            @media only screen and (max-width: 834px) {
              #news-wrap > section ul li a > img {
                aspect-ratio: 1 / 1;
                width: 200px; } }
            @media only screen and (max-width: 520px) {
              #news-wrap > section ul li a > img {
                width: 80px; } }
          #news-wrap > section ul li a > p {
            align-items: center;
            aspect-ratio: 16 / 9;
            background-color: rgba(248, 192, 88, 0.1);
            display: flex;
            justify-content: center;
            padding: 0;
            width: 300px; }
            @media only screen and (max-width: 834px) {
              #news-wrap > section ul li a > p {
                aspect-ratio: 1 / 1;
                width: 200px; } }
            @media only screen and (max-width: 520px) {
              #news-wrap > section ul li a > p {
                width: 80px; } }
            #news-wrap > section ul li a > p img {
              width: 80px; }
              @media only screen and (max-width: 520px) {
                #news-wrap > section ul li a > p img {
                  width: 40px; } }
          #news-wrap > section ul li a div {
            align-items: center;
            display: flex;
            flex-wrap: wrap;
            flex: 1; }
            #news-wrap > section ul li a div p.title {
              font-size: 1.125rem;
              line-height: 1.6;
              padding: 0 0 10px;
              width: 100%; }
              @media only screen and (max-width: 520px) {
                #news-wrap > section ul li a div p.title {
                  font-size: 0.9375rem;
                  padding: 0 0 5px; } }
            #news-wrap > section ul li a div p.date {
              font-size: 0.875rem;
              font-weight: 700;
              line-height: 1.6;
              padding: 0 15px 0 0; }
            #news-wrap > section ul li a div p.category {
              border-radius: 99px;
              color: #fff;
              display: inline-block;
              font-size: 0.875rem;
              line-height: 1;
              padding: 5px 10px; }
              @media only screen and (max-width: 520px) {
                #news-wrap > section ul li a div p.category {
                  font-size: 0.8125rem;
                  padding: 3px 10px; } }
        #news-wrap > section ul li.record p.category {
          background-color: #F8C058; }
        #news-wrap > section ul li.notice p.category {
          background-color: #09f; }
        #news-wrap > section ul li.trivia p.category {
          background-color: #396; }
        #news-wrap > section ul li.session p.category {
          background-color: #F09BA5; }
  #news-wrap > article {
    flex: 1; }
    #news-wrap > article header {
      align-items: center;
      border-bottom: rgba(77, 69, 38, 0.2) dotted 1px;
      display: flex;
      flex-wrap: wrap;
      margin: 0 0 30px;
      padding: 0 0 30px; }
      @media only screen and (max-width: 520px) {
        #news-wrap > article header {
          margin: 0 -5vw 25px;
          padding: 0 5vw 25px; } }
      #news-wrap > article header h1 {
        font-size: 1.5rem;
        font-weight: 400;
        line-height: 1.5;
        padding: 0 0 15px;
        width: 100%; }
        @media only screen and (max-width: 520px) {
          #news-wrap > article header h1 {
            font-size: 1.25rem; } }
      #news-wrap > article header p.date {
        font-size: 1rem;
        font-weight: 700;
        line-height: 1.6;
        padding: 0 15px 0 0; }
        @media only screen and (max-width: 520px) {
          #news-wrap > article header p.date {
            font-size: 0.875rem; } }
      #news-wrap > article header p.category {
        border-radius: 99px;
        color: #fff;
        font-size: 0.875rem;
        line-height: 1;
        padding: 5px 10px; }
        @media only screen and (max-width: 520px) {
          #news-wrap > article header p.category {
            font-size: 0.8125rem;
            padding: 3px 10px; } }
    #news-wrap > article.record p.category {
      background-color: #F8C058; }
    #news-wrap > article.notice p.category {
      background-color: #09f; }
    #news-wrap > article.trivia p.category {
      background-color: #396; }
    #news-wrap > article.session p.category {
      background-color: #F09BA5; }
    @media only screen and (max-width: 520px) {
      #news-wrap > article > div {
        border-bottom: rgba(77, 69, 38, 0.2) dotted 1px;
        margin: 0 -5vw 60px;
        padding: 0 5vw 5px; } }
    #news-wrap > article > div p {
      font-size: 1rem; }
      @media only screen and (max-width: 520px) {
        #news-wrap > article > div p {
          font-size: 0.9375rem; } }
    #news-wrap > article > div .mcimg {
      gap: 0 20px; }
      @media only screen and (max-width: 520px) {
        #news-wrap > article > div .mcimg {
          flex-direction: column; } }
      #news-wrap > article > div .mcimg > div {
        width: 100%; }
        #news-wrap > article > div .mcimg > div img {
          width: 100%; }
  @media only screen and (max-width: 520px) {
    #news-wrap > dl {
      display: flex;
      gap: 0 20px; } }
  #news-wrap > dl div {
    padding: 0 0 40px; }
    @media only screen and (max-width: 520px) {
      #news-wrap > dl div {
        width: 100%;
        padding: 0 0 20px; } }
    #news-wrap > dl div:last-child {
      padding: 0 0 20px; }
    #news-wrap > dl div dt {
      font-size: 0.875rem;
      font-weight: 700;
      padding: 0 0 10px; }
    #news-wrap > dl div dd {
      padding: 5px 0 0; }
      #news-wrap > dl div dd a {
        align-items: center;
        display: flex;
        font-size: 0.875rem;
        gap: 0 5px;
        text-decoration: none;
        white-space: nowrap; }
        #news-wrap > dl div dd a::before {
          background-color: #4D4526;
          content: "";
          height: 2px;
          width: 5px; }
