@charset "UTF-8";
body {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  color: #333;
  font-size: 3.90625vw;
  position: relative;
  line-height: 1.8;
}

figure {
  line-height: 0;
}

img {
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}
@media (hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}

ul, ol {
  list-style: none;
}

.pc {
  display: none;
}

.pcW {
  display: none;
}

.pcS {
  display: none;
}

.sp {
  display: block;
}

.contWrap {
  width: 94%;
  margin: 0 auto;
  box-sizing: border-box;
}

.pArea p:not(:last-of-type),
.pMB {
  margin-bottom: 3.90625vw;
}

.toTop {
  width: 13.0208333333vw;
  position: fixed;
  right: 2.6041666667vw;
  bottom: 2.6041666667vw;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
  }
  .sp {
    display: none;
  }
  .pcW {
    display: none;
  }
  .pcS {
    display: block;
  }
  .pc {
    display: block;
  }
  .contWrap {
    width: calc(100% - 2.5rem);
    max-width: 1000px;
    box-sizing: border-box;
  }
  .pArea p:not(:last-of-type),
  .pMB {
    margin-bottom: 1rem;
  }
  .toTop {
    width: 3.75rem;
    right: 1.25rem;
    bottom: 1.25rem;
  }
}
@media screen and (min-width: 1080px) {
  .pcS {
    display: none;
  }
  .pcW {
    display: block;
  }
}
.pcStyle {
  display: block;
}

.spstyle {
  display: none;
}

