@charset "utf-8";
/*共通 設定
---------------------------------------------------------*/
:root {
  --color-main: #3CA6DB;
  --color-sub: #52B15A;
  --color-yellow: #FFF33D;
  --color-red: #D70000;
  --color-l_gray: #F5F8F8;
  --color-gray: #E1E1E1;
  --color-d_gray: #646464;
  --grad-main: linear-gradient(90deg, #0064BE 0%,#80B1DE 100%);
  --fontEn: "roboto", sans-serif;
}
.fontEn{
    font-family: var(--fontEn);
    line-height: .8;
    font-weight: 600;
    letter-spacing: .07em;
}
.txtSet{
    line-height: 2;
    text-align: justify;
}
.clrMain{
  color: var(--color-main)!important;
}
.bgMain{
  background-color: var(--color-main)!important;
}
.clrSub{
  color: var(--color-sub)!important;
}
.bgSub{
  background-color: var(--color-sub)!important;
}
._mw950{
  max-width: 95rem;
  margin-left: auto;
}



/*header
---------------------------------------------------------*/
:root {
  --header-height: 8.8rem;/*外部ページからのアンカーリンク用*/
  /* 画像の読み込みでずれるときは、EWWW Image Optimizerでページ除外する page:/equipment/ */
}
html {
  scroll-padding-top: var(--header-height)!important;
}
#header {
  height: var(--header-height);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  transition: .2s;
  z-index: 9999;
  max-width: 200rem;
  margin-inline: auto;
}
#header.scrollClass {


}
.hNav{
  margin-left: auto;
  transition: .2s;
  padding: 3rem 4rem;
  width: fit-content;
}
#header.scrollClass .hNav{
  padding: 1.6rem 3rem;
  background-color: #fff;
  box-shadow: 0 .2rem 0.5rem rgba(0, 0, 0, 0.1);
  border-radius: 0 0 .5rem .5rem;
}
.hNav ul{
  gap: 3rem;
  justify-content: flex-end;
}
.hNav li {
  text-align: left;
  position: relative;
}
.hNav li a {
  position: relative;
  font-weight: 500;
}
.hNav li a:hover{
  color: var(--color-main);
}
.menuIcon {
  display: none;
}


/*footer
---------------------------------------------------------*/
.footer {
  background: url("../img/footer_bg.jpg") center bottom no-repeat;
  background-size: 100% auto;
}
.footer__ttl{
  padding: 7.2rem 0 2rem;
}
.footer__ttl .jaTxt{
  font-size: 1.8rem;
  padding-bottom: 2rem;
  color: var(--color-d_gray);
  letter-spacing: .2em;
  font-weight: 500;
}
.footer__ttl .enTxt{
  font-size: 5rem;
  font-weight: 600;
  padding-bottom: 3rem;
  letter-spacing: .12em;
}
.footer__ttl .img{
  max-width: 53.2rem;
  margin-inline: auto;
}
.footer__row {
  gap: 12.6rem;
  position: relative;
  padding: 8rem 0 18rem;
  text-align: left;
}
.footer__box_detail{
  padding-bottom: 3rem;
  margin-bottom: 2rem;
  border-bottom: .1rem solid var(--color-gray)
}
.footer__box_detail .name{
  font-size: 2.4rem;
  padding-bottom: .6rem;
  font-weight: 700;
}
.footer__box_detail .part{
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 2.5rem;
}
.footer__box_detail .c_tel{
  font-size: 3.2rem;
  margin-top: 2rem;
}
.footer__box_detail .c_tel::before{
  width: 2.3rem;
  margin-right: 1rem;
}
.footer__box_link{
  gap: 5.9rem;
  align-items: center;
  padding: 0 4rem 3.2rem 0;
}
.footer__box_link .logo{
  width: 14.8rem;
}
.footer__box_link .sns{
  gap: 3rem;
  align-items: center;
}
.footer__nav{
  width: 44.4rem;
  padding-right: 2.4rem;
}
.footer__nav li + li{
  margin-top: 2.4rem;
}
.footer__nav li a{
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
}
.footer__nav li a span::after{
  content: "";
  width: 1rem;
  height: auto;
  aspect-ratio: 1;
  background: url("../img/arrow_main.svg") center no-repeat;
  background-size: contain;
  display: inline-block;
  margin-left: 1rem;
  transition: .2s;
}
.footer__nav li a:hover{
  color: var(--color-sub);
}
.footer__nav li a:hover span::after{
  background-image: url("../img/arrow_sub.svg")
}

.copyRight{
  color: #898989;
  font-size: 1.1rem;
}
.footer__box .sponsor{
  margin-top: .6rem;
  color: #898989;
  font-size: 1.3rem;
}
#pageTop {
    width: 6rem;
    height: auto;
    aspect-ratio: 1;
    border-radius: 50%;
    background: var(--color-l_gray) url("../img/arrow_top.svg") center no-repeat;
    background-size: 30% auto;
    display: grid;
    place-content: center;
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(100%);
}
#pageTop:hover{
    background-color: var(--color-sub);
    background-image: url("../img/arrow_top_white.svg");
}
/*fixMenu
---------------------------------------------------------*/
.fixMenu {
  position:fixed;
  bottom: 3.6rem;
  right: 3rem;
  z-index:9999;
}
.fixMenu a{
  display: block;
  width: 18rem;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: var(--color-main);
  color: #fff;
  /* box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.10); */
  display: grid;
  place-content: center;
  padding-top: 1.7rem;
  font-weight: 600;
}
.fixMenu a .txt span{
  font-size: 3rem;
  display: block;
  margin-bottom: .4rem;
}
.fixMenu a .img{
  width: 4.4rem;
  margin-inline: auto;
  margin-top: 0.9rem;
}
.fixMenu a:hover{
  background-color: var(--color-sub);
}
.fixMenu a:hover img{
  opacity: 1;
}


/*共通 パーツ
---------------------------------------------------------*/
/* タイトル */
.c_enJaTtlWrap{
  position: relative;
  padding-bottom: 5rem;
}
.c_enJaTtlWrap::after{
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 100dvw;
  height: 1px;
  background: var(--color-gray);
  pointer-events: none;
  z-index: 0;
}
.c_enJaTtl {
  font-size: 3.8rem;
  text-align: left;
  letter-spacing: .1em;
}
.c_enJaTtl span {
  display: block;
  font-size: 1.8rem;
  line-height: 1;
  margin-bottom: 1rem;
  letter-spacing: .1em;
}
.c_enJaTtlWrap .human{
  position: absolute;
  bottom: 0;
  right: 0;
}
.c_enJaTtlWrap .human,
.p_course_leadWrap .human{
  opacity: 0;
  transform: translateX(-20rem);
  transition: .8s;
}
.c_enJaTtlWrap .human:nth-of-type(2),
.p_course_leadWrap .human._02{
  transition-delay: .2s;
}
.p_course_leadWrap .human._03{
  transition-delay: .4s;
}
.active .c_enJaTtlWrap .human,
.active.c_enJaTtlWrap .human,
.active.p_course_leadWrap .human{
  opacity: 1;
  transform: translateX(0);
}
.c_enJaTtlWrap .human._01{
  width: 6.7rem;
}
.c_enJaTtlWrap .human._02{
  width: 5.3rem;
}
.c_enJaTtlWrap .human._05{
  width: 7.4rem;
}
.c_enJaTtlWrap .human._07{
  width: 8rem;
}
.c_enJaTtlWrap .human._08{
  width: 6.6rem;
}
.c_enJaTtlWrap .human:nth-of-type(2){
  right: 10rem;
}
.c_enJaTtlWrap .human._08:nth-of-type(2){
  right: 13rem;
}

/* ボタン */
.c_btn_arrowWrap{
  gap: 2.3rem 5.5rem;
  flex-wrap: wrap;
}
.c_btn_arrowWrap li{
  width: 44%;
}
.c_btn_arrow a {
  font-size: 1.8rem;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 2rem;
  text-decoration: underline;
  text-decoration-thickness: .1rem;
  text-underline-offset: 1.2rem;
}
.c_btn_arrow a::before {
  content: "";
  width: 5rem;
  height: auto;
  aspect-ratio: 1;
  background: var(--color-main) url("../img/arrow_white.svg") center no-repeat;
  background-size: 30% auto;
  display: inline-block;
  border-radius: 50%;
  transition: .2s;
}
.c_btn_arrow a:hover{
  color: var(--color-sub);
  text-decoration-color: var(--color-sub);
}
.c_btn_arrow a:hover::before{
  background-color: var(--color-sub);
  background-image: url("../img/arrow_white.svg");
}

