@charset "UTF-8";


/* ========================================================
common
=========================================================*/



@media (max-width: 769px) {
  .is-pc {
    display: none !important;
  }
}


.until-title {
  font-size: 28px;
  text-align: center;
  
  padding-bottom: 0.8em;
}
@media (max-width: 769px) {
  .until-title {
    font-size: 21px;
  }
	 .is-sp {
    display: none !important;
  }
	  .is-sp {
    display: none !important;
  }
}

.check, .scoring {
  position: relative;
}
/*
.check::after, .scoring::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -80%);
  background: url(../images/top-bg2.png) no-repeat center center/contain;
  width: 90%;
  max-width: 1080px;
  aspect-ratio: 1960/410;
}
*/
/*
@media (max-width: 769px) {
  .check::after, .scoring::after {
    transform: translate(-50%, -80%);
  }
}
*/


/* ========================================================
top
=========================================================*/
/*
.top {
  padding: 0 0 58px;
  position: relative;
}
*/
@media (max-width: 769px) {
/*
  .top {
    padding: 0 0 25px;
  }
*/
  .top::after {
    bottom: -20px;
    width: 90%;
  }
}

.top-container {
  display: flex;
  align-items: center;
/*  border-top: 3px solid #ccc;*/
  padding: 0 0 60px;
  position: relative;
}
/*
.top-container::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/icon-arrow.png) no-repeat center center/contain;
  width: 250px;
  aspect-ratio: 250/33;
}
*/
@media (max-width: 769px) {
  .top-container {
    display: block;
    padding: 0 0 46px;
  }
/*
  .top-container::after {
    width: 150px;
  }
*/
}

.top__image {
  width: 25%;
}
@media (max-width: 769px) {
  .top__image {
    width: 100%;
  }
}

.top__text {
     width: 79%;
    font-weight: 400;
    padding-left: 46px;
	box-sizing: border-box;
}
@media (max-width: 769px) {
  .top__text {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
}

/* ========================================================
result
=========================================================*/
.result {
  width: 679px;
  max-width: 100%;
  margin: 0 auto;
}

.result__content {
  padding-top: 40px;
  border-top: 5px solid #ccc;
}

@media (max-width: 769px) {
  .result__content {
    border-top: 3px solid #ccc;
  }
}

.result__title {
  font-size: 24px;
  text-align: center;
}
@media (max-width: 769px) {
  .result__title {
    font-size: 18px;
        margin-bottom: 10px;
  }
}

.result__notes {
  display: block;

  text-align: right;

  padding-top: 3.2em;
}

.result__movie {
  margin-top: 66px;
}
@media (max-width: 769px) {
  .result__movie {
    margin-top: 30px;
  }
}

.result__movie-item {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.result__movie-item p {
  text-align: center;

  position: relative;
}
.result__movie-item.wait p::before {
  content: "準備中";
  position: absolute;
  bottom: -1em;
  left: 50%;
  transform: translate(-50%, 100%);
}


iframe {
  width: 100%;
}

.result__movie-flex {
  display: flex;
  flex-wrap: wrap;
}
.result__movie-flex .result__movie-item {
  width: calc(50% - 12.5px);
}
.result__movie-flex .result__movie-item:nth-child(2n) {
  margin-left: 25px;
}
.result__movie-flex .result__movie-item:nth-child(n+3) {
  margin-top: 70px;
}
.result__movie-flex iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 560/315;
}
@media (max-width: 769px) {
  .result__movie-flex .result__movie-item {
    width: 100%;
  }
  .result__movie-flex .result__movie-item:nth-child(2n) {
    margin-left: 0;
  }
  .result__movie-flex .result__movie-item:nth-child(n+2) {
    margin-top: 30px;
  }
}

/*
.result-wrap {
  padding: 90px 0 100px;
}
*/
/*
@media (max-width: 769px) {
  .result-wrap {
    padding: 45px 0 50px;
  }
}
*/

/* ========================================================
check
=========================================================*/
.check {
background: #e4f5fc;
    padding: 40px 0 68px;
    border-radius: 20px;
}
@media (max-width: 769px) {
  .check {
    padding: 20px 0 30px;
  }
}

.check__box {
  background: #fff;
  padding: 40px 50px 65px;
	   border-radius: 20px;
	box-sizing: border-box;
}
@media (max-width: 769px) {
  .check__box {
    padding: 20px 20px 30px;
  }
}

.check__inner {
  max-width: 1175px;
    margin: 0 auto;
    width: calc(100% - 40px);
}
@media (max-width: 769px) {
  .check__inner {
    padding: 0 10px;
  }
}

.check__title {
    font-size: 32px;
    text-align: center;
    color: #2DB6ED;
    padding-bottom: 30px;
	font-weight: 500;
}
@media (max-width: 769px) {
  .check__title {
    font-size: 21px;
    padding-bottom: 15px;
  }
}

.check__container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 769px) {
  .check__container {
    display: block;
  }
}

