@charset "UTF-8";
html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  /* テキストの自動拡大を無効化 */
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
       text-size-adjust: none;
  /* ページ全体の設定 */
  margin: 0;
  font-family: "M PLUS Rounded 1c", sans-serif;
  background: #eaf6eb;
  color: #3f2800;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

::-moz-selection {
  color: #fff;
  background: var(--color-theme);
}

::selection {
  color: #fff;
  background: var(--color-theme);
}

/* リンク */
a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* 「コンテンツ」ブロック */
.contents {
  background-color: #009a53;
  padding: 40px 15px;
}

h2 {
  font-size: 2.1rem;
  text-align: center;
  line-height: 1.4;
  margin: 10px 0 0;
  position: relative;
  display: inline-block;
}
h2::before {
  content: "";
  background-image: url(img/about_deco_01.png);
  width: 60px;
  height: 60px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
}

.ttl-txt {
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 2em;
  color: #f18f57;
  font-weight: bold;
}

p {
  line-height: 1.6;
  margin: 0;
  padding: 0;
}

/* 画像 */
figure {
  margin: 0;
}

img {
  width: 100%;
  height: auto;
  border: 0;
  margin: 0;
}

figure {
  margin: 0;
}

.sp-br {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-br {
    display: inline;
  }
}

.only-sp {
  display: none;
}
@media (max-width: 768px) {
  .only-sp {
    display: block;
  }
}

/* btn */
.btn-square {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #db6d36; /*ボタン色*/
  color: #FFF !important;
  border-bottom: solid 4px #b3572a;
  border-radius: 3px;
  font-size: 18px;
  font-weight: bold;
}

.btn-square:active {
  /*ボタンを押したとき*/
  transform: translateY(4px); /*下に動く*/
  border-bottom: none; /*線を消す*/
}

.hero {
  width: 100%;
  overflow: hidden;
  height: auto;
  display: block;
}
.hero img {
  width: 100%;
  height: auto;
  display: block;
}
.hero .img-sp {
  display: none;
}
@media (max-width: 768px) {
  .hero .img-pc {
    display: none;
  }
  .hero .img-sp {
    display: block;
  }
}

header {
  padding: 40px 20px 40px;
  text-align: center;
}
header ul {
  display: flex;
  max-width: 600px;
  margin: 0 auto;
  background: #FFF;
  border-radius: 7px;
  padding: 1em;
}
@media (max-width: 768px) {
  header ul {
    display: block;
  }
}
header ul li {
  font-weight: bold;
  font-size: 16px;
}
header ul li.only-sp {
  display: none;
}
@media (max-width: 768px) {
  header ul li.only-sp {
    display: inline-block;
    margin-bottom: 5px;
    padding: 0.2em 0.8em;
    background: #009a53;
    color: #FFF;
    border-radius: 7px;
  }
}
@media (max-width: 768px) {
  header ul li:not(:last-child) {
    margin-right: 0;
  }
}
header ul li a {
  color: #4cae4f;
}
@media (max-width: 768px) {
  header ul li a {
    line-height: 1.8;
  }
}
header .volunteer-notice {
  text-align: center;
  margin-bottom: 0;
}
header .volunteer-notice span {
  font-size: 14px;
}

