@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: #415364;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  body {
    line-height: 1.8;
    font-size: 1.4rem;
  }
}

:target {
  scroll-margin-top: 80px;
}

@media screen and (max-width: 767px) {
  :target {
    scroll-padding-top: -20px;
  }
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

ul {
  list-style: none;
}

h1, h2 {
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.05em;
}

h3, h4, h5, h6 {
  line-height: 1.4;
  letter-spacing: 0.05em;
}

@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;
  }
}
.link {
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
}
.link:hover {
  border-bottom: 1px solid #005CCA;
}

.txtPink {
  color: #CC27B0;
  font-weight: 600;
}
.txtPink.tin {
  font-weight: 400;
}

.tac {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .sp-tal {
    text-align-last: left;
    word-break: break-all;
  }
}

.txtLarge {
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .txtLarge {
    font-size: 1.6rem;
  }
}

.mb30 {
  margin-bottom: 30px;
}

.mb20 {
  margin-bottom: 20px;
}

.header {
  position: fixed;
  z-index: 999;
  width: 100%;
  top: 0;
  background: #fff;
}
.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%;
  height: 80px;
}
@media screen and (max-width: 767px) {
  .header-contentWrapper {
    height: 47px;
  }
}
.header .headerLogo {
  width: 156px;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .header .headerLogo {
    width: 100px;
    margin-left: 15px;
  }
}
.header .headerLogo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.headerNav-pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 20px;
}
@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;
}
.headerNav-pc .navList .item + .item {
  margin-left: 20px;
}

.navBtn {
  display: block;
  width: 160px;
  height: 46px;
  border-radius: 2.5px;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  color: #fff;
  background: #CC27B0;
  border: 1px solid #CC27B0;
  padding: 3px 0;
  position: relative;
  transition: all 0.3s;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .navBtn {
    width: 100%;
    height: 47px;
    border-radius: 0;
    font-size: 1.4rem;
    padding: 10px;
  }
}
.navBtn img {
  width: 22px;
  margin: 0 5px 3px 0;
  transition: all 0.3s;
}
.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: #EFF6FF;
  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: #415364;
  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 {
  height: 100%;
  min-height: 350px;
  margin: 80px 0 100px;
  background: url(../images/mv_img.jpg) center/cover no-repeat;
  position: relative;
}
@media screen and (max-width: 767px) {
  .o-mvWrapper {
    margin: 47px 0 40px;
    min-height: unset;
    height: 250px;
  }
}
.o-mvWrapper .mvTxt {
  position: absolute;
  top: 50%;
  left: 5.56%;
  transform: translateY(-50%);
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .o-mvWrapper .mvTxt {
    left: 20px;
  }
}
.o-mvWrapper .mvTtl {
  font-size: 4.5rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.27;
  margin-bottom: 5px;
  text-shadow: 0 0 10px #121d2c;
}
@media screen and (max-width: 767px) {
  .o-mvWrapper .mvTtl {
    font-size: 2.5rem;
  }
}
.o-mvWrapper .mvTtl .yellow {
  color: #FFF267;
}
.o-mvWrapper_txt {
  font-size: 2.6rem;
  font-weight: 500;
  color: #fff;
  text-shadow: 0 0 10px #121d2c;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .o-mvWrapper_txt {
    font-size: 1.6rem;
  }
}

.o-ctaWrapper {
  padding: 80px 0;
  background: url(../images/cta_img01.jpg) center/cover no-repeat;
  position: relative;
}
@media screen and (max-width: 767px) {
  .o-ctaWrapper {
    padding: 30px 0;
  }
}
.o-ctaWrapper .ctalayout {
  color: #fff;
}
.o-ctaWrapper .ctalayout .ctaTtl {
  font-size: 3rem;
  line-height: 1.5;
  margin-bottom: 10px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .o-ctaWrapper .ctalayout .ctaTtl {
    font-size: 1.6rem;
  }
}
.o-ctaWrapper .ctalayout .ctaTxt {
  margin-bottom: 25px;
}

.ctaButton {
  transition: 0.3s;
  color: #fff;
  background-color: #CC27B0;
  font-size: 2.4rem;
  line-height: 1;
  box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.4);
  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;
  margin: 0 auto;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .ctaButton {
    font-size: 1.6rem;
    max-width: 100%;
    padding: 20px;
  }
}
.ctaButton img {
  width: 35px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .ctaButton img {
    width: 20px;
  }
}
.ctaButton:hover {
  opacity: 0.8;
}

