@charset "UTF-8";
/* -------------------------------------------------------------------------- */
/*                                   Colors                                   */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/*                              Default Functions                             */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/*                               Default Mixins                               */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/*                                Custom Layout                               */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/*                                  Defaults                                  */
/* -------------------------------------------------------------------------- */
.cmn-py {
  padding-block: 10rem;
}

.cmn-mb {
  margin-bottom: 6rem;
}

.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(254, 198, 0, 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: #fec600;
}

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

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

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

.cmn-glow:hover {
  filter: drop-shadow(0px 0px 8px #fec600);
}
.cmn-glow--main:hover {
  filter: drop-shadow(0px 0px 8px #004385);
}
.cmn-glow--sub:hover {
  filter: drop-shadow(0px 0px 8px #a3ceee);
}
.cmn-glow--accent:hover {
  filter: drop-shadow(0px 0px 8px #fec600);
}
.cmn-glow--bg:hover {
  filter: drop-shadow(0px 0px 8px #e4eff8);
}
.cmn-glow--text:hover {
  filter: drop-shadow(0px 0px 8px #000000);
}

.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.6rem;
  }
}
/* -------------------------------------------------------------------------- */
/*                                    Table                                   */
/* -------------------------------------------------------------------------- */
.cmn-table {
  width: 100%;
  table-layout: fixed;
  border: 1px solid #aaaaaa;
}
.cmn-table tr:not(:last-child) {
  border-bottom: 1px solid #aaaaaa;
}
.cmn-table th,
.cmn-table td {
  padding: clamp(10px, 2.5vw, 20px) clamp(10px, 2.5vw, 40px);
  font-size: clamp(14px, 2.5vw, 17px);
}
.cmn-table th {
  width: 28%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  background-color: #004385;
  font-weight: 500;
  color: #ffffff;
}
.cmn-table td {
  background-color: #ffffff;
}
.cmn-table--contact {
  width: 100%;
  table-layout: fixed;
}
.cmn-table--contact th {
  text-align: left;
  width: 35%;
}

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

.cmn-sns {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row nowrap;
  gap: 1rem;
}

.cmn-address {
  width: fit-content;
}

.cmn-tel {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  gap: 0.5rem;
}
.cmn-tel span {
  font-weight: 700;
  font-size: 2.8rem;
  color: #004385;
  position: relative;
  padding-left: 3.6rem;
  letter-spacing: 0.06em;
}
.cmn-tel span::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  margin-block: auto;
  width: 27px;
  height: 28px;
  border-radius: 0;
  background: no-repeat center/contain url("/assets/images/common/icon_tel.webp");
}
.cmn-tel span img {
  width: fit-content;
}
.cmn-tel--white span {
  color: #ffffff;
}
.cmn-tel--white span::before {
  background-image: url("/assets/images/common/icon_tel2.webp");
}

/* -------------------------------------------------------------------------- */
/*                                Common Style                                */
/* -------------------------------------------------------------------------- */
.color-main {
  color: #004385;
}
.color-sub {
  color: #a3ceee;
}
.color-accent {
  color: #fec600;
}
.color-bg {
  color: #e4eff8;
}
.color-text {
  color: #000000;
}

.shadow--main {
  text-shadow: 0 0 5px #004385, 0 0 10px #004385, 0 0 15px #004385, 0 0 20px #004385, 0 0 25px #004385;
}
.shadow--sub {
  text-shadow: 0 0 5px #a3ceee, 0 0 10px #a3ceee, 0 0 15px #a3ceee, 0 0 20px #a3ceee, 0 0 25px #a3ceee;
}
.shadow--accent {
  text-shadow: 0 0 5px #fec600, 0 0 10px #fec600, 0 0 15px #fec600, 0 0 20px #fec600, 0 0 25px #fec600;
}
.shadow--bg {
  text-shadow: 0 0 5px #e4eff8, 0 0 10px #e4eff8, 0 0 15px #e4eff8, 0 0 20px #e4eff8, 0 0 25px #e4eff8;
}
.shadow--text {
  text-shadow: 0 0 5px #000000, 0 0 10px #000000, 0 0 15px #000000, 0 0 20px #000000, 0 0 25px #000000;
}

.cmn-text, .cmn-textbox p {
  font-size: clamp(14px, 2.5vw, 18px);
  line-height: 3.4rem;
}
.cmn-text a, .cmn-textbox p a {
  display: inline-flex;
  text-decoration: underline;
}

.cmn-textbox p:not(:last-child) {
  margin-bottom: clamp(20px, 2.5vw, 25px);
}
.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-textbox--lh38 p {
  line-height: 3.8rem;
}
.cmn-textbox--fz17 p {
  font-size: clamp(14px, 2.5vw, 17px);
}

@media screen and (width <= 768px) {
  .cmn-text, .cmn-textbox p {
    line-height: 2.8rem;
  }
  .cmn-textbox--lh38 p {
    line-height: 2.8rem;
  }
}
.cmn-button {
  width: min(100%, 360px);
  height: 60px;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-inline: auto;
  border: 2px solid #ffffff;
  position: relative;
}
.cmn-button::before {
  content: "";
  position: absolute;
  inset: 0 0 0 auto;
  margin-block: auto;
  width: 16px;
  height: 12px;
  border-radius: 0;
  background: no-repeat center/contain url("/assets/images/common/cmn-button_deco1.webp");
  transform: translateX(-15px);
  transition: all 0.3s;
}
.cmn-button span {
  color: #ffffff;
}
.cmn-button:hover::before {
  transform: translateX(-20px);
}
.cmn-button--blue {
  border-color: #004385;
}
.cmn-button--blue::before {
  background-image: url("/assets/images/common/cmn-button_deco2.webp");
}
.cmn-button--blue span {
  color: #004385;
}

.cmn-header {
  width: fit-content;
  margin-inline: auto;
  text-align: center;
  position: relative;
  margin-bottom: 5.5rem;
}
.cmn-header h3 {
  font-weight: 700;
  font-size: 3.2rem;
}
.cmn-header img {
  margin: 0 auto 2rem auto;
}
.cmn-header--white h3 {
  color: #ffffff;
}
.cmn-header--left {
  margin-inline: 0 auto;
  text-align: left;
}
.cmn-header--left img {
  margin-inline: 0 auto;
}

@media screen and (width <= 768px) {
  .cmn-header {
    margin-bottom: 3rem;
  }
  .cmn-header h3 {
    font-size: 2.2rem;
  }
  .cmn-header img {
    width: 50%;
    height: auto;
    border-radius: 0;
    margin-bottom: 0;
  }
}
.cmn-bg, .breadcrumbs--des3 {
  background: repeat top center/582px 241px url("/assets/images/common/pattern1.webp");
}

/* -------------------------------------------------------------------------- */
/*                                 Breadcrumbs                                */
/* -------------------------------------------------------------------------- */
.breadcrumbs {
  padding-block: 0.9rem;
  z-index: 100;
}
.breadcrumbs--des2 {
  background-color: #e4eff8;
}
.breadcrumbs--des3 {
  padding-block: 1rem;
}
.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;
  color: #004385;
}
.breadcrumbs__item:not(:last-child)::after {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 0;
  border-bottom: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
  position: absolute;
  inset: 0 0 0 auto;
  margin: auto;
  transform: translate(-9px, 1px) rotate(-45deg);
}
.breadcrumbs__item a:hover {
  text-decoration: underline;
}

/* -------------------------------------------------------------------------- */
/*                                 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: 3px;
}
.pagenation li a,
.pagenation li span {
  width: 100%;
  height: 100%;
  border-radius: 0;
  background: #aaaaaa;
  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: #004385;
}
.pagenation .current a,
.pagenation .current span {
  color: #ffffff;
  background-color: #004385;
}

/* -------------------------------------------------------------------------- */
/*                                 Navigation                                 */
/* -------------------------------------------------------------------------- */
.navigation__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
  gap: 1rem;
  font-weight: 400;
}
.navigation__item {
  font-size: clamp(14px, 2.5vw, 16px);
}
.navigation__item-link:hover {
  color: #004385;
}
.navigation__item-na {
  color: #aaaaaa;
}
.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 #aaaaaa;
}
.navigation__item:nth-child(3) {
  border-left: 1px solid #aaaaaa;
}

