@charset "utf-8";

/* CSS Document */
/* ==========================================================================
    Layout
   ========================================================================== */
.l-conts__inner.--program {
    max-width: 764px;
    width: auto;
    padding-inline: 25px;
    margin-inline: auto;
}

.l-section-rd__inner.--img.--program {
    padding-top: 18rem;
    background-image: url('../images/common/img-section-04.webp');
}
@media screen and (max-width: 767.98px) {
    .l-section-rd__inner.--img.--program {
    padding-top: 24rem;
}
}


/* ==========================================================================
    Component
   ========================================================================== */

.c-section-title__l.--program {
    margin-bottom: 5.2rem;
    text-align: center;
}
.c-card.--program{
    background-color: #FFF;
}
.c-card.--program .c-card__th {
    padding-right: 1.6rem;
}

.c-catch.--program{
    overflow: visible !important;
}

/* ==========================================================================
    Project
   ========================================================================== */
.p-program-lead {
    margin-inline: auto;
    text-align: center;
    line-height: 1.3;
    font-size: 2.6rem;
}

@media screen and (max-width: 767.98px) {
    .p-program-lead{
        font-size: 2.0rem;
    }
}
.p-section-btns__item.--program {
    max-width: 37rem;
}

.p-support__img>img {
   margin-right: auto;
   margin-bottom: 30px;
   margin-left: auto;
}
@media (max-width: 991.98px) {
   .p-support__img {
      margin-top: -1.5em;
   }
   .p-support__img>img {
      width: 100px;
      margin-bottom: 25px;
   }
}
.p-program-img{
    width: 115px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
}

.p-program-img.--curriculum img{
    width: 110px;
}

@media screen and (max-width: 479.95px) {
    .p-program-img{
        margin-top: -1.5em;
        width: 100px;
        margin-bottom: 25px;
    }
    .p-program-img.--curriculum img{
        width: 84px;
    }
}


.p-box__title.--program {
    color: #000;
    font-weight: var(--fontweight-bold);
}
.p-box__title.--program::before,
.p-box__title.--program::after{
    display: none;
}

.p-curriculum-heading {
    display: flex;
    width: 100%;
    height: 6rem;
    padding-left: 3rem;
    margin-bottom: 2rem;
    background-color: var(--color-green);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    align-items: center;
}

.p-curriculum-heading__txt {
    display: block;
    font-size: 2.6rem;
    font-weight: var(--fontweight-bold);
    color: #FFF;
}

@media screen and (max-width: 767.98px){
    .p-curriculum-heading {
        height: 4rem;
    }
    .p-curriculum-heading__txt {
    display: block;
    font-size: 1.6rem;
}
    
}
.p-curriculum-title {
    position: relative;
    font-size: 1.8rem;
    font-weight: var(--fontweight-bold);
    padding-left: 1.4rem;
    color: var(--color-green);
}
.p-curriculum-title::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0.15em;
    width: 4px;
    height: 1.4em;
    background: #81C656;
    border-radius: 0px 2px 2px 0px;
}
.p-curriculum-txt {
    font-size: 1.6rem;
}
@media screen and (max-width: 767.98px) {
    .p-curriculum-title {
        font-size: 1.6rem;
    }
    .p-curriculum-txt {
        font-size: 1.4rem;
    }
}
.p-voices {
    padding-inline: 25px;
    width: 100%;
    margin-inline: auto;
}

.p-voices__item {
    position: relative;
    max-width: 594px;
    width: auto;
    height: fit-content;
    padding: 25px;
    border-radius: 16px;
    border: 1px solid #E1E1E1;
    margin-top: 40px;
    margin-bottom: 40px;
}
.p-voices__item.--right{
    margin-right: 60px;
    margin-left: auto;
}
.p-voices__item.--left {
    margin-left: 60px;
    margin-right: auto;
}

.p-voices__icon{
    position: absolute;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    top: 10px;
}

.p-voices__icon.--left {
    left: -60px;
}

.p-voices__icon.--right {
    right: -60px;
}

.p-voices__icon:first-of-type,
.p-voices__icon:last-of-type {
    margin: 0;
}

