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

/* --------------------------
* page title
-------------------------- */
#pageTitle {
  padding-top: 200px;
}
@media screen and (max-width: 767px) {
  #pageTitle {
    padding-top: 110px;
  }
}
#pageTitle h1 {
  text-align: center;
  font-size: 6rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #pageTitle h1 {
    font-size: 4.8rem;
  }
}
#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;
  }
}
#pageTitle .btnGrp {
  max-width: 730px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 1023px) {
  #pageTitle .btnGrp {
    margin: 0px auto 100px;
    padding: 0 50px;
  }
}
@media screen and (max-width: 767px) {
  #pageTitle .btnGrp {
    margin: 0px 0 75px;
    padding: 0 18px;
  }
}
#pageTitle .btnGrp li {
  display: block;
  width: 50%;
  padding: 0 5px;
  float: left;
}
@media screen and (max-width: 767px) {
  #pageTitle .btnGrp li {
    padding: 0 2px;
  }
}
#pageTitle .btnGrp li a {
  display: block;
  line-height: 50px;
  text-align: center;
  background-color: #000000;
  color: #FFFFFF;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  #pageTitle .btnGrp li a {
    font-size: 1.6rem;
    line-height: 40px;
  }
}
#pageTitle .btnGrp li a:hover {
  background-color: #333333;
}

/* --------------------------
* 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;
}
#intro h2 {
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #intro h2 {
    font-size: 2.8rem;
  }
}
#intro p {
  word-wrap: break-word;
}
#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: 36px;
  margin-bottom: 50px;
}
#intro ul li {
  text-indent: -36px;
  margin-top: 5px;
}
#intro ul li:first-child {
  margin-top: 0;
}

/* --------------------------
* 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: 2.4rem;
  font-weight: 700;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  #profile .member .name {
    font-size: 2rem;
  }
}
#profile .member .position {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 35px;
  word-wrap: break-word;
}
@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.6rem;
  padding-left: 10px;
  word-wrap: break-word;
}
@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: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #profile .member h4 {
    font-size: 1.6rem;
  }
}
#profile .member .hope {
  margin-bottom: 50px;
  word-wrap: break-word;
}
@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;
  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% - 12px);
  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 .date span {
  margin-left: 25px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #schedule ul li .date span {
    display: block;
    margin-left: 0px;
    font-size: 1.6rem;
  }
}
#schedule ul li .block {
  height: auto;
  border: 1px solid #000000;
  padding: 20px;
  font-weight: 700;
}
@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.6rem;
  display: block;
}
@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;
  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;
}

/* --------------------------
* guideline
-------------------------- */
#guideline.last {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #guideline.last {
    margin-bottom: 100px;
    margin-top: -10px;
  }
}
#guideline h3 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  #guideline h3 {
    font-size: 2rem;
  }
}
#guideline h3 span {
  font-size: 1.2rem;
}
#guideline h3.mB50 {
  margin-bottom: 50px;
}
#guideline .text {
  margin-bottom: 35px;
}
#guideline .text.mB50 {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #guideline .text.mB50 {
    margin-bottom: 25px;
  }
}
#guideline .closing {
  text-align: center;
  color: red;
  border: 2px solid red;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  #guideline .closing {
    font-size: 1.4rem;
    padding: 15px 0;
  }
}
@media screen and (max-width: 374px) {
  #guideline .closing {
    font-size: 1.3rem;
  }
}
#guideline ul {
  padding-left: 42px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #guideline ul {
    margin-bottom: 35px;
    padding-left: 20px;
  }
}
#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.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;
  }
}

/* --------------------------
* faq
-------------------------- */
#faq {
  margin-bottom: 100px;
}
#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 span {
  font-size: 3rem;
  width: 40px;
  display: block;
  position: absolute;
  top: 35px;
  left: 0;
  font-weight: 500 !important;
}
@media screen and (max-width: 767px) {
  #faq dl span {
    font-size: 2.6rem;
    top: 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 0px;
  }
}
#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.4rem;
    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.4;
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  #finalist h2 {
    font-size: 1.6rem;
    line-height: 1.4;
  }
}
#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.2rem;
    letter-spacing: 0;
    margin-bottom: 20px;
    margin-top: 7px;
  }
}
#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 0px;
  }
}
#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.4rem;
    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 h2 {
  float: left;
  line-height: 30px;
  font-weight: 600;
  font-size: 2.4rem;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  #finList .block .nameArea h2 {
    float: none;
  }
}
#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;
    float: none;
  }
}
#finList .block .planImg {
  margin-bottom: 30px;
}
#finList .block .planImg figure {
  margin-bottom: 0px;
}
#finList .block .planImg p {
  font-size: 1rem;
}
#finList .block .planImg > .main {
  position: relative;
  margin-top: 0;
  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.6rem;
  margin-bottom: 40px;
}
#finList .block .comment .tx {
  font-size: 1.6rem;
  margin-bottom: 30px;
}
@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.4rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #finList .block .comment .tx > span {
    margin-top: 15px;
    line-height: 1.2;
  }
}
#finList .block .comment .tx p {
  margin-bottom: 15px;
  font-size: 1.7rem;
  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.7rem;
}
#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: 20px;
}
#finList .block .profile .tx {
  font-size: 1.6rem;
  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.6rem;
  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: 1.2rem;
  padding-left: 298px;
}
@media screen and (max-width: 767px) {
  #finList .block .pastImg p {
    padding-left: 42%;
    font-size: 1rem;
  }
}
#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;
}

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

.support {
  text-align: center;
  padding-top: 25px;
  margin-bottom: 150px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .support {
    font-size: 1.6rem;
  }
}

/* --------------------------
* 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 */