@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;
}

.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-relative {
  position: relative;
}

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

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

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

.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-accordion__open-link {
  display: none;
}

.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-animation-text-wrap {
  position: relative;
  display: block;
  width: 100%;
}

.c-animation-text-wrap._center .c-animation-text__inner {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
}

.c-animation-text-wrap._size-1 {
  height: 24px;
}

.c-animation-text-wrap._size-2 {
  height: 83px;
}

.c-animation-text-wrap._size-3 {
  height: 112px;
}

.c-animation-text-wrap._size-4 {
  height: 35px;
}

.c-animation-text-wrap._size-5 {
  height: 90px;
}

.c-animation-text-wrap._size-6 {
  height: 58px;
}

.c-animation-text-wrap._size-7 {
  height: 48px;
}

.c-animation-text-wrap._size-8 {
  height: 74px;
}

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

.c-animation-text__inner {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}

.in-view .c-animation-text {
  -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: 1s;
  animation-duration: 1s; /* 開始から終了までの所要時間 */
  -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"] {
  -webkit-animation-delay: 100ms;
  animation-delay: 100ms;
}

[data-delay="200"] {
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
}

[data-delay="300"] {
  -webkit-animation-delay: 300ms;
  animation-delay: 300ms;
}

[data-delay="400"] {
  -webkit-animation-delay: 400ms;
  animation-delay: 400ms;
}

[data-delay="500"] {
  -webkit-animation-delay: 500ms;
  animation-delay: 500ms;
}

[data-delay="600"] {
  -webkit-animation-delay: 600ms;
  animation-delay: 600ms;
}

[data-delay="700"] {
  -webkit-animation-delay: 700ms;
  animation-delay: 700ms;
}

[data-delay="800"] {
  -webkit-animation-delay: 800ms;
  animation-delay: 800ms;
}

[data-delay="900"] {
  -webkit-animation-delay: 900ms;
  animation-delay: 900ms;
}

[data-delay="1000"] {
  -webkit-animation-delay: 1000ms;
  animation-delay: 1000ms;
}

[data-delay="1100"] {
  -webkit-animation-delay: 1100ms;
  animation-delay: 1100ms;
}

[data-delay="1200"] {
  -webkit-animation-delay: 1200ms;
  animation-delay: 1200ms;
}

[data-delay="1300"] {
  -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;
}

.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-blank img {
  width: 23px;
}

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

#cboxOverlay,
#cboxWrapper,
#colorbox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxBottomLeft,
#cboxMiddleLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingGraphic,
#cboxLoadingOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxClose,
#cboxNext,
#cboxPrevious,
#cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

#cboxContent,
#cboxLoadedContent,
#colorbox {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

#cboxOverlay {
  background: url(../img/colorbox/overlay.png) repeat 0 0;
}

#colorbox {
  outline: 0;
}

#cboxContent {
  overflow: hidden;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  margin-bottom: 28px;
}

#cboxTitle {
  left: 0;
  text-align: center;
  width: 100%;
}

#cboxCurrent,
#cboxTitle {
  position: absolute;
  bottom: 4px;
  color: #949494;
}

#cboxCurrent {
  left: 58px;
}

#cboxLoadingOverlay {
  background: url(../img/colorbox/loading_background.png) no-repeat center center;
}

#cboxLoadingGraphic {
  background: url(../img/colorbox/loading.gif) no-repeat center center;
}

#cboxClose,
#cboxNext,
#cboxPrevious,
#cboxSlideshow {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: 0;
}

#cboxClose:active,
#cboxNext:active,
#cboxPrevious:active,
#cboxSlideshow:active {
  outline: 0;
}

#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef;
}

#cboxPrevious {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/colorbox/controls.png) no-repeat -75px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxPrevious:hover {
  background-position: -75px -25px;
}

#cboxNext {
  position: absolute;
  bottom: 0;
  left: 27px;
  background: url(../img/colorbox/controls.png) no-repeat -50px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxNext:hover {
  background-position: -50px -25px;
}

#cboxClose {
  position: absolute;
  top: 15px;
  right: 15px;
  background: url(../img/colorbox/bt_close_modal.png) no-repeat 0 0;
  width: 19px;
  height: 19px;
  text-indent: -9999px;
  display: none;
}

.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

.cboxIframe {
  border-radius: 10px;
}

#cboxLoadedContent,
.cboxIframe {
  margin: 0;
  padding: 0;
}

#modal {
  background: #f4f3f3;
  margin: 0;
  padding: 0;
  font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, ＭＳ\ Ｐゴシック, MS PGothic, sans-serif;
}

#modalcontents h1 {
  margin: 0;
  padding-top: 40px;
  color: #595757;
  font-size: 28px;
  text-align: center;
  background: #fff;
  line-height: 28px;
}

#modalcontents #cancel {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: 0;
}

#modalcontents #cancel {
  position: absolute;
  top: 15px;
  right: 15px;
  background: url(../img/colorbox/bt_close_modal.png) no-repeat 0 0;
  width: 19px;
  height: 19px;
  text-indent: -9999px;
  cursor: pointer;
}

#modalcontents #cancel:active {
  outline: 0;
}

#modalcontents .formbox {
  background: #fff;
  padding-bottom: 30px;
}

#modalcontents .formboxinner {
  margin: 0 auto;
  text-align: center;
  width: 300px;
}

#modalcontents .formbox p {
  margin: 0;
  padding: 0;
}

#modalcontents .formbox .input1 {
  padding-top: 30px;
  position: relative;
}

#modalcontents .formbox .input1 .error_area .icon,
#modalcontents .formbox .input1 .ok_area .icon {
  position: absolute;
  margin-top: -28px;
  display: block;
}

#modalcontents .formbox .input1 .error_area .txt1,
#modalcontents .formbox .input1 .ok_area .txt1 {
  position: absolute;
  left: 0;
  top: 70px;
  color: #4d94db;
  font-size: 9pt;
  width: 312px;
  text-align: left;
}

#modalcontents .formbox .input2 {
  margin-top: 40px;
  position: relative;
}

#modalcontents .formbox .input1 .normaltxt1 {
  position: absolute;
  left: 5px;
  top: 70px;
  font-size: 9pt;
  color: #a2a0a0;
}

#modalcontents .formbox .input2 .normaltxt1 {
  position: absolute;
  left: 5px;
  top: 40px;
  font-size: 9pt;
  color: #a2a0a0;
}

#modalcontents .formbox .input2 .error_area .icon,
#modalcontents .formbox .input2 .ok_area .icon {
  position: absolute;
  margin-top: -28px;
  display: block;
}

#modalcontents .formbox .input2 .error_area .txt1,
#modalcontents .formbox .input2 .ok_area .txt1 {
  position: absolute;
  left: 0;
  top: 40px;
  color: #4d94db;
  font-size: 9pt;
  width: 312px;
  text-align: left;
}

#modalcontents .formbox .input3 {
  margin-top: 40px;
  position: relative;
  letter-spacing: -1px;
}

#modalcontents .formbox .input3 .normaltxt1 {
  position: absolute;
  left: 5px;
  top: 40px;
  font-size: 9pt;
  color: #a2a0a0;
}

#modalcontents .formbox .input3 .error_area .icon,
#modalcontents .formbox .input3 .ok_area .icon {
  position: absolute;
  margin-top: -28px;
  display: block;
}

#modalcontents .formbox .input3 .error_area .txt1,
#modalcontents .formbox .input3 .ok_area .txt1 {
  position: absolute;
  left: 0;
  top: 40px;
  color: #4d94db;
  font-size: 9pt;
  width: 312px;
  text-align: left;
}

#modalcontents .formbox.error .check1 .error_area .icon,
#modalcontents .formbox.ok .check1 .ok_area .icon {
  position: absolute;
  margin-top: -14px;
  display: block;
}

#modalcontents .formbox input[type=password],
#modalcontents .formbox input[type=text] {
  margin: 0;
  padding: 8px 10px;
  display: inline-block;
  border: #dedede 1px solid;
  border-radius: 3px;
  background-color: #f9f8f8;
  font-size: 1pc;
  width: 290px;
}

#modalcontents .formbox input[type=password].error,
#modalcontents .formbox input[type=text].error {
  background-color: #fffcd3;
}

#modalcontents .formbox .check1 {
  margin-top: 40px;
  text-align: center;
  font-size: 14px;
  color: #595758;
  position: relative;
  line-height: 100%;
}

#modalcontents .formbox .check1 a {
  color: #e5555e;
}

#modalcontents .formbox .check1 a:hover {
  text-decoration: none;
}

#modalcontents .formbox .btType1 {
  margin: 20px auto 0;
  width: 230px;
  height: 46px;
  display: block;
  text-decoration: none;
  color: #fff;
  text-shadow: 1px 1px #aa1919, -1px -1px #aa1919;
  font-size: 1pc;
  font-weight: 700;
  background: url(../img/common/bt_login_out.png) 0 0 no-repeat;
}

#modalcontents .formbox .btType1:hover {
  background: url(../img/common/bt_login_on.png) 0 0 no-repeat;
}

#modalcontents .formbox .btType1 span {
  padding-top: 9pt;
  display: block;
}

#modalcontents .formbox .link1 {
  padding-top: 15px;
}

#modalcontents .formbox .link1 a {
  color: #e5555e;
  font-size: 9pt;
}

#modalcontents .formbox .link1 a:hover {
  text-decoration: none;
}

#modalcontents .snsloginbox {
  padding: 10px 20px 20px;
  background-color: #f4f3f3;
  overflow: hidden;
  text-align: center;
}

#modalcontents .snsloginbox p {
  margin: 0;
  padding: 0;
  color: #7d7d7d;
  font-size: 9pt;
}

#modalcontents .snsloginbox p a img {
  border: 0;
}

#modalcontents .snsloginbox p.bt_fb {
  padding-top: 5px;
  display: inline-block;
}

#modalcontents .snsloginbox p.bt_fb a {
  display: block;
  width: 190px;
  height: 36px;
  overflow: hidden;
  text-indent: -9999px;
  background: url(../img/common/bt_fblogin_ja_out.png) 0 0 no-repeat;
}

#modalcontents .snsloginbox p.bt_fb a:hover {
  background: url(../img/common/bt_fblogin_ja_on.png) 0 0 no-repeat;
}

.en #modalcontents .snsloginbox p.bt_fb a {
  background: url(../img/common/bt_fblogin_en_out.png) 0 0 no-repeat;
}

.en #modalcontents .snsloginbox p.bt_fb a:hover {
  background: url(../img/common/bt_fblogin_en_on.png) 0 0 no-repeat;
}

#modalcontents .snsloginbox p.bt_google {
  padding-top: 5px;
  display: inline-block;
}

#modalcontents .snsloginbox p.bt_google a {
  display: block;
  width: 190px;
  height: 36px;
  overflow: hidden;
  text-indent: -9999px;
  background: url(../img/common/bt_google_login_ja_out.png) 0 0 no-repeat;
}

#modalcontents .snsloginbox p.bt_google a:hover {
  background: url(../img/common/bt_google_login_ja_on.png) 0 0 no-repeat;
}

.en #modalcontents .snsloginbox p.bt_google a {
  background: url(../img/common/bt_google_login_en_out.png) 0 0 no-repeat;
}

.en #modalcontents .snsloginbox p.bt_google a:hover {
  background: url(../img/common/bt_google_login_en_on.png) 0 0 no-repeat;
}

#modalcontents .videoBox {
  margin: 50px auto 0;
  width: 854px;
}

#modalcontents .icon {
  right: -30px;
}

#colorbox {
  max-width: 100%;
  max-width: 100%;
  -webkit-box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  z-index: 100;
}

#cboxOverlay {
  background: #F3F5F6;
  opacity: 0.92;
  z-index: 100;
}

.c-icon-link {
  position: relative;
  padding-left: 26px;
  display: table;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-decoration: underline;
}

.c-icon-link:hover {
  text-decoration: none;
}

.c-icon-link__icon {
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  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: 50%;
  background-color: #FF6961;
  background-position: center center;
}

._fill-white {
  fill: #fff;
}

._fill-orange {
  fill: #FF9900;
}

._fill-red {
  fill: #FF6961;
}

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-plus-dims {
  width: 16px;
  height: 16px;
}

.c-image-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 120px;
  position: relative;
}

.c-image-text._mb-small {
  margin-bottom: 80px;
}

.c-image-text__image {
  width: 655px;
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  border-radius: 10px;
  overflow: hidden;
}

.c-image-text__image-img {
  height: auto;
}

.c-image-text__text {
  width: calc(100% - 655px - 80px);
}

.c-image-text__movie {
  width: 100%;
}

.c-image__logo-1 {
  width: 249px;
  height: auto;
  margin-top: 32px;
}

.c-image__logo-1 {
  width: 249px;
  height: auto;
  margin-top: 32px;
}

.c-image__option-image-1 {
  width: 950px;
  height: auto;
  margin: 50px auto 0;
  display: block;
}

.c-introduction__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1000px;
  margin: 32px auto 0;
}

.c-introduction__list {
  height: 70px;
  margin: 0 20px 20px;
}

.c-introduction__img {
  height: 70px;
  width: auto;
  display: block;
}

.c-introduction__text {
  text-align: center;
  margin-bottom: 50px;
  margin-top: 20px;
  line-height: 2em;
}

.c-introduction-slider {
  display: block;
  margin: 34px -20px 30px;
}

.c-introduction__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: unset;
  margin: 0;
  pointer-events: none;
}

.c-introduction__lists.u-sp-none {
  display: none;
}

.c-introduction__list {
  height: 70px;
  width: 203px;
  margin: 0;
  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-introduction__list._kagome .c-introduction__img {
  height: 85px;
}

.c-introduction__list._daiichi .c-introduction__img {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}

.c-introduction__img {
  height: 50px;
  margin: 0 auto;
}

.c-large-gotham-wrap {
  max-width: 100vw;
  max-width: calc(100vw - 16px);
  overflow: hidden;
  position: absolute;
  height: 500px;
  width: calc(100vw - 16px);
  left: 50%;
  margin-left: -50vw;
  margin-left: calc(-50vw + 7px);
}

.c-large-gotham {
  position: absolute;
  left: 50%;
  margin-left: -1000px;
  width: 2000px;
  top: 0;
  white-space: nowrap;
  font-family: "Gotham";
  font-style: normal;
  font-weight: 600;
  font-size: 220px;
  line-height: 172px;
  text-align: center;
  letter-spacing: 0.05em;
  color: rgba(234, 238, 240, 0.4);
  pointer-events: none;
}

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

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

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

.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: #284B55;
}

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

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

.c-notes-lists li {
  font-family: Noto Sans CJK JP;
  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-pagetop {
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0;
  pointer-events: none;
  z-index: 6;
}

.is-scroll .c-pagetop {
  opacity: 1;
  pointer-events: initial;
}

.c-pagetop__link {
  position: fixed;
  right: 24px;
  bottom: 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;
  padding: 10px;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background: #D45D61;
}

.c-pagetop__link:hover span {
  opacity: 0.5;
}

.c-pagetop__link span {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-indent: -9999px;
}

.c-pagetop__link span:before,
.c-pagetop__link span:after {
  content: "";
  display: block;
  width: 18px;
  height: 3.5px;
  background: #fff;
  border-radius: 3px;
  position: absolute;
}

.c-pagetop__link span:before {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-80%, -50%) rotate(-45deg);
  transform: translate(-80%, -50%) rotate(-45deg);
}

.c-pagetop__link span:after {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-20%, -50%) rotate(45deg);
  transform: translate(-20%, -50%) rotate(45deg);
}

.c-plan {
  max-width: 1200px;
  margin: 0 auto;
}

.c-plan-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 40px;
}

.c-plan-tab {
  background: #EAEEF0;
  border-radius: 10px 10px 0 0;
  max-width: 480px;
  padding: 32px 20px 36px;
  border-top: 2px solid #EAEEF0;
  border-bottom: 2px solid #D45D61;
  text-align: center;
  position: relative;
  width: 480px;
  top: 2px;
  z-index: 1;
}

.c-plan-tab[data-tab-button="1"] {
  border-bottom: 2px solid #fff;
}

.c-plan-tab.is-tab-button--active[data-tab-button="1"] {
  background: #FFFFFF;
  border: 2px solid #D45D61;
  border-bottom: 2px solid #fff;
  border-bottom: none;
  padding: 32px 20px 38px;
  -webkit-box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.12);
}

.c-plan-tab.is-tab-button--active[data-tab-button="1"] .c-plan-tab__text-label {
  left: -22px;
}

.c-plan-tab.is-tab-button--active[data-tab-button="1"]:after {
  content: "";
  display: block;
  width: calc(100% + 80px);
  margin: 0 auto;
  position: absolute;
  left: -40px;
  bottom: -40px;
  height: 40px;
  background: #fff;
  border-radius: 10px 10px 0 0;
  pointer-events: none;
}

.c-plan-tab.is-tab-button--active[data-tab-button="2"] {
  background: #FFFFFF;
  border-bottom: 2px solid #fff;
  border-bottom: none;
  padding: 32px 20px 38px;
  -webkit-box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.12);
}

.c-plan-tab.is-tab-button--active[data-tab-button="2"] .c-plan-tab__text-label {
  left: -22px;
}

.c-plan-tab.is-tab-button--active[data-tab-button="2"]:after {
  content: "";
  display: block;
  width: calc(100% + 80px);
  margin: 0 auto;
  position: absolute;
  left: -40px;
  bottom: -40px;
  height: 40px;
  background: #fff;
  border-radius: 10px 10px 0 0;
  pointer-events: none;
}

.c-plan-tab__text-1 {
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  display: table;
  background: #FEF493;
  border-radius: 16px;
  margin: 0 auto 5px;
  padding: 2px 14px 3px;
}

.c-plan-tab__text-2 {
  display: block;
  font-weight: 700;
  font-size: 36px;
  line-height: 54px;
  margin-bottom: 15px;
}

.c-plan-tab__text-3 {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

.c-plan-tab__text-label {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
  width: 100px;
  height: 100px;
  background: url(../images/top/bg-star.svg) no-repeat center center;
  position: absolute;
  top: -20px;
  left: -20px;
  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-plan-contents {
  padding: 64px 52px;
  display: none;
  background: #fff;
  border-radius: 10px;
  border: 2px solid #D45D61;
  -webkit-box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.12);
  position: relative;
}

.c-plan-contents.is-tab-target--active {
  display: block;
}

.c-plan-contents.is-tab-target--active[data-tab-target="2"] {
  border: 2px solid #fff;
}

.c-plan-grid {
  display: grid;
  grid-template-columns: 20% 20% 20% 20% 20%;
  grid-template-rows: auto;
}

.c-plan-grid__head {
  background: #fff;
  position: sticky;
  top: 67px;
  width: 100%;
  z-index: 5;
  border-bottom: 1px solid #E6E6E6;
}

.c-plan-grid__item._grid-2 {
  grid-column: 2/3;
}

.c-plan-grid__item._grid-3 {
  grid-column: 2/6;
}

.c-plan-grid__item._grid-4 {
  grid-column: 3/6;
}

.c-plan-grid__item._grid-5 {
  grid-column: 4/6;
}

.c-plan-grid__item._grid-6 {
  grid-column: 2/4;
}

.c-plan-grid__item._grid-7 {
  grid-column: 2/5;
}

.c-plan-grid__head-item {
  background: #FFFFFF;
  border: 1px solid #E6E6E6;
  border-left: none;
  border-bottom: none;
  padding: 34px 10px 96px;
  position: relative;
  text-align: center;
}

.c-plan-grid__head-item:before {
  content: "";
  display: block;
  position: absolute;
  left: -1px;
  top: 0;
  width: calc(100% + 2px);
  height: 10px;
}

.c-plan-grid__head-item._item1 {
  border-left: 1px solid #E6E6E6;
}

.c-plan-grid__head-item._item1:before {
  background: #4F75AF;
}

.c-plan-grid__head-item._item1 .c-plan-grid__head-button {
  background: #4F75AF;
}

.c-plan-grid__head-item._item2:before {
  background: #D35F62;
}

.c-plan-grid__head-item._item2 .c-plan-grid__head-button {
  background: #D35F62;
}

.c-plan-grid__head-item._item3:before {
  background: #6B58AB;
}

.c-plan-grid__head-item._item3 .c-plan-grid__head-button {
  background: #6B58AB;
}

.c-plan-grid__head-item._item4:before {
  background: #1A1A1A;
}

.c-plan-grid__head-item._item4 .c-plan-grid__head-button {
  background: #1A1A1A;
}

.c-plan-grid__head-item._label:after {
  content: "";
  display: block;
  width: 94px;
  height: 92px;
  background: url(../images/plan-label.png) no-repeat center;
  background-size: 100% auto;
  position: absolute;
  top: -8px;
  right: -8px;
  z-index: 1;
}

.c-plan-grid__head-text-1 {
  font-weight: 500;
  font-size: 22px;
  line-height: 100%;
  margin-bottom: 9px;
  display: block;
}

.c-plan-grid__head-text-2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  display: block;
  margin-bottom: 6px;
}

.c-plan-grid__head-text-2 span {
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
}

.c-plan-grid__head-text-3 {
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  color: #838A90;
  display: block;
  margin-bottom: 16px;
}

.c-plan-grid__head-link {
  display: table;
  margin: 0 auto;
  font-weight: 500;
  font-size: 15px;
  text-decoration: underline;
}

.c-plan-grid__head-link .c-icon {
  margin-left: 5px;
}

.c-plan-grid__head-link:hover {
  text-decoration: none;
}

.c-plan-grid__head-button {
  width: 160px;
  height: 40px;
  position: absolute;
  bottom: 32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  font-weight: 500;
  font-size: 15px;
  line-height: 40px;
  color: #fff;
  border-radius: 24px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.c-plan-grid__head-button:hover {
  opacity: 0.5;
  color: #fff;
}

.c-plan-grid__block-button {
  background: #E6E6E6;
  padding: 18px 59px 18px 12px;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  color: #2F3E55;
  display: block;
  border-bottom: 1px solid #D9D9D9;
}

.c-plan-grid__block-button.is-accordion-not-click {
  pointer-events: none;
}

.c-plan-grid__block-detail {
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-left: 1px solid #E6E6E6;
  height: 0;
}

.c-plan-grid__block-detail.is-accordion-opend {
  overflow: visible;
}

.c-plan-grid__block-button {
  position: relative;
}

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

.c-plan-grid__block-button:before {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.c-plan-grid__block-button:after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.c-plan-grid__block-button.is-accordion-open:before {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.c-plan-grid__block-button.is-accordion-open:after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.c-plan-grid__block-parts {
  font-weight: 500;
  font-size: 13px;
  line-height: 140%;
  border-right: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
  padding: 14px 11px;
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.c-plan-grid__block-parts .c-icon._check {
  margin: 5px;
}

.c-plan-grid__block-parts:first-child {
  text-align: left;
}

.c-plan-grid__block-parts:nth-child(2) {
  color: #4F75AF;
}

.c-plan-grid__block-parts:nth-child(3) {
  color: #d35f62;
}

.c-plan-grid__block-parts:nth-child(4) {
  color: #6b58ab;
}

.c-plan-grid__block-parts:nth-child(5) {
  color: #1a1a1a;
}

.c-plan-grid__block-parts-head {
  width: 100%;
}

.c-plan-grid__modal-link {
  margin-left: 4px;
}

.c-plan-grid__modal-link .c-icon {
  position: relative;
  top: 3px;
}

.c-plan-grid__notes {
  font-weight: 500;
  font-size: 13px;
  line-height: 140%;
  margin-top: 12px;
}

.c-plan-grid__notes a {
  text-decoration: underline;
}

.c-plan-grid__notes a:hover {
  text-decoration: none;
}

#pr-dialog {
  width: 53%;
  top: 50% !important;
  left: 50% !important;
  right: auto !important;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 390px;
}

#adhoc_header {
  height: auto !important;
  padding: 10px;
}

.methodselect form {
  padding: 0 !important;
}

#gredit {
  max-width: 100%;
}

.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 #FF6961;
}

