/* CSS Document */
/*=============================================
utility
=============================================*/
.u-mb10 {
  margin-bottom: 10px;
}

.u-mb20 {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .u-mb20 {
    margin-bottom: 10px;
  }
}

.u-mb30 {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .u-mb30 {
    margin-bottom: 15px;
  }
}

.u-mb40 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .u-mb40 {
    margin-bottom: 20px;
  }
}

.u-mb50 {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .u-mb50 {
    margin-bottom: 25px;
  }
}

.u-mb60 {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .u-mb60 {
    margin-bottom: 30px;
  }
}

.u-mb70 {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .u-mb70 {
    margin-bottom: 35px;
  }
}

.u-mb80 {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .u-mb80 {
    margin-bottom: 40px;
  }
}

.u-mb90 {
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .u-mb90 {
    margin-bottom: 45px;
  }
}

.u-mb100 {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .u-mb100 {
    margin-bottom: 50px;
  }
}

.u-mb110 {
  margin-bottom: 110px;
}
@media screen and (max-width: 768px) {
  .u-mb110 {
    margin-bottom: 55px;
  }
}

.u-mb120 {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .u-mb120 {
    margin-bottom: 60px;
  }
}

.u-mb130 {
  margin-bottom: 130px;
}
@media screen and (max-width: 768px) {
  .u-mb130 {
    margin-bottom: 65px;
  }
}

.u-mb140 {
  margin-bottom: 140px;
}
@media screen and (max-width: 768px) {
  .u-mb140 {
    margin-bottom: 70px;
  }
}

.u-mb150 {
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .u-mb150 {
    margin-bottom: 75px;
  }
}

.u-mt10 {
  margin-top: 10px;
}

.u-mt20 {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .u-mt20 {
    margin-top: 10px;
  }
}

.u-mt30 {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .u-mt30 {
    margin-top: 15px;
  }
}

.u-mt40 {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .u-mt40 {
    margin-top: 20px;
  }
}

.u-mt50 {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .u-mt50 {
    margin-top: 25px;
  }
}

.u-mt60 {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .u-mt60 {
    margin-top: 30px;
  }
}

.u-mt70 {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .u-mt70 {
    margin-top: 35px;
  }
}

.u-mt80 {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .u-mt80 {
    margin-top: 40px;
  }
}

.u-mt90 {
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  .u-mt90 {
    margin-top: 45px;
  }
}

.u-mt100 {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .u-mt100 {
    margin-top: 50px;
  }
}

.u-mt110 {
  margin-top: 110px;
}
@media screen and (max-width: 768px) {
  .u-mt110 {
    margin-top: 55px;
  }
}

.u-mt120 {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .u-mt120 {
    margin-top: 60px;
  }
}

.u-mt130 {
  margin-top: 130px;
}
@media screen and (max-width: 768px) {
  .u-mt130 {
    margin-top: 65px;
  }
}

.u-mt140 {
  margin-top: 140px;
}
@media screen and (max-width: 768px) {
  .u-mt140 {
    margin-top: 70px;
  }
}

.u-mt150 {
  margin-top: 150px;
}
@media screen and (max-width: 768px) {
  .u-mt150 {
    margin-top: 75px;
  }
}

.u-br--pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .u-br--pc {
    display: none;
  }
}
.u-br--tab {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-br--tab {
    display: block;
  }
}
.u-br--sp {
  display: none;
}
@media screen and (max-width: 500px) {
  .u-br--sp {
    display: block;
  }
}

.u-font__align--center {
  text-align: center;
}
.u-font__color--red {
  color: var(--red);
}
.u-font__color--yellow {
  color: var(--yellow);
}
.u-font__color--brown {
  color: var(--brown);
}
.u-font__shadow--black {
  text-shadow: 2px 2px 10px #000, -2px 2px 10px #000, 2px -2px 10px #000, -2px -2px 10px #000;
}
.u-font__shadow--red {
  text-shadow: 2px 2px 10px var(--red), -2px 2px 10px var(--red), 2px -2px 10px var(--red), -2px -2px 10px var(--red);
}
.u-font__size--lg {
  font-size: calc(var(--font_size) * 1.4);
}
@media screen and (max-width: 500px) {
  .u-font__size--lg {
    font-size: calc(var(--font_size) * 1.1);
  }
}
.u-font__size--xl {
  font-size: calc(var(--font_size) * 1.6);
}
@media screen and (max-width: 500px) {
  .u-font__size--xl {
    font-size: calc(var(--font_size) * 1.4);
  }
}
.u-font__size--xxl {
  font-size: calc(var(--font_size) * 1.8);
}
@media screen and (max-width: 500px) {
  .u-font__size--xxl {
    font-size: calc(var(--font_size) * 1.6);
  }
}
.u-font__weight--bold {
  font-weight: 700;
}
.u-font__weight--black {
  font-weight: 900;
}

