@charset "UTF-8";
/* --------------------------
* ページ遷移
-------------------------- */
body {
  opacity: 0;
  transition: 1s ease all;
}
body.fadein {
  opacity: 1;
}

.anchor {
  line-height: 0;
  height: 0;
  display: block;
}

/* --------------------------
* page title
-------------------------- */
#pageTitle {
  padding-top: 200px;
}
@media screen and (max-width: 767px) {
  #pageTitle {
    padding-top: 110px;
  }
}
#pageTitle h1 {
  text-align: center;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #pageTitle h1 {
    font-size: 3.2rem;
    line-height: 1.5;
  }
}
#pageTitle h1.en {
  font-weight: 500;
  font-family: futura-pt, sans-serif;
  font-style: normal;
}
#pageTitle h1 span {
  font-size: 1.4rem;
  display: block;
  line-height: 1;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #pageTitle h1 span {
    margin-top: 10px;
    margin-bottom: 60px;
  }
}
#pageTitle .min {
  display: block;
  text-align: center;
  font-size: 1.2rem;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  #pageTitle .min {
    font-size: 1.1rem;
  }
}
#pageTitle figure {
  max-width: 1140px;
  margin: -100px auto 50px;
}
@media screen and (max-width: 767px) {
  #pageTitle figure {
    margin: -20px 0 20px;
  }
}

/* --------------------------
* content
-------------------------- */
#content {
  padding: 100px 0 0px;
  min-height: 500px;
}
@media screen and (max-width: 767px) {
  #content {
    padding-top: 80px;
    min-height: auto;
  }
}

/* --------------------------
* intro
-------------------------- */
#intro {
  margin-bottom: 40px;
  margin-top: 60px;
}
#intro h2 {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #intro h2 {
    font-size: 2.4rem;
  }
}
#intro .min {
  font-size: 1.2rem;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  #intro .min {
    font-size: 1.1rem;
  }
}
#intro.pT50 {
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  #intro.pT50 {
    padding-top: 0px;
  }
}
#intro.mB150 {
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  #intro.mB150 {
    margin-bottom: 100px;
  }
}
#intro.mB100 {
  margin-bottom: 100px;
}
#intro.mB25 {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  #intro.mB25 {
    margin-bottom: 25px;
  }
}
#intro a {
  text-decoration: underline;
  color: #1E00FF;
}
#intro h3 {
  margin-top: 40px;
  font-weight: 700;
  margin-bottom: 15px;
}
#intro ul {
  padding-left: 32px;
  margin-bottom: 50px;
}
#intro ul li {
  text-indent: -32px;
  margin-top: 5px;
}
#intro ul li:first-child {
  margin-top: 0;
}
#intro .red {
  color: red;
  font-weight: bold;
}
#intro .note {
  font-size: 1.3rem;
  margin-top: 20px;
}
#intro .btn {
  margin-top: 20px;
}
#intro .btn a {
  text-decoration: none;
  z-index: 999;
  position: relative;
}

/* --------------------------
* profile
-------------------------- */
#profile {
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  #profile {
    margin-bottom: 0px;
  }
}
#profile .member {
  display: block;
  margin-bottom: 100px;
}
#profile .member.last {
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  #profile .member.last {
    margin-bottom: 100px;
  }
}
#profile .member .name {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #profile .member .name {
    font-size: 1.6rem;
  }
}
#profile .member .position {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  #profile .member .position {
    margin-bottom: 25px;
  }
}
#profile .member .flexWrap {
  margin-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #profile .member .flexWrap {
    margin-bottom: 30px;
  }
}
#profile .member .flexWrap .profile {
  font-size: 1.4rem;
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  #profile .member .flexWrap .profile {
    padding-left: 0px;
  }
}
#profile .member .flexWrap figure {
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  #profile .member .flexWrap figure {
    padding-right: 0px;
    padding-bottom: 5px;
  }
}
#profile .member h4 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #profile .member h4 {
    font-size: 1.4rem;
  }
}
#profile .member .hope {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #profile .member .hope {
    margin-bottom: 25px;
  }
}
#profile .member .video a {
  display: block;
  position: relative;
  overflow: hidden;
}
#profile .member .video a .play {
  width: 51px;
  height: 44px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 9;
  transition: all ease 0.5s;
}
@media screen and (max-width: 767px) {
  #profile .member .video a .play {
    width: 50px;
    height: 70px;
  }
}
#profile .member .video a figure {
  transition: all ease 0.5s;
}
#profile .member .video a figure::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transition: all ease 0.5s;
}
#profile .member .video a:hover .play {
  opacity: 1;
}
#profile .member .video a:hover figure {
  transform: scale(1.05);
}
#profile .member .video a:hover figure::before {
  background-color: rgba(255, 255, 255, 0.2);
}