@media screen and (max-width: 768px) {
  .pcStyle {
    display: none;
  }
  .spstyle {
    display: block;
  }
}
.accordionBtn {
  opacity: 1;
  position: relative;
  background: #a5d8ff;
  font-size: 4.53vw;
  line-height: 1;
  color: #004ead;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  height: 12vw;
  border-radius: 6vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.accordionBtn::after {
  content: "";
  display: inline-block;
  width: 4vw;
  height: 0.4vw;
  background-color: #004ead;
  position: absolute;
  right: 4vw;
}
.accordionBtn::before {
  content: "";
  display: inline-block;
  width: 4vw;
  height: 0.4vw;
  background-color: #004ead;
  position: absolute;
  right: 4vw;
  transform: rotate(90deg);
}
.accordionBtn.active::before {
  display: none;
}

.accordionContent {
  display: none;
}
.accordionContent.show {
  display: block;
}

@media screen and (min-width: 768px) {
  .accordionBtn {
    max-width: 650px;
    margin-inline: auto;
    height: 90px;
    font-size: 34px;
    line-height: 65px;
    border-radius: 6vw;
  }
  .accordionBtn::after {
    width: 30px;
    height: 2px;
    right: 4vw;
  }
  .accordionBtn::before {
    width: 30px;
    height: 2px;
    right: 4vw;
    transform: rotate(90deg);
  }
  .accordionBtn.active::before {
    display: none;
  }
}
.leadArea {
  margin-bottom: 20.8333333333vw;
  z-index: 0;
}
.leadArea p:nth-of-type(1) {
  margin-bottom: 3.90625vw;
}
.leadArea ul {
  margin-bottom: 7.8125vw;
}
.leadArea .quizLead {
  padding: 5.2083333333vw;
  font-size: 5.7291666667vw;
  font-weight: 700;
  color: #00b16a;
  background-color: #7fffd4;
}
.leadArea .quizLead span {
  background-image: linear-gradient(transparent 76%, #fae222 76%);
}

h2::after, h2::before {
  width: 0.5208333333vw;
  height: 100%;
  content: "";
  background-color: #004ead;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transform: translateY(-50%) rotate(20deg);
}

h2 {
  margin: 0 auto 13.0208333333vw;
  font-size: 6.5104166667vw;
  font-weight: 700;
  text-align: center;
  color: #004ead;
  position: relative;
}
h2::before {
  left: 5.2083333333vw;
}
h2::after {
  right: 5.2083333333vw;
}

.step > div h3 {
  width: fit-content;
  margin-bottom: 3.90625vw;
  padding: 0.78125vw 2.6041666667vw 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #fff;
  background-color: #004ead;
}
.step > div h3 span {
  font-family: "Caflisch Script Pro", sans-serif;
  font-size: 19.53125vw;
  line-height: 0;
  color: #a7d8ff;
}
.step > div:nth-child(1) {
  margin-bottom: 3.90625vw;
}
.step:not(:last-of-type) {
  margin-bottom: 18.2291666667vw;
}

.step01 div:nth-child(1) > p {
  margin-bottom: 3.90625vw;
  font-size: 4.9479166667vw;
  font-weight: 700;
}
.step01 div:nth-child(1) dl {
  margin-bottom: 5.2083333333vw;
  display: flex;
}
.step01 div:nth-child(1) dl dd, .step01 div:nth-child(1) dl dt {
  padding: 2.0833333333vw;
  box-sizing: border-box;
  text-align: center;
}
.step01 div:nth-child(1) dl dt {
  width: 40%;
  color: #fff;
  background-color: #00b16a;
}
.step01 div:nth-child(1) dl dd {
  width: 60%;
  background-color: #7fffd4;
}
.step01 div:nth-child(2) {
  padding: 5.2083333333vw;
  background-color: #e5edf7;
}
.step01 div:nth-child(2) p {
  text-align: center;
}
.step01 div:nth-child(2) p:nth-child(2) img {
  width: 36.4583333333vw;
}
.step01 div:nth-child(2) p:not(:last-child) {
  margin-bottom: 3.90625vw;
}
@media (hover: hover) {
  .step01 div:nth-child(2) p a {
    transition: ease 0.3s;
  }
  .step01 div:nth-child(2) p a:hover {
    opacity: 0.7;
  }
}

.step02 div:nth-child(1) p:nth-of-type(1) {
  margin-bottom: 3.90625vw;
}
.step02 div:nth-child(1) p:nth-of-type(1) span {
  font-size: 4.9479166667vw;
  font-weight: 700;
}
.step02 div:nth-child(1) p:nth-of-type(2) {
  padding-left: 3.90625vw;
  text-indent: -3.90625vw;
}

.stepEnd {
  margin: 13.0208333333vw auto;
  font-size: 6.5104166667vw;
  font-weight: 700;
  text-align: center;
  color: #004ead;
}

@media screen and (min-width: 768px) {
  .leadArea {
    margin-bottom: 6.25rem;
  }
  .leadArea p:nth-of-type(1) {
    margin-bottom: 1.875rem;
  }
  .leadArea ul {
    margin-bottom: 3.75rem;
  }
  .leadArea .quizLead {
    padding: 1.25rem;
    font-size: 1.5rem;
    text-align: center;
  }
  h2::after, h2::before {
    width: 0.125rem;
    height: 160%;
    transform: translateY(-50%) rotate(30deg);
  }
  h2 {
    width: fit-content;
    margin: 0 auto 6.25rem;
    padding: 0 7.5rem;
    font-size: 1.75rem;
  }
  h2::before {
    left: 2.5rem;
  }
  h2::after {
    right: 2.5rem;
  }
  .step {
    display: flex;
    justify-content: space-between;
  }
  .step > div {
    width: 48%;
    box-sizing: border-box;
  }
  .step > div h3 {
    margin-bottom: 1.875rem;
    padding: 0.1875rem 1rem 0;
  }
  .step > div h3 span {
    font-size: 5rem;
  }
  .step > div:nth-child(1) {
    margin-bottom: 0;
  }
  .step figure {
    width: 48%;
  }
  .step:not(:last-of-type) {
    margin-bottom: 6.25rem;
  }
  .step01 div:nth-child(1) > p {
    margin-bottom: 1rem;
    font-size: 1.25rem;
  }
  .step01 div:nth-child(1) dl dd, .step01 div:nth-child(1) dl dt {
    padding: 1rem;
  }
  .step01 div:nth-child(2) {
    padding: 1.25rem;
  }
  .step01 div:nth-child(2) p:nth-child(2) img {
    width: 10rem;
  }
  .step01 div:nth-child(2) p:nth-child(3) img {
    width: 10rem;
  }
  .step01 div:nth-child(2) p:not(:last-child) {
    margin-bottom: 1.875rem;
  }
  .step02 div:nth-child(1) p:nth-of-type(1) {
    margin-bottom: 1rem;
  }
  .step02 div:nth-child(1) p:nth-of-type(1) span {
    font-size: 1.25rem;
  }
  .step02 div:nth-child(1) p:nth-of-type(2) {
    padding-left: 1.875rem;
    text-indent: -1.875rem;
  }
  .stepEnd {
    margin: 5rem auto 3.75rem;
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 1080px) {
  .step01 div:nth-child(2) {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    grid-template-rows: 1.5fr 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  .step01 div:nth-child(2) p {
    text-align: left;
  }
  .step01 div:nth-child(2) p:nth-child(1) {
    padding-bottom: 1.875rem;
    grid-area: 1/1/2/2;
    display: flex;
    align-items: flex-end;
  }
  .step01 div:nth-child(2) p:nth-child(2) {
    grid-area: 2/1/3/2;
  }
  .step01 div:nth-child(2) p:nth-child(3) {
    grid-area: 1/2/3/3;
    display: flex;
    align-items: center;
  }
  .step01 div:nth-child(2) p:not(:last-child) {
    margin-bottom: 0;
  }
}
/* ------------------------------------------------------------------------ */
/* 共通

/* ------------------------------------------------------------------------ */
.inner {
  max-width: 72.5rem;
  width: calc(100% - 40px);
  margin-inline: auto;
}

@media screen and (max-width: 980px) {
  .inner {
    width: auto;
    margin: 0 20px;
  }
}
@media screen and (max-width: 500px) {
  .inner {
    width: auto;
    margin: 0 10px;
  }
}
h2 {
  font-size: 34px;
}
h2::before {
  display: none;
}
h2::after {
  display: none;
}

@media screen and (max-width: 786px) {
  h2 {
    font-size: 24px;
  }
  h2 span {
    font-size: 6.9375vw;
  }
}
body {
  margin-top: 100px;
}

footer {
  z-index: 1;
}

.accordionContent-top {
  display: none;
}

.massage {
  height: 28.125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  background-image: url(/assets_80th/teaser/img/common/bg_flag.png);
}
.massage h1 {
  font-size: 2.5625rem;
  line-height: 1;
}

@media screen and (max-width: 500px) {
  .massage {
    height: 35vh;
  }
  .massage h1 {
    font-size: 1.875rem;
  }
}
.blueContent {
  z-index: 1;
  position: relative;
  background-color: #004ead;
  padding-top: 4.375rem;
  padding-bottom: 5rem;
}
.blueContent .content {
  background-color: #fff;
  color: #333;
  padding-inline: 3.125rem;
  padding-top: 4.6875rem;
  padding-bottom: 4.6875rem;
  border-radius: 2.625rem;
}
.blueContent h2 {
  color: #333;
  padding-inline: 0;
  margin-bottom: 3.125rem;
}
.blueContent .link {
  margin-top: 3.75rem;
}

@media screen and (max-width: 980px) {
  .blueContent .content {
    padding-inline: 1.875rem;
  }
}
@media screen and (max-width: 768px) {
  .blueContent h2 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 500px) {
  .blueContent {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .blueContent .content {
    padding-top: 1.875rem;
    padding-inline: 0.9375rem;
    padding-bottom: 2.5rem;
  }
  .blueContent h2 {
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
  }
}
.message__flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.message__img {
  max-width: 26rem;
  width: 100%;
  margin-right: 5.625rem;
}
.message__img img {
  display: block;
  width: 100%;
}
.message__texts {
  width: fit-content;
}
.message__text {
  margin-top: 2.8125rem;
  font-size: 1rem;
}
.message .hint__button {
  position: static;
  width: 42px;
  height: auto;
  margin-inline: auto;
  margin-top: 27px;
}

@media screen and (max-width: 980px) {
  .message__img {
    margin-right: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .message__flex {
    display: block;
  }
  .message__img {
    float: left;
    width: 40%;
    margin: 0 20px 20px 0;
  }
  .message__img img {
    display: inline;
    vertical-align: top;
  }
  .message__text {
    margin-top: 0;
  }
  .message__text + p {
    margin-top: 1.875rem;
  }
}

/*# sourceMappingURL=message.css.map */
