@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');
@font-face {
  font-family: 'Custom Yu Gothic';
  src: local('Yu Gothic Medium');
}
@font-face {
  font-family: 'Custom Yu Gothic';
  src: local('Yu Gothic Bold');
  font-weight: bold;
}


/* Base
-------------------------------------- */
html {
  overflow: auto;
}
body {
  position: relative;
  background-color: #008CD6;
  color: #000;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', HelveticaNeue, Arial, '游ゴシック体', YuGothic, 'Custom Yu Gothic', '游ゴシック Medium', 'Yu Gothic Medium', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN W3', HiraKakuProN-W3, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 16px;
  line-height: 1.8;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
}
@media all and (-ms-high-contrast:none) {
  body {
    font-family: 'Poppins', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  }
}
a {
  color: #008CD6;
  text-decoration: none;
  transition: color .3s;
}
a:hover {
  color: #E50012;
  text-decoration: none;
}
a[href^="tel:"] {
  color: #000;
  pointer-events: none;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  transition: opacity .3s;
}
a:hover img {
  opacity: 0.7;
}


/* Header
-------------------------------------- */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  padding: 0 15px;
  background-color: #FFF;
  border-bottom: 1px solid #F3F3F3;
  z-index: 9999;
}
.header-inner {
  position: relative;
  max-width: 1170px;
  margin: auto;
}
.header-logo a {
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  width: 170px;
  height: 40px;
  background: url('/assets/img/logo.svg') no-repeat 0 center;
  background-size: 170px 40px;
  text-indent: -9999px;
}
.header-tagline {
  display: block;
  position: absolute;
  top: 30px;
  left: 190px;
  font-size: 12px;
}

.header-nav-wrap {
  display: block !important;
}
.header-nav {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  margin-left: 140px;
}
.header-nav-list,
.header-utility {
  display: flex;
  position: relative;
}
.header-nav-list li {
  position: relative;
  margin-left: 30px;
}
.header-nav-list li a {
  display: block;
  position: relative;
  height: 80px;
  font-size: 18px;
  font-weight: 500;
  line-height: 80px;
  text-align: center;
  text-decoration: none;
}
.header-nav-list li a::after {
  content: '';
  position: absolute;
  top: 18px;
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 10px 7px 0 7px;
  border-color: transparent;
  transition: border .3s;
}
.header-nav-list li a:hover::after {
  border-color: #E50012 transparent transparent transparent;
}

/* Footer
-------------------------------------- */
.footer {
  width: 100%;
  background-color: #008CD6;
}
.footer-nav {
  padding: 0 15px;
  background-color: #EEE;
}
.footer-nav-list {
  max-width: 1170px;
  height: 160px;
  margin: 0 auto;
  line-height: 160px;
  text-align: center;
}
.footer-nav-list li {
  display: inline-block;
  margin: 0 15px;
}
.footer-copyright {
  padding: 0 15px;
}
.footer-copyright small {
  display: block;
  max-width: 1170px;
  height: 80px;
  margin: 0 auto;
  color: #FFF;
  font-size: 14px;
  font-weight: 300;
  line-height: 80px;
}

.footer-pagetop {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 2000;
}
.footer-pagetop a {
  display: block;
  position: relative;
  width: 120px;
  height: 120px;
  color: #FFF;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
}
.footer-pagetop a span {
  display: block;
  position: absolute;
  bottom: 15px;
  right: 15px;
  padding-top: 25px;
  background: url('/assets/img/ico_arrow_top.svg') no-repeat center 0;
  background-size: 11px 20px;
  transition: padding .3s;
}
.footer-pagetop a:hover span {
  padding-top: 30px;
}
.footer-pagetop a::before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 120px 120px;
  border-color: transparent transparent #006FAA transparent;
}


/* Content
-------------------------------------- */
.wrapper {
  position: relative;
  width: 100%;
  padding: 80px 0 0 0;
  background-color: #FFF;
}
.content {
  position: relative;
  width: 100%;
  padding: 0 15px;
}


/* ======= Top ======= */
.top-keyvisual {
  position: relative;
  width: calc(100% + 30px);
  height: auto;
  margin: 0 -15px;
}
.top-keyvisual-img {
  position: relative;
  width: 100%;
  height: auto;
  padding: 34.5% 0 0 0;
  overflow: hidden;
}
.top-keyvisual-img li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.top-keyvisual-img img {
  width: 100%;
}

.top-content {
  position: relative;
  max-width: 1170px;
  margin: 70px auto 30px auto;
}
.top-content-main {
  float: left;
  width: 65.8%;
}
.top-content-sub {
  float: right;
  width: 31.6%;
}

.top-content h1 {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 2px solid #E5E5E5;
  color: #008CD6;
  font-size: 34px;
  line-height: 1;
}
.top-content h1 span {
  position: absolute;
  top: 10px;
  right: 0;
  color: #666;
  font-size: 14px;
  font-weight: bold;
}
.top-content h1::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -2px;
  width: 22%;
  height: 2px;
  margin: auto;
  background-color: #008CD6;
}

