#top_main .fv {
  padding-top: 10.4166666667vw;
  padding-bottom: 9.375vw;
}
@media screen and (max-width: 768px) {
  #top_main .fv {
    padding: 6.6666666667vw 5.3333333333vw 6.6666666667vw 18.6666666667vw;
  }
}
#top_main .fv .inner {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 15.625vw;
}
@media screen and (max-width: 768px) {
  #top_main .fv .inner {
    flex-direction: column;
    gap: 0;
  }
}
@media screen and (max-width: 768px) {
  #top_main .fv .inner .ttl {
    font-size: 3.2vw;
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 6.6666666667vw;
    color: rgb(255, 255, 255);
  }
}
#top_main .fv .inner .img {
  width: 35.0694444444vw;
  height: 45.1388888889vw;
}
@media screen and (max-width: 768px) {
  #top_main .fv .inner .img {
    width: 100%;
    height: auto;
    aspect-ratio: 286/368;
  }
}
#top_main .fv .inner .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top_main .fv .inner .sp_img_content {
  display: none;
}
@media screen and (max-width: 768px) {
  #top_main .fv .inner .sp_img_content {
    width: 100%;
    display: block;
    margin: 2.6666666667vw 0 6.6666666667vw;
  }
  #top_main .fv .inner .sp_img_content img:first-child {
    width: 50.6666666667vw;
    height: auto;
    margin-bottom: 6.6666666667vw;
  }
  #top_main .fv .inner .sp_img_content img:last-child {
    width: 37.3333333333vw;
    height: auto;
    margin-left: auto;
  }
}
#top_main .fv .inner .content {
  width: 39.2361111111vw;
}
@media screen and (max-width: 768px) {
  #top_main .fv .inner .content {
    width: 100%;
  }
}
#top_main .fv .inner .content .ttl {
  font-size: 1.9444444444vw;
  line-height: 1.5;
  text-align: end;
  color: rgb(255, 255, 255);
  padding-right: 3.125vw;
  margin-bottom: 5.2083333333vw;
}
#top_main .fv .inner .content .news_article {
  padding-top: 1.3888888889vw;
  padding-right: 5.2083333333vw;
  border-top: 0.1388888889vw solid rgb(255, 218, 0);
}
@media screen and (max-width: 768px) {
  #top_main .fv .inner .content .news_article {
    padding-top: 4vw;
    padding-right: 0;
    border-top: 0.5333333333vw solid rgb(255, 218, 0);
  }
}
#top_main .fv .inner .content .news_article h2 {
  width: -moz-fit-content;
  width: fit-content;
  background: linear-gradient(to right, #ffda00, #c1c1c1);
  font-size: 3.3333333333vw;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 3.125vw;
  font-family: "Abel", sans-serif;
}
@media screen and (max-width: 768px) {
  #top_main .fv .inner .content .news_article h2 {
    font-size: 7.4666666667vw;
    margin-bottom: 10.6666666667vw;
  }
}
#top_main .fv .inner .content .news_article .article_list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 3.4722222222vw;
}
@media screen and (max-width: 768px) {
  #top_main .fv .inner .content .news_article .article_list {
    gap: 5.3333333333vw;
    margin-bottom: 10.6666666667vw;
  }
}
#top_main .fv .inner .content .news_article .article_list li {
  width: 100%;
}
#top_main .fv .inner .content .news_article .article_list li a {
  display: block;
  width: 100%;
  color: rgb(255, 255, 255);
}
#top_main .fv .inner .content .news_article .article_list li a .date_tag {
  display: flex;
  align-items: center;
  gap: 1.3888888889vw;
  margin-bottom: 0.6944444444vw;
}
@media screen and (max-width: 768px) {
  #top_main .fv .inner .content .news_article .article_list li a .date_tag {
    gap: 2.1333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}
#top_main .fv .inner .content .news_article .article_list li a .date_tag .date {
  font-size: 1.1111111111vw;
  line-height: 1;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #top_main .fv .inner .content .news_article .article_list li a .date_tag .date {
    font-size: 3.2vw;
  }
}
#top_main .fv .inner .content .news_article .article_list li a .date_tag .tag {
  font-size: 0.9722222222vw;
  line-height: 1;
  padding: 0.4166666667vw 0.8333333333vw;
  color: rgb(255, 218, 0);
  border: 0.0694444444vw solid rgb(255, 218, 0);
}
@media screen and (max-width: 768px) {
  #top_main .fv .inner .content .news_article .article_list li a .date_tag .tag {
    font-size: 3.2vw;
    padding: 1.3333333333vw 2.4vw;
    border: 0.2666666667vw solid rgb(255, 218, 0);
  }
}
#top_main .fv .inner .content .news_article .article_list li a .article_ttl {
  display: inline;
  gap: 1.3888888889vw;
  font-size: 1.1111111111vw;
  line-height: 1.75;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #top_main .fv .inner .content .news_article .article_list li a .article_ttl {
    gap: 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
#top_main .fv .inner .content .news_article .article_list li a .article_ttl img {
  display: inline;
  width: 0.5555555556vw;
  margin-left: 1.3888888889vw;
}
@media screen and (max-width: 768px) {
  #top_main .fv .inner .content .news_article .article_list li a .article_ttl img {
    width: 2.1333333333vw;
    margin-left: 2.6666666667vw;
  }
}
#top_main .fv .inner .content .news_article .common_btn {
  width: 17.8472222222vw;
  margin-top: 3.4722222222vw;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  #top_main .fv .inner .content .news_article .common_btn {
    width: 68.8vw;
    margin-top: 0;
  }
}
#top_main .img_sec {
  padding: 0 10.4166666667vw 0 20.8333333333vw;
}
#top_main .img_sec .inner {
  display: flex;
  justify-content: space-between;
}
#top_main .img_sec .inner .img01 {
  width: 14.8611111111vw;
  height: auto;
  padding-top: 1.0416666667vw;
}
#top_main .img_sec .inner .img01 img {
  width: 100%;
  height: auto;
}
#top_main .img_sec .inner .img02 {
  width: 26.0416666667vw;
  height: auto;
}
#top_main .img_sec .inner .img02 img {
  width: 100%;
  height: auto;
}
#top_main .result_sec {
  padding: 10.4166666667vw 5.2083333333vw 10.4166666667vw 10.4166666667vw;
}
@media screen and (max-width: 768px) {
  #top_main .result_sec {
    padding: 36vw 5.3333333333vw 0 18.6666666667vw;
  }
}
#top_main .result_sec .inner .ttl_box {
  position: relative;
  margin-bottom: 2.0833333333vw;
}
@media screen and (max-width: 768px) {
  #top_main .result_sec .inner .ttl_box {
    margin-bottom: 10.6666666667vw;
  }
}
#top_main .result_sec .inner .ttl_box .img {
  position: absolute;
  left: 0;
  bottom: calc(100% - 2.0833333333vw);
  width: 10.2777777778vw;
  height: auto;
}
@media screen and (max-width: 768px) {
  #top_main .result_sec .inner .ttl_box .img {
    bottom: calc(100% - 4vw);
    width: 21.3333333333vw;
  }
}
#top_main .result_sec .inner .ttl_box .img img {
  width: 100%;
  height: auto;
}
#top_main .result_sec .inner .ttl_box .ttl_line {
  display: flex;
  align-items: center;
}
#top_main .result_sec .inner .ttl_box .ttl_line::before {
  content: "";
  display: block;
  width: calc(100% - 16.875vw);
  height: 0.1388888889vw;
  margin-right: -0.9722222222vw;
  background-color: rgb(255, 218, 0);
}
@media screen and (max-width: 768px) {
  #top_main .result_sec .inner .ttl_box .ttl_line::before {
    width: calc(100% - 38.6666666667vw);
    height: 0.2666666667vw;
    margin-right: -3.2vw;
  }
}
@media screen and (max-width: 768px) {
  #top_main .result_sec .inner .ttl_box .ttl_line .common_btn {
    width: 38.6666666667vw;
    height: 8vw;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 768px) {
  #top_main .result_sec .inner .ttl_box .ttl_line .common_btn .text_box {
    gap: 3.2vw;
  }
}
@media screen and (max-width: 768px) {
  #top_main .result_sec .inner .ttl_box .ttl_line .common_btn .text_box span {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 768px) {
  #top_main .result_sec .inner .ttl_box .ttl_line .common_btn .text_box .arrow {
    width: 1.6vw;
  }
}
#top_main .result_sec .inner .ttl_box h2 {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 3.3333333333vw;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: 400;
  font-family: "Abel", sans-serif;
  background: linear-gradient(to right, #ffda00, #c1c1c1);
}
@media screen and (max-width: 768px) {
  #top_main .result_sec .inner .ttl_box h2 {
    font-size: 7.4666666667vw;
  }
}
#top_main .result_sec .inner .result_box {
  display: flex;
  align-items: center;
  gap: 5.9027777778vw;
  margin-top: 1.7361111111vw;
}
@media screen and (max-width: 768px) {
  #top_main .result_sec .inner .result_box {
    flex-direction: column;
    gap: 13.3333333333vw;
    margin-top: 6.6666666667vw;
  }
}
#top_main .result_sec .inner .result_box .article_content {
  width: calc(100% - 45.4861111111vw);
}
@media screen and (max-width: 768px) {
  #top_main .result_sec .inner .result_box .article_content {
    width: 100%;
  }
}
#top_main .result_sec .inner .result_box .article_content .date {
  font-size: 1.25vw;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 1.0416666667vw;
  color: rgb(255, 255, 255);
}
@media screen and (max-width: 768px) {
  #top_main .result_sec .inner .result_box .article_content .date {
    font-size: 3.7333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}
