/*********************************/
/* COMMON */
/*********************************/
html {
  font-weight: 400;
}

img {
  max-width: 100%;
  height: auto;
}

main.sns {
  color: #0f2358;
  font-size: 16px;
  font-family: 'Hiragino Sans', 'ヒラギノ角ゴシック', 'メイリオ', Meiryo,
    'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.container {
  max-width: 1020px;
  margin: auto;
}

.flex {
  display: flex;
  justify-content: space-between;
}

.sec-txt {
  max-width: 800px;
  margin: auto;
  line-height: 2;
}

.sec-txt p:not(:last-of-type) {
  margin-bottom: 1em;
}

.accent-blue {
  color: #17b8de;
}

.accent-purple {
  color: #3a3aa5;
}

.accent-pink {
  color: #f43771;
}

.accent-yellow {
  color: #efff2b;
}

.marker {
  background: linear-gradient(transparent 50%, #f4faff 50%);
}

.btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 440px;
  height: 72px;
  margin: auto;
  color: #fff;
  font-weight: bold;
  font-weight: 700;
  font-size: 20px;
  background: linear-gradient(to right, #f27a58, #fab250);
  border-radius: 100px;
  transition: all 0.3s ease;
}

.btn:hover {
  width: 460px;
  letter-spacing: 0.05em;
}

.btn::before {
  position: absolute;
  bottom: -5px;
  z-index: -1;
  display: inline-block;
  width: 400px;
  height: 24px;
  background: rgba(3, 49, 154, 0.8);
  border-radius: 30em;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-filter: blur(20px) brightness(0.95);
  filter: blur(20px) brightness(0.95);
  transition: all 0.3s ease-out;
  content: '';
}

.sec-title-wrap {
  text-align: center;
}

.sec-title {
  font-weight: 800;
  font-size: 34px;
  line-height: 1.76;
  text-align: center;
}

.icn-title {
  position: relative;
  display: inline-block;
  margin-top: 180px;
  margin-bottom: 48px;
}

.icn-title::before {
  position: absolute;
  bottom: 15px;
  left: -120px;
  width: 98px;
  height: 98px;
  background: url(../img/icn-ttl.svg) no-repeat;
  background-size: contain;
  content: '';
}

.title-sm {
  display: block;
  font-weight: 700;
  font-size: 22px;
}

.emphasis-dot {
  position: relative;
  display: inline-block;
}

.emphasis-dot::before {
  position: absolute;
  top: -0.6em;
  left: 50%;
  color: #333333;
  font-size: 0.5em;
  transform: translate(-50%, 0);
  content: '・';
}

.icn-facebook {
  display: inline-block;
  background: url(../img/icn-fb.svg) no-repeat;
  background-size: contain;
}

.icn-instagram {
  display: inline-block;
  background: url(../img/icn-ig.svg) no-repeat;
  background-size: contain;
}

.icn-twitter {
  display: inline-block;
  background: url(../img/icn-twitter.svg) no-repeat;
  background-size: contain;
}

.sp {
  display: none;
}

@media (max-width: 767px) {
  .btn {
    width: 100%;
    max-width: 327px;
    height: 64px;
    font-size: 18px;
  }

  .btn::before {
    max-width: 287px;
  }

  .flex {
    flex-direction: column;
  }

  .sp {
    display: block;
  }

  .pc {
    display: none;
  }

  .title-sm {
    font-size: 20px;
  }

  .sec-title {
    font-size: 28px;
  }

  .icn-title {
    margin-top: 70px;
  }

  .icn-title::before {
    left: -35px;
    width: 50px;
    height: 50px;
    background: url(../img/icn-ttl.svg) no-repeat;
    background-size: contain;
    content: '';
  }

  .sec-txt {
    margin-right: 16px;
    margin-left: 16px;
  }
}

/*********************************/
/* MV */
/*********************************/
.section-mv {
  position: relative;
}

.section-mv::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 50%;
  height: 100%;
  background: url(../img/mv-l.svg) no-repeat center / contain;
  content: '';
}

.section-mv::after {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  width: 50%;
  height: 100%;
  background: url(../img/mv-r.svg) no-repeat center / contain;
  content: '';
}

.mv-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 100px 0;
  text-align: center;
}

.mv-title {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  color: #0f2358;
  font-weight: 800;
  font-size: 64px;
  line-height: 1.5;
}

.mv-title span {
  display: block;
  font-size: 90px;
}

.mv-subtitle {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 24px;
}

.sns-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 50%;
  margin-top: 40px;
  padding: 10px;
  background: #fff;
  border: 2px solid #17b8de;
  border-radius: 15px;
}

.sns-item {
  height: 30px;
  margin: 8px;
}

.sns-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 767px) {
  .section-mv::before {
    top: -27px;
    left: 0;
    width: 524px;
    height: 573px;
    background: url(../img/mv-sp.svg);
    transform: none;
  }

  .section-mv::after {
    content: none;
  }

  .mv-content {
    display: block;
    margin: 0 24px;
    padding-top: 110px;
    padding-bottom: 140px;
  }

  .mv-subtitle {
    margin-bottom: 0;
    font-size: 22px;
    line-height: 1.72;
  }

  .mv-title {
    margin-bottom: 20px;
    font-size: 41px;
  }

  .mv-title span {
    font-size: 57px;
  }

  .sns-list {
    width: 100%;
    margin-top: 20px;
    padding: 5px;
    border-radius: 8px;
  }

  .sns-item {
    height: 27px;
    margin: 5px;
  }
}

/*********************************/
/* WORRIES */
/*********************************/
.section-worries {
  position: relative;
}

.worries-l {
  position: relative;
  z-index: 5;
  font-size: 28px;
}

.worries-l img {
  position: absolute;
  top: 245px;
  left: 10px;
  max-width: none;
}

.worries-l h2 {
  position: relative;
  width: fit-content;
  margin: 0 auto 40px;
  font-weight: 800;
  font-size: 28px;
  line-height: 1.78;
  text-align: center;
}

.worries-l h2::after {
  position: absolute;
  right: -60px;
  bottom: 10px;
  width: 47px;
  height: 53px;
  background: url(../img/img-worries-01.png) no-repeat;
  background-size: contain;
  content: '';
}

