@charset "UTF-8";
/* START ページ移植時は不要 */
body {
  height: 100vh;
}

.container {
  max-width: 1000px;
  margin: auto;
  height: 100vh;
}

img {
  max-width: 100%;
  max-height: 100%;
}

.slick-arrow {
  z-index: 10;
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}

.slick-prev:before,
.slick-next:before {
  color: #000;
}

/* END ページ移植時は不要 */
@media only screen and (min-width: 768px), print, tv {
  .finchk__pc-hidden {
    display: none;
  }
}

.finchk {
  margin: auto;
  background-color: #f6f6f6;
  padding: 60px 0;
}
@media only screen and (min-width: 768px), print, tv {
  .finchk {
    padding: 30px 0 60px;
  }
}

.finchk__title-box {
  padding-left: 30px;
  padding-right: 30px;
}

.finchk__title {
  color: #007535;
  font-size: 26px;
  line-height: 1.27;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px), print, tv {
  .finchk__title {
    text-align: left;
    font-size: 30px;
  }
}

.finchk__message {
  color: #464646;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.38;
  text-align: center;
  margin-top: 20px;
}
@media only screen and (min-width: 768px), print, tv {
  .finchk__message {
    text-align: left;
    font-size: 20px;
  }
}

/* 設問スライドパネル
========================= */
.finchk__panels {
  margin-top: 60px;
  position: relative;
  overflow: hidden;
}

.finchk__panel {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  transition: all 600ms;
  box-sizing: border-box;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 60px;
}

.finchk__panel-before {
  transform: translate(100%, 0);
}

.finchk__panel-past {
  transform: translate(-100%, 0);
}

.finchk__template {
  display: none;
}

/* スライド共通
============================ */
@media only screen and (min-width: 768px), print, tv {
  .finchk__mark-and-label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}

.finchk__panel-mark {
  width: 100px;
  margin-left: auto;
  margin-right: auto;
}
.finchk__panel-mark img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 768px), print, tv {
  .finchk__panel-mark {
    width: 50px;
    margin-left: 0;
    margin-right: 0;
  }
}

.finchk__q-text {
  font-size: 24px;
  text-align: center;
  margin-top: 20px;
}
@media only screen and (min-width: 768px), print, tv {
  .finchk__q-text {
    font-size: 28px;
    margin-top: 0;
    margin-left: 20px;
  }
}

