@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/*https://www.nttpc.co.jp/sim/lp/terminal/　をコピー*/

/* ============================================ */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
html,
body {
  margin: 0;
  padding: 0;
  background: #fff;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */

embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
body {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: #1f1f1f;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
body {
/*  overflow: auto;*/
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: middle;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}



/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.notosans.thin {
  font-family: 'Noto Sans Japanese';
  font-weight: 100;
}

.notosans.light {
  font-family: 'Noto Sans Japanese';
  font-weight: 200;
}

.notosans.demilight {
  font-family: 'Noto Sans Japanese';
  font-weight: 300;
}

.notosans.regular {
  font-family: 'Noto Sans Japanese';
  font-weight: 400;
}

.notosans.medium {
  font-family: 'Noto Sans Japanese';
  font-weight: 500;
}

.notosans.bold {
  font-family: 'Noto Sans Japanese';
  font-weight: 700;
}

.notosans.black {
  font-family: 'Noto Sans Japanese';
  font-weight: 900;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6em;
  line-height: 1.8;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  /*vertical-align: bottom;*/
  height: auto;
}

div,
p {
  line-height: 1.8;
}

.l-main {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}

/* FontFamily */
/* font-weight */
body {
  font-family:"Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #000;
}

.l-inner {
  max-width: 1190px;
  padding-left: 25px;
  padding-right: 25px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    max-width: 600px !important;
    padding-left: 20px;
    padding-right: 20px;
  }
}
/*.l-inner--s {
  max-width: 1150px;
}*/
/*.l-inner--l {
  max-width: 1334px;
}*/


/* -------------------------------------
        main
-----------------------------------------*/
.main {
color: #170823;
}




/* -------------------------------------
        header
-----------------------------------------*/
.l-header {
/*position: sticky;*/
width: 100%;
background-color: #fff;
z-index: 101;
top: 0;
left:0;
}


.l-header__wrapper {
padding: 20px 30px 20px 40px;
display: flex;
justify-content: space-between;
/*gap: 20px;*/
}

@media screen and (max-width: 767px) {
  .l-header__wrapper {
  padding: 20px 16px;
  }
}

.l-header__logoarea {
width: calc(100% - 600px);
}
@media (max-width: 991px) {
.l-header__logoarea {
width: 100%;
}
}

.l-header__button-area {
/*position: relative;*/
display: flex;
align-items: center;
justify-content: center;
}

@media (max-width: 991px) {
.l-header__button-area a.c-button,
.l-header__button-area .header-movie_btn {
display: none;
}
.l-header__companylogo a {
margin-right: 0px;
width: 100%;
}
}

.l-header__companylogo {
display: flex;
align-items: center;
}

.l-header__companylogo a {
margin-right: 20px;
max-width: 181px;
flex-shrink: 0;
}

.l-header__companylogo-sub {
font-size: 1.3rem;
max-width: 600px;
/*width: calc(100% - 340px);*/
line-height: 1.2;
}
@media screen and (max-width: 1140px) {
.l-header__companylogo-sub {
display: none;
}

.l-header__companylogo {
display: flex;
align-items: center;
}
}

.l-header .head02 {
  position: absolute;
  top: 20px;
  right: 20px;
 }
@media (max-width: 991px) {
.l-header .head02 {
display:none;
}
}

/*
@media screen and (min-width: 992px) {
.l-header .head02 .search {
  margin: 0 10px 0 0;
  float: left;
  height: 40px;
  width: 40px;
  background: url("/gpu/img/common/searchbtn_pc.png") no-repeat right center #909aa9;
  border-radius: 20px;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
  position: relative;
  opacity: 1;
  transition: 0.3s;
  padding: 10px;
  overflow: hidden;
 }
.l-header .search:hover {
  background: #909aa9;
  width: 220px;
 }
#search-form {
  position: absolute;
  top: 5px;
  right: 20px;
  overflow: hidden;
  height: 30px;
  width: 0;
  transition: 0.3s;
  display: none;
 }
.search:hover #search-form {
  display: block;
  width: 180px;
 }

#search-form .mf_finder_searchBox_items {
  padding: 0;
 }
}

#search-form input[type="text"] {
  display: inline-block;
  width: 150px;
  height: 20px;
  appearance: none;
  border: none;
  background: #fff;
 }
#search-form button {
  display: inline-block;
  width: 20px;
  height: 0;
  padding: 20px 0 0 0;
  overflow: hidden;
  appearance: none;
  border: none;
  background: url("/gpu/img/common/searchbtn_pc.png") no-repeat center center;
  cursor: pointer;
  vertical-align: middle;
  margin: 0 0 0 10px;
 }
*/


.l-header .headnav {
  float: left;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  height: 40px;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  background: #909aa9;
 }
.l-header .headnav a {
  color: #fff;
  display: block;
  padding: 8px 20px 7px;
  transition: 0.3s;
  opacity: 1;
 }
.l-header .headnav:hover {
  opacity: 0.7;
 }

.l-header .head02 .navi01 {
  margin: 0 10px 0 0;
 }
.l-header .head02 .navi02 {
  margin: 0 10px 0 0;
  background: #5b8e00;
  background: linear-gradient(to left, #5b8e00, #79b60e);
 }
.l-header .head02 .navi03 {
  background: #5b8e00;
  background: linear-gradient(to left, #5b8e00, #79b60e);
 }
.l-header .head02 .navi02 a {
  background: url("/gpu/img/common/simuicon_pc.png") no-repeat 15px center;
  padding: 8px 20px 7px 40px;
 }
.l-header .head02 .navi03 a {
  background: url("/gpu/img/common/contacticon_pc.png") no-repeat 25px center;
  padding: 8px 20px 7px 60px;
 }

/*
@media screen and (max-width: 991px) {
.search {
display: block;
}

.mf_finder_header {
display: table;
width: 100%;
}
#search-form02 button {
display: table-cell;
width: 40px;
height: 0;
padding: 40px 0 0 0;
overflow: hidden;
appearance: none;
border: none;
background: url(/gpu/img/common/searchbtn_sp.png) no-repeat center center #ccc;
background-size: 30px auto;
cursor: pointer;
vertical-align: middle;
border-left: 2px solid #000;
}
#search-form input[type="text"] {
  display: inline-block;
  width: 100%;
  height: 20px;
  appearance: none;
  border: none;
  background: #fff;
 }
}
*/

@media screen and (min-width: 768px) {
.head_nvidia {
float: left;
width: 100px;
margin-left: 15px;
flex-shrink: 0;
}
}

@media screen and (min-width: 768px) {
.docomobusiness {
float: left;
margin-left: 10px;
width: 90px;
}
}


/* -------------------------------------
        header button
-----------------------------------------*/
@media (max-width: 991px) {
  /*========= ボタンのためのCSS ===============*/
  .openbtn {
    position: fixed;
    z-index: 9999;
    /*ボタンを最前面に*/
    right: 10px;
    top:30px;
    cursor: pointer;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #fff;
    -webkit-box-shadow: 0 8px 10px rgba(11, 3, 6, 0.18);
    box-shadow: 0 8px 10px rgba(11, 3, 6, 0.18);
  }
  /*×に変化*/
  .openbtn span {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background-color: #7a7a7a;
    width: 45%;
  }
  .openbtn span:nth-of-type(1) {
    top: 14px;
  }
  .openbtn span:nth-of-type(2) {
    top: 22px;
  }
  .openbtn span:nth-of-type(3) {
    top: 30px;
  }
  .openbtn.active span:nth-of-type(1) {
    top: 17px;
    left: 17px;
    -webkit-transform: translateY(6px) rotate(-45deg);
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
  }
  .openbtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .openbtn.active span:nth-of-type(3) {
    top: 29px;
    left: 17px;
    -webkit-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
  }
}


/* -------------------------------------
        global navigation
-----------------------------------------*/
.l-gnav {
/*  height: 44px;*/
/*color: #fff;*/
/*font-weight: bold;
font-size: 2.1rem;
letter-spacing: 0.12em;*/
/*background-color: #f9f9f9;*/
background-color: #fff;
}

.l-gnav__inner {
max-width: 1140px;
height: 100%;
margin: 0 auto;
padding: 40px 20px 0;
}

.l-gnav__list {
display: flex;
justify-content: space-between;
width: 100%;
height: 100%;
border: 5px solid #66259b;
border-radius: 50px;
background-color: #000;
box-shadow: 0 0 10px rgba(102, 37, 155, 0.7);
}

.l-gnav__item {
/*position: relative;*/
width: calc(100% / 4);
text-align: center;
}

.l-gnav__item a {
color: #fff;
display: inline-flex;
font-weight: bold;
font-size: 2.4rem;
padding: 15px 80px 15px;
justify-content: center;
align-items: center;
}

.l-gnav__item a:hover {
color: #f1c210;
}

.l-gnav__item a span {
position: relative;
}

.l-gnav__item a span::before {
content: "";
position: absolute;
display: block;
width: 12px;
height: 12px;
border-top: 3px solid #9045cd;
border-right: 3px solid #9045cd;
transform: translate(100%, -50%) rotate(135deg);
transition: .3s;
top: 50%;
left: 100%;
}

.l-gnav__item a span::after {
content: "";
position: absolute;
display: block;
width: 24px;
height: 24px;
background-color: rgba(102, 59, 152, 0.4);
padding: 10px;
border-radius: 12px;
top: 50%;
left: 100%;
transform: translate(25%, -40%);
}


.l-gnav__item a:hover span::before {
border-top: 2px solid #f1c210;
border-right: 2px solid #f1c210;
transition: .3s;
}

 .l-gnav .l-gnav__btn {
display:none;
}

@media (max-width: 991px) {
  .l-gnav {
    position: fixed;
    top: 0;
    right:-80vw;
    width: 80vw;
    height: 100%;
/*    font-size: 1.4rem;*/
    opacity: 0.9;
    color: #fcab00;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    z-index: 1000;
    background-color: #000;
  }

.l-gnav.panelactive {
right: 0;
}

  .l-gnav__list {
    display: block;
  }

  .l-gnav__inner {
    display: block;
    max-width: 100%;
    margin-top: 56px;
  }
  .l-gnav__list {
  border: none;
  height: auto;
  border-radius: 0;
  box-shadow: none;
  }
  .l-gnav__item {
    width: 100%;
    padding: 0;
  }
  .l-gnav__item::after {
    display: none;
  }

  .l-gnav__item a {
    display: block;
    width: 100%;
    height: 100%;
    font-weight: bold;
    padding: 15px 0 15px;
    font-size: 2rem;
    border-bottom: 1px solid #fff;
  }
  .l-gnav__item a span::after {
    content: none;
  }

  .l-gnav .l-gnav__btn {
    display: block;
    margin:10px 0;
    padding: 10px 0;
    text-align: left;
    box-shadow: none;
    font-size: 1.8rem;
    color: #fff;
    font-weight: 700;
}
a.l-gnav__btn:hover {
    color: #fcab00;
}



  }
/*  .l-gnav .l-gnav__btn:not(:first-child) {
    margin-top: 15px;
  }*/


/* -------------------------------------
        l-section
-----------------------------------------*/
.l-section {
padding-top: 100px;
padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
.l-section {
padding-top: 40px;
padding-bottom: 40px;
}
}

.l-footersec {
  padding: 0;
  padding-top: 60px;
}

@media (max-width: 767px) {
  .l-footersec {
    padding: 0 0;
  }
}
.l-footer {
  padding: 40px 0 40px;
  background: #303030;
  color: #fff;
  text-align: center;
  font-size: 1rem;
}

.l-footer__copy {
  display: block;
  margin-top: 0;
  font-size: 1rem;
}

/*.l-footer__copy + small {
  font-size: 1rem;
}*/

@media (max-width: 1199px) {
/*  .l-footer .l-gnav__item a {
    padding: 0 10px;
  }*/
}
@media (max-width: 991px) {
/*  .l-footer .l-gnav {
    height: auto;
  }
  .l-footer .l-gnav__list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }*/
}
@media (max-width: 767px) {
  .l-footer {
    padding: 30px 20px 20px;
  }
  .l-footer__copy {
    /*margin-top: 50px;*/
  }
}


/* -------------------------------------
        c-button
-----------------------------------------*/

.c-button {
font-weight: 700;
letter-spacing: 0.1em;
text-align: center;
/*z-index: 100;*/
font-family:"Noto Sans JP", sans-serif;
-webkit-transition: all 0.2s;
transition: all 0.2s;
}

/*
.c-button--gradation {
background: linear-gradient(to left, #fa1544, #fcac00);
}
*/

/*
.c-button--small {
width: 240px;
padding: 15px;
font-size: 18px;
font-weight:700;
}
*/
/*
@media (max-width: 1199px) {
.c-button--small {
width: auto;
padding: 10px 30px;
}
}
*/

.c-button:hover {
opacity:0.7;
}


/* -------------------------------------
        c-definition
-----------------------------------------*/


/*リンクを右下に固定*/
#page-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 990;
  /*はじめは非表示*/
  opacity: 0;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
}

#page-top img {
  width: 60px;
  height: 60px;
}

/*　上に上がる動き　*/
#page-top.UpMove {
  -webkit-animation: UpAnime 0.5s forwards;
  animation: UpAnime 0.5s forwards;
}