.worries-r {
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
}

.worries-r ul {
  align-items: center;
  justify-content: center;
  column-gap: 20px;
}

.worries-r li {
  position: relative;
  width: 33%;
  padding: 68px 10px 34px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
  background: #f4faff;
}

.worries-r li:not(:last-of-type) {
  margin-bottom: 8px;
}

.worries-r li::before {
  position: absolute;
  top: 25px;
  right: 0;
  left: 0;
  width: 28px;
  height: 28px;
  margin: auto;
  background: url(../img/icon-cross.svg) no-repeat;
  background-size: contain;
  content: '';
}

.section-worries .bg-bottom {
  width: 100vw;
  max-width: 100vw;
  margin: 65px calc(50% - 50vw) 0;
}

@media (max-width: 767px) {
  .section-worries ul {
    margin-top: 20px;
    padding: 0 20px;
  }

  .worries-l img {
    top: -170px;
    left: 0;
    z-index: -1;
    width: 77.84%;
  }

  .worries-r {
    width: 100%;
  }

  .worries-l h2 {
    margin-bottom: 30px;
    font-size: 22px;
    text-align: center;
  }

  .worries-l h2::after {
    right: 40px;
    bottom: 45px;
    width: 33px;
    height: 36px;
  }

  .worries-l h2 .title-sm {
    font-size: 20px;
  }

  .worries-r ul {
    position: relative;
  }

  .worries-r ul::before {
    position: absolute;
    top: -5px;
    left: -30px;
    width: 258px;
    height: 190px;
    background: url(../img/bg-worries-sp-03.png) no-repeat;
    background-size: contain;
    content: '';
  }

  .worries-r li {
    width: 100%;
    padding: 20px 16px 20px 42px;
    font-size: 16px;
    line-height: 1;
    text-align: left;
  }

  .worries-r li::before {
    top: 50%;
    right: inherit;
    left: 16px;
    width: 16px;
    height: 16px;
    transform: translateY(-8px);
  }

  .section-worries .bg-bottom {
    margin: 0 calc(50% - 50vw);
  }
}

/*********************************/
/* SOLUTIONS */
/*********************************/
.section-solutions {
  margin: 0 auto 112px;
}

.section-solutions .container {
  position: relative;
  /* padding: 90px 32px 32px 32px; */
  /* background: transparent linear-gradient(154deg, #fef5ff 0%, #f0f3ff 35%) 0% 0%
    no-repeat padding-box; */
}

.section-solutions .container::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 447px;
  background: url(../img/solutions-bg.svg) no-repeat;
  content: '';
}

.section-solutions .container::after {
  position: absolute;
  top: -90px;
  left: -120px;
  z-index: -1;
  width: 369px;
  height: 272px;
  background: url(../img/bg-solutions-01.png) no-repeat;
  background-size: contain;
  content: '';
}

.section-solutions .sec-title {
  position: relative;
  z-index: 1;
  width: fit-content;
  margin: 0 auto 40px;
}

.section-solutions .sec-title::after {
  position: absolute;
  right: -100px;
  bottom: 15px;
  width: 97px;
  height: 97px;
  background: url(../img/img-solutions-01.svg) no-repeat;
  background-size: contain;
  content: '';
}

.section-solutions .title-sm {
  margin-bottom: 15px;
}

.section-solutions ul {
  position: relative;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: 1020px;
  margin: 0 auto;
  margin-bottom: 15px;
}