/* --------------------------
* schedule
-------------------------- */
#schedule {
  position: relative;
  width: 536px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 767px) {
  #schedule {
    width: auto;
    margin-bottom: 100px;
  }
}
#schedule .arrow {
  position: absolute;
  top: 0;
  left: 32px;
  height: calc(100% - 20px);
  width: 16px;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(23, 29, 245) 100%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #schedule .arrow {
    width: 16px;
    left: 27px;
    height: calc(100% - 12px);
  }
}
#schedule .arrow::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 12px solid #171df5;
  border-bottom: 0;
  position: absolute;
  bottom: -12px;
  left: 0;
}
@media screen and (max-width: 767px) {
  #schedule .arrow::before {
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-top: 12px solid #171df5;
    bottom: -12px;
  }
}
#schedule .year {
  width: 80px;
  text-align: center;
  line-height: 28px;
  height: 30px;
  border: 1px solid #1E00FF;
  color: #1E00FF;
  display: block;
  font-weight: 700;
  background-color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  #schedule .year {
    font-size: 1.4rem;
    width: 70px;
  }
}
#schedule ul {
  padding-left: 90px;
}
@media screen and (max-width: 767px) {
  #schedule ul {
    padding-left: 70px;
  }
}
#schedule ul li {
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  #schedule ul li {
    padding-top: 20px;
  }
}
#schedule ul li:first-child {
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  #schedule ul li:first-child {
    padding-top: 20px;
  }
}
#schedule ul li .date {
  font-weight: 700;
  color: #1E00FF;
  line-height: 1;
  display: block;
  margin-bottom: 10px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #schedule ul li .date {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
#schedule ul li .block {
  height: 48px;
  border: 1px solid #000000;
  line-height: 46px;
  padding: 0 20px;
  font-weight: 700;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #schedule ul li .block {
    font-size: 1.6rem;
    height: auto;
    padding: 10px 15px;
    line-height: 1.5;
  }
}
#schedule ul li .block span {
  font-weight: 400;
  font-size: 1.2rem;
  margin-left: 15px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #schedule ul li .block span {
    display: block;
    margin-left: 0px;
    font-size: 1.2rem;
    margin-top: 5px;
  }
}
#schedule ul li.first {
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #schedule ul li.first {
    padding-bottom: 20px;
  }
}
#schedule ul li.last {
  background-color: #1E00FF;
  color: #FFFFFF;
  font-weight: 700;
  text-align: center;
  font-size: 1.6rem;
  padding: 20px 0 20px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  #schedule ul li.last {
    text-align: center;
    padding: 15px;
    margin-top: 15px;
  }
}
#schedule ul li.last p {
  font-size: 1.2rem;
  margin-top: 10px;
}

