@charset "UTF-8";
@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSansCJKjp-Regular.woff") format("woff"), url("../font/NotoSansCJKjp-Regular.otf") format("otf");
}
@font-face {
  font-family: "NotoSansCJKjp";
  font-style: medium;
  font-weight: 500;
  src: url("../font/NotoSansCJKjp-Medium.woff") format("woff"), url("../font/NotoSansCJKjp-Medium.otf") format("otf");
}
@font-face {
  font-family: "NotoSansCJKjp";
  font-style: bold;
  font-weight: 700;
  src: url("../font/NotoSansCJKjp-Bold.woff") format("woff"), url("../font/NotoSansCJKjp-Bold.otf") format("otf");
}
.headerWrapper {
  position: fixed;
  width: 100%;
  height: 78px;
  z-index: 1001;
  background-color: #ffffff;
  top: 0;
  left: 0;
  justify-content: center;
  display: block;
}
@media screen and (max-width: 639.98px) {
  .headerWrapper {
    display: flex;
    height: 56px;
  }
}

.header {
  font-family: NotoSansCJKjp;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1280px;
  z-index: 1000;
  margin: 0 auto;
  padding: 0;
  background-color: #ffffff;
}
@media screen and (min-width: 640px) {
  .header {
    justify-content: space-around;
  }
}
@media screen and (max-width: 639.98px) {
  .header {
    width: 100%;
    position: fixed;
    justify-content: space-between;
    padding: 0 16px 0 10px;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 639.98px) {
  .header__item {
    display: none;
  }
}
.header__item--logo {
  content: "";
  background: url("../images/common/logo.png") no-repeat center/contain;
  width: 56px;
  height: 56px;
  display: block;
  margin: 11px 0;
}
@media screen and (max-width: 639.98px) {
  .header__item--logo {
    width: 48px;
    height: 48px;
    margin-top: 4px;
  }
}
.header__item--contact {
  display: none;
  background: linear-gradient(180deg, rgba(48, 69, 196, 0.9) 0%, rgba(15, 31, 130, 0.9) 100%);
  width: 194px;
  border-radius: 2px;
}
.header__item--contact:hover {
  box-shadow: 0px 0px 16px 0px rgba(94, 91, 85, 0.1607843137);
  background: linear-gradient(180deg, rgba(63, 89, 255, 0.9) 0%, rgba(24, 49, 207, 0.9) 100%);
  mix-blend-mode: normal;
  box-sizing: border-box;
  border-radius: 2.41011px;
}
@media screen and (min-width: 640px) {
  .header__item--contact {
    display: block;
  }
}
@media screen and (max-width: 639.98px) {
  .header__item--contact {
    display: none;
  }
}
.header__item--contact__text {
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
}
.header__item__link {
  display: block;
}
.header__item__link:hover .header__item__link__body {
  color: #0f1f82;
}
.header__item__link__ruby {
  font-family: NotoSansCJKjp;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.02em;
  text-align: left;
  color: rgba(0, 0, 0, 0.54);
}
.header__item__link__body {
  font-family: NotoSansCJKjp;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #3c4449;
}
.header__item__link__body--logo {
  visibility: hidden;
}
.header__item__link__body--large {
  font-size: 20px;
}
.header__item--home .header__item__link {
  position: relative;
  padding-left: 24px;
}
@media screen and (max-width: 639.98px) {
  .header__item--home .header__item__link {
    padding-left: 0;
  }
}
.header__item--home .header__item__link::before {
  position: absolute;
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  top: 4px;
  left: 0;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.91696 5.11514V15.5H9.08362V5.11514L13.7344 9.76589L15.2662 8.23406L8.00029 0.96814L0.734375 8.23406L2.26621 9.76589L6.91696 5.11514Z' fill='%233C4449'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 639.98px) {
  .header__item--home .header__item__link::before {
    display: none;
  }
}
.header__item--humberger {
  background: url("../images/common/humberger_Icon.png") no-repeat center/contain;
  width: 22px;
  height: 16px;
  z-index: 1000;
}
@media screen and (min-width: 640px) {
  .header__item--humberger {
    display: none;
  }
}
@media screen and (max-width: 639.98px) {
  .header__item--humberger {
    display: block;
  }
}

.footer {
  border-top: 1px solid #dfe4ed;
  width: 100%;
  height: 179px;
  background-color: #f1f3f4;
  display: flex;
  justify-content: center;
}
.footer__image {
  position: relative;
  display: flex;
  align-items: center;
}
.footer__image__logo {
  width: 100px;
  height: 100px;
}
.footer__image__textImage {
  margin-left: 10px;
  width: 200px;
  height: 50px;
}
.footer__image__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}
.footer__text {
  overflow: hidden;
  height: 0;
  width: 0;
}

.body {
  margin: 0 auto;
}