.c-reason__baloon-text:after {
  content: "";
  display: block;
  border-bottom: 8px solid #FF6961;
  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-table-wrap {
  max-width: 640px;
  margin: 47px auto 40px;
}

.c-table {
  vertical-align: middle;
  width: 100%;
  margin-bottom: 17px;
}

.c-table tr:first-child th {
  border-radius: 10px 0 0 0;
}

.c-table tr:first-child td {
  border-radius: 0 10px 0 0;
}

.c-table tr:last-child th {
  border-radius: 0 0 0 10px;
}

.c-table tr:last-child td {
  border-radius: 0 0 10px 0;
}

.c-table tr + tr {
  border-top: 1px solid #D6D6D6;
}

.c-table th {
  border: 1px solid #D6D6D6;
  background: #F0F0F0;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  color: #000;
  min-height: 98px;
  padding: 35px 10px;
  width: 190px;
}

.c-table td {
  border: 1px solid #D6D6D6;
  background: #fff;
  text-align: center;
  padding: 10px 5px;
}

.c-table .c-plan-contents__table-text-1 {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
}

.c-table .c-plan-contents__table-text-2 {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  margin-top: 5px;
}

.c-table .c-plan-contents__table-text-3 {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

.c-text-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-text-item {
  width: 200px;
  height: 127px;
  position: relative;
  border-bottom: 1px solid #C4C4C4;
  margin-right: 17px;
  margin-bottom: 59px;
}

.c-text-item:after {
  content: "";
  display: block;
  background: #2B2B2B;
  width: 12px;
  height: 3px;
  position: absolute;
  bottom: -2px;
  left: 0;
}

.c-text-item._small {
  height: 105px;
  margin-right: 15px;
}

.c-text-item._small:nth-child(2) {
  margin-top: 73px;
}

.c-text-item._small:nth-child(3) {
  margin-top: 146px;
  margin-right: 0;
}

.c-text-item__label {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.02em;
  color: #444444;
  margin-bottom: 8px;
}

.c-text-item__text {
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  color: #444444;
}

.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-family: Noto Sans CJK JP;
  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: #F90;
  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;
}

.c-title__num {
  color: #F90;
  font-weight: 700;
  text-align: center;
  font-size: 60px;
}

.c-tooltip-wrap {
  position: relative;
  z-index: 3;
}

.c-tooltip {
  padding: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: auto;
  background: #f2f2f2;
  border: 1px solid #ccc;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
  font-weight: 700;
  font-size: 13px;
  line-height: 125%;
  padding: 12px 16px;
  border-radius: 8px;
  display: table;
  left: calc(100% + 10px);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.c-tooltip:before {
  content: "";
  display: block;
  border-right: 8px solid #ccc;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  position: absolute;
  left: -8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-tooltip:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  top: 50%;
  left: -30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}

.c-tooltip a {
  text-decoration: underline;
  padding: 0 2px;
}

.c-tooltip._hidden {
  left: -9999px;
}

.c-tooltip._active,
.c-tooltip:hover {
  visibility: visible;
  opacity: 1;
}

/* === 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 {
  background: url(../images/cv/bg.png) no-repeat center center;
  background-size: cover;
  margin-top: 80px;
}

.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:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(255, 105, 97, 0.8) 0%, rgba(254, 244, 147, 0.8) 100%);
}

.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 #FF6961;
  color: #FF6961;
  -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 #F90;
  color: #F90;
  -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 #FF6961;
  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 #F90;
  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__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-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);
}

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

.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: #FF6961;
  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: #FF6961;
  border: 2px solid #FF6961;
}

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

.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: 24px;
}

.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: 24px;
  white-space: nowrap;
}

.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__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;
}

.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 #FF6961;
  text-stroke: 1px #FF6961;
  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: -20px;
}

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

.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: 32px;
  font-weight: 900;
  line-height: 1.5em;
  margin-bottom: 24px;
  font-family: Noto Sans CJK JP;
}

.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-price {
  background: url(../images/price/bg.png) 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-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-family: Noto Sans CJK JP;
  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: #FF6961;
  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-family: Noto Sans CJK JP;
  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: #FF6961;
}

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

.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;
  gap: 24px;
}

.se-products__box {
  background: #fff;
  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 32px;
  width: 50%;
}

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

.se-products__box-title span:first-child {
  color: #F90;
  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: #F90;
}

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

.se-products-slider-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.se-products__box-item {
  width: 50%;
}

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

.se-products__box-item._item-1 .se-products__box-item-logo {
  width: 178px;
}

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

.se-products__box-item._item-2 .se-products__box-item-logo {
  width: 113px;
}

.se-products__box-item._item-3 .se-products__box-item-img {
  width: 162px;
}

.se-products__box-item._item-3 .se-products__box-item-logo {
  width: 156px;
}

.se-products__box-item._item-4 .se-products__box-item-img {
  width: 175px;
}

.se-products__box-item._item-4 .se-products__box-item-logo {
  width: 178px;
}

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

.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-img {
  height: auto;
  display: block;
}

.se-products__box-item-logo {
  display: block;
  margin: 0 auto 12px;
}

.se-products__box-item-link {
  color: #FF6961;
  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;
}

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

.se-products__box-item-data {
  padding-top: 24px;
  margin-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: #FF6961;
  font-weight: 900;
}

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

.se-products-slider-navigation,
.swiper-pagination._pagination-3,
.swiper-pagination._pagination-2 {
  display: none;
}

.se-qa {
  background: #F6F5F3;
  margin-bottom: 188px;
}

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

.se-reasons: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;
  background-position: center -24px;
  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 #FF6961;
  -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: #FF9900;
}

.se-reasons-card__num {
  color: #F90;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.4px;
  margin-bottom: 9px;
}

.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: #FF6961;
  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-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 #FF6961;
  text-stroke: 1px #FF6961;
  color: transparent;
  line-height: 151px;
  z-index: -1;
  top: -30px;
}

.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-ling {
  position: absolute;
  width: 948px;
  left: -600px;
  top: -235px;
  max-width: unset;
  z-index: -1;
}

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

.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;
}

.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 {
  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-family: Noto Sans CJK JP;
  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-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-family: Noto Sans CJK JP;
  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__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: #F90;
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 14px;
  line-height: 1.5em;
}

/* === project ===  */
.p-cta-block {
  position: relative;
  margin-top: 125px;
  background: #D45D61;
  padding-bottom: 64px;
  margin-bottom: 50px;
}

.p-cta-block._mb0 {
  margin-bottom: 0;
}

.p-cta-block._gray {
  margin-bottom: 0;
}

.p-cta-block._gray:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -125px;
  background: #F3F5F6;
  width: 100%;
  height: 130px;
}

.p-cta-block__inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 20px;
  margin: 0 auto;
  gap: 35px;
  position: relative;
}

.p-cta-block__inner:before,
.p-cta-block__inner:after {
  content: "";
  display: block;
  width: 180px;
  height: 124px;
  background: url(../images/cv-bg.webp) repeat;
  background-size: 36px 28px;
  position: absolute;
}

.p-cta-block__inner:before {
  top: 10px;
  left: 0;
}

.p-cta-block__inner:after {
  bottom: -48px;
  right: 0;
}

.p-cta-block__card {
  width: calc((100% - 35px) / 2);
  max-width: 640px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  position: relative;
  margin-top: -80px;
  padding: 0 48px 32px;
  background-repeat: no-repeat;
  background-position: center center;
}

