@charset "utf-8";

/* 
stylesheet
202009
*/

section h2 {
  margin: 0 0 32px 0;
  padding: 0;
  text-align: center;
}
section h2 p {
  font-family: 'Montserrat', sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 10px 0;
}
section h2 span {
  display: block;
  font-weight: 400;
  line-height: 1;
}

/* mainVisual */
.mainVisual {
  position: relative;
  padding: 140px 0 93px 0;
}
.mainVisual h1 {
  position: relative;
  width: 24.45%;
  max-width: 274px;
  margin: 0 auto;
}
.mainVisual .info {
  position: absolute;
  bottom: -2.5%;
  left: 68%;
  width: 20.5%;
}

@media only screen and (max-width: 800px) {
  .mainVisual {
    padding: 6% 0 10% 0;
  }
  .mainVisual h1 {
    width: 35%;
  }
  .mainVisual .info {
    bottom: -3.5%;
    left: 72%;
    width: 28%;
  }
}

@media only screen and (max-width: 480px) {
  .mainVisual h1 {
    width: 50%;
  }
  .mainVisual .info {
    position: relative;
    bottom: 0;
    left: 0;
    width: 60%;
    margin: 30px auto 0;
  }
}


/* news */
.news {
  padding: 80px 0 95px;
  background: #2d3385 url("../img/top/news_bg.png") right top 90px no-repeat;
  background-size: 260px;
}
.news .inner {
  position: relative;
  padding: 40px;
  background: #fff;
}
section.news h2 {
    color: #FFF;
}
.news dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 90%;
  max-width: 742px;
  margin: 0 auto;
  border-bottom: 2px solid #f5f4f0;
}
.news dl:last-child {
    border-bottom: none;
}
.news dt {
  width: 10em;
  padding: 1em 0;
}
.news dd {
  width: calc(100% - 10em);
  padding: 1em 0 1em 1em;
}
.news dd a {
  color: #cd962a;
  line-height: 1.5;
  text-decoration: underline;
}
.news dd a:hover {
  color: #f8bc33;
  text-decoration: none;
}

.news-more-btn {
    position: absolute;
    top: 20px;
    right: 2%;
    display: block;
    width: 32px;
    height: 32px;
    border: 2px solid #cf930e;
    box-sizing: border-box;
    border-radius: 16px;
    vertical-align: middle;
    cursor: pointer;
}

.news-more-btn:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 10px;
    height: 10px;
    margin: auto;
    border-top: 2px solid #cf930e;
    border-right: 2px solid #cf930e;
    transition: .3s;
    -webkit-transform: translate(0px, -2px) rotate(135deg);
    transform: translate(0px, -2px) rotate(135deg);
}
.news-more-btn.on:before {
    -webkit-transform: translate(0px, 2px) rotate(-45deg);
    transform: translate(0px, 2px) rotate(-45deg);
}
.news-more {
    display: none;
}

@media only screen and (max-width: 800px) {
  .news {
    padding: 10% 0 10% 0;
    background-size: 130px;
      background-position: right top;
  }
  .news .inner {
    padding: 8% 6% 4%;
  }
  .news dl {
    width: 100%;
  }
    .news-more-btn {
        top: 10px;
    }
}


/* about */
.about {
  padding: 80px 0 0 0;
  background: #05a699 url("../img/top/about_bg.png") left bottom no-repeat;
  background-size: 260px;
}
.about .inner {
  padding-bottom: 100px;
}
.about .inner2 {
  padding: 77px 40px 72px;
  background: #9bdbd6;
}
.about .tx {
  width: 90%;
  max-width: 742px;
  margin: 0 auto;
}
.about .tx p {
  margin: 0 0 5% 0;
  line-height: 2.1;
  font-weight: 400;
}
.about .tx p:last-child {
  margin: 0;
}
.about .tx span {
  font-weight: 700;
}
.about .btn_more {
  position: relative;
  display: block;
  width: 100%;
  max-width: 240px;
  height: 50px;
  margin: 60px auto 0;
  color: #fff;
  text-align: center;
  line-height: 50px;
  border-radius: 25px;
  background: #f6ab00;
  z-index: 3;
}
.about .btn_more::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 12px;
  height: 8px;
  margin: -4px 0 0;
  background: url("../img/common/btn_arrow.svg") center center no-repeat;
  background-size: 100%;
  transition: .25s;
}
.about .btn_more:hover {
  background: #f8bc33;
}
.about .btn_more:hover::after {
  right: 15px;
}
.about .img {
  position: absolute;
  bottom: 0;
  right: 5%;
  width: 25%;
  font-size: 0;
  z-index: 1;
}

