@charset "UTF-8";
/* CSS Document */
.f_common {
  font-family: "Noto Sans JP", "游ゴシック体", sans-serif;
}

.f_jost {
  font-family: "Jost", sans-serif;
}

.f_noto-gothic {
  font-family: "Noto Sans JP", sans-serif;
}

.f_mincho {
  font-family: "Noto Serif JP", serif;
}

.f_marugo {
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.l-outer-width {
  max-width: 1300px;
  margin: 0 auto;
  width: 92.0833333333vw;
}
@media screen and (max-width: 769px) {
  .l-outer-width {
    width: 89.3333333333vw;
  }
}
@media screen and (max-width: 769px) {
  .l-outer-width--sp {
    width: 89.3333333333vw !important;
    margin: 0 auto;
  }
}

.l-content-width {
  max-width: 1200px;
  width: 90vw;
  margin: 0 auto;
}
@media screen and (max-width: calc(1160px + 10vw)) {
  .l-content-width {
    width: 85vw;
  }
}
@media screen and (max-width: calc(1160px + 10vw)) and (max-width: 769px) {
  .l-content-width {
    width: 92vw;
  }
}
@media screen and (max-width: 769px) {
  .l-content-width--sp {
    width: 82.6666666667vw !important;
    margin: 0 auto;
  }
}

.l-inner-width {
  max-width: 1024px;
  width: 1024px;
  margin: 0 auto;
}
@media screen and (max-width: calc(1160px + 10vw)) {
  .l-inner-width {
    width: 72.5333333333vw;
  }
}
@media screen and (max-width: calc(1160px + 10vw)) and (max-width: 769px) {
  .l-inner-width {
    width: 81.3333333333vw;
    margin: 0 auto;
  }
}
@media screen and (max-width: 769px) {
  .l-inner-width--sp {
    width: 81.3333333333vw !important;
    margin: 0 auto;
  }
}

.l-full-width {
  max-width: 1440px;
  margin: 0 auto;
  width: calc(100vw - (100vw - 100%));
}
@media screen and (max-width: 769px) {
  .l-full-width--sp {
    width: 100vw;
  }
}

.pc {
  display: block;
}
@media screen and (max-width: 769px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 769px) {
  .sp {
    display: block;
  }
}

html, body {
  width: 100%;
  position: relative;
}

main {
  overflow: hidden;
}

/*----------------------------------------
	header
----------------------------------------*/
.l-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
  transition: 0.5s;
  width: 100%;
  background: white;
}
.l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
@media screen and (max-width: calc(1160px + 10vw)) and (max-width: 769px) {
  .l-header__inner {
    display: flex;
    justify-content: flex-end;
    padding: 0;
    padding: 0;
  }
}
.l-header__menu {
  display: flex;
  align-items: center;
}
.l-header__logo {
  transition: 0.5s;
}
.l-header__logo img {
  width: 21.9377916667vw;
  max-width: 309.71px;
  display: block;
  margin-left: 80px;
  margin-top: 6px;
}
@media screen and (max-width: 1440px) {
  .l-header__logo img {
    margin-left: 5.5555555556vw;
    margin-top: 0.4166666667vw;
  }
}
@media screen and (max-width: 1440px) and (max-width: 769px) {
  .l-header__logo img {
    width: 50.7213333333vw;
    max-width: 380.41px;
    margin: 0;
    margin-right: 6.6666666667vw;
  }
}
@media screen and (max-width: 769px) {
  .l-header__hamburger {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 18.6666666667vw;
    height: 18.6666666667vw;
  }
  .l-header__hamburger.js-open {
    position: relative;
    z-index: 999;
  }
}
.l-header__hamburger-list {
  width: 7.3333333333vw;
  height: 5.0666666667vw;
  position: relative;
}
.l-header__hamburger-item {
  width: 100%;
  background: #2A74BF;
  height: 0.6666666667vw;
  border-radius: 50px;
  position: absolute;
  transition: 0.5s;
}
.l-header__hamburger-item.js-open {
  background: white;
}
.l-header__hamburger-item:first-child {
  top: 0;
}
.l-header__hamburger-item:first-child.js-open {
  transform: rotate(45deg);
  top: 50%;
}
.l-header__hamburger-item:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.l-header__hamburger-item:nth-child(2).js-open {
  opacity: 0;
}
.l-header__hamburger-item:last-child {
  bottom: 0;
  right: 0;
}
.l-header__hamburger-item:last-child.js-open {
  transform: rotate(-45deg);
  width: 100%;
  top: 50%;
}
.l-header__nav {
  display: flex;
}
@media screen and (max-width: 769px) {
  .l-header__nav {
    position: absolute;
    opacity: 0;
    z-index: -1;
    top: 100%;
    left: 0;
    width: 89.3333333333vw;
    max-width: 670px;
    border-top: 1px solid white;
    transition: 0.5s;
    will-change: transform;
    overflow-y: scroll;
    height: 0;
    background: rgba(18, 18, 18, 0.8);
    flex-direction: column;
  }
  .l-header__nav.js-open {
    z-index: 100;
    opacity: 1;
    z-index: 100;
    visibility: visible;
    height: auto;
    max-height: 90vh;
  }
}
.l-header__nav--under {
  transform: translateY(-6px);
  margin-right: 7px;
}
@media screen and (max-width: calc(1160px + 10vw)) {
  .l-header__nav--under {
    transform: translateY(-0.425vw);
    margin-right: 0.4958333333vw;
  }
}
@media screen and (max-width: calc(1160px + 10vw)) and (max-width: 769px) {
  .l-header__nav--under {
    transform: none;
    margin-left: 0;
  }
}
.l-header__list {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 769px) {
  .l-header__list {
    flex-direction: column;
    top: 0;
    width: 81.3333333333vw;
    max-width: 610px;
    margin: 0 auto;
    overflow-y: scroll;
    height: auto;
    margin-top: 4vw;
  }
}
.l-header__item {
  margin-right: 39px;
  position: relative;
}
@media screen and (max-width: calc(1160px + 10vw)) {
  .l-header__item {
    margin-right: 2.7083333333vw;
  }
}
@media screen and (max-width: calc(1160px + 10vw)) and (max-width: 769px) {
  .l-header__item {
    border-bottom: 1px solid white;
    margin-right: 0;
    width: 100%;
  }
  .l-header__item:last-child {
    border: none;
  }
}
.l-header__item.last {
  margin-right: 0;
}
.l-header__item--small {
  border: none;
  width: 100%;
  margin: 0.3em 0;
}
.l-header__contact {
  background: #2A74BF;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10.625vw;
  max-width: 150px;
  padding: 50px 0;
  font-size: clamp(11px, 1.1333333333vw, 16px);
  transition: 0.3s;
}
.l-header__contact:hover {
  filter: brightness(0.8);
}
@media screen and (max-width: 1440px) {
  .l-header__contact {
    padding: 3.4722222222vw 0;
  }
}
.l-header__contact--sp {
  background: #2A74BF;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18.6666666667vw;
  height: 18.6666666667vw;
}
@media screen and (max-width: 769px) {
  .l-header__mail-img {
    width: 7.796vw;
    display: block;
  }
}
.l-header__link {
  font-size: clamp(10px, 1.1333333333vw, 16px);
  letter-spacing: 0.02em;
  padding: 13px 0px;
  transition: 0.3s;
  border-bottom: 2px solid transparent;
  font-weight: 500;
  position: relative;
  display: block;
}
@media screen and (max-width: calc(1160px + 10vw)) {
  .l-header__link {
    padding: 0.9208333333vw 0;
  }
}
@media screen and (max-width: calc(1160px + 10vw)) and (max-width: 769px) {
  .l-header__link {
    position: relative;
    color: white;
    width: 100%;
    font-size: clamp(16px, 4vw, 30px);
    padding: 3.6vw 0;
    border: none;
    display: inline-block;
    letter-spacing: 0.075em;
    box-sizing: border-box;
  }
  .l-header__link::after {
    content: "";
    width: 2vw;
    height: 2vw;
    border: 0;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    position: absolute;
    top: 50%;
    right: 2.2666666667vw;
    transform: rotate(45deg) translateY(-50%);
  }
  .l-header__link--has-child:after {
    display: none;
  }
}
@media screen and (max-width: 769px) {
  .l-header__link:hover {
    border-color: transparent;
  }
}
.l-header__link--active {
  color: #2A74BF;
}
@media screen and (max-width: 769px) {
  .l-header__link--active {
    color: white;
  }
  .l-header__link--active:before {
    display: none;
  }
}
.l-header__has-child:hover + .l-header__child-wrap {
  opacity: 1;
  z-index: 1;
  pointer-events: initial;
  height: auto;
}
.l-header__btn-wrap {
  margin-top: 1px;
  margin-right: 21px;
}
@media screen and (max-width: calc(1160px + 10vw)) {
  .l-header__btn-wrap {
    margin-top: 0.0708333333vw;
    margin-right: 1.4875vw;
  }
}
@media screen and (max-width: calc(1160px + 10vw)) and (max-width: 769px) {
  .l-header__btn-wrap {
    margin: 0;
  }
}
.l-header__btn {
  font-size: clamp(10px, 1.1333333333vw, 16px);
  display: inline-block;
  color: white;
  background: #2A74BF;
  transition: 0.3s;
  border: 1px solid #2A74BF;
  box-sizing: border-box;
  text-align: center;
  padding: 11px 41px;
  font-weight: bold;
}
@media screen and (max-width: calc(1160px + 10vw)) {
  .l-header__btn {
    padding: 0.7791666667vw 2.9041666667vw;
  }
}
.l-header__btn:hover {
  filter: brightness(0.8);
}
.l-header__drawer {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s;
  padding-top: 18.6666666667vw;
  box-sizing: border-box;
  z-index: -1;
  pointer-events: none;
  opacity: 0;
}
.l-header__drawer.js-open {
  opacity: 1;
  z-index: 900;
}
.l-header__drawer li {
  display: flex;
  justify-content: center;
}
.l-header__nav-link {
  color: white;
  font-size: clamp(14px, 3.7333333333vw, 28px);
  margin-bottom: 1em;
  display: inline-block;
}

