@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
/* # =================================================================
# Style
# ================================================================= */
/*-------- hero  --------*/
.hero {
  padding-top: 0;
  margin-bottom: -40px;
}
.hero__inner {
  position: relative;
  padding-top: 95px;
}
.hero__heading {
  width: 50%;
  max-width: 500px;
  margin: 0 auto;
  z-index: 3;
}
.hero__sub-haeding {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 46px;
  text-align: center;
  font-weight: 500;
  margin: 60px auto 0;
  z-index: 3;
	line-height: 1.5;
}
.hero__sub-haeding::after {
  content: "";
  display: block;
  width: 86px;
  height: 32px;
  position: absolute;
  bottom: -37px;
  right: -48px;
  -webkit-transform: rotateZ(-4deg);
          transform: rotateZ(-4deg);
  background-image: url(../img/top/decoration_fv.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.hero__mountain {
  width: 100%;
  max-width: 660px;
	margin: 0 auto;
  margin-top: 40px;
}
.hero__image {
  position: absolute;
  -webkit-mask-image: url("../img/top/shape.svg");
          mask-image: url("../img/top/shape.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
.hero__image--baseball {
  top: 40px;
  left: 7%;
  width: 14%;
}
.hero__image--art {
  top: 240px;
  left: -5%;
  width: 18%;
}
.hero__image--slider {
  bottom: 110px;
  right: -11%;
  width: 30%;
}

@media screen and (max-width: 768px) {
  .hero__image--baseball {
    top: 0px;
    left: 0%;
    width: 25%;
  }
  .hero__image--art {
    top: 25vw;
    left: -5%;
    width: 24%;
  }
  .hero__image--slider {
    top: 20vw;
    bottom: auto;
    right: -15%;
    width: 40%;
  }
  .hero__sub-haeding {
    font-size: max(5vw, 30px);
  }
}
/*-------- guide  --------*/
.guide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  padding: 60px 20px 10px;
}

.guide-box {
  position: relative;
  width: calc((100% - 25px) / 2);
  background-color: #ffffff;
  border-radius: 24px;
  padding: 40px 10px;
}
.guide-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: calc(100% - 120px);
  height: 10px;
  border-radius: 0 0 10px 10px;
}
.guide-box__tag {
  width: 80%;
/*  max-width: 300px;*/
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 2px 10px;
  margin: 0 auto;
	border-radius: 200px;
}
.guide-box__text {
  margin-top: 22px;
}
.guide-box__sub-heading {
  font-size: 20px;
  text-align: center;
}
.guide-box__heading {
  font-size: 40px;
  text-align: center;
  margin-top: 4px;
}
.guide-box__buttons {
  margin-top: 28px;
}
.guide-box__button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.guide-box--club::before {
  background: -webkit-gradient(linear, left top, right top, from(rgb(235, 84, 66)), to(rgb(255, 143, 67)));
  background: linear-gradient(90deg, rgb(235, 84, 66) 0%, rgb(255, 143, 67) 100%);
}
.guide-box--club .guide-box__tag {
  color: #eb5442;
  background-color: #fff2e6;
}
.guide-box--club .guide-box__heading {
  color: #eb5442;
}
.guide-box--club .guide-box__button {
  margin: 0 auto;
}
.guide-box--club .guide-box__button .c-arrow-button__text {
	font-size: 18px;
}
.guide-box--area::before {
  background: -webkit-gradient(linear, left top, right top, from(rgb(59, 168, 186)), to(rgb(52, 141, 223)));
  background: linear-gradient(90deg, rgb(59, 168, 186) 0%, rgb(52, 141, 223) 100%);
}
.guide-box--area .guide-box__tag {
  color: #348ddf;
  background-color: #ebf4fc;
}
.guide-box--area .guide-box__heading {
  color: #348ddf;
}
.guide-box--area .guide-box__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}

@media screen and (max-width: 768px) {
  .guide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 60px;
  }
  .guide-box {
    width: 100%;
  }
  .guide-box__tag {
    max-width: 500px;
  }
}
@media screen and (max-width: 500px) {
  .guide-box__sub-heading {
    font-size: 18px;
  }
  .guide-box__heading {
    font-size: 30px;
  }
  .guide-box__buttons {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
/*-------- overview  --------*/
.overview__heading {
  display: inline-block;
  font-size: 42px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(235, 84, 66)), color-stop(25%, rgb(255, 143, 67)), color-stop(75%, rgb(59, 168, 186)), to(rgb(52, 141, 223)));
  background: linear-gradient(90deg, rgb(235, 84, 66) 0%, rgb(255, 143, 67) 25%, rgb(59, 168, 186) 75%, rgb(52, 141, 223) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.overview__text {
  width: 100%;
  font-weight: 400;
  text-align: justify;
  max-width: 660px;
  margin-top: 40px;
	padding-left: 20px;
}
.overview__slider {
  margin-top: 80px;
}
.overview__slider .slick-list {
  margin: 0 -15px;
}
.overview__slider .slick-slide {
  border-radius: 20px;
  aspect-ratio: 3/4;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 15px;
}
.overview__slider .slick-slide:nth-child(odd) {
  margin-bottom: 80px;
}

/*-------- news  --------*/
.news__inner {
  background-color: #ffffff;
  border-radius: 30px;
  padding: 54px 10px 40px;
}

.news-link {
  text-align: right;
  width: 100%;
  max-width: 975px;
/*  padding: 0 20px;*/
  margin: 20px auto 0;
}
.news-link__text {
  display: inline-block;
  font-size: 15px;
  color: #eb5442;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .news__inner {
    padding: 25px 40px 50px;
  }
  .news-link {
    margin-top: 40px;
  }
}
/*-------- faq  --------*/
.faq__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.faq__heading {
  font-size: 38px;
}
.faq__contents {
  display: none;
  margin-top: 30px;
}
.faq__contents[data-faq-content=club] .faq-item__heading-text::after {
  background: -webkit-gradient(linear, left top, right top, from(rgb(235, 84, 66)), to(rgb(255, 143, 67)));
  background: linear-gradient(90deg, rgb(235, 84, 66) 0%, rgb(255, 143, 67) 100%);
}
.faq__contents[data-faq-content=club] .faq-item__arrow {
  background-color: #eb5442;
}
.faq__contents[data-faq-content=area] .faq-item__heading-text::after {
  background: -webkit-gradient(linear, left top, right top, from(rgb(59, 168, 186)), to(rgb(52, 141, 223)));
  background: linear-gradient(90deg, rgb(59, 168, 186) 0%, rgb(52, 141, 223) 100%);
}
.faq__contents[data-faq-content=area] .faq-item__arrow {
  background-color: #348ddf;
}
.faq__contents.is-select {
  display: block;
}
.faq__toggle {
  width: 258px;
  margin-left: auto;
}

.faq-toggle {
  position: relative;
  display: block;
  height: 64px;
  border: 1px solid #000000;
  border-radius: 32px;
  cursor: pointer;
}
.faq-toggle__inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  border: 3px solid #ffffff;
  border-radius: 30px;
}
.faq-toggle__option {
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
}
.faq-toggle__select {
  position: absolute;
  top: 3px;
  -webkit-transition: left 0.3s ease-in;
  transition: left 0.3s ease-in;
}
.faq-toggle__select::after {
  display: block;
  width: 129px;
  height: 56px;
  border-radius: 30px;
  border: 1px solid #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
}
.faq-toggle[data-faq-toggle=club] {
  background: -webkit-gradient(linear, left top, right top, from(rgb(59, 168, 186)), to(rgb(52, 141, 223)));
  background: linear-gradient(90deg, rgb(59, 168, 186) 0%, rgb(52, 141, 223) 100%);
}
.faq-toggle[data-faq-toggle=club] .faq-toggle__select {
  left: 3px;
}
.faq-toggle[data-faq-toggle=club] .faq-toggle__select::after {
  content: "部活動";
  background: -webkit-gradient(linear, left top, right top, from(rgb(235, 84, 66)), to(rgb(255, 143, 67)));
  background: linear-gradient(90deg, rgb(235, 84, 66) 0%, rgb(255, 143, 67) 100%);
}
.faq-toggle[data-faq-toggle=area] {
  background: -webkit-gradient(linear, left top, right top, from(rgb(235, 84, 66)), to(rgb(255, 143, 67)));
  background: linear-gradient(90deg, rgb(235, 84, 66) 0%, rgb(255, 143, 67) 100%);
}
.faq-toggle[data-faq-toggle=area] .faq-toggle__select {
  left: 124px;
}
.faq-toggle[data-faq-toggle=area] .faq-toggle__select::after {
  content: "地域クラブ";
  background: -webkit-gradient(linear, left top, right top, from(rgb(59, 168, 186)), to(rgb(52, 141, 223)));
  background: linear-gradient(90deg, rgb(59, 168, 186) 0%, rgb(52, 141, 223) 100%);
}

