@charset "UTF-8";
/*================================================================

汎用クラス

================================================================*/
/* clearfix */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

/* for IE6 */
* html .clearfix {
  zoom: 1; }

/* for IE7 */
*:first-child + html .clearfix {
  zoom: 1; }

/* スマホ用CSSをベースに記述する */
body {
  width: 100%;
  font-size: 14px;
  line-height: 32px; }

#wrapper {
  width: 100%; }

img {
  width: 100%;
  vertical-align: middle; }

video {
  width: 100%; }

p {
  margin-bottom: 20px; }

a {
  transition: .5s; }

a:hover {
  text-decoration: none;
  opacity: 0.7; }

/*==============================

header

==============================*/
#header {
  width: 100%;
  padding: 0px 0 12px 0;
  background: #316CE6;
  box-sizing: border-box;
  position: fixed;
  z-index: 100; }
  @media screen and (min-width: 1280px) {
    #header {
      height: 120px;
      background: #FFF; } }
  #header h1 {
    width: 164px;
    float: left;
    padding-top: 11px;
    padding-left: 15px;
    position: fixed; }
    @media screen and (min-width: 1280px) {
      #header h1 {
        width: 139px;
        height: 120px;
        background: #316CE6;
        box-sizing: border-box;
        padding: 30px;
        border-bottom-right-radius: 20px;
        float: left;
        position: relative; } }
    #header h1.sp_logo {
      display: block; }
      @media screen and (min-width: 1280px) {
        #header h1.sp_logo {
          display: none; } }
    #header h1.pc_logo {
      display: none; }
      @media screen and (min-width: 1280px) {
        #header h1.pc_logo {
          display: block; } }
    #header h1 img {
      width: 100%; }
  #header span {
    width: 24px;
    float: right;
    margin-top: 13px;
    margin-right: 15px;
    display: block; }
    @media screen and (min-width: 1280px) {
      #header span {
        display: none; } }
  #header .navibox {
    display: none;
    background: #FFF;
    width: 100%;
    margin-top: 58px;
    height: 100vh;
    box-sizing: border-box;
    text-align: center; }
    @media screen and (min-width: 1280px) {
      #header .navibox {
        width: 940px;
        height: 120px;
        display: block;
        background: none;
        position: absolute;
        margin-top: 0;
        top: 0px;
        right: 140px; } }
    #header .navibox ul {
      width: 100%;
      margin-bottom: 40px;
      padding-top: 50px; }
      @media screen and (min-width: 1280px) {
        #header .navibox ul {
          width: 750px;
          padding-top: 0; } }
      #header .navibox ul li {
        width: 100%;
        text-align: center; }
        @media screen and (min-width: 1280px) {
          #header .navibox ul li {
            box-sizing: border-box;
            border-right: #316CE6 1px solid;
            float: left;
            line-height: 150%; }
            #header .navibox ul li:nth-child(1) {
              width: 150px; }
            #header .navibox ul li:nth-child(2) {
              width: 170px; }
            #header .navibox ul li:nth-child(3) {
              width: 140px; }
            #header .navibox ul li:nth-child(4) {
              width: 140px; }
            #header .navibox ul li:last-child {
              width: 110px;
              border: none; } }
        #header .navibox ul li a {
          color: #333;
          display: block;
          padding: 10px;
          box-sizing: border-box;
          font-weight: bold; }
          @media screen and (min-width: 1280px) {
            #header .navibox ul li a {
              padding: 0;
              padding-right: 10px;
              padding-left: 10px; } }
    #header .navibox p {
      width: 85%;
      background: linear-gradient(to bottom, #336EE6, #6795E3);
      border-radius: 3px;
      position: relative;
      font-weight: bold;
      margin: 0 auto; }
      @media screen and (min-width: 1220px) {
        #header .navibox p {
          width: 176px;
          position: absolute;
          top: 25px;
          right: 0px; } }
      #header .navibox p::after {
        content: "";
        width: 8px;
        height: 8px;
        background-image: url("../img/icon_arrow@2x.png");
        background-repeat: no-repeat;
        background-size: 5px auto;
        background-position: center center;
        padding: 5px;
        background-color: #2C59B5;
        border-radius: 100%;
        position: absolute;
        top: 17px;
        right: 15px; }
      #header .navibox p a {
        display: block;
        padding: 10px 20px 10px 10px;
        text-align: center;
        color: #FFF;
        border-radius: 3px;
        background: linear-gradient(to bottom, #336EE6, #6795E3); }
        #header .navibox p a:hover {
          background: #336EE6; }
      #header .navibox p img {
        width: 14px;
        margin-bottom: 2px;
        margin-right: 7px; }
  #header .show {
    display: block; }