.p-cta-block__card:before {
  content: "";
  display: block;
  width: calc(100% - 78px - 78px);
  height: 6px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #FF9900;
  border-radius: 0px 0px 3px 3px;
}

.p-cta-block__card._left {
  background-image: url(../images/bg-document.svg);
}

.p-cta-block__card._right {
  background-image: url(../images/bg-user.svg);
}

.p-cta-block__card._right:before {
  background: #FF6961;
}

.p-cta-block__thumb {
  -webkit-filter: drop-shadow(0px 4px 14px rgba(0, 0, 0, 0.12));
  filter: drop-shadow(0px 4px 14px rgba(0, 0, 0, 0.12));
  max-width: 210px;
  position: absolute;
  left: -68px;
  top: -70px;
  width: 33%;
  height: auto;
}

.p-cta-block__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  min-height: 115px;
  padding: 10px 0;
  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;
  width: 100%;
  border-bottom: 2px solid #E0E2E6;
  margin-bottom: 32px;
}

.p-cta-block__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 30px;
}

.p-cta-block .c-button {
  margin: 0 auto;
}

.p-cta-block .c-button._red {
  margin-top: 40px;
}

.p-cta-block .c-button._red._center {
  margin-top: 90px;
}

.p-cta-block .c-icon-link {
  margin: 24px auto 0;
}

.p-enquete {
  margin-top: 56px;
}

.p-enquete .p-enquete__title {
  position: absolute;
  color: #D45D61;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: -27px;
  left: 45px;
}

.p-enquete .p-enquete__title-text-1 {
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  text-align: center;
  letter-spacing: 0.05em;
  font-family: "Gotham";
  position: absolute;
  left: 0;
  top: -12px;
}

.p-enquete .p-enquete__title-text-2 {
  font-weight: 400;
  font-size: 48px;
  line-height: 100%;
  text-align: center;
  letter-spacing: 0.05em;
  font-family: "Gotham";
  margin-right: 32px;
  margin-left: 5px;
}

.p-enquete .p-enquete__title-text-3 {
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
}

.p-enquete .p-enquete__box-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
}

.p-enquete .p-enquete__box {
  background: #fff;
  border-radius: 10px;
  width: 43.9%;
}

.p-enquete .p-enquete__box + .p-enquete__box {
  margin-left: 6.6%;
}

.p-enquete .p-enquete__box-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #fff;
  position: relative;
  background: #FF6961;
  padding: 8px;
  border-radius: 10px 10px 0px 0px;
}

.p-enquete .p-enquete__box-title:after {
  content: "";
  display: block;
  border-top: 8px solid #d45d61;
  border-left: 18px solid rgba(0, 0, 0, 0);
  border-right: 18px solid rgba(0, 0, 0, 0);
  position: absolute;
  left: 50%;
  margin-left: -18px;
  top: 99%;
}

.p-enquete .p-enquete__box-inner {
  padding: 12px 32px 26px;
}

.p-enquete .p-enquete__box-inner-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 8px;
}

.p-enquete .p-enquete__box-inner-head-image {
  width: 100px;
  height: 100px;
  margin-right: 24px;
}

.p-enquete .p-enquete__box-inner-head-title {
  width: calc(100% - 123px);
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  color: #2F3E55;
}

.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;
}

.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: #EB6353;
  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: #FF6961;
}

.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: #EB6353;
  width: 36px;
  height: 36px;
  font-weight: 600;
  border: 2px solid #EB6353;
}

.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;
}

