@charset "UTF-8";
/* === foundation ===  */
/* === layout ===  */
.l-section {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.l-section div:after,
.l-section main:after,
.l-section section:after,
.l-section p:after,
.l-section ul:after,
.l-section li:after {
  display: none;
}

.l-section._max-size .l-section__inner {
  padding: 55px 0;
  max-width: 100%;
}

.l-section._large-size .l-section__inner {
  width: 100%;
}

.l-section._bg-gray {
  background: #F6F5F3;
}

.l-section._last {
  margin-bottom: 180px;
  margin-top: 0;
}

.l-section__inner {
  position: relative;
  padding: 55px 0;
  max-width: 1260px;
  max-width: 1416px;
  margin: 0 auto;
}

.l-section__inner._padding-large {
  padding: 100px 20px;
}

.l-section__inner._max100p {
  max-width: 100%;
}

/* === utility ===  */
.l-section,
.p-cta-block {
  display: block;
}

.u-hidden {
  display: none;
}

.u-stroke {
  text-stroke: 1px #DC1A1F;
  -webkit-text-stroke: 1px #DC1A1F;
  color: #fff;
}

.u-text-red {
  color: #DC1A1F;
}

.u-text-orange {
  color: #DC1A1F;
}

.u-text-center {
  text-align: center;
}

.c-text-note {
  font-weight: 400;
  font-size: 14px;
  line-height: 200%;
}

.u-fz-12 {
  font-size: 12px;
}

/* === component ===  */
.c-anchor-wrap {
  position: relative;
}

.c-anchor-wrap._absolute {
  position: absolute;
  top: 0;
}

.c-anchor {
  position: absolute;
  top: -70px;
}

.c-anchor._products {
  top: -120px;
}

.c-anchor._reason {
  top: -120px;
}

.c-anchor._flow {
  top: -190px;
}

.c-anchor._features,
.c-anchor._spec {
  top: -130px;
}

[data-href] {
  cursor: pointer;
}

.c-animation-text-wrap {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}

.c-animation-text-wrap._center .c-animation-text__inner {
  text-align: center;
  width: 100%;
}

.c-animation-text {
  overflow: hidden;
  width: 100%;
  bottom: 0;
  left: 0;
  display: block;
  position: relative;
}

.c-animation-text__inner {
  display: block;
  opacity: 0;
}

.c-animation-text__inner:last-child {
  position: absolute;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 1;
}

.in-view .c-animation-text__inner:last-child {
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-animation-name: up;
  animation-name: up; /* アニメーション名 */
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s; /* 開始から終了までの所要時間 */
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; /* アニメーションのループ回数 */
  -webkit-animation-timing-function: cubic-bezier(0.06, 0.86, 0.37, 0.95);
  animation-timing-function: cubic-bezier(0.06, 0.86, 0.37, 0.95); /* 動きの加減速 */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; /* アニメーション開始前・終了後の挙動 */
}

[data-delay="100"] .c-animation-text__inner:last-child {
  -webkit-animation-delay: 100ms;
  animation-delay: 100ms;
}

[data-delay="200"] .c-animation-text__inner:last-child {
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
}

[data-delay="300"] .c-animation-text__inner:last-child {
  -webkit-animation-delay: 300ms;
  animation-delay: 300ms;
}

[data-delay="400"] .c-animation-text__inner:last-child {
  -webkit-animation-delay: 400ms;
  animation-delay: 400ms;
}

[data-delay="500"] .c-animation-text__inner:last-child {
  -webkit-animation-delay: 500ms;
  animation-delay: 500ms;
}

[data-delay="600"] .c-animation-text__inner:last-child {
  -webkit-animation-delay: 600ms;
  animation-delay: 600ms;
}

[data-delay="700"] .c-animation-text__inner:last-child {
  -webkit-animation-delay: 700ms;
  animation-delay: 700ms;
}

[data-delay="800"] .c-animation-text__inner:last-child {
  -webkit-animation-delay: 800ms;
  animation-delay: 800ms;
}

[data-delay="900"] .c-animation-text__inner:last-child {
  -webkit-animation-delay: 900ms;
  animation-delay: 900ms;
}

[data-delay="1000"] .c-animation-text__inner:last-child {
  -webkit-animation-delay: 1000ms;
  animation-delay: 1000ms;
}

[data-delay="1100"] .c-animation-text__inner:last-child {
  -webkit-animation-delay: 1100ms;
  animation-delay: 1100ms;
}

[data-delay="1200"] .c-animation-text__inner:last-child {
  -webkit-animation-delay: 1200ms;
  animation-delay: 1200ms;
}

[data-delay="1300"] .c-animation-text__inner:last-child {
  -webkit-animation-delay: 1300ms;
  animation-delay: 1300ms;
}

.c-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0 0 36px;
  margin-right: -20px;
}

