* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-feature-settings: "palt" 1;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.875;
  text-size-adjust: 100%;
  text-size-adjust: 100%;
}

@media all and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

a:hover img,
.t-default a:hover img {
  opacity: 1;
}

textarea {
  resize: none;
}

textarea:focus {
  outline: none;
}

a {
  line-height: 1.6;
  color: inherit;
  text-decoration: none;
}

ul,
li {
  list-style: none;
}

.bold {
  font-weight: bold;
}

input {
  box-shadow: none;
}

input:focus {
  outline: none;
}

.en {
  font-weight: normal;
}

/* For Responsive */
@media all and (max-width: 767px) {
  .pc_only {
    display: none !important;
  }
}

@media all and (min-width: 768px) {
  .sp_only {
    display: none !important;
  }
}

/* main */
main {
  min-height: 100vh;
  overflow: hidden;
}

img {
  max-width: 100%;
}

input,
textarea {
  font-weight: 700;
}

a:hover {
  text-decoration: none;
}

#container.sub {
  margin-top: 70px;
}

@media all and (min-width: 768px) and (max-width: 1340px) {
  #container.sub {
    margin-top: 90px;
  }
}

@media all and (max-width: 767px) {
  #container.sub {
    margin-top: 50px;
  }
}

.inner {
  max-width: 1000px;
}

.outer {
  padding: 100px 0;
}

.about-outer {
  padding: 75px 0;
}

@media all and (max-width: 767px) {
  .about-outer {
    padding: 50px 0;
  }
}

.heading-outer {
  padding-top: 180px;
}

@media all and (max-width: 767px) {
  .heading-outer {
    padding-top: 100px;
  }
}

.heading-outer .secondary-heading {
  margin-bottom: 50px;
}

@media all and (max-width: 767px) {
  .heading-outer .secondary-heading {
    margin-bottom: 25px;
  }
}