/*=============================================
component
=============================================*/
.c-wrapper--800 {
  margin-left: auto;
  margin-right: auto;
  width: 92%;
  max-width: 800px;
}

.c-wrapper--1000 {
  margin-left: auto;
  margin-right: auto;
  width: 92%;
  max-width: 1000px;
}

.c-wrapper--1200 {
  margin-left: auto;
  margin-right: auto;
  width: 92%;
  max-width: 1200px;
}

.c-wrapper--1400 {
  margin-left: auto;
  margin-right: auto;
  width: 92%;
  max-width: 1400px;
}

.c-text--yellow {
  font-size: calc(var(--font_size) * 1.25);
  color: var(--yellow);
}
.c-text--gold_bigtext {
  font-size: calc(var(--font_size) * 1.8);
  font-weight: 900;
  background: 90deg, #dece76, #fff 70%;
  background: -webkit-linear-gradient(90deg, #dece76, #fff 70%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}
.c-text__marker {
  background: var(--gold_grad);
  color: #000;
  font-weight: 900;
}

/*=============================================
section01
=============================================*/
.l-section01 {
  margin-bottom: 20rem;
}
.l-section01__bg {
  background: url(../img/section01_bg01.jpg) no-repeat top/cover;
  padding: 10rem 0;
}
@media screen and (max-width: 500px) {
  .l-section01__bg {
    padding: 4rem 0;
  }
}
.l-section01__bg h1 {
  margin: 0 auto;
  max-width: 1365px;
}
.l-section01__bg p {
  font-size: calc(var(--font_size) * 2);
  text-align: center;
}
@media screen and (max-width: 500px) {
  .l-section01__bg p {
    font-size: calc(var(--font_size) * 1.2);
  }
}
.l-section01__name {
  background: var(--red_grad);
  padding: 2rem 0;
}
@media screen and (max-width: 500px) {
  .l-section01__name {
    padding: 1rem 0;
  }
}
.l-section01__name p {
  text-align: center;
  font-size: calc(var(--font_size) * 1.5);
}
@media screen and (max-width: 500px) {
  .l-section01__name p {
    font-size: calc(var(--font_size) * 1.1);
  }
}
.l-section01__name p span {
  font-size: 120%;
}
.l-section01__border {
  border-width: 1px;
  border-style: solid;
  border-image-source: var(--gold_grad);
  border-image-slice: 1;
}
.l-section01__bigtext {
  background: url(../img/section01_bg02.jpg) no-repeat center/cover;
}
.l-section01__bigtext__img {
  margin: 0 auto;
  max-width: 1282px;
  padding: 5rem 0;
}
.l-section01__bigtext__img p {
  text-align: center;
  margin: 0 auto;
  max-width: 800px;
  width: 92%;
}
.l-section01__arrow {
  position: absolute;
  left: 50%;
}
.l-section01__arrow::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 5rem;
  background: #eee;
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}

@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 5rem;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 10rem;
    opacity: 0;
  }
}
/*=============================================
key
=============================================*/
.l-key {
  background: url(../img/key_bg.jpg) no-repeat top/cover;
  padding: 4rem 0;
}
@media screen and (max-width: 500px) {
  .l-key {
    background: url(../img/key_bg_sp.jpg) no-repeat top/cover;
    padding: 3rem 0 4rem;
  }
}
.l-key--bottom {
  background: url(../img/key_bg_alpha.png) no-repeat top/cover;
  padding: 10rem 0;
}
@media screen and (max-width: 500px) {
  .l-key--bottom {
    background: url(../img/key_bg_alpha_sp.png) no-repeat top/cover;
    padding: 5rem 0 6rem;
  }
}
.l-key__logo {
  max-width: 813px;
  margin-right: auto;
  width: 70%;
}
@media screen and (max-width: 500px) {
  .l-key__logo {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
}

/*=============================================
section02
=============================================*/
.l-section02 {
  background: url(../img/section02_bg01.jpg) no-repeat center/cover;
  padding-bottom: 10rem;
}
@media screen and (max-width: 500px) {
  .l-section02 {
    padding-bottom: 4rem;
  }
}
.l-section02 h2 {
  color: var(--yellow);
  font-size: calc(var(--font_size) * 1.4);
  text-align: center;
  margin: 10rem 0 6rem;
}
@media screen and (max-width: 500px) {
  .l-section02 h2 {
    margin: 5rem 0 4rem;
  }
}
.l-section02 h2 span {
  font-size: calc(var(--font_size) * 1.6);
}
.l-section02__flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.l-section02__flex--left {
  width: 30%;
  max-width: 434px;
}
@media screen and (max-width: 1200px) {
  .l-section02__flex--left {
    width: 35%;
  }
}
@media screen and (max-width: 768px) {
  .l-section02__flex--left {
    width: 100%;
    margin: 0 auto;
  }
}
.l-section02__flex--right {
  width: 65%;
}
@media screen and (max-width: 1200px) {
  .l-section02__flex--right {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .l-section02__flex--right {
    margin: 2rem 0;
    width: 100%;
  }
}
.l-section02__box__bg {
  background: url(../img/section02_bg02.jpg) no-repeat center/cover;
}
.l-section02__box__img {
  margin: 0 auto;
  max-width: 1000px;
  width: 92%;
  padding: 10rem 0;
}
@media screen and (max-width: 768px) {
  .l-section02__box__img {
    padding: 5rem 0;
  }
}
.l-section02__goldtext {
  background: var(--gold_grad);
  padding: 3rem 0;
}
@media screen and (max-width: 500px) {
  .l-section02__goldtext {
    padding: 1rem 0 2rem;
  }
}
.l-section02__goldtext__img {
  margin: 0 auto;
  max-width: 652px;
  padding-bottom: 2rem;
}
@media screen and (max-width: 1000px) {
  .l-section02__goldtext__img {
    width: 50%;
  }
}
.l-section02__goldtext p {
  color: #000;
  font-size: calc(var(--font_size) * 3);
  text-align: center;
  margin: 0 auto;
  max-width: 1000px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .l-section02__goldtext p {
    width: 92%;
    font-size: calc(var(--font_size) * 2);
  }
}
@media screen and (max-width: 500px) {
  .l-section02__goldtext p {
    width: 92%;
    font-size: calc(var(--font_size) * 1.5);
  }
}

/*=============================================
section03
=============================================*/
.l-section03__bg {
  background: linear-gradient(90deg, #000, #001e52, #000);
  padding: 8rem 0;
}
@media screen and (max-width: 768px) {
  .l-section03__bg {
    padding: 4rem 0 2rem;
  }
}
.l-section03__chart {
  margin: 0 auto 2rem;
  max-width: 1000px;
}
.l-section03__chart img {
  margin: 6rem 0;
}
@media screen and (max-width: 768px) {
  .l-section03__chart {
    margin: 0 auto 1rem;
    width: 92%;
  }
  .l-section03__chart img {
    margin: 3rem 0 1rem;
  }
}
.l-section03__bigtext {
  background: url(../img/section03_bg.jpg) no-repeat center/cover;
  padding: 6rem 0;
}
.l-section03__bigtext__img {
  margin: 0 auto;
  max-width: 751px;
}
@media screen and (max-width: 768px) {
  .l-section03__bigtext__img {
    width: 92%;
  }
}
.l-section03__text {
  background: linear-gradient(90deg, #f0e6c5, #fff, #f0e6c5);
  color: var(--brown);
  padding: 5rem 0;
}
@media screen and (max-width: 500px) {
  .l-section03__text {
    padding: 2rem 0;
  }
}
.l-section03__text__decoration {
  margin: 0 auto 4rem;
  max-width: 252px;
}
@media screen and (max-width: 768px) {
  .l-section03__text__decoration {
    width: 30%;
  }
}
.l-section03__text__decoration--bottom {
  margin: 4rem auto 5rem;
  transform: scale(-1, -1);
}
@media screen and (max-width: 500px) {
  .l-section03__text__decoration--bottom {
    margin: 4rem auto 3rem;
  }
}
.l-section03__text__title {
  font-weight: 700;
  text-align: center;
}
.l-section03__text__title--sm {
  font-size: calc(var(--font_size) * 1.3);
}
.l-section03__text__title--lg {
  margin: 0 auto 1rem;
  max-width: 728px;
}
@media screen and (max-width: 768px) {
  .l-section03__text__title--lg {
    width: 92%;
  }
}
.l-section03__text__title--md {
  font-size: calc(var(--font_size) * 1.4);
}

/*=============================================
section04
=============================================*/
.l-section04__bg {
  background: url(../img/section04_bg.jpg) no-repeat center/cover;
}
.l-section04__bg__text01 {
  margin: 0 auto;
  max-width: 1000px;
}
@media screen and (max-width: 768px) {
  .l-section04__bg__text01 {
    padding: 3rem 0;
    width: 92%;
  }
}
.l-section04__bg__text02 {
  margin: 0 auto;
  max-width: 1400px;
}
@media screen and (max-width: 768px) {
  .l-section04__bg__text02 {
    width: 92%;
  }
}
.l-section04__text03 {
  margin: 0 auto;
  max-width: 1200px;
}
@media screen and (max-width: 768px) {
  .l-section04__text03 {
    width: 92%;
  }
}
.l-section04__box {
  background: var(--gold_grad);
  border-radius: 1rem;
  padding: 2px;
}
.l-section04__box__chartbox {
  background: #000;
  border-radius: 1rem;
  padding: 2px;
}
.l-section04__box__chartbox__title li:nth-child(1) {
  margin: 10rem auto 5rem;
  max-width: 396px;
}
@media screen and (max-width: 500px) {
  .l-section04__box__chartbox__title li:nth-child(1) {
    margin: 2rem auto 2rem;
    width: 92%;
  }
}
.l-section04__box__chartbox__title li:nth-child(2) {
  margin: 0 auto;
  max-width: 881px;
}
@media screen and (max-width: 1000px) {
  .l-section04__box__chartbox__title li:nth-child(2) {
    width: 92%;
  }
}
.l-section04__box__chartbox__chart {
  margin: 5rem auto;
  max-width: 800px;
  border: solid 1px var(--yellow);
  padding-bottom: 4rem;
  width: 92%;
}
@media screen and (max-width: 500px) {
  .l-section04__box__chartbox__chart {
    margin: 2rem auto;
    width: 92%;
  }
}
.l-section04__box__chartbox__chart li {
  text-align: center;
}
.l-section04__box__chartbox__chart li:nth-of-type(1) {
  background-color: var(--yellow);
  color: #000;
  font-size: calc(var(--font_size) * 1.5);
}
@media screen and (max-width: 500px) {
  .l-section04__box__chartbox__chart li:nth-of-type(1) {
    font-size: calc(var(--font_size) * 1.1);
  }
}
.l-section04__box__chartbox__chart li:nth-of-type(2) {
  font-size: calc(var(--font_size) * 1.2);
  margin: 2rem 0;
}
@media screen and (max-width: 500px) {
  .l-section04__box__chartbox__chart li:nth-of-type(2) {
    font-size: calc(var(--font_size) * 1.1);
  }
}
.l-section04__box__chartbox__chart li:nth-of-type(3) {
  margin: 0 auto;
  max-width: 780px;
}
@media screen and (max-width: 1000px) {
  .l-section04__box__chartbox__chart li:nth-of-type(3) {
    width: 92%;
  }
}
.l-section04__box__chartbox__chart li:nth-of-type(4) {
  margin: 3rem auto 0;
  max-width: 672px;
}
@media screen and (max-width: 1000px) {
  .l-section04__box__chartbox__chart li:nth-of-type(4) {
    width: 92%;
  }
}
.l-section04__box__chartbox table {
  margin: 3rem auto;
  max-width: 800px;
  width: 92%;
}
.l-section04__box__chartbox table tr {
  display: flex;
  flex-wrap: wrap;
  line-height: 2em;
}
.l-section04__box__chartbox table tr th {
  text-align: center;
  background-color: var(--yellow);
  color: #000;
  font-weight: 900;
  width: 30%;
}
@media screen and (max-width: 500px) {
  .l-section04__box__chartbox table tr th {
    width: 100%;
  }
}
.l-section04__box__chartbox table tr:nth-child(odd) th {
  background-color: #f8ea9b;
}
.l-section04__box__chartbox table tr td {
  text-align: center;
  color: var(--yellow);
  border: solid 1px var(--yellow);
  font-weight: 700;
}
.l-section04__box__chartbox table tr td:nth-of-type(1) {
  font-size: calc(var(--font_size) * 1.3);
  width: 30%;
}
@media screen and (max-width: 500px) {
  .l-section04__box__chartbox table tr td:nth-of-type(1) {
    font-size: var(--font_size);
    width: 50%;
    border-right: none;
  }
}
.l-section04__box__chartbox table tr td:nth-of-type(2) {
  font-size: calc(var(--font_size) * 1.5);
  font-weight: 900;
  background: 90deg, #d19e31, #d3b24e, #ffe58b, #d3b24e, #d19e31;
  background: -webkit-linear-gradient(90deg, #d19e31, #d3b24e, #ffe58b, #d3b24e, #d19e31);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 40%;
}
@media screen and (max-width: 500px) {
  .l-section04__box__chartbox table tr td:nth-of-type(2) {
    font-size: calc(var(--font_size) * 1.3);
    width: 50%;
  }
}
.l-section04__box__chartbox table tr td:nth-of-type(2) span {
  font-size: calc(var(--font_size) * 1.2);
}
@media screen and (max-width: 500px) {
  .l-section04__box__chartbox table tr td:nth-of-type(2) span {
    font-size: var(--font_size);
  }
}
.l-section04__box__text04 {
  margin: 0 auto;
  max-width: 790px;
  width: 100%;
}
@media screen and (max-width: 500px) {
  .l-section04__box__text04 {
    margin: 5rem auto 2rem;
    width: 92%;
  }
}
.l-section04__text05 {
  margin: 3rem auto 5rem;
  max-width: 1138px;
}
@media screen and (max-width: 1000px) {
  .l-section04__text05 {
    width: 92%;
  }
}

/*=============================================
section05
=============================================*/
.l-section05 h2 {
  background: var(--red_grad);
  font-size: calc(var(--font_size) * 3);
  text-align: center;
  padding: 2rem 0;
}
@media screen and (max-width: 500px) {
  .l-section05 h2 {
    font-size: calc(var(--font_size) * 1.5);
  }
}
.l-section05__bg {
  background: url(../img/section05_bg.jpg) no-repeat center/cover;
  padding: 3rem 0;
}
@media screen and (max-width: 768px) {
  .l-section05__bg {
    padding: 2rem 0 1rem;
  }
}
.l-section05__bg__box {
  background: var(--gold_grad);
  border-radius: 1rem;
  padding: 2px;
}
.l-section05__bg__box__img {
  clip-path: inset(0 0 round 1rem 1rem 0 0);
}
.l-section05__bg__box__comment {
  background: #fff;
  border-radius: 0 0 1rem 1rem;
  padding: 5rem 0;
  color: var(--brown);
}
@media screen and (max-width: 768px) {
  .l-section05__bg__box__comment {
    padding: 2rem 0;
  }
}
.l-section05__bg__box__comment p {
  margin: 0 auto;
  max-width: 800px;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 98.5%, #000 100%);
  background-repeat: repeat-y;
  background-size: 100% 2.4em;
  line-height: 2.4;
}
@media screen and (max-width: 768px) {
  .l-section05__bg__box__comment p {
    width: 92%;
    background-size: 100% 2em;
    line-height: 2;
  }
}
.l-section05__bg__box__comment h3 {
  background: var(--brown);
  color: #fff;
  margin: 0 auto 3rem;
  text-align: center;
  width: 40%;
}
@media screen and (max-width: 768px) {
  .l-section05__bg__box__comment h3 {
    width: 70%;
  }
}

/*=============================================
section06
=============================================*/
.l-section06__bigtext {
  font-size: calc(var(--font_size) * 1.6);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-section06__bigtext {
    font-size: calc(var(--font_size) * 1.2);
  }
}
.l-section06__bg01 {
  background: url(../img/section06_bg01.jpg) no-repeat top/cover;
  padding: 3rem 0;
}
.l-section06__bg01__img {
  margin: 0 auto 4rem;
  max-width: 1046px;
}
@media screen and (max-width: 768px) {
  .l-section06__bg01__img {
    width: 92%;
  }
}
.l-section06__bg02 {
  background: url(../img/section06_bg02.png) no-repeat top/cover;
  padding: 15rem 0 20rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1000px) {
  .l-section06__bg02 {
    padding: 5rem 0;
  }
}
.l-section06__bg02__text {
  margin: 0 auto;
  max-width: 1000px;
}
@media screen and (max-width: 1000px) {
  .l-section06__bg02__text {
    max-width: 680px;
    width: 92%;
  }
}/*# sourceMappingURL=style.css.map */