@charset "UTF-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700&amp;subset=japanese");

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
body {
  font-size: 12px;
  line-height: 1.4;
  color: #343434;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, Meiryo, YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
  font-feature-settings: "palt" 1;
  letter-spacing: 1px;
  text-align: left;
}
dd,
dt,
p {
  margin: 0;
}
ul li {
  list-style: none;
}
small {
  font-size: smaller;
}
.clearfix:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
a {
  text-decoration: none;
}
/*----------
共通
------------*/
/*common inner */
.common_inner-1200 {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}
.common_inner-1000 {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}
.common_inner-900 {
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
}
.common_inner-800 {
  max-width: 800px;
  width: 90%;
  margin: 0 auto;
}
/*button color*/
.common_button-yellow {
  color: #fff;
  font-weight: bold;
  text-align: center;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  position: relative;
  transition: 0.2s;
  border: 3px solid transparent;
  background: #f4a608;
  z-index: 2;
}
.common_button-yellow:hover {
  background: #fff;
  color: #f4a608;
  border: 3px solid #f4a608;
  text-shadow: none;
}
.common-add_icon-arrow-right {
  position: relative;
}
.common-add_icon-arrow-right::after {
  position: absolute;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  top: 0;
  right: 25px;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.common-add_icon-arrow-right:hover::after {
  position: absolute;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  top: 0;
  right: 25px;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
  border-top: 2px solid #f4a608;
  border-right: 2px solid #f4a608;
}
/*font*/
.common_font-blue {
  color: #074d82;
}
/*bg*/
.common_bg-paleblue {
  background: #f6f8fa;
}
.common_bg-white {
  background: #fff;
}
/*heading*/
.common_heading-l {
  font-size: 250%;
  color: #074d82;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 70px;
  letter-spacing: 0;
  font-weight: bold;
  line-height: 1.3;
  position: relative;
}
.common_heading-l::after {
  position: absolute;
  display: block;
  content: "";
  width: 50px;
  height: 2px;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: auto;
  background-color: #074d82;
}
/*section space*/
.common_section-space {
  padding: 80px 0;
}
/*lead*/
.common_lead {
  font-size: 150%;
  margin-bottom: 50px;
  text-align: center;
  line-height: 1.8;
}
/*flex*/
.common_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.common_flex-item-center {
  align-items: center;
}
.common_box-2 {
  width: 47.5%;
}
.common_box-3 {
  width: 31%;
}
.common_box-width-40 {
  width: 40%;
}
.common_box-width-45 {
  width: 45%;
}
.common_box-width-50 {
  width: 50%;
}
.common_box-width-55 {
  width: 55%;
}
/*common cta*/
.common_cta-area {
  background: #172a88;
  background: linear-gradient(90deg, rgba(23,42,136,1) 0%, rgba(78,98,224,1) 100%);
  color: #fff;
  padding: 15px 0 30px;
}
.common_cta-area__figure {
  max-width: 400px;
}
.common_cta-area__image {
  width: 100%;
}
.common_cta-area__heading-l {
  font-size: 220%;
  text-align: center;
  margin: 20px auto 30px;
  line-height: 1.6;
}
.common_cta-area__heading-m {
  text-align: center;
  font-size: 140%;
  margin: 0 auto 20px;
  display: table;
  padding: 0 40px;
  position: relative;
}
.common_cta-area__heading-m::before,
.common_cta-area__heading-m::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: #fff;
}
.common_cta-area__heading-m::before {
  left: 0;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
.common_cta-area__heading-m::after {
  right: 0;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.common_cta__link {
  display: block;
  max-width: 400px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  font-size: 170%;
  padding: 20px 20px;
  box-sizing: border-box;
  border-radius: 80px;
  letter-spacing: 0.05em;
  position: relative;
}
.common_info-box {
  text-align: center;
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px 30px;
  box-sizing: border-box;
  border-top: 1px solid #343434;
  border-bottom: 1px solid #343434;
}
.common_info-box__heading-m {
  text-align: center;
  font-size: 160%;
  font-weight: normal;
  padding: 0 20px;
  display: table;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  transform: translateY(-15px);
  background: #fff;
}
.common_info-box__heading-m::before {
  left: 0;
}
.common_info-box__heading-m::after {
  right: 0;
}
.common_info-box__tel {
  margin-bottom: 15px;
  font-size: 130%;
}
.common_info-box__tel-region {
  display: inline-block;
  font-size: 80%;
  border: 1px solid;
  padding: 2px 5px;
  margin: 0 6px 0 12px;
  line-height: 1;
}
/*salesforceページの飾りページ全体を囲んでるボックス*/
.salesforce-kazari {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: url(/lp/salesforce/asset/image/image_kv-top-left.png) no-repeat, url(/lp/salesforce/asset/image/image_kv-top-right.png) no-repeat;
  background-size: 50%, 30%;
  background-position: -62% 95%, 111% 101%;
  z-index: 0;
}
.salesforce-kazari::before,
.salesforce-kazari::after {
  content: "";
  position: absolute;
  width: 100%;
}
.salesforce-kazari::before {
  width: 655px;
  height: 645px;
  background: url(/lp/salesforce/asset/image/image_kv-top-left.png) no-repeat;
  background-size: 100%;
  top: -350px;
  left: -300px;
  z-index: 51;
}
.salesforce-kazari::after {
  width: 250px;
  height: 350px;
  background: url(/lp/salesforce/asset/image/image_kv-top-right.png) no-repeat;
  background-size: 100%;
  top: 4%;
  right: 0;
  z-index: 3;
}
.main-area {
  background: #E3F0FF;
}
.header {
  position: fixed;
  width: 100%;
  top: 0;
  height: 70px;
  z-index: 52;
  background: rgba(255, 255, 255, 0.7);
}
.header-navi {
  width: 97%;
  padding: 5px 0;
  margin: 0px auto;
}
.header-navi-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}
.header-navi__link {
  display: block;
  width: 180px;
}
.header-navi__image {
  max-width: 180px;
}
.header-navi-menu__list {
  padding: 0 22px;
}
.header-navi-menu__item {
  position: relative;
  display: inline-block;
}
.header-navi-menu__link {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
  line-height: 1;
  font-size: 120%;
  transition: 0.2s;
  box-sizing: border-box;
  color: #074d82;
  font-weight: bold;
}
.header-navi-menu__link:hover::before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -18px;
  display: block;
  transition: all 0.2s ease;
  border-bottom: 1px solid #074d82;
}
.header-navi-cta__list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}
.header-navi-cta__link {
  display: block;
  box-shadow: 0 0 8px rgb(0 0 0 / 10%);
  border-radius: 50px;
  padding: 10px 24px 10px 20px;
  font-size: 105%;
  font-weight: bold;
  line-height: 1;
  transition: 0.2s;
  width: 120px;
  text-align: center;
  color: #fff;
}
.header-navi-cta__link::after {
  width: 5px;
  height: 5px;
  right: 6px;
}
/* kv */
.kv {
  padding: 120px 0 60px;
}
.kv__inner {
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 51;
}
.kv__logo-item {
  max-width: 370px;
  margin: 0 auto 10px;
}
.kv__text-area {
  width: 55%;
  text-align: center;
}
.kv__image-area {
  width: 40%;
  padding: 50px 0 0 30px;
}
.kv__heading-xl {
  margin-bottom: 25px;
  font-size: 220%;
  font-weight: bold;
  color: #074d82;
  line-height: 1.6;
  letter-spacing: 1.2px;
}
.kv__heading-xl--bold {
  font-size: 145%;
  font-weight: bold;
  font-feature-settings: "palt";
}
.kv__heading-xl--big {
  font-size: 130%;
}
.kv__lead {
  font-size: 140%;
  margin-bottom: 30px;
  font-weight: bold;
  line-height: 1.6;
}
.kv__image {
  max-width: 440px;
  width: 100%;
  height: auto;
}
.kv__cta-button {
  margin: 0 auto;
  max-width: 400px;
}
.kv__cta-link {
  margin: 0;
}
.kv__image-text {
  margin-top: 40px;
  font-size: 90%;
  color: #606060;
}

