@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.4.1/dist/css/yakuhanjp.min.css");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.4.1/dist/css/yakuhanmp_s-noto.min.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@400;500;700&display=swap");
._spOnly {
  display: none;
}

@media screen and (max-width: 767px) {
  ._spOnly {
    display: block;
  }
}
/*----------------------------------------------------------------------------
	common parts
----------------------------------------------------------------------------*/
.c-links_btn a span::after,
.c-links_btn a span::before {
  content: "";
  position: absolute;
  top: 11px;
  right: 27px;
  height: 2px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .c-links_btn a span::after,
  .c-links_btn a span::before {
    top: 2.133vw;
    right: 4vw;
  }
}
.c-links_btn a {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 31px;
  padding-bottom: 32px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-links_btn a {
    padding-top: 5.333vw;
    padding-bottom: 5.333vw;
  }
}
.c-links_btn a::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e31c24;
}

.c-links_btn a::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 6px;
  left: 6px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 1px solid #e31c24;
}

@media screen and (max-width: 767px) {
  .c-links_btn a::after {
    top: 4px;
    left: 4px;
  }
}
.c-links_btn a span {
  display: inline-block;
  position: relative;
  z-index: 3;
  width: 100%;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .c-links_btn a span {
    font-size: 4.8vw;
  }
}
.c-links_btn a span::before {
  width: 60px;
}

@media screen and (max-width: 767px) {
  .c-links_btn a span::before {
    width: 6.667vw;
  }
}
.c-links_btn a span::after {
  width: 20px;
  transform: rotate(32deg);
  transform-origin: right top;
}

@media screen and (max-width: 767px) {
  .c-links_btn a span::after {
    width: 2.133vw;
  }
}
.c-section_title {
  text-align: center;
}

.c-section_title span {
  position: relative;
  display: inline-block;
  font-size: 48px;
  font-size: 4.8rem;
  font-weight: 700;
  color: #000;
}

@media screen and (max-width: 767px) {
  .c-section_title span {
    font-size: 8vw;
  }
}
.c-section_title span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 115px;
  height: 12px;
  background-color: rgb(34, 137, 213);
  transform: translate(-50%, 0);
}

@media screen and (max-width: 767px) {
  .c-section_title span::after {
    width: 16vw;
    height: 6px;
  }
}
.-disabled {
  pointer-events: none;
}

