@charset "utf-8";
/****************************************************************
 TYPOGRAPHY
*****************************************************************/
html {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: #1F1F1F;
  font-size: 16px;
}

/****************************************************************
 SCALE
*****************************************************************/
@media (min-width: 768px) {
  header {
    width: calc(100% / 0.9);
    height: calc(100% / 0.9);
    transform: scale(0.9);
    transform-origin: left top;
  }
  .wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% / 0.9);
    height: calc(100% / 0.9);
    transform: scale(0.9);
    transform-origin: left top;
    overflow-x: hidden;
  }
}

/****************************************************************
 OVERRIDE
*****************************************************************/
.text-base {
  line-height: 1.75 !important;
}

.text-xs,
.text-4xl,
.md\:text-4xl,
.sm\:text-5xl,
.md\:text-5xl,
.md\:text-3xl,
.md\:text-5xl {
  line-height: 1.5 !important;
}

@media (max-width: 767px) {
  .md\:text-3xl.text-xl {
    line-height: 1.75 !important;
  }
}
.text-gray-400 {
  color: #9C9C9C;
}
.text-gray-500 {
  color: #6b6b6b;
}
.bg-gray-100 {
  background-color: #F3F3F3;
}
.bg-gray-500 {
  background-color: #6B6B6B;
}

/****************************************************************
 ANCHOR
*****************************************************************/
a:link,
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:active {
  opacity: 0.6;
  text-decoration: none;
}

@media (max-width: 767px) {
  a:hover {
    text-decoration: none;
  }
}

