@font-face {
  font-family: "zen-kaku-gothic-new";
  font-weight: 300;
  src: url(../assets/fonts/ZenKakuGothicNew-Light.ttf) format("truetype");
}
@font-face {
  font-family: "zen-kaku-gothic-new";
  font-weight: 400;
  src: url(../assets/fonts/ZenKakuGothicNew-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "zen-kaku-gothic-new";
  font-weight: 500;
  src: url(../assets/fonts/ZenKakuGothicNew-Medium.ttf) format("truetype");
}
@font-face {
  font-family: "zen-kaku-gothic-new";
  font-weight: 700;
  src: url(../assets/fonts/ZenKakuGothicNew-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "zen-kaku-gothic-new";
  font-weight: 900;
  src: url(../assets/fonts/ZenKakuGothicNew-Black.ttf) format("truetype");
}
html,
body {
  overflow-x: hidden;
}

.columnContainer {
  font-family: "zen-kaku-gothic-new", sans-serif;
  color: #374151;
}

.Literacy-check {
  margin-top: 77px;
}
@media screen and (max-width: 767px) {
  .Literacy-check {
    margin-top: 32px;
  }
}
.Literacy-check__wrap {
  width: 100%;
  max-width: 860px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.Literacy-check__wrap > input[name=TAB] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 0;
  height: 0;
  display: none;
}
.Literacy-check__wrap > input[name=TAB]:checked + label.Literacy-check__tab {
  background: #e70012;
  color: #fff;
}
.Literacy-check__title {
  font-size: 4rem;
  padding-bottom: 30px;
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 36px;
}
.Literacy-check__title::before {
  background-color: #f00;
  border-radius: 4px;
  content: "";
  bottom: 0;
  height: 8px;
  left: 50%;
  margin-right: 0;
  position: absolute;
  transform: translateX(-50%);
  width: 100px;
}
.Literacy-check__tab {
  width: calc((100% - 20px) / 3);
  background: #ffdbde;
  color: #e70012;
  text-align: center;
  cursor: pointer;
  padding: 35px 0;
  font-weight: 700;
  font-size: 2.8rem;
  border-radius: 10px 10px 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .Literacy-check__tab {
    font-size: 1.8rem;
    display: flex;
    flex-direction: column;
  }
}
.Literacy-check__tab::before {
  content: "";
  position: absolute;
  left: 23px;
  top: 50%;
  transform: translateY(-50%);
  background: center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .Literacy-check__tab::before {
    left: 50%;
    transform: translateX(-50%);
  }
}
.Literacy-check__tab--small {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .Literacy-check__tab--small {
    font-size: 1.4rem;
  }
}
.Literacy-check__tab[for=tab1] {
  padding-left: 54px;
}
.Literacy-check__tab[for=tab1]:before {
  background-image: url(../assets/img/ico_money.svg);
  width: 60px;
  aspect-ratio: 2/1;
}
@media screen and (max-width: 767px) {
  .Literacy-check__tab[for=tab1] {
    padding: 46px 0 15px;
    line-height: 1.4;
  }
  .Literacy-check__tab[for=tab1]:before {
    width: 38px;
    top: 18px;
  }
}
.Literacy-check__tab[for=tab2]:before {
  background-image: url(../assets/img/ico_house.svg);
  width: 55px;
  height: 50px;
}
@media screen and (max-width: 767px) {
  .Literacy-check__tab[for=tab2] {
    padding: 61px 0 20px;
  }
  .Literacy-check__tab[for=tab2]:before {
    width: 35px;
    aspect-ratio: 35/32;
    top: 6px;
  }
}
.Literacy-check__tab[for=tab3]:before {
  background-image: url(../assets/img/ico_lifestyle.svg);
  width: 57px;
  height: 54px;
}
@media screen and (max-width: 767px) {
  .Literacy-check__tab[for=tab3] {
    padding: 56px 0 13px;
    line-height: 1.1;
  }
  .Literacy-check__tab[for=tab3]:before {
    width: 36px;
    aspect-ratio: 18/17;
    top: 3px;
  }
}
@media screen and (min-width: 768px) {
  .Literacy-check__tab:last-of-type {
    padding: 15px 23px;
  }
}
.Literacy-check--border {
  height: 7px;
  width: 100%;
  background: #e70012;
  border-radius: 999px;
}
@media screen and (max-width: 767px) {
  .Literacy-check--border {
    height: 3px;
  }
}
.Literacy-check__outer {
  background: #f3f4f6;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 170px 0 80px;
}
@media screen and (max-width: 767px) {
  .Literacy-check__outer {
    padding: 128px 12px 80px;
  }
}
.Literacy-check__inner {
  width: 100%;
  max-width: 860px;
  margin: 0 auto 80px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .Literacy-check__inner {
    max-width: 100%;
  }
}
.Literacy-check__inner:before {
  content: "";
  position: absolute;
  background: center/contain no-repeat url(../assets/img/img_check.png);
  width: 232px;
  height: 111px;
  transform: rotate(15deg);
  aspect-ratio: 232/111;
  top: -142px;
  right: -20px;
}
@media screen and (max-width: 767px) {
  .Literacy-check__inner:before {
    width: 129px;
    aspect-ratio: 129/62;
    top: -136px;
    right: 20px;
  }
}
.Literacy-check__list {
  display: flex;
  flex-direction: column;
}
.Literacy-check__item {
  align-items: center;
  background: #fff;
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 47px 40px 40px;
  border-radius: 20px;
  margin-top: 110px;
}
.Literacy-check__item:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .Literacy-check__item {
    padding: 24px 20px 25px;
    margin-top: 55px;
  }
}
.Literacy-check__num {
  position: absolute;
  top: -60px;
  background-color: #fff;
  padding: 10px 50px 16px;
  border-radius: 999px;
  color: #e70012;
  font-size: 4.3rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .Literacy-check__num {
    top: -38px;
    padding: 6px 52px 12px;
    font-size: 2.8rem;
    line-height: 1;
  }
}
.Literacy-check__num:before, .Literacy-check__num:after {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  background-color: #ffdbde;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}
.Literacy-check__num:before {
  left: 18px;
}
@media screen and (max-width: 767px) {
  .Literacy-check__num:before {
    left: 28px;
  }
}
.Literacy-check__num::after {
  right: 18px;
}
@media screen and (max-width: 767px) {
  .Literacy-check__num::after {
    right: 30px;
  }
}
.Literacy-check__question {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .Literacy-check__question {
    margin-bottom: 24px;
  }
}
.Literacy-check__cbox {
  display: flex;
  gap: 0 100px;
}
@media screen and (max-width: 767px) {
  .Literacy-check__cbox {
    gap: 0 62px;
  }
}
.Literacy-check__select {
  color: #e70012;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .Literacy-check__select {
    font-size: 1.8rem;
  }
}
.Literacy-check__select input[type=radio] {
  border-radius: 5px;
  appearance: none;
  flex-shrink: 0;
  width: 35px;
  height: 35px;
  position: relative;
  border: 1px solid rgba(55, 65, 81, 0.5);
  vertical-align: -10px;
  margin-right: 15px;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.25) inset;
}
.Literacy-check__select input[type=radio]:checked {
  border: 3px solid #000;
}
.Literacy-check__select input[type=radio]:checked::before {
  position: absolute;
  top: 1px;
  left: 10px;
  transform: rotate(45deg);
  width: 12px;
  height: 24px;
  border-right: 4px solid red;
  border-bottom: 4px solid red;
  content: "";
}
.Literacy-check__btn {
  margin: 0 auto;
  display: block;
  width: 425px;
  background: #e70012;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  border: none;
  font-family: "zen-kaku-gothic-new", sans-serif;
  border-radius: 999px;
  padding: 14px 0;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .Literacy-check__btn {
    width: min(90%, 300px);
    font-size: 2rem;
  }
}
.Literacy-check__btn::before {
  content: "";
  position: absolute;
  background: center/contain no-repeat url(../assets/img/ico_magnify.svg);
  width: 25px;
  height: 25px;
  top: 50%;
  right: 18.5px;
  transform: translateY(-50%);
  z-index: 1;
  filter: invert(14%) sepia(79%) saturate(7266%) hue-rotate(350deg) brightness(87%) contrast(110%);
}
@media screen and (max-width: 767px) {
  .Literacy-check__btn::before {
    width: 20px;
    height: 20px;
    right: 14px;
  }
}
.Literacy-check__btn:after {
  content: "";
  position: absolute;
  background: #fff1c1;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  right: 6.5px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .Literacy-check__btn:after {
    width: 34px;
    height: 34px;
  }
}
.Literacy-check__btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
  background: #374151;
}
.Literacy-check__btn:disabled::before {
  filter: invert(22%) sepia(27%) saturate(476%) hue-rotate(178deg) brightness(95%) contrast(90%);
}
.Literacy-check__result {
  display: none;
}
.Literacy-check__result.is-show {
  display: block;
  text-align: center;
  font-size: 1.8rem;
  margin-top: 36px;
  padding-bottom: 5px;
}
.Literacy-check__balloon {
  padding: 16px 24px 32px;
}
.Literacy-check__point {
  font-weight: 700;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .Literacy-check__point {
    font-size: 1.8rem;
  }
}
.Literacy-check__point--red {
  color: #e70012;
  font-size: 3.7rem;
}
@media screen and (max-width: 767px) {
  .Literacy-check__point--red {
    font-size: 3rem;
  }
}
.Literacy-check__text {
  letter-spacing: 1px;
  margin-top: 20px;
}
.Literacy-check__recommend {
  letter-spacing: 1px;
  position: relative;
  margin-top: 60px !important;
}
.Literacy-check__recommend::before {
  position: absolute;
  content: "";
  background-color: #000;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 340px;
  height: 1px;
  margin-bottom: 30px;
}
.Literacy-check__consult {
  margin: 60px auto 20px;
  position: relative;
}
.Literacy-check__consult::before, .Literacy-check__consult::after {
  position: absolute;
  content: "";
  background: center/contain no-repeat url(../assets/img/ico_highlight.svg);
  width: 70px;
  height: 70px;
  top: -40px;
}
@media screen and (max-width: 767px) {
  .Literacy-check__consult::before, .Literacy-check__consult::after {
    width: 30px;
    height: 30px;
    top: -16px;
  }
}
.Literacy-check__consult::before {
  left: -15px;
}
.Literacy-check__consult::after {
  right: -15px;
  transform: scale(-1, 1);
}
.Literacy-check__consult--text {
  position: relative;
}
@media screen and (max-width: 767px) {
  .Literacy-check__consult--text {
    line-height: 1.8;
    padding-right: 22px;
  }
}
.Literacy-check__consult--icon {
  position: absolute;
  display: block;
  background: center/contain no-repeat url(../assets/img/ico_window.svg);
  width: 33px;
  height: 28px;
  top: 50%;
  transform: translateY(-50%);
  right: -40px;
}
@media screen and (max-width: 767px) {
  .Literacy-check__consult--icon {
    width: 22px;
    height: 19px;
    right: -5px;
    top: 7px;
    transform: unset;
  }
}
.Literacy-check__consult-btn {
  align-items: center;
  background-color: #e70012;
  border-radius: 6px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  color: #fff;
  display: inline-flex;
  font-size: 2.4rem;
  justify-content: center;
  padding: 18px 73px 18px 33px;
  font-weight: 700;
  border-radius: 999px;
}
@media screen and (max-width: 767px) {
  .Literacy-check__consult-btn {
    display: flex;
    flex-direction: column;
    font-size: 1.8rem;
    padding: 12px 20px 10px;
  }
  .Literacy-check__consult-btn--img {
    width: 100%;
    max-width: 235px;
  }
}

.Switch-tab {
  display: none;
}

#tab1:checked ~ .Literacy-check__outer .Switch-tab--money {
  display: block;
}

#tab2:checked ~ .Literacy-check__outer .Switch-tab--house {
  display: block;
}

#tab3:checked ~ .Literacy-check__outer .Switch-tab--lifestyle {
  display: block;
}

.Contractor {
  background-color: #fff;
  margin: 80px auto;
}
@media screen and (max-width: 767px) {
  .Contractor {
    margin: 24px auto 50px;
  }
}
@media screen and (max-width: 767px) {
  .Contractor__wrap {
    width: 90%;
    margin: 0 auto;
  }
}
.Contractor .interview__title {
  margin-bottom: 34px;
}
@media screen and (max-width: 767px) {
  .Contractor .interview__wrap {
    margin: 0 auto 28px;
  }
  .Contractor .interview__wrap:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .pc,
.pc-br {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .sp,
.sp-br {
    display: none;
  }
}
.Br-pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .Br-pc {
    display: none;
  }
}

.Br-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .Br-sp {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */