.c-guideline {
  background: url("../images/top/bg01.jpg") no-repeat top center;
  background-size: cover;
  padding: 22rem 0 7.5rem;
  margin-top: -32rem;
}
.c-guideline .c-title {
  margin-bottom: 3rem;
}
.c-guideline p {
  line-height: 2;
  max-width: 776px;
}

@media (1600px <= width) {
  .c-guideline {
    padding-top: 13vw;
    margin-top: -20vw;
  }
}
@media screen and (max-width: 1000px) {
  .c-guideline {
    margin-top: -20rem;
    padding: 14rem 0 7.5rem;
  }
}
@media screen and (max-width: 767px) {
  .c-guideline {
    margin-top: -24rem;
    padding: 16rem 0 7.5rem;
  }
  .c-guideline .c-title {
    margin-bottom: 6rem;
  }
}
.c-strengths {
  background-color: var(--c-blue);
  padding: 12rem 0 9rem;
}
.c-strengths .c-title02 {
  margin-bottom: 4rem;
}
.c-strengths .u-c-white {
  text-align: center;
  margin: 9rem 0 3rem;
  line-height: 1.5;
}
.c-strengths .c-btn__strengths {
  margin-top: 1rem;
}

.c-strengths__inner {
  background-color: var(--c-light);
  border-radius: 1.6rem;
  padding: 9rem 0 7.5rem;
}

.c-strengths__wrap {
  display: flex;
  margin-bottom: 3rem;
}
.c-strengths__wrap:nth-of-type(even) {
  flex-direction: row-reverse;
}
.c-strengths__wrap:nth-of-type(even) .c-strengths__text {
  margin-left: auto;
  margin-right: -4rem;
}

.c-strengths__img {
  width: 38rem;
}

.c-strengths__text {
  width: calc(100% - 34rem);
  margin-left: -4rem;
  margin-top: 4rem;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 3rem;
  position: relative;
}
.c-strengths__text p:not([class]) {
  line-height: 1.71428;
}

.c-strengths__title {
  font-size: 3.2rem;
  color: var(--c-blue);
  line-height: 1.5;
  margin-bottom: 1rem;
}
.c-strengths__title .sm {
  font-size: 1.2rem;
  color: var(--c-gold);
  display: block;
}

.c-strengths__subtitle {
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 1.5238;
  margin-bottom: 1rem;
}

@media screen and (max-width: 1000px) {
  .c-strengths__img {
    width: 38vw;
  }
  .c-strengths__text {
    width: calc(100% - 38vw + 4rem);
  }
}
@media screen and (max-width: 767px) {
  .c-strengths {
    padding: 12rem 0;
  }
  .c-strengths > .l-container {
    padding: 0 3rem;
  }
  .c-strengths .c-title02 {
    margin-bottom: 6rem;
  }
  .c-strengths .c-btn__strengths {
    margin-top: 2rem;
  }
  .c-strengths .u-c-white {
    margin: 9rem 0 6rem;
  }
  .c-strengths__wrap {
    flex-direction: column;
    margin-bottom: 6rem;
  }
  .c-strengths__wrap:nth-of-type(even) {
    flex-direction: column;
  }
  .c-strengths__wrap:nth-of-type(even) .c-strengths__text {
    margin: -12rem auto 0;
  }
  .c-strengths__img {
    width: 100%;
  }
  .c-strengths__img img {
    width: 100%;
  }
  .c-strengths__text {
    width: 90%;
    margin: -12rem auto 0;
  }
  .c-strengths__title {
    font-size: 3.6rem;
    margin-bottom: 2rem;
  }
  .c-strengths__title .sm {
    font-size: 2.2rem;
  }
  .c-strengths__subtitle {
    font-size: 3.2rem;
    margin-bottom: 2rem;
  }
  .c-strengths__inner {
    border-radius: 3.2rem;
  }
  .c-strengths__inner .l-container {
    padding-inline: 3rem;
  }
}
.c-material {
  background-color: var(--c-dark-blue);
  padding: 13rem 0;
}
.c-material .c-title02 {
  margin-bottom: 5rem;
}

.c-material__slide {
  width: calc(100% + 2rem);
  margin-left: -1rem;
  margin-right: -1rem;
  margin-bottom: 7rem;
}
.c-material__slide .slick-prev:before, .c-material__slide .slick-next:before {
  content: none;
}
.c-material__slide .slick-prev {
  left: -1rem;
  width: 2.5rem;
  height: 4.3rem;
  background: url("../images/common/icn-slidearrow_left.png") no-repeat center;
  background-size: auto;
  z-index: 1;
}
.c-material__slide .slick-next {
  right: -1rem;
  width: 2.5rem;
  height: 4.3rem;
  background: url("../images/common/icn-slidearrow_right.png") no-repeat center;
  background-size: auto;
  z-index: 1;
}

.c-material__slide--item {
  padding: 0 1rem;
  position: relative;
}
.c-material__slide--item a {
  display: block;
}
.c-material__slide--item img {
  width: 100%;
}

.c-material__slide--title {
  font-size: 1.2rem;
  background-color: var(--c-gold);
  color: var(--c-white);
  text-align: center;
  padding: 0.6rem 1rem;
  max-width: 85%;
  margin: auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: -1rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .c-material {
    padding: 12rem 0;
  }
  .c-material__slide {
    width: calc(100% + 3rem);
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    margin-bottom: 9rem;
  }
  .c-material__slide .slick-next {
    width: 3.5rem;
  }
  .c-material__slide .slick-prev {
    width: 3.5rem;
  }
  .c-material__slide--title {
    font-size: 2.8rem;
  }
  .c-material__slide--item {
    padding: 0 1.5rem;
  }
}
.c-insta {
  padding-bottom: 13rem;
}
.c-insta .c-title02 {
  margin-bottom: 5rem;
}
.c-insta .c-grid__item {
  background-color: var(--c-black);
  height: 21rem;
}

@media screen and (max-width: 767px) {
  .c-insta {
    padding-bottom: 12rem;
  }
  .c-insta .c-grid {
    gap: 2rem;
  }
}
.u-privacy {
  margin-top: 10rem;
}
.u-privacy p {
  line-height: 1.5;
}
.u-privacy p:not(:last-child) {
  margin-bottom: 2rem;
}
.u-privacy ul {
  list-style-type: decimal;
  padding-left: 2rem;
}
.u-privacy ul + ol {
  margin-top: 1.5rem;
}
.u-privacy ol {
  list-style-type: circle;
  padding-left: 2rem;
}
.u-privacy li {
  line-height: 1.5;
}
.u-privacy li:not(:last-child) {
  margin-bottom: 1.5rem;
}

.u-privacy__title {
  font-weight: 600;
  margin-top: 5rem;
  margin-bottom: 1.5rem;
}