.top-products {
  margin-bottom: 70px;
}
.top-products-item {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: calc(100% + 30px);
  margin: 0 -30px -30px 0;
}
.top-products-item .-col {
  width: calc(100% / 3 - 30px);
  margin: 0 30px 30px 0;
}
.top-products-item figure {
  margin-bottom: 10px;
  border: 1px solid #DDD;
}

.top-topics {
  margin-bottom: 70px;
}
.top-topics-list li {
  border-bottom: 1px solid #DDD;
}
.top-topics-list li a,
.top-topics-list li .no-link {
  display: block;
  position: relative;
  width: 100%;
  padding: 15px 40px 15px 0;
}
.top-topics-list li a::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 20px;
  height: 6px;
  margin: auto;
  background: url('/assets/img/ico_arrow_link.svg') no-repeat right center;
  background-size: 20px 6px;
  transition: all .3s;
}
.top-topics-list li a:hover::after {
  right: 5px;
  background: url('/assets/img/ico_arrow_link.svg') no-repeat right center;
  background-size: 20px 6px;
}
.top-topics-list time {
  display: block;
  float: left;
  width: 7em;
  color: #000;
}
.top-topics-list p {
  overflow: hidden;
}

.top-sns {
  width: 100%;
  margin-bottom: 70px;
}
iframe.twitter-timeline {
  width: 100% !important;
  height: 500px !important;
  border: 1px solid #DDD !important;
}

.top-parallax {
  width: 100%;
  height: 34.5vw;
  background-image: url('/assets/img/top_parallax_01.jpg');
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

/* ======= Lower ======= */
.topicpath {
  max-width: 1170px;
  margin: 20px auto 50px auto;
  color: #999;
  font-size: 14px;
  line-height: 1;
}
.topicpath ul li {
  position: relative;
  display: inline-block;
}
.topicpath ul li:after {
  content: '>';
  margin: 0 8px;
}
.topicpath ul li:last-child:after {
  content: '';
  margin: 0;
}

.lower-head {
  position: relative;
  width: calc(100% + 30px);
  background-color: #EBF6FC;
  margin: 0 -15px;
}
.lower-head-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 200px;
}
.lower-head-heading h1 {
  color: #008CD6;
  font-size: 44px;
  line-height: 1;
  text-align: center;
}
.lower-head-heading span {
  display: block;
  margin-top: 10px;
  color: #666;
  font-size: 16px;
  line-height: 1;
}

.lower-grid {
  position: relative;
  max-width: 1170px;
  margin: 0 auto 100px auto;
}
.lower-grid h2 {
  margin-top: 20px;
  font-size: 20px;
}
.lower-grid-item {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: calc(100% + 30px);
  margin: 0 -30px -30px 0;
}
.lower-grid-item .-col {
  width: calc(100% / 3 - 30px);
  margin: 0 30px 30px 0;
}
.lower-grid-item figure {
  border: 1px solid #DDD;
}

.lower-item {
  position: relative;
  max-width: 1170px;
  margin: 0 auto 100px auto;
}
.lower-item-main {
  width: 100%;
}
.lower-item-main .-img {
  float: left;
  width: 48.7%;
}
.lower-item-main .-txt {
  float: right;
  width: 48.7%;
}
.lower-item h2 {
  position: relative;
  margin-bottom: 60px;
  padding-bottom: 15px;
  border-bottom: 2px solid #DDD;
  font-size: 38px;
  font-weight: bold;
  line-height: 1.6;
}
.lower-item h2::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -2px;
  width: 22%;
  height: 2px;
  margin: auto;
  background-color: #008CD6;
}
.lower-item h3 {
  display: inline-block;
  margin-bottom: 25px;
  padding: 10px 30px;
  background-color: #666;
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
.lower-item h4 {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: bold;
}
.lower-item dl {
  margin-bottom: 30px;
}
.lower-item dl:last-of-type {
  margin-bottom: 0;
}
.lower-item dl dt {
  margin-bottom: 10px;
  padding-left: 10px;
  font-size: 18px;
  font-weight: bold;
  border-left: 4px solid #008CD6;
  line-height: 1.4;
}
.lower-item p {
  margin-bottom: 30px;
}
.lower-item p:last-of-type {
  margin-bottom: 0;
}

.lower-item-sub,
.lower-item-gallery {
  width: 100%;
  margin-top: 70px;
  padding: 0 30px 30px 30px;
  border: 1px solid #DDD;
}
.lower-item-gallery-list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: calc(100% + 30px);
  margin: 0 -30px -30px 0;
}
.lower-item-gallery-list .-col {
  display: block;
  width: calc(100% / 8 - 30px);
  margin: 0 30px 30px 0;
}
.lower-video-list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: calc(100% + 30px);
  margin: 0 -30px -30px 0;
}
.lower-video-list .-col {
  width: calc(100% / 2 - 30px);
  margin: 0 30px 30px 0;
}
.lower-video-list .-inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.lower-video-list iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.lower-article {
  position: relative;
  max-width: 1170px;
  margin: 0 auto 100px auto;
}

