@charset "UTF-8";
:root {
  --font-color: #462a00;
  --main-color: #329275;
  --sub-color: #fccb00;
  --accent-color: #97602e;
  --accent-sub-color: #df3b12;
  --base-color: #fbf9f6;
  --content-width: 1100px;
  --content-innner-width: 980px;
  --animation-time: 1s;
}

html,
body,
div,
span,
object,
iframe,
button,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
sub,
sup,
var,
b,
i,
a,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-weight: inherit;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  word-break: normal;
  line-break: strict;
  word-wrap: normal;
  word-break: normal;
  line-height: inherit;
}

textarea,
input[type=button],
input[type=text],
input[type=image],
input[type=submit] {
  -webkit-appearance: none;
  word-break: normal;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

* {
  outline: none;
}

body {
  font-size: 15px;
  word-break: break-all;
  -webkit-text-size-adjust: none;
}

* html body {
  font-size: small;
  font: x-small;
}

*:first-child + html body {
  font-size: small;
  font: x-small;
}

img {
  border: 0;
  vertical-align: bottom;
}

ul,
dl {
  text-indent: 0;
}

ul li {
  list-style: none;
}

ol li {
  list-style: decimal;
}

ol ul li {
  list-style: none;
}

address,
caption,
cite,
code,
dfn,
em,
var {
  font-style: normal;
  font-weight: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

* html input,
* html textarea,
* html select {
  font-size: 100%;
}

*:first-child + html + input,
*:first-child html + textarea,
*:first-child + html select {
  font-size: 100%;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  font-size: inherit;
  font: 100%;
}

th,
td {
  text-align: left;
  vertical-align: top;
}

caption {
  text-align: left;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
}

* html pre,
* html code,
* html kbd,
* html samp,
* html tt {
  font-size: 108%;
  line-height: 100%;
}

*:first-child + html pre,
*:first-child html + code,
*:first-child html + kbd,
*:first-child + html + samp,
*:first-child + html tt {
  font-size: 108%;
  line-height: 100%;
}

input,
select,
textarea {
  font-size: 100%;
  font-family: Verdana, Helvetica, sans-serif;
  margin: 0;
}

button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  line-height: inherit;
}

figure {
  line-height: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  backface-visibility: hidden;
}

input,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  scroll-behavior: smooth;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
  transition: opacity 0.2s;
}

a {
  transition: opacity 0.2s;
}
a:hover {
  opacity: 0.6;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.15em;
  color: var(--font-color);
  text-align: justify;
}

