@charset "UTF-8";
/*!
Theme Name: genexus
Description:
Version: 1.0
*/
/**
 * mixins and functions
 * @version 1.0
 */
/*!
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: inherit;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}
html.is-fixed {
  height: 100%;
  overflow: hidden;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  color: #222;
  line-height: 2;
  letter-spacing: 0.06em;
  color: #333;
}
@media screen and (max-width: 767px) {
  body {
    line-height: 1.8;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

ul {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.7;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
  }
}

@media screen and (max-width: 767px) {
  .pc, .pcbr {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .sp, .spbr {
    display: none;
  }
}
/*-----------------------------------------------------------
Add
-----------------------------------------------------------*/
/*------------
Slick
-------------*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.slick-loading .slick-list {
  background: #fff url("../images/ajax-loader.gif") center center no-repeat;
}

.slick-prev,
.slick-next {
  border: none;
  background: transparent;
  cursor: pointer;
  color: transparent;
}

.slick-prev,
.slick-next {
  display: block;
  position: absolute;
  top: calc(50% - 20px);
  width: 20px;
  height: 20px;
  transition: 0.5s;
  z-index: 10;
}
.slick-prev:focus,
.slick-next:focus {
  outline: 0;
}
.slick-prev:hover,
.slick-next:hover {
  opacity: 0.5;
}

.slick-dots {
  display: block;
  list-style: none;
  line-height: 0;
  padding: 0;
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 0;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.slick-dots li + li {
  margin-left: 20px;
}

.slick-dots li button {
  display: block;
  background: #ddd;
  border-radius: 50%;
  border: 0;
  cursor: pointer;
  color: transparent;
  width: 8px;
  height: 12px;
  outline: none;
  transition: 0.5s;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  background: #000;
}

.slick-dots li.slick-active button {
  background: #000;
}

.header {
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
}
.header-contentWrapper {
  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;
  width: 100%;
  background-color: #005cca;
  position: relative;
  z-index: 999;
}
@media screen and (min-width: 768px) {
  .header-contentWrapper {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 960px) {
  .header-contentWrapper {
    padding: 0;
    height: 75px;
  }
}
@media screen and (max-width: 767px) {
  .header-contentWrapper {
    padding: 0;
    height: 56px;
  }
}
.header .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 960px) and (max-width: 1450px) {
  .header .logo {
    width: 240px;
  }
}
@media screen and (max-width: 960px) {
  .header .logo {
    width: 35%;
    padding: 15px 20px;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .header .logo {
    width: 55%;
    padding: 12px;
    margin-right: 0;
  }
}
.header .logo .item01 {
  display: block;
  width: calc(50% - 15px);
}
.header .logo .item02 {
  margin-left: 20px;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .header .logo .item02 {
    margin-left: 15px;
  }
}
.header .button.-cta {
  font-size: 1.4rem;
  width: 240px;
}
.header .button.-cta .tb {
  display: none;
}
@media screen and (min-width: 960px) and (max-width: 1450px) {
  .header .button.-cta {
    width: 220px;
    padding: 15px;
  }
  .header .button.-cta .tb {
    display: block;
  }
}
@media screen and (max-width: 960px) {
  .header .button.-cta {
    width: 400px;
    margin: 0 auto 80px;
  }
}
@media screen and (max-width: 767px) {
  .header .button.-cta {
    width: 90%;
    margin: 0 auto 50px;
  }
}
.header .button.-cta::after {
  width: 15px;
  height: 11px;
  right: 15px;
}
.header .button.-cta span {
  padding-left: 25px;
  letter-spacing: 0;
}
@media screen and (min-width: 960px) and (max-width: 1450px) {
  .header .button.-cta span {
    padding-left: 25px;
  }
}
.header .button.-cta span:before {
  width: 18px;
  height: 13px;
}
.header .button.-cta:hover:after {
  width: 15px;
  height: 11px;
}

.gnav-pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .gnav-pc {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .gnav-pc {
    display: none;
  }
}
.gnav-pc-list {
  margin-right: 20px;
  text-align: right;
  position: relative;
}
.gnav-pc .item {
  display: inline-block;
  font-weight: 500;
  color: #fff;
  line-height: 1.5;
  font-size: 1.3rem;
}
.gnav-pc .item:not(:first-child) {
  margin-left: 20px;
}
@media screen and (min-width: 960px) and (max-width: 1450px) {
  .gnav-pc .item:not(:first-child) {
    margin-left: 10px;
  }
}
.gnav-pc .link {
  position: relative;
}
.gnav-pc .link:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 1px;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}
.gnav-pc .item:hover {
  transition: 0.5s;
}
.gnav-pc .item:hover .link:after {
  transform-origin: left top;
  transform: scale(1, 1);
}

.dropdown {
  position: relative;
  cursor: pointer;
}
.dropdown:hover:after {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 100%;
  left: 0;
}
.dropdown .dropdown-nav {
  display: none;
  position: absolute;
  top: calc(100% + 26px);
  left: 50%;
  transform: translateX(-50%);
  text-align: left;
  z-index: 1000;
}
@media screen and (min-width: 960px) and (max-width: 1450px) {
  .dropdown .dropdown-nav {
    top: calc(100% + 28px);
  }
}
.dropdown .dropdown-nav-list .dropdown-item {
  width: 280px;
}
.dropdown .dropdown-nav-list .dropdown-item:not(:last-child) {
  border-bottom: 1px solid #005CCA;
}
.dropdown .dropdown-nav-list .dropdown-item a {
  padding: 12px 15px;
  background: #0052B4;
  display: block;
  width: 280px;
  line-height: 1.2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  min-height: 40px;
  position: relative;
}
.dropdown .dropdown-nav-list .dropdown-item a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  background: url(../images/icon/icon-arow-l.svg) no-repeat;
  background-size: contain;
  width: 12px;
  height: 8px;
}
.dropdown .dropdown-nav-list .dropdown-item a:hover {
  background: #fff;
  color: #005CCA;
}
.dropdown .dropdown-nav-list .dropdown-item a:hover:after {
  background: url(../images/icon/icon-arow-b.svg) no-repeat;
  background-size: contain;
}
.dropdown .dropdown-nav-list .dropdown-item.white a {
  background: #fff;
  color: #0052B4;
  border-left: 1px solid #005CCA;
  border-right: 1px solid #005CCA;
  border-bottom: 1px solid #005CCA;
}
.dropdown .dropdown-nav-list .dropdown-item.white a:hover {
  background: #005CCA;
  color: #fff;
}
.dropdown .dropdown-nav-list .dropdown-item.white a:hover:after {
  background: url(../images/icon/icon-arow-l.svg) no-repeat;
  background-size: contain;
}
.dropdown .dropdown-nav-child {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
}
.dropdown .dropdown-nav-child.-vgpu {
  top: 96px;
}
.dropdown .dropdown-nav-child.-mellanox {
  top: 137px;
}
.dropdown .dropdown-nav-child.-omniverse {
  top: 178px;
}
.dropdown .dropdown-nav-child-list {
  border: 1px solid #005cca;
}
.dropdown .dropdown-nav-child-list .child-item {
  background: #3669B1;
  width: 230px;
}
.dropdown .dropdown-nav-child-list .child-item:not(:last-child) {
  border-bottom: 1px solid #005cca;
}
.dropdown .dropdown-nav-child-list .child-item a {
  padding: 0 10px 0 30px;
  font-size: 1.1rem;
  background: #3669B1;
  display: block;
  width: 230px;
  line-height: 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.dropdown .dropdown-nav-child-list .child-item a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  background: #fff;
  width: 8px;
  height: 1px;
}
.dropdown .dropdown-nav-child-list .child-item a:after {
  content: none;
}
.dropdown .dropdown-nav-child-list .child-item a:hover {
  background: #fff;
  color: #005cca;
}
.dropdown .dropdown-nav-child-list .child-item a:hover:before {
  background: #005cca;
}

.gnav-sp {
  /* ボタン類 */
  /* コンテンツ */
}
@media screen and (min-width: 768px) {
  .gnav-sp {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .gnav-sp {
    display: block;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .gnav-sp {
    display: block;
    height: 100%;
  }
}
.gnav-sp-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
@media screen and (max-width: 960px) {
  .gnav-sp-btns .item {
    width: 75px;
  }
}
@media screen and (max-width: 767px) {
  .gnav-sp-btns .item {
    width: 50px;
  }
}
.gnav-sp-btns .item:nth-child(1) {
  background-color: #76b900;
}
.gnav-sp-btns .item:nth-child(1) a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.gnav-sp-btns .humberger-box {
  background: #005cca;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gnav-sp-contents {
  pointer-events: none;
  visibility: hidden;
  background-color: #005cca;
  padding-bottom: 30px;
  position: fixed;
  left: 0;
  right: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  z-index: 9999;
}
@media screen and (max-width: 960px) {
  .gnav-sp-contents {
    top: 75px;
  }
}
@media screen and (max-width: 767px) {
  .gnav-sp-contents {
    top: 50px;
  }
}
.gnav-sp-contents.is-open {
  height: 100%;
  display: block;
  pointer-events: auto;
  visibility: visible;
  overflow-y: auto;
  opacity: 1;
}
.gnav-sp-list {
  display: block;
  margin-bottom: 30px;
}
.gnav-sp-list .item {
  width: 100%;
  font-weight: 500;
  color: #fff;
  background-color: #0052b4;
  position: relative;
  transition: 0.3s;
  border-bottom: 1px solid #005cca;
}
.gnav-sp-list .link {
  display: block;
  padding: 20px;
  position: relative;
}
.gnav-sp-list .link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background: url(../images/icon/icon-arow-l.svg) no-repeat;
  background-size: contain;
  width: 20px;
  height: 14px;
}
.gnav-sp .sp-dropdown:before, .gnav-sp .sp-dropdown:after {
  content: "";
  background-color: #80A9DA;
  position: absolute;
  border-radius: 2px;
  transition: 0.5s;
}
.gnav-sp .sp-dropdown:before {
  width: 2px;
  height: 20px;
  top: 23px;
  right: 29px;
}
.gnav-sp .sp-dropdown:after {
  width: 20px;
  height: 2px;
  top: 32px;
  right: 20px;
}
.gnav-sp .sp-dropdown.is-on:before {
  transform: rotate(90deg);
}
.gnav-sp .sp-dropdown-link {
  display: block;
  padding: 20px;
  position: relative;
}
.gnav-sp .sp-dropdown .child-list {
  padding-bottom: 15px;
}
.gnav-sp .sp-dropdown .child-list li {
  padding: 10px 0 10px 25px;
}
.gnav-sp .sp-dropdown .child-list li:before {
  content: "- ";
  color: #fff;
}
.gnav-sp .sp-dropdown .child-list .white {
  background: #fff;
  color: #005CCA;
}
.gnav-sp .sp-dropdown .child-list .white:before {
  content: "- ";
  color: #005CCA;
}
.gnav-sp-child {
  margin-top: 10px;
  display: none;
}

.humberger {
  display: block;
  height: 30px;
  transition: 0.5s;
  position: relative;
}
.humberger span {
  background: #fff;
  position: absolute;
  width: 25px;
  height: 1px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  left: 50%;
  transform: translateX(-50%);
}
.humberger span:nth-of-type(1) {
  top: 30%;
}
.humberger span:nth-of-type(2) {
  top: 50%;
}
.humberger span:nth-of-type(3) {
  bottom: 30%;
}
.humberger.is-open span:nth-of-type(1) {
  top: 50%;
  transform: translateX(-50%) rotate(45deg);
}
.humberger.is-open span:nth-of-type(2) {
  display: none;
}
.humberger.is-open span:nth-of-type(3) {
  bottom: 50%;
  transform: translateX(-50%) rotate(-45deg);
}

.footer .copyright {
  font-size: 1.2rem;
  color: #8c8c8c;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .footer .copyright {
    font-size: 1rem;
  }
}