.o-introWrapper {
  max-width: 820px;
  width: 90%;
  margin: 0 auto 50px;
}
@media screen and (max-width: 767px) {
  .o-introWrapper {
    max-width: 100%;
    width: 100%;
    margin-bottom: 40px;
    word-break: break-all;
  }
}
.o-introWrapper .introTxt {
  text-align: center;
}
.o-introWrapper .introTxt + .introTxt {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .o-introWrapper .introTxt {
    text-align-last: left;
  }
  .o-introWrapper .introTxt + .introTxt {
    margin-top: 20px;
  }
}
.o-introWrapper .yellowTxt {
  background: linear-gradient(transparent 60%, #FFF691 60%);
  padding-bottom: 3px;
  font-weight: 700;
}

.o-introduction {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .o-introduction {
    margin-bottom: 50px;
  }
}
.o-introduction .introductionList {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .o-introduction .introductionList {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .o-introduction .introductionList > li:nth-child(2) .introductionTxt {
    height: 121px;
  }
  .o-introduction .introductionList > li:nth-child(3) .introductionTxt {
    height: 153px;
  }
}
.o-introduction .introductionImg {
  margin-bottom: 13px;
}
.o-introduction .introductionImg img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.o-introduction .introductionTxt {
  border-left: 2px solid #ACC7F0;
  padding: 8px 0 25px 14px;
  line-height: 1.46;
  height: 124px;
}
@media screen and (max-width: 767px) {
  .o-introduction .introductionTxt {
    padding: 8px 0 8px 10px;
    height: auto;
  }
}
.o-introduction .introductionTxt .job {
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 1.45;
}
.o-introduction .introductionTxt .position {
  font-size: 1.1rem;
  margin-bottom: 10px;
  line-height: 1.45;
}
.o-introduction .introductionTxt .name {
  color: #005CCA;
  font-size: 1.7rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .o-introduction .introductionTxt .name {
    font-size: 1.5rem;
  }
}
.o-introduction .txt {
  text-align: center;
  font-weight: 500;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .o-introduction .txt {
    text-align-last: left;
    margin-top: 30px;
    word-break: break-all;
  }
}

.o-important {
  background: #F0F6FE;
  padding: 100px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .o-important {
    padding: 60px 0 50px;
  }
}
.o-important_deco {
  position: absolute;
  content: "";
  font-family: "Work Sans", sans-serif;
  font-size: 20rem;
  font-weight: 600;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 0.7);
  top: -40px;
  right: 0;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .o-important_deco {
    font-size: 7rem;
    top: -15px;
  }
}

.o-iga {
  padding: 100px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .o-iga {
    padding: 60px 0 50px;
  }
}
.o-iga_deco {
  position: absolute;
  content: "";
  font-family: "Work Sans", sans-serif;
  font-size: 20rem;
  font-weight: 600;
  letter-spacing: 0;
  color: rgba(240, 246, 254, 0.7);
  top: -40px;
  left: 0;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .o-iga_deco {
    font-size: 7rem;
    top: -15px;
  }
}
.o-iga .iga_img img {
  border-radius: 10px;
}

.o-sailpoint {
  background: #F0F6FE;
  padding: 100px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .o-sailpoint {
    padding: 60px 0 50px;
  }
}
.o-sailpoint_deco {
  position: absolute;
  content: "";
  font-family: "Work Sans", sans-serif;
  font-size: 20rem;
  font-weight: 600;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 0.7);
  top: -40px;
  right: 0;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .o-sailpoint_deco {
    font-size: 7rem;
    top: -15px;
  }
}

.pagetop {
  display: block;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  border: 1px solid #005CCA;
  background: #005CCA url(../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(../images/pagetop.png) no-repeat top 13px center/19px 9.6px;
  }
}
.pagetop:hover {
  transform: translateY(-10px);
}

.headline {
  margin-bottom: 45px;
  font-weight: 600;
  padding-bottom: 20px;
  font-size: 3rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .headline {
    margin-bottom: 30px;
    font-size: 2.2rem;
    padding-bottom: 10px;
  }
}
.headline::before {
  position: absolute;
  content: "";
  background: url(../images/headline_deco.png) center/contain no-repeat;
  width: 100px;
  height: 3px;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .headline::before {
    width: 60px;
  }
}

.sub-ttl, .flex-layout_ttl {
  color: #005CCA;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .sub-ttl, .flex-layout_ttl {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}

.note {
  font-size: 12px;
  color: #8C8C8C;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .note {
    text-align-last: left;
  }
}

.nameBlue {
  color: #005CCA;
  font-weight: 600;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.largeBtn {
  background: #005CCA;
  border-radius: 5px;
  display: block;
  font-size: 2.2rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  width: 620px;
  margin: 70px auto 0;
  line-height: 1;
  padding: 20px 0 26px;
  position: relative;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .largeBtn {
    font-size: 1.8rem;
    width: 100%;
    margin-top: 40px;
    line-height: 1.4;
    padding: 15px 0 18px;
  }
}
.largeBtn::before {
  position: absolute;
  content: "";
  background: url(../images/btn_img01.svg) center/contain no-repeat;
  width: 11px;
  height: 17px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: 0.3s;
}
.largeBtn:hover {
  opacity: 0.7;
}
.largeBtn .small_txt {
  font-size: 1.8rem;
  margin-bottom: 10px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .largeBtn .small_txt {
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
}
.largeBtn .yellow_txt {
  color: #FFF042;
}

.flex-layout {
  display: flex;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .flex-layout {
    display: block;
  }
}
.flex-layout_img {
  width: 460px;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .flex-layout_img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.flex-layout_img img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.flex-layout_img.small {
  max-width: 320px;
  height: 190px;
}
@media screen and (max-width: 767px) {
  .flex-layout_img.small {
    max-width: 100%;
    height: auto;
  }
}
.flex-layout_desc {
  flex: 1;
  font-weight: 400;
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .flex-layout_desc {
    margin-left: 0;
  }
}
.flex-layout_ttl {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .flex-layout_ttl {
    margin-bottom: 20px;
  }
}
.flex-layout.reverse {
  flex-direction: row-reverse;
}
.flex-layout.reverse .flex-layout_desc {
  margin: 0 40px 0 0;
}
@media screen and (max-width: 767px) {
  .flex-layout.reverse .flex-layout_desc {
    margin: 0;
  }
}