@charset "UTF-8";
/* 7ミッション用 ブレイクポイント */
/* SERVICE ブレイクポイント */
/* **************************************************

   COMMON

************************************************** */
* {
  font-family: "Josefin Sans", "Noto Sans JP", sans-serif;
}

a {
  text-decoration: none;
  cursor: pointer;
}

.wrap {
  overflow: hidden;
}

ul {
  list-style: none;
}

body {
  overflow-x: hidden;
}

button {
  cursor: pointer;
}

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

.pc-block {
  display: block;
}
@media only screen and (max-width: 868px) {
  .pc-block {
    display: none;
  }
}

/* **************************************************

   HEADER

************************************************** */
header {
  width: 100%;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 40px;
  left: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.9);
}
@media only screen and (min-width: 868px) and (max-width: 1400px) {
  header {
    height: 6.25vw;
  }
}
@media only screen and (max-width: 868px) {
  header {
    height: 60px;
    top: 0;
  }
}
header .header-logo {
  width: 249px;
  height: 80px;
  margin-right: auto;
  margin-left: 40px;
}
@media only screen and (min-width: 868px) and (max-width: 1400px) {
  header .header-logo {
    margin-left: 3.125vw;
    width: 18vw;
    height: 5.7831325301vw;
  }
}
@media only screen and (max-width: 868px) {
  header .header-logo {
    margin-left: 4.4444444444vw;
    width: 124.57px;
    height: 40.02px;
  }
}
header .header-logo img {
  width: 100%;
  height: 100%;
}
header.index-header {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  -webkit-animation: hdanimamtion 0.3s ease 0.15s;
  animation: hdanimamtion 0.3s ease 0.15s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
header.index-header .header-logo {
  width: 168px;
  height: 54px;
}
@media only screen and (max-width: 868px) {
  header.index-header .header-logo {
    margin-left: 4vw;
    width: 124.57px;
    height: 40.02px;
  }
}
@media only screen and (min-width: 868px) and (max-width: 960px) {
  header.index-header .header-logo {
    width: 120px;
    height: 40.02px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1000px) {
  header.index-header .header-logo {
    width: 130px;
    height: auto;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1100px) {
  header.index-header .header-logo {
    width: 140px;
    height: auto;
  }
}
@media only screen and (min-width: 1100px) and (max-width: 1240px) {
  header.index-header .header-logo {
    width: 150px;
    height: auto;
  }
}
@media only screen and (min-width: 1240px) and (max-width: 1400px) {
  header.index-header .header-logo {
    width: 160px;
    height: auto;
  }
}
header .sp-nav {
  display: none;
}
@media only screen and (max-width: 868px) {
  header .sp-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  header .sp-nav .toTis {
    width: 75px;
    height: 24px;
    margin-right: 15px;
  }
  header .sp-nav .toTis img {
    width: 100%;
    height: 100%;
  }
  header .sp-nav .sp-nav-triger {
    width: 44px;
    height: 44px;
    border-radius: 22px;
    background-color: #003889;
    margin-right: 1vw;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
  }
  header .sp-nav .sp-nav-triger span,
  header .sp-nav .sp-nav-triger span:before,
  header .sp-nav .sp-nav-triger span:after {
    content: "";
    display: block;
    height: 1px;
    width: 12px;
    background-color: #fff;
    position: absolute;
    -webkit-transition: 0.2s ease 0;
    transition: 0.2s ease 0;
  }
  header .sp-nav .sp-nav-triger span:before {
    bottom: 4px;
  }
  header .sp-nav .sp-nav-triger span:after {
    top: 4px;
  }
  header .sp-nav .sp-nav-triger.close span {
    background-color: rgba(255, 255, 255, 0);
  }
  header .sp-nav .sp-nav-triger.close span::before {
    bottom: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  header .sp-nav .sp-nav-triger.close span::after {
    top: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
header .g-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 80px;
}
@media only screen and (min-width: 868px) and (max-width: 1400px) {
  header .g-nav {
    height: 6.25vw;
  }
}
@media only screen and (max-width: 868px) {
  header .g-nav {
    display: none;
  }
}
header .g-nav li {
  display: block;
  height: 80px;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media only screen and (min-width: 868px) and (max-width: 1400px) {
  header .g-nav li {
    height: 6.25vw;
  }
}
header .g-nav li a {
  padding: 0 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
  zoom: 1;
}
@media only screen and (min-width: 868px) and (max-width: 960px) {
  header .g-nav li a {
    padding: 0 11px;
    font-size: 11px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1000px) {
  header .g-nav li a {
    padding: 0 13px;
    font-size: 12px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1100px) {
  header .g-nav li a {
    padding: 0 15px;
    font-size: 12px;
  }
}
@media only screen and (min-width: 1100px) and (max-width: 1240px) {
  header .g-nav li a {
    padding: 0 19px;
    font-size: 13px;
  }
}
@media only screen and (min-width: 1240px) and (max-width: 1400px) {
  header .g-nav li a {
    padding: 0 23px;
    font-size: 14px;
  }
}
header .g-nav li.sep:before {
  position: absolute;
  right: 0;
  top: calc(50% - 5px);
  content: "";
  width: 1px;
  height: 10px;
  background: #898989;
}
header .g-nav li.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 3px solid #003889;
  color: #003889;
  padding: 0 28px;
  font-weight: 500;
  line-height: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (min-width: 868px) and (max-width: 960px) {
  header .g-nav li.active {
    padding: 0 11px;
    font-size: 11px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1000px) {
  header .g-nav li.active {
    padding: 0 13px;
    font-size: 12px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1100px) {
  header .g-nav li.active {
    padding: 0 15px;
    font-size: 12px;
  }
}
@media only screen and (min-width: 1100px) and (max-width: 1240px) {
  header .g-nav li.active {
    padding: 0 19px;
    font-size: 13px;
  }
}
@media only screen and (min-width: 1240px) and (max-width: 1400px) {
  header .g-nav li.active {
    padding: 0 23px;
    font-size: 14px;
  }
}
header .g-nav li.active span {
  position: relative;
  top: 1px;
}
header .g-nav li.gnav {
  display: block;
  position: relative;
  height: 100%;
}
header .g-nav li.gnav:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 3px;
  background: #003889;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  -webkit-transition: -webkit-transform 0.4s ease 0s;
  transition: -webkit-transform 0.4s ease 0s;
  transition: transform 0.4s ease 0s;
  transition: transform 0.4s ease 0s, -webkit-transform 0.4s ease 0s;
}
header .g-nav li.gnav:hover {
  cursor: pointer;
}
header .g-nav li.gnav:hover::after {
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
header .g-nav li:first-child {
  font-size: 17px;
  font-family: "Josefin Sans";
}
header .g-nav li:last-child {
  background: #fff;
}
header .g-nav li:last-child img {
  width: 100px;
}
@media only screen and (min-width: 868px) and (max-width: 1400px) {
  header .g-nav li:last-child img {
    width: 8.3333333333vw;
  }
}
header .g-nav li.inquiry {
  background: #12B3C7;
  border-bottom: 3px solid #12B3C7;
}
header .g-nav li.inquiry a {
  color: #fff;
}
header .g-nav li.inquiry:hover {
  -webkit-animation: normal-animation 0.4s ease 0.05s;
  animation: normal-animation 0.4s ease 0.05s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* **************************************************

   SP-Navigation

************************************************** */
#sp-nav {
  display: none;
}
@media only screen and (max-width: 868px) {
  #sp-nav {
    display: block;
    width: 100vw;
    height: 150%;
    position: fixed;
    top: 0;
    left: 100vw;
    background: #EFF9FD;
    z-index: 900;
    padding-top: 60px;
    -webkit-transition: 0.4s ease 0.05s;
    transition: 0.4s ease 0.05s;
  }
  #sp-nav ul {
    width: 100%;
    margin: 0;
    padding: 0;
    border-top: 1px solid #EEEEEE;
    background: #fff;
  }
  #sp-nav ul li {
    height: 60px;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #EEEEEE;
  }
  #sp-nav ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    font-size: 16px;
    padding: 0 4vw;
    color: #411C3E;
    position: relative;
  }
  #sp-nav ul li a:after {
    content: "";
    position: absolute;
    top: 27px;
    right: 8vw;
    width: 9px;
    height: 9px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-right: 1px solid #003889;
    border-bottom: 1px solid #003889;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  #sp-nav ul li a span {
    display: inline-block;
    position: relative;
  }
  #sp-nav ul li a span:after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #000;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #sp-nav ul li a:hover span {
    cursor: pointer;
  }
  #sp-nav ul li a:hover span::after {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  #sp-nav .nav-inquiry {
    width: 92vw;
    height: 60px;
    margin: 4vw auto;
    background: #12B3C7;
  }
  #sp-nav .nav-inquiry a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
  }
}

#sp-nav.slide-in {
  left: 0;
}

/* **************************************************

   topics-slide

************************************************** */
#topics-slide {
  border: 0;
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 90px 40px 30px;
  margin-top: 0;
  position: relative;
  background: #fff;
}
@media only screen and (max-width: 868px) {
  #topics-slide {
    margin-top: 0;
    padding: 40px 4vw 0;
  }
}
#topics-slide:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #12B3C7;
  width: 60%;
  height: 100%;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  z-index: 0;
  min-width: 750px;
}
@media only screen and (max-width: 868px) {
  #topics-slide:after {
    width: 84%;
    min-width: auto;
  }
}
#topics-slide .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 50;
}
#topics-slide .inner.sps {
  margin-top: 90px;
}
@media only screen and (max-width: 868px) {
  #topics-slide .inner.sps {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 868px) {
  #topics-slide .inner {
    margin: 0 auto;
    width: 100%;
  }
}
#topics-slide .inner #topics, #topics-slide .inner #columns {
  max-width: 1200px;
  height: 380px;
  margin: 0;
  margin-top: 45px;
  padding: 0;
  position: relative;
}
@media only screen and (max-width: 868px) {
  #topics-slide .inner #topics, #topics-slide .inner #columns {
    margin-top: 20px;
    height: 320px;
  }
}
#topics-slide .inner #topics .prev, #topics-slide .inner #columns .prev {
  position: absolute;
  max-width: 100%;
  top: 80px;
  right: -30px;
  width: 80px;
  height: 80px;
  background: url(../img/slider-prev.png) center center/cover no-repeat;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