.faq-item + .faq-item {
  margin-top: 10px;
}
.faq-item__heading {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 20px 16px 20px 36px;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.faq-item__heading:hover .faq-item__heading-text::after {
  width: 100%;
}
.faq-item__heading.is-open .faq-item__arrow {
  -webkit-transform: rotateZ(-90deg);
          transform: rotateZ(-90deg);
}
.faq-item__heading-num {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 22px;
  font-weight: bold;
  margin-right: 25px;
}
.faq-item__heading-text {
  position: relative;
  font-size: 20px;
  padding-right: 10px;
}
.faq-item__heading-text span {
    z-index: 1;
    position: relative;
}
.faq-item__heading-text::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  display: block;
  width: 0;
  height: 10px;
  -webkit-transition: width 0.2s ease-in;
  transition: width 0.2s ease-in;
}
.faq-item__arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 22px;
  height: 22px;
  margin-left: auto;
  -webkit-transform: rotateZ(90deg);
          transform: rotateZ(90deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.faq-item__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 20px 18px;
  flex-wrap: wrap;
  padding: 20px 10px 15px 40px;
}
.faq-item__contents-num {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 18px;
  font-weight: bold;
}
.faq-item__contents-list {
  width: 100%;
  margin-left: 32px;
}
.faq-item__contents-list div {
 display: flex; 
  border-radius: 10px;
  overflow: hidden;
}
.faq-item__contents-list div + div {
  margin-top: 10px;
}
.faq-item__contents-list dt,
.faq-item__contents-list dd {
  line-height: 1.5;
  padding: 20px;
}
.faq-item__contents-list dt {
  width: 25%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq-item__contents-list dd {
  width: 75%;
  background-color: #fff;
}
.faq-item__contents-list dd p {
	font-size: 14px;
  font-weight: 500;
  text-indent: -1em;
  padding-left: 1em;
}
.faq-item__contents-list dd span {
  padding-left: 1em;
}
.faq__contents[data-faq-content=club] .faq-item__contents-list div {
/*  border: 1px solid #eb5442;*/
}
.faq__contents[data-faq-content=area] .faq-item__contents-list div {
  border: 2px solid #348ddf;
}
.faq__contents[data-faq-content=club] dt {
	color: #eb5442;
    background-color: #fff2e6;
}
.faq__contents[data-faq-content=area] dt {
  background-color: #348ddf;
}
.faq__contents[data-faq-content=club] .faq-item__contents-text a {
  color: #eb5442;
}
.faq__contents[data-faq-content=area] .faq-item__contents-text a {
  color: #348ddf;
}
@media screen and (max-width: 1155px) {
  .faq-item__contents-list {
    margin-left: 0px;
  }
}
@media screen and (max-width: 768px) {
  .faq-item__contents-list div {
    flex-direction: column;
  }
  .faq-item__contents-list dt,
  .faq-item__contents-list dd {
    width: 100%;
  }
  .faq-item__contents-list dd {
    padding-bottom: 20px;
  }
}


/*-------- management  --------*/
.management__inner {
  position: relative;
  background-color: #ffe8d6;
  border-radius: 30px;
  padding: 50px 70px;
}
.management__inner::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0 0 30px 30px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: repeating-linear-gradient(0deg, #ffffff, #ffffff 1px, transparent 1px, transparent 11px);
  opacity: 0.3;
}
.management__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px 40px;
}
.management__item--club .management__organization {
  color: #fd8200;
}
.management__item--club .management__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
}
.management__item--club .management__info span {
/*  font-weight: 400;*/
}
.management__item--area .management__organization {
  color: #348ddf;
}
.management__item--area .management__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  font-size: 22px;
}
.management__item + .management__item {
  border-top: 1px solid #000000;
  padding-top: 50px;
  margin-top: 50px;
}
.management__about-wrap {
  width: calc(100% - 500px);
}
.management__heading {
  font-size: 38px;
}
.management__text {
  font-weight: 400;
  margin-top: 38px;
}
.management__info-wrap {
  width: 460px;
  background-color: #ffffff;
  border-radius: 30px;
  padding: 35px 30px;
}
.management__organization {
  font-size: 26px;
  line-height: 1.5;
}
.management__organization span {
  display: block;
  font-size: 15px;
}
.management__info {
  margin-top: 30px;
}
.management__info span span {
  font-size: 12px;
}

