@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500;600;700&family=Roboto:ital,wght@1,300&display=swap");
.is-hide {
  display: none !important; }

@media only screen and (max-width: 1399px) {
  .is-sp {
    display: none !important; } }

@media only screen and (max-width: 767px) {
  .is-pc {
    display: none !important; } }

.none {
  display: none; }

* {
  box-sizing: border-box; }

*::before {
  box-sizing: border-box; }

*::after {
  box-sizing: border-box; }

html {
  csflow: auto;
  color: #333;
  font-family: "Noto Serif JP", serif;
  font-size: calc(13px + 3 * ((100vw - 320px) / 1080)); }
  @media only screen and (min-width: 1400px) {
    html {
      font-size: 16px; } }

header a {
  text-decoration: none; }

img {
  vertical-align: bottom;
  height: auto; }

body {
  width: 100%;
  box-sizing: border-box;
  max-width: 1920px;
  line-height: 1.8; }

sup {
  font-size: .8em;
  position: relative;
  left: 0;
  bottom: .2em; }

sub {
  font-size: .8em;
  position: relative;
  left: 0;
  top: .2em; }

ul,
li {
  list-style-type: none;
  text-decoration: none;
  margin: 0;
  padding: 0; }

dd {
  margin-left: 0; }

span,
a {
  display: inline-block; }

label {
  cursor: pointer; }

@media only screen and (max-width: 1399px) {
  .wrapper {
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto; } }

body {
  margin: 0 auto;
  padding: 0; }

#top header {
  position: relative;
  background-image: url(/wp-content/uploads/main-visual-pc.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center top;
  padding-top: 100vh; }

@media only screen and (max-width: 1399px) {
  #top header {
    background-image: url(/wp-content/uploads/main-visual-cs.png);
    background-size: 100%;
    padding-top: calc(913 / 1400 * 100vw); } }

@media only screen and (max-width: 767px) {
  #top header {
    background-image: url(/wp-content/uploads/main-visual-sp.png);
    padding-top: calc(768 / 900 * 100vw); } }

#top header {
  margin-top: 5rem;
  position: relative;
  background-image: url(/wp-content/uploads/main-visual-pc.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center top;
  padding-top: 100vh; }
  @media only screen and (max-width: 1399px) {
    #top header {
      background-image: url(/wp-content/uploads/main-visual-cs.png);
      background-size: 100%;
      padding-top: calc(913 / 1400 * 100vw); } }
  @media only screen and (max-width: 767px) {
    #top header {
      background-image: url(/wp-content/uploads/main-visual-sp.png);
      padding-top: calc(768 / 900 * 100vw); } }

