@charset "UTF-8";
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%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1.8;
  font-size: 17px;
  min-width: 1200px;
  font-family: "Zen Maru Gothic", serif;
  color: #292929;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #000;
  transition: all 0.3s ease;
}
a:hover {
  opacity: 0.7;
}

ul,
li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  width: 100%;
  vertical-align: top;
}

@media screen and (max-width: 519px) {
  body {
    min-width: 100%;
    font-size: 15px;
  }
}
/*common*/
.normalBtn {
  display: block;
  width: 80%;
  max-width: 380px;
  text-align: center;
  padding: 10px 0;
  border-radius: 50px;
  font-size: clamp(18px, 4vw, 20px);
  font-weight: bold;
  margin: 40px auto 0;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  background: url(../images/btn.svg) 35px 35px no-repeat #ffd059;
  background-position: right 10px bottom 50%;
}
.normalBtn:hover {
  opacity: 1;
  background-color: #ffdf8c;
}

.sp {
  display: none;
}

.textBottom {
  margin-bottom: 1em;
}

.textCenter {
  text-align: center;
}

.textRight {
  text-align: right;
}

h2.title {
  text-align: center;
  font-size: clamp(18px, 5vw, 32px);
  margin-bottom: 1.2em;
  color: #443636;
}
h2.title img {
  display: block;
  margin: 0 auto 0;
  width: 100%;
  max-width: 600px;
}

.contentsGr,
.contentsWh {
  overflow: hidden;
  padding: 80px 0;
  background: url(../images/back.svg) 300px 300px repeat #ffffff;
}
.contentsGr .contentsBackImg,
.contentsWh .contentsBackImg {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 20%;
}

.contentsGr {
  background-color: #e2f5da;
}
.contentsGr .contentsBackImg {
  position: absolute;
  top: 0;
  right: auto;
  left: 0;
}

.contentsWh {
  position: relative;
}
.contentsWh::after {
  content: "";
  position: absolute;
  display: block;
  width: 300px;
  height: 52px;
  background-image: url(../images/grass.svg);
  bottom: 0;
  right: 5%;
}

.contentsInner {
  z-index: 1;
  position: relative;
  width: 1000px;
  margin: 0 auto;
}

.pcMinBox {
  width: 800px;
  margin: 0 auto;
}

.backFixedImg {
  z-index: -5;
  position: fixed;
  top: 0;
}

@media screen and (max-width: 519px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .contentsGr,
  .contentsWh {
    padding: 40px 0;
  }
  .contentsGr .contentsBackImg,
  .contentsWh .contentsBackImg {
    width: 30%;
  }
  .contentsGr .contentsInner,
  .contentsWh .contentsInner {
    width: 94%;
  }
  .pcMinBox {
    width: 100%;
  }
  .normalBtn {
    margin: 30px auto 0;
  }
  .contentsWh::after {
    right: 0;
  }
}
/*mainArea*/
.mainArea {
  overflow: hidden;
  position: relative;
}
.mainArea .mainInner {
  width: 1000px;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 40px 0;
}
.mainArea .mainInner .mainLogoImg {
  width: 220px;
}
.mainArea .mainInner .mainTitle {
  width: 820px;
  margin: 30px auto 10px;
}
.mainArea .mainInner .mainTitle img {
  width: 100%;
}
.mainArea .mainBackImg {
  width: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
}
.mainArea .normalBtn {
  margin: 0 auto;
}

@media screen and (max-width: 519px) {
  .mainArea {
    height: auto;
  }
  .mainArea .mainInner {
    width: 100%;
    padding: 30px 0;
  }
  .mainArea .mainInner .mainLogoImg {
    width: 140px;
    margin-top: 0px;
  }
  .mainArea .mainInner .mainTitle {
    width: 100%;
    margin: 20px auto;
  }
  .mainArea .mainBackImg {
    width: auto;
    height: 100%;
  }
}
/*quiz*/
.quizTxt {
  position: relative;
  background-color: #e2f5da;
  border-top: 2px solid #9ed684;
  border-bottom: 2px solid #9ed684;
  padding: 15% 1em 1em;
  margin-top: 15%;
  text-align: center;
}
.quizTxt .quizImg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30%;
  max-width: 200px;
  border: 2px solid #9ed684;
  border-radius: 50%;
}

