@charset "UTF-8";
@media print, screen and (min-width: 641px) {
  body.win #guide {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  }
}
@media print, screen and (min-width: 641px) {
  body.win #guide a * {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  }
}

#container {
  max-width: inherit;
}
#container #guide {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
#container a:hover span,
#container a:hover p,
#container a:hover ul {
  color: inherit;
  font-family: inherit;
}
#container a:hover img {
  opacity: 1;
}

#guide * {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#guide a {
  color: inherit;
}
@media print, screen and (min-width: 641px) {
  #guide a:hover p,
  #guide a:hover li,
  #guide a:hover span {
    color: inherit;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  }
}
#guide a:link, #guide a:visited, #guide a:hover, #guide a:active, #guide a:focus {
  text-decoration: none;
}
#guide img {
  max-width: 100%;
}

@media screen and (max-width: 640px) {
  .pc {
    display: none !important;
  }
}

@media print, screen and (min-width: 641px) {
  .sp {
    display: none !important;
  }
}

.guide__container {
  background: #efefef;
  position: relative;
  overflow: hidden;
}
@media print, screen and (min-width: 641px) {
  .guide__container .btn_link {
    min-width: 300px;
    -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}
@media print, screen and (min-width: 641px) {
  .guide__container .btn_link:hover {
    opacity: 0.7;
  }
}
.guide__quiz {
  height: 100%;
  text-align: center;
  display: none;
  -webkit-animation: screenchange 0.5s;
          animation: screenchange 0.5s;
}
.guide__quiz--contents {
  padding: 75px 50px 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media print, screen and (min-width: 641px) {
  .guide__quiz--contents {
    min-height: 620px;
  }
}
@media screen and (max-width: 640px) {
  .guide__quiz--contents {
    padding: 50px 20px 100px;
    gap: 20px;
  }
  #common-1 .guide__quiz--contents {
    padding-bottom: 20px;
  }
}
.guide__quiz--txt {
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 640px) {
  .guide__quiz--txt {
    font-size: 16px;
    line-height: 1.5;
  }
}
.guide__quiz--img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
@media print, screen and (min-width: 641px) {
  .guide__quiz--img-col2 figure {
    -ms-flex-preferred-size: 324px;
        flex-basis: 324px;
  }
  .guide__quiz--img-col3 figure {
    -ms-flex-preferred-size: 264px;
        flex-basis: 264px;
  }
}
@media screen and (max-width: 640px) {
  .guide__quiz--img {
    gap: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .guide__quiz--img-col2 figure, .guide__quiz--img-col3 figure {
    width: calc(50% - 5px);
  }
}
.guide__quiz--img figcaption {
  margin-top: 0.5em;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
}
@media screen and (max-width: 640px) {
  .guide__quiz--img figcaption {
    font-size: 11px;
  }
}
.guide__quiz--answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 100px;
}
@media screen and (max-width: 640px) {
  .guide__quiz--answer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.guide__quiz--answer .btn_link {
  color: #fff !important;
  background: #000;
  position: relative;
}
.guide__quiz--answer .btn_link::after {
  width: 19px;
  height: 16px;
  content: "";
  background: url("/jp/common/v3/img/icon_large-arow_white.svg") no-repeat 50% 50%/contain;
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.guide__result--contents {
  padding: 30px 0 100px;
  background: #f0f5f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media print, screen and (min-width: 641px) {
  .guide__result--contents {
    min-height: 620px;
  }
}
@media screen and (max-width: 640px) {
  .guide__result--contents {
    padding: 20px 20px 100px;
    gap: 20px;
  }
}
.guide__result--txt {
  padding: 30px;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  background: #fff;
  -webkit-box-shadow: 0 5px 25px 0 rgba(90, 138, 177, 0.1);
          box-shadow: 0 5px 25px 0 rgba(90, 138, 177, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media print, screen and (min-width: 641px) {
  .guide__result--txt {
    height: 380px;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
  }
}
@media screen and (max-width: 640px) {
  .guide__result--txt {
    margin-left: -20px;
    padding: 15px 15px 20px 35px;
    -ms-flex-preferred-size: calc(100% + 20px);
        flex-basis: calc(100% + 20px);
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
  }
}
.guide__result--txt h2 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 640px) {
  .guide__result--txt h2 {
    font-size: 16px;
    line-height: 1.3;
  }
}
.guide__result--txt h2::after {
  margin: 20px auto 0;
  width: 260px;
  height: 1px;
  content: "";
  background: #333;
  display: block;
}
@media screen and (max-width: 640px) {
  .guide__result--txt h2::after {
    margin: 10px auto 15px;
  }
}
.guide__result--txt h2 .max {
  font-size: 0.7em;
}
.guide__result--txt figure {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  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;
}
@media screen and (max-width: 640px) {
  .guide__result--txt figure img {
    max-width: 60vw;
  }
}
.guide__result--img {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media print, screen and (min-width: 641px) {
  .guide__result--img figure {
    height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
}
@media screen and (max-width: 640px) {
  .guide__result--img {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    gap: 20px;
  }
}
.guide__result--link .btn_link {
  background: #000;
}
.guide__result--link .btn_link p {
  color: #fff;
  background-image: url("/jp/common/v3/img/icon_large-arow_white.svg");
}
@media print, screen and (min-width: 641px) {
  .guide__result--link .btn_link:hover > p {
    color: #fff !important;
  }
}
.guide__result--note {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 641px) {
  .guide__result--note {
    height: 110px;
  }
}
.guide__result--note .text-list-notes,
.guide__result--note .text-list-notes-02 {
  margin: 0;
  color: #333;
}
.guide__result--note .text-list-notes li,
.guide__result--note .text-list-notes-02 li {
  margin: 0;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  .guide__result--note .text-list-notes li,
  .guide__result--note .text-list-notes-02 li {
    font-size: 11px;
  }
}
.guide__icon {
  margin: 0 auto 0.8em;
  padding: 0.2em;
  width: 6em;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  font-family: sans-serif !important;
  letter-spacing: 0.1em;
  text-align: center;
  background: #333;
  border-radius: 50vh;
  display: block;
  position: absolute;
  top: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation: screenchange 0.5s;
          animation: screenchange 0.5s;
}
@media screen and (max-width: 640px) {
  .guide__icon {
    top: 20px;
  }
}
.guide__icon::after {
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 6px solid #333;
  border-bottom: 0;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}
@media print, screen and (min-width: 641px) {
  .guide__nav {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    bottom: 45px;
    left: 0;
  }
}
@media screen and (max-width: 640px) {
  .guide__nav {
    width: calc(100% - 40px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    bottom: 20px;
    left: 20px;
  }
}
.guide__nav .btn_link {
  background: #fff;
  position: relative;
}
.guide__nav .btn_link::before {
  width: 19px;
  height: 16px;
  content: "";
  background: url(/jp/common/v3/img/icon_large-arow_black.svg) no-repeat 50% 50%/contain;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%) scale(-1, 1);
          transform: translateY(-50%) scale(-1, 1);
}

@-webkit-keyframes screenchange {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes screenchange {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}