/* -------------------------------------------------------------------------- */
/*                          Top Navigation (PageTop)                          */
/* -------------------------------------------------------------------------- */
.sbutton {
  width: fit-content;
  position: fixed;
  inset: auto 0 15vh auto;
  z-index: 100;
}
.sbutton__link {
  padding: 1.5rem 2.5rem 1.5rem 1.5rem;
  background-color: rgb(0, 92.6917293233, 184);
}
.sbutton__link span {
  font-weight: 700;
  color: #ffffff;
}
.sbutton__link:hover {
  background-color: #fec600;
}

/* -------------------------------------------------------------------------- */
/*                              Google Map (map)                              */
/* -------------------------------------------------------------------------- */
.map {
  margin-top: 6rem;
}
.map iframe {
  width: 100%;
  height: 360px;
  border-radius: 15px;
  border: none;
}

@media screen and (width <= 768px) {
  .map iframe {
    height: 30rem;
  }
}
/* -------------------------------------------------------------------------- */
/*                                 Error (404)                                */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/*                               Privacy Policy                               */
/* -------------------------------------------------------------------------- */
.privacy__box:not(:last-child) {
  margin-bottom: clamp(50px, 2.5vw, 60px);
}
.privacy__header {
  margin-bottom: 0.8rem;
}
.privacy__header h4 {
  font-weight: 700;
  font-size: clamp(22px, 2.5vw, 25px);
  color: #004385;
}

