html, body {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
@media screen and (max-width: 768px) {
  html, body {
    width: 100%;
    overflow-x: hidden;
  }
}

.pcb {
  display: block;
}
@media screen and (max-width: 768px) {
  .pcb {
    display: none;
  }
}

.spb {
  display: none;
}
@media screen and (max-width: 768px) {
  .spb {
    display: block;
  }
}

header {
  background: #f1edec;
}
header h1 {
  position: relative;
  padding: 30px 40px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  header h1 {
    padding: 0 20px 15px;
  }
  header h1 img {
    width: 40%;
  }
}

main {
  margin-bottom: 200px;
}
@media screen and (max-width: 768px) {
  main {
    margin-bottom: 100px;
  }
}

.mainArea {
  margin-bottom: 100px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .mainArea {
    margin-top: 5%;
    margin-bottom: 15%;
  }
}

.mainArea:after {
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 205%;
  background: #f1edec;
  z-index: -1;
  transform: skewY(-7deg);
  transform-origin: top right;
}

.mainArea__inner {
  width: 960px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .mainArea__inner {
    width: 80%;
    margin: 0 10%;
  }
}
.mainArea__inner h1 {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mainArea__inner h1 img {
    width: 100%;
  }
}

.pict__parts p {
  position: absolute;
}
.pict__parts .pict01 {
  top: 20px;
  left: -170px;
}
@media screen and (max-width: 768px) {
  .pict__parts .pict01 {
    top: -4%;
    left: -23%;
  }
  .pict__parts .pict01 img {
    width: 40%;
  }
}
.pict__parts .pict02 {
  top: 320px;
  right: -100px;
}
@media screen and (max-width: 768px) {
  .pict__parts .pict02 {
    top: 25%;
    right: -58%;
  }
  .pict__parts .pict02 img {
    width: 40%;
  }
}
.pict__parts .pict03 {
  top: 650px;
  left: -70px;
}
@media screen and (max-width: 768px) {
  .pict__parts .pict03 {
    top: 40%;
    left: -20%;
  }
  .pict__parts .pict03 img {
    width: 40%;
  }
}

.contents {
  width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .contents {
    width: 95%;
    margin: 0 2.5%;
  }
}

h2 {
  text-align: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  h2 img {
    width: 40%;
  }
}

.read {
  text-align: center;
  margin-top: 50px;
  font-size: 28px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .read {
    font-size: 16px;
    margin-top: 7%;
  }
}

.selectArea {
  margin: 60px 0 20px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .selectArea {
    display: block;
  }
}
.selectArea h3 {
  font-size: 36px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .selectArea h3 {
    font-size: 21px;
  }
}
.selectArea p {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .selectArea p {
    text-align: right;
    margin-top: 10px;
  }
}
.selectArea a {
  font-size: 18px;
  color: #000;
  text-decoration: none;
  padding-left: 15px;
}
.selectArea a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .selectArea a {
    font-size: 14px;
  }
}
.selectArea.syakai {
  border-top: 6px solid #f5a843;
  padding-top: 25px;
}
@media screen and (max-width: 768px) {
  .selectArea.syakai {
    border-top: 4px solid #f5a843;
    padding-top: 15px;
  }
}
.selectArea.syakai span {
  display: inline-block;
  width: 28px;
  height: 28px;
  border: 4px solid #f5a843;
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .selectArea.syakai span {
    width: 14px;
    height: 14px;
    border: 2px solid #f5a843;
    margin-right: 10px;
  }
}
.selectArea.syakai a {
  background: url(../img/arrow-syahai.png) no-repeat 0 50%;
}
.selectArea.bungei {
  border-top: 6px solid #7c4f9c;
  padding-top: 25px;
}
@media screen and (max-width: 768px) {
  .selectArea.bungei {
    border-top: 4px solid #7c4f9c;
    padding-top: 15px;
  }
}
.selectArea.bungei span {
  display: inline-block;
  width: 28px;
  height: 28px;
  border: 4px solid #7c4f9c;
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .selectArea.bungei span {
    width: 14px;
    height: 14px;
    border: 2px solid #7c4f9c;
    margin-right: 10px;
  }
}
.selectArea.bungei a {
  background: url(../img/arrow-bungei.png) no-repeat 0 50%;
}
.selectArea.keizai {
  border-top: 6px solid #ec7387;
  padding-top: 25px;
}
@media screen and (max-width: 768px) {
  .selectArea.keizai {
    border-top: 4px solid #ec7387;
    padding-top: 15px;
  }
}
.selectArea.keizai span {
  display: inline-block;
  width: 28px;
  height: 28px;
  border: 4px solid #ec7387;
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .selectArea.keizai span {
    width: 14px;
    height: 14px;
    border: 2px solid #ec7387;
    margin-right: 10px;
  }
}
.selectArea.keizai a {
  background: url(../img/arrow-keizai.png) no-repeat 0 50%;
}
.selectArea.hougaku {
  border-top: 6px solid #50bdaa;
  padding-top: 25px;
}
@media screen and (max-width: 768px) {
  .selectArea.hougaku {
    border-top: 4px solid #50bdaa;
    padding-top: 15px;
  }
}
.selectArea.hougaku span {
  display: inline-block;
  width: 28px;
  height: 28px;
  border: 4px solid #50bdaa;
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .selectArea.hougaku span {
    width: 14px;
    height: 14px;
    border: 2px solid #50bdaa;
    margin-right: 10px;
  }
}
.selectArea.hougaku a {
  background: url(../img/arrow-hougaku.png) no-repeat 0 50%;
}