/*お問い合わせ*/
.c-contact {
  border: 5px solid #2A74BF;
  background: white;
  filter: drop-shadow(0 7px 7px rgba(0, 0, 0, 0.16));
  width: 1064px;
  max-width: 100%;
  margin: 0 auto;
  padding: 34px 18px 28px;
  margin-top: -5px;
}
@media screen and (max-width: calc(1160px + 10vw)) {
  .c-contact {
    width: 75.3666666667vw;
    padding: 2.4083333333vw 1.275vw 1.9833333333vw;
    margin-top: -0.3541666667vw;
  }
}
@media screen and (max-width: calc(1160px + 10vw)) and (max-width: 769px) {
  .c-contact {
    width: 92vw;
    padding: 3.6vw 5.3333333333vw 4.6666666667vw;
  }
}
.c-contact__half {
  transform: translateY(50%);
}
@media screen and (max-width: 769px) {
  .c-contact__half {
    margin-top: -28.9333333333vw;
  }
}
.c-contact__inner {
  display: flex;
}
@media screen and (max-width: 769px) {
  .c-contact__inner {
    flex-direction: column;
  }
}
.c-contact__img {
  position: absolute;
  bottom: -6px;
  left: 16px;
  width: 180px;
}
@media screen and (max-width: calc(1160px + 10vw)) {
  .c-contact__img {
    bottom: -0.425vw;
    left: 1.1333333333vw;
    width: 12.75vw;
  }
}
@media screen and (max-width: calc(1160px + 10vw)) and (max-width: 769px) {
  .c-contact__img {
    width: 24vw;
    bottom: initial;
    left: 0;
  }
}
.c-contact__left {
  padding-right: 50px;
  border-right: 3px solid #2A74BF;
}
@media screen and (max-width: 769px) {
  .c-contact__left {
    border-right: none;
    display: flex;
    position: relative;
  }
}
.c-contact__phone {
  padding-left: 177px;
}
@media screen and (max-width: calc(1160px + 10vw)) {
  .c-contact__phone {
    padding-left: 12.5375vw;
  }
}
@media screen and (max-width: calc(1160px + 10vw)) and (max-width: 769px) {
  .c-contact__phone {
    padding-left: 20.6666666667vw;
    padding-bottom: 4.9333333333vw;
    border-bottom: 3px solid #2A74BF;
    margin-bottom: 5.2vw;
  }
}
.c-contact__num-img {
  width: 344px;
  margin-top: 10px;
  margin-left: 13px;
}
@media screen and (max-width: calc(1160px + 10vw)) {
  .c-contact__num-img {
    width: 24.3666666667vw;
    margin-top: 0.7083333333vw;
    margin-left: 0.9208333333vw;
  }
}
@media screen and (max-width: calc(1160px + 10vw)) and (max-width: 769px) {
  .c-contact__num-img {
    width: 45.8666666667vw;
    margin: 2vw auto 1.6vw;
    display: block;
    transform: translateX(0.4vw);
  }
}
.c-contact__txt {
  font-size: clamp(12px, 1.7vw, 24px);
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 769px) {
  .c-contact__txt {
    font-size: clamp(16px, 4.2666666667vw, 32px);
    white-space: nowrap;
    letter-spacing: 0;
    margin-top: 0.8vw;
  }
}
.c-contact__time {
  text-align: center;
  font-size: clamp(10px, 1.1333333333vw, 16px);
  margin-right: -40px;
  margin-top: 1px;
}
@media screen and (max-width: 769px) {
  .c-contact__time {
    margin-right: -2.8333333333vw;
  }
}
@media screen and (max-width: 769px) and (max-width: 769px) {
  .c-contact__time {
    margin-right: 1.8666666667vw;
    font-size: clamp(13px, 3.4666666667vw, 26px);
  }
}
.c-contact__btn-img {
  max-width: 310px;
  width: 21.9583333333vw;
  transition: 0.3s;
}
@media screen and (max-width: 769px) {
  .c-contact__btn-img {
    width: 80vw;
    max-width: 600px;
  }
}
.c-contact__btn-img:hover {
  filter: brightness(0.8);
}
.c-contact__right {
  margin-left: 60px;
}
@media screen and (max-width: calc(1160px + 10vw)) {
  .c-contact__right {
    margin-left: 4.25vw;
  }
}
@media screen and (max-width: calc(1160px + 10vw)) and (max-width: 769px) {
  .c-contact__right {
    margin-left: 0;
  }
}
.c-contact__btn-item:first-child {
  margin-bottom: 20px;
}
@media screen and (max-width: calc(1160px + 10vw)) {
  .c-contact__btn-item:first-child {
    margin-bottom: 1.4166666667vw;
  }
}
@media screen and (max-width: calc(1160px + 10vw)) and (max-width: 769px) {
  .c-contact__btn-item:first-child {
    margin-bottom: 3.8666666667vw;
  }
}