#topics-slide .inner #topics .prev:hover, #topics-slide .inner #columns .prev:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
@media only screen and (max-width: 868px) {
  #topics-slide .inner #topics .prev, #topics-slide .inner #columns .prev {
    top: 56px;
    right: -25px;
    width: 60px;
    height: 60px;
  }
}
#topics-slide .inner #topics .next, #topics-slide .inner #columns .next {
  position: absolute;
  bottom: 218px;
  left: -30px;
  width: 80px;
  height: 80px;
  background: url(../img/slider-next.png) center center/cover no-repeat;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
#topics-slide .inner #topics .next:hover, #topics-slide .inner #columns .next:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
@media only screen and (max-width: 868px) {
  #topics-slide .inner #topics .next, #topics-slide .inner #columns .next {
    bottom: 205px;
    left: -20px;
    width: 60px;
    height: 60px;
  }
}
#topics-slide .inner #topics li, #topics-slide .inner #columns li {
  display: block;
  width: auto;
  margin: 0 0 0 0;
  padding: 0 !important;
  overflow: hidden;
}
@media only screen and (max-width: 868px) {
  #topics-slide .inner #topics li, #topics-slide .inner #columns li {
    width: auto;
    padding: 0 30% 0 0;
  }
}
#topics-slide .inner #topics li .article, #topics-slide .inner #columns li .article {
  width: 395px;
  overflow: hidden;
  display: block;
  margin: 0;
}
@media only screen and (max-width: 868px) {
  #topics-slide .inner #topics li .article, #topics-slide .inner #columns li .article {
    width: 270px;
  }
}
#topics-slide .inner #topics li .article .picture, #topics-slide .inner #columns li .article .picture {
  width: 95%;
  height: 250px;
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 0;
  overflow: hidden;
  margin: 0 auto;
  background: #4C4948;
}
@media only screen and (max-width: 868px) {
  #topics-slide .inner #topics li .article .picture, #topics-slide .inner #columns li .article .picture {
    width: 95%;
    height: 170px;
    background: #4C4948;
    margin: 0;
  }
}
#topics-slide .inner #topics li .article .picture img, #topics-slide .inner #columns li .article .picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
#topics-slide .inner #topics li .article .picture img:hover, #topics-slide .inner #columns li .article .picture img:hover {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
#topics-slide .inner #topics li .contents, #topics-slide .inner #columns li .contents {
  width: 390px;
  height: 120px;
  margin-top: 20px;
  padding: 0 10px;
  border: 0;
  font-size: 16px;
  line-height: 3m;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