@-webkit-keyframes UpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes UpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/*　下に下がる動き　*/
#page-top.DownMove {
  -webkit-animation: DownAnime 0.5s forwards;
  animation: DownAnime 0.5s forwards;
}

@-webkit-keyframes DownAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
}
@keyframes DownAnime {
  from {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
}

/* -------------------------------------
        p-mv
-----------------------------------------*/
.p-mv {
    background: #eaf6fc url(../img/mv_bg.png) no-repeat left top /cover;
    padding: 140px 6vw 140px;
}
@media screen and (max-width: 767px) {
.p-mv {
padding: 80px 6vw 80px;
}
}

.p-mv .p-mv__inner {
    padding: 30px 20px;
    max-width: 1260px;
    text-align: center;
}
@media screen and (max-width: 767px) {
.p-mv .p-mv__inner {
    padding: 10px 0px;
}
}

.p-mv .p-mv__text {
    padding-bottom: 10px;
}
.p-mv .p-mv__image {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .p-mv .p-mv__inner {
        padding: 50px 25px;
    }
}
@media screen and (min-width: 768px) {
    .p-mv .p-mv__inner {
        display: flex;
        justify-content: space-around;
        flex-wrap: nowrap;
        align-items: center;
        margin: auto;
        padding: 10px 60px 10px 60px;
        text-align: left;
    }
    .p-mv .p-mv__text {
        padding-bottom: 0;
       /* width: 55%;*/
    }
    .p-mv .p-mv__image {
        margin-top:0;
        /*width: 43%;
*/    }
}


/* -------------------------------------
        utility
-----------------------------------------*/
.onliy-pc {
display: block !important;
}
@media screen and (max-width: 767px) {
  .onliy-pc {
    display: none !important;
  }
}

.onliy-sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .onliy-sp {
    display: block !important;
  }
}

