@charset "UTF-8";
/*-- globalフォルダの直下の_index.scss --*/
/*-- settingフォルダの中の_index.scss --*/
/* ==================================================
  web-font
================================================== */
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDMincho&family=Noto+Sans+JP:wght@300;400;700;900&display=swap");
/* ==================================================
  cache busting
================================================== */
/*-- mixinフォルダの中の_index.scss --*/
/* ==================================================
  breakpoint & medea query
================================================== */
/*-- commonフォルダの中の_index.scss --*/
html {
  font-size: 62.5%;
}
@media screen and (max-width: 599px) {
  html {
    font-size: 50%;
  }
}

body {
  color: #222;
  font-size: 1.5rem;
  font-weight: 400;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.08em;
  line-height: 1.5;
  overflow-x: hidden;
}

img:not([class*=wp-image-]) {
  width: 100%;
  height: auto;
}

.text_mincho {
  font-family: "BIZ UDMincho", serif;
}

.splide_inner {
  width: 100%;
  height: 100%;
  padding: 5%;
}
@media screen and (max-width: 1100px) {
  .splide_inner {
    padding: 0;
  }
}

.inner {
  width: 95%;
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .is-sp {
    display: none;
  }
}
@media screen and (min-width: 1101px) {
  .is-sp {
    display: none;
  }
}

@media screen and (max-width: 599px) {
  .is-tab {
    display: none;
  }
}
@media screen and (min-width: 1101px) {
  .is-tab {
    display: none;
  }
}

@media screen and (min-width: 1101px) {
  .is-exPC {
    display: none;
  }
}

@media screen and (max-width: 599px) {
  .is-pc {
    display: none;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .is-pc {
    display: none;
  }
}

.btn_wrapper {
  text-align: center;
}

.btn {
  display: inline-block;
  padding: 10px 50px;
  min-width: 250px;
  text-align: center;
  border: 1px solid #0c4ca8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #0c4ca8;
  border-radius: 50px;
}
.btn span {
  padding-right: 30px;
  position: relative;
}
.btn span::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-mask: url(../img/icon/arrow.svg) no-repeat center center/contain;
  mask: url(../img/icon/arrow.svg) no-repeat center center/contain;
  background-color: #0c4ca8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn:hover {
  background-color: #0c4ca8;
  color: #fff;
}
.btn:hover span::after {
  background-color: #fff;
}

.btn_rev {
  background-color: #0c4ca8;
  color: #fff;
}
.btn_rev:hover span::after {
  background-color: #0c4ca8;
}
.btn_rev span::after {
  background-color: #fff;
}
.btn_rev:hover {
  background-color: #fff;
  color: #0c4ca8;
}

.sectionSpace {
  padding: 100px 0;
}

.section_title {
  font-size: 3rem;
  letter-spacing: 0.08em;
  line-height: 1.2;
  position: relative;
  font-weight: 900;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.section_title::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 3px;
  left: 0;
  bottom: 0;
  background-color: #0c4ca8;
}

.titleWrapper p {
  padding-left: 10px;
}

.page_heading {
  font-size: 3rem;
}

.title {
  font-weight: 700;
  border-bottom: 3px solid #e3e3e3;
  padding: 0.3em;
  font-size: 2rem;
  margin-bottom: 1.5em;
  position: relative;
}
.title::after {
  content: "";
  background-color: #4c9ac0;
  width: 2em;
  height: 3px;
  position: absolute;
  bottom: -3px;
  left: 0;
  z-index: 1;
}

.subtitle {
  padding: 2px 0 3px 8px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
  margin-left: 2px;
  border-left: 3px solid #21509F;
}

.breadcrumbs {
  margin: 10px 0;
}

.bcn-display {
  padding: 10px 0;
  font-size: 1.4rem;
  background-color: #f5f5f5;
}

.bcn-none {
  display: none;
}

.page_ttl_wrapper {
  height: 150px;
  margin-top: 77.11px;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 599px) {
  .page_ttl_wrapper {
    margin-top: 63.27px;
  }
}
.page_ttl_wrapper::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(3, 11, 31, 0.7);
}

.page_ttl_inner {
  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;
  height: 150px;
  position: relative;
}

.page_ttl {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  position: absolute;
  z-index: 100;
  color: #fff;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .page_ttl {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 599px) {
  .page_ttl {
    font-size: 2.2rem;
  }
}

.gap10 {
  gap: 10px;
}

.bg_thumbnails {
  position: absolute;
  left: 0;
  right: 0;
  top: 147.56px;
  display: block;
  /*ブロック要素に変更*/
  height: 100%;
  /*背景画像の高さを指定*/
  width: 100%;
  background-size: cover;
  /*大きさに指定*/
  background-position: center right;
  /*背景として設定する場所を指定*/
}
@media screen and (max-width: 599px) {
  .bg_thumbnails {
    top: 65px;
  }
}

@media screen and (min-width: 768px) {
  .sp_br {
    display: none;
  }
}

.is-open {
  display: block;
}

.is-close {
  display: none;
}

.gradient {
  background: rgb(15, 136, 171);
  background: linear-gradient(113deg, rgb(15, 136, 171) 0%, rgb(6, 181, 189) 100%);
}

figcaption {
  text-align: center;
}

.bold {
  font-weight: 700;
}

.fw900 {
  font-weight: 900;
}

.is-blue {
  color: #0054c2;
}

.is-red {
  color: #c40000;
}

.tac {
  text-align: center;
}

.tal {
  -moz-text-align-last: left;
       text-align-last: left;
}

.tar {
  text-align: right;
}

.fz12 {
  font-size: 1.2rem;
}

.fz14 {
  font-size: 1.4rem;
}

.fz18 {
  font-size: 1.8rem;
}

.fz20 {
  font-size: 2rem;
}

.fz26 {
  font-size: 2.6rem;
}

.fz30 {
  font-size: 3rem;
}

.miauto {
  margin-inline: auto;
}

.ml10 {
  margin-left: 10px;
}

.ml20 {
  margin-left: 20px;
}

.mr10 {
  margin-right: 10px;
}

.mr20 {
  margin-right: 20px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt80 {
  margin-top: 80px;
}

.mt100 {
  margin-top: 100px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb100 {
  margin-bottom: 100px;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3vw;
}
@media screen and (max-width: 599px) {
  .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.flex.aic {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex.flex_right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 599px) {
  .flex.flex_right {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.flex.flex_left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 599px) {
  .flex.flex_left {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.dib {
  display: inline-block;
}

.w10 {
  width: calc(10% - 1.5vw);
  margin-inline: auto;
}
@media screen and (max-width: 1100px) {
  .w10 {
    width: 100%;
  }
  .w10 figure {
    width: 100%;
    max-width: 450px;
    margin-inline: auto;
  }
}

.w20 {
  width: calc(20% - 1.5vw);
  margin-inline: auto;
}
@media screen and (max-width: 1100px) {
  .w20 {
    width: 100%;
  }
  .w20 figure {
    width: 100%;
    max-width: 450px;
    margin-inline: auto;
  }
}

.w30 {
  width: calc(30% - 1.5vw);
  margin-inline: auto;
}
@media screen and (max-width: 599px) {
  .w30 {
    width: 100%;
  }
  .w30 figure {
    width: 100%;
    max-width: 450px;
    margin-inline: auto;
  }
}

.w40 {
  width: calc(40% - 1.5vw);
  margin-inline: auto;
}
@media screen and (max-width: 599px) {
  .w40 {
    width: 100%;
  }
  .w40 figure {
    width: 100%;
    max-width: 450px;
    margin-inline: auto;
  }
}

.w50 {
  width: calc(50% - 1.5vw);
  margin-inline: auto;
}
@media screen and (max-width: 599px) {
  .w50 {
    width: 100%;
  }
  .w50 figure {
    width: 100%;
    max-width: 450px;
    margin-inline: auto;
  }
}

.w60 {
  width: calc(60% - 1.5vw);
  margin-inline: auto;
}
@media screen and (max-width: 599px) {
  .w60 {
    width: 100%;
  }
  .w60 figure {
    width: 100%;
    max-width: 450px;
    margin-inline: auto;
  }
}

.w70 {
  width: calc(70% - 1.5vw);
  margin-inline: auto;
}
@media screen and (max-width: 599px) {
  .w70 {
    width: 100%;
  }
  .w70 figure {
    width: 100%;
    max-width: 450px;
    margin-inline: auto;
  }
}

.w80 {
  width: calc(80% - 1.5vw);
  margin-inline: auto;
}
@media screen and (max-width: 599px) {
  .w80 {
    width: 100%;
  }
  .w80 figure {
    width: 100%;
    max-width: 450px;
    margin-inline: auto;
  }
}

.w90 {
  width: calc(90% - 1.5vw);
  margin-inline: auto;
}
@media screen and (max-width: 599px) {
  .w90 {
    width: 100%;
  }
  .w90 figure {
    width: 100%;
    max-width: 450px;
    margin-inline: auto;
  }
}

.bg_gray {
  background-color: #fbfbfb;
  padding: 30px 20px;
  display: block;
  border-radius: 0 10px 0 10px;
}

.newWindow {
  position: relative;
  padding-right: 20px;
}
.newWindow::after {
  position: absolute;
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-mask: url(../img/icon/new_window.svg) no-repeat center center/contain;
  mask: url(../img/icon/new_window.svg) no-repeat center center/contain;
  background-color: #555;
}

.linkArrow {
  position: relative;
  padding-left: 20px;
}
.linkArrow::after {
  position: absolute;
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-mask: url(../img/icon/arrow_right.svg) no-repeat center center/contain;
  mask: url(../img/icon/arrow_right.svg) no-repeat center center/contain;
  background-color: #000;
}

.download {
  position: relative;
  padding-right: 25px;
}
.download::after {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-mask: url(../img/icon/download.svg) no-repeat center center/contain;
  mask: url(../img/icon/download.svg) no-repeat center center/contain;
  background-color: #222;
}

.contentSpace {
  margin: 0 20px;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 100px;
}
@media screen and (max-width: 599px) {
  .pagination {
    margin-top: 50px;
  }
}
.pagination .prev {
  padding-left: 37px;
  background-color: #21509F;
  border-radius: 4px;
  color: #fff;
  width: 82px;
  height: 36px;
  line-height: 36px;
  position: relative;
  text-align: left;
  display: inline-block;
  margin-left: 0;
}
.pagination .prev::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-mask: url(../img/icon/arrow2.svg) no-repeat center center/contain;
  mask: url(../img/icon/arrow2.svg) no-repeat center center/contain;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pagination .prev:hover::before {
  left: 10px;
}
.pagination .next {
  padding-right: 37px;
  background-color: #0c4ca8;
  border-radius: 4px;
  color: #fff;
  width: 82px;
  height: 36px;
  line-height: 36px;
  position: relative;
  text-align: right;
  display: inline-block;
  margin-right: 0;
}
.pagination .next::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-mask: url(../img/icon/arrow.svg) no-repeat center center/contain;
  mask: url(../img/icon/arrow.svg) no-repeat center center/contain;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pagination .next:hover::after {
  right: 10px;
}

.page-numbers {
  width: 34px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #0c4ca8;
  border-radius: 4px;
  display: inline-block;
  font-size: 14px;
  color: #0c4ca8;
  margin: 0 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-numbers:hover {
  background-color: #0c4ca8;
  color: #fff;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  margin: 50px auto 100px;
}
@media screen and (max-width: 1100px) {
  .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 80px;
    margin: 50px auto;
  }
}

.main {
  width: calc(100% - 40px - 20%);
}
@media screen and (max-width: 1100px) {
  .main {
    width: 95%;
    margin-inline: auto;
  }
}

.dropShadow {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.textShadow {
  text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #fff, 0 0 50px #fff;
}

.underline {
  text-decoration: underline;
}

.item:nth-of-type(n + 2) {
  margin-top: 80px;
}

.item_list:nth-of-type(n + 2) {
  margin-top: 40px;
}

.item_list_block:nth-of-type(n + 2) {
  margin-top: 30px;
}

.js-scrollHint table,
.js-scrollHint th,
.js-scrollHint td {
  white-space: nowrap;
}

.list-2 {
  counter-reset: li;
}

.list-2 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0.3em 0.3em 0.3em 0;
}

.list-2 li::before {
  display: inline-block;
  min-width: 1.7em;
  margin-right: 5px;
  border-radius: 50%;
  background-color: #0c4ca8;
  color: #fff;
  font-weight: bold;
  font-size: 0.75em;
  line-height: 1.7em;
  text-align: center;
  content: counter(li);
  counter-increment: li;
  margin-top: 2px;
}

.list-9 {
  list-style-type: disc;
  list-style-position: inside;
}

.list-9 li {
  padding: 0.5em;
  border-bottom: 1px dashed #0c4ca8;
}

.list-9 li::marker {
  color: #0c4ca8;
  font-size: 1.1em;
}

.list-8 {
  position: relative;
  padding: 1.5em 3.5em;
  border: 2px solid #0c4ca8;
}

.list-8 > div {
  position: absolute;
  top: -0.75em;
  left: 1em;
  padding: 0 0.5em;
  background-color: #fff;
  color: #0c4ca8;
  font-weight: 600;
}

.list-8 ul {
  list-style-type: disc;
  margin: 0;
  padding: 0;
}

.list-8 li::marker {
  color: #0c4ca8;
  font-size: 1.5em;
}

/* ===============================================
  Q&A
=============================================== */
.qa-container {
  margin: 50px auto 0;
  width: 100%;
}

.qa-list:not(:first-child) {
  margin-top: 10px;
}

.question-title {
  background: #e1ecf0;
  cursor: pointer;
  font-size: 1.6rem;
  padding: 20px 40px;
  position: relative;
}

.question-title:before {
  position: absolute;
  display: block;
  content: "Q";
  top: 18px;
  left: 12px;
  color: #0c4ca8;
  font-size: 1.8rem;
}

.question-title:after {
  position: absolute;
  display: block;
  content: "";
  top: 45%;
  right: 22px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.qa-list:first-of-type .question-title:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.qa-list:first-of-type .question-title.open:after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.question-title.open:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 45%;
}

.answer-text {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  display: none;
  padding: 20px 40px;
  position: relative;
}

.answer-text:before {
  position: absolute;
  display: block;
  content: "A";
  top: 18px;
  left: 12px;
  color: #cf1f28;
  font-size: 18px;
}

/* ===============================================
  ページ内リンク
=============================================== */
.InPageLink {
  padding-top: 50px;
}

.InPageLinkItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 30px;
}
@media screen and (max-width: 599px) {
  .InPageLinkItems {
    gap: 15px;
  }
}
.InPageLinkItems li {
  color: #000;
  font-size: 1.4rem;
  width: calc((100% - 60px) / 3);
}
.InPageLinkItems a {
  display: block;
  width: 100%;
  padding: 10px 10px 10px 20px;
  border-radius: 5px;
  border: 1px solid #000;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
}
.InPageLinkItems a::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-mask: url(../img/icon/arrow_right.svg) no-repeat center center/contain;
  mask: url(../img/icon/arrow_right.svg) no-repeat center center/contain;
  background-color: #000;
}
.InPageLinkItems a:hover {
  background-color: #000;
  color: #fff;
}
.InPageLinkItems a:hover::after {
  background-color: #fff;
}

/* ===============================================
  検索ボタン
=============================================== */
/* Search */
.searchFromMini {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

#search-formmini {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1;
  height: 40px;
}

.search-field {
  position: absolute;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  font-weight: 300;
  opacity: 0;
  width: 0;
  z-index: 3;
}

.search-field:focus {
  cursor: text;
  opacity: 1;
  outline: none;
  width: 100%;
  z-index: 1;
  background: #fff;
  border-radius: 9999px;
  padding-left: 20px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.11);
          box-shadow: 0 1px 6px rgba(0, 0, 0, 0.11);
  line-height: 1.2;
}

.search-field:focus:hover ~ .search-submit .fa-search {
  color: #1565c0;
}

.search-field:hover ~ .search-submit .fa-search {
  color: #1565c0;
}

.search-submit {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background-color: transparent;
  position: absolute;
  z-index: 2;
  right: 20px;
  height: 100%;
  color: #1565c0;
  border: none;
}

.search-submit:hover .fa-search {
  color: #1565c0;
}

form#search-formmini input[type=search] {
  width: 40px;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  margin: 0;
  height: 40px;
}

form#search-formmini input[type=search]:focus {
  width: 300px;
  font-size: 0.9rem;
  line-height: 1.4;
}

form#search-formmini input[type=search]:focus ~ .search-submit {
  right: 24px;
  color: #6bb6ff;
}