/* --------------------------
* flow
-------------------------- */
#flow {
  padding-top: 50px;
}
#flow h2 {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  #flow h2 {
    font-size: 2.4rem;
  }
}
#flow .inner {
  position: relative;
  padding-left: 100px;
}
@media screen and (max-width: 767px) {
  #flow .inner {
    padding-left: 30px;
  }
}
#flow .inner .arrow {
  position: absolute;
  top: 0;
  left: 0px;
  height: calc(100% - 25px);
  width: 50px;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(23, 29, 245) 100%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #flow .inner .arrow {
    width: 16px;
    left: 0px;
    height: calc(100% - 12px);
  }
}
#flow .inner .arrow::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 25px solid transparent;
  border-left: 25px solid transparent;
  border-top: 25px solid #171df5;
  border-bottom: 0;
  position: absolute;
  bottom: -24px;
  left: 0;
}
@media screen and (max-width: 767px) {
  #flow .inner .arrow::before {
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-top: 12px solid #171df5;
    bottom: -12px;
  }
}
#flow .inner ul.base::before {
  width: 1px;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: calc(50% + 50px);
  z-index: -1;
  background-color: #dddddd;
}
@media screen and (max-width: 767px) {
  #flow .inner ul.base::before {
    left: calc(50% + 30px);
  }
}
#flow .inner ul.base > li {
  height: 50px;
  border: 1px solid #000000;
  line-height: 50px;
  padding: 0 20px;
  font-weight: 700;
  font-size: 1.8rem;
  margin-top: 25px;
  background-color: #FFFFFF;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #flow .inner ul.base > li {
    font-size: 1.5rem;
    height: auto;
    padding: 10px 10px;
    line-height: 1.5;
    margin-top: 20px;
  }
}
#flow .inner ul.base > li:first-child {
  margin-top: 0;
}
#flow .inner .link {
  height: 50px;
  color: #FFFFFF;
  margin-bottom: 25px;
  line-height: 50px;
  background-color: #1E00FF;
  padding-left: 25px;
  font-weight: 600;
  display: block;
}
@media screen and (max-width: 767px) {
  #flow .inner .link {
    height: auto;
    margin-bottom: 15px;
    line-height: 1.6;
    padding: 10px 20px;
  }
}
#flow .inner ul.schedule {
  margin-bottom: 50px;
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  #flow .inner ul.schedule {
    padding-left: 20px;
    margin-bottom: 25px;
  }
}
#flow .inner ul.schedule li {
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  #flow .inner ul.schedule li {
    padding-top: 15px;
  }
}
#flow .inner ul.schedule li:first-child {
  padding-top: 0px;
}
@media screen and (max-width: 767px) {
  #flow .inner ul.schedule li:first-child {
    padding-top: 0px;
  }
}
#flow .inner ul.schedule li .date {
  font-weight: 700;
  color: #1E00FF;
  line-height: 1.5;
  display: block;
  margin-bottom: 10px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #flow .inner ul.schedule li .date {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 5px;
  }
}
#flow .inner ul.schedule li .date span {
  color: #FFFFFF;
}
#flow .inner ul.schedule li .block {
  height: 50px;
  border: 1px solid #000000;
  line-height: 50px;
  padding: 0 20px;
  font-weight: 700;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #flow .inner ul.schedule li .block {
    font-size: 1.6rem;
    height: auto;
    padding: 10px 15px;
    line-height: 1.5;
  }
}
#flow .inner ul.schedule li .block span {
  font-weight: 400;
  font-size: 1.2rem;
  margin-left: 15px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #flow .inner ul.schedule li .block span {
    display: block;
    margin-left: 0px;
    font-size: 1.2rem;
    margin-top: 5px;
  }
}
#flow .inner ul.schedule li.first {
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #flow .inner ul.schedule li.first {
    padding-bottom: 20px;
  }
}
#flow .inner ul.schedule li.last {
  background-color: #1E00FF;
  color: #FFFFFF;
  font-weight: 700;
  text-align: center;
  font-size: 1.6rem;
  padding: 20px 0 20px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  #flow .inner ul.schedule li.last {
    text-align: center;
    padding: 15px;
    margin-top: 15px;
  }
}
#flow .inner ul.schedule li.last p {
  font-size: 1.2rem;
  margin-top: 10px;
}

