/*ページネーション*/
.splide__pagination {
  display: none;
}

.home-fv {
  position: relative;
}
.home-fv__item {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .home-fv__item {
    height: calc(100vh - var(--header-h));
  }
}
@media screen and (max-width: 767px) {
  .home-fv {
    margin-bottom: 30px;
  }
  .home-fv__item {
    height: 100vh;
    height: 100svh;
    min-height: 900px;
  }
}
.home-fv__item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.home-fv .splide__slide img {
  transition-property: transform;
  transition-duration: 10s;
  transform: scale(1.1);
}
.home-fv .splide__slide.is-active img {
  transform: scale(1);
}
.home-fv__wtxt {
  position: absolute;
  top: 230px;
  transform: translateY(-43%);
}
@media screen and (min-width: 768px) {
  .home-fv__wtxt {
    left: 120px;
  }
}
@media screen and (max-width: 767px) {
  .home-fv__wtxt {
    left: 6.5vw;
    top: 46%;
  }
  
  .home-fv__copy {
    position: absolute;
    left: 5.8vw;
    top: 15.8%;
  }
}
@media screen and (max-width: 767px) {
  .home-fv__ttl img {
    width: 70.2vw;
  }
  
  .home-fv__copy img {
    width: 34.2vw;
  }
}
.home-fv__desc {
  font-size: 1.8rem;
  margin: 40px 0 40px 0;
}
@media screen and (max-width: 767px) {
  .home-fv__desc {
    margin: 3.3vw 0 6.3vw 0;
    font-size: 3.6vw;
    line-height: 1.7;
    color: #fff;
  }
  
  .home-fv__wbtn {}
}
.home-fv__link {
  /*display: block;
  border-radius: 100em;
  background: #fff;
  transition: 0.25s color;
  background: rgba(255,255,255,0.5);*/
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .home-fv__link {
    /*position: absolute;
    left: 30px;
    bottom: 40px;
    width: 520px;*/
    padding: 0 16px 16px 26px;
    z-index: 1000;
  }
}
@media screen and (max-width: 767px) {
  .home-fv__link {
    /*position: absolute;
    left: 15px;
    bottom: 20px;
    width: 93%;*/
    padding: 0.5em 1em;
    padding-right: 0;
    border-radius: 100em;
    line-height: 1.4;
  }
  
  .home-fv__link {
    padding: 0.4em 1em 0.4em 0;
    margin: 4vw 0 0 0;
  }
}
@media (hover: hover) {
  .home-fv__link dd a:hover {
    color: var(--accent);
    text-decoration: underline;
  }
}
.home-fv__link dl {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-size: 1.5rem;
  line-height: 1.1;
}
.home-fv__link dt {
  color: #fff;
  background-color: #E29E99;
  border-radius: 100px;
  padding: 8px 10px 5px 10px;
  font-size: 12px;
  margin-right: 15px;
}