.section-solutions li {
  position: relative;
  display: block;
  width: calc((100% - 60px) / 4);
  margin-bottom: 20px;
  padding: 103px 20px 30px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 1px;
  background: transparent linear-gradient(154deg, #fef5ff 0%, #f0f3ff 35%) 0% 0% no-repeat padding-box;
}

.section-solutions li:not(:nth-child(4n)) {
  margin-right: 20px;
}

.section-solutions li::before {
  position: absolute;
  top: 32px;
  right: 0;
  left: 0;
  width: 65px;
  height: 52px;
  margin: auto;
  background: url(../img/icon-sol-1.svg) no-repeat;
  background-size: contain;
  content: '';
}

.section-solutions li.sol2::before {
  top: 20px;
  width: 66.5px;
  height: 66.5px;
  background: url(../img/icon-sol-2.svg) no-repeat;
  background-size: contain;
}

.section-solutions li.sol3::before {
  top: 20px;
  width: 66.5px;
  height: 66.5px;
  background: url(../img/icon-sol-3.svg) no-repeat;
  background-size: contain;
}

.section-solutions li.sol4::before {
  top: 36px;
  width: 63.2px;
  height: 48.2px;
  background: url(../img/icon-sol-4.svg) no-repeat;
  background-size: contain;
}

.section-solutions li.sol5::before {
  top: 32px;
  width: 83.5px;
  height: 51px;
  background: url(../img/icon-sol-5.svg) no-repeat;
  background-size: contain;
}

.section-solutions li.sol6::before {
  top: 35px;
  width: 77.8px;
  height: 48.8px;
  background: url(../img/icon-sol-6.svg) no-repeat;
  background-size: contain;
}

.section-solutions li.sol7::before {
  top: 31px;
  width: 59.5px;
  height: 58px;
  background: url(../img/icon-sol-7.svg) no-repeat;
  background-size: contain;
}

.section-solutions li.sol7::after {
  position: absolute;
  top: -30px;
  right: -400px;
  z-index: -1;
  width: 404px;
  height: 298px;
  margin: auto;
  background: url(../img/bg-solutions-pc-02.png) no-repeat;
  background-size: contain;
  content: '';
}

@media (max-width: 767px) {
  .section-solutions {
    margin-top: 8px;
    margin-bottom: 40px;
  }

  .section-solutions .container {}

  .section-solutions::after {
    width: ;
    content: '';
  }

  .section-solutions .title-sm {
    margin-bottom: 5px;
  }

  .section-solutions ul.flex {
    flex-direction: row;
    padding: 0 20px;
  }

  .section-solutions ul.bg::before {
    position: absolute;
    top: -328px;
    right: 0;
    z-index: -1;
    width: 258px;
    height: 190px;
    background: url(../img/bg-solutions-01.png) no-repeat;
    background-size: contain;
    content: '';
  }

  .section-solutions .sec-title {
    margin-bottom: 32px;
  }

  .section-solutions li {
    width: calc((100% - 8px) / 2);
    margin-bottom: 10px;
    padding: 58px 10px 23px;
    font-size: 14px;
    letter-spacing: 0;
  }

  .section-solutions .sec-title::after {
    right: -20px;
    bottom: -15px;
    width: 50px;
    height: 50px;
  }

  .section-solutions li:not(:nth-child(4n)) {
    margin-right: 0;
  }

  .section-solutions li:nth-child(odd) {
    margin-right: 8px;
  }

  .section-solutions li::before {}

  .section-solutions li.sol1::before {
    top: 16px;
    width: 40px;
    height: 30px;
    background: url(../img/icon-sol-1.svg) no-repeat;
    background-size: contain;
  }

  .section-solutions li.sol2::before {
    top: 12px;
    width: 40px;
    height: 40px;
  }

  .section-solutions li.sol3::before {
    top: 11px;
    width: 38px;
    height: 40px;
  }

  .section-solutions li.sol4::before {
    top: 15px;
    width: 43px;
    height: 33px;
  }

  .section-solutions li.sol5::before {
    top: 16px;
    width: 50px;
    height: 30px;
  }

  .section-solutions li.sol6::before {
    top: 15px;
    width: 50px;
    height: 31px;
  }

  .section-solutions li.sol7::before {
    top: 14px;
    width: 34px;
    height: 33px;
    background: url(../img/icon-sol-7.svg) no-repeat;
    background-size: contain;
  }

  .section-solutions li.sol7::after {
    position: absolute;
    top: 30px;
    right: -170px;
    z-index: -1;
    width: 154px;
    height: 136px;
    margin: auto;
    background: url(../img/bg-solutions-sp-02.png) no-repeat;
    background-size: contain;
    content: '';
  }

  .sns-toggle.is-opened::after {
    rotate: 0deg;
  }
}

.sns-toggle {
  position: relative;
  display: flex;
  align-items: center;
  margin: 30px auto 0;
  padding-right: 20px;
  font-size: 16px;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.sns-toggle.sns-sponly,
.sns-toggle-bg.sns-sponly {
  display: none;
}

.sns-toggle::before,
.sns-toggle::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 10px;
  height: 1px;
  background-color: #050e24;
  content: '';
}

.sns-toggle::after {
  rotate: 90deg;
}

.sns-toggle-bg {
  display: none;
  margin: 20px auto -10px;
  text-align: center;
}

@media (max-width: 767px) {
  #sol-list {
    display: none;
  }

  .sns-toggle.sns-sponly,
  .sns-toggle-bg.sns-sponly {
    display: block;
  }

  .sns-toggle-bg {
    display: block;
  }
}

/*********************************/
/* CONTACT */
/*********************************/
.section-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 400px;
  color: #fff;
  text-align: center;
  background: url(../img/contact-bg.svg) no-repeat;
  background-position: center;
  background-size: cover;
}

.section-contact h2 {
  font-weight: 800;
  font-size: 36px;
  line-height: 1.66;
}

.section-contact .btn {
  overflow: hidden;
}

.contact-txt {
  margin: 20px auto 32px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.86;
}

@media (max-width: 767px) {
  .section-contact h2 {
    font-size: 28px;
  }

  .section-contact {
    height: 360px;
    background: url(../img/contact-bg-sp.svg) no-repeat;
    background-size: cover;
  }

  .contact-txt {
    margin: 20px auto 24px;
  }
}

/*********************************/
/* ABOUT */
/*********************************/
.column-3 {
  display: flex;
  justify-content: space-between;
  margin-top: 48px;
}

.column-3 li {
  width: calc((100% - 12px) / 3);
  height: 380px;
  overflow: hidden;
  text-align: center;
  background: #f4faff;
}

.column-3 li figure {
  width: 58%;
  margin: auto;
}

.section-about ul li h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 56px auto 26px;
  font-weight: 700;
  font-size: 20px;
}

.section-about .icn-title {
  margin-top: 240px;
}

.section-about .icn-title a:hover {
  text-decoration: underline;
}

.section-about ul li h3 span {
  margin-right: 15px;
}

.section-about .icn-facebook,
.section-about .icn-instagram,
.section-about .icn-twitter {
  width: 24px;
  height: 24px;
}

.section-about .icn-twitter {
  height: 19px;
}

@media (max-width: 767px) {
  .section-about ul li h3 span {
    margin-right: 0;
    margin-bottom: 5px;
  }

  .section-about .icn-title {
    margin-top: 80px;
    margin-bottom: 22px;
  }

  .column-3 {
    flex-direction: column;
    margin-right: 16px;
    margin-left: 16px;
  }

  .column-3 li {
    display: flex;
    width: 100%;
    height: 180px;
    margin-bottom: 8px;
  }

  .section-about ul li h3 {
    flex-direction: column;
    width: 53%;
    margin: auto;
    line-height: 1.9;
  }

  .column-3 li figure {
    width: 35%;
    max-width: 120px;
    margin-top: 20px;
    margin-right: 40px;
  }
}

/*********************************/
/* FEATURE */
/*********************************/
.section-feature .sec-txt {
  text-align: center;
}

.section-feature .icn-title {
  margin-top: 240px;
}

.feature-list {
  display: flex;
  gap: 0 20px;
  justify-content: space-between;
  margin-top: 68px;
  padding: 32px 32px 40px 32px;
  background: #f4faff;
}

.feature-list-content {
  width: calc(69.7% - 20px);
  padding-left: 46px;
}

.feature-list-content h3 {
  display: flex;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 24px;
}

.feature-list-content h3 a:hover {
  text-decoration: underline;
}

.feature-list-content h3 span {
  margin-right: 14px;
}

.feature-list-content table {
  width: 100%;
  font-weight: 600;
}

.feature-list-content table tr:not(:last-of-type) {
  border-bottom: 4px solid #f4faff;
}

.feature-list-content table th {
  width: 33.9%;
  padding: 14px 30px;
  color: #fff;
  background: #17b8de;
}

