@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.1.1/dist/css/yakuhanjp.css");
/*==================================================================================================
	トップページ
==================================================================================================*/
article.home .fv {
  width: 100vw;
  height: 100vh;
  min-height: 740px;
  position: relative;
  display: flex;
  align-items: center;
}
article.home .fv h1 {
  padding-left: 6.4583333333vw;
  padding-bottom: 5%;
}
@media screen and (max-width: 767px) {
  article.home .fv h1 {
    padding: 0 4vw 50%;
  }
}
article.home .fv h1 img {
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5));
}
article.home .fv .slides {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: -2;
}
article.home .fv .slides::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #999;
  mix-blend-mode: multiply;
  z-index: 1;
}
article.home .fv .slick-list {
  width: 100vw;
  height: 100vh;
}
article.home .fv .slick-track {
  height: 100%;
}
article.home .fv .slide {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
article.home .fv .schedule {
  position: absolute;
  right: 0;
  bottom: 0;
  width: -moz-fit-content;
  width: fit-content;
  background: rgba(0, 0, 0, 0.65);
  padding: 1.5625vw;
  color: #fff;
}
@media screen and (max-width: 767px) {
  article.home .fv .schedule {
    width: 100vw;
    padding: 3rem 3vw;
  }
}
article.home .fv .schedule .ttl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 1rem;
}
article.home .fv .schedule .ttl::before {
  content: "";
  width: clamp(1.8rem, 1rem + 1.0416666667vw, 2.5rem);
  height: auto;
  aspect-ratio: 1/1;
  background: url("../img/icon-anchor.svg") no-repeat center/contain;
}
article.home .fv .schedule .ttl a {
  margin-left: auto;
  padding: 1rem 2rem;
  font-size: clamp(1.1rem, 0.7571428571rem + 0.4464285714vw, 1.4rem);
}
article.home .fv .schedule .ttl a:hover {
  border-color: #fff;
  background: transparent;
  color: #fff;
}
article.home .fv .schedule .table-sp::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.1);
  margin-top: 10px;
}
article.home .fv .schedule .table-sp::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 100vh;
}
article.home .fv .schedule table {
  width: 100%;
}
@media screen and (max-width: 767px) {
  article.home .fv .schedule table {
    white-space: nowrap;
  }
}
article.home .fv .schedule table tr:nth-child(odd):not(:first-child) {
  background: rgba(0, 0, 0, 0.4);
}
article.home .fv .schedule table th {
  text-align: left;
  font-size: clamp(1rem, 0.7714285714rem + 0.2976190476vw, 1.2rem);
  padding: 1.4rem 2rem;
  border-bottom: 1px solid #fff;
}
article.home .fv .schedule table td {
  font-size: clamp(1.2rem, 0.9714285714rem + 0.2976190476vw, 1.4rem);
  padding: 1.4rem 2rem;
}
article.home .fv .scroll {
  position: absolute;
  bottom: 0;
  left: 2vw;
  color: #fff;
  writing-mode: vertical-rl;
  display: flex;
  gap: 0.6rem;
  font-size: clamp(0.9rem, 0.3285714286rem + 0.744047619vw, 1.4rem);
}
@media screen and (max-width: 767px) {
  article.home .fv .scroll {
    display: none;
  }
}
article.home .fv .scroll::after {
  content: "";
  animation: scroll 2s infinite;
  background: #fff;
  height: 160px;
  margin: auto;
  width: 1px;
}
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
article.home .intro {
  padding: 8rem 4vw;
  text-align: center;
  background: url("../img/bg-intro.svg") no-repeat center/contain;
}
article.home .intro h2 {
  font-size: clamp(3.2rem, -1.8285714286rem + 6.5476190476vw, 7.6rem);
  font-weight: 800;
  line-height: 1.22;
  color: rgb(18, 40, 76);
}
article.home .intro h3 {
  margin-top: 2.6rem;
  font-size: clamp(1.8rem, -0.2571428571rem + 2.6785714286vw, 3.6rem);
  font-weight: 600;
  color: rgb(18, 40, 76);
  letter-spacing: 0.11em;
}
article.home .intro p {
  margin-top: 2.6rem;
  line-height: 2.55;
}
article.home .intro a {
  margin: 2.6rem auto 0;
}
article.home .contents {
  display: flex;
}
@media screen and (max-width: 767px) {
  article.home .contents {
    flex-direction: column;
  }
}
article.home .contents a {
  display: block;
  width: 100%;
  padding: 12rem 2vw;
  position: relative;
  overflow: hidden;
  color: #fff;
  text-align: center;
}
article.home .contents a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(18, 40, 76, 0.6);
  mix-blend-mode: multiply;
  z-index: -1;
}
article.home .contents a:hover .bg {
  transform: scale(1.15);
}
article.home .contents a:hover::after {
  background: rgba(18, 40, 76, 0.85);
}
article.home .contents h2 {
  line-height: 1;
}
article.home .contents h2 .jp {
  display: block;
  font-size: clamp(2rem, -0.9714285714rem + 3.869047619vw, 4.6rem);
  font-weight: 600;
  letter-spacing: 0.11em;
}
article.home .contents h2 .en {
  display: block;
  font-size: clamp(1rem, 0.0857142857rem + 1.1904761905vw, 1.8rem);
  font-weight: 700;
  margin-top: 2rem;
}
article.home .contents p {
  margin-top: 2.6rem;
  font-size: clamp(1.3rem, 0.9571428571rem + 0.4464285714vw, 1.6rem);
}
article.home .contents .arrow {
  display: block;
  width: 6rem;
  height: auto;
  aspect-ratio: 1/1;
  background: url("../img/arrow-r-line.svg") no-repeat center/contain;
  margin: 2.6rem auto 0;
}
article.home .contents .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  transition: 0.5s all;
}
article.home .contents .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
article.home .request {
  background: url("../img/bg-request.jpg") no-repeat center/cover;
  padding: 12rem 2vw;
  color: #fff;
  text-align: center;
}
article.home .request h2 .en {
  display: block;
  font-size: clamp(3.2rem, 0.6857142857rem + 3.2738095238vw, 5.4rem);
  font-weight: 700;
  line-height: 1.22;
}
article.home .request h2 .jp {
  display: block;
  font-size: clamp(1.8rem, 0.4285714286rem + 1.7857142857vw, 3rem);
  font-weight: 600;
  letter-spacing: 0.11em;
  margin-top: 2rem;
}
article.home .request p {
  margin-top: 4rem;
}
article.home .request a {
  margin: 4rem auto 0;
  width: 100%;
  max-width: 490px;
  gap: 2rem;
  padding: clamp(1.3rem, 0.2714285714rem + 1.3392857143vw, 2.2rem) clamp(1.3rem, 0.2714285714rem + 1.3392857143vw, 2.2rem);
}
article.home .news-list {
  padding: 8rem 0;
}
article.home .news-list .ttl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4rem;
  margin-bottom: 2.4rem;
}
article.home .news-list .ttl h2 {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  gap: 0.6rem;
  line-height: 1.22;
  color: rgb(18, 40, 76);
}
@media screen and (max-width: 767px) {
  article.home .news-list .ttl h2 {
    flex-direction: column;
  }
}
article.home .news-list .ttl .en {
  font-size: clamp(3.2rem, -1.8285714286rem + 6.5476190476vw, 7.6rem);
  font-weight: 800;
}
article.home .news-list .ttl .jp {
  font-size: clamp(1.6rem, 0.9142857143rem + 0.8928571429vw, 2.2rem);
  font-weight: 600;
}
article.home .news-list .ttl a.line {
  border: 0px;
}

