*, *::before, *::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

:where([hidden]:not([hidden='until-found'])) {
  display: none !important; }

@supports not (min-block-size: 100dvb) {
  :where(html) {
    block-size: 100%; } }

@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth; } }

:where(body) {
  block-size: 100%;
  block-size: 100dvb;
  line-height: 1.5;
  font-family: system-ui,sans-serif;
  -webkit-font-smoothing: antialiased; }

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit; }

:where(textarea) {
  resize: vertical;
  resize: block; }

:where(button, label, select, summary, [role='button'], [role='option']) {
  cursor: pointer; }

:where(:disabled) {
  cursor: not-allowed; }

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed; }

:where(button) {
  border-style: solid; }

:where(a) {
  text-underline-offset: .2ex; }

:where(ul, ol) {
  list-style: none; }

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block; }

:where(img, picture, svg) {
  max-inline-size: 100%;
  block-size: auto; }

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word; }

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem); }

:where(hr) {
  border: none;
  -webkit-border-before: 1px solid;
          border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible; }

:where(:focus-visible) {
  outline: 2px solid var(--focus-color, Highlight);
  outline-offset: 2px; }

:where(.visually-hidden:not(:focus, :active, :focus-within, .not-visually-hidden)) {
  clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important; }

html,
body {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  scroll-behavior: smooth; }

@media (max-width: 599px) {
  .pc {
    display: none; } }

.sp {
  display: none; }
  @media (max-width: 599px) {
    .sp {
      display: block; } }

.bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: url("../img/bg_pc.png") no-repeat #02509e;
  background-size: contain;
  background-position: center bottom;
  overflow-y: scroll;
  overflow-x: hidden; }
  @media (max-width: 599px) {
    .bg {
      background: url("../img/bg_sp.png") no-repeat #02509e;
      background-size: contain;
      background-position: center bottom; } }