.feature-list-content table td {
  padding: 14px 30px;
  background: #fff;
}

.feature-list-txt {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.88;
}

.feature-list figure {
  width: 30.3%;
  max-width: 308px;
}

.section-feature .innr-lists {
  margin-top: 40px;
  font-weight: 600;
  font-size: 18px;
}

.section-feature .innr-lists li {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 32px;
  white-space: nowrap;
}

.section-feature .innr-lists li::before {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 23px;
  height: 19px;
  margin-right: 10px;
  background: url(../img/icn-check.svg) no-repeat;
  background-size: contain;
  content: '';
}

.section-feature .innr-lists li:not(:last-of-type) {
  margin-bottom: 15px;
}

.feature-table tr:nth-of-type(odd) {
  background: #f4faff;
}

.feature-table tr th,
.feature-table tr td {
  padding: 30px;
}

.section-feature .icn-facebook {
  width: 32px;
  height: 32px;
}

.section-feature .icn-instagram {
  width: 32px;
  height: 32px;
}

.section-feature .icn-twitter {
  width: 32px;
  height: 25px;
}

.section-feature tr:first-of-type th {
  font-size: 18px;
  white-space: nowrap;
  vertical-align: bottom;
}

.feature-table tr:first-of-type th:first-child {
  background: #fff;
  border-bottom: 2px solid #f4faff;
  /* box-shadow: inset 0px 2px 2px 0px rgba(244, 247, 255, 1); */
}

.section-feature tr:first-of-type th span {
  margin-bottom: 10px;
}

.feature-table {
  margin-top: 112px;
  text-align: center;
  table-layout: fixed;
}

.feature-table th.feature-table-head {
  padding: 16px;
  font-weight: 600;
  font-size: 15px;
  white-space: nowrap;
  vertical-align: middle;
}

.feature-table tr th:first-child {
  width: 225px;
}

.feature-table tr th:not(:first-child),
.feature-table tr td {
  width: 285px;
  text-align: center;
  border-left: 5px solid #fff;
}

.feature-table tr td {
  line-height: 1.75;
}

.feature-table tr td ul {
  margin-left: 1em;
  text-align: left;
}

.feature-table tr td ul li {
  list-style: disc;
}

@media (max-width: 767px) {
  .section-feature .sec-txt {
    margin-bottom: 32px;
  }

  .section-feature .icn-title {
    margin-top: 80px;
    margin-bottom: 20px;
  }

  .feature-list {
    flex-direction: column;
    margin: 16px 16px 0;
    padding: 32px 24px 0;
  }

  .feature-list:last-of-type {
    padding-bottom: 60px;
  }

  .feature-list-content {
    width: 100%;
    padding-left: 0;
  }

  .feature-list-content h3 {
    margin: 0 0 20px 0;
    font-size: 20px;
  }

  .feature-list-txt {
    margin-bottom: 24px;
  }

  .section-feature tr th {
    width: 47.45%;
    padding: 12px 8px;
    font-size: 14px !important;
    text-align: left;
    vertical-align: middle;
  }

  .feature-list-content table td {
    padding: 12px 15px;
  }

  .section-feature tr:first-of-type th {
    text-align: left;
    vertical-align: middle;
  }

  .section-feature .innr-lists {
    margin-top: 24px;
  }

  .section-feature .innr-lists li {
    line-height: 1.88;
    white-space: unset;
  }

  .feature-list figure {
    width: calc(100% + 48px);
    max-width: none;
    margin-top: 32px;
    margin-left: -24px;
  }

  .section-feature .innr-lists li::before {
    top: 8px;
  }

  .section-feature .innr-lists li:not(:last-of-type) {
    margin-bottom: 0;
  }

  .feature-table-wrap {
    overflow: auto;
  }

  .feature-table {
    width: 765px;
    margin-top: 16px;
  }

  .feature-table tr th:first-child {
    width: 140px;
    line-height: 1.57;
  }

  .feature-table tr th:not(:first-child),
  .feature-table tr td {
    width: 200px;
    padding: 24px 10px;
  }

  .section-feature .feature-table tr:first-of-type th {
    text-align: center;
    vertical-align: bottom;
  }

  .feature-table tr:first-of-type th:first-child {
    box-shadow: unset;
  }

  .feature-table th.feature-table-head {
    white-space: normal;
  }
}

/*********************************/
/* PURPOSE */
/*********************************/
.section-purpose ul {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 112px;
}

.section-purpose ul li {
  width: 31.85%;
  height: auto;
  overflow: hidden;
  text-align: center;
}

.section-purpose ul li h3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 154px;
  font-weight: 700;
  font-size: 20px;
  background: url(../img/purpose-icn1.svg) no-repeat;
  background-position: bottom 12px center;
}

.section-purpose .icn-facebook,
.section-purpose .icn-instagram {
  width: 56px;
  height: 56px;
  margin-top: 24px;
}

.section-purpose .icn-twitter {
  width: 56px;
  height: 45px;
  margin-top: 24px;
}

.section-purpose ul li p {
  position: relative;
  /* height: 100%; */
  padding: 32px 10px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.9;
  background: #f4faff;
}

.section-purpose ul li p::before {
  position: absolute;
  top: -7px;
  left: 50%;
  z-index: -1;
  width: 24px;
  height: 15px;
  background: url(../img/purpose-icn2.svg);
  transform: translate(-50%, 0);
  content: '';
}

@media (max-width: 768px) {
  .section-purpose ul li p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .section-purpose .icn-title {
    margin-bottom: 20px;
  }

  .section-purpose .icn-title::before {
    top: -20px;
    left: -10px;
  }

  .section-purpose ul {
    flex-direction: column;
    margin: 0 16px 16px;
  }

  .section-purpose ul li {
    width: 100%;
  }

  .section-purpose .icn-facebook,
  .section-purpose .icn-instagram {
    margin-top: 0;
  }

  .section-purpose ul li h3 {
    flex-direction: row;
    justify-content: center;
    height: 95px;
    background: none;
  }

  .section-purpose ul li h3 span:first-of-type {
    order: 2;
  }

  .section-purpose ul li h3 span:nth-of-type(2) {
    order: 1;
    width: 40px;
    height: 40px;
    margin-right: 20px;
  }

  .section-purpose ul li p {
    padding: 30px;
    font-size: 20px;
  }
}

/*********************************/
/* PHASE */
/*********************************/
.phase-lead {
  margin-top: 96px;
  padding: 86px 0 180px;
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  line-height: 2.09;
  text-align: center;
  background: #17b8de;
}

.section-phase ul {
  display: flex;
  justify-content: space-between;
  margin: -110px 40px 112px;
}

.section-phase ul li {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc((100% - 52px) / 3);
  padding: 47px 38px 38px 38px;
  text-align: center;
  background: #f4faff;
}

.section-phase ul li h3 {
  position: relative;
  z-index: 1;
  font-weight: 700;
  font-size: 24px;
}

.section-phase ul li h3::before {
  position: absolute;
  bottom: -26px;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, 0);
}

.section-phase ul li:first-of-type h3::before {
  content: url(../img/phase-ttl1.svg);
}

.section-phase ul li:nth-of-type(2) h3::before {
  content: url(../img/phase-ttl2.svg);
}

.section-phase ul li:nth-of-type(3) h3::before {
  content: url(../img/phase-ttl3.svg);
}

.section-phase ul li p {
  margin: 63px auto 26px;
  line-height: 1.7;
}

.section-phase ul li:not(:last-child)::before {
  position: absolute;
  top: 50%;
  left: calc(100% + 5px);
  transform: translate(0, -50%);
  content: url(../img/phase-arrow.svg);
}

@media (max-width: 767px) {
  .section-phase .icn-title {
    margin-bottom: 20px;
  }

  .section-phase .icn-title::before {
    top: -30px;
  }

  .phase-lead {
    margin-top: 32px;
    padding: 40px 16px 138px;
    font-size: 18px;
  }

  .phase-lists-wrap {
    margin: -125px 0 6px 16px;
    padding: 35px 0 10px;
    overflow-x: auto;
  }

  .section-phase ul {
    width: 686px;
    margin: 0;
  }

  .section-phase ul li h3::before {
    top: -85px;
    bottom: auto;
    transform: translate(-50%, 0) scale(0.8);
  }

  .section-phase ul li h3 {
    font-size: 23px;
  }

  .section-phase ul li {
    padding: 36px 10px 5px;
  }

  .section-phase ul li p {
    margin: 28px auto 18px;
    font-size: 14px;
    line-height: 1.75;
  }
}

/*********************************/
/* SERVICE */
/*********************************/
.accordion-lists {
  display: flex;
  justify-content: space-between;
}

.accordion-lists ul {
  width: 49.6%;
}

.accordion-list {
  background: #f4faff;
}

.accordion-list-ttl {
  position: relative;
  padding: 36px 48px;
  /* color: #3a3aa5; */
  font-weight: 700;
  font-size: 18px;
  line-height: 1.8;
}

.accordion-list:not(:last-of-type) {
  margin-bottom: 8px;
}

.accordion-list-content {
  height: 0;
  padding: 0 48px;
  font-size: 16px;
  line-height: 1.875;
  opacity: 0;
}

.accordion-list-content.active {
  height: auto;
  padding-bottom: 40px;
  opacity: 1;
  transition: 0.2s;
}

.accordion-list-ttl span {
  position: relative;
  padding-left: 45px;
}

.service-lists .accordion-list-ttl span {
  color: #17b8de;
}

.accordion-list-ttl span::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}

.accordion-list-ttl1 span::before {
  content: url(../img/service-icn1.svg);
}

.accordion-list-ttl2 span::before {
  content: url(../img/service-icn2.svg);
}

.accordion-list-ttl3 span::before {
  content: url(../img/service-icn3.svg);
}

.accordion-list-ttl4 span::before {
  content: url(../img/service-icn4.svg);
}

.accordion-list-ttl5 span::before {
  content: url(../img/service-icn5.svg);
}

.accordion-list-ttl6 span::before {
  content: url(../img/service-icn6.svg);
}

.accordion-list-ttl7 span::before {
  content: url(../img/service-icn7.svg);
}

.accordion-list-ttl8 span::before {
  content: url(../img/service-icn8.svg);
}

.accordion-list-ttl9 span::before {
  content: url(../img/service-icn9.svg);
}

.accordion-list-ttl::before,
.accordion-list-ttl::after {
  position: absolute;
  top: 50%;
  right: 48px;
  width: 16px;
  height: 2px;
  background: #17b8de;
  transform: translate(0, -50%);
  content: '';
}

.accordion-list-ttl::after {
  transform: translate(0, -50%) rotate(-90deg);
  transition: all 0.3s;
}

.accordion-list-ttl.active::after {
  transform: translate(0, -50%) rotate(0deg);
  transition: all 0.3s;
}

@media (max-width: 767px) {
  .section-service .icn-title {
    margin-bottom: 32px;
  }

  .section-service .icn-title::before {
    top: -30px;
    left: 0;
  }

  .accordion-lists {
    flex-direction: column;
  }

  .accordion-lists ul {
    width: 100%;
  }

  .accordion-lists ul:first-of-type {
    margin-bottom: 8px;
  }

  .accordion-list-ttl {
    padding: 27px 18px;
  }

  .accordion-list-ttl::before,
  .accordion-list-ttl::after {
    right: 16px;
  }

  .accordion-list-ttl span {
    display: block;
    padding-right: 16px;
    padding-left: 38px;
  }

  .accordion-list-content {
    padding: 0 16px;
  }
}

/*********************************/
/* SUPPORT */
/*********************************/
.section-support .support-cmo-txt,
.section-support p {
  line-height: 2;
}

.support-lead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: -80px auto 80px;
}

.support-lead p {
  width: 64.8%;
}

.support-lead figure {
  width: 29.25%;
}

.support-introduce {
  margin-top: -72px;
  margin-bottom: 112px;
  padding: 64px;
  background: #f4faff;
}

.introduce-ttl {
  font-weight: 700;
  font-size: 22px;
}

.support-cmo {
  display: flex;
  justify-content: space-between;
  margin-top: 48px;
}

.support-cmo figure {
  width: 23%;
}

.support-cmo div {
  width: 72%;
  max-width: 686px;
}

