/* -------------------------------------------------------------------------- */
/*                                   Colors                                   */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/*                              Default Functions                             */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/*                               Default Mixins                               */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/*                                Custom Layout                               */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/*                                  Defaults                                  */
/* -------------------------------------------------------------------------- */
.cmn-py {
  padding-block: 9rem 10rem;
}

.cmn-mb {
  margin-bottom: 3rem;
}
.cmn-mb--l {
  margin-bottom: 5rem;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-100 {
  margin-right: 100px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-100 {
  margin-left: 100px;
}

.cmn-limit1 {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.cmn-limit2 {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.cmn-limit3 {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.cmn-hl {
  background: linear-gradient(to bottom, transparent 60%, rgba(104, 195, 80, 0.6) 60%);
}

.cmn-bouten {
  position: relative;
}
.cmn-bouten::before {
  width: calc(25% + 1px);
  height: auto;
  border-radius: 50%;
  aspect-ratio: 1;
  content: "";
  inset: -5px 0 auto 0;
  position: absolute;
  margin-inline: auto;
  background-color: #68c350;
}

.fixed {
  height: 140px;
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 150;
}

.break {
  flex-basis: 100%;
  height: 0;
}

/* ------------------------------ Hover Effects ----------------------------- */
.cmn-hover:hover {
  opacity: 0.7;
}

.cmn-glow:hover {
  filter: drop-shadow(0px 0px 8px #68c350);
}
.cmn-glow--main:hover {
  filter: drop-shadow(0px 0px 8px #2588cc);
}
.cmn-glow--sub:hover {
  filter: drop-shadow(0px 0px 8px #4bc7e7);
}
.cmn-glow--accent:hover {
  filter: drop-shadow(0px 0px 8px #68c350);
}
.cmn-glow--bg:hover {
  filter: drop-shadow(0px 0px 8px #ffffff);
}
.cmn-glow--text:hover {
  filter: drop-shadow(0px 0px 8px #3f4344);
}

.move-t1:hover {
  transform: translateY(-3px);
}

.move-t2:hover {
  transform: translateY(-6px);
}

.move-t3:hover {
  transform: translateY(-9px);
}

.move-r1:hover {
  transform: translateX(3px);
}

.move-r2:hover {
  transform: translateX(6px);
}

.move-r3:hover {
  transform: translateX(9px);
}

.move-b1:hover {
  transform: translateY(3px);
}

.move-b2:hover {
  transform: translateY(6px);
}

.move-b3:hover {
  transform: translateY(9px);
}

.move-l1:hover {
  transform: translateX(-3px);
}

.move-l2:hover {
  transform: translateX(-6px);
}

.move-l3:hover {
  transform: translateX(-9px);
}

/* ------------------------------ Defaults (SP) ----------------------------- */
@media screen and (width <= 768px) {
  .cmn-py {
    padding-block: 4rem 5rem;
  }
  .cmn-mb {
    margin-bottom: 3rem;
  }
  .fixed {
    height: 85px;
  }
  .sp-px {
    padding-inline: 1.5rem;
  }
}
/* -------------------------------------------------------------------------- */
/*                                    Table                                   */
/* -------------------------------------------------------------------------- */
.cmn-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  border: 2px solid #2588cc;
  border-radius: 1rem;
  overflow: hidden;
}
.cmn-table tr:not(:last-child) th {
  border-bottom: 2px solid #ffffff;
}
.cmn-table tr:not(:last-child) td {
  border-bottom: 2px solid #2588cc;
}
.cmn-table th,
.cmn-table td {
  padding: clamp(10px, 2.5vw, 20px) clamp(10px, 2.5vw, 40px);
}
.cmn-table th {
  width: 30%;
  position: relative;
  vertical-align: middle;
  background-color: #2588cc;
  color: #ffffff;
  font-weight: 700;
  font-size: clamp(16px, 2.5vw, 20px);
}
.cmn-table td {
  font-size: clamp(14px, 2.5vw, 18px);
  background-color: #ffffff;
}
.cmn-table--contact {
  width: 100%;
  table-layout: fixed;
}
.cmn-table--contact th {
  width: 40%;
}

@media screen and (width <= 768px) {
  .cmn-table th,
  .cmn-table td {
    width: 100%;
    display: block;
  }
}
/* -------------------------------------------------------------------------- */
/*                                 Information                                */
/* -------------------------------------------------------------------------- */
.cmn-info {
  flex-flow: column nowrap;
  gap: 3rem;
  margin-bottom: 5.3rem;
}
.cmn-info, .cmn-info__box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cmn-info__box {
  flex-flow: row nowrap;
  gap: 2rem;
}

@media screen and (width <= 768px) {
  .cmn-info {
    margin-bottom: 3rem;
  }
}
.cmn-sns {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row nowrap;
  gap: 1rem;
}

.cmn-address {
  text-align: center;
}

.cmn-tel {
  width: min(100%, 330px);
  height: 65px;
  border-radius: 33px;
  background-color: #dbf0ff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
}
.cmn-tel span {
  font-weight: 700;
  font-family: "Zen Maru Gothic", serif;
  position: relative;
  padding-left: 3rem;
  font-size: 3.3rem;
  transform: translateY(-2px);
}
.cmn-tel span::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  margin-block: auto;
  width: 23px;
  height: 23px;
  border-radius: 0;
  background: no-repeat center/contain url("/images/common/icon_tel.png");
}
.cmn-tel--header {
  width: 460px;
  height: 65px;
  border-radius: 33px;
  background-color: #ffffff;
  border: 3px solid #2588cc;
  margin: 0 0 2.5rem auto;
  flex-flow: row nowrap;
  gap: 1.7rem;
  position: relative;
}
.cmn-tel--header::before, .cmn-tel--header::after {
  content: "";
  position: absolute;
  background-color: #2588cc;
  width: 5px;
  height: 25px;
  border-radius: 0;
  transform: translateY(-100%);
}
.cmn-tel--header::before {
  inset: 0 auto auto 60px;
}
.cmn-tel--header::after {
  inset: 0 60px auto auto;
}
.cmn-tel--header p {
  font-size: 2.1rem;
  color: #2588cc;
  font-weight: 700;
  font-family: "Zen Maru Gothic", serif;
}
.cmn-tel--header span {
  font-size: 3rem;
}
.cmn-tel--large {
  width: fit-content;
  background-color: transparent;
}
.cmn-tel--large span {
  font-size: 5rem;
  padding-left: 4rem;
}
.cmn-tel--large span::before {
  width: 35px;
  height: 35px;
  border-radius: 0;
}
.cmn-tel--small {
  width: fit-content;
  background: transparent;
}
.cmn-tel--small span {
  font-size: 3.7rem;
}
.cmn-tel--small span::before {
  transform: translateY(2px);
}

@media screen and (width <= 768px) {
  .cmn-tel--large span {
    font-size: 3.8rem;
  }
}
/* -------------------------------------------------------------------------- */
/*                                Common Style                                */
/* -------------------------------------------------------------------------- */
.color-main {
  color: #2588cc;
}
.color-sub {
  color: #4bc7e7;
}
.color-accent {
  color: #68c350;
}
.color-bg {
  color: #ffffff;
}
.color-text {
  color: #3f4344;
}

.shadow--main {
  text-shadow: 0 0 5px #2588cc, 0 0 10px #2588cc, 0 0 15px #2588cc, 0 0 20px #2588cc, 0 0 25px #2588cc;
}
.shadow--sub {
  text-shadow: 0 0 5px #4bc7e7, 0 0 10px #4bc7e7, 0 0 15px #4bc7e7, 0 0 20px #4bc7e7, 0 0 25px #4bc7e7;
}
.shadow--accent {
  text-shadow: 0 0 5px #68c350, 0 0 10px #68c350, 0 0 15px #68c350, 0 0 20px #68c350, 0 0 25px #68c350;
}
.shadow--bg {
  text-shadow: 0 0 5px #ffffff, 0 0 10px #ffffff, 0 0 15px #ffffff, 0 0 20px #ffffff, 0 0 25px #ffffff;
}
.shadow--text {
  text-shadow: 0 0 5px #3f4344, 0 0 10px #3f4344, 0 0 15px #3f4344, 0 0 20px #3f4344, 0 0 25px #3f4344;
}

.cmn-text, .privacy__box p,
.privacy__box ul, .cmn-textbox p {
  font-size: clamp(14px, 2.5vw, 16px);
}
.cmn-text a, .privacy__box p a,
.privacy__box ul a, .cmn-textbox p a {
  display: inline-flex;
  text-decoration: underline;
}

.cmn-textbox p {
  line-height: clamp(32px, 2.5vw, 35px);
}
.cmn-textbox p:not(:last-child) {
  margin-bottom: clamp(15px, 2.5vw, 20px);
}
.cmn-textbox--left {
  text-align: left;
}
.cmn-textbox--center {
  text-align: center;
}
.cmn-textbox--right {
  text-align: right;
}
.cmn-textbox--justify {
  text-align: justify;
}

.cmn-button {
  width: min(100%, 530px);
  height: 85px;
  border-radius: 43px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-inline: auto;
  background-color: #4bc7e7;
  position: relative;
  z-index: 30;
}
.cmn-button::before {
  content: "";
  position: absolute;
  inset: 0 0 0 auto;
  transform: translateX(-30px);
  margin-block: auto;
  width: 17px;
  height: 18px;
  border-radius: 0;
  background: no-repeat center/contain url("/images/common/icon_arrow.png");
  transition: all 0.3s;
}
.cmn-button span {
  color: #ffffff;
  font-size: 2.5rem;
  font-weight: 700;
  font-family: "Zen Maru Gothic", serif;
}
.cmn-button:hover {
  background-color: #2588cc;
}
.cmn-button:hover::before {
  transform: translateX(-45px);
}
.cmn-button--contact {
  background-color: #68c350;
  margin-inline: 0;
  width: min(100%, 390px);
  height: 75px;
  border-radius: 38px;
}
.cmn-button--contact span {
  font-size: 2rem;
  position: relative;
  padding-left: 3.8rem;
}
.cmn-button--contact span::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  margin-block: auto;
  width: 27px;
  height: 20px;
  border-radius: 0;
  background: no-repeat center/contain url("/images/common/icon_mail.png");
}
.cmn-button--contact:hover {
  background-color: #50a739;
}
.cmn-button--contact-des2 {
  width: min(100%, 280px);
  height: 50px;
  border-radius: 25px;
}
.cmn-button--contact-des2::before {
  width: 15px;
  height: 16px;
  border-radius: 0;
  background-image: url("/images/common/icon_arrow2.png");
  transform: translateX(-20px);
}
.cmn-button--contact-des2 span {
  font-size: 1.5rem;
  padding-left: 2.8rem;
}
.cmn-button--contact-des2 span::before {
  width: 19px;
  height: 15px;
  border-radius: 0;
}
.cmn-button--contact-des2:hover::before {
  transform: translateX(-25px);
}

@media screen and (width <= 768px) {
  .cmn-button {
    height: 6rem;
  }
  .cmn-button span {
    font-size: 1.6rem;
  }
}
.cmn-header {
  text-align: center;
}
.cmn-header h3 {
  font-weight: 700;
  font-size: 6rem;
  font-family: "Zen Maru Gothic", serif;
  color: #2588cc;
  letter-spacing: 0.06em;
}
.cmn-header--left {
  text-align: left;
}

@media screen and (width <= 768px) {
  .cmn-header h3 {
    font-size: 2.4rem;
  }
}
.cmn-subheader {
  border-radius: 1rem;
  border: 2px dashed #2588cc;
  background: repeat center/17px url("/images/common/pattern2.jpg"), #4bc7e7;
  padding: 2rem;
}
.cmn-subheader h3,
.cmn-subheader h4 {
  text-align: center;
  font-weight: 700;
  font-size: 3rem;
  color: #2588cc;
}

@media screen and (width <= 768px) {
  .cmn-subheader {
    padding: 1rem;
  }
  .cmn-subheader h3,
  .cmn-subheader h4 {
    font-size: 2rem;
  }
}
.cmn-wave {
  position: relative;
  padding-bottom: 15rem;
  width: 100%;
}
.cmn-wave::before {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  background: repeat-x center top/1920px;
  z-index: 1;
}
.cmn-wave--footer::before {
  height: 41.5rem;
  background: repeat-x center top/1920px url("/images/common/footer_wave.png"), linear-gradient(to top, #f1f8fd 5%, #ffffff 5%);
}
.cmn-wave--contact::before {
  height: 41.5rem;
  background: repeat-x center top/1920px url("/images/contact/contact_wave.png"), linear-gradient(to top, #f1f8fd 5%, #f6f6f6 5%);
}
.cmn-wave--des1::before {
  height: 19.9rem;
  background-image: url("/images/common/wave1.png");
}
.cmn-wave--des2::before {
  height: 37.3rem;
  background-image: url("/images/common/wave2.png");
}
.cmn-wave--des3::before {
  height: 19.9rem;
  background-image: url("/images/common/wave3.png");
}
.cmn-wave--sec03 {
  padding-bottom: 19rem;
}
.cmn-wave--sec03::before {
  height: 24.7rem;
  background-image: url("/images/top/sec03_wave.png");
}
.cmn-wave--sec05 {
  padding-bottom: 23rem;
}
.cmn-wave--sec05::before {
  height: 32.6rem;
  background: repeat-x center top/1920px url("/images/office/sec05_wave.png"), linear-gradient(to top, #f1f8fd 10%, #ffffff 10%);
}
.cmn-wave--sec06 {
  padding-bottom: 17rem;
}
.cmn-wave--sec06::before {
  height: 17rem;
  background-image: url("/images/office/sec06_wave.png");
}
.cmn-wave--sec09 {
  padding-bottom: 14.5rem;
}
.cmn-wave--sec09::before {
  height: 14.5rem;
  background-image: url("/images/status/sec09_wave.png");
}
.cmn-wave--sec10 {
  padding-bottom: 20rem;
}
.cmn-wave--sec10::before {
  height: 28.2rem;
  background-image: url("/images/status/sec10_wave.png");
}
.cmn-wave--sec10-2 {
  padding-bottom: 24.2rem;
}
.cmn-wave--sec10-2::before {
  height: 24.2rem;
  background-image: url("/images/status/sec10_wave2.png");
  background: repeat-x center top/1920px url("/images/status/sec10_wave2.png"), linear-gradient(to top, #ffffff 50%, #f1f8fd 50%);
}
.cmn-wave--sec11 {
  padding-bottom: 19.9rem;
}
.cmn-wave--sec11::before {
  height: 19.9rem;
  background: repeat-x center top/1920px url("/images/status/sec11_wave.png"), linear-gradient(to top, #f1f8fd 10%, #f1f8fd 10%);
}
.cmn-wave--sec11-2::before {
  height: 19.9rem;
  background-image: url("/images/status/sec11_wave2.png");
}

@media screen and (width <= 768px) {
  .cmn-wave::before {
    background-position: left 20% top;
  }
  .cmn-wave--des1, .cmn-wave--des2, .cmn-wave--des3, .cmn-wave--sec05, .cmn-wave--sec09 {
    padding-bottom: 8rem;
  }
  .cmn-wave--sec06 {
    padding-bottom: 13rem;
  }
  .cmn-wave--sec03, .cmn-wave--sec10, .cmn-wave--sec11-2 {
    padding-bottom: 15rem;
  }
  .cmn-wave--sec03::before {
    height: 22.7rem;
  }
}
.contact {
  background-color: #f6f6f6;
}

/* -------------------------------------------------------------------------- */
/*                                 Breadcrumbs                                */
/* -------------------------------------------------------------------------- */
.breadcrumbs {
  padding-block: 0.9rem;
  position: relative;
  z-index: 150;
}
.breadcrumbs__wrapper-m {
  display: flex;
  justify-content: start;
  align-items: start;
  margin-inline: auto;
}
.breadcrumbs__item {
  font-size: 1.2rem;
  text-align: left;
}
.breadcrumbs__item:last-child {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  max-width: 30ch;
  text-align: inherit;
}
.breadcrumbs__item:not(:last-child) {
  position: relative;
  padding-right: 25px;
  white-space: nowrap;
}
.breadcrumbs__item:not(:last-child)::after {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 0;
  border-bottom: 1px solid #9fadb3;
  border-right: 1px solid #9fadb3;
  position: absolute;
  inset: 0 0 0 auto;
  margin: auto;
  transform: translate(-9px, 1px) rotate(-45deg);
}
.breadcrumbs__item a:hover {
  color: #2588cc;
}

/* -------------------------------------------------------------------------- */
/*                                 Pagination                                 */
/* -------------------------------------------------------------------------- */
.pagenation {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row nowrap;
  gap: 0 1rem;
  margin-top: clamp(45px, 2.5vw, 60px);
}
.pagenation li {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.pagenation li a,
.pagenation li span {
  width: inherit;
  height: inherit;
  border-radius: inherit;
  background: #4bc7e7;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
}
.pagenation li a:not(.current):hover,
.pagenation li span:not(.current):hover {
  color: #ffffff;
  background-color: #2588cc;
}
.pagenation .current a,
.pagenation .current span {
  color: #ffffff;
  background-color: #2588cc;
}

/* -------------------------------------------------------------------------- */
/*                                 Navigation                                 */
/* -------------------------------------------------------------------------- */
.navigation__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
  gap: 1rem;
}
.navigation__item-link:hover {
  color: #2588cc;
}
.navigation__item-na {
  color: #9fadb3;
}
.navigation__item:nth-child(1), .navigation__item:nth-child(3) {
  width: 3.7rem;
  padding-inline: 1rem;
}
.navigation__item:nth-child(1) {
  border-right: 1px solid #9fadb3;
}
.navigation__item:nth-child(3) {
  border-left: 1px solid #9fadb3;
}

/* -------------------------------------------------------------------------- */
/*                          Top Navigation (PageTop)                          */
/* -------------------------------------------------------------------------- */
.side-button,
.side-button2 {
  width: fit-content;
  position: fixed;
  z-index: 100;
}

.side-button {
  inset: auto 15px 11vh auto;
  animation: animateShadow linear forwards;
  animation-timeline: scroll();
  animation-range-start: 0px;
  animation-range-end: 500px;
}

.side-button2 {
  inset: auto 0 18vh auto;
}

@media screen and (width <= 1800px) {
  .side-button,
  .side-button2 {
    animation: animateShadow linear forwards;
    animation-timeline: scroll();
    animation-range-start: 0px;
    animation-range-end: 500px;
  }
}
/* -------------------------------------------------------------------------- */
/*                              Google Map (map)                              */
/* -------------------------------------------------------------------------- */
.map iframe {
  width: 100%;
  height: 360px;
  border-radius: 30px;
  border: none;
  margin-bottom: 2rem;
}
.map__text {
  position: relative;
  padding-left: 2rem;
}
.map__text::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 25px;
  border-radius: 0;
  background: no-repeat center/contain url("/images/common/icon_pin.png");
  margin-block: auto;
  display: inline-block;
  inset: 0 auto 0 0;
}

/* -------------------------------------------------------------------------- */
/*                                 Error (404)                                */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/*                               Privacy Policy                               */
/* -------------------------------------------------------------------------- */
.privacy__wrapper-xl::before, .privacy__wrapper-xl::after {
  content: "";
  position: absolute;
  background: no-repeat center/contain;
  margin-block: auto;
  z-index: -20;
}
.privacy__wrapper-xl::before {
  background-image: url("/images/status/sec10_deco1.png");
  inset: 0 auto 0 0;
  width: 396px;
  height: 1355px;
  border-radius: 0;
}
.privacy__wrapper-xl::after {
  background-image: url("/images/status/sec10_deco2.png");
  inset: 0 0 0 auto;
  width: 683px;
  height: 1467px;
  border-radius: 0;
  transform: translateX(220px);
}
.privacy__box:not(:last-child) {
  margin-bottom: clamp(60px, 2.5vw, 80px);
}
.privacy__box h4 {
  border-radius: 1rem;
  border: 2px dashed #2588cc;
  background: repeat center/17px url("/images/common/pattern2.jpg"), #4bc7e7;
  padding: 1.5rem;
  text-align: center;
  font-weight: 700;
  color: #2588cc;
  margin-bottom: clamp(20px, 2.5vw, 30px);
  font-size: clamp(16px, 2.5vw, 20px);
}
.privacy__box p,
.privacy__box ul {
  line-height: clamp(32px, 2.5vw, 35px);
}

/* -------------------------------------------------------------------------- */
/*                               Sitemap (site)                               */
/* -------------------------------------------------------------------------- */
.site__wrapper {
  width: min(100%, 780px);
  margin-inline: auto;
  position: relative;
  z-index: 30;
}
.site__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
}
.site__item {
  width: 100%;
}
.site__item-link {
  padding: 1.5rem 0;
  border-bottom: 2px dashed #4bc7e7;
}
.site__item-link:hover {
  color: #2588cc;
}

/* -------------------------------------------------------------------------- */
/*                                  Complete                                  */
/* -------------------------------------------------------------------------- */
.complete__link {
  margin-inline: auto;
  width: fit-content;
}
.complete__link span {
  text-decoration: underline;
}

/* -------------------------------------------------------------------------- */
/*                                    News                                    */
/* -------------------------------------------------------------------------- */
.news__wrapper-m {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-flow: row nowrap;
  gap: 0 13rem;
  position: relative;
}
.news__wrapper-m::before {
  content: "";
  position: absolute;
  inset: 0 0 auto auto;
  width: 77px;
  height: 75px;
  border-radius: 0;
  background: no-repeat center/contain url("/images/top/news_deco2.png");
  transform: translate(100px, -60px);
}
.news__lbox {
  width: min(100%, 320px);
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
}
.news__lbox .cmn-button {
  width: 100%;
  margin-block: auto 0;
}
.news__header {
  position: relative;
  padding-bottom: 12.5rem;
}
.news__header::before {
  content: "";
  position: absolute;
  width: 146px;
  height: 81px;
  border-radius: 0;
  background: no-repeat center/contain url("/images/top/news_deco1.png");
  inset: auto 0 0 0;
  margin-inline: auto;
}
.news__list {
  width: 100%;
}
.news__item:first-child .news__item-link {
  padding-top: 0;
}
.news__item-link {
  padding: clamp(20px, 2.5vw, 30px) 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: start;
  align-items: center;
  gap: clamp(15px, 2.5vw, 20px);
  border-bottom: 1px solid #4bc7e7;
}
.news__item-img {
  flex-shrink: 0;
  border: 1px solid #9fadb3;
}
.news__item-img img {
  width: 100px;
  height: 100px;
  border-radius: 0;
}
.news__item-box {
  text-align: left;
}
.news__item-info {
  display: flex;
  align-items: center;
  column-gap: 1.5rem;
  margin-bottom: clamp(5px, 2.5vw, 15px);
}
.news__item-date, .news__item-title {
  flex-shrink: 0;
}
.news__item-date {
  font-size: clamp(14px, 2.5vw, 20px);
}
.news__item-title {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-align: left;
  font-size: clamp(14px, 2.5vw, 18px);
  transition: all 0.3s;
}
.news__item:hover .news__item-title {
  color: #2588cc;
}
.news-tag {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-flow: row wrap;
  gap: 0.5rem;
}
.news-tag__item {
  padding-inline: 1rem;
}
.news-tag__item:first-child {
  padding-left: 0;
}
.news-tag__item:not(:first-child) {
  font-size: clamp(14px, 2.5vw, 18px);
  color: #4bc7e7;
  white-space: nowrap;
  position: relative;
}
.news-tag__item:not(:first-child)::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  background-color: #4bc7e7;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-block: auto;
  transform: translate(-3px, 2px);
}

@media screen and (width <= 768px) {
  .news__wrapper-m {
    flex-flow: column nowrap;
    align-items: center;
  }
  .news__header {
    padding-bottom: 4.5rem;
  }
  .news__list {
    margin-bottom: 3rem;
    width: min(100%, 520px);
    margin-inline: auto;
  }
  .news__item-img img {
    width: 70px;
    height: 70px;
    border-radius: 0;
  }
  .news__item-link {
    padding: clamp(15px, 2.5vw, 20px) 0;
  }
  .news__item-title {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .news__bbox {
    width: 100%;
  }
}
/* ------------------------------ News (index) ------------------------------ */
.news-page__link {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-flow: row nowrap;
  gap: 1.5rem;
  text-align: left;
  padding: clamp(15px, 2.5vw, 25px);
  border: 1px solid #4bc7e7;
}
.news-page__item:not(:last-child) {
  margin-bottom: 1.5rem;
}
.news-page__item-date, .news-page__item-title {
  font-weight: 700;
}
.news-page__item-title {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: clamp(12px, 2.5vw, 15px);
}

/* -------------------------- News (Tag Exapanded) -------------------------- */
.custom-expand {
  margin-bottom: 8rem;
}
.custom-expand__note {
  margin-bottom: clamp(10px, 2.5vw, 20px);
  text-align: center;
}
.custom-expand__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
  gap: 1.5rem;
}
.custom-expand__item-link {
  position: relative;
  padding: 1.5rem 2.5rem;
  background-color: #4bc7e7;
  border-radius: 3rem;
  white-space: nowrap;
  color: #ffffff;
  font-family: "Zen Maru Gothic", serif;
}
.custom-expand__item-link:hover, .custom-expand__item-link--current {
  background-color: #2588cc;
}

@media screen and (width <= 768px) {
  .custom-expand__list {
    gap: 0.5rem;
  }
  .custom-expand__item-link {
    padding: 1rem 1.5rem;
  }
}
/* ---------------------------- News (Tag Option) --------------------------- */
.custom-select {
  padding: 0px;
  margin: 0 0 2.5rem auto;
  width: min(100%, 375px);
}
.custom-select__list {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(14px, 2.5vw, 16px);
  width: min(100%, 375px);
  padding: 0.8rem 1rem;
  background-color: #fff;
  border: 1px solid #4bc7e7;
}

/* ------------------------------ News (detail) ----------------------------- */
.news-detail__header {
  font-weight: 500;
}
.news-detail__list {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-flow: row wrap;
  margin-bottom: 2rem;
  gap: 0.8rem;
}
.news-detail__item {
  font-size: clamp(12px, 2.5vw, 14px);
}
.news-detail__item:not(:nth-child(1)) {
  color: #4bc7e7;
}
.news-detail__item:nth-child(1) {
  padding-right: 0.8rem;
  position: relative;
  font-weight: 500;
}
.news-detail__item:nth-child(1):has(+ .news-detail__item)::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 15px;
  border-radius: 0;
  inset: 0 0 0 auto;
  background-color: #9fadb3;
  margin-block: auto;
  transform: translateY(1px);
}

/* -------------------------------------------------------------------------- */
/*                                 Animations                                 */
/* -------------------------------------------------------------------------- */
@keyframes animateShadow {
  0%, 55% {
    opacity: 0;
    pointer-events: none;
  }
  56% {
    pointer-events: auto;
  }
  100% {
    opacity: 1;
  }
}