#top_main .result_sec .inner .result_box .article_content .article_ttl {
  display: inline;
  gap: 1.3888888889vw;
  font-size: 1.25vw;
  line-height: 1.75;
  font-weight: 400;
  color: rgb(255, 255, 255);
}
@media screen and (max-width: 768px) {
  #top_main .result_sec .inner .result_box .article_content .article_ttl {
    gap: 2.6666666667vw;
    font-size: 4.2666666667vw;
  }
}
#top_main .result_sec .inner .result_box .article_content .article_ttl img {
  display: inline;
  width: 0.5555555556vw;
  margin-left: 1.3888888889vw;
}
@media screen and (max-width: 768px) {
  #top_main .result_sec .inner .result_box .article_content .article_ttl img {
    width: 1.6vw;
    margin-left: 2.6666666667vw;
  }
}
#top_main .result_sec .inner .result_box .result_content {
  display: flex;
  align-items: center;
  gap: 3.4722222222vw;
  width: 39.5833333333vw;
  padding: 2.4305555556vw 5.2083333333vw 2.4305555556vw 3.4722222222vw;
  background-color: #383838;
}
@media screen and (max-width: 768px) {
  #top_main .result_sec .inner .result_box .result_content {
    flex-direction: column;
    gap: 0;
    width: 100%;
    padding: 0;
    background-color: initial;
  }
}
#top_main .result_sec .inner .result_box .result_content .result {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12.8472222222vw;
  padding: 1.25vw 1.3888888889vw;
  background-color: #2b2b2b;
  color: rgb(255, 218, 0);
  border: 0.0694444444vw solid rgb(255, 218, 0);
}
@media screen and (max-width: 768px) {
  #top_main .result_sec .inner .result_box .result_content .result {
    width: 100%;
    padding: 6.6666666667vw;
    background-color: #2b2b2b;
    border: 0.2666666667vw solid rgb(255, 218, 0);
  }
}
#top_main .result_sec .inner .result_box .result_content .result span {
  font-size: 1.1111111111vw;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  #top_main .result_sec .inner .result_box .result_content .result span {
    font-size: 3.7333333333vw;
  }
}
#top_main .result_sec .inner .result_box .result_content .content {
  width: 15.9722222222vw;
}
@media screen and (max-width: 768px) {
  #top_main .result_sec .inner .result_box .result_content .content {
    width: 100%;
    padding: 6.6666666667vw 0 8vw;
    background-color: #383838;
  }
}
#top_main .result_sec .inner .result_box .result_content .content .score {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.3472222222vw;
}
@media screen and (max-width: 768px) {
  #top_main .result_sec .inner .result_box .result_content .content .score {
    gap: 1.3333333333vw;
  }
}
#top_main .result_sec .inner .result_box .result_content .content .score span {
  font-size: 7.9166666667vw;
  letter-spacing: 0.15em;
  line-height: 1;
  color: rgb(255, 255, 255);
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 768px) {
  #top_main .result_sec .inner .result_box .result_content .content .score span {
    font-size: 26.6666666667vw;
  }
}
#top_main .result_sec .inner .result_box .result_content .content .partner {
  text-align: center;
  padding: 0.6944444444vw 1.0416666667vw;
  background-color: #2b2b2b;
}
@media screen and (max-width: 768px) {
  #top_main .result_sec .inner .result_box .result_content .content .partner {
    width: -moz-fit-content;
    width: fit-content;
    padding: 2.6666666667vw 4vw;
    margin: 2.6666666667vw auto 0;
  }
}
#top_main .result_sec .inner .result_box .result_content .content .partner span {
  font-size: 1.25vw;
  line-height: 1;
  color: rgb(255, 255, 255);
}
@media screen and (max-width: 768px) {
  #top_main .result_sec .inner .result_box .result_content .content .partner span {
    font-size: 3.2vw;
  }
}
#top_main .result_sec .inner .result_box .result_content .content .partner span:nth-child(1) {
  font-family: "Abel", sans-serif;
}
#top_main .schedule_sec {
  padding: 0 10.4166666667vw 12.8472222222vw 5.2083333333vw;
}
@media screen and (max-width: 768px) {
  #top_main .schedule_sec {
    padding: 20vw 5.3333333333vw 33.3333333333vw 18.6666666667vw;
  }
}
#top_main .schedule_sec .inner .ttl_box {
  position: relative;
  margin-bottom: 5.2083333333vw;
}
@media screen and (max-width: 768px) {
  #top_main .schedule_sec .inner .ttl_box {
    margin-bottom: 10.6666666667vw;
  }
}
#top_main .schedule_sec .inner .ttl_box .ttl_line {
  display: flex;
  align-items: center;
}
#top_main .schedule_sec .inner .ttl_box .ttl_line::after {
  content: "";
  display: block;
  width: calc(100% - 16.875vw);
  height: 0.1388888889vw;
  margin-left: -0.9722222222vw;
  background-color: rgb(255, 218, 0);
}
@media screen and (max-width: 768px) {
  #top_main .schedule_sec .inner .ttl_box .ttl_line::after {
    width: calc(100% - 38.6666666667vw);
    height: 0.2666666667vw;
    margin-left: -3.2vw;
  }
}
#top_main .schedule_sec .inner .ttl_box .ttl_line .common_btn .bg {
  transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  #top_main .schedule_sec .inner .ttl_box .ttl_line .common_btn {
    width: 38.6666666667vw;
    height: 8vw;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 768px) {
  #top_main .schedule_sec .inner .ttl_box .ttl_line .common_btn .text_box {
    gap: 3.2vw;
  }
}
@media screen and (max-width: 768px) {
  #top_main .schedule_sec .inner .ttl_box .ttl_line .common_btn .text_box span {
    font-size: 3.2vw;
  }
}
#top_main .schedule_sec .inner .ttl_box .ttl_line .common_btn .text_box .arrow {
  transform: rotate(180deg);
  padding-top: 0;
  padding-bottom: 0.1388888889vw;
}
@media screen and (max-width: 768px) {
  #top_main .schedule_sec .inner .ttl_box .ttl_line .common_btn .text_box .arrow {
    width: 1.6vw;
    padding-top: 0;
    padding-bottom: 0.5333333333vw;
  }
}
#top_main .schedule_sec .inner .ttl_box h2 {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 3.3333333333vw;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: 400;
  font-family: "Abel", sans-serif;
  background: linear-gradient(to right, #ffda00, #c1c1c1);
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  #top_main .schedule_sec .inner .ttl_box h2 {
    margin-top: 6.6666666667vw;
    font-size: 7.4666666667vw;
  }
}
#top_main .schedule_sec .inner .schedule_list {
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #top_main .schedule_sec .inner .schedule_list ul {
    flex-direction: column;
    width: 100%;
  }
}
#top_main .schedule_sec .inner .schedule_list ul li {
  background-color: #383838;
}
@media screen and (max-width: 768px) {
  #top_main .schedule_sec .inner .schedule_list ul li {
    width: 100% !important;
  }
}
#top_main .schedule_sec .inner .schedule_list ul li:nth-child(even) {
  background-color: #2b2b2b;
}
#top_main .schedule_sec .inner .schedule_list ul li a {
  display: block;
  width: 100%;
  padding: 2.4305555556vw;
  color: rgb(255, 255, 255);
}
@media screen and (max-width: 768px) {
  #top_main .schedule_sec .inner .schedule_list ul li a {
    padding: 5.3333333333vw;
  }
}
#top_main .schedule_sec .inner .schedule_list ul li a .date {
  display: block;
  font-size: 1.25vw;
  margin-bottom: 0.6944444444vw;
  line-height: 1;
  font-family: "Abel", sans-serif;
}
@media screen and (max-width: 768px) {
  #top_main .schedule_sec .inner .schedule_list ul li a .date {
    font-size: 3.7333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}
#top_main .schedule_sec .inner .schedule_list ul li a .schedule_ttl {
  color: rgb(255, 218, 0);
  font-size: 1.25vw;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #top_main .schedule_sec .inner .schedule_list ul li a .schedule_ttl {
    font-size: 4.2666666667vw;
  }
}
#top_main .schedule_sec .inner .schedule_list ul li a .place {
  font-size: 1.1111111111vw;
  margin-top: 0.6944444444vw;
}
@media screen and (max-width: 768px) {
  #top_main .schedule_sec .inner .schedule_list ul li a .place {
    margin-top: 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
#top_main .about_sec {
  padding-left: 10.4166666667vw;
  padding-bottom: 5.2083333333vw;
}
@media screen and (max-width: 768px) {
  #top_main .about_sec {
    padding-left: 18.6666666667vw;
    padding-bottom: 21.3333333333vw;
  }
}
#top_main .about_sec .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #top_main .about_sec .inner {
    flex-direction: column-reverse;
    gap: 10.6666666667vw;
  }
}
#top_main .about_sec .inner .content {
  width: 39.5833333333vw;
}
@media screen and (max-width: 768px) {
  #top_main .about_sec .inner .content {
    width: 100%;
    padding-right: 5.3333333333vw;
  }
}
#top_main .about_sec .inner .content h2 {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 3.3333333333vw;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: 400;
  font-family: "Abel", sans-serif;
  margin-bottom: 2.0833333333vw;
  background: linear-gradient(to right, #ffda00, #c1c1c1);
}
@media screen and (max-width: 768px) {
  #top_main .about_sec .inner .content h2 {
    font-size: 7.4666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
#top_main .about_sec .inner .content p {
  font-size: 1.1111111111vw;
  letter-spacing: 0.02em;
  line-height: 1.75;
  color: rgb(255, 255, 255);
  margin-bottom: 3.4722222222vw;
}
@media screen and (max-width: 768px) {
  #top_main .about_sec .inner .content p {
    font-size: 3.7333333333vw;
    margin-bottom: 13.3333333333vw;
  }
}
#top_main .about_sec .inner .content .common_btn {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  #top_main .about_sec .inner .content .common_btn {
    margin: 0 auto;
  }
}
#top_main .about_sec .inner .img {
  position: relative;
  width: 33.0555555556vw;
  height: 45.1388888889vw;
}
@media screen and (max-width: 768px) {
  #top_main .about_sec .inner .img {
    width: 100%;
    height: auto;
    aspect-ratio: 305/416;
  }
}
#top_main .about_sec .inner .img .illustration {
  position: absolute;
  top: -2.0833333333vw;
  left: -6.5972222222vw;
  width: 12.2916666667vw;
  height: auto;
}
@media screen and (max-width: 768px) {
  #top_main .about_sec .inner .img .illustration {
    top: -12vw;
    left: -2.6666666667vw;
    width: 25.8666666667vw;
  }
}
#top_main .about_sec .inner .img .bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top_main .member_sec {
  padding: 5.2083333333vw 0;
  background-image: url("/assets/images/member_bg.jpg");
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #top_main .member_sec {
    padding: 21.3333333333vw 5.3333333333vw 21.3333333333vw 18.6666666667vw;
  }
}
#top_main .member_sec .inner {
  position: relative;
}
#top_main .member_sec .inner .content {
  position: absolute;
  top: 0;
  right: 10.4166666667vw;
  width: 32.2916666667vw;
}
@media screen and (max-width: 768px) {
  #top_main .member_sec .inner .content {
    position: initial;
    top: initial;
    right: initial;
    width: 100%;
  }
}
#top_main .member_sec .inner .content h2 {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 3.3333333333vw;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: 400;
  margin-left: auto;
  margin-bottom: 2.0833333333vw;
  background: linear-gradient(to right, #c1c1c1, #ffda00);
}
@media screen and (max-width: 768px) {
  #top_main .member_sec .inner .content h2 {
    font-size: 7.4666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
#top_main .member_sec .inner .content p {
  font-size: 1.1111111111vw;
  letter-spacing: 0.02em;
  line-height: 1.75;
  color: rgb(255, 255, 255);
  margin-bottom: 3.4722222222vw;
}
@media screen and (max-width: 768px) {
  #top_main .member_sec .inner .content p {
    font-size: 3.7333333333vw;
    margin-bottom: 10.6666666667vw;
  }
}
#top_main .member_sec .inner .content .common_btn {
  margin-left: auto;
  z-index: 1;
}
#top_main .member_sec .inner .img_content {
  position: relative;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  #top_main .member_sec .inner .img_content {
    width: 100%;
    flex-direction: column;
    margin-bottom: 13.3333333333vw;
  }
}
#top_main .member_sec .inner .img_content .illustration {
  position: absolute;
  top: -8.3333333333vw;
  left: 22.9166666667vw;
  width: 11.6666666667vw;
  height: auto;
}
@media screen and (max-width: 768px) {
  #top_main .member_sec .inner .img_content .illustration {
    display: none;
  }
}
#top_main .member_sec .inner .img_content .img01 {
  display: block;
  width: 26.5277777778vw;
  height: 26.875vw;
  margin-top: 1.0416666667vw;
}
@media screen and (max-width: 768px) {
  #top_main .member_sec .inner .img_content .img01 {
    width: 57.3333333333vw;
    height: 57.3333333333vw;
    margin-top: 0;
  }
}
#top_main .member_sec .inner .img_content .img01 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top_main .member_sec .inner .img_content .img02 {
  display: block;
  width: 18.0555555556vw;
  height: 18.2638888889vw;
  margin-top: 21.875vw;
  margin-left: 10.4166666667vw;
}
@media screen and (max-width: 768px) {
  #top_main .member_sec .inner .img_content .img02 {
    width: 34.6666666667vw;
    height: 34.6666666667vw;
    margin-top: 5.3333333333vw;
    margin-left: auto;
    margin-right: -5.3333333333vw;
  }
}
#top_main .member_sec .inner .img_content .img02 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top_main .member_sec .inner .img_content .img03 {
  display: block;
  width: 12.5vw;
  height: 12.6388888889vw;
  margin-top: 32.9861111111vw;
  margin-left: 23.6111111111vw;
}
@media screen and (max-width: 768px) {
  #top_main .member_sec .inner .img_content .img03 {
    width: 24.5333333333vw;
    height: 24.5333333333vw;
    margin-top: -12vw;
    margin-left: 16vw;
  }
}
#top_main .member_sec .inner .img_content .img03 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top_main .sponsor_list_sec {
  padding: 5.2083333333vw 10.4166666667vw 6.9444444444vw;
}
@media screen and (max-width: 768px) {
  #top_main .sponsor_list_sec {
    padding: 10.6666666667vw 5.3333333333vw 21.3333333333vw 18.6666666667vw;
  }
}
#top_main .sponsor_list_sec .inner h2 {
  text-align: center;
  font-size: 3.3333333333vw;
  letter-spacing: 0.1em;
  line-height: 1;
  color: rgb(255, 218, 0);
  margin-bottom: 1.7361111111vw;
  font-family: "Abel", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #top_main .sponsor_list_sec .inner h2 {
    font-size: 7.4666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