@media only screen and (max-width: 1000px) {
  .about {
    padding: 80px 0 0 0;
  }
  .about .inner {
    padding-bottom: 100px;
  }
  .about .img {
    right: 3%;
    width: 27%;
  }
}

@media only screen and (max-width: 800px) {
  .about {
    padding: 10% 0 0 0;
    background-size: 130px;
  }
  .about .inner {
    padding-bottom: 10%;
  }
  .about .inner2 {
    padding: 6% 6% 15% 6%;
  }
  .about .tx {
    width: 100%;
  }
  .about .tx p {
    margin: 0 0 1em 0;
  }
  .about .tx p:last-child {
    margin: 0;
  }
  .about .btn_more {
    margin: 3% auto 0;
  }
  .about .btn_more:hover {
    background: #f8bc33;
  }
  .about .btn_more:hover::after {
    right: 15px;
  }
  .about .img {
    position: absolute;
    bottom: 0;
    right: 5%;
    width: 25%;
    font-size: 0;
  }
  
}

@media only screen and (max-width: 600px) {
  .about .img {
    width: 32%;
  }
}

@media only screen and (max-width: 400px) {
  .about .img {
    width: 45%;
  }
}


/* theme */
.theme {
  padding: 90px 0;
  background-color: #fff;
  background-image: url("../img/top/theme_bg1.png"),url("../img/top/theme_bg2.png");
  background-position: right top,left bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: 286px;
}
.theme .inner {
}
.theme .img {
  width: 90%;
  max-width: 585px;
  margin: 0 auto 40px auto;
}
.theme h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 36px;
  text-align: center;
  color: #0e9283;
  line-height: 1em;
  margin: 0 0 40px 0;
}
.theme .tx {
  text-align: center;
  margin: 0 0 5% 0;
}
.theme .tx p {
  margin: 0 0 3% 0;
  line-height: 2.1;
}
.theme .tx p:last-child {
  margin: 0;
}
.theme .tx br.pc {
  display: inline;
}
.theme .caption {
  width: 90%;
  max-width: 742px;
  margin: 0 auto;
  padding-left: 1em;
  text-indent: -1em;
  letter-spacing: .05em;
  text-align: left;
  font-size: 94%;
}
.theme .caption a {
  color: #cd962a;
  text-decoration: underline;
}
.theme .caption a:hover {
  color: #f8bc33;
  text-decoration: none;
}

@media only screen and (max-width: 800px) {
  .theme {
    padding: 10% 0;
    background-size: 143px;
  }
  .theme .img {
    margin: 0 auto 10% auto;
  }
  .theme h3 {
    font-size: 36px;
    margin: 0 0 8% 0;
  }
  .theme .caption {
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  .theme .tx {
    text-align: left;
  }
  .theme .tx br.pc {
    display: none;
  }
}


.result {
    padding: 90px 0;
    background-color: #fff22c;
    background-image: url("../img/top/result_bg1.png"),url("../img/top/result_bg2.png"),url("../img/top/result_bg1.png"),url("../img/top/result_bg2.png");
    background-position: left bottom 75%, right bottom 50%, left bottom 25%,right bottom;
    background-repeat: no-repeat;
    background-size: 286px;
}

.result-txt-wrap {
    width: 100%;
    max-width: 750px;
    margin: 0 auto 75px;
    box-sizing: border-box;
}
.result-txt {
    position: relative;
    letter-spacing: .05em;
    font-size: 16px;
    text-align: left;
    font-size: 94%;
}
.result-txt .result-txt-btn {
    position: absolute;
    bottom: 0;
    right: 6px;
    display: block;
    text-align: right;
    padding-right: 18px;
    color: #cd962a;
    text-decoration: underline;
}
.result-txt .result-txt-btn:hover {
    color: #f8bc33;
    text-decoration: none;
}
.result-txt .result-txt-btn:after {
    content: "→";
    position: absolute;
    bottom: 0;
    right: 0;
}

.result-txt2  a {
  display: flex;
  align-items: center;
  margin: 0 0 20px;
  color: #cd962a;
  line-height: 1.5;
  text-decoration: underline;
}
.result-txt2 a::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 9px;
  margin-right: 12px;
  background: url("../img/common/a_headarrow.svg") center center no-repeat;
  background-size: 100% auto;
}
.result-txt2 a.pdf::after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 26px;
  margin-left: 10px;
  background: url("../img/common/icon-pdf.svg") center center no-repeat;
  background-size: 100% auto;
}