@media only screen and (max-width: 868px) {
  #topics-slide .inner #topics li .contents, #topics-slide .inner #columns li .contents {
    width: 270px;
    height: 130px;
  }
}
#topics-slide .inner #topics li .contents mark, #topics-slide .inner #columns li .contents mark {
  background: transparent;
  color: #000;
  padding: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#topics-slide .inner .topics-head {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #fff;
  height: 60px;
}
#topics-slide .inner .topics-head .pc-inline-block {
  display: inline-block;
}
@media only screen and (max-width: 868px) {
  #topics-slide .inner .topics-head .pc-inline-block {
    display: none;
  }
}
#topics-slide .inner .topics-head .sp-inline-block {
  display: none;
}
@media only screen and (max-width: 868px) {
  #topics-slide .inner .topics-head .sp-inline-block {
    display: inline-block;
  }
}
@media only screen and (max-width: 868px) {
  #topics-slide .inner .topics-head {
    display: block;
  }
}
#topics-slide .inner .topics-head h2 {
  display: block;
  font-size: 48px;
  font-weight: 400;
  margin: 0 30px 0 0;
  padding: 0;
  line-height: 1em;
}
@media only screen and (max-width: 868px) {
  #topics-slide .inner .topics-head h2 {
    font-size: 28px;
    margin: 0 0 15px 0;
    width: 100%;
  }
}
#topics-slide .inner .topics-head .subtitle {
  display: iblock;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  padding: 0 0 8px 0;
  line-height: 1em;
}
@media only screen and (max-width: 868px) {
  #topics-slide .inner .topics-head .subtitle {
    font-size: 14px;
    padding: 0;
  }
}
#topics-slide .inner .topics-head button {
  display: block;
  color: #fff;
  background: #003889;
  font-weight: 700;
  border: 0;
  width: 200px;
  height: 50px;
  border-radius: 30px;
  margin: 0 0 0 auto;
  position: relative;
  z-index: 10;
  border: 1px solid #003889;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border: 1px solid #003889;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  font-size: 16px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media only screen and (max-width: 868px) {
  #topics-slide .inner .topics-head button {
    display: none;
    -webkit-transition: unset;
    transition: unset;
  }
}
#topics-slide .inner .topics-head button:hover {
  color: #003889;
  background: #fff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media only screen and (max-width: 868px) {
  #topics-slide .inner .topics-head button:hover {
    color: #fff;
    background: #003889;
    -webkit-transition: unset;
    transition: unset;
  }
}