.caseStudy {
  font-family: NotoSansCJKjp;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
@media screen and (min-width: 640px) {
  .caseStudy {
    background: url("../images/common/casestudy_pc.jpg") no-repeat center/cover;
    height: 415px;
  }
}
@media screen and (max-width: 639.98px) {
  .caseStudy {
    background: url("../images/common/casestudy_sp.jpg") no-repeat center/cover;
    height: 427px;
  }
}
.caseStudy__title {
  color: #ffffff;
  z-index: 100;
  position: absolute;
}
@media screen and (min-width: 640px) {
  .caseStudy__title {
    font-size: 40px;
    font-weight: 500;
    line-height: 56px;
    top: 80px;
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media screen and (max-width: 639.98px) {
  .caseStudy__title {
    margin-top: -35px;
    font-size: 34px;
    line-height: 46px;
    margin-top: 17px;
    top: 60px;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.caseStudy__body {
  color: #ffffff;
  z-index: 100;
  position: absolute;
  margin: 0 16px;
}
@media screen and (min-width: 640px) {
  .caseStudy__body {
    font-size: 32px;
    font-weight: 400;
    line-height: 44px;
    letter-spacing: 0.02em;
  }
}
@media screen and (min-width: 640px) and (min-width: 640px) {
  .caseStudy__body {
    top: 140px;
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media screen and (max-width: 639.98px) {
  .caseStudy__body {
    font-size: 18px;
    line-height: 29px;
    margin-top: 34px;
    top: 137px;
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media screen and (min-width: 640px) {
  .caseStudy__body__small {
    font-size: 20px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0.02em;
  }
}
@media screen and (max-width: 639.98px) {
  .caseStudy__body__small {
    font-size: 18px;
    line-height: 29px;
  }
}
@media screen and (min-width: 640px) {
  .caseStudy__body__brPc {
    display: block;
  }
}
@media screen and (max-width: 639.98px) {
  .caseStudy__body__brPc {
    display: none;
  }
}
@media screen and (min-width: 640px) {
  .caseStudy__body__brSp {
    display: none;
  }
}
@media screen and (max-width: 639.98px) {
  .caseStudy__body__brSp {
    display: block;
  }
}
.caseStudy__button {
  background-color: #ffffff;
  height: 72px;
  z-index: 100;
  position: relative;
  border-radius: 3px;
  box-shadow: 1px 4px 8px rgba(0, 0, 0, 0.08);
}
.caseStudy__button:hover {
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);
}
@media screen and (min-width: 640px) {
  .caseStudy__button {
    width: 340px;
    top: 98px;
  }
}
@media screen and (max-width: 639.98px) {
  .caseStudy__button {
    width: 320px;
    margin-top: 57px;
    top: 104px;
  }
}
.caseStudy__button__link {
  font-family: NotoSansCJKjp;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  color: #0f1f82;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.caseStudy__overlay {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #101986;
  mix-blend-mode: unset;
  opacity: 0.6;
}
@media screen and (min-width: 640px) {
  .caseStudy__button:hover + .caseStudy__overlay {
    opacity: 0.7;
  }
}

@media screen and (min-width: 1280px) {
  .body {
    overflow-x: hidden;
  }
}
.body {
  max-width: auto;
}

.ffh710 {
  font-family: NotoSansCJKjp;
  margin-top: 78px;
}
@media screen and (max-width: 639.98px) {
  .ffh710 {
    margin-top: 56px;
  }
}
@media screen and (min-width: 640px) {
  .ffh710__cv {
    position: fixed;
    right: 0;
    bottom: 75px;
    z-index: 500;
    height: 222px;
    width: 60px;
  }
  .ffh710__cv__link {
    padding: 19px 16px 21px 17px;
    font-family: NotoSansCJKjp;
    width: 60px;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0em;
    color: #ffffff;
    background: linear-gradient(180deg, rgba(48, 69, 196, 0.9) 0%, rgba(15, 31, 130, 0.9) 100%);
    mix-blend-mode: normal;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-sizing: border-box;
    box-shadow: -1px -2px 6px rgba(0, 0, 0, 0.16);
    backdrop-filter: blur(3px);
    border-radius: 8px 0px 0px 8px;
    -ms-writing-mode: tb-lr;
        writing-mode: vertical-lr;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .ffh710__cv__link:hover {
    background: linear-gradient(180deg, rgba(63, 89, 255, 0.9) 0%, rgba(24, 49, 207, 0.9) 100%);
    backdrop-filter: blur(2.89216px);
  }
  .ffh710__cv__link__img {
    width: 18px;
    height: 180px;
  }
}
@media screen and (max-width: 639.98px) {
  .ffh710__cv {
    display: none;
  }
}
.ffh710__top {
  position: fixed;
  bottom: 8px;
  right: 0;
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.9);
  mix-blend-mode: normal;
  box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(3px);
  border-radius: 8px 0px 0px 8px;
  z-index: 140;
}
@media screen and (max-width: 639.98px) {
  .ffh710__top {
    display: none;
    width: 48px;
    height: 48px;
  }
}
.ffh710__top::before {
  position: absolute;
  content: "";
  border-right: 4px solid #0f1f82;
  height: 18px;
  left: 23px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 639.98px) {
  .ffh710__top::before {
    border-right: 4px solid #e21a3e;
    left: 19px;
  }
}
.ffh710__top::after {
  position: absolute;
  content: "";
  border-left: 4px solid #0f1f82;
  height: 18px;
  transform: translateY(-50%) rotate(-45deg);
  top: 50%;
  right: 23px;
}
@media screen and (max-width: 639.98px) {
  .ffh710__top::after {
    border-left: 4px solid #e21a3e;
    right: 15px;
  }
}
.ffh710__fv {
  width: 100vw;
  height: 616px;
  background: url("../images/ffh710/ffh710_firstview_back.png") no-repeat center/cover;
  min-width: 1280px;
}
@media screen and (max-width: 639.98px) {
  .ffh710__fv {
    height: 640px;
    min-width: auto;
  }
}
.ffh710__fv__container {
  max-width: 1280px;
  height: 616px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  display: flex;
}
@media screen and (max-width: 639.98px) {
  .ffh710__fv__container {
    flex-direction: column;
    height: 640px;
  }
}
.ffh710__fv__container__machineWrapper {
  flex: 0 0 37%;
}
@media screen and (min-width: 640px) {
  .ffh710__fv__container__machineWrapper {
    margin-top: 30px;
  }
}
@media screen and (max-width: 639.98px) {
  .ffh710__fv__container__machineWrapper {
    position: relative;
    flex: 0 0 auto;
    order: 2;
    margin: 0 auto;
    height: 357px;
    width: 339px;
  }
}
.ffh710__fv__container__machineWrapper__img {
  height: 100%;
}
@media screen and (min-width: 640px) {
  .ffh710__fv__container__machineWrapper__img {
    position: absolute;
  }
}
@media screen and (max-width: 639.98px) {
  .ffh710__fv__container__machineWrapper__img {
    width: 282px;
    position: relative;
    right: -20px;
  }
}
.ffh710__fv__container__machineWrapper__badge {
  display: block;
  position: absolute;
  width: 83px;
  height: 83px;
  right: -4%;
}
@media screen and (min-width: 640px) {
  .ffh710__fv__container__machineWrapper__badge {
    display: none;
  }
}
@media screen and (max-width: 639.98px) {
  .ffh710__fv__container__machineWrapper__badge {
    right: 2%;
    top: -8%;
    width: 106px;
    height: 104px;
    z-index: 1;
  }
}
@media screen and (max-width: 320px) {
  .ffh710__fv__container__machineWrapper__badge {
    right: 5%;
  }
}
.ffh710__fv__container__infoWrapper {
  flex: 0 1 61%;
}
.ffh710__fv__container__infoWrapper__badgeWrapper {
  height: 155px;
  text-align: right;
  padding-right: 30px;
  margin-top: 31px;
}
@media screen and (max-width: 639.98px) {
  .ffh710__fv__container__infoWrapper__badgeWrapper {
    display: none;
    margin-top: 0;
  }
}
.ffh710__fv__container__infoWrapper__badgeWrapper__img {
  height: 100%;
}
@media screen and (min-width: 640px) {
  .ffh710__fv__container__infoWrapper__textWrapper {
    padding-left: 44px;
    position: relative;
  }
}
@media screen and (max-width: 639.98px) {
  .ffh710__fv__container__infoWrapper__textWrapper {
    padding-left: 20px;
    padding-top: 23px;
  }
}
.ffh710__fv__container__infoWrapper__textWrapper__title {
  font-family: NotoSansCJKjp;
  display: block;
  font-size: 50px;
  font-weight: 400;
  line-height: 65px;
  letter-spacing: 0em;
  color: #0f1f82;
}
@media screen and (max-width: 639.98px) {
  .ffh710__fv__container__infoWrapper__textWrapper__title {
    font-size: 22px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
  }
}
.ffh710__fv__container__infoWrapper__textWrapper__title__big {
  font-size: 76px;
  font-weight: 700;
  line-height: 91px;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 640px) {
  .ffh710__fv__container__infoWrapper__textWrapper__title__big {
    display: block;
    margin-top: -14px;
  }
}
@media screen and (max-width: 639.98px) {
  .ffh710__fv__container__infoWrapper__textWrapper__title__big {
    font-size: 34px;
    font-weight: 600;
    line-height: 41px;
    letter-spacing: 0em;
    text-align: left;
  }
}
.ffh710__fv__container__infoWrapper__textWrapper__title__model {
  font-family: NotoSansCJKjp;
  font-size: 25px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0em;
  color: #e21a3e;
  position: absolute;
  top: 153px;
}
@media screen and (max-width: 639.98px) {
  .ffh710__fv__container__infoWrapper__textWrapper__title__model {
    top: 96px;
  }
}
@media screen and (max-width: 639.98px) {
  .ffh710__fv__container__infoWrapper__textWrapper__title__model {
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    text-align: left;
  }
}
.ffh710__fv__container__infoWrapper__textWrapper__title__name {
  font-family: Helvetica;
  font-size: 33px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0em;
  color: #e21a3e;
  position: absolute;
  top: 149px;
  left: 203px;
}
@media screen and (max-width: 639.98px) {
  .ffh710__fv__container__infoWrapper__textWrapper__title__name {
    font-size: 20px;
    line-height: 20px;
    top: 96px;
    left: 123px;
  }
}
.ffh710__fv__container__infoWrapper__linkWrapper {
  width: 300px;
  height: 70px;
}
@media screen and (min-width: 640px) {
  .ffh710__fv__container__infoWrapper__linkWrapper {
    margin: 29px 0 0 46px;
    position: relative;
    bottom: 24px;
  }
}
.ffh710__fv__container__infoWrapper__linkWrapper {
  margin: 29px 0 0 20px;
  background: linear-gradient(180deg, rgba(48, 69, 196, 0.9) 0%, rgba(15, 31, 130, 0.9) 100%);
  mix-blend-mode: normal;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-sizing: border-box;
  backdrop-filter: blur(3px);
  border-radius: 3px;
}
@media screen and (max-width: 639.98px) {
  .ffh710__fv__container__infoWrapper__linkWrapper {
    display: none;
  }
}
.ffh710__fv__container__infoWrapper__linkWrapper__link {
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 14px 0;
  font-family: NotoSansCJKjp;
  font-size: 26px;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: 0.02em;
  text-align: center;
}
.ffh710__fv__container__infoWrapper__linkWrapper__link:hover {
  background: linear-gradient(180deg, rgba(63, 89, 255, 0.9) 0%, rgba(24, 49, 207, 0.9) 100%);
  mix-blend-mode: normal;
  box-sizing: border-box;
  border-radius: 2.41011px;
}
.ffh710__fv__container__linkWrapper {
  order: 3;
  background-color: #ffffff;
  padding: 30px 0;
}
.ffh710__fv__container__linkWrapper__inner {
  display: none;
  width: 300px;
  height: 70px;
  background: linear-gradient(180deg, rgba(48, 69, 196, 0.9) 0%, rgba(15, 31, 130, 0.9) 100%);
  mix-blend-mode: normal;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-sizing: border-box;
  backdrop-filter: blur(3px);
  border-radius: 3px;
  margin: 0 auto 20px auto;
  position: relative;
}
@media screen and (max-width: 639.98px) {
  .ffh710__fv__container__linkWrapper__inner {
    display: block;
  }
}
.ffh710__fv__container__linkWrapper__inner__link {
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 14px 0;
  font-family: NotoSansCJKjp;
  font-size: 26px;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: 0.02em;
  text-align: center;
}
.ffh710__feature {
  overflow-x: hidden;
  min-width: 1280px;
}
@media screen and (max-width: 639.98px) {
  .ffh710__feature {
    min-width: auto;
  }
}
.ffh710__feature__title {
  font-family: NotoSansCJKjp;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 56px;
  letter-spacing: 0.04em;
  text-align: center;
  color: #0f1f82;
}
@media screen and (min-width: 640px) {
  .ffh710__feature__title {
    margin-top: 69px;
  }
}
@media screen and (max-width: 639.98px) {
  .ffh710__feature__title {
    font-weight: 500;
    font-size: 36px;
    line-height: 50px;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 639.98px) and (max-width: 639.98px) {
  .ffh710__feature__title {
    margin-left: 20px;
    margin-right: 20px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 320px) {
  .ffh710__feature__title {
    margin: 0;
    padding: 0;
  }
}
.ffh710__feature__title__brSp {
  display: none;
}
@media screen and (max-width: 639.98px) {
  .ffh710__feature__title__brSp {
    display: block;
  }
}
@media screen and (max-width: 639.98px) {
  .ffh710__feature__title__spSmall {
    font-size: 22px;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 639.98px) {
  .ffh710__feature__title__spSmall__brSp {
    display: block;
    font-size: 22px;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: 0em;
  }
}
.ffh710__feature__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0;
  overflow: hidden;
  margin-bottom: 40px;
  height: 215px;
}
@media screen and (min-width: 640px) {
  .ffh710__feature__list {
    margin-top: 101px;
  }
}
@media screen and (max-width: 639.98px) {
  .ffh710__feature__list {
    position: relative;
    flex-flow: row wrap;
    height: auto;
    margin: 34px auto 0 auto;
    width: 100%;
  }
  .ffh710__feature__list:first-child {
    margin-right: 1%;
  }
  .ffh710__feature__list::after {
    position: absolute;
    content: "";
    width: 74%;
    height: 1px;
    color: rgba(0, 0, 0, 0.3294117647);
    background: rgba(0, 0, 0, 0.33);
    left: 50%;
    top: 215px;
    transform: translateX(-50%);
  }
  .ffh710__feature__list::before {
    position: absolute;
    content: "";
    width: 74%;
    height: 1px;
    color: rgba(0, 0, 0, 0.3294117647);
    background: rgba(0, 0, 0, 0.33);
    left: 50%;
    top: 445px;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 320px) {
  .ffh710__feature__list {
    width: 100%;
  }
}
@media screen and (max-width: 639.98px) {
  .ffh710__feature__list__item {
    width: 50%;
  }
  .ffh710__feature__list__item:nth-child(n+3):nth-child(-n+4) {
    margin-top: 21px;
  }
  .ffh710__feature__list__item:nth-child(odd) {
    padding-right: 5px;
  }
  .ffh710__feature__list__item:nth-child(even) {
    padding-left: 5px;
  }
  .ffh710__feature__list__item:last-child {
    margin-top: 21px;
    padding: 0;
    z-index: -1;
  }
}
.ffh710__feature__list__item__img {
  width: 220px;
  height: 206px;
}
@media screen and (max-width: 639.98px) {
  .ffh710__feature__list__item__img {
    display: none;
  }
}
.ffh710__feature__list__item__img--sp {
  display: none;
}
@media screen and (max-width: 639.98px) {
  .ffh710__feature__list__item__img--sp {
    display: block;
    width: 160px;
    height: 210px;
    display: flex;
    margin: 0 auto;
  }
}
.ffh710__feature__list__item__text {
  display: none;
}
.ffh710__feature__text {
  font-family: NotoSansCJKjp;
  font-size: 32px;
  font-weight: 400;
  line-height: 45px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #85878b;
  position: relative;
}
@media screen and (min-width: 640px) {
  .ffh710__feature__text::before {
    position: absolute;
    top: 0;
    content: "";
    width: 1100px;
    height: 3px;
    background-color: #dddddd;
    left: 50%;
    transform: translateX(-50%);
  }
}
.ffh710__feature__text {
  padding: 39px 0 65px;
}
@media screen and (max-width: 639.98px) {
  .ffh710__feature__text {
    padding: 0 0 44px;
    font-size: 21px;
    line-height: 29px;
    letter-spacing: 0em;
    margin-top: -25px;
  }
}
@media screen and (min-width: 640px) {
  .ffh710__feature__text__brSp {
    display: none;
  }
}
@media screen and (max-width: 639.98px) {
  .ffh710__feature__text__brSp {
    display: block;
  }
}
.ffh710__video {
  overflow: hidden;
  min-width: 1280px;
  width: 100%;
  position: relative;
  height: 716.8px;
}
@media screen and (max-width: 639.98px) {
  .ffh710__video {
    min-width: auto;
    height: 56vw;
  }
}
.ffh710__video__frame {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
  height: 716.8px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 639.98px) {
  .ffh710__video__frame {
    height: 56vw;
  }
}
.ffh710__function {
  max-width: 1280px;
  margin: 0 auto;
  min-width: 1280px;
  padding: 0 28px;
}
@media screen and (max-width: 639.98px) {
  .ffh710__function {
    min-width: auto;
    padding: 0;
  }
}
.ffh710__function__title {
  text-align: center;
  font-family: NotoSansCJKjp;
  font-size: 48px;
  font-weight: 500;
  line-height: 62px;
  letter-spacing: 0.01em;
  color: #0f1f82;
}
@media screen and (min-width: 640px) {
  .ffh710__function__title {
    margin: 75px 0 65px;
  }
}
@media screen and (max-width: 639.98px) {
  .ffh710__function__title {
    margin: 40px 0 35px;
    font-size: 36px;
    line-height: 47px;
    letter-spacing: 0em;
  }
}
@media screen and (min-width: 640px) {
  .ffh710__function__list {
    margin-bottom: 27px;
    border-top: 9px solid #0f1f82;
    border-radius: 6px;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
  }
}
.ffh710__function__list__item--vertical {
  display: flex;
}
@media screen and (max-width: 639.98px) {
  .ffh710__function__list__item--vertical {
    display: block;
  }
}
.ffh710__function__list__item__imgWrapper {
  position: relative;
  width: 100%;
  height: 350px;
  flex: 1;
}
@media screen and (min-width: 640px) {
  .ffh710__function__list__item__imgWrapper {
    margin-left: 20px;
    margin-top: 26px;
  }
}
@media screen and (max-width: 639.98px) {
  .ffh710__function__list__item__imgWrapper {
    width: auto;
    height: 0;
    padding-top: 60%;
    margin: 0 25px;
  }
}
.ffh710__function__list__item__imgWrapper__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 6px;
}
@media screen and (max-width: 639.98px) {
  .ffh710__function__list__item__imgWrapper__img {
    border: 1px solid #dddddd;
    box-sizing: border-box;
    border-radius: 3px;
  }
}
@media screen and (min-width: 640px) {
  .ffh710__function__list__item__textWrapper {
    margin-left: 64px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (max-width: 639.98px) {
  .ffh710__function__list__item__textWrapper {
    text-align: center;
    margin: 19px 0 31px;
  }
}
.ffh710__function__list__item__textWrapper__title {
  font-family: NotoSansCJKjp;
  font-size: 48px;
  font-weight: 500;
  line-height: 61px;
  letter-spacing: 0em;
  color: #0f1f82;
  margin-bottom: 1%;
}
@media screen and (max-width: 639.98px) {
  .ffh710__function__list__item__textWrapper__title {
    font-size: 30px;
    line-height: 41px;
    letter-spacing: 0em;
    text-align: center;
  }
}
.ffh710__function__list__item__textWrapper__body {
  font-family: NotoSansCJKjp;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px;
  letter-spacing: 0.04em;
  color: #6a6a70;
}
@media screen and (max-width: 639.98px) {
  .ffh710__function__list__item__textWrapper__body {
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: center;
    margin: 0 26px;
  }
}
@media screen and (min-width: 640px) {
  .ffh710__function__list__wrapper {
    display: flex;
    margin: 29px 20px 0 30px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 639.98px) {
  .ffh710__function__list__wrapper {
    margin: 0 33px 37px 33px;
    text-align: left;
  }
}
.ffh710__function__list__wrapper__item {
  flex: 1;
}
@media screen and (min-width: 640px) {
  .ffh710__function__list__wrapper__item {
    border-top: 2px solid #eff0f4;
    margin-right: 42px;
    padding-top: 21px;
    padding-left: 1%;
  }
  .ffh710__function__list__wrapper__item:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 639.98px) {
  .ffh710__function__list__wrapper__item {
    margin-bottom: 24px;
  }
  .ffh710__function__list__wrapper__item:last-child {
    margin-bottom: 0;
  }
}
.ffh710__function__list__wrapper__item__title {
  font-family: NotoSansCJKjp;
  font-size: 26px;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: 0.04em;
  color: #0f1f82;
  position: relative;
  padding-left: 14px;
  margin-bottom: 2%;
}
@media screen and (max-width: 639.98px) {
  .ffh710__function__list__wrapper__item__title {
    font-size: 24px;
    line-height: 31px;
    letter-spacing: 0em;
    margin-bottom: 1%;
  }
}
.ffh710__function__list__wrapper__item__title::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #e21a3e;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: -5px;
  transform: translateY(-50%);
}
.ffh710__function__list__wrapper__item__body {
  font-family: NotoSansCJKjp;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.04em;
  color: #6a6a70;
}
@media screen and (min-width: 640px) {
  .ffh710__function__list__wrapper__item__body {
    padding-left: 14px;
  }
}
@media screen and (max-width: 639.98px) {
  .ffh710__function__list__wrapper__item__body {
    font-size: 16px;
    line-height: 24px;
    padding-left: 14px;
  }
}
@media screen and (max-width: 639.98px) {
  .ffh710__function__list__wrapper__item__body__br {
    margin-right: -5px;
  }
}
.ffh710__function__sublist {
  margin-bottom: 27px;
}
@media screen and (min-width: 640px) {
  .ffh710__function__sublist {
    display: flex;
  }
}
@media screen and (max-width: 639.98px) {
  .ffh710__function__sublist {
    margin: 0 26px;
  }
}
@media screen and (min-width: 640px) {
  .ffh710__function__sublist__item {
    flex: 1;
  }
}
.ffh710__function__sublist__item {
  border: 1px solid rgba(0, 0, 0, 0.058);
  border-radius: 6px;
  padding: 24px 24px 25px;
}
@media screen and (min-width: 640px) {
  .ffh710__function__sublist__item {
    margin-right: 27px;
  }
}
@media screen and (max-width: 639.98px) {
  .ffh710__function__sublist__item {
    padding: 24px 24px;
    margin-bottom: 24px;
  }
}
.ffh710__function__sublist__item:last-child {
  margin-right: 0;
}
.ffh710__function__sublist__item__imgWrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 48%;
}
@media screen and (max-width: 639.98px) {
  .ffh710__function__sublist__item__imgWrapper {
    height: 0;
    padding-top: 51%;
  }
}
.ffh710__function__sublist__item__imgWrapper__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.ffh710__function__sublist__item__textWrapper {
  margin-top: 4%;
  margin-left: 2%;
}
@media screen and (max-width: 639.98px) {
  .ffh710__function__sublist__item__textWrapper {
    margin-top: 18px;
  }
}
.ffh710__function__sublist__item__textWrapper__title {
  font-family: NotoSansCJKjp;
  font-size: 26px;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: 0.02em;
  color: #0f1f82;
  position: relative;
  padding-left: 14px;
  margin-bottom: 10px;
}
@media screen and (max-width: 639.98px) {
  .ffh710__function__sublist__item__textWrapper__title {
    font-size: 24px;
    line-height: 31px;
    letter-spacing: 0em;
    margin-bottom: 6px;
  }
}
.ffh710__function__sublist__item__textWrapper__title::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #e21a3e;
  border-radius: 50%;
  position: absolute;
  top: 12px;
  left: -6px;
}
.ffh710__function__sublist__item__textWrapper__body {
  font-family: NotoSansCJKjp;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.04em;
  padding-left: 14px;
  color: #6a6a70;
}
@media screen and (max-width: 639.98px) {
  .ffh710__function__sublist__item__textWrapper__body {
    margin-left: -20px;
    margin-right: -5px;
  }
}
.ffh710__function__sublist__item__textWrapper__body__annotation {
  font-size: 11px;
  line-height: 17px;
}
.ffh710__function__sublist__item__textWrapper__body__brSp {
  display: none;
}
@media screen and (max-width: 639.98px) {
  .ffh710__function__sublist__item__textWrapper__body__brSp {
    display: block;
  }
}
.ffh710__function__sublist__item__textWrapper__body__brPc {
  display: block;
}
@media screen and (max-width: 639.98px) {
  .ffh710__function__sublist__item__textWrapper__body__brPc {
    display: none;
  }
}
@media screen and (max-width: 639.98px) {
  .ffh710__function__sublist__item__textWrapper__body__br {
    margin-right: 0px;
    margin-left: -5px;
  }
}
@media screen and (min-width: 640px) {
  .ffh710__function__supplementarylist {
    display: flex;
  }
}
.ffh710__function__supplementarylist {
  background-color: #f0f0f0;
  padding: 48px 0 14px 56px;
  border-radius: 6px;
  margin-bottom: 74px;
}
@media screen and (max-width: 639.98px) {
  .ffh710__function__supplementarylist {
    margin: 0 7% 28px 7%;
    padding: 32px 24px 32px 24px;
    border-radius: 6px;
  }
}
.ffh710__function__supplementarylist__wrapper {
  flex: 1;
}
@media screen and (min-width: 640px) {
  .ffh710__function__supplementarylist__wrapper {
    margin-right: 37px;
  }
  .ffh710__function__supplementarylist__wrapper:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 639.98px) {
  .ffh710__function__supplementarylist__wrapper {
    display: flex;
    flex-direction: column;
  }
}
.ffh710__function__supplementarylist__wrapper__item:nth-child(1) {
  margin-bottom: 37px;
}
@media screen and (min-width: 640px) {
  .ffh710__function__supplementarylist__wrapper__item {
    min-height: 124px;
  }
}
@media screen and (max-width: 639.98px) {
  .ffh710__function__supplementarylist__wrapper__item {
    margin-bottom: 32px;
  }
  .ffh710__function__supplementarylist__wrapper__item:last-child {
    margin-bottom: 0;
  }
  .ffh710__function__supplementarylist__wrapper__item--1 {
    order: 1;
  }
  .ffh710__function__supplementarylist__wrapper__item--2 {
    order: 2;
  }
  .ffh710__function__supplementarylist__wrapper__item--3 {
    order: 3;
  }
  .ffh710__function__supplementarylist__wrapper__item--4 {
    order: 4;
  }
}
.ffh710__function__supplementarylist__wrapper__item__textWrapper__title {
  font-family: NotoSansCJKjp;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: 0em;
  color: #0f1f82;
  padding-left: 30px;
  position: relative;
  margin-bottom: 8px;
}
@media screen and (max-width: 639.98px) {
  .ffh710__function__supplementarylist__wrapper__item__textWrapper__title {
    font-size: 21px;
    font-weight: 500;
    line-height: 27px;
    margin-right: 6px;
    margin-bottom: 16px;
    padding-left: 16px;
  }
}
.ffh710__function__supplementarylist__wrapper__item__textWrapper__title::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #e21a3e;
  border-radius: 50%;
  position: absolute;
  top: 12px;
  left: 10px;
}
@media screen and (max-width: 639.98px) {
  .ffh710__function__supplementarylist__wrapper__item__textWrapper__title::before {
    left: 0;
    top: 9px;
  }
}
.ffh710__function__supplementarylist__wrapper__item__textWrapper__body {
  font-family: NotoSansCJKjp;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.04em;
  text-align: left;
  color: #6a6a70;
  padding-left: 30px;
}
@media screen and (max-width: 639.98px) {
  .ffh710__function__supplementarylist__wrapper__item__textWrapper__body {
    margin-right: -20px;
    padding-left: 0;
  }
}
.ffh710__function__supplementarylist__wrapper__item__textWrapper__body__conm {
  content: "/";
}
.ffh710__convinientFunction {
  overflow-x: hidden;
  width: 100vw;
  height: 1588px;
  background-color: #e1ecf3;
  min-width: 1280px;
}
@media screen and (max-width: 639.98px) {
  .ffh710__convinientFunction {
    height: auto;
    min-width: auto;
  }
}
.ffh710__convinientFunction__title {
  font-family: NotoSansCJKjp;
  font-size: 48px;
  font-weight: 400;
  line-height: 62px;
  letter-spacing: 0.01em;
  text-align: center;
  color: #0f1f82;
  padding-top: 90px;
  margin-bottom: 4%;
}
@media screen and (max-width: 639.98px) {
  .ffh710__convinientFunction__title {
    font-size: 36px;
    font-weight: 500;
    line-height: 45px;
    letter-spacing: 0.01em;
    margin-right: 23px;
    margin-left: 23px;
    padding-top: 48px;
  }
}
@media screen and (max-width: 320px) {
  .ffh710__convinientFunction__title {
    margin-right: 20px;
    margin-left: 20px;
  }
}
.ffh710__convinientFunction__title__brSp {
  display: none;
}
@media screen and (max-width: 639.98px) {
  .ffh710__convinientFunction__title__brSp {
    display: block;
  }
}
.ffh710__convinientFunction__title__small {
  font-size: 28px;
  line-height: 45px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 639.98px) {
  .ffh710__convinientFunction__title__small {
    font-size: 22px;
    font-weight: 400;
    line-height: 35px;
  }
}
.ffh710__convinientFunction__content {
  position: relative;
  max-width: 1908px;
}
@media screen and (max-width: 639.98px) {
  .ffh710__convinientFunction__content {
    max-width: 100vw;
  }
}
.ffh710__convinientFunction__content__imageWrapper {
  position: absolute;
  width: 630px;
  height: 1272px;
}
@media screen and (max-width: 639.98px) {
  .ffh710__convinientFunction__content__imageWrapper {
    display: none;
  }
}
.ffh710__convinientFunction__content__imageWrapper__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 76%;
  height: 100%;
}
.ffh710__convinientFunction__content__list {
  position: absolute;
  left: 40%;
  margin-top: 50px;
}
@media screen and (min-width: 640px) {
  .ffh710__convinientFunction__content__list {
    margin-right: 10%;
  }
}
@media screen and (max-width: 639.98px) {
  .ffh710__convinientFunction__content__list {
    position: static;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 26px;
    margin-left: 26px;
    padding-bottom: 27px;
  }
}
.ffh710__convinientFunction__content__list__item {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 640px) {
  .ffh710__convinientFunction__content__list__item {
    margin-bottom: 35px;
    gap: 0;
  }
  .ffh710__convinientFunction__content__list__item:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 639.98px) {
  .ffh710__convinientFunction__content__list__item {
    display: block;
    background-color: #ffffff;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
    border-radius: 6px;
    padding: 19px 12px 24px;
    margin-bottom: 24px;
    width: 100%;
  }
}
.ffh710__convinientFunction__content__list__item__mainBlock {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 639.98px) {
  .ffh710__convinientFunction__content__list__item__mainBlock {
    display: block;
    align-items: flex-start;
  }
}
.ffh710__convinientFunction__content__list__item__imageWrapper, .ffh710__convinientFunction__content__list__item__container {
  width: 250px;
  flex-shrink: 0;
}
.ffh710__convinientFunction__content__list__item__textWrapper__subNotes {
  font-size: 12px;
  line-height: 1.6;
  color: #666;
}
@media screen and (min-width: 640px) {
  .ffh710__convinientFunction__content__list__item__textWrapper__subNotes {
    margin-left: 6px;
  }
}
.ffh710__convinientFunction__content__list__item__textWrapper__subNotes__item--flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
}
.ffh710__convinientFunction__content__list__item__container {
  width: 256px;
  height: 178px;
  margin-right: 30px;
  max-width: 250px;
}
@media screen and (max-width: 639.98px) {
  .ffh710__convinientFunction__content__list__item__container {
    margin-right: 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 320px) {
  .ffh710__convinientFunction__content__list__item__container {
    width: 240px;
    height: 190px;
  }
}
.ffh710__convinientFunction__content__list__item__container__imageWrapper {
  width: 256px;
  height: 201px;
  border-radius: 2px;
}
@media screen and (min-width: 640px) and (max-width: 833.98px) {
  .ffh710__convinientFunction__content__list__item__container__imageWrapper {
    margin: 0 auto;
    margin-bottom: 11px;
  }
}
@media screen and (max-width: 639.98px) {
  .ffh710__convinientFunction__content__list__item__container__imageWrapper {
    margin: 0 auto;
  }
}
.ffh710__convinientFunction__content__list__item__container__imageWrapper__image {
  border-radius: 2px;
  width: 250px;
  height: 180px;
}
.ffh710__convinientFunction__content__list__item__imageWrapper {
  flex-shrink: 0;
  width: 100%;
  max-width: 250px;
  align-self: flex-start;
  aspect-ratio: 250/180;
  position: relative;
  margin-right: 30px;
  flex: 0 0 auto;
}
.ffh710__convinientFunction__content__list__item__imageWrapper--silber {
  width: 256px;
  height: 178px;
}
@media screen and (max-width: 639.98px) {
  .ffh710__convinientFunction__content__list__item__imageWrapper {
    margin: 0 auto;
  }
}
@media screen and (max-width: 320px) {
  .ffh710__convinientFunction__content__list__item__imageWrapper {
    width: 240px;
    height: 190px;
  }
}
.ffh710__convinientFunction__content__list__item__imageWrapper__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ffh710__convinientFunction__content__list__item__imageWrapper__image--cacheless {
  width: 100%;
  max-width: 250px;
  aspect-ratio: 250/180;
  -o-object-fit: contain;
     object-fit: contain;
}
.ffh710__convinientFunction__content__list__item__textWrapper {
  flex: 1;
}
.ffh710__convinientFunction__content__list__item__textWrapper__title {
  font-family: NotoSansCJKjp;
  font-size: 32px;
  font-weight: 400;
  line-height: 42px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #0f1f82;
  margin-bottom: 8px;
  position: relative;
  padding-left: 26px;
  width: 500px;
}
@media screen and (max-width: 639.98px) {
  .ffh710__convinientFunction__content__list__item__textWrapper__title {
    font-size: 24px;
    font-weight: 500;
    line-height: 31px;
    letter-spacing: 0em;
    padding-top: 18px;
    padding-left: 29px;
    width: auto;
  }
}
.ffh710__convinientFunction__content__list__item__textWrapper__title--withAudio {
  padding-right: 43px;
}
@media screen and (max-width: 639.98px) {
  .ffh710__convinientFunction__content__list__item__textWrapper__title--withAudio {
    padding-right: 60px;
  }
}
.ffh710__convinientFunction__content__list__item__textWrapper__title::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #e21a3e;
  border-radius: 50%;
  position: absolute;
  top: 18px;
  left: 0;
}
@media screen and (max-width: 639.98px) {
  .ffh710__convinientFunction__content__list__item__textWrapper__title::before {
    left: 13px;
    top: 30px;
  }
}
.ffh710__convinientFunction__content__list__item__textWrapper__title__audio {
  content: "";
  background: url("../images/ffh710/sound_button_trans.png") no-repeat center/contain;
  width: 40px;
  height: 40px;
  position: absolute;
  text-indent: -9999px;
  margin-left: 11px;
  left: 63%;
  top: 6%;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.16);
  border-radius: 6px;
}
.ffh710__convinientFunction__content__list__item__textWrapper__title__audio:hover {
  background-color: #ffffff;
}
@media screen and (max-width: 639.98px) {
  .ffh710__convinientFunction__content__list__item__textWrapper__title__audio {
    left: auto;
    right: 5%;
    top: 24%;
  }
}
@media screen and (max-width: 320px) {
  .ffh710__convinientFunction__content__list__item__textWrapper__title__audio {
    right: 0;
  }
}
.ffh710__convinientFunction__content__list__item__textWrapper__title__audio:hover {
  box-sizing: border-box;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.16);
  border-radius: 6px;
  cursor: pointer;
}
@media screen and (max-width: 639.98px) {
  .ffh710__convinientFunction__content__list__item__textWrapper__title__audio {
    background: url("../images/ffh710/sound_button_sp.png") no-repeat center/contain;
  }
}
.ffh710__convinientFunction__content__list__item__textWrapper__title__small {
  font-family: NotoSansCJKjp;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 639.98px) {
  .ffh710__convinientFunction__content__list__item__textWrapper__title__small {
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    display: block;
  }
}
.ffh710__convinientFunction__content__list__item__textWrapper__title__small__audio {
  content: "";
  background: url("../images/ffh710/sound_button_trans.png") no-repeat center/contain;
  width: 40px;
  height: 40px;
  position: absolute;
  text-indent: -9999px;
  margin-left: 11px;
  left: 78%;
  top: 6%;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.16);
  border-radius: 6px;
}
@media screen and (min-width: 640px) {
  .ffh710__convinientFunction__content__list__item__textWrapper__title__small__audio:hover {
    background-color: #ffffff;
    box-sizing: border-box;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.16);
    border-radius: 6px;
    cursor: pointer;
  }
}
@media screen and (max-width: 639.98px) {
  .ffh710__convinientFunction__content__list__item__textWrapper__title__small__audio {
    left: auto;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    background-color: #ffffff;
  }
}
@media screen and (max-width: 320px) {
  .ffh710__convinientFunction__content__list__item__textWrapper__title__small__audio {
    right: 0;
  }
}
.ffh710__convinientFunction__content__list__item__textWrapper__body {
  font-family: NotoSansCJKjp;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.06em;
  text-align: left;
  color: #6a6a70;
  width: 500px;
}
@media screen and (max-width: 639.98px) {
  .ffh710__convinientFunction__content__list__item__textWrapper__body {
    letter-spacing: 0.04em;
    width: auto;
    padding-left: 2px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 1400px) {
  .ffh710__convinientFunction__content__list__item__textWrapper__body__dot {
    display: none;
  }
}
.ffh710__convinientFunction__content__list__item__textWrapper__body__sp {
  margin-right: -5px;
}
.ffh710__convinientFunction__content__list__item__textWrapper__body__small {
  font-family: NotoSansCJKjp;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0.04em;
  text-align: left;
}
@media screen and (max-width: 639.98px) {
  .ffh710__convinientFunction__content__list__item__textWrapper__body__small {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.06em;
  }
}
.ffh710__convinientFunction__content__list__item__textWrapper__body__small__withBorder {
  border: 1px solid #6a6a70;
  margin-left: 2%;
  padding: 0 1px;
}
@media screen and (max-width: 639.98px) {
  .ffh710__convinientFunction__content__list__item__textWrapper__body__small__withBorder {
    margin-left: -2px;
    padding: 0 1px;
  }
}
.ffh710__convinientFunction__content__list__item__textWrapper__body__brPc {
  display: block;
}
@media screen and (max-width: 639.98px) {
  .ffh710__convinientFunction__content__list__item__textWrapper__body__brPc {
    display: none;
  }
}
.ffh710__convinientFunction__content__list__item__textWrapper__body__note {
  display: block;
  font-size: 11px;
  line-height: 1.5;
  margin-top: 8px;
  color: #666666;
}
@media screen and (max-width: 639.98px) {
  .ffh710__convinientFunction__content__list__item__textWrapper__subNotes {
    border-top: 1px solid #0f1f82;
    padding-right: 12px;
    padding-left: 12px;
  }
}
.ffh710__convinientFunction__content__list__item__textWrapper__subNotes {
  margin-top: 7px;
  padding-top: 8px;
  max-width: 760px;
  width: 100%;
}
.ffh710__convinientFunction__content__list__item__textWrapper__subNotes__item {
  font-size: 11px;
  line-height: 1.5;
  color: #6a6a70;
  margin-bottom: 6px;
}
.ffh710__convinientFunction__content__list__item__textWrapper__subNotes__item--flex {
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 12px;
}
@media screen and (max-width: 639.98px) {
  .ffh710__convinientFunction__content__list__item__textWrapper__subNotes__item--flex {
    gap: 1px;
    align-items: flex-start;
  }
}
.ffh710__convinientFunction__content__list__item__textWrapper__subNotes__text {
  flex: 1;
  margin: 0;
}
.ffh710__convinientFunction__content__list__item__textWrapper__subNotes__icon {
  flex-shrink: 0;
}
@media screen and (min-width: 640px) {
  .ffh710__convinientFunction__content__list__item__textWrapper__subNotes__icon {
    padding-right: 110px;
  }
}
.ffh710__convinientFunction__content__list__item__textWrapper__subNotes__icon img {
  width: 52px;
  height: auto;
  display: block;
}
@media screen and (max-width: 639.98px) {
  .ffh710__convinientFunction__content__list__item__textWrapper__subNotes__icon img {
    width: 69px;
  }
}
.ffh710__optionFunction {
  overflow-x: hidden;
  width: 100vw;
  height: 322px;
  padding-top: 40px;
  min-width: 1280px;
}
@media screen and (max-width: 639.98px) {
  .ffh710__optionFunction {
    background-color: #d1d1d1;
    height: auto;
    padding: 24px 26px 46px 26px;
    min-width: auto;
  }
}
@media screen and (min-width: 640px) {
  .ffh710__optionFunction__content {
    display: flex;
    margin: 0 auto;
  }
}
.ffh710__optionFunction__content {
  width: 74%;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.16);
  border-radius: 6px;
}
@media screen and (max-width: 639.98px) {
  .ffh710__optionFunction__content {
    background-color: #ffffff;
    padding: 21px 27px 24px;
    width: 100%;
  }
}
.ffh710__optionFunction__content__spText {
  display: none;
}
@media screen and (max-width: 639.98px) {
  .ffh710__optionFunction__content__spText {
    display: block;
    font-family: NotoSansCJKjp;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: center;
    color: #85878b;
  }
}
.ffh710__optionFunction__content__imageWrapper {
  position: relative;
  width: 300px;
  height: 170px;
  margin: 30px 0 30px 30px;
}
@media screen and (max-width: 639.98px) {
  .ffh710__optionFunction__content__imageWrapper {
    margin: 17px auto 24px auto;
    width: 270px;
    height: 200px;
  }
}
@media screen and (max-width: 370px) {
  .ffh710__optionFunction__content__imageWrapper {
    width: 100%;
    padding-top: 65%;
    height: 0;
  }
}
@media screen and (max-width: 320px) {
  .ffh710__optionFunction__content__imageWrapper {
    width: 210px;
    height: 140px;
  }
}
.ffh710__optionFunction__content__imageWrapper__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ffh710__optionFunction__content__textWrapper {
  margin-left: 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 639.98px) {
  .ffh710__optionFunction__content__textWrapper {
    margin-left: -13px;
    padding-left: 6px;
  }
}
.ffh710__optionFunction__content__textWrapper__title {
  font-family: NotoSansCJKjp;
  font-size: 32px;
  font-weight: 400;
  line-height: 42px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #0f1f82;
  position: relative;
  padding-left: 25px;
  margin-bottom: 8px;
}
@media screen and (max-width: 639.98px) {
  .ffh710__optionFunction__content__textWrapper__title {
    font-weight: 500;
    font-size: 24px;
    line-height: 31px;
    letter-spacing: 0em;
  }
}
.ffh710__optionFunction__content__textWrapper__title::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #e21a3e;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
}
@media screen and (max-width: 639.98px) {
  .ffh710__optionFunction__content__textWrapper__title::before {
    top: 23px;
    font-size: 24px;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: 0em;
    top: 16px;
  }
}
.ffh710__optionFunction__content__textWrapper__title__small {
  font-size: 24px;
  line-height: 31px;
}
.ffh710__optionFunction__content__textWrapper__body {
  font-family: NotoSansCJKjp;
  font-feature-settings: "pwid" on, "palt" on, "pkna" on;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.04em;
  text-align: left;
  color: #6a6a70;
}
@media screen and (max-width: 639.98px) {
  .ffh710__optionFunction__content__textWrapper__body {
    margin-right: 0;
    padding-left: 5px;
  }
}
.ffh710__collaboration {
  overflow-x: hidden;
  width: 100vw;
  height: 1219px;
  min-width: 1280px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 639.98px) {
  .ffh710__collaboration {
    height: 1000px;
    min-width: auto;
    overflow: hidden;
  }
}
@media screen and (max-width: 320px) {
  .ffh710__collaboration {
    height: 1014px;
  }
}
.ffh710__collaboration {
  background-color: #676c74;
}
.ffh710__collaboration::before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 43%;
  width: 100%;
  background: linear-gradient(180deg, #5d626a 0%, #676c74 100%);
}
@media screen and (max-width: 639.98px) {
  .ffh710__collaboration__content {
    position: relative;
  }
}
.ffh710__collaboration__content__title {
  font-family: NotoSansCJKjp;
  font-size: 40px;
  font-weight: 400;
  line-height: 52px;
  letter-spacing: 0.01em;
  text-align: center;
  color: #ffffff;
  padding-top: 118px;
}
@media screen and (max-width: 639.98px) {
  .ffh710__collaboration__content__title {
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0.01em;
    padding-top: 42px;
  }
}
.ffh710__collaboration__content__title__small {
  font-family: NotoSansCJKjp;
  font-size: 28px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 0.04em;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 639.98px) {
  .ffh710__collaboration__content__title__small {
    font-size: 16px;
    line-height: 22px;
  }
}
.ffh710__collaboration__content__title__highlight {
  display: block;
  font-family: NotoSansCJKjp;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 58px;
  letter-spacing: 0.01em;
  text-align: center;
  color: #1cb652;
  margin: 32px auto 3px;
}
@media screen and (max-width: 639.98px) {
  .ffh710__collaboration__content__title__highlight {
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    margin: 16px auto 11px;
  }
}
.ffh710__collaboration__content__modelList {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-top: 94px;
}
@media screen and (max-width: 639.98px) {
  .ffh710__collaboration__content__modelList {
    right: 38px;
    margin-top: 78px;
    transform: translateX(-50px);
  }
}
.ffh710__collaboration__content__modelList__wrapper {
  display: flex;
  position: relative;
  margin-right: 30px;
  padding-bottom: 64px;
}
@media screen and (min-width: 640px) {
  .ffh710__collaboration__content__modelList__wrapper {
    padding-bottom: 100px;
  }
}
.ffh710__collaboration__content__modelList__wrapper:last-child {
  margin-right: 0;
}
@media screen and (max-width: 639.98px) {
  .ffh710__collaboration__content__modelList__wrapper:last-child {
    bottom: -29px;
  }
}
@media screen and (max-width: 639.98px) {
  .ffh710__collaboration__content__modelList__wrapper {
    margin-right: 0;
  }
}
.ffh710__collaboration__content__modelList__wrapper--710 {
  border-bottom: 1px solid #dbdbde;
  margin-right: 98px;
}
.ffh710__collaboration__content__modelList__wrapper--710::after {
  content: "ハイエンドモデル　診療費支払機　FFH-710";
  display: block;
  color: #ffffff;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 639.98px) {
  .ffh710__collaboration__content__modelList__wrapper--710::after {
    display: none;
  }
}
@media screen and (max-width: 639.98px) {
  .ffh710__collaboration__content__modelList__wrapper--710 {
    border: none;
    margin-right: 48px;
  }
}
.ffh710__collaboration__content__modelList__wrapper--s70 {
  border-bottom: 1px solid #1cb652;
}
.ffh710__collaboration__content__modelList__wrapper--s70::after {
  content: "スタンダードモデル　診療費支払機　FFH-S70";
  color: #27d478;
  position: absolute;
  bottom: -25px;
  left: 26px;
}
@media screen and (max-width: 639.98px) {
  .ffh710__collaboration__content__modelList__wrapper--s70::after {
    content: "スタンダードモデル\a診療費支払機FFH-S70";
    white-space: pre;
    display: block;
    text-align: center;
    left: 0;
  }
}
@media screen and (max-width: 320px) {
  .ffh710__collaboration__content__modelList__wrapper--s70::after {
    left: 13px;
  }
}
@media screen and (max-width: 639.98px) {
  .ffh710__collaboration__content__modelList__wrapper--s70 {
    border: none;
    position: relative;
    right: 20px;
  }
}
.ffh710__collaboration__content__modelList__wrapper__item {
  position: relative;
}
.ffh710__collaboration__content__modelList__wrapper__item--710 {
  width: 183px;
  height: 433px;
  margin-right: 70px;
  top: 27px;
}
@media screen and (max-width: 639.98px) {
  .ffh710__collaboration__content__modelList__wrapper__item--710 {
    margin-right: 49px;
    right: 13px;
    width: 183px;
    height: 433px;
    top: 30px;
  }
}
.ffh710__collaboration__content__modelList__wrapper__item--710:last-child {
  margin-right: 0;
}
.ffh710__collaboration__content__modelList__wrapper__item--s70 {
  width: 152px;
  height: 425px;
  margin-right: 82px;
}
@media screen and (min-width: 640px) {
  .ffh710__collaboration__content__modelList__wrapper__item--s70 {
    top: 27px;
  }
}
.ffh710__collaboration__content__modelList__wrapper__item--s70:last-child {
  margin-right: 0;
}
@media screen and (max-width: 639.98px) {
  .ffh710__collaboration__content__modelList__wrapper__item--s70 {
    margin-right: 0;
  }
}
.ffh710__collaboration__content__modelList__wrapper__item--withPerson::before {
  position: absolute;
  content: "158cmの女性の利用イメージ";
  font-family: NotoSansCJKjp;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #ffffff;
  top: -57px;
  left: -10px;
  width: 180px;
}
@media screen and (max-width: 639.98px) {
  .ffh710__collaboration__content__modelList__wrapper__item--withPerson::before {
    top: -50px;
  }
}
@media screen and (max-width: 320px) {
  .ffh710__collaboration__content__modelList__wrapper__item--withPerson::before {
    left: 2px;
  }
}
.ffh710__collaboration__content__modelList__wrapper__item--withPerson::after {
  position: absolute;
  content: "";
  background: url("../images/ffh710/collaboration_person.png") no-repeat center/contain;
  width: 129px;
  height: 474px;
  bottom: -38px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 639.98px) {
  .ffh710__collaboration__content__modelList__wrapper__item--withPerson::after {
    bottom: -30px;
  }
}
@media screen and (max-width: 639.98px) {
  .ffh710__collaboration__content__modelList__wrapper__item--spHidden {
    display: none;
  }
}
.ffh710__collaboration__content__modelList__wrapper__item__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ffh710__collaboration__content__button {
  position: relative;
  display: block;
  width: 480px;
  height: 78px;
  background: linear-gradient(180deg, #2ee68e 0%, #15a43c 100%);
  box-shadow: 0px 12px 12px rgba(21, 164, 60, 0.2);
  border-radius: 6px;
  margin: 80px auto 0;
}
@media screen and (max-width: 639.98px) {
  .ffh710__collaboration__content__button {
    position: absolute;
    top: 800px;
    left: 50%;
    transform: translateX(-50%);
    width: 320px;
    height: 72px;
  }
}
@media screen and (max-width: 320px) {
  .ffh710__collaboration__content__button {
    top: 809px;
    width: 306px;
  }
}
@media screen and (min-width: 640px) {
  .ffh710__collaboration__content__button:hover {
    background: linear-gradient(180deg, #2de08b 0%, #1bd64e 100%);
  }
}
.ffh710__collaboration__content__button__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 75px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: center;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 639.98px) {
  .ffh710__collaboration__content__button__link__small {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0em;
  }
}
.ffh710__rakuda {
  min-width: 1280px;
  background-color: #c9ecf8;
  width: 100vw;
  padding: 56px 32px;
}
@media screen and (max-width: 639.98px) {
  .ffh710__rakuda {
    min-width: auto;
    padding: 48px 16px;
  }
}
.ffh710__rakuda__inner {
  background-color: #ffffff;
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.0392156863) inset;
  border-radius: 12px;
  width: 1216px;
  margin: 0 auto;
}
@media screen and (max-width: 639.98px) {
  .ffh710__rakuda__inner {
    width: 100%;
  }
}
.ffh710__rakuda__inner__body {
  display: flex;
}
@media screen and (max-width: 639.98px) {
  .ffh710__rakuda__inner__body {
    display: block;
  }
}
.ffh710__rakuda__inner__body__logo {
  flex: 1;
  position: relative;
  padding-top: 3%;
}
@media screen and (max-width: 639.98px) {
  .ffh710__rakuda__inner__body__logo {
    padding-top: 5.5%;
  }
}
.ffh710__rakuda__inner__body__logo__flgWrapper {
  position: relative;
  width: 72%;
  padding-top: 56%;
  margin-left: 10%;
}
@media screen and (max-width: 639.98px) {
  .ffh710__rakuda__inner__body__logo__flgWrapper {
    width: 80.1%;
    padding-top: 56%;
    margin-left: 6.7%;
  }
}
.ffh710__rakuda__inner__body__logo__flgWrapper__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.ffh710__rakuda__inner__body__logo__wrapper {
  width: 90%;
  position: absolute;
  top: 164px;
  left: 105px;
}
@media screen and (max-width: 639.98px) {
  .ffh710__rakuda__inner__body__logo__wrapper {
    display: flex;
    position: relative;
    top: 0;
    left: 0;
    width: 84%;
    margin: -29.8% 0 0 12.2%;
  }
}
.ffh710__rakuda__inner__body__logo__wrapper__nameWrapper {
  display: inline-block;
  width: 302px;
}
@media screen and (max-width: 639.98px) {
  .ffh710__rakuda__inner__body__logo__wrapper__nameWrapper {
    width: 56%;
    height: auto;
    padding-top: 1%;
  }
}
.ffh710__rakuda__inner__body__logo__wrapper__nameWrapper__img {
  width: 100%;
  height: auto;
  padding-bottom: 12px;
}
.ffh710__rakuda__inner__body__logo__wrapper__rakudaWrapper {
  display: inline-block;
  width: 214px;
  padding-left: 4px;
}
@media screen and (max-width: 639.98px) {
  .ffh710__rakuda__inner__body__logo__wrapper__rakudaWrapper {
    width: 41%;
    height: auto;
    margin: 0.4% 0 0 1.2%;
  }
}
.ffh710__rakuda__inner__body__logo__wrapper__rakudaWrapper__img {
  width: 100%;
  height: auto;
}
.ffh710__rakuda__inner__body__feature {
  flex: 1;
}
.ffh710__rakuda__inner__body__feature__title {
  font-family: NotoSansCJKjp;
  font-size: 32px;
  font-weight: 400;
  line-height: 38px;
  letter-spacing: 0.04em;
  color: #005bac;
  padding: 57px 0 0 18px;
}
@media screen and (max-width: 639.98px) {
  .ffh710__rakuda__inner__body__feature__title {
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    padding: 0;
  }
}
@media screen and (max-width: 374.98px) {
  .ffh710__rakuda__inner__body__feature__title {
    font-size: 16px;
  }
}
.ffh710__rakuda__inner__body__feature__imgWrapper {
  position: relative;
  width: 552px;
  height: 40%;
  margin-top: 24px;
}
@media screen and (max-width: 639.98px) {
  .ffh710__rakuda__inner__body__feature__imgWrapper {
    width: 100%;
    padding-top: 0;
    margin: 17px auto 34px;
  }
}
.ffh710__rakuda__inner__body__feature__imgWrapper__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding-left: 18px;
}
@media screen and (max-width: 639.98px) {
  .ffh710__rakuda__inner__body__feature__imgWrapper__img {
    position: relative;
    padding: 0 18px;
  }
}
.ffh710__rakuda__inner__body__spTitle {
  display: none;
}
@media screen and (max-width: 639.98px) {
  .ffh710__rakuda__inner__body__spTitle {
    display: block;
    color: #eb5700;
    padding-bottom: 2.5%;
    padding-top: 4%;
    margin: 16px 0 0 1.5%;
    font-family: NotoSansCJKjp;
    font-size: 28px;
    font-weight: 700;
    line-height: 39px;
    letter-spacing: 0em;
    text-align: center;
  }
}
@media screen and (max-width: 639.98px) and (max-width: 374.98px) {
  .ffh710__rakuda__inner__body__spTitle {
    font-size: 23px;
  }
}
@media screen and (max-width: 639.98px) {
  .ffh710__rakuda__inner__body__spTitle__contrast {
    color: #005bac;
  }
}
.ffh710__rakuda__inner__footer {
  font-family: NotoSansCJKjp;
  display: flex;
  position: relative;
}
.ffh710__rakuda__inner__footer__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 45px;
  letter-spacing: 0.04em;
  color: #eb5700;
  padding-bottom: 2.5%;
  margin: 1% 0 0 1.5%;
}
@media screen and (max-width: 639.98px) {
  .ffh710__rakuda__inner__footer__title {
    display: none;
  }
}
.ffh710__rakuda__inner__footer__title__contrast {
  color: #005bac;
}
.ffh710__rakuda__inner__footer__title__contrast__ampathand {
  color: #555555;
}
.ffh710__rakuda__inner__footer__button {
  background: linear-gradient(180deg, #ffae07 25.51%, #ff6900 119.53%);
  box-shadow: 0px 0px 9.90476px rgba(0, 0, 0, 0.12);
  border-radius: 9.90476px;
  width: 33%;
  height: 80%;
  padding-top: 7%;
  font-family: NotoSansCJKjp;
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #ffffff;
  position: absolute;
  right: 4.5%;
  bottom: 40%;
}
@media screen and (max-width: 639.98px) {
  .ffh710__rakuda__inner__footer__button {
    position: relative;
    right: 0;
    bottom: 0;
    padding-top: 20%;
    width: 100%;
    margin: 0 6% 7% 6%;
    font-size: 21px;
    line-height: 120%;
  }
}
@media screen and (max-width: 320px) {
  .ffh710__rakuda__inner__footer__button {
    padding-top: 24%;
    margin: 0 3% 7% 3%;
  }
}
.ffh710__rakuda__inner__footer__button__link {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ffh710__rakuda__inner__footer__button__link__small {
  font-family: NotoSansCJKjp;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: 0.02em;
  text-align: center;
  display: block;
}
@media screen and (max-width: 639.98px) {
  .ffh710__rakuda__inner__footer__button__link__small {
    font-size: 16px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.04em;
  }
}
@media screen and (min-width: 640px) {
  .ffh710__rakuda__inner__footer__button__link__small__brPc {
    display: block;
  }
}
@media screen and (max-width: 639.98px) {
  .ffh710__rakuda__inner__footer__button__link__small__brPc {
    display: none;
  }
}
.ffh710__rakuda__inner__footer__button__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ffh710__support {
  overflow-x: hidden;
  position: relative;
  overflow: hidden;
  width: 100vw;
  min-width: 1280px;
  margin: 0 auto;
}
@media screen and (min-width: 640px) {
  .ffh710__support {
    background: url("../images/ffh710/img_support_pc.png") no-repeat center/contain;
    padding-top: 40.2%;
    height: 0;
  }
}
@media screen and (max-width: 1280px) {
  .ffh710__support {
    height: 514px;
    padding-top: 0;
  }
}
@media screen and (max-width: 639.98px) {
  .ffh710__support {
    height: auto;
    min-width: auto;
    padding-top: 82%;
    background: url("../images/ffh710/img_support_sp.png") no-repeat center/contain;
  }
}
@media screen and (max-width: 320px) {
  .ffh710__support {
    height: 324px;
  }
}
.ffh710__support__description {
  margin-top: 40px;
  display: none;
}
.ffh710__support__description__title {
  color: #0f1f82;
  font-family: NotoSansCJKjp;
  font-size: 46px;
  font-weight: 500;
  line-height: 60px;
  letter-spacing: 0em;
  text-align: center;
  width: 714px;
}
@media screen and (max-width: 639.98px) {
  .ffh710__support__description__title {
    width: auto;
    text-align: left;
    font-size: 24px;
    font-weight: 700;
    line-height: 31px;
    letter-spacing: 0.02em;
    margin: 10px 3px 0 10px;
  }
}
.ffh710__support__description__title__small {
  font-family: NotoSansCJKjp;
  font-size: 28px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0em;
}
@media screen and (max-width: 639.98px) {
  .ffh710__support__description__title__small {
    font-size: 18px;
  }
}
.ffh710__support__description__title__small__withMargin {
  margin-left: 10px;
}
@media screen and (max-width: 639.98px) {
  .ffh710__support__description__title__small__withMargin {
    margin-left: 5px;
  }
}
.ffh710__support__description__title__small__brPc {
  display: block;
}
@media screen and (max-width: 1250px) {
  .ffh710__support__description__title__small__brPc {
    display: none;
  }
}
.ffh710__support__description__shapeWrapper {
  display: flex;
  position: absolute;
  top: 228px;
  left: 33px;
}
@media screen and (min-width: 640px) {
  .ffh710__support__description__shapeWrapper {
    margin-bottom: 16px;
    margin-left: 3%;
  }
}
@media screen and (max-width: 639.98px) {
  .ffh710__support__description__shapeWrapper {
    top: 120px;
    left: 10px;
  }
}
@media screen and (max-width: 320px) {
  .ffh710__support__description__shapeWrapper {
    top: 138px;
  }
}
.ffh710__support__description__shapeWrapper__shape {
  content: "";
  background: url("../images/ffh710/support_circle.png") no-repeat center/contain;
  width: 210px;
  height: 210px;
  font-family: NotoSansCJKjp;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 39px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #0f1f82;
  padding-top: 10%;
  position: relative;
  margin-right: 126px;
}
.ffh710__support__description__shapeWrapper__shape:last-child {
  margin-right: 0;
}
@media screen and (max-width: 639.98px) {
  .ffh710__support__description__shapeWrapper__shape {
    width: 107px;
    height: 107px;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: -0.02em;
    padding-top: 12%;
    margin-right: 34px;
  }
}
.ffh710__support__description__shapeWrapper__shape--support {
  padding-top: 11%;
}
@media screen and (min-width: 640px) and (max-width: 833.98px) {
  .ffh710__support__description__shapeWrapper__shape--support {
    padding-top: 13%;
  }
}
@media screen and (max-width: 639.98px) {
  .ffh710__support__description__shapeWrapper__shape--support {
    padding-top: 14%;
  }
}
.ffh710__support__description__shapeWrapper__shape--support::before {
  position: absolute;
  content: "";
  background: url("../images/ffh710/support_shape.svg") no-repeat center/contain;
  width: 52px;
  height: 52px;
  color: #e21a3e;
  position: absolute;
  top: 50%;
  left: 250px;
  transform: translateY(-50%);
}
@media screen and (max-width: 639.98px) {
  .ffh710__support__description__shapeWrapper__shape--support::before {
    width: 18px;
    height: 18px;
    left: 115px;
  }
}
.ffh710__support__description__text {
  color: #0f1f82;
  font-family: NotoSansCJKjp;
  font-size: 28px;
  font-weight: 400;
  line-height: 45px;
  letter-spacing: 0.04em;
  position: absolute;
  top: 455px;
  left: 67px;
}
@media screen and (min-width: 640px) {
  .ffh710__support__description__text {
    margin-left: 3%;
  }
}
@media screen and (max-width: 639.98px) {
  .ffh710__support__description__text {
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0em;
    top: 236px;
    left: 10px;
  }
}
@media screen and (max-width: 320px) {
  .ffh710__support__description__text {
    top: 254px;
  }
}
.ffh710__support__description__annotation {
  color: #0f1f82;
  font-family: NotoSansCJKjp;
  font-size: 11px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.04em;
  position: absolute;
  top: 504px;
  left: 67px;
}
@media screen and (min-width: 640px) {
  .ffh710__support__description__annotation {
    margin-left: 3%;
  }
}
@media screen and (max-width: 639.98px) {
  .ffh710__support__description__annotation {
    font-size: 10px;
    line-height: 11px;
    top: 262px;
    left: 10px;
    margin-right: 62px;
  }
}
@media screen and (max-width: 320px) {
  .ffh710__support__description__annotation {
    top: 280px;
  }
}
.ffh710__support__imageWrapper {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 46%;
  height: 100%;
}
@media screen and (max-width: 639.98px) {
  .ffh710__support__imageWrapper {
    height: 180px;
    width: 180px;
    top: 74px;
    right: -16px;
    z-index: -100;
    display: none;
  }
}
.ffh710__support__imageWrapper::before {
  content: "";
  position: absolute;
  background: #f5f5f5;
  width: 724px;
  height: 705.21px;
  left: -28px;
  top: -97px;
  border-radius: 50%;
}
@media screen and (max-width: 639.98px) {
  .ffh710__support__imageWrapper::before {
    top: -1px;
    left: -11px;
  }
}
.ffh710__support__imageWrapper__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 639.98px) {
  .ffh710__support__imageWrapper__image {
    border-radius: 50%;
  }
}
.ffh710__comparison {
  width: 100vw;
  background-color: #f3f3f3;
  min-width: 1280px;
}
@media screen and (min-width: 640px) {
  .ffh710__comparison {
    height: 1099px;
  }
}
@media screen and (max-width: 639.98px) {
  .ffh710__comparison {
    min-width: auto;
    background-color: #ffffff;
  }
}
.ffh710__comparison__title {
  font-family: NotoSansCJKjp;
  font-size: 48px;
  font-weight: 400;
  line-height: 67px;
  letter-spacing: 0.04em;
  text-align: center;
  color: #0f1f82;
  padding: 72px 0;
}
@media screen and (max-width: 639.98px) {
  .ffh710__comparison__title {
    font-weight: 500;
    font-size: 32px;
    line-height: 44px;
    letter-spacing: 0em;
  }
}
.ffh710__comparison__table {
  max-width: 1232px;
  margin: 0 auto;
  overflow: hidden;
  height: 860px;
}
@media screen and (max-width: 639.98px) {
  .ffh710__comparison__table {
    position: relative;
    height: auto;
  }
}
.ffh710__comparison__table__inner {
  position: relative;
}
@media screen and (max-width: 639.98px) {
  .ffh710__comparison__table__inner {
    display: none;
  }
}
.ffh710__comparison__table__inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 220px;
  width: 314px;
  height: 823px;
  border: 2px solid #0f1f82;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
}
@media all and (-ms-high-contrast: none) {
  .ffh710__comparison__table__inner::after {
    left: 229px;
  }
}
@media screen and (max-width: 639.98px) {
  .ffh710__comparison__table__inner::after {
    left: 147px;
    width: 189px;
  }
}
.ffh710__comparison__table__inner__row {
  display: flex;
  width: 1232px;
}
@media screen and (max-width: 639.98px) {
  .ffh710__comparison__table__inner__row {
    width: 773px;
  }
}
.ffh710__comparison__table__inner__row--highlight {
  background-color: #ffffff;
}
@media screen and (max-width: 639.98px) {
  .ffh710__comparison__table__inner__row--highlight {
    background-color: #f9f9f9;
  }
}
.ffh710__comparison__table__inner__row__item {
  flex: 0 0 341px;
  height: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 639.98px) {
  .ffh710__comparison__table__inner__row__item {
    flex: 0 0 212px;
  }
}
.ffh710__comparison__table__inner__row__item--notext {
  text-indent: -9999px;
}
.ffh710__comparison__table__inner__row__item--text {
  flex: 0 0 209px;
  padding-left: 10px;
  align-items: flex-start;
  font-family: NotoSansCJKjp;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.03em;
  color: #797d80;
}
@media screen and (max-width: 639.98px) {
  .ffh710__comparison__table__inner__row__item--text {
    flex: 0 0 137px;
  }
}
@media screen and (max-width: 639.98px) {
  .ffh710__comparison__table__inner__row__item--text__dot {
    display: none;
  }
}
@media screen and (max-width: 639.98px) {
  .ffh710__comparison__table__inner__row__item--text {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.02em;
  }
}
.ffh710__comparison__table__inner__row__item--textWithDot {
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
}
.ffh710__comparison__table__inner__row__item--product {
  font-family: NotoSansCJKjp;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 43px;
  letter-spacing: 0.09em;
  text-align: center;
  color: #3c4449;
}
@media screen and (max-width: 639.98px) {
  .ffh710__comparison__table__inner__row__item--product {
    font-family: Poppins;
    font-size: 24px;
    line-height: 38px;
    letter-spacing: 0.02em;
  }
}
.ffh710__comparison__table__inner__row__item--ffh710 {
  font-family: Helvetica;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 0.03em;
  text-align: center;
  color: #0f1f82;
}
.ffh710__comparison__table__inner__row__item__img {
  width: 32px;
  height: 45px;
}
.ffh710__comparison__table__inner__row__item__img--cross {
  width: 33px;
  height: 37px;
}
.ffh710__comparison__table__inner__row__item__img--triangle {
  width: 33px;
  height: 34px;
}
.ffh710__comparison__table__inner__row__item__text {
  font-family: NotoSansCJKjp;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
  color: #0f1f82;
}
@media screen and (max-width: 639.98px) {
  .ffh710__comparison__table__inner__row__item__text {
    display: none;
  }
}
.ffh710__comparison__table__inner__img {
  display: none;
}
@media screen and (max-width: 639.98px) {
  .ffh710__comparison__table__inner__img {
    display: block;
    width: 100%;
  }
}
.ffh710__comparison__table__annotation {
  font-family: NotoSansCJKjp;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.03em;
  text-align: right;
  color: rgba(0, 0, 0, 0.541);
  margin-top: 12px;
}
@media screen and (max-width: 639.98px) {
  .ffh710__comparison__table__annotation {
    display: none;
    position: absolute;
    bottom: 7px;
    right: -400px;
  }
}
.ffh710__comparison__annotation {
  display: none;
}
@media screen and (max-width: 639.98px) {
  .ffh710__comparison__annotation {
    display: block;
    font-family: NotoSansCJKjp;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.03em;
    text-align: left;
    color: rgba(0, 0, 0, 0.5411764706);
    margin: 1% 0 0 2%;
  }
}
.ffh710__relatedProducts {
  overflow-x: hidden;
  height: 675px;
  max-width: 1295px;
  width: 100vw;
  min-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 639.98px) {
  .ffh710__relatedProducts {
    width: 100%;
    height: auto;
    min-width: auto;
  }
}
.ffh710__relatedProducts__title {
  font-family: NotoSansCJKjp;
  font-size: 48px;
  font-weight: 400;
  line-height: 62px;
  letter-spacing: 0.01em;
  text-align: center;
  color: #0f1f82;
  margin-bottom: 32px;
  margin-top: 67px;
}
@media screen and (max-width: 639.98px) {
  .ffh710__relatedProducts__title {
    font-weight: 500;
    font-size: 36px;
    line-height: 47px;
    letter-spacing: 0em;
    margin-bottom: 16px;
  }
}
.ffh710__relatedProducts__description {
  font-family: NotoSansCJKjp;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
  letter-spacing: 0.04em;
  text-align: center;
  color: #6a6a70;
  margin-bottom: 64px;
}
@media screen and (max-width: 639.98px) {
  .ffh710__relatedProducts__description {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.02em;
    margin-bottom: 30px;
  }
}
.ffh710__relatedProducts__description__brSp {
  display: none;
}
@media screen and (max-width: 639.98px) {
  .ffh710__relatedProducts__description__brSp {
    display: block;
  }
}
.ffh710__relatedProducts__list {
  display: flex;
  justify-content: center;
  overflow-x: hidden;
  padding-bottom: 10px;
}
@media screen and (max-width: 639.98px) {
  .ffh710__relatedProducts__list {
    display: block;
    width: 100%;
    height: 370px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    margin-bottom: 33px;
  }
}
.ffh710__relatedProducts__list__item {
  flex: 0 0 290px;
  height: 360px;
  position: relative;
  border: 1px solid #dddddd;
  border-radius: 8px;
  padding: 8px;
}
@media screen and (min-width: 640px) {
  .ffh710__relatedProducts__list__item:not(:last-child) {
    margin-right: 20px;
  }
  .ffh710__relatedProducts__list__item:hover {
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.06), 0px 8px 36px rgba(0, 0, 0, 0.06);
  }
}
@media screen and (max-width: 639.98px) {
  .ffh710__relatedProducts__list__item {
    margin-right: 0;
    border: none;
    border-radius: 0;
    height: 320px;
    margin: 0 auto;
    border-radius: 8px;
    width: 310px;
    box-shadow: none;
  }
}
@media screen and (max-width: 639.98px) {
  .ffh710__relatedProducts__list__item__inner {
    margin: 0 auto;
    width: 100%;
    max-width: 300px;
    height: 348px;
    border: 1px solid #dddddd;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.06), 0px 8px 36px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    margin-bottom: 30px;
    padding: 8px 0;
    position: relative;
  }
}
.ffh710__relatedProducts__list__item__thumb {
  position: relative;
  width: 100%;
  height: 157px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
}
.ffh710__relatedProducts__list__item__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 100%;
}
.ffh710__relatedProducts__list__item__img--fch950 {
  padding-top: 10px;
}
.ffh710__relatedProducts__list__item__header {
  margin: 21px 6px 0;
}
@media screen and (max-width: 639.98px) {
  .ffh710__relatedProducts__list__item__header {
    margin: 13px 20px 0;
  }
}
.ffh710__relatedProducts__list__item__header__model {
  font-family: NotoSansCJKjp;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  color: #85878b;
}
.ffh710__relatedProducts__list__item__header__machine {
  font-family: NotoSansCJKjp;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 31px;
  letter-spacing: 0em;
  text-align: left;
}
.ffh710__relatedProducts__list__item__header__desc {
  font-family: NotoSansCJKjp;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  color: #6a6a70;
  margin-top: 8px;
}
@media screen and (max-width: 639.98px) {
  .ffh710__relatedProducts__list__item__header__desc {
    line-height: 140%;
  }
}
.ffh710__relatedProducts__list__item__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}
.ffh710__relatedProducts__list__item:hover {
  box-shadow: 0px 8px 36px 0px rgba(0, 0, 0, 0.0588235294);
}
.ffh710__faq {
  overflow-x: hidden;
  width: 100vw;
  padding-bottom: 80px;
  background-color: #f3f3f3;
  min-width: 1280px;
}
@media screen and (max-width: 639.98px) {
  .ffh710__faq {
    min-width: auto;
    padding-bottom: 24px;
  }
}
.ffh710__faq__title {
  font-family: NotoSansCJKjp;
  font-size: 48px;
  font-weight: 400;
  line-height: 62px;
  letter-spacing: 0.01em;
  text-align: center;
  color: #0f1f82;
  margin-bottom: 48px;
  padding-top: 77px;
}
@media screen and (max-width: 639.98px) {
  .ffh710__faq__title {
    font-size: 36px;
    font-weight: 500;
    line-height: 47px;
    letter-spacing: 0em;
    padding-top: 48px;
    margin-bottom: 32px;
  }
}
.ffh710__faq__list {
  max-width: 1052px;
  margin: 0 auto;
  background-color: #ffffff;
}
@media screen and (min-width: 640px) {
  .ffh710__faq__list {
    padding: 46px 56px;
    border-radius: 16px;
  }
}
@media screen and (max-width: 639.98px) {
  .ffh710__faq__list {
    border-radius: 0;
    margin-left: 19px;
    margin-right: 19px;
    background-color: #f3f3f3;
  }
}
.ffh710__faq__list__item {
  background-color: #ffffff;
}
@media screen and (min-width: 640px) {
  .ffh710__faq__list__item {
    margin: 0;
  }
}
@media screen and (max-width: 639.98px) {
  .ffh710__faq__list__item {
    margin-bottom: 8px;
    border-radius: 3px;
  }
  .ffh710__faq__list__item:last-child() {
    margin-bottom: 0px;
  }
}
.ffh710__faq__list__item__question {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 640px) {
  .ffh710__faq__list__item__question {
    border-radius: 6px;
  }
  .ffh710__faq__list__item__question:hover {
    background-color: #f5f5f5;
    cursor: pointer;
  }
}
@media screen and (max-width: 639.98px) {
  .ffh710__faq__list__item__question {
    align-items: normal;
    padding: 4% 2%;
    border-radius: 3px;
  }
}
.ffh710__faq__list__item__question::before {
  position: absolute;
  left: 22px;
  content: "Q";
  width: 21px;
  height: 26px;
  font-family: Helvetica;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0em;
  color: #0f1f82;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 639.98px) {
  .ffh710__faq__list__item__question::before {
    content: "";
    width: 0;
    height: 0;
  }
}
.ffh710__faq__list__item__question__text {
  font-family: NotoSansCJKjp;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.04em;
  text-align: left;
  color: #0f1f82;
  padding: 2% 6% 2% 81px;
  left: 55px;
  -webkit-user-select: none; /* Safari用 */
  -moz-user-select: none; /* Firefox用 */
  -ms-user-select: none; /* IE10+/Edge(旧)用 */
  user-select: none; /* 標準プロパティ（Edge/Chrome等） */
}
@media screen and (max-width: 639.98px) {
  .ffh710__faq__list__item__question__text {
    left: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.08em;
    width: 100%;
    padding: 0 55px 0 2%;
  }
}
@media screen and (max-width: 320px) {
  .ffh710__faq__list__item__question__text {
    padding: 0 17% 0 2%;
  }
}
.ffh710__faq__list__item__question__button {
  position: absolute;
  right: 16px;
  text-indent: -9999px;
  background: url("../images/ffh710/faq_close.svg") no-repeat center/contain;
  width: 23px;
  height: 23px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 639.98px) {
  .ffh710__faq__list__item__question__button {
    right: 24px;
  }
}
.ffh710__faq__list__item__answer {
  width: 100%;
  position: relative;
  display: none;
  padding: 0 3%;
}
@media screen and (max-width: 639.98px) {
  .ffh710__faq__list__item__answer {
    padding: 0 3% 0 4%;
  }
}
.ffh710__faq__list__item__answer::before {
  position: absolute;
  content: "A";
  left: 22px;
  width: 21px;
  height: 26px;
  top: 6%;
  font-family: Helvetica;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0em;
  color: #6a6a70;
}
@media screen and (max-width: 639.98px) {
  .ffh710__faq__list__item__answer::before {
    content: "";
    width: 0;
    height: 0;
  }
}
.ffh710__faq__list__item__answer__text {
  font-family: NotoSansCJKjp;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.04em;
  text-align: left;
  color: #6a6a70;
  padding: 0 26px 1% 6%;
}
@media screen and (min-width: 640px) {
  .ffh710__faq__list__item__answer__text {
    margin-top: 16px;
    margin-bottom: 10px;
  }
}
.ffh710__faq__list__item__answer__text {
  left: 55px;
}
.ffh710__faq__list__item__answer__text__link {
  color: #0000ee;
  text-decoration: underline;
}
.ffh710__faq__list__item__answer__text__link:visited {
  color: #551a8b;
  text-decoration: underline;
}
.ffh710__faq__list__item__answer__text__link:active {
  color: #ff0000;
  text-decoration: underline;
}
@media screen and (max-width: 639.98px) {
  .ffh710__faq__list__item__answer__text {
    left: 0;
    font-size: 16px;
    line-height: 26px;
    padding: 0 0 5% 0;
  }
}
.ffh710__company {
  overflow-x: hidden;
  width: 100vw;
  min-width: 1280px;
}
@media screen and (max-width: 639.98px) {
  .ffh710__company {
    min-width: auto;
  }
}
.ffh710__company__content {
  width: 100%;
  margin: 0 auto;
  max-width: 1367px;
  display: flex;
}
@media screen and (max-width: 639.98px) {
  .ffh710__company__content {
    display: block;
    margin-bottom: 41px;
  }
}
.ffh710__company__content__imageWrapper {
  position: relative;
  width: 100%;
  flex: 1;
}
@media screen and (max-width: 639.98px) {
  .ffh710__company__content__imageWrapper {
    display: none;
  }
}
.ffh710__company__content__imageWrapper__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ffh710__company__content__info {
  flex: 1;
  background-color: #0f1f82;
}
@media screen and (max-width: 639.98px) {
  .ffh710__company__content__info {
    background-color: #ffffff;
  }
}
.ffh710__company__content__info__title {
  background-color: #0f1f82;
  font-family: NotoSansCJKjp;
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: 57px;
  letter-spacing: 0.01em;
  text-align: left;
  color: #ffffff;
  padding-top: 64px;
  padding-left: 20px;
}
@media screen and (max-width: 639.98px) {
  .ffh710__company__content__info__title {
    font-size: 36px;
    font-weight: 500;
    line-height: 42px;
    letter-spacing: -0.03em;
    padding-top: 35px;
    padding-left: 22px;
    padding-bottom: 34px;
  }
}
.ffh710__company__content__info__title__small {
  display: block;
  font-family: NotoSansCJKjp;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0.04em;
  text-align: left;
  text-indent: 4px;
}
@media screen and (max-width: 639.98px) {
  .ffh710__company__content__info__title__small {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 14px;
  }
}
@media screen and (min-width: 640px) {
  .ffh710__company__content__info__imageWrapper {
    display: none;
  }
}
@media screen and (max-width: 639.98px) {
  .ffh710__company__content__info__imageWrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 50%;
  }
}
@media screen and (max-width: 639.98px) {
  .ffh710__company__content__info__imageWrapper__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 640px) {
  .ffh710__company__content__info__body {
    background-color: #0f1f82;
    color: #ffffff;
    padding-left: 27px;
    padding-top: 48px;
    padding-bottom: 67px;
  }
}
@media screen and (min-width: 640px) and (max-width: 639.98px) {
  .ffh710__company__content__info__body {
    background-color: #ffffff;
  }
}
@media screen and (max-width: 639.98px) {
  .ffh710__company__content__info__body__list {
    margin-top: 23px;
    margin-right: 18px;
    margin-left: 19px;
  }
}
.ffh710__company__content__info__body__list__item {
  position: relative;
  padding-left: 100px;
  font-family: NotoSansCJKjp;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}