.header-nav {
  position: fixed;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #02509e;
  z-index: 100; }
  @media (max-width: 599px) {
    .header-nav {
      height: 70px; } }
  .header-nav .logo {
    width: 200px;
    background-color: #1274ad; }
    @media (max-width: 599px) {
      .header-nav .logo {
        width: 141px;
        z-index: 1000; } }
    .header-nav .logo a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      height: 100%;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-line-pack: center;
          align-content: center; }
      .header-nav .logo a img {
        width: 148px; }
        @media (max-width: 599px) {
          .header-nav .logo a img {
            width: 104px; } }
  .header-nav .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    margin-right: 130px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 599px) {
      .header-nav .nav {
        position: fixed;
        top: 0;
        right: -100vw;
        display: block;
        width: 100vw;
        height: 100vh;
        margin: 0;
        padding: 120px 0 0;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        background-color: #1274ad;
        z-index: 200;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; } }
    .header-nav .nav li {
      margin-left: 40px; }
      @media (max-width: 599px) {
        .header-nav .nav li {
          margin: 0 auto 40px;
          text-align: center; } }
      .header-nav .nav li a {
        font-size: 16px;
        font-weight: 400;
        color: #fff;
        text-decoration: none; }
  @media (max-width: 599px) {
    .header-nav .nav.active {
      right: 0; } }
  .header-nav .sp-menu {
    display: none; }
    @media (max-width: 599px) {
      .header-nav .sp-menu {
        position: relative;
        cursor: pointer;
        display: block;
        width: 70px;
        height: 70px;
        border-radius: 5px;
        z-index: 1000; }
        .header-nav .sp-menu span {
          display: inline-block;
          -webkit-transition: all 0.4s;
          transition: all 0.4s;
          position: absolute;
          right: 20px;
          width: 26px;
          height: 2px;
          background: #fff; }
          .header-nav .sp-menu span:nth-of-type(1) {
            top: 25px; }
          .header-nav .sp-menu span:nth-of-type(2) {
            top: 33px; }
          .header-nav .sp-menu span:nth-of-type(3) {
            top: 41px; } }
  .header-nav .sp-menu.active span:nth-of-type(1) {
    top: 28px;
    right: 20px;
    -webkit-transform: translateY(6px) rotate(-45deg);
            transform: translateY(6px) rotate(-45deg);
    width: 30%; }
  .header-nav .sp-menu.active span:nth-of-type(2) {
    opacity: 0; }
  .header-nav .sp-menu.active span:nth-of-type(3) {
    top: 40px;
    right: 20px;
    -webkit-transform: translateY(-6px) rotate(45deg);
            transform: translateY(-6px) rotate(45deg);
    width: 30%; }

.contact {
  position: fixed;
  top: calc(50% - 80px);
  right: 0;
  display: block;
  width: 60px;
  height: 175px;
  border: solid 1px #02509e;
  border-right: transparent;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: #fff;
  font-size: 16px;
  font-weight: 700;
  color: #0a519f;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  text-decoration: none;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  line-height: 60px;
  text-align: center;
  letter-spacing: 0.1em;
  z-index: 100; }
  @media (max-width: 599px) {
    .contact {
      top: inherit;
      right: inherit;
      bottom: 0;
      left: 0;
      width: calc(100vw - 58px);
      height: 58px;
      -webkit-box-shadow: inherit;
              box-shadow: inherit;
      border-radius: 0;
      border: none;
      -webkit-writing-mode: inherit;
          -ms-writing-mode: inherit;
              writing-mode: inherit;
      -webkit-transition: all 0.4s;
      transition: all 0.4s; } }

.contact.active {
  opacity: 0; }

.pagetop {
  position: fixed;
  right: 0;
  bottom: 0;
  display: block;
  width: 80px;
  height: 80px;
  cursor: pointer;
  z-index: 100;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }
  @media (max-width: 599px) {
    .pagetop {
      width: 58px;
      height: 58px; } }
  .pagetop img {
    width: 100%; }

.pagetop.active {
  opacity: 0; }

section {
  position: relative;
  z-index: 10; }

.firstview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  padding-top: 217px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (max-width: 599px) {
    .firstview {
      padding-top: 166px;
      -webkit-box-align: inherit;
          -ms-flex-align: inherit;
              align-items: inherit;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; } }
  .firstview h2 {
    font-size: 60px;
    font-weight: 700;
    text-align: center;
    color: #fff; }
    @media (max-width: 599px) {
      .firstview h2 {
        font-size: 36px;
        text-align: left;
        line-height: 48px; } }

.secondview {
  background-color: rgba(255, 255, 255, 0.9); }
  .secondview-inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 50px 0; }
    @media (max-width: 599px) {
      .secondview-inner {
        padding: 40px 20px; } }
    .secondview-inner h2 {
      margin-bottom: 50px;
      font-size: 36px;
      font-weight: 700;
      line-height: 52px;
      color: #0a519f;
      text-align: center; }
      @media (max-width: 599px) {
        .secondview-inner h2 {
          margin-bottom: 30px;
          font-size: 24px;
          line-height: 40px;
          text-align: left; } }
  .secondview-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 599px) {
      .secondview-content {
        display: block; } }
    .secondview-content_text {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      .secondview-content_text p {
        margin-bottom: 1em;
        font-size: 16px;
        font-weight: 400;
        line-height: 30px;
        color: #000; }
    .secondview-content_img {
      width: 413px;
      margin-left: 24px; }
      @media (max-width: 599px) {
        .secondview-content_img {
          width: 100%;
          margin-left: 0; } }

.digital-inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 50px 0; }
  @media (max-width: 599px) {
    .digital-inner {
      padding: 40px 20px; } }
  .digital-inner h2 {
    position: relative;
    margin-bottom: 31px;
    padding-bottom: 19px;
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    text-align: center; }
    @media (max-width: 599px) {
      .digital-inner h2 {
        font-size: 23px; } }
    .digital-inner h2::after {
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      content: "";
      display: block;
      width: 120px;
      height: 4px;
      margin: 0 auto;
      background-color: #fff; }

.digital-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 599px) {
    .digital-list {
      display: block; } }
  .digital-list > li {
    width: 340px;
    height: 465px;
    padding: 17px 15px;
    background-color: rgba(5, 63, 126, 0.75);
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
    @media (max-width: 599px) {
      .digital-list > li {
        width: 100%;
        height: inherit;
        margin-bottom: 20px; } }
    .digital-list > li h3 {
      margin-bottom: 18px;
      font-size: 30px;
      font-weight: 700;
      color: #fff;
      text-align: center; }
      @media (max-width: 599px) {
        .digital-list > li h3 {
          margin-bottom: 20px;
          font-size: 24px; } }
  .digital-list_content li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 110px;
    padding: 0 17px;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
    .digital-list_content li:not(:last-child) {
      margin-bottom: 15px; }
  .digital-list_content .digital3 {
    height: 110px; }
  .digital-list_content .digital2 {
    height: 172px; }
    @media (max-width: 599px) {
      .digital-list_content .digital2 {
        height: 120px; } }
  .digital-list_img {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (max-width: 599px) {
      .digital-list_img {
        -webkit-box-flex: inherit;
            -ms-flex: inherit;
                flex: inherit;
        width: 52px; } }
    .digital-list_img img {
      height: 52px; }
  .digital-list_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 211px;
    height: 100%;
    margin-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (max-width: 599px) {
      .digital-list_text {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; } }
    .digital-list_text h4 {
      margin-bottom: 4px;
      font-size: 20px;
      font-weight: 700;
      color: #0a519f;
      line-height: 24px; }
    .digital-list_text p {
      font-size: 14px;
      font-weight: 400;
      color: #000;
      line-height: 20px; }
    .digital-list_text .caption {
      font-size: 12px;
      font-weight: 400;
      color: #000; }

.digital-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out; }
  .digital-link:hover {
    opacity: 0.8; }

.select {
  background-color: rgba(255, 255, 255, 0.9); }
  .select-inner {
    max-width: 1080px;
    margin: 0 auto;
    padding: 50px 0; }
    @media (max-width: 599px) {
      .select-inner {
        padding: 40px 20px; } }
    .select-inner h2 {
      position: relative;
      margin-bottom: 31px;
      padding-bottom: 19px;
      font-size: 36px;
      font-weight: 700;
      color: #0a519f;
      text-align: center; }
      @media (max-width: 599px) {
        .select-inner h2 {
          margin-bottom: 18px;
          font-size: 24px; } }
      .select-inner h2::after {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        content: "";
        display: block;
        width: 120px;
        height: 4px;
        margin: 0 auto;
        background-color: #0a519f; }
    .select-inner p {
      font-size: 20px;
      font-weight: 400;
      color: #000;
      text-align: center; }
      @media (max-width: 599px) {
        .select-inner p {
          font-size: 16px;
          text-align: left; } }
    .select-inner .english {
      width: 100%;
      height: 80px;
      background-color: #1274ad;
      font-size: 30px;
      font-weight: 700;
      line-height: 80px;
      text-align: center;
      color: #fff;
      -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
              box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
      @media (max-width: 599px) {
        .select-inner .english {
          height: inherit;
          padding: 28px 0;
          line-height: 40px; } }
  .select-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 25px 0 50px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 599px) {
      .select-list {
        display: block;
        margin: 20px 0 30px; } }
    .select-list li {
      width: 340px;
      padding: 15px;
      background-color: #fff;
      -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
              box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      @media (max-width: 599px) {
        .select-list li {
          width: 100%;
          padding: 15px 13px; }
          .select-list li:not(:last-child) {
            margin-bottom: 15px; } }
      .select-list li .bubble {
        position: relative;
        height: 49px;
        margin-bottom: 16px;
        background-color: #064386;
        line-height: 49px;
        text-align: center;
        font-size: 20px;
        font-weight: 700;
        color: #fff; }
        .select-list li .bubble:before {
          content: "";
          position: absolute;
          right: 0;
          left: 0;
          bottom: -18px;
          display: block;
          width: 0;
          height: 0;
          margin: 0 auto;
          border: solid 8px transparent;
          border-top: solid 15px #064386; }
      .select-list li h3 {
        margin-bottom: 11px;
        font-size: 30px;
        font-weight: 700;
        color: #0a519f;
        text-align: center; }
        @media (max-width: 599px) {
          .select-list li h3 {
            margin-bottom: 13px;
            font-size: 24px; } }
      .select-list li h4 {
        margin-bottom: 11px;
        font-size: 24px;
        font-weight: 700;
        text-align: center;
        color: #0a519f; }
        @media (max-width: 599px) {
          .select-list li h4 {
            font-size: 20px; } }
      .select-list li p {
        font-size: 16px;
        font-weight: 400;
        -webkit-columns: #000;
           -moz-columns: #000;
                columns: #000;
        text-align: left;
        line-height: 30px; }
    .select-list_img {
      margin-bottom: 15px; }

.production-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 50px 0; }
  @media (max-width: 599px) {
    .production-inner {
      padding: 40px 20px; } }
  .production-inner h2 {
    position: relative;
    margin-bottom: 31px;
    padding-bottom: 19px;
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    text-align: center; }
    @media (max-width: 599px) {
      .production-inner h2 {
        font-size: 24px; } }
    .production-inner h2::after {
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      content: "";
      display: block;
      width: 120px;
      height: 4px;
      margin: 0 auto;
      background-color: #fff; }

.production-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 599px) {
    .production-content {
      display: block; } }

.production-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
  .production-text h3 {
    margin-bottom: 47px;
    font-size: 30px;
    font-weight: 700;
    color: #fff; }
    @media (max-width: 599px) {
      .production-text h3 {
        margin-bottom: 13px;
        font-size: 24px;
        line-height: 40px; } }
  .production-text p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 24px; }

.production-list {
  margin-left: 50px; }
  @media (max-width: 599px) {
    .production-list {
      margin-left: 0; } }
  .production-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 560px;
    padding: 20px 10px;
    background-color: rgba(40, 54, 72, 0.75);
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media (max-width: 599px) {
      .production-list li {
        display: block;
        width: 100%;
        margin-top: 15px;
        padding: 20px 15px; } }
    .production-list li:first-child {
      margin-bottom: 10px; }
      @media (max-width: 599px) {
        .production-list li:first-child {
          margin-bottom: 0; } }
  .production-list_text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 8px; }
    @media (max-width: 599px) {
      .production-list_text {
        padding-left: 0; } }
    .production-list_text h3 {
      margin-bottom: 13px;
      font-size: 18px;
      font-weight: 700;
      color: #fff;
      line-height: 26px; }
    .production-list_text p {
      font-size: 16px;
      font-weight: 400;
      color: #fff;
      line-height: 30px; }
      @media (max-width: 599px) {
        .production-list_text p {
          margin-bottom: 15px; } }
  .production-list_img {
    width: 183px;
    margin-left: 11px; }
    @media (max-width: 599px) {
      .production-list_img {
        width: 100%;
        margin-left: 0; } }

.development {
  background-color: rgba(255, 255, 255, 0.9); }
  .development-inner {
    max-width: 1120px;
    margin: 0 auto;
    padding: 50px 0; }
    @media (max-width: 599px) {
      .development-inner {
        padding: 40px 16px; } }
    .development-inner h2 {
      position: relative;
      margin-bottom: 31px;
      padding-bottom: 19px;
      font-size: 36px;
      font-weight: 700;
      color: #0a519f;
      text-align: center; }
      @media (max-width: 599px) {
        .development-inner h2 {
          font-size: 24px; } }
      .development-inner h2::after {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        content: "";
        display: block;
        width: 120px;
        height: 4px;
        margin: 0 auto;
        background-color: #0a519f; }
  .development-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 599px) {
      .development-content {
        display: block; } }
  .development-text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    @media (max-width: 599px) {
      .development-text {
        padding: 0 2px; } }
    .development-text p {
      margin-bottom: 1em;
      font-size: 16px;
      font-weight: 400;
      color: #000;
      line-height: 24px; }
      .development-text p span {
        font-weight: 700; }
  .development-img {
    width: 560px;
    margin-left: 40px; }
    @media (max-width: 599px) {
      .development-img {
        width: 100%;
        margin-left: 0; } }

.test-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 50px 0; }
  @media (max-width: 599px) {
    .test-inner {
      padding: 40px 20px; } }
  .test-inner h2 {
    position: relative;
    margin-bottom: 31px;
    padding-bottom: 19px;
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    text-align: center; }
    @media (max-width: 599px) {
      .test-inner h2 {
        font-size: 24px; } }
    .test-inner h2::after {
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      content: "";
      display: block;
      width: 120px;
      height: 4px;
      margin: 0 auto;
      background-color: #fff; }

.test-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 599px) {
    .test-content {
      display: block; } }

.test-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
  .test-text p {
    margin-bottom: 1em;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 24px; }
    .test-text p span {
      font-weight: 700; }

.test-img {
  width: 560px;
  margin-left: 40px; }
  @media (max-width: 599px) {
    .test-img {
      width: 100%;
      margin-left: 0; } }

.about {
  background-color: rgba(255, 255, 255, 0.9); }
  .about-inner {
    max-width: 850px;
    margin: 0 auto;
    padding: 50px 0; }
    @media (max-width: 599px) {
      .about-inner {
        padding: 40px 20px; } }
    .about-inner h2 {
      position: relative;
      margin-bottom: 31px;
      padding-bottom: 19px;
      font-size: 36px;
      font-weight: 700;
      color: #0a519f;
      text-align: center; }
      @media (max-width: 599px) {
        .about-inner h2 {
          font-size: 24px; } }
      .about-inner h2::after {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        content: "";
        display: block;
        width: 120px;
        height: 4px;
        margin: 0 auto;
        background-color: #0a519f; }
  .about-content dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 78px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px 0; }
    @media (max-width: 599px) {
      .about-content dl {
        display: block;
        height: inherit;
        padding: 20px 0; } }
    .about-content dl:not(:last-child) {
      border-bottom: solid 1px #0a519f; }
    .about-content dl dt {
      width: 160px;
      padding-left: 8px;
      font-size: 18px;
      font-weight: 700;
      color: #064386;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
      @media (max-width: 599px) {
        .about-content dl dt {
          width: 100%;
          margin-bottom: 10px;
          padding: 0 8px; } }
    .about-content dl dd {
      font-size: 16px;
      line-height: 24px;
      color: #333;
      padding-right: 20px; }
      @media (max-width: 599px) {
        .about-content dl dd {
          padding: 0 8px; } }
      .about-content dl dd .name {
        font-size: 26px;
        font-weight: 700; }

footer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 10; }
  footer .footer-inner {
    margin: 0 auto;
    padding-top: 278px; }
    @media (max-width: 599px) {
      footer .footer-inner {
        padding-top: 180px; } }
    footer .footer-inner a {
      display: block;
      width: 240px;
      height: 90px;
      margin: 0 auto 42px; }
      @media (max-width: 599px) {
        footer .footer-inner a {
          width: 161px;
          height: inherit;
          margin-bottom: 32px; } }
      footer .footer-inner a img {
        width: 100%; }
    footer .footer-inner p {
      font-size: 14px;
      font-weight: 700;
      text-align: center;
      color: #fff; }
      @media (max-width: 599px) {
        footer .footer-inner p {
          font-size: 12px; } }

/* section trial
  ------------------------------------------------------------------------------ */
.trial-inner {
  max-width: 1100px;
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 89px 0 120px; }

.trial .tit-h2_global {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-style: normal;
  font-size: 36px;
  color: #02509e;
  text-align: center;
  line-height: calc(52 / 36);
  margin-bottom: 39px; }

.trial-content .txt {
  text-align: center;
  font-size: 18px;
  line-height: calc(36 / 18);
  color: #000; }

.trial-list {
  margin-top: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 0.7%;
     -moz-column-gap: 0.7%;
          column-gap: 0.7%; }

@media (min-width: 768px) and (max-width: 1098px) {
  .trial-content .txt {
    padding: 0 30px; } }

@media screen and (max-width: 767px) {
  .trial-inner {
    max-width: 767px;
    padding: 40px 20px; }
  .trial .tit-h2 {
    font-size: 24px;
    color: #02509e;
    text-align: center;
    line-height: calc(52 / 36);
    margin-bottom: 39px;
    padding: 0;
    margin-left: -15px;
    margin-right: -15px; }
  .trial-content .txt {
    text-align: center;
    font-size: 18px;
    line-height: calc(36 / 18);
    color: #000;
    margin-left: -15px;
    margin-right: -15px; }
  .trial-list {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .trial-list li {
      width: calc(50% - 5px); }
      .trial-list li img {
        width: 100%; } }

/* section faq
  ------------------------------------------------------------------------------ */
.faq {
  background-color: #e6edf5; }
  .faq-inner {
    max-width: 1158px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 129px 30px 127px; }
  .faq .tit-h2_global {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: bold;
    font-style: normal;
    color: #fff;
    line-height: 1.5;
    font-size: 36px;
    color: #000;
    margin-bottom: 48px; }
  .faq-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .faq-content_left {
      width: 555px; }
      .faq-content_left .txt {
        line-height: calc(36 / 16); }
    .faq-content_right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      row-gap: 10px;
      margin-top: 5px; }
      .faq-content_right .btn {
        text-decoration: none;
        position: relative;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 500px;
        height: 72px;
        background-color: #1274ad;
        color: #fff;
        -webkit-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease; }
        .faq-content_right .btn:hover {
          opacity: 0.8; }
  @media (min-width: 768px) and (max-width: 1098px) {
    .faq-content_left {
      width: 50.5%; }
    .faq-content_right {
      width: 45.4%; }
      .faq-content_right .btn {
        width: 100%; } }
  @media screen and (max-width: 767px) {
    .faq-inner {
      max-width: 767px;
      padding: 40px 20px; }
    .faq .tit-h2 {
      font-size: 24px;
      color: #000;
      margin-bottom: 40px;
      padding: 0; }
    .faq-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .faq-content_left {
        width: 100%; }
      .faq-content_right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        row-gap: 10px;
        margin-top: 20px;
        width: 100%; }
        .faq-content_right .btn {
          width: 100%;
          height: 56px; } }

.contact-wrapper {
  position: relative;
  max-width: 1080px;
  margin: 150px auto 0;
  padding: 50px 112px;
  background-color: rgba(255, 255, 255, 0.9); }
  @media (max-width: 599px) {
    .contact-wrapper {
      width: calc(100vw - 36px);
      margin: 90px auto 0;
      padding: 40px 10px; } }
  .contact-wrapper h2 {
    position: relative;
    margin-bottom: 31px;
    padding-bottom: 19px;
    font-size: 36px;
    font-weight: 700;
    color: #0a519f;
    text-align: center; }
    @media (max-width: 599px) {
      .contact-wrapper h2 {
        margin-bottom: 18px;
        font-size: 24px; } }
    .contact-wrapper h2::after {
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      content: '';
      display: block;
      width: 120px;
      height: 4px;
      margin: 0 auto;
      background-color: #0a519f; }
  .contact-wrapper h3 {
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    color: #333; }
    @media (max-width: 599px) {
      .contact-wrapper h3 {
        font-size: 14px; } }
  .contact-wrapper p {
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    color: #333; }
    @media (max-width: 599px) {
      .contact-wrapper p {
        font-size: 14px; } }
    .contact-wrapper p a {
      font-size: 16px;
      font-weight: 400;
      color: #0a519f; }
  .contact-wrapper .forms {
    margin: 30px 0 40px;
    padding: 40px 38px 50px;
    border-top: solid 5px #0a519f;
    background-color: #fff; }
    @media (max-width: 599px) {
      .contact-wrapper .forms {
        width: calc(100% - 10px);
        margin: 30px auto 40px;
        padding: 25px 10px; } }
    .contact-wrapper .forms dl {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 37px; }
      @media (max-width: 599px) {
        .contact-wrapper .forms dl {
          display: block;
          margin-bottom: 30px; } }
      .contact-wrapper .forms dl dt {
        width: 170px;
        font-size: 18px;
        font-weight: 700;
        color: #0a519f; }
        @media (max-width: 599px) {
          .contact-wrapper .forms dl dt {
            margin-bottom: 10px;
            width: 100%;
            font-size: 14px; } }
      .contact-wrapper .forms dl dd {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        font-size: 20px;
        font-weight: 400;
        color: #333; }
        @media (max-width: 599px) {
          .contact-wrapper .forms dl dd {
            width: 100%;
            font-size: 14px; } }
        .contact-wrapper .forms dl dd label {
          display: block; }
          @media (max-width: 599px) {
            .contact-wrapper .forms dl dd label {
              width: 100%; } }
          .contact-wrapper .forms dl dd label:not(:first-child) {
            margin-left: 20px; }
          .contact-wrapper .forms dl dd label span {
            display: inline-block;
            margin-right: 10px;
            font-size: 18px;
            font-weight: 700;
            color: #0a519f; }
            @media (max-width: 599px) {
              .contact-wrapper .forms dl dd label span {
                margin-right: 8px;
                font-size: 14px; } }
          .contact-wrapper .forms dl dd label input {
            width: 610px;
            height: 40px;
            padding: 0 10px;
            border: solid 1px #0a519f;
            background-color: #fff;
            font-size: 16px;
            color: #333;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box; }
            @media (max-width: 599px) {
              .contact-wrapper .forms dl dd label input {
                width: 100%;
                font-size: 14px; } }
          .contact-wrapper .forms dl dd label textarea {
            width: 610px;
            height: 210px;
            padding: 10px;
            border: solid 1px #0a519f;
            background-color: #fff;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            font-size: 16px;
            color: #333; }
            @media (max-width: 599px) {
              .contact-wrapper .forms dl dd label textarea {
                width: 100%;
                font-size: 14px; } }
          .contact-wrapper .forms dl dd label input.error,
          .contact-wrapper .forms dl dd label textarea.error {
            border-color: #e21e1e; }
          .contact-wrapper .forms dl dd label label.error {
            margin: 5px 0 0;
            color: #e21e1e;
            font-size: 12px;
            font-weight: 400; }
            @media (max-width: 599px) {
              .contact-wrapper .forms dl dd label label.error {
                width: 100%;
                margin: 3px 0 0;
                font-size: 11px; } }
      @media (max-width: 599px) {
        .contact-wrapper .forms dl .names label {
          width: 50%; } }
      .contact-wrapper .forms dl .names label input {
        width: 250px; }
        @media (max-width: 599px) {
          .contact-wrapper .forms dl .names label input {
            width: 80%; } }
      .contact-wrapper .forms dl .names label label.error {
        margin-left: 28px; }
        @media (max-width: 599px) {
          .contact-wrapper .forms dl .names label label.error {
            margin-left: 20px; } }
    .contact-wrapper .forms-bottom {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media (max-width: 599px) {
        .contact-wrapper .forms-bottom {
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; } }
      @media (max-width: 599px) {
        .contact-wrapper .forms-bottom label {
          width: 45%; } }
      .contact-wrapper .forms-bottom input {
        width: 200px;
        height: 50px;
        margin: 0 20px;
        text-align: center;
        line-height: 50px;
        font-size: 18px;
        font-weight: 700;
        border: solid 1px #0a519f; }
        @media (max-width: 599px) {
          .contact-wrapper .forms-bottom input {
            width: 100%;
            margin: 0; } }
      .contact-wrapper .forms-bottom .backbtn input {
        background-color: #fff;
        color: #0a519f; }
      .contact-wrapper .forms-bottom .nextbtn input {
        background-color: #0a519f;
        color: #fff; }

.completed {
  margin-bottom: 90px; }

.contact-footer {
  height: 438px; }
  @media (max-width: 599px) {
    .contact-footer {
      height: 70vh; } }
  .contact-footer .footer-inner {
    padding-top: 50px; }
    @media (max-width: 599px) {
      .contact-footer .footer-inner {
        padding-top: 90px; } }

.case-page {
  /* section development
  ------------------------------------------------------------------------------ */
  /* section offshore
  ------------------------------------------------------------------------------ */
  /* section footer
  ------------------------------------------------------------------------------ */
  /* contact
  ------------------------------------------------------------------------------ */ }
  :root .case-page {
    color-scheme: light; }
  @media (max-width: 767px) {
    .case-page .only-pc {
      display: none; } }
  @media (min-width: 768px) {
    .case-page .only-sp {
      display: none; } }
  @media screen and (max-width: 767px) {
    .case-page .header-nav {
      height: 70px; } }
  .case-page .logo {
    padding: 22px 26px 22px 25px; }
    @media screen and (max-width: 767px) {
      .case-page .logo {
        padding: 0;
        width: 141px;
        z-index: 1000; }
        .case-page .logo a img {
          width: 104px; } }
  @media screen and (max-width: 767px) {
    .case-page .sp-menu {
      position: relative;
      cursor: pointer;
      display: block;
      width: 70px;
      height: 70px;
      border-radius: 5px;
      z-index: 1000; }
      .case-page .sp-menu span {
        display: inline-block;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        position: absolute;
        right: 20px;
        width: 26px;
        height: 2px;
        top: 33px;
        background: #fff; }
        .case-page .sp-menu span:nth-child(1) {
          top: 25px; }
        .case-page .sp-menu span:nth-child(3) {
          top: 41px; }
      .case-page .sp-menu.active span:nth-child(1) {
        top: 28px;
        right: 20px;
        -webkit-transform: translateY(6px) rotate(-45deg);
                transform: translateY(6px) rotate(-45deg);
        width: 30%; }
      .case-page .sp-menu.active span:nth-child(2) {
        opacity: 0; }
      .case-page .sp-menu.active span:nth-child(3) {
        top: 40px;
        right: 20px;
        -webkit-transform: translateY(-6px) rotate(45deg);
                transform: translateY(-6px) rotate(45deg);
        width: 30%; } }
  .case-page .nav {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-right: 31px; }
    .case-page .nav li {
      margin-left: 35px; }
      .case-page .nav li:first-child {
        margin-left: 0; }
    .case-page .nav a {
      position: relative; }
      .case-page .nav a::before {
        content: "";
        position: absolute;
        bottom: -3px;
        right: 0;
        height: 1px;
        width: 0;
        background-color: #fff;
        -webkit-transition: width 0.3s ease;
        transition: width 0.3s ease; }
      .case-page .nav a:hover::before, .case-page .nav a.current::before {
        width: 100%;
        left: 0;
        right: auto; }
    @media screen and (max-width: 767px) {
      .case-page .nav {
        position: fixed;
        top: 0;
        right: -100%;
        display: block;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 120px 0 0;
        -webkit-transition: right 0.4s ease, opacity 0.4s ease;
        transition: right 0.4s ease, opacity 0.4s ease;
        background-color: #1274ad;
        z-index: 200;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        opacity: 0; }
        .case-page .nav.active {
          right: 0;
          opacity: 1; }
        .case-page .nav li {
          margin: 0 auto 40px;
          text-align: center; }
          .case-page .nav li a {
            font-size: 16px;
            font-weight: 400;
            color: #fff;
            text-decoration: none; }
          .case-page .nav li .btn {
            max-width: 375px;
            width: 100%;
            height: 46px;
            border: 1px solid #fff;
            text-decoration: none;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            margin: 0 auto; }
            .case-page .nav li .btn:hover::before {
              content: none; } }
  @media (min-width: 768px) and (max-width: 1459px) {
    .case-page .logo {
      width: 13.708%;
      padding: 1% 2% 1% 2%; }
    .case-page .nav {
      margin-right: 1.5%; }
      .case-page .nav li {
        margin-left: 2%; }
        .case-page .nav li a {
          font-size: 14px; }
        .case-page .nav li:first-child {
          margin-left: 0; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .case-page .nav li a {
      font-size: 12px; } }
  .case-page .pagetop {
    bottom: 82px;
    opacity: 0; }
    .case-page .pagetop.show {
      opacity: 1; }
    @media screen and (max-width: 767px) {
      .case-page .pagetop {
        bottom: 106px; } }
  .case-page .txt-description {
    max-width: 897px;
    margin: 0 auto;
    width: 100%;
    font-weight: 600;
    font-style: normal;
    line-height: calc(36 / 16);
    margin-bottom: 75px;
    padding: 0 30px; }
    @media screen and (max-width: 767px) {
      .case-page .txt-description {
        margin-bottom: 40px;
        padding: 0 20px; } }
  .case-page .dev-inner {
    max-width: 1099px;
    padding-top: 88px;
    padding-bottom: 115px;
    margin: 0 auto;
    position: relative; }
  .case-page .dev-banner {
    margin: 0 29px 0;
    min-height: 300px;
    border-radius: 9px;
    background-color: #0a519f;
    -webkit-box-shadow: 0px 0px 9px #368ef240;
            box-shadow: 0px 0px 9px #368ef240;
    padding-top: 41px; }
    .case-page .dev-banner .tit-h2 {
      font-size: 36px;
      font-weight: 500;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      margin: 0 auto;
      padding: 0 23px; }
      .case-page .dev-banner .tit-h2_line01 {
        padding-bottom: 10px; }
    .case-page .dev-banner .text {
      color: #fff;
      font-weight: bold;
      line-height: 1.5;
      font-size: 48px;
      text-align: center;
      margin-top: -13px;
      text-shadow: 0px 2px 2px #00000073; }
    .case-page .dev-banner .number {
      font-size: 120px; }
  .case-page .dev-box {
    padding-top: 98px; }
    .case-page .dev-box .tit-h2 {
      font-size: 36px;
      font-weight: bold;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      margin: 0 auto 94px;
      padding: 0 23px;
      color: #0a519f; }
      .case-page .dev-box .tit-h2_line02 {
        padding-bottom: 22px; }
  .case-page .dev-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .case-page .dev-list li {
      position: relative; }
      .case-page .dev-list li::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 1px;
        height: 100%;
        background-color: #dfdfdf; }
      .case-page .dev-list li:last-child::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 1px;
        height: 100%;
        background-color: #dfdfdf; }
    .case-page .dev-list_item {
      text-decoration: none;
      color: #000;
      width: 274px;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease;
      will-change: opacity; }
      .case-page .dev-list_item:hover {
        opacity: 0.8; }
    .case-page .dev-list_pic {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      min-height: 72px;
      margin-bottom: 10px; }
  @media (min-width: 768px) and (max-width: 1098px) {
    .case-page .dev-list {
      width: 100%; }
      .case-page .dev-list li {
        width: 24.93%; }
      .case-page .dev-list_item {
        width: 100%; } }
  @media screen and (max-width: 767px) {
    .case-page .dev-inner {
      max-width: 767px;
      padding-top: 40px;
      padding-bottom: 40px; }
    .case-page .dev-banner {
      margin: 0 20px 0;
      min-height: auto;
      padding: 20px 20px 20px;
      text-align: center;
      display: block; }
      .case-page .dev-banner .tit-h2 {
        font-size: 24px;
        margin: 0 auto;
        padding: 0 5px;
        display: inline;
        width: auto;
        background-position: 0 -6px; }
      .case-page .dev-banner .text {
        font-size: 24px;
        text-align: center;
        margin-top: 0; }
      .case-page .dev-banner .number {
        font-size: 56px; }
    .case-page .dev-box {
      padding-top: 60px; }
      .case-page .dev-box .tit-h2 {
        font-size: 24px;
        margin: 0 auto 60px;
        padding: 0 0;
        color: #0a519f;
        text-align: center; }
        .case-page .dev-box .tit-h2_line02 {
          padding-bottom: 22px; }
    .case-page .dev-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      row-gap: 40px; }
      .case-page .dev-list li {
        position: relative;
        width: 43.723%; }
        .case-page .dev-list li::before {
          content: "";
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          left: auto;
          right: 0;
          width: 1px;
          height: calc(100% + 40px);
          background-color: #dfdfdf; }
        .case-page .dev-list li:last-child::after {
          content: none; }
        .case-page .dev-list li:nth-child(even)::before {
          content: none; }
        .case-page .dev-list li:nth-child(1)::after {
          content: "";
          position: absolute;
          top: auto;
          bottom: -20px;
          left: auto;
          right: 0;
          width: calc(100% - 30px);
          height: 1px;
          background-color: #dfdfdf; }
        .case-page .dev-list li:nth-child(2)::after {
          content: "";
          position: absolute;
          top: auto;
          bottom: -20px;
          left: 0;
          right: auto;
          width: calc(100% - 20px);
          height: 1px;
          background-color: #dfdfdf; }
      .case-page .dev-list_item {
        width: 100%; } }
  .case-page .offshore {
    background-color: #e6edf5;
    padding: 129px 0 103px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 77px; }
    .case-page .offshore-inner {
      max-width: 1099px;
      width: 100%;
      padding: 0 26px 0 24px;
      margin: 0 auto;
      position: relative; }
      .case-page .offshore-inner:nth-child(2) .tit-h2_line02 {
        background-size: 17.5% 8px; }
      .case-page .offshore-inner:nth-child(3) .tit-h2_line02 {
        background-size: 18.5% 8px; }
      .case-page .offshore-inner:nth-child(4) .tit-h2_line02 {
        background-size: 14.5% 8px; }
    .case-page .offshore .tit-h2 {
      font-size: 36px;
      font-weight: bold;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      margin: 0 auto 80px;
      padding: 0 23px 22px;
      color: #000; }
      @media (min-width: 768px) and (max-width: 1098px) {
        .case-page .offshore .tit-h2 {
          width: auto;
          text-align: center; } }
      .case-page .offshore .tit-h2_line02 {
        background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #000), color-stop(50%, #0000));
        background: linear-gradient(0deg, #000 50%, #0000 50%);
        background-size: 14.5% 8px;
        background-position: 50% 100%;
        background-repeat: no-repeat; }
    .case-page .offshore-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      row-gap: 50px; }
      @media (min-width: 768px) and (max-width: 1098px) {
        .case-page .offshore-list {
          width: 100%; } }
    .case-page .offshore-list_item {
      width: 500px;
      border-radius: 9px;
      background-color: #fff;
      -webkit-box-shadow: 0px 3px 6px #00000029;
              box-shadow: 0px 3px 6px #00000029; }
      .case-page .offshore-list_item .tit-h3 {
        text-align: center;
        color: #fff;
        font-weight: bold;
        font-size: 28px;
        line-height: calc(40 / 28);
        border-radius: 9px 9px 0 0;
        padding: 17px 20px 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        min-height: 168px; }
        .case-page .offshore-list_item .tit-h3.fz-sm {
          font-size: 25px;
          line-height: calc(36 / 25);
          letter-spacing: 0.03em;
          padding-top: 5px; }
    .case-page .offshore-detail {
      padding: 28px 40px 35px; }
      .case-page .offshore-detail_box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-left: 2px;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        row-gap: 8px;
        -webkit-column-gap: 8px;
           -moz-column-gap: 8px;
                column-gap: 8px;
        list-style: none; }
        .case-page .offshore-detail_box li {
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          width: -webkit-max-content;
          width: -moz-max-content;
          width: max-content;
          padding: 0 8px;
          min-width: 76px;
          height: 30px;
          border-radius: 2px;
          background-color: #1274ad;
          color: #fff;
          font-size: 16px;
          line-height: 1.5; }
      .case-page .offshore-detail_infor {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-top: 16px;
        margin-bottom: 16px;
        padding-left: 2px; }
        .case-page .offshore-detail_infor span {
          font-size: 18px;
          font-weight: 500;
          line-height: calc(34 / 18); }
      .case-page .offshore-detail_list li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 21px 2px 20px 2px;
        border-top: 1px solid #707070;
        max-height: 830px;
        height: 100%; }
        .case-page .offshore-detail_list li.client {
          padding-right: 0; }
          .case-page .offshore-detail_list li.client .tit-h4 {
            max-width: 86px;
            margin-top: 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center; }
          .case-page .offshore-detail_list li.client .txt {
            max-width: calc(100% - 100px); }
      .case-page .offshore-detail_list .no-indent {
        margin-left: -0.6em; }
      .case-page .offshore-detail_list .tit-h4 {
        max-width: 110px;
        margin-right: 17px;
        width: 100%; }
      .case-page .offshore-detail_list .txt {
        font-weight: 400;
        font-size: 16px;
        line-height: calc(22 / 16);
        max-width: calc(100% - 127px);
        width: 100%; }
        .case-page .offshore-detail_list .txt-testimonial {
          position: relative;
          padding: 15px 15px 20px 20px;
          background-color: #e8e8e8;
          font-weight: bold;
          letter-spacing: 0.04em;
          -webkit-font-feature-settings: "palt" 1;
                  font-feature-settings: "palt" 1; }
          .case-page .offshore-detail_list .txt-testimonial::before {
            position: absolute;
            content: "";
            top: calc(50% - 6px);
            left: -13px;
            display: inline-block;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 6.5px 13px 6.5px 0;
            border-color: transparent #e8e8e8 transparent transparent; }
    @media (min-width: 768px) and (max-width: 1098px) {
      .case-page .offshore-list_item {
        width: 47.664%; }
        .case-page .offshore-list_item .tit-h3 {
          padding: 17px 12px 20px; }
      .case-page .offshore-detail {
        padding-left: 8%;
        padding-right: 8%; }
        .case-page .offshore-detail_list .tit-h4 {
          font-size: 16px;
          max-width: 100px;
          margin-right: 2%;
          width: 100%; }
        .case-page .offshore-detail_list .txt {
          max-width: calc(100% - 35%); } }
    @media screen and (max-width: 767px) {
      .case-page .offshore {
        padding: 40px 0 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        row-gap: 60px; }
        .case-page .offshore-inner {
          max-width: 767px;
          width: 100%;
          padding: 0 20px;
          margin: 0 auto;
          position: relative; }
          .case-page .offshore-inner:nth-child(2) .tit-h2_line02 {
            background-size: 17.5% 8px; }
          .case-page .offshore-inner:nth-child(3) .tit-h2_line02 {
            background-size: 18.5% 8px; }
          .case-page .offshore-inner:nth-child(4) .tit-h2_line02 {
            background-size: 14.5% 8px; }
        .case-page .offshore .tit-h2 {
          font-size: 24px;
          width: auto;
          margin: 0 auto 60px;
          padding: 0 0 22px;
          color: #000;
          text-align: center; }
          .case-page .offshore .tit-h2_line02 {
            background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #000), color-stop(50%, #0000));
            background: linear-gradient(0deg, #000 50%, #0000 50%);
            background-size: 14.5% 8px;
            background-position: 50% 100%;
            background-repeat: no-repeat; }
        .case-page .offshore-list {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          row-gap: 50px; }
          .case-page .offshore-list .txt {
            max-width: 100%; }
            .case-page .offshore-list .txt-testimonial {
              -webkit-font-feature-settings: unset;
                      font-feature-settings: unset; }
          .case-page .offshore-list .tit-h4 {
            max-width: 100%;
            margin-bottom: 10px; }
            .case-page .offshore-list .tit-h4 br {
              display: none; }
          .case-page .offshore-list li {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column; }
            .case-page .offshore-list li.client {
              -webkit-box-orient: horizontal;
              -webkit-box-direction: normal;
                  -ms-flex-direction: row;
                      flex-direction: row;
              padding-bottom: 0; }
              .case-page .offshore-list li.client .tit-h4 {
                max-width: 40px; }
              .case-page .offshore-list li.client .txt-testimonial {
                max-width: calc(100% - 57px); }
                .case-page .offshore-list li.client .txt-testimonial::before {
                  left: -12px; }
        .case-page .offshore-list_item {
          width: 100%;
          border-radius: 9px;
          background-color: #fff;
          -webkit-box-shadow: 0px 3px 6px #00000029;
                  box-shadow: 0px 3px 6px #00000029; }
          .case-page .offshore-list_item .tit-h3 {
            font-size: 22px;
            min-height: 120px; }
            .case-page .offshore-list_item .tit-h3.fz-sm {
              font-size: 23px;
              line-height: calc(36 / 25);
              letter-spacing: 0.03em;
              padding: 17px 20px 20px; }
        .case-page .offshore-detail {
          padding: 28px 20px 28px; } }
  .case-page .footer {
    background-color: #0a519f;
    height: auto; }
    .case-page .footer-inner {
      max-width: 1340px;
      width: 100%;
      margin: 0 auto;
      position: relative;
      padding: 128px 5px 139px; }
    .case-page .footer-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding-bottom: 71px;
      margin-bottom: 34px;
      border-bottom: 1px solid #fff; }
    .case-page .footer-logo {
      width: 189px;
      height: auto;
      margin: 2px 0 50px 0; }
    .case-page .footer-list {
      color: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 1034px;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .case-page .footer-list_address {
        width: 209px;
        font-size: 14px;
        line-height: calc(24 / 14); }
        .case-page .footer-list_address:nth-child(1) {
          width: 227px; }
        .case-page .footer-list_address:not(:first-child) {
          margin-left: 50px; }
    .case-page .footer .bottom .copyright {
      font-weight: 400; }
    @media (min-width: 768px) and (max-width: 1284px) {
      .case-page .footer-logo {
        width: 14.719%;
        margin-right: 3.894%; }
      .case-page .footer-list {
        width: 80.529%; }
        .case-page .footer-list_address {
          width: 20.212%; }
          .case-page .footer-list_address:nth-child(1) {
            width: 21.95%; }
          .case-page .footer-list_address:not(:first-child) {
            margin-left: 4.835%; } }
    @media screen and (max-width: 767px) {
      .case-page .footer-inner {
        max-width: 767px;
        width: 100%;
        margin: 0 auto;
        position: relative;
        padding: 40px 20px 139px; }
      .case-page .footer-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding-bottom: 40px;
        margin-bottom: 34px;
        border-bottom: 1px solid #fff; }
      .case-page .footer-logo {
        max-width: auto;
        width: 110px;
        height: auto;
        margin: 0 20px 0 0; }
      .case-page .footer-list {
        color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: calc(100% - 130px);
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        row-gap: 40px; }
        .case-page .footer-list_address {
          width: 100%; }
          .case-page .footer-list_address:nth-child(1) {
            width: 100%; }
          .case-page .footer-list_address:not(:first-child) {
            margin-left: 0; } }
  .case-page .contact {
    width: 110px;
    height: 120px;
    background-color: #1274ad;
    border-radius: 18px 0 0 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    right: 0;
    top: calc(50% - 60px);
    border: none;
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-transform: translateX(120px);
            transform: translateX(120px);
    -webkit-box-shadow: none;
            box-shadow: none; }
    .case-page .contact.show {
      -webkit-transform: translateX(0);
              transform: translateX(0); }
    .case-page .contact:hover {
      opacity: 0.8; }
    .case-page .contact::before {
      content: "";
      position: absolute;
      top: calc(50% - 19px);
      right: calc(50% - 32px);
      background-image: url("../img/case/ico_chat.svg");
      width: 64px;
      height: 38px;
      background-size: contain;
      background-repeat: no-repeat; }
    @media (max-width: 767px) {
      .case-page .contact {
        display: none; } }

form.form-inner label.error {
  color: #e21e1e;
  font-size: 12px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  form.form-inner label.error#y_agree-error {
    bottom: -20px;
    position: absolute; }

/* conversion
  ------------------------------------------------------------------------------ */
.conversion {
  background-color: #d9edff;
  height: 82px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  -webkit-transform: translateY(110%);
          transform: translateY(110%);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  will-change: transform; }
  .conversion.show {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  .conversion-inner {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    padding: 0 30px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .conversion-txt {
    font-weight: bold;
    font-size: 20px;
    margin-right: 20px; }
  .conversion-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px; }
    .conversion-contact .btn {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      text-decoration: none;
      color: #fff;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 220px;
      height: 46px;
      font-size: 14px;
      background-color: #0a519f;
      -webkit-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease; }
      .conversion-contact .btn:hover {
        opacity: 0.8; }
  @media (min-width: 768px) and (max-width: 991px) {
    .conversion-txt {
      font-size: 15px; } }
  @media screen and (max-width: 767px) {
    .conversion {
      height: auto; }
      .conversion-inner {
        max-width: 767px;
        width: 100%;
        margin: 0 auto;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        height: 100%;
        padding: 10px 20px;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
      .conversion-txt {
        font-size: 12px;
        margin-right: 0;
        margin-bottom: 10px; }
      .conversion-contact {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-column-gap: 15px;
           -moz-column-gap: 15px;
                column-gap: 15px; }
        .conversion-contact .btn {
          width: -webkit-max-content;
          width: -moz-max-content;
          width: max-content;
          height: 40px;
          font-size: 14px;
          padding: 5px 10px;
          white-space: nowrap; } }

/* global
  ------------------------------------------------------------------------------ */
.tit-h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-style: normal;
  color: #fff;
  line-height: 1.5; }
  .tit-h2 .ja {
    font-size: 42px; }
  .tit-h2 .en {
    font-size: 22px;
    margin-top: 9px; }
  .tit-h2_line01 {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #053f7e), color-stop(50%, #0000));
    background: linear-gradient(0deg, #053f7e 50%, #0000 50%);
    background-size: 100% 60px;
    background-position: 0 1px;
    background-repeat: no-repeat;
    padding-bottom: 10px; }
  .tit-h2_line02 {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #053f7e), color-stop(50%, #0000));
    background: linear-gradient(0deg, #053f7e 50%, #0000 50%);
    background-size: 23% 8px;
    background-position: 50% 100%;
    background-repeat: no-repeat; }
  @media screen and (max-width: 767px) {
    .tit-h2 {
      padding: 0 20px; }
      .tit-h2 .ja {
        font-size: 36px;
        text-align: center;
        line-height: 1.2; } }

.tit-h3 {
  font-weight: 900;
  line-height: calc(22 / 18);
  font-size: 18px;
  min-height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative; }
  .tit-h3_ico01 {
    margin-bottom: 38px; }
    .tit-h3_ico01::before {
      content: "";
      position: absolute;
      top: calc(100% + 11px);
      left: 50%;
      background-image: url("../img/case/icoArrow01_case.svg");
      background-size: contain;
      background-repeat: no-repeat;
      width: 27px;
      height: 27px;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
  .tit-h3.bg-blue {
    background-color: #064386; }

.tit-h4 {
  font-weight: bold;
  font-size: 18px;
  line-height: calc(23 / 16);
  color: #064386; }

.wrap-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 50px; }
  .wrap-btn .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    position: relative;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 220px;
    height: 46px;
    border: 1px solid #fff;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    text-decoration: none;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }
    .wrap-btn .btn:nth-child(2) {
      margin-left: 10px; }
    .wrap-btn .btn:hover {
      opacity: 0.8; }
  @media (min-width: 768px) and (max-width: 1459px) {
    .wrap-btn {
      margin-right: 1.5%;
      width: 30.843%; }
      .wrap-btn .btn {
        width: 48.88%;
        height: 46px;
        font-size: 13px; } }
  @media (min-width: 768px) and (max-width: 1199px) {
    .wrap-btn {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      row-gap: 5.22%;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 147px; }
      .wrap-btn .btn {
        height: 30px;
        width: 100%;
        font-size: 12px; }
        .wrap-btn .btn:nth-child(2) {
          margin-left: 0; } }
  @media (max-width: 767px) {
    .wrap-btn {
      display: none; } }

.page-header {
  padding-top: 100px;
  background-color: #fff;
  overflow: hidden; }
  .page-header .container {
    max-width: 1240px;
    width: 100%;
    margin: auto;
    height: 700px;
    position: relative; }
  .page-header .kv-item {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #f37db4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    opacity: 0;
    pointer-events: none; }
    .page-header .kv-item.off {
      display: none; }
    .page-header .kv-item.active {
      opacity: 1;
      pointer-events: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .page-header .kv-item .pic {
      pointer-events: none; }
    .page-header .kv-item.kv02 {
      background-color: transparent; }
      .page-header .kv-item.kv02::before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        width: 100vw;
        height: 100%;
        background-image: url("../img/case/fv/bg_pc-02.png");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center; }
      .page-header .kv-item.kv02 .form {
        right: auto;
        left: 14px;
        top: 102px; }
        @media (min-width: 768px) and (max-width: 1239px) {
          .page-header .kv-item.kv02 .form {
            left: 1.1%;
            top: 7.8vw; } }
  @media screen and (max-width: 767px) {
    .page-header {
      padding-top: 70px; }
      .page-header .container {
        width: 100%;
        height: 100%; }
      .page-header .kv-item {
        height: 100%;
        position: relative;
        max-height: 88.13559vw; }
        .page-header .kv-item.off {
          display: none; }
        .page-header .kv-item.active {
          padding-top: 30px;
          height: auto;
          margin-bottom: 940px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
        .page-header .kv-item.kv02 img {
          left: 24%; }
        .page-header .kv-item.kv02 .form {
          top: calc(100% + 80px);
          right: 50%;
          left: auto;
          -webkit-transform: translateX(50%);
                  transform: translateX(50%);
          width: calc(100% - 40px); } }
  .page-header img {
    width: 1920px;
    max-width: 1920px;
    position: absolute;
    height: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -o-object-fit: cover;
       object-fit: cover;
    bottom: 0; }
    @media (min-width: 768px) and (max-width: 1239px) {
      .page-header img {
        width: 154.83%;
        max-width: 154.83%;
        position: relative; } }
    @media screen and (max-width: 767px) {
      .page-header img {
        width: 210%;
        max-width: 210%;
        position: relative;
        left: 68%; } }

.form {
  position: absolute;
  top: 78px;
  right: 52px;
  width: 370px;
  height: auto;
  background-color: #fff;
  border-radius: 18px;
  -webkit-box-shadow: 0 3px 6px #00000029;
          box-shadow: 0 3px 6px #00000029;
  padding: 25px 20px 37px; }
  .form .tit-h2_form {
    font-size: 22px;
    font-weight: bold;
    color: #0070ba;
    text-align: center;
    margin-bottom: 8px; }
  .form .tit-h3_form {
    position: absolute;
    top: -20px;
    background-color: #0a519f;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    width: 247px;
    height: 41px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    white-space: nowrap;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 9px;
    position: relative;
    width: 100%; }
    .form-group .txt-label {
      font-size: 12px;
      font-weight: 500;
      margin-bottom: 8px; }
    .form-group .form-control {
      border: none;
      border-bottom: 1px solid #a2c5e8;
      font-size: 11px;
      font-weight: 400;
      color: #333;
      padding-bottom: 3px; }
      .form-group .form-control:focus {
        outline: none; }
      .form-group .form-control::-webkit-input-placeholder {
        font-weight: inherit;
        color: #ebebeb;
        font-size: inherit;
        opacity: 1; }
      .form-group .form-control::-moz-placeholder {
        font-weight: inherit;
        color: #ebebeb;
        font-size: inherit;
        opacity: 1; }
      .form-group .form-control:-ms-input-placeholder {
        font-weight: inherit;
        color: #ebebeb;
        font-size: inherit;
        opacity: 1; }
      .form-group .form-control::-ms-input-placeholder {
        font-weight: inherit;
        color: #ebebeb;
        font-size: inherit;
        opacity: 1; }
      .form-group .form-control::placeholder {
        font-weight: inherit;
        color: #ebebeb;
        font-size: inherit;
        opacity: 1; }
      .form-group .form-control_txt {
        font-size: 12px;
        color: #2e2e2e;
        letter-spacing: 0.08em;
        margin-left: 8px; }
    .form-group textarea {
      height: 92px;
      resize: none; }
    .form-group input[type="checkbox"] {
      cursor: pointer;
      width: 20px;
      height: 20px;
      border-radius: 2px;
      border: 1px solid #979797; }
    .form-group.agreement {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      padding-top: 6px;
      margin-top: auto;
      margin-bottom: 30px; }
      .form-group.agreement .agreement-link {
        font-size: 12px;
        color: #2e2e2e;
        letter-spacing: 0.08em; }
  .form .wrap_btnSubmit {
    margin-top: 20px;
    margin-bottom: 0; }
  .form .btn_form {
    border-radius: 23px;
    height: 46px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #0a519f;
    color: #fff;
    border: none;
    font-size: 20px;
    font-weight: bold;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }
    .form .btn_form:hover {
      opacity: 0.7; }
    .form .btn_form:focus {
      outline: none;
      border: none; }
  .form-inner {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  @media (min-width: 768px) and (max-width: 1239px) {
    .form {
      right: 3%;
      width: 31.838%;
      padding: 25px 1.5% 37px;
      top: 6.29vw; }
      .form-group textarea {
        height: 7.419vw; } }
  @media (min-width: 768px) and (max-width: 999px) {
    .form .tit-h3_form {
      width: 82.88%;
      font-size: 15px; } }
  @media screen and (max-width: 767px) {
    .form {
      position: absolute;
      top: calc(100% + 80px);
      right: 50%;
      -webkit-transform: translateX(50%);
              transform: translateX(50%);
      width: calc(100% - 40px);
      height: auto;
      background-color: #fff;
      border-radius: 18px;
      -webkit-box-shadow: 1px 3px 12px #00000038;
              box-shadow: 1px 3px 12px #00000038;
      padding: 45px 25px 30px; }
      .form .tit-h2_form {
        font-size: 24px;
        font-weight: bold;
        color: #0070ba;
        text-align: center;
        margin-bottom: 16px; }
      .form .tit-h3_form {
        position: absolute;
        top: -25px;
        background-color: #0a519f;
        font-size: 18px;
        font-weight: bold;
        color: #fff;
        width: 300px;
        height: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        white-space: nowrap;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); }
      .form-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-bottom: 18px; }
        .form-group .txt-label {
          font-size: 16px;
          font-weight: 500;
          margin-bottom: 16px; }
        .form-group .form-control {
          border: none;
          border-bottom: 2px solid #a2c5e8;
          font-size: 15px;
          font-weight: 400;
          color: #333;
          padding-bottom: 3px; }
          .form-group .form-control:focus {
            outline: none; }
          .form-group .form-control::-webkit-input-placeholder {
            font-weight: inherit;
            color: #ebebeb;
            font-size: inherit;
            opacity: 1; }
          .form-group .form-control::-moz-placeholder {
            font-weight: inherit;
            color: #ebebeb;
            font-size: inherit;
            opacity: 1; }
          .form-group .form-control:-ms-input-placeholder {
            font-weight: inherit;
            color: #ebebeb;
            font-size: inherit;
            opacity: 1; }
          .form-group .form-control::-ms-input-placeholder {
            font-weight: inherit;
            color: #ebebeb;
            font-size: inherit;
            opacity: 1; }
          .form-group .form-control::placeholder {
            font-weight: inherit;
            color: #ebebeb;
            font-size: inherit;
            opacity: 1; }
          .form-group .form-control_txt {
            font-size: 16px;
            color: #2e2e2e;
            letter-spacing: 0.08em;
            margin-left: 16px;
            display: block; }
        .form-group textarea {
          height: 92px;
          resize: none; }
        .form-group input[type="checkbox"] {
          cursor: pointer;
          width: 30px;
          height: 30px;
          border-radius: 5px;
          border: 1px solid #979797; }
        .form-group.agreement {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          padding-top: 12px;
          margin-top: auto;
          margin-bottom: 0;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          .form-group.agreement .agreement-link {
            font-size: 16px;
            color: #2e2e2e;
            letter-spacing: 0.08em; }
      .form .wrap_btnSubmit {
        margin-top: 25px;
        margin-bottom: 0; }
      .form .btn_form {
        border-radius: 50px;
        height: 56px;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        background-color: #0a519f;
        color: #fff;
        border: none;
        font-size: 24px;
        font-weight: bold;
        -webkit-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease; }
        .form .btn_form:hover {
          opacity: 0.7; }
        .form .btn_form:focus {
          outline: none;
          border: none; }
      .form-inner {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }

.design3d-page {
  /* section KV
  ------------------------------------------------------------------------------ */
  /* section service
  ------------------------------------------------------------------------------ */
  /* section projects
  ------------------------------------------------------------------------------ */
  /* section contact
  ------------------------------------------------------------------------------ */
  /* section faq
  ------------------------------------------------------------------------------ */
  /* section footer
  ------------------------------------------------------------------------------ */ }
  :root .design3d-page {
    color-scheme: light; }
  @media (max-width: 767px) {
    .design3d-page .only-pc {
      display: none; } }
  @media (min-width: 768px) {
    .design3d-page .only-sp {
      display: none; } }
  @media screen and (max-width: 767px) {
    .design3d-page .header-nav {
      height: 70px; } }
  .design3d-page .logo {
    padding: 22px 26px 22px 25px; }
    @media screen and (max-width: 767px) {
      .design3d-page .logo {
        padding: 0;
        width: 141px;
        z-index: 1000; }
        .design3d-page .logo a img {
          width: 104px; } }
  @media screen and (max-width: 767px) {
    .design3d-page .sp-menu {
      position: relative;
      cursor: pointer;
      display: block;
      width: 70px;
      height: 70px;
      border-radius: 5px;
      z-index: 1000; }
      .design3d-page .sp-menu span {
        display: inline-block;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        position: absolute;
        right: 20px;
        width: 26px;
        height: 2px;
        top: 33px;
        background: #fff; }
        .design3d-page .sp-menu span:nth-child(1) {
          top: 25px; }
        .design3d-page .sp-menu span:nth-child(3) {
          top: 41px; }
      .design3d-page .sp-menu.active span:nth-child(1) {
        top: 28px;
        right: 20px;
        -webkit-transform: translateY(6px) rotate(-45deg);
                transform: translateY(6px) rotate(-45deg);
        width: 30%; }
      .design3d-page .sp-menu.active span:nth-child(2) {
        opacity: 0; }
      .design3d-page .sp-menu.active span:nth-child(3) {
        top: 40px;
        right: 20px;
        -webkit-transform: translateY(-6px) rotate(45deg);
                transform: translateY(-6px) rotate(45deg);
        width: 30%; } }
  .design3d-page .nav {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-right: 31px; }
    .design3d-page .nav li {
      margin-left: 35px; }
      .design3d-page .nav li:first-child {
        margin-left: 0; }
    .design3d-page .nav a {
      position: relative; }
      .design3d-page .nav a::before {
        content: "";
        position: absolute;
        bottom: -3px;
        right: 0;
        height: 1px;
        width: 0;
        background-color: #fff;
        -webkit-transition: width 0.3s ease;
        transition: width 0.3s ease; }
      .design3d-page .nav a:hover::before, .design3d-page .nav a.current::before {
        width: 100%;
        left: 0;
        right: auto; }
    @media screen and (max-width: 767px) {
      .design3d-page .nav {
        position: fixed;
        top: 0;
        right: -100%;
        display: block;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 120px 0 0;
        -webkit-transition: right 0.4s ease, opacity 0.4s ease;
        transition: right 0.4s ease, opacity 0.4s ease;
        background-color: #1274ad;
        z-index: 200;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        opacity: 0; }
        .design3d-page .nav.active {
          right: 0;
          opacity: 1; }
        .design3d-page .nav li {
          margin: 0 auto 40px;
          text-align: center; }
          .design3d-page .nav li a {
            font-size: 16px;
            font-weight: 400;
            color: #fff;
            text-decoration: none; }
          .design3d-page .nav li .btn {
            max-width: 375px;
            width: 100%;
            height: 46px;
            border: 1px solid #fff;
            text-decoration: none;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            margin: 0 auto; }
            .design3d-page .nav li .btn:hover::before {
              content: none; } }
  @media (min-width: 768px) and (max-width: 1459px) {
    .design3d-page .logo {
      width: 13.708%;
      padding: 1% 2% 1% 2%; }
    .design3d-page .nav {
      margin-right: 1.5%; }
      .design3d-page .nav li {
        margin-left: 2%; }
        .design3d-page .nav li a {
          font-size: 14px; }
        .design3d-page .nav li:first-child {
          margin-left: 0; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .design3d-page .nav li a {
      font-size: 12px; } }
  .design3d-page .pagetop {
    bottom: 82px;
    opacity: 0; }
    .design3d-page .pagetop.show {
      opacity: 1; }
    @media screen and (max-width: 767px) {
      .design3d-page .pagetop {
        bottom: 106px; } }
  .design3d-page .txt-description {
    max-width: 950px;
    margin: 0 auto;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    line-height: calc(36 / 18);
    padding: 0 30px;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .design3d-page .txt-description {
        margin-bottom: 0;
        padding: 0;
        font-size: 15px; } }
  .design3d-page .page-header .box-inner {
    height: 700px;
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    position: relative; }
  .design3d-page .page-header #videoPoster {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/design3d/thumbnail_kv.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1; }
  .design3d-page .page-header video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; }
  @media (min-width: 1921px) {
    .design3d-page .page-header .box-inner {
      max-width: 100%; } }
  @media screen and (max-width: 767px) {
    .design3d-page .page-header .box-inner {
      height: 300px;
      max-width: 750px; }
    .design3d-page .page-header #videoPoster img {
      width: 100%;
      max-width: 100%;
      position: relative;
      left: 50%; } }
  .design3d-page .service-inner {
    max-width: 1099px;
    padding-top: 92px;
    padding-bottom: 128px;
    margin: 0 auto;
    position: relative; }
  .design3d-page .service-box {
    padding-top: 63px; }
    .design3d-page .service-box .tit-h2 {
      font-size: 36px;
      font-weight: bold;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      margin: 0 auto 94px;
      padding: 0 23px;
      color: #0a519f; }
      .design3d-page .service-box .tit-h2_line02 {
        padding-bottom: 22px; }
  .design3d-page .service-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin: 0 auto 120px; }
    @media screen and (max-width: 767px) {
      .design3d-page .service-images {
        width: 100%;
        padding: 0 20px;
        gap: 20px; } }
    .design3d-page .service-images_item {
      width: 49.4%;
      position: relative; }
      @media screen and (max-width: 767px) {
        .design3d-page .service-images_item {
          width: 100%; } }
      .design3d-page .service-images_item .text {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 6px 20px;
        font-size: 18px;
        font-weight: bold;
        color: #fff;
        letter-spacing: 0.02em;
        z-index: 1; }
        .design3d-page .service-images_item .text::before {
          content: "";
          position: absolute;
          left: 0;
          bottom: 0;
          height: 38px;
          width: 300px;
          opacity: 0.8;
          background-color: #0a519f;
          z-index: -1; }
        .design3d-page .service-images_item .text::after {
          content: "";
          position: absolute;
          left: 300px;
          bottom: 0;
          width: 0px;
          height: 0px;
          border-style: solid;
          border-width: 38px 0 0 38px;
          opacity: 0.8;
          z-index: -1;
          border-color: transparent transparent transparent #0a519f; }
  .design3d-page .service-list {
    max-width: 1040px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .design3d-page .service-list li {
      position: relative; }
      .design3d-page .service-list li::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 1px;
        height: 100%;
        background-color: #dfdfdf; }
      .design3d-page .service-list li:last-child::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 1px;
        height: 100%;
        background-color: #dfdfdf; }
    .design3d-page .service-list_item {
      text-decoration: none;
      color: #000;
      width: 260px;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease;
      will-change: opacity; }
      .design3d-page .service-list_item:hover {
        opacity: 0.8; }
    .design3d-page .service-list_pic {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      min-height: 72px;
      margin-bottom: 13px; }
    .design3d-page .service-list .tit-h3_ico01::before {
      content: none;
      background: transparent; }
  .design3d-page .service .btn-modal_form {
    font-size: 36px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 5px 25px 10px;
    border-radius: 40px;
    background-color: #0a519f;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto 40px;
    border: none;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    cursor: pointer; }
    .design3d-page .service .btn-modal_form:hover {
      opacity: 0.8; }
  @media (min-width: 768px) and (max-width: 1098px) {
    .design3d-page .service-images {
      gap: 10px 1.182%;
      width: 100%; }
      .design3d-page .service-images_item {
        width: 49.4%; }
    .design3d-page .service-list {
      width: 100%; }
      .design3d-page .service-list li {
        width: 24.93%; }
      .design3d-page .service-list_item {
        width: 100%; } }
  @media (min-width: 453px) and (max-width: 767px) {
    .design3d-page .service-list li:nth-child(2) .tit-h3_ico01 {
      min-height: 44px; } }
  @media (min-width: 402px) and (max-width: 453px) {
    .design3d-page .service-list li:nth-child(2) .tit-h3_ico01 {
      min-height: 66px; } }
  @media (min-width: 320px) and (max-width: 402px) {
    .design3d-page .service-list li:nth-child(2) .tit-h3_ico01 {
      min-height: 88px; } }
  @media screen and (max-width: 767px) {
    .design3d-page .service-inner {
      max-width: 767px;
      padding-top: 40px;
      padding-bottom: 0px; }
    .design3d-page .service-box {
      padding-top: 60px; }
      .design3d-page .service-box .tit-h2 {
        font-size: 24px;
        margin: 0 auto 60px;
        padding: 0 0;
        color: #0a519f;
        text-align: center; }
        .design3d-page .service-box .tit-h2_line02 {
          padding-bottom: 22px; }
    .design3d-page .service-images {
      margin-bottom: 80px; }
    .design3d-page .service-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      row-gap: 40px;
      margin-bottom: 80px; }
      .design3d-page .service-list .tit-h3 {
        text-align: center; }
      .design3d-page .service-list li {
        position: relative;
        width: 43.723%; }
        .design3d-page .service-list li::before {
          content: "";
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
          left: auto;
          right: 0;
          width: 1px;
          height: calc(100% + 40px);
          background-color: #dfdfdf; }
        .design3d-page .service-list li:last-child::after {
          content: none; }
        .design3d-page .service-list li:nth-child(even)::before {
          content: none; }
        .design3d-page .service-list li:nth-child(1)::before {
          content: "";
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
          left: auto;
          right: 0;
          width: 1px;
          height: calc(100% + 40px);
          background-color: #dfdfdf; }
        .design3d-page .service-list li:nth-child(1)::after {
          content: "";
          position: absolute;
          top: auto;
          bottom: -20px;
          left: auto;
          right: 0;
          width: 100%;
          height: 1px;
          background-color: #dfdfdf; }
        .design3d-page .service-list li:nth-child(2)::after {
          content: "";
          position: absolute;
          top: auto;
          bottom: -20px;
          left: 0;
          right: auto;
          width: calc(100% - 20px);
          height: 1px;
          background-color: #dfdfdf; }
      .design3d-page .service-list_item {
        width: 100%; }
    .design3d-page .service .btn-modal_form {
      font-size: 24px; } }
  .design3d-page .projects {
    background-color: #0a519f;
    padding: 132px 0 180px; }
    .design3d-page .projects-inner {
      max-width: 1099px;
      margin: 0 auto;
      position: relative; }
    .design3d-page .projects .tit-h2 {
      font-size: 36px;
      font-weight: bold;
      line-height: calc(48 / 36);
      padding-bottom: 25px; }
    .design3d-page .projects .tit-h2_line02 {
      background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #fff), color-stop(50%, #0000));
      background: linear-gradient(0deg, #fff 50%, #0000 50%);
      background-size: 11% 8px;
      background-position: 50% 100%;
      background-repeat: no-repeat;
      margin-bottom: 100px; }
    .design3d-page .projects-box {
      padding-top: 98px; }
      .design3d-page .projects-box .tit-h2 {
        font-size: 36px;
        font-weight: bold;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        margin: 0 auto 94px;
        padding: 0 23px;
        color: #0a519f; }
        .design3d-page .projects-box .tit-h2_line02 {
          padding-bottom: 22px; }
    .design3d-page .projects .tabs {
      width: 100%; }
      .design3d-page .projects .tabs_control {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        position: relative; }
        .design3d-page .projects .tabs_control::before {
          content: "";
          position: absolute;
          top: 0;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          z-index: 9;
          pointer-events: none;
          background-image: url("../img/design3d/ico_tabs01.svg");
          background-size: contain;
          background-repeat: no-repeat;
          width: 73px;
          height: 82px; }
      .design3d-page .projects .tabs_button {
        width: 49.545%;
        height: 82px;
        position: relative;
        background-color: #e6edf5;
        color: #000000;
        font-size: 30px;
        font-weight: bold;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        border-bottom: 2px solid #0a519f;
        cursor: pointer; }
        .design3d-page .projects .tabs_button.active {
          background-color: #fff;
          border-bottom: 2px solid #ffff; }
      .design3d-page .projects .tabs_contents {
        background-color: #fff;
        padding: 98px 73px 113px 74px; }
      .design3d-page .projects .tabs_content:nth-child(2) {
        display: none; }
    .design3d-page .projects .slider {
      position: relative;
      margin-bottom: 73px; }
      .design3d-page .projects .slider:last-child {
        margin-bottom: 0px; }
    .design3d-page .projects .gallery-top .swiper-slide {
      position: relative; }
      .design3d-page .projects .gallery-top .swiper-slide .text {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 9px 25px;
        font-size: 24px;
        font-weight: bold;
        letter-spacing: 0.02em;
        color: #fff;
        z-index: 1; }
        .design3d-page .projects .gallery-top .swiper-slide .text::before {
          content: "";
          position: absolute;
          left: 0;
          bottom: 0;
          height: 49px;
          width: 370px;
          opacity: 0.8;
          background-color: #0a519f;
          z-index: -1; }
        .design3d-page .projects .gallery-top .swiper-slide .text::after {
          content: "";
          position: absolute;
          left: 370px;
          bottom: 0;
          width: 0px;
          height: 0px;
          border-style: solid;
          border-width: 49px 0 0 26px;
          opacity: 0.8;
          z-index: -1;
          border-color: transparent transparent transparent #0a519f; }
    .design3d-page .projects .swiper-btn {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
      position: absolute;
      width: 100%;
      bottom: 16.2%;
      height: 44px; }
    .design3d-page .projects .swiper-button-white {
      position: relative; }
    .design3d-page .projects .swiper-button-prev {
      left: -4px; }
    .design3d-page .projects .swiper-button-next {
      right: -4px; }
    .design3d-page .projects .swiper-button-next:after,
    .design3d-page .projects .swiper-button-prev:after {
      color: #707070;
      font-size: 36px; }
    .design3d-page .projects .swiper-container {
      width: 100%;
      height: 300px;
      margin-left: auto;
      margin-right: auto; }
    .design3d-page .projects .swiper-slide {
      background-size: cover;
      background-position: center; }
    .design3d-page .projects .gallery-top {
      height: 80%;
      width: 100%;
      overflow: hidden; }
    .design3d-page .projects .gallery-thumbs {
      height: 20%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 27px 28px 27px 29px;
      overflow: hidden;
      position: relative; }
    .design3d-page .projects .gallery-thumbs .swiper-slide {
      height: 100%; }
    .design3d-page .projects .gallery-thumbs .swiper-slide-thumb-active {
      opacity: 0.8; }
    @media screen and (max-width: 767px) {
      .design3d-page .projects {
        padding: 40px 0 100px; }
        .design3d-page .projects .tit-h2_line02 {
          margin-bottom: 40px;
          font-size: 24px; }
        .design3d-page .projects .tabs_control::before {
          width: 44px;
          height: 50px; }
        .design3d-page .projects .tabs_button {
          width: 50%;
          height: 50px;
          font-size: 16px; }
        .design3d-page .projects .tabs_contents {
          padding: 40px 20px 50px; }
        .design3d-page .projects .slider {
          margin-bottom: 40px; }
        .design3d-page .projects .gallery-top .swiper-slide .text {
          font-size: 18px; }
          .design3d-page .projects .gallery-top .swiper-slide .text::before {
            width: 190px;
            height: 42px; }
          .design3d-page .projects .gallery-top .swiper-slide .text::after {
            left: 190px;
            border-width: 42px 0 0 26px; }
        .design3d-page .projects .gallery-thumbs {
          padding: 20px 10px; }
          .design3d-page .projects .gallery-thumbs .swiper-slide {
            margin-right: 10px; }
        .design3d-page .projects .swiper-button-next {
          width: 24px;
          right: -15px; }
          .design3d-page .projects .swiper-button-next::after {
            font-size: 24px; }
        .design3d-page .projects .swiper-button-prev {
          width: 24px;
          left: -15px; }
          .design3d-page .projects .swiper-button-prev::after {
            font-size: 24px; } }
  .design3d-page .connect {
    position: relative;
    z-index: 9;
    background-color: #e6edf5; }
    .design3d-page .connect .title {
      text-align: center;
      padding: 30px 0 20px; }
      .design3d-page .connect .title > span {
        display: inline-block;
        position: relative;
        background-color: #e6edf5;
        font-size: 28px;
        font-weight: bold;
        color: #0a519f;
        line-height: calc(39 / 28); }
        .design3d-page .connect .title > span::before {
          content: "";
          position: absolute;
          width: 1px;
          height: 100px;
          background-color: #000;
          bottom: -15px;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          z-index: -1; }
    .design3d-page .connect-content {
      margin-top: 24px; }
    .design3d-page .connect .socials {
      margin: 0 0 65px; }
      .design3d-page .connect .socials ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .design3d-page .connect .socials ul > li + li {
          margin-left: 70px; }
    .design3d-page .connect .map {
      width: 100%;
      height: 530px;
      background-color: #e6edf5;
      overflow: hidden; }
      .design3d-page .connect .map iframe {
        display: block;
        width: 100%;
        height: calc(100% + 300px);
        margin: -150px 0; }
    @media screen and (max-width: 767px) {
      .design3d-page .connect .title > span {
        font-size: 24px; } }
  .design3d-page .faq {
    background-color: #e6edf5; }
    .design3d-page .faq-inner {
      max-width: 1158px;
      width: 100%;
      margin: 0 auto;
      position: relative;
      padding: 129px 30px 127px; }
    .design3d-page .faq .tit-h2 {
      font-size: 36px;
      color: #000;
      margin-bottom: 48px; }
    .design3d-page .faq-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .design3d-page .faq-content_left {
        width: 555px; }
        .design3d-page .faq-content_left .txt {
          line-height: calc(36 / 16); }
      .design3d-page .faq-content_right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        row-gap: 10px;
        margin-top: 5px; }
        .design3d-page .faq-content_right .btn {
          text-decoration: none;
          position: relative;
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          width: 500px;
          height: 72px;
          background-color: #1274ad;
          color: #fff;
          -webkit-transition: opacity 0.3s ease;
          transition: opacity 0.3s ease; }
          .design3d-page .faq-content_right .btn:hover {
            opacity: 0.8; }
    @media (min-width: 768px) and (max-width: 1098px) {
      .design3d-page .faq-content_left {
        width: 50.5%; }
      .design3d-page .faq-content_right {
        width: 45.4%; }
        .design3d-page .faq-content_right .btn {
          width: 100%; } }
    @media screen and (max-width: 767px) {
      .design3d-page .faq-inner {
        max-width: 767px;
        padding: 40px 20px; }
      .design3d-page .faq .tit-h2 {
        font-size: 24px;
        color: #000;
        margin-bottom: 40px;
        padding: 0; }
      .design3d-page .faq-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        .design3d-page .faq-content_left {
          width: 100%; }
        .design3d-page .faq-content_right {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          row-gap: 10px;
          margin-top: 20px;
          width: 100%; }
          .design3d-page .faq-content_right .btn {
            width: 100%;
            height: 56px; } }
  .design3d-page .footer {
    background-color: #0a519f;
    height: auto; }
    .design3d-page .footer-inner {
      max-width: 1340px;
      width: 100%;
      margin: 0 auto;
      position: relative;
      padding: 128px 5px 139px; }
    .design3d-page .footer-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding-bottom: 67px;
      margin-bottom: 35px;
      border-bottom: 1px solid #fff; }
    .design3d-page .footer-logo {
      width: 189px;
      height: auto;
      margin: 2px 0 50px 0; }
    .design3d-page .footer-list {
      color: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 1034px;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .design3d-page .footer-list_address {
        width: 209px;
        font-size: 14px;
        line-height: calc(24 / 14); }
        .design3d-page .footer-list_address:nth-child(1) {
          width: 227px; }
        .design3d-page .footer-list_address:not(:first-child) {
          margin-left: 50px; }
    .design3d-page .footer .bottom .copyright {
      font-weight: 400; }
    @media (min-width: 768px) and (max-width: 1284px) {
      .design3d-page .footer-logo {
        width: 14.719%;
        margin-right: 3.894%; }
      .design3d-page .footer-list {
        width: 80.529%; }
        .design3d-page .footer-list_address {
          width: 20.212%; }
          .design3d-page .footer-list_address:nth-child(1) {
            width: 21.95%; }
          .design3d-page .footer-list_address:not(:first-child) {
            margin-left: 4.835%; } }
    @media screen and (max-width: 767px) {
      .design3d-page .footer-inner {
        max-width: 767px;
        width: 100%;
        margin: 0 auto;
        position: relative;
        padding: 40px 20px 139px; }
      .design3d-page .footer-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding-bottom: 40px;
        margin-bottom: 34px;
        border-bottom: 1px solid #fff; }
      .design3d-page .footer-logo {
        max-width: auto;
        width: 110px;
        height: auto;
        margin: 0 20px 0 0; }
      .design3d-page .footer-list {
        color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: calc(100% - 130px);
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        row-gap: 40px; }
        .design3d-page .footer-list_address {
          width: 100%; }
          .design3d-page .footer-list_address:nth-child(1) {
            width: 100%; }
          .design3d-page .footer-list_address:not(:first-child) {
            margin-left: 0; } }
  .design3d-page .modal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    right: 0;
    background: rgba(51, 51, 51, 0.5);
    opacity: 0;
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
    pointer-events: none;
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease; }
    .design3d-page .modal.show {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
      pointer-events: auto; }
    .design3d-page .modal-inner {
      height: 100vh;
      width: 100%;
      padding: 4rem;
      overflow-x: hidden;
      overflow-y: auto; }
    .design3d-page .modal-content {
      max-width: 370px;
      width: 100%;
      margin: 0 auto;
      height: 100%;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .design3d-page .modal .button_close {
      margin: 0;
      padding: 0;
      border: 0;
      background: none;
      position: absolute;
      top: 12px;
      right: 6px;
      width: 20px;
      height: 20px;
      cursor: pointer;
      z-index: 999; }
      .design3d-page .modal .button_close::after, .design3d-page .modal .button_close::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        right: 0;
        width: 15px;
        height: 2px;
        background: #333333;
        border-radius: 0.5rem;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
      .design3d-page .modal .button_close::before {
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
                transform: translate(-50%, -50%) rotate(45deg); }
      .design3d-page .modal .button_close::after {
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
                transform: translate(-50%, -50%) rotate(-45deg); }
    .design3d-page .modal .form {
      position: relative;
      top: 0;
      right: 0; }
    @media screen and (max-width: 767px) {
      .design3d-page .modal-inner {
        padding: 1rem; }
      .design3d-page .modal .form {
        -webkit-transform: translateX(0);
                transform: translateX(0);
        width: 100%; }
      .design3d-page .modal .button_close {
        top: 30px;
        right: 0;
        width: 40px;
        height: 40px;
        cursor: pointer;
        z-index: 999;
        background: #fff;
        border-radius: 50%; } }

.bpo-page {
  /* section footer
  ------------------------------------------------------------------------------ */ }
  :root .bpo-page {
    color-scheme: light; }
  @media (max-width: 767px) {
    .bpo-page .only-pc {
      display: none; } }
  @media (min-width: 768px) {
    .bpo-page .only-sp {
      display: none; } }
  @media screen and (max-width: 767px) {
    .bpo-page .header-nav {
      height: 70px; } }
  .bpo-page .logo {
    padding: 22px 26px 22px 25px; }
    @media screen and (max-width: 767px) {
      .bpo-page .logo {
        padding: 0;
        width: 141px;
        z-index: 1000; }
        .bpo-page .logo a img {
          width: 104px; } }
  @media screen and (max-width: 767px) {
    .bpo-page .sp-menu {
      position: relative;
      cursor: pointer;
      display: block;
      width: 70px;
      height: 70px;
      border-radius: 5px;
      z-index: 1000; }
      .bpo-page .sp-menu span {
        display: inline-block;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        position: absolute;
        right: 20px;
        width: 26px;
        height: 2px;
        top: 33px;
        background: #fff; }
        .bpo-page .sp-menu span:nth-child(1) {
          top: 25px; }
        .bpo-page .sp-menu span:nth-child(3) {
          top: 41px; }
      .bpo-page .sp-menu.active span:nth-child(1) {
        top: 28px;
        right: 20px;
        -webkit-transform: translateY(6px) rotate(-45deg);
                transform: translateY(6px) rotate(-45deg);
        width: 30%; }
      .bpo-page .sp-menu.active span:nth-child(2) {
        opacity: 0; }
      .bpo-page .sp-menu.active span:nth-child(3) {
        top: 40px;
        right: 20px;
        -webkit-transform: translateY(-6px) rotate(45deg);
                transform: translateY(-6px) rotate(45deg);
        width: 30%; } }
  .bpo-page .nav {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-right: 31px; }
    .bpo-page .nav li {
      margin-left: 35px; }
      .bpo-page .nav li:first-child {
        margin-left: 0; }
    .bpo-page .nav a {
      position: relative; }
      .bpo-page .nav a::before {
        content: "";
        position: absolute;
        bottom: -3px;
        right: 0;
        height: 1px;
        width: 0;
        background-color: #fff;
        -webkit-transition: width 0.3s ease;
        transition: width 0.3s ease; }
      .bpo-page .nav a:hover::before, .bpo-page .nav a.current::before {
        width: 100%;
        left: 0;
        right: auto; }
    @media screen and (max-width: 767px) {
      .bpo-page .nav {
        position: fixed;
        top: 0;
        right: -100%;
        display: block;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 120px 0 0;
        -webkit-transition: right 0.4s ease, opacity 0.4s ease;
        transition: right 0.4s ease, opacity 0.4s ease;
        background-color: #1274ad;
        z-index: 200;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        opacity: 0; }
        .bpo-page .nav.active {
          right: 0;
          opacity: 1; }
        .bpo-page .nav li {
          margin: 0 auto 40px;
          text-align: center; }
          .bpo-page .nav li a {
            font-size: 16px;
            font-weight: 400;
            color: #fff;
            text-decoration: none; }
          .bpo-page .nav li .btn {
            max-width: 375px;
            width: 100%;
            height: 46px;
            border: 1px solid #fff;
            text-decoration: none;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            margin: 0 auto; }
            .bpo-page .nav li .btn:hover::before {
              content: none; } }
  @media (min-width: 768px) and (max-width: 1459px) {
    .bpo-page .logo {
      width: 13.708%;
      padding: 1% 2% 1% 2%; }
    .bpo-page .nav {
      margin-right: 1.5%; }
      .bpo-page .nav li {
        margin-left: 2%; }
        .bpo-page .nav li a {
          font-size: 14px; }
        .bpo-page .nav li:first-child {
          margin-left: 0; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .bpo-page .nav li a {
      font-size: 12px; } }
  .bpo-page .pagetop {
    bottom: 82px;
    opacity: 0; }
    .bpo-page .pagetop.show {
      opacity: 1; }
    @media screen and (max-width: 767px) {
      .bpo-page .pagetop {
        bottom: 106px; } }
  .bpo-page .txt-description {
    max-width: 897px;
    margin: 0 auto;
    width: 100%;
    font-weight: 600;
    font-style: normal;
    line-height: calc(36 / 16);
    margin-bottom: 75px;
    padding: 0 30px; }
    @media screen and (max-width: 767px) {
      .bpo-page .txt-description {
        margin-bottom: 40px;
        padding: 0 20px; } }
  .bpo-page .page-header {
    padding-top: 100px;
    background-color: #fff;
    overflow: hidden; }
    .bpo-page .page-header .container {
      max-width: 1240px;
      width: 100%;
      margin: auto;
      height: 700px;
      position: relative; }
    .bpo-page .page-header .kv-item {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      opacity: 0;
      pointer-events: none; }
      .bpo-page .page-header .kv-item.active {
        opacity: 1;
        pointer-events: auto; }
      .bpo-page .page-header .kv-item .pic {
        pointer-events: none; }
      .bpo-page .page-header .kv-item.kv01 {
        background-color: transparent;
        position: relative; }
        .bpo-page .page-header .kv-item.kv01::before {
          content: "";
          position: absolute;
          top: 0;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          width: 100vw;
          height: 100%;
          background-image: url("../img/bpo/bg_pc-01.png");
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center;
          pointer-events: none; }
        @media (min-width: 768px) and (max-width: 1239px) {
          .bpo-page .page-header .kv-item.kv01 img:nth-child(1) {
            position: absolute;
            -o-object-fit: contain;
               object-fit: contain;
            -o-object-position: center;
               object-position: center; } }
      .bpo-page .page-header .kv-item.kv02 {
        background-color: transparent; }
        .bpo-page .page-header .kv-item.kv02::before {
          content: "";
          position: absolute;
          top: 0;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          width: 100vw;
          height: 100%;
          background-image: url("../img/bpo/bg_pc-02.png");
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center; }
        .bpo-page .page-header .kv-item.kv02 .form {
          top: 78px;
          right: 52px;
          left: auto; }
          @media (min-width: 768px) and (max-width: 1239px) {
            .bpo-page .page-header .kv-item.kv02 .form {
              right: 3%;
              width: 31.838%;
              padding: 25px 1.5% 37px;
              top: 6.29vw; } }
    @media screen and (max-width: 767px) {
      .bpo-page .page-header {
        padding-top: 70px; }
        .bpo-page .page-header .container {
          width: 100%;
          height: 100%; }
        .bpo-page .page-header .kv-item {
          height: 100%;
          position: relative;
          max-height: 88.13559vw; }
          .bpo-page .page-header .kv-item.off {
            display: none; }
          .bpo-page .page-header .kv-item.active {
            padding-top: 30px;
            height: auto;
            margin-bottom: 890px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; }
          .bpo-page .page-header .kv-item.kv01::before {
            background-image: url("../img/bpo/bg_sp-01.png"); }
          .bpo-page .page-header .kv-item.kv01 img:nth-child(1) {
            position: absolute;
            left: -33%;
            -webkit-transform: translateX(0);
                    transform: translateX(0); }
          .bpo-page .page-header .kv-item.kv02 img {
            left: 67.5%; }
          .bpo-page .page-header .kv-item.kv02 .form {
            top: calc(100% + 80px);
            right: 50%;
            left: auto;
            -webkit-transform: translateX(50%);
                    transform: translateX(50%);
            width: calc(100% - 40px); } }
  .bpo-page .solution.cs_style02 .text-large {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    background: transparent;
    z-index: 1;
    width: auto;
    margin: 0 auto;
    color: #fff;
    padding: 5px 20px; }
    .bpo-page .solution.cs_style02 .text-large .bg_01 {
      position: absolute;
      z-index: -1;
      width: 100%;
      height: 100%;
      left: 0;
      top: 1px;
      pointer-events: none; }
      .bpo-page .solution.cs_style02 .text-large .bg_01::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: #0a519f;
        z-index: -1; }
      .bpo-page .solution.cs_style02 .text-large .bg_01::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 4px;
        left: 3px;
        background-color: #bad6f5;
        z-index: -2; }
    .bpo-page .solution.cs_style02 .text-large .bg_02 {
      position: absolute;
      z-index: -1;
      width: 100%;
      height: 100%;
      left: 0;
      bottom: -21px;
      pointer-events: none; }
      .bpo-page .solution.cs_style02 .text-large .bg_02::before, .bpo-page .solution.cs_style02 .text-large .bg_02::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        display: inline-block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 20px 10px 0 10px;
        border-color: #0a519f transparent transparent transparent; }
      .bpo-page .solution.cs_style02 .text-large .bg_02::after {
        bottom: -4px;
        left: calc(50% + 3px);
        border-color: #bad6f5 transparent transparent transparent;
        z-index: -2; }
  .bpo-page .solution .boxInner {
    max-width: 880px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 110px 20px; }
  .bpo-page .solution .text {
    font-size: 22px;
    line-height: calc(40 / 22);
    margin-bottom: 27px; }
    .bpo-page .solution .text-large {
      font-weight: 500;
      font-size: 32px;
      color: #0a519f;
      display: inline;
      background-image: url("../img/bpo/ico_line.svg");
      background-size: 708px 4px;
      background-repeat: repeat-x;
      background-position: bottom;
      padding-bottom: 4px; }
    .bpo-page .solution .text:last-child {
      margin-top: 35px; }
  @media screen and (max-width: 767px) {
    .bpo-page .solution .text {
      font-size: 16px; }
      .bpo-page .solution .text-large {
        font-size: 18px; } }
  .bpo-page .footer {
    background-color: #0a519f;
    height: auto; }
    .bpo-page .footer-inner {
      max-width: 1340px;
      width: 100%;
      margin: 0 auto;
      position: relative;
      padding: 128px 5px 139px; }
    .bpo-page .footer-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding-bottom: 71px;
      margin-bottom: 34px;
      border-bottom: 1px solid #fff; }
    .bpo-page .footer-logo {
      width: 189px;
      height: auto;
      margin: 2px 0 50px 0; }
    .bpo-page .footer-list {
      color: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 1034px;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .bpo-page .footer-list_address {
        width: 209px;
        font-size: 14px;
        line-height: calc(24 / 14); }
        .bpo-page .footer-list_address:nth-child(1) {
          width: 227px; }
        .bpo-page .footer-list_address:not(:first-child) {
          margin-left: 50px; }
    .bpo-page .footer .bottom .copyright {
      font-weight: 400; }
    @media (min-width: 768px) and (max-width: 1284px) {
      .bpo-page .footer-logo {
        width: 14.719%;
        margin-right: 3.894%; }
      .bpo-page .footer-list {
        width: 80.529%; }
        .bpo-page .footer-list_address {
          width: 20.212%; }
          .bpo-page .footer-list_address:nth-child(1) {
            width: 21.95%; }
          .bpo-page .footer-list_address:not(:first-child) {
            margin-left: 4.835%; } }
    @media screen and (max-width: 767px) {
      .bpo-page .footer-inner {
        max-width: 767px;
        width: 100%;
        margin: 0 auto;
        position: relative;
        padding: 40px 20px 139px; }
      .bpo-page .footer-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding-bottom: 40px;
        margin-bottom: 34px;
        border-bottom: 1px solid #fff; }
      .bpo-page .footer-logo {
        max-width: auto;
        width: 110px;
        height: auto;
        margin: 0 20px 0 0; }
      .bpo-page .footer-list {
        color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: calc(100% - 130px);
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        row-gap: 40px; }
        .bpo-page .footer-list_address {
          width: 100%; }
          .bpo-page .footer-list_address:nth-child(1) {
            width: 100%; }
          .bpo-page .footer-list_address:not(:first-child) {
            margin-left: 0; } }

.bold {
  font-weight: bold; }

.medium {
  font-weight: 500; }

.hp-page {
  /* section boxUi
  ------------------------------------------------------------------------------ */
  /* section service
  ------------------------------------------------------------------------------ */
  /* section achievements
  ------------------------------------------------------------------------------ */
  /* section footer
  ------------------------------------------------------------------------------ */ }
  :root .hp-page {
    color-scheme: light; }
  @media (max-width: 767px) {
    .hp-page .only-pc {
      display: none; } }
  @media (min-width: 768px) {
    .hp-page .only-sp {
      display: none; } }
  @media screen and (max-width: 767px) {
    .hp-page .header-nav {
      height: 70px; } }
  .hp-page .logo {
    padding: 22px 26px 22px 25px; }
    @media screen and (max-width: 767px) {
      .hp-page .logo {
        padding: 0;
        width: 141px;
        z-index: 1000; }
        .hp-page .logo a img {
          width: 104px; } }
  @media screen and (max-width: 767px) {
    .hp-page .sp-menu {
      position: relative;
      cursor: pointer;
      display: block;
      width: 70px;
      height: 70px;
      border-radius: 5px;
      z-index: 1000; }
      .hp-page .sp-menu span {
        display: inline-block;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        position: absolute;
        right: 20px;
        width: 26px;
        height: 2px;
        top: 33px;
        background: #fff; }
        .hp-page .sp-menu span:nth-child(1) {
          top: 25px; }
        .hp-page .sp-menu span:nth-child(3) {
          top: 41px; }
      .hp-page .sp-menu.active span:nth-child(1) {
        top: 28px;
        right: 20px;
        -webkit-transform: translateY(6px) rotate(-45deg);
                transform: translateY(6px) rotate(-45deg);
        width: 30%; }
      .hp-page .sp-menu.active span:nth-child(2) {
        opacity: 0; }
      .hp-page .sp-menu.active span:nth-child(3) {
        top: 40px;
        right: 20px;
        -webkit-transform: translateY(-6px) rotate(45deg);
                transform: translateY(-6px) rotate(45deg);
        width: 30%; } }
  .hp-page .nav {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-right: 31px; }
    .hp-page .nav li {
      margin-left: 35px; }
      .hp-page .nav li:first-child {
        margin-left: 0; }
    .hp-page .nav a {
      position: relative; }
      .hp-page .nav a::before {
        content: "";
        position: absolute;
        bottom: -3px;
        right: 0;
        height: 1px;
        width: 0;
        background-color: #fff;
        -webkit-transition: width 0.3s ease;
        transition: width 0.3s ease; }
      .hp-page .nav a:hover::before, .hp-page .nav a.current::before {
        width: 100%;
        left: 0;
        right: auto; }
    @media screen and (max-width: 767px) {
      .hp-page .nav {
        position: fixed;
        top: 0;
        right: -100%;
        display: block;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 120px 0 0;
        -webkit-transition: right 0.4s ease, opacity 0.4s ease;
        transition: right 0.4s ease, opacity 0.4s ease;
        background-color: #1274ad;
        z-index: 200;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        opacity: 0; }
        .hp-page .nav.active {
          right: 0;
          opacity: 1; }
        .hp-page .nav li {
          margin: 0 auto 40px;
          text-align: center; }
          .hp-page .nav li a {
            font-size: 16px;
            font-weight: 400;
            color: #fff;
            text-decoration: none; }
          .hp-page .nav li .btn {
            max-width: 375px;
            width: 100%;
            height: 46px;
            border: 1px solid #fff;
            text-decoration: none;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            margin: 0 auto; }
            .hp-page .nav li .btn:hover::before {
              content: none; } }
  @media (min-width: 768px) and (max-width: 1459px) {
    .hp-page .logo {
      width: 13.708%;
      padding: 1% 2% 1% 2%; }
    .hp-page .nav {
      margin-right: 1.5%; }
      .hp-page .nav li {
        margin-left: 2%; }
        .hp-page .nav li a {
          font-size: 14px; }
        .hp-page .nav li:first-child {
          margin-left: 0; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .hp-page .nav li a {
      font-size: 12px; } }
  .hp-page .pagetop {
    bottom: 82px;
    opacity: 0; }
    .hp-page .pagetop.show {
      opacity: 1; }
    @media screen and (max-width: 767px) {
      .hp-page .pagetop {
        bottom: 106px; } }
  .hp-page .page-header {
    padding-top: 100px;
    background-color: #fff;
    overflow: hidden; }
    .hp-page .page-header .container {
      max-width: 1240px;
      width: 100%;
      margin: auto;
      height: 700px;
      position: relative; }
    .hp-page .page-header .kv-item {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      opacity: 0;
      pointer-events: none; }
      .hp-page .page-header .kv-item.active {
        opacity: 1;
        pointer-events: auto; }
      .hp-page .page-header .kv-item .pic {
        pointer-events: none; }
      .hp-page .page-header .kv-item.kv01 {
        background-color: transparent;
        position: relative; }
        .hp-page .page-header .kv-item.kv01::before {
          content: "";
          position: absolute;
          top: 0;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          width: 100vw;
          height: 100%;
          background-image: url("../img/hp/bg_pc-01.png");
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center;
          pointer-events: none; }
        @media (min-width: 768px) and (max-width: 1239px) {
          .hp-page .page-header .kv-item.kv01 img:nth-child(1) {
            -o-object-fit: contain;
               object-fit: contain;
            -o-object-position: bottom;
               object-position: bottom; } }
    @media screen and (max-width: 767px) {
      .hp-page .page-header {
        padding-top: 70px; }
        .hp-page .page-header .container {
          width: 100%;
          height: 100%; }
        .hp-page .page-header .kv-item {
          height: 100%;
          position: relative;
          max-height: 88.13559vw; }
          .hp-page .page-header .kv-item.off {
            display: none; }
          .hp-page .page-header .kv-item.active {
            padding-top: 30px;
            height: auto;
            margin-bottom: 890px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; } }
  .hp-page .tit-h2 {
    font-weight: bold;
    font-size: 36px;
    color: #0a519f;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    width: max-content;
    margin: 0 auto 70px;
    background-size: 120px 8px;
    line-height: 2.6; }
    @media (max-width: 768px) {
      .hp-page .tit-h2 {
        margin-bottom: 35px; } }
  .hp-page .txt-description {
    max-width: 949px;
    margin: 0 auto;
    width: 100%;
    font-style: normal;
    line-height: calc(36 / 16);
    margin-bottom: 67px;
    padding: 0 20px; }
    @media screen and (max-width: 767px) {
      .hp-page .txt-description {
        margin-bottom: 40px;
        padding: 0 20px; } }
  .hp-page .boxUi#about {
    background-color: #e6edf5; }
  .hp-page .boxUi#technology {
    background-image: url("../img/hp/bg_technology.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
  .hp-page .boxUi-inner {
    max-width: 1340px;
    padding-top: 80px;
    padding-bottom: 175px;
    margin: 0 auto;
    position: relative;
    width: 100%; }
    @media (max-width: 768px) {
      .hp-page .boxUi-inner {
        padding: 30px 0; } }
    .hp-page .boxUi-inner .tech-description {
      margin-bottom: 60px; }
  .hp-page .boxUi .tech-inner {
    padding-bottom: 185px; }
    @media (max-width: 768px) {
      .hp-page .boxUi .tech-inner {
        padding-bottom: 30px; } }
  .hp-page .boxUi-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 1400px) {
      .hp-page .boxUi-contents {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 0 20px; } }
    @media (max-width: 992px) {
      .hp-page .boxUi-contents {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    .hp-page .boxUi-contents .pic {
      position: relative;
      width: 650px;
      margin-right: 65px; }
      @media (max-width: 1199px) {
        .hp-page .boxUi-contents .pic {
          max-width: 650px;
          width: calc(100% - 17px);
          height: -webkit-fit-content;
          height: -moz-fit-content;
          height: fit-content; } }
      @media (max-width: 992px) {
        .hp-page .boxUi-contents .pic {
          margin-right: 0; } }
      @media (max-width: 768px) {
        .hp-page .boxUi-contents .pic {
          margin-right: 17px; } }
      .hp-page .boxUi-contents .pic::before {
        content: "";
        position: absolute;
        top: 17px;
        right: -17px;
        width: 100%;
        height: 100%;
        z-index: -1;
        background-color: #02509e; }
    .hp-page .boxUi-contents .text {
      width: 587px; }
      @media (max-width: 992px) {
        .hp-page .boxUi-contents .text {
          width: 100%;
          padding: 30px 20px; } }
      .hp-page .boxUi-contents .text p {
        font-size: 16px;
        line-height: 1.9; }
  .hp-page .service-inner {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    padding: 82px 20px 108px; }
    @media (max-width: 768px) {
      .hp-page .service-inner {
        padding: 30px 20px; } }
  .hp-page .service .tit-h3 {
    text-align: center; }
    @media (max-width: 768px) {
      .hp-page .service .tit-h3 {
        font-size: 16px; } }
  .hp-page .service-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    row-gap: 66px;
    padding-top: 20px; }
    .hp-page .service-list li {
      position: relative;
      width: calc(100% / 4); }
      .hp-page .service-list li:nth-child(even):before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 1px;
        height: 100%;
        background-color: #dfdfdf; }
      @media (max-width: 768px) {
        .hp-page .service-list li {
          width: calc(100% / 2);
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
      .hp-page .service-list li:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 1px;
        height: 100%;
        background-color: #dfdfdf; }
      .hp-page .service-list li:last-child::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 1px;
        height: 100%;
        background-color: #dfdfdf; }
    .hp-page .service-list .tit-h3_ico01::before {
      content: none;
      background: transparent; }
    .hp-page .service-list_item {
      text-decoration: none;
      color: #000;
      width: 265px;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: space-evenly;
          -ms-flex-pack: space-evenly;
              justify-content: space-evenly;
      height: 100%;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease;
      will-change: opacity; }
      .hp-page .service-list_item:hover {
        opacity: 0.8; }
      @media (max-width: 1199px) {
        .hp-page .service-list_item {
          padding: 0 10px; }
          .hp-page .service-list_item.tit-h3 {
            font-size: 16px; } }
    .hp-page .service-list_pic {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      min-height: auto;
      margin-bottom: 10px; }
      .hp-page .service-list_pic img {
        -o-object-fit: contain;
           object-fit: contain; }
  @media (min-width: 768px) and (max-width: 1099px) {
    .hp-page .service-list_item {
      width: 100%; } }
  .hp-page .achievements-inner {
    max-width: 1100px;
    width: 100%;
    padding: 111px 26px 249px 24px;
    margin: 0 auto;
    position: relative; }
    @media (max-width: 768px) {
      .hp-page .achievements-inner {
        padding-top: 30px;
        padding-bottom: 30px; } }
    .hp-page .achievements-inner .tit-h2 {
      width: 150px;
      margin-bottom: 80px;
      color: #000; }
      .hp-page .achievements-inner .tit-h2_line02 {
        background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #000), color-stop(50%, #0000));
        background: linear-gradient(0deg, #000 50%, #0000 50%);
        background-size: 100% 8px;
        background-position: 50% 100%;
        background-repeat: no-repeat;
        width: 120px; }
  .hp-page .achievements-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 50px; }
    @media (min-width: 768px) and (max-width: 1098px) {
      .hp-page .achievements-list {
        width: 100%; } }
  .hp-page .achievements-list_item {
    width: 500px;
    border-radius: 9px;
    background-color: #fff;
    -webkit-box-shadow: 0px 3px 6px #00000029;
            box-shadow: 0px 3px 6px #00000029; }
    @media (max-width: 1199px) {
      .hp-page .achievements-list_item {
        width: calc((100% - 30px) / 2); } }
    @media (max-width: 768px) {
      .hp-page .achievements-list_item {
        width: 100%; } }
    .hp-page .achievements-list_item .tit-h3 {
      text-align: center;
      color: #fff;
      font-weight: bold;
      font-size: 28px;
      line-height: calc(40 / 28);
      border-radius: 9px 9px 0 0;
      padding: 20px 20px 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      min-height: 168px; }
      @media (max-width: 768px) {
        .hp-page .achievements-list_item .tit-h3 {
          font-size: 20px;
          min-height: 120px; } }
      .hp-page .achievements-list_item .tit-h3.fz-sm {
        font-size: 25px;
        line-height: calc(36 / 25);
        letter-spacing: 0.03em;
        padding-top: 5px; }
    .hp-page .achievements-list_item:nth-child(3) .achievements-detail {
      padding-top: 7px;
      padding-bottom: 65px; }
      .hp-page .achievements-list_item:nth-child(3) .achievements-detail_infor {
        margin-bottom: 15px; }
    .hp-page .achievements-list_item:nth-child(4) .achievements-detail_infor {
      margin-bottom: 18px; }
    .hp-page .achievements-list_item:nth-child(4) .txt {
      letter-spacing: unset; }
    .hp-page .achievements-list_item:nth-child(6) .achievements-detail {
      padding-top: 8px;
      padding-bottom: 35px; }
      .hp-page .achievements-list_item:nth-child(6) .achievements-detail_infor {
        margin-bottom: 20px; }
    .hp-page .achievements-list_item:nth-child(8) .achievements-detail {
      margin-bottom: 20px; }
    .hp-page .achievements-list_item:nth-child(9) .achievements-detail_infor, .hp-page .achievements-list_item:nth-child(10) .achievements-detail_infor {
      margin-top: 15px;
      margin-bottom: 21px; }
    .hp-page .achievements-list_item:nth-child(9) .txt, .hp-page .achievements-list_item:nth-child(10) .txt {
      letter-spacing: unset;
      max-height: 112px;
      overflow: hidden; }
    .hp-page .achievements-list_item:nth-child(11) .achievements-detail_infor {
      margin-top: 17px;
      margin-bottom: 22px; }
  .hp-page .achievements-detail {
    padding: 11px 40px 28px; }
    @media (max-width: 992px) {
      .hp-page .achievements-detail {
        padding: 11px 20px 28px; } }
    .hp-page .achievements-detail_box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding-left: 2px;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      row-gap: 8px;
      -webkit-column-gap: 8px;
         -moz-column-gap: 8px;
              column-gap: 8px;
      list-style: none; }
      .hp-page .achievements-detail_box li {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        padding: 0 8px;
        min-width: 76px;
        height: 30px;
        border-radius: 2px;
        background-color: #1274ad;
        color: #fff;
        font-size: 16px;
        line-height: 1.5; }
    .hp-page .achievements-detail_infor {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-top: 20px;
      margin-bottom: 25px;
      padding-left: 2px; }
      .hp-page .achievements-detail_infor p {
        font-size: 18px;
        font-weight: 500;
        line-height: calc(34 / 18);
        letter-spacing: .03em;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        @media (max-width: 992px) {
          .hp-page .achievements-detail_infor p {
            font-size: 16px; } }
        @media (max-width: 768px) {
          .hp-page .achievements-detail_infor p {
            font-size: 14px; } }
        .hp-page .achievements-detail_infor p span:last-child {
          line-height: 1.6; }
        .hp-page .achievements-detail_infor p span:first-child {
          min-width: 19%; }
          @media (max-width: 992px) {
            .hp-page .achievements-detail_infor p span:first-child {
              min-width: 70px; } }
    .hp-page .achievements-detail_list li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 18px 2px 20px 2px;
      border-top: 1px solid #707070;
      max-height: 830px;
      height: 100%; }
      .hp-page .achievements-detail_list li.client {
        padding-right: 0; }
        .hp-page .achievements-detail_list li.client .tit-h4 {
          max-width: 86px;
          margin-top: 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
        .hp-page .achievements-detail_list li.client .txt {
          max-width: calc(100% - 100px); }
    .hp-page .achievements-detail_list .no-indent {
      margin-left: -0.6em; }
    .hp-page .achievements-detail_list .tit-h4 {
      max-width: 110px;
      margin-right: 10px;
      width: 100%; }
      @media (max-width: 768px) {
        .hp-page .achievements-detail_list .tit-h4 {
          max-width: 90px;
          font-size: 14px; } }
    .hp-page .achievements-detail_list .txt {
      font-weight: 400;
      font-size: 16px;
      line-height: calc(22 / 16);
      letter-spacing: -.03em;
      width: 100%; }
      @media (max-width: 768px) {
        .hp-page .achievements-detail_list .txt {
          font-size: 14px; } }
      .hp-page .achievements-detail_list .txt-testimonial {
        position: relative;
        padding: 15px 15px 20px 20px;
        background-color: #e8e8e8;
        font-weight: bold;
        letter-spacing: 0.04em;
        -webkit-font-feature-settings: "palt" 1;
                font-feature-settings: "palt" 1; }
        .hp-page .achievements-detail_list .txt-testimonial::before {
          position: absolute;
          content: "";
          top: calc(50% - 6px);
          left: -13px;
          display: inline-block;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 6.5px 13px 6.5px 0;
          border-color: transparent #e8e8e8 transparent transparent; }
  .hp-page .footer {
    background-color: #0a519f;
    height: auto; }
    .hp-page .footer-inner {
      max-width: 1340px;
      width: 100%;
      margin: 0 auto;
      position: relative;
      padding: 128px 5px 139px; }
    .hp-page .footer-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding-bottom: 71px;
      margin-bottom: 34px;
      border-bottom: 1px solid #fff; }
    .hp-page .footer-logo {
      width: 189px;
      height: auto;
      margin: 2px 0 50px 0; }
    .hp-page .footer-list {
      color: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 1034px;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .hp-page .footer-list_address {
        width: 209px;
        font-size: 14px;
        line-height: calc(24 / 14); }
        .hp-page .footer-list_address:nth-child(1) {
          width: 227px; }
        .hp-page .footer-list_address:not(:first-child) {
          margin-left: 50px; }
    .hp-page .footer .bottom .copyright {
      font-weight: 400; }
    @media (min-width: 768px) and (max-width: 1284px) {
      .hp-page .footer-logo {
        width: 14.719%;
        margin-right: 3.894%; }
      .hp-page .footer-list {
        width: 80.529%; }
        .hp-page .footer-list_address {
          width: 20.212%; }
          .hp-page .footer-list_address:nth-child(1) {
            width: 21.95%; }
          .hp-page .footer-list_address:not(:first-child) {
            margin-left: 4.835%; } }
    @media screen and (max-width: 767px) {
      .hp-page .footer-inner {
        max-width: 767px;
        width: 100%;
        margin: 0 auto;
        position: relative;
        padding: 40px 20px 139px; }
      .hp-page .footer-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding-bottom: 40px;
        margin-bottom: 34px;
        border-bottom: 1px solid #fff; }
      .hp-page .footer-logo {
        max-width: auto;
        width: 110px;
        height: auto;
        margin: 0 20px 0 0; }
      .hp-page .footer-list {
        color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: calc(100% - 130px);
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        row-gap: 40px; }
        .hp-page .footer-list_address {
          width: 100%; }
          .hp-page .footer-list_address:nth-child(1) {
            width: 100%; }
          .hp-page .footer-list_address:not(:first-child) {
            margin-left: 0; } }

.test-page {
  /* section boxUi
  ------------------------------------------------------------------------------ */
  /* section footer
  ------------------------------------------------------------------------------ */ }
  :root .test-page {
    color-scheme: light; }
  @media (max-width: 767px) {
    .test-page .only-pc {
      display: none; } }
  @media (min-width: 768px) {
    .test-page .only-sp {
      display: none; } }
  @media screen and (max-width: 767px) {
    .test-page .header-nav {
      height: 70px; } }
  .test-page .logo {
    padding: 22px 26px 22px 25px; }
    @media screen and (max-width: 767px) {
      .test-page .logo {
        padding: 0;
        width: 141px;
        z-index: 1000; }
        .test-page .logo a img {
          width: 104px; } }
  @media screen and (max-width: 767px) {
    .test-page .sp-menu {
      position: relative;
      cursor: pointer;
      display: block;
      width: 70px;
      height: 70px;
      border-radius: 5px;
      z-index: 1000; }
      .test-page .sp-menu span {
        display: inline-block;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        position: absolute;
        right: 20px;
        width: 26px;
        height: 2px;
        top: 33px;
        background: #fff; }
        .test-page .sp-menu span:nth-child(1) {
          top: 25px; }
        .test-page .sp-menu span:nth-child(3) {
          top: 41px; }
      .test-page .sp-menu.active span:nth-child(1) {
        top: 28px;
        right: 20px;
        -webkit-transform: translateY(6px) rotate(-45deg);
                transform: translateY(6px) rotate(-45deg);
        width: 30%; }
      .test-page .sp-menu.active span:nth-child(2) {
        opacity: 0; }
      .test-page .sp-menu.active span:nth-child(3) {
        top: 40px;
        right: 20px;
        -webkit-transform: translateY(-6px) rotate(45deg);
                transform: translateY(-6px) rotate(45deg);
        width: 30%; } }
  .test-page .nav {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-right: 31px; }
    .test-page .nav li {
      margin-left: 35px; }
      .test-page .nav li:first-child {
        margin-left: 0; }
    .test-page .nav a {
      position: relative; }
      .test-page .nav a::before {
        content: "";
        position: absolute;
        bottom: -3px;
        right: 0;
        height: 1px;
        width: 0;
        background-color: #fff;
        -webkit-transition: width 0.3s ease;
        transition: width 0.3s ease; }
      .test-page .nav a:hover::before, .test-page .nav a.current::before {
        width: 100%;
        left: 0;
        right: auto; }
    @media screen and (max-width: 767px) {
      .test-page .nav {
        position: fixed;
        top: 0;
        right: -100%;
        display: block;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 120px 0 0;
        -webkit-transition: right 0.4s ease, opacity 0.4s ease;
        transition: right 0.4s ease, opacity 0.4s ease;
        background-color: #1274ad;
        z-index: 200;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        opacity: 0; }
        .test-page .nav.active {
          right: 0;
          opacity: 1; }
        .test-page .nav li {
          margin: 0 auto 40px;
          text-align: center; }
          .test-page .nav li a {
            font-size: 16px;
            font-weight: 400;
            color: #fff;
            text-decoration: none; }
          .test-page .nav li .btn {
            max-width: 375px;
            width: 100%;
            height: 46px;
            border: 1px solid #fff;
            text-decoration: none;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            margin: 0 auto; }
            .test-page .nav li .btn:hover::before {
              content: none; } }
  @media (min-width: 768px) and (max-width: 1459px) {
    .test-page .logo {
      width: 13.708%;
      padding: 1% 2% 1% 2%; }
    .test-page .nav {
      margin-right: 1.5%; }
      .test-page .nav li {
        margin-left: 2%; }
        .test-page .nav li a {
          font-size: 14px; }
        .test-page .nav li:first-child {
          margin-left: 0; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .test-page .nav li a {
      font-size: 12px; } }
  .test-page .pagetop {
    bottom: 82px;
    opacity: 0; }
    .test-page .pagetop.show {
      opacity: 1; }
    @media screen and (max-width: 767px) {
      .test-page .pagetop {
        bottom: 106px; } }
  .test-page .page-header {
    padding-top: 100px;
    background-color: #fff;
    overflow: hidden; }
    .test-page .page-header .container {
      max-width: 1240px;
      width: 100%;
      margin: auto;
      height: 700px;
      position: relative; }
    .test-page .page-header .kv-item {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      opacity: 0;
      pointer-events: none; }
      .test-page .page-header .kv-item.active {
        opacity: 1;
        pointer-events: auto; }
      .test-page .page-header .kv-item .pic {
        pointer-events: none;
        height: 100%; }
      .test-page .page-header .kv-item.kv01 {
        background-color: transparent;
        position: relative; }
        .test-page .page-header .kv-item.kv01::before {
          content: "";
          position: absolute;
          top: 0;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          width: 100vw;
          height: 100%;
          background-image: url("../img/test/bg_pc-01.png");
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center;
          pointer-events: none; }
        @media (min-width: 768px) and (max-width: 1239px) {
          .test-page .page-header .kv-item.kv01 img:nth-child(1) {
            -o-object-fit: contain;
               object-fit: contain;
            bottom: auto;
            top: 0;
            -o-object-position: top;
               object-position: top; } }
    @media screen and (max-width: 767px) {
      .test-page .page-header {
        padding-top: 70px; }
        .test-page .page-header .container {
          width: 100%;
          height: 100%; }
        .test-page .page-header .kv-item {
          height: 100%;
          position: relative;
          max-height: 88.13559vw; }
          .test-page .page-header .kv-item.off {
            display: none; }
          .test-page .page-header .kv-item.active {
            padding-top: 30px;
            height: auto;
            margin-bottom: 890px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; } }
  .test-page .tit-h2 {
    font-weight: bold;
    font-size: 36px;
    color: #0a519f;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    width: max-content;
    margin: 0 auto 76px;
    background-size: 120px 8px;
    line-height: 2.6; }
    @media (max-width: 768px) {
      .test-page .tit-h2 {
        margin-bottom: 35px; } }
  .test-page .txt-description {
    max-width: 949px;
    margin: 0 auto;
    width: 100%;
    font-style: normal;
    line-height: calc(36 / 16);
    margin-bottom: 67px;
    padding: 0 20px; }
    @media screen and (max-width: 767px) {
      .test-page .txt-description {
        margin-bottom: 40px;
        padding: 0 20px; } }
  .test-page .boxUi-inner {
    max-width: 1340px;
    padding-top: 80px;
    padding-bottom: 157px;
    margin: 0 auto;
    position: relative;
    width: 100%; }
  .test-page .boxUi .tech-inner {
    padding-bottom: 185px; }
  .test-page .boxUi-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .test-page .boxUi-contents .pic {
      position: relative;
      max-width: 600px;
      width: 100%;
      margin-right: 64px;
      margin-left: 50px; }
      .test-page .boxUi-contents .pic img {
        width: 100%; }
    .test-page .boxUi-contents .text {
      width: 100%;
      max-width: 578px;
      margin-top: 4px;
      margin-right: 20px; }
      .test-page .boxUi-contents .text dl:not(:first-child) {
        margin-top: 56px; }
      .test-page .boxUi-contents .text dt {
        color: #0A519F;
        font-weight: bold;
        font-size: 26px;
        line-height: calc(30/26);
        margin-bottom: 4px; }
      .test-page .boxUi-contents .text dd {
        color: #000000;
        line-height: calc(30/16);
        font-weight: 400; }
  @media (max-width: 1299px) {
    .test-page .boxUi .pic {
      margin-left: 3.846%;
      margin-right: 4.92%; } }
  @media screen and (max-width: 767px) {
    .test-page .boxUi-inner {
      padding-top: 20px;
      padding-bottom: 60px; }
    .test-page .boxUi-contents {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 0 26px; }
      .test-page .boxUi-contents .pic {
        max-width: 100%;
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 40px; }
      .test-page .boxUi-contents .text {
        width: 100%;
        max-width: 100%;
        margin-top: 0;
        margin-right: 0; }
        .test-page .boxUi-contents .text dl:not(:first-child) {
          margin-top: 60px; }
        .test-page .boxUi-contents .text dt {
          color: #0A519F;
          font-weight: bold;
          font-size: 22px;
          line-height: calc(30/22);
          margin-bottom: 10px; }
        .test-page .boxUi-contents .text dd {
          color: #000000;
          line-height: calc(30/16);
          font-weight: 400; } }
  .test-page .footer {
    background-color: #0a519f;
    height: auto; }
    .test-page .footer-inner {
      max-width: 1340px;
      width: 100%;
      margin: 0 auto;
      position: relative;
      padding: 128px 5px 139px; }
    .test-page .footer-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding-bottom: 71px;
      margin-bottom: 34px;
      border-bottom: 1px solid #fff; }
    .test-page .footer-logo {
      width: 189px;
      height: auto;
      margin: 2px 0 50px 0; }
    .test-page .footer-list {
      color: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 1034px;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .test-page .footer-list_address {
        width: 209px;
        font-size: 14px;
        line-height: calc(24 / 14); }
        .test-page .footer-list_address:nth-child(1) {
          width: 227px; }
        .test-page .footer-list_address:not(:first-child) {
          margin-left: 50px; }
    .test-page .footer .bottom .copyright {
      font-weight: 400; }
    @media (min-width: 768px) and (max-width: 1284px) {
      .test-page .footer-logo {
        width: 14.719%;
        margin-right: 3.894%; }
      .test-page .footer-list {
        width: 80.529%; }
        .test-page .footer-list_address {
          width: 20.212%; }
          .test-page .footer-list_address:nth-child(1) {
            width: 21.95%; }
          .test-page .footer-list_address:not(:first-child) {
            margin-left: 4.835%; } }
    @media screen and (max-width: 767px) {
      .test-page .footer-inner {
        max-width: 767px;
        width: 100%;
        margin: 0 auto;
        position: relative;
        padding: 40px 20px 139px; }
      .test-page .footer-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding-bottom: 40px;
        margin-bottom: 34px;
        border-bottom: 1px solid #fff; }
      .test-page .footer-logo {
        max-width: auto;
        width: 110px;
        height: auto;
        margin: 0 20px 0 0; }
      .test-page .footer-list {
        color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: calc(100% - 130px);
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        row-gap: 40px; }
        .test-page .footer-list_address {
          width: 100%; }
          .test-page .footer-list_address:nth-child(1) {
            width: 100%; }
          .test-page .footer-list_address:not(:first-child) {
            margin-left: 0; } }

.recruitment-page {
  /* section modal
  ------------------------------------------------------------------------------ */
  /* section footer
  ------------------------------------------------------------------------------ */ }
  :root .recruitment-page {
    color-scheme: light; }
  @media (max-width: 767px) {
    .recruitment-page .only-pc {
      display: none; } }
  @media (min-width: 768px) {
    .recruitment-page .only-sp {
      display: none; } }
  @media screen and (max-width: 767px) {
    .recruitment-page .header-nav {
      height: 70px; } }
  .recruitment-page .logo {
    padding: 22px 26px 22px 25px; }
    @media screen and (max-width: 767px) {
      .recruitment-page .logo {
        padding: 0;
        width: 141px;
        z-index: 1000; }
        .recruitment-page .logo a img {
          width: 104px; } }
  @media screen and (max-width: 767px) {
    .recruitment-page .sp-menu {
      position: relative;
      cursor: pointer;
      display: block;
      width: 70px;
      height: 70px;
      border-radius: 5px;
      z-index: 1000; }
      .recruitment-page .sp-menu span {
        display: inline-block;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        position: absolute;
        right: 20px;
        width: 26px;
        height: 2px;
        top: 33px;
        background: #fff; }
        .recruitment-page .sp-menu span:nth-child(1) {
          top: 25px; }
        .recruitment-page .sp-menu span:nth-child(3) {
          top: 41px; }
      .recruitment-page .sp-menu.active span:nth-child(1) {
        top: 28px;
        right: 20px;
        -webkit-transform: translateY(6px) rotate(-45deg);
                transform: translateY(6px) rotate(-45deg);
        width: 30%; }
      .recruitment-page .sp-menu.active span:nth-child(2) {
        opacity: 0; }
      .recruitment-page .sp-menu.active span:nth-child(3) {
        top: 40px;
        right: 20px;
        -webkit-transform: translateY(-6px) rotate(45deg);
                transform: translateY(-6px) rotate(45deg);
        width: 30%; } }
  .recruitment-page .nav {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-right: 31px; }
    .recruitment-page .nav li {
      margin-left: 35px; }
      .recruitment-page .nav li:first-child {
        margin-left: 0; }
    .recruitment-page .nav a {
      position: relative; }
      .recruitment-page .nav a::before {
        content: "";
        position: absolute;
        bottom: -3px;
        right: 0;
        height: 1px;
        width: 0;
        background-color: #fff;
        -webkit-transition: width 0.3s ease;
        transition: width 0.3s ease; }
      .recruitment-page .nav a:hover::before, .recruitment-page .nav a.current::before {
        width: 100%;
        left: 0;
        right: auto; }
    @media screen and (max-width: 767px) {
      .recruitment-page .nav {
        position: fixed;
        top: 0;
        right: -100%;
        display: block;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 120px 0 0;
        -webkit-transition: right 0.4s ease, opacity 0.4s ease;
        transition: right 0.4s ease, opacity 0.4s ease;
        background-color: #1274ad;
        z-index: 200;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        opacity: 0; }
        .recruitment-page .nav.active {
          right: 0;
          opacity: 1; }
        .recruitment-page .nav li {
          margin: 0 auto 40px;
          text-align: center; }
          .recruitment-page .nav li a {
            font-size: 16px;
            font-weight: 400;
            color: #fff;
            text-decoration: none; }
          .recruitment-page .nav li .btn {
            max-width: 375px;
            width: 100%;
            height: 46px;
            border: 1px solid #fff;
            text-decoration: none;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            margin: 0 auto; }
            .recruitment-page .nav li .btn:hover::before {
              content: none; } }
  @media (min-width: 768px) and (max-width: 1459px) {
    .recruitment-page .logo {
      width: 13.708%;
      padding: 1% 2% 1% 2%; }
    .recruitment-page .nav {
      margin-right: 1.5%; }
      .recruitment-page .nav li {
        margin-left: 2%; }
        .recruitment-page .nav li a {
          font-size: 14px; }
        .recruitment-page .nav li:first-child {
          margin-left: 0; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .recruitment-page .nav li a {
      font-size: 12px; } }
  .recruitment-page .pagetop {
    bottom: 82px;
    opacity: 0; }
    .recruitment-page .pagetop.show {
      opacity: 1; }
    @media screen and (max-width: 767px) {
      .recruitment-page .pagetop {
        bottom: 106px; } }
  .recruitment-page .page-header {
    padding-top: 100px;
    background-color: #fff;
    overflow: hidden; }
    .recruitment-page .page-header .container {
      max-width: 1240px;
      width: 100%;
      margin: auto;
      height: 440px;
      position: relative; }
    .recruitment-page .page-header .kv-item {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      opacity: 0;
      pointer-events: none; }
      .recruitment-page .page-header .kv-item.active {
        opacity: 1;
        pointer-events: auto; }
      .recruitment-page .page-header .kv-item .pic {
        pointer-events: none;
        height: 100%; }
      .recruitment-page .page-header .kv-item.kv01 {
        background-color: transparent;
        position: relative; }
        .recruitment-page .page-header .kv-item.kv01::before {
          content: "";
          position: absolute;
          top: 0;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          width: 100vw;
          height: 100%;
          background-image: url("../img/recruitment/bg_pc-01.png");
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center;
          pointer-events: none; }
        @media (min-width: 1239px) {
          .recruitment-page .page-header .kv-item.kv01 img {
            width: 1600px;
            max-width: 1600px;
            bottom: -50px; } }
        @media (min-width: 768px) and (max-width: 1239px) {
          .recruitment-page .page-header .kv-item.kv01 img:nth-child(1) {
            -o-object-fit: contain;
               object-fit: contain;
            bottom: auto;
            top: 0;
            -o-object-position: top;
               object-position: top; } }
    @media screen and (max-width: 767px) {
      .recruitment-page .page-header {
        padding-top: 70px; }
        .recruitment-page .page-header .container {
          width: 100%;
          height: 100%; }
        .recruitment-page .page-header .kv-item {
          height: 100%;
          position: relative;
          max-height: 88.13559vw; }
          .recruitment-page .page-header .kv-item.off {
            display: none; }
          .recruitment-page .page-header .kv-item.active {
            padding-top: 30px;
            height: auto;
            margin-bottom: 0px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; }
          .recruitment-page .page-header .kv-item img {
            width: 210%;
            max-width: 210%;
            position: relative;
            left: 41%; } }
  .recruitment-page .tit-h2 {
    font-weight: bold;
    font-size: 36px;
    color: #0a519f;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    width: max-content;
    margin: 0 auto 76px;
    background-size: 120px 8px;
    line-height: 2.6; }
    @media (max-width: 768px) {
      .recruitment-page .tit-h2 {
        margin-bottom: 35px; } }
  .recruitment-page .txt-description {
    max-width: 949px;
    margin: 0 auto;
    width: 100%;
    font-style: normal;
    line-height: calc(36 / 16);
    margin-bottom: 67px;
    padding: 0 20px; }
    @media screen and (max-width: 767px) {
      .recruitment-page .txt-description {
        margin-bottom: 40px;
        padding: 0 20px; } }
  .recruitment-page .nav-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-right: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .recruitment-page .nav-tabs a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      min-width: 130px;
      height: 35px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-decoration: none;
      color: #000;
      padding: 0 15px;
      position: relative;
      -webkit-transition: background-color 0.3s ease, color 0.3s ease;
      transition: background-color 0.3s ease, color 0.3s ease; }
      .recruitment-page .nav-tabs a::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: auto;
        width: 100%;
        height: 1px;
        background-color: #0a519f;
        opacity: 0;
        -webkit-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease; }
      @media screen and (max-width: 767px) {
        .recruitment-page .nav-tabs a {
          min-width: 130px;
          height: auto;
          min-height: 55px;
          font-size: 18px;
          font-weight: 600;
          padding: 15px 15px; }
          .recruitment-page .nav-tabs a::before {
            content: "";
            position: absolute;
            bottom: 0;
            left: auto;
            width: 100%;
            height: 2px;
            background-color: #0a519f;
            opacity: 0;
            -webkit-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease; } }
    .recruitment-page .nav-tabs li {
      margin-left: 5px;
      margin-bottom: 5px; }
      .recruitment-page .nav-tabs li.active a, .recruitment-page .nav-tabs li:hover a {
        color: #0a519f;
        background-color: #f6f6f6; }
        .recruitment-page .nav-tabs li.active a::before, .recruitment-page .nav-tabs li:hover a::before {
          opacity: 1; }
  .recruitment-page .tab-content {
    padding: 30px 0; }
  .recruitment-page .tab-pane {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
    display: none; }
    .recruitment-page .tab-pane.active {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  .recruitment-page .box {
    width: 390px;
    height: 300px;
    background-color: #1274ad;
    position: relative; }
    .recruitment-page .box .box-img {
      overflow: hidden;
      position: relative;
      padding: 15px;
      height: 100%; }
      .recruitment-page .box .box-img::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 0;
        width: 0;
        -webkit-transition: border 0.5s ease-out;
        transition: border 0.5s ease-out;
        border-left: 750px solid rgba(58, 72, 86, 0.949);
        border-bottom: 200px solid transparent;
        z-index: 2; }
    .recruitment-page .box img {
      position: absolute;
      top: 77%;
      left: 50%;
      -o-object-fit: cover;
         object-fit: cover;
      -webkit-transform: translateX(-50%) translateY(-50%);
              transform: translateX(-50%) translateY(-50%);
      z-index: 1;
      -webkit-transition: -webkit-transform 0.5s ease-out;
      transition: -webkit-transform 0.5s ease-out;
      transition: transform 0.5s ease-out;
      transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
      will-change: transform; }
    .recruitment-page .box:hover img {
      -webkit-transform: translateX(-50%) translateY(-50%) scale(1.05);
              transform: translateX(-50%) translateY(-50%) scale(1.05); }
    .recruitment-page .box-ct {
      position: relative;
      z-index: 3; }
      .recruitment-page .box-ct-tt {
        padding-bottom: 20px; }
        .recruitment-page .box-ct-tt a {
          font-size: 22px;
          color: #fff;
          border: none;
          text-decoration: none;
          line-height: 1.5;
          -webkit-transition: opacity 0.5s ease-out;
          transition: opacity 0.5s ease-out; }
          .recruitment-page .box-ct-tt a:hover {
            opacity: 0.7; }
    .recruitment-page .box-overlay-ct {
      color: #fff; }
      .recruitment-page .box-overlay-ct .ct {
        opacity: 0;
        -webkit-transform: translateY(-30px);
                transform: translateY(-30px);
        -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
        transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
        transition: transform 0.5s ease-out, opacity 0.5s ease-out;
        transition: transform 0.5s ease-out, opacity 0.5s ease-out, -webkit-transform 0.5s ease-out; }
    .recruitment-page .box .ico-down {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      z-index: 1000;
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out;
      background-color: #ccc;
      border-radius: 50%;
      width: 40px;
      height: 40px;
      text-align: center;
      cursor: pointer;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      top: calc(50% - 20px); }
      .recruitment-page .box .ico-down::before {
        -webkit-transition: left 0.5s ease-out;
        transition: left 0.5s ease-out;
        content: " ";
        position: absolute;
        width: 15px;
        height: 2px;
        background: #fff;
        border-radius: 50px;
        left: 7px;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        top: 20px; }
      .recruitment-page .box .ico-down::after {
        -webkit-transition: left 0.5s ease-out;
        transition: left 0.5s ease-out;
        content: " ";
        position: absolute;
        width: 15px;
        height: 2px;
        background: #fff;
        border-radius: 50px;
        left: 17px;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
        top: 20px; }
    .recruitment-page .box.active .box-img::before {
      border-bottom: 650px solid transparent; }
    .recruitment-page .box.active .box-overlay-ct .ct {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0); }
    .recruitment-page .box.active .list-btn .item {
      opacity: 1;
      -webkit-transform: translateX(0);
              transform: translateX(0); }
      .recruitment-page .box.active .list-btn .item:nth-child(2) {
        -webkit-transform: translateX(0);
                transform: translateX(0); }
    .recruitment-page .box.active .ico-down {
      top: calc(100% - 20px); }
      .recruitment-page .box.active .ico-down::before {
        left: 12px; }
      .recruitment-page .box.active .ico-down::after {
        left: 12px; }
    .recruitment-page .box .list-btn {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-column-gap: 20px;
         -moz-column-gap: 20px;
              column-gap: 20px;
      margin-top: 20px; }
      .recruitment-page .box .list-btn .item {
        opacity: 0;
        -webkit-transform: translateX(-30px);
                transform: translateX(-30px);
        -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
        transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
        transition: transform 0.5s ease-out, opacity 0.5s ease-out;
        transition: transform 0.5s ease-out, opacity 0.5s ease-out, -webkit-transform 0.5s ease-out; }
        .recruitment-page .box .list-btn .item:nth-child(2) {
          -webkit-transform: translateX(30px);
                  transform: translateX(30px); }
    .recruitment-page .box .btn-primary {
      background-color: #1274ad;
      text-decoration: none;
      color: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 15px;
      padding: 5px 10px;
      border: none;
      outline: none; }
      .recruitment-page .box .btn-primary:focus {
        border: none;
        outline: none; }
    @media screen and (max-width: 767px) {
      .recruitment-page .box {
        margin: 0 auto; } }
  .recruitment-page .recruit-content.container {
    max-width: 1280px;
    width: 100%;
    margin: auto;
    padding: 60px 20px 145px; }
    @media screen and (max-width: 767px) {
      .recruitment-page .recruit-content.container {
        padding: 60px 20px;
        max-width: 100%; } }
  .recruitment-page .recruit-content .title {
    width: 100%;
    position: relative;
    padding-left: 25px; }
    .recruitment-page .recruit-content .title::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      width: 20px;
      height: 100%;
      background-color: #0a519f; }
    .recruitment-page .recruit-content .title > span {
      background-color: #f0f9ff;
      display: block;
      width: 100%;
      font-size: 44px;
      font-weight: bold;
      line-height: calc(60 / 44);
      color: #0a519f;
      padding: 14px 33px 13px; }
      @media screen and (max-width: 767px) {
        .recruitment-page .recruit-content .title > span {
          padding: 12px 20px;
          font-size: 32px; } }
  .recruitment-page .recruit-content .content-list {
    margin-top: 50px; }
    .recruitment-page .recruit-content .content-list .item {
      margin-bottom: 34px; }
      .recruitment-page .recruit-content .content-list .item:nth-child(5) {
        margin-bottom: 38px; }
      .recruitment-page .recruit-content .content-list .item .ttl {
        font-size: 26px;
        font-weight: bold;
        line-height: calc(36 / 26);
        color: #0a519f;
        margin-bottom: 2px; }
        @media screen and (max-width: 767px) {
          .recruitment-page .recruit-content .content-list .item .ttl {
            font-size: 24px; } }
      .recruitment-page .recruit-content .content-list .item .txt {
        font-size: 20px;
        font-weight: 400;
        line-height: calc(36 / 20);
        color: #000000; }
        @media screen and (max-width: 767px) {
          .recruitment-page .recruit-content .content-list .item .txt {
            font-size: 16px; } }
        .recruitment-page .recruit-content .content-list .item .txt ._colorBlue {
          color: #0a519f;
          font-weight: bold; }
      .recruitment-page .recruit-content .content-list .item .icon {
        margin-top: 21px; }
        .recruitment-page .recruit-content .content-list .item .icon a {
          display: inline-block;
          -webkit-transition: all 0.3s;
          transition: all 0.3s; }
          .recruitment-page .recruit-content .content-list .item .icon a:hover {
            opacity: 0.75; }
    .recruitment-page .recruit-content .content-list .btnWrap {
      margin-top: 84px; }
      .recruitment-page .recruit-content .content-list .btnWrap .btn {
        width: 618px;
        height: 88px;
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        background-color: #1274ad;
        border-color: #1274ad;
        font-size: 36px;
        font-weight: 400;
        line-height: calc(44 / 36);
        color: #ffffff;
        position: relative;
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }
        @media screen and (max-width: 767px) {
          .recruitment-page .recruit-content .content-list .btnWrap .btn {
            width: 90%;
            height: 66px;
            font-size: 28px; } }
        .recruitment-page .recruit-content .content-list .btnWrap .btn::after {
          content: "";
          position: absolute;
          top: 50%;
          right: 44px;
          border: solid #ffffff;
          border-width: 0 2px 2px 0;
          padding: 10px;
          -webkit-transform: translateY(-50%) rotate(-45deg);
                  transform: translateY(-50%) rotate(-45deg); }
        .recruitment-page .recruit-content .content-list .btnWrap .btn:hover {
          opacity: 0.75; }
  .recruitment-page .modal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    right: 0;
    background: rgba(51, 51, 51, 0.5);
    opacity: 0;
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
    pointer-events: none;
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease; }
    .recruitment-page .modal.show {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
      pointer-events: auto; }
    .recruitment-page .modal-inner {
      height: 100vh;
      width: 100%;
      padding: 4rem;
      overflow-x: hidden;
      overflow-y: auto; }
    .recruitment-page .modal-content {
      max-width: 1240px;
      width: 100%;
      margin: 0 auto;
      height: 100%;
      position: relative; }
    .recruitment-page .modal .button_close {
      margin: 0;
      padding: 0;
      border: 0;
      background: none;
      position: absolute;
      top: 5px;
      right: 5px;
      width: 20px;
      height: 20px;
      cursor: pointer;
      z-index: 999; }
      .recruitment-page .modal .button_close::after, .recruitment-page .modal .button_close::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        right: 0;
        width: 15px;
        height: 2px;
        background: #333333;
        border-radius: 0.5rem;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
      .recruitment-page .modal .button_close::before {
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
                transform: translate(-50%, -50%) rotate(45deg); }
      .recruitment-page .modal .button_close::after {
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
                transform: translate(-50%, -50%) rotate(-45deg); }
    .recruitment-page .modal .wrap_btnSubmit {
      max-width: 331px;
      width: 100%;
      margin: 60px auto 0; }
      .recruitment-page .modal .wrap_btnSubmit .btn_form {
        width: 100%;
        height: 54px;
        border: none;
        border-radius: 40px;
        background-color: #1274ad;
        color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        font-size: 20px;
        font-weight: bold;
        -webkit-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease; }
        .recruitment-page .modal .wrap_btnSubmit .btn_form:focus {
          border: none;
          outline: none; }
        .recruitment-page .modal .wrap_btnSubmit .btn_form:hover {
          opacity: 0.7; }
    @media screen and (max-width: 767px) {
      .recruitment-page .modal-inner {
        padding: 1rem; }
      .recruitment-page .modal .button_close {
        top: 30px;
        right: 0;
        width: 40px;
        height: 40px;
        cursor: pointer;
        z-index: 999;
        background: #fff;
        border-radius: 50%; }
      .recruitment-page .modal .wrap_btnSubmit {
        margin: 40px auto 0; } }
    .recruitment-page .modal .modal-box {
      background-color: #fff;
      padding: 60px;
      width: 100%;
      position: relative; }
      .recruitment-page .modal .modal-box .loading {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 9999;
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        opacity: 0;
        pointer-events: none; }
        .recruitment-page .modal .modal-box .loading .dot-bricks {
          position: relative;
          top: 8px;
          left: -9999px;
          width: 10px;
          height: 10px;
          border-radius: 5px;
          background-color: #0a519f;
          color: #0a519f;
          -webkit-box-shadow: 9991px -16px 0 0 #0a519f, 9991px 0 0 0 #0a519f, 10007px 0 0 0 #0a519f;
                  box-shadow: 9991px -16px 0 0 #0a519f, 9991px 0 0 0 #0a519f, 10007px 0 0 0 #0a519f;
          -webkit-animation: dot-bricks 2s infinite ease;
                  animation: dot-bricks 2s infinite ease; }
        .recruitment-page .modal .modal-box .loading.open {
          opacity: 1;
          pointer-events: auto; }
      .recruitment-page .modal .modal-box .title {
        background-color: #0a519f;
        color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 20px 20px 18px;
        font-size: 38px;
        line-height: 1;
        font-weight: bold;
        text-align: center;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        min-height: 87px;
        margin-bottom: 68px; }
      .recruitment-page .modal .modal-box .alert {
        padding: 15px;
        margin-bottom: 20px;
        border: 1px solid transparent;
        border-radius: 4px; }
        .recruitment-page .modal .modal-box .alert.alert-success {
          color: #3c763d;
          background-color: #dff0d8;
          border-color: #d6e9c6; }
        .recruitment-page .modal .modal-box .alert.alert-danger {
          color: #a94442;
          background-color: #f2dede;
          border-color: #ebccd1; }
      @media screen and (max-width: 767px) {
        .recruitment-page .modal .modal-box {
          padding: 20px; }
          .recruitment-page .modal .modal-box .title {
            font-size: 28px;
            margin-bottom: 40px; } }
    .recruitment-page .modal .form-group {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      max-width: 953px;
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-bottom: 26px; }
      .recruitment-page .modal .form-group label {
        font-size: 20px;
        font-weight: bold;
        color: #2e2e2e; }
        .recruitment-page .modal .form-group label.error {
          color: #b10016;
          font-size: 13px;
          max-width: 780px;
          margin-left: auto;
          width: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start; }
      .recruitment-page .modal .form-group input {
        max-width: 780px;
        width: 100%;
        border: 1px solid #a2c5e8;
        border-radius: 5px;
        height: 54px;
        padding: 14px 15px;
        font-size: 18px; }
        .recruitment-page .modal .form-group input::-webkit-input-placeholder {
          font-size: 18px;
          color: #ebebeb; }
        .recruitment-page .modal .form-group input::-moz-placeholder {
          font-size: 18px;
          color: #ebebeb; }
        .recruitment-page .modal .form-group input:-ms-input-placeholder {
          font-size: 18px;
          color: #ebebeb; }
        .recruitment-page .modal .form-group input::-ms-input-placeholder {
          font-size: 18px;
          color: #ebebeb; }
        .recruitment-page .modal .form-group input::placeholder {
          font-size: 18px;
          color: #ebebeb; }
      .recruitment-page .modal .form-group.attach-file input {
        border: none;
        padding-left: 0; }
      .recruitment-page .modal .form-group.attach-file .format-file {
        width: 100%;
        max-width: 780px;
        margin-left: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 16px;
        color: #2e2e2e; }
      @media screen and (max-width: 767px) {
        .recruitment-page .modal .form-group {
          margin-bottom: 15px; }
          .recruitment-page .modal .form-group.attach-file label {
            margin-bottom: 0; }
          .recruitment-page .modal .form-group label {
            font-size: 16px;
            margin-bottom: 10px; } }
  .recruitment-page .footer {
    background-color: #0a519f;
    height: auto; }
    .recruitment-page .footer-inner {
      max-width: 1340px;
      width: 100%;
      margin: 0 auto;
      position: relative;
      padding: 128px 5px 139px; }
    .recruitment-page .footer-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding-bottom: 71px;
      margin-bottom: 34px;
      border-bottom: 1px solid #fff; }
    .recruitment-page .footer-logo {
      width: 189px;
      height: auto;
      margin: 2px 0 50px 0; }
    .recruitment-page .footer-list {
      color: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 1034px;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .recruitment-page .footer-list_address {
        width: 209px;
        font-size: 14px;
        line-height: calc(24 / 14); }
        .recruitment-page .footer-list_address:nth-child(1) {
          width: 227px; }
        .recruitment-page .footer-list_address:not(:first-child) {
          margin-left: 50px; }
    .recruitment-page .footer .bottom .copyright {
      font-weight: 400; }
    @media (min-width: 768px) and (max-width: 1284px) {
      .recruitment-page .footer-logo {
        width: 14.719%;
        margin-right: 3.894%; }
      .recruitment-page .footer-list {
        width: 80.529%; }
        .recruitment-page .footer-list_address {
          width: 20.212%; }
          .recruitment-page .footer-list_address:nth-child(1) {
            width: 21.95%; }
          .recruitment-page .footer-list_address:not(:first-child) {
            margin-left: 4.835%; } }
    @media screen and (max-width: 767px) {
      .recruitment-page .footer-inner {
        max-width: 767px;
        width: 100%;
        margin: 0 auto;
        position: relative;
        padding: 40px 20px 139px; }
      .recruitment-page .footer-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding-bottom: 40px;
        margin-bottom: 34px;
        border-bottom: 1px solid #fff; }
      .recruitment-page .footer-logo {
        max-width: auto;
        width: 110px;
        height: auto;
        margin: 0 20px 0 0; }
      .recruitment-page .footer-list {
        color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: calc(100% - 130px);
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        row-gap: 40px; }
        .recruitment-page .footer-list_address {
          width: 100%; }
          .recruitment-page .footer-list_address:nth-child(1) {
            width: 100%; }
          .recruitment-page .footer-list_address:not(:first-child) {
            margin-left: 0; } }

@-webkit-keyframes dot-bricks {
  0% {
    -webkit-box-shadow: 9991px -16px 0 0 #0a519f, 9991px 0 0 0 #0a519f, 10007px 0 0 0 #0a519f;
            box-shadow: 9991px -16px 0 0 #0a519f, 9991px 0 0 0 #0a519f, 10007px 0 0 0 #0a519f; }
  8.333% {
    -webkit-box-shadow: 10007px -16px 0 0 #0a519f, 9991px 0 0 0 #0a519f, 10007px 0 0 0 #0a519f;
            box-shadow: 10007px -16px 0 0 #0a519f, 9991px 0 0 0 #0a519f, 10007px 0 0 0 #0a519f; }
  16.667% {
    -webkit-box-shadow: 10007px -16px 0 0 #0a519f, 9991px -16px 0 0 #0a519f, 10007px 0 0 0 #0a519f;
            box-shadow: 10007px -16px 0 0 #0a519f, 9991px -16px 0 0 #0a519f, 10007px 0 0 0 #0a519f; }
  25% {
    -webkit-box-shadow: 10007px -16px 0 0 #0a519f, 9991px -16px 0 0 #0a519f, 9991px 0 0 0 #0a519f;
            box-shadow: 10007px -16px 0 0 #0a519f, 9991px -16px 0 0 #0a519f, 9991px 0 0 0 #0a519f; }
  33.333% {
    -webkit-box-shadow: 10007px 0 0 0 #0a519f, 9991px -16px 0 0 #0a519f, 9991px 0 0 0 #0a519f;
            box-shadow: 10007px 0 0 0 #0a519f, 9991px -16px 0 0 #0a519f, 9991px 0 0 0 #0a519f; }
  41.667% {
    -webkit-box-shadow: 10007px 0 0 0 #0a519f, 10007px -16px 0 0 #0a519f, 9991px 0 0 0 #0a519f;
            box-shadow: 10007px 0 0 0 #0a519f, 10007px -16px 0 0 #0a519f, 9991px 0 0 0 #0a519f; }
  50% {
    -webkit-box-shadow: 10007px 0 0 0 #0a519f, 10007px -16px 0 0 #0a519f, 9991px -16px 0 0 #0a519f;
            box-shadow: 10007px 0 0 0 #0a519f, 10007px -16px 0 0 #0a519f, 9991px -16px 0 0 #0a519f; }
  58.333% {
    -webkit-box-shadow: 9991px 0 0 0 #0a519f, 10007px -16px 0 0 #0a519f, 9991px -16px 0 0 #0a519f;
            box-shadow: 9991px 0 0 0 #0a519f, 10007px -16px 0 0 #0a519f, 9991px -16px 0 0 #0a519f; }
  66.666% {
    -webkit-box-shadow: 9991px 0 0 0 #0a519f, 10007px 0 0 0 #0a519f, 9991px -16px 0 0 #0a519f;
            box-shadow: 9991px 0 0 0 #0a519f, 10007px 0 0 0 #0a519f, 9991px -16px 0 0 #0a519f; }
  75% {
    -webkit-box-shadow: 9991px 0 0 0 #0a519f, 10007px 0 0 0 #0a519f, 10007px -16px 0 0 #0a519f;
            box-shadow: 9991px 0 0 0 #0a519f, 10007px 0 0 0 #0a519f, 10007px -16px 0 0 #0a519f; }
  83.333% {
    -webkit-box-shadow: 9991px -16px 0 0 #0a519f, 10007px 0 0 0 #0a519f, 10007px -16px 0 0 #0a519f;
            box-shadow: 9991px -16px 0 0 #0a519f, 10007px 0 0 0 #0a519f, 10007px -16px 0 0 #0a519f; }
  91.667% {
    -webkit-box-shadow: 9991px -16px 0 0 #0a519f, 9991px 0 0 0 #0a519f, 10007px -16px 0 0 #0a519f;
            box-shadow: 9991px -16px 0 0 #0a519f, 9991px 0 0 0 #0a519f, 10007px -16px 0 0 #0a519f; }
  100% {
    -webkit-box-shadow: 9991px -16px 0 0 #0a519f, 9991px 0 0 0 #0a519f, 10007px 0 0 0 #0a519f;
            box-shadow: 9991px -16px 0 0 #0a519f, 9991px 0 0 0 #0a519f, 10007px 0 0 0 #0a519f; } }

@keyframes dot-bricks {
  0% {
    -webkit-box-shadow: 9991px -16px 0 0 #0a519f, 9991px 0 0 0 #0a519f, 10007px 0 0 0 #0a519f;
            box-shadow: 9991px -16px 0 0 #0a519f, 9991px 0 0 0 #0a519f, 10007px 0 0 0 #0a519f; }
  8.333% {
    -webkit-box-shadow: 10007px -16px 0 0 #0a519f, 9991px 0 0 0 #0a519f, 10007px 0 0 0 #0a519f;
            box-shadow: 10007px -16px 0 0 #0a519f, 9991px 0 0 0 #0a519f, 10007px 0 0 0 #0a519f; }
  16.667% {
    -webkit-box-shadow: 10007px -16px 0 0 #0a519f, 9991px -16px 0 0 #0a519f, 10007px 0 0 0 #0a519f;
            box-shadow: 10007px -16px 0 0 #0a519f, 9991px -16px 0 0 #0a519f, 10007px 0 0 0 #0a519f; }
  25% {
    -webkit-box-shadow: 10007px -16px 0 0 #0a519f, 9991px -16px 0 0 #0a519f, 9991px 0 0 0 #0a519f;
            box-shadow: 10007px -16px 0 0 #0a519f, 9991px -16px 0 0 #0a519f, 9991px 0 0 0 #0a519f; }
  33.333% {
    -webkit-box-shadow: 10007px 0 0 0 #0a519f, 9991px -16px 0 0 #0a519f, 9991px 0 0 0 #0a519f;
            box-shadow: 10007px 0 0 0 #0a519f, 9991px -16px 0 0 #0a519f, 9991px 0 0 0 #0a519f; }
  41.667% {
    -webkit-box-shadow: 10007px 0 0 0 #0a519f, 10007px -16px 0 0 #0a519f, 9991px 0 0 0 #0a519f;
            box-shadow: 10007px 0 0 0 #0a519f, 10007px -16px 0 0 #0a519f, 9991px 0 0 0 #0a519f; }
  50% {
    -webkit-box-shadow: 10007px 0 0 0 #0a519f, 10007px -16px 0 0 #0a519f, 9991px -16px 0 0 #0a519f;
            box-shadow: 10007px 0 0 0 #0a519f, 10007px -16px 0 0 #0a519f, 9991px -16px 0 0 #0a519f; }
  58.333% {
    -webkit-box-shadow: 9991px 0 0 0 #0a519f, 10007px -16px 0 0 #0a519f, 9991px -16px 0 0 #0a519f;
            box-shadow: 9991px 0 0 0 #0a519f, 10007px -16px 0 0 #0a519f, 9991px -16px 0 0 #0a519f; }
  66.666% {
    -webkit-box-shadow: 9991px 0 0 0 #0a519f, 10007px 0 0 0 #0a519f, 9991px -16px 0 0 #0a519f;
            box-shadow: 9991px 0 0 0 #0a519f, 10007px 0 0 0 #0a519f, 9991px -16px 0 0 #0a519f; }
  75% {
    -webkit-box-shadow: 9991px 0 0 0 #0a519f, 10007px 0 0 0 #0a519f, 10007px -16px 0 0 #0a519f;
            box-shadow: 9991px 0 0 0 #0a519f, 10007px 0 0 0 #0a519f, 10007px -16px 0 0 #0a519f; }
  83.333% {
    -webkit-box-shadow: 9991px -16px 0 0 #0a519f, 10007px 0 0 0 #0a519f, 10007px -16px 0 0 #0a519f;
            box-shadow: 9991px -16px 0 0 #0a519f, 10007px 0 0 0 #0a519f, 10007px -16px 0 0 #0a519f; }
  91.667% {
    -webkit-box-shadow: 9991px -16px 0 0 #0a519f, 9991px 0 0 0 #0a519f, 10007px -16px 0 0 #0a519f;
            box-shadow: 9991px -16px 0 0 #0a519f, 9991px 0 0 0 #0a519f, 10007px -16px 0 0 #0a519f; }
  100% {
    -webkit-box-shadow: 9991px -16px 0 0 #0a519f, 9991px 0 0 0 #0a519f, 10007px 0 0 0 #0a519f;
            box-shadow: 9991px -16px 0 0 #0a519f, 9991px 0 0 0 #0a519f, 10007px 0 0 0 #0a519f; } }
