@charset "UTF-8";
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes secondaryImageOverlayIn {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes secondaryImageOverlayIn {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes secondaryImageOverlayOut {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(102%);
            transform: translateX(102%);
  }
}
@keyframes secondaryImageOverlayOut {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(102%);
            transform: translateX(102%);
  }
}
.concept_image {
  position: relative;
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .concept_image {
    height: 626px;
    margin-top: 80px;
  }
}
.concept_image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../images/concept/main_sp.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
  /* 751- */
}
@media all and (min-width: 751px) {
  .concept_image::after {
    background-image: url(../../images/concept/main_pc.webp);
    background-size: cover;
  }
}

.concept_text_wrap {
  font-weight: bold;
}
.concept_text_wrap .concept_catch {
  font-size: 20px;
  /* 751- */
  /* -750 */
}
@media all and (min-width: 751px) {
  .concept_text_wrap .concept_catch {
    margin-bottom: 20px;
    font-size: 40px;
  }
}
@media all and (max-width: 750px) {
  .concept_text_wrap .concept_catch {
    display: none;
  }
}
.concept_text_wrap .concept_catch.sp {
  display: none;
  /* -750 */
}
@media all and (max-width: 750px) {
  .concept_text_wrap .concept_catch.sp {
    display: block;
  }
}
.concept_text_wrap .reveal_lr {
  display: inline-block;
  background: #fff;
  clip-path: inset(0 100% 0 0);
  -webkit-animation: conceptRevealLR 0.8s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
          animation: conceptRevealLR 0.8s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
  will-change: clip-path;
  padding: 20px;
  /* -750 */
}
@media all and (max-width: 750px) {
  .concept_text_wrap .reveal_lr {
    padding: 10px;
    margin: 2px 0 2px 20px;
  }
}

.concept_text {
  text-align: center;
  margin: 0 auto;
  font-size: 15px;
  /* -750 */
}
@media all and (max-width: 750px) {
  .concept_text {
    display: none;
  }
}
.concept_text p {
  /* 751- */
}
@media all and (min-width: 751px) {
  .concept_text p {
    margin-bottom: 10px;
  }
}
.concept_text .reveal_lr {
  padding: 10px;
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}
.concept_text.sp {
  display: none;
  font-size: 13px;
  line-height: 2;
  text-align: left;
  margin-top: 40px;
  /* -750 */
}
@media all and (max-width: 750px) {
  .concept_text.sp {
    display: block;
  }
}

@-webkit-keyframes conceptRevealLR {
  from {
    clip-path: inset(0 100% 0 0);
  }
  to {
    clip-path: inset(0 0 0 0);
  }
}

@keyframes conceptRevealLR {
  from {
    clip-path: inset(0 100% 0 0);
  }
  to {
    clip-path: inset(0 0 0 0);
  }
}
.features .feature_ttl {
  font-weight: bold;
  margin-top: 50px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .features .feature_ttl {
    margin-top: 100px;
  }
}
.features .feature_ttl span {
  display: block;
  text-align: center;
}
.features .feature_ttl span.en {
  text-transform: uppercase;
  font-size: 36px;
  margin-bottom: 10px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .features .feature_ttl span.en {
    font-size: 70px;
    margin-bottom: 40px;
  }
}
.features .feature_ttl span.jp {
  font-size: 13px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .features .feature_ttl span.jp {
    font-size: 18px;
  }
}
.features .feature_list {
  margin-top: 60px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .features .feature_list {
    margin-top: 100px;
  }
}
.features .feature_item {
  /* 751- */
}
@media all and (min-width: 751px) {
  .features .feature_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.features .feature_item:not(:last-child) {
  margin-bottom: 50px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .features .feature_item:not(:last-child) {
    margin-bottom: 70px;
  }
}
.features .feature_item.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
.features .feature_item .feature_image {
  /* 751- */
}
@media all and (min-width: 751px) {
  .features .feature_item .feature_image {
    width: 40%;
  }
}
.features .feature_item .feature_image img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.features .feature_item .feature_text_wrap {
  /* 751- */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (min-width: 751px) {
  .features .feature_item .feature_text_wrap {
    width: 49%;
  }
}
.features .feature_item .feature_text_wrap .feature_name {
  position: relative;
  padding: 40px 0px 10px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .features .feature_item .feature_text_wrap .feature_name {
    padding: 40px 0px 40px 30px;
  }
}
.features .feature_item .feature_text_wrap .feature_name span.number {
  font-size: 70px;
  color: #F0F0F0;
  position: absolute;
  z-index: -1;
  top: 17px;
  left: 0;
  /* 751- */
}
@media all and (min-width: 751px) {
  .features .feature_item .feature_text_wrap .feature_name span.number {
    font-size: 110px;
    top: 0;
  }
}
.features .feature_item .feature_text_wrap .feature_name span.en {
  text-transform: uppercase;
  font-size: 40px;
  /* -750 */
}
@media all and (max-width: 750px) {
  .features .feature_item .feature_text_wrap .feature_name span.en {
    font-size: 28px;
  }
}
.features .feature_item .feature_text_wrap .feature_name span.jp {
  font-size: 18px;
  /* -750 */
}
@media all and (max-width: 750px) {
  .features .feature_item .feature_text_wrap .feature_name span.jp {
    font-size: 14px;
  }
}
.features .feature_item .feature_text_wrap .feature_desc {
  margin-top: 20px;
}
.features .feature_item .feature_text_wrap .feature_desc p {
  font-size: 13px;
  line-height: 2;
  /* 751- */
}
@media all and (min-width: 751px) {
  .features .feature_item .feature_text_wrap .feature_desc p {
    font-size: 14px;
  }
}
.features .feature_item .feature_text_wrap .feature_desc p:not(:last-child) {
  margin-bottom: 20px;
}
.features .feature_item .feature_text_wrap .feature_desc_list li {
  font-size: 13px;
  line-height: 2;
  /* 751- */
  line-height: 2;
}
@media all and (min-width: 751px) {
  .features .feature_item .feature_text_wrap .feature_desc_list li {
    font-size: 14px;
  }
}
.features .feature_item .feature_text_wrap .feature_desc_list li::before {
  content: "・";
}
/*# sourceMappingURL=concept.css.map */