.main-mv {
  width: 100%;
  background: url(../images/top/main_fv.webp) no-repeat center center;
  background-size: cover;
}
.main-mv__inner {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 1024px) {
  .main-mv__inner {
    height: 100vh;
  }
}
@media only screen and (max-width: 767px) {
  .main-mv__inner {
    height: 45rem;
  }
}
@media only screen and (min-width: 1024px) {
  .main-mv .inner {
    padding: 0 7.2rem;
  }
}
.main-mv__title span {
  font-weight: 500;
  position: relative;
  padding-right: 12rem;
}
@media only screen and (min-width: 1024px) {
  .main-mv__title span {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-mv__title span {
    font-size: 1.8rem;
  }
}
.main-mv__title span:after {
  content: "";
  width: 9.6rem;
  height: 0.1rem;
  background: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: 0.4rem;
}
.main-mv__title .title {
  font-weight: 700;
  line-height: 1;
}
@media only screen and (min-width: 1024px) {
  .main-mv__title .title {
    font-size: 8rem;
    margin: 3.7rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .main-mv__title .title {
    font-size: 3rem;
    margin: 2rem 0 0;
  }
}
.main-mv__tit {
  font-weight: 500;
}
@media only screen and (min-width: 1024px) {
  .main-mv__tit {
    font-size: 3rem;
    margin: 5.5rem 0.5rem 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-mv__tit {
    font-size: 2rem;
    margin: 2.5rem 0 1.5rem;
  }
}
.main-mv .txt {
  font-weight: 500;
}
@media only screen and (min-width: 1024px) {
  .main-mv .txt {
    font-size: 1.8rem;
    line-height: 1.9444444444;
    margin-left: 0.5rem;
    max-width: 61.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .main-mv .txt {
    font-size: 1.4rem;
  }
}

.s-message {
  background: #f7f7f7;
}
@media only screen and (min-width: 1024px) {
  .s-message {
    padding: 8.5rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .s-message {
    padding: 4rem 0;
  }
}
.s-message_inner {
  max-width: 73rem;
  margin: auto;
}
@media only screen and (min-width: 1024px) {
  .s-message .text {
    margin: 4.1rem 0 0;
    line-height: 2.5;
  }
}
.s-message .text_author {
  text-align: right;
  line-height: 1;
}
@media only screen and (min-width: 1024px) {
  .s-message .text_author {
    margin-top: 6.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-message .text_author {
    margin-top: 3rem;
  }
}
@media only screen and (min-width: 1024px) {
  .s-message .text_author p {
    margin-bottom: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-message .text_author p {
    margin-bottom: 1rem;
  }
}
.s-message .text_author p:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1024px) {
  .s-message .text_author span {
    font-size: 2.4rem;
    margin-left: 1.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-message .text_author span {
    font-size: 2rem;
    margin-left: 1rem;
  }
}

@media only screen and (min-width: 1024px) {
  .s-products {
    padding: 7.9rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .s-products {
    padding: 4rem 0 0;
  }
}
.s-products__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 1024px) {
  .s-products__list {
    gap: 2.5rem;
    margin-top: 4.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-products__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2rem;
  }
}
@media only screen and (min-width: 1024px) {
  .s-products__item {
    width: calc(33.3333333333% - 1.6666666667rem);
  }
}
@media only screen and (max-width: 767px) {
  .s-products__item {
    width: 100%;
  }
}
.s-products__item img {
  display: block;
  width: 100%;
}
.s-products__item .ttl {
  color: var(--co-main);
  font-weight: 700;
}
@media only screen and (min-width: 1024px) {
  .s-products__item .ttl {
    font-size: 2rem;
    margin: 2.6rem 0 1.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-products__item .ttl {
    font-size: 1.8rem;
    margin: 1.5rem 0 1rem;
  }
}
.s-products__item p {
  margin: 0;
}
@media only screen and (min-width: 1024px) {
  .s-products__example {
    margin-top: 8rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-products__example {
    margin-top: 4rem;
  }
}
.s-products__exampleTtl {
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 1024px) {
  .s-products__exampleTtl {
    font-size: 2.5rem;
    margin-bottom: 4.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-products__exampleTtl {
    font-size: 1.8rem;
    margin-bottom: 3rem;
  }
}
.s-products__exampleTtl span {
  position: relative;
}
.s-products__exampleTtl span:before, .s-products__exampleTtl span:after {
  content: "";
  width: 6rem;
  height: 0.1rem;
  background: #000;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 0.3rem;
}
.s-products__exampleTtl span:before {
  left: -8.1rem;
}
.s-products__exampleTtl span:after {
  right: -8.1rem;
}
@media only screen and (min-width: 1024px) {
  .s-products__example #example-slider .splide__slide {
    width: 20rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-products__example #example-slider .splide__slide {
    width: 12rem;
  }
}
.s-products__example #example-slider .splide__slide img {
  width: 100%;
  height: auto;
  display: block;
}

.s-system {
  background: #e2edf5;
}
@media only screen and (min-width: 1024px) {
  .s-system {
    margin-top: 13rem;
    padding: 10rem 0 13rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-system {
    margin-top: 4rem;
    padding: 4rem 0;
  }
}
@media only screen and (min-width: 1024px) {
  .s-system__list {
    margin-top: 5rem;
  }
}
.s-system__item {
  background: #fff;
}
@media only screen and (min-width: 1024px) {
  .s-system__item {
    padding: 6.8rem 6rem 7.5rem;
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-system__item {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.s-system__item:last-child {
  margin-bottom: 0;
}
.s-system__itemTtl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  color: var(--co-main);
  line-height: 1;
}
@media only screen and (min-width: 1024px) {
  .s-system__itemTtl {
    font-size: 3rem;
    gap: 2.3rem;
    margin-bottom: 4.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-system__itemTtl {
    font-size: 1.8rem;
    gap: 1rem;
    margin-bottom: 1.5rem;
  }
}
.s-system__itemTtl span {
  font-size: 1.8rem;
}
.s-system__itemList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 1024px) {
  .s-system__itemList {
    gap: 4rem;
    margin-top: 3.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-system__itemList {
    gap: 1rem;
    margin-top: 1.5rem;
  }
}
@media only screen and (min-width: 1024px) {
  .s-system__itemList .item {
    width: calc(50% - 2rem);
  }
}
@media only screen and (max-width: 767px) {
  .s-system__itemList .item {
    width: calc(50% - 0.5rem);
  }
}
.s-system__itemList .item img {
  width: 100%;
  display: block;
}
.s-system__itemList .item p {
  text-align: center;
  margin: 0.7rem 0 0;
}

.s-philosophy {
  background: url(../images/top/phylosophy.webp) no-repeat center center;
  background-size: cover;
  color: #fff;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .s-philosophy {
    padding: 9.6rem 0 10.9rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-philosophy {
    padding: 4rem 0rem;
  }
}
.s-philosophy .title_en {
  color: #fff;
}
.s-philosophy__ttl {
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 1024px) {
  .s-philosophy__ttl {
    font-size: 3rem;
    margin: 5rem 0 4.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-philosophy__ttl {
    font-size: 1.9rem;
    margin: 2rem 0 1.5rem;
  }
}
.s-philosophy p {
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 1024px) {
  .s-philosophy p {
    font-size: 2.4rem;
    line-height: 2.0833333333;
  }
}
@media only screen and (max-width: 767px) {
  .s-philosophy p {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
  .s-philosophy p:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1024px) {
  .s-company {
    padding: 10.3rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .s-company {
    padding: 4rem 0 0;
  }
}
@media only screen and (min-width: 1024px) {
  .s-company_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 5rem;
    margin-top: 5.9rem;
  }
}
@media only screen and (min-width: 1024px) {
  .s-company_inner img {
    width: 25.5rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media only screen and (max-width: 767px) {
  .s-company_inner img {
    width: 100%;
  }
}
.s-company_inner .table {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .s-company_inner .table {
    margin-top: -3.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .s-company_inner .table {
    margin-bottom: 3rem;
  }
}
.s-company_inner .table dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  border-bottom: 0.1rem solid #b0b0b0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.s-company_inner .table dl:after {
  content: "";
  width: 3.5rem;
  height: 0.3rem;
  background: var(--co-main);
  position: absolute;
  bottom: -0.2rem;
  left: 0;
}
.s-company_inner .table dt {
  letter-spacing: 0.05em;
  font-weight: 500;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .s-company_inner .table dt {
    width: 19rem;
    font-size: 1.8rem;
    padding: 3.2rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .s-company_inner .table dt {
    width: 10rem;
    padding: 1.5rem 0;
  }
}
.s-company_inner .table dd {
  margin: 0;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 1024px) {
  .s-company_inner .table dd {
    width: calc(100% - 19rem);
    padding: 3.2rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .s-company_inner .table dd {
    width: calc(100% - 10rem);
    padding: 1.5rem 0;
  }
}
.s-company_inner .table dd a {
  color: #000;
}