@charset "UTF-8";
/* --------------------------------------------

	FileName	:	footer.css
	Generator	:	Sass

-------------------------------------------- */
@font-face {
  font-family: "icon";
  src: url("./fonts/icon.eot");
  src: url("./fonts/icon.eot?#iefix") format("eot"), url("./fonts/icon.woff") format("woff"), url("./fonts/icon.ttf") format("truetype"), url("./fonts/icon.svg#icon") format("svg");
  font-weight: normal;
  font-style: normal; }

.for-sp {
  display: none; }
  @media screen and (max-width: 767px) {
    .for-sp {
      display: block; } }

.footer__page2top a {
  display: block;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden; }

.footer {
  padding: 70px 30px 50px;
  min-width: 1200px;
  background: #3a3a3a; }
  @media screen and (max-width: 767px) {
    .footer {
      min-width: 0;
      padding: 40px 20px 50px;
      box-sizing: border-box; } }
  .footer__inner {
    position: relative;
    width: 1200px;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .footer__inner {
        width: auto; } }
  .footer__page2top {
    position: absolute;
    top: -90px;
    right: 0;
    z-index: 1000; }
    @media screen and (max-width: 767px) {
      .footer__page2top {
        left: 0;
        right: 0;
        top: -55px; } }
    .footer__page2top a {
      position: relative;
      width: 40px;
      height: 40px;
      border-radius: 20px;
      background: -webkit-linear-gradient(45deg, #e8b22c 0%, #e38735 100%);
      background: linear-gradient(45deg, #e8b22c 0%, #e38735 100%); }
      @media screen and (max-width: 767px) {
        .footer__page2top a {
          width: 30px;
          height: 30px;
          margin: 0 auto; } }
      .footer__page2top a:before {
        font-family: 'icon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        -webkit-font-feature-settings: normal;
                font-feature-settings: normal;
        font-variant: normal;
        text-transform: none;
        text-indent: 0;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        font-size: 24px;
        color: #fff;
        -webkit-transform-origin: center center;
                transform-origin: center center;
        -webkit-transform: translate(-50%, -50%) rotate(-90deg);
                transform: translate(-50%, -50%) rotate(-90deg);
        -webkit-transition: -webkit-transform 0.3s;
        transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
        transition: transform 0.3s, -webkit-transform 0.3s; }
      .footer__page2top a:hover:before {
        -webkit-transform: translate(-50%, -80%) rotate(-90deg);
                transform: translate(-50%, -80%) rotate(-90deg); }
  .footer__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    border-bottom: 1px #9f9f9f solid;
    padding-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .footer__header {
        display: block;
        padding-bottom: 20px; } }
  .footer__body {
    padding-top: 40px; }
    @media screen and (max-width: 767px) {
      .footer__body {
        padding-top: 10px; } }
  @media screen and (max-width: 767px) {
    .footer__logo {
      text-align: center; } }
  @media screen and (max-width: 767px) {
    .footer__logo img {
      width: 120px;
      height: auto; } }

.footer-links {
  padding-top: 30px;
  padding-bottom: 30px; }

.footer-links-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  @media screen and (max-width: 767px) {
    .footer-links-list {
      margin-top: 30px; } }
  .footer-links-list__item {
    margin-right: 18px; }
    @media screen and (max-width: 767px) {
      .footer-links-list__item {
        margin-right: 0;
        width: 50%; } }
    .footer-links-list__item:last-child {
      margin-right: 0; }
    .footer-links-list__item a {
      line-height: 1;
      color: #fff;
      -webkit-transition: color .3s ease;
      transition: color .3s ease;
      font-size: 14px; }
      @media screen and (max-width: 767px) {
        .footer-links-list__item a {
          line-height: 1.8;
          position: relative;
          display: block;
          font-size: 10px;
          padding-left: 15px; } }
      .footer-links-list__item a:hover {
        color: #f29837; }
      .footer-links-list__item a::before {
        font-family: 'icon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        -webkit-font-feature-settings: normal;
                font-feature-settings: normal;
        font-variant: normal;
        text-transform: none;
        text-indent: 0;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
        position: relative;
        top: 2px;
        margin-right: 3px; }
        @media screen and (max-width: 767px) {
          .footer-links-list__item a::before {
            position: absolute;
            left: 0;
            top: 4px; } }

.footer-btns {
  padding-top: 30px;
  padding-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .footer-btns {
      padding-top: 0; } }

.footer-btns-list {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px; }
  @media screen and (max-width: 767px) {
    .footer-btns-list {
      width: auto;
      margin-top: 0; } }
  .footer-btns-list__item {
    margin-top: 10px;
    margin-right: 5px;
    margin-left: 5px; }
    .footer-btns-list__item:last-child {
      margin-right: 0; }
    .footer-btns-list__item a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      padding: 7px 12px;
      border-radius: 15px;
      font-size: 11px;
      line-height: 1;
      background-color: #fff;
      -webkit-transition: color .3s ease, background-color .3s ease;
      transition: color .3s ease, background-color .3s ease; }
      @media screen and (max-width: 767px) {
        .footer-btns-list__item a {
          font-size: 10px;
          padding: 4px 10px; } }
      .footer-btns-list__item a:hover {
        color: #fff;
        background-color: #f29837;
        text-decoration: underline; }

.footer-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .footer-nav {
      display: none; } }
  .footer-nav__columns .footer-nav__contents:first-child {
    margin-top: 0; }
  .footer-nav__contents {
    margin-top: 30px; }
    .footer-nav__contents__ttl, .footer-nav__contents__ttl--01, .footer-nav__contents__ttl--02, .footer-nav__contents__ttl--03, .footer-nav__contents__ttl--04, .footer-nav__contents__ttl--05, .footer-nav__contents__ttl--06, .footer-nav__contents__ttl--07, .footer-nav__contents__ttl--08 {
      position: relative;
      font-weight: bold; }
      .footer-nav__contents__ttl--01 a {
        background: url(/img/common/icon_aboutus.png) 74px 50% no-repeat; }
        .footer-nav__contents__ttl--01 a:hover {
          color: #4084e5; }
      .footer-nav__contents__ttl--02 a {
        background: url(/img/common/icon_gakubu-in.png) 110px 50% no-repeat; }
        .footer-nav__contents__ttl--02 a:hover {
          color: #51c4d5; }
      .footer-nav__contents__ttl--03 a {
        background: url(/img/common/icon_kenkyu.png) 94px 50% no-repeat; }
        .footer-nav__contents__ttl--03 a:hover {
          color: #44bc7e; }
      .footer-nav__contents__ttl--04 a {
        background: url(/img/common/icon_sisetsu.png) 76px 50% no-repeat; }
        .footer-nav__contents__ttl--04 a:hover {
          color: #a3c938; }
      .footer-nav__contents__ttl--05 a {
        background: url(/img/common/icon_gakusei.png) 74px 50% no-repeat; }
        .footer-nav__contents__ttl--05 a:hover {
          color: #9f8b54; }
      .footer-nav__contents__ttl--06 a {
        background: url(/img/common/icon_shushoku.png) 125px 50% no-repeat; }
        .footer-nav__contents__ttl--06 a:hover {
          color: #c9556f; }
      .footer-nav__contents__ttl--07 a {
        background: url(/img/common/icon_kokusai.png) 80px 50% no-repeat; }
        .footer-nav__contents__ttl--07 a:hover {
          color: #c972dc; }
      .footer-nav__contents__ttl--08 a {
        background: url(/img/common/icon_chiiki-kouken.png) 125px 50% no-repeat; }
        .footer-nav__contents__ttl--08 a:hover {
          color: #bd843d; }
      .footer-nav__contents__ttl a, .footer-nav__contents__ttl--01 a, .footer-nav__contents__ttl--02 a, .footer-nav__contents__ttl--03 a, .footer-nav__contents__ttl--04 a, .footer-nav__contents__ttl--05 a, .footer-nav__contents__ttl--06 a, .footer-nav__contents__ttl--07 a, .footer-nav__contents__ttl--08 a {
        display: block;
        color: #fff;
        -webkit-transition: color .3s ease;
        transition: color .3s ease;
        font-size: 16px;
        padding-top: 5px; }
        .footer-nav__contents__ttl a:hover, .footer-nav__contents__ttl--01 a:hover, .footer-nav__contents__ttl--02 a:hover, .footer-nav__contents__ttl--03 a:hover, .footer-nav__contents__ttl--04 a:hover, .footer-nav__contents__ttl--05 a:hover, .footer-nav__contents__ttl--06 a:hover, .footer-nav__contents__ttl--07 a:hover, .footer-nav__contents__ttl--08 a:hover {
          text-decoration: underline; }

.footer-nav-list, .footer-nav-list--blue, .footer-nav-list--blue-light, .footer-nav-list--green, .footer-nav-list--green-light, .footer-nav-list--yellow, .footer-nav-list--red, .footer-nav-list--purple, .footer-nav-list--brown {
  margin-top: 10px; }
  .footer-nav-list--blue .footer-nav-list__item a:hover, .footer-nav-list--blue .footer-nav-list__item::before {
    color: #4084e5; }
  .footer-nav-list--blue-light .footer-nav-list__item a:hover, .footer-nav-list--blue-light .footer-nav-list__item::before {
    color: #51c4d5; }
  .footer-nav-list--green .footer-nav-list__item a:hover, .footer-nav-list--green .footer-nav-list__item::before {
    color: #44bc7e; }
  .footer-nav-list--green-light .footer-nav-list__item a:hover, .footer-nav-list--green-light .footer-nav-list__item::before {
    color: #a3c938; }
  .footer-nav-list--yellow .footer-nav-list__item a:hover, .footer-nav-list--yellow .footer-nav-list__item::before {
    color: #9f8b54; }
  .footer-nav-list--red .footer-nav-list__item a:hover, .footer-nav-list--red .footer-nav-list__item::before {
    color: #c9556f; }
  .footer-nav-list--purple .footer-nav-list__item a:hover, .footer-nav-list--purple .footer-nav-list__item::before {
    color: #c972dc; }
  .footer-nav-list--brown .footer-nav-list__item a:hover, .footer-nav-list--brown .footer-nav-list__item::before {
    color: #bd843d; }
  .footer-nav-list__item {
    position: relative;
    margin-top: 5px;
    padding-left: 20px;
    line-height: 1.4; }
    .footer-nav-list__item::before {
      font-family: 'icon' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      -webkit-font-feature-settings: normal;
              font-feature-settings: normal;
      font-variant: normal;
      text-transform: none;
      text-indent: 0;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      position: absolute;
      left: 0;
      top: 50%;
      color: #fff;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      font-weight: bold; }
    .footer-nav-list__item a {
      color: #fff;
      -webkit-transition: color .3s ease;
      transition: color .3s ease;
      font-size: 13px; }
      .footer-nav-list__item a:hover {
        color: #f29837;
        text-decoration: underline; }
      .footer-nav-list__item a[target="_blank"]::after {
        font-family: 'icon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        -webkit-font-feature-settings: normal;
                font-feature-settings: normal;
        font-variant: normal;
        text-transform: none;
        text-indent: 0;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
        margin-left: 10px; }

.footer-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0;
  border-top: 1px #9f9f9f solid;
  border-bottom: 1px #9f9f9f solid; }
  @media screen and (max-width: 767px) {
    .footer-info {
      padding: 20px 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .footer-info__contents {
    color: #fff;
    margin-left: 40px;
    font-size: 14px; }
    @media screen and (max-width: 767px) {
      .footer-info__contents {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1;
        margin-top: 20px;
        margin-left: 0;
        min-width: 283px;
        font-size: 12px; } }
    .footer-info__contents:first-child {
      margin-left: 0; }
      @media screen and (max-width: 767px) {
        .footer-info__contents:first-child {
          -webkit-box-ordinal-group: 2;
          -webkit-order: 1;
              -ms-flex-order: 1;
                  order: 1; } }
    .footer-info__contents__ttl {
      margin-bottom: 5px; }
      @media screen and (max-width: 767px) {
        .footer-info__contents__ttl {
          font-size: 14px; } }
  .footer-info__banner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }

.footer-relations-list {
  margin-top: 30px;
  margin-bottom: 40px; }
  @media screen and (max-width: 767px) {
    .footer-relations-list {
      margin-top: 10px;
      margin-bottom: 30px; } }
  .footer-relations-list__item {
    position: relative;
    display: inline-block;
    padding-right: 14px;
    margin-right: 10px; }
    @media screen and (max-width: 767px) {
      .footer-relations-list__item {
        margin-top: 10px; } }
    .footer-relations-list__item:last-child {
      padding-right: 0;
      margin-right: 0; }
      .footer-relations-list__item:last-child::after {
        content: none; }
    .footer-relations-list__item::after {
      content: '';
      display: block;
      width: 1px;
      height: 12px;
      background-color: #9f9f9f;
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    .footer-relations-list__item a {
      color: #fff;
      -webkit-transition: color .3s ease;
      transition: color .3s ease;
      font-size: 14px; }
      @media screen and (max-width: 767px) {
        .footer-relations-list__item a {
          font-size: 12px; } }
      .footer-relations-list__item a:hover {
        color: #f29837;
        text-decoration: underline; }

.copyright {
  text-align: right;
  color: #fff;
  font-size: 12px; }
  @media screen and (max-width: 767px) {
    .copyright {
      text-align: center; } }
