@charset "UTF-8";
/* Scss Document */
/* -------------------------------------------------- */
/* file   : result.css                               */
/* update : 2026                                      */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* pc向け */
/* --------------------------------------------------- */
.description {
  position: relative;
  background: #FFF9D9;
  padding-top: 80px;
}
.description::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -140px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 1000px solid transparent;
  border-left: 1000px solid transparent;
  border-top: 140px solid #FFF9D9;
  border-bottom: 0;
}
.description .description__ttl {
  text-align: center;
  font-size: 50px;
  font-weight: 500;
  color: #A18ABF;
  line-height: 1.3;
  letter-spacing: 0.05em;
  margin-top: 25px;
}
.description .description__result {
  text-align: center;
  margin-top: 50px;
}

.result {
  position: relative;
  padding-top: 170px;
}
.result::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -140px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 1000px solid transparent;
  border-left: 1000px solid transparent;
  border-top: 140px solid #fff;
  border-bottom: 0;
}
.result .inner {
  position: relative;
  z-index: 2;
}
.result .inner__title02 {
  border-bottom: none;
  padding-bottom: 0;
}
.result .inner__title02-sub02 {
  display: block;
  font-size: 20px;
  font-weight: 500;
  color: #231815;
  letter-spacing: 0.1em;
}
.result .indexFlame {
  position: relative;
  background-color: #FCEBEA;
  border-radius: 20px;
  padding: 82px 187px;
  margin-top: 20px;
}
.result .index__list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0 15.25%;
}
.result .index__list li {
  display: flex;
  width: 42.37%;
  font-size: 24px;
}
.result .index__list li::before {
  content: "■ ";
  color: #F29B96;
}
.result .index__list li .number {
  margin-left: auto;
}
.result .result-svg02 {
  text-align: center;
  margin-top: 80px;
}

.interview {
  background: url(../../result/img/bg_interview@2x.jpg) top center/100%;
  padding-top: 200px;
}
.interview .interview_bg {
  background: #FBE5EA;
  padding: 80px 0 105px;
}
.interview .interview_bg .inner__btn {
  max-width: 240px;
  margin: 80px auto 0;
}
.interview .interview_list {
  display: flex;
  margin-top: 50px;
}
.interview .interview_list:first-of-type {
  margin-top: 0;
}
.interview .interview_list .interview_img_box {
  overflow: hidden;
  width: 37.5%;
  border-radius: 20px 0 0 20px;
}
.interview .interview_list .interview_img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.interview .interview_list .interview_text_box {
  position: relative;
  width: 62.5%;
  background: #fff;
  border-radius: 0 20px 20px 0;
}
.interview .interview_list .interview_text_box .brand_name_wrap {
  display: flex;
  align-items: center;
  gap: 0 2.94%;
  background: #A18ABF;
  border-radius: 0 20px 0 0;
  padding: 35px 33px;
}
.interview .interview_list .interview_text_box .brand_name_wrap .icon {
  width: 13.24%;
}
.interview .interview_list .interview_text_box .brand_name_wrap .brand_name {
  width: 83.82%;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
}
.interview .interview_list .interview_text_box .personal_data_wrap {
  padding: 30px 33px;
}
.interview .interview_list .interview_text_box .cate {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
}
.interview .interview_list .interview_text_box .name {
  font-size: 18px;
  line-height: 1.3;
  margin-top: 10px;
}
.interview .interview_list .interview_text_box .lead {
  font-size: 24px;
  font-weight: bold;
  color: #A8852B;
  line-height: 1.5;
  margin-top: 30px;
}
.interview .interview_list .interview_text_box .link {
  position: absolute;
  right: 47px;
  bottom: 20px;
}
.interview .interview_list .interview_text_box .link a {
  position: relative;
  display: block;
  font-size: 14px;
  font-weight: 500;
  transition: 0.3s;
}
.interview .interview_list .interview_text_box .link a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -10px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 6px solid #5a4b00;
  border-right: 0;
}
.interview .interview_list .interview_text_box .link a:hover {
  color: #A8852B;
}
.interview .interview_list .interview_text_box .link a:hover::after {
  border-left: 6px solid #A8852B;
}

.students .indexFlame02 {
  padding-top: 50px;
}
.students .indexFlame02 .inner__title03 {
  color: #A8852B;
  border-color: #A8852B;
  margin-bottom: 50px;
}
.students .index__list02 {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 20px;
  color: #464646;
  font-weight: 500;
  padding: 0 50px;
}
.students .index__list02 li {
  width: calc(25% - 15px);
}
.students .index__list02 li.list {
  width: calc(20% - 16px);
}
.students .index__text01 {
  font-size: 14px;
  line-height: 1.3;
  margin-top: 10px;
  text-align: center;
}
.students .index__text02 {
  color: #A8852B;
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
  margin-top: 10px;
}
.students .index__text02 span {
  font-size: 14px;
}
.students .index__text03 {
  text-align: center;
  font-size: 14px;
  margin-top: 3px;
}
.students .graduate {
  margin: 66px 0 0;
}
.students .graduate .graduate_box {
  margin-bottom: 60px;
}
.students .graduate .graduate_box:last-of-type {
  margin-bottom: 0;
}
.students .graduate .inner__title03 {
  position: relative;
}
.students .graduate .inner__title03.active::after {
  content: none;
}
.students .graduate .inner__title03::before {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background-color: #707070;
  position: absolute;
  right: 0;
  top: 25px;
  transform: translate(0%, -50%);
}
.students .graduate .inner__title03::after {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  background-color: #707070;
  position: absolute;
  right: 15px;
  top: 25px;
  transform: translate(0%, -50%);
}
.students .graduate__list {
  display: none;
}
.students .graduate__list .index__text01 {
  font-size: 12px;
}
.students .graduate__list .index__text02 {
  font-size: 18px;
}
.students .graduate__list .index__text03 {
  font-size: 12px;
}

