@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 #20A7F5;
  -webkit-text-stroke: 1px #20A7F5;
  color: #fff;
}

.u-text-red {
  color: #20A7F5;
}

.u-text-orange {
  color: #20A7F5;
}

.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: #20A7F5;
}

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: #20A7F5;
  text-decoration: underline;
}

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

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

.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%, #20A7F5), color-stop(60%, #20A7F5));
  background: linear-gradient(#20A7F5 40%, #20A7F5 60%);
}

.c-notes-lists {
  display: table;
  margin: 20px auto 0;
}

.c-notes-lists._left {
  display: block;
}

.c-notes-lists li {
  color: #2F3E55;
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
  margin-left: 1.2em;
  text-indent: -1.2em;
}

.c-notes-lists._is-num li {
  margin-left: 1.8em;
  text-indent: -1.8em;
}

.c-product {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.c-product__detail-block {
  margin: 100px 0 45px;
}

.c-product__title {
  color: #2D4B50;
  font-size: 40px;
  font-weight: 900;
  line-height: normal;
  margin-bottom: 30px;
}

.c-product__text {
  margin-bottom: 48px;
}

.c-product__image-item {
  display: block;
  width: 100%;
  height: auto;
}

.c-product__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 3%;
}

.c-product__icon {
  width: 22.75%;
}

.c-product__icon-image {
  border-radius: 40px;
  background: #F7FBFB;
  height: auto;
  margin-bottom: 14px;
}

.c-product__icon-img {
  width: 270px;
  height: 270px;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
  object-fit: cover;
}

.c-product__icon-text {
  color: #2D4B50;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 160%; /* 32px */
}

.c-product-slider {
  width: 857px;
  width: 100%;
}

.c-product-slider__wrapper {
  height: auto !important;
}

.c-product-slider__slide.swiper-slide-active .c-product-slider__slide-text {
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.c-product-slider__slide-img {
  max-width: calc(100vw - 40px);
  width: 100%;
  height: auto;
}

.c-product-slider__slide-text {
  opacity: 0;
  max-width: calc(100vw - 400px);
}

.c-product-slider__slide-title {
  color: #2F3E55;
  font-size: 24px;
  font-weight: 900;
  line-height: 150%; /* 36px */
  margin-top: 24px;
  margin-bottom: 12px;
}

.c-reason {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c-reason .c-reason__block {
  max-width: 100%;
  position: relative;
}

.c-reason .c-reason__block._block1 {
  width: calc(100% - 582px - 63px);
  margin-bottom: 130px;
}

.c-reason .c-reason__block._block2 {
  width: 528px;
  padding-top: 100px;
  margin-bottom: 130px;
}

.c-reason .c-reason__block._block3 {
  max-width: 827px;
  margin: 80px auto 100px;
}

.c-reason .c-reason__block._block4 {
  width: 467px;
  padding-top: 120px;
  margin-bottom: 130px;
}

.c-reason .c-reason__block._block5 {
  width: calc(100% - 467px - 63px);
  margin-bottom: 130px;
}

.c-reason .c-reason__block._block6 {
  width: calc(100% - 548px - 63px);
  margin-bottom: 40px;
}

.c-reason .c-reason__block._block7 {
  width: 548px;
  padding-top: 100px;
  margin-bottom: 72px;
}

.c-reason .c-reason__block._block8 {
  width: 100%;
  margin-bottom: 100px;
}

.c-reason .c-reason__block._block9 {
  width: 462px;
  padding-top: 100px;
  margin-bottom: 138px;
}

.c-reason .c-reason__block._block10 {
  width: calc(100% - 462px - 63px);
  margin-bottom: 138px;
}

.c-reason .c-reason__block._block10._mb50 {
  margin-bottom: 50px;
}

.c-reason .c-reason__block._block11 {
  width: 100%;
}

.c-reason._wide {
  padding: 0 20px;
  margin-top: 25px;
}

.c-reason-title__text-1 {
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 5px;
  display: block;
}

.c-reason-title__text-2 {
  font-weight: 600;
  font-size: 64px;
  line-height: 77px;
  display: block;
}

.c-reason-title__text-3 {
  font-weight: 700;
  font-size: 36px;
  line-height: 54px;
  margin-bottom: 29px;
  display: block;
}

.c-reason__red-box {
  margin-top: 40px;
  background: #D45D61;
  border-radius: 5px;
  padding: 24px 32px;
  min-width: 384px;
  display: table;
}

.c-reason__red-box.u-pc-none {
  display: none;
}

.c-reason__red-box-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  color: #fff;
  margin-bottom: 19px;
}

.c-reason__text {
  margin-bottom: 22px;
}

.c-reason__red-box-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 175%;
  color: #fff;
}

.c-reason__red-box-text._small {
  font-size: 12px;
  line-height: 175%;
  margin-top: 1.75em;
}

.c-reason__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
}

.c-reason__list a {
  display: block;
}

.c-reason__list a:hover .c-reason__list-img {
  opacity: 0.5;
}

.c-reason__list-circle {
  width: 160px;
  height: 160px;
  background: #F3F5F6;
  border-radius: 80px;
  margin-bottom: 8px;
  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;
}

.c-reason__list-img {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.c-reason__list-text {
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}

.c-reason__scs-img {
  -webkit-filter: drop-shadow(0px 2px 24px rgba(0, 0, 0, 0.12));
  filter: drop-shadow(0px 2px 24px rgba(0, 0, 0, 0.12));
  border-radius: 10px;
}

.c-reason__baloon-text {
  position: absolute;
  display: table;
  padding: 7px 32px 10px;
  border-radius: 22px;
  top: -222px;
  right: -59px;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  color: #fff;
  background: url(../images/balloon-bg.svg) no-repeat 16px 5px #20A7F5;
}

.c-reason__baloon-text:after {
  content: "";
  display: block;
  border-bottom: 8px solid #20A7F5;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  bottom: 100%;
}

.c-reason__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  margin-top: 56px;
}

.c-reason__logo {
  height: auto;
}

.c-reason__logo._logo-1 {
  width: 205px;
}

.c-reason__logo._logo-2 {
  width: 70px;
}

.c-reason__logo._logo-3 {
  width: 138px;
}

.c-slideshow-wrap {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-slideshow {
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  position: relative;
  -webkit-animation-name: loop-slide;
  animation-name: loop-slide; /* アニメーション名 */
  -webkit-animation-duration: 59990s;
  animation-duration: 59990s; /* 開始から終了までの所要時間 */
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; /* アニメーションのループ回数 */
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear; /* 動きの加減速 */
  -webkit-animation-delay: 1s;
  animation-delay: 1s; /* アニメーションが開始するまでの遅延時間 */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; /* アニメーション開始前・終了後の挙動 */
}

.c-slideshow-wrap._reverse .c-slideshow {
  animation-direction: reverse;
}

.c-slideshow-wrap + .c-slideshow-wrap {
  margin-top: 20px;
}

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

.c-notes {
  font-size: 12px;
  font-weight: 900;
  line-height: 175%;
  opacity: 0.6;
}

.c-notes-2 {
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0em;
  margin-top: 12px;
}

.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._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: #20A7F5;
  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: #20A7F5;
  font-weight: 700;
  text-align: center;
  font-size: 60px;
  line-height: 1em;
  font-family: "Poppins", sans-serif;
}