@media screen and (max-width: 1140px) {
  .management__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .management__item--area .management__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .management__about-wrap {
    width: 100%;
  }
  .management__info-wrap {
    width: 100%;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .management__inner {
    padding: 50px 30px;
  }
  .management__text {
    margin-top: 12px;
  }
  .management__info {
    margin-top: 15px;
  }
  .management__organization span {
    margin-top: 10px;
  }
}
@media screen and (max-width: 500px) {
  .management__info-wrap {
    max-width: 100%;
  }
}
/*-------- links  --------*/
.links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.links__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc((100% - 36px) / 4);
  border-radius: 10px;
  background-color: #ffffff;
  -webkit-box-shadow: 3px 3px rgba(102, 102, 102, 0.5490196078);
          box-shadow: 3px 3px rgba(102, 102, 102, 0.5490196078);
  text-align: center;
}
.links__item--orange {
  background-color: #fd8200;
}
.links__item--inashi img {
  width: 217px;
  height: 55px;
}
.links__item--grsc img {
  width: 90%;
  height: 71px;
}

@media screen and (max-width: 1140px) {
  .links {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .links__item {
    width: 240px;
  }
}
@media screen and (max-width: 768px) {
  .links__item {
    width: calc((100% - 12px) / 2);
  }
}
@media screen and (max-width: 500px) {
  .links__item--inashi img {
    width: 80%;
    height: auto;
    aspect-ratio: 217/55;
  }
  .links__item--grsc img {
    width: 80%;
    height: auto;
    aspect-ratio: 501/110;
  }
  .links__item p {
    font-size: 12px;
  }
}
/*-------- footer  --------*/
@media screen and (max-width: 768px) {
  .top .footer {
    margin-top: 40px;
  }
}