@charset "UTF-8";
/* reset
----------------------------------------------- */
@import url("//cdn.jsdelivr.net/npm/destyle.css@1.0.15/destyle.css");
/* Yaku Han JP
----------------------------------------------- */
@import url("//cdn.jsdelivr.net/npm/yakuhanjp@3.4.1/dist/css/yakuhanjp.min.css");
/* Noto Sans JP
----------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap&subset=japanese");
/* Barlow Condensed
----------------------------------------------- */
/* Poppins
----------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@500;700&display=swap");
/* selection
----------------------------------------------- */
::selection {
  color: #fff;
  background: #3D4060;
}

/* lp
----------------------------------------------- */
.lp {
  /* min-width: 1280px; */
  width: 100%;
  color: #3D4060;
  font-family: "YakuHanJP", "Noto Sans JP", sans-serif;
  font-weight: 400;
  word-break: break-word;
  overflow: hidden;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-print-color-adjust: exact;
}

/* sp */
@media only screen and (max-width: 768px) {
  .lp {
    min-width: initial;
  }
}
/* a
----------------------------------------------- */
.lp a {
  color: #3D4060;
}
.lp a:hover {
  text-decoration: none;
  opacity: 1;
}

/* display
----------------------------------------------- */
/* pc */
@media only screen and (min-width: 769px) {
  .lp .pc {
    display: block;
  }
  .lp .sp {
    display: none;
  }
}
/* sp */
@media only screen and (max-width: 768px) {
  .lp .pc {
    display: none;
  }
  .lp .sp {
    display: block;
  }
}
/* h
----------------------------------------------- */
.lp h2 {
  margin-top: 50px;
  font-size: 32px;
  font-weight: 700;
  line-height: 2;
}
.lp h2::before {
  display: block;
  content: "";
  margin-top: calc((1 - 2) * .5em);
}
.lp h2::after {
  display: block;
  content: "";
  margin-bottom: calc((1 - 2) * .5em);
}

/* sp */
@media only screen and (max-width: 768px) {
  .lp h2 {
    font-size: 24px;
  }
}

/* c-sectiontitle
----------------------------------------------- */
.lp .c-sectiontitle {
  text-align: center;
}
.lp .c-sectiontitle__label {
  margin-bottom: 30px;
  color: #459DCA;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  text-indent: 0.04em;
  letter-spacing: 0.04em;
  line-height: 1;
}
.lp .c-sectiontitle__subject h2 {
  margin-top: 0;
}

