@charset "UTF-8";
.footer {
  background: rgba(35, 34, 39, 0.6);
  padding: 30px 34px;
  min-height: 292px;
}
@media screen and (max-width: 991.98px) {
  .footer {
    min-height: 160px;
  }
}
@media screen and (min-width: 992px) {
  .footer .logo img {
    height: 61px;
  }
}

.footer-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 991.98px) {
  .footer-grid {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.footer-grid .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 33px;
}
@media screen and (min-width: 992px) {
  .footer-grid .sns {
    gap: 22px;
  }
  .footer-grid .sns .facebook {
    max-height: 44px;
  }
  .footer-grid .sns .x {
    max-height: 35px;
  }
}
@media screen and (max-width: 991.98px) {
  .footer-grid .sns {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 17px;
  }
  .footer-grid .sns .facebook {
    max-height: 38px;
  }
  .footer-grid .sns .x {
    max-height: 31px;
  }
}

.mv {
  height: 100vh;
  display: block;
  width: 100%;
}
.mv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.section-news {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 991.98px) {
  .section-news {
    background: var(--gray);
  }
  .section-news .box {
    background: unset;
  }
}
@media screen and (min-width: 992px) {
  .section-news {
    overflow-x: hidden;
    background: rgba(134, 133, 136, 0.8);
    width: 1280px;
    margin: 0 auto;
    margin-top: -184px;
  }
}

.mobile-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: var(--gray);
}
.mobile-link span {
  font-weight: bold;
}