header {
  position: relative;
  background-image: url(/wp-content/uploads/main-visual-under.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center top;
  padding-top: 756px; }
  @media only screen and (max-width: 1399px) {
    header {
      background-image: url(/wp-content/uploads/main-visual-under.png);
      background-size: 100%;
      padding-top: calc(630 / 1400 * 100vw); } }
  @media only screen and (max-width: 767px) {
    header {
      background-image: url(/wp-content/uploads/main-visual-sp-under.png);
      padding-top: calc(460 / 767 * 100vw); } }
  header .logo {
    font-family: 'Instrument Serif', serif;
    letter-spacing: 6px;
    position: absolute;
    top: -4.5rem;
    left: 0;
    width: 41vw;
    margin: 0;
    line-height: 0; }
    header .logo img {
      width: auto;
      max-height: 4rem; }
      @media only screen and (max-width: 1399px) {
        header .logo img {
          max-height: 4rem; } }
      @media only screen and (max-width: 767px) {
        header .logo img {
          max-height: 3rem; } }

.header-template {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-family: "Noto Serif JP", serif; }
  .header-template .header-right {
    padding-right: 20px;
    display: flex;
    align-content: center;
    align-items: center; }
  .header-template .hamburger-menu {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 99;
    display: flex;
    align-content: center;
    align-items: center;
    gap: 1.5em;
    background-color: #00135e;
    padding: 10px 20px; }
    @media only screen and (max-width: 767px) {
      .header-template .hamburger-menu {
        padding: 0 10px;
        gap: 1em;
        top: 0;
        right: 0; } }
    .header-template .hamburger-menu .icons img {
      width: 40px; }
      @media only screen and (max-width: 767px) {
        .header-template .hamburger-menu .icons img {
          width: 25px; } }
    .header-template .hamburger-menu .order img, .header-template .hamburger-menu .call img {
      filter: invert(98%) sepia(67%) saturate(33%) hue-rotate(76deg) brightness(109%) contrast(107%); }
    .header-template .hamburger-menu .order a, .header-template .hamburger-menu .call a {
      color: #fff; }
  .header-template .menu-content {
    width: 101%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 80;
    background-color: #00135e;
    transition: all 0.5s; }
    .header-template .menu-content:not(.is-active) {
      height: unset;
      position: unset;
      position: absolute;
      bottom: 0;
      left: 50%;
      top: unset;
      -webkit-transform: translate(-50%, 0%); }
      @media only screen and (max-width: 767px) {
        .header-template .menu-content:not(.is-active) {
          transform: unset;
          width: 100%;
          height: 100%;
          position: fixed;
          top: 0;
          left: 100%;
          z-index: 80; } }
      .header-template .menu-content:not(.is-active) ul {
        display: inline-block;
        display: flex;
        justify-content: space-around;
        align-items: center;
        padding: 0; }
        .header-template .menu-content:not(.is-active) ul li a {
          font-size: 1.4rem; }
          @media only screen and (max-width: 1399px) {
            .header-template .menu-content:not(.is-active) ul li a {
              font-size: 1.2rem; } }
          @media only screen and (max-width: 767px) {
            .header-template .menu-content:not(.is-active) ul li a {
              margin: unset;
              font-size: 1rem; } }
          @media only screen and (max-width: 1399px) {
            .header-template .menu-content:not(.is-active) ul li aa:after {
              bottom: 1em; } }
    .header-template .menu-content:not(.no-do, .is-active) {
      animation: close-animation 1s;
      animation-fill-mode: none;
      animation-fill-mode: none; }
      .header-template .menu-content:not(.no-do, .is-active) ul {
        animation: close-animation 1s;
        animation-fill-mode: none; }
    .header-template .menu-content.is-active {
      max-width: 100%;
      left: 0;
      display: flex;
      animation: open-animation 0.5s forwards; }
      .header-template .menu-content.is-active ul {
        animation: menucontents-animation 1s forwards; }
    .header-template .menu-content ul {
      padding: 100px 0 0 0; }
      .header-template .menu-content ul li {
        list-style: none;
        width: 100%;
        text-align: center; }
        .header-template .menu-content ul li a {
          width: 100%;
          height: 100%;
          display: flex;
          box-sizing: border-box;
          color: #FFF;
          text-decoration: none;
          justify-content: center;
          align-items: center;
          position: relative;
          margin: 1em 0; }
          .header-template .menu-content ul li a:hover::after {
            content: '';
            width: 50px;
            height: 1px;
            border: 1px solid #FFF;
            position: absolute;
            bottom: -10px; }
  .header-template .menu-btn {
    display: flex;
    height: 50px;
    width: 25px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #00135e; }
    .header-template .menu-btn span,
    .header-template .menu-btn span:before,
    .header-template .menu-btn span:after {
      content: '';
      display: block;
      height: 3px;
      width: 25px;
      border-radius: 0;
      position: absolute; }
    .header-template .menu-btn span:before {
      bottom: 6px;
      background-color: #fff; }
    .header-template .menu-btn span:after {
      top: 6px;
      background-color: #fff; }
  .header-template .menu-btn.is-active span {
    background-color: rgba(255, 255, 255, 0); }
    .header-template .menu-btn.is-active span::before {
      bottom: 0;
      transform: rotate(45deg); }
    .header-template .menu-btn.is-active span::after {
      top: 0;
      transform: rotate(-45deg); }

#top h2 {
  color: #00135e;
  font-size: 2.2rem;
  text-align: center;
  background: none;
  border-color: #00135e;
  background-color: #fff;
  background-image: url(/wp-content/uploads/asiba.jpg);
  background-position: left bottom;
  background-repeat: no-repeat;
  border-bottom-width: 10px;
  margin: 2em 0 1em; }
  @media only screen and (max-width: 767px) {
    #top h2 {
      margin: 1em 0 .5em;
      background-size: 10vw; } }

#top h1 {
  max-width: 1400px;
  margin: 0;
  padding: 0;
  background: none;
  border: none; }

main {
  padding: 2% 0; }
  main .headline h2 {
    background-color: #00135e; }
  main .headline h3 {
    color: #00135e;
    border: 1px solid #00135e; }
  main .headline h4 {
    border: 1px solid #00135e;
    color: #00135e; }
  main .column:first-child {
    word-break: keep-all; }
  main .player picture {
    position: relative;
    display: block;
    width: fit-content;
    margin: 0 auto; }
    main .player picture:after {
      content: "";
      position: absolute;
      width: 20%;
      padding-top: 20%;
      opacity: .95;
      background-image: url("/images/play-circle.svg");
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      max-width: 8em;
      max-height: 4em; }
  main .news-list {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    color: #333;
    font-size: 1.1rem; }
    main .news-list time {
      flex: 1 1 20%;
      padding: 0 1rem;
      font-weight: bold; }
      @media only screen and (max-width: 1399px) {
        main .news-list time {
          padding: 1rem; } }
    main .news-list dt {
      padding: 1rem;
      border-bottom: dotted 1px; }
    main .news-list .item-view {
      padding: 1rem;
      border-bottom: dashed 1px #999;
      flex: 1 2 80%; }
      main .news-list .item-view a {
        color: #333;
        font-weight: bold; }
        main .news-list .item-view a:hover {
          color: gray; }
  main .section-baige {
    background-color: #f4f0e6;
    padding: 2% 0 3%; }
  main .section-blue {
    padding: 2% 0 3%;
    background-color: #e1e9f2; }

footer {
  color: #fff; }
  footer .block {
    margin: 0 auto 1em;
    display: block;
    width: 100%; }
    footer .block:last-child {
      margin-bottom: 0; }
    @media only screen and (min-width: 768px) {
      footer .block {
        max-width: 1400px; } }
    @media only screen and (min-width: 768px) {
      footer .block-full {
        max-width: none;
        width: 100%; } }
    @media only screen and (min-width: 768px) {
      footer .block-large {
        width: calc(66% - 1em); } }
    @media only screen and (min-width: 768px) {
      footer .block-medium {
        width: calc(50% - 1em); } }
    @media only screen and (min-width: 768px) {
      footer .block-small {
        width: calc(33% - 1em); } }
  footer .section-footer-company {
    background-color: #fff; }
  footer .section-footer-menu {
    max-width: 1400px;
    margin: 0 auto;
    padding: 3% 3%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 1em; }
    @media only screen and (max-width: 767px) {
      footer .section-footer-menu {
        flex-direction: column; } }
    footer .section-footer-menu a {
      color: #fff; }
    footer .section-footer-menu .menuheader {
      font-size: calc(20px + 4 * ((100vw - 320px) / 1080));
      font-family: "Noto Serif JP", serif; }
      @media only screen and (min-width: 1400px) {
        footer .section-footer-menu .menuheader {
          font-size: 24px; } }
  footer .logo {
    text-align: center;
    margin: clamp(0.5em, 1vw, 1em) 0;
    padding: 0; }
    footer .logo img {
      max-width: 100%; }
  @media only screen and (max-width: 767px) {
    footer .footer-template {
      width: 80%;
      margin: 0 auto; } }
  footer .block-footer-menu a {
    color: #fff;
    text-decoration: none;
    word-break: keep-all; }
    footer .block-footer-menu a:hover {
      cursor: pointer;
      text-decoration: underline; }

@keyframes open-animation {
  0% {
    width: 0%;
    transform: translateX(-100vw);
    opacity: 0; }
  50% {
    width: 0%; }
  100% {
    width: 100%;
    transform: translateX(0);
    opacity: 1; } }

@keyframes menucontents-animation {
  0% {
    width: 0%;
    opacity: 0; }
  100% {
    width: 100%;
    opacity: 1; } }

@keyframes curtain-animation {
  0% {
    width: 0%;
    opacity: 0; }
  50% {
    width: 100%;
    opacity: 0.3; }
  100% {
    width: 40%;
    opacity: 1; } }

@keyframes close-animation {
  0% {
    width: 50%;
    height: 100%;
    transform: translateX(50%);
    opacity: 1;
    background-color: #fff; }
  100% {
    width: 0%;
    transform: translateX(100vw);
    opacity: 0; } }

.section-contactus {
  margin: 0 auto;
  padding: 3% 0;
  color: #4e4c4c;
  background-color: whitesmoke; }
  .section-contactus .block {
    max-width: 80%; }
  .section-contactus .required .legend p:after {
    content: "※必須";
    color: #00135e;
    font-size: .8em;
    margin-left: .25em; }
  .section-contactus dt {
    padding-bottom: 10px;
    padding-top: 20px; }
    .section-contactus dt span {
      color: #F67ABC;
      padding-left: 20px; }
  .section-contactus .fieldset select {
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 8px 12px;
    border: none;
    background: #f5f5f5;
    font-size: 16px;
    line-height: 32px;
    text-indent: 5px;
    transition: all .2s ease;
    border-radius: 3px;
    margin-bottom: 15px;
    height: 60px; }
  .section-contactus input[type="submit"] {
    background-color: #00135e;
    width: 200px;
    height: 40px;
    font-size: 16px;
    color: #FFF;
    outline: none;
    border: none;
    -webkit-appearance: none;
    appearance: none; }
  .section-contactus input[type="number"] {
    padding: 1em;
    width: 300px;
    font-size: 1.2em;
    background-color: #f5f5f5;
    border: none; }
  .section-contactus input[type="text"],
  .section-contactus input[type="tel"],
  .section-contactus input[type="email"] {
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 8px 12px;
    border: none;
    background: #fff;
    font-size: 16px;
    line-height: 32px;
    text-indent: 5px;
    transition: all .2s ease;
    border-radius: 3px;
    margin-bottom: 15px;
    height: 60px; }
  .section-contactus textarea {
    box-sizing: border-box;
    display: block;
    padding: 8px 12px;
    border: none;
    background: #fff;
    font-size: 16px;
    line-height: 32px;
    text-indent: 5px;
    transition: all .2s ease;
    border-radius: 3px;
    margin-bottom: 15px;
    width: 100%; }
  .section-contactus .fieldset {
    border-bottom: none; }
    .section-contactus .fieldset.full ul li {
      flex: 1 1 100%; }
    .section-contactus .fieldset input[type="text"],
    .section-contactus .fieldset input[type="tel"],
    .section-contactus .fieldset input[type="email"] {
      border: none;
      border-radius: 3px; }
  .section-contactus .submit-wrapper {
    text-align: center; }
  .section-contactus .confirm {
    text-align: center; }

#top .ta-c {
  text-align: center; }
  @media only screen and (max-width: 767px) {
    #top .ta-c {
      text-align: left; } }
  #top .ta-c .textarea {
    text-align: center; }

#top .ta-r .textarea {
  text-align: right; }

#top .more {
  text-align: center; }
  #top .more a {
    color: #3a3fff;
    font-size: calc(15px + 9 * ((100vw - 320px) / 1080)); }
    @media only screen and (min-width: 1400px) {
      #top .more a {
        font-size: 24px; } }
    #top .more a:hover {
      text-decoration: underline; }

#top .message {
  font-size: calc(15px + 9 * ((100vw - 320px) / 1080)); }
  @media only screen and (min-width: 1400px) {
    #top .message {
      font-size: 24px; } }

