/* breakpoint
-------------------------------------------*/
/*------------------------------------------------------------
ga301
------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .l-contents {
    margin-top: 0; } }

/*------------------------------------------------------------
ga301
------------------------------------------------------------*/
.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); } }

/*
------------------------------------------------------------*/
.c-tab1 {
  padding-top: 140px; }

@media screen and (max-width: 767px) {
  .c-tab1 {
    padding-top: 0; } }

.c-tab1 .c-pagetitle1 {
  top: -12px; }

@media screen and (max-width: 767px) {
  .c-tab1 .c-pagetitle1 {
    top: auto; } }

.c-tab1 .c-pagetitle1 h2 {
  font-size: 1.5rem;
  letter-spacing: -1.2px;
  margin-top: 5px; }

@media screen and (max-width: 767px) {
  .c-tab1 .c-pagetitle1 h2 {
    font-size: 1.1rem;
    letter-spacing: -0.6px;
    margin-top: 1px; } }

.c-tab1 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  text-align: left;
  padding: 13px 9.3px 7px;
  line-height: 1.3; }

@media screen and (max-width: 767px) {
  .c-tab1 a {
    display: block;
    padding: 15px 20px;
    line-height: 1; } }

/*
------------------------------------------------------------*/
.p-ga301__mainVisual {
  height: 444px;
  background-image: url(/assets2/image/ga301/100.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #000402;
  text-align: center;
  position: relative;
  background-position: center; }

@media screen and (max-width: 767px) {
  .p-ga301__mainVisual {
    background-image: none;
    height: auto; } }

.p-ga301__mainVisual--inner {
  margin: 0 auto;
  width: 980px;
  height: 444px;
  position: relative; }

@media screen and (max-width: 767px) {
  .p-ga301__mainVisual--inner {
    width: 100%;
    height: auto; } }

.p-ga301__mainVisual h2 {
  position: absolute;
  bottom: 87px;
  right: 53px;
  opacity: 0;
  width: 590px; }

@media screen and (max-width: 767px) {
  .p-ga301__mainVisual h2 {
    width: 66%;
    top: 19%;
    right: 1%;
    margin-top: 0; } }

.p-ga301__mainVisual h2 img {
  width: 100%;
  height: auto; }

.p-ga301 .c-tab1 {
  margin-bottom: 50px; }

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

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

.p-ga301 .c-heading01 {
  margin-top: 75px;
  margin-bottom: 30px; }

@media screen and (max-width: 767px) {
  .p-ga301 .c-heading01 {
    margin-top: 24px;
    margin-bottom: 40px; } }

.p-ga301 .c-heading01 h2 {
  letter-spacing: 3px;
  line-height: 60px; }

@media screen and (max-width: 767px) {
  .p-ga301 .c-heading01 h2 {
    letter-spacing: 2px;
    line-height: 40px; } }

.p-ga301 .c-heading01 p {
  margin-top: 10px;
  letter-spacing: 1px; }

.p-ga301 .c-leadtext1 {
  margin-top: 60px;
  margin-bottom: 25px; }

@media screen and (max-width: 767px) {
  .p-ga301 .c-leadtext1 {
    margin-top: 40px;
    margin-bottom: 15px; } }

.p-ga301 .c-leadtext1 p {
  letter-spacing: 1.1px; }

@media screen and (max-width: 767px) {
  .p-ga301 .c-leadtext1 p {
    letter-spacing: 0.8px; } }

.p-ga301 .c-singleimg1 {
  margin-bottom: 90px; }

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

.p-ga301 .c-list1__card {
  width: 290px;
  margin-left: 0; }

@media screen and (max-width: 767px) {
  .p-ga301 .c-list1__card {
    width: calc(50% - 5px); } }

.p-ga301 .c-list1__txt h3 {
  margin-top: 10px; }

@media screen and (max-width: 767px) {
  .p-ga301 .c-list1__txt h3 {
    margin-top: 6px; } }

/*
------------------------------------------------------------*/
.p-ga3011__block1 {
  padding-left: 50px;
  border-bottom: 1px solid #E0E0E0;
  margin-top: 50px;
  padding-bottom: 34px; }

@media screen and (max-width: 767px) {
  .p-ga3011__block1 {
    margin-top: 20px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; } }

@media screen and (max-width: 767px) {
  .p-ga3011__block1:last-of-type {
    margin-top: 35px;
    padding-bottom: 26px; } }

@media screen and (max-width: 767px) {
  .p-ga3011__block1:last-of-type .c-list1__txt h3 {
    margin-top: 15px; } }

@media screen and (max-width: 767px) {
  .p-ga3011 .c-list1__card {
    width: 100%; } }

/*
------------------------------------------------------------*/
.p-ga3012__block2 {
  margin-top: 45px; }

@media screen and (max-width: 767px) {
  .p-ga3012__block2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-top: 22px; } }

@media screen and (max-width: 767px) {
  .p-ga3012__block3 {
    width: 50%;
    margin: 0 !important; } }

.p-ga3012 .c-list1 {
  max-width: 640px;
  margin: auto;
  padding-left: 35px; }

@media screen and (max-width: 767px) {
  .p-ga3012 .c-list1 {
    padding-left: 0; } }

.p-ga3012 .c-list1__card {
  width: 300px; }

@media screen and (max-width: 767px) {
  .p-ga3012 .c-list1__card {
    width: 100%; } }

.p-ga3012 .c-list1__card:last-of-type {
  margin-bottom: 35px; }

.p-ga3012 .c-list1__txt h3 {
  margin-top: 8px; }

/*
------------------------------------------------------------*/
.p-ga3013 .c-list1 {
  padding-left: 35px; }

@media screen and (max-width: 767px) {
  .p-ga3013 .c-list1 {
    padding-left: 0; } }