@media screen and (max-width: 639.98px) {
  .ffh710__company__content__info__body__list__item {
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0.04em;
    padding-left: 77px;
  }
}
.ffh710__company__content__info__body__list__item--sp {
  display: none;
}
@media screen and (max-width: 639.98px) {
  .ffh710__company__content__info__body__list__item--sp {
    display: block;
  }
}
.ffh710__company__content__info__body__list__item__title {
  position: absolute;
  left: 0;
}
.ffh710__company__content__info__body__list__item__title__conma {
  position: absolute;
  left: 85px;
}
@media screen and (max-width: 639.98px) {
  .ffh710__company__content__info__body__list__item__title__conma {
    left: 69px;
  }
}
@media screen and (max-width: 639.98px) {
  .ffh710__company__content__info__body__list__item__title__conma--spHidden {
    display: none;
  }
}
.ffh710__company__content__info__body__list__item__title__text {
  position: absolute;
  left: 80px;
}
@media screen and (max-width: 639.98px) {
  .ffh710__company__content__info__body__list__item__title__text {
    position: relative;
  }
}
@media screen and (max-width: 639.98px) {
  .ffh710__company__content__info__body__list__item__title--pc {
    display: none;
  }
}
@media screen and (min-width: 640px) {
  .ffh710__company__content__info__body__history {
    margin-top: 26px;
  }
}
@media screen and (max-width: 639.98px) {
  .ffh710__company__content__info__body__history {
    margin-top: 19px;
    margin-left: 32px;
  }
}
@media screen and (max-width: 639.98px) and (max-width: 639.98px) {
  .ffh710__company__content__info__body__history {
    margin-left: 19px;
  }
}
.ffh710__company__content__info__body__history__title {
  font-family: NotoSansCJKjp;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 639.98px) {
  .ffh710__company__content__info__body__history__title {
    font-weight: 400;
    line-height: 24px;
    color: #3c4449;
  }
}
.ffh710__company__content__info__body__history__list {
  display: flex;
}
@media screen and (max-width: 639.98px) {
  .ffh710__company__content__info__body__history__list {
    display: block;
    margin-left: 5px;
  }
}
.ffh710__company__content__info__body__history__list__wrapper {
  margin-right: 26px;
}
@media screen and (max-width: 639.98px) {
  .ffh710__company__content__info__body__history__list__wrapper {
    margin-right: 0;
  }
}
.ffh710__company__content__info__body__history__list__wrapper--two {
  margin-right: 0;
}
.ffh710__company__content__info__body__history__list__wrapper__item {
  position: relative;
  padding-left: 60px;
  font-family: NotoSansCJKjp;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
}
@media screen and (max-width: 639.98px) {
  .ffh710__company__content__info__body__history__list__wrapper__item {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.02em;
    color: #3c4449;
    padding-left: 54px;
  }
}
.ffh710__company__content__info__body__history__list__wrapper__item__year {
  position: absolute;
  left: 0;
}
@media screen and (max-width: 639.98px) {
  .ffh710__company__content__info__body__history__list__wrapper__item__year {
    left: -6px;
  }
}
.ffh710__links {
  overflow-x: hidden;
  min-width: 1280px;
}
@media screen and (min-width: 640px) {
  .ffh710__links {
    margin: 50px 0;
  }
}
@media screen and (max-width: 639.98px) {
  .ffh710__links {
    background-color: #f5f6fa;
    margin: 0;
    padding-top: 34px;
    padding-bottom: 40px;
    min-width: auto;
  }
}
.ffh710__links__list {
  display: flex;
}
@media screen and (min-width: 640px) {
  .ffh710__links__list {
    justify-content: center;
  }
}
@media screen and (max-width: 639.98px) {
  .ffh710__links__list {
    flex-direction: column;
    align-items: center;
  }
}
.ffh710__links__list__item {
  font-family: NotoSansCJKjp;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.08em;
  color: #151515;
  position: relative;
}
@media screen and (min-width: 640px) {
  .ffh710__links__list__item {
    margin-right: 28px;
  }
  .ffh710__links__list__item:hover {
    color: #0f1f82;
  }
}
@media screen and (max-width: 639.98px) {
  .ffh710__links__list__item {
    margin-bottom: 24px;
  }
}
.ffh710__links__list__item:last-child() {
  margin-right: 0;
}
@media screen and (max-width: 639.98px) {
  .ffh710__links__list__item--home {
    display: none;
  }
}
.ffh710__links__list__item__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}

