@charset "UTF-8";
* {
  list-style: none;
  margin: 0px;
  padding: 0px;
  font-family: 游ゴシック, YuGothic, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #000;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
}

main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

/* ----------------------------
ここから
------------------------------- */
.only_sp {
  display: block;
}

.only_pc {
  display: none;
}

@media all and (min-width: 768px) {
  .only_sp {
    display: none !important;
  }
  .only_pc {
    display: block;
  }
}
header {
  border-top: solid 10px #47b234;
}
header > div {
  margin-bottom: 20px;
}

@media all and (min-width: 768px) {
  header {
    border-width: 40px;
    margin-top: 0;
  }
  header > div {
    position: relative;
    z-index: 1;
  }
  header > div h1 {
    min-width: 768px;
    width: 95%;
    max-width: 1000px;
    display: block;
    margin: 0 auto;
    padding-bottom: 50px;
  }
  header > div > img {
    position: absolute;
    bottom: 0;
    z-index: -1;
  }
}
a.button {
  display: block;
  margin: auto;
  background-color: #dd8812;
  width: 80%;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  font-size: 19px;
  font-weight: 700;
  position: relative;
  padding: 8px 0;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.3);
}
a.button small {
  color: #fff;
  font-size: 85%;
  margin-left: 0.2em;
}
a.button.bottom {
  width: 85%;
}

p.deadline {
  text-align: center;
  font-size: 14px;
  margin: 20px auto 40px;
}
p.deadline.bottom {
  margin-top: 10px;
}

@media all and (min-width: 768px) {
  a.button {
    padding: 5px 0;
    width: 360px;
    font-size: 26px;
    transition: 0.3s;
  }
  a.button:hover {
    transform: translate(4px, 4px);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
  }
}
main p {
  line-height: 1.6;
}
main section h2 {
  font-size: 22px;
  letter-spacing: 3px;
  width: 90%;
  margin: 60px auto 0;
  max-width: 900px;
  border-bottom: 3px solid #47b234;
}
main .sponsor {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}