.select_btn {
  margin-top: 10px;
  padding: 16px 36px;
  font-size: 28px;
  font-weight: bold;
  background: #f1edec url(../img/arrow-dbl.png) no-repeat 95% 50%;
  cursor: pointer;
  border: 4px solid #f1edec;
  transition: all 0.3s;
}
.select_btn:hover {
  background: #fff url(../img/arrow-dbl.png) no-repeat 95% 50%;
  border: 4px solid #f1edec;
}
@media screen and (max-width: 768px) {
  .select_btn {
    font-size: 16px;
    padding: 10px 20px;
    background-size: 11px 11px;
    transition: none;
  }
}

.nextHeader {
  position: relative;
  z-index: 0;
  padding-top: 2.5%;
  padding-bottom: 75px;
}
@media screen and (max-width: 768px) {
  .nextHeader {
    padding-bottom: 35px;
  }
}
.nextHeader .nextTitle {
  width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .nextHeader .nextTitle {
    width: 100%;
    margin: 0 2.5%;
  }
  .nextHeader .nextTitle img {
    width: 50%;
  }
}

.nextHeader:after {
  content: "";
  top: -50%;
  left: 0;
  width: 100%;
  height: 250%;
  position: absolute;
  background: #f1edec;
  z-index: -1;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 50%, 0% 80%, 0% 50%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 50%, 0% 80%, 0% 50%);
}
@media screen and (max-width: 768px) {
  .nextHeader:after {
    top: -100%;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 50%, 0% 70%, 0% 50%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 50%, 0% 70%, 0% 50%);
  }
}