.home-fv__link dt.column { background-color: #419B47;}
.home-fv__link dt.blog { background-color: #fdb655;}
.home-fv__link dt.recruit { background-color: #478fe4;}

@media screen and (max-width: 767px) {
  .home-fv__link dl {
    font-size: 1.5rem;
  }
  .home-fv__link dt {
    padding: 7px 10px 6px 10px;
  }
  /*.home-fv__link dt {
    font-size: 3.7vw;
    margin-top: 2px;
  }*/
}
.home-fv__link dd {
  white-space: nowrap;
  /*text-overflow: ellipsis;
  overflow: hidden;*/
  padding: 7px 0 4px 0;
}
.home-fv__link dd.day {
  margin-right: 15px;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  /*.home-fv__link dd {
    width: calc(100% - 6em);
  }*/
}
@media screen and (max-width: 767px) {
  /*.home-fv__link dd {
    width: calc(100% - 5em);
    font-size: 4vw;
  }*/
}
@media screen and (min-width: 768px) {
  /*.home-fv .p-time-table__table-wrap {
    border-radius: 0;
  }*/
}
.home-fv__time-table {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .home-fv__time-table {
   /* background: #fff;*/
    border-radius: 10px;
    left: 30px;
    /*bottom: 20px;*/
    top: 700px;
    position: absolute;
  }
  
  .home-fv__time-table .p-time-table__table {
    width: 520px;
  }
}

.home-bnr {
  text-align: center;
  margin: 80px 0;
}
.home-bnr img {
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.16);
}
.home-bnr a {
  transition: 0.25s opacity;
}
@media (hover: hover) {
  .home-bnr a:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 767px) {
  .home-bnr {
    margin: 12vw 0 20vw 0;
  }
}

.home-message {
  background: url("../../img/content/bnr_message-bg.png") 50% 50%/cover;
  padding: 0 0 70px 0;
}
@media screen and (max-width: 767px) {
  .home-message {
    padding: 6vw 0 10vw 0;
  }
}


.home-feature {
  position: relative;
  /*color: #fff;*/
  /*background: var(--accent);*/
  /*background-color: #E77627;*/
  padding: 100px 0 25px 0;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .home-feature {
    padding: 13.3vw 0 10.7vw 0;
    margin-bottom: 10.7vw;
  }
}
.home-feature__inner {
  position: relative;
  z-index: 2;
}
/*.home-feature .is-top,
.home-feature .is-btm {
  position: absolute;
  left: 0;
  content: "";
  display: block;
  width: 100%;
}
.home-feature .is-btm {
  bottom: -128px;
  text-align: center;
  height: 128px;
  background: url("../../img/page/home/feature_btm.png") 50% 0/100% auto no-repeat;
}
@media screen and (max-width: 767px) {
  .home-feature .is-btm {
    height: 10.7vw;
    bottom: -10.7vw;
  }
}*/
/*.home-feature .is-top {
  top: -140px;
  height: 1080px;
  text-align: center;
  background: url("../../img/page/home/feature_top.png") 50% 0/100% auto no-repeat;
}
@media screen and (max-width: 767px) {
  .home-feature .is-top {
    top: -9.3vw;
    background: url("../../img/page/home/feature_top_sp.png") 50% 0/100% auto no-repeat;
  }
}*/
.home-feature .p-hdr-a {
  margin-bottom: 65px;
}

.home-feature .sup-a {
  text-align: left;
  margin-top: -30px;
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  .home-feature .sup-a {
    text-align: right;
    padding-right: 20px;
    margin-top: -20px;
  }
  .home-feature .sup-a-ttl {
    position: absolute;
    top: 190px;
    left: 20px;
  }
  .home-feature .sup-b-ttl {
    position: absolute;
    top: 0;
    left: 20px;
  }
  .home-feature .sup-c-ttl {
    position: absolute;
    top: 0;
    left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .home-feature .p-hdr-a {
    margin-bottom: 7.3vw;
  }
  .home-feature .p-hdr-a * {
    text-align: left;
  }
}
.home-feature .p-hdr-a__en {
  color: #BDBDC4;
}

.home-strengths {
  padding: 100px 0;
  background: url("../../img/page/home/promise_bg.png") 50% 50%/cover;
}
.home-strengths.strengths-2 {
  background: url("../../img/page/home/promise_2_bg.png") 50% 50%/cover;
  height: 737px;
  min-height: 737px;
}
.home-strengths.strengths-3 {
  background: url("../../img/page/home/promise_3_bg.png") 50% 50%/cover;
  height: 737px;
  min-height: 737px;
}


.home-strengths .u-fix-w-m {
  position: relative;
}
.home-strengths .u-fix-w-m .txt {
  margin-left: 140px;
  width: 400px;
}

.home-strengths.strengths-2 .u-fix-w-m .txt {
  margin-left: 580px;
  width: 400px;
  margin-top: 100px;
}
.home-strengths.strengths-3 .u-fix-w-m .txt {
  width: 400px;
  margin-top: 70px;
}

.home-promise {
  padding: 100px 0;
  background: url("../../img/page/home/promise_bg.png") 50% 50%/cover;
}
@media screen and (max-width: 767px) {
  .home-promise {
    padding: 21.3vw 0;
  }
  
  .home-strengths .u-fix-w-m .txt {
    margin-left: 0;
    width: 100%;
  }

  .home-strengths.strengths-2 .u-fix-w-m .txt {
    margin-left: 0;
    width: 100%;
    margin-top: 0;
  }
  .home-strengths.strengths-3 .u-fix-w-m .txt {
    width: 100%;
    margin-top: 0;
  }
  
  .home-strengths {
    padding: 70px 0 100px 0;
  }
  .home-strengths.strengths-2 {
    height: auto;
    min-height: auto;
  }
  .home-strengths.strengths-3 {
    height: auto;
    min-height: auto;
  }
}
@media screen and (min-width: 768px) {
  .home-promise__row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .home-promise__wtxt {
    width: 148px;
  }
}
@media screen and (max-width: 767px) {
  .home-promise__wtxt {
    font-size: 4vw;
  }
}
.home-promise__hdr {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .home-promise__hdr {
    margin-bottom: 13.3vw;
    text-align: center;
  }
  .home-promise__hdr img {
    width: 86.9vw;
  }
}
@media screen and (min-width: 768px) {
  .home-promise__fig {
    width: 345px;
  }
}
@media screen and (max-width: 767px) {
  .home-promise__fig {
    margin-top: 13.3vw;
    margin-bottom: 9.3vw;
  }
}
@media screen and (min-width: 768px) {
  .home-promise .p-list-disc {
    margin-top: 60px;
  }
}

.home-news {
  padding: 100px 0 70px 0;
}

.home-news dl {
  border-top: 1px solid #7A919D;
}
.home-news dl:last-child {
  border-bottom: 1px solid #7A919D;
}

.home-news dl dt {
  width: 130px;
  display: inline-block;
  padding: 30px 0;
}
.home-news dl dd {
  display: inline-block;
  padding: 30px 0;
}

.home-news dl dd a {
  color: #fff;
}
.home-news dl dd a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .home-news {
    padding: 40px 0 70px 0;
  }
  .home-news dl dt {
    display: block;
    padding-bottom: 0;
  }
  .home-news dl dd {
    display: block;
    padding-top: 0;
  }
}

/*.home-news {
  background: #fff;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .home-news {
    padding-top: 18.7vw;
    padding-bottom: 24vw;
  }
}*/
@media screen and (min-width: 768px) {
  .home-news__row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .home-news__hdr {
    width: 276px;
  }
  .home-news__hdr * {
    text-align: left;
  }
  /*.home-news__hdr .p-hdr-a__en {
    margin-left: 67px;
  }*/
}
@media screen and (min-width: 768px) {
  .home-news__body {
    width: calc(100% - 276px);
  }
}


.home-mission {
  background-color: #FFF8EE;
  padding: 200px 0 200px 0;
}

.home-mission .txt {
  width: 430px;
}

@media screen and (max-width: 767px) {
  .home-mission {
    padding: 80px 0 80px 0;

  }
  .home-mission .txt {
    width: 100%;
  }
}