@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/* html */
body.hidden {
  visibility: hidden;
}

.loading-spinner {
  position: fixed;
  top: 50%;
  left: 50%;
  font-size: 2em;
  transform: translate(-50%, -50%);
}

a:hover, a:active {
  opacity: 0.7;
}

main {
  min-height: calc(946px + 45.31vw);
  margin-bottom: 6rem;
}
@media screen and (max-width: 1024px) {
  main {
    min-height: calc(clamp(1059px, 1090.015px - 7.892vw, 989px) + 450px);
  }
}
@media screen and (max-width: 500px) {
  main {
    min-height: calc(clamp(1059px, 1090.015px - 7.892vw, 989px) + 200px);
  }
}

.container {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
}

.container-inner {
  width: 720px;
  max-width: 96%;
  margin: 0 auto;
}

.title {
  position: relative;
  height: 37px;
  margin: 0 auto clamp(20px, 14.683px + 1.353vw, 32px);
}
@media screen and (max-width: 767px) {
  .title {
    margin: 0 auto 54px;
  }
}
.title::before {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #006ebc;
  content: "";
}
.title h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #006ebc;
}

/* header */
.header {
  position: fixed;
  z-index: 100;
  top: 0;
  width: 100%;
  background-color: #fff;
}
.header__logo--sp {
  display: none;
}
.header__company-name--sp {
  display: none;
}
.header__top {
  display: flex;
  height: 75px;
  justify-content: space-between;
  max-width: 1400px;
  margin: auto;
}
.header__logo {
  display: flex;
  height: 100%;
  padding: 5px 0 0 18px;
  align-items: center;
}
.header__company-name {
  display: flex;
  height: 100%;
  padding: 6px 0 0 48px;
  align-items: center;
}
.header__link {
  display: flex;
  height: 100%;
  margin-left: auto;
  padding-right: 20px;
  align-items: center;
  gap: 13px;
}
.header__link a {
  display: flex;
  width: 178px;
  height: 37px;
  border: solid 1px #006ebc;
  border-radius: 19px;
  justify-content: center;
  align-items: center;
}
.header__link a span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 19px;
  font-weight: bold;
  color: #3761ab;
  text-align: center;
}
.header__bottom {
  width: 100%;
  height: 56px;
  background-color: #006ebc;
}
.header__bottom nav {
  height: 100%;
  margin: auto;
  max-width: 1400px;
}
.header__bottom nav ul {
  display: flex;
  width: 980px;
  height: 100%;
  margin: 0 auto;
}
.header__bottom nav ul li {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 196px;
  height: 100%;
}
.header__bottom nav ul li a {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.header__bottom nav ul li a span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 19px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.header__bottom nav ul li a:hover, .header__bottom nav ul li a:active {
  background-color: #beebff;
  opacity: 1;
}
.header__bottom nav ul li a:hover span, .header__bottom nav ul li a:active span {
  color: #006ebc;
}
.header__bottom nav ul li:not(:first-child) a::before {
  position: absolute;
  top: 0;
  left: -1px;
  bottom: 0;
  display: block;
  width: 1px;
  height: 37px;
  margin: auto;
  background-color: #fff;
  content: "";
}
.header__bottom nav ul li:not(:first-child) a:hover::before, .header__bottom nav ul li:not(:first-child) a:active::before {
  display: none;
}
.header__bottom nav ul li.header__list-item--portal-site a {
  background-color: #ff9301;
}
.header__bottom nav ul li.header__list-item--portal-site a:hover, .header__bottom nav ul li.header__list-item--portal-site a:active {
  background-color: #fff9b4;
  opacity: 1;
}
.header__bottom nav ul li.header__list-item--portal-site a:hover span, .header__bottom nav ul li.header__list-item--portal-site a:active span {
  color: #ff9301;
}
.header__blue-band {
  display: none;
}
.header__hamburger-button {
  display: none;
}

/* header 1024px以下 */
@media screen and (max-width: 1024px) {
  .header {
    height: 74px;
  }
  .header__sp-area {
    position: relative;
    z-index: 115;
    height: 74px;
    background-color: #fff;
  }
  .header__logo--sp {
    position: fixed;
    z-index: 115;
    left: 18px;
    display: block;
    height: 74px;
  }
  .header__logo--sp h1 {
    display: flex;
    height: 100%;
    align-items: center;
  }
  .header__logo--sp h1 a {
    display: block;
    max-width: 35vw;
    aspect-ratio: 139/40;
  }
  .header__logo--sp h1 a img {
    width: 100%;
    height: 100%;
  }
  .header__company-name--sp {
    position: fixed;
    z-index: 115;
    left: min(172px, 43.77vw);
    display: block;
    height: 74px;
  }
  .header__company-name--sp h2 {
    display: flex;
    height: 100%;
    align-items: center;
  }
  .header__company-name--sp h2 picture img {
    width: clamp(126px, 61.909px + 20.028vw, 267px);
    aspect-ratio: 352/76;
  }
  .header__container {
    position: fixed;
    z-index: 110;
    top: 74px;
    top: calc(-1 * (100vh - 74px));
    left: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: calc(100vh - 74px);
    transition: 0.6s;
    background-color: #fff;
    overflow-y: scroll;
  }
}
@media screen and (max-width: 1024px) and (max-height: 500px) {
  .header__container {
    justify-content: flex-start;
    padding: 0 0 50px;
  }
}
@media screen and (max-width: 1024px) {
  .header.active .header__container {
    top: 74px;
  }
  .header__top {
    order: 2;
    flex-direction: column;
    height: calc(100% - 350px);
    padding-bottom: 10px;
    background-color: #fff;
    justify-content: flex-start;
    gap: 20px;
    padding-top: 40px;
  }
  .header__logo {
    display: none;
  }
  .header__company-name {
    display: none;
  }
  .header__link {
    flex-direction: column;
    height: unset;
    margin-left: unset;
    padding-right: 0;
    justify-content: center;
    gap: 20px;
  }
  .header__bottom {
    order: 1;
    height: 350px;
    padding-top: 10px;
    padding-bottom: 40px;
  }
  .header__bottom nav ul {
    flex-direction: column;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
  }
  .header__bottom nav ul li {
    height: unset;
  }
  .header__bottom nav ul li:not(:first-child) a::before {
    display: none;
  }
  .header__bottom nav ul li.header__list-item--portal-site {
    height: 50px;
  }
  .header__blue-band {
    position: fixed;
    top: 74px;
    display: none;
    width: 100%;
    height: 0px;
    background-color: #006ebc;
  }
  .header__hamburger-button {
    display: block;
    position: fixed;
    z-index: 120;
    top: 20px;
    right: 0px;
    width: 42px;
    height: 42px;
    background-color: #fff;
  }
  .header__hamburger-button span {
    display: block;
    position: absolute;
    width: 90%;
    height: 3px;
    background-color: #006ebc;
    transition: 0.5s;
  }
  .header__hamburger-button span:nth-child(1) {
    top: 0px;
  }
  .header__hamburger-button span:nth-child(2) {
    top: 12px;
  }
  .header__hamburger-button span:nth-child(3) {
    top: 24px;
  }
  .header.active .header__hamburger-button span:nth-child(1) {
    transform: translateY(12px) rotate(-315deg);
  }
  .header.active .header__hamburger-button span:nth-child(2) {
    background-color: rgba(0, 0, 0, 0);
  }
  .header.active .header__hamburger-button span:nth-child(3) {
    transform: translateY(-12px) rotate(315deg);
  }
}
/* header 767px以下 */
/* main-visual */
.webp .main-visual {
  margin-bottom: clamp(31px, 28.785px + 0.564vw, 36px);
}
.webp .main-visual__container {
  width: 100%;
  max-width: 1400px;
  aspect-ratio: 1280/580;
  background-image: url(../images/main-visual.webp);
  background-position: center;
  background-size: cover;
}

.no-webp .main-visual__container {
  background-image: url(../images/main-visual.jpg);
  background-image: image-set(url(../images/main-visual.jpg) 1x, url(../images/main-visual@2x.jpg) 2x);
}

/* main-visual 1024px以下 */
@media screen and (max-width: 1024px) {
  .main-visual__container {
    height: 450px;
  }
}
/* main-visual 767px以下 */
@media screen and (max-width: 767px) {
  .webp .main-visual__container {
    width: 100%;
    max-width: 1400px;
    aspect-ratio: 1280/580;
    background-image: url(../images/sp_main-visual.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
  .webp .main-visual__container {
    height: 272px;
    background-position: right 45% center;
  }
}
@media screen and (max-width: 767px) and (max-width: 393px) {
  .webp .main-visual__container {
    height: 70vw;
  }
}
/* footer */
.footer {
  padding-bottom: 20px;
  text-align: center;
}
.footer .copy-right {
  max-width: 96%;
  margin: 0 auto;
}
.footer .copy-right small {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  color: #707070;
}
.footer .copy-right small span {
  display: inline-block;
}

/* footer 1024px以下 */
/* footer 767px以下 */
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 14px;
  line-height: 1;
  z-index: 99;
}
@media screen and (max-width: 460px) {
  #page-top {
    bottom: 80px;
  }
}

#page-top a {
  background: #006ebc;
  text-decoration: none;
  color: #fff;
  width: 72px;
  padding: 28px 5px;
  text-align: center;
  display: block;
  border-radius: 90px;
  opacity: 0.9;
  transition: all 0.3s ease;
}

#page-top a:hover {
  text-decoration: none;
  opacity: 0.5;
}/*# sourceMappingURL=common.css.map */