@import url("//code.ionicframework.com/ionicons/2.0.0/css/ionicons.min.css");
@import url("//use.fontawesome.com/releases/v5.0.6/css/all.css");
@import url("//cdn.jsdelivr.net/gh/kenwheeler/slick@1.8.1/slick/slick.css");
@import url("//cdn.jsdelivr.net/gh/kenwheeler/slick@1.8.1/slick/slick-theme.css");
/* ==========================================================================
Foundation
========================================================================== */
@font-face {
  font-family: "Antonio";
  src: url(../font/Antonio-Bold.ttf);
}
@font-face {
  font-family: "Noto Sans JP";
  src: url(../font/NotoSansJP-Medium.ttf);
}
@font-face {
  font-family: "Noto Sans JP bold";
  src: url(../font/NotoSansJP-Bold.ttf);
}
@font-face {
  font-family: "jleague kick";
  src: url(../font/JLEAGUEKICK-BoldCondensed.otf);
}
/* media query
**************************************************/
@font-face {
  font-family: "Antonio";
  src: url(../font/Antonio-Bold.ttf);
}
@font-face {
  font-family: "Noto Sans JP";
  src: url(../font/NotoSansJP-Medium.ttf);
}
@font-face {
  font-family: "Noto Sans JP bold";
  src: url(../font/NotoSansJP-Bold.ttf);
}
@font-face {
  font-family: "jleague kick";
  src: url(../font/JLEAGUEKICK-BoldCondensed.otf);
}
/*-----------------------------------

jwc2024.scss

------------------------------------*/
/* ==========================================================================
   furusatoArea
========================================================================== */
html {
  background: none;
}

body {
  color: #000;
  background: url(../img/BG/BG_gray.jpg) 0% 0%/100% rgb(255, 255, 255);
}

img {
  width: 100%;
}

.kvArea {
  padding-top: 0;
}