.resultArea {
  margin-top: 80px;
  padding-bottom: 60px;
  background: #f1edec;
}
@media screen and (max-width: 768px) {
  .resultArea {
    margin-top: 30px;
    padding-bottom: 30px;
  }
}
.resultArea h3 {
  font-size: 36px;
  font-weight: bold;
  padding: 40px 60px;
}
@media screen and (max-width: 768px) {
  .resultArea h3 {
    font-size: 21px;
    padding: 15px 20px;
  }
}
.resultArea .testArea {
  padding: 30px 60px 10px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .resultArea .testArea {
    padding: 15px 20px 5px;
  }
}
.resultArea .test_day, .resultArea .test_md {
  font-weight: bold;
  padding-right: 50px;
  border-right: 6px solid #ded5d2;
}
@media screen and (max-width: 768px) {
  .resultArea .test_day, .resultArea .test_md {
    padding-right: 20px;
    border-right: 3px solid #ded5d2;
    height: 95px;
  }
}
.resultArea .test_day {
  padding-left: 50px;
  border-right: none;
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  .resultArea .test_day {
    padding-left: 20px;
    border-right: none;
    display: flex;
    align-items: center;
  }
}
.resultArea.syakai {
  border-top: 24px solid #f5a843;
}
@media screen and (max-width: 768px) {
  .resultArea.syakai {
    border-top: 12px solid #f5a843;
  }
}
.resultArea.syakai .testArea {
  border-top: 6px solid #f5a843;
}
@media screen and (max-width: 768px) {
  .resultArea.syakai .testArea {
    border-top: 3px solid #f5a843;
  }
}
.resultArea.bungei {
  border-top: 24px solid #7c4f9c;
}
@media screen and (max-width: 768px) {
  .resultArea.bungei {
    border-top: 12px solid #7c4f9c;
  }
}
.resultArea.bungei .testArea {
  border-top: 6px solid #7c4f9c;
}
@media screen and (max-width: 768px) {
  .resultArea.bungei .testArea {
    border-top: 3px solid #7c4f9c;
  }
}
.resultArea.keizai {
  border-top: 24px solid #ec7387;
}
@media screen and (max-width: 768px) {
  .resultArea.keizai {
    border-top: 12px solid #ec7387;
  }
}
.resultArea.keizai .testArea {
  border-top: 6px solid #ec7387;
}
@media screen and (max-width: 768px) {
  .resultArea.keizai .testArea {
    border-top: 3px solid #ec7387;
  }
}
.resultArea.hougaku {
  border-top: 24px solid #50bdaa;
}
@media screen and (max-width: 768px) {
  .resultArea.hougaku {
    border-top: 12px solid #50bdaa;
  }
}
.resultArea.hougaku .testArea {
  border-top: 6px solid #50bdaa;
}
@media screen and (max-width: 768px) {
  .resultArea.hougaku .testArea {
    border-top: 3px solid #50bdaa;
  }
}

.test_subject {
  padding: 0 60px;
}
@media screen and (max-width: 768px) {
  .test_subject {
    padding: 0 20px;
  }
  .test_subject ul {
    margin-top: 10px;
  }
}
.test_subject li {
  margin-top: 0;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .test_subject li {
    font-size: 16px;
  }
}