article:not(.home) {
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  padding-top: clamp(4rem, 1.7142857143rem + 2.9761904762vw, 6rem);
}

article.single {
  padding-top: clamp(6rem, 2.5714285714rem + 4.4642857143vw, 9rem);
}

.sub-ttl .inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
.sub-ttl h1 {
  color: rgb(18, 40, 76);
  font-weight: 700;
}
.sub-ttl .jp {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
  font-size: clamp(1.8rem, 1.2285714286rem + 0.744047619vw, 2.3rem);
}
.sub-ttl .jp::before {
  content: "";
  display: block;
  width: 4.2rem;
  height: 1px;
  background: rgb(18, 40, 76);
}
.sub-ttl .en {
  font-size: clamp(5rem, 1.5714285714rem + 4.4642857143vw, 8rem);
  line-height: 1;
  word-break: break-all;
}
.sub-ttl nav {
  margin-top: 2rem;
  margin-left: auto;
}
.sub-ttl nav ol {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.sub-ttl nav li {
  font-size: clamp(1rem, 0.6571428571rem + 0.4464285714vw, 1.3rem);
  white-space: nowrap;
}
.sub-ttl nav li:not(:last-child)::after {
  content: "｜";
  margin: 0 1.6rem;
}
.sub-ttl nav a {
  color: rgb(0, 54, 133);
  text-decoration: underline;
}
.sub-ttl nav a:hover {
  text-decoration: none;
}
.sub-ttl .bg {
  width: 100vw;
  height: 22.1354166667vw;
  min-height: 200px;
  margin-top: 2rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.single-ttl {
  padding: 0 4vw;
}
.single-ttl h1 {
  text-align: center;
  font-size: clamp(3rem, 2.3142857143rem + 0.8928571429vw, 3.6rem);
}
.single-ttl .data {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.6rem;
  margin-top: 1rem;
}
.single-ttl .cate {
  display: block;
  min-width: 7em;
  padding: 1rem 2rem;
  font-size: clamp(1rem, 0.6571428571rem + 0.4464285714vw, 1.3rem);
  font-weight: 600;
  text-align: center;
  color: rgb(18, 40, 76);
  border: 1px solid rgb(18, 40, 76);
  border-radius: 100vh;
  line-height: 1;
  white-space: nowrap;
}
.single-ttl .cate.important {
  background: rgb(215, 83, 51);
  border-color: rgb(215, 83, 51);
  color: #fff;
}

.sub-content {
  padding-top: clamp(4rem, 1.7142857143rem + 2.9761904762vw, 6rem);
}
.sub-content .inner > *:first-child {
  margin-top: 0 !important;
}
.sub-content.form .inner, .sub-content.single .inner {
  max-width: calc(980px + 8vw);
}
.sub-content h2 {
  margin-top: 8rem;
  font-size: clamp(3rem, 2.3142857143rem + 0.8928571429vw, 3.6rem);
  line-height: 1.35;
  color: rgb(18, 40, 76);
}
.sub-content h3 {
  margin-top: 6rem;
  background: rgb(18, 40, 76);
  font-size: clamp(1.5rem, 0.9285714286rem + 0.744047619vw, 2rem);
  color: #fff;
  font-weight: 600;
  padding: 0.6em 1em;
}
.sub-content h4 {
  margin-top: 6rem;
  font-size: clamp(1.8rem, 1.3428571429rem + 0.5952380952vw, 2.2rem);
  font-weight: 500;
  color: rgb(18, 40, 76);
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.sub-content h4::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2px;
  background: rgb(18, 40, 76);
  margin-right: 0.5rem;
}
.sub-content h5 {
  margin-top: 4rem;
  font-weight: 600;
  color: rgb(0, 54, 133);
}
.sub-content p {
  margin-top: 2.4rem;
}
.sub-content p.arrow {
  background: url("../img/arrow-r-fill.svg") no-repeat top 0.4em left/2rem;
  padding-left: 3rem;
}
.sub-content p.note {
  padding: 2rem;
  background: rgb(240, 241, 244);
  border: 1px dashed rgb(18, 40, 76);
  font-size: clamp(1.2rem, 0.7428571429rem + 0.5952380952vw, 1.6rem);
}
.sub-content a {
  color: rgb(0, 54, 133);
  text-decoration: underline;
  overflow-wrap: anywhere;
}
.sub-content a:hover {
  text-decoration: none;
}
.sub-content .wp-block-image {
  margin-top: 2.4rem;
}
.sub-content .wp-block-image figcaption {
  background: rgb(240, 241, 244);
  padding: 1.6rem;
  font-size: 80%;
  margin: 1.6rem 0 0;
  border-radius: 3px;
}
.sub-content .wp-block-image.border img {
  border: 1px solid rgba(0, 0, 0, 0.4);
}
.sub-content ul {
  margin-top: 2.4rem;
  list-style: disc;
  padding-left: 1em;
}
.sub-content ul li:not(:first-child) {
  margin-top: 1.5rem;
}
.sub-content ul.list-line {
  list-style: none;
  padding-left: 0;
}
.sub-content ul.list-line li {
  padding: 2rem 0;
  margin-top: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.4);
}
.sub-content ul.list-line li:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
.sub-content ol {
  margin-top: 2.4rem;
  list-style: decimal;
  padding-left: 1.35em;
}
.sub-content ol li:not(:first-child) {
  margin-top: 1.5rem;
}
.sub-content hr.wp-block-separator {
  margin: 6rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.4);
}
.sub-content .wp-block-group {
  margin-top: 4rem;
}
.sub-content .wp-block-group__inner-container > *:first-child {
  margin-top: 0 !important;
}
.sub-content .wp-block-group.line-left {
  border-left: 3px solid rgb(18, 40, 76);
  padding-top: 2rem;
  padding-left: 3rem;
  padding-bottom: 2rem;
}
.sub-content .wp-block-columns {
  margin-top: 4rem;
}
.sub-content .wp-block-columns .wp-block-column > *:first-child {
  margin-top: 0 !important;
}
.sub-content .wp-block-media-text {
  margin-top: 4rem;
  gap: 2.4rem 6rem;
}
.sub-content .wp-block-media-text__content {
  padding: 0;
}
.sub-content .wp-block-media-text__content > *:first-child {
  margin-top: 0 !important;
}
.sub-content .wp-block-gallery {
  margin-top: 6rem;
}
.sub-content .wp-block-embed {
  margin-top: 6rem;
}
.sub-content .wp-block-embed.is-type-video iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.sub-content .wp-block-flexible-table-block-table {
  margin-top: 2.4rem;
  overflow: auto;
}
.sub-content .wp-block-flexible-table-block-table table {
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  font-size: clamp(1.4rem, 1.1714285714rem + 0.2976190476vw, 1.6rem);
  min-width: 820px;
}
.sub-content .wp-block-flexible-table-block-table table th {
  border: 0px;
  padding: 1.6rem 2rem !important;
  font-size: 90%;
  font-weight: 600;
}
.sub-content .wp-block-flexible-table-block-table table td {
  border: 0px;
  padding: 2rem !important;
}
.sub-content .wp-block-flexible-table-block-table table td.copy {
  cursor: pointer;
}
.sub-content .wp-block-flexible-table-block-table table td.copy img {
  transition: 0.5s all;
}
.sub-content .wp-block-flexible-table-block-table table td.copy:hover img {
  transform: scale(1.15);
}
.sub-content .wp-block-flexible-table-block-table.important table {
  border: 0px;
}
.sub-content .wp-block-flexible-table-block-table.important table th {
  border: 0px;
  padding-left: 3rem !important;
  background: rgb(255, 0, 0);
  color: #fff;
  position: relative;
}
.sub-content .wp-block-flexible-table-block-table.important table th::before {
  content: "";
  width: 2rem;
  height: 2rem;
  background: url("../img/icon-important.svg") no-repeat center/contain;
  position: absolute;
  left: 2.5rem;
  top: 50%;
  transform: translateY(-50%);
}
.sub-content .wp-block-flexible-table-block-table.important table td {
  border: 0px;
  background: rgb(255, 231, 233);
  color: rgb(255, 0, 0);
  font-weight: 600;
}
.sub-content a.back {
  text-decoration: none;
  margin: 10rem auto 0;
}