/****************************************************************
 HEADLINE
*****************************************************************/
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
}
.section-heading {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.5;
}
.section-heading span {
  display: block;
  font-size: 2.25rem;
  line-height: 1.5;
}
.section-sub-heading {
  line-height: 1.5;
}
.font-inter {
  font-family: 'Inter', sans-serif;
}
.font-noto {
  font-family: 'Noto Sans JP', sans-serif;
}
.cowerker-heading {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
  font-family: 'Inter', sans-serif;
}
.cowerker-heading span {
  display: block;
  font-size: 1rem;
  line-height: 1;
  margin-top: 8px
}
@media (max-width: 767px) {
  .section-heading {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .section-heading span {
    font-size: 1.25rem;
    line-height: 1.75;
  }
  .cowerker-heading {
    font-size: 1.5rem;
  }
}

/****************************************************************
 FLUID IMAGE
*****************************************************************/
img {
  max-width: 100%;
  height: auto;
}

/****************************************************************
 BUTTON
*****************************************************************/
.button-lp {
  border-radius: 100px;
  box-shadow: 0px 0px 24px 0px #000000;
  font-family: 'Noto Sans JP', sans-serif;
  position: relative;
  opacity: 1;
  text-decoration: none;
}
.button-lp:hover {
  text-decoration: none;
}
.button-primary,
.button-primary-secondary {
  line-height: 84px;
}
.button-primary {
  background: linear-gradient(90deg, #F5833E 0%, #FEAD48 100%);
  transition: background 0.2s;
}
.button-primary:hover {
  background: linear-gradient(90deg, #F5833E 0%, #F5833E 100%);
}
.button-primary-secondary,
.button-more-detail {
  color: #27272A;
  background-color: #FFFFFF;
  box-shadow: 0px 4px 24px 0px #CBCBCB;
  box-sizing: border-box;
}
.cta-section .button-primary-secondary {
  box-shadow: 0px 0px 24px 0px #000000;
}
.button-primary-secondary span {
  transition: opacity 0.2s;
}
.button-primary-secondary:hover span {
  opacity: 0.75;
}
.button-more {
  line-height: 56px;
}
.button-primary-full {
  width: 100%;
}
.button-primary:not(:only-child) {
  min-width: 0;
}
.button-primary-large {
  font-size: 24px !important;
  width: 335px;
  height: 60px;
}
.button-primary-extra-large {
  font-size: 14px !important;
  width: 300px;
  height: 60px;
}
.button-secondary {
  width: 200px;
  height: 50px;
  background-image: linear-gradient(155deg, #f2f3f5, #fff);
  background-color: #f5f5f5;
  border: 2px solid #292929;
  font-weight: 600;
  color: #292929 !important;
}
.button-secondary:not(:only-child) {
  min-width: 0;
}
.button-secondary-large {
  font-size: 24px !important;
  width: 335px;
  height: 60px;
}
.button-more-detail {
  background-color: #FFFFFF;
  line-height: 56px;
  position: relative;
}
.button-more-detail::before {
  background: url('/lp/images/external-link.svg') center / contain;
  content: '';
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.2s;
  right: 24px;
}
.button-more-detail span {
  transition: opacity 0.2s;
}
.button-more-detail:hover::before,
.button-more-detail:hover span {
  opacity: 0.75;
}
@media (max-width: 767px) {
  .button-lp {
    line-height: 64px;
  }
  .button-lp:hover {
    opacity: 1;
  }
  .button-primary:hover {
    background: linear-gradient(90deg, #F5833E 0%, #FEAD48 100%);
  }
  .button-more-detail:hover::before,
  .button-more-detail:hover span,
  .button-primary-secondary:hover span {
    opacity: 1;
  }
  .cta-nav .button-lp {
    width: 100%;
  }
}

/****************************************************************
 HEADER
*****************************************************************/
header {
  background-color: #FFFFFF;
  /*box-shadow: 0px 8px 40px 0px #CBCBCBBF;*/
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
  height: 88px;
}
header > div {
  display: flex;
  align-items: center;
  height: inherit;
  gap: 30px;
}
header .menu{
  gap: 5rem;
  justify-content: space-between;
  flex: 1;
}
@media screen and (max-width: 1199px) {
  header {
    height: auto;
  }
  header > div {
    flex-wrap: wrap;
    padding: 25px 0;
    gap: 15px;
  }
  header .menu {
    flex: auto;
  }
}
@media screen and (max-width: 767px) {
  header > div {
    padding: 0;
  }
  header > div {
    justify-content: space-between;
  }
}
header .menu > ul {
  display: flex;
  align-items: center;
  gap: 24px;
}
header .menu > ul > li a {
  color: #1F2937;
  font-size: .9rem;
}
@media screen and (max-width: 991px) {
  header .menu > ul > li a {
    font-size: .8rem;
  }
}
.menu-link {
  display: block;
  border-bottom: none;
  line-height: 1.75;
  transition: border-bottom 0.2s;
}
.menu-link:hover {
  border-bottom: 1px solid #1F1F1F;
  text-decoration: none;
}
/* サブメニュー */
@media screen and (min-width: 768px) {
  .menu-item:hover .menu-link {
    border: none;
  }
  .menu-submenu {
    z-index: 2;
    overflow: hidden;
    transition: 0.3s;
    opacity: 0;
    height: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    bottom: 0;
    width: max-content;
    background-color: #fff;
    white-space: nowrap;
    transform: translate(0, 100%);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  }
  .menu-item:hover .menu-submenu {
    opacity: 1;
    height: auto;
  }
  .menu-submenu a {
    display: flex;
    padding: 16px;
    border: 1px solid #ececec;
    justify-content: space-between;
    align-items: center;
  }
  .menu-submenu a:hover {
    text-decoration: none;
  }
  .menu-submenu a span {
    display: block;
  }
  .menu-submenu a span:first-child {
    line-height: 1;
  }
  .menu-submenu a span:last-child {
    margin-left: 15px;
  }
}

header .menu [class^="header-button"] {
  border-radius: 20px;
  height: 40px;
  transition: opacity 0.2s;
  width: 160px;
}
@media screen and (max-width: 991px) {
  header .menu [class^="header-button"] {
    width: 140px;
  }
}
header .menu [class^="header-button"]:hover {
  text-decoration: none;
}
header .menu .header-button-secondary {
  border: 1px solid rgba(0, 0, 0, 0.12);
  color: #1F1F1F;
}
header .menu .header-button-secondary:hover {
  text-decoration: none;
}
header .menu .header-button-secondary span {
  transition: opacity 0.2s;
}
header .menu .header-button-secondary:hover span {
  opacity: 0.75;
}
header .menu .header-button-primary {
  background: linear-gradient(90deg, #F5833E 0%, #FEAD48 100%);
  transition: background 0.3s ease;
  color: #FFFFFF;
}
header .menu .header-button-primary:hover {
  background: linear-gradient(90deg, #F5833E 0%, #F5833E 100%);
}
header .menu .header-button:hover {
  opacity: 0.5;
  text-decoration: none;
}
header .mobile-menu {
  display: none;
}
@media (max-width: 767px) {
  header {
    box-shadow: 0px 8px 40px 0px rgba(203, 203, 203, 0.75);
    height: 56px;
  }
  header .menu {
    display: none;
  }
  header .mobile-menu {
    display: block;
    /* position: fixed;
    top: 0;
    right: 0; */
    z-index: 1;
  }
  .header-logo {
    width: 112px;
  }
}

/****************************************************************
 MENU
*****************************************************************/
#menuToggle {
  display: block;
  padding: 5px 3px;
  position: relative;
  top: 1rem;
  right: 1rem;
  user-select: none;
  -webkit-user-select: none;
  z-index: 1;
}
@media (max-width: 767px) {
  #menuToggle {
    padding: unset;
    top: unset;
    right: unset;
  }
}
#menuToggle > input {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -8px;
  right: -8px;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  -webkit-touch-callout: none;
}
#menuToggle > span {
  background: #1F2937;
  border-radius: 2px;
  display: block;
  height: 2px;
  margin-bottom: 4px;
  position: relative;
  width: 18px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition:
    transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
    background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
    opacity 0.55s ease,
    width 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
}
#menuToggle span:nth-last-child(4) {
  transform-origin: -1px 6px;
}
#menuToggle span:nth-last-child(2) {
  margin-bottom: 0;
  transform-origin: 3px -2px;
}
#menuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  width: 18.38477631085px;
}
#menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
#menuToggle input:checked ~ span:nth-last-child(2) {
  transform: rotate(-45deg) translate(0, -1px);
}
#menuToggle input:not(:checked) {
  opacity: 0;
}
#menuToggle input:checked ~ .menu-sp {
  opacity: 1;
  transform: none;
  box-shadow: 0px 0px 24px 0px #D1D1D1;
  transition: all .3s;
}
.menu-sp a {
  text-decoration: none;
  color: #1F2937;
  font-size: 16px;
  line-height: 28px;
  transition: color 0.3s ease;
}
.menu-sp {
  position: fixed;
  top: 0;
  right: 0;
  width: 226px;
  height: 100vh;
  padding: 16px;
  padding-top: 76px;
  background: #FFFFFF;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(100%, 0);
  transition: all .3s;
}
.menu-sp li:not(.btn-wrapper) {
  padding: 20px 0;
}
.menu-sp .btn-wrapper {
  margin-top: 24px;
}
.menu-sp .btn-wrapper + .btn-wrapper {
  margin-top: 8px;
}
[class^="menu-button"] {
  border-radius: 20px;
  font-family: 'Noto Sans JP', sans-serif;
  height: 40px;
}
.menu-sp .menu-button-primary {
  background: linear-gradient(90deg, #F5833E 0%, #FEAD48 100%);
  color: #FFFFFF;
}
.menu-sp .menu-button-secondary {
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.12);
  color: #1F2937;
}
.menu-sp li button.helpMenu-button{
  position: relative;
}
.menu-sp li button.helpMenu-button .allow-position{
  position: absolute;
  right:-20px;
  top:-3px;
}
.menu-sp li button.js-helpMenu-accordion.helpMenu-open .arrow.arrow-bottom::before {
  transform: rotate(-45deg);
}
.arrow {
  position: relative;
  display: inline-block;
  padding: 10px;
}
.arrow::before {
  content: '';
  width: 10px;
  height: 10px;
  border-top: solid 2px #1F2937;
  border-right: solid 2px #1F2937;
  position: absolute;
  left: 10px;
  top: 8px;
}
.arrow.arrow-bottom::before {
  transform: rotate(135deg);
  transition: all .5s;
}
.menu-sp .menu-sp-child{
  display: none;
}
.menu-sp .menu-sp-child a{
  display: block;
  padding: 16px 24px;
}
@media (max-width: 767px) {
  [class^="menu-button"] {
    border-radius: 50px;
    height: 48px;
  }
}

