@charset "UTF-8";
/*!
Theme Name: GPU Workstation ODM という選択
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.5rem;
  font-weight: 400;
  color: #1E2834;
  line-height: 2;
  letter-spacing: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  body {
    line-height: 1.8;
    font-size: 1.4rem;
  }
}

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

ul {
  list-style: none;
}

h1, h2 {
  line-height: 1.4;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  h1, h2 {
    line-height: 1.4;
  }
}

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

@media screen and (min-width: 768px) {
  .pc, .pcbr {
    display: block;
  }
  .tb, .tbbr {
    display: none;
  }
  .sp, .spbr {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .pc, .pcbr {
    display: none;
  }
  .tb, .tbbr {
    display: block;
  }
  .sp, .spbr {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pc, .pcbr {
    display: none;
  }
  .tb, .tbbr {
    display: none;
  }
  .sp, .spbr {
    display: block;
  }
}
.mt75 {
  margin-top: 75px;
}
@media screen and (max-width: 767px) {
  .mt75 {
    margin-top: 45px;
  }
}

.js-fadein {
  transition: opacity 1.2s, transform 1s;
  opacity: 0;
  transform: translateX(-50px);
}
.js-fadein.is-show {
  opacity: 1;
  transform: translateX(0);
}

.link {
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
}
.link:hover {
  border-bottom: 1px solid #005CCA;
}

.header {
  position: fixed;
  z-index: 999;
  width: 100%;
}
.header.is-fixed {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 76px;
  background: #005CCA;
}
.header.is-fixed .headerLogo {
  margin: 0 0 0 10px;
}
.header.is-fixed .headerNav-pc {
  color: #fff;
}
.header.is-fixed .link {
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
}
.header.is-fixed .link:hover {
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 960px) {
  .header.is-fixed .bg_w {
    position: relative;
  }
  .header.is-fixed .bg_w::before {
    position: absolute;
    content: "";
    background: #fff;
    width: 200%;
    height: 161%;
    max-height: 76px;
    top: -30%;
    left: -100%;
  }
}
@media screen and (max-width: 767px) {
  .header {
    padding: 0 0 0 5px;
    top: 0;
    left: 0;
  }
  .header.is-fixed {
    background: #005CCA;
    height: auto;
  }
  .header.is-fixed .bg_w {
    position: static;
  }
  .header.is-fixed .bg_w::before {
    position: unset;
    background: unset;
  }
  .header.is-fixed .headerLogo {
    margin: 0;
  }
  .header.is-fixed .headerNav-pc {
    color: unset;
  }
}
.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%;
}
@media screen and (max-width: 767px) {
  .header-contentWrapper {
    justify-content: space-between;
  }
}
.header .headerLogo {
  width: 161px;
  margin: 10px 0 0 10px;
}
@media screen and (max-width: 960px) {
  .header .headerLogo {
    margin: 0 0 0 10px;
  }
}
.header .headerLogo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .header .headerLogo {
    width: 100px;
    margin: 0;
  }
}

.headerNav-pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .headerNav-pc {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .headerNav-pc {
    display: none;
  }
}
.headerNav-pc .navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 30px;
}
.headerNav-pc .navList .item {
  font-size: 1.4rem;
  font-weight: 500;
  padding: 10px 0;
}
.headerNav-pc .navList .item + .item {
  margin-left: 30px;
}

.navBtn {
  display: block;
  width: 160px;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
  color: #fff;
  background: #FC8B2F;
  border: 1px solid #FC8B2F;
  padding: 23px 19px;
  position: relative;
  transition: all 0.3s;
}
.navBtn img {
  width: 22px;
  margin-right: 10px;
  transition: all 0.3s;
}
@media screen and (max-width: 960px) {
  .navBtn {
    width: 100%;
    margin-right: 50px;
  }
}
@media screen and (max-width: 767px) {
  .navBtn {
    padding: 10px;
    margin-right: 0;
  }
}
.navBtn:hover {
  opacity: 0.8;
}

.headerNav-sp {
  /* ボタン類 */
  /* コンテンツ */
}
@media screen and (min-width: 768px) {
  .headerNav-sp {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .headerNav-sp {
    display: block;
    height: 100%;
  }
}
.headerNav-sp-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.headerNav-sp-contents {
  visibility: hidden;
  background: #fff;
  padding: 70px 25px 50px;
  position: fixed;
  left: 0;
  right: 0;
  transition: 0.3s;
  opacity: 0;
  z-index: 9999;
}
@media screen and (max-width: 960px) {
  .headerNav-sp-contents {
    padding: 70px 25px 50px;
    top: 76px;
  }
}
@media screen and (max-width: 767px) {
  .headerNav-sp-contents {
    padding: 20px 20px 20px;
    top: 47px;
  }
}
.headerNav-sp-contents.is-open {
  visibility: visible;
  overflow-y: auto;
  opacity: 1;
}
.headerNav-sp .navList-sp {
  text-align: center;
  font-weight: 700;
}
.headerNav-sp .navList-sp .item + .item {
  margin-top: 10px;
}

.humberger {
  cursor: pointer;
  display: block;
  width: 50px;
  height: 47px;
  transition: 0.5s;
  position: relative;
  z-index: 10000;
  right: 22px;
  background: #fff;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .humberger {
    right: 0;
  }
}
.humberger span {
  background: #005CCA;
  position: absolute;
  width: 30px;
  height: 2px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  left: 50%;
  transform: translateX(-50%);
}
.humberger span:nth-of-type(1) {
  top: 35%;
}
.humberger span:nth-of-type(2) {
  top: 50%;
}
.humberger span:nth-of-type(3) {
  top: 65%;
}
.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) {
  top: 50%;
  transform: translateX(-50%) rotate(-45deg);
}

