:root {
  --color-main: #0046B7;
  --color-main-lighter: #007FEE;
  --color-bg-light: #F6F8FB;
  --color-border: #DADBDB;
  --color-text: #000;
  --color-white: #FFFFFF;
  --color-black: #000;
  --color-blue-900: #0046B7;
  --color-blue-850: #007FEE;
  --color-blue-800: #199DDD;
  --color-blue-300: #EBEEEE;
  --color-blue-250: #EDF4FC;
  --color-blue-100: #F6F8FB;
}

.u_fw900 {
  font-weight: 900;
}

.u_fw800 {
  font-weight: 800;
}

.u_fw700 {
  font-weight: 700;
}

.u_fw600 {
  font-weight: 600;
}

.u_fw500 {
  font-weight: 500;
}

.u_fw400 {
  font-weight: 400;
}

.u_inline_block {
  display: inline-block;
}

.u_font_en {
  font-family: "Barlow Condensed", serif;
}

.u_font_en_condensed {
  font-family: "Barlow Condensed", serif;
}

.u_font_ja {
  font-family: "IBM Plex Sans JP", serif;
}

.u_fw__black {
  font-weight: 900;
}

.u_fw__bold {
  font-weight: 700;
}

.u_fw__semi_bold {
  font-weight: 600;
}

.u_fw__medium {
  font-weight: 500;
}

.u_fw__regular {
  font-weight: 400;
}

.u_color__main {
  color: #0046B7;
}

.u_color__main_light {
  color: #007FEE;
}

.u_color__blue_800 {
  color: #199DDD;
}

.u_color__blue_850 {
  color: #007FEE;
}

.u_color__white {
  color: #FFFFFF;
}