/****************************************************************
 THREE FEATURE
*****************************************************************/
.three-feature-list > li {
  column-gap: 40px;
}
.three-feature-list > li + li {
  margin-top: 120px;
}
.three-feature-list > li > div {
  flex: 1;
}
.feature-item-heading {
  line-height: 2.25 !important;
}
.feature-heading-sub {
  padding-left: 16px;
  position: relative;
}
.feature-heading-sub::before {
  background-color: #1F1F1F;
  content: '';
  height: 100%;
  left: 2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
}
.feature-sub-list > li {
  padding-left: 1em;
  text-indent: -1em;
}
.feature-sub-list > li::before {
  content: '・';
  font-weight: bold;
}
.feature-slider {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.feature-slider img {
  height: 610px;
  margin: 0 auto;
  width: auto;
  object-fit: cover;
}
* {
  /* flex-item内でslick.jsを動かすための記述 */
  min-height:0;
  min-width : 0;
}
.feature-slider-dots {
  display: flex;
  font-size: 0;
  justify-content: center;
  margin-top: 12px;
}
.feature-slider-dots li + li {
  margin-left: 16px;
}
.feature-slider-dots li button {
  background-color: #9C9C9C;
  border-radius: 50%;
  height: 12px;
  width: 12px;
}
.feature-slider-dots .slick-active button {
  background-color: #373737;
}
.feature-slider.slick-slider {
  /* override */
  margin-bottom: 1px;
}
.three-feature-img {
  max-height: 610px;
  margin: 0 auto;
  width: auto;
}
@media (max-width: 767px) {
  .three-feature-list > li {
    flex-direction: column;
  }
  .three-feature-list > li + li {
    margin-top: 40px;
  }
  .three-feature-list > li > div {
    flex: 1;
    width: 100%;
  }
  .three-feature-list > li:nth-child(2) div:first-child {
    order: 1;
  }
  .feature-heading {
    margin-top: 20px;
  }
  .feature-slider img {
    height: 366px;
  }
  .three-feature-img {
    max-height: none;
    width: 60%;
    min-width: 288px;
  }
  img.three-feature-img{
    width: 100%;
  }
  .feature-item-heading {
    line-height: 1.75 !important;
  }
}

/****************************************************************
 FEATURE
*****************************************************************/
.feature-list {
 gap: 64px;
}
.feature-list > li {
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 24px;
  width: calc((100% - 64px) / 2);
}
.feature-list img {
  height: 160px;
  width: auto;
}
.feature-item-heading {
  line-height: 2.25 !important;
}
@media (max-width: 767px) {
  .feature-list {
    gap: 0;
  }
  .feature-list > li {
    border-radius: 12px;
    width: 100%;
  }
  .feature-list > li + li {
    margin-top: 24px;
  }
  .feature-list img {
    height: 80px;
  }
}

/****************************************************************
 FEATURE LIST
*****************************************************************/
.feature-text-list {
  column-gap: 20px;
}
.feature-text-list > li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding: 40px;
  width: calc((100% - 40px) / 3);
}
.feature-text-list > li::before {
  background: url('/lp/images/check_icon.svg') center / contain;
  content: '';
  display: block;
  height: 24px;
  margin-right: 8px;
  width: 24px;
}
@media (max-width: 860px) {
  .feature-text-list > li {
    padding: 20px 0;
    width: calc((100% - 40px) / 2);
  }
  .feature-text-list > li::before {
    margin-right: 12px;
  }
}
@media (max-width: 767px) {
  .feature-text-list {
    gap: 0;
  }
  .feature-text-list > li {
    width: 100%;
  }
}

