@charset "UTF-8";
.mplus {
  font-family: m-plus-1c, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.source-sans {
  font-family: "source-sans-pro", sans-serif;
  font-weight: 700;
  font-style: normal;
}

html.fixed {
  overflow: hidden !important;
}

body {
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #373737;
  line-height: 24px;
  overflow: hidden;
}

.header {
  width: 100%;
  border-bottom: 1px solid #d6d6d6;
}
@media (min-width: 768px) {
  .header {
    height: 100px;
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .header {
    height: 60px;
    padding: 0 10px;
  }
}
.header[aria-expanded=true] .header__menu {
  display: block;
}
.header[aria-expanded=true] .header__hr_top {
  transform: translateY(6px) rotate(45deg);
}
.header[aria-expanded=true] .header__hr_mid {
  opacity: 0;
  transform: rotate(90deg);
}
.header[aria-expanded=true] .header__hr_btm {
  transform: translateY(-6px) rotate(135deg);
}
@media (min-width: 768px) {
  .header__wrapper {
    height: 100px;
  }
}
@media (max-width: 767px) {
  .header__wrapper {
    height: 60px;
    gap: 0 10px;
  }
}
@media (min-width: 768px) {
  .header__logo {
    width: 331px;
  }
}
@media (max-width: 767px) {
  .header__logo {
    width: 190px;
  }
}
.header__content {
  gap: 0 10px;
}
.header__contact, .header__navbtn {
  width: 60px;
  height: 32px;
  border-radius: 50px;
}
.header__contact {
  background-color: #3765cf;
}
.header__contact img {
  width: 20px;
}
.header__navbtn {
  position: relative;
  background-color: #373737;
  z-index: 10001;
}
.header__hr {
  background-color: #fff;
  border: none;
  display: block;
  height: 3px;
  width: 23px;
  transition: transform 0.3s;
}
.header__hr_top {
  margin-bottom: 3px;
}
.header__hr_mid {
  margin-bottom: 3px;
}
.header__menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #3765cf;
  z-index: 10000;
}
@media (min-width: 768px) {
  .header__menu {
    height: 100vh;
  }
}
@media (max-width: 767px) {
  .header__menu {
    height: 100vh;
    height: 100dvh;
  }
}
.header__menu_wrap {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .header__menu_wrap {
    height: 100vh;
    max-width: 640px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .header__menu_wrap {
    height: 100vh;
    height: 100dvh;
    width: 85.33vw;
  }
}
.header__menu_text {
  color: #fff;
  line-height: 1;
  letter-spacing: 0.1rem;
}
@media (min-width: 768px) {
  .header__menu_text {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .header__menu_text {
    font-size: 23px;
  }
}
@media (min-width: 768px) {
  .header__menu_primary {
    width: 100%;
    gap: 0 30px;
  }
}
@media (max-width: 767px) {
  .header__menu_primary {
    width: 85.33vw;
    gap: 0 15px;
  }
}
.header__menu_primary .header__menu_items {
  width: 50%;
}
@media (min-width: 768px) {
  .header__menu_secondary {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .header__menu_secondary {
    width: 85.33vw;
  }
}
.header__menu_items {
  list-style: none;
}
.header__menu_item {
  text-align: center;
  padding: 10px 0;
  border-bottom: 1px solid #fff;
}
.header__menu_item:first-child {
  border-top: 1px solid #fff;
}
.header__menu_item a {
  color: #fff;
}
.header__menu_privacy {
  color: #fff;
  text-decoration: underline;
}
.header__menu_contact {
  position: relative;
  background-color: #fff;
  color: #3765cf;
  height: 60px;
  border-radius: 50px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .header__menu_contact {
    width: 330px;
  }
}
@media (max-width: 767px) {
  .header__menu_contact {
    width: 85.33vw;
  }
}
.header__menu_contact span {
  position: relative;
  padding-left: 30px;
}
.header__menu_contact span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-image: url(../img/common/icon_mail_b.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 768px) {
  .header__menu_contact span::before {
    width: 24px;
    height: 19px;
  }
}
@media (max-width: 767px) {
  .header__menu_contact span::before {
    width: 20px;
    height: 14px;
  }
}

@media (min-width: 768px) {
  .footer {
    padding: 45px 0 5px;
  }
}
@media (max-width: 767px) {
  .footer {
    padding: 35px 0 15px;
  }
}
@media (min-width: 768px) {
  .footer__wrapper {
    max-width: 1380px;
    padding: 0 20px;
  }
}
@media (min-width: 768px) {
  .footer__logo img {
    width: 252px;
  }
}
@media (max-width: 767px) {
  .footer__logo img {
    width: 67.33vw;
  }
}
@media (min-width: 768px) {
  .footer__addr {
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .footer__addr {
    line-height: 32px;
  }
}
.footer__tel a {
  color: #3765cf;
}
@media (min-width: 768px) {
  .footer__link {
    margin-left: 90px;
  }
}
@media (min-width: 768px) and (max-width: 960px) {
  .footer__link {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1300px) {
  .footer__link_wrap {
    display: block;
  }
}
.footer__link_items {
  list-style: none;
}
@media (min-width: 768px) {
  .footer__link_items + .footer__link_items {
    margin-left: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1300px) {
  .footer__link_items + .footer__link_items {
    margin-left: 0;
  }
}
.footer__link_item {
  line-height: 40px;
}
.footer__link_item a {
  color: #3765cf;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .footer__contact {
    height: 100%;
  }
}
.footer__emblem {
  width: 96px;
}
@media (min-width: 768px) {
  .footer__emblem {
    margin-left: auto;
  }
}
.footer__btn {
  position: relative;
  background-color: #3765cf;
  color: #fff;
  border-radius: 50px;
}
@media (min-width: 768px) {
  .footer__btn {
    width: 245px;
    height: 45px;
  }
}
@media (max-width: 767px) {
  .footer__btn {
    width: 88vw;
    height: 60px;
  }
}
.footer__btn span {
  position: relative;
  padding-left: 30px;
}
.footer__btn span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 20px;
  height: 14px;
  background-image: url(../img/common/icon_mail.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 768px) {
  .footer__secondary {
    padding: 0 40px;
  }
}
.footer__items {
  list-style: none;
}
@media (min-width: 768px) {
  .footer__item + .footer__item {
    margin-left: 20px;
  }
}
.footer__item a {
  text-decoration: underline;
}/*# sourceMappingURL=common.css.map */