/* --------------------------
* guideline
-------------------------- */
#guideline.last {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #guideline.last {
    margin-bottom: 100px;
    margin-top: -10px;
  }
}
#guideline .document {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  #guideline .document {
    margin-top: 25px;
    margin-bottom: -25px;
  }
}
#guideline .document > ul {
  margin: 0;
  padding: 0;
}
#guideline .document > ul > li {
  display: block;
  border: 1px solid #000000;
  margin-top: 25px;
  text-indent: 0px;
}
@media screen and (max-width: 767px) {
  #guideline .document > ul > li {
    margin-top: 20px;
  }
}
#guideline .document > ul > li:first-child {
  margin-top: 0;
}
#guideline .document > ul > li p {
  padding: 35px;
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  #guideline .document > ul > li p {
    padding: 20px;
  }
}
#guideline .document > ul > li dl {
  border-bottom: 1px dotted #000000;
}
#guideline .document > ul > li dl a {
  display: block;
  float: right;
  width: 100%;
  background-color: #1E00FF;
  color: #FFFFFF;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  font-size: 1.4rem;
  border-radius: 5px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  #guideline .document > ul > li dl a {
    margin-bottom: 20px;
  }
}
#guideline .document > ul > li dl a:hover {
  background-color: #0F0080;
}
#guideline .document > ul > li dl dt {
  font-weight: 600;
  margin: 0;
  padding: 0;
  font-size: 1.8rem;
  float: left;
  width: 480px;
  display: block;
  height: 80px;
  line-height: 80px;
  padding-left: 35px;
}
@media screen and (max-width: 767px) {
  #guideline .document > ul > li dl dt {
    width: 100%;
    padding: 15px 20px;
    height: auto;
    line-height: 1.6;
    height: auto;
  }
}
#guideline .document > ul > li dl dd {
  width: calc(100% - 480px);
  display: block;
  float: left;
  height: 80px;
  padding-top: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  #guideline .document > ul > li dl dd {
    width: 100%;
    padding: 0 20px;
    height: auto;
  }
}
#guideline .note {
  font-size: 1.4rem;
  margin-top: 20px;
  line-height: 1.8;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #guideline .note {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
#guideline a {
  text-decoration: underline;
}
#guideline .btn {
  margin-top: 20px;
}
#guideline .btn a {
  text-decoration: none;
  z-index: 999;
  position: relative;
}
#guideline h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  #guideline h3 {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
}
#guideline h3 span {
  font-size: 1.2rem;
}
#guideline h3.mB50 {
  margin-bottom: 50px;
}
#guideline .subtitle {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  #guideline .subtitle {
    font-size: 1.8rem;
  }
}
#guideline p a {
  color: #1E00FF;
}
#guideline .text {
  margin-bottom: 35px;
}
#guideline .text.mB50 {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #guideline .text.mB50 {
    margin-bottom: 25px;
  }
}
#guideline .text span {
  display: block;
  margin-top: 15px;
  font-size: 1.3rem;
}
#guideline .closing {
  text-align: center;
  color: red;
  border: 2px solid red;
  padding: 20px 0;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #guideline .closing {
    font-size: 1.3rem;
    padding: 15px 0;
  }
}
#guideline ul {
  padding-left: 42px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #guideline ul {
    margin-bottom: 35px;
    padding-left: 20px;
  }
}
#guideline ul.num span {
  font-weight: normal;
}
#guideline ul span {
  font-weight: 700;
  width: 20px;
  display: inline-block;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  #guideline ul span {
    width: 12px;
  }
}
#guideline ul span.normal {
  font-weight: normal;
}
#guideline ul li {
  text-indent: -20px;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  #guideline ul li {
    text-indent: -12px;
    margin-left: 6px;
    margin-top: 10px;
  }
}
#guideline ul li:first-child {
  margin-top: 0;
}
#guideline ul li a {
  color: #1E00FF;
  text-decoration: underline;
}
#guideline ul.lg {
  padding-left: 54px;
}
@media screen and (max-width: 767px) {
  #guideline ul.lg {
    padding-left: 29px;
  }
}
#guideline ul.lg span {
  width: 25px;
}
@media screen and (max-width: 767px) {
  #guideline ul.lg span {
    width: 18px;
  }
}
#guideline ul.lg li {
  text-indent: -27px;
}
@media screen and (max-width: 767px) {
  #guideline ul.lg li {
    text-indent: -18px;
  }
}

