@charset "UTF-8";
.forSp {
  display: none; }
  @media only screen and (max-width: 767px) {
    .forSp {
      display: block; } }

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

body {
  background-color: #fff;
  color: #333;
  min-width: 980px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media only screen and (max-width: 767px) {
    body {
      min-width: 1px; } }

.inner {
  margin: auto;
  width: 980px; }
  @media only screen and (max-width: 770px) {
    .inner {
      width: 96%; } }
  @media only screen and (max-width: 767px) {
    .inner {
      width: 92%; } }

.clearfix:after {
  content: "";
  display: block;
  clear: both; }

.floatBnr {
  z-index: 1000; }
  @media only screen and (min-width: 768px) {
    .floatBnr {
      right: 20px;
      top: -76px;
      width: 322px;
      border-radius: 20px;
      position: fixed; }
      .floatBnr img {
        display: block; }
      .floatBnr.forSp {
        display: none !important; }
      .floatBnr.is-active {
        -webkit-box-shadow: 2px 7px 10px rgba(51, 51, 51, 0.2);
        box-shadow: 2px 7px 10px rgba(51, 51, 51, 0.2);
        display: block;
        top: 60px; } }
  @media only screen and (max-width: 767px) {
    .floatBnr {
      background-color: rgba(51, 51, 51, 0.4);
      padding: 15px 0 20px;
      width: 100%;
      left: 0;
      bottom: -131px;
      -webkit-transition: bottom .4s;
      -o-transition: bottom .4s;
      transition: bottom .4s;
      position: fixed; }
      .floatBnr.is-active {
        bottom: 0; }
      .floatBnr.is-static {
        position: static;
        background-color: transparent; }
      .floatBnr_inner {
        background: #21c531;
        border-radius: 49px;
        -webkit-box-shadow: 1px 3px #16a825;
        box-shadow: 1px 3px #16a825;
        margin: auto;
        padding: 2.5px;
        width: 92%; }
      .floatBnr_border {
        border: 2px solid #fff;
        border-radius: 49px; }
        .floatBnr_border a {
          color: #fff;
          display: block;
          font-size: 18px;
          font-weight: bold;
          line-height: 24px;
          padding: 7px 0;
          text-align: center; } }

.header_top {
  padding: 10px 0; }
  @media only screen and (max-width: 767px) {
    .header_top.inner {
      padding-left: 17px;
      width: 100%; } }
  .header_top-logo {
    display: inline-block;
    vertical-align: middle;
    width: 133px; }
    @media only screen and (max-width: 767px) {
      .header_top-logo {
        width: 85px; } }
  .header_top-txt {
    display: inline-block;
    font-size: 12px;
    margin-left: 22px;
    vertical-align: middle; }
    @media only screen and (max-width: 767px) {
      .header_top-txt {
        font-size: 10px; } }

.header_mainVis {
  background-color: #21c531; }
  @media only screen and (max-width: 767px) {
    .header_mainVis-inner {
      width: 100%; } }
  .header_mainVis-inner img.forPc {
    display: block; }

.header_news {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.66;
  margin: 40px 0;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .header_news {
      font-size: 14px;
      line-height: 1.75;
      margin: 14px 0; } }

.trouble {
  background: #adf0ff;
  position: relative; }
  .trouble_inner {
    text-align: center;
    padding: 40px 0 20px; }
    @media only screen and (max-width: 767px) {
      .trouble_inner {
        padding: 30px 0 15px; } }
    .trouble_inner .top_txt {
      font-size: 30px;
      margin-bottom: 40px;
      line-height: 1.3; }
      .trouble_inner .top_txt span {
        color: #ff0000;
        font-weight: bold; }
      @media only screen and (max-width: 767px) {
        .trouble_inner .top_txt {
          font-size: 18px;
          margin-bottom: 25px;
          padding: 0 5px; } }
      @media only screen and (max-width: 374px) {
        .trouble_inner .top_txt {
          font-size: 16px; } }
    .trouble_inner .ttl {
      font-size: 32px;
      font-weight: bold;
      margin: 0 auto 25px; }
      @media only screen and (max-width: 767px) {
        .trouble_inner .ttl {
          font-size: 21px; } }
      @media only screen and (max-width: 374px) {
        .trouble_inner .ttl {
          font-size: 18px; } }
      .trouble_inner .ttl h1 {
        position: relative;
        top: 12px; }
        @media only screen and (max-width: 767px) {
          .trouble_inner .ttl h1 {
            top: 8px; } }
        @media only screen and (max-width: 374px) {
          .trouble_inner .ttl h1 {
            top: 5px; } }
    .trouble_inner .ttl:after {
      background-color: #ffffff;
      border-radius: 9px;
      content: "";
      display: block;
      height: 18px;
      margin: 0 auto;
      width: 58%; }
      @media only screen and (max-width: 767px) {
        .trouble_inner .ttl:after {
          border-radius: 5px;
          height: 10px;
          width: 95%; } }
    .trouble_inner .firstImg {
      margin: 0 auto;
      width: 80%; }
      @media only screen and (max-width: 767px) {
        .trouble_inner .firstImg {
          margin-bottom: 10px;
          width: 90%; } }
    .trouble_inner .secondImg {
      margin: 0 auto;
      width: 80%; }
      @media only screen and (max-width: 767px) {
        .trouble_inner .secondImg {
          width: 90%; } }
  @media only screen and (max-width: 767px) {
    .trouble_inner.inner {
      width: initial; } }

.trouble:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -44px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #adf0ff transparent transparent transparent;
  border-width: 44px 44px 0 44px; }
  @media only screen and (max-width: 767px) {
    .trouble:after {
      bottom: -15px;
      border-width: 15px 20px 0 20px; } }

.content {
  background: #eefafd; }
  .content .solution_inner {
    padding: 70px 0 150px; }
    @media only screen and (max-width: 767px) {
      .content .solution_inner {
        padding: 33px 0 44px; } }
  .content .solution_box {
    width: 100%;
    margin: 0 auto; }
    .content .solution_box_item {
      margin: 0 auto 54px;
      width: 816px; }
      @media only screen and (max-width: 767px) {
        .content .solution_box_item {
          margin: 0 auto 35px;
          width: 95%; } }
      .content .solution_box_item .head {
        font-size: 34px;
        line-height: 1.3;
        font-weight: bold;
        color: #ffffff;
        text-align: center;
        padding: 20px 0;
        background: #21c531;
        border-top-left-radius: 18px;
        border-top-right-radius: 18px; }
        @media only screen and (max-width: 767px) {
          .content .solution_box_item .head {
            font-size: 20px;
            padding: 12px 0; } }
        @media only screen and (max-width: 374px) {
          .content .solution_box_item .head {
            font-size: 18px; } }
      .content .solution_box_item_group {
        background: #ffffff;
        border-bottom-left-radius: 18px;
        border-bottom-right-radius: 18px;
        padding: 30px 60px;
        height: 410px; }
        @media only screen and (max-width: 767px) {
          .content .solution_box_item_group {
            padding: 12px 15px 24px;
            height: 400px; } }
        .content .solution_box_item_group_ttl {
          text-align: center; }
          .content .solution_box_item_group_ttl img {
            width: 60px;
            margin-right: 20px; }
            @media only screen and (max-width: 767px) {
              .content .solution_box_item_group_ttl img {
                width: 30px;
                margin-right: 0; } }
            @media only screen and (max-width: 374px) {
              .content .solution_box_item_group_ttl img {
                width: 28px; } }
          .content .solution_box_item_group_ttl_key {
            font-size: 28px;
            line-height: 1.29;
            font-weight: bold;
            display: inline-block;
            position: relative;
            top: -20px;
            background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #f0ff00));
            background: -webkit-linear-gradient(transparent 50%, #f0ff00 50%);
            background: -o-linear-gradient(transparent 50%, #f0ff00 50%);
            background: linear-gradient(transparent 50%, #f0ff00 50%); }
            @media only screen and (max-width: 767px) {
              .content .solution_box_item_group_ttl_key {
                font-size: 18px;
                top: -10px; } }
            @media only screen and (max-width: 374px) {
              .content .solution_box_item_group_ttl_key {
                font-size: 15px; } }
        .content .solution_box_item_group .lead {
          margin-top: 10px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
          @media only screen and (max-width: 767px) {
            .content .solution_box_item_group .lead {
              margin-top: 0; } }
          .content .solution_box_item_group .lead_img {
            width: 300px; }
            @media only screen and (max-width: 767px) {
              .content .solution_box_item_group .lead_img {
                width: 210px;
                margin: 0 auto;
                min-height: 180px; } }
          .content .solution_box_item_group .lead .txt {
            font-size: 20px;
            line-height: 1.55;
            max-width: 370px;
            margin-left: 25px; }
            .content .solution_box_item_group .lead .txt span {
              background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, transparent), color-stop(30%, #f0ff00));
              background: -webkit-linear-gradient(transparent 30%, #f0ff00 30%);
              background: -o-linear-gradient(transparent 30%, #f0ff00 30%);
              background: linear-gradient(transparent 30%, #f0ff00 30%); }
            @media only screen and (max-width: 767px) {
              .content .solution_box_item_group .lead .txt {
                font-size: 14px;
                margin: 15px auto 0;
                max-width: 100%; } }
  .content .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background-color: #b8b8b8;
    opacity: initial; }
    .content .swiper-pagination-bullet-active {
      background-color: #21c531; }
  .content .swiper-pagination-bullets {
    bottom: 0; }
  .content .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px;
    outline: none; }
  .content .swiper-button-prev {
    left: 20px;
    outline: none; }
  .content .swiper-button-prev:after {
    content: url("../../assets/images/icon_left.png");
    height: auto;
    width: auto; }
  .content .swiper-button-next {
    right: 20px;
    outline: none; }
  .content .swiper-button-next:after {
    content: url("../../assets/images/icon_right.png");
    height: auto;
    width: auto; }
  .content .about_inner {
    padding: 50px 0 120px; }
    @media only screen and (max-width: 767px) {
      .content .about_inner {
        padding: 30px 0 60px; } }
    .content .about_inner_movie--pc {
      height: 384px;
      margin: 0 auto;
      width: 683px; }
      .content .about_inner_movie--pc iframe {
        height: 100%;
        width: 100%; }
    .content .about_inner_movie--sp {
      position: relative;
      padding-bottom: 103%;
      padding-top: 28px;
      height: 0;
      overflow: hidden; }
      .content .about_inner_movie--sp iframe {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%; }
    .content .about_inner_content {
      max-width: 816px;
      margin: 55px auto 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      @media only screen and (max-width: 767px) {
        .content .about_inner_content {
          margin-top: 27px; } }
      .content .about_inner_content_logo {
        width: 140px; }
        .content .about_inner_content_logo p {
          font-size: 20px;
          font-weight: bold;
          margin-top: 20px;
          text-align: center; }
      .content .about_inner_content_txt {
        margin: 30px 0 0 36px; }
        .content .about_inner_content_txt p {
          font-size: 18px;
          margin-bottom: 26px;
          line-height: 1.29; }
        .content .about_inner_content_txt a {
          color: #21c531;
          font-size: 20px;
          border-bottom: solid 2px #21c531; }
      @media only screen and (max-width: 767px) {
        .content .about_inner_content {
          width: 100%; }
          .content .about_inner_content_logo {
            width: 20%; }
            .content .about_inner_content_logo p {
              font-size: 16px;
              margin-top: 10px; } }
      @media only screen and (max-width: 767px) and (max-width: 374px) {
        .content .about_inner_content_logo p {
          font-size: 14px; } }
      @media only screen and (max-width: 767px) {
          .content .about_inner_content_txt {
            margin: 0 0 0 15px;
            width: 75%; }
            .content .about_inner_content_txt p {
              font-size: 14px;
              margin-bottom: 10px; }
          .content .about_inner_content a {
            font-size: 16px;
            border-bottom: solid 1px #21c531; } }

.group_inner {
  padding: 50px 0 120px; }
  @media only screen and (max-width: 767px) {
    .group_inner {
      padding: 30px 0 60px; } }
  .group_inner_txt {
    text-align: center;
    font-size: 18px;
    line-height: 1.55;
    margin-bottom: 30px; }
    @media only screen and (max-width: 767px) {
      .group_inner_txt {
        margin: 0 auto 18px;
        font-size: 14px; } }
  .group_inner_label {
    color: #21c531;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 30px; }
    @media only screen and (max-width: 767px) {
      .group_inner_label {
        font-size: 20px;
        margin-bottom: 18px; } }
  .group_inner_box {
    margin: 0 auto;
    width: 816px; }
    @media only screen and (max-width: 767px) {
      .group_inner_box {
        width: 100%; } }
    @media only screen and (max-width: 374px) {
      .group_inner_box {
        width: 100%; } }
    .group_inner_box_nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%; }
    .group_inner_box_item {
      background: #ffffff;
      padding: 38px 0 51px; }
      @media only screen and (max-width: 767px) {
        .group_inner_box_item {
          padding: 20px 0; } }
      .group_inner_box_item_head {
        font-size: 28px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 38px;
        line-height: 1.3; }
        @media only screen and (max-width: 767px) {
          .group_inner_box_item_head {
            font-size: 18px;
            margin-bottom: 20px; } }
        .group_inner_box_item_head_name:before {
          content: "";
          width: 22px;
          height: 22px;
          background-color: #21c531;
          display: inline-block;
          margin: 0 20px; }
          @media only screen and (max-width: 767px) {
            .group_inner_box_item_head_name:before {
              width: 9px;
              height: 9px;
              margin: 0 6px 2px; } }
      .group_inner_box_item_content {
        width: 664px;
        margin: 0 auto 40px; }
        @media only screen and (max-width: 767px) {
          .group_inner_box_item_content {
            width: 100%;
            padding: 0 15px;
            margin-bottom: 12px; } }
        .group_inner_box_item_content_img {
          width: 230px;
          float: left;
          height: 230px; }
          @media only screen and (max-width: 767px) {
            .group_inner_box_item_content_img {
              float: none;
              width: 180px;
              height: 180px;
              margin: 0 auto 20px; } }
        .group_inner_box_item_content_txt {
          font-size: 18px;
          float: right;
          line-height: 1.55;
          width: 410px; }
          @media only screen and (max-width: 767px) {
            .group_inner_box_item_content_txt {
              float: none;
              width: 100%;
              font-size: 14px;
              margin: 0 auto; } }
  .group_inner_btn {
    max-width: 456px;
    margin: 0 auto;
    text-align: center;
    background: #007afd;
    border-radius: 37.5px; }
    @media only screen and (max-width: 767px) {
      .group_inner_btn {
        max-width: 253px;
        margin-top: 12px; } }
    .group_inner_btn_txt {
      color: #ffffff;
      font-size: 24px;
      font-weight: bold;
      padding: 24px 0; }
      @media only screen and (max-width: 767px) {
        .group_inner_btn_txt {
          font-size: 16px;
          padding: 15px 0; } }
      .group_inner_btn_txt .icon img {
        width: auto;
        padding-left: 10px; }
        @media only screen and (max-width: 767px) {
          .group_inner_btn_txt .icon img {
            width: 18px;
            padding-left: 8px; } }

.tab {
  opacity: 0.5;
  position: relative; }
  .tab.is-active {
    opacity: 1;
    display: block; }
  .tab.is-active:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
    border-width: 0 25px 25px 25px; }
    @media only screen and (max-width: 767px) {
      .tab.is-active:after {
        border-width: 0 12px 12px 12px; } }

.panel {
  display: none; }
  .panel.is-show {
    display: block; }

.present_inner {
  padding: 50px 0 120px; }
  @media only screen and (max-width: 767px) {
    .present_inner {
      padding: 30px 0 60px; } }
  .present_inner_list_item {
    background-color: #ffffff;
    border-radius: 48px;
    margin: 0 auto 38px;
    padding: 20px 0 40px;
    max-width: 816px; }
    @media only screen and (max-width: 767px) {
      .present_inner_list_item {
        border-radius: 24px;
        max-width: 100%;
        padding: 20px 0;
        margin-bottom: 12px; } }
    @media only screen and (max-width: 374px) {
      .present_inner_list_item {
        padding: 15px 10px; } }
    .present_inner_list_item_num_label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-weight: bold;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 20px; }
      @media only screen and (max-width: 767px) {
        .present_inner_list_item_num_label {
          display: initial;
          margin-bottom: 15px; } }
      .present_inner_list_item_num_label_img {
        font-size: 32px;
        line-height: 1.3;
        text-align: center; }
        .present_inner_list_item_num_label_img .numImg {
          display: inline-block;
          margin-left: 10px;
          width: 40px;
          top: 8px;
          position: relative; }
        @media only screen and (max-width: 767px) {
          .present_inner_list_item_num_label_img {
            font-size: 18px; }
            .present_inner_list_item_num_label_img .numImg {
              margin-left: 5px;
              width: 18px;
              top: 2px; } }
      .present_inner_list_item_num_label_name {
        font-size: 32px;
        margin-left: 20px;
        position: relative;
        top: 5px; }
        .present_inner_list_item_num_label_name span {
          color: #ff0000; }
        @media only screen and (max-width: 767px) {
          .present_inner_list_item_num_label_name {
            text-align: center;
            font-size: 18px;
            margin: 0 0 20px; } }
    .present_inner_list_item_num_border {
      background-color: #e0e0e0;
      padding-top: 1px;
      margin-bottom: 30px; }
      @media only screen and (max-width: 767px) {
        .present_inner_list_item_num_border {
          margin-bottom: 15px; } }
    .present_inner_list_item_ttl {
      font-size: 20px;
      font-weight: bold;
      text-align: center;
      max-width: 727px;
      margin: 0 auto 30px;
      line-height: 1.5; }
      @media only screen and (max-width: 767px) {
        .present_inner_list_item_ttl {
          width: 90%;
          font-size: 14px;
          line-height: 1.37;
          margin-bottom: 15px; } }
    .present_inner_list_item_lead {
      max-width: 80%;
      margin: 0 auto 30px;
      font-size: 16px;
      line-height: 1.3; }
      @media only screen and (max-width: 767px) {
        .present_inner_list_item_lead {
          width: 90%;
          margin-bottom: 15px;
          font-size: 14px; } }
    .present_inner_list_item_img--1 {
      margin: 0 auto;
      max-width: 440px; }
    .present_inner_list_item_img--2 {
      margin: 0 auto;
      max-width: 500px; }
    @media only screen and (max-width: 767px) {
      .present_inner_list_item_img--1 {
        margin: 0 auto;
        max-width: 246px; }
      .present_inner_list_item_img--2 {
        margin: 0 auto;
        max-width: 310px;
        padding: 0 10px;
        margin-bottom: 15px; } }
    .present_inner_list_item_detail {
      max-width: 610px;
      margin: 40px auto 0;
      font-size: 16px;
      line-height: 1.4; }
      @media only screen and (max-width: 767px) {
        .present_inner_list_item_detail {
          max-width: 370px;
          margin: 0 auto;
          font-size: 12px; } }

.ttlBox {
  font-size: 30px;
  font-weight: bold;
  width: 980px;
  text-align: center;
  margin: auto;
  line-height: 1.5; }
  @media only screen and (max-width: 767px) {
    .ttlBox {
      width: 92%;
      font-size: 20px; } }

.ttlBox:after {
  background-color: #00b2dc;
  border-radius: 5px;
  content: "";
  display: block;
  height: 10px;
  position: relative;
  top: 10px; }
  @media only screen and (max-width: 767px) {
    .ttlBox:after {
      height: 5px;
      border-radius: 2.5px; } }

.campaign_stepList--1 {
  max-width: 675px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    .campaign_stepList--1 {
      max-width: 338px; } }
  @media only screen and (max-width: 374px) {
    .campaign_stepList--1 {
      max-width: 294px; } }

.campaign_stepList--2 {
  max-width: 445px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    .campaign_stepList--2 {
      max-width: 224px; } }
  @media only screen and (max-width: 374px) {
    .campaign_stepList--2 {
      max-width: 194px; } }

.campaign_stepList-item {
  width: initial; }
  @media only screen and (max-width: 767px) {
    .campaign_stepList-item {
      width: 109px; } }
  @media only screen and (max-width: 374px) {
    .campaign_stepList-item {
      width: 95px; } }

.campaign_stepList-txt {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.44;
  margin-top: 20px;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .campaign_stepList-txt {
      font-size: 11px;
      margin-top: 12px; } }

.trainingList_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.trainingList_item {
  font-size: 16px; }
  @media only screen and (max-width: 767px) {
    .trainingList_item {
      font-size: 14px;
      width: 32%; } }
  .trainingList_item-img--1 {
    background: url(../../assets/images/present_1.png) no-repeat center/contain;
    padding-top: 155px;
    width: 170px;
    margin-bottom: 12px; }
    @media only screen and (max-width: 767px) {
      .trainingList_item-img--1 {
        background: url(../../assets/images/sp/present_1_sp.png) no-repeat center/contain;
        margin-bottom: 6px;
        padding-top: 100%;
        width: 100%; } }
  .trainingList_item-img--2 {
    background: url(../../assets/images/present_2.png) no-repeat center/contain;
    padding-top: 155px;
    width: 170px;
    margin-bottom: 12px; }
    @media only screen and (max-width: 767px) {
      .trainingList_item-img--2 {
        background: url(../../assets/images/sp/present_2_sp.png) no-repeat center/contain;
        margin-bottom: 6px;
        padding-top: 100%;
        width: 100%; } }
  .trainingList_item-img--3 {
    background: url(../../assets/images/present_3.png) no-repeat center/contain;
    padding-top: 155px;
    width: 170px;
    margin-bottom: 12px; }
    @media only screen and (max-width: 767px) {
      .trainingList_item-img--3 {
        background: url(../../assets/images/sp/present_3_sp.png) no-repeat center/contain;
        margin-bottom: 6px;
        padding-top: 100%;
        width: 100%; } }

.trainingList_txtBox {
  font-size: 14px;
  line-height: 1.4;
  margin-top: 17px; }
  @media only screen and (max-width: 767px) {
    .trainingList_txtBox {
      margin-top: 14px; } }

.campaign_entry-inner {
  padding: 50px 0 120px; }
  @media only screen and (max-width: 767px) {
    .campaign_entry-inner {
      padding: 28px 0 30px; } }

.campaign_entry-lead {
  font-size: 18px;
  margin-bottom: 30px;
  line-height: 1.29;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .campaign_entry-lead {
      font-size: 14px;
      margin-bottom: 18px; } }

.campaign_entry_border {
  background-color: #c1c1c1;
  padding-top: 5px; }
  @media only screen and (max-width: 767px) {
    .campaign_entry_border {
      padding-top: 3px; } }

.application {
  margin-bottom: 70px; }
  @media only screen and (max-width: 767px) {
    .application {
      margin-bottom: 38px; } }
  .application_inner {
    padding-top: 40px; }
    @media only screen and (max-width: 767px) {
      .application_inner {
        padding-top: 30px; } }
  .application_ttl {
    color: #21c531;
    font-size: 32px;
    font-weight: bold;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .application_ttl {
        font-size: 25px;
        line-height: 1.36;
        font-weight: bold; } }
    @media only screen and (max-width: 767px) {
      .application_ttl--sp {
        display: inline-block; } }
  .application_download {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px 0; }
    .application_download-mark {
      margin-top: 30px; }
    .application_download-qrcode {
      border: 4px solid #21c531;
      border-radius: 32px;
      margin-left: 40px;
      padding: 36px;
      width: 180px; }
  .application_attention {
    background: #eefafd;
    border: 1px solid #b2e8f4;
    font-size: 15px;
    line-height: 2;
    padding: 30px 22px 40px; }
    @media only screen and (max-width: 767px) {
      .application_attention {
        line-height: 1.6;
        font-size: 14px;
        margin-top: 30px;
        padding: 20px 10px; } }
    .application_attention dt {
      font-weight: bold; }
      .application_attention dt:nth-child(3) {
        margin-top: 25px; }
        @media only screen and (max-width: 767px) {
          .application_attention dt:nth-child(3) {
            margin-top: 25px; } }

.footer_contact {
  margin-bottom: 70px;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .footer_contact {
      margin-bottom: 20px; } }
  .footer_contact-ttl {
    font-size: 18px; }
  .footer_contact-txt {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 30px; }
    @media only screen and (max-width: 767px) {
      .footer_contact-txt {
        font-size: 13px;
        line-height: 1.66;
        margin-top: 21px;
        text-align: left; } }
    .footer_contact-txt a {
      color: #1a91ed;
      text-decoration: underline; }

.footer_nav {
  border-top: 1px dotted #4bbae1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0; }
  @media only screen and (max-width: 767px) {
    .footer_nav {
      padding: 15px 0; } }
  .footer_nav-link {
    color: #194b9b;
    font-size: 14px;
    text-decoration: underline; }
    @media only screen and (max-width: 767px) {
      .footer_nav-link {
        font-size: 11px; } }
    .footer_nav-link a {
      color: inherit; }
    .footer_nav-link:nth-child(2) {
      margin: 0 39px 0 52px; }
      @media only screen and (max-width: 767px) {
        .footer_nav-link:nth-child(2) {
          margin: 0 20px 0 20px; } }

.footer_copyright {
  background: rgba(51, 51, 51, 0.8);
  color: #fff;
  font-size: 14px;
  padding: 25px 0;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .footer_copyright {
      font-size: 10px; } }