.header__humberger {
  position: fixed;
  z-index: 999;
  top: 0;
  left: -120%;
  width: 320px;
  height: 100%;
  background: #f5f6fa;
  transition: all 0.6s;
  overflow-y: scroll;
  overflow-x: hidden;
}
.header__humberger__list {
  padding-top: 24px;
  padding-left: 6%;
  margin-top: 52px;
}
.header__humberger__list__item {
  position: relative;
  font-family: NotoSansCJKjp;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: 0.08em;
  text-align: left;
  color: #0f1f82;
  width: 100%;
  height: 29px;
  padding: 36px 0 6% 6%;
  width: 95%;
}
.header__humberger__list__item:not(:last-child) {
  border-bottom: 1px solid #e8eaf3;
}
.header__humberger__list__item::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #e21a3e;
  border-radius: 50%;
  position: absolute;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.header__humberger__list__item__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 14%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#js-humberger.panelactive {
  left: 0;
}
#js-humberger.panelactive + .overlay {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.5);
  z-index: 998;
}

.brSp {
  display: none;
}
@media screen and (max-width: 639.98px) {
  .brSp {
    display: block;
  }
}
@media screen and (max-width: 320px) {
  .brSp {
    display: none;
  }
}

.brPc {
  display: block;
}
@media screen and (max-width: 639.98px) {
  .brPc {
    display: none;
  }
}

