/*!
global > color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
/*!
global > mixin
------------------------------
*/
.u_txt_white {
  color: #fff !important;
}

.u_txt_black {
  color: #000 !important;
}

.u_mt_0 {
  margin-top: 0px !important;
}

.u_mb_0 {
  margin-bottom: 0px !important;
}

.u_mb_10 {
  margin-bottom: 10px !important;
}

.u_ml_0 {
  margin-left: 0px !important;
}

.u_mr_0 {
  margin-right: 0px !important;
}

@media screen and (min-width: 769px) {
  .u_mt_md_0 {
    margin-top: 0px !important;
  }
  .u_mb_md_0 {
    margin-bottom: 0px !important;
  }
  .u_ml_md_0 {
    margin-left: 0px !important;
  }
  .u_mr_md_0 {
    margin-right: 0px !important;
  }
}
.u_pl_0 {
  padding-left: 0 !important;
}

.u_pr_0 {
  padding-right: 0 !important;
}

.u_pt_3 {
  padding-top: 3px !important;
}

.u_pb_3 {
  padding-bottom: 3px !important;
}

.u_pl_20 {
  padding-left: 20px !important;
}

@media screen and (min-width: 769px) {
  .u_pl_md_9 {
    padding-left: 9px !important;
  }
}
.u_txt_left {
  text-align: left !important;
}

.u_txt_right {
  text-align: right !important;
}

.u_txt_center {
  text-align: center !important;
}

.u_fw900 {
  font-weight: 900 !important;
}

.u_fw800 {
  font-weight: 800 !important;
}

.u_fw700 {
  font-weight: 700 !important;
}

.u_fw600 {
  font-weight: 600 !important;
}

.u_fw500 {
  font-weight: 500 !important;
}

.u_fw400 {
  font-weight: 400 !important;
}

.u_fw300 {
  font-weight: 300 !important;
}

.u_f_base {
  font-family: "Noto Sans JP", sans-serif !important;
}

.u_cl_red {
  color: #E95037;
}

.u_cl_yellow {
  color: #FCD03E;
}

.u_cl_blue {
  color: #8BD1F4;
}