#top_main .sponsor_list_sec .inner .sponsor_list ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 3.4722222222vw 0;
}
@media screen and (max-width: 768px) {
  #top_main .sponsor_list_sec .inner .sponsor_list ul {
    gap: 2.6666666667vw 0;
  }
}
#top_main .sponsor_list_sec .inner .sponsor_list ul li.full {
  width: 100%;
  height: auto;
  order: 1;
}
#top_main .sponsor_list_sec .inner .sponsor_list ul li.half {
  width: calc(50% - 1.7361111111vw);
  order: 2;
}
@media screen and (max-width: 768px) {
  #top_main .sponsor_list_sec .inner .sponsor_list ul li.half {
    width: calc(50% - 0.6666666667vw);
  }
}
#top_main .sponsor_list_sec .inner .sponsor_list ul li.quarter {
  width: calc(25% - 1.3020833333vw);
  order: 3;
}
@media screen and (max-width: 768px) {
  #top_main .sponsor_list_sec .inner .sponsor_list ul li.quarter {
    width: calc(33.33% - 0.888vw);
  }
}
#top_main .sponsor_list_sec .inner .sponsor_list ul li a {
  display: block;
}
#top_main .sponsor_list_sec .inner .sponsor_list ul li a img {
  width: 100%;
  height: auto;
}
#top_main .liga_genio_sec {
  padding: 10.4166666667vw 10.4166666667vw 3.4722222222vw;
}
@media screen and (max-width: 768px) {
  #top_main .liga_genio_sec {
    padding: 20vw 5.3333333333vw 0vw 18.6666666667vw;
  }
}
#top_main .liga_genio_sec .inner h2 {
  text-align: center;
  font-size: 3.3333333333vw;
  letter-spacing: 0.1em;
  line-height: 1;
  color: rgb(255, 218, 0);
  margin-bottom: 1.7361111111vw;
  font-family: "Abel", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #top_main .liga_genio_sec .inner h2 {
    font-size: 7.4666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
#top_main .liga_genio_sec .inner a {
  display: block;
}
#top_main .liga_genio_sec .inner a img {
  width: 100%;
  height: auto;
}
#top_main .supportor_sec {
  padding: 0 10.4166666667vw 10.4166666667vw;
}
@media screen and (max-width: 768px) {
  #top_main .supportor_sec {
    padding: 0 5.3333333333vw 21.3333333333vw 18.6666666667vw;
  }
}
#top_main .supportor_sec .inner h2 {
  text-align: center;
  font-size: 3.3333333333vw;
  letter-spacing: 0.1em;
  line-height: 1;
  color: rgb(255, 218, 0);
  margin-bottom: 1.7361111111vw;
  font-family: "Abel", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #top_main .supportor_sec .inner h2 {
    font-size: 7.4666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
#top_main .supportor_sec .inner a {
  display: block;
}
#top_main .supportor_sec .inner a img {
  width: 100%;
  height: auto;
}