/* === section ===  */
.se-brands._bg:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bg.png) repeat center top;
  background-size: 200px auto;
  opacity: 0.1;
  z-index: -1;
}

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

.se-cv {
  margin-top: 80px;
  position: relative;
}

.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-1 {
  border: 4px solid #20A7F5;
  color: #20A7F5;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

.se-cv-box._box-1 .se-cv-box__title,
.se-cv-box._box-1 .se-cv-box__text {
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}

.se-cv-box._box-2 {
  border: 4px solid #20A7F5;
  color: #20A7F5;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  background: url(../images/cv/bg2.png);
  background-size: cover;
}

.se-cv-box._box-2 .se-cv-box__title {
  margin-bottom: 60px;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}

.se-cv-box._box-3 {
  border: 4px solid #20A7F5;
  color: #fff;
  background: url(../images/cv/box-3-bg.png);
  background-size: cover;
}

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

.se-cv-box._box-4 {
  border: 4px solid #20A7F5;
  color: #fff;
  background: url(../images/cv/box-4-bg.png);
  background-size: cover;
}

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

.se-cv-box._box-5 {
  border: 4px solid #20A7F5;
  color: #fff;
  background-size: cover;
  width: 100%;
  border-radius: 12px;
  border: 4px solid #20A7F5;
  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-5 .se-cv-box__inner {
  background: url(../images/cv/box-5-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: 58px 24px;
}

.se-cv-box._box-5 .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: 24px;
}

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

.se-ex {
  overflow: hidden;
}

.se-ex .c-product__detail-block {
  margin-top: 20px;
}

.se-features {
  overflow: hidden;
}

.se-flow {
  background: #F6F5F3;
  padding-bottom: 50px;
}

.se-flow .l-section__inner {
  max-width: 1176px;
}

.se-flow__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 96px;
}

.se-flow__content:after {
  display: none;
}

.se-flow__content-left {
  width: 364px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.se-flow__content-menu-lists {
  position: sticky;
  top: 200px;
  border: dashed 4px #fff;
  padding: 38px 40px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.24);
  cursor: pointer;
}

.se-flow__content-menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.5em;
}

.se-flow__content-menu-list span {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 16px;
  background: #20A7F5;
  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;
  color: #fff;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-family: "Poppins", sans-serif;
}

.se-flow__content-menu-list + .se-flow__content-menu-list {
  margin-top: 20px;
}

.se-flow__item + .se-flow__item {
  border-top: dashed 4px #fff;
  padding-top: 48px;
  margin-top: 44px;
}

.se-flow__item .c-text {
  line-height: 175%;
}

.se-flow__item .c-button {
  margin-top: 16px;
}

.se-flow__item .c-notes {
  margin-top: 12px;
}

.se-flow__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  font-size: 32px;
  font-weight: 900;
  line-height: 160%;
  color: #20A7F5;
  margin-bottom: 20px;
}

.se-flow__title span {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 16px;
  background: #fff;
  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;
  color: #20A7F5;
  border: 2px solid #20A7F5;
  font-family: "Poppins", sans-serif;
}

.se-flow__item-img {
  margin-top: 24px;
  width: 100%;
  height: auto;
}

.se-flow__item-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.se-flow__item-images:after {
  display: none;
}

.se-flow__item-image {
  width: calc(50% - 8px);
}

.se-flow__item-image img {
  -webkit-filter: drop-shadow(0px 0px 24px rgba(0, 0, 0, 0.08));
  filter: drop-shadow(0px 0px 24px rgba(0, 0, 0, 0.08));
  display: block;
  margin-bottom: 16px;
}

.se-mainvisual {
  min-height: 640px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  height: calc(100vh - 116px);
  height: calc(100svh - 116px);
}

.se-mainvisual__movie {
  position: absolute;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}

.se-mainvisual__movie:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(185, 190, 195, 0.4)), to(rgba(185, 190, 195, 0.4)));
  background: linear-gradient(0deg, rgba(185, 190, 195, 0.4) 0%, rgba(185, 190, 195, 0.4) 100%);
  position: absolute;
  top: 0;
  left: 0;
}

.wf-active .se-mainvisual__movie {
  opacity: 1;
}

.se-mainvisual__movie-video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: calc(100% - 40px);
  width: calc(100% - 40px);
  font-family: "object-fit:cover";
  -o-object-fit: cover;
  object-fit: cover;
}

.se-mainvisual__mask-parts {
  background: #fff;
  display: block;
  position: absolute;
  z-index: 1;
}

.se-mainvisual__mask-parts:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url(/jp/set/data/product/delivery/images/mv-corner.svg) no-repeat center center;
  background-size: 40px 40px;
  position: absolute;
}

.se-mainvisual__mask-parts._top {
  width: 100%;
  height: 20px;
  top: 0;
  left: 0;
}

.se-mainvisual__mask-parts._top:before {
  top: 0;
  left: 0;
}

.se-mainvisual__mask-parts._right {
  width: 20px;
  height: 100%;
  top: 0;
  right: 0;
}

.se-mainvisual__mask-parts._right:before {
  top: 0;
  right: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.se-mainvisual__mask-parts._bottom {
  width: 100%;
  height: 20px;
  bottom: 0;
  right: 0;
}

.se-mainvisual__mask-parts._bottom:before {
  bottom: 0;
  right: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.se-mainvisual__mask-parts._left {
  width: 20px;
  height: 100%;
  bottom: 0;
  left: 0;
}

.se-mainvisual__mask-parts._left:before {
  bottom: 0;
  left: 0;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.se-mainvisual__image {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}

.se-mainvisual__img {
  height: 100%;
  width: 100%;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
}

.se-mainvisual__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.se-mainvisual__texts .c-button {
  -webkit-transform: translateY(150px);
  transform: translateY(150px);
  max-width: 300px;
}

.in-view.se-mainvisual__texts .c-button {
  -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: mv-button;
  animation-name: mv-button; /* アニメーション名 */
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms; /* 開始から終了までの所要時間 */
  -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-delay: 1.4s;
  animation-delay: 1.4s; /* アニメーションが開始するまでの遅延時間 */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; /* アニメーション開始前・終了後の挙動 */
}

.se-mainvisual__box {
  -webkit-transform: translateY(300px);
  transform: translateY(300px);
}

.in-view.se-mainvisual__texts + .se-mainvisual__box {
  -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: mv-button2;
  animation-name: mv-button2; /* アニメーション名 */
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms; /* 開始から終了までの所要時間 */
  -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-delay: 1.5s;
  animation-delay: 1.5s; /* アニメーションが開始するまでの遅延時間 */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; /* アニメーション開始前・終了後の挙動 */
}

.se-mainvisual__texts {
  position: absolute;
  left: 54px;
  bottom: 60px;
  color: #fff;
  width: 100%;
}

.se-mainvisual__texts .c-button {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.se-mainvisual__texts .c-button.is-view {
  opacity: 1;
}

.se-mainvisual__title {
  margin-bottom: 14px;
}

.se-mainvisual__title .c-animation-text-wrap {
  -webkit-filter: drop-shadow(0px 0px 24px rgba(0, 0, 0, 0.32));
  filter: drop-shadow(0px 0px 24px rgba(0, 0, 0, 0.32));
}

.se-mainvisual__title-1 {
  font-size: 16px;
  font-weight: 900;
  line-height: 150%;
  letter-spacing: 1.28px;
  margin-bottom: 16px;
  white-space: nowrap;
}

.se-mainvisual__title-2 {
  font-size: 72px;
  font-weight: 900;
  line-height: 115%; /* 82.8px */
  letter-spacing: 2.88px;
  margin-bottom: 14px;
  white-space: nowrap;
}

.se-mainvisual__title-2 .c-animation-text__inner {
  padding-bottom: 10px;
}

.se-mainvisual__title-2._small {
  font-size: 45px;
}

.se-mainvisual__text {
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 175%; /* 28px */
  letter-spacing: 0.64px;
  margin-bottom: 53px;
  width: 861px;
  max-width: calc(100vw - 600px);
}

.se-mainvisual__text .c-animation-text-wrap {
  -webkit-filter: drop-shadow(0px 0px 24px rgba(0, 0, 0, 0.32));
  filter: drop-shadow(0px 0px 24px rgba(0, 0, 0, 0.32));
}

.se-mainvisual__box {
  border-radius: 12px 0px 0px 12px;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  border-left: 1px solid #FFF;
  background: linear-gradient(0deg, #FFF 0%, #FFF 100%), linear-gradient(135deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(0deg, #FFF 0%, #FFF 100%), linear-gradient(135deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  border: 1px solid #fff;
  -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: absolute;
  right: 0;
  bottom: 81px;
  height: 195px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 21px 32px 21px 32px;
  gap: 24px;
}

.se-mainvisual__box-img {
  width: 153px;
  height: auto;
  max-width: 10vw;
}

.se-mainvisual__box-text p {
  color: #284B55;
  text-align: center;
  font-size: 22px;
  font-weight: 900;
  line-height: 150%;
  margin-bottom: 8px;
}

.l-wrap._product .l-header.is-scroll .l-header__lists {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.l-wrap._product .l-header .l-header__buttons {
  opacity: 1;
  position: static;
}

.se-merits {
  margin-bottom: 0;
}

.se-merits .l-section__inner {
  padding: 55px 20px 20px;
}

.se-merits-items {
  margin-top: 70px;
  margin-bottom: 50px;
}

.se-merits-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 30px;
}

.se-merits-item + .se-merits-item {
  margin-top: 30px;
}

.se-merits-item__num {
  font-size: 204px;
  position: absolute;
  -webkit-text-stroke: 1px #20A7F5;
  text-stroke: 1px #20A7F5;
  font-family: Poppins;
  color: transparent;
  line-height: 151px;
  z-index: -1;
  top: -30px;
}

.se-merits-item__texts {
  position: relative;
  width: 53%;
}

.se-merits-item__texts._left {
  padding-left: 76px;
}

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

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

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

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

.se-merits-item__image._left .se-merits-item__image-img {
  left: -20px;
  top: 0;
}

.se-merits-item__image._right .se-merits-item__image-img {
  right: -35px;
  top: 0px;
}

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

.se-merits-item__image-img._img-1 {
  width: 572px;
}

.se-merits-item__image-img._img-2 {
  width: 596px;
}

.se-merits-item__image-img._img-3 {
  width: 500px;
  margin-bottom: 18px;
}

.se-merits-item__title {
  font-size: 36px;
  font-weight: 900;
  line-height: 1.5em;
  margin-bottom: 24px;
}

.se-merits-item__title-sub {
  color: #20A7F5;
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  margin-bottom: 32px;
}

.se-merits-item__title .u-text-orange {
  font-size: 42px;
  position: relative;
}

.se-merits-item__title .u-text-orange span {
  position: absolute;
  right: 0;
  top: -2.6em;
  color: #2D4B50;
  font-size: 12px;
  font-weight: 500;
}

.se-merits-item .c-button {
  width: 300px;
  margin-top: 28px;
}

.se-price {
  background: url(../images/price/bg.webp) no-repeat center center;
  background-size: cover;
}

.se-price .l-section__inner {
  max-width: 1012px;
}

.se-price .c-title {
  margin-bottom: 24px;
}

.se-price .c-button {
  margin: 36px auto 0;
}

.se-price .c-text a {
  color: #20A7F5;
}

.se-price .c-text a:hover {
  opacity: 0.5;
}

.se-price-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #2F3E55;
  text-align: center;
  margin-top: 56px;
}

.se-price-detail .c-marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, transparent), color-stop(55%, #FEF493), color-stop(85%, #FEF493), color-stop(85%, transparent));
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.se-price-detail__label {
  color: #2F3E55;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: absolute;
  left: 0;
  top: -20px;
}

.se-price-detail__text-1 {
  margin-right: 40px;
  font-size: 32px;
  font-weight: 900;
}

.se-price-detail__text-2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5em;
  position: relative;
}

.se-price-detail__text-2 .se-price-detail__asterisk {
  color: #20A7F5;
  position: absolute;
  top: -2em;
  right: 0;
  font-size: 12px;
}

.se-price-detail__text-3 {
  font-size: 24px;
  font-weight: 900;
  padding-top: 5px;
  padding-left: 2px;
}

.se-price-detail__text-4 {
  font-size: 12px;
  font-weight: 900;
  margin-right: 12px;
  opacity: 0.6;
  padding-top: 1em;
}

.se-price-detail__text-5 {
  font-size: 24px;
  font-weight: 900;
}

.se-price-detail__text-5 span {
  font-weight: 500;
}

.se-price-detail__text-6 {
  display: block;
  text-align: center;
  width: 100%;
  font-size: 12px;
  font-weight: 900;
  line-height: 200%;
  margin-top: 12px;
}

.se-price-detail__text-6 span {
  color: #20A7F5;
}

.se-products-ling {
  position: absolute;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 943px;
  height: auto;
}

.se-products-ling.in-view {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.se-products__box-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
}

.se-products__box {
  background: linear-gradient(92deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 24px;
  border: 2px solid #FFF;
  -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(16px);
  backdrop-filter: blur(16px);
  padding: 24px 24px 90px;
  width: 100%;
  z-index: 1;
}

.se-products__box._large {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.se-products__box-title {
  margin-bottom: 32px;
}

.se-products__box-title span:first-child {
  color: #20A7F5;
  font-size: 16px;
  font-weight: 900;
  line-height: normal;
  display: block;
  text-align: center;
  margin-bottom: 9px;
}

.se-products__box-title span:last-child {
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 0.96px;
  display: table;
  margin: 0 auto;
  padding: 4px 24px;
  border-radius: 30px;
  background: #20A7F5;
}

.se-products__box-title2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 50px;
  width: 100%;
  margin: 80px auto 60px;
  position: relative;
}

.se-products__box-title2-left {
  font-size: 36px;
  font-weight: 900;
  line-height: 54px;
  width: 580px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 60%;
  position: relative;
}

.se-products__box-title2-right {
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  max-width: 551px;
  position: relative;
}

.se-products__box-title2-ling {
  position: absolute;
  left: -610px;
  top: -530px;
  z-index: 0;
}

.se-products__box-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 948px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.se-products-slider-wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.se-products-slider {
  position: relative;
  width: 100%;
}

.se-products__box-item {
  width: 100%;
  max-width: calc((100% - 66px) / 3);
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* 仕様を見るは一旦非表示 */
.se-products__box-item .js-accordions {
  display: none;
}

.se-products__box-item-inner {
  padding-bottom: 50px;
}

.se-products__box-item._item-1,
.se-products__box-item._item-2,
.se-products__box-item._item-3 {
  min-width: 200px;
}

.se-products__box-item._item-1 .se-products__box-item-img {
  width: 119px;
}

.se-products__box-item .c-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 200%;
  margin-top: 12px;
  min-height: 10em;
}

.se-products__box-item .c-text._mh12 {
  min-height: 12em;
}

.se-products__box-item-label {
  font-size: 14px;
  font-weight: 900;
  line-height: 21px;
  padding: 4px 24px;
  letter-spacing: 0.04em;
  text-align: center;
  background: #20A7F5;
  color: #fff;
  display: table;
  margin: 0 auto;
  border-radius: 50px;
  margin-bottom: 25px;
}

.se-products__box-item-image {
  height: 360px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 0 auto 32px;
}

.se-products__box-item-image._small {
  height: 290px;
}

.se-products__box-item-img {
  height: auto;
  display: block;
}

.se-products__box-item-logo {
  display: block;
  margin: 0 auto 5px;
  height: 35px;
  width: auto;
}

.se-products__box-item-logo-text {
  color: #000;
  text-align: center;
  font-size: 28px;
  font-weight: 900;
  line-height: 28px;
  height: 35px;
  margin-bottom: 5px;
}

.se-products__box-item-link {
  color: #20A7F5;
  font-size: 14px;
  font-weight: 900;
  line-height: 200%;
  margin: 0 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;
  gap: 4px;
  cursor: pointer;
  text-decoration: underline;
}

.se-products__box-item-link svg {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #20A7F5;
  padding: 3px;
}

.se-products__box-item-link:hover {
  color: #3880A9;
  text-decoration: none;
}

.se-products__box-item-data {
  padding-top: 24px;
  border-top: 1px solid #dce2e4;
  font-size: 14px;
  font-weight: 500;
  line-height: 175%;
}

.se-products__box-item-data dt {
  float: left;
  clear: left;
}

.se-products__box-item-data dd {
  margin-left: 97px;
  color: #20A7F5;
  font-weight: 900;
}

.se-products__box-item-data dd span {
  font-size: 10px;
}

.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: #20A7F5;
}

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

.se-products-slider-navigation {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
  top: -400px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
}

.se-products-slider-navigation .swiper-button-next {
  right: 10px;
}

.se-products-slider-navigation .swiper-button-next._next-5 {
  right: 0;
}

.se-products-slider-navigation .swiper-button-prev {
  left: 10px;
}

.se-products-slider-navigation .swiper-button-prev._prev-5 {
  left: 0;
}

.se-products__box-item-data-button {
  margin-top: 16px;
  border-radius: 60px;
  border: 1px solid #2F3E55;
  width: 130px;
  height: 34px;
  display: block;
  margin: -8px auto 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #2F3E55;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 7px 11px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.se-products__box-item-data-button:before,
.se-products__box-item-data-button:after {
  content: "";
  display: block;
  width: 11px;
  height: 1px;
  background: #2F3E55;
  position: absolute;
  right: 11px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.se-products__box-item-data-button:after {
  -webkit-transform: translate(0%, -50%) rotate(90deg);
  transform: translate(0%, -50%) rotate(90deg);
}

.se-products__box-item-data-button.is-accordion-open:before {
  -webkit-transform: translate(0%, -50%) rotate(180deg);
  transform: translate(0%, -50%) rotate(180deg);
}

.se-products__box-item-data-button.is-accordion-open:after {
  -webkit-transform: translate(0%, -50%) rotate(-180deg);
  transform: translate(0%, -50%) rotate(-180deg);
}

.se-products__box-item-data-wrap {
  overflow: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  height: 0;
  margin-top: 24px;
  position: relative;
  top: -26px;
}

.se-products__box-items-no-slide {
  display: flex;
  gap: 24px;
  justify-content: center;
}

.se-products__box-items-no-slide .se-products__box-item {
  max-width: calc((100% - 72px) / 4);
}

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

.se-products__box-items-no-slide .se-products__box-item-logo {
  width: 230px;
  max-width: 100%;
  height: auto;
  margin-bottom: 50px;
}

.se-products__box-items-no-slide .se-products__box-item-data-wrap {
  top: 0;
}


.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 #20A7F5;
  -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: #3880A9;
}

.se-reasons-card__num {
  color: #20A7F5;
  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: 23px;
}

.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: #20A7F5;
  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 #20A7F5;
  text-stroke: 1px #20A7F5;
  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-spec .l-section__inner {
  padding-bottom: 120px;
}

.se-spec__box {
  background: linear-gradient(92deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 24px;
  border: 2px solid #FFF;
  -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(16px);
  backdrop-filter: blur(16px);
  padding: 60px 0;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.se-spec__box-image {
  width: 586px;
  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;
  position: relative;
}

.se-spec__box-img {
  height: auto;
  display: block;
}

.se-spec__box-img._kettybot {
  width: 302px;
}

.se-spec__box-img._bellabot {
  width: 277px;
}

.se-spec__box-img._pudubot2 {
  width: 277px;
}

.se-spec__box-text {
  width: 610px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 70%;
}

.se-spec__box-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 0 0 30px;
  width: 100%;
  gap: 30px;
}

.se-spec__box-list {
  width: 260px;
  margin: 20px 0;
  max-width: 45%;
}

.se-spec__box-list._wide {
  width: 100%;
  max-width: 100%;
}

.se-spec__box-list div:first-child {
  color: #284B55;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  display: block;
  margin-bottom: 8px;
}

.se-spec__box-list div:last-child {
  color: #20A7F5;
  font-size: 16px;
  font-weight: 900;
  line-height: 200%; /* 32px */
}

.se-spec__box-list div:last-child span {
  font-size: 12px;
}

.se-spec__box-list div:last-child.fz14 {
  font-size: 14px;
}

.se-spec__box-list div:last-child.fz14 span {
  font-size: 10px;
}

.se-voices {
  padding-left: 0;
  padding-right: 0;
}

.se-voices .l-section__inner {
  padding-bottom: 120px;
}

.se-voices-slider-wrapper {
  margin-bottom: 104px;
  height: auto !important;
}

.se-voices-slider__item {
  border-radius: 48px;
  border: 2px;
  -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(40px);
  backdrop-filter: blur(40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 1192px;
  max-width: 100%;
  margin: 0 auto;
  height: 100%;
}

.se-voices-slider__image {
  width: 456px;
  max-width: 38.2555%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
}

.se-voices-slider__img {
  display: block;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  height: 100%;
}

.se-voices-slider__text {
  padding: 32px 48px;
}

.se-voices-slider__text-1 {
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 9px;
}

.se-voices-slider__text-2 {
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 150%;
  margin-bottom: 20px;
}

.se-voices-slider__text-3 {
  margin-bottom: 4px;
  margin-top: 16px;
  display: block;
  font-size: 16px;
  font-weight: 900;
  line-height: 200%; /* 32px */
}

.se-voices-slider-navigation {
  position: absolute;
  max-width: 1192px;
  margin: 0 auto;
  width: 100%;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
}

.se-voices-modal__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 8%;
}

.se-voices-modal__content:after {
  display: none;
}

.se-voices-modal__content._video {
  padding: 0;
}

.se-voices-modal__content._video .p-modal__header-close-btn-inner {
  top: -20px;
  right: -20px;
}

.se-voices-modal__content._video iframe {
  width: 1050px;
  max-width: unset;
  height: 590.625px;
  margin: 0 auto;
}

.p-modal._video .p-modal__content-inner {
  padding: 30px;
}

.se-voices-modal__title {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  position: fixed;
  margin-left: 130px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 50%;
  white-space: nowrap;
  pointer-events: none;
  color: #2D4B50;
  font-size: 48px;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 1.92px;
}

.se-voices-modal__texts {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 60%;
}

.se-voices-modal__item {
  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;
  gap: 24px;
  max-width: 580px;
}

.se-voices-modal__item + .se-voices-modal__item {
  margin-top: 48px;
}

.se-voices-modal__item-icon {
  width: 200px;
  height: 200px;
  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;
  border-radius: 40px;
  background: #F8F8F8;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.se-voices-modal__item-text .c-text {
  color: #2D4B50;
  font-size: 16px;
  font-weight: 500;
  line-height: 175%; /* 28px */
}

.se-voices-modal__item-title {
  color: #20A7F5;
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 14px;
  line-height: 1.5em;
}

/* === 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);
}

.p-qa {
  background: #fff;
  border-radius: 24px 0 24px 24px;
  padding: 12px 40px 36px;
  position: relative;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.p-pa__all {
  position: absolute;
  top: -64px;
  right: 0;
  background: #fff;
  padding: 22px 36px;
  border-radius: 12px 12px 0px 0px;
  width: 180px;
  height: 64px;
  color: #2F3E55;
  font-size: 14px;
  font-weight: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.p-pa__all:hover {
  color: #979eaa;
}

.p-pa__all:hover:before,
.p-pa__all:hover:after {
  background: #979eaa;
}

.p-pa__all:before,
.p-pa__all:after {
  content: "";
  display: block !important;
  width: 14px;
  height: 1px;
  background: #2F3E55;
  position: absolute;
  right: 32px;
  top: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.p-pa__all:before {
  -webkit-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}

.p-pa__all:after {
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}

.p-pa__all._is-all-open:before {
  -webkit-transform: translate(0, -50%) rotate(0);
  transform: translate(0, -50%) rotate(0);
}

.p-pa__all._is-all-open:after {
  -webkit-transform: translate(0, -50%) rotate(0);
  transform: translate(0, -50%) rotate(0);
}

.p-qa-item {
  border-bottom: 1px solid #E0E3E6;
}

.c-qa-item__q {
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  position: relative;
  padding: 28px 50px 28px 84px;
  display: block;
  color: #2F3E55;
}

.c-qa-item__q span:before {
  content: "Q";
  font-family: "Gotham";
  font-size: 16px;
  line-height: 36px;
  text-align: center;
  letter-spacing: 0.05em;
  position: absolute;
  left: 23px;
  top: 24px;
  border-radius: 50%;
  background: #20A7F5;
  color: #fff;
  width: 36px;
  height: 36px;
  font-weight: 600;
  font-family: "Poppins";
}

.c-qa-item__q:before,
.c-qa-item__q:after {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  background: #2F3E55;
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.c-qa-item__q:before {
  -webkit-transform: translate(0, -50%) rotate(-180deg);
  transform: translate(0, -50%) rotate(-180deg);
}

.c-qa-item__q:after {
  -webkit-transform: translate(0, -50%) rotate(-90deg);
  transform: translate(0, -50%) rotate(-90deg);
}

.c-qa-item__q.is-accordion-open:before {
  -webkit-transform: translate(0, -50%) rotate(0);
  transform: translate(0, -50%) rotate(0);
}

.c-qa-item__q.is-accordion-open:after {
  -webkit-transform: translate(0, -50%) rotate(0);
  transform: translate(0, -50%) rotate(0);
}

.c-qa-item__a {
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 0;
}

.c-qa-item__a a {
  text-decoration: underline;
  color: #20A7F5;
}

.c-qa-item__a a:hover {
  text-decoration: none;
}

.c-qa-item__a .c-text {
  line-height: 1.6em;
}

.c-qa-item__image-1 {
  width: 400px;
  height: 76px;
  margin: 20px 0;
}

.c-qa-item__a__inner {
  font-weight: 400;
  font-size: 16px;
  line-height: 200%;
  position: relative;
  padding: 10px 50px 28px 84px;
}

.c-qa-item__a__inner:before {
  content: "A";
  font-family: "Gotham";
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.05em;
  position: absolute;
  left: 23px;
  top: 4px;
  border-radius: 50%;
  background: #fff;
  color: #20A7F5;
  width: 36px;
  height: 36px;
  font-weight: 600;
  border: 2px solid #20A7F5;
}

.c-qa__note {
  position: relative;
  font-size: 14px;
  padding-left: 2em;
  opacity: 0.7;
  margin-top: 10px;
  letter-spacing: 0.1em;
  line-height: 1.5em;
}

.c-qa__note:before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

/* award 202504に削除予定*/
.se-award .c-title {
  margin-bottom: 12px;
  width: 115px;
}

.se-award .c-title__sub {
  line-height: 1.72em;
}

.se-award .c-title__sub {
  font-size: 24px;
  color: #20A7F5;
}

.se-award-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  max-width: 1008px;
  margin: 0 auto;
  align-items: center;

  border-radius: 24px;
  border: 2px solid #FFF;
  background: linear-gradient(92deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.04);
  backdrop-filter: blur(16px);
  padding: 30px 60px;
  gap: 60px;
}

.se-award-itemImg {
  width: 240px;
  flex-shrink: 0;
  max-width: 30%;
  text-align: center;
}

.se-award-itemImg img {
  width: 100%;
  max-width: 215px;
  margin: 0 auto;
}

.se-award-itemTxt {
}

.se-award-itemTxt p {
  font-size: 16px;

  padding-bottom: 15px;
}
.se-award-item__notes {
  text-indent: -2em;
  margin-left: 2em;
  font-size: 12px;
  display: block;
  line-height: 2em;
}
.se-award-item__notes a {
  color: #284B55;
}

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


.c-cases-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
  max-width: 1200px;
  margin: 0 auto 48px;
}

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

.c-cases-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);
}

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

.c-cases-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-cases-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-cases-card__link:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

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

.c-cases-card__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 12px 12px 0 0;
  overflow: hidden;
  height: 258px;
  position: relative;
}