.c_btn_arrow02Wrap{
  gap: 3.3rem;
  margin-top: 5rem;
}
.c_btn_arrow02 a{
  font-size: 1.8rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 1.2rem;
  border-bottom: .1rem solid var(--color-gray);
  padding-bottom: 1rem;
  transition: color .2s, border-color .2s; /* 色アニメ */
}
.c_btn_arrow02 a::after{
  content: "";
  display: inline-block;
  flex: 0 0 auto;
  width: 1.2rem;
  height: auto;
  aspect-ratio: 1;
  background-color: var(--color-main);
  /* Safari配慮で -webkit- を併記 */
 -webkit-mask:  url("../img/arrow_main.svg") center / contain no-repeat;
         mask:  url("../img/arrow_main.svg") center / contain no-repeat;
  transition: background-color .2s;
}
.c_btn_arrow02._download a::after{
  width: 1.8rem;
  -webkit-mask-image: url("../img/download.svg");
          mask-image: url("../img/download.svg");
}
.c_btn_arrow02 a:hover{
  color: var(--color-sub);
  border-color: var(--color-sub);
}
.c_btn_arrow02 a:hover::after{
  background-color: var(--color-sub);
}


.c_btn_bgClr a {
  background-color: var(--color-main);
  color: #fff;
  padding: 1.6rem 4rem;
  font-size: 2rem;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  border-radius: 3rem;
  letter-spacing: .07em;
}
.c_btn_bgClr._blank a::after {
  content: "";
  display: inline-block;
  width: 1.35rem;
  height: auto;
  aspect-ratio: 1;
  background: url("../img/blank_white.svg") center no-repeat;
  background-size: contain;
}
.c_btn_bgClr._pdf a::after {
  content: "";
  display: inline-block;
  width: 1.3rem;
  height: auto;
  aspect-ratio: 13/16;
  background: url("../img/icon_pdf.svg") center no-repeat;
  background-size: contain;
}
.c_btn_bgClr a:hover{
  background-color: var(--color-sub);
}
/* 電話 */
.c_tel {
  position: relative;
  font-size: 4.6rem;
  font-weight: 600;
  display: inline-block;
}
.c_tel::before {
  content: "";
  width: 3.4rem;
  aspect-ratio: 1;
  background: url("../img/tel_blue.svg") center no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: 1.5rem;
  vertical-align: middle;
}
.c_tel::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.6rem;
  width: 100%;
  height: 0.2rem;
  background-color: var(--color-sub);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.3s ease;
}
.c_tel:hover{
  color: var(--color-sub);
}
.c_tel:hover::after {
  transform: scaleX(1);
}
.c_tel:hover::before{
  background-image: url("../img/tel_green.svg");
}

/*アニメーション
---------------------------------------------------------*/
.js-scroll ._fadeIn,
.js-scroll._fadeIn {
  opacity: 0;
  transition: .8s .2s linear;
}
.js-scroll ._fadeIn._delay02 {
  transition-delay: .4s;
}
.js-scroll ._fadeIn._delay03 {
  transition-delay: .6s;
}
.js-scroll.active ._fadeIn,
.js-scroll.active._fadeIn {
  opacity: 1;
}
.js-scroll ._fadeInUp {
  opacity: 0;
  transform: translate(0, 6rem);
  transition: 1s .2s cubic-bezier(0.76, 0, 0.24, 1);
}
.js-scroll.active ._fadeInUp {
  transform: translate(0, 0);
  opacity: 1;
}

/*top
---------------------------------------------------------*/
.p_top_mv{
  background-color: var(--color-yellow);
  padding-top: 6rem;
  overflow: hidden;
}
.c_postList{
  margin-top: 6.4rem;
}
.c_postList li a{
  border-bottom: .1rem solid var(--color-gray);
  padding: 3rem 0;
  gap: 3rem;
  text-align: justify;
  align-items: flex-start;
  letter-spacing: .02em;
  position: relative;
}
.c_postList li a::after{
  content: "";
  width: 5rem;
  height: auto;
  aspect-ratio: 1;
  background: var(--color-l_gray) url("../img/arrow_main.svg") center no-repeat;
  background-size: 30% auto;
  display: inline-block;
  border-radius: 50%;
  transition: .2s;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(40%);
}
.c_postList li a .ttl{
  font-weight: 500;
  line-height: 1.8;
  flex: 1;
  padding-right: 8rem;
}
.c_date {
  color: #808080;
  font-size: 1.4rem;
}
.c_cate {
  color: var(--color-d_gray);
  background-color: var(--color-gray);
  padding: 0.5rem 1.6rem;
  font-size: 1.4rem;
  display: inline-block;
  line-height: 1;
}
.c_postList li a:hover{
  border-color: var(--color-sub);
  color: var(--color-sub);
}
.c_postList li a:hover::after{
  background-color: var(--color-sub);
  background-image: url("../img/arrow_white.svg");
}
.c_postListWrap .c_btn_arrow{
  margin-top: 4.6rem;
  text-align: right;
}

.p_top_about{
  background-color: var(--color-l_gray);
}
.p_top_about__row {
  gap: 13rem;
}
.p_top_about__box {
  flex: 1;
  text-align: left;
  margin-top: 5.4rem;
}
.p_top_about__box .txtSet{
  margin-bottom: 6.2rem;
}
.p_top_about__row .img {
  max-width: 63rem;
  gap: 4rem;
  margin: -10rem -17rem 0 0;
  position: relative;
  z-index: 1;
  align-items: flex-start;
}
.p_top_about__row .img figure{
  border-radius: 1rem;
  overflow: hidden;
}
.p_top_about__row .img figure._01{
  max-width: 21rem;
  margin-top: 25rem;
}
.p_top_about__row .img figure._02_1{
  max-width: 38rem;
}
.p_top_about__row .img figure._02_2{
  max-width: 20rem;
  margin: 10.6rem 0 0 5rem;
}
.c_entry{
  padding: 0;
}
body:not(#index) .c_entry{
  background-color: var(--color-l_gray);
}
.c_entry__row .img {
  width: 50%;
  height: 42rem;
}
.c_entry__row .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right;
}
.c_entry__box {
  flex: 1;
  text-align: left;
  position: relative;
  padding: 8rem 0 8rem 11vw;
  display: block;
  --start-left: 9rem;
  --end-left: 30vw;
  --run-dist: calc(var(--end-left) - var(--start-left));
}
.c_entry__box h2 {
  font-size: 3rem;
  padding-bottom: 2.8rem;
  letter-spacing: .07em;
}
.c_entry__box .btn{
  position: relative;
  padding-left: 8.4rem;
  display: inline-block;
  letter-spacing: .05em;
  font-weight: 500;
}
.c_entry__box .btn::before {
  content: "";
  width: 6rem;
  height: auto;
  aspect-ratio: 1;
  background: var(--color-main) url("../img/arrow_white.svg") center no-repeat;
  background-size: 30% auto;
  display: inline-block;
  border-radius: 50%;
  transition: .2s;
  position: absolute;
  left: 0;
  top: 0;
}
.c_entry__box .btn .fontEn{
  font-size: 7.2rem;
  color: var(--color-main);
  display: block;
  margin-bottom: 1rem;
  letter-spacing: .1em;
}
.c_entry__box .human{
  position: absolute;
  bottom: 0;
  width: 7.3rem;
  left: var(--start-left);
  transform-origin: 50% 100%;
  will-change: transform;
}
.c_entry__box:hover{
  background-color: var(--color-sub);
  color: #fff!important;
}
.c_entry__box:hover .fontEn{
  color: #fff!important;
}
.c_entry__box:hover .btn::before{
  background-color: #fff;
  background-image: url("../img/arrow_sub.svg");
}
.c_entry__box:hover .human {
  animation: running-motion 1.2s linear both;
}
@keyframes running-motion {
  0%   { transform: translateX(0)                           translateY(0)      rotate(0deg); }
  15%  { transform: translateX(calc(var(--run-dist)*0.15))  translateY(-.4rem) rotate(-8deg); }
  30%  { transform: translateX(calc(var(--run-dist)*0.30))  translateY(.2rem)  rotate(8deg); }
  45%  { transform: translateX(calc(var(--run-dist)*0.45))  translateY(-.3rem) rotate(-8deg); }
  60%  { transform: translateX(calc(var(--run-dist)*0.60))  translateY(.1rem)  rotate(8deg); }
  75%  { transform: translateX(calc(var(--run-dist)*0.75))  translateY(-.2rem) rotate(-6deg); }
  90%  { transform: translateX(calc(var(--run-dist)*0.90))  translateY(.1rem)  rotate(6deg); }
  100% { transform: translateX(var(--run-dist))             translateY(0)      rotate(0deg); }
}

