#about {
  background-color: #140E28;
  max-width: 1500px;
  margin: auto;
  overflow: hidden;
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  #about {
    padding-top: 50px;
  }
}
#about #visual-bg {
  background: url(/assets/image/page-visual.png) no-repeat center top;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  #about #visual-bg {
    background: url(/assets/image/visual-sp.png) no-repeat top center;
    background-size: 100% 100%;
  }
}
#about #visual {
  text-align: center;
  padding: 0px 5% 40px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #about #visual {
    padding-top: 80px;
  }
}
#about #visual h1 {
  font-size: 4.3rem;
  font-weight: bold;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  #about #visual h1 {
    font-size: 6vw;
    margin-bottom: 15px;
    line-height: 1;
  }
}
#about #visual h1 span {
  font-size: 6.2rem;
}
@media screen and (max-width: 767px) {
  #about #visual h1 span {
    font-size: 8vw;
  }
}
#about #visual .en {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #about #visual .en {
    width: 60%;
    margin: 0 auto 10px;
  }
}
#about #visual .copy {
  display: inline-block;
  margin-bottom: 20px;
  line-height: 1.2;
  font-size: 3.2rem;
  font-weight: bold;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  background: linear-gradient(120deg, #fff 0%, #b2e6fd 32%, #9486fc 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  #about #visual .copy {
    font-size: 5vw;
  }
}
#about #visual .copy span {
  font-size: 4.2rem;
}
@media screen and (max-width: 767px) {
  #about #visual .copy span {
    font-size: 5.8vw;
  }
}
#about #visual .story-link {
  display: inline-block;
  padding: 23px;
}
@media screen and (max-width: 767px) {
  #about #visual .story-link {
    padding: 23px 0 0;
  }
}
#about #visual .story-link a {
  display: flex;
  border: 2px solid #fff;
  border-radius: 50px;
  align-items: center;
  gap: 30px;
  padding: 15px 20px 15px 30px;
}
@media screen and (max-width: 767px) {
  #about #visual .story-link a {
    padding: 5px 20px;
  }
}
#about #visual .story-link a .key {
  width: 15px;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  #about #visual .story-link a .key {
    display: none;
  }
}
#about #visual .story-link a .mark {
  line-height: 0;
}
#about #contents {
  position: relative;
}
#about #contents .ball#ball6 {
  left: 10%;
}
#about #contents h2 {
  margin-bottom: 50px;
}
#about #contents .inner {
  max-width: calc(1180px + 6%);
}
@media screen and (max-width: 767px) {
  #about #contents .inner {
    padding-inline: 0;
  }
}
#about #contents .step-block {
  background-color: #E3E6EF;
  border-radius: 20px;
  box-shadow: inset 0 0 20px rgb(0, 0, 0);
  padding: 70px 5%;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #about #contents .step-block {
    padding: 25px 5%;
  }
}
#about #contents .step-block h3 {
  position: relative;
  background-color: #333;
  border-radius: 20px;
  color: #fff;
  font-size: 2.8rem;
  text-align: center;
  padding: 15px 40px 15px 90px;
}
@media screen and (max-width: 767px) {
  #about #contents .step-block h3 {
    font-size: 1.8rem;
    line-height: 1.3;
    text-align: left;
    padding: 15px 40px 15px 74px;
  }
}
#about #contents .step-block h3 .step {
  position: absolute;
  top: 40%;
  left: 20px;
  max-width: 94px;
  width: 10%;
  transform: translateY(-50%);
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #about #contents .step-block h3 .step {
    top: 50%;
    left: 10px;
    width: 12%;
  }
}
#about #contents .step-block .lead {
  padding: 20px 0;
  font-size: 2rem;
  font-weight: bold;
  max-width: 728px;
  margin: auto;
}
#about #contents .step-block .lead.tc {
  text-align: center;
}
#about #contents .step-block .lead b {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  #about #contents #step1 {
    padding: 20px 0;
  }
  #about #contents #step1 .title {
    padding: 0 5%;
  }
}
#about #contents #step1 .layout {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  #about #contents #step1 .layout {
    display: block;
  }
}
#about #contents #step1 .layout .col {
  width: 50%;
  border: 5px solid #4545a0;
  border-radius: 20px;
  background-color: #fff;
  padding: 32px 24px;
}
@media screen and (max-width: 767px) {
  #about #contents #step1 .layout .col {
    width: 100%;
    margin-bottom: 16px;
  }
}
#about #contents #step1 .layout h4 {
  margin-bottom: 2rem;
}
#about #contents #step1 .layout p {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  #about #contents #step1 .layout p {
    font-size: 1.7rem;
  }
}
#about #contents #step1 .layout .note {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  #about #contents #step1 .layout .note {
    font-size: 1.1rem;
  }
}
#about #contents #step1 .layout .red {
  color: #E20004;
}
#about #contents #step1 .layout .col01 a {
  display: block;
  line-height: 0;
  border: 2px solid #4545a0;
  border-radius: 7px;
  padding: 15px 32px;
  margin: 1rem 0 2rem;
}
#about #contents #step1 .layout .col01 a img {
  max-width: 100%;
}
#about #contents #step2 {
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #about #contents #step2 {
    padding: 25px 8%;
  }
}
#about #contents #step2 .lead {
  padding-bottom: 0;
}
#about #contents #step2 .note {
  text-align: right;
  font-size: 1.4rem;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #about #contents #step2 .note {
    text-align: left;
    font-size: 1.1rem;
  }
}
#about #contents #step2 .layout {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  #about #contents #step2 .layout {
    display: block;
  }
}
#about #contents #step2 .layout .box {
  width: 32.5%;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  #about #contents #step2 .layout .box {
    width: 100%;
  }
}
#about #contents #step2 .layout .box.box2 h4 {
  background-color: #CAE5C9;
}
#about #contents #step2 .layout .box.box3 h4 {
  background-color: #F9D1CF;
}
#about #contents #step2 .layout .box h4 {
  background-color: #BBD4EF;
  border-radius: 20px 20px 0 0;
  line-height: 1;
  padding: 10px;
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
}
#about #contents #step2 .layout .box .box-in {
  background-color: #fff;
  padding: 12px;
  border-radius: 0 0 20px 20px;
}
#about #contents #step2 .layout .box .box-in .place {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 20px;
}
#about #contents #step2 .layout .box .box-in .place span {
  font-size: 1.8rem;
  font-weight: normal;
}
#about #contents #step2 .layout .box .box-in .info {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #about #contents #step2 .layout .box .box-in .info {
    height: auto !important;
  }
}
#about #contents #step2 .layout .box .box-in .info span {
  font-size: 1.4rem;
}
#about #contents #step3 {
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #about #contents #step3 {
    padding: 25px 8%;
  }
}
@media screen and (max-width: 767px) {
  #about #contents #step3 .lead {
    line-height: 1.5;
  }
}
#about #contents #step3 .note {
  padding: 0 5%;
}
@media screen and (max-width: 767px) {
  #about #contents #step3 .note {
    padding: 0;
  }
}
#about #contents #step3 .link {
  text-align: center;
  margin-top: 30px;
}
#about #contents #step3 .link .btn {
  display: inline-flex;
  background-color: #915da3;
  color: #fff;
  border-radius: 7px;
  padding: 15px 32px;
  font-size: 2rem;
  font-weight: bold;
  text-decoration: none;
  margin-bottom: 20px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #about #contents #step3 .link .btn {
    font-size: 1.6rem;
    display: flex;
    justify-content: space-between;
  }
}
#about #contents #step3 .link .btn:hover {
  background-color: #a67bbe;
}
#about #contents #step3 .link .btn .mark {
  line-height: 0;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  #about #contents #step3 .link .btn .mark {
    margin-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  #about #contents #step4 {
    padding: 25px 8%;
  }
}
@media screen and (max-width: 767px) {
  #about #contents #step4 .lead {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
#about #contents #step4 .lead b {
  font-size: 2rem;
  color: #E20004;
}
@media screen and (max-width: 767px) {
  #about #contents #step4 .lead b {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
#about #contents #step4 .award-box {
  display: flex;
  justify-content: space-between;
  background-color: #D9D9D9;
  padding: 15px 25px;
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  #about #contents #step4 .award-box {
    display: block;
  }
}
#about #contents #step4 .award-box.award1 h4 .text {
  text-indent: -10px;
}
#about #contents #step4 .award-box.award2 {
  margin-bottom: 0;
}
#about #contents #step4 .award-box.award2 .image {
  margin-top: 75px;
}
@media screen and (max-width: 767px) {
  #about #contents #step4 .award-box.award2 .image {
    margin-top: 30px;
  }
}
#about #contents #step4 .award-box .text {
  width: 48%;
}
@media screen and (max-width: 767px) {
  #about #contents #step4 .award-box .text {
    width: 100%;
  }
}
#about #contents #step4 .award-box .image {
  width: 48%;
}
@media screen and (max-width: 767px) {
  #about #contents #step4 .award-box .image {
    width: 100%;
  }
}
#about #contents #step4 .award-box h4 {
  display: flex;
  font-size: clamp(2rem, 2vw, 2.4rem);
  font-weight: bold;
  align-items: center;
}
#about #contents #step4 .award-box h4 .h4-image {
  vertical-align: middle;
  padding-right: 15px;
  width: 90px;
  margin: 0;
}
#about #contents #step4 .award-box h4 .text {
  flex: 1;
  width: auto;
  line-height: 1.3;
}
#about #contents #step4 .award-box ul li {
  position: relative;
  padding-left: 23px;
  line-height: 1.5;
}
#about #contents #step4 .award-box ul span {
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #4545a0;
  border-radius: 50%;
  aspect-ratio: 1;
  width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 1rem;
  color: #fff;
}
#about #contents #step4 .anounce {
  display: flex;
  justify-content: center;
  font-size: 2rem;
  margin-top: 2rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  #about #contents #step4 .anounce {
    font-size: 1.4rem;
  }
}
#about #contents #step4 .link {
  text-align: center;
}
#about #contents #step4 .link .btn {
  max-width: 370px;
  width: 100%;
  display: inline-block;
  background-color: #915da3;
  color: #fff;
  border-radius: 7px;
  padding: 15px 32px;
  font-size: 1.8rem;
  line-height: 1.2;
}
#about #contents #step5 {
  background-color: #150a28;
  border-radius: 20px;
  padding: 30px 5% 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  margin-bottom: 50px;
  border: 2px solid #00A8EB;
}
@media screen and (max-width: 767px) {
  #about #contents #step5 {
    width: 95%;
    margin: 0 auto 25px;
    gap: 15px;
    padding-right: 10px;
  }
}
#about #contents #step5 .step {
  width: 94px;
}
@media screen and (max-width: 767px) {
  #about #contents #step5 .step {
    width: 50px;
  }
}
#about #contents #step5 .text {
  flex: 1;
  color: #fff;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #about #contents #step5 .text {
    font-size: 1.8rem;
  }
}
#about #contents #check {
  background-color: #F3DC87;
  border-radius: 20px;
  padding: 60px 5%;
}
#about #contents #check h3 {
  display: flex;
  align-items: center;
  background-color: #915DA3;
  border-radius: 50px;
  margin-bottom: 20px;
  height: 46px;
}
@media screen and (max-width: 767px) {
  #about #contents #check h3 {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    border-radius: 20px 10px 10px 10px;
    padding-bottom: 20px;
  }
}
#about #contents #check h3 .image {
  width: 144px;
  line-height: 0;
}
#about #contents #check h3 .text {
  padding-left: 10px;
  color: #fff;
  font-size: clamp(1.8rem, 1.8vw, 2.4rem);
  font-weight: bold;
  padding: 0 5% 0 20px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  #about #contents #check h3 .text {
    padding-top: 20px;
    font-size: 2rem;
  }
}
#about #contents #check .lead {
  font-size: 2.4rem;
  font-weight: bold;
  padding: 0 1%;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  #about #contents #check .lead {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
