@charset "UTF-8";
/* ----------------------------------------------------
	sassを使用しています。css編集の際はご注意ください。
	compass/scss
---------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
/* ----------------------------------------------------
sitetop
---------------------------------------------------- */
.btn_chart {
  margin-bottom: 60px;
  padding-top: 200px;
  background: url(../images/sitetop/bg_chart.png) center center no-repeat;
  height: 310px;
}
@media (max-width: 599px) {
  .btn_chart {
    padding-top: 26.667vw;
    margin-bottom: 16vw;
    background: none;
    height: auto;
  }
  .btn_chart img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
}
.btn_chart .chartopen {
  margin: 0 auto;
  width: 260px;
  height: 65px;
  position: relative;
  z-index: 2;
}
@media (max-width: 599px) {
  .btn_chart .chartopen {
    width: auto;
    height: auto;
  }
}
.btn_chart .chartopen span {
  padding-top: 6px;
  font-size: 26px;
  font-weight: bold;
  font-family: 'Zen Maru Gothic', sans-serif;
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  background: #000;
  border-radius: 100px;
  cursor: pointer;
  transition: 0.2s ease-in-out;
  border: 2px solid #000;
}
.btn_chart .chartopen span:hover {
  color: #000;
  border: 2px solid #000;
  background: #fff;
}
.btn_chart .chartopen span:after {
  content: "";
  display: block;
  width: 260px;
  height: 65px;
  border: 2px solid #000;
  background: #fff;
  position: absolute;
  z-index: -1;
  bottom: -6px;
  right: -6px;
  border-radius: 100px;
}

/* ----------------------------------------------------
overlay
---------------------------------------------------- */
.overlay_chart {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  z-index: 300;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}

/* ----------------------------------------------------
chart
---------------------------------------------------- */
.chart_wrapper {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
@media (max-width: 599px) {
  .chart_wrapper {
    display: block;
  }
}
.chart_container {
  width: 800px;
  position: relative;
}
@media (max-width: 599px) {
  .chart_container {
    position: static;
    width: 100%;
  }
}

#chart_close {
  position: absolute;
  top: -70px;
  right: -90px;
  width: 70px;
  height: 70px;
  z-index: 30;
  cursor: pointer;
}
@media (max-width: 599px) {
  #chart_close {
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
  }
}
#chart_close > .close_inner {
  position: relative;
  width: 100%;
  height: 100%;
}
#chart_close > .close_inner span {
  position: absolute;
  top: 33px;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  display: block;
}
#chart_close > .close_inner span:first-child {
  transform: rotate(45deg);
}
#chart_close > .close_inner span:nth-child(2) {
  transform: rotate(-45deg);
}
@media (max-width: 599px) {
  #chart_close > .close_inner span {
    top: 18px;
  }
}

/* start
--------------------------------- */
.chart_start {
  text-align: center;
  height: 540px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background: url(../images/sitetop/chart/chart_start.png) center center no-repeat;
  position: relative;
}
@media (max-width: 599px) {
  .chart_start {
    align-items: center;
    height: 162.133vw;
    background: url(../images/sitetop/chart/sp/chart_start.png) center center/100% no-repeat;
  }
}
.chart_start_inner {
  margin-bottom: 80px;
}
@media (max-width: 599px) {
  .chart_start_inner {
    margin: 34.667vw 0 0 0;
  }
}
.chart_start p {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 900;
  font-family: 'Noto Sans JP', sans-serif;
}
.chart_start .sp-ill {
  display: none;
}
@media (max-width: 599px) {
  .chart_start .sp-ill {
    margin: 0 auto;
    display: block;
    position: absolute;
    bottom: 2.667vw;
    right: 0;
    left: 0;
    z-index: 2;
  }
  .chart_start .sp-ill img {
    max-width: 100%;
    width: 86.4vw;
    height: auto;
  }
}
.chart_start .startbtn {
  margin: 0 auto;
  width: 260px;
  height: 65px;
  position: relative;
  z-index: 2;
}
@media (max-width: 599px) {
  .chart_start .startbtn {
    width: auto;
    height: auto;
  }
}
.chart_start .startbtn span {
  padding-top: 4px;
  font-size: 26px;
  font-weight: bold;
  font-family: 'Zen Maru Gothic', sans-serif;
  color: #fff;
  display: block;
  width: 260px;
  height: 65px;
  text-align: center;
  background: #000;
  border-radius: 100px;
  cursor: pointer;
  transition: 0.2s ease-in-out;
  border: 2px solid #000;
}
.chart_start .startbtn span:hover {
  color: #000;
  border: 2px solid #000;
  background: #fff;
}
.chart_start .startbtn span:after {
  content: "";
  display: block;
  width: 260px;
  height: 65px;
  border: 2px solid #000;
  background: #fff;
  position: absolute;
  z-index: -1;
  bottom: -6px;
  right: -6px;
  border-radius: 100px;
}

