/*============================================

  ATTEMPT

============================================*/
/*-------------------------------
  ATTEMPT > COMMON
-------------------------------*/
.p-attempt {
  padding-bottom: 0 !important;
}
.p-attempt .c-ttl_pl {
  font-size: 1.2em;
  text-align: center;
  margin-bottom: 6rem;
}

.p-attempt_head__wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5rem;
}

.p-attempt_head__item {
  width: calc((100% - 8rem) / 2);
}

.p-attempt_head__img {
  margin-bottom: 4rem;
}

.p-attempt_head__ttl {
  font-size: 2.4rem;
  line-height: 1;
  margin-bottom: 2.5rem;
}

@media (max-width: 991.9px) {
  .p-attempt_head__item {
    width: calc((100% - 4rem) / 2);
  }
}
@media (max-width: 767.9px) {
  .p-attempt_head .c-ttl_pl {
    margin-bottom: 3rem;
  }
  .p-attempt_head__wrap {
    display: block;
  }
  .p-attempt_head__item {
    width: 100%;
  }
  .p-attempt_head__item:not(:first-child) {
    margin-top: 5rem;
  }
  .p-attempt_head__item:nth-child(1) .p-attempt_about__img {
    margin-bottom: 0;
  }
  .p-attempt_head__img {
    margin-bottom: 3rem;
  }
  .p-attempt_head__ttl {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
}
.p-attempt_body {
  background: #F9F7F2;
}

.p-attempt_body__inner {
  background: #ffffff;
  padding: 6rem 7rem;
}

.p-attempt_body__lead {
  text-align: left;
  margin-bottom: 5rem;
}

@media (max-width: 991.9px) {
  .p-attempt_body__inner {
    padding: 7rem 5rem;
  }
}
@media (max-width: 767.9px) {
  .p-attempt_body__inner {
    padding: 5rem 3rem;
  }
  .p-attempt_body__lead {
    text-align: left;
    margin-bottom: 3rem;
  }
}
.p-attempt_detail {
  margin-top: 9rem;
}

.p-attempt_detail .c-ttl_disc {
  margin-bottom: 0.5rem;
}

.p-attempt_detail__head {
  margin-bottom: 5rem;
  background: no-repeat center/cover;
}

.p-attempt_detail__headBox {
  width: 41.2rem;
  height: 9.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  line-height: 1;
  margin: 15rem auto 10rem auto;
}
.p-attempt_detail__headBox.-e {
  background: rgba(37, 134, 42, 0.75);
}
.p-attempt_detail__headBox.-s {
  background: rgba(7, 82, 168, 0.75);
}
.p-attempt_detail__headBox.-g {
  background: rgba(206, 84, 4, 0.75);
}
.p-attempt_detail__headBox .ttl_en {
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  font-size: 3rem;
}
.p-attempt_detail__headBox .ttl_jp {
  font-weight: 500;
  font-size: 1.8rem;
  margin-top: 1.5rem;
}

.p-attempt_detail__cnt:not(:first-child) {
  margin-top: 8rem;
}

.p-attempt_detail__item {
  margin-bottom: 4rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid #DDDDDD;
}

.p-attempt_detail__item.-col {
  display: flex;
}

.p-attempt_detail__item.-col .p-attempt_detail__txt {
  width: 100%;
}

.p-attempt_detail__item.-col > .p-attempt_detail__img {
  width: 43.55%;
  padding-left: 4rem;
}

.p-attempt_detail__img.-col {
  display: flex;
}

.p-attempt_detail__img.-col .p-attempt_detail__img:not(:first-child) {
  margin-left: 2rem;
}

.p-attempt_detail__ttl {
  line-height: 1.4;
  font-size: 2.4rem;
  margin-bottom: 3rem;
  padding-left: 1.9rem;
  position: relative;
}

.p-attempt_detail__ttl:before {
  content: "";
  width: 4px;
  height: 1em;
  position: absolute;
  left: 0;
  top: 0.2em;
  margin-right: 1.5rem;
}

.p-attempt_detail__ttl.-e:before {
  background: #25862A;
}

.p-attempt_detail__ttl.-s:before {
  background: #0752A8;
}

.p-attempt_detail__ttl.-g:before {
  background: #CE5404;
}

.p-attempt_detail__list > li:not(:first-child) {
  margin-top: 1em;
}

.p-attempt_detail__list_flex {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .p-attempt_detail__list_flex {
    flex-direction: column;
  }
}
.p-attempt_detail__list_flex img {
  width: 100px;
  height: 100px;
}
@media screen and (max-width: 767px) {
  .p-attempt_detail__list_flex img {
    width: 75px;
    height: 75px;
    margin: 0 auto;
  }
}

.p-attempt_detail__sdgsTtl {
  margin-bottom: 1.6rem;
}

.p-attempt_detail__icons {
  display: flex;
}

.p-attempt_detail__icon:not(:first-child) {
  margin-left: 1rem;
}

@media (max-width: 991.9px) {
  .p-attempt_detail__headBox {
    width: 18rem;
    height: 18rem;
  }
  .p-attempt_detail__headBox .ttl_en {
    font-size: 2.5rem;
  }
  .p-attempt_detail__ttl {
    font-size: 2rem;
    margin-bottom: 1em;
  }
  .p-attempt_detail__item.-col {
    display: block;
  }
  .p-attempt_detail__item.-col .p-attempt_detail__txt {
    width: 100%;
  }
  .p-attempt_detail__item.-col > .p-attempt_detail__img {
    width: 100%;
    padding-left: 0;
    margin-top: 3rem;
  }
}
@media (max-width: 767.9px) {
  .p-attempt_detail {
    margin-top: 5rem;
  }
  .p-attempt_detail__headBox {
    width: 50%;
    height: auto;
    padding: 4rem 0;
  }
  .p-attempt_detail__headBox .ttl_en {
    font-size: 2rem;
  }
  .p-attempt_detail__headBox .ttl_jp {
    font-size: 1.4rem;
    margin-top: 0.8rem;
  }
}
@media (max-width: 575.9px) {
  .p-attempt_detail__lead {
    text-align: left;
  }
  .p-attempt_detail__icons {
    flex-wrap: wrap;
  }
  .p-attempt_detail__icon {
    width: calc((100% - 2rem) / 3);
  }
  .p-attempt_detail__icon:not(:first-child) {
    margin-left: 0;
  }
  .p-attempt_detail__icon:nth-child(n+4) {
    margin-top: 1rem;
  }
  .p-attempt_detail__icon:not(:nth-child(3n)) {
    margin-right: 1rem;
  }
  .p-attempt_detail__img {
    text-align: center;
  }
  .p-attempt_detail__img.-col {
    display: block;
  }
  .p-attempt_detail__img.-col .p-attempt_detail__img {
    text-align: center;
  }
  .p-attempt_detail__img.-col .p-attempt_detail__img:not(:first-child) {
    margin-left: 0;
    margin-top: 2rem;
  }
  .p-attempt_detail__head {
    position: relative;
  }
  .p-attempt_detail__headBox {
    width: 90%;
    margin: 5rem auto 2rem auto;
    padding: 2rem 0;
  }
}/*# sourceMappingURL=attempt.css.map */