.p_top_sponsors__area{
  margin-top: 8rem;
}
.p_top_sponsors__area:nth-of-type(n+2){
  margin-top: 6rem;
}
.p_top_sponsors__area h3{
  color: var(--color-d_gray);
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 3rem;
}
.p_top_sponsors__area h3 .fontEn{
  color: #000;
  font-size: 3rem;
}
.p_top_sponsors__area ul{
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.p_top_sponsors__area._02 ul{
  grid-template-columns: repeat(4, 1fr);
}
.p_top_sponsors__area._03 ul{
  grid-template-columns: repeat(5, 1fr);
}
.p_top_sponsors__area ul li a{
  border: .1rem solid var(--color-gray);
  border-radius: 1rem;
  overflow: hidden;
  display: block;
}
.p_top_sponsors__area ul li a.nolink{
  pointer-events: none;
}
.p_top_sponsors__area ul li a:hover{
  border-color: var(--color-sub);
}
.p_top_sponsors__area ul li a:hover img{
  opacity: 1;
}
.p_top_contact__row {
  gap: 12.7rem;
}
.p_top_contact__box {
  flex: 1;
  text-align: left;
  margin-top: 7.4rem;
}
.p_top_contact__box h3 {
  font-size: 2.4rem;
  padding-bottom: 0.6rem;
}
.p_top_contact__box h4 {
  font-size: 1.8rem;
  padding-bottom: 2rem;
  font-weight: 500;
}
.p_top_contact__box .txt{
  line-height: 1.8;
}
.p_top_contact__box .c_tel{
  margin: 3rem 0 4rem;
}
.p_top_contact__row .img {
  max-width: 50rem;
  gap: 3rem;
  margin-top: -13rem;
  position: relative;
  z-index: 1;
  align-items: flex-start;
}
.p_top_contact__row .img figure{
  border-radius: 1rem;
  overflow: hidden;
}
.p_top_contact__row .img figure._01{
  max-width: 19.2rem;
  margin-top: 32rem;
}
.p_top_contact__row .img figure._02{
  max-width: 28rem;
}

.p_top_contact__sub{
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin-top: 11rem;
}
.p_top_contact__sub_box{
  background-color: var(--color-l_gray);
  border-radius: 1rem;
  overflow: hidden;
  padding: 5.4rem 3.2rem 4.5rem;
}
.p_top_contact__sub_box .ttl{
  position: relative;
}
.p_top_contact__sub_box .ttl::after{
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 100dvw;
  height: 1px;
  background: var(--color-gray);
  pointer-events: none;
  z-index: 0;
}
.p_top_contact__sub_box .ttl h3{
  font-size: 2.2rem;
  padding-bottom: 3.7rem;
}
.p_top_contact__sub_box .ttl .human{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 6.4rem;
}
.p_top_contact__sub_box._appli .ttl .human{
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  width: 4.1rem;
}
.p_top_contact__sub_box h4{
  font-size: 1.8rem;
  padding: 3.5rem 0 0.8rem;
}
.p_top_contact__sub_box .txt{
  font-size: 1.5rem;
  letter-spacing: 0.03em;
}
.p_top_contact__sub_box .c_tel{
  font-size: 3.8rem;
  margin: 3.1rem 0 1.4rem;
}
.p_top_contact__sub_box .c_tel::before{
  width: 3rem;
  margin-right: 1.3rem;
}
.p_top_contact__sub_box .time{
  color: var(--color-d_gray);
}

.p_top_link__list{
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
  margin-top: 7.4rem;
}
.p_top_link__list li a{
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
  color: #fff;
  height: 20rem;
  display: grid;
  place-content: center;
  letter-spacing: .1em;
}
.p_top_link__list li a::after{
  content: "";
  width: 5rem;
  height: auto;
  aspect-ratio: 1;
  background: var(--color-main) url("../img/blank_white.svg") center no-repeat;
  background-size: 30% auto;
  display: inline-block;
  border-radius: 50%;
  transition: .2s;
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
}
.p_top_link__list li a h3{
  font-size: 2.6rem;
  margin-bottom: .4rem;
}
.p_top_link__list li a h3 img{
  width: 27.4rem;
}
.p_top_link__list li a figure{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.p_top_link__list li a figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: .4s;
}
.p_top_link__list li a figure::before{
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: .4s;
}
.p_top_link__list li a:hover::after{
  background-color: var(--color-sub)
}
.p_top_link__list li a:hover figure img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 1;
}
.p_top_link__list li a:hover figure::before{
  background-color: rgba(0,0,0,.15);
}


/*下層 共通
---------------------------------------------------------*/
article > section:first-of-type{
  padding-top: 15rem;
}
.pankz {
  padding-top: 2rem;
  text-align:left;
  font-size: 1.4rem;
}
.pankz li {
  display: inline;
}
.pankz li a::after {
  content: ">";
  margin: 0 .5em;
}
.pankz li,
.pankz li a,
.pankz li a::after {
  color: var(--color-d_gray);
}


/*news 一覧
---------------------------------------------------------*/
.pager{
  margin-top: 5rem;
  display: flex;
  justify-content: space-between;
  font-weight: 500;
  align-items: center;
}
.pager a{
  font-size: 1.8rem;
}
.pager_arrow a{
  display: flex;
  gap: 2rem;
  align-items: center;
}
.pager_arrow.prev a::before,
.pager_arrow.next a::after{
  content: "";
  width: 4rem;
  height: auto;
  aspect-ratio: 1;
  background: var(--color-l_gray) url("../img/arrow_main.svg") center no-repeat;
  background-size: 30% auto;
  display: inline-block;
  transform: rotate(45deg);
  border-radius: 50%;
  transition: .2s;
}
.pager_arrow.prev a::before{
  transform: rotate(-135deg);
}
.pager_arrow a:hover{
  color: var(--color-sub);
}
.pager_arrow.prev a:hover::before,
.pager_arrow.next a:hover::after{
  background-color: var(--color-sub);
  background-image:url("../img/arrow_white.svg");
}


/*news 詳細
---------------------------------------------------------*/
.p_news_single{
  padding-bottom: 20rem;
}
.singleWrap {
  text-align: left;
  background-color: var(--color-l_gray);
  padding: 6rem 10rem 15rem;
  margin-top: 7rem;
}
.singleHeader {
  border-bottom: .1rem solid var(--color-gray);
  padding-bottom: 3.4rem;
  margin-bottom: 7.4rem;
  gap: 1.8rem 1rem;
  align-items: center;
}
.singleHeader h2 {
  font-size: 2.6rem;
  width: 100%;
}
.p_news_single .contWrap{
  margin:0 auto
}
.p_news_single .img{
  text-align: center;
  margin-bottom: 9rem;
}
.p_news_single .img img{
  max-height: 50rem;
}
.p_news_single .cont h3{
  border-bottom: .1rem solid var(--color-gray);
  padding-bottom: 1.8rem;
  font-size: 2.2rem;
  margin-bottom: 3rem;
}
.p_news_single .cont h4,
.p_news_single .cont h5,
.p_news_single .cont h6{
  font-size:1.8rem;
  padding: 2rem 0 0;
}
.p_news_single .cont p{
  line-height:1.8;
  font-weight: 500;
}
.p_news_single .share{
  border-top: .1rem solid var(--color-gray);
  border-bottom: .1rem solid var(--color-gray);
  padding: 2.6rem;
  justify-content: center;
  align-items: center;
  margin-top: 8.5rem;
  gap: 6rem;
  font-weight: 500;
}
.p_news_single .share .sns{
  align-items: center;
  gap: 2rem;
}
.p_news_single .share .sns img{
  width: 80%;
}
.pager .back a{
  text-decoration: underline;
  text-decoration-thickness: .1rem;
  text-underline-offset: 1.2rem;
  letter-spacing: .1em;
}
.pager .back a:hover{
  color: var(--color-sub)
}



/*result
---------------------------------------------------------*/
#resultPage article > section:first-of-type{
  padding-bottom: 4rem;
}
.p_result_cont{
  text-align: left;
  padding: 8rem 0;
}
#past_winner.p_result_cont{
  padding-bottom: 20rem
}
.p_result_cont__box .txt{
  font-size: 1.8rem;
  font-weight: 500;
}
.p_result_cont__box .note{
  margin-top: 2rem;
}
.p_result_cont__box .c_btn_bgClrWrap{
  margin-top: 4.4rem;
  gap: 2rem;
  flex-wrap: wrap;
}


/*feature
---------------------------------------------------------*/
.p_feature_leadWrap{
  padding-bottom: 4rem;
}
.p_feature_lead{
  background-color: var(--color-l_gray);
}
.p_feature_lead__row {
  gap: 6.2rem;
  padding: 8.2rem 0 9.7rem;
}
.p_feature_lead__row .img {
  max-width: 64rem;
  gap: 3.5rem;
  margin-left: -7rem;
  position: relative;
  z-index: 1;
  align-items: flex-start;
}
.p_feature_lead__row .img figure{
  border-radius: 1rem;
  overflow: hidden;
}
.p_feature_lead__row .img figure._01{
  width: 32rem;
}
.p_feature_lead__row .img figure._02_1{
  width: 20rem;
  margin: 7.8rem 0 0 8.6rem;
}
.p_feature_lead__row .img figure._02_2{
  width: 21rem;
  margin-top: 3.5rem;
}
.p_feature_lead__box {
  flex: 1;
}
.p_feature_lead__box li a {
  font-size: 2.2rem;
  padding: 4rem 0 1.8rem;
  display: block;
  border-bottom: .1rem solid var(--color-gray);
  font-weight: 700;
  position: relative;
  text-align: left;
  letter-spacing: .1em;
}
.p_feature_lead__box li a span{
  font-size: 63.6%;
  display: block;
  margin-bottom: 1rem;
}
.p_feature_lead__box li a::after{
  content: "";
  width: 5rem;
  height: auto;
  aspect-ratio: 1;
  background: #fff url("../img/arrow_top.svg") center no-repeat;
  background-size: 30% auto;
  display: inline-block;
  border-radius: 50%;
  transition: .2s;
  position: absolute;
  bottom: 2rem;
  right: 0;
  transform: rotate(180deg);
}
.p_feature_lead__box li a:hover{
  color: var(--color-sub);
  border-color: var(--color-sub);
}
.p_feature_lead__box li a:hover::after{
  background-image: url("../img/arrow_top_white.svg");
  background-color: var(--color-sub);
}