.result-column {
    position: relative;
    margin-bottom: 4%;
    padding: 12% 185px 6%;
    box-sizing: border-box;
    background-color: #FFF;
}
.result-column.award-gra:before {
    content: "";
    position: absolute;
    top: 0;
    right: 3%;
    display: inline-block;
    width: 11%;
    max-width: 120px;
    height: 100%;
    background-image: url(../img/top/award_gra.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.result-column.award-chosen:before {
    content: "";
    position: absolute;
    top: 0;
    right: 3%;
    display: inline-block;
    width: 9%;
    max-width: 100px;
    height: 100%;
    background-image: url(../img/top/award_chosen.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.result-column-btn {
    display: block;
    color: #000;
}
.result-column-btn:hover {
    opacity: .7;
}
.result-column-img {
    margin-bottom: 4%;
}
.result-column-img img {
    vertical-align: bottom;
}
.result-column-tag {
    display: flex;
    flex-wrap: wrap;
}
.-tag {
    position: relative;
    width: 100%;
    max-width: 110px;
    margin-right: 8px;
    margin-bottom: 8px;
    padding: 6px 0;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    font-weight: 600;
    color: #FFF;
}
.-tag:after{
    content: "";
    position:absolute;
    top:0;
    right:0;
    width:0;
    height:0;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
    border-width: 13px 6px 13px 0;
}
.-tag.-red {
    background-color: #da2727;
}
.-tag.-orange {
    background-color: #f5aa00;
}
.result-column-ttl {
    margin-bottom: 4px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -.001em;
}
.result-column-number {
    padding: 0 15px;
    font-size: 14px;
    border-radius: 20px;
    border: 2px solid #000;
}

.result-list {
    display: flex;
    flex-wrap: wrap;
}
.result-list-item {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 8%;
}
.result-list-item:nth-child(2n) {
    margin-right: 0;
}
@media only screen and (max-width: 800px) {
    .result {
        padding: 10% 0;
        background-size: 143px;
    }
    .result-txt-wrap {
        padding: 0;
        margin-bottom: 8%;
    }
    .result-txt .result-txt-btn {
        position: static;
        padding-right: 26px;
    }
    .result-txt .result-txt-btn:after {
        right: 10px;
    }
    
    .result-column {
        padding: 20% 10% 10%;
    }
    .result-column-ttl {
        font-size: 16px;
    }
    .result-column.award-gra:before {
        width: 15%;
    }
    .result-column.award-chosen:before {
        width: 13%;
    }
    .result-list-item {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 16%;
    }
}










/* schedule */
.schedule {
  padding: 72px 0 95px;
  background: #f5aa00 url("../img/top/schedule_bg.png") right bottom no-repeat;
  background-size: 286px;
}
.schedule .inner {
    background: #f6bb33;
}
.schedule .steps {
  width: 90%;
  max-width: 742px;
  margin: 0 auto;
  padding: 50px 0;
}
.schedule .steps .step {
  position: relative;
  margin: 30px 0;
  box-sizing: border-box;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  border-bottom: 3px solid #000;
  background: #fff;
}
.schedule .steps .step::before {
  content: "";
  display: block;
  width: 38px;
  height: 30px;
  margin: -33px auto 0;
  background: url("../img/top/schedule_arrow@2x.png") center bottom no-repeat;
  background-size: 100%;
}
.schedule .steps .step:first-of-type::before {
  display: none;
}
.schedule .inner.step-inner {
    background-color: #FFF;
}
.schedule .herenow .inner.step-inner {
    background-color: #eaeae9;
}
.schedule .inner.step-inner::after {
    content: "";
    position: absolute;
    top:-3px;
    left: 0;
    display: block;
    width: 100%;
    height: 3px;
    background-color: #000;
}
.schedule .steps .step.herenow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -35px;
  width: 80px;
  height: 67px;
  margin-top: -34px;
  background: url("../img/top/schedule_here-now.png") center center no-repeat;
  background-size: 100%;
}
.schedule .step .numSet {
  position: absolute;
  top: -3px;
  left: -30px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: calc(100% + 6px);
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
}
.schedule .step .numSet:before,
.schedule .step .numSet:after {
  content: "";
  display: block;
  width: 3px;
  flex-grow: 1;
  background: #000;
}
.schedule .step .numSet p {
  width: 60px;
  height: 60px;
  margin: 5px 0;
  line-height: 57px;
  text-align: center;
  border-radius: 30px;
  background: #fff;
}
.schedule .step .inner {
  padding: 30px 55px 33px 55px;
}
.schedule .step .date {
  font-size: 106%;
  font-weight: 700;
  margin: 0 0 5px 0;
}
.schedule .step .title {
  font-size: 106%;
  font-weight: 700;
}
.schedule .step .detail {
  margin: .5em 0 0;
}

@media only screen and (max-width: 800px) {

  .schedule {
    padding: 10% 0;
    background-size: 143px;
  }
  .schedule .steps {
    padding: 1% 5% 5% 5%;
  }
  .schedule .steps .step {
    margin: 30px 0;
  }
  .schedule .step .numSet p {
    width: 50px;
    height: 50px;
    line-height: 43px;
    font-size: 24px;
  }
  .schedule .step .inner {
    padding: 10% 10% 10% 15%;
  }
  .schedule .step .date {
    margin: 0 0 1% 0;
  }
}



/* faq */
.faq {
  padding: 75px 0 80px;
  background-color: #e85129;
  background-image: url("../img/top/faq_bg1.png"),url("../img/top/faq_bg2.png");
  background-position: left top,right bottom;
  background-repeat: no-repeat,no-repeat;
  background-size: 260px,286px;
}
section.faq h2 {
  color: #fff;
}
.faq .inner {
  padding: 40px 0 45px 0;
  background: #ed7454;
}
.faq .qSet {
  position: relative;
  width: 90%;
  max-width: 748px;
  margin: 0 auto;
  padding: 0 90px 0 0;
  border-top: 2px solid #e85129;
}
.faq .qSet:first-of-type {
  border-top: none;
}
.faq .qSet::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  width: 13px;
  height: 10px;
  background: url("../img/top/faq_arrow.png") center center no-repeat;
  background-size: 100%;
}
.faq .qSet.open::after {
  transform: rotate(180deg);
}
.faq .q {
  padding: 1.6em 0;
  cursor: pointer;
  color: #fff;
  line-height: 2.2em;
}
.faq .a {
  display: none;
  padding: 0.5em 0 1.6em;
  color: #222222;
  line-height: 2.2em;
}
.faq .a a {
  color: #af371b;
  line-height: 1.5;
  text-decoration: underline;
}
.faq .a a:hover {
  color: #ffffff;
  text-decoration: none;
}

@media only screen and (max-width: 800px) {
  .faq {
    padding: 10% 0;
    background-size: 130px,143px;
  }
  .faq .inner {
    padding: 5% 0;
  }
  .faq .qSet {
    padding: 0 16% 0 0;
  }
  .faq .qSet::after {
    right: 10px;
  }
}