.c-cases-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-cases-card__image-models {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4px;
  position: absolute;
  left: 8px;
  top: 8px;
  margin-right: 86px;
}

.c-cases-card__image-models span {
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  padding: 2px 10px;
  border-radius: 30px;
  background: #fff;
  color: #284B55;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.c-cases-card__image-video-label {
  position: absolute;
  right: 8px;
  top: 8px;
  font-size: 10px;
  padding: 2px 10px;
  border-radius: 30px;
  background: #20A7F5;
  color: #fff;
  font-weight: 900;
  letter-spacing: 0.04em;
}

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

.c-cases-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;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 4.5em;
}

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

.c-cases-card__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4px 12px;
}

.c-cases-card__tag {
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  color: #888888;
}

.c-cases-card__pickup {
  width: 143px;
  height: 23px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 0;
  background: #FF9900;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  font-weight: 900;
  line-height: 15px;
  letter-spacing: 0.04em;
  text-align: center;
  z-index: 1;
  line-height: 24px;
  top: 30px;
  right: -30px;
}



@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;
  }
  .c-reason .c-reason__block._block12 {
    width: 100%;
  }
  .c-reason .c-reason__block._block12 .c-reason-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .c-reason .c-reason__block._block12 .c-reason-title + .c-text {
    padding-left: 100px;
  }
  .c-reason .c-reason__block._block12 .c-reason-title__text-1 {
    width: 100%;
    line-height: 1em;
    margin-bottom: 0;
  }
  .c-reason .c-reason__block._block12 .c-reason-title__text-2 {
    width: 80px;
  }
  .c-reason .c-reason__block._block12 .c-reason-title__text-3 {
    width: calc(100% - 100px);
    margin-bottom: 0;
  }
  .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 screen and (min-width: 769px) and (max-width: 1024px) {
  .c-reason .c-reason__block._block8 {
    margin-top: 40px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .se-flow__content {
    gap: 50px;
  }
  .se-flow__content-left {
    width: 270px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1145px) {
  .se-mainvisual__text {
    max-width: calc(100vw - 500px);
  }
  .se-mainvisual__box {
    height: auto;
    padding: 16px 24px 16px 24px;
    gap: 17px;
  }
  .se-mainvisual__box .c-button._medium {
    width: auto;
  }
  .se-mainvisual__box-img {
    width: 153px;
    max-width: 10vw;
  }
  .se-mainvisual__box-text p {
    color: #284B55;
    text-align: center;
    font-size: 18px;
    font-weight: 900;
    line-height: 150%;
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 769px) and (max-width: 835px) {
  .se-mainvisual__text {
    max-width: calc(100vw - 450px);
  }
}
@media screen and (min-width: 769px) and (max-width: 1260px) {
  .se-mainvisual__title-2 {
    font-size: 50px;
  }
  .se-mainvisual__text {
    font-size: 14px;
  }
  .l-wrap._product .se-mainvisual__title-2 {
    font-size: 72px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1080px) {
  .se-mainvisual__title-2._small {
    font-size: 35px;
  }
}
@media screen and (min-width: 769px) and (max-width: 900px) {
  .se-mainvisual__title-2._small {
    font-size: 30px;
  }
  .l-wrap._product .c-animation-text-wrap._size-3 {
    height: 152px;
  }
}
@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: 1415px) {
  .se-voices-modal__content._video iframe {
    width: calc(100vw - 360px);
    height: calc((100vw - 360px) / 16 * 9);
    margin: 0 auto;
  }
}
@media screen and (max-width: 1345px) {
  .se-voices-modal__content {
    padding-left: 4vw;
  }
  .se-voices-modal__title {
    font-size: 36px;
  }
  .se-voices-modal__item-icon {
    width: 160px;
    height: 160px;
  }
  .se-voices-modal__item-text .c-text {
    font-size: 14px;
  }
  .se-voices-modal__item-title {
    font-size: 18px;
  }
  .se-voices-modal__content {
    padding-left: 4vw;
  }
  .se-voices-modal__title {
    font-size: 36px;
  }
  .se-voices-modal__item-icon {
    width: 160px;
    height: 160px;
  }
  .se-voices-modal__item-text .c-text {
    font-size: 14px;
  }
  .se-voices-modal__item-title {
    font-size: 18px;
  }
  .p-modal__content-inner {
    padding: 30px;
  }
}
@media screen and (max-width: 1320px) {
  .se-voices-slider__item {
    max-width: calc(100% - 40px);
  }
  .se-voices-slider-navigation {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: auto;
    bottom: 80px;
  }
  .se-voices-slider-navigation .swiper-button-next {
    right: 35px;
  }
  .se-voices-slider-navigation .swiper-button-prev {
    left: 35px;
  }
}
@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 {
    margin-top: 162px;
    position: relative;
    width: 100%;
    text-align: center;
  }
  .se-qa {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 1180px) {
  .l-wrap._product .c-animation-text__inner br.u-sp-none {
    display: none;
  }
}
@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;
  }
  .c-reason {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 40px;
  }
  .c-reason .c-reason__block {
    width: 100%;
  }
  .c-reason .c-reason__block._block1 {
    width: 100%;
    margin-bottom: 0;
  }
  .c-reason .c-reason__block._block2 {
    width: 100%;
    padding-top: 40px;
    margin-bottom: 80px;
  }
  .c-reason .c-reason__block._block3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    max-width: 100%;
    margin: 56px auto 80px;
  }
  .c-reason .c-reason__block._block4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    width: 100%;
    padding-top: 18px;
    margin-bottom: 80px;
  }
  .c-reason .c-reason__block._block5 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
    margin-bottom: 0;
  }
  .c-reason .c-reason__block._block6 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    width: 100%;
    margin-bottom: 5px;
  }
  .c-reason .c-reason__block._block7 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
    width: 100%;
    padding-top: 0;
    margin-bottom: 0;
  }
  .c-reason .c-reason__block._block7 img {
    width: 107%;
    max-width: 107%;
    height: auto;
    margin-left: -5%;
    margin-top: -10px;
  }
  .c-reason .c-reason__block._block7 .c-reason__red-box {
    margin-top: 20px;
  }
  .c-reason .c-reason__block._block8 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
    width: 100%;
    margin-bottom: 100px;
    margin-top: 0;
  }
  .c-reason .c-reason__block._block9 {
    display: none;
  }
  .c-reason .c-reason__block._block10 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
    width: 100%;
    margin-bottom: 68px;
  }
  .c-reason .c-reason__block._block10 .c-reason__text {
    margin-bottom: 0;
  }
  .c-reason .c-reason__block._block10 img {
    height: auto;
  }
  .c-reason .c-reason__block._block11 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
    width: 100%;
    margin-bottom: 80px;
  }
  .c-reason._wide {
    padding: 0;
    margin-top: 18px;
  }
  .c-reason-title__text-2 {
    font-size: 56px;
    line-height: 67px;
  }
  .c-reason-title__text-3 {
    font-size: 28px;
    line-height: 42px;
    margin-bottom: 21px;
  }
  .c-reason__red-box {
    min-width: 100%;
  }
  .c-reason__red-box.u-pc-none {
    display: block;
  }
  .c-reason__red-box.u-sp-none {
    display: none;
  }
  .c-reason__red-box-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    color: #fff;
    margin-bottom: 19px;
  }
  .c-reason__text {
    margin-bottom: 22px;
  }
  .c-reason__red-box-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 175%;
    color: #fff;
  }
  .c-reason__red-box-text._small {
    font-size: 12px;
    line-height: 175%;
    margin-top: 1.75em;
  }
  .c-reason__lists {
    gap: 16px;
  }
  .c-reason__list {
    width: 114px;
  }
  .c-reason__list-circle {
    width: 114px;
    height: 114px;
    background: #F3F5F6;
    border-radius: 80px;
    margin-bottom: 8px;
    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;
  }
  .c-reason__list-img {
    width: 56px;
    height: 56px;
  }
  .c-reason__list-text {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
  }
  .c-reason__scs-img {
    -webkit-filter: drop-shadow(0px 2px 24px rgba(0, 0, 0, 0.12));
    filter: drop-shadow(0px 2px 24px rgba(0, 0, 0, 0.12));
    border-radius: 10px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 100%;
  }
  .c-reason__baloon-text {
    position: relative;
    top: 0;
    right: 0;
    margin: 9px auto 0;
  }
  .c-reason__logos {
    margin-top: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
  }
  .c-reason__logo._logo-1 {
    width: 161px;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
  .c-reason__logo._logo-2 {
    width: 60px;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
  .c-reason__logo._logo-3 {
    width: 100px;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
}
@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) {
  .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;
  }
  .c-product__detail-block {
    margin: 43px 0 0;
  }
  .c-product__title {
    font-size: 24px;
    margin-bottom: 14px;
  }
  .c-product__text {
    margin-bottom: 16px;
  }
  .c-product__image {
    margin: 0 -20px;
  }
  .c-product__image-item {
    display: block;
    width: 100%;
    height: auto;
  }
  .c-product__icons {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px;
  }
  .c-product__icon {
    width: calc(50vw - 28px);
  }
  .c-product__icon-image {
    border-radius: 20px;
    height: calc(50vw - 28px);
    margin-bottom: 0;
  }
  .c-product__icon-img {
    width: 100%;
    height: 100%;
  }
  .c-product__icon-text {
    font-size: 16px;
    margin-top: 13px;
  }
  .c-product-slider {
    width: calc(100vw - 40px);
  }
  .c-product-slider__slide-img {
    max-width: 100%;
  }
  .c-product-slider__slide-text {
    max-width: 100%;
  }
  .c-product-slider__slide-title {
    font-size: 16px;
    margin-top: 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._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-2 .se-cv-box__title {
    margin-bottom: 16px;
  }
  .se-cv-box._box-3 {
    background-image: url(../images/cv/box-3-bg_sp.png);
    height: 358px;
  }
  .se-cv-box._box-4 {
    background-image: url(../images/cv/box-4-bg_sp.png);
    height: 358px;
  }
  .se-cv-box._box-5 {
    height: 358px;
  }

  .se-cv-box._box-5 .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-ex .c-product__detail-block {
    margin-top: 0;
  }
  .se-ex .l-section__inner {
    padding-top: 0;
    padding-bottom: 63px;
  }
  .se-features {
    padding-bottom: 10px;
  }
  .se-features .l-section__inner {
    padding: 50px auto 0;
  }
  .se-flow {
    padding-bottom: 0;
  }
  .se-flow .l-section__inner {
    max-width: 1176px;
  }
  .se-flow__content {
    display: block;
  }
  .se-flow__content-left {
    display: none;
  }
  .se-flow__item + .se-flow__item {
    padding-top: 28px;
    margin-top: 24px;
  }
  .se-flow__item .c-notes {
    margin-top: 8px;
  }
  .se-flow__title {
    gap: 8px;
    font-size: 24px;
    margin-bottom: 12px;
    white-space: nowrap;
  }
  .se-flow__title span {
    width: 28px;
    height: 28px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .se-flow__item-img {
    margin-top: 16px;
  }
  .se-flow__item-images {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .se-flow__item-image {
    width: 100%;
  }
  .se-flow__item-image img {
    margin-bottom: 8px;
  }
  .se-mainvisual {
    height: calc(100vh - 96px);
    height: calc(100svh - 96px);
    min-height: 400px;
  }
  .se-mainvisual__movie {
    position: absolute;
  }
  .se-mainvisual__movie-video {
    height: calc(100% - 24px);
    width: calc(100% - 24px);
  }
  .se-mainvisual__mask-parts:before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background: url(/jp/set/data/product/delivery/images/mv-corner.svg) no-repeat right bottom;
    background-size: 56px 56px;
    position: absolute;
  }
  .se-mainvisual__mask-parts._top {
    height: 12px;
  }
  .se-mainvisual__mask-parts._right {
    width: 12px;
  }
  .se-mainvisual__mask-parts._bottom {
    height: 12px;
  }
  .se-mainvisual__mask-parts._left {
    width: 12px;
  }
  .se-mainvisual__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .se-mainvisual__texts {
    position: relative;
    left: 0;
    bottom: 0;
    color: #fff;
    width: 100%;
    padding: 24px 24px 38px;
  }
  .se-mainvisual__texts .c-button {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .se-mainvisual__texts .c-button.is-view {
    opacity: 1;
  }
  .se-mainvisual__title {
    margin-bottom: 0;
  }
  .se-mainvisual__title-1 {
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 0.96px;
    margin-bottom: 6px;
  }
  .se-mainvisual__title-2 {
    font-size: 28px;
    letter-spacing: 1.12px;
    margin-bottom: 10px;
  }
  .se-mainvisual__title-2._small {
    font-size: 25px;
  }
  .se-mainvisual__text {
    font-size: 14px;
    letter-spacing: 0.56px;
    margin-bottom: 24px;
    width: 323px;
    max-width: unset;
  }
  .se-mainvisual__box {
    display: none;
  }
  .se-merits {
    padding-left: 0;
    padding-right: 0;
  }
  .se-merits .l-section__inner {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .se-merits-items {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .se-merits-item {
    margin-top: 0px;
    margin-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .se-merits-item + .se-merits-item {
    margin-top: 0;
    padding-top: 0;
  }
  .se-merits-item .c-notes-lists li {
    font-size: 12px;
  }
  .se-merits-item__num {
    position: absolute;
    font-size: 80px;
    line-height: 120px;
    font-weight: 500;
    left: auto;
    right: 20px;
  }
  .se-merits-item__texts {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .se-merits-item__texts._left {
    padding-left: 20px;
  }
  .se-merits-item__texts._left .se-merits-item__num {
    left: auto;
  }
  .se-merits-item__texts._right {
    padding-right: 20px;
  }
  .se-merits-item__texts._right .se-merits-item__num {
    right: 20px;
  }
  .se-merits-item__image {
    margin-top: 24px;
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .se-merits-item__image._left .se-merits-item__image-img {
    left: 0;
  }
  .se-merits-item__image._right .se-merits-item__image-img {
    right: 0;
    top: 0;
  }
  .se-merits-item__image-img {
    position: relative;
  }
  .se-merits-item__image-img._img-1 {
    width: 100%;
  }
  .se-merits-item__image-img._img-2 {
    width: 100%;
  }
  .se-merits-item__image-img._img-3 {
    width: 100%;
    margin-bottom: 18px;
  }
  .se-merits-item__title {
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 14px;
  }
  .se-merits-item__title .u-text-orange {
    font-size: 28px;
    position: relative;
  }
  .se-merits-item__title .u-text-orange span {
    top: -2.5em;
    font-size: 10px;
  }
  .se-price {
    padding: 0;
  }
  .se-price .l-section__inner {
    padding: 30px 10px;
  }
  .se-price .c-title {
    margin-bottom: 18px;
  }
  .se-price .c-button {
    margin: 16px auto 0;
  }
  .se-price-detail {
    text-align: center;
    margin-top: 16px;
  }
  .se-price-detail__label {
    display: block;
    width: 100%;
    margin-bottom: 0;
    text-align: left;
  }
  .se-price-detail__text-1 {
    margin-right: 0;
    font-size: 20px;
    width: 100%;
    margin-bottom: 28px;
  }
  .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;
  }
  .se-spec {
    padding-left: 0;
    padding-right: 0;
  }
  .se-spec .l-section__inner {
    padding-bottom: 0;
  }
  .se-spec .l-section__inner {
    padding-bottom: 88px;
  }
  .se-spec__box {
    width: calc(100% - 40px);
    padding: 24px 0 32px;
    margin-left: 20px;
    margin-right: 20px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .se-spec__box-image {
    margin-bottom: 24px;
  }
  .se-spec__box-img._kettybot {
    width: 111px;
  }
  .se-spec__box-img._bellabot {
    width: 100px;
  }
  .se-spec__box-img._pudubot2 {
    width: 100px;
  }
  .se-spec__box-text {
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .se-spec__box-lists {
    padding: 0 0 0 40px;
    width: 100%;
    gap: 12px;
  }
  .se-spec__box-list {
    width: 100%;
    margin: 0;
    max-width: 100%;
  }
  .se-spec__box-list div:first-child {
    line-height: normal;
    margin-bottom: 8px;
  }
  .se-spec__box-list div:last-child {
    line-height: normal; /* 32px */
  }
  .se-spec__box-list div:last-child span {
    font-size: 12px;
  }
  .se-spec__box-list div:last-child.fz14 {
    font-size: 14px;
  }
  .se-spec__box-list div:last-child.fz14 span {
    font-size: 10px;
  }
  .se-voices-modal__content._video iframe {
    width: calc(100vw - 50px);
    height: calc((100vw - 50px) / 16 * 9);
    margin: 0 auto;
  }
  .p-modal._video .p-modal__content {
    border-radius: 10px;
  }
  .p-modal._video .p-modal__content-inner {
    padding: 5px;
  }
  .p-modal._video .p-modal__header-close-btn-inner {
    top: -40px;
    right: 0;
  }
  .se-voices {
    padding-left: 20px;
    padding-right: 20px;
  }
  .se-voices .l-section__inner {
    padding-bottom: 120px;
  }
  .se-voices-slider-wrapper {
    margin-bottom: 104px;
  }
  .se-voices-slider__item {
    border-radius: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
  }
  .se-voices-slider__image {
    width: 100%;
    max-width: 100%;
    height: auto;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .se-voices-slider__img {
    position: static;
    height: 345px;
    width: 100%;
  }
  .se-voices-slider__text {
    padding: 32px 16px 16px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .se-voices-slider__text .c-text {
    font-size: 12px;
    line-height: 1.75;
  }
  .se-voices-slider__text-1 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 12px;
  }
  .se-voices-slider__text-2 {
    font-size: 16px;
    margin-bottom: 12px;
  }

  .swiper-horizontal > .swiper-pagination-bullets._pagination-1,
  .swiper-pagination-bullets.swiper-pagination-horizontal._pagination-1,
  .swiper-pagination._pagination-1 {
    bottom: 75px;
  }
  .se-voices-modal__item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .se-voices-modal__item-title br {
    display: none;
  }
  .se-voices-modal__item-icon {
    width: 60px;
    height: 60px;
    border-radius: 10px;
  }
  .se-voices-modal__item-icon img {
    width: 40px;
    height: 40px;
  }
  .p-modal__content {
    border-radius: 24px;
  }
  .p-modal__content-inner {
    padding: 30px 20px;
  }
  .p-qa {
    margin-top: 62px;
    padding: 12px 12px 20px;
    border-radius: 12px 0 12px 12px;
  }
  .p-pa__all {
    top: -37px;
    padding: 11px 16px;
    border-radius: 6px 6px 0px 0px;
    width: 112px;
    height: 37px;
    font-size: 10px;
  }
  .p-pa__all:before,
.p-pa__all:after {
    width: 9px;
    right: 14px;
  }
  .c-qa-item__q {
    padding: 17px 40px 17px 36px;
    min-height: 60px;
  }
  .c-qa-item__q span {
    font-size: 14px;
  }
  .c-qa-item__q span:before {
    left: 0px;
    width: 28px;
    height: 28px;
    font-size: 16px;
    line-height: 28px;
    top: 16px;
  }
  .c-qa-item__q:before,
.c-qa-item__q:after {
    right: 0;
    width: 16px;
  }
  .c-qa-item__a__inner {
    line-height: 160%;
    padding: 8px 20px 19px 36px;
  }
  .c-qa-item__a__inner:before {
    left: 0;
    top: 24px;
    width: 28px;
    height: 28px;
    font-size: 16px;
    line-height: 26px;
    top: 3px;
  }
  .c-qa__note {
    position: relative;
    font-size: 14px;
    padding-left: 2em;
    opacity: 0.7;
    margin-top: 10px;
    letter-spacing: 0.1em;
    line-height: 1.5em;
  }
  .c-qa__note:before {
    content: "※";
    position: absolute;
    left: 0;
    top: 0;
  }


  .c-cases-cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .c-cases-card {
    border-radius: 24px;
    gap: 24px;
    width: 100%;
    position: relative;
  }
  .c-cases-card__image {
    height: 180px;
  }
  .c-cases-card__texts {
    padding: 12px 0 5px;
  }
  .c-cases-card__title {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .c-cases-card__name {
    margin-bottom: 8px;
  }

}
@media only screen and (max-width: 768px) {
  .p-modal__header-close-btn-inner {
    width: 36px;
    height: 36px;
    top: 10px;
    right: 10px;
  }
  .se-award-item {
    -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;
    padding: 20px;
    gap: 20px;
  }

  .se-award-item .c-title {
    width: 100%;
  }

  .se-award-itemImg {
    width: 100%;
    max-width: unset;
  }
  .se-award-itemTxt {
    width: 100%;
  }
  .se-award-itemTxt p {
    font-size: 16px;
  }

  .se-award-item__notes {
    font-size: 10px;
    line-height: 1.5em;
  }
  .se-award-item__notes a {
    color: #284B55;
  }
}
@-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;
  }
}