@charset "UTF-8";
/* ===================================================================

 file name  :shindan-lp.css

=================================================================== */
/* =============================

	overwrite

=============================== */
body {
  background-color: #E9E8D0;
}
.l-wrap {
  min-width: 320px !important;
  font-family: YakuHanJP, 'Noto Sans JP', sans-serif !important;
}
.l-main {
  max-width: 600px;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #F9F9F3 !important;
}

.l-content {
  padding: 0 !important;
}

.u-ff-jost {
  font-family: "Jost", sans-serif !important;
}

/* =================================== */

/*
c-header
---------------------------*/

.c-header {
  position: static !important;
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
  background: #fff;
}
.c-header__logo {
  padding: 0;
}
.c-header__logo span {
  display: inline-block;
}
.c-header__logo-img {
  height: 20px;
  margin-right: 10px;
}
.c-header__logo-img img {
  height: 100%;
  width: auto;
  max-width: initial;
}
.c-header__logo-txt {
  font-weight: 700;
  font-size: 1.2rem !important;
  line-height: 1.2;
}

/*
c-footer
---------------------------*/
.c-footer {
  max-width: 600px;
  margin: 0 auto;
  background: #4A5F76;
  color: #fff;
}
.c-footer__inner {
  max-width: 600px;
  margin: 0 auto;
}

/* CTA */
.c-footer__cta {
  text-align: center;
  padding: 50px 25px;
  background-color: #111A26;
}
.c-footer__cta-ttl {
  font-size: clamp(15px, 4vw, 24px);
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 40px;
}
.c-footer__cta-ttl strong {
  font-size: clamp(20px, 5.333vw, 32px);
}
.c-footer__cta-txt {
  font-size: clamp(14px, 3.733vw, 22.4px);
  line-height: 1.8;
  margin-bottom: 40px;
  color: #fff;
}
.c-footer__cta-btn a {
  display: block;
  transition: opacity 0.3s ease;
}
.c-footer__cta-btn a img {
  width: 100%;
  height: auto;
}
.c-footer__cta-btn a:hover {
  opacity: 0.8;
}

/* Contact */
.c-footer__contact {
  text-align: center;
  padding: 50px 25px 0;
}
.c-footer__contact-label {
  display: inline-block;
  padding: 8px 20px;
  background-color: #fff;
  border-radius: 100px;
  font-size: clamp(15px, 4vw, 24px);
  line-height: 1;
  margin-bottom: 32px;
  color: #4A5F76;
}
.c-footer__contact-name {
  font-size: clamp(15px, 4vw, 24px);
  line-height: 1.7;
  margin-bottom: 15px;
}
.c-footer__contact-tel {
  margin-bottom: 20px;
  font-size: clamp(24px, 6.4vw, 38.4px);
}
.c-footer__contact-tel span {
  margin-bottom: 10px;
  font-size: clamp(32px, 8.533vw, 51.2px);
}
.c-footer__contact-tel a {
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.02em;
}
.c-footer__contact-time {
  margin-bottom: 32px;
  font-size: clamp(12px, 3.2vw, 19.2px);
}

/* Link */
.c-footer__link {
  margin-bottom: 32px;
}
.c-footer__link a {
  display: block;
  transition: opacity 0.3s ease;
}
.c-footer__link a img {
  width: 100%;
  height: auto;
}
.c-footer__link a:hover {
  opacity: 0.8;
}

/* HR */
.c-footer__hr {
  display: block !important;
  border: none;
  border-top: 1px solid #fff;
}

/* Copyright */
.c-footer__copyright {
  max-width: 600px;
  text-align: center;
  font-size: clamp(12px, 3.2vw, 19.2px);
  padding: 32px 0;
}


/*
sec-mv
---------------------------*/
.sec-mv {
  position: relative;
}
.sec-mv__img {

}
.sec-mv__img img {
  width: 100%;
  height: auto;
}

