@charset "UTF-8";
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 200;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 500;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.otf) format("opentype");
}
#yajin [id^=yajin--] {
  margin-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  #yajin [id^=yajin--] {
    margin-bottom: 50px;
  }
}
#yajin .sp-scroll {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  #yajin .sp-scroll {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
#yajin figure[class$=__figure] img {
  max-width: 100%;
}

@media only screen and (max-width: 768px) {
  .yajin__summary .page__outer {
    padding: 0;
  }
}
.yajin__summary__nav {
  margin-top: 30px;
}
.yajin__summary__nav__list {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .yajin__summary__nav__list {
    flex-wrap: wrap;
  }
}
.yajin__summary__nav__item {
  padding-right: 15px;
  padding-left: 15px;
  border-right: 1px solid #333;
}
@media only screen and (max-width: 768px) {
  .yajin__summary__nav__item {
    padding-right: 2vw;
    padding-left: 2vw;
  }
}
.yajin__summary__nav__item:first-child {
  border-left: 1px solid #333;
}
.yajin__summary__nav__item a {
  display: block;
  padding: 10px 5px;
  font-size: 1.6rem;
}
.yajin__summary__nav__item a:link, .yajin__summary__nav__item a:visited, .yajin__summary__nav__item a:active {
  color: #333;
  text-decoration: none;
}
.yajin__summary__nav__item a:hover, .yajin__summary__nav__item a.current {
  background-color: #6eba3d;
  color: #fff;
  border-radius: 3px;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .yajin__summary__nav__item a {
    padding: 2px 2px;
    font-size: 2.6666666667vw;
  }
}

.index__summary__figure {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .index__summary__figure {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

.index__concept__row {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .index__concept__row {
    display: block;
  }
}
.index__concept__text {
  width: 70%;
}
.index__concept__text p {
  margin-bottom: 20px;
}
.index__concept__text p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .index__concept__text {
    width: 100%;
  }
  .index__concept__text p {
    margin-bottom: 10px;
  }
}
.index__concept__figure {
  margin-bottom: 30px;
}
.index__concept__end {
  text-align: center;
}
.index__concept__end p {
  display: inline-block;
  padding: 20px;
  border: 3px solid #6eba3d;
}

.index__project__list {
  display: flex;
  justify-content: space-between;
}
.index__project__list__item {
  width: 380px;
}
@media only screen and (max-width: 768px) {
  .index__project__list {
    display: block;
  }
  .index__project__list__item {
    width: 100%;
    margin-bottom: 30px;
  }
}
.index__project .project__list__title {
  min-height: 80px;
  padding: 10px 0;
  background: #6eba3d;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
}
.index__project .project__list__title.line1 {
  padding: 20px 0 0;
}
.index__project .project__list__figure {
  margin-bottom: 20px;
}
.index__project__btn .btn {
  width: 450px;
}
@media only screen and (max-width: 768px) {
  .index__project__btn .btn {
    width: 100%;
  }
}

.okano__concept__text p {
  margin-top: 1rem;
}
.okano__concept__text p:first-child {
  margin-top: 0;
}
.okano__concept__row {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .okano__concept__row {
    display: block;
  }
}
.okano__concept__row .okano__concept__text {
  width: 48%;
}
@media only screen and (max-width: 768px) {
  .okano__concept__row .okano__concept__text {
    width: 100%;
  }
}
.okano__concept__row .okano__concept__figure {
  width: 48%;
}
@media only screen and (max-width: 768px) {
  .okano__concept__row .okano__concept__figure {
    width: 100%;
  }
}

.okano__profile__text p {
  font-weight: bold;
  margin-right: 20px;
  margin-bottom: 20px;
}
.okano__profile__text .okano__profile__list {
  display: flex;
}
.okano__profile__text .okano__profile__list dt {
  width: auto;
  padding-right: 20px;
  font-weight: bold;
}
.okano__profile__text .okano__profile__list dd {
  width: auto;
  padding-right: 40px;
}
@media only screen and (max-width: 768px) {
  .okano__profile__text .okano__profile__list {
    display: block;
  }
  .okano__profile__text .okano__profile__list dt {
    width: auto;
    margin-top: 10px;
    padding-right: auto;
    font-weight: bold;
  }
  .okano__profile__text .okano__profile__list dd {
    width: auto;
    padding-right: auto;
  }
}

.plan__movie__text {
  margin-top: 30px;
  font-size: 24px;
}
@media only screen and (max-width: 768px) {
  .plan__movie__text {
    margin-top: 15px;
    font-size: 14px;
  }
}
.plan__movie__wrap {
  height: 650px;
  margin: 30px auto 0;
  padding-top: 48px;
  background: url("../img/club/yajin/plan/plan-figure1.png") no-repeat center top;
}
.plan__movie__wrap__inner {
  max-width: 850px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .plan__movie__wrap {
    height: auto;
    margin: 16px auto 0;
    padding-top: 0;
    background: none;
  }
}
.plan__movie__video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  overflow: hidden;
  margin-bottom: 50px;
}
.plan__movie__video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.supporters__wrap__text p {
  margin-top: 1rem;
}
.supporters__wrap__text p.name {
  font-weight: bold;
}
.supporters__wrap__text p:first-child {
  margin-top: 0;
}
.supporters__wrap__row {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .supporters__wrap__row {
    display: block;
  }
}
.supporters__wrap__row .supporters__wrap__text {
  width: 60%;
}
@media only screen and (max-width: 768px) {
  .supporters__wrap__row .supporters__wrap__text {
    width: 100%;
  }
}
.supporters__wrap__row .supporters__wrap__figure {
  width: 34%;
}
@media only screen and (max-width: 768px) {
  .supporters__wrap__row .supporters__wrap__figure {
    width: 100%;
  }
}

