@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700;900&display=swap");
body {
  background: #6CBC64;
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin: 0;
}
@media screen and (max-width: 768px) {
  body {
    padding-bottom: 68px;
  }
}

div, h1, h2, h3, h4, h5, p, li, dl, dt, dd, th, td, article, header, footer, nav, span, a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

li {
  list-style: none;
}

a {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}

img {
  height: auto;
  width: auto;
  max-width: 100%;
  line-height: 100%;
  vertical-align: bottom;
}

em {
  font-style: normal;
}

h1, h2, h3, h4, h5 {
  line-height: 1.4;
  letter-spacing: 0.1em;
  margin: 0;
  word-wrap: break-word;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

p, li, td, th, dt, dd {
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin: 0;
  word-wrap: break-word;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

table {
  width: 100%;
  border-collapse: collapse;
}

th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: top;
  word-break: break-all;
}

ul, ol, dl {
  padding: 0;
  margin: 0;
}

/* display switching */
@media screen and (min-width: 769px) {
  .pc-none {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .sp-none {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  .min1025-none {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .max1024-none {
    display: none !important;
  }
}
@media screen and (min-width: 1281px) {
  .min1281-none {
    display: none !important;
  }
}
@media screen and (max-width: 1280px) {
  .max1280-none {
    display: none !important;
  }
}
/* font */
body {
  font-family: "Zen Maru Gothic", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
}

/* hover */
@media screen and (min-width: 769px) {
  a {
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
  }
  a:hover {
    opacity: 0.5;
  }
}

@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/* footer */
.footer {
  background: #fff;
  border-top: solid #6CBC64 3px;
  color: #000;
  padding: 50px 0;
}
.footer-about {
  border-bottom: solid #6CBC64 3px;
}
.footer-about-inner {
  margin: 0 auto;
  padding: 0 30px 50px;
  max-width: 1060px;
  width: 100%;
}
.footer-about__ttl {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 10px;
}
.footer-about__txt {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.footer-box-inner {
  margin: 0 auto;
  padding: 50px 30px 0;
  max-width: 1060px;
  width: 100%;
}
.footer-box__host {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 40px;
}
.footer-box__ttl {
  background: #6CBC64;
  border-radius: 25vw;
  color: #fff;
  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;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
  max-width: 200px;
  width: 100%;
  height: 40px;
}
.footer-box-list li + li {
  margin-top: 5px;
}
.footer-box-list .ttl {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.4;
}
.footer-box-list .address {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
}
.footer-box-list .contactBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
}
.footer-box-list .contactBox .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-box-list .contactBox .tel a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}
.footer-box-list .contactBox .tel a small {
  font-size: 16px;
  margin-top: 4px;
}
.footer-box-list .contactBox .tel a p {
  font-size: 22px;
  text-decoration: underline;
}
.footer-box-list .contactBox .tel span {
  border: solid #000 2px;
  border-radius: 25vw;
  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;
  font-weight: bold;
  font-size: 10px;
  line-height: 1.1;
  letter-spacing: 0.02em;
  text-align: center;
  margin-left: 5px;
  width: 105px;
  height: 32px;
}
.footer-box-list .contactBox .link {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.05em;
}
.footer-box-list .contactBox .link span {
  text-decoration: underline;
  margin-left: 7px;
}
@media screen and (max-width: 1024px) {
  .footer {
    padding: 30px 0 40px;
  }
  .footer-about-inner {
    margin: 0 auto;
    padding: 0 20px 30px;
    max-width: 790px;
  }
  .footer-about__ttl {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  .footer-box-inner {
    padding: 30px 20px 0;
    max-width: 600px;
  }
  .footer-box__host {
    font-size: 16px;
    text-align: center;
    margin-bottom: 30px;
  }
  .footer-box__ttl {
    font-size: 18px;
    margin: 0 auto 20px;
  }
  .footer-box-list li + li {
    margin-top: 12px;
  }
  .footer-box-list .ttl {
    font-size: 16px;
    line-height: 1.2;
  }
  .footer-box-list .address {
    font-size: 16px;
    line-height: 1.2;
  }
  .footer-box-list .contactBox {
    display: block;
    margin-top: 17px;
  }
  .footer-box-list .contactBox .tel a p {
    font-size: 18px;
  }
  .footer-box-list .contactBox .tel span {
    letter-spacing: 0;
    margin-left: 2px;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  .footer-box-list .contactBox .link {
    display: inline-block;
    font-size: 16px;
    margin-top: 7px;
  }
}

.cmn-toTop {
  display: block;
  position: fixed;
  inset: auto 10px 10px auto;
  width: 80px;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.cmn-toTop.is-on {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 768px) {
  .cmn-toTop {
    inset: auto 20px 10px auto;
    width: 50px;
  }
}

.cv-bar {
  background: rgba(255, 249, 177, 0.8);
  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;
  padding-right: 70px;
  position: fixed;
  inset: auto auto 0 0;
  width: 100%;
  height: 68px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.cv-bar-bt {
  background: #6CBC64;
  border: solid #6CBC64 3px;
  border-radius: 25vw;
  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;
  margin: 0 auto;
  position: relative;
  max-width: 240px;
  width: 100%;
  height: 48px;
}
.cv-bar-bt span {
  color: #fff;
  font-weight: bold;
  font-size: 17px;
  padding-right: 17px;
  position: relative;
}
.cv-bar-bt span::before {
  background: url(../img/ico/ico_arrow01_wht.svg) no-repeat;
  background-size: 100% auto;
  content: "";
  position: absolute;
  inset: 6px 0 0 auto;
  margin: auto;
  width: 8px;
  height: 19px;
}
.cv-bar.is-on {
  opacity: 1;
  visibility: visible;
}

.header {
  padding: 30px;
}
.header-mv {
  margin: 0 auto;
  max-width: 1200px;
}
@media screen and (max-width: 1024px) {
  .header {
    padding: 10px 7px;
  }
  .header-mv {
    max-width: 1000px;
  }
}

.main {
  padding: 60px 0 0;
}
@media screen and (max-width: 1024px) {
  .main {
    padding: 10px 0 0;
  }
}

.cmn-inner {
  margin: 0 auto;
  max-width: 1200px;
}
@media screen and (max-width: 1024px) {
  .cmn-inner {
    max-width: 1000px;
  }
}

.listSec {
  padding: 30px;
}
.listSec-ttlList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.listSec-ttlList-ttl {
  padding-right: 30px;
  width: calc(100% - 500px);
}
.listSec-ttlList-ttl img {
  margin: 0 auto;
  display: block;
  width: calc(90% - 30px);
}
.listSec-ttlList-item {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 10px 10px 40px;
  position: relative;
  max-width: 500px;
  width: 100%;
}
.listSec-ttlList-item .ttl {
  background: #10863F;
  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;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.2em;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  position: absolute;
  inset: 0 auto auto 0;
  width: 40px;
  height: 100%;
}
.listSec-ttlList-item .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.listSec-ttlList-item .logo {
  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: 30%;
}
.listSec-ttlList-item .logo img {
  width: 70%;
}
.listSec-ttlList-item .txt {
  color: #000;
  font-size: 14px;
  line-height: 1.4;
  display: block;
  width: 70%;
}
.listSec-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -12.5px;
}
.listSec-list-item {
  background: #fff;
  margin-bottom: 15px;
  margin-left: 12.5px;
  position: relative;
  max-width: 230px;
  width: 100%;
}
.listSec-list-item.is-ppl .ttl {
  background: #C7C8E5;
}
.listSec-list-item.is-ppl .ttl span {
  background: #8187C2;
}
.listSec-list-item.is-org .ttl {
  background: #F9CFB6;
}
.listSec-list-item.is-org .ttl span {
  background: #F39F80;
}
.listSec-list-item.is-lbu .ttl {
  background: #C7E8FA;
}
.listSec-list-item.is-lbu .ttl span {
  background: #79A7D9;
}
.listSec-list-item .ttl {
  background: #FADCE2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 30px;
}
.listSec-list-item .ttl span {
  background: #F19CA6;
  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: #fff;
  font-size: 14px;
  letter-spacing: 0.02em;
  padding: 2px 5px;
  max-width: 85px;
  width: 100%;
  height: 100%;
}
.listSec-list-item .ttl p {
  color: #000;
  display: block;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.08em;
  padding: 2px 7px;
  width: calc(100% - 85px);
}
.listSec-list-item .inner {
  display: block;
  padding: 10px 5px;
}
.listSec-list-item .logo {
  padding-right: 5px;
  float: left;
  width: 40%;
}
.listSec-list-item .txt {
  color: #000;
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .listSec {
    padding: 20px 0;
  }
  .listSec-ttlList {
    display: block;
    margin-bottom: 20px;
    padding: 0 20px;
  }
  .listSec-ttlList-ttl {
    padding-right: 0;
    width: 100%;
  }
  .listSec-ttlList-ttl img {
    margin: 0 auto 30px;
    width: 280px;
  }
  .listSec-ttlList-item {
    margin: 0 auto;
    padding: 40px 7px 10px;
  }
  .listSec-ttlList-item .ttl {
    -ms-writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
            writing-mode: horizontal-tb;
    inset: 0 auto auto 0;
    width: 100%;
    height: 30px;
  }
  .listSec-ttlList-item .inner {
    display: block;
  }
  .listSec-ttlList-item .logo {
    float: left;
    width: 30%;
  }
  .listSec-ttlList-item .logo img {
    width: 83%;
  }
  .listSec-ttlList-item .txt {
    letter-spacing: 0.05em;
    width: 100%;
  }
  .listSec .sp-overflow-box {
    padding: 0 20px;
    overflow-x: auto;
  }
  .listSec-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -10px;
    width: 1160px;
  }
  .listSec-list-item {
    margin-bottom: 10px;
    margin-left: 10px;
    max-width: 220px;
  }
  .listSec-list-item .ttl span {
    font-size: 13px;
  }
  .listSec-list-item .ttl p {
    font-size: 15px;
  }
  .listSec-list-item .logo {
    padding-right: 5px;
    width: 35%;
  }
  .listSec-list-item .txt {
    font-size: 12px;
  }
}

.participation {
  background: #6CBC64;
  color: #000;
  padding: 60px 20px 80px;
}
.participation .cmn-inner {
  padding: 1px;
  max-width: 1000px;
}
.participation__ttl {
  color: #fff;
  font-weight: bold;
  font-size: 36px;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}
.participation-jititai {
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 50px -9px;
  padding: 40px 50px 31px 47.5px;
  position: relative;
  z-index: 2;
}
.participation-jititai::before {
  background: #fff;
  border-radius: 10px;
  content: "";
  position: absolute;
  inset: 0 0 0 9px;
  margin: auto;
  width: calc(100% - 9px);
  height: 100%;
  z-index: -1;
}
.participation-jititai .txt {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
  padding-left: 9px;
  width: 100%;
}
.participation-jititai a {
  background: #e2ed72;
  border-radius: 5px;
  color: #fff;
  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;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 0.04em;
  margin: 0 0 9px 9px;
  width: 92px;
  height: 26px;
}
.participation-jititai a.is-grn {
  background: #10863F;
  border: solid #10863F 2px;
}
.participation-jititai a.is-pnk {
  background: #F19CA6;
  border: solid #F19CA6 2px;
}
.participation-jititai a.is-ppl {
  background: #8187C2;
  border: solid #8187C2 2px;
}
.participation-jititai a.is-org {
  background: #F39F80;
  border: solid #F39F80 2px;
}
.participation-jititai a.is-lbu {
  background: #79A7D9;
  border: solid #79A7D9 2px;
}
.participation-jititai a.is-pnk02 {
  background: #ff4a4a;
  font-size: 12px;
  width: calc(100% - 9px);
  letter-spacing: 0;
}
.participation-jititai a.is-kobetu {
  border: solid #000 2.5px;
}
.participation-jititai a.is-spAdjust {
  display: none;
}
.participation-inner {
  margin-bottom: 45px;
}
.participation-list {
  background: #fff;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
  overflow: hidden;
}
.participation-list + .participation-list {
  margin-top: 25px;
}
.participation-list-logoItem {
  max-width: 128px;
  width: 100%;
}
.participation-list-logoItem .ttl {
  font-weight: 500;
  text-align: center;
  font-size: 18px;
  margin-top: 5px;
}
.participation-list-contentItem {
  margin: 8px 0 0 8px;
  max-width: 800px;
  width: 100%;
}
.participation-list-contentItem-txtBt {
  border-bottom: solid #989898 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 20px;
  width: 100%;
}
.participation-list-contentItem-txtBt p {
  display: block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.8;
  max-width: 570px;
  width: 100%;
}
.participation-list-contentItem-txtBt .is-btBox {
  display: block;
  margin-left: 10px;
  max-width: 200px;
  width: 100%;
}
.participation-list-contentItem-txtBt .is-btBox a {
  background: #6CBC64;
  border-radius: 5px;
  color: #fff;
  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;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.04em;
  width: 100%;
  height: 46px;
}
.participation-list-contentItem-txtBt .is-btBox a + a {
  margin-top: 8px;
}
.participation-list-contentItem-txtBt .is-btBox a.is-lgn {
  background: #64bca0;
}
.participation-list-contentItem-txtBt .is-btBox a.is-lgn02 {
  background: #91BD64;
}
.participation-list-contentItem-txtBt .is-btBox a.is-arrow {
  position: relative;
}
.participation-list-contentItem-txtBt .is-btBox a.is-arrow::before {
  background: url(../img/ico/ico_arrow01.png) no-repeat;
  background-size: 100% auto;
  content: "";
  position: absolute;
  top: 0;
  bottom: 2px;
  right: 12px;
  margin: auto;
  width: 16px;
  height: 16px;
}
.participation-list-contentItem-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.participation-list-contentItem-sns a {
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 24px;
  padding-left: 32px;
  position: relative;
  width: 49%;
}
.participation-list-contentItem-sns a::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
}
.participation-list-contentItem-sns a.is-insta::before {
  background: url(../img/ico/ico_instagram01.png) no-repeat;
  background-size: 100% auto;
  width: 25px;
  height: 25px;
}
.participation-list-contentItem-sns a.is-x::before {
  background: url(../img/ico/ico_x01.png) no-repeat;
  background-size: 100% auto;
  top: -3px;
  width: 26px;
  height: 26px;
}
.participation-list-contentItem-sns a.is-line::before {
  background: url(../img/ico/ico_line01.png) no-repeat;
  background-size: 100% auto;
  width: 28px;
  height: 27px;
}
.participation-list-contentItem-sns a.is-facebook::before {
  background: url(../img/ico/ico_facebook01.png) no-repeat;
  background-size: 100% auto;
  width: 24px;
  height: 24px;
}
.participation-list-contentItem-sns a.is-note::before {
  background: url(../img/ico/ico_note01.png) no-repeat;
  background-size: 100% auto;
  top: -6px;
  left: -3px;
  width: 32px;
  height: 32px;
}
.participation-list-contentItem-sns a.is-youtube::before {
  background: url(../img/ico/ico_youtube01.png) no-repeat;
  background-size: 100% auto;
  width: 27px;
  height: 22px;
}
.participation-list-contentItem-sns a.is-pdf::before {
  background: url(../img/ico/ico_pdf01.png) no-repeat;
  background-size: 100% auto;
  top: -4px;
  width: 21px;
  height: 27px;
}
.participation-list-contentItem-sns a.is-web::before {
  background: url(../img/ico/ico_web01.png) no-repeat;
  background-size: 100% auto;
  width: 24px;
  height: 24px;
}
.participation__bnr02Ttl {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 25px;
}
.participation-bnr02 {
  display: block;
  margin: 0 auto;
  max-width: 460px;
  width: 100%;
}
@media screen and (max-width: 1040px) {
  .participation-jititai {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 50px 0;
    padding: 40px 30px 28px;
  }
  .participation-jititai::before {
    inset: 0;
    width: 100%;
  }
  .participation-jititai .txt {
    font-size: 13px;
    margin-bottom: 7px;
    padding-left: 0;
  }
  .participation-jititai a {
    margin: 0 0 12px 0;
    width: 23.5%;
  }
  .participation-jititai a.is-pnk02 {
    width: 100%;
  }
  .participation-jititai a.is-spAdjust {
    display: block;
    background: none;
    width: 23%;
    height: 0;
  }
}
@media screen and (max-width: 768px) {
  .participation {
    padding: 20px 20px 60px;
  }
  .participation__ttl {
    font-size: 26px;
    margin-bottom: 30px;
  }
  .participation-jititai {
    padding: 20px 15px 8px;
  }
  .participation-jititai a {
    font-size: 13px;
  }
  .participation-jititai a.is-pnk02 {
    font-size: 10px;
  }
  .participation-list {
    display: block;
    padding: 15px;
  }
  .participation-list + .participation-list {
    margin-top: 25px;
  }
  .participation-list-logoItem {
    margin: 0 auto 20px;
    max-width: 110px;
  }
  .participation-list-contentItem {
    margin: 8px 0 0 0;
    max-width: 100%;
    width: 100%;
  }
  .participation-list-contentItem-txtBt {
    display: block;
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
  .participation-list-contentItem-txtBt p {
    font-size: 14px;
    margin-bottom: 25px;
    max-width: 100%;
  }
  .participation-list-contentItem-txtBt .is-btBox {
    display: block;
    margin-left: 0;
    max-width: 100%;
  }
  .participation-list-contentItem-txtBt .is-btBox a {
    font-size: 14px;
    width: 100%;
  }
  .participation-list-contentItem-txtBt .is-btBox a + a {
    margin-top: 10px;
  }
  .participation-list-contentItem-txtBt .is-btBox a.is-arrow::before {
    bottom: 2px;
    right: 15px;
    width: 14px;
    height: 14px;
  }
  .participation-list-contentItem-sns {
    display: block;
  }
  .participation-list-contentItem-sns a {
    font-size: 13px;
    width: 100%;
  }
  .participation-list-contentItem-sns a::before {
    top: -1.5px;
  }
  .participation__bnr02Ttl {
    font-size: 18px;
  }
  .participation-bnr02 {
    max-width: 360px;
  }
}

.extra {
  background: #fff;
  color: #000;
  padding: 60px 20px 40px;
}
.extra-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
  width: 100%;
}
.extra-ttl h2 {
  display: block;
  font-weight: bold;
  font-size: 26px;
  letter-spacing: 0.2em;
}
.extra-ttl a {
  background: #ed8204;
  border-radius: 5px;
  color: #fff;
  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;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.1em;
  max-width: 240px;
  width: 100%;
  height: 46px;
}
.extra p {
  display: block;
  font-weight: 500;
  margin-bottom: 50px;
}
.extra-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.extra-list::after {
  content: "";
  width: 30%;
}
.extra-list-item {
  text-align: center;
  margin-bottom: 40px;
  width: 30%;
}
.extra-list-item h3 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 8px;
}
.extra-list-item a {
  background: #6CBC64;
  border-radius: 5px;
  color: #fff;
  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;
  font-weight: bold;
  font-size: 16px;
  width: 100%;
  height: 46px;
}
@media screen and (max-width: 768px) {
  .extra {
    padding: 40px 20px;
  }
  .extra-ttl {
    display: block;
    margin-bottom: 35px;
  }
  .extra-ttl h2 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
  }
  .extra-ttl a {
    max-width: 100%;
  }
  .extra p {
    font-size: 14px;
    margin-bottom: 40px;
  }
  .extra-list-item {
    margin-bottom: 30px;
    width: 48%;
  }
  .extra-list-item h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .extra-list-item a {
    font-size: 13px;
    height: 46px;
  }
}

.btSec {
  background: #fff;
  border-top: solid #6CBC64 3px;
  color: #000;
  padding: 60px 20px;
}
.btSec-bt {
  background: #ed8204;
  border-radius: 5px;
  color: #fff;
  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;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.1em;
  margin: 0 auto 25px;
  max-width: 440px;
  width: 100%;
  height: 70px;
}
.btSec__txt {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .btSec {
    padding: 40px 20px;
  }
  .btSec-bt {
    font-size: 18px;
    margin: 0 auto 15px;
    max-width: 300px;
    height: 54px;
  }
  .btSec__txt {
    font-size: 15px;
  }
}
/*# sourceMappingURL=style.css.map */