.p_wakuwaku_mv {
  position: relative;
  margin-top: 60px;
  padding-bottom: 2px;
}
@media screen and (min-width: 768px) {
  .p_wakuwaku_mv {
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.p_wakuwaku_mv img {
  width: 100%;
  height: 100%;
  aspect-ratio: 487/250;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p_wakuwaku_mv img {
    aspect-ratio: 2000/750;
  }
}
.p_wakuwaku_mv__content {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.p_wakuwaku_mv__content .l_container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.p_wakuwaku_mv__heading {
  pointer-events: none;
  margin: 0 auto;
  width: 100%;
  max-width: 300px;
  background-color: #fff;
  font-weight: 400;
  color: #00295f;
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0;
  white-space: nowrap;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p_wakuwaku_mv__heading {
    font-size: 3.5rem;
    max-width: clamp(
      22.5rem,
      21.1538461538vw + 12.3461538462rem,
      33.5rem
  );
  }
}

.p_wakuwaku_new {
  padding-top: 18px;
  padding-bottom: 186px;
}
@media screen and (min-width: 768px) {
  .p_wakuwaku_new {
    padding-top: 47px;
    padding-bottom: 390px;
  }
}
.p_wakuwaku_new .l_container {
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .p_wakuwaku_new .l_container {
    padding: 0 40px;
  }
}
.p_wakuwaku_new_txt {
  font-weight: 500;
  color: #00295f;
  width: 100%;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p_wakuwaku_new_txt {
    line-height: 2;
    font-size: 1.25rem;
    max-width: 860px;
    text-align: center;
  }
}
.p_wakuwaku_new .p_wakuwaku_head {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .p_wakuwaku_new .p_wakuwaku_head {
    margin-top: 94px;
  }
}
.p_wakuwaku_new .p_wakuwaku_grids {
  margin-top: 27px;
}
@media screen and (min-width: 768px) {
  .p_wakuwaku_new .p_wakuwaku_grids {
    margin-top: 56px;
  }
}
.p_wakuwaku_new_btn {
  text-align: center;
  margin-top: 26px;
}
@media screen and (min-width: 768px) {
  .p_wakuwaku_new_btn {
    margin-top: 34px;
  }
}
.p_wakuwaku_new_btn .c_btn03 {
  font-family: "Noto Sans JP", sans-serif;
  margin: 0 auto;
  font-weight: 500;
  letter-spacing: 0;
  border-radius: 30px;
  width: 100%;
  max-width: 360px;
  padding: 16px 15px;
}
@media screen and (min-width: 768px) {
  .p_wakuwaku_new_btn .c_btn03 {
    width: 360px;
    max-width: inherit;
  }
}

.p_wakuwaku_featured {
  position: relative;
  background-color: #f2f8fa;
  padding-bottom: 60px;
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .p_wakuwaku_featured {
    padding-bottom: 177px;
    padding-top: 37px;
  }
}
.p_wakuwaku_featured::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 100%;
  width: 100%;
  background: url(../images/wakuwaku/bg_curve_01_sp.png) no-repeat center/cover;
  z-index: -1;
  padding-top: 32.3076923077%;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .p_wakuwaku_featured::before {
    background: url(../images/wakuwaku/bg_curve_01.png) no-repeat center/cover;
    padding-top: 17.125%;
  }
}
.p_wakuwaku_featured .l_container {
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .p_wakuwaku_featured .l_container {
    padding: 0 40px;
  }
}
.p_wakuwaku_featured_blocks {
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .p_wakuwaku_featured_blocks {
    margin-top: 63px;
  }
}
.p_wakuwaku_featured_block {
  margin-top: 38px;
}
@media screen and (min-width: 768px) {
  .p_wakuwaku_featured_block {
    margin-top: 73px;
  }
}
.p_wakuwaku_featured_block:first-child {
  margin-top: 0;
}
.p_wakuwaku_featured_block__head {
  display: flex;
  justify-content: space-between;
}
.p_wakuwaku_featured_block__head .p_wakuwaku_featured_block__btn {
  display: none;
}
@media screen and (min-width: 768px) {
  .p_wakuwaku_featured_block__head .p_wakuwaku_featured_block__btn {
    display: inline-block;
  }
}
@media screen and (min-width: 768px) {
  .p_wakuwaku_featured_block__head__ttl {
    width: calc(100% - 200px);
    padding-right: 30px;
    margin-top: 7px;
  }
}
.p_wakuwaku_featured_block__content {
  margin-top: 18px;
}
@media screen and (min-width: 768px) {
  .p_wakuwaku_featured_block__content {
    margin-top: 40px;
  }
}
.p_wakuwaku_featured_block__btn {
  margin-top: 26px;
}
@media screen and (min-width: 768px) {
  .p_wakuwaku_featured_block__btn {
    display: none;
    margin-top: 0;
  }
}
.p_wakuwaku_featured_block__btn .c_btn03 {
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  border-radius: 30px;
  max-width: 360px;
  width: 100%;
  margin: 0 auto;
  padding: 16px 15px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p_wakuwaku_featured_block__btn .c_btn03 {
    max-width: inherit;
    width: 200px;
    margin: 0;
  }
}
.p_wakuwaku_featured_block .p_wakuwaku_grid__ttl {
  font-size: 0.8125rem;
  letter-spacing: -0.02em;
  margin-top: 0;
  line-height: 1.3846153846;
}
@media screen and (min-width: 768px) {
  .p_wakuwaku_featured_block .p_wakuwaku_grid__ttl {
    letter-spacing: 0;
    line-height: 1.6;
    font-size: 1rem;
    margin-top: clamp(
      -0.1875rem,
      -2vw + 1.8125rem,
      0.3125rem
  );
  }
}
.p_wakuwaku_featured_block .p_wakuwaku_grid__date {
  margin-top: 4px;
  font-size: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p_wakuwaku_featured_block .p_wakuwaku_grid__date {
    font-size: 1rem;
    margin-top: 13px;
  }
}
.p_wakuwaku_featured_block .p_wakuwaku_grid__content {
  margin-top: 4px;
}
@media screen and (min-width: 768px) {
  .p_wakuwaku_featured_block .p_wakuwaku_grid__content {
    margin-top: 16px;
  }
}

.p_wakuwaku_cate {
  padding-top: 60px;
}
@media screen and (min-width: 768px) {
  .p_wakuwaku_cate {
    padding-top: 86px;
  }
}
@media screen and (min-width: 1024px) {
  .p_wakuwaku_cate {
    padding-top: clamp(
      6.875rem,
      3.4722222222vw + 4.6527777778rem,
      8.125rem
  );
  }
}
.p_wakuwaku_cate_sec {
  position: relative;
  padding-top: 28px;
  padding-bottom: 76px;
}
@media screen and (min-width: 768px) {
  .p_wakuwaku_cate_sec {
    padding-top: 0;
    padding-bottom: 156px;
  }
}
.p_wakuwaku_cate_sec::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .p_wakuwaku_cate_sec::before {
    content: "";
    top: -20px;
    padding-top: 64.9725%;
    background: url(../images/wakuwaku/bg_curve_02.png) no-repeat center/cover;
  }
}
.p_wakuwaku_cate_sec .l_container {
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .p_wakuwaku_cate_sec .l_container {
    padding: 0 40px;
  }
}
@media screen and (min-width: 768px) {
  .p_wakuwaku_cate_sec .p_wakuwaku_head {
    margin-top: 64px;
  }
}
.p_wakuwaku_cate_sec .p_wakuwaku_grids {
  grid-gap: 17px 20px;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 56px;
}
@media screen and (min-width: 768px) {
  .p_wakuwaku_cate_sec .p_wakuwaku_grids {
    margin-top: 114px;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 54px clamp(
      1.25rem,
      5vw + -2.5rem,
      2.5rem
  );
  }
}
.p_wakuwaku_cate_sec .p_wakuwaku_grid__ttl {
  font-size: 0.8125rem;
  letter-spacing: -0.02em;
  margin-top: 0;
  line-height: 1.3846153846;
}
@media screen and (min-width: 768px) {
  .p_wakuwaku_cate_sec .p_wakuwaku_grid__ttl {
    line-height: 1.45;
    font-size: 1.25rem;
    margin-top: 2px;
  }
}
.p_wakuwaku_cate_sec .p_wakuwaku_grid__date {
  margin-top: 4px;
  font-size: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p_wakuwaku_cate_sec .p_wakuwaku_grid__date {
    font-size: 1rem;
    margin-top: 13px;
  }
}
.p_wakuwaku_cate_sec .p_wakuwaku_grid__content {
  margin-top: 4px;
}
@media screen and (min-width: 768px) {
  .p_wakuwaku_cate_sec .p_wakuwaku_grid__content {
    margin-top: 24px;
  }
}
.p_wakuwaku_cate_sec .p_wakuwaku_grid__img img {
  aspect-ratio: 170/102;
}
@media screen and (min-width: 768px) {
  .p_wakuwaku_cate_sec .p_wakuwaku_grid__img img {
    aspect-ratio: 360/216;
  }
}
.p_wakuwaku_cate_sec .c_pagenavi {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .p_wakuwaku_cate_sec .c_pagenavi {
    margin-top: 49px;
  }
}
.p_wakuwaku_cate_sec .c_pagenavi a,
.p_wakuwaku_cate_sec .c_pagenavi span {
  width: 40px;
  height: 40px;
  font-weight: 900;
  background-color: #9baab8;
  color: #fff;
  margin: 5px 3px;
}
.p_wakuwaku_cate_sec .c_pagenavi span.current {
  background-color: #00295f;
}
.p_wakuwaku_cate_sec .c_pagenavi .nextpostslink,
.p_wakuwaku_cate_sec .c_pagenavi .previouspostslink {
  position: relative;
  background-color: transparent;
  color: transparent;
  width: auto;
  height: auto;
  display: inline-block;
}
.p_wakuwaku_cate_sec .c_pagenavi .nextpostslink::after,
.p_wakuwaku_cate_sec .c_pagenavi .previouspostslink::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  border-top: solid 2px #00295f;
  border-right: solid 2px #00295f;
  padding: 5.5px;
}
.p_wakuwaku_cate_sec .c_pagenavi .nextpostslink {
  margin-left: 12px;
}
.p_wakuwaku_cate_sec .c_pagenavi .previouspostslink {
  margin-right: 12px;
}
.p_wakuwaku_cate_sec .c_pagenavi .previouspostslink::after {
  transform: translate(-50%, -50%) rotate(45deg) scale(-1);
}

