@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
html {
  -webkit-text-size-adjust: 100%;
  margin-top: 0 !important;
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body, h1, h2, h3, h4, h5, h6, p, address, ul, ol, li, dl, dt, dd, table, th, td, img, form {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  color: #000;
  letter-spacing: 0;
}
main {
  overflow: inherit;
}
.navmn, .u-sp, .menu, .u-tab {
  display: none !important;
}
.futureshop_lp {
  overflow: hidden;
}
a {
  transition-duration: .3s;
}
a:hover {
  opacity: .7;
  transition-duration: .3s;
}
.lpHeader {
  position: absolute;
  z-index: 110;
  top: 0;
  left: 0;
  width: 100%;
}
.lpHeader_inn {
  max-width: 1366px;
  margin: 0 auto;
  padding-top: 37px;
}
.lpHeader_logo p {
  font-size: 11px;
  letter-spacing: 0.06em;
  font-weight: bold;
  margin-bottom: 10px;
}
.lpHeader_menu {
  position: fixed;
  z-index: 20;
  top: 32px;
  right: 40px;
  width: 1172px;
  max-width: 70%;
  background-color: rgb(255 255 255 / 94%);
  border-radius: 36px;
  overflow: hidden;
  padding: 10px 40px 10px 10px;
}
@media only screen and (max-width: 1600px) {
  .lpHeader_menu {
    right: 10px;
    padding: 10px;
  }
}
.lpHeader_menu ul.flex {
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}
.lpHeader_menu a {
  font-size: 15px;
  font-weight: bold;
  display: block;
}
.lpHeader_menu ul li:not(.hd-button) {
  margin-right: 1.2em;
}
.lpHeader_menu a span {
  display: inline-block;
  position: relative;
  z-index: 3;
}
.lpHeader_menu a.lpHeader_btn2,
.lpHeader_menu a.lpHeader_btn {
  background-color: #FE4B21;
  display: block;
  border: 2px solid #FE4B21;
  border-radius: 30px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.06em;
  width: 180px;
  padding: 22px 0 20px;
  position: relative;
  overflow: hidden;
}
.lpHeader_menu a.lpHeader_btn::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(254, 75, 33);
  background: linear-gradient(90deg, rgba(254, 75, 33, 1) 0%, rgba(240, 0, 0, 1) 100%);
  position: absolute;
  opacity: 0;
  transition-duration: .3s;
}
.lpHeader_menu a.lpHeader_btn:hover {
  opacity: 1;
}
.lpHeader_menu a.lpHeader_btn:hover::before {
  opacity: 1;
}
.lpHeader_menu a.lpHeader_btn2 {
  color: #014BA5;
  border: 2px solid #014BA5;
  background: #fff;
}
.lpHeader_menu a.lpHeader_btn2:hover {
  color: #fff;
  background: #014BA5;
  opacity: 1;
}
@media only screen and (min-width: 1620px) {
  .lpHeader_menu ul li:not(.hd-button) {
    margin-right: 1.8em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1520px) {
  .lpHeader_menu a.lpHeader_btn2,
  .lpHeader_menu a.lpHeader_btn {
    font-size: 12px;
    letter-spacing: 0.06em;
    width: 120px;
    padding: 18px 0 14px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1310px) {
  .lpHeader_menu a.lpHeader_btn2,
  .lpHeader_menu a.lpHeader_btn {
    font-size: 10px;
    letter-spacing: 0;
    width: 100px;
    padding: 12px 0 8px;
  }
}
@media only screen and (max-width: 768px) {
  .lpHeader_menu a.lpHeader_btn {
    font-size: 12px;
    width: 113px;
    margin-left: 0;
    padding: 14px 0 11px;
  }
  .lpHeader_menu ul li:not(.hd-button) {
    margin-right: 0;
  }
}
.mainvs {
  padding: 8% 0 2%;
  position: relative;
}
.mainvs-contain {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.mainvs_img {
  position: absolute;
  right: -157px;
  bottom: -24px;
}
.mainvs_logo {
  margin-bottom: 35px;
  position: relative;
  padding-bottom: 25px;
}
.mainvs_logo::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 6px;
  height: 4px;
  width: 64px;
  background-color: #FE4B21;
  border-radius: 2px;
}
.mainvs_title {
  font-size: 44px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 48px;
}
.mainvs_title span:nth-child(2) {
  margin-top: 21px;
  margin-bottom: 19px;
}
.mainvs_title span.ef-left {
  display: block;
}
.mainvs_text .flex p {
  font-size: 14px;
  letter-spacing: 0.06em;
  font-weight: bold;
  line-height: 24px;
  margin-top: -5px;
  padding-left: 13px;
}
a.btn2,
a.btn {
  display: block;
  width: 300px;
  max-width: 100%;
  background-color: #FE4B21;
  border: 2px solid #FE4B21;
  border-radius: 54px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.06em;
  margin-top: 49px;
  padding: 24px 0 23px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
a.btn2 {
  background: #fff;
  color: #014BA5;
  border-color: #014BA5;
}
a.btn2 span,
a.btn span {
  display: inline-block;
  position: relative;
  z-index: 3;
}
a.btn::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(254, 75, 33);
  background: linear-gradient(90deg, rgba(254, 75, 33, 1) 0%, rgba(240, 0, 0, 1) 100%);
  position: absolute;
  opacity: 0;
  transition-duration: .3s;
}
a.btn2:hover,
a.btn:hover {
  opacity: 1;
}
a.btn:hover::before {
  opacity: 1;
}
a.btn2:hover {
  background-color: #014BA5;
  color: #fff;
}
a.btn2 .icon-image,
a.btn img {
  margin-right: 10px;
  vertical-align: text-top;
  position: relative;
}
a.btn2:hover .icon-image {
  background: url("../../../../../../futureshop/assets/img/dl-icon-hover.svg") center center no-repeat;
  background-size: cover;
  animation: .6s ease-out arrow2;
}
a.btn2:hover .icon-image img {
  opacity: 0;
}
a.btn:hover img {
  animation: .6s ease-out arrow
}
@keyframes arrow {
  0% {
    transform: translate(0);
    opacity: 1
  }
  40% {
    transform: translate(20px, -20px);
    opacity: 0
  }
  60% {
    transform: translate(-20px, 20px);
    opacity: 0
  }
  100% {
    transform: translate(0);
    opacity: 1
  }
}
@keyframes arrow2 {
  0% {
    transform: translate(0);
    opacity: 1
  }
  40% {
    transform: translate(0, 20px);
    opacity: 0
  }
  60% {
    transform: translate(0, -20px);
    opacity: 0
  }
  100% {
    transform: translate(0);
    opacity: 1
  }
}
.futureshop-head {
  text-align: center;
  padding: 16px 0;
  position: relative;
}
.futureshop-head_sub {
  font-family: 'Montserrat', sans-serif;
  font-size: 140px;
  font-weight: 600;
  line-height: 1;
  color: #F7F7F7;
  letter-spacing: .05em;
}
.futureshop-head h2 {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 46px;
  margin-top: -46px;
}
.futureshop-head p {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 2;
  margin-top: 23px;
}
.futureshop-head_bg {
  position: absolute;
  left: 0;
  top: 40px;
  transform: translateX(-67%);
}
.service_contain {
  max-width: 1200px;
  margin: 0 auto;
  width: 98%;
}
.service {
  padding-top: 72px;
}
.service_img {
  width: 48.1%;
  transform: translateX(-38px);
}
.service_contain .flex {
  justify-content: space-between;
}
.service_text {
  width: 43.2%;
  padding-top: 37px;
}
.service_title.title-01 {
  font-size: 88px;
}
.title-01 {
  font-family: 'Montserrat', sans-serif;
  font-size: 64px;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1;
  position: relative;
  padding-bottom: 18px;
  margin-bottom: 35px;
}
.title-01::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0px;
  height: 4px;
  width: 64px;
  background-color: #FE4B21;
  border-radius: 2px;
}
.title_sub {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 36px;
  line-height: 1;
  margin-bottom: 67px;
}
.title_sub::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 16px;
  height: 16px;
  background-color: #003E92;
  border: 2px solid #E43C00;
  border-radius: 10px;
}
.service_text .title_sub {
  font-size: 20px;
  line-height: 1.2;
  padding-left: 30px;
  margin-bottom: 56px;
}
.service_text li {
  font-size: 20px;
  letter-spacing: 0.06em;
  font-weight: bold;
  line-height: 1;
  vertical-align: middle;
  margin-bottom: 16px;
}
.service_text li img {
  vertical-align: text-top;
  margin-right: 12px;
}
.service_title::before {
  content: "";
  position: absolute;
  right: 19.4%;
  top: -11px;
  background: url(../img/futureshop_new/service_dot.png) no-repeat center/contain;
  width: 46px;
  height: 66px;
}
.certi {
  margin-top: -27px;
  padding: 99px 0 90px;
  position: relative;
}
.certi_contain {
  max-width: 1200px;
  margin: 0 auto;
  width: 96%;
  position: relative;
  z-index: 19;
}
.certi_head {
  text-align: center;
}
.flex.certi_logo {
  justify-content: center;
  align-items: center;
  margin-bottom: 26px;
}
.certi_logo span {
  display: inline-block;
  width: 42px;
  height: 42px;
  background-color: #014BA5;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 29px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
}
.certi_logo span img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.certi_logo .ef-left img {
  height: 82px;
}
.certi_logo .ef-right img {
  height: 45px;
}
.certi_head h2 {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 50px;
  text-align: center;
  margin-bottom: 26px;
}
.certi_head p {
  font-size: 16px;
  letter-spacing: 0.06em;
  font-weight: 500;
  line-height: 2;
  text-align: center;
}
.certi_title {
  position: absolute;
  z-index: 5;
}
.certi_box-01 {
  width: 555px;
  height: 555px;
  background-color: #EDF4FC;
  box-shadow: 0 0 30px rgb(141 178 224 / 15%);
  border-radius: 100%;
  margin: 0 auto;
  position: relative;
}
.certi_box-02 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 423px;
  height: 423px;
  border-radius: 100%;
  background-color: #E4EDF8;
  box-shadow: 0 0 20px rgb(1 75 165 / 12%);
}
.certi_box {
  position: relative;
  margin-top: 238px;
}
.certi_title.certi_title-01 {
  left: 50%;
  transform: translateX(-50%);
  top: -45px;
}
.u-tcenter * {
  text-align: center;
}
.certi_title-en {
  font-size: 30px;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.12em;
  line-height: 1;
  font-weight: 600;
}
.certi_title-jp {
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 2;
  margin-top: 6px;
}
.certi_title.certi_title-02 {
  top: 50%;
  left: 0;
  transform: translate(-78%, -116%);
}
.u-tright * {
  text-align: right;
}
.certi_title.certi_title-03 {
  right: 0;
  top: 50%;
  transform: translate(85%, -116%);
}
.certi_title.certi_title-04 {
  bottom: 55px;
  left: 0;
  transform: translateX(-55%);
}
.certi_title.certi_title-05 {
  bottom: 55px;
  right: 0;
  transform: translateX(64%);
}
.certi_circle {
  position: absolute;
  width: 43px;
  height: 43px;
  border-radius: 100%;
}
.certi_circle.certi_circle-01 {
  top: -21px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgb(152 84 203 / 20%);
}
.certi_circle::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 17px;
  height: 17px;
  border-radius: 100%;
}
.certi_circle.certi_circle-01::after {
  background-color: #9854CB;
}
.certi_circle.certi_circle-02 {
  left: -9px;
  top: 29.5%;
  background-color: rgb(117 61 72 / 20%);
}
.certi_circle.certi_circle-02::after {
  background-color: #663310;
}
.certi_circle.certi_circle-03 {
  right: -9px;
  top: 29.5%;
  background-color: rgb(249 163 95 / 20%);
}
.certi_circle.certi_circle-03::after {
  background-color: #F9A35F;
}
.certi_circle.certi_circle-04 {
  left: 65px;
  bottom: 21px;
  background-color: rgb(163 138 129 / 20%);
}
.certi_circle.certi_circle-04::after {
  background-color: #B7AC9A;
}
.certi_circle.certi_circle-05 {
  right: 63px;
  bottom: 21px;
  background-color: rgb(65 210 225 / 20%);
}
.certi_circle.certi_circle-05::after {
  background-color: #41D2E1;
}
.certi_circleimg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.certi_titleimg {
  position: absolute;
  right: -107px;
  top: -18px;
}
.futuSlide {
  margin-top: 21px;
  padding: 70px 0 84px;
  position: relative;
}
.futuSlide_box {
  position: relative;
  padding-bottom: 68px;
  padding-top: 70px;
  z-index: 2;
}
.futuSlide_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 96%;
  background-color: #014BA5;
  border-radius: 0 24px 24px 0;
  height: 100%;
}
.futuSlide_bg img {
  position: absolute;
  right: 19px;
  top: 0;
  transform: translateY(-90.5%);
}
.futuSlide_contain {
  position: relative;
  z-index: 5;
}
.futuSlide_item {
  background-color: #fff;
  border-radius: 24px 24px 0 24px;
  box-shadow: 0 0 20px rgb(41 33 32 / 15%);
  padding: 50px 30px;
  height: 100%;
}
.futuSlide_head h3 {
  font-size: 23px;
  margin-bottom: 10px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1;
}
.futuSlide_head p {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.06em;
  margin-top: -1px;
}
.futuSlide_head {
  margin-left: 16px;
  margin-top: -1px;
}
.futuSlide_txt {
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
  margin-top: 30px;
  text-align: left;
}
.futuSlide_item .flex {
  align-items: center;
}
.futuSlide_content a.btn2,
.futuSlide_content a.btn {
  margin: 0 auto;
  width: 410px;
  padding: 29px 0 30px;
  font-size: 18px;
  box-shadow: 5px 5px 10px rgb(0 0 0 / 15%);
  transition-duration: .5s;
}
.btn_wrap {
  text-align: center;
}
.btn_wrap span.ef-left {
  padding: 0 30px 44px;
  display: block;
}
.servDtl_bot .btn_wrap {
  margin-top: 36px;
}