.p_feature_sec{
  padding: 8.5rem 0;
}
.p_feature_sec#feature04{
  padding-bottom: 24rem;
}
.p_feature_sec__cont{
  text-align: left;
}
.p_feature_sec__cont_txt{
  margin-top: 4rem;
}
.p_feature_sec__cont_img{
  border-radius: 1rem;
  overflow: hidden;
  margin-top: 4rem;
}
.p_feature_sec__cont_row {
  gap: 6.8rem;
  margin-top: 12rem;
}
#feature03 .p_feature_sec__cont_row:first-of-type{
  margin-top: 10rem;
}
.p_feature_sec__cont_box {
  flex: 1;
}
.p_feature_sec__cont_box h3 {
  font-size: 3rem;
  padding-bottom: 3.3rem;
  display: flex;
  gap: 2rem;
  align-items: center;
}
.p_feature_sec__cont_box h3 .num{
  display: inline-grid;
  place-content: center;
  width: 3.7rem;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  font-size: 1.8rem;
  background-color: var(--color-main);
  color: #fff;
}
.p_feature_sec__cont_box .note{
  font-size: 1.4rem;
  margin-top: .6rem
}
.p_feature_sec__cont_row .img {
  max-width: 45.5rem;
  border-radius: 1rem;
  overflow: hidden;
}
.p_feature_sec__cont_link{
  flex-direction: row-reverse;
  border-radius: 1rem;
  overflow: hidden;
  margin-top: 15rem;
  text-align: center;
  height: 21rem;
  color: #fff;
}
.p_feature_sec__cont_link .img{
  position: relative;
  width: 63.4rem;
  align-content: center;
  font-size: 2.1rem;
  font-weight: 500;
}
.p_feature_sec__cont_link .img::after{
  content: "";
  width: 5rem;
  height: auto;
  aspect-ratio: 1;
  background: var(--color-main) url("../img/blank_white.svg") center no-repeat;
  background-size: 30% auto;
  display: inline-block;
  border-radius: 50%;
  transition: .2s;
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
}
.p_feature_sec__cont_link .img h3 img{
  margin-bottom: 1rem;
  width: 37.4rem;
}
.p_feature_sec__cont_link .img figure{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.p_feature_sec__cont_link .img figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: .4s;
  opacity: .8;
}
.p_feature_sec__cont_link .img figure::before{
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: .4s;
}
.p_feature_sec__cont_link .box{
  background-color: var(--color-main);
  font-size: 2.6rem;
  flex: 1;
  position: relative;
  align-content: center;
  line-height: 1.6;
  letter-spacing: .1em;
  transition: .2s;
}
.p_feature_sec__cont_link .box .human{
  position: absolute;
  right: 5rem;
  bottom: 0;
  width: 6.8rem;
}
.p_feature_sec__cont_link:hover .img::after{
  background-color: var(--color-sub)
}
.p_feature_sec__cont_link:hover img{
  opacity: 1;
}
.p_feature_sec__cont_link:hover .img figure img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 1;
}
.p_feature_sec__cont_link:hover figure::before{
  background-color: rgba(0,0,0,.15);
}
.p_feature_sec__cont_link:hover .box{
  background-color: var(--color-sub);
}

/*about
---------------------------------------------------------*/
.p_about_lead{
  padding-bottom: 8rem;
}
.c_anchorLink{
  gap: 10rem;
  padding-top: 8rem;
}
.c_anchorLink a {
  font-size: 1.8rem;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 2rem;
  text-decoration: underline;
  text-decoration-thickness: .1rem;
  text-underline-offset: 1.2rem;
}
.c_anchorLink a::before {
  content: "";
  width: 5rem;
  height: auto;
  aspect-ratio: 1;
  background: var(--color-main) url("../img/arrow_top_white.svg") center no-repeat;
  background-size: 30% auto;
  display: inline-block;
  border-radius: 50%;
  transition: .2s;
  transform: rotate(180deg);
}
.c_anchorLink a:hover{
  color: var(--color-sub);
  text-decoration-color: var(--color-sub);
}
.c_anchorLink a:hover::before{
  background-color: var(--color-sub);
}
.p_about_race{
  padding-top: 0;
}
.c_bgimgTtl{
  text-align: left;
  height: 50rem;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 10rem;
}
.c_bgimgTtl::after{
  content: "";
  width: 100vw;
  height: 100%;
  background: url("../img/about/race_ttl_bg.jpg") center no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
#award .c_bgimgTtl::after{
  background-image: url("../img/about/award_ttl_bg.jpg")
}
#event .c_bgimgTtl::after{
  background-image: url("../img/about/event_ttl_bg.jpg")
}
.c_bgimgTtl h2{
  font-size: 3.8rem;
  margin-bottom: 5rem;
}
.c_bgimgTtl p{
  font-weight: 500;
}


.c_borderTtl{
  border-bottom: .1rem solid var(--color-gray);
  font-size: 3rem;
  padding-bottom: 2.8rem;
  display: flex;
  gap: 2rem;
  align-items: center;
  margin-bottom: 7rem;
  text-align: left;
}
.c_borderTtl .num{
  display: inline-grid;
  place-content: center;
  width: 3.7rem;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  font-size: 1.8rem;
  background-color: var(--color-main);
  color: #fff;
}
.p_about_race__area:nth-of-type(n+2){
  margin-top: 9.6rem;
}
.p_about_race .c_borderTtl,
.p_about_award .c_borderTtl{
  margin-bottom: 4rem;
}
.p_about_race__row {
  gap: 16rem;
}
.p_about_race__row:nth-of-type(n+2) {
  margin-top: 3rem;
}
.p_about_race__box {
  flex: 1;
  text-align: left;
  font-weight: 500;
}
.p_about_race__box h4 {
  font-size: 2.2rem;
  padding-bottom: 1rem;
}
.p_about_race__box .note {
  font-size: 1.4rem;
  margin-top: .4rem;
}
.p_about_race__row .img {
  max-width: 26rem;
}

.c_cont_area{
  text-align: left;
  font-weight: 500;
}
.c_cont_area:nth-of-type(n+2){
  margin-top: 16rem;
}
.c_cont_area .leadNote{
  font-size: 1.4rem;
}
.c_cont_rowWrap{
  margin-top: 10rem;
}
.c_cont_row {
  gap: 6rem;
  padding-bottom: 4.5rem;
  margin-bottom: 4.5rem;
  border-bottom: .1rem solid var(--color-gray);
  align-items: flex-start;
}
.c_cont_row:last-child{
  margin-bottom: 0;
}
.c_cont_box {
  flex: 1;
  text-align: left;
}
.c_cont_box .ttl {
  font-size: 2.2rem;
  font-weight: 700;
  display: flex;
  gap: 1.8rem;
  /* align-items: center; */
  padding-top: 1rem;
  align-items: flex-start;
}
.c_cont_box .ttl._present::before{
  content: "";
  width: 2.4rem;
  height: auto;
  aspect-ratio: 24/27;
  background: url("../img/present.svg") center no-repeat;
  background-size: contain;
  display: inline-block;
  margin-top: 0.2rem;
}
.c_cont_box .txt{
  margin-top: 3rem;
  line-height: 2;
  letter-spacing: 0;
  font-weight: 400;
}
.c_cont_box .note{
  margin-top: .4rem;
  font-size: 1.4rem;
  font-weight: 500;
}
.c_cont_row .img {
  max-width: 45.5rem;
}
.c_cont_row .img figure{
  border-radius: 1rem;
  overflow: hidden;
}
.c_cont_row .img figure + figure{
  margin-top: 4.4rem;
}
.c_cont_area .last_note{
  font-size: 1.4rem;
  margin-top: 2.4rem;
  font-weight: 500;
  line-height: 2;
}
.p_about_event{
  padding-bottom: 22rem;
}

