@charset "UTF-8";
/*-------------------------------------------------------------------
リセット
/*-------------------------------------------------------------------*/
*,
*:before,
*:after {
  box-sizing: border-box;
}

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 {
  background: transparent;
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  letter-spacing: 0.03em;
}

body {
  font-family: YakuHanJP_Noto, "Noto Sans JP", sans-serif;
  /* safari hover対策 */
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-variant-numeric: tabular-nums;
  font-weight: 400;
  line-height: 1.6;
  width: 100%;
}

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

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  color: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  vertical-align: baseline;
}

ins {
  background-color: #ffff99;
  color: #000000;
  text-decoration: none;
}

mark {
  background-color: #ffff99;
  color: #000000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

li {
  list-style: none;
}

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

/* change border colour to suit your needs */
hr {
  border: 0;
  border-top: 1px solid #cccccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

img {
  line-height: 1;
  vertical-align: bottom;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  line-height: 1;
  outline: none;
  padding: 0;
}

*,
*:before,
*:after {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  z-index: 1;
}

.sp_inline {
  display: none;
}

.pc_inline {
  display: inline;
}

.pc_only {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .imgalpha {
    cursor: pointer;
    transition: opacity 0.6s;
  }
  .imgalpha:hover {
    opacity: 0.6 !important;
  }
}
.fluid {
  width: 100%;
}

.sp_only {
  display: none;
}
@media screen and (max-width: 1000px) {
  .sp_only {
    display: block;
  }
}

.mv {
  padding-top: 45px;
  width: 100%;
  height: 1060px;
  background-image: url(../images/mv_bg01.jpg);
  background-size: 1440px;
  background-position: center top;
  background-repeat: no-repeat;
  background-color: #DEF5CB;
}
@media screen and (max-width: 1000px) {
  .mv {
    padding-top: 6vw;
    height: auto;
    padding-bottom: 5.3333333333vw;
  }
}
.mv .mv_ttl {
  width: 512px;
  margin: 0 auto 35px;
}
@media screen and (max-width: 1000px) {
  .mv .mv_ttl {
    width: 68.2666666667vw;
  }
}
.mv .mv_note {
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  /* 22.4px */
  margin-bottom: 35px;
}
@media screen and (max-width: 1000px) {
  .mv .mv_note {
    font-size: 2.9333333333vw;
    line-height: 4vw;
    margin-bottom: 4.6666666667vw;
  }
}
.mv .mv_chach {
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  /* 28px */
  margin-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  .mv .mv_chach {
    font-size: 4.2666666667vw;
    line-height: 8vw;
    margin-bottom: 2.6666666667vw;
  }
}
.mv .mv_date {
  width: 425px;
  margin: 0 auto 35px;
}
@media screen and (max-width: 1000px) {
  .mv .mv_date {
    width: 88vw;
  }
}
.mv .mv_count {
  color: var(--Text-Primary, #3A322B);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 157%;
  letter-spacing: 2.24px;
  margin-bottom: 35px;
}
.mv .mv_count.now {
  padding-top: 18px;
}
.mv .mv_count-num {
  font-size: 60px;
  font-family: Lato;
}
@media screen and (max-width: 1000px) {
  .mv .mv_count-num {
    font-size: 13.3333333333vw;
  }
}
.mv .mv_cvBox {
  width: 512px;
  height: 112px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  padding: 20px 0;
  margin: 0 auto 60px;
}
@media screen and (max-width: 1000px) {
  .mv .mv_cvBox {
    width: 90.6666666667vw;
    height: auto;
    margin-bottom: 8vw;
  }
}
.mv .mv_cvBox .mv_cvBox-txt {
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 142%;
  margin-bottom: 15px;
  /* 142.857% */
}
.mv .mv_cvBox .mv_cvBox-btnWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
}
@media screen and (max-width: 1000px) {
  .mv .mv_cvBox .mv_cvBox-btnWrap {
    gap: 3.3333333333vw;
    flex-direction: column;
  }
}
.mv .mv_cvBox .mv_cvBox-btn a {
  width: 176px;
  height: 32px;
  border-radius: 7px;
  border: 1px solid var(--Text-Link, #0F5F36);
  background-color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--Text-Link, #0F5F36);
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 137%;
  /* 137.5% */
  justify-content: flex-start;
  padding-left: 10px;
  letter-spacing: 1.2px;
  background-image: url(../images/mv_arrow01.png);
  background-repeat: no-repeat;
  background-size: 32px;
  background-position: 95% 50%;
}
@media screen and (max-width: 1000px) {
  .mv .mv_cvBox .mv_cvBox-btn a {
    width: 62.6666666667vw;
    height: 10.6666666667vw;
    font-size: 4.2666666667vw;
    background-size: 4.2666666667vw;
    padding-left: 2.6666666667vw;
    background-size: 6.9333333333vw;
  }
}
.mv .mv_cvBox .kajou a {
  padding-left: 30px;
}
@media screen and (max-width: 1000px) {
  .mv .mv_cvBox .kajou a {
    padding-left: 2.6666666667vw;
  }
}
.mv .mv_scroll {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1px;
  flex-direction: column;
}
.mv .mv_scroll .mv_scroll-txt {
  color: var(--Text-Primary, #3A322B);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  /* 155.556% */
}
.mv .mv_scroll .mv_scroll-arrow {
  width: 40px;
  display: block;
}

.pageNav {
  height: 72px;
  background: var(--Surface-Pure-White, #FFF);
  display: flex;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 1000;
}
@media screen and (max-width: 1000px) {
  .pageNav {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: #fff;
    padding: 20px 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    flex-direction: column;
    transition: all 0.3s ease;
  }
  .pageNav.is-open {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
  }
}
.pageNav .pageNav_inner {
  width: 1360px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .pageNav .pageNav_inner {
    width: 100%;
    flex-direction: column;
    padding-top: 70px;
    height: 100%;
    justify-content: center;
  }
}
.pageNav .pageNav_left {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 1000px) {
  .pageNav .pageNav_left {
    width: 100%;
    flex-direction: column;
  }
}
.pageNav .pageNav_right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 1000px) {
  .pageNav .pageNav_right {
    width: 100%;
    flex-direction: column;
  }
}
.pageNav .pageNav_linkLogo {
  width: 55px;
  display: block;
}
.pageNav .pageNav_btnWrap {
  display: flex;
  gap: 16px;
}
.pageNav .pageNav_btn {
  width: 160px;
  height: 40px;
  display: flex;
  align-items: center;
  gap: 21px;
  border-radius: 6px;
  background: url(../images/pageNav_arrow01.png) 98% 50%/32px auto no-repeat, var(--UI-Primary-Button, linear-gradient(275deg, #DDF4CB 0.73%, #BEEA9D 59.88%));
  color: var(--Text-Link, #0F5F36);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px;
  padding-left: 15px;
  /* 100% */
}
@media screen and (max-width: 1230px) {
  .pageNav .pageNav_btn {
    font-size: 10px;
    width: 110px;
    padding-right: 30px;
    padding-left: 0;
  }
}
.pageNav .kajou {
  padding-left: 50px;
}
@media screen and (max-width: 1230px) {
  .pageNav .kajou {
    font-size: 10px;
    width: 110px;
    padding-right: 30px;
    padding-left: 10px;
  }
}
.pageNav .pageNav_logo {
  width: 161px;
  display: block;
}
@media screen and (max-width: 1000px) {
  .pageNav .pageNav_logo {
    width: 62.4vw;
  }
}
.pageNav .pageNav_listWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 1000px) {
  .pageNav .pageNav_listWrap {
    width: 100%;
    flex-direction: column;
    gap: 8vw;
  }
}
.pageNav .pageNav_listWrap li {
  color: var(--Text-Primary, #3A322B);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  /* 100% */
}
@media screen and (max-width: 1230px) {
  .pageNav .pageNav_listWrap li {
    font-size: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .pageNav .pageNav_listWrap li {
    font-size: 4.2666666667vw;
    line-height: 1.4;
  }
}
.pageNav .pageNav_link {
  color: var(--Text-Primary, #3A322B);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
}
@media screen and (max-width: 1230px) {
  .pageNav .pageNav_link {
    font-size: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .pageNav .pageNav_link {
    font-size: 4.2666666667vw;
    line-height: 8vw;
    margin-top: 2.6666666667vw;
  }
}

.intro {
  padding: 140px 0 140px;
  background: var(--Surface-Light, #F7F6F2);
  border-top: 1px solid #0F5F36;
}
@media screen and (max-width: 1000px) {
  .intro {
    padding: 18.6666666667vw 0 10.6666666667vw;
  }
}
.intro .intro_ttl {
  color: var(--Brand-Green-04, var(--Green-04, #0F5F36));
  text-align: center;
  /* Text/H1 */
  font-family: "Noto Sans JP";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 24px;
  /* 44.8px */
}
@media screen and (max-width: 1000px) {
  .intro .intro_ttl {
    font-size: 7.3333333333vw;
  }
}
.intro .intro_txt {
  color: #000;
  /* Text/SectionLead */
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  text-align: center;
  /* 28px */
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
@media screen and (max-width: 1000px) {
  .intro .intro_txt {
    font-size: 4.8vw;
    line-height: 180%;
  }
}
.intro .intro_txt a {
  color: var(--Text-Link, #0F5F36);
  text-decoration-line: underline;
  text-align: center;
}

.outline {
  padding: 70px 0;
  background: var(--Surface-Light, #F7F6F2);
}
@media screen and (max-width: 1000px) {
  .outline {
    padding: 9.3333333333vw 0;
  }
}
.outline .outline_box {
  width: 1000px;
  padding: 40px 104px;
  display: block;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 24px;
}
@media screen and (max-width: 1000px) {
  .outline .outline_box {
    width: 90%;
    margin: 0 auto;
    padding: 10.6666666667vw 5.3333333333vw;
    border-radius: 3.2vw;
  }
}
.outline .outline_ttl {
  color: var(--Brand-Green-04, var(--Green-04, #0F5F36));
  text-align: center;
  /* Text/H1 */
  font-family: "Noto Sans JP";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 44.8px */
  margin-bottom: 24px;
}
@media screen and (max-width: 1000px) {
  .outline .outline_ttl {
    font-size: 7.3333333333vw;
    margin-bottom: 3.2vw;
  }
}
.outline table th {
  width: 160px;
  text-align: left;
  color: var(--Text-Primary, #3A322B);
  /* Text/overview_left */
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.outline table td {
  padding: 16px 0;
  color: var(--Text-Primary, #3A322B);
  /* Text/overview_right */
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 1000px) {
  .outline table td {
    display: block;
    padding: 2.1333333333vw 0;
    padding-top: 0;
  }
}
@media screen and (max-width: 1000px) {
  .outline table th, .outline table td {
    font-size: 4.2666666667vw;
    line-height: 8vw;
    display: block;
  }
}
.outline .outline_cont {
  margin-top: 32px;
  display: block;
}
@media screen and (max-width: 1000px) {
  .outline .outline_cont {
    margin-top: 4.2666666667vw;
  }
}
.outline .outline_cont .outline_cont-ttl {
  display: flex;
  width: 152px;
  padding: 3px 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  background: var(--Green-04, #0F5F36);
  color: var(--UI-Sub-Button-BG, #FFF);
  text-align: center;
  /* Text/Button */
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 15px;
}
@media screen and (max-width: 1000px) {
  .outline .outline_cont .outline_cont-ttl {
    width: auto;
    display: block;
    font-size: 3.2vw;
    line-height: 5.3333333333vw;
    padding: 0.2666666667vw 5.3333333333vw;
    border-radius: 6.6666666667vw;
    margin-bottom: 1.3333333333vw;
  }
}
.outline .outline_cont .outline_cont-txt {
  color: var(--Text-Primary, #3A322B);
  /* Text/overview_right */
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 1000px) {
  .outline .outline_cont .outline_cont-txt {
    font-size: 4.2666666667vw;
    line-height: 8vw;
  }
}
.outline .outline_cont .outline_cont-txt a {
  color: #0F5F36;
  text-decoration: underline;
}

.main_conte .main_conteInner {
  background: #40C03F;
}
.main_conte .main_conteBox {
  background-color: #fff;
  width: 1236px;
  margin: 0 auto;
  padding: 85px 70px;
  border-radius: 30px;
}
@media screen and (max-width: 1000px) {
  .main_conte .main_conteBox {
    width: 90%;
    margin: 0 auto;
    padding: 10.6666666667vw 5.3333333333vw;
    border-radius: 3.2vw;
  }
}
.main_conte .performance_ttl,
.main_conte .selfIntroduction_ttl {
  color: var(--Surface-Pure-White, #FFF);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 28px */
  letter-spacing: 5.6px;
  border-radius: 19.5px;
  background: var(--Green-04, #0F5F36);
  width: 380px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 60px;
}
@media screen and (max-width: 1000px) {
  .main_conte .performance_ttl,
  .main_conte .selfIntroduction_ttl {
    width: 100%;
    height: auto;
    font-size: 4.2666666667vw;
    line-height: 8vw;
    padding: 0.2666666667vw 2.6666666667vw;
    border-radius: 6.6666666667vw;
    margin-bottom: 1.3333333333vw;
  }
}
.main_conte .performance_cont {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 35px;
}
@media screen and (max-width: 1000px) {
  .main_conte .performance_cont {
    flex-direction: column;
    gap: 4.6666666667vw;
  }
}
.main_conte .performance_txtBox {
  width: 560px;
  padding-top: 15px;
}
@media screen and (max-width: 1000px) {
  .main_conte .performance_txtBox {
    width: 100%;
    padding-top: 2vw;
  }
}
.main_conte .performance_img {
  width: 500px;
}
@media screen and (max-width: 1000px) {
  .main_conte .performance_img {
    width: 100%;
    margin-top: 0vw;
  }
}
.main_conte .performance_txtBoxTtl {
  color: #000;
  text-align: center;
  /* Text/H1 */
  font-family: "Noto Sans JP";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 44.8px */
  margin-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  .main_conte .performance_txtBoxTtl {
    font-size: 5.6vw;
    margin-bottom: 3.2vw;
    margin-top: 4.6666666667vw;
  }
}
.main_conte .performance_name {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 24px;
}
@media screen and (max-width: 1000px) {
  .main_conte .performance_name {
    font-size: 5.6vw;
    margin-bottom: 3.2vw;
    text-align: center;
  }
}
.main_conte .performance_txt {
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 1.8px;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
@media screen and (max-width: 1000px) {
  .main_conte .performance_txt {
    font-size: 4.2666666667vw;
    line-height: 8vw;
  }
}
.main_conte .performance_txt a {
  color: var(--Text-Link, #0F5F36);
  text-decoration-line: underline;
  overflow-wrap: anywhere;
}
.main_conte .performance_txt a:hover {
  text-decoration: none;
}

.selfIntroduction {
  margin-top: 95px;
}
@media screen and (max-width: 1000px) {
  .selfIntroduction {
    margin-top: 12.6666666667vw;
  }
}
.selfIntroduction .selfIntroduction_read {
  color: #000;
  text-align: center;
  /* Text/H1 */
  font-family: "Noto Sans JP";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 44.8px */
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .selfIntroduction .selfIntroduction_read {
    font-size: 5.6vw;
    margin-bottom: 3.2vw;
    margin-top: 4.6666666667vw;
  }
}
.selfIntroduction .selfIntroduction_txt {
  color: #000;
  text-align: center;
  /* Text/SectionLead */
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 28px */
  margin-bottom: 80px;
}
@media screen and (max-width: 1000px) {
  .selfIntroduction .selfIntroduction_txt {
    font-size: 4.2666666667vw;
    line-height: 8vw;
    margin-bottom: 10.6666666667vw;
  }
}
.selfIntroduction .selfIntroduction_listImg {
  width: 589px;
  display: block;
  z-index: 10;
}
@media screen and (max-width: 1000px) {
  .selfIntroduction .selfIntroduction_listImg {
    width: 90%;
  }
}
.selfIntroduction .selfIntroduction_listBox {
  border-radius: 30px;
  background: var(--Brand-Green-01, #DDF4CB);
  width: 710px;
  padding: 45px 60px;
}
@media screen and (max-width: 1000px) {
  .selfIntroduction .selfIntroduction_listBox {
    width: 90%;
    padding: 6vw 6vw;
    padding-top: 10.6666666667vw;
  }
}
.selfIntroduction .selfIntroduction_listBoxRead {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .selfIntroduction .selfIntroduction_listBoxRead {
    font-size: 4.2666666667vw;
    line-height: 8vw;
    margin-bottom: 2.6666666667vw;
  }
}
.selfIntroduction .selfIntroduction_listBoxTtl {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 1000px) {
  .selfIntroduction .selfIntroduction_listBoxTtl {
    font-size: 5.0666666667vw;
  }
}
.selfIntroduction .selfIntroduction_listBoxSubTtl {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 1000px) {
  .selfIntroduction .selfIntroduction_listBoxSubTtl {
    font-size: 4.2666666667vw;
  }
}
.selfIntroduction .selfIntroduction_listBoxTxt {
  color: #000;
  /* Text/Body */
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 28.8px */
  letter-spacing: 1.8px;
}
.selfIntroduction .selfIntroduction_list {
  display: flex;
  justify-content: center;
  margin-bottom: 110px;
}
@media screen and (max-width: 1000px) {
  .selfIntroduction .selfIntroduction_list {
    margin-bottom: 14.6666666667vw;
    flex-direction: column;
  }
}
.selfIntroduction .selfIntroduction_list:last-child {
  margin-bottom: 0;
}
.selfIntroduction .selfIntroduction_listBox {
  margin-top: 220px;
  margin-left: -345px;
}
@media screen and (max-width: 1000px) {
  .selfIntroduction .selfIntroduction_listBox {
    margin-top: -5.3333333333vw;
    margin-left: auto;
  }
}
.selfIntroduction .selfIntroduction_listTeamIcon {
  width: 40px;
  display: block;
}
.selfIntroduction .selfIntroduction_listTeam {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 20px auto 0 0;
  justify-content: flex-end;
  font-weight: 600;
  font-size: 12px;
}
.selfIntroduction .another_link {
  padding-right: 60px;
  font-size: 18px;
  margin-top: 40px;
}
@media screen and (max-width: 1000px) {
  .selfIntroduction .another_link {
    margin-top: 6.6666666667vw;
    font-size: 4.2666666667vw;
    padding-right: 0vw;
  }
}
.selfIntroduction .list01 .selfIntroduction_listBox {
  margin-top: 150px;
}
@media screen and (max-width: 1000px) {
  .selfIntroduction .list01 .selfIntroduction_listBox {
    padding-bottom: 6vw;
    margin-top: -5.3333333333vw;
  }
}
.selfIntroduction .list01 .selfIntroduction_listBoxRead,
.selfIntroduction .list01 .selfIntroduction_listBoxTtl {
  padding-left: 320px;
}
@media screen and (max-width: 1000px) {
  .selfIntroduction .list01 .selfIntroduction_listBoxRead,
  .selfIntroduction .list01 .selfIntroduction_listBoxTtl {
    padding-left: 0;
  }
}
.selfIntroduction .list01 .selfIntroduction_listBoxTtl {
  margin-bottom: 50px;
}
.selfIntroduction .list01 .selfIntroduction_listBoxTtl.mb {
  margin-bottom: 63px;
}
@media screen and (max-width: 1000px) {
  .selfIntroduction .list01 .selfIntroduction_listBoxTtl.mb {
    margin-bottom: 4vw;
  }
}
@media screen and (max-width: 1000px) {
  .selfIntroduction .list01 .selfIntroduction_listBoxTtl {
    margin-bottom: 4vw;
  }
}
.selfIntroduction .list02 .selfIntroduction_listBox {
  margin-top: 150px;
  padding-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  .selfIntroduction .list02 .selfIntroduction_listBox {
    padding-bottom: 6vw;
    margin-top: -5.3333333333vw;
  }
}
.selfIntroduction .list02 .selfIntroduction_listBoxRead,
.selfIntroduction .list02 .selfIntroduction_listBoxTtl,
.selfIntroduction .list02 .selfIntroduction_listBoxSubTtl {
  padding-left: 320px;
}
@media screen and (max-width: 1000px) {
  .selfIntroduction .list02 .selfIntroduction_listBoxRead,
  .selfIntroduction .list02 .selfIntroduction_listBoxTtl,
  .selfIntroduction .list02 .selfIntroduction_listBoxSubTtl {
    padding-left: 0;
  }
}
.selfIntroduction .list02 .selfIntroduction_listBoxSubTtl {
  margin-bottom: 50px;
  margin-top: 20px;
}
@media screen and (max-width: 1000px) {
  .selfIntroduction .list02 .selfIntroduction_listBoxSubTtl {
    margin-bottom: 4vw;
    margin-top: 2.6666666667vw;
  }
}
.selfIntroduction .list02 .selfIntroduction_listBox {
  padding-bottom: 30px;
}

.program {
  margin-bottom: 280px;
  padding-top: 140px;
}
@media screen and (max-width: 1000px) {
  .program {
    padding-top: 18.6666666667vw;
    margin-bottom: 24vw;
  }
}
.program .program_ttl {
  color: var(--Brand-Green-04, var(--Green-04, #0F5F36));
  text-align: center;
  /* Text/H1 */
  font-family: "Noto Sans JP";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 44.8px */
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .program .program_ttl {
    font-size: 7.4666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
.program table {
  margin: 0 auto;
}
.program table th {
  width: 170px;
}
@media screen and (max-width: 1000px) {
  .program table th {
    width: auto;
  }
}
.program table th, .program table td {
  padding: 16px 0;
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: left;
  white-space: nowrap;
}
@media screen and (max-width: 1000px) {
  .program table th, .program table td {
    font-size: 4.2666666667vw;
    padding: 2.1333333333vw 0;
  }
}
@media screen and (max-width: 1000px) {
  .program table th {
    padding-right: 1em;
  }
}
.program .program_note {
  color: #000;
  text-align: center;
  /* Text/Caption */
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 20px;
}

.application {
  margin-bottom: 280px;
}
@media screen and (max-width: 1000px) {
  .application {
    margin-bottom: 18.6666666667vw;
  }
}
.application .application_ttl {
  color: var(--Brand-Green-04, var(--Green-04, #0F5F36));
  text-align: center;
  /* Text/H1 */
  font-family: "Noto Sans JP";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 44.8px */
  margin-bottom: 25px;
}
@media screen and (max-width: 1000px) {
  .application .application_ttl {
    font-size: 7.4666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
.application .application_txt {
  color: #000;
  text-align: center;
  /* Text/Body */
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 28.8px */
  letter-spacing: 1.8px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  .application .application_txt {
    font-size: 4.2666666667vw;
    line-height: 8vw;
    margin-bottom: 4vw;
  }
}
.application .application_listWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 1000px) {
  .application .application_listWrap {
    gap: 2.6666666667vw;
    flex-direction: column;
  }
}
.application .application_box .application_boxTtl {
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 28px */
  margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
  .application .application_box .application_boxTtl {
    font-size: 4.2666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
.application .application_box .application_list a {
  width: 223px;
  height: 64px;
  border-radius: 7px;
  background: var(--Text-Link, #0F5F36);
  color: var(--UI-Sub-Button-BG, #FFF);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  /* 133.333% */
  display: flex;
  align-items: center;
  padding-left: 5px;
  background: url(../images/application_listLink_arrow01.png) 98% 50%/42px auto no-repeat, var(--UI-Primary-Button, #0F5F36);
}
@media screen and (max-width: 1000px) {
  .application .application_box .application_list a {
    width: 62.6666666667vw;
    height: 10.6666666667vw;
    font-size: 4.2666666667vw;
    padding-left: 5.3333333333vw;
  }
}
.application .application_box .application_list a.kaijou {
  padding-left: 40px;
}
@media screen and (max-width: 1000px) {
  .application .application_box .application_list a.kaijou {
    padding-left: 5.3333333333vw;
  }
}

.archive {
  margin-bottom: 180px;
}
@media screen and (max-width: 1000px) {
  .archive {
    margin-bottom: 18.6666666667vw;
  }
}
.archive .archive_ttl {
  color: var(--Brand-Green-04, var(--Green-04, #0F5F36));
  text-align: center;
  /* Text/H1 */
  font-family: "Noto Sans JP";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 44.8px */
  margin-bottom: 25px;
}
@media screen and (max-width: 1000px) {
  .archive .archive_ttl {
    font-size: 7.4666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
.archive .archive_box {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  .archive .archive_box {
    gap: 1.3333333333vw;
    margin-bottom: 5.3333333333vw;
    flex-direction: column;
  }
}
.archive .archive_box:last-child {
  margin-bottom: 0;
}
.archive .archive_boxTtl {
  width: 360px;
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: left;
}
@media screen and (max-width: 1000px) {
  .archive .archive_boxTtl {
    width: 100%;
    font-size: 5.0666666667vw;
    margin-bottom: 1.3333333333vw;
    padding: 0 5.3333333333vw;
    text-align: center;
  }
}
.archive .archive_listWrap {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 808px;
  justify-content: center;
}
@media screen and (max-width: 1000px) {
  .archive .archive_listWrap {
    width: 100%;
    gap: 2.6666666667vw;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.archive .archive_list {
  width: 370px;
}
@media screen and (max-width: 1000px) {
  .archive .archive_list {
    width: 40vw;
  }
}
.archive .archive_BottomTxt {
  font-size: 22px;
  margin-top: 20px;
  text-align: center;
}
.archive .archive_BottomTxt a {
  color: #0F5F36;
  text-decoration: underline;
}
.archive .archive_BottomTxt a:hover {
  text-decoration: none;
}
@media screen and (max-width: 1000px) {
  .archive .archive_BottomTxt a {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 1000px) {
  .archive .archive_BottomTxt {
    font-size: 4.2666666667vw;
    margin-top: 2.6666666667vw;
  }
}

.sns {
  margin-bottom: 120px;
}
@media screen and (max-width: 1000px) {
  .sns {
    margin-bottom: 16vw;
  }
}
.sns .sns_ttl {
  color: #000;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 50px;
}
@media screen and (max-width: 1000px) {
  .sns .sns_ttl {
    font-size: 5.8666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
.sns .sns_listWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 70px;
}
@media screen and (max-width: 1000px) {
  .sns .sns_listWrap {
    gap: 10.6666666667vw;
  }
}
.sns .sns_list {
  width: 74px;
}
@media screen and (max-width: 1000px) {
  .sns .sns_list {
    width: 12vw;
  }
}

.slider .img {
  width: 440px;
  margin-bottom: 120px;
}
@media screen and (max-width: 1000px) {
  .slider .img {
    width: 58.6666666667vw;
    margin-bottom: 16vw;
  }
}

.ball_bg {
  background-image: url(../images/ballBg01.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1000px) {
  .ball_bg {
    background-size: auto 100%;
  }
}

.mv_count {
  display: none;
}

.mv_count.is-active {
  display: block;
}

.event_end .mv_cvBox {
  display: none;
}
.event_end .mv {
  height: auto;
  padding-bottom: 20px;
}
.event_end .application {
  display: none;
}
.event_end .pageNav_btnWrap,
.event_end .pageNav_link {
  display: none;
}

.sp_head {
  display: none;
}
@media screen and (max-width: 1000px) {
  .sp_head {
    display: block;
    position: sticky;
    top: 0;
    z-index: 10000;
    background-color: #fff;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px 0 20px;
  }
  .sp_head .logo {
    width: 21vw;
    display: block;
  }
  .sp_head .sp_menuBtn {
    width: 40px;
  }
}

.moderator {
  position: relative;
  margin: 80px auto 40px;
  display: table;
}
@media screen and (max-width: 1000px) {
  .moderator {
    width: 100%;
    margin: 10.6666666667vw auto 5.3333333333vw;
  }
}
.moderator .moderator_img {
  width: 144px;
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1000px) {
  .moderator .moderator_img {
    width: 19.2vw;
    left: -2.6666666667vw;
  }
}

.moderator_txtBox {
  width: 884px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  background-color: #DDF4CB;
  font-size: 24px;
  border-radius: 20px;
  justify-content: flex-start;
  padding-left: 180px;
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  .moderator_txtBox {
    width: 100%;
    height: auto;
    font-size: 3.7333333333vw;
    padding-top: 1.3333333333vw;
    padding-bottom: 1.3333333333vw;
    padding-left: 18.6666666667vw;
    border-radius: 2.6666666667vw;
    flex-direction: column;
    gap: 0.6666666667vw;
    text-align: left;
    flex-direction: flex-start;
  }
}
.moderator_txtBox .moderator_txtBox-ttl {
  color: #0F5F36;
}
@media screen and (max-width: 1000px) {
  .moderator_txtBox .moderator_txtBox-ttl {
    width: 100%;
  }
}
.moderator_txtBox .moderator_txtBox-txt {
  color: #3A322B;
}
@media screen and (max-width: 1000px) {
  .moderator_txtBox .moderator_txtBox-txt {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */