@charset "UTF-8";
/*日本語*/
/*
@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url("fonts/NotoSansCJKjp-DemiLight-sub-j1.woff") format('woff');
}
@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("fonts/NotoSansCJKjp-Regular-sub-j1.woff") format('woff');
}
@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url("fonts/NotoSansCJKjp-Medium-sub-j1.woff") format('woff');
}
@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("fonts/NotoSansCJKjp-Bold-sub-j1.woff") format('woff');
}
*/
/*日本語*/
/*
@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url("fonts/NotoSansCJKjp-DemiLight-sub-j1.woff") format('woff');
}
@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("fonts/NotoSansCJKjp-Regular-sub-j1.woff") format('woff');
}
@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url("fonts/NotoSansCJKjp-Medium-sub-j1.woff") format('woff');
}
@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("fonts/NotoSansCJKjp-Bold-sub-j1.woff") format('woff');
}
*/
.is-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .is-sp {
    display: block;
    line-height: 0;
  }
}

@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}

.type-test-container {
  background: #fff;
  width: 100%;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-weight: 400;
  position: relative;
  letter-spacing: 0.05em;
}
.type-test-container * {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-weight: 400;
  color: #333;
}

.l-start-main-wrap {
  width: 100%;
  background: #fff;
}

.l-start-hero {
  width: 100%;
  padding: 0;
  position: relative;
}

.p-start-hero-image {
  border-radius: 0 0 40px 40px;
  overflow: hidden;
  text-align: center;
}
.p-start-hero-image img {
  width: 100%;
  height: 610px;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-start-hero-main {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-start-hero-main * {
  font-family: Shuei Mincho M, serif;
  font-weight: 500;
}

.p-start-hero-catch {
  width: 100%;
  font-size: 16px;
  text-align: center;
}
.p-start-hero-catch img {
  width: 197px;
}

.p-start-hero-headline {
  width: 100%;
  padding: 36px 0 0;
  font-size: 40px;
  text-align: center;
}

.p-start-hero-text {
  width: 100%;
  padding: 20px 0 0;
  font-size: 24px;
  text-align: center;
  line-height: 1.9;
}
.p-start-hero-text span {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), color-stop(50%, #e5decf));
  background: linear-gradient(to bottom, transparent 0%, transparent 50%, #e5decf 50%);
}

.p-start-hero-btn {
  width: 380px;
  margin: 0 auto;
  padding: 64px 0 0;
  text-align: center;
}
.p-start-hero-btn span {
  display: inline-block;
  width: 100%;
  height: 80px;
  border-radius: 40px/50%;
  position: relative;
  background: #b1645e;
  -webkit-box-shadow: 1px 1px 10px 2px rgba(1, 1, 1, 0.1);
          box-shadow: 1px 1px 10px 2px rgba(1, 1, 1, 0.1);
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  line-height: 80px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  -webkit-transition: background ease 0.4s, opacity ease 0.2s;
  transition: background ease 0.4s, opacity ease 0.2s;
  position: relative;
}
.p-start-hero-btn span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
  width: 12px;
  height: 12px;
  border-right: 3px solid #fff;
  border-top: 3px solid #fff;
  -webkit-transform: rotate(45deg) translateY(-2px);
          transform: rotate(45deg) translateY(-2px);
  -webkit-transform-origin: right 50% 0;
          transform-origin: right 50% 0;
}
.p-start-hero-btn span:hover {
  background: #bf7771;
}
.p-start-hero-btn span.initialized {
  cursor: pointer;
}
.p-start-hero-btn span.initialized:before {
  display: none;
}
.p-start-hero-btn span:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 998;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(1, 1, 1, 0);
}

.p-start-lead {
  width: 100%;
  padding: 48px 0 0;
}
.p-start-lead .is-text {
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 2;
  font-family: Shuei Mincho M, serif;
  font-weight: 500;
  text-align: center;
}
.test-content {
  width: 100%;
  padding: 48px 0 0;
  display: none;
}

.test-content-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.test-number {
  position: relative;
  text-align: center;
}
.test-number span {
  display: inline-block;
  font-size: 46px;
  color: #aca9a9;
  font-family: BodoniModa Regular, sans-serif;
  font-weight: 400;
}

.test-slide-box {
  width: 100%;
  padding: 20px 1em 0;
}
.test-slide-box:not(.start-question) {
  display: none;
}

.test-question {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.6;
  font-family: Shuei Mincho M, serif;
  font-weight: 500;
}

.test-question-list {
  max-width: 80%;
  margin: 0 auto;
  padding: 45px 0 0;
}

.test-question-item {
  width: 100%;
}
.test-question-item span {
  display: block;
  position: relative;
  border: 1px solid #bb9c7f;
  border-radius: 12px;
  padding: 28px 1.5em 28px 100px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.075em;
  cursor: pointer;
  background: #fff;
  -webkit-box-shadow: 1px 1px 10px 2px rgba(1, 1, 1, 0.1);
          box-shadow: 1px 1px 10px 2px rgba(1, 1, 1, 0.1);
  -webkit-transition: background ease 0.4s, color ease 0.4s;
  transition: background ease 0.4s, color ease 0.4s;
}
.test-question-item span:before {
  display: block;
  position: absolute;
  top: calc(50% - 28px);
  left: 40px;
  font-size: 30px;
  font-family: Shuei Mincho M, serif;
  font-weight: 500;
  color: #bb9c7f;
}
.test-question-item span:hover {
  background: #bb9c7f;
  color: #fff;
}
.test-question-item span:hover:before {
  color: #fff;
}
.test-question-item + .test-question-item {
  margin-top: 20px;
}
.test-question-item:nth-of-type(1) span:before {
  content: "A";
}
.test-question-item:nth-of-type(2) span:before {
  content: "B";
}

.test-fixed-content {
  max-width: 540px;
  margin: 0 auto;
  padding: 40px 40px 80px;
  display: none;
}

.l-question-pager-wrap {
  width: 100%;
  height: 28px;
  position: relative;
}
.l-question-pager-wrap:before, .l-question-pager-wrap:after {
  display: block;
  position: absolute;
  top: 0%;
  font-size: 16px;
  font-family: BodoniModa Regular, sans-serif;
  font-weight: 400;
}
.l-question-pager-wrap:before {
  content: "01";
  left: -40px;
}
.l-question-pager-wrap:after {
  content: "04";
  right: -40px;
}

.test-pager-list {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relaitve;
  z-index: 1;
}
.test-pager-list:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 0;
  border-top: 2px solid #ddd;
}

.test-pager-item {
  width: 25%;
  text-align: center;
}
.test-pager-item span {
  display: block;
  width: 100%;
  position: relative;
}
.test-pager-item span:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 50%;
  width: 100%;
  height: 0;
  border-top: 2px solid transparent;
}
.test-pager-item.on span:after {
  border-top: 2px solid #333;
}

.test-back {
  width: 280px;
  margin: 0 auto;
  padding: 40px 0 0;
  text-align: center;
}
.test-back span {
  display: inline-block;
  width: 100%;
  height: 56px;
  position: relative;
  padding: 0;
  border-radius: 28px/50%;
  border: 1px solid #666;
  line-height: 56px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: background ease 0.4s, color ease 0.4s;
  transition: background ease 0.4s, color ease 0.4s;
}
.test-back span:hover {
  background: #666;
  color: #fff;
}

.l-result-wrap {
  width: 100%;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-weight: 400;
  letter-spacing: 0.075em;
}
.l-result-wrap * {
  letter-spacing: 0.075em;
}

.p-result-header {
  width: 100%;
  padding: 40px 0 0;
}

.p-result-catch {
  font-size: 20px;
  text-align: center;
}

.btn-u-line {
  display: inline-block;
  position: relative;
}
.btn-u-line:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  left: 0;
  bottom: 0;
  border-top: 1px solid #453536;
  -webkit-transition: opacity ease 0.4s, -webkit-transform ease 0.4s;
  transition: opacity ease 0.4s, -webkit-transform ease 0.4s;
  transition: transform ease 0.4s, opacity ease 0.4s;
  transition: transform ease 0.4s, opacity ease 0.4s, -webkit-transform ease 0.4s;
}
.btn-u-line:hover:after {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  opacity: 0;
}

.l-result-detail-warp {
  width: 100%;
  padding: 32px 40px 0;
}

.p-result-detail-inner {
  max-width: 1200px;
  margin: 0 auto;
  background: url(../img/result_detail_bg.webp) repeat-y center top;
  background-size: 100% auto;
  border-radius: 32px;
  padding: 48px 40px 60px;
}