/* c-button
----------------------------------------------- */
.lp .c-button {
  display: flex;
  align-items: center;
  position: relative;
  height: 72px;
  border: 1px solid #fff;
  border-radius: 72px;
  box-sizing: border-box;
  z-index: 1;
}
.lp .c-button:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 19px;
  margin-top: -16px;
  width: 32px;
  height: 32px;
  background-image: url("../img/arrow_icon.svg");
  background-position: -32px -96px;
  background-repeat: no-repeat;
  background-size: 128px 128px;
  z-index: 1;
}
.lp .c-button__label {
  padding: 0 51px 0 32px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

/* pc */
@media only screen and (min-width: 769px) {
  .lp .c-button {
    transition-property: background-color;
    transition-duration: 0.25s;
  }
  .lp .c-button:hover {
    background-color: #fff;
  }
  .lp .c-button:hover:after {
    background-position: -32px 0;
    transform: translateX(3px);
  }
  .lp .c-button:hover .c-button__label {
    color: #31BAB4;
  }
  .lp .c-button:after {
    transition-property: transform;
    transition-duration: 0.25s;
  }
  .lp .c-button__label {
    transition-property: color;
    transition-duration: 0.25s;
  }
}

/* c-contact
----------------------------------------------- */
.lp .c-contact {
  margin-top: 60px;
  color: #fff;
  text-align: center;
  border-radius: 16px;
  overflow: hidden;
}
.lp .c-contact__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.lp .c-contact__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 50%;
  height: 248px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
.lp .c-contact__item:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.lp .c-contact__item:first-child {
  background-image: url("../img/contact_image_form.jpg");
}
.lp .c-contact__item:first-child:after {
  background-color: rgba(49, 186, 180, 0.9);
}
.lp .c-contact__item:last-child {
  background-image: url("../img/contact_image_tel.jpg");
}
.lp .c-contact__item:last-child:after {
  background-color: rgba(69, 157, 202, 0.9);
}
.lp .c-contact__subject {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
.lp .c-contact__button {
  margin: 30px auto 0;
  width: 336px;
}
.lp .c-contact__tel {
  margin: 30px auto 0;
  width: 265px;
}
.lp .c-contact__tel a {
  pointer-events: none;
}
.lp .c-contact__tel img {
  display: block;
  width: 100%;
  height: auto;
}
.lp .c-contact__time {
  margin: 20px auto 0;
  width: 250px;
}
.lp .c-contact__time img {
  display: block;
  width: 100%;
  height: auto;
}

/* sp */
@media only screen and (max-width: 768px) {
  .lp .c-contact {
    margin-top: 50px;
  }
  .lp .c-contact__item {
    padding: 35px 0;
    width: 100%;
    height: auto;
  }
  .lp .c-contact__subject {
    font-size: 18px;
  }
  .lp .c-contact__button {
    max-width: 262px;
    width: 100%;
  }
  .lp .c-contact__tel {
    max-width: 209px;
    width: 100%;
  }
  .lp .c-contact__tel a {
    pointer-events: auto;
  }
  .lp .c-contact__time {
    max-width: 250px;
    width: 100%;
  }
}
/* tb */
@media only screen and (min-width: 640px) and (max-width: 769px) {
  .lp .c-contact__item {
    padding: 0;
    width: 50%;
    height: 248px;
  }
}

/* l-container
----------------------------------------------- */
.lp .l-container__outer {
  margin: 0 30px;
}
.lp .l-container__inner {
  margin: auto;
  padding: 130px 0 120px;
  max-width: 1040px;
}
.lp .l-container--compact .l-container__inner {
  padding: 100px 0;
}

/* sp */
@media only screen and (max-width: 768px) {
  .lp .l-container__outer {
    margin: 0 24px;
  }
  .lp .l-container__inner {
    max-width: initial;
  }
  .lp .l-container--compact .l-container__inner {
    padding: 90px 0;
  }
}
/* l-header
----------------------------------------------- */
.lp .l-header {
  position: relative;
  z-index: 10;
}
.lp .l-header__outer {
  margin: 0 30px;
}
.lp .l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
}
.lp .l-header__logotype {
  width: 188px;
}
.lp .l-header__logomark {
  width: 60px;
}
.lp .l-header img {
  display: block;
  width: 100%;
  height: auto;
}

/* sp */
@media only screen and (max-width: 768px) {
  .lp .l-header {
    box-shadow: 0 16px 64px rgba(20, 24, 67, 0.05);
  }
  .lp .l-header__outer {
    margin: 0 25px;
  }
  .lp .l-header__inner {
    height: 56px;
  }
  .lp .l-header__logomark {
    width: 64px;
  }
}
/* l-footer
----------------------------------------------- */
.lp .l-footer {
  border-top: 1px solid #DFE5E8;
  background-color: #F5F5F8;
}
.lp .l-footer__outer {
  position: relative;
  margin: 0 30px;
  z-index: 1;
}
.lp .l-footer__inner {
  margin: auto;
  padding: 60px 0;
  max-width: 1040px;
}
.lp .l-footer__columns {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.lp .l-footer__logotypo {
  margin-top: 25px;
  width: 230px;
}
.lp .l-footer__logotypo img {
  display: block;
  width: 100%;
  height: auto;
}
.lp .l-footer__logomark {
  width: 80px;
}
.lp .l-footer__logomark img {
  display: block;
  width: 100%;
  height: auto;
}
.lp .l-footer__copyright {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  background-color: #fff;
}
.lp .l-footer__copyright img {
  display: block;
  margin: auto;
  width: 85px;
  height: auto;
}
.lp .l-footer__pageup {
  position: absolute;
  right: 0;
  bottom: 70px;
  z-index: 1;
}

/* sp */
@media only screen and (max-width: 768px) {
  .lp .l-footer {
    padding-bottom: 72px;
  }
  .lp .l-footer__outer {
    margin: 0 30px;
  }
  .lp .l-footer__inner {
    padding: 50px 0;
    max-width: initial;
  }
  .lp .l-footer__columns {
    display: block;
  }
  .lp .l-footer__logotypo {
    margin-top: 25px;
  }
  .lp .l-footer__logomark {
    margin-top: 40px;
    width: 73px;
  }
  .lp .l-footer__pageup {
    right: -28px;
    bottom: 85px;
  }
}

/* p-contact
----------------------------------------------- */
.lp .p-contact {
  background-color: #EAF4F8;
}
/* p-floating
----------------------------------------------- */
.lp .p-floating {
  position: fixed;
  top: 50%;
  right: 0;
  margin-top: -123px;
  width: 102px;
  pointer-events: none;
  overflow: hidden;
  z-index: 2;
}
.lp .p-floating__button {
  width: 100%;
  height: 247px;
  border-radius: 24px 0 0 24px;
  background: linear-gradient(to right, #31bab4 0%, #459dca 100%);
  pointer-events: auto;
  transform: translateX(30px);
}
.lp .p-floating__button:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #31BAB4;
  border-radius: 24px 0 0 24px;
  z-index: 1;
  opacity: 0;
}
.lp .p-floating__link {
  display: block;
  position: relative;
  width: 72px;
  height: 100%;
  z-index: 2;
}
.lp .p-floating__link:after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  bottom: 25px;
  margin-left: -18px;
  width: 36px;
  height: 36px;
  background-image: url("../img/floating_icon.svg");
  background-repeat: no-repeat;
  background-size: 36px;
  z-index: 1;
}
.lp .p-floating__label {
  display: block;
  margin: auto;
  padding-top: 30px;
  width: 20px;
}
.lp .p-floating__label img {
  display: block;
  width: 100%;
  height: auto;
}

/* pc */
@media only screen and (min-width: 769px) {
  .lp .p-floating__button {
    transition-property: transform;
    transition-duration: 0.25s;
  }
  .lp .p-floating__button:hover {
    transform: translateX(20px);
  }
  .lp .p-floating__button:hover:after {
    opacity: 1;
  }
  .lp .p-floating__button:after {
    transition-property: opacity;
    transition-duration: 0.25s;
  }
}
/* sp */
@media only screen and (max-width: 768px) {
  .lp .p-floating {
    top: auto;
    left: 0;
    bottom: 0;
    margin-top: 0;
    padding: 12px 0;
    width: auto;
    background-color: #fff;
    box-shadow: 0 -6px 24px rgba(20, 24, 67, 0.06);
  }
  .lp .p-floating__button {
    margin: auto;
    width: 193px;
    height: 48px;
    border-radius: 48px;
    transform: translateX(0);
  }
  .lp .p-floating__link {
    display: flex;
    align-items: center;
    padding: 0 0 0 24px;
    width: 100%;
  }
  .lp .p-floating__link:after {
    top: 50%;
    left: auto;
    right: 12px;
    bottom: auto;
    width: 28px;
    height: 28px;
    margin-top: -14px;
    margin-left: 0;
    background-size: 28px 28px;
  }
  .lp .p-floating__label {
    margin: 0;
    padding: 0;
    width: 83px;
  }

  .t-basic-page__body {
    z-index: 2 !important;
  }
  .o-footer {
    padding-bottom: 72px;
  }
}