/*----------------------------------------
	footer
----------------------------------------*/
.l-footer {
  background: #2A74BF;
  color: white;
  padding: 33px 0;
}
@media screen and (max-width: calc(1160px + 10vw)) {
  .l-footer {
    padding: 2.3375vw 0;
  }
}
@media screen and (max-width: calc(1160px + 10vw)) and (max-width: 769px) {
  .l-footer {
    padding: 8vw 0;
  }
}
.l-footer__contact {
  background-image: url("../../assets/img/cmn/contact-bg.png");
  background-size: cover;
  padding: 103px 0;
}
@media screen and (max-width: calc(1160px + 10vw)) {
  .l-footer__contact {
    padding: 7.2958333333vw 0;
  }
}
@media screen and (max-width: calc(1160px + 10vw)) and (max-width: 769px) {
  .l-footer__contact {
    padding: 8.0533333333vw 0;
    background-image: url("../../assets/img/cmn/contact-bg_sp.png");
  }
}
.l-footer__logo-wrap {
  margin-bottom: 18px;
}
@media screen and (max-width: calc(1160px + 10vw)) {
  .l-footer__logo-wrap {
    margin-bottom: 1.275vw;
  }
}
@media screen and (max-width: calc(1160px + 10vw)) and (max-width: 769px) {
  .l-footer__logo-wrap {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 6.6666666667vw;
  }
}
.l-footer__logo-img {
  width: 21.9377916667vw;
  max-width: 309.71px;
}
@media screen and (max-width: 769px) {
  .l-footer__logo-img {
    width: 77.444vw;
    max-width: 580.03px;
  }
}
.l-footer__info {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 769px) {
  .l-footer__info {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.l-footer__overview {
  font-size: clamp(11px, cno(16), 16px);
  line-height: 1.5625;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 769px) {
  .l-footer__overview {
    font-size: clamp(15px, 4vw, 30px);
    margin-bottom: 5.4666666667vw;
  }
}
.l-footer__privacy {
  text-decoration: underline;
  letter-spacing: 0.03em;
  font-size: clamp(11px, cno(16), 16px);
  font-weight: 500;
}
@media screen and (max-width: 769px) {
  .l-footer__privacy {
    font-size: clamp(15px, 4vw, 30px);
  }
}
.l-footer__copyright {
  text-align: center;
  font-size: clamp(10px, 0.9916666667vw, 14px);
  padding: 10px 0;
}
@media screen and (max-width: calc(1160px + 10vw)) {
  .l-footer__copyright {
    padding: 0.7083333333vw 0;
  }
}
@media screen and (max-width: calc(1160px + 10vw)) and (max-width: 769px) {
  .l-footer__copyright {
    font-size: clamp(12px, 3.2vw, 24px);
    padding: 1.3333333333vw 0;
  }
}