@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: 1000px;
  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;
  }
}
footer {
  z-index: 1;
}

.accordionContent-top {
  display: none;
}

/* ------------------------------------------------------------------------ */
/* kvArea

/* ------------------------------------------------------------------------ */
.kvArea {
  height: 844px;
}
.kvArea .logo {
  top: 60%;
}

@media screen and (max-width: 786px) {
  .kvArea {
    height: 100vh;
  }
  .kvArea .logo {
    top: 40%;
  }
}
@media screen and (max-width: 500px) {
  .kvArea {
    height: 70vh;
  }
  .kvArea .logo {
    top: 35%;
  }
}
/* ------------------------------------------------------------------------ */
/* leadArea{


/* ------------------------------------------------------------------------ */
.leadArea {
  margin-top: 43.9583333333%;
  margin-bottom: 0;
  padding-top: 130px;
  padding-bottom: 60px;
}
.leadArea::after {
  display: none;
}
.leadArea .logoLine {
  margin: 63px 0 0;
  height: 14.75rem;
}
.leadArea h1 {
  font-size: 42px;
  line-height: 1;
}
.leadArea h1 + p {
  font-size: 26px;
}

@media screen and (max-width: 786px) {
  .leadArea {
    margin-top: 100vw;
    padding-top: 50px;
  }
  .leadArea .logoLine {
    margin: 63px 0 0;
    height: 28.6458333333vw;
  }
  .leadArea h1 {
    font-size: 30px;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  .leadArea h1 + p {
    font-size: 18px;
  }
}
@media screen and (max-width: 500px) {
  .leadArea {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .leadArea .logoLine {
    margin-top: 30px;
  }
}
.balloon {
  position: absolute;
}
.balloon_01 {
  right: -63px;
  top: 210px;
}
.balloon_01 .modalOpenWrap::before {
  transform: rotate(225deg);
  bottom: 0;
}
.balloon_02 {
  left: -100px;
  top: -50px;
}
.balloon_02 .modalOpenWrap::before {
  transform: rotate(135deg);
  bottom: 0;
  right: 0;
}
.balloon_03 {
  right: -75px;
  bottom: -50px;
}
.balloon_03 .modalOpenWrap::before {
  transform: rotate(135deg);
  top: 0;
  left: 0;
}
.balloon .modalOpenWrap {
  position: relative;
  width: 15rem;
  height: 15rem;
  z-index: 1;
}
.balloon .modalOpenWrap::before {
  content: "";
  position: absolute;
  display: block;
  background-color: #a5d8ff;
  width: 6px;
  height: 60px;
}
.balloon .modalOpenWrap::after {
  content: "";
  position: absolute;
  display: block;
  background-color: #E1E1E1;
  bottom: -20px;
  right: -20px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: -1;
}
.balloon .modalOpenWrap .modalOpen {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 1.0416666667vw solid #a5d8ff;
  border-radius: 50%;
  position: absolute;
  border-width: 0.375rem;
}
.balloon .modalOpenWrap .modalOpen p {
  font-weight: 700;
  text-align: center;
}
.balloon .modalOpenWrap .modalOpen p:first-child {
  height: 10rem;
  padding-top: 1.25rem;
  font-size: 1.5rem;
  box-sizing: border-box;
  line-height: 1.5;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.balloon .modalOpenWrap .modalOpen p:nth-child(2) {
  width: 10rem;
  padding: 0.1875rem 0.625rem 0.3125rem 0;
  font-size: 0.875rem;
  border-radius: 1.875rem;
  margin: auto;
  box-sizing: border-box;
  color: #fff;
  background-color: #004ead;
  position: relative;
}
.balloon .modalOpenWrap .modalOpen p:nth-child(2)::after {
  content: "";
  background-image: url(/assets_80th/teaser/img/common/arrow_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 8.2953076923px;
  height: 11.029px;
  right: 1rem;
}
.balloon .modalOpenWrap .modalOpen:hover {
  opacity: 0.9;
}

@media screen and (max-width: 1200px) {
  .balloon_01 {
    right: 1.33vw;
    top: -134px;
  }
  .balloon_02 {
    left: 0.33vw;
    top: -100px;
  }
  .balloon_03 {
    right: 1.33vw;
    bottom: -80px;
  }
  .balloon .modalOpenWrap {
    width: 14rem;
    height: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .balloon_01 {
    top: auto;
    bottom: -135px;
  }
  .balloon_01 .modalOpenWrap::before {
    transform: rotate(315deg);
    bottom: auto;
    top: 0;
  }
  .balloon_02 {
    left: 0.33vw;
    top: auto;
    bottom: -180px;
  }
  .balloon_02 .modalOpenWrap::before {
    transform: rotate(45deg);
    bottom: auto;
    top: 0;
  }
  .balloon_03 {
    right: 1.33vw;
    bottom: -180px;
  }
  .balloon .modalOpenWrap {
    width: 11rem;
    height: 11rem;
  }
  .balloon .modalOpenWrap::after {
    bottom: -15px;
    right: -15px;
  }
  .balloon .modalOpenWrap .modalOpen p:first-child {
    padding-top: 20px;
    font-size: 1.25rem;
    line-height: 1.3;
    height: 7rem;
  }
  .balloon .modalOpenWrap .modalOpen p:nth-child(2) {
    width: 8rem !important;
  }
  .balloon .modalOpenWrap .modalOpen p:nth-child(2)::after {
    right: 0.75rem;
  }
}
@media screen and (max-width: 500px) {
  .balloon_01 .modalOpenWrap::before {
    transform: rotate(337deg);
    top: -10px;
    left: 20px;
  }
  .balloon_02 .modalOpenWrap::before {
    transform: rotate(23deg);
    top: -10px;
    right: 20px;
  }
  .balloon_03 .modalOpenWrap::before {
    transform: rotate(337deg);
    top: -10px;
    left: 20px;
  }
  .balloon .modalOpenWrap {
    width: 9rem !important;
    height: 9rem !important;
  }
  .balloon .modalOpenWrap .modalOpen p:first-child {
    height: 6.25rem;
  }
  .balloon .modalOpenWrap .modalOpen p:nth-child(2) {
    width: 6.25rem !important;
    font-size: 0.625rem !important;
  }
  .balloon .modalOpenWrap .modalOpen p:nth-child(2)::after {
    right: 0.5rem;
    width: 0.5rem;
    height: 0.5rem;
  }
}
/* ------------------------------------------------------------------------ */
/*  .movieTop


/* ------------------------------------------------------------------------ */
.movieTop {
  margin-top: 844px;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 180px;
  position: relative;
  background-color: #fff;
  background-image: url(/assets_80th/teaser/img/common/bg_flag.png);
}
.movieTop__text {
  margin-top: 18px;
  text-align: center;
  font-size: 18px;
}
.movieTop .hint__button {
  position: static;
  width: 42px;
  height: auto;
  margin-inline: auto;
  margin-top: 27px;
}

@media screen and (max-width: 768px) {
  .movieTop {
    margin-top: 83vh;
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 500px) {
  .movieTop {
    margin-top: 68vh;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .movieTop .hint__button {
    margin-top: 20px;
  }
}
/* ------------------------------------------------------------------------ */
/*  .blueContent


/* ------------------------------------------------------------------------ */
.blueContent {
  background-color: #004ead;
  padding-top: 80px;
  padding-bottom: 100px;
  z-index: 1;
  position: relative;
}
.blueContent::before {
  width: 100%;
  content: "";
  background-image: url(/assets_80th/teaser/img/top/bg_wave_top.svg);
  background-repeat: repeat-x;
  background-position: bottom;
  position: absolute;
  left: 0;
  height: 5rem;
  background-size: 16.75rem;
  top: -4.375rem;
}

@media screen and (max-width: 768px) {
  .blueContent {
    padding-top: 60px;
    padding-bottom: 50px;
  }
  .blueContent::before {
    height: 4rem;
    background-size: 7.75rem;
    top: -60px;
  }
}
@media screen and (max-width: 500px) {
  .blueContent {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .blueContent::before {
    height: 4rem;
    background-size: 7.75rem;
    top: -60px;
  }
}
/* ------------------------------------------------------------------------ */
/*  .contWrap


/* ------------------------------------------------------------------------ */
.contWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px 90px;
  position: relative;
}
.contWrap li a {
  display: block;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
  width: 15.625rem;
  height: 15.625rem;
  padding-top: 1.5rem;
}
.contWrap li a::before, .contWrap li a::after {
  content: "";
  background-color: rgba(255, 255, 255, 0.15);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
.contWrap li a::before {
  width: 108%;
  height: 108%;
  border-radius: 50% 50% 44% 56%/54% 47% 53% 46%;
  -webkit-animation: fluid-anim_01 2.5s infinite;
  animation: fluid-anim_01 2.5s infinite;
  z-index: 1;
}
@keyframes fluid-anim_01 {
  0% {
    border-radius: 50% 50% 44% 56%/54% 47% 53% 46%;
  }
  50% {
    border-radius: 62% 38% 59% 41%/37% 64% 36% 63%;
  }
  100% {
    border-radius: 50% 50% 44% 56%/54% 47% 53% 46%;
  }
}
.contWrap li a::after {
  width: 112%;
  height: 112%;
  border-radius: 40% 60% 39% 61%/58% 41% 59% 42%;
  -webkit-animation: fluid-anim_02 1.5s infinite;
  animation: fluid-anim_02 1.5s infinite;
  z-index: 1;
}
.contWrap li a > span {
  display: block;
}
.contWrap li a > span:first-child {
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #004ead;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 7.5rem;
  margin-bottom: 0rem;
  font-size: 1.375rem;
}
.contWrap li a > span:nth-child(2) {
  font-size: 3.4375rem;
  font-family: "Caflisch Script Pro", sans-serif;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  color: #fae222;
  position: relative;
}
.contWrap li a > span:nth-child(2) span {
  display: block;
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg);
}
.contWrap li a > span:nth-child(2):before {
  content: "";
  background-image: url(/assets_80th/teaser/img/common/arrow_blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 13.479875px;
  height: 17.922125px;
  bottom: -1.875rem;
  position: absolute;
  left: 50%;
  transform: rotate(90deg);
}

@media screen and (max-width: 768px) {
  .contWrap {
    width: 100%;
  }
  .contWrap li a {
    width: 30vw;
    height: 30vw;
  }
  .contWrap li a > span:first-child {
    height: 9.89vw;
  }
  .contWrap li a > span:nth-child(2) {
    font-size: 2.4375rem;
  }
}
@media screen and (max-width: 500px) {
  .contWrap {
    width: 100%;
    gap: 0px 21px;
  }
  .contWrap li a {
    width: 45vw;
    height: 45vw;
    padding-top: 8.42vw;
  }
  .contWrap li a > span:first-child {
    height: 3.5rem;
    font-size: 20px;
  }
  .contWrap li a > span:nth-child(2) {
    font-size: 2.4375rem;
  }
  .contWrap li a > span:nth-child(2):before {
    left: 47%;
  }
}
/* ------------------------------------------------------------------------ */
/*  .catchphrase


/* ------------------------------------------------------------------------ */
.catchphrase {
  margin-top: 140px;
}
.catchphrase h2 {
  color: #fff;
  margin: 0 auto 3.25rem;
}
.catchphrase .content {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 40px;
  padding-inline: 130px;
  border-radius: 20px;
  position: relative;
}
.catchphrase__img--01 {
  max-width: 500px;
  width: calc(100% - 20px);
  margin-inline: auto;
  display: block;
}
.catchphrase h3 {
  margin-top: 120px;
  font-size: 34px;
  text-align: center;
  color: #004ead;
}
.catchphrase__cpy {
  font-size: 18px;
  text-align: center;
  color: #004ead;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 17px;
  max-width: 510px;
  width: 100%;
  margin-inline: auto;
}
.catchphrase__cpy::before, .catchphrase__cpy::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #004ead;
}
.catchphrase__flex {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 25px;
}
.catchphrase__box {
  width: 48%;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  box-sizing: border-box;
  padding: 2.5rem 1.575rem 1.25rem;
  border-radius: 1.25rem;
}
.catchphrase__box p {
  position: relative;
  z-index: 1;
  width: 8.5rem;
  margin-right: 0.625rem;
}
.catchphrase__box p::before {
  content: "";
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  width: 8.125rem;
  height: 8.125rem;
  left: -1rem;
}
.catchphrase__box ul:first-of-type {
  width: 8.75rem;
  font-size: 1.25rem;
}
.catchphrase__box ul:first-of-type li {
  position: relative;
  border-bottom: 0.2604166667vw dashed #004ead;
  padding-left: 1rem;
  border-bottom-width: 0.0625rem;
}
.catchphrase__box ul:first-of-type li::before {
  content: "";
  background-color: #004ead;
  border-radius: 50%;
  position: absolute;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  top: 0.875rem;
}
.catchphrase__box ul:nth-of-type(2) {
  width: 100%;
  background-color: #fff;
  max-width: 37.5rem;
  margin: 2.5rem auto 0;
  padding: 1.25rem;
  font-size: 1rem;
  border-radius: 1.25rem;
}
.catchphrase__box ul:nth-of-type(2) li {
  position: relative;
  padding-left: 0.875rem;
}
.catchphrase__box ul:nth-of-type(2) li::before {
  content: "";
  background-color: #333;
  border-radius: 50%;
  position: absolute;
  left: 0;
  width: 0.25rem;
  height: 0.25rem;
  top: 0.8125rem;
}
.catchphrase .left {
  background-color: #fdf6bd;
}
.catchphrase .right {
  background-color: #e4f3ff;
}
.catchphrase__info {
  margin-top: 25px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.catchphrase__info span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fae222));
  background: linear-gradient(transparent 60%, #fae222 60%);
}
.catchphrase .hint__button {
  position: static;
  width: 42px;
  height: auto;
  margin-inline: auto;
  margin-top: 32px;
}

@media screen and (max-width: 980px) {
  .catchphrase .content {
    padding-inline: 20px;
  }
  .catchphrase__box {
    padding: 1.5rem 0.575rem 1.25rem;
  }
  .catchphrase__box p {
    width: 6.5rem;
  }
}
@media screen and (max-width: 768px) {
  .catchphrase {
    margin-top: 95px;
  }
  .catchphrase .content {
    padding-top: 45px;
    padding-bottom: 25px;
  }
  .catchphrase h2 {
    margin: 0 auto 2.25rem;
  }
  .catchphrase h3 {
    margin-top: 70px;
  }
  .catchphrase__box {
    max-width: 400px;
    width: 90%;
    padding: 2.5rem 1.575rem 1.25rem;
    margin-inline: auto;
  }
  .catchphrase__box p {
    width: 6.5rem;
  }
  .catchphrase__flex {
    flex-direction: column;
  }
  .catchphrase .hint__button {
    margin-top: 15px;
  }
  .catchphrase__box ul:nth-of-type(2) {
    margin: 1.5rem auto 0;
  }
}
@media screen and (max-width: 500px) {
  .catchphrase {
    margin-top: 65px;
  }
  .catchphrase h2 {
    margin: 0 auto 1.25rem;
  }
  .catchphrase .content {
    padding-top: 30px;
    padding-bottom: 25px;
  }
  .catchphrase__img--01 {
    max-width: 300px;
  }
  .catchphrase h3 {
    margin-top: 30px;
    font-size: 22px;
  }
  .catchphrase__cpy {
    font-size: 14px;
  }
  .catchphrase__box {
    width: 100%;
  }
  .catchphrase__box p {
    width: 5.5rem;
  }
  .catchphrase__box p::before {
    width: 6.125rem;
    height: 6.125rem;
  }
  .catchphrase__info {
    margin-top: 20px;
    font-size: 18px;
  }
}
/* ------------------------------------------------------------------------ */
/*  .logo


/* ------------------------------------------------------------------------ */
.logo h2 {
  margin-top: 140px;
  margin-bottom: 55px;
  color: #fff;
}
.logo .content {
  position: relative;
  background-color: #fff;
  border-radius: 20px;
  padding-top: 100px;
  padding-bottom: 100px;
}
.logo__img {
  display: block;
  max-width: 312px;
  width: 100%;
  margin-inline: auto;
}
.logo .hint__button {
  top: 30px;
  right: 30px;
}

@media screen and (max-width: 768px) {
  .logo {
    margin-top: 160px;
    margin-bottom: 195px;
  }
  .logo h2 {
    margin-top: 90px;
    margin-bottom: 2.25rem;
  }
  .logo .content {
    padding-top: 45px;
    padding-bottom: 50px;
  }
  .logo__img {
    max-width: 250px;
  }
  .logo .hint__button {
    top: 15px;
    right: 15px;
  }
}
@media screen and (max-width: 500px) {
  .logo h2 {
    margin-top: 50px;
    margin-bottom: 1.25rem;
  }
  .logo .content {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .logo__img {
    max-width: 200px;
  }
}
/* ------------------------------------------------------------------------ */
/*  novelty

/* ------------------------------------------------------------------------ */
.novelty h2 {
  margin-top: 190px;
  margin-bottom: 50px;
  color: #fff;
}
.novelty .content {
  background-color: #fff;
  border-radius: 20px;
  padding: 75px 40px 55px;
}
.novelty__text {
  font-size: 18px;
  text-align: center;
}
.novelty__text + p {
  margin-top: 23px;
}
.novelty .hint__button {
  position: static;
  width: 42px;
  height: auto;
  margin-inline: auto;
  margin-top: 30px;
}
.novelty__flex {
  margin-top: 18px;
  padding-bottom: 55px;
  border-bottom: 1px dotted #004ead;
  display: flex;
  gap: 40px;
  justify-content: center;
  align-items: flex-start;
}
.novelty__card {
  max-width: 440px;
  width: 100%;
}
.novelty .card__link {
  position: relative;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #004ead;
  text-align: center;
  text-decoration: underline;
  margin-top: 20px;
}
.novelty .card__link::after {
  display: block;
  content: "";
  background: url(/assets_80th/teaser/img/icon_blue-white.png) no-repeat center center/cover;
  width: 21px;
  height: 21px;
  margin-left: 8px;
}
.novelty .banner {
  max-width: 580px;
  width: 100%;
  margin-inline: auto;
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .novelty h2 {
    margin-top: 100px;
    margin-bottom: 2.25rem;
  }
  .novelty .content {
    padding-top: 45px;
    padding-bottom: 50px;
  }
  .novelty__text + p {
    margin-top: 15px;
  }
  .novelty .hint__button {
    margin-top: 20px;
  }
  .novelty__flex {
    flex-direction: column;
    gap: 50px;
    padding-bottom: 40px;
  }
  .novelty__card {
    max-width: 100%;
  }
  .novelty .card__text {
    font-size: 18px;
  }
  .novelty .card__link {
    margin-top: 15px;
    font-size: 16px;
    text-align: left;
  }
  .novelty .banner {
    margin-top: 40px;
  }
}
@media screen and (max-width: 500px) {
  .novelty h2 {
    margin-top: 70px;
    margin-bottom: 1.25rem;
  }
  .novelty .content {
    padding: 35px 15px 35px;
  }
  .novelty__text {
    font-size: 16px;
  }
  .novelty .hint__button {
    margin-top: 15px;
  }
  .novelty__flex {
    margin-top: 15px;
    gap: 30px;
    padding-bottom: 30px;
  }
  .novelty .card__text {
    font-size: 16px;
  }
  .novelty .card__link {
    margin: 10px;
  }
  .novelty .banner {
    margin-top: 30px;
  }
}
footer .contWrap {
  display: block;
}

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