.support-cmo-ttl {
  color: #17b8de;
  font-weight: 700;
}

.support-cmo-ttl span {
  display: block;
  font-size: 26px;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .section-support .icn-title {
    margin-bottom: 32px;
  }

  .section-support .icn-title::before {
    top: -30px;
  }

  .support-lead {
    flex-direction: column;
    margin: 0 16px;
  }

  .support-lead p,
  .support-lead figure {
    width: 100%;
    max-width: 316px;
    margin: 0 auto 40px;
  }

  .support-introduce {
    margin: 0;
    padding: 40px 16px 32px;
  }

  .section-support .support-cmo-txt img {
    float: right;
    max-width: 134px;
    margin-left: 15px;
  }

  .support-cmo div {
    width: 100%;
  }

  .support-cmo-ttl {
    float: left;
    width: calc(100% - 155px);
  }

  .support-cmo {
    margin-top: 30px;
  }
}

/*********************************/
/* REASON */
/*********************************/
.reason-column {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.reason-column:nth-of-type(odd) {
  flex-direction: row-reverse;
}

.reason-txt {
  width: 55.55%;
  line-height: 2;
}

.reason-txt h3 {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.5;
}

.reason-txt h3 .bg-pink {
  padding: 5px;
  color: #fff;
  background: #f43771;
}

.reason-txt .accent-blue {
  font-weight: 600;
}

.reason-txt p:not(:last-of-type) {
  margin-bottom: 1em;
}

.reason-img {
  width: 38.88%;
}

@media (max-width: 767px) {
  .section-reason .icn-title {
    margin-bottom: 30px;
  }

  .section-reason .icn-title::before {
    top: -30px;
  }

  .reason-column {
    flex-direction: column;
    margin: 0 16px;
  }

  .reason-txt {
    width: 100%;
  }

  .reason-txt h3 {
    font-size: 24px;
    line-height: 1.5;
    text-align: center;
  }

  .reason-column:nth-of-type(odd) {
    flex-direction: column;
  }

  .reason-img {
    width: 75%;
    max-width: 283px;
    margin: 24px auto 40px;
  }
}

/*********************************/
/* CASE */
/*********************************/
.case-slide {
  position: relative;
}

.case-img {
  position: relative;
  cursor: url('../../assets/cursor/pointer-active.cur') 20 20, pointer;
}

.case-img img {
  width: 100%;
  height: auto;
}

.case-img::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 45.11px;
  height: 31.59px;
  background: url('../img/cases-play-btn.svg') center center / cover no-repeat;
  transform: translate(-50%, -50%);
  content: '';
}

.case-content {
  padding: 30px 40px 40px;
  background-color: #f4faff;
}

.case-name {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 14px;
  line-height: 2;
  text-align: center;
}

.case-name span {
  font-size: 20px;
  line-height: 1.6;
}

.case-txt {
  font-weight: 300;
  font-size: 14px;
  line-height: 2;
}

.client {
  margin-bottom: 112px;
}

.glide__slide {
  height: auto;
  background: #f7f9ff;
}

@media (min-width: 768px) {
  .glide__slides {
    justify-content: space-between;
  }

  .glide__slide {
    width: 32.4%;
    max-width: 350px;
  }
}

@media (max-width: 767px) {
  .glide__slides {
    margin-left: 16px;
  }

  .case-content {
    padding: 30px 16px 24px;
  }
}

/*********************************/
/* PRICE */
/*********************************/
.sns-pri-wrapper {
  position: relative;
  width: 820px;
  max-width: 100%;
  margin: 0 auto;
  padding: 50px 30px;
  background: #f4faff;
  filter: drop-shadow(0px 0px 20px rgba(3, 49, 154, 0.2));
}

.sns-pri-wrapper::after {
  position: absolute;
  top: 12px;
  right: 0;
  left: 0;
  width: 54px;
  height: 61px;
  margin: auto;
  background: url(../img/pri-img-check.svg) no-repeat;
  background-size: contain;
  content: '';
}

.sns-pri-table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  border-spacing: 5px;
}

.sns-pri-table-innr {
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
}

.sns-pri-table-innr:first-child {
  margin-bottom: 5px;
}

.sns-pri-table-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33.333%;
  text-align: center;
}

.sns-pri-table-th {
  height: 70px;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  vertical-align: middle;
  background-color: #17b8de;
}

.sns-pri-table-td {
  height: 122px;
  background-color: #fff;
}

.sns-pri-table-td:first-child {
  font-weight: 600;
  font-size: 18px;
}

.sns-pri-table-td:nth-child(2) {
  font-weight: 700;
  font-size: 22px;
}

.sns-pri-table-td:nth-child(2) span {
  margin-right: 3px;
  color: #f43771;
  font-weight: 700;
  font-size: 38px;
  font-family: 'Arial', sans-serif;
  vertical-align: -4%;
}

.sns-pri-table-td:last-child {
  font-weight: 600;
  font-size: 18px;
}

.sns-pri-table-td:last-child span.sns-pri-num {
  margin-right: 3px;
  margin-left: 3px;
  color: #f43771;
  font-weight: 700;
  font-size: 38px;
  font-family: 'Arial', sans-serif;
  vertical-align: -4%;
}

.sns-pri-table-td:last-child span.sns-pri-percent {
  color: var(--strong);
  font-weight: 700;
  font-size: 24px;
  font-family: 'Arial', sans-serif;
  vertical-align: -10%;
}

.sns-pri-att-wrap {
  margin-top: 8px;
  margin-bottom: 30px;
  padding: 28px 60px;
  background: #fff;
}

.sns-pri-att {
  font-size: 14px;
  line-height: 2;
}

.sns-pri-wrapper .sns-mv-cta {
  text-align: center;
}

.sns-cm-ctaButton {
  position: relative;
  display: inline-block;
  width: 520px;
  height: 82px;
  line-height: 82px;
  border-radius: 100px;
  transition: 0.3s width;
}

.sns-cm-ctaButton.square-ctaButton {
  width: 262px;
  height: 50px;
  line-height: 50px;
  border-radius: 6px;
  transition: 0.3s width;
}

.sns-cm-ctaButton.square-ctaButton::before {
  border-radius: 6px;
}

