/*********************************/
/* COMMON */
/*********************************/
img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.hlc {
  position: relative;
  padding-top: 56px;
  color: #212465;
  font-family: 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'メイリオ',
    Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  line-height: 1.5;
  --text: #212465;
  --strong: #f5768e;
  --bg: #f4f5ff;
}

.hlc-sponly {
  display: none;
}

.hlc-ctaButton {
  text-align: center;
}

.hlc-ctaButton a {
  position: relative;
  display: inline-block;
}

.hlc-ctaButton a span {
  position: relative;
  z-index: 2;
  display: inline-block;
  max-width: 100%;
  padding: 18px 45px;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  background: radial-gradient(rgba(255, 137, 0, 1), rgba(255, 214, 78, 1));
  border: 1px solid #ffce00;
  border-radius: 100px;
  transition: all 0.3s ease-in-out;
}

.hlc-ctaButton a:hover span {
  letter-spacing: 0.06em;
  transform: scale(1.05);
}

.hlc-ctaButton a::before {
  position: absolute;
  bottom: -15px;
  left: 50%;
  z-index: 1;
  width: calc(100% - 40px);
  height: 24px;
  background-color: #03319a;
  border-radius: 400px;
  transform: translateX(-50%);
  filter: blur(22px);
  content: '';
  will-change: filter;
}

.hlc-accordion-title {
  position: relative;
}

.hlc-accordion-title::before,
.hlc-accordion-title::after {
  position: absolute;
  top: 50%;
  right: 32px;
  width: 14px;
  height: 2px;
  background-color: #99afea;
  content: '';
}
.hlc-accordion-title::before {
  transform: translateY(-50%);
}
.hlc-accordion-title::after {
  transform: translateY(-50%) rotate(-90deg);
  transition: all 0.3s;
}
.hlc-accordion-title.active::after {
  transform: translateY(-50%) rotate(0deg);
}

.hlc-accordion-content {
  max-height: 0;
  transform: scaleY(0);
  transform-origin: top;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}
.hlc-accordion-content.active {
  max-height: 500px;
  transform: scaleY(1);
  visibility: visible;
  opacity: 1;
}

@media (max-width: 899px) {
  .hlc-accordion-title::before,
  .hlc-accordion-title::after {
    right: 20px;
  }
}

@media (max-width: 767px) {
  .hlc-sponly {
    display: block;
  }
  .hlc-ctaButton a {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
  }
  .hlc-ctaButton a span {
    width: 100%;
    margin: 0 auto;
    padding: 18px 10px;
    font-size: 17px;
  }
}

@media (max-width: 350px) {
  .hlc-ctaButton a span {
    font-size: 15px;
  }
}

/*********************************/
/* BREADCRUMB */
/*********************************/
.hlc-breadcrumb {
  position: absolute;
  top: 90px;
  left: 60px;
  z-index: 90;
  font-size: 13px;
}

.hlc-breadcrumb-child {
  display: inline-block;
  vertical-align: middle;
}
a.hlc-breadcrumb-child {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .hlc-breadcrumb {
    top: 57px;
    left: 5px;
    font-size: 11px;
  }
}

/*********************************/
/* MV */
/*********************************/

.hlc-mv {
  padding-top: 170px;
  padding-bottom: 160px;
}

.hlc-mv-wrapper {
  position: relative;
  z-index: 2;
  width: 800px;
  max-width: calc(100% - 48px);
  margin: 0 auto;
  text-align: center;
}

.hlc-mv-txt1 {
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 20px;
}

.hlc-mv-txt2 {
  font-weight: 700;
  font-size: 28px;
}
.hlc-mv-txt2 span {
  color: var(--strong);
  font-size: 44px;
}

.hlc-mv-head {
  margin-bottom: 15px;
  font-weight: 800;
  font-size: 80px;
}