#member_main .member_list_sec {
  padding: 0 10.4166666667vw 10.4166666667vw;
}
@media screen and (max-width: 768px) {
  #member_main .member_list_sec {
    padding: 0vw 5.3333333333vw 10.6666666667vw 18.6666666667vw;
  }
}
#member_main .member_list_sec .inner .member_ttl_box {
  display: flex;
  align-items: flex-end;
  gap: 1.0416666667vw;
  margin-top: 5.2083333333vw;
  margin-bottom: 2.4305555556vw;
}
@media screen and (max-width: 768px) {
  #member_main .member_list_sec .inner .member_ttl_box {
    gap: 2.6666666667vw;
    margin-top: 16vw;
    margin-bottom: 5.3333333333vw;
  }
}
#member_main .member_list_sec .inner .member_ttl_box:first-child {
  margin-top: 0;
}
#member_main .member_list_sec .inner .member_ttl_box h2 {
  white-space: nowrap;
  font-size: 3.3333333333vw;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: 500;
  font-family: "Abel", sans-serif;
  background: linear-gradient(to right, #ffda00, #c1c1c1);
}
@media screen and (max-width: 768px) {
  #member_main .member_list_sec .inner .member_ttl_box h2 {
    font-size: 6.9333333333vw;
  }
}
#member_main .member_list_sec .inner .member_ttl_box p {
  white-space: nowrap;
  font-size: 1.6666666667vw;
  line-height: 1;
  font-weight: 400;
  color: rgb(255, 255, 255);
  padding-bottom: 0.6944444444vw;
}
@media screen and (max-width: 768px) {
  #member_main .member_list_sec .inner .member_ttl_box p {
    font-size: 4.8vw;
    padding-bottom: 1.0666666667vw;
  }
}
#member_main .member_list_sec .inner .member_ttl_box::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.1388888889vw;
  background-color: rgb(255, 255, 255);
  margin-left: 2.0833333333vw;
  margin-bottom: 1.0416666667vw;
}
@media screen and (max-width: 768px) {
  #member_main .member_list_sec .inner .member_ttl_box::after {
    height: 0.2666666667vw;
    margin-left: 2.6666666667vw;
    margin-bottom: 1.6vw;
  }
}
#member_main .member_list_sec .inner .member_list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 3.4722222222vw;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  #member_main .member_list_sec .inner .member_list ul {
    gap: 2.6666666667vw;
  }
}
#member_main .member_list_sec .inner .member_list ul li {
  width: calc(33.33% - 2.3145833333vw);
}
@media screen and (max-width: 768px) {
  #member_main .member_list_sec .inner .member_list ul li {
    width: calc(50% - 1.3333333333vw);
  }
}
#member_main .member_list_sec .inner .member_list ul li a {
  position: relative;
  display: block;
}
#member_main .member_list_sec .inner .member_list ul li a .captain_mark {
  position: absolute;
  top: 0;
  left: 0;
  width: 7.6388888889vw;
  height: 7.6388888889vw;
  clip-path: polygon(100% 0, 0% 100%, 0 0);
  background-color: rgb(255, 218, 0);
  padding-top: 1.0416666667vw;
  padding-left: 1.0416666667vw;
  box-shadow: 0.1388888889vw 0.1388888889vw 0.2777777778vw 0px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 768px) {
  #member_main .member_list_sec .inner .member_list ul li a .captain_mark {
    width: 16vw;
    height: 16vw;
    padding-top: 2.6666666667vw;
    padding-left: 2.6666666667vw;
  }
}
#member_main .member_list_sec .inner .member_list ul li a .captain_mark span {
  font-size: 2.2222222222vw;
  line-height: 1;
  font-family: "Abel", sans-serif;
  font-weight: 900;
  color: #2f2f2f;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 768px) {
  #member_main .member_list_sec .inner .member_list ul li a .captain_mark span {
    font-size: 4.8vw;
  }
}
#member_main .member_list_sec .inner .member_list ul li a .logo {
  position: absolute;
  top: 1.0416666667vw;
  right: 1.0416666667vw;
  width: 5vw;
  height: auto;
}
@media screen and (max-width: 768px) {
  #member_main .member_list_sec .inner .member_list ul li a .logo {
    top: 2.6666666667vw;
    right: 2.6666666667vw;
    width: 6.6666666667vw;
  }
}
#member_main .member_list_sec .inner .member_list ul li a .logo span {
  position: absolute;
  left: 50%;
  bottom: 1.25vw;
  transform: translateX(-50%);
  font-size: 2.2222222222vw;
  letter-spacing: 0;
  line-height: 1;
  font-weight: 500;
  font-family: "Abel", sans-serif;
  color: rgb(255, 218, 0);
  -webkit-text-stroke-width: 0.0347222222vw;
  -webkit-text-stroke-color: #2f2f2f;
}
@media screen and (max-width: 768px) {
  #member_main .member_list_sec .inner .member_list ul li a .logo span {
    bottom: 1.3333333333vw;
    font-size: 3.2vw;
    -webkit-text-stroke-width: 0.0533333333vw;
  }
}
#member_main .member_list_sec .inner .member_list ul li a .logo img {
  width: 100%;
  height: auto;
}
#member_main .member_list_sec .inner .member_list ul li a .member_img {
  width: 100%;
  height: auto;
  aspect-ratio: 345/374;
}
#member_main .member_list_sec .inner .member_list ul li a .member_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#member_main .member_list_sec .inner .member_list ul li a .information {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 5.4166666667vw;
  background-color: rgb(255, 255, 255);
  color: #2f2f2f;
}
@media screen and (max-width: 768px) {
  #member_main .member_list_sec .inner .member_list ul li a .information {
    height: 13.3333333333vw;
  }
}
#member_main .member_list_sec .inner .member_list ul li a .information::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 3.125vw;
  height: 3.125vw;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  background-color: rgb(255, 218, 0);
}
@media screen and (max-width: 768px) {
  #member_main .member_list_sec .inner .member_list ul li a .information::before {
    width: 4vw;
    height: 4vw;
  }
}
#member_main .member_list_sec .inner .member_list ul li a .information .name {
  font-size: 1.6666666667vw;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 0.6944444444vw;
}
@media screen and (max-width: 768px) {
  #member_main .member_list_sec .inner .member_list ul li a .information .name {
    font-size: 3.2vw;
    margin-bottom: 1.3333333333vw;
  }
}
#member_main .member_list_sec .inner .member_list ul li a .information .birthplace {
  font-size: 0.9722222222vw;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #member_main .member_list_sec .inner .member_list ul li a .information .birthplace {
    font-size: 2.6666666667vw;
  }
}
#member_main .member_single_sec {
  padding: 0 0 10.4166666667vw 10.4166666667vw;
}
@media screen and (max-width: 768px) {
  #member_main .member_single_sec {
    padding: 0 5.3333333333vw 16vw 18.6666666667vw;
  }
}
#member_main .member_single_sec .inner .member_introduction {
  display: flex;
  align-items: flex-start;
  gap: 5.5555555556vw;
  margin-bottom: 5.2083333333vw;
  color: rgb(255, 255, 255);
}
@media screen and (max-width: 768px) {
  #member_main .member_single_sec .inner .member_introduction {
    flex-direction: column;
    gap: 5.3333333333vw;
    margin-bottom: 10.6666666667vw;
  }
}
#member_main .member_single_sec .inner .member_introduction .img {
  display: block;
  width: 34.7222222222vw;
  height: 37.5vw;
}
@media screen and (max-width: 768px) {
  #member_main .member_single_sec .inner .member_introduction .img {
    width: 100%;
    height: auto;
    aspect-ratio: 50/54;
  }
}
#member_main .member_single_sec .inner .member_introduction .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#member_main .member_single_sec .inner .member_introduction .content {
  width: calc(100% - 40.2777777778vw);
}
@media screen and (max-width: 768px) {
  #member_main .member_single_sec .inner .member_introduction .content {
    width: 100%;
  }
}
#member_main .member_single_sec .inner .member_introduction .content .ttl_box {
  padding-bottom: 2.0833333333vw;
  border-bottom: 0.0694444444vw solid rgb(255, 255, 255);
  margin-bottom: 2.0833333333vw;
}
@media screen and (max-width: 768px) {
  #member_main .member_single_sec .inner .member_introduction .content .ttl_box {
    padding-bottom: 2.6666666667vw;
    border-bottom: 0.2666666667vw solid rgb(255, 255, 255);
    margin-bottom: 2.6666666667vw;
  }
}
#member_main .member_single_sec .inner .member_introduction .content .ttl_box .text_jp {
  font-size: 1.6666666667vw;
  line-height: 1;
  font-weight: 400;
  font-family: "Abel", sans-serif;
  margin-bottom: 1.0416666667vw;
}
@media screen and (max-width: 768px) {
  #member_main .member_single_sec .inner .member_introduction .content .ttl_box .text_jp {
    font-size: 4.2666666667vw;
    margin-bottom: 1.3333333333vw;
  }
}
#member_main .member_single_sec .inner .member_introduction .content .ttl_box .ttl {
  display: inline-flex;
  gap: 2.4305555556vw;
}
@media screen and (max-width: 768px) {
  #member_main .member_single_sec .inner .member_introduction .content .ttl_box .ttl {
    gap: 2.6666666667vw;
  }
}
#member_main .member_single_sec .inner .member_introduction .content .ttl_box .ttl span {
  font-size: 3.3333333333vw;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: 400;
  font-family: "Abel", sans-serif;
  background: linear-gradient(to right, #ffda00, #c1c1c1);
}
@media screen and (max-width: 768px) {
  #member_main .member_single_sec .inner .member_introduction .content .ttl_box .ttl span {
    font-size: 5.3333333333vw;
  }
}
#member_main .member_single_sec .inner .member_introduction .content .name {
  font-size: 3.6111111111vw;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 6.25vw;
}
@media screen and (max-width: 768px) {
  #member_main .member_single_sec .inner .member_introduction .content .name {
    font-size: 8.5333333333vw;
  }
}
#member_main .member_single_sec .inner .member_introduction .content .birthplace {
  font-size: 2.0833333333vw;
  letter-spacing: 0.1em;
  line-height: 1;
  padding-bottom: 2.0833333333vw;
  border-bottom: 0.0694444444vw solid rgb(255, 255, 255);
  margin-bottom: 2.4305555556vw;
}
@media screen and (max-width: 768px) {
  #member_main .member_single_sec .inner .member_introduction .content .birthplace {
    font-size: 4.2666666667vw;
    padding-left: 0;
    padding-bottom: 2.6666666667vw;
    border-bottom: 0.2666666667vw solid rgb(255, 255, 255);
    margin-bottom: 5.3333333333vw;
  }
}
#member_main .member_single_sec .inner .member_introduction .content .text {
  font-size: 1.3888888889vw;
  letter-spacing: 0.02em;
  line-height: 1.5;
  font-weight: 500;
  padding-right: 9.375vw;
}
@media screen and (max-width: 768px) {
  #member_main .member_single_sec .inner .member_introduction .content .text {
    font-size: 3.2vw;
  }
}
#member_main .member_single_sec .inner .img_box {
  width: 100%;
  height: auto;
  padding-right: 10.4166666667vw;
}
@media screen and (max-width: 768px) {
  #member_main .member_single_sec .inner .img_box {
    padding-right: 0;
  }
}
#member_main .member_single_sec .inner .img_box img {
  width: 100%;
  height: auto;
}
#member_main .member_single_sec .inner .link_btn {
  margin-top: 5.2083333333vw;
  margin-right: 5.2083333333vw;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  #member_main .member_single_sec .inner .link_btn {
    margin: 10.6666666667vw auto 0;
  }
}
#member_main .about_explanation {
  padding: 0 10.4166666667vw;
  margin-bottom: 5.2083333333vw;
}
@media screen and (max-width: 768px) {
  #member_main .about_explanation {
    padding: 0 5.3333333333vw 10.6666666667vw 18.6666666667vw;
  }
}
#member_main .about_explanation .inner {
  padding-bottom: 5.2083333333vw;
  border-bottom: 0.1388888889vw solid rgb(255, 218, 0);
}
@media screen and (max-width: 768px) {
  #member_main .about_explanation .inner {
    padding-bottom: 5.3333333333vw;
    border-bottom: 0.2666666667vw solid rgb(255, 218, 0);
  }
}
#member_main .about_explanation .inner .ttl_box {
  display: flex;
  align-items: flex-end;
  gap: 1.3888888889vw;
  margin-bottom: 2.7777777778vw;
}
@media screen and (max-width: 768px) {
  #member_main .about_explanation .inner .ttl_box {
    gap: 2.6666666667vw;
    margin-bottom: 5.3333333333vw;
    flex-direction: column;
    align-items: flex-start;
  }
}
#member_main .about_explanation .inner .ttl_box::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.1388888889vw;
  background-color: rgb(255, 255, 255);
  margin-bottom: 1.3888888889vw;
}
@media screen and (max-width: 768px) {
  #member_main .about_explanation .inner .ttl_box::after {
    height: 0.2666666667vw;
    margin-bottom: 1.8666666667vw;
  }
}
#member_main .about_explanation .inner .ttl_box .ttl_en {
  white-space: nowrap;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 3.3333333333vw;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: 400;
  font-family: "Abel", sans-serif;
  background: linear-gradient(to right, #ffda00, #c1c1c1);
}
@media screen and (max-width: 768px) {
  #member_main .about_explanation .inner .ttl_box .ttl_en {
    font-size: 7.4666666667vw;
  }
}
#member_main .about_explanation .inner .ttl_box .ttl_jp {
  white-space: nowrap;
  font-size: 1.6666666667vw;
  line-height: 1;
  color: rgb(255, 255, 255);
  padding-bottom: 0.6944444444vw;
}
@media screen and (max-width: 768px) {
  #member_main .about_explanation .inner .ttl_box .ttl_jp {
    font-size: 4.2666666667vw;
  }
}
#member_main .about_explanation .inner .text {
  width: 100%;
  font-size: 1.3888888889vw;
  letter-spacing: 0.1em;
  line-height: 1.65;
  font-weight: 500;
  color: rgb(255, 255, 255);
}
@media screen and (max-width: 768px) {
  #member_main .about_explanation .inner .text {
    font-size: 3.2vw;
  }
}
#member_main .philosophy_sec {
  padding: 0 10.4166666667vw 5.2083333333vw;
}
@media screen and (max-width: 768px) {
  #member_main .philosophy_sec {
    padding: 0 5.3333333333vw 10.6666666667vw 18.6666666667vw;
  }
}
#member_main .philosophy_sec .inner h3 {
  text-align: center;
  font-size: 1.9444444444vw;
  line-height: 1.65;
  font-weight: 700;
  color: rgb(255, 255, 255);
  margin-bottom: 3.125vw;
}
@media screen and (max-width: 768px) {
  #member_main .philosophy_sec .inner h3 {
    font-size: 5.3333333333vw;
    margin-bottom: 10.6666666667vw;
  }
}
#member_main .philosophy_sec .inner .philosophy_list {
  width: 100%;
  display: flex;
  gap: 2.0833333333vw;
  margin-bottom: 3.4722222222vw;
}
@media screen and (max-width: 768px) {
  #member_main .philosophy_sec .inner .philosophy_list {
    flex-direction: column;
    gap: 5.3333333333vw;
    padding: 0 5.3333333333vw;
    margin-bottom: 10.6666666667vw;
  }
}
#member_main .philosophy_sec .inner .philosophy_list li {
  text-align: center;
  width: calc(33.33% - 1.3888888889vw);
  height: auto;
  aspect-ratio: 1;
  border: 0.0694444444vw solid rgb(255, 255, 255);
  border-radius: 100%;
  padding: 5.5555555556vw 1.3888888889vw 1.3888888889vw;
}
@media screen and (max-width: 768px) {
  #member_main .philosophy_sec .inner .philosophy_list li {
    width: 100%;
    border: 0.2666666667vw solid rgb(255, 255, 255);
    padding: 10.6666666667vw 5.3333333333vw 5.3333333333vw;
  }
}
#member_main .philosophy_sec .inner .philosophy_list li h4 {
  font-size: 2.2222222222vw;
  letter-spacing: 0.1em;
  line-height: 1.65;
  font-weight: 700;
  background: linear-gradient(to right, #ffda00, #c1c1c1);
  margin-bottom: 2.0833333333vw;
}
@media screen and (max-width: 768px) {
  #member_main .philosophy_sec .inner .philosophy_list li h4 {
    font-size: 7.4666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
#member_main .philosophy_sec .inner .philosophy_list li p {
  font-size: 1.25vw;
  letter-spacing: 0.02em;
  line-height: 1.65;
  font-weight: 700;
  color: rgb(255, 255, 255);
}
@media screen and (max-width: 768px) {
  #member_main .philosophy_sec .inner .philosophy_list li p {
    font-size: 3.7333333333vw;
  }
}
#member_main .philosophy_sec .inner .text {
  text-align: center;
  font-size: 1.9444444444vw;
  line-height: 1.65;
  font-weight: 700;
  color: rgb(255, 255, 255);
}
@media screen and (max-width: 768px) {
  #member_main .philosophy_sec .inner .text {
    font-size: 4.8vw;
  }
}
#member_main .slogan_sec {
  padding: 0 22.9166666667vw 10.4166666667vw;
  color: rgb(255, 255, 255);
}
@media screen and (max-width: 768px) {
  #member_main .slogan_sec {
    padding: 0 5.3333333333vw 10.6666666667vw 18.6666666667vw;
  }
}
#member_main .slogan_sec .inner {
  padding-top: 5.2083333333vw;
  border-top: 0.1388888889vw solid rgb(255, 218, 0);
}
@media screen and (max-width: 768px) {
  #member_main .slogan_sec .inner {
    padding-top: 10.6666666667vw;
    border-top: 0.2666666667vw solid rgb(255, 218, 0);
  }
}
#member_main .slogan_sec .inner h4 {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.6666666667vw;
  line-height: 1;
  font-weight: 400;
  font-family: "Abel", sans-serif;
  background: linear-gradient(to right, #ffda00, #c1c1c1);
  margin: 0 auto 2.0833333333vw;
}
@media screen and (max-width: 768px) {
  #member_main .slogan_sec .inner h4 {
    font-size: 4.2666666667vw;
  }
}
#member_main .slogan_sec .inner .slogan {
  text-align: center;
  font-size: 3.3333333333vw;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 3.4722222222vw;
}
@media screen and (max-width: 768px) {
  #member_main .slogan_sec .inner .slogan {
    font-size: 6.4vw;
    margin-bottom: 5.3333333333vw;
  }
}
#member_main .slogan_sec .inner .text {
  font-size: 1.3888888889vw;
  letter-spacing: 0.1em;
  line-height: 1.65;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #member_main .slogan_sec .inner .text {
    font-size: 3.7333333333vw;
    text-align: left;
  }
}
#member_main .practice_environment_sec {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #member_main .practice_environment_sec {
    padding: 0 5.3333333333vw 0 18.6666666667vw;
  }
}
#member_main .practice_environment_sec .inner h2 {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 3.3333333333vw;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: 400;
  background: linear-gradient(to right, #ffda00, #c1c1c1);
  margin: 0 auto -1.0416666667vw;
}
@media screen and (max-width: 768px) {
  #member_main .practice_environment_sec .inner h2 {
    font-size: 6.4vw;
    margin-bottom: 0;
  }
}
#member_main .practice_environment_sec .inner h3 {
  text-align: center;
  color: rgb(255, 255, 255);
  font-size: 1.6666666667vw;
  line-height: 1;
  font-weight: 400;
  margin-top: 6.9444444444vw;
  margin-bottom: 3.4722222222vw;
}
@media screen and (max-width: 768px) {
  #member_main .practice_environment_sec .inner h3 {
    font-size: 5.3333333333vw;
  }
}
#member_main .practice_environment_sec .inner .common_swiper {
  width: 100%;
  overflow: hidden;
}
#member_main .practice_environment_sec .inner .common_swiper ul {
  width: 100%;
}
#member_main .practice_environment_sec .inner .common_swiper ul li {
  height: auto;
  aspect-ratio: 540/380;
  background-color: #d9d9d9;
}
#member_main .practice_environment_sec .inner .common_swiper ul li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#member_main .achievements_sec {
  padding: 9.0277777778vw 10.4166666667vw 10.4166666667vw;
}
@media screen and (max-width: 768px) {
  #member_main .achievements_sec {
    padding: 10.6666666667vw 5.3333333333vw 5.3333333333vw 18.6666666667vw;
  }
}
#member_main .achievements_sec .inner .gradient_text {
  width: -moz-fit-content;
  width: fit-content;
  background: linear-gradient(to right, #ffda00, #c1c1c1);
  margin: 0 auto 3.4722222222vw;
  font-size: 3.3333333333vw;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #member_main .achievements_sec .inner .gradient_text {
    margin-bottom: 5.3333333333vw;
    font-size: 6.4vw;
  }
}
#member_main .achievements_sec .inner .img {
  width: 100%;
  height: auto;
  margin-bottom: 5.2083333333vw;
}
@media screen and (max-width: 768px) {
  #member_main .achievements_sec .inner .img {
    margin-bottom: 10.6666666667vw;
  }
}
#member_main .achievements_sec .inner .img img {
  width: 100%;
  height: auto;
}
#member_main .achievements_sec .inner .achievements_list {
  display: flex;
  flex-direction: column;
  gap: 1.7361111111vw;
}
@media screen and (max-width: 768px) {
  #member_main .achievements_sec .inner .achievements_list {
    gap: 5.3333333333vw;
  }
}
#member_main .achievements_sec .inner .achievements_list .box {
  width: 61.8055555556vw;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 2.0833333333vw;
}
@media screen and (max-width: 768px) {
  #member_main .achievements_sec .inner .achievements_list .box {
    width: 100%;
    padding: 0 0vw;
    flex-direction: column;
    gap: 1.3333333333vw;
  }
}
#member_main .achievements_sec .inner .achievements_list .box .year {
  display: flex;
  align-items: flex-start;
  gap: 2.0833333333vw;
  padding-top: 0.4861111111vw;
}
@media screen and (max-width: 768px) {
  #member_main .achievements_sec .inner .achievements_list .box .year {
    gap: 2.6666666667vw;
    padding-top: 0;
  }
}
#member_main .achievements_sec .inner .achievements_list .box .year span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.3888888889vw;
  letter-spacing: 0.02em;
  line-height: 1;
  font-weight: 500;
  background: linear-gradient(to right, #ffda00, #c1c1c1);
}
@media screen and (max-width: 768px) {
  #member_main .achievements_sec .inner .achievements_list .box .year span {
    font-size: 4.8vw;
    margin-bottom: 0;
  }
}
#member_main .achievements_sec .inner .achievements_list .box .year img {
  width: 0.4861111111vw;
  height: auto;
  padding-top: 0.3472222222vw;
}
@media screen and (max-width: 768px) {
  #member_main .achievements_sec .inner .achievements_list .box .year img {
    width: 1.8666666667vw;
    padding-top: 1.3333333333vw;
  }
}
#member_main .achievements_sec .inner .achievements_list .box ul li {
  font-size: 1.3888888889vw;
  letter-spacing: 0.1em;
  line-height: 1.65;
  color: rgb(255, 255, 255);
}
@media screen and (max-width: 768px) {
  #member_main .achievements_sec .inner .achievements_list .box ul li {
    font-size: 3.7333333333vw;
  }
}