.p-result-detail-headline {
  font-size: 32px;
  font-family: Shuei Mincho M, serif;
  font-weight: 500;
  text-align: center;
}
.p-result-detail-headline img {
  width: 149px;
}
.p-result-detail-headline .lt-ja {
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(60%, transparent), color-stop(60%, #fff));
  background: linear-gradient(to bottom, transparent 0%, transparent 60%, #fff 60%);
}
.p-result-detail-headline.is-simple img {
  width: 78px;
}
.p-result-detail-headline.is-simple .lt-ja {
  padding-top: 8px;
}
.p-result-detail-headline.is-advice img {
  width: 89px;
}
.p-result-detail-headline.is-advice .lt-ja {
  padding-top: 0;
}
.p-result-detail-headline.is-balance img {
  width: 96px;
}
.p-result-detail-headline.is-balance .lt-ja {
  padding-top: 0;
}
.p-result-detail-headline.is-intuition img {
  width: 109px;
}
.p-result-detail-headline.is-intuition .lt-ja {
  padding-top: 0;
}

.p-result-detail-catch {
  padding: 20px 0 0;
  font-size: 24px;
  text-align: center;
  font-family: Shuei Mincho M, serif;
  font-weight: 500;
}

.p-result-detail-image {
  padding: 40px 0 0;
  text-align: center;
}
.p-result-detail-image img {
  max-width: 100%;
  border-radius: 20px;
  -webkit-box-shadow: 2px 2px 10px 1px rgba(1, 1, 1, 0.1);
          box-shadow: 2px 2px 10px 1px rgba(1, 1, 1, 0.1);
}

.p-result-detail-lead {
  max-width: 67.857%;
  margin: 0 auto;
  padding: 40px 1.5em 0;
}
@media screen and (max-width: 1020px) {
  .p-result-detail-lead {
    max-width: 100%;
  }
}
.p-result-detail-lead .is-text {
  font-size: 14px;
  line-height: 2.2;
  letter-spacing: 0.05em;
}

.l-result-conversion {
  width: 100%;
  padding: 88px 40px 0;
}

.p-conversion-inner {
  width: 100%;
}

.p-conversion-catch {
  font-size: 24px;
  text-align: center;
  font-family: Shuei Mincho M, serif;
  font-weight: 500;
}

.p-conversion-btn {
  padding: 32px 0 0;
  text-align: center;
}
.p-conversion-btn a {
  display: inline-block;
  width: 280px;
  height: 56px;
  border: 1px solid #453536;
  border-radius: 28px/50%;
  background: #453536;
  text-align: center;
  line-height: 56px;
  -webkit-transition: background ease 0.4s, color ease 0.4s;
  transition: background ease 0.4s, color ease 0.4s;
  color: #fff;
}
.p-conversion-btn a:hover {
  background: #fff;
  color: #453536;
}
.p-conversion-btn + .p-conversion-retry {
  padding: 28px 0 0;
}

.p-conversion-retry {
  text-align: center;
}

.l-result-recommend-wrap {
  width: 100%;
  padding: 88px 40px;
  background: #f6f6f6 url(../img/result_recommend_bg.webp) no-repeat center top;
  margin-top: 100px;
}

.p-result-recommend-headline {
  font-size: 20px;
  text-align: center;
  line-height: 1.8;
}
.p-result-recommend-headline .lt-ja {
  display: inline-block;
  margin: 8px 0 12px;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(60%, transparent), color-stop(60%, #fff));
  background: linear-gradient(to bottom, transparent 0%, transparent 60%, #fff 60%);
  padding: 0 0.1em 8px 0.3em;
  font-size: 32px;
  font-family: Shuei Mincho M, serif;
  font-weight: 500;
  line-height: 1.1;
}
.p-result-recommend-headline b {
  font-weight: 600;
}
.p-result-recommend-headline small {
  font-size: 16px;
}

.p-result-recommend-list {
  max-width: 1000px;
  margin: 0 auto;
  padding: 88px 0 0;
}

.p-result-recommend-item {
  width: 95%;
  margin: 0 0 0 auto;
  background: #fff;
  position: relative;
  z-index: 1;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}
.p-result-recommend-item + .p-result-recommend-item {
  margin-top: 88px;
}

.p-result-recommend-item-image {
  position: relative;
  width: 41%;
  left: -50px;
  top: -25px;
}
.p-result-recommend-item-image img {
  max-width: 100%;
  border-radius: 32px;
  -webkit-box-shadow: 1px 1px 10px 2px rgba(1, 1, 1, 0.1);
          box-shadow: 1px 1px 10px 2px rgba(1, 1, 1, 0.1);
}

.p-result-recommend-item-info {
  width: 59%;
  padding: 20px 50px 20px 0;
  position: relative;
  z-index: 1;
}
.p-result-recommend-item-info .is-item-headline {
  font-size: 20px;
  font-weight: 600;
}
.p-result-recommend-item-info .is-item-lead {
  padding: 20px 0 0;
}
.p-result-recommend-item-info .is-text {
  font-size: 16px;
  line-height: 1.9;
}
.p-result-recommend-item-info .is-item-btn {
  padding: 20px 0 0;
  font-size: 15px;
  font-weight: 600;
}
.p-result-recommend-item-info .is-item-btn a {
  display: inline-block;
  width: 280px;
  height: 56px;
  border: 1px solid #453536;
  border-radius: 28px/50%;
  text-align: center;
  line-height: 56px;
  -webkit-transition: background ease 0.4s, color ease 0.4s;
  transition: background ease 0.4s, color ease 0.4s;
}
.p-result-recommend-item-info .is-item-btn a:hover {
  background: #453536;
  color: #fff;
}
.p-result-recommend-item-info:after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: -20px;
  z-index: -1;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
}
.p-result-recommend-item-info.is-diamond:after {
  top: 0;
  width: 156px;
  height: 81px;
  background-image: url(../img/icon_result_diamond.svg);
}
.p-result-recommend-item-info.is-maintenance:after {
  top: 0px;
  width: 268px;
  height: 83px;
  background-image: url(../img/icon_result_maintenance.svg);
}
.p-result-recommend-item-info.is-engagement:after {
  top: 0px;
  width: 342px;
  height: 82px;
  background-image: url(../img/icon_result_engagement.svg);
}
.p-result-recommend-item-info.is-marriage:after {
  top: 0px;
  width: 332px;
  height: 82px;
  background-image: url(../img/icon_result_marriage.svg);
}
.p-result-recommend-item-info.is-variety:after {
  top: 0;
  width: 145px;
  height: 83px;
  background-image: url(../img/icon_result_variety.svg);
}
.p-result-recommend-item-info.is-hand:after {
  top: 10px;
  width: 221px;
  height: 78px;
  background-image: url(../img/icon_result_hand.svg);
}
.p-result-recommend-item-info.is-firststep:after {
  top: 10px;
  width: 285px;
  height: 69px;
  background-image: url(../img/icon_result_firststep.svg);
}
.p-result-recommend-item-info.is-comfort:after {
  top: 0px;
  width: 222px;
  height: 76px;
  background-image: url(../img/icon_result_comfort.svg);
}
.p-result-recommend-item-info.is-set:after {
  top: 0px;
  width: 199px;
  height: 83px;
  background-image: url(../img/icon_result_set.svg);
}

.l-result-conversion02-wrap {
  width: 100%;
  padding: 88px 40px 0;
}

.p-result-conversion02-headline {
  font-size: 24px;
  font-family: Shuei Mincho M, serif;
  font-weight: 500;
  text-align: center;
  line-height: 1.8;
}
.p-result-conversion02-headline span {
  display: inline-block;
}
.p-result-conversion02-headline img {
  width: 332px;
  vertical-align: middle;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}

.p-result-conversion02-lead {
  padding: 32px 0 0;
}
.p-result-conversion02-lead .is-text {
  font-size: 14px;
  text-align: center;
}
.p-result-conversion02-lead .is-text a {
  margin-top: 8px;
}

.p-conversion02-list {
  max-width: 800px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  padding: 44px 0 0;
}

.p-conversion02-item {
  width: calc(50% - 5px);
  height: 80px;
}
.p-conversion02-item .is-form {
  width: 100%;
  text-align: center;
  line-height: 80px;
}
.p-conversion02-item .is-form a {
  display: block;
  width: 100%;
  height: 80px;
  border: 1px solid #453536;
  border-radius: 40px/50%;
  background: #453536;
  color: #fff;
  -webkit-transition: background ease 0.4s, color ease 0.4s;
  transition: background ease 0.4s, color ease 0.4s;
}
.p-conversion02-item .is-form a:hover {
  background: #fff;
  color: #453536;
}
.p-conversion02-item .is-phone {
  width: 100%;
  height: 80px;
  border: 1px solid #453536;
  border-radius: 40px/50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.p-conversion02-item .is-phone:after {
  content: "";
  display: block;
  position: absolute;
  left: 42%;
  top: calc(50% - 25px);
  width: 0;
  height: 50px;
  border-left: 2px solid #e7e7e7;
}
.p-conversion02-item .is-phone .is-label {
  width: 42%;
  text-align: center;
}
.p-conversion02-item .is-phone .is-number {
  width: 58%;
  text-align: center;
}