.c-brand__title {
  width: 364px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 32px;
  font-weight: 900;
  line-height: 56px;
  letter-spacing: 0.04em;
  text-align: left;
  font-family: "Poppins", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.c-brand__products {
  height: auto;
  width: calc(100% - 364px);
}

.c-brand__container {
  width: 100%;
}

.c-brand__wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.c-brand__item {
  width: auto;
  height: 96px;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 48px;
}

.c-brand__item-image {
  height: 96px;
  width: auto;
  max-width: unset;
  display: block;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.c-brand__link {
  display: block;
  overflow: hidden;
}

.c-brand__link:hover {
  opacity: 1;
}

.c-brand__link:hover .c-brand__item-image {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.c-brand-more {
  padding-top: 50px;
}

.c-brand-more .c-accordion__button.is-accordion-open {
  margin-top: 50px;
}

.c-bottom-button {
  display: none;
}

.c-box {
  padding: 80px;
  border-radius: 24px;
  border: 2px solid #FFF;
  background: rgba(255, 255, 255, 0.92);
  -webkit-box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.04);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

._fill-white {
  fill: #fff;
}

._fill-orange {
  fill: #FF9900;
}

._fill-red {
  fill: #DC1A1F;
}

svg {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.svg-icon-arrow-dims {
  width: 16px;
  height: 10px;
}

.svg-icon-arrow-b-dims {
  width: 8px;
  height: 14px;
}

.svg-icon-fukidashi-dims {
  width: 28px;
  height: 26px;
}

.svg-icon-megaphone-dims {
  width: 29px;
  height: 29px;
}

.svg-icon-navigate-down-dims {
  width: 10px;
  height: 7px;
}

.svg-icon-play-dims {
  width: 18px;
  height: 15px;
}

.svg-icon-plus-dims {
  width: 16px;
  height: 16px;
}

.c-link {
  color: #DC1A1F;
  text-decoration: underline;
}

.c-link:hover {
  color: #ae1216;
  text-decoration: underline;
}

.c-link:hover svg {
  fill: #ae1216;
}

.c-link._navigate-down {
  padding-right: 13px;
  position: relative;
}

.c-link._navigate-down svg {
  position: absolute;
  bottom: 8px;
}

.c-marker {
  line-height: 1;
  padding: 0 5px;
  color: #fff;
  display: inline;
  margin-right: 5px;
}

.c-marker._orange {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #FF9900), color-stop(60%, #FF9900));
  background: linear-gradient(#FF9900 40%, #FF9900 60%);
}

.c-marker._yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(45%, transparent), color-stop(45%, #FEF493));
  background: linear-gradient(transparent 45%, #FEF493 45%);
  color: #2F3E55;
}

.c-marker._blue {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #DC1A1F), color-stop(60%, #DC1A1F));
  background: linear-gradient(#DC1A1F 40%, #DC1A1F 60%);
}


.c-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 2em;
}

.c-title {
  color: #284B55;
  text-align: center;
  font-size: 40px;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 1.6px;
  margin-bottom: 48px;
}

.c-title._large {
  font-size: 48px;
  line-height: 72px;
  letter-spacing: 0.04em;
  text-align: left;
}

.c-title._middle-large {
  font-size: 36px;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 1.44px;
  margin-bottom: 48px;
}

.c-title._middle {
  font-size: 32px;
  font-weight: 900;
  line-height: 48px;
  letter-spacing: 0em;
  margin-bottom: 40px;
}

.c-title._middle + p {
  text-align: center;
  margin-top: -20px;
  font-weight: 600;
  margin-bottom: 20px;
}

.c-title._small {
  font-size: 24px;
  font-weight: 900;
  line-height: 150%;
  letter-spacing: 0em;
  margin: 36px 0 32px;
  text-align: left;
}

.c-title__inner {
  white-space: nowrap;
}

.c-title__sub {
  color: #DC1A1F;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 240%; /* 38.4px */
  letter-spacing: 0.8px;
  display: block;
  margin-bottom: -2px;
  text-transform: uppercase;
  font-family: "Poppins", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.c-title__num {
  color: #DC1A1F;
  font-weight: 700;
  text-align: center;
  font-size: 60px;
  line-height: 1em;
  font-family: "Poppins", sans-serif;
}


.se-cv {
  margin-top: 80px;
  position: relative;
  background: url('/jp/set/data/event/total-logistics-design/images/se-cv_bg.webp') no-repeat center top;
  background-size: cover;
}

.se-cv__video {
  /* position: relative; */
}
.se-cv__video video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.se-cv__video-mask {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 317px;
  top: 0;
  left: 0;
  background: #2261A0;
  opacity: 0.4;
}

.se-cv .l-section__inner {
  width: 1376px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 24px;
  padding: 0;
}


.se-cv-box {
  width: calc(50% - 12px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  top: -84px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.92);
  -webkit-box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.04);
  padding: 58px 24px;
}

.se-cv-box._box-6 {
  border: 4px solid #DC1A1F;
  color: #fff;
  background-size: cover;
  width: 100%;
  border-radius: 12px;
  border: 4px solid #DC1A1F;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.12) 100%), #FFF;
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.04);
  padding: 0;
  overflow: hidden;
}

.se-cv-box._box-6 .se-cv-box__inner {
  background: url(/jp/set/data/event/total-logistics-design/images/box-6-bg.webp);
  background-size: cover;
  width: 100%;
  height: 100%;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;

  padding: 70px 54px;
}

.se-cv-box._box-6 .se-cv-box__title {
  text-shadow: 0px 0px 24px rgba(0, 0, 0, 0.24);
}

.se-cv-box__img {
  width: 240px;
  height: 240px;
  position: absolute;
  top: 50%;
  left: 24px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.se-cv-box__texts {
  position: relative;
  width: 100%;
  max-width: 414px;
}

.se-cv-box__texts .c-button {
  width: 100%;
}

.se-cv-box__title {
  font-size: 36px;
  font-weight: 900;
  line-height: 135%;
  margin-bottom: 60px;
}

.se-cv-box__text {
  margin-bottom: 12px;
  margin-top: -12px;
  line-height: 1.5em;
}



.swiper-pagination._pagination-3,
.swiper-pagination._pagination-2,
.swiper-pagination._pagination-5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 5;
  position: relative;
  margin: -80px auto 0;
}

.swiper-pagination._pagination-3 .swiper-pagination-bullet,
.swiper-pagination._pagination-2 .swiper-pagination-bullet,
.swiper-pagination._pagination-5 .swiper-pagination-bullet {
  margin: 0 !important;
}

.swiper-pagination._pagination-3 .swiper-pagination-bullet-active,
.swiper-pagination._pagination-2 .swiper-pagination-bullet-active,
.swiper-pagination._pagination-5 .swiper-pagination-bullet-active {
  background: #DC1A1F;
}

.swiper-pagination._pagination-5 {
  margin: -40px auto 0;
}

.se-read {
  text-align: center;
}

.se-read__text {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 120px;
}

.se-read__text p {
  font-weight: 300;
  font-size: 24px;
  line-height: 2.4em;
  text-align: center;
}

.se-read__icon-items {
  display: flex;
  gap: 20px;
  max-width: 1048px;
  margin: 0 auto;
}

.se-read__icon-item {
  width: calc(100% / 3);
}

.se-read__icon-item img {
  /* display: block; */
  margin: 0 auto;
  width: 200px;
}

.se-read__icon-item ul {
  display: table;
  margin: 22px auto 0;
}
.se-read__icon-item li {
  font-size: 14px;
  line-height: 1.75em;
  position: relative;
  padding-left: 21px;
  text-align: left;
}

.se-read__icon-item li::after {
  content: '';
  display: block;
  position: absolute;
  top: 9.5px;
  left: 0;
  width: 11.5px;
  height: 4px;
  border-bottom: 1.5px solid #ED1C24;
  border-left: 2px solid #ED1C24;
  transform: skew(19deg) rotate(-43deg);
}

.se-read__icon-item-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.6em;
  margin-top: 24px;
}


.se-reasons-reporting {
  display: flex;
  gap: 16px;
}

.se-reasons-reporting__texts {
  margin-right: auto;
  width: 510px;
  flex-shrink: 0;
}

.se-reasons-reporting__image-wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.se-reasons-reporting__image {
  border-radius: 12px;
  background: #FFF;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.08);
  height: 320px;
  padding: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.se-reasons-reporting__image img {
  height: auto;
}

.se-reasons-reporting__image-wrap span {
  color: #2F3E55;
  font-family: "Noto Sans CJK JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  line-height: 175%; /* 21px */
  opacity: 0.6;
  display: block;
}


.se-qa {
  background: #F6F5F3;
  padding-bottom: 150px;
  margin-bottom: 0;
}

.se-reasons {
  width: 100%;
  overflow: hidden;
}

.se-reasons:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  z-index: -1;
}

.se-reasons:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(white), color-stop(50%, rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to top, white 0%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
  z-index: -1;
}

.se-reasons-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 3.2%;
}

.se-reasons-card {
  width: 308px;
  height: 336px;
  border-radius: 24px;
  border: 1px dashed #DC1A1F;
  -webkit-box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.04);
  position: relative;
  text-align: center;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

.se-reasons-card__link {
  display: block;
  width: 100%;
  height: 100%;
  padding: 41px 20px 20px;
  cursor: pointer;
}

.se-reasons-card__link:hover .se-reasons-card__circle {
  background: #ae1216;
}

.se-reasons-card__link:hover .se-reasons-card__title {
  color: #ae1216;
}

.se-reasons-card__num {
  color: #DC1A1F;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.4px;
  margin-bottom: 9px;
  font-family: "Poppins", sans-serif;
}

.se-reasons-card__title {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  margin-bottom: 20px;
}

.se-reasons-card__circle {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  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;
  background: #DC1A1F;
  /* padding-left: 4px; */
  position: absolute;
  left: 50%;
  bottom: -21px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.se-reasons-items {
  margin-top: 120px;
  margin-bottom: 50px;
}

.se-reasons-items._product {
  margin-left: auto;
  margin-right: auto;
  max-width: 1390px;
  margin-top: 0;
}

.se-reasons-items._product .se-reasons-item {
  margin-top: 60px;
  padding-top: 0;
}

.se-reasons-items._product .se-reasons-item:first-child {
  margin-top: 0;
}

.se-reasons-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 30px;
  margin-top: 120px;
  margin-bottom: 80px;
}

.se-reasons-item__num {
  font-size: 204px;
  position: absolute;
  -webkit-text-stroke: 1px #DC1A1F;
  text-stroke: 1px #DC1A1F;
  color: transparent;
  line-height: 151px;
  z-index: -1;
  top: -30px;
  font-family: "Poppins", sans-serif;
}

.se-reasons-item__texts {
  position: relative;
  width: 52%;
}

.se-reasons-item__texts._left {
  padding-left: 95px;
}

.se-reasons-item__texts._left .se-reasons-item__num {
  left: 0;
}

.se-reasons-item__texts._right {
  padding-right: 95px;
}

.se-reasons-item__texts._right .se-reasons-item__num {
  right: 0;
}

.se-reasons-item__image {
  width: 47%;
  position: relative;
}

.se-reasons-item__image._left .se-reasons-item__image-img {
  left: -25px;
}

.se-reasons-item__image._right .se-reasons-item__image-img {
  right: -25px;
}

.se-reasons-item__image-img {
  position: relative;
  height: auto;
}

.se-reasons-item__image-img._image-2 {
  -webkit-filter: drop-shadow(0px 0px 120px rgba(0, 0, 0, 0.08));
  filter: drop-shadow(0px 0px 120px rgba(0, 0, 0, 0.08));
}

.se-reasons-item__image-img._base {
  opacity: 0;
}

.se-reasons-item__image-badge {
  position: absolute;
  top: -57px;
  left: -36px;
  width: 151px;
  height: auto;
  z-index: 1;
  max-width: 30%;
}

.se-reasons-item__image-ling {
  position: absolute;
  width: 948px;
  left: -600px;
  top: -235px;
  max-width: unset;
  z-index: -1;
  pointer-events: none;
}

.se-reasons-item__slide {
  position: absolute;
  width: 100%;
  top: 0;
}

.se-reasons-item__slide-items {
  top: 0;
  z-index: 1;
}

.se-reasons-item__slide-item {
  position: absolute;
  list-style: none;
  visibility: hidden;
}

.in-view .se-reasons-item__slide-item {
  -webkit-animation: anime_slider_fade 20s 0s infinite;
  animation: anime_slider_fade 20s 0s infinite;
}

.in-view .se-reasons-item__slide-item:nth-of-type(2) {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.in-view .se-reasons-item__slide-item:nth-of-type(3) {
  -webkit-animation-delay: 8s;
  animation-delay: 8s;
}

.in-view .se-reasons-item__slide-item:nth-of-type(4) {
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}

.in-view .se-reasons-item__slide-item:nth-of-type(5) {
  -webkit-animation-delay: 16s;
  animation-delay: 16s;
}

.se-reasons-item__title {
  font-size: 36px;
  font-weight: 900;
  line-height: 54px;
  margin-bottom: 28px;
}

.se-reasons-item__title._small {
  font-size: 24px;
  line-height: 1.5em;
  margin-bottom: 12px;
}

.se-reasons-cards2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 60px;
}

.se-reasons-card2 {
  width: 344px;
}

.se-reasons-card2:first-child img {
  position: relative; /* left: 15px; */
  width: 120px;
}

.se-reasons-card2 p {
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  text-align: center;
}

.se-reasons-card2__image {
  width: 200px;
  height: 200px;
  border-radius: 40px;
  background: #F8F8F8;
  margin: 0 auto 24px;
  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;
  overflow: hidden;
}

.se-reasons-table-wrap {
  max-width: 819px;
  margin: 0 auto;
}

.se-reasons-table {
  border-radius: 10px;
  background: #FFF;
  border-collapse: initial;
  overflow: hidden;
  border-spacing: 2px;
  background: #ccc;
  margin: -8px auto -10px;
  -webkit-filter: drop-shadow(0px 0px 120px rgba(0, 0, 0, 0.08));
  filter: drop-shadow(0px 0px 120px rgba(0, 0, 0, 0.08));
}

.se-reasons-table th,
.se-reasons-table td {
  font-size: 16px;
  font-weight: 900;
  line-height: 24px;
  letter-spacing: 0.02em;
  text-align: center;
  width: 260px;
  padding: 20px 10px;
}

.se-reasons-table th:first-child,
.se-reasons-table td:first-child {
  width: 300px;
}

.se-reasons-table th span,
.se-reasons-table td span {
  font-size: 12px;
  font-weight: 500;
  margin-left: 8px;
}

.se-reasons-table th {
  padding: 12px;
}

.se-reasons-table tr {
  overflow: hidden;
}

.se-reasons-table tr:first-child th:first-child {
  border-radius: 8px 0 0 0;
}

.se-reasons-table tr:first-child th:last-child {
  border-radius: 0 8px 0 0;
}

.se-reasons-table tr:last-child td:first-child {
  border-radius: 0 0 0 8px;
}

.se-reasons-table tr:last-child td:last-child {
  border-radius: 0 0 8px 0;
}

.se-reasons-table th,
.se-reasons-table td {
  background: #fff;
}


.se-support__items {
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
  justify-content: center;
}

.se-support__item {
  position: relative;
  width: calc((100% - 160px) / 3);
  backdrop-filter: blur(32px);
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.06);
  border-radius: 16px;
  border: 2px solid #fff;
  max-width: 326px;
  padding: 40px 28px 28px;
  display: flex;
  flex-direction: column;
}

.se-support__item._last {
  max-width: 1138px;
  width: 100%;
  margin: 0 auto;
  flex-direction: row;
  align-items: center;
  gap: 40px;
  padding: 42px 55px 42px 42px;
  margin-top: 80px;
}

.se-support__item._last .se-support__item-text {
  margin-right: auto;
}
.se-support__item._last .se-support__item-lists {
  min-height: unset;
  margin: 0;
}

.se-support__item-arrow {
  display: block;
  border-left: 37px solid #DC1A1F;
  border-top: 21px solid transparent;
  border-bottom: 21px solid transparent;
  position: absolute;
  right: -61px;
  top: 50%;
  transform: translateY(-50%);
}

.se-support__item-arrows .se-support__item-arrow {
  top: -61px;
  right: auto;
  transform: unset;
}
.se-support__item-arrows .se-support__item-arrow._arrow1 {
  left: 13%;
  transform: rotate(-90deg);
}
.se-support__item-arrows .se-support__item-arrow._arrow2 {
  left: 50%;
  transform: translateX(-50%) rotate(-90deg);
}
.se-support__item-arrows .se-support__item-arrow._arrow3 {
  right: 13%;
  transform: rotate(-90deg);
}

.se-support__item-image {
  margin-bottom: 20px;
}

.se-support-item__image-img {
  width: 200px;
  height: auto;
  aspect-ratio: 1 / 1;
  margin: 0 auto;
  display: block;
}


.se-support__item-lists {
  display: table;
  margin: 0 auto 35px;
  min-height: 125px;
}

.se-support__item-lists li {
  font-size: 14px;
  line-height: 1.8em;
  letter-spacing: 0%;
  padding-left: 1.3em;
  position: relative;
}

.se-support__item-lists li:before {
  content: '・';
  font-size: 14px;
  line-height: 1.8em;
  letter-spacing: 0%;
  position: absolute;
  left: 0;
}

.se-support__item-title {
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.6em;
  letter-spacing: 0%;
  margin-bottom: 20px;
}

.se-support__item-labels {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 270px;
  width: 100%;
}

.se-support__item-label {
  font-weight: 900;
  font-size: 14px;
  line-height: 1.5em;
  letter-spacing: 4%;
  text-align: center;
  background: #DC1A1F;
  color: #fff;
  padding: 4px 10px;
  width: 100%;
  border-radius: 50px;
}



/* === project ===  */
.p-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  opacity: 0;
}

.p-modal.is-open {
  opacity: 1;
}

.p-modal__inner {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.p-modal__bg {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background: rgba(255, 153, 0, 0.4);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  opacity: 1;
}

.p-modal__inner-bg {
  position: fixed;
  left: -100vw;
  top: 0;
  width: 300%;
  height: 100%;
}

.p-modal__header-close-btn {
  text-indent: -100px;
  z-index: 20;
  position: relative;
  cursor: pointer;
}

.p-modal__header-close-btn-inner {
  position: absolute;
  width: 48px;
  height: 48px;
  top: 32px;
  right: 32px;
  background: #FFFFFF;
  border-radius: 50%;
  border: 2px solid #00A8BC;
  overflow: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.p-modal__header-close-btn-inner:before,
.p-modal__header-close-btn-inner:after {
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background: #00A8BC;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.p-modal__header-close-btn-inner:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.p-modal__header-close-btn-inner:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.p-modal__content {
  width: 1376px;
  max-width: calc(100% - 140px);
  max-height: calc(100vh - 100px);
  max-height: calc(100svh - 100px);
  overflow: hidden;
  height: auto;
  background: #fff;
  z-index: 10;
  -webkit-box-shadow: 0px 14px 40px rgba(20, 29, 29, 0.16);
  box-shadow: 0px 14px 40px rgba(20, 29, 29, 0.16);
  position: relative;
  border-radius: 48px;
  overflow: auto;
  overflow-y: scroll;
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
}

.p-modal__content::-webkit-scrollbar { /* Chrome, Safari 対応 */
  display: none;
}

.p-modal__content-inner {
  padding: 60px;
}

.p-modal .c-button._rectangle {
  display: none;
}

.p-modal._is-close-button .p-modal__content-inner {
  padding-bottom: 96px;
}

.p-modal._is-close-button .c-button._rectangle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 48px);
  position: absolute;
  bottom: 24px;
  cursor: pointer;
}

.p-modal._no-x-button .p-modal__header-close-btn {
  display: none;
}

.p-modal._movie .p-modal__content,
.p-modal._movie .p-modal__inner {
  width: 100%;
  height: 100%;
}

.p-modal._movie .p-modal__header-close-btn {
  display: none;
}

.p-modal._movie .p-modal__youtube .p-modal__header-close-btn {
  display: block;
}

.p-modal._movie .p-modal__youtube .p-modal__header-close-btn-inner {
  top: 0;
  right: -68px;
}

.p-modal__bottom-buttons {
  display: none;
}

.p-modal._movie .p-modal__content {
  background: #333;
}

.p-modal._movie .p-modal__bottom-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  background: #fff;
  width: 100%;
  padding: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.p-modal._movie .p-modal__content-inner {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  padding: 80px 80px 164px;
  width: 100%;
  height: 100%;
  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;
}

.p-modal._movie iframe {
  width: calc((100vh - 160px - 84px) / 9 * 16);
  height: calc(100vh - 160px - 84px);
}


.swiper-horizontal > .swiper-pagination-bullets._pagination-1,
.swiper-pagination-bullets.swiper-pagination-horizontal._pagination-1,
.swiper-pagination._pagination-1 {
  bottom: 40px;
}


.c-related-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
  max-width: 1008px;
  margin: 0 auto 120px;
}