#result_main .result_sec {
  padding: 0vw 5.2083333333vw 10.4166666667vw 10.4166666667vw;
}
@media screen and (max-width: 768px) {
  #result_main .result_sec {
    padding: 2.6666666667vw 5.3333333333vw 0 18.6666666667vw;
  }
}
#result_main .result_sec .inner .ttl_box {
  display: flex;
  align-items: flex-end;
  gap: 1.3888888889vw;
  margin-bottom: 2.7777777778vw;
}
@media screen and (max-width: 768px) {
  #result_main .result_sec .inner .ttl_box {
    gap: 2.6666666667vw;
    margin-bottom: 2.6666666667vw;
    margin-bottom: 5.3333333333vw;
    flex-direction: column;
    align-items: flex-start;
  }
}
#result_main .result_sec .inner .ttl_box::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.1388888889vw;
  background-color: rgb(255, 255, 255);
  margin-bottom: 1.3888888889vw;
}
@media screen and (max-width: 768px) {
  #result_main .result_sec .inner .ttl_box::after {
    height: 0.2666666667vw;
    margin-bottom: 1.8666666667vw;
  }
}
#result_main .result_sec .inner .ttl_box .ttl_en {
  white-space: nowrap;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 3.3333333333vw;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: 400;
  font-family: "Abel", sans-serif;
  background: linear-gradient(to right, #ffda00, #c1c1c1);
}
@media screen and (max-width: 768px) {
  #result_main .result_sec .inner .ttl_box .ttl_en {
    font-size: 7.4666666667vw;
  }
}
#result_main .result_sec .inner .ttl_box .ttl_jp {
  white-space: nowrap;
  font-size: 1.6666666667vw;
  line-height: 1;
  color: rgb(255, 255, 255);
  padding-bottom: 0.6944444444vw;
}
@media screen and (max-width: 768px) {
  #result_main .result_sec .inner .ttl_box .ttl_jp {
    font-size: 4.8vw;
  }
}
#result_main .result_sec .inner .result_box {
  display: flex;
  align-items: center;
  gap: 5.9027777778vw;
  margin-top: 1.7361111111vw;
}
@media screen and (max-width: 768px) {
  #result_main .result_sec .inner .result_box {
    flex-direction: column;
    gap: 13.3333333333vw;
    margin-top: 6.6666666667vw;
  }
}
#result_main .result_sec .inner .result_box .article_content {
  width: calc(100% - 45.4861111111vw);
}
@media screen and (max-width: 768px) {
  #result_main .result_sec .inner .result_box .article_content {
    width: 100%;
  }
}
#result_main .result_sec .inner .result_box .article_content .date {
  font-size: 1.25vw;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 1.0416666667vw;
  color: rgb(255, 255, 255);
}
@media screen and (max-width: 768px) {
  #result_main .result_sec .inner .result_box .article_content .date {
    font-size: 3.7333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}
