@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: #101112;
  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) {
  .sp, .spbr {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .pcbr {
    display: none;
  }
  .spbr {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .pc, .pcbr {
    display: none;
  }
}
.header {
  padding: 12px 40px 12px 50px;
}
@media screen and (max-width: 960px) {
  .header {
    padding: 12px 20px 12px 10px;
  }
}
@media screen and (max-width: 767px) {
  .header {
    padding: 10px 20px 10px 5px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #fff;
    width: 100%;
  }
}
.header-contentWrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.header .headerLogo {
  width: 200px;
}
@media screen and (max-width: 767px) {
  .header .headerLogo {
    width: 120px;
  }
}

.headerNav-pc {
  display: flex;
  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: flex;
  align-items: center;
  margin-right: 30px;
}
.headerNav-pc .navList .item {
  font-size: 1.6rem;
  font-weight: 700;
  padding: 10px 0;
}
.headerNav-pc .navList .item + .item {
  margin-left: 30px;
}
.headerNav-pc .navList .item.pc-dropdown {
  position: relative;
}
.headerNav-pc .navList .item.pc-dropdown .pc-navi-child {
  background-color: #EFF4FB;
  position: absolute;
  top: calc(100% + 0px);
  left: 50%;
  text-align: left;
  padding: 30px;
  z-index: 999;
  border-radius: 10px;
  pointer-events: none;
  opacity: 0;
  width: 310px;
  transform: translate(-50%, -10px);
  transition: 0.4s ease-in-out;
}
.headerNav-pc .navList .item.pc-dropdown .pc-navi-child li {
  position: relative;
  padding-left: 18px;
}
.headerNav-pc .navList .item.pc-dropdown .pc-navi-child li:not(:last-child) {
  margin-bottom: 5px;
}
.headerNav-pc .navList .item.pc-dropdown .pc-navi-child li::before {
  position: absolute;
  content: "";
  background-color: #5BB5E3;
  border-radius: 100%;
  width: 6px;
  height: 6px;
  top: 15px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .headerNav-pc .navList .item.pc-dropdown .pc-navi-child li::before {
    top: 11px;
  }
}
.headerNav-pc .navList .item.pc-dropdown:hover .pc-navi-child {
  pointer-events: auto;
  transform: translate(-50%, 0);
  opacity: 1;
}
.headerNav-pc .navList .link {
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
}
.headerNav-pc .navList .link:hover {
  border-bottom: 1px solid #005CCA;
}

.navBtn {
  display: block;
  width: 260px;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background: #1499DD;
  border: 1px solid #1499DD;
  padding: 10px 25px 10px 5px;
  border-radius: 5px;
  position: relative;
  transition: all 0.3s;
}
@media screen and (max-width: 960px) {
  .navBtn {
    margin-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .navBtn {
    width: 100%;
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.4;
    margin-right: 20px;
    padding: 10px 25px 10px 15px;
  }
}
.navBtn:before {
  content: "";
  width: 25px;
  height: 25px;
  background: url(../../_assets/images/arrow_w.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .navBtn:before {
    width: 18px;
    height: 18px;
    right: 5px;
  }
}
.navBtn:hover {
  color: #005CCA;
  background: #fff;
  border: 1px solid #1499DD;
}
.navBtn:hover:before {
  background: url(../../_assets/images/arrow_b.png) no-repeat center/contain;
}

.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: flex;
  align-items: center;
  height: 100%;
}
.headerNav-sp-contents {
  visibility: hidden;
  background: #fff;
  padding: 70px 25px 50px;
  position: fixed;
  top: 80px;
  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;
  }
}
@media screen and (max-width: 767px) {
  .headerNav-sp-contents {
    padding: 20px 20px 20px;
  }
}
.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: 30px;
  height: 26px;
  transition: 0.5s;
  position: relative;
  z-index: 10000;
}
.humberger span {
  background: #005CCA;
  position: absolute;
  width: 30px;
  height: 2px;
  transition: 0.4s;
  left: 50%;
  transform: translateX(-50%);
}
.humberger span:nth-of-type(1) {
  top: 0;
}
.humberger span:nth-of-type(2) {
  top: calc(50% - 1px);
}
.humberger span:nth-of-type(3) {
  bottom: 0;
}
.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: 40%;
  transform: translateX(-50%) rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .humberger.is-open span:nth-of-type(3) {
    bottom: 42%;
  }
}

