@charset "UTF-8";
.mv {
  overflow: hidden;
}

.mv-wrapper {
  padding: 104px 0 118px 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .mv-wrapper {
    padding: 32% 0 24.8% 0;
  }
}

.mv-logo {
  width: 474px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .mv-logo {
    width: 68.84%;
  }
}
.mv-logo .komeyou {
  margin-bottom: 64px;
}
@media only screen and (max-width: 768px) {
  .mv-logo .komeyou {
    margin-bottom: 33px;
  }
}

.mv-badge {
  position: absolute;
  width: 230px;
  top: 228px;
  right: 37px;
}
@media only screen and (max-width: 1100px) {
  .mv-badge {
    top: 0;
    width: 12%;
    right: 16%;
  }
}
@media only screen and (max-width: 768px) {
  .mv-badge {
    width: 29%;
    top: 0%;
    right: 0%;
  }
}

.topnews {
  background-image: url(../img/home/news_bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.topnews-wrapper {
  padding: 78px 0 102px 0;
}
@media only screen and (max-width: 768px) {
  .topnews-wrapper {
    padding: 10% 0 12% 0;
  }
}

.news {
  background-image: url(../img/home/top-interview-report-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.news-wrapper {
  padding: 110px 0 102px 0;
}
@media only screen and (max-width: 768px) {
  .news-wrapper {
    padding: 10% 0 12% 0;
  }
}

.news-ttl {
  margin: 0 0 26px 0;
  color: white;
}
@media only screen and (max-width: 768px) {
  .news-ttl {
    margin: 0 0 7.5% 0;
  }
}

.news-list {
  background-color: #fff;
  padding: 38px 0 60px 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .news-list {
    margin: 0 0 11.5% 0;
    padding: 4.3% 0 10% 0;
  }
}

.news-list-wrap {
  max-width: 750px;
  width: 90%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .news-list-wrap {
    width: 91%;
  }
}

.news-list-item {
  display: flex;
  border-bottom: 1px solid #000;
  padding: 14px 0;
}
@media only screen and (max-width: 768px) {
  .news-list-item {
    display: block;
    padding: 5.7% 0;
  }
}

.news-more {
  display: none;
}

.news-list-btn {
  position: absolute;
  top: 20px;
  right: 2%;
  display: block;
  width: 32px;
  height: 32px;
  border: 2px solid #d69706;
  box-sizing: border-box;
  border-radius: 16px;
  vertical-align: middle;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .news-list-btn {
    top: 10px;
  }
}
.news-list-btn:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  border-top: 2px solid #d69706;
  border-right: 2px solid #d69706;
  transition: 0.3s;
  -webkit-transform: translate(0px, -2px) rotate(135deg);
  transform: translate(0px, -2px) rotate(135deg);
}
.news-list-btn.-active:before {
  -webkit-transform: translate(0px, 2px) rotate(-45deg);
  transform: translate(0px, 2px) rotate(-45deg);
}

.news-list-date {
  flex-shrink: 0;
  width: 158px;
}
@media only screen and (max-width: 768px) {
  .news-list-date {
    flex-shrink: 0;
    width: 100%;
  }
}

.news-list-cont .-link {
  color: #d69706;
  border-bottom: 1px solid #d69706;
}
.news-list-cont .-link:hover {
  border-bottom: none;
}

.news-col {
  display: flex;
  justify-content: space-between;
  padding: 0 5% 0;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .news-col {
    padding-top: 0;
    flex-wrap: wrap;
  }
}

.news-col-item {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .news-col-item {
    width: 100%;
    margin: 0 0 11.5% 0;
  }
  .news-col-item:last-child {
    margin: 0;
  }
}

.news-col-wrap {
  padding: 60px 65px 26px;
}
@media only screen and (max-width: 768px) {
  .news-col-wrap {
    padding: 11.5% 8.6%;
  }
}

.news-col-img {
  margin: 0 0 18px 0;
  line-height: 0;
}
@media only screen and (max-width: 768px) {
  .news-col-img {
    margin: 0 0 4.9% 0;
  }
}

.news-col-ttl {
  font-size: 26px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin: 0 0 4px 0;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .news-col-ttl {
    font-size: 20px;
    margin: 0 0 3% 0;
  }
}

.news-col-copy {
  line-height: 1.8em;
  letter-spacing: 0.6px;
}
.news-col-copy .-link {
  color: #d69706;
  border-bottom: 1px solid #d69706;
}
.news-col-copy .-link:hover {
  border-bottom: none;
}

/* about */
.about {
  background-position: top center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: relative;
}

.about-bg-img {
  position: absolute;
}
.about-bg-img.-equal {
  width: 49px;
  height: 41px;
  top: 339px;
  left: 10.4%;
}
.about-bg-img.-kakko {
  width: 35px;
  height: 49px;
  top: -24px;
  right: 4.7%;
}
.about-bg-img.-square {
  width: 19px;
  height: 19px;
  top: 172px;
  right: 16%;
}

.about-wrapper {
  padding: 155px 0 190px 0;
  position: relative;
}

.about-ttl {
  margin: 0 0 52px 0;
}

.about-copy {
  max-width: 742px;
  width: 90%;
  margin: 0 auto;
}

.about-copy-item {
  margin: 0 0 2.5em 0;
  line-height: 2.1em;
  font-size: 16px;
  letter-spacing: 0.8px;
}
@media only screen and (max-width: 768px) {
  .about-copy-item {
    letter-spacing: 0;
    font-size: 16px;
    text-align: left;
  }
}

.about-img {
  width: 311px;
  position: absolute;
  bottom: 0;
  right: 70px;
  z-index: -1;
}

.about-copy-btn {
  max-width: 250px;
  width: 100%;
  margin: 50px auto 0;
}

.about-copy-btn .-item {
  display: flex;
  background-color: white;
  width: 100%;
  height: 50px;
  text-align: center;
  position: relative;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  border: 2px solid #cc9900;
  border-radius: 9999px;
}
.about-copy-btn .-item:hover {
  opacity: 0.8;
}
.about-copy-btn .-item:hover .-icon {
  right: 20px;
}

.about-copy-btn .-txt {
  color: #cc9900;
}

.about-copy-btn .-icon {
  width: 12px;
  height: 8px;
  display: block;
  position: absolute;
  right: 34px;
  top: 50%;
  margin: -4px 0 0 0;
  line-height: 0;
  transition: 0.3s;
}

@media only screen and (max-width: 768px) {
  .about-wrapper {
    padding: 12% 0 40% 0;
  }
  .about-img {
    width: 38%;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  .about-copy-btn .-icon {
    width: 12px;
    height: 8px;
    right: 5%;
  }
}
/* outline */
.outline {
  background-image: url(../img/home/outline_bg.png);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #f4f5f6;
  padding-top: 100px;
  padding-bottom: 94px;
}
@media only screen and (max-width: 768px) {
  .outline {
    background-size: contain;
    background-repeat: repeat-y;
    padding-bottom: 16%;
  }
}

.outline-wrapper {
  padding: 112px 4% 38px;
  position: relative;
  background-color: white;
}
@media only screen and (max-width: 768px) {
  .outline-wrapper {
    padding: 16% 4% 13%;
    width: 84%;
  }
}

.outline-ttl {
  margin: 0 0 62px 0;
}
@media only screen and (max-width: 768px) {
  .outline-ttl {
    margin: 0 0 12% 0;
  }
}

.outline-inner {
  max-width: 811px;
  margin: 0 auto;
}
.outline-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-left: -9px;
  margin-right: -9px;
}
.outline-menu > li {
  color: #d69706;
  font-weight: bold;
  border-right: 2px solid #d69706;
  line-height: 1em;
  width: 16.6%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.outline-menu > li:first-child {
  border-left: 2px solid #d69706;
}
.outline-menu > li a {
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .outline-menu > li {
    width: 33.3%;
  }
  .outline-menu > li:nth-child(4n) {
    border-left: 2px solid #d69706;
  }
}

.outline-list {
  padding: 50px 0 0;
}
.outline-list-item {
  margin: 0 0 62px 0;
}
@media only screen and (max-width: 768px) {
  .outline-list-item {
    margin: 0 0 17% 0;
  }
  .outline-list-item:last-child {
    margin: 0;
  }
}

.outline-list-ttl {
  font-weight: bold;
  width: 166px;
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .outline-list-ttl {
    width: 100%;
    font-size: 16px;
    text-align: center;
    margin: 0 0 1% 0;
  }
}

.outline-list-cont {
  width: 100%;
  padding-top: 25px;
}
.outline-list-cont .-large {
  font-size: 17px;
}
@media only screen and (max-width: 768px) {
  .outline-list-cont .-large {
    font-size: 16px;
  }
}
.outline-list-cont .-small {
  font-size: 15px;
}
@media only screen and (max-width: 768px) {
  .outline-list-cont .-small {
    font-size: 14px;
  }
}
.outline-list-cont .-green {
  color: #059a8e;
}

.outline-list-cont-link-item .-link {
  display: flex;
}
.outline-list-cont-link-item .-txt {
  color: #d69706;
  border-bottom: 1px solid #d69706;
}
.outline-list-cont-link-item .-link:hover .-txt {
  border-bottom: none;
}
.outline-list-cont-link-item .-icon {
  width: 22px;
  margin: 0 0 0 8px;
}

.outline-list-cont-txt {
  margin: 0 0 1.4em 0;
  line-height: 2.1em;
  letter-spacing: 0.08em;
}
.outline-list-cont-txt.-cont-txt02 {
  margin: 0 0 2em 0;
  letter-spacing: 0.09em;
}
.outline-list-cont-txt.-cont-txt03 {
  margin: 0 0 0.8em 0;
}
.outline-list-cont-txt.-cont-txt04 {
  margin: 0.5em 0 0 0;
}
.outline-list-cont-txt.-cont-txt05 {
  margin: 0.5em 0 0 0;
}

.outline-list-cont-link {
  margin: 0 0 1.6em 0;
}

.outline-list-cont-note-item {
  font-size: 15px;
  padding-left: 20px;
  line-height: 2em;
  letter-spacing: 0.07em;
}
@media only screen and (max-width: 768px) {
  .outline-list-cont-note-item {
    font-size: 13px;
  }
}
.outline-list-cont-note-item:before {
  content: "※";
  margin-left: -20px;
}
.outline-list-cont-note-txt {
  font-size: 15px;
  letter-spacing: 0.05em;
  padding-top: 16px;
}
.outline-list-cont-note-txt.-item-3 {
  padding-left: 21px;
  padding-top: 0;
}
.outline-list-cont-note-txt.-item-5 {
  letter-spacing: 0.08em;
  margin-bottom: 19px;
}

.outline-list-cont-btn {
  max-width: 500px;
  width: 100%;
  margin: 59px auto 0;
}
@media only screen and (max-width: 768px) {
  .outline-list-cont-btn {
    max-width: 500px;
    width: 100%;
  }
}
.outline-list-cont-btn .-item {
  display: flex;
  background-color: #f6ab00;
  width: 100%;
  height: 100px;
  text-align: center;
  position: relative;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .outline-list-cont-btn .-item {
    width: 100%;
    height: 75px;
  }
}
.outline-list-cont-btn .-txt {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .outline-list-cont-btn .-txt {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1.4em;
  }
}
.outline-list-cont-btn .-icon {
  width: 12px;
  height: 8px;
  display: block;
  position: absolute;
  right: 34px;
  top: 50%;
  margin: -4px 0 0 0;
  line-height: 0;
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  .outline-list-cont-btn .-icon {
    width: 12px;
    height: 8px;
    right: 5%;
  }
}
.outline-list-cont-btn .-item:hover {
  background-color: #f8bc33;
}
.outline-list-cont-btn .-item:hover .-icon {
  right: 20px;
}

.outline-prize-list {
  font-weight: bold;
}
.outline-prize-list .outline-prize-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid #05a699;
  padding-bottom: 17px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .outline-prize-list .outline-prize-item {
    flex-direction: column;
    align-items: flex-start;
  }
}
.outline-prize-list .outline-prize-item .prize-name {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.outline-prize-list .outline-prize-item .prize-name .prize-name-ja {
  display: flex;
  align-items: center;
  width: 214px;
}
.outline-prize-list .outline-prize-item .prize-name .prize-name-ja .crown {
  width: 19px;
  height: 19px;
  margin-right: 23px;
}
.outline-prize-list .outline-prize-item .prize-name .prize-name-en {
  width: 430px;
}
@media only screen and (max-width: 768px) {
  .outline-prize-list .outline-prize-item .prize-name .prize-name-en {
    width: 100%;
  }
}
.outline-prize-list .outline-prize-item .prize-money {
  width: 120px;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .outline-prize-list .outline-prize-item .prize-money {
    text-align: left;
  }
}

.outline-screening {
  margin-top: 51px;
}
.outline-screening .outline-screening-exp {
  letter-spacing: 0.08em;
}
.outline-screening .outline-screening-subexp {
  letter-spacing: 0.08em;
  margin-top: 22px;
  line-height: 2.2em;
}

.outline-judge.normal {
  margin-top: 51px;
}
.outline-judge.special {
  margin-top: 70px;
}
@media only screen and (max-width: 768px) {
  .outline-judge.special {
    margin-top: 40px;
  }
}
.outline-judge .outline-judge-box {
  background-color: #fffeec;
  padding: 4.8% 8% 12%;
}
.outline-judge .outline-judge-box .outline-judge-item:not(:last-child) {
  padding-bottom: 41px;
  margin-bottom: 27px;
  border-bottom: 1px solid #bababb;
}
.outline-judge .outline-judge-box .outline-judge-item .exp {
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.7em;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .outline-judge .outline-judge-box .outline-judge-item .exp {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.outline-judge .outline-judge-box .outline-judge-item .exp .textarea {
  padding-right: 20px;
  letter-spacing: 0.6px;
  line-height: 25px;
}
@media only screen and (max-width: 768px) {
  .outline-judge .outline-judge-box .outline-judge-item .exp .textarea {
    padding-right: 0;
    padding-top: 20px;
  }
}
.outline-judge .outline-judge-box .outline-judge-item .exp .imagearea .imagewrap {
  width: 131px;
  height: 131px;
  margin-top: 10px;
}
.outline-judge .outline-judge-box .outline-judge-item .exp .imagearea .imagewrap img {
  -o-object-fit: cover;
     object-fit: cover;
}
.outline-judge .outline-judge-box .outline-judge-item .link {
  margin-top: -7px;
}
.outline-judge .outline-judge-box .outline-judge-item .link a {
  color: #d69706;
  border-bottom: 1px solid #d69706;
}
.outline-judge .outline-judge-box .outline-judge-item .link:hover {
  border-bottom: none;
}

/* schedule */
.schedule {
  background-image: url(../img/home/schedule_bg.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.schedule a.link {
  margin-top: -7px;
  color: #d69706;
  border-bottom: 1px solid #d69706;
}
.schedule a.link:hover {
  border-bottom: none;
}

.schedule-wrapper {
  padding: 94px 0 125px 0;
  max-width: 692px;
}
@media only screen and (max-width: 768px) {
  .schedule-wrapper {
    padding: 16% 0;
  }
}

.schedule-ttl {
  margin: 0 0 62px 0;
}
@media only screen and (max-width: 768px) {
  .schedule-ttl {
    margin: 0 0 17.4% 0;
  }
}

.schedule-list-item {
  background-color: #fff;
  margin: 0 0 22px 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .schedule-list-item {
    margin: 0 0 60px 0;
  }
}
.schedule-list-item:last-child {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .schedule-list-item:last-child {
    margin: 0;
  }
}
.schedule-list-item:last-child .schedule-list-wrap:after {
  display: none;
}
@media only screen and (max-width: 768px) {
  .schedule-list-item:last-child .schedule-list-wrap:after {
    display: none;
  }
}
.schedule-list-item.-active:after {
  content: "";
  display: block;
  width: 87px;
  height: 76px;
  position: absolute;
  right: -37px;
  top: 50%;
  margin: -38px 0 0 0;
  background-image: url(../img/home/schedule_now.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .schedule-list-item.-active:after {
    width: 63px;
    height: 61px;
    right: -5px;
    top: auto;
    bottom: -35px;
    margin: -38px 0 0 0;
    background-image: url(../img/home/schedule_now_sp.png);
  }
}
.schedule-list-item .-no {
  position: absolute;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 28px;
  background-color: #fff;
  width: 60px;
  height: 60px;
  border: 3px solid #000;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  left: -25px;
  top: 50%;
  margin: -30px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .schedule-list-item .-no {
    font-size: 24px;
    width: 50px;
    height: 50px;
    left: 0;
    right: 0;
    top: -25px;
    margin: 0 auto;
  }
}
.schedule-list-item .-date {
  font-weight: bold;
  font-size: 17px;
  line-height: 2em;
}
@media only screen and (max-width: 768px) {
  .schedule-list-item .-date {
    font-size: 16px;
  }
}
.schedule-list-item .-ttl {
  font-weight: bold;
  font-size: 17px;
  line-height: 2em;
}
@media only screen and (max-width: 768px) {
  .schedule-list-item .-ttl {
    font-size: 16px;
  }
}
.schedule-list-item .-copy {
  line-height: 2em;
}

.schedule-list-wrap {
  padding: 32px 30px 38px 60px;
}
@media only screen and (max-width: 768px) {
  .schedule-list-wrap {
    padding: 8% 4.3% 7% 4.3%;
  }
}
.schedule-list-wrap:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: transparent 40px solid;
  border-top: 50px solid #fff;
  position: absolute;
  bottom: -52px;
  left: 50%;
  margin: 0 0 0 -38px;
}
@media only screen and (max-width: 768px) {
  .schedule-list-wrap:after {
    border: transparent 20px solid;
    border-top: 40px solid #fff;
    position: absolute;
    bottom: -40px;
    left: 50%;
    margin: 0 0 0 -20px;
  }
}

/* qanda */
.qanda {
  background-image: url(../img/home/qanda_bg.png);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  background-color: #f4f5f6;
  padding-top: 136px;
  padding-bottom: 94px;
}
@media only screen and (max-width: 768px) {
  .qanda {
    background-size: contain;
    background-repeat: repeat-y;
    padding-bottom: 16%;
  }
}

.qanda-img {
  position: absolute;
  width: 30.2%;
  right: 21px;
  top: 167px;
}
@media only screen and (max-width: 768px) {
  .qanda-img {
    width: 38%;
    right: -3%;
    top: 0.5%;
  }
}

.qanda-wrapper {
  padding: 114px 11.3% 46px;
  max-width: 1118px;
  background: white;
}
@media only screen and (max-width: 768px) {
  .qanda-wrapper {
    padding: 14% 4% 20px;
  }
}

.qanda-ttl {
  margin: 0 0 51px 0;
}
@media only screen and (max-width: 768px) {
  .qanda-ttl {
    margin: 0 0 9% 0;
  }
}

.qanda-list-item {
  padding: 0 110px 38px 0;
  margin: 0 0 38px 0;
  position: relative;
}
.qanda-list-item:not(:last-child) {
  border-bottom: 2px solid #000;
}
@media only screen and (max-width: 768px) {
  .qanda-list-item {
    padding: 0 8% 12% 0;
    margin: 0 0 12% 0;
  }
}
.qanda-list-item:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 26px;
  top: calc(50% - 19px);
  margin: -5px 0 0 0;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  .qanda-list-item:after {
    right: 0;
  }
}
.qanda-list-item.-active:after {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.qanda-list-item .qanda-list-q {
  color: #d69706;
  font-weight: normal;
}
.qanda-list-item .qanda-list-q span {
  border-bottom: 1px solid #d69706;
}
.qanda-list-item .qanda-list-a {
  margin: 31px 0 0 0;
  display: none;
}
@media only screen and (max-width: 768px) {
  .qanda-list-item .qanda-list-a {
    margin: 12% 0 0 0;
  }
}

/* archive */
.archive {
  background-image: url(../img/home/archive_bg.png);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  padding-top: 8px;
}

.archive-wrapper {
  padding: 70px 0 100px 0;
}
@media only screen and (max-width: 768px) {
  .archive-wrapper {
    padding: 16% 0 13% 0;
  }
}

.archive-ttl {
  margin: 0 0 27px 0;
}

.archive-list {
  background-color: #fff;
}

.archive-list-wrap {
  padding: 58px 0;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .archive-list-wrap {
    padding: 10% 0;
    justify-content: space-evenly;
    flex-wrap: wrap;
  }
}

.archive-list-item {
  padding: 15px;
}
.archive-list-item .-link {
  color: #d69706;
  border-bottom: 1px solid #d69706;
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .archive-list-item .-link {
    font-size: 16px;
  }
}
.archive-list-item .-link:hover {
  text-decoration: none;
}
.archive-list-item:not(:first-child) {
  margin-left: 55px;
}
@media only screen and (max-width: 768px) {
  .archive-list-item:not(:first-child) {
    margin-left: 0;
  }
}

/* result */
.result {
  padding: 90px 0;
  background-image: url(../img/home/top-result-bg.jpg);
  background-size: cover;
}

.result-ttl {
  margin: 0 0 44px 0;
}

.result-txt-wrap {
  width: 100%;
  max-width: 744px;
  margin: 0 auto 75px;
  box-sizing: border-box;
}

.result-txt {
  position: relative;
  letter-spacing: 0.08em;
  font-size: 16px;
  text-align: left;
}

.result-txt .result-txt-btn {
  position: absolute;
  bottom: 0;
  right: 6px;
  display: block;
  text-align: right;
  padding-right: 18px;
  color: #d99907;
  text-decoration: underline;
}

.result-txt .result-txt-btn:hover {
  text-decoration: none;
}

.result-txt .result-txt-btn:after {
  content: "→";
  position: absolute;
  bottom: 0;
  right: 0;
}

.result-column {
  position: relative;
  padding: 10% 185px 0;
  box-sizing: border-box;
  background-color: #FFF;
}
.result-column.award-gra {
  margin-bottom: 10%;
}

.result-column.award-gra:before {
  content: "";
  position: absolute;
  top: -10%;
  right: 2.6%;
  display: inline-block;
  width: 11%;
  max-width: 120px;
  height: 100%;
  background-image: url(../img/home/award_gra-2023.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.result-column.award-chosen:before {
  content: "";
  position: absolute;
  top: -6%;
  right: 2.8%;
  display: inline-block;
  width: 11%;
  max-width: 116px;
  height: 100%;
  background-image: url(../img/home/award_chosen_2023.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.result-column-btn {
  display: block;
  color: #000;
  padding-bottom: 8%;
}

.result-column-btn:hover {
  opacity: 0.7;
}

.result-column-img {
  margin-bottom: 2.4%;
}

.result-column-img img {
  vertical-align: bottom;
}

.result-column-tag {
  display: flex;
  flex-wrap: wrap;
}

.-tag {
  position: relative;
  width: 100%;
  max-width: 135px;
  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: #ee4111;
}

.-tag.-orange {
  background-color: #f5aa00;
}

.-tag.-purple {
  background-color: #9b11a5;
}

.-tag.-blue {
  background-color: #218ce4;
}

.-tag.-navy {
  background-color: #323aa9;
}

.-tag.-green {
  background-color: #0bb659;
}

.-tag.-blank {
  opacity: 0;
}

.-tag.-blank::before {
  display: block;
  content: " ";
  height: 1em;
}

.result-column-ttl {
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.001em;
}

.result-column-number {
  padding: 2px 15px;
  font-size: 14px;
  letter-spacing: 0.08em;
  border-radius: 20px;
  background-color: #efefef;
}

.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: 768px) {
  .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: 20%;
    top: -6%;
  }
  .result-column.award-chosen:before {
    width: 20%;
    top: -1.5%;
  }
  .result-list-item {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 16%;
  }
  .-tag.-blank {
    display: none;
  }
}