.p_wakuwaku_detail {
  padding-top: 60px;
}
@media screen and (min-width: 768px) {
  .p_wakuwaku_detail {
    padding-top: 86px;
  }
}
@media screen and (min-width: 1024px) {
  .p_wakuwaku_detail {
    padding-top: clamp(
      6.875rem,
      3.4722222222vw + 4.6527777778rem,
      8.125rem
  );
  }
}

.p_wakuwaku_detail_sec {
  position: relative;
  padding-top: 19px;
  padding-bottom: 159px;
}
@media screen and (min-width: 768px) {
  .p_wakuwaku_detail_sec {
    padding-top: 91px;
    padding-bottom: clamp(
      12.5rem,
      141.875vw + -115.1875rem,
      26.6875rem
  );
  }
}
.p_wakuwaku_detail_sec .l_container {
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .p_wakuwaku_detail_sec .l_container {
    padding: 0 40px;
  }
}
.p_wakuwaku_detail_sec::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .p_wakuwaku_detail_sec::before {
    content: "";
    top: 13px;
    padding-top: 64.9725%;
    background: url(../images/wakuwaku/bg_curve_02.png) no-repeat center/cover;
  }
}
.p_wakuwaku_detail_sec_head {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p_wakuwaku_detail_sec_head {
    flex-direction: row;
    justify-content: space-between;
  }
}
.p_wakuwaku_detail_sec_socials {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .p_wakuwaku_detail_sec_socials {
    margin-top: 24px;
  }
}
.p_wakuwaku_detail_sec_social {
  width: 20px;
  height: 20px;
  margin: 0 4px 4px 0;
}
@media screen and (min-width: 768px) {
  .p_wakuwaku_detail_sec_social {
    width: 34px;
    height: 34px;
  }
}
.p_wakuwaku_detail_sec_social:last-child {
  margin-right: 0;
}
.p_wakuwaku_detail_sec_social a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .p_wakuwaku_detail_sec_social a {
    transition: all 0.5s;
  }
  .p_wakuwaku_detail_sec_social a:hover {
    opacity: 0.7;
  }
}
.p_wakuwaku_detail_sec_social_txt {
  color: #5f6974;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p_wakuwaku_detail_sec_social_txt {
    text-align: right;
  }
}
.p_wakuwaku_detail_sec_cate .cate {
  margin: 0 5px 5px 0;
  color: #bba083;
  display: inline-block;
  line-height: 1.3;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p_wakuwaku_detail_sec_cate .cate {
    font-size: 0.875rem;
  }
}
.p_wakuwaku_detail_sec_cate .cate:last-child {
  margin-right: 0;
}
.p_wakuwaku_detail_sec_ttl {
  color: #00295f;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 10px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  .p_wakuwaku_detail_sec_ttl {
    line-height: 2;
    margin-top: 3px;
    font-size: 1.5rem;
  }
}
.p_wakuwaku_detail_sec_date {
  font-family: "Rubik", sans-serif;
  line-height: 1.3;
  color: #00295f;
  margin-top: 8px;
  font-size: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p_wakuwaku_detail_sec_date {
    font-size: 1rem;
  }
}
.p_wakuwaku_detail_sec_eye_catch {
  text-align: center;
  margin-top: 18px;
}
@media screen and (min-width: 768px) {
  .p_wakuwaku_detail_sec_eye_catch {
    margin-top: 38px;
  }
}
.p_wakuwaku_detail_sec_eye_catch img {
  aspect-ratio: 360/216;
  object-fit: contain;
}
@media screen and (min-width: 768px) {
  .p_wakuwaku_detail_sec_eye_catch img {
    aspect-ratio: 1160/672;
  }
}
@media screen and (min-width: 768px) {
  .p_wakuwaku_detail_sec_info01 {
    padding-right: 20px;
  }
}
.p_wakuwaku_detail_sec_info02 {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .p_wakuwaku_detail_sec_info02 {
    margin-top: 0;
    flex-shrink: 0;
    padding-top: 17px;
  }
}
.p_wakuwaku_detail_sec_content {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p_wakuwaku_detail_sec_content {
    max-width: 960px;
  }
}
.p_wakuwaku_detail_sec_content p {
  color: #5f6974;
  font-size: 1rem;
}
.p_wakuwaku_detail_sec_content p + figure.wp-block-image,
.p_wakuwaku_detail_sec_content h2 + p + figure.wp-block-image,
.p_wakuwaku_detail_sec_content h3 + p + figure.wp-block-image,
.p_wakuwaku_detail_sec_content h4 + p + figure.wp-block-image,
.p_wakuwaku_detail_sec_content h5 + p + figure.wp-block-image {
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .p_wakuwaku_detail_sec_content h2 + p + figure.wp-block-image,
  .p_wakuwaku_detail_sec_content h3 + p + figure.wp-block-image,
  .p_wakuwaku_detail_sec_content h4 + p + figure.wp-block-image,
  .p_wakuwaku_detail_sec_content h5 + p + figure.wp-block-image {
    margin-top: 56px;
  }
}
.p_wakuwaku_detail_sec_content a {
  text-decoration: underline;
}
.p_wakuwaku_detail_sec_content a:hover {
  text-decoration: none;
}
.p_wakuwaku_detail_sec_content h2 {
  background-color: #00295f;
  color: #fff;
  margin-top: 40px;
  padding: 11px 30px 9px;
  font-size: 1.25rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p_wakuwaku_detail_sec_content h2 {
    padding: 11px 30px 9px;
    margin-top: 100px;
  }
}
.p_wakuwaku_detail_sec_content h2 + p {
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .p_wakuwaku_detail_sec_content h2 + p {
    margin-top: 46px;
  }
}
.p_wakuwaku_detail_sec_content h3 {
  color: #00295f;
  font-weight: 500;
  border-bottom: solid 2px #00295f;
  padding-bottom: 15px;
  margin-top: 15px;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p_wakuwaku_detail_sec_content h3 {
    margin-top: 79px;
    padding-bottom: 18px;
    line-height: 1.6;
  }
}
.p_wakuwaku_detail_sec_content h3 + p {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .p_wakuwaku_detail_sec_content h3 + p {
    margin-top: 61px;
  }
}
.p_wakuwaku_detail_sec_content h4 {
  position: relative;
  color: #00295f;
  padding-left: 20px;
  margin-top: 11px;
  font-weight: 500;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p_wakuwaku_detail_sec_content h4 {
    margin-top: 71px;
    padding-left: 20px;
  }
}
.p_wakuwaku_detail_sec_content h4::before {
  position: absolute;
  content: "";
  left: 0;
  background-color: #00295f;
  top: 20px;
  width: 10px;
  height: 2px;
}
.p_wakuwaku_detail_sec_content h4 + p {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .p_wakuwaku_detail_sec_content h4 + p {
    margin-top: 43px;
  }
}
.p_wakuwaku_detail_sec_content h5 {
  color: #00295f;
  font-weight: 500;
}
.p_wakuwaku_detail_sec_content ul {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p_wakuwaku_detail_sec_content ul {
    margin-top: 30px;
  }
}
.p_wakuwaku_detail_sec_content ul li {
  position: relative;
  padding-left: 16px;
  margin-top: 3px;
  line-height: 1.6;
  font-size: 1rem;
  margin-top: 9px;
}
@media screen and (min-width: 768px) {
  .p_wakuwaku_detail_sec_content ul li {
    line-height: 2;
    padding-left: 16px;
    margin-top: 2px;
  }
}
.p_wakuwaku_detail_sec_content ul li:first-child {
  margin-top: 0;
}
.p_wakuwaku_detail_sec_content ul li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 9px;
  border-radius: 50%;
  background-color: #5e718b;
  width: 6px;
  height: 6px;
}
@media screen and (min-width: 768px) {
  .p_wakuwaku_detail_sec_content ul li::before {
    top: 14px;
  }
}
.p_wakuwaku_detail_sec_content ol {
  position: relative;
  counter-reset: num;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p_wakuwaku_detail_sec_content ol {
    margin-top: 30px;
  }
}
.p_wakuwaku_detail_sec_content ol li {
  position: relative;
  color: #333;
  margin-top: 5px;
  padding-left: 12px;
}
@media screen and (min-width: 768px) {
  .p_wakuwaku_detail_sec_content ol li {
    padding-left: 17px;
  }
}
.p_wakuwaku_detail_sec_content ol li:first-child {
  margin-top: 0;
}
.p_wakuwaku_detail_sec_content ol li::before {
  position: absolute;
  left: 0;
  top: 0;
  counter-increment: num;
  content: counter(num) ".";
  color: #333;
}
.p_wakuwaku_detail_sec_btn {
  margin-top: 64px;
}
@media screen and (min-width: 768px) {
  .p_wakuwaku_detail_sec_btn {
    margin-top: 80px;
  }
}
.p_wakuwaku_detail_sec_btn .c_btn03 {
  margin: 0 auto;
  border-radius: 30px;
  text-align: center;
  padding: 16px 15px;
}
@media screen and (min-width: 768px) {
  .p_wakuwaku_detail_sec_btn .c_btn03 {
    max-width: inherit;
    width: 360px;
  }
}
.p_wakuwaku_detail_sec_btn .c_btn03__txt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
.p_wakuwaku_detail_sec_btn .c_btn03 .icon {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  top: 3px;
  left: -12px;
  margin-right: 7px;
}
@media screen and (min-width: 768px) {
  .p_wakuwaku_detail_sec_btn .c_btn03 .icon {
    top: 2px;
  }
}
.p_wakuwaku_detail_sec_btn .c_btn03 .icon svg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p_wakuwaku_detail_other {
  position: relative;
  background-color: #f2f8fa;
  padding-bottom: 55px;
}
@media screen and (min-width: 768px) {
  .p_wakuwaku_detail_other {
    padding-top: 122px;
    padding-bottom: 120px;
  }
}
.p_wakuwaku_detail_other::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: calc(100% - 19px);
  width: 100%;
  background: url(../images/wakuwaku/bg_curve_01_sp.png) no-repeat center/cover;
  z-index: -1;
  padding-top: 32.3076923077%;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .p_wakuwaku_detail_other::before {
    bottom: 100%;
    background: url(../images/wakuwaku/bg_curve_01.png) no-repeat center/cover;
    padding-top: 17.125%;
  }
}
.p_wakuwaku_detail_other .l_container {
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .p_wakuwaku_detail_other .l_container {
    padding: 0 40px;
  }
}
.p_wakuwaku_detail_other_ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.45;
  color: #00295f;
}
.p_wakuwaku_detail_other_cate {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 5px;
}
.p_wakuwaku_detail_other_txt {
  display: inline-block;
}
.p_wakuwaku_detail_other .p_wakuwaku_grids {
  margin-top: 14px;
  grid-gap: 25px 0;
}
@media screen and (min-width: 768px) {
  .p_wakuwaku_detail_other .p_wakuwaku_grids {
    grid-gap: 40px clamp(
      1.25rem,
      5vw + -2.5rem,
      2.5rem
  );
    margin-top: 35px;
  }
}
.p_wakuwaku_detail_other .p_wakuwaku_grid__ttl {
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .p_wakuwaku_detail_other .p_wakuwaku_grid__ttl {
    margin-top: 8px;
  }
}
.p_wakuwaku_detail_other_btn {
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .p_wakuwaku_detail_other_btn {
    margin-top: 54px;
  }
}
.p_wakuwaku_detail_other_btn .c_btn03 {
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  border-radius: 30px;
  max-width: 360px;
  width: 100%;
  margin: 0 auto;
  padding: 16px 15px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p_wakuwaku_detail_other_btn .c_btn03 {
    max-width: inherit;
    width: 200px;
    margin-top: 30px;
  }
}