/* --------------------------
* slider
-------------------------- */
#slider {
  max-width: 1140px;
  margin: 100px auto -100px;
}
@media screen and (max-width: 767px) {
  #slider {
    margin: 40px auto -75px;
  }
}
#slider > .main {
  position: relative;
  margin-bottom: 25px;
  display: block;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #slider > .main {
    margin: 0 -20px 10px;
    padding-bottom: 25px;
  }
}
#slider > .main .slider_next {
  width: 50px;
  height: 50px;
  padding-right: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -25px;
  z-index: 9;
  justify-content: center;
  align-items: center;
  display: flex;
  cursor: pointer;
  transition: 0.3s ease all;
}
@media screen and (max-width: 767px) {
  #slider > .main .slider_next {
    display: none;
  }
}
#slider > .main .slider_next:hover {
  opacity: 0.6;
}
#slider > .main .slider_next img {
  width: 18px;
  height: auto;
}
#slider > .main .slider_prev {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -25px;
  z-index: 9;
  padding-left: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
  cursor: pointer;
  transition: 0.3s ease all;
}
@media screen and (max-width: 767px) {
  #slider > .main .slider_prev {
    display: none;
  }
}
#slider > .main .slider_prev:hover {
  opacity: 0.6;
}
#slider > .main .slider_prev img {
  width: 18px;
  height: auto;
}
#slider > .main .swiper-pagination {
  position: absolute;
  bottom: 0px !important;
  left: 0;
  width: 100%;
}
#slider .btnGrp {
  max-width: 730px;
  margin: 50px auto 100px;
}
@media screen and (max-width: 1023px) {
  #slider .btnGrp {
    margin: 0px auto 100px;
    padding: 0 50px;
  }
}
@media screen and (max-width: 767px) {
  #slider .btnGrp {
    margin: 0px 0 75px;
    padding: 0 18px;
  }
}
#slider .btnGrp li {
  display: block;
  width: 33.3333%;
  padding: 0 5px;
  float: left;
}
@media screen and (max-width: 767px) {
  #slider .btnGrp li {
    padding: 0 2px;
  }
}
#slider .btnGrp li a {
  display: block;
  line-height: 50px;
  text-align: center;
  background-color: #1E00FF;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  #slider .btnGrp li a {
    font-size: 1.2rem;
    line-height: 40px;
  }
}
#slider .btnGrp li a:hover {
  background-color: #000000;
}

/* --------------------------
* finalist
-------------------------- */
@media screen and (max-width: 767px) {
  #finalist {
    margin: -25px 0;
  }
}
#finalist h2 {
  line-height: 1.5;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #finalist h2 {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
#finalist .flexWrap {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  #finalist .flexWrap {
    margin-top: 35px;
  }
}
#finalist .flexWrap h3 {
  margin-top: 15px;
  text-align: center;
  line-height: 1;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  #finalist .flexWrap h3 {
    font-size: 1.4rem;
  }
}
#finalist .flexWrap h3 span {
  display: block;
  font-size: 1.1rem;
  margin-top: 7px;
  font-weight: 500;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 767px) {
  #finalist .flexWrap h3 span {
    font-size: 1rem;
  }
}
#finalist .btnGrp {
  max-width: 730px;
  margin: 50px auto 100px;
}
@media screen and (max-width: 1023px) {
  #finalist .btnGrp {
    margin: 0px auto 100px;
    padding: 0 50px;
  }
}
@media screen and (max-width: 767px) {
  #finalist .btnGrp {
    margin: 0px 0 75px;
    padding: 0 18px;
  }
}
#finalist .btnGrp li {
  display: block;
  width: 33.3333%;
  padding: 0 5px;
  float: left;
}
@media screen and (max-width: 767px) {
  #finalist .btnGrp li {
    padding: 0 2px;
  }
}
#finalist .btnGrp li a {
  display: block;
  line-height: 50px;
  text-align: center;
  background-color: #1E00FF;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  #finalist .btnGrp li a {
    font-size: 1.2rem;
    line-height: 40px;
  }
}
#finalist .btnGrp li a:hover {
  background-color: #000000;
}

