@charset "Shift_JIS";

.l-section {
  position: relative;
}
@media screen and (max-width: 1023px) {
  .l-section {
    font-size: 4vw;
  }
}


.p-home-hero {
  background-image: -webkit-linear-gradient( 131deg, rgba(250,181,151,0.6) 0%, rgba(206,222,244,0.6) 29%, rgba(189,212,243,0.6) 72%);
  padding: 80px 40px 40px;
  overflow: hidden;
}
.p-home-hero__inner {
  max-width: 1360px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 210px;
  align-items: flex-start;
  gap: 36px;
}
.p-home-hero__btns {
  border-radius: 30px;
  background: #fff;
  padding: 15px;
  display: grid;
  gap: 15px;
  text-align: center;
}
.p-home-hero__btn1,
.p-home-hero__btn2 {
  transition: all .3s ease;
  width: 180px;
  height: 180px;
  cursor: pointer;
  padding-top: 110px;
  border-radius: 10px;
  line-height: 1.2;
  font-size: 20px;
  font-weight: 700;
}
.p-home-hero__btn1 {
  background: #c93944 url("../image/icon_01.svg") no-repeat 50% 10px / 80px auto;
  color: #fff;
}
.p-home-hero__btn2 {
  background: #fce7e9 url("../image/icon_02.svg") no-repeat 50% 10px / 120px auto;
  border: 2px solid #c93944;
  color: #c93944;
}
.p-home-hero__btn1:hover,
.p-home-hero__btn2:hover {
  opacity: 0.8;
}
.p-home-hero__btns .c-btn--grade {
  padding: 20px 40px 20px 25px;
  font-size: 16px;
}

@media screen and (max-width: 1023px) {
  .p-home-hero {
    padding: 20vw 5vw 5vw;
  }
  .p-home-hero__inner {
    display: grid;
    grid-template-columns: 1fr;
    align-items: flex-start;
    gap: 3vw;
  }
  .p-home-hero__btns {
    border-radius: 3vw;
    padding: 3vw;
    gap: 3vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .p-home-hero__btn1 {
    width: 40vw;
    height: 30vw;
    background: #c93944 url("../image/icon_01.svg") no-repeat 50% 2vw / 13vw auto;
    font-size: 3.75vw;
    padding-top: 20vw;
    border-radius: 1vw;
  }
  .p-home-hero__btn2 {
    width: 40vw;
    height: 30vw;
    background: #fce7e9 url("../image/icon_02.svg") no-repeat 50% 2vw / 22vw auto;
    border: 0.4vw solid #c93944;
    font-size: 3.75vw;
    padding-top: 20vw;
    border-radius: 1vw;
  }
  .p-home-hero__btns .c-btn--grade {
    padding: 3vw 6vw 3vw 4vw;
    font-size: 3.125vw;
    width: 55vw;
  }
}


.p-home-important {
  background: #c93944;
  padding: 8px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  overflow: hidden;
}
.p-home-important__title {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  padding-left: 45px;
  position: relative;
}
.p-home-important__title::before {
  position: absolute;
  content: "";
  width: 33px;
  height: 33px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url("/dbusiness/image/icon_important.svg") no-repeat center / contain;
}
.p-home-important__text {
  position: relative;
  font-size: 18px;
  width: 650px;
  height: 54px;
  padding: 10px 50px;
  background: #fff;
  border-radius: 10px;
}

@media screen and (max-width: 1023px) {
  .p-home-important {
    padding: 4vw 5vw;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 3vw;
  }
  .p-home-important__title {
    width: 100%;
    font-size: 4.375vw;
    padding-left: 9vw;
  }
  .p-home-important__title::before {
    width: 6vw;
    height: 6vw;
  }
  .p-home-important__text {
    width: 74vw;
    height: 9vw;
    padding: 1.5vw 5vw;
    border-radius: 2vw;
    overflow: hidden;
    font-size: 3.75vw;
  }

}


.p-home-tabs {
  background: url("../image/bg_line01.png") no-repeat 50% 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 40px;
  padding-top: 80px;
}
.p-home-tab {
  width: 560px;
  font-size: 26px;
  font-weight: 700;
  padding: 30px 0;
  background: #fce7e9;
  color: #c93944;
  text-align: center;
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  cursor: pointer;
}
.p-home-tab.is-active {
  padding: 50px 0;
  background: #c93944;
  color: #fff;
}

@media screen and (max-width: 1023px) {
  .p-home-tabs {
    background: url("../image/sp_bg_line01.png") no-repeat 0 0 / 100% auto;
    gap: 4vw;
    padding: 8vw 5vw 0;
  }
  .p-home-tab {
    width: 43vw;
    font-size: 4vw;
    padding: 4vw 0;
    border-top-left-radius: 8vw;
    border-top-right-radius: 8vw;
    line-height: 1.2;
  }
  .p-home-tab.is-active {
    padding: 5vw 0;
  }
}


.p-home-door {
  background: #f6f6f8;
  padding: 90px 40px;
}
.p-home-door__inner {
  max-width: 1140px;
  margin: 0 auto;
  display: grid;
  gap: 30px;
}
.p-home-door__btns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 80px;
  margin-bottom: 60px;
}

