@charset "UTF-8";
/*
font-family :"Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', 'Roboto', sans-serif;
*/
/* --------------------------------------------------------

                         footer

-------------------------------------------------------- */
/* line 12, footer.scss */
footer {
  /*============================
  #footer
  ============================*/ }
  /* line 18, footer.scss */
  footer #footer .footId {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; }
    /* line 19, footer.scss */
    footer #footer .footId .c01 {
      margin-right: 20px;
      padding-top: 8px; }
      /* line 20, footer.scss */
      footer #footer .footId .c01 span, footer #footer .footId .c01 em {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 1.6875rem;
        display: block;
        text-align: left; }
    /* line 24, footer.scss */
    footer #footer .footId .logo {
      width: 40%; }
    /* line 25, footer.scss */
    footer #footer .footId .telSet {
      padding: 3px 0;
      width: 100%;
      margin-top: 20px; }
      /* line 27, footer.scss */
      footer #footer .footId .telSet span:not(:last-child) {
        margin-right: 30px; }
  /* line 46, footer.scss */
  footer #footer nav.fNav ul {
    display: flex;
    justify-content: center;
    align-items: center; }
    /* line 47, footer.scss */
    footer #footer nav.fNav ul li {
      white-space: nowrap;
      position: relative;
      padding: 20px 0; }
      /* line 48, footer.scss */
      footer #footer nav.fNav ul li:not(:last-child)::before {
        content: "";
        width: 1px;
        height: 36px;
        background: #afabab;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 10;
        left: 100%;
        z-index: 1; }
      /* line 49, footer.scss */
      footer #footer nav.fNav ul li a {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px 30px;
        font-size: 15px;
        font-size: 0.9375rem;
        line-height: 1.6875rem;
        color: inherit; }
        /* line 50, footer.scss */
        footer #footer nav.fNav ul li a:hover {
          color: #2e75b6; }
  /* line 62, footer.scss */
  footer #footer .links {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding: 0px 0; }
    /* line 63, footer.scss */
    footer #footer .links .facebook {
      width: 180px;
      border: 1px solid #2e75b6; }
      /* line 64, footer.scss */
      footer #footer .links .facebook a {
        padding: 10px 10px;
        display: flex;
        justify-content: center;
        align-items: center; }
        /* line 65, footer.scss */
        footer #footer .links .facebook a i.fab.fa-facebook-square {
          margin-right: 5px; }
        /* line 66, footer.scss */
        footer #footer .links .facebook a em.en {
          font-weight: bold;
          letter-spacing: 0;
          font-size: 20px;
          font-size: 1.25rem;
          line-height: 1.25rem; }
    /* line 69, footer.scss */
    footer #footer .links ul {
      display: flex;
      justify-content: space-between;
      justify-content: flex-end;
      margin-left: auto; }
      /* line 70, footer.scss */
      footer #footer .links ul li {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 1.575rem; }
        /* line 71, footer.scss */
        footer #footer .links ul li:not(:last-child) {
          margin-right: 20px; }
        /* line 72, footer.scss */
        footer #footer .links ul li a {
          display: flex;
          justify-content: center;
          align-items: center;
          color: inherit; }
          /* line 73, footer.scss */
          footer #footer .links ul li a:hover {
            color: #2e75b6;
            opacity: 1; }
          /* line 74, footer.scss */
          footer #footer .links ul li a i.fas.fa-caret-right {
            margin-right: 5px;
            color: #2e75b6; }
  /* line 80, footer.scss */
  footer #footer .copyright {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.575rem;
    padding: 30px 0;
    opacity: .6; }

/* page-top */
/* line 86, footer.scss */
#page-top {
  position: fixed;
  bottom: 220px;
  right: 20px;
  z-index: 10;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap; }
  /* line 87, footer.scss */
  #page-top a {
    display: block;
    width: 100%;
    height: 100%;
    background: #2e75b6; }
    /* line 88, footer.scss */
    #page-top a:hover {
      opacity: 0.7; }
    /* line 89, footer.scss */
    #page-top a:after {
      content: "";
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 0;
      right: 0;
      margin: auto;
      z-index: 10;
      top: calc(50% - 4px);
      width: 12px;
      height: 12px;
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
      transform: rotate(-45deg); }