.sec-mv__btn {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 128px;
  height: 128px;
}
.sec-mv__btn a {
  display: block;
}
.sec-mv__btn a:hover img {
  scale: 1.1;
}
.sec-mv__btn a img {
  width: 100%;
  height: auto;
  transition: scale 0.3s ease;
}

/*
sec-shindan
---------------------------*/
.sec-shindan {

}
.sec-shindan__inner {
  padding: 50px 10px 0;
}

.sec-shindan__ttl {
  text-align: center;
  font-size: clamp(15px, 4vw, 24px);
  line-height: 2;
  letter-spacing: -0.75px;
  margin-bottom: 40px;
}

.sec-shindan__txt {
  position: relative;
  text-align: center;
  font-size: clamp(16px, 4.267vw, 25.6px);
  line-height: 2;
  padding: 0 0 140px;
}
.sec-shindan__txt strong {
  text-align: center;
  font-size: clamp(25px, 6.667vw, 40px);
  line-height: 2;
  color: #853785;
}
.sec-shindan__txt::before {
  position: absolute;
  bottom: 40px;
  left: 50%;
  width: 1px;
  height: 60px;
  background-color: #BBB;
  content: '';
}



.sec-shindan__result-btn {
  padding: 60px 10px;
}
.sec-shindan__result-btn button {
  display: block;
  border: none;
  padding: 0;
  margin: 0;
  width: 100%;
  background-color: transparent;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.sec-shindan__result-btn button:hover {
  opacity: 0.8;
}
.sec-shindan__result-btn img {
  width: 100%;
  height: auto;
}

.sec-shindan__reserv-txt {
  margin: 0 -10px;
}
.sec-shindan__reserv-txt img {
  width: 100%;
  height: auto;
}

/*
check-card
---------------------------*/
.check-card {
  margin-bottom: 25px;
  padding: 24px 10px 14px;
  background-color: #C9A56E;
  border-radius: 15px;
}
.check-card__inner {
  position: relative;
  background-color: #fff;
  padding: 44px 20px 20px;
}
.check-card__binder {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 234px;
  z-index: 1;
}
.check-card__binder img {
  width: 100%;
}
.check-card__ttl {
  margin-bottom: 0;
}
.check-card__ttl img {
  width: 100%;
  height: auto;
}
.check-card__list {
  list-style: none;
}
.check-card__item {
  padding: 20px 0;
  border-bottom: 1px solid #ACBBC3;
}
.check-card__item:last-of-type {
  padding-bottom: 0;
}
.check-card__item:last-child {
  border-bottom: none;
}
.check-card__label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
}
.check-card__label input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 16px;
  height: 16px;
  border: 1px solid #BBB;
  flex-shrink: 0;
  margin-top: 4px;
  cursor: pointer;
  position: relative;
  background: #fff;
}
.check-card__label input[type="checkbox"]:checked {

}
.check-card__label input[type="checkbox"]:checked::after {
  content: '✓';
  position: absolute;
  left: 2px;
  top: -5px;
  color: #C30D23;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.check-card__num {
  font-size: 1.5rem;
  line-height: 1.5;
}
.check-card__text {
  font-size: 1.5rem;
  line-height: 1.5;
}

/*
sec-result（診断結果ページ）
---------------------------*/
.sec-result {
  padding: 30px 0 0;
}
.sec-result__inner {
  padding: 0 10px;
}

/* result-card */
.result-card {
  margin-bottom: clamp(80px, 21.333vw, 136px);
  padding: 24px 10px 14px;
  background-color: #C9A56E;
  border-radius: 15px;
}
.result-card__inner {
  position: relative;
  background-color: #fff;
  padding: 44px 20px 20px;
}
.result-card__binder {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 234px;
  z-index: 1;
}
.result-card__binder img {
  width: 100%;
}
.result-card__head {
  display: flex;
  margin-bottom: 34px;
  padding: 20px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  align-self: stretch;
  background-color: #FFFDCE;
  text-align: center;
}
.result-card__head-label {
  font-size: clamp(20px, 5.333vw, 32px);
  font-weight: 700;
  line-height: 1;
}
.result-card__head-type {
  font-size: clamp(32px, 8.533vw, 51.2px);
  font-weight: 700;
  line-height: 1.2;
  color: #853785;
}
.result-card__head-type img {
  width: 80%;
  max-width: 300px;
  height: auto;
}

