@charset "UTF-8";
.pcDisp,
.pc_only,
.pcDisp_lp {
  display: block;
}
@media screen and (max-width: 736px) {
  .pcDisp,
  .pc_only,
  .pcDisp_lp {
    display: none !important;
  }
}

.spDisp,
.sp_only,
.spDisp_lp {
  display: none !important;
}
@media screen and (max-width: 736px) {
  .spDisp,
  .sp_only,
  .spDisp_lp {
    display: block !important;
  }
}

/*----------------------------------------------
	Common
---------------------------------------------*/
@media screen and (max-width: 736px) {
  br.pcnone {
    display: inline !important;
  }
}

.clearfix {
  clear: both;
  display: block;
  overflow: hidden;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.wrapper {
  background-color: #ebf2f8;
  box-sizing: border-box;
  min-width: 1000px;
  width: 100%;
}
@media screen and (max-width: 736px) {
  .wrapper {
    min-width: 100%;
  }
}

.f_main {
  font-size: 16px;
}
.f_main.f_main-face_sclero {
  color: #000;
}
@media screen and (max-width: 736px) {
  .f_main.f_main-face_sclero .c_ttl {
    margin-left: 5.0666666667vw;
    margin-right: 5.0666666667vw;
  }
}
@media screen and (max-width: 736px) {
  .f_main.f_main-face_sclero .p_content__subttl {
    margin: 0 5.0666666667vw 1.3333333333vw;
  }
}
@media screen and (max-width: 736px) {
  .f_main.f_main-face_sclero .p_content__ttl {
    margin-bottom: 8vw;
  }
}

.l_wrapper {
  background-color: #fff;
  margin: 0 auto;
  max-width: 1000px;
  padding: 0 110px 50px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 736px) {
  .l_wrapper {
    max-width: 100%;
    padding: 0;
  }
}
.l_wrapper p {
  line-height: 1.7;
  margin-bottom: 0;
}
@media screen and (max-width: 736px) {
  .l_wrapper p .p_sec__last2 {
    margin-bottom: 7.4666666667vw;
  }
}
.l_wrapper.l_wrapper-secondary {
  margin: 0 auto;
  max-width: 895px;
  padding: 0 162.5px;
}
@media screen and (max-width: 736px) {
  .l_wrapper.l_wrapper-secondary {
    max-width: 100%;
    padding: 0;
  }
}

.p_content__ttl {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 736px) {
  .p_content__ttl {
    margin-bottom: 5.3333333333vw !important;
  }
}

.p-kv {
  height: 550px;
  position: relative;
  background: url(../images/kv-bg.webp) no-repeat center center/cover;
  padding-top: 153px;
  box-sizing: border-box;
}
@media screen and (max-width: 736px) {
  .p-kv {
    overflow: initial;
    background: white;
    height: 112vw;
    padding-top: 54vw;
    padding-left: 5.1vw;
    background: url(../images/kv-bg-sp.webp) center/cover no-repeat;
  }
}
.p-kv .p-kv__img {
  width: 900px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  pointer-events: none;
  transition: 0.7s;
  opacity: 0;
  transform: translateX(452px);
}
@media screen and (max-width: 736px) {
  .p-kv .p-kv__img {
    width: 100vw;
    transform: translateX(30%);
    top: -0.5333333333vw;
    margin: 0;
    left: initial;
    right: 0;
    z-index: 0;
  }
}
.p-kv .p-kv__img.anim {
  transform: translateX(400px);
  opacity: 1;
}
@media screen and (max-width: 736px) {
  .p-kv .p-kv__img.anim {
    transform: none;
  }
}
.p-kv .p-kv__img img.pcnone {
  display: none;
}
@media screen and (max-width: 736px) {
  .p-kv .p-kv__img img.pcnone {
    display: block;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 736px) {
  .p-kv .p-kv__img img.spnone {
    display: none;
  }
}
.p-kv .p-kv__box {
  max-width: 1000px;
  margin: 0 auto;
  transition: 0.5s;
  transition-delay: 0.4s;
  opacity: 0;
  transform: translateY(10px);
}
@media screen and (max-width: 736px) {
  .p-kv .p-kv__box {
    position: relative;
    z-index: 1;
  }
}
.p-kv .p-kv__box.anim {
  transform: none;
  opacity: 1;
}
.p-kv .p-kv__txt {
  color: #0085ce;
  font-size: 32px;
  line-height: 1.75;
  font-weight: bold;
  margin-bottom: 17px;
}
@media screen and (max-width: 736px) {
  .p-kv .p-kv__txt {
    font-size: 4.8vw;
    line-height: 1.5;
    margin-bottom: 4.2666666667vw;
  }
}
.p-kv .p-kv__ttl {
  color: #fff;
  font-size: 60px;
  font-family: serif;
  font-weight: bold;
  position: relative;
  margin-top: 0;
  margin-bottom: 30px;
  z-index: 1;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 736px) {
  .p-kv .p-kv__ttl {
    font-size: 6.4vw;
    margin-bottom: 5.2vw;
    letter-spacing: 0;
  }
}
.p-kv .p-kv__ttl::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: 360px;
  top: 7px;
  bottom: 0;
  margin: auto;
  width: 2000px;
  height: 132px;
  background: linear-gradient(to left, rgba(0, 134, 206, 0), rgb(0, 134, 206) 240px, rgb(0, 134, 206) 100%);
}
@media screen and (max-width: 736px) {
  .p-kv .p-kv__ttl::after {
    top: 1.0666666667vw;
    width: 100vw;
    height: 18.1333333333vw;
    left: -5.1vw;
    right: auto;
    background: linear-gradient(90deg, #1184ca 0%, #1184ca 43.33%, rgba(17, 132, 202, 0) 72.05%);
  }
}
.p-kv .p-kv__ttl .txt {
  display: block;
  font-size: 32px;
}
@media screen and (max-width: 736px) {
  .p-kv .p-kv__ttl .txt {
    font-size: 4.8vw;
  }
}
.p-kv .p-kv__txt2 {
  color: #0085ce;
  font-size: 32px;
  line-height: 1.75;
  font-weight: bold;
  margin-bottom: 40px;
}
@media screen and (max-width: 736px) {
  .p-kv .p-kv__txt2 {
    font-size: 4.8vw;
    line-height: 1.5;
    margin-bottom: 0;
  }
}
.p-kv .p-kv__txt2 .small01 {
  font-size: 0.69em;
}
@media screen and (max-width: 736px) {
  .p-kv .p-kv__txt2 .small01 {
    font-size: 1em;
  }
}

.p-lead .l_wrapper {
  padding-top: 44px;
  padding-bottom: 0;
}
@media screen and (max-width: 736px) {
  .p-lead .l_wrapper {
    padding: 53.3333333333vw 5.0666666667vw 0;
    width: auto;
  }
}
.p-lead .p-intro__inner {
  max-width: 1120px;
  gap: 37px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 736px) {
  .p-lead .p-intro__inner {
    display: block;
    position: relative;
  }
}
.p-lead .p-intro__img {
  max-width: 448px;
}
@media screen and (max-width: 736px) {
  .p-lead .p-intro__img {
    position: absolute;
    top: -62.9333333333vw;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
    width: 92vw;
    height: 58.9333333333vw;
  }
  .p-lead .p-intro__img img {
    width: 100%;
  }
}
.p-lead .p-intro__texts {
  max-width: 511px;
}
@media screen and (max-width: 736px) {
  .p-lead .p-intro__texts {
    white-space: initial;
    margin-right: 0;
    max-width: 100%;
  }
}
.p-lead .p-intro__texts__subtext {
  color: #111;
  font-size: 16px;
  font-weight: 300;
  line-height: 170%;
  margin-bottom: 16px;
}
@media screen and (max-width: 736px) {
  .p-lead .p-intro__texts__subtext {
    font-size: 4.2666666667vw;
    margin-bottom: 4.2666666667vw;
  }
}
.p-lead .p-intro__texts__maintext {
  color: #1184ca;
  font-size: 24px;
  font-weight: 600;
  line-height: 170%;
}
@media screen and (max-width: 736px) {
  .p-lead .p-intro__texts__maintext {
    font-size: 5.6vw;
  }
}
.p-lead .p-lead__box {
  position: relative;
  margin-top: 32px;
  padding: 24px 45px 29px;
  border: 24px solid #ebf2f8;
}
@media screen and (max-width: 736px) {
  .p-lead .p-lead__box {
    margin-top: 5.3333333333vw;
    padding: 5.3333333333vw 3.2vw;
    border-width: 2.6666666667vw;
  }
}
.p-lead .p-lead__box_ttl {
  position: relative;
  z-index: 2;
  margin: 0;
  font-size: 32px;
  font-weight: 600;
  color: #1184ca;
}
@media screen and (max-width: 736px) {
  .p-lead .p-lead__box_ttl {
    font-size: 4.8vw;
  }
}
.p-lead .p-lead__box_list {
  width: 504px;
  margin-top: 30px;
}
@media screen and (max-width: 736px) {
  .p-lead .p-lead__box_list {
    width: 100%;
    margin-top: 5.3333333333vw;
  }
}
.p-lead .p-lead__box_list_item {
  position: relative;
  z-index: 2;
  padding-left: 30px;
  font-size: 23px;
  margin: 0;
  box-sizing: border-box;
  font-weight: 300;
  line-height: 150%;
}
@media screen and (max-width: 736px) {
  .p-lead .p-lead__box_list_item {
    font-size: 4.8vw;
    padding-left: 8vw;
  }
}
.p-lead .p-lead__box_list_item::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 27px;
  height: 29px;
  background: url("../images/icon-checkbox.webp") center/contain no-repeat;
}
@media screen and (max-width: 736px) {
  .p-lead .p-lead__box_list_item::before {
    top: -0.5333333333vw;
    left: 0;
    width: 7.2vw;
    height: 7.7333333333vw;
  }
}
.p-lead .p-lead__box_list_item:not(:first-child) {
  margin-top: 14px;
}
@media screen and (max-width: 736px) {
  .p-lead .p-lead__box_list_item:not(:first-child) {
    margin-top: 4vw;
  }
}
.p-lead .p-lead__box_img {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  width: 518px;
}
.p-lead .p-lead__box_img img {
  width: 100%;
}
@media screen and (max-width: 736px) {
  .p-lead .p-lead__box_img {
    bottom: initial;
    top: 0;
    width: 45.0666666667vw;
  }
}

.p-video .l_wrapper {
  padding-top: 50px;
  padding-bottom: 0px;
}
@media screen and (max-width: 736px) {
  .p-video .l_wrapper {
    padding-top: 8vw;
  }
}
.p-video .p-video__inner {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 736px) {
  .p-video .p-video__inner {
    display: block;
    max-width: 100%;
  }
}
.p-video .p-video__content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
  background: #ebf2f8;
  padding: 24px 0;
}
@media screen and (max-width: 736px) {
  .p-video .p-video__content {
    gap: 4.2666666667vw 3.7333333333vw;
    padding: 6.4vw 0;
  }
}
.p-video .video__wrap {
  width: 270px;
  height: 480px;
  border-radius: 16px;
  position: relative;
  cursor: pointer;
}
.p-video .video__wrap video {
  width: 100%;
  height: auto;
  border-radius: 16px;
}
@media screen and (max-width: 736px) {
  .p-video .video__wrap video {
    border-radius: 4.2666666667vw;
  }
}
@media screen and (max-width: 736px) {
  .p-video .video__wrap {
    width: 44.2666666667vw;
    height: 78.6666666667vw;
    border-radius: 4.2666666667vw;
  }
}
.p-video .video-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 56px;
  height: 56px;
}
@media screen and (max-width: 736px) {
  .p-video .video-arrow {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}

:where(button) {
  background: none;
  border: none;
  border-radius: 0;
  appearance: none;
  outline: none;
}

:where(dialog) {
  width: unset;
  max-width: unset;
  height: unset;
  max-height: unset;
  padding: unset;
  color: unset;
  background-color: unset;
  border: unset;
  overflow: unset;
}

body:has(dialog[open]) {
  overflow: hidden;
}

/* モーダルのスタイル */
.video-modal {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  /* ↑dialogタグにはposition(relativeも), display flexやgridなどを指定✖︎、↓コンテナで指定 */
}
.video-modal.is-open {
  opacity: 1;
}
.video-modal.is-open::backdrop {
  opacity: 1;
}
.video-modal::backdrop {
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(6px);
  transition: opacity 0.3s ease-in-out;
}
.video-modal__container {
  height: 100vh;
  overflow-y: auto;
  display: grid;
  place-content: center;
}
.video-modal__content {
  position: relative;
}
.video-modal__content video {
  max-height: 90vh;
  border-radius: 16px;
}
@media screen and (max-width: 736px) {
  .video-modal__content video {
    max-width: 85vw;
  }
}
.video-modal__close-btn {
  position: absolute;
  top: 0;
  right: -100px;
  width: 80px;
  height: 80px;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 736px) {
  .video-modal__close-btn {
    top: -40px;
    right: 0;
    width: 30px;
    height: 30px;
  }
}
.video-modal__close-btn::before, .video-modal__close-btn::after {
  content: "";
  position: absolute;
  width: inherit;
  height: 2px;
  background: #fff;
}
.video-modal__close-btn::before {
  transform: rotate(45deg);
}
.video-modal__close-btn::after {
  transform: rotate(-45deg);
}

.p-case .l_wrapper {
  padding-top: 50px;
  padding-bottom: 0px;
}
@media screen and (max-width: 736px) {
  .p-case .l_wrapper {
    padding-top: 8vw;
  }
}
.p-case .p-case__inner {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 736px) {
  .p-case .p-case__inner {
    display: block;
    max-width: 100%;
  }
}
.p-case .p-case__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  background: #ebf2f8;
  padding: 32px 48px;
}
@media screen and (max-width: 736px) {
  .p-case .p-case__content {
    gap: 4.2666666667vw;
    padding: 6.4vw 5.0666666667vw;
  }
}
.p-case .p-case__content .per .txt {
  margin: 0;
  margin-top: 8px;
  font-size: 11px;
  line-height: 1.5;
}
@media screen and (max-width: 736px) {
  .p-case .p-case__content .per .txt {
    margin-top: 1.0666666667vw;
    font-size: 2.6666666667vw;
    line-height: 1.3;
  }
}