/*==============================

maintop

==============================*/
#maintop {
  padding-top: 90px;
  margin-bottom: 50px;
  /*メインバナー*/
  /* 企業バナー一覧 */ }
  @media screen and (min-width: 1280px) {
    #maintop {
      padding-top: 0; } }
  #maintop .maintop_main {
    padding-left: 20px;
    background: url("../img/img_maintopsp2x.png") no-repeat left top;
    background-size: 100% auto;
    background-position: bottom;
    position: relative; }
    @media screen and (min-width: 1280px) {
      #maintop .maintop_main {
        background: url("../img/img_maintop.png") no-repeat left top;
        background-size: auto;
        background-position: right top;
        width: 1280px;
        height: 680px;
        margin: 0 auto; } }
  #maintop .maintop_box {
    position: relative;
    top: 0;
    padding-bottom: 82%; }
    @media screen and (min-width: 1280px) {
      #maintop .maintop_box {
        padding-bottom: 0;
        top: 180px;
        right: 775px;
        float: right; } }
  #maintop h2 {
    margin-bottom: 15px; }
    #maintop h2 img {
      width: 80%; }
      @media screen and (min-width: 1280px) {
        #maintop h2 img {
          width: 408px; } }
  #maintop p {
    margin-bottom: 23px; }
    #maintop p img {
      width: 84%; }
      @media screen and (min-width: 1280px) {
        #maintop p img {
          width: 347px; } }
  #maintop dl dt {
    margin-bottom: 10px; }
    #maintop dl dt img {
      width: 75%; }
      @media screen and (min-width: 1280px) {
        #maintop dl dt img {
          width: 320px; } }
  #maintop dl dd {
    width: 75%;
    background: linear-gradient(to bottom, #FFA810, #F86407);
    border-radius: 3px;
    position: relative;
    font-weight: bold; }
    @media screen and (min-width: 1280px) {
      #maintop dl dd {
        width: 328px;
        height: 76px;
        box-sizing: border-box; } }
    #maintop dl dd::after {
      content: "";
      width: 8px;
      height: 8px;
      background-image: url("../img/icon_arrow@2x.png");
      background-repeat: no-repeat;
      background-size: 5px auto;
      background-position: center center;
      padding: 5px;
      background-color: #F86407;
      border-radius: 100%;
      position: absolute;
      top: 17px;
      right: 15px; }
      @media screen and (min-width: 1280px) {
        #maintop dl dd::after {
          top: 29px;
          right: 20px;
          width: 20px;
          height: 20px;
          background-size: 7px auto;
          padding: 0; } }
    #maintop dl dd a {
      display: block;
      padding: 10px 20px 10px 10px;
      text-align: center;
      color: #FFF; }
      @media screen and (min-width: 1280px) {
        #maintop dl dd a {
          box-sizing: border-box;
          height: 76px;
          padding-top: 23px;
          font-size: 20px;
          background: linear-gradient(to bottom, #FFA810, #F86407);
          border-radius: 3px; }
          #maintop dl dd a:hover {
            background: #FFA810; } }
    #maintop dl dd img {
      width: 14px;
      margin-bottom: 2px;
      margin-right: 7px; }
      @media screen and (min-width: 1280px) {
        #maintop dl dd img {
          width: 24px; } }
  #maintop .maintop_list {
    padding-top: 30px; }
    @media screen and (min-width: 1280px) {
      #maintop .maintop_list {
        padding-top: 80px; } }
    #maintop .maintop_list p {
      text-align: center;
      margin-bottom: 15px; }
      @media screen and (min-width: 560px) {
        #maintop .maintop_list p {
          margin-bottom: 40px; } }
      #maintop .maintop_list p img {
        width: 40%; }
        @media screen and (min-width: 1280px) {
          #maintop .maintop_list p img {
            width: 192px; } }
    #maintop .maintop_list ul {
      width: 100%;
      padding-left: 15px;
      padding-top: 10px;
      box-sizing: border-box;
      margin: 0 auto; }
      @media screen and (min-width: 1280px) {
        #maintop .maintop_list ul {
          width: 600px;
          padding-left: 0; } }
      #maintop .maintop_list ul li {
        width: 32%;
        padding: 0 11px;
        border-right: #DDD 1px solid;
        float: left;
        box-sizing: border-box; }
        @media screen and (min-width: 1280px) {
          #maintop .maintop_list ul li {
            width: 183px;
            padding-top: 15px;
            padding-bottom: 15px; } }
        #maintop .maintop_list ul li:nth-child(2) {
          width: 35%; }
          @media screen and (min-width: 1280px) {
            #maintop .maintop_list ul li:nth-child(2) {
              width: 235px;
              text-align: center; } }
        #maintop .maintop_list ul li:last-child {
          width: 33%;
          border-right: none;
          padding-left: 16px;
          padding-right: 0; }
          @media screen and (min-width: 1280px) {
            #maintop .maintop_list ul li:last-child {
              width: 160px;
              padding-left: 25px; } }
          #maintop .maintop_list ul li:last-child img {
            width: 70%; }
        #maintop .maintop_list ul li img {
          width: 100%;
          vertical-align: middle; }
        @media screen and (min-width: 1280px) {
          #maintop .maintop_list ul li:nth-child(1) img {
            width: 144px; }
          #maintop .maintop_list ul li:nth-child(2) img {
            width: 157px; }
          #maintop .maintop_list ul li:nth-child(3) img {
            width: 100px; } }