.p_wakuwaku_topic {
  padding: 2px 0;
}
@media screen and (min-width: 768px) {
  .p_wakuwaku_topic {
    padding: 13px 0;
  }
}
.p_wakuwaku_topic .l_container {
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .p_wakuwaku_topic .l_container {
    padding: 0 40px;
  }
}

.p_wakuwaku_filter {
  background-color: #00295f;
}
@media screen and (min-width: 768px) {
  .p_wakuwaku_filter {
    padding: 24px 0 19px;
  }
}
.p_wakuwaku_filter .l_container {
  padding: 0 23px;
}
@media screen and (min-width: 768px) {
  .p_wakuwaku_filter .l_container {
    padding: 0 40px;
  }
}
.p_wakuwaku_filter__list {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p_wakuwaku_filter__list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
}
.p_wakuwaku_filter__list__content {
  display: none;
}
@media screen and (min-width: 768px) {
  .p_wakuwaku_filter__list__content {
    display: inherit;
  }
}
.p_wakuwaku_filter__list .js_dropdown_sp {
  position: absolute;
  width: 80px;
  height: 100%;
  right: -23px;
  top: 0;
}
@media screen and (min-width: 768px) {
  .p_wakuwaku_filter__list .js_dropdown_sp {
    display: none;
  }
}
.p_wakuwaku_filter__txt {
  position: relative;
  color: #fff;
  font-size: 1.25rem;
  font-family: "Noto Sans JP", sans-serif;
  padding: 11px 58px 9px 0;
  display: block;
}
@media screen and (min-width: 768px) {
  .p_wakuwaku_filter__txt {
    padding: 16px 30px 16px 0;
    padding: 0;
    margin: 0 clamp(
      1.875rem,
      6.0096153846vw + -1.0096153846rem,
      5rem
  ) 5px 0;
    line-height: 1.45;
  }
}
.p_wakuwaku_filter__txt::before, .p_wakuwaku_filter__txt::after {
  position: absolute;
  content: "";
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p_wakuwaku_filter__txt::before, .p_wakuwaku_filter__txt::after {
    content: none;
  }
}
.p_wakuwaku_filter__txt::before {
  top: 29px;
  right: 8px;
  width: 20px;
  height: 2px;
}
.p_wakuwaku_filter__txt::after {
  top: 20px;
  right: 17px;
  width: 2px;
  height: 20px;
}
.p_wakuwaku_filter__txt.active::after {
  opacity: 0;
}
.p_wakuwaku_filter__items {
  position: relative;
  padding: 0 0 20px;
}
@media screen and (min-width: 768px) {
  .p_wakuwaku_filter__items {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
.p_wakuwaku_filter__item {
  width: 100%;
  position: relative;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .p_wakuwaku_filter__item {
    width: auto;
    margin: 0 clamp(
      1.875rem,
      2.4038461538vw + 0.7211538462rem,
      3.125rem
  ) 5px 0;
  }
}
.p_wakuwaku_filter__item:first-child {
  margin-top: 0;
}
.p_wakuwaku_filter__item__txt {
  position: relative;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .p_wakuwaku_filter__item__txt {
    padding: 0 16px 0 0;
    display: inline-block;
    transition: all 0.5s;
  }
  .p_wakuwaku_filter__item__txt:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}
.p_wakuwaku_filter__item__txt::after {
  position: absolute;
  content: "";
  right: 10px;
  top: 13px;
  border-top: solid 3px #fff;
  border-right: solid 3px transparent;
  border-left: solid 3px transparent;
}
@media screen and (min-width: 768px) {
  .p_wakuwaku_filter__item__txt::after {
    top: 14px;
    right: 0;
  }
}
.p_wakuwaku_filter__item__wrap {
  position: relative;
}
.p_wakuwaku_filter__dropdown {
  display: none;
  background-color: #fff;
  margin-top: 5px;
  z-index: 11;
}
@media screen and (min-width: 768px) {
  .p_wakuwaku_filter__dropdown {
    margin-top: 0;
    background-color: transparent;
    position: absolute;
    left: 50%;
    top: 30px;
    transform: translateX(-50%);
    width: 250px;
    padding-top: 32px;
  }
}
@media screen and (min-width: 768px) {
  .p_wakuwaku_filter__dropdown li {
    background-color: #00295f;
  }
}
.p_wakuwaku_filter__dropdown a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #00295f;
  border-top: solid 1px #00295f;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  .p_wakuwaku_filter__dropdown a {
    border-top: solid 1px #fff;
    color: #fff;
    text-align: center;
  }
}
.p_wakuwaku_filter__dropdown li:first-child a {
  border-top: 0;
}