.br320 {
  display: none;
}
@media screen and (max-width: 320px) {
  .br320 {
    display: block;
  }
}

.visibleSp {
  display: none;
}
@media screen and (max-width: 639.98px) {
  .visibleSp {
    display: inline-block;
  }
}

.visiblePc {
  display: inline-block;
}
@media screen and (max-width: 639.98px) {
  .visiblePc {
    display: none;
  }
}

.headerWrapper {
  min-width: 1280px;
}
@media screen and (max-width: 639.98px) {
  .headerWrapper {
    min-width: auto;
  }
}

.header {
  max-width: 1300px;
  padding: 0 26px;
}
@media screen and (max-width: 639.98px) {
  .header {
    padding: 0 16px 0 10px;
  }
}
.header__item {
  font-feature-settings: "pwid" on, "palt" on, "pkna" on;
}
.header__item--home .header__item__link:hover p {
  color: #0f1f82;
}
.header__item--home .header__item__link:hover::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.91696 5.11514V15.5H9.08362V5.11514L13.7344 9.76589L15.2662 8.23406L8.00029 0.96814L0.734375 8.23406L2.26621 9.76589L6.91696 5.11514Z' fill='%230F1F82'/%3E%3C/svg%3E");
}
.header__item--home .header__item__link:active p {
  color: #85878b;
}
.header__item--home .header__item__link:active::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.91696 5.11514V15.5H9.08362V5.11514L13.7344 9.76589L15.2662 8.23406L8.00029 0.96814L0.734375 8.23406L2.26621 9.76589L6.91696 5.11514Z' fill='%2385878B'/%3E%3C/svg%3E");
}
@media all and (-ms-high-contrast: none) {
  .header__item__link__body {
    padding-bottom: 2px;
  }
}