/*course
---------------------------------------------------------*/
.p_course_leadWrap{
  padding-bottom: 0;
}
.p_course_lead{
  background-color: var(--color-l_gray);
}
.p_course_lead__row {
  gap: 10rem;
  position: relative;
  padding: 5rem 0 8rem;
}
.p_course_lead__box {
  flex: 1;
  text-align: left;
  padding-top: 4.6rem;
}
.p_course_lead__box h2{
  font-size: 3rem;
  padding-bottom: 3.8rem;
  letter-spacing: .1em;
}
.p_course_lead__box p{
  letter-spacing: 0;
}
.p_course_lead__row .img {
  max-width: 63rem;
  gap: 4rem;
  margin-right: -8rem;
  align-items: flex-start;
}
.p_course_lead__row .img figure{
  border-radius: 1rem;
  overflow: hidden;
}
.p_course_lead__row .img ._01{
  width: 16rem;
  margin-top: 15.8rem;
}
.p_course_lead__row .img ._02{
  width: 43rem;
}
.p_course_lead__row .human{
  position: absolute;
  bottom: 0;
  left: 17rem;
  width: 4.1rem;
}
.p_course_lead__row .human._02{
  left: 7.6rem;
  width: 6.2rem;
}
.p_course_lead__row .human._03{
  left: 0;
  width: 5.3rem;
}

.p_course_cont{
  padding: 14.7rem 0 24rem;
}
.p_course_cont__area{
  text-align: left;
}
.p_course_cont__area:nth-of-type(n+2){
  margin-top: 15rem;
}
.p_course_cont__area .note{
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 2.3rem;
}
.gMap {
  width: 100%;
  height: auto;
  aspect-ratio: 140/64;
  margin-inline: auto;
}
.gMap iframe {
  width: 100%;
  height: 100%;
}
.p_course_cont__area h3{
  font-size: 2.2rem;
  margin-bottom: 1rem;
  display: flex;
  gap: 1.3rem;
  align-items: center;
}
.p_course_cont__area h3::before{
  content: "";
  width: 2rem;
  height: auto;
  aspect-ratio: 20/25;
  background: url("../img/icon_map.svg") center no-repeat;
  background-size: contain;
  display: inline-block;
}
.p_course_cont__area address{
  margin-bottom: 4.5rem;
}
.p_course_cont__row {
  gap: 10rem;
  margin-top: 15rem;
}
.p_course_cont__box {
  flex: 1;
}
.p_course_cont__box li + li{
  margin-top: 5rem;
}
.p_course_cont__box h4 {
  font-size: 2rem;
  padding-bottom: 1rem;
  display: flex;
  gap: 0.8rem;
  align-items: center;
}
.p_course_cont__box h4::before{
  content: "";
  width: 4rem;
  height: auto;
  aspect-ratio: 40/32;
  background: url("../img/icon_train.svg") center no-repeat;
  background-size: contain;
  display: inline-block;
}
.p_course_cont__box h4._car::before{
  background-image: url("../img/icon_car.svg");
}
.p_course_cont__box h4._bike::before{
  background-image: url("../img/icon_bike.svg");
}
.p_course_cont__box .note02{
  font-size: 1.4rem;
  margin-top: 0.6rem;
}
.p_course_cont__row .img {
  max-width: 51.2rem;
  border-radius: 1rem;
  overflow: hidden;
}


/*entry
---------------------------------------------------------*/
#p_entry_runner.c_bgimgTtl{
  margin-bottom: 0;
}
#p_entry_runner.c_bgimgTtl::after{
  background-image: url("../img/entry/runner_ttl_bg.jpg")
}
#volunteer .c_bgimgTtl::after{
  background-image: url("../img/entry/volunteer_ttl_bg.jpg")
}
#plogging .c_bgimgTtl::after{
  background-image: url("../img/entry/plogging_ttl_bg.jpg")
}
.p_entry_lead{
  padding-bottom: 8rem;
}
.p_entry_lead .c_anchorLink{
  gap: 6rem;
}
.p_entry_runner{
  padding-top: 0;
}
.p_entry_overview{
  text-align: left;
}
.p_entry_overview__cont{
  padding: 0 18rem 0 7rem;
}
.p_entry_overview__cont:nth-of-type(n+2){
  margin-top: 6rem;
}
.p_entry_overview__cont h4 {
  font-size: 2.2rem;
  border-left: .4rem solid var(--color-main);
  padding-left: 1.8rem;
  margin-bottom: 1.4rem;
  line-height: 1.2;
}
.p_entry_overview__row {
  gap: 7rem;
  font-weight: 500;
}
.p_entry_overview__row:nth-of-type(n+2) {
  margin-top: 3rem;
}
.p_entry_overview__box {
  flex: 1;
}
.p_entry_overview__box h5 {
  font-size: 1.8rem;
  line-height: 1.9;
}
.p_entry_overview__box .txt {
  margin-top: .6rem;
}
.p_entry_overview__box .note {
  margin-top: 1rem;
  font-size: 1.4rem;
  /* letter-spacing: 0; */
  /* padding-left: 1em; */
  /* text-indent: -1em; */
}
.p_entry_overview__row .img {
  max-width: 26rem;
}
.p_entry_method{
  background-color: var(--color-l_gray);
  padding: 10rem 0 22rem;
}
.p_entry_method__area{
  background-color: #fff;
  border-radius: 2rem;
  padding: 7rem 16rem 8rem;
}
.p_entry_method__area:nth-of-type(n+2){
  margin-top: 6rem;
}
.p_entry_method__area h4{
  font-size: 3rem;
  margin-bottom: 4rem;
}
.p_entry_method__area h4 span{
  font-size: 1.6rem;
  display: block;
}
.p_entry_method__area h4 img{
  margin: .8rem auto 1rem;
  display: block;
}
.p_entry_method__area .c_btn_bgClr._blank{
  margin-bottom: 4rem;
}
.p_entry_method__area h5{
  font-size: 2rem;
  border-bottom: 1px solid var(--color-gray);
  font-weight: 500;
  padding-bottom: 1.2rem;
  margin-top: 7rem;
}
.p_entry_method__area .c_btn_arrowWrap{
  justify-content: center;
  margin-top: 5rem;
}
.p_entry_method__area .c_btn_arrowWrap li {
    width: auto;
}
.p_entry_method__area .contact{
  font-size: 1.8rem;
  font-weight: 500;
  margin: 2rem 0 2.8rem;
}
.p_entry_method__area .note{
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: .6rem;
}
.p_entry_method__area .c_btn_bgClr._pdf{
  margin-top: 4.2rem;
}
.p_entry_rule{
  padding: 18rem 0;
}
.p_entry_rule__area:nth-of-type(n+2){
  margin-top: 14rem;
}
.p_entry_rule__area li{
  text-align: left;
  line-height: 1.8;
  text-indent: -0.7em;
  padding-left: 1em;
}
.p_entry_rule__area li + li{
  margin-top: .6rem
}
.p_entry_rule__area li::before{
  content:"●";
  display:inline-block;
  font-size: 0.8rem;
  vertical-align: 0.3rem;
  padding-right: 1.4em;
  color: #898989;
}
.p_entry_volunteer{
  padding: 0 0 17.4rem;
}
.p_entry_volunteer section:not(:first-of-type),
.p_entry_plogging section:not(:first-of-type){
  margin-top: 17rem;
}
.p_entry_volunteer__cont{
  text-align: left;
}
.p_entry_volunteer__day .txt{
  font-weight: 700;
  font-size: 2rem;
}
.p_entry_volunteer__charge li + li{
  margin-top: 7rem;
}
.p_entry_volunteer__charge h4{
  border-left: .4rem solid var(--color-main);
  padding-left: 1.8rem;
  margin-bottom: 2rem;
  font-size: 2.2rem;
  line-height: 1.3;
}
.p_entry_volunteer__charge .txt{
  font-weight: 500;
}
.p_entry_volunteer__charge .note{
  font-weight: 500;
  font-size: 1.4rem;
  margin-top: 2.4rem;
  line-height: 2;
  padding-left: 1em;
  text-indent: -1em;
}
.p_entry_volunteer__apply .txt{
  line-height: 2;
  font-weight: 500;
}
.p_entry_volunteer__apply .c_btn_bgClrWrap{
  margin-top: 4.5rem;
  gap: 2rem;
}
.p_entry_plogging{
  text-align: left;
  padding-top: 0;
}
.p_entry_plogging .ttl{
  font-weight: 700;
  font-size: 2rem;
}
.p_entry_plogging__cont{
    font-weight: 500;
}
.p_entry_plogging .note{
  font-size: 1.4rem;
  margin-top: .4rem;
}
.p_entry_plogging .c_btn_bgClr{
  margin-top: 3.6rem;
}


/* koko ここ */




/*********************************/
/* タブレット用のスタイル記述 */
/*********************************/
@media screen and (max-width: 1300px) {
  html {
    font-size: .8vw;
  }
}