.footer .footerTop {
  background: #005CCA;
}
.footer .footerTop .logo {
  display: block;
  padding: 30px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer .footerTop .logo {
    padding: 20px 0;
  }
}
.footer .footerTop .logo img {
  width: 161px;
}
@media screen and (max-width: 767px) {
  .footer .footerTop .logo img {
    width: 120px;
  }
}
.footer .footerBottom {
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .footer .footerBottom {
    padding: 15px 0;
  }
}
.footer .copyright {
  font-size: 1.2rem;
  color: #8C8C8C;
}

.o-component {
  max-width: 1080px;
  width: 90%;
  margin: 0 auto;
}

.o-mvWrapper {
  position: relative;
  height: 100%;
  margin-bottom: 60px;
  padding-top: 76px;
}
.o-mvWrapper::before {
  position: absolute;
  content: "";
  background: url(../../_assets/images/mvbg_img.jpg) center/cover no-repeat;
  width: 37.64%;
  height: 100%;
  min-height: 850px;
  bottom: 10%;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .o-mvWrapper::before {
    min-height: 450px;
    width: 45%;
    bottom: 11%;
  }
}
@media screen and (max-width: 767px) {
  .o-mvWrapper {
    margin-bottom: 30px;
    padding-top: 47px;
  }
  .o-mvWrapper::before {
    min-height: 330px;
    bottom: 27px;
    width: 55%;
  }
}
.o-mvWrapper .mvTitle {
  font-weight: 600;
  position: absolute;
  left: 110px;
  bottom: 130px;
}
@media screen and (max-width: 960px) {
  .o-mvWrapper .mvTitle {
    left: 60px;
    bottom: 90px;
  }
}
@media screen and (max-width: 767px) {
  .o-mvWrapper .mvTitle {
    left: 15px;
    bottom: 50px;
  }
}
.o-mvWrapper .mvTitle-bg {
  font-size: 4.4rem;
  color: #fff;
  line-height: 1.77;
  text-shadow: 0 0 12px #1E2834;
}
@media screen and (max-width: 960px) {
  .o-mvWrapper .mvTitle-bg {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .o-mvWrapper .mvTitle-bg {
    font-size: 2rem;
    line-height: 1.5;
  }
}
.o-mvWrapper .mvTitle-small {
  font-size: 3.7rem;
}
@media screen and (max-width: 960px) {
  .o-mvWrapper .mvTitle-small {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .o-mvWrapper .mvTitle-small {
    font-size: 1.7rem;
  }
}
.o-mvWrapper .mvImg {
  margin: 0 0 0 21.32%;
  width: 78.68%;
}
@media screen and (max-width: 767px) {
  .o-mvWrapper .mvImg {
    margin: 0 0 0 15%;
    width: 85%;
  }
  .o-mvWrapper .mvImg img {
    width: 100%;
    height: 100%;
    min-height: 250px;
    object-fit: cover;
  }
}

.o-ctaWrapper {
  padding: 100px 0;
  background: url(../../_assets/images/cta_img01.jpg) center/cover no-repeat;
  position: relative;
}
@media screen and (max-width: 767px) {
  .o-ctaWrapper {
    padding: 60px 0;
  }
}
.o-ctaWrapper .ctalayout {
  color: #fff;
}
.o-ctaWrapper .ctalayout .ctaTtl {
  text-align: center;
  font-size: 3rem;
  line-height: 1.5;
  margin-bottom: 15px;
  font-weight: 600;
  text-shadow: 0 0 10px #1E2834;
}
@media screen and (max-width: 767px) {
  .o-ctaWrapper .ctalayout .ctaTtl {
    font-size: 2rem;
  }
}
.o-ctaWrapper .ctalayout .ctaTxt {
  text-align: center;
  margin-bottom: 45px;
  text-shadow: 0 0 10px #1E2834;
}
@media screen and (max-width: 767px) {
  .o-ctaWrapper .ctalayout .ctaTxt {
    margin-bottom: 30px;
  }
}

.ctaButtonWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .ctaButtonWrapper {
    display: block;
  }
}
.ctaButtonWrapper .ctaButton + .ctaButton {
  margin-left: 60px;
}
@media screen and (max-width: 767px) {
  .ctaButtonWrapper .ctaButton + .ctaButton {
    margin: 15px 0 0 0;
  }
}

.ctaButton {
  transition: 0.3s;
  color: #fff;
  background-color: #FC8B2F;
  font-size: 2.4rem;
  line-height: 1;
  box-shadow: 0 0 10px 0 rgba(30, 40, 52, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 400px;
  width: 100%;
  font-weight: 600;
  padding: 28px;
}
.ctaButton.info img {
  width: 20px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .ctaButton.info img {
    width: 15px;
  }
}
.ctaButton.contact img {
  width: 28px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .ctaButton.contact img {
    width: 20px;
  }
}
@media screen and (max-width: 767px) {
  .ctaButton {
    font-size: 1.6rem;
    max-width: 100%;
    padding: 20px;
  }
}
.ctaButton:hover {
  opacity: 0.8;
}

.o-newsWrapper {
  max-width: 800px;
  width: 90%;
  margin: 0 auto 60px;
}
@media screen and (max-width: 767px) {
  .o-newsWrapper {
    max-width: 100%;
    width: 100%;
  }
}
.o-newsWrapper .newsList {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .o-newsWrapper .newsList {
    display: block;
  }
}
.o-newsWrapper .newsList:not(:first-child) {
  margin-top: 13px;
}
.o-newsWrapper .newsList .time {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  margin-right: 10px;
  display: inline-block;
  width: 76px;
}
.o-newsWrapper .newsList .category {
  font-size: 12px;
  color: #005CCA;
  border: 1px solid #005CCA;
  padding: 0 5px;
  white-space: nowrap;
  height: max-content;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .o-newsWrapper .newsList .category {
    margin-right: 0;
  }
}
.o-newsWrapper .newsList .newsTxt.newsLink {
  color: #005CCA;
  transition: 0.3s;
}
.o-newsWrapper .newsList .newsTxt.newsLink:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .o-newsWrapper .newsList .newsTxt {
    margin-top: 5px;
    display: block;
  }
}

.o-introWrapper {
  font-weight: 500;
  text-align: center;
  background: #EFF6FF;
  padding: 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .o-introWrapper {
    text-align: left;
    padding: 30px;
  }
}
.o-introWrapper::before {
  position: absolute;
  content: "";
  background: url(../../_assets/images/intro_img01.png) center/contain no-repeat;
  width: 342px;
  height: 270px;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .o-introWrapper::before {
    width: 212px;
    height: 170px;
  }
}
.o-introWrapper::after {
  position: absolute;
  content: "";
  background: url(../../_assets/images/intro_img02.png) center/contain no-repeat;
  width: 242px;
  height: 199px;
  right: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .o-introWrapper::after {
    width: 172px;
    height: 149px;
  }
}
.o-introWrapper .introTxt {
  font-size: 1.8rem;
  line-height: 2.2;
}
@media screen and (max-width: 960px) {
  .o-introWrapper .introTxt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .o-introWrapper .introTxt {
    font-size: 1.5rem;
  }
}
.o-introWrapper .introTxt .blueTxt {
  background: linear-gradient(transparent 60%, #C9DDF7 60%);
  padding-bottom: 3px;
}

.o-featureWrapper {
  padding-top: 100px;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .o-featureWrapper {
    padding-top: 60px;
    margin-bottom: 60px;
  }
}
.o-featureWrapper .feature-card {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media screen and (max-width: 960px) {
  .o-featureWrapper .feature-card {
    gap: 25px;
  }
}
@media screen and (max-width: 767px) {
  .o-featureWrapper .feature-card {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.o-featureWrapper .feature-card > li {
  border: 2px solid #005CCA;
  padding: 30px 25px 40px;
}
@media screen and (max-width: 960px) {
  .o-featureWrapper .feature-card > li {
    padding: 30px 25px;
  }
}
.o-featureWrapper .feature-card .card-img {
  margin-bottom: 30px;
}
.o-featureWrapper .feature-card .card-img img {
  width: 100%;
  height: 175px;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .o-featureWrapper .feature-card .card-img {
    margin-bottom: 20px;
    margin: 0 auto 20px;
    width: 200px;
  }
  .o-featureWrapper .feature-card .card-img img {
    height: auto;
  }
}
.o-featureWrapper .feature-card .card-ttl {
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
  color: #005CCA;
  line-height: 1.7;
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  .o-featureWrapper .feature-card .card-ttl {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .o-featureWrapper .feature-card .card-ttl {
    margin-bottom: 10px;
  }
}
.o-featureWrapper .feature-card .card-txt + .card-txt {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .o-featureWrapper .feature-card .card-txt + .card-txt {
    margin-top: 1rem;
  }
}
.o-featureWrapper .feature-card .card-link {
  margin-top: 20px;
  display: inline-block;
  color: #005CCA;
  padding-right: 16px;
  position: relative;
  transition: 0.3s;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .o-featureWrapper .feature-card .card-link {
    margin-top: 15px;
  }
}
.o-featureWrapper .feature-card .card-link::before {
  position: absolute;
  content: "";
  background: url(../../_assets/images/btn_img01.png) center/contain no-repeat;
  width: 6px;
  height: 9.5px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
.o-featureWrapper .feature-card .card-link:hover {
  text-decoration: underline;
}
.o-featureWrapper .feature-card.wide {
  margin-top: 30px;
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (max-width: 767px) {
  .o-featureWrapper .feature-card.wide {
    margin-top: 15px;
  }
}
.o-featureWrapper .feature-card.wide > li {
  background: #EFF6FF;
  position: relative;
  padding: 85px 60px 40px;
}
@media screen and (max-width: 767px) {
  .o-featureWrapper .feature-card.wide > li {
    padding: 100px 25px 30px;
  }
}
.o-featureWrapper .feature-card.wide .card-ttl {
  position: absolute;
  display: inline-block;
  color: #fff;
  background: #005CCA;
  padding: 5px 27px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 960px) {
  .o-featureWrapper .feature-card.wide .card-ttl {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .o-featureWrapper .feature-card.wide .card-ttl {
    width: 100%;
    padding: 10px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .o-featureWrapper .feature-card.wide .scrollBox {
    margin-bottom: 20px;
    width: 100%;
    overflow-x: scroll;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
  }
  .o-featureWrapper .feature-card.wide .scrollBox::before {
    content: "※横にスクロールできます。";
  }
  .o-featureWrapper .feature-card.wide .scrollBox::-webkit-scrollbar {
    height: 3px;
  }
  .o-featureWrapper .feature-card.wide .scrollBox::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #fff;
  }
  .o-featureWrapper .feature-card.wide .scrollBox::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #1E2834;
  }
}
.o-featureWrapper .feature-card.wide .card-img {
  width: 100%;
}
.o-featureWrapper .feature-card.wide .card-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .o-featureWrapper .feature-card.wide .card-img {
    margin: 10px 0;
    width: 230%;
  }
}

.o-serviceWrapper {
  padding: 100px 0 120px;
  background: #EFF6FF;
}
@media screen and (max-width: 767px) {
  .o-serviceWrapper {
    padding: 60px 0;
  }
}
.o-serviceWrapper .scrollBox {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .o-serviceWrapper .scrollBox {
    margin-bottom: 40px;
    width: 100%;
    overflow-x: scroll;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
  }
  .o-serviceWrapper .scrollBox::before {
    content: "※横にスクロールできます。";
  }
  .o-serviceWrapper .scrollBox::-webkit-scrollbar {
    height: 3px;
  }
  .o-serviceWrapper .scrollBox::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #fff;
  }
  .o-serviceWrapper .scrollBox::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #1E2834;
  }
  .o-serviceWrapper .scrollBox .serviceImage {
    width: 230%;
    margin: 20px 0;
  }
}
.o-serviceWrapper .serviceTtl {
  color: #005CCA;
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 25px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .o-serviceWrapper .serviceTtl {
    font-size: 2rem;
    margin-bottom: 15px;
  }
}
.o-serviceWrapper .serviceTtl::before {
  position: absolute;
  content: "";
  background: #1E2834;
  height: 1px;
  width: calc(50% - 190px);
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .o-serviceWrapper .serviceTtl::before {
    width: calc(50% - 120px);
  }
}
.o-serviceWrapper .serviceTtl::after {
  position: absolute;
  content: "";
  background: #1E2834;
  height: 1px;
  width: calc(50% - 190px);
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .o-serviceWrapper .serviceTtl::after {
    width: calc(50% - 120px);
  }
}
.o-serviceWrapper .serviceTtl.short::before {
  position: absolute;
  content: "";
  background: #1E2834;
  height: 1px;
  width: calc(50% - 150px);
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .o-serviceWrapper .serviceTtl.short::before {
    width: calc(50% - 90px);
  }
}
.o-serviceWrapper .serviceTtl.short::after {
  position: absolute;
  content: "";
  background: #1E2834;
  height: 1px;
  width: calc(50% - 150px);
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .o-serviceWrapper .serviceTtl.short::after {
    width: calc(50% - 90px);
  }
}
.o-serviceWrapper .serviceTxt {
  text-align: center;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .o-serviceWrapper .serviceTxt {
    text-align: left;
  }
}
.o-serviceWrapper .serviceList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media screen and (max-width: 960px) {
  .o-serviceWrapper .serviceList {
    gap: 25px;
  }
}
@media screen and (max-width: 767px) {
  .o-serviceWrapper .serviceList {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.o-serviceWrapper .serviceList .card-btn {
  display: block;
  background: #fff;
  height: 100%;
  transition: 0.3s;
  position: relative;
}
.o-serviceWrapper .serviceList .card-btn::before {
  position: absolute;
  content: "";
  background: url(../../_assets/images/btn_img02.png) center/contain no-repeat;
  width: 16.33px;
  height: 16.33px;
  right: 0;
  bottom: 0;
  transition: 0.3s;
}
.o-serviceWrapper .serviceList .card-btn:hover {
  transform: translateY(-10px);
}
.o-serviceWrapper .serviceList .image {
  margin-bottom: 10px;
}
.o-serviceWrapper .serviceList .disc {
  padding: 0 20px 25px;
}
@media screen and (max-width: 960px) {
  .o-serviceWrapper .serviceList .disc {
    padding: 0 25px 30px;
  }
}
.o-serviceWrapper .serviceList .ttl {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 20px;
  color: #005CCA;
  text-align: center;
  height: 60px;
  position: relative;
  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;
}
@media screen and (max-width: 960px) {
  .o-serviceWrapper .serviceList .ttl {
    font-size: 1.6rem;
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .o-serviceWrapper .serviceList .ttl {
    height: auto;
    padding: 8px 0;
  }
}
.o-serviceWrapper .serviceList .ttl::before {
  position: absolute;
  content: "";
  background: #EFF6FF;
  width: 100%;
  height: 3px;
  bottom: -10px;
  left: 0;
}

.o-locationWrapper {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .o-locationWrapper {
    padding: 60px 0;
  }
}
.o-locationWrapper .locationTxt {
  text-align: center;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .o-locationWrapper .locationTxt {
    text-align: left;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 960px) {
  .o-locationWrapper .mapPc {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .o-locationWrapper .mapPc {
    display: none;
  }
}
.o-locationWrapper .mapSp {
  display: none;
}
@media screen and (max-width: 960px) {
  .o-locationWrapper .mapSp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .o-locationWrapper .mapSp {
    display: block;
  }
}
.o-locationWrapper .locationImg {
  width: 100%;
}
.o-locationWrapper .locationImg img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 960px) {
  .o-locationWrapper .locationImg img {
    max-width: unset;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
@media screen and (max-width: 767px) {
  .o-locationWrapper .locationImg {
    margin: 0 auto;
  }
  .o-locationWrapper .locationImg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
.o-locationWrapper .locationTtl {
  color: #005CCA;
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 25px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .o-locationWrapper .locationTtl {
    font-size: 2rem;
  }
}
.o-locationWrapper .locationTtl::before {
  position: absolute;
  content: "";
  background: #1E2834;
  height: 1px;
  width: calc(50% - 250px);
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .o-locationWrapper .locationTtl::before {
    width: calc(50% - 155px);
  }
}
.o-locationWrapper .locationTtl::after {
  position: absolute;
  content: "";
  background: #1E2834;
  height: 1px;
  width: calc(50% - 250px);
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .o-locationWrapper .locationTtl::after {
    width: calc(50% - 155px);
  }
}
.o-locationWrapper .locationList {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .o-locationWrapper .locationList {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 15px;
  }
}
.o-locationWrapper .locationList a {
  transition: 0.3s;
  display: block;
}
.o-locationWrapper .locationList a:hover {
  opacity: 0.7;
}
.o-locationWrapper .small {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .o-locationWrapper .small {
    font-size: 1.2rem;
  }
}

.o-caseWrapper {
  padding: 100px 0;
  background: #EFF6FF;
}
@media screen and (max-width: 767px) {
  .o-caseWrapper {
    padding: 60px 0;
  }
}
.o-caseWrapper .caseLayout a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  transition: 0.3s;
}
@media screen and (max-width: 960px) {
  .o-caseWrapper .caseLayout a {
    display: block;
  }
}
.o-caseWrapper .caseLayout a::before {
  position: absolute;
  content: "";
  background: url(../../_assets/images/btn_img02.png) center/contain no-repeat;
  width: 16.33px;
  height: 16.33px;
  right: 0;
  bottom: 0;
  transition: 0.3s;
}
.o-caseWrapper .caseLayout a:hover {
  opacity: 0.8;
}
.o-caseWrapper .caseLayout .img {
  width: 46.3%;
}
@media screen and (max-width: 960px) {
  .o-caseWrapper .caseLayout .img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .o-caseWrapper .caseLayout .img {
    width: 100%;
  }
}
.o-caseWrapper .caseLayout .desc {
  flex: 1;
  background: #fff;
  padding: 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 960px) {
  .o-caseWrapper .caseLayout .desc {
    padding: 30px 25px;
  }
}
.o-caseWrapper .caseLayout .caseTtl {
  font-size: 2.2rem;
  color: #005CCA;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .o-caseWrapper .caseLayout .caseTtl {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}

.o-informationWrapper {
  padding: 100px 0 120px;
}
@media screen and (max-width: 767px) {
  .o-informationWrapper {
    padding: 60px 0;
  }
}
.o-informationWrapper .informationList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .o-informationWrapper .informationList {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
.o-informationWrapper .informationList a {
  transition: 0.3s;
}
.o-informationWrapper .informationList a:hover {
  opacity: 0.8;
}

.pagetop {
  display: block;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  border: 1px solid #005CCA;
  background: #005CCA url(../../_assets/images/pagetop.png) no-repeat top 18px center/19px 9.6px;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 999;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .pagetop {
    width: 40px;
    height: 40px;
    background: #005CCA url(../../_assets/images/pagetop.png) no-repeat top 13px center/19px 9.6px;
  }
}
.pagetop:hover {
  transform: translateY(-10px);
}

.headline {
  text-align: center;
  margin-bottom: 50px;
  font-weight: 600;
  padding-bottom: 22px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .headline {
    margin-bottom: 30px;
    padding-bottom: 16px;
  }
}
.headline::before {
  position: absolute;
  content: "";
  background: #005CCA;
  width: 60px;
  height: 3px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .headline::before {
    width: 50px;
  }
}
.headline .En {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 2rem;
  color: #005CCA;
  line-height: 1;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .headline .En {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
.headline .Jp {
  font-size: 3.8rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .headline .Jp {
    font-size: 2.5rem;
  }
}