@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;
  position: relative;
}
@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-component.large {
  max-width: 1200px;
}

.o-mvWrapper {
  height: 100%;
  min-height: 405px;
  margin: 80px 0 130px;
  background: url(../images/mv_img.jpg) center/cover no-repeat;
  position: relative;
}
@media screen and (max-width: 767px) {
  .o-mvWrapper {
    margin: 47px 0 10px;
    min-height: unset;
    height: 250px;
    background: url(../images/mv_img_sp.jpg) bottom 40px right 20%/cover no-repeat;
  }
}
.o-mvWrapper .mvTxt {
  position: absolute;
  left: 100px;
  top: 43px;
}
@media screen and (max-width: 767px) {
  .o-mvWrapper .mvTxt {
    left: 20px;
    top: 20px;
  }
}
.o-mvWrapper .mvBottom {
  position: static;
}
.o-mvWrapper .mvBottom::before {
  position: absolute;
  content: "";
  background: url(../images/fukidashi.png) center/cover no-repeat;
  width: 700px;
  height: 113px;
  left: 50%;
  bottom: -70px;
  transform: translateX(-50%);
  z-index: 30;
}
@media screen and (max-width: 767px) {
  .o-mvWrapper .mvBottom::before {
    background: url(../images/fukidashi.png) center/contain no-repeat;
    width: calc(100% - 20px);
    bottom: -20px;
  }
}
.o-mvWrapper .mvBottom_txt {
  position: absolute;
  left: 50.5%;
  bottom: -33px;
  transform: translateX(-50%);
  z-index: 50;
  font-weight: 700;
  font-size: 3rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .o-mvWrapper .mvBottom_txt {
    font-size: 1.6rem;
    bottom: 28px;
  }
}
.o-mvWrapper .mvBottom_border {
  background: linear-gradient(transparent 60%, #FFF691 60%);
  padding-bottom: 3px;
  color: #0033A1;
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  .o-mvWrapper .mvBottom_border {
    font-size: 2rem;
  }
}
.o-mvWrapper_logo {
  width: 286px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .o-mvWrapper_logo {
    width: 110px;
    margin-bottom: 8px;
  }
}
.o-mvWrapper_txt {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .o-mvWrapper_txt {
    font-size: 1rem;
    margin-bottom: 15px;
  }
}
.o-mvWrapper .mvTtl_large {
  font-size: 4.2rem;
  text-shadow: 0 0 10px #f1f3f6, 0 0 10px #f1f3f6, 0 0 10px #f1f3f6, 0 0 10px #f1f3f6;
}
@media screen and (max-width: 767px) {
  .o-mvWrapper .mvTtl_large {
    font-size: 2rem;
  }
}
.o-mvWrapper .mvTtl_en {
  font-family: "Poppins", serif;
  font-size: 3rem;
  letter-spacing: 0;
  display: block;
  margin-top: 15px;
  text-shadow: 0 0 10px #f1f3f6, 0 0 10px #f1f3f6, 0 0 10px #f1f3f6, 0 0 10px #f1f3f6;
}
@media screen and (max-width: 767px) {
  .o-mvWrapper .mvTtl_en {
    font-size: 1.2rem;
    margin-top: 3px;
  }
}
.o-mvWrapper .mvTtl_blue {
  color: #0033A1;
}

.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-currentWrapper {
  background: #F1F3F6;
  border-radius: 10px;
  margin-bottom: 30px;
  position: relative;
}
.o-currentWrapper::before {
  position: absolute;
  content: "";
  background: url(../images/current_deco.png) center/contain no-repeat;
  width: 116px;
  height: 194px;
  right: 30px;
  bottom: -25px;
}
@media screen and (max-width: 767px) {
  .o-currentWrapper::before {
    width: 56px;
    height: 114px;
    right: -5px;
    bottom: -50px;
  }
}
.o-currentWrapper .currentTtl {
  background: #415364;
  color: #fff;
  border-radius: 10px 10px 0 0;
  font-size: 2.6rem;
  padding: 12px 0;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .o-currentWrapper .currentTtl {
    font-size: 1.6rem;
    padding: 8px 0;
  }
}
@media screen and (max-width: 767px) {
  .o-currentWrapper .current_inr {
    padding: 30px 25px 50px;
  }
}
.o-currentWrapper .currentList {
  display: flex;
  justify-content: center;
  padding: 40px 0 30px;
}
@media screen and (max-width: 767px) {
  .o-currentWrapper .currentList {
    display: block;
    padding: 0;
    margin-bottom: 20px;
  }
}
.o-currentWrapper .currentList > li {
  background: #fff;
  border-radius: 10px;
  width: 246px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .o-currentWrapper .currentList > li {
    width: 100%;
    height: 60px;
    justify-content: unset;
    padding-left: 55px;
  }
}
.o-currentWrapper .currentList > li:not(:first-child) {
  margin-left: 11px;
}
@media screen and (max-width: 767px) {
  .o-currentWrapper .currentList > li:not(:first-child) {
    margin: 10px 0 0;
  }
}
.o-currentWrapper .currentList > li img {
  width: 54px;
}
@media screen and (max-width: 767px) {
  .o-currentWrapper .currentList > li img {
    width: 35px;
  }
}
.o-currentWrapper .currentList > li > p {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.38;
  padding-left: 8px;
}
@media screen and (max-width: 767px) {
  .o-currentWrapper .currentList > li > p {
    font-size: 1.4rem;
    padding-left: 10px;
  }
}
.o-currentWrapper .currentTxt {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.66;
  padding-bottom: 37px;
}
@media screen and (max-width: 767px) {
  .o-currentWrapper .currentTxt {
    font-size: 1.4rem;
    padding-bottom: 0;
  }
}

.arrowDown {
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .arrowDown {
    margin-bottom: 20px;
  }
}
.arrowDown::before {
  position: absolute;
  content: "";
  background: url(../images/arrowDown_img01.png) center/contain no-repeat;
  width: 160px;
  height: 50px;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .arrowDown::before {
    width: 100px;
    top: -5px;
  }
}
.arrowDown > p {
  font-size: 2.5rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .arrowDown > p {
    font-size: 1.8rem;
  }
}

.o-requestWrapper {
  background: #EFF6FF;
  border-radius: 10px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .o-requestWrapper {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .o-requestWrapper .request_inr {
    padding: 30px 25px;
  }
}
.o-requestWrapper .requestTtl {
  background: #005CCA;
  color: #fff;
  border-radius: 10px 10px 0 0;
  font-size: 2.6rem;
  padding: 12px 0;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .o-requestWrapper .requestTtl {
    font-size: 1.6rem;
    padding: 8px 0;
  }
}
.o-requestWrapper .requestList {
  display: flex;
  justify-content: center;
  padding: 40px 0 30px;
}
@media screen and (max-width: 767px) {
  .o-requestWrapper .requestList {
    display: block;
    padding: 0;
    margin-bottom: 20px;
  }
}
.o-requestWrapper .requestList > li {
  background: #fff;
  border-radius: 10px;
  width: 370px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .o-requestWrapper .requestList > li {
    width: 100%;
    height: 60px;
    justify-content: unset;
    padding-left: 40px;
  }
}
.o-requestWrapper .requestList > li:not(:first-child) {
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  .o-requestWrapper .requestList > li:not(:first-child) {
    margin: 10px 0 0;
  }
}
.o-requestWrapper .requestList > li img {
  width: 50px;
}
@media screen and (max-width: 767px) {
  .o-requestWrapper .requestList > li img {
    width: 35px;
  }
}
.o-requestWrapper .requestList > li > p {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.38;
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .o-requestWrapper .requestList > li > p {
    font-size: 1.4rem;
  }
}
.o-requestWrapper .requestTxt {
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.66;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .o-requestWrapper .requestTxt {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.o-requestWrapper .requestTxt .bg_blue {
  background: #0033A1;
  border-radius: 5px;
  color: #fff;
  padding: 2px 9px 5px 12px;
  font-size: 2rem;
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  .o-requestWrapper .requestTxt .bg_blue {
    font-size: 1.4rem;
    padding: 1px 2px 2px 3px;
  }
}
.o-requestWrapper .requestTxt_middle {
  font-size: 2rem;
  margin-bottom: 10px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .o-requestWrapper .requestTxt_middle {
    font-size: 1.6rem;
  }
}
.o-requestWrapper .requestTxt_last {
  font-size: 2rem;
  font-weight: 700;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .o-requestWrapper .requestTxt_last {
    font-size: 1.6rem;
    padding-bottom: 0;
  }
}
.o-requestWrapper .requestTxt_last .txt_blue {
  color: #0033A1;
  font-size: 3rem;
  position: relative;
  padding-top: 22px;
}
@media screen and (max-width: 767px) {
  .o-requestWrapper .requestTxt_last .txt_blue {
    font-size: 1.8rem;
    padding-top: 16px;
  }
}
.o-requestWrapper .requestTxt_last .txt_blue::before {
  position: absolute;
  content: "アイデンティティガバナンス";
  color: #0033A1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.6rem;
  font-weight: 600;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .o-requestWrapper .requestTxt_last .txt_blue::before {
    font-size: 1.2rem;
  }
}

.o-igaWrapper {
  margin-bottom: 110px;
}
@media screen and (max-width: 767px) {
  .o-igaWrapper {
    padding-top: 60px;
    margin-bottom: 60px;
  }
}
.o-igaWrapper .igaList {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .o-igaWrapper .igaList {
    margin-bottom: 20px;
  }
}
.o-igaWrapper .igaList > li {
  border-radius: 10px;
  width: 246px;
  height: 100px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .o-igaWrapper .igaList > li {
    flex-direction: column;
    width: 100%;
    height: 80px;
  }
}
.o-igaWrapper .igaList > li:not(:first-child) {
  margin-left: 11px;
}
.o-igaWrapper .igaList > li img {
  width: 48px;
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
  .o-igaWrapper .igaList > li img {
    width: 35px;
    margin: 0 0 5px;
  }
}
.o-igaWrapper .igaList > li > p {
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .o-igaWrapper .igaList > li > p {
    font-size: 1.4rem;
  }
}
.o-igaWrapper .txtLarge {
  font-weight: 700;
  line-height: 1.45;
}

.o-pointWrapper {
  background: url(../images/sailpoint_bg.jpg) center/cover no-repeat;
  padding: 55px 0 50px;
  margin-top: -5px;
}
@media screen and (max-width: 767px) {
  .o-pointWrapper {
    padding: 35px 0 30px;
  }
}
.o-pointWrapper .pointLayout {
  display: flex;
}
@media screen and (max-width: 767px) {
  .o-pointWrapper .pointLayout {
    display: block;
  }
}
.o-pointWrapper .pointLayout_img {
  margin-right: 3.47%;
  max-width: 558px;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .o-pointWrapper .pointLayout_img {
    margin: 0 0 20px;
  }
}
.o-pointWrapper .pointLayout_img img {
  border-radius: 10px;
}
.o-pointWrapper .pointLayout_ttl {
  font-weight: 600;
  text-shadow: 0 0 10px black;
  margin-bottom: 20px;
  color: #fff;
  font-size: 3.5rem;
}
@media screen and (max-width: 767px) {
  .o-pointWrapper .pointLayout_ttl {
    font-size: 2.2rem;
    margin-bottom: 15px;
  }
}
.o-pointWrapper .pointLayout_txt {
  color: #fff;
  text-shadow: 0 0 10px black;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (max-width: 1330px) and (min-width: 801px) {
  .o-pointWrapper .pointLayout_txt {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .o-pointWrapper .pointLayout_txt {
    font-size: 1.6rem;
    padding-bottom: 120px;
  }
}
.o-pointWrapper .pointLayout_desc {
  margin-top: -10px;
  position: relative;
}
.o-pointWrapper .pointLayout_desc::before {
  position: absolute;
  content: "";
  background: url(../images/point_deco01.svg) center/contain no-repeat;
  width: 235px;
  height: 203px;
  bottom: 0;
  right: 0;
  z-index: 10;
}
@media screen and (max-width: 1330px) and (min-width: 801px) {
  .o-pointWrapper .pointLayout_desc::before {
    width: 210px;
    height: 170px;
    bottom: 7%;
  }
}
@media screen and (max-width: 767px) {
  .o-pointWrapper .pointLayout_desc {
    margin-top: 0;
  }
  .o-pointWrapper .pointLayout_desc::before {
    position: absolute;
    background: url(../images/point_deco01_sp.svg) center/contain no-repeat;
    width: 238px;
    height: 131px;
    bottom: 20%;
    right: unset;
    left: 50%;
    transform: translateX(-50%);
  }
}
.o-pointWrapper .pointbox {
  background-color: #fff;
  padding: 24px 0;
  border-radius: 10px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .o-pointWrapper .pointbox {
    padding: 20px;
    margin-top: 20px;
  }
}
.o-pointWrapper .pointbox .logo_area {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .o-pointWrapper .pointbox .logo_area {
    display: block;
  }
}
.o-pointWrapper .pointbox .logo_area .logo_01 {
  width: 186px;
  margin-right: 87px;
}
@media screen and (max-width: 767px) {
  .o-pointWrapper .pointbox .logo_area .logo_01 {
    width: 70%;
    margin: 0 auto 60px;
  }
}
.o-pointWrapper .pointbox .logo_area .logo_02 {
  width: 123px;
  margin-right: 82px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .o-pointWrapper .pointbox .logo_area .logo_02 {
    width: 50%;
    margin: 0 auto 60px;
  }
}
.o-pointWrapper .pointbox .logo_area .logo_02::before {
  position: absolute;
  content: "";
  background: url(../images/sailpoint_img02.svg) center/contain no-repeat;
  width: 14px;
  height: 14px;
  top: 50%;
  left: -55px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .o-pointWrapper .pointbox .logo_area .logo_02::before {
    top: -50%;
    left: 50%;
    transform: translate(0, -50%);
  }
}
.o-pointWrapper .pointbox .logo_area .logo_02::after {
  position: absolute;
  content: "";
  background: url(../images/sailpoint_img02.svg) center/contain no-repeat;
  width: 14px;
  height: 14px;
  top: 50%;
  right: -56px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .o-pointWrapper .pointbox .logo_area .logo_02::after {
    top: unset;
    bottom: -70%;
    left: 50%;
    right: unset;
    transform: translate(0, -50%);
  }
}
.o-pointWrapper .pointbox .logo_area .logo_03 {
  width: 149px;
}
@media screen and (max-width: 767px) {
  .o-pointWrapper .pointbox .logo_area .logo_03 {
    width: 60%;
    margin: 0 auto;
  }
}
.o-pointWrapper .pointBotton {
  background: #005CCA;
  border-radius: 5px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  display: block;
  width: 280px;
  height: 50px;
  margin-top: 30px;
  box-shadow: 0 0 10px #415364;
  padding: 7px 0;
  text-align: center;
  position: relative;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .o-pointWrapper .pointBotton {
    font-size: 1.6rem;
    width: 100%;
    padding: 10px 0;
  }
}
.o-pointWrapper .pointBotton::before {
  position: absolute;
  content: "";
  background: url(../images/btn_img01.svg) center/contain no-repeat;
  width: 6px;
  height: 9px;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  transition: 0.3s;
}
.o-pointWrapper .pointBotton:hover {
  opacity: 0.8;
}

.o-SailPointWrapper {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .o-SailPointWrapper {
    padding: 60px 0;
  }
}
.o-SailPointWrapper .SailPointLayout {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .o-SailPointWrapper .SailPointLayout {
    display: block;
  }
}
.o-SailPointWrapper .SailPointLayout_img {
  width: 370px;
  height: 120px;
  margin-right: 50px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  background: #fff;
  padding: 32px 55px 31px;
}
@media screen and (max-width: 767px) {
  .o-SailPointWrapper .SailPointLayout_img {
    width: 100%;
    height: auto;
    margin: 0 0 30px;
    padding: 20px 30px;
  }
}
.o-SailPointWrapper .SailPointLayout_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 10px;
}
.o-SailPointWrapper .SailPointLayout_ttl {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .o-SailPointWrapper .SailPointLayout_ttl {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
.o-SailPointWrapper .SailPointList > li {
  position: relative;
  padding-left: 10px;
  line-height: 1.7;
}
.o-SailPointWrapper .SailPointList > li::before {
  content: "";
  background: #415364;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  top: 13px;
  width: 3px;
  height: 3px;
}
@media screen and (max-width: 767px) {
  .o-SailPointWrapper .SailPointList > li::before {
    top: 11px;
  }
}
.o-SailPointWrapper .SailPointList > li + li {
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .o-SailPointWrapper .SailPointList > li + li {
    margin-top: 5px;
  }
}

.o-SecurityCloudWrapper {
  background: #EFF6FF;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .o-SecurityCloudWrapper {
    padding: 60px 0;
  }
}
.o-SecurityCloudWrapper .SecurityCloud_Txt {
  max-width: 820px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 767px) {
  .o-SecurityCloudWrapper .SecurityCloud_Txt {
    max-width: 100%;
    margin-bottom: 30px;
  }
}
.o-SecurityCloudWrapper .SecurityCloud_img-area {
  display: flex;
}
@media screen and (max-width: 767px) {
  .o-SecurityCloudWrapper .SecurityCloud_img-area {
    display: block;
  }
}
.o-SecurityCloudWrapper .SecurityCloud_img_pc {
  width: 500px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .o-SecurityCloudWrapper .SecurityCloud_img_pc {
    display: none;
  }
}
.o-SecurityCloudWrapper .SecurityCloud_img_pc img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.o-SecurityCloudWrapper .SecurityCloud_img_sp {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .o-SecurityCloudWrapper .SecurityCloud_img_sp {
    display: none;
  }
}
.o-SecurityCloudWrapper .SecurityCloud_img_sp img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.o-SecurityCloudWrapper .SecurityCloud_img-left {
  position: relative;
  width: fit-content;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .o-SecurityCloudWrapper .SecurityCloud_img-left {
    position: static;
    width: 100%;
    margin: 20px 0 0;
  }
}
.o-SecurityCloudWrapper .SecurityCloud_img-left > p {
  background: #fff;
  padding: 24px 25px 24px;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
  white-space: nowrap;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .o-SecurityCloudWrapper .SecurityCloud_img-left > p {
    padding: 12px;
    font-size: 1.4rem;
    white-space: wrap;
  }
}
.o-SecurityCloudWrapper .SecurityCloud_img-left .top {
  position: absolute;
  top: 0;
}
@media screen and (max-width: 767px) {
  .o-SecurityCloudWrapper .SecurityCloud_img-left .top {
    position: static;
  }
}
.o-SecurityCloudWrapper .SecurityCloud_img-left .bottom {
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .o-SecurityCloudWrapper .SecurityCloud_img-left .bottom {
    position: static;
    margin-top: 10px;
  }
}
.o-SecurityCloudWrapper .SecurityCloud_img-right {
  position: relative;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .o-SecurityCloudWrapper .SecurityCloud_img-right {
    position: static;
    margin-top: 10px;
  }
}
.o-SecurityCloudWrapper .SecurityCloud_img-right > p {
  background: #fff;
  padding: 24px 25px 24px;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  white-space: nowrap;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .o-SecurityCloudWrapper .SecurityCloud_img-right > p {
    padding: 12px;
    font-size: 1.4rem;
    white-space: wrap;
  }
}
.o-SecurityCloudWrapper .SecurityCloud_img-right .top {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .o-SecurityCloudWrapper .SecurityCloud_img-right .top {
    position: static;
  }
}
.o-SecurityCloudWrapper .SecurityCloud_img-right .bottom {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .o-SecurityCloudWrapper .SecurityCloud_img-right .bottom {
    position: static;
    margin-top: 10px;
  }
}

.o-FeatureWrapper {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .o-FeatureWrapper {
    padding-top: 60px;
  }
}
.o-FeatureWrapper .FeatureBox {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.o-FeatureWrapper .FeatureBox + .FeatureBox {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .o-FeatureWrapper .FeatureBox + .FeatureBox {
    margin-top: 30px;
  }
}
.o-FeatureWrapper .FeatureBox_ttl {
  background: #005CCA;
  text-align: center;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 600;
  padding: 18px 0;
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 767px) {
  .o-FeatureWrapper .FeatureBox_ttl {
    font-size: 1.8rem;
    padding: 15px 0;
  }
}
.o-FeatureWrapper .FeatureBox_inr {
  padding: 30px 40px 50px;
}
@media screen and (max-width: 767px) {
  .o-FeatureWrapper .FeatureBox_inr {
    padding: 30px 25px;
  }
}
.o-FeatureWrapper .FeatureBox_img {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .o-FeatureWrapper .FeatureBox_img {
    width: 200%;
    margin-bottom: 10px;
  }
}
.o-FeatureWrapper .FeatureBox .txtLarge {
  line-height: 1;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .o-FeatureWrapper .FeatureBox .txtLarge {
    line-height: 1.4;
    margin-bottom: 20px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .o-FeatureWrapper .FeatureBox .img-scroll {
    overflow-x: scroll;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 20px;
  }
}

.o-InterviewWrapper {
  padding: 100px 0 120px;
}
@media screen and (max-width: 767px) {
  .o-InterviewWrapper {
    padding: 60px 0 80px;
  }
}
.o-InterviewWrapper .txtLarge {
  line-height: 1.45;
}
.o-InterviewWrapper .InterviewBtn {
  background: #F1F3F6;
  border-radius: 10px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.16);
  border: 3px solid #005CCA;
  display: block;
  margin: 45px auto 0;
  transition: 0.3s;
  max-width: 820px;
}
@media screen and (max-width: 767px) {
  .o-InterviewWrapper .InterviewBtn {
    width: 100%;
    margin-top: 30px;
  }
}
.o-InterviewWrapper .InterviewBtn:hover {
  opacity: 0.8;
}
.o-InterviewWrapper .InterviewBtn_img {
  display: flex;
  justify-content: space-between;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .o-InterviewWrapper .InterviewBtn_img {
    padding: 15px;
  }
}
.o-InterviewWrapper .InterviewBtn_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.o-InterviewWrapper .InterviewBtn_img .logo_01 {
  width: 228px;
}
@media screen and (max-width: 767px) {
  .o-InterviewWrapper .InterviewBtn_img .logo_01 {
    width: 100px;
  }
}
.o-InterviewWrapper .InterviewBtn_img .logo_02 {
  width: 150px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .o-InterviewWrapper .InterviewBtn_img .logo_02 {
    width: 60px;
  }
}
.o-InterviewWrapper .InterviewBtn_img .logo_02::before {
  position: absolute;
  content: "";
  background: url(../images/interview_img01.svg) center/contain no-repeat;
  width: 16px;
  height: 16px;
  top: 50%;
  left: -35%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .o-InterviewWrapper .InterviewBtn_img .logo_02::before {
    width: 10px;
    height: 10px;
  }
}
.o-InterviewWrapper .InterviewBtn_img .logo_02::after {
  position: absolute;
  content: "";
  background: url(../images/interview_img01.svg) center/contain no-repeat;
  width: 16px;
  height: 16px;
  top: 50%;
  right: -35%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .o-InterviewWrapper .InterviewBtn_img .logo_02::after {
    width: 10px;
    height: 10px;
  }
}
.o-InterviewWrapper .InterviewBtn_img .logo_03 {
  width: 181px;
}
@media screen and (max-width: 767px) {
  .o-InterviewWrapper .InterviewBtn_img .logo_03 {
    width: 80px;
  }
}
.o-InterviewWrapper .InterviewBtn_txt {
  background: #005CCA;
}
.o-InterviewWrapper .InterviewBtn_txt > p {
  position: relative;
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.05em;
  padding: 2px 0;
}
@media screen and (max-width: 767px) {
  .o-InterviewWrapper .InterviewBtn_txt > p {
    font-size: 1.6rem;
  }
}
.o-InterviewWrapper .InterviewBtn_txt > p::before {
  position: absolute;
  content: "";
  background: url(../images/btn_img01.svg) center/contain no-repeat;
  width: 6px;
  height: 9px;
  top: 50%;
  right: 39%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .o-InterviewWrapper .InterviewBtn_txt > p::before {
    right: 28%;
  }
}

.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 {
  text-align: center;
  margin-bottom: 45px;
  font-weight: 600;
  padding-bottom: 23px;
  font-size: 3.2rem;
  color: #0033A1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .headline {
    margin-bottom: 25px;
    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: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .headline::before {
    width: 60px;
  }
}

.youtube {
  margin: 30px 0;
  text-align: center;
}
.youtube iframe {
  max-width: 750px;
  width: 90%;
  height: 400px;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .youtube iframe {
    height: 200px;
  }
}