@charset "UTF-8";
/* CSS Document */
@media screen and (max-width: 575px) {
  .anchor {
    padding-top: calc(60px + 0px);
    margin-top: calc(-60px - 0px); } }

.inner {
  width: 83%;
  margin: 0 auto; }
  @media screen and (max-width: 991px) {
    .inner {
      width: 90%; } }
  @media screen and (max-width: 767px) {
    .inner {
      width: 100%; } }

#main {
  overflow: hidden; }
  @media screen and (max-width: 575px) {
    #main {
      margin-top: 60px; } }

.text-blue {
  color: #4170D9;
  font-weight: 600; }

.bg-grid {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 0, 0, 0.1) 1px, transparent 1px);
  background-size: 20px 20px; }

.wave-top {
  background: url("../img/wave-blue-ue.svg") repeat-x top;
  background-size: auto 11px;
  height: 11px;
  width: 100%; }

header.site-header {
  top: 0;
  left: 0;
  width: 100%; }
  @media screen and (max-width: 575px) {
    header.site-header {
      position: fixed;
      z-index: 100; } }

.site-header .header-pc {
  position: relative;
  z-index: 10002;
  background-color: #fff; }
  @media screen and (max-width: 991px) {
    .site-header .header-pc {
      background-color: transparent;
      z-index: 9999; } }
  @media screen and (max-width: 575px) {
    .site-header .header-pc {
      background-color: transparent;
      z-index: 10000; } }

.site-header {
  background-color: #fff; }
  .site-header .catchcopy {
    text-align: center;
    border-bottom: 1px solid #D7D7D7; }
    @media screen and (max-width: 991px) {
      .site-header .catchcopy {
        border-bottom: none; } }
    .site-header .catchcopy p {
      font-size: 10px;
      font-size: 1rem;
      color: #505050;
      padding: 0.5rem 0;
      margin: 0;
      font-weight: 300; }
      @media screen and (max-width: 767px) {
        .site-header .catchcopy p {
          line-height: 1.5;
          margin-bottom: 0.2rem; } }
  .site-header .info {
    padding: 0.8rem 0 1rem 0;
    align-items: center; }
    @media screen and (max-width: 991px) {
      .site-header .info {
        padding: 0 0 1rem 0; } }
    @media screen and (max-width: 767px) {
      .site-header .info {
        padding: 0 0 0.5rem 0; } }
    @media screen and (max-width: 575px) {
      .site-header .info {
        height: 60px;
        padding: 0;
        position: relative;
        z-index: 10001;
        width: calc(100% - 60px); } }
    .site-header .info h1 {
      width: 80%;
      margin-bottom: 0; }
      @media screen and (max-width: 767px) {
        .site-header .info h1 {
          width: 100%; } }
      @media screen and (max-width: 575px) {
        .site-header .info h1 {
          width: 225px; } }
    .site-header .info .hd-right .number {
      display: flex;
      justify-content: flex-end;
      gap: 20px; }
      .site-header .info .hd-right .number p {
        font-family: "Cabin", sans-serif;
        font-size: 21px;
        font-size: 2.1rem;
        font-weight: 600;
        margin-bottom: 1rem;
        line-height: 1; }
        .site-header .info .hd-right .number p a {
          color: #000; }
    .site-header .info .hd-right .links {
      display: flex;
      justify-content: flex-end;
      gap: 20px;
      /* アクセス */
      /* お問い合わせ */ }
      @media screen and (max-width: 991px) {
        .site-header .info .hd-right .links {
          gap: 10px;
          justify-content: flex-start; } }
      @media screen and (max-width: 575px) {
        .site-header .info .hd-right .links {
          display: none; } }
      .site-header .info .hd-right .links a {
        font-size: 12px;
        font-size: 1.2rem;
        color: #4170D9;
        border: 1px solid #4170D9;
        border-radius: 5px;
        width: 35%;
        display: flex;
        text-align: center;
        padding: 0.6rem 0rem;
        align-items: center;
        gap: 0.5rem;
        text-decoration: none;
        text-decoration: none;
        justify-content: center; }
        .site-header .info .hd-right .links a img.icon {
          height: 18px; }
          @media screen and (max-width: 767px) {
            .site-header .info .hd-right .links a img.icon {
              height: 13px; } }
        @media screen and (max-width: 1199px) {
          .site-header .info .hd-right .links a {
            width: 44%; } }
        @media screen and (max-width: 991px) {
          .site-header .info .hd-right .links a {
            width: 15em;
            font-size: 11px;
            font-size: 1.1rem;
            padding: 0.8rem 0rem; } }
        @media screen and (max-width: 767px) {
          .site-header .info .hd-right .links a {
            width: 11.5em;
            padding: 0.5rem 0rem; } }
      .site-header .info .hd-right .links a:hover {
        color: #fff;
        background-color: #4170D9; }
      .site-header .info .hd-right .links a:hover img[alt="アクセス"] {
        content: url("../img/icon-access-white.svg"); }
      .site-header .info .hd-right .links a:hover img[alt="お問い合わせ"] {
        content: url("../img/icon-mail-white.svg"); }
  .site-header .header-links {
    background-color: #4170D9;
    padding: 0.6em 0; }
    .site-header .header-links ul {
      display: flex;
      justify-content: center;
      margin: 0; }
      .site-header .header-links ul li.has-sub {
        position: relative;
        display: flex;
        align-items: center;
        padding: 1rem 0; }
        .site-header .header-links ul li.has-sub a {
          color: #fff;
          font-weight: 500;
          display: inline;
          align-items: center;
          line-height: 1 !important;
          font-size: 15px;
          font-size: 1.5rem;
          margin: 0 1rem; }
          @media screen and (max-width: 1199px) {
            .site-header .header-links ul li.has-sub a {
              font-size: 13px;
              font-size: 1.3rem;
              margin: 0 0.5rem; } }
          .site-header .header-links ul li.has-sub a:hover {
            opacity: 0.5; }
        .site-header .header-links ul li.has-sub:first-child a::before {
          content: none; }
        .site-header .header-links ul li.has-sub ul.sub-menu {
          position: absolute;
          top: 100%;
          left: 0;
          background: #fff;
          width: 207px;
          padding: 1.5rem 0;
          display: none;
          z-index: 999; }
          @media screen and (max-width: 1199px) {
            .site-header .header-links ul li.has-sub ul.sub-menu {
              width: 197px; } }
          .site-header .header-links ul li.has-sub ul.sub-menu li {
            list-style: none; }
            .site-header .header-links ul li.has-sub ul.sub-menu li a {
              color: #000;
              font-weight: 400;
              display: block;
              padding: 0.8rem 1.5rem;
              font-size: 13px;
              font-size: 1.3rem; }
              .site-header .header-links ul li.has-sub ul.sub-menu li a::before {
                display: none; }
              .site-header .header-links ul li.has-sub ul.sub-menu li a:hover {
                background: #f5f5f5;
                color: #4170D9;
                opacity: 1; }
        .site-header .header-links ul li.has-sub:hover .sub-menu {
          display: block; }
        .site-header .header-links ul li.has-sub:first-child .sub-menu {
          margin-left: 0; }
        .site-header .header-links ul li.has-sub:last-child .sub-menu {
          left: revert;
          right: 0; }
      .site-header .header-links ul .has-sub + .has-sub {
        margin-left: 1.5em;
        position: relative; }
      .site-header .header-links ul .has-sub + .has-sub::before {
        content: "";
        position: absolute;
        left: -0.75em;
        top: 50%;
        transform: translateY(-50%);
        width: 1px;
        height: 0.7em;
        background-color: #fff;
        pointer-events: none; }

/*------ スマホ用ヘッダー　2026 -------------------------------------------*/
.header-mobile {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 10000; }
  .header-mobile a.top-link {
    position: absolute;
    width: 80%;
    height: 60px;
    top: 0;
    left: 0;
    z-index: 10005; }

/* ボタン */
.drawer__button {
  position: fixed;
  top: 0;
  right: 0;
  width: 70.42px;
  height: 70.42px;
  background: #4170D9;
  border: none;
  cursor: pointer;
  z-index: 10001;
  outline: none;
  border: none;
  -webkit-tap-highlight-color: transparent; }
  .drawer__button:focus, .drawer__button:focus-visible {
    outline: none;
    box-shadow: none; }
  @media screen and (max-width: 575px) {
    .drawer__button {
      height: 60px;
      width: 60px; } }

/* 3本線 */
.drawer__button span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 26px;
  height: 2px;
  background: #fff;
  transform-origin: center;
  transition: .3s; }

.drawer__button span:nth-child(1) {
  transform: translate(-50%, -8px); }

.drawer__button span:nth-child(2) {
  transform: translate(-50%, 0); }

.drawer__button span:nth-child(3) {
  transform: translate(-50%, 8px); }

/* active → バツ */
.drawer__button.active span:nth-child(1) {
  transform: translate(-50%, 0) rotate(45deg); }

.drawer__button.active span:nth-child(2) {
  opacity: 0; }

.drawer__button.active span:nth-child(3) {
  transform: translate(-50%, 0) rotate(-45deg); }

/* メニュー */
.drawer__nav {
  position: fixed;
  inset: 0;
  transform: translateX(100%);
  transition: .3s;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  z-index: 10000; }

.drawer__nav.active {
  transform: translateX(0);
  pointer-events: auto; }

.drawer__nav:not(.active) {
  visibility: hidden; }

.drawer__nav__inner {
  padding-top: 80px;
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.95);
  transform: translateX(100%);
  transition: transform 0.3s ease;
  /* ★これが重要 */
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 20rem;
  padding-right: 2em;
  padding-left: 2em; }
  @media screen and (max-width: 991px) {
    .drawer__nav__inner {
      width: 100%; } }
  @media screen and (max-width: 575px) {
    .drawer__nav__inner {
      top: 60px;
      padding-top: 1rem; } }

.drawer__nav.active .drawer__nav__inner {
  transform: translateX(0); }

.menu-open-image {
  position: absolute;
  top: 2.5rem;
  height: auto;
  width: 307px; }
  @media screen and (max-width: 575px) {
    .menu-open-image {
      display: none; } }

/* リンク */
.drawer__nav__link {
  display: block;
  color: #000;
  padding: 16px 20px;
  text-decoration: none;
  font-weight: 500; }

/* 子メニュー */
.drawer__sub {
  display: none;
  list-style: none;
  padding-left: 0; }

.drawer__sub li {
  position: relative;
  margin-left: 2rem; }

.drawer__sub a {
  display: block;
  padding: 0.5rem 1rem 0.5rem 2.8rem;
  color: #000; }

.drawer__sub li::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  width: 5px;
  height: 5px;
  border-right: 2px solid #4170D9;
  border-bottom: 2px solid #4170D9;
  transform: translateY(-50%) rotate(-45deg); }

.drawer__nav__item.open .drawer__sub {
  display: block;
  padding-bottom: 2rem; }

li.drawer__nav__item.has-child {
  border-bottom: 1px solid #A2A2A2; }

/* 親リンクを基準にする */
.has-child > .drawer__nav__link {
  position: relative; }

/* ＋の横線 */
.has-child > .drawer__nav__link::before,
.has-child > .drawer__nav__link::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 16px;
  height: 2px;
  background: #000;
  transform-origin: center;
  transition: transform 0.3s ease, opacity 0.3s ease; }

/* 横線 */
.has-child > .drawer__nav__link::before {
  transform: translateY(-50%); }

/* 縦線 */
.has-child > .drawer__nav__link::after {
  transform: translateY(-50%) rotate(90deg); }

/* 開いたとき → マイナスに変化 */
.drawer__nav__item.open > .drawer__nav__link::after {
  transform: translateY(-50%) rotate(0deg);
  opacity: 0; }

/* ボタン */
.nav-button {
  border: 1.5px solid #4170D9;
  border-radius: 10px;
  margin: 2rem 0; }
  @media screen and (max-width: 575px) {
    .nav-button {
      margin: 1rem 0; } }

.nav-button:hover {
  background: #4170D9;
  color: #fff; }

.nav-button_box {
  margin-top: 3rem; }
  @media screen and (max-width: 575px) {
    .nav-button_box {
      margin-top: 2rem; } }
  .nav-button_box li a {
    display: flex;
    align-items: center;
    color: #4170D9;
    justify-content: center; }

/* SVGアイコン */
.access::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("../img/icon-access.svg") no-repeat center/contain;
  margin-right: 8px; }

.contact::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("../img/icon-mail.svg") no-repeat center/contain;
  margin-right: 8px; }

/* ホバー時に差替え */
.access:hover::before {
  background-image: url("../img/icon-access-white.svg"); }

.contact:hover::before {
  background-image: url("../img/icon-mail-white.svg"); }

body.active {
  height: 100%;
  overflow: hidden; }

body.menu-open {
  overflow: hidden; }

/*------ スマホ用ヘッダー　ここまで -------------------------------------------*/
a {
  transition: 0.3s; }

#ul-header {
  margin-bottom: 10rem; }
  #ul-header .container {
    position: relative; }
  #ul-header h2 {
    left: 0;
    position: absolute;
    bottom: -30px;
    left: 0;
    background-color: #4170D9;
    color: #fff;
    font-size: 40px;
    font-size: 4rem;
    font-weight: 600;
    padding: 2rem 4rem;
    margin-bottom: 0;
    letter-spacing: 0.05em;
    width: 525px; }
    @media screen and (max-width: 575px) {
      #ul-header h2 {
        font-size: 2.8rem;
        padding: 2rem 2rem;
        padding-right: 0;
        width: 350px; } }
    #ul-header h2 span {
      display: block;
      font-family: "Cabin", sans-serif;
      font-size: 18px;
      font-size: 1.8rem;
      letter-spacing: 0.08em;
      font-weight: 400;
      margin-top: 0.3rem; }
  #ul-header .container .ul-img {
    background-image: url(/"../01overview/img/ul-header01.jpg");
    background-size: cover;
    background-position: center;
    margin-left: calc(50% - 50vw);
    height: 256px; }
    @media screen and (max-width: 767px) {
      #ul-header .container .ul-img {
        height: 210px; } }
    @media screen and (max-width: 575px) {
      #ul-header .container .ul-img {
        height: 175px; } }