#top .gap0 {
  gap: unset; }

#top .red {
  color: #ff0000; }

#top .blue {
  color: #00135e; }

#top .bold {
  font-weight: bold; }

#top .notosans {
  font-family: "Noto Sans JP", sans-serif; }

#top .read {
  font-size: calc(28px + 19 * ((100vw - 320px) / 1080)); }
  @media only screen and (min-width: 1400px) {
    #top .read {
      font-size: 47px; } }

#top .read2 {
  font-size: calc(22px + 10 * ((100vw - 320px) / 1080)); }
  #top .read2 .big {
    color: #ff0000;
    font-weight: bold;
    font-size: calc(28px + 19 * ((100vw - 320px) / 1080)); }
    @media only screen and (min-width: 1400px) {
      #top .read2 .big {
        font-size: 47px; } }
  #top .read2 .blue {
    color: #00135e;
    font-weight: bold; }
  @media only screen and (min-width: 1400px) {
    #top .read2 {
      font-size: 32px; } }

#top .read3 {
  margin: 1em 0;
  font-size: calc(18px + 8 * ((100vw - 320px) / 1080)); }
  @media only screen and (min-width: 1400px) {
    #top .read3 {
      font-size: 26px; } }
  #top .read3 .small {
    font-size: calc(12px + 2 * ((100vw - 320px) / 1080)); }
    @media only screen and (min-width: 1400px) {
      #top .read3 .small {
        font-size: 14px; } }

