@charset "UTF-8";
/* ---------------

   トップページ

   --------------- */


/* #header
-------------------------------------------------- */



/* .content-container
-------------------------------------------------- */
:root {
  --easing: cubic-bezier(.2, 1, .2, 1);
  --transition: .8s var(--easing);
  --color-base: #f8f8f8;
  --color-gray: #ddd;
  --color-theme: #1363DF;
  --color-theme-darken: #f12617;
  --box-shadow: .8rem .8rem 1.2rem rgba(0, 0, 0, .05), -.8rem -.8rem 1.2rem #fff;
  --box-shadow-hover: 1rem 1rem 1.5rem rgba(0, 0, 0, .08), -1rem -1rem 1.5rem #fff;
  --box-shadow-inset: inset .8rem .8rem 1.2rem rgba(0, 0, 0, .05), inset -.8rem -.8rem 1.2rem #fff;
  --box-shadow-dark: .8rem .8rem 1.2rem rgba(0, 0, 0, .1), -.8rem -.8rem 1.2rem rgba(#fff,.2);
}
.p-home-visual,
.p-home-visual__inner {
  position: relative;
}
[class*=swiper]:focus {
  outline: none;
}
.slide-media {
  position: relative;
  overflow: hidden;
}
.slide-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  object-position: 0% 0%;
}
.swiper-fade .swiper-slide {
  -webkit-transition-property: opacity, -webkit-transform !important;
  transition-property: opacity, -webkit-transform !important;
  transition-property: opacity, transform !important;
  transition-property: opacity, transform, -webkit-transform !important;
  pointer-events: none;
}
.slide-media {
  height: 720px;
}
.slide-media img {
  -webkit-transition: 7s 1s ease-out;
  transition: 7s 1s ease-out;
}
.slide-media {
  position: relative;
}
/*.slide-media::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(35,55,77,.4);
  top: 0;
}*/
.swiper-slide[class*=-active] .slide-media img {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.swiper-slide[class*=-active] .slide-title {
  -webkit-animation: carousel-fadeIn 2s 0.5s var(--easing) both;
          animation: carousel-fadeIn 2s 0.5s var(--easing) both;
}
  @-webkit-keyframes carousel-fadeIn {
    0% {
      -webkit-transform: scale(0.5);
              transform: scale(0.5);
      opacity: 0;
      -webkit-filter: blur(300px);
              filter: blur(300px);
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
      opacity: 1;
      -webkit-filter: blur(0);
              filter: blur(0);
    }
  }

  @keyframes carousel-fadeIn {
    0% {
      -webkit-transform: scale(0.5);
              transform: scale(0.5);
      opacity: 0;
      -webkit-filter: blur(300px);
              filter: blur(300px);
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
      opacity: 1;
      -webkit-filter: blur(0);
              filter: blur(0);
    }
  }

  @media only screen and (max-width: 1024px) {
    .pc {
      display: none !important;
    }
    .p-home-visual__carousel {
    }
    .slide-media {
      height: max(72vh, 72vw);
    }
  }
  @media only screen and (max-width: 599px) {
    .pc-tab {
      display: none !important;
    }
    .slide-title {
      font-size: 2.8rem;
      right: 4rem;
      margin-left: 6rem;
    }
  }
  @media only screen and (min-width: 1025px) {
    .tab-sp {
      display: none !important;
    }
    .swiper-button-prev::before, .swiper-button-next::before {
      -webkit-transition: var(--transition);
      transition: var(--transition);
    }
    .swiper-button-prev:hover::before, .swiper-button-next:hover::before {
      -webkit-transform: scale(1.2);
              transform: scale(1.2);
    }
  }
  @media only screen and (min-width: 600px) {
    .sp {
      display: none !important;
    }
  }

.p-home-visual__contents {
  margin: 0 clamp(24px, 0.591rem + 4.55vw, 64px) 0;
  position: absolute;
  z-index: 1;
  left: 0px;
  bottom: clamp(56px, 2.591rem + 4.55vw, 96px);
  /*color: #fff;*/
}
.p-home-visual__contents::after {
  --sample-color: 255, 255, 255;
  aspect-ratio: 1 / 1;
  background: radial-gradient(circle, rgb(var(--sample-color)), rgba(var(--sample-color), .8));
  border-radius: 50%;
  filter: blur(50px);
  width: min(100%, 400px);
  content: '';
  position: absolute;
  top: -80px;
  right: 0;
  bottom: 0;
  left: -80px;
  z-index: -1;
}
.p-home-visual__main {
  font-size: clamp(1.6rem, 0.818rem + 0.91vw, 2.4rem);
  font-weight: bold;
}
.p-home-visual__name {
  font-size: clamp(2.2rem, 0.784rem + 2.95vw, 4.8rem);
  display: block;
  margin-top: 24px;
  position: relative;
  z-index: 0;
}
.p-home-visual__emphasis{
   text-emphasis: dot #1363df;
   -webkit-text-emphasis: dot #1363df;
}
.p-home-visual__line {
  color: #1363df;
  text-decoration: underline;
  text-underline-offset: 8px;
  text-decoration-thickness: 1px;
  margin-right: 4px;
}
.p-home-visual__desc {
  margin-top: 24px;
}
.p-home-visual__desc span {
  display: inline-block;
}
.p-home-visual__action {
  margin-top: clamp(40px, 1.955rem + 2.73vw, 64px);
}
.p-home-visual__button a {
  width: 64%;
}

@media screen and (max-width: 399px) {
.p-home-visual__desc,
.p-home-visual__info {
  font-size: clamp(1.2rem, 1.055rem + 0.73vw, 1.6rem);
}
.p-home-visual__feature:not(:first-of-type) {
  margin-top: 8px;
}
.p-home-visual__feature:not(:last-of-type) {
  margin-right: 8px;
}
.p-home-visual__cta {
  background-color: #F7F7F7;
  padding: clamp(24px, 0.955rem + 2.73vw, 48px);
  margin: clamp(56px, 2.955rem + 2.73vw, 80px) clamp(24px, 0.773rem + 3.64vw, 56px);
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
}

@media screen and (min-width: 400px) {
.p-home-visual__info {
  display: flex;
  flex-diretion: row;
  flex-wrap: wrap;
}
.p-home-visual__feature:not(:last-of-type) {
  margin-right: 8px;
}
.p-home-visual__cta {
  width: 80vw;
  background-color: #F7F7F7;
  padding: clamp(40px, 1.955rem + 2.73vw, 64px);
  margin: clamp(56px, 2.591rem + 4.55vw, 96px) auto;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.-top .p-cta__number,
.-top .p-cta__icon {
  font-size: clamp(2.4rem, 2.109rem + 1.45vw, 3.2rem);
}
.p-home-modal__button, {
  width: 50%;
}
}

.p-home-visual__feature {
  font-size: clamp(1.4rem, 1.327rem + 0.36vw, 1.6rem);
  color: #fff;
  background-color: #06273D;
  text-align: center;
  padding: 4px 16px 6px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  display: inline-block;
}
.-top .p-cta__contents {
  margin-top: 16px;
}
.-top .p-cta__unit {
  margin-top: 4px;
}
.-top .p-cta__number {
  line-height: 1;
  margin-top: 8px;
}
.-top .p-cta__time,
.-estimate .p-cta__time {
  font-size: clamp(1.4rem, 1.327rem + 0.36vw, 1.6rem);
}
.-top .p-cta__day,
.-top .p-cta__holiday,
.-estimate .p-cta__day,
.-estimate .p-cta__holiday {
  font-size: clamp(1rem, 0.855rem + 0.73vw, 1.4rem);
}
.-top .p-cta__number,
.-top .p-cta__icon,
.-estimate .p-cta__number,
.-estimate .p-cta__icon {
  font-size: clamp(2rem, 1.564rem + 2.18vw, 3.2rem);
}
.-top .p-cta__icon {
  line-height: 1.6;
}
.-top .p-cta__text {
  font-size: clamp(1.4rem, 1.327rem + 0.36vw, 1.6rem);
}
.p-head-block__text {
  margin-top: clamp(16px, 0.636rem + 1.82vw, 32px);
}
.-bg.-service.p-home-block {
  position: relative;
  z-index: 0;
}
.-bg.-service.p-home-block::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(../images/index_service_bg01_sp.jpg) no-repeat 50% 0% / cover;
  z-index: -1;
}
/*.-bg.-service.p-home-block::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 40px;
  right: 8px;
  background: url(../images/index_service_bg02.png) no-repeat 100% 0% / 40%;
  z-index: -1;
  filter: drop-shadow(8px -4px 16px rgba(0,0,0,0.2));
}*/
.-bg.-service.p-home-block::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: -16px;
  right: 8px;
  background: url(../images/index_service_bg03.png) no-repeat 100% 0% / 40%;
  z-index: -1;
  filter: drop-shadow(8px -4px 16px rgba(0,0,0,0.2));
}
.p-home-service__block,
.p-home-feature__block {
  margin-top: clamp(40px, 1.955rem + 2.73vw, 64px);
}
.p-service-panel {
  background-color: #fff;
  padding: clamp(32px, 1.455rem + 2.73vw, 56px);
  box-shadow: 8px 12px 32px rgba(0,0,0,0.02);
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}
.p-service-panel:not(:first-of-type) {
  margin-top: 24px;
}
.p-service-panel__title {
  color: #1363DF;
  font-size: clamp(1.8rem, 0.898rem + 1.14vw, 2.8rem);
  font-weight: bold;
  position: relative;
}
.p-service-panel__title:before {
  position: absolute;
  bottom: -16px;
  left: 0;
  width: 40px;
  height: 3px;
  content: '';
  background: #1363DF;
}
.p-service-panel__list {
  margin: 40px 0 0 1em;
  list-style-type: disc;
}
.p-service-panel__item:not(:first-of-type) {
  margin-top: 4px;
}
.p-home-service__more {
  margin-top: clamp(24px, 1.136rem + 1.82vw, 40px);
}
.p-home-feature__figure {
  position: relative;
  z-index: 0;
}
.p-home-feature__number {
  font-family: 'Roboto', sans-serif;
  font-size: clamp(2rem, 1.159rem + 0.45vw, 2.4rem);
  line-height: 18px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  display: block;
  padding: 8px 12px 10px;
  background-color: #1363DF;
  position: absolute;
  left: 0;
  bottom: 0;
}
.p-home-feature__number::before {
  content: "特長";
  font-size: clamp(1rem, 0.534rem + 0.45vw, 1.4rem);
  display: block;
}
.p-home-feature__title {
  font-size: clamp(2rem, 1.068rem + 0.91vw, 2.8rem);
  margin-top: clamp(24px, 1.136rem + 1.82vw, 40px);
}
.p-home-feature__point:not(:first-of-type) {
  margin-top: clamp(40px, 1.955rem + 2.73vw, 64px);
}
.p-home-feature__text {
  margin-top: clamp(8px, 0.136rem + 1.82vw, 24px);
}
.-bg.-facility.p-home-block {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.-bg.-facility.p-home-block::after {
  content: '';
  width: 100%;
  height: calc(100% - 160px);
  background: url(../images/index_service_bg01_sp.jpg) no-repeat 50% 0% / cover;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1; 
}
.p-home-facility__more {
  margin-top: clamp(40px, 1.955rem + 2.73vw, 64px);
}
.p-home-facility__contents {
  position: relative;
  height: clamp(400px, 12.5rem + 62.5vw, 800px);
  margin-top: 40px;
  margin-right: calc(50% - 50vw);
}
.-main.p-home-facility__carousel {
  margin-left: clamp(56px, -4.75rem + 41.25vw, 320px);
}
.-main.p-home-facility__carousel .slide-media {
  height: clamp(340px, 9.375rem + 59.38vw, 720px);
}
.-sub.p-home-facility__carousel {
  position: absolute;
  left: clamp(8px, -3.125rem + 18.13vw, 124px);
  bottom: 0;
  width: clamp(140px, 3.75rem + 25vw, 300px);
}
.-sub.p-home-facility__carousel .slide-media {
  height: clamp(200px, 6.25rem + 31.25vw, 400px);
}
.-full.-all .p-home-block__inner {
  padding: 0;
}
.-bg.p-home-info__block {
  padding: clamp(56px, 2.591rem + 4.55vw, 96px) clamp(24px, 0.591rem + 4.55vw, 64px);
  color: #fff;
}
.-bg.-company.p-home-info__block,
.-bg.-recruit.p-home-info__block {
  position: relative;
  z-index: 0;
  background: url(../images/index_company_bg.jpg) no-repeat 32% 0% / cover;
}
.-bg.-recruit.p-home-info__block {
  background: url(../images/index_recruit_bg.jpg) no-repeat 32% 0% / cover;
}
.-bg.p-home-info__block::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(35,55,77,.4);
  top: 0;
  left: 0;
  z-index: -1;
}
.p-home-info__list {
  margin-top: 40px;
}
.p-home-info__item:not(:first-of-type) {
  margin-top: 16px;
}

@media screen and (min-width: 520px) {
.-flex.p-home-feature {
  display: flex;
  flex-diretion: row;
}
.-writing_vertical.p-home-feature__heading {
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
}
.p-home-feature__block {
  padding-left: clamp(48px, 1.471rem + 4.71vw, 80px);
  margin: 0 0 0 clamp(24px, 0.735rem + 2.35vw, 40px);
  border-left: solid 1px #DBDCDC;
}
}


@media screen and (min-width: 600px) {
.p-home-visual__cta {
  width: 64vw;
}
.p-home-visual__button a {
  width: 40%;
}
.-flex.p-service-panel__list {
  display: flex;
  flex-diretion: row;
  flex-wrap: wrap;
}
.p-service-panel__list {
  margin: 40px 0 0 1em;
  list-style-type: disc;
}
.p-service-panel__item:not(:first-of-type) {
  margin-top: 8px;
}
.p-service-panel__item {
  margin-top: 8px;
  width: calc(50% - 40px);
}
.-flex.p-home-info__list {
  display: flex;
  flex-diretion: row;
  flex-wrap: wrap;
}
.p-home-info__item:not(:first-of-type) {
  margin-top: 0;
}
.p-home-info__item {
  margin-right: 40px;
}
}

@media screen and (min-width: 960px) {
.p-home-visual__carousel {
  margin-left: 32vw;
}
.p-home-visual__contents {
  width: 50vw;
  margin: 0 0 0 clamp(24px, 0.591rem + 4.55vw, 64px);
}
.p-home-visual__contents::after {
  --sample-color: 255, 255, 255;
  aspect-ratio: 1 / 1;
  background: radial-gradient(circle, rgb(var(--sample-color)), rgba(var(--sample-color), .8));
  border-radius: 50%;
  filter: blur(50px);
  width: min(100%, 800px);
  content: '';
  position: absolute;
  top: 0px;
  right: 0;
  bottom: 0;
  left: 0px;
  z-index: -1;
}
.p-home-visual__button a {
  width: 80%;
}
.p-home-visual__cta {
  width: auto;
  margin-right: clamp(24px, 0.773rem + 3.64vw, 56px);
  margin-left: clamp(24px, 0.773rem + 3.64vw, 56px);
}
.-top .p-cta__block:not(:first-of-type) {
  border-left: solid 1px #333;
}
.-top .p-cta__block.-tel {
  flex-grow: 0.8;
}
.-top .p-cta__block.-form {
  flex-grow: 1;
}
.-flex.p-home-service__block {
  display: flex;
  flex-diretion: row;
}
.p-service-panel {
  flex-basis: 60%;
}
.p-service-panel:last-of-type {
  flex-basis: 40%;
}
.p-service-panel:not(:first-of-type) {
  margin-top: 0;
}
.p-service-panel__item {
  flex-basis: 50%;
}
.-flex.p-service-panel__list {
  display: flex;
  flex-diretion: row;
  flex-wrap: wrap;
}
.-writing_vertical.p-home-feature__heading {
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb;
}
.p-home-feature__heading {
  text-align: center;
}
.-flex.p-home-feature {
  display: block;
}
.p-home-feature__block {
  padding-left: 0;
  margin: clamp(40px, 1.955rem + 2.73vw, 64px) 0 0 0;
  border-left: none;
}
.-flex.p-home-feature__list {
  display: flex;
  justify-content: space-between;
}
.p-home-feature__point:not(:first-of-type) {
  margin-top: 0;
}
.p-home-feature__point {
  width: calc((100% - 80px) / 3);
}
.p-home-facility {
  height: 560px;
}
.-facility .p-head-block {
  width: 32vw;
}
.p-home-facility__contents {
  width: 560px;
  height: 640px;
  position: absolute;
  right: 0;
  top: clamp(56px, 2.591rem + 4.55vw, 96px);
  margin-top: 0;
}
.-main.p-home-facility__carousel {
  margin-left: 80px;
}
.-main.p-home-facility__carousel .slide-media {
  height: 560px;
}
.-sub.p-home-facility__carousel {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 240px;
}
.-sub.p-home-facility__carousel .slide-media {
  height: 320px;
}
.-flex.p-home-info__contents {
  display: flex;
  flex-diretion: row;
}
.p-home-info__block {
  flex-basis: 50%;
}
.-cta .p-home-block__inner {
  padding-bottom: 0;
  margin-left: 40vw;
}
.-cta.p-home-block {
  position: relative;
  z-index: 0;
}
.-bg.-cta.p-home-block::after {
  content: '';
  width: 100%;
  height: 16%;
  background-color: #fff;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
}

@media screen and (min-width: 960px) {
/* キャンパス設定 */
.p-scroll {
  width: 100px;
  height: 100%;
  /*border-radius: 5px;
  box-shadow: 0 2px 30px #999;
  background: #fff;*/
  position: absolute;
  overflow: hidden;
  right: 0px;
  top: 0px;
  background-color: #fff;
}

/* アニメーション設定 */
.p-scroll__inner {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 180px;
}

.p-scroll__content p {
  font-size: 12px;
  text-align: end;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.p-scroll__arrow {
  width: 1px;
  height: 100px;
  margin: 50px auto 0;
  background-color: #eee;
  position: relative;
  overflow: hidden;
}

.p-scroll__arrow::before {
  content: '';
  width: 1px;
  height: 100px;
  margin: 50px auto 0;
  background-color: #000;
  position: absolute;
  top: -150px;
  left: 0;
  -webkit-animation: arrow 2.5s ease 0s infinite normal;
  animation: arrow 2.5s ease 0s infinite normal;
}

@keyframes arrow {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }

  60% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0);
  }

  100% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0);
  }
}
}