/*==============================

special

==============================*/
#special {
  margin-top: -58px;
  padding-top: 58px; }
  @media screen and (min-width: 1280px) {
    #special {
      margin-top: -120px;
      padding-top: 120px; } }
  #special .special_wrapper {
    padding: 40px 15px 30px 15px;
    background: linear-gradient(to left, #5F91DA, #32BCDA); }
    @media screen and (min-width: 1280px) {
      #special .special_wrapper {
        padding: 60px 0 30px 0; } }
  #special h3 {
    width: 100%;
    text-align: center;
    margin-bottom: 30px; }
    @media screen and (min-width: 1280px) {
      #special h3 {
        margin-bottom: 50px; } }
    #special h3 img {
      width: 62%; }
      @media screen and (min-width: 1280px) {
        #special h3 img {
          width: 504px; } }
  #special .special_box {
    width: 100%;
    text-align: left;
    box-sizing: border-box;
    background: #FFF;
    padding: 25px 15px 0 15px;
    margin-bottom: 15px; }
    @media screen and (min-width: 1280px) {
      #special .special_box {
        width: 87%;
        height: 368px;
        position: relative;
        margin-bottom: 50px; }
        #special .special_box.rightbox {
          clear: both;
          float: right;
          box-sizing: border-box; }
        #special .special_box.leftbox {
          clear: both;
          box-sizing: border-box; } }
    #special .special_box h4 {
      font-size: 12px;
      background: url("../img/icon_sp@2x.png") no-repeat left center;
      background-size: 16px auto;
      padding-left: 22px;
      margin-bottom: 20px;
      position: relative; }
      @media screen and (min-width: 1280px) {
        #special .special_box h4 {
          font-size: 14px;
          padding-left: 35px; } }
      #special .special_box h4::before {
        content: '';
        width: 96px;
        height: 1px;
        background-color: #A3A7A7;
        position: absolute;
        top: 15px;
        left: 88px; }
    #special .special_box.box01 dl dt img {
      width: 92%; }
      @media screen and (min-width: 1280px) {
        #special .special_box.box01 dl dt img {
          width: 317px; } }
    #special .special_box.box02 dl dt img {
      width: 85%; }
      @media screen and (min-width: 1280px) {
        #special .special_box.box02 dl dt img {
          width: 287px; } }
    #special .special_box.box03 dl dt img {
      width: 75%; }
      @media screen and (min-width: 1280px) {
        #special .special_box.box03 dl dt img {
          width: 256px; } }
    #special .special_box.box04 dl dt img {
      width: 65%; }
      @media screen and (min-width: 1280px) {
        #special .special_box.box04 dl dt img {
          width: 215px; } }
    #special .special_box.box05 dl dt img {
      width: 90%; }
      @media screen and (min-width: 1280px) {
        #special .special_box.box05 dl dt img {
          width: 310px; } }
    #special .special_box.box06 dl dt img {
      width: 83%; }
      @media screen and (min-width: 1280px) {
        #special .special_box.box06 dl dt img {
          width: 291px; } }
    @media screen and (min-width: 1280px) {
      #special .special_box p {
        width: 550px;
        position: absolute; } }
    #special .special_box.box01 p {
      padding-top: 10px;
      padding-bottom: 25px;
      padding-left: 13%;
      padding-right: 17px; }
      @media screen and (min-width: 1280px) {
        #special .special_box.box01 p {
          width: 359px;
          padding: 0;
          top: 30px;
          left: 108px; } }
    #special .special_box.box02 p {
      padding-top: 10px;
      padding-left: 2%;
      padding-right: 2%;
      padding-bottom: 25px; }
      @media screen and (min-width: 1280px) {
        #special .special_box.box02 p {
          width: 409px;
          padding: 0;
          top: 30px;
          right: 82px; } }
    #special .special_box.box03 p {
      margin-bottom: 0; }
      @media screen and (min-width: 1280px) {
        #special .special_box.box03 p {
          width: 512px;
          padding: 0;
          top: -25px;
          left: 5px; } }
    #special .special_box.box04 p {
      margin-top: -15px;
      margin-bottom: 0;
      padding-left: 5%;
      padding-right: 5%; }
      @media screen and (min-width: 1280px) {
        #special .special_box.box04 p {
          width: 409px;
          padding: 0;
          top: -23px;
          right: 92px; } }
    #special .special_box.box05 p {
      padding-bottom: 15px;
      padding-left: 1%;
      padding-right: 22%; }
      @media screen and (min-width: 1280px) {
        #special .special_box.box05 p {
          width: 413px;
          padding: 0;
          top: -6px;
          left: 53px; } }
    #special .special_box.box06 p {
      margin-bottom: 0;
      padding-left: 12%;
      padding-right: 12%; }
      @media screen and (min-width: 1280px) {
        #special .special_box.box06 p {
          width: 354px;
          padding: 0;
          top: -11px;
          right: 97px; } }
    @media screen and (min-width: 1280px) {
      #special .special_box.box01 .textbox {
        position: absolute;
        left: 500px;
        top: 50px; }
      #special .special_box.box03 .textbox {
        position: absolute;
        left: 540px;
        top: 50px; }
      #special .special_box.box05 .textbox {
        position: absolute;
        left: 540px;
        top: 50px; }
      #special .special_box.box02 .textbox {
        position: absolute;
        right: 540px;
        top: 50px; }
      #special .special_box.box04 .textbox {
        position: absolute;
        right: 540px;
        top: 50px; }
      #special .special_box.box06 .textbox {
        position: absolute;
        right: 540px;
        top: 50px; } }
  @media screen and (min-width: 1280px) {
    #special .textbox {
      width: 338px; } }
  #special .textbox dl dt {
    margin-bottom: 15px; }
  #special .textbox dl dd {
    line-height: 180%;
    margin-bottom: 10px; }
    @media screen and (min-width: 1280px) {
      #special .textbox dl dd {
        line-height: 32px; } }