.section-form, .section-contactus {
  margin: 0 auto;
  padding: 3% 0;
  color: #4e4c4c;
  background-color: whitesmoke; }
  .section-form .block, .section-contactus .block {
    max-width: 80%; }
  .section-form .required .legend p:after, .section-contactus .required .legend p:after {
    content: "※必須";
    color: #d40000;
    font-size: .8em;
    margin-left: .25em; }
  .section-form dt, .section-contactus dt {
    padding-bottom: 10px;
    padding-top: 20px; }
    .section-form dt span, .section-contactus dt span {
      color: #F67ABC;
      padding-left: 20px; }
  .section-form .fieldset select, .section-contactus .fieldset select {
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 8px 12px;
    border: none;
    background: #f5f5f5;
    font-size: 16px;
    line-height: 32px;
    text-indent: 5px;
    transition: all .2s ease;
    border-radius: 3px;
    margin-bottom: 15px;
    height: 60px; }
  .section-form input[type="submit"], .section-contactus input[type="submit"] {
    background-color: #00135e;
    width: 200px;
    height: 40px;
    font-size: 16px;
    color: #FFF;
    outline: none;
    border: none;
    -webkit-appearance: none;
    appearance: none; }
  .section-form input[type="number"], .section-contactus input[type="number"] {
    padding: 1em;
    width: 300px;
    font-size: 1.2em;
    background-color: #f5f5f5;
    border: none; }
  .section-form input[type="text"],
  .section-form input[type="tel"],
  .section-form input[type="email"], .section-contactus input[type="text"],
  .section-contactus input[type="tel"],
  .section-contactus input[type="email"] {
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 8px 12px;
    border: none;
    background: #fff;
    font-size: 16px;
    line-height: 32px;
    text-indent: 5px;
    transition: all .2s ease;
    border-radius: 3px;
    margin-bottom: 15px;
    height: 60px; }
  .section-form textarea, .section-contactus textarea {
    box-sizing: border-box;
    display: block;
    padding: 8px 12px;
    border: none;
    background: #fff;
    font-size: 16px;
    line-height: 32px;
    text-indent: 5px;
    transition: all .2s ease;
    border-radius: 3px;
    margin-bottom: 15px;
    width: 100%; }
  .section-form .fieldset, .section-contactus .fieldset {
    border-bottom: none; }
    .section-form .fieldset.full ul li, .section-contactus .fieldset.full ul li {
      flex: 1 1 100%; }
    .section-form .fieldset input[type="text"],
    .section-form .fieldset input[type="tel"],
    .section-form .fieldset input[type="email"], .section-contactus .fieldset input[type="text"],
    .section-contactus .fieldset input[type="tel"],
    .section-contactus .fieldset input[type="email"] {
      border: none;
      border-radius: 3px; }
  .section-form .submit-wrapper, .section-contactus .submit-wrapper {
    text-align: center; }
  .section-form .confirm, .section-contactus .confirm {
    text-align: center; }

#top h2 {
  color: #1d2088;
  font-size: 3.2rem; }

main .item {
  gap: 5em; }

main .headline h2 {
  border: none;
  border-bottom: 10px solid #1d2088; }

main .gallery.gap-1 {
  gap: 1em; }

#under h1 {
  color: red; }

main .section-blue {
  padding: 2% 0 3%;
  background-color: #fff; }

main .section-baige {
  background-color: #fff; }

main .news-list {
  font-size: 1.5rem; }

#under h1 {
  color: #00135e; }

main .block {
  padding: 0 .5rem;
  text-align: justify; }
  main .block .read3 {
    text-align: justify; }

@media only screen and (min-width: 768px) {
  #top h2 {
    font-size: 2rem; } }

@media only screen and (max-width: 1399px) {
  #top h2 {
    font-size: clamp(1.75rem, calc(1.38rem + 0.78vw), 2rem); } }

@media only screen and (max-width: 767px) {
  #top h2 {
    font-size: clamp(1.25rem, calc(0.89rem + 1.79vw), 1.75rem); } }
