@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;
}

.rakuda {
  min-width: 1280px;
  margin: 96px auto 0 auto;
}
@media screen and (max-width: 639.98px) {
  .rakuda {
    min-width: auto;
    overflow: hidden;
    margin-top: 56px;
  }
}
.rakuda__cv {
  border: 8px solid #ffffff;
  background-color: #ffffff;
  border-radius: 8px;
  position: fixed;
  bottom: 10%;
  right: 5%;
  z-index: 2;
  width: 307px;
  height: 161px;
}
@media screen and (max-width: 639.98px) {
  .rakuda__cv {
    display: none;
  }
}
.rakuda__cv__inner {
  background: linear-gradient(180deg, #f5bf33 0%, #eb5700 100%), linear-gradient(180deg, #2ee68e 0%, #15a43c 100%);
  box-shadow: 0px 16px 32px rgba(9, 165, 208, 0.2);
  border-radius: 8px;
  height: 100%;
}
.rakuda__cv__close {
  position: absolute;
  content: "";
  background: url("../images/cv_cross.png") no-repeat center/10px #ffffff;
  padding: 1px;
  width: 8%;
  border-radius: 50%;
  right: 4%;
  top: 10%;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  text-indent: -9999px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.04), 0px 4px 24px rgba(0, 0, 0, 0.04);
}
.rakuda__cv__close:hover {
  border: 1px solid #f24497;
  background: url("../images/cv_cross_hover.png") no-repeat center/10px #ffffff;
}
.rakuda__cv__title {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #ffffff;
  padding: 3%;
  padding-left: 6%;
}
@media all and (-ms-high-contrast: none) {
  .rakuda__cv__title {
    padding-top: 14px;
    margin-bottom: -5px;
  }
}
.rakuda__cv__title__small {
  font-size: 15px;
  font-weight: 600;
  line-height: 23px;
  letter-spacing: 0em;
}
.rakuda__cv__button {
  display: flex;
  position: relative;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0.03em;
  color: #ffffff;
  background: linear-gradient(360deg, #cb0a77 0%, #ec669a 100%);
  box-shadow: 0px 12px 12px rgba(203, 10, 119, 0.2);
  border-radius: 12px;
  width: 175px;
  justify-content: center;
  align-items: center;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 48px;
}
.rakuda__cv__button:hover {
  background: linear-gradient(360deg, rgba(203, 10, 119, 0.8) 0%, rgba(236, 102, 154, 0.8) 100%), #ffffff;
  box-shadow: 0px 12px 24px rgba(203, 10, 119, 0.33);
  border-radius: 8px;
}
.rakuda__cv__button__text _:-ms-input-placeholder, :root .rakuda__cv__button__text {
  padding-top: 9px;
}
.rakuda__cv__button__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-indent: -9999px;
}
.rakuda__cv__button__imgWrapper {
  position: relative;
  width: 13%;
  padding-top: 13%;
  margin-right: 5%;
}
.rakuda__cv__button__imgWrapper__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.rakuda__ankerTop {
  position: fixed;
  right: 78px;
  bottom: 10px;
  z-index: 500;
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.9);
  mix-blend-mode: normal;
  box-shadow: 0px 4px 8px rgba(77, 77, 77, 0.2), 0px 16px 24px rgba(114, 114, 114, 0.08);
  border-radius: 80px;
}
@media screen and (max-width: 639.98px) {
  .rakuda__ankerTop {
    display: none;
    right: 17px;
  }
}
.rakuda__ankerTop::before {
  position: absolute;
  content: "";
  border-right: 3px solid #757575;
  height: 18px;
  left: 23px;
  top: 48%;
  transform: translateY(-50%) rotate(45deg);
  border-radius: 3px 3px 0 0;
}
.rakuda__ankerTop::after {
  position: absolute;
  content: "";
  border-left: 3px solid #757575;
  height: 18px;
  transform: translateY(-50%) rotate(-45deg);
  top: 48%;
  right: 23px;
  border-radius: 3px 3px 0 0;
}
.rakuda__fv {
  width: 100%;
  margin: 0 auto;
  position: relative;
  background-color: #f9f9f9;
}
@media screen and (min-width: 640px) {
  .rakuda__fv {
    padding-top: 1%;
  }
}
.rakuda__fv__back {
  position: absolute;
  bottom: 0;
  content: "";
  width: 100%;
  z-index: 0;
  height: 208px;
  background: url("../images/fv_back_pc.png") no-repeat center bottom/100% 208px;
}
@media screen and (max-width: 639.98px) {
  .rakuda__fv__back {
    height: 35%;
    background: url("../images/fv_back_sp.png") no-repeat center bottom/100% 100%;
  }
}
.rakuda__fv__wrapper {
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
}
.rakuda__fv__stick {
  margin-left: 12%;
  width: 11px;
  height: 87%;
  position: absolute;
  top: 9px;
  left: -2%;
}
@media screen and (max-width: 639.98px) {
  .rakuda__fv__stick {
    margin-left: 5%;
    height: 80%;
  }
}
.rakuda__fv__container {
  display: flex;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 639.98px) {
  .rakuda__fv__container {
    display: block;
  }
}
.rakuda__fv__container__name {
  width: 60%;
  padding-top: 50%;
  position: relative;
}
@media screen and (max-width: 639.98px) {
  .rakuda__fv__container__name {
    width: 100%;
    padding-top: 146%;
  }
}
.rakuda__fv__container__name__flgWrapper {
  margin-left: 19%;
  position: absolute;
  width: 555px;
  height: 139px;
  top: 0;
}
@media screen and (max-width: 639.98px) {
  .rakuda__fv__container__name__flgWrapper {
    margin-left: 8%;
    width: 87%;
    margin-top: 6px;
    height: auto;
  }
  .rakuda__fv__container__name__flgWrapper::before {
    content: "";
    display: block;
    padding-top: 26.6%;
  }
}
.rakuda__fv__container__name__flgWrapper__flg {
  position: relative;
  width: 555px;
  height: 139px;
  background-image: url("../images/rakuda_flag.png");
  background-size: 0;
  background-position: -200% -200%;
  margin-left: -84px;
}
@media screen and (max-width: 639.98px) {
  .rakuda__fv__container__name__flgWrapper__flg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: -16%;
  }
}
.rakuda__fv__container__name__flgWrapper__flg__div {
  position: absolute;
  left: 91px;
  width: 93px;
  height: 139px;
  transform-origin: 0 0;
  background-repeat: no-repeat;
  background-size: 555px 100%;
  background-image: inherit;
}
@media screen and (max-width: 639.98px) {
  .rakuda__fv__container__name__flgWrapper__flg__div {
    left: calc(100% - 1px);
    width: 100%;
    height: 100%;
    background-size: 594% 100%;
  }
}
.rakuda__fv__container__name__flgWrapper__flg__div--0 {
  background-position-x: 0px;
  transform: translateZ(0.001px) rotateY(12deg) skewY(0.05deg);
  animation: w 3.4s 0s ease-in-out infinite alternate;
}
@media screen and (max-width: 639.98px) {
  .rakuda__fv__container__name__flgWrapper__flg__div--0 {
    background-position-x: 0%;
  }
}
.rakuda__fv__container__name__flgWrapper__flg__div--1 {
  background-position-x: -93px;
  transform: translateZ(0.001px) rotateY(12deg) skewY(0.05deg);
  animation: w 3.4s 0.08s ease-in-out infinite alternate;
}
@media screen and (max-width: 639.98px) {
  .rakuda__fv__container__name__flgWrapper__flg__div--1 {
    background-position-x: 19.9%;
  }
}
.rakuda__fv__container__name__flgWrapper__flg__div--2 {
  background-position-x: -186px;
  transform: translateZ(0.001px) rotateY(12deg) skewY(0.05deg);
  animation: w 3.4s 0.16s ease-in-out infinite alternate;
}
@media screen and (max-width: 639.98px) {
  .rakuda__fv__container__name__flgWrapper__flg__div--2 {
    background-position-x: 39.8%;
  }
}
.rakuda__fv__container__name__flgWrapper__flg__div--3 {
  background-position-x: -279px;
  transform: translateZ(0.001px) rotateY(12deg) skewY(0.05deg);
  animation: w 3.4s 0.24s ease-in-out infinite alternate;
}
@media screen and (max-width: 639.98px) {
  .rakuda__fv__container__name__flgWrapper__flg__div--3 {
    background-position-x: 59.7%;
  }
}
.rakuda__fv__container__name__flgWrapper__flg__div--4 {
  background-position-x: -372px;
  transform: translateZ(0.001px) rotateY(12deg) skewY(0.05deg);
  animation: w 3.4s 0.32s ease-in-out infinite alternate;
}
@media screen and (max-width: 639.98px) {
  .rakuda__fv__container__name__flgWrapper__flg__div--4 {
    background-position-x: 79.6%;
  }
}
.rakuda__fv__container__name__flgWrapper__flg__div--5 {
  background-position-x: -465px;
  transform: translateZ(0.001px) rotateY(12deg) skewY(0.05deg);
  animation: w 3.4s 0.4s ease-in-out infinite alternate;
}
@media screen and (max-width: 639.98px) {
  .rakuda__fv__container__name__flgWrapper__flg__div--5 {
    background-position-x: 99.5%;
  }
}
.rakuda__fv__container__name__flgWrapper__flg__div--6 {
  background-position-x: -558px;
  transform: translateZ(0.001px) rotateY(12deg) skewY(0.05deg);
  animation: w 3.4s 0.48s ease-in-out infinite alternate;
}
@media screen and (max-width: 639.98px) {
  .rakuda__fv__container__name__flgWrapper__flg__div--6 {
    background-position-x: 119.4%;
  }
}
.rakuda__fv__container__name__flgWrapper__flg__div--0 {
  left: 16%;
  width: 17%;
}
.rakuda__fv__container__name__flgWrapper__flg__div--6 {
  border: none;
}
@keyframes w {
  to {
    transform: translateZ(0.0001px) rotateY(-12deg) skewY(-0.05deg);
  }
}
.rakuda__fv__container__name__flgWrapper__stick {
  position: absolute;
  top: 0;
  left: 0;
  width: 2%;
  height: 100%;
}
@media screen and (max-width: 639.98px) {
  .rakuda__fv__container__name__flgWrapper__stick {
    height: 43%;
    left: -13px;
    top: 8px;
    width: 3%;
  }
}
.rakuda__fv__container__name__nameWrapper {
  position: absolute;
  width: 57%;
  padding-top: 35%;
  left: 24%;
  top: 24%;
}
@media screen and (max-width: 639.98px) {
  .rakuda__fv__container__name__nameWrapper {
    width: 81%;
    padding-top: 51%;
    left: 10%;
    top: 19%;
  }
}
.rakuda__fv__container__name__nameWrapper__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.rakuda__fv__container__icon {
  width: 40%;
  margin-left: -3%;
  margin-top: 2%;
  position: relative;
}
@media screen and (max-width: 639.98px) {
  .rakuda__fv__container__icon {
    display: flex;
    margin-left: 0;
    width: 100%;
    margin-top: -3%;
    padding-bottom: 36%;
    z-index: 1;
  }
}
.rakuda__fv__container__icon__list {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  bottom: 62%;
  width: 104%;
  right: 11%;
}
@media screen and (max-width: 639.98px) {
  .rakuda__fv__container__icon__list {
    flex-direction: column;
    justify-content: start;
    flex: 1;
    margin-left: 8%;
    width: 57%;
    left: -4%;
    bottom: 125%;
  }
}
.rakuda__fv__container__icon__list__item {
  text-indent: -9999px;
  width: 34%;
  height: 0;
  padding-top: 34%;
}
@media screen and (max-width: 639.98px) {
  .rakuda__fv__container__icon__list__item {
    width: 59%;
    padding-top: 59%;
    margin-left: 22%;
    margin-bottom: -13%;
  }
}
.rakuda__fv__container__icon__list__item--1 {
  background: url("../images/rakuda_fv_badge_1.png") no-repeat center/contain;
}
.rakuda__fv__container__icon__list__item--2 {
  background: url("../images/rakuda_fv_badge_2.png") no-repeat center/contain;
  margin-top: 14%;
  margin-left: -7%;
}
@media screen and (max-width: 639.98px) {
  .rakuda__fv__container__icon__list__item--2 {
    margin-top: 0;
    margin-left: 0;
  }
}
.rakuda__fv__container__icon__imgWrapper {
  position: absolute;
  width: 62%;
  padding-top: 64%;
  margin-top: -21%;
  margin-right: 13%;
  margin-left: 10%;
  bottom: 32%;
  right: 34%;
}
@media screen and (max-width: 639.98px) {
  .rakuda__fv__container__icon__imgWrapper {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    flex: 1;
    padding-top: 56%;
    width: 49%;
    right: -1%;
    bottom: 111%;
  }
}
.rakuda__fv__container__icon__imgWrapper__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.rakuda__fv__button {
  display: flex;
  position: absolute;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-size: 27px;
  font-style: normal;
  font-weight: bold;
  line-height: 43px;
  letter-spacing: 0.03em;
  text-align: left;
  color: #ffffff;
  background: linear-gradient(360deg, #cb0a77 0%, #ec669a 100%);
  box-shadow: 0px 12px 12px rgba(203, 10, 119, 0.2);
  border-radius: 8px;
  width: 381px;
  padding: 1% 0;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  bottom: 19%;
  left: 49%;
  transform: translateX(-50%);
  z-index: 1;
}
.rakuda__fv__button:hover {
  background: linear-gradient(360deg, rgba(203, 10, 119, 0.8) 0%, rgba(236, 102, 154, 0.8) 100%), #ffffff;
  box-shadow: 0px 12px 24px rgba(203, 10, 119, 0.33);
  border-radius: 8px;
}
@media screen and (max-width: 639.98px) {
  .rakuda__fv__button {
    width: 230px;
    font-size: 18px;
    line-height: 29px;
    letter-spacing: 0.03em;
    padding: 0;
    bottom: 10%;
    height: 52px;
  }
}
.rakuda__fv__button__text _:-ms-input-placeholder, :root .rakuda__fv__button__text {
  padding-top: 12px;
}
@media screen and (max-width: 639.98px) {
  .rakuda__fv__button__text {
    padding-left: 3%;
  }
}
.rakuda__fv__button__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-indent: -9999px;
}
.rakuda__fv__button__imgWrapper {
  position: relative;
  width: 10%;
  padding-top: 10%;
  left: -11px;
}
@media screen and (max-width: 639.98px) {
  .rakuda__fv__button__imgWrapper {
    left: -6px;
  }
}
.rakuda__fv__button__imgWrapper__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.rakuda__payment__means {
  background-color: #f9f9f9;
}
.rakuda__payment__means__title {
  color: #3c4449;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-style: normal;
  font-size: 56px;
  font-weight: 600;
  line-height: 74px;
  letter-spacing: 0.05em;
  text-align: center;
  padding-top: 4%;
}
@media screen and (max-width: 639.98px) {
  .rakuda__payment__means__title {
    font-size: 32px;
    line-height: 36px;
    padding-top: 6%;
  }
}
.rakuda__payment__means__title__highlight {
  color: #eb5700;
}
.rakuda__payment__means__list {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding-bottom: 5%;
  padding-top: 1%;
}
@media screen and (min-width: 640px) {
  .rakuda__payment__means__list {
    max-width: 1152px;
  }
}
@media screen and (max-width: 639.98px) {
  .rakuda__payment__means__list {
    margin: 0;
    flex-direction: column;
    padding-top: 9%;
    padding-left: 2%;
    padding-right: 2%;
  }
}
.rakuda__payment__means__list__spWrapper {
  flex: 1;
  padding-top: 5%;
}
@media screen and (max-width: 639.98px) {
  .rakuda__payment__means__list__spWrapper {
    flex: 1 auto;
    margin: 0 1% 60px 1%;
    padding-top: 4%;
  }
}
@media screen and (min-width: 640px) {
  .rakuda__payment__means__list__spWrapper:not(:last-child) {
    margin-right: 32px;
  }
}
@media screen and (max-width: 639.98px) {
  .rakuda__payment__means__list__spWrapper {
    display: block;
    width: auto;
    height: 100%;
  }
}
.rakuda__payment__means__list__spWrapper__item {
  background: #ffffff;
  box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.03), 0px 2px 16px rgba(0, 0, 0, 0.03);
  border-radius: 40px;
  padding: 4% 5% 3% 5%;
  box-sizing: border-box;
  height: 100%;
}
@media screen and (min-width: 640px) {
  .rakuda__payment__means__list__spWrapper__item {
    max-width: 560px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 639.98px) {
  .rakuda__payment__means__list__spWrapper__item {
    max-width: 400px;
    margin: 0 auto;
  }
  .rakuda__payment__means__list__spWrapper__item:first-child {
    margin-top: 20px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 639.98px) and (-ms-high-contrast: none) {
  .rakuda__payment__means__list__spWrapper__item:first-child {
    margin-bottom: 0;
  }
}
.rakuda__payment__means__list__spWrapper__item__imgWrapper {
  position: relative;
  width: 18%;
  padding-top: 18%;
  margin: 0 auto;
  min-height: 112px;
  min-width: 112px;
  top: -70px;
}
.rakuda__payment__means__list__spWrapper__item__imgWrapper__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.rakuda__payment__means__list__spWrapper__item__textWrapper {
  margin-top: -10%;
  font-feature-settings: "pwid" on, "palt" on, "pkna" on;
}
@media screen and (max-width: 639.98px) {
  .rakuda__payment__means__list__spWrapper__item__textWrapper {
    padding-bottom: 3%;
    margin-top: -15%;
  }
}
.rakuda__payment__means__list__spWrapper__item__textWrapper__title {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-feature-settings: "pwid" on, "palt" on, "pkna" on;
  font-size: 28px;
  font-weight: 600;
  line-height: 42px;
  letter-spacing: 0.05em;
  text-align: center;
  color: rgba(0, 0, 0, 0.5411764706);
  margin-bottom: 3%;
}
.rakuda__payment__means__list__spWrapper__item__textWrapper__title--medicine {
  margin-bottom: 3%;
}
@media screen and (max-width: 639.98px) {
  .rakuda__payment__means__list__spWrapper__item__textWrapper__title {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.05em;
  }
}
.rakuda__payment__means__list__spWrapper__item__textWrapper__title__highlight {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 53px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 639.98px) {
  .rakuda__payment__means__list__spWrapper__item__textWrapper__title__highlight {
    font-size: 22px;
    line-height: 29px;
  }
}
.rakuda__payment__means__list__spWrapper__item__textWrapper__title__highlight--patient {
  color: #619500;
}
.rakuda__payment__means__list__spWrapper__item__textWrapper__title__highlight--medicine {
  color: #f24497;
}
.rakuda__payment__means__list__spWrapper__item__textWrapper__list {
  text-align: center;
  margin-bottom: 39px;
  font-feature-settings: "pwid" on, "palt" on, "pkna" on;
}
@media screen and (max-width: 639.98px) {
  .rakuda__payment__means__list__spWrapper__item__textWrapper__list {
    margin-bottom: 17px;
  }
}
@media screen and (max-width: 639.98px) and (-ms-high-contrast: none) {
  .rakuda__payment__means__list__spWrapper__item__textWrapper__list {
    margin-bottom: 0;
  }
}
.rakuda__payment__means__list__spWrapper__item__textWrapper__list__item {
  position: relative;
  padding-left: 50px;
  display: inline-block;
}
@media screen and (max-width: 639.98px) {
  .rakuda__payment__means__list__spWrapper__item__textWrapper__list__item {
    padding-left: 7%;
  }
}
@media screen and (max-width: 320px) {
  .rakuda__payment__means__list__spWrapper__item__textWrapper__list__item {
    display: block;
    margin: 0 auto 0 auto;
  }
}
.rakuda__payment__means__list__spWrapper__item__textWrapper__list__item:not(:last-child) {
  margin-bottom: 5%;
}
@media screen and (min-width: 640px) {
  .rakuda__payment__means__list__spWrapper__item__textWrapper__list__item--patient {
    min-width: 412px;
    text-align: left;
  }
}
@media screen and (max-width: 639.98px) {
  .rakuda__payment__means__list__spWrapper__item__textWrapper__list__item--patient {
    min-width: 249px;
    text-align: left;
  }
}
@media screen and (max-width: 320px) {
  .rakuda__payment__means__list__spWrapper__item__textWrapper__list__item--patient {
    min-width: auto;
    max-width: 216px;
  }
}
.rakuda__payment__means__list__spWrapper__item__textWrapper__list__item--patient::before {
  position: absolute;
  left: 0;
  content: "";
  background-color: #eeffce;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  top: 50%;
  transform: translateY(-50%);
}
@media all and (-ms-high-contrast: none) {
  .rakuda__payment__means__list__spWrapper__item__textWrapper__list__item--patient::before {
    transform: translateY(-67%);
  }
}
@media screen and (max-width: 639.98px) {
  .rakuda__payment__means__list__spWrapper__item__textWrapper__list__item--patient::before {
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
  }
}
@media screen and (min-width: 640px) {
  .rakuda__payment__means__list__spWrapper__item__textWrapper__list__item--medicine {
    min-width: 414px;
    text-align: left;
  }
}
@media screen and (max-width: 639.98px) {
  .rakuda__payment__means__list__spWrapper__item__textWrapper__list__item--medicine {
    min-width: 242px;
    text-align: left;
  }
}
@media screen and (max-width: 320px) {
  .rakuda__payment__means__list__spWrapper__item__textWrapper__list__item--medicine {
    min-width: auto;
    max-width: 230px;
    margin: 0 auto 0 auto;
  }
}
.rakuda__payment__means__list__spWrapper__item__textWrapper__list__item--medicine::before {
  position: absolute;
  left: 0;
  content: "";
  background-color: #ffecf1;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
}
@media all and (-ms-high-contrast: none) {
  .rakuda__payment__means__list__spWrapper__item__textWrapper__list__item--medicine::before {
    transform: translateY(-67%);
  }
}
@media screen and (max-width: 639.98px) {
  .rakuda__payment__means__list__spWrapper__item__textWrapper__list__item--medicine::before {
    width: 16px;
    height: 16px;
  }
}
.rakuda__payment__means__list__spWrapper__item__textWrapper__list__item {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 34px;
  letter-spacing: 0.05em;
  color: #3c4449;
}
@media screen and (max-width: 639.98px) {
  .rakuda__payment__means__list__spWrapper__item__textWrapper__list__item {
    font-size: 16px;
    line-height: 21px;
  }
}
.rakuda__payment__problem {
  padding-bottom: 10%;
  position: relative;
}
.rakuda__payment__problem::after {
  position: absolute;
  content: "";
  background: url("../images/rakuda_arrow.png") no-repeat center/contain;
  width: 11%;
  padding-top: 10%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 639.98px) {
  .rakuda__payment__problem::after {
    width: 19%;
  }
}
.rakuda__payment__problem__title {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 53px;
  letter-spacing: 0.05em;
  text-align: center;
  padding-top: 4%;
  margin-bottom: 3%;
  color: #005bac;
}
@media screen and (max-width: 639.98px) {
  .rakuda__payment__problem__title {
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 29px;
    padding-top: 9%;
    margin-bottom: 5%;
  }
}
.rakuda__payment__problem__title__highlight {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 84px;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 639.98px) {
  .rakuda__payment__problem__title__highlight {
    font-size: 32px;
    font-weight: 600;
    line-height: 42px;
  }
}
.rakuda__payment__problem__list {
  background-color: #f9f9f9;
  border-radius: 40px;
  display: flex;
  margin: 0 5%;
  padding-top: 4%;
  border: 1px solid #dddddd;
}
@media screen and (max-width: 639.98px) {
  .rakuda__payment__problem__list {
    border: none;
    margin: 0 4%;
    flex-direction: column;
    background-color: #ffffff;
  }
}
@media screen and (max-width: 639.98px) {
  .rakuda__payment__problem__list__item {
    background-color: #f9f9f9;
    border-radius: 20px;
    border: 1px solid #dddddd;
  }
  .rakuda__payment__problem__list__item:first-child {
    margin-bottom: 30px;
  }
}
.rakuda__payment__problem__list__item__title {
  color: #005bac;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 42px;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 3%;
}
@media screen and (max-width: 639.98px) {
  .rakuda__payment__problem__list__item__title {
    padding-top: 24px;
  }
}
.rakuda__payment__problem__list__item__title__highlight {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 63px;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 639.98px) {
  .rakuda__payment__problem__list__item__title__highlight {
    font-size: 22px;
    line-height: 29px;
  }
}
@media screen and (max-width: 639.98px) {
  .rakuda__payment__problem__list__item__title {
    font-size: 16px;
    line-height: 21px;
  }
}
.rakuda__payment__problem__list__item__imgWrapper {
  position: relative;
  width: 47%;
  height: 0;
  padding-top: 52%;
  margin: 0 auto;
}
.rakuda__payment__problem__list__item__imgWrapper--patient {
  padding-top: 58%;
  width: 52%;
}
.rakuda__payment__problem__list__item__imgWrapper__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.rakuda__payment__problem__list__item__textWrapper {
  margin-bottom: 9%;
}
.rakuda__payment__problem__list__item__textWrapper__title {
  background-color: #ffffff;
  width: 33%;
  border: 4px solid #dddddd;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 37px;
  letter-spacing: 0.03em;
  text-align: center;
  box-sizing: border-box;
  border-radius: 40px;
  color: rgba(0, 0, 0, 0.5411764706);
}
.rakuda__payment__problem__list__item__textWrapper__title _:-ms-input-placeholder, :root .rakuda__payment__problem__list__item__textWrapper__title {
  color: rgba(0, 0, 0, 0.54);
  padding: 14px 0 0 0;
}
.rakuda__payment__problem__list__item__textWrapper__title {
  margin: 6% auto;
  padding: 1%;
}
@media screen and (max-width: 639.98px) {
  .rakuda__payment__problem__list__item__textWrapper__title {
    font-size: 16px;
    line-height: 21px;
  }
}
.rakuda__payment__problem__list__item__textWrapper__title--medicine {
  padding: 1%;
  width: 39%;
}
.rakuda__payment__problem__list__item__textWrapper__list {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 0.05em;
  color: #3c4449;
  margin-left: 7%;
  text-align: center;
}
@media screen and (max-width: 639.98px) {
  .rakuda__payment__problem__list__item__textWrapper__list {
    font-size: 16px;
    line-height: 24px;
    margin-left: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
}
@media screen and (max-width: 320px) {
  .rakuda__payment__problem__list__item__textWrapper__list {
    margin-left: 2%;
    text-align: left;
  }
}
.rakuda__payment__problem__list__item__textWrapper__list__item {
  position: relative;
  font-feature-settings: "pwid" on, "palt" on, "pkna" on;
  padding-left: 55px;
}
@media screen and (max-width: 639.98px) {
  .rakuda__payment__problem__list__item__textWrapper__list__item {
    padding-left: 33px;
  }
}
.rakuda__payment__problem__list__item__textWrapper__list__item:not(:last-child) {
  margin-bottom: 3%;
}
@media screen and (max-width: 320px) {
  .rakuda__payment__problem__list__item__textWrapper__list__item {
    padding-left: 11%;
  }
}
.rakuda__payment__problem__list__item__textWrapper__list__item--patient {
  display: inline-block;
  text-align: left;
  min-width: 512px;
}
@media screen and (max-width: 639.98px) {
  .rakuda__payment__problem__list__item__textWrapper__list__item--patient {
    min-width: 221px;
  }
}
@media screen and (max-width: 320px) {
  .rakuda__payment__problem__list__item__textWrapper__list__item--patient {
    display: block;
  }
}
.rakuda__payment__problem__list__item__textWrapper__list__item--patient::before {
  content: "";
  background: url("../images/problem_patient_cross.png") no-repeat center/contain;
  position: absolute;
  width: 40px;
  height: 40px;
}
@media all and (-ms-high-contrast: none) {
  .rakuda__payment__problem__list__item__textWrapper__list__item--patient::before {
    top: -19%;
  }
}
@media screen and (max-width: 639.98px) {
  .rakuda__payment__problem__list__item__textWrapper__list__item--patient::before {
    width: 24px;
    height: 24px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.rakuda__payment__problem__list__item__textWrapper__list__item--patient::before {
  left: 0;
}
.rakuda__payment__problem__list__item__textWrapper__list__item--medicine {
  text-align: left;
  display: inline-block;
  min-width: 561px;
}
@media screen and (max-width: 639.98px) {
  .rakuda__payment__problem__list__item__textWrapper__list__item--medicine {
    min-width: 293px;
    margin-left: 5px;
  }
}
@media screen and (max-width: 320px) {
  .rakuda__payment__problem__list__item__textWrapper__list__item--medicine {
    display: block;
    min-width: 275px;
  }
}
.rakuda__payment__problem__list__item__textWrapper__list__item--medicine::before {
  content: "";
  background: url("../images/problem_medicine_cross.png") no-repeat center/contain;
  position: absolute;
  width: 40px;
  height: 40px;
}
@media all and (-ms-high-contrast: none) {
  .rakuda__payment__problem__list__item__textWrapper__list__item--medicine::before {
    top: -16%;
  }
}
@media screen and (max-width: 639.98px) {
  .rakuda__payment__problem__list__item__textWrapper__list__item--medicine::before {
    width: 24px;
    height: 24px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.rakuda__payment__problem__list__item__textWrapper__list__item--medicine::before {
  left: 0;
}
.rakuda__payment__rakuda {
  text-align: center;
  background-color: #fffbdb;
  padding-top: 4%;
}
@media screen and (max-width: 639.98px) {
  .rakuda__payment__rakuda {
    padding-bottom: 15%;
    padding-top: 9%;
  }
}
.rakuda__payment__rakuda__title {
  margin-bottom: 1%;
}
@media all and (-ms-high-contrast: none) {
  .rakuda__payment__rakuda__title {
    margin-bottom: 2%;
  }
}
.rakuda__payment__rakuda__title__text {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 72px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #eb5700;
}
@media screen and (max-width: 639.98px) {
  .rakuda__payment__rakuda__title__text {
    font-size: 24px;
    line-height: 32px;
  }
}
.rakuda__payment__rakuda__title__text__small {
  display: block;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 42px;
  letter-spacing: 0.05em;
  text-align: center;
  color: rgba(0, 0, 0, 0.5411764706);
}
@media screen and (max-width: 639.98px) {
  .rakuda__payment__rakuda__title__text__small {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 6px;
  }
}
.rakuda__payment__rakuda__title__name {
  position: relative;
  width: 60%;
  padding-top: 10%;
  margin: 0 auto;
}
@media screen and (max-width: 639.98px) {
  .rakuda__payment__rakuda__title__name {
    width: 91%;
    padding-top: 15%;
    margin-top: 6px;
    margin-bottom: 32px;
  }
}
.rakuda__payment__rakuda__title__name__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.rakuda__payment__rakuda__description {
  margin-bottom: 10%;
}
.rakuda__payment__rakuda__description__text {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #3c4449;
}
@media screen and (max-width: 639.98px) {
  .rakuda__payment__rakuda__description__text {
    font-size: 16px;
    line-height: 21px;
  }
}
.rakuda__payment__rakuda__description__text__highlight {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: 84px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #eb5700;
}
@media screen and (max-width: 639.98px) {
  .rakuda__payment__rakuda__description__text__highlight {
    font-size: 32px;
    line-height: 42px;
    font-weight: 400;
  }
}
@media screen and (max-width: 639.98px) {
  .rakuda__payment__rakuda__description__text__highlight__spSpan {
    display: inline-block;
    margin-bottom: 19px;
  }
}
.rakuda__payment__rakuda__images {
  display: flex;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 639.98px) {
  .rakuda__payment__rakuda__images {
    padding-top: 40%;
  }
}
.rakuda__payment__rakuda__images::before {
  content: "";
  position: absolute;
  width: 30%;
  top: -35%;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 30%;
  background: url("../images/rakuda_badge.png") no-repeat center/contain;
}
@media screen and (max-width: 639.98px) {
  .rakuda__payment__rakuda__images::before {
    width: 64%;
    padding-top: 64%;
    top: -5%;
  }
}
.rakuda__payment__rakuda__images__imgWrapper {
  position: relative;
  width: 16%;
}
.rakuda__payment__rakuda__images__imgWrapper:not(:last-child) {
  margin-right: 28%;
}
.rakuda__payment__rakuda__images__imgWrapper__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.rakuda__payment__rakuda__images__imgWrapper--patient {
  width: 15%;
  padding-top: 20%;
  margin-top: 4%;
}
@media screen and (max-width: 639.98px) {
  .rakuda__payment__rakuda__images__imgWrapper--patient {
    width: 38%;
    padding-top: 46%;
    margin-top: 5%;
  }
}
.rakuda__payment__rakuda__images__imgWrapper--medicine {
  width: 13%;
  padding-top: 22%;
  margin-top: 1%;
}
@media screen and (max-width: 639.98px) {
  .rakuda__payment__rakuda__images__imgWrapper--medicine {
    width: 30%;
    padding-top: 52%;
  }
}
.rakuda__payment__rakuda__images::after {
  content: "";
  background: url("../images/rakuda_annotation_imgText.svg") no-repeat center/contain;
  position: absolute;
  left: 76%;
  bottom: 4%;
  width: 179px;
  height: 11px;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0.05em;
  text-align: center;
  color: rgba(0, 0, 0, 0.5411764706);
}
@media screen and (max-width: 639.98px) {
  .rakuda__payment__rakuda__images::after {
    left: auto;
    right: 3%;
    bottom: -8%;
  }
}
.rakuda__feature {
  width: 100%;
  padding-top: 1%;
}
@media screen and (max-width: 639.98px) {
  .rakuda__feature {
    padding-bottom: 11%;
    padding-top: 11%;
  }
}
.rakuda__feature__list {
  margin-bottom: 126px;
}
@media screen and (max-width: 639.98px) {
  .rakuda__feature__list {
    margin-bottom: 56px;
  }
}
.rakuda__feature__list__item {
  width: 100%;
  margin-bottom: 8.6%;
}
@media screen and (max-width: 639.98px) {
  .rakuda__feature__list__item {
    margin-bottom: 16%;
  }
}
.rakuda__feature__list__item__title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 4.5%;
}
@media screen and (max-width: 639.98px) {
  .rakuda__feature__list__item__title {
    flex-direction: column;
    margin-bottom: 0;
  }
}
.rakuda__feature__list__item__title__imgWrapper {
  position: relative;
  width: 27%;
  height: 0;
  padding-top: 4%;
}
@media screen and (max-width: 639.98px) {
  .rakuda__feature__list__item__title__imgWrapper {
    width: 53%;
    padding-top: 8%;
    margin-bottom: 1%;
  }
}
.rakuda__feature__list__item__title__imgWrapper__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.rakuda__feature__list__item__title__text {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 600;
  line-height: 85px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #3c4449;
}
@media screen and (min-width: 640px) {
  .rakuda__feature__list__item__title__text {
    width: 600px;
  }
}
.rakuda__feature__list__item__title__text _:-ms-input-placeholder, :root .rakuda__feature__list__item__title__text {
  padding-top: 26px;
}
@media screen and (min-width: 640px) {
  .rakuda__feature__list__item__title__text--medicine {
    width: 650px;
  }
}
@media screen and (max-width: 639.98px) {
  .rakuda__feature__list__item__title__text {
    font-size: 26px;
    line-height: 33px;
  }
}
.rakuda__feature__list__item__title__text__highlight {
  color: #619500;
  margin: 0 -3%;
}
@media screen and (max-width: 639.98px) {
  .rakuda__feature__list__item__title__text__highlight {
    margin-left: -12px;
    margin-right: -12px;
  }
}
.rakuda__feature__list__item__title__text__highlight--medicine {
  color: #f24497;
}
@media screen and (max-width: 639.98px) {
  .rakuda__feature__list__item__title__text__highlight--medicine {
    margin-right: 0;
    margin-left: -9px;
  }
}
.rakuda__feature__list__item__body {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 639.98px) {
  .rakuda__feature__list__item__body {
    display: block;
    position: relative;
  }
}
.rakuda__feature__list__item__body__imgWrapper {
  position: relative;
  width: 25%;
  height: 0;
  padding-top: 46%;
}
@media screen and (max-width: 639.98px) {
  .rakuda__feature__list__item__body__imgWrapper {
    position: absolute;
    width: 48%;
    padding-top: 92%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}
.rakuda__feature__list__item__body__imgWrapper--medicine {
  padding-top: 38%;
  width: 32%;
}
@media screen and (max-width: 639.98px) {
  .rakuda__feature__list__item__body__imgWrapper--medicine {
    top: 0;
    width: 55%;
    padding-top: 64%;
    z-index: -1;
  }
}
.rakuda__feature__list__item__body__imgWrapper__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.rakuda__feature__list__item__body__list {
  width: 54%;
}
@media screen and (max-width: 639.98px) {
  .rakuda__feature__list__item__body__list {
    width: 100%;
    padding: 44% 4% 0 4%;
  }
}
.rakuda__feature__list__item__body__list--patient {
  margin-left: 5%;
}
@media screen and (max-width: 639.98px) {
  .rakuda__feature__list__item__body__list--patient {
    margin-left: auto;
  }
}
.rakuda__feature__list__item__body__list--medicine {
  margin-right: 1%;
}
@media screen and (max-width: 639.98px) {
  .rakuda__feature__list__item__body__list--medicine {
    margin-left: auto;
    padding: 53% 4% 0 4%;
  }
}
.rakuda__feature__list__item__body__list__item {
  padding: 6% 2% 6% 4%;
  position: relative;
  display: flex;
  align-items: center;
}
.rakuda__feature__list__item__body__list__item:not(:last-child) {
  margin-bottom: 3%;
}
@media screen and (max-width: 639.98px) {
  .rakuda__feature__list__item__body__list__item {
    flex-direction: column;
    padding: 4% 1% 4% 1%;
  }
}
.rakuda__feature__list__item__body__list__item--patient {
  background-color: #eeffce;
}
.rakuda__feature__list__item__body__list__item--medicine {
  background-color: #fff4f7;
}
.rakuda__feature__list__item__body__list__item {
  border-radius: 16px;
}
.rakuda__feature__list__item__body__list__item__imgWrapper {
  flex: 8;
  position: relative;
  width: 16%;
  height: 0;
  padding-top: 18%;
  padding-right: 18px;
}
@media screen and (max-width: 639.98px) {
  .rakuda__feature__list__item__body__list__item__imgWrapper {
    width: 14%;
    padding-top: 14%;
  }
}
.rakuda__feature__list__item__body__list__item__imgWrapper__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.rakuda__feature__list__item__body__list__item__textWrapper {
  flex: 45;
}
@media screen and (max-width: 639.98px) {
  .rakuda__feature__list__item__body__list__item__textWrapper {
    margin-top: 6px;
  }
}
.rakuda__feature__list__item__body__list__item__textWrapper__title {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-feature-settings: "pwid" on, "palt" on, "pkna" on;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 53px;
  letter-spacing: 0em;
  text-align: center;
  color: #3c4449;
}
@media screen and (max-width: 639.98px) {
  .rakuda__feature__list__item__body__list__item__textWrapper__title {
    font-size: 22px;
    line-height: 29px;
    letter-spacing: 0.05em;
  }
}
.rakuda__feature__list__item__body__list__item__textWrapper__body {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-feature-settings: "pwid" on, "palt" on, "pkna" on;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 0.02em;
  text-align: center;
  color: rgba(0, 0, 0, 0.5411764706);
}
@media screen and (max-width: 639.98px) {
  .rakuda__feature__list__item__body__list__item__textWrapper__body {
    font-size: 15px;
    line-height: 23px;
  }
}
.rakuda__movie {
  width: 100%;
  padding: 0 7.5%;
}
@media screen and (min-width: 640px) and (max-width: 833.98px) {
  .rakuda__movie {
    width: 100%;
    margin: 0;
  }
}
.rakuda__movie__iframe {
  border-radius: 24px;
  width: 100%;
  height: 40vw;
  margin: 7% 0;
}
@media screen and (min-width: 640px) and (max-width: 833.98px) {
  .rakuda__movie__iframe {
    height: 66vw;
  }
}
.rakuda__flow__list {
  margin-bottom: 126px;
}
@media screen and (max-width: 639.98px) {
  .rakuda__flow__list {
    margin-bottom: 56px;
  }
}
.rakuda__flow__list__item {
  width: 100%;
}
.rakuda__flow__list__item:not(:last-child) {
  margin-bottom: 10%;
}
.rakuda__flow__list__item__title {
  text-align: center;
  background-color: #fff4f7;
  margin: 0 100px;
  border-radius: 40px 40px 0 0;
  padding: 3% 0 26px 0;
}
@media all and (-ms-high-contrast: none) {
  .rakuda__flow__list__item__title {
    padding: 5% 0 1% 0;
  }
}
@media screen and (max-width: 639.98px) {
  .rakuda__flow__list__item__title {
    margin: 0 4%;
    border-radius: 8px 8px 0 0;
    padding: 3% 0 24px 0;
  }
}
.rakuda__flow__list__item__title--patient {
  background-color: #fffbec;
}
.rakuda__flow__list__item__title__text {
  margin: 0 auto;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 74px;
  letter-spacing: 0.05em;
  color: #3c4449;
}
@media screen and (max-width: 639.98px) {
  .rakuda__flow__list__item__title__text {
    font-size: 26px;
    line-height: 33px;
    padding-top: 16px;
  }
}
.rakuda__flow__list__item__title__text__withImg {
  position: relative;
  margin-right: 5%;
}
.rakuda__flow__list__item__title__text__withImg--medicine::after {
  background: url("../images/rakuda_medicine.png") no-repeat center/contain;
  position: absolute;
  content: "";
  width: 17%;
  height: 162%;
  bottom: 0;
}
@media screen and (max-width: 639.98px) {
  .rakuda__flow__list__item__title__text__withImg--medicine {
    margin-right: 9%;
  }
}
.rakuda__flow__list__item__title__text__withImg--patient::after {
  background: url("../images/rakuda_step_patient.png") no-repeat center/contain;
  position: absolute;
  content: "";
  width: 26%;
  height: 135%;
  bottom: 0;
}
@media screen and (max-width: 639.98px) {
  .rakuda__flow__list__item__title__text__withImg--patient::after {
    width: 32%;
    height: 162%;
  }
}
@media screen and (max-width: 639.98px) {
  .rakuda__flow__list__item__title__text__withImg--patient {
    margin-right: 10%;
  }
}
.rakuda__flow__list__item__title__text__highlight {
  color: #eb5700;
  margin-right: -1%;
  margin-left: -1%;
}
@media screen and (max-width: 639.98px) {
  .rakuda__flow__list__item__title__text__highlight {
    margin-right: -1%;
    margin-left: -1%;
  }
}
.rakuda__flow__list__item__title__text__highlight--patient {
  margin-left: -1%;
}
.rakuda__flow__list__item__title__description {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 60px;
  letter-spacing: 0.05em;
  color: rgba(0, 0, 0, 0.5411764706);
}
@media screen and (max-width: 639.98px) {
  .rakuda__flow__list__item__title__description {
    font-size: 22px;
    line-height: 29px;
    margin-top: 1.5%;
  }
}
.rakuda__flow__list__item__highlight {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 600;
  line-height: 85px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #3c4449;
  padding: 2% 0;
  font-feature-settings: "pwid" on, "palt" on, "pkna" on;
}
@media all and (-ms-high-contrast: none) {
  .rakuda__flow__list__item__highlight {
    padding: 3% 0 1% 0;
  }
}
@media screen and (max-width: 639.98px) {
  .rakuda__flow__list__item__highlight {
    font-size: 24px;
    line-height: 30px;
    padding: 3% 0;
  }
}
.rakuda__flow__list__item__highlight__highlight {
  color: #eb5700;
  margin-right: -23px;
}
@media screen and (max-width: 639.98px) {
  .rakuda__flow__list__item__highlight__highlight {
    margin-right: -1%;
  }
}
.rakuda__flow__list__item__body {
  background-color: #fff4f7;
  position: relative;
  margin: 0 100px;
}
@media screen and (max-width: 639.98px) {
  .rakuda__flow__list__item__body {
    margin: 0 4%;
    border-radius: 0 0 8% 8%;
  }
}
.rakuda__flow__list__item__body--medicine {
  border-radius: 0 0 40px 40px;
}
@media screen and (max-width: 639.98px) {
  .rakuda__flow__list__item__body--medicine {
    border-radius: 0 0 8px 8px;
    overflow: hidden;
  }
}
.rakuda__flow__list__item__body--medicine::before {
  position: absolute;
  background: url("../images/rakuda_arrow.png") no-repeat center/contain;
  content: "";
  width: 14%;
  padding-top: 9%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 639.98px) {
  .rakuda__flow__list__item__body--medicine::before {
    width: 33%;
    padding-top: 22%;
  }
}
.rakuda__flow__list__item__body--medicine::after {
  position: absolute;
  content: "";
  background: url("../images/feature_medicine.png") no-repeat center/contain;
  bottom: 0;
  right: 0;
  width: 24%;
  padding-top: 28%;
}
@media screen and (max-width: 639.98px) {
  .rakuda__flow__list__item__body--medicine::after {
    width: 32%;
    padding-top: 39%;
    bottom: -15px;
  }
}
.rakuda__flow__list__item__body--patient {
  background-color: #fffbec;
  border-radius: 0 0 40px 40px;
}
@media screen and (max-width: 639.98px) {
  .rakuda__flow__list__item__body--patient {
    margin-bottom: 15%;
    border-radius: 0 0 8px 8px;
  }
}
.rakuda__flow__list__item__body__title {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 8%;
  padding-bottom: 3%;
}
@media screen and (max-width: 639.98px) {
  .rakuda__flow__list__item__body__title {
    padding-top: 21%;
  }
}
.rakuda__flow__list__item__body__title__imgWrapper {
  position: relative;
  width: 300px;
  height: 0;
  padding-top: 47px;
  margin-right: 1%;
}
@media all and (-ms-high-contrast: none) {
  .rakuda__flow__list__item__body__title__imgWrapper {
    margin-top: -4px;
  }
}
@media screen and (max-width: 639.98px) {
  .rakuda__flow__list__item__body__title__imgWrapper {
    width: 44%;
    padding-top: 7%;
    margin-right: 2%;
  }
}
.rakuda__flow__list__item__body__title__imgWrapper__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.rakuda__flow__list__item__body__title__text {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 53px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #eb5700;
}
@media all and (-ms-high-contrast: none) {
  .rakuda__flow__list__item__body__title__text {
    padding-top: 15px;
  }
}
@media screen and (max-width: 639.98px) {
  .rakuda__flow__list__item__body__title__text {
    font-size: 22px;
    line-height: 29px;
  }
}
.rakuda__flow__list__item__body__list {
  display: flex;
  margin-left: 4%;
  padding-bottom: 3%;
}
@media screen and (max-width: 639.98px) {
  .rakuda__flow__list__item__body__list {
    flex-wrap: wrap;
    padding-bottom: 10%;
  }
}
.rakuda__flow__list__item__body__list--patient {
  margin-left: 0;
  padding: 0 2% 5% 2%;
  justify-content: center;
}
@media screen and (max-width: 639.98px) {
  .rakuda__flow__list__item__body__list--patient {
    flex-direction: column;
    justify-content: center;
    flex-wrap: nowrap;
    padding: 0 2% 40px 2%;
  }
}
.rakuda__flow__list__item__body__list__item--medicine {
  width: 19%;
  height: 0;
  padding-top: 17%;
  border-radius: 50%;
  text-indent: -9999px;
}
.rakuda__flow__list__item__body__list__item--medicine:not(:last-child) {
  margin-right: 1.3%;
}
@media screen and (max-width: 639.98px) {
  .rakuda__flow__list__item__body__list__item--medicine {
    width: 33%;
    padding-top: 33%;
  }
  .rakuda__flow__list__item__body__list__item--medicine:first-child {
    margin-left: 14%;
  }
  .rakuda__flow__list__item__body__list__item--medicine:nth-child(3) {
    margin-left: 4%;
  }
}
.rakuda__flow__list__item__body__list__item--1 {
  margin-bottom: 5px;
}
.rakuda__flow__list__item__body__list__item--1 {
  background: url("../images/rakuda_flow_1.png") no-repeat center/contain;
}
.rakuda__flow__list__item__body__list__item--2 {
  background: url("../images/rakuda_flow_2.png") no-repeat center/contain;
}
.rakuda__flow__list__item__body__list__item--3 {
  background: url("../images/rakuda_flow_3.png") no-repeat center/contain;
}
.rakuda__flow__list__item__body__list__item--4 {
  background: url("../images/rakuda_flow_4.png") no-repeat center/contain;
}
@media screen and (min-width: 640px) {
  .rakuda__flow__list__item__body__list__item--patient {
    width: 33%;
  }
  .rakuda__flow__list__item__body__list__item--patient:last-child {
    width: 39%;
  }
}
@media screen and (max-width: 639.98px) {
  .rakuda__flow__list__item__body__list__item--patient {
    margin-bottom: 40px;
  }
  .rakuda__flow__list__item__body__list__item--patient:last-child {
    margin-bottom: 0;
  }
}
.rakuda__flow__list__item__body__list__item__imgWrapper {
  position: relative;
  width: 80%;
  padding-top: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 639.98px) {
  .rakuda__flow__list__item__body__list__item__imgWrapper {
    width: 52%;
    padding-top: 52%;
  }
}
.rakuda__flow__list__item__body__list__item__imgWrapper__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 640px) {
  .rakuda__flow__list__item__body__list__item__imgWrapper--home {
    width: 68%;
    padding-top: 68%;
  }
}
.rakuda__flow__list__item__body__list__item__textWrapper__title {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 67px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #eb5700;
}
@media screen and (max-width: 639.98px) {
  .rakuda__flow__list__item__body__list__item__textWrapper__title {
    font-size: 24px;
    line-height: 34px;
  }
}
.rakuda__flow__list__item__body__list__item__textWrapper__body {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #3c4449;
}
@media screen and (max-width: 639.98px) {
  .rakuda__flow__list__item__body__list__item__textWrapper__body {
    font-size: 15px;
    line-height: 23px;
  }
}
.rakuda__faq {
  padding-bottom: 80px;
  background-color: #f3f3f3;
}
@media screen and (max-width: 639.98px) {
  .rakuda__faq {
    padding-bottom: 35px;
  }
}
.rakuda__faq__title {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 62px;
  letter-spacing: 0.01em;
  text-align: center;
  color: #eb5700;
  margin-bottom: 48px;
  padding-top: 4%;
}
@media screen and (max-width: 639.98px) {
  .rakuda__faq__title {
    font-size: 36px;
    font-weight: 400;
    line-height: 47px;
    letter-spacing: 0em;
    padding-top: 48px;
    margin-bottom: 32px;
  }
}
.rakuda__faq__list {
  max-width: 1052px;
  margin: 0 auto;
  background-color: #ffffff;
}
@media screen and (min-width: 640px) {
  .rakuda__faq__list {
    padding: 46px 56px;
    border-radius: 16px;
  }
}
@media screen and (max-width: 639.98px) {
  .rakuda__faq__list {
    background-color: #f3f3f3;
    border-radius: 0;
    margin-left: 19px;
    margin-right: 19px;
  }
}
.rakuda__faq__list__item {
  background-color: #ffffff;
}
@media screen and (max-width: 639.98px) {
  .rakuda__faq__list__item {
    margin-bottom: 8px;
    border-radius: 3px;
  }
  .rakuda__faq__list__item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.rakuda__faq__list__item__question {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3% 0;
  font-feature-settings: "pwid" on, "palt" on, "pkna" on;
}
@media screen and (min-width: 640px) {
  .rakuda__faq__list__item__question:hover {
    background-color: #f5f5f5;
  }
}
@media screen and (max-width: 639.98px) {
  .rakuda__faq__list__item__question {
    padding: 3%;
  }
}
.rakuda__faq__list__item__question::before {
  position: absolute;
  left: 1%;
  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: #eb5700;
}
@media all and (-ms-high-contrast: none) {
  .rakuda__faq__list__item__question::before {
    transform: translateY(22%);
  }
}
@media screen and (max-width: 639.98px) {
  .rakuda__faq__list__item__question::before {
    content: "";
    width: 0;
    height: 0;
  }
}
.rakuda__faq__list__item__question__text {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.04em;
  color: #eb5700;
  padding: 0 6%;
  left: 55px;
  -webkit-user-select: none; /* Safari用 */
  -moz-user-select: none; /* Firefox用 */
  -ms-user-select: none; /* IE10+/Edge(旧)用 */
  user-select: none; /* 標準プロパティ（Edge/Chrome等） */
}
@media all and (-ms-high-contrast: none) {
  .rakuda__faq__list__item__question__text {
    padding-top: 12px;
  }
}
@media screen and (max-width: 639.98px) {
  .rakuda__faq__list__item__question__text {
    font-size: 18px;
    line-height: 29px;
    letter-spacing: 0.08em;
    left: 10px;
    padding: 0;
    margin-right: 40px;
  }
}
@media screen and (max-width: 639.98px) and (-ms-high-contrast: none) {
  .rakuda__faq__list__item__question__text {
    padding-top: 12px;
  }
}
.rakuda__faq__list__item__question__button {
  position: absolute;
  right: 2%;
  text-indent: -9999px;
  background: url("../images/faq_open.png") no-repeat center/contain;
  width: 23px;
  height: 23px;
}
@media all and (-ms-high-contrast: none) {
  .rakuda__faq__list__item__question__button {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 639.98px) {
  .rakuda__faq__list__item__question__button {
    right: 24px;
  }
}
.rakuda__faq__list__item__answer {
  width: 100%;
  position: relative;
  display: none;
  padding: 2% 6%;
}
@media screen and (max-width: 639.98px) {
  .rakuda__faq__list__item__answer {
    padding: 0% 6% 5% 3%;
  }
}
.rakuda__faq__list__item__answer::before {
  position: absolute;
  content: "A";
  left: 1%;
  width: 21px;
  height: 26px;
  font-family: Helvetica;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0em;
  color: #6a6a70;
}
@media all and (-ms-high-contrast: none) {
  .rakuda__faq__list__item__answer::before {
    top: 15px;
  }
}
@media screen and (max-width: 639.98px) {
  .rakuda__faq__list__item__answer::before {
    content: "";
    width: 0;
    height: 0;
  }
}
.rakuda__faq__list__item__answer__text {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-feature-settings: "pwid" on, "palt" on, "pkna" on;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.04em;
  text-align: left;
  color: #6a6a70;
  left: 55px;
}
@media screen and (max-width: 639.98px) {
  .rakuda__faq__list__item__answer__text {
    left: 0;
    font-size: 16px;
    line-height: 26px;
    min-height: 50px;
  }
}
.rakuda__faq__list__item__answer__text__link {
  color: #0000ee;
  text-decoration: underline;
}
.rakuda__faq__list__item__answer__text__link:visited {
  color: #551a8b;
  text-decoration: underline;
}
.rakuda__faq__list__item__answer__text__link:active {
  color: #ff0000;
  text-decoration: underline;
}
.rakuda__caseStudy {
  padding: 99px 0 120px;
}
@media screen and (max-width: 639.98px) {
  .rakuda__caseStudy {
    padding: 29px 16px 20px;
  }
}
.rakuda__caseStudy__inner {
  overflow: hidden;
  margin: 0 auto;
  max-width: 1216px;
  color: #005bac;
  text-align: center;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  background-color: #f2f7f9;
  position: relative;
  border-radius: 16px;
}
@media screen and (max-width: 639.98px) {
  .rakuda__caseStudy__inner {
    padding-bottom: 30px;
  }
}
.rakuda__caseStudy__inner__title {
  font-size: 48px;
  line-height: 62px;
  letter-spacing: 0.01em;
  margin-bottom: 20px;
  padding-top: 82px;
}
@media screen and (max-width: 639.98px) {
  .rakuda__caseStudy__inner__title {
    font-size: 40px;
    line-height: 52px;
    padding-top: 44px;
  }
}
.rakuda__caseStudy__inner__description {
  font-size: 30px;
  line-height: 50px;
  letter-spacing: 0.04em;
  margin-bottom: 28px;
}
@media screen and (max-width: 639.98px) {
  .rakuda__caseStudy__inner__description {
    font-size: 18px;
    line-height: 29px;
    letter-spacing: 0.02em;
    padding: 0 5px;
    margin-bottom: 34px;
  }
}
.rakuda__caseStudy__inner__linkWrapper {
  font-size: 28px;
  line-height: 39px;
  letter-spacing: 0em;
  background-color: #ffffff;
  mix-blend-mode: normal;
  border: 1px solid #005bac;
  box-sizing: border-box;
  box-shadow: 1px 4px 12px rgba(0, 0, 0, 0.4);
  border-radius: 12px;
  display: inline-block;
  width: 346px;
  height: 80px;
  position: relative;
  margin-bottom: 38px;
}
@media screen and (max-width: 639.98px) {
  .rakuda__caseStudy__inner__linkWrapper {
    width: 262px;
    height: 61px;
    margin-bottom: 14%;
    font-size: 21px;
    line-height: 29px;
    letter-spacing: 0.02em;
  }
}
.rakuda__caseStudy__inner__linkWrapper__link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.rakuda__caseStudy__inner__linkWrapper__link:hover {
  color: #1a79ce;
}
.rakuda__caseStudy__inner__linkWrapper__link:active {
  color: #0f1f82;
}
.rakuda__caseStudy__inner__linkWrapper__link _:-ms-input-placeholder, :root .rakuda__caseStudy__inner__linkWrapper__link {
  padding-top: 15px;
}
.rakuda__caseStudy__inner__imgWrapper {
  background: url("../images/caseStudy_building.png") no-repeat bottom/contain;
  width: 982px;
  margin: 0 auto;
}
@media screen and (max-width: 639.98px) {
  .rakuda__caseStudy__inner__imgWrapper {
    background: url("../images/caseStudy_building_sp.png") no-repeat bottom/contain;
    width: auto;
    height: 0;
    padding-top: 35%;
    position: relative;
  }
  .rakuda__caseStudy__inner__imgWrapper::after {
    position: absolute;
    display: block;
    content: "";
    background-color: #f2f7f9;
    width: 110%;
    height: 70%;
    bottom: -32%;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.rakuda__caseStudy__inner__imgWrapper__person {
  width: 260px;
  height: 180px;
}
@media screen and (max-width: 639.98px) {
  .rakuda__caseStudy__inner__imgWrapper__person {
    width: 50%;
    height: 90%;
    position: absolute;
    bottom: 30%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.rakuda__caseStudy__inner__logoWrapper {
  display: none;
}
@media screen and (max-width: 639.98px) {
  .rakuda__caseStudy__inner__logoWrapper {
    display: block;
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
}
@media screen and (max-width: 639.98px) {
  .rakuda__caseStudy__inner__logoWrapper__logo {
    z-index: 1;
    height: 7%;
    width: 50%;
  }
}
.rakuda__relatedProducts {
  height: 675px;
  margin: 0 auto;
}
@media screen and (max-width: 639.98px) {
  .rakuda__relatedProducts {
    width: 100%;
    height: 564px;
    min-width: auto;
  }
}
.rakuda__relatedProducts__title {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 62px;
  letter-spacing: 0.01em;
  text-align: center;
  color: #eb5700;
  margin-bottom: 32px;
  margin-top: 67px;
}
.rakuda__relatedProducts__title _:-ms-input-placeholder, :root .rakuda__relatedProducts__title {
  padding-top: 5px;
}
@media screen and (max-width: 639.98px) {
  .rakuda__relatedProducts__title {
    font-size: 36px;
    line-height: 47px;
    letter-spacing: 0em;
    margin-bottom: 35px;
    margin-top: 100px;
  }
}
.rakuda__relatedProducts__description {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  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) {
  .rakuda__relatedProducts__description {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.02em;
    margin-bottom: 47px;
  }
}
.rakuda__relatedProducts__description__brSp {
  display: none;
}
@media screen and (max-width: 639.98px) {
  .rakuda__relatedProducts__description__brSp {
    display: block;
  }
}
.rakuda__relatedProducts__list {
  display: flex;
  justify-content: center;
  overflow-x: auto;
  padding-bottom: 10px;
}
@media screen and (max-width: 639.98px) {
  .rakuda__relatedProducts__list {
    display: block;
    width: 100%;
    height: 416px;
    margin: 0;
    padding: 0;
  }
}
.rakuda__relatedProducts__list__item {
  flex: 0 0 336px;
  height: 336px;
  position: relative;
  margin-right: 26px;
  border-radius: 8px;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.06);
}
.rakuda__relatedProducts__list__item__prev {
  background-color: green;
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 639.98px) {
  .rakuda__relatedProducts__list__item {
    margin: 0 8px;
    border-radius: 0;
    box-shadow: none;
  }
}
.rakuda__relatedProducts__list__item__inner {
  height: 100%;
}
@media screen and (max-width: 639.98px) {
  .rakuda__relatedProducts__list__item__inner {
    padding: 10px;
    margin: -50px;
    width: 100%;
    max-width: 316px;
    height: 320px;
    border: 1px solid #dddddd;
    box-shadow: 0px 8px 36px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    margin: 0 auto;
    margin-bottom: 29px;
    padding: 8px;
  }
}
.rakuda__relatedProducts__list__item__thumb {
  position: relative;
  width: 100%;
  height: 157px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
}
.rakuda__relatedProducts__list__item__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 100%;
  background-color: #ffffff;
}
.rakuda__relatedProducts__list__item__img--fch950 {
  padding-top: 10px;
}
.rakuda__relatedProducts__list__item__header {
  margin: 21px 20px 0;
}
@media screen and (max-width: 639.98px) {
  .rakuda__relatedProducts__list__item__header {
    margin-top: 13px;
  }
}
.rakuda__relatedProducts__list__item__header__model {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  color: #85878b;
}
.rakuda__relatedProducts__list__item__header__machine {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: 0.03em;
  text-align: left;
  color: #3c4449;
}
@media screen and (max-width: 639.98px) {
  .rakuda__relatedProducts__list__item__header__machine {
    font-size: 21px;
    line-height: 34px;
    letter-spacing: 0.02em;
  }
}
.rakuda__relatedProducts__list__item__header__desc {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.03em;
  text-align: left;
  color: rgba(0, 0, 0, 0.3294117647);
}
@media screen and (max-width: 639.98px) {
  .rakuda__relatedProducts__list__item__header__desc {
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 23px;
    letter-spacing: 0.02em;
  }
}
.rakuda__relatedProducts__list__item__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}
.rakuda__relatedProducts__list__item:hover {
  box-shadow: 0px 8px 36px 0px rgba(0, 0, 0, 0.0588235294);
}
.rakuda__company__content {
  width: 100%;
  margin: 0 auto;
  display: flex;
  color: r;
}
@media screen and (max-width: 639.98px) {
  .rakuda__company__content {
    display: block;
    margin-bottom: 41px;
  }
}
.rakuda__company__content__imageWrapper {
  position: relative;
  width: 100%;
  flex: 1;
}
@media screen and (max-width: 639.98px) {
  .rakuda__company__content__imageWrapper {
    display: none;
  }
}
.rakuda__company__content__imageWrapper__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.rakuda__company__content__info {
  flex: 1;
}
.rakuda__company__content__info__title {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: 57px;
  letter-spacing: 0.01em;
  text-align: left;
  color: #0f1f82;
  padding-top: 64px;
  padding-left: 20px;
}
@media screen and (max-width: 639.98px) {
  .rakuda__company__content__info__title {
    padding-top: 35px;
    padding-left: 10px;
    padding-bottom: 34px;
  }
}
.rakuda__company__content__info__title__small {
  display: block;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  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) {
  .rakuda__company__content__info__title__small {
    margin-bottom: 14px;
  }
}
@media screen and (min-width: 640px) {
  .rakuda__company__content__info__imageWrapper {
    display: none;
  }
}
@media screen and (max-width: 639.98px) {
  .rakuda__company__content__info__imageWrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 50%;
  }
}
@media screen and (max-width: 639.98px) {
  .rakuda__company__content__info__imageWrapper__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 640px) {
  .rakuda__company__content__info__body {
    color: #85878b;
    padding-left: 34px;
    padding-top: 48px;
    padding-bottom: 67px;
  }
}
.rakuda__company__content__info__body__list {
  padding-right: 5px;
}
@media screen and (max-width: 639.98px) {
  .rakuda__company__content__info__body__list {
    margin-top: 23px;
    margin-right: 5px;
    margin-left: 13px;
    padding-right: 0;
  }
}
.rakuda__company__content__info__body__list__item {
  color: #85878b;
  font-feature-settings: "pwid" on, "palt" on, "pkna" on;
  position: relative;
  padding-left: 100px;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 31px;
  letter-spacing: 0.04em;
  text-align: left;
}
@media screen and (max-width: 639.98px) {
  .rakuda__company__content__info__body__list__item {
    color: rgba(0, 0, 0, 0.5411764706);
    position: relative;
    padding-left: 74px;
    font-size: 16px;
    font-weight: 600;
    line-height: 27px;
    letter-spacing: 0.04em;
  }
}
.rakuda__company__content__info__body__list__item__title {
  position: absolute;
  left: 0;
}
.rakuda__company__content__info__body__list__item__title__conma {
  position: absolute;
  left: 85px;
}
@media screen and (max-width: 639.98px) {
  .rakuda__company__content__info__body__list__item__title__conma {
    left: 67px;
  }
}
@media screen and (min-width: 640px) {
  .rakuda__company__content__info__body__history {
    margin-top: 26px;
  }
}
@media screen and (max-width: 639.98px) {
  .rakuda__company__content__info__body__history {
    margin-top: 19px;
    margin-left: 13px;
  }
}
.rakuda__company__content__info__body__history__title {
  color: rgba(0, 0, 0, 0.5411764706);
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.02em;
  text-align: left;
}
@media screen and (max-width: 639.98px) {
  .rakuda__company__content__info__body__history__title {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
  }
}
.rakuda__company__content__info__body__history__list {
  margin-left: 1px;
}
.rakuda__company__content__info__body__history__list__item {
  font-feature-settings: "pwid" on, "palt" on, "pkna" on;
  position: relative;
  color: rgba(0, 0, 0, 0.5411764706);
  padding-left: 81px;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0.04em;
  text-align: left;
}
@media screen and (max-width: 639.98px) {
  .rakuda__company__content__info__body__history__list__item {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.02em;
    padding-left: 60px;
  }
}
.rakuda__company__content__info__body__history__list__item__year {
  position: absolute;
  left: 0;
}
@media screen and (max-width: 639.98px) {
  .rakuda__company__content__info__body__history__list__item__year__br {
    display: block;
    margin-left: -58px;
  }
}
.rakuda__links {
  min-width: 1280px;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: bold;
}
@media screen and (min-width: 640px) {
  .rakuda__links {
    margin: 50px 0;
  }
}
@media screen and (max-width: 639.98px) {
  .rakuda__links {
    background-color: #f5f6fa;
    margin: 0;
    padding-top: 34px;
    padding-bottom: 40px;
    min-width: auto;
  }
}
.rakuda__links__list {
  display: flex;
}
@media screen and (min-width: 640px) {
  .rakuda__links__list {
    justify-content: center;
  }
}
@media screen and (max-width: 639.98px) {
  .rakuda__links__list {
    flex-direction: column;
    align-items: center;
  }
}
.rakuda__links__list__item {
  font-size: 16px;
  font-feature-settings: "pwid" on, "palt" on, "pkna" on;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.08em;
  color: #151515;
  position: relative;
}
@media screen and (max-width: 639.98px) {
  .rakuda__links__list__item--spHidden {
    display: none;
  }
}
.rakuda__links__list__item:hover {
  color: #eb5700;
}
@media screen and (min-width: 640px) {
  .rakuda__links__list__item {
    margin-right: 28px;
  }
}
@media screen and (max-width: 639.98px) {
  .rakuda__links__list__item {
    margin-bottom: 24px;
  }
}
.rakuda__links__list__item:last-child() {
  margin-right: 0;
}
@media screen and (max-width: 639.98px) {
  .rakuda__links__list__item--home {
    display: none;
  }
}
.rakuda__links__list__item__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}
.rakuda__topLink {
  max-width: 1380px;
  min-width: 1280px;
  position: relative;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0.09em;
  color: rgba(0, 0, 0, 0.5411764706);
  padding-left: 2%;
  margin: 0 auto;
  margin-bottom: 2%;
  padding-bottom: 1%;
}
@media screen and (max-width: 639.98px) {
  .rakuda__topLink {
    margin-left: 2%;
    margin-bottom: 6%;
    min-width: auto;
    font-size: 11px;
  }
}
.rakuda__topLink::before {
  position: absolute;
  content: "";
  background: url("../images/link_home.png") no-repeat center/contain;
  width: 1.5%;
  padding-top: 1%;
  top: 32%;
  left: 0;
}
@media screen and (max-width: 639.98px) {
  .rakuda__topLink::before {
    width: 17px;
    padding-top: 17px;
    top: 4px;
  }
}
.rakuda__topLink__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 2%;
}
@media screen and (max-width: 639.98px) {
  .rakuda__topLink__link {
    padding-left: 5%;
  }
}

.headerWrapper {
  height: 96px;
}
@media screen and (max-width: 639.98px) {
  .headerWrapper {
    min-width: auto;
    height: 56px;
  }
}

.header {
  justify-content: space-around;
}
@media screen and (max-width: 639.98px) {
  .header {
    padding: 0 8px;
    justify-content: space-between;
  }
}
.header {
  font-family: dnp-shuei-mgothic-std, sans-serif;
}
.header__item _:-ms-input-placeholder, :root .header__item {
  padding-top: 2px;
}
.header__item--logo {
  width: 80px;
  height: 80px;
  margin: 8px 0 8px 16px;
}
@media screen and (max-width: 639.98px) {
  .header__item--logo {
    width: 48px;
    height: 48px;
    margin: 4px 0 0;
  }
}
.header__item--logo _:-ms-input-placeholder, :root .header__item--logo {
  padding-top: 0;
}
.header__item--contact {
  position: relative;
  width: 215px;
  font-family: dnp-shuei-mgothic-std, sans-serif;
}
.header__item--contact _:-ms-input-placeholder, :root .header__item--contact {
  padding-top: 0;
}
.header__item--contact::after {
  position: absolute;
  background: url("../images/fv_button_icon.png") no-repeat center/contain;
  content: "";
  width: 10%;
  height: 42%;
  top: 50%;
  transform: translateY(-50%);
  left: 7%;
}
.header__item--contact {
  background: linear-gradient(360deg, #cb0a77 0%, #ec669a 100%);
  box-shadow: 0px 12px 12px rgba(203, 10, 119, 0.2);
  border-radius: 8px;
}
.header__item--contact:hover {
  background: linear-gradient(360deg, rgba(203, 10, 119, 0.8) 0%, rgba(236, 102, 154, 0.8) 100%), #ffffff;
  box-shadow: 0px 12px 24px rgba(203, 10, 119, 0.33);
  border-radius: 8px;
}
@media screen and (min-width: 640px) {
  .header__item--contact__text {
    margin-left: 14%;
  }
}
.header__item--contact__text _:-ms-input-placeholder, :root .header__item--contact__text {
  padding-top: 10px;
}
@media screen and (min-width: 640px) {
  .header__item__link:hover .header__item__link__body {
    color: #eb5700;
  }
}
@media screen and (min-width: 640px) {
  .header__item__link__body:hover {
    color: #eb5700;
  }
}
.header__item__link__body {
  font-family: dnp-shuei-mgothic-std, sans-serif;
}
.header__item__link__body _:-ms-input-placeholder, :root .header__item__link__body {
  padding-top: 5px;
}
.header__item--home .header__item__link:hover p {
  color: #eb5700;
}
.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='%23eb5700'/%3E%3C/svg%3E");
}
.header__item--home .header__item__link:active p {
  color: #eb5700;
}
.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='%23eb5700'/%3E%3C/svg%3E");
}

.footer {
  min-width: 1280px;
}
@media screen and (max-width: 639.98px) {
  .footer {
    min-width: auto;
  }
}

.is-active {
  display: block;
}

.is-open {
  background: url("../images/faq_close.png") no-repeat center/contain;
  width: 23px;
  height: 3px;
}

.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;
  }
}

.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: 25px;
  padding-left: 6%;
  margin-top: 52px;
}
.header__humberger__list__item {
  position: relative;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 39px;
  letter-spacing: 0em;
  text-align: left;
  color: #eb5700;
  width: 100%;
  height: 29px;
  padding: 36px 0 6% 6%;
  width: 95%;
  border-bottom: 1px solid #e8eaf3;
}
.header__humberger__list__item--highlight {
  font-size: 21px;
  font-weight: 600;
  line-height: 34px;
}
.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: 3%;
}
.header__humberger__list__item__link__small {
  font-family: NotoSansCJKjp;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
  color: #3c4449;
}
.header__humberger__list__item--small {
  font-family: NotoSansCJKjp;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  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;
}

body {
  right: 0;
  min-width: 1280px;
}
@media screen and (max-width: 639.98px) {
  body {
    min-width: auto;
  }
}

.slide-arrow {
  width: 48px;
  height: 48px;
  top: 35%;
  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: 80px;
}

.prev-arrow {
  left: 2%;
}
.prev-arrow::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 13px;
  top: 43%;
  left: 36%;
  background-color: #85878b;
  border-radius: 6px;
  transform: rotate(45deg) translate(-50%, -50%);
}
.prev-arrow::after {
  position: absolute;
  content: "";
  width: 3px;
  height: 13px;
  top: 39%;
  left: 32%;
  background-color: #85878b;
  border-radius: 6px;
  transform: rotate(-225deg) translate(-50%, -50%);
}

.next-arrow {
  right: 2%;
}
.next-arrow::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 13px;
  top: 29%;
  left: 49%;
  background-color: #85878b;
  border-radius: 6px;
  transform: rotate(135deg);
}
.next-arrow::after {
  position: absolute;
  content: "";
  width: 3px;
  height: 13px;
  top: 44%;
  left: 49%;
  background-color: #85878b;
  border-radius: 6px;
  transform: rotate(45deg);
}