@media all and (min-width: 768px) {
  main section h2 {
    margin: 80px auto 20px;
  }
  main .sponsor {
    font-size: 18px;
  }
}
.sec1 {
  margin-bottom: 50px;
}
.sec1 ul {
  width: 90%;
  max-width: 740px;
  margin: 30px auto;
  border-top: 1px solid #999;
}
.sec1 ul li {
  display: flex;
  align-items: stretch;
}
.sec1 ul li:last-of-type > span:first-of-type {
  border-bottom: 1px solid #999;
}
.sec1 ul li > span:first-of-type {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #47b234;
  color: #fff;
  width: 26%;
  font-size: 15px;
  text-align: center;
  font-weight: 700;
  border-bottom: 1px solid #eee;
}
.sec1 ul li > span:last-of-type {
  display: block;
  width: 74%;
  font-size: 14px;
  padding: 4%;
  line-height: 1.6;
  border-bottom: 1px solid #999;
}
.sec1 ul li > span:last-of-type small {
  font-size: 85%;
  display: block;
}
.sec1 ul li > span iframe {
  display: none;
}
.sec1 .map {
  position: relative;
  width: 90%;
  margin: 0 auto;
  max-width: 732px;
  padding-top: 56.25%;
  height: 0;
}
.sec1 .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media all and (min-width: 768px) {
  .sec1 ul {
    margin: 45px auto;
  }
  .sec1 ul li span:first-of-type {
    width: 80px;
  }
  .sec1 ul li span:last-of-type {
    width: calc(100% - 80px);
    padding: 19px;
    font-size: 16px;
    line-height: 1.6;
  }
  .sec1 ul li span br.pc {
    display: block;
  }
  .sec1 ul li span.mapOuter {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .sec1 ul li span iframe {
    display: block;
    width: 100%;
    height: 300px;
    margin-top: 15px;
  }
  .map {
    display: none;
  }
}
.textCts {
  width: 92%;
  margin: 0 auto;
}
.textCts img {
  margin: 0 auto 15px;
  max-width: 900px;
}
.textCts picture + p {
  margin-bottom: 20px;
}
.textCts p {
  font-size: 17px;
  line-height: 1.8;
}
.textCts p br {
  display: none;
}
.textCts p.last {
  margin-top: 20px;
  font-weight: bold;
  font-size: min(5.5vw, 24px);
  text-align: center;
  color: #777;
}
.textCts p.last br {
  display: block;
}
.textCts p:has(+ .last) {
  text-align: center;
}

@media all and (min-width: 768px) {
  .textCts {
    margin: 80px auto 60px;
  }
  .textCts picture + p {
    margin-bottom: 30px;
  }
  .textCts p {
    text-align: center;
    line-height: 2;
  }
  .textCts p br {
    display: block;
  }
  .textCts p.last {
    margin-top: 30px;
  }
  .textCts p.last br {
    display: none;
  }
}
.sec2 h2 {
  margin-bottom: 30px;
}
.sec2 h3 {
  display: flex;
  align-items: center;
  width: 90%;
  margin: 20px auto;
  line-height: 1.6;
}
.sec2 h3 img {
  width: 20%;
  margin-right: 3%;
}
.sec2 h3 span {
  width: 77%;
  font-size: min(4.4vw, 30px);
  font-weight: 700;
  font-feature-settings: "palt";
  line-height: 1.4;
}
.sec2 h3 span small {
  font-weight: 700;
  font-size: 70%;
}
.sec2 .box {
  margin-bottom: 40px;
}
.sec2 .box img {
  width: 230px;
  margin: 0 auto;
}
.sec2 .box img.line {
  border: 1px solid #ccc;
}
.sec2 .box > div {
  width: 90%;
  margin: 0 auto;
}
.sec2 .box > div p {
  font-size: 13px;
  text-align: center;
  margin-bottom: 1em;
}
.sec2 .box > div p.name {
  font-size: min(4vw, 19px);
  margin: 15px auto 10px;
  font-weight: 700;
}
.sec2 .box > div p.name strong {
  font-weight: 700;
  font-size: min(5vw, 26px);
}
.sec2 .box > div p:last-of-type {
  font-size: 12px;
  text-align: left;
  line-height: 1.65;
}
.sec2 .box > div p + .name {
  margin-top: 0;
}
.sec2 .box > div p:has(+ .name) {
  margin-top: 1em;
  margin-bottom: 0;
}

@media all and (min-width: 768px) {
  .sec2 {
    margin: 0 auto;
  }
  .sec2 h2 {
    margin-top: 60px;
  }
  .sec2 h3 {
    width: 90%;
    margin: 30px auto;
  }
  .sec2 h3 img {
    width: 12%;
  }
  .sec2 h3 span {
    width: 88%;
  }
  .sec2 .box {
    margin: 0 5% 20px 18%;
    display: flex;
    align-items: flex-start;
  }
  .sec2 .box p {
    text-align: left !important;
  }
  .sec2 .box img {
    margin-right: 35px;
    width: 38%;
  }
  .sec2 .box > div p:first-of-type {
    margin-top: 0;
  }
  .sec2 .box > div p:last-of-type {
    margin-bottom: 0;
  }
}
@media all and (min-width: 1000px) {
  .sec2_cts {
    width: 870px;
    margin: 0 auto;
  }
  .sec2 h3 {
    width: 870px;
  }
  .sec2 h3 img {
    width: 90px;
    margin-right: 15px;
  }
  .sec2 .box {
    width: 745px;
    margin: 0 auto 60px 110px;
  }
  .sec2 .box img {
    width: 230px;
  }
}
.sec3 ul {
  width: 90%;
  max-width: 900px;
  margin: 30px auto 0;
}
.sec3 ul li br.pc {
  display: none;
}
.sec3 ul li > div {
  display: block;
}
.sec3 ul li > div:first-of-type {
  background-color: #47b234;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 9px 0 9px 10px;
  line-height: 1.4;
}
.sec3 ul li > div:nth-of-type(2) {
  background-color: rgba(71, 178, 52, 0.2);
  font-size: 17px;
  font-weight: 700;
  padding: 6px 0 6px 10px;
}
.sec3 ul li > div:nth-of-type(2).break {
  font-weight: 400;
  font-size: 15px;
  background-color: #e6e6e6;
  padding: 5px 0 5px 10px;
}
.sec3 ul li > div:nth-of-type(2).icon {
  line-height: 1.4;
  display: flex;
  align-items: center;
}
.sec3 ul li > div:nth-of-type(2).icon img {
  width: 90px;
  margin-right: 8px;
}
.sec3 ul li > div:last-of-type {
  padding: 20px 0 20px;
}
.sec3 ul li > div:last-of-type > p {
  font-size: 19px;
  line-height: 1.4;
  font-weight: 700;
  margin: 0 auto 0.6em;
}
.sec3 ul li > div:last-of-type > p small {
  font-weight: 700;
  font-size: 80%;
}
.sec3 ul li > div:last-of-type .flexBox > div {
  margin-bottom: 15px;
}
.sec3 ul li > div:last-of-type .flexBox > div p {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}
.sec3 ul li > div:last-of-type .flexBox > div p strong {
  font-size: 18px;
  font-weight: 700;
}
.sec3 ul li > div:last-of-type .flexBox > div p.name {
  margin-bottom: 0.3em;
  font-weight: 700;
}
.sec3 ul li > div:last-of-type .flexBox > div p.name u {
  text-decoration: none;
}
.sec3 ul li > div:last-of-type .flexBox > div .name + p {
  font-size: 13px;
  margin-bottom: 0;
}
.sec3 ul li > div:last-of-type .flexBox > div p:has(+ .name) {
  font-size: 13px;
}
.sec3 ul li > div:last-of-type .flexBox > div.mg-b0 {
  margin-bottom: 0;
}
.sec3 ul li > div:last-of-type .content {
  margin-top: 15px;
  line-height: 1.4;
  font-size: 13px;
  font-weight: 400;
}
.sec3 > p {
  font-size: 12px;
  width: 90%;
  margin: 6px auto 0;
  line-height: 1.5;
}

@media all and (min-width: 768px) {
  .sec3 {
    margin-bottom: 100px;
  }
  .sec3 ul {
    border-top: 1px solid #999;
  }
  .sec3 ul li {
    display: flex;
    align-items: stretch;
  }
  .sec3 ul li:last-of-type > div:first-of-type {
    border-bottom: 1px solid #999;
  }
  .sec3 ul li > div {
    border-bottom: 1px solid #999;
  }
  .sec3 ul li > div:first-of-type {
    width: 120px;
    text-align: center;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    border-bottom: 1px solid #eee;
  }
  .sec3 ul li > div:nth-of-type(2) {
    width: 250px;
    background-color: inherit;
    text-align: center;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
  }
  .sec3 ul li > div:nth-of-type(2).break {
    width: 780px;
    padding-left: 0;
  }
  .sec3 ul li > div:last-of-type {
    padding: 30px 0 30px;
    width: 530px;
  }
  .sec3 ul li > div:last-of-type > p {
    font-size: 24px;
  }
  .sec3 ul li > div:last-of-type .flexBox {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .sec3 ul li > div:last-of-type .flexBox > div {
    width: 100%;
  }
  .sec3 ul li > div:last-of-type .flexBox > div p u {
    display: none;
  }
  .sec3 ul li > div:last-of-type .flexBox .w50 {
    width: 50%;
  }
  .sec3 ul li > div.blank, .sec3 ul li > div.blank2 {
    padding: 30px 0 30px;
  }
  .sec3 ul li > div.blank p, .sec3 ul li > div.blank2 p {
    margin: 0;
  }
  .sec3 > p {
    text-align: right;
    margin: 10px auto 0;
  }
}
@media all and (min-width: 1000px) {
  .sec3 ul li > div:first-of-type {
    font-size: 16px;
  }
  .sec3 ul li > div:nth-of-type(2) {
    font-size: 17px;
  }
  .sec3 ul li > div.last .flexBox img {
    width: 100px;
  }
  .sec3 ul li > div.last .flexBox > div {
    width: 130px;
    margin-right: 10px;
  }
  .sec3 ul li > div.last .flexBox .txt {
    margin-top: 0;
    width: 250px;
  }
  .sec3 > p {
    width: 900px;
  }
}
.sec4 h2 {
  margin-bottom: 0px;
}
.sec4 ul {
  width: 60%;
  max-width: 300px;
  margin: 20px auto 0;
}

@media all and (min-width: 768px) {
  .sec4 h2 {
    margin-bottom: 20px;
  }
  .sec4 ul {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin: 0 auto 60px;
  }
  .sec4 ul li {
    width: 280px;
  }
  .sec4 ul li + li {
    margin-left: 30px;
  }
}
.fixed_btn {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  margin-top: 10%;
  padding: 20px 0;
  transition: opacity 0.5s;
  z-index: 99;
}
.fixed_btn a {
  width: 90%;
  max-width: 400px;
  margin: 0 auto;
  display: block;
  transform: translate3d(0, 0, 0);
  filter: brightness(1) drop-shadow(0 5px 10px rgba(0, 0, 0, 0.3));
  transition: filter 0.3s, transform 0.3s;
}
.fixed_btn a:active {
  filter: brightness(1.2) drop-shadow(0 3px 5px rgba(0, 0, 0, 0.3));
  transform: translate3d(0, 5px, 0);
}
.fixed_btn.is-hide {
  opacity: 0;
  pointer-events: none;
}

@media all and (min-width: 768px) {
  .fixed_btn {
    padding-bottom: 20px;
    margin: 0 auto 0;
  }
  .fixed_btn a {
    transition: 0.3s;
  }
  .fixed_btn a:hover {
    transform: translate(4px, 4px);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
  }
  p.deadline {
    margin-bottom: 100px;
  }
}
/* ----------------------------
フッター
------------------------------- */
footer {
  padding: 40px 0;
  background: #e6e6e6;
  border-bottom: solid 40px #47b234;
  margin-top: 50px;
}
footer p {
  text-align: center;
}
footer p.ttl {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 1.5em;
  font-weight: bold;
}
footer p.copy {
  font-size: 12px;
  line-height: 1;
}
footer .ttl + p {
  font-size: 13px;
  line-height: 1.87;
  margin-bottom: 1.5em;
}
footer p:has(+ .ttl) {
  font-size: 13px;
  line-height: 1.87;
  margin-bottom: 1.5em;
}
footer > div div:first-of-type {
  margin-bottom: 40px;
}

@media all and (min-width: 768px) {
  footer {
    padding: 40px 0 30px;
  }
  footer p.ttl {
    font-size: 18px;
  }
  footer p.copy {
    font-size: 14px;
  }
  footer .ttl + p {
    font-size: 15px;
  }
  footer > div {
    max-width: 900px;
    margin: 0 auto 20px;
  }
}