/*==============================

banner_area

==============================*/
#banner_area {
  margin-top: -18px;
  padding-top: 58px;
  margin-left: 15px;
  margin-right: 15px;
  box-sizing: border-box; }
  @media screen and (min-width: 1280px) {
    #banner_area {
      padding-bottom: 60px; } }
  #banner_area p:first-child {
    margin-bottom: 20px;
    position: relative; }
    @media screen and (min-width: 1280px) {
      #banner_area p:first-child {
        width: 1000px;
        margin: 0 auto 20px auto; } }
  #banner_area p:first-child::before {
    content: " ";
    background: url("../img/icon_arrowdown@2x.png") no-repeat center center;
    background-size: 100% auto;
    width: 76px;
    height: 40px;
    display: block;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    bottom: -60px;
    left: 50%;
    margin-left: -38px; }
  #banner_area .banner_bt {
    margin: 0 auto;
    margin-top: 80px;
    width: 96%;
    background: linear-gradient(to bottom, #FFA810, #F86407);
    border-radius: 3px;
    position: relative;
    font-weight: bold; }
    @media screen and (min-width: 1280px) {
      #banner_area .banner_bt {
        width: 774px;
        height: 128px;
        font-size: 28px;
        border-radius: 6px; } }
    #banner_area .banner_bt::after {
      content: "";
      width: 8px;
      height: 8px;
      background-image: url("../img/icon_arrow@2x.png");
      background-repeat: no-repeat;
      background-size: 5px auto;
      background-position: center center;
      padding: 5px;
      background-color: #F86407;
      border-radius: 100%;
      position: absolute;
      top: 17px;
      right: 15px; }
      @media screen and (min-width: 1280px) {
        #banner_area .banner_bt::after {
          width: 31px;
          height: 31px;
          background-size: 10px auto;
          box-sizing: border-box;
          top: 50px;
          right: 35px; } }
    #banner_area .banner_bt a {
      display: block;
      padding: 10px 20px 10px 10px;
      text-align: center;
      color: #FFF; }
      @media screen and (min-width: 1280px) {
        #banner_area .banner_bt a {
          padding-top: 47px;
          box-sizing: border-box;
          height: 128px;
          background: linear-gradient(to bottom, #FFA810, #F86407);
          border-radius: 3px; }
          #banner_area .banner_bt a:hover {
            background: #FFA810; } }
    #banner_area .banner_bt img {
      width: 14px;
      margin-bottom: 2px;
      margin-right: 7px; }
      @media screen and (min-width: 1280px) {
        #banner_area .banner_bt img {
          width: 32px; } }