/* ===============================================
  item整理
=============================================== */
.items {
  margin-top: 100px;
}

.item:not(:first-child) {
  margin-top: 100px;
}

.item_body {
  margin: 10px;
}

table {
  width: 100%;
  border-collapse: collapse;
}
table th,
table td {
  vertical-align: middle;
  border: 1px solid #c8d6db;
  border-collapse: collapse;
  padding: 10px;
}
table th {
  font-weight: 400;
  background-color: #e9f1f8;
}

@media screen and (max-width: 599px) {
  .table_sp_block th,
  .table_sp_block td {
    display: block;
  }
}

/* ===============================================
  ページ下部のお問い合わせ部分
=============================================== */
.pageBottomContact {
  background: url(../img/common/pageContact_bg.webp) no-repeat center center/cover;
  padding: 100px 0;
}

.pageBottomContactWrapper {
  background-color: #fff;
  opacity: 0.8;
  padding: 50px;
  border-radius: 10px;
}
.pageBottomContactWrapper .sectionTitleWrapper {
  margin-bottom: 50px;
}
.pageBottomContactWrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
}

.pageBottomContact_head {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 20px;
}

.pageTelNumber,
.pageFaxNumber {
  font-size: 4rem;
  position: relative;
  padding-left: 50px;
}
.pageTelNumber::before,
.pageFaxNumber::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #222;
}

.pageTelNumber::before {
  -webkit-mask: url(../img/icon/tel.svg) no-repeat center center/contain;
  mask: url(../img/icon/tel.svg) no-repeat center center/contain;
}

.pageFaxNumber::before {
  -webkit-mask: url(../img/icon/fax.svg) no-repeat center center/contain;
  mask: url(../img/icon/fax.svg) no-repeat center center/contain;
}

.pageBottomContact .contentTitleWrapper {
  margin-bottom: 50px;
}

.sample {
  padding: 2000px auto;
}

.tel {
  position: relative;
  padding-left: 1.2em;
  font-size: 1.8rem;
  font-weight: 700;
}
.tel::before {
  position: absolute;
  content: "";
  width: 1em;
  height: 1em;
  left: 0;
  top: 55%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-mask: url(../img/icon/tel.svg?ver=uz7kj55) no-repeat center/contain;
          mask: url(../img/icon/tel.svg?ver=uz7kj55) no-repeat center/contain;
  background-color: #0c4ca8;
}

.fax {
  display: inline-block;
  position: relative;
  padding-left: 1.2em;
  font-size: 1.8rem;
  font-weight: 700;
}
.fax::before {
  position: absolute;
  content: "";
  width: 1em;
  height: 1em;
  left: 0;
  top: 55%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-mask: url(../img/icon/fax.svg?ver=uz7kj55) no-repeat center/contain;
          mask: url(../img/icon/fax.svg?ver=uz7kj55) no-repeat center/contain;
  background-color: #0c4ca8;
}

/* ===============================================
  contactのアイテム
=============================================== */
.contact_item {
  margin-top: 30px;
  text-align: center;
  padding: 20px;
  border: 8px solid #e3e3e3;
  width: 100%;
  max-width: 800px;
  margin-inline: auto;
}
.contact_item a {
  position: relative;
  display: inline-block;
  margin-left: 1em;
  padding-left: 1.2em;
  font-size: 2.5rem;
  font-weight: 700;
}
.contact_item a::before {
  position: absolute;
  content: "";
  width: 1em;
  height: 1em;
  left: 0;
  top: 55%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-mask: url(../img/icon/tel.svg?ver=uz7kj55) no-repeat center/contain;
          mask: url(../img/icon/tel.svg?ver=uz7kj55) no-repeat center/contain;
  background-color: #0c4ca8;
}

/* ===============================================
  手術同意書アイテム
=============================================== */
.informed_consent_wrapper {
  margin-top: 50px;
  padding: 30px;
  border: 2px solid #0c4ca8;
  border-radius: 5px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .informed_consent_wrapper {
    padding: 20px;
  }
}

.informed_consent_title {
  padding-bottom: 10px;
  font-size: 2rem;
  border-bottom: 1px dashed #0c4ca8;
}

.informed_consent_body {
  display: inline-block;
  padding: 20px 20px 0 20px;
  -moz-text-align-last: left;
       text-align-last: left;
  margin-inline: auto;
}
.informed_consent_body li:nth-of-type(n + 2) {
  margin-top: 10px;
}
.informed_consent_body a {
  position: relative;
  padding-right: 30px;
}
.informed_consent_body a::after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/icon/pdf_24.png?ver=uz7kj55) no-repeat center/contain;
}

.list_border {
  padding: 30px;
  border: 2px solid #0c4ca8;
}
@media screen and (max-width: 1100px) {
  .list_border {
    padding: 20px;
  }
}

.list_wrapper {
  list-style: none;
}
.list_wrapper > li {
  position: relative;
  padding-left: 15px;
}
.list_wrapper > li:nth-of-type(n + 2) {
  margin-top: 5px;
}
.list_wrapper > li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #0c4ca8;
  border-radius: 5px;
}

.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgb(255, 204, 204)));
  background: linear-gradient(transparent 60%, rgb(255, 204, 204) 60%);
}

.table_block th,
.table_block td {
  display: block;
}

.pdf_link {
  display: inline-block;
  -moz-text-align-last: left;
       text-align-last: left;
  margin-inline: auto;
}
.pdf_link li:nth-of-type(n + 2) {
  margin-top: 10px;
}
.pdf_link a {
  position: relative;
  padding-right: 30px;
}
.pdf_link a::after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/icon/pdf_24.png?ver=uz7kj55) no-repeat center/contain;
}
.pdf_link.display_block {
  display: block;
}

.word_link li:nth-of-type(n + 2) {
  margin-top: 10px;
}
.word_link a {
  position: relative;
  padding-right: 30px;
}
.word_link a::after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/icon/microsoft-word.png?ver=uz7kj55) no-repeat center/contain;
}

.contact_btn {
  margin-top: 30px;
}
.contact_btn 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: #0c4ca8;
  color: #fff;
  padding: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #0c4ca8;
}
.contact_btn a:hover {
  background-color: #fff;
  color: #0c4ca8;
}
.contact_btn a:hover span::before {
  background-color: #0c4ca8;
}
.contact_btn a span {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 22px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-right: 10px;
}
.contact_btn a span::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-mask: url(../img/icon/contact.svg?ver=uz7kj55) no-repeat center/contain;
          mask: url(../img/icon/contact.svg?ver=uz7kj55) no-repeat center/contain;
  background-color: #fff;
}

.pdf_icon {
  position: relative;
  padding-right: 26px;
}
.pdf_icon::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  right: 0;
  bottom: -2px;
  background: url(../img/icon/pdf_24.png?ver=uz7kj55) no-repeat center/contain;
}