@media screen and (min-width: 1200px) {
.p-home-visual {
  overflow: hidden;
}
.p-home-visual__inner,
.p-home-visual__cta {
  margin: 0 10%;
}
.p-home-visual__inner {
  padding: 80px 0 160px;
}
/*.p-home-visual__inner {
  padding-left: calc(50vw - 50%);
  margin-right: calc(50% - 50vw);
}*/
.p-home-visual__carousel {
  margin-right: calc(50% - 50vw);
}
.p-home-visual__carousel {
  /*margin-left: 40vw;*/
}
.slide-media::after {
  background: none;
}
.p-home-visual__contents {
  width: 48vw;
  margin: 0;
  color: #333;
  bottom: 280px;
}
.p-home-visual__contents::after {
  --sample-color: 255, 255, 255;
  aspect-ratio: 1 / 1;
  background: radial-gradient(circle, rgb(var(--sample-color)), rgba(var(--sample-color), .8));
  border-radius: 50%;
  filter: blur(50px);
  width: min(100%, 400px);
  content: '';
  position: absolute;
  top: 0;
  right: -80px;
  bottom: auto;
  left: auto;
  z-index: -1;
}
.p-home-visual__button a {
  width: 40%;
}
.p-home-visual__cta {
  width: 34vw;
  position: absolute;
  bottom: clamp(56px, 2.591rem + 4.55vw, 96px);
  right: clamp(24px, 0.591rem + 4.55vw, 64px);
  z-index: 1;
  display: none;
}
.-top .p-cta__contents {
  display: block;
  border-left: none;
  padding-left: 0;
  margin-left: 0;
}
.-top .p-cta__block:not(:first-of-type) {
  border-left: none;
  margin: clamp(24px, 1.136rem + 1.82vw, 40px) 0 0 0;
  padding-left: 0;
}
.-bg.-cta.p-home-block::after {
  height: 40%;
}
.-cta .p-home-block__inner {
  margin-left: auto;
}
.-service .p-home-block__inner {
  position: relative;
}
.p-home-service {
  width: 800px;
}
.-bg.-service.p-home-block::before {
  width: calc(100% - 10%);
}
/*.-bg.-service.p-home-block::after {
  right: 16%;
  background: url(../images/index_service_bg03.png) no-repeat 100% 0% / 32%;
}*/
.-bg.-service.p-home-block::after {
  right: 8%;
  background: url(../images/index_service_bg03.png) no-repeat 100% 0% / 32%;
}
.p-home-service__more {
  position: absolute;
  left: 880px;
  bottom: clamp(56px, 2.591rem + 4.55vw, 96px);
}
.-bg.-facility.p-home-block::after {
  width: calc(100% - 10%);
  height: calc(100% - 240px);
}
.-facility .p-head-block {
  margin: 24px 0 0 80px;
}
.p-home-facility__contents {
  width: 40vw;
  height: 600px;
  right: 10%;
}
.-main.p-home-facility__carousel .slide-media {
  height: 560px;
}
.-bg.p-home-info__block {
  padding: clamp(56px, 2.591rem + 4.55vw, 96px) 10%;
}
}

@media screen and (min-width: 1500px) {
.-bg.-cta.p-home-block::after {
  width: 96vw;
  left: auto;
  right: 0;
}
.p-home-visual__carousel {
  margin-left: 34vw;
}
.p-home-visual__cta {
  width: 28vw;
}
}