.p-about .l_wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 736px) {
  .p-about .l_wrapper {
    padding: 8vw 0 8vw;
  }
}
.p-about .p_content__ttl {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 736px) {
  .p-about .p_content__ttl {
    margin-bottom: 5.3333333333vw !important;
  }
}
.p-about .p-about__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px 2%;
  margin-bottom: 40px;
}
@media screen and (max-width: 736px) {
  .p-about .p-about__list {
    flex-direction: column;
    margin: 0 5.0666666667vw 5.3333333333vw;
    gap: 2.6666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
.p-about .p-about__list_item {
  position: relative;
  width: 32%;
  margin-bottom: 0;
}
@media screen and (max-width: 736px) {
  .p-about .p-about__list_item {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    padding-top: 8vw;
  }
}
@media screen and (max-width: 736px) {
  .p-about .p-about__list_item .img {
    width: 48%;
  }
}
.p-about .p-about__list_item .point {
  position: absolute;
  top: 0;
  left: 0;
  width: 84px;
  font-size: 18px;
  height: 30px;
  line-height: 1.67em;
  font-family: serif;
  font-weight: bold;
  background: #0085ce;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 736px) {
  .p-about .p-about__list_item .point {
    width: 22.4vw;
    font-size: 4.8vw;
    height: 8vw;
  }
}
.p-about .p-about__list_item .txt {
  font-size: 18px;
  min-height: 70px;
  font-weight: bold;
  line-height: 1.5;
  background: #0085ce;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 736px) {
  .p-about .p-about__list_item .txt {
    flex: 1;
    font-size: 4.2666666667vw;
    min-height: 18.6666666667vw;
    text-align: left;
    padding: 0 2.1333333333vw;
    display: flex;
    align-items: center;
  }
}
.p-about .p-about__wrap {
  background: #f2f9fd;
  display: flex;
  justify-content: space-between;
  padding: 30px 50px;
}
@media screen and (max-width: 736px) {
  .p-about .p-about__wrap {
    flex-direction: column;
    padding: 6.1333333333vw 5.0666666667vw;
  }
}
.p-about .p-about__wrap_box {
  width: 505px;
}
@media screen and (max-width: 736px) {
  .p-about .p-about__wrap_box {
    display: contents;
    width: 100%;
  }
}
@media screen and (max-width: 736px) {
  .p-about .p-about__wrap_box .p-about__wrap_box_txt {
    order: 2;
    font-size: 4.2666666667vw;
  }
}
.p-about .p-about__wrap_box_ttl {
  margin-top: 0;
  border-bottom: 1px solid #0085ce;
  letter-spacing: 1px;
  margin-bottom: 30px;
  font-size: 24px;
  color: #1a1a1a;
  font-weight: 600;
  line-height: 175%;
}
@media screen and (max-width: 736px) {
  .p-about .p-about__wrap_box_ttl {
    order: 0;
    border-bottom: 0.2666666667vw solid #0085ce;
    letter-spacing: 0.2666666667vw;
    margin-bottom: 4.8vw;
    font-size: 5.6vw;
  }
}
.p-about .p-about__wrap_box_ttl span {
  color: #1184ca;
}
.p-about .p-about__wrap_img {
  width: 355px;
}
.p-about .p-about__wrap_img img {
  width: 100%;
}
@media screen and (max-width: 736px) {
  .p-about .p-about__wrap_img {
    width: 100%;
    margin: 0 auto 3.7333333333vw;
    order: 1;
  }
}
.p-about .p-about__list__heading {
  color: #1184ca;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 175%; /* 42px */
  padding-bottom: 24px;
}
@media screen and (max-width: 736px) {
  .p-about .p-about__list__heading {
    color: #1184ca;
    font-size: 4.8vw;
    text-align: left;
    padding: 0 5.0666666667vw 5.3333333333vw;
  }
}

@media screen and (max-width: 736px) {
  .p-reason .p-reason__cards {
    padding: 0 5.0666666667vw 8vw;
  }
}
.p-reason .p-reason__card {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 736px) {
  .p-reason .p-reason__card {
    display: grid;
    gap: 0;
  }
}
.p-reason .p-reason__card:nth-of-type(even) {
  flex-direction: row-reverse;
}
.p-reason .p-reason__card:not(:last-of-type) {
  margin-bottom: 24px;
}
@media screen and (max-width: 736px) {
  .p-reason .p-reason__card:not(:last-of-type) {
    margin-bottom: 6.4vw;
  }
}
.p-reason .p-reason__img {
  max-width: 450px;
}
@media screen and (max-width: 736px) {
  .p-reason .p-reason__img {
    order: 2;
    margin-bottom: 2.1333333333vw;
    max-width: 100%;
  }
}
.p-reason .p-reason__img img {
  width: 100%;
}
.p-reason .p-reason__texts {
  max-width: 510px;
  width: 100%;
}
@media screen and (max-width: 736px) {
  .p-reason .p-reason__texts {
    display: contents;
  }
}
.p-reason .p-reason__texts__causes {
  border-bottom: 1px solid #1184ca;
  margin-bottom: 16px;
}
@media screen and (max-width: 736px) {
  .p-reason .p-reason__texts__causes {
    order: 1;
    margin-bottom: 2.1333333333vw;
  }
}
.p-reason .p-reason__texts__cause {
  color: #fff;
  font-weight: 600;
  line-height: 100%;
  font-size: 18px;
  border-radius: 8px 8px 0px 0px;
  width: 73px;
  height: 30px;
  background: #1184ca;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 736px) {
  .p-reason .p-reason__texts__cause {
    font-size: 4.8vw;
    border-radius: 2.1333333333vw 2.1333333333vw 0px 0px;
    width: 19.4666666667vw;
    height: 8vw;
  }
}
.p-reason .p-reason__texts__cause span {
  margin-left: 4px;
}
@media screen and (max-width: 736px) {
  .p-reason .p-reason__texts__cause span {
    margin-left: 1.0666666667vw;
  }
}
.p-reason .p-reason__texts__title {
  color: #1184ca;
  font-size: 32px;
  font-weight: 600;
  line-height: 150%;
  padding-bottom: 24px;
}
@media screen and (max-width: 736px) {
  .p-reason .p-reason__texts__title {
    order: 3;
    font-size: 5.6vw;
    padding-bottom: 2.1333333333vw;
  }
}
.p-reason .p-reason__texts__text {
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 300;
  line-height: 170%;
}
@media screen and (max-width: 736px) {
  .p-reason .p-reason__texts__text {
    order: 3;
    font-size: 4.2666666667vw;
  }
}

.price-section {
  margin-bottom: 0px !important;
}
@media screen and (max-width: 736px) {
  .price-section {
    padding-bottom: 8vw !important;
  }
}/*# sourceMappingURL=style.css.map */