/* --------------------------
* finList
-------------------------- */
#finList {
  padding-bottom: 50px;
}
#finList .block {
  border-top: 1px solid #000000;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  #finList .block {
    margin: 75px -20px 0;
    padding: 0 20px;
  }
}
#finList .block .nameArea {
  padding: 30px 0;
}
#finList .block .nameArea .inner {
  float: left;
}
@media screen and (max-width: 767px) {
  #finList .block .nameArea .inner {
    float: none;
  }
}
#finList .block .nameArea .inner h2 {
  line-height: 30px;
  font-weight: 600;
  font-size: 2.4rem;
  letter-spacing: 1px;
}
#finList .block .nameArea .inner p {
  font-size: 1.4rem;
  letter-spacing: 0.5px;
  display: block;
  margin-top: 10px;
}
#finList .block .nameArea .prize {
  float: left;
  display: inline-block;
  background-color: #000000;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 1.8rem;
  padding: 0 25px;
  height: 30px;
  line-height: 30px;
  margin-top: 0px;
  margin-left: 35px;
}
@media screen and (max-width: 767px) {
  #finList .block .nameArea .prize {
    margin-top: 12px;
    margin-left: 0px;
  }
}
#finList .block .planImg {
  margin-bottom: 25px;
}
#finList .block .planImg figure {
  margin-bottom: 0px;
}
#finList .block .planImg p {
  font-size: 1rem;
}
#finList .block .planImg > .main {
  position: relative;
  margin-bottom: 10px;
  display: block;
  background-color: red;
}
@media screen and (max-width: 767px) {
  #finList .block .planImg > .main {
    margin: 0 -20px 10px;
  }
}
#finList .block .planImg > .main .slider_next {
  width: 50px;
  height: 50px;
  padding-right: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -25px;
  z-index: 9;
  justify-content: center;
  align-items: center;
  display: flex;
  cursor: pointer;
  transition: 0.3s ease all;
}
@media screen and (max-width: 767px) {
  #finList .block .planImg > .main .slider_next {
    display: none;
  }
}
#finList .block .planImg > .main .slider_next:hover {
  opacity: 0.6;
}
#finList .block .planImg > .main .slider_next img {
  width: 18px;
  height: auto;
}
#finList .block .planImg > .main .slider_prev {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -25px;
  z-index: 9;
  padding-left: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
  cursor: pointer;
  transition: 0.3s ease all;
}
@media screen and (max-width: 767px) {
  #finList .block .planImg > .main .slider_prev {
    display: none;
  }
}
#finList .block .planImg > .main .slider_prev:hover {
  opacity: 0.6;
}
#finList .block .planImg > .main .slider_prev img {
  width: 18px;
  height: auto;
}
#finList .block .planImg > .main .swiper-pagination {
  position: absolute;
  bottom: 10px !important;
  left: 0;
  width: 100%;
}
#finList .block .caption {
  font-size: 1.4rem;
  margin-bottom: 40px;
}
#finList .block .comment .tx {
  font-size: 1.4rem;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  #finList .block .comment .tx {
    margin-left: 0px;
  }
}
#finList .block .comment .tx > span {
  display: block;
  font-weight: 600;
  text-align: right;
  margin-top: 5px;
  font-size: 1.3rem;
}
#finList .block .comment .tx p {
  margin-bottom: 20px;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 1px;
  display: block;
  position: relative;
}
#finList .block .comment .tx p > span {
  background-color: #FFFFFF;
  position: relative;
  z-index: 9;
  padding-right: 10px;
  font-weight: 600;
  font-size: 1.6rem;
}
#finList .block .comment .tx h3 {
  margin-bottom: 15px;
  line-height: 1;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 1px;
}
#finList .block .comment .tx h3 span {
  font-size: 1.1rem;
  margin-top: 7px;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin-left: 10px;
  position: relative;
  top: -2px;
}
#finList .block .profile {
  padding-top: 10px;
}
#finList .block .profile .tx {
  font-size: 1.4rem;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  #finList .block .profile .tx {
    margin-left: 0px;
  }
}
#finList .block .profile .tx p {
  margin-bottom: 20px;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 1px;
  display: block;
  position: relative;
}
#finList .block .profile .tx p span {
  background-color: #FFFFFF;
  position: relative;
  z-index: 9;
  padding-right: 10px;
  font-weight: 600;
  font-size: 1.6rem;
}
#finList .block .profile .tx p::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  display: block;
  position: absolute;
  left: 0;
  top: 45%;
}
#finList .block .profile .tx h3 {
  margin-bottom: 15px;
  line-height: 1;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 1px;
}
#finList .block .profile .tx h3 span {
  font-size: 1.1rem;
  margin-top: 7px;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin-left: 10px;
  position: relative;
  top: -2px;
}
#finList .block .pastImg figure {
  margin-bottom: 10px;
}
#finList .block .pastImg p {
  font-size: 1rem;
  padding-left: 298px;
}
@media screen and (max-width: 767px) {
  #finList .block .pastImg p {
    padding-left: 42%;
  }
}
#finList .block .gallery {
  width: 50%;
  float: left;
}
@media screen and (max-width: 767px) {
  #finList .block .gallery {
    width: auto;
    float: none;
  }
}
#finList .block .gallery .note {
  font-size: 1rem;
  margin-top: 15px;
  text-align: center;
  line-height: 1.5;
}