.to-archivelist {
  display: none;
}
@media only screen and (max-width: 868px) {
  .to-archivelist {
    display: block;
    width: 100%;
    text-align: center;
    height: 60px;
    padding: 0 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .to-archivelist button {
    color: #fff;
    background: #003889;
    font-weight: 700;
    border: 0;
    width: 240px;
    height: 60px;
    border-radius: 30px;
    margin-bottom: 3.125vw;
    border: 1px solid #003889;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 16px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
}
@media only screen and (max-width: 868px) and (max-width: 868px) {
  .to-archivelist button {
    -webkit-transition: unset;
    transition: unset;
  }
}
@media only screen and (max-width: 868px) {
  .to-archivelist button:hover {
    color: #003889;
    background: #fff;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
}
@media only screen and (max-width: 868px) and (max-width: 868px) {
  .to-archivelist button:hover {
    color: #fff;
    background: #003889;
    -webkit-transition: unset;
    transition: unset;
  }
}

/* **************************************************

   FOOTER

************************************************** */
footer {
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 30px;
  width: 100%;
  padding-top: 60px;
  background: #fff;
  position: relative;
  z-index: 1;
}
footer a {
  position: relative;
}
footer a span {
  display: inline-block;
  position: relative;
}
footer a span:after {
  position: absolute;
  bottom: 4px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer a:hover span {
  cursor: pointer;
}
footer a:hover span::after {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
@media only screen and (max-width: 868px) {
  footer {
    padding-top: 100px;
  }
}
footer .company-name {
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
}
footer .company-name a {
  color: #1A1311;
}
@media only screen and (max-width: 868px) {
  footer .company-name {
    font-size: 16px;
  }
}
footer .footer-list {
  font-size: 14px;
  margin: 22px auto 30px;
}
footer .footer-list a {
  font-family: "Noto Sans JP", sans-serif;
  margin-right: 20px;
  margin-bottom: 0;
}
@media only screen and (max-width: 868px) {
  footer .footer-list a {
    font-size: 12px;
    line-height: 3em;
  }
}
footer .copyright {
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 868px) {
  footer .copyright {
    font-size: 12px;
  }
}

#topBtn {
  display: none;
  position: fixed;
  z-index: 100;
  bottom: 40px;
  right: 15px;
  width: 48px;
  height: 48px;
  background: url(../img/toTop.png) center center/cover no-repeat;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#topBtn:hover {
  opacity: 0.7;
  zoom: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#topBtn.showBtn {
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* **************************************************

   ANIMATION

************************************************** */
@-webkit-keyframes hdanimamtion {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes hdanimamtion {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes gnavanimation {
  0% {
    -webkit-transform: scaleX(0.3);
            transform: scaleX(0.3);
  }
  100% {
    -webkit-transform: scaleX(0.98);
            transform: scaleX(0.98);
  }
}
@keyframes gnavanimation {
  0% {
    -webkit-transform: scaleX(0.3);
            transform: scaleX(0.3);
  }
  100% {
    -webkit-transform: scaleX(0.98);
            transform: scaleX(0.98);
  }
}
@-webkit-keyframes normal-animation {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.7;
  }
}
@keyframes normal-animation {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.7;
  }
}