.blank {
  background-color: #d9d9d9;
  color: #ffffff;
  font-weight: bold;
  padding: 0 0.4em;
  margin: 0 0.2em;
  font-size: 110%;
}

.quizAnswerList {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.quizAnswerList li {
  position: relative;
  width: 200px;
  height: 80px;
  border-radius: 10px;
  background-color: #e2f5da;
  border: 2px solid #9ed684;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 30px;
  font-size: clamp(16px, 5vw, 24px);
  font-weight: bold;
}
.quizAnswerList li span.num {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 519px) {
  .quizAnswerList li {
    width: 30%;
    height: 100px;
    max-width: 100px;
    border-radius: 10px;
    margin: 0 1.6666666667%;
  }
  .quizAnswerList li span.num {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
/*rbnList*/
.rbnList {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
}
.rbnList li {
  position: relative;
  width: 30%;
  text-align: center;
  background-color: #ffffff;
  border: 2px solid #9ed684;
  border-radius: 10px;
  padding: 30px 0.5% 20px;
  font-size: 90%;
}
.rbnList li h3 {
  font-size: 18px;
}
.rbnList li .torikumiImg {
  display: block;
  width: 80%;
  max-width: 280px;
  margin: 0 auto 10px;
}
.rbnList li .ribbon {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
  color: #ffffff;
}
.rbnList li .ribbon span {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 16px;
}
.rbnList li .ribbon img {
  width: 180px;
}
.rbnList li .normalBtn {
  margin: 10px auto 0;
}

@media screen and (max-width: 519px) {
  .rbnList {
    flex-direction: column;
    padding-top: 0px;
  }
  .rbnList li {
    width: 100%;
    max-width: 400px;
    margin: 40px auto 0;
    padding: 30px 0 20px;
    font-size: 100%;
  }
  .rbnList li .normalBtn {
    margin: 10px auto 0;
  }
  .rbnList li:first-child {
    margin: 20px auto 0;
  }
}
/*youtubeList*/
.youtubeList {
  display: flex;
  justify-content: space-between;
}
.youtubeList li {
  width: 30%;
}
.youtubeList li h3.youtubeTitle {
  position: relative;
  text-align: center;
  font-size: 16px;
  margin-bottom: 20px;
}
.youtubeList li h3.youtubeTitle::after {
  content: "・・・";
  position: absolute;
  font-size: 140%;
  color: #9ed684;
  bottom: -1.2em;
  left: 50%;
  transform: translateX(-50%);
}
.youtubeList a {
  display: block;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
  background-color: #9ed684;
  padding: 4px;
  border-radius: 8px;
}
.youtubeList a img {
  border-radius: 5px;
}
.youtubeList a span {
  color: #ffffff;
  text-align: right;
  display: block;
  padding-right: 0.5em;
  font-size: 80%;
  display: flex;
  justify-content: end;
  align-items: center;
}
.youtubeList a span img {
  width: 12px;
  margin-left: 5px;
}

@media screen and (max-width: 519px) {
  .youtubeList {
    flex-direction: column;
  }
  .youtubeList li {
    width: 90%;
    margin: 30px auto 0;
  }
  .youtubeList li:first-child {
    margin: 0 auto;
  }
}
/*event*/
.eventImg {
  display: block;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

/*messageBox*/
.messageBox {
  display: flex;
  align-items: flex-start;
}
.messageBox img {
  width: 260px;
  margin-right: 40px;
}

.organizationchart {
  display: block;
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
}

@media screen and (max-width: 519px) {
  .messageBox {
    flex-direction: column-reverse;
  }
  .messageBox img {
    width: 80%;
    margin: 10px auto 0;
  }
}
/*footer*/
.snsList {
  display: flex;
  justify-content: center;
  padding: 10px 0;
  background-color: #e2f5da;
}
.snsList li {
  margin: 0 10px;
}
.snsList li a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}
.snsList li a img {
  width: 30px;
}/*# sourceMappingURL=contents.css.map */