@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) and (max-width: 1260px) {
  .c-animation-text-wrap._size-1 {
    height: 24px;
  }
  .c-animation-text-wrap._size-2 {
    height: 58px;
  }
  .c-animation-text-wrap._size-3 {
    height: 98px;
  }
  .se-mainvisual__title-2 {
    font-size: 50px;
    height: 115px;
  }
  .se-mainvisual__text {
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) and (max-width: 995px) {
  .c-animation-text-wrap._size-3 {
    height: 123px;
  }
}
@media screen and (min-width: 769px) and (max-width: 879px) {
  .c-animation-text-wrap._size-3 {
    height: 172px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1270px) {
  .c-image-text__image {
    width: 53%;
  }
  .c-image-text__text {
    width: calc(47% - 80px);
  }
}
@media screen and (min-width: 769px) and (max-width: 999px) {
  .c-plan-grid__head-item {
    padding: 34px 10px 96px;
    position: relative;
    text-align: center;
  }
  .c-plan-grid__head-item._label:after {
    width: 60px;
    height: 60px;
    top: -6px;
    right: -6px;
  }
  .c-plan-grid__head-text-1 {
    font-size: 16px;
  }
  .c-plan-grid__head-text-2 {
    font-size: 20px;
  }
  .c-plan-grid__head-link {
    font-size: 12px;
    white-space: nowrap;
  }
  .c-plan-grid__head-text-2 {
    font-size: 20px;
  }
  .c-plan-grid__head-button {
    width: 100px;
  }
}
@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) {
  .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;
  }
}
@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: 1195px) {
  .p-cta-block .c-button__text._fz20 {
    font-size: 16px;
  }
}
@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 (min-width: 1000px) and (max-width: 1270px) {
  .c-plan-grid__head-text-2 {
    font-size: 28px;
  }
}
@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;
  }
}
@media screen and (max-width: 1270px) {
  .c-text-item._small {
    width: 30%;
    padding-bottom: 20px;
    min-height: 107px;
  }
  .c-text-item._small br {
    display: none;
  }
}
@media screen and (max-width: 1185px) {
  .c-text-item._small {
    min-width: 154px;
  }
}
@media screen and (max-width: 1024px) {
  .c-box {
    padding: 36px 16px 40px;
    border-radius: 14px;
  }
  #colorbox {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    right: auto !important;
    bottom: auto !important;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-height: 80vh !important;
    height: 80vh !important;
  }
  #cboxLoadedContent {
    max-height: 80vh !important;
    height: 80vh !important;
  }
  .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) {
  .c-pagetop__link {
    right: 16px;
    bottom: 74px;
    width: 40px;
    height: 40px;
  }
  .c-pagetop__link span {
    width: 12px;
    height: 12px;
  }
  .c-pagetop__link span:before,
.c-pagetop__link span:after {
    content: "";
    display: block;
    width: 12px;
    height: 3px;
    background: #fff;
    border-radius: 3px;
    position: absolute;
  }
  .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-accordion.js-accordion-2 {
    overflow: hidden;
    position: relative;
    -webkit-transition: all 1s;
    transition: all 1s;
  }
  .c-accordion.js-accordion-2._size-1 {
    height: 200px;
  }
  .c-accordion.js-accordion-2._size-2 {
    height: 400px;
  }
  .c-accordion.js-accordion-2:after {
    content: "";
    display: block;
    width: 100%;
    height: 120px;
    background: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(15%, #fff), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to top, #fff, #fff 15%, rgba(255, 255, 255, 0));
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: all 1s;
    transition: all 1s;
  }
  .c-accordion.js-accordion-2.is-accordion-open:after {
    height: 0;
  }
  .c-accordion.js-accordion-2.is-accordion-open .c-accordion__open-link .c-icon-arrow-bottom {
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1);
  }
  .c-accordion__open-link {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    right: 20px;
    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;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    position: absolute;
    bottom: 0;
    margin-bottom: 0px;
    z-index: 1;
  }
  .c-accordion__open-link span {
    display: block;
  }
  .c-accordion__open-link img {
    -webkit-transition: all 1s;
    transition: all 1s;
    width: 10px;
    height: 6px;
    margin-left: 4px;
  }
  .c-anchor {
    position: absolute;
    top: -50px;
  }
  .c-anchor._reason {
    top: 0;
  }
  .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-image-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 80px;
  }
  .c-image-text._mb-small {
    margin-bottom: 20px;
  }
  .c-image-text__image {
    width: 100%;
    margin-bottom: 20px;
  }
  .c-image-text__text {
    width: 100%;
  }
  .c-image__logo-1 {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 249px;
  }
  .c-large-gotham-wrap {
    overflow: visible;
    left: 0;
    margin-left: 0;
  }
  .c-large-gotham {
    font-size: 120px;
    line-height: 1em;
    left: 0%;
    margin-left: -20px;
    text-align: left;
  }
  .c-large-gotham._sp-text-center {
    text-align: center;
    width: 100vw;
  }
  .c-notes-lists {
    margin: 4px auto 0;
  }
  .c-notes-lists li {
    font-size: 10px;
    font-weight: 400;
    line-height: 20px;
  }
  .c-plan {
    max-width: 1200px;
    margin: 0 -20px;
  }
  .c-plan-tabs {
    gap: 0px;
    padding: 0 20px;
  }
  .c-plan-tab {
    background: #EAEEF0;
    padding: 24px 0 22px;
    width: 50%;
  }
  .c-plan-tab.is-tab-button--active[data-tab-button="1"] {
    padding: 24px 0 22px;
  }
  .c-plan-tab.is-tab-button--active[data-tab-button="1"] .c-plan-tab__text-label {
    left: -25px;
    top: -53px;
  }
  .c-plan-tab.is-tab-button--active[data-tab-button="1"]:after {
    width: calc(100% + 40px);
    left: -20px;
  }
  .c-plan-tab.is-tab-button--active[data-tab-button="2"] {
    padding: 24px 0 22px;
  }
  .c-plan-tab.is-tab-button--active[data-tab-button="2"] .c-plan-tab__text-label {
    left: -22px;
  }
  .c-plan-tab.is-tab-button--active[data-tab-button="2"]:after {
    width: calc(100% + 40px);
    left: -20px;
  }
  .c-plan-tab__text-1 {
    font-size: 16px;
    line-height: 26px;
    margin: 0 auto 10px;
    padding: 0 13px 2px;
  }
  .c-plan-tab__text-2 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 16px;
  }
  .c-plan-tab__text-3 {
    font-size: 14px;
    line-height: 21px;
  }
  .c-plan-tab__text-label {
    font-size: 12px;
    left: -23px;
    top: -53px;
    background-size: 76px 76px;
  }
  .c-plan-grid__head-item._label:after {
    width: 60px;
    height: 60px;
    top: -6px;
    right: -6px;
  }
  .c-plan-contents {
    padding: 64px 20px;
    border-radius: 0;
  }
  .c-plan-contents__text {
    font-size: 14px;
  }
  .c-plan-grid__body,
.c-plan-grid {
    max-width: calc(100vw - 40px);
    margin-left: auto;
    margin-right: auto;
  }
  .c-plan-grid__head {
    display: block;
    margin-bottom: 40px;
  }
  .c-plan-grid__head-item {
    border: 1px solid #E6E6E6;
    border-left: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    padding: 30px 20px 20px;
  }
  .c-plan-grid__head-item + .c-plan-grid__head-item {
    margin-top: 16px;
  }
  .c-plan-grid__head-text-2 {
    font-size: 20px;
    margin-bottom: 6px;
    display: inline-block;
  }
  .c-plan-grid__head-text-2 span {
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
  }
  .c-plan-grid__head-text-3 {
    display: inline-block;
    margin-bottom: 16px;
  }
  .c-plan-grid__head-link {
    margin-bottom: 16px;
  }
  .c-plan-grid__head-button {
    position: static;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    margin: 0 auto;
  }
  .c-plan-grid__block-parts {
    font-size: 11px;
    padding: 10px 5px;
    word-break: break-all;
  }
  .c-plan-grid__modal-link {
    margin-left: 2px;
  }
  .c-plan-grid__modal-link .c-icon {
    top: 4px;
  }
  #modalContainer {
    width: 100%;
    overflow: hidden;
  }
  .optionWebInner {
    max-height: 72vh;
  }
  .c-table th {
    font-size: 15px;
    width: 130px;
  }
  .c-table td {
    padding: 10px 22px;
  }
  .c-table .c-plan-contents__table-text-1 {
    font-size: 16px;
    line-height: 24px;
  }
  .c-table .c-plan-contents__table-text-2 {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    margin-top: 5px;
  }
  .c-table .c-plan-contents__table-text-3 {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
  }
  .c-text-items {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .c-text-item {
    width: calc((100% - 13px) / 2);
    height: auto;
    margin-right: 0;
    margin-bottom: 26px;
    padding-bottom: 13px;
    min-width: unset;
    min-height: unset;
  }
  .c-text-item br {
    display: block;
  }
  .c-text-item._small {
    height: auto;
    margin-right: 0;
    padding-bottom: 13px;
    min-width: unset;
    min-height: unset;
    width: calc((100% - 13px) / 2);
  }
  .c-text-item._small:nth-child(2) {
    margin-top: 0;
  }
  .c-text-item._small:nth-child(3) {
    margin-top: 0;
    margin-right: 0;
  }
  .c-text-item._small br {
    display: block;
  }
  .c-text-item__label {
    font-size: 12px;
    line-height: 1.8em;
  }
  .c-text-item__text {
    font-size: 12px;
  }
  .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__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-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__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 {
    background: url(../images/price/bg.png) no-repeat center center;
    background-size: cover;
    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-left: 0;
    padding-right: 0;
    margin-left: 20px;
    margin-right: 20px;
    overflow: hidden;
  }
  .se-products-slider-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
  }
  .se-products__box-item {
    padding-left: 20px;
    padding-right: 20px;
  }
  .se-products-slider {
    position: relative;
  }
  .se-products__box-item {
    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: 108px;
  }
  .se-products__box-item._item-4 .se-products__box-item-img {
    width: 117px;
  }
  .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-data {
    font-size: 12px;
    padding-left: 20px;
  }
  .se-products__box-item-data dt {
    float: left;
    clear: left;
  }
  .se-products__box-items {
    display: block;
  }
  .se-products-slider-navigation {
    display: block;
  }
  .swiper-pagination._pagination-3,