/*********************************/
/* スマートフォン用のスタイル記述 */
/*********************************/
@media screen and (max-width: 780px) {
/*全体レイアウト
---------------------------------------------------------*/
  html {
    font-size: 2.7777777vw;
  }
  body {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  body.active {
    overflow: hidden;
  }
  article > section {
    padding: 4rem 0;
  }
  .txtSet{
    line-height: 1.8;
  }

  /*header
  -------------------------------------------------------*/
  .hNav {
    display: none;
  }
  .hLogo img {
    max-height: 2.8rem;
  }


  /*nav
  -----------------------------------------------------*/
  .menuWrap {
    display: block;
    position: fixed;
    top: 1rem;
    right: 1rem;
    width: 6rem;
    height: 6rem;
    z-index: 999999;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.80);
  }
  .menuIcon {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    transform: translateY(-50%);
    margin: 0 auto;
    width: 2.8rem;
    height: 2.3rem;
    z-index: 99999;
    cursor: pointer;
    display: block;
  }
  .menuIcon span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 0.3rem;
    background: var(--color-d_gray);
    z-index: 10;
    transition: .2s;
    border-radius: 1rem;
  }
  .menuIcon span:nth-of-type(1) {top: 0;}
  .menuIcon span:nth-of-type(2) {top: 1rem;}
  .menuIcon span:nth-of-type(3) {bottom: 0;}
  .menuWrap.active span:nth-of-type(1) {
    -webkit-transform: translateY(1rem) rotate(45deg);
    transform: translateY(1rem) rotate(45deg);
  }
  .menuWrap.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menuWrap.active span:nth-of-type(3) {
    -webkit-transform: translateY(-1rem) rotate(-45deg);
    transform: translateY(-1rem) rotate(-45deg);
  }

  #nav {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    display: block;
    padding: 4.4rem 3rem 4rem;
    background: var(--color-l_gray);
    visibility: hidden;
    opacity: 0;
  }
  #nav.active {
    right: 0;
    opacity: 1;
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    z-index: 99990;
  }
  .active #header.scrollClass{
    box-shadow:none;
  }
  .spTtl{
    font-size: 3rem;
    text-align: left;
    margin-bottom: 1.6rem;
  }
  .spMenu .img{
    margin: 3rem auto 1.4rem;
  }
  .spMenu li {
    border-bottom: 1px solid var(--color-gray);
  }
  .spMenu li a {
    font-size: 1.5rem;
    font-weight: 500;
    text-align: left;
    display: block;
    padding: 2.2rem 1.5rem 1rem 0;
    position: relative;
    display: flex;
    justify-content: space-between;
  }
  .spMenu li a::after{
    content: "";
    width: 1.1rem;
    height: auto;
    aspect-ratio: 1;
    background: url("../img/arrow_main.svg") center no-repeat;
    background-size: contain;
    display: inline-block;
    transition: .2s;
  }
  .spTxt{
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: .11em;
    margin-bottom: 2.4rem;
  }



/*footer
---------------------------------------------------------*/
.footer {
  background-size: 450% auto;
  background-position: 40% bottom;
}
.footer__ttl{
  padding: 3.2rem 0 2rem;
}
.footer__ttl .jaTxt{
  font-size: 1.4rem;
  padding-bottom: 1rem;
}
.footer__ttl .enTxt{
  font-size: 1.7rem;
  padding-bottom: 2rem;
}
.footer__row {
  padding: 3.8rem 0 9rem;
}
.footer__box_detail{
  padding-bottom: 1.6rem;
  margin-bottom: 1.6rem;
}
.footer__box_detail .name{
  font-size: 1.7rem;
  padding-bottom: 0.4rem;
}
.footer__box_detail .part{
  font-size: 1.5rem;
  margin-bottom: 0.8rem;
}
.footer__box_detail .c_tel{
  font-size: 2.4rem;
  margin-top: 1.4rem;
}
.footer__box_detail .c_tel::before{
  width: 1.8rem;
  margin-right: 0.6rem;
}
.footer__box_link{
  gap: 2rem;
  padding: 0 0 1.8rem 0;
}
.footer__box_link .logo{
  width: 14rem;
}
.footer__box_link .sns{
  gap: 1rem;
}
.footer__nav{
  display: none;
}
.footer__nav li + li{
  margin-top: 2.2rem;
}
.footer__nav li a span::after{
  width: 1rem;
  margin-left: 1rem;
}

.copyRight{
  font-size: 1rem;
  letter-spacing: .12em;
  text-align: center;
}
.footer__box .sponsor{
  margin-top: .4rem;
  font-size: 1.2rem;
  text-align: center;
}
#pageTop {
    width: 4rem;
    height: auto;
    aspect-ratio: 1;
    right: -1rem;
    transform: none;
}
/*fixMenu
---------------------------------------------------------*/
.fixMenu {
  bottom: 0;
  right: 0;
  width: 100%;
}
.fixMenu a{
  width: 100%;
  box-shadow: none;
  padding: 0 3rem;
  height: auto;
  aspect-ratio: auto;
  border-radius: 1rem 1rem 0 0;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 1.6rem;
}
.fixMenu a .txt{
  display: flex;
  align-items: center;
  gap: 1rem;
  /* font-size: 1.4rem; */
}
.fixMenu a .txt span{
  font-size: 2.6rem;
  margin-bottom: 0;
  /* margin-top: -.1rem; */
}
.fixMenu a .img{
  width: 3.7rem;
  margin: 0;
  margin-top: 1rem;
}


/*共通 パーツ
---------------------------------------------------------*/
.c_enJaTtlWrap{
  padding-bottom: 1.6rem;
}
.c_enJaTtlWrap::after{
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 100dvw;
  height: 1px;
}
.c_enJaTtl {
  font-size: 2.2rem;
  line-height: 1.2;
}
.c_enJaTtl span {
  font-size: 1.4rem;
  margin-bottom: 0.6rem;
}
.c_enJaTtlWrap .human{
  bottom: 0;
  right: 0;
  opacity: 0;
  transform: translateX(-20rem);
}
.c_enJaTtlWrap .human._01{
  width: 4rem;
}
.c_enJaTtlWrap .human._02{
  width: 3.3rem;
}
.c_enJaTtlWrap .human._05{
  width: 4.8rem;
}
.c_enJaTtlWrap .human._07{
  width: 4.8rem;
}
.c_enJaTtlWrap .human._08{
  width: 3.6rem;
}
.c_enJaTtlWrap .human:nth-of-type(2){
  right: 6rem;
}
.c_enJaTtlWrap .human._08:nth-of-type(2){
  right: 7rem;
}
.c_btn_arrowWrap{
  gap: 1.4rem 2rem;
}
.c_btn_arrowWrap li{
  width: auto;
}
.c_btn_arrow a {
  font-size: 1.6rem;
  gap: 1rem;
  text-underline-offset: 0.8rem;
}
.c_btn_arrow a::before {
  width: 2.8rem;
  margin-bottom: -0.4rem;
}
.c_btn_arrow02Wrap{
  gap: 2rem;
  margin-top: 2.2rem;
}
.c_btn_arrow02 a {
  font-size: 1.4rem;
  gap: 0.8rem;
  padding-bottom: 0.6rem;
}
.c_btn_arrow02 a::after {
  width: 1rem;
}
.c_btn_arrow02._download a::after{
  width: 1.5rem;
}
.c_btn_bgClr a {
  padding: 1.2rem 2.4rem;
  font-size: 1.5rem;
  gap: 0.8rem;
}
.c_btn_bgClr._blank a::after {
  width: 1.1rem;
}
.c_btn_bgClr._pdf a::after {
  width: 1.1rem;
}
.c_tel {
  font-size: 2.8rem;
}
.c_tel::before {
  width: 2.2rem;
  margin-right: 0.8rem;
}
.c_tel::after {
  left: 0;
  bottom: -0.6rem;
  width: 100%;
  height: 0.2rem;
}