nav#page-nav {
  position: relative;
  z-index: 10; }
  nav#page-nav .page-nav_area {
    margin-bottom: 9rem;
    display: grid;
    gap: 15px;
    grid-template-columns: 1fr 1fr 1fr 1fr; }
    @media screen and (max-width: 767px) {
      nav#page-nav .page-nav_area {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 10px; } }
    @media screen and (max-width: 767px) {
      nav#page-nav .page-nav_area {
        margin-bottom: 6rem;
        grid-template-columns: 1fr 1fr;
        gap: 10px; } }
    nav#page-nav .page-nav_area a {
      background-color: #ECF1FB;
      border-radius: 50px;
      color: #000;
      display: flex;
      justify-content: space-between;
      align-items: center;
      height: 46px;
      padding: 0.8rem 1.8rem 0.8rem 2.5rem;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.2; }
      nav#page-nav .page-nav_area a::after {
        content: "\f063";
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        margin-left: 0.5em;
        color: #fff;
        font-size: 24px; }
      nav#page-nav .page-nav_area a:hover {
        color: #fff;
        background-color: #4170D9; }

h3.h3-wave {
  font-size: 29px;
  font-size: 2.9rem;
  letter-spacing: 0.1em;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 6.5rem; }
  @media screen and (max-width: 575px) {
    h3.h3-wave {
      font-size: 25px;
      font-size: 2.5rem;
      margin-bottom: 4.5rem; } }
  h3.h3-wave span {
    font-size: 15px;
    font-size: 1.5rem;
    color: #4170D9;
    font-family: "Cabin", sans-serif;
    letter-spacing: 0.075em;
    display: block;
    margin-top: 1rem; }
  h3.h3-wave::before {
    content: "";
    display: inline-block;
    width: 75px;
    height: 10px;
    background-image: url("../img/wave-blue.svg");
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 1.8rem; }