.getAAR_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  width: 95%;
  margin-inline: auto;
}
@media screen and (max-width: 599px) {
  .getAAR_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    width: 100%;
  }
}

.getAAR_left {
  width: 158px;
}

.getAAR_right {
  font-size: 1.2rem;
  width: calc(100% - 178px);
}
@media screen and (max-width: 599px) {
  .getAAR_right {
    width: 100%;
  }
}

.gc-wrap {
  width: 100%;
  margin-inline: auto;
}

.g-calendar {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 70%;
}

.g-calendar iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .g-calendar {
    padding-bottom: 100%;
  }
}
.arrow {
  position: relative;
  display: inline-block;
  padding: 0 0 0 26px;
  color: #0c4ca8;
  vertical-align: middle;
}

.arrow::before,
.arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.link_arrow::before {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #0c4ca8;
}
.link_arrow::after {
  left: 6px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.triangle_wrapper {
  margin: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.triangle {
  background: #0076ad;
  height: 30px;
  width: 60px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.box-015 {
  position: relative;
  margin: 1em auto 0;
  padding: 1em 2.5em 1em 1.5em;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  background-color: #e0efff;
}

.box-015::before,
.box-015::after {
  position: absolute;
  content: "";
}

.box-015::before {
  top: -15px;
  right: 10px;
  height: 50px;
  width: 15px;
  border: 3px solid #999;
  border-radius: 10px;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
}

.box-015::after {
  top: 0;
  width: 10px;
  right: 20px;
  border: solid 5px #e0efff;
}

.box-019 {
  position: relative;
  margin-top: 1em;
  padding: 1.8em 1.5em 1em 1.5em;
  border: 2px solid #2589d0;
}

.box-019 > div {
  position: absolute;
  top: -1.15em;
  left: -0.5em;
  padding: 0.4em 1.4em;
  border-radius: 25px;
  background-color: #2589d0;
  color: #fff;
  font-size: 0.9em;
}

.box-019 > div::before {
  position: absolute;
  bottom: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 16px;
  height: 8px;
  background-color: #2589d0;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
}

.box-019 p {
  margin: 0;
}

/*少しずらしたボックス*/
.box2-6 {
  margin: 2em auto;
  padding: 2em; /*内側の余白*/
  background: none; /*元のボックス背景色なし*/
  border: 1px solid #ccc; /*線の太さ・種類・色*/
  position: relative; /*配置（基準）*/
}

.box2-6:after {
  background-color: #eee; /*ずらしたボックスの背景色*/
  border: none;
  content: "";
  position: absolute; /*配置（ここを動かす）*/
  top: 7px; /*上から7pxずらす*/
  left: 7px; /*左から7pxずらす*/
  width: 100%;
  height: 100%;
  z-index: -1;
}

.anchor_link p {
  display: inline-block;
  color: #fff;
  background-color: #0c4ca8;
  padding: 0 2px 2px 5px;
}
.anchor_link ul {
  margin-top: 20px;
}
.anchor_link ul li {
  padding-bottom: 5px;
  border-bottom: 1px dashed #0c4ca8;
}
.anchor_link ul li:nth-of-type(n + 2) {
  margin-top: 10px;
}
.anchor_link .flex li:nth-of-type(n + 2) {
  margin-top: 0;
}
.anchor_link .flex ul li:nth-of-type(n + 2) {
  margin-top: 10px;
}

.box {
  padding: 15px;
  border: 1px solid #0c4ca8;
}

.new-marker {
  color: #ff0000; /* 赤色で表示 */
  font-weight: bold; /* 太字にする */
  margin-left: 5px; /* タイトルとの間に少し間を空ける */
}

/* ===============================================
  header
=============================================== */
.topPage_header {
  display: none;
  position: fixed;
  z-index: 900;
  width: 100%;
  background-color: #fff;
  -webkit-filter: drop-shadow(0 2 5px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0 2 5px rgba(0, 0, 0, 0.1));
}

.header_wrapper {
  background-color: rgb(255, 255, 255);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9997;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 3%;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
}

.header_left {
  width: 100%;
  max-width: 330px;
}
@media screen and (max-width: 599px) {
  .header_left {
    width: 250px;
  }
}

.header_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 1100px) {
  .header_nav {
    display: none;
  }
}

.telText {
  font-size: 1.2rem;
}

.telNumber {
  font-size: 2rem;
  font-weight: 500;
  position: relative;
  padding-left: 25px;
  padding-bottom: 2px;
}
.telNumber::before {
  position: absolute;
  content: "";
  width: 22px;
  height: 22px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-mask: url(../img/icon/tel.svg) no-repeat center center/contain;
  mask: url(../img/icon/tel.svg) no-repeat center center/contain;
  background-color: #222;
}

.open-btn {
  font-size: 1.4rem;
  padding-top: 28px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  cursor: pointer;
}
.open-btn:before {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-mask: url(../img/icon/search.svg) no-repeat center center/contain;
  mask: url(../img/icon/search.svg) no-repeat center center/contain;
  background-color: #222;
}

.headerRightAccess a:before {
  -webkit-mask: url(../img/icon/header_access.svg) no-repeat center center/contain;
  mask: url(../img/icon/header_access.svg) no-repeat center center/contain;
  background-color: #222;
}

.headerRightContact {
  padding-right: 0;
}
.headerRightContact a:before {
  -webkit-mask: url(../img/icon/mail.svg) no-repeat center center/contain;
  mask: url(../img/icon/mail.svg) no-repeat center center/contain;
  background-color: #222;
}

.responsiveHeader {
  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;
  height: 80px;
  position: fixed;
  z-index: 999;
  width: 100%;
  top: 0;
  background-color: #fff;
}
.responsiveHeader h1 {
  width: 200px;
  margin-left: 5%;
}

/* ===============================================
  dropdown
=============================================== */
.gnav-wrapper {
  position: relative;
}

.gnav {
  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;
  height: 80px;
}
.gnav > li {
  height: 100%;
}
.gnav > li:hover .megamenu {
  max-height: 500px;
  opacity: 1;
  padding: 50px 0;
  pointer-events: auto;
}

.gnav-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0 20px;
  height: 100%;
}
.gnav-title:hover {
  color: #0c4ca8;
}

.megamenu {
  background: #0c4ca8;
  max-height: 500px;
  opacity: 0;
  overflow: hidden;
  margin: 0 calc(50% - 50vw);
  width: 120vw;
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  z-index: 999;
  pointer-events: none;
}

.megamenu-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.megamenu-inner > li {
  width: 16%;
  padding: 0;
  color: #fff;
  text-align: left;
}

.megamenu-inner > a {
  border-left: none;
}

.megamenu-head {
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
}

.megamenu-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.megamenu-body li {
  padding: 5px 0;
}

/* ===============================================
  drawer
 =============================================== */
.drawer_wrapper {
  display: none;
}
@media screen and (max-width: 1100px) {
  .drawer_wrapper {
    display: block;
    z-index: 9999;
    position: fixed;
    top: 20px;
    right: 10px;
  }
}
@media screen and (max-width: 1100px) and (max-width: 599px) {
  .drawer_wrapper {
    top: 12px;
  }
}

.top_drawer_wrapper {
  display: none;
}
@media screen and (max-width: 1100px) {
  .top_drawer_wrapper {
    display: block;
    z-index: 999;
    position: fixed;
    top: 10px;
    right: 10px;
    backdrop-filter: blur(20px) saturate(180%);
    border-radius: 100%;
    height: 60px;
    width: 60px;
    background-color: rgba(255, 255, 255, 0.3);
    padding: 12px 10px 10px;
  }
}

.drawer-icon {
  width: 40px;
  height: 35px;
  position: relative;
}
.drawer-icon::after {
  position: absolute;
  z-index: 999;
  content: "";
  color: #222;
  width: 100%;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 1rem;
  text-align: center;
}
.drawer-icon span {
  width: 28px;
  position: absolute;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #222;
  border-radius: 1px;
}
.drawer-icon span:nth-child(1) {
  top: 10px;
}
.drawer-icon span:nth-child(2) {
  top: 18px;
}
.drawer-icon span:nth-child(3) {
  top: 26px;
}
.drawer-icon.is-active::after {
  content: "CLOSE";
  color: #222;
}
.drawer-icon.is-active span {
  background-color: #222;
  left: 50%;
}
.drawer-icon.is-active span:nth-child(1) {
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
  top: 10px;
}
.drawer-icon.is-active span:nth-child(2) {
  display: none;
}
.drawer-icon.is-active span:nth-child(3) {
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  top: 10px;
}

.is-fixed body {
  overflow: hidden;
}

.drawer-menu {
  background-color: #fff;
  height: 100vh;
  width: 100vw;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 998;
  display: none;
}

.drawer-head {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.drawer-logo {
  width: 200px;
  display: block;
}

.drawer-menu-scroll {
  height: 100vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 20px 0 200px;
  margin-top: 60px;
}

.drawer-menu-content {
  display: block;
  margin: 0 auto;
}
.drawer-menu-content > li {
  margin: 0 3%;
}
@media screen and (max-width: 599px) {
  .drawer-menu-content > li {
    margin: 0 5%;
  }
}
.drawer-menu-content > li:first-child {
  border-bottom: 1px solid #ddd;
}
.drawer-menu-content > li:not(:first-child) {
  border-bottom: 1px solid #ddd;
}

.drawer-menu-content .drawer-menu_item p {
  display: inline-block;
  padding: 30px 0;
  width: 100%;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 599px) {
  .drawer-menu-content .drawer-menu_item p {
    padding: 20px 0;
  }
}
.drawer-menu-content .drawer-menu_item:nth-of-type(n + 2) p::after {
  position: absolute;
  content: "";
  top: 40%;
  right: 10px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #666666;
  border-right: 2px solid #666666;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.drawer-menu-content .drawer-menu_item:nth-of-type(n + 2) p.arrow-active::after {
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  top: 45%;
}

.drawer-menu_itemBody {
  display: none;
  background-color: #0c4ca8;
  color: #fff;
}
.drawer-menu_itemBody li a {
  display: block;
  padding: 15px 10px;
}
.drawer-menu_itemBody li:nth-of-type(n + 2) {
  border-top: 1px solid #fff;
}

.drawer_contact_btn {
  width: 95%;
  margin-inline: auto;
}

/* ===============================================
  検索
=============================================== */
/*========= 検索窓を開くための虫眼鏡ボタン設定 ===========*/
/*========= 検索窓の設定 ===============*/
/*==検索窓背景のエリア*/
#search-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 2;
  background: #333;
  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;
}

/*==検索窓のエリア*/
#search-wrap .search-area {
  width: 80%;
  position: relative;
}

/*==検索フォームの設定*/
#search-wrap form {
  position: relative;
  height: 66px;
}

/*==テキスト入力とボタンinput共通設定*/
#search-wrap input {
  -webkit-appearance: none;
  /*SafariやChromeのデフォルトの設定を無効*/
  outline: none;
  cursor: pointer;
  color: #fff;
}

/*テキスト入力input設定*/
#search-wrap input[type=text] {
  width: 100%;
  padding: 20px;
  border: none;
  border-bottom: 2px solid #666;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  letter-spacing: 0.05em;
  background: #444;
}

#search-wrap input[type=text]:focus {
  background: #444;
}

/*ボタンsubmit設定*/
#search-wrap button[type=submit] {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  -webkit-mask: url(../img/icon/search.svg) no-repeat center center/contain;
  mask: url(../img/icon/search.svg) no-repeat center center/contain;
  background-color: #666;
  width: 30px;
  height: 30px;
}

/*======= 閉じるための×ボタン ========*/
.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  cursor: pointer;
  width: 60px;
  height: 60px;
}