:root {
  --content-padding-top: 60px;
}
.c_btn_outline {
  font-weight: 500;
  color: #007fee;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
  border: 1px solid #007fee;
  width: 250px;
  min-height: 50px;
  border-radius: 25px;
  background-color: white;
  font-size: 0.8125rem;
}
.c_btn_outline::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("../images/common/icon_arrow_rounded.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}

.l_page_hero__bg {
  opacity: 0.4;
}
.p_attempt_guideline__txt {
  font-weight: 500;
  color: #000;
  margin-top: 25px;
}
.p_attempt_guideline__list {
  margin-top: 25px;
}
.p_attempt_guideline__list .item {
  position: relative;
  font-weight: 500;
  color: #000;
  padding-left: 38px;
}
.p_attempt_guideline__list .item:first-child {
  margin-top: 0;
}
.p_attempt_guideline__list .num {
  position: absolute;
  left: 0;
  top: -1px;
  flex-shrink: 0;
}

.p_attempt_purpose {
  padding-top: 60px;
  padding-bottom: 60px;
}
.p_attempt_purpose__txt {
  font-weight: 500;
  color: #000;
  margin-top: 24px;
}

.p_attempt_healthy {
  background-color: #f6f8fb;
  padding-top: 60px;
  padding-bottom: 60px;
}
.p_attempt_healthy_secs {
  margin-top: 22px;
}
.p_attempt_healthy_sec {
  border-top: solid 1px #dadbdb;
  margin-top: 35px;
  padding-top: 35px;
}
.p_attempt_healthy_sec:first-child {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}
.p_attempt_healthy_sec__ttl {
  color: #0046b7;
  font-weight: 500;
  font-size: 1.125rem;
}
.p_attempt_healthy_sec__txt {
  font-weight: 500;
  color: #000;
  margin-top: 5px;
}
.p_attempt_healthy_sec__list {
  margin-top: 20px;
}
.p_attempt_healthy_sec__list .item {
  position: relative;
  font-weight: 500;
  margin-top: 10px;
  padding-left: 18px;
}
.p_attempt_healthy_sec__list .item:first-child {
  margin-top: 0;
}
.p_attempt_healthy_sec__list .item .num {
  position: absolute;
  left: 0;
  top: 0;
}
.p_attempt_healthy_sec01__grids {
  display: grid;
  grid-gap: 15px;
  margin: 30px auto 0;
}
.p_attempt_healthy_sec01__grid {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  padding: 25px 20px 20px;
}
.p_attempt_healthy_sec01__grid__img {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.p_attempt_healthy_sec01__grid .img {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0 auto;
}
.p_attempt_healthy_sec01__grid .img01 {
  max-width: 148px;
}
.p_attempt_healthy_sec01__grid .img02 {
  max-width: 56px;
}
.p_attempt_healthy_sec01__grid .img03 {
  max-width: 80px;
}
.p_attempt_healthy_sec01__grid .img04 {
  max-width: 112px;
}
.p_attempt_healthy_sec01__grid .img05 {
  max-width: 110px;
}
.p_attempt_healthy_sec01__grid__ttl {
  text-align: center;
  font-weight: 500;
  color: #007fee;
}
.p_attempt_healthy_sec01__grid__ttl .ttl_sm {
  display: block;
  font-size: 0.75rem;
}
.p_attempt_healthy_sec05__blocks {
  margin-top: 25px;
}
.p_attempt_healthy_sec05__block {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
  background-color: #fff;
  padding: 20px;
  margin-top: 15px;
}
.p_attempt_healthy_sec05__block:first-child {
  margin-top: 0;
}
.p_attempt_healthy_sec05__block__img {
  position: relative;
  flex-shrink: 0;
  width: 200px;
  margin: 0 auto;
}
.p_attempt_healthy_sec05__block__img .img {
  position: relative;
  width: 100%;
}
.p_attempt_healthy_sec05__block__img01 {
  position: relative;
  flex-shrink: 0;
  width: 250px;
  margin: 10px auto 0;
}
.p_attempt_healthy_sec05__block__img01 .img {
  width: 100%;
}
.p_attempt_healthy_sec05__block__main {
  position: relative;
}
.p_attempt_healthy_sec05__block__main .list_num li {
  position: relative;
  font-weight: 400;
  font-size: 0.8125rem;
  padding-left: 16px;
}
.p_attempt_healthy_sec05__block__main .list_num li .num {
  position: absolute;
  left: 0;
  top: 0;
}
.p_attempt_healthy_sec05__block__main .list_dot li {
  position: relative;
  font-weight: 400;
  font-size: 0.8125rem;
  padding-left: 14px;
}
.p_attempt_healthy_sec05__block__main .list_dot li .dot {
  position: absolute;
  left: 0;
  top: 0;
}
.p_attempt_healthy_sec05__block__ttl {
  color: #007fee;
  font-weight: 500;
  font-size: 1rem;
}
.p_attempt_healthy_sec05__block__txt {
  margin-top: 20px;
}
.p_attempt_healthy_sec05__block__txt .txt {
  font-weight: 400;
  font-size: 0.8125rem;
  margin-top: 10px;
}
.p_attempt_healthy_sec05__block__txt .txt:first-child {
  margin-top: 0;
}
.p_attempt_healthy_sec05__block__btn {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px 10px;
  margin-top: 25px;
}
.p_attempt_healthy_sec05__block__btn .c_btn_outline {
  position: relative;
  font-size: 0.75rem;
  min-height: auto;
  width: 100%;
  text-align: center;
  padding: 10px 32px;
  max-width: 330px;
}
.p_attempt_healthy_sec05__block__btn .c_btn_outline::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
.p_attempt_healthy_sec05__block__items {
  margin-top: 12px;
}
.p_attempt_healthy_sec05__block__item {
  margin-top: 10px;
}
.p_attempt_healthy_sec05__block__item:first-child {
  margin-top: 0;
}
.p_attempt_healthy_sec05__block__item .ttl {
  color: #000;
  font-weight: 500;
  margin-bottom: 5px;
}
.p_attempt_healthy_sec05__block__item .txt {
  font-weight: 400;
  font-size: 0.8125rem;
}
.p_attempt_healthy_sec05__block__content {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  :root {
    --content-padding-top: 120px;
  }
  .c_btn_outline {
    font-size: 0.9375rem;
    width: 340px;
    min-height: 68px;
    border-radius: 34px;
    padding-left: 20px;
    padding-top: 5px;
  }
  .c_btn_outline::after {
    width: 27px;
    height: 27px;
  }
  .p_attempt_guideline {
    padding-top: 102px;
  }
  .p_attempt_guideline .c_secttl {
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
  .p_attempt_guideline .c_secttl__ja {
    top: 1px;
  }
  .p_attempt_guideline__txt {
    margin-top: 42px;
    line-height: 2.125;
  }
  .p_attempt_guideline__list {
    margin-top: 38px;
    padding-left: 15px;
  }
  .p_attempt_guideline__list .item {
    padding-left: 42px;
    line-height: 2.1875;
    margin-top: 0;
  }
  .p_attempt_guideline__list .num {
    top: 0;
  }
  .p_attempt_purpose {
    padding-top: 99px;
    padding-bottom: 74px;
  }
  .p_attempt_purpose .c_secttl {
    -moz-column-gap: 5px;
    column-gap: 5px;
  }
  .p_attempt_purpose .c_secttl__ja {
    top: 1px;
  }
  .p_attempt_purpose__txt {
    margin-top: 42px;
    line-height: 2.125;
  }
  .p_attempt_healthy {
    padding-top: 95px;
    padding-bottom: 161px;
  }
  .p_attempt_healthy .c_secttl {
    -moz-column-gap: 4px;
    column-gap: 4px;
  }
  .p_attempt_healthy .c_secttl__ja {
    top: 1px;
  }
  .p_attempt_healthy_secs {
    margin-top: 44px;
  }
  .p_attempt_healthy_sec {
    margin-top: 70px;
    padding-top: 60px;
  }
  .p_attempt_healthy_sec__ttl {
    font-size: 1.4375rem;
  }
  .p_attempt_healthy_sec__txt {
    margin-top: 8px;
    line-height: 2.125;
  }
  .p_attempt_healthy_sec__list {
    margin-top: 29px;
    padding-left: 20px;
  }
  .p_attempt_healthy_sec__list .item {
    margin-top: 10px;
    padding-left: 19px;
  }
  .p_attempt_healthy_sec01__grids {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    margin-top: 28px;
    max-width: 820px;
  }
  .p_attempt_healthy_sec01__grid {
    padding: 20px;
    min-height: 260px;
  }
  .p_attempt_healthy_sec01__grid__img {
    height: 161px;
    margin-bottom: 12px;
  }
  .p_attempt_healthy_sec01__grid .img01 {
    max-width: 168px;
  }
  .p_attempt_healthy_sec01__grid .img02 {
    max-width: 76px;
    top: 7px;
  }
  .p_attempt_healthy_sec01__grid .img03 {
    max-width: 121px;
    top: 3px;
    left: -2px;
  }
  .p_attempt_healthy_sec01__grid .img04 {
    max-width: 132px;
    top: 3px;
  }
  .p_attempt_healthy_sec01__grid .img05 {
    max-width: 130px;
    top: 3px;
    left: 9px;
  }
  .p_attempt_healthy_sec01__grid.i04, .p_attempt_healthy_sec01__grid.i05 {
    grid-row: span 2;
  }
  .p_attempt_healthy_sec01__grid.i06, .p_attempt_healthy_sec01__grid.i07 {
    min-height: auto;
  }
  .p_attempt_healthy_sec01__grid__ttl {
    line-height: 1.4;
  }
  .p_attempt_healthy_sec01__grid__ttl .ttl_sm {
    font-size: 0.8125rem;
  }
  .p_attempt_healthy_sec03 {
    margin-top: 48px;
    padding-top: 55px;
  }
  .p_attempt_healthy_sec04 {
    margin-top: 48px;
    padding-top: 63px;
  }
  .p_attempt_healthy_sec04 .p_attempt_healthy_sec__txt {
    margin-top: 18px;
  }
  .p_attempt_healthy_sec05 {
    padding-top: 62px;
  }
  .p_attempt_healthy_sec05__blocks {
    margin-top: 35px;
  }
  .p_attempt_healthy_sec05__block {
    flex-direction: row;
    gap: 15px clamp(1.25rem, 1.2019230769vw + 0.6730769231rem, 1.875rem);
    margin-top: 21px;
    padding: 32px clamp(1.5625rem, 2.1634615385vw + 0.5240384615rem, 2.6875rem) 36px clamp(1.5625rem, 1.6826923077vw + 0.7548076923rem, 2.4375rem);
  }
  .p_attempt_healthy_sec05__block__img {
    margin: 0;
    width: clamp(6.25rem, 7.2115384615vw + 2.7884615385rem, 10rem);
  }
  .p_attempt_healthy_sec05__block__img01 {
    margin: 0;
    width: clamp(11.875rem, 6.4903846154vw + 8.7596153846rem, 15.25rem);
  }
  .p_attempt_healthy_sec05__block__main {
    width: calc(100% - clamp(6.25rem, 7.2115384615vw + 2.7884615385rem, 10rem));
    padding-top: 9px;
  }
  .p_attempt_healthy_sec05__block__main .list_num li {
    font-size: 0.875rem;
    line-height: 1.5714285714;
  }
  .p_attempt_healthy_sec05__block__main .list_dot li {
    font-size: 0.875rem;
    line-height: 1.5714285714;
  }
  .p_attempt_healthy_sec05__block__ttl {
    font-size: 1.1875rem;
  }
  .p_attempt_healthy_sec05__block__txt {
    margin-top: 18px;
  }
  .p_attempt_healthy_sec05__block__txt .txt {
    font-size: 0.875rem;
    margin-top: 13px;
    line-height: 1.5714285714;
  }
  .p_attempt_healthy_sec05__block__btn {
    justify-content: flex-start;
    gap: 20px 16px;
    margin-top: 24px;
  }
  .p_attempt_healthy_sec05__block__btn .c_btn_outline {
    max-width: 100%;
    width: 304px;
    padding: 18px 33px 14px;
    font-size: 0.8125rem;
  }
  .p_attempt_healthy_sec05__block__btn .c_btn_outline::after {
    width: 20px;
    height: 20px;
    right: 13px;
  }
  .p_attempt_healthy_sec05__block__btn .c_btn_outline.w1 {
    width: 334px;
    padding: 6px 33px 2px;
    min-height: 53px;
    line-height: 1.35;
  }
  .p_attempt_healthy_sec05__block__btn .c_btn_outline.padding01 {
    padding-left: 13px;
  }
  .p_attempt_healthy_sec05__block__items {
    margin-top: 19px;
  }
  .p_attempt_healthy_sec05__block__item {
    margin-top: 24px;
  }
  .p_attempt_healthy_sec05__block__item .ttl {
    margin-bottom: 6px;
  }
  .p_attempt_healthy_sec05__block__item .txt {
    line-height: 1.5714285714;
    font-size: 0.875rem;
  }
  .p_attempt_healthy_sec05__block__content {
    justify-content: space-between;
    flex-direction: row;
  }
  .p_attempt_healthy_sec05__block__content .p_attempt_healthy_sec05__block__img01 {
    position: absolute;
    right: 0;
    top: 47px;
  }
  .p_attempt_healthy_sec05__block__content .p_attempt_healthy_sec05__block__txt {
    width: calc(100% - clamp(11.875rem, 6.4903846154vw + 8.7596153846rem, 15.25rem));
    padding-right: clamp(1.25rem, 26.875vw + -22.9375rem, 3.9375rem);
  }
  .p_attempt_healthy_sec05__block02 .p_attempt_healthy_sec05__block__main {
    padding-top: 19px;
  }
  .p_attempt_healthy_sec05__block02 .c_btn_outline {
    padding-left: 20px;
  }
  .p_attempt_healthy_sec05__block04 .p_attempt_healthy_sec05__block__main {
    padding-top: 19px;
  }
  .p_attempt_healthy_sec05__block05 .p_attempt_healthy_sec05__block__main {
    padding-top: 19px;
  }
  .p_attempt_healthy_sec05__block05 .p_attempt_healthy_sec05__block__btn {
    margin-top: 26px;
  }
  .p_attempt_healthy_sec05__block06 {
    padding-bottom: 44px;
  }
  .p_attempt_healthy_sec05__block06 .p_attempt_healthy_sec05__block__btn {
    margin-top: 9px;
  }
  .p_attempt_healthy_sec05__block06 .p_attempt_healthy_sec05__block__img .img {
    top: 13px;
  }
  .p_attempt_healthy_sec05__block07 {
    padding-bottom: 44px;
  }
  .p_attempt_healthy_sec05__block07 .p_attempt_healthy_sec05__block__btn {
    margin-top: 14px;
  }
  .p_attempt_healthy_sec05__block07 .p_attempt_healthy_sec05__block__txt {
    margin-top: 12px;
  }
  .p_attempt_healthy_sec05__block07 .p_attempt_healthy_sec05__block__img .img {
    top: 20px;
  }
  .p_attempt_healthy_sec05__block07 .p_attempt_healthy_sec05__block__items {
    margin-top: 24px;
  }
}
/*# sourceMappingURL=maps/attempt.css.map */
