#leading {
  padding-top: calc(180 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  #leading {
    padding-top: 180px;
  }
}
#leading .lead {
  font-size: 2.8rem;
  font-family: var(--ff-shippori);
  line-height: 1.4166666667;
  text-align: center;
}
@media (768px <= width) {
  #leading .lead {
    font-size: 4.8rem;
    line-height: 1.4167;
  }
}
#leading .copy {
  margin-top: calc(55 / var(--spSize) * 100vw);
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
}
@media (768px <= width) {
  #leading .copy {
    margin-top: 60px;
    font-size: 2.4rem;
    line-height: 1.8333333333;
  }
}
#leading .figure {
  margin-top: calc(55 / var(--spSize) * 100vw);
  margin-left: auto;
  margin-right: auto;
  width: calc(690 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  #leading .figure {
    margin-top: 40px;
    width: auto;
    text-align: center;
  }
}
#leading .text {
  font-size: 1.6rem;
  margin-top: calc(40 / var(--spSize) * 100vw);
  margin-left: auto;
  margin-right: auto;
  width: calc(690 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  #leading .text {
    margin-top: 47px;
    text-align: center;
    font-size: 2rem;
    line-height: 2.2;
  }
}

.headline {
  position: relative;
}
.headline__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (768px <= width) {
  .headline__img img {
    aspect-ratio: 2/1;
  }
}
.headline__label {
  position: absolute;
  left: 0;
  bottom: 20%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(10 / var(--spSize) * 100vw) 0;
  color: #fff;
  line-height: 1;
}
@media (768px <= width) {
  .headline__label {
    gap: 20px 0;
    top: 0;
    padding-top: 31.75%;
  }
}
.headline__label .en {
  font-size: 4.4rem;
  font-family: var(--ff-ci);
  letter-spacing: 0.06em;
}
@media (768px <= width) {
  .headline__label .en {
    font-size: 8.8rem;
  }
}
.headline__label .jp {
  font-size: 1.4rem;
  font-family: var(--ff-shippori);
}
@media (768px <= width) {
  .headline__label .jp {
    font-size: 2.8rem;
  }
}

#features {
  margin-top: calc(190 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  #features {
    margin-top: 19rem;
  }
}
#features .features {
  position: relative;
  padding-top: calc(280 / var(--spSize) * 100vw);
  padding-bottom: calc(180 / var(--spSize) * 100vw);
  padding-left: calc(30 / var(--spSize) * 100vw);
  padding-right: calc(30 / var(--spSize) * 100vw);
  display: grid;
  gap: calc(150 / var(--spSize) * 100vw) 0;
}
@media (768px <= width) {
  #features .features {
    padding-top: 28rem;
    padding-bottom: 18rem;
    padding-left: max(50% - 800px, 5rem);
    padding-right: max(50% - 800px, 5rem);
    display: grid;
    grid-template-columns: 715fr 725fr;
    gap: 0 10%;
  }
}
#features .features::after {
  content: "";
  width: 33%;
  height: 1px;
  background-color: var(--clr-blue);
  position: absolute;
  left: calc(30 / var(--spSize) * 100vw);
  top: calc(160 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  #features .features::after {
    width: 30rem;
    left: max(50% - 800px, 5rem);
    right: max(50% - 800px, 50rem);
    top: 16rem;
  }
}
#features .features::before {
  content: "";
  width: calc(690 / var(--spSize) * 100vw);
  height: 1px;
  position: absolute;
  left: calc(30 / var(--spSize) * 100vw);
  top: calc(160 / var(--spSize) * 100vw);
  border-top: 1px dotted #cac9c4;
}
@media (768px <= width) {
  #features .features::before {
    width: auto;
    left: max(50% - 800px, 5rem);
    right: max(50% - 800px, 5rem);
    top: 16rem;
  }
}
#features .features:nth-child(even) {
  background-color: #eceae2;
}
#features .heading .label {
  background: var(--clr-blue);
  color: #fff;
  font-size: 1.8rem;
  font-family: var(--ff-shippori);
  border-radius: 5px;
  display: inline-block;
  padding: 0 calc(20 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  #features .heading .label {
    font-size: 2.2rem;
    padding: 0 2rem;
  }
}
#features .heading .title {
  font-size: 2.8rem;
  font-family: var(--ff-shippori);
  line-height: 1.55;
  margin-top: calc(20 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  #features .heading .title {
    font-size: 4rem;
    margin-top: 3.6rem;
  }
}
#features .subhead {
  position: relative;
  padding-left: 32px;
  font-size: 1.8rem;
  font-weight: 500;
  color: rgba(51, 51, 51, 0.8);
}
@media (768px <= width) {
  #features .subhead {
    font-size: 2.4rem;
  }
}
#features .subhead::before {
  content: "";
  width: 15px;
  height: 15px;
  background-color: var(--clr-blue);
  display: block;
  position: absolute;
  left: 0;
  top: 0.7em;
}
#features .lead {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8333333333;
}
@media (768px <= width) {
  #features .lead {
    font-size: 2.4rem;
  }
}
#features .text {
  line-height: 1.8333333333;
}
@media (768px <= width) {
  #features .text {
    font-size: 2rem;
  }
}

