@charset "utf-8";

/* welfareの記述 */
.environment-row {
  margin-top: 27px;
  justify-content: flex-start;
}

.environment .head-subttl {
  display: none;
}

.environment .head-ttl-wrap {
  background: url(../images/schedule/header-bg.jpg) no-repeat center center / cover;
  padding: 3rem 0;
}

.sec-link {
  padding: 80px 0;
}

.sec-link-p {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 4rem;
}

.sec-link-row {
  row-gap: 15px;
  justify-content: center;
}

.sec-link-row a {
  text-align: center;
  display: block;
  background-color: #f5bd00;
  color: #fff;
  border-radius: 5px;
  position: relative;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 8px 16px 8px 4px;
}

.sec-link-row a::before {
  content: "";
  position: absolute;
  top: 55%;
  right: 15px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 7px solid #fff;
  border-bottom: 0;
}



.sec-environment.bg-gray,
.sec-event .bg-gray {
  background-color: #f2f2f2;
}

.sec-environment {
  padding-top: 40px;
  padding-bottom: 40px;
}

.environment-txt {
  font-size: 1.25rem;
  font-weight: bold;
  margin-top: 40px;
}

.environment-ttl {
  font-size: 1.75rem;
}


.environment-ribbon {
  position: relative;
  width: 270px;
  height: 55.58px;
  line-height: 55.58px;
  background: #000;
  clip-path: polygon(100% 0, 96% 50%, 100% 100%, 0% 100%, 4% 50%, 0 0);


}

.environment-ribbon::before {
  content: "";
  position: absolute;
  inset: 3px;
  background-color: #F6E628;
  clip-path: polygon(100% 0, 96% 50%, 100% 100%, 0% 100%, 4% 50%, 0 0);
  z-index: -1;

}

.welfare-card {
  margin-bottom: 30px;
}


.welfare-card-inner {

  padding: 25px 35px;
  margin-top: 31px;
  height: 100%;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.welfare-card-ttl {
  font-size: 1.375rem;
  font-weight: bold;
  margin-top: 20px;
}

.welfare-card-txt {
  font-size: 1rem;
  margin-bottom: 0;
  max-width: 300px;
  margin-inline: auto;
}




@media all and (min-width: 576px) {
  .environment .head-ttl-wrap {
    padding: 5rem 0;
  }

  .welfare-card-inner {

    padding: 25px 15px;

  }

  .welfare-card-ttl {
    font-size: 1.5rem;

  }

}

@media all and (min-width: 1080px) {



  .environment-ribbon {
    width: 420px;
    height: 62.58px;
    line-height: 62.58px;
  }

  .environment-ttl {
    font-size: 2.125rem;
  }



}

@media all and (min-width: 1080px) {

  .environment-txt {

    margin-top: 60px;
  }

  .sec-environment {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .environment-ttl {
    font-size: 2.5rem;
  }

  .environment .sec-link {
    padding: 120px 0;
  }

}

@media all and (min-width: 1200px) {
  .environment .head-ttl-wrap {
    padding: 9.85rem 0;
  }

  .welfare-card-inner {

    padding: 40px 40px 20px;

  }

  .sec-link-row a {
    font-size: 1.75rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    padding: 12px 20px 12px 5px;
  }

  .sec-link-row a::before {
    top: 57%;
    right: 20px;
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
    border-top: 9px solid #fff;
  }
}

@media all and (min-width: 1400px) {}

/* //welfareの記述 */

/* eventの記述 */

.event-card {
  padding: 20px;
  height: 100%;
}

.event-card-ttl {
  font-size: 1.5rem;
  margin-top: 20px;
  font-weight: bold;
}

.event-card-txt {
  margin-bottom: 0;
  max-width: 480px;
  margin-inline: auto;
}


.event-row {
  padding-top: 30px;
  row-gap: 20px;
}


@media all and (min-width: 576px) {


  .event-card {
    padding: 40px;
  }
}

@media all and (min-width: 1080px) {}

@media all and (min-width: 1080px) {
  .event-row {
    padding-top: 62px;
  }
}

@media all and (min-width: 1200px) {}

@media all and (min-width: 1400px) {}

/* //eventの記述 */

/* entryの記述 */
.environment-entry {
  background-color: #D9E2A6;
  padding: 40px 0 70px;
}

.environment-entry p {
  margin-bottom: 0;
  max-width: 360px;
  margin-inline: auto;
}

.environment-entry-title>h3 {
  color: white;
  font-size: 2.5rem;
  margin-bottom: 30px;
  font-weight: bold;
}

.environment-entry-box {
  background-color: white;
  border-radius: 5px;
  padding: 20px 30px;
}

.environment-entry-ttl,
.environment-entry-disc {
  color: #000;
  font-weight: bold;
}

.environment-entry-card.graduate-card {
  margin-bottom: 20px;
}

.environment-entry-ttl {
  font-size: 1.75rem;
  padding-bottom: 20px;
  border-bottom: 2px solid #000;
  line-height: 1.1;
}

.environment-entry-ttl span,
.environment-entry-disc span {

  font-size: 1.25rem;
}

.environment-entry-disc {
  font-size: 1rem;
  padding-top: 12px;
}

.environment-entry-btn {
  padding: 16px 28px;
}

.environment-entry-card {
  padding: 0 20px;
  border-radius: 5px;
}

.environment-entry-card.bg-yello {
  background-color: #F6E628;
}

.environment-entry-card.bg-orange {
  background-color: #F5BD00;
}

@media all and (min-width: 576px) {}

@media all and (min-width: 1080px) {}

@media all and (min-width: 1080px) {
  .environment-entry-ttl {
    font-size: 2.5rem;
  }

  .environment-entry-ttl span {

    font-size: 2rem;
  }

  .environment-entry-disc {
    font-size: 1.5rem;
  }

  .environment-entry-ttl {
    height: 130px;
    display: grid;
    place-items: center;
    padding-bottom: 14px;
  }

  .environment-entry-box {
    display: flex;
    justify-content: center;
    column-gap: 50px;
    padding: 45px 30px 10px;
  }

  .environment-entry-card {
    width: 440px;
    padding: 0 40px;

  }
}

@media all and (min-width: 1200px) {}

@media all and (min-width: 1400px) {}

/* //entryの記述 */

/*デスクトップ*/
@media all and (min-width: 1080px) and (max-width: 1199px) {}

/*中デバイス*/
@media all and (min-width: 1080px) and (max-width: 1079px) {}

/*小デバイス*/
@media all and (min-width: 576px) and (max-width: 1079px) {}

@media all and (max-width: 400px) {}

/*iPhone5:SE*/
@media all and (max-width: 320px) {}
/* ========== MV (2026 リニューアル) ========== */
.environment-hero {
  height: 400px;
}
.environment-hero__inner {
  display: flex;
  align-items: center;
  height: 100%;
  max-width: none;
  padding-left: 150px;
}
.environment-hero__title {
  margin: 0;
  color: #212529;
  font-size: 70px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
@media (max-width: 1079px) {
  .environment-hero {
    height: 135px;
  }
  .environment-hero__inner {
    padding-left: 15px;
  }
  .environment-hero__title {
    font-size: 32px;
    letter-spacing: 0.05em;
  }
}