/* result-card section */
.result-card__section {
  margin-bottom: 25px;
}
.result-card__section:last-child {
  margin-bottom: 0;
}
.result-card__section-ttl {
  margin-bottom: 15px;
  background-color: #853785;
  font-size: clamp(17px, 4.533vw, 27.2px);
  line-height: 1;
  font-weight: 700;
  color: #fff;
  padding: 10px 20px;
  text-align: center;
}
.result-card__section-body p {
  font-size: clamp(15px, 4vw, 24px);
  line-height: 1.5;
  margin-bottom: 10px;
}
.result-card__section-body p:last-child {
  margin-bottom: 0;
}
.result-card__section-list {
  list-style: none;
}
.result-card__section-list li {
  font-size: clamp(15px, 4vw, 24px);
  line-height: 1.8;
  padding-left: 1.2em;
  position: relative;
}
.result-card__section-list li::before {
  content: '・';
  position: absolute;
  left: 0;
  color: #853785;
}

/* チェック結果 */
.sec-result__check {
  position: relative;
  background: #E9E8D0;
  border-radius: 10px;
  padding: clamp(46px, 12.267vw, 73.6px) 20px 30px 20px;
  margin: 0 20px 90px;
}
.sec-result__check::before {
  position: absolute;
  bottom: -60px;
  left: 50%;
  width: 1px;
  height: 60px;
  background-color: #BBB;
  content: '';
}

.sec-result__check-ttl {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -55%);
  width: 100%;
  text-align: center;
}
.sec-result__check-ttl img {
  width: 100%;
  height: auto;
}
.result-check-list {
  list-style: none;
  padding-top: 15px;
}
.result-check-list__item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 1.5rem;
  line-height: 1.7;
  padding: 6px 0;
}
.result-check-list__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.result-check-list__item:first-child {
  padding-top: 0;
}
.result-check-list__box {
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid #BBB;
  flex-shrink: 0;
  margin-top: 4px;
  position: relative;
  background: #fff;
}
.result-check-list__box::after {
  content: '✓';
  position: absolute;
  left: 2px;
  top: -5px;
  color: #C30D23;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}

/*
sec-result__btn
---------------------------*/
.sec-result__btn {
  margin-bottom: 10px;
  padding: 0 10px;
}
.sec-result__btn._back {
  margin-top: 60px;
  margin-bottom: 60px;
}
.sec-result__btn a {
  display: block;
  transition: opacity 0.3s ease;
}
.sec-result__btn a:hover {
  opacity: 0.8;
}
.sec-result__btn a img {
  width: 100%;
  height: auto;
}

/* suggest */
.sec-result__suggest {
  position: relative;
  margin: 0 -20px 60px;
  padding: 0;
}
.sec-result__suggest-head {
  text-align: center;
  margin-bottom: 20px;
}
.sec-result__suggest-label {
  font-size: clamp(15px, 4vw, 24px);
  margin-bottom: 5px;
}
.sec-result__suggest-name {
  font-size: clamp(20px, 5.333vw, 32px);
  font-weight: 700;
  line-height: 1.4;
}
.sec-result__suggest-body {
  position: relative;
  background: #E9E8D0;
  border-radius: 15px;
  padding: 30px 20px;
  margin: 0 40px;
}
.sec-result__suggest-body .result-check-list {
  position: relative;
  z-index: 1;
  font-size: 1.4rem;
  font-weight: 700;
  padding-top: 0;
}
.sec-result__suggest-illust {
  position: absolute;
  right: 10px;
  bottom: 0px;
  width: 78px;
  z-index: 0;
}
.sec-result__suggest-illust img {
  width: 100%;
  height: auto;
}