h2.h2-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 5rem; }
  @media screen and (max-width: 767px) {
    h2.h2-icon {
      margin-left: 2em;
      /* 見出しを左右中心に合わせる */ } }
  @media screen and (max-width: 575px) {
    h2.h2-icon {
      margin-bottom: 3rem; } }
  h2.h2-icon .midashi {
    position: relative;
    font-size: 47px;
    font-size: 4.7rem;
    font-family: "Cabin", sans-serif;
    font-weight: 700;
    display: flex;
    align-items: center;
    letter-spacing: 0.075em; }
    @media screen and (max-width: 575px) {
      h2.h2-icon .midashi {
        font-size: 35px;
        font-size: 3.5rem; } }
    h2.h2-icon .midashi::before {
      position: absolute;
      content: "";
      display: inline-block;
      width: 78px;
      height: 60px;
      background-image: url("../img/top-icon_news.svg");
      background-size: contain;
      background-repeat: no-repeat;
      left: -88px; }
      @media screen and (max-width: 991px) {
        h2.h2-icon .midashi::before {
          width: 70px;
          height: 52px;
          left: -73px; } }
      @media screen and (max-width: 575px) {
        h2.h2-icon .midashi::before {
          width: 70px;
          height: 55px;
          left: -78px; } }
  h2.h2-icon span {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 400;
    font-family: 'Noto Sans JP', sans-serif;
    margin-top: 0.5rem; }
    @media screen and (max-width: 767px) {
      h2.h2-icon span {
        margin-left: -2em;
        /* 見出しを左右中心に合わせる */ } }