.message__summary__text {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 24px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .message__summary__text {
    margin-top: 15px;
    font-size: 14px;
  }
}

.message__wrap__list {
  position: relative;
}
.message__wrap__list li {
  display: block;
  position: absolute;
  width: 30%;
  height: auto;
  z-index: 1;
  margin: 5px;
  padding: 20px;
  background: #eee;
  opacity: 0;
  transition: opacity 0.2s ease-in;
}
.message__wrap__list li p:last-child {
  background: #6eba3d;
  margin-top: 20px;
  padding: 10px;
  color: #fff;
}
.message__wrap__list li.show {
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .message__wrap__list li {
    width: 47%;
    margin: 1%;
    padding: 10px;
  }
}

.sponsor__wrap {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .sponsor__wrap {
    margin-top: 30px;
  }
}
.sponsor__wrap .sponsor__wrap__list {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  margin: 0 auto;
}
.sponsor__wrap .sponsor__wrap__list li {
  margin: 0 10px 20px;
}
@media only screen and (max-width: 768px) {
  .sponsor__wrap .sponsor__wrap__list li {
    width: 47%;
    margin: 0 5px 10px;
  }
}
.sponsor__wrap .sponsor__wrap__list li img {
  width: 100%;
}
.sponsor__wrap .sponsor__wrap__list li a:hover {
  opacity: 0.6;
}
.sponsor__wrap .sponsor__wrap__first .sponsor__wrap__list {
  justify-content: center;
}
.sponsor__wrap .sponsor__wrap__second,
.sponsor__wrap .sponsor__wrap__third {
  margin-top: 30px;
  margin-left: 80px;
}
@media only screen and (max-width: 768px) {
  .sponsor__wrap .sponsor__wrap__second,
  .sponsor__wrap .sponsor__wrap__third {
    margin-top: 15px;
    margin-left: 0;
  }
}
.sponsor__wrap .sponsor__wrap__forth,
.sponsor__wrap .sponsor__wrap__fifth {
  margin-top: 30px;
  margin-left: 30px;
}
@media only screen and (max-width: 768px) {
  .sponsor__wrap .sponsor__wrap__forth,
  .sponsor__wrap .sponsor__wrap__fifth {
    margin-top: 15px;
    margin-left: 0;
  }
}
.sponsor__wrap .sponsor__wrap__forth:after,
.sponsor__wrap .sponsor__wrap__fifth:after {
  content: " ";
  display: block;
  clear: both;
}
.sponsor__wrap .sponsor__wrap__list__text {
  width: 390px;
  float: left;
}
.sponsor__wrap .sponsor__wrap__list__text li {
  padding-left: 1em;
  text-indent: -2em;
}
.sponsor__wrap .sponsor__wrap__list__text li:before {
  content: "●";
  padding-left: 15px;
  font-size: 12px;
}
.sponsor__wrap .sponsor__wrap__list__text li a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .sponsor__wrap .sponsor__wrap__list__text {
    width: 100%;
    float: none;
  }
  .sponsor__wrap .sponsor__wrap__list__text li {
    padding-left: 1em;
    text-indent: -2em;
  }
  .sponsor__wrap .sponsor__wrap__list__text li:before {
    content: "●";
    padding-left: 15px;
    font-size: 12px;
  }
  .sponsor__wrap .sponsor__wrap__list__text li a:hover {
    text-decoration: none;
  }
}