@media screen and (width <= 768px) {
  .privacy__header h4 {
    font-size: 1.8rem;
  }
}
/* -------------------------------------------------------------------------- */
/*                               Sitemap (site)                               */
/* -------------------------------------------------------------------------- */
.site__wrapper {
  width: min(100%, 780px);
  margin-inline: auto;
}
.site__item {
  width: 100%;
}
.site__item-link {
  padding: clamp(20px, 2.5vw, 25px) 0;
  border-bottom: 1px solid #aaaaaa;
}
.site__item-link:hover {
  color: #004385;
}

/* -------------------------------------------------------------------------- */
/*                                  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: center;
  flex-flow: row nowrap;
  gap: 2rem 4rem;
}
.news__lbox {
  flex-shrink: 0;
}
.news__list {
  width: 100%;
}
.news__item:not(:last-child) {
  margin-bottom: 2.4rem;
}
.news__item--main:not(:last-child) {
  margin-bottom: 4rem;
}
.news__item-link {
  display: flex;
  flex-flow: row nowrap;
  justify-content: start;
  align-items: center;
  gap: clamp(15px, 2.5vw, 20px);
}
.news__item-link:hover .news__item-title {
  text-decoration: underline;
  color: #004385;
}
.news__item-img {
  flex-shrink: 0;
  border: 1px solid #aaaaaa;
}
.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.9rem;
  margin-bottom: 0.8rem;
}
.news__item-date {
  flex-shrink: 0;
  font-weight: 700;
  font-size: 1.6rem;
  color: #004385;
}
.news__item-title {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-weight: 400;
  font-size: clamp(15px, 2.5vw, 16px);
  text-align: left;
}
.news__tags {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-flow: row wrap;
  gap: 0.5rem;
}
.news__tags-tag {
  padding: 0.3rem 1rem;
  font-weight: 500;
  font-size: clamp(12px, 2.4vw, 14px);
  white-space: nowrap;
  background-color: #a3ceee;
  border-radius: 1.3rem;
}

@media screen and (width <= 768px) {
  .news__wrapper-m {
    flex-flow: column nowrap;
  }
  .news__list {
    margin-bottom: 3rem;
  }
  .news__item-img img {
    width: 70px;
    height: 70px;
    border-radius: 0;
  }
  .news__item-title {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
/* -------------------------- News (Tag Exapanded) -------------------------- */
.cmn-expand {
  padding: clamp(15px, 2.5vw, 25px);
  border: 1px solid #aaaaaa;
  margin-bottom: 2.5rem;
}
.cmn-expand__note {
  margin-bottom: clamp(10px, 2.5vw, 20px);
  text-align: left;
}
.cmn-expand__list {
  display: flex;
  flex-flow: row wrap;
  gap: 1rem;
}
.cmn-expand__item-link {
  position: relative;
  padding: 0.8rem 1rem 0.8rem 3rem;
  white-space: nowrap;
  border: 1px solid #aaaaaa;
}
.cmn-expand__item-link::before {
  width: 12px;
  height: 12px;
  border-radius: 0;
  content: "";
  position: absolute;
  margin-block: auto;
  inset: 0 auto 0 10px;
  border-radius: 50%;
  transition: all 0.3s;
  background-color: rgb(0, 92.6917293233, 184);
}
.cmn-expand__item-link:hover::before, .cmn-expand__item-link--current::before {
  background-color: #fec600;
}

/* ---------------------------- News (Tag Option) --------------------------- */
.cmn-select {
  margin: 0 0 2.5rem auto;
  width: min(100%, 375px);
}
.cmn-select__list {
  padding: 0.8rem 1rem;
  background-color: #ffffff;
  border: 1px solid #aaaaaa;
}

/* ------------------------------ News (detail) ----------------------------- */
.newsd__header {
  margin-bottom: 2rem;
}
.newsd__header h3 {
  font-weight: 700;
}
.newsd__info {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-flow: row wrap;
  gap: 0.8rem;
  margin-bottom: 2rem;
}
.newsd__date {
  font-weight: 500;
}
.newsd__date:has(+ .newsd__tags) {
  padding-right: 0.8rem;
  position: relative;
}
.newsd__date:has(+ .newsd__tags)::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 15px;
  border-radius: 0;
  inset: 0 0 0 auto;
  background-color: #aaaaaa;
  margin-block: auto;
  transform: translateY(1px);
}
.newsd__content {
  margin-bottom: 10rem;
}
.newsd__tags {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-flow: row wrap;
}
.newsd__tags-tag {
  font-size: clamp(12px, 2.5vw, 14px);
  color: #aaaaaa;
}
.newsd__tags-tag:not(:last-child)::after {
  content: "、";
}

/* -------------------------------------------------------------------------- */
/*                                 Animations                                 */
/* -------------------------------------------------------------------------- */
@keyframes animateShadow {
  0%, 85% {
    box-shadow: 0px 0px 7px 3px transparent;
  }
  100% {
    box-shadow: 0px 0px 7px 3px rgba(0, 67, 133, 0.2);
  }
}