.sns-cm-ctaButton.square-ctaButton::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #f27a58, #fab250);
  content: '';
}

.sns-cm-ctaButton.square-ctaButton span {
  margin-right: 15px;
  font-size: 18px;
}

.sns-cm-ctaButton.square-ctaButton span {
  position: relative;
  z-index: 3;
  margin-right: 15px;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  transition: 0.3s letter-spacing;
}

.sns-cm-ctaButton.square-ctaButton img {
  position: relative;
  z-index: 3;
  margin-bottom: 3px;
  vertical-align: baseline;
}

.price-table {
  width: 100%;
  table-layout: fixed;
}

.price-table tr {
  height: 72px;
}

.price-table tr:nth-of-type(odd) {
  background: #f4faff;
}

.price-table tr th {
  font-weight: 700;
  font-size: 20px;
}

.price-table tr td {
  font-weight: 600;
  font-size: 18px;
}

.price-table tr th,
.price-table tr td {
  width: calc((100% - 10px) / 3);
  text-align: center;
  vertical-align: middle;
  border-left: 5px solid #fff;
}

.price-table tr td .accent-pink {
  font-size: 28px;
}

.price-table tr td .free {
  letter-spacing: 0.8rem;
}

.price-table tr td .number {
  margin: 0 5px;
  font-size: 38px;
  font-family: 'Arial', 'メイリオ';
}

.price-table tr td .fz-sm {
  font-size: 24px;
}

.price-table-lead {
  margin: 64px auto;
  line-height: 2;
  text-align: center;
}

.price-case {
  display: flex;
  margin-bottom: 16px;
}

.price-case ul {
  display: flex;
}

.price-case .fukidashi {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30%;
  height: 120px;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  background: #17b8de;
}

.price-case .fukidashi::before {
  position: absolute;
  right: -6px;
  width: 0;
  height: 0;
  border-color: transparent transparent transparent #17b8de;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  content: '';
}

.fukidashi .accent-yellow {
  margin-top: -4px;
}

.price-case .fukidashi .accent-yellow span {
  font-size: 28px;
  font-family: 'Arial', 'メイリオ';
}

.price-case ul {
  align-items: center;
  justify-content: center;
  width: calc(100% - 300px);
  font-weight: 700;
  font-size: 28px;
  background: #f4faff;
}

.price-case ul .ttl {
  display: block;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
}

.price-case ul .accent-pink {
  font-family: 'Arial', 'メイリオ';
}

.price-case ul .fz-md {
  font-size: 46px;
}

.price-case ul .fz-lg {
  font-size: 56px;
}

.price-case ul li {
  text-align: center;
}

.price-case ul li:nth-of-type(2) {
  position: relative;
  box-sizing: content-box;
  width: 110px;
  padding-left: 90px;
}

.price-case ul li:nth-of-type(2)::before {
  position: absolute;
  top: 50%;
  left: 24px;
  width: 40px;
  height: 40px;
  background: url(../img/price-plus.svg);
  background-size: contain;
  transform: translateY(-50%);
  content: '';
}

.price-case ul li:first-of-type {
  width: 140px;
}

.price-case ul li:last-of-type {
  position: relative;
  display: flex;
  align-items: center;
  box-sizing: content-box;
  width: 170px;
  padding-left: 75px;
}

.price-case ul li:last-of-type::before {
  position: absolute;
  top: 50%;
  left: 18px;
  width: 40px;
  height: 40px;
  background: url(../img/price-equal.svg);
  background-size: contain;
  transform: translateY(-50%);
  content: '';
}

.price-case ul li:last-of-type .ttl {
  text-align: left;
}

.price-case .ttl .fz-md {
  font-size: 22px;
}

@media (max-width: 767px) {
  .section-price .container {
    padding: 0 20px;
  }

  .section-price .icn-title::before {
    top: -20px;
    bottom: auto;
    left: -13px;
  }

  .sns-pri-wrapper {
    padding: 20px 17px;
  }

  .sns-pri-wrapper::after {
    top: -24px;
    width: 49px;
    height: 56px;
  }

  .sns-pri-table {
    display: flex;
    gap: 4px;
  }

  .sns-pri-table-innr:first-child {
    flex-direction: column;
    width: 33.333%;
  }

  .sns-pri-table-innr:nth-child(2) {
    flex-direction: column;
    width: 66.666%;
  }

  .sns-pri-table-item {
    width: 100%;
  }

  .sns-pri-table-th,
  .sns-pri-table-td {
    height: 58px;
  }

  .sns-pri-table-innr:first-child {
    margin-bottom: 0;
  }

  .sns-pri-att-wrap {
    margin-bottom: 20px;
    padding: 10px;
  }

  .sns-pri-att {
    max-width: calc(100% - 32px);
    text-align: left;
  }
}

@media (max-width: 320px) {}

/*********************************/
/* FLOW */
/*********************************/
.flow-content {
  max-width: 1000px;
  margin: auto;
  padding-bottom: 50px;
  overflow: hidden;
}