/*----------------------------------------------------------------------------
	hero
----------------------------------------------------------------------------*/
.hero {
  background-image: url(../images/youth/hero_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.hero .inner {
  padding-top: 110px;
  padding-bottom: 110px;
}

@media screen and (max-width: 767px) {
  .hero .inner {
    padding-top: 10.667vw;
    padding-bottom: 10.667vw;
  }
}
.hero_sub {
  text-align: center;
}

.hero_sub img {
  width: 1075px;
}

@media screen and (max-width: 767px) {
  .hero_sub img {
    width: 96vw;
  }
}
.hero_main {
  position: relative;
  z-index: 2;
  top: -20px;
  margin-bottom: -20px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .hero_main {
    top: 0;
    margin-bottom: 0;
  }
}
.hero_main img {
  width: 480px;
}

@media screen and (max-width: 767px) {
  .hero_main img {
    width: 50.667vw;
  }
}
.hero_block {
  position: relative;
  z-index: 2;
  padding-top: 65px;
}

@media screen and (max-width: 767px) {
  .hero_block {
    padding-top: 9.333vw;
  }
}
.hero_block::before {
  content: "";
  position: absolute;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 1;
  top: -140px;
  left: -76px;
  width: 384px;
  height: 305px;
  background-image: url(../images/youth/hero_photo.png);
}

@media screen and (max-width: 767px) {
  .hero_block::before {
    top: -10.667vw;
    left: 1.333vw;
    width: 22.667vw;
    height: 18vw;
  }
}
.hero_item {
  display: -moz-flex;
  display: flex;
  -moz-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  align-items: center;
}

.hero_item:not(:last-child) {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .hero_item:not(:last-child) {
    margin-bottom: 2.667vw;
  }
}
.hero_item-headline {
  -moz-flex: 0 0 135px;
  flex: 0 0 135px;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .hero_item-headline {
    flex-basis: 26.667vw;
    margin-right: 2.667vw;
  }
}
.hero_item-headline span {
  display: inline-block;
  width: 100%;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  background-color: #2289d5;
  letter-spacing: 0.1em;
  padding-top: 7px;
  padding-bottom: 9px;
  margin-right: -0.1em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .hero_item-headline span {
    font-size: 4.267vw;
    padding-top: 1.333vw;
    padding-bottom: 1.467vw;
  }
}
.hero_item-body {
  -moz-flex: 0 0 auto;
  flex: 0 0 auto;
}

.hero_item-body p {
  font-family: "Noto Serif JP", serif;
  font-size: 47px;
  font-size: 4.7rem;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
}

@media screen and (max-width: 767px) {
  .hero_item-body p {
    font-size: 5.6vw;
  }
}
/*----------------------------------------------------------------------------
	about
----------------------------------------------------------------------------*/
.about {
  background-color: #14acef;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .about {
    overflow: hidden;
  }
}
.about .inner {
  position: relative;
  padding-top: 165px;
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  .about .inner {
    padding-top: 16vw;
    padding-right: 4vw;
    padding-bottom: 0vw;
    padding-left: 4vw;
  }
}
.about .inner::before {
  content: "";
  position: absolute;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 1;
  top: 84px;
  left: -185px;
  width: 373px;
  height: 423px;
  background-image: url(../images/youth/about_photo-left.png);
}

@media screen and (max-width: 767px) {
  .about .inner::before {
    top: 24vw;
    left: -8vw;
    width: 24.933vw;
    height: 28.267vw;
  }
}
.about .inner::after {
  content: "";
  position: absolute;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 1;
  top: 134px;
  right: -230px;
  width: 349px;
  height: 352px;
  background-image: url(../images/youth/about_photo-right.png);
}

@media screen and (max-width: 767px) {
  .about .inner::after {
    top: 29.333vw;
    right: -8vw;
    width: 23.333vw;
    height: 23.467vw;
  }
}
.about_title {
  margin-bottom: 65px;
}

@media screen and (max-width: 767px) {
  .about_title {
    margin-bottom: 12vw;
  }
}
.about_title-box {
  position: relative;
  display: -moz-flex;
  display: flex;
  -moz-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .about_title-box {
    -moz-flex-direction: column;
    flex-direction: column;
  }
}
.about_title-box::before {
  content: "";
  position: absolute;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 2;
  top: 0;
  left: 75px;
  width: 36px;
  height: 63px;
  background-image: url(../images/youth/about_title-left.png);
}

@media screen and (max-width: 767px) {
  .about_title-box::before {
    top: 2.667vw;
    left: -1.333vw;
    width: 9.333vw;
    height: 15.6vw;
  }
}
.about_title-box::after {
  content: "";
  position: absolute;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 2;
  top: 0;
  right: 75px;
  width: 36px;
  height: 63px;
  background-image: url(../images/youth/about_title-right.png);
}

@media screen and (max-width: 767px) {
  .about_title-box::after {
    top: 2.667vw;
    right: -1.333vw;
    width: 9.333vw;
    height: 15.6vw;
  }
}
.about_title-box span {
  font-size: 48px;
  font-size: 4.8rem;
  font-weight: 700;
  color: #ffff9e;
}

@media screen and (max-width: 767px) {
  .about_title-box span {
    position: relative;
    z-index: 3;
    font-size: 7.2vw;
  }
}
.about_title-box span:first-child {
  margin-right: 12px;
}

@media screen and (max-width: 767px) {
  .about_title-box span:first-child {
    margin-right: 0;
    margin-bottom: 2.667vw;
  }
}
.about_sub {
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .about_sub {
    margin-bottom: 4vw;
  }
}
.about_sub p {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.2857;
  letter-spacing: 0.075em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .about_sub p {
    position: relative;
    z-index: 3;
    font-size: 4.8vw;
  }
}
.about_caption {
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .about_caption {
    margin-bottom: 8vw;
  }
}
.about_caption p {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  color: #fff;
  line-height: 1.25;
  letter-spacing: 0.075em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .about_caption p {
    font-size: 3.733vw;
  }
}
.about_caption p:not(:last-child) {
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .about_caption p br {
    display: none;
  }
}
.about_caption ul {
  display: flex;
  gap: 0 12px;
  margin: 50px auto;
  padding-right: 78px;
  padding-left: 78px;
}

@media screen and (max-width: 767px) {
  .about_caption ul {
    flex-wrap: wrap;
    gap: 5.3333333333vw 6%;
    margin: 5.3333333333vw auto;
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .about_caption ul li {
    width: 47%;
  }
}
.about_caption ul li img {
  border-radius: 10px;
}

.about .field {
  padding-right: 78px;
  padding-left: 78px;
}

@media screen and (max-width: 767px) {
  .about .field {
    padding-right: 0;
    padding-left: 0;
  }
}
.about_wanted {
  display: -moz-flex;
  display: flex;
  padding-top: 43px;
  padding-right: 65px;
  padding-bottom: 41px;
  padding-left: 42px;
  border-radius: 11px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .about_wanted {
    -moz-flex-direction: column;
    flex-direction: column;
    padding-top: 4vw;
    padding-right: 4vw;
    padding-bottom: 4vw;
    padding-left: 4vw;
    border-radius: 1.6vw;
  }
}
.about_wanted_list {
  margin-right: 100px;
}

@media screen and (max-width: 767px) {
  .about_wanted_list {
    margin-right: 0;
    margin-bottom: 5.333vw;
  }
}
@media screen and (max-width: 767px) {
  .about_wanted_list-item {
    text-align: center;
  }
}
.about_wanted_list-item img {
  width: 389px;
}

@media screen and (max-width: 767px) {
  .about_wanted_list-item img {
    width: 92vw;
  }
}
.about_wanted_list-item:first-child {
  margin-bottom: 23px;
}

@media screen and (max-width: 767px) {
  .about_wanted_list-item:first-child {
    margin-bottom: 4vw;
  }
}
.about_wanted_item {
  padding-top: 24px;
}

@media screen and (max-width: 767px) {
  .about_wanted_item {
    padding-top: 0;
  }
}
.about_wanted_item-headline {
  display: -moz-flex;
  display: flex;
  padding-top: 20px;
  padding-right: 22px;
  padding-bottom: 21px;
  padding-left: 21px;
  border: 2px solid #2289d5;
  border-radius: 37px;
  margin-bottom: 36px;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .about_wanted_item-headline {
    -moz-justify-content: center;
    justify-content: center;
    width: 100%;
    padding-top: 4vw;
    padding-right: 0;
    padding-bottom: 4vw;
    padding-left: 0;
    border-radius: 7.2vw;
    margin-bottom: 5.333vw;
  }
}
.about_wanted_item-headline span {
  font-family: "Noto Serif JP", serif;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 700;
  color: #2289d5;
}

@media screen and (max-width: 767px) {
  .about_wanted_item-headline span {
    font-size: 5.333vw;
  }
}
.about_wanted_item-headline span:first-child {
  margin-right: 0.75em;
}

@media screen and (max-width: 767px) {
  .about_wanted_item-headline span:first-child {
    margin-right: 0.5em;
  }
}
.about_wanted_item-body_heading {
  padding-left: 15px;
  margin-bottom: 32px;
}

@media screen and (max-width: 767px) {
  .about_wanted_item-body_heading {
    padding-left: 2.667vw;
    margin-bottom: 4vw;
  }
}
.about_wanted_item-body_heading p {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 700;
  color: #000;
  line-height: 1.2857;
  letter-spacing: 0.075em;
}

@media screen and (max-width: 767px) {
  .about_wanted_item-body_heading p {
    font-size: 5.067vw;
    line-height: 1.2105;
  }
}
.about_wanted_item-body_text {
  padding-left: 15px;
}

@media screen and (max-width: 767px) {
  .about_wanted_item-body_text {
    padding-left: 2.667vw;
  }
}
.about_wanted_item-body_text p {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  color: #000;
  line-height: 1.75;
}

@media screen and (max-width: 767px) {
  .about_wanted_item-body_text p {
    font-size: 3.733vw;
    line-height: 1.4286;
  }
}
.about_wanted_item-body_link {
  padding-left: 15px;
  margin-bottom: 55px;
}

@media screen and (max-width: 767px) {
  .about_wanted_item-body_link {
    padding-left: 2.667vw;
    margin-bottom: 6.667vw;
  }
}
.about_wanted_item-body_link a {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .about_wanted_item-body_link a:hover span {
    text-decoration: none;
  }
}
.about_wanted_item-body_link a span {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  color: #f00;
  line-height: 1.75;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .about_wanted_item-body_link a span {
    font-size: 3.733vw;
    line-height: 1.4286;
  }
}
@media screen and (max-width: 767px) {
  .about_wanted_item-body_btn {
    width: 100%;
  }
}
.about_wanted_item-body_btn a span {
  font-size: 18px !important;
  font-size: 1.8rem !important;
}

.about_wanted_item-body_btn a:first-child {
  margin-bottom: 20px;
}

/*----------------------------------------------------------------------------
	judges
----------------------------------------------------------------------------*/
.judges {
  background-image: url(../images/youth/judges_bg.png);
  background-repeat: repeat;
  background-position: center top;
}

@media screen and (max-width: 767px) {
  .judges {
    background-color: rgba(255, 255, 255, 0.4);
    background-blend-mode: lighten;
  }
}
.judges .inner {
  padding-top: 91px;
  padding-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .judges .inner {
    padding-top: 10.667vw;
    padding-right: 4vw;
    padding-bottom: 10.667vw;
    padding-left: 4vw;
  }
}
.judges_title span {
  padding-bottom: 58px;
}

@media screen and (max-width: 767px) {
  .judges_title span {
    padding-bottom: 8vw;
  }
}
.judges_title span::after {
  background-color: rgba(34, 137, 213, 0.85);
}

.judges .field {
  display: -moz-flex;
  display: flex;
  -moz-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 80px;
}

@media screen and (max-width: 767px) {
  .judges .field {
    -moz-flex-direction: column;
    flex-direction: column;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    padding-top: 8vw;
  }
}
.judges_box {
  -moz-flex: 0 0 590px;
  flex: 0 0 590px;
  display: -moz-flex;
  display: flex;
  background-color: #fff;
  padding-top: 32px;
  padding-right: 31px;
  padding-bottom: 32px;
  padding-left: 31px;
  border: 3px solid #2289d5;
  border-radius: 8px;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .judges_box {
    -moz-flex: 0 0 auto;
    flex: 0 0 auto;
    -moz-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding-top: 5.333vw;
    padding-right: 5.333vw;
    padding-bottom: 5.333vw;
    padding-left: 5.333vw;
    margin-top: 0;
    border-width: 2px;
    border-radius: 1.333vw;
  }
}
.judges_box:nth-child(-n + 2) {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .judges_box:not(:last-child) {
    margin-bottom: 5.333vw;
  }
}
.judges_box.-note {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  margin-left: auto;
  padding: 0;
  background-color: transparent;
  border: 0;
}

.judges_photo {
  -moz-flex: 0 0 193px;
  flex: 0 0 193px;
  margin-right: 16px;
}

@media screen and (max-width: 767px) {
  .judges_photo {
    -moz-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 0;
    margin-bottom: 4.667vw;
    text-align: center;
  }
}
.judges_photo img {
  width: 193px;
}

@media screen and (max-width: 767px) {
  .judges_photo img {
    width: 53.333vw;
  }
}
.judges_item-headline {
  padding-left: 3px;
  margin-bottom: 18px;
}

@media screen and (max-width: 767px) {
  .judges_item-headline {
    padding-left: 0.667vw;
    margin-bottom: 3.333vw;
  }
}
.judges_item-headline span {
  display: inline-block;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 700;
  color: #2289d5;
  letter-spacing: 0.075em;
}

@media screen and (max-width: 767px) {
  .judges_item-headline span {
    font-size: 6.4vw;
  }
}
.judges_item-body_heading {
  padding-left: 3px;
  margin-bottom: 20px;
}

.judges_item-body_heading._sub {
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: 10px;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .judges_item-body_heading._sub {
    font-size: 4.533vw;
    margin-top: 1.333vw;
  }
}
@media screen and (max-width: 767px) {
  .judges_item-body_heading {
    padding-left: 0.667vw;
    margin-bottom: 3.333vw;
  }
}
.judges_item-body_heading span {
  display: inline-block;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 400;
  color: #000;
}

@media screen and (max-width: 767px) {
  .judges_item-body_heading span {
    font-size: 5.333vw;
  }
}
.judges_item-body_text p {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  color: #000;
  line-height: 1.25;
  text-align: justify;
  text-justify: inter-ideograph;
}

@media screen and (max-width: 767px) {
  .judges_item-body_text p {
    font-size: 3.733vw;
    line-height: 1.1429;
  }
}
/*----------------------------------------------------------------------------
	entry
----------------------------------------------------------------------------*/
.entry {
  display: none;
  background-repeat: repeat;
  background-position: center top;
}

@media screen and (max-width: 767px) {
  .entry {
    background-color: rgba(255, 255, 255, 0.4);
    background-blend-mode: lighten;
  }
}
.entry .tab {
  padding-right: 65px;
  padding-bottom: 30px;
  padding-left: 65px;
  padding-top: 80px;
}

@media screen and (max-width: 767px) {
  .entry .tab {
    padding-top: 5.3333333333vw;
    padding-right: 0;
    padding-left: 0;
  }
}
.entry .tab ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.entry .tab ul li {
  width: 48%;
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  border: 2px solid #2289d5;
  border-radius: 11px;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .entry .tab ul li {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 4vw;
    line-height: 1.4;
  }
}
.entry .tab ul li.-active,
.entry .tab ul li:hover {
  background-color: #2289d5;
  border-color: #fff;
  color: #fff;
}

.entry .entry_group {
  display: none;
}

.entry .entryWrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px 15px;
  padding-top: 40px;
}

@media screen and (max-width: 767px) {
  .entry .entryWrap {
    width: 100%;
    padding-top: 1.3333333333vw;
    grid-template-columns: repeat(2, 1fr);
    gap: 4vw 0;
  }
}
.entry .entryWrap.-youth {
  display: flex;
  justify-content: space-between;
  gap: 50px 0;
  align-items: flex-start;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .entry .entryWrap.-youth {
    gap: 6.6666666667vw 0;
    align-items: stretch;
  }
}
.entry .c_entry_card {
  box-shadow: 0 0 10px #c7c7c7;
  border: 2px solid rgba(34, 137, 213, 0.85);
  border-radius: 5px;
  width: 24%;
}

@media screen and (max-width: 767px) {
  .entry .c_entry_card {
    width: 48%;
  }
}
.entry .c_entry_card.-opa,
.entry .c_entry_card.-bpa {
  position: relative;
}

.entry .c_entry_card.-opa::before,
.entry .c_entry_card.-bpa::before {
  content: "";
  position: absolute;
  display: block;
  top: -30px;
  left: -10px;
  width: 90px;
  height: 90px;
}

.entry .c_entry_card.-opa::before {
  background-image: url(../images/youth/opa.svg);
  background-size: 100%;
}

.entry .c_entry_card.-bpa::before {
  background-image: url(../images/youth/bpa.svg);
  background-size: 100%;
}

.entry .c_entry_card .num {
  color: #cb197c;
  font-size: 2.4rem;
  font-weight: normal;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .entry .c_entry_card .num {
    font-size: 4.2666666667vw;
  }
}
.entry .c_entry_card .figure {
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .entry .c_entry_card .figure {
    width: 100%;
  }
}
.entry .c_entry_card .food {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  line-height: 1.4;
  min-height: 100px;
  padding: 10px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .entry .c_entry_card .food {
    font-size: 2.6666666667vw;
    min-height: 18.6666666667vw;
  }
}
.entry .c_entry_card .name_wrap {
  padding: 10px 10px 15px 10px;
  text-align: center;
  background-color: rgba(34, 137, 213, 0.85);
  color: #fff;
}

.entry .c_entry_card .name_wrap .name {
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .entry .c_entry_card .name_wrap .name {
    font-size: 3.4666666667vw;
  }
}
.entry .c_entry_card .name_wrap .name._en {
  font-weight: normal;
  font-size: 1.2rem;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .entry .c_entry_card .name_wrap .name._en {
    font-size: 1.8666666667vw;
    margin-top: 1.3333333333vw;
  }
}
.entry .c_entry_card .name_wrap .member {
  margin-top: 10px;
  font-weight: normal;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .entry .c_entry_card .name_wrap .member {
    font-size: 2.1333333333vw;
    margin-top: 1.3333333333vw;
  }
}
.entry .c_entry_card .name_wrap .from {
  font-weight: normal;
  font-size: 1.6rem;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .entry .c_entry_card .name_wrap .from {
    font-size: 2.6666666667vw;
    margin-top: 1.3333333333vw;
  }
}
.entry .inner {
  padding-top: 91px;
  padding-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .entry .inner {
    padding-top: 10.667vw;
    padding-right: 4vw;
    padding-bottom: 10.667vw;
    padding-left: 4vw;
  }
}
.entry_title span {
  padding-bottom: 58px;
}

@media screen and (max-width: 767px) {
  .entry_title span {
    padding-bottom: 8vw;
  }
}
.entry_title span::after {
  background-color: rgba(34, 137, 213, 0.85);
}

.entry .field {
  display: -moz-flex;
  display: flex;
  -moz-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 80px;
}

@media screen and (max-width: 767px) {
  .entry .field {
    -moz-flex-direction: column;
    flex-direction: column;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    padding-top: 8vw;
  }
}
.entry_box {
  -moz-flex: 0 0 590px;
  flex: 0 0 590px;
  display: -moz-flex;
  display: flex;
  background-color: #fff;
  padding-top: 32px;
  padding-right: 31px;
  padding-bottom: 32px;
  padding-left: 31px;
  border: 3px solid #2289d5;
  border-radius: 8px;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .entry_box {
    -moz-flex: 0 0 auto;
    flex: 0 0 auto;
    -moz-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding-top: 5.333vw;
    padding-right: 5.333vw;
    padding-bottom: 5.333vw;
    padding-left: 5.333vw;
    margin-top: 0;
    border-width: 2px;
    border-radius: 1.333vw;
  }
}
.entry_box:nth-child(-n + 2) {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .entry_box:not(:last-child) {
    margin-bottom: 5.333vw;
  }
}
.entry_box.-note {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  margin-left: auto;
  padding: 0;
  background-color: transparent;
  border: 0;
}

.entry_photo {
  -moz-flex: 0 0 193px;
  flex: 0 0 193px;
  margin-right: 16px;
}

@media screen and (max-width: 767px) {
  .entry_photo {
    -moz-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 0;
    margin-bottom: 4.667vw;
    text-align: center;
  }
}
.entry_photo img {
  width: 193px;
}

@media screen and (max-width: 767px) {
  .entry_photo img {
    width: 53.333vw;
  }
}
.entry_item-headline {
  padding-left: 3px;
  margin-bottom: 18px;
}

@media screen and (max-width: 767px) {
  .entry_item-headline {
    padding-left: 0.667vw;
    margin-bottom: 3.333vw;
  }
}
.entry_item-headline span {
  display: inline-block;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 700;
  color: #2289d5;
  letter-spacing: 0.075em;
}

@media screen and (max-width: 767px) {
  .entry_item-headline span {
    font-size: 6.4vw;
  }
}
.entry_item-body_heading {
  padding-left: 3px;
  margin-bottom: 20px;
}

.entry_item-body_heading._sub {
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: 10px;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .entry_item-body_heading._sub {
    font-size: 4.533vw;
    margin-top: 1.333vw;
  }
}
@media screen and (max-width: 767px) {
  .entry_item-body_heading {
    padding-left: 0.667vw;
    margin-bottom: 3.333vw;
  }
}
.entry_item-body_heading span {
  display: inline-block;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 400;
  color: #000;
}

@media screen and (max-width: 767px) {
  .entry_item-body_heading span {
    font-size: 5.333vw;
  }
}
.entry_item-body_text p {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  color: #000;
  line-height: 1.25;
  text-align: justify;
  text-justify: inter-ideograph;
}

@media screen and (max-width: 767px) {
  .entry_item-body_text p {
    font-size: 3.733vw;
    line-height: 1.1429;
  }
}
/*----------------------------------------------------------------------------
	schedule
----------------------------------------------------------------------------*/
.schedule {
  background-image: url(../images/youth/schedule_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.schedule .inner {
  padding-top: 72px;
  padding-bottom: 72px;
}

@media screen and (max-width: 767px) {
  .schedule .inner {
    padding-top: 10.667vw;
    padding-right: 4vw;
    padding-bottom: 10.667vw;
    padding-left: 4vw;
  }
}
.schedule_title span {
  padding-bottom: 38px;
}

@media screen and (max-width: 767px) {
  .schedule_title span {
    padding-bottom: 6vw;
  }
}
.schedule .field {
  padding-top: 83px;
}

@media screen and (max-width: 767px) {
  .schedule .field {
    padding-top: 9.333vw;
  }
}
.schedule_box {
  display: -moz-flex;
  display: flex;
  -moz-justify-content: center;
  justify-content: center;
  padding-right: 28px;
  padding-left: 28px;
  margin-bottom: 45px;
}

@media screen and (max-width: 767px) {
  .schedule_box {
    -moz-flex-direction: column;
    flex-direction: column;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -moz-align-items: center;
    align-items: center;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 8vw;
  }
}
.schedule_item {
  position: relative;
  -moz-flex: 0 0 337px;
  flex: 0 0 337px;
  background-color: #fff;
  padding-top: 17px;
  padding-bottom: 17px;
  border: 3px solid #2289d5;
  border-radius: 11px;
}

@media screen and (max-width: 767px) {
  .schedule_item {
    -moz-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    padding-top: 4vw;
    padding-bottom: 4vw;
    border-width: 2px;
    border-radius: 1.6vw;
  }
}
@media screen and (max-width: 767px) {
  .schedule_item:not(:last-child) {
    margin-bottom: 10.667vw;
  }
}
.schedule_item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -52px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 0 18px 27px;
  border-color: transparent transparent transparent rgba(34, 137, 213, 0.7);
  transform: translate(0, -50%);
}

@media screen and (max-width: 767px) {
  .schedule_item:not(:last-child)::after {
    top: initial;
    bottom: -8.667vw;
    right: 50%;
    border-width: 27px 18px 0 18px;
    border-top-width: 5.333vw;
    border-right-width: 3.6vw;
    border-bottom-width: 0;
    border-left-width: 3.6vw;
    border-color: rgba(34, 137, 213, 0.7) transparent transparent transparent;
    transform: translate(50%, 0);
  }
}
.schedule_item.is-final {
  background-color: #2289d5;
  border-color: #fff;
}

.schedule_item-headline {
  text-align: center;
  margin-bottom: 14px;
}

@media screen and (max-width: 767px) {
  .schedule_item-headline {
    margin-bottom: 2.667vw;
  }
}
.schedule_item-headline span {
  display: inline-block;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 700;
  color: #2289d5;
}

@media screen and (max-width: 767px) {
  .schedule_item-headline span {
    font-size: 6.133vw;
  }
}
.schedule_item-headline.is-final {
  text-align: right;
  padding-right: 2px;
}

@media screen and (max-width: 767px) {
  .schedule_item-headline.is-final {
    text-align: center;
    padding-right: 0;
  }
}
.schedule_item-headline.is-final span {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .schedule_item-headline.is-final span {
    padding-left: 1em;
  }
}
.schedule_item-body p {
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #2289d5;
}

@media screen and (max-width: 767px) {
  .schedule_item-body p {
    font-size: 4vw;
  }
}
.schedule_item-body.is-final p {
  color: #fff;
}

.schedule_text {
  margin-bottom: 67px;
}

@media screen and (max-width: 767px) {
  .schedule_text {
    margin-bottom: 8vw;
  }
}
.schedule_text p {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  color: #000;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .schedule_text p {
    font-size: 3.733vw;
    line-height: 1.2143;
  }
}
.schedule_text p:not(:last-child) {
  margin-bottom: 1.25em;
}

.schedule_btn {
  display: flex;
  justify-content: space-between;
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .schedule_btn {
    flex-direction: column;
    gap: 20px;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
.schedule_btn a {
  width: 48%;
}

@media screen and (max-width: 767px) {
  .schedule_btn a {
    width: 100%;
  }
}
/*----------------------------------------------------------------------------
	apply
----------------------------------------------------------------------------*/
.apply {
  background-color: #14acef;
}

.apply .inner {
  padding-top: 80px;
  padding-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .apply .inner {
    padding-top: 10.667vw;
    padding-right: 4vw;
    padding-bottom: 10.667vw;
    padding-left: 4vw;
  }
}
.apply .tab {
  padding-right: 65px;
  padding-bottom: 30px;
  padding-left: 65px;
}

@media screen and (max-width: 767px) {
  .apply .tab {
    padding-right: 0;
    padding-left: 0;
  }
}
.apply .tab ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.apply .tab ul li {
  width: 48%;
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  border: 2px solid #2289d5;
  border-radius: 11px;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .apply .tab ul li {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 4vw;
    line-height: 1.4;
  }
}
.apply .tab ul li.-active,
.apply .tab ul li:hover {
  background-color: #2289d5;
  border-color: #fff;
  color: #fff;
}

.apply .group {
  display: none;
}

.apply .field {
  padding-right: 65px;
  padding-left: 65px;
  margin-bottom: 52px;
}

@media screen and (max-width: 767px) {
  .apply .field {
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 8vw;
  }
}
.apply_box {
  background-color: #fff;
  padding-top: 70px;
  padding-right: 98px;
  padding-bottom: 80px;
  padding-left: 98px;
  border-radius: 11px;
}

@media screen and (max-width: 767px) {
  .apply_box {
    padding-top: 10.667vw;
    padding-right: 6.667vw;
    padding-bottom: 10.667vw;
    padding-left: 6.667vw;
    border-radius: 1.6vw;
  }
}
.apply_title {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .apply_title {
    margin-bottom: 6.667vw;
  }
}
.apply_title span {
  padding-bottom: 47px;
}

@media screen and (max-width: 767px) {
  .apply_title span {
    padding-bottom: 6vw;
  }
}
.apply_text p {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  color: #000;
  line-height: 1.3333;
}

@media screen and (max-width: 767px) {
  .apply_text p {
    font-size: 3.733vw;
    line-height: 1.2143;
  }
}
.apply_text p:not(:last-child) {
  margin-bottom: 1em;
}

.apply_text p span {
  color: #b7272d;
  text-decoration: underline;
}

.apply_links {
  display: -moz-flex;
  display: flex;
  -moz-justify-content: space-between;
  justify-content: space-between;
  padding-right: 115px;
  padding-left: 115px;
  margin-bottom: 77px;
}

@media screen and (max-width: 767px) {
  .apply_links {
    -moz-flex-direction: column;
    flex-direction: column;
    -moz-justify-content: center;
    justify-content: center;
    -moz-align-items: center;
    align-items: center;
    padding-right: 6.667vw;
    margin-bottom: 10.667vw;
    padding-left: 6.667vw;
  }
}
.apply_links_btn {
  width: 440px;
}

@media screen and (max-width: 767px) {
  .apply_links_btn {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .apply_links_btn:first-child {
    margin-bottom: 5.333vw;
  }
}
.apply_links._center {
  -moz-justify-content: center;
  justify-content: center;
}

.apply_links._fixed {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
  position: fixed;
  bottom: 0;
  -moz-justify-content: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 50;
}

@media screen and (max-width: 767px) {
  .apply_links._fixed {
    padding: 5%;
  }
}
.apply_links._fixed .apply_links_btn:first-child {
  margin-bottom: 0;
}

.apply_links._fixed .apply_links_btn {
  display: flex;
  justify-content: space-between;
  width: 1000px;
}

@media screen and (max-width: 767px) {
  .apply_links._fixed .apply_links_btn {
    width: 100%;
    flex-direction: column;
    gap: 10px;
  }
}
.apply_links._fixed .apply_links_btn a {
  width: 48%;
}

@media screen and (max-width: 767px) {
  .apply_links._fixed .apply_links_btn a {
    width: 100%;
    padding-top: 4vw;
    padding-bottom: 4vw;
  }
}
.apply_summit {
  text-align: center;
}

.apply_summit a {
  display: block;
  background-image: url(../images/youth/apply_summit_bg.jpg);
  background-repeat: no-repeat;
  background-size: 1199px 390px;
  background-position: center top;
  padding-top: 38px;
  padding-bottom: 39px;
}

@media screen and (max-width: 767px) {
  .apply_summit a {
    background-size: cover;
    padding-top: 5.333vw;
    padding-bottom: 5.333vw;
  }
}
.apply_summit img {
  width: 400px;
}

@media screen and (max-width: 767px) {
  .apply_summit img {
    width: 48vw;
  }
}
.apply_form_text {
  text-align: center;
  margin-bottom: 40px;
  font-size: 28px;
  font-size: 2.8rem;
  color: #1d1d1d;
  line-height: 1.2;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .apply_form_text {
    font-size: 4.8vw;
  }
}
.apply_links_text_wrap {
  display: flex;
  justify-content: center;
  margin-top: 33px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #1d1d1d;
}

@media screen and (max-width: 767px) {
  .apply_links_text_wrap {
    display: block;
    font-size: 4.267vw;
    text-align: center;
  }
}
a.apply_links_text {
  padding: 0;
  width: auto;
  color: #1d1d1d;
  font-weight: bold;
  text-decoration: underline;
  font-size: 20px;
  font-size: 2rem;
  transition: 0.6s;
}

@media screen and (max-width: 767px) {
  a.apply_links_text {
    font-size: 4.533vw;
  }
}
a.apply_links_text:before,
a.apply_links_text:after {
  display: none;
}

a.apply_links_text:hover {
  opacity: 0.75;
}

.apply_text_title {
  font-size: 28px;
  font-size: 2.8rem;
  text-align: center;
  font-weight: bold;
  color: #2289d5;
  margin-bottom: 40px;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .apply_text_title {
    font-size: 4.8vw;
    line-height: 1.4286;
    margin-bottom: 5.333vw;
  }
}
.apply_text p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .apply_text p {
    font-size: 3.733vw;
  }
}
.apply_text a {
  color: #2289d5;
  text-decoration: underline;
}

.requirements {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .requirements {
    margin-top: 8vw;
  }
}
.requirements._sub {
  margin-top: 20px;
  padding-left: 30px;
}

@media screen and (max-width: 767px) {
  .requirements._sub {
    font-size: 3.733vw;
    padding-left: 0;
  }
}
.requirements._sub li + li {
  margin-top: 15px;
}

.requirements._sub li {
  line-height: 1.7;
  text-indent: -1.8rem;
  padding-left: 1.6rem;
}

@media screen and (max-width: 767px) {
  .requirements._sub li {
    padding-left: 0;
    text-indent: 0;
  }
}
.requirements .item .title {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .requirements .item .title {
    font-size: 4.267vw;
    line-height: 1.4375;
  }
}
.requirements .item p {
  margin-top: 30px;
  padding-left: 30px;
}

@media screen and (max-width: 767px) {
  .requirements .item p {
    margin-top: 4vw;
    padding-left: 0vw;
  }
}
.requirements .item + .item {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .requirements .item + .item {
    margin-top: 8vw;
  }
}
.privacy_text {
  padding-top: 60px;
  margin-top: 80px;
  border-top: 1px dotted #333;
}

@media screen and (max-width: 767px) {
  .privacy_text {
    padding-top: 10.667vw;
    margin-top: 10.667vw;
  }
}
.privacy_text .m-title {
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 40px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .privacy_text .m-title {
    font-size: 4.8vw;
    margin-bottom: 8vw;
  }
}
.privacy_text li .title {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .privacy_text li .title {
    font-size: 4.267vw;
  }
}
.privacy_text li p {
  font-size: 16px;
  font-size: 1.6rem;
  padding-left: 40px;
}

@media screen and (max-width: 767px) {
  .privacy_text li p {
    padding-left: 0;
    font-size: 3.733vw;
  }
}
.privacy_text li ul {
  padding-left: 40px;
}

@media screen and (max-width: 767px) {
  .privacy_text li ul {
    padding-left: 0;
    font-size: 3.733vw;
    line-height: 1.5;
  }
}
.privacy_text li ul li + li {
  margin-top: 10px;
}

.privacy_text li + li {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .privacy_text li + li {
    margin-top: 4vw;
  }
}
.privacy_text a {
  color: #2289d5;
  text-decoration: underline;
}

.selection_text .title {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .selection_text .title {
    font-size: 4.267vw;
  }
  .selection_text .title._mt {
    margin-top: 8vw;
  }
}
.selection_text p {
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .selection_text p {
    font-size: 3.733vw;
  }
}
.selection_text ul {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .selection_text ul {
    margin-bottom: 0vw;
  }
}
.selection_text ul li {
  line-height: 1.5;
  text-indent: -1.8rem;
  padding-left: 1.8rem;
}

@media screen and (max-width: 767px) {
  .selection_text ul li {
    text-indent: 0;
    padding-left: 0;
    font-size: 3.733vw;
  }
}
.selection_text ul li + li {
  margin-top: 15px;
}

.item-flex {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #d5d5d5;
  padding-left: 17px;
  margin-left: -8px;
  margin-top: 10px;
  padding-bottom: 2px;
}

@media screen and (max-width: 767px) {
  .item-flex {
    padding-left: 0;
    margin-left: 0;
  }
  .item-flex span:first-child {
    padding-right: 10.667vw;
  }
  .item-flex span:nth-child(2) {
    flex: none;
  }
}
.item-flex:last-child {
  border-bottom: none;
}

.c-links_btn a span {
  font-size: 20px;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .c-links_btn a span {
    font-size: 4.8vw;
  }
}
.c-links_btn a span::before {
  width: 40px;
}

@media screen and (max-width: 767px) {
  .c-links_btn a span::before {
    width: 6.667vw;
  }
}
.c-links_btn a span::after {
  width: 20px;
}

@media screen and (max-width: 767px) {
  .c-links_btn a span::after {
    width: 2.133vw;
  }
}
/*----------------------------------------------------------------------------
	youtube
----------------------------------------------------------------------------*/
.youtube {
  background-color: #14acef;
}

.youtube .inner {
  padding-top: 80px;
  padding-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .youtube .inner {
    padding-top: 10.667vw;
    padding-right: 4vw;
    padding-bottom: 10.667vw;
    padding-left: 4vw;
  }
}
/*----------------------------------------------------------------------------
	participant
----------------------------------------------------------------------------*/
.participant {
  background-color: #14acef;
}

.participant .inner {
  padding-top: 80px;
  padding-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .participant .inner {
    padding-top: 10.667vw;
    padding-right: 4vw;
    padding-bottom: 10.667vw;
    padding-left: 4vw;
  }
}
.participant .field {
  margin-bottom: 52px;
}

@media screen and (max-width: 767px) {
  .participant .field {
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 8vw;
  }
}
.participant_box {
  background-color: #fff;
  padding-top: 70px;
  padding-right: 30px;
  padding-bottom: 80px;
  padding-left: 30px;
  border-radius: 11px;
}

@media screen and (max-width: 767px) {
  .participant_box {
    padding-top: 10.667vw;
    padding-right: 2.667vw;
    padding-bottom: 10.667vw;
    padding-left: 2.667vw;
    border-radius: 1.6vw;
  }
}
.participant_box p {
  margin-bottom: 40px;
  color: #000;
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .participant_box p {
    font-size: 3.7333333333vw;
  }
}
.participant_title {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .participant_title {
    margin-bottom: 6.667vw;
  }
}
.participant_title span {
  padding-bottom: 47px;
}

@media screen and (max-width: 767px) {
  .participant_title span {
    padding-bottom: 6vw;
  }
}
.participant_list {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 30px;
}

@media screen and (max-width: 767px) {
  .participant_list {
    gap: 40px 0;
  }
}
.participant_list .item {
  width: 360px;
  background-color: #14abee;
}

@media screen and (max-width: 767px) {
  .participant_list .item {
    width: 100%;
  }
}
.participant_list .item .prof {
  display: flex;
  align-items: center;
  border: 1px solid #14abee;
  background-color: #fff;
}

.participant_list .item .prof figure {
  width: 100px;
}

.participant_list .item .prof .disc {
  flex: 1;
  padding: 10px 15px;
  color: #666;
  font-size: 14px;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .participant_list .item .prof .disc {
    padding-top: 1.333vw;
    padding-right: 2.667vw;
    padding-bottom: 1.333vw;
    padding-left: 2.667vw;
    font-size: 3.733vw;
  }
}
.participant_list .item .prof .disc .name {
  margin: 5px 0;
  color: #056e93;
  font-size: 22px;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .participant_list .item .prof .disc .name {
    font-size: 5.6vw;
  }
}
.participant_list .item .food {
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .participant_list .item .food {
    padding: 2.667vw;
  }
}
.participant_list .item .food .sbj {
  margin: 15px auto 0 auto;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .participant_list .item .food .sbj {
    font-size: 4.8vw;
  }
}
.participant_list .item .food .text {
  color: #fff;
  font-size: 15px;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .participant_list .item .food .text {
    font-size: 3.733vw;
  }
}
.participant_school_list {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 30px;
}

@media screen and (max-width: 767px) {
  .participant_school_list {
    gap: 40px 0;
  }
}
.participant_school_list .item {
  width: 360px;
  background-color: #14abee;
}

@media screen and (max-width: 767px) {
  .participant_school_list .item {
    width: 100%;
  }
}
.participant_school_list .item .prof {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 20px;
  border: 1px solid #14abee;
  background-color: #fff;
}

.participant_school_list .item .prof .school {
  width: 100%;
  color: #056e93;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .participant_school_list .item .prof .school {
    font-size: 5.6vw;
  }
}
.participant_school_list .item .prof .face {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.participant_school_list .item .prof .face li {
  width: 100px;
}

@media screen and (max-width: 767px) {
  .participant_school_list .item .prof .face li {
    width: 32%;
  }
}
.participant_school_list .item .prof .face li figure {
  width: 100%;
}

.participant_school_list .item .prof .face li figure figcaption {
  margin-top: 5px;
  font-size: 14px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .participant_school_list .item .prof .face li figure figcaption {
    font-size: 3.467vw;
  }
}
.participant_school_list .item .food {
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .participant_school_list .item .food {
    padding: 2.667vw;
  }
}
.participant_school_list .item .food .team {
  margin-bottom: 20px;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .participant_school_list .item .food .team {
    font-size: 4.933vw;
  }
}
.participant_school_list .item .food .sbj {
  margin: 15px auto 0 auto;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .participant_school_list .item .food .sbj {
    font-size: 4.8vw;
  }
}
.participant_school_list .item .food .text {
  color: #fff;
  font-size: 15px;
  line-height: 1.6;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .participant_school_list .item .food .text {
    font-size: 3.733vw;
  }
}
.participant_youtube {
  width: 100%;
  aspect-ratio: 16/9;
}

.participant_summit {
  text-align: center;
}

.participant_summit a {
  display: block;
  background-image: url(../images/youth/participant_summit_bg.jpg);
  background-repeat: no-repeat;
  background-size: 1199px 390px;
  background-position: center top;
  padding-top: 38px;
  padding-bottom: 39px;
}

@media screen and (max-width: 767px) {
  .participant_summit a {
    background-size: cover;
    padding-top: 6.667vw;
    padding-bottom: 6.667vw;
  }
}
.participant_summit img {
  width: 546px;
}

@media screen and (max-width: 767px) {
  .participant_summit img {
    width: 89.333vw;
  }
}
.participant_form_text {
  text-align: center;
  margin-bottom: 40px;
  font-size: 28px;
  font-size: 2.8rem;
  color: #1d1d1d;
  line-height: 1.2;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .participant_form_text {
    font-size: 4.8vw;
  }
}
.participant_links_text_wrap {
  display: flex;
  justify-content: center;
  margin-top: 33px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #1d1d1d;
}

@media screen and (max-width: 767px) {
  .participant_links_text_wrap {
    display: block;
    font-size: 4.267vw;
    text-align: center;
  }
}
a.participant_links_text {
  padding: 0;
  width: auto;
  color: #1d1d1d;
  font-weight: bold;
  text-decoration: underline;
  font-size: 20px;
  font-size: 2rem;
  transition: 0.6s;
}

@media screen and (max-width: 767px) {
  a.participant_links_text {
    font-size: 4.533vw;
  }
}
a.participant_links_text:before,
a.participant_links_text:after {
  display: none;
}

a.participant_links_text:hover {
  opacity: 0.75;
}

.participant_text_title {
  font-size: 28px;
  font-size: 2.8rem;
  text-align: center;
  font-weight: bold;
  color: #2289d5;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .participant_text_title {
    font-size: 4.8vw;
    line-height: 1.4286;
    margin-bottom: 5.333vw;
  }
}
.participant_text p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .participant_text p {
    font-size: 3.733vw;
  }
}
.participant_text a {
  color: #2289d5;
  text-decoration: underline;
}

.requirements {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .requirements {
    margin-top: 8vw;
  }
}
.requirements._sub {
  margin-top: 20px;
  padding-left: 30px;
}

@media screen and (max-width: 767px) {
  .requirements._sub {
    font-size: 3.733vw;
    padding-left: 0;
  }
}
.requirements._sub li + li {
  margin-top: 15px;
}

.requirements._sub li {
  line-height: 1.7;
  text-indent: -1.8rem;
  padding-left: 1.6rem;
}

@media screen and (max-width: 767px) {
  .requirements._sub li {
    padding-left: 0;
    text-indent: 0;
  }
}
.requirements .item .title {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .requirements .item .title {
    font-size: 4.267vw;
    line-height: 1.4375;
  }
}
.requirements .item p {
  margin-top: 30px;
  padding-left: 30px;
}

@media screen and (max-width: 767px) {
  .requirements .item p {
    margin-top: 4vw;
    padding-left: 0vw;
  }
}
.requirements .item + .item {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .requirements .item + .item {
    margin-top: 8vw;
  }
}
.privacy_text {
  padding-top: 60px;
  margin-top: 80px;
  border-top: 1px dotted #333;
  word-break: break-all;
}

@media screen and (max-width: 767px) {
  .privacy_text {
    padding-top: 10.667vw;
    margin-top: 10.667vw;
  }
}
.privacy_text .m-title {
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 40px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .privacy_text .m-title {
    font-size: 4.8vw;
    margin-bottom: 8vw;
  }
}
.privacy_text li .title {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .privacy_text li .title {
    font-size: 4.267vw;
  }
}
.privacy_text li p {
  font-size: 16px;
  font-size: 1.6rem;
  padding-left: 40px;
}

@media screen and (max-width: 767px) {
  .privacy_text li p {
    padding-left: 0;
    font-size: 3.733vw;
  }
}
.privacy_text li ul {
  padding-left: 40px;
}

@media screen and (max-width: 767px) {
  .privacy_text li ul {
    padding-left: 0;
    font-size: 3.733vw;
    line-height: 1.5;
  }
}
.privacy_text li ul li {
  line-height: 1.4;
}

.privacy_text li ul li + li {
  margin-top: 10px;
}

.privacy_text li + li {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .privacy_text li + li {
    margin-top: 4vw;
  }
}
.privacy_text a {
  color: #2289d5;
  text-decoration: underline;
}

.selection_text .title {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .selection_text .title {
    font-size: 4.267vw;
  }
  .selection_text .title._mt {
    margin-top: 8vw;
  }
}
.selection_text p {
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .selection_text p {
    font-size: 3.733vw;
  }
}
.selection_text ul {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .selection_text ul {
    margin-bottom: 0vw;
  }
}
.selection_text ul li {
  line-height: 1.5;
  text-indent: -1.8rem;
  padding-left: 1.8rem;
}

@media screen and (max-width: 767px) {
  .selection_text ul li {
    text-indent: 0;
    padding-left: 0;
    font-size: 3.733vw;
  }
}
.selection_text ul li + li {
  margin-top: 15px;
}

.item-flex {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #d5d5d5;
  padding-left: 17px;
  margin-left: -8px;
  margin-top: 10px;
  padding-bottom: 2px;
}

@media screen and (max-width: 767px) {
  .item-flex {
    padding-left: 0;
    margin-left: 0;
  }
  .item-flex span:first-child {
    padding-right: 10.667vw;
  }
  .item-flex span:nth-child(2) {
    flex: none;
  }
}
.item-flex:last-child {
  border-bottom: none;
}
/*----------------------------------------------------------------------------
	apply button
----------------------------------------------------------------------------*/
.apply_button {
  padding: 20px 100px;
  background: #2289d5;
  color: white;
  border-radius: 15px;
  font-size: 20px;
  transition: 0.5s;
}
.apply_button:hover {
  opacity: 0.75;
}
.apply_title span {
  padding-bottom: 58px;
}
.apply_form .inner {
  padding-top: 91px;
  padding-bottom: 120px;
}
.button_container {
  display: flex;
  justify-content: center;
}
/*# sourceMappingURL=youth.css.map */