.bg-pattern1 {
  background-image: linear-gradient(0deg, #f4fbfd, #fdf7ff);
}

.bg-pattern2 {
  background-image: linear-gradient(0deg, #f4fbfd, #fdf7ff);
}

.bg-pattern3 {
  background-image: linear-gradient(0deg, #f9fff4, #fff5f2);
}

.bg-pattern4 {
  background-image: linear-gradient(0deg, #fff5f2, #f9fff4);
}

.bg-pattern5 {
  background-image: linear-gradient(0deg, #f9fff4, #fdf7ff);
}

.bg-pattern6 {
  background-image: linear-gradient(0deg, #fdf7ff, #fdfff2);
}

.bg-anchor {
  padding: 80px 0;
  background: #fdfdfd;
}

@media all and (max-width: 767px) {
  .bg-anchor {
    padding: 50px 0;
  }
}

.bg-anchor + .heading-outer {
  padding-top: 120px;
}

@media all and (max-width: 767px) {
  .bg-anchor + .heading-outer {
    padding-top: 50px;
  }
}

.mb-section {
  margin-bottom: 180px;
}

@media all and (max-width: 1023px) {
  .mb-section {
    margin-bottom: 120px;
  }
}

@media all and (max-width: 767px) {
  .mb-section {
    margin-bottom: 60px;
  }
}

.page-heading-wrapper {
  position: relative;
  min-height: 510px;
  padding: 120px 0;
}

@media all and (max-width: 767px) {
  .page-heading-wrapper {
    min-height: 360px;
    padding: 60px 0 40px;
  }
}

.page-heading-wrapper.bg-blue {
  background-color: #f4fbfd;
}

.page-heading-wrapper.bg-yellow {
  background-color: #fdfdf4;
}

.page-heading-wrapper .inner {
  display: flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page-heading-wrapper .txt_caption {
  font-size: 12px;
  color: #707070;
}

@media all and (max-width: 767px) {
  .page-heading-wrapper .txt_caption {
    font-size: 10px;
  }
}

.page-heading-wrapper.type-movie {
  padding-top: 100px;
  padding-bottom: 75px;
}

@media all and (max-width: 767px) {
  .page-heading-wrapper.type-movie {
    padding-top: 40px;
    padding-bottom: 10px;
  }
}

.page-heading-wrapper.type-movie .inner {
  position: relative;
  display: block;
  padding-top: 78px;
}

@media all and (max-width: 1280px) and (min-width: 768px) {
  .page-heading-wrapper.type-movie .inner {
    padding-left: 30px;
  }
}

@media all and (max-width: 767px) {
  .page-heading-wrapper.type-movie .inner {
    display: flexbox;
    display: flex;
    flex-direction: column;
    flex-direction: column;
    padding-top: 18px;
  }
}

.page-heading-wrapper.type-movie .inner::before {
  position: absolute;
  top: 0;
  right: calc(-50vw + 500px);
  z-index: -1;
  display: block;
  width: calc(100vw - 100px);
  height: 358px;
  content: "";
  background: linear-gradient(to right, #edfbff 0%, #fffdd8 100%);
  border-radius: 200px 0 0 200px;
}

@media all and (max-width: 1560px) {
  .page-heading-wrapper.type-movie .inner::before {
    width: 97vw;
  }
}

@media all and (max-width: 1280px) {
  .page-heading-wrapper.type-movie .inner::before {
    right: calc(-50vw + 50%);
    left: auto;
  }
}

@media all and (max-width: 767px) {
  .page-heading-wrapper.type-movie .inner::before {
    right: calc(-3% - 1px);
    left: -3%;
    width: auto;
    height: 179px;
    border-radius: 100px 0 0 100px;
  }
}

@media all and (min-width: 768px) {
  .page-heading-main {
    width: calc(50% - 30px);
  }

  .type-movie .page-heading-main {
    flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
    margin-right: 40px;
  }
}

@media all and (min-width: 768px) and (max-width: 1023px) {
  .type-movie .page-heading-main {
    width: 100%;
    margin-right: 0;
  }
}

@media all and (max-width: 767px) {
  .page-heading-main {
    position: relative;
    z-index: 1;
  }
}

@media all and (min-width: 768px) {
  .page-heading-sub {
    display: flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(50% - 25px);
    margin: -46px 0;
    -ms-flex-align: center;
    -ms-flex-pack: center;
  }

  .type-movie .page-heading-sub {
    flex-grow: 1;
    align-items: flex-start;
    width: auto;
    margin: 0;
    -ms-flex-positive: 1;
    -ms-flex-align: start;
  }
}

@media all and (max-width: 767px) {
  .page-heading-sub {
    position: absolute;
    top: 50px;
    right: 0;
    z-index: 0;
    margin: auto 0;
  }
}

@media all and (max-width: 767px) {
  .type-common .page-heading-sub {
    width: 60%;
    max-width: 300px;
    transform: translateX(3.2%);
    transform: translateX(3.2%);
  }
}

.page-heading-movie {
  width: calc(50% - 40px);
}

@media all and (max-width: 1023px) and (min-width: 768px) {
  .page-heading-movie {
    float: right;
    margin-bottom: 10px;
    margin-left: 30px;
  }
}

@media all and (min-width: 1024px) {
  .page-heading-movie {
    position: absolute;
    top: 78px;
    right: 0;
  }
}

@media all and (max-width: 767px) {
  .page-heading-movie {
    order: 10;
    width: auto;
    margin-top: 20px;
    margin-right: -3vw;
    margin-left: -3vw;
    -ms-flex-order: 10;
  }
}

.page-heading-movie video {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.primary-heading {
  margin-bottom: 20px;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.08em;
}

.primary-heading-wrapper {
  margin-bottom: 50px;
}

@media all and (max-width: 767px) {
  .type-common .primary-heading-wrapper {
    width: 70%;
    height: 40vw;
    max-height: 200px;
    margin-bottom: 25px;
  }
}

@media all and (max-width: 767px) {
  .type-movie .primary-heading-wrapper {
    margin-bottom: 20px;
  }
}

@media all and (max-width: 767px) {
  .primary-heading {
    margin-bottom: 15px;
    font-size: 2.2rem;
  }
}

.primary-heading-description {
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.33;
  letter-spacing: 0.08em;
}

@media all and (max-width: 767px) {
  .primary-heading-description {
    font-size: 1.3rem;
  }
}

.type-movie .primary-heading-description {
  line-height: 1.944;
}

.secondary-heading {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 80px;
  font-size: 38px;
  line-height: 1.473;
  text-align: center;
  letter-spacing: 0.05em;
}

@media all and (max-width: 1023px) {
  .secondary-heading {
    margin-bottom: 50px;
    font-size: 32px;
  }
}

@media all and (max-width: 767px) {
  .secondary-heading {
    padding-bottom: 15px;
    font-size: 20px;
  }
}

.secondary-heading__mbSmall {
  margin-bottom: 30px;
}

@media all and (max-width: 767px) {
  .secondary-heading__mbSmall {
    margin-bottom: 10px;
  }
}

.secondary-heading__mbMiddle {
  margin-bottom: 40px;
}

.secondary-heading::after {
  position: absolute;
  bottom: 0;
  left: calc(50% - 75px);
  display: block;
  width: 150px;
  height: 1px;
  content: "";
  background: linear-gradient(to right, #f40 0%, #ff4478 20.69%, #b400ef 39.41%, #04f 59.61%, #00c894 77.34%, #ffb400 100%);
}

@media all and (max-width: 767px) {
  .secondary-heading::after {
    left: calc(50% - 37.5px);
    width: 75px;
  }
}

.button-wrapper {
  display: flexbox;
  display: flex;
  justify-content: center;
  margin-right: -12px;
  margin-left: -12px;
  -ms-flex-pack: center;
}

.button-wrapper > * {
  margin: 0 12px;
}

.button-wrapper__allColumn {
  flex-direction: column;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  margin-left: 0;
  -ms-flex-pack: center;
  -ms-flex-align: center;
}

.button-wrapper__allColumn > * {
  margin: 0;
}

.button-wrapper__allColumn > * + * {
  margin-top: 20px;
}

@media all and (max-width: 767px) {
  .button-wrapper__spColumn {
    flex-direction: column;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 0;
    margin-left: 0;
    -ms-flex-pack: center;
    -ms-flex-align: center;
  }

  .button-wrapper__spColumn > * {
    margin: 0;
  }

  .button-wrapper__spColumn > * + * {
    margin-top: 20px;
  }
}

.button {
  display: inline-flexbox;
  display: inline-flex;
  justify-content: center;
  min-width: 280px;
  padding: 1px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: linear-gradient(90deg, #ff4478 0%, #ffa300 100%);
  border-radius: 55px;
  box-shadow: 0 2px 8px rgb(0 0 0 / 15%);
  transition: transform 0.2s ease-in-out, box-shadow 0.2s;
  -ms-flex-pack: center;
}

@media all and (max-width: 767px) {
  .button {
    font-size: 12px;
  }
}

.button-inner {
  display: flexbox;
  display: flex;
  flex-direction: column;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 68px;
  padding: 10px 56px;
  background: transparent;
  border-radius: 55px;
  -ms-flex-align: center;
  -ms-flex-pack: center;
}

@media all and (max-width: 767px) {
  .button-inner {
    min-height: 45px;
  }
}

.button:not(.button__border):not(.button__blue):hover {
  color: #fff;
  box-shadow: 0 5px 12px rgb(0 0 0 / 10%);
  transform: translateY(-4px);
  transform: translateY(-4px);
}

.button__border {
  color: #f00;
  background: #f00;
  transition: color 0.3s ease-in-out;
}

.button__border .button-inner {
  background: #fff;
  transition: background 0.3s ease-in-out;
}

.button__border:hover {
  color: #fff;
}

.button__border:hover .button-inner {
  background: #f00;
}

.button__border.button__arrow {
  position: relative;
}

.button__border.button__arrow .button-inner {
  padding-right: 35px;
  padding-left: 35px;
}

.button__border.button__arrow .button-inner::after {
  position: absolute;
  top: calc(50% - 5px);
  right: 20px;
  display: block;
  width: 6px;
  height: 10px;
  content: "";
  background: url(/dcms_media/other/ic_button_arrow.svg) no-repeat center center/contain;
  transition: background 0.3s;
}

.button__border.button__arrow:hover .button-inner::after {
  background: url(/dcms_media/other/ic_button_arrow_hover.svg) no-repeat center center/contain;
}

.button__blue {
  padding: 3px;
  color: #fff;
  background: #fff;
  transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
}

.button__blue .button-inner {
  background: #04f;
  transition: background 0.3s ease-in-out;
}

.button__blue:hover {
  color: #04f;
  background: #04f;
}

.button__blue:hover .button-inner {
  background: #fff;
}

.button__primary {
  padding: 3px;
  color: #fff;
  background: #fff;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s;
}

.button__primary .button-inner {
  background: linear-gradient(90deg, #ff4478 0%, #ffa300 100%) !important;
}

.button__primary .main {
  font-size: 20px;
  line-height: 1.33;
}

@media all and (max-width: 767px) {
  .button__primary .main {
    font-size: 14px;
  }
}

.button__primary .sub {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.33;
}

@media all and (max-width: 767px) {
  .button__primary .sub {
    font-size: 10px;
  }
}

.button__primary:hover {
  color: #fff;
  box-shadow: 0 5px 12px rgb(0 0 0 / 10%);
  transform: translateY(-4px);
  transform: translateY(-4px);
}

.button__document {
  position: relative;
  width: 100%;
  max-width: 560px;
  padding: 5px;
  line-height: 1;
  color: #fff !important;
  background: #fff !important;
  border-radius: 65px;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s;
}

@media all and (max-width: 767px) {
  .button__document {
    max-width: 360px;
    padding: 3px;
  }
}

.button__document .button-inner {
  position: relative;
  width: 100%;
  min-height: 104px;
  padding-left: 160px;
  letter-spacing: 0.08em;
  background: linear-gradient(90deg, #ff4478 0%, #ffa300 100%) !important;
  border-radius: 60px;
}

@media all and (max-width: 767px) {
  .button__document .button-inner {
    min-height: 59px;
    padding: 10px 30px 10px 100px;
    border-width: 3px;
  }
}

.button__document .button-inner .icon {
  position: absolute;
  top: 50%;
  left: 40px;
  width: 120px;
  transform: translateY(-50%);
  transform: translateY(-50%);
}

@media all and (max-width: 767px) {
  .button__document .button-inner .icon {
    left: 32px;
    width: 60px;
  }
}

.button__document .main {
  font-size: 22px;
}

@media all and (max-width: 767px) {
  .button__document .main {
    font-size: 14px;
  }
}

.button__document .sub {
  margin-top: 5px;
  font-size: 14px;
  font-weight: normal;
}

@media all and (max-width: 767px) {
  .button__document .sub {
    font-size: 10px;
  }
}

.button__document:hover {
  box-shadow: 0 5px 13px rgb(0 0 0 / 20%);
  transform: translateY(-5px);
  transform: translateY(-5px);
}

.button__small {
  min-width: 210px;
  font-size: 16px;
  font-weight: 500;
}

@media all and (max-width: 767px) {
  .button__small {
    min-width: 128px;
    font-size: 14px;
  }
}

.button__small .button-inner {
  padding-right: 15px;
  padding-left: 15px;
}

.button__small2 {
  min-width: 240px;
  font-size: 16px;
  font-weight: normal;
}

@media all and (max-width: 767px) {
  .button__small2 {
    min-width: 128px;
    font-size: 14px;
  }
}

.button__small2 .button-inner {
  padding-right: 15px;
  padding-left: 15px;
}

.button__large {
  width: 100%;
  max-width: 510px;
}

@media all and (max-width: 767px) {
  .button__large {
    max-width: 360px;
    font-size: 13px;
  }
}

.button__large .button-inner {
  min-height: 84px;
}

@media all and (max-width: 767px) {
  .button__large .button-inner {
    min-height: 60px;
  }
}

.button__full {
  width: 100%;
  max-width: inherit !important;
}

.button__low {
  font-size: 14px;
}

.button__low .button-inner {
  min-height: 50px;
  padding-right: 15px;
  padding-left: 15px;
}

.button__low2 .button-inner {
  min-height: 58px;
}

.button__high .button-inner {
  min-height: 100px;
}

.button__noBorder .button-inner {
  border: none;
}

.documentButton-heading {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

@media all and (max-width: 767px) {
  .documentButton-heading {
    font-size: 10px;
  }
}

.documentButton-heading .text {
  position: relative;
  display: inline-block;
  padding-right: 18px;
  padding-left: 18px;
}

.documentButton-heading .text::before {
  position: absolute;
  bottom: 10px;
  left: 0;
  display: block;
  width: 24px;
  height: 1px;
  content: "";
  background: #707070;
  transform: rotate(55deg);
  transform: rotate(55deg);
  transform-origin: center bottom;
  transform-origin: center bottom;
}

@media all and (max-width: 767px) {
  .documentButton-heading .text::before {
    width: 20px;
  }
}

.documentButton-heading .text::after {
  position: absolute;
  right: 0;
  bottom: 10px;
  display: block;
  width: 24px;
  height: 1px;
  content: "";
  background: #707070;
  transform: rotate(-55deg);
  transform: rotate(-55deg);
  transform-origin: center bottom;
  transform-origin: center bottom;
}

@media all and (max-width: 767px) {
  .documentButton-heading .text::after {
    width: 20px;
  }
}

@media all and (min-width: 1024px) {
  .anchorLink-wrapper {
    display: flexbox;
    display: flex;
  }

  .anchorLink-wrapper .anchorLink-heading {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 254px;
    padding-right: 15px;
  }
}

.anchorLink-heading .heading {
  position: relative;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.7;
}

@media all and (max-width: 767px) {
  .anchorLink-heading .heading {
    font-size: 16px;
  }
}

.anchorLink-heading .heading::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100px;
  height: 1px;
  content: "";
  background: linear-gradient(to right, #f40 0%, #ff4478 20.69%, #b400ef 39.41%, #04f 59.61%, #00c894 77.34%, #ffb400 100%);
}

.anchorLink-contents .anchorLink-list {
  flex-wrap: wrap;
  flex-wrap: wrap;
}

.anchorLink-list {
  display: flexbox;
  display: flex;
  margin: -15px -15px 0;
}

@media all and (max-width: 767px) {
  .anchorLink-list {
    margin-right: -8px;
    margin-left: -8px;
  }
}

.anchorLink-list.type-center {
  -ms-flex-pack: center;
  justify-content: center;
}

.anchorLink-item {
  margin: 15px 15px 0;
}

@media all and (max-width: 767px) {
  .anchorLink-item {
    margin: 15px 8px 0;
  }
}

.anchorLink-button {
  position: relative;
  display: flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 230px;
  min-height: 50px;
  padding: 5px 50px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #27acff;
  border: 1px solid #27acff;
  border-radius: 50px;
  -ms-flex-align: center;
  -ms-flex-pack: center;
}

@media all and (max-width: 767px) {
  .anchorLink-button {
    min-width: 160px;
    min-height: 35px;
    padding: 6px 40px 6px 30px;
    font-size: 1.2rem;
  }
}

.anchorLink-button::before,
.anchorLink-button::after {
  position: absolute;
  top: 50%;
  right: 8px;
  width: 16px;
  height: 3px;
  margin-top: 1px;
  content: "";
  background-color: #27acff;
  border-radius: 2px;
  transition: background-color 300ms ease-in-out;
  transform: rotate(45deg);
  transform: rotate(45deg);
}

.anchorLink-button::before {
  margin-right: 16px;
  transform: rotate(45deg) scale(0.5);
  transform: rotate(45deg) scale(0.5);
  transform-origin: right bottom;
  transform-origin: right bottom;
}

.anchorLink-button::after {
  transform: rotate(-45deg) scale(0.5);
  transform: rotate(-45deg) scale(0.5);
  transform-origin: left bottom;
  transform-origin: left bottom;
}

.anchorLink-button:hover {
  color: #fff;
  background-color: #27acff;
}

.anchorLink-button:hover::before,
.anchorLink-button:hover::after {
  background-color: #fff;
}

.row {
  display: flexbox;
  display: flex;
  flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -30px;
  margin-right: -15px;
  margin-left: -15px;
}

@media all and (max-width: 767px) {
  .row {
    margin-top: -40px;
  }
}

.row > * {
  padding: 0 15px;
  margin-top: 30px;
}

@media all and (max-width: 767px) {
  .row > * {
    margin-top: 40px;
  }
}

.row.gap-xs {
  margin-top: -10px;
  margin-right: -5px;
  margin-left: -5px;
}

@media all and (max-width: 767px) {
  .row.gap-xs {
    margin-top: -50px;
    margin-right: -5px;
    margin-left: -5px;
  }
}

.row.gap-xs > * {
  padding: 0 5px;
  margin-top: 10px;
}

@media all and (max-width: 767px) {
  .row.gap-xs > * {
    padding: 0 5px;
    margin-top: 50px;
  }
}

.row.gap-sm {
  margin-top: -20px;
  margin-right: -10px;
  margin-left: -10px;
}

@media all and (max-width: 767px) {
  .row.gap-sm {
    margin-top: -50px;
    margin-right: -10px;
    margin-left: -10px;
  }
}

.row.gap-sm > * {
  padding: 0 10px;
  margin-top: 20px;
}

@media all and (max-width: 767px) {
  .row.gap-sm > * {
    padding: 0 10px;
    margin-top: 50px;
  }
}

.row.gap-md {
  margin-top: -36px;
  margin-right: -18px;
  margin-left: -18px;
}

@media all and (max-width: 767px) {
  .row.gap-md {
    margin-top: -50px;
    margin-right: -12px;
    margin-left: -12px;
  }
}

.row.gap-md > * {
  padding: 0 18px;
  margin-top: 36px;
}

@media all and (max-width: 767px) {
  .row.gap-md > * {
    padding: 0 12px;
    margin-top: 50px;
  }
}

.row.gap-lg {
  margin-top: -42px;
  margin-right: -21px;
  margin-left: -21px;
}

@media all and (max-width: 767px) {
  .row.gap-lg {
    margin-top: -50px;
    margin-right: -18px;
    margin-left: -18px;
  }
}

.row.gap-lg > * {
  padding: 0 21px;
  margin-top: 42px;
}

@media all and (max-width: 767px) {
  .row.gap-lg > * {
    padding: 0 18px;
    margin-top: 50px;
  }
}

.row.gap-xl {
  margin-top: -64px;
  margin-right: -32px;
  margin-left: -32px;
}

@media all and (max-width: 767px) {
  .row.gap-xl {
    margin-top: -50px;
    margin-right: -32px;
    margin-left: -32px;
  }
}

.row.gap-xl > * {
  padding: 0 32px;
  margin-top: 64px;
}

@media all and (max-width: 767px) {
  .row.gap-xl > * {
    padding: 0 32px;
    margin-top: 50px;
  }
}

.row.gap-xxl {
  margin-top: -100px;
  margin-right: -50px;
  margin-left: -50px;
}

@media all and (max-width: 767px) {
  .row.gap-xxl {
    margin-top: -50px;
    margin-right: -50px;
    margin-left: -50px;
  }
}

.row.gap-xxl > * {
  padding: 0 50px;
  margin-top: 100px;
}

@media all and (max-width: 767px) {
  .row.gap-xxl > * {
    padding: 0 50px;
    margin-top: 50px;
  }
}

.row [class*="col1-"] {
  width: 8.33333%;
}

.row [class*="col2-"] {
  width: 16.66667%;
}

.row [class*="col3-"] {
  width: 25%;
}

.row [class*="col4-"] {
  width: 33.33333%;
}

.row [class*="col5-"] {
  width: 41.66667%;
}

.row [class*="col6-"] {
  width: 50%;
}

.row [class*="col7-"] {
  width: 58.33333%;
}

.row [class*="col8-"] {
  width: 66.66667%;
}

.row [class*="col9-"] {
  width: 75%;
}

.row [class*="col10-"] {
  width: 83.33333%;
}

.row [class*="col11-"] {
  width: 91.66667%;
}

.row [class*="col12-"] {
  width: 100%;
}

@media all and (max-width: 1023px) {
  .row [class*="tab1"] {
    width: 8.33333%;
  }

  .row [class*="tab2"] {
    width: 16.66667%;
  }

  .row [class*="tab3"] {
    width: 25%;
  }

  .row [class*="tab4"] {
    width: 33.33333%;
  }

  .row [class*="tab5"] {
    width: 41.66667%;
  }

  .row [class*="tab6"] {
    width: 50%;
  }

  .row [class*="tab7"] {
    width: 58.33333%;
  }

  .row [class*="tab8"] {
    width: 66.66667%;
  }

  .row [class*="tab9"] {
    width: 75%;
  }

  .row [class*="tab10"] {
    width: 83.33333%;
  }

  .row [class*="tab11"] {
    width: 91.66667%;
  }

  .row [class*="tab12"] {
    width: 100%;
  }
}

@media all and (max-width: 767px) {
  .row [class*="sp1"] {
    width: 8.33333%;
  }

  .row [class*="sp2"] {
    width: 16.66667%;
  }

  .row [class*="sp3"] {
    width: 25%;
  }

  .row [class*="sp4"] {
    width: 33.33333%;
  }

  .row [class*="sp5"] {
    width: 41.66667%;
  }

  .row [class*="sp6"] {
    width: 50%;
  }

  .row [class*="sp7"] {
    width: 58.33333%;
  }

  .row [class*="sp8"] {
    width: 66.66667%;
  }

  .row [class*="sp9"] {
    width: 75%;
  }

  .row [class*="sp10"] {
    width: 83.33333%;
  }

  .row [class*="sp11"] {
    width: 91.66667%;
  }

  .row [class*="sp12"] {
    width: 100%;
  }
}

.row .h-full {
  height: 100%;
}

.row.gap-sp-md {
  margin-top: -38px;
}

.row.gap-sp-md > * {
  margin-top: 38px;
}

.col-inner > *:last-child {
  margin-bottom: 0;
}

.col-border {
  display: flexbox;
  display: flex;
  flex-direction: column;
  flex-direction: column;
  padding: 40px 35px;
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 10px;
}

@media all and (max-width: 767px) {
  .col-border {
    padding: 25px 20px;
  }
}

.col-border-heading {
  margin-bottom: 25px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
}

@media all and (max-width: 767px) {
  .col-border-heading {
    margin-bottom: 25px;
    font-size: 16px;
  }
}

.col-border-image {
  margin-bottom: 22px;
}

@media all and (max-width: 767px) {
  .col-border-image {
    width: 171px;
    margin: 0 auto 25px;
  }
}

.col-border-desc {
  flex-grow: 1;
  font-size: 14px;
  line-height: 1.714;
  letter-spacing: 0.02em;
  -ms-flex-positive: 1;
}

.col-border .button {
  width: 100%;
  min-width: inherit;
}

@media all and (max-width: 767px) {
  .col-border .button {
    max-width: 210px;
  }
}

.col-iconListLink {
  position: relative;
  padding: 32px 20px 80px 42px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 20px rgb(0 0 0 / 0%);
  transition: box-shadow 0.3s;
}

.col-iconListLink::before {
  position: absolute;
  right: 20px;
  bottom: 28px;
  display: block;
  width: 32px;
  height: 32px;
  content: "";
  background: url(/dcms_media/other/ic_tools_link.svg) no-repeat center center/contain;
  transition: background 0.3s;
}

@media all and (max-width: 767px) {
  .col-iconListLink::before {
    right: 0;
    bottom: 0;
    width: 22px;
    height: 22px;
  }
}

@media all and (max-width: 767px) {
  .col-iconListLink {
    padding: 0 0 30px;
  }
}

.col-iconListLink:hover {
  box-shadow: 0 0 20px rgb(0 0 0 / 12%);
}

.col-iconListLink:hover::before {
  background-image: url(/dcms_media/other/ic_tools_link_hover.svg);
}

.col-iconListLink-heading {
  display: flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.col-iconListLink-heading .icon {
  flex: 0 0 auto;
  flex: 0 0 auto;
  width: 88px;
  margin-right: 16px;
}

@media all and (max-width: 767px) {
  .col-iconListLink-heading .icon {
    width: 50px;
    margin-right: 10px;
  }
}

.col-iconListLink-heading .text {
  font-size: 18px;
  font-weight: bold;
}

@media all and (max-width: 767px) {
  .col-iconListLink-heading .text {
    font-size: 14px;
  }
}

.col-iconListLink-heading .text::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
}

.col-iconListLink-list {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.25;
}

@media all and (max-width: 767px) {
  .col-iconListLink-list {
    margin-top: 6px;
    font-size: 12px;
  }
}

.col-iconListLink-list > li {
  display: flexbox;
  display: flex;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.col-iconListLink-list > li::before {
  display: block;
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  content: "";
  background: #ffb400;
  border-radius: 100%;
  transform: translateY(-1px);
  transform: translateY(-1px);
  -ms-flex-negative: 0;
}

@media all and (max-width: 767px) {
  .col-iconListLink-list > li::before {
    width: 4px;
    height: 4px;
    margin-right: 4px;
    transform: translateY(-2px);
    transform: translateY(-2px);
  }
}

.col-iconListLink-list > li + li {
  margin-top: 6px;
}

.col-iconListLink.no-link {
  box-shadow: none !important;
}

.col-iconListLink.no-link::before {
  display: none;
}

.col-iconListLink.no-link .text::after {
  display: none !important;
}

.tools-row {
  position: relative;
  z-index: 0;
  display: flexbox;
  display: flex;
  flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -160px;
  margin-right: -50px;
  margin-left: -50px;
  -ms-flex-pack: justify;
}

@media all and (max-width: 1023px) {
  .tools-row {
    flex-direction: column;
    flex-direction: column;
    align-items: center;
    margin-top: -80px;
    margin-right: 0;
    margin-left: 0;
    -ms-flex-align: center;
  }
}

.tools-col {
  display: flexbox;
  display: flex;
  width: 50%;
  max-width: 618px;
  padding-right: 50px;
  padding-left: 50px;
  margin-top: 160px;
}

@media all and (max-width: 1023px) {
  .tools-col {
    width: auto;
    padding-right: 0;
    padding-left: 0;
  }
}

@media all and (max-width: 767px) {
  .tools-col {
    margin-top: 80px;
  }
}

@media all and (max-width: 767px) {
  .tools-row.col2 .tools-col + .tools-col {
    margin-top: 25px;
  }
}

.tools-col:first-child:last-child {
  margin-right: auto;
  margin-left: auto;
}

.tools-col__wide {
  width: 100%;
  max-width: 932px;
}

.tools-row.col2 {
  flex-direction: row;
  flex-direction: row;
  margin-right: -29px;
  margin-left: -29px;
}

.tools-row.col2 .tools-col {
  width: 50%;
  padding-right: 29px;
  padding-left: 29px;
}

@media all and (max-width: 767px) {
  .tools-row.col2 .tools-col {
    flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
  }
}

.tools-row.col3 {
  justify-content: flex-start;
  margin-right: -15px;
  margin-left: -15px;
  -ms-flex-pack: start;
}

@media all and (max-width: 1023px) {
  .tools-row.col3 {
    flex-direction: row;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    margin-right: -5px;
    margin-left: -5px;
    -ms-flex-pack: justify;
    -ms-flex-align: start;
  }
}

.tools-row.col3 .tools-col {
  width: 33.33%;
  padding-right: 15px;
  padding-left: 15px;
}

@media all and (max-width: 1023px) {
  .tools-row.col3 .tools-col {
    width: 50%;
    padding-right: 5px;
    padding-left: 5px;
  }
}

@media all and (min-width: 1024px) {
  .tools-row.col3 .tools-col:nth-of-type(n+4) {
    margin-top: 50px;
  }
}

@media all and (max-width: 1023px) {
  .tools-row.col3 .tools-col:nth-of-type(n+3) {
    margin-top: 25px;
  }
}

.col-tools {
  position: relative;
  display: flexbox;
  display: flex;
  flex-direction: column;
  flex-direction: column;
}

@media all and (max-width: 767px) {
  .col-tools {
    width: 100%;
  }
}

.col-tools::after {
  position: absolute;
  top: -40px;
  right: -40px;
  bottom: -40px;
  left: -40px;
  z-index: -1;
  display: block;
  content: "";
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px rgb(0 0 0 / 10%);
  opacity: 0;
  transition: opacity 0.3s;
}

@media all and (max-width: 1340px) {
  .col-tools::after {
    top: -20px;
    right: -20px;
    bottom: -20px;
    left: -20px;
  }
}

@media all and (max-width: 767px) {
  .col-tools::after {
    display: none;
  }
}

.col-tools:hover::after {
  opacity: 1;
}

.col-tools.default-card {
  padding: 30px;
}

@media all and (max-width: 767px) {
  .col-tools.default-card {
    max-width: 100%;
    padding: 13px;
  }

  .tools-row.col2 .col-tools.default-card {
    padding: 22px;
  }
}

.col-tools.default-card::after {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  border: 1px solid #eaeaea;
  box-shadow: none;
  opacity: 1;
}

@media all and (max-width: 767px) {
  .col-tools.default-card::after {
    display: block;
  }
}

.col-tools.default-card > * {
  position: relative;
  z-index: 1;
}

.col-tools-heading {
  display: flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

@media all and (max-width: 767px) {
  .col-tools-heading {
    margin-bottom: 9px;
  }
}

.col-tools-heading .icon {
  flex: 0 0 auto;
  width: 110px;
  margin-right: 20px;
}

.col-tools-heading .icon img {
  width: 100%;
  max-width: inherit;
}

@media all and (max-width: 767px) {
  .col-tools-heading .icon {
    width: 67px;
    margin-right: 15px;
  }

  .tools-row.col2 .col-tools-heading .icon {
    width: 96px;
  }
}

.col-tools-heading .icon.type-small {
  width: 60px;
  margin-right: 10px;
}

@media all and (max-width: 767px) {
  .col-tools-heading .icon.type-small {
    width: 32px;
    margin-right: 6px;
  }
}

.col-tools-heading .icon.type-large {
  width: 150px;
}

@media all and (max-width: 767px) {
  .col-tools-heading .icon.type-large {
    width: 75px;
  }
}

.col-tools-heading .icon.type-ccweb {
  width: 302px;
}

@media all and (max-width: 767px) {
  .col-tools-heading .icon.type-ccweb {
    width: 99px;
  }
}

.col-tools-heading .icon.type-creative {
  width: 263px;
}

@media all and (max-width: 767px) {
  .col-tools-heading .icon.type-creative {
    width: 118px;
  }
}

.col-tools-heading .text {
  display: flexbox;
  display: flex;
  flex-direction: column;
  flex-direction: column;
  font-weight: bold;
  line-height: 1.14;
}

.tools-row.__price .col-tools-heading .text {
  width: calc(100% - 70px);
}

@media all and (max-width: 767px) {
  .tools-row.__price .col-tools-heading .text {
    width: calc(100% - 38px);
  }
}

.tools-row.__set .col-tools-heading .text {
  -ms-flex-pack: center;
  justify-content: center;
}

.col-tools-heading .text .sub {
  margin-bottom: 2px;
  font-size: 16px;
}

@media all and (max-width: 767px) {
  .col-tools-heading .text .sub {
    font-size: 12px;
  }
}

@media all and (max-width: 767px) {
  .tools-row.__price .col-tools-heading .text .sub {
    font-size: 1rem;
  }
}

.tools-row.__set .col-tools-heading .text .sub {
  font-size: 1.4rem;
}

@media all and (max-width: 767px) {
  .tools-row.__set .col-tools-heading .text .sub {
    font-size: 1.2rem;
  }
}

.col-tools-heading .text .main {
  font-size: 32px;
}

@media all and (min-width: 1024px) and (max-width: 1200px) {
  .col-tools-heading .text .main {
    font-size: 3.16vw;
  }
}

@media all and (max-width: 767px) {
  .col-tools-heading .text .main {
    font-size: 27px;
    line-height: 1.481;
  }
}

@media all and (max-width: 767px) {
  .tools-row.__price .col-tools-heading .text .main {
    font-size: 4.8vw;
  }
}

.tools-row.__set .col-tools-heading .text .main {
  font-size: 3rem;
}

@media all and (max-width: 767px) {
  .tools-row.__set .col-tools-heading .text .main {
    font-size: 2rem;
  }
}

.col-tools-price {
  margin-top: 15px;
  margin-bottom: 30px;
  text-align: center;
}

@media all and (max-width: 767px) {
  .col-tools-price {
    margin-top: 9px;
    margin-bottom: 11px;
  }
}

.col-tools-desc {
  display: flexbox;
  display: flex;
  margin-bottom: 15px;
}

@media all and (max-width: 767px) {
  .col-tools-desc {
    margin-bottom: 10px;
  }
}

.tools-col__wide .col-tools-desc {
  max-width: 787px;
}

.tools-row.__set .col-tools-desc {
  margin-bottom: 51px;
}

@media all and (max-width: 767px) {
  .tools-row.__set .col-tools-desc {
    margin-bottom: 25px;
  }
}

.col-tools-desc p {
  flex: 1 1 auto;
  flex: 1 1 auto;
  font-size: 18px;
  line-height: 1.5;
}

@media all and (max-width: 767px) {
  .col-tools-desc p {
    font-size: 12px;
  }
}

.col-tools-desc .image {
  flex: 0 0 auto;
  flex: 0 0 auto;
  width: 56%;
  max-width: 285px;
  margin-left: 23px;
}

@media all and (max-width: 767px) {
  .col-tools-desc .image {
    width: 50%;
    margin-left: 8px;
  }
}

@media all and (min-width: 1024px) {
  .tools-col__wide .col-tools-desc .image {
    max-width: 356px;
    margin-left: 50px;
    text-align: left;
  }

  .tools-col__wide .col-tools-desc .image img {
    margin-left: 0;
  }
}

.col-tools-list {
  flex-grow: 1;
  font-weight: bold;
  line-height: 1.5;
  -ms-flex-positive: 1;
}

@media all and (max-width: 767px) {
  .col-tools-list {
    font-size: 12px;
  }
}

.col-tools-list > li {
  display: flexbox;
  display: flex;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.col-tools-list > li::before {
  display: block;
  flex-shrink: 0;
  width: 18px;
  height: 12px;
  margin-right: 10px;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  -ms-flex-negative: 0;
}

@media all and (max-width: 767px) {
  .col-tools-list > li::before {
    width: 13px;
    height: 9px;
    margin-right: 5px;
  }
}

.col-tools-list > li + li {
  margin-top: 5px;
}

.col-tools-list > li.ic-red::before {
  background-image: url(/dcms_media/other/ic_crown_red.svg);
}

.col-tools-list > li.ic-orange::before {
  background-image: url(/dcms_media/other/ic_crown_orange.svg);
}

.col-tools-list > li.ic-blue::before {
  background-image: url(/dcms_media/other/ic_crown_blue.svg);
}

.col-tools-list > li.ic-lightBlue::before {
  background-image: url(/dcms_media/other/ic_crown_blue2.svg);
}

.col-tools-list > li.ic-lightBlue2::before {
  background-image: url(/dcms_media/other/ic_crown_blue3.svg);
}

.col-tools-list > li.ic-pink::before {
  background-image: url(/dcms_media/other/ic_crown_pink.svg);
}

.col-tools-list > li.ic-yellow::before {
  background-image: url(/dcms_media/other/ic_crown_yellow.svg);
}

.col-tools-list > li.ic-orange::before {
  background-image: url(/dcms_media/other/ic_crown_orange.svg);
}

.col-tools-list > li.ic-gray::before {
  background-image: url(/dcms_media/other/ic_crown_gray.svg);
}

.col-tools-list > li.ic-purple::before {
  background-image: url(/dcms_media/other/ic_crown_purple.svg);
}

.col-tools-list > li.ic-green::before {
  background-image: url(/dcms_media/other/ic_crown_green.svg);
}

.col-tools-list > li.ic-darkGreen::before {
  background-image: url(/dcms_media/other/ic_crown_green2.svg);
}

.col-tools-list > li.ic-pink::before {
  background-image: url(/dcms_media/other/ic_crown_pink.svg);
}

.col-tools-list > li.ic-brown::before {
  background-image: url(/dcms_media/other/ic_crown_brown.svg);
}

.col-tools-link {
  flex-grow: 1;
  width: 100%;
  min-width: inherit;
  max-width: 280px;
  -ms-flex-positive: 1;
}

@media all and (max-width: 767px) {
  .col-tools-link {
    max-width: 170px;
  }
}

.col-tools-link .button-inner {
  padding-right: 15px;
  padding-left: 15px;
}

.col-tools-free {
  position: relative;
  z-index: 2;
}

.col-tools .button-wrapper {
  margin-top: 40px;
}

@media all and (max-width: 767px) {
  .col-tools .button-wrapper {
    margin-top: 25px;
  }
}

@media all and (min-width: 768px) {
  .col-tools .button-wrapper.has-btn-single {
    bottom: 20px;
  }
}

@media all and (max-width: 767px) {
  .tools-row.__price .col-tools .button-wrapper .button-inner {
    min-height: 45px;
    font-size: 12px;
  }
}

@media all and (max-width: 767px) {
  .tools-row.__price .col-tools .button-wrapper .button__low2 {
    width: 100%;
    margin-top: 10px;
  }
}

.col-article {
  position: relative;
  padding-bottom: 42px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 10px;
  box-shadow: 0 0 30px 0 rgb(0 0 0 / 0%);
  transition: box-shadow 0.3s, transform 0.3s cubic-bezier(0.23, 0.01, 0.06, 0.99);
}

@media all and (max-width: 767px) {
  .col-article {
    padding-bottom: 24px;
  }
}

.col-article:hover {
  box-shadow: 0 0 30px 0 rgb(0 0 0 / 16%);
  transform: translateY(-20px);
  transform: translateY(-20px);
}

.col-article-image {
  margin-bottom: 20px;
}

.col-article-image__margin {
  padding: 20px 25px 0;
}

@media all and (max-width: 767px) {
  .col-article-image__margin {
    padding: 30px 20px 0;
  }
}

.col-article-image img {
  width: 100%;
}

.col-article-title {
  padding: 0 45px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}

@media all and (max-width: 767px) {
  .col-article-title {
    padding: 0 20px;
    font-size: 16px;
  }
}

.col-article-title a {
  color: #000;
  opacity: 1;
}

.col-article-title a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
}

.col-article-desc {
  padding: 0 45px;
  line-height: 1.5;
  letter-spacing: 0.01em;
}

@media all and (max-width: 767px) {
  .col-article-desc {
    padding: 0 20px;
  }
}

.col-article.no-link {
  box-shadow: none !important;
  transform: none !important;
  transform: none !important;
}

.col-article.no-link a::before {
  display: none;
}

.col-news {
  position: relative;
  padding-top: 40px;
  padding-left: 40px;
}

@media all and (max-width: 767px) {
  .col-news {
    padding-top: 18px;
    padding-left: 18px;
  }
}

.col-news::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 74px;
  height: 74px;
  pointer-events: none;
  content: "";
  border-top: 1px solid #707070;
  border-left: 1px solid #707070;
}

@media all and (max-width: 767px) {
  .col-news::before {
    width: 37px;
    height: 37px;
  }
}

.col-news-date {
  margin-bottom: 20px;
}

@media all and (max-width: 767px) {
  .col-news-date {
    margin-bottom: 10px;
  }
}

.col-news-date .date {
  display: inline-block;
  margin-right: 13px;
  font-size: 20px;
  font-weight: bold;
  vertical-align: middle;
}

@media all and (max-width: 767px) {
  .col-news-date .date {
    margin-right: 6px;
    font-size: 12px;
  }
}

.col-news-date .label {
  display: inline-block;
  min-width: 98px;
  padding: 1px 12px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  border-radius: 12px;
}

.col-news-date .label__seminar {
  background: #c41c8a;
}

.col-news-date .label__case {
  background: #3350a0;
}

.col-news-date .label__news {
  background: #009812;
}

.col-news-date .label__column {
  background: #ccc;
}

.col-news-date .label__other {
  background: #ccc;
}

.col-news-title {
  line-height: 1.5;
}

.col-news a.col-news-title:hover {
  text-decoration: underline;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-none {
  display: none !important;
}

@media all and (min-width: 768px) {
  .d-pc-none {
    display: none !important;
  }
}

@media all and (max-width: 1023px) and (min-width: 768px) {
  .d-tab-none {
    display: none !important;
  }
}

@media all and (max-width: 767px) {
  .d-sp-none {
    display: none !important;
  }
}

#modal-image {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1001;
  display: none;
  background: rgb(0 0 0 / 80%);
}

.modal-inner {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  padding: 80px;
  overflow: auto;
  -ms-flex-align: center;
  -ms-flex-pack: center;
}

@media all and (max-width: 1023px) {
  .modal-inner {
    padding: 40px;
  }
}

@media all and (max-width: 767px) {
  .modal-inner {
    min-height: inherit !important;
    padding: 50px 0;
  }
}

.modal-close {
  position: absolute !important;
  top: 15px;
  right: 15px;
  width: 50px;
  height: 30px;
  background: transparent;
  border: none;
}

.modal-close::after {
  position: absolute;
  top: 50%;
  left: calc(50% - 22px);
  display: block;
  width: 44px;
  height: 1px;
  content: "";
  background: #fff;
  transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modal-close::before {
  position: absolute;
  top: 50%;
  left: calc(50% - 22px);
  display: block;
  width: 44px;
  height: 1px;
  content: "";
  background: #fff;
  transform: rotate(45deg);
  transform: rotate(45deg);
}

.modal-center {
  padding: 20px;
  margin: auto;
  background: #fff;
}

@media all and (max-width: 767px) {
  .modal-center {
    padding: 15px 10px;
  }
}

.js-modal-image img {
  transition: opacity 0.3s;
}

.js-modal-image:hover img {
  opacity: 0.7;
}

#contents {
  width: 100%;
  max-width: inherit;
}

@media all and (max-width: 767px) {
  #top #contents {
    padding-top: 50px;
  }
}

.kv {
  position: relative;
}

@media all and (max-width: 767px) {
  .kv {
    height: auto;
    margin-top: 50px;
  }
}

.kv .bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 10px;
  line-height: 1;
}

/* @media all and (max-width: 767px) {
  .kv .bg {
    position: static;
  }
} */

.kv .kv-caution {
  position: static;
  text-align: left;
}

.kv .button-wrapper {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: flexbox;
  display: flex;
  justify-content: center;
  transform: translateY(50%);
  transform: translateY(50%);
  -ms-flex-pack: center;
}

@media all and (max-width: 767px) {
  .kv .button-wrapper {
    position: static;
    transform: translateY(45px);
    transform: translateY(45px);
  }
}

.kv-caution {
  right: 20px;
  bottom: 20px;
  font-size: 10px;
  color: #5d5d5d;
  transform: translateX(0);
}

@media all and (max-width: 1560px) {
  .kv-caution {
    bottom: 70px;
    padding: 0 5px;
  }
}

@media all and (max-width: 767px) {
  .kv-caution {
    right: 15px;
    bottom: 20px;
    padding: 0 2px;
    text-align: right;
    background: none;
  }
}

.introduction {
  margin-bottom: 180px;
}

@media all and (max-width: 767px) {
  .introduction {
    margin-bottom: 60px;
  }
}

.introduction-heading {
  margin-bottom: 10px;
  font-size: 30px;
  text-align: center;
}

@media all and (max-width: 767px) {
  .introduction-heading {
    font-size: 12px;
  }
}

.introduction-heading .text {
  margin-bottom: 8px;
  vertical-align: text-bottom;
}

@media all and (max-width: 767px) {
  .introduction-heading .text {
    margin-bottom: 2px;
  }
}

.introduction-heading .number {
  margin: 0 8px 0 10px;
  font-family: Roboto, sans-serif;
  font-size: 85px;
  line-height: 1;
  color: #f00;
  text-decoration: underline;
  letter-spacing: -0.03em;
}

@media all and (max-width: 767px) {
  .introduction-heading .number {
    font-size: 32px;
  }
}

.introduction-heading > * {
  display: inline-block;
}

.introduction-list-wrapper {
  width: 9000px;
}

.introduction-list {
  display: inline-grid;
  grid-template-rows: 67px 67px;
  grid-auto-rows: 224px;
  grid-auto-flow: column;
  gap: 8px 0;
}

@media all and (max-width: 767px) {
  .introduction-list {
    grid-template-rows: 57px 57px;
    grid-auto-rows: 192px;
  }
}

.introduction-list .col {
  min-width: 224px;
  margin-right: 20px;
}

@media all and (max-width: 767px) {
  .introduction-list .col {
    min-width: 192px;
    max-width: 192px;
  }
}

.introduction-list.is-moving {
  animation: moving 70s linear 0s infinite;
}

@keyframes moving {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.solution {
  max-width: inherit;
}

.solution-heading {
  margin-bottom: 50px;
  font-size: 38px;
  font-weight: bold;
  line-height: 1.315;
  text-align: center;
  letter-spacing: 0.05em;
}

@media all and (max-width: 767px) {
  .solution-heading {
    margin-bottom: 15px;
    font-size: 20px;
  }
}

.solution-heading .small {
  font-size: 28px;
  font-weight: normal;
  letter-spacing: 0.05em;
}

@media all and (max-width: 767px) {
  .solution-heading .small {
    font-size: 16px;
  }
}

.solution-heading .line {
  background: linear-gradient(transparent 50%, #ffec0b 50%);
}

.solution-2col {
  display: flexbox;
  display: flex;
  width: 100%;
  max-width: 1536px;
  padding-left: 168px;
  margin: 0 auto;
}

@media all and (max-width: 1560px) {
  .solution-2col {
    max-width: 93%;
    padding-left: 0;
  }
}

@media all and (max-width: 1023px) {
  .solution-2col {
    flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100%;
  }
}

.solution-2col .text-col {
  max-width: 567px;
  margin-right: 33px;
}

@media all and (max-width: 1023px) {
  .solution-2col .text-col {
    max-width: 768px;
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.solution-2col .text-col-heading {
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5625;
}

@media all and (max-width: 767px) {
  .solution-2col .text-col-heading {
    margin-bottom: 10px;
    font-size: 16px;
  }
}

.solution-2col .image-col {
  min-width: 400px;
}

@media all and (max-width: 767px) {
  .solution-2col .image-col {
    min-width: inherit;
  }
}

.feature-rows {
  display: flexbox;
  display: flex;
  flex-direction: column;
  flex-direction: column;
  flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  -ms-flex-align: center;
}

.feature-rows .feature-col + .feature-col {
  margin-top: 150px;
}

@media all and (max-width: 1023px) {
  .feature-rows .feature-col + .feature-col {
    margin-top: 100px;
  }
}

@media all and (max-width: 767px) {
  .feature-rows .feature-col + .feature-col {
    margin-top: 50px;
  }
}

@media all and (min-width: 768px) {
  .feature-rows__2col {
    flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: stretch;
    margin-top: -120px;
    margin-right: -82px;
    margin-left: -82px;
    -ms-flex-align: stretch;
  }
}

@media all and (min-width: 768px) and (max-width: 1340px) {
  .feature-rows__2col {
    margin-right: -20px;
    margin-left: -20px;
  }
}

.feature-col {
  position: relative;
  display: flexbox;
  display: flex;
  width: 100%;
}

@media all and (min-width: 768px) {
  .feature-rows__2col .feature-col {
    width: 50%;
    padding-right: 82px;
    padding-left: 82px;
    margin-top: 120px !important;
  }
}

@media all and (min-width: 768px) and (max-width: 1340px) {
  .feature-rows__2col .feature-col {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media all and (min-width: 1024px) {
  .feature-col:last-child {
    min-height: 377px;
  }
}

@media all and (max-width: 1023px) {
  .feature-col {
    max-width: 600px;
  }
}

@media all and (min-width: 1024px) {
  .feature-col .text-col {
    flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
    max-width: 600px;
    margin-right: 40px;
  }
}

.feature-rows__2col .feature-col .text-col {
  display: flexbox;
  display: flex;
  flex-direction: column;
  flex-direction: column;
  width: 100%;
  margin-right: 0;
}

@media all and (min-width: 1024px) {
  .feature-col .image-col {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(50% - 40px);
    text-align: center;
  }
}

@media all and (max-width: 1023px) {
  .feature-col .image-col {
    margin-bottom: 25px;
  }
}

@media all and (max-width: 767px) {
  .feature-col .image-col img.sp-sizeXXS {
    width: 131px;
  }

  .feature-col .image-col img.sp-sizeXXS {
    width: 155px;
  }

  .feature-col .image-col img.sp-sizeXS {
    width: 184px;
  }

  .feature-col .image-col img.sp-sizeS {
    width: 193px;
  }

  .feature-col .image-col img.sp-sizeM {
    width: 224px;
  }

  .feature-col .image-col img.sp-sizeL {
    width: 300px;
  }
}

.feature-rows__2col .feature-col .image-col {
  position: static;
  display: flexbox;
  display: flex;
  align-items: center;
  width: auto;
  margin-bottom: 25px;
  -ms-flex-align: center;
}

.feature-rows__2col .feature-col .image-col .image02 {
  max-width: 330px;
}

@media all and (max-width: 767px) {
  .feature-rows__2col .feature-col .image-col .image02 {
    max-width: 224px;
  }
}

.feature-rows__2col .feature-col .image-col .image03 {
  max-width: 298px;
}

@media all and (max-width: 767px) {
  .feature-rows__2col .feature-col .image-col .image03 {
    max-width: 193px;
  }
}

.feature-rows__2col .feature-col .image-col .image04 {
  max-width: 314px;
}

@media all and (max-width: 767px) {
  .feature-rows__2col .feature-col .image-col .image04 {
    max-width: 212px;
  }
}

.feature-rows__2col .feature-col .image-col .image05 {
  max-width: 318px;
}

@media all and (max-width: 767px) {
  .feature-rows__2col .feature-col .image-col .image05 {
    max-width: 217px;
  }
}

.feature-col .text-col-heading {
  position: relative;
  display: flexbox;
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0 0 24px;
  line-height: 1;
  -ms-flex-align: center;
}

@media all and (max-width: 1340px) {
  .feature-col .text-col-heading {
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.feature-col .text-col-heading .number {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 26px;
}

@media all and (max-width: 767px) {
  .feature-col .text-col-heading .number {
    width: 80px;
    margin-right: 10px;
  }
}

@media all and (min-width: 768px) {
  .feature-rows__2col .feature-col .text-col-heading .number {
    width: 86px;
    padding-top: 12px;
    margin-right: 20px;
  }
}

.feature-col .text-col-heading .text {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.315;
}

@media all and (max-width: 1023px) {
  .feature-col .text-col-heading .text {
    font-size: 34px;
  }
}

@media all and (max-width: 767px) {
  .feature-col .text-col-heading .text {
    font-size: 19px;
  }
}

.feature-rows__2col .feature-col .text-col-heading .text {
  font-size: 28px;
}

@media all and (max-width: 1023px) {
  .feature-rows__2col .feature-col .text-col-heading .text {
    font-size: 24px;
  }
}

@media all and (max-width: 767px) {
  .feature-rows__2col .feature-col .text-col-heading .text {
    font-size: 19px;
  }
}

.feature-col .text-col-heading .small {
  display: inline-block;
  margin-bottom: 7px;
  font-size: 20px;
  line-height: 1;
}

@media all and (max-width: 1023px) {
  .feature-col .text-col-heading .small {
    font-size: 22px;
  }
}

@media all and (max-width: 767px) {
  .feature-col .text-col-heading .small {
    font-size: 12px;
  }
}

.feature-rows__2col .feature-col .text-col-heading .small {
  font-size: 18px;
}

@media all and (max-width: 1023px) {
  .feature-rows__2col .feature-col .text-col-heading .small {
    font-size: 16px;
  }
}

@media all and (max-width: 767px) {
  .feature-rows__2col .feature-col .text-col-heading .small {
    font-size: 12px;
  }
}

.feature-col .text-col-heading .line {
  background: linear-gradient(transparent 50%, #ffec0b 50%);
}

.feature-col .text-col-heading__center {
  -ms-flex-align: center;
  align-items: center;
}

.feature-col .text-col-heading__center .number {
  padding-top: 0 !important;
}

@media all and (max-width: 767px) {
  .feature-col .text-col-heading__center .number {
    width: 63px;
  }
}

@media all and (min-width: 1024px) {
  .feature-col:nth-child(even) {
    flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .feature-col:nth-child(even) .text-col {
    margin-right: 0;
    margin-left: 40px;
  }

  .feature-rows__2col .feature-col:nth-child(even) .text-col {
    margin-left: 0;
  }

  .feature-col:nth-child(even) .image-col {
    right: auto;
    left: 0;
  }
}

@media all and (max-width: 767px) {
  .feature-col .button-wrapper {
    margin-right: -6px;
    margin-left: -6px;
  }

  .feature-col .button-wrapper > * {
    margin: 0 6px;
  }
}

.feature-col .button {
  font-size: 16px;
}

@media all and (max-width: 767px) {
  .feature-col .button {
    min-width: inherit;
    max-width: 280px;
    font-size: 12px;
  }

  .feature-col .button .button-inner {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.feature-col .button__border {
  font-weight: 500;
}

.bg-tools {
  position: relative;
  padding-top: 180px;
  padding-bottom: 150px;
}

@media all and (max-width: 1340px) {
  .bg-tools {
    padding-right: 20px;
  }
}

@media all and (max-width: 767px) {
  .bg-tools {
    padding: 60px 15px;
  }
}

.bg-tools::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(-50vw + 500px);
  z-index: -1;
  display: block;
  width: calc(100vw - 100px);
  content: "";
  background: linear-gradient(#f4fbfd 0%, #fdf7ff 100%);
  border-radius: 0 100px 100px 0;
}

@media all and (max-width: 1560px) {
  .bg-tools::before {
    width: 97vw;
  }
}

@media all and (max-width: 1280px) {
  .bg-tools::before {
    left: calc(-50vw + 50%);
  }
}

@media all and (max-width: 767px) {
  .bg-tools::before {
    left: calc(-3% - 1px);
    width: 103%;
    border-radius: 0 50px 50px 0;
  }
}

@media all and (max-width: 1340px) {
  .bg-tools__re {
    padding-right: 0;
    padding-left: 20px;
  }
}

@media all and (max-width: 767px) {
  .bg-tools__re {
    padding: 60px 15px;
  }
}

.bg-tools__re::before {
  right: calc(-50vw + 500px);
  left: auto;
  z-index: -1;
  border-radius: 100px 0 0 100px;
}

@media all and (max-width: 1560px) {
  .bg-tools__re::before {
    width: 97vw;
  }
}

@media all and (max-width: 1280px) {
  .bg-tools__re::before {
    right: calc(-50vw + 50%);
    left: auto;
  }
}

@media all and (max-width: 767px) {
  .bg-tools__re::before {
    right: calc(-3% - 1px);
    left: auto;
    border-radius: 50px 0 0 50px;
  }
}

.bg-feature {
  position: relative;
  padding-top: 180px;
  padding-bottom: 180px;
}

@media all and (max-width: 1340px) {
  .bg-feature {
    padding-left: 20px;
  }
}

@media all and (max-width: 767px) {
  .bg-feature {
    padding: 60px 15px;
  }

  .bg-feature .button__document .main {
    font-size: 12px;
  }
}

.bg-feature::before {
  position: absolute;
  top: 0;
  right: calc(-50vw + 500px);
  bottom: 0;
  z-index: -1;
  display: block;
  width: calc(100vw - 100px);
  content: "";
  background: linear-gradient(#fdf7ff 0%, #fffbfa 100%);
  border-radius: 100px 0 0 100px;
}

@media all and (max-width: 1560px) {
  .bg-feature::before {
    width: 97vw;
  }
}

@media all and (max-width: 1280px) {
  .bg-feature::before {
    right: calc(-50vw + 50%);
  }
}

@media all and (max-width: 767px) {
  .bg-feature::before {
    right: -3%;
    width: 103%;
    border-radius: 50px 0 0 50px;
  }
}

.bg-feature2 {
  position: relative;
  padding-top: 180px;
  padding-bottom: 180px;
}

@media all and (max-width: 1340px) {
  .bg-feature2 {
    padding-right: 20px;
  }
}

@media all and (max-width: 767px) {
  .bg-feature2 {
    padding: 60px 15px;
  }

  .bg-feature2 .button__document .main {
    font-size: 12px;
  }
}

.bg-feature2::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(-50vw + 500px);
  z-index: -1;
  display: block;
  width: calc(100vw - 100px);
  content: "";
  background: linear-gradient(#fffbfa 0%, #f4fbfd 100%);
  border-radius: 0 100px 100px 0;
}

@media all and (max-width: 1560px) {
  .bg-feature2::before {
    width: 97vw;
  }
}

@media all and (max-width: 1280px) {
  .bg-feature2::before {
    left: calc(-50vw + 50%);
  }
}

@media all and (max-width: 767px) {
  .bg-feature2::before {
    left: -3%;
    width: 103%;
    border-radius: 0 50px 50px 0;
  }
}

.bg-business {
  position: relative;
  padding-top: 120px;
}

@media all and (max-width: 767px) {
  .bg-business {
    padding-top: 60px;
  }
}

.bg-business::before {
  position: absolute;
  top: 0;
  right: calc(-50vw + 500px);
  left: calc(-50vw + 500px);
  z-index: -1;
  display: block;
  height: 400px;
  content: "";
  background: linear-gradient(to right, #f5fdff 0%, #fff8f2 100%);
}

@media all and (max-width: 1280px) {
  .bg-business::before {
    right: calc(-50vw + 50%);
    left: calc(-50vw + 50%);
    height: 200px;
  }
}

.bg-case {
  position: relative;
  margin-top: 80px;
}

@media all and (max-width: 767px) {
  .bg-case {
    margin-top: 60px;
  }
}

.bg-case::before {
  position: absolute;
  top: 0;
  right: calc(-50vw + 500px);
  left: calc(-50vw + 500px);
  z-index: -1;
  display: block;
  height: 400px;
  content: "";
  background: linear-gradient(to right, #fff5f2 0%, #f4fdf5 100%);
}

@media all and (max-width: 1280px) {
  .bg-case::before {
    right: calc(-50vw + 50%);
    left: calc(-50vw + 50%);
    height: 200px;
  }
}

.bg-document {
  position: relative;
  margin-top: 80px;
}

@media all and (max-width: 767px) {
  .bg-document {
    margin-top: 60px;
  }
}

.bg-document::before {
  position: absolute;
  top: 0;
  right: calc(-50vw + 500px);
  left: calc(-50vw + 500px);
  z-index: -1;
  display: block;
  height: 400px;
  content: "";
  background: linear-gradient(to left, #fff5f2 0%, #f4fdf5 100%);
}

@media all and (max-width: 1280px) {
  .bg-document::before {
    right: calc(-50vw + 50%);
    left: calc(-50vw + 50%);
    height: 200px;
  }
}

.bg-price_set {
  position: relative;
}

.bg-price_set::before {
  position: absolute;
  right: calc(-50vw + 500px);
  bottom: -4.5vw;
  left: calc(-50vw + 500px);
  z-index: -1;
  display: block;
  height: 400px;
  content: "";
  background: linear-gradient(#f4fbfd 0%, #f9fff4 100%);
}

@media all and (max-width: 1280px) {
  .bg-price_set::before {
    right: calc(-50vw + 50%);
    left: calc(-50vw + 50%);
    height: 200px;
  }
}

@media all and (max-width: 767px) {
  .bg-price_set::before {
    right: calc(-50vw + 50%);
    bottom: -18vw;
    left: calc(-50vw + 50%);
    height: 85vh;
  }
}

.price-num {
  font-family: Roboto, sans-serif;
  font-weight: bold;
  color: #34cbff;
}

.price-box {
  max-width: 614px;
  margin: 0 auto 50px;
}

@media all and (max-width: 767px) {
  .price-box {
    margin: 0 auto 40px;
  }
}

.price-box-heading {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.33;
  text-align: center;
  letter-spacing: 0.08em;
  background-color: #fff3ce;
}

@media all and (max-width: 767px) {
  .price-box-heading {
    padding: 3px;
    font-size: 1.6rem;
  }
}

.price-box-body {
  display: flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
  -ms-flex-pack: center;
  -ms-flex-align: center;
}

@media all and (max-width: 767px) {
  .price-box-body {
    padding: 15px 0 25px;
  }
}

@media all and (max-width: 767px) {
  .price-box-body + p {
    max-width: 270px;
    margin-right: auto;
    margin-left: auto;
  }
}

.price-box-data > div {
  display: flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  -ms-flex-pack: center;
  -ms-flex-align: center;
}

.price-box-data dt {
  position: relative;
  padding-bottom: 14px;
  margin-right: 68px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.2em;
}

@media all and (max-width: 767px) {
  .price-box-data dt {
    margin-right: 20px;
    font-size: 1.5rem;
  }
}

.price-box-data dt::after {
  position: absolute;
  right: 0.2em;
  bottom: 0;
  left: 0;
  height: 3px;
  content: "";
  background-color: currentcolor;
}

.price-box-data .price-num {
  font-size: 11.9rem;
  line-height: 1.27;
}

@media all and (max-width: 767px) {
  .price-box-data .price-num {
    font-size: 6rem;
  }
}

.price-box-data .price-num .price-unit {
  font-size: 6.6rem;
}

@media all and (max-width: 767px) {
  .price-box-data .price-num .price-unit {
    font-size: 3.5rem;
  }
}

.price-common-layout {
  display: inline-flexbox;
  display: inline-flex;
  -ms-flex-align: end;
  align-items: flex-end;
}

.price-common-layout .price-num {
  font-size: 5.6rem;
  line-height: 0.67;
}

@media all and (max-width: 767px) {
  .price-common-layout .price-num {
    font-size: 2.6rem;
  }
}

@media all and (max-width: 1023px) {
  .tools-row.__set .price-common-layout .price-num {
    font-size: 5.4rem;
  }
}

@media all and (max-width: 767px) {
  .tools-row.__set .price-common-layout .price-num {
    font-size: 3.3rem;
  }
}

.price-common-layout .price-unit {
  display: block;
  margin-left: 3px;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1;
  text-align-last: left;
}

@media all and (max-width: 767px) {
  .price-common-layout .price-unit {
    font-size: 1.2rem;
  }
}

@media all and (max-width: 767px) {
  .tools-row.__set .price-common-layout .price-unit {
    font-size: 1.5rem;
  }
}

.price-common-layout .price-tax {
  font-size: 1rem;
}

.about-primary-heading {
  margin: 0 0 30px;
  font-size: 33px;
  font-weight: bold;
  line-height: 1.484;
}

@media all and (max-width: 767px) {
  .about-primary-heading {
    padding-left: 24px;
    margin-bottom: 15px;
    font-size: 20px;
  }
}

.about-primary-heading .d-block {
  margin-bottom: -2px;
  line-height: 1;
}

.about-primary-heading .small {
  font-size: 20px;
}

@media all and (max-width: 767px) {
  .about-primary-heading .small {
    font-size: 13px;
  }
}

.about-primary-heading .middle {
  font-size: 30px;
}

@media all and (max-width: 767px) {
  .about-primary-heading .middle {
    font-size: 18px;
  }
}

.about-primary-heading .line {
  background: linear-gradient(transparent 50%, #ffec0b 50%);
}

.bg-about {
  position: relative;
  padding-top: 64px;
}

@media all and (max-width: 767px) {
  .bg-about {
    padding-top: 15px;
  }
}

.bg-about::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(-50vw + 500px);
  z-index: -1;
  display: block;
  width: calc(100vw - 100px);
  height: 358px;
  content: "";
  background: linear-gradient(to left, #eafaff 0%, #fdf5ff 100%);
  border-radius: 0 200px 200px 0;
}

@media all and (max-width: 1560px) {
  .bg-about::before {
    width: 97vw;
  }
}

@media all and (max-width: 1280px) {
  .bg-about::before {
    left: calc(-50vw + 50%);
  }
}

@media all and (max-width: 767px) {
  .bg-about::before {
    left: calc(-3% - 1px);
    width: 103%;
    height: 179px;
    border-radius: 0 100px 100px 0;
  }
}

.about-solution-heading {
  margin: 0 0 50px;
  font-size: 38px;
  line-height: 1.473;
  text-align: center;
  letter-spacing: 0.05em;
}

@media all and (max-width: 1023px) {
  .about-solution-heading {
    font-size: 34px;
  }
}

@media all and (max-width: 767px) {
  .about-solution-heading {
    margin-bottom: 25px;
    font-size: 20px;
  }
}

.about-solution-heading .small {
  font-size: 24px;
  letter-spacing: 0;
}

@media all and (max-width: 1023px) {
  .about-solution-heading .small {
    font-size: 22px;
  }
}

@media all and (max-width: 767px) {
  .about-solution-heading .small {
    font-size: 14px;
  }
}

@media all and (min-width: 768px) {
  .about-solution-heading .pc-small {
    font-size: 24px;
    line-height: 0;
  }
}

.about-solution-heading .line {
  letter-spacing: 0;
  background: linear-gradient(transparent 50%, #ffec0b 50%);
}

@media all and (min-width: 1341px) {
  .about-solution-image img {
    margin-right: -74px;
  }
}

.col-tools-list > li.ic-lightYellow::before {
  position: relative;
  top: -4px;
  content: "👑";
}

.col-tools-desc .image.-small {
  width: 48%;
}
