@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* フォント */
@font-face {
  font-family: 'NotoSansCJKRegular';
  font-style: normal;
  src: url(../font/NotoSansCJKjp-Regular.eot) format("eot");
}

@font-face {
  font-family: 'NotoSansCJKRegularBold';
  font-style: normal;
  src: url(../font/NotoSansCJKjp-Regular.woff) format("woff");
}

@font-face {
  font-family: 'NotoSansCJKiOS';
  font-style: normal;
  src: url(../font/NotoSansCJKjp-Regular.woff2) format("woff2");
}

.support-area {
  position: relative;
  z-index: 1;
  height: 394px;
  background-image: url(../img/img_support.bg.png);
  background-size: cover;
}

.support-area .support-contents-area {
  width: auto;
  max-width: 1000px;
  margin: 0 auto;
}

.support-area .support-contents-area .support-contents-title {
  padding-top: 80px;
  font-size: 36px;
  font-weight: bold;
  line-height: 52px;
  color: #fff;
  text-align: center;
}

.support-area .support-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
}

.support-area .support-btn .request-btn,
.support-area .support-btn .demo-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0;
  border-radius: 35px;
}

.support-area .support-btn .request-btn {
  width: 247px;
  height: 70px;
  color: #fff;
  background: transparent -webkit-gradient(linear, right top, left top, from(#ff9c27), to(#ff6f27)) 0% 0% no-repeat padding-box !important;
  background: transparent linear-gradient(270deg, #ff9c27 0%, #ff6f27 100%) 0% 0% no-repeat padding-box !important;
}

.support-area .support-btn .request-btn:hover {
  background: transparent -webkit-gradient(linear, right top, left top, from(#ff6f27), to(#ff9c27)) 0% 0% no-repeat padding-box !important;
  background: transparent linear-gradient(270deg, #ff6f27 0%, #ff9c27 100%) 0% 0% no-repeat padding-box !important;
}

.support-area .support-btn .request-btn:hover:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100% !important;
  height: 100% !important;
  content: '';
  background: transparent -webkit-gradient(linear, right top, left top, from(#ff6f27), to(#ff9c27)) 0% 0% no-repeat padding-box !important;
  background: transparent linear-gradient(270deg, #ff6f27 0%, #ff9c27 100%) 0% 0% no-repeat padding-box !important;
  border-radius: 35px;
  -webkit-transition: 1000ms all;
  transition: 1000ms all;
  -webkit-transform: scale(1.05) !important;
          transform: scale(1.05) !important;
}

.support-area .support-btn .demo-btn {
  width: 255px;
  height: 68px;
  color: #ff9c27;
  background: #ffffffe5 0% 0% no-repeat padding-box;
  border: 1px solid #ff9c27;
}

.support-area .support-btn .demo-btn:hover {
  border: 1px solid #fff !important;
}

.support-area .support-btn .demo-btn:hover:before {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: '';
  background: #fff;
  border: 1px solid #ff9c27;
  border-radius: 35px;
  -webkit-transition: 1000ms all;
  transition: 1000ms all;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

/*
 * 共通コンポーネントCSS
 */
* {
  padding: 0;
  margin: 0;
  font-family: 'NotoSansCJKRegular';
  text-decoration: none;
  outline: none !important;
}

/*　アニメーション */
.text-link {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

/* 通常フッター */
.footer-area .footer-wrapper .text-link {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.footer-area .footer-wrapper .text-link.external-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.footer-area .footer-wrapper .text-link.external-link::before {
  width: 14px;
  height: 14px;
  margin-top: 3px;
  margin-left: 5px;
  content: '';
}

.button {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

body {
  min-width: 1240px;
  /* 改行 */
  /* ヘッダー */
  /* パンくずリスト */
  /* コンタクト */
  /* フッター */
}

body .br-sp {
  display: none;
}

body .br-tb {
  display: none;
}

body hr {
  width: 52px;
  height: 2px;
  margin: 50px auto 0;
  background-color: #fff;
  border: none;
}

body .header-area {
  position: fixed;
  top: 0;
  z-index: 20;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 103px;
  margin: 0 auto;
  list-style: none;
  -webkit-transition: all 0.1s ease-out 0.1s;
  transition: all 0.1s ease-out 0.1s;
}

body .header-area .normal-logo {
  display: block;
}

body .header-area.show .normal-logo {
  display: none;
}

body .header-area.show .black-logo {
  display: block;
}

body .header-area .header-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(1150px + (100vw - 1350px) / 2);
  margin: 0 auto;
}

body .header-area .header-wrapper .header-logo {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: 168px;
  height: 26px;
}

body .header-area .header-wrapper .header-logo .header-logo-img {
  width: 168px;
}

body .header-area .header-wrapper .header-logo .white-logo {
  display: none;
}

body .header-area .header-wrapper .hr-header {
  position: absolute;
  top: -32%;
  right: -16%;
  width: 121px;
  height: 121px;
  border-radius: 50%;
}

body .header-area .header-wrapper .hr-header img:hover {
  -webkit-filter: brightness(120%);
}

body .header-area .header-wrapper .content-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}

body .header-area .header-wrapper .content-nav .header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(16px, 2.5vw, 39px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
}

body .header-area .header-wrapper .content-nav .header-content .select-content {
  font-size: 16px;
  line-height: 35px;
  cursor: pointer;
}

body .header-area .header-wrapper .content-nav .header-content .select-content .head-content {
  font-size: 14px;
  font-weight: bold;
  color: #1d1d44;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

body .header-area .header-wrapper .content-nav .header-content .select-content .head-content.contact-link {
  width: 128px;
  padding: 9px 0px;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0px;
  background-color: #001eef;
  border-radius: 22px;
}

body .header-area .header-wrapper .content-nav .header-content .button-resource,
body .header-area .header-wrapper .content-nav .header-content .button-demo {
  width: 128px;
  padding: 9px 0;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  border-radius: 20px;
}

body .header-area .header-wrapper .content-nav .header-content .button-resource {
  position: relative;
  width: 110px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-right: -25px;
  background: transparent -webkit-gradient(linear, left top, right top, from(#ff6f27), to(#ff9c27)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #ff6f27 0%, #ff9c27 100%) 0% 0% no-repeat padding-box;
}

body .header-area .header-wrapper .content-nav .header-content .button-resource .head-content {
  color: white;
}

body .header-area .header-wrapper .content-nav .header-content .button-resource:hover {
  background: transparent -webkit-gradient(linear, right top, left top, from(#ff6f27), to(#ff9c27)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(270deg, #ff6f27 0%, #ff9c27 100%) 0% 0% no-repeat padding-box;
}

body .header-area .header-wrapper .content-nav .header-content .button-resource:hover:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: '';
  background: transparent -webkit-gradient(linear, right top, left top, from(#ff6f27), to(#ff9c27)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(270deg, #ff6f27 0%, #ff9c27 100%) 0% 0% no-repeat padding-box;
  border-radius: 20px;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

body .header-area .header-wrapper .content-nav .header-content .button-demo {
  position: relative;
  width: 112px;
  padding-top: 6px;
  padding-bottom: 6px;
  background: #fff 0% 0% no-repeat padding-box;
  border: 1px solid #ff9c27;
}

body .header-area .header-wrapper .content-nav .header-content .button-demo .head-content {
  color: #ff9c27;
}

body .header-area .header-wrapper .content-nav .header-content .button-demo:hover {
  border: 1px solid #fff;
}

body .header-area .header-wrapper .content-nav .header-content .button-demo:hover:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: '';
  background: #fff;
  border: 1px solid #ff9c27;
  border-radius: 20px;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

body .header-area .header-wrapper .content-nav .header-content .button-resource-menu {
  padding-top: 2px;
  padding-bottom: 2px;
}

body .header-area .header-wrapper .content-nav .header-content .button-demo-menu {
  padding-top: 1px;
  padding-bottom: 1px;
}

body .header-area .content-nav-sp {
  display: none;
}

body .header-area.jsBackgroundHeader {
  background: #fff;
}

body .header-area.jsBackgroundHeader .header-wrapper .content-nav .header-content .select-content .head-content {
  color: #000;
}

body .header-area.jsBackgroundHeader .header-wrapper .content-nav .header-content .select-content .contact-link {
  color: #fff;
}

body .header-area.jsBackgroundHeader .header-wrapper .content-nav .header-content .select-content .contact-link:hover {
  color: #fff;
  opacity: 1;
}

body .header-area.jsBackgroundHeader .header-wrapper .content-nav .header-content .select-content.button-resource-menu .text-link {
  color: white;
}

body .header-area.jsBackgroundHeader .header-wrapper .content-nav .header-content .select-content.button-demo-menu .text-link {
  color: #ff9c27;
}

body .header-area.jsBackgroundHeader .header-wrapper .content-nav-sp .sp-nav-button .nav-toggle i {
  background-color: white;
}

body .header-area.jsBackgroundHeader .black-logo {
  display: block;
}

body .header-area.show {
  background: unset;
}

body .header-area.show .header-logo .white-logo {
  display: block !important;
}

body .header-area.show .content-nav-sp .sp-nav.show .sp-nav-list.show {
  margin-top: 37px;
}

body .header-area.show .content-nav-sp .sp-nav.show .sp-nav-list.show .sp-nav-content .sp-nav-content-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 26px;
  padding-bottom: 26px;
  padding-left: 0;
}

body .header-area.show .content-nav-sp .sp-nav.show .sp-nav-list.show .sp-nav-content .sp-nav-content-link .dot-icon {
  width: 20px;
  height: 20px;
}

body .header-area.show .content-nav-sp .sp-nav-button {
  background: white;
}

body .header-area.show .content-nav-sp .sp-nav-button .nav-toggle.show i {
  background-color: black;
}

body .topic-path {
  width: 1000px;
  height: 54px;
  margin: 0 auto 60px;
  line-height: 54px;
  color: #1d1d44;
}

body .topic-path ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  list-style-type: none;
}

body .topic-path ul .topic-list + .topic-list::before {
  display: inline-block;
  padding: 3px;
  margin: 0 20px 2px;
  content: '';
  border: solid #1d1d44;
  border-width: 2px 2px 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

body .topic-path ul .topic-list .topic-list-child {
  font-size: 14px;
  color: #1d1d44;
  text-decoration: none;
  letter-spacing: 1px;
}

body .topic-path ul .topic-list:last-child .topic-list-child {
  color: #48a7ff;
}

body .child-contact-wrapper {
  width: 1080px;
  margin: 0 auto;
}

body .child-contact-wrapper .main-title {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}

body .child-contact-wrapper .main-title hr {
  width: 52px;
  height: 2px;
  margin: 50px auto 0;
  background-color: #fff;
  border: none;
}

body .child-contact-wrapper .contact-contents {
  width: 1080px;
  margin: 50px auto 0;
  text-align: center;
}

body .child-contact-wrapper .contact-contents .contact-contents-title {
  font-size: 18px;
  font-weight: 100;
  color: #fff;
  letter-spacing: 0.9px;
}

body .child-contact-wrapper .contact-contents .button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body .child-contact-wrapper .contact-contents .button-container .next-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 224px;
  height: 44px;
  margin-top: 23px;
  margin-right: 32px;
  font: normal normal medium 18px/26px Noto Sans;
  line-height: 68px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border: 1px solid #fff;
  border-radius: 60px;
}

body .child-contact-wrapper .contact-contents .button-container .next-contact:hover {
  color: #fff;
  background-color: #fff3;
  border: solid 1px #fff3;
}

body .child-contact-wrapper .contact-contents .button-container .next-contact:nth-child(2) {
  margin-right: 0px;
}

body .child-contact-wrapper .contact-contents .button-container .button-orange {
  background-color: blue;
  border-color: blue;
}

body .child-contact-wrapper .contact-contents .button-container .button-orange:hover {
  background-color: #5b6ef0;
  border-color: #5b6ef0;
}

body .footer-area {
  padding: 75px 0 0;
  color: #fff;
  background: #1d1d44;
}

body .footer-area .footer-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 362px;
  width: 1000px;
  margin: 0 auto;
}

body .footer-area .footer-wrapper .logo-area #logo {
  vertical-align: bottom;
}

body .footer-area .footer-wrapper .logo-area .footer-text {
  margin-top: 12px;
  font-size: 14px;
  letter-spacing: 0.6px;
}

body .footer-area .footer-wrapper .footer-sp-list.sp-only-list {
  display: none;
}

body .footer-area .footer-wrapper .footer-sp-list .link-list-title {
  font-size: 15px;
}

body .footer-area .footer-wrapper .footer-sp-list .link-list-title a {
  color: #fff;
  text-decoration: none;
}

body .footer-area .footer-wrapper .service-list.pc-only-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body .footer-area .footer-wrapper .service-list.pc-only-list .link-list li {
  list-style-type: disc;
}

body .footer-area .footer-wrapper .service-list.pc-only-list .link-list li:first-child {
  min-width: 122px;
}

body .footer-area .footer-wrapper .service-list.pc-only-list.marker-blue .link-list li {
  color: #48a7ff;
}

body .footer-area .footer-wrapper .service-list.pc-only-list.marker-orange .link-list li {
  color: #ff9c27;
}

body .footer-area .footer-wrapper .footer-link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

body .footer-area .footer-wrapper .footer-link-list .link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 59px;
  row-gap: 0px;
  padding: 0 0 0 24px;
  font-size: 15px;
  list-style-type: none;
}

body .footer-area .footer-wrapper .footer-link-list .link-list li {
  margin-bottom: 32px;
}

body .footer-area .footer-wrapper .footer-link-list .link-list li:last-child {
  margin-bottom: 0px;
}

body .footer-area .footer-wrapper .footer-link-list .link-list li a {
  font-family: 'NotoSansCJKRegular';
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

body .footer-area .footer-wrapper .footer-link-list .link-list li a:hover {
  color: #93bdff;
  text-decoration: none;
  opacity: 0.5;
}

body .footer-area .footer-copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 16px 0;
  margin-top: 30px;
  text-align: center;
}

body .footer-area .footer-copy .footer-copy-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1000px;
  padding-top: 48px;
  background: -webkit-gradient(linear, left top, right top, from(#ffffff26), color-stop(50%, #ffffff26), color-stop(50%, transparent), to(transparent)) repeat-x left top;
  background: linear-gradient(to right, #ffffff26 0%, #ffffff26 50%, transparent 50%, transparent 100%) repeat-x left top;
  background-size: 15px 1.5px;
  opacity: 0.5;
}

body .footer-area .footer-copy .footer-copy-content .content-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

body .footer-area .footer-copy .footer-copy-content .content-link .footer-link a {
  font-family: 'NotoSansCJKRegular';
  font-size: 14px;
  color: #fff;
}

body .footer-area .footer-copy .footer-copy-content .content-link .footer-link a:hover {
  opacity: 0.5;
}

body .footer-area .footer-copy .footer-copy-content .content-copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

body .footer-area .footer-copy .footer-copy-content .content-copy .copyright {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  font-family: 'NotoSansCJKRegular';
  font-size: 13px;
  text-align: right;
}

body .back-gray {
  position: fixed;
  right: -100%;
  z-index: 999;
}

@-webkit-keyframes SlideIn {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  50% {
    -webkit-transform: translatex(50%);
            transform: translatex(50%);
  }
  50% {
    -webkit-transform: translatex(0%);
            transform: translatex(0%);
  }
}

@keyframes SlideIn {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  50% {
    -webkit-transform: translatex(50%);
            transform: translatex(50%);
  }
  50% {
    -webkit-transform: translatex(0%);
            transform: translatex(0%);
  }
}

body .img-for-pc {
  display: block;
}

body .img-for-sp {
  display: none;
}

body .guidance-area .guidance-contents-area .guidance-contents .guidance-box-item:nth-of-type(3) .next-link a, body .guidance-area .guidance-contents-area .guidance-contents .guidance-box-item:nth-of-type(4) .next-link a {
  color: #ff9c27 !important;
  background: white !important;
  border: 1px solid #ff9c27;
}

body .guidance-area .guidance-contents-area .guidance-contents .guidance-box-item:nth-of-type(6) .next-link a {
  width: 165px !important;
}

body {
  min-width: 1240px;
  font-family: 'NotoSansCJKRegular';
  color: #292929;
}

body .main-contents {
  position: relative;
  padding-top: 183px;
}

body .main-contents .bg {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: -2;
  min-width: 100%;
  min-height: 100%;
  background-image: url(../img/bg.bg.png);
  background-size: cover;
}

body .main-contents .top-area .first-contents-area {
  width: auto;
  max-width: 1000px;
  margin: 0 auto;
}

body .main-contents .top-area .first-contents-area .first-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 105px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body .main-contents .top-area .first-contents-area .first-contents .mv-left-area .banner-top .mv-text-left {
  padding-top: 13px;
  font-size: 28px;
  font-weight: bold;
  line-height: 48px;
  text-align: center;
}

body .main-contents .top-area .first-contents-area .first-contents .mv-left-area .banner-top .mv-text-left p {
  text-align: center;
}

body .main-contents .top-area .first-contents-area .first-contents .mv-left-area .banner-top .mv-text-left p:nth-of-type(1) {
  margin-left: 20px;
}

body .main-contents .top-area .first-contents-area .first-contents .mv-left-area .banner-top .mv-text-left span {
  font-family: 'NotoSansCJKRegular';
  color: #48a7ff;
}

body .main-contents .top-area .first-contents-area .first-contents .mv-left-area .banner-top .mv-img-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 23px;
  margin-bottom: 26px;
}

body .main-contents .top-area .first-contents-area .first-contents .mv-left-area .banner-top .mv-img-middle img {
  width: auto;
}

body .main-contents .top-area .first-contents-area .first-contents .mv-left-area .mv-bottom .mv-description {
  font-size: 14px;
  color: #1d1d44;
  text-align: center;
  letter-spacing: 0px;
}

body .main-contents .top-area .first-contents-area .first-contents .mv-left-area .mv-bottom .mv-description p {
  font-family: 'NotoSansCJKRegularBold';
  font-size: 16px;
  line-height: 28px;
}

body .main-contents .top-area .first-contents-area .first-contents .mv-left-area .mv-bottom .mv-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  margin-top: 29px;
}

body .main-contents .top-area .first-contents-area .first-contents .mv-left-area .mv-bottom .mv-button .button-resource,
body .main-contents .top-area .first-contents-area .first-contents .mv-left-area .mv-bottom .mv-button .button-demo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50px;
  padding: 9px 0;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  border-radius: 25px;
}

body .main-contents .top-area .first-contents-area .first-contents .mv-left-area .mv-bottom .mv-button .button-resource img,
body .main-contents .top-area .first-contents-area .first-contents .mv-left-area .mv-bottom .mv-button .button-demo img {
  width: 14px;
  height: 14px;
}

body .main-contents .top-area .first-contents-area .first-contents .mv-left-area .mv-bottom .mv-button .button-resource {
  position: relative;
  width: 172px;
  color: #fff;
  background: transparent -webkit-gradient(linear, left top, right top, from(#ff6f27), to(#ff9c27)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #ff6f27 0%, #ff9c27 100%) 0% 0% no-repeat padding-box;
}

body .main-contents .top-area .first-contents-area .first-contents .mv-left-area .mv-bottom .mv-button .button-resource:hover {
  background: transparent -webkit-gradient(linear, left top, right top, from(#ff9c27), to(#ff6f27)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #ff9c27 0%, #ff6f27 100%) 0% 0% no-repeat padding-box;
}

body .main-contents .top-area .first-contents-area .first-contents .mv-left-area .mv-bottom .mv-button .button-resource:hover:before {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: '';
  background: transparent -webkit-gradient(linear, right top, left top, from(#ff6f27), to(#ff9c27)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(270deg, #ff6f27 0%, #ff9c27 100%) 0% 0% no-repeat padding-box;
  border-radius: 25px;
  -webkit-transition: 1000ms all;
  transition: 1000ms all;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

body .main-contents .top-area .first-contents-area .first-contents .mv-left-area .mv-bottom .mv-button .button-demo {
  position: relative;
  width: 186px;
  color: #ff9c27;
  background: #fff 0% 0% no-repeat padding-box;
  border: 1px solid #ff9c27;
}

body .main-contents .top-area .first-contents-area .first-contents .mv-left-area .mv-bottom .mv-button .button-demo:hover {
  border: 1px solid #fff;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s;
}

body .main-contents .top-area .first-contents-area .first-contents .mv-left-area .mv-bottom .mv-button .button-demo:hover:before {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: '';
  background: #fff;
  border: 1px solid #ff9c27;
  border-radius: 25px;
  -webkit-transition: 1000ms all;
  transition: 1000ms all;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

body .main-contents .top-area .first-contents-area .first-contents .mv-left-area .mv-img-left {
  margin-bottom: 0;
}

body .main-contents .top-area .first-contents-area .first-contents .mv-right-area {
  width: 513px;
  height: 341px;
  border: 5px solid #fff;
  border-radius: 30px;
}

body .main-contents .top-area .first-contents-area .first-contents .mv-right-area img {
  width: 100%;
  border-radius: 30px;
}

body .main-contents .top-area .first-contents-area .first-contents .mv-right-area video {
  clip-path: fill-box;
  border-radius: 25px;
  outline: none;
}

body .main-contents .top-area .first-contents-area .first-contents .mv-right-area #mv_top_video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

body .main-contents .top-area .slide-contents-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: auto;
  margin-top: 121px;
  overflow: hidden;
}

body .main-contents .top-area .slide-contents-area .slide-text {
  margin-bottom: 24px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

body .main-contents .top-area .slide-contents-area .slide-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 4400px;
  background: #fff;
}

body .main-contents .top-area .slide-contents-area .slide-area .slide-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 30px;
  height: 140px;
  -webkit-animation: marquee 80s linear infinite;
  animation: marquee 80s linear infinite;
}

body .main-contents .top-area .slide-contents-area .slide-area .slide-images .item {
  width: 125px;
  height: 70px;
}

body .main-contents .top-area .slide-contents-area .slide-area .slide-images .item img {
  width: 100%;
}

body .main-contents .top-area .second-contents-area {
  position: relative;
  width: auto;
  max-width: calc(1150px + (100vw - 1000px) / 2);
  margin-top: 80px;
  margin-right: 0;
  margin-left: auto;
  border: 4px solid white;
  border-radius: 48px 0px 0px 48px;
}

body .main-contents .top-area .second-contents-area:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(255, 255, 242, 0.45) url(../img/area_white_bg.bg.svg) 0% 0% no-repeat padding-box;
  border-radius: 48px 0px 0px 48px;
}

body .main-contents .top-area .second-contents-area .second-contents {
  width: auto;
  max-width: 1000px;
  padding-top: 80px;
  padding-bottom: 80px;
  margin: 0 auto 0 155px;
  text-align: center;
}

body .main-contents .top-area .second-contents-area .second-contents .header {
  margin-bottom: 60px;
}

body .main-contents .top-area .second-contents-area .second-contents .header h2 {
  font-family: 'NotoSansCJKRegular';
  font-size: 34px;
  font-weight: bold;
  line-height: 57px;
  color: #1d1d44;
  letter-spacing: 0px;
}

body .main-contents .top-area .second-contents-area .second-contents .header h2 span {
  font-family: 'NotoSansCJKRegular';
  color: #48a7ff;
}

body .main-contents .top-area .second-contents-area .second-contents .header h2 .custom-margin-left {
  margin-left: 27px;
  color: #1d1d44;
}

body .main-contents .top-area .second-contents-area .second-contents .box-img {
  margin-bottom: 120px;
}

body .main-contents .top-area .second-contents-area .second-contents .box-img .img-for-pc,
body .main-contents .top-area .second-contents-area .second-contents .box-img .img-for-sp {
  margin: 0 auto;
}

body .main-contents .top-area .second-contents-area .second-contents .box-video .thumb-video-img {
  position: relative;
  width: 633px;
  height: 337px;
  margin: 0 auto;
}

body .main-contents .top-area .second-contents-area .second-contents .box-video .thumb-video-img:before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 80px;
  height: 80px;
  content: '';
  background-image: url(../img/play_PC.bg.svg);
  background-size: cover;
  opacity: 0.8;
  -webkit-transition: all 0.4s 0s ease;
  transition: all 0.4s 0s ease;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

body .main-contents .top-area .second-contents-area .second-contents .box-video .thumb-video-img:hover {
  cursor: pointer;
}

body .main-contents .top-area .second-contents-area .second-contents .box-video .thumb-video-img:hover:before {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1.15);
          transform: translate(-50%, -50%) scale(1.15);
}

body .main-contents .top-area .second-contents-area .second-contents .box-video .img-for-pc,
body .main-contents .top-area .second-contents-area .second-contents .box-video .img-for-sp {
  margin: 0 auto;
}

body .main-contents .top-area .third-contents-area {
  padding-bottom: 80px;
  margin-top: 60px;
}

body .main-contents .top-area .third-contents-area .third-contents {
  width: auto;
  max-width: 1000px;
  margin: 0 auto;
}

body .main-contents .top-area .third-contents-area .third-contents .header {
  margin-bottom: 60px;
  text-align: center;
}

body .main-contents .top-area .third-contents-area .third-contents .header h2 {
  font-family: 'NotoSansCJKRegular';
  font-size: 34px;
  font-weight: bold;
  line-height: 57px;
  color: #1d1d44;
  letter-spacing: 0px;
}

body .main-contents .top-area .third-contents-area .third-contents .header h2 span {
  font-family: 'NotoSansCJKRegular';
  color: #48a7ff;
}

body .main-contents .top-area .third-contents-area .third-contents .header:nth-of-type(even) h2 {
  display: block;
  width: 456px;
  margin: 0 auto;
  border-bottom: 3px solid transparent;
  -o-border-image: linear-gradient(to right, #746fff, #ff48a0);
     border-image: -webkit-gradient(linear, left top, right top, from(#746fff), to(#ff48a0));
     border-image: linear-gradient(to right, #746fff, #ff48a0);
  border-image-slice: 1;
}

body .main-contents .top-area .third-contents-area .third-contents .box-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 49px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body .main-contents .top-area .third-contents-area .third-contents .box-items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  width: auto;
  max-width: 301px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff80;
  border: 3px solid #fff;
  border-radius: 30px;
}

body .main-contents .top-area .third-contents-area .third-contents .box-items .item .img-header {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}

body .main-contents .top-area .third-contents-area .third-contents .box-items .item .item-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  text-align: center;
}

body .main-contents .top-area .third-contents-area .third-contents .box-items .item .item-text {
  padding-right: 20px;
  padding-left: 20px;
}

body .main-contents .top-area .third-contents-area .third-contents .box-items .item .item-text .first-text,
body .main-contents .top-area .third-contents-area .third-contents .box-items .item .item-text .second-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9px;
}

body .main-contents .top-area .third-contents-area .third-contents .box-items .item .item-text .first-text img,
body .main-contents .top-area .third-contents-area .third-contents .box-items .item .item-text .second-text img {
  width: 12px;
  height: 9px;
  margin-top: 10px;
}

body .main-contents .top-area .third-contents-area .third-contents .box-items .item .item-text .first-text p,
body .main-contents .top-area .third-contents-area .third-contents .box-items .item .item-text .second-text p {
  font-size: 14px;
  line-height: 24px;
  color: #1d1d44;
}

body .main-contents .top-area .third-contents-area .third-contents .box-items:nth-of-type(odd) .item {
  border: 3px solid #746fff;
}

body .main-contents .top-area .third-contents-area .third-contents .line {
  width: 4px;
  height: 90px;
  margin: 18px auto;
  background-color: #1d1d44;
  opacity: 0.1;
}

body .main-contents .top-area .four-contents-area {
  position: relative;
  padding-top: 60px;
  padding-bottom: 54px;
}

body .main-contents .top-area .four-contents-area:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  max-width: calc(1150px + (100vw - 1000px) / 2);
  height: 100%;
  margin-right: auto;
  margin-left: 0;
  content: '';
  background: #fffc 0% 0% no-repeat padding-box;
  border: 6px solid white;
  border-radius: 0 48px 48px 0;
}

body .main-contents .top-area .four-contents-area .four-contents {
  width: auto;
  max-width: 1000px;
  margin: 0 auto;
}

body .main-contents .top-area .four-contents-area .four-contents .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

body .main-contents .top-area .four-contents-area .four-contents .title img {
  display: block;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: 12px;
  height: 12px;
}

body .main-contents .top-area .four-contents-area .four-contents .title p {
  font-size: 16px;
  font-weight: bold;
  color: #48a7ff;
}

body .main-contents .top-area .four-contents-area .four-contents .sub-title {
  margin-left: 25px;
}

body .main-contents .top-area .four-contents-area .four-contents .sub-title h2 {
  margin-top: 8px;
  font-size: 34px;
  font-weight: bold;
  color: #1d1d44;
}

body .main-contents .top-area .four-contents-area .four-contents .box-feature-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
  margin-top: 60px;
  color: #1d1d44;
}

body .main-contents .top-area .four-contents-area .four-contents .box-feature-items .box-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 58px;
}

body .main-contents .top-area .four-contents-area .four-contents .box-feature-items .box-item .box-item-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  padding-top: 20px;
  padding-bottom: 20px;
}

body .main-contents .top-area .four-contents-area .four-contents .box-feature-items .box-item .box-item-text .step-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  width: 532px;
}

body .main-contents .top-area .four-contents-area .four-contents .box-feature-items .box-item .box-item-text .step-content .step-title h3 {
  font-size: 28px;
  font-weight: bold;
  line-height: 40px;
}

body .main-contents .top-area .four-contents-area .four-contents .box-feature-items .box-item .box-item-text .step-content .step-desc {
  width: auto;
  max-width: 452px;
  font-size: 16px;
  line-height: 26px;
  color: #1d1d44;
  letter-spacing: 0.64px;
}

body .main-contents .top-area .four-contents-area .four-contents .box-feature-items .box-item:nth-of-type(even) {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

body .main-contents .top-area .four-contents-area .four-contents .box-feature-items .box-item:nth-of-type(even) .number-step {
  position: relative;
}

body .main-contents .top-area .four-contents-area .four-contents .box-feature-items .box-item:nth-of-type(even) .number-step:before {
  position: absolute;
  z-index: 1;
  width: 180%;
  height: 100%;
  content: '';
  background: -webkit-gradient(linear, left top, right top, from(#003d68), color-stop(50%, #003d68), color-stop(50%, transparent), to(transparent)) repeat-x left top;
  background: linear-gradient(to right, #003d68 0%, #003d68 50%, transparent 50%, transparent 100%) repeat-x left top;
  background-size: 5px 1.5px;
  -webkit-transform: translateY(100%) translateX(-22%) rotate(-55deg);
}

body .main-contents .top-area .four-contents-area .four-contents .box-feature-items .box-item:nth-last-of-type(1) .number-step:before {
  content: none;
}

body .main-contents .top-area .four-contents-area .four-contents .box-feature-items .box-item:nth-of-type(odd) .number-step {
  position: relative;
}

body .main-contents .top-area .four-contents-area .four-contents .box-feature-items .box-item:nth-of-type(odd) .number-step:before {
  position: absolute;
  z-index: 1;
  width: 180%;
  height: 100%;
  content: '';
  background: -webkit-gradient(linear, left top, right top, from(#003d68), color-stop(50%, #003d68), color-stop(50%, transparent), to(transparent)) repeat-x left top;
  background: linear-gradient(to right, #003d68 0%, #003d68 50%, transparent 50%, transparent 100%) repeat-x left top;
  background-size: 5px 1.5px;
  -webkit-transform: translateY(100%) translateX(-22%) rotate(55deg);
}

body .main-contents .middle-area .middle-contents-area {
  width: auto;
  max-width: 1000px;
  margin: 0 auto;
}

body .main-contents .middle-area .middle-contents-area .middle-contents {
  padding-top: 60px;
  padding-bottom: 84px;
}

body .main-contents .middle-area .middle-contents-area .middle-contents .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

body .main-contents .middle-area .middle-contents-area .middle-contents .title img {
  display: block;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: 12px;
  height: 12px;
}

body .main-contents .middle-area .middle-contents-area .middle-contents .title p {
  font-size: 16px;
  font-weight: bold;
  color: #48a7ff;
}

body .main-contents .middle-area .middle-contents-area .middle-contents .sub-title {
  margin-left: 25px;
}

body .main-contents .middle-area .middle-contents-area .middle-contents .sub-title h2 {
  margin-top: 8px;
  font-size: 34px;
  font-weight: bold;
  color: #1d1d44;
}

body .main-contents .middle-area .middle-contents-area .middle-contents .box-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 65px;
  margin-top: 52px;
}

body .main-contents .middle-area .middle-contents-area .middle-contents .box-content .box-item {
  width: auto;
  max-width: 290px;
}

body .main-contents .middle-area .middle-contents-area .middle-contents .box-content .box-item .box-img img {
  width: auto;
  margin: 0 auto;
}

body .main-contents .middle-area .middle-contents-area .middle-contents .box-content .box-item .box-title {
  margin-top: 27px;
}

body .main-contents .middle-area .middle-contents-area .middle-contents .box-content .box-item .box-title h3 {
  font-size: 22px;
  font-weight: bold;
  line-height: 32px;
  color: #1d1d44;
  text-align: center;
  letter-spacing: 0px;
}

body .main-contents .middle-area .middle-contents-area .middle-contents .box-content .box-item .bar {
  width: 26px;
  height: 4px;
  margin: 16px auto 25px;
  background-color: #48a7ff;
}

body .main-contents .middle-area .middle-contents-area .middle-contents .box-content .box-item .box-text p {
  font-size: 14px;
  line-height: 24px;
  color: #1d1d44;
}

body .main-contents .bottom-area {
  background-color: #fafcff;
}

body .main-contents .bottom-area .bottom-contents-area {
  width: auto;
  max-width: 1000px;
  margin: 0 auto;
}

body .main-contents .bottom-area .bottom-contents-area .bottom-contents {
  padding-top: 60px;
  padding-bottom: 60px;
}

body .main-contents .bottom-area .bottom-contents-area .bottom-contents .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

body .main-contents .bottom-area .bottom-contents-area .bottom-contents .title img {
  display: block;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: 12px;
  height: 12px;
}

body .main-contents .bottom-area .bottom-contents-area .bottom-contents .title p {
  font-size: 16px;
  font-weight: bold;
  color: #48a7ff;
}

body .main-contents .bottom-area .bottom-contents-area .bottom-contents .sub-title {
  margin-left: 25px;
}

body .main-contents .bottom-area .bottom-contents-area .bottom-contents .sub-title h2 {
  margin-top: 8px;
  font-size: 34px;
  font-weight: bold;
  color: #1d1d44;
}

body .main-contents .bottom-area .bottom-contents-area .bottom-contents .box-news {
  width: auto;
  max-width: 750px;
  margin: 0 auto;
}

body .main-contents .bottom-area .bottom-contents-area .bottom-contents .box-news .news-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  margin-top: 35px;
}

body .main-contents .bottom-area .bottom-contents-area .bottom-contents .box-news .news-items .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}

body .main-contents .bottom-area .bottom-contents-area .bottom-contents .box-news .news-items .item .link-to-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}

body .main-contents .bottom-area .bottom-contents-area .bottom-contents .box-news .news-items .item .link-to-news .date-new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 108px;
  background: #e6f5ff 0% 0% no-repeat padding-box;
  border-radius: 13px;
}

body .main-contents .bottom-area .bottom-contents-area .bottom-contents .box-news .news-items .item .link-to-news .date-new p {
  font-size: 15px;
  color: #1d1d44;
  text-align: center;
}

body .main-contents .bottom-area .bottom-contents-area .bottom-contents .box-news .news-items .item .link-to-news .title-new p {
  font-size: 16px;
  color: #1d1d44;
}

body .main-contents .bottom-area .bottom-contents-area .bottom-contents .box-news .news-items .item .link-to-news:hover {
  opacity: 0.7;
}

body .main-contents .bottom-area .bottom-contents-area .bottom-contents .box-news .news-items .item:nth-of-type(1) .date-new {
  position: relative;
}

body .main-contents .bottom-area .bottom-contents-area .bottom-contents .box-news .news-items .item:nth-of-type(1) .date-new:after {
  position: absolute;
  top: 50%;
  left: calc(100% + 12px);
  padding-right: 5px;
  padding-left: 5px;
  font-size: 10px;
  font-weight: 400;
  color: white;
  content: 'NEW';
  background: transparent linear-gradient(113deg, #48a7ff 0%, #7074ff 100%, #746fff 100%) 0% 0% no-repeat padding-box;
  border-radius: 13px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

body .main-contents .guidance-area {
  padding-top: 85px;
  padding-bottom: 69px;
  background-image: url(../img/bg_CTA.bg.svg);
  background-size: cover;
}

body .main-contents .guidance-area .guidance-contents-area {
  width: auto;
  max-width: 1000px;
  margin: 0 auto;
}

body .main-contents .guidance-area .guidance-contents-area .guidance-contents .title h2 {
  font-size: 32px;
  font-weight: bold;
  color: white;
  text-align: center;
}

body .main-contents .guidance-area .guidance-contents-area .guidance-contents .guidance-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  padding-top: 54px;
}

body .main-contents .guidance-area .guidance-contents-area .guidance-contents .guidance-box .guidance-box-item {
  width: 232px;
  padding-top: 30px;
  padding-right: 5px;
  padding-left: 5px;
  background: #f5f9fc 0% 0% no-repeat padding-box;
  border: 8px solid #fff;
  border-radius: 12px;
}

body .main-contents .guidance-area .guidance-contents-area .guidance-contents .guidance-box .guidance-box-item .item-title h3 {
  margin-bottom: 17px;
  font-size: 18px;
  font-weight: bold;
  color: #1d1d44;
  text-align: center;
}

body .main-contents .guidance-area .guidance-contents-area .guidance-contents .guidance-box .guidance-box-item .item-description {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 14px;
  color: #1d1d44;
}

body .main-contents .guidance-area .guidance-contents-area .guidance-contents .guidance-box .guidance-box-item .next-link {
  margin-top: 33px;
  margin-bottom: 32px;
  text-align: center;
}

body .main-contents .guidance-area .guidance-contents-area .guidance-contents .guidance-box .guidance-box-item .next-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 179px;
  height: 51px;
  margin: 0 auto;
  font-size: 15px;
  font-weight: bold;
  color: white;
  text-decoration: none;
  background: transparent -webkit-gradient(linear, left top, right top, from(#ff9c27), to(#ff6f27)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #ff9c27 0%, #ff6f27 100%) 0% 0% no-repeat padding-box;
  border-radius: 26px;
}

body .main-contents .guidance-area .guidance-contents-area .guidance-contents .guidance-box .guidance-box-item:nth-of-type(1) .next-link a, body .main-contents .guidance-area .guidance-contents-area .guidance-contents .guidance-box .guidance-box-item:nth-of-type(2) .next-link a {
  position: relative;
  z-index: 1;
}

body .main-contents .guidance-area .guidance-contents-area .guidance-contents .guidance-box .guidance-box-item:nth-of-type(1) .next-link a:hover, body .main-contents .guidance-area .guidance-contents-area .guidance-contents .guidance-box .guidance-box-item:nth-of-type(2) .next-link a:hover {
  background: transparent -webkit-gradient(linear, left top, right top, from(#ff6f27), to(#ff9c27)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #ff6f27 0%, #ff9c27 100%) 0% 0% no-repeat padding-box;
}

body .main-contents .guidance-area .guidance-contents-area .guidance-contents .guidance-box .guidance-box-item:nth-of-type(1) .next-link a:hover:before, body .main-contents .guidance-area .guidance-contents-area .guidance-contents .guidance-box .guidance-box-item:nth-of-type(2) .next-link a:hover:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: '';
  background: transparent -webkit-gradient(linear, left top, right top, from(#ff6f27), to(#ff9c27)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #ff6f27 0%, #ff9c27 100%) 0% 0% no-repeat padding-box;
  border-radius: 26px;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

body .main-contents .guidance-area .guidance-contents-area .guidance-contents .guidance-box .guidance-box-item:nth-of-type(3) .next-link a, body .main-contents .guidance-area .guidance-contents-area .guidance-contents .guidance-box .guidance-box-item:nth-of-type(4) .next-link a {
  position: relative;
  z-index: 1;
}

body .main-contents .guidance-area .guidance-contents-area .guidance-contents .guidance-box .guidance-box-item:nth-of-type(3) .next-link a:hover, body .main-contents .guidance-area .guidance-contents-area .guidance-contents .guidance-box .guidance-box-item:nth-of-type(4) .next-link a:hover {
  border: 1px solid #fff;
}

body .main-contents .guidance-area .guidance-contents-area .guidance-contents .guidance-box .guidance-box-item:nth-of-type(3) .next-link a:hover:before, body .main-contents .guidance-area .guidance-contents-area .guidance-contents .guidance-box .guidance-box-item:nth-of-type(4) .next-link a:hover:before {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: '';
  background: #fff;
  border: 1px solid #ff9c27;
  border-radius: 25px;
  -webkit-transition: 1000ms all;
  transition: 1000ms all;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

body .main-contents .lity.lity-opened {
  opacity: 1;
}

body .main-contents .lity {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9990;
  display: none;
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

body .main-contents .lity-container {
  position: relative;
  z-index: 9992;
}

body .main-contents .lity-container video {
  width: 50%;
}

body .main-contents .lity-wrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9990;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  outline: none !important;
}

body .main-contents .lity-close {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9994;
  width: 35px;
  height: 35px;
  padding: 0;
  -webkit-appearance: none;
  font-size: 35px;
  font-style: normal;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  cursor: pointer;
  border: 0;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@-webkit-keyframes marquee {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    will-change: transform;
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    will-change: transform;
  }
}

@keyframes marquee {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    will-change: transform;
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    will-change: transform;
  }
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  .support-area {
    height: 444px;
    background-image: url(../img/img_support_SP.bg.png);
  }
  .support-area .support-contents-area .support-contents-title {
    font-size: 22px;
    line-height: 32px;
  }
  .support-area .support-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 40px;
  }
  .support-area .support-btn .request-btn,
  .support-area .support-btn .demo-btn {
    height: 50px;
    font-size: 15px;
    line-height: 18px;
  }
  body {
    min-width: 0;
  }
  body .br-pc {
    display: none;
  }
  body .br-tb {
    display: block;
  }
  body .br-sp {
    display: none;
  }
  body .header-area {
    z-index: 1000;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    height: 65px;
    padding: 0 0 0 40px;
  }
  body .header-area .header-wrapper {
    height: unset;
    margin-right: 0px;
    margin-left: 0;
  }
  body .header-area .header-wrapper .header-logo {
    height: unset;
    margin-right: 0px;
    margin-left: 0;
  }
  body .header-area .header-wrapper .header-logo .header-logo-img {
    width: 166px;
  }
  body .header-area .header-wrapper .hr-header {
    display: none;
  }
  body .header-area .header-wrapper .content-nav {
    display: none;
  }
  body .header-area .content-nav-sp {
    position: relative;
    display: block;
    cursor: pointer;
  }
  body .header-area .content-nav-sp .sp-nav-button {
    position: relative;
    width: 45px;
    height: 45px;
    margin: 0 15px 0 auto;
    background-color: #1d1d44;
    border-radius: 50%;
    -webkit-transition: all 0.1s ease-out 0.1s;
    transition: all 0.1s ease-out 0.1s;
  }
  body .header-area .content-nav-sp .sp-nav-button .nav-toggle {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 19px;
    height: 15px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  body .header-area .content-nav-sp .sp-nav-button .nav-toggle i {
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 2px;
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
  }
  body .header-area .content-nav-sp .sp-nav-button .nav-toggle i:nth-child(1) {
    top: 0;
  }
  body .header-area .content-nav-sp .sp-nav-button .nav-toggle i:nth-child(2) {
    top: 0;
    bottom: 0;
    margin: auto;
  }
  body .header-area .content-nav-sp .sp-nav-button .nav-toggle i:nth-child(3) {
    bottom: 0;
  }
  body .header-area .content-nav-sp .sp-nav-button .nav-toggle.show i:nth-child(1) {
    -webkit-transform: translateY(5px) rotate(-45deg);
            transform: translateY(5px) rotate(-45deg);
  }
  body .header-area .content-nav-sp .sp-nav-button .nav-toggle.show i:nth-child(2) {
    opacity: 0;
  }
  body .header-area .content-nav-sp .sp-nav-button .nav-toggle.show i:nth-child(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
            transform: translateY(-8px) rotate(45deg);
  }
  body .header-area .content-nav-sp .sp-nav {
    position: fixed;
    top: 46px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.5s, visibility 0.5s;
    transition: opacity 0.5s, visibility 0.5s;
  }
  body .header-area .content-nav-sp .sp-nav.show {
    visibility: visible;
    opacity: 1;
  }
  body .header-area .content-nav-sp .sp-nav .sp-nav-list {
    position: fixed;
    top: 65px;
    width: 100%;
    height: 336px;
    overflow: scroll;
    -webkit-transform: translateX(-77%);
            transform: translateX(-77%);
  }
  body .header-area .content-nav-sp .sp-nav .sp-nav-list .sp-nav-content {
    width: 100%;
  }
  body .header-area .content-nav-sp .sp-nav .sp-nav-list .sp-nav-content .sp-nav-content-link {
    position: relative;
    display: block;
    padding-left: 19px;
    font-size: 16px;
    font-weight: bold;
    line-height: 44px;
    color: #fff;
    text-decoration: none;
  }
  body .header-area .content-nav-sp .sp-nav .sp-nav-list .sp-nav-content .sp-nav-content-link span {
    font-size: 16px;
  }
  body .header-area .content-nav-sp .sp-nav .sp-nav-list .sp-nav-content .sp-nav-content-link::before {
    position: absolute;
    top: 9px;
    left: 6px;
    display: none;
    width: 4px;
    height: 28px;
    content: '';
    background: #fff;
    border-radius: 3px;
  }
  body .header-area .content-nav-sp .sp-nav .sp-nav-list .sp-nav-content .sp-nav-content-link::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80%;
    height: 1px;
    content: '';
    background-color: #707070;
  }
  body .header-area .content-nav-sp .sp-nav .sp-nav-list .sp-nav-content.current .sp-nav-content-link::before {
    display: block;
  }
  body .header-area .content-nav-sp .sp-nav .sp-nav-list .sp-nav-content .header-menu_list {
    list-style-type: none;
  }
  body .header-area .content-nav-sp .sp-nav .sp-nav-list .sp-nav-content .header-menu_list::before {
    position: absolute;
    top: 9px;
    left: 6px;
    display: none;
    width: 4px;
    height: 28px;
    content: '';
    background: #fff;
    border-radius: 3px;
  }
  body .header-area .content-nav-sp .sp-nav .sp-nav-list .sp-nav-content .header-menu_list.current .sp-nav-content-link::before {
    display: block;
  }
  body .header-area .content-nav-sp .sp-nav .button-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body .header-area .content-nav-sp .sp-nav .button-container .next-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 224px;
    height: 44px;
    margin-top: 23px;
    margin-right: 32px;
    font: normal normal medium 18px/26px Noto Sans;
    line-height: 68px;
    color: #191919;
    text-align: center;
    text-decoration: none;
    border: 1px solid #fff;
    border-radius: 60px;
  }
  body .header-area .content-nav-sp .sp-nav .button-container .next-contact:hover {
    color: #fff;
    background-color: #fff3;
    border: solid 1px #fff3;
  }
  body .header-area .content-nav-sp .sp-nav .button-container .next-contact:nth-of-type(1) {
    color: white;
    background: transparent linear-gradient(100deg, #ff6f27 0%, #ff9c27 100%) 0% 0% no-repeat padding-box;
  }
  body .header-area .content-nav-sp .sp-nav .button-container .next-contact:nth-child(2) {
    margin-right: 0px;
    color: #ff9c27;
  }
  body .header-area .content-nav-sp .sp-nav .button-container .button-orange {
    background-color: white;
    border: 1px solid #707070;
  }
  body .header-area .content-nav-sp .sp-nav .button-container .button-orange:hover {
    background-color: #ff9c27;
    border-color: #ff9c27;
  }
  body .header-area .content-nav-sp .sp-nav .button-container .linkedin {
    margin-top: 30px;
  }
  body .header-area .content-nav-sp .sp-nav .button-container .linkedin ul {
    list-style-type: none;
  }
  body .header-area .content-nav-sp .sp-nav .button-container .linkedin ul li {
    font-size: 14px;
  }
  body .header-area .content-nav-sp .sp-nav .button-container .linkedin ul li img {
    margin-top: -2px;
    vertical-align: middle;
  }
  body .header-area .content-nav-sp .contact-btn {
    position: fixed;
    top: 430px;
    left: 50%;
    width: calc(100% - 30px);
    max-width: 208px;
    height: 34px;
    font-size: 11px;
    font-weight: bold;
    line-height: 34px;
    color: #292929;
    text-align: center;
    text-decoration: none;
    background: #fff;
    border-radius: 17px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  body .header-area.jsBackgroundHeader .content-nav-sp .sp-nav-button {
    margin-top: unset;
  }
  body .header-area.jsBackgroundHeader .content-nav-sp .sp-nav-button .nav-toggle i {
    background-color: #000;
  }
  body .topic-path {
    width: auto;
    height: 100%;
    line-height: 72px;
  }
  body .topic-path ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body .topic-path ul .topic-list {
    font-size: 18px;
  }
  body .topic-path ul .topic-list .topic-list-child {
    height: 40px;
  }
  body .child-contact-wrapper {
    width: 100%;
    text-align: center;
  }
  body .child-contact-wrapper .contact-contents {
    width: auto;
    margin: 29px auto 0;
  }
  body .footer-area {
    height: auto;
    padding: 80px 20px;
  }
  body .footer-area .footer-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 63px;
  }
  body .footer-area .footer-wrapper .logo-area #logo {
    width: 200px;
    margin-right: 0px;
  }
  body .footer-area .footer-wrapper {
    width: 100%;
  }
  body .footer-area .footer-wrapper .footer-logo {
    width: 369px;
    margin-left: 20px;
  }
  body .footer-area .footer-wrapper .footer-sp-list {
    width: 100%;
    margin: 32px 0 0;
    list-style-type: none;
  }
  body .footer-area .footer-wrapper .footer-sp-list.pc-only-list {
    display: none;
  }
  body .footer-area .footer-wrapper .footer-sp-list.sp-only-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 70px;
    padding-right: 20px;
    padding-left: 20px;
  }
  body .footer-area .footer-wrapper .footer-sp-list.sp-only-list .link-list-sp li {
    padding-top: 10px;
    list-style-type: disc;
  }
  body .footer-area .footer-wrapper .footer-sp-list.sp-only-list .link-list-sp li.marker-blue {
    color: #48a7ff;
  }
  body .footer-area .footer-wrapper .footer-sp-list.sp-only-list .link-list-sp li.marker-orange {
    color: #ff9c27;
  }
  body .footer-area .footer-wrapper .footer-sp-list.sp-only-list .link-list-sp li a {
    font-size: 14px;
    color: white;
    text-decoration: none;
  }
  body .footer-area .footer-wrapper .footer-link-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    margin-top: 0;
  }
  body .footer-area .footer-wrapper .footer-link-list .link-list {
    display: none;
  }
  body .footer-area .footer-copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 80px;
    margin-left: 20px;
  }
  body .footer-area .footer-copy .footer-copy-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 100%;
    margin-right: auto;
  }
  body .footer-area .footer-copy .footer-copy-content .content-link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
  }
  body .footer-area .footer-copy .footer-copy-content .content-copy {
    -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start;
  }
  body .back-gray {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: #1d1d44;
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
  }
  body .back-gray.show {
    right: 0;
  }
  body {
    width: 100%;
    min-width: 600px;
  }
  body .main-contents {
    padding-top: unset;
  }
  body .main-contents .bg {
    background-position: top;
    background-size: auto;
  }
  body .main-contents .top-area {
    padding-top: 64px;
    margin-top: 14px;
  }
  body .main-contents .top-area .first-contents-area {
    margin: 0 auto;
  }
  body .main-contents .top-area .first-contents-area .first-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: auto;
  }
  body .main-contents .top-area .first-contents-area .first-contents .mv-left-area {
    width: auto;
    padding-top: 65px;
    padding-right: 32px;
    padding-left: 32px;
  }
  body .main-contents .top-area .first-contents-area .first-contents .mv-left-area .banner-top .mv-img-middle img {
    margin: 0 auto;
  }
  body .main-contents .top-area .first-contents-area .first-contents .mv-left-area .mv-bottom {
    width: auto;
  }
  body .main-contents .top-area .first-contents-area .first-contents .mv-left-area .mv-bottom .mv-description {
    width: auto;
    text-align: center;
  }
  body .main-contents .top-area .first-contents-area .first-contents .mv-left-area .mv-bottom .mv-button {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 40px;
  }
  body .main-contents .top-area .first-contents-area .first-contents .mv-left-area .mv-bottom .mv-button .button-resource,
  body .main-contents .top-area .first-contents-area .first-contents .mv-left-area .mv-bottom .mv-button .button-demo {
    gap: 2px;
    font-size: 13px;
  }
  body .main-contents .top-area .first-contents-area .first-contents .mv-right-area {
    margin: 0 auto;
  }
  body .main-contents .top-area .slide-contents-area .slide-area {
    width: 3666px;
    height: 140px;
  }
  body .main-contents .top-area .second-contents-area {
    max-width: 100%;
    margin-top: 24px;
  }
  body .main-contents .top-area .second-contents-area .second-contents {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-left: unset;
  }
  body .main-contents .top-area .second-contents-area .second-contents .box-img .img-for-pc {
    display: none;
  }
  body .main-contents .top-area .second-contents-area .second-contents .box-img .img-for-sp {
    display: block;
  }
  body .main-contents .top-area .second-contents-area .second-contents .box-video .thumb-video-img {
    width: 311px;
    height: 165px;
  }
  body .main-contents .top-area .second-contents-area .second-contents .box-video .thumb-video-img:before {
    width: 52px;
    height: 52px;
    background-image: url(../img/play_SP.bg.svg);
  }
  body .main-contents .top-area .second-contents-area .second-contents .box-video .img-for-pc {
    display: none;
  }
  body .main-contents .top-area .second-contents-area .second-contents .box-video .img-for-sp {
    display: block;
  }
  body .main-contents .top-area .third-contents-area {
    padding-right: 32px;
    padding-bottom: 30px;
    padding-left: 32px;
    margin-top: 80px;
  }
  body .main-contents .top-area .third-contents-area .third-contents .header {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto 40px;
    font-size: 24px;
  }
  body .main-contents .top-area .third-contents-area .third-contents .box-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body .main-contents .top-area .four-contents-area {
    padding-right: 32px;
    padding-bottom: 30px;
    padding-left: 16px;
    margin-top: 30px;
  }
  body .main-contents .top-area .four-contents-area:before {
    max-width: -webkit-fill-available;
  }
  body .main-contents .top-area .four-contents-area .four-contents .sub-title {
    margin-left: unset;
  }
  body .main-contents .top-area .four-contents-area .four-contents .sub-title h2 {
    font-size: 24px;
  }
  body .main-contents .top-area .four-contents-area .four-contents .box-feature-items .box-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  body .main-contents .top-area .four-contents-area .four-contents .box-feature-items .box-item .box-item-text .step-content {
    gap: 8px;
    width: auto;
  }
  body .main-contents .top-area .four-contents-area .four-contents .box-feature-items .box-item .box-item-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body .main-contents .top-area .four-contents-area .four-contents .box-feature-items .box-item:nth-of-type(even), body .main-contents .top-area .four-contents-area .four-contents .box-feature-items .box-item:nth-of-type(odd) {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body .main-contents .top-area .four-contents-area .four-contents .box-feature-items .box-item:nth-of-type(even) .number-step:before, body .main-contents .top-area .four-contents-area .four-contents .box-feature-items .box-item:nth-of-type(odd) .number-step:before {
    content: none;
  }
  body .main-contents .middle-area .middle-contents-area .middle-contents {
    padding: 30px 32px;
  }
  body .main-contents .middle-area .middle-contents-area .middle-contents .sub-title {
    margin-left: unset;
  }
  body .main-contents .middle-area .middle-contents-area .middle-contents .sub-title h2 {
    font-size: 24px;
  }
  body .main-contents .middle-area .middle-contents-area .middle-contents .box-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
    margin-top: 40px;
  }
  body .main-contents .middle-area .middle-contents-area .middle-contents .box-content .box-item {
    max-width: 311px;
    margin: 0 auto;
  }
  body .main-contents .middle-area .middle-contents-area .middle-contents .box-content .box-item .box-title {
    margin-top: 32px;
  }
  body .main-contents .middle-area .middle-contents-area .middle-contents .box-content .box-item .box-title h3 {
    font-size: 20px;
    line-height: 29px;
  }
  body .main-contents .bottom-area .bottom-contents-area .bottom-contents {
    padding: 50px 32px;
  }
  body .main-contents .bottom-area .bottom-contents-area .bottom-contents .sub-title {
    margin-left: unset;
  }
  body .main-contents .bottom-area .bottom-contents-area .bottom-contents .sub-title h2 {
    font-size: 24px;
    line-height: 32px;
  }
  body .main-contents .bottom-area .bottom-contents-area .bottom-contents .box-news {
    padding-right: 32px;
    padding-left: 32px;
  }
  body .main-contents .bottom-area .bottom-contents-area .bottom-contents .box-news .news-items .item {
    gap: 40px;
  }
  body .main-contents .bottom-area .bottom-contents-area .bottom-contents .box-news .news-items .item .link-to-news .date-new p {
    font-size: 16px;
  }
  body .main-contents .bottom-area .bottom-contents-area .bottom-contents .box-news .news-items .item .link-to-news .title-new p {
    font-size: 16px;
    line-height: 30px;
  }
  body .main-contents .guidance-area {
    padding-top: 60px;
    background-image: url(../img/bg_CTA_SP.bg.png);
  }
  body .main-contents .guidance-area .guidance-contents-area .guidance-contents .title h2 {
    font-size: 25px;
  }
  body .main-contents .guidance-area .guidance-contents-area .guidance-contents .guidance-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
    padding-right: 32px;
    padding-left: 32px;
  }
  body .main-contents .guidance-area .guidance-contents-area .guidance-contents .guidance-box .guidance-box-item {
    width: auto;
    max-width: 311px;
    padding-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
    margin: 0 auto;
  }
  body .main-contents .guidance-area .guidance-contents-area .guidance-contents .guidance-box .guidance-box-item .item-title h3 {
    margin-bottom: 12px;
  }
  body .main-contents .guidance-area .guidance-contents-area .guidance-contents .guidance-box .guidance-box-item .item-description {
    width: 276px;
    padding-right: unset;
    padding-left: unset;
    text-align: center;
  }
  body .main-contents .guidance-area .guidance-contents-area .guidance-contents .guidance-box .guidance-box-item .next-link {
    margin-right: 40px;
    margin-bottom: 21px;
    margin-left: 40px;
  }
}

@media screen and (max-width: 599px) {
  .support-area {
    height: 444px;
    background-image: url(../img/img_support_SP.bg.png);
  }
  .support-area .support-contents-area .support-contents-title {
    font-size: 22px;
    line-height: 32px;
  }
  .support-area .support-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 40px;
  }
  .support-area .support-btn .request-btn,
  .support-area .support-btn .demo-btn {
    font-size: 15px;
    line-height: 18px;
  }
  .support-area .support-btn .request-btn {
    width: 275px;
    height: 50px;
  }
  .support-area .support-btn .demo-btn {
    width: 273px;
    height: 48px;
  }
  body {
    min-width: 0;
  }
  body .br-sp {
    display: block;
  }
  body .br-tb {
    display: none;
  }
  body .br-pc {
    display: none;
  }
  body .header-area {
    z-index: 1000;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    height: 65px;
    padding: 0 0 0 20px;
  }
  body .header-area .header-wrapper {
    height: unset;
    margin-right: 0px;
    margin-left: 0;
  }
  body .header-area .header-wrapper .header-logo {
    height: unset;
    margin-right: 0px;
    margin-left: 0;
  }
  body .header-area .header-wrapper .header-logo .header-logo-img {
    width: 112px;
  }
  body .header-area .header-wrapper .hr-header {
    display: none;
  }
  body .header-area .header-wrapper .content-nav {
    display: none;
  }
  body .header-area .content-nav-sp {
    position: relative;
    display: block;
    cursor: pointer;
  }
  body .header-area .content-nav-sp .sp-nav-button {
    position: relative;
    width: 33px;
    height: 33px;
    margin: 0 auto;
    margin-right: 10px;
    background-color: #1d1d44;
    border-radius: 50%;
    -webkit-transition: all 0.1s ease-out 0.1s;
    transition: all 0.1s ease-out 0.1s;
  }
  body .header-area .content-nav-sp .sp-nav-button .nav-toggle {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 17px;
    height: 14px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  body .header-area .content-nav-sp .sp-nav-button .nav-toggle i {
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 2px;
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
  }
  body .header-area .content-nav-sp .sp-nav-button .nav-toggle i:nth-child(1) {
    top: 0;
  }
  body .header-area .content-nav-sp .sp-nav-button .nav-toggle i:nth-child(2) {
    top: 0;
    bottom: 0;
    margin: auto;
  }
  body .header-area .content-nav-sp .sp-nav-button .nav-toggle i:nth-child(3) {
    bottom: 0;
  }
  body .header-area .content-nav-sp .sp-nav-button .nav-toggle.show i:nth-child(1) {
    -webkit-transform: translateY(6px) rotate(-45deg);
            transform: translateY(6px) rotate(-45deg);
  }
  body .header-area .content-nav-sp .sp-nav-button .nav-toggle.show i:nth-child(2) {
    opacity: 0;
  }
  body .header-area .content-nav-sp .sp-nav-button .nav-toggle.show i:nth-child(3) {
    -webkit-transform: translateY(-6px) rotate(45deg);
            transform: translateY(-6px) rotate(45deg);
  }
  body .header-area .content-nav-sp .sp-nav {
    position: fixed;
    top: 46px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.5s, visibility 0.5s;
    transition: opacity 0.5s, visibility 0.5s;
  }
  body .header-area .content-nav-sp .sp-nav.show {
    visibility: visible;
    opacity: 1;
  }
  body .header-area .content-nav-sp .sp-nav .sp-nav-list {
    position: fixed;
    top: 54px;
    width: 100%;
    height: 336px;
    list-style-type: none;
    -webkit-transform: translateX(-77%);
            transform: translateX(-77%);
  }
  body .header-area .content-nav-sp .sp-nav .sp-nav-list .sp-nav-content {
    width: 100%;
  }
  body .header-area .content-nav-sp .sp-nav .sp-nav-list .sp-nav-content .sp-nav-content-link {
    position: relative;
    display: block;
    padding: 18px 0 18px 19px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
  }
  body .header-area .content-nav-sp .sp-nav .sp-nav-list .sp-nav-content .sp-nav-content-link:hover {
    color: #fff;
  }
  body .header-area .content-nav-sp .sp-nav .sp-nav-list .sp-nav-content .sp-nav-content-link.overtext {
    margin-left: -4px;
  }
  body .header-area .content-nav-sp .sp-nav .sp-nav-list .sp-nav-content .sp-nav-content-link span {
    font-size: 16px;
  }
  body .header-area .content-nav-sp .sp-nav .sp-nav-list .sp-nav-content .sp-nav-content-link::before {
    position: absolute;
    top: 9px;
    left: 6px;
    display: none;
    width: 4px;
    height: 28px;
    content: '';
    background: #fff;
    border-radius: 3px;
  }
  body .header-area .content-nav-sp .sp-nav .sp-nav-list .sp-nav-content .sp-nav-content-link::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80%;
    height: 1px;
    content: '';
    background-color: #707070;
  }
  body .header-area .content-nav-sp .sp-nav .sp-nav-list .sp-nav-content.current .sp-nav-content-link::before {
    display: block;
  }
  body .header-area .content-nav-sp .sp-nav .sp-nav-list .sp-nav-content .header-menu_list {
    list-style-type: none;
  }
  body .header-area .content-nav-sp .sp-nav .sp-nav-list .sp-nav-content .header-menu_list::before {
    position: absolute;
    top: 9px;
    left: 6px;
    display: none;
    width: 4px;
    height: 28px;
    content: '';
    background: #fff;
    border-radius: 3px;
  }
  body .header-area .content-nav-sp .sp-nav .sp-nav-list .sp-nav-content .header-menu_list.current .sp-nav-content-link::before {
    display: block;
  }
  body .header-area .content-nav-sp .button-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body .header-area .content-nav-sp .button-container .next-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 224px;
    height: 44px;
    margin-top: 23px;
    margin-right: 32px;
    font: normal normal medium 18px/26px Noto Sans;
    line-height: 68px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border: 1px solid #fff;
    border-radius: 30px;
  }
  body .header-area .content-nav-sp .button-container .next-contact:hover {
    color: #fff;
    background-color: #fff3;
    border: solid 1px #fff3;
  }
  body .header-area .content-nav-sp .button-container .next-contact:nth-of-type(1) {
    color: white;
    background: transparent linear-gradient(100deg, #ff6f27 0%, #ff9c27 100%) 0% 0% no-repeat padding-box;
  }
  body .header-area .content-nav-sp .button-container .next-contact:nth-child(2) {
    margin-right: 0px;
    color: #ff9c27;
  }
  body .header-area .content-nav-sp .button-container .button-orange {
    background-color: white;
    border: 1px solid #707070;
  }
  body .header-area .content-nav-sp .button-container .button-orange:hover {
    background-color: #ff9c27;
    border-color: #ff9c27;
  }
  body .header-area.jsBackgroundHeader .content-nav-sp .sp-nav-button {
    margin-top: unset;
  }
  body .header-area.jsBackgroundHeader .content-nav-sp .sp-nav-button .nav-toggle i {
    background-color: #000;
  }
  body .topic-path {
    width: auto;
    height: auto;
    max-height: 54px;
    line-height: 40px;
  }
  body .topic-path ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body .topic-path ul .topic-list {
    height: auto;
    max-height: 54px;
    font-size: 14px;
    line-height: 55px;
  }
  body .topic-path ul .topic-list .topic-list-child {
    letter-spacing: 0.1px;
  }
  body .topic-path ul .topic-list:last-child {
    width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  body .child-contact-wrapper {
    width: 100%;
    text-align: center;
  }
  body .child-contact-wrapper .main-title {
    margin: 0;
    font-size: 26px;
    letter-spacing: 1.4px;
  }
  body .child-contact-wrapper .main-title hr {
    height: 2px;
    margin: 30px auto 0;
  }
  body .child-contact-wrapper .contact-contents {
    width: auto;
    margin: 29px auto 0;
  }
  body .child-contact-wrapper .contact-contents .contact-contents-title {
    margin-top: 40px;
    font-size: 16px;
  }
  body .child-contact-wrapper .contact-contents .button-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body .child-contact-wrapper .contact-contents .button-container .next-contact {
    width: 90%;
    height: 48px;
    margin-right: 0;
    font-size: 16px;
    line-height: 48px;
  }
  body .child-contact-wrapper .contact-contents .button-container .next-contact:hover {
    color: #fff;
    background-color: #fff3;
    border: solid 1px #fff3;
  }
  body .footer-area {
    height: auto;
    padding: 80px 20px;
  }
  body .footer-area .footer-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 63px;
  }
  body .footer-area .footer-wrapper .logo-area #logo {
    width: 200px;
    margin-right: 0px;
  }
  body .footer-area .footer-wrapper {
    width: 100%;
  }
  body .footer-area .footer-wrapper .footer-logo {
    width: 180px;
    margin-left: 20px;
  }
  body .footer-area .footer-wrapper .footer-sp-list {
    width: 100%;
    list-style-type: none;
  }
  body .footer-area .footer-wrapper .footer-sp-list.pc-only-list {
    display: none;
  }
  body .footer-area .footer-wrapper .footer-sp-list.sp-only-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 70px;
    padding-right: 20px;
    padding-left: 20px;
  }
  body .footer-area .footer-wrapper .footer-sp-list.sp-only-list .link-list-sp li {
    padding-top: 10px;
    list-style-type: disc;
  }
  body .footer-area .footer-wrapper .footer-sp-list.sp-only-list .link-list-sp li.marker-blue {
    color: #48a7ff;
  }
  body .footer-area .footer-wrapper .footer-sp-list.sp-only-list .link-list-sp li.marker-orange {
    color: #ff9c27;
  }
  body .footer-area .footer-wrapper .footer-sp-list.sp-only-list .link-list-sp li a {
    font-size: 14px;
    color: white;
    text-decoration: none;
  }
  body .footer-area .footer-wrapper .footer-sp-list .link-list-title {
    font-size: 14px;
  }
  body .footer-area .footer-wrapper .footer-link-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    margin-top: 0;
  }
  body .footer-area .footer-wrapper .footer-link-list .link-list {
    display: none;
  }
  body .footer-area .footer-copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 16px 0 0;
    margin-top: 64px;
  }
  body .footer-area .footer-copy .footer-copy-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 100%;
  }
  body .footer-area .footer-copy .footer-copy-content .content-link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
  }
  body .footer-area .footer-copy .footer-copy-content .content-copy {
    -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start;
  }
  body .footer-area .footer-copy .footer-copy-content .content-copy .copyright {
    margin-top: 24px;
    text-align: left;
  }
  body .back-gray {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: #1d1d44;
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
  }
  body .back-gray.show {
    right: 0;
  }
  body .img-for-pc {
    display: none;
  }
  body .img-for-sp {
    display: block;
  }
  body .guidance-area .guidance-contents-area .guidance-contents .guidance-box-item:nth-of-type(3) .next-link a, body .guidance-area .guidance-contents-area .guidance-contents .guidance-box-item:nth-of-type(4) .next-link a {
    width: 181px !important;
  }
  body {
    width: 100%;
    min-width: 300px;
  }
  body .main-contents {
    padding-top: unset;
  }
  body .main-contents .bg {
    background-position: top;
    background-size: auto;
  }
  body .main-contents .top-area {
    margin-top: 14px;
  }
  body .main-contents .top-area .first-contents-area {
    margin: 0 auto;
  }
  body .main-contents .top-area .first-contents-area .first-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    width: auto;
  }
  body .main-contents .top-area .first-contents-area .first-contents .mv-left-area {
    width: auto;
    padding-top: 65px;
    padding-right: 32px;
    padding-left: 32px;
  }
  body .main-contents .top-area .first-contents-area .first-contents .mv-left-area .banner-top .mv-text-left {
    font-size: 20px;
    line-height: 32px;
    text-align: center;
  }
  body .main-contents .top-area .first-contents-area .first-contents .mv-left-area .banner-top .mv-text-left p:nth-of-type(1) {
    margin-left: 13px;
  }
  body .main-contents .top-area .first-contents-area .first-contents .mv-left-area .banner-top .mv-text-left span {
    font-size: 20px;
  }
  body .main-contents .top-area .first-contents-area .first-contents .mv-left-area .banner-top .mv-img-middle {
    margin-top: 13px;
    margin-bottom: 16px;
  }
  body .main-contents .top-area .first-contents-area .first-contents .mv-left-area .banner-top .mv-img-middle .img-for-sp {
    width: auto;
    margin: 0 auto;
  }
  body .main-contents .top-area .first-contents-area .first-contents .mv-left-area .mv-bottom {
    width: auto;
  }
  body .main-contents .top-area .first-contents-area .first-contents .mv-left-area .mv-bottom .mv-description {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
  }
  body .main-contents .top-area .first-contents-area .first-contents .mv-left-area .mv-bottom .mv-button {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 40px;
  }
  body .main-contents .top-area .first-contents-area .first-contents .mv-left-area .mv-bottom .mv-button .button-resource,
  body .main-contents .top-area .first-contents-area .first-contents .mv-left-area .mv-bottom .mv-button .button-demo {
    gap: 2px;
    font-size: 13px;
  }
  body .main-contents .top-area .first-contents-area .first-contents .mv-left-area .mv-bottom .mv-button .button-resource img,
  body .main-contents .top-area .first-contents-area .first-contents .mv-left-area .mv-bottom .mv-button .button-demo img {
    width: 12px;
    height: 12px;
  }
  body .main-contents .top-area .first-contents-area .first-contents .mv-left-area .mv-bottom .mv-button .button-resource {
    width: 143px;
    height: 47px;
  }
  body .main-contents .top-area .first-contents-area .first-contents .mv-left-area .mv-bottom .mv-button .button-demo {
    width: 155px;
    height: 47px;
  }
  body .main-contents .top-area .first-contents-area .first-contents .mv-left-area .mv-img-middle {
    margin-top: 0;
    margin-bottom: 10px;
  }
  body .main-contents .top-area .first-contents-area .first-contents .mv-right-area {
    width: 311px;
    height: 208px;
    margin: 0 auto;
    border: 3px solid #fff;
  }
  body .main-contents .top-area .slide-contents-area {
    margin-top: 40px;
    margin-bottom: 60px;
  }
  body .main-contents .top-area .slide-contents-area .slide-text {
    margin-bottom: 16px;
    font-size: 16px;
  }
  body .main-contents .top-area .slide-contents-area .slide-area .slide-images {
    width: 2666px;
    height: 140px;
    max-height: 140px;
    -webkit-animation: marquee 80s linear infinite;
    animation: marquee 80s linear infinite;
  }
  body .main-contents .top-area .slide-contents-area .slide-area {
    width: 2666px;
    height: 140px;
  }
  body .main-contents .top-area .second-contents-area:after {
    background: rgba(255, 255, 242, 0.45) url(../img/area_white_bg_SP.bg.svg) 0% 0% no-repeat padding-box;
  }
  body .main-contents .top-area .second-contents-area {
    margin-top: 0;
  }
  body .main-contents .top-area .second-contents-area .second-contents {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-left: unset;
  }
  body .main-contents .top-area .second-contents-area .second-contents .header {
    margin-bottom: 24px;
    font-size: 24px;
  }
  body .main-contents .top-area .second-contents-area .second-contents .header h2 {
    font-size: 20px;
    font-weight: bold;
    line-height: 32px;
  }
  body .main-contents .top-area .second-contents-area .second-contents .header h2 span {
    font-size: 24px;
  }
  body .main-contents .top-area .second-contents-area .second-contents .header h2 .custom-margin-left {
    margin-left: 13px;
    font-size: 20px;
  }
  body .main-contents .top-area .second-contents-area .second-contents .box-img {
    display: block;
  }
  body .main-contents .top-area .second-contents-area .second-contents .box-img .img-for-sp {
    width: 100%;
  }
  body .main-contents .top-area .second-contents-area .second-contents .box-img {
    margin-bottom: 60px;
  }
  body .main-contents .top-area .second-contents-area .second-contents .box-video .thumb-video-img {
    width: 311px;
    height: 165px;
  }
  body .main-contents .top-area .second-contents-area .second-contents .box-video .thumb-video-img:before {
    width: 52px;
    height: 52px;
    background-image: url(../img/play_SP.bg.svg);
  }
  body .main-contents .top-area .second-contents-area .second-contents .box-video {
    display: block;
  }
  body .main-contents .top-area .third-contents-area {
    padding-right: 32px;
    padding-bottom: 30px;
    padding-left: 32px;
    margin-top: 36px;
  }
  body .main-contents .top-area .third-contents-area .third-contents .header {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto 40px;
    font-size: 24px;
  }
  body .main-contents .top-area .third-contents-area .third-contents .header h2 {
    font-size: 24px;
    font-weight: bold;
    line-height: 32px;
  }
  body .main-contents .top-area .third-contents-area .third-contents .header h2 span {
    font-size: 24px;
  }
  body .main-contents .top-area .third-contents-area .third-contents .header:nth-of-type(even) h2 {
    width: auto;
  }
  body .main-contents .top-area .third-contents-area .third-contents .box-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body .main-contents .top-area .third-contents-area .third-contents .box-items .item {
    gap: 10px;
    padding-top: 20px;
    padding-bottom: 17px;
  }
  body .main-contents .top-area .third-contents-area .third-contents .box-items .item .item-text {
    margin-top: 6px;
  }
  body .main-contents .top-area .third-contents-area .third-contents .line {
    height: 60px;
    margin-top: 12px;
    margin-bottom: 12px;
  }
  body .main-contents .top-area .four-contents-area {
    padding: 40px 32px 40px 16px;
    margin-top: 30px;
  }
  body .main-contents .top-area .four-contents-area:before {
    max-width: -webkit-fill-available;
  }
  body .main-contents .top-area .four-contents-area .four-contents .title {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body .main-contents .top-area .four-contents-area .four-contents .title img {
    display: none;
  }
  body .main-contents .top-area .four-contents-area .four-contents .sub-title {
    margin-left: unset;
  }
  body .main-contents .top-area .four-contents-area .four-contents .sub-title h2 {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
  }
  body .main-contents .top-area .four-contents-area .four-contents .box-feature-items .box-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
  body .main-contents .top-area .four-contents-area .four-contents .box-feature-items .box-item .box-item-text {
    gap: 14px;
    padding-top: 0;
    padding-bottom: 0;
  }
  body .main-contents .top-area .four-contents-area .four-contents .box-feature-items .box-item .box-item-text .step-content {
    gap: 8px;
    width: auto;
  }
  body .main-contents .top-area .four-contents-area .four-contents .box-feature-items .box-item .box-item-text .step-content .step-title h3 {
    font-size: 22px;
    line-height: 32px;
  }
  body .main-contents .top-area .four-contents-area .four-contents .box-feature-items .box-item .box-item-text .step-content .step-desc {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
  }
  body .main-contents .top-area .four-contents-area .four-contents .box-feature-items .box-item .box-item-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body .main-contents .top-area .four-contents-area .four-contents .box-feature-items .box-item:nth-of-type(even), body .main-contents .top-area .four-contents-area .four-contents .box-feature-items .box-item:nth-of-type(odd) {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body .main-contents .top-area .four-contents-area .four-contents .box-feature-items .box-item:nth-of-type(even) .number-step:before, body .main-contents .top-area .four-contents-area .four-contents .box-feature-items .box-item:nth-of-type(odd) .number-step:before {
    content: none;
  }
  body .main-contents .middle-area .middle-contents-area .middle-contents {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  body .main-contents .middle-area .middle-contents-area .middle-contents .title {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body .main-contents .middle-area .middle-contents-area .middle-contents .title img {
    display: none;
  }
  body .main-contents .middle-area .middle-contents-area .middle-contents .sub-title {
    margin-left: unset;
  }
  body .main-contents .middle-area .middle-contents-area .middle-contents .sub-title h2 {
    font-size: 24px;
    text-align: center;
  }
  body .main-contents .middle-area .middle-contents-area .middle-contents .box-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
    margin-top: 40px;
  }
  body .main-contents .middle-area .middle-contents-area .middle-contents .box-content .box-item {
    max-width: 311px;
    margin: 0 auto;
  }
  body .main-contents .middle-area .middle-contents-area .middle-contents .box-content .box-item .box-title {
    margin-top: 32px;
  }
  body .main-contents .middle-area .middle-contents-area .middle-contents .box-content .box-item .box-title h3 {
    font-size: 20px;
    line-height: 29px;
  }
  body .main-contents .middle-area .middle-contents-area .middle-contents .box-content .box-item .box-text p {
    text-align: left;
  }
  body .main-contents .bottom-area .bottom-contents-area .bottom-contents {
    padding-top: 40px;
    padding-bottom: 100px;
  }
  body .main-contents .bottom-area .bottom-contents-area .bottom-contents .title {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body .main-contents .bottom-area .bottom-contents-area .bottom-contents .title img {
    display: none;
  }
  body .main-contents .bottom-area .bottom-contents-area .bottom-contents .sub-title {
    margin-left: unset;
  }
  body .main-contents .bottom-area .bottom-contents-area .bottom-contents .sub-title h2 {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
  }
  body .main-contents .bottom-area .bottom-contents-area .bottom-contents .box-news {
    padding-right: 32px;
    padding-left: 32px;
  }
  body .main-contents .bottom-area .bottom-contents-area .bottom-contents .box-news .news-items .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  body .main-contents .bottom-area .bottom-contents-area .bottom-contents .box-news .news-items .item .link-to-news .date-new p {
    font-size: 14px;
  }
  body .main-contents .bottom-area .bottom-contents-area .bottom-contents .box-news .news-items .item .link-to-news .title-new p {
    font-size: 14px;
    line-height: 24px;
  }
  body .main-contents .bottom-area .bottom-contents-area .bottom-contents .box-news .news-items .item .link-to-news {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  body .main-contents .bottom-area .bottom-contents-area .bottom-contents .box-news .news-items {
    gap: 20px;
  }
  body .main-contents .guidance-area {
    padding-top: 60px;
    background-image: url(../img/bg_CTA_SP.bg.png);
  }
  body .main-contents .guidance-area .guidance-contents-area .guidance-contents .title h2 {
    font-size: 20px;
  }
  body .main-contents .guidance-area .guidance-contents-area .guidance-contents .guidance-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
    padding-top: 53px;
    padding-right: 32px;
    padding-left: 32px;
  }
  body .main-contents .guidance-area .guidance-contents-area .guidance-contents .guidance-box .guidance-box-item {
    width: auto;
    max-width: 311px;
    padding-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
    margin: 0 auto;
  }
  body .main-contents .guidance-area .guidance-contents-area .guidance-contents .guidance-box .guidance-box-item .item-title h3 {
    margin-bottom: 12px;
  }
  body .main-contents .guidance-area .guidance-contents-area .guidance-contents .guidance-box .guidance-box-item .item-description {
    width: 276px;
    padding-right: unset;
    padding-left: unset;
    text-align: center;
  }
  body .main-contents .guidance-area .guidance-contents-area .guidance-contents .guidance-box .guidance-box-item .next-link {
    margin-right: 40px;
    margin-bottom: 21px;
    margin-left: 40px;
  }
  body .main-contents .guidance-area .guidance-contents-area .guidance-contents .guidance-box .guidance-box-item .next-link a {
    width: 183px;
  }
}

@media all and (-ms-high-contrast: none) {
  .button {
    padding-top: 3px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1230px) {
  body .header-area {
    z-index: 1000;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    height: 65px;
    padding: 0 0 0 40px;
  }
  body .header-area {
    z-index: 1000;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    height: 65px;
    padding: 0 0 0 40px;
  }
  body .header-area .header-wrapper .hr-header {
    display: none;
  }
  body .header-area .header-wrapper .content-nav {
    display: none;
  }
  body .header-area .content-nav-sp {
    position: relative;
    display: block;
    cursor: pointer;
  }
  body .header-area .content-nav-sp .sp-nav-button {
    width: 65px;
    height: 65px;
    -webkit-transition: all 0.1s ease-out 0.1s;
    transition: all 0.1s ease-out 0.1s;
  }
  body .header-area .content-nav-sp .sp-nav-button .nav-toggle {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 19px;
    height: 15px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  body .header-area .content-nav-sp .sp-nav-button .nav-toggle i {
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #000;
    border-radius: 2px;
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
  }
  body .header-area .content-nav-sp .sp-nav-button .nav-toggle i:nth-child(1) {
    top: 0;
  }
  body .header-area .content-nav-sp .sp-nav-button .nav-toggle i:nth-child(2) {
    top: 0;
    bottom: 0;
    margin: auto;
  }
  body .header-area .content-nav-sp .sp-nav-button .nav-toggle i:nth-child(3) {
    bottom: 0;
  }
  body .header-area .content-nav-sp .sp-nav-button .nav-toggle.show i:nth-child(1) {
    -webkit-transform: translateY(5px) rotate(-45deg);
            transform: translateY(5px) rotate(-45deg);
  }
  body .header-area .content-nav-sp .sp-nav-button .nav-toggle.show i:nth-child(2) {
    opacity: 0;
  }
  body .header-area .content-nav-sp .sp-nav-button .nav-toggle.show i:nth-child(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
            transform: translateY(-8px) rotate(45deg);
  }
  body .header-area .content-nav-sp .sp-nav {
    position: fixed;
    top: 46px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.5s, visibility 0.5s;
    transition: opacity 0.5s, visibility 0.5s;
  }
  body .header-area .content-nav-sp .sp-nav.show {
    visibility: visible;
    opacity: 1;
  }
  body .header-area .content-nav-sp .sp-nav .sp-nav-list {
    position: fixed;
    top: 20%;
    left: 96%;
    z-index: 1001;
    width: 100%;
    height: 336px;
    overflow: scroll;
    -webkit-transform: translateX(-77%);
            transform: translateX(-77%);
  }
  body .header-area .content-nav-sp .sp-nav .sp-nav-list .sp-nav-content {
    z-index: 1001;
    width: 100%;
  }
  body .header-area .content-nav-sp .sp-nav .sp-nav-list .sp-nav-content .sp-nav-content-link {
    position: relative;
    display: block;
    padding-left: 19px;
    font-size: 16px;
    font-weight: bold;
    line-height: 44px;
    color: #fff;
    text-decoration: none;
  }
  body .header-area .content-nav-sp .sp-nav .sp-nav-list .sp-nav-content .sp-nav-content-link span {
    font-size: 16px;
  }
  body .header-area .content-nav-sp .sp-nav .sp-nav-list .sp-nav-content .sp-nav-content-link::before {
    position: absolute;
    top: 9px;
    left: 6px;
    display: none;
    width: 4px;
    height: 28px;
    content: '';
    background: #fff;
    border-radius: 3px;
  }
  body .header-area .content-nav-sp .sp-nav .sp-nav-list .sp-nav-content.current .sp-nav-content-link::before {
    display: block;
  }
  body .header-area .content-nav-sp .sp-nav .sp-nav-list .sp-nav-content .header-menu_list {
    list-style-type: none;
  }
  body .header-area .content-nav-sp .sp-nav .sp-nav-list .sp-nav-content .header-menu_list::before {
    position: absolute;
    top: 9px;
    left: 6px;
    display: none;
    width: 4px;
    height: 28px;
    content: '';
    background: #fff;
    border-radius: 3px;
  }
  body .header-area .content-nav-sp .sp-nav .sp-nav-list .sp-nav-content .header-menu_list.current .sp-nav-content-link::before {
    display: block;
  }
  body .header-area .content-nav-sp .sp-nav .button-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body .header-area .content-nav-sp .sp-nav .button-container .next-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 224px;
    height: 44px;
    margin-top: 23px;
    margin-right: 32px;
    font: normal normal medium 18px/26px Noto Sans;
    line-height: 68px;
    color: #191919;
    text-align: center;
    text-decoration: none;
    border: 1px solid #fff;
    border-radius: 60px;
  }
  body .header-area .content-nav-sp .sp-nav .button-container .next-contact:hover {
    color: #fff;
    background-color: #fff3;
    border: solid 1px #fff3;
  }
  body .header-area .content-nav-sp .sp-nav .button-container .next-contact:nth-child(2) {
    margin-right: 0px;
    color: #fff;
  }
  body .header-area .content-nav-sp .sp-nav .button-container .button-orange {
    background-color: white;
    border-color: blue;
  }
  body .header-area .content-nav-sp .sp-nav .button-container .button-orange:hover {
    background-color: #5b6ef0;
    border-color: #5b6ef0;
  }
  body .header-area .content-nav-sp .contact-btn {
    position: fixed;
    top: 430px;
    left: 50%;
    z-index: 1001;
    width: calc(100% - 30px);
    max-width: 208px;
    height: 34px;
    font-size: 11px;
    font-weight: bold;
    line-height: 34px;
    color: #292929;
    text-align: center;
    text-decoration: none;
    background: #fff;
    border-radius: 17px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  body .header-area.jsBackgroundHeader .header-wrapper .content-nav-sp .sp-nav-button {
    background-color: #1d1d44;
    border-radius: 50%;
  }
  body .header-area.jsBackgroundHeader .content-nav-sp .sp-nav-button .nav-toggle i {
    background-color: #fff;
  }
  body .header-area.jsBackgroundHeader.show .sp-nav.show .sp-nav-list.show .sp-nav-content-link:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80%;
    height: 1px;
    content: '';
    background-color: #707070;
  }
  body .header-area.jsBackgroundHeader.show .sp-nav.show .button-container .next-contact:nth-of-type(1) {
    color: white;
    background: transparent linear-gradient(100deg, #ff6f27 0%, #ff9c27 100%) 0% 0% no-repeat padding-box;
  }
  body .header-area.jsBackgroundHeader.show .sp-nav.show .button-container .next-contact:nth-child(2) {
    margin-right: 0px;
    color: #ff9c27;
  }
  body .header-area.jsBackgroundHeader.show .sp-nav.show .button-container .button-orange {
    background-color: white;
    border: 1px solid #707070;
  }
  body .header-area.jsBackgroundHeader.show .sp-nav.show .button-container .button-orange:hover {
    background-color: #ff9c27;
    border-color: #ff9c27;
  }
  body .header-area.show .content-nav-sp .sp-nav-button {
    background-color: white !important;
  }
  body .header-area.show .content-nav-sp .sp-nav-button .button-container .next-contact:nth-of-type(1) {
    color: white;
    background: transparent linear-gradient(100deg, #ff6f27 0%, #ff9c27 100%) 0% 0% no-repeat padding-box;
  }
  body .header-area.show .content-nav-sp .sp-nav-button .button-container .next-contact:nth-child(2) {
    margin-right: 0px;
    color: #ff9c27;
  }
  body .header-area.show .content-nav-sp .sp-nav-button .button-container .button-orange {
    background-color: white;
    border: 1px solid #707070;
  }
  body .header-area.show .content-nav-sp .sp-nav-button .button-container .button-orange:hover {
    background-color: #ff9c27;
    border-color: #ff9c27;
  }
  body .header-area.show .content-nav-sp .sp-nav-list.show .sp-nav-content-link:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80%;
    height: 1px;
    content: '';
    background-color: #707070;
  }
  body .header-area.show .content-nav-sp .button-container .next-contact {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body .header-area.show .content-nav-sp .button-container .next-contact:nth-of-type(1) {
    color: white;
    background: transparent linear-gradient(100deg, #ff6f27 0%, #ff9c27 100%) 0% 0% no-repeat padding-box;
  }
  body .header-area.show .content-nav-sp .button-container .next-contact:nth-of-type(1) .icon-doc {
    width: 17px;
    height: 17px;
  }
  body .header-area.show .content-nav-sp .button-container .next-contact:nth-child(2) {
    margin-right: 0px;
    color: #ff9c27;
  }
  body .header-area.show .content-nav-sp .button-container .next-contact:nth-child(2) .icon-doc {
    width: 17px;
    height: 17px;
  }
  body .header-area.show .content-nav-sp .button-container .button-orange {
    background-color: white;
    border: 1px solid #707070;
  }
  body .header-area.show .content-nav-sp .button-container .button-orange:hover {
    background-color: #ff9c27;
    border-color: #ff9c27;
  }
  body .back-gray {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
  }
  body .back-gray.show {
    right: 0;
  }
}

@media screen and (max-width: 1320px) {
  body .header-area .header-wrapper .content-nav .header-content .select-content {
    padding: 0 12px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1230px) and (min-width: 1024px) and (max-width: 1230px) {
  body .header-area .content-nav-sp .sp-nav-button {
    width: 55px;
    height: 55px;
    background-color: #1d1d44;
    border-radius: 50%;
  }
  body .header-area .content-nav-sp .sp-nav-button .nav-toggle i {
    background-color: #fff;
  }
  body .header-area .content-nav-sp .sp-nav .button-container {
    position: fixed;
    top: 75%;
    left: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 335px;
    margin-top: 44px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  body .header-area .content-nav-sp .sp-nav .button-container .linkedin {
    margin-top: 30px;
  }
  body .header-area .content-nav-sp .sp-nav .button-container .linkedin ul {
    list-style-type: none;
  }
  body .header-area .content-nav-sp .sp-nav .button-container .linkedin ul li {
    font-size: 14px;
  }
  body .header-area .content-nav-sp .sp-nav .button-container .linkedin ul li img {
    margin-top: -2px;
    vertical-align: middle;
  }
  body .header-area .content-nav-sp .sp-nav .button-container .next-contact {
    width: 90%;
    height: 48px;
    margin-right: 0;
    font-size: 16px;
    line-height: 48px;
    border: 1px solid #191919;
  }
  body .header-area .content-nav-sp .sp-nav .button-container .next-contact:hover {
    color: #00caff;
    background-color: #fff3;
    border: solid 1px #00caff;
  }
  body .header-area.jsBackgroundHeader .content-nav-sp .sp-nav-button .nav-toggle i {
    background-color: #000;
  }
  body .back-gray {
    background-color: #1d1d44;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1230px) and (min-width: 600px) and (max-width: 1024px) {
  body .header-area .content-nav-sp .sp-nav .button-container {
    position: fixed;
    top: 82%;
    left: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 335px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@media screen and (min-width: 1024px) and (max-width: 1230px) and (max-width: 599px) {
  body .header-area .content-nav-sp .sp-nav .button-container {
    position: fixed;
    top: 85%;
    left: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 335px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  body .header-area .content-nav-sp .sp-nav .button-container .next-contact {
    width: 90%;
    height: 48px;
    margin-right: 0;
    font-size: 16px;
    line-height: 48px;
    border: 1px solid #191919;
  }
  body .header-area .content-nav-sp .sp-nav .button-container .next-contact:hover {
    color: #00caff;
    background-color: #fff3;
    border: solid 1px #00caff;
  }
}

@media screen and (min-width: 600px) and (max-width: 1024px) and (min-width: 600px) and (max-width: 1024px) {
  body .header-area .content-nav-sp .sp-nav .button-container {
    position: fixed;
    top: 82%;
    left: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 335px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  body .header-area .content-nav-sp .sp-nav .button-container .next-contact {
    width: 311px;
    height: 60px;
    margin-right: 0;
    font-size: 16px;
    border: 1px solid #191919;
  }
  body .header-area .content-nav-sp .sp-nav .button-container .next-contact:hover {
    color: #00caff;
    background-color: #fff3;
    border: solid 1px #00caff;
  }
  body .header-area .content-nav-sp .sp-nav .button-container .next-contact:nth-of-type(1) .icon-doc {
    width: 17px;
    height: 15px;
  }
  body .header-area .content-nav-sp .sp-nav .button-container .next-contact:nth-child(2) .icon-doc {
    width: 17px;
    height: 15px;
  }
}

@media screen and (max-width: 599px) and (min-width: 600px) and (max-width: 1024px) {
  body .header-area .content-nav-sp .sp-nav .sp-nav-list .sp-nav-content .sp-nav-content-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 0;
  }
  body .header-area .content-nav-sp .sp-nav .sp-nav-list .sp-nav-content .sp-nav-content-link .dot-icon {
    width: 20px;
    height: 20px;
  }
  body .header-area .content-nav-sp .button-container .next-contact {
    width: 311px;
    height: 60px;
    margin-right: 0;
    font-size: 16px;
    color: #191919;
    border: 1px solid #191919;
  }
  body .header-area .content-nav-sp .button-container .next-contact:hover {
    color: #00caff;
    background-color: #fff3;
    border: solid 1px #00caff;
  }
  body .header-area .content-nav-sp .button-container .next-contact:nth-of-type(1) .icon-doc {
    width: 17px;
    height: 15px;
  }
}

@media screen and (max-width: 599px) and (max-width: 599px) {
  body .header-area .content-nav-sp .sp-nav .sp-nav-list .sp-nav-content .sp-nav-content-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 0;
  }
  body .header-area .content-nav-sp .sp-nav .sp-nav-list .sp-nav-content .sp-nav-content-link .dot-icon {
    width: 20px;
    height: 20px;
  }
  body .header-area .content-nav-sp .button-container {
    position: fixed;
    top: 82%;
    left: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 335px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  body .header-area .content-nav-sp .button-container .next-contact {
    width: 311px;
    height: 60px;
    margin-right: 0;
    font-size: 16px;
    color: #191919;
    border: 1px solid #191919;
  }
  body .header-area .content-nav-sp .button-container .next-contact:hover {
    color: #00caff;
    background-color: #fff3;
    border: solid 1px #00caff;
  }
  body .header-area .content-nav-sp .button-container .next-contact:nth-of-type(1) .icon-doc {
    width: 17px;
    height: 15px;
  }
  body .header-area .content-nav-sp .button-container .next-contact:nth-child(2) .icon-doc {
    width: 20px;
    height: 15px;
  }
  body .header-area .content-nav-sp .button-container .next-contact:nth-child(2) .icon-doc {
    width: 20px;
    height: 15px;
  }
}

@media screen and (max-width: 372px) {
  body {
    color: #5b6ef0;
  }
  body .top-area .first-contents-area .first-contents .mv-left-area {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  body .guidance-area .guidance-contents-area .guidance-box {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1470px) {
  body .main-contents .top-area .first-contents-area .first-contents .mv-left-area .mv-bottom .mv-description {
    letter-spacing: -0.5px;
  }
  body .main-contents .top-area .first-contents-area .first-contents .mv-left-area .mv-bottom .mv-button {
    margin-top: 25px;
  }
}

@media screen and (min-width: 1920px) {
  body .main-contents .top-area .first-contents-area .first-contents {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 1000px;
  }
  body .main-contents .top-area .first-contents-area .first-contents .mv-left-area .mv-img-left {
    margin-top: 40px;
  }
  body .main-contents .top-area .first-contents-area .first-contents .mv-left-area .mv-img-middle {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  body .main-contents .top-area .first-contents-area .first-contents .mv-left-area .mv-bottom .mv-description {
    letter-spacing: -0.5px;
  }
  body .main-contents .top-area .first-contents-area .first-contents .mv-left-area .mv-bottom .mv-button {
    margin-top: 15px;
  }
  body .main-contents .top-area .first-contents-area .first-contents .mv-right-area {
    padding-top: unset;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1150px) {
  body .main-contents .top-area .first-contents-area .first-contents .mv-left-area {
    padding-top: 10px;
  }
  body .main-contents .top-area .first-contents-area .first-contents .mv-left-area .mv-button {
    margin-top: 10px !important;
  }
}

@media screen and (min-width: 1150px) and (max-width: 1300px) {
  body .main-contents .top-area .first-contents-area .first-contents .mv-left-area {
    padding-top: 10px;
  }
  body .main-contents .top-area .first-contents-area .first-contents .mv-left-area .mv-button {
    margin-top: 0 -0.5% !important;
  }
}


/*# sourceMappingURL=top.css.map*/