.test_subject-offer {
  font-size: 14px;
  margin-top: 10px;
  padding: 0 60px;
  color: #434343;
}
@media screen and (max-width: 768px) {
  .test_subject-offer {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .test_subject-offer {
    font-size: 11px;
    margin-top: 5px;
  }
}

.testArea {
  display: flex;
  align-items: center;
}

.test_day_inner {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .test_day_inner {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .test_day_text {
    display: flex;
    align-items: end;
  }
}

.test_md {
  display: flex;
  align-items: center;
}

.test_md_text00 {
  font-size: 96px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .test_md_text00 {
    font-size: 60px;
  }
}

.test_md_text01 {
  font-size: 50px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .test_md_text01 {
    font-size: 32px;
  }
}

.test_md_text02 {
  font-size: 30px;
  padding-left: 10px;
}
@media screen and (max-width: 768px) {
  .test_md_text02 {
    font-size: 25px;
    line-height: 2;
    padding-left: 0;
    vertical-align: bottom;
  }
}

.test_day_text00 {
  font-size: 25px;
}
@media screen and (max-width: 768px) {
  .test_day_text00 {
    font-size: 16px;
  }
}

.test_day_text01 {
  font-size: 96px;
}
@media screen and (max-width: 768px) {
  .test_day_text01 {
    font-size: 60px;
    line-height: 1;
  }
}

.test_day_text02 {
  font-size: 30px;
  margin-left: -30px;
}
@media screen and (max-width: 768px) {
  .test_day_text02 {
    font-size: 20px;
    margin-left: 0;
  }
}

.test_day_text03 {
  font-size: 25px;
  padding-left: 10px;
}
@media screen and (max-width: 768px) {
  .test_day_text03 {
    font-size: 16px;
  }
}

.subject__btnArea {
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .subject__btnArea {
    font-size: 16px;
  }
}
.subject__btnArea li {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .subject__btnArea li {
    margin-top: 20px;
  }
}
.subject__btnArea li a {
  display: block;
  background: #4da0ce url(../img/arrow-btn_white.png) no-repeat 95% 50%;
  border-radius: 45px;
  width: 580px;
  margin: 0 auto;
  color: #fff;
  text-decoration: none;
  padding: 35px 0;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .subject__btnArea li a {
    width: 90%;
    border-radius: 85px;
    padding: 15px 0;
  }
}
.subject__btnArea li a:hover {
  background: #fff url(../img/arrow-btn_blue.png) no-repeat 95% 50%;
  color: #4da0ce;
}

.result__footer .result__footer--offer {
  text-align: right;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .result__footer .result__footer--offer {
    margin-top: 30px;
    font-size: 11px;
    text-align: left;
    padding: 0 10px;
  }
}
.result__footer .result__footer--instArea {
  margin: 100px 0 110px;
}
@media screen and (max-width: 768px) {
  .result__footer .result__footer--instArea {
    margin: 40px 0;
  }
}
.result__footer .result__footer--instArea a {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 580px;
  margin: 0 auto;
  border: 2px solid #e8e2e0;
  padding: 20px;
  font-size: 18px;
  text-decoration: none;
  color: #000;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .result__footer .result__footer--instArea a {
    width: 100%;
  }
  .result__footer .result__footer--instArea a img {
    padding-right: 15px;
  }
}
.result__footer .result__footer--instArea a:hover {
  opacity: 0.6;
}
.result__footer .result__footer--btnArea ul {
  display: flex;
  justify-content: space-around;
  text-align: center;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .result__footer .result__footer--btnArea ul {
    display: block;
  }
}
.result__footer .result__footer--btnArea ul li {
  width: 418px;
  font-size: 18px;
}
.result__footer .result__footer--btnArea ul li img {
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .result__footer .result__footer--btnArea ul li {
    width: 90%;
    margin: 0 auto;
    font-size: 16px;
    margin-bottom: 25px;
  }
  .result__footer .result__footer--btnArea ul li img {
    width: 100%;
    padding-bottom: 5px;
    max-width: 164px;
  }
}
.result__footer .result__footer--btnArea ul li a {
  padding: 30px 0;
  display: block;
  text-decoration: none;
  border: 4px solid #4da0ce;
  border-radius: 45px;
  background: url(../img/arrow-btn_blue.png) no-repeat 90% 50%;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .result__footer .result__footer--btnArea ul li a {
    padding: 20px 0;
  }
}
.result__footer .result__footer--btnArea ul li a:hover {
  background: #4da0ce url(../img/arrow-btn_white.png) no-repeat 90% 50%;
  color: #fff;
}

.return--btnArea ul {
  display: flex;
  justify-content: space-around;
  text-align: center;
  margin-top: 75px;
}
@media screen and (max-width: 768px) {
  .return--btnArea ul {
    display: block;
    margin-top: 50px;
  }
}
.return--btnArea li {
  width: 418px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .return--btnArea li {
    width: 90%;
    margin: 0 auto;
    font-size: 16px;
    margin-bottom: 25px;
  }
}
.return--btnArea li a {
  padding: 30px 0;
  display: block;
  text-decoration: none;
  border: 4px solid #4da0ce;
  border-radius: 45px;
  background: url(../img/arrow-btn_blue.png) no-repeat 90% 50%;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .return--btnArea li a {
    padding: 20px 0;
  }
}
.return--btnArea li a:hover {
  background: #4da0ce url(../img/arrow-btn_white.png) no-repeat 90% 50%;
  color: #fff;
}

footer {
  font-size: 14px;
  padding-left: 25px;
  padding-bottom: 25px;
  color: #666;
}
@media screen and (max-width: 768px) {
  footer {
    font-size: 11px;
    padding-left: 10px;
  }
}

.step02 {
  display: none;
}

.step03 {
  display: none;
}

.step04 {
  display: none;
}

.step05 {
  display: none;
}

.result {
  display: none;
}/*# sourceMappingURL=style.css.map */