#about #contents #check .note {
  margin-bottom: 40px;
  padding: 0 1%;
}
#about #contents #check .layout {
  display: flex;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #about #contents #check .layout {
    display: block;
  }
}
#about #contents #check .layout .text {
  width: 50%;
  font-size: 2rem;
  line-height: 1.5;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  #about #contents #check .layout .text {
    width: 100%;
  }
}
#about #contents #check .layout .text h4 {
  margin-bottom: 10px;
}
#about #contents #check .layout .text h4 span {
  display: block;
  background-color: #000;
  color: #fff;
  padding: 5px 10px;
  border-radius: 50px;
  max-width: 280px;
  text-align: center;
}
#about #contents #check .layout .text p {
  padding-left: 10px;
  font-weight: bold;
}
#about #contents #check .layout .image {
  width: 50%;
}
#about #contents #check .link {
  text-align: center;
  margin-top: 30px;
}
#about #contents #check .link .btn {
  display: inline-flex;
  background-color: #915da3;
  color: #fff;
  border-radius: 7px;
  padding: 15px 32px;
  font-size: 2rem;
  font-weight: bold;
  text-decoration: none;
  margin-bottom: 20px;
  align-items: center;
}
#about #contents #check .link .btn:hover {
  background-color: #a67bbe;
}
#about #contents #check .link .btn .mark {
  line-height: 0;
  margin-left: 30px;
}