@charset "utf-8";
/* CSS Document */
/* # =================================================================
   # Layout
   # ================================================================= */
.l-section-rd.--top {
   flex-direction: row;
}
.l-section-rd.--top>* {
   flex: 1;
}
.l-top-post {
   padding-right: 45px;
   padding-left: 45px;
}
@media (max-width: 767.98px) {
   .l-section.--top-sp {
      background-color: var(--color-beige);
   }
   .l-section-rd.--top {
      flex-direction: column;
   }
   .l-section-rd.--top>* {
      flex: 0 0 100%;
   }
   .l-section-rd__inner.--top {
      padding-top: 4.8rem;
   }
   .l-section-rd__inner.--top-sp {
      position: relative;
      background-color: var(--color-beige);
   }
   .l-section-top-news {
      background-color: #FFF;
   }
   .l-section-top-news>* {
      padding-bottom: 5rem;
   }
   .l-top-post {
      padding-right: 25px;
      padding-left: 25px;
   }
   .l-top-post.--top-sp {
      padding-bottom: 0;
      background-color: var(--color-beige);
   }
}
/* # =================================================================
   # Project
   # ================================================================= */
.p-top-mv {
   position: relative;
}
.p-top-mv__img {
   width: 100%;
   height: 35rem;
   object-fit: cover;
   border-radius: 20px;
}
.p-top-mv__inner {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   padding-top: 30px;
   padding-left: 60px;
}
.p-top-mv__txt {
   display: inline-flex;
   flex-direction: column;
   height: 100%;
}
.p-top-mv__sub,
.p-top-mv__main {
   display: block;
   font-weight: var(--fontweight-bold);
   line-height: 1.33;
}
.p-top-mv__sub {
   font-size: 2.5rem;
}
.p-top-mv__main {
   padding-top: .25em;
   font-size: 4rem;
   line-height: 1;
}
.p-top-mv__btn {
   width: 12.5em;
   min-height: 4.8rem;
   margin-top: 40px;
   font-weight: var(--fontweight-bold);
   font-size: 1.4rem;
   letter-spacing: .09em;
}
.p-top-mv__btn .c-btn__icon {
   flex: 0 0 1.28em;
   height: 1.42em;
}
.p-top-mv__labels {
   display: flex;
   gap: 0 10px;
   margin-bottom: 1rem;
}
.p-top-mv__label {
   display: flex;
   align-items: center;
   min-height: 32px;
   padding-top: .125em;
   padding-right: .375em;
   padding-bottom: .125em;
   padding-left: .375em;
   border-radius: 5px;
   background-color: var(--color-light-green);
   color: #FFF;
   font-size: 1.8rem;
   text-align: center;
}
@media (min-width: 768px) {
   .p-top-mv .c-btn {
      margin-right: 0;
      margin-left: 0;
   }
}
@media (max-width: 767.98px) {
   .p-top-mv__img {
      height: 28rem;
   }
   .p-top-mv__inner {
      padding-top: 20px;
      padding-right: 20px;
      padding-bottom: 20px;
      padding-left: 20px;
   }
   .p-top-mv__txt {
      display: flex;
   }
   .p-top-mv__sub {
      font-size: 1.4rem;
   }
   .p-top-mv__main {
      font-size: 2rem;
   }
   .p-top-mv__btn {
      width: 9.285em;
      margin-top: auto;
   }
   .p-top-mv__labels {
      gap: 0 4px;
      margin-bottom: 5px;
   }
   .p-top-mv__label {
      min-height: 24px;
      font-size: 1.2rem;
   }

}
.p-top-bnr {
   margin-top: 2rem;
}
.p-top-bnr img{
   border-radius: 1rem;
}
@media (min-width: 768px) {
   .p-top-bnr:not(.swiper-initialized) .swiper-wrapper {
      gap: 0 30px;
   }
   .p-top-bnr:not(.swiper-initialized) .swiper-slide {
      width: calc((100% - 30px)/2) !important;
   }
}
.p-top-bnr__item{
   transition: opacity var(--animation-sec);
}
.p-top-youtube {
   position: relative;
   z-index: 1010;
   margin-top: 2rem;
}
@media (min-width: 768px) {
   .p-top-youtube .swiper:not(.swiper-initialized) .swiper-wrapper {
      gap: 0 14px;
   }
   .p-top-youtube .swiper:not(.swiper-initialized) .swiper-slide {
      width: calc((100% - 28px)/3) !important;
   }
}
.p-top-youtube__meta {
   display: flex;
   flex-direction: column;
   justify-content: space-between;
   position: absolute;
   z-index: 1000;
   padding-top: 16px;
   padding-bottom: 16px;
   min-height: 100%;
   pointer-events: none;
}
.p-top-youtube__title { 
   font-weight: var(--fontweight-bold);
   font-size: 2.6rem;
   line-height: 1.15;
}
.p-top-youtube__slider {
   padding-left: 190px;
}
.p-top-youtube__item {
   display: block;
   position: relative;
   width: 100%;
   background-color: transparent;
   transition: opacity var(--animation-sec);
}
.p-top-youtube__item::before,
.p-top-youtube__item::after {
   position: absolute;
   top: 50%;
   translate: 50% -50%;
   content: '';
}
.p-top-youtube__item::before {
   right: 50%;
   width: 30px;
   height: 30px;
   border-radius: 50%;
   background-color: #EF4040;
}
.p-top-youtube__item::after {
   right: calc(50% - 1px);
   width: 9px;
   height: 8px;
   margin-left: 5px;
   clip-path: polygon(0 0, 0% 100%, 100% 50%);
   background-color: #FFF;
}
.p-top-youtube .c-slider-pagination .swiper-pagination-bullet {
   pointer-events: auto;
}
@media (max-width: 767.98px) {
   .p-top-youtube__slider {
      padding-left: 80px;
   }
   .p-top-youtube__dots {
      width: 80px;
   }
}
.p-top-youtube img {
   border-radius: 1rem;
}
.p-top-aboutBtns {
   display: flex;
   justify-content: center;
   align-items: center;
   gap: 0 20px;
   margin-top: -1.25em;
}
.p-top-aboutBtns .c-btn {
   max-width: 20rem;
}
@media (max-width: 767.98px) {
   .p-top-aboutBtns {
      margin-top: -2em;
   }
}
.p-top-aboutList {
   display: flex;
   align-items: center;
   gap: 20px 86px;
   margin-top: 40px;
}
.p-top-aboutBg::before,
.p-top-aboutBg::after {
   position: absolute;
   z-index: 1000;
   content: '';
}
.p-top-aboutBg::before {
   top: -6rem;
   right: 0;
   width: 25.6rem;
   height: 36.6rem;
   background: url('../images/top/bg-about-fluid-green.webp') no-repeat left center / auto 100%;
}
.p-top-aboutBg::after {
   top: 68rem;
   left: 0;
   width: 24rem;
   height: 39.4rem;
   background: url('../images/top/bg-about-fluid-yellow.webp') no-repeat right center / auto 100%;  
}
@media (max-width: 767.98px) {
   .p-top-aboutBg::before {
      top: -17.95vw;
      width: 8.2rem;
      height: 18.8rem;
   }
   .p-top-aboutBg::after {
      top: 102.56vw;
      width: 10rem;
      height: 28rem;
   }
}  
.p-top-aboutList__img {
   width: 480px;
}
.p-top-aboutList__desc {
   flex: 1;
   padding-right: 30px;
   font-weight: var(--fontweight-bold);
   font-size: 1.8rem;
}
.p-top-aboutList__items {
   margin-top: .5em;
   counter-reset: number 0;
}
.p-top-aboutList__item {
   display: flex;
   gap: 0 .5rem;
   position: relative;
   padding-top: 1em;
   padding-left: 5px;
   padding-bottom: 1em;
   border-top: 1px dashed #707070;
}
.p-top-aboutList__item::before {
   display: flex;
   justify-content: center;
   align-items: center;
   width: 1.428em;
   height: 1.428em;
   margin-top: .5em;
   border-radius: 50%;
   background-color: var(--color-green);
   color: #FFF;
   font-size: 1.4rem;
   line-height: 1;
   counter-increment: number 1;
   content: counter(number);
}
.p-top-aboutList__txt {
   flex: 1;
}
.p-top-aboutList__pr {
   display: inline-block;
   color: var(--color-green);
   font-weight: var(--fontweight-bold);
}
.p-top-aboutList__spimg {
   display: none;
}
@media (max-width: 991.98px) {
   .p-top-aboutList {
      flex-direction: column;
   }
   .p-top-aboutList__desc {
      width: 100%;
   }
} 
@media (max-width: 767.98px) { 
   .p-top-aboutList__desc {
      padding-right: 0;
      font-size: 1.6rem;
   }
   .p-top-aboutList__items {
      margin-top: 1.375em;
   }
   .p-top-aboutList__item {
      font-size: 1.4rem;
   }
   .p-top-aboutList__item::before {
      margin-top: 0;
   }
   .p-top-aboutList__body {
      overflow-x: hidden;
      margin-right: -25px;
      margin-left: -25px;
   }
   .p-top-aboutList__spimg {
      display: block;
      float: right;
      margin-top: .5em;
      margin-right: -30px;
   }
   .p-top-aboutList__items {
      padding-right: 25px;
      padding-left: 25px;
   }
}
.p-top-message {
   padding-top: 20px;
   padding-right: 56px;
   padding-bottom: 34px;
   padding-left: 56px;
   border-radius: 15px;
   background-color: #FFF;
}
.p-top-message+.p-top-message {
   margin-top: 20px;
}
.p-top-message__title {
   margin-bottom: .72em;
   font-weight: var(--fontweight-bold);
   font-size: 2.2rem;
   text-align: center;
}
.p-top-message__conts {
   position: relative;
   padding-left: 340px;
}
.p-top-message__img {
   position: absolute;
   left: 0;
   width: 290px;
}
.p-top-message__img>img {
   width: 100%;
}
.p-top-message__desc {
   flex: 1;
}
.p-top-message__head,
.p-top-message__body {
   font-weight: var(--fontweight-bold);
   line-height: 1.35;
}
.p-top-message__body {
   margin-bottom: .625em;
   padding-top: .625em;
   padding-bottom: .625em;
   border-bottom: 1px solid;
   color: #868686;
}
@media (max-width: 991.98px) {
   .p-top-message {
      padding-top: 30px;
      padding-right: 25px;
      padding-bottom: 25px;
      padding-left: 25px;
   }
   .p-top-message+.p-top-message {
      margin-top: 30px;
   }
   .p-top-message__conts {
      display: flex;
      flex-direction: column;
      padding-left: 0;
   }
   .p-top-message__head,
   .p-top-message__body {
      font-size: 1.4rem;
      line-height: 1.5;
   }
   .p-top-message__btn {
      margin-top: 20px;
   }
   .p-top-message__head {
      order: 1;
   }
   .p-top-message__body {
      order: 2;
   }
   .p-top-message__img {
      order: 3;
      position: static;
      width: 100%;
      max-width: 290px;
      margin-right: auto;
      margin-left: auto;
   }
   .p-top-message__btn {
      order: 4;
   }
}
.p-top-beginner {
   display: flex;
   gap: 10px 35px;
}
.p-top-beginner__img {
   flex: 1;
   position: relative;
   z-index: 1010;
}
.p-top-beginner__img>img {
   width: 100%;
}
.p-top-beginner__desc {
   flex: 0 0 384px;
}
.p-top-beginner__bubble {
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   position: relative;
   z-index: 1000;
   max-width: 29rem;
   min-height: 75px;
   margin-bottom: 20px;
   margin-left: 30px;
   padding-top: .625em;
   padding-right: .625em;
   padding-bottom: .625em;
   padding-left: .625em;
   border-radius: 20px;
   background-color: var(--color-yellow);
   font-weight: var(--fontweight-regular);
}
.p-top-beginner__bubble>span {
   display: block;
   color: var(--color-green);
   font-weight: var(--fontweight-bold);
   font-size: 2rem;
}
.p-top-beginner__bubble::before {
   position: absolute;
   right: 50%;
   bottom: -16px;
   translate: 50% 0;
   clip-path: polygon(0 0, 50% 100%, 100% 0);
   width: 30px;
   height: 26px;
   background-color: var(--color-yellow);
   content: '';
}
.p-top-beginner__lead {
   position: relative;
   z-index: 1000;
   margin-left: 20px;
   margin-bottom: .5em;
   font-size: 1.8rem; 
}
.p-top-beginner__lead>span {
   font-weight: var(--fontweight-bold);
}
.p-top-beginner__box {
   position: relative;
}
.p-top-beginner__boxInner {
   position: relative;
   z-index: 1000;
   padding-top: 30px;
   padding-right: 20px;
   padding-bottom: 24px;
   padding-left: 20px;
   border-radius: 20px;
   background-color: #FFF;
}
.p-top-beginner__box::before,
.p-top-beginner__box::after {
   position: absolute;
   width: 25.6rem;
   height: 23rem;
   background: url('../images/top/bg-beginner.webp') no-repeat center / cover;
   content: '';
}
.p-top-beginner__box::before {  
   top: -18rem;
   left: -7.4rem; 
}
.p-top-beginner__box::after {
   bottom: -9rem;
   right: -7.4rem;
}
.p-top-beginner__boxHead>span {
   color: var(--color-green);
   font-size: 2rem;
}
.p-top-beginner__boxFoot {
   font-weight: var(--fontweight-bold);
   font-size: 1.8rem;
   text-align: right;
   line-height: 1.15;
}
.p-top-beginner__price {
   color: var(--color-green);
   font-weight: var(--fontweight-bold);
   font-size: 2.2rem;
}
.p-top-beginner__price>span {
   font-weight: var(--fontweight-bold);
   font-size: 6rem;
}
.p-top-beginner__note {
   font-weight: var(--fontweight-bold);
   font-size: 1.2rem;
}
.p-top-beginner__source {
   display: block;
   margin-top: .75em;
   color: #707070;
   font-size: 1.2rem;
   text-align: right;
}
@media (max-width: 767.98px) {
   .p-top-beginner {
      flex-direction: column;
   }
   .p-top-beginner__img {
      margin-right: calc(-25px - 7%);
      margin-left: calc(-25px - 7%);
   }
   .p-top-beginner__img>img {
      max-width: 548px;
      margin-right: auto;
      margin-left: auto;
   }
   .p-top-beginner__bubble {
      margin-right: auto;
      margin-left: auto;
      margin-bottom: 36px;
   }
   .p-top-beginner__lead {
      margin-bottom: 1.625em;
      margin-left: 0;
      font-size: 1.6rem;
   }
   .p-top-beginner__box::before {  
      top: -8.8rem;
      left: -17rem; 
   }
   .p-top-beginner__box::after {
      bottom: -35.4rem;
      right: -14.2rem;
   }
   .p-top-beginner__boxInner {
      margin-right: -25px;
      margin-left: 25px;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
   }
   .p-top-beginner__boxHead {
      font-size: 1.4rem;
   }
   .p-top-beginner__boxHead>span {
      font-size: 1.6rem;
   }
   .p-top-beginner__boxFoot {
      margin-top: .5em;
      font-size: 1.6rem;
   }
   .p-top-beginner__price {
      font-size: 2rem;
   }
   .p-top-beginner__price>span {
      font-size: 4rem;
   }
}
@media (hover: hover) {
   .p-top-bnr__item:hover,
   .p-top-youtube__item:hover {
      opacity: var(--hover-opacity);
   }
}