.flow-lists {
  position: relative;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.flow-lists::after {
  position: absolute;
  top: 101px;
  left: 50%;
  z-index: -2;
  width: 1px;
  height: 950px;
  background-color: #ebebeb;
  content: '';
}

.flow-list {
  position: relative;
  width: calc(50% - 80px);
  padding: 40px;
  background-color: #f4faff;
}

.flow-list:nth-child(odd) {
  float: left;
}

.flow-list:nth-child(even) {
  float: right;
  margin-left: 160px;
}

.flow-list:nth-child(2) {
  margin-top: 50px;
}

.flow-list:nth-child(n + 3) {
  margin-top: 16px;
}

.flow-list:last-child {
  display: flex;
  justify-content: space-between;
  margin-top: 49px;
}

.flow-list:last-child .flow-txt {
  width: 90%;
  margin-top: 0;
}

.flow-list:last-child .flow-lead {
  padding-top: 5px;
}

.flow-list::before {
  position: absolute;
  width: 94px;
  height: 64px;
  background-repeat: no-repeat;
  background-size: 100%;
  content: '';
}

.flow-list:nth-child(1)::before {
  top: 93px;
  right: -112px;
  background-image: url('../img/flow-mail.svg');
}

.flow-list:nth-child(2)::before {
  top: 143px;
  left: -112px;
  background-image: url('../img/flow-hearing.svg');
}

.flow-list:nth-child(3)::before {
  top: 50px;
  right: -112px;
  background-image: url('../img/flow-proposal.svg');
}

.flow-list:nth-child(4)::before {
  top: 100px;
  left: -112px;
  background-image: url('../img/flow-contract.svg');
}

.flow-list:nth-child(5)::before {
  top: 37px;
  right: -112px;
  background-image: url('../img/flow-sitemap.svg');
}

.flow-list:nth-child(6)::before {
  top: 110px;
  left: -112px;
  background-image: url('../img/flow-dev.svg');
}

.flow-list:nth-child(7)::before {
  top: 15px;
  right: -112px;
  background-image: url('../img/flow-confirm.svg');
}

.flow-list:nth-child(8)::before {
  top: 89px;
  left: -112px;
  background-image: url('../img/flow-comp.svg');
}

.flow-list:nth-child(8)::after {
  position: absolute;
  top: 75px;
  left: -80px;
  z-index: -1;
  width: 1px;
  height: 100%;
  background-color: #ffffff;
  content: '';
}

.flow-list-bottom {
  width: 100%;
}

.flow-lead {
  display: flex;
  align-items: baseline;
}

.flow-lead span {
  color: #17b8de;
  font-weight: 600;
}

.flow-lead img {
  margin-right: 0;
  margin-left: 0;
}

.flow-lead-title {
  margin-top: -5px;
  margin-left: 5px;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.667;
}

.flow-txt {
  margin-top: 6px;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.07em;
}

.flow-txt a {
  display: inline-block;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .section-flow {
    margin-top: 50px;
  }

  .section-flow .sec-title {
    margin-top: 20px;
    margin-bottom: 26px;
  }

  .section-flow .icn-title::before {
    top: -30px;
    bottom: auto;
  }

  .flow-content {
    width: calc(100% + 32px);
    margin-left: -16px;
    padding-bottom: 0;
  }

  .flow-lists::after {
    display: none;
  }

  .flow-list {
    width: calc(100% - 32px);
    margin-left: 16px;
    padding: 26px 16px;
  }

  .flow-list:nth-child(odd) {
    float: none;
  }

  .flow-list:nth-child(even) {
    float: none;
    margin-left: 16px;
  }

  .flow-list:nth-child(2) {
    margin-top: 14px;
  }

  .flow-list:nth-child(n + 3) {
    margin-top: 14px;
  }

  .flow-list::before {
    display: none;
  }

  .flow-list:nth-child(8)::after {
    display: none;
  }

  .flow-lead {
    margin-bottom: 7px;
  }

  .flow-lead-title {
    margin-top: 0;
    margin-left: 10px;
    font-size: 15px;
  }

  .flow-list:last-child {
    flex-direction: column;
  }

  .flow-list:last-child .flow-txt {
    width: 100%;
  }
}

/*********************************/
/* Q&A */
/*********************************/
.qa-title {
  display: flex;
  align-items: center;
  width: 100%;
  height: 72px;
  padding: 0;
  /* color: #333333; */
  font-size: 16px;
  background-color: #f4faff;
}

.accordion-list-ttl .qa-title-txt {
  padding-left: 80px;
}

.accordion-list-ttl .qa-title-txt::before {
  position: absolute;
  top: 50%;
  left: 40px;
  display: inline-block;
  width: 19px;
  height: 16px;
  background: url(../img/qa-q.svg) no-repeat;
  background-size: contain;
  content: '';
}

.qa-list {
  margin-bottom: 8px;
}

.qa-lists .accordion-list-content {
  position: relative;
  padding-left: 80px;
}

.qa-lists .accordion-list-content::before {
  position: absolute;
  top: 40px;
  left: 30px;
  width: 32px;
  height: 0;
  background: url(../img/qa-a.svg) no-repeat;
  background-size: contain;
  content: '';
}

.qa-lists .accordion-list-content.active::before {
  height: 32px;
}

.qa-lists .accordion-list-content.active {
  padding-top: 32px;
}

.section-qa {
  margin-bottom: 120px;
}

@media (max-width: 767px) {
  .section-qa {
    margin-bottom: 60px;
  }

  .section-qa .icn-title::before {
    top: -30px;
    bottom: auto;
  }

  .section-qa .icn-title {
    margin-bottom: 32px;
  }

  .accordion-list-ttl .qa-title-txt {
    padding: 20px 45px 20px 50px;
  }

  .accordion-list-ttl .qa-title-txt::before {
    left: 16px;
  }

  .qa-title {
    height: auto;
  }

  .qa-lists .accordion-list-content::before {
    top: 32px;
    left: 16px;
    width: 15px;
  }

  .qa-lists .accordion-list-content {
    padding-left: 50px;
  }

  .qa-lists .accordion-list-content.active {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .accordion-list-ttl {
    font-weight: 600;
  }
}

/*********************************/
/* Sidebar */
/*********************************/
.nl-flexBase {
  display: flex;
}

.nl-leftContainer {
  width: calc(100% - 264px);
}

.nl-rightContainer {
  position: relative;
  width: 264px;
  transition: 0.3s all;
}

.nl-sidebar {
  position: fixed;
  top: 0;
  z-index: 70;
  width: 264px;
  height: 100vh;
  padding: 0 5px;
  background: #6a90f0;
  background-color: #f7f7f7;
  transform: translateX(264px);
  transition: all 0.4s;
}

.nl-sidebar.bg-active {
  transform: translateX(0);
  transition: all 0.4s cubic-bezier(0.35, 0.32, 0.43, 1);
}

@media screen and (max-width: 1047px) {
  .nl-leftContainer {
    width: 100%;
  }

  .nl-rightContainer {
    display: none;
  }
}

@media (min-width: 768px) {
  .nl-rightContainer .p-fix-cta.is-show {
    top: 0;
    right: 0;
  }
}

.footer-lp {
  z-index: 80;
}

/* client-logo */
.client-logo {
  opacity: 1;
}

/* voice */
@media (max-width: 760px) {
  .section-voice img {
    display: inline-block;
  }
}