/*top
---------------------------------------------------------*/
.p_top_mv{
  padding-top: 0;
}
.c_postList{
  margin-top: 1.4rem;
}
.c_postList li a{
  padding: 1.5rem 0;
  gap: 1rem;
  flex-wrap: wrap;
  align-items: flex-end;
}
.c_postList li a::after{
  width: 3rem;
  transform: translateY(150%);
}
.c_postList li a .ttl{
  line-height: 1.6;
  width: 60%;
  flex: auto;
  padding-right: 5rem;
}
.c_date {
  font-size: 1.4rem;
}
.c_cate {
  padding: 0.5rem 1.3rem .4rem;
  font-size: 1.3rem;
}
.c_postListWrap .c_btn_arrow{
  margin-top: 2.6rem;
}
.p_top_about__row {
  gap: 4rem;
  flex-direction: column;
}
.p_top_about__box {
  margin-top: 1.4rem;
}
.p_top_about__box .txtSet{
  margin-bottom: 2rem;
}
.p_top_about__row .img {
  max-width: 63rem;
  gap: 2rem;
  margin: 0 -3rem 0 0;
}
.p_top_about__row .img figure._01{
  width: 24rem;
  margin-top: 9rem;
}
.p_top_about__row .img figure._02_1{
  max-width: 38rem;
}
.p_top_about__row .img figure._02_2{
  max-width: 12rem;
  margin: 2rem 0 0 1.4rem;
}
.c_entry__row{
    flex-direction: column;
}
.c_entry__row .img {
  width: 100%;
  height: 16rem;
}
.c_entry__box {
  padding: 2rem 3rem 3rem;
  border-bottom: .1rem solid var(--color-gray);
}
.c_entry__box h2 {
  font-size: 1.8rem;
  padding-bottom: 1.4rem;
}
.c_entry__box .btn{
  padding-left: 5.4rem;
}
.c_entry__box .btn::before {
  width: 4rem;
}
.c_entry__box .btn .fontEn{
  font-size: 4.2rem;
  margin-bottom: 1rem;
}
.c_entry__box .human{
  left: auto;
  right: 4rem;
  width: 4.3rem;
}
.c_entry__box:hover .human{
  animation: none;
}
.p_top_sponsors{
  padding-top: 7rem;
}
.p_top_sponsors__area{
  margin-top: 3rem;
}
.p_top_sponsors__area:nth-of-type(n+2){
  margin-top: 4rem;
}
.p_top_sponsors__area h3{
  gap: 1rem;
  margin-bottom: 1.2rem;
  font-size: 1.3rem;
}
.p_top_sponsors__area h3 .fontEn{
  font-size: 2.2rem;
}
.p_top_sponsors__area ul{
  grid-template-columns: repeat(2, 1fr);
  gap: 0.6rem;
}
.p_top_sponsors__area._02 ul,
.p_top_sponsors__area._03 ul{
  grid-template-columns: repeat(3, 1fr);
  gap: 0.4rem;
}
.p_top_sponsors__area ul li a{
  border-radius: .5rem;
}
.p_top_contact__row {
  gap: 3rem;
  flex-direction: column;
}
.p_top_contact__box {
  margin-top: 2rem;
}
.p_top_contact__box h3 {
  font-size: 1.8rem;
  padding-bottom: 0.4rem;
}
.p_top_contact__box h4 {
  font-size: 1.6rem;
  padding-bottom: 1rem;
}
.p_top_contact__box .txt{
  line-height: 1.8;
}
.p_top_contact__box .c_tel{
  margin: 2rem 0 2rem;
}
.p_top_contact__row .img {
  gap: 1.4rem;
  margin-top: 0rem;
}
.p_top_contact__row .img figure._01{
  width: 14.2rem;
  margin-top: 15rem;
}
.p_top_contact__row .img figure._02{
  width: 18rem;
}
.p_top_contact__sub{
  grid-template-columns: repeat(1, 1fr);
  gap: 1.6rem;
  margin-top: 4rem;
}
.p_top_contact__sub_box{
  padding: 2.4rem 2.2rem 2.2rem;
}
.p_top_contact__sub_box .ttl h3{
  font-size: 1.8rem;
  padding-bottom: 1.2rem;
}
.p_top_contact__sub_box .ttl .human{
  width: 4rem;
  left: -1rem;
}
.p_top_contact__sub_box._appli .ttl .human{
  width: 2.8rem;
}
.p_top_contact__sub_box h4{
  font-size: 1.6rem;
  padding: 1.5rem 0 0.8rem;
}
.p_top_contact__sub_box .txt{
  font-size: 1.5rem;
}
.p_top_contact__sub_box .c_tel{
  font-size: 2.6rem;
  margin: 1.2rem 0 0.8rem;
}
.p_top_contact__sub_box .c_tel::before{
  width: 2rem;
  margin-right: 0.6rem;
}
.p_top_link__list{
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
  margin-top: 2.4rem;
}
.p_top_link__list li a{
  height: 12rem;
}
.p_top_link__list li a::after{
  width: 3.8rem;
  bottom: 1rem;
  right: 1rem;
}
.p_top_link__list li a h3{
  font-size: 2rem;
}
  .p_top_link__list li a h3 img{
    width: 20rem;
  }
.p_top_link__list li a:hover figure img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}


/*下層 共通
---------------------------------------------------------*/
article > section:first-of-type{
  padding-top: 4rem;
}
.pankz {
  padding-top: 1rem;
  font-size: 1.2rem;
}
.pankz li a::after {
  margin: 0s .5em;
}


/*news 一覧
---------------------------------------------------------*/
.pager{
  margin-top: 2.4rem;
}
.pager a{
  font-size: 1.4rem;
}
.pager_arrow a{
  display: flex;
  gap: 0.6rem;
  align-items: center;
}
.pager_arrow.prev a::before,
.pager_arrow.next a::after{
  width: 2.8rem;
}


/*news 詳細
---------------------------------------------------------*/
.p_news_single{
  padding-bottom: 6rem;
}
.singleWrap {
  padding: 2.4rem 2rem 3.4rem;
  margin-top: 2rem;
}
.singleHeader {
  padding-bottom: 1.6rem;
  margin-bottom: 2.6rem;
  gap: 1.2rem 1rem;
}
.singleHeader h2 {
  font-size: 1.7rem;
  line-height: 1.4;
}
.p_news_single .img{
  margin-bottom: 4rem;
}
.p_news_single .img img{
  max-height: 50rem;
}
.p_news_single .cont h3{
  padding-bottom: 1rem;
  font-size: 1.6rem;
  margin-bottom: 1.2rem;
}
.p_news_single .cont h4,
.p_news_single .cont h5,
.p_news_single .cont h6{
  font-size:1.8rem;
  padding: 2rem 0 0;
}
.p_news_single .cont p{
  line-height: 1.6;
}
.p_news_single .share{
  padding: 2rem 0;
  margin-top: 3.2rem;
  gap: 2rem;
}
.p_news_single .share .sns{
  gap: 1rem;
}
.p_news_single .share .sns img{
  width: 80%;
}
.pager .back a{
  text-underline-offset: 0.8rem;
  letter-spacing: .05em;
}



/*result
---------------------------------------------------------*/
#resultPage article > section:first-of-type{
  padding-bottom: 4rem;
}
.p_result_cont{
  padding: 3rem 0;
}
#previous_result.p_result_cont{
  padding-top: 1rem
}
#past_winner.p_result_cont{
  padding-bottom: 6rem
}
.p_result_cont__box .txt{
  font-size: 1.6rem;
  font-weight: 500;
}
.p_result_cont__box .note{
  margin-top: 1rem;
}
.p_result_cont__box .c_btn_bgClrWrap{
  margin-top: 2rem;
  gap: 1rem;
}
.p_result_cont__box .c_btn_bgClr a {
    /* padding: 1rem 3rem; */
    /* font-size: 1.6rem; */
    /* gap: 1rem; */
}


/*feature
---------------------------------------------------------*/
.p_feature_leadWrap {
    padding-bottom: 2rem;
}
.p_feature_lead__row {
  gap: 0.6rem;
  padding: 3.2rem 0 4rem;
  flex-direction: column;
}
.p_feature_lead__row .img {
  gap: 1.5rem;
  margin-left: 0;
}
.p_feature_lead__row .img figure._01{
  width: 32rem;
}
.p_feature_lead__row .img figure._02_1{
  width: 12rem;
  margin: 3.8rem -1.4rem 0 2.6rem;
}
.p_feature_lead__row .img figure._02_2{
  width: 12rem;
  margin-top: 1.5rem;
}
.p_feature_lead__box li a {
  font-size: 1.7rem;
  padding: 2rem 0 1rem;
}
.p_feature_lead__box li a span{
  margin-bottom: 0.6rem;
}
.p_feature_lead__box li a::after{
  width: 3rem;
  bottom: 2rem;
}
.p_feature_sec{
  padding: 4rem 0;
}
.p_feature_sec#feature04{
  padding-bottom: 6rem;
}
.p_feature_sec .c_enJaTtl{
  font-size: 2rem;
}
.p_feature_sec__cont_txt{
  margin-top: 1.6rem;
}
.p_feature_sec__cont_img{
  margin-top: 1.6rem;
}
.p_feature_sec__cont_row {
  gap: 2rem;
  margin-top: 4rem;
  flex-direction: column;
}
#feature03 .p_feature_sec__cont_row:first-of-type{
  margin-top: 2.4rem;
}
.p_feature_sec__cont_box h3 {
  font-size: 1.75rem;
  padding-bottom: 1.2rem;
  gap: 1rem;
  line-height: 1.2;
  letter-spacing: 0;
}
.p_feature_sec__cont_box h3 .num{
  width: 2.9rem;
  font-size: 1.4rem;
}
.p_feature_sec__cont_box p{
  letter-spacing: 0;
}
.p_feature_sec__cont_box .note{
  font-size: 1.2rem;
  margin-top: .4rem
}
.p_feature_sec__cont_row .img {
  max-width: 45.5rem;
}
.p_feature_sec__cont_link{
  flex-direction: column;
  margin-top: 5rem;
  height: auto;
}
.p_feature_sec__cont_link .img{
  width: 100%;
  font-size: 1.8rem;
  padding: 3rem;
}
.p_feature_sec__cont_link .img::after{
  width: 3.5rem;
  bottom: 1rem;
  right: 1rem;
}
.p_feature_sec__cont_link .img h3 img{
  margin-bottom: 1rem;
  width: 20rem;
}
.p_feature_sec__cont_link .img p{
   font-size: 1.46rem;
}
.p_feature_sec__cont_link .box{
  font-size: 1.6rem;
  padding: 1.6rem;
}
.p_feature_sec__cont_link .box .human{
  right: 2rem;
  width: 4.4rem;
}