article.archive .news-list {
  padding-top: clamp(4rem, 1.7142857143rem + 2.9761904762vw, 6rem);
}

.news-list li:nth-child(odd) {
  background: rgb(240, 241, 244);
}
.news-list li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 3rem;
  gap: 0 2rem;
}
@media screen and (max-width: 767px) {
  .news-list li a {
    flex-wrap: wrap;
    padding: 2rem;
    gap: 1rem;
  }
}
.news-list li a:hover p {
  text-decoration: underline;
}
.news-list time {
  font-weight: 500;
}
.news-list .cate {
  display: block;
  min-width: 7em;
  padding: 1rem 2rem;
  font-size: clamp(1rem, 0.6571428571rem + 0.4464285714vw, 1.3rem);
  font-weight: 600;
  text-align: center;
  color: rgb(18, 40, 76);
  border: 1px solid rgb(18, 40, 76);
  border-radius: 100vh;
  line-height: 1;
  white-space: nowrap;
}
.news-list .cate.important {
  background: rgb(215, 83, 51);
  border-color: rgb(215, 83, 51);
  color: #fff;
}
@media screen and (max-width: 767px) {
  .news-list p {
    width: 100%;
  }
}

.sub-content.schedule .search-box {
  margin-bottom: 5rem;
  background: rgb(240, 241, 244);
  padding: 2rem 3rem;
}
.sub-content.schedule .search-box form {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem 2vw;
}
.sub-content.schedule .search-box .item {
  width: calc((100% - 6vw) / 4);
}
.sub-content.schedule .search-box .item p {
  margin-top: 0;
  margin-bottom: 0.6rem;
  font-size: clamp(1.3rem, 0.9571428571rem + 0.4464285714vw, 1.6rem);
  font-weight: 600;
}
.sub-content.schedule .search-box .item p::before {
  content: "▼";
}
.sub-content.schedule .search-box .btn {
  width: 100%;
}
.sub-content.schedule .search-box .btn input {
  display: block;
  width: 100%;
  max-width: 220px;
  margin: 0 auto;
  padding: clamp(0.8rem, 0rem + 1.0416666667vw, 1.5rem) clamp(1.3rem, 0.2714285714rem + 1.3392857143vw, 2.2rem);
  line-height: 1.35;
  background: rgb(0, 54, 133);
  color: #fff;
  border: 1px solid rgb(0, 54, 133);
  border-radius: 100vh;
  cursor: pointer;
}
.sub-content.schedule .search-box .btn input:hover {
  filter: brightness(0.85);
}
.sub-content.schedule .result-box .data {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 2em;
}
.sub-content.schedule .result-box .data p {
  margin-top: 0;
}
.sub-content.schedule .result-box .data p span {
  color: rgb(255, 0, 0);
}
.sub-content.schedule .result-box .data time {
  text-align: right;
}
.sub-content.schedule .result-box table {
  margin-top: 2rem;
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  font-size: clamp(1.4rem, 1.1714285714rem + 0.2976190476vw, 1.6rem);
  width: 100%;
  min-width: 820px;
}
.sub-content.schedule .result-box table th {
  border: 0px;
  padding: 1.6rem 2rem !important;
  font-size: 90%;
  font-weight: 600;
  text-align: left;
  letter-spacing: normal;
  white-space: nowrap;
}
.sub-content.schedule .result-box table th[data-sort] {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.sub-content.schedule .result-box table th sup {
  color: rgb(255, 0, 0);
  font-size: 70%;
}
.sub-content.schedule .result-box table th span {
  padding-right: 1em;
  position: relative;
}
.sub-content.schedule .result-box table th span::before, .sub-content.schedule .result-box table th span::after {
  content: "";
  position: absolute;
  right: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  transition: opacity 0.2s ease;
  opacity: 1;
}
.sub-content.schedule .result-box table th span::before {
  top: calc(50% - 6px);
  border-bottom: 5px solid #333;
}
.sub-content.schedule .result-box table th span::after {
  bottom: calc(50% - 6px);
  border-top: 5px solid #333;
}
.sub-content.schedule .result-box table th.asc span::before {
  opacity: 1;
}
.sub-content.schedule .result-box table th.asc span::after {
  opacity: 0.2;
}
.sub-content.schedule .result-box table th.desc span::before {
  opacity: 0.2;
}
.sub-content.schedule .result-box table th.desc span::after {
  opacity: 1;
}
.sub-content.schedule .result-box table td {
  border: 0px;
  padding: 2rem;
  white-space: nowrap;
}
.sub-content.schedule .result-box table td.center {
  text-align: center;
}
.sub-content.schedule .result-box table tbody tr:nth-child(odd) {
  background: rgb(240, 241, 244);
}
.sub-content.schedule .result-box p.caution {
  color: rgb(255, 0, 0);
}/*# sourceMappingURL=page.css.map */