.footer-ctaWrapper {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .footer-ctaWrapper {
    padding: 40px 0;
  }
}
.footer-ctaWrapper .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .footer-ctaWrapper .list {
    display: block;
  }
}
@media screen and (max-width: 960px) {
  .footer-ctaWrapper .list li {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .footer-ctaWrapper .list li {
    width: 100%;
  }
}
.footer-ctaWrapper .list .button {
  width: 395px;
  max-width: 100%;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .footer-ctaWrapper .list .button {
    width: 100%;
    font-size: 1.8rem;
  }
}

.footer-contentWrapper {
  background-color: #005cca;
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .footer-contentWrapper {
    padding: 25px 0 0;
  }
}
.footer-contentWrapper .logo {
  text-align: center;
  margin-bottom: 30px;
  display: block;
}

.footer-navigation {
  max-width: 1080px;
  width: 90%;
  margin: 0 auto;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footer-navigation {
    max-width: 100%;
    width: 100%;
    background-color: #0052b4;
  }
}
.footer-navigation .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .footer-navigation .list .item {
    margin: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .footer-navigation .list {
    justify-content: flex-start;
    font-size: 1.2rem;
  }
  .footer-navigation .list .item {
    padding-left: 15px;
    width: 50%;
    border-bottom: 1px solid #005cca;
  }
  .footer-navigation .list .item:nth-child(odd) {
    border-right: 1px solid #005cca;
  }
  .footer-navigation .list .link {
    padding: 20px 5px 20px 15px;
    display: block;
  }
}
.footer-navigation .link {
  padding-left: 15px;
  position: relative;
}
.footer-navigation .link::before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.footer-navigation .link:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 1px;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}
@media screen and (min-width: 768px) {
  .footer-navigation .item:hover {
    transition: 0.5s;
  }
  .footer-navigation .item:hover .link:after {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}

.pagetop {
  background-color: #005cca;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  position: fixed;
  z-index: 999;
}
@media screen and (min-width: 768px) {
  .pagetop {
    bottom: 30px;
    right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .pagetop {
    bottom: 5px;
    right: 5px;
  }
}
.pagetop:after {
  content: "";
  width: 14px;
  height: 14px;
  border: 0px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  position: absolute;
  top: 56%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.fixed-btn, .fixed-btn--left {
  position: fixed;
  bottom: 100px;
  right: 30px;
  z-index: 100;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .fixed-btn, .fixed-btn--left {
    bottom: 70px;
    right: 20px;
    max-width: 43%;
  }
}
.fixed-btn-link:hover {
  opacity: 0.8;
}
.fixed-btn-link img {
  width: 200px;
  height: 200px;
}
@media screen and (max-width: 767px) {
  .fixed-btn-link img {
    width: 180px;
    max-width: 100%;
    height: auto;
  }
}
.fixed-btn--close {
  font-size: 24px;
  font-weight: 400;
  line-height: 31px;
  color: #fff;
  text-align: center;
  position: absolute;
  top: -15px;
  right: -15px;
  z-index: 99;
  cursor: pointer;
  width: 33px;
  height: 33px;
  background-color: #005cca;
  border-radius: 17px;
}
@media screen and (max-width: 767px) {
  .fixed-btn--close {
    font-size: 20px;
    line-height: 26px;
    width: 27px;
    height: 27px;
    top: -9px;
    right: -5px;
  }
}
.fixed-btn.is-close, .is-close.fixed-btn--left {
  display: none;
}
.fixed-btn--left {
  right: auto;
  left: 30px;
}
@media screen and (max-width: 767px) {
  .fixed-btn--left {
    bottom: 70px;
    right: auto;
    left: 20px;
    max-width: 43%;
  }
}
.fixed-btn--close02 {
  font-size: 24px;
  font-weight: 400;
  line-height: 31px;
  color: #fff;
  text-align: center;
  position: absolute;
  top: -15px;
  right: -15px;
  z-index: 99;
  cursor: pointer;
  width: 33px;
  height: 33px;
  background-color: #005cca;
  border-radius: 17px;
}
@media screen and (max-width: 767px) {
  .fixed-btn--close02 {
    font-size: 20px;
    line-height: 26px;
    width: 27px;
    height: 27px;
    top: -9px;
    right: -5px;
  }
}

.o-topWrapperHero {
  background: url(../images/home_mv_pc.jpg) no-repeat;
  background-size: cover;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .o-topWrapperHero {
    background: url(../images/home_mv_sp.jpg) no-repeat;
    background-size: cover;
    margin-bottom: 40px;
  }
}
.o-topWrapperHero .inner {
  padding: 280px 0 240px;
}
@media screen and (max-width: 767px) {
  .o-topWrapperHero .inner {
    padding: 100px 0 340px;
  }
}
.o-topWrapperHero .title {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .o-topWrapperHero .title {
    margin-bottom: 20px;
  }
}
.o-topWrapperHero .text {
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .o-topWrapperHero .text {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .headlineWrap {
    text-align: center;
  }
}
.headlineWrap .title-en {
  font-size: 2rem;
  font-family: "Roboto", sans-serif;
  color: #005cca;
}
@media screen and (max-width: 767px) {
  .headlineWrap .title-en {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .headlineWrap .headline-top {
    text-align: left;
  }
}

.headline-top {
  text-align: center;
  font-size: 3.2rem;
  margin-bottom: 50px;
}
@media screen and (max-width: 960px) {
  .headline-top {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .headline-top {
    font-size: 2.4rem;
    margin-bottom: 25px;
  }
}
.headline-top.-white {
  color: #fff;
}

.textDesc-top {
  color: #fff;
  text-align: center;
  margin: 0 auto 40px;
}
@media screen and (max-width: 767px) {
  .textDesc-top {
    margin-bottom: 30px;
  }
}

.o-topWrapperSec01 {
  background-color: #fff;
  padding-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .o-topWrapperSec01 .o-component, .o-topWrapperSec01 .headline-pageTitle .hedling-inner .title-wrap, .headline-pageTitle .hedling-inner .o-topWrapperSec01 .title-wrap, .o-topWrapperSec01 .footer .copyright, .footer .o-topWrapperSec01 .copyright, .o-topWrapperSec01 .o-topWrapperHero .inner, .o-topWrapperHero .o-topWrapperSec01 .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .o-topWrapperSec01 .headlineWrap {
    margin-right: 80px;
  }
}
.o-topWrapperSec01 .articleList {
  flex: 3;
}
@media screen and (max-width: 767px) {
  .o-topWrapperSec01 .articleList {
    width: 100%;
  }
}

.o-topWrapperSec02 {
  background: url(../images/home_reason_bg_pc.jpg) no-repeat;
  background-size: 100% 100%;
  background-position: center;
  padding: 250px 0;
}
@media screen and (max-width: 960px) {
  .o-topWrapperSec02 {
    background-size: 180% 100%;
    padding: 140px 0;
  }
}
@media screen and (max-width: 767px) {
  .o-topWrapperSec02 {
    background: url(../images/home_reason_bg_sp.jpg) no-repeat;
    background-size: 100% 100%;
    padding: 85px 0 170px;
    margin-bottom: 100px;
    position: relative;
  }
  .o-topWrapperSec02::after {
    content: "";
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    background: url(../images/home_reason_img.png) no-repeat;
    width: 240px;
    height: 180px;
    background-size: contain;
  }
}
@media screen and (min-width: 768px) {
  .o-topWrapperSec02 .o-component, .o-topWrapperSec02 .headline-pageTitle .hedling-inner .title-wrap, .headline-pageTitle .hedling-inner .o-topWrapperSec02 .title-wrap, .o-topWrapperSec02 .footer .copyright, .footer .o-topWrapperSec02 .copyright, .o-topWrapperSec02 .o-topWrapperHero .inner, .o-topWrapperHero .o-topWrapperSec02 .inner {
    position: relative;
  }
  .o-topWrapperSec02 .o-component::after, .o-topWrapperSec02 .headline-pageTitle .hedling-inner .title-wrap::after, .headline-pageTitle .hedling-inner .o-topWrapperSec02 .title-wrap::after, .o-topWrapperSec02 .footer .copyright::after, .footer .o-topWrapperSec02 .copyright::after, .o-topWrapperSec02 .o-topWrapperHero .inner::after, .o-topWrapperHero .o-topWrapperSec02 .inner::after {
    content: "";
    position: absolute;
    bottom: -80px;
    left: -60px;
    background: url(../images/home_reason_img.png) no-repeat;
    width: 340px;
    height: 240px;
    background-size: contain;
  }
}
@media screen and (max-width: 960px) {
  .o-topWrapperSec02 .o-component::after, .o-topWrapperSec02 .headline-pageTitle .hedling-inner .title-wrap::after, .headline-pageTitle .hedling-inner .o-topWrapperSec02 .title-wrap::after, .o-topWrapperSec02 .footer .copyright::after, .footer .o-topWrapperSec02 .copyright::after, .o-topWrapperSec02 .o-topWrapperHero .inner::after, .o-topWrapperHero .o-topWrapperSec02 .inner::after {
    bottom: -40px;
    left: 0px;
    width: 220px;
    height: 160px;
  }
}
.o-topWrapperSec02 .textDesc-top {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .o-topWrapperSec02 .textDesc-top {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .o-topWrapperSec02 .button {
    width: 260px;
  }
}

.o-topWrapperSec03 {
  background: #fff;
  position: relative;
  z-index: 1;
  padding-bottom: 280px;
}
@media screen and (max-width: 960px) {
  .o-topWrapperSec03 {
    padding-bottom: 180px;
  }
}
@media screen and (max-width: 767px) {
  .o-topWrapperSec03 {
    padding-bottom: 120px;
  }
}
.o-topWrapperSec03 .layout-imageColumn .txt {
  margin-bottom: 40px;
}

.o-topWrapperSec04 {
  background-color: #eff4fb;
  position: relative;
  z-index: 10;
  padding-bottom: 25px;
}
.o-topWrapperSec04::before {
  content: "";
  position: absolute;
  top: -208px;
  right: 0;
  z-index: 5;
  background: url(../images/home_degital_bg_triangle_2.png) no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 208px;
}
@media screen and (max-width: 960px) {
  .o-topWrapperSec04::before {
    top: -148px;
    height: 148px;
  }
}
@media screen and (max-width: 767px) {
  .o-topWrapperSec04::before {
    top: -88px;
    height: 88px;
  }
}

.o-topWrapperSec05 {
  position: relative;
  background-color: #eff4fb;
}
@media screen and (min-width: 768px) {
  .o-topWrapperSec05::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: url(../images/home_degital_bg_triangle.png) no-repeat;
    background-size: 100% 100%;
    width: 80%;
    height: 464px;
  }
}
@media screen and (max-width: 960px) {
  .o-topWrapperSec05::after {
    width: 60%;
    height: 140px;
  }
}
.o-topWrapperSec05 .inner {
  background: url(../images/home_degital_bg_pc.png) no-repeat;
  background-size: 100% 100%;
  background-position: center;
  padding: 240px 0 100px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 960px) {
  .o-topWrapperSec05 .inner {
    background-size: 180% 100%;
    padding: 180px 0 60px;
  }
}
@media screen and (max-width: 767px) {
  .o-topWrapperSec05 .inner {
    background: url(../images/home_degital_bg_sp.png) no-repeat;
    background-size: cover;
    padding: 100px 0 60px;
  }
}
@media screen and (max-width: 960px) {
  .o-topWrapperSec05 .button {
    width: 260px;
  }
}

.mainContents {
  margin-top: 75px;
}
@media screen and (max-width: 767px) {
  .mainContents {
    margin-top: 50px;
  }
}

.o-contents {
  padding-top: 20px;
}

.o-contentWrapper {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .o-contentWrapper {
    padding: 50px 0;
  }
}
.o-contentWrapper.-blueBg {
  background: #eff4fb;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .o-contentWrapper.-blueBg {
    padding: 60px 0;
  }
}
.o-contentWrapper.-blueBg2 {
  background: linear-gradient(180deg, #fff 0%, #fff 35%, #eff4fb 35%, #eff4fb 100%);
}
@media screen and (max-width: 767px) {
  .o-contentWrapper.-blueBg2 {
    background: linear-gradient(180deg, #fff 0%, #fff 23%, #eff4fb 23%, #eff4fb 100%);
  }
}
.o-contentWrapper.-gradation {
  background: linear-gradient(70deg, #65C7ED, #005CCA);
}
.o-contentWrapper.-min {
  padding: 20px 0 100px;
}
@media screen and (max-width: 767px) {
  .o-contentWrapper.-min {
    padding: 10px 0 60px;
  }
}

.o-component, .headline-pageTitle .hedling-inner .title-wrap, .footer .copyright, .o-topWrapperHero .inner {
  max-width: 1080px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .o-component, .headline-pageTitle .hedling-inner .title-wrap, .footer .copyright, .o-topWrapperHero .inner {
    max-width: 90%;
    width: 90%;
  }
}
.o-component + .o-component, .headline-pageTitle .hedling-inner .title-wrap + .o-component, .headline-pageTitle .hedling-inner .o-component + .title-wrap, .headline-pageTitle .hedling-inner .title-wrap + .title-wrap, .footer .copyright + .o-component, .footer .headline-pageTitle .hedling-inner .copyright + .title-wrap, .headline-pageTitle .hedling-inner .footer .copyright + .title-wrap, .o-topWrapperHero .inner + .o-component, .o-topWrapperHero .headline-pageTitle .hedling-inner .inner + .title-wrap, .headline-pageTitle .hedling-inner .o-topWrapperHero .inner + .title-wrap, .footer .o-component + .copyright, .footer .headline-pageTitle .hedling-inner .title-wrap + .copyright, .headline-pageTitle .hedling-inner .footer .title-wrap + .copyright, .footer .copyright + .copyright, .o-topWrapperHero .footer .inner + .copyright, .footer .o-topWrapperHero .inner + .copyright, .o-topWrapperHero .o-component + .inner, .o-topWrapperHero .headline-pageTitle .hedling-inner .title-wrap + .inner, .headline-pageTitle .hedling-inner .o-topWrapperHero .title-wrap + .inner, .footer .o-topWrapperHero .copyright + .inner, .o-topWrapperHero .footer .copyright + .inner, .o-topWrapperHero .inner + .inner {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .o-component + .o-component, .headline-pageTitle .hedling-inner .title-wrap + .o-component, .headline-pageTitle .hedling-inner .o-component + .title-wrap, .headline-pageTitle .hedling-inner .title-wrap + .title-wrap, .footer .copyright + .o-component, .footer .headline-pageTitle .hedling-inner .copyright + .title-wrap, .headline-pageTitle .hedling-inner .footer .copyright + .title-wrap, .o-topWrapperHero .inner + .o-component, .o-topWrapperHero .headline-pageTitle .hedling-inner .inner + .title-wrap, .headline-pageTitle .hedling-inner .o-topWrapperHero .inner + .title-wrap, .footer .o-component + .copyright, .footer .headline-pageTitle .hedling-inner .title-wrap + .copyright, .headline-pageTitle .hedling-inner .footer .title-wrap + .copyright, .footer .copyright + .copyright, .o-topWrapperHero .footer .inner + .copyright, .footer .o-topWrapperHero .inner + .copyright, .o-topWrapperHero .o-component + .inner, .o-topWrapperHero .headline-pageTitle .hedling-inner .title-wrap + .inner, .headline-pageTitle .hedling-inner .o-topWrapperHero .title-wrap + .inner, .footer .o-topWrapperHero .copyright + .inner, .o-topWrapperHero .footer .copyright + .inner, .o-topWrapperHero .inner + .inner {
    margin-top: 60px;
  }
}
.o-component + .o-component.-short, .headline-pageTitle .hedling-inner .title-wrap + .o-component.-short, .headline-pageTitle .hedling-inner .o-component + .-short.title-wrap, .headline-pageTitle .hedling-inner .title-wrap + .-short.title-wrap, .footer .copyright + .o-component.-short, .footer .headline-pageTitle .hedling-inner .copyright + .-short.title-wrap, .headline-pageTitle .hedling-inner .footer .copyright + .-short.title-wrap, .o-topWrapperHero .inner + .o-component.-short, .o-topWrapperHero .headline-pageTitle .hedling-inner .inner + .-short.title-wrap, .headline-pageTitle .hedling-inner .o-topWrapperHero .inner + .-short.title-wrap, .footer .o-component + .-short.copyright, .footer .headline-pageTitle .hedling-inner .title-wrap + .-short.copyright, .headline-pageTitle .hedling-inner .footer .title-wrap + .-short.copyright, .footer .copyright + .-short.copyright, .o-topWrapperHero .footer .inner + .-short.copyright, .footer .o-topWrapperHero .inner + .-short.copyright, .o-topWrapperHero .o-component + .-short.inner, .o-topWrapperHero .headline-pageTitle .hedling-inner .title-wrap + .-short.inner, .headline-pageTitle .hedling-inner .o-topWrapperHero .title-wrap + .-short.inner, .footer .o-topWrapperHero .copyright + .-short.inner, .o-topWrapperHero .footer .copyright + .-short.inner, .o-topWrapperHero .inner + .-short.inner {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .o-component + .o-component.-short, .headline-pageTitle .hedling-inner .title-wrap + .o-component.-short, .headline-pageTitle .hedling-inner .o-component + .-short.title-wrap, .headline-pageTitle .hedling-inner .title-wrap + .-short.title-wrap, .footer .copyright + .o-component.-short, .footer .headline-pageTitle .hedling-inner .copyright + .-short.title-wrap, .headline-pageTitle .hedling-inner .footer .copyright + .-short.title-wrap, .o-topWrapperHero .inner + .o-component.-short, .o-topWrapperHero .headline-pageTitle .hedling-inner .inner + .-short.title-wrap, .headline-pageTitle .hedling-inner .o-topWrapperHero .inner + .-short.title-wrap, .footer .o-component + .-short.copyright, .footer .headline-pageTitle .hedling-inner .title-wrap + .-short.copyright, .headline-pageTitle .hedling-inner .footer .title-wrap + .-short.copyright, .footer .copyright + .-short.copyright, .o-topWrapperHero .footer .inner + .-short.copyright, .footer .o-topWrapperHero .inner + .-short.copyright, .o-topWrapperHero .o-component + .-short.inner, .o-topWrapperHero .headline-pageTitle .hedling-inner .title-wrap + .-short.inner, .headline-pageTitle .hedling-inner .o-topWrapperHero .title-wrap + .-short.inner, .footer .o-topWrapperHero .copyright + .-short.inner, .o-topWrapperHero .footer .copyright + .-short.inner, .o-topWrapperHero .inner + .-short.inner {
    margin-top: 40px;
  }
}
.o-component.-w880, .headline-pageTitle .hedling-inner .-w880.title-wrap, .footer .-w880.copyright, .o-topWrapperHero .-w880.inner {
  max-width: 880px;
}

.headline-pageTitle {
  background: url(../images/under_top_bg.jpg) no-repeat;
  background-size: cover;
  overflow: hidden;
  height: 380px;
}
@media screen and (max-width: 767px) {
  .headline-pageTitle {
    height: 300px;
  }
}
.headline-pageTitle .hedling-inner {
  height: 100%;
  position: relative;
}
.headline-pageTitle .hedling-inner .title-wrap {
  height: 100%;
  position: relative;
}
.headline-pageTitle .hedling-inner .title {
  font-size: 6rem;
  color: #fff;
  line-height: 1.45;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .headline-pageTitle .hedling-inner .title {
    font-size: 3.2rem;
  }
}
.headline-pageTitle .hedling-inner .title-en {
  font-size: 12rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.2);
  position: absolute;
  bottom: -20px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .headline-pageTitle .hedling-inner .title-en {
    font-size: 7rem;
    text-align: right;
    bottom: -13px;
  }
}
.headline-pageTitle .hedling-inner .title-en.-min {
  font-size: 9.8rem;
}
@media screen and (max-width: 767px) {
  .headline-pageTitle .hedling-inner .title-en.-min {
    font-size: 6rem;
  }
}

.headline-centerBlue {
  margin-bottom: 50px;
}
@media screen and (max-width: 960px) {
  .headline-centerBlue {
    margin-bottom: 30px;
  }
}
.headline-centerBlue .title {
  font-size: 3.6rem;
  color: #005cca;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .headline-centerBlue .title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .headline-centerBlue .title {
    font-size: 2.4rem;
  }
}
.headline-centerBlue .title .num {
  font-size: 3rem;
  font-family: "Roboto", sans-serif;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .headline-centerBlue .title .num {
    font-size: 2.3rem;
  }
}
.headline-centerBlue .title.-white {
  color: #fff;
}

.headline-centerLine {
  margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
  .headline-centerLine {
    margin-bottom: 30px;
  }
}
.headline-centerLine .title {
  text-align: center;
  font-size: 2.8rem;
  position: relative;
  padding-bottom: 20px;
}
@media screen and (max-width: 960px) {
  .headline-centerLine .title {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .headline-centerLine .title {
    font-size: 2.2rem;
    padding-bottom: 15px;
  }
}
.headline-centerLine .title::before {
  content: "";
  width: 40px;
  height: 2px;
  background-color: #005cca;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.headline-leftLine {
  margin-bottom: 10px;
}
.headline-leftLine .title {
  font-size: 2.4rem;
  padding-left: 20px;
  position: relative;
}
@media screen and (max-width: 960px) {
  .headline-leftLine .title {
    font-size: 2rem;
    padding-left: 15px;
  }
}
.headline-leftLine .title::before, .headline-leftLine .title::after {
  content: "";
  position: absolute;
  width: 5px;
  left: 0;
}
@media screen and (max-width: 960px) {
  .headline-leftLine .title::before, .headline-leftLine .title::after {
    width: 4px;
  }
}
.headline-leftLine .title::before {
  height: 70%;
  background: #005cca;
  top: 0;
}
.headline-leftLine .title::after {
  height: 30%;
  background: #76b900;
  bottom: 0;
}

.headline-colorBlue {
  font-size: 1.8rem;
  color: #005cca;
  margin-bottom: 10px;
}
@media screen and (max-width: 960px) {
  .headline-colorBlue {
    font-size: 1.6rem;
  }
}

.endText {
  font-size: 1.6rem;
  font-weight: 700;
  color: #BE4022;
}
@media screen and (max-width: 767px) {
  .endText {
    font-size: 1.4rem;
  }
}
.endText.-top {
  background-color: #BE4022;
  color: #fff;
  text-align: center;
}
.endText.ft20 {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .endText.ft20 {
    font-size: 1.8rem;
  }
}

.box-column + .box-column {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .box-column + .box-column {
    margin-top: 30px;
  }
}
.box-column.-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .box-column.-col2 .flexItem {
    width: 48%;
  }
  .box-column.-col2 .flexItem:nth-child(odd) {
    margin-right: 4%;
  }
  .box-column.-col2 .flexItem:nth-child(n+3) {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .box-column.-col2 {
    display: block;
  }
  .box-column.-col2 .flexItem {
    width: 100%;
  }
  .box-column.-col2 .flexItem:nth-child(n+2) {
    margin-top: 30px;
  }
  .box-column.-col2 .flexItem + .flexItem.buttonBnr {
    margin-top: 60px;
  }
}
.box-column.-col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .box-column.-col3 .flexItem {
    width: calc(33.3333333333% - 10px);
  }
  .box-column.-col3 .flexItem:not(:nth-child(3n)) {
    margin-right: 15px;
  }
  .box-column.-col3 .flexItem:nth-child(n+4) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .box-column.-col3 {
    display: block;
  }
  .box-column.-col3 .flexItem {
    width: 100%;
  }
  .box-column.-col3 .flexItem:nth-child(n+2) {
    margin-top: 30px;
  }
  .box-column.-col3 .flexItem + .flexItem.boxText {
    margin-top: 15px;
  }
}
.box-column.-col4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .box-column.-col4 .flexItem {
    width: calc(25% - 10px);
  }
  .box-column.-col4 .flexItem:not(:nth-child(4n)) {
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .box-column.-col4 .flexItem {
    width: 48%;
  }
  .box-column.-col4 .flexItem:nth-child(odd) {
    margin-right: 4%;
  }
  .box-column.-col4 .flexItem:nth-child(n+3) {
    margin-top: 30px;
  }
}
.box-column.-col5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .box-column.-col5 .flexItem {
    width: calc(20% - 16px);
  }
  .box-column.-col5 .flexItem:not(:nth-child(5n)) {
    margin-right: 20px;
  }
  .box-column.-col5 .flexItem:nth-child(n+6) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .box-column.-col5 {
    justify-content: flex-start;
  }
  .box-column.-col5 .flexItem {
    width: 48%;
  }
  .box-column.-col5 .flexItem:not(:nth-child(2n)) {
    margin-right: 4%;
  }
  .box-column.-col5 .flexItem:nth-child(n+3) {
    margin-top: 0;
  }
  .box-column.-col5 .flexItem + .flexItem.imageBox + .flexItem.imageBox {
    margin-top: 20px;
  }
}
.box-column.center {
  justify-content: center;
}

.boxUnit {
  background: #EFF4FA;
  border-radius: 10px;
  padding: 50px 30px 30px;
  margin-top: 60px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .boxUnit {
    padding: 70px 20px 20px;
    margin-top: 80px;
  }
}
.boxUnit .bnr {
  width: 240px;
  margin: 0 auto 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .boxUnit .bnr {
    width: 200px;
    margin: 0 auto 40px;
  }
}
.boxUnit .bnr::before {
  content: "";
  background: url(../../images/partner_com.png) no-repeat;
  background-size: cover;
  width: 180px;
  height: 183px;
  position: absolute;
  top: -90px;
  left: -200px;
}
@media screen and (max-width: 767px) {
  .boxUnit .bnr::before {
    width: 120px;
    height: 123px;
    top: -140px;
    left: -90px;
  }
}

.boxText {
  background: #fff;
  border-radius: 10px;
  padding: 30px 25px;
}
@media screen and (max-width: 767px) {
  .boxText {
    padding: 20px;
  }
}
.boxText.partner-box {
  text-align: center;
}
.boxText.-w770 {
  max-width: 770px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 60px;
}
@media screen and (max-width: 767px) {
  .boxText.-w770 {
    padding: 20px 30px;
  }
}
.boxText.-w1080 {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding: 40px;
  position: relative;
}
.boxText.-w1080::after {
  position: absolute;
  content: "";
  background: url(../../images/icon/industrycloud_icon03.svg) center/contain no-repeat;
  width: 46px;
  height: 34px;
  top: 50%;
  left: 37.5%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .boxText.-w1080 {
    padding: 30px 20px;
  }
  .boxText.-w1080::after {
    top: 37%;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }
}
.boxText.-blueBg {
  background: #eff4fb;
  padding: 30px 20px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .boxText.-blueBg {
    padding: 20px;
  }
}
.boxText.-blueBg2 {
  background: #eff4fb;
  padding: 40px 50px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .boxText.-blueBg2 {
    padding: 30px 20px;
  }
}
.boxText.-gradation {
  padding: 35px 40px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(70deg, #65C7ED, #005CCA);
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .boxText.-gradation {
    padding: 30px 20px;
  }
}
.boxText.-gradation .title {
  font-size: 2.6rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .boxText.-gradation .title {
    font-size: 2rem;
  }
}
.boxText.-gradation .text {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .boxText.-gradation .text {
    font-size: 1.6rem;
    text-align: left;
  }
}
.boxText.-center {
  background: #eff4fb;
  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;
  text-align: center;
  padding: 25px 10px;
}
.boxText.-center .blueText {
  height: fit-content;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #003D86;
}
@media screen and (max-width: 960px) {
  .boxText.-center .blueText {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .boxText.-center .blueText {
    font-size: 1.6rem;
  }
}
.boxText .textLead {
  margin-bottom: 20px;
}
.boxText .txt {
  line-height: 1.6;
}

.boxList {
  background-color: #fff;
  border-radius: 10px;
  padding: 40px;
  position: relative;
}
@media screen and (max-width: 960px) {
  .boxList {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 767px) {
  .boxList {
    padding: 30px 20px;
  }
}
.boxList.-blueBg {
  background: #eff4fb;
  padding: 40px 40px;
}
@media screen and (max-width: 960px) {
  .boxList.-blueBg {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 767px) {
  .boxList.-blueBg {
    padding: 30px 20px;
  }
}
.boxList.-blueBg2 {
  background: #eff4fb;
  padding: 40px 35px;
}
@media screen and (max-width: 960px) {
  .boxList.-blueBg2 {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 767px) {
  .boxList.-blueBg2 {
    padding: 30px 20px;
  }
}
.boxList.-blueBg2 .listText {
  margin-bottom: 0;
}
.boxList-img {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}
.boxList-txt {
  margin-bottom: 10px;
}
.boxList .listText {
  margin-bottom: 20px;
}
.boxList .button {
  margin: 30px auto 0;
}
.boxList .-txt {
  margin: 10px auto 0;
}
.boxList.btnLayout {
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .boxList.btnLayout {
    padding-bottom: 30px;
  }
}
.boxList.btnLayout .button {
  position: absolute;
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .boxList.btnLayout .button {
    position: static;
    transform: translateX(0);
  }
}
.boxList.btnLayout02 {
  padding-bottom: 250px;
}
@media screen and (max-width: 767px) {
  .boxList.btnLayout02 {
    padding-bottom: 30px;
  }
}
.boxList.btnLayout02 .-download {
  position: absolute;
  left: 50%;
  bottom: 160px;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .boxList.btnLayout02 .-download {
    position: static;
    transform: translateX(0);
  }
}
.boxList.btnLayout02 .-arrowNone {
  position: absolute;
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .boxList.btnLayout02 .-arrowNone {
    position: static;
    transform: translateX(0);
  }
}
.boxList .flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .boxList .flexBox {
    display: block;
  }
}
.boxList .flexBox .image {
  flex: 1.1;
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  .boxList .flexBox .image {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.boxList .flexBox .desc {
  flex: 1;
}

.icon-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .icon-column.-col3 .flexItem:not(:nth-child(3n)) {
    margin-right: 50px;
  }
  .icon-column.-col3 .flexItem:nth-child(n+4) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .icon-column.-col3 {
    display: block;
    width: 100%;
  }
  .icon-column.-col3 .flexItem:nth-child(n+2) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .icon-column.-col3 .icon {
    width: 35%;
  }
}
@media screen and (min-width: 768px) {
  .icon-column.-col4 .flexItem {
    width: calc(25% - 20px);
  }
  .icon-column.-col4 .flexItem:not(:nth-child(4n)) {
    margin-right: 20px;
  }
  .icon-column.-col4 .flexItem:nth-child(n+5) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .icon-column.-col4 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .icon-column.-col4 .flexItem {
    width: 48%;
  }
  .icon-column.-col4 .flexItem:not(:nth-child(odd)) {
    margin-left: 4%;
  }
  .icon-column.-col4 .flexItem:nth-child(n+3) {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  .icon-column.-item5 .flexItem:not(:nth-child(3n)) {
    margin-right: 30px;
  }
  .icon-column.-item5 .flexItem:nth-child(n+4) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 960px) {
  .icon-column.-item5 .flexItem {
    width: 30%;
  }
  .icon-column.-item5 .flexItem:not(:nth-child(3n)) {
    margin-right: 30px;
  }
  .icon-column.-item5 .flexItem:nth-child(n+4) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .icon-column.-item5 .flexItem {
    width: 48%;
  }
  .icon-column.-item5 .flexItem:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .icon-column.-item5 .flexItem:nth-child(n+4) {
    margin-top: 0;
  }
  .icon-column.-item5 .flexItem:not(:nth-child(odd)) {
    margin-left: 4%;
  }
  .icon-column.-item5 .flexItem:nth-child(n+3) {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .iconUnit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.iconUnit .txt {
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
  color: #005cca;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .iconUnit .txt {
    text-align: left;
    margin-top: 0;
    margin-left: 20px;
  }
}

.iconBox {
  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: #eff4fb;
  border-radius: 10px;
  padding: 20px 10px;
}
@media screen and (max-width: 767px) {
  .iconBox {
    justify-content: flex-start;
  }
}
.iconBox .icon {
  margin-right: 10px;
}
.iconBox .txt {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.7;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .iconBox .txt {
    font-size: 1.4rem;
  }
}

.numBox {
  background-color: #eff4fb;
  border-radius: 10px;
  padding: 45px 10px 35px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .numBox {
    padding: 35px 10px 25px;
  }
}
.numBox .num {
  font-family: "Roboto", sans-serif;
  font-size: 2.5rem;
  line-height: 40px;
  color: #fff;
  width: 40px;
  height: 40px;
  background-color: #76b900;
  border-radius: 20px;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .numBox .num {
    font-size: 2rem;
  }
}
.numBox .ttl {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 10px;
}

.borderBox {
  border-radius: 10px;
  border: 1px solid #005cca;
  background: #fff;
  margin: 100px auto 0;
}
@media screen and (min-width: 768px) {
  .borderBox {
    width: calc(33.3333333333% - 10px);
  }
}
@media screen and (max-width: 767px) {
  .borderBox {
    width: 100%;
  }
}
.borderBox .icon {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .borderBox .icon {
    width: 202px;
    margin: -100px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .borderBox .icon {
    width: 160px;
    margin: -80px auto 0;
  }
}
.borderBox .desc {
  padding: 0 35px 50px;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .borderBox .desc {
    padding: 0 20px 30px;
  }
}
.borderBox .desc .title {
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
}
.borderBox .desc .text {
  margin-top: 10px;
}

.layout-imageColumn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .layout-imageColumn {
    display: block;
  }
}
.layout-imageColumn + .layout-imageColumn {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .layout-imageColumn + .layout-imageColumn {
    margin-top: 30px;
  }
}
.layout-imageColumn.-border {
  border: 1px solid #005cca;
  border-radius: 10px;
  background-color: #fff;
  padding: 40px 50px;
}
@media screen and (max-width: 960px) {
  .layout-imageColumn.-border {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .layout-imageColumn.-border {
    padding: 30px 20px;
  }
}
.layout-imageColumn.-bg {
  background-color: #eff4fb;
  border-radius: 10px;
  padding: 40px 50px;
}
@media screen and (max-width: 960px) {
  .layout-imageColumn.-bg {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .layout-imageColumn.-bg {
    padding: 30px 20px;
  }
}
.layout-imageColumn.-whiteBg {
  background-color: #fff;
  border-radius: 10px;
  padding: 40px 50px;
}
@media screen and (max-width: 960px) {
  .layout-imageColumn.-whiteBg {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .layout-imageColumn.-whiteBg {
    padding: 30px 20px;
  }
}
.layout-imageColumn.-gradation {
  background: linear-gradient(70deg, #65C7ED, #005CCA);
  border-radius: 10px;
  padding: 60px 70px 50px 80px;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .layout-imageColumn.-gradation {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .layout-imageColumn.-gradation {
    padding: 30px 20px;
  }
}
.layout-imageColumn.-gradation .img {
  flex: 0.5;
}
@media screen and (max-width: 767px) {
  .layout-imageColumn.-gradation .img {
    max-width: 50%;
  }
}
.layout-imageColumn.-gradation .headline-white {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .layout-imageColumn.-gradation .headline-white {
    text-align: center;
  }
}
.layout-imageColumn.-gradation .headline-white .title {
  font-size: 3.2rem;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .layout-imageColumn.-gradation .headline-white .title {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .layout-imageColumn.-gradation .headline-white .title {
    font-size: 2.2rem;
  }
}
.layout-imageColumn.-reverse {
  flex-direction: row-reverse;
}
.layout-imageColumn.-reverse .img {
  margin-right: 0;
  margin-left: 50px;
}
@media screen and (max-width: 960px) {
  .layout-imageColumn.-reverse .img {
    margin-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .layout-imageColumn.-reverse .img {
    margin: 0 auto 20px;
  }
}
.layout-imageColumn .img {
  flex: 0.9;
  margin-right: 50px;
}
@media screen and (max-width: 960px) {
  .layout-imageColumn .img {
    margin-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .layout-imageColumn .img {
    margin: 0 auto 20px;
  }
  .layout-imageColumn .img iframe {
    height: 200px;
  }
}
.layout-imageColumn .img img {
  border-radius: 10px;
  overflow: hidden;
}
.layout-imageColumn .img .cap {
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 10px;
}
.layout-imageColumn .img.-border {
  flex: 1;
  margin-right: 45px;
}
@media screen and (max-width: 960px) {
  .layout-imageColumn .img.-border {
    margin-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .layout-imageColumn .img.-border {
    margin: 0 auto 20px;
  }
}
.layout-imageColumn .img.-border img {
  border: 1px solid #DDD;
}
.layout-imageColumn .img.-big {
  flex: 1.1;
}
@media screen and (max-width: 960px) {
  .layout-imageColumn .img.-big {
    margin-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .layout-imageColumn .img.-big {
    margin: 0 auto 20px;
  }
}
.layout-imageColumn .desc {
  flex: 1;
}
.layout-imageColumn .title {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .layout-imageColumn .title {
    font-size: 1.8rem;
  }
}
.layout-imageColumn .txt {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .layout-imageColumn .txt {
    margin-bottom: 25px;
  }
}
.layout-imageColumn .logo {
  margin-bottom: 20px;
}
.layout-imageColumn .logoText {
  color: #005cca;
  font-weight: 700;
  line-height: 1.7;
  font-size: 2.4rem;
}
@media screen and (max-width: 960px) {
  .layout-imageColumn .logoText {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .layout-imageColumn .logoText {
    font-size: 1.8rem;
  }
}
.layout-imageColumn .listText {
  margin-bottom: 30px;
}
.layout-imageColumn .listText.mb0 {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .layout-imageColumn .button {
    margin: 0 auto;
  }
}
.layout-imageColumn .name {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #005CCA;
}

.layout-iconColumn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .layout-iconColumn {
    display: block;
  }
}
.layout-iconColumn .img {
  flex: 0.5;
  margin-right: 76px;
}
@media screen and (max-width: 960px) {
  .layout-iconColumn .img {
    margin-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .layout-iconColumn .img {
    margin: 0 auto 20px;
  }
  .layout-iconColumn .img iframe {
    height: 200px;
  }
}
.layout-iconColumn .img.gray_bg {
  background: #EDEDED;
  border-radius: 10px;
  padding: 30px;
  position: relative;
}
.layout-iconColumn .img.gray_bg::before {
  position: absolute;
  content: "";
  background: url(../../images/icon/industrycloud_icon02.svg) center/contain no-repeat;
  width: 67px;
  height: 65px;
  top: -20px;
  right: 20px;
}
@media screen and (max-width: 960px) {
  .layout-iconColumn .img.gray_bg::before {
    width: 55px;
    top: -35px;
    right: 5px;
  }
}
@media screen and (max-width: 767px) {
  .layout-iconColumn .img.gray_bg {
    margin-bottom: 80px;
  }
  .layout-iconColumn .img.gray_bg::before {
    top: -20px;
    right: 5px;
  }
}
.layout-iconColumn .img .listText {
  margin-bottom: 20px;
}
.layout-iconColumn .desc {
  flex: 0.9;
}
.layout-iconColumn .desc.blue_bg {
  background: #D5E8FD;
  border-radius: 10px;
  padding: 30px;
}
.layout-iconColumn .title {
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 12px;
  color: #063D86;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .layout-iconColumn .title {
    font-size: 1.8rem;
    flex-direction: column;
  }
}
.layout-iconColumn .title .titleImg {
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .layout-iconColumn .title .titleImg {
    margin: 0 0 10px 0;
  }
}
@media screen and (max-width: 767px) {
  .layout-iconColumn .title .titleTxt {
    text-align: center;
  }
}
.layout-iconColumn .txt {
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .layout-iconColumn .txt {
    margin-bottom: 25px;
  }
}
.layout-iconColumn .txt.center {
  text-align: center;
}
.layout-iconColumn .logo {
  margin-bottom: 20px;
}
.layout-iconColumn .logoText {
  color: #005cca;
  font-weight: 700;
  line-height: 1.7;
  font-size: 2.4rem;
}
@media screen and (max-width: 960px) {
  .layout-iconColumn .logoText {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .layout-iconColumn .logoText {
    font-size: 1.8rem;
  }
}
.layout-iconColumn .listText {
  margin-bottom: 30px;
}
.layout-iconColumn .listText.mb0 {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .layout-iconColumn .button {
    margin: 0 auto;
  }
}
.layout-iconColumn .name {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #005CCA;
}

.imageBox .image {
  border-radius: 10px;
  overflow: hidden;
}
.imageBox .image img {
  border-radius: 10px;
}
.imageBox .inner {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 15px;
}
.imageBox .text {
  margin-top: 10px;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  transition: 0.4s;
}
@media screen and (max-width: 960px) {
  .imageBox .text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .imageBox .text {
    font-size: 1.6rem;
  }
}
.imageBox .icon {
  height: 256px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 15px;
  position: relative;
}
@media screen and (max-width: 960px) {
  .imageBox .icon {
    height: 180px;
  }
}
@media screen and (max-width: 767px) {
  .imageBox .icon {
    height: 170px;
  }
}
.imageBox .icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 180px;
}
@media screen and (max-width: 960px) {
  .imageBox .icon img {
    max-height: 130px;
    max-width: 180px;
  }
}
@media screen and (max-width: 767px) {
  .imageBox .icon img {
    max-height: 120px;
  }
}
.imageBox .icon.-blueBg {
  background: #eff4fb;
}
.imageBox .movie {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 15px;
}
.imageBox .movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.imageBox .link {
  display: block;
}
.imageBox .link .image {
  border: 2px solid #005cca;
}
.imageBox .link .image img {
  transition: 0.4s;
}
.imageBox .link:hover .image img {
  transform: scale(1.1);
}
.imageBox .link:hover .text {
  text-decoration: underline;
}

.imageCenter {
  position: relative;
}
.imageCenter .img {
  text-align: center;
}
.imageCenter .img.-scroll {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .imageCenter .img.-scroll {
    width: 230%;
  }
}
.imageCenter.-blueBg {
  background-color: #eff4fb;
  padding: 35px 40px;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .imageCenter.-blueBg {
    padding: 0;
  }
}
.imageCenter.-whiteBg {
  background: #fff;
  padding: 35px 40px;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .imageCenter.-whiteBg {
    padding: 0;
  }
}
.imageCenter.-w650 {
  max-width: 650px;
  margin-right: auto;
  margin-left: auto;
}
.imageCenter.-border {
  border: 1px solid #005cca;
  background: #fff;
  padding: 60px 40px 35px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .imageCenter.-border {
    padding: 40px 15px 20px;
  }
}
.imageCenter .num {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background: linear-gradient(to right, #005CCA, #65C7ED);
  position: absolute;
  top: -37px;
  left: 40px;
}
@media screen and (max-width: 767px) {
  .imageCenter .num {
    width: 50px;
    height: 50px;
    top: -25px;
    left: 15px;
  }
}
.imageCenter .num p {
  font-family: "Roboto", sans-serif;
  font-size: 33px;
  text-align: center;
  letter-spacing: 0;
  line-height: 75px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .imageCenter .num p {
    font-size: 23px;
    line-height: 50px;
  }
}
.imageCenter .txt {
  font-size: 2.2rem;
  font-weight: 700;
  color: #003D86;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .imageCenter .txt {
    font-size: 1.8rem;
  }
}
.imageCenter .desc + .desc {
  margin-top: 20px;
}

.caption {
  text-align: right;
  font-size: 1.2rem;
  margin-top: 15px;
}

.videoBox {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.videoBox .video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.videoBox iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.listText .item {
  position: relative;
  padding-left: 15px;
}
.listText .item::before {
  background: #76b900;
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 12px;
  width: 5px;
  height: 5px;
}
.listText.-col2 {
  display: flex;
  flex-wrap: wrap;
}
.listText.-col2 .item {
  width: 48%;
}
.listText.-col2 .item:nth-child(odd) {
  margin-right: 4%;
}

.listText02 .item {
  position: relative;
  padding-left: 15px;
}
.listText02 .item::before {
  background: #76b900;
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 17px;
  width: 5px;
  height: 5px;
}
@media screen and (max-width: 767px) {
  .listText02 .item::before {
    top: 12px;
  }
}
.listText02 .item + .item {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .listText02 .item + .item {
    margin-top: 10px;
  }
}
.listText02 .ttl {
  color: #005cca;
  font-weight: 700;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .listText02 .ttl {
    font-size: 1.6rem;
  }
}
.listText02 .cap {
  margin-top: 5px;
}

.listIcon .item {
  display: flex;
}
.listIcon .item + .item {
  margin-top: 10px;
}
.listIcon .img {
  margin-right: 10px;
}
.listIcon .txt {
  font-size: 1.6rem;
  font-weight: 700;
}

.listNum {
  counter-reset: num;
}
.listNum .item {
  list-style-type: none !important;
  padding-left: 43px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 767px) {
  .listNum .item {
    padding-left: 33px;
    font-size: 1.6rem;
  }
}
.listNum .item:before {
  counter-increment: num;
  content: counter(num);
  background: #76b900;
  color: #fff;
  width: 31px;
  height: 31px;
  border-radius: 16px;
  text-align: center;
  line-height: 31px;
  font-family: "Roboto", sans-serif;
  font-size: 1.9rem;
  position: absolute;
  top: -2px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .listNum .item:before {
    width: 26px;
    height: 26px;
    line-height: 26px;
    font-size: 1.7rem;
    top: 0;
  }
}
.listNum .item + .item {
  margin-top: 15px;
}

.checkText .item {
  position: relative;
  padding-left: 20px;
}
.checkText .item::before {
  content: "";
  background: url(../../vgpu/images/icon/cad_icon01.svg) no-repeat;
  background-size: cover;
  display: block;
  width: 14px;
  height: 13px;
  position: absolute;
  left: 0;
  top: 8px;
}
.checkText .item + .item {
  margin-top: 10px;
}

.textLead {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 60px;
}
@media screen and (max-width: 960px) {
  .textLead {
    font-size: 1.8rem;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .textLead {
    text-align: left;
  }
}
.textLead.-greenLine {
  margin-bottom: 30px;
}
.textLead.-greenLine span {
  display: inline;
  text-align: center;
  background: linear-gradient(transparent 70%, #BBE373 0%);
}

.textLead2 {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  .textLead2 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .textLead2 {
    text-align: left;
    font-size: 1.6rem;
  }
}

.textDesc {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .textDesc {
    text-align: left;
  }
}
.textDesc.-mb {
  margin-bottom: 30px;
}

.textLink {
  color: #005cca;
  text-decoration: underline;
}
.textLink:hover {
  text-decoration: none;
}

.textLink02 {
  text-decoration: underline;
}
.textLink02:hover {
  text-decoration: none;
}

.textBold {
  font-weight: 700;
}

.blueBgTxt {
  background: #063D86;
  border-radius: 5px;
  color: #fff;
  font-weight: 700;
  padding: 7px 0 9px;
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .blueBgTxt {
    margin: 0 auto;
    font-size: 1.4rem;
  }
}

.textNote {
  font-size: 1rem;
  line-height: 1.5;
  padding-left: 15px;
}

.mb0 {
  margin-bottom: 0;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb60 {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .mb60 {
    margin-bottom: 30px;
  }
}

.mbS {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .mbS {
    margin-bottom: 30px;
  }
}

.mbM {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .mbM {
    margin-bottom: 30px;
  }
}

.mbL {
  margin-bottom: 75px;
}
@media screen and (max-width: 767px) {
  .mbL {
    margin-bottom: 50px;
  }
}

.mt30 {
  margin-top: 30px;
}

.table-default {
  width: 100%;
  table-layout: fixed;
  border: 1px solid #ECECEC;
  border-radius: 10px;
  overflow: hidden;
  border-collapse: separate;
}
.table-default.stickyBox-table {
  overflow: auto;
}
.table-default th + th, .table-default td {
  border-left: 1px solid #ECECEC;
}
.table-default tr:last-child th, .table-default tr:last-child td {
  border-bottom: none;
}
.table-default th, .table-default td {
  line-height: 1.7;
  padding: 30px 10px;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #ECECEC;
}
@media screen and (max-width: 767px) {
  .table-default th, .table-default td {
    padding: 20px 10px;
  }
}
.table-default th {
  background-color: #005cca;
  font-weight: bold;
  color: #fff;
  vertical-align: middle;
  width: 30%;
  font-size: 1.8rem;
}
@media screen and (max-width: 960px) {
  .table-default th {
    width: 30%;
    font-size: 1.5rem;
  }
}
.table-default th .min {
  font-size: 1.3rem;
  color: #FFEB00;
}
.table-default th.bg01 {
  background-color: #eff4fb;
  color: #222;
}
.table-default th.bg02 {
  background-color: #D5E8FF;
  color: #222;
}
.table-default td {
  font-size: 1.6rem;
  background-color: #fff;
}
@media screen and (max-width: 960px) {
  .table-default td {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .table-default td {
    font-size: 1.2rem;
  }
}
.table-default td.tal {
  text-align: left;
}
.table-default .w-15 {
  width: 15%;
}
.table-default .w-20 {
  width: 20%;
}
.table-default .w-25 {
  width: 25%;
}
.table-default .w-40 {
  width: 40%;
}
.table-default .fixed01 {
  position: sticky;
  top: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .table-default .fixed01.-sp {
    left: 0;
    z-index: 3;
  }
}
.table-default .fixed02 {
  position: sticky;
  left: 0;
  z-index: 1;
}
.table-default .r-topLeft {
  border-radius: 10px 0 0 0;
}
.table-default .r-topRight {
  border-radius: 0 10px 0 0;
}
.table-default .r-bottomLeft {
  border-radius: 0 0 0 10px;
}
.table-default .r-bottomRight {
  border-radius: 0 0 10px 0;
}

.scrollBox {
  padding-right: 10px;
}
.scrollBox.stickyBox {
  overflow: auto;
  height: 500px;
}
@media screen and (max-width: 767px) {
  .scrollBox {
    overflow-x: scroll;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
  }
  .scrollBox::before {
    content: "※横にスクロールできます。";
  }
  .scrollBox .table-default {
    width: 800px;
  }
  .scrollBox .image {
    width: 800px;
    margin: 5px 0;
  }
  .scrollBox::-webkit-scrollbar {
    height: 5px;
  }
  .scrollBox::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #f5f6f8;
  }
  .scrollBox::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #333;
  }
  .scrollBox table {
    margin-bottom: 10px;
    width: 150%;
  }
}

@media screen and (max-width: 767px) {
  .tableWrapper::before {
    content: "※横にスクロールできます。";
  }
}

.tabArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .tabArea {
    flex-wrap: wrap;
  }
}

.tabItem {
  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;
  width: calc(25% - 10px);
  background-color: #CDD9E7;
  border: 1px solid #CDD9E7;
  color: #003D86;
  font-weight: bold;
  border-radius: 10px;
  text-align: center;
  padding: 20px 5px;
  transition: 0.3s;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .tabItem:not(:last-child) {
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .tabItem {
    width: 48%;
    padding: 15px 3px;
    line-height: 1.4;
    font-size: 1.3rem;
  }
  .tabItem:nth-child(odd) {
    margin-right: 4%;
  }
  .tabItem:nth-child(n+3) {
    margin-top: 20px;
  }
}
.tabItem:hover {
  border: 1px solid #005cca;
  background: #fff;
}
.tabItem.active {
  background-color: #eff4fb;
  border: 1px solid #005cca;
  transition: 0.3s;
  position: relative;
}
.tabItem.active::before, .tabItem.active::after {
  content: "";
  position: absolute;
}
.tabItem.active::before {
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #eff4fb;
  z-index: 2;
}
.tabItem.active::after {
  bottom: -19px;
  left: 50%;
  margin-left: -9px;
  border: 9px solid transparent;
  border-top: 9px solid #005cca;
  z-index: 1;
}

.panelArea {
  border: 1px solid #005cca;
  border-radius: 10px;
  padding: 40px;
}
@media screen and (max-width: 960px) {
  .panelArea {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .panelArea {
    padding: 20px;
  }
}

.panelItem {
  display: none;
}
.panelItem.active {
  display: block;
}

.button {
  color: #fff;
  background-color: #005cca;
  border-radius: 50px;
  border: 1px solid #005cca;
  font-size: 1.8rem;
  line-height: 1.7;
  text-align: center;
  padding: 15px 20px 15px 20px;
  width: 260px;
  display: block;
  transition: 0.3s;
  position: relative;
}
@media screen and (max-width: 960px) {
  .button {
    line-height: 1.5;
    font-size: 1.5rem;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .button {
    line-height: 1.5;
    font-size: 1.5rem;
    width: 100%;
  }
}
.button:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  background: url(../images/icon/icon-arow-w.svg) no-repeat;
  background-size: contain;
  width: 20px;
  height: 14px;
}
.button:hover {
  color: #005cca;
  background-color: #fff;
}
.button:hover:after {
  background: url(../images/icon/icon-arow-b.svg) no-repeat;
}
.button.-white {
  color: #005cca;
  background-color: #fff;
}
.button.-white:after {
  background: url(../images/icon/icon-arow-b.svg) no-repeat;
}
.button.-white:hover {
  color: #fff;
  background-color: #005cca;
}
.button.-white:hover:after {
  background: url(../images/icon/icon-arow-w.svg) no-repeat;
}
.button.-cta, .button.-faq {
  background-color: #76b900;
  border: 1px solid #76b900;
}
.button.-cta span, .button.-faq span {
  padding-left: 50px;
  position: relative;
}
.button.-cta:hover, .button.-faq:hover {
  color: #76b900;
  background-color: #fff;
}
.button.-cta:hover:after, .button.-faq:hover:after {
  background: url(../images/icon/icon-arow-g.svg) no-repeat center/contain;
}
.button.-cta:hover span::before {
  background: url(../images/icon/icon-mail-g.svg) no-repeat center/contain;
  background-size: contain;
}
.button.-faq:hover span::before {
  background: url(../images/icon/icon-faq-g.svg) no-repeat center/contain;
  background-size: contain;
}
.button.-download:hover {
  color: #76b900;
  background-color: #fff;
}
.button.-download:hover span::before {
  background: url(../images/icon/icon-download-g.svg) no-repeat center/contain;
  background-size: contain;
}
.button.-cta span::before, .button.-faq span::before, .button.-download span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.button.-cta span::before {
  background: url(../images/icon/icon-mail-w.svg) no-repeat;
  background-size: contain;
  width: 30px;
  height: 23px;
}
.button.-faq span::before {
  background: url(../images/icon/icon-faq-w.svg) no-repeat;
  background-size: contain;
  width: 32px;
  height: 34px;
}
.button.-download {
  width: 100%;
  max-width: 340px;
  background-color: #76b900;
  border: 1px solid #76b900;
}
@media screen and (max-width: 767px) {
  .button.-download {
    max-width: 100%;
  }
}
.button.-download span {
  padding-left: 30px;
  position: relative;
}
.button.-download:after {
  display: none;
}
.button.-download span::before {
  background: url(../images/icon/icon-download-w.svg) no-repeat;
  background-size: contain;
  width: 21px;
  height: 25px;
}
.button.-m-auto {
  margin: 0 auto;
}
.button.-w850 {
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
  line-height: 1.5;
}
.button.-w320 {
  max-width: 320px;
  width: 100%;
}
.button.-w340 {
  max-width: 340px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .button.-w340 {
    max-width: 100%;
  }
}
.button.-w380 {
  max-width: 380px;
  width: 100%;
}
.button.-w420 {
  max-width: 420px;
  width: 100%;
}
.button.-w430 {
  max-width: 430px;
  width: 100%;
}
.button.-w450 {
  max-width: 450px;
  width: 100%;
}
.button.-arrowNone:after {
  content: none;
}

.buttonImage .link {
  display: block;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #005cca;
  padding: 40px 30px;
  height: 100%;
  transition: 0.5s;
  position: relative;
}
@media screen and (max-width: 960px) {
  .buttonImage .link {
    padding: 30px 20px;
  }
}
.buttonImage .link::before, .buttonImage .link::after {
  content: "";
  position: absolute;
  transition: 0.5s;
}
.buttonImage .link::before {
  bottom: -20px;
  right: 20px;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: #005cca;
}
.buttonImage .link::after {
  bottom: -8px;
  right: 30px;
  background: url(../images/icon/icon-arow-w.svg) no-repeat;
  background-size: contain;
  width: 20px;
  height: 14px;
}
.buttonImage .link:hover {
  border: 1px solid transparent;
}
.buttonImage .link:hover::before {
  right: 10px;
}
.buttonImage .link:hover::after {
  right: 20px;
}
.buttonImage .title {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .buttonImage .title {
    font-size: 1.6rem;
  }
}
.buttonImage .image {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}

.buttonBox .link {
  color: #005cca;
  border: 2px solid #005cca;
  border-radius: 10px;
  background: #eff4fb;
  height: 100%;
  padding: 25px;
  position: relative;
  transition: 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.buttonBox .link.pd {
  display: block;
}
.buttonBox .link.pd .desc {
  padding-left: 0;
}
.buttonBox .link.pd .img {
  border-radius: 10px;
  overflow: hidden;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 767px) {
  .buttonBox .link {
    padding: 25px 15px;
  }
}
.buttonBox .link::before, .buttonBox .link::after {
  content: "";
  position: absolute;
  transition: 0.5s;
}
.buttonBox .link::before {
  bottom: -20px;
  right: 20px;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: #005cca;
}
.buttonBox .link::after {
  bottom: -9px;
  right: 32px;
  background: url(../images/icon/icon_arrow_down_w.svg) no-repeat;
  background-size: contain;
  width: 14px;
  height: 18px;
}
.buttonBox .link:hover {
  background: #fff;
}
.buttonBox .link:hover::before {
  bottom: -30px;
}
.buttonBox .link:hover::after {
  bottom: -19px;
}
.buttonBox .link .num {
  font-size: 3rem;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  padding-right: 15px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.buttonBox .link .num::before {
  content: "";
  width: 1px;
  height: 100%;
  background: #005cca;
  position: absolute;
  top: 0;
  right: 0;
}
.buttonBox .link .img {
  margin-top: -50px;
  margin-right: 10px;
}
.buttonBox .link .img.center {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .buttonBox .link .img {
    margin-top: 0;
    margin-right: 0;
  }
}
.buttonBox .link .desc {
  padding-left: 15px;
}
.buttonBox .link .ttl {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .buttonBox .link .ttl {
    font-size: 1.6rem;
  }
}
.buttonBox .link .txt {
  color: #222;
}

.buttonBnr {
  margin-bottom: 30px;
  position: relative;
}
.buttonBnr .bg {
  padding: 85px 30px;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .buttonBnr .bg {
    padding: 45px 20px;
  }
}
.buttonBnr .bg.-cad {
  background: url(../../vgpu/images/vgpu_img13.jpg) no-repeat;
  background-size: cover;
}
.buttonBnr .bg.-oa {
  background: url(../../vgpu/images/vgpu_img14.jpg) no-repeat;
  background-size: cover;
}
.buttonBnr .bg .text {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
}
.buttonBnr .button {
  position: absolute;
  bottom: -30px;
  right: 20px;
}
@media screen and (max-width: 960px) {
  .buttonBnr .button {
    width: 90%;
    right: 50%;
    transform: translateX(50%);
  }
}
@media screen and (max-width: 767px) {
  .buttonBnr .button {
    width: 90%;
    right: 50%;
    transform: translateX(50%);
  }
}

.red {
  color: #FA2C32;
}

.faqBox-item {
  border-radius: 10px;
  padding: 20px 20px 25px;
}
@media screen and (max-width: 767px) {
  .faqBox-item {
    padding: 10px 10px 15px;
  }
}
.faqBox-item .qText {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 30px;
  padding-left: 60px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .faqBox-item .qText {
    font-size: 1.6rem;
    margin-bottom: 15px;
    padding-left: 50px;
  }
}
.faqBox-item .qText:before {
  content: "Q";
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  color: #fff;
  background: linear-gradient(to right, #005CCA, #65C7ED);
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  line-height: 40px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .faqBox-item .qText:before {
    font-size: 20px;
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}
.faqBox-item .aText {
  position: relative;
  padding-left: 60px;
}
@media screen and (max-width: 767px) {
  .faqBox-item .aText {
    padding-left: 50px;
  }
}
.faqBox-item .aText:before {
  content: "A";
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  color: #005cca;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  line-height: 40px;
  position: absolute;
  top: -5px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .faqBox-item .aText:before {
    font-size: 20px;
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}
.faqBox-item:nth-child(odd) {
  background: #fff;
}
.faqBox-item:nth-child(odd) .aText:before {
  background: #eff4fb;
}
.faqBox-item:nth-child(even) {
  background: #eff4fb;
}
.faqBox-item:nth-child(even) .aText:before {
  background: #fff;
}
.faqBox-item + .faqBox-item {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .faqBox-item + .faqBox-item {
    margin-top: 20px;
  }
}

.layout-AiEnterprise .layout-item {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .layout-AiEnterprise .layout-item {
    display: block;
  }
}
.layout-AiEnterprise .image {
  flex: 1;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .layout-AiEnterprise .image {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.layout-AiEnterprise .desc {
  flex: 0.55;
  background: #D5E8FF;
  border-radius: 10px;
  padding: 20px 20px 25px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .layout-AiEnterprise .desc {
    padding: 20px;
  }
}
.layout-AiEnterprise .desc:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -25px;
  margin-top: -10px;
  border: 10px solid transparent;
  border-right: 15px solid #D5E8FF;
}
@media screen and (max-width: 767px) {
  .layout-AiEnterprise .desc:before {
    top: -15px;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-bottom: 15px solid #e0edff;
  }
}
.layout-AiEnterprise .desc.-second:before {
  top: 65%;
}
@media screen and (max-width: 767px) {
  .layout-AiEnterprise .desc.-second:before {
    top: -15px;
  }
}
.layout-AiEnterprise .title {
  background: #003D86;
  border-radius: 10px;
  padding: 3px 0;
  margin-bottom: 15px;
  font-size: 2rem;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .layout-AiEnterprise .title {
    border-radius: 5px;
    margin-bottom: 7px;
    font-size: 1.8rem;
  }
}
.layout-AiEnterprise .sub-title {
  text-align: center;
  color: #005cca;
  font-size: 1.8rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .layout-AiEnterprise .sub-title {
    font-size: 16px;
  }
}

.layout-podColumn {
  border: 1px solid #005cca;
  background: #fff;
  padding: 0 40px 35px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .layout-podColumn {
    padding: 0 20px 35px;
  }
}
.layout-podColumn + .layout-podColumn {
  margin-top: 95px;
}
@media screen and (max-width: 767px) {
  .layout-podColumn + .layout-podColumn {
    margin-top: 80px;
  }
}
.layout-podColumn .top-title {
  border: 1px solid #005cca;
  background: #fff;
  padding: 20px 30px 16px;
  border-radius: 100px;
  width: fit-content;
  width: -moz-fit-content;
  margin: -35px auto 30px;
}
@media screen and (max-width: 767px) {
  .layout-podColumn .top-title {
    padding: 15px 20px 12px;
    margin: -30px auto 20px;
  }
}
.layout-podColumn .top-title.-pd02 {
  padding: 15px 50px;
}
.layout-podColumn .top-title .logo {
  margin-right: 10px;
}
.layout-podColumn .top-title .ttl {
  color: #005cca;
  font-size: 2.4rem;
  line-height: 1;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .layout-podColumn .top-title .ttl {
    font-size: 2rem;
    vertical-align: text-top;
  }
}
.layout-podColumn .layout-imageColumn .img {
  flex: 1.1;
  margin-right: 45px;
}
@media screen and (max-width: 960px) {
  .layout-podColumn .layout-imageColumn .img {
    margin-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .layout-podColumn .layout-imageColumn .img {
    width: 100%;
    margin-right: 0;
  }
}
.layout-podColumn .btnbr {
  display: none;
}
@media screen and (max-width: 960px) {
  .layout-podColumn .btnbr {
    display: block;
  }
}

.layout-omniversepartner {
  max-width: 762px;
  width: 100%;
  margin: 0 auto;
  background: #76b900;
  border-radius: 10px;
  padding: 40px 50px 45px;
}
@media screen and (max-width: 960px) {
  .layout-omniversepartner {
    padding: 30px 30px 35px;
  }
}
@media screen and (max-width: 767px) {
  .layout-omniversepartner {
    padding: 20px;
  }
}
.layout-omniversepartner .headline-centerWhite {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .layout-omniversepartner .headline-centerWhite {
    margin-bottom: 20px;
  }
}
.layout-omniversepartner .headline-centerWhite .title {
  text-align: center;
  color: #fff;
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .layout-omniversepartner .headline-centerWhite .title {
    font-size: 2.4rem;
  }
}
.layout-omniversepartner .layout-boxList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .layout-omniversepartner .layout-boxList {
    display: block;
  }
}
.layout-omniversepartner .layout-boxList .layoutItem {
  background: #fff;
  border-radius: 10px;
  padding: 25px 20px;
}
.layout-omniversepartner .layout-boxList .layoutItem:nth-child(1), .layout-omniversepartner .layout-boxList .layoutItem:nth-child(2) {
  width: calc(50% - 10px);
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .layout-omniversepartner .layout-boxList .layoutItem:nth-child(1), .layout-omniversepartner .layout-boxList .layoutItem:nth-child(2) {
    width: 100%;
  }
}
.layout-omniversepartner .layout-boxList .layoutItem:nth-child(1) .itemImg, .layout-omniversepartner .layout-boxList .layoutItem:nth-child(2) .itemImg {
  margin: 0 auto 3px;
}
.layout-omniversepartner .layout-boxList .layoutItem:nth-child(3) {
  width: 100%;
}
.layout-omniversepartner .layout-boxList .layoutItem:nth-child(3) .itemImg {
  margin: 0 20px 0 0;
}
@media screen and (max-width: 767px) {
  .layout-omniversepartner .layout-boxList .layoutItem:nth-child(3) .itemImg {
    margin: 0 auto 3px;
  }
}
.layout-omniversepartner .layout-boxList .itemTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: fit-content;
  width: -moz-fit-content;
  margin: 0 auto 10px;
}
.layout-omniversepartner .layout-boxList .itemTitle .num {
  display: block;
  background: #76b900;
  color: #fff;
  width: 31px;
  height: 31px;
  border-radius: 16px;
  margin-right: 10px;
  line-height: 31px;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 1.9rem;
}
@media screen and (max-width: 767px) {
  .layout-omniversepartner .layout-boxList .itemTitle .num {
    width: 26px;
    height: 26px;
    margin-right: 5px;
    line-height: 26px;
    font-size: 1.7rem;
  }
}
.layout-omniversepartner .layout-boxList .itemTitle .txt {
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .layout-omniversepartner .layout-boxList .itemTitle .txt {
    font-size: 1.7rem;
  }
}
.layout-omniversepartner .layout-boxList .itemImg {
  width: fit-content;
  height: 78px;
}
.layout-omniversepartner .layout-boxList .itemImg img {
  height: 100%;
}
.layout-omniversepartner .layout-boxList .itemCap {
  font-size: 12px;
}
.layout-omniversepartner .layout-boxList .flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .layout-omniversepartner .layout-boxList .flexBox {
    display: block;
  }
}
.layout-omniversepartner .layout-boxList .listText .item {
  font-size: 12px;
  padding-left: 11px;
}
.layout-omniversepartner .layout-boxList .listText .item::before {
  top: 10px;
}

.articleList.-omniversepartner {
  width: 100%;
  max-width: 866px;
  margin: 0 auto;
}
.articleList.-omniversepartner .item {
  padding: 20px 10px 20px 0;
  border-top: 1px solid #C4C4C4;
}
@media screen and (max-width: 767px) {
  .articleList.-omniversepartner .item {
    display: block;
  }
}
.articleList.-omniversepartner .item:last-child {
  border-bottom: 1px solid #C4C4C4;
}
.articleList .item {
  padding: 20px 35px 20px 0;
  border-top: 1px solid #ececec;
  position: relative;
}
.articleList .item:last-child {
  border-bottom: 1px solid #ececec;
}
.articleList .title {
  display: inline-block;
}

.post-data {
  line-height: 1;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.post-data .date {
  color: #c5c5c5;
  margin-right: 10px;
}

.category {
  background-color: #eaeaea;
  border-radius: 3px;
  line-height: 1;
  padding: 5px 10px;
  display: inline-block;
}
.category span {
  font-weight: 500;
  font-size: 12px;
}
.category span:not(:last-child) {
  position: relative;
  padding-right: 20px;
}
.category span:not(:last-child):before {
  content: "/";
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
}