.close-btn span {
  display: inline-block;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background-color: #fff;
}

/*×マーク*/
.close-btn span:nth-of-type(1) {
  top: 20px;
  left: 16px;
  -webkit-transform: translateY(6px) rotate(-135deg);
          transform: translateY(6px) rotate(-135deg);
  width: 50%;
}

.close-btn span:nth-of-type(2) {
  top: 32px;
  left: 16px;
  -webkit-transform: translateY(-6px) rotate(135deg);
          transform: translateY(-6px) rotate(135deg);
  width: 50%;
}

.sp_other_link {
  margin: 30px auto 0;
  width: 90%;
}
.sp_other_link li {
  padding-bottom: 10px;
  border-bottom: 1px dashed #ccc;
}
.sp_other_link li:nth-of-type(n + 2) {
  margin-top: 10px;
}

.footer {
  background-color: #021f30;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 300;
  padding-top: 50px;
}

.footer_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0 20px;
}
@media screen and (max-width: 599px) {
  .footer_nav {
    gap: 10px;
  }
}
.footer_nav > li {
  width: calc((100% - 90px) / 4);
  display: block;
  position: relative;
  border-top: 2px solid #fff;
}
@media screen and (max-width: 599px) {
  .footer_nav > li {
    width: 100%;
    font-size: 1.4rem;
    font-weight: 500;
  }
}

.footer_nav_head {
  display: block;
  padding: 10px;
  font-size: 1.4rem;
  color: #fff;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .footer_nav_head {
    width: calc(100% - 40px);
  }
}

.option_icon {
  display: none;
}
@media screen and (max-width: 599px) {
  .option_icon {
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    right: 10px;
    top: 20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .option_icon.is-open .option_icon_bar2 {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
    height: 5px;
  }
}

.option_icon_bar1 {
  position: absolute;
  width: 15px;
  height: 2px;
  background: #fff;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.option_icon_bar2 {
  position: absolute;
  width: 2px;
  height: 15px;
  background: #fff;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.child_menu {
  border-top: 1px solid #15465c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.2rem;
  padding-top: 5px;
  margin-bottom: 10px;
}
@media screen and (max-width: 599px) {
  .child_menu {
    display: none;
  }
}
.child_menu > li {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 2px 10px 2px 25px;
}
.child_menu > li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 8px;
  left: 8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.footer_bottom_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1vw 3vw;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .footer_bottom_menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer_bottom_menu li {
    padding-bottom: 10px;
    border-bottom: 1px dashed #fff;
  }
  .footer_bottom_menu li:nth-of-type(n + 2) {
    margin-top: 10px;
  }
}

/* ===============================================
  pagetop
=============================================== */
.page_top_wrapper {
  display: block;
  background-color: #f5f5f5;
  width: 100%;
  padding: 15px 0 10px;
  text-align: center;
}
.page_top_wrapper .page_top {
  display: block;
  position: relative;
  padding-top: 20px;
  font-size: 1rem;
}
.page_top_wrapper .page_top::before {
  position: absolute;
  content: "";
  width: 25px;
  height: 2px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #555;
}
.page_top_wrapper .page_top::after {
  position: absolute;
  content: "";
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 15px;
  height: 15px;
  border-top: 2px solid #555;
  border-right: 2px solid #555;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 25% 110%;
          transform-origin: 25% 110%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page_top_wrapper .page_top:hover::after {
  top: 8px;
}

.rmsg_banner {
  width: 90%;
  margin: 20px auto 0;
  max-width: 400px;
}

.copyright {
  padding-block: 10px;
  font-size: 1rem;
  text-align: center;
}

.sidebar {
  width: 20%;
}
@media screen and (max-width: 1100px) {
  .sidebar {
    width: 100%;
  }
}

.sidebar_wrapper {
  position: sticky;
  top: 90px;
}
.sidebar_wrapper.no-sticky {
  position: static;
}
.sidebar_wrapper.no-sticky .sidebar_body:nth-of-type(n + 2) {
  margin-top: 50px;
}

.sidebar_body nav ul li:not(:first-child) {
  margin-top: 5px;
}
.sidebar_body:nth-of-type(n + 2) {
  margin-top: 20px;
}

.sidebar_head {
  padding: 10px;
  color: #0c4ca8;
  font-size: 1.8rem;
  font-weight: 700;
  border-top: 2px solid #0c4ca8;
  border-bottom: 1px solid #ddd;
}

.sidebar_link {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 2px 10px 2px 25px;
}
@media screen and (max-width: 599px) {
  .sidebar_link {
    padding: 0 10px 0 25px;
  }
}
.sidebar_link::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 2px #0c4ca8;
  border-right: solid 2px #0c4ca8;
  position: absolute;
  top: 9px;
  left: 8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 599px) {
  .sidebar_link::before {
    top: 5px;
  }
}
.sidebar_link:hover {
  background-color: #ebf6fc;
}

.sidebar_dropdown {
  margin: 5px 20px 10px 25px;
}
.sidebar_dropdown li {
  padding-bottom: 2px;
  border-bottom: 1px dashed #0c4ca8;
  color: #555;
  font-size: 1.3rem;
}
.sidebar_dropdown li a {
  display: block;
}

/* ===============================================
  loading
=============================================== */
#loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100%;
  background: rgb(255, 255, 255) url("../img/common/login_logo.webp") no-repeat center center/100px;
  background-color: #fff;
  z-index: 9999;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  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;
}

#content {
  position: relative;
  width: 100%;
  height: 100%;
}

/*-- pageフォルダの中の_index.scss --*/
.splide {
  position: relative;
}