.furusatleadArea .ttl {
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
}
@media only screen and (max-width: 641px) {
  .furusatleadArea .ttl {
    display: block;
    text-align: center;
  }
}
.furusatleadArea .ttl img {
  width: 40px;
  margin: 10px;
}
.furusatleadArea .ttl span {
  font-size: 20px;
  font-size: 2rem;
  font-family: "Noto Sans JP bold", sans-serif;
}
@media only screen and (max-width: 641px) {
  .furusatleadArea .ttl span {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}
.furusatleadArea .kikan {
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  margin-left: 10px;
}
@media only screen and (max-width: 641px) {
  .furusatleadArea .kikan {
    display: block;
  }
}
.furusatleadArea .news {
  margin-bottom: 30px;
  text-align: center;
}
.furusatleadArea .news span {
  background: #eb0f13;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Noto Sans JP bold", sans-serif;
  color: #fff;
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 10px;
  line-height: 1;
}
@media only screen and (max-width: 641px) {
  .furusatleadArea .news span {
    font-size: 3.5vw;
    margin-bottom: 5px;
  }
}
.furusatleadArea .news span .txt__L {
  font-size: 30px;
  font-size: 3rem;
  display: inline-block;
  padding: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 641px) {
  .furusatleadArea .news span .txt__L {
    font-size: 5vw;
  }
}
.furusatleadArea .news span.data {
  color: #eb0f13;
  font-family: "Noto Sans JP bold", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  background: none;
  padding: 0;
  display: block;
}
@media only screen and (max-width: 641px) {
  .furusatleadArea .news span.data {
    font-size: 4vw;
  }
}

@media only screen and (max-width: 641px) {
  .furusatoankrArea .sec__inner90 {
    padding: 40px 5%;
  }
}
.furusatoankrArea__list {
  text-align: center;
  font-family: "Noto Sans JP bold", sans-serif;
  font-size: 20px;
  font-size: 2rem;
}
@media only screen and (max-width: 641px) {
  .furusatoankrArea__list {
    font-size: 4vw;
  }
}
.furusatoankrArea__list--item {
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.3);
  border-radius: 30px;
  margin-bottom: 4%;
  display: flex;
  flex-wrap: wrap;
}
.furusatoankrArea__list--item:nth-child(n+3) {
  margin-bottom: 0;
}
@media only screen and (max-width: 641px) {
  .furusatoankrArea__list--item + .furusatoankrArea__list--item {
    margin-top: 20px;
  }
}
.furusatoankrArea__list--item .top {
  width: 100%;
  padding: 30px 50px 30px;
}
@media only screen and (max-width: 641px) {
  .furusatoankrArea__list--item .top {
    padding: 5%;
  }
}
.furusatoankrArea__list--item .lead {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 20px;
}
@media only screen and (max-width: 641px) {
  .furusatoankrArea__list--item .lead {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.furusatoankrArea__list--item .ttlimg {
  width: 80px;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media only screen and (max-width: 641px) {
  .furusatoankrArea__list--item .ttlimg {
    width: 60px;
  }
}
.furusatoankrArea__list--item .kikan {
  width: 100%;
  display: block;
  line-height: 1;
  padding: 1rem;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 10px;
  font-size: 18px;
  font-size: 1.8rem;
  border: 1px solid #000;
}
@media only screen and (max-width: 641px) {
  .furusatoankrArea__list--item .kikan {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.furusatoankrArea__list--item .data {
  font-family: "Noto Sans JP bold", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
}
@media only screen and (max-width: 641px) {
  .furusatoankrArea__list--item .data {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.furusatoankrArea__list--item .bottom {
  margin-top: auto;
  width: 100%;
}
.furusatoankrArea__list--item .bottom a {
  width: 100%;
  line-height: 80px;
  background: #000;
  color: #fff;
  height: 80px;
  position: relative;
  text-align: center;
  border-radius: 0 0 30px 30px;
  font-size: 18px;
  font-size: 1.8rem;
}
@media only screen and (max-width: 641px) {
  .furusatoankrArea__list--item .bottom a {
    font-size: 14px;
    font-size: 1.4rem;
    height: 60px;
    line-height: 60px;
  }
}
.furusatoankrArea__list--item .bottom a::hover {
  opacity: 0.7;
}
.furusatoankrArea__list--item .bottom a::hover:after {
  margin-top: 5px;
}
.furusatoankrArea__list--item .bottom:after {
  content: "\f3d4";
  font-family: ionicons;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  position: absolute;
  padding-left: 0.5em;
  transition: 0.3s ease-in-out;
}

.furusatoconArea {
  padding: 0px 0 80px 0;
  padding-top: 50px;
}
.furusatoconArea:nth-child(1) {
  padding-top: 100px;
}
@media only screen and (max-width: 641px) {
  .furusatoconArea {
    padding: 20px 5% 50px;
  }
}
.furusatoconArea .sec__inner980 {
  background: #fff;
  border-radius: 30px;
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 641px) {
  .furusatoconArea .sec__inner980 {
    padding: 5% 5% 10%;
  }
}
.furusatoconArea .btn + .btn {
  margin-top: 30px;
}
.furusatoconArea__ttlimg {
  height: 60px;
  margin: 0 auto;
  margin-bottom: 30px;
  margin-top: -110px;
}
.furusatoconArea__ttlimg img {
  height: 100%;
}
@media only screen and (max-width: 641px) {
  .furusatoconArea__ttlimg {
    height: 100%;
    margin-top: -50px;
  }
}
.furusatoconArea__lead {
  text-align: center;
  font-family: "Noto Sans JP bold", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 30px;
}
@media only screen and (max-width: 641px) {
  .furusatoconArea__lead {
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left;
  }
  .furusatoconArea__lead .txt__center {
    text-align: center;
  }
}
.furusatoconArea__kikan {
  text-align: center;
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 30px;
}
.furusatoconArea__kikan dt {
  background: #000;
  color: #fff;
  font-family: "Noto Sans JP bold", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  padding: 0.5em;
}
@media only screen and (max-width: 641px) {
  .furusatoconArea__kikan dt {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 1em;
  }
}
.furusatoconArea__kikan dd {
  background: #fff;
  font-size: 20px;
  font-size: 2rem;
  padding: 0.5em;
}
@media only screen and (max-width: 641px) {
  .furusatoconArea__kikan dd {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 1em;
  }
}
.furusatoconArea__kikan dd i {
  font-style: normal;
  font-family: "Noto Sans JP bold", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
}
@media only screen and (max-width: 641px) {
  .furusatoconArea__kikan dd i {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.furusatoconArea__subttl {
  font-size: 18px;
  font-size: 1.8rem;
}
@media only screen and (max-width: 641px) {
  .furusatoconArea__subttl {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 5%;
  }
}
.furusatoconArea__subttl .batch {
  margin-bottom: 30px;
  line-height: 1;
  display: inline-block;
  position: relative;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0 30px;
  font-size: 18px;
  font-size: 1.8rem;
  background: #003889;
  color: #FFF;
  box-sizing: border-box;
}
@media only screen and (max-width: 641px) {
  .furusatoconArea__subttl .batch {
    font-size: 14px;
    font-size: 1.4rem;
    height: 40px;
    line-height: 40px;
    margin-bottom: 20px;
  }
}
.furusatoconArea__subttl .batch:before, .furusatoconArea__subttl .batch:after {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  z-index: 1;
}
.furusatoconArea__subttl .batch:before {
  top: 0;
  left: 0;
  border-width: 25px 0px 25px 15px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}
@media only screen and (max-width: 641px) {
  .furusatoconArea__subttl .batch:before {
    border-width: 20px 0px 20px 15px;
  }
}
.furusatoconArea__subttl .batch:after {
  top: 0;
  right: 0;
  border-width: 25px 15px 25px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}
@media only screen and (max-width: 641px) {
  .furusatoconArea__subttl .batch:after {
    border-width: 20px 15px 20px 0px;
  }
}
.furusatoconArea__subttl mark {
  background-color: #ff9;
  font-style: normal;
  padding: 0 0.5em;
}
.furusatoconArea__box {
  box-sizing: border-box;
  border: 1px solid #000;
  background: #fff;
}
@media only screen and (max-width: 641px) {
  .furusatoconArea__box {
    padding: 10% 5%;
  }
}
.furusatoconArea__box .wrap {
  padding: 40px;
}
@media only screen and (max-width: 641px) {
  .furusatoconArea__box .wrap {
    padding: 0%;
  }
}
.furusatoconArea__box .ttl {
  background: #eee;
  padding: 1em;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: center;
  font-family: "Noto Sans JP bold", sans-serif;
}
@media only screen and (max-width: 641px) {
  .furusatoconArea__box .ttl {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.furusatoconArea__box .ttl .subttl {
  margin-top: 10px;
  font-size: 12px;
  font-size: 1.2rem;
  display: block;
  font-family: "Noto Sans JP";
}
.furusatoconArea__box .ttl .subttl mark {
  font-style: normal;
}
.furusatoconArea__box .ttl .num {
  background: #000;
  color: #fff;
  height: 40px;
  line-height: 40px;
  width: 40px;
  border-radius: 10000px;
  font-family: "Noto Sans JP bold", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  margin: 0 auto;
  display: block;
}
.furusatoconArea__box .img__S {
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
}
.furusatoconArea__box.CLM__half {
  padding: 0;
  border: none;
}
@media only screen and (max-width: 641px) {
  .furusatoconArea__box.CLM__half {
    text-align: center;
  }
}
.furusatoconArea__box.CLM__half figure {
  border: 1px solid #000;
  padding: 30px;
  box-sizing: border-box;
  margin-bottom: 4%;
}
@media only screen and (max-width: 641px) {
  .furusatoconArea__box.CLM__half figure img {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 641px) {
  .furusatoconArea__box.CLM__half figure .ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 641px) {
  .furusatoconArea__box.CLM__half figure {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 641px) {
  .furusatoconArea .commonTable tr th {
    width: 110px;
  }
}
.furusatoconArea .commonTable tr td {
  text-align: left;
  padding: 0.75em;
}
@media only screen and (max-width: 641px) {
  .furusatoconArea .commonTable tr th, .furusatoconArea .commonTable tr td {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.furusatoconArea .commonTable tr .before {
  text-decoration: line-through;
  text-decoration-color: red;
}
.furusatoconArea .commonTable tr .after {
  font-size: 20px;
  font-size: 2rem;
}
@media only screen and (max-width: 641px) {
  .furusatoconArea .commonTable tr .after {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 641px) {
  .furusatoconArea .kome {
    text-align: left;
  }
}
.furusatoconArea.tousen {
  padding: 80px 0;
}
@media only screen and (max-width: 641px) {
  .furusatoconArea.tousen {
    padding: 50px 5%;
  }
}
.furusatoconArea.tousen .furusatoconArea__box {
  border: none;
  padding: 0;
}
@media only screen and (max-width: 641px) {
  .furusatoconArea.tousen .furusatoconArea__box {
    padding: 10% 0;
  }
}
.furusatoconArea.tousen .commonTable tr td {
  padding: 1.5em;
}