.section-search {
  background: linear-gradient(to bottom, #868588 333px, white 333px);
}
.section-search h2 {
  font-size: 3rem;
  margin-bottom: 26px;
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  .section-search .wrapper-v {
    padding-bottom: 191px;
  }
}

@media screen and (min-width: 992px) {
  .search-wrap {
    position: relative;
  }
  .search-wrap .modal {
    position: absolute;
    inset: 68px 0 0 0;
    z-index: 1;
  }
  .search-wrap .modal-overlay {
    background: unset;
    display: none !important;
  }
  .modal-table {
    max-width: 1125px;
    margin-inline: auto;
    margin-top: 20px;
  }
}
.flex-has-image.__01 {
  gap: 41px;
}
.flex-has-image.__01 .post {
  font-size: 2.2rem;
  font-weight: 500;
  margin-top: 10px;
}
@media screen and (max-width: 991.98px) {
  .flex-has-image.__01 .post {
    font-size: 1.1rem;
  }
}
.flex-has-image.__01 .name {
  font-size: 3rem;
  font-weight: bold;
}
@media screen and (max-width: 991.98px) {
  .flex-has-image.__01 .name {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 991.98px) {
  .flex-has-image.__01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
  .flex-has-image.__01 .image {
    width: 100%;
    text-align: center;
    position: relative;
    margin-top: 16px;
  }
  .flex-has-image.__01 .image img {
    max-width: 152px;
  }
  .flex-has-image.__01 .image .caption {
    text-align: left;
    position: absolute;
    inset: auto auto 0 0;
  }
}

@media screen and (max-width: 991.98px) {
  .mein-eng-about .chaiman {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .mein-eng-about .caption.sp-only {
    text-align: left !important;
    width: 30%;
    padding-left: 8px;
    position: static !important;
  }
  .mein-eng-about .caption.sp-only .post {
    text-align: left !important;
    margin-right: 0 !important;
  }
  .mein-eng-about .caption.sp-only .name {
    text-align: left !important;
  }
}

.flex-has-image.__02 {
  gap: 23px;
}
.flex-has-image.__02 .image {
  gap: 32px;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.flex-has-image.__02 .image img {
  min-width: 214px;
}
@media screen and (max-width: 991.98px) {
  .flex-has-image.__02 .image img {
    min-width: 0;
  }
}
.flex-has-image.__02 .image .name {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 5px;
}
@media screen and (max-width: 991.98px) {
  .flex-has-image.__02 .image .name {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 991.98px) {
  .flex-has-image.__02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 0;
  }
  .flex-has-image.__02 .image {
    gap: 15px;
  }
}

.flex-has-image.__modal {
  padding: 30px;
  gap: 40px;
}
@media screen and (max-width: 991.98px) {
  .flex-has-image.__modal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
}
.flex-has-image.__modal .image img {
  max-width: 255px;
}
@media screen and (max-width: 991.98px) {
  .flex-has-image.__modal .image img {
    max-width: 144px;
  }
}
.flex-has-image.__modal .image .year {
  font-size: 1.5rem;
  font-weight: 500;
  margin-top: 12px;
}
@media screen and (max-width: 767.98px) {
  .flex-has-image.__modal .image .year {
    margin-top: 0;
    font-size: 1.2rem;
  }
}
.flex-has-image.__modal .image .name-eng {
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 767.98px) {
  .flex-has-image.__modal .image .name-eng {
    font-size: 1.2rem;
  }
}
.flex-has-image.__modal .image .name {
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 991.98px) {
  .flex-has-image.__modal .image .name {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 991.98px) {
  .flex-has-image.__modal .image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
}
.flex-has-image.__modal .text p {
  font-size: 1.8rem;
  line-height: 1.6;
}
@media screen and (max-width: 991.98px) {
  .flex-has-image.__modal .text p {
    font-size: 1.4rem;
    padding-bottom: 2em;
  }
}
.flex-has-image.__modal .text p span::before {
  content: "● ";
  color: var(--skyblue);
}

@media screen and (max-width: 991.98px) {
  .modal-about .modal {
    background: var(--white);
  }
  .modal-about .modal-inner {
    border: none;
  }
  .modal-about .modal-next,
  .modal-about .modal-prev {
    display: none;
  }
  .modal-about .wrapper-v,
  .modal-about .wrapper {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
  }
}
.rule p {
  font-size: 2.8rem;
  font-weight: bold;
}
@media screen and (max-width: 991.98px) {
  .rule p {
    font-size: 1.8rem;
  }
  .rule p small {
    font-size: 1.2rem;
    margin-top: 7px;
  }
  .rule p span.dot {
    display: none;
  }
}
.rule p.small {
  font-size: 2.2rem;
}
@media screen and (max-width: 991.98px) {
  .rule p.small {
    font-size: 1.4rem;
  }
  .rule p.small .year,
  .rule p.small .group {
    font-size: 1.2rem;
  }
  .rule p.small span {
    display: block;
  }
}
.rule h3 + p {
  margin-top: 10px;
}
@media screen and (max-width: 991.98px) {
  .rule h3 {
    color: var(--skyblue);
  }
}

/*main-aikikai*/
@media screen and (max-width: 991.98px) {
  main {
    margin-top: 20px;
  }
}
.main-aikikai #logo {
  width: 263px;
}
.main-aikikai #text {
  width: 483px;
}
@media screen and (max-width: 991.98px) {
  .main-aikikai #text p {
    margin-top: 0;
  }
}
@media screen and (max-width: 991.98px) {
  .main-aikikai #active-list-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background-color: #f3f0dc;
  }
}
.main-aikikai .active-list {
  width: calc(50% - 15px);
  margin-top: 60px;
  margin-bottom: 80px;
  border: 1px solid #868588;
  padding: 37px;
}
.main-aikikai .active-list li {
  font-size: 2.2rem;
  line-height: 1.9em;
  font-weight: 500;
}
.main-aikikai .active-list li::before {
  content: "● ";
  color: skyblue;
}
@media screen and (max-width: 991.98px) {
  .main-aikikai .active-list {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0;
    border: none;
    padding: 20px 10px;
  }
  .main-aikikai .active-list h3 {
    font-size: 1.4rem;
    color: #57565a;
  }
  .main-aikikai .active-list li {
    font-size: 1.4rem;
    line-height: 1.6em;
  }
}
.main-aikikai .active-list p.small {
  font-size: 1.6rem;
}
@media screen and (max-width: 991.98px) {
  .main-aikikai .active-list p.small {
    font-size: 1.4rem;
    margin: 0;
  }
}
.main-aikikai .image_caption .caption2 {
  line-height: 1.4rem;
  font-size: 1.5rem;
  margin-block: 0.8em;
}
.main-aikikai .txt_migiyori-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (min-width: 992px) {
  .main-aikikai .txt_migiyori-wrap .txt_migiyori {
    width: 936px;
  }
}
@media screen and (max-width: 991.98px) {
  .main-aikikai .swiper-button-next, .main-aikikai .swiper-button-prev {
    z-index: 50;
    color: #fff;
    background-color: #007aff;
    border-radius: 40px;
    height: 28px;
  }
  .main-aikikai .swiper-button-next:after, .main-aikikai .swiper-button-prev:after {
    font-size: 13px;
    font-weight: bold;
  }
  .main-aikikai .aikikai-slider {
    padding-top: 0;
  }
  .main-aikikai .aikikai-slider img {
    width: 100%;
  }
}
@media screen and (max-width: 991.98px) {
  .main-aikikai .chaiman .caption {
    right: 0 !important;
    bottom: 40% !important;
    text-align: right !important;
  }
  .main-aikikai .chaiman .caption .post {
    margin-right: 33px;
  }
}

.member-list {
  width: calc(50% - 40px);
}
@media screen and (max-width: 991.98px) {
  .member-list {
    width: 100%;
  }
}
.member-list.long {
  width: 100%;
}
.member-list li {
  border-top: 1px solid #868588;
  padding: 20px 0px 20px 85px;
}
.member-list li:last-child {
  border-bottom: 1px solid #868588;
}
.member-list li span.post, .member-list li span.style {
  font-size: 1.8rem;
  width: 30%;
  display: inline-block;
}
.member-list li .name {
  font-size: 2.2rem;
  font-weight: bold;
  width: 40%;
  display: inline-block;
}
.member-list li .name-long {
  font-size: 2.2rem;
  font-weight: bold;
  width: 70%;
  display: inline-block;
}
@media screen and (max-width: 991.98px) {
  .member-list li {
    padding: 10px 0px;
  }
  .member-list li span.post {
    font-size: 1.6rem;
  }
  .member-list li span.style {
    font-size: 1.6rem;
    text-align: right;
  }
  .member-list li .name {
    font-size: 1.6rem;
    color: var(--black);
  }
  .member-list li .name-long {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 991.98px) {
  .member-list:first-child li:last-child {
    border-bottom: none;
  }
}

@media screen and (max-width: 991.98px) {
  .org-list .flex-half > div {
    width: 100%;
  }
  .org-list .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.member-list2 {
  width: calc(50% - 40px);
}
@media screen and (max-width: 991.98px) {
  .member-list2 {
    width: 100%;
  }
}
.member-list2.long {
  width: 100%;
}
.member-list2 li {
  border-top: 1px solid #868588;
  padding: 20px 0px 20px 20px;
}
.member-list2 li:last-child {
  border-bottom: 1px solid #868588;
}
.member-list2 li .style {
  font-size: 2.2rem;
  width: 24%;
  font-weight: bold;
  display: inline-block;
}
.member-list2 li .name {
  font-size: 2.2rem;
  font-weight: bold;
  width: 35%;
  display: inline-block;
}
.member-list2 li .kana {
  font-size: 17px;
  width: 40%;
  display: inline-block;
}
@media screen and (max-width: 991.98px) {
  .member-list2 li {
    padding: 10px 0px;
  }
  .member-list2 li span.post {
    font-size: 1.5rem;
  }
  .member-list2 li span.style {
    font-size: 1.5rem;
    text-align: left;
    width: 10%;
  }
  .member-list2 li .name {
    font-size: 1.5rem;
    color: var(--black);
    width: 45%;
  }
  .member-list2 li .name-long {
    font-size: 1.5rem;
  }
  .member-list2 li .kana {
    font-size: 1rem;
  }
}
@media screen and (max-width: 991.98px) {
  .member-list2:first-child li:last-child {
    border-bottom: none;
  }
}

.swiper {
  padding-top: 40px;
}

@media screen and (max-width: 991.98px) {
  .main-about_02 {
    margin-top: 40px;
  }
  .main-about_02 .swiper {
    padding-top: 60px;
    margin-top: -60px;
  }
  .main-about_02 .swiper-pagination {
    position: absolute;
  }
}
.swiper-pagination-bullets {
  top: 0px !important;
}

.swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: transparent;
  border: 1px solid #57565a;
}

.swiper-pagination-bullet-active {
  border: 1px solid #7ec2ea;
  background-color: #7ec2ea;
}

.sample-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.sample-slider {
  padding-top: 0;
}

.home .sample-slider img, .home .section-slider img {
  width: 100%;
}

.sky-table {
  width: 100%;
  border-collapse: collapse;
}
.sky-table caption {
  background-color: var(--skyblue);
  color: #fff;
  text-align: center;
  padding: 14px;
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  .sky-table caption {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 991.98px) {
  .sky-table caption {
    font-size: 1.4rem;
    margin-bottom: 10px;
    padding: 4px;
  }
}
.sky-table td {
  padding: 27px;
  border-left: 1px solid var(--skyblue);
  border-bottom: 1px solid var(--skyblue);
}
@media screen and (max-width: 991.98px) {
  .sky-table td {
    width: 100%;
    display: block;
    padding: 10px;
  }
}
.sky-table td dl dt {
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  .sky-table td dl dt {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 991.98px) {
  .sky-table td dl dt {
    font-size: 1.3rem;
  }
}
.sky-table td dl dd {
  margin-top: 25px;
}
@media screen and (max-width: 991.98px) {
  .sky-table td dl dd {
    font-size: 1.2rem;
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.sky-table td dl dd p {
  font-size: 2rem;
  line-height: 1.25em;
  margin-block: 0.5em;
}
.sky-table td dl dd p:before {
  content: "● ";
  color: var(--skyblue);
}
@media screen and (max-width: 991.98px) {
  .sky-table td dl dd p {
    font-size: 1.2rem;
    margin: 0;
  }
}
@media screen and (max-width: 991.98px) {
  .sky-table td {
    border-right: 1px solid var(--skyblue);
  }
}
@media screen and (min-width: 992px) {
  .sky-table td:last-child {
    border-right: 1px solid var(--skyblue);
  }
  .sky-table td.bl {
    border-bottom: none !important;
    border-right: none !important;
  }
}
@media screen and (max-width: 991.98px) {
  .sky-table td:last-child {
    border-right: 1px solid var(--skyblue);
  }
  .sky-table td.bl {
    border-bottom: none !important;
    border-right: none !important;
    border-left: none !important;
  }
}
@media screen and (max-width: 991.98px) {
  .sky-table tr:first-child td:first-child {
    border-top: 1px solid var(--skyblue);
  }
}

.linkbtn {
  text-align: center;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .linkbtn {
    width: 281px;
  }
}
@media screen and (max-width: 991.98px) {
  .linkbtn {
    width: 60%;
  }
}
@media screen and (min-width: 992px) {
  .linkbtn a {
    background-color: #ffb34c;
    color: #fff;
    width: 100%;
    font-size: 2rem;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .linkbtn a:hover {
    background-color: var(--gray);
  }
  .linkbtn a img {
    width: 10px;
  }
}
@media screen and (max-width: 991.98px) {
  .linkbtn a {
    border: 1px solid var(--skyblue);
    color: var(--skyblue);
    font-size: 1.2rem;
    padding: 14px 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: block;
  }
  .linkbtn a:hover {
    background-color: var(--skyblue);
  }
  .linkbtn a img {
    display: none;
  }
}
@media screen and (max-width: 991.98px) {
  .linkbtn.sp-orange a {
    background-color: #ffb34c;
    border: none;
    color: #fff;
  }
  .linkbtn.sp-orange a:hover {
    background-color: var(--gray);
    border: none;
  }
}

.linkbtn3 {
  text-align: center;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .linkbtn3 {
    width: 281px;
  }
}
@media screen and (max-width: 991.98px) {
  .linkbtn3 {
    width: 60%;
  }
}
.linkbtn3 a {
  background-color: #ffb34c;
  color: #fff;
  width: 100%;
  font-size: 1.8rem;
  padding: 11px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.linkbtn3 a:hover {
  background-color: var(--gray);
}
.linkbtn3 a img {
  width: 40px;
}
@media screen and (max-width: 991.98px) {
  .linkbtn3 a {
    font-size: 1.2rem;
    gap: 0;
  }
  .linkbtn3 a img {
    width: 20px;
  }
}

.linkbtn-tb {
  display: inline-block;
  text-align: center;
  float: right;
}
.linkbtn-tb a {
  background-color: #ffb34c;
  color: #fff;
  width: 100%;
  font-size: 1.7rem;
  padding: 4px 10px;
}
.linkbtn-tb a:hover {
  background-color: var(--gray);
}
@media screen and (max-width: 991.98px) {
  .linkbtn-tb a {
    font-size: 1rem;
    padding: 1px 6px;
  }
}

.caution {
  font-size: 1.6rem !important;
}
.caution a {
  font-size: var(--skyblue);
}

@media screen and (max-width: 991.98px) {
  .media .caution {
    font-size: 11px !important;
  }
  .sp-p13 {
    font-size: 12px !important;
    letter-spacing: 0 !important;
    padding-top: 30px !important;
  }
}
.section-donation .f26 {
  font-size: 2.6rem;
}
@media screen and (max-width: 991.98px) {
  .section-donation .f26 {
    font-size: 1.6rem;
    letter-spacing: 0;
    color: var(--skyblue);
    text-align: left;
  }
}
.section-donation p {
  font-size: 1.8rem;
}
@media screen and (max-width: 991.98px) {
  .section-donation p {
    font-size: 1.4rem;
  }
}
.section-donation .donation-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 40px;
  margin-bottom: 63px;
}
.section-donation .donation-table th {
  background-color: var(--skyblue);
  font-size: 2.2rem;
  text-align: center;
  padding: 20px;
  color: #fff;
  font-weight: bold;
}
.section-donation .donation-table th:not(:last-child) {
  border-right: 1px solid var(--gray);
}
.section-donation .donation-table td {
  font-weight: 500;
  line-height: 1.5em;
  padding: 20px;
  border-right: 1px solid var(--gray);
}
@media screen and (min-width: 992px) {
  .section-donation .donation-table td > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 2rem;
  }
}
.section-donation .donation-table td.f20 {
  font-size: 2rem;
}
.section-donation .donation-table td.tr-gray {
  background-color: var(--gray);
  text-align: center;
  color: #fff;
}
.section-donation .donation-table td.tr-blue {
  background-color: var(--skyblue);
  text-align: center;
  color: #fff;
}
.section-donation .donation-table td:first-child {
  border-left: 1px solid var(--gray);
}
.section-donation .donation-table tr.bb td {
  border-bottom: 1px solid var(--gray);
}
@media screen and (min-width: 992px) {
  .section-donation .donation-table.table-column3 th, .section-donation .donation-table.table-column3 td {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 991.98px) {
  .section-donation .donation-table {
    margin-top: 0px;
  }
  .section-donation .donation-table th {
    font-size: 1.5rem;
    padding: 4px;
    display: block;
    width: 100%;
  }
  .section-donation .donation-table th:not(:last-child) {
    border-right: none;
  }
  .section-donation .donation-table td {
    display: block;
    width: 100%;
    border: none;
    padding: 10px;
    font-size: 1.4rem;
    background-color: #f3f0dc;
  }
  .section-donation .donation-table td.f20 {
    font-size: 1.4rem;
  }
  .section-donation .donation-table td.tr-gray {
    background-color: var(--gray);
    text-align: center;
    color: #fff;
    font-size: 1.2rem;
  }
  .section-donation .donation-table td.tr-blue {
    background-color: var(--skyblue);
    text-align: center;
    color: #fff;
  }
  .section-donation .donation-table td:first-child {
    border-left: none;
  }
  .section-donation .donation-table tr.bb {
    border-right: 1px solid var(--black);
    border-left: 1px solid var(--black);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .section-donation .donation-table tr.bb td {
    border-bottom: none;
    text-align: center;
    width: 33.3333333333%;
    background-color: #fff;
  }
  .section-donation .donation-table tr.bb td a {
    text-align: center;
  }
  .section-donation .donation-table tr.bb td a p {
    font-size: 1.3rem;
    line-height: 1.5rem;
  }
  .section-donation .donation-table tr.bb td img {
    margin-bottom: 10px;
  }
  .section-donation .donation-table .last {
    border-right: 1px solid var(--black);
    border-left: 1px solid var(--black);
    border-bottom: 1px solid var(--black);
  }
  .section-donation .donation-table .last td {
    background-color: #fff;
  }
}
@media screen and (max-width: 991.98px) {
  .section-donation .caution-disc span {
    display: inline-block;
    color: var(--skyblue);
  }
}
.section-donation .waku-sky {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section-donation .waku-sky li {
  color: var(--skyblue);
  font-size: 22px;
  font-weight: bold;
  border: 1px solid var(--skyblue);
  padding: 20px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .section-donation .waku-sky li {
    width: 336px;
  }
}
@media screen and (max-width: 991.98px) {
  .section-donation .waku-sky li {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 991.98px) {
  .section-donation .waku-sky li {
    font-size: 1.5rem;
    padding: 10px;
  }
  .section-donation .waku-sky li:last-child {
    border-left: none;
  }
  .section-donation .waku-sky li:nth-child(4) {
    border-right: none;
  }
}
@media screen and (max-width: 991.98px) {
  .section-donation .waku-sky2 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 992px) {
  .section-donation .waku-sky2 li {
    width: 538px;
  }
}
@media screen and (max-width: 991.98px) {
  .section-donation .waku-sky2 li {
    width: calc(50% - 5px);
    border: 1px solid var(--black);
  }
}
.section-donation .waku-sky2 li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  text-align: left;
}
@media screen and (max-width: 991.98px) {
  .section-donation .waku-sky2 li a {
    font-size: 1.2rem;
    color: var(--black);
  }
}
@media screen and (max-width: 991.98px) {
  .section-donation .waku-sky2 li {
    font-size: 1.5rem;
    padding: 10px;
  }
  .section-donation .waku-sky2 li:last-child {
    border-left: 1px solid var(--black);
  }
  .section-donation .waku-sky2 li:first-child {
    border-right: 1px solid var(--black);
  }
}

.financial-table {
  margin-top: 40px;
  gap: 40px;
}
.financial-table h3 {
  background-color: var(--skyblue);
  padding: 14px;
  font-size: 20px;
  text-align: center;
  color: #fff;
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .financial-table > div {
    width: 33.3333333333%;
  }
}
.financial-table .f-list-cont {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 0;
  border-left: 1px solid var(--gray);
  border-right: 1px solid var(--gray);
  border-bottom: 1px solid var(--gray);
}
.financial-table .f-list-cont .f-list-cont-left {
  width: 40%;
  border-right: 1px solid var(--gray);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.financial-table .f-list-cont .f-list-cont-right {
  width: 60%;
  text-align: center;
}
.financial-table .f-list-cont .f-list-cont-right .year {
  height: 170px;
  overflow-y: scroll;
}
.financial-table .f-list-cont .f-list-cont-right .year li a {
  display: block;
  padding: 6px;
  font-weight: 500;
}
.financial-table .f-list-cont .f-list-cont-right .year li a:hover {
  background-color: #e2f0ff;
}
@media screen and (max-width: 991.98px) {
  .financial-table {
    border: 1px solid var(--black);
    gap: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*タブ見出しの設定*/
    /*表示しない*/
    /*デフォルトでは表示しない*/
    /*クリックされた時*/
    /*クリックされたら表示*/
  }
  .financial-table .left {
    width: 15%;
    padding: 70px 10px 0 10px;
    inset: 0;
    border-right: 1px solid var(--black);
    text-align: center;
  }
  .financial-table .tab-simple {
    width: 85%;
    position: relative;
    height: 170px;
  }
  .financial-table .tab-simple > label {
    position: absolute;
    right: 10px;
    padding: 6px 10px;
    margin: 10px;
    border: 1px solid var(--skyblue);
    color: var(--skyblue);
    font-size: 1.5rem;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
  }
  .financial-table .tab-simple > label.kessai {
    top: 100px;
  }
  .financial-table .tab-simple > label.jigyo2 {
    top: 50px;
  }
  .financial-table .tab-simple > label.jigyo {
    top: 0;
  }
  .financial-table .tab-simple input {
    display: none;
  }
  .financial-table .tab-simple > div {
    display: none;
    border-right: 1px solid var(--black);
    width: 50%;
    padding: 0 1em;
    height: 170px;
    overflow-y: scroll;
  }
  .financial-table .tab-simple > div ul li a {
    font-size: 1.5rem;
    text-align: center;
    display: block;
    padding: 10px 0;
  }
  .financial-table .tab-simple > div ul li a:hover {
    background-color: #7ec2ea;
  }
  .financial-table .tab-simple label:has(:checked) {
    opacity: 1;
    background-color: var(--skyblue);
    color: #fff;
  }
  .financial-table .tab-simple label:has(:checked) + div {
    display: block;
  }
}

h4.disc {
  font-weight: bold;
  font-size: 2.2rem;
  margin-block: 1em;
}
h4.disc:before {
  content: "● ";
  color: var(--skyblue);
}
@media screen and (max-width: 991.98px) {
  h4.disc {
    font-size: 1.5rem;
  }
}

h3.disc {
  font-weight: bold;
  color: #57565a;
  font-size: 2.4rem;
  margin-block: 0.5em;
}
h3.disc:before {
  content: "● ";
  color: var(--skyblue);
}
@media screen and (max-width: 991.98px) {
  h3.disc {
    font-size: 1.4rem;
  }
  h3.disc:before {
    color: var(--gray);
  }
}

@media screen and (max-width: 991.98px) {
  .grading h3.disc {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 991.98px) {
  .sp-disk-none:before {
    content: "" !important;
  }
}
.dojo-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.dojo-nav details {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  z-index: 12;
}
.dojo-nav details summary {
  font-size: 1.7rem;
  width: 243px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--gray);
  color: #fff;
  padding: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
}
.dojo-nav details summary img {
  width: 16px;
}
.dojo-nav details summary p {
  padding-right: 36px;
}
.dojo-nav details ul {
  position: absolute;
  top: 54px;
  width: 243px;
  left: 0;
}
.dojo-nav details ul li a {
  background-color: #f4f4f3;
  text-align: center;
  padding: 16px;
  font-size: 1.7rem;
  display: block;
  border-left: 1px solid var(--gray);
  border-right: 1px solid var(--gray);
  border-bottom: 1px solid var(--gray);
  font-weight: 500;
}
.dojo-nav details ul li a:hover {
  background-color: var(--gray);
  color: #fff;
}
@media screen and (max-width: 991.98px) {
  .dojo-nav {
    /* カスタムアイコン */
    /* アイコン切り替え */
    display: block;
  }
  .dojo-nav details[open] .overlay {
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: -1;
  }
  .dojo-nav summary::before {
    content: "";
    position: absolute;
    top: 45%;
    left: 120px;
    width: 10px;
    height: 10px;
    border-right: 2px solid var(--black);
    border-bottom: 2px solid var(--black);
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    -webkit-transition: -webkit-transform 0.75s;
    transition: -webkit-transform 0.75s;
    transition: transform 0.75s;
    transition: transform 0.75s, -webkit-transform 0.75s;
  }
  .dojo-nav details[open] summary::before {
    -webkit-transform: translateY(-50%) rotate(225deg);
            transform: translateY(-50%) rotate(225deg);
  }
  .dojo-nav details {
    position: relative;
  }
  .dojo-nav details summary {
    font-size: 1.3rem;
    width: 100%;
    background-color: #dee6fa;
    color: var(--black);
    padding: 10px;
    display: block;
  }
  .dojo-nav details summary img {
    display: none;
  }
  .dojo-nav details summary p {
    padding-right: 0;
    text-align: center;
  }
  .dojo-nav details ul {
    position: absolute;
    top: 38px;
    width: 100%;
    left: 0;
    background-color: #fff;
    padding-bottom: 10px;
  }
  .dojo-nav details ul li {
    padding-left: 20%;
  }
  .dojo-nav details ul li:first-child {
    margin-left: -1em;
  }
  .dojo-nav details ul li:first-child a:before {
    content: "●";
    color: var(--skyblue);
  }
  .dojo-nav details ul li a {
    background-color: #fff;
    text-align: left;
    padding: 10px;
    font-size: 2rem;
    display: block;
    border: none;
    font-weight: 500;
  }
  .dojo-nav details ul li a:hover {
    background-color: #e2f0ff;
  }
  .dojo-nav details ul li a:before {
    content: "○";
    color: var(--skyblue);
  }
}

.dojo-ex {
  gap: 10px;
}
.dojo-ex div:first-child {
  width: 38%;
}
.dojo-ex div:nth-child(2) {
  width: 24%;
  padding-right: 20px;
}
.dojo-ex div:last-child {
  width: 38%;
}
@media screen and (max-width: 991.98px) {
  .dojo-ex {
    gap: 0;
    margin-top: 60px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .dojo-ex div:first-child {
    width: 49%;
  }
  .dojo-ex div:nth-child(2) {
    width: 51%;
    padding-right: 0;
  }
  .dojo-ex div:last-child {
    width: 100%;
    display: block;
  }
}

@media screen and (max-width: 991.98px) {
  .back-beige-sp {
    background-color: #f3f0dc;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 60px;
  }
}
.simple-h3 {
  font-size: 2.2rem;
  font-weight: bold;
  margin-top: 2em;
  margin-bottom: 0.5em;
  color: var(--gray) !important;
}
@media screen and (max-width: 991.98px) {
  .simple-h3 {
    font-size: 1.4rem !important;
  }
}

.map-table {
  width: 100%;
  border-collapse: collapse;
  border-bottom: 1px solid var(--gray);
  display: table;
}
.map-table th {
  width: 50%;
  background-color: var(--skyblue);
  padding: 8px;
  font-size: 20px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  border-top: 1px solid var(--gray);
  border-right: 1px solid var(--gray);
  border-left: 1px solid var(--gray);
}
.map-table th:last-child {
  border-right: 1px solid var(--gray);
}
.map-table td {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  text-align: center;
  border-top: 1px solid var(--gray);
  border-right: 1px solid var(--gray);
  border-left: 1px solid var(--gray);
  text-align: center;
  padding: 20px;
}
.map-table td:last-child {
  border-right: 1px solid var(--gray);
}
.map-table td .tel-ex {
  font-size: 18px;
  margin-block: 0;
}
.map-table td .f24 {
  font-size: 2.4rem;
  font-weight: 500;
}
.map-table .address {
  margin-block: 0.5em;
}
.map-table a {
  display: block;
}
@media screen and (max-width: 991.98px) {
  .map-table {
    background-color: #fff;
    border-right: 1px solid var(--skyblue);
    border-left: 1px solid var(--skyblue);
    border-bottom: 1px solid var(--skyblue);
  }
  .map-table th, .map-table td, .map-table .f24 {
    font-size: 1.2rem !important;
    border: none;
  }
  .map-table td {
    padding: 10px 0;
  }
  .map-table td:last-child {
    border: none;
  }
  .map-table th:last-child {
    border: none;
  }
  .map-table .tel-ex {
    font-size: 1.2rem !important;
    letter-spacing: 0;
    padding-bottom: 10px;
  }
  .map-table .sp-border-right {
    border-right: 1px solid var(--skyblue);
  }
  .map-table .sp-border-top {
    border-top: 1px solid var(--skyblue);
  }
}

@media screen and (min-width: 992px) {
  .map-wrap {
    width: 630px;
    height: 372px;
    margin: 0 auto;
  }
}
.map-wrap iframe {
  width: 100%;
  height: 250px;
}

.access {
  margin-top: 40px;
  margin-bottom: 50px;
}
.access dl {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-top: 1px solid var(--gray);
  padding: 18px 0;
}
@media screen and (min-width: 992px) {
  .access dl dt {
    width: 120px;
  }
}
.access dl.bottom {
  border-bottom: 1px solid var(--gray);
}
@media screen and (max-width: 991.98px) {
  .access {
    margin-top: 5px;
  }
  .access dl {
    display: block;
    border-top: none;
    padding: 18px 0 0 0;
  }
  .access dl dt {
    width: 100%;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .access dl dd {
    font-size: 1.2rem;
  }
  .access dl.bottom {
    border-bottom: none;
  }
}

.dojo .lower-contents p {
  margin-block: 0;
}

@media screen and (max-width: 991.98px) {
  .dojo-list .flex {
    gap: 0 !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 991.98px) {
  .class-image.flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 991.98px) {
  .class-table-flex {
    gap: 0 !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.class-table {
  margin-top: 20px;
  width: 100%;
  border-collapse: collapse;
  border-bottom: 1px solid var(--gray);
  /*ここからスマホ*/
}
.class-table.week tr:first-child th.sky {
  height: 60px;
}
.class-table th {
  vertical-align: middle;
  background-color: #e2f0ff;
  text-align: center;
  line-height: 1.6em;
  font-weight: 500;
  border-top: 1px solid var(--gray);
  border-left: 1px solid var(--gray);
}
@media screen and (min-width: 992px) {
  .class-table th {
    width: 136px;
  }
}
.class-table th:last-child {
  border-right: 1px solid var(--gray);
}
.class-table tr.course th {
  background-color: var(--skyblue);
  color: #fff;
  padding: 20px;
  font-weight: bold;
}
.class-table td {
  line-height: 1.6em;
  vertical-align: middle;
  font-weight: 500;
  border-top: 1px solid var(--gray);
  padding: 20px;
  text-align: center;
  border-left: 1px solid var(--gray);
}
.class-table td:last-child {
  border-right: 1px solid var(--gray);
}
@media screen and (min-width: 992px) {
  .class-table.w214 th {
    width: 214px;
    padding: 28px;
  }
}
.class-table.w214 th td {
  padding: 28px;
}
@media screen and (min-width: 992px) {
  .class-table.w190 th {
    width: 190px;
    padding: 28px;
    vertical-align: top;
  }
}
.class-table.w190 th td {
  padding: 28px;
}
.class-table.blue th {
  background-color: var(--skyblue);
  color: #fff;
  padding: 11px;
}
.class-table.blue .p25 {
  padding: 50px;
}
.class-table.blue.mt0 {
  margin-top: 0;
}
.class-table.blue.mt0 tr:first-child th {
  border-top: 0;
}
.class-table.grading td {
  color: var(--black);
  text-align: left;
}
.class-table .sky {
  background-color: #e2f0ff;
}
.class-table .small {
  font-size: 14px;
}
@media screen and (max-width: 991.98px) {
  .class-table {
    margin-top: 10px;
    display: table;
  }
  .class-table th, .class-table td {
    font-size: 1.2rem;
    padding: 10px !important;
  }
  .class-table .small {
    font-size: 10px;
  }
}

.ibaraki .class-table {
  margin-top: 10px;
}
.ibaraki .class-table th, .ibaraki .class-table td {
  padding: 10px;
}
.ibaraki .class-table.blue.mt0 tr:first-child th {
  border-top: 1px solid var(--black);
}
.ibaraki th.txt_blue {
  background-color: #fff !important;
  color: var(--black);
}

.lower-contents p.caution-right {
  font-size: 14px;
  text-align: right;
  margin-block: 0;
}
@media screen and (max-width: 991.98px) {
  .lower-contents p.caution-right {
    font-size: 10px;
  }
}

.linkbtn-wrap {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
.linkbtn-wrap .linkbtn, .linkbtn-wrap .linkbtn3 {
  margin: 0;
}
.linkbtn-wrap .linkbtn a, .linkbtn-wrap .linkbtn3 a {
  padding: 25px;
}
@media screen and (max-width: 991.98px) {
  .linkbtn-wrap {
    gap: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .linkbtn-wrap .linkbtn, .linkbtn-wrap .linkbtn3 {
    display: block;
  }
  .linkbtn-wrap .linkbtn a, .linkbtn-wrap .linkbtn3 a {
    padding: 14px 10px;
  }
}

@media screen and (max-width: 991.98px) {
  .sp-flex-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sp-flex-wrap p {
    padding: 0 20px;
  }
}

@media screen and (min-width: 992px) {
  .woman {
    width: 711px;
  }
}

.blue-caution {
  margin-top: 90px;
  background-color: #72bce8;
  /*ここからスマホ*/
}
@media screen and (min-width: 992px) {
  .blue-caution {
    padding: 40px;
  }
}
.blue-caution ul {
  margin-bottom: 20px;
}
.blue-caution ul li {
  color: #000;
  font-weight: 500;
}
.blue-caution ul li::before {
  content: "●　";
  color: #fff;
}
.blue-caution .w_waku {
  font-weight: bold;
}
.blue-caution .w_waku div {
  border: 1px solid #fff;
  text-align: center;
  padding: 20px;
  color: #fff;
}
.blue-caution .col3 {
  gap: 20px;
  margin-bottom: 20px;
}
.blue-caution .col3 > div {
  width: 33.3333333333%;
}
.blue-caution .caution-right {
  color: #000;
  font-weight: 500;
}
@media screen and (max-width: 991.98px) {
  .blue-caution {
    margin-top: 20px;
    background-color: #fff;
  }
  .blue-caution ul li {
    color: var(--black);
    font-weight: 500;
    font-size: 1.2rem;
    letter-spacing: 0;
  }
  .blue-caution ul li::before {
    content: "●　";
    color: var(--skyblue);
  }
  .blue-caution .w_waku div {
    border: 1px solid var(--skyblue);
    padding: 10px 4px;
    color: var(--skyblue);
    font-size: 1.4rem;
  }
  .blue-caution .col3 {
    gap: 4px;
    margin-bottom: 10px;
  }
  .blue-caution .col3 > div {
    width: 33.3333333333%;
    background-color: var(--skyblue);
    text-align: center;
    padding: 10px 4px;
    color: #fff;
  }
  .blue-caution .caution-right {
    text-align: center !important;
  }
}

.join {
  /*display: flex;
  justify-content: space-between;
  gap: 50px;*/
  /* .list{
     @include mq-up(lg) {
      width:75%;
     }
     .caution-right{
       margin-top: -40px;
     }
   }*/
}
.join .txt {
  /* @include mq-up(lg) {
    width: 25%;
   }*/
}
.join .txt p {
  font-size: 2rem;
}
.join .caption {
  color: var(--skyblue);
  border: 1px solid var(--gray);
  padding: 10px;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 991.98px) {
  .join {
    gap: 0px;
    display: block;
  }
  .join .txt p {
    font-size: 1.4rem;
  }
  .join .caution-right {
    margin-top: -20px !important;
  }
}

ul.disc-list li {
  font-size: 2rem;
  font-weight: 500;
}
ul.disc-list li:before {
  content: "● ";
  color: var(--skyblue);
}
@media screen and (max-width: 991.98px) {
  ul.disc-list li {
    font-size: 1.2rem;
  }
}

p.small {
  font-size: 1.8rem;
}
@media screen and (max-width: 991.98px) {
  p.small {
    font-size: 1.4rem;
  }
}

.grading-table {
  width: 100%;
  border-collapse: collapse;
  border-bottom: 1px solid var(--gray);
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 20px;
  /*ここからスマホ*/
}
.grading-table th {
  background-color: #e2f0ff;
  vertical-align: middle;
  padding: 25px 4px;
  text-align: center;
  border-top: 1px solid var(--gray);
  border-left: 1px solid var(--gray);
}
.grading-table th:last-child {
  border-right: 1px solid var(--gray);
}
.grading-table .orange th {
  background-color: #ffe9a4;
}
.grading-table td {
  padding: 25px 4px;
  vertical-align: middle;
  text-align: center;
  border-top: 1px solid var(--gray);
  border-left: 1px solid var(--gray);
}
.grading-table td:last-child {
  border-right: 1px solid var(--gray);
}
.grading-table .small {
  font-size: 1.4rem;
}
@media screen and (max-width: 991.98px) {
  .grading-table .small {
    font-size: 1rem;
  }
}
.grading-table span img {
  height: 34px;
}
@media screen and (max-width: 991.98px) {
  .grading-table {
    font-size: 1.1rem;
  }
  .grading-table th, .grading-table td {
    padding: 8px;
    white-space: nowrap;
  }
}

.grading-table-wrap {
  margin-top: 20px;
}
@media screen and (max-width: 991.98px) {
  .grading-table-wrap {
    width: 100%;
    overflow-x: scroll;
  }
}

@media screen and (max-width: 991.98px) {
  .txt_small {
    font-size: 1.2rem !important;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 991.98px) {
  .classes {
    display: block;
  }
  .classes h3.disc {
    margin-top: 20px;
    font-size: 1.4rem;
    color: var(--skyblue);
  }
  .classes h3.disc::before {
    content: "";
  }
  .classes > div {
    width: 100% !important;
  }
  .classes > div p {
    margin-top: 0;
  }
}

/*茨城*/
@media screen and (min-width: 992px) {
  .dojo-ibaraki > div:first-child {
    width: 835px;
  }
}
.dojo-ibaraki > div:first-child > img {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .dojo-ibaraki > div:last-child {
    width: 400px;
  }
}

.ibaraki-table {
  border-collapse: collapse;
  border-bottom: 1px solid var(--gray);
}
.ibaraki-table th {
  background-color: var(--skyblue);
  color: #fff;
  vertical-align: middle;
  padding: 15px 14px;
  text-align: center;
  border-top: 1px solid var(--gray);
  border-left: 1px solid var(--gray);
}
.ibaraki-table th:last-child {
  border-right: 1px solid var(--gray);
}
.ibaraki-table td {
  padding: 15px 14px;
  vertical-align: middle;
  text-align: center;
  border-top: 1px solid var(--gray);
  border-left: 1px solid var(--gray);
}
.ibaraki-table td:last-child {
  border-right: 1px solid var(--gray);
}

.ibaragi-accsess {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
  gap: 20px;
}
.ibaragi-accsess .map-wrap2 {
  border: 1px solid var(--gray);
}
@media screen and (min-width: 992px) {
  .ibaragi-accsess .map-wrap2 {
    width: 739px;
    height: 394px;
  }
}
@media screen and (max-width: 991.98px) {
  .ibaragi-accsess .map-wrap2 {
    width: 100%;
    height: 250px;
  }
}
.ibaragi-accsess p {
  font-size: 1.8rem;
  font-weight: 400;
}
.ibaragi-accsess h3 {
  color: var(--black);
}
.ibaragi-accsess iframe {
  height: 100%;
}
@media screen and (max-width: 991.98px) {
  .ibaragi-accsess {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .ibaragi-accsess .txt {
    width: 100%;
  }
  .ibaragi-accsess p {
    font-size: 1.4rem;
    margin-bottom: 0;
    margin-top: 0;
  }
}

@media screen and (min-width: 992px) {
  .news .list-news {
    margin-top: 30px;
  }
  .news .list-news li > a {
    padding: 15px 40px;
    color: var(--black);
  }
  .news .list-news li > a:hover {
    background-color: #e2f0ff;
    -webkit-box-shadow: 0 0 0 100vmax #e2f0ff;
            box-shadow: 0 0 0 100vmax #e2f0ff;
    clip-path: inset(0 -100vmax);
  }
  .news .list-news li .date {
    font-size: 1.4rem;
    color: var(--black);
    width: 90px;
  }
  .news .list-news li .title {
    font-size: 1.7rem;
    color: var(--black);
  }
  .news .list-news li .label {
    padding: 6px;
    width: 100px;
    margin: 0 40px;
  }
}
@media screen and (max-width: 991.98px) {
  .news .list-news {
    margin-top: 20px;
  }
  .news .list-news li {
    margin-top: 20px;
  }
  .news .list-news li > a {
    padding: 10px 20px 0 20px;
  }
  .news .list-news li > a:hover {
    background-color: #e2f0ff;
  }
  .news .list-news .description {
    display: none;
  }
  .news .list-news .thumbnail {
    display: none;
  }
  .news .list-news .btn.__center {
    display: none;
  }
  .news .list-news .date {
    font-size: 1.4rem;
    color: var(--black);
  }
  .news .list-news .title {
    font-size: 1.7rem;
    color: var(--black);
  }
  .news .list-news .label {
    padding: 4px;
    font-size: 11px;
    width: 90px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 991.98px) {
  .news .list-menu {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-top: 25px;
    margin-bottom: 10px;
  }
  .news .list-menu li a {
    font-size: 18px;
    background-color: #fff;
    border: 1px solid var(--skyblue) !important;
    color: var(--skyblue);
    padding: 10px;
    width: auto;
  }
  .news .list-menu li.current a {
    background-color: var(--skyblue);
    color: #fff;
  }
}

.accordion-test {
  position: relative;
  margin-bottom: -60px;
}
@media screen and (max-width: 991.98px) {
  .accordion-test {
    position: absolute;
    right: 10px;
    top: 90px;
    font-size: 16px;
    color: var(--skyblue);
  }
}

.accordion-test summary {
  position: relative;
  font-size: 14px;
  text-align: right;
  list-style: none; /* デフォルトの三角形アイコンを消します */
  cursor: pointer; /* ポインターを指さしマークに変更 */
}

.accordion-test summary::-webkit-details-marker {
  display: none; /* Safariで表示されるデフォルトの三角形アイコンを消します */
}

.accordion-test summary::before {
  position: absolute;
  width: 10px;
  height: 10px;
  margin-right: 13px;
  top: calc(50% - 10px);
  right: 110px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: top 0.4s ease-out, -webkit-transform 0.4s ease-out;
  transition: top 0.4s ease-out, -webkit-transform 0.4s ease-out;
  transition: top 0.4s ease-out, transform 0.4s ease-out;
  transition: top 0.4s ease-out, transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
}
@media screen and (max-width: 991.98px) {
  .accordion-test summary::before {
    right: 113px;
    border-right: 1px solid var(--skyblue);
    border-bottom: 1px solid var(--skyblue);
  }
}

.accordion-test details[open] summary::before {
  top: calc(50% - 5px);
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.accordion-test .contents {
  position: absolute;
  right: 0;
  z-index: 100;
  top: 34px;
}
.accordion-test .contents p {
  margin-block: 0;
}
.accordion-test .contents p a {
  border-top: 1px solid var(--gray);
  border-left: 1px solid var(--gray);
  border-right: 1px solid var(--gray);
  padding: 10px 40px;
  font-size: 1.5rem;
  display: block;
  width: 125px;
  background: #f4f4f3;
}
@media screen and (max-width: 991.98px) {
  .accordion-test .contents p a {
    border-top: 1px solid var(--skyblue);
    border-left: 1px solid var(--skyblue);
    border-right: 1px solid var(--skyblue);
  }
}
@media screen and (max-width: 991.98px) {
  .accordion-test .contents p a {
    background-color: #fff;
  }
}
.accordion-test .contents p a:hover {
  background-color: var(--gray);
}
.accordion-test .contents p:last-child a {
  border-bottom: 1px solid var(--gray);
}
@media screen and (max-width: 991.98px) {
  .accordion-test .contents p:last-child a {
    border-bottom: 1px solid var(--skyblue);
  }
}

@media screen and (max-width: 991.98px) {
  ul.privacy {
    margin-top: 20px;
  }
}
ul.privacy li {
  line-height: 1.8em;
  font-weight: 500;
  font-size: 1.8rem;
}
@media screen and (max-width: 991.98px) {
  ul.privacy li {
    font-size: 15px;
  }
  ul.privacy li::first-line {
    color: var(--skyblue);
  }
}

.f18 {
  font-size: 1.8rem !important;
}
@media screen and (max-width: 991.98px) {
  .f18 {
    font-size: 15px !important;
  }
}

@media screen and (max-width: 991.98px) {
  .iaf {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .iaf .mb-2 {
    width: 70px;
  }
}

.schedulewrap-slider, .schedulewrap-slider-en {
  width: 100%;
  padding-top: 0;
}

.schedulewrap-slider > .swiper-pagination, .schedulewrap-slider-en > .swiper-pagination {
  position: static;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr);
}

.schedulewrap-slider .parentwrapper .swiper-pagination-bullet, .schedulewrap-slider-en .parentwrapper .swiper-pagination-bullet {
  width: 100%;
  border-radius: 0;
  height: auto;
  margin: 0 !important;
  padding: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: initial;
  background: #fff;
  border-right: 1px solid #ffb34c;
  border-top: 1px solid #ffb34c;
  border-bottom: 1px solid #ffb34c;
  border-left: none;
  font-weight: bold;
  font-size: 20px;
  color: #ffb34c;
}
@media screen and (max-width: 991.98px) {
  .schedulewrap-slider .parentwrapper .swiper-pagination-bullet, .schedulewrap-slider-en .parentwrapper .swiper-pagination-bullet {
    font-size: 12px;
    padding: 8px 4px;
    line-height: 1.2em;
  }
}
@media screen and (min-width: 992px) {
  .schedulewrap-slider .parentwrapper .swiper-pagination-bullet:before, .schedulewrap-slider-en .parentwrapper .swiper-pagination-bullet:before {
    content: url("../img/dojo/arrow-o-r.svg");
    display: inline-block;
    width: 11px;
    margin-right: 0.5em;
    vertical-align: -5px;
  }
}
.schedulewrap-slider .parentwrapper .swiper-pagination-bullet:first-child, .schedulewrap-slider-en .parentwrapper .swiper-pagination-bullet:first-child {
  border-left: 1px solid #ffb34c;
}

.schedulewrap-slider .parentwrapper .swiper-pagination-bullet-active, .schedulewrap-slider-en .parentwrapper .swiper-pagination-bullet-active {
  background: #ffb34c;
  border: 1px solid #ffb34c;
  color: #fff;
  font-size: 20px;
}
@media screen and (max-width: 991.98px) {
  .schedulewrap-slider .parentwrapper .swiper-pagination-bullet-active, .schedulewrap-slider-en .parentwrapper .swiper-pagination-bullet-active {
    font-size: 12px;
  }
}
@media screen and (min-width: 992px) {
  .schedulewrap-slider .parentwrapper .swiper-pagination-bullet-active:before, .schedulewrap-slider-en .parentwrapper .swiper-pagination-bullet-active:before {
    content: url("../img/dojo/arrow-w-r.svg");
    display: inline-block;
    width: 11px;
    margin-right: 0.5em;
    vertical-align: -5px;
  }
}

.schedulewrap-slider .swiper-slide.parent, .schedulewrap-slider-en .swiper-slide.parent {
  padding: 24px;
}
@media screen and (min-width: 992px) {
  .schedulewrap-slider .swiper-slide.parent, .schedulewrap-slider-en .swiper-slide.parent {
    border-right: 1px solid #ffb34c;
    border-left: 1px solid #ffb34c;
    border-bottom: 1px solid #ffb34c;
  }
}

.schedule .disc-o {
  color: var(--black);
}
.schedule .disc-o:before {
  content: "● ";
  color: #ffb34c;
}
.schedule .table-wrap {
  width: 100%;
  border-collapse: collapse;
}
.schedule .table-wrap th, .schedule .table-wrap td {
  border-bottom: 1px solid #868588;
}
.schedule .table-wrap th.day {
  background-color: #9c9c95;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 16px;
  border-left: 12px solid #fff;
  text-align: center;
}
.schedule .table-wrap th.time {
  font-size: 18px;
  font-weight: 500;
  padding-top: 34px;
  padding-right: 20px;
  padding-bottom: 34px;
}
.schedule .table-wrap td {
  background-color: #f4f4f3;
  text-align: center;
  border-left: 12px solid #fff;
}
.schedule .table-wrap td.sat {
  background-color: #fff;
}
.schedule .table-wrap td.sun {
  background-color: #fff4db;
}
.schedule .sche-sp-h3 {
  font-size: 16px;
  margin-bottom: 10px;
  margin-left: 20px;
  margin-top: 20px;
}

.nested-slider-child {
  padding-top: 50px;
  margin-top: -30px;
}
@media screen and (min-width: 992px) {
  .nested-slider-child .swiper-slide {
    padding: 0 20px 20px 20px;
  }
}

.child-navi-prev {
  right: 70px;
  left: auto;
  top: 0px;
}
.child-navi-prev:after {
  content: url("../img/dojo/arrow-g-p.svg");
  width: 15px;
}

.child-navi-next {
  right: 20px;
  left: auto;
  top: 0px;
}
.child-navi-next:after {
  content: url("../img/dojo/arrow-g-n.svg");
  width: 15px;
}

.nested-slider-child-sp h3 {
  background-color: #868588;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  display: inline-block;
  padding: 4px 8px;
  margin-bottom: 0;
  margin-top: 20px;
}
.nested-slider-child-sp h3.sun {
  background-color: #f19d57;
}
.nested-slider-child-sp .table-wrap-sp {
  border-top: 1px solid #868588;
  width: 100%;
}
.nested-slider-child-sp .table-wrap-sp th, .nested-slider-child-sp .table-wrap-sp td {
  font-size: 12px;
  padding: 8px 4px;
  border-bottom: 1px solid #868588;
}
.nested-slider-child-sp .table-wrap-sp th {
  letter-spacing: 0;
}
.nested-slider-child-sp .table-wrap-sp td {
  background-color: #e2f0ff;
}
.nested-slider-child-sp .table-wrap-sp td:first-child {
  border-right: 12px solid #fff;
}
.nested-slider-child-sp .table-wrap-sp td.null {
  background-color: transparent;
  border-bottom: none;
}
.nested-slider-child-sp .swiper-pagination-bullets {
  top: 30px !important;
}
.nested-slider-child-sp .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
}

@media screen and (max-width: 991.98px) {
  .page-single {
    margin-top: 0;
  }
}
@media screen and (min-width: 992px) {
  .page-single .single-header {
    position: relative;
    margin-bottom: 25px;
  }
}
.page-single .single-header .label {
  background: #666;
  font-size: 1.5rem;
  padding: 8px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  display: inline-block;
  margin-right: 10px;
}
.page-single .single-header .label.__yellow {
  background: #ffdc55;
}
.page-single .single-header .label.__blue {
  background: #c0f0ff;
}
.page-single .single-header .label.__pink {
  background: #ffc9ff;
}
.page-single .single-header .label.__green {
  background: #e4e844;
}
@media screen and (max-width: 991.98px) {
  .page-single .single-header .label {
    font-size: 1.3rem;
    padding: 5px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.page-single .single-header .title {
  color: var(--skyblue);
  font-size: 26px;
  font-weight: bold;
}
@media screen and (max-width: 991.98px) {
  .page-single .single-header .title {
    font-size: 18px;
    color: var(--black);
    width: 100%;
    display: block;
    padding-top: 6px;
  }
}
.page-single .single-header h1 {
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .page-single .single-header h1 {
    border-bottom: 1px solid #868588;
  }
}
@media screen and (max-width: 991.98px) {
  .page-single .single-header h1 {
    padding-top: 10px;
    margin: 0 20px;
  }
  .page-single .single-header h1 .date-sp {
    font-size: 14px;
    display: inline-block;
  }
}
@media screen and (min-width: 992px) {
  .page-single .single-header .single-pagenation {
    position: absolute;
    right: 0;
    top: -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .page-single .single-header .single-pagenation .arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page-single .single-header .single-pagenation .arrow a {
    width: 11px;
    display: block;
    margin: 0 10px;
  }
  .page-single .single-header .single-pagenation .single-back {
    padding-top: 20px;
  }
  .page-single .single-header .single-pagenation .single-back a {
    font-size: 14px;
  }
}
.page-single .single-header .single-pagenation-sp {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-single .single-header .single-pagenation-sp a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #dee6fa;
  height: 48px;
  width: 33.3333333333%;
  font-size: 13px;
  border-bottom: 1px solid #57565a;
}
.page-single .single-header .single-pagenation-sp a:not(:last-child) {
  border-right: 1px solid #57565a;
}
@media screen and (min-width: 992px) {
  .page-single .single-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page-single .single-content .image {
    width: 50%;
    padding-right: 50px;
  }
  .page-single .single-content .image img {
    margin-bottom: 20px;
  }
  .page-single .single-content .text {
    font-size: 16px;
    width: 50%;
  }
  .page-single .single-content .text p {
    padding-bottom: 10px;
    line-height: 2em;
  }
}
@media screen and (max-width: 991.98px) {
  .page-single .single-content {
    padding-bottom: 80px;
  }
  .page-single .single-content .image {
    width: 100%;
    padding-bottom: 10px;
  }
  .page-single .single-content .image img {
    margin-bottom: 10px;
  }
  .page-single .single-content .text {
    font-size: 16px;
    padding: 0 20px;
  }
  .page-single .single-content .text p {
    padding-bottom: 10px;
    line-height: 2em;
  }
}

body:has(.search-result) {
  position: relative;
  height: 100vh;
}

.search-result .result-map-sp {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 11;
}
.search-result .result-map-sp iframe {
  height: 100vh;
}
.search-result .mobile-search-area {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  padding-top: 30px;
  padding-bottom: 0;
  z-index: 12;
}
.search-result .mobile-search-area .ta-center {
  text-align: left;
}
.search-result .mobile-search-area .search-box {
  border-top: 1px solid var(--gray);
  border-left: none;
  border-bottom: none;
  border-right: none;
}
.search-result .mobile-search-area .search-box input[type=search] {
  padding: 8px 10px 8px 0;
}
.search-result button.close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 25px;
  z-index: 13;
}
.search-result button.close svg {
  width: 25px;
}
.search-result .bottom-sheet {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50vh;
  z-index: 15;
  background-color: #fff;
}
.search-result .bottom-sheet .result {
  border-top: 1px solid var(--gray);
  padding-top: 30px;
  width: 100%;
  height: 100%;
  z-index: 16;
  overflow-y: scroll;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-overflow-scrolling: auto;
}
.search-result .bottom-sheet .result .number {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 8px;
  padding-left: 10px;
}
.search-result .bottom-sheet .result h3 {
  font-size: 18px;
  font-weight: bold;
}
.search-result .bottom-sheet .result .search-detail {
  padding: 0 10px 20px 10px;
}
.search-result .bottom-sheet .result .tri {
  width: 16px;
  margin: 0 auto;
  display: block;
  margin-bottom: 10px;
  margin-top: 10px;
}
.search-result .bottom-sheet .result .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  margin-top: 10px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.search-result .bottom-sheet .result .icon li {
  width: 40px;
}
.search-result .bottom-sheet .result-list {
  width: 100%;
  height: auto;
  z-index: 16;
  overflow-y: scroll;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-overflow-scrolling: auto;
}
.search-result .bottom-sheet .result-list ul li a {
  font-weight: bold;
  padding: 16px 10px;
  border-top: 1px solid var(--gray);
  display: block;
  font-size: 18px;
}
.search-result #bar {
  width: 20%;
  position: absolute;
  left: 0;
  height: 6px;
  right: 0;
  top: 1%;
  z-index: 16;
  height: 6px;
  border-radius: 10px;
  margin: 0 auto;
  vertical-align: -50px;
  background-color: var(--gray);
}

/*.p-background{
  position:relative;
  width:100vw;
  height:100vh;
}*/
.p-window {
  /* width:100vw;
   height:50vh;
   position:absolute;
   bottom:-280px;
   left:0;*/
  -ms-touch-action: none;
      touch-action: none;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.sp-gloval > li {
  border-bottom: 1px solid var(--black);
}
.sp-gloval .accordionBtn {
  overflow-y: auto;
  width: 100%;
  padding: 15px 35px;
  font-size: 20px;
  color: var(--skyblue);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  background-color: #fff;
  cursor: pointer;
}
.sp-gloval .content {
  padding: 0 20px;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  height: 0;
  overflow: hidden;
}
.sp-gloval .accordion > li {
  border-bottom: 1px solid var(--black);
}
.sp-gloval .accordion .sub-sp > li {
  padding-left: 35px;
}
.sp-gloval .accordion .sub-sp > li > a {
  display: block;
  padding-bottom: 15px;
}
.sp-gloval .accordion .sub-sp > li > a:before {
  content: "● ";
  color: var(--skyblue);
}
.sp-gloval .accordion .sub-sp > li li a {
  display: block;
  padding-bottom: 15px;
}

@media screen and (max-width: 991.98px) {
  .faq-h2 {
    padding: 20px;
  }
}

@media screen and (max-width: 991.98px) {
  .faq .select {
    background-color: #7ec2ea;
    border: none;
  }
  .faq .select select {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    padding-right: 20px;
  }
  .faq .select select option {
    color: #000;
  }
  .faq .select::after {
    left: 0;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}

.swiper-pointer-events .picture img {
  width: 100%;
}

.swiper-pointer-events > div > div > img {
  width: 100%;
}

.hl-search {
  position: relative;
}
.hl-search .hl-search-item {
  position: absolute;
  inset: 0 0 0 auto;
  margin: auto;
  gap: 13px;
  height: 34px;
}
@media screen and (max-width: 991.98px) {
  .hl-search .hl-search-item {
    height: 51px;
    inset: unset;
    margin: unset;
    background: #7ec2ea;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
  }
}
.hl-search .search-box {
  -ms-grid-columns: 181px 36px;
  grid-template-columns: 181px 36px;
}
.hl-search .search-box svg {
  height: 17px;
}
@media screen and (max-width: 991.98px) {
  .hl-search .search-box svg {
    height: 20px;
  }
  .hl-search .search-box svg .b {
    fill: var(--white);
    opacity: 1;
  }
  .hl-search .search-box svg .a {
    opacity: 1;
  }
}
.hl-search .search-box input[type=search] {
  height: auto;
  font-size: 1.5rem;
  padding: 0 10px;
}
@media screen and (max-width: 991.98px) {
  .hl-search .search-box input[type=search] {
    color: var(--white);
  }
  .hl-search .search-box input[type=search]::-webkit-input-placeholder {
    color: var(--white);
  }
  .hl-search .search-box input[type=search]::-moz-placeholder {
    color: var(--white);
  }
  .hl-search .search-box input[type=search]:-ms-input-placeholder {
    color: var(--white);
  }
  .hl-search .search-box input[type=search]::-ms-input-placeholder {
    color: var(--white);
  }
  .hl-search .search-box input[type=search]::placeholder {
    color: var(--white);
  }
}
@media screen and (max-width: 991.98px) {
  .hl-search .search-box {
    margin-top: 0;
    border: unset;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-grid-columns: 19px 1fr;
    grid-template-columns: 19px 1fr;
    padding-left: 21px;
  }
  .hl-search .search-box .b {
    fill: var(--white);
  }
}
@media screen and (max-width: 991.98px) {
  .hl-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.custom-select {
  /*border: 1px solid #ccc;
  border-radius: 4px;*/
  position: relative;
}
@media screen and (max-width: 991.98px) {
  .custom-select {
    border: unset;
    position: unset;
  }
}

.selected-value {
  cursor: pointer;
  background-color: #7ec2ea;
  height: 100%;
  min-width: 184px;
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  padding-inline: 14px;
  white-space: nowrap;
}
@media screen and (max-width: 991.98px) {
  .selected-value {
    font-size: 1.6rem;
  }
}

.options {
  border: 1px solid #7ec2ea;
  position: absolute;
  z-index: 11;
  inset: 100% 0 auto auto;
  min-width: 502px;
  display: none;
  background-color: var(--white);
  font-size: 1.7rem;
  font-weight: 500;
}
@media screen and (max-width: 991.98px) {
  .options {
    min-width: unset;
    width: 100%;
  }
}

.options li {
  padding: 15px 0 15px 30px;
  cursor: pointer;
  white-space: nowrap;
  color: #5fb0e4;
}

.options li:hover {
  background-color: #7ec2ea;
  color: var(--white);
}

@media screen and (max-width: 991.98px) {
  .list-faq {
    font-size: 1.6rem;
  }
}
.list-faq li {
  border-bottom: 1px solid #868588;
}
@media screen and (max-width: 991.98px) {
  .list-faq li {
    border: unset;
  }
}
.list-faq a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  padding: 23px 30px;
}
@media screen and (max-width: 991.98px) {
  .list-faq a {
    gap: 12px;
    padding: 9px 20px;
  }
}
.list-faq a::before {
  content: "";
  display: block;
  --size: 28px;
  width: var(--size);
  height: var(--size);
  background: url(../../dist/img/contact/icon-faq.svg) center/contain no-repeat;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 991.98px) {
  .list-faq a::before {
    --size: 27px;
  }
}
.list-faq a:hover {
  background: #e2f0ff;
}

.btn-contact-wrap > * + * {
  margin-top: 8px;
}
@media screen and (max-width: 991.98px) {
  .btn-contact-wrap > * + * {
    margin-top: 6px;
  }
}
.btn-contact-wrap .text {
  font-size: 1.5rem;
  font-weight: bold;
}
.btn-contact-wrap .btn-contact {
  background: #ffb34c;
  color: var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 7px;
  min-width: 372px;
  min-height: 66px;
  margin-inline: auto;
  font-size: 2.2rem;
  font-weight: bold;
}
@media screen and (max-width: 991.98px) {
  .btn-contact-wrap .btn-contact {
    width: 100%;
    min-width: unset;
    min-height: 54px;
    margin-inline: unset;
    font-size: 2rem;
  }
}

.search-overlay {
  position: fixed;
  top: 121px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  display: none;
}
@media screen and (max-width: 991.98px) {
  .search-overlay {
    background-color: rgba(0, 0, 0, 0.5);
  }
}

.options.show {
  display: block;
}

.search-overlay.show {
  display: block;
}

.main-contact01 .btn-contact-wrap {
  margin-top: 53px;
}
@media screen and (max-width: 991.98px) {
  .main-contact01 .btn-contact-wrap {
    margin-top: 40px;
  }
}
@media screen and (max-width: 991.98px) {
  .main-contact01 h2 {
    margin: 20px 20px 13px 20px;
    font-size: 2.2rem;
  }
}

.hl-faq {
  font-size: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  font-weight: bold;
  margin-top: 36px;
}
@media screen and (max-width: 991.98px) {
  .hl-faq {
    font-size: 1.6rem;
    padding-inline: 20px;
    margin-top: 22px;
  }
}
.hl-faq::before {
  content: "";
  display: block;
  background: url(../../dist/img/contact/icon-faq.svg) center/contain no-repeat;
  --size: 34px;
  width: var(--size);
  height: var(--size);
}

.text-faq {
  background: #e2f0ff;
  padding: 25px;
  font-weight: 500;
  font-size: 1.5rem !important;
  margin-top: 35px !important;
}
@media screen and (max-width: 991.98px) {
  .text-faq {
    padding: 20px;
    background: #f3f0dc;
    margin-top: 12px !important;
  }
}
.text-faq a {
  color: #5fb0e4;
  font-weight: bold;
}

.main-contact02 h2.small {
  font-size: 2rem;
}
@media screen and (max-width: 991.98px) {
  .main-contact02 h2.small {
    font-size: 1.6rem;
  }
}
.main-contact02 .list-faq.small {
  border-bottom: 1px solid #868588;
  padding-bottom: var(--gap);
}
@media screen and (max-width: 991.98px) {
  .main-contact02 .list-faq.small {
    border-bottom: unset;
    padding-bottom: unset;
  }
}
.main-contact02 .list-faq.small li {
  border: unset;
}
.main-contact02 .list-faq.small a {
  padding: 5px 15px;
  gap: 15px;
}
@media screen and (max-width: 991.98px) {
  .main-contact02 .list-faq.small a {
    gap: 10px;
    font-size: 1.4rem;
  }
}
.main-contact02 .list-faq.small a::before {
  --size: 23px;
}
@media screen and (max-width: 991.98px) {
  .main-contact02 .list-faq.small a::before {
    --size: 24px;
  }
}

.main-contact03 .text-form-top span {
  font-size: 2.6rem;
  font-weight: bold;
}
@media screen and (max-width: 991.98px) {
  .main-contact03 .text-form-top span {
    font-size: 1.8rem;
  }
}
.main-contact03 .text-form-top a {
  font-size: 1.8rem;
  font-weight: bold;
  color: #ffb34c;
  display: block;
  text-decoration: underline;
}
@media screen and (max-width: 991.98px) {
  .main-contact03 .text-form-top a {
    font-size: 1rem;
    color: #ea5514;
  }
}
@media screen and (max-width: 991.98px) {
  .main-contact03 .btn-contact-wrap .btn-contact {
    width: 120px;
    min-height: 32px;
    margin-inline: auto;
    font-size: 1.6rem;
  }
}
.main-contact03 .btn-contact-wrap .text {
  font-size: 1.8rem;
}
@media screen and (max-width: 991.98px) {
  .main-contact03 .btn-contact-wrap .text {
    font-size: 1.1rem;
  }
}
.main-contact03 .btn-contact-wrap .text-bottom {
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 991.98px) {
  .main-contact03 .btn-contact-wrap .text-bottom {
    font-size: 0.9rem;
  }
}
.main-contact03 .btn-contact-wrap .text-bottom a {
  font-weight: bold;
  color: #5fb0e4;
}

@media screen and (max-width: 991.98px) {
  .table-form {
    width: 100%;
  }
}
.table-form .th {
  width: 168px;
}
@media screen and (max-width: 991.98px) {
  .table-form .th {
    width: unset;
  }
}
.table-form .td {
  width: 1000px;
}
@media screen and (max-width: 991.98px) {
  .table-form .td {
    width: unset;
  }
}
.table-form th,
.table-form td {
  padding: 13px 17px;
}
@media screen and (max-width: 991.98px) {
  .table-form th,
  .table-form td {
    padding: 0 8px;
  }
}
.table-form td {
  padding-left: 0;
}
@media screen and (max-width: 991.98px) {
  .table-form td {
    padding-top: 2px;
  }
}
.table-form th {
  text-align: right;
  vertical-align: top;
  padding-top: 23px;
}
@media screen and (max-width: 991.98px) {
  .table-form th {
    padding-top: 8px;
  }
}
.table-form th span {
  font-size: 1.8rem;
  font-weight: bold;
  color: #5fb0e4;
}
@media screen and (max-width: 991.98px) {
  .table-form th span {
    display: none;
  }
}
.table-form th small {
  display: block;
  font-size: 1.3rem;
}
@media screen and (max-width: 991.98px) {
  .table-form th small {
    font-size: 1rem;
    color: #5fb0e4;
  }
}
.table-form input,
.table-form textarea,
.table-form .my-dropdown {
  min-height: 66px;
  width: 100%;
  border: 1px solid #5fb0e4;
}
@media screen and (max-width: 991.98px) {
  .table-form input,
  .table-form textarea,
  .table-form .my-dropdown {
    min-height: 30px;
    font-size: 1.2rem;
  }
}
.table-form input {
  padding: 0 10px;
  font-weight: bold;
}
.table-form input ::-webkit-input-placeholder {
  color: #bbbdb8;
}
.table-form input ::-moz-placeholder {
  color: #bbbdb8;
}
.table-form input :-ms-input-placeholder {
  color: #bbbdb8;
}
.table-form input ::-ms-input-placeholder {
  color: #bbbdb8;
}
.table-form input ::placeholder {
  color: #bbbdb8;
}
@media screen and (max-width: 991.98px) {
  .table-form input {
    padding: 8px;
  }
}
.table-form textarea {
  padding: 15px;
  line-height: 2;
  font-weight: 500;
}
@media screen and (max-width: 991.98px) {
  .table-form textarea {
    padding: 8px;
    font-size: 1.4rem;
    min-height: 220px;
  }
}
.table-form input ::-webkit-input-placeholder {
  color: #bbbdb8;
}
.table-form input ::-moz-placeholder {
  color: #bbbdb8;
}
.table-form input :-ms-input-placeholder {
  color: #bbbdb8;
}
.table-form input ::-ms-input-placeholder {
  color: #bbbdb8;
}
.table-form input ::placeholder {
  color: #bbbdb8;
}
@media screen and (max-width: 991.98px) {
  .table-form tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.my-dropdown {
  position: relative;
  cursor: pointer;
}

.my-dropdown-selected {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 991.98px) {
  .my-dropdown-selected {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
}
.my-dropdown-selected .label {
  gap: 7px;
}
@media screen and (max-width: 991.98px) {
  .my-dropdown-selected .label img {
    height: 7px;
  }
}
.my-dropdown-selected div {
  background: #5fb0e4;
  color: var(--white);
  padding: 0 10px;
  height: 66px;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 991.98px) {
  .my-dropdown-selected div {
    font-size: 1.2rem;
    height: 30px;
  }
}
.my-dropdown-selected span {
  padding: 0 10px;
  height: 66px;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
  color: #5fb0e4;
  font-weight: bold;
}
@media screen and (max-width: 991.98px) {
  .my-dropdown-selected span {
    font-size: 1.2rem;
    height: 30px;
  }
}

.my-dropdown-options {
  position: absolute;
  inset: 100% auto auto 0;
  padding: 0;
  margin: 0;
  display: none;
  background: var(--white);
  border: 1px solid #5fb0e4;
  background: #e2f0ff;
  min-width: 552px;
}
@media screen and (max-width: 991.98px) {
  .my-dropdown-options {
    min-width: unset;
  }
}

.my-dropdown-options.open {
  display: block;
}

.my-dropdown-options li {
  padding: 15px;
}
@media screen and (max-width: 991.98px) {
  .my-dropdown-options li {
    padding: 5px;
  }
}

.my-dropdown-options li:hover {
  background-color: #5fb0e4;
  color: var(--white);
}

@media screen and (min-width: 992px) {
  .en-top {
    margin-top: -120px;
  }
}

@media screen and (min-width: 992px) {
  .en .triple {
    --span:auto;
  }
  .en .list-menu {
    --span:auto;
  }
}
.en .dojonav ul:first-child li:first-child {
  width: 282.5px;
}
.en .dojonav ul:first-child li:nth-child(2) {
  width: 205px;
}
.en .dojonav ul:first-child li:nth-child(3) {
  width: 360px;
}
.en .dojonav ul:first-child li:last-child {
  width: 282.5px;
}
.en .dojonav ul:last-child li {
  width: 226px;
}
@media screen and (max-width: 991.98px) {
  .en .dojo-ex .flex-y-top.sp-only {
    gap: 0;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100%;
  }
  .en .dojo-ex .flex-y-top.sp-only img {
    width: 50%;
  }
}
.en .dojo-ex > div:last-child {
  width: 62%;
}
@media screen and (max-width: 991.98px) {
  .en .dojo-ex > div:last-child {
    width: 100%;
  }
}
.en .dojo-ex > div:first-child {
  width: 38%;
}
@media screen and (min-width: 992px) {
  .en .map-wrap {
    width: 630px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 50px;
  }
}
.en .map-wrap iframe {
  width: 100%;
  height: 372px;
}
.en .linkbtn {
  width: 314px;
}
.en .linkbtn a {
  padding: 25px 0;
}
.en .member-list2 li .style {
  width: 17%;
}
.en .member-list2 li .kana {
  width: 32%;
}
.en .member-list2 li .name {
  width: 32%;
}
.en .class-table th {
  white-space: nowrap;
}
.en .class-table td {
  padding: 11px;
}
.en .grading-table span img {
  height: 54px;
}
.en .txt_gray {
  color: var(--black);
}
.en .ibarakimenu .list-menu {
  --span: 287px;
}
.en .lower-menu.ethics .list-menu {
  --span:243px;
}
.en .ibaraki .member-list2 li .style {
  width: 30%;
}
.en .ibaraki .member-list2 li .kana {
  width: 35%;
}
.en .ibaraki .member-list2 li .name {
  width: 32%;
}
.en .whatis p {
  font-size: 1.5rem;
  line-height: 1.1em;
}
@media screen and (max-width: 991.98px) {
  .en .whatis p {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 991.98px) {
  .eng.news .list-menu li {
    width: 160px;
  }
}

.officer .member-list li .post {
  width: 49%;
  font-size: 1.6rem;
}
.officer .member-list li .name {
  width: 50%;
  font-size: 1.8rem;
}

/*ページ高さ*/
main {
  min-height: 100vh;
}

.p-0 {
  padding: 0 !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.mt-05 {
  margin-top: 5px !important;
}

.mb-05 {
  margin-bottom: 5px !important;
}

.mt-1 {
  margin-top: var(--gap) !important;
}

.mb-1 {
  margin-bottom: var(--gap) !important;
}

.mt-2 {
  margin-top: calc(var(--gap) * 2) !important;
}

.mb-2 {
  margin-bottom: calc(var(--gap) * 2) !important;
}

.mt-3 {
  margin-top: calc(var(--gap) * 3) !important;
}

.mb-3 {
  margin-bottom: calc(var(--gap) * 3) !important;
}

.mt-4 {
  margin-top: calc(var(--gap) * 4) !important;
}

.mb-4 {
  margin-bottom: calc(var(--gap) * 4) !important;
}

.mt-5 {
  margin-top: calc(var(--gap) * 5) !important;
}

.mb-5 {
  margin-bottom: calc(var(--gap) * 5) !important;
}

.mb-6 {
  margin-bottom: calc(var(--gap) * 6) !important;
}

.mb-8 {
  margin-bottom: calc(var(--gap) * 8) !important;
}

.mt-6 {
  margin-top: calc(var(--gap) * 6) !important;
}

.mt-8 {
  margin-top: calc(var(--gap) * 8) !important;
}

@media screen and (max-width: 991.98px) {
  .p-0-sp {
    padding: 0 !important;
  }
  .m-0-sp {
    margin: 0 !important;
  }
  .mt-0-sp {
    margin-top: 0 !important;
  }
  .mb-0-sp {
    margin-bottom: 0 !important;
  }
  .pt-0-sp {
    padding-top: 0 !important;
  }
  .pb-0-sp {
    padding-bottom: 0 !important;
  }
  .mt-05-sp {
    margin-top: 5px !important;
  }
  .mb-05-sp {
    margin-bottom: 5px !important;
  }
  .mt-1-sp {
    margin-top: var(--gap) !important;
  }
  .mb-1-sp {
    margin-bottom: var(--gap) !important;
  }
  .mt-2-sp {
    margin-top: calc(var(--gap) * 2) !important;
  }
  .mb-2-sp {
    margin-bottom: calc(var(--gap) * 2) !important;
  }
  .mt-3-sp {
    margin-top: calc(var(--gap) * 3) !important;
  }
  .mb-3-sp {
    margin-bottom: calc(var(--gap) * 3) !important;
  }
  .mt-4-sp {
    margin-top: calc(var(--gap) * 4) !important;
  }
  .mb-4-sp {
    margin-bottom: calc(var(--gap) * 4) !important;
  }
  .mt-5-sp {
    margin-top: calc(var(--gap) * 5) !important;
  }
  .mb-5-sp {
    margin-bottom: calc(var(--gap) * 5) !important;
  }
  .pr-pl-20-sp {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.mi-auto {
  margin-inline: auto;
}

.bg-white {
  background-color: var(--white);
}

.bg-black {
  background-color: var(--black);
}

.color-white {
  color: var(--white);
}

.color-black {
  color: var(--black);
}

.color-skyblue {
  color: var(--skyblue);
}

@media screen and (max-width: 991.98px) {
  .color-black-sp {
    color: var(--black) !important;
  }
}
.fw-bold {
  font-weight: bold;
}

.fw-light {
  font-weight: lighter;
}

.fw-normal {
  font-weight: normal;
}

.w-100 {
  width: 100%;
}

.w-50 {
  width: 50%;
}

.ta-center {
  text-align: center;
}

.ta-right {
  text-align: right;
}

.ta-left {
  text-align: left;
}

@media screen and (max-width: 991.98px) {
  .ta-reset-sp {
    text-align: unset;
  }
}
.border-delete {
  border: none !important;
}

@media screen and (max-width: 991.98px) {
  .sp-contents {
    display: contents;
  }
  .sp-gap-0 {
    gap: 0 !important;
  }
}
@media screen and (min-width: 992px) {
  .mt--4 {
    margin-top: -40px !important;
  }
  .mb--5 {
    margin-bottom: -50px !important;
  }
}