#features01 .lead {
  margin-top: calc(75 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  #features01 .lead {
    margin-top: 7rem;
  }
}
#features01 .text {
  margin-top: calc(30 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  #features01 .text {
    margin-top: 3rem;
  }
}
#features01 table {
  margin-top: calc(50 / var(--spSize) * 100vw);
  width: 100%;
}
@media (768px <= width) {
  #features01 table {
    margin-top: 3rem;
  }
}
#features01 table tr {
  border-bottom: 1px solid #cac9c4;
}
#features01 table th,
#features01 table td {
  padding: 1rem;
  width: 30%;
}
@media (768px <= width) {
  #features01 table th,
  #features01 table td {
    width: 40%;
    padding: 1.5rem 1rem;
  }
}
#features01 table th img[src*=triangle],
#features01 table td img[src*=triangle] {
  width: calc(41 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  #features01 table th img[src*=triangle],
  #features01 table td img[src*=triangle] {
    width: 4.1rem;
  }
}
#features01 table th img[src*=double_circle],
#features01 table td img[src*=double_circle] {
  width: calc(40 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  #features01 table th img[src*=double_circle],
  #features01 table td img[src*=double_circle] {
    width: 4rem;
  }
}
#features01 table th:nth-child(1),
#features01 table td:nth-child(1) {
  padding-left: 0;
}
#features01 table th:nth-child(2), #features01 table th:nth-child(3),
#features01 table td:nth-child(2),
#features01 table td:nth-child(3) {
  text-align: center;
  width: 35%;
  line-height: 1.2;
}
@media (768px <= width) {
  #features01 table th:nth-child(2), #features01 table th:nth-child(3),
  #features01 table td:nth-child(2),
  #features01 table td:nth-child(3) {
    width: 30%;
  }
}
#features01 table th {
  font-size: 1.2rem;
  color: #fff;
}
@media (768px <= width) {
  #features01 table th {
    font-size: 2.4rem;
  }
}
#features01 table th:nth-child(2) {
  background-color: #b2b0a8;
}
#features01 table th:nth-child(3) {
  background-color: #91b9c9;
}
#features01 table td {
  font-size: 1.1rem;
}
@media (768px <= width) {
  #features01 table td {
    font-size: 1.8rem;
  }
}
#features01 table td strong {
  color: #91b9c9;
  font-size: 1.7rem;
  font-weight: bold;
  margin-right: 0.1em;
}
#features01 table td:nth-child(2), #features01 table td:nth-child(3) {
  color: #666;
}
#features01 table td:nth-child(1) {
  font-size: 1.1rem;
}
@media (768px <= width) {
  #features01 table td:nth-child(1) {
    font-size: 2rem;
  }
}
#features01 table td:nth-child(2) {
  background-color: #eceae2;
}
#features01 table td:nth-child(3) {
  background-color: #e9eef0;
}

#features02 .img {
  margin-top: calc(90 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  #features02 .img {
    margin-top: 9rem;
  }
}
#features02 .text {
  margin-top: calc(30 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  #features02 .text {
    margin-top: 3rem;
  }
}
#features02 .img02 {
  margin-top: calc(120 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  #features02 .img02 {
    margin-top: 10rem;
    margin-left: -7.7rem;
    width: calc(100% + 7.7rem);
  }
}