.result-svg {
  text-align: center;
  margin: 130px 0 120px;
}

.attn {
  color: #464646;
  font-size: 14px;
  margin-top: 20px;
}

@media (hover: hover) {
  .inner__title03:hover {
    cursor: pointer;
  }
}
/* -------------------pc END------------------------------- */
@media screen and (max-width: 1170px) {
  .result .indexFlame {
    padding: 82px 100px;
  }
  .result .index__list {
    gap: 0 2%;
  }
  .result .index__list li {
    width: 49%;
    font-size: 18px;
  }
}
/* -------------------------------------------------- */
/* tablet向け */
/* --------------------------------------------------- */
/* ---------------------tablet END----------------------------- */
/* -------------------------------------------------- */
/* sp向け */
/* --------------------------------------------------- */
@media screen and (max-width: 768px) {
  .inner__title01 {
    margin-top: 20px;
  }
  .description {
    padding-top: 25px;
  }
  .description::after {
    bottom: -80px;
    border-right: 750px solid transparent;
    border-left: 750px solid transparent;
    border-top: 200px solid #FFF9D9;
    z-index: 1;
  }
  .description .inner {
    position: relative;
    z-index: 2;
  }
  .description .description__ttl {
    font-size: 20px;
  }
  .description .description__result {
    margin-top: 25px;
  }
  .description .description__text {
    font-size: 15px;
    margin-top: 20px;
  }
  .description .babble_title .title_inner02 {
    font-size: 20px;
    padding: 12px;
  }
  .description .babble_title .title_inner02::after {
    bottom: -12px;
    width: 8px;
    height: 14px;
  }
  .result {
    padding-top: 90px;
  }
  .result::after {
    bottom: -80px;
    border-right: 750px solid transparent;
    border-left: 750px solid transparent;
    border-top: 200px solid #fff;
    z-index: 1;
  }
  .result .inner__title02-sub02 {
    font-size: 16px;
  }
  .result .indexFlame {
    position: relative;
    flex-wrap: wrap;
    background-color: #FCEBEA;
    border-radius: 10px;
    padding: 15px 20px 30px;
    margin-top: 10px;
  }
  .result .index__list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 0 15.25%;
    width: 100%;
  }
  .result .index__list li {
    font-size: 16px;
    width: 100%;
  }
  .result .result-svg02 {
    margin-top: 30px;
  }
  .result .result-svg {
    margin: 75px 0 60px;
  }
  .interview {
    background-position: center center;
    padding-top: 90px;
  }
  .interview .interview_bg {
    padding: 45px 0 50px;
  }
  .interview .interview_bg .inner__btn {
    max-width: 100%;
    margin: 40px auto 0;
  }
  .interview .interview_list {
    flex-direction: column;
    margin-top: 25px;
  }
  .interview .interview_list .interview_img_box {
    width: 100%;
    border-radius: 10px 10px 0 0;
  }
  .interview .interview_list .interview_text_box {
    width: 100%;
    border-radius: 0 0 10px 10px;
  }
  .interview .interview_list .interview_text_box .brand_name_wrap {
    display: flex;
    align-items: center;
    gap: 0 2%;
    border-radius: 0;
    padding: 15px;
  }
  .interview .interview_list .interview_text_box .brand_name_wrap .icon {
    width: 15%;
  }
  .interview .interview_list .interview_text_box .brand_name_wrap .brand_name {
    width: 83%;
    font-size: 16px;
  }
  .interview .interview_list .interview_text_box .personal_data_wrap {
    padding: 15px 15px 30px;
  }
  .interview .interview_list .interview_text_box .cate {
    font-size: 14px;
  }
  .interview .interview_list .interview_text_box .name {
    font-size: 12px;
    margin-top: 5px;
  }
  .interview .interview_list .interview_text_box .lead {
    font-size: 16px;
    margin-top: 15px;
  }
  .interview .interview_list .interview_text_box .link {
    right: 20px;
    bottom: 10px;
  }
  .interview .interview_list .interview_text_box .link a {
    font-size: 14px;
  }
  .interview .interview_list .interview_text_box .link a:hover {
    color: inherit;
  }
  .interview .interview_list .interview_text_box .link a:hover::after {
    border-left: 6px solid inherit;
  }
  .students .indexFlame02 {
    padding-top: 25px;
  }
  .students .indexFlame02 .inner__title03 {
    margin-bottom: 25px;
  }
  .students .index__list02 {
    gap: 20px 2%;
    padding: 0;
  }
  .students .index__list02 li {
    width: 49%;
  }
  .students .index__list02 li.list {
    width: 49%;
  }
  .students .index__text01 {
    font-size: 12px;
    margin-top: 10px;
  }
  .students .index__text02 {
    font-size: 18px;
    margin-top: 7px;
  }
  .students .index__text02 span {
    font-size: 12px;
  }
  .students .index__text03 {
    font-size: 13px;
  }
  .students .graduate {
    margin: 33px 0 0;
  }
  .students .graduate.active .inner__title03::after {
    content: none;
  }
  .students .graduate .graduate_box {
    margin-bottom: 30px;
  }
  .students .graduate .inner__title03 {
    position: relative;
    margin-bottom: 25px;
  }
  .students .graduate .inner__title03::before {
    content: "";
    display: block;
    width: 20px;
    position: absolute;
    right: 0;
    top: 18px;
    transform: translate(0%, -50%);
  }
  .students .graduate .inner__title03::after {
    content: "";
    display: block;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 18px;
    transform: translate(0%, -50%);
  }
}
/* -------------------sp END------------------------------- *//*# sourceMappingURL=result.css.map */