/*merit*/
.merit {
  overflow: hidden;
}
.merit-wrap {
  position: relative;
  max-width: 1000px;
  width: 90%;
  padding: 50px 0;
  margin: 0 auto 50px;
}
.merit-wrap:last-of-type {
  margin-bottom: 0;
}
.merit-wrap::before {
  content: "";
  width: 100%;
  min-width: 2000px;
  height: 100%;
  background: #f6f8fa;
  position: absolute;
  top: 0;
  z-index: -1;
}
.merit-wrap-left-text::before {
  left: -5%;
}
.merit-wrap-right-text::before {
  right: -5%;
}
.merit-wrap-reverse-inner {
  flex-direction: row-reverse;
}
.merit__number-text {
  font-size: 130%;
  color: #074d82;
  border-bottom: 1px solid #074d82;
  margin-bottom: 15px;
  font-weight: bold;
}
.merit__number-text-strong {
  font-size: 160%;
  margin-left: 0.2em;
}
.merit__heading-m {
  font-size: 300%;
  color: #074d82;
  margin-bottom: 50px;
  font-weight: bold;
  line-height: 1.3;
}
.merit__item {
  line-height: 1.5;
  font-size: 130%;
  position: relative;
  padding: 0 0 20px 30px;
}
.merit__item::before {
  content: "";
  position: absolute;
  background: url(/lp/salesforce/asset/image/icon_check_yellow.svg) no-repeat;
  background-size: 100%;
  width: 24px;
  height: 24px;
  left: 0;
  top: 0;
}
.merit__figure, .merit__figure-big {
  padding: 30px 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.merit__figure-big {
  padding: 0;
}
.merit__image {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

/*haihai*/
.haihai__heading-l {
  margin-bottom: 60px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.haihai__heading-l-text {
  font-size: 250%;
}
.haihai__figure-logo {
  margin-right: 10px;
}
.haihai__image-logo {
  max-width: 350px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.haihai-movie {
  position: relative;
}
.haihai-movie__figure {
  position: relative;
  display: block;
  width: 625px;
  height: auto;
  top: 0;
  z-index: 2;
  margin: 0 auto 70px;
}
.haihai-movie__image {
  width: 100%;
}
.haihai-movie-box-pc {
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin: auto;
  width: 489px;
  height: 100%;
  transform: translateX(-50%);
}
.haihai-movie-box-pc__video {
  position: absolute;
  display: block;
  width: 100%;
  margin: auto;
  z-index: 1;
}
.haihai-feature__box {
  padding: 40px 30px 30px;
  border-radius: 10px;
}
.haihai-feature__box--add-icon {
  position: relative;
}
.haihai-feature__box--add-icon::before {
  content: "";
  position: absolute;
  background: url(/lp/salesforce/asset/image/icon_check_yellow.svg) no-repeat;
  background-size: 100%;
  width: 40px;
  height: 40px;
  left: 50%;
  top: -20px;
  transform: translateX(-50%);
}
.haihai-feature__heading-m {
  font-size: 230%;
  text-align: center;
  margin-bottom: 10px;
  min-height: 70px;
  line-height: 1.3;
  color: #074d82;
  display: flex;
  justify-content: center;
  align-items: center;
}
.haihai-feature__figure {
  text-align: center;
  margin-bottom: 10px;
}
.haihai-feature__image {
  max-width: 120px;
  width: 100%;
  height: auto;
}
.haihai-feature__text {
  font-size: 120%;
  line-height: 1.8;
}
/* flow */
.flow__item {
  width: 18%;
  border-radius: 10px;
  position: relative;
  padding: 20px 10px;
}
.flow__item::before {
  content: "";
  width: 45px;
  height: 2px;
  background: #074d82;
  position: absolute;
  right: -35px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.flow__item::after {
  content: "";
  width: 25px;
  height: 25px;
  border-top: 2px solid #074d82;
  border-right: 2px solid #074d82;
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  z-index: 1;
}
.flow__item:last-child:before,
.flow__item:last-child::after {
  display: none;
}
.flow__number-text {
  background: #074d82;
  color: #fff;
  letter-spacing: 0;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 10px 0;
  padding: 3px 15px;
  font-size: 90%;
}
.flow__figure {
  text-align: center;
  margin: 0 auto;
  width: 60%;
}
.flow__image {
  width: 100%;
  height: auto;
}
.flow__heading-m {
  text-align: center;
  font-weight: bold;
  font-size: 110%;
  color: #074d82;
}
.flow__heading-m-sub {
  font-size: 80%;
  display: block;
}
/* faq */
.faq__d-list {
  border-radius: 10px;
  margin-bottom: 15px;
  padding: 10px 20px;
}
.faq__dt {
  color: #074d82;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.faq__dt::before,
.faq__dt::after {
  content: "";
  background: #074d82;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.faq__dt::before {
  width: 20px;
  height: 2px;
  right: 10px;
  transition: 0.2s ease-in-out;
}
.faq__dt::after {
  content: "";
  width: 2px;
  height: 20px;
  right: 19px;
  transition: 0.2s ease-in-out;
}
.faq__dt.active::before,
.faq__dt.active::after {
  transform: rotate(180deg);
}
.faq__dt.active::after {
  opacity: 0;
}
.faq__question-icon {
  font-size: 250%;
  margin-right: 20px;
}
.faq__question-text {
  font-weight: bold;
  font-size: 150%;
}
.faq__dd {
  padding-top: 15px;
  display: none;
}
.faq__answer-area {
  padding: 15px 30px;
  border-radius: 10px;
  display: flex;
  align-items: center;
}
.faq__answer-icon {
  color: #f2901c;
  font-size: 250%;
  margin-right: 20px;
}
.faq__answer-text {
  font-size: 120%;
  line-height: 1.8;
}
/*contact*/
.contact__box {
  padding: 50px;
  box-sizing: border-box;
  border-radius: 10px;
}
/*about rakus*/
.about-rakus__table {
  width: 95%;
  margin: 0 auto 50px;
}
.about-rakus__th {
  font-size: 150%;
  padding: 20px 15px 20px 40px;
  border-bottom: 1px solid #ddd;
  color: #074d82;
  width: 30%;
  box-sizing: border-box;
}
.about-rakus__td {
  font-size: 130%;
  padding: 20px 40px;
  border-bottom: 1px solid #ddd;
  width: 70%;
  box-sizing: border-box;
}
.about-rakus__list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
}
.about-rakus__item:first-of-type {
  margin-right: 30px;
}
.about-rakus__image-privacy {
  height: 100px;
  width: auto;
}
.about-rakus__image-isms {
  height: 100px;
  width: auto;
}

/*footer*/
.footer {
  padding: 0 0 40px;
}
.footer__flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer__figure {
  background: #fff;
  padding: 8px;
  border-radius: 2px;
  margin-right: 30px;
}
.footer__image {
  max-width: 30px;
  width: 100%;
  height: auto;
}
.footer__list {
  display: flex;
  margin-bottom: 10px;
}
.footer__item:first-of-type {
  margin-right: 30px;
  padding-right: 30px;
  border-right: 1px solid #343434;
}
.footer__link {
  text-decoration: underline;
}
.js_pagetop {
  position: fixed;
  bottom: 0;
  right: 10px;
  margin-bottom: 0;
  font-size: 7.7rem;
  z-index: 99;
}
.js_pagetop__link {
  background: #059f94;
  font-size: 1.1rem;
  opacity: 0.75;
  text-decoration: none;
  color: #fff;
  padding: 8px 20px;
  text-align: center;
  display: block;
  border-radius: 5px 5px 0 0;
  border: 3px solid;
}
@media screen and (max-width: 1310px) {
  .kv__heading-xl--bold {
    font-size: 125%;
  }
}
@media screen and (max-width: 1215px) {
  .kv {
    padding: 60px 0;
  } 
  .kv__text-area{
    width: 100%;
    margin-bottom: 30px;
  }
  .kv__heading-xl--bold {
    font-size: 125%;
  }
  .kv__image-area {
    width: 100%;
    padding: 20px 0 0 0;
    text-align: center;
  }
  .kv__image-text {
    margin-top: 20px;
  }
  .common_cta-area__heading-l {
    font-size: 180%;
  }
  .common_cta-area__figure {
    max-width: 350px;
  }

}
@media screen and (max-width: 1024px) {
  /* kv */
  .kv__inner {
    justify-content: center;
  }
  .kv__inner {
    width: 90%;
    margin-bottom: 20px;
    padding: 30px 20px;
    background: rgba(255, 255, 255, 0.9);
    box-sizing: border-box;
    border-radius: 10px;
  }
  /*header*/
  .header {
    background-color: transparent;
    width: 100%;
    height: 45px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
  }
  .header-navi {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
  }
  .header-navi__figure {
    margin-left: 10px;
  }
  .header-navi-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: inherit;
    position: relative;
  }
  .header-navi-menu {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    transform: translateX(100%);
    background-color: #fff;
    transition: ease 0.4s; /*ハンバーガーメニュークリック時のナビゲーションメニュー出現を遅延*/
  }
  .header-navi-menu__item {
    width: 100%;
    border-bottom: 1px solid #172a88;
  }
  .header-navi-menu__link {
    color: #172a88;
    font-weight: bold;
    font-size: 120%;
    padding: 20px;
  }
  .header-navi-menu__link:hover::before {
    display: none;
  }
  .header-navi-cta {
    width: 100%;
  }
  .header-navi-cta__list {
    padding: 12px 0;
  }
  .header-navi-cta__list {
    display: none;
  }
  .js_header-navi-cta__link {
    padding: 8px 3px;
    font-size: 85%;
    letter-spacing: -0.02em;
    max-width: 102px;
  }
  .header-navi-cta__item:first-of-type {
    margin-right: 5px;
  }
  /* ハンバーガーメニュー */
  .header__hamburger {
    width: 45px;
    height: 100%;
    display: block;
    right: 0;
    top: 0;
    position: absolute;
  }
  .hamburger {
    background-color: transparent; /*buttonタグデフォルトスタイルを打ち消し*/
    border-color: transparent; /*buttonタグデフォルトスタイルを打ち消し*/
    z-index: 9999;
    background: #fff;
  }
  .hamburger__border {
    width: 100%;
    height: 1px;
    background-color: #172a88;
    position: relative;
    transition: ease 0.4s;
    display: block;
  }
  .hamburger__border:nth-child(1) {
    top: 0;
  }
  .hamburger__border:nth-child(2) {
    margin: 6px 0;
  }
  .hamburger__border:nth-child(3) {
    top: 0;
  }
  /* ハンバーガーメニュークリック後のスタイル */
  .header-navi-menu.active {
    transform: translateX(0);
    z-index: 1;
  }
  .hamburger.active .hamburger__border:nth-child(1) {
    top: 1px;
    transform: rotate(45deg);
  }
  .hamburger.active .hamburger__border:nth-child(2) {
    opacity: 0;
  }
  .hamburger.active .hamburger__border:nth-child(3) {
    top: -13px;
    transform: rotate(-45deg);
  }
  .kv__cta-link {
    margin: 0 auto;
  }
}
@media screen and (min-width: 1023px) {
  .header-navi-menu__list {
    width: 100%;
    display: flex;
    align-items: center;
    height: initial;
    justify-content: space-between;
    position: inherit;
    top: 0;
    left: 0;
    transform: translate(0, 0);
  }
  .header__hamburger {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .sp-only {
    display: none;
  }
  .pc-only {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }
  .pc-only {
    display: none;
  }
  .common_section-space {
    padding: 40px 0;
  }
  .common_heading-l {
    font-size: 160%;
    margin-bottom: 50px;
  }
  .common_cta-area {
    padding: 35px 0;
  }
  .common_cta-area__image-area {
    display: none;
  }
  .common_cta-area__heading-l {
    font-size: 140%;
    margin: 0 auto 30px;
  }
  .common_cta-area__heading-m {
    font-size: 120%;
    margin: 0 auto 10px;
  }
  .common_info-box__heading-m {
    font-size: 130%;
  }
  .common_lead {
    font-size: 120%;
    line-height: 1.6;
    margin-bottom: 30px;
    text-align: left;
  }
  .common_flex {
    flex-wrap: wrap;
  }
  .common_box-3 {
    width: 100%;
  }
  .common_box-width-40,
  .common_box-width-45,
  .common_box-width-50,
  .common_box-width-55 {
    width: 100%;
  }
  /* kv */
  .salesforce-kazari {
    background: none;
  }
  .kv {
    padding: 20px 0;
  }
  .kv__content {
    padding: 40px 0 0;
  }
  .kv__content::before {
    height: 100px;
  }
  .kv__content::after {
    height: 100px;
  }
  .kv__heading-l {
    font-size: 270%;
    margin-bottom: 20px;
  }
  .kv__heading-l-sub {
    font-size: 70%;
  }
  .kv__lead {
    margin-bottom: 30px;
    font-size: 120%;
  }
  .kv__text-area {
    width: 100%;
  }
  .kv__heading-xl {
    font-size: 140%;
    line-height: 1.3;
  }
  .kv__image-area {
    width: 80%;
    padding: 0;
  }
  .kv__image-text {
    margin-top: 20px;
  }

  /*merit*/
  .merit-wrap {
    max-width: initial;
    padding: 20px;
    margin: 0 auto 20px;
    flex-direction: column;
  }
  .merit-wrap::before {
    border-radius: 10px;
    min-width: inherit;
  }
  .merit-wrap-left-text::before {
    left: 0;
  }
  .merit-wrap-right-text::before {
    right: 0;
  }
  .merit-wrap-reverse-inner {
    flex-direction: column;
  }
  .merit-wrap__text-area {
    margin-bottom: 10px;
  }
  .merit__number-text {
    font-size: 100%;
    text-align: center;
  }
  .merit__heading-m {
    font-size: 180%;
    margin-bottom: 20px;
    text-align: center;
  }
  .merit__item {
    line-height: 1.5;
    font-size: 120%;
    position: relative;
    padding: 0 0 10px 20px;
  }
  .merit__item::before {
    width: 15px;
    height: 15px;
    top: 3px;
  }
  .merit__image {
    max-width: 300px;
  }
  .merit__image-big {
    max-width: 150px;
    margin: 0 auto;
  }
  /* haihai */
  .haihai__image-logo {
    max-width: 200px;
  }
  .haihai__heading-l-text {
    font-size: 200%;
  }
  .haihai__box {
    width: 100%;
    padding: 15px;
    margin-bottom: 20px;
  }
  .haihai__box:last-of-type {
    margin-bottom: 0;
  }
  .haihai__heading-m {
    font-size: 140%;
    margin-bottom: 20px;
  }
  .haihai__image {
    max-width: 100px;
  }
  .haihai__inbox--line-right::after {
    height: 96%;
    right: -8px;
  }
  .haihai__item {
    font-size: 100%;
  }
  /* flow */
  .flow__list {
    justify-content: flex-start;
  }
  .flow__item {
    width: calc(33.333% - 15px);
    padding: 25px 5px 10px;
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .flow__item::before {
    width: 20px;
    right: -15px;
  }
  .flow__item::after {
    right: -16px;
    width: 10px;
    height: 10px;
  }
  .flow__number-text {
    font-size: 80%;
    padding: 2px 10px;
    width: 100%;
    text-align: center;
    border-radius: 10px 10px 0 0;
  }
  .flow__figure {
    width: 40%;
    min-width: 50px;
  }
  .flow__heading-m {
    letter-spacing: 0;
    font-size: 90%;
  }
  .flow__heading-m-sub {
    font-size: 70%;
    display: block;
    margin-bottom: -5px;
  }
  /* faq */
  .faq__d-list {
    padding: 10px 30px 15px 15px;
  }
  .faq__dt::before {
    width: 8px;
    right: -10px;
  }
  .faq__dt::after {
    height: 8px;
    right: -7px;
  }
  .faq__question-icon {
    font-size: 180%;
    margin-right: 10px;
  }
  .faq__question-text {
    font-size: 120%;
  }
  .faq__answer-area {
    padding: 10px;
    align-items: flex-start;
  }
  .faq__answer-icon {
    font-size: 180%;
    margin-right: 10px;
  }
  .faq__answer-text {
    font-size: 100%;
    line-height: 1.3;
  }
}
@media screen and (max-width: 625px) {
  .haihai-movie__figure {
    width: 300px;
    margin-bottom: 30px;
  }
  .haihai-movie-box-pc {
    width: 238px;
  }
  .haihai-feature__box {
    padding: 30px 20px 20px;
    border-radius: 10px;
    margin-bottom: 20px;
  }
  .haihai-feature__box--add-icon::before {
    width: 25px;
    height: 25px;
    top: -10px;
  }
  .haihai-feature__heading-m {
    font-size: 150%;
    min-height: inherit;
  }
  .haihai-feature__image {
    max-width: 90px;
  }
  .haihai-feature__text {
    font-size: 110%;
    line-height: 1.5;
  }
}
@media screen and (max-width: 480px) {
  .common_section-space {
    padding: 30px 0;
  }
  .common_cta__link {
    max-width: 340px;
    font-size: 140%;
    padding: 12px;
  }
  .kv__heading-l {
    font-size: 250%;
  }
  .contact__box {
    padding: 15px;
  }
  .about-rakus__table {
    margin-bottom: 20px;
  }
  .about-rakus__th {
    font-size: 110%;
    padding: 6px 5px 6px 5px;
    width: 25%;
  }
  .about-rakus__td {
    font-size: 100%;
    padding: 6px 6px;
  }
  .footer {
    padding: 20px 0;
  }
  .footer__figure {
    margin-right: 10px;
  }
  .footer__item:first-of-type {
    margin-right: 10px;
    padding-right: 10px;
  }
}