.check__block {
  width: 48%;
}
.check__block h3 {
  font-size: 21px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  background: #2DB6ED;
  padding: 0.3em 0;
}
@media (max-width: 769px) {
	.check__block h3 {
    font-size: 18px;
}
/*
  .check__block {
    width: 600px;
    max-width: 100%;
    margin: 0 auto;
  }
*/
  .check__block:nth-child(2) {
    margin-top: 15%;
  }
	.check__block{
		width: 100%;
	}
}

.check__list {
       margin-top: 28px;
    display: flex;
    flex-wrap: wrap;
    gap: 16px 0;
    align-items: baseline;
}
.check__list dt {
     width: 95%;

 
}
.check__list dd {
     width: 5%;
    display: flex
;
    align-items: center;
    justify-content: flex-end;
}
.check__list dd input[type=checkbox] {
  width: 20px;
  aspect-ratio: 1/1;
  margin: 0;
}

@media (max-width: 769px) {
.check__list {
    margin-top: 16px;
	}
	.check__list dt {
         width: 90%;
        font-size: 16px;
}
	.check__list dd {
    width: 10%;

}
  
}

.check__image {
  margin-top: 58px;
  text-align: center;
}
.check__image img {
  width: 50%;
}
@media (max-width: 769px) {
  .check__image img {
    width: 70%;
  }
	.check__image {
  margin-top: 24px;
 
}
}

.check__image--row {
  display: flex;
  justify-content: space-between;
}
.check__image--row img {
  width: 30%;
}
@media (max-width: 769px) {
  .check__image--row {
    flex-direction: column;
    align-items: center;
  }
  .check__image--row img {
    width: 70%;
    margin-bottom: 15px;
  }
  .check__image--row img:first-child {
    margin-right: 0;
  }
}

.check__submit {
  text-align: center;
  max-width: 600px;
	width: 100%;
  margin: 100px auto 0;
  position: relative;
}
/*
.check__submit::before {
  content: "";
  position: absolute;
  background: url(../images/bottom1.png) no-repeat center center/100%;
  width: 25%;
  aspect-ratio: 456/618;
  left: 0%;
  bottom: 0;
  transform: translate(-100%, 0%);
}
.check__submit::after {
  content: "";
  position: absolute;
  background: url(../images/bottom2.png) no-repeat center center/100%;
  width: 13%;
  aspect-ratio: 131/155;
  right: 0;
  bottom: 0;
  transform: translate(100%, 0%);
}
*/
@media (max-width: 769px) {
  .check__submit {
    width: auto;
	      margin: 32px auto 0;
  }
  .check__submit::before {
    top: 0;
    transform: translate(0%, -120%);
    width: 86px;
  }
  .check__submit::after {
    top: 0;
    transform: translate(0%, -120%);
    width: 44px;
  }
}

.check__submit-btn {
  display: inline-block;
  width: 525px;
  max-width: 100%;
  padding: 1.2em 0;
  background: #2DB6ED;
  border-radius: 10px;
  position: relative;
}
.check__submit-btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    background: url(../images/icon-btn-arrow.png) no-repeat center center / contain;
    width: 11px;
    aspect-ratio: 7 / 15;
}
.check__submit-btn input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    font-size: 32px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    background: #2DB6ED;
}
@media (max-width: 769px) {
  .check__submit-btn input {
            font-size: 18px;
  }
	.check__submit-btn::after {
  display: none
}
}

/* ========================================================
scoring
=========================================================*/
.scoring {
  padding: 32px 24px;
	box-sizing: border-box;
  background: #f9f6ef;
}


.scoring__title {
  font-size: 2.9rem;
  line-height: 1.4482758621;
  
  text-align: center;
}
@media (max-width: 769px) {
  .scoring__title {
    font-size: 2rem;
  }
}

.scoring__container {
  display: flex;
  justify-content: center;

}
@media (max-width: 769px) {
  .scoring__container {
    display: block;

  }
}

.scoring__item {
  width: 48%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.scoring__item p {
  
  line-height: 1.7333333333;
  font-weight: 400;
  
  text-align: center;
}
.scoring__item p a {
  color: inherit;
  text-decoration: underline;
}
.scoring__item span {
  color: #dc0000;
}
.scoring__item:nth-child(2) .scoring__btn a {
  background: #ED7D31;
}
@media (max-width: 769px) {
  .scoring__item {
    width: 100%;
  }
  .scoring__item:nth-child(2) {
    margin-top: 10%;
  }
}

.scoring__btn {
  text-align: center;
  margin-top: 35px;
}
.scoring__btn a {
  display: inline-block;
  width: 400px;
  max-width: 100%;
  border-radius: 10px;
  font-size: 21px;
  line-height: 1.7777777778;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background: #ed4d00;
  padding: 0.5em 0;
  position: relative;
}
.scoring__btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  background: url(../images/icon-btn-arrow.png) no-repeat center center/contain;
  width: 7px;
  aspect-ratio: 7/15;
}
@media (max-width: 769px) {
  .scoring__btn {
    margin-top: 20px;
  }
  .scoring__btn a {
    font-size: 16px;
  }
}

.scoring-text {
  text-align: center;
  
  margin: 60px auto;
  position: relative;
  max-width: 1200px;
  z-index: 1;
}
/*
.scoring-text::before {
  content: "";
  position: absolute;
  background: url(../images/bottom1.png) no-repeat center center/100%;
  width: 20%;
  aspect-ratio: 456/618;
  left: 2%;
  bottom: 0;
}
.scoring-text::after {
  content: "";
  position: absolute;
  background: url(../images/bottom2.png) no-repeat center center/100%;
  width: 6%;
  aspect-ratio: 131/155;
  right: 6%;
  bottom: 0;
}
*/
.scoring-text span {
  font-weight: bold;
  margin: 1.3em 0 0.7em;
  display: inline-block;
  font-size: 21px;
}
.scoring-text a {
  color: inherit;
  text-decoration: underline;
  position: relative;
}
.scoring-text a:nth-of-type(1) {
  font-size: 23px;
}
/*
.scoring-text a:nth-of-type(2)::after {
  content: "";
  position: absolute;
  background: url(../images/score_text.png) no-repeat center center/100%;
  width: 1.5em;
  aspect-ratio: 38/29;
  right: -0.2em;
  top: 0%;
  transform: translate(100%, 0%);
}
*/
@media (max-width: 769px) {
  .scoring-text {
    margin-top: 120px;
    font-size:16px;
  }
/*
  .scoring-text::before {
    bottom: unset;
    top: 0;
    transform: translate(0, -100%);
    max-width: 100px;
  }
*/
  .scoring-text::after {
    bottom: unset;
    top: 0;
    transform: translate(0, -100%);
    max-width: 30px;
  }
  .scoring-text span {
    font-size: 18px
  }
  .scoring-text a:nth-of-type(1) {
    font-size: 16px;
  }
}

/* ========================================================
footer
=========================================================*/
.footer__content {
  padding: 55px 0;
  background: url(../images/footer-bg.png) no-repeat bottom center/contain;
}