/****************************************************************
 AI COWORKER
*****************************************************************/
.cowerker-list {
  column-gap: 64px;
}
.cowerker-list > div {
  width: calc((100% - 128px) / 3);
}
.cowerker-logo{
  width: 100%;
  max-width: 700px;
}
.cowerker-image {
  margin: 0 auto;
}
@media (max-width: 860px) {
  .cowerker-list {
    gap: 24px 0;
  }
  .cowerker-list > div {
    width: 100%;
  }
  .feature-text-list > li::before {
    margin-right: 12px;
  }
  .cowerker-image {
    width: 60%;
    min-width: 288px;
  }
}
@media (max-width: 767px) {
  .feature-text-list {
    gap: 0;
  }
  .feature-text-list > li {
    width: 100%;
  }
}

/****************************************************************
 SECTION: BOOST YOUR BUSINESS
*****************************************************************/
.boost-slide {
  width: calc(252px * 3 + 48px);
  margin-left: auto;
  margin-right: auto;
}
.boost-item {
  width: 284px;
  height: auto;
}
.boost-content {
  position: relative;
  top: 0px;
  left: 0px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: start;
  background-color: #FFFFFF;
  height: 100%;
  margin: 0 16px;
  transition: all 0.15s;
}
.boost-content-logo {
  position: relative;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
}
.boost-content-img {
  max-height: 90px;
  max-width: 240px;
}
.boost-content-text {
  line-height: 1.5 !important;
}
.slick-slide:focus {
  outline: none;
}