.futuSlide_content p {
  font-size: 20px;
  line-height: 34px;
  letter-spacing: 0.06em;
  text-align: center;
  font-weight: bold;
  margin-bottom: 32px;
}
.futuSlide_content {
  padding-top: 64px;
  position: relative;
}
.futuSlide_content .futuSlide_content-abs {
  position: absolute;
  top: 0;
  left: 15%;
  width: 361px;
  transform: translateY(-50%);
  z-index: -1;
}
.futuSlide_content a.btn2 img,
.futuSlide_content a.btn img {
  width: 23px;
}
.streng {
  position: relative;
  padding: 79px 0 17.2%;
}
.work::after, .streng::before, .streng::after {
  background-size: auto 100%;
  background-position: center center;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1;
}
.streng::before {
  top: 0;
  height: 424px;
  background-image: url("../img/futureshop_new/reason-wave-top.png");
}
.work::after, .streng::after {
  bottom: 0;
  height: 449px;
  background-image: url("../img/futureshop_new/reason-wave-bottom.png");
}
.work_in, .streng_bg {
  background: #F0F6FD;
  position: relative;
  z-index: 5;
}
.streng_contain {
  max-width: 1104px;
  margin: 0 auto;
  width: 94%;
  position: relative;
  z-index: 8;
}
.streng_title.title-01 {
  color: #014BA5;
  padding-bottom: 22px;
}
.streng_icon {
  position: absolute;
  right: -40px;
  top: -26px;
}
.streng_head {
  position: relative;
  padding-bottom: 11px;
}
.streng_img {
  width: 43.6%;
  border-radius: 32px;
  overflow: hidden;
}
.streng_text {
  width: 49.2%;
  padding-top: 2px;
}
.streng_item {
  justify-content: space-between;
  align-items: flex-start;
}
.streng_item + .streng_item {
  margin-top: 83px;
}
.streng_num {
  font-size: 44px;
  font-weight: bold;
  letter-spacing: 0.06em;
  color: transparent;
  font-family: 'Montserrat', sans-serif;
  line-height: 1;
  -webkit-text-stroke: 1px #014BA5;
}
.streng_text .streng_title {
  font-size: 26px;
  font-weight: bold;
  line-height: 40px;
  margin-top: 12px;
  margin-bottom: 19px;
}
.streng_text p {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 2;
  text-align: left;
}
.streng_text .streng_title span {
  color: #FE4B21;
}
.streng_num.streng_num-02 {
  -webkit-text-stroke: 1px #FE4B21;
}
.streng_num.streng_num-03 {
  -webkit-text-stroke: 1px #00B9A2;
}
.servDtl {
  padding-bottom: 225px;
  position: relative;
}
.servDtl::after {
  content: "";
  height: 220px;
  background: url("../img/futureshop_new/works-wave-top.png") center 0 repeat-x;
  background-size: auto 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.servDtl_title.title-01::after {
  display: none;
}
.servDtl_title.title-01 {
  margin-bottom: 8px;
}
.servDtl_head .title_sub {
  font-size: 20px;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 32px;
  letter-spacing: 0.06em;
  margin-bottom: 61px;
}
.servDtl_head {
  width: fit-content;
  position: relative;
}
.servDtl_icon {
  position: absolute;
  left: 127.6%;
  top: -53px;
}
.streng_contain .flex {
  gap: 50px 42px;
  flex-wrap: wrap;
}
.servDtl_item {
  width: calc(100%/3 - 84px/3);
}
.servDtl_img {
  text-align: center;
  padding: 53px 0;
  border: 4px solid #EDF4FC;
  border-radius: 24px 24px 0 24px;
  box-shadow: 10px 5px 20px #EDF4FC;
  background-color: #fff;
}
.servDtl_item img {
  max-width: none;
  height: 105px;
}
.servDtl_item h3 {
  color: #014BA5;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 32px;
  margin-top: 36px;
  margin-bottom: 18px;
}
.servDtl_item p {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 2;
  text-align: left;
}
.servDtl_bot {
  margin-top: 72px;
  border-top: 1px solid #E3E3E3;
  padding-top: 74px;
}
.servDtl_bot p {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 34px;
  text-align: center;
}
.servDtl_bot a.btn2,
.servDtl_bot a.btn {
  margin: 0 auto;
  font-size: 18px;
  width: 410px;
  padding: 29px 0 30px;
  box-shadow: 5px 5px 10px rgb(0 0 0 / 15%);
}
.servDtl_bot a.btn2 img,
.servDtl_bot a.btn img {
  width: 23px;
  margin-right: 13px;
}
.servDtl_bot a.btn2 .icon-image img {
  margin-right: 0;
}
.servDtl_icon01 {
  position: absolute;
  left: 0;
  top: 23.2%;
  transform: translateX(-67.9%);
  width: 585px;
  z-index: -1;
}
.servDtl_icon02 {
  position: absolute;
  right: 80px;
  bottom: 130px;
  transform: translate(50%, 50%);
  z-index: 1;
}
.work {
  z-index: 2;
  position: relative;
  padding: 0 0 14.6%;
}
.work_contain {
  max-width: 1370px;
  margin: 0 auto;
  justify-content: space-between;
  width: 94%;
}
.Works_head {
  width: 20%;
  position: relative;
}
.Works_content {
  width: 73.2%;
  padding-top: 8px;
}
.work_title.title-01 {
  color: #014BA5;
}
.Works_head .title_sub {
  color: #014BA5;
  margin-bottom: 55px;
  font-size: 20px;
  letter-spacing: .2em;
  line-height: 1.2;
}
.Works_head a {
  margin-top: 38px;
  margin-left: 2px;
  font-size: 15px;
  letter-spacing: 0.06em;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.work_txtvert {
  position: absolute;
  font-family: 'Montserrat', sans-serif;
  font-size: 167px;
  font-weight: 600;
  line-height: 1;
  color: #DEE8F7;
  left: 15px;
  top: 23%;
  writing-mode: vertical-lr;
  z-index: 1;
}
.Works_head a:hover {
  opacity: 1;
}
.Works_head a span.arw {
  width: 48px;
  height: 48px;
  background-color: #014BA5;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
.Works_head a span.arw img {
  width: 12px;
  height: auto;
}
.Works_head a:hover span.arw img {
  animation: .4s ease-out workArrow
}
@keyframes workArrow {
  0% {
    transform: translate(0);
    opacity: 1
  }
  40% {
    transform: translate(10px, 0);
    opacity: 0
  }
  60% {
    transform: translate(-10px, 0);
    opacity: 0
  }
  100% {
    transform: translate(0);
    opacity: 1
  }
}
.Works_head a span.text {
  display: inline-block;
  position: relative;
  font-size: 14px;
  line-height: 1.2;
  padding-bottom: 8px;
  overflow: hidden;
}
.Works_head a span.text::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #000;
  bottom: 0;
  transform: scale(1, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
.Works_head a:hover span.text::after {
  transform: scale(0, 1);
  transform-origin: right top;
}
.work_item.flex {
  border-radius: 56px 56px 0 56px;
  background-color: #fff;
  margin-bottom: 61px;
  padding: 60px;
  justify-content: space-between;
  align-items: center;
}
.work_text {
  width: 47.5%;
}
.work_img {
  width: 47.8%;
}
.work_box {
  border-radius: 35px;
  background-color: #FE4B21;
  color: #fff;
  min-width: 122px;
  display: inline-block;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  padding: 8px 17px 7px;
}
.work_text h3 {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.5;
  margin-top: 26px;
  margin-bottom: 8px;
}
.work_link {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 2;
}
.work_text p {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 2;
  margin-top: 27px;
  text-align: left;
  margin-bottom: 25px;
}
.work_text .more a {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.06em;
  font-weight: 500;
  padding: 2px 5px 12px 7px;
  line-height: 1;
  position: relative;
}
.work_text .more a::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #000;
  bottom: 0;
  transform: scale(1, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
.work_text .more a:hover::after {
  transform: scale(0, 1);
  transform-origin: right top;
}
.pc_inquiry_btn-fv .ef-left {
  padding-right: 10px;
  padding-bottom: 10px;
}
.pc_inquiry_btn-fv a.btn2,
.pc_inquiry_btn-fv a.btn {
  box-shadow: 2px 2px 10px rgba(0,0,0,.2);
}
@media only screen and (min-width: 1201px) {
  .pc_inquiry_btn-fv {
    margin-top: 40px;
  }
  .pc_inquiry_btn-fv a.btn2,
  .pc_inquiry_btn-fv a.btn {
    width: 280px;
    font-size: 16px;
    padding: 22px 0;
    margin-top: 0;
  }
  .pc_inquiry_btn-fv a.btn2 span,
  .pc_inquiry_btn-fv a.btn span {
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (min-width: 769px) {
  .works_sticky {
    position: sticky;
    top: 0;
    z-index: 3;
    background: #F0F6FD;
    padding: 30px 0 50px;
  }
  .Works_content {
    padding-top: 30px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .pc_inquiry_btn-fv a.btn2 {
    margin-top: 10px;
  }
}

.lpFlow {
  padding: 56px 0 139px;
}
.lpFlow_title.title-01 {
  text-align: center;
  margin-bottom: 46px;
}
.lpFlow_title.title-01::after {
  left: 50%;
  transform: translateX(-50%) !important;
}
.lpFlow_tdesc {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 30px;
}
.lpFlow_icon {
  position: absolute;
  left: -75px;
  top: 22px;
}
.lpFlow_head {
  position: relative;
  margin-bottom: 93px;
}
.lpFlow_sub {
  text-align: center;
  position: relative;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 71px;
}
.lpFlow_sub span::before, .lpFlow_sub span::after {
  content: "";
  position: absolute;
  top: 6px;
  width: 18px;
  height: 18px;
  background-color: #003E92;
  border: 3px solid #E43C00;
  border-radius: 20px;
}
.lpFlow_sub span {
  position: relative;
}
.lpFlow_sub span::before {
  left: -42px;
}
.lpFlow_sub span::after {
  right: -41px;
}
.flex.lpFlow-blue {
  gap: 30px;
  margin-bottom: 133px;
}
.lpFlow_item {
  width: calc(100%/3 - 20px);
  border-radius: 24px 24px 0 24px;
  overflow: hidden;
  position: relative;
  padding: 60px 34px 49px;
}
.lpFlow_num {
  border-radius: 0 0 24px 0;
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.06em;
  line-height: 3;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  text-align: center;
}
.lpFlow_img {
  text-align: center;
}
.lpFlow_item h3 {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 32px;
  text-align: center;
  margin-top: 28px;
  margin-bottom: 19px;
}
.lpFlow_item p {
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  text-align: left;
}
.futuSlide_slide {
  max-width: 1480px;
  margin-left: auto;
}
.lpFlow_icon2 {
  position: absolute;
  right: 18.2%;
  top: -128px;
  z-index: -1;
}
.lpFlow_slide .lpFlow_img img {
  display: inline-block;
}
.lpFlow-blue .lpFlow_num {
  background-color: #014BA5;
}
.lpFlow-blue .lpFlow_item {
  box-shadow: 10px 10px 20px rgb(210 223 239 / 70%);
  width: 100%;
  height: 100%
}
.lpFlow_slide .lpFlow_num {
  background-color: #FE4B21;
}
.lpFlow_slide .lpFlow_item {
  box-shadow: 10px 10px 20px rgb(255 233 227 / 80%);
  width: 100%;
  height: 100%
}
.lpPrice {
  background: url(../img/futureshop_new/price_bg.png) no-repeat center top/cover;
  padding: 108px 0 88px;
}
.lpPrice_title.title-01 {
  letter-spacing: 0;
  color: #014BA5;
  margin-left: 5px;
  margin-bottom: 37px;
}
.lpPrice_tdesc {
  color: #014BA5;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.06em;
  padding-left: 12px;
  line-height: 1.4;
}
.lpPrice_head {
  width: 19.5%;
}
.lpPrice_hdesc {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 29px;
  padding-bottom: 37px;
}
.lpPrice_himg {
  width: 30%;
  margin-top: -53px;
}
.lpPrice_hdesc span {
  display: inline-block;
  color: #fff;
  background-color: #014BA5;
  margin-top: 2px;
  line-height: 1;
  padding: 5px 0 4px 5px;
}
.flex.lpPrice_fhead {
  margin-bottom: 44px;
}
.lpPrice_item {
  border: 8px solid #D2DFEF;
  width: calc(50% - 20px);
  border-radius: 56px 56px 0 56px;
  padding: 37px 50px 43px;
  background-color: #fff;
}
.flex.lpPrice_fcontent {
  gap: 40px;
}
.lpPrice_item h3 {
  font-size: 24px;
  letter-spacing: 0.06em;
  font-weight: bold;
  line-height: 34px;
  padding-bottom: 21px;
  margin-bottom: 27px;
  color: #014BA5;
  text-align: center;
  position: relative;
}
.lpPrice_item h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 3px solid #D2DFEF;
  border-radius: 2px;
}
.lpPrice_item p {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 28px;
  margin-bottom: 27px;
}
.lpPrice_num span {
  font-size: 55px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  line-height: 40px;
  margin-right: 8px;
  vertical-align: sub;
}
.lpPrice_num {
  text-align: center;
  color: #FE4B21;
  font-weight: bold;
  font-size: 24px;
  line-height: 50px;
}
.lpPrice_option {
  position: relative;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #014BA5;
  letter-spacing: 0.2em;
  margin-top: 65px;
  margin-bottom: 65px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.lpPrice_option::before, .lpPrice_option::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  background-color: #D2DFEF;
  z-index: -1;
}
.lpPrice_option::after {
  width: 16px;
  height: 80px;
}
.lpPrice_option::before {
  width: 136px;
  height: 16px;
}
.lpPrice_option span {
  display: inline-block;
  line-height: 1.2;
}
.lpPrice_box.flex {
  background-color: #fff;
  border-radius: 40px 40px 0 40px;
  padding: 38px 58px 37px;
  align-items: center;
}
.lpPrice_box h3 {
  color: #FE4B21;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.5;
  width: 20.8%;
}
.lpPrice_btxt {
  width: 79%;
  padding: 9px 10px 9px 36px;
  position: relative;
}
.lpPrice_btxt p.u-clblue {
  font-size: 18px;
  color: #014BA5;
  margin-bottom: 8px;
}
.lpPrice_btxt p {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 28px;
}
.lpPrice_btxt::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  border-left: 2px solid #D2DFEF;
  border-radius: 10px;
}
.lpPrice_bot p {
  margin-bottom: 23px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 30px;
}
.lpPrice_bot a.btn2,
.lpPrice_bot a.btn {
  margin: 0 auto;
  width: 410px;
  padding: 29px 0 34px;
  font-size: 18px;
  box-shadow: 5px 5px 10px rgb(0 0 0 / 15%);
}
.lpPrice_bot {
  margin-top: 57px;
  margin-bottom: 57px;
}
.voice_slide {
  margin-top: 30px;
}
.voice {
  padding-top: 235px;
  position: relative;
}
.voice::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/futureshop_new/animation_parts/voice/voice_bg.png") center 0 repeat-x;
  background-size: auto 100%;
  height: 235px;
  width: 100%;
  z-index: 17;
}
.voice_in {
  background: #014BA5;
  padding-bottom: 8%;
  position: relative;
  z-index: 18;
}
.voice_title.title-01 {
  letter-spacing: 0;
  color: #fff;
}
.voice_tdesc {
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.06em;
  font-weight: bold;
  line-height: 27px;
  padding-left: 7px;
}
.flex.voice_fhead {
  justify-content: space-between;
  align-items: flex-end;
}
.voice_desc {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 25px;
  width: 42.3%;
  padding-bottom: 4px;
  color: #014BA5;
}
.voice_desc span {
  display: inline-block;
  background-color: #fff;
  margin-top: 4px;
  padding: 0 0 0 5px;
}
.voice_box {
  background-color: #fff;
  border-radius: 24px 24px 0 24px;
  position: relative;
  padding: 70px 54px 33px;
  height: 100%;
}
.voice_img {
  position: absolute;
  right: 98px;
  top: 160px;
  max-width: 264px;
  z-index: 3;
}
.voice_box .voice_title span {
  font-size: 13px;
  display: inline-block;
  font-weight: bold;
  line-height: 28px;
  color: #fff;
  border-radius: 35px;
  background-color: #FE4B21;
  padding: 0 22px;
  margin-bottom: 22px;
}
.voice_title h3 {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.5;
  padding-left: 7px;
  text-align: left;
}
.voice_title h3 a {
  display: inline-block;
  font-size: 14px;
  vertical-align: super;
  margin-left: 36px;
  padding-bottom: 5px;
  padding-left: 9px;
  letter-spacing: 0;
  position: relative;
}
.voice_title h3 a::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #000;
  bottom: 0;
  transform: scale(1, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
.voice_title h3 a:hover::after {
  transform: scale(0, 1);
  transform-origin: right top;
}
.voice_title h3 a img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 2px;
}
.voice_content {
  padding: 48px 27px;
}
.voice_item h4 {
  color: #014BA5;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 29px;
  margin-bottom: 20px;
}
.voice_item p {
  font-size: 15px;
  letter-spacing: 0.06em;
  font-weight: 500;
  line-height: 28px;
  padding: 0 15px 0 20px;
  text-align: left;
}
.voice_item {
  padding: 0 30px 30px;
  border-bottom: 1px solid #DBDBDB;
  margin-bottom: 35px;
}
.voice_item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}
.lpFaq {
  background-color: #EDF4FC;
  position: relative;
  z-index: 1;
  padding-top: 166px;
}
.lpFaq_bg {
  max-width: 1440px;
  height: 100%;
  position: absolute;
  width: 100%;
  left: 0;
  top: 165px;
  z-index: -1;
  background-color: #fff;
  border-top-right-radius: 200px;
}
.lpFaq_contain {
  margin: 0 auto;
  max-width: 1104px;
  padding-top: 86px;
  width: 94%;
}
.lpFaq_head {
  padding-left: 8px;
}
.lpFaq_head .title_sub {
  font-size: 20px;
  margin-bottom: 61px;
}
.lpFaq_qna {
  max-width: 982px;
  margin: 0 auto;
}
.lpFaq_box {
  border-top: 1px solid #E5E5E5;
  padding: 42px 30px 51px;
}
.lpFaq_title {
  display: flex;
  position: relative;
  align-items: center;
  cursor: pointer;
}
.lpFaq_qa {
  font-size: 24px;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.06em;
  font-weight: 400;
  color: #FE4B21;
  line-height: 1.2;
}
.lpFaq_txt {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 32px;
  width: calc(100% - 50px);
  padding-left: 34px;
}
.lpFaq_arr {
  width: 25px;
  text-align: right;
}
.lpFaq_arr img {
  transition: .3s;
  transform: rotate(180deg);
}
.lpFaq_title.active .lpFaq_arr img {
  transform: none;
}
.lpFaq_content {
  max-width: 740px;
  margin-top: 32px;
  margin-left: 58px;
}
.lpFaq_content p {
  font-size: 14px;
  letter-spacing: 0.06em;
  font-weight: 500;
  line-height: 26px;
  text-align: left;
}
.lpContact {
  padding-top: 10%;
  position: relative;
  z-index: 1;
  margin-top: -20px;
}
.lpContact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 380px;
  background: url(../img/futureshop_new/wave-bottom.png) no-repeat center top/contain;
  z-index: -1;
  background-size: 100% 100%;
}
.lpContact::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #014BA5;
  height: 280px;
  z-index: -1;
}
.lpContact_contain {
  max-width: 1104px;
  margin: 0 auto;
  padding-top: 81px;
  width: 94%;
}
.lpContact_head {
  width: 40%;
}
.lpContact_title.title-01 {
  color: #fff;
  margin-bottom: 65px;
}
.lpContact_text {
  width: 50%;
  padding-top: 4px;
}
.lpContact_contain > .flex {
  justify-content: space-between;
}
.lpContact_text > p {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 2;
  color: #fff;
  margin-bottom: 40px;
}
.lpContact_text .flex {
  align-items: flex-start;
}
.lpContact_phone {
  width: 70%;
  margin-left: 11px;
}
.lpContact_phone span {
  font-family: 'Montserrat', sans-serif;
  font-size: 34px;
  letter-spacing: 0.06em;
  line-height: 26px;
  font-weight: 600;
  color: #fff;
}
.lpContact_phone p {
  font-size: 14px;
  letter-spacing: 0.06em;
  color: #fff;
  font-weight: 500;
  margin-left: 8px;
  margin-top: 6px;
}
.lpContact_text a.btn2,
.lpContact_text a.btn {
  width: 320px;
  margin-top: 36px;
  font-size: 18px;
  padding: 29px 0 31px;
}
.lpContact_text a.btn2:hover {
  border-color: #fff;
}
.lpContact_text a.btn img {
  margin-right: 10px;
  width: 23px;
}
@media only screen and (min-width: 1900px) {
  .lpFaq_bg {
    max-width: 80%;
  }
}
@media only screen and (min-width: 1640px) {
  .lpContact {
    margin-top: -60px;
  }
}
@media only screen and (min-width: 769px) {
  .lpFlow_slide .swiper_control {
    margin-top: 50px;
  }
  .lpFlow-blue .swiper_control {
    display: none;
  }
  .voice_slide {
    margin-top: 70px;
  }
  .voice_slide .voice_item {
    margin-bottom: 0;
    margin-top: 35px;
  }
  .voice_slide .voice_item:first-child {
    margin-top: 0;
  }
  .voice_slide .voice_content {
    padding-bottom: 10px;
    height: 1000px;
    overflow-x: hidden;
    overflow-y: auto;
  }
}
@media only screen and (max-width: 1400px) {
  .lpHeader_inn {
    padding-top: 20px;
  }
  .lpHeader_logo {
    max-width: 30%;
    padding-left: 20px;
  }
  .lpHeader_logo p {
    font-size: 10px;
  }
  .lpHeader_menu {
    padding-right: 0;
  }
  .lpHeader_menu ul.flex {
    gap: 15px;
  }
  .lpHeader_menu a {
    font-size: 13px;
  }
  .lpHeader_menu .lpHeader_btn {
    font-size: 14px;
    width: 140px;
    margin-left: 10px;
  }
  .mainvs_text {
    padding-left: 15px;
  }
  .mainvs_title {
    font-size: 36px;
  }
  .futureshop-head_bg {
    top: 121px;
    width: 40%;
  }
  .service_text {
    width: 49%;
  }
  .futuSlide_contain {
    padding-left: 20px;
  }
  .futuSlide_item {
    padding: 30px 25px 20px;
  }
  .futuSlide_head {
    margin-left: 8px;
  }
  .futuSlide_head p {
    font-size: 13px;
  }
  .futuSlide_txt {
    font-size: 12px;
  }
  button.slick-next.slick-arrow {
    right: 5.7%;
  }
  button.slick-prev.slick-arrow {
    right: 11.8%;
  }
  .servDtl_item h3 {
    font-size: 18px;
  }
  .servDtl_icon02 {
    width: 50%;
  }
  .Works_head {
    width: 25%;
  }
  .lpPrice_box h3 {
    width: 30.8%;
  }
  .voice_desc {
    width: 52.3%;
  }
  .lpContact_title.title-01 {
    padding-left: 0;
  }
  .lpContact_text {
    width: 55%;
  }
}
@media only screen and (max-width: 1310px) {
  .lpHeader_menu ul.flex {
    gap: 5px;
  }
  .lpHeader_menu a {
    font-size: 10px;
  }
}
@media only screen and (min-width: 769px) {
  .lpContact_text .ef-left-none {
    display: flex;
    gap: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .lpHeader_menu ul.flex {
    gap: 15px;
  }
  .contact-btn {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 1024px) {
  .flex.u-hidtab {
    display: none !important;
  }
  .flex.u-tab {
    display: flex !important;
  }
  .menu {
    display: flex !important;
    height: 46px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
  .menu_nav {
    width: 26px;
    height: 16px;
    position: relative;
    z-index: 20;
    display: block;
  }
  .menu span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    transition-duration: .5s;
  }
  .menu span:nth-child(1) {
    top: 0;
  }
  .menu span:nth-child(2) {
    top: 50%;
    transform: translatey(-50%);
  }
  .menu span:nth-child(3) {
    bottom: 0;
  }
  .menu.is-active span {
    opacity: 0;
  }
  .menu.is-active span:nth-child(1) {
    top: 0;
    transform: translate(100%, 0);
    transition-delay: .1s;
  }
  .menu.is-active span:nth-child(2) {
    top: 50%;
    transform: translate(100%, -50%);
    transition-delay: .2s;
  }
  .menu.is-active span:nth-child(3) {
    bottom: 0;
    transform: translate(100%, 0);
    transition-delay: .3s;
  }
  .navmn {
    display: block !important;
    position: fixed;
    top: 0;
    height: 100%;
    right: 0;
    width: 100%;
    z-index: 19;
    visibility: hidden;
    -webkit-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }
  .navmn_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    opacity: 0.5;
  }
  .navmn_box {
    background-color: #fff;
    color: #fff;
    position: absolute;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    right: 0;
    width: 450px;
    max-width: 100%;
    top: 0;
    height: 100%;
    z-index: 102;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.5s ease-in;
    -o-transition: 0.5s ease-in;
    transition: 0.5s ease-in;
  }
  .navmn_inner {
    width: 100%;
    overflow-y: auto;
    padding: 78px 30px 80px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .navmn.is-open {
    visibility: visible;
    z-index: 101;
  }
  .navmn .is-open {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: 0.5s ease-out 0.1s;
    -o-transition: 0.5s ease-out 0.1s;
    transition: 0.5s ease-out 0.1s;
  }
  .navmn_list li a {
    font-size: 18px;
    font-weight: bold;
    display: block;
  }
  .navmn_list > li:not(.hd-button-sp) {
    margin-bottom: 30px;
    border-bottom: 1px solid #E3E3E3;
    padding-bottom: 25px;
    line-height: 1.2;
  }
  .navmn_list > li.hd-button-sp {
    margin: 0 !important;
    padding: 10px !important;
  }
  .navmn_list > li.hd-button-sp a {
    margin: 0 auto;
  }
  .navmn_list li a.lpHeader_btn.btn,
  .navmn_list li a.lpHeader_btn2.btn2 {
    margin: 0 auto;
    font-size: 15px;
    letter-spacing: 0.06em;
  }
  .lpHeader_inn {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 20px;
  }
  .lpHeader_logo {
    max-width: 36%;
    padding-left: 0;
  }
  .lpHeader_menu {
    padding-right: 20px;
    width: fit-content;
    position: unset;
    padding-left: 40px;
    z-index: auto;
  }
  .mainvs_title {
    font-size: 24px;
  }
  .mainvs_text .flex p {
    font-size: 9px;
  }
  .mainvs_img {
    width: 70%;
  }
  .futureshop-head_sub {
    font-size: 125px;
  }
  .futureshop-head h2 {
    font-size: 25px;
    line-height: 35px;
    margin-top: -30px;
  }
  .service_title.title-01 {
    font-size: 80px;
  }
  .service_text li {
    font-size: 14px;
  }
  .certi_title-en {
    font-size: 22px;
  }
  .certi_title-jp {
    font-size: 14px;
  }
  .streng_text .streng_title {
    font-size: 19px;
  }
  .streng_text p {
    font-size: 12px;
  }
  .servDtl_item {
    width: calc(100% / 2 - 21px);
  }
  .work_contain.flex {
    flex-wrap: wrap;
  }
  .title-01 {
    font-size: 50px;
  }
  .Works_content {
    width: 67%;
  }
  .work_item.flex {
    padding: 40px;
    flex-wrap: wrap;
  }
  .work_text {
    width: 100%;
  }
  .work_img {
    width: 100%;
    margin-top: 30px;
  }
  .lpFlow_item {
    padding: 40px 20px 35px;
  }
  .lpFlow_item h3 {
    font-size: 18px;
  }
  .lpPrice_hdesc {
    font-size: 11px;
  }
  .lpPrice_box.flex {
    padding: 30px 40px 25px;
  }
  .lpPrice_box h3 {
    font-size: 18px;
  }
  .voice {
    padding: 45.3% 0 7.3%;
  }
  .lpContact_contain {
    padding-bottom: 50px;
  }
  .lpContact::before {
    height: 109px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .voice {
    padding-top: 0;
  }
  .voice::before {
    transform: translate(0,-100%);
  }
}

@media only screen and (min-width: 2000px) {
  .lpContact::after {
    height: 13vw;
  }
}
@media only screen and (min-width: 881px) and (max-width: 1024px) {
  .lpContact::after {
    height: 47vw;
  }
}
@media only screen and (min-width: 769px) and (max-width: 880px) {
  .lpContact::after {
    height: 53vw;
  }
}
@media only screen and (max-width: 768px) {
  .u-hidsp {
    display: none !important;
  }
  .u-sp {
    display: inline-block !important;
  }
  .lpHeader_inn {
    position: fixed;
    top: 0;
    left: 0;
    padding: 16px 20px;
    align-items: center;
    background-color: rgb(255 255 255 / 20%);
    width: 100%;
  }
  .lpHeader_logo p {
    display: none;
  }
  .lpHeader_logo {
    max-width: 33%;
  }
  .lpHeader_menu {
    padding: 0;
    background: transparent;
    border-radius: 0;
  }
  .navmn_inner {
    padding: 25px 20px 20px;
  }
  .menu {
    height: 18px;
  }
  .navmn_inner .menu {
    font-size: 0;
    position: relative;
    width: 26px;
    margin-left: auto;
    margin-bottom: 30px;
  }
  .navmn_inner .menu:before, .navmn_inner .menu:after {
    content: "";
    width: 100%;
    height: 2px;
    border-radius: 1px;
    background: #333;
    position: absolute;
    top: 50%;
    left: 50%;
  }
  .navmn_inner .menu:before {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .navmn_inner .menu:after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .lpHeader_menu .lpHeader_btn {
    font-size: 12px;
    width: 113px;
    margin-left: 0;
    padding: 14px 0 11px;
  }
  .flex {
    flex-wrap: wrap;
  }
  .mainvs_img img {
    max-width: 330px;
  }
  .mainvs_img {
    position: unset;
    width: 100%;
    margin-top: 64px;
    text-align: right;
    padding-right: 27px;
  }
  .mainvs_logo {
    margin-bottom: 19px;
    padding-bottom: 17px;
    width: 64%;
    margin-top: 11px;
  }
  .mainvs_title {
    font-size: 30px;
    text-align: left;
    padding-left: 3px;
    line-height: 42px;
    margin-bottom: 0;
  }
  .mainvs_text {
    padding-left: 20px;
    padding-right: 20px;
    order: 2;
  }
  .mainvs_text .ef-left.inquiry-sp {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .mainvs_text a.btn.u-sp {
    margin: 10px auto;
    display: block !important;
    font-size: 15px;
    padding: 24px 0 25px;
    width: 285px;
  }
  .mainvs_text a.btn2.u-sp {
    margin: 10px auto;
    display: block !important;
    font-size: 15px;
    padding: 24px 0 25px;
    width: 285px;
  }
  .mainvs_text .flex {
    align-items: flex-start;
  }
  .mainvs_text .flex img {
    width: 102px;
  }
  .mainvs_text .flex p {
    font-size: 15px;
    width: calc(100% - 102px);
    margin-top: -2px;
    padding-left: 11px;
    font-weight: 500;
    text-align: left;
    padding-right: 13px;
    letter-spacing: 0;
    line-height: 26px;
  }
  .futureshop-head_sub {
    font-size: 70px;
  }
  .futureshop-head h2 {
    font-size: 24px;
    line-height: 1.5;
    margin-top: -12px;
    letter-spacing: 0;
    padding: 0 20px;
  }
  .futureshop-head p {
    text-align: left;
    font-size: 15px;
    letter-spacing: 0;
    margin-top: 12px;
    padding: 0 40px;
  }
  .futureshop-head_bg {
    display: none;
  }
  .service_img {
    width: 88%;
    transform: translateX(0);
  }
  .service {
    padding-top: 29px;
  }
  .service_title.title-01 {
    font-size: 64px;
    letter-spacing: 0;
  }
  .service_text {
    width: 100%;
    padding: 6px 15px 0;
  }
  .service_title::before {
    right: 25.4%;
    top: 3px;
    width: 39px;
    height: 48px;
  }
  .title-01::after {
    width: 54px;
  }
  .title-01 {
    font-size: 64px;
    margin-bottom: 27px;
  }
  .title_sub {
    font-size: 20px;
    padding-left: 30px;
    margin-bottom: 31px;
  }
  .service_text .title_sub {
    font-size: 20px;
    line-height: 1.2;
    padding-left: 30px;
    margin-bottom: 30px;
  }
  .service_text li {
    display: flex;
    align-items: center;
    font-size: 16px;
    margin-bottom: 8px;
  }
  .service_text li img {
    margin-right: 6px;
  }
  .certi {
    margin-top: 0;
    padding: 44px 0 43px;
  }
  .certi_logo span {
    width: 30px;
    height: 30px;
    margin: 0 0 20px;
    font-size: 26px;
    line-height: 32px;
  }
  .certi_logo .ef-left img {
    height: 60px;
  }
  .certi_logo .ef-right img {
    height: 30px;
  }
  .flex.certi_logo {
    margin-bottom: 37px;
  }
  .flex.certi_logo .ef-left,
  .flex.certi_logo .ef-circle-none,
  .flex.certi_logo .ef-right {
    width: 100%;
  }
  .flex.certi_logo .ef-left-none img {
    max-width: 270px;
  }
  .flex.certi_logo .ef-right-none img {
    max-width: 190px;
  }
  .lpFaq_qna {
    max-width: 100%;
  }
  .certi_logo img:nth-child(3) {
    height: 34px;
  }
  .certi_head h2 {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 42px;
    text-align: left;
    margin-bottom: 12px;
    padding: 0 11px;
  }
  .certi_head p {
    font-size: 15px;
    letter-spacing: 0;
    text-align: left;
    padding: 0 11px;
  }
  .certi_box {
    margin-top: 84px;
  }
  .certi_box-01 {
    width: 280px;
    height: 280px;
  }
  .certi_box-02 {
    width: 213px;
    height: 213px;
  }
  .certi_title.certi_title-01 {
    top: -23px;
  }
  .certi_title-en {
    font-size: 16px;
    letter-spacing: 0;
  }
  .certi_title-jp {
    font-size: 10px;
    letter-spacing: 0;
    margin-top: 2px;
  }
  .certi_title.certi_title-02 {
    transform: translate(-67%, -128%);
  }
  .certi_title.certi_title-03 {
    transform: translate(75%, -129%);
  }
  .certi_title.certi_title-04 {
    bottom: 12px;
    transform: translateX(-51%);
  }
  .certi_title.certi_title-05 {
    bottom: 12px;
    transform: translateX(52%);
  }
  .certi_titleimg {
    right: -30px;
    top: -40px;
    width: 45px;
  }
  .certi_circle {
    width: 22px;
    height: 22px;
  }
  .certi_circle::after {
    width: 8px;
    height: 8px;
  }
  .certi_circle.certi_circle-01 {
    top: -11px;
  }
  .certi_circle.certi_circle-02 {
    left: -5px;
  }
  .certi_circle.certi_circle-03 {
    right: -5px;
  }
  .certi_circle.certi_circle-04 {
    left: 32px;
    bottom: 9px;
  }
  .certi_circle.certi_circle-05 {
    right: 32px;
    bottom: 9px;
  }
  .certi_circleimg {
    width: 96px;
  }
  .futuSlide_bg img {
    right: -6px;
    transform: translateY(-68.5%);
    width: 124px;
  }
  .futuSlide {
    padding: 55px 0 40px;
  }
  .futuSlide_box {
    padding-top: 60px;
    padding-bottom: 59px;
  }
  .futuSlide_item {
    padding: 39px 20px 6px;
  }
  .futuSlide_head {
    margin-left: 16px;
    width: calc(100% - 80px);
  }
  .futuSlide_head h3 {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .futuSlide_head p {
    font-size: 15px;
  }
  .futuSlide_txt {
    font-size: 15px;
    margin-top: 25px;
    padding-left: 0;
    min-height: 210px;
  }
  .futuSlide_item-2line .futuSlide_head p {
    font-size: 12px;
  }
  .futuSlide_bg {
    max-width: 94%;
  }
  .futuSlide_content .futuSlide_content-abs {
    left: 8%;
    transform: translateY(-57%);
    width: 169px;
  }
  .futuSlide_content {
    padding-top: 49px;
  }
  .futuSlide_content p {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
    margin-bottom: 26px;
  }
  .futuSlide_content a.btn2,
  .futuSlide_content a.btn {
    width: 350px;
    padding: 22px 0 23px;
  }
  .streng {
    padding: 108px 0 70px;
  }
  .streng::before {
    height: 108px;
  }
  .work::after, .streng::after {
    height: 70px;
  }
  .title-01 {
    font-size: 64px;
    letter-spacing: 0;
  }
  .streng_title.title-01 {
    padding-bottom: 20px;
  }
  .streng_head {
    padding-bottom: 12px;
    padding-left: 6px;
  }
  .streng_icon {
    display: none;
  }
  .streng .streng_contain {
    background: #F0F6FD;
    width: 100%;
    padding: 0 10px;
  }
  .streng_contain .flex.streng_item {
    gap: 20px;
    flex-wrap: wrap;
    padding: 0 20px;
    position: relative;
    z-index: 7;
  }
  .streng_contain .flex.streng_item + .flex.streng_item {
    margin-top: 30px;
  }
  .streng_img {
    width: 100%;
  }
  .streng_text {
    width: 100%;
    padding-top: 1px;
  }
  .streng_text .streng_title {
    font-size: 23px;
    margin-top: 15px;
    margin-bottom: 13px;
    text-align: left;
  }
  .streng_text p {
    font-size: 15px;
    letter-spacing: 0;
  }
  .servDtl {
    margin-top: 0;
    padding-bottom: 125px;
    padding-top: 74px;
    padding-left: 6px;
    padding-right: 6px;
  }
  .servDtl::after {
    height: 80px;
  }
  .servDtl_icon01 {
    display: none;
  }
  .servDtl_title.title-01 {
    margin-bottom: 5px;
  }
  .servDtl_head .title_sub {
    font-size: 20px;
    margin-bottom: 39px;
  }
  .servDtl_icon {
    left: 109.6%;
    top: -43px;
    width: 143px;
  }
  .servDtl .streng_contain .flex {
    gap: 23px 22px;
  }
  .servDtl_item {
    width: calc(100% / 2 - 11px);
  }
  .servDtl_img {
    padding: 25px 0;
    border-radius: 10px 10px 0 10px;
  }
  .servDtl_img img {
    height: 70px;
  }
  .servDtl_item h3 {
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0;
    margin-top: 15px;
    text-align: left;
    margin-bottom: 0;
  }
  .servDtl_item p {
    display: none;
  }
  .servDtl_bot {
    margin-top: 30px;
    padding-top: 30px;
  }
  .servDtl_bot p {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 26px;
  }
  .servDtl_bot .btn_wrap {
    margin-top: 26px;
  }
  .servDtl_bot .btn_wrap span.ef-left {
    padding-left: 0;
    padding-right: 0;
  }
  .servDtl_bot a.btn2,
  .servDtl_bot a.btn {
    width: 320px;
    padding: 22px 0 23px;
    font-size: 16px;
    box-shadow: 5px 5px 10px rgb(0 0 0 / 8%);
  }
  .servDtl_icon02 {
    width: 351px;
    right: 18px;
    bottom: -10px;
  }
  .servDtl_icon_bottom {
    position: relative;
  }
  .servDtl_icon_bottom .servDtl_icon {
    left: 50%;
    width: 38vw;
    top: -110px;
  }
  .work {
    padding: 0 0 70px;
    overflow: hidden;
  }
  .voice_in .certi_contain {
    margin-right: 0;
  }
  .Works_head {
    width: 100%;
  }
  .Works_head .work_icon {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 35%;
  }
  .work_in {
    padding-top: 50px;
  }
  .work_txtvert {
    display: none;
  }
  .Works_head a {
    display: none;
  }
  .Works_content {
    width: 100%;
  }
  .Works_head .title_sub {
    margin-bottom: 27px;
  }
  .work_item.flex {
    padding: 40px 20px;
    border-radius: 30px 30px 0 30px;
    margin-bottom: 30px;
  }
  .work_text {
    order: 2;
    padding-top: 28px;
  }
  .work_img {
    margin-top: 0;
  }
  .work_text h3 {
    margin-top: 16px;
    margin-bottom: 7px;
  }
  .work_text p {
    font-size: 15px;
    letter-spacing: 0;
    margin-top: 17px;
    margin-bottom: 20px;
  }
  .lpFlow {
    padding: 50px 0 55px;
  }
  .lpFlow_tdesc {
    display: none;
  }
  .lpFlow_head {
    margin-bottom: 46px;
  }
  .lpFlow_sub {
    font-size: 24px;
    margin-bottom: 45px;
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .lpFlow_sub span::before,
  .lpFlow_sub span::after {
    top: 4px;
  }
  .lpFlow-blue button.slick-arrow {
    display: none !important;
  }
  .lpFlow-blue .slick-list {
    padding-right: 22%;
    padding-bottom: 58px;
  }
  .lpFlow-blue .slick-slide {
    padding-right: 30px;
  }
  .lpFlow .lpFlow-blue {
    margin-left: 7px;
    margin-bottom: 101px;
  }
  .lpFlow-blue .slick-slide img {
    display: inline-block;
  }
  .lpFlow_item h3 {
    font-size: 24px;
    margin-top: 17px;
  }
  .lpFlow_item p {
    font-size: 15px;
    padding-right: 2px;
    min-height: 150px;
  }
  .lpFlow_item {
    padding: 58px 20px 20px;
  }
  .lpFlow-blue ul.slick-dots {
    position: absolute;
    bottom: 0;
    background-color: #EDF4FC;
    border-radius: 2px;
    overflow: hidden;
    display: flex !important;
    height: 4px;
    width: 85%;
    left: 0;
  }
  .lpFlow-blue .slick-dots li.slick-active {
    background-color: #FE4B21;
  }
  .lpFlow-blue .slick-dots li {
    vertical-align: top;
    display: inline-block;
    height: 4px;
    width: 50%;
    border-radius: 2px;
    cursor: pointer;
  }
  .lpFlow-blue .slick-dots li button {
    display: none;
  }
  .lpPrice {
    background: url(../img/futureshop_new/price_bg-sp.png) center 0 repeat-x #EDF4FC;
    padding: 87px 6px 88px;
    position: relative;
  }
  .lpPrice::after {
    content: "";
    display: block;
    background: url("../img/futureshop_new/price_bg-sp-bottom.png") center bottom repeat-x #EDF4FC;
    bottom: 0;
    left: 0;
    width: 100%;
    position: absolute;
    height: 70px;
  }
  .lpPrice_hdesc {
    display: none;
  }
  .lpPrice_head {
    width: 49.5%;
  }
  .lpPrice_himg {
    width: 50%;
    margin-top: -2px;
  }
  .lpPrice_title.title-01 {
    margin-bottom: 29px;
  }
  .lpPrice_tdesc {
    letter-spacing: .2em;
    position: relative;
    padding-left: 36px;
  }
  .lpPrice_tdesc::before {
    content: "";
    position: absolute;
    left: 6px;
    top: -1px;
    width: 16px;
    height: 16px;
    background-color: #003E92;
    border: 2px solid #E43C00;
    border-radius: 10px;
  }
  .flex.lpPrice_fhead {
    margin-bottom: 39px;
  }
  .flex.lpPrice_fcontent {
    gap: 30px;
    padding: 0 26px;
  }
  .lpPrice_item {
    width: 100%;
    padding: 33px 6px 29px;
  }
  .lpPrice_item p {
    font-size: 14px;
    margin-bottom: 22px;
    letter-spacing: 0;
  }
  .lpPrice_option {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .lpPrice_box h3 {
    font-size: 20px;
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
  }
  .lpPrice_btxt::before {
    left: 0;
    bottom: auto;
    right: 0;
    border-left: 0;
    border-top: 2px solid #D2DFEF;
  }
  .lpPrice_box.flex {
    padding: 43px 32px 30px;
    width: 87%;
    margin: 0 auto;
    border-radius: 56px 56px 0 56px;
  }
  .lpPrice_btxt {
    width: 100%;
    padding: 28px 0 9px;
  }
  .lpPrice_btxt p {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 25px;
    padding: 0 3px;
  }
  .lpPrice_btxt p.u-clblue {
    font-size: 15px;
    margin-bottom: 8px;
    line-height: 2;
    text-align: left;
    padding: 0;
  }
  .lpPrice_bot {
    margin-top: 38px;
    margin-bottom: 38px;
  }
  .lpPrice_bot p {
    margin-bottom: 23px;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 26px;
  }
  .lpPrice_bot a.btn2,
  .lpPrice_bot a.btn {
    width: 350px;
    padding: 21px 0 27px;
    box-shadow: 5px 5px 10px rgb(0 0 0 / 12%);
  }
  .voice {
    padding: 108px 0 40px;
    position: relative;
  }
  .voice::before {
    height: 108px;
  }
  .voice::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60%;
    background-color: #014BA5;
    z-index: -1;
  }
  .voice_tdesc {
    font-size: 18px;
    letter-spacing: 0;
    padding-left: 0;
    line-height: 25px;
  }
  .voice_desc {
    display: none;
  }
  .voice_img {
    right: 15px;
    top: 100px;
    width: 150px;
    z-index: 2;
  }
  .voice_box {
    border-radius: 16px;
    padding: 32px 22px 0;
  }
  .voice_box .voice_title span {
    margin-bottom: 20px;
  }
  .voice_title h3 {
    font-size: 20px;
    padding-left: 0;
  }
  .voice_title h3 a {
    display: none;
  }
  .voice_content {
    padding: 20px 0 70px;
  }
  .voice_slide .voice_content {
    height: 470px;
    overflow: hidden;
  }
  .voice_item h4 {
    letter-spacing: 0;
    margin-bottom: 9px;
  }
  .voice_item p {
    letter-spacing: 0;
    padding: 0;
  }
  .voice_item {
    padding: 0 9px 20px;
    margin-bottom: 20px;
  }
  .voice_content.is-open .voice_item {
    display: block;
  }
  .voice_load.u-sp {
    border-radius: 16px;
    display: flex !important;
    cursor: pointer;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    height: 70px;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
  }
  .lpFaq {
    padding-top: 28px;
    padding-bottom: 30px;
  }
  .lpFaq_bg {
    width: 98%;
    top: 71px;
    border-top-right-radius: 100px;
  }
  .lpFaq_head {
    padding-left: 6px;
  }
  .lpFaq_head .title_sub {
    margin-bottom: 42px;
  }
  .lpFaq_box {
    padding: 26px 6px 34px;
  }
  .lpFaq_txt {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 30px;
    width: calc(100% - 90px);
    padding-left: 22px;
    text-align: left;
  }
  .lpFaq_arr {
    position: absolute;
    top: 6px;
    right: 21px;
  }
  .lpFaq_content {
    margin-top: 20px;
    margin-left: 44px;
    width: 73%;
  }
  .lpFaq_content p {
    font-size: 15px;
    letter-spacing: 0;
    line-height: 2;
  }
  .lpContact {
    padding-top: 7%;
    margin-top: -5px;
  }
  .lpContact::before {
    background-image: url(../img/futureshop_new/wave-bottom_sp.png);
  }
  .lpContact_head {
    width: 100%;
  }
  .lpContact_img {
    display: none;
  }
  .lpContact_title.title-01 {
    padding-left: 0;
    text-align: center;
    font-size: 48px;
    letter-spacing: 0.06em;
    margin-bottom: 22px;
  }
  .lpContact_title.title-01::after {
    width: 54px;
    left: 50%;
    transform: translateX(-50%) !important;
  }
  .lpContact::after {
    height: 90%;
  }
  .lpContact_text > p {
    margin-bottom: 32px;
    text-align: center;
  }
  .lpContact_text .flex {
    width: 340px;
    margin: 0 auto;
    border-radius: 44px;
    border: 2px solid #FFF;
    justify-content: center;
    padding: 26px 0 21px;
    align-items: center;
    color: #fff;
  }
  .lpContact_contain {
    padding-bottom: 0;
  }
  .lpContact_phone {
    margin-left: 11px;
  }
  .lpContact_phone span {
    font-size: 30px;
  }
  .lpContact_phone p {
    display: none;
  }
  .lpContact_text {
    width: 100%;
  }
  .lpContact_text > p.u-sp {
    font-size: 14px;
    text-align: center;
    display: block !important;
    margin-top: 13px;
    font-weight: 500;
  }
  .lpContact_text a.btn2,
  .lpContact_text a.btn {
    width: 340px;
    font-size: 18px;
    padding: 31px 0 30px;
    margin: 0 auto;
  }
  .lpContact_text a.btn2 span,
  .lpContact_text a.btn span {
    line-height: 1;
  }
  .lpContact_img.u-sp {
    width: 316px;
    margin: 50px auto 0;
    display: block !important;
  }
}
@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fadeIn2 {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
    transform: translate(10px, -10px) rotate(180deg);
  }
  100% {
    display: block;
    opacity: 1;
    transform: translate(0, 0) rotate(0deg);
  }
}
.sp_voice_wrap .sp_voice_cover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .8);
  cursor: pointer;
  z-index: 30;
  display: none;
  opacity: 0;
}
.sp_voice_wrap.active .sp_voice_cover {
  display: block;
  opacity: 1;
  animation: fadeIn 0.3s ease-in 0s forwards;
}
.sp_voice_wrap .sp_voice {
  position: fixed;
  top: 5%;
  left: 5%;
  width: 90%;
  height: 90%;
  z-index: 40;
  display: none;
}
.sp_voice_wrap.active .sp_voice {
  display: block;
  opacity: 1;
  animation: fadeIn 0.3s ease-in 0s forwards;
}
.sp_voice_wrap .sp_voice .voice_box {
  padding: 40px 20px 20px;
  overflow-y: scroll;
  display: none;
}
.sp_voice_wrap .sp_voice .voice_box .voice_content {
  padding-bottom: 0;
}
.sp_voice_wrap .sp_voice .voice_box.active {
  display: block;
  opacity: 1;
  animation: fadeIn 0.5s ease-in 0s forwards;
}
.sp_voice_wrap .sp_voice .voice_content .voice_item:nth-child(n + 2) {
  display: block;
}
.sp_voice_wrap .sp_voice_close {
  display: none;
  position: fixed;
  top: 8%;
  right: 10%;
  background: #fff;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 50%;
  z-index: 50;
}
.sp_voice_wrap.active .sp_voice_close {
  display: block;
  opacity: 1;
  animation: fadeIn2 0.8s ease-in 0s forwards;
}
.sp_voice_wrap .sp_voice_close img {
  width: 40px;
  height: 40px;
  object-fit: scale-down;
}
/* Page contacat */
.pgContact {
  padding: 12% 0 5%;
  position: relative;
  background-color: #EDF4FC;
  z-index: 1;
}
.pgContact_contain {
  max-width: 1206px;
  margin: 0 auto;
  width: 94%;
  position: relative;
  z-index: 5;
}
.pgContact_bg {
  position: absolute;
  top: 130px;
  left: 0;
  right: 0;
  background-color: #FFFFFF;
  border-top-right-radius: 400px;
  height: 100%;
  z-index: 1;
}
.pgContact::before {
  content: "";
  position: absolute;
  right: -29%;
  top: -22%;
  width: 1065px;
  height: 1065px;
  max-width: 64%;
  background: url(img/futureshop_new/pgContact_bg.png) no-repeat center top/contain;
  z-index: -1;
}
h2.pgContact_title.title-01 {
  color: #014BA5;
  margin-bottom: 40px;
}
.pgContact_desc h3 {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 32px;
  margin-bottom: 15px;
}
.pgContact_desc p {
  font-size: 16px;
  letter-spacing: 0.02em;
  font-weight: 500;
  line-height: 28px;
}
.pgContact_desc {
  padding-left: 3px;
}
.pgContact_head {
  margin-bottom: 45px;
}
.pgContact_table {
  max-width: 1100px;
  margin: 0 auto;
  border-top: 1px solid #EFEFEF;
  padding-top: 29px;
}
.pgContact_tbl {
  max-width: 982px;
  margin: 0 auto;
  width: 96%;
}
td.pgContact_tblnote span {
  display: inline-block;
  background-color: #F76213;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 29px;
  border-radius: 13px;
  padding: 0 12px;
}
td.pgContact_tblnote span.u-gray {
  background: #ccc;
}
.pgContact_tbl th {
  width: calc(27% - 50px);
  font-size: 15px;
  letter-spacing: 0.02em;
  line-height: 28px;
  vertical-align: middle;
  padding-left: 30px;
}
.pgContact_tblnote {
  width: 50px;
  vertical-align: middle;
}
.pgContact_tblcol {
  width: 72.4%;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 2;
  font-weight: bold;
  padding-left: 77px;
  padding-bottom: 28px;
  padding-top: 30px;
}
.pgContact_tbl table {
  width: 100%;
  font-weight: bold;
  text-align: left;
}
.pgContact_tbl * {
  font-weight: 600;
  color: #333;
}
::placeholder {
  color: #bdbdbd;
}
.pgContact_tblcol label {
  margin-left: 3px;
}
.pgContact_tblcol input[type="checkbox"] {
  margin-bottom: 19px;
}
.pgContact_tbl tr:first-child .pgContact_tblcol {
  padding-bottom: 15px;
}
.pgContact_tbl tr > * {
  border-bottom: 1px solid #EFEFEF;
}
.pgContact_tbl tr:first-child th, .pgContact_tbl tr:first-child td {
  padding-top: 0;
  vertical-align: top;
}
.pgContact_tblcol input[type="tel"], .pgContact_tblcol input[type="text"], .pgContact_tblcol input[type="number"], .pgContact_tblcol input[type="email"], .pgContact_tblcol textarea {
  width: 76%;
  border: 0;
  height: 60px;
  line-height: 40px;
  padding: 0 27px 2px;
  background-color: #F7F7F7;
}
.pgContact_tblcol input[type="tel"]::placeholder, .pgContact_tblcol input[type="text"]::placeholder, .pgContact_tblcol input[type="email"]::placeholder {
  color: #D3D3D3;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.02em;
}
.pgContact_tblcol textarea {
  width: 95%;
  height: 220px;
}
.pgContact_tbl tr:last-child th {
  vertical-align: middle;
}
.pgContact_tblcol p {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 24px;
  margin-top: 10px;
  padding-left: 4px;
}
.pgContact_tbl tr:last-child > * {
  border-bottom: 0;
}
.pgContact_tbltxt p {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-align: center;
  margin-bottom: 22px;
}
.pgContact_tbltxt p a {
  text-decoration: underline;
  color: #014BA5;
}
.pgContact_tbltxt {
  margin-top: 30px;
}
.pgContact_tbltxt-check {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.06em;
  margin-bottom: 40px;
}
.pgContact_tbltxt-check input {
  margin-right: 7px;
  border: 2px solid #014BA5;
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
a.pgContact_btn {
  border-radius: 40px;
  box-shadow: 0 0 20px;
  background-color: #FE4B21;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  width: 418px;
  max-width: 100%;
  display: block;
  font-size: 18px;
  letter-spacing: 0.06em;
  line-height: 2;
  padding: 23px 5px 21px;
}
.pgContact_contain ul li {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  padding: 1.5em 5%;
}
.pgContact_contain ul li .zf-labelName {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: space-between;
  box-sizing: border-box;
  align-items: center;
  width: 260px;
  padding: 7px 5px 7px 0;
  float: left;
  font-size: 1.5rem;
  font-weight: 600;
}
.pgContact_contain ul li .zf-labelName .required, .pgContact_contain ul li .zf-labelName .form-preview-not-reqiured {
  display: inline-block;
  background-color: #F76213;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 29px;
  border-radius: 22px;
  padding: 0 12px;
}
.pgContact_contain ul li .zf-labelName .required {}
.pgContact_contain ul li .zf-labelName .form-preview-not-reqiured {
  background-color: #cccccc;
}
.pgContact_contain ul li .zf-tempContDiv {
  box-sizing: border-box;
  width: calc(100% - 260px);
  margin-left: 0;
  float: right;
  font-weight: 600;
  padding: 0 0 0 5%;
}
.pgContact_contain ul li .zf-tempContDiv .zf-errorMessage {
  margin: 5px auto 0;
  color: #FF0004;
}
.pgContact_contain ul li .zf-tempContDiv .zf-overflow {
  overflow: hidden;
}
.pgContact_contain ul li .zf-tempContDiv .zf-overflow .zf-multiAttType {
  display: block;
  margin: 5px 15px 20px 0;
}
.pgContact_contain ul li .zf-tempContDiv .zf-overflow .zf-multiAttType:last-of-type {
  margin-bottom: 0;
}
.pgContact_contain ul li .zf-tempContDiv .zf-overflow .zf-multiAttType input {
  margin: 0 5px 0 0;
  width: 14px;
  height: 14px;
}
.pgContact_contain ul li .zf-tempContDiv .zf-overflow .zf-multiAttType label {
  display: inline-block;
  font-size: 1.5rem;
}
.pgContact_contain ul li.zf-note .zf-tempContDiv label {
  display: block;
}
.pgContact_contain ul li .zf-tempContDiv input[type="text"], .pgContact_contain ul li .zf-tempContDiv input[type="password"] {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 45px;
  padding: 0 27px 2px;
  border: none;
  background: #F7F7F7;
  font-size: 14px;
  transition: all .2s ease;
}
.pgContact_contain ul li .zf-tempContDiv textarea {
  box-sizing: border-box;
  width: 100% !important;
  height: 6em;
  padding: 10px 10px;
  border: none;
  background: #F7F7F7;
  font-size: 14px;
}
.pgContact_contain ul li.name .zf-tempContDiv .inbox {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: space-between;
}
.pgContact_contain ul li.name .zf-tempContDiv .inbox dl {
  width: 48%;
}
.pgContact_contain ul li.name .zf-tempContDiv .inbox dl:not(:last-child) {
  margin-bottom: 0;
}
.pgContact_contain ul li.name .zf-tempContDiv .inbox dl dt {
  width: 30px;
  display: flex;
  align-items: center;
}
.pgContact_contain ul li.name .zf-tempContDiv .inbox dl dd {
  width: calc(100% - 30px);
}
.pgContact_contain ul li .zf-tempContDiv .zf-addrCont {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: space-between;
}
.pgContact_contain ul li .zf-tempContDiv dl {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
.pgContact_contain ul li .zf-tempContDiv dl:not(:last-child) {
  margin-bottom: 20px;
}
.pgContact_contain ul li .zf-tempContDiv .country {
  display: none;
}
.pgContact_contain ul li .zf-tempContDiv .zip, .pgContact_contain ul li .zf-tempContDiv .region {
  width: 48%;
}
.pgContact_contain ul li .zf-tempContDiv .region select {
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 10px 10px;
  border: none;
  background: #f4f4f4;
  font-size: 16px;
  text-indent: 5px;
  transition: all .2s ease;
}
.pgContact_contain ul li .zf-tempContDiv dl dt {
  box-sizing: border-box;
  width: 90px;
  padding: 9px 5px 9px 0;
  float: left;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0;
}
.pgContact_contain ul li .zf-tempContDiv dl dd {
  width: calc(100% - 90px);
}
.pgContact_contain ul li .zf-tempContDiv .zf-instruction {
  font-size: 14px;
  font-weight: 500;
  margin: 0.5em 0 0;
}
.pgContact_contain ul li .zf-tempContDiv .zf-instruction a {
  color: #00ba00;
  padding: 0 2px;
  text-decoration: underline;
}
.pgContact_tbl .submit_btn button {
  width: 410px;
  font-size: 16px;
  padding: 24px 0 23px;
  display: block;
  max-width: 100%;
  margin: 0 auto;
  background: url("../img/futureshop_new/submit_bg.png") right bottom no-repeat #FE4B21;
  border-radius: 50px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.06em;
  box-shadow: 0 0 20px rgb(0 0 0 / 16%);
  position: relative;
  overflow: hidden;
  border: none;
  cursor: pointer;
  transition-duration: .3s;
  background-size: 0 100%;
}
.pgContact_tbl .submit_btn button span {
  color: #fff;
  font-style: normal;
  font-weight: 600;
}
.pgContact_contain .submit_btn button:hover {
  background-size: 50% 100%;
}
@media only screen and (max-width: 768px) {
  .pgContact_contain {
    width: 90%;
  }
  a.pgContact_btn {
    width: 80%;
    display: block;
    font-size: 15px;
    letter-spacing: 0.06em;
    line-height: 2;
    padding: 15px 5px;
  }
  h2.pgContact_title.title-01 {
    margin-bottom: 28px;
  }
  .pgContact_desc h3 {
    margin-bottom: 15px;
  }
  .pgContact_head {
    margin-bottom: 30px;
  }
  .sp_none_text {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .pgContact_tbl th {
    padding-left: 10px;
  }
  .pgContact_tblcol {
    width: 69%;
  }
}
@media only screen and (max-width: 768px) {
  .pgContact {
    padding: 120px 0 5%;
  }
  .pgContact_bg {
    top: 80px;
    border-top-right-radius: 150px;
  }
  .pgContact_table {
    overflow: auto;
    padding-top: 15px;
  }
  .pgContact_tbl {
    width: 100%;
  }
  .pgContact_tbl table, .pgContact_tbl table * {
    display: block;
  }
  .pgContact_tbl tr > * {
    border-bottom: none;
  }
  .pgContact_tbl tr {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #EFEFEF;
    padding: 15px 0;
  }
  .pgContact_tbl th {
    flex: 1;
    padding: 0;
    padding-bottom: 20px;
  }
  .pgContact_tbl td {
    padding: 0;
  }
  .pgContact_tbl .pgContact_tbltxt-check {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
  }
  .pgContact_tblcol input[type="tel"], .pgContact_tblcol input[type="text"], .pgContact_tblcol input[type="number"], .pgContact_tblcol input[type="email"], .pgContact_tblcol textarea, .pgContact_tbl .pgContact_tblcol {
    width: 100%;
  }
  .pgContact_tblcol input[type="tel"], .pgContact_tblcol input[type="text"], .pgContact_tblcol input[type="number"], .pgContact_tblcol input[type="email"], .pgContact_tblcol textarea {
    font-size: 16px;
  }
  span.wpcf7-list-item {
    margin: 15px 0;
  }
  span.wpcf7-list-item label {
    display: flex;
    align-items: center;
    gap: 0 10px;
  }
  .pgContact_tblcol input[type="checkbox"] {
    margin-bottom: 0;
  }
}
#fixed_menu {
  display: none !important;
}
.swiper-futuSlide {
  max-width: 1200px;
  width: 100%;
}
.swiper-voiceSlide .swiper-slide {
  height: auto;
  padding: 0 50px;
}
.swiper-flowSlide .swiper-slide, .swiper-futuSlide .swiper-slide {
  max-width: 400px;
  height: auto;
  padding-right: 50px;
}
.swiper_control {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 40px;
  margin-top: 30px;
}
.swiper-voiceSlide .swiper_control {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
.swiper_control .swiper-pagination-progressbar.swiper-pagination-horizontal {
  position: relative;
  background: #EDF4FC;
  height: 2px;
}
.swiper_control .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: rgb(254, 75, 33);
  background: linear-gradient(90deg, rgba(254, 75, 33, 1) 0%, rgba(240, 0, 0, 1) 100%);
}
.swiper-arw {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background: url("../img/futureshop_new/Icon-arrow-right-b.svg") center center no-repeat #fff;
  background-size: 12px auto;
  transition-duration: .3s;
  position: relative;
}
.swiper-arw:hover {
  opacity: 1;
  background-color: #FE4B21;
  background-image: url("../img/futureshop_new/Icon-arrow-right.svg");
}
.swiper-arw::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 4px solid #D2DFEF;
  transition-duration: .5s;
  opacity: .3;
}
.swiper-arw:hover::after {
  border-width: 0;
  opacity: 0;
}
.voice_control .swiper-arw, .futuSlide .swiper-arw {
  background-color: rgba(255, 255, 255, .26);
  background-image: url("../img/futureshop_new/Icon-arrow-right.svg");
}
.voice_control .swiper-arw:hover, .futuSlide .swiper-arw:hover {
  background-color: #FE4B21;
}
.voice_control .swiper-arw::after, .futuSlide .swiper-arw::after {
  opacity: .2;
}
.swiper-futuSlide-button-prev {
  transform: rotate(180deg);
}
.swiper-futuSlide-button {
  display: flex;
  gap: 0 8px;
}
.voice_arw .swiper-arw {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 70px;
  height: 70px;
  background: #FE4B21;
  display: flex;
  justify-content: center;
  align-items: center;
}
.voice_arw .swiper-arw img {
  width: 12px;
  height: auto;
}
.voice_arw .swiper-futuSlide-button-prev {
  left: 20px;
  transform: translate(0, -50%);
}
.voice_arw .swiper-futuSlide-button-next {
  right: 20px;
  transform: translate(0, -50%);
}
.voice_arw .swiper-futuSlide-button-prev:hover img {
  animation: .4s ease-out workArrow2;
}
.voice_arw .swiper-futuSlide-button-next:hover img {
  animation: .4s ease-out workArrow;
}
@keyframes workArrow2 {
  0% {
    transform: translate(0);
    opacity: 1
  }
  40% {
    transform: translate(-10px, 0);
    opacity: 0
  }
  60% {
    transform: translate(10px, 0);
    opacity: 0
  }
  100% {
    transform: translate(0);
    opacity: 1
  }
}
@media only screen and (max-width: 768px) {
  .swiper-flowSlide .swiper-slide, .swiper-futuSlide .swiper-slide {
    max-width: 80%;
    height: auto;
    padding-right: 20px;
  }
  .swiper-futuSlide-button {
    display: none;
  }
  .swiper_control {
    width: calc(94% - 15px);
  }
  .voice_arw .swiper-arw {
    display: none;
  }
  .swiper-voiceSlide .swiper-slide {
    padding: 0 20px 0 0;
    max-width: 90%;
  }
}
.submit_btn {
  text-align: center;
}
.submit_btn .pgContact_btn {
  width: 410px;
  font-size: 16px;
  padding: 24px 0 23px;
  display: block;
  max-width: 100%;
  margin: 0 auto;
  background: url("../img/futureshop_new/submit_bg.png") right bottom no-repeat #FE4B21;
  border-radius: 50px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.06em;
  box-shadow: 0 0 20px rgb(0 0 0 / 16%);
  position: relative;
  overflow: hidden;
  border: none;
  cursor: pointer;
  transition-duration: .3s;
  background-size: 0 100%;
}
.submit_btn .pgContact_btn:hover {
  background-size: 50% 100%;
}
span.wpcf7-list-item {
  display: block;
}
div.wpcf7-response-output, div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  padding: 30px 20px;
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  div.wpcf7-response-output, div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    padding: 20px;
    font-size: 14px;
  }
  .submit_btn .pgContact_btn {
    width: 80%;
    font-size: 14px;
    padding: 20px 0;
  }
}
.contact_thanks .title-01 {
  text-align: center;
  font-size: 32px;
  padding-bottom: 40px;
}
.contact_thanks .title-01::after {
  left: 50%;
}
.contact_thanks.on .title-01::after {
  transform: translate(-50%, 0);
}
.contact_thanks p {
  font-size: 16px;
  margin: 2em 0;
  line-height: 2;
  text-align: center;
}
.contact_thanks a.btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  max-width: 420px;
  width: 100%;
  padding: 35px 0;
}
.contact_thanks .btn_wrap span.ef-left {
  padding-top: 20px;
}
.contact_thanks_in {
  padding: 40px 0;
}
@media only screen and (min-width: 1025px) {
  .btn_wrap span.ef-left {
    padding: 0 15px 44px;
  }
  .btn_wrap {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    max-width: 840px;
    margin: 0 auto;
  }
  .contact_thanks .btn_wrap {
    display: block;
  }
}
@media only screen and (max-width: 1024px) {
  .btn_wrap span.ef-left {
    padding: 0 15px 20px;
  }
}
@media only screen and (max-width: 768px) {
  .contact_thanks .title-01 {
    font-size: 20px;
    line-height: 1.5;
  }
  .contact_thanks p {
    font-size: 14px;
    margin: 1.5em 0;
  }
  .contact_thanks_in {
    padding: 10px 0;
  }
  .contact_thanks a.btn {
    max-width: 240px;
    padding: 20px 0;
  }
  .pgContact_contain ul li {
    padding: 1em 0;
  }
  .pgContact_contain ul li .zf-labelName {
    width: 100%;
    margin: 0 auto;
    padding: 5px 5px 5px 0;
  }
  .pgContact_contain ul li .zf-tempContDiv {
    width: 100%;
    padding: 0;
  }
  .pgContact_contain ul li.name .zf-tempContDiv .inbox dl dt {
    width: 25px;
  }
  .pgContact_contain ul li.name .zf-tempContDiv .inbox dl dd {
    width: calc(100% - 25px);
  }
  .pgContact_contain ul li .zf-tempContDiv input[type="text"], .pgContact_contain ul li .zf-tempContDiv input[type="password"] {
    height: 45px;
    font-size: 16px;
  }
  .pgContact_tbl .submit_btn button {
    width: 80%;
    font-size: 14px;
    padding: 20px 0;
  }
}