body {
  background-color: #fafafa;
}

main {
  max-width: 450px;
  margin: auto;
  background-color: #fff;
}
@media screen and (max-width: 750px) {
  main {
    max-width: none;
  }
}

#visual {
  position: relative;
}

#visual .copy {
  background: #5aa2a9 url(/assets/image/top/visual01.jpg) no-repeat center bottom;
  background-size: cover;
  padding: 5% 8%;
  z-index: 1;
  aspect-ratio: 750/1044;
}
#visual h1 {
  width: 45%;
  margin: 15px auto 15px;
}
#visual .scroll {
  position: relative;
  text-align: center;
  padding-bottom: 20px;
}
#visual .scroll::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 15px;
  bottom: 0;
  left: 50%;
  background-color: #666;
}

#about {
  padding: 4rem 0;
}
#about .text01 {
  margin-bottom: 4rem;
  margin-left: auto;
  width: 88%;
}
#about .text02 {
  width: 75%;
}
#about #slider .image {
  max-width: 200px;
}
#about #slider + p {
  text-align: center;
  margin-bottom: 4rem;
}
#about .about-content .block {
  position: relative;
}
#about .about-content .block img {
  display: block;
}
#about .about-content .block .copy {
  position: relative;
  z-index: 1;
}
#about .about-content #about01 {
  margin: 4rem 0;
}
#about .about-content #about02 {
  margin-bottom: 5rem;
}
#about .about-content #about02 .copy {
  width: 64%;
  margin-inline: auto 8%;
}
#about .about-content #about02 .image {
  position: absolute;
  bottom: -15px;
  left: 6%;
  width: 51%;
}
#about .about-content #about03 {
  margin-bottom: 5rem;
}
#about .about-content #about03 .copy {
  width: 28%;
  margin-inline: 8% auto;
}
#about .about-content #about03 .image {
  position: absolute;
  right: 8%;
  top: 0;
  width: 46%;
}
#about .about-content #about04 {
  margin-bottom: 5rem;
}
#about .about-content #about04 .copy {
  position: absolute;
  width: 15%;
  right: 8%;
  top: -40%;
  aspect-ratio: 58/196;
}
#about .about-content #about04 .image {
  width: 61%;
  margin-inline: 8% auto;
}
#about .about-content #about05 {
  margin-bottom: 5rem;
}
#about .about-content #about05 .copy {
  width: 62%;
  margin: 0 auto 4rem;
}
#about .about-content #about05 .image {
  width: 84%;
  margin: 0 auto 0;
}
#about .about-content #about06 {
  margin-bottom: 5rem;
}
#about .about-content #about06 .copy {
  position: absolute;
  width: 54%;
  top: 2rem;
  right: 8%;
}
#about .about-content #about06 .image {
  width: 38%;
  margin: 0 auto 0 8%;
}
#about .about-content #about07 {
  margin-bottom: 5rem;
}
#about .about-content #about07 .copy {
  width: 16%;
  margin-inline: 10% auto;
}
#about .about-content #about07 .image {
  position: absolute;
  width: 58%;
  right: 8%;
  top: 5%;
}

#guide {
  position: relative;
  background: #6fb6ba url(/assets/image/top/bg01.svg) no-repeat top 40px left -50px;
  background-size: 41% auto;
  padding: 8rem 8% 0;
}
#guide h2 {
  width: 55%;
  margin: 0 auto 5rem;
}
#guide .lead {
  text-align: center;
  font-size: 1.7rem;
  color: #f7f6f0;
  margin-bottom: 4rem;
}
#guide a.btn {
  position: relative;
  display: block;
  margin: 0 auto 5rem;
  width: 55%;
  background-color: #f7f6f0;
  color: #6fb6ba;
  line-height: 1;
  padding: 15px;
  text-align: center;
}
#guide a.btn::after {
  content: "";
  display: block;
  position: absolute;
  width: 9px;
  height: 9px;
  border-top: 1px solid #6fb6ba;
  border-right: 1px solid #6fb6ba;
  right: 15px;
  top: 50%;
  margin-top: -4.5px;
  transform: rotate(45deg);
}
#guide .pamphlet {
  display: block;
}
#guide .pamphlet img {
  display: block;
  width: 61%;
  margin: 0 auto 2rem;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
}
#guide .pamphlet .play {
  position: relative;
  width: 30px;
  height: 30px;
  background-color: #f7f6f0;
  margin: 0 auto 2rem;
  border-radius: 50%;
}
#guide .pamphlet .play::after {
  content: "";
  display: block;
  position: absolute;
  width: 7px;
  height: 13px;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: #6fb6ba;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
}
#guide .pamphlet p {
  color: #f7f6f0;
  text-align: center;
}