.news-common {
  background-color: #F6F6F6;
  position: relative;
  padding-top: 7rem;
  padding-bottom: 7rem; }
  @media screen and (max-width: 767px) {
    .news-common {
      padding-bottom: 2rem; } }
  @media screen and (max-width: 767px) {
    .news-common {
      padding-bottom: 7rem; } }
  .news-common::before {
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    height: 3px;
    background-image: linear-gradient(90deg, #d93069, #df4182 33%, #ff7b80 33% 66%, #f3d347 66%); }
  .news-common::after {
    position: absolute;
    content: "";
    bottom: 0;
    width: 100%;
    height: 3px;
    background-image: linear-gradient(90deg, #d93069, #df4182 33%, #ff7b80 33% 66%, #f3d347 66%); }

.news-area {
  display: flex;
  flex-direction: row;
  margin: -10px;
  position: relative;
  z-index: 2; }
  .news-area .news-box {
    padding: 10px;
    margin-bottom: 2rem; }
    @media screen and (max-width: 1199px) {
      .news-area .news-box {
        padding: 7px; } }
    @media screen and (max-width: 575px) {
      .news-area .news-box {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        margin-bottom: 1rem; } }
    .news-area .news-box a {
      display: block;
      background-color: #fff;
      padding: 2rem;
      height: 287px;
      box-shadow: 6px 6px 0 #D93069;
      /* 影 */
      transition: transform 0.15s ease, box-shadow 0.15s ease;
      /* アニメーション */ }
      @media screen and (max-width: 1199px) {
        .news-area .news-box a {
          height: 257px; } }
      @media screen and (max-width: 991px) {
        .news-area .news-box a {
          height: 235px; } }
      @media screen and (max-width: 767px) {
        .news-area .news-box a {
          height: 265px; } }
      @media screen and (max-width: 575px) {
        .news-area .news-box a {
          height: 210px;
          padding: 1rem; } }
      .news-area .news-box a:hover {
        transform: translate(4px, 4px);
        box-shadow: 2px 2px 0 #D93069; }
      .news-area .news-box a:active {
        transform: translate(6px, 6px);
        box-shadow: 0 0 0 #D93069; }
      .news-area .news-box a .news-list .news-img {
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        height: 170px; }
        @media screen and (max-width: 1199px) {
          .news-area .news-box a .news-list .news-img {
            height: 130px; } }
        @media screen and (max-width: 991px) {
          .news-area .news-box a .news-list .news-img {
            height: 130px; } }
        @media screen and (max-width: 767px) {
          .news-area .news-box a .news-list .news-img {
            height: 160px; } }
        @media screen and (max-width: 575px) {
          .news-area .news-box a .news-list .news-img {
            height: 105px; } }
        .news-area .news-box a .news-list .news-img img {
          object-fit: cover;
          width: 100%;
          height: 100%; }
      .news-area .news-box a .news-list .news-text {
        margin-top: 1.5rem; }
        .news-area .news-box a .news-list .news-text .news-title {
          color: #D93069;
          line-height: 1.2;
          margin-bottom: 0.8rem;
          width: 223px;
          /* 省略せずに表示するサイズを指定 */
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
          @media screen and (max-width: 1199px) {
            .news-area .news-box a .news-list .news-text .news-title {
              width: 184px; } }
          @media screen and (max-width: 767px) {
            .news-area .news-box a .news-list .news-text .news-title {
              width: 215px; } }
          @media screen and (max-width: 575px) {
            .news-area .news-box a .news-list .news-text .news-title {
              width: 154px; } }
        .news-area .news-box a .news-list .news-text .news-date {
          color: #808080;
          font-size: 12px;
          font-size: 1.2rem;
          line-height: 1.5; }
          .news-area .news-box a .news-list .news-text .news-date .type.type_all.uncategorized {
            display: inline; }
  @media screen and (max-width: 991px) {
    .news-area .news-box:nth-child(n+4) {
      display: none; } }
  @media screen and (max-width: 767px) {
    .news-area .news-box:nth-child(n+4) {
      display: block; } }
  .news-area .no-post {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding-top: 3rem;
    height: 250px; }
    @media screen and (max-width: 1199px) {
      .news-area .no-post {
        height: 257px; } }
    @media screen and (max-width: 991px) {
      .news-area .no-post {
        height: 200px; } }
    @media screen and (max-width: 767px) {
      .news-area .no-post {
        height: 100px; } }
    @media screen and (max-width: 575px) {
      .news-area .no-post {
        height: 100px;
        padding: 1rem; } }

.news-area .fadeUp:nth-child(1) {
  transition-delay: .1s; }

.news-area .fadeUp:nth-child(2) {
  transition-delay: .2s; }

.news-area .fadeUp:nth-child(3) {
  transition-delay: .3s; }

.news-area .fadeUp:nth-child(4) {
  transition-delay: .4s; }

.news-area .fadeUp:nth-child(5) {
  transition-delay: .5s; }

.news-area .fadeUp:nth-child(6) {
  transition-delay: .6s; }

.news-area .fadeUp:nth-child(7) {
  transition-delay: .7s; }

.news-area .fadeUp:nth-child(8) {
  transition-delay: .8s; }

.more-btn {
  margin-top: 4rem;
  display: flex;
  justify-content: center; }
  .more-btn a {
    position: relative;
    overflow: hidden;
    background-color: #D93069;
    color: #fff;
    font-size: 1.5rem;
    border: 2px solid #D93069;
    border-radius: 50px;
    height: 48px;
    width: 173px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: left 0.4s cubic-bezier(0.4, 0, 0.2, 1); }
    .more-btn a::before {
      content: "";
      position: absolute;
      top: 0;
      left: -100%;
      width: 100%;
      height: 100%;
      background-color: #fff;
      transition: left 0.3s ease;
      z-index: 0; }
    @media screen and (max-width: 575px) {
      .more-btn a {
        font-size: 1.4rem;
        font-size: 14px;
        height: 45px; } }
    .more-btn a span, .more-btn a::after {
      position: relative;
      z-index: 1; }
    .more-btn a::after {
      content: "\f061";
      font-family: "Font Awesome 6 Free";
      font-weight: 900;
      margin-left: 0.5em;
      padding-right: 0.8rem; }
    .more-btn a:hover {
      color: #D93069;
      border: 2px solid #D93069; }
      .more-btn a:hover::before {
        left: 0; }

.pdf-btn {
  position: relative;
  z-index: 20; }
  .pdf-btn a {
    background-color: #fff;
    border: 1px solid #1A1A1A;
    border-radius: 50px;
    color: #000;
    height: 60px;
    width: 420px;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media screen and (max-width: 991px) {
      .pdf-btn a {
        height: auto;
        width: auto;
        padding: 1.2rem 3rem; } }
    @media screen and (max-width: 575px) {
      .pdf-btn a {
        width: 100%; } }
    .pdf-btn a::before {
      content: "\f1c1";
      font-family: "Font Awesome 6 Free";
      font-weight: 900;
      margin-left: 0.5em;
      color: #D90018;
      padding-right: 0.8rem; }
    .pdf-btn a:hover {
      color: #fff;
      background-color: #1A1A1A; }
      .pdf-btn a:hover::before {
        color: #fff; }

/* ===============================
   アコーディオン全体
=============================== */
.accordion {
  width: 100%;
  margin: 20px 0;
  display: flex;
  flex-direction: column;
  align-items: center; }

/* ===============================
   アコーディオンボタン
=============================== */
.accordion__button {
  color: #000;
  width: 355px;
  display: block;
  background: #F3D347;
  border: 1.5px solid #000;
  border-radius: 50px;
  padding: 1rem 3rem 1rem 3rem;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
  outline: none;
  box-shadow: none; }
  @media screen and (max-width: 575px) {
    .accordion__button {
      width: 100%; } }

/* ホバー */
.accordion__button:hover {
  background: #F3D347; }

/* ＋アイコン（初期） */
.accordion__button::after {
  content: "\f055";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 26px;
  transition: 0.3s; }

.accordion__button:focus,
.accordion__button:active {
  outline: none;
  box-shadow: none; }

/* 開いたとき −アイコン */
.accordion__button.active::after {
  content: "\f056"; }

/* ===============================
   コンテンツ部分（最初は閉じる）
=============================== */
.accordion__content {
  display: none;
  margin-top: 2rem;
  margin-top: 2rem;
  width: 100%;
  align-self: stretch; }

/* コンテンツ内の余白調整（任意） */
.accordion__content p:last-child {
  margin-bottom: 0; }

.table-wrap {
  width: 100%;
  display: block;
  align-self: stretch; }
  @media screen and (max-width: 767px) {
    .table-wrap {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch; } }

.table-base {
  width: 100%;
  border-collapse: collapse;
  line-height: 1.5;
  table-layout: fixed; }
  @media screen and (max-width: 767px) {
    .table-base {
      table-layout: auto;
      width: max-content;
      width: 600px; } }
  .table-base col.column-01 {
    width: 12%; }
  .table-base col.column-02 {
    width: 48%; }
  .table-base col.column-03 {
    width: 40%; }
  .table-base th {
    background-color: #2A4BA7;
    color: #fff;
    border: 1px solid #000;
    padding: 1rem;
    text-align: center;
    vertical-align: middle; }
    .table-base th:not(:last-child) {
      border-right: 1px solid #fff; }
  .table-base td {
    background-color: #FAFDFE;
    border: 1px solid #000;
    padding: 1.2rem 1.5rem;
    vertical-align: top;
    word-break: break-word;
    vertical-align: middle; }
    @media screen and (max-width: 575px) {
      .table-base td {
        padding: 1rem 1rem; } }
    .table-base td p {
      margin-bottom: 0;
      padding-left: 1em;
      text-indent: -1em; }
  .table-base td.first {
    background-color: #A7DEFF;
    text-align: center; }

/* アイコン全体 */
.scroll-hint-icon-wrap {
  position: absolute;
  top: 2rem;
  left: 2rem;
  z-index: 10;
  pointer-events: none;
  opacity: 0;
  transition: opacity .3s; }

/* 表示状態 */
.scroll-hint-icon-wrap.is-active {
  opacity: 1; }

/* アイコン本体 */
.scroll-hint-icon {
  display: inline-block;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 12px;
  padding: 1rem 2rem;
  border-radius: 5px;
  white-space: nowrap; }

/* テキスト */
.scroll-hint-text {
  display: inline-block;
  font-size: 12px;
  color: #F0F0F0;
  text-align: center;
  margin-top: 4px; }

/* 指アイコン */
.scroll-hint-icon::before {
  content: " ⇆";
  display: block;
  font-size: 22px;
  color: #F0F0F0;
  text-align: center;
  animation: scroll-hint-move 1.5s infinite; }

/* 左右アニメーション */
@keyframes scroll-hint-move {
  0% {
    transform: translateX(0);
    opacity: .3; }
  50% {
    transform: translateX(-8px);
    opacity: 1; }
  100% {
    transform: translateX(0);
    opacity: .3; } }
/* スクロール可能なとき */
.is-scrollable .scroll-hint-icon-wrap {
  opacity: 1; }

/* スクロール後は薄く */
.is-scrollable.is-left-scrollable .scroll-hint-icon-wrap {
  opacity: 0.4; }

.scroll-hint-icon-wrap.is-hide {
  opacity: 0;
  transition: opacity 0.5s ease; }

h4.vertical-line {
  font-size: 27px;
  font-size: 2.7rem;
  border-left: 5px solid #4170D9;
  padding-left: 0.7em;
  padding-top: 0.6rem;
  padding-bottom: 1rem;
  display: flex;
  align-items: center;
  margin-bottom: 4rem; }
  @media screen and (max-width: 575px) {
    h4.vertical-line {
      font-size: 23px;
      font-size: 2.3rem; } }

h5 {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 600; }
  @media screen and (max-width: 575px) {
    h5 {
      font-size: 20px;
      font-size: 2rem; } }

h5.heading-line {
  position: relative;
  display: block;
  padding-bottom: 1.8rem;
  margin-bottom: 2rem; }

/* 全幅の細い線 */
h5.heading-line::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #4170D9; }

/* 左半分の太い線 */
h5.heading-line::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 3.3px;
  background: #4170D9;
  transform: translateY(50%); }

.maincolor-blue {
  /* 全幅の細い線 */
  /* 左半分の太い線 */ }
  .maincolor-blue h3.h3-wave span {
    color: #4170D9; }
  .maincolor-blue h3.h3-wave::before {
    background-image: url("../img/wave-blue.svg"); }
  .maincolor-blue h4 {
    border-left: 5px solid #4170D9; }
  .maincolor-blue h5.heading-line::before {
    background: #4170D9; }
  .maincolor-blue h5.heading-line::after {
    background: #4170D9; }
  .maincolor-blue .table-base th {
    background-color: #2A4BA7; }
  .maincolor-blue .table-base td {
    background-color: #FAFDFE; }
  .maincolor-blue .table-base td.first {
    background-color: #A7DEFF; }
  .maincolor-blue .news-area .news-box a {
    box-shadow: 6px 6px 0 #4170D9;
    /* 影 */ }
    .maincolor-blue .news-area .news-box a:hover {
      box-shadow: 2px 2px 0 #4170D9; }
    .maincolor-blue .news-area .news-box a:active {
      box-shadow: 0 0 0 #4170D9; }
    .maincolor-blue .news-area .news-box a .news-list .news-text .news-title {
      color: #4170D9; }
  .maincolor-blue .more-btn a {
    background-color: #4170D9;
    border: 2px solid #4170D9; }
    .maincolor-blue .more-btn a:hover {
      color: #4170D9;
      border: 2px solid #4170D9; }

.maincolor-green {
  /* 全幅の細い線 */
  /* 左半分の太い線 */ }
  .maincolor-green h3.h3-wave span {
    color: #00AE64; }
  .maincolor-green h3.h3-wave::before {
    background-image: url("../img/wave-green.svg"); }
  .maincolor-green h4 {
    border-left: 5px solid #00AE64; }
  .maincolor-green h5.heading-line::before {
    background: #00AE64; }
  .maincolor-green h5.heading-line::after {
    background: #00AE64; }
  .maincolor-green .table-base th {
    background-color: #00AE64; }
  .maincolor-green .table-base td {
    background-color: #F2FBF7; }
  .maincolor-green .table-base td.first {
    background-color: #CCEFE0; }
  .maincolor-green .news-area .news-box a {
    box-shadow: 6px 6px 0 #00AE64;
    /* 影 */ }
    .maincolor-green .news-area .news-box a:hover {
      box-shadow: 2px 2px 0 #00AE64; }
    .maincolor-green .news-area .news-box a:active {
      box-shadow: 0 0 0 #00AE64; }
    .maincolor-green .news-area .news-box a .news-list .news-text .news-title {
      color: #00AE64; }
  .maincolor-green .more-btn a {
    background-color: #00AE64;
    border: 2px solid #00AE64; }
    .maincolor-green .more-btn a:hover {
      color: #00AE64;
      border: 2px solid #00AE64; }

.maincolor-orange {
  /* 全幅の細い線 */
  /* 左半分の太い線 */ }
  .maincolor-orange h3.h3-wave span {
    color: #FF801E; }
  .maincolor-orange h3.h3-wave::before {
    background-image: url("../img/wave-orange.svg"); }
  .maincolor-orange h4 {
    border-left: 5px solid #FF801E; }
  .maincolor-orange h5.heading-line::before {
    background: #FF801E; }
  .maincolor-orange h5.heading-line::after {
    background: #FF801E; }
  .maincolor-orange .table-base th {
    background-color: #FF801E; }
  .maincolor-orange .table-base td {
    background-color: #FFF9F4; }
  .maincolor-orange .table-base td.first {
    background-color: #FFE6D2; }
  .maincolor-orange .news-area .news-box a {
    box-shadow: 6px 6px 0 #FF801E;
    /* 影 */ }
    .maincolor-orange .news-area .news-box a:hover {
      box-shadow: 2px 2px 0 #FF801E; }
    .maincolor-orange .news-area .news-box a:active {
      box-shadow: 0 0 0 #FF801E; }
    .maincolor-orange .news-area .news-box a .news-list .news-text .news-title {
      color: #FF801E; }
  .maincolor-orange .more-btn a {
    background-color: #FF801E;
    border: 2px solid #FF801E; }
    .maincolor-orange .more-btn a:hover {
      color: #FF801E;
      border: 2px solid #FF801E; }

.maincolor-pink {
  /* 全幅の細い線 */
  /* 左半分の太い線 */ }
  .maincolor-pink h3.h3-wave span {
    color: #D93069; }
  .maincolor-pink h3.h3-wave::before {
    background-image: url("../img/wave-pink.svg"); }
  .maincolor-pink h4 {
    border-left: 5px solid #D93069; }
  .maincolor-pink h5.heading-line::before {
    background: #D93069; }
  .maincolor-pink h5.heading-line::after {
    background: #D93069; }
  .maincolor-pink .table-base th {
    background-color: #D93069; }
  .maincolor-pink .table-base td {
    background-color: #FDF5F7; }
  .maincolor-pink .table-base td.first {
    background-color: #F7D6E1; }
  .maincolor-pink .news-area .news-box a {
    box-shadow: 6px 6px 0 #D93069;
    /* 影 */ }
    .maincolor-pink .news-area .news-box a:hover {
      box-shadow: 2px 2px 0 #D93069; }
    .maincolor-pink .news-area .news-box a:active {
      box-shadow: 0 0 0 #D93069; }
    .maincolor-pink .news-area .news-box a .news-list .news-text .news-title {
      color: #D93069; }
  .maincolor-pink .more-btn a {
    background-color: #D93069;
    border: 2px solid #D93069; }
    .maincolor-pink .more-btn a:hover {
      color: #D93069;
      border: 2px solid #D93069; }

.site-footer {
  display: block; }
  .site-footer #footer-links {
    position: relative;
    padding-top: 6rem;
    overflow: hidden; }
    @media screen and (max-width: 767px) {
      .site-footer #footer-links {
        padding-top: 4rem;
        padding-bottom: 1rem; } }
    .site-footer #footer-links .links-box ul {
      margin-bottom: 3rem; }
      @media screen and (max-width: 767px) {
        .site-footer #footer-links .links-box ul {
          margin-bottom: 2rem; } }
      .site-footer #footer-links .links-box ul li:first-child {
        font-weight: 500;
        font-size: 16px;
        font-size: 1.6rem;
        border-bottom: 1px solid #A2A2A2;
        padding-bottom: 0.5rem;
        margin-bottom: 1.6rem; }
        @media screen and (max-width: 991px) {
          .site-footer #footer-links .links-box ul li:first-child {
            font-size: 15px;
            font-size: 1.5rem; } }
      .site-footer #footer-links .links-box ul li:not(:first-child) {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1.6;
        text-indent: -1.1em;
        margin-left: 1.1em;
        margin-bottom: 0.4rem; }
        @media screen and (max-width: 767px) {
          .site-footer #footer-links .links-box ul li:not(:first-child) {
            margin-bottom: 0.2rem; } }
        .site-footer #footer-links .links-box ul li:not(:first-child)::before {
          content: "・"; }
      .site-footer #footer-links .links-box ul li.sub {
        padding-left: 1em; }
        .site-footer #footer-links .links-box ul li.sub::before {
          content: ""; }
      .site-footer #footer-links .links-box ul li a {
        color: #000; }
        .site-footer #footer-links .links-box ul li a:hover {
          color: #4170D9; }
    .site-footer #footer-links::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-image: url("../img/bg01-spring1.png");
      background-repeat: no-repeat;
      z-index: -1; }
      @media screen and (max-width: 991px) {
        .site-footer #footer-links::before {
          width: 60%;
          height: 100%;
          background-size: contain; } }
      @media screen and (max-width: 575px) {
        .site-footer #footer-links::before {
          width: 100%; } }
    .site-footer #footer-links::after {
      content: "";
      position: absolute;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      background-image: url("../img/bg01-spring2.png");
      background-repeat: no-repeat;
      z-index: -1;
      background-size: auto 100%;
      background-position: right bottom; }
      @media screen and (max-width: 991px) {
        .site-footer #footer-links::after {
          width: 60%;
          height: 100%;
          background-size: contain; } }
      @media screen and (max-width: 575px) {
        .site-footer #footer-links::after {
          width: 100%; } }
  .site-footer #footer-info .flex-box {
    display: flex;
    align-items: flex-end; }
    @media screen and (max-width: 575px) {
      .site-footer #footer-info .flex-box {
        text-align: center; } }
  .site-footer #footer-info .footer-info-bg {
    position: relative;
    height: 323px;
    background-color: #4170D9;
    background-image: url("../img/footer-bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center; }
    @media screen and (max-width: 1199px) {
      .site-footer #footer-info .footer-info-bg {
        height: 270px; } }
    @media screen and (max-width: 991px) {
      .site-footer #footer-info .footer-info-bg {
        height: 245px; } }
    @media screen and (max-width: 575px) {
      .site-footer #footer-info .footer-info-bg {
        height: 310px; } }
    .site-footer #footer-info .footer-info-bg .address {
      color: #fff; }
      @media screen and (max-width: 575px) {
        .site-footer #footer-info .footer-info-bg .address {
          margin-bottom: 2rem; } }
      .site-footer #footer-info .footer-info-bg .address a {
        width: 390px;
        margin-bottom: 3rem; }
        @media screen and (max-width: 575px) {
          .site-footer #footer-info .footer-info-bg .address a {
            width: 100%;
            margin-bottom: 1rem;
            display: inline; } }
      .site-footer #footer-info .footer-info-bg .address p {
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 1.46;
        margin-bottom: 0;
        margin-top: 2rem; }
    .site-footer #footer-info .footer-info-bg .link-box {
      text-align: right; }
      @media screen and (max-width: 575px) {
        .site-footer #footer-info .footer-info-bg .link-box {
          text-align: center; } }
      .site-footer #footer-info .footer-info-bg .link-box a.privacy {
        color: #fff;
        font-size: 13px;
        font-size: 1.3rem;
        font-weight: 500; }
        .site-footer #footer-info .footer-info-bg .link-box a.privacy:hover {
          opacity: 0.6; }
      .site-footer #footer-info .footer-info-bg .link-box .links {
        display: flex;
        justify-content: flex-end;
        gap: 20px;
        margin-top: 1.2rem;
        /* アクセス */
        /* お問い合わせ */ }
        @media screen and (max-width: 991px) {
          .site-footer #footer-info .footer-info-bg .link-box .links {
            gap: 10px; } }
        @media screen and (max-width: 767px) {
          .site-footer #footer-info .footer-info-bg .link-box .links {
            margin-bottom: 3.5rem; } }
        @media screen and (max-width: 575px) {
          .site-footer #footer-info .footer-info-bg .link-box .links {
            justify-content: center; } }
        .site-footer #footer-info .footer-info-bg .link-box .links a {
          font-size: 13px;
          font-size: 1.3rem;
          color: #4170D9;
          border: 1px solid #4170D9;
          border-radius: 5px;
          width: 35%;
          display: flex;
          text-align: center;
          padding: 1.2rem 0rem;
          align-items: center;
          gap: 0.5rem;
          text-decoration: none;
          text-decoration: none;
          justify-content: center;
          background-color: #fff; }
          .site-footer #footer-info .footer-info-bg .link-box .links a img.icon {
            height: 18px; }
          @media screen and (max-width: 1199px) {
            .site-footer #footer-info .footer-info-bg .link-box .links a {
              width: 44%; } }
          @media screen and (max-width: 991px) {
            .site-footer #footer-info .footer-info-bg .link-box .links a {
              width: 15em;
              font-size: 11px;
              font-size: 1.1rem;
              padding: 0.8rem 0rem; } }
        .site-footer #footer-info .footer-info-bg .link-box .links a:hover {
          color: #fff;
          background-color: #4170D9;
          border: 1px solid #fff; }
        .site-footer #footer-info .footer-info-bg .link-box .links a:hover img[alt="アクセス"] {
          content: url("../img/icon-access-white.svg"); }
        .site-footer #footer-info .footer-info-bg .link-box .links a:hover img[alt="お問い合わせ"] {
          content: url("../img/icon-mail-white.svg"); }
    .site-footer #footer-info .footer-info-bg .copyright {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      color: #fff;
      font-size: 11px;
      font-size: 1.1rem;
      font-weight: 300;
      text-align: center; }

/* 夏 */
.site-footer.summer #footer-links::before {
  background-image: url("../img/bg02-summer1.png"); }
.site-footer.summer #footer-links::after {
  background-image: url("../img/bg02-summer2.png"); }

/* 秋 */
.site-footer.autumn #footer-links::before {
  background-image: url("../img/bg03-autumn1.png"); }
.site-footer.autumn #footer-links::after {
  background-image: url("../img/bg03-autumn2.png"); }

/* 冬 */
.site-footer.winter #footer-links::before {
  background-image: url("../img/bg04-winter1.png"); }
  @media screen and (max-width: 1199px) {
    .site-footer.winter #footer-links::before {
      width: 80%;
      height: 80%;
      background-size: contain; } }
  @media screen and (max-width: 767px) {
    .site-footer.winter #footer-links::before {
      width: 70%;
      height: 70%; } }
  @media screen and (max-width: 575px) {
    .site-footer.winter #footer-links::before {
      width: 100%;
      height: 100%; } }
.site-footer.winter #footer-links::after {
  background-image: url("../img/bg04-winter2.png"); }
  @media screen and (max-width: 1199px) {
    .site-footer.winter #footer-links::after {
      width: 80%;
      height: 80%;
      background-size: contain; } }
  @media screen and (max-width: 767px) {
    .site-footer.winter #footer-links::after {
      width: 70%;
      height: 70%; } }
  @media screen and (max-width: 575px) {
    .site-footer.winter #footer-links::after {
      width: 100%;
      height: 100%; } }

a[href^="tel"] {
  color: inherit;
  text-decoration: none; }

/* トップへ戻るボタン */
#page-top {
  position: fixed;
  bottom: 10px;
  right: 0;
  margin-bottom: 0;
  z-index: 99; }
  #page-top a img {
    width: auto;
    height: 85px;
    transition: 0.3s; }
    @media screen and (max-width: 991px) {
      #page-top a img {
        height: 65px; } }
  #page-top:hover a img {
    transform: scale(1.1, 1.1); }

#page404 {
  padding: 7rem 0; }
  @media screen and (max-width: 575px) {
    #page404 {
      padding: 5rem 0; } }
  #page404 h2 {
    margin-bottom: 6rem;
    color: #4170D9; }
    @media screen and (max-width: 575px) {
      #page404 h2 {
        margin-bottom: 4rem; } }
    #page404 h2 span {
      font-family: inherit;
      font-size: 200px;
      font-size: 20rem;
      font-weight: 600;
      letter-spacing: 0.03em;
      display: block;
      color: #4170D9;
      line-height: 1; }
      @media screen and (max-width: 575px) {
        #page404 h2 span {
          font-size: 160px;
          font-size: 16rem; } }
  #page404 h3 {
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: 600;
    color: #333333;
    letter-spacing: 0.1em;
    margin-bottom: 1.2rem;
    text-align: center; }
  #page404 .main-button {
    font-weight: 600;
    border: solid 1px #4170D9;
    padding: 1.5rem 0;
    border-radius: 3rem;
    width: 310px;
    text-align: center;
    display: block;
    transition: 0.3s;
    color: #fff;
    background-color: #4170D9;
    margin: 3rem auto 0; }
    @media screen and (max-width: 991px) {
      #page404 .main-button {
        width: 270px; } }
    #page404 .main-button:hover {
      color: #4170D9;
      background-color: #fff; }