@media screen and (max-width: 1023px) {
  .p-home-door {
    padding: 9vw 5vw;
  }
  .p-home-door__inner {
    gap: 4vw;
  }
  .p-home-door__btns {
    grid-template-columns: repeat(1, 1fr);
    flex-direction: column;
    gap: 4vw;
    margin-bottom: 6vw;
  }
}


.c-btn--img--plan {
  width: 100%;
  gap: 30px;
  justify-content: flex-start;
  height: 160px;
  padding: 0 80px 0 250px;
  border-radius: 20px;
  text-align: left;
  line-height: 1.6;
  grid-column: 1 / -1;
}
.c-btn--img--plan::after {
  width: 15px;
  height: 28px;
  right: 50px;
  mask: url("../image/icon_arrow.svg") no-repeat center / contain;
  background: #262626;
}
.c-btn--img--plan:hover::after {
  transform: translateX(10px);
}
.c-btn--img--whats {
  width: 100%;
  justify-content: flex-start;
  height: 160px;
  padding: 0 80px 0 75px;
  border-radius: 20px;
  text-align: left;
  line-height: 1.6;
  color: #fff !important;
  grid-column: 1 / -1;
}
.c-btn--img--whats::after {
  width: 15px;
  height: 28px;
  right: 50px;
  mask: url("../image/icon_arrow.svg") no-repeat center / contain;
  background: #fff;
}
.c-btn--img--whats:hover::after {
  transform: translateX(10px);
}
.c-btn--img--solution {
  overflow: hidden;
  width: 800px;
  justify-content: flex-end;
  height: 180px;
  padding: 0;
  border-radius: 20px;
  text-align: left;
  line-height: 1.6;
  color: #fff !important;
}
.c-btn--img--solution::after {
  width: 19px;
  height: 19px;
  right: 20px;
  mask: url("../image/icon_blank.svg") no-repeat center / contain;
  background: #fff;
}
.c-btn--img--solution .c-btn--icon__bg {
  aspect-ratio: 40 / 9;
}
.c-btn--img--solution .c-btn--icon__text {
  background: #033d8a;
  padding: 12px 65px 12px 23px;
  font-size: 18px;
}

@media screen and (max-width: 1023px) {
  .c-btn--img--plan {
    width: 100%;
    height: auto;
    padding: 5vw 8vw 5vw 20vw;
    border-radius: 2vw;
  }
  .c-btn--img--plan::after {
    width: 2.3vw;
    height: 4.2vw;
    right: 5vw;
  }
  .c-btn--img--plan .c-btn--icon__bg {
    aspect-ratio: 288 / 95;
  }
  .c-btn--img--whats {
    width: 100%;
    height: 30vw;
    padding: 8vw 8vw 8vw 5vw;
    border-radius: 2vw;
  }
  .c-btn--img--whats::after {
    width: 2.3vw;
    height: 4.2vw;
    right: 5vw;
  }
  .c-btn--img--whats .c-btn--icon__bg {
    aspect-ratio: 288 / 95;
  }
  .c-btn--img--solution {
    width: 100%;
    height: 36vw;
    padding: 25vw 0 0 0;
    border-radius: 2vw;
  }
  .c-btn--img--solution::after {
    width: 4vw;
    height: 4vw;
    right: 4vw;
    top: auto;
    bottom: 4vw;
  }
  .c-btn--img--solution .c-btn--icon__bg {
    aspect-ratio: 576 / 159;
  }
  .c-btn--img--solution .c-btn--icon__text {
    font-size: 4vw;
    padding: 3vw;
    width: 90vw;
  }
}