@media (max-width: 860px) {
  .boost-slide {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
}

/****************************************************************
 COVER
*****************************************************************/
.cover {
  padding-bottom: 22px;
  padding-top: 209px;
}
.kv-sub-heading-list {
  line-height: 1.5;
}
.kv-image {
  position: absolute;
  height: auto;
  left: calc((548 / 16) * 1rem);
  max-width: unset;
  top: calc(-1 * (57 / 16) * 1rem);
  width: 1080px;
  z-index: 3;
}
.cover h1 {
  font-size: 64px;
  font-family: 'Noto Sans JP';
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.04em;
}
.cover-btn-list {
  column-gap: 16px;
}
.cover-btn-list a {
  border-radius: 30px;
  box-shadow: 0px 8px 40px 0px #CBCBCB;
  font-size: 20px;
  height: 60px;
  transition: opacity 0.2s;
  width: 240px;
}
/* .cover-btn-list a:hover {
  opacity: 0.5;
} */
.cover-btn-list > li:first-child a {
  background: #FFFFFF;
  color: #1F2937;
}
.cover-btn-list > li:first-child a:hover span {
  transition: opacity 0.2s;
}
.cover-btn-list > li:first-child a:hover {
  text-decoration: none;
}
.cover-btn-list > li:first-child a:hover span {
  opacity: 0.75;
}
.cover-btn-list > li:last-child a {
  background: linear-gradient(90deg, #F5833E 0%, #FEAD48 100%);
  color: #FFFFFF;
  transition: background 0.2s;
}.cover-btn-list > li:first-child a:hover span {
  opacity: 0.75;
}
.cover-btn-list > li:last-child a:hover {
  background: linear-gradient(90deg, #F5833E 0%, #F5833E 100%);
  text-decoration: none;
}
@media (max-width: 1350px) {
  .kv-image {
    top: calc(-1 * (10 / 16) * 1rem);
    width: 940px;
    left: calc((499 / 16) * 1rem);
  }
}
@media (max-width: 980px) {
  .kv-image {
    top: calc(-1 * (20 / 16) * 1rem);
    width: 925px;
  }
}
@media (max-width: 767px) {
  .cover {
    padding-bottom: 0;
    padding-top: 88px;
  }
  .cover h1 {
    font-size: 32px;
    line-height: 1.5;
    text-align: center;
  }
  .kv-image {
    position: relative;
    top: 0;
    left: 0;
    margin: 8px auto 0;
    width: calc((460 / 320) * 100vw);
  }
  .kv-sub-heading-list {
    line-height: 1.75;
  }
  .cover-btn-list a {
    border-radius: 100px;
    font-size: 16px;
    height: 48px;
    width: 100%;
  }
  .cover-btn-list a:hover {
    opacity: 1;
  }
  .cover-btn-list > li:first-child a:hover span {
    opacity: 1;
  }
  .cover-btn-list > li:last-child a:hover {
    background: linear-gradient(90deg, #F5833E 0%, #FEAD48 100%);
  }
}

/****************************************************************
 FEATURES
*****************************************************************/
.external-link-list > li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.external-link-list > li > a::before {
  background: url('/lp/images/external-link.svg') center / contain;
  content: "";
  height: 24px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
}

/****************************************************************
 CUSTOMERS
*****************************************************************/
.customer-text {
  line-height: 1.5;
}
.customer-logos {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
.introduced {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: max-content;
  animation: slide 25s linear infinite;
}
.introduced img {
  max-width: 120px;
  min-width: 120px;
  width: 100%;
  height: auto;
  display: block;
  margin: 10px 20px;
}
@keyframes slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.message-section {
  background: linear-gradient(108.58deg, #000000 0%, #000000 49.99%, #1F1F1F 49.99%, #1F1F1F 100%);
}
.message-text-wrapper::before,
.message-text-wrapper::after {
  border-color: #FFFFFF;
  border-style: solid;
  content: '';
  height: 120px;
  position: absolute;
  width: 240px;
}
.message-text-wrapper::before {
  border-width: 1px 0 0 1px;
  left: 0;
  top: 0;
}
.message-text-wrapper::after {
  border-width: 0 1px 1px 0;
  bottom: 0;
  right: 0;
}
.message-text-wrapper > h4 {
  line-height: 1.5;
}
@media (max-width: 767px) {
  .customer-text {
    line-height: 1.75;
  }
}
/****************************************************************
 USER STORY SECTION
*****************************************************************/
.slick-track {
  display: flex;
}
.user-story-slide {
  width: calc(404px * 2 + 32px);
}
.user-story-item {
  box-shadow: 0px 8px 32px 0px #CBCBCB;
  width: 404px;
  margin: 0 16px;
  height: auto;
}
.user-story-item-inner {
  transition: opacity 0.2s;
}
.user-story-item-inner:hover {
  opacity: 0.75;
}
.user-story-item-inner:hover .user-story-company-name {
  text-decoration: underline;
}
.user-story-company-name {
  line-height: 1.5 !important;
}
.user-story-item .thumb {
  overflow: hidden;
}
.user-story-message {
  line-height: 1.75 !important;
}
.user-story-chip {
  border-radius: 100px;
}
.slick-list {
  overflow: visible !important;
}
.slide-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background-color: #373737;
  z-index: 5;
  box-shadow: 0px 4px 24px 0px #CBCBCB;
}
.slide-arrow:active {
  box-shadow: none;
}
.slide-arrow::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  opacity: 1;
  transition: opacity 0.2s;
}
.slide-arrow.prev-arrow {
  left: -96px;
}
.slide-arrow.next-arrow {
  right: -96px;
}
.slide-arrow.prev-arrow::before {
  background-image: url(/lp/images/chevron-left.svg);
}
.slide-arrow.next-arrow::before {
  background-image: url(/lp/images/chevron-right.svg);
}
.slide-arrow:hover::before {
  opacity: 0.75;
}
@media (max-width: 767px) {
  .slide-arrow:hover::before {
    opacity: 1;
  }
  .slide-arrow.prev-arrow {
    left: 16px;
  }
  .slide-arrow.next-arrow {
    right: 16px;
  }
  .user-story-slide {
    width: auto;
  }
  .user-story-item {
    box-shadow: 0px 2px 16px 0px #CBCBCB;
    width: 252px;
    margin: 0 8px;
  }
  .user-story-item-inner:hover {
    opacity: 1;
  }
  .user-story-item-inner:hover .user-story-company-name {
    text-decoration: none;
  }
}

/****************************************************************
 FLOW
*****************************************************************/
.flow-list-texts {
  width: calc(100% - 280px - 64px);
}
.flow-list-texts > h3 > span {
  line-height: 1.5;
}
.flow-step-image {
  background-color: #F3F3F3;
  border-radius: 50%;
  width: 280px;
  height: 280px;
}
.flow-step-image > img {
  height: 120px;
  width: auto;
}
.flow-sub-list > li {
  padding-left: 1em;
  text-indent: -1em;
}
.flow-sub-list > li::before {
  content: "・";
  font-weight: bold;
}
.flow-sub-list-wrap {
  border-left: 2px solid #1F1F1F;
}

@media (max-width: 1023px) {
  .flow-list-texts {
    width: 100%;
  }
  .flow-step-image {
    margin: 0 auto;
    width: 200px;
    height: 200px;
  }
  .flow-step-image > img {
    height: 80px;
  }
}

/****************************************************************
 CTA
*****************************************************************/
.cta-section {
  background: linear-gradient(108.58deg, #000000 0%, #000000 49.99%, #1F1F1F 49.99%, #1F1F1F 100%);
}
.cta-nav > div,
.cta-nav > div > .button-lp {
  width: 100%;
}

/****************************************************************
 INFORMATION
*****************************************************************/
.information-list > div {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  line-height: 1.75;
}

/****************************************************************
 FAQ
*****************************************************************/
.faq-content {
  background-color: #FFFFFF;
  box-shadow: 0px 8px 32px 0px #CBCBCB;
  opacity: 1;
  transition: opacity 0.2s, box-shadow 0.2s;
  line-height: 1.75;
}
.faq-content:hover .faq-question {
  box-shadow: none;
  opacity: 0.5;
}
details[open]:hover .faq-question {
  opacity: 1.0;
}
.faq-question {
  padding-right: 88px;
  position: relative;
  cursor: pointer;
  user-select: none;
}
.faq-question::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
  content: "";
  background: url(/lp/images/faq-plus.svg) center / contain;
  width: 24px;
  height: 24px;
}
details summary::-webkit-details-marker,
details summary::marker {
  display: none;
  content: "";
}

details[open] .faq-question::before {
  background-image: url(/lp/images/faq-minus.svg);
}
.faq-question span,
.faq-answer span {
  font-size: 32px;
  line-height: 1;
  font-family: 'Inter', sans-serif;
}
.faq-close-button {
  text-align: center;
  display: none;
}

@media (max-width: 767px) {
  .faq-content {
    box-shadow: 0px 2px 16px 0px #CBCBCB;
  }
  .faq-content:hover .faq-question {
    opacity: 1;
  }
  .faq-question {
    padding-right: 56px;
  }
  .faq-question::before {
    right: 20px;
  }
  details[open] .faq-question {
    background: none;
  }
  details[open] .faq-answer {
    list-style: none;
  }
  .faq-question span,
  .faq-answer span {
    font-size: 24px;
  }
}

/****************************************************************
 FOOTER
*****************************************************************/
footer {
  background-color: #1F1F1F;
}
.footer-text-wrap {
  line-height: 1.75;
}

/****************************************************************
 GENERAL SECTION
*****************************************************************/
section>div>h2 {
  grid-area: title;
  font-size: 1.875rem;
}
@media (max-width: 767px) {
  section>div>h2 {
    font-size: 1.4rem;
  }
}
section>div>p {
  grid-area: body;
}
section>div>ul {
  grid-area: note;
  font-size: 12px;
  text-align: left;
}
@media (max-width: 767px) {
  section>div>ul {
    font-size: 10px;
  }
}
section>div>figure {
  grid-area: image;
  padding: 0 8%;
}
section>div>figure>img {
  width: 100%;
}
section>div>* {
  flex: 1 0 50%;
}
body:not(.loading) .button-loading {
  display: none;
}

body.loading .button-loading+button {
  display: none;
}
