body {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  color: #333;
  line-height: 1.75;
  letter-spacing: 0.02em;
}

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

.wrapper {
  overflow: hidden;
}

.header {
  height: 80px;
  padding: 10px 60px;
  background-color: #FFF;
  filter: drop-shadow(0 3px 10px rgba(255, 255, 255, 0.28));
  position: relative;
  z-index: 50;
}
.header__inner {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .header__inner {
    justify-content: center;
  }
}
.header__btns {
  display: flex;
}
.header__btns a.nav-btn:not(:first-child) {
  margin: 0 0 0 18px;
}
@media (max-width: 768px) {
  .header__btns {
    display: none;
  }
}

.footer {
  background-image: url(../img/footer_bg.jpg);
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.footer__main {
  margin: 0 auto;
  padding: 80px 0 20px;
  max-width: 1140px;
  position: relative;
}
.footer__lead {
  margin-bottom: 40px;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
.footer__logo {
  display: flex;
  align-items: end;
  min-width: 400px;
}
.footer__logo img {
  max-width: 162px;
}
.footer__logo div {
  display: inline-block;
  margin: 0 0 0 20px;
  position: relative;
  color: #0092E5;
  font-weight: 700;
}
.footer__logo div::after {
  content: "";
  background-image: url(../img/ico_arrow-b.svg);
  background-repeat: no-repeat;
  display: inline-block;
  width: 4px;
  height: 8px;
  margin: 0 0 0 12px;
}
.footer__btns {
  position: absolute;
  right: 0;
  top: -26px;
}
.footer__gotop {
  display: block;
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #3F424A;
  filter: drop-shadow(0 3px 20px rgba(0, 146, 229, 0.05));
  transition: 0.3s all;
}
.footer__gotop img {
  position: absolute;
  width: 14px;
  height: 8px;
  top: 42%;
  left: 50%;
  transform: translateX(-50%);
}
.footer__gotop:hover {
  background-color: #0092E5;
}
.footer__copyright {
  font-family: "Poppins", sans-serif;
  background-color: #3F424A;
  padding: 16px;
  font-size: 12px;
  color: #FFF;
  text-align: center;
  letter-spacing: 0.02em;
}

@media (max-width: 768px) {
  .footer {
    margin-bottom: 60px;
    background-image: none;
  }
  .footer__main {
    background-image: url(../img/footer_bg.jpg);
    background-color: #FFF;
    padding: 44px 20px 40px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  }
  .footer__lead {
    margin-bottom: 0px;
    font-size: 22px;
    width: 100%;
  }
  .footer__logo {
    order: 2;
    display: flex;
    align-items: end;
    min-width: 300px;
  }
  .footer__logo img {
    max-width: 120px;
  }
  .footer__logo div {
    display: inline-block;
    margin: 0 0 0 20px;
    position: relative;
    color: #0092E5;
    font-weight: 700;
  }
  .footer__logo div::after {
    content: "";
    background-image: url(../img/ico_arrow-b.svg);
    background-repeat: no-repeat;
    display: inline-block;
    width: 4px;
    height: 8px;
    margin: 0 0 0 12px;
  }
  .footer__gotop {
    position: fixed;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    bottom: 100px;
    right: 20px;
    background-color: #3F424A;
    filter: drop-shadow(0 3px 20px rgba(0, 146, 229, 0.05));
    transition: 0.3s all;
    z-index: 99;
  }
  .footer__gotop img {
    position: absolute;
    width: 14px;
    height: 8px;
    top: 42%;
    left: 50%;
    transform: translateX(-50%);
  }
  .footer__gotop:hover {
    background-color: #5F6882;
  }
  .footer__copyright {
    padding: 16px;
    font-family: "Poppins", sans-serif;
    background-color: #3F424A;
    color: #FFF;
    font-size: 12px;
    text-align: center;
  }
}
.footer-cv-area__inner {
  padding: 36px 0;
  max-width: 860px;
  margin: 0 auto;
}
.footer-cv-area__btns {
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.footer-cv-area__btns .nav-btn {
  margin: 0 9px;
  font-size: 20px;
}
.footer-cv-area__btns .nav-btn .bubble {
  font-size: 15px;
}
.footer-cv-area__icon {
  position: absolute;
  top: 5%;
  left: -68px;
  transform: translateY(-50%);
  max-width: 235px;
  z-index: 6;
}
.footer-cv-area__icon img {
  filter: drop-shadow(5px 5px 10px rgba(255, 255, 255, 0.5));
}

@media screen and (min-width: 1025px) and (max-width: 1100px) {
  .footer-cv-area__btns .nav-btn .bubble {
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .footer-cv-area__icon {
    left: 28px;
    max-width: 170px;
  }
  .footer-cv-area__btns .nav-btn .bubble {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .footer-cv-area__inner {
    padding: 0px 0;
    max-width: 1140px;
    margin: 0 auto;
  }
  .footer-cv-area__btns {
    margin: 0 auto;
    display: block;
  }
  .footer-cv-area__btns .nav-btn {
    margin: 7px auto;
    font-size: 18px;
  }
  .footer-cv-area__btns .nav-btn .bubble {
    font-size: 15px;
  }
  .footer-cv-area__icon {
    position: sticky;
    max-width: 50%;
    margin: 20px auto;
    transform: none;
  }
}
.fixed-cv {
  position: fixed;
  display: block;
  bottom: 120px;
  right: 0;
  z-index: 40;
}
.fixed-cv__item {
  width: 105px;
  height: 93px;
  border-radius: 50px 0 0 50px;
  font-weight: 700;
  font-size: 14px;
  color: #FFF;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 0 0 16px;
  line-height: 1.5;
}
.fixed-cv__item + .fixed-cv__item {
  margin: 8px 0 0;
}
.fixed-cv__item img {
  width: -moz-fit-content;
  width: fit-content;
  height: 12px;
  margin: 0 0 4px;
}
.fixed-cv__item.-b {
  background: linear-gradient(60deg, rgb(26, 192, 255) 0%, rgb(52, 154, 255) 100%);
  filter: drop-shadow(0 3px 10px rgba(0, 146, 229, 0.28));
}
.fixed-cv__item.-g {
  background: linear-gradient(60deg, rgb(28, 187, 127) 0%, rgb(0, 154, 106) 100%);
  filter: drop-shadow(0 3px 10px rgba(28, 187, 127, 0.28));
}
.fixed-cv__item.-o {
  background: linear-gradient(60deg, rgb(236, 156, 0) 0%, rgb(235, 112, 17) 100%);
  filter: drop-shadow(0 3px 10px rgba(236, 156, 0, 0.28));
}

.nav-btn {
  display: block;
  max-width: 300px;
  min-width: 220px;
  padding: 14px 24px 14px 30px;
  text-align: center;
  color: #FFF;
  border-radius: 50px;
  font-weight: 700;
  transition: 0.3s all;
  position: relative;
  z-index: 0;
}
.nav-btn .bubble {
  padding: 6px 12px;
  width: 80%;
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  background: #FFF;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #009CE5;
  border: 1px solid #009CE5;
  border-radius: 16px;
  letter-spacing: 0.02em;
}
.nav-btn.-large {
  height: 70px;
  min-width: 300px;
}
.nav-btn.-b {
  background: linear-gradient(60deg, rgb(26, 192, 255) 0%, rgb(52, 154, 255) 100%);
  filter: drop-shadow(0 3px 10px rgba(0, 146, 229, 0.28));
}
.nav-btn.-b:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(60deg, rgb(52, 154, 255) 0%, rgb(26, 192, 255) 100%);
  opacity: 0;
  transition: opacity 0.5s;
  border-radius: 50px;
}
.nav-btn.-b:hover {
  cursor: pointer;
}
.nav-btn.-b:hover::before {
  opacity: 1;
}
.nav-btn.-b:hover {
  filter: none;
}
.nav-btn.-g {
  background: linear-gradient(60deg, rgb(28, 187, 127) 0%, rgb(0, 154, 106) 100%);
  filter: drop-shadow(0 3px 10px rgba(28, 187, 127, 0.28));
}
.nav-btn.-g:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(60deg, rgb(0, 154, 106) 0%, rgb(28, 187, 127) 100%);
  opacity: 0;
  transition: opacity 0.5s;
  border-radius: 50px;
}
.nav-btn.-g:hover::before {
  opacity: 1;
}
.nav-btn.-g:hover {
  filter: none;
}
.nav-btn.-o {
  background: linear-gradient(60deg, rgb(236, 156, 0) 0%, rgb(235, 112, 17) 100%);
  filter: drop-shadow(0 3px 10px rgba(236, 156, 0, 0.28));
}
.nav-btn.-o:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(60deg, rgb(235, 112, 17) 0%, rgb(236, 156, 0) 100%);
  opacity: 0;
  transition: opacity 0.5s;
  border-radius: 50px;
}
.nav-btn.-o:hover::before {
  opacity: 1;
}
.nav-btn.-o:hover {
  filter: none;
}
.nav-btn.-t {
  border: 1px solid #FFF;
  padding: 7px 30px;
  max-width: 212px;
}
.nav-btn.-t:hover {
  border: 1px solid #FFF;
  opacity: 0.7;
}
.nav-btn.-t:hover::before {
  opacity: 0.7;
}
.nav-btn.-t:hover {
  filter: none;
}
.nav-btn.-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-btn.-icon img {
  width: -moz-fit-content;
  width: fit-content;
  height: 17px;
  margin: 0 10px 0 0;
}
.nav-btn.-arrow {
  font-size: 18px;
  padding: 20px 30px;
}
.nav-btn.-arrow::after {
  content: "";
  position: absolute;
  background-image: url(../img/ico_arrow.svg);
  background-repeat: no-repeat;
  width: 5px;
  height: 9px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.nav-btn.-pd01 {
  padding: 8px 16px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .nav-btn.-large {
    height: 60px;
    min-width: 260px;
  }
}
@media (max-width: 768px) {
  .nav-btn.-large {
    height: 60px;
    min-width: 260px;
  }
}

.mv {
  position: relative;
  background-image: url(../img/mv_bg.jpg);
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0 60px;
  z-index: 48;
}
.mv__inner {
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  position: relative;
  z-index: 10;
}
.mv__text {
  padding: 80px 0;
  width: 55%;
  text-align: center;
}
.mv__text--heading {
  color: #FFF;
  font-weight: 700;
  font-size: clamp(26px, 22px + 0.625vw, 32px);
  line-height: 1.5;
  letter-spacing: 0.08em;
}
.mv__text--img {
  display: inline-block;
  margin: 0 auto;
  max-width: 506px;
}
.mv__text--logo {
  margin-top: -15px;
  margin-bottom: -20px;
  display: flex;
  align-items: center;
}
.mv__text--logo-img {
  margin-right: -20px;
  max-width: 400px;
}
.mv__text--logo-sub {
  margin-left: 10px;
  font-size: 32px;
  font-weight: 700;
}
.mv__text--brief {
  color: #FFF;
  margin: 30px 0 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3375;
  letter-spacing: 0.08em;
}
.mv__text--brief-small {
  font-size: 14px;
}
.mv__text--btn {
  margin: 40px 0 0;
}
.mv__img {
  width: 48%;
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
}
@media screen and (min-width: 1151px) and (max-width: 1300px) {
  .mv__text--logo-img {
    max-width: 340px;
  }
  .mv__text--logo-sub {
    font-size: 26px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1150px) {
  .mv__text {
    padding: 60px 0;
  }
  .mv__text--logo-img {
    margin-right: -15px;
    max-width: 310px;
  }
  .mv__text--logo-sub {
    font-size: 22px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .mv__text {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 40px 0;
  }
  .mv__text--heading {
    font-size: clamp(22px, 20px + 0.625vw, 26px);
  }
  .mv__text--logo-img {
    margin-right: -15px;
    max-width: 220px;
  }
  .mv__text--logo-sub {
    font-size: 18px;
  }
  .mv__text--brief {
    font-size: 18px;
  }
  .mv__text--brief-small {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .mv {
    height: auto;
    padding: 50px 5% 0px;
  }
  .mv__inner {
    margin: 0 auto;
    height: 100%;
    display: block;
    z-index: 10;
  }
  .mv__text {
    padding: 30px 0 0;
    width: 100%;
  }
  .mv__text--heading {
    font-size: 18px;
    text-align: center;
  }
  .mv__text--logo {
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    display: block;
    text-align: center;
  }
  .mv__text--logo span {
    background: none;
  }
  .mv__text--logo-img {
    margin-right: 0;
    margin-top: -15px;
    margin-bottom: -25px;
    display: block;
  }
  .mv__text--logo-sub {
    margin-top: 15px;
    display: block;
    font-size: 20px;
  }
  .mv__text--brief {
    color: #FFF;
    font-size: 15px;
    font-weight: 600;
    margin: 20px 0 0;
  }
  .mv__text--brief-small {
    font-size: 10px;
  }
  .mv__text--btn {
    margin: 30px auto 30px;
    font-size: 16px !important;
  }
  .mv__img {
    width: 100%;
    margin-top: 0px;
    text-align: center;
    position: relative;
    top: auto;
    right: auto;
    transform: none;
  }
  .mv__img img {
    width: 100%;
    height: auto;
  }
}

.intro {
  padding: 0 60px;
  position: relative;
  z-index: 10;
}
.intro__inner {
  padding: 0px 0 0px;
  max-width: 1140px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 50%;
  align-items: center;
}
.intro__text {
  padding: 0 0 0 8%;
}
.intro__text--heading {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
.intro__text--main {
  font-size: 16px;
  margin: 30px 0 0;
  letter-spacing: 0.02em;
  line-height: 1.75;
}
.intro__video {
  padding: 0;
}

.video {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.video.-size01 video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.5);
  transform-origin: center;
}
.video__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.video__overlay:hover {
  cursor: pointer;
}
.video__overlay:hover img.video__thumb {
  transform: scale(1.1, 1.1);
}
.video__thumb {
  transition: 0.3s all;
}
.video__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 68px;
  height: 68px;
}
.video__main {
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .intro {
    padding: 0px 5%;
    position: relative;
    z-index: 10;
  }
  .intro__inner {
    padding: 0px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    grid-template-columns: 1fr 100%;
    align-items: center;
  }
  .intro__video {
    order: 1;
  }
  .intro__text {
    order: 2;
    margin-top: 32px;
    margin-bottom: 56px;
    padding: 0;
  }
  .intro__text--heading {
    text-align: center;
    font-size: 26px;
  }
  .intro__text--main {
    margin: 20px 0 0;
    font-size: 15px;
  }
  .intro__video {
    width: 100%;
    padding: 0 0 0 0;
  }
}
.heading {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.heading span {
  color: #0092E5;
}

@media (max-width: 1039px) {
  .heading {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
  }
}
.xcellist-title {
  margin-top: 20px;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  position: relative;
  letter-spacing: 0.08em;
}
.xcellist-title__icon {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 32px;
  height: 24px;
}

@media (max-width: 768px) {
  .xcellist-title {
    margin-top: 16px;
    font-size: 26px;
  }
  .xcellist-title__icon {
    top: -16px;
    width: 21px;
    height: 16px;
  }
}
.xcellist-lead {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.02em;
}

@media (max-width: 768px) {
  .xcellist-lead {
    font-size: 18px;
  }
}
.utilization {
  padding: 0 60px;
  background-color: #EFF5F8;
}
.utilization__inner {
  padding: 80px 0 100px;
  max-width: 1140px;
  margin: 0 auto;
}
.utilization__heading {
  margin-bottom: 30px;
}
.utilization__lower {
  grid-template-columns: repeat(2, 1fr);
  margin: 20px 0 0;
  display: grid;
  gap: 20px;
}
.utilization__box {
  padding: 57px 28px 32px;
  background: #FFF;
  position: relative;
  border-radius: 12px;
}
.utilization__bubble {
  display: inline;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: #FFF;
  border-radius: 27px;
  width: 272px;
  height: 52px;
  letter-spacing: 0.02em;
}
.utilization__bubble.-o {
  background: linear-gradient(60deg, rgb(236, 156, 0) 0%, rgb(235, 112, 17) 100%);
}
.utilization__bubble.-b {
  background: linear-gradient(60deg, rgb(26, 192, 255) 0%, rgb(52, 154, 255) 100%);
}
.utilization__bubble_inner {
  padding: 9px 20px 9px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.utilization__bubble_inner::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-right: 15px solid transparent;
  border-top: 13px solid #EB8808;
}
.utilization__bubble_inner02 {
  padding: 11px 20px 8px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.utilization__bubble_inner02::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-right: 15px solid transparent;
  border-top: 13px solid #27AAFF;
}
.utilization__frame {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.utilization__frame--item {
  margin: 6px 3px 0;
  padding: 6px 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  border-radius: 4px;
}
.utilization__frame--item.-o {
  border: 1px solid #EB7011;
  color: #EB7011;
}
.utilization__frame--item.-b {
  border: 1px solid #009CE5;
  color: #009CE5;
}
.utilization__bottom {
  grid-template-columns: repeat(2, 1fr);
  margin: 20px 0 0;
  display: grid;
  gap: 20px;
}
.utilization__bottom--box {
  padding: 32px 10px 25px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.5;
  text-align: center;
}
.utilization__bottom--box.-o {
  background: #FFF8E9;
}
.utilization__bottom--box.-b {
  background: #EBF7FD;
}
.utilization__bottom--img {
  margin-bottom: 18px;
  display: block;
  width: 100px;
  margin-left: auto;
  margin-right: auto;
}
.utilization__bottom--img img {
  max-width: 100%;
}

@media (max-width: 768px) {
  .utilization {
    padding: 56px 5%;
    background-color: #EFF5F8;
  }
  .utilization__inner {
    padding: 0px 0;
    max-width: 1140px;
    margin: 0 auto;
  }
  .utilization__heading {
    margin-bottom: 30px;
  }
  .utilization__lower {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    grid-template-columns: repeat(2, 1fr);
    margin: 40px 0 0;
  }
  .utilization__box {
    margin-top: 20px;
    padding: 57px 16px 32px;
    width: 100%;
  }
  .utilization__box:nth-child(1) {
    margin-top: 0;
  }
  .utilization__bubble {
    font-size: 18px;
    width: 220px;
    height: 46px;
  }
  .utilization__bubble_inner {
    padding: 5px 10px 5px;
  }
  .utilization__bubble_inner02 {
    padding: 5px 10px 5px;
  }
  .utilization__frame {
    display: block;
  }
  .utilization__frame--item {
    margin: 6px 0 0;
    padding: 6px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 1.3375;
    width: 100%;
  }
  .utilization__bottom {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
    margin: 14px 0 0;
  }
  .utilization__bottom--box {
    padding: 24px;
    width: 100%;
  }
  .utilization__bottom--img {
    max-width: 108px;
    margin-left: auto;
    margin-right: auto;
  }
}
.features {
  padding: 0 60px;
}
.features__inner {
  padding: 80px 0 130px;
  max-width: 1140px;
  margin: 0 auto;
}
.features__heading {
  margin-bottom: 30px;
}
.features__upper {
  margin-bottom: 60px;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
}
.features__detail {
  padding: 60px 80px;
  background: #EFF5F8;
  border-radius: 10px;
}
.features__detail--box {
  padding-top: 42px;
}
.features__detail--box .dotted-line {
  height: 2px;
  background: repeating-linear-gradient(to right, #C1CFDB 0, #C1CFDB 1px, transparent 1px, transparent 8px);
}
.features__detail--box:nth-child(1) {
  padding-top: 0;
}
.features__detail--inner {
  padding-bottom: 42px;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
}
.features__detail--inner.-od01 .features__detail--img {
  order: 2;
}
.features__detail--inner.-od01 .features__detail--text {
  order: 1;
  margin-left: 0;
  margin-right: 50px;
}
.features__detail--img {
  padding: 60px;
  text-align: center;
  background: #FFF;
  border-radius: 8px;
  letter-spacing: 0.02em;
}
.features__detail--imgtext {
  margin-top: 10px;
  font-weight: 700;
}
.features__detail--text {
  margin-left: 50px;
  letter-spacing: 0.02em;
}
.features__detail--title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 8px;
}
.features__detail--list li {
  position: relative;
  padding-left: 1.2em;
}
.features__detail--list li::before {
  content: "";
  background-image: url(../img/list_check.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  height: 13px;
  position: absolute;
  top: 8px;
  left: 0;
}
.features__detail--list li .fwb {
  font-weight: 700;
}
.features__detail--subimg {
  margin-top: 20px;
}

@media (max-width: 768px) {
  .features {
    padding: 56px 5% 90px;
  }
  .features__inner {
    padding: 0px 0;
    max-width: 1140px;
    margin: 0 auto;
  }
  .features__heading {
    margin-bottom: 30px;
  }
  .features__lower {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }
  .features__upper {
    margin-bottom: 40px;
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
  .features__detail {
    padding: 24px 16px;
  }
  .features__detail--box {
    padding-top: 24px;
  }
  .features__detail--box:nth-child(1) {
    padding-top: 0;
  }
  .features__detail--inner {
    padding-bottom: 24px;
    grid-template-columns: repeat(1, 1fr);
  }
  .features__detail--inner.-od01 .features__detail--img {
    order: 2;
  }
  .features__detail--inner.-od01 .features__detail--text {
    order: 1;
    margin-left: 0;
    margin-right: 0;
  }
  .features__detail--img {
    padding: 18px 22px;
    order: 2;
  }
  .features__detail--imgtext {
    margin-top: 10px;
  }
  .features__detail--text {
    margin-left: 0;
    order: 1;
  }
  .features__detail--title {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 16px;
  }
  .features__detail--subimg {
    margin-top: 16px;
  }
}
.features__box01 {
  padding: 50px 10px;
  background-image: url(../img/features-box01_bg.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.features__box01--img {
  width: 57px;
  margin-left: auto;
  margin-right: auto;
}
.features__box01--title {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
.features__box01--text {
  margin-bottom: 10px;
  font-size: 16px;
  text-align: center;
}

@media screen and (min-width: 931px) and (max-width: 1024px) {
  .features__box01 {
    padding: 30px 10px;
  }
  .features__box01--img {
    width: 47px;
  }
  .features__box01--title {
    font-size: 16px;
  }
  .features__box01--text {
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) and (max-width: 930px) {
  .features__box01 {
    padding: 40px 10px 20px;
  }
  .features__box01--img {
    width: 47px;
  }
  .features__box01--title {
    font-size: 14px;
  }
  .features__box01--text {
    font-size: 13px;
    line-height: 1.2;
  }
}
.cv-area {
  padding: 0 60px;
  background-image: url(../img/cv-area_bg.jpg);
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.cv-area__inner {
  padding: 48px 0 36px;
  max-width: 860px;
  margin: 0 auto;
}
.cv-area__btns {
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.cv-area__btns .nav-btn {
  margin: 0 9px;
  font-size: 20px;
}
.cv-area__btns .nav-btn .bubble {
  font-size: 15px;
}
.cv-area__icon {
  position: absolute;
  top: 30%;
  left: -68px;
  transform: translateY(-50%);
  max-width: 235px;
  z-index: 6;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .cv-area__icon {
    top: 50%;
    left: -28px;
    max-width: 170px;
  }
}
@media (max-width: 768px) {
  .cv-area {
    padding: 80px 5% 56px;
    background-image: url(../img/cv-area_bg_sp.jpg);
  }
  .cv-area__inner {
    padding: 0px 0;
    max-width: 1140px;
    margin: 0 auto;
  }
  .cv-area__btns {
    margin: 0 auto;
    display: block;
  }
  .cv-area__btns .nav-btn {
    margin: 7px auto;
    font-size: 18px;
  }
  .cv-area__btns .nav-btn .bubble {
    font-size: 15px;
  }
  .cv-area__icon {
    position: absolute;
    top: -140px;
    left: 50%;
    transform: translate(-50%, 0%);
    max-width: 100px;
  }
}
.technology {
  padding: 0 60px;
  background-color: #EFF5F8;
}
.technology__inner {
  padding: 80px 0 100px;
  max-width: 1140px;
  margin: 0 auto;
}
.technology__heading {
  margin-bottom: 30px;
}
.technology__lead {
  margin-bottom: 10px;
}
.technology__text {
  margin-bottom: 24px;
  text-align: center;
}
.technology__sbox {
  padding: 40px 90px;
  max-width: 980px;
  margin: 0 auto 114px;
  background: #FFF;
  border-radius: 10px;
  text-align: center;
}
.technology__box {
  padding: 70px 80px 80px;
  max-width: 1138px;
  margin: 0 auto 94px;
  background: #FFF;
  border-radius: 10px;
  position: relative;
}
.technology__box.-range {
  margin-bottom: 0;
}
.technology__bubble {
  display: inline;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: #FFF;
  border-radius: 40px;
  width: 311px;
  height: 74px;
  letter-spacing: 0.08em;
}
.technology__bubble.-o {
  background: linear-gradient(60deg, rgb(236, 156, 0) 0%, rgb(235, 112, 17) 100%);
}
.technology__bubble.-b {
  background: linear-gradient(60deg, rgb(26, 192, 255) 0%, rgb(52, 154, 255) 100%);
}
.technology__bubble_inner {
  padding: 11px 20px 8px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
}
.technology__bubble_inner::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-right: 15px solid transparent;
  border-top: 13px solid #27AAFF;
}
.technology__bubble_sub {
  font-size: 15px;
}
.technology__box--text {
  max-width: 810px;
  margin: 0 auto 24px;
}

@media (max-width: 768px) {
  .technology {
    padding: 56px 5%;
    background-color: #EFF5F8;
  }
  .technology__inner {
    padding: 0px 0;
    max-width: 100%;
    margin: 0 auto;
  }
  .technology__heading {
    margin-bottom: 20px;
  }
  .technology__lead {
    margin-bottom: 10px;
  }
  .technology__text {
    margin-bottom: 24px;
  }
  .technology__sbox {
    padding: 24px 16px;
    max-width: 100%;
    margin: 0 auto 60px;
  }
  .technology__box {
    padding: 48px 16px 24px;
    max-width: 100%;
    margin: 0 auto 60px;
  }
  .technology__bubble {
    font-size: 18px;
    width: 270px;
    height: 60px;
    top: -28px;
  }
  .technology__bubble_inner {
    padding: 5px 10px 5px;
  }
  .technology__box--text {
    max-width: 100%;
  }
  .technology__bubble_sub {
    font-size: 14px;
  }
}
.qa {
  padding: 0 60px;
}
.qa__inner {
  padding: 80px 0;
  max-width: 1140px;
  margin: 0 auto;
}
.qa__heading {
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .qa {
    padding: 56px 5%;
  }
  .qa__inner {
    padding: 0px 0;
    max-width: 100%;
    margin: 0 auto;
  }
  .qa__heading {
    margin-bottom: 20px;
  }
}
.bridge {
  margin-bottom: 120px;
  padding: 0 30px;
}
.bridge__inner {
  padding: 42px 80px 42px;
  max-width: 1140px;
  margin: 0 auto;
  background-image: url(../img/bridge_bg.jpg);
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  letter-spacing: 0.02em;
  color: #FFF;
  border-radius: 10px;
  overflow: hidden;
}
.bridge__title {
  padding-left: 16px;
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  position: relative;
}
.bridge__title::after {
  content: "";
  position: absolute;
  top: 58%;
  left: 0%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(60deg, rgb(236, 156, 0) 0%, rgb(235, 112, 17) 100%);
}
.bridge__heading {
  margin: 0 0 14px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
.bridge__text {
  margin: 0 0 30px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.75;
}

@media (max-width: 768px) {
  .bridge {
    margin-bottom: 60px;
    padding: 0 5%;
    background-color: #EFF5F8;
  }
  .bridge__inner {
    padding: 32px 20px 32px;
    margin: 0 auto;
    background-image: url(../img/bridge_bg_sp.jpg);
    background-position: right bottom;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .bridge__inner .nav-btn.-t.-arrow {
    max-width: 100%;
    min-width: none;
  }
  .bridge__title {
    font-size: 16px;
  }
  .bridge__heading {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    margin: 0 0 14px;
  }
  .bridge__text {
    margin: 0 0 20px;
    font-size: 16px;
  }
}
.video02 {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.video02__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.video02__overlay:hover {
  cursor: pointer;
}
.video02__overlay:hover img.video02__thumb {
  transform: scale(1.1, 1.1);
}
.video02__thumb {
  transition: 0.3s all;
}
.video02__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 68px;
  height: 68px;
}
.video02__main {
  width: 100%;
  height: 100%;
}

.pc-view {
  display: block;
}

.sp-view {
  display: none;
}

@media (max-width: 768px) {
  .pc-view {
    display: none;
  }
  .sp-view {
    display: block;
  }
  .nav-btn {
    display: block;
    max-width: 300px;
    min-width: 220px;
    padding: 10px 24px 10px 30px;
    text-align: center;
    color: #FFF;
    border-radius: 50px;
    font-weight: 700;
    transition: 0.3s all;
    position: relative;
    z-index: 0;
  }
  .nav-btn.-arrow {
    font-size: 15px;
    padding: 15px 20px;
  }
  .fixed-cv {
    position: fixed;
    display: flex;
    bottom: 0px;
    right: 0;
    z-index: 40;
    width: 100%;
  }
  .fixed-cv__item {
    width: 50%;
    height: 60px;
    border-radius: 0px 0 0 0px;
    font-weight: 700;
    font-size: 14px;
    color: #FFF;
    text-align: center;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    padding: 0 0 0 0px;
    line-height: 1.5;
    flex-direction: row;
  }
  .fixed-cv__item + .fixed-cv__item {
    margin: 0px 0 0;
  }
  .fixed-cv__item img {
    width: -moz-fit-content;
    width: fit-content;
    height: 16px;
    margin: 0 4px 0px;
  }
  .fixed-cv__item.-b {
    background: linear-gradient(60deg, rgb(26, 192, 255) 0%, rgb(52, 154, 255) 100%);
  }
  .fixed-cv__item.-g {
    background: linear-gradient(60deg, rgb(28, 187, 127) 0%, rgb(0, 154, 106) 100%);
  }
  .fixed-cv__item.-o {
    background: linear-gradient(60deg, rgb(236, 156, 0) 0%, rgb(235, 112, 17) 100%);
  }
}
/*------------------------------------------
tabele-technology(SP_scroll)
------------------------------------------*/
.tabele-technology {
  padding: 0 60px;
  background-color: #EFF5F8;
}
.tabele-technology__inner {
  padding: 100px 0;
  max-width: 1140px;
  margin: 0 auto;
}

.scroll-hint {
  display: none;
}

@media (max-width: 768px) {
  .tabele-technology {
    padding: 60px 5%;
    background-color: #EFF5F8;
  }
  .tabele-technology__inner {
    padding: 0px 0;
    max-width: 1140px;
    margin: 0 auto;
  }
  .tabele-technology__table {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 30px;
    position: relative;
  }
  .tabele-technology__table-fixed-wrap {
    width: 1200px;
    border-collapse: collapse;
    overflow-x: none;
  }
  .tabele-technology__table .scroll-hint {
    display: block;
    position: absolute;
    bottom: calc(50% - 80px);
    left: calc(50% - 80px);
    padding: 2px 6px;
    border-radius: 4px;
    pointer-events: none;
    transition: opacity 0.3s;
  }
}
/*------------------------------------------
table-scroll
------------------------------------------*/
.xcellist-scroll-table {
  margin: 30px 0 0 0;
  z-index: 1;
}

h1 + .xcellist-table,
h2 + .xcellist-table,
h3 + .xcellist-table,
h4 + .xcellist-table,
h5 + .xcellist-table,
h1 + .xcellist-scroll-table,
h2 + .xcellist-scroll-table,
h3 + .xcellist-scroll-table,
h4 + .xcellist-scroll-table,
h5 + .xcellist-scroll-table {
  margin-top: 0;
}

.xcellist-scroll-table .xcellist-table {
  margin-top: 0;
}

.xcellist-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  margin: 30px 0 0 0;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.xcellist-table thead {
  background: linear-gradient(60deg, rgb(26, 192, 255) 0%, rgb(52, 154, 255) 100%);
}
.xcellist-table thead th {
  padding: 20px 20px;
  border-left: solid 1px #FFF;
  border-top: solid 1px #C1CFDB;
  color: #FFF;
  text-align: center;
  vertical-align: middle;
}
.xcellist-table thead th.-border01 {
  border-top-left-radius: 8px;
  border-left: solid 1px #C1CFDB;
}
.xcellist-table thead th.-border02 {
  border-top-right-radius: 8px;
  border-right: solid 1px #C1CFDB;
}
.xcellist-table thead td {
  padding: 20px 20px;
  border: solid 1px #FFF;
  color: #FFF;
  text-align: center;
  vertical-align: middle;
}
.xcellist-table tbody th {
  padding: 20px 20px;
  background-color: #C9EFFF;
  text-align: center;
  border-bottom: solid 1px #C1CFDB;
  border-left: solid 1px #C1CFDB;
  vertical-align: middle;
}
.xcellist-table tbody th.-border03 {
  border-bottom-left-radius: 8px;
}
.xcellist-table tbody td {
  padding: 20px 20px;
  text-align: center;
  border-bottom: solid 1px #C1CFDB;
  border-right: solid 1px #C1CFDB;
  vertical-align: middle;
}
.xcellist-table tbody td.-tleft {
  text-align: left;
}
.xcellist-table tbody td.-border04 {
  border-bottom-right-radius: 8px;
}
.xcellist-table__icon {
  margin: 0 auto 6px;
  width: 16px;
  height: 16px;
  line-height: 1;
  display: block;
}
.xcellist-table__img {
  margin: 0 auto;
}
.xcellist-table__img.-s01 {
  max-width: 100px;
}
.xcellist-table__img.-s02 {
  max-width: 128px;
}
.xcellist-table__img.-s03 {
  max-width: 94px;
}
.xcellist-table__title {
  margin-bottom: 6px;
  font-weight: 700;
}
.xcellist-table__text {
  font-weight: 400;
}

@media (max-width: 767px) {
  .xcellist-table thead th {
    padding: 15px 20px;
  }
  .xcellist-table thead td {
    padding: 14px 20px;
  }
  .xcellist-table tbody th {
    padding: 15px 20px;
  }
  .xcellist-table tbody td {
    padding: 14px 20px;
  }
  .xcellist-scroll-table {
    position: relative;
    width: 100%;
    overflow: auto;
  }
  .xcellist-scroll-table-inner {
    position: static !important;
  }
  .xcellist-scroll-table table {
    min-width: 700px;
    background: none;
    position: relative;
  }
  .xcellist-scroll-table::before {
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-attachment: local;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 2;
  }
  .xcellist-scroll-table .scroll-hint-icon {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .xcellist-scroll-table .xcellist-table {
    width: 200%;
    z-index: -1;
  }
}
/*------------------------------------------
q-contents-wrap
------------------------------------------*/
.q-contents-wrap {
  max-width: 980px;
  margin: 0 auto;
}
.q-contents-wrap .q-contents:nth-child(1) {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .q-contents-wrap {
    max-width: 100%;
    margin: 0 auto;
  }
}
.q-contents {
  max-width: 1000px;
  width: 100%;
  margin: auto;
  margin-top: -1px;
  background: #EFF5F8;
  border-radius: 10px;
  margin-top: 16px;
}
.q-contents:nth-of-type(n + 4) {
  display: none;
}
.q-contents dt .mark {
  position: absolute;
  top: 32px;
  left: 32px;
}
.q-contents dt .mark img {
  width: 34px;
  vertical-align: middle;
}
.q-contents dt, .q-contents dd {
  padding-left: 50px;
  position: relative;
  line-height: 1.5;
}
.q-contents dt {
  padding: 32px 32px 32px 76px;
  cursor: pointer;
  line-height: 3.2rem;
  position: relative;
}
.q-contents dt::after {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  transform: rotate(135deg);
  right: 32px;
  top: calc(50% - 6px);
  transition: all 0.5s ease;
  border-top: 2px solid #727981;
  border-right: 2px solid #727981;
}
.q-contents dt.active::after {
  transform: rotate(315deg);
  transition: all 0.5s ease;
}
.q-contents dt.dbl {
  line-height: 1.5;
}
.q-contents dt.active {
  padding: 32px 32px 16px 76px;
}
.q-contents dd {
  padding: 16px 32px 32px 76px;
  display: none;
}
.q-contents dd.sngl {
  line-height: 3.2rem;
}
.q-contents dd .mark {
  position: absolute;
  top: 16x;
  left: 32px;
}
.q-contents dd .mark img {
  width: 34px;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .q-contents {
    width: 100%;
    padding: 24px 16px;
  }
  .q-contents dt .mark {
    top: 24px;
    left: 0px;
  }
  .q-contents dt .mark img {
    width: 10vw;
  }
  .q-contents dt {
    padding: 24px 32px 24px 48px;
    line-height: 1.5;
    padding-left: 13vw;
  }
  .q-contents dt::after {
    right: 6px;
  }
  .q-contents dt.active {
    padding: 24px 16px 24px 48px;
  }
  .q-contents dd {
    padding: 8px 16px 24px 30px;
    line-height: 1.5;
    padding-left: 13vw;
  }
  .q-contents dd.sngl {
    line-height: 1.5;
  }
  .q-contents dd .mark {
    top: 8px;
    left: 0px;
  }
  .q-contents dd .mark img {
    width: 10vw;
  }
}
p.apl {
  margin-top: 80px;
  max-width: 950px;
  text-align: center;
}
p.apl::after {
  width: 100%;
  max-width: 950px;
  left: 0%;
}

@media screen and (max-width: 768px) {
  p.apl {
    text-align: left;
  }
  p.apl::after {
    width: 90vw;
    left: 0;
  }
}
/*# sourceMappingURL=maps/common.css.map */