#result_main .result_sec .inner .result_box .article_content .article_ttl {
  display: inline;
  gap: 1.3888888889vw;
  font-size: 1.25vw;
  line-height: 1.75;
  font-weight: 400;
  color: rgb(255, 255, 255);
}
@media screen and (max-width: 768px) {
  #result_main .result_sec .inner .result_box .article_content .article_ttl {
    gap: 2.6666666667vw;
    font-size: 4.2666666667vw;
  }
}
#result_main .result_sec .inner .result_box .article_content .article_ttl img {
  display: inline;
  width: 0.5555555556vw;
  margin-left: 1.3888888889vw;
}
@media screen and (max-width: 768px) {
  #result_main .result_sec .inner .result_box .article_content .article_ttl img {
    width: 1.6vw;
    margin-left: 2.6666666667vw;
  }
}
#result_main .result_sec .inner .result_box .result_content {
  display: flex;
  align-items: center;
  gap: 3.4722222222vw;
  width: 39.5833333333vw;
  padding: 2.4305555556vw 5.2083333333vw 2.4305555556vw 3.4722222222vw;
  background-color: #383838;
}
@media screen and (max-width: 768px) {
  #result_main .result_sec .inner .result_box .result_content {
    flex-direction: column;
    gap: 0;
    width: 100%;
    padding: 0;
    background-color: initial;
  }
}
#result_main .result_sec .inner .result_box .result_content .result {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12.8472222222vw;
  padding: 1.25vw 1.3888888889vw;
  background-color: #2b2b2b;
  color: rgb(255, 218, 0);
  border: 0.0694444444vw solid rgb(255, 218, 0);
}
@media screen and (max-width: 768px) {
  #result_main .result_sec .inner .result_box .result_content .result {
    width: 100%;
    padding: 6.6666666667vw;
    background-color: #2b2b2b;
    border: 0.2666666667vw solid rgb(255, 218, 0);
  }
}
#result_main .result_sec .inner .result_box .result_content .result span {
  font-size: 1.1111111111vw;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  #result_main .result_sec .inner .result_box .result_content .result span {
    font-size: 3.7333333333vw;
  }
}
#result_main .result_sec .inner .result_box .result_content .content {
  width: 15.9722222222vw;
}
@media screen and (max-width: 768px) {
  #result_main .result_sec .inner .result_box .result_content .content {
    width: 100%;
    padding: 6.6666666667vw 0 8vw;
    background-color: #383838;
  }
}
#result_main .result_sec .inner .result_box .result_content .content .score {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.3472222222vw;
}
@media screen and (max-width: 768px) {
  #result_main .result_sec .inner .result_box .result_content .content .score {
    gap: 1.3333333333vw;
  }
}
#result_main .result_sec .inner .result_box .result_content .content .score span {
  font-size: 7.9166666667vw;
  letter-spacing: 0.15em;
  line-height: 1;
  color: rgb(255, 255, 255);
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 768px) {
  #result_main .result_sec .inner .result_box .result_content .content .score span {
    font-size: 26.6666666667vw;
  }
}
#result_main .result_sec .inner .result_box .result_content .content .partner {
  text-align: center;
  padding: 0.6944444444vw 1.0416666667vw;
  background-color: #2b2b2b;
}
@media screen and (max-width: 768px) {
  #result_main .result_sec .inner .result_box .result_content .content .partner {
    width: -moz-fit-content;
    width: fit-content;
    padding: 2.6666666667vw 4vw;
    margin: 2.6666666667vw auto 0;
  }
}
#result_main .result_sec .inner .result_box .result_content .content .partner span {
  font-size: 1.25vw;
  line-height: 1;
  color: rgb(255, 255, 255);
}
@media screen and (max-width: 768px) {
  #result_main .result_sec .inner .result_box .result_content .content .partner span {
    font-size: 3.2vw;
  }
}
#result_main .result_sec .inner .result_box .result_content .content .partner span:nth-child(1) {
  font-family: "Abel", sans-serif;
}
#news_main .main_con {
  padding: 0 10.4166666667vw;
  margin-bottom: 5.2083333333vw;
}
@media screen and (max-width: 768px) {
  #news_main .main_con {
    padding: 0 2.6666666667vw 10.6666666667vw 2.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  #news_main .main_con.main_con_single {
    padding: 0 5.3333333333vw 10.6666666667vw 18.6666666667vw;
  }
}
#news_main .main_con .inner {
  padding-bottom: 1.7361111111vw;
  border-bottom: 0.1388888889vw solid rgb(255, 218, 0);
  margin: 0 auto 0 1.7361111111vw;
  max-width: 77.7777777778vw;
}
@media screen and (max-width: 768px) {
  #news_main .main_con .inner {
    max-width: unset;
    margin: 0 auto;
    padding-bottom: 5.3333333333vw;
    border-bottom: 0.2666666667vw solid rgb(255, 218, 0);
  }
}
#news_main .main_con .inner .ttl_box {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 1.3888888889vw;
  margin-bottom: 2.7777777778vw;
}
@media screen and (max-width: 768px) {
  #news_main .main_con .inner .ttl_box {
    gap: 2.6666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
#news_main .main_con .inner .ttl_box::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.1388888889vw;
  background-color: rgb(255, 255, 255);
  margin-bottom: 1.3888888889vw;
}
@media screen and (max-width: 768px) {
  #news_main .main_con .inner .ttl_box::after {
    height: 0.2666666667vw;
    margin-bottom: 1.8666666667vw;
  }
}
#news_main .main_con .inner .ttl_box .ttl_en {
  white-space: wrap;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.9444444444vw;
  letter-spacing: 0.1em;
  line-height: 1.65;
  font-weight: 400;
  font-family: "Abel", sans-serif;
  background: linear-gradient(to right, #ffda00, #c1c1c1);
}
@media screen and (max-width: 768px) {
  #news_main .main_con .inner .ttl_box .ttl_en {
    font-size: 5.3333333333vw;
    text-align: justify;
  }
}
#news_main .main_con .inner .ttl_box .ttl_jp {
  white-space: nowrap;
  font-size: 1.6666666667vw;
  line-height: 1;
  color: rgb(255, 255, 255);
  padding-bottom: 0.6944444444vw;
}
@media screen and (max-width: 768px) {
  #news_main .main_con .inner .ttl_box .ttl_jp {
    font-size: 4.2666666667vw;
  }
}
#news_main .main_con .inner .news_article_list {
  margin-top: 3.4722222222vw;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 3.4722222222vw;
}
@media screen and (max-width: 768px) {
  #news_main .main_con .inner .news_article_list {
    gap: 5.3333333333vw;
    margin-top: 13.3333333333vw;
    margin-bottom: 10.6666666667vw;
  }
}
#news_main .main_con .inner .news_article_list li {
  width: 100%;
  padding-bottom: 1.0416666667vw;
  border-bottom: 0.0694444444vw solid rgb(255, 255, 255);
}
@media screen and (max-width: 768px) {
  #news_main .main_con .inner .news_article_list li {
    padding-bottom: 2.6666666667vw;
    border-bottom: 0.2666666667vw solid rgb(255, 255, 255);
  }
}
#news_main .main_con .inner .news_article_list li a {
  display: block;
  width: 100%;
  color: rgb(255, 255, 255);
}
#news_main .main_con .inner .news_article_list li a .date_tag {
  display: flex;
  align-items: center;
  gap: 1.3888888889vw;
  margin-bottom: 0.6944444444vw;
}
@media screen and (max-width: 768px) {
  #news_main .main_con .inner .news_article_list li a .date_tag {
    gap: 2.1333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}
#news_main .main_con .inner .news_article_list li a .date_tag .date {
  font-size: 1.1111111111vw;
  line-height: 1;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #news_main .main_con .inner .news_article_list li a .date_tag .date {
    font-size: 3.2vw;
  }
}
#news_main .main_con .inner .news_article_list li a .date_tag .tag {
  font-size: 0.9722222222vw;
  line-height: 1;
  padding: 0.4166666667vw 0.8333333333vw;
  color: rgb(255, 218, 0);
  border: 0.0694444444vw solid rgb(255, 218, 0);
}
@media screen and (max-width: 768px) {
  #news_main .main_con .inner .news_article_list li a .date_tag .tag {
    font-size: 3.2vw;
    padding: 1.3333333333vw 2.4vw;
    border: 0.2666666667vw solid rgb(255, 218, 0);
  }
}
#news_main .main_con .inner .news_article_list li a .article_ttl {
  display: inline;
  gap: 1.3888888889vw;
  font-size: 1.1111111111vw;
  line-height: 1.75;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #news_main .main_con .inner .news_article_list li a .article_ttl {
    gap: 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