.p-home-solution {
  background-image: -webkit-linear-gradient( 131deg, rgba(250,181,151,0.4) 0%, rgba(206,222,244,0.4) 40%);
  padding: 100px 40px;
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
}
.p-home-solution__inner {
  max-width: 1140px;
  margin: 0 auto;
  display: grid;
  gap: 30px;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .p-home-solution {
    padding: 10vw 5vw;
    border-top-left-radius: 8vw;
    border-top-right-radius: 8vw;
  }
  .p-home-solution__inner {
    gap: 4vw;
  }
}

.p-home-tips {
  background: #f6f6f8;
  padding: 90px 40px;
}
.p-home-tips__inner {
  max-width: 1140px;
  margin: 0 auto;
  display: grid;
  gap: 30px;
}
.p-home-tips__wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
  gap: 30px;
}
.p-home-tips__item {
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 15px;
  justify-content: center;
  align-items: center;
}
.p-home-tips__image {
  text-align: center;
}
.p-home-tips__title {
  font-weight: 700;
  font-size: 22px;
  text-align: center;
}
.p-home-tips__btn {
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .p-home-tips {
    padding: 9vw 5vw;
  }
  .p-home-tips__inner {
    gap: 4vw;
  }
  .p-home-tips__wrap {
    grid-template-columns: 1fr;
    gap: 4vw;
  }
  .p-home-tips__item {
    gap: 2vw;
  }
  .p-home-tips__title {
    font-size: 4vw;
  }
}


.p-home-links {
  padding: 100px 40px 0;
}
.p-home-links__inner {
  max-width: 700px;
  margin: 0 auto;
  display: grid;
  gap: 40px;
}
.p-home-links::before {
  position: absolute;
  content: "";
  width: 1251px;
  height: 550px;
  right: calc(50% - 290px);
  top: 0;
  margin: auto;
  background: url("../image/bg_line02.png") no-repeat center / contain;
}
@media screen and (max-width: 1023px) {
  .p-home-links {
    padding: 10vw 5vw 0;
  }
  .p-home-links__inner {
    gap: 4vw;
  }
  .p-home-links::before {
    position: absolute;
    content: "";
    width: 100vw;
    height: 60vw;
    right: 0;
    top: 0;
    margin: auto;
    background: url("../image/bg_line02.png") no-repeat center / contain;
  }
}

.p-home-info {
  margin: 110px auto;
  padding: 0 40px;
}
.p-home-info__inner {
  max-width: 1140px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 40px;
}
.p-home-info__list {
  border-top: 1px solid #9f9f9f;
}
.p-home-info__item {
  display: grid;
  gap: 60px;
  grid-template-columns: 120px 1fr;
  border-bottom: 1px solid #9f9f9f;
  text-decoration: none !important;
  padding: 25px 0 25px 60px;
  position: relative;
}
.p-home-info__item::before {
  width: 5px;
  height: 5px;
  position: absolute;
  content: "";
  top: 38px;
  left: 27px;
  background: #262626;
  border-radius: 50%;
  transition: all .3s ease;
}
.p-home-info__item:hover {
  color: #033d8a;
  opacity: 1;
}
.p-home-info__item:hover::before {
  transform: scale(2);
  background: #033d8a;
}
@media screen and (max-width: 1023px) {
  .p-home-info {
    margin: 11vw 0;
  padding: 0 5vw;
  }
  .p-home-info__inner {
    grid-template-columns: 1fr;
    gap: 4vw;
  }
  .p-home-info__item {
    display: grid;
    gap: 2vw;
    grid-template-columns: 1fr;
    text-decoration: none !important;
    padding: 4vw 0 4vw 8vw;
  }
  .p-home-info__item::before {
    width: 1vw;
    height: 1vw;
    top: 7vw;
    left: 3vw;
  }
}