.p_wakuwaku_head {
  text-align: center;
}
.p_wakuwaku_head__img {
  width: 178px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p_wakuwaku_head__img {
    width: 243px;
  }
}
.p_wakuwaku_head__ttl {
  margin-top: 17px;
}
@media screen and (min-width: 768px) {
  .p_wakuwaku_head__ttl {
    margin-top: 20px;
  }
}

.p_wakuwaku_grids {
  display: grid;
  grid-gap: 27px 0;
}
@media screen and (min-width: 768px) {
  .p_wakuwaku_grids {
    grid-gap: 40px clamp(
      1.25rem,
      5vw + -2.5rem,
      2.5rem
  );
    grid-template-columns: repeat(3, 1fr);
  }
}
.p_wakuwaku_grids.grid4 {
  grid-gap: 15px 20px;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 768px) {
  .p_wakuwaku_grids.grid4 {
    grid-gap: 40px clamp(
      1.25rem,
      5vw + -2.5rem,
      2.5rem
  );
    grid-template-columns: repeat(4, 1fr);
  }
}
.p_wakuwaku_grids.grid4 .p_wakuwaku_grid__img img {
  aspect-ratio: 170/102;
}
@media screen and (min-width: 768px) {
  .p_wakuwaku_grids.grid4 .p_wakuwaku_grid__img img {
    aspect-ratio: 260/156;
  }
}