/* --------------------------
* movie
-------------------------- */
#movieBox {
  margin-bottom: 160px;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  #movieBox {
    margin-bottom: 100px;
  }
}
#movieBox h2 {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #movieBox h2 {
    font-size: 2.4rem;
  }
}
#movieBox h3 {
  font-size: 2.1rem;
  font-weight: 700;
  margin-bottom: 25px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #movieBox h3 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}
#movieBox .tx {
  margin-bottom: 50px;
}
#movieBox .note {
  font-size: 1rem;
  text-align: center;
  margin-bottom: 60px;
}
#movieBox .youtube {
  width: 100%;
  aspect-ratio: 16/9;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #movieBox .youtube {
    margin-bottom: 50px;
  }
}
#movieBox .youtube.mbnon {
  margin-bottom: 0;
}
#movieBox .youtube iframe {
  width: 100%;
  height: 100%;
}

/* --------------------------
* review
-------------------------- */
#review {
  margin-bottom: 100px;
  margin-top: 60px;
}
#review h2 {
  font-size: 2.8rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #review h2 {
    font-size: 2.4rem;
  }
}
#review h3 {
  font-size: 2.1rem;
  font-weight: 700;
  margin-bottom: 50px;
  line-height: 1;
  padding-top: 25px;
}
@media screen and (max-width: 767px) {
  #review h3 {
    font-size: 1.8rem;
  }
}
#review h3 span {
  font-size: 1.2rem;
  font-weight: 500;
  position: relative;
  top: -2px;
}
#review .block {
  margin-bottom: 50px;
  font-size: 1.4rem;
}
#review .block h4 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 5px;
}
#review .block .position {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 25px;
}
#review .block.none {
  margin-bottom: 0;
}

/* --------------------------
* social
-------------------------- */
#social {
  text-align: center;
  margin-bottom: 150px;
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  #social {
    padding-top: 0px;
    margin-bottom: 100px;
  }
}
#social h2 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 25px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #social h2 {
    font-size: 1.6rem;
  }
}
#social ul {
  font-size: 0;
}
#social ul li {
  display: inline-block;
  font-size: 3rem;
  width: 60px;
  height: 50px;
  line-height: 50px;
}
@media screen and (max-width: 767px) {
  #social ul li {
    font-size: 2.4rem;
  }
}
#social ul li a {
  display: block;
  text-align: center;
  color: #000000;
}
#social ul li a:hover {
  opacity: 0.7;
}

/* --------------------------
* faq
-------------------------- */
#faq dl {
  border-bottom: 1px solid #000000;
}
#faq dl dt {
  padding: 44px 25px 0px 40px;
  position: relative;
  display: block;
  font-weight: 700;
  border-top: 1px solid #000000;
}
@media screen and (max-width: 767px) {
  #faq dl dt {
    padding: 25px 0px 0px 35px;
  }
}
#faq dl dd {
  padding: 44px 25px 44px 40px;
  position: relative;
  display: block;
}
@media screen and (max-width: 767px) {
  #faq dl dd {
    padding: 25px 0px 25px 35px;
  }
}
#faq dl .futura-pt {
  font-size: 3rem;
  width: 40px;
  display: block;
  position: absolute;
  top: 34px;
  left: 0;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  #faq dl .futura-pt {
    font-size: 2.8rem;
    top: 14px;
  }
}

/* --------------------------
* swiper
-------------------------- */
.swiper-pagination {
  bottom: 0px !important;
}

.swiper-pagination-bullet {
  margin: 0 8px !important;
  background-color: #dddddd !important;
  opacity: 0.8 !important;
}
@media screen and (max-width: 767px) {
  .swiper-pagination-bullet {
    margin: 0 7px !important;
    width: 6px !important;
    height: 6px !important;
  }
}

.swiper-pagination-bullet-active {
  background-color: #1E00FF !important;
}/*# sourceMappingURL=misc.css.map */