/* PC large */
@media screen and (min-width:992px) {
 .pc_lg {
  display: block;
 }
 .sp_lg {
  display: none;
 }
}
/* SP large */
@media screen and (max-width:991px) {
 .pc_lg {
  display: none;
 }
 .sp_lg {
  display: block;
 }
}

.small-text {
  font-size: 11px;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mr10 {
  margin-right: 10px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-pc-mt60 {
  margin-top: 60px !important;
}

.u-pc-mt80 {
  margin-top: 80px !important;
}

@media screen and (max-width: 767px) {
  .u-sp-mt20 {
    margin-top: 20px !important;
  }
}

.u-border-bottom-none {
  border-bottom-width: 0 !important;
}

/*.u-bg-yellow {
  background-color: #E5C147 !important;
}*/

/*.u-bg-orange {
  background-color: #fe883a !important;
}*/

/*.u-bg-gray {
  background-color: #f3f3f3 !important;
}*/

.u-fs12 {
  font-size: 1.2rem !important;
}

.u-fs18 {
  font-size: 1.8rem !important;
}

.u-sp-fs14 {
  font-size: 1.4rem !important;
}

.u-text-small {
  font-size: 1.2rem;
  font-weight: 400;
  margin-top: auto;
  margin-bottom: 4px;
}

.u-text-nowrap {
  white-space: nowrap;
}

.u-underline {
  text-decoration: underline;
}

.u-indent {
  padding-left: 1em;
  text-indent: -1em;
}

.u-text-nomal {
  font-weight: 400;
}
.u-text-bold {
  font-weight: 700;
}

.type-yellow {
  color: #E5C147!important;
}

.text-center {
text-align: center!important;
}

/*.type-blue {
  background-color: #43A4E2;
}*/

/*.txt-red {
color: #fa1544;
}*/

.bg_gray {
background-color: #f2f2f2;
}

.marker {
/*display: inline;*/
/*background-image: linear-gradient(transparent 70%, #fcab00 0%);*/
background-color:#ffffbf;
width:fit-content;
}

/* -------------------------------------
cta-area
-----------------------------------------*/
.cta-area {
background-color: #f0e9f5;
text-align: center;
padding:40px 0px 40px;
}
@media screen and (max-width: 767px) {
.cta-area {
padding:30px 10px 30px;
}
}

.cta_btn a {
color:#fff;
max-width: 540px;
margin-inline: auto;
display: flex;
align-items: center;
justify-content: center;
height: 80px;
font-size: 24px;
/*font-weight: bold;*/
background: linear-gradient(90deg, rgba(212, 173, 28,1) 60%, rgba(255, 214, 35,1) 100%);
border-radius: 40px;
box-shadow: 0 0 10px rgba(102, 37, 155, 0.4);
line-height: 1;
}
@media (max-width: 991px) {

}
@media (max-width: 1199px) {

}
@media screen and (max-width: 767px) {
.cta_btn a {
font-size: 18px;
max-width: 320px;
height: 60px;
}
}

.cta_btn a::before {
content: "";
display: inline-block;
background: url(/gpu/campaign/gpucloud/img/mail_ico.png) no-repeat center center / contain;
width: 27px;
height: 18px;
margin-right: 10px;
}

.cta_btn a:hover {
background: linear-gradient(90deg, rgba(255, 214, 35,1) 40%, rgba(212, 173, 28,1) 100%);
}


/*.c-button--cta span {
font-size: 24px;
}
@media screen and (max-width: 767px) {
.c-button--cta span {
font-size: 18px;
}
}*/



/*.cta-lead {
font-size: 28px;
font-weight: 700;
color: #fa1544;
font-family: 'Noto Sans JP', sans-serif;
}
@media (max-width: 1199px) {
.cta-lead {
font-size: 22px;
}
}
@media screen and (max-width: 767px) {
.cta-lead {
font-size: 18px;
}
}

.cta-btn-dl {
background: linear-gradient(to left, #f51d92, #fcac00)!important;
}*/