@keyframes mvimg {
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.hlc-mv-img {
  position: absolute;
  z-index: -1;
  opacity: 0;
  animation-name: mvimg;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
.hlc-mv-img-1 {
  top: -97px;
  right: -100px;
  width: 185px;
  transform: translateX(100px);
  animation-delay: 0.5s;
}
.hlc-mv-img-2 {
  top: 60px;
  left: -428px;
  width: 465px;
  transform: translateX(-100px);
  animation-delay: 0.8s;
}
.hlc-mv-img-3 {
  top: 162px;
  right: -560px;
  width: 660px;
  transform: translateX(100px);
  animation-delay: 1.1s;
}
.hlc-mv-img-4 {
  bottom: -95px;
  left: -135px;
  width: 271px;
  transform: translateX(-100px);
  animation-delay: 1.4s;
}

.hlc-mv-line {
  position: absolute;
  z-index: -2;
  display: inline-block;
  height: 8px;
  background: linear-gradient(to right, #cbddff 0%, #ebe8ff 20%, #ffffff 100%);
  border-radius: 800px;
}
.hlc-mv-line-1 {
  top: -20px;
  left: -86px;
  width: 329px;
}
.hlc-mv-line-2 {
  top: -8px;
  left: -165px;
  width: 329px;
}
.hlc-mv-line-3 {
  bottom: -40px;
  left: 14px;
  width: 329px;
}
.hlc-mv-line-4 {
  bottom: -52px;
  left: 94px;
  width: 329px;
}
.hlc-mv-line-5 {
  right: 250px;
  bottom: -120px;
  width: 185px;
}
.hlc-mv-line-6 {
  top: -120px;
  right: 120px;
  width: 183px;
}
.hlc-mv-line-7 {
  top: -108px;
  right: 55px;
  width: 183px;
}
.hlc-mv-line-8 {
  top: 80px;
  right: -160px;
  width: 96px;
}
.hlc-mv-line-9 {
  top: 92px;
  right: -200px;
  width: 96px;
}

.hlc-mv-roll {
  position: absolute;
  z-index: -3;
  height: auto;
}
.hlc-mv-roll-1 {
  top: -300px;
  left: -420px;
  width: 699px;
}
.hlc-mv-roll-2 {
  right: -85px;
  bottom: -172px;
  width: 338px;
}
.hlc-mv-roll-3 {
  top: -55px;
  right: 110px;
  width: 101px;
}

@media (max-width: 767px) {
  .hlc-mv {
    padding-top: 60px;
    padding-bottom: 260px;
  }

  .hlc-mv-txt1 {
    margin-bottom: 0;
    font-size: 13px;
  }

  .hlc-mv-txt2 {
    font-size: 20px;
  }
  .hlc-mv-txt2 span {
    font-size: 26px;
    line-height: 1.7;
  }

  .hlc-mv-head {
    margin-bottom: 6px;
    font-size: 40px;
  }

  .hlc-mv-img-1 {
    top: -95px;
    right: -15px;
    width: 119px;
    transform: translateX(0);
    opacity: 1;
    animation: none;
  }
  .hlc-mv-img-2 {
    top: auto;
    bottom: -160px;
    left: -80px;
    width: 225px;
    transform: translateX(-70px);
    animation-delay: 0.5s;
  }
  .hlc-mv-img-3 {
    top: auto;
    right: -65px;
    bottom: -253px;
    width: 266px;
    transform: translateX(70px);
    animation-delay: 0.8s;
  }
  .hlc-mv-img-4 {
    bottom: -250px;
    left: 0;
    width: 124px;
    transform: translateX(-40px);
    animation-delay: 1.1s;
  }

  .hlc-mv-line {
    height: 5px;
  }
  .hlc-mv-line-1 {
    top: auto;
    bottom: 85px;
    left: -40px;
    width: 101px;
  }
  .hlc-mv-line-2 {
    top: auto;
    bottom: 76px;
    left: -14px;
    width: 101px;
  }
  .hlc-mv-line-3 {
    right: 55px;
    bottom: -50px;
    left: auto;
    width: 110px;
  }
  .hlc-mv-line-4 {
    right: 29px;
    bottom: -59px;
    left: auto;
    width: 110px;
  }
  .hlc-mv-line-5 {
    display: none;
  }
  .hlc-mv-line-6 {
    top: -65px;
    right: 55px;
    width: 110px;
  }
  .hlc-mv-line-7 {
    top: -56px;
    right: 29px;
    width: 110px;
  }
  .hlc-mv-line-8 {
    top: 84px;
    right: -95px;
    width: 110px;
  }
  .hlc-mv-line-9 {
    top: 94px;
    right: -121px;
    width: 110px;
  }

  .hlc-mv-roll-1 {
    top: -140px;
    left: -113px;
    width: 282px;
  }
  .hlc-mv-roll-2 {
    right: -88px;
    bottom: -70px;
    width: 138px;
  }
  .hlc-mv-roll-3 {
    top: 7px;
    right: -26px;
    width: 50px;
  }
}

@media (max-width: 350px) {
  .hlc-mv-txt1 {
    font-size: 11px;
  }
  .hlc-mv-txt2 {
    font-size: 15px;
  }

  .hlc-mv-head {
    font-size: 32px;
  }

  .hlc-mv-img-1 {
    right: -30px;
  }
  .hlc-mv-img-2 {
    left: -100px;
  }
  .hlc-mv-img-3 {
    right: -90px;
  }
  .hlc-mv-img-4 {
    left: -20px;
  }
}

/*********************************/
/* WORRY */
/*********************************/

.hlc-wor-wrapper {
  position: relative;
  display: flex;
  width: 995px;
  max-width: calc(100% - 30px);
  margin: 0 auto;
  padding-top: 60px;
}

.hlc-wor-head {
  width: 310px;
  margin-right: 60px;
  font-weight: 800;
  font-size: 34px;
}

.hlc-wor-lists {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
}

.hlc-wor-list {
  position: relative;
  display: inline-block;
  padding: 15px 25px 15px 60px;
  font-weight: 600;
  font-size: 20px;
  background-color: var(--bg);
}
.hlc-wor-list::before {
  position: absolute;
  top: 50%;
  left: 22px;
  width: 27px;
  height: 25px;
  background: url('../img/wor-check.svg') center center / cover no-repeat;
  transform: translateY(-50%);
  content: '';
}
.hlc-wor-list:not(:last-child) {
  margin-bottom: 16px;
}
.hlc-wor-list span {
  color: var(--strong);
}
.hlc-wor-list br {
  display: none;
}

.hlc-wor-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 245px;
}

.hlc-wor-bottom img {
  width: 100%;
}

@media (max-width: 899px) {
  .hlc-wor-wrapper {
    display: block;
    padding-bottom: 40px;
  }

  .hlc-wor-head {
    width: auto;
    margin-bottom: 25px;
    text-align: center;
  }

  .hlc-wor-lists {
    display: block;
  }

  .hlc-wor-list {
    display: block;
  }

  .hlc-wor-img {
    right: 20px;
    bottom: 0;
    left: auto;
    width: 109px;
  }
}

@media (max-width: 767px) {
  .hlc-wor-wrapper {
    padding-top: 40px;
  }

  .hlc-wor-head {
    margin-right: 0;
    font-size: 26px;
  }

  .hlc-wor-list {
    font-size: 18px;
    line-height: 1.9;
  }
  .hlc-wor-list::before {
    top: 26px;
    left: 16px;
    width: 24px;
    height: 22px;
    transform: translateY(0);
  }
  .hlc-wor-list:not(:last-child) {
    margin-bottom: 6px;
  }
  .hlc-wor-img {
    bottom: -25px;
  }
}

@media (max-width: 580px) {
  .hlc-wor-list br {
    display: block;
  }
}

@media (max-width: 350px) {
  .hlc-wor-head {
    font-size: 24px;
  }
}

/*********************************/
/* SOLUTION */
/*********************************/
.hlc-sol-wrapper {
  position: relative;
  margin-top: -15%;
  padding-bottom: 56px;
}
.hlc-sol-wrapper::after {
  position: absolute;
  right: -140px;
  bottom: -270px;
  z-index: -1;
  width: 460px;
  height: 505px;
  background: url('../img/common-cloud.svg') center center / cover no-repeat;
  transform: rotate(180deg);
  content: '';
}

.hlc-sol-head {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 24px;
  line-height: 2.6;
  text-align: center;
}
.hlc-sol-head span {
  font-weight: 800;
  font-size: 36px;
  line-height: 1.75;
}

.hlc-sol-imgs {
  display: flex;
  justify-content: space-between;
  width: 1020px;
  max-width: calc(100% - 48px);
  margin: 0 auto;
}

.hlc-sol-img {
  width: 47.3%;
}
.hlc-sol-img:first-child {
  margin-top: 60px;
}

.hlc-sol-txt {
  margin-top: -50px;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.9;
  text-align: center;
}

@media (max-width: 767px) {
  .hlc-sol-wrapper {
    margin-top: -10%;
    padding-bottom: 30px;
  }
  .hlc-sol-wrapper::after {
    top: 115px;
    right: -15px;
    bottom: auto;
    width: 140px;
    height: 153px;
  }

  .hlc-sol-head {
    max-width: calc(100% - 32px);
    margin: 0 auto 20px;
    font-size: 18px;
  }

  .hlc-sol-head span {
    font-size: 26px;
  }

  .hlc-sol-imgs {
    display: block;
    max-width: 100%;
  }

  .hlc-sol-img {
    width: 100%;
  }
  .hlc-sol-img:first-child {
    margin-top: 0;
    padding-right: 78px;
  }
  .hlc-sol-img:last-child {
    margin-top: -11%;
    padding-right: 16px;
    padding-left: 65px;
  }

  .hlc-sol-txt {
    max-width: calc(100% - 32px);
    margin: -30px auto 0;
    font-size: 16px;
    text-align: left;
  }
  .hlc-sol-txt br {
    display: none;
  }
}

@media (max-width: 350px) {
  .hlc-sol-head {
    font-size: 16px;
  }
  .hlc-sol-head span {
    font-size: 22px;
  }
}

/*********************************/
/* CTA */
/*********************************/
.hlc-cta-wrapper {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 122px;
  color: #fff;
  text-align: center;
  background: url('../img/cv-bg.png') center center / cover no-repeat;
}

.hlc-cta-head {
  margin-bottom: 22px;
  font-weight: 800;
  font-size: 34px;
  line-height: 1.58;
}

.hlc-cta-txt {
  margin-bottom: 30px;
  font-weight: 600;
  line-height: 2;
}

@media (max-width: 767px) {
  .hlc-cta-wrapper {
    padding: 40px 16px 70px;
    background: url('../img/cv-bg-sp.png') center center / cover no-repeat;
  }
  .hlc-cta-head {
    font-size: 26px;
  }

  .hlc-cta-txt {
    font-size: 15px;
    text-align: left;
  }
  .hlc-cta-txt br {
    display: none;
  }
}

@media (max-width: 350px) {
  .hlc-cta-head {
    font-size: 22px;
  }
}

/*********************************/
/* ABOUT */
/*********************************/
.hlc-abt-wrapper {
  position: relative;
  width: 1000px;
  max-width: calc(100% - 32px);
  margin: 0 auto;
  padding-top: 105px;
  padding-bottom: 70px;
}
.hlc-abt-wrapper::before {
  position: absolute;
  top: 0;
  left: -100px;
  z-index: -1;
  width: 200px;
  height: 220px;
  background: url('../img/common-cloud.svg') center center / cover no-repeat;
  content: '';
}

.hlc-abt-content {
  position: relative;
}
.hlc-abt-content-1 {
  width: 540px;
  margin-right: auto;
  margin-bottom: 70px;
}
.hlc-abt-content-2 {
  width: 500px;
  margin-left: auto;
}

.hlc-abt-head {
  margin-bottom: 35px;
  font-weight: 800;
  font-size: 36px;
}

.hlc-abt-sub {
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.9;
}
.hlc-abt-sub span {
  color: var(--strong);
}

.hlc-abt-txt {
  line-height: 2;
}

.hlc-abt-txt:not(:last-child) {
  margin-bottom: 14px;
}

.hlc-abt-img {
  position: absolute;
}
.hlc-abt-img-1 {
  top: 40px;
  right: -710px;
  width: 680px;
}
.hlc-abt-img-2 {
  top: 0;
  left: -500px;
  width: 440px;
}

@media (max-width: 999px) {
  .hlc-abt-img-1 {
    top: 50%;
    right: auto;
    left: 105%;
    width: calc(100vw - 380px);
    transform: translateY(-50%);
  }
  .hlc-abt-img-2 {
    right: 105%;
    left: auto;
    width: calc(100vw - 550px);
  }
}

@media (max-width: 767px) {
  .hlc-abt-wrapper {
    padding-top: 65px;
    padding-bottom: 0;
  }
  .hlc-abt-wrapper::before {
    top: 16px;
    left: -20px;
    width: 101px;
    height: 112px;
  }

  .hlc-abt-head {
    margin-bottom: 15px;
    font-size: 26px;
    text-align: center;
  }

  .hlc-abt-sub {
    font-size: 18px;
  }

  .hlc-abt-content-1 {
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 82.66vw;
  }
  .hlc-abt-content-2 {
    width: 100%;
    padding-bottom: 66.66vw;
  }

  .hlc-abt-img-1 {
    top: auto;
    bottom: 8.53vw;
    left: 0;
    width: 122.66vw;
    transform: translateY(0);
  }
  .hlc-abt-img-2 {
    top: auto;
    bottom: 10.6vw;
    left: 0;
    width: 91.46vw;
    transform: translateY(0);
  }
}

@media (max-width: 350px) {
  .hlc-abt-head {
    font-size: 24px;
  }
}

/*********************************/
/* COMPARE */
/*********************************/
.hlc-comp-wrapper {
  width: 1000px;
  max-width: calc(100% - 32px);
  margin: 0 auto;
  padding-bottom: 50px;
}

.hlc-comp-head {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 18px;
}

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

.hlc-comp-list {
  position: relative;
  width: 48.8%;
  text-align: center;
}
.hlc-comp-list::before,
.hlc-comp-list::after {
  position: absolute;
  content: '';
}
.hlc-comp-list::before {
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  background-color: var(--bg);
}
.hlc-comp-list::after {
  top: 51%;
  left: 50%;
  z-index: -1;
  width: 189px;
  height: 189px;
  background: linear-gradient(
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 84%,
    rgba(255, 255, 255, 1) 100%
  );
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.hlc-comp-list-old {
  padding: 40px 35px 25px;
}

.hlc-comp-list-new {
  padding: 45px 35px 25px;
}

.hlc-comp-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.44;
}
.hlc-comp-title span {
  font-size: 13px;
  line-height: 2;
}

.hlc-comp-list-old .hlc-comp-title {
  margin-bottom: 20px;
}
.hlc-comp-list-new .hlc-comp-title {
  margin-bottom: 43px;
}

.hlc-comp-list-old .hlc-comp-contents {
  display: flex;
  justify-content: space-between;
}

.hlc-comp-list-old .hlc-comp-content {
  width: 49.5%;
  padding: 30px 10px 20px;
  background-color: #99afea;
}
.hlc-comp-list-new .hlc-comp-content {
  text-align: left;
}
.hlc-comp-list-new .hlc-comp-content:first-child {
  margin-bottom: 3px;
  padding: 18px 10px 18px 50px;
  background-color: #99afea;
}
.hlc-comp-list-new .hlc-comp-content:last-child {
  position: relative;
  padding: 18.75px 10px 18.75px 50px;
  background-color: #eda7c2;
}
.hlc-comp-list-new .hlc-comp-content:last-child::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 0;
  border-color: var(--bg) transparent transparent transparent;
  border-style: solid;
  border-width: 12px 8px 0 8px;
  transform: translateX(-50%);
  content: '';
}

.hlc-comp-list-old .hlc-comp-content-img {
  margin-bottom: 15px;
}
.hlc-comp-list-new .hlc-comp-content-img {
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
}

.hlc-comp-content-txt {
  color: #fff;
  font-size: 14px;
  line-height: 1.57;
}
.hlc-comp-content-txt span {
  font-size: 12px;
  line-height: 1.83;
}
.hlc-comp-list-new .hlc-comp-content-txt {
  display: inline-block;
  vertical-align: middle;
}

.hlc-comp-img {
  margin-top: 20px;
}

@media (max-width: 949px) {
  .hlc-comp-list-new .hlc-comp-content:first-child {
    padding: 18px 10px;
  }
  .hlc-comp-list-new .hlc-comp-content:first-child .hlc-comp-content-img {
    display: block;
    margin-bottom: 5px;
    text-align: center;
  }
  .hlc-comp-list-new .hlc-comp-content:first-child .hlc-comp-content-txt {
    display: block;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .hlc-comp-wrapper {
    padding-bottom: 25px;
  }

  .hlc-comp-head {
    font-size: 14px;
  }

  .hlc-comp-lists {
    display: block;
  }

  .hlc-comp-list {
    width: 100%;
    margin-bottom: 8px;
    padding: 30px 8px 14px;
  }
  .hlc-comp-list::after {
    top: 54%;
    width: 120px;
    height: 120px;
  }
  .hlc-comp-list.hlc-comp-list-new::after {
    top: 46%;
  }

  .hlc-comp-list-new .hlc-comp-title {
    margin-bottom: 15px;
  }

  .hlc-comp-list-old .hlc-comp-content {
    padding: 12.5px 0;
  }

  .hlc-comp-list-old .hlc-comp-content-img {
    width: 22px;
    margin: 0 auto 5px;
  }
  .hlc-comp-list-new .hlc-comp-content:first-child .hlc-comp-content-img {
    display: inline-block;
    width: 24px;
    margin-bottom: 0;
  }
  .hlc-comp-list-new .hlc-comp-content:last-child .hlc-comp-content-img {
    width: 24px;
  }
  .hlc-comp-list-new .hlc-comp-content:first-child {
    padding: 7.5px 10px 7.5px 33px;
  }
  .hlc-comp-list-new .hlc-comp-content:last-child {
    padding: 6px 10px 6px 32px;
  }

  .hlc-comp-content-txt {
    font-size: 12px;
  }
  .hlc-comp-list-new .hlc-comp-content:first-child .hlc-comp-content-txt {
    display: inline-block;
    text-align: left;
  }
  .hlc-comp-list-new .hlc-comp-content:last-child .hlc-comp-content-txt {
    font-size: 18px;
  }

  .hlc-comp-img {
    width: 124px;
    margin: 10px auto 0;
  }
}

@media (max-width: 350px) {
  .hlc-comp-content-txt {
    font-size: 10px;
  }
  .hlc-comp-content-txt span {
    font-size: 10px;
  }

  .hlc-comp-list-new .hlc-comp-content:first-child {
    padding-left: 25px;
  }
  .hlc-comp-list-new .hlc-comp-content:last-child {
    padding-left: 24px;
  }
}

/*********************************/
/* DEVELOPMENT */
/*********************************/
.hlc-dev-wrapper {
  width: 1000px;
  max-width: calc(100% - 32px);
  margin: 0 auto;
  padding-bottom: 140px;
}

.hlc-dev-head {
  margin-bottom: 10px;
  padding-bottom: 17px;
  font-weight: 600;
  font-size: 18px;
  border-bottom: 1px solid var(--bg);
}

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

.hlc-dev-list {
  width: 32.8%;
  text-align: center;
  background-color: var(--bg);
}

.hlc-dev-title {
  padding-bottom: 10px;
  font-weight: 700;
  background-color: #fff;
}

.hlc-dev-innr {
  padding-right: 10px;
  padding-left: 10px;
}
.hlc-dev-list:first-child .hlc-dev-innr {
  padding-top: 34px;
  padding-bottom: 33px;
}
.hlc-dev-list:nth-child(2) .hlc-dev-innr {
  padding-top: 31px;
  padding-bottom: 29px;
}
.hlc-dev-list:nth-child(3) .hlc-dev-innr {
  padding-top: 40px;
  padding-bottom: 39px;
}

.hlc-dev-logo {
  max-width: 100%;
}
.hlc-dev-list:first-child .hlc-dev-innr .hlc-dev-logo:first-child {
  margin-bottom: 20px;
}
.hlc-dev-list:nth-child(2) .hlc-dev-innr .hlc-dev-logo:first-child {
  margin-bottom: 14px;
}
.hlc-dev-list:nth-child(2) .hlc-dev-innr .hlc-dev-logo:not(:first-child) {
  display: inline-block;
  vertical-align: middle;
}
.hlc-dev-list:nth-child(2) .hlc-dev-innr .hlc-dev-logo:nth-child(2) {
  margin-right: 20px;
}
.hlc-dev-list:last-child .hlc-dev-innr .hlc-dev-logo:first-child {
  margin-bottom: 19px;
}

@media (max-width: 899px) {
  .hlc-dev-list:first-child .hlc-dev-innr {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .hlc-dev-list:nth-child(2) .hlc-dev-innr .hlc-dev-logo:nth-child(2) {
    margin-right: 0;
    margin-bottom: 14px;
  }
  .hlc-dev-list:nth-child(2) .hlc-dev-innr .hlc-dev-logo:not(:first-child) {
    display: block;
  }
  .hlc-dev-list:nth-child(3) .hlc-dev-innr {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .hlc-dev-wrapper {
    padding-bottom: 50px;
  }

  .hlc-dev-head {
    padding-bottom: 7px;
    font-size: 14px;
  }

  .hlc-dev-title {
    padding-bottom: 5px;
    font-size: 14px;
  }

  .hlc-dev-list:first-child .hlc-dev-innr {
    padding-top: 24.8px;
    padding-bottom: 23.8px;
  }
  .hlc-dev-list:nth-child(2) .hlc-dev-innr {
    padding-top: 12px;
    padding-bottom: 14px;
  }
  .hlc-dev-list:last-child .hlc-dev-innr {
    padding-top: 28.4px;
    padding-bottom: 26.4px;
  }

  .hlc-dev-logo {
    margin-right: auto;
    margin-left: auto;
  }
  .hlc-dev-list:first-child .hlc-dev-innr .hlc-dev-logo:first-child {
    width: 23.522vw;
    margin-bottom: 3.73vw;
  }
  .hlc-dev-list:first-child .hlc-dev-innr .hlc-dev-logo:last-child {
    width: 20.9vw;
  }
  .hlc-dev-list:nth-child(2) .hlc-dev-innr .hlc-dev-logo:first-child {
    width: 10.41vw;
    margin-bottom: 1.33vw;
  }
  .hlc-dev-list:nth-child(2) .hlc-dev-innr .hlc-dev-logo:nth-child(2) {
    width: 19.11vw;
    margin-right: auto;
    margin-bottom: 2.13vw;
  }
  .hlc-dev-list:nth-child(2) .hlc-dev-innr .hlc-dev-logo:last-child {
    width: 19.968vw;
  }
  .hlc-dev-list:last-child .hlc-dev-innr .hlc-dev-logo:first-child {
    width: 24.92vw;
    margin-bottom: 3.73vw;
  }
  .hlc-dev-list:last-child .hlc-dev-innr .hlc-dev-logo:last-child {
    width: 16.16vw;
  }
}

@media (max-width: 350px) {
  .hlc-dev-title {
    font-size: 11px;
  }
}

/*********************************/
/* RELATION */
/*********************************/
.hlc-rel-wrapper {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto 65px;
}

.hlc-rel-head {
  margin-bottom: 45px;
  font-weight: 800;
  font-size: 36px;
  text-align: center;
}

.hlc-rel-table {
  width: 1000px;
}

.hlc-rel-table thead .hlc-rel-col {
  height: 72px;
  font-weight: 700;
  font-size: 22px;
  text-align: center;
}
.hlc-rel-table thead .hlc-rel-col:nth-child(2) {
  color: #fff;
  line-height: 72px;
  background-color: #99afea;
}
.hlc-rel-table thead .hlc-rel-col:last-child {
  color: #535353;
  line-height: 1.27;
  text-align: center;
  vertical-align: middle;
}
.hlc-rel-table thead .hlc-rel-col:last-child span {
  font-size: 14px;
  line-height: 2;
}

.hlc-rel-table tbody .hlc-rel-row:not(:last-child) {
  border-bottom: 1px solid #e6e6ff;
}

.hlc-rel-table tbody .hlc-rel-col {
  height: 140px;
  padding: 0 32px;
  text-align: center;
  vertical-align: middle;
}
.hlc-rel-table tbody .hlc-rel-col:first-child {
  width: 200px;
  padding: 0 5px 0 0;
  font-weight: 700;
  text-align: left;
}
.hlc-rel-table tbody .hlc-rel-col:nth-child(2) {
  background-color: var(--bg);
}

.hlc-rel-icon {
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}

.hlc-rel-table tbody .hlc-rel-col p {
  display: inline-block;
  width: 260px;
  text-align: left;
  vertical-align: middle;
}

@media (max-width: 999px) {
  .hlc-rel-content {
    padding-right: 16px;
    padding-bottom: 30px;
    padding-left: 16px;
    overflow-x: scroll;
  }
  .hlc-rel-content::-webkit-scrollbar {
    height: 16px;
  }
  .hlc-rel-content::-webkit-scrollbar-thumb {
    background-color: #99afea;
    border-radius: 8px;
  }
  .hlc-rel-content::-webkit-scrollbar-track {
    background-color: var(--bg);
  }
}

@media (max-width: 767px) {
  .hlc-rel-head {
    margin-bottom: 25px;
    font-size: 26px;
  }
}

@media (max-width: 549px) {
  .hlc-rel-wrapper {
    margin-bottom: 32px;
  }

  .hlc-rel-content {
    padding-right: 0;
    padding-left: 0;
  }

  .hlc-rel-table {
    width: 590px;
    font-size: 15px;
    table-layout: fixed;
  }

  .hlc-rel-table thead .hlc-rel-col {
    height: 40px;
    font-size: 18px;
  }
  .hlc-rel-table thead .hlc-rel-col:first-child {
    width: 100px;
  }
  .hlc-rel-table thead .hlc-rel-col:nth-child(2) {
    width: 240px;
    line-height: 40px;
  }
  .hlc-rel-table thead .hlc-rel-col:last-child {
    width: 250px;
    line-height: 1.1;
  }

  .hlc-rel-table thead .hlc-rel-col:last-child span {
    font-size: 11px;
  }

  .hlc-rel-table tbody .hlc-rel-col p {
    line-height: 1.85;
  }

  .hlc-rel-table tbody .hlc-rel-col {
    padding: 12px 0;
  }

  .hlc-rel-table tbody .hlc-rel-col:first-child {
    width: 100px;
    padding: 0 0 0 16px;
    font-size: 13px;
  }
  .hlc-rel-table tbody .hlc-rel-col:nth-child(2) {
    width: 240px;
  }
  .hlc-rel-table tbody .hlc-rel-col:last-child {
    width: 250px;
  }

  .hlc-rel-table tbody .hlc-rel-col:nth-child(2) p {
    width: 170px;
  }
  .hlc-rel-table tbody .hlc-rel-col:last-child p {
    width: 180px;
  }

  .hlc-rel-icon {
    width: 28px;
    margin-right: 5px;
  }
}

@media (max-width: 350px) {
  .hlc-rel-head {
    font-size: 24px;
  }
}

/*********************************/
/* EFFECTIVE */
/*********************************/
.hlc-eff-wrapper {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  padding-top: 140px;
  padding-bottom: 55px;
}

.hlc-eff-head {
  margin-bottom: 45px;
  font-weight: 800;
  font-size: 36px;
  text-align: center;
}

.hlc-eff-lead {
  width: 800px;
  max-width: calc(100% - 32px);
  margin: 0 auto 46px;
  font-weight: 500;
  font-size: 18px;
  line-height: 2;
}

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

.hlc-eff-lists {
  width: 48.8%;
}

.hlc-eff-list {
  background-color: var(--bg);
}

.hlc-eff-list:not(:last-child) {
  margin-bottom: 16px;
}

.hlc-eff-title {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 25px 32px;
}

.hlc-eff-title-img {
  display: inline-flex;
  align-items: center;
  width: 40px;
}

.hlc-eff-title-txt {
  font-weight: 600;
  font-size: 20px;
}

.hlc-eff-txt {
  padding: 0 32px;
  line-height: 2;
}
.hlc-eff-txt.active {
  padding-bottom: 32px;
}

@media (max-width: 767px) {
  .hlc-eff-wrapper {
    padding-top: 50px;
    padding-bottom: 8px;
  }

  .hlc-eff-head {
    margin-bottom: 18px;
    font-size: 28px;
  }

  .hlc-eff-lead {
    margin-bottom: 30px;
    font-size: 16px;
  }

  .hlc-eff-contents {
    display: block;
  }

  .hlc-eff-lists {
    width: 100%;
  }

  .hlc-eff-list {
    margin-bottom: 6px;
  }
  .hlc-eff-list:not(:last-child) {
    margin-bottom: 6px;
  }

  .hlc-eff-title {
    padding: 20px 32px 20px 14px;
  }

  .hlc-eff-title-txt {
    font-size: 16px;
  }

  .hlc-eff-txt {
    padding: 0 16px;
  }
  .hlc-eff-txt.active {
    padding-bottom: 18px;
  }
}

@media (max-width: 350px) {
  .hlc-eff-head {
    font-size: 24px;
  }

  .hlc-eff-title-txt {
    font-size: 14px;
  }
}

/*********************************/
/* SUPPORT */
/*********************************/
.hlc-sup-wrapper {
  padding-top: 140px;
  padding-bottom: 60px;
  text-align: center;
}

.hlc-sup-head {
  margin-bottom: 45px;
  font-weight: 800;
  font-size: 36px;
  line-height: 1.75;
}

.hlc-sup-dif {
  position: relative;
  width: 1000px;
  max-width: calc(100% - 32px);
  margin: 0 auto 105px;
  padding: 25px 55px;
  font-weight: 500;
  font-size: 20px;
  text-align: left;
  background-color: var(--bg);
}
.hlc-sup-dif::before {
  position: absolute;
  bottom: -40px;
  left: 50%;
  width: 100px;
  height: 40px;
  background: url('../img/sup-dif-arr.svg') center center / cover no-repeat;
  transform: translateX(-50%);
  content: '';
}
.hlc-sup-dif::after {
  position: absolute;
  top: -30px;
  right: 4%;
  width: 237px;
  height: 191px;
  background: url('../img/sup-dif-man.svg') center center / cover no-repeat;
  content: '';
}

.hlc-sup-relief {
  width: 1000px;
  max-width: calc(100% - 32px);
  margin: 0 auto 54px;
}

.hlc-sup-relief-innr {
  position: relative;
  width: 560px;
  margin-left: auto;
  text-align: left;
}

.hlc-sup-relief-title {
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 32px;
}

.hlc-sup-relief-lead {
  margin-bottom: 20px;
  color: var(--strong);
  font-weight: 700;
  font-size: 22px;
  line-height: 1.9;
}

.hlc-sup-relief-txt {
  font-weight: 500;
  font-size: 18px;
  line-height: 2;
}

.hlc-sup-relief-img {
  position: absolute;
  top: 60%;
  left: -735px;
  z-index: -1;
  width: 680px;
  transform: translateY(-50%);
}

.hlc-sup-title {
  position: relative;
  width: 834px;
  max-width: calc(100% - 50px);
  margin: 0 auto 5px;
}
.hlc-sup-title::after {
  position: absolute;
  top: -40px;
  right: -290px;
  z-index: -1;
  width: 199px;
  height: 218px;
  background: url('../img/common-cloud.svg') center center / cover no-repeat;
  transform: rotate(180deg);
  content: '';
}

.hlc-sup-txt {
  margin-bottom: 65px;
  font-weight: 700;
  font-size: 22px;
}

.hlc-sup-lists {
  display: flex;
  justify-content: space-between;
  width: 1000px;
  max-width: calc(100% - 75px);
  margin: 0 auto;
}

.hlc-sup-list {
  width: 30.7%;
}

.hlc-sup-list-img {
  position: relative;
  margin-bottom: 30px;
}
.hlc-sup-list-img::before {
  position: absolute;
  right: -70px;
  bottom: 0;
  z-index: -1;
  width: 198px;
  height: 198px;
  background: url('../img/sup-list-bg.jpg') center center / cover no-repeat;
  content: '';
}

.hlc-sup-list-txt {
  color: var(--strong);
  font-weight: 700;
  font-size: 20px;
  line-height: 1.9;
}

@media (max-width: 959px) {
  .hlc-sup-dif::after {
    top: 50%;
    right: 0;
    width: 110px;
    height: 89px;
    transform: translateY(-50%);
  }
}

@media (max-width: 767px) {
  .hlc-sup-wrapper {
    padding-top: 55px;
    padding-bottom: 35px;
  }

  .hlc-sup-head {
    margin-bottom: 24px;
    font-size: 20px;
  }

  .hlc-sup-dif {
    margin-bottom: 50px;
    padding: 22px 32px;
    font-size: 16px;
    line-height: 1.9;
  }
  .hlc-sup-dif::before {
    bottom: -27.8px;
    height: 27.8px;
    background: url('../img/sup-dif-arr-sp.svg') center center / cover no-repeat;
  }
  .hlc-sup-dif::after {
    top: auto;
    right: 23px;
    bottom: -45%;
    width: 96px;
    height: 94.6px;
    background: url('../img/sup-dif-man-sp.svg') center center / cover no-repeat;
    transform: translateY(0);
  }

  .hlc-sup-relief {
    margin-bottom: 0;
    padding-bottom: 69.86vw;
  }

  .hlc-sup-relief-innr {
    width: 100%;
  }

  .hlc-sup-relief-title {
    margin-bottom: 15px;
    text-align: center;
  }

  .hlc-sup-relief-lead {
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 2;
  }
  .hlc-sup-relief-lead br {
    display: none;
  }

  .hlc-sup-relief-img {
    top: auto;
    right: 0;
    bottom: -72.53vw;
    left: auto;
    width: 122.66vw;
    transform: translateY(0);
  }

  .hlc-sup-title {
    margin-bottom: 25px;
  }

  .hlc-sup-txt {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    font-size: 18px;
  }

  .hlc-sup-lists {
    display: block;
  }

  .hlc-sup-list {
    width: 100%;
  }
  .hlc-sup-list:not(:last-child) {
    margin-bottom: 25px;
  }

  .hlc-sup-list-img {
    margin-bottom: 11px;
  }
  .hlc-sup-list-img img {
    position: relative;
    z-index: 1;
  }

  .hlc-sup-list-txt br {
    display: none;
  }
}

@media (max-width: 350px) {
  .hlc-sup-head {
    font-size: 17px;
  }

  .hlc-sup-dif {
    font-size: 14px;
  }
  .hlc-sup-dif::after {
    width: 65px;
    height: 65px;
  }

  .hlc-sup-txt {
    font-size: 16px;
  }

  .hlc-sup-list-txt {
    font-size: 16px;
  }
}

/*********************************/
/* SERVICE */
/*********************************/
.hlc-ser-wrapper {
  position: relative;
  width: 1000px;
  max-width: calc(100% - 32px);
  margin: 0 auto;
  padding-top: 120px;
  padding-bottom: 45px;
}
.hlc-ser-wrapper::before {
  position: absolute;
  top: 65px;
  left: -130px;
  z-index: -1;
  width: 404px;
  height: 445px;
  background: url('../img/common-cloud.svg') center center / cover no-repeat;
  content: '';
}

.hlc-ser-head {
  margin-bottom: 50px;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.77;
  text-align: center;
}
.hlc-ser-head span {
  font-size: 24px;
  line-height: 2.66;
}

.hlc-ser-content {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-bottom: 60px;
}
.hlc-ser-content-2 {
  flex-direction: row;
}
.hlc-ser-content-3 {
  margin-bottom: 0;
}

.hlc-ser-innr {
  width: 500px;
}

.hlc-ser-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}
.hlc-ser-title span {
  color: var(--strong);
  font-weight: 700;
  font-size: 30px;
  line-height: 1.85;
}

.hlc-ser-txt {
  line-height: 2;
}

.hlc-ser-img {
  flex: 1;
  margin-top: 17px;
  margin-right: 8%;
}
.hlc-ser-content-2 .hlc-ser-img {
  margin-right: 0;
  margin-left: 8%;
}

@media (max-width: 767px) {
  .hlc-ser-wrapper {
    padding-top: 55px;
    padding-bottom: 10px;
  }
  .hlc-ser-wrapper::before {
    top: 20px;
    left: -45px;
    width: 163px;
    height: 179px;
  }

  .hlc-ser-head {
    margin-bottom: 30px;
    font-size: 26px;
  }
  .hlc-ser-head span {
    font-size: 18px;
    line-height: 1.8;
  }

  .hlc-ser-content {
    display: block;
    margin-bottom: 30px;
  }

  .hlc-ser-innr {
    width: 100%;
    margin-bottom: 22px;
  }

  .hlc-ser-title {
    margin-bottom: 10px;
  }
  .hlc-ser-title span {
    font-size: 22px;
  }

  .hlc-ser-img {
    margin-top: 0;
    margin-right: 0;
  }
}

@media (max-width: 350px) {
  .hlc-ser-head {
    font-size: 24px;
  }
  .hlc-ser-head span {
    font-size: 16px;
  }

  .hlc-ser-title span {
    font-size: 19px;
  }
}

/*********************************/
/* WORK */
/*********************************/
.hlc-work-wrapper {
  width: 1000px;
  max-width: calc(100% - 32px);
  margin: 0 auto;
  padding-top: 140px;
  padding-bottom: 135px;
}

.hlc-work-head {
  margin-bottom: 50px;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.77;
  text-align: center;
}
.hlc-work-head span {
  font-size: 24px;
  line-height: 2.66;
}

.hlc-work-case {
  margin-bottom: 110px;
}
.hlc-work-case-3 {
  margin-bottom: 0;
}

.hlc-work-innr {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 30px;
}
.hlc-work-case-2 .hlc-work-innr {
  flex-direction: row-reverse;
}

.hlc-work-content {
  width: 460px;
  margin-right: 8%;
}
.hlc-work-case-2 .hlc-work-content {
  margin-right: 0;
  margin-left: 8%;
}

.hlc-work-title {
  margin-bottom: 16px;
  color: var(--strong);
  font-weight: 700;
  font-size: 22px;
  line-height: 1.9;
}

.hlc-work-txt {
  margin-bottom: 22px;
  line-height: 2;
}

.hlc-work-dir {
  font-size: 13px;
  line-height: 2.2;
}
.hlc-work-dir span {
  font-weight: 600;
}

.hlc-work-img {
  position: relative;
  flex: 1;
}
.hlc-work-img::before {
  position: absolute;
  top: -70px;
  z-index: -2;
  width: 198.56px;
  height: 198.56px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 50%;
  content: '';
}
.hlc-work-img::after {
  position: absolute;
  top: -70px;
  z-index: -1;
  width: 198.56px;
  height: 198.56px;
  border: 1px solid #fff;
  border-radius: 50%;
  content: '';
}
.hlc-work-case-1 .hlc-work-img::before {
  right: -90px;
  background-image: url('../img/work-cloud1.png');
}
.hlc-work-case-1 .hlc-work-img::after {
  right: -90px;
}
.hlc-work-case-2 .hlc-work-img::before {
  left: -78px;
  background-image: url('../img/work-cloud2.png');
}
.hlc-work-case-2 .hlc-work-img::after {
  left: -78px;
}
.hlc-work-case-3 .hlc-work-img::before {
  right: -90px;
  background-image: url('../img/work-cloud3.png');
}
.hlc-work-case-3 .hlc-work-img::after {
  right: -90px;
}

.hlc-work-img img {
  width: 100%;
}

.hlc-work-img span {
  position: absolute;
  bottom: -10px;
  left: 50%;
  z-index: -1;
  width: 78%;
  height: 80px;
  background-color: #153ea7;
  border-radius: 50%;
  transform: translateX(-50%);
  opacity: 0.44;
  filter: blur(30px);
  will-change: filter;
}

.hlc-work-dev-title {
  margin-bottom: 9px;
  padding-bottom: 11px;
  font-weight: 600;
  font-size: 18px;
  border-bottom: 1px solid #efeffd;
}

.hlc-work-dev-lists {
  display: flex;
  justify-content: space-between;
}

.hlc-work-dev-list {
  width: 32.8%;
}

.hlc-work-dev-kind {
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
}

.hlc-work-dev-name {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 72px;
  padding: 0 10px;
  text-align: center;
  background-color: var(--bg);
}

@media (max-width: 1084px) {
  .hlc-work-img {
    margin-right: 15px;
  }
  .hlc-work-case-2 .hlc-work-img {
    margin-right: 0;
    margin-left: 15px;
  }
}

@media (max-width: 767px) {
  .hlc-work-wrapper {
    padding-top: 55px;
    padding-bottom: 10px;
  }

  .hlc-work-head {
    margin-bottom: 30px;
    font-size: 26px;
  }
  .hlc-work-head span {
    font-size: 18px;
    line-height: 1.8;
  }

  .hlc-work-innr {
    display: block;
    margin-bottom: 20px;
  }

  .hlc-work-case {
    margin-bottom: 42px;
  }

  .hlc-work-content {
    width: 100%;
  }
  .hlc-work-case-2 .hlc-work-content {
    margin-left: 0;
  }

  .hlc-work-title {
    font-size: 20px;
  }

  .hlc-work-dir {
    margin-bottom: 25px;
  }

  .hlc-work-img {
    margin-right: 30px;
  }
  .hlc-work-case-2 .hlc-work-img {
    margin-left: 25px;
  }

  .hlc-work-dev-title {
    padding-bottom: 6px;
    font-size: 14px;
  }

  .hlc-work-dev-name {
    height: 48px;
  }
}

@media (max-width: 350px) {
  .hlc-work-head {
    font-size: 22px;
  }
  .hlc-work-head span {
    font-size: 16px;
  }

  .hlc-work-title {
    font-size: 18px;
  }

  .hlc-work-dev-kind {
    font-size: 12px;
  }
}

/*********************************/
/* CASE */
/*********************************/
.hlc-case-wrapper {
  width: 1000px;
  max-width: calc(100% - 100px);
  margin: 0 auto;
  padding-bottom: 80px;
}

.hlc-case-head {
  margin-bottom: 50px;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.77;
  text-align: center;
}
.hlc-case-head span {
  font-size: 24px;
  line-height: 2.66;
}

.hlc-case-slide {
  position: relative;
}

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

.hlc-case-content {
  padding: 40px 40px 30px;
  background-color: var(--bg);
}

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

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

.hlc-case-arrow {
  position: absolute;
  top: 50%;
  width: 16px;
  height: 16px;
}
.hlc-case-arrow::before {
  position: absolute;
  top: 50%;
  width: 32px;
  height: 32px;
  background-color: transparent;
  transform: translate(-50%, -50%) rotate(-45deg);
  content: '';
}
.hlc-case-arrow-l {
  left: -40px;
  border-top: 2px solid var(--text);
  border-left: 2px solid var(--text);
  transform: translateY(-50%) rotate(-45deg);
}
.hlc-case-arrow-l::before {
  left: 0;
}
.hlc-case-arrow-r {
  right: -40px;
  border-top: 2px solid var(--text);
  border-right: 2px solid var(--text);
  transform: translateY(-50%) rotate(45deg);
}
.hlc-case-arrow-r::before {
  left: 100%;
}

@media (max-width: 767px) {
  .hlc-case-wrapper {
    padding-bottom: 35px;
  }

  .hlc-case-head {
    margin-bottom: 30px;
    font-size: 26px;
  }
  .hlc-case-head span {
    font-size: 18px;
    line-height: 1.8;
  }
}

@media (max-width: 599px) {
  .hlc-case-wrapper {
    max-width: 100%;
  }
  .hlc-case-content {
    padding: 25px 16px 17px;
  }
}

@media (max-width: 350px) {
  .hlc-case-head {
    font-size: 24px;
  }
  .hlc-case-head span {
    font-size: 16px;
  }
}

/*********************************/
/* ACHIVEMENT */
/*********************************/
.hlc-ach-wrapper {
  width: 1000px;
  max-width: calc(100% - 32px);
  margin: 0 auto;
  padding-bottom: 50px;
}

.hlc-ach-head {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 36px;
  text-align: center;
}

.hlc-ach-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  column-gap: 16px;
}

.hlc-ach-logo {
  margin-bottom: 20px;
}
.hlc-ach-logo:nth-child(1) {
  transition-delay: 0s !important;
}
.hlc-ach-logo:nth-child(2) {
  transition-delay: 0.2s !important;
}
.hlc-ach-logo:nth-child(3) {
  transition-delay: 0.4s !important;
}
.hlc-ach-logo:nth-child(4) {
  transition-delay: 0.6s !important;
}
.hlc-ach-logo:nth-child(5) {
  transition-delay: 0.8s !important;
}
.hlc-ach-logo:nth-child(6) {
  transition-delay: 1s !important;
}
.hlc-ach-logo:nth-child(7) {
  transition-delay: 1.2s !important;
}
.hlc-ach-logo:nth-child(8) {
  transition-delay: 1.4s !important;
}
.hlc-ach-logo:nth-child(9) {
  transition-delay: 1.6s !important;
}
.hlc-ach-logo:nth-child(10) {
  transition-delay: 1.8s !important;
}
.hlc-ach-logo:nth-child(11) {
  transition-delay: 2s !important;
}
.hlc-ach-logo:nth-child(12) {
  transition-delay: 2.2s !important;
}
.hlc-ach-logo:nth-child(13) {
  transition-delay: 2.4s !important;
}
.hlc-ach-logo:nth-child(14) {
  transition-delay: 2.6s !important;
}
.hlc-ach-logo:nth-child(15) {
  transition-delay: 2.8s !important;
}
.hlc-ach-logo:nth-child(16) {
  transition-delay: 3s !important;
}
.hlc-ach-logo:nth-child(17) {
  transition-delay: 3.2s !important;
}
.hlc-ach-logo:nth-child(18) {
  transition-delay: 3.4s !important;
}
.hlc-ach-logo:nth-child(19) {
  transition-delay: 3.6s !important;
}
.hlc-ach-logo:nth-child(20) {
  transition-delay: 3.8s !important;
}
.hlc-ach-logo:nth-child(21) {
  transition-delay: 4s !important;
}

@media (max-width: 767px) {
  .hlc-ach-wrapper {
    padding-bottom: 20px;
  }

  .hlc-ach-head {
    font-size: 26px;
  }

  .hlc-ach-logos {
    column-gap: 0;
  }
  .hlc-ach-logo {
    width: calc(100% / 4);
    padding: 0 5px;
  }
}

@media (max-width: 350px) {
  .hlc-ach-head {
    font-size: 24px;
  }
}

/*********************************/
/* FLOW */
/*********************************/
.hlc-flow-wrapper {
  width: 1000px;
  max-width: calc(100% - 32px);
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 56px;
}

.hlc-flow-head {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 36px;
  text-align: center;
}

.hlc-flow-content {
  padding-right: 20px;
  padding-bottom: 50px;
  padding-left: 20px;
  overflow: hidden;
}

.hlc-flow-lists {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}
.hlc-flow-lists::after {
  position: absolute;
  top: 101px;
  left: 50%;
  z-index: -2;
  width: 1px;
  height: 800px;
  background-color: #d5e0ff;
  content: '';
}

.hlc-flow-list {
  position: relative;
  width: calc(50% - 80px);
  padding: 39px 39px 30px;
  background-color: #ffffff;
  box-shadow: 0px 16px 20px rgb(0 15 100 / 8%);
}
.hlc-flow-list:nth-child(odd) {
  float: left;
}
.hlc-flow-list:nth-child(even) {
  float: right;
  margin-left: 160px;
}
.hlc-flow-list:nth-child(2) {
  margin-top: 60px;
}
.hlc-flow-list:nth-child(n + 3) {
  margin-top: 24px;
}
.hlc-flow-list::before {
  position: absolute;
  width: 104px;
  height: 64px;
  background-repeat: no-repeat;
  background-size: 100%;
  content: '';
}
.hlc-flow-list:nth-child(1)::before {
  top: 101px;
  right: -112px;
  background-image: url('../img/flow-mail.svg');
}
.hlc-flow-list:nth-child(2)::before {
  top: 137px;
  left: -112px;
  background-image: url('../img/flow-hearing.svg');
}
.hlc-flow-list:nth-child(3)::before {
  top: 64px;
  right: -112px;
  background-image: url('../img/flow-proposal.svg');
}
.hlc-flow-list:nth-child(4)::before {
  top: 98px;
  left: -112px;
  background-image: url('../img/flow-contract.svg');
}
.hlc-flow-list:nth-child(5)::before {
  top: 50px;
  right: -112px;
  background-image: url('../img/flow-sitemap.svg');
}
.hlc-flow-list:nth-child(6)::before {
  top: 85px;
  left: -112px;
  background-image: url('../img/flow-dev.svg');
}
.hlc-flow-list:nth-child(7)::before {
  top: 35px;
  right: -112px;
  background-image: url('../img/flow-confirm.svg');
}
.hlc-flow-list:nth-child(8)::before {
  top: 65px;
  left: -112px;
  width: 135px;
  height: 70px;
  background-image: url('../img/flow-comp.svg');
}
.hlc-flow-list:nth-child(8)::after {
  position: absolute;
  top: 75px;
  left: -80px;
  z-index: -1;
  width: 1px;
  height: 100%;
  background-color: #ffffff;
  content: '';
}
.hlc-flow-list-bottom {
  width: 100%;
}

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

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

.hlc-flow-lead-title {
  margin-top: -5px;
  margin-left: 15px;
  color: var(--text);
  font-weight: 700;
  font-size: 17px;
  line-height: 1.667;
}

.hlc-flow-txt {
  font-size: 14px;
  line-height: 2;
}

@media (max-width: 767px) {
  .hlc-flow-wrapper {
    max-width: 100%;
    padding-bottom: 0;
  }

  .hlc-flow-head {
    margin-bottom: 8px;
    font-size: 26px;
  }

  .hlc-flow-content {
    padding-right: 16px;
    padding-bottom: 40px;
    padding-left: 16px;
  }

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

  .hlc-flow-list {
    width: 100%;
    padding: 26px 24px 18px;
  }
  .hlc-flow-list:nth-child(odd) {
    float: none;
  }
  .hlc-flow-list:nth-child(even) {
    float: none;
    margin-left: 0;
  }
  .hlc-flow-list:nth-child(2) {
    margin-top: 14px;
  }
  .hlc-flow-list:nth-child(n + 3) {
    margin-top: 14px;
  }
  .hlc-flow-list::before {
    display: none;
  }

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

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

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

@media (max-width: 350px) {
  .hlc-flow-head {
    font-size: 24px;
  }
}

/*********************************/
/* QA */
/*********************************/
.hlc-qa-wrapper {
  width: 1000px;
  max-width: calc(100% - 32px);
  margin: 0 auto 150px;
  padding-top: 140px;
}

.hlc-qa-head {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 45px;
  text-align: center;
}

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

.hlc-qa-title {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 25px 32px;
  background-color: var(--bg);
}

.hlc-qa-title-q {
  margin-right: 27px;
}

.hlc-qa-title-txt {
  font-weight: 600;
}

.hlc-qa-txt {
  display: flex;
  align-items: flex-start;
  padding-right: 5px;
  padding-left: 32px;
}
.hlc-qa-txt.active {
  padding-top: 25px;
  padding-bottom: 20px;
}

.hlc-qa-txt-a {
  margin-top: 8px;
  margin-right: 21px;
}

.hlc-qa-txt-letter {
  line-height: 2;
}

@media (max-width: 767px) {
  .hlc-qa-wrapper {
    margin-bottom: 85px;
    padding-top: 55px;
  }

  .hlc-qa-head {
    margin-bottom: 25px;
    font-size: 26px;
  }

  .hlc-qa-title {
    align-items: flex-start;
    padding: 20px 40px 20px 12px;
  }

  .hlc-qa-title-q {
    width: 16px;
    margin: 3px 10px 0 0;
  }

  .hlc-qa-txt {
    padding-right: 0;
    padding-left: 11px;
  }
  .hlc-qa-txt.active {
    padding-top: 20px;
    padding-bottom: 15px;
  }

  .hlc-qa-txt-a {
    width: 17px;
    margin: 7px 10px 0 0;
  }
}

@media (max-width: 350px) {
  .hlc-qa-head {
    font-size: 22px;
  }
}
