@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;
  }
}

.body {
  max-width: none;
  width: 100%;
  overflow-x: hidden;
}

.top {
  font-family: NotoSansCJKjp;
  margin-top: 100px;
}
@media screen and (max-width: 639.98px) {
  .top {
    margin-top: 70px;
  }
}
.top__title {
  font-family: NotoSansCJKjp;
  color: #0f1f82;
  font-size: 38px;
  font-weight: 500;
  line-height: 53px;
  letter-spacing: 0.04em;
  text-align: center;
  margin-top: 24px;
  margin-left: 16px;
  margin-right: 16px;
  margin-bottom: 80px;
}
@media screen and (min-width: 640px) {
  .top__title {
    min-width: 1248px;
  }
}
@media screen and (max-width: 639.98px) {
  .top__title {
    white-space: nowrap;
    margin-left: 0;
    margin-right: 0;
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 360px) {
  .top__title {
    letter-spacing: 0;
  }
}
.top__title__thin {
  color: #0f1f82;
  font-family: NotoSansCJKjp;
  font-size: 32px;
  font-weight: 400;
  line-height: 45px;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 640px) {
  .top__title__thin {
    font-size: 32px;
  }
}
@media screen and (max-width: 639.98px) {
  .top__title__thin {
    font-size: 18px;
  }
}
@media screen and (max-width: 360px) {
  .top__title__thin {
    letter-spacing: 0;
  }
}
.top__category {
  min-width: 1250px;
}
@media screen and (max-width: 639.98px) {
  .top__category {
    min-width: auto;
  }
}
.top__category__list {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 639.98px) {
  .top__category__list {
    display: block;
  }
}
.top__category__list__item {
  padding: 20px 0 0 16px;
}
@media screen and (min-width: 640px) {
  .top__category__list__item {
    border-top: 6px solid #0F1F82;
    border-radius: 6px;
  }
}
@media screen and (max-width: 639.98px) {
  .top__category__list__item {
    padding: 20px 0 0 30px;
  }
}
.top__category__list__item:nth-child(1) {
  margin-right: 25px;
}
.top__category__list__item--seisanki {
  width: 804px;
}
@media screen and (max-width: 639.98px) {
  .top__category__list__item--seisanki {
    width: 100%;
  }
}
.top__category__list__item--atobarai {
  width: 391px;
}
@media screen and (max-width: 639.98px) {
  .top__category__list__item--atobarai {
    display: none;
    width: 100%;
  }
}
.top__category__list__item--madoguti {
  width: 1210px;
}
.top__category__list__item--madoguti:nth-child(1) {
  margin-right: 0;
}
@media screen and (max-width: 639.98px) {
  .top__category__list__item--madoguti {
    width: 100%;
  }
}
.top__category__list__item__title {
  font-size: 26px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 0em;
  color: #0F1F82;
  margin-bottom: 10px;
}
@media screen and (max-width: 639.98px) {
  .top__category__list__item__title {
    font-size: 21px;
    line-height: 27px;
  }
}
.top__category__list__item__body {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.04em;
  color: #6A6A70;
}
@media screen and (max-width: 639.98px) {
  .top__category__list__item__body {
    font-size: 16px;
    line-height: 24px;
  }
}
.top__categorySp {
  order: 3;
  display: none;
}
@media screen and (max-width: 639.98px) {
  .top__categorySp {
    display: block;
  }
}
.top__categorySp__list {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 639.98px) {
  .top__categorySp__list {
    display: block;
  }
}
.top__categorySp__list__item {
  padding: 20px 0 0 16px;
}
@media screen and (min-width: 640px) {
  .top__categorySp__list__item {
    border-top: 6px solid #0F1F82;
    border-radius: 6px;
  }
}
@media screen and (max-width: 639.98px) {
  .top__categorySp__list__item {
    padding: 20px 0 32px 0;
  }
}
.top__categorySp__list__item:nth-child(1) {
  margin-right: 25px;
}
.top__categorySp__list__item--seisanki {
  width: 804px;
}
@media screen and (max-width: 639.98px) {
  .top__categorySp__list__item--seisanki {
    width: 100%;
  }
}
.top__categorySp__list__item--atobarai {
  width: 391px;
}
@media screen and (max-width: 639.98px) {
  .top__categorySp__list__item--atobarai {
    display: none;
    width: 100%;
  }
}
.top__categorySp__list__item--madoguti {
  width: 1210px;
}
.top__categorySp__list__item--madoguti:nth-child(1) {
  margin-right: 0;
}
@media screen and (max-width: 639.98px) {
  .top__categorySp__list__item--madoguti {
    width: 100%;
  }
}
.top__categorySp__list__item__title {
  font-size: 26px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 0em;
  color: #0F1F82;
  margin-bottom: 10px;
}
@media screen and (max-width: 639.98px) {
  .top__categorySp__list__item__title {
    font-size: 21px;
    line-height: 27px;
  }
}
.top__categorySp__list__item__body {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.04em;
  color: #6A6A70;
}
@media screen and (max-width: 639.98px) {
  .top__categorySp__list__item__body {
    font-size: 16px;
    line-height: 24px;
  }
}
.top__links {
  display: flex;
}
@media screen and (min-width: 640px) {
  .top__links {
    width: 1280px;
    justify-content: space-between;
    margin: 48px auto 94px;
    padding: 0 40px;
  }
}
@media screen and (max-width: 639.98px) {
  .top__links {
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 24px;
  }
}
.top__links__item {
  position: relative;
  width: 32%;
  height: 0;
  padding-top: 34.5%;
  box-shadow: 0px 0px 16px rgba(94, 91, 85, 0.16);
  border-radius: 6px;
}
@media screen and (max-width: 639.98px) {
  .top__links__item {
    max-width: 356px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-top: 0;
    box-shadow: none;
  }
  .top__links__item::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 50.56%;
  }
  .top__links__item--s11 {
    order: 2;
  }
  .top__links__item--700 {
    order: 1;
  }
  .top__links__item--rakuda {
    order: 3;
  }
}
.top__links__item__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  padding-top: 108%;
}
@media screen and (max-width: 639.98px) {
  .top__links__item__wrapper {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding-top: 0;
  }
}
@media screen and (min-width: 640px) {
  .top__links__item__wrapper--s11 {
    background: url("../images/top/link_image_s11_pc.png") no-repeat center/contain;
  }
  .top__links__item__wrapper--s11:hover {
    background: url("../images/top/link_image_s11_pc_hover.png") no-repeat center/contain;
  }
}
@media screen and (max-width: 639.98px) {
  .top__links__item__wrapper--s11 {
    background: url("../images/top/link_image_s11_sp.png") no-repeat center/100% auto;
  }
}
@media screen and (min-width: 640px) {
  .top__links__item__wrapper--700 {
    background: url("../images/top/link_image_700_pc.png") no-repeat center/contain;
  }
  .top__links__item__wrapper--700:hover {
    background: url("../images/top/link_image_700_pc_hover.png") no-repeat center/contain;
  }
}
@media screen and (max-width: 639.98px) {
  .top__links__item__wrapper--700 {
    background: url("../images/top/link_image_700_sp.png") no-repeat center/100% auto;
  }
}
@media screen and (min-width: 640px) {
  .top__links__item__wrapper--rakuda {
    background: url("../images/top/link_image_rakuda_pc.png") no-repeat center/contain;
  }
  .top__links__item__wrapper--rakuda:hover {
    background: url("../images/top/link_image_rakuda_pc_hover.png") no-repeat center/contain;
  }
}
@media screen and (max-width: 639.98px) {
  .top__links__item__wrapper--rakuda {
    background: url("../images/top/link_image_rakuda_sp.png") no-repeat center/100% auto;
  }
}
@media screen and (min-width: 640px) {
  .top__links__item__wrapper--950 {
    background: url("../images/top/link_image_fch950_pc.png") no-repeat center/contain;
  }
  .top__links__item__wrapper--950:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 639.98px) {
  .top__links__item__wrapper--950 {
    background: url("../images/top/link_image_fch950_sp.png") no-repeat center/100% auto;
  }
}
@media screen and (min-width: 640px) {
  .top__links__item__wrapper--self {
    background: url("../images/top/link_image_self_pc.png") no-repeat center/contain;
  }
  .top__links__item__wrapper--self:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 639.98px) {
  .top__links__item__wrapper--self {
    background: url("../images/top/link_image_self_sp.png") no-repeat center/100% auto;
  }
}
@media screen and (min-width: 640px) {
  .top__links__item__wrapper--regix {
    background: url("../images/top/link_image_regix_pc.png") no-repeat center/contain;
  }
  .top__links__item__wrapper--regix:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 639.98px) {
  .top__links__item__wrapper--regix {
    background: url("../images/top/link_image_regix_sp.png") no-repeat center/100% auto;
  }
}
.top__links__item__link {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
@media screen and (min-width: 640px) {
  .top__caseStudy {
    height: 415px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 639.98px) {
  .top__caseStudy {
    height: 427px;
    margin-top: 8px;
  }
}
.top__products {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 640px) {
  .top__products {
    width: 1280px;
    margin: 74px auto 0;
  }
}
@media screen and (max-width: 639.98px) {
  .top__products {
    margin-top: 46px;
  }
}
.top__products__title {
  color: #0f1f82;
  font-weight: 500;
}
@media screen and (min-width: 640px) {
  .top__products__title {
    font-family: NotoSansCJKjp;
    font-size: 37px;
    line-height: 52px;
    letter-spacing: 0.02em;
    text-align: center;
  }
}
@media screen and (max-width: 639.98px) {
  .top__products__title {
    font-family: NotoSansCJKjp;
    font-size: 28px;
    line-height: 35px;
    height: 105px;
    padding: 0 16px;
    margin-bottom: 48px;
  }
}
.top__products__title__thin {
  display: block;
  font-weight: normal;
}
@media screen and (min-width: 640px) {
  .top__products__title__thin {
    font-family: NotoSansCJKjp;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 45px;
    letter-spacing: 0.04em;
    text-align: center;
  }
}
@media screen and (max-width: 639.98px) {
  .top__products__title__thin {
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.02em;
    margin-bottom: 10px;
    white-space: nowrap;
  }
}
.top__products__button {
  background-color: #ffffff;
  border: 1px solid #0f1fb2;
  position: relative;
  border-radius: 3px;
  z-index: 10;
}
@media screen and (min-width: 640px) {
  .top__products__button {
    width: 340px;
    height: 48px;
    margin: 68px auto 47px auto;
  }
}
@media screen and (max-width: 639.98px) {
  .top__products__button {
    width: 100%;
    max-width: 320px;
    height: 56px;
    margin: 0 auto 59px auto;
    order: 3;
  }
}
.top__products__button__link {
  font-family: NotoSansCJKjp;
  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;
}
.top__products__button__link:hover {
  box-shadow: 0px 0px 16px rgba(94, 91, 85, 0.16);
}
@media screen and (max-width: 639.98px) {
  .top__products__button__link:hover {
    box-shadow: none;
  }
}
@media screen and (min-width: 640px) {
  .top__products__button__link {
    font-size: 18px;
  }
}
@media screen and (max-width: 639.98px) {
  .top__products__button__link {
    font-size: 20px;
  }
}
.top__products__list {
  display: flex;
  justify-content: space-around;
  position: relative;
}
@media screen and (min-width: 640px) {
  .top__products__list {
    margin-bottom: 22px;
    padding: 14px 12px;
    overflow-x: auto;
    overflow-y: hidden;
  }
}
@media screen and (max-width: 639.98px) {
  .top__products__list {
    margin: 48px 0 40px;
    order: 2;
    justify-content: space-around;
    z-index: 10;
  }
}
.top__products__list__item {
  flex: 0 0 166px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  border-radius: 6px;
}
.top__products__list__item:hover {
  box-shadow: 0px 0px 16px rgba(94, 91, 85, 0.16);
}
@media screen and (max-width: 639.98px) {
  .top__products__list__item:hover {
    box-shadow: none;
  }
}
@media screen and (min-width: 640px) {
  .top__products__list__item {
    padding: 11px 0 18px;
  }
}
@media screen and (max-width: 639.98px) {
  .top__products__list__item {
    flex: 0 0 auto;
    height: 123px;
  }
  .top__products__list__item:not(:last-child) {
    margin-right: 5px;
  }
}
@media screen and (max-width: 639.98px) {
  .top__products__list__item--auto_change_machine {
    order: 4;
  }
}
@media screen and (max-width: 639.98px) {
  .top__products__list__item--change_machine {
    order: 1;
  }
  .top__products__list__item--change_machine:not(:last-child) {
    margin-right: 0;
  }
}
@media screen and (max-width: 639.98px) {
  .top__products__list__item--s11 {
    order: 2;
  }
}
@media screen and (max-width: 639.98px) {
  .top__products__list__item--ffh700 {
    order: 3;
  }
}
@media screen and (max-width: 639.98px) {
  .top__products__list__item--buyzo {
    display: none;
  }
}
@media screen and (max-width: 639.98px) {
  .top__products__list__item--rakuda {
    display: none;
  }
}
@media screen and (max-width: 639.98px) {
  .top__products__list__item--enter_exit_manager {
    display: none;
  }
}
.top__products__list__item__thumb {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 640px) {
  .top__products__list__item__thumb {
    width: 98px;
    height: 153px;
  }
}
@media screen and (max-width: 639.98px) {
  .top__products__list__item__thumb {
    width: 60px;
    height: 123px;
  }
}
@media screen and (min-width: 640px) {
  .top__products__list__item__thumb--auto_change_machine {
    padding-top: 14px;
  }
}
@media screen and (min-width: 640px) {
  .top__products__list__item__thumb--change_machine {
    padding-top: 44px;
  }
}
@media screen and (min-width: 640px) {
  .top__products__list__item__thumb--s11 {
    padding-top: 4px;
  }
}
@media screen and (min-width: 640px) {
  .top__products__list__item__thumb--buyzo {
    padding-top: 18px;
  }
}
@media screen and (min-width: 640px) {
  .top__products__list__item__thumb--enter_exit_manager {
    padding-top: 8px;
  }
}
@media screen and (min-width: 640px) {
  .top__products__list__item__thumb--rakuda {
    margin: 0 auto;
  }
}
@media screen and (min-width: 640px) {
  .top__products__list__item__thumb__image--auto_change_machine {
    width: 98px;
    height: 100px;
  }
}
@media screen and (max-width: 639.98px) {
  .top__products__list__item__thumb__image--auto_change_machine {
    width: 66px;
    height: 67px;
  }
}
@media screen and (min-width: 640px) {
  .top__products__list__item__thumb__image--change_machine {
    width: 120px;
    height: 70px;
  }
}
@media screen and (max-width: 639.98px) {
  .top__products__list__item__thumb__image--change_machine {
    width: 66px;
    height: 38px;
  }
}
@media screen and (min-width: 640px) {
  .top__products__list__item__thumb__image--s11 {
    width: 64px;
    height: 138px;
  }
}
@media screen and (max-width: 639.98px) {
  .top__products__list__item__thumb__image--s11 {
    width: 61px;
    height: 108px;
  }
}
@media screen and (min-width: 640px) {
  .top__products__list__item__thumb__image--ffh700 {
    width: 76px;
    height: 153px;
  }
}
@media screen and (max-width: 639.98px) {
  .top__products__list__item__thumb__image--ffh700 {
    width: 56px;
    height: 113px;
  }
}
@media screen and (min-width: 640px) {
  .top__products__list__item__thumb__image--rakuda {
    width: 154px;
    height: 133px;
  }
}
@media screen and (min-width: 640px) {
  .top__products__list__item__thumb__image--buyzo {
    width: 145px;
    height: 106px;
  }
}
@media screen and (min-width: 640px) {
  .top__products__list__item__thumb__image--enter_exit_manager {
    width: 98px;
    height: 116px;
  }
}
.top__products__list__item__thumb--rakuda {
  margin: 0 auto;
}
.top__products__list__item__name {
  color: #0f1f82;
}
@media screen and (min-width: 640px) {
  .top__products__list__item__name {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    padding-top: 11px;
  }
}
@media screen and (max-width: 639.98px) {
  .top__products__list__item__name {
    display: none;
  }
}
.top__products__list__item--auto_change_machine .top__products__list__item__name {
  font-size: 14px;
  line-height: 20px;
  padding-top: 0;
}
.top__products__list__item__model {
  color: #0f1f82;
}
@media screen and (min-width: 640px) {
  .top__products__list__item__model {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 639.98px) {
  .top__products__list__item__model {
    display: none;
  }
}
.top__products__list__item__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}
@media screen and (max-width: 639.98px) {
  .top__products__list__item__link {
    pointer-events: none;
  }
}

@media screen and (min-width: 640px) {
  .header {
    padding: 0 26px;
  }
}
@media screen and (max-width: 639.98px) {
  .header {
    padding: 0 16px 0 10px;
  }
}
@media screen and (max-width: 639.98px) {
  .header__item--logo {
    display: block;
    margin-bottom: 0;
  }
}
.header__item__link__body {
  font-size: 18px;
}

.header__humberger {
  position: fixed;
  z-index: 999;
  top: 0;
  left: -120%;
  width: 320px;
  height: 100%;
  background: #fff;
  transition: all 0.6s;
  overflow-y: auto;
}
.header__humberger__list {
  padding: 6px 15px 0 17px;
  margin-top: 56px;
}
@media screen and (min-width: 640px) and (max-width: 833.98px) {
  .header__humberger__list {
    padding-top: 18px;
  }
}
.header__humberger__list__item {
  position: relative;
  font-family: NotoSansCJKjp;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
  color: #3c4449;
  width: 100%;
  height: 72px;
  padding-left: 16px;
  border-bottom: 1px solid #e8eaf3;
}
.header__humberger__list__item__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 16px;
}
.header__humberger__list__item__link__small {
  font-family: NotoSansCJKjp;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0em;
  color: #3c4449;
}
.header__humberger__list__item--small {
  font-family: NotoSansCJKjp;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: 0.04em;
}

#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;
  }
}

.brPc {
  display: block;
}
@media screen and (max-width: 639.98px) {
  .brPc {
    display: none;
  }
}

.caseStudy {
  width: 100%;
  margin: 0;
}
@media screen and (min-width: 640px) {
  .caseStudy {
    min-width: 1280px;
  }
}
@media screen and (max-width: 639.98px) {
  .caseStudy {
    padding: 0 16px;
  }
}
@media screen and (max-width: 639.98px) {
  .caseStudy__button {
    width: 100%;
    height: 56px;
    max-width: 320px;
    font-size: 20px;
    margin-top: 51px;
  }
}
@media screen and (max-width: 639.98px) {
  .caseStudy__button:hover {
    box-shadow: none;
    background: #fff;
  }
}
@media screen and (max-width: 639.98px) {
  .caseStudy__button__link {
    font-size: 20px;
  }
}

.footer {
  width: 100%;
}
@media screen and (min-width: 640px) {
  .footer {
    min-width: 1280px;
  }
}