.top_nav {
  background-color: #fff;
  padding: 15px 40px 16px;
  border-radius: 5px;
  position: absolute;
  top: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
.top_nav ul {
  width: 100%;
  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;
  gap: 40px;
  font-weight: 500;
}
.top_nav ul li {
  font-size: 1.8rem;
  color: #333;
  white-space: nowrap;
}
@media screen and (max-width: 1100px) {
  .top_nav {
    display: none;
  }
}

/*スクロールダウン全体の場所*/
.scrolldown {
  /*描画位置※位置は適宜調整してください*/
  mix-blend-mode: difference;
  position: absolute;
  left: 50%;
  bottom: 10px;
  /*全体の高さ*/
  height: 50px;
  z-index: 10;
}

/*Scrollテキストの描写*/
.scrolldown span {
  /*描画位置*/
  mix-blend-mode: difference;
  position: absolute;
  left: -17px;
  top: -17px;
  color: #fff;
  /*テキストの形状*/
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}

/* 線の描写 */
.scrolldown::after {
  /*描画位置*/
  mix-blend-mode: difference;
  content: "";
  position: absolute;
  top: 0;
  /*線の形状*/
  width: 1px;
  height: 30px;
  background: #fff;
  /*線の動き1.4秒かけて動く。永遠にループ*/
  -webkit-animation: pathmove 1.4s ease-in-out infinite;
          animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@-webkit-keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}
/* ===============================================
    vertical_slider
=============================================== */
@-webkit-keyframes zoom-out {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@keyframes zoom-out {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
.vertical_slider .splide__slide {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #333;
  position: relative;
  overflow: hidden;
}
.vertical_slider .splide__slide .img_wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-animation: zoom-out 10s linear 0s normal both;
          animation: zoom-out 10s linear 0s normal both;
}
.vertical_slider .splide__slide .img_wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.vertical_slider .splide__slide .top_splide_slide_body {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 20%;
}
.vertical_slider .splide__slide .catchCopy {
  width: 100%;
  -webkit-animation: none;
          animation: none;
  font-size: clamp(2.5rem, 3.5vw, 4rem);
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.6;
  text-shadow: 0 0 5px #555, 0 0 10px #555, 0 0 15px #555, 0 0 20px #555, 0 0 25px #555;
}
.vertical_slider .splide__slide .hover {
  padding-bottom: 8px;
  position: relative;
}
.vertical_slider .splide__slide .hover::before {
  background: #07f1b7;
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.vertical_slider .splide__slide .hover:hover::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.flex_slide_left {
  width: 35%;
  position: relative;
  margin-top: 40px;
  margin-left: 20px;
}
@media screen and (max-width: 1100px) {
  .flex_slide_left {
    width: calc(100% - 20px);
    margin-top: 20px;
    padding-inline: 5%;
    padding-top: 5%;
    margin-left: 10px;
  }
}
@media screen and (max-width: 599px) {
  .flex_slide_left {
    margin-left: 10px;
    padding-inline: 5%;
    padding-top: 5%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .flex_slide_left img {
    width: 100%;
    height: calc(var(--vh, 1vh) * 30);
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 599px) {
  .flex_slide_left img {
    height: calc(var(--vh, 1vh) * 20);
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.splide__slide.is-active .slide_title span {
  display: inline-block;
}

.slide_title {
  font-weight: 700;
  padding-inline: 10px;
  font-size: clamp(3rem, 4vw, 5rem);
  position: absolute;
  content: "";
  top: -50px;
  left: -20px;
  z-index: 10;
  text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #fff, 0 0 50px #fff;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .slide_title {
    top: 20px;
    left: 20px;
  }
}
@media screen and (max-width: 599px) {
  .slide_title {
    top: 0;
    left: 0;
  }
}
.slide_title:nth-of-type(2) {
  top: 10px;
}

.slide3_title {
  font-weight: 700;
  padding-inline: 10px;
  font-size: clamp(3rem, 4vw, 5rem);
  position: absolute;
  content: "";
  top: -50px;
  left: -20px;
  z-index: 10;
  text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #fff, 0 0 50px #fff;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .slide3_title {
    top: 20px;
    left: 20px;
  }
}
@media screen and (max-width: 599px) {
  .slide3_title {
    top: 0;
    left: 0;
  }
}
.slide3_title:nth-of-type(2) {
  top: 10px;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .slide3_title:nth-of-type(2) {
    top: 60px;
  }
}
@media screen and (max-width: 599px) {
  .slide3_title:nth-of-type(2) {
    top: 10px;
  }
}

.splide_slide_text {
  font-size: clamp(1.2rem, 1.2vw, 1.6rem);
  font-weight: 700;
}
@media screen and (max-width: 1100px) {
  .splide_slide_text {
    font-size: 1.6rem;
  }
}

/* ===============================================
  horizontal_slider
=============================================== */
.splide_slide_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 1100px) {
  .splide_slide_body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 599px) {
  .splide_slide_body {
    gap: 20px;
  }
}

.horizontal_slider {
  width: 65%;
  /* スライドのサイズ調整 */
}
@media screen and (min-width: 1101px) {
  .horizontal_slider {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1100px) {
  .horizontal_slider {
    width: 100%;
  }
}
.horizontal_slider.is-initialized:not(.is-active) .splide__list {
  display: grid;
  row-gap: 2em;
  grid-template-columns: repeat(3, 1fr);
}
.horizontal_slider .splide__slide img {
  -o-object-fit: cover;
     object-fit: cover;
  height: calc(var(--vh, 1vh) * 30);
}
@media screen and (max-width: 599px) {
  .horizontal_slider .splide__slide img {
    height: calc(var(--vh, 1vh) * 20);
  }
}
.horizontal_slider .arrow_r {
  position: relative;
  display: inline-block;
  padding: 10px 5px 10px 25px;
}
.horizontal_slider .arrow_r:before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 3px #333;
  border-right: solid 3px #333;
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -4px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.horizontal_slider .splide__pagination {
  bottom: -1.5em;
}
.horizontal_slider .splide__pagination__page.is-active {
  background-color: #9cd6ce;
}

/* ===============================================
  slide3
=============================================== */
.slide3 .slide3_list {
  width: 65%;
  margin-top: 20px;
}
@media screen and (max-width: 1100px) {
  .slide3 .slide3_list {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .slide3 .slide3_slide_title {
    margin-top: 20px;
  }
}
.slide3 .slide3_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slide3 .slide3_items .slide3_item {
  width: calc((100% - 40px) / 3);
}
.slide3 .slide3_items .slide3_item:nth-of-type(4), .slide3 .slide3_items .slide3_item:nth-of-type(5) {
  width: 45%;
}
.slide3 .slide3_items .slide3_item:hover .slide3_link_btn {
  background-color: #0c4ca8;
  color: #fff;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .slide3 .flex_slide_left img {
    width: 100%;
    height: calc(var(--vh, 1vh) * 50);
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 599px) {
  .slide3 .flex_slide_left img {
    height: calc(var(--vh, 1vh) * 50);
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.slide3 .slide3_content {
  width: 100%;
  display: inline-block;
}
.slide3 .slide3_content .slide3_img_bottom {
  width: 100px;
  height: 100px;
}
.slide3 .slide3_img_wrapper {
  position: relative;
  width: 100%;
  height: calc(var(--vh, 1vh) * 50);
  min-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  background-color: #fff;
}
.slide3 .slide3_img_wrapper .slide3_img {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  padding-bottom: 80px;
  top: 0;
  left: 0;
  right: 0;
}
.slide3 .text_wrapper {
  position: absolute;
  content: "";
  background-color: #fff;
  bottom: 0px;
  padding: 20px 20px 20px 10px;
  height: 240px;
  width: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #0c4ca8;
}
.slide3 .text_wrapper .text_vertical {
  padding-top: 10px;
  padding-left: 5px;
  border-left: 1px solid #0c4ca8;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 1.8rem;
}
.slide3 .slide3_link_btn {
  position: absolute;
  content: "";
  bottom: 10px;
  right: 10px;
  padding: 5px 20px;
  font-size: 1.2rem;
  text-align: center;
  display: inline-block;
  border: 1px solid #0c4ca8;
  color: #0c4ca8;
  border-radius: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.slide3 .slide3_item45 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  border: 1px solid #ddd;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 10px;
  background-color: #fff;
}
.slide3 .slide3_item45 .slide3_img_bottom_text {
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 1101px) {
  .horizontal_slider2,
  .horizontal_slider3,
  .horizontal_slider4 {
    display: none;
  }
}
.horizontal_slider2 .splide__slide:hover .slide3_link_btn,
.horizontal_slider3 .splide__slide:hover .slide3_link_btn,
.horizontal_slider4 .splide__slide:hover .slide3_link_btn {
  background-color: #0c4ca8;
  color: #fff;
}
.horizontal_slider2 .text_wrapper,
.horizontal_slider3 .text_wrapper,
.horizontal_slider4 .text_wrapper {
  height: auto;
  width: auto;
}
.horizontal_slider2 .slide3_sp_img_wrapper,
.horizontal_slider3 .slide3_sp_img_wrapper,
.horizontal_slider4 .slide3_sp_img_wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 50px;
  background-color: #fff;
  display: block;
}
.horizontal_slider2 .slide3_sp_img_wrapper .slide3_sp_img,
.horizontal_slider3 .slide3_sp_img_wrapper .slide3_sp_img,
.horizontal_slider4 .slide3_sp_img_wrapper .slide3_sp_img {
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  height: calc(var(--vh, 1vh) * 30);
}
.horizontal_slider2 .slide3_sp_img_wrapper .slide3_text_wrapper,
.horizontal_slider3 .slide3_sp_img_wrapper .slide3_text_wrapper,
.horizontal_slider4 .slide3_sp_img_wrapper .slide3_text_wrapper {
  position: absolute;
  min-width: 100px;
  content: "";
  bottom: 0;
  left: 0;
  background-color: #fff;
  padding: 30px 20px;
}
.horizontal_slider2 .slide4_sp_img_wrapper,
.horizontal_slider3 .slide4_sp_img_wrapper,
.horizontal_slider4 .slide4_sp_img_wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 50px;
  display: block;
}
.horizontal_slider2 .slide4_sp_img_wrapper .slide3_sp_img,
.horizontal_slider3 .slide4_sp_img_wrapper .slide3_sp_img,
.horizontal_slider4 .slide4_sp_img_wrapper .slide3_sp_img {
  position: relative;
  height: calc(var(--vh, 1vh) * 30);
  -o-object-fit: cover;
     object-fit: cover;
}
.horizontal_slider2 .slide4_sp_img_wrapper .slide3_text_wrapper,
.horizontal_slider3 .slide4_sp_img_wrapper .slide3_text_wrapper,
.horizontal_slider4 .slide4_sp_img_wrapper .slide3_text_wrapper {
  position: absolute;
  min-width: 100px;
  content: "";
  bottom: 0;
  left: 0;
  background-color: #fff;
  padding: 30px 20px;
}
.horizontal_slider2 .slide5_sp_img_wrapper,
.horizontal_slider3 .slide5_sp_img_wrapper,
.horizontal_slider4 .slide5_sp_img_wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 50px;
  display: block;
}
.horizontal_slider2 .slide5_sp_img_wrapper .slide3_sp_img,
.horizontal_slider3 .slide5_sp_img_wrapper .slide3_sp_img,
.horizontal_slider4 .slide5_sp_img_wrapper .slide3_sp_img {
  position: relative;
  height: calc(var(--vh, 1vh) * 30);
  -o-object-fit: cover;
     object-fit: cover;
}
.horizontal_slider2 .slide5_sp_img_wrapper .slide3_text_wrapper,
.horizontal_slider3 .slide5_sp_img_wrapper .slide3_text_wrapper,
.horizontal_slider4 .slide5_sp_img_wrapper .slide3_text_wrapper {
  position: absolute;
  min-width: 100px;
  content: "";
  bottom: 0;
  left: 0;
  background-color: #fff;
  padding: 30px 20px;
}

/* ===============================================
  slide4
=============================================== */
.slide4 {
  position: relative;
}
.slide4 .bg {
  -webkit-animation: slide 3s ease-in-out infinite alternate;
          animation: slide 3s ease-in-out infinite alternate;
  background-image: linear-gradient(-60deg, rgb(222, 240, 250) 50%, rgb(255, 255, 255) 50%);
  bottom: 0;
  left: -50%;
  opacity: 0.5;
  position: absolute;
  right: -50%;
  top: 0;
  z-index: -1;
}
.slide4 .bg2 {
  animation-direction: alternate-reverse;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
}
.slide4 .bg3 {
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
}
@-webkit-keyframes slide {
  0% {
    -webkit-transform: translateX(-25%);
            transform: translateX(-25%);
  }
  100% {
    -webkit-transform: translateX(25%);
            transform: translateX(25%);
  }
}
@keyframes slide {
  0% {
    -webkit-transform: translateX(-25%);
            transform: translateX(-25%);
  }
  100% {
    -webkit-transform: translateX(25%);
            transform: translateX(25%);
  }
}
.slide4 .flex_slide_left {
  width: 35%;
}
@media screen and (max-width: 1100px) {
  .slide4 .flex_slide_left {
    width: calc(100% - 20px);
  }
}
.slide4 .flex_slide_left img {
  height: calc(var(--vh, 1vh) * 50);
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
.slide4 .flex_slide_left .slide3_title {
  font-weight: 700;
  padding-inline: 10px;
  font-size: clamp(3rem, 3.3vw, 5rem);
  position: absolute;
  content: "";
  top: -50px;
  left: -20px;
  z-index: 10;
  text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #fff, 0 0 50px #fff;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .slide4 .flex_slide_left .slide3_title {
    top: 20px;
    left: 20px;
  }
}
@media screen and (max-width: 599px) {
  .slide4 .flex_slide_left .slide3_title {
    top: 0;
    left: 0;
  }
}
.slide4 .flex_slide_left .slide3_title:nth-of-type(2) {
  top: 10px;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .slide4 .flex_slide_left .slide3_title:nth-of-type(2) {
    top: 60px;
  }
}
@media screen and (max-width: 599px) {
  .slide4 .flex_slide_left .slide3_title:nth-of-type(2) {
    top: 30px;
  }
}

.slide4_list {
  width: 65%;
  margin-top: 35px;
}
@media screen and (max-width: 1100px) {
  .slide4_list {
    display: none;
  }
}

.slide4_item {
  /* 初期状態としてブラー効果を適用 */
  -webkit-filter: blur(10px);
          filter: blur(10px);
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-filter 0.5s;
  transition: opacity 0.5s, -webkit-filter 0.5s;
  transition: filter 0.5s, opacity 0.5s;
  transition: filter 0.5s, opacity 0.5s, -webkit-filter 0.5s;
}
.slide4_item:nth-of-type(even) .slide4_img_wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.slide4_item:nth-of-type(n + 2) {
  margin-top: 20px;
}

.slide4_item.visible {
  /* ブラー効果を解除 */
  -webkit-filter: blur(0);
          filter: blur(0);
  opacity: 1;
}

.slide4_img_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.slide4_img_wrapper figure {
  width: 50%;
  height: calc(var(--vh, 1vh) * 15);
  overflow: hidden;
}
.slide4_img_wrapper figure .text_wrapper {
  width: 50%;
}
.slide4_img_wrapper figure .text_wrapper p {
  font-size: 2rem;
}

.slide4_img_wrapper .text_wrapper p,
.splide4_under_items .text_wrapper p,
.horizontal_slider3 .text_wrapper p {
  padding-bottom: 5px;
  border-bottom: solid 1px #333;
  display: block;
  position: relative;
}
.slide4_img_wrapper .text_wrapper p::after,
.splide4_under_items .text_wrapper p::after,
.horizontal_slider3 .text_wrapper p::after {
  position: absolute;
  content: "";
  display: block;
  border-bottom: solid 5px #333;
  bottom: -3px;
  width: 50px;
}

.splide_slide_underbody {
  margin-top: 50px;
}
@media screen and (max-width: 1100px) {
  .splide_slide_underbody {
    display: none;
  }
}

.splide4_under_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.splide4_under_item {
  opacity: 0;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  /* 初期位置を右にずらします */
  visibility: hidden;
  /* ビューポート外では非表示にします */
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  /* アニメーションの効果を設定 */
  width: calc((100% - 80px) / 5);
}
.splide4_under_item img {
  width: 100%;
  aspect-ratio: 2/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.splide4_under_item.visible {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  /* 最終的な位置 */
  visibility: visible;
  /* 見えるようにします */
}

.block {
  position: relative;
  display: block;
  width: 100%;
  line-height: 0;
}

.block:after,
.block:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  height: 102%;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  background: rgb(193, 221, 226);
}

.block:before {
  width: 45%;
  left: -1%;
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.block:after {
  width: 65%;
  right: -1%;
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.active.block:before,
.active.block:after {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

@media screen and (max-width: 640px) {
  .block {
    width: 100%;
  }
}
/* 初期状態で透明かつブラー効果を適用 */
.blur {
  opacity: 0;
  /* 完全に透明 */
  -webkit-filter: blur(10px);
          filter: blur(10px);
  /* ブラー効果 */
  -webkit-transition: opacity 0.5s, -webkit-filter 0.5s;
  transition: opacity 0.5s, -webkit-filter 0.5s;
  transition: opacity 0.5s, filter 0.5s;
  transition: opacity 0.5s, filter 0.5s, -webkit-filter 0.5s;
  /* 透明度とフィルターの遷移をスムーズに */
}

/* ビューポートに入ったら透明度とブラー効果を解除 */
.remove-blur {
  opacity: 1;
  /* 完全に不透明 */
  -webkit-filter: blur(0);
          filter: blur(0);
  /* ブラー効果を解除 */
}

.slide5_title_img img {
  -o-object-fit: cover;
     object-fit: cover;
}

/* 初期状態ではアニメーションを無効にする */
.splide5_under_item {
  position: relative;
  opacity: 0;
  /* 初期状態で非表示にする */
}
.splide5_under_item p {
  padding: 10px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* .start-animation クラスが追加されたらアニメーションを有効にする */
.splide5_under_item.start-animation {
  -webkit-animation: slide-skew 0.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: slide-skew 0.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  /* アニメーション遅延はJavaScriptによって動的に設定されます */
}

@-webkit-keyframes slide-skew {
  0% {
    -webkit-transform: translate(-180px, 30px);
            transform: translate(-180px, 30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}

@keyframes slide-skew {
  0% {
    -webkit-transform: translate(-180px, 30px);
            transform: translate(-180px, 30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}
.img-wrap {
  overflow: hidden;
  position: relative;
}

.img-wrap:before {
  background: #fff;
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.img-wrap.start-animation:before {
  -webkit-animation: img-wrap 0.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
          animation: img-wrap 0.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@-webkit-keyframes img-wrap {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes img-wrap {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
/* ===============================================
  slide5
=============================================== */
.slide5 {
  position: relative;
}
.slide5 .area_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.slide5 .area {
  position: relative;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
}
.slide5 .circles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.slide5 .circles li {
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  background: rgba(70, 125, 200, 0.2);
  -webkit-animation: animate 25s linear infinite;
          animation: animate 25s linear infinite;
  bottom: -150px;
}
.slide5 .circles li:nth-child(1) {
  left: 25%;
  width: 80px;
  height: 80px;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.slide5 .circles li:nth-child(2) {
  left: 10%;
  width: 20px;
  height: 20px;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-duration: 12s;
          animation-duration: 12s;
}
.slide5 .circles li:nth-child(3) {
  left: 70%;
  width: 20px;
  height: 20px;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.slide5 .circles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 18s;
          animation-duration: 18s;
}
.slide5 .circles li:nth-child(5) {
  left: 65%;
  width: 20px;
  height: 20px;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.slide5 .circles li:nth-child(6) {
  left: 75%;
  width: 110px;
  height: 110px;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.slide5 .circles li:nth-child(7) {
  left: 35%;
  width: 150px;
  height: 150px;
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}
.slide5 .circles li:nth-child(8) {
  left: 50%;
  width: 25px;
  height: 25px;
  -webkit-animation-delay: 15s;
          animation-delay: 15s;
  -webkit-animation-duration: 45s;
          animation-duration: 45s;
}
.slide5 .circles li:nth-child(9) {
  left: 20%;
  width: 15px;
  height: 15px;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-duration: 35s;
          animation-duration: 35s;
}
.slide5 .circles li:nth-child(10) {
  left: 85%;
  width: 150px;
  height: 150px;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 11s;
          animation-duration: 11s;
}
@-webkit-keyframes animate {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
  }
  100% {
    -webkit-transform: translateY(-1000px) rotate(720deg);
            transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
  }
}
@keyframes animate {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
  }
  100% {
    -webkit-transform: translateY(-1000px) rotate(720deg);
            transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
  }
}
.slide5 .flex_slide_left {
  margin-top: 0;
}
.slide5 .flex_slide_left img {
  height: calc(var(--vh, 1vh) * 30);
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .slide5 .flex_slide_left img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 599px) {
  .slide5 .flex_slide_left img {
    height: calc(var(--vh, 1vh) * 20);
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.slide5 .flex_slide_left p {
  font-size: 0.8em;
}
.slide5 .flex_slide_left .slide5_title {
  color: #fff;
  font-weight: 700;
  padding-inline: 10px;
  font-size: clamp(3rem, 4vw, 5rem);
  position: absolute;
  content: "";
  z-index: 10;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .slide5 .flex_slide_left .slide5_title {
    top: 50px;
    left: 50px;
  }
}
@media screen and (max-width: 599px) {
  .slide5 .flex_slide_left .slide5_title {
    top: 20px;
    left: 20px;
  }
}
.slide5 .flex_slide_left .slide5_title:nth-of-type(2) {
  top: 60px;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .slide5 .flex_slide_left .slide5_title:nth-of-type(2) {
    top: 90px;
  }
}
@media screen and (max-width: 599px) {
  .slide5 .flex_slide_left .slide5_title:nth-of-type(2) {
    top: 50px;
  }
}
.slide5 .text_wrapper {
  margin-top: 10px;
}
.slide5 .text_wrapper p {
  width: 90%;
  margin-inline: auto;
  text-align: center;
  color: #fff;
  padding: 15px;
  border-radius: 100px;
  background: transparent -webkit-gradient(linear, right top, left top, from(#5daeff), to(#322492));
  background: transparent linear-gradient(270deg, #5daeff 0%, #322492 100%);
  -webkit-box-shadow: 0px 3px 4px #cbcbcb;
          box-shadow: 0px 3px 4px #cbcbcb;
  border: 1px solid #ffffff;
  font-size: 0.8em;
}

@-webkit-keyframes shine {
  0% {
    opacity: 0;
    text-shadow: 0 0 0 #fff, 0 0 0 #fff;
  }
  50% {
    opacity: 1;
    text-shadow: 0 0 10px #fff, 0 0 15px #fff;
  }
  100% {
    opacity: 1;
    text-shadow: 0 0 0 #fff, 0 0 0 #fff;
  }
}

@keyframes shine {
  0% {
    opacity: 0;
    text-shadow: 0 0 0 #fff, 0 0 0 #fff;
  }
  50% {
    opacity: 1;
    text-shadow: 0 0 10px #fff, 0 0 15px #fff;
  }
  100% {
    opacity: 1;
    text-shadow: 0 0 0 #fff, 0 0 0 #fff;
  }
}
.slide5_list {
  width: 65%;
}
@media screen and (max-width: 1100px) {
  .slide5_list {
    display: none;
  }
}

.slide5_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.slide5_item {
  width: 33.3333333333%;
}

.slide5_img_wrapper figure {
  height: calc(var(--vh, 1vh) * 17);
  overflow: hidden;
}
.slide5_img_wrapper figure .slide5_img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.splide5_under_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.splide5_under_item {
  display: block;
}

/* ===============================================
  slide6（topのnews）
=============================================== */
.top_info_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3vw;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .top_info_wrapper {
    padding-inline: 5%;
    padding-top: 5%;
  }
}
@media screen and (max-width: 599px) {
  .top_info_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 10px;
    padding-inline: 5%;
    padding-top: 5%;
  }
}

.top_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  height: auto;
}
@media screen and (max-width: 599px) {
  .top_info {
    margin-right: 5%;
    gap: 15px;
  }
}
.top_info li {
  width: 40%;
}
@media screen and (max-width: 599px) {
  .top_info li {
    width: auto;
    height: calc(var(--vh, 1vh) * 25);
  }
  .top_info li img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
    height: 100%;
    display: block;
  }
}
.top_info li.alternative_img {
  width: 100%;
}
.top_info li.alternative_img video {
  width: 100%;
}

.kurikura_wrapper {
  margin-top: 30px;
}
@media screen and (max-width: 599px) {
  .kurikura_wrapper {
    margin-top: 15px;
  }
  .kurikura_wrapper .subtitle {
    margin-bottom: 5px;
  }
}
.kurikura_wrapper > li:nth-of-type(n + 2) {
  margin-top: 20px;
}
@media screen and (max-width: 599px) {
  .kurikura_wrapper > li:nth-of-type(n + 2) {
    margin-top: 10px;
  }
}
.kurikura_wrapper .kurikura_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.splide6 {
  position: relative;
}

.slide6_bg {
  position: absolute;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  z-index: -1;
  overflow: hidden;
}
.slide6_bg svg {
  width: 100%;
  height: 100%;
}

#home {
  clip-path: url(#cache);
}

#red {
  fill: none;
  opacity: 0.15;
  stroke: #a6e5bb;
  stroke-width: 12;
  stroke-miterlimit: 10;
  -webkit-animation: show 4s;
          animation: show 4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

#blue {
  fill: none;
  opacity: 0.15;
  stroke: #95cad6;
  stroke-width: 12;
  stroke-miterlimit: 10;
  -webkit-animation: show 4s;
          animation: show 4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

#light-blue {
  fill: none;
  opacity: 0.15;
  stroke: #a5eeff;
  stroke-width: 6;
  stroke-miterlimit: 10;
  stroke-dasharray: 200;
  stroke-dashoffset: 800;
  -webkit-animation: draw 4s;
          animation: draw 4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

@-webkit-keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes show {
  0% {
    opacity: 0.15;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0.15;
  }
}
@keyframes show {
  0% {
    opacity: 0.15;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0.15;
  }
}
/* ===============================================
  背景
=============================================== */
canvas {
  position: absolute;
  /*親のブロックを基準にして相対位置に配置する*/
  /*位置指定*/
  top: 0;
  left: 0;
  z-index: -1;
  /*重ね順を-1に　※1以上だとほかのコンテンツの上に被さってしまいます*/
}

/* ---- particles.js container ---- */
#particles-js {
  width: 100%;
  height: 100%;
  position: relative;
}

.animated-background {
  width: 100%;
  height: 100%;
  position: relative;
}

/* ===============================================
  アニメーション
=============================================== */
@-webkit-keyframes fadeUpAnim {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeUpAnim {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeDownAnim {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeDownAnim {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes slideInAnim {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slideInAnim {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes slideInLeftAnim {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slideInLeftAnim {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadeUp3-1Anim {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeUp3-1Anim {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeDown3-2Anim {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeDown3-2Anim {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeUp3-3Anim {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeUp3-3Anim {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeUp3-4Anim {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeUp3-4Anim {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeUp3-5Anim {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeUp3-5Anim {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* 既存のアニメーションコード */
@-webkit-keyframes slideUpChar {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideUpChar {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes zoomInAnime {
  from {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes zoomInAnime {
  from {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
.fadeup,
.fadeup5,
.fadedown,
.fadeup3-1,
.fadedown3-2,
.fadeup3-3,
.fadeup3-4,
.fadeup3-5,
.slidein,
.slideinleft,
.shineAnime,
.slide5fadedown,
.zoomIn,
.slide_title span {
  opacity: 0;
}

.top_side_btn {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  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; /* 子要素を縦方向に中央揃え */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.top_side_btn a {
  display: block;
  padding: 10px;
  color: #fff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  border-radius: 5px 0 0 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 599px) {
  .top_side_btn a {
    padding: 10px 6px;
    font-size: 1.4rem;
  }
}
.top_side_btn a.rmsg_btn {
  background-color: #398685;
}
.top_side_btn a.rmsg_btn:hover {
  background-color: #2b7271;
}
.top_side_btn a.contact_btn {
  position: relative;
  padding: 35px 10px 10px;
  background-color: #0c4ca8;
}
@media screen and (max-width: 599px) {
  .top_side_btn a.contact_btn {
    padding: 25px 6px 10px;
  }
}
.top_side_btn a.contact_btn:hover {
  background-color: #083e88;
}
.top_side_btn a.contact_btn:before {
  position: absolute;
  content: "";
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 20px;
  aspect-ratio: 1;
  background-color: #fff;
  -webkit-mask: url(../img/icon/contact.svg?ver=uz7kj55) no-repeat center/contain;
          mask: url(../img/icon/contact.svg?ver=uz7kj55) no-repeat center/contain;
}
@media screen and (max-width: 599px) {
  .top_side_btn a.contact_btn:before {
    width: 15px;
  }
}

/* ===============================================
  rss
=============================================== */
.rss-category .title-wrapper {
  border-bottom: 3px solid #e3e3e3;
  padding: 0.3em 0.3em 0.6em;
  margin-bottom: 1.5em;
  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;
  position: relative;
}
.rss-category .title-wrapper::after {
  content: "";
  background-color: #4c9ac0;
  width: 3em;
  height: 3px;
  position: absolute;
  bottom: -3px;
  left: 0;
  z-index: 1;
}
.rss-category .title-wrapper .rss-more {
  font-size: 1.4rem;
  padding: 0.2em 0.6em;
  border: 1px solid #0c4ca8;
  color: #0c4ca8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.rss-category .title-wrapper .rss-more:hover {
  background-color: #0c4ca8;
  color: #fff;
}
.rss-category .rss_head_title {
  font-size: 2rem;
  font-weight: 700;
}

.patients_left {
  width: 70%;
}
@media screen and (max-width: 599px) {
  .patients_left {
    width: 100%;
  }
}

.patients_right {
  width: 30%;
}
@media screen and (max-width: 599px) {
  .patients_right {
    width: 100%;
    margin-inline: auto;
    max-width: 450px;
  }
}

.ncd_img {
  width: calc((100% - 3vw) / 2);
}
@media screen and (max-width: 599px) {
  .ncd_img {
    width: 100%;
  }
}

.knowledge_wrapper {
  margin-top: 50px;
  padding: 30px;
  background-color: #f5f5f5;
  border-radius: 5px;
}

.knowledge li {
  width: calc((100% - 6vw) / 3);
  text-align: center;
  padding: 50px 0;
  background-color: #dddddd;
  border-radius: 5px;
  border: 3px solid #aaa;
}
@media screen and (max-width: 599px) {
  .knowledge li {
    width: 100%;
  }
}

.gairai_table th,
.gairai_table td {
  text-align: center;
}

.list-008 {
  position: relative;
  padding: 1.5em 1em 1em 2.5em;
  border: 2px solid #2589d0;
}

.list-008 > div {
  position: absolute;
  top: -0.75em;
  left: 1em;
  padding: 0 0.5em;
  background-color: #fff;
  color: #2589d0;
  font-weight: 500;
}

.list-008 ul {
  list-style-type: disc;
  margin: 0;
  padding: 0;
}

.list-008 li {
  padding: 0.3em 0.3em 0.3em 0;
}

.list-008 li::marker {
  color: #2589d0;
  font-size: 1.1em;
}

.outpatient_item {
  margin: 80px 0;
}

.outpatient3 ul {
  list-style: disc inside;
  margin-left: 2em;
  text-indent: -1.4em;
}
.outpatient3 ul li:not(:first-child) {
  margin-top: 10px;
}
.outpatient3 ul li::marker {
  color: #2aa8c3;
}

.clinic_lists {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.clinic_lists li {
  border: 1px solid #0c4ca8;
  text-align: center;
  width: calc((100% - 20px) / 2);
}
@media screen and (max-width: 599px) {
  .clinic_lists li {
    width: 100%;
  }
}
.clinic_lists li a {
  padding: 10px;
  width: 100%;
  height: 100%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.clinic_lists li a p {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px dashed #0c4ca8;
  font-size: 1.2rem;
}

.informed_consent_link {
  margin-top: 20px;
  display: block;
  background-color: #eef3fa;
  border: 1px solid #0c4ca8;
}
.informed_consent_link a {
  display: block;
  padding: 15px;
  width: 100%;
  height: 100%;
}
.informed_consent_link p {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px dashed #0c4ca8;
  font-size: 1.4rem;
}

.clinic_flex {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 599px) {
  .clinic_flex {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.clinic_flex th,
.clinic_flex td {
  padding: 10px 15px;
}

.hbps_pdf_link {
  margin-top: 20px;
}
.hbps_pdf_link li:nth-of-type(n + 2) {
  margin-top: 10px;
}
.hbps_pdf_link a {
  position: relative;
  padding-right: 26px;
}
.hbps_pdf_link a::after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/icon/pdf_24.png?ver=uz7kj55) no-repeat center/contain;
}

.hbps_background {
  background-color: #f8f8f8;
  padding: 30px;
}
@media screen and (max-width: 599px) {
  .hbps_background {
    padding: 15px;
  }
}

.sui_ishoku_contact_item {
  margin-top: 30px;
  padding: 20px;
  border: 8px solid #e3e3e3;
  width: 100%;
  max-width: 800px;
  margin-inline: auto;
}
.sui_ishoku_contact_item h3 {
  font-size: 2rem;
  padding-bottom: 5px;
  border-bottom: 1px solid #0c4ca8;
  margin-bottom: 10px;
  text-align: center;
  font-weight: 700;
}
.sui_ishoku_contact_item ul {
  padding: 10px;
}

.informed_consent_download li:nth-of-type(n + 2) {
  margin-top: 10px;
}
.informed_consent_download a {
  position: relative;
  padding-right: 30px;
}
.informed_consent_download a::after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/icon/microsoft-word.png?ver=uz7kj55) no-repeat center/contain;
}

.read-more-3 {
  position: relative;
}

.read-more-3 p,
.read-more-3 ul {
  position: relative;
  max-height: 80px; /* 開く前に見せたい高さを指定 */
  margin-bottom: 10px;
  overflow: hidden;
  -webkit-transition: max-height 1s;
  transition: max-height 1s;
}

.read-more-3:has(:checked) p,
.read-more-3:has(:checked) ul {
  max-height: 100%;
}

.read-more-3 p::after,
.read-more-3 ul::after {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, hsla(0, 0%, 100%, 0)), color-stop(50%, hsla(0, 0%, 100%, 0.9)), color-stop(0, hsla(0, 0%, 100%, 0.9)), to(#fff));
  background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, 0.9) 50%, hsla(0, 0%, 100%, 0.9) 0, #fff);
  content: "";
}

.read-more-3:has(:checked) p::after,
.read-more-3:has(:checked) ul::after {
  content: none;
}

.read-more-3 label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 4px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 0.4em 1.2em;
  border-radius: 1px;
  background-color: #2589d0;
  color: #fff;
  font-size: 1.2rem;
}

.read-more-3 label:hover {
  border: 1px solid #2589d0;
  background-color: #fff;
  color: #2589d0;
  cursor: pointer;
}

.read-more-3:has(:checked) label {
  display: none;
}

.read-more-3 label::after {
  display: inline-block;
  width: 10px;
  height: 5px;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
}

.read-more-3 label:hover::after {
  background-color: #2589d0;
}

.read-more-3 input {
  display: none;
}

.introduction_pdf_link {
  margin-top: 20px;
}
.introduction_pdf_link a {
  position: relative;
  padding-right: 26px;
}
.introduction_pdf_link a::after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/icon/pdf_24.png?ver=uz7kj55) no-repeat center/contain;
}

.eguchi {
  margin: 50px auto;
  width: 80%;
}
@media screen and (max-width: 599px) {
  .eguchi {
    width: 90%;
  }
}
@media screen and (max-width: 599px) {
  .eguchi .flex div {
    max-width: 250px;
    margin-inline: auto;
  }
}

.history_table {
  border: none;
}
.history_table th,
.history_table td {
  padding: 0;
  border: none;
}

.staff_table th {
  width: 200px;
}
@media screen and (max-width: 1100px) {
  .staff_table th {
    width: 100%;
  }
  .staff_table th img {
    display: block;
    width: 200px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 1100px) {
  .staff_table th,
  .staff_table td {
    display: block;
  }
}

.staff_img_flex {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3vw;
  background-color: #e9f1f8;
  padding: 20px 20px 15px 20px;
  border: 1px solid #c8d6db;
}
@media screen and (max-width: 599px) {
  .staff_img_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.staff_img_flex_item {
  width: 40%;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .staff_img_flex_item {
    width: 100%;
    max-width: 450px;
    margin-inline: auto;
  }
}
.staff_img_flex_item p {
  line-height: 1;
  margin-top: 5px;
}

.to_qa_link {
  padding: 30px;
  background-color: #f5f5f5;
}

.joi .anchor_link p {
  background-color: #c42020;
}
.joi .anchor_link ul li {
  border-bottom: 1px dashed #808080;
}
.joi .anchor_link .link_arrow::before {
  background-color: #c42020;
}
.joi .flow_item {
  background-color: #f8d9e3;
  color: #222;
}
.joi .flow_item .triangle {
  background-color: #f86f9d;
}
.joi .flow_item .list_wrapper > li::before {
  background-color: #f86f9d;
}
.joi .section_title::after {
  background-color: #f86f9d;
}
.joi table th {
  background-color: #f8d9e3;
}
.joi .balloon-002 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin-top: 15px;
  padding: 0.8em 1.2em;
  border-radius: 100vh;
  color: #333333;
  background-color: #f8d9e3;
  display: inline-block;
}
.joi .balloon-002::before {
  position: absolute;
  top: -15px;
  width: 30px;
  height: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #c0deed;
  clip-path: polygon(50% 0, 0 100%, 100% 100%);
  content: "";
}
.joi .balloon-002::before {
  background-color: #f8d9e3;
}
.joi .sui_ishoku_contact_item h3 {
  border-bottom: 1px solid #f86f9d;
}
.joi .box-015 {
  background-color: #f8d9e3;
}
.joi .box-015::after {
  border: 5px solid #f8d9e3;
}
.joi .box-015 .link_arrow::before {
  background-color: #f86f9d;
}

.flow {
  margin-bottom: 20px;
  margin-top: 30px;
}
.flow > .flex {
  gap: 10px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 599px) {
  .flow > .flex {
    gap: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.flow_item {
  padding: 20px;
  color: #fff;
  border-radius: 5px;
}

.flow_item_title {
  padding: 10px;
  font-weight: 700;
  text-align: center;
  border-radius: 50px;
  margin-bottom: 20px;
}

.flow_blue1 {
  background-color: #0076ad;
}

.flow_blue2 {
  background-color: #b9e0f7;
  color: #0076ad;
}

.flow_orange1 {
  background-color: #f59b15;
}

.flow_orange2 {
  background-color: #f7d69a;
  color: #c97b06;
}

.triangle_orange {
  background-color: #f59b15;
}

.triangle_gray {
  background-color: #ccc;
}

.flow_purple1 {
  background-color: #7706d3;
}

.flow_purple2 {
  background-color: #c5a7f7;
  color: #7706d3;
}

.surgical_experiences {
  color: #222;
}
.surgical_experiences .flow_item_title {
  color: #0076ad;
  background-color: #d5e4ec;
}

.td_green {
  background-color: #ccff99;
}

.td_yellow {
  background-color: #ffff99;
}

.td_orange {
  background-color: #ffcc99;
}

.td_navy {
  background-color: #ccdfff;
}

.td_pink {
  background-color: #ffccff;
}

.td_gray {
  background-color: #ccccdd;
}

.td_sky_blue {
  background-color: #99ffff;
}

.blackjack_flow {
  counter-reset: listnum;
}
.blackjack_flow li {
  padding: 30px;
  border-radius: 10px;
  border: #0c4ca8 2px solid;
}
.blackjack_flow li h3 {
  font-size: 2rem;
  font-weight: 700;
}
.blackjack_flow li h3::before {
  counter-increment: listnum;
  content: counter(listnum);
  display: inline-block;
  width: 30px;
  margin-right: 5px;
  border-radius: 50%;
  background-color: #2589d0;
  color: #fff;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
}
.blackjack_flow li h3 span {
  display: inline-block;
  margin-left: 35px;
}
@media screen and (max-width: 599px) {
  .blackjack_flow li {
    padding: 15px;
  }
}
.blackjack_flow li:nth-of-type(n + 2) {
  margin-top: 20px;
}

.past_seminar_list li {
  padding: 30px;
  border-radius: 10px;
  background-color: #f5f5f5;
}
@media screen and (max-width: 599px) {
  .past_seminar_list li {
    padding: 15px;
  }
}
.past_seminar_list li:nth-of-type(n + 2) {
  margin-top: 20px;
}
.past_seminar_list li h3 {
  padding-bottom: 10px;
  border-bottom: 2px dashed #0c4ca8;
  margin-bottom: 10px;
}

.star_wrapper {
  padding: 10px;
  background-color: #fff;
  border: 2px solid orange;
  text-align: center;
  border-radius: 10px;
  margin: 20px 0;
}

.star5_rating {
  position: relative;
  z-index: 0;
  display: inline-block;
  white-space: nowrap;
  color: #cccccc; /* グレーカラー 自由に設定化 */
  font-size: 30px;
  margin-left: 10px;
}

.star5_rating::before,
.star5_rating::after {
  content: "★★★";
}

.star5_rating::after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  color: #ffcf32; /* イエローカラー 自由に設定化 */
}

.star5_rating[data-rate="3"]::after {
  width: 100%;
} /* 星3 */
.star5_rating[data-rate="2.5"]:after {
  width: 83.3333333333%;
} /* 星2.5 */
.star5_rating[data-rate="2"]:after {
  width: 66.6666666667%;
} /* 星2 */
.star5_rating[data-rate="1.5"]:after {
  width: 50%;
} /* 星1.5 */
.star5_rating[data-rate="1"]:after {
  width: 33.3333333333%;
} /* 星1 */
.star5_rating[data-rate="0"]::after {
  width: 0%;
} /* 星0 */
.seminar_left {
  width: 20%;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .seminar_left {
    width: 30%;
  }
}
@media screen and (max-width: 599px) {
  .seminar_left {
    width: 100%;
    max-width: 300px;
    margin-inline: auto;
  }
}

.seminar_right {
  width: 80%;
}
@media screen and (min-width: 600px) and (max-width: 1100px) {
  .seminar_right {
    width: 70%;
  }
}
@media screen and (max-width: 599px) {
  .seminar_right {
    width: 100%;
  }
}

.symposium_article {
  padding: 3vw;
  border: 10px solid #eee;
}
.symposium_article h3 {
  background-color: #eee;
  padding: 5px 0;
}
.symposium_article:nth-of-type(n + 2) {
  margin-top: 30px;
}
.symposium_article ol {
  list-style-type: decimal;
  padding-left: 1.5em;
}

.symposium_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  max-height: 300px;
}
.symposium_img div {
  height: 100%;
}
.symposium_img img {
  max-height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
}

.conference-title {
  background: #ddd;
  cursor: pointer;
  font-size: 1.6rem;
  padding: 20px 40px 20px 25px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .conference-title {
    padding: 15px 40px 15px 15px;
  }
}
.conference-title::after {
  position: absolute;
  display: block;
  content: "";
  top: 45%;
  right: 22px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.qa-list:first-of-type .conference-title:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.qa-list:first-of-type .conference-title.open:after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.conference-title.open:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 45%;
}

.conference-text {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  display: none;
  padding: 20px;
}
@media screen and (max-width: 599px) {
  .conference-text {
    padding: 10px;
  }
}
.conference-text table tr th:nth-of-type(1) {
  width: 20%;
}
.conference-text table tr th:nth-of-type(2) {
  width: 30%;
}
.conference-text table tr th:nth-of-type(3) {
  width: 50%;
}

/* ===============================================
  アクセスマップ
=============================================== */
.map {
  width: 100%;
  padding-top: 62.5%;
  position: relative;
  margin-top: 50px;
}
.map iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.hospital_table th a {
  color: #0054c2;
  text-decoration: underline;
}

.sitemap .others_link {
  margin-right: auto;
}
.sitemap .others_link.w50 {
  margin-inline: unset;
}
.sitemap .flex {
  gap: 50px;
}

.contact_pdf_link {
  margin-top: 5px;
}
.contact_pdf_link li:nth-of-type(n + 2) {
  margin-top: 5px;
}
.contact_pdf_link a {
  position: relative;
  padding-right: 26px;
}
.contact_pdf_link a::after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/icon/pdf_24.png?ver=uz7kj55) no-repeat center/contain;
}

/* ===============================================
  404ページ
=============================================== */
.notFound {
  margin: 200px 0;
}
@media screen and (max-width: 599px) {
  .notFound {
    margin: 100px 0;
  }
}

.notFound-wrap {
  text-align: center;
}

.notFound-head {
  font-size: 12rem;
  font-weight: 500;
  color: #DFF1FD;
  margin-bottom: 60px;
  line-height: 1;
}
@media screen and (max-width: 599px) {
  .notFound-head {
    font-size: 10vw;
  }
}
.notFound-head span::after {
  content: " ";
}

.notFound-lead {
  font-size: 4rem;
  color: #999999;
  margin-bottom: 40px;
}
@media screen and (max-width: 599px) {
  .notFound-lead {
    font-size: 1.8rem;
  }
}

.notFound-content {
  font-size: 2rem;
  line-height: 1.5;
  color: #a8a8a8;
  margin-bottom: 100px;
}
@media screen and (max-width: 599px) {
  .notFound-content {
    font-size: 1.4rem;
  }
}

.notFound-btn {
  padding: 20px 60px;
  color: #999999;
  background: #eeeeee;
  font-size: 2rem;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 599px) {
  .notFound-btn {
    font-size: 1.6rem;
    padding: 15px 40px;
  }
}
.notFound-btn:hover {
  background: #ddd;
}

.fc2 li:nth-of-type(n + 2) {
  margin-top: 15px;
}
.fc2 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.fc2 dl dt {
  font-weight: normal;
  font-size: 1.4rem;
}
.fc2 dl dd .new_icon {
  font-size: 1.2rem;
  display: inline-block;
  background-color: rgb(226, 39, 39);
  border-radius: 3px;
  padding: 0 5px;
  margin-right: 10px;
}
.fc2 dl dd .new_icon span {
  color: #fff;
  -webkit-animation: blink 1.8s ease-in-out infinite;
          animation: blink 1.8s ease-in-out infinite;
}
@-webkit-keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  5%, 10% {
    opacity: 0;
  }
  15%, 20% {
    opacity: 1;
  }
  25%, 30% {
    opacity: 0;
  }
  31% {
    opacity: 1;
  }
}
@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  5%, 10% {
    opacity: 0;
  }
  15%, 20% {
    opacity: 1;
  }
  25%, 30% {
    opacity: 0;
  }
  31% {
    opacity: 1;
  }
}

.wpra-item.feed-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 20px;
}
.wpra-item.feed-item .new_icon {
  font-size: 1.2rem;
  display: inline-block;
  background-color: rgb(226, 39, 39);
  border-radius: 3px;
  padding: 0 5px;
  margin-right: 10px;
}
.wpra-item.feed-item .new_icon span {
  color: #fff;
  -webkit-animation: blink 1.8s ease-in-out infinite;
          animation: blink 1.8s ease-in-out infinite;
}
@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  5%, 10% {
    opacity: 0;
  }
  15%, 20% {
    opacity: 1;
  }
  25%, 30% {
    opacity: 0;
  }
  31% {
    opacity: 1;
  }
}

/* ===============================================
  FC2 読み込み独自
=============================================== */
.rss-category:nth-of-type(n + 2) {
  margin-top: 50px;
}
@media screen and (max-width: 599px) {
  .rss-category:nth-of-type(n + 2) {
    margin-top: 20px;
  }
}
.rss-category ul {
  height: calc(var(--vh, 1vh) * 30);
  overflow-y: auto;
}
@media screen and (max-width: 599px) {
  .rss-category ul {
    height: calc(var(--vh, 1vh) * 12);
  }
}
.rss-category .rss-item:nth-of-type(n + 2) {
  margin-top: 10px;
}
@media screen and (max-width: 599px) {
  .rss-category .rss-item:nth-of-type(n + 2) {
    margin-top: 5px;
  }
}
.rss-category .rss-item .rss-new {
  font-size: 1.2rem;
  background-color: rgb(226, 39, 39);
  border-radius: 3px;
  padding: 1px 5px;
}
.rss-category .rss-item .rss-new span {
  color: #fff;
  -webkit-animation: blink 1.8s ease-in-out infinite;
          animation: blink 1.8s ease-in-out infinite;
}
@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  5%, 10% {
    opacity: 0;
  }
  15%, 20% {
    opacity: 1;
  }
  25%, 30% {
    opacity: 0;
  }
  31% {
    opacity: 1;
  }
}
.rss-category .rss-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: auto;
  gap: 10px;
}
.rss-category .rss-title {
  line-height: 1.4;
}
.rss-category .rss-date {
  font-size: 1.4rem;
}

.single-wrapper {
  margin-top: 30px;
}

.single-title {
  margin-top: 10px;
  font-size: 2rem;
  font-weight: 700;
}

.single-body {
  margin: 30px 10px 0;
  line-height: 1.5;
}

.single-pagenation {
  margin-top: 80px;
}
@media screen and (max-width: 599px) {
  .single-pagenation {
    margin-top: 60px;
  }
}

.pagination-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 100px;
}
.pagination-single .prev a,
.pagination-single .next a {
  font-size: 14px;
  padding: 8px 16px;
  color: #fff;
  background: #0c4ca8;
  border-radius: 4px;
}
.pagination-single .prev-single a {
  font-size: 14px;
  padding-left: 38px;
  background-color: #0c4ca8;
  border-radius: 4px;
  color: #fff;
  width: 124px;
  height: 36px;
  line-height: 36px;
  position: relative;
  display: inline-block;
  -moz-text-align-last: left;
  text-align-last: left;
}
@media screen and (max-width: 599px) {
  .pagination-single .prev-single a {
    width: 108px;
    height: 39px;
    line-height: 39px;
    padding-left: 36px;
  }
}
.pagination-single .prev-single a::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  left: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-mask: url(../img/icon/arrow2.svg) no-repeat center center/contain;
  mask: url(../img/icon/arrow2.svg) no-repeat center center/contain;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 599px) {
  .pagination-single .prev-single a::before {
    left: 14px;
  }
}
.pagination-single .prev-single a:hover::before {
  left: 10px;
}
.pagination-single .next-single a {
  font-size: 14px;
  padding-right: 38px;
  background-color: #0c4ca8;
  border-radius: 4px;
  color: #fff;
  width: 124px;
  height: 36px;
  line-height: 36px;
  position: relative;
  display: inline-block;
  text-align: right;
}
@media screen and (max-width: 599px) {
  .pagination-single .next-single a {
    width: 108px;
    height: 39px;
    line-height: 39px;
    padding-right: 36px;
  }
}
.pagination-single .next-single a::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-mask: url(../img/icon/arrow.svg) no-repeat center center/contain;
  mask: url(../img/icon/arrow.svg) no-repeat center center/contain;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 599px) {
  .pagination-single .next-single a::after {
    right: 14px;
  }
}
.pagination-single .next-single a:hover::after {
  right: 10px;
}

.lists a {
  width: 90px;
  height: 36px;
  line-height: 36px;
  color: #0c4ca8;
  border: 1px solid #0c4ca8;
  border-radius: 4px;
  display: inline-block;
  text-align: center;
  margin: 0 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 599px) {
  .lists a {
    width: 95px;
    height: 41px;
    line-height: 41px;
    margin: 0 12px;
  }
}
.lists a:hover {
  color: #fff;
  background: #0c4ca8;
}

.page-numbers.current {
  background-color: #0c4ca8;
  color: #fff;
  border: 1px solid #0c4ca8;
}

.construction {
  margin: 100px 0;
}

.construction_title {
  text-align: center;
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 50px;
}