.c-related-cards:after {
  display: none;
}

.c-related-card {
  border-radius: 24px;
  gap: 24px;
  width: calc((100% - 16px) / 2);
  overflow: hidden;
  -webkit-box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.04);
  min-height: 450px;
}

.c-related-card.is-view {
  display: block;
}

.c-related-card__link {
  padding: 12px;
  -webkit-box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.04);
  border-radius: 24px;
  display: block;
  background: #fff;
  position: relative;
  height: 100%;
}

.c-related-card__link:hover {
  -webkit-box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.1);
}

.c-related-card__link:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.c-related-card__link:hover .c-related-card__title {
  color: #3880A9;
}

.c-related-card__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 12px 12px 0 0;
  overflow: hidden;
  aspect-ratio: 472 / 294;
  position: relative;
}

.c-related-card__image img {
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.c-related-card__texts {
  padding: 24px 20px 12px;
}

.c-related-card__title {
  color: #20A7F5;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5em;
  margin-bottom: 12px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.c-related-card p {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  color: #284B55;
  margin-bottom: 12px;
}

@media screen and (max-width:768px) {
  .c-related-cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 60px;
  }
  .c-related-card {
    border-radius: 24px;
    gap: 24px;
    width: 100%;
    position: relative;
    min-height: unset;
  }
  .c-related-card__image {
    height: auto;
  }
  .c-related-card__texts {
    padding: 12px 0 5px;
  }
  .c-related-card__title {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .c-related-card p {
    margin-bottom: 8px;
  }
}


.se-links__banner {
  width: 100%;
  max-width: 1314px;
  margin: 0 auto;
  position: relative;
}
.se-links__banner img {
  display: block;
  position: relative;
  pointer-events: none;
}
.se-links__banner a {
  display: block;
  width: 320px;
  height: 72px;
  background: #DC1A1F;
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  text-align: center;
  line-height: 72px;
  border-radius: 70px;
}
.se-links__banner a:hover {
  background: #ae1216;
  color: #fff;
}

.se-links__banner-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.se-links__banner-text-1 {
  font-weight: 700;
  font-size: 74px;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  margin-bottom: 24px;
}

.se-links__banner-text-2 {
  font-weight: 350;
  font-size: 35px;
  line-height: 1.5em;
  letter-spacing: 0.1em;
}

.se-links__banner-text-3 {
  font-weight: 700;
  font-size: 48px;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  margin-bottom: 80px;
}

@media screen and (max-width: 1365px) {
  .se-links__banner-text-1 {
    font-size: 5.4vw;
    margin-bottom: 1.7vw;
  }

  .se-links__banner-text-2 {
    font-size: 2.5vw;
  }

  .se-links__banner-text-3 {
    font-size: 3.5vw;
    margin-bottom: 5.8vw;
  }

  .se-links__banner a {
    width: 23vw;
    height: 5.2vw;
    line-height: 5.2vw;
    font-size: 1.7vw;
  }
}

@media screen and (max-width:768px) {
  .se-links__banner {
    height: 300px;
  }
  .se-links__banner img {
    object-fit: cover;
    height: 100%;
  }
  .se-links__banner-text-1 {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .se-links__banner-text-2 {
    font-size: 16px;
  }

  .se-links__banner-text-3 {
    font-size: 18px;
    margin-bottom: 30px;
  }

  .se-links__banner a {
    width: 240px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
  }
}


@media (max-aspect-ratio: 14/9) {
  .p-modal._movie iframe {
    width: calc(100vw - 160px);
    height: calc((100vw - 160px) / 16 * 9);
  }
}
@media screen and (min-width: 769px) {
  .swiper-button-prev._prev-4 {
    left: auto;
    right: 270px;
    bottom: 100px;
  }
  .swiper-button-next._next-4 {
    left: auto;
    right: 70px;
    bottom: 100px;
  }
  .swiper-pagination._pagination-4 {
    left: auto;
    position: absolute;
    width: 110px;
    right: 138px;
    bottom: 120px;
  }
  
  .se-products__box._pc-style-2 {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-backdrop-filter: blur(0);
    backdrop-filter: blur(0);
    border: none;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 32px;
  }
  .se-products__box._pc-style-2 .se-products__box-items {
    max-width: 1275px;
    width: 100%;
  }
}

@media only screen and (min-width: 769px) {
  .p-modal__header-close-btn-inner:hover:before,
.p-modal__header-close-btn-inner:hover:after {
    background: rgba(36, 150, 255, 0.99);
  }
}
@media screen and (max-width: 1345px) {
  .p-modal__content-inner {
    padding: 30px;
  }
}

@media screen and (max-width: 1310px) {
  .se-cv-box {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    top: -40px;
    padding: 20px 10px 24px;
  }
  .se-cv-box__img {
    width: 150px;
    height: 150px;
    position: absolute;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 20px;
    left: 50%;
    margin: 0 auto;
    margin-bottom: 12px;
  }
  .se-cv-box__texts {

    position: relative;
    width: 100%;
    text-align: center;
  }
  .se-qa {
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 1024px) {
  .c-bottom-button {
    display: block;
    position: relative;
    -webkit-transition: all 0.3s ease 0.3s;
    transition: all 0.3s ease 0.3s;
    opacity: 1;
    -webkit-transform: unset;
    transform: unset;
    z-index: 10;
  }
  .c-bottom-button .c-button {
    position: fixed;
    bottom: 10px;
    left: 24px;
    z-index: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  .c-bottom-button .c-button.is-view {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .c-box {
    padding: 36px 16px 40px;
    border-radius: 14px;
  }
}
@media screen and (max-width: 1023px) {
  .se-voices-modal__content._video iframe {
    width: calc(100vw - 280px);
    height: calc((100vw - 280px) / 16 * 9);
    margin: 0 auto;
  }
  .se-voices-modal__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }
  .se-voices-modal__title {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    font-size: 36px;
    position: static;
    -webkit-transform: unset;
    transform: unset;
    margin-bottom: 50px;
    font-size: 24px;
    margin: 0 auto 40px;
    text-align: center;
  }
  .se-voices-modal__texts {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: auto;
  }
  .p-modal__content {
    max-width: calc(100% - 40px);
    max-height: calc(100vh - 40px);
    max-height: calc(100svh - 40px);
  }
}
@media screen and (max-width: 768px) {
  .se-read .l-section__inner {
    padding-bottom: 0;
  }
  .l-section._last {
    margin-bottom: 30px;
  }
  .l-section__inner {
    max-width: 100%;
  }
  .c-anchor {
    position: absolute;
    top: -50px;
  }
  .c-anchor._reason {
    top: 0;
  }
  .c-anchor._flow {
    top: -50px;
  }
  .c-brand {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    margin-right: 0;
  }
  .c-brand__title {
    width: 100%;
    text-align: center;
    line-height: 36px;
    letter-spacing: 0.96px;
    font-size: 24px;
  }
  .c-brand__products {
    height: auto;
    margin-left: -20px;
    margin-right: -20px;
    width: 100%;
    margin-top: 24px;
  }
  .c-brand__item {
    height: 72px;
    margin-right: 24px;
  }
  .c-brand__item-image {
    height: 72px;
  }
  .c-brand-more {
    padding-top: 50px;
  }
  .c-brand-more .c-accordion__button.is-accordion-open {
    margin-top: 50px;
  }
  .c-notes-lists {
    margin: 4px auto 0;
  }
  .c-notes-lists li {
    font-size: 10px;
    font-weight: 400;
    line-height: 20px;
  }
  .swiper-button-prev._prev-4 {
    left: 44px;
    bottom: 0px;
  }
  .swiper-button-next._next-4 {
    right: 44px;
    bottom: 0px;
  }
  .swiper-pagination._pagination-4 {
    bottom: -43px;
  }
  .c-text {
    font-size: 14px;
  }
  .c-title {
    font-size: 24px;
    letter-spacing: 0;
    margin-bottom: 29px;
  }
  .c-title._large {
    font-size: 48px;
    line-height: 72px;
    letter-spacing: 0.04em;
    text-align: left;
  }
  .c-title._middle-large {
    font-size: 24px;
    letter-spacing: 0;
    margin-bottom: 36px;
  }
  .c-title._middle {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 20px;
  }
  .c-title._middle + p {
    margin-top: -10px;
    margin-bottom: 20px;
  }
  .c-title._small {
    font-size: 24px;
    font-weight: 900;
    line-height: 150%;
    letter-spacing: 0em;
    margin: 36px 0 32px;
    text-align: left;
  }
  .c-title__sub {
    font-size: 12px;
    margin-bottom: -2px;
  }
  .c-title__num {
    font-size: 36px;
  }
  .se-brands {
    padding: 0;
  }
  .se-brands._bg:before,
.se-brands._bg:after {
    display: none;
  }
  .se-brands .l-section__inner {
    padding: 28px 0 40px;
  }
  .se-cv {
    margin-top: 0px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .se-cv .l-section__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
  }
  .se-cv .c-button__text {
    font-size: 20px;
    padding-left: 20px;
  }
  .se-cv-box {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    top: -40px;
    padding: 20px 10px 24px;
  }
  .se-cv-box._box-6 {
    height: 358px;
  }

  .se-cv-box._box-6 .se-cv-box__inner {
    background-position: center center;
    width: 100%;
    height: 100%;
    padding: 20px 10px 24px;
  }

  .se-cv-box__img {
    width: 150px;
    height: 150px;
    position: absolute;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 20px;
    left: 50%;
    margin: 0 auto;
    margin-bottom: 12px;
  }
  .se-cv-box__texts {
    margin-top: 162px;
    position: relative;
    width: 100%;
    text-align: center;
  }
  .se-cv-box__title {
    font-size: 24px;
    margin-bottom: 16px;
    text-shadow: none;
    margin-bottom: 16px;
  }
  .se-cv-box__text {
    margin-bottom: 12px;
    margin-top: 0;
    line-height: 1.5em;
    font-size: 14px;
    text-shadow: none;
  }
  
  .se-products {
    padding-left: 0;
    padding-right: 0;
  }
  .se-products .l-section__inner {
    padding-bottom: 0;
  }
  .se-products__box-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0;
  }
  .se-products__box-wrap .swiper-pagination {
    position: static;
    margin: 44px auto 60px;
  }
  .se-products__box {
    width: calc(100% - 40px);
    padding: 24px 0 30px;
    margin-left: 20px;
    margin-right: 20px;
    overflow: hidden;
  }
  .se-products__box._pc-style-2 .se-products__box-item-img {
    height: 366px;
  }
  .se-products__box-item {
    padding-left: 20px;
    padding-right: 20px;
  }
  .se-products-slider {
    position: relative;
  }
  .se-products__box-item {
    width: 100%;
    max-width: 100%;
  }
  .se-products__box-item._item-1 .se-products__box-item-img {
    width: 82px;
  }
  .se-products__box-item._item-2 .se-products__box-item-img {
    width: 80px;
  }
  .se-products__box-item._item-3 .se-products__box-item-img {
    width: 88px;
  }
  .se-products__box-item._item-4 .se-products__box-item-img {
    width: 108px;
  }
  .se-products__box-item._item-5 .se-products__box-item-img {
    width: 117px;
  }
  .se-products__box-item._item-6 .se-products__box-item-img {
    width: 116px;
  }
  .se-products__box-item._item-7 .se-products__box-item-img {
    width: 116px;
  }
  .se-products__box-item._item-8 .se-products__box-item-img {
    width: 117px;
    height: auto;
  }
    .se-products__box-item._item-9 .se-products__box-item-img {
    width: 117px;
    height: auto;
  }
  .se-products__box-item .c-text {
    font-size: 13px;
    min-height: unset;
  }
  .se-products__box-item-image {
    height: auto;
    margin: 0 auto 20px;
  }
  .se-products__box-item-image._small {
    height: 192px;
  }
  .se-products__box-item-data {
    font-size: 12px;
    padding-left: 20px;
    padding-top: 15px;
  }
  .se-products__box-item-data dt {
    float: left;
    clear: left;
  }
  .se-products__box-title2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    max-width: calc(100% - 80px);
    margin: 0 40px 30px;
  }
  .se-products__box-title2-left {
    font-size: 24px;
    line-height: 1.5em;
    width: 100%;
    max-width: 100%;
  }
  .se-products__box-title2-right {
    font-size: 14px;
    line-height: 25px;
    max-width: 100%;
  }
  .se-products__box-title2-ling {
    display: none;
  }
  .se-products__box-items {
    display: block;
  }
  .se-products-slider-navigation {
    display: block;
  }
  .se-products-slider-navigation .swiper-button-next {
    right: 24px;
    bottom: -28px;
  }
  .se-products-slider-navigation .swiper-button-next._next-5 {
    right: 24px;
  }
  .se-products-slider-navigation .swiper-button-prev {
    left: 24px;
    bottom: -28px;
  }
  .se-products-slider-navigation .swiper-button-prev._prev-5 {
    left: 24px;
  }
  .swiper-pagination._pagination-3,
.swiper-pagination._pagination-2,
.swiper-pagination._pagination-5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .se-products-slider-navigation {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
    top: 44px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
  }
  .se-products-slider-navigation .swiper-button-next {
    right: 24px;
  }
  .se-products-slider-navigation .swiper-button-prev {
    left: 24px;
  }
  .se-products__box-item-data-wrap {
    position: relative;
    top: -26px;
  }

  .se-products__box-items-no-slide {
    flex-direction: column;
    gap: 50px;
  }

  .se-products__box-items-no-slide .se-products__box-item {
    max-width: 100%;
  }

  .se-products__box-items-no-slide .se-products__box-item-image {
    width: 200px;
    height: auto;
    margin-bottom: 20px;
  }
  .se-products__box-items-no-slide .se-products__box-item-label {
    margin-bottom: 0;
  }
  .se-products__box-items-no-slide .se-products__box-item-logo {
    margin-bottom: 20px;
  }

  .se-products__box-items-no-slide .se-products__box-item-data-wrap {
    top: 0;
  }
  .se-qa {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 88px;
    margin-bottom: 0;
  }
  .se-reasons {
    padding-left: 0;
    padding-right: 0;
  }
  .se-reasons .l-section__inner {
    padding-bottom: 0;
  }
  .se-reasons:before,
.se-reasons:after {
    display: none;
  }
  .se-reasons-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .se-reasons-card {
    width: 100%;
    height: auto;
    border-radius: 12px;
  }
  .se-reasons-card__link {
    padding: 16px 12px 16px 96px;
    text-align: left;
  }
  .se-reasons-card__img {
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 60px;
  }
  .se-reasons-card__num {
    font-size: 24px;
    letter-spacing: 1.2px;
    margin-bottom: 4px;
    text-align: left;
  }
  .se-reasons-card__title {
    font-size: 16px;
    margin-bottom: 0;
  }
  .se-reasons-card__circle {
    width: 32px;
    height: 32px;
    padding-left: 0;
    left: auto;
    right: 12px;
    bottom: auto;
    top: 50%;
    /* padding-left: 3px; */
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .se-reasons-items {
    margin-top: 70px;
    margin-bottom: 0px;
  }
  .se-reasons-items._product {
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 0;
  }
  .se-reasons-items._product .se-reasons-item {
    margin-top: 90px;
    padding-top: 0;
  }
  .se-reasons-items._product .se-reasons-item:first-child {
    margin-top: 60px;
  }
  .se-reasons-item {
    margin-top: 70px;
    margin-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .se-reasons-item__num {
    position: absolute;
    font-size: 80px;
    line-height: 120px;
    font-weight: 500;
    left: auto;
    right: 20px;
  }
  .se-reasons-item__texts {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .se-reasons-item__texts._left {
    padding-left: 20px;
  }
  .se-reasons-item__texts._left .se-reasons-item__num {
    left: auto;
  }
  .se-reasons-item__texts._right {
    padding-right: 20px;
  }
  .se-reasons-item__texts._right .se-reasons-item__num {
    right: 20px;
  }
  .se-reasons-item__image {
    margin-top: 24px;
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .se-reasons-item__image._left .se-reasons-item__image-img {
    left: 0;
  }
  .se-reasons-item__image._right .se-reasons-item__image-img {
    right: 0;
  }
  .se-reasons-item__image._right._text {
    text-align: center;
  }
  .se-reasons-item__image-img._image-2 {
    width: 100%;
    height: auto;
    font-family: "object-fit:cover";
    -o-object-fit: cover;
    object-fit: cover;
  }

  .se-reasons-reporting {
    flex-direction: column;
    padding: 0 20px;
    gap: 40px;
  }
  .se-reasons-reporting__texts {
    margin: 0 auto;
    width: 100%;
    flex-shrink: 0;
  }
  .se-reasons-reporting__image {
    height: unset;
  }
  .se-reasons-reporting__texts .se-reasons-item__title {
    white-space: nowrap;
  }
  .se-reasons-item__image-badge {
    top: 8px;
    left: 12px;
    width: 88px;
  }
  .se-reasons-item__image-ling {
    width: 1200px;
    left: 50%;
    top: 60px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 160px;
    -o-object-position: center top;
    object-position: center top;
    font-family: "object-fit:cover;object-position:center top";
    -o-object-fit: cover;
    object-fit: cover;
  }
  .se-reasons-item__title {
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 14px;
  }
  .se-reasons-cards2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 374px;
    gap: 16px;
    margin-bottom: 60px;
    margin: 0 auto;
    padding: 0 12px;
  }
  .se-reasons-card2 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
  }
  .se-reasons-card2:first-child img {
    position: relative; /* left: 5px; */
    width: 68px;
  }
  .se-reasons-card2 p {
    font-size: 16px;
    line-height: 1.6em;
    text-align: left;
  }
  .se-reasons-card2__image {
    width: 100px;
    height: 100px;
    border-radius: 20px;
    margin: 0;
  }
  .se-reasons-card2__image img {
    width: 66px;
  }
  .se-reasons-table-wrap {
    width: 100%;
    margin: 0 auto;
  }
  .se-reasons-table-wrap .c-notes-lists {
    margin: 0 20px;
  }
  .se-reasons-table {
    display: none;
  }
  .se-reasons__table-img {
    margin: 0 auto;
    display: block;
    width: 100%;
    height: auto;
  }
  .se-reasons__table-img + .c-notes-lists {
    max-width: 640px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .swiper-horizontal > .swiper-pagination-bullets._pagination-1,
  .swiper-pagination-bullets.swiper-pagination-horizontal._pagination-1,
  .swiper-pagination._pagination-1 {
    bottom: 75px;
  }

  .p-modal__content {
    border-radius: 24px;
  }
  .p-modal__content-inner {
    padding: 30px 20px;
  }


  .se-support {
    margin-bottom: 50px;
  }
.se-support__items {
  flex-direction: column;
  gap: 40px;
  padding: 20px 10px;
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.06);
  width: 100%;
}

  .se-support__item {
    width: 100%;
    max-width: unset;
    padding: 20px 20px 28px;
    align-items: center;
  }

  .se-support__item._last {
    flex-direction: column;
    gap: 0;
    padding: 20px 20px 28px;
    margin-top: 40px;
    width: calc(100% - 20px);
  }

  .se-support__item._last .se-support__item-text {
    margin-right: unset;
  }
  .se-support__item._last .se-support__item-lists {
    min-height: unset;
    margin: 0 0 20px;
  }

  .se-support__item-arrow {
    display: block;
    border-left: 15px solid #DC1A1F;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    position: absolute;
    right: auto;
    left: 50%;
    top: auto;
    bottom: -40px;
    transform: rotate(90deg) translateX(-50%);
  }

  .se-support__item-arrows .se-support__item-arrow {
    top: -30px;
  }
  .se-support__item-arrows .se-support__item-arrow._arrow1 {
    right: auto;
    bottom: auto;
    left: 13%;
    transform: rotate(-90deg);
  }
  .se-support__item-arrows .se-support__item-arrow._arrow2 {
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translateX(-50%) rotate(-90deg);
  }
  .se-support__item-arrows .se-support__item-arrow._arrow3 {
    left: auto;
    bottom: auto;
    right: 13%;
    transform: rotate(-90deg);
  }

  .se-support-item__image-img {
    width: 100px;
  }


  .se-support__item-lists {
    margin: 0 auto 20px;
    min-height: unset;
  }


  .se-support__item-title {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .se-read__text {
    margin-top: 30px;
    gap: 20px;
    margin-bottom: 60px;
  }

  .se-read__text p {
    font-size: 15px;
    line-height: 2em;
  }

  .se-read__icon-items {
    flex-direction: column;
  }

  .se-read__icon-item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    max-width: 400px;
    margin: 0 auto;
  }

  .se-read__icon-item-image {
    flex-shrink: 0;
  }

  .se-read__icon-item img {
    /* display: block; */
    margin: 0 auto;
    width: 80px;
    height: 80px;
  }

  .se-read__icon-item-text {
    width: 100%;
  }

  .se-read__icon-item ul {
    margin-left: 0;
    margin-top: 0px;
  }

  .se-read__icon-item li {
    font-size: 12px;
    padding-left: 1.5em;
  }


.se-read__icon-item-title {
  font-size: 18px;
  margin-top: 0;
  text-align: left;
}

}
@media only screen and (max-width: 768px) {
  .p-modal__header-close-btn-inner {
    width: 36px;
    height: 36px;
    top: 10px;
    right: 10px;
  }
}
@-webkit-keyframes up {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes up {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@-webkit-keyframes loop-slide {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes loop-slide {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes mv-button {
  0% {
    -webkit-transform: translateY(150px);
    transform: translateY(150px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes mv-button {
  0% {
    -webkit-transform: translateY(150px);
    transform: translateY(150px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes mv-button2 {
  0% {
    -webkit-transform: translateY(300px);
    transform: translateY(300px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes mv-button2 {
  0% {
    -webkit-transform: translateY(300px);
    transform: translateY(300px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes anime_slider_fade {
  0% {
    visibility: visible;
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  35% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes anime_slider_fade {
  0% {
    visibility: visible;
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  35% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}