@charset "UTF-8";
/*変数設定用*/
img {
  max-width: 100%;
  height: auto;
  width: auto;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  -ms-interpolation-mode: nearest-neighbor;
      image-rendering: -webkit-optimize-contrast;
      image-rendering: -moz-crisp-edges;
      image-rendering: -o-pixelated;
      image-rendering: pixelated;
}

li {
  list-style: none;
}

a {
  color: #666666;
  text-decoration: none;
  -webkit-transition: .5s;
  transition: .5s;
}

a:hover {
  opacity: 0.7;
  -webkit-transition: .5s;
  transition: .5s;
}

a:hover p:hover {
  opacity: 0.7;
  -webkit-transition: .5s;
  transition: .5s;
}

a:hover img:hover {
  -webkit-transition: .5s;
  transition: .5s;
  opacity: 0.7;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  /*ゴシック*/
  color: #212124;
  font-size: 1.6rem;
}

header {
  width: 100%;
  height: auto;
}

footer {
  width: 100%;
}

* {
  padding: 0px;
  margin: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*明朝*/
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}

@media screen and (min-width: 768px) {
  .vpc {
    display: block;
  }
}

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

@media screen and (min-width: 768px) {
  .vsp {
    display: none;
  }
}

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

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

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.container {
  max-width: 1000px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .container {
    width: 85%;
  }
}

.global_menu li {
  width: 18%;
  float: left;
}

/* ページTOP */
#page-top {
  position: absolute;
  bottom: 55%;
  right: 17%;
}

@media screen and (max-width: 767px) {
  #page-top {
    right: 2%;
  }
}

#page-top a {
  text-decoration: none;
  color: #fff;
  width: 100px;
  height: 100px;
  text-align: center;
  display: block;
  border-radius: 5px;
}

#page-top a:hover {
  text-decoration: none;
}

.sec-title {
  font-size: 3.2rem;
  font-weight: 500;
  margin-bottom: 16px;
}

.sec-subtitle {
  font-weight: bold;
  color: #5BAEEB;
}

.sec-subtitle:after {
  margin-top: 32px;
  content: '';
  display: block;
  width: 58px;
  height: 1px;
  background: #5BAEEB;
}

.content-title {
  font-size: 2.6rem;
  font-weight: 500;
  margin-bottom: 48px;
}

.content-title span {
  padding-left: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #5BAEEB;
  vertical-align: text-bottom;
}

@media screen and (max-width: 767px) {
  .content-title span {
    display: block;
    padding: 0 0 16px 0;
  }
}
/*# sourceMappingURL=common.css.map */