.lower-article-list li {
  border-bottom: 1px solid #DDD;
}
.lower-article-list li a {
  display: block;
  position: relative;
  width: 100%;
  padding: 15px 40px 15px 0;
}
.lower-article-list li a::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 20px;
  height: 6px;
  margin: auto;
  background: url('/assets/img/ico_arrow_link.svg') no-repeat right center;
  background-size: 20px 6px;
  transition: all .3s;
}
.lower-article-list li a:hover::after {
  right: 5px;
  background: url('/assets/img/ico_arrow_link.svg') no-repeat right center;
  background-size: 20px 6px;
}
.lower-article-list time {
  display: block;
  float: left;
  width: 7em;
  color: #000;
}
.lower-article-list p {
  overflow: hidden;
  margin: 0 !important;
}
.lower-article h2 {
  position: relative;
  margin-bottom: 60px;
  padding-bottom: 15px;
  border-bottom: 2px solid #DDD;
  font-size: 38px;
  font-weight: bold;
  line-height: 1.6;
}
.lower-article h2::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -2px;
  width: 22%;
  height: 2px;
  margin: auto;
  background-color: #008CD6;
}
.lower-article h3 {
  margin-bottom: 30px;
  padding: 15px;
  background-color: #F6F6F6;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
}
.lower-article h4 {
  margin-bottom: 20px;
  padding-left: 10px;
  font-size: 18px;
  font-weight: bold;
  border-left: 4px solid #008CD6;
  line-height: 1.6;
}
.lower-article p {
  margin-bottom: 30px;
}
.lower-article p.-last {
  margin-bottom: 0;
}

.lower-contact {
  position: relative;
  max-width: 770px;
  margin: 0 auto 150px auto;
}

/* Utility
-------------------------------------- */
.center {
  display: block;
  text-align: center;
}
.list {
  margin-bottom: 30px;
  list-style: disc;
}
.list li {
  margin: 0 0 0 1.5em;
  padding: 0 0 0 0.1em;
}
.btn-link {
  display: block;
  position: relative;
  width: 236px;
  margin: 30px 0 0 0;
  background-color: #FFF;
  border: 1px solid #008CD6;
  font-weight: bold;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  transition: background .3s, color .3s;
}
.btn-link.-center {
  margin: 30px auto 0 auto;
}
.btn-link:hover {
  background-color: #008CD6;
  border: 1px solid #008CD6;
  color: #FFF;
}
.btn-link::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  width: 20px;
  height: 6px;
  margin: auto;
  background: url('/assets/img/ico_arrow_link.svg') no-repeat right center;
  background-size: 20px 6px;
  transition: all .3s;
}
.btn-link:hover::after {
  right: 10px;
  background: url('/assets/img/ico_arrow_link_white.svg') no-repeat right center;
  background-size: 20px 6px;
}

.anchor {
  margin-top: -80px;
  padding-top: 80px;
}


/* State
-------------------------------------- */
.sp {
  display: none !important;
}
.cf::after {
  content: '';
  display: table;
  clear: both;
}
.cf {
  zoom: 1;
}
.transform {
  overflow: hidden;
}
.transform img {
  transform: scale(1);
  transition: transform .5s;
}
a:hover .transform img {
  transform: scale(1.1);
}
em {
  color: #D00;
}

/* Plug-in
-------------------------------------- */
.bx-wrapper {
  position: relative;
  margin: auto;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.bx-wrapper img {
  display: block;
  max-width: 100%;
}
.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}
.bx-loading {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
  width: 100%;
  height: 100%;
  min-height: 50px;
  background: #000 url('/assets/img/loader.svg') no-repeat center center;
}
.bx-wrapper .bx-controls-direction a {
  display: block;
  position: absolute;
  outline: 0;
  width: 30px;
  height: 100px;
  background-color: #008CD6;
  text-indent: -9999px;
  z-index: 1000;
  transition: opacity .3s;
}
.bx-wrapper .bx-prev {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 100px;
  margin: auto;
}
.bx-wrapper .bx-prev::before {
  content: '';
  display: block;
  position: absolute;
  top: 44px;
  left: 10px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #FFF;
  border-left: 1px solid #FFF;
  transform: rotate(-45deg);
}
.bx-wrapper .bx-next {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px;
  height: 100px;
  margin: auto;
}
.bx-wrapper .bx-next::before {
  content: '';
  display: block;
  position: absolute;
  top: 44px;
  right: 10px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  transform: rotate(45deg);
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-next:hover {
  opacity: 0.7;
}
