@charset "UTF-8";
/*--------------------------------------------------
 ※※※※※※※※※※※※※※※※※※※※※※※※
 このファイルはsassでコンパイルされています
 以下の内容を変更したい場合は構成するscssファイルを
 ご確認ください
 ※※※※※※※※※※※※※※※※※※※※※※※※
--------------------------------------------------*/
img {
  max-width: 100%;
  max-height: 100%;
}

@media screen and (min-width: 900px) {
  .ga_catch {
    position: relative;
    z-index: 0;
    margin-bottom: 80px;
    background: #010303;
    background-size: auto 100%;
    color: #fff;
  }
  .ga_catch::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/img_catch.jpg") no-repeat 50% 50%;
    background-size: auto 100%;
    opacity: .85;
  }
  .ga_catch__in {
    display: flex;
    position: relative;
    box-sizing: border-box;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
    padding: 90px 0 65px 40px;
  }
  .ga_catch__title_box {
    width: 640px;
    margin-top: -16px;
  }
  .ga_catch__title {
    margin: 0;
    font-size: 30px;
    font-weight: normal;
    line-height: 1.3;
    text-shadow: 0 3px 5px rgba(1, 3, 3, 0.6);
  }
  .ga_catch__title strong {
    display: block;
    margin-top: 38px;
    font-size: 58px;
    font-weight: bold;
  }
  .ga_catch__title strong span {
    display: block;
    font-size: 44px;
  }
  .ga_catch__txt {
    position: absolute;
    bottom: 60px;
    left: 40px;
    margin: 0;
    font-size: 13px;
    line-height: 1.5;
  }
  .ga_catch__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 520px;
  }
  .ga_catch__list::after {
    display: none;
  }
  .ga_catch__list-title {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 170px;
    color: #fff;
    font-size: 34px;
    font-weight: bold;
    text-shadow: 0 3px 5px rgba(1, 3, 3, 0.6);
  }
  .ga_catch__list-title::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    width: 130px;
    height: 130px;
    transform: translate(-50%, -50%);
    border-radius: 75px;
    background: #12b6c4;
  }
  .ga_catch__list-title span {
    font-size: 18px;
  }
  .ga_catch__item {
    box-sizing: border-box;
    width: 170px;
    margin-bottom: 5px;
    padding: 22px 0 20px;
    border: #12b6c4 1px solid;
    background: rgba(2, 11, 12, 0.6);
  }
  .ga_catch__item:nth-child(2) {
    order: -1;
  }
  .ga_catch__img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
  }
  .ga_catch__img img {
    height: 50px;
  }
  .ga_catch__img--large img {
    height: 42px;
  }
  .ga_catch__point {
    margin: 18px 0 0;
    color: #12b6c4;
    font-size: 15px;
    text-align: center;
  }

  .ga_box {
    margin: 0 0 120px;
  }
  .ga_box--bg {
    padding: 120px 0;
    background: #ffa800;
  }
  .ga_box__inner {
    width: 1200px;
    margin: 0 auto;
  }
  .ga_box__txt {
    margin: 1em 20px 0;
    color: #f4f8fb;
    line-height: 1.75;
  }

  .ga_inquery {
    padding: 20px;
    background: #f4f8fb;
  }

  .ga_service {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
  }
  .ga_service__item {
    width: 238px;
    padding-top: 20px;
    background: #f4f8fb;
  }
  .ga_service__title {
    margin: 0;
    color: #003f65;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
  }
  .ga_service__img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 130px;
    height: 130px;
    margin: 20px auto;
    border-radius: 65px;
    background: #fff;
  }
  .ga_service__img img {
    width: auto;
    height: 60px;
  }
  .ga_service__img--large img {
    height: 45px;
  }
  .ga_service__up {
    position: relative;
    margin: 0;
    padding: 15px 0;
    background: #ffa800;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
  }
  .ga_service__up::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 12px 10px 0;
    border-style: solid;
    border-color: #ffa800 transparent transparent;
  }
  .ga_service__up img {
    display: block;
    width: auto;
    height: 18px;
    margin: 3px auto 0;
  }
  .ga_service__btn {
    display: block;
    position: relative;
    padding: 19px 20px 13px;
    transition: .2s linear;
    background: #273541;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
  }
  .ga_service__btn::after {
    content: "";
    display: block;
    position: absolute;
    top: 52%;
    right: 20px;
    width: 10px;
    height: 10px;
    transform: translateY(-50%) rotate(45deg);
    transition: .2s linear;
    border: #fff 1px solid;
    border-width: 1px 1px 0 0;
  }
  .ga_service__btn:hover {
    opacity: .8;
    text-decoration: none;
  }
  .ga_service__btn:hover::after {
    right: 15px;
  }

  .ga_message {
    margin: 40px 0;
    color: #787878;
    font-size: 18px;
    line-height: 1.8;
    text-align: center;
  }
  .ga_message strong {
    color: #12b6c4;
    font-size: 20px;
    font-weight: bold;
  }

  .ga_trouble {
    position: relative;
    padding: 48px 0;
    background: #273541;
  }
  .ga_trouble::after {
    content: "";
    display: block;
    visibility: visible;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 46px 46px 0;
    border-style: solid;
    border-color: #273541 transparent transparent;
  }
  .ga_trouble__title {
    margin: 0 0 48px;
    color: #fff;
    font-size: 38px;
    text-align: center;
  }
  .ga_trouble__list {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
  }
  .ga_trouble__list::after {
    display: none;
  }
  .ga_trouble__item {
    display: flex;
    flex-direction: column;
    width: 353px;
  }
  .ga_trouble__box {
    position: relative;
    flex: 1 1 auto;
    margin: 0 0 35px;
    padding: 30px;
    border-radius: 6px;
    background: #fff;
  }
  .ga_trouble__box::after {
    content: "";
    display: block;
    visibility: visible;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 24px 24px 0;
    border-style: solid;
    border-color: #fff transparent transparent;
  }
  .ga_trouble__q {
    margin: 0 -15px 10px 0;
    color: #12b6c4;
    font-size: 18px;
    font-weight: bold;
  }
  .ga_trouble__desc {
    margin: 0;
    color: #787878;
    line-height: 1.75;
  }
  .ga_trouble__img img {
    display: block;
    width: 110px;
    height: 110px;
    margin: 0 auto;
  }
  .ga_trouble__name {
    display: flex;
    align-items: center;
    align-self: center;
    justify-content: center;
    min-width: 110px;
    height: 30px;
    margin-top: 15px;
    padding: 0 20px;
    border: #fff 1px solid;
    border-radius: 15px;
    color: #fff;
    font-weight: bold;
    text-align: center;
  }

  .ga_solution {
    margin-bottom: 120px;
    padding: 90px 0 65px;
    background: #ffa800;
    color: #273541;
    text-align: center;
  }
  .ga_solution__title {
    margin: 0 0 40px;
    color: #fff;
    font-size: 38px;
  }
  .ga_solution__message {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.8;
  }

  .ga_skill {
    display: flex;
    margin: 0 40px 20px;
    line-height: 1.75;
  }
  .ga_skill__title {
    display: flex;
    box-sizing: border-box;
    align-items: center;
    width: 320px;
    margin: 0;
    padding: 20px 40px;
    background: #273541;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
  }
  .ga_skill__title--more {
    background: #12b6c4;
  }

  .ga_skill_list {
    flex: 1;
    margin: 0;
    padding: 0;
    list-style-type: none;
    border: #bebaba 1px solid;
    border-width: 0 1px 1px 0;
  }
  .ga_skill_list__item {
    display: flex;
    padding: 15px 25px;
    border-top: #bebaba 1px solid;
  }
  .ga_skill_list__title {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    width: 340px;
    margin: 0;
    color: #787878;
    font-size: 22px;
  }
  .ga_skill_list__title--more {
    color: #12b6c4;
  }
  .ga_skill_list__title img {
    width: 58px;
    margin-right: 15px;
  }
  .ga_skill_list__txt {
    margin: 0;
    color: #787878;
    font-size: 16px;
  }

  .ga_intro {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    margin-bottom: 60px;
    padding: 50px 40px 60px;
    background: #f4f8fb;
  }
  .ga_intro__title {
    width: 100%;
    margin: 0 0 45px;
    color: #003f65;
    font-size: 26px;
    text-align: center;
  }
  .ga_intro__up {
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    margin: 0;
    padding: 10px 0;
    background: #ffa800;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
  }
  .ga_intro__img {
    align-self: flex-start;
    width: 520px;
    height: auto;
  }
  .ga_intro__box {
    box-sizing: border-box;
    width: 600px;
    padding-left: 45px;
  }
  .ga_intro__list {
    display: flex;
    margin: 10px 0 30px;
  }
  .ga_intro__tag {
    margin: 0 5px 0 0;
    padding: 7px 20px 6px;
    border-radius: 2px;
    background: #12b6c4;
    color: #fff;
    line-height: 1;
  }
  .ga_intro__message {
    margin: 0 0 20px;
    color: #003f65;
    font-size: 30px;
    line-height: 1.75;
  }
  .ga_intro__txt {
    margin: 0;
    color: #787878;
    font-size: 16px;
    line-height: 1.75;
  }
  .ga_intro__btn {
    display: block;
    position: relative;
    width: 320px;
    margin: 45px auto 0;
    padding: 15px 0;
    transition: .2s linear;
    background: #273541;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
  }
  .ga_intro__btn::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 10px;
    height: 10px;
    transform: translateY(-50%) rotate(45deg);
    transition: .2s linear;
    border: #fff 1px solid;
    border-width: 1px 1px 0 0;
  }
  .ga_intro__btn:hover {
    opacity: .8;
    text-decoration: none;
  }
  .ga_intro__btn:hover::after {
    right: 15px;
  }

  main {
    font-weight: 500;
  }

  .ga_heading {
    margin: 0 0 50px;
    color: #003f65;
    font-size: 38px;
    font-weight: bold;
    text-align: center;
  }

  .is-onlySP {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .ga_catch {
    position: relative;
    z-index: 0;
    margin-bottom: 40px;
    background: #010303;
    background-size: auto 100%;
    color: #fff;
  }
  .ga_catch::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .85;
    background: url("../images/img_catch.jpg") no-repeat 50% 50%;
    background-size: auto 100%;
  }
  .ga_catch__in {
    position: relative;
    padding: 40px 15px 20px;
  }
  .ga_catch__title {
    margin: 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.3;
    text-align: center;
    text-shadow: 0 3px 5px rgba(1, 3, 3, 0.6);
  }
  .ga_catch__title br {
    display: none;
  }
  .ga_catch__title strong {
    display: block;
    margin-top: 15px;
    font-size: 28px;
    font-weight: bold;
  }
  .ga_catch__title strong span {
    display: block;
    font-size: 20px;
  }
  .ga_catch__txt {
    margin: 10px 0 0;
    font-size: 13px;
    line-height: 1.5;
    text-shadow: 0 3px 5px rgba(1, 3, 3, 0.6);
  }
  .ga_catch__list {
    margin-top: 20px;
  }
  .ga_catch__list-title {
    display: flex;
    position: relative;
    z-index: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    text-shadow: 0 3px 5px rgba(1, 3, 3, 0.6);
  }
  .ga_catch__list-title::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    transform: translate(-50%, -50%);
    border-radius: 40px;
    background: #12b6c4;
    vertical-align: middle;
  }
  .ga_catch__list-title span {
    font-size: 14px;
  }
  .ga_catch__item {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    padding: 8px 15px;
    border: #12b6c4 1px solid;
    background: rgba(2, 11, 12, 0.6);
  }
  .ga_catch__img {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 40px;
  }
  .ga_catch__img img {
    height: 30px !important;
  }
  .ga_catch__img--large img {
    height: 20px !important;
  }
  .ga_catch__point {
    margin: 0 0 0 15px;
    color: #12b6c4;
    font-size: 13px;
  }
  .ga_catch__point br {
    display: none;
  }

  .ga_box {
    margin: 0 0 60px;
  }
  .ga_box--bg {
    padding: 120px 0;
    background: #ffa800;
  }
  .ga_box__txt {
    margin: 1em 20px 0;
    color: #f4f8fb;
    line-height: 1.75;
  }

  .ga_inquery {
    padding: 20px;
    background: #f4f8fb;
  }

  .ga_service {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 30px;
  }
  .ga_service__item {
    width: 49%;
    margin: 0 0 2%;
    padding-top: 20px;
    background: #f4f8fb;
  }
}
@media screen and (max-width: 900px) and (max-width: 374px) {
  .ga_service__item {
    width: 100%;
    margin-bottom: 5%;
  }
}
@media screen and (max-width: 900px) {
  .ga_service__title {
    margin: 0;
    color: #003f65;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
  }
  .ga_service__img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    margin: 10px auto;
    border-radius: 50px;
    background: #fff;
  }
  .ga_service__img img {
    width: auto;
    height: 50px !important;
  }
  .ga_service__img--large img {
    height: 40px !important;
  }
  .ga_service__up {
    position: relative;
    margin: 0;
    padding: 5px 0 8px;
    background: #ffa800;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
  }
  .ga_service__up::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 12px 10px 0;
    border-style: solid;
    border-color: #ffa800 transparent transparent;
  }
  .ga_service__up img {
    display: block;
    width: 30px;
    margin: 3px auto 0;
  }
  .ga_service__btn {
    display: block;
    position: relative;
    padding: 15px 20px 10px;
    transition: .2s linear;
    background: #273541;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
  }
  .ga_service__btn::after {
    content: "";
    display: block;
    position: absolute;
    top: 52%;
    right: 20px;
    width: 10px;
    height: 10px;
    transform: translateY(-50%) rotate(45deg);
    transition: .2s linear;
    border: #fff 1px solid;
    border-width: 1px 1px 0 0;
  }
  .ga_service__btn:hover {
    opacity: .8;
    text-decoration: none;
  }
  .ga_service__btn:hover::after {
    right: 15px;
  }

  .ga_message {
    margin: 40px 15px 0;
    color: #787878;
    font-size: 14px;
    line-height: 1.8;
  }
  .ga_message strong {
    color: #12b6c4;
    font-size: 16px;
    font-weight: bold;
  }

  .ga_trouble {
    position: relative;
    padding: 20px 20px 25px;
    background: #273541;
  }
  .ga_trouble::after {
    content: "";
    display: block;
    visibility: visible;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 30px 30px 0;
    border-style: solid;
    border-color: #273541 transparent transparent;
  }
  .ga_trouble__title {
    margin: 0 0 20px;
    color: #fff;
    font-size: 20px;
    text-align: center;
  }
  .ga_trouble__list {
    margin: 0;
  }
  .ga_trouble__list::after {
    display: none;
  }
  .ga_trouble__item {
    margin-top: 20px;
  }
  .ga_trouble__box {
    position: relative;
    flex: 1;
    margin: 0 0 20px;
    padding: 20px;
    border-radius: 6px;
    background: #fff;
  }
  .ga_trouble__box::after {
    content: "";
    display: block;
    visibility: visible;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 14px 14px 0;
    border-style: solid;
    border-color: #fff transparent transparent;
  }
  .ga_trouble__q {
    margin: 0 0 10px;
    color: #12b6c4;
    font-size: 16px;
    font-weight: bold;
  }
  .ga_trouble__desc {
    margin: 0;
    color: #787878;
    font-size: 12px;
    line-height: 1.75;
  }
  .ga_trouble__img img {
    display: block;
    width: 80px;
    margin: 0 auto;
  }
  .ga_trouble__name {
    display: flex;
    align-items: center;
    align-self: center;
    justify-content: center;
    width: 150px;
    height: 30px;
    margin: 10px auto 0;
    padding: 0 20px;
    border: #fff 1px solid;
    border-radius: 15px;
    color: #fff;
    font-weight: bold;
    text-align: center;
  }

  .ga_solution {
    margin-bottom: 40px;
    padding: 45px 20px 20px;
    background: #ffa800;
    color: #273541;
    text-align: center;
  }
  .ga_solution__title {
    margin: 0 0 20px;
    color: #fff;
    font-size: 20px;
  }
  .ga_solution__message {
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.8;
  }

  .ga_skill {
    margin: 0 15px;
  }
  .ga_skill + .ga_skill {
    margin-top: 20px;
  }
  .ga_skill__title {
    display: flex;
    margin: 0;
    padding: 15px 20px;
    background: #273541;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
  }
  .ga_skill__title--more {
    background: #12b6c4;
  }

  .ga_skill_list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    border: #bebaba 1px solid;
    border-width: 0 1px;
  }
  .ga_skill_list__item {
    padding: 15px;
    border-bottom: #bebaba 1px solid;
  }
  .ga_skill_list__title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
    color: #787878;
    font-size: 18px;
  }
  .ga_skill_list__title--more {
    color: #12b6c4;
  }
  .ga_skill_list__title img {
    width: 20px;
    margin-right: 5px;
  }
  .ga_skill_list__txt {
    margin: 5px 0 0 25px;
    color: #787878;
    font-size: 12px;
  }

  .ga_intro {
    margin-bottom: 30px;
    padding: 25px 20px;
    background: #f4f8fb;
  }
  .ga_intro__title {
    margin: 0 0 5px;
    color: #003f65;
    font-size: 20px;
    text-align: center;
  }
  .ga_intro__up {
    display: table;
    margin: 0 auto 15px;
    padding: 5px 15px;
    border-radius: 2px;
    border: #ffa800 1px solid;
    background: #fff;
    color: #ffa800;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
  }
  .ga_intro__img {
    display: block;
    width: 100%;
  }
  .ga_intro__box {
    margin-top: 15px;
  }
  .ga_intro__list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
  .ga_intro__tag {
    margin: 0 5px 0 0;
    padding: 7px 10px 6px;
    border-radius: 2px;
    background: #12b6c4;
    color: #fff;
    font-size: 12px;
    line-height: 1;
  }
  .ga_intro__message {
    margin: 0 0 10px;
    color: #003f65;
    font-size: 20px;
  }
  .ga_intro__txt {
    margin: 0;
    color: #787878;
    font-size: 14px;
    line-height: 1.75;
  }
  .ga_intro__btn {
    display: block;
    position: relative;
    margin: 20px 20px 0;
    padding: 15px 0;
    transition: .2s linear;
    background: #273541;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
  }
  .ga_intro__btn::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 10px;
    height: 10px;
    transform: translateY(-50%) rotate(45deg);
    transition: .2s linear;
    border: #fff 1px solid;
    border-width: 1px 1px 0 0;
  }
  .ga_intro__btn:hover {
    opacity: .8;
    text-decoration: none;
  }
  .ga_intro__btn:hover::after {
    right: 15px;
  }

  .ga_heading {
    margin: 0 10px 30px;
    color: #003f65;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
  }

  .is-onlyPC {
    display: none;
  }
}

/*# sourceMappingURL=ga.css.map */