.swiper-pagination._pagination-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .se-products-slider-navigation {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
    top: 24px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
  }
  .se-products-slider-navigation .swiper-button-next {
    right: 90px;
  }
  .se-products-slider-navigation .swiper-button-prev {
    left: 90px;
  }
  .se-qa {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 88px;
  }
  .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-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-img._image-2 {
    width: 82vw;
    height: 74.351vw;
    font-family: "object-fit:cover";
    -o-object-fit: cover;
    object-fit: cover;
  }
  .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;
  }
  .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: 60px;
  }
  .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;
  }
  .se-reasons__table-img + .c-notes-lists {
    max-width: 640px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  .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;
  }
  .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-cta-block .c-button._red._center {
    margin-top: 40px;
  }
  .p-cta-block {
    position: relative;
    margin-top: 20px;
    padding-bottom: 80px;
    margin-bottom: 30px;
  }
  .p-cta-block:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: -1px;
    background: #fff;
    width: 100%;
    height: 80px;
  }
  .p-cta-block._gray {
    margin-top: 140px;
  }
  .p-cta-block._gray:before {
    content: "";
    top: -145px;
    height: 150px;
  }
  .p-cta-block._gray .p-cta-block__card {
    margin-top: -80px;
  }
  .p-cta-block._gray .p-cta-block__card + .p-cta-block__card {
    margin-top: 0px;
  }
  .p-cta-block__inner {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p-cta-block__inner:before,
.p-cta-block__inner:after {
    content: "";
    display: block;
    width: 140px;
    height: 500px;
    background: url(../images/cv-bg.webp) repeat;
    background-size: 36px 28px;
    position: absolute;
  }
  .p-cta-block__inner:before {
    top: 10px;
    right: auto;
    left: 4px;
  }
  .p-cta-block__inner:after {
    bottom: -80px;
    left: auto;
    right: 0;
    width: 80px;
    height: 406px;
  }
  .p-cta-block__card {
    width: 100%;
    margin-top: 0;
    padding: 0 20px 40px;
    position: relative;
    z-index: 1;
  }
  .p-cta-block__card:before {
    content: "";
    display: block;
    width: calc(100% - 30px - 30px);
    height: 6px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #FF9900;
    border-radius: 0px 0px 3px 3px;
  }
  .p-cta-block__card._left {
    background-image: none;
  }
  .p-cta-block__card._right {
    background-image: none;
  }
  .p-cta-block__thumb {
    left: -10px;
    top: -105px;
    width: 160px;
  }
  .p-cta-block__title {
    height: auto;
    padding: 32px 0 16px;
    white-space: nowrap;
    margin-bottom: 24px;
  }
  .p-cta-block__text {
    line-height: 32px;
    margin-bottom: 30px;
  }
  .p-enquete {
    margin-top: 70px;
  }
  .p-enquete .c-box._box-4:nth-child(2) .c-box__inner {
    padding-top: 70px;
  }
  .p-enquete .p-enquete__title {
    left: 10px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .p-enquete .p-enquete__title-text-2 {
    margin-right: 20px;
  }
  .p-enquete .p-enquete__title-text-3 {
    font-size: 28px;
  }
  .p-enquete .p-enquete__box-wrap {
    display: block;
    padding: 32px 20px 0;
  }
  .p-enquete .p-enquete__box {
    width: 100%;
  }
  .p-enquete .p-enquete__box + .p-enquete__box {
    margin-left: 0;
    margin-top: 20px;
  }
  .p-enquete .p-enquete__box-inner {
    padding: 12px 20px;
  }
  .p-enquete .p-enquete__box-inner-head {
    display: block;
  }
  .p-enquete .p-enquete__box-inner-head-image {
    margin: 10px auto 24px;
  }
  .p-enquete .p-enquete__box-inner-head-title {
    width: 100%;
    text-align: center;
    margin-bottom: 16px;
  }
  .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;
  }
}
@media only screen and (max-width: 768px) {
  .p-modal__header-close-btn-inner {
    width: 36px;
    height: 36px;
    top: 10px;
    right: 10px;
  }
}
@media screen and (max-width: 750px) {
  .c-animation-text-wrap._size-1 {
    height: 36px;
  }
  .c-animation-text-wrap._size-2 {
    height: 32px;
  }
  .c-animation-text-wrap._size-3 {
    height: 175px;
  }
  .c-animation-text-wrap._size-4 {
    height: 29px;
  }
  .c-animation-text-wrap._size-5 {
    height: 50px;
  }
  .c-animation-text-wrap._size-6 {
    height: 41px;
  }
  .c-animation-text-wrap._size-7 {
    height: 72px;
  }
  .c-animation-text-wrap._size-8 {
    height: 36px;
  }
  .c-animation-text {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    height: 0;
    display: block;
  }
  .c-animation-text__inner {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .in-view .c-animation-text {
    -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: 1s;
    animation-duration: 1s; /* 開始から終了までの所要時間 */
    -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; /* アニメーション開始前・終了後の挙動 */
  }
}
@-webkit-keyframes up {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@keyframes up {
  0% {
    height: 0;
  }
  100% {
    height: 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);
  }
}