#howto {
  padding: 11rem 0 2rem;
  background: #6fb6ba url(/assets/image/top/bg02.svg) no-repeat top -15px right -50px;
  background-size: 82% auto;
}
#howto h2 {
  width: 77%;
  margin: 0 auto 5rem;
}
#howto p {
  text-align: center;
  color: #f7f6f0;
  margin-bottom: 1rem;
}
#howto .contents a {
  display: block;
  margin-bottom: 1rem;
  position: relative;
  padding: 3rem 0;
  aspect-ratio: 375/218;
  display: flex;
  align-items: center;
  justify-content: center;
}
#howto .contents a::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #6fb6ba;
  opacity: 0.3;
  mix-blend-mode: multiply;
}
#howto .contents a::after {
  content: "";
  display: block;
  position: absolute;
  width: 19px;
  height: 19px;
  border-top: 1px solid #f7f6f0;
  border-right: 1px solid #f7f6f0;
  right: 5%;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
#howto .contents a img {
  position: relative;
  z-index: 1;
  margin: auto;
  display: block;
  height: 180px;
}
#howto .contents a#link01 {
  background: url(/assets/image/top/content-image01.jpg) no-repeat center/cover;
}
#howto .contents a#link02 {
  background: url(/assets/image/top/content-image02.jpg) no-repeat center/cover;
}
#howto .contents a#link03 {
  background: url(/assets/image/top/content-image03.jpg) no-repeat center/cover;
}
#howto .contents a#link04 {
  background: url(/assets/image/top/content-image04.jpg) no-repeat center/cover;
}
#howto .contents a#link04 img {
  height: 135px;
}
#howto .contents a#link05 {
  background: url(/assets/image/top/content-image05.jpg) no-repeat center/cover;
}

#benefit {
  padding: 15rem 0 0;
  background: #6FB6B7 url(/assets/image/top/bg03.svg) no-repeat top 0 left -45px;
  background-size: 105% auto;
}
#benefit h2 {
  width: 38%;
  margin: 0 auto 1.5rem;
}
#benefit .contents {
  background-color: #f7f6f0;
  width: 95%;
  border-radius: 0 30px 30px 0;
  padding: 3rem 5%;
}
#benefit .contents .row {
  position: relative;
  margin-bottom: 3rem;
}
#benefit .contents .row h3 {
  background-color: #ceb862;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.3;
  text-align: center;
  color: #f7f6f0;
  width: 26%;
  aspect-ratio: 1/1;
}
#benefit .contents .row p {
  font-size: 1.5rem;
  line-height: 1.5;
}
#benefit .contents .row #benefit01 {
  position: absolute;
  width: 50%;
  top: 0;
  right: 0;
}
#benefit .contents .row #benefit01 p {
  margin-bottom: 1rem;
}
#benefit .contents .row #benefit01 img {
  width: 83.5%;
}
#benefit .contents .row #benefit02 {
  margin: 2rem 0 0 8%;
}
#benefit .contents .row #benefit02 img {
  width: 50%;
}
#benefit .contents .row#row2 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#benefit .contents .row#row2 .col {
  width: 60%;
}
#benefit .contents .row #benefit04 {
  position: absolute;
  width: 46%;
  top: 0;
  right: 0;
}
#benefit .contents .row #benefit04 p {
  margin-bottom: 1rem;
}
#benefit .contents .row #benefit04 img {
  width: 75%;
}
#benefit .contents .row #benefit05 {
  margin: 5rem 0 0 8%;
}
#benefit .contents .row #benefit05 img {
  width: 45%;
}

#qa {
  background-color: #6fb6ba;
  padding: 5rem 0;
}
#qa h2 {
  width: 21%;
  margin: 0 auto 3rem;
}
#qa .contents {
  background-color: #f7f6f0;
  width: 95%;
  border-radius: 30px 0 0 30px;
  padding: 3rem 5%;
  margin-left: auto;
}
#qa .contents h3 {
  color: #6fb6ba;
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}
#qa .contents p {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 2rem;
}

.contact {
  padding: 2rem 0 4rem;
  text-align: center;
  background-color: #6fb6ba;
}
.contact a {
  position: relative;
  display: inline-block;
  margin: 0 auto 2rem;
  padding: 5px 50px 5px 30px;
  background-color: #f7f6f0;
  color: #6fb6ba;
  border-radius: 30px;
}
.contact a::after {
  content: "";
  display: block;
  position: absolute;
  width: 9px;
  height: 9px;
  border-top: 1px solid #6fb6ba;
  border-right: 1px solid #6fb6ba;
  right: 15px;
  top: 50%;
  margin-top: -4.5px;
  transform: rotate(45deg);
}