@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: #383838;
}

body {
  font-family: "Noto Sans JP", sans-serif !important;
}

.l-container {
  width: 100%;
  padding: 80px 0;
}
@media screen and (max-width: 1023px) {
  .l-container {
    padding: 60px 20px;
  }
}
@media screen and (max-width: 768px) {
  .l-container {
    padding: 40px 20px;
  }
}
.l-container--colored {
  background: url("https://s3-ap-northeast-1.amazonaws.com/s3.peraichi.com/userData/55006a06-8c24-4cc9-b824-15ea0a000007/img/eafb3320-9dfc-013e-f128-0a58a9feac02/img-kvbg.png") repeat;
}
.l-container h2 {
  font-family: "M PLUS 1p", sans-serif !important;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.4;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 40px;
}
@media screen and (max-width: 1023px) {
  .l-container h2 {
    max-width: 640px;
    font-size: 28px;
    margin: 0 auto 32px;
  }
}
@media screen and (max-width: 768px) {
  .l-container h2 {
    max-width: 100%;
  }
}

a:hover {
  opacity: 0.5;
  transition: all 0.3s;
}

.is-pc {
  display: block;
}

.is-tb {
  display: none;
}

.is-sp {
  display: none;
}

@media (max-width: 1023px) {
  .is-pc {
    display: none !important;
  }
  .is-tb {
    display: block !important;
  }
  .is-sp {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .is-pc {
    display: none !important;
  }
  .is-tb {
    display: none !important;
  }
  .is-sp {
    display: block !important;
  }
}
.w-full {
  display: flex !important;
  flex-direction: column !important;
  gap: 16px !important;
}

.radio-block {
  width: 100%;
  display: block;
}

.s_footer-peraichi {
  display: none;
}

.c-header {
  background: #fff;
  /* border-bottom: 1px solid #D1D1D1; */
  box-shadow: 0 1px 0 #d1d1d1;
  height: 70px;
  padding: 0 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .c-header {
    padding: 0 10px;
  }
}
.c-header__logo {
  align-items: center;
  display: flex;
  height: 100%;
  gap: 8px;
}
.c-header__logo p {
  margin: 0;
}
.c-header__logo p:nth-child(1) {
  font-size: 20px;
  font-weight: bold;
}
.c-header__logo p:nth-child(2) {
  font-size: 12px;
}
.c-header__logo p img {
  height: 26px;
  padding-right: 8px;
}
@media screen and (max-width: 768px) {
  .c-header__logo p img {
    height: 24px;
    padding-right: 6px;
  }
}
.c-header__cta {
  display: flex;
  gap: 20px;
}
.c-header__btn {
  border-radius: 4px;
  font-size: 14px;
  height: 36px;
  width: 146px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .c-header__btn {
    width: 104px;
  }
}
.c-header__btn--login {
  border: 1px #ccc solid;
  background: #fff;
  color: #999;
}
.c-header__btn--regist {
  border: 1px #383838 solid;
  background: #FDEB43;
  color: #383838;
}
@media screen and (max-width: 768px) {
  .c-header__btn--regist {
    display: none;
  }
}

.c-kv {
  background: url("https://s3-ap-northeast-1.amazonaws.com/s3.peraichi.com/userData/55006a06-8c24-4cc9-b824-15ea0a000007/img/eafb3320-9dfc-013e-f128-0a58a9feac02/img-kvbg.png") repeat;
  margin: auto;
  max-width: 100%;
  width: 100%;
  padding: 80px 0 40px;
}
@media screen and (max-width: 1023px) {
  .c-kv {
    padding: 40px 20px;
  }
}
.c-kv__container {
  max-width: 1440px;
  width: 95%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
@media screen and (max-width: 1023px) {
  .c-kv__container {
    flex-direction: column;
    width: 100%;
  }
}
.c-kv__info {
  width: 530px;
}
@media screen and (max-width: 1023px) {
  .c-kv__info {
    max-width: 700px;
    width: 100%;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .c-kv__info {
    width: 335px;
    margin: auto;
  }
}
.c-kv__catch {
  color: #383838;
  line-height: 1.6;
  margin-bottom: 30px;
}
@media screen and (max-width: 1023px) {
  .c-kv__catch {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
  }
}
.c-kv__catch p:nth-child(1) {
  border-top: 1px #383838 solid;
  border-bottom: 1px #383838 solid;
  font-size: 28px;
  font-weight: bold;
  padding: 8px;
  margin-bottom: 20px;
  display: inline-block;
}
@media screen and (max-width: 1023px) {
  .c-kv__catch p:nth-child(1) {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .c-kv__catch p:nth-child(1) {
    font-size: 18px;
    margin-bottom: 12px;
  }
}
.c-kv__catch p:nth-child(3) {
  font-size: 28px;
  font-weight: bold;
  margin: 0;
  margin-top: 8px;
}
@media screen and (max-width: 1023px) {
  .c-kv__catch p:nth-child(3) {
    font-size: 24px !important;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .c-kv__catch p:nth-child(3) {
    font-size: 18px !important;
    text-align: left;
  }
}
.c-kv__catch h1 {
  font-family: "M PLUS 1p", sans-serif !important;
  font-size: 48px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  .c-kv__catch h1 {
    font-size: 38px;
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .c-kv__catch h1 {
    font-size: 28px;
    justify-content: left;
  }
}
.c-kv__btn {
  display: flex;
  gap: 16px;
  margin-top: 32px;
}
@media screen and (max-width: 1023px) {
  .c-kv__btn {
    justify-content: center;
    flex-direction: column;
    display: none;
  }
}
.c-kv__btn a {
  background: #FDEB43;
  border: 1px #383838 solid;
  border-radius: 4px;
  color: #383838;
  font-size: 22px;
  font-weight: bold;
  width: 100%;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1023px) {
  .c-kv__btn a {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .c-kv__btn a {
    font-size: 18px;
    height: 52px;
  }
}
.c-kv__subbtn {
  display: flex;
  gap: 20px;
}
.c-kv__subbtn a {
  background: #fff;
  border: 1px #ccc solid;
  width: 180px;
  height: 64px;
  color: #383838;
  font-size: 16px;
  font-weight: normal;
}
.c-kv__mov {
  display: none;
}
@media screen and (max-width: 1023px) {
  .c-kv__mov {
    display: block;
    text-align: center;
  }
  .c-kv__mov video {
    max-width: 520px;
    width: 100%;
    margin-top: 10px;
  }
}
.c-kv__image {
  max-width: 660px;
  width: 40vw;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.c-kv__badge {
  display: flex;
  gap: 24px;
  justify-content: center;
}
.c-kv__badge img {
  max-width: 150px !important;
}
@media screen and (max-width: 1023px) {
  .c-kv__badge img {
    width: 120px;
  }
}
@media screen and (max-width: 768px) {
  .c-kv__badge img {
    width: 100px;
  }
}

@media screen and (max-width: 1023px) {
  .c-problem {
    max-width: 640px;
    margin: auto;
    width: 100%;
  }
}
.c-problem__list {
  width: 1000px;
  margin: auto;
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .c-problem__list {
    width: 100%;
    flex-direction: column;
  }
}
.c-problem__block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .c-problem__block {
    gap: 16px;
  }
}
.c-problem__asis {
  color: #383838;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-problem__asis {
    font-size: 20px;
  }
}
.c-problem__asis img {
  width: 180px;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .c-problem__asis img {
    width: 150px;
  }
}
.c-problem__asis p {
  margin: 0;
}
.c-problem__arrow {
  width: 50px;
}
.c-problem__arrow img {
  width: 100%;
}
.c-problem__tobe {
  border: 1px solid #ccc;
  border-radius: 10px;
  max-width: 320px;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .c-problem__tobe {
    max-width: 640px;
  }
}
.c-problem__tobe-head {
  background: #F8F0A2;
  border-radius: 10px 10px 0 0;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .c-problem__tobe-head {
    padding: 12px;
  }
}
.c-problem__tobe-head p {
  margin: auto;
  text-align: center;
}
.c-problem__tobe-head p:nth-child(1) {
  font-size: 20px;
  font-weight: bold;
  background: #fff;
  border-radius: 50px;
  padding: 4px 20px;
  line-height: 1;
  text-align: center;
  margin: auto;
  margin-bottom: 8px;
  width: -moz-fit-content;
  width: fit-content;
}
.c-problem__tobe-head p:nth-child(2) {
  font-size: 100px;
  font-weight: 900;
  line-height: 1;
}
.c-problem__tobe-head p:nth-child(2) span {
  font-size: 50px;
}
.c-problem__tobe-foot {
  background: #fff;
  border-radius: 0 0 10px 10px;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .c-problem__tobe-foot {
    padding: 20px 30px;
  }
}
.c-problem__tobe-foot p:nth-child(1) {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .c-problem__tobe-foot p:nth-child(1) {
    font-size: 20px;
  }
}
.c-problem__tobe-foot p:nth-child(2) {
  font-size: 16px;
  margin: 0;
}

.c-card-case {
  border-radius: 10px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
  max-width: 320px;
  width: 33.3333333333%;
  overflow: hidden;
  text-align: center;
  z-index: 1;
  cursor: pointer;
  position: relative;
}
.c-card-case__mock {
  background: #F7F7F7;
  padding: 24px 20px 0;
}
.c-card-case__mock img {
  width: 100%;
}
.c-card-case__info {
  padding: 20px;
  text-align: left;
}
.c-card-case__tag {
  font-size: 12px;
  color: #383838;
  border: 1px solid #383838;
  border-radius: 12px;
  padding: 2px 8px;
  margin-bottom: 4px;
  display: inline-block;
}
.c-card-case__title {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  color: #383838;
}
.c-card-case__url {
  display: block;
  color: #000;
  font-size: 12px;
  text-decoration: none;
  margin-top: 4px;
}
.c-card-case__over {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.6);
  transition: opacity 0.2s ease;
  opacity: 0;
  z-index: 9999;
}
.c-card-case a {
  color: #fff;
  font-size: 20px;
}
.c-card-case a:hover .c-card-case__over {
  color: #fff;
  font-size: 20px;
  opacity: 1;
}

.c-cta {
  width: 100%;
  background: #383838;
  padding: 60px 20px;
}
@media screen and (max-width: 768px) {
  .c-cta {
    padding: 32px 20px;
  }
}
.c-cta__contaner {
  display: flex;
  justify-content: space-between;
  width: 850px;
  margin: auto;
}
@media screen and (max-width: 1023px) {
  .c-cta__contaner {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  .c-cta__contaner {
    width: 100%;
    flex-direction: column;
  }
}
.c-cta__contaner p {
  color: #fff;
}
.c-cta__contaner img {
  width: 270px;
}
@media screen and (max-width: 1023px) {
  .c-cta__contaner img {
    width: 240px;
  }
}
@media screen and (max-width: 768px) {
  .c-cta__contaner img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.c-cta__info {
  font-family: "M PLUS 1p", sans-serif !important;
  color: #fff;
  line-height: 1.6;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .c-cta__info {
    margin-bottom: 20px;
    text-align: center;
  }
}
.c-cta__info p {
  margin: 0;
}
.c-cta__info p:nth-child(1) {
  font-size: 28px;
  font-weight: 500;
}
@media screen and (max-width: 1023px) {
  .c-cta__info p:nth-child(1) {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .c-cta__info p:nth-child(1) {
    font-size: 24px;
  }
}
.c-cta__info p:nth-child(2) {
  font-size: 38px;
  font-weight: bold;
}
@media screen and (max-width: 1023px) {
  .c-cta__info p:nth-child(2) {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .c-cta__info p:nth-child(2) {
    font-size: 22px;
  }
}
.c-cta__btn {
  border: 1px #383838 solid !important;
  background: #FDEB43 !important;
  color: #383838;
  font-size: 22px !important;
  font-weight: bold;
  line-height: 1.5;
  border-radius: 4px;
  display: block;
  flex: 1;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1023px) {
  .c-cta__btn {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  .c-cta__btn {
    width: 100%;
    font-size: 18px !important;
    height: 52px;
    margin-bottom: 16px !important;
  }
}
.c-cta__subbtn {
  width: 850px;
  margin: auto;
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 1023px) {
  .c-cta__subbtn {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  .c-cta__subbtn {
    width: 100%;
    margin: auto;
  }
}
.c-cta__subbtn a {
  border: 1px #ccc solid;
  background: #fff;
  font-size: 16px;
  width: 180px;
  height: 64px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-cta__subbtn a {
    width: 120px;
    font-size: 14px;
  }
}

#c-ctafixed {
  display: none;
}
@media screen and (max-width: 1023px) {
  #c-ctafixed {
    display: block;
  }
}

.c-ctafixed {
  background: #fff;
  padding: 16px 20px;
  width: 100%;
  position: fixed;
  z-index: 999;
  bottom: 0;
  box-shadow: 0 4px 8px #ccc;
}
@media screen and (max-width: 1023px) {
  .c-ctafixed {
    display: none;
  }
}
.c-ctafixed__btn {
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 1023px) {
  .c-ctafixed__btn {
    justify-content: center;
  }
}
.c-ctafixed__btn a {
  background: #FDEB43;
  border: 1px #383838 solid;
  border-radius: 4px;
  color: #383838;
  font-size: 18px;
  font-weight: bold;
  width: 100%;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1023px) {
  .c-ctafixed__btn a {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .c-ctafixed__btn a {
    font-size: 18px;
    height: 52px;
  }
}
.c-ctafixed__subbtn {
  display: flex;
  gap: 20px;
}
.c-ctafixed__subbtn a {
  background: #fff;
  border: 1px #ccc solid;
  text-align: center;
  width: 240px;
  height: 52px;
  color: #383838;
  font-size: 14px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .c-ctafixed__subbtn a {
    width: 120px;
  }
}

@media screen and (max-width: 1023px) {
  .c-utility h2 {
    width: 640px;
  }
}
.c-utility__list {
  width: 1000px;
  margin: auto;
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .c-utility__list {
    width: 100%;
    max-width: 640px;
    flex-direction: column;
    gap: 20px;
  }
}

.c-card-utility {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
}
.c-card-utility__thumb {
  padding: 20px;
}
@media screen and (max-width: 1023px) {
  .c-card-utility__thumb {
    text-align: center;
  }
}
.c-card-utility__thumb img {
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .c-card-utility__thumb img {
    max-width: 270px !important;
  }
}
.c-card-utility__info {
  padding: 16px 0;
  margin: 0 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-bottom: 1px solid #cccccc;
}
.c-card-utility__info h3 {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 1023px) {
  .c-card-utility__info h3 {
    font-size: 18px;
  }
}
.c-card-utility__info p {
  font-size: 16px;
  min-height: 48px;
}
@media screen and (max-width: 1023px) {
  .c-card-utility__info p {
    font-size: 14px;
    min-height: auto;
    margin: 0;
  }
}
.c-card-utility__comment {
  padding: 16px;
}
.c-card-utility__comment p:nth-child(1) {
  font-size: 16px;
}
@media screen and (max-width: 1023px) {
  .c-card-utility__comment p:nth-child(1) {
    font-size: 12px;
  }
}
.c-card-utility__comment p:nth-child(2) {
  text-align: right;
  font-size: 14px;
  font-weight: bold;
  margin-top: 16px;
}
@media screen and (max-width: 1023px) {
  .c-card-utility__comment p:nth-child(2) {
    font-size: 12px;
  }
}

@media screen and (max-width: 1023px) {
  .c-usage h2 {
    width: 640px;
  }
}
.c-usage__list {
  max-width: 1000px;
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 1023px) {
  .c-usage__list {
    max-width: 640px;
  }
}
.c-usage__item {
  background: #fff;
  border-radius: 10px;
  border: 1px #ccc solid;
  font-size: 16px;
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .c-usage__item {
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .c-usage__item {
    flex-direction: column;
    gap: 8px;
  }
}
.c-usage__item h3 {
  font-size: 28px;
  font-weight: bold;
  border-bottom: 1px #ccc solid;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
@media screen and (max-width: 1023px) {
  .c-usage__item h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .c-usage__item h3 {
    border-bottom: none;
    padding-bottom: 8px;
    margin-bottom: 0;
  }
}
.c-usage__item div:nth-child(1) {
  padding: 30px 40px;
  flex: 1;
}
@media screen and (max-width: 1023px) {
  .c-usage__item div:nth-child(1) {
    padding: 30px 20px 0;
  }
}
.c-usage__item img {
  width: 300px;
}

.c-case {
  height: 660px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}
.c-case__list {
  display: flex;
  gap: 20px;
  max-width: 1000px;
  width: 100%;
  flex-wrap: wrap;
  margin: auto;
}

.slider {
  margin: 30px auto 0;
  max-width: 100%;
  width: 100%;
}

.slider-img {
  margin: 0 5px;
  width: 240px;
  font-size: 16px;
  font-weight: bold;
}
.slider-img span {
  position: relative;
  top: -60px;
  left: 30px;
}

.slider-img img {
  transform: scale(0.8);
  height: auto;
  width: 95%;
  transition: all 0.2s;
}

.slider-img.slick-center span {
  top: -10px;
  left: 10px;
}

.slider-img.slick-center img {
  transform: scale(1);
  transition: all 0.2s;
}

@media (max-width: 768px) {
  .c-case {
    height: 420px;
  }
  .slider-img {
    font-size: 12px;
    width: 150px;
  }
  .slider-img span {
    top: -40px;
  }
}
@media screen and (max-width: 1023px) {
  .c-feature h2 {
    width: 640px;
  }
}
.c-feature__h2-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .c-feature__h2-pc {
    display: none;
  }
}
.c-feature__h2-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .c-feature__h2-sp {
    display: block;
  }
}
.c-feature__list {
  display: flex;
  flex-direction: column;
  gap: 80px;
  width: 1000px;
  margin: auto;
}
@media screen and (max-width: 1023px) {
  .c-feature__list {
    gap: 40px;
    width: 100%;
    max-width: 640px;
  }
  .c-feature__list > div:nth-child(even) {
    flex-direction: column-reverse;
  }
}
.c-feature__contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 1023px) {
  .c-feature__contents {
    flex-direction: column;
    gap: 20px;
  }
}
.c-feature__commingsoon {
  font-size: 20px;
  font-weight: bold;
  border-top: 1px solid #383838;
  border-bottom: 1px solid #383838;
  line-height: 2;
  margin-bottom: 20px;
  padding: 0 8px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .c-feature__commingsoon {
    text-align: 16px;
  }
}
.c-feature__commingsoon::before {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 19px;
  border: 8px solid transparent;
  border-top: 10px solid #383838;
}
.c-feature__text {
  flex: 1;
  line-height: 1.6;
}
.c-feature__text h3 {
  font-size: 24px;
  margin-bottom: 16px;
  font-weight: bold;
}
@media screen and (max-width: 1023px) {
  .c-feature__text h3 {
    text-align: 20px;
  }
}
.c-feature__text p {
  font-size: 16px;
}
.c-feature__text img {
  margin-bottom: 16px;
}
.c-feature__thumb {
  width: 480px;
  height: 320px;
  background: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1023px) {
  .c-feature__thumb {
    width: 100%;
    padding: 12px 16px;
    height: 230px;
  }
  .c-feature__thumb img {
    width: inherit;
    max-width: -moz-fit-content !important;
    max-width: fit-content !important;
    max-height: 230px;
    padding: 10px;
  }
}
.c-feature__thumb video {
  width: 174px;
}
@media screen and (max-width: 1023px) {
  .c-feature__thumb video {
    width: 124px;
  }
}
.c-feature__thumb.mov img {
  width: 174px;
}
@media screen and (max-width: 1023px) {
  .c-feature__thumb.mov img {
    width: 124px;
  }
}

@media screen and (max-width: 1023px) {
  .c-sales h2 {
    width: 640px;
  }
}
@media screen and (max-width: 768px) {
  .c-sales h2 {
    width: 100%;
  }
}
.c-sales__list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 1000px;
  margin: auto;
}
@media screen and (max-width: 1023px) {
  .c-sales__list {
    width: 640px;
  }
}
@media screen and (max-width: 768px) {
  .c-sales__list {
    width: 100%;
  }
}
.c-sales__container {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 32px 30px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-sales__container {
    padding: 32px 20px;
  }
}
.c-sales__container h3 {
  color: #383838;
  background: #F8F0A2;
  border-radius: 50px;
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .c-sales__container h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .c-sales__container img {
    width: 100%;
  }
}
.c-sales__head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width: 1023px) {
  .c-sales__head {
    flex-direction: column;
  }
}
.c-sales__head > div:nth-child(1) {
  width: 440px;
}
@media screen and (max-width: 1023px) {
  .c-sales__head > div:nth-child(1) {
    width: 100%;
  }
}
.c-sales__head h4 {
  font-size: 32px;
  font-weight: bold;
  border-bottom: 1px #ccc solid;
  margin-bottom: 20px;
  padding-bottom: 20px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .c-sales__head h4 {
    font-size: 24px;
  }
}
.c-sales__head p {
  font-size: 16px;
}
.c-sales__thumb {
  text-align: center;
}
.c-sales__thumb img {
  max-width: 460px !important;
  width: 100%;
}
.c-sales__check {
  background: url("https://s3-ap-northeast-1.amazonaws.com/s3.peraichi.com/userData/55006a06-8c24-4cc9-b824-15ea0a000007/img/052161c0-a1b6-013e-edb3-0a58a9feac02/icon-check.png") no-repeat center left;
  background-size: 18px;
  padding-left: 22px;
}
.c-sales__recommend {
  background: #F7F7F7;
  border-radius: 10px;
  padding: 16px;
}
.c-sales__recommend > p {
  font-size: 18px;
  font-weight: bold;
}
.c-sales__recommend--block {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 18px;
}
@media screen and (max-width: 1023px) {
  .c-sales__recommend--block {
    flex-direction: column;
    font-size: 16px;
  }
}
.c-sales__recommend--block > div {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .c-sales__recommend--block > div {
    width: 100%;
  }
  .c-sales__recommend--block > div p {
    margin-bottom: 8px;
  }
}
.c-sales__recommend--block img {
  width: 100%;
}
.c-sales__recommend--block-three {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 18px;
}
@media screen and (max-width: 1023px) {
  .c-sales__recommend--block-three {
    flex-direction: column;
    font-size: 16px;
  }
}
.c-sales__recommend--block-three > div {
  width: 33.3333333333%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .c-sales__recommend--block-three > div {
    width: 100%;
  }
  .c-sales__recommend--block-three > div p {
    margin-bottom: 8px;
  }
}
.c-sales__recommend--block-three img {
  width: 100%;
}

.c-support__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 1000px;
  margin: auto;
}
.c-support__list ul {
  display: flex;
  justify-content: center;
  padding: 0;
  gap: 30px;
}
.c-support__list ul:nth-child(2) {
  justify-content: center;
}
.c-support__list li {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 30px;
  list-style: none;
  width: 50%;
  text-align: center;
}
.c-support__list li h3 {
  font-size: 20px;
  margin-bottom: 8px;
}
.c-support__list li p {
  font-size: 16px;
}
.c-support__list li img {
  height: 46px;
  margin-bottom: 20px;
}

@media (max-width: 1023px) {
  .c-support__list {
    display: flex;
    gap: 16px;
    width: 100%;
  }
  .c-support__list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    gap: 16px;
  }
  .c-support__list li {
    padding: 20px 12px;
    width: calc(50% - 8px);
  }
  .c-support__list li h3 {
    font-size: 18px;
  }
  .c-support__list li p {
    display: none;
  }
  .c-support__list li img {
    height: 40px;
    margin-bottom: 10px;
  }
}
.c-commission {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  box-sizing: border-box;
}
.c-commission h3 {
  font-size: 22px;
  font-weight: bold;
  margin-top: 60px;
  margin-bottom: 20px;
}
.c-commission h3 span {
  font-size: 14px;
  display: block;
  margin-top: 8px;
  font-weight: normal;
}
.c-commission__table {
  display: flex;
}
.c-commission__table > div:nth-child(1) {
  font-size: 16px;
}
.c-commission__item div {
  width: 250px;
  height: 70px;
  padding: 24px 30px;
}
.c-commission__item div:nth-child(1) {
  border-bottom: 1px solid #CCCCCC;
}
.c-commission__item div:nth-child(4) {
  font-size: 10px;
  height: 28px;
  display: flex;
  justify-content: center;
  padding: 10px;
  text-align: center;
  align-items: center;
}
.c-commission__item--raksul div {
  color: #383838;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.c-commission__item--raksul div span {
  font-size: 14px;
  font-weight: 400;
}
.c-commission__item--raksul div:nth-child(1) {
  background: #FFF382;
  border: 1px solid #383838;
  border-radius: 10px 10px 0 0;
}
.c-commission__item--raksul div:nth-child(2) {
  background: #FBFAF7;
  border-left: 1px solid #383838;
  border-right: 1px solid #383838;
}
.c-commission__item--raksul div:nth-child(3) {
  background: #FBFAF7;
  border: 1px solid #383838;
  border-top: none;
  border-radius: 0 0 10px 10px;
}
.c-commission__item--raksul div:nth-child(5) {
  background: #FBFAF7;
  border: 1px solid #383838;
  border-radius: 10px;
}
.c-commission__item--raksul .is-last {
  border-bottom: 1px solid #383838;
  border-radius: 0 0 10px 10px;
}
.c-commission__item--other div {
  color: #7F7F7F;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
.c-commission__info {
  margin-top: 24px;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

@media (max-width: 1023px) {
  .c-commission h3 {
    font-size: 18px;
    margin-top: 60px;
    margin-bottom: 20px;
  }
  .c-commission__table {
    margin-bottom: 30px;
  }
  .c-commission__item {
    width: 33.3333333333%;
  }
  .c-commission__item div {
    width: 100%;
    height: 68px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .c-commission__item--raksul div:nth-child(1) {
    font-size: 16px;
    text-align: center;
  }
  .c-commission__item--raksul div:nth-child(2) {
    font-size: 16px;
    border-bottom: 1px solid #383838;
    border-radius: 0 0 10px 10px;
    text-align: center;
  }
  .c-commission__item--raksul .is-larege {
    height: 128px;
  }
  .c-commission__info {
    font-size: 12px;
  }
}
@media screen and (max-width: 1023px) {
  .c-flow h2 {
    width: 640px;
  }
}
.c-flow__list {
  max-width: 1000px;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  gap: 60px;
  margin-bottom: 80px;
}
@media screen and (max-width: 1023px) {
  .c-flow__list {
    max-width: 640px;
    flex-direction: column;
  }
}
.c-flow__item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 25%;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .c-flow__item {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }
}
.c-flow__item img {
  width: 205px;
}
@media screen and (max-width: 768px) {
  .c-flow__item img {
    width: 140px;
  }
}
.c-flow__item:not(:last-child)::after {
  content: "";
  display: block;
  width: 235px;
  border-bottom: 1px #383838 solid;
  position: absolute;
  left: 118px;
  top: 18px;
}
@media screen and (max-width: 1023px) {
  .c-flow__item:not(:last-child)::after {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .c-flow__block {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    flex: 1;
  }
}
.c-flow__caption {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 1023px) {
  .c-flow__caption {
    flex-direction: row;
    font-size: 22px;
  }
}
.c-flow__caption div:nth-child(1) {
  font-size: 32px;
  font-weight: normal;
}
@media screen and (max-width: 1023px) {
  .c-flow__caption div:nth-child(1) {
    font-size: 24px;
  }
}
.c-flow__text {
  display: none;
}
@media screen and (max-width: 1023px) {
  .c-flow__text {
    display: block;
    font-size: 16px !important;
    text-align: left !important;
    font-weight: normal !important;
  }
}
.c-flow__info {
  font-size: 16px;
}
@media screen and (max-width: 1023px) {
  .c-flow__info {
    display: none;
  }
}

.c-faq__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  max-width: 1000px;
  margin: auto;
}
.c-faq dl {
  background: #FBFAF7;
  border-radius: 10px;
  padding: 20px 30px;
}
.c-faq dt {
  font-size: 18px;
  font-weight: 600;
  position: relative;
  cursor: pointer;
}
.c-faq dt:after {
  content: "＋";
  position: absolute;
  display: flex;
  align-items: center;
  right: 0;
  top: 0;
  bottom: 0;
}
.c-faq dt.is-active:after {
  content: "ー";
  font-size: 16px;
}
.c-faq dd {
  border-top: 1px solid #ccc;
  font-size: 14px;
  margin-top: 20px;
  padding-top: 20px;
  display: none;
}
.c-faq dd.is-open {
  display: block;
}

@media (max-width: 768px) {
  .c-faq__list {
    width: 100%;
  }
  .c-faq dt {
    padding-right: 30px;
  }
}
.p-footer__inner {
  padding: 0;
}

.GlobalFooter__root {
  background-color: #eceded;
  min-width: 1156px;
  padding: 32px 0 16px;
}

@media (max-width: 1024px) {
  .GlobalFooter__root {
    min-width: auto;
    padding: 24px 0 16px;
  }
}
.GlobalFooter__root .GlobalFooter__container {
  margin: auto;
  min-width: 1124px;
  padding: 0 16px;
  width: 1156px;
}

@media (max-width: 1024px) {
  .GlobalFooter__root .GlobalFooter__container {
    min-width: auto;
    width: 100%;
  }
}
.GlobalFooter__root .GlobalFooter__container--fluid {
  width: 100%;
}

.GlobalFooter__root .GlobalFooter__relatedService {
  border-bottom: 1px solid #c9cacb;
  padding-bottom: 32px;
}

@media (max-width: 1024px) {
  .GlobalFooter__root .GlobalFooter__relatedService {
    padding-bottom: 24px;
  }
}
.GlobalFooter__root h2.GlobalFooter__relatedServiceTitle {
  color: #636363;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}

@media (max-width: 1024px) {
  .GlobalFooter__root h2.GlobalFooter__relatedServiceTitle {
    color: #8f8f90;
    font-size: 12px;
  }
}
.GlobalFooter__root ul.GlobalFooter__relatedServiceList {
  display: flex;
  list-style: none;
  margin: 16px 0 0;
  max-width: 1124px;
  padding: 0;
}

@media (max-width: 1024px) {
  .GlobalFooter__root ul.GlobalFooter__relatedServiceList {
    flex-direction: column;
    margin: 0;
  }
}
.GlobalFooter__root li.GlobalFooter__relatedServiceListItem {
  line-height: 1;
  width: 25%;
}

@media (max-width: 1024px) {
  .GlobalFooter__root li.GlobalFooter__relatedServiceListItem {
    margin-top: 16px;
    width: 100%;
  }
}
.GlobalFooter__root li a.GlobalFooter__relatedServiceListItemLink {
  color: #636363;
  font-size: 12px;
  padding: 0;
}

@media (max-width: 1024px) {
  .GlobalFooter__root li a.GlobalFooter__relatedServiceListItemLink {
    color: #8f8f90;
    font-size: 10px;
    padding: 0;
  }
}
.GlobalFooter__root .GlobalFooter__companyInfo {
  border-bottom: 1px solid #c9cacb;
  display: flex;
  margin-top: 32px;
  padding-bottom: 32px;
  align-items: center;
}

@media (max-width: 1024px) {
  .GlobalFooter__root .GlobalFooter__companyInfo {
    flex-direction: column;
    margin-top: 24px;
    padding-bottom: 24px;
  }
}
.GlobalFooter__root li a.GlobalFooter__companyLogo {
  display: flex;
}

.GlobalFooter__root .GlobalFooter__companyLogoImage {
  background-image: url(https://raksul.com/asset/img/common/logo-raksul-footer.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 40px;
  width: 146px;
}

@media (max-width: 1024px) {
  .GlobalFooter__root .GlobalFooter__companyLogoImage {
    height: 32px;
    width: 116px;
  }
}
.GlobalFooter__root ul.GlobalFooter__companyLinkList {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: -12px 0 0 48px;
  max-width: 726px;
  padding: 0;
}

@media (max-width: 1024px) {
  .GlobalFooter__root ul.GlobalFooter__companyLinkList {
    margin: 8px 0 0;
  }
}
.GlobalFooter__root li.GlobalFooter__companyLinkListItem {
  line-height: 1;
  margin-top: 16px;
  width: 33.33333%;
}

@media (max-width: 1024px) {
  .GlobalFooter__root li.GlobalFooter__companyLinkListItem {
    width: 50%;
  }
}
.GlobalFooter__root li a.GlobalFooter__companyLinkListItemLink {
  color: #636363;
  font-size: 12px;
  padding: 0;
}

@media (max-width: 1024px) {
  .GlobalFooter__root li a.GlobalFooter__companyLinkListItemLink {
    color: #8f8f90;
    font-size: 10px;
    padding: 0;
  }
}
.GlobalFooter__root .GlobalFooter__companyPrivacy {
  display: flex;
  margin-left: auto;
}

@media (max-width: 1024px) {
  .GlobalFooter__root .GlobalFooter__companyPrivacy {
    margin: 16px 0 0;
  }
}
.GlobalFooter__root .GlobalFooter__companyPrivacyLogo {
  background-image: url(https://raksul.com/asset/img/common/logo-privacy-mark.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 56px;
  width: 56px;
}

@media (max-width: 1024px) {
  .GlobalFooter__root .GlobalFooter__companyPrivacyLogo {
    height: 48px;
    width: 48px;
  }
}
.GlobalFooter__root .GlobalFooter__companyPrivacyIsoLogo {
  background-image: url(https://raksul.com/asset/img/common/logo-iso.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 56px;
  margin-left: 16px;
  width: 75px;
}

@media (max-width: 1024px) {
  .GlobalFooter__root .GlobalFooter__companyPrivacyIsoLogo {
    height: 48px;
    margin-left: 14px;
    width: 64px;
  }
}
.GlobalFooter__root .GlobalFooter__copyright {
  margin-top: 16px;
}

.GlobalFooter__root .GlobalFooter__copyrightText {
  color: #8f8f90;
  font-size: 12px;
}

@media (max-width: 1024px) {
  .GlobalFooter__root .GlobalFooter__copyrightText {
    color: #a4a5a6;
    text-align: center;
  }
}/*# sourceMappingURL=style.css.map */