@media screen and (max-width: 767.98px) {
    .p-voices {
        padding-inline: 0px;
    }
}
.p-program-anchor {
   display: flex;
   flex-wrap: wrap;
   gap: 10px 30px;
   max-width: 61rem;
   width: 100%;
   margin-top: 4rem;
   margin-right: auto;
   margin-left: auto;
}
.p-program-anchor__item {
   width: calc((100% - 30px)/2);
}
.p-program-bg {
   position: relative;
}
.p-program-bg::before,
.p-program-bg::after {
   position: absolute;
   z-index: 1000;
   background-repeat: no-repeat;
   background-size: auto 100%;
   content: '';
}
.p-program-bg::before {
   background-position: right center;
}
.p-program-bg::after {
   background-position: left center;
   
}
.p-program-bg.--self::before,
.p-program-bg.--skill::before {
   top: -19.6rem;
   left: -33rem;
   width: 49.4rem;
   height: 50rem;
   background-image: url('../images/program/bg-program-fluid-yellow.webp');
}
.p-program-bg.--work-basic::after,
.p-program-bg.--job-prep::after {
   top: -19rem;
   right: -5.5rem;
   width: 35.5rem;
   height: 30rem;
   background-image: url('../images/program/bg-program-fluid-green.webp'); 
}
.p-program-bg.--self::after {
   top: -4.4rem;
   right: -1rem;
   width: 33.2rem;
   height: 28.5rem;
   background-image: url('../images/program/bg-program-self.webp');  
}
.p-program-bg.--work-basic::before {
   top: -8rem;
   left: -3rem;
   width: 30rem;
   height: 35.5rem;
   background-image: url('../images/program/bg-program-work.webp');
}
.p-program-bg.--skill::after {
   top: -4.2rem;
   right: -3rem;
   width: 30.8rem;
   height: 30rem;
   background-image: url('../images/program/bg-program-skill.webp'); 
}
.p-program-bg.--job-prep::before {
   top: -7.5rem;
   left: -6rem;
   width: 32.2rem;
   height: 35.5rem;
   background-image: url('../images/program/bg-program-job.webp');
}
.p-program-title:not(.--rev) {
   padding-right: 188px;
}
.p-program-title.--rev {
   padding-left: 188px;
}
.p-program-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 44px;
  margin-top: 7rem;
}
.p-program-list__item {
  display: grid;
}
.p-program-list__link {
  display: grid;
  grid-template-rows: auto 1fr auto;
  justify-items: center;
  align-items: center;
  gap: .6rem;
  border-radius: 20px;
  background-color: #fff;
  padding-top: 1.5rem;
  padding-right: 1rem;
  padding-bottom: 1.5rem;
  padding-left: 1rem;
  color: inherit;
  text-decoration: none;
  transition: background-color var(--animation-sec);
}
.p-program-list.--blue .p-program-list__link {
   background-color: var(--color-light-blue);
}
.p-program-list__img {
   max-width: 8rem;
   width: 100%;
}
.p-program-list__title {
   display: flex;
   align-items: center;
   min-height: 3em;
   font-size: 1.5rem;
   text-align: center;
   line-height: 1.5;
   word-break: keep-all;
}
.p-program-list__more {
   display: flex;
   justify-content: center;
   align-items: center;
   gap: 0 8px;
   margin-top: auto;
   margin-bottom: 0;
   color: var(--color-green);
   font-weight: var(--fontweight-bold);
   font-size: 1.4rem;
   text-transform: uppercase;
}
.p-program-list__arrow{
   display: flex;
   justify-content: center;
   align-items: center;
   width: 15px;
   height: 15px;
   border-radius: 50%;
}
.p-program-list__icon {
   width: 8px;
   height: 8px;
   margin-top: -1px;
   margin-right: -1px;
}

@media (max-width: 767.98px) {
   .p-program-anchor {
      flex-direction: column;
      max-width: none;
   }
   .p-program-anchor__item {
      width: 100%;
   }
   .p-program-title:not(.--rev) {
      padding-right: 115px;
   }
   .p-program-title.--rev {
      padding-left: 115px;
   }
   .p-program-title .c-section-title {
      padding-top: 3.4rem;
      margin-bottom: 2rem;
   }
   .p-program-list {
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
   }
   .p-program-bg.--self::before,
   .p-program-bg.--skill::before {
      top: -14.6rem;
      left: -15rem;
      width: 26rem;
      height: 26.5rem;
   }
   .p-program-bg.--work-basic::after,
   .p-program-bg.--job-prep::after {
      top: -15rem;
      right: -5.6rem;
      width: 25rem;
      height: 21rem;
   }
   .p-program-bg.--self::after {
      top: -2.9rem;
      right: -9.2rem;
      width: 27.6rem;
      height: 23.7rem;
   }
   .p-program-bg.--work-basic::before {
      top: -4.6rem;
      left: -15rem;
      width: 27rem;
      height: 31.9rem;      
   }
   .p-program-bg.--skill::after {
      top: -6.2rem;
      right: -7rem;
      width: 25.1rem;
      height: 24.5rem;
   }
   .p-program-bg.--job-prep::before {
      top: -8rem;
      left: -13rem;
      width: 31.2rem;
      height: 34.4rem;      
   }
}
@media (hover: hover) {
    .p-program-list__link:has(.p-program-list__more):hover {
        background-color: rgba(255,255,255,var(--hover-opacity));
    }
    .p-program-list.--blue .p-program-list__link:has(.p-program-list__more):hover {
        background-color: rgba(var(--color-light-blue-rgb),var(--hover-opacity));
    }
}