.finchk__qa-action {
  margin-top: 60px;
}
@media only screen and (min-width: 768px), print, tv {
  .finchk__qa-action {
    text-align: right;
  }
}
.finchk__qa-action button {
  width: 100%;
  border-radius: 10px;
  text-align: center;
  padding: 12px 0;
  font-size: 16px;
  color: #fff;
  border: none;
  background-color: #007535;
  font-weight: 600;
  position: relative;
}
.finchk__qa-action button::after {
  display: block;
  content: "";
  width: 6px;
  height: 10px;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  background-image: url(img/finchk/icon-btn-arrow.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  transform: rotate(180deg);
}
@media only screen and (min-width: 768px), print, tv {
  .finchk__qa-action button {
    width: 440px;
    border-radius: 5px;
  }
}

.finchk__qa-back-btn,
.finchk__qa-back-to-top-btn {
  width: 100%;
  border-radius: 10px;
  text-align: center;
  padding: 12px 0;
  font-size: 16px;
  color: #fff;
  border: none;
  background-color: #888888;
  font-weight: 600;
  margin-top: 60px;
  position: relative;
}
@media only screen and (min-width: 768px), print, tv {
  .finchk__qa-back-btn,
.finchk__qa-back-to-top-btn {
    width: 48.35%;
  }
}
.finchk__qa-back-btn:before,
.finchk__qa-back-to-top-btn:before {
  display: block;
  content: "";
  width: 6px;
  height: 10px;
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  background-image: url(img/finchk/icon-btn-arrow.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

/* 設問トップ
=============================== */
.finchk__tokui-chks {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (min-width: 768px), print, tv {
  .finchk__tokui-chks {
    justify-content: flex-start;
  }
}

.finchk__tokui-chk {
  display: flex;
  justify-content: flex-start;
  cursor: pointer;
  width: 45%;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px), print, tv {
  .finchk__tokui-chk {
    width: auto;
    margin-bottom: 0;
    margin-left: 60px;
  }
  .finchk__tokui-chk:first-child {
    margin-left: 0;
  }
}

.finchk__tokui-chk:not(.finchk__tokui-chked) .finchk__chkbox-chked {
  display: none;
}

.finchk__tokui-chk.finchk__tokui-chked .finchk__chkbox-unchk {
  display: none;
}

.finchk__chkbox {
  width: 30px;
}
.finchk__chkbox img {
  width: 100%;
  height: auto;
}

.finchk__tokui-chk[data-kyoka=e] {
  order: 1;
}

.finchk__tokui-chk[data-kyoka=m] {
  order: 3;
}

.finchk__tokui-chk[data-kyoka=j] {
  order: 5;
}

.finchk__tokui-chk[data-kyoka=r] {
  order: 2;
}

.finchk__tokui-chk[data-kyoka=s] {
  order: 4;
}

@media only screen and (min-width: 768px), print, tv {
  .finchk__tokui-chk[data-kyoka=e] {
    order: 1;
  }

  .finchk__tokui-chk[data-kyoka=m] {
    order: 2;
  }

  .finchk__tokui-chk[data-kyoka=j] {
    order: 3;
  }

  .finchk__tokui-chk[data-kyoka=r] {
    order: 4;
  }

  .finchk__tokui-chk[data-kyoka=s] {
    order: 5;
  }
}
.finchk__tokui-kyoka {
  font-size: 23px;
  margin-left: 15px;
}

/* 教科別設問
=================================== */
@media only screen and (min-width: 768px), print, tv {
  .finchk__kyoka-title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}

.finchk__qa-kyoka-label {
  margin-top: 20px;
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 26px;
  padding: 7px 0 4px;
  color: #fff;
  border-radius: 10px;
}
@media only screen and (min-width: 768px), print, tv {
  .finchk__qa-kyoka-label {
    margin-top: 0;
    margin-left: 20px;
    margin-right: 0;
  }
}
.finchk__qa-kyoka-label.finchk__qa-sbj-e {
  background-color: #e50065;
}
.finchk__qa-kyoka-label.finchk__qa-sbj-m {
  background-color: #0091db;
}
.finchk__qa-kyoka-label.finchk__qa-sbj-j {
  background-color: #e97f00;
}
.finchk__qa-kyoka-label.finchk__qa-sbj-r {
  background-color: #00a73b;
}
.finchk__qa-kyoka-label.finchk__qa-sbj-s {
  background-color: #ba511f;
}

.finchk__qa-title {
  height: 4em;
  margin-top: 20px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}
@media only screen and (min-width: 768px), print, tv {
  .finchk__qa-title {
    margin-top: 0;
    text-align: left;
    height: auto;
    margin-left: 20px;
  }
}

.finchk__qa-options {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 768px), print, tv {
  .finchk__qa-options {
    justify-content: stretch;
  }
}

.finchk__qa-option {
  width: 142px;
  height: 142px;
  background-color: #007535;
  border: none;
  border-radius: 10px;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}
@media only screen and (min-width: 768px), print, tv {
  .finchk__qa-option {
    width: 100%;
    margin-left: 30px;
  }
  .finchk__qa-option:first-child {
    margin-left: 0;
  }
}

/* 診断結果画面
============================= */
.finchk__result {
  opacity: 0;
}

.finchk__result-title {
  margin-top: 20px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}
@media only screen and (min-width: 768px), print, tv {
  .finchk__result-title {
    font-size: 28px;
    line-height: 1;
    text-align: left;
    margin-top: 0;
  }
}

.finchk__result-message {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.53;
  text-align: center;
  margin-top: 30px;
}
@media only screen and (min-width: 768px), print, tv {
  .finchk__result-message {
    font-size: 20px;
    text-align: left;
    margin-top: 20px;
    line-height: 1.3;
  }
}

.finchk__result-texts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 30px;
}

.finchk__reccommend {
  width: 45%;
  display: flex;
  margin-bottom: 15px;
  align-items: flex-start;
}
.finchk__reccommend img {
  width: 29%;
  height: auto;
}
@media only screen and (min-width: 768px), print, tv {
  .finchk__reccommend img {
    width: 64px;
  }
}
.finchk__reccommend span {
  padding-left: 5px;
  font-size: 14px;
}
@media only screen and (min-width: 768px), print, tv {
  .finchk__reccommend span {
    font-size: 20px;
    padding-left: 20px;
  }
}

.finchk__result-message2 {
  font-size: 23px;
  font-weight: 600;
  color: #0565bc;
  text-align: center;
  padding-top: 30px;
}
@media only screen and (min-width: 768px), print, tv {
  .finchk__result-message2 {
    font-size: 30px;
  }
}

@media only screen and (min-width: 768px), print, tv {
  .finchk__result-back-btuttons {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
  }
  .finchk__result-back-btuttons > div {
    width: 100%;
    margin-left: 30px;
  }
  .finchk__result-back-btuttons > div:first-child {
    margin-left: 0;
  }
}

.finchk__result .finchk__qa-back-btn {
  margin-top: 30px;
}
@media only screen and (min-width: 768px), print, tv {
  .finchk__result .finchk__qa-back-btn {
    margin-top: 0;
    width: 100%;
  }
}

.finchk__qa-back-to-top-btn {
  margin-top: 20px;
}
@media only screen and (min-width: 768px), print, tv {
  .finchk__qa-back-to-top-btn {
    margin-top: 0;
    width: 100%;
  }
}

.finchk__result-slides {
  width: 100vw;
  position: relative;
  left: -30px;
}
@media only screen and (min-width: 768px), print, tv {
  .finchk__result-slides {
    width: 100%;
    left: 0;
  }
}
.finchk__result-slides .slick-arrow::before {
  font-size: 25px;
  color: #007535;
}
@media only screen and (min-width: 768px), print, tv {
  .finchk__result-slides .slick-arrow::before {
    font-size: 30px;
  }
}
.finchk__result-slides .slick-prev,
.finchk__result-slides .slick-next {
  width: 25px;
  height: 25px;
}
@media only screen and (min-width: 768px), print, tv {
  .finchk__result-slides .slick-prev,
.finchk__result-slides .slick-next {
    width: 32px;
    height: 32px;
  }
}
.finchk__result-slides .slick-prev {
  left: 20px;
}
@media only screen and (min-width: 768px), print, tv {
  .finchk__result-slides .slick-prev {
    left: 0;
  }
}
.finchk__result-slides .slick-next {
  right: 20px;
}
@media only screen and (min-width: 768px), print, tv {
  .finchk__result-slides .slick-next {
    right: 0;
  }
}
.finchk__result-slides .slick-dots .slick-active button:before {
  font-size: 10px;
  color: #007535;
}

.finchk__slideitem {
  padding: 7px;
}

.finchk__slideitem-link {
  display: inline-block;
  width: 100%;
}
.finchk__slideitem-link:not(.js-sample) {
  cursor: default;
}

.finchk__result-form-link {
  margin-top: 30px;
  text-align: center;
}
.finchk__result-form-link button {
  width: 100%;
  border-radius: 10px;
  text-align: center;
  padding: 12px 0;
  font-size: 16px;
  color: #fff;
  border: none;
  background-color: #46bf0a;
  font-weight: 600;
  position: relative;
}
.finchk__result-form-link button::after {
  display: block;
  content: "";
  width: 6px;
  height: 10px;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  background-image: url(img/finchk/icon-btn-arrow.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  transform: rotate(180deg);
}
@media only screen and (min-width: 768px), print, tv {
  .finchk__result-form-link button {
    width: 440px;
    border-radius: 5px;
  }
}

.finchk__message-all-cheked {
  display: none;
}

.finchk__result-all-checked .finchk__message-default {
  display: none;
}
.finchk__result-all-checked .finchk__message-all-cheked {
  display: inline;
}

/*# sourceMappingURL=style.css.map */