.p_wakuwaku_grid__img {
  text-align: center;
  overflow: hidden;
}
.p_wakuwaku_grid__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  aspect-ratio: 360/216;
  transition: 0.5s;
  transform: scale(1.00001);
}
.p_wakuwaku_grid__note {
  aspect-ratio: 360/216;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(156, 170, 184, 0.5);
  text-align: center;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p_wakuwaku_grid__note {
    font-size: 0.875rem;
  }
}
.p_wakuwaku_grid__content {
  margin-top: 10px;
  transition: 0.5s;
}
@media screen and (min-width: 768px) {
  .p_wakuwaku_grid__content {
    margin-top: 24px;
  }
}
.p_wakuwaku_grid__cate .cate {
  font-weight: 500;
  color: #bba083;
  font-size: 0.75rem;
  line-height: 1.2;
  margin: 0 10px 5px 0;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .p_wakuwaku_grid__cate .cate {
    line-height: 2.2857142857;
    font-size: 0.875rem;
    margin: 0 10px 5px 0;
  }
}
.p_wakuwaku_grid__cate .cate:last-child {
  margin-right: 0;
}
.p_wakuwaku_grid__ttl {
  font-weight: 500;
  color: #00295f;
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 5px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  .p_wakuwaku_grid__ttl {
    line-height: 1.45;
    font-size: 1.25rem;
    margin-top: 2px;
  }
}
.p_wakuwaku_grid__date {
  color: #00295f;
  font-family: "Rubik", sans-serif;
  font-size: 0.75rem;
  margin-top: 7px;
}
@media screen and (min-width: 768px) {
  .p_wakuwaku_grid__date {
    font-size: 1rem;
    margin-top: 13px;
  }
}
.p_wakuwaku_grid__tags .tag {
  color: #9caab8;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 3px 5px 0;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .p_wakuwaku_grid__tags .tag {
    font-size: 0.875rem;
  }
}
.p_wakuwaku_grid__tags .tag:last-child {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .p_wakuwaku_grid__link:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .p_wakuwaku_grid__link:hover .p_wakuwaku_grid__img img {
    transform: scale(1.1);
  }
}
@media screen and (min-width: 768px) {
  .p_wakuwaku_grid__link:hover .p_wakuwaku_grid__content {
    opacity: 0.7;
  }
}
/*# sourceMappingURL=wakuwaku.css.map */

/*
------------------------------
*/

.c_btnlink {
  position: relative;
  display: block;
	width: 100%;
	line-height: 1;
	background-color: #d2dfef;
	font-size: 0.875rem;
	font-size: clamp(0.875rem, 2.8571428571vw + 0.3035714286rem, 1rem);
	line-height: 1.75;
	color: #00295f;
	border:1px solid #00295f;
	font-family: "Noto Sans JP", sans-serif;
	margin: 0 auto -50px;
	padding: 16px 15px;
	border-radius: 30px;
	text-align: center;
	text-decoration: none !important;
}
.st0{fill:#00295f;}
@media screen and (min-width: 768px) {
    .c_btnlink {
        max-width: inherit;
        width: 360px;
    }
}