/*==============================

movie

==============================*/
#moviearea {
  padding-top: 98px;
  margin-top: -58px; }
  #moviearea .movie_wrapper {
    padding-top: 35px;
    padding-bottom: 7%;
    background: url("../img/bg_moviesp@2x.png") no-repeat, linear-gradient(to left, #5F91DA, #32BCDA);
    background-size: 100%;
    background-position: 100% 10% 100% 100%; }
    @media screen and (min-width: 1280px) {
      #moviearea .movie_wrapper {
        background: linear-gradient(to left, #5F91DA, #32BCDA);
        padding-top: 0;
        padding-bottom: 86px; } }
    #moviearea .movie_wrapper h3 {
      width: 70%;
      text-align: center;
      margin: 0 auto 25px auto; }
      @media screen and (min-width: 1280px) {
        #moviearea .movie_wrapper h3 {
          width: 382px;
          margin-bottom: 40px;
          padding-top: 60px; } }
    #moviearea .movie_wrapper .movie_main {
      width: 100%;
      padding: 0 15px;
      box-sizing: border-box; }
      @media screen and (min-width: 1280px) {
        #moviearea .movie_wrapper .movie_main {
          width: 1000px;
          margin: 0 auto;
          background: url("../img/bg_movie1@2x.png") no-repeat center top;
          background-size: 100% auto;
          padding: 0; } }
      #moviearea .movie_wrapper .movie_main .movie_box {
        position: relative; }
      @media screen and (min-width: 1280px) {
        #moviearea .movie_wrapper .movie_main .movie_box {
          z-index: 98; }
          #moviearea .movie_wrapper .movie_main .movie_box::after {
            content: '';
            width: 1000px;
            height: 218px;
            background: url("../img/bg_movie2@2x.png") no-repeat center bottom;
            background-size: 100% auto;
            display: block;
            position: absolute;
            bottom: -86px;
            left: 0;
            z-index: -10; } }

.video_play, .video_stop {
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  transition: .2s;
  z-index: 3; }
  @media screen and (min-width: 1280px) {
    .video_play, .video_stop {
      width: 1000px;
      height: 562.5px; } }

.video_play::after {
  content: ' ';
  width: 100px;
  height: 100px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px;
  z-index: 4;
  background: #000;
  pointer-events: none;
  border-radius: 100%;
  opacity: 0.8; }

.video_play::before {
  content: ' ';
  width: 0;
  height: 0;
  border-left: 30px solid #FFF;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -18px;
  margin-left: -10px;
  z-index: 5;
  pointer-events: none;
  opacity: 0.8; }

.video_stop {
  opacity: 0; }

/*==============================

step

==============================*/
#step {
  margin-top: -58px;
  padding: 93px 3px 0 10px; }
  @media screen and (min-width: 1280px) {
    #step {
      margin-top: -120px;
      padding-top: 165px;
      padding-bottom: 20px; } }
  #step h3 {
    width: 50%;
    text-align: center;
    margin: 0 auto 25px auto; }
    @media screen and (min-width: 1280px) {
      #step h3 img {
        width: 504px; } }
  #step .stepbox_wrapper {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap; }
    @media screen and (min-width: 1280px) {
      #step .stepbox_wrapper {
        width: 1020px;
        margin: 0 auto;
        flex-wrap: nowrap; } }
    #step .stepbox_wrapper .stepbox {
      width: calc(50% - 7px);
      box-sizing: border-box;
      background: #FFF;
      padding: 10px 7px;
      box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
      margin-right: 7px;
      margin-bottom: 7px;
      border-radius: 3%; }
      @media screen and (min-width: 1280px) {
        #step .stepbox_wrapper .stepbox {
          margin-right: 20px;
          margin-bottom: 0;
          padding: 20px 15px;
          position: relative; }
          #step .stepbox_wrapper .stepbox:last-child {
            margin-right: 0; }
          #step .stepbox_wrapper .stepbox::after {
            content: ' ';
            width: 0;
            height: 0;
            display: block;
            border-left: 35px solid #FFE446;
            border-top: 20px solid transparent;
            border-bottom: 20px solid transparent;
            position: absolute;
            top: 114px;
            right: -26px;
            z-index: 80; }
          #step .stepbox_wrapper .stepbox:last-child::after {
            margin-right: 0;
            display: none; } }
      #step .stepbox_wrapper .stepbox h4 {
        background: #316CE6;
        text-align: center;
        padding: 3px 0;
        color: #FFF;
        font-weight: bold; }
        #step .stepbox_wrapper .stepbox h4 span {
          margin-left: 5px;
          color: #FFE446;
          font-weight: bold; }
      #step .stepbox_wrapper .stepbox p {
        line-height: 150%;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 0; }