.footer {
  min-width: 1280px;
  width: 100vw;
}
@media screen and (max-width: 639.98px) {
  .footer {
    min-width: auto;
  }
}

.is-active {
  display: block;
}

.is-open {
  background: url("../images/ffh710/faq_open.svg") no-repeat center/contain;
  width: 23px;
  height: 3px;
}

.caseStudy {
  margin: 0;
}
.caseStudy--product {
  min-width: 1280px;
}
@media screen and (min-width: 640px) {
  .caseStudy--product {
    height: 580px;
    background: url("../images/ffh710/casestudy_pc_710.png") no-repeat center/cover;
  }
}
@media screen and (max-width: 639.98px) {
  .caseStudy--product {
    background: url("../images/ffh710/casestudy_sp_710.png") no-repeat center/cover;
    height: 427px;
    min-width: auto;
  }
}
.caseStudy__title--710 {
  font-size: 48px;
  font-weight: 400;
  line-height: 62px;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 640px) {
  .caseStudy__title--710 {
    top: 115px;
  }
}
@media screen and (max-width: 639.98px) {
  .caseStudy__title--710 {
    font-weight: 500;
    font-size: 36px;
    line-height: 49px;
    letter-spacing: 0em;
  }
}
.caseStudy__body--710 {
  font-family: NotoSansCJKjp;
  font-size: 32px;
  font-weight: 400;
  line-height: 51px;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (min-width: 640px) {
  .caseStudy__body--710 {
    top: 227px;
  }
}
@media screen and (max-width: 639.98px) {
  .caseStudy__body--710 {
    font-size: 18px;
    line-height: 29px;
    letter-spacing: 0.02em;
    top: 133px;
  }
}
.caseStudy__body__small--710 {
  font-family: NotoSansCJKjp;
  font-size: 32px;
  font-weight: 400;
  line-height: 51px;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 639.98px) {
  .caseStudy__body__small--710 {
    font-size: 18px;
    line-height: 29px;
    letter-spacing: 0.02em;
  }
}
@media screen and (min-width: 640px) {
  .caseStudy__button--710 {
    top: 160px;
  }
}
@media screen and (max-width: 320px) {
  .caseStudy__button--710 {
    width: 300px;
  }
}

.header__item--contact {
  margin-left: 43px;
}

.pc-hidden {
  display: none;
}
@media screen and (max-width: 639.98px) {
  .pc-hidden {
    display: block;
  }
}

.sp-hidden {
  display: block;
}
@media screen and (max-width: 639.98px) {
  .sp-hidden {
    display: none;
  }
}

body {
  right: 0;
}

.slide-arrow {
  width: 48px;
  height: 48px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 1;
  background-color: #ffffff;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.06), 0px 8px 36px rgba(0, 0, 0, 0.06);
  border-radius: 6px;
}
@media screen and (max-width: 320px) {
  .slide-arrow {
    top: 44%;
  }
}

.prev-arrow {
  left: 2%;
}
@media screen and (max-width: 320px) {
  .prev-arrow {
    left: 0;
  }
}
.prev-arrow::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 13px;
  top: 42%;
  left: 36%;
  background-color: #0f1f82;
  border-radius: 6px;
  transform: rotate(45deg) translate(-50%, -50%);
}
.prev-arrow::after {
  position: absolute;
  content: "";
  width: 3px;
  height: 13px;
  top: 38%;
  left: 32%;
  background-color: #0f1f82;
  border-radius: 6px;
  transform: rotate(-225deg) translate(-50%, -50%);
}

.next-arrow {
  right: 2%;
}
@media screen and (max-width: 320px) {
  .next-arrow {
    right: 0;
  }
}
.next-arrow::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 13px;
  top: 28%;
  left: 51%;
  background-color: #0f1f82;
  border-radius: 6px;
  transform: rotate(135deg);
}
.next-arrow::after {
  position: absolute;
  content: "";
  width: 3px;
  height: 13px;
  top: 33%;
  left: 57%;
  background-color: #0f1f82;
  border-radius: 6px;
  transform: rotate(225deg) translate(-50%, -50%);
}