/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/*add reset styles*/
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

/*Break Point
------------------------------*/
/*font
---------------------------------*/
/*color
---------------------------------*/
body {
  color: #2C2F36;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  overflow-x: clip;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

.header {
  position: fixed;
  top: 0;
  z-index: 10;
}
@media print, screen and (max-width: 1023.9px) {
  .header {
    padding: 5px 20px 0;
    left: 0;
    width: 100%;
    overflow: visible;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
}
@media print, screen and (min-width: 1024px) {
  .header {
    left: 24px;
    height: 100%;
  }
}
@media print, screen and (max-width: 1023.9px) {
  .header.-active {
    background-color: rgba(26, 92, 154, 0.85);
    height: 100vh;
    z-index: 100;
  }
}
.header.-active .header__body {
  opacity: 1;
  pointer-events: auto;
}
@media print, screen and (max-width: 1023.9px) {
  .header.-active .header__body {
    max-height: calc(100vh - 69px);
    overflow-y: auto;
    -webkit-transition-delay: 0.5s, 0.5s;
            transition-delay: 0.5s, 0.5s;
  }
}

@media print, screen and (min-width: 1024px) {
  .header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media print, screen and (max-width: 1023.9px) {
  .header__logo {
    width: 140px;
    display: block;
    opacity: 1;
  }
  .header__logo.-sc {
    opacity: 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .header__logo {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 10px 31px;
    background-color: #000;
    max-height: 190px;
  }
}
.header__logo img {
  margin-right: auto;
  margin-left: auto;
}

@media print, screen and (max-width: 1023.9px) {
  .header__body {
    overflow: hidden;
    height: auto;
    max-height: 0;
    color: #fff;
    position: fixed;
    left: 0;
    top: 69px;
    width: 100%;
    z-index: 10;
    background-color: rgba(26, 92, 154, 0.85);
    padding-bottom: 20px;
    opacity: 0;
    -webkit-transition: max-height 0.35s ease, opacity 0.25s ease;
    transition: max-height 0.35s ease, opacity 0.25s ease;
    pointer-events: none;
  }
}
@media print, screen and (min-width: 1024px) {
  .header__body {
    padding: 30px 18px 20px;
    background-color: #fff;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }
}

@media print, screen and (max-width: 1023.9px) {
  .header__list {
    border-bottom: 1px solid #fff;
  }
}
.header__list li {
  position: relative;
}
.header__list li.-active .header__link {
  color: #1a5c9a;
}
.header__list li.-active .header__child {
  opacity: 1;
  pointer-events: auto;
}
@media print, screen and (max-width: 1023.9px) {
  .header__list li.-active .header__child {
    display: none;
  }
}
@media print, screen and (min-width: 1024px) {
  .header__list li + li {
    margin-top: 14px;
  }
}

.header__child {
  display: block;
  border-radius: 8px;
  background-color: #fff;
  padding: 20px 20px 16px;
  position: absolute;
  top: -19px;
  left: calc(100% + 28px);
  width: 100%;
  opacity: 0;
  will-change: opacity;
  -webkit-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out;
  pointer-events: none;
}
@media print, screen and (max-width: 1023.9px) {
  .header__child {
    display: none;
  }
}

.header__child-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  font-size: 14px;
  font-weight: 600;
}
.header__child-link::before {
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDkgMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTQgMUw4IDVMNCA5IiBzdHJva2U9ImJsYWNrIi8+PHBhdGggZD0iTTAuNDU3NTIgNUg3Ljk5OTk5IiBzdHJva2U9ImJsYWNrIi8+PC9zdmc+") no-repeat center center;
  background-size: contain;
}

@media print, screen and (min-width: 1024px) {
  .header__child-list li + li {
    margin-top: 12px;
  }
}

.header__link {
  background-color: transparent;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  cursor: pointer;
}
@media print, screen and (max-width: 1023.9px) {
  .header__link {
    width: 100%;
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    font-size: 16px;
    letter-spacing: 0.03em;
    border-top: 1px solid #fff;
  }
}
@media print, screen and (min-width: 1024px) {
  .header__link {
    padding: 0;
    border: none;
  }
}

.header__btn {
  text-align: center;
  font-size: 14px;
  border-radius: 4px;
  background-color: #1a5c9a;
  display: block;
  line-height: 1.2;
  padding-top: 11px;
  padding-bottom: 12px;
  color: #fff;
  margin-top: 22px;
}
.header__btn + .header__btn {
  margin-top: 5px;
}

.header__tel {
  margin-top: 12px;
}

.header__tel-text {
  line-height: 1.2;
  font-size: 14px;
  letter-spacing: 0.05em;
}
.header__tel-text span {
  font-size: 15px;
  letter-spacing: 0.02em;
  font-weight: 600;
}

.header__tel-number {
  font-weight: 800;
  font-size: 30px;
  letter-spacing: 0.02em;
  line-height: 1.2;
}

.hamburger {
  position: absolute;
  top: 25px;
  right: 20px;
  width: 40px;
  height: 18px;
}
.hamburger.-sc:before {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.8);
  padding: 10px;
  width: 140%;
  height: 44px;
  border-radius: 5px;
  position: relative;
  top: -13px;
  left: -20%;
}
@media print, screen and (min-width: 1024px) {
  .hamburger {
    display: none;
  }
}
.hamburger.-active span:nth-of-type(1) {
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
  top: 8px;
}
.hamburger.-active span:nth-of-type(2) {
  bottom: auto;
  top: 8px;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
}
.hamburger span {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  height: 3.5px;
  width: 100%;
  background-color: #fff;
  position: absolute;
  left: 0;
  display: block;
}
.hamburger span:nth-of-type(1) {
  top: 0;
}
.hamburger span:nth-of-type(2) {
  bottom: 0;
}

.sp-link-box {
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  width: calc(100% - 40px);
}
.sp-link-box + .sp-link-box {
  margin-top: 15px;
}

.sp-link-box__text {
  text-align: center;
  color: #000;
  font-size: 14px;
  letter-spacing: 0.01em;
  line-height: 1.5;
}

.sp-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #1a5c9a;
  margin-top: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sp-tel__icon {
  width: 12%;
}
@media print, screen and (max-width: 1023.9px) {
  .sp-tel__icon {
    width: 23px;
  }
}

.sp-tel__number {
  font-size: clamp(1.4375rem, 0.875rem + 3vw, 1.625rem);
  font-weight: 800;
  letter-spacing: 0.01em;
}
.sp-tel__number span {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.01em;
}

.sp-tel__text {
  font-size: 12px;
  letter-spacing: 0.01em;
}

.sp-link-box__link-row {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sp-link-box__link-icon.-mail {
  width: 23px;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.sp-link-box__link-icon.-calc {
  width: 17px;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.sp-link-box__link-icon.-dl {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  width: 19px;
}
.sp-link-box__link-icon.-calendar {
  width: 25px;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

.sp-link-box__link {
  color: #1a5c9a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.07em;
  line-height: 1;
  padding-bottom: 8px;
  border-bottom: 1px solid currentColor;
}
.sp-link-box__link::after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background-image: url(../img/common/icon_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.footer {
  background-image: url(../img/common/footer-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 120px;
  padding-bottom: 120px;
}
@media print, screen and (min-width: 1024px) {
  .footer {
    padding-left: 320px;
  }
}
@media print, screen and (max-width: 1023.9px) {
  .footer {
    background-image: url(../img/common/footer-bg-sp.png);
    padding: 50px 0px;
  }
}

@media print, screen and (min-width: 1024px) {
  .footer__inner {
    max-width: 1130px;
    margin-left: auto;
    margin-right: auto;
    padding-inline: 20px;
  }
}

.footer__heading {
  text-align: center;
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-size: 52px;
  letter-spacing: 0.16em;
}
@media print, screen and (max-width: 1023.9px) {
  .footer__heading {
    font-size: 32px;
  }
}

.footer__ja {
  text-align: center;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.01em;
  margin-bottom: 80px;
}
@media print, screen and (max-width: 1023.9px) {
  .footer__ja {
    font-size: 15px;
    margin-bottom: 20px;
  }
}

.footer__link-box {
  background-color: #fff;
  border-radius: 10px;
  padding-top: 26px;
  padding-bottom: 26px;
  padding-inline: 10px;
}
.footer__link-box.-large {
  padding-top: 32px;
  padding-bottom: 38px;
  padding-inline: 10%;
}

.footer__link-box-text {
  text-align: center;
  letter-spacing: 0.01em;
  color: #000;
  line-height: 1.5;
}
.footer__link-box-text + .footer__link-row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 12px;
}

.footer__contact-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer__contact-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__slash {
  width: 1px;
  height: 52px;
  background-color: #1a5c9a;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.footer-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  color: #1a5c9a;
}

.footer-tel__icon {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  width: 46px;
}

.footer-tel__number {
  font-size: 36px;
  font-weight: 800;
}
.footer-tel__number span {
  font-size: 22px;
  font-weight: 600;
}

.footer-tel__text {
  letter-spacing: 0.01em;
}

.footer__link-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

.footer__link-icon.-mail {
  width: 41px;
}
.footer__link-icon.-calc {
  width: 27px;
}
.footer__link-icon.-dl {
  width: 30px;
}
.footer__link-icon.-calendar {
  width: 39px;
}

.footer__link {
  color: #1a5c9a;
  letter-spacing: 0.07em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #1a5c9a;
  gap: 10px;
  padding-bottom: 4px;
  font-size: 16px;
}
@media print, screen and (min-width: 1366px) {
  .footer__link {
    font-size: 20px;
  }
}
.footer__link.-large {
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 10px;
}
.footer__link.-large::after {
  height: 22px;
  width: 22px;
}
.footer__link::after {
  content: "";
  display: block;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExLjQ2NjEgMS4yNzk1OUwyMi40NjU4IDEyLjI3OTNMMTEuNDY2MSAyMy4yNzkiIHN0cm9rZT0iIzFBNUM5QSIgc3Ryb2tlLXdpZHRoPSIyIi8+CjxwYXRoIGQ9Ik0xLjcyNTEgMTIuMjc5M0gyMi40NjY0IiBzdHJva2U9IiMxQTVDOUEiIHN0cm9rZS13aWR0aD0iMiIvPgo8L3N2Zz4K") no-repeat right center;
  background-size: contain;
  height: 16px;
  width: 16px;
}

.footer__link-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 22px 1fr 22px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 22px;
}

.copyright {
  text-align: right;
  padding: 20px;
  font-size: 10px;
  letter-spacing: 0.08em;
  background-color: #fff;
}
@media print, screen and (max-width: 1023.9px) {
  .copyright {
    padding: 10px;
  }
}

.bnr {
  position: fixed;
  bottom: 30px;
  width: 220px;
  right: 0;
  z-index: 5;
}
@media print, screen and (max-width: 1023.9px) {
  .bnr {
    bottom: 12px;
    width: 53px;
  }
}

.copyArea {
  padding: 10px;
}
.copyArea figure {
  width: 160px;
  margin: 0 auto;
}
@media print, screen and (max-width: 1023.9px) {
  .copyArea figure {
    width: 130px;
  }
}
.copyArea .copyArea__txt {
  margin-left: auto;
  text-align: right;
}
@media print, screen and (max-width: 1023.9px) {
  .copyArea .copyArea__txt {
    text-align: center;
  }
}
.copyArea .copyArea__privacy {
  font-size: 10px;
  padding-right: 20px;
}
@media print, screen and (max-width: 1023.9px) {
  .copyArea .copyArea__privacy {
    text-align: center;
    padding-right: 0;
  }
}
.copyArea .copyright {
  padding-top: 8px;
}
@media print, screen and (max-width: 1023.9px) {
  .copyArea .copyright {
    text-align: center;
    padding-right: 0;
    padding-left: 0;
  }
}

a,
button {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (hover: hover) {
  a:hover,
  button:hover {
    opacity: 0.8;
  }
}

@media print, screen and (max-width: 1023.9px) {
  .contents {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media print, screen and (min-width: 1024px) {
  .contents {
    padding-inline: 20px;
    width: calc(100% - 276px);
    max-width: 1120px;
    margin-left: calc(276px + (100% - 276px - min(1120px, 100% - 276px)) / 2);
  }
}

.img-cap {
  position: relative;
}
.img-cap figcaption {
  padding: 10px;
  background-color: rgba(31, 34, 41, 0.7);
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media print, screen and (max-width: 1023.9px) {
  .img-cap figcaption {
    padding: 5px;
    font-size: 10px;
  }
}

@media print, screen and (max-width: 1023.9px) {
  .u-hide-at-sp {
    display: none !important;
  }
}

@media print, screen and (min-width: 1024px) {
  .u-hide-at-pc {
    display: none !important;
  }
}

.section-heading {
  text-align: center;
  color: #1a5c9a;
  font-size: 52px;
  line-height: 1.6;
  letter-spacing: 0.016em;
  font-family: "Outfit", sans-serif;
}
@media print, screen and (max-width: 1023.9px) {
  .section-heading {
    font-size: 36px;
    line-height: 1.2;
  }
}

.section-heading-ja {
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.01em;
}
@media print, screen and (max-width: 1023.9px) {
  .section-heading-ja {
    font-size: 12px;
  }
}

.section-text {
  margin-top: 40px;
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.01em;
}
@media print, screen and (max-width: 1023.9px) {
  .section-text {
    margin-top: 20px;
  }
}
.section-text.-mt_small {
  margin-top: 20px;
}
.section-text.-tal {
  text-align: left;
}

.breadcrumbs {
  padding-top: 13px;
}

.breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumbs__list li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumbs__list li + li::before {
  content: "";
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDcgMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMC43NUw2LjI1IDZMMSAxMS4yNSIgc3Ryb2tlPSIjQUVCMUI4IiBzdHJva2Utd2lkdGg9IjEuMDUiLz48L3N2Zz4=") no-repeat center;
  width: 7px;
  height: 12px;
  margin: 0 10px;
}

.breadcrumbs__link {
  color: #aeb1b8;
  font-size: 12px;
  letter-spacing: 0.01em;
}

span.breadcrumbs__link {
  color: #2c2f36;
}

.news-card__date {
  margin-top: 10px;
  font-size: 12px;
  letter-spacing: 0.01em;
  color: #aaaaaa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media print, screen and (max-width: 1023.9px) {
  .news-card__date {
    font-size: 16px;
  }
}

.news-card__title {
  font-size: 16px;
  letter-spacing: 0.01em;
}

.news-card__new {
  width: 46px;
}