/*==============================

footer

==============================*/
#footer {
  background: #316CE6;
  padding-top: 45px;
  margin-top: 35px; }
  @media screen and (min-width: 1280px) {
    #footer {
      padding-top: 75px; } }
  #footer h3 {
    width: 80%;
    text-align: center;
    margin: 0 auto;
    position: relative; }
    @media screen and (min-width: 1280px) {
      #footer h3 {
        width: 421px; } }
    #footer h3::before {
      content: " ";
      background: url("../img/icon_arrowfooter@2x.png") no-repeat center center;
      background-size: 100% auto;
      width: 76px;
      height: 40px;
      display: block;
      text-align: center;
      margin: 0 auto;
      position: absolute;
      bottom: -60px;
      left: 50%;
      margin-left: -38px; }
      @media screen and (min-width: 1280px) {
        #footer h3::before {
          width: 52px;
          height: 27px;
          margin-left: -26px; } }
  #footer .banner_bt {
    margin: 0 auto;
    margin-top: 80px;
    width: 85%;
    background: linear-gradient(to bottom, #FFA810, #F86407);
    border-radius: 3px;
    position: relative;
    font-weight: bold; }
    @media screen and (min-width: 1280px) {
      #footer .banner_bt {
        width: 774px;
        height: 128px;
        font-size: 28px;
        border-radius: 6px;
        margin-top: 95px; } }
    #footer .banner_bt::after {
      content: "";
      width: 8px;
      height: 8px;
      background-image: url("../img/icon_arrow@2x.png");
      background-repeat: no-repeat;
      background-size: 5px auto;
      background-position: center center;
      padding: 5px;
      background-color: #F86407;
      border-radius: 100%;
      position: absolute;
      top: 17px;
      right: 15px; }
      @media screen and (min-width: 1280px) {
        #footer .banner_bt::after {
          width: 31px;
          height: 31px;
          background-size: 10px auto;
          box-sizing: border-box;
          top: 50px;
          right: 35px; } }
    #footer .banner_bt a {
      display: block;
      padding: 10px 20px 10px 10px;
      text-align: center;
      color: #FFF; }
      @media screen and (min-width: 1280px) {
        #footer .banner_bt a {
          padding-top: 47px;
          box-sizing: border-box;
          height: 128px;
          background: linear-gradient(to bottom, #FFA810, #F86407);
          border-radius: 3px; }
          #footer .banner_bt a:hover {
            background: #FFA810; } }
    #footer .banner_bt img {
      width: 14px;
      margin-bottom: 2px;
      margin-right: 7px; }
      @media screen and (min-width: 1280px) {
        #footer .banner_bt img {
          width: 32px; } }
  #footer .company_name {
    text-align: center;
    color: #FFF;
    margin-bottom: 10px;
    margin-top: 20px;
    margin-bottom: 0px; }
    @media screen and (min-width: 1280px) {
      #footer .company_name {
        font-size: 14px; } }
  #footer .footer_logo {
    width: 100%;
    text-align: center;
    margin-top: -7px;
    margin-bottom: 0;
    padding-bottom: 40px; }
    @media screen and (min-width: 1280px) {
      #footer .footer_logo {
        padding-bottom: 70px; } }
    #footer .footer_logo img {
      width: 50%; }
      @media screen and (min-width: 1280px) {
        #footer .footer_logo img {
          width: 280px; } }

/* タブレット用CSSをメディアクエリ内に記述する */