#features03 .text {
  margin-top: calc(30 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  #features03 .text {
    margin-top: 3rem;
  }
}
#features03 .items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: calc(40 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  #features03 .items {
    margin-top: 4rem;
  }
}
#features03 .items .item {
  text-align: center;
  font-size: 1rem;
  line-height: 1.6;
  padding: calc(40 / var(--spSize) * 100vw) 0;
}
@media (768px <= width) {
  #features03 .items .item {
    padding: 4rem 0;
    font-size: 2rem;
  }
}
#features03 .items .item:nth-child(2n+1) {
  border-right: 1px solid #cac9c4;
}
#features03 .items .item:nth-last-child(n+2) {
  border-bottom: 1px solid #cac9c4;
}
#features03 .items .item img {
  width: calc(230 / var(--spSize) * 100vw);
  height: calc(152 / var(--spSize) * 100vw);
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin-bottom: 1.5rem;
}
@media (768px <= width) {
  #features03 .items .item img {
    width: 23rem;
    height: 15.2rem;
    margin-bottom: 2rem;
  }
}
#features03 .items .item:nth-child(1) img {
  width: calc(230 / var(--spSize) * 100vw);
  height: calc(100 / var(--spSize) * 100vw);
  margin-top: calc(52 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  #features03 .items .item:nth-child(1) img {
    width: 23rem;
    height: 10rem;
    margin-top: 5.2rem;
  }
}
#features03 .items .item:nth-child(2) img {
  width: calc(184 / var(--spSize) * 100vw);
  height: calc(152 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  #features03 .items .item:nth-child(2) img {
    width: 18.4rem;
    height: 15.2rem;
  }
}
#features03 .items .item:nth-child(3) img {
  width: calc(175 / var(--spSize) * 100vw);
  height: calc(152 / var(--spSize) * 100vw);
  -o-object-position: center bottom;
     object-position: center bottom;
}
@media (768px <= width) {
  #features03 .items .item:nth-child(3) img {
    width: 17.5rem;
    height: 15.2rem;
  }
}

#features04 .lead {
  margin-top: calc(75 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  #features04 .lead {
    margin-top: 7.5rem;
  }
}
#features04 .text {
  margin-top: calc(30 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  #features04 .text {
    margin-top: 3rem;
  }
}
#features04 .items {
  display: grid;
  gap: 2rem 0;
}
#features04 .item {
  background-color: #fff;
  padding: calc(40 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  #features04 .item {
    padding: 4rem;
  }
}
#features04 .sublabel {
  padding-left: 32px;
  font-size: 1.2rem;
  color: #666;
}
@media (768px <= width) {
  #features04 .sublabel {
    font-size: 2rem;
  }
}
#features04 .img {
  padding-left: 3.2rem;
  margin-top: calc(25 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  #features04 .img {
    margin-top: 2.5rem;
  }
}

#features05 .lead {
  margin-top: calc(75 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  #features05 .lead {
    margin-top: 75px;
  }
}
#features05 .text {
  margin-top: calc(30 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  #features05 .text {
    margin-top: 3rem;
  }
}

#features06 .text {
  margin-top: calc(30 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  #features06 .text {
    margin-top: 3rem;
  }
}

#youtube {
  padding: calc(185 / var(--spSize) * 100vw) calc(30 / var(--spSize) * 100vw) calc(200 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  #youtube {
    padding: 185px max(50% - 800px, 5rem) 20rem;
  }
}
#youtube .title {
  text-align: center;
  font-family: var(--ff-shippori);
  line-height: 1;
  padding-bottom: calc(45 / var(--spSize) * 100vw);
  position: relative;
}
@media (768px <= width) {
  #youtube .title {
    padding-bottom: 45px;
  }
}
#youtube .title::after {
  content: "";
  width: calc(102 / var(--spSize) * 100vw);
  height: 1px;
  border-bottom: 1px dotted #cac9c4;
  position: absolute;
  bottom: 0;
  left: calc(50% - 51 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  #youtube .title::after {
    width: 102px;
    left: calc(50% - 51px);
  }
}
#youtube .title .sub {
  font-size: 1.6rem;
}
@media (768px <= width) {
  #youtube .title .sub {
    font-size: 3.2rem;
  }
}
#youtube .title .label {
  font-size: 3.1rem;
  margin-top: calc(30 / var(--spSize) * 100vw);
}
@media (768px <= width) {
  #youtube .title .label {
    font-size: 6.2rem;
    margin-top: 30px;
  }
}
#youtube .text {
  margin-top: calc(90 / var(--spSize) * 100vw);
  color: #666;
  font-size: 1.4rem;
  line-height: 1.8;
}
@media (768px <= width) {
  #youtube .text {
    margin-top: 9rem;
    font-size: 2rem;
    text-align: center;
  }
}
#youtube .movie {
  margin-top: calc(80 / var(--spSize) * 100vw);
  padding-bottom: 56.25%;
  position: relative;
}
@media (768px <= width) {
  #youtube .movie {
    margin-top: 8rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 140rem;
    aspect-ratio: 1400/788;
    padding: 0;
  }
}
#youtube .movie iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}