/* main
--------------------------------- */
#main {
  display: none;
}

@media (max-width: 599px) {
  #question_area {
    padding-top: 13.333vw;
  }
}
#question_area .sp-ill_1 {
  display: none;
}
@media (max-width: 599px) {
  #question_area .sp-ill_1 {
    line-height: 0;
    display: block;
    position: absolute;
    bottom: 0;
    left: 10px;
    z-index: 40;
  }
  #question_area .sp-ill_1 img {
    width: 20.267vw;
    height: auto;
  }
}
#question_area .sp-ill_2 {
  display: none;
}
@media (max-width: 599px) {
  #question_area .sp-ill_2 {
    line-height: 0;
    display: block;
    position: absolute;
    bottom: 0;
    right: 5px;
    z-index: 40;
  }
  #question_area .sp-ill_2 img {
    width: 23.733vw;
    height: auto;
  }
}

.txt_hide {
  display: none;
}

.txt_display {
  display: block;
}

/* btn
--------------------------------- */
#btn_area {
  position: relative;
  top: -140px;
  z-index: 30;
}
@media (max-width: 599px) {
  #btn_area {
    top: auto;
    bottom: 210px;
  }
}

.btn_area_container {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 599px) {
  .btn_area_container {
    flex-wrap: wrap;
  }
}

.btn_item {
  margin: 0 10px;
  width: 260px;
  height: 65px;
  position: relative;
  z-index: 2;
}
.btn_item a {
  padding-top: 6px;
  font-size: 26px;
  font-weight: bold;
  font-family: 'Zen Maru Gothic', sans-serif;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  border-radius: 100px;
  cursor: pointer;
  transition: 0.2s ease-in-out;
  border: 2px solid #000;
  color: #fff;
  background: #000;
}
.btn_item a:hover {
  opacity: 1;
  color: #000;
  background: #fff;
  border: 2px solid #000;
}
@media (max-width: 599px) {
  .btn_item a:hover {
    color: #fff;
    background: #000;
  }
}
.btn_item a:after {
  content: "";
  display: block;
  width: 260px;
  height: 65px;
  border: 2px solid #000;
  position: absolute;
  z-index: -1;
  bottom: -6px;
  right: -6px;
  border-radius: 100px;
  background: #fff;
}
@media (max-width: 599px) {
  .btn_item.yes {
    margin-bottom: 20px;
  }
}

/* q_box
--------------------------------- */
@media (max-width: 599px) {
  #q1 {
    position: relative;
  }
}

@media (max-width: 599px) {
  #q2 {
    position: relative;
  }
}

@media (max-width: 599px) {
  #q3 {
    position: relative;
  }
}

@media (max-width: 599px) {
  #q4 {
    position: relative;
  }
}

@media (max-width: 599px) {
  #q5 {
    position: relative;
  }
}

@media (max-width: 599px) {
  #q6 {
    position: relative;
  }
}

/* result
--------------------------------- */
@media (max-width: 599px) {
  .a_box {
    position: relative;
  }
}

@media (max-width: 599px) {
  #result_area {
    margin-top: -13.333vw;
  }
}

.faculty_morebtn {
  margin: 0 auto;
  width: 260px;
  height: 65px;
  position: relative;
  z-index: 2;
  top: -120px;
}
@media (max-width: 599px) {
  .faculty_morebtn {
    top: -40vw;
  }
}
.faculty_morebtn a {
  padding-top: 12px;
  font-size: 20px;
  font-weight: bold;
  font-family: 'Zen Maru Gothic', sans-serif;
  display: block;
  color: #fff;
  width: 100%;
  height: 100%;
  text-align: center;
  border-radius: 100px;
  cursor: pointer;
  transition: 0.2s ease-in-out;
  background: #000;
  border: 2px solid #000;
}
.faculty_morebtn a:hover {
  opacity: 1;
  color: #000;
  background: #fff;
  border: 2px solid #000;
}
.faculty_morebtn a:after {
  content: "";
  display: block;
  width: 260px;
  height: 65px;
  border: 2px solid #000;
  background: #fff;
  position: absolute;
  z-index: -1;
  bottom: -6px;
  right: -6px;
  border-radius: 100px;
}