.footer {
  padding: 20px 0 20px;
}
.footer .copyright {
  font-size: 1.2rem;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer .copyright {
    font-size: 1.1rem;
  }
}

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

.o-mvWrapper {
  background-image: linear-gradient(90deg, #005CCA, #5BB5E3);
  position: relative;
  height: 100%;
  padding: 40px 9.2% 30px 7%;
  margin-bottom: 60px;
}
@media screen and (max-width: 960px) {
  .o-mvWrapper {
    padding: 30px 0 30px 30px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .o-mvWrapper {
    padding: 30px 20px 80px 20px;
    margin-top: 80px;
  }
}
.o-mvWrapper::before {
  position: absolute;
  content: "";
  background-image: url(../../_assets/images/mv_part.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 960px) {
  .o-mvWrapper::before {
    height: 60%;
    top: 26%;
  }
}
@media screen and (max-width: 767px) {
  .o-mvWrapper::before {
    background-image: url(../../_assets/images/mv_part_sp.png);
    height: 67%;
    top: auto;
    bottom: 10%;
  }
}
.o-mvWrapper .mvTitle {
  max-width: 510px;
  width: 100%;
  z-index: 2;
  font-weight: 900;
  position: relative;
}
@media screen and (max-width: 767px) {
  .o-mvWrapper .mvTitle {
    max-width: 100%;
    margin: 0 auto;
  }
}
.o-mvWrapper .mvTitle-bg {
  background-color: #fff;
  font-size: 45px;
  padding: 3px 15px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  color: #005CCA;
  line-height: 1.6;
}
@media screen and (max-width: 960px) {
  .o-mvWrapper .mvTitle-bg {
    font-size: 37px;
  }
}
@media screen and (max-width: 767px) {
  .o-mvWrapper .mvTitle-bg {
    font-size: 23px;
    padding: 3px 10px;
  }
}
.o-mvWrapper .mvTitle-en {
  font-size: 60px;
  font-family: "Barlow", sans-serif;
  font-weight: 800;
  font-style: italic;
}
@media screen and (max-width: 960px) {
  .o-mvWrapper .mvTitle-en {
    font-size: 50px;
  }
}
@media screen and (max-width: 767px) {
  .o-mvWrapper .mvTitle-en {
    font-size: 30px;
  }
}
.o-mvWrapper .mvTitle-small {
  font-size: 40px;
}
@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: 19px;
  }
}
.o-mvWrapper .mvImg {
  margin: -110px auto 0;
  width: 90%;
  z-index: 1;
  position: relative;
}
@media screen and (min-width: 960px) and (max-width: 1400px) {
  .o-mvWrapper .mvImg {
    margin: -90px auto 0;
  }
}
@media screen and (max-width: 960px) {
  .o-mvWrapper .mvImg {
    margin: -70px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .o-mvWrapper .mvImg {
    margin: 10px auto 0;
    max-width: 100%;
    width: 100%;
  }
}
.o-mvWrapper .mvScroll {
  color: #fff;
  font-size: 20px;
  font-family: "Oswald", sans-serif;
  writing-mode: vertical-rl;
  position: absolute;
  bottom: -6.4%;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 0 100px 5px;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .o-mvWrapper .mvScroll {
    bottom: -8.4%;
  }
}
@media screen and (max-width: 767px) {
  .o-mvWrapper .mvScroll {
    font-size: 15px;
    bottom: -7.6%;
    padding: 0 0 87px 2px;
  }
}
.o-mvWrapper .mvScroll::before {
  position: absolute;
  content: "";
  background-image: url(../../_assets/images/scroll.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 6px;
  height: 90px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .o-mvWrapper .mvScroll::before {
    width: 4px;
    height: 80px;
  }
}

.o-ctaWrapper {
  padding: 100px 0 110px;
  background-image: linear-gradient(90deg, rgb(4, 77, 165), rgb(0, 92, 202) 50%, rgb(91, 181, 227));
  position: relative;
}
@media screen and (max-width: 767px) {
  .o-ctaWrapper {
    padding: 45px 0 50px;
  }
}
.o-ctaWrapper::before, .o-ctaWrapper::after {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
}
.o-ctaWrapper::before {
  background-image: url(../../_assets/images/cta_part01.png);
  width: 370px;
  height: 310px;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .o-ctaWrapper::before {
    width: 174px;
    height: 146px;
  }
}
.o-ctaWrapper::after {
  background-image: url(../../_assets/images/cta_part02.png);
  width: 460px;
  height: 390px;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .o-ctaWrapper::after {
    width: 200px;
    height: 170px;
  }
}
.o-ctaWrapper .ctalayout {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  max-width: 855px;
  width: 100%;
  margin: 0 auto;
  color: #fff;
}
@media screen and (max-width: 960px) {
  .o-ctaWrapper .ctalayout {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .o-ctaWrapper .ctalayout {
    display: block;
    max-width: 100%;
  }
}
.o-ctaWrapper .ctalayout .ctaButton {
  transition: 0.3s;
  color: #fff;
  border-radius: 10px;
  overflow: hidden;
  background-color: #005CCA;
  font-size: 2rem;
  line-height: 1.6;
  text-align: left;
  display: flex;
  align-items: center;
  max-width: 480px;
  width: 100%;
  margin-left: 60px;
  background-image: url(../../_assets/images/cta_img01.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 20px 35px;
  position: relative;
}
@media screen and (max-width: 960px) {
  .o-ctaWrapper .ctalayout .ctaButton {
    max-width: 53%;
    padding: 15px 20px;
    margin-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .o-ctaWrapper .ctalayout .ctaButton {
    max-width: 100%;
    font-size: 1.8rem;
    margin: 20px 0 0;
    padding: 40px 15px;
  }
}
.o-ctaWrapper .ctalayout .ctaButton::before {
  position: absolute;
  content: "";
  background-image: url(../../_assets/images/cta_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 60px;
  height: 60px;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
@media screen and (max-width: 960px) {
  .o-ctaWrapper .ctalayout .ctaButton::before {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .o-ctaWrapper .ctalayout .ctaButton::before {
    width: 45px;
    height: 45px;
    right: 10px;
  }
}
.o-ctaWrapper .ctalayout .ctaButton:hover {
  opacity: 0.6;
}
.o-ctaWrapper .headlineJp {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  .o-ctaWrapper .headlineJp {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .o-ctaWrapper .headlineJp {
    font-size: 2.5rem;
    margin-bottom: 20px;
  }
}
.o-ctaWrapper .headlineJp::before {
  background-image: inherit;
  background-color: #fff;
}

.ctaButton {
  display: block;
  background: #fff;
  width: 527px;
  color: #005CCA;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  padding: 32px 0;
  margin: 0 auto;
  position: relative;
  transition: all 0.3s;
}
@media screen and (max-width: 960px) {
  .ctaButton {
    width: 490px;
    font-size: 2.2rem;
    padding: 25px 0;
  }
}
@media screen and (max-width: 767px) {
  .ctaButton {
    width: 100%;
    font-size: 1.6rem;
    padding: 17px 0;
  }
}
.ctaButton:before {
  content: "";
  width: 47px;
  height: 9px;
  background: url(../../_assets/images/cta-arrow_b.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 17px;
  transform: translateY(-50%);
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .ctaButton:before {
    width: 28px;
    height: 5px;
    right: 8px;
  }
}
.ctaButton:hover {
  background: #005CCA;
  color: #fff;
}
.ctaButton:hover:before {
  background: url(../../_assets/images/cta-arrow_w.svg) no-repeat center/contain;
}

.o-introWrapper {
  font-weight: 700;
  text-align: center;
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .o-introWrapper {
    margin-bottom: 60px;
    text-align: left;
  }
}
.o-introWrapper .blueTxt {
  font-size: 1.6rem;
  margin-bottom: 15px;
  color: #005CCA;
}
@media screen and (max-width: 767px) {
  .o-introWrapper .blueTxt {
    font-size: 1.5rem;
  }
}
.o-introWrapper .introTxt {
  font-size: 1.8rem;
  line-height: 1.7;
}
@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 + .introTxt {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .o-introWrapper .introTxt + .introTxt {
    margin-top: 1.5rem;
  }
}
.o-introWrapper .boxLogo {
  border: 2px solid #005CCA;
  background-color: #fff;
  border-radius: 5px;
  max-width: 600px;
  padding: 45px 35px 30px;
  margin: 70px auto 0;
}
@media screen and (max-width: 767px) {
  .o-introWrapper .boxLogo {
    padding: 25px 15px 20px;
  }
}
.o-introWrapper .boxLogo .ttl {
  background-color: #005CCA;
  text-align: center;
  color: #fff;
  padding: 10px;
  max-width: 205px;
  width: 100%;
  border-radius: 5px;
  margin: -70px auto 20px;
}
@media screen and (max-width: 767px) {
  .o-introWrapper .boxLogo .ttl {
    max-width: 63%;
    margin: -45px auto 20px;
  }
}
.o-introWrapper .boxLogo .logo {
  width: 100%;
}

.o-aboutWrapper {
  margin-bottom: 100px;
  padding: 80px 0;
  background: #EFF4FB;
}
@media screen and (max-width: 767px) {
  .o-aboutWrapper {
    margin-bottom: 50px;
    padding: 50px 0;
  }
}
.o-aboutWrapper .headlineJp {
  margin-bottom: 30px;
}
.o-aboutWrapper .aboutTxt {
  text-align: center;
  margin-bottom: 50px;
  font-size: 1.6rem;
}
@media screen and (max-width: 960px) {
  .o-aboutWrapper .aboutTxt {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .o-aboutWrapper .aboutTxt {
    text-align: left;
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
}
.o-aboutWrapper .aboutTtl {
  font-size: 2.6rem;
  color: #005CCA;
  padding: 8px 0;
  text-align: center;
  border-top: 1px solid #005CCA;
  border-bottom: 1px solid #005CCA;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .o-aboutWrapper .aboutTtl {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}
.o-aboutWrapper .about-card {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .o-aboutWrapper .about-card {
    gap: 10px;
    margin-top: 10px;
  }
}
.o-aboutWrapper .about-card .card-img {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .o-aboutWrapper .about-card .card-img {
    margin-bottom: 5px;
  }
}
.o-aboutWrapper .about-card .card-txt {
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .o-aboutWrapper .about-card .card-txt {
    font-size: 12px;
  }
}

.o-pointWrapper {
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .o-pointWrapper {
    margin-bottom: 60px;
  }
}
.o-pointWrapper .headlineJp {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .o-pointWrapper .headlineJp {
    margin-bottom: 30px;
  }
}
.o-pointWrapper .pointList {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .o-pointWrapper .pointList {
    display: block;
  }
}
.o-pointWrapper .pointList .item {
  width: calc(33.3333333333% - 19px);
}
@media screen and (max-width: 767px) {
  .o-pointWrapper .pointList .item {
    width: 100%;
  }
  .o-pointWrapper .pointList .item:not(:last-child) {
    margin-bottom: 40px;
  }
}
.o-pointWrapper .pointList .image {
  margin-bottom: 25px;
  text-align: center;
  position: relative;
  border-radius: 8px;
  border: 1px solid #CBCBCB;
}
@media screen and (max-width: 767px) {
  .o-pointWrapper .pointList .image {
    margin-bottom: 20px;
  }
}
.o-pointWrapper .pointList .image img {
  border-radius: 8px;
}
.o-pointWrapper .pointList .ttl {
  font-size: 2rem;
  margin-bottom: 10px;
  color: #005CCA;
}
@media screen and (max-width: 767px) {
  .o-pointWrapper .pointList .ttl {
    font-size: 1.8rem;
  }
}
.o-pointWrapper .point-layout {
  margin-top: 80px;
  padding: 60px 100px;
  background: #EFF4FB;
  border-radius: 10px;
}
@media screen and (max-width: 960px) {
  .o-pointWrapper .point-layout {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 767px) {
  .o-pointWrapper .point-layout {
    margin-top: 40px;
    padding: 30px 20px;
  }
}
.o-pointWrapper .point-layout .point-l-ttl {
  font-size: 2.8rem;
  color: #005CCA;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
  .o-pointWrapper .point-layout .point-l-ttl {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .o-pointWrapper .point-layout .point-l-ttl {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}
.o-pointWrapper .point-layout .point-l-ttl .pointTitle-bg {
  background: #005CCA;
  color: #fff;
  padding: 10px 20px 13px;
  display: inline-block;
  margin-right: 20px;
  font-size: 2.2rem;
}
@media screen and (max-width: 960px) {
  .o-pointWrapper .point-layout .point-l-ttl .pointTitle-bg {
    margin-right: 13px;
    padding: 8px 10px 10px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .o-pointWrapper .point-layout .point-l-ttl .pointTitle-bg {
    padding: 8px 15px 10px;
    font-size: 1.5rem;
    margin-right: 0;
    margin-bottom: 5px;
  }
}
.o-pointWrapper .point-layout .point-l-img {
  max-width: 700px;
  margin: 0 auto 30px;
  border-radius: 8px;
  border: 1px solid #CBCBCB;
}
@media screen and (max-width: 767px) {
  .o-pointWrapper .point-layout .point-l-img {
    margin: 0 auto 20px;
  }
}
.o-pointWrapper .point-layout .point-l-img img {
  border-radius: 8px;
}
.o-pointWrapper .point-layout .point-l-txt {
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .o-pointWrapper .point-layout .point-l-txt {
    text-align: left;
  }
}

.o-productWrapper {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .o-productWrapper {
    margin-top: 60px;
  }
}
.o-productWrapper .headlineJp {
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .o-productWrapper .headlineJp {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .o-productWrapper .scrollBox {
    overflow-x: scroll;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
  }
  .o-productWrapper .scrollBox::before {
    content: "※横にスクロールできます。";
  }
  .o-productWrapper .scrollBox::-webkit-scrollbar {
    height: 5px;
  }
  .o-productWrapper .scrollBox::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #f5f6f8;
  }
  .o-productWrapper .scrollBox::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #101112;
  }
  .o-productWrapper .scrollBox table {
    margin-bottom: 10px;
    width: 230%;
  }
}
.o-productWrapper .table {
  width: 100%;
  border: 1px solid #CBCBCB;
}
.o-productWrapper .table th + th, .o-productWrapper .table td {
  border-left: 1px solid #CBCBCB;
}
.o-productWrapper .table tr:last-child th, .o-productWrapper .table tr:last-child td {
  border-bottom: none;
}
.o-productWrapper .table th, .o-productWrapper .table td {
  line-height: 1.7;
  padding: 15px;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #CBCBCB;
}
@media screen and (max-width: 767px) {
  .o-productWrapper .table th, .o-productWrapper .table td {
    padding: 10px 10px;
    line-height: 1.4;
  }
}
.o-productWrapper .table th {
  background-color: #005CCA;
  font-weight: 700;
  color: #fff;
  vertical-align: middle;
  font-size: 1.5rem;
}
@media screen and (max-width: 960px) {
  .o-productWrapper .table th {
    font-size: 1.3rem;
  }
}
.o-productWrapper .table th.bg01 {
  background-color: #EFF4FB;
  font-size: 1.7rem;
  font-weight: 700;
  color: #101112;
}
@media screen and (max-width: 960px) {
  .o-productWrapper .table th.bg01 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .o-productWrapper .table th.bg01 {
    font-size: 1.5rem;
  }
}
.o-productWrapper .table td {
  font-weight: 700;
  background-color: #fff;
  text-align: center;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .o-productWrapper .table td {
    line-height: 1.2;
  }
}
.o-productWrapper .table td.table-txt {
  vertical-align: top;
  text-align: left;
}
.o-productWrapper .table td .productImage {
  text-align: center;
}
.o-productWrapper .table td .productImage img {
  width: 80%;
  padding-top: 5px;
}
.o-productWrapper .table td .productImage02 {
  text-align: center;
}
.o-productWrapper .table td .productImage02 img {
  width: 90%;
}

.o-spectWrapper {
  margin: 100px 0;
}
@media screen and (max-width: 767px) {
  .o-spectWrapper {
    margin: 80px 0 60px;
  }
}
.o-spectWrapper .headlineJp {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .o-spectWrapper .headlineJp {
    margin-bottom: 30px;
  }
}
.o-spectWrapper .specList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.o-spectWrapper .specList.col1 {
  display: block;
}
.o-spectWrapper .specList.col1 .item {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .o-spectWrapper .specList {
    display: block;
  }
}
.o-spectWrapper .specList .item {
  width: calc(50% - 15px);
}
@media screen and (max-width: 767px) {
  .o-spectWrapper .specList .item {
    width: 100%;
  }
  .o-spectWrapper .specList .item:not(:last-child) {
    margin-bottom: 40px;
  }
}
.o-spectWrapper .specList .item:nth-child(n+3) {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .o-spectWrapper .specList .item:nth-child(n+3) {
    margin-top: 0;
  }
}
.o-spectWrapper .specList .image {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .o-spectWrapper .specList .image {
    margin-bottom: 20px;
  }
}
.o-spectWrapper .specList .image .imageDisc {
  position: absolute;
  top: -16%;
  left: 20px;
  display: flex;
}
@media screen and (max-width: 960px) {
  .o-spectWrapper .specList .image .imageDisc {
    top: -27%;
  }
}
@media screen and (max-width: 767px) {
  .o-spectWrapper .specList .image .imageDisc {
    top: -20%;
    left: 10px;
  }
}
.o-spectWrapper .specList .image .imageDisc .circle {
  text-align: center;
  font-weight: 700;
  color: #fff;
  background-image: linear-gradient(90deg, rgb(0, 92, 202), rgb(51, 131, 217) 50%, rgb(91, 181, 227));
  width: 92px;
  height: 92px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .o-spectWrapper .specList .image .imageDisc .circle {
    font-size: 1.4rem;
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  .o-spectWrapper .specList .image .imageDisc .circle {
    font-size: 1.2rem;
    width: 70px;
    height: 70px;
  }
}
.o-spectWrapper .specList .image .imageDisc .circle:nth-child(even) {
  margin-left: 10px;
}
.o-spectWrapper .specList .disc .ttl {
  display: flex;
  align-items: center;
  font-family: "Inter", sans-serif;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .o-spectWrapper .specList .disc .ttl {
    margin-bottom: 10px;
  }
}
.o-spectWrapper .specList .disc .ttl .box {
  font-size: 1.6rem;
  color: #005CCA;
  text-align: center;
  padding: 10px;
  line-height: 1;
  border-radius: 5px;
  border: 2px solid #005CCA;
}
@media screen and (max-width: 767px) {
  .o-spectWrapper .specList .disc .ttl .box {
    font-size: 1.4rem;
    padding: 8px;
  }
}
.o-spectWrapper .specList .disc .ttl .name {
  font-size: 2rem;
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  .o-spectWrapper .specList .disc .ttl .name {
    font-size: 1.8rem;
  }
}
.o-spectWrapper .specList .disc .btnArea {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .o-spectWrapper .specList .disc .btnArea {
    margin-top: 20px;
  }
}
.o-spectWrapper .specList .disc .btnArea .button {
  display: block;
  width: 280px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background: #005CCA;
  border: 1px solid #005CCA;
  padding: 18px 20px 18px 5px;
  border-radius: 5px;
  position: relative;
  transition: all 0.3s;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .o-spectWrapper .specList .disc .btnArea .button {
    width: 100%;
  }
}
.o-spectWrapper .specList .disc .btnArea .button::before {
  content: "";
  width: 25px;
  height: 25px;
  background: url(../../_assets/images/arrow_w.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.o-spectWrapper .specList .disc .btnArea .button:hover {
  background-color: #fff;
  border: 1px solid #005CCA;
  color: #005CCA;
}
.o-spectWrapper .specList .disc .btnArea .button:hover:before {
  background: url(../../_assets/images/arrow_b.png) no-repeat center/contain;
}
.o-spectWrapper .specList .disc .btnArea .note {
  font-size: 1.4rem;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .o-spectWrapper .specList .disc .btnArea .note {
    margin-top: 10px;
    font-size: 1.2rem;
  }
}
.o-spectWrapper .specList .disc .btnArea .btnWrapper {
  display: flex;
}
@media screen and (max-width: 767px) {
  .o-spectWrapper .specList .disc .btnArea .btnWrapper {
    display: block;
  }
}
.o-spectWrapper .specList .disc .btnArea .btnWrapper .button:first-child {
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .o-spectWrapper .specList .disc .btnArea .btnWrapper .button:first-child {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.o-spectWrapper .specList .disc .btnArea .btnWrapper02 .button:first-child {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .o-spectWrapper .specList .disc .btnArea .btnWrapper02 .button:first-child {
    margin-bottom: 15px;
  }
}
.o-spectWrapper .specList + .specList {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .o-spectWrapper .specList + .specList {
    margin-top: 30px;
  }
}
.o-spectWrapper .specLayout {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .o-spectWrapper .specLayout {
    display: block;
  }
}
.o-spectWrapper .specLayout .l-img {
  width: 46%;
  margin-right: 45px;
}
@media screen and (max-width: 767px) {
  .o-spectWrapper .specLayout .l-img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.o-spectWrapper .specLayout .l-desc {
  flex: 1;
}
.o-spectWrapper .specLayout.reverse {
  flex-direction: row-reverse;
}
.o-spectWrapper .specLayout.reverse .l-img {
  margin-left: 45px;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .o-spectWrapper .specLayout.reverse .l-img {
    margin-left: 0;
  }
}
.o-spectWrapper .specLayout + .specLayout {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .o-spectWrapper .specLayout + .specLayout {
    margin-top: 40px;
  }
}
.o-spectWrapper .specTxt {
  margin-top: 20px;
}
.o-spectWrapper .specBox {
  background: #EFF4FB;
  border-radius: 10px;
  padding: 40px 75px;
  max-width: 640px;
  margin: 80px auto 0;
}
@media screen and (max-width: 767px) {
  .o-spectWrapper .specBox {
    margin-top: 40px;
    max-width: 100%;
    padding: 30px 20px;
  }
}
.o-spectWrapper .specBox .box-ttl {
  color: #005CCA;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .o-spectWrapper .specBox .box-ttl {
    margin-bottom: 15px;
    font-size: 1.8rem;
  }
}
.o-spectWrapper .specLinkBox {
  margin-top: 80px;
  border-radius: 10px;
  padding: 20px 90px;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  transition: 0.3s;
}
.o-spectWrapper .specLinkBox:hover {
  opacity: 0.5;
}
@media screen and (max-width: 960px) {
  .o-spectWrapper .specLinkBox {
    padding: 20px 40px;
  }
}
@media screen and (max-width: 767px) {
  .o-spectWrapper .specLinkBox {
    margin-top: 40px;
    display: block;
    padding: 30px 20px;
  }
}
.o-spectWrapper .specLinkBox .box-img {
  width: 34.6%;
}
@media screen and (max-width: 767px) {
  .o-spectWrapper .specLinkBox .box-img {
    width: 100%;
    text-align: center;
  }
  .o-spectWrapper .specLinkBox .box-img img {
    width: 65%;
  }
}
.o-spectWrapper .specLinkBox .box-desc {
  flex: 1;
  margin-right: 35px;
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .o-spectWrapper .specLinkBox .box-desc {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .o-spectWrapper .specLinkBox .box-desc {
    margin-right: 0;
    font-size: 1.6rem;
    text-align: center;
  }
}
.o-spectWrapper .list li {
  position: relative;
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  .o-spectWrapper .list li {
    padding-left: 15px;
  }
}
.o-spectWrapper .list li::before {
  position: absolute;
  content: "";
  background-color: #5BB5E3;
  border-radius: 100%;
  width: 6px;
  height: 6px;
  top: 13px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .o-spectWrapper .list li::before {
    top: 10px;
  }
}
.o-spectWrapper .list.col2 {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
}
@media screen and (max-width: 767px) {
  .o-spectWrapper .list.col2 {
    grid-template-columns: 1fr;
  }
}

.pagetop {
  display: block;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  border: 1px solid #005CCA;
  background: #005CCA url(../../_assets/images/pagetop.png) no-repeat top 13px center/14px 20px;
  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 9px center/12px 20px;
    right: 10px;
  }
}
.pagetop:hover {
  border: 1px solid #005CCA;
  background: #fff url(../../_assets/images/pagetop_b.png) no-repeat top 13px center/14px 20px;
}
@media screen and (max-width: 767px) {
  .pagetop:hover {
    background: #005CCA url(../../_assets/images/pagetop.png) no-repeat top 9px center/12px 20px;
  }
}

.headlineJp {
  text-align: center;
  font-size: 3.8rem;
  padding-top: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .headlineJp {
    font-size: 2.5rem;
    padding-top: 25px;
  }
}
.headlineJp::before {
  position: absolute;
  content: "";
  background-image: linear-gradient(90deg, rgb(0, 92, 202), rgb(51, 131, 217) 50%, rgb(91, 181, 227));
  width: 70px;
  height: 6px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .headlineJp::before {
    width: 50px;
    height: 5px;
  }
}
.headlineJp.-left {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .headlineJp.-left {
    text-align: center;
  }
}
.headlineJp.-left::before {
  left: 0;
  transform: translateX(0);
}
@media screen and (max-width: 767px) {
  .headlineJp.-left::before {
    left: 50%;
    transform: translateX(-50%);
  }
}/*# sourceMappingURL=style.css.map */