#news_main .main_con .inner .news_article_list li a .article_ttl img {
  display: inline;
  width: 0.5555555556vw;
  margin-left: 1.3888888889vw;
}
@media screen and (max-width: 768px) {
  #news_main .main_con .inner .news_article_list li a .article_ttl img {
    width: 2.1333333333vw;
    margin-left: 2.6666666667vw;
  }
}
#news_main .main_con .inner .pager {
  margin-top: 3.4722222222vw;
}
@media screen and (max-width: 768px) {
  #news_main .main_con .inner .pager {
    margin-top: 13.3333333333vw;
  }
}
#news_main .main_con .inner .pager .page-numbers {
  display: flex;
  justify-content: flex-end;
  gap: 1.0416666667vw;
}
@media screen and (max-width: 768px) {
  #news_main .main_con .inner .pager .page-numbers {
    gap: 4vw;
  }
}
#news_main .main_con .inner .pager .page-numbers .page-numbers {
  display: block;
  color: rgb(255, 255, 255);
}
#news_main .main_con .inner .pager .page-numbers .page-numbers.current {
  color: rgb(255, 218, 0);
  text-decoration: underline;
}
#news_main .main_con .inner .article_content_sec {
  padding: 0vw 0 6.9444444444vw;
}
@media screen and (max-width: 768px) {
  #news_main .main_con .inner .article_content_sec {
    padding: 0vw 0vw 18.6666666667vw;
  }
}
#news_main .main_con .inner .article_content_sec h2 {
  font-size: 1.6666666667vw;
  letter-spacing: 0;
  line-height: 1.75;
  font-weight: 500;
  margin-top: 1.3888888889vw;
  padding-left: 1.0416666667vw;
  border-left: 0.2083333333vw solid rgb(255, 218, 0);
}
@media screen and (max-width: 768px) {
  #news_main .main_con .inner .article_content_sec h2 {
    font-size: 5.3333333333vw;
    margin-top: 5.3333333333vw;
    padding-left: 1.8666666667vw;
    border-left: 0.8vw solid rgb(255, 218, 0);
  }
}
#news_main .main_con .inner .article_content_sec h3 {
  width: -moz-fit-content;
  width: fit-content;
  margin: 3.4722222222vw 0 0.6944444444vw;
  font-size: 1.5277777778vw;
  line-height: 1.65;
  background: linear-gradient(to right, #ffda00, #c1c1c1);
  padding-bottom: 0.6944444444vw;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
@media screen and (max-width: 768px) {
  #news_main .main_con .inner .article_content_sec h3 {
    margin: 8vw 0 2.6666666667vw;
    font-size: 4.2666666667vw;
  }
}
#news_main .main_con .inner .article_content_sec h4 {
  width: -moz-fit-content;
  width: fit-content;
  margin: 3.4722222222vw 0 0.6944444444vw;
  font-size: 1.3888888889vw;
  line-height: 1;
  background: linear-gradient(to right, #ffda00, #c1c1c1);
  padding-bottom: 0.6944444444vw;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
@media screen and (max-width: 768px) {
  #news_main .main_con .inner .article_content_sec h4 {
    margin: 8vw 0 2.6666666667vw;
    font-size: 4.2666666667vw;
  }
}
#news_main .main_con .inner .article_content_sec .text {
  width: 100%;
  font-size: 1.3888888889vw;
  letter-spacing: 0.1em;
  line-height: 1.65;
  font-weight: 500;
  color: rgb(255, 255, 255);
}
@media screen and (max-width: 768px) {
  #news_main .main_con .inner .article_content_sec .text {
    font-size: 3.7333333333vw;
    text-align: justify;
  }
}
#news_main .main_con .inner .article_content_sec ul {
  margin: 1.3888888889vw 0 0 0.6944444444vw;
  display: flex;
  flex-direction: column;
  gap: 0.6944444444vw;
}
@media screen and (max-width: 768px) {
  #news_main .main_con .inner .article_content_sec ul {
    margin: 5.3333333333vw 0 0 2.6666666667vw;
    gap: 2.6666666667vw;
  }
}
#news_main .main_con .inner .article_content_sec ul li {
  position: relative;
  display: block;
  padding-left: 1em;
  display: flex;
  align-items: center;
  gap: 1.3888888889vw;
  color: rgb(255, 255, 255);
  line-height: 1.65;
  font-size: 1.25vw;
}
@media screen and (max-width: 768px) {
  #news_main .main_con .inner .article_content_sec ul li {
    padding-left: 2.6666666667vw;
    flex-direction: column;
    align-items: baseline;
    font-size: 3.7333333333vw;
    text-align: justify;
  }
}
#news_main .main_con .inner .article_content_sec ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  width: 0.3472222222vw;
  height: 0.3472222222vw;
  border-radius: 100%;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #news_main .main_con .inner .article_content_sec ul li::before {
    width: 1.3333333333vw;
    height: 1.3333333333vw;
    top: 2.6666666667vw;
    left: -1.6vw;
    transform: unset;
  }
}
#news_main .main_con .inner .article_content_sec p {
  font-size: 1.1111111111vw;
  letter-spacing: 0.1rem;
  line-height: 2;
  font-weight: 500;
  margin-top: 1.3888888889vw;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #news_main .main_con .inner .article_content_sec p {
    font-size: 3.7333333333vw;
    margin-top: 5.3333333333vw;
    line-height: 1.65;
  }
}
#news_main .main_con .inner .article_content_sec p a {
  font-size: 1.1111111111vw;
  letter-spacing: 0.1rem;
  line-height: 2;
  color: rgb(255, 218, 0);
}
@media screen and (max-width: 768px) {
  #news_main .main_con .inner .article_content_sec p a {
    font-size: 3.7333333333vw;
    line-height: 1.65;
  }
}
#news_main .main_con .inner .article_content_sec img {
  width: 100%;
  height: auto;
  margin-top: 3.4722222222vw;
}
@media screen and (max-width: 768px) {
  #news_main .main_con .inner .article_content_sec img {
    margin-top: 8vw;
  }
}
#news_main .main_con .inner .article_content_sec a {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 1.0416666667vw;
  margin-top: 3.4722222222vw;
  color: rgb(255, 218, 0);
  font-size: 1.1111111111vw;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 768px) {
  #news_main .main_con .inner .article_content_sec a {
    gap: 4vw;
    margin-top: 8vw;
    font-size: 3.7333333333vw;
  }
}
#news_main .main_con .inner .article_content_sec a span {
  position: relative;
  display: inline-block;
  font-size: 1.1111111111vw;
  letter-spacing: 0;
  line-height: 2;
  font-weight: 500;
  padding-bottom: 0.3472222222vw;
  color: rgb(255, 218, 0);
}
@media screen and (max-width: 768px) {
  #news_main .main_con .inner .article_content_sec a span {
    font-size: 3.7333333333vw;
    padding-bottom: 1.3333333333vw;
    line-height: 1.65;
  }
}
#news_main .main_con .inner .article_content_sec a span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0vw;
  display: block;
  width: 100%;
  height: 0.1388888889vw;
  background-color: rgb(255, 218, 0);
}
@media screen and (max-width: 768px) {
  #news_main .main_con .inner .article_content_sec a span::before {
    height: 0.5333333333vw;
  }
}
#news_main .main_con .inner .article_content_sec .table_list {
  margin-top: 1.7361111111vw;
}
@media screen and (max-width: 768px) {
  #news_main .main_con .inner .article_content_sec .table_list {
    width: 100%;
    overflow-x: scroll;
    margin-top: 6.6666666667vw;
  }
}
#news_main .main_con .inner .article_content_sec .table_list table {
  width: 100%;
  border: 0.0694444444vw solid #c5bbaf;
  border-collapse: collapse;
}
@media screen and (max-width: 768px) {
  #news_main .main_con .inner .article_content_sec .table_list table {
    border: 0.2666666667vw solid #c5bbaf;
    table-layout: fixed;
  }
}
#news_main .main_con .inner .article_content_sec .table_list table tr {
  font-size: 1.1111111111vw;
}
@media screen and (max-width: 768px) {
  #news_main .main_con .inner .article_content_sec .table_list table tr {
    font-size: 4.2666666667vw;
  }
}
#news_main .main_con .inner .article_content_sec .table_list table tr th {
  text-align: start;
  width: 13.8888888889vw;
  background-color: #faf8f0;
  border: 0.0694444444vw solid #c5bbaf;
  padding: 0.9722222222vw 1.3888888889vw;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #news_main .main_con .inner .article_content_sec .table_list table tr th {
    width: 26.6666666667vw;
    border: 0.2666666667vw solid #c5bbaf;
    padding: 2.6666666667vw 4vw;
    font-weight: 500;
  }
}
#news_main .main_con .inner .article_content_sec .table_list table tr td {
  width: calc(100% - 13.8888888889vw);
  border: 0.0694444444vw solid #c5bbaf;
  padding: 0.9722222222vw 1.3888888889vw;
  background-color: rgb(255, 255, 255);
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #news_main .main_con .inner .article_content_sec .table_list table tr td {
    width: 70%;
    border: 0.2666666667vw solid #c5bbaf;
    padding: 2.6666666667vw 4vw;
    font-weight: 500;
  }
}
#news_main .main_con .inner .bottom_nav {
  display: flex;
  justify-content: space-between;
}
#news_main .main_con .inner .bottom_nav .prev a,
#news_main .main_con .inner .bottom_nav .next a {
  font-size: 1.3888888889vw;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #news_main .main_con .inner .bottom_nav .prev a,
  #news_main .main_con .inner .bottom_nav .next a {
    font-size: 4.2666666667vw;
  }
}

#career_main .main_con {
  padding: 0 10.4166666667vw;
  margin-bottom: 5.2083333333vw;
}
@media screen and (max-width: 768px) {
  #career_main .main_con {
    padding: 0 5.3333333333vw 10.6666666667vw 18.6666666667vw;
  }
}
#career_main .main_con .inner {
  padding-bottom: 5.2083333333vw;
  border-bottom: 0.1388888889vw solid rgb(255, 218, 0);
}
@media screen and (max-width: 768px) {
  #career_main .main_con .inner {
    padding-bottom: 5.3333333333vw;
    border-bottom: 0.2666666667vw solid rgb(255, 218, 0);
  }
}
#career_main .main_con .inner .ttl_box {
  display: flex;
  align-items: flex-end;
  gap: 1.3888888889vw;
  margin-bottom: 2.7777777778vw;
}
@media screen and (max-width: 768px) {
  #career_main .main_con .inner .ttl_box {
    gap: 2.6666666667vw;
    margin-bottom: 2.6666666667vw;
    margin-bottom: 5.3333333333vw;
    flex-direction: column;
    align-items: flex-start;
  }
}
#career_main .main_con .inner .ttl_box::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.1388888889vw;
  background-color: rgb(255, 255, 255);
  margin-bottom: 1.3888888889vw;
}
@media screen and (max-width: 768px) {
  #career_main .main_con .inner .ttl_box::after {
    height: 0.2666666667vw;
    margin-bottom: 1.8666666667vw;
  }
}
#career_main .main_con .inner .ttl_box .ttl_en {
  white-space: nowrap;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 3.3333333333vw;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: 400;
  font-family: "Abel", sans-serif;
  background: linear-gradient(to right, #ffda00, #c1c1c1);
}
@media screen and (max-width: 768px) {
  #career_main .main_con .inner .ttl_box .ttl_en {
    font-size: 7.4666666667vw;
  }
}
#career_main .main_con .inner .ttl_box .ttl_jp {
  white-space: nowrap;
  font-size: 1.6666666667vw;
  line-height: 1;
  color: rgb(255, 255, 255);
  padding-bottom: 0.6944444444vw;
}
@media screen and (max-width: 768px) {
  #career_main .main_con .inner .ttl_box .ttl_jp {
    font-size: 4.8vw;
  }
}
#career_main .main_con .inner h2 {
  width: 100%;
  padding-top: 3.4722222222vw;
  margin-top: 3.4722222222vw;
  white-space: nowrap;
  font-size: 1.9444444444vw;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: 400;
  font-family: "Abel", sans-serif;
  background: linear-gradient(to right, #ffda00, #c1c1c1);
  border-top: solid #fff 0.0694444444vw;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
@media screen and (max-width: 768px) {
  #career_main .main_con .inner h2 {
    border-top: solid #fff 0.2666666667vw;
    padding-top: 8vw;
    margin-top: 8vw;
    font-size: 5.3333333333vw;
  }
}
#career_main .main_con .inner h3 {
  width: -moz-fit-content;
  width: fit-content;
  margin: 3.4722222222vw 0 0.6944444444vw;
  font-size: 1.5277777778vw;
  line-height: 1;
  background: linear-gradient(to right, #ffda00, #c1c1c1);
  padding-bottom: 0.6944444444vw;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
@media screen and (max-width: 768px) {
  #career_main .main_con .inner h3 {
    margin: 8vw 0 2.6666666667vw;
    font-size: 4.2666666667vw;
  }
}
#career_main .main_con .inner h4 {
  width: -moz-fit-content;
  width: fit-content;
  margin: 3.4722222222vw 0 0.6944444444vw;
  font-size: 1.3888888889vw;
  line-height: 1;
  background: linear-gradient(to right, #ffda00, #c1c1c1);
  padding-bottom: 0.6944444444vw;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
@media screen and (max-width: 768px) {
  #career_main .main_con .inner h4 {
    margin: 8vw 0 2.6666666667vw;
    font-size: 4.2666666667vw;
  }
}
#career_main .main_con .inner .text {
  width: 100%;
  font-size: 1.3888888889vw;
  letter-spacing: 0.1em;
  line-height: 1.65;
  font-weight: 500;
  color: rgb(255, 255, 255);
}
@media screen and (max-width: 768px) {
  #career_main .main_con .inner .text {
    font-size: 3.7333333333vw;
    text-align: justify;
  }
}
#career_main .main_con .inner .text.bottom_text {
  margin-top: 3.4722222222vw;
}
@media screen and (max-width: 768px) {
  #career_main .main_con .inner .text.bottom_text {
    margin-top: 5.3333333333vw;
  }
}
#career_main .main_con .inner ul {
  margin: 0.6944444444vw 0 0 0.6944444444vw;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6944444444vw;
}
@media screen and (max-width: 768px) {
  #career_main .main_con .inner ul {
    margin: 5.3333333333vw 0 0 2.6666666667vw;
    gap: 2.6666666667vw;
  }
}
#career_main .main_con .inner ul li {
  position: relative;
  display: block;
  padding-left: 1em;
  display: flex;
  align-items: center;
  gap: 1.3888888889vw;
  color: rgb(255, 255, 255);
  line-height: 1.65;
  font-size: 1.25vw;
}
@media screen and (max-width: 768px) {
  #career_main .main_con .inner ul li {
    padding-left: 2.6666666667vw;
    flex-direction: column;
    align-items: baseline;
    font-size: 3.7333333333vw;
    text-align: justify;
  }
}
#career_main .main_con .inner ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  width: 0.3472222222vw;
  height: 0.3472222222vw;
  border-radius: 100%;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #career_main .main_con .inner ul li::before {
    width: 1.3333333333vw;
    height: 1.3333333333vw;
    top: 2.6666666667vw;
    left: -1.6vw;
    transform: unset;
  }
}