/* ---------------------------------------------------------------------------------------------
  PCのみの設定
--------------------------------------------------------------------------------------------- */
/* -------------------------------
スマホのみの設定
------------------------------- */
@media only screen and (max-width: 750px) {
  /* line 109, footer.scss */
  footer {
    padding: 0 !important;
    /*============================
    #footer
    ============================*/ }
    /* line 116, footer.scss */
    footer #footer .footId .c01 {
      margin-right: 0px;
      padding-top: 0px;
      margin-bottom: 5px; }
      /* line 117, footer.scss */
      footer #footer .footId .c01 span, footer #footer .footId .c01 em {
        font-size: 17px;
        font-size: 1.0625rem;
        line-height: 1.59375rem;
        display: inline-block;
        text-align: left; }
    /* line 121, footer.scss */
    footer #footer .footId .logo {
      width: 80%; }
    /* line 122, footer.scss */
    footer #footer .footId .telSet {
      padding: 10px 0;
      margin-top: 15px; }
      /* line 124, footer.scss */
      footer #footer .footId .telSet span:not(:last-child) {
        margin-right: 0px;
        margin-bottom: 5px; }
    /* line 142, footer.scss */
    footer #footer nav.fNav {
      margin: 10px auto; }
      /* line 143, footer.scss */
      footer #footer nav.fNav ul {
        flex-wrap: wrap;
        padding: 0 5%; }
        /* line 144, footer.scss */
        footer #footer nav.fNav ul li {
          padding: 0px 0;
          width: 100%; }
          /* line 145, footer.scss */
          footer #footer nav.fNav ul li:not(:last-child)::before {
            content: "";
            width: 100%;
            height: 1px;
            position: relative;
            top: auto;
            left: auto;
            bottom: auto;
            right: auto;
            transform: none;
            position: absolute;
            left: 0%;
            top: 100%; }
          /* line 146, footer.scss */
          footer #footer nav.fNav ul li a {
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 10px 30px;
            font-size: 15px;
            font-size: 0.9375rem;
            line-height: 1.6875rem;
            color: inherit; }
            /* line 147, footer.scss */
            footer #footer nav.fNav ul li a:hover {
              color: #2e75b6; }
    /* line 159, footer.scss */
    footer #footer .links {
      padding: 0px 0; }
      /* line 160, footer.scss */
      footer #footer .links .facebook {
        width: 280px;
        margin: 0 auto 20px; }
        /* line 161, footer.scss */
        footer #footer .links .facebook a {
          padding: 10px 10px; }
          /* line 162, footer.scss */
          footer #footer .links .facebook a i.fab.fa-facebook-square {
            font-size: 22px;
            font-size: 1.375rem;
            line-height: 1.375rem;
            margin-right: 5px; }
          /* line 163, footer.scss */
          footer #footer .links .facebook a em.en {
            font-size: 22px;
            font-size: 1.375rem;
            line-height: 1.375rem; }
      /* line 166, footer.scss */
      footer #footer .links ul {
        justify-content: center;
        margin: auto;
        flex-wrap: wrap;
        width: 100%; }
        /* line 167, footer.scss */
        footer #footer .links ul li {
          font-size: 12px;
          font-size: 0.75rem;
          line-height: 1.35rem;
          width: auto; }
          /* line 168, footer.scss */
          footer #footer .links ul li:not(:last-child) {
            margin-right: 12px;
            margin-bottom: 10px; }
          /* line 169, footer.scss */
          footer #footer .links ul li a {
            padding: 5px 0; }
            /* line 171, footer.scss */
            footer #footer .links ul li a i.fas.fa-caret-right {
              margin-right: 3px; }
    /* line 177, footer.scss */
    footer #footer .copyright {
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 1.575rem;
      padding: 30px 0;
      opacity: .6; }

  /* line 180, footer.scss */
  #page-top {
    bottom: 50px;
    right: 5px;
    width: 40px;
    height: 40px; } }
/* -------------------------------
PC-SP調整（兼タブレット）
------------------------------- */
@media screen and (min-width: 601px) and (max-width: 750px) {
  /* line 190, footer.scss */
  #page-top {
    bottom: 80px;
    right: 10px;
    width: 50px;
    height: 50px; } }