.topics__wrap {
  margin-top: 60px;
}
.topics__wrap .newsList {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .topics__wrap .newsList {
    margin-top: 15px;
  }
}
.topics__wrap .newsList__item {
  border-bottom: #ccc 1px solid;
}
.topics__wrap .newsList__item a {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  padding: 15px;
  font-size: 1.8rem;
  color: #333;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .topics__wrap .newsList__item a {
    padding: 10px 0;
    display: block;
  }
}
.topics__wrap .newsList__item a:hover .newsList__item__text {
  text-decoration: underline;
}
.topics__wrap .newsList__item__header {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 270px;
}
@media only screen and (max-width: 768px) {
  .topics__wrap .newsList__item__header {
    width: 100%;
    margin-bottom: 5px;
  }
}
.topics__wrap .newsList__item__text {
  width: 890px;
  padding: 0 40px 0 10px;
}
@media only screen and (max-width: 768px) {
  .topics__wrap .newsList__item__text {
    width: 100%;
    padding: 0;
    font-size: 1.4rem;
  }
}
.topics__wrap .newsCategory {
  width: 100px;
  padding: 0 10px;
  font-size: 1.2rem;
  font-weight: 700;
  background: #6eba3d;
  color: #fff;
  text-align: center;
  margin-right: 15px;
}
@media only screen and (max-width: 768px) {
  .topics__wrap .newsCategory {
    width: auto;
    white-space: nowrap;
    margin-right: 5px;
  }
}
.topics__wrap .newsDate {
  width: 165px;
}
@media only screen and (max-width: 768px) {
  .topics__wrap .newsDate {
    width: auto;
    white-space: nowrap;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .topics__wrap .tabBtn__outer.newsTab {
    background: #fff;
  }
}
@media only screen and (max-width: 768px) {
  .topics__wrap .tabBtn.newsTab {
    border-top: #043459 1px solid;
    border-left: #043459 1px solid;
  }
}
@media only screen and (max-width: 768px) {
  .topics__wrap .tabBtn.newsTab .tabBtn__item {
    width: 25%;
    font-size: 1.2rem;
    padding: 10px 2px;
    border-bottom: #043459 1px solid;
    border-right: #043459 1px solid;
    color: #043459;
  }
}
@media only screen and (max-width: 768px) {
  .topics__wrap .tabBtn.newsTab .tabBtn__item.is-active {
    background: #043459;
    color: #fff;
  }
}
@media only screen and (max-width: 768px) {
  .topics__wrap .tabBtn.newsTab .tabBtn__item.is-active::after {
    display: none;
  }
}
.topics__wrap .select-wrap {
  position: relative;
}
.topics__wrap .select-wrap:before {
  z-index: 1;
  position: absolute;
  right: 0;
  top: 0;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 42px;
  width: 42px;
  text-align: center;
  color: #043459;
  pointer-events: none;
}
.topics__wrap .select-wrap select {
  outline: none;
  -moz-appearance: none;
  text-indent: 12px;
  text-overflow: "";
  background: #fff;
  vertical-align: middle;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 42px;
  border: 1px solid #043459;
  color: #043459;
  font-weight: 700;
  width: 240px;
  box-sizing: border-box;
  font-size: 1.4rem;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .topics__wrap .select-wrap select {
    width: 100%;
  }
}
.topics__wrap .select-wrap select option {
  background-color: #fff;
  color: #043459;
}
.topics__wrap .pagination {
  margin: 30px 0 60px;
  padding-bottom: 7.5px;
  border-bottom: #043459 5px solid;
}
.topics__wrap .pagination__title {
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 15px;
  text-align: center;
}
.topics__wrap .pagination ol {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.topics__wrap .pagination ol li {
  font-size: 2.4rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  margin: 0 5px;
  color: #043459;
}
.topics__wrap .pagination ol li a {
  font-family: "Roboto", sans-serif;
  color: #043459;
  padding: 5px 8px;
  line-height: 1;
  display: block;
  text-decoration: none;
  border: #fff 1px solid;
  position: relative;
}
.topics__wrap .pagination ol li a:hover, .topics__wrap .pagination ol li a.is-active {
  border-color: #043459;
}
.topics__wrap .pagination ol li a.is-active::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7.5px 10px 7.5px;
  border-color: transparent transparent #6eba3d transparent;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
}
.topics__wrap .pagination__disable a {
  pointer-events: none;
  opacity: 0.25;
}
.topics__wrap .archiveList {
  margin: 15px 0;
  text-align: right;
}
.topics__wrap .icon {
  display: inline-block;
  background: #d03434;
  color: #fff;
  font-size: 1.2rem;
  padding: 3px 5px;
  margin-right: 5px;
  line-height: 1;
}
.topics__wrap .icon.icon-new {
  font-family: "Roboto", sans-serif;
  font-family: 700;
}

.topics__details__wrap .news {
  margin-top: 60px;
}
.topics__details__wrap .news__header {
  background: #043459;
  padding: 10px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.topics__details__wrap .news__header__data {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.topics__details__wrap .news__header__data .newsDate {
  color: #fff;
  font-size: 1.8rem;
}
.topics__details__wrap .news__title {
  padding: 30px 0 15px;
  margin-bottom: 30px;
  font-size: 3rem;
  font-weight: 700;
  color: #043459;
  border-bottom: #043459 2px solid;
}
@media only screen and (max-width: 768px) {
  .topics__details__wrap .news__title {
    font-size: 2.4rem;
  }
}
.topics__details__wrap .news__contents {
  font-size: 1.8rem;
  line-height: 1.75;
  overflow-x: auto;
}
.topics__details__wrap .news__contents p {
  margin-top: 1em;
}
.topics__details__wrap .news__contents p:first-child {
  margin-top: 0;
}
.topics__details__wrap .news__contents h2 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #043459;
  margin: 2em 0;
  background: #f0f0f0;
  padding: 5px 10px;
}
.topics__details__wrap .news__contents h3 {
  font-size: 2.1rem;
  font-weight: 700;
  color: #043459;
  margin: 2em 0;
}
.topics__details__wrap .news__contents h4 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #000;
  margin: 2em 0;
}
.topics__details__wrap .news__contents img {
  max-width: 100%;
  height: auto;
}
.topics__details__wrap .news__contents ul {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 2em;
}
.topics__details__wrap .news__contents ol {
  list-style-type: decimal;
  list-style-position: outside;
  margin-left: 2em;
}
.topics__details__wrap .news__contents blockquote {
  margin: 2em 0 2em 2em;
}
.topics__details__wrap .news__contents .youtube iframe {
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  .topics__details__wrap .news__contents .youtube iframe {
    width: 100%;
    height: 58.59375vw;
  }
}
@media only screen and (max-width: 768px) {
  .topics__details__wrap .news__contents .cms_widget iframe {
    min-width: 0 !important;
  }
}
.topics__details__wrap .news__contents a {
  color: #6eba3d;
  text-decoration: underline;
}
.topics__details__wrap .news__contents a:hover {
  text-decoration: none;
}
.topics__details__wrap .news__contents table {
  border: #333 1px solid !important;
  border-right: none;
  border-bottom: none;
}
.topics__details__wrap .news__contents table th, .topics__details__wrap .news__contents table td {
  border-right: #333 1px solid !important;
  border-bottom: #333 1px solid !important;
  padding: 10px;
}
.topics__details__wrap .news__footer {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  border-top: #043459 1px solid;
  border-bottom: #043459 5px solid;
}
@media only screen and (max-width: 768px) {
  .topics__details__wrap .news__footer {
    padding: 5px 0;
  }
}
.topics__details__wrap .news__footer__outer {
  width: 350px;
}
@media only screen and (max-width: 768px) {
  .topics__details__wrap .news__footer__outer {
    width: 33%;
  }
}
.topics__details__wrap .news__footer__prev, .topics__details__wrap .news__footer__next {
  position: relative;
  width: 350px;
}
@media only screen and (max-width: 768px) {
  .topics__details__wrap .news__footer__prev, .topics__details__wrap .news__footer__next {
    width: 100%;
  }
}
.topics__details__wrap .news__footer__prev a, .topics__details__wrap .news__footer__next a {
  font-size: 1.4rem;
  color: #043459;
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  .topics__details__wrap .news__footer__prev a, .topics__details__wrap .news__footer__next a {
    font-size: 1.2rem;
  }
}
.topics__details__wrap .news__footer__prev a:hover, .topics__details__wrap .news__footer__next a:hover {
  text-decoration: none;
}
.topics__details__wrap .news__footer__prev {
  padding-left: 20px;
}
@media only screen and (max-width: 768px) {
  .topics__details__wrap .news__footer__prev {
    padding-left: 10px;
  }
}
.topics__details__wrap .news__footer__prev::before {
  color: #043459;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f104";
  font-size: 1.8rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.topics__details__wrap .news__footer__next {
  padding-right: 20px;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .topics__details__wrap .news__footer__next {
    padding-right: 10px;
  }
}
.topics__details__wrap .news__footer__next::before {
  color: #043459;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  font-size: 1.8rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.topics__details__wrap .news__footer__back a {
  display: block;
  background: #6eba3d;
  border: #6eba3d 1px solid;
  color: #fff;
  text-decoration: none;
  line-height: 1;
  padding: 5px 10px;
  font-size: 1.4rem;
}
.topics__details__wrap .news__footer__back a:hover {
  color: #6eba3d;
  background: #fff;
}

/*# sourceMappingURL=yajin.css.map */