@media screen and (min-width: 769px) {
  .br_sp {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .br_pc {
    display: none;
  }
}

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

@media screen and (min-width: 769px) {
  .is-mobile {
    display: none !important;
  }
}

.maru-font {
  font-family: "Zen Maru Gothic", serif;
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* アニメーションスタートの遅延時間を決めるCSS*/
.header {
  padding-top: 125px;
}
@media screen and (min-width: 769px) {
  .header {
    padding-top: 125px;
  }
}

.head-copy {
  padding-top: 50px;
  padding-bottom: 78px;
}
@media screen and (min-width: 769px) {
  .head-copy {
    padding-top: 65px;
    padding-bottom: 100px;
  }
}

.content {
  padding: 80px 25px 70px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
@media screen and (min-width: 769px) {
  .content {
    padding: 100px 74px;
  }
}

a.button {
  background-color: var(--main-color);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 100%;
  padding: 10px 20px;
  position: relative;
  border-radius: 10px;
  font-weight: 700;
}
a.button::after {
  content: "";
  border-style: solid none solid solid;
  border-color: transparent transparent transparent #fff;
  border-width: 7px 0 7px 10px;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
}

.header {
  background-color: #f5efea;
  height: calc(100vh - 50px);
  max-height: 525px;
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  background-repeat: no-repeat;
  background-image: url(../images/main-visual-sp.svg);
  background-position: center top;
  background-size: cover;
}
@media screen and (min-width: 769px) {
  .header {
    max-height: 680px;
  }
}
@media screen and (min-width: 769px) {
  .header {
    background-image: url(../images/main-visual-pc.svg);
    background-size: 1600px;
    background-position: center bottom;
  }
}

.header-content {
  font-family: "Zen Maru Gothic", san-serif;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: -25px;
  width: 100%;
  padding-inline: 15px;
}
@media screen and (min-width: 769px) {
  .header-content {
    margin-bottom: -46px;
  }
}

.header-subcopy {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 630px;
  height: 34px;
  background: #fff;
  border: 3px solid #462a00;
  box-shadow: 5px 5px 0px #462a00;
  line-height: 1;
  font-size: 14px;
}
@media screen and (min-width: 769px) {
  .header-subcopy {
    font-size: 28px;
    height: 60px;
    border-width: 5px;
  }
}

.header-copy {
  width: 100%;
  max-width: 770px;
  height: 50px;
  font-size: 28px;
  background: #fff;
  border: 3px solid #462a00;
  box-shadow: 5px 5px 0px #462a00;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .header-copy {
    height: 115px;
    font-size: 65px;
    border-width: 5px;
  }
}

footer.footer {
  background-color: var(--font-color);
  color: #fff;
  padding: 60px 20px 70px;
  text-align: center;
}
footer.footer .button {
  max-width: 460px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  footer.footer .button {
    padding-block: 26px;
    height: auto;
  }
}

.copyright {
  font-size: 10px;
  text-align: center;
}

.head-copy {
  background-color: var(--main-color);
  color: #fff;
}

.head-copy__content {
  max-width: var(--content-innner-width);
  width: 100%;
  margin-inline: auto;
  background-repeat: no-repeat;
  background-image: url(../images/diagnosis-sp.svg);
  background-position: center bottom;
  background-size: 365px;
  padding-block: 25px 150px;
  margin-bottom: -15px;
}
@media screen and (min-width: 769px) {
  .head-copy__content {
    height: 180px;
    padding-block: 65px 78px;
    margin-bottom: 0;
    background-image: url(../images/diagnosis-left.svg), url(../images/diagnosis-right.svg);
    background-position: left bottom, right bottom;
    background-size: 240px, 235px;
  }
}
.head-copy__content p {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .head-copy__content p {
    font-size: 14px;
    line-height: 1.8;
  }
}
.head-copy__content .head-copy__butttons {
  margin-top: 50px;
  padding-bottom: 166px;
  padding-inline: 30px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .head-copy__content .head-copy__butttons {
    margint-top: 100px;
    padding-bottom: 75px;
    padding-inline: 0;
  }
}
@media screen and (min-width: 769px) {
  .head-copy__content .head-copy__butttons {
    align-items: flex-end;
    flex-direction: row;
  }
}
.head-copy__content .head-copy__butttons .buttons-item {
  margin-inline: 5px;
  width: 100%;
  max-width: 300px;
}
.head-copy__content .head-copy__butttons .buttons-item > span {
  font-size: 13px;
  line-height: 1.4;
  width: 100%;
  text-align: center;
  display: block;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .head-copy__content .head-copy__butttons .buttons-item > span {
    margin-top: 35px;
  }
}

.diagnosis-container {
  max-height: 420px;
  transition: all var(--animation-time);
  overflow: hidden;
  padding-inline: 20px;
}
.diagnosis-container.is-hide {
  max-height: 0;
  visibility: hidden;
}

.diagnosis.swiper {
  max-width: var(--content-innner-width);
  margin-inline: auto;
  background-color: #fff;
  color: var(--font-color);
  max-height: 370px;
  border-radius: 10px;
}
@media screen and (min-width: 769px) {
  .diagnosis.swiper {
    max-height: 420px;
  }
}

.swiper-slide {
  text-align: center;
  font-weight: 700;
  padding-inline: 20px;
  padding-block: 44px 32px;
}
@media screen and (min-width: 769px) {
  .swiper-slide {
    padding-block: 55px 50px;
  }
}

.question__number {
  font-size: 34px;
  line-height: 1;
  letter-spacing: 0.05em;
  color: var(--main-color);
}
@media screen and (min-width: 769px) {
  .question__number {
    font-size: 60px;
  }
}

.question__text {
  line-height: 1.875;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  margin-top: 18px;
}
@media screen and (min-width: 769px) {
  .question__text {
    font-size: 24px;
    margin-top: 36px;
    min-height: 90px;
  }
}

.buttons {
  margin-top: 20px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
  gap: 0;
}
@media screen and (min-width: 769px) {
  .buttons {
    margin-top: 40px;
  }
}
.buttons .button {
  display: flex;
  width: 100%;
  max-width: 300px;
  height: 60px;
  padding: 15px;
  margin-bottom: 10px;
  color: #fff;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .buttons .button {
    margin-inline: 15px;
    margin-bottom: 0;
  }
}
.buttons .button.yes {
  background-color: var(--main-color);
}
.buttons .button.no {
  background-color: var(--accent-color);
}
.buttons input {
  display: none;
}

.result__score {
  color: var(--main-color);
  font-size: 90px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-top: 10px;
}
.result__score .score-unit {
  font-size: 50px;
}

.result__comment {
  font-size: 18px;
  line-height: 1.8;
  text-align: center;
  display: none;
  color: var(--main-color);
  margin-top: 10px;
}
@media screen and (min-width: 769px) {
  .result__comment {
    font-size: 24px;
    line-height: 2.4;
  }
}

.title-0 {
  display: none;
}

.result_content[data-score="0"] .title-default,
.result_content[data-score="0"] .result__score {
  display: none;
}
.result_content[data-score="0"] .title-0,
.result_content[data-score="0"] .result-0 {
  display: block;
}

.result_content[data-score="20"] .result-20 {
  display: block;
}

.result_content[data-score="40"] .result-40 {
  display: block;
}

.result_content[data-score="60"] .result-60 {
  display: block;
}

.result_content[data-score="80"] .result-80 {
  display: block;
}

.result_content[data-score="100"] .result-100 {
  display: block;
}

.advices {
  max-width: var(--content-innner-width);
  background-color: #f6dd6f;
  margin-inline: auto;
  position: relative;
  z-index: 1;
  margin-bottom: 100px;
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 768px) {
  .advices {
    font-size: 14px;
  }
}
.advices::after {
  content: "";
  border-style: solid solid none solid;
  border-width: 36px 68px 0 68px;
  border-color: #f6dd6f transparent transparent transparent;
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
}
.advices .result {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 65px 20px 75px;
  color: var(--font-color);
  font-weight: 700;
  min-height: 340px;
  border-radius: 10px 10px 0 0;
  text-align: center;
}
.advices .advices__conatiner {
  padding-block: 67px 10px;
  padding-inline: 20px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .advices .advices__conatiner {
    padding-block: 70px 20px;
    padding-inline: 90px;
  }
}
.advices .advices__conatiner > p {
  font-size: 14px;
  color: var(--font-color);
  text-align: center;
  margin-bottom: 36px;
}
.advices .hedding {
  background-color: var(--main-color);
  position: absolute;
  width: 280px;
  height: 60px;
  display: flex;
  padding: 10px;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .advices .hedding {
    width: 310px;
  }
}
.advices .hedding::after {
  content: "";
  border-style: solid solid none solid;
  border-width: 15px 13px 0 13px;
  border-color: var(--main-color) transparent transparent transparent;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}

a.scroll-navi {
  text-align: center;
  display: block;
  margin-top: 30px;
  color: var(--main-color);
  font-size: 14px;
  font-weight: 700;
  margin-top: 50px;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  a.scroll-navi {
    margin-top: 40px;
  }
}
a.scroll-navi::after {
  content: url(../images/arrow.svg);
}

.textbook {
  display: block;
  margin-inline: auto;
  margin-bottom: 25px;
}
@media screen and (min-width: 769px) {
  .textbook {
    position: absolute;
    top: -35px;
    left: -20px;
    transform: rotate(-15deg);
    margin-bottom: 0;
  }
}

.advice {
  background-color: #fff;
  color: var(--main-color);
  padding: 43px 20px 48px;
  display: none;
  filter: drop-shadow(10.87px 10.87px 0px rgba(70, 42, 0, 0.1));
}
@media screen and (min-width: 769px) {
  .advice {
    padding: 43px 75px 48px;
  }
}
@media screen and (max-width: 768px) {
  .advice {
    border: 5px solid #462a00;
  }
}
.advice .advice__title {
  font-size: 18px;
  line-height: 1.8;
  text-align: center;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .advice .advice__title {
    font-size: 28px;
    line-height: 1.64;
  }
}
.advice .advice__content {
  display: flex;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .advice .advice__content {
    flex-direction: column;
  }
}
.advice + .advice {
  margin-top: 20px;
}

.show-A .advice-A {
  display: block;
}

.show-B .advice-B {
  display: block;
}

.show-C .advice-C {
  display: block;
}

.show-D .advice-D {
  display: block;
}

.show-E .advice-E {
  display: block;
}

.show-F .advice-F {
  display: block;
}

.show-G .advice-G {
  display: block;
}

.adivece__figure {
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .adivece__figure img {
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .advice__text {
    margin-left: 40px;
  }
}
.advice__text > p {
  margin-top: 5px;
  color: var(--font-color);
  font-size: 14px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .advice__text > p br {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .advice__text > p {
    margin-top: 18px;
  }
}

.advice__subheader {
  font-weight: 700;
  font-size: 13px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .advice__subheader {
    margin-top: 20px;
  }
}

.advice__header {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.56;
  margin-top: 10px;
  display: flex;
  border-bottom: 2px solid;
  padding-bottom: 18px;
}
@media screen and (min-width: 769px) {
  .advice__header {
    margin-top: 15px;
  }
}
.advice__header .advice__number {
  font-size: 28px;
  line-height: 1;
}
.advice__header > div {
  text-indent: -10px;
  margin-left: 10px;
}

.content {
  background-color: #f5efea;
  color: #462a00;
}
.content .button {
  max-width: 460px;
  margin-top: 50px;
  margin-inline: auto;
}
.content .button.brown {
  background-color: var(--accent-color);
  color: #fff;
  line-height: 1.6;
  height: 100px;
}
@media screen and (min-width: 769px) {
  .content .button.brown {
    height: 60px;
  }
}
.content h2 {
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  line-height: 1.44;
}
@media screen and (min-width: 769px) {
  .content h2 {
    font-size: 34px;
    line-height: 1.35;
  }
}
.content h2 .subtitle {
  font-size: 14px;
  display: block;
  margin-bottom: 17px;
}
@media screen and (min-width: 769px) {
  .content h2 .subtitle {
    font-size: 22px;
  }
}

.features {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 45px;
  grid-gap: 40px;
  gap: 40px;
  max-width: var(--content-innner-width);
  margin-inline: auto;
  font-size: 14px;
}
@media screen and (min-width: 769px) {
  .features {
    margin-top: 0;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.feature__figure {
  color: #fff;
  background-color: var(--main-color);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 300px;
  border-radius: 100%;
  margin-inline: auto;
  padding-block: 70px 47px;
}
@media screen and (min-width: 769px) {
  .feature__figure {
    margin-top: 45px;
  }
}
.feature__figure h3 {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  line-height: 1.1;
}
.feature__figure h3 .subtitle {
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
}
.feature__figure img {
  margin-top: auto;
}

.feature__content {
  margin-top: 15px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
  .feature__content {
    margin-top: 20px;
  }
}

.honne-banner {
  display: flex;
  background-color: #f6dd6f;
  max-width: var(--content-innner-width);
  width: 100%;
  margin-inline: auto;
  align-items: center;
  flex-direction: row-reverse;
  padding-inline: 20px;
  padding-top: 60px;
  margin-top: 126px;
}
@media screen and (max-width: 768px) {
  .honne-banner {
    flex-direction: column;
  }
}
@media screen and (min-width: 769px) {
  .honne-banner {
    padding-top: 0;
    padding-inline: 35px;
    margin-top: 67px;
  }
}

.honne-banner__image {
  flex-shrink: 0;
}

.honne-banner__content {
  width: 100%;
}
.honne-banner__content p {
  font-size: 20px;
  text-align: center;
  font-weight: 700;
  line-height: 1.64;
}
@media screen and (min-width: 769px) {
  .honne-banner__content p {
    font-size: 22px;
    text-align: center;
    max-width: 300px;
    width: 100%;
  }
}
.honne-banner__content a.button {
  max-width: 300px;
  color: #fff;
  margin-top: 15px;
  margin-inline: 0;
}
@media screen and (max-width: 768px) {
  .honne-banner__content a.button {
    margin-inline: auto;
  }
}
@media screen and (min-width: 769px) {
  .honne-banner__content {
    margin-left: 54px;
  }
}

.result_content {
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  height: 0;
  transition: all var(--animation-time);
  padding-inline: 20px;
}
.result_content.is-show {
  visibility: visible;
  opacity: 1;
  height: auto;
  margin-bottom: -78px;
}
@media screen and (min-width: 769px) {
  .result_content.is-show {
    margin-bottom: -100px;
  }
}
/*# sourceMappingURL=style.css.map */