.p-home-about {
  background: #f6f6f8;
  padding: 90px 40px;
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
}
.p-home-about__inner {
  max-width: 1140px;
  margin: 0 auto;
  display: grid;
  gap: 30px;
}
.p-home-about__btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
}
.p-home-about__btns >* {
  min-width: 350px;
}
@media screen and (max-width: 1023px) {
  .p-home-about {
    padding: 9vw 5vw;
    border-top-left-radius: 8vw;
    border-top-right-radius: 8vw;
  }
  .p-home-about__inner {
    gap: 4vw;
  }
  .p-home-about__btns {
    flex-wrap: wrap;
    gap: 4vw;
  }
  .p-home-about__btns >* {
    min-width: 100%;
  }
}




/* siper slide setting */

.p-home-hero__slide {
  position: relative;
  width: 100%;
}
.p-home-hero__slide .swiper-slide {
  border-radius: 20px;
  overflow: hidden;
}
.p-home-hero__controls {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  gap: 20px;
}
.p-home-hero__prev,
.p-home-hero__next {
  position: relative;
  width: 26px;
  height: 26px;
  cursor: pointer;
  background: #fff;
  border-radius: 50%;
}
.p-home-hero__prev::before,
.p-home-hero__next::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 11px;
  height: 15px;
  mask: url("../image/icon_swiper_arrow.svg") no-repeat center / contain;
  background: #262626;
}
.p-home-hero__prev::before {
  transform: rotate(180deg);
}
.p-home-hero__pagination {
  width: auto !important;
  display: flex;
}
.swiper-pagination-bullet {
  border: 2px solid #262626;
  background: rgba(255,255,255,0.00) !important;
  width: 12px !important;
  height: 12px !important;
  opacity: 1 !important;
}
.swiper-pagination-bullet-active {
  border: 2px solid #c93944;
  background: #c93944 !important;
}
.p-home-hero__pause {
  position: relative;
  width: 26px;
  height: 26px;
  cursor: pointer;
  border-radius: 50%;
  background: rgba(255,255,255,0.00);
  border: 1px solid #fff;
}
.p-home-hero__pause::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 10px;
  height: 14px;
  mask: url("../image/icon_swiper_stop.svg") no-repeat center / contain;
  background: #262626;
}
.p-home-hero__pause.is-paused::before{
  width: 11px;
  height: 15px;
  mask: url("../image/icon_swiper_arrow.svg") no-repeat center / contain;
  background: #262626;
}

@media screen and (max-width: 1023px) {
  .p-home-hero__slide .swiper-slide {
    border-radius: 2vw;
  }
  .p-home-hero__controls {
    margin-top: 2vw;
    gap: 4vw;
  }
  .p-home-hero__prev,
  .p-home-hero__next {
    width: 4vw;
    height: 4vw;
  }
  .p-home-hero__prev::before,
  .p-home-hero__next::before {
    width: 1.6vw;
    height: 2.3vw;
  }
  .swiper-pagination-bullet {
    border: 0.4vw solid #262626;
    width: 3vw !important;
    height: 3vw !important;
  }
  .swiper-pagination-bullet-active {
    border: 0.4vw solid #c93944;
  }
  .p-home-hero__pause {
    width: 4vw;
    height: 4vw;
    border: 0.4vw solid #fff;
  }
  .p-home-hero__pause::before {
    width: 1.5vw;
    height: 2.1vw;
  }
  .p-home-hero__pause.is-paused::before{
    width: 1.6vw;
    height: 2.3vw;
  }
}



.p-ticker__controls {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 50px;
}
.p-ticker__prev,
.p-ticker__next {
  position: relative;
  width: 16px;
  height: 21px;
  cursor: pointer;
}
.p-ticker__prev::before,
.p-ticker__next::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 16px;
  height: 21px;
  mask: url("../image/icon_swiper_arrow.svg") no-repeat center / contain;
  background: #fff;
}
.p-ticker__prev::before {
  transform: rotate(180deg);
}

@media screen and (max-width: 1023px) {
  .p-ticker__controls {
    gap: 3vw;
    width: 10vw;
  }
  .p-ticker__prev,
  .p-ticker__next {
    width: 3.2vw;
    height: 4.2vw;
  }
  .p-ticker__prev::before,
  .p-ticker__next::before {
    width: 3.2vw;
    height: 4.2vw;
  }
}



