html {
  scroll-padding-top: 50px;
  scroll-behavior: unset;
}
body {
  overflow-x: hidden;
}
.common-aside {
  display: none;
}
.banner {
  background-image: url(../../img/fucaso/banner-pc.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.banner .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 70px 0;
}
.banner-title {
  position: relative;
  white-space: nowrap;
  width: 100%;
  height: 140px;
  font-size: 0;
  margin-bottom: 10px;
}
.banner-title::before,
.banner-title::after {
  visibility: visible;
  display: inline;
  white-space: pre-line;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  color: #fff;
}
.banner-title::before {
  content: 'Fucaso®';
  top: 0;
  font-size: 48px;
}
.banner-title::after {
  content: '(Equecabtagene Autoleucel Injection)';
  bottom: 0;
  font-size: 46px;
}
.banner-desc {
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  color: #fff;
}
.wrap-main {
  display: flex;
  align-items: flex-start;
  gap: 48px;
  width: 955px;
  margin: 0 auto;
  padding: 80px 0 0;
}
.main {
  flex-shrink: 0;
  width: 955px;
}
.wrap-title {
  font-weight: 800;
  font-size: 36px;
  line-height: 1.5;
  text-align: center;
  color: #171717;
  margin-bottom: 20px;
}
.wrap-1 {
  position: relative;
  margin-bottom: 80px;
}
.wrap-1::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: -80px;
  left: 50%;
  width: 1920px;
  height: 934px;
  transform: translateX(-50%);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.8) 3.57%, rgba(255, 238, 221, 0.8) 78.21%);
  mix-blend-mode: multiply;
}
.wrap-1 .wrap-title {
  position: relative;
  white-space: nowrap;
  width: 100%;
  height: 110px;
  font-size: 0;
}
.wrap-1 .wrap-title::before {
  content: 'What is FUCASO®\A(Equecabtagene Autoleucel Injection)?';
  visibility: visible;
  display: inline;
  white-space: pre-line;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.5;
  text-align: center;
  color: #f5a253;
}
.wrap-1 .wrap-desc {
  font-weight: lighter;
  font-size: 16px;
  line-height: 2;
  color: #393939;
  margin-bottom: 20px;
  padding: 0 40px;
}
.wrap-1 .wrap-img-outer {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 926px;
  background-image: url(../../img/fucaso/wrap1-img-bg.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.wrap-2 {
  margin-bottom: 80px;
}
.wrap-2 .wrap-desc-outer {
  margin-bottom: 40px;
}
.wrap-2 .wrap-desc {
  font-weight: lighter;
  font-size: 16px;
  line-height: 2;
  text-align: left;
  margin-top: 0;
}
.wrap-2 .wrap-video {
  position: relative;
  width: 670px;
  height: 395px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 200% 200%;
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
}
.wrap-2 .wrap-video .video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 94px;
  height: 93px;
  background-image: url(../../img/fucaso/video-btn.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  cursor: pointer;
  transition: transform 200ms;
}
.wrap-2 .wrap-video .video-btn:hover {
  transform: translate(-50%, -50%) scale(1.2);
}
.wrap-2 .wrap-video .video-content {
  width: 100%;
  height: 100%;
}
.wrap-3 {
  margin-bottom: 80px;
}
.wrap-3 .wrap-subtitle {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5;
  color: #f5a253;
  margin-bottom: 20px;
}
.wrap-3 .wrap-subtitle.second-subtitle,
.wrap-3 .wrap-subtitle.third-subtitle {
  margin-top: 60px;
  padding-right: 60px;
}
.wrap-3 .wrap-subtitle.fourth-subtitle {
  margin-top: 60px;
  padding-right: 120px;
}
.wrap-3 .wrap-content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.wrap-3 .wrap-content .content-item {
  border-radius: 10px;
  border: 1px solid #eaeaea;
  overflow: hidden;
}
.wrap-3 .wrap-content .content-item.item1 {
  width: 606px;
}
.wrap-3 .wrap-content .content-item.item1 .item-title {
  text-align: center;
}
.wrap-3 .wrap-content .content-item.item1 .item-desc {
  padding-bottom: 15px;
}
.wrap-3 .wrap-content .content-item.item2 {
  width: 338px;
}
.wrap-3 .wrap-content .content-item.item2 .item-title {
  position: relative;
  z-index: 2;
  padding-right: 35px;
}
.wrap-3 .wrap-content .content-item.item2 .item-title::before {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: -15px;
  right: 0;
  width: 332px;
  height: 168px;
  background-image: url(../../img/fucaso/content-item-before.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.wrap-3 .wrap-content .content-item.item2 .item-img {
  margin-bottom: 0;
}
.wrap-3 .wrap-content .content-item.item2 .item-desc {
  font-weight: lighter;
  padding-top: 30px;
}
.wrap-3 .wrap-content .item-title {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.8;
  color: #fff;
  background: #f5a253;
  padding: 16px 12px;
}
.wrap-3 .wrap-content .item-img {
  display: block;
  margin: 15px auto;
}
.wrap-3 .wrap-content .item-desc {
  font-size: 12px;
  line-height: 2;
  text-align: center;
  padding: 0 20px;
}
.wrap-3 .wrap-desc {
  font-size: 18px;
  color: #171717;
  text-align: left;
  margin-bottom: 20px;
}
.wrap-3 .wrap-desc span {
  display: block;
}
.wrap-3 .wrap-resource {
  display: flex;
  flex-direction: column;
  font-weight: lighter;
  font-size: 12px;
  line-height: 2;
  color: #797979;
  margin-top: -10px;
}
.wrap-4 {
  position: relative;
  z-index: 2;
  height: 730px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  margin-bottom: 150px;
}
.wrap-4::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1920px;
  height: 730px;
  background-image: url(../../img/fucaso/wrap4-bg.webp);
}
.wrap-4 .wrap-title {
  color: #fff;
}
.wrap-4 .wrap-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wrap-4 .content-img {
  width: 424px;
}
.wrap-4 .content-info {
  width: 488px;
}
.wrap-4 .content-subitem {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
}
.wrap-4 .content-desc {
  font-weight: lighter;
  font-size: 16px;
  color: #fff;
  margin: 15px 0 20px;
}
.wrap-4 .content-list {
  padding-left: 20px;
}
.wrap-4 .content-list .list-li {
  list-style-type: disc;
  font-weight: lighter;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 15px;
  padding-right: 10px;
}
.wrap-5 {
  margin-bottom: 100px;
}
.wrap-5 .wrap-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.wrap-5 .content-info {
  width: 545px;
}
.wrap-5 .wrap-title {
  text-align: left;
}
.wrap-5 .content-desc {
  font-weight: lighter;
  font-size: 16px;
  line-height: 2;
  color: #393939;
  padding-right: 20px;
  margin-bottom: 20px;
}
.wrap-5 .content-link {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #fff;
  background-color: #f5a253;
  border: 6px solid #fdf4e7;
  border-radius: 30px;
  padding: 15px 0;
  text-transform: uppercase;
}
.wrap-5 .content-link:hover {
  background-image: linear-gradient(90deg, #ffd44f 0%, #f47652 100%);
}
.wrap-6 {
  margin-bottom: 100px;
}
.wrap-6 .wrap-desc {
  font-weight: lighter;
  font-size: 16px;
  line-height: 2;
  text-align: left;
  margin-bottom: 40px;
}
.wrap-6 .wrap-subtitle {
  font-size: 26px;
  line-height: 1.5;
  color: #f5a253;
  margin-bottom: 20px;
}
.wrap-6 .wrap-content .content-controller {
  display: flex;
}
.wrap-6 .wrap-content .controller-item {
  flex: 1;
  cursor: pointer;
  padding-bottom: 15px;
  border-radius: 28px 28px 0 0;
}
.wrap-6 .wrap-content .controller-item_title {
  width: 100%;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #fff;
  border-radius: 28px;
  background: #f5a253;
}
.wrap-6 .wrap-content .controller-item_desc {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  font-size: 12px;
  line-height: 1.8;
  color: #393939;
  text-align: center;
  padding: 0 15px;
}
.wrap-6 .wrap-content .controller-item_time {
  font-weight: lighter;
  font-size: 12px;
  color: #393939;
  text-align: center;
}
.wrap-6 .wrap-content .controller-item.active,
.wrap-6 .wrap-content .controller-item:hover {
  background: #fdf4e7;
}
.wrap-6 .wrap-content .controller-item.active .controller-item_title,
.wrap-6 .wrap-content .controller-item:hover .controller-item_title {
  background: linear-gradient(90deg, #ff9a44 0%, #fc6076 100%);
}
.wrap-6 .wrap-content .content-swiper {
  position: relative;
  height: 368px;
  border-radius: 18px;
  background: #fdf4e7;
  overflow: hidden;
}
.wrap-6 .wrap-content .content-swiper.first {
  border-radius: 0 18px 18px 18px;
}
.wrap-6 .wrap-content .content-swiper.last {
  border-radius: 18px 0 18px 18px;
}
.wrap-6 .wrap-content .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.wrap-6 .wrap-content .swiper-slide {
  width: 100%;
  height: 100%;
  display: flex;
  gap: 44px;
  padding: 25px 60px 0;
}
.wrap-6 .wrap-content .slide-img-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrap-6 .wrap-content .slide-title {
  font-weight: 500;
  font-size: 20px;
  color: #f5a253;
}
.wrap-6 .wrap-content .slide-subtitle {
  font-weight: 500;
  font-size: 18px;
  color: #f5a253;
  margin: 10px 0 10px;
}
.wrap-6 .wrap-content .slide-desc {
  font-weight: 400;
  font-size: 12px;
  line-height: 2;
  color: #393939;
  margin-bottom: 20px;
}
.wrap-6 .wrap-content .slide-tips {
  font-weight: lighter;
  font-size: 12px;
  line-height: 2;
  color: #393939;
  border-radius: 5px;
  background: #ffedd2;
  padding: 20px 35px;
}
.wrap-6 .wrap-content .swiper-button-prev::after,
.wrap-6 .wrap-content .swiper-button-next::after {
  font-weight: bold;
  font-size: 20px;
  color: #f5a253;
}
.wrap-6 .wrap-content.pc {
  width: 100%;
}
.wrap-6 .wrap-content.mobile {
  display: none;
}
.wrap-7 {
  margin-bottom: 100px;
}
.wrap-7 .wrap-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wrap-7 .content-info {
  width: 545px;
}
.wrap-7 .wrap-title {
  text-align: left;
}
.wrap-7 .content-desc {
  font-weight: lighter;
  font-size: 16px;
  line-height: 2;
  color: #393939;
  padding-right: 20px;
  margin-bottom: 20px;
}
.wrap-7 .content-link {
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #fff;
  background-color: #f5a253;
  border: 6px solid #fdf4e7;
  border-radius: 30px;
  padding: 15px 30px;
  text-transform: uppercase;
}
.wrap-7 .content-link:hover {
  background-image: linear-gradient(90deg, #ffd44f 0%, #f47652 100%);
}
.wrap-8 {
  position: relative;
  z-index: 2;
  margin-bottom: 100px;
}
.wrap-8::after {
  content: '';
  position: absolute;
  bottom: -100px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  width: 1920px;
  height: 850px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(245, 162, 83, 0.06) 100%);
}
.wrap-8 .wrap-content {
  display: flex;
  justify-content: space-between;
  margin-top: 200px;
}
.wrap-8 .content-item {
  width: 454px;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0px 21.243px 42.487px -10.622px rgba(94, 114, 154, 0.18);
}
.wrap-8 .item-header {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 140px;
  border-radius: 14px 14px 0 0;
  background: linear-gradient(90deg, #f6d365 0%, #fda085 100%);
}
.wrap-8 .item-header::before {
  content: '';
  position: absolute;
  top: 0;
  right: 5px;
  z-index: -1;
  width: 193px;
  height: 119px;
  background-image: url(../../img/fucaso/wrap8-item-header.png);
}
.wrap-8 .item-img {
  position: absolute;
  top: -130px;
  left: 50%;
  transform: translateX(-50%);
}
.wrap-8 .item-tag {
  width: fit-content;
  font-size: 18px;
  color: #f5a253;
  border-radius: 70px;
  background: rgba(245, 162, 83, 0.1);
  padding: 8px 24px;
  margin: 30px auto 20px;
}
.wrap-8 .item-title {
  font-size: 24px;
  line-height: 1.5;
  color: #152e56;
  padding: 0 40px;
  margin-bottom: 45px;
}
.wrap-8 .item-title.center {
  text-align: center;
  margin-bottom: 10px;
}
.wrap-8 .item-desc {
  font-weight: lighter;
  font-size: 14px;
  line-height: 1.5;
  color: #152e56;
  padding: 0 40px;
  text-align: center;
}
.wrap-8 .item-btn {
  display: block;
  width: fit-content;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 60px;
  background: #f5a253;
  padding: 16px 32px;
  margin: 30px auto;
}
.wrap-8 .item-btn:hover {
  background-image: linear-gradient(90deg, #ffd44f 0%, #f47652 100%);
}
.advertising {
  position: sticky;
  top: 50px;
  z-index: 99;
  flex-shrink: 0;
  width: 262px;
  height: auto;
  padding-bottom: 100px;
}
.advertising-articles {
  width: 100%;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 24px 48px -12px rgba(94, 114, 154, 0.18);
  overflow: hidden;
  margin-bottom: 26px;
}
.advertising .articles-list .list-li_link {
  position: relative;
  display: block;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5;
  padding: 10px 12px;
  color: #393939;
  overflow: hidden;
}
.advertising .articles-list .list-li_link::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 10px;
  width: 65px;
  height: 75px;
  background-image: url(../../img/fucaso/articles-header-before.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.advertising .articles-list .list-li_link:hover,
.advertising .articles-list .list-li_link.active {
  color: #fff;
  background-color: #f5a253;
}
.advertising-card {
  position: relative;
  z-index: 2;
  width: 100%;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 24px 48px -12px rgba(94, 114, 154, 0.18);
  padding-bottom: 20px;
}
.advertising .card-cover_outer {
  position: relative;
}
.advertising .card-cover_outer::before {
  content: '';
  position: absolute;
  bottom: -30px;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
  width: 190px;
  height: 134px;
  background-image: url(../../img/fucaso/card-before.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.advertising .card-cover {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: top;
}
.advertising .card-title {
  display: block;
  font-size: 18px;
  color: #152e56;
  text-align: center;
  margin: 18px 0 6px;
}
.advertising .card-decs {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  color: #152e56;
  padding: 0 20px;
  margin-bottom: 12px;
}
.advertising .card-link {
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 300;
  font-size: 12px;
  color: #fff;
  border-radius: 70px;
  background: #f5a253;
  padding: 16px;
  margin: 0 auto;
}
.advertising .card-link:hover {
  background-image: linear-gradient(90deg, #ffd44f 0%, #f47652 100%);
}
.mm-dialog {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(92, 92, 92, 0.29);
  z-index: 99999;
}
.dialog-box {
  max-height: 80vh;
  overflow-y: auto;
  background: #fff;
  padding: 64px 70px;
  border-radius: 14px;
}
.dialog-box[data-type='patient'] {
  padding: 0;
}
.dialog-box::-webkit-scrollbar {
  width: 10px;
  height: 100%;
}
.dialog-box::-webkit-scrollbar-thumb {
  border-radius: 0 14px 14px 0;
  background: #a8a8a8;
}
.dialog-box::-webkit-scrollbar-track {
  background-color: #ffffff;
  border-radius: 0 14px 14px 0;
}
.dialog-container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 835px;
}
.dialog-container .dialog-header {
  position: relative;
}
.dialog-container .dialog-header_close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url('../../img/common/close.svg');
  cursor: pointer;
  z-index: 9999;
}
.dialog-container_title {
  text-align: center;
  font-size: 26px;
  font-weight: 800;
  color: #191919;
  line-height: 1.8;
  margin-bottom: 54px;
}
@media screen and (max-width: 768px) {
  .dialog-container {
    top: 15%;
    left: 3%;
    width: 94%;
    border-radius: 14rem;
    transform: unset;
    padding-bottom: 80rem;
  }
  .dialog-container_title {
    width: 93%;
    font-size: 20rem;
    margin: 0 auto 25rem;
  }
}
.common-form {
  width: 858px;
  border-radius: 16px 0 16px 16px;
  background: #fff;
  padding: 36px 54px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  width: auto;
}
@media screen and (max-width: 768px) {
  .common-form {
    flex-direction: column;
  }
}
.common-form.popup {
  border-radius: 16px;
  max-height: 85vh;
  overflow-y: auto;
  overflow-x: hidden;
}
.common-form.popup::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.common-form.popup::-webkit-scrollbar-thumb {
  background: #8b8b8b;
  border-radius: 10px;
}
.common-form.popup::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 10px;
}
.common-form.popup::before,
.common-form.popup::after {
  display: none;
}
.common-form::before {
  content: '';
  position: absolute;
  display: inline-block;
  width: 16px;
  height: 16px;
  right: -16px;
  top: 0;
  background-color: #fff;
}
.common-form::after {
  content: '';
  position: absolute;
  background-image: url(../../img/index/form-right.png);
  width: 33px;
  height: 121px;
  right: -33px;
  top: 0;
}
.common-form_tips {
  font-size: 20px;
  font-weight: normal;
  color: #171717;
  font-style: italic;
  flex: 0 0 100%;
  margin-bottom: 30px;
  display: inline-block;
  text-align: left;
  width: 100%;
}
.common-form_item {
  flex: 0 0 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 15px;
}
.common-form_item.half {
  flex: 0 0 353px;
}
.common-form_pact {
  display: flex;
  align-items: flex-start;
}
.common-form_pact .common-form_checkbox {
  border-radius: 3.276px;
  border: 1px solid #d9d9d9;
  width: 19px;
  height: 19px;
  flex: 0 0 19px;
  margin-top: 2px;
}
.common-form_pact .common-form_label {
  flex-grow: 1;
  margin-left: 9px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: normal;
  color: #393939;
  line-height: 1.5;
}
.common-form_label {
  font-size: 20px;
  font-weight: normal;
  color: #171717;
  margin-bottom: 20px;
  display: inline-block;
}
.common-form_input {
  box-sizing: border-box;
  width: 100%;
  border-radius: 8px;
  border: 1px solid #d9d9d9;
  background: transparent;
  padding: 18px 20px;
  font-size: 20px;
  font-weight: normal;
  color: #404040;
}
.common-form_input::placeholder {
  font-size: 20px;
  font-weight: 300;
  color: #959595;
}
.common-form_input.error {
  border: 1px solid #d04c3f;
}
.common-form_error {
  margin-top: 10px;
  min-height: 17px;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  color: #D04C3F;
}
.common-form_submit {
  border-radius: 50px;
  padding: 22px 0;
  width: 317px;
  text-align: center;
  background: linear-gradient(90deg, #f6d365 0%, #fda085 100%);
  font-size: 26px;
  font-weight: normal;
  color: #FFF;
  margin: 0 auto;
}
.common-form_submit:hover {
  background: linear-gradient(90deg, #ffd44f 0%, #f47652 100%);
}
.common-form .file-box {
  border-radius: 8px;
  border: 2px dashed #152e56;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  width: 100%;
}
.common-form .file-box_placeholder {
  font-size: 20px;
  font-weight: 300;
  color: #959595;
}
.common-form .file-box_collect {
  display: none;
  align-items: center;
}
.common-form .file-box_collect .img-box {
  margin-left: 10px;
  position: relative;
}
.common-form .file-box_collect .img-box_file {
  object-fit: contain;
}
.common-form .file-box_collect .img-box_close {
  position: absolute;
  right: -5px;
  top: -5px;
  padding: 5px;
  border-radius: 50%;
  background: #747474;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
  line-height: 1;
  width: 10px;
  height: 10px;
}
.common-form .file-box_upload {
  background-image: url(../../img/folder.svg);
  background-size: 100% 100%;
  width: 35px;
  height: 35px;
  cursor: pointer;
}
.common-form .file-box_file {
  opacity: 0;
  height: 100%;
  width: 100%;
}
.common-form .file-box_tips {
  font-size: 14px;
  font-weight: normal;
  color: #F5A253;
  display: inline-block;
  margin-top: 17px;
}
@media screen and (max-width: 768px) {
  .common-form {
    width: 100%;
    border-radius: 16rem;
    padding: 25rem 16rem 40rem 16rem;
    flex-wrap: nowrap;
  }
  .common-form::after,
  .common-form::before {
    display: none;
  }
  .common-form_tips {
    font-size: 16rem;
    margin-bottom: 30rem;
    flex: unset;
  }
  .common-form_item {
    flex: unset;
    margin-bottom: 15rem;
    width: 100%;
  }
  .common-form_item.half {
    flex: unset;
  }
  .common-form_pact .common-form_checkbox {
    border-radius: 3.276rem;
    border: 1rem solid #d9d9d9;
    width: 19rem;
    height: 19rem;
    flex: 0 0 19rem;
    margin-top: 2rem;
  }
  .common-form_pact .common-form_label {
    flex-grow: 1;
    margin-left: 9rem;
    margin-bottom: 0;
    font-size: 14rem;
  }
  .common-form_label {
    font-size: 16rem;
    margin-bottom: 12rem;
  }
  .common-form_input {
    border-radius: 8rem;
    border: 1rem solid #d9d9d9;
    padding: 13rem;
    font-size: 16rem;
  }
  .common-form_input::placeholder {
    font-size: 14rem;
  }
  .common-form_input.error {
    border: 1rem solid #d04c3f;
  }
  .common-form_error {
    margin-top: 10px;
    min-height: 17px;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    color: #D04C3F;
  }
  .common-form_submit {
    border-radius: 50rem;
    padding: 22rem 0;
    width: 277rem;
    text-align: center;
    font-size: 20rem;
  }
  .common-form .file-box {
    border-radius: 8rem;
    border: 2rem dashed #152e56;
    flex-direction: row;
    padding: 13rem;
  }
  .common-form .file-box_placeholder {
    font-size: 14rem;
  }
  .common-form .file-box_upload {
    width: 23rem;
    height: 23rem;
  }
  .common-form .file-box_tips {
    font-size: 12rem;
    margin-top: 12rem;
  }
}
.common-form::after,
.common-form::before {
  display: none;
}
.common-form_item.half {
  flex: 0 0 45%;
}
.common-form_input {
  font-size: 16px;
  padding: 12px 20px;
}
@media (max-width: 1440px) {
  .advertising {
    display: none;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 0.2666667vw;
  }
  .banner {
    background-image: url(../../img/fucaso/banner-mb.webp);
  }
  .banner .container {
    padding: 50rem 0;
  }
  .banner-title {
    height: 220rem;
    margin-bottom: 20rem;
  }
  .banner-title::before,
  .banner-title::after {
    text-shadow: 0 0 4rem rgba(0, 0, 0, 0.25);
  }
  .banner-title::before {
    font-size: 36rem;
  }
  .banner-title::after {
    font-size: 36rem;
  }
  .banner-desc {
    font-weight: 300;
    font-size: 18rem;
    padding: 0 15rem;
  }
  .wrap-main {
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 100%;
    margin: 0 auto;
    padding: 50rem 15rem 0;
  }
  .main {
    width: 100%;
  }
  .wrap-title {
    font-size: 28rem;
    margin-bottom: 20rem;
  }
  .wrap-1 {
    margin-bottom: 60rem;
  }
  .wrap-1::before {
    top: -50rem;
    left: 50%;
    width: 375rem;
    height: 800rem;
  }
  .wrap-1 .wrap-title {
    height: 130rem;
  }
  .wrap-1 .wrap-title::before {
    font-size: 28rem;
  }
  .wrap-1 .wrap-desc {
    font-size: 16rem;
    margin-bottom: 0;
    text-align: left;
    padding: 0;
  }
  .wrap-1 .wrap-img-outer {
    width: 100%;
    background: none;
  }
  .wrap-1 .wrap-img {
    width: 100%;
    height: auto;
  }
  .wrap-2 {
    margin-bottom: 60rem;
  }
  .wrap-2 .wrap-desc-outer {
    margin-bottom: 20rem;
  }
  .wrap-2 .wrap-desc {
    font-size: 16rem;
    padding-right: 3rem;
  }
  .wrap-2 .wrap-video {
    width: 100%;
    height: 200rem;
    border-radius: 10rem;
  }
  .wrap-2 .wrap-video .video-btn {
    width: 48rem;
    height: 48rem;
  }
  .wrap-2 .wrap-video .video-content {
    width: 100%;
    height: 100%;
  }
  .wrap-3 {
    margin-bottom: 60rem;
  }
  .wrap-3 .wrap-subtitle {
    font-size: 20rem;
    margin-bottom: 20rem;
  }
  .wrap-3 .wrap-subtitle.second-subtitle,
  .wrap-3 .wrap-subtitle.third-subtitle,
  .wrap-3 .wrap-subtitle.fourth-subtitle {
    margin-top: 60rem;
    padding-right: 0;
  }
  .wrap-3 .wrap-content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  .wrap-3 .wrap-content .content-item {
    border-radius: 10px;
    border: 1px solid #eaeaea;
    overflow: hidden;
  }
  .wrap-3 .wrap-content .content-item.item1 {
    width: 218rem;
  }
  .wrap-3 .wrap-content .content-item.item1 .item-img {
    width: 90%;
    height: auto;
    margin-bottom: 5rem;
  }
  .wrap-3 .wrap-content .content-item.item1 .item-desc {
    padding-bottom: 10rem;
  }
  .wrap-3 .wrap-content .content-item.item2 {
    width: 120rem;
  }
  .wrap-3 .wrap-content .content-item.item2 .item-title {
    padding-right: 5rem;
  }
  .wrap-3 .wrap-content .content-item.item2 .item-title::before {
    bottom: -15rem;
    width: 120rem;
    height: 60rem;
  }
  .wrap-3 .wrap-content .content-item.item2 .item-img {
    width: 70%;
    height: auto;
    margin-bottom: 0;
    margin-top: 10rem;
  }
  .wrap-3 .wrap-content .content-item.item2 .item-desc {
    padding-top: 10rem;
  }
  .wrap-3 .wrap-content .item-title {
    font-size: 5rem;
    padding: 5rem;
  }
  .wrap-3 .wrap-content .item-img {
    display: block;
    margin: 15rem auto;
  }
  .wrap-3 .wrap-content .item-desc {
    font-size: 5rem;
    padding: 0 10rem;
  }
  .wrap-3 .wrap-desc {
    font-size: 16rem;
    margin-bottom: 20rem;
  }
  .wrap-3 .wrap-resource {
    font-size: 12rem;
    margin-top: -10rem;
  }
  .wrap-3 .wrap-img {
    display: block;
    width: 100%;
    height: auto;
  }
  .wrap-4 {
    height: auto;
    gap: 0;
    margin-bottom: 100rem;
    padding: 50rem 0;
  }
  .wrap-4::before {
    width: 375rem;
    height: 100%;
    background-position: center top;
    border-radius: 25rem 25rem 0 0;
  }
  .wrap-4 .wrap-title {
    color: #fff;
  }
  .wrap-4 .wrap-content {
    flex-direction: column-reverse;
    gap: 10rem;
  }
  .wrap-4 .content-img {
    width: 100%;
    height: auto;
  }
  .wrap-4 .content-info {
    width: 100%;
  }
  .wrap-4 .content-subitem {
    font-size: 16rem;
  }
  .wrap-4 .content-desc {
    font-size: 16rem;
    line-height: 1.5;
    margin: 15rem 0 20rem;
  }
  .wrap-4 .content-list {
    padding-left: 20rem;
  }
  .wrap-4 .content-list .list-li {
    font-size: 16rem;
    margin-bottom: 15rem;
    padding-right: 0;
  }
  .wrap-5 {
    margin-bottom: 100rem;
  }
  .wrap-5 .wrap-content {
    flex-direction: column;
    gap: 60rem;
  }
  .wrap-5 .content-info {
    width: 100%;
  }
  .wrap-5 .wrap-title {
    text-align: center;
  }
  .wrap-5 .content-desc {
    font-size: 16rem;
    padding-right: 0;
    margin-bottom: 20rem;
  }
  .wrap-5 .content-link {
    font-size: 16rem;
    line-height: 1.5;
    border-width: 6rem;
    border-radius: 50rem;
    padding: 8rem 16rem;
    text-align: center;
  }
  .wrap-5 .content-img {
    display: block;
    width: 100%;
    height: auto;
  }
  .wrap-6 {
    margin-bottom: 100rem;
  }
  .wrap-6 .wrap-desc {
    font-size: 16rem;
    margin-bottom: 25rem;
  }
  .wrap-6 .wrap-subtitle {
    font-size: 20rem;
    margin-bottom: 20rem;
  }
  .wrap-6 .wrap-content.pc {
    display: none;
  }
  .wrap-6 .wrap-content.mobile {
    display: block;
    width: 100%;
  }
  .wrap-6 .wrap-content .content-item {
    background: #fdf4e7;
    margin-bottom: 15rem;
  }
  .wrap-6 .wrap-content .content-item.active .item-header::after {
    transform: translateY(-50%) rotate(0);
  }
  .wrap-6 .wrap-content .item-header {
    position: relative;
    display: flex;
    justify-content: space-between;
    box-shadow: 0 1px 0 0 #fae3c2;
  }
  .wrap-6 .wrap-content .item-header::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 10rem;
    transform: translateY(-50%) rotate(180deg);
    display: block;
    width: 14rem;
    height: 7rem;
    background-image: url(../../img/fucaso/wrap6-arrow.svg);
    background-size: 100% 100%;
    transition: transform 200ms;
  }
  .wrap-6 .wrap-content .item-order {
    flex-shrink: 0;
    font-size: 16rem;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 86rem;
    background-image: linear-gradient(to right, #ff9a44, #fc6076);
  }
  .wrap-6 .wrap-content .item-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 5rem 30rem 5rem 15rem;
  }
  .wrap-6 .wrap-content .item-title {
    font-size: 12rem;
    line-height: 1.5;
    color: #393939;
    padding-right: 20rem;
    margin-bottom: 6rem;
  }
  .wrap-6 .wrap-content .item-subtitle {
    font-weight: lighter;
    font-size: 12rem;
    line-height: 1.5;
    color: #393939;
  }
  .wrap-6 .wrap-content .item-body {
    display: none;
    padding: 20rem 0;
  }
  .wrap-6 .wrap-content .item-img {
    display: block;
    margin: 0 auto 12rem;
  }
  .wrap-6 .wrap-content .item-desc {
    font-size: 12rem;
    line-height: 1.5;
    color: #393939;
    padding: 0 15rem;
    margin-bottom: 22rem;
  }
  .wrap-6 .wrap-content .item-tips {
    width: 317rem;
    font-weight: lighter;
    font-size: 12rem;
    color: #393939;
    margin: 0 auto;
    border-radius: 5rem;
    background: #ffedd2;
    padding: 4rem 10rem;
  }
  .wrap-7 {
    margin-bottom: 100rem;
  }
  .wrap-7 .wrap-content {
    flex-direction: column;
    gap: 60rem;
  }
  .wrap-7 .content-info {
    width: 100%;
  }
  .wrap-7 .wrap-title {
    text-align: center;
  }
  .wrap-7 .content-desc {
    font-size: 16rem;
    padding-right: 0;
    margin-bottom: 20rem;
  }
  .wrap-7 .content-link {
    width: auto;
    font-size: 16rem;
    line-height: 1.5;
    border-width: 6rem;
    border-radius: 50rem;
    padding: 8rem 16rem;
    text-align: center;
  }
  .wrap-7 .content-img {
    display: block;
    width: 100%;
    height: auto;
  }
  .wrap-8 {
    padding-bottom: 80rem;
  }
  .wrap-8::after {
    display: none;
  }
  .wrap-8 .wrap-content {
    flex-direction: column;
    gap: 200rem;
    margin-top: 200rem;
  }
  .wrap-8 .content-item {
    width: 100%;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0px 21.243px 42.487px -10.622px rgba(94, 114, 154, 0.18);
  }
  .wrap-8 .item-header {
    height: 156rem;
    border-radius: 14rem 14rem 0 0;
  }
  .wrap-8 .item-header::before {
    right: 5rem;
    width: 193rem;
    height: 119rem;
  }
  .wrap-8 .item-img {
    position: absolute;
    top: -130rem;
    left: 50%;
    transform: translateX(-50%);
    width: 231rem;
    height: 249rem;
  }
  .wrap-8 .item-tag {
    font-size: 20rem;
    border-radius: 70rem;
    padding: 8rem 24rem;
    margin: 30rem auto 20rem;
  }
  .wrap-8 .item-title {
    font-size: 24rem;
    padding: 0 20rem;
    margin-bottom: 30rem;
    text-align: center;
  }
  .wrap-8 .item-title.center {
    margin-bottom: 10rem;
  }
  .wrap-8 .item-desc {
    font-size: 14rem;
    padding: 0 20rem;
  }
  .wrap-8 .item-btn {
    font-size: 20rem;
    border-radius: 60rem;
    padding: 16rem 32rem;
    margin: 30rem auto;
  }
  .advertising {
    display: none;
  }
  .mm-dialog {
    overflow-y: scroll;
  }
  .dialog-box {
    padding: 43rem 15rem;
    border-radius: 14rem;
  }
}