#other_main .main_con {
  padding: 0 10.4166666667vw;
  margin-bottom: 5.2083333333vw;
}
@media screen and (max-width: 768px) {
  #other_main .main_con {
    padding: 0 5.3333333333vw 10.6666666667vw 18.6666666667vw;
  }
}
#other_main .main_con .inner {
  padding-bottom: 5.2083333333vw;
  border-bottom: 0.1388888889vw solid rgb(255, 218, 0);
}
@media screen and (max-width: 768px) {
  #other_main .main_con .inner {
    padding-bottom: 5.3333333333vw;
    border-bottom: 0.2666666667vw solid rgb(255, 218, 0);
  }
}
#other_main .main_con .inner .ttl_box {
  display: flex;
  align-items: flex-end;
  gap: 1.3888888889vw;
  margin-bottom: 2.7777777778vw;
}
@media screen and (max-width: 768px) {
  #other_main .main_con .inner .ttl_box {
    gap: 2.6666666667vw;
    margin-bottom: 2.6666666667vw;
    margin-bottom: 5.3333333333vw;
    flex-direction: column;
    align-items: flex-start;
  }
}
#other_main .main_con .inner .ttl_box::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.1388888889vw;
  background-color: rgb(255, 255, 255);
  margin-bottom: 1.3888888889vw;
}
@media screen and (max-width: 768px) {
  #other_main .main_con .inner .ttl_box::after {
    height: 0.2666666667vw;
    margin-bottom: 1.8666666667vw;
  }
}
#other_main .main_con .inner .ttl_box .ttl_en {
  white-space: nowrap;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 3.3333333333vw;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: 400;
  font-family: "Abel", sans-serif;
  background: linear-gradient(to right, #ffda00, #c1c1c1);
}
@media screen and (max-width: 768px) {
  #other_main .main_con .inner .ttl_box .ttl_en {
    font-size: 7.4666666667vw;
  }
}
#other_main .main_con .inner .ttl_box .ttl_jp {
  white-space: nowrap;
  font-size: 1.6666666667vw;
  line-height: 1;
  color: rgb(255, 255, 255);
  padding-bottom: 0.6944444444vw;
}
@media screen and (max-width: 768px) {
  #other_main .main_con .inner .ttl_box .ttl_jp {
    font-size: 4.8vw;
  }
}
#other_main .main_con .inner h3 {
  width: -moz-fit-content;
  width: fit-content;
  margin: 3.4722222222vw 0 0.6944444444vw;
  font-size: 1.5277777778vw;
  line-height: 1;
  background: linear-gradient(to right, #ffda00, #c1c1c1);
  padding-bottom: 0.6944444444vw;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
@media screen and (max-width: 768px) {
  #other_main .main_con .inner h3 {
    margin: 8vw 0 2.6666666667vw;
    font-size: 4.2666666667vw;
  }
}
#other_main .main_con .inner h4 {
  width: -moz-fit-content;
  width: fit-content;
  margin: 3.4722222222vw 0 0.6944444444vw;
  font-size: 1.3888888889vw;
  line-height: 1;
  background: linear-gradient(to right, #ffda00, #c1c1c1);
  padding-bottom: 0.6944444444vw;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
@media screen and (max-width: 768px) {
  #other_main .main_con .inner h4 {
    margin: 8vw 0 2.6666666667vw;
    font-size: 4.2666666667vw;
  }
}
#other_main .main_con .inner .text {
  width: 100%;
  font-size: 1.3888888889vw;
  letter-spacing: 0.1em;
  line-height: 1.65;
  font-weight: 500;
  color: rgb(255, 255, 255);
}
@media screen and (max-width: 768px) {
  #other_main .main_con .inner .text {
    font-size: 3.7333333333vw;
    text-align: justify;
  }
}
#other_main .main_con .inner ul {
  margin: 1.3888888889vw 0 0 0.6944444444vw;
  display: flex;
  flex-direction: column;
  gap: 0.6944444444vw;
}
@media screen and (max-width: 768px) {
  #other_main .main_con .inner ul {
    margin: 5.3333333333vw 0 0 2.6666666667vw;
    gap: 2.6666666667vw;
  }
}
#other_main .main_con .inner ul li {
  position: relative;
  display: block;
  padding-left: 1em;
  display: flex;
  align-items: center;
  gap: 1.3888888889vw;
  color: rgb(255, 255, 255);
  line-height: 1.65;
  font-size: 1.25vw;
}
@media screen and (max-width: 768px) {
  #other_main .main_con .inner ul li {
    padding-left: 2.6666666667vw;
    flex-direction: column;
    align-items: baseline;
    font-size: 3.7333333333vw;
    text-align: justify;
  }
}
#other_main .main_con .inner ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  width: 0.3472222222vw;
  height: 0.3472222222vw;
  border-radius: 100%;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #other_main .main_con .inner ul li::before {
    width: 1.3333333333vw;
    height: 1.3333333333vw;
    top: 2.6666666667vw;
    left: -1.6vw;
    transform: unset;
  }
}
#other_main .faq_list {
  margin-top: 3.4722222222vw;
  display: flex;
  flex-direction: column;
  gap: 1.7361111111vw;
}
@media screen and (max-width: 768px) {
  #other_main .faq_list {
    margin-top: 6.6666666667vw;
    gap: 6.6666666667vw;
  }
}
#other_main .faq_list .faq_accordion .faq_accordion_ttl {
  position: relative;
  padding: 1.7361111111vw 5.9027777778vw 1.7361111111vw 4.8611111111vw;
  border: 0.0694444444vw solid #fff;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #other_main .faq_list .faq_accordion .faq_accordion_ttl {
    padding: 0vw 13.3333333333vw 0 8vw;
    border: 0.2666666667vw solid #482b1b;
  }
}
#other_main .faq_list .faq_accordion .faq_accordion_ttl.active::after {
  transform: translateY(-50%) rotate(0deg);
}
#other_main .faq_list .faq_accordion .faq_accordion_ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.0833333333vw;
  transform: translateY(-50%);
  display: block;
  width: 1.3888888889vw;
  height: 0.0694444444vw;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #other_main .faq_list .faq_accordion .faq_accordion_ttl::before {
    right: 5.3333333333vw;
    width: 4vw;
    height: 0.2666666667vw;
  }
}
#other_main .faq_list .faq_accordion .faq_accordion_ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.0833333333vw;
  transform: translateY(-50%) rotate(90deg);
  display: block;
  width: 1.3888888889vw;
  height: 0.0694444444vw;
  background-color: #fff;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  #other_main .faq_list .faq_accordion .faq_accordion_ttl::after {
    right: 5.3333333333vw;
    width: 4vw;
    height: 0.2666666667vw;
  }
}
#other_main .faq_list .faq_accordion .faq_accordion_ttl .q {
  position: absolute;
  top: 50%;
  left: 2.0833333333vw;
  transform: translateY(-50%);
  width: 1.3888888889vw;
  height: auto;
}
@media screen and (max-width: 768px) {
  #other_main .faq_list .faq_accordion .faq_accordion_ttl .q {
    top: 1.0416666667vw;
    transform: unset;
    left: 1.3333333333vw;
    width: 4.5333333333vw;
  }
}
#other_main .faq_list .faq_accordion .faq_accordion_ttl p {
  font-size: 1.25vw;
  letter-spacing: 0;
  line-height: 1.8;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #other_main .faq_list .faq_accordion .faq_accordion_ttl p {
    font-size: 3.7333333333vw;
  }
}
#other_main .faq_list .faq_accordion .faq_content {
  position: relative;
  display: none;
  padding: 2.0833333333vw 2.0833333333vw 2.0833333333vw 5.2083333333vw;
  border: 0.0694444444vw solid #2f2f2f;
  border-top: none;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #other_main .faq_list .faq_accordion .faq_content {
    padding: 8vw 5.3333333333vw 8vw 10.6666666667vw;
    margin-top: 2.6666666667vw;
  }
}
#other_main .faq_list .faq_accordion .faq_content p {
  font-size: 1.1111111111vw;
  letter-spacing: 0;
  line-height: 1.8;
  font-weight: 500;
  color: #2f2f2f;
  margin-top: 1.3888888889vw;
}
@media screen and (max-width: 768px) {
  #other_main .faq_list .faq_accordion .faq_content p {
    font-size: 3.7333333333vw;
    margin-top: 5.3333333333vw;
  }
}
#other_main .faq_list .faq_accordion .faq_content p:first-child {
  margin: 0;
}
#other_main .faq_list .faq_accordion .faq_content .a {
  position: absolute;
  top: 2.4305555556vw;
  left: 2.0833333333vw;
  width: 1.3888888889vw;
  height: auto;
}
@media screen and (max-width: 768px) {
  #other_main .faq_list .faq_accordion .faq_content .a {
    width: 4vw;
    top: 8.8vw;
    left: 3.7333333333vw;
  }
}/*# sourceMappingURL=base.css.map */