.footer__inner {
  width: 1060px;
}

.footer__body {
  background: url(../images/footer-bg2.png) no-repeat center center/925.2px;
  padding: 85px 0 90px;
  background-position: -14% 10%;
}
.footer__body p {
  
  line-height: 1.7333333333;
  text-align: center;
  
}
.footer__body h2 {
  font-size: 2.2rem;
  line-height: 1.7272727273;
  text-align: center;
  
  padding-top: 2.5em;
}
.footer__body a {
  display: block;
  
  line-height: 1.7333333333;
  text-align: center;
  
  text-decoration: underline;
  padding-top: 0.8em;
}
@media (max-width: 769px) {
  .footer__body {
    padding: 0;
  }
  .footer__body p {
    font-size: 1.2rem;
  }
  .footer__body h2 {
    font-size: 1.6rem;
  }
  .footer__body a {
    font-size: 1.2rem;
  }
}

.footer__logo {
  width: 462px;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 769px) {
  .footer__logo {
    width: 300px;
  }
}

.footer__copyright {
  font-size: 1.3rem;
  line-height: 1.6923076923;
  text-align: center;
  padding: 55px 0 45px;
  background: #efe6d0;
}

/* ========================================================
結果画面
=========================================================*/
#wrap-input, #wrap-result, #result-pat1, #result-pat2 {
  display: none;
}
#wrap-input.is-active, #wrap-result.is-active, #result-pat1.is-active, #result-pat2.is-active {
  display: block;
}

#result-pat1 .result__movie {
  width: 330px;
  margin: 66px auto 0;
}
#result-pat1 .result__movie iframe {
  aspect-ratio: 560/315;
  height: auto;
}
@media (max-width: 769px) {
  #result-pat1 .result__movie {
    width: 100%;
    max-width: 550px;
    margin-top: 30px;
  }
  #result-pat1 .result__movie iframe {
    aspect-ratio: 560/315;
    height: auto;
  }
}

#score1.de-active {
  display: none;
}

#result-pat2 {
  position: relative;
}
/*
#result-pat2::before {
  content: "";
  position: absolute;
  background: url(../images/result1.png) no-repeat center center/100%;
  width: 13%;
  aspect-ratio: 409/714;
  left: 0%;
  top: 50%;
  transform: translate(0%, -50%);
}
#result-pat2::after {
  content: "";
  position: absolute;
  background: url(../images/result2.png) no-repeat center center/100%;
  width: 13%;
  aspect-ratio: 605/430;
  right: 5%;
  top: 0;
}
*/
/*
@media (max-width: 769px) {
  #result-pat2::before {
    top: 0;
    transform: unset;
    width: 45px;
  }
  #result-pat2::after {
    width: 112px;
  }
}
*/

/*
#wrap-result, #wrap-input {
  position: relative;
}
#wrap-result:before, #wrap-input:before {
  content: "";
  position: absolute;
  background: url(../images/top1.png) no-repeat center center/100%;
  width: 19%;
  max-width: 276px;
  aspect-ratio: 558/477;
  right: 0%;
  top: 0%;
}
#wrap-result:after, #wrap-input:after {
  content: "";
  position: absolute;
  background: url(../images/top2.png) no-repeat center center/100%;
  width: 25%;
  max-width: 360px;
  aspect-ratio: 551/121;
  left: 0;
  top: 2%;
}
*/
@media (max-width: 769px) {
  #wrap-result::after, #wrap-input::after {
    top: 1%;
  }
}

#wrap-result .until-title {
  padding-bottom: 0;
}
@media (max-width: 769px) {
  #wrap-result {
    background: none;
  }
}

#result-0 {
  display: none;
}
#result-0.is-active {
  display: block;
}
#result-0 p {

  text-align: left;
  margin-bottom: 1em;
}
#result-0 p:nth-child(1) {
  color: red;
  margin-bottom: 1.5em;
}
@media (max-width: 769px) {
  #result-0 p {
    font-size: 17px;
  }
}