.purpose {
  padding: 8em 30px;
  text-align: center;
}
.purpose .txt h2::before {
  left: 125px;
  top: -25px;
}
.purpose .container {
  display: flex;
  max-width: 1200px;
  margin: auto;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .purpose .container {
    display: block;
  }
}
.purpose .container .dr-img {
  width: 35%;
}
@media (max-width: 768px) {
  .purpose .container .dr-img {
    width: 100%;
  }
}
.purpose .container .dr-img figure {
  margin: auto;
}
.purpose .container .dr-img figure img {
  border-radius: 50%;
  width: 250px;
}
@media (max-width: 768px) {
  .purpose .container .dr-img figure img {
    width: 40%;
  }
}
.purpose .container .dr-img figure figcaption {
  font-size: 0.875rem;
  margin-bottom: 30px;
}
.purpose .container .dr-txt {
  width: 65%;
  text-align: left;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .purpose .container .dr-txt {
    width: 100%;
  }
}
.purpose .container .dr-txt .ttl {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.purpose .container .dr-txt .text {
  margin-bottom: 16px;
}

.program {
  padding: 8em 20px;
  text-align: center;
  background: #ddf0de;
}
.program .txt h2::before {
  left: 155px;
  top: -25px;
}
.program .container {
  display: block;
  max-width: 1200px;
  margin: auto;
}
.program .container .scenario-training {
  margin-bottom: 2em;
}
.program .container .skill-station {
  margin-bottom: 2em;
}
.program .container .colm-txt {
  margin-bottom: 15px;
  font-size: 1.4rem;
}
.program .container .colm-img {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1%;
}
.program .container .colm-img article {
  padding: 0;
  width: 32%;
  display: inline-block;
  flex: none;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .program .container .colm-img article {
    width: 45%;
  }
}
.program .container .colm-img article img {
  border-radius: 10px;
}

.voice {
  padding: 8em 20px;
  text-align: center;
}
.voice .txt h2::before {
  left: 155px;
  top: -25px;
}
.voice .container {
  display: block;
  max-width: 1200px;
  margin: auto;
}
.voice .container .voice-img {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2%;
}
.voice .container .voice-img article {
  padding: 0;
  width: 45%;
  display: inline-block;
  flex: none;
  margin: 0 20px 20px;
}
@media (max-width: 1024px) {
  .voice .container .voice-img article {
    width: 43%;
  }
}
@media (max-width: 768px) {
  .voice .container .voice-img article {
    width: 90%;
  }
}
.voice .container .voice-img article .balloon {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
}
@media (max-width: 768px) {
  .voice .container .voice-img article .balloon {
    margin: 1.5em 1em;
  }
}
.voice .container .voice-img article .balloon {
  padding: 15px 20px;
  min-width: 120px;
  max-width: 100%;
  border-radius: 10px;
  background: #FFF;
  border: solid 4px #f18f57;
  box-sizing: border-box;
}
.voice .container .voice-img article .balloon:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -16px;
  border: 13px solid transparent;
  border-top: 13px solid #FFF;
  z-index: 2;
}
.voice .container .voice-img article .balloon:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #f18f57;
  z-index: 1;
}
.voice .container .voice-img article .balloon p {
  text-align: left;
}
.voice .container .voice-img article img {
  width: 200px;
}
.voice .container .voice-img article p {
  margin: 0;
  font-size: 14px;
}

.results {
  padding: 8em 20px;
  text-align: center;
  background: #ddf0de;
}
.results .txt h2::before {
  left: 220px;
  top: -25px;
}
.results .container {
  display: block;
  max-width: 1200px;
  margin: auto;
}
.results .container .voices-section {
  margin-bottom: 3em;
}
.results .container .voices-section .results-img {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1%;
}
.results .container .voices-section .results-img article {
  padding: 0;
  width: 24%;
  display: inline-block;
  flex: none;
}
@media (max-width: 768px) {
  .results .container .voices-section .results-img article {
    width: 45%;
  }
}
.results .container .sponsors-section .colm-txt {
  font-size: 1.4rem;
}
.results .container .sponsors-section .sponsors-img {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 20px;
}
.results .container .sponsors-section .sponsors-img article {
  display: flex;
  justify-content: center;
  align-items: center;
}
.results .container .sponsors-section .sponsors-img figure {
  margin: 0;
}
.results .container .sponsors-section .sponsors-img img {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  transition: 0.3s ease;
}
.results .container .sponsors-section .sponsors-img img:hover {
  transform: scale(1.05);
}

.gallery {
  padding: 8em 20px;
  text-align: center;
}
.gallery .txt h2::before {
  left: 155px;
  top: -25px;
}
.gallery .container {
  max-width: 1200px;
  margin: auto;
}
.gallery .container .photo img {
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .gallery .container .photo .l-inner {
    padding: 0 2rem;
  }
}
.gallery .container .photo .gallery01 .swiper-scrollbar::after {
  background-color: #fff;
}

/* 「フッター」ブロック */
footer {
  background-color: #009a53;
  padding: 60px 15px;
  color: #fff;
  font-size: 14px;
  text-align: center;
}/*# sourceMappingURL=style.css.map */