/*about
---------------------------------------------------------*/
.p_about_lead {
  padding-bottom: 3rem;
}
.c_anchorLink{
  gap: 2rem 1.6rem;
  padding: 3rem 0 0;
  justify-content: flex-start;
}
.c_anchorLink a {
  font-size: 1.5rem;
  gap: 0.6rem;
  text-underline-offset: 0.8rem;
}
.c_anchorLink a::before {
  width: 2.6rem;
}
.c_bgimgTtl{
  height: auto;
  margin-bottom: 4rem;
  padding-top: 4.6rem;
}
.c_bgimgTtl::after{
  height: 12rem;
}
.c_bgimgTtl h2{
  font-size: 1.9rem;
  margin-bottom: 6.1rem;
}
.c_bgimgTtl p{
  letter-spacing: 0.03em;
}
.c_borderTtl{
  font-size: 1.8rem;
  padding-bottom: 0.8rem;
  gap: 1rem;
  margin-bottom: 2rem;
}
.c_borderTtl .num{
  width: 3rem;
  font-size: 1.4rem;
}
.p_about_race{
  padding-top: 0;
}
.p_about_race__area:nth-of-type(n+2){
  margin-top: 5rem;
}
.p_about_race .c_borderTtl,
.p_about_award .c_borderTtl{
  margin-bottom: 1.4rem;
}
.p_about_race__row {
  gap: 2rem;
  flex-direction: column;
}
.p_about_race__row:nth-of-type(n+2) {
    margin-top: 2rem;
}
.p_about_race__box {
  flex: 1;
}
.p_about_race__box h4 {
  font-size: 1.6rem;
  padding-bottom: 0.6rem;
}
.p_about_race__box .note {
  font-size: 1.2rem;
}
.p_about_race__row .img {
  max-width: 16rem;
}
.c_cont_area:nth-of-type(n+2){
  margin-top: 5rem;
}
.c_cont_area .leadNote {
  font-size: 1.2rem;
}
.c_cont_rowWrap{
  margin-top: 3rem;
}
.c_cont_row {
  gap: 1.6rem;
  padding-bottom: 2.4rem;
  margin-bottom: 2.4rem;
  flex-direction: column;
}
.c_cont_box .ttl {
  font-size: 1.7rem;
  gap: 0.8rem;
  padding-top: 0;
  line-height: 1.4;
}
.c_cont_box .ttl._present::before{
  width: 1.6rem;
  margin-top: .2rem;
}
.c_cont_box .txt{
  margin-top: 1rem;
  line-height: 1.6;
}
.c_cont_box .note{
  margin-top: .4rem;
  font-size: 1.4rem;
}
.c_cont_row .img figure + figure{
  margin-top: 2rem;
}
.c_cont_area .last_note{
  font-size: 1.2rem;
  margin-top: 1.4rem;
  line-height: 1.6;
}
.p_about_event{
  padding-bottom: 5rem;
}


/*course
---------------------------------------------------------*/
.p_course_lead__row {
  gap: 2.8rem;
  padding: 4rem 0 6rem;
  flex-direction: column;
}
.p_course_lead__box {
  padding-top: 0;
}
.p_course_lead__box h2{
  font-size: 2rem;
  padding-bottom: 1rem;
}
.p_course_lead__box p{
  letter-spacing: 0;
}
.p_course_lead__row .img {
  gap: 2rem;
  margin-right: -1rem;
}
.p_course_lead__row .img ._01{
  width: 10rem;
  margin-top: 5.8rem;
}
.p_course_lead__row .img ._02{
  width: 23rem;
}
.p_course_lead__row .human{
  bottom: 0;
  left: auto;
  right: 0;
  width: 3.2rem;
}
.p_course_lead__row .human._02{
  left: auto;
  right: 5rem;
  width: 4.8rem;
}
.p_course_lead__row .human._03{
  left: auto;
  right: 11rem;
  width: 4rem;
}
.p_course_cont{
  padding: 5rem 0;
}
.p_course_cont__area:nth-of-type(n+2){
  margin-top: 5rem;
}
.p_course_cont__area .note{
  font-size: 1.2rem;
  margin-top: 1.3rem;
}
.gMap {
  aspect-ratio: 140/160;
}
.p_course_cont__area h3{
  font-size: 1.6rem;
  margin-bottom: 0.6rem;
  gap: 0.8rem;
}
.p_course_cont__area h3::before{
  width: 1.4rem;
}
.p_course_cont__area address{
  margin-bottom: 2rem;
}
.p_course_cont__row {
  gap: 3rem;
  margin-top: 2rem;
  flex-direction: column;
}
.p_course_cont__box li + li{
  margin-top: 2rem;
}
.p_course_cont__box h4 {
  font-size: 1.6rem;
  padding-bottom: 0.6rem;
  gap: 0.7rem;
}
.p_course_cont__box h4::before{
  width: 3rem;
}
.p_course_cont__box .note02{
  font-size: 1.4rem;
}
.p_course_cont__row .img {
  max-width: 51.2rem;
}



/*entry
---------------------------------------------------------*/
.p_entry_lead{
  padding-bottom: 3rem;
}
.p_entry_lead .c_anchorLink{
  gap: 1.6rem 1rem;
}
.p_entry_lead .c_anchorLink a{
  font-size: 1.38rem;
  text-underline-offset: 0.6rem;
  gap: 0.4rem;
  letter-spacing: 0;
}
.p_entry_lead .c_anchorLink a::before {
    width: 2rem;
}
.p_entry_overview{
  padding-top: 1rem;
}
.p_entry_overview__cont{
    padding: 0;
}
.p_entry_overview__cont:nth-of-type(n+2) {
    margin-top: 2.8rem;
}
.p_entry_overview__cont h4 {
  font-size: 1.6rem;
  padding-left: 1.4rem;
  margin-bottom: 0.8rem;
}
.p_entry_overview__row {
  gap: 2rem;
  flex-direction: column;
}
.p_entry_overview__row:nth-of-type(n+2) {
  margin-top: 1rem;
}
.p_entry_overview__box h5 {
  font-size: 1.5rem;
}
.p_entry_overview__box .txt {
  margin-top: 0.2rem;
}
.p_entry_overview__box .note {
  /* margin-top: 0.5rem; */
}
.p_entry_overview__row .img {
  max-width: 18rem;
}
.p_entry_method{
  padding: 5rem 0;
}
.p_entry_method__area{
  padding: 3rem 2rem;
}
.p_entry_method__area:nth-of-type(n+2){
  margin-top: 2rem;
}
.p_entry_method__area h4{
  font-size: 2rem;
  margin-bottom: 1.6rem;
}
.p_entry_method__area h4 span{
  font-size: 1.3rem;
}
.p_entry_method__area h4 img{
  margin: .8rem auto;
  width: 16rem;
}
.p_entry_method__area .c_btn_bgClr._blank{
  margin-bottom: 2rem;
}
.p_entry_method__area h5{
  font-size: 1.6rem;
  padding-bottom: 0.8rem;
  margin-top: 2rem;
}
.p_entry_method__area .c_btn_arrowWrap{
  margin-top: 2rem;
}
.p_entry_method__area .contact{
  font-size: 1.6rem;
  margin: 2rem 0 1.8rem;
  text-align: left;
}
.p_entry_method__area .txt{
  text-align: left;
}
.p_entry_method__area .note{
  font-size: 1.3rem;
  text-align: left;
}
.p_entry_method__area .c_btn_bgClr._pdf{
  margin-top: 2.2rem;
}
.p_entry_rule{
  padding: 5rem 0;
}
.p_entry_rule__area:nth-of-type(n+2){
  margin-top: 4rem;
}
.p_entry_rule__area li{
  line-height: 1.6;
  text-indent: -0.4em;
  padding-left: 1.3em;
}
.p_entry_rule__area li + li{
  margin-top: .6rem
}
.p_entry_rule__area li::before{
  font-size: 0.6rem;
  padding-right: 0.7em;
}
.p_entry_volunteer section:not(:first-of-type),
.p_entry_plogging section:not(:first-of-type){
  margin-top: 4rem;
}
.p_entry_volunteer {
    padding: 0 0 5rem;
}
.p_entry_volunteer__day .txt{
  font-size: 1.6rem;
}
.p_entry_volunteer__charge li + li{
  margin-top: 3rem;
}
.p_entry_volunteer__charge h4{
  padding-left: 0.8rem;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.p_entry_volunteer__charge .note{
  font-size: 1.2rem;
  margin-top: 1rem;
}
.p_entry_volunteer__apply .txt{
  line-height: 1.6;
}
.p_entry_volunteer__apply .c_btn_bgClrWrap{
  margin-top: 2rem;
  gap: 1rem;
  flex-direction: column;
}
.p_entry_plogging .ttl{
  font-size: 1.6rem;
}
.p_entry_plogging .note{
  font-size: 1.4rem;
  margin-top: .4rem;
}
.p_entry_plogging .c_btn_bgClr{
  margin-top: 2rem;
}

}