body {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  color: #333;
  line-height: 1.8; }

img {
  width: 100%;
  height: auto; }

.wrapper {
  overflow: hidden; }

.fwb {
  font-weight: 700; }

.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: 20px;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    letter-spacing: .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: .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: 40px;
      font-size: 22px;
      width: 100%; }
    .footer .nav-btn.-large {
      min-width: 300px; }
    .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: 1000px;
  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: 50%;
  left: -68px;
  transform: translateY(-50%);
  max-width: 315px;
  z-index: 6; }

@media screen and (min-width: 1025px) and (max-width: 1150px) {
  .footer-cv-area__btns .nav-btn .bubble {
    font-size: 13px; } }
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .footer-cv-area__icon {
    left: 28px;
    max-width: 270px; }
  .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: 70%;
    margin: 0px auto 60px;
    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: fit-content;
      height: 12px;
      margin: 0 0 4px; }
    .fixed-cv__item.-b {
      background: linear-gradient(60deg, #1ac0ff 0%, #349aff 100%);
      filter: drop-shadow(0 3px 10px rgba(0, 146, 229, 0.28)); }
    .fixed-cv__item.-g {
      background: linear-gradient(60deg, #1cbb7f 0%, #009a6a 100%);
      filter: drop-shadow(0 3px 10px rgba(28, 187, 127, 0.28)); }
    .fixed-cv__item.-o {
      background: linear-gradient(60deg, #ec9c00 0%, #eb7011 100%);
      filter: drop-shadow(0 3px 10px rgba(236, 156, 0, 0.28)); }

.nav-btn {
  display: block;
  max-width: 345px;
  min-width: 220px;
  padding: 14px 24px 14px 30px;
  text-align: center;
  color: #FFF;
  border-radius: 50px;
  font-weight: 700;
  letter-spacing: .02em;
  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: .02em; }
  .nav-btn.-large {
    height: 70px;
    min-width: 300px; }
  .nav-btn.-b {
    background: linear-gradient(60deg, #1ac0ff 0%, #349aff 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, #349aff 0%, #1ac0ff 100%);
      opacity: 0;
      transition: opacity 0.5s;
      border-radius: 50px; }
    .nav-btn.-b:hover {
      cursor: pointer;
      filter: none; }
      .nav-btn.-b:hover::before {
        opacity: 1; }
  .nav-btn.-g {
    background: linear-gradient(60deg, #1cbb7f 0%, #009a6a 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, #009a6a 0%, #1cbb7f 100%);
      opacity: 0;
      transition: opacity 0.5s;
      border-radius: 50px; }
    .nav-btn.-g:hover {
      filter: none; }
      .nav-btn.-g:hover::before {
        opacity: 1; }
  .nav-btn.-o {
    background: linear-gradient(60deg, #ec9c00 0%, #eb7011 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, #eb7011 0%, #ec9c00 100%);
      opacity: 0;
      transition: opacity 0.5s;
      border-radius: 50px; }
    .nav-btn.-o:hover {
      filter: none; }
      .nav-btn.-o:hover::before {
        opacity: 1; }
  .nav-btn.-t {
    border: 1px solid #FFF;
    padding: 7px 30px;
    max-width: 212px; }
    .nav-btn.-t:hover {
      border: 1px solid #FFF;
      opacity: 0.7;
      filter: none; }
      .nav-btn.-t:hover::before {
        opacity: 0.7; }
  .nav-btn.-icon {
    display: flex;
    align-items: center;
    justify-content: center; }
    .nav-btn.-icon img {
      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: 67px;
      min-width: 260px; } }
  @media (max-width: 768px) {
    .nav-btn.-large {
      height: 67px;
      min-width: 260px; } }

.i-wrist-card {
  overflow: hidden;
  box-shadow: 0 3px 10px rgba(163, 163, 163, 0.16);
  border-radius: 10px; }
  .i-wrist-card__top {
    padding: 12px;
    background: linear-gradient(60deg, #3eb4e2 0%, #025eb8 100%);
    color: #FFF;
    font-size: 24px;
    font-weight: 700;
    text-align: center; }
  .i-wrist-card__bottom {
    padding: 24px 24px 32px;
    font-size: 16px;
    background: #FFF; }
  @media (max-width: 768px) {
    .i-wrist-card__top {
      font-size: 24px; }
    .i-wrist-card__bottom {
      padding: 16px;
      font-size: 16px; } }

.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; } }
.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;
    padding: 60px 0 210px;
    margin: 0 auto;
    height: 100%;
    position: relative; }
  .mv__column {
    padding-bottom: 155px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    position: relative;
    z-index: 10;
    color: #333; }
  .mv__text {
    width: 50%;
    padding-right: 20px; }
    .mv__text--heading {
      color: #FFF;
      font-weight: 700;
      font-size: clamp(26px, calc(22px + 0.625vw), 32px);
      line-height: 1.5;
      letter-spacing: .08em; }
    .mv__text--img {
      display: inline-block;
      margin: 0 auto; }
    .mv__text--brief {
      margin: 10px 0 0;
      font-size: 16px;
      font-weight: 400;
      line-height: 1.8; }
    .mv__text--btn {
      margin: 40px 0 0; }
  .mv__logo {
    margin-top: 32px;
    max-width: 487px; }
  .mv__img {
    width: 58%;
    position: absolute;
    bottom: 20%;
    right: -10%;
    z-index: -1; }
  .mv__movie {
    padding-right: 20px;
    width: 50%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    aspect-ratio: 16 / 9;
    overflow: hidden; }
    .mv__movie video {
      max-width: 100%; }
  .mv__bottom {
    position: absolute;
    top: 480px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    grid-template-columns: repeat(4, 1fr);
    margin: 20px 0 0;
    display: grid;
    gap: 24px; }
  .mv__bottom--box {
    opacity: 0;
    transform: translateY(30px);
    transition: 0.8s ease; }
    .mv__bottom--box:nth-child(2) {
      margin-top: 72px; }
    .mv__bottom--box:nth-child(3) {
      margin-top: 32px; }
    .mv__bottom--box:nth-child(4) {
      margin-top: 80px; }
    .mv__bottom--box.is-show {
      opacity: 1;
      transform: translateY(0); }
  @media screen and (min-width: 769px) and (max-width: 1024px) {
    .mv__text {
      margin-top: 10px;
      margin-bottom: 10px;
      padding-right: 0; }
      .mv__text--heading {
        font-size: clamp(22px, calc(20px + 0.625vw), 26px); }
      .mv__text--brief {
        font-size: 15px; }
    .mv__logo {
      max-width: 440px; } }
  @media (max-width: 768px) {
    .mv {
      background-image: url(../img/mv_bg_sp.jpg);
      ackground-size: cover;
      background-position: top center;
      height: auto;
      padding: 50px 5% 0px; }
      .mv__inner {
        padding: 30px 0;
        margin: 0 auto;
        height: 100%;
        display: block;
        z-index: 10; }
      .mv__column {
        padding-bottom: 40px;
        margin: 0 auto;
        height: 100%;
        display: block;
        z-index: 10; }
      .mv__text {
        width: 100%; }
        .mv__text--heading {
          font-size: clamp(18px, calc(18px), 22px);
          text-align: center; }
          .mv__text--heading span {
            background: linear-gradient(transparent 80%, #EEA71E 80%); }
        .mv__text--brief {
          font-size: 16px;
          font-weight: 400;
          margin: 16px 0 0; }
        .mv__text--btn {
          margin: 30px auto 30px;
          font-size: 16px !important; }
      .mv__logo {
        margin: 20px auto 20px;
        max-width: 80%; }
      .mv__img {
        width: 100%;
        margin-top: 20px;
        text-align: center;
        position: relative;
        right: -5%; }
        .mv__img img {
          width: 100%;
          height: auto; }
      .mv__movie {
        padding-right: 0;
        width: 100%;
        margin-top: 20px;
        text-align: center;
        position: relative;
        right: auto; }
      .mv__bottom {
        position: static;
        display: block;
        transform: none; }
      .mv__bottom--box {
        width: 100%;
        opacity: 1;
        transform: none; }
        .mv__bottom--box:nth-child(2) {
          margin-top: 24px; }
        .mv__bottom--box:nth-child(3) {
          margin-top: 24px; }
        .mv__bottom--box:nth-child(4) {
          margin-top: 24px; } }

.intro {
  padding: 0;
  position: relative;
  z-index: 10;
  background-image: url(../img/intro_bg.jpg);
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat; }
  .intro__inner {
    padding: 400px 0 145px;
    max-width: 1140px;
    margin: 0 auto;
    display: grid; }
  .intro__top {
    margin-bottom: 140px;
    text-align: center;
    font-size: 20px;
    font-weight: 700; }
  .intro__top--img {
    max-width: 400px;
    margin: 0 auto 16px; }
  .intro__top--blue {
    color: #009CE5; }
  .intro__main--heading {
    text-align: center;
    margin: 0 auto 86px;
    font-size: 32px;
    position: relative; }
    .intro__main--heading::after {
      content: "";
      position: absolute;
      bottom: -12px;
      left: 50%;
      transform: translateX(-50%);
      width: 24px;
      height: 12px;
      background: linear-gradient(90deg, #025EB7, #3EB4E2);
      clip-path: polygon(0 0, 100% 0, 50% 100%); }
  .intro__main--heading-sub {
    font-size: 24px; }
  .intro__main--heading-inner {
    padding: 0 24px;
    font-weight: bold;
    text-align: center;
    letter-spacing: .05em;
    position: relative; }
    .intro__main--heading-inner::before {
      content: "";
      display: block;
      height: 100%;
      width: 2px;
      background: linear-gradient(to bottom, #025EB7 0%, #3EB4E2 100%);
      position: absolute;
      left: 0;
      top: 0; }
    .intro__main--heading-inner::after {
      content: "";
      display: block;
      height: 100%;
      width: 2px;
      background: linear-gradient(to bottom, #025EB7 0%, #3EB4E2 100%);
      position: absolute;
      right: 0;
      top: 0; }
  .intro__main--wrap {
    margin-bottom: 70px;
    grid-template-columns: repeat(3, 1fr);
    display: grid;
    gap: 24px; }
  .intro__main--box {
    padding: 67px 0 40px;
    background: #F5FCFF;
    border-radius: 10px;
    text-align: center;
    position: relative; }
  .intro__main--title-wrap {
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%); }
  .intro__main--title {
    font-size: 20px;
    font-weight: 700;
    position: relative; }
    .intro__main--title .large {
      margin-left: 8px;
      font-size: 54px;
      font-weight: 600;
      color: #009CE5;
      font-family: "Montserrat", sans-serif;
      font-style: italic; }
    .intro__main--title::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 60px;
      height: 3px;
      background: #009CE5; }
  .intro__main--img {
    margin-bottom: 24px; }
  .intro__main--text {
    padding: 0 20px;
    font-size: 20px;
    line-height: 1.5; }
  .intro__bottom {
    text-align: center;
    font-size: 20px;
    font-weight: 700; }
  .intro__bottom--img {
    max-width: 400px;
    margin: 0 auto 30px; }
  .intro__bottom--text {
    text-align: center; }
  .intro__bottom--text-box {
    padding: 6px 12px;
    background: linear-gradient(60deg, #3eb4e2 0%, #025eb8 100%);
    color: #FFF;
    font-size: 40px;
    font-weight: 700; }
  .intro__bottom--yellow {
    color: #FFFF7B; }

@media (max-width: 768px) {
  .intro {
    padding: 0 5% 0;
    position: relative;
    z-index: 10;
    background-position: top center;
    background-size: 300%; }
    .intro__inner {
      padding: 50px 0px 80px;
      margin: 0 auto;
      display: flex;
      flex-direction: column; }
    .intro__top {
      margin-bottom: 80px;
      text-align: center;
      font-size: 16px;
      font-weight: 700; }
    .intro__top--img {
      max-width: 86%;
      margin: 0 auto 16px; }
    .intro__top--blue {
      color: #009CE5; }
    .intro__main--heading {
      font-size: 24px; }
    .intro__main--heading-sub {
      font-size: 18px; }
    .intro__main--wrap {
      margin-bottom: 54px;
      grid-template-columns: repeat(1, 1fr);
      gap: 64px; }
    .intro__main--heading-inner {
      padding: 0 32px; }
    .intro__bottom--img {
      max-width: 86%; }
    .intro__bottom--text-box {
      font-size: 20px;
      line-height: 2.4; } }
.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: 1000px;
    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: 384px;
    z-index: 6; }

@media screen and (min-width: 1025px) and (max-width: 1150px) {
  .cv-area__btns .nav-btn .bubble {
    font-size: 13px; } }
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .cv-area__icon {
    top: 50%;
    left: -28px;
    max-width: 240px; }
  .cv-area__btns .nav-btn .bubble {
    font-size: 13px; } }
@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: 240px; } }
.about {
  padding: 0;
  position: relative;
  background-image: url(../img/about_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed; }
  .about__inner {
    padding: 140px 60px;
    max-width: 946px;
    margin: 0 auto; }
  .about__lead {
    max-width: 400px;
    margin: 0 auto 40px; }
  .about__text {
    margin: 0 auto 40px;
    text-align: center; }
  .about__video {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden; }
    .about__video video {
      max-width: 100%; }

@media (max-width: 768px) {
  .about {
    padding: 0 5% 0;
    position: relative;
    background-image: url(../img/about_bg_sp.jpg); }
    .about__inner {
      padding: 80px 5%;
      margin: 0 auto;
      max-width: 100%; }
    .about__text {
      text-align: left; }
    .about__lead {
      max-width: 86%; } }
.youtube-video {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden; }
  .youtube-video iframe {
    width: 100%;
    height: 100%; }

.inspection {
  padding: 0 60px;
  position: relative;
  z-index: 0; }
  .inspection::before {
    content: "";
    width: 100%;
    height: 785px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    /*background-image: url(../img/inspection_bg01.svg);*/
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: -1; }
  .inspection::after {
    content: "";
    width: 100%;
    height: 785px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    /*background-image: url(../img/inspection_bg02.svg);*/
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: -1; }
  .inspection__inner {
    padding: 80px 0 140px;
    max-width: 1200px;
    margin: 0 auto; }
  .inspection__heading {
    max-width: 400px;
    margin: 0 auto 40px; }
  .inspection__title {
    display: flex;
    justify-content: center;
    align-items: center; }
  .inspection__title--sub {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .05em; }
  .inspection__title--number {
    margin-left: 6px;
    font-size: 50px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    font-style: italic; }
  .inspection__title--img {
    margin-left: 16px;
    max-width: 31px; }
  .inspection__title--main {
    margin-left: 16px;
    color: #009CE5;
    font-size: 56px;
    font-weight: 700;
    letter-spacing: .05em; }
  .inspection__lead {
    margin-bottom: 40px;
    font-size: 24px;
    font-weight: 700;
    text-align: center; }
  .inspection__lead--inner {
    padding-bottom: 7px;
    border-bottom: 3px solid;
    border-image: linear-gradient(to right, #3EB4E2 0%, #025EB7 100%);
    border-image-slice: 1; }
  .inspection__text {
    margin-bottom: 64px;
    text-align: center; }
  .inspection__box--wrap {
    padding: 0 40px;
    margin-bottom: 70px; }
  .inspection__box {
    margin-bottom: 70px;
    grid-template-columns: 61.8% 35.7%;
    display: grid;
    gap: 42px; }
  .inspection__box--left-top {
    padding-bottom: 32px;
    border-bottom: 1px solid #E6E6E6; }
  .inspection__box--left-bottom {
    padding-top: 24px; }
  .inspection__box--title {
    margin-bottom: 8px;
    font-size: 24px;
    font-weight: 700;
    display: flex;
    align-items: center; }
  .inspection__box--number {
    margin-right: 12px;
    font-size: 48px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    font-style: italic;
    color: #009CE5; }
  .inspection__box--lead {
    font-size: 16px;
    font-weight: 700;
    color: #045FB7; }
  .inspection__box--list {
    padding-left: 15px;
    font-size: 16px;
    position: relative; }
    .inspection__box--list::after {
      content: "";
      position: absolute;
      background-image: url(../img/ico_left_arrow.svg);
      background-repeat: no-repeat;
      width: 7px;
      height: 11px;
      left: 0;
      top: 10px; }
  .inspection__video {
    margin: 0 auto;
    position: relative;
    width: 100%;
    max-width: 826px;
    aspect-ratio: 16 / 9;
    overflow: hidden; }
    .inspection__video video {
      max-width: 100%; }

@media (max-width: 768px) {
  .inspection {
    padding: 80px 5%; }
    .inspection::before {
      height: 1000px;
      /*background-image: url(../img/inspection_bg01_sp.svg);*/ }
    .inspection::after {
      height: 1000px;
      /*background-image: url(../img/inspection_bg02_sp.svg);*/ }
    .inspection__inner {
      padding: 0px 0;
      max-width: 1140px;
      margin: 0 auto; }
    .inspection__heading {
      max-width: 86%;
      margin: 0 auto 6px; }
    .inspection__title {
      margin-bottom: 24px; }
    .inspection__title--sub {
      font-size: 16px; }
    .inspection__title--number {
      margin-left: 4px;
      font-size: 32px; }
    .inspection__title--img {
      margin-left: 8px;
      max-width: 31px; }
    .inspection__title--main {
      margin-left: 16px;
      font-size: 34px;
      letter-spacing: .05em; }
    .inspection__lead {
      margin-bottom: 24px;
      font-size: 18px; }
    .inspection__text {
      margin-bottom: 40px;
      text-align: left; }
    .inspection__box--wrap {
      padding: 0;
      margin-bottom: 70px; }
      .inspection__box--wrap .inspection__box:nth-last-child(1) {
        margin-bottom: 70px; }
    .inspection__box {
      margin-bottom: 70px;
      grid-template-columns: repeat(1, 1fr);
      display: grid;
      gap: 16px; }
    .inspection__box--left {
      width: 100%; }
    .inspection__box--left-top {
      padding-bottom: 16px; }
    .inspection__box--left-bottom {
      padding-top: 16px; }
    .inspection__box--right {
      width: 100%; }
    .inspection__box--title {
      margin-bottom: 8px;
      font-size: 18px; }
    .inspection__box--number {
      margin-right: 8px;
      font-size: 32px; } }
.coating {
  padding: 0 60px;
  background: #F5FCFF; }
  .coating__inner {
    padding: 80px 0 140px;
    max-width: 1200px;
    margin: 0 auto; }
  .coating__heading {
    max-width: 400px;
    margin: 0 auto 40px; }
  .coating__title {
    margin-bottom: 16px;
    display: flex;
    justify-content: center;
    align-items: center; }
  .coating__title--sub {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .05em; }
  .coating__title--number {
    margin-left: 6px;
    font-size: 50px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    font-style: italic; }
  .coating__title--img {
    margin-left: 16px;
    max-width: 31px; }
  .coating__title--main {
    margin-left: 16px;
    color: #009CE5;
    font-size: 56px;
    font-weight: 700;
    letter-spacing: .05em; }
  .coating__lead--inner {
    padding-bottom: 7px;
    border-bottom: 3px solid;
    border-image: linear-gradient(to right, #3EB4E2 0%, #025EB7 100%);
    border-image-slice: 1; }
  .coating__text {
    margin-bottom: 64px;
    text-align: center; }
  .coating__box--wrap {
    margin-bottom: 64px;
    margin-bottom: 70px;
    grid-template-columns: repeat(4, 1fr);
    display: grid;
    gap: 25px; }
  .coating__box {
    padding: 18px 14px 20px;
    background: #FFF;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(163, 163, 163, 0.16);
    text-align: center; }
  .coating__box--img {
    padding: 0;
    background: #F5FCFF; }
  .coating__box--text {
    font-size: 18px;
    font-weight: 700; }
  .coating__video {
    margin: 0 auto;
    position: relative;
    width: 100%;
    max-width: 826px;
    aspect-ratio: 16 / 9;
    overflow: hidden; }
    .coating__video video {
      max-width: 100%; }

@media (max-width: 768px) {
  .coating {
    padding: 80px 5%; }
    .coating__inner {
      padding: 0px 0;
      max-width: 1140px;
      margin: 0 auto; }
    .coating__heading {
      max-width: 86%;
      margin: 0 auto 6px; }
    .coating__title {
      margin-bottom: 24px; }
    .coating__title--sub {
      font-size: 16px; }
    .coating__title--number {
      margin-left: 4px;
      font-size: 32px; }
    .coating__title--img {
      margin-left: 8px;
      max-width: 31px; }
    .coating__title--main {
      margin-left: 16px;
      font-size: 34px;
      letter-spacing: 0; }
    .coating__text {
      margin-bottom: 40px;
      text-align: left; }
    .coating__box--wrap {
      margin-bottom: 64px;
      grid-template-columns: repeat(2, 1fr);
      display: grid;
      gap: 16px; }
    .coating__box {
      padding: 8px 8px 16px; }
    .coating__box--img {
      padding: 0; }
    .coating__box--text {
      font-size: 16px; } }
.lineup {
  padding: 0;
  position: relative;
  background-image: url(../img/about_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed; }
  .lineup__inner {
    padding: 140px 0;
    max-width: 1200px;
    margin: 0 auto; }
  .lineup__lead {
    max-width: 400px;
    margin: 0 auto 40px; }
  .lineup__text {
    margin: 0 auto 134px;
    text-align: center; }
  .lineup__box--wrap {
    margin-bottom: 92px;
    grid-template-columns: 3.12fr 2fr 2fr;
    display: grid;
    gap: 17px; }
  .lineup__box {
    background: #FFF;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(163, 163, 163, 0.16);
    text-align: center;
    position: relative; }
    .lineup__box.-b {
      border: 2px solid #00B0E5; }
      .lineup__box.-b .lineup__box--top-title {
        color: #00B0E5; }
    .lineup__box.-g {
      border: 2px solid #449D38; }
      .lineup__box.-g .lineup__box--top-title {
        color: #449D38; }
    .lineup__box.-p {
      border: 2px solid #6A389D; }
      .lineup__box.-p .lineup__box--top-title {
        color: #6A389D; }
  .lineup__box--bubble {
    display: inline;
    position: absolute;
    top: -65px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 1.8;
    color: #FFF;
    border-radius: 50px;
    width: 306px;
    height: 100px;
    letter-spacing: .02em;
    box-shadow: 0 3px 6px rgba(163, 163, 163, 0.16); }
    .lineup__box--bubble.-b {
      background: #00B0E5; }
      .lineup__box--bubble.-b .lineup__box--bubble_inner::after {
        background: #00B0E5; }
    .lineup__box--bubble.-g {
      background: #449D38; }
      .lineup__box--bubble.-g .lineup__box--bubble_inner::after {
        background: #449D38; }
    .lineup__box--bubble.-p {
      background: #6A389D; }
      .lineup__box--bubble.-p .lineup__box--bubble_inner::after {
        background: #6A389D; }
  .lineup__box--bubble_inner {
    padding: 16px 10px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%; }
    .lineup__box--bubble_inner::after {
      content: "";
      position: absolute;
      bottom: -7px;
      width: 11px;
      height: 8px;
      background: #00B0E5;
      clip-path: polygon(0 0, 100% 0, 50% 100%);
      border-bottom-left-radius: 6px;
      border-bottom-right-radius: 6px;
      z-index: 0;
      box-shadow: 0 3px 6px rgba(163, 163, 163, 0.16); }
  .lineup__box--top-lead {
    color: #333;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px; }
  .lineup__box--top-title {
    position: relative;
    display: flex;
    justify-content: center;
    font-size: 22px;
    font-weight: 700; }
    .lineup__box--top-title-sub {
      position: absolute;
      top: -10px;
      left: calc(50% + 4.2em);
      font-size: 12px;
      white-space: nowrap; }
      .-g .lineup__box--top-title-sub {
        left: calc(50% + 2.5em); }
      .-p .lineup__box--top-title-sub {
        left: calc(50% + 5.3em); }
  .lineup__box--top {
    padding: 44px 16px 24px;
    overflow: hidden; }
    .lineup__box--top.-b {
      background: rgba(0, 176, 229, 0.05);
      border-bottom: 1px solid #00B0E5; }
    .lineup__box--top.-g {
      background: rgba(68, 157, 56, 0.05);
      border-bottom: 1px solid #449D38; }
    .lineup__box--top.-p {
      background: rgba(106, 56, 157, 0.05);
      border-bottom: 1px solid #6A389D; }
  .lineup__box--img2 {
    margin: 0px 0;
    grid-template-columns: repeat(2, 1fr);
    grid-template-columns: 52% 48%;
    display: grid;
    gap: 0;
    position: relative; }
    .lineup__box--img2::after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 52%;
      width: 1px;
      background: #00B0E5;
      transform: translateX(-0.5px); }
  .lineup__box--img2-left {
    padding: 12px 8px 8px; }
  .lineup__box--img2-right {
    padding: 12px 8px 8px; }
  .lineup .lineup_img_height {
    display: flex;
    align-items: center;
    justify-content: center; }
  .lineup__box--text {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: -50px;
    margin-top: 6px;
    font-size: 16px;
    line-height: 1.6;
    white-space: nowrap; }
    .lineup__box--text sup {
      margin-left: 6px;
      font-size: 16px;
      font-weight: 400; }
    .lineup__box--img2.-b .lineup__box--img2-left .lineup__box--text {
      width: 52%;
      bottom: -78px; }
    .lineup__box--img2-right .lineup__box--text {
      width: 48%;
      bottom: -78px; }
  .lineup__box--text02 {
    margin-top: -50px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    color: #333; }
    .lineup__box--text02 sup {
      margin-left: 6px;
      font-size: 16px;
      font-weight: 400; }
  .lineup__box--bottom {
    margin-bottom: 8px;
    text-align: center;
    font-size: 14px;
    color: #333; }
    .lineup__box--bottom sup {
      top: 0em;
      font-size: 100%; }
  .lineup__annotation {
    text-align: right; }

@media screen and (min-width: 769px) and (max-width: 1150px) {
  .lineup__box--bubble {
    width: 220px;
    font-size: 15px; }
  .lineup__box--top-lea {
    font-size: 16px; }
  .lineup__box--top-title {
    font-size: 20px; }
  .lineup__box--text {
    margin: 0;
    font-size: 16px;
    white-space: wrap; }
  .lineup__box--text02 {
    font-size: 16px; } }
@media (max-width: 768px) {
  .lineup {
    padding: 0 5% 0;
    position: relative;
    background-image: url(../img/about_bg_sp.jpg); }
    .lineup__inner {
      padding: 80px 0px;
      margin: 0 auto;
      max-width: 100%; }
    .lineup__lead {
      margin-bottom: 30px;
      max-width: 86%; }
    .lineup__text {
      margin-bottom: 92px;
      text-align: left; }
    .lineup__box--wrap {
      margin-bottom: 32px;
      grid-template-columns: repeat(1, 1fr);
      gap: 94px; }
    .lineup__box--bubble {
      max-width: 306px;
      min-width: 260px;
      letter-spacing: .05em; }
    .lineup__box--bubble_inner {
      padding: 16px 10px; }
    .lineup__box--top-lead {
      font-size: 18px; }
    .lineup__box--top-title {
      font-size: 24px; }
    .lineup__box--top {
      padding: 44px 16px 24px; }
    .lineup__box--img {
      margin: 8px 0; }
    .lineup__box--img2 {
      margin: 8px 0;
      grid-template-columns: repeat(1, 1fr);
      gap: 17px;
      position: relative; }
      .lineup__box--img2::after {
        width: 100%;
        height: 1px;
        top: 50%;
        bottom: auto;
        left: 0;
        transform: translateX(-0.5px); }
      .lineup__box--img2-right img {
        width: 85%; }
    .lineup__box--text {
      position: relative;
      width: 100%;
      bottom: 0;
      margin-top: 8px;
      padding-top: 16px; }
      .lineup__box--img2.-b .lineup__box--img2-left .lineup__box--text {
        position: relative;
        width: 100%;
        bottom: 0px; }
      .lineup__box--img2-right .lineup__box--text {
        position: relative;
        width: 100%;
        bottom: 0px; }
    .lineup__box--text02 {
      margin-top: 3px; }
    .lineup__annotation {
      font-size: 14px;
      text-align: left; } }
.flow {
  padding: 140px 60px;
  position: relative;
  z-index: 0;
  background-image: url(../img/flow_bg01.svg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover; }
  .flow__inner {
    padding: 0;
    max-width: 1200px;
    margin: 0 auto; }
  .flow__main--heading {
    text-align: center;
    margin: 0 auto 40px;
    font-size: 32px;
    position: relative; }
  .flow__main--heading-inner {
    padding: 0 24px;
    font-weight: bold;
    text-align: center;
    letter-spacing: .05em;
    position: relative; }
    .flow__main--heading-inner::before {
      content: "";
      display: block;
      height: 100%;
      width: 2px;
      background: linear-gradient(to bottom, #025EB7 0%, #3EB4E2 100%);
      position: absolute;
      left: 0;
      top: 0; }
    .flow__main--heading-inner::after {
      content: "";
      display: block;
      height: 100%;
      width: 2px;
      background: linear-gradient(to bottom, #025EB7 0%, #3EB4E2 100%);
      position: absolute;
      right: 0;
      top: 0; }
  .flow__box--wrap {
    margin-bottom: 32px;
    grid-template-columns: repeat(5, 1fr);
    display: grid;
    gap: 20px; }
  .flow__box {
    padding: 32px 16px;
    text-align: center;
    background: linear-gradient(to bottom right, #3EB4E2 0%, #025EB7 100%);
    border-radius: 10px;
    text-align: center;
    position: relative; }
    .flow__box.-o {
      background: linear-gradient(to bottom right, #EC9C00 0%, #EB7011 100%); }
    .flow__box::before {
      content: "";
      position: absolute;
      top: 50%;
      left: -36px;
      transform: translateY(-50%);
      width: 52px;
      height: 52px;
      background-color: #FFF;
      border-radius: 50%;
      background-image: url(../img/ico_flow_arrow01.svg);
      background-size: 50%;
      background-position: center;
      background-repeat: no-repeat; }
    .flow__box:nth-child(1)::before {
      content: none; }
    .flow__box:nth-last-child(1)::before {
      background-image: url(../img/ico_flow_arrow02.svg);
      background-size: 40%; }
  .flow__step {
    margin-bottom: 24px;
    font-size: 20px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    font-style: italic;
    color: #FFF;
    letter-spacing: .05em;
    position: relative; }
  .flow__step--line {
    width: 20%;
    height: 1px;
    background: #FFF;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%); }
  .flow__icon {
    margin: 0 auto 8px;
    max-width: 64px; }
  .flow__text {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    color: #FFF; }
    .flow__text .pat01 {
      font-size: 16px; }
    .flow__text .pat01 {
      font-size: 16px; }
    .flow__text .pat02 {
      font-size: 12px;
      font-weight: 400; }
  .flow__lead {
    padding-right: 10px;
    grid-template-columns: 3fr 2fr 0.3fr;
    display: grid;
    gap: 12px;
    align-items: center; }
  .flow__lead--blue {
    margin-right: 8px;
    height: 4px;
    background: linear-gradient(60deg, #3eb4e2 0%, #025eb8 100%); }
  .flow__lead--inner {
    width: 20em;
    font-size: 24px;
    font-weight: 700; }
  .flow__lead--orange {
    margin-left: 8px;
    height: 4px;
    background: linear-gradient(60deg, #ec9c00 0%, #eb7011 100%);
    position: relative; }
    .flow__lead--orange::after {
      content: "";
      position: absolute;
      right: -10px;
      top: 50%;
      transform: translateY(-50%);
      display: inline-block;
      vertical-align: middle;
      color: #EB740D;
      line-height: 1;
      width: 0;
      height: 0;
      border-style: solid;
      border-color: transparent;
      border-width: 0.6em 1em;
      border-left-color: currentColor;
      border-right: 0; }

@media (max-width: 768px) {
  .flow {
    padding: 80px 5%;
    background-image: url(../img/flow_bg01_sp.svg); }
    .flow__inner {
      padding: 0px 0;
      max-width: 1140px;
      margin: 0 auto; }
    .flow__main--heading {
      font-size: 24px;
      margin-bottom: 24px; }
    .flow__main--heading-inner {
      padding: 0 32px; }
    .flow__box--wrap {
      margin-bottom: 32px;
      grid-template-columns: repeat(1, 1fr);
      display: grid;
      gap: 20px; }
    .flow__box::before {
      content: "";
      position: absolute;
      top: -36px;
      left: 50%;
      transform: translateX(-50%) rotate(90deg); }
    .flow__box:nth-child(1)::before {
      content: none; }
    .flow__box:nth-last-child(1)::before {
      background-image: url(../img/ico_flow_arrow02.svg);
      background-size: 40%; }
    .flow__step {
      margin-bottom: 24px;
      font-size: 20px;
      font-weight: 600;
      font-family: "Montserrat", sans-serif;
      font-style: italic;
      color: #FFF;
      letter-spacing: .05em;
      position: relative; }
    .flow__step--line {
      width: 20%;
      height: 1px;
      background: #FFF;
      position: absolute;
      bottom: -10px;
      left: 50%;
      transform: translateX(-50%); }
    .flow__icon {
      margin: 0 auto 8px;
      max-width: 64px; }
    .flow__text {
      font-size: 20px;
      font-weight: 700;
      line-height: 1.5;
      color: #FFF; }
      .flow__text .pat01 {
        font-size: 16px; }
      .flow__text .pat01 {
        font-size: 16px; }
      .flow__text .pat02 {
        font-size: 12px;
        font-weight: 400; }
    .flow__lead {
      padding-right: 0;
      grid-template-columns: repeat(1, 1fr);
      gap: 0; }
    .flow__lead--blue {
      display: none; }
    .flow__lead--inner {
      width: 100%;
      font-size: 18px;
      text-align: center; }
      .flow__lead--inner .orange {
        color: #EB7010; }
    .flow__lead--orange {
      display: none; } }
.qa {
  padding: 0 60px;
  background: #F5FCFF;
  position: relative; }
  .qa::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 300px;
    background: #FFF; }
  .qa__inner {
    padding: 80px 0;
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
    z-index: 1; }
  .qa__main--heading {
    text-align: center;
    margin: 0 auto 86px;
    font-size: 32px;
    position: relative; }
  .qa__main--heading-inner {
    padding: 0 24px;
    font-weight: bold;
    text-align: center;
    letter-spacing: .05em;
    position: relative; }
    .qa__main--heading-inner::before {
      content: "";
      display: block;
      height: 100%;
      width: 2px;
      background: linear-gradient(to bottom, #025EB7 0%, #3EB4E2 100%);
      position: absolute;
      left: 0;
      top: 0; }
    .qa__main--heading-inner::after {
      content: "";
      display: block;
      height: 100%;
      width: 2px;
      background: linear-gradient(to bottom, #025EB7 0%, #3EB4E2 100%);
      position: absolute;
      right: 0;
      top: 0; }
  .qa__heading {
    margin-bottom: 30px; }

@media (max-width: 768px) {
  .qa {
    padding: 56px 5%; }
    .qa::after {
      height: 150px; }
    .qa__inner {
      padding: 0px 0;
      max-width: 100%;
      margin: 0 auto; }
    .qa__main--heading {
      font-size: 24px; }
    .qa__main--heading-inner {
      padding: 0 32px; } }
.bridge {
  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: .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: .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, #ec9c00 0%, #eb7011 100%); }
  .bridge__heading {
    margin: 0 0 14px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: .08em; }
  .bridge__text {
    margin: 0 0 30px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.75; }

@media (max-width: 768px) {
  .bridge {
    padding: 0; }
    .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__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; }
    .bridge .nav-btn {
      max-width: 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: 345px;
    min-width: 220px;
    padding: 17px 24px 17px 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: 50;
    width: 100%; }
    .fixed-cv__item {
      width: 50%;
      height: 60px;
      border-radius: 0px 0 0 00px;
      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: fit-content;
        height: 16px;
        margin: 0 4px 0px; }
      .fixed-cv__item.-b {
        background: linear-gradient(60deg, #1ac0ff 0%, #349aff 100%); }
      .fixed-cv__item.-g {
        background: linear-gradient(60deg, #1cbb7f 0%, #009a6a 100%); }
      .fixed-cv__item.-o {
        background: linear-gradient(60deg, #ec9c00 0%, #eb7011 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: .02em; }
  .xcellist-table thead {
    background: linear-gradient(60deg, #1ac0ff 0%, #349aff 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: 1055px;
  margin: 0 auto 120px; }
  .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 60px; } }
.q-contents {
  max-width: 1055px;
  width: 100%;
  margin: auto;
  margin-top: -1px;
  background: #FFF;
  margin-top: 16px; }
  .q-contents dt .mark {
    position: absolute;
    top: 32px;
    left: 40px; }
    .q-contents dt .mark img {
      width: 16px;
      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 72px;
    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% - 8px);
      transition: all .5s ease;
      border-top: 2px solid #727981;
      border-right: 2px solid #727981; }
    .q-contents dt.active::after {
      transform: rotate(315deg);
      transition: all .5s ease; }
  .q-contents dt.active {
    padding: 32px 32px 24px 72px; }
  .q-contents dd {
    border-top: 2px solid #F5FCFF;
    padding: 24px 32px 32px 72px;
    display: none; }
    .q-contents dd.sngl {
      line-height: 3.2rem; }
  .q-contents dd .mark {
    position: absolute;
    top: 16x;
    left: 40px; }
    .q-contents dd .mark img {
      width: 16px;
      vertical-align: middle; }

@media screen and (max-width: 768px) {
  .q-contents {
    width: 100%;
    padding: 24px 16px; }
    .q-contents dt .mark {
      top: 24px;
      left: 0; }
    .q-contents dt {
      padding: 8px 28px 8px 24px;
      line-height: 1.5;
      padding-left: 13vw; }
      .q-contents dt::after {
        right: 6px; }
    .q-contents dt.active {
      padding: 8px 24px 8px 24px;
      padding-left: 13vw; }
    .q-contents dd {
      padding: 16px 16px 24px 24px;
      line-height: 1.5;
      padding-left: 13vw; }
      .q-contents dd.sngl {
        line-height: 1.5; }
    .q-contents dd .mark {
      top: 16px;
      left: 0; } }
p.apl {
  margin-top: 80px;
  max-width: 950px;
  text-align: center; }
  p.apl::after {
    width: 100%;
    max-width: 950px;
    left: calc( 0% ); }

@media screen and (max-width: 768px) {
  p.apl {
    text-align: left; }
    p.apl::after {
      width: 90vw;
      left: 0; } }

/*# sourceMappingURL=common.css.map */
