/*------------------------------------------------------------
gm301
------------------------------------------------------------*/
.animatedUp {
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeUp;
          animation-name: fadeUp;
  -webkit-animation-delay: 1s;
          animation-delay: 1s; }

@-webkit-keyframes fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
            transform: translate3d(0, -50px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@keyframes fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
            transform: translate3d(0, -50px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

.p-gm301__mainVisual {
  height: 444px;
  background-image: url(/assets2/image/gm301/100.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #000402;
  text-align: center;
  position: relative;
  background-position: center; }
  .p-gm301__mainVisual--inner {
    margin: 0 auto;
    width: 980px;
    height: 444px;
    position: relative; }
    @media screen and (max-width: 767px) {
      .p-gm301__mainVisual--inner {
        width: 100%;
        height: auto; } }
  @media screen and (max-width: 767px) {
    .p-gm301__mainVisual {
      background-image: none;
      height: auto; } }
  .p-gm301__mainVisual h2 {
    position: absolute;
    top: 70px;
    left: 105px;
    opacity: 0;
    width: 397px; }
    @media screen and (max-width: 767px) {
      .p-gm301__mainVisual h2 {
        width: 43%;
        top: 22.5%;
        left: 3%;
        margin-top: 0; } }
    .p-gm301__mainVisual h2 img {
      width: 100%;
      height: auto; }

.p-gm301 .c-tab1 {
  margin-bottom: 50px; }
  @media screen and (max-width: 767px) {
    .p-gm301 .c-tab1 {
      margin-bottom: 0; } }

.p-gm301 img {
  max-width: 100%;
  height: auto; }

.p-gm301 .c-heading01 {
  margin-top: 82px;
  margin-bottom: 50px; }
  @media screen and (max-width: 767px) {
    .p-gm301 .c-heading01 {
      margin-top: 26px;
      margin-bottom: 40px; } }

.p-gm301 .c-leadtext1 {
  margin-top: 65px;
  margin-bottom: 22px; }
  @media screen and (max-width: 767px) {
    .p-gm301 .c-leadtext1 {
      margin-top: 52px;
      margin-bottom: 15px; } }

.p-gm301 .c-list1 {
  margin-top: 110px; }
  @media screen and (max-width: 767px) {
    .p-gm301 .c-list1 {
      margin-top: 42px;
      padding: 0 15px; } }
