@charset "UTF-8";

/*共通及びTOP用*/

/* ************************************************
* Base
* ************************************************ */

html {
  font-size: 62.5%;
}

body {
  color: #333;
  /* chromeのremのバグ回避でem表記 */
  font-size: 1.4em;
  font-family: -apple-system, "Lucida Grande", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "Yu Gothic UI",
    "游ゴシック", sans-serif;
  /*safariのopacityにtransitionかけた時のちらつき対策*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  letter-spacing: 0.1rem;
}

/*要素のはみ出し横揺れ対策*/

html,
body {
  overflow-x: hidden;
  overflow-y: scroll;
  /*慣性スクロール*/
  -webkit-overflow-scrolling: touch;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

.serif {
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3",
    "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

img {
  max-width: 100%;
  width: 100%;
  /*フルードイメージ対応*/
  vertical-align: bottom;
}

.bg-img img {
  max-width: none;
  width: auto;
}

a {
  color: inherit;
  /* リンク(アンカー)内の点線を消す IE FF */
  outline: none;
  display: inline-block;
  cursor: pointer;
}

ul {
  list-style: none;
}

/* :focus時のoutline消す */

input,
textarea,
select,
button {
  outline: none;
}

/* ボタンのベベルなくす */

input,
button {
  border-width: 0;
}

/* ボタンにポンター表示 */

button,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
}

/*テーブル初期設定*/

table,
tr,
th,
td {
  /*    border: 1px solid #888;*/
  border-collapse: separate;
  empty-cells: hide;
  caption-side: bottom;
}

/*chromeオートコンプリートcolor*/

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

/* ************************************************
* Utility
* ************************************************ */

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

.clearboth {
  clear: both;
}

/*画像置換*/

.imgReplace {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 30px;
}

/*縦書き*/

.v-lr {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-lr;
  writing-mode: vertical-lr;
}

/*縦書き横倒し*/

.v-lrSr {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-lr;
  writing-mode: vertical-lr;
  -webkit-text-orientation: sideways-right;
  text-orientation: sideways-right;
}

@media screen and (max-width: 600px) {
  /*SPで改行なくす*/
  .br-none {
    display: none;
  }
}

/*img BGcover仕様*/

.fit-image {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

/*svg各ブラウザFluidImage対策*/

.svg-inline-wrap {
  position: relative;
  height: 0;
  padding-top: 98%;
  /*ロゴのアスペクト比*/
}

.svg-inline {
  display: block;
  position: absolute;
  max-width: 100%;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/*overlay*/

.overlay {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  border-radius: 50%;
  -webkit-transition: opacity 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out;
}

.overlay:hover {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

@media screen and (max-width: 768px) {
  .overlay {
    opacity: 1;
  }
}

/* 強調カラー */
.attn {
  color: #ed8a26;
}
.attn-second {
  color: #e64d4d;
}

/* ************************************************
* Lyout
* ************************************************ */

.l-wrapper {
  width: 100%;
  /*可変リキッドレイアウト*/
  max-width: 1032px;
  /*最大幅*/
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

#l-header {
  width: 100%;
}

#l-main {
  width: 100%;
  background-repeat: repeat-y;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 200px;
  background-image: url("../images/para-bg_001.jpg");
  background-position: left bottom;
}

#l-aside {
  width: 100%;
  background-repeat: repeat-y;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 200px;
  padding-bottom: 60px;
  color: #fff;
  background-image: url("../images/para-bg_002.jpg");
  background-position: left bottom;
}
#top #l-aside {
  padding-bottom: 140px;
}

#l-footer {
  width: 100%;
  background-color: #fff;
  background-image: url("../images/para-bg_002.jpg");
  background-position: left bottom;
  background-repeat: repeat-y;
  background-size: cover;
  background-attachment: fixed;
}

@media only screen and (max-device-width: 1024px) and (orientation: landscape) {
  #l-main {
    background-attachment: scroll;
    padding-top: 100px;
  }
  #l-aside {
    background-attachment: scroll;
    padding-top: 100px;
  }
  #l-footer {
    background-attachment: scroll;
  }
  .contact-wrapper {
    margin-bottom: 0;
  }
  #l-footer > .l-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 768px) {
  #l-main {
    background-attachment: scroll;
    padding-top: 100px;
  }
  #l-aside {
    background-attachment: scroll;
    padding-top: 100px;
  }
  #top #l-aside {
    padding-bottom: 70px;
  }
  #l-footer {
    background-attachment: scroll;
  }
  .contact-wrapper {
    margin-bottom: 0;
  }
  #l-footer > .l-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 600px) {
  #l-header {
    margin-bottom: 10px;
  }
  #l-main {
    padding-top: 20px;
  }
  #l-aside {
    padding-top: 20px;
    padding-bottom: 1px;
  }
  #l-footer {
    background-image: none;
    background-color: #f3f3f3;
  }
}

/* ************************************************
* Component
* ************************************************ */

/*----------- ボタンコンポーネント -----------*/

.btn {
  display: inline-block;
  text-align: center;
  font-size: inherit;
  padding: 10px;
  letter-spacing: 1px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
}

.btn--primary {
  border: 1px solid #333;
  background-color: #afa58d;
  color: #fff;
}

.btn--small {
  padding: 3px;
  margin-top: 20px;
}

.btn--large {
  padding: 2em;
  font-size: 2.4rem;
}

.btn--news {
  color: #fff;
  padding: 0.07em 0.3em;
  background-color: #39b6ff;
  margin-right: 0.5em;
  border-radius: 3px;
  font-size: 1.2rem;
}

/*目立つボタン*/

.btn--showy {
  background-color: #f1b400;
}

/*ゴーストボタン*/

.btn--ghost {
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 6px;
}

.btn:hover {
  /*    opacity: .8;*/
}

/*----------- フォームコンポーネント -----------*/

form {
  text-align: left;
  font-size: 1.4rem;
}

input[type="text"],
input[type="email"],
input[type="search"],
input[type="tel"],
select {
  padding: 10px 14px;
  line-height: 1.7;
  border: 1px solid #e6e6e6;
}

select {
  border-radius: 0;
}

textarea {
  padding: 10px 14px;
  line-height: 1.3;
  border: 1px solid #e6e6e6;
}

label,
input[type="text"],
input[type="email"],
input[type="search"],
textarea,
select {
  display: block;
}

input[type="text"],
input[type="email"],
input[type="search"],
input[type="tel"],
textarea,
select {
  width: 100%;
}

input[type="submit"] {
  color: #fff;
  background-color: #3c66b1;
  border-radius: 0;
}

label {
  margin-bottom: 15px;
}

button[type="submit"],
button[type="reset"] {
  display: inline-block;
  text-align: center;
  font-size: inherit;
  padding: 5px 10px;
  letter-spacing: 1px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
}

button[type="submit"]:hover,
button[type="reset"]:hover {
  opacity: 0.3s;
}

/*----------- mark -----------*/

/*--line--*/

.line::after {
  content: "";
  margin: 10px auto;
  display: block;
  border-bottom: 2px solid #46b2fb;
}

.title-line {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.title-line--bold {
  border-bottom: 3px solid #eba288;
  margin-bottom: -1px;
  display: inline-block;
}

/*----------- arrow-scrollAnime -----------*/

@media screen and (min-width: 769px) {
  .arrow-scroll {
    position: absolute;
    padding-bottom: 70px;
    bottom: -60px;
    left: 50%;
    z-index: 2;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    opacity: 0.8;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .arrow-scroll:hover {
    color: #39b6ff;
  }
  .arrow-scroll span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb 2s infinite;
    animation: sdb 2s infinite;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border-color 0.3s;
    transition: border-color 0.3s;
  }
  .arrow-scroll:hover span {
    border-color: #39b6ff;
  }
}

@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-17px, 17px);
    opacity: 0;
  }
}

@keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-17px, 17px);
    transform: rotate(-45deg) translate(-17px, 17px);
    opacity: 0;
  }
}

@media screen and (max-width: 768px) {
  .arrow-scroll {
    display: none;
  }
}

/*----------- googleMap -----------*/

/*ノーマル*/

.gmap {
  position: relative;
  /*縦横比*/
  padding-bottom: 35%;
  height: 0;
  overflow: hidden;
}

.gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*カスタム*/

/*通常*/

#map_custmomize {
  width: 100%;
  height: 450px;
  padding-top: inherit;
}

/*50%正方形rwd*/

/*
#map_custmomize {
    width: 100%;
    padding-top: 100%;
}
.map_container {
    position: absolute;
    top: 0;
    width: 100%;
    height: auto;
}
*/

@media screen and (max-width: 600px) {
  #map_custmomize {
    height: 300px;
  }
}

/*----------- hamburger menu -----------*/

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.menu-trigger {
  position: absolute;
  right: 17px;
  top: 24px;
  width: 25px;
  height: 21px;
  cursor: pointer;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #46b2fb;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 9px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.is-active span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}

.menu-trigger.is-active span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger.is-active span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg);
}

@media screen and (min-width: 601px) {
  .menu-trigger {
    display: none;
  }
}

/*----------- heading -----------*/

.heading {
  color: #fff;
  font-size: 4rem;
  text-align: center;
  background-color: #46b2fb;
  font-weight: bold;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

@media screen and (max-width: 768px) {
  .heading {
    font-size: 3rem;
  }
}

@media screen and (max-width: 600px) {
  .heading {
    font-size: 2rem;
    line-height: 1.4;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

/*----------- header -----------*/

.top-line {
  background-color: #46b2fb;
  margin-bottom: 20px;
}

.top-line__txt {
  font-size: 1.2rem;
  color: #fff;
  padding-top: 6px;
  padding-bottom: 6px;
}

.logo {
  width: 172px;
  height: auto;
  float: left;
}

.header-contact {
  float: right;
}

.btn--header-contact {
  color: #fff;
  font-size: 2.1rem;
  background-color: #39b6ff;
  -webkit-box-shadow: 0px 4px 0px 0px rgba(15, 111, 163, 1);
  box-shadow: 0px 4px 0px 0px rgba(15, 111, 163, 1);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: relative;
}

.btn--header-contact:hover {
  opacity: 0.8;
}

.btn--header-contact:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  top: 4px;
}

.fa-envelope {
  margin-right: 0.5em;
}

.gnav {
  clear: both;
  background-color: #f3f3f3;
  margin-top: 94px;
  -webkit-box-shadow: 0px 2px 0px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 0px 1px rgba(0, 0, 0, 0.1);
}

.gnav__menu {
  width: 100%;
  text-align: center;
  font-weight: bold;
}

.gnav__menu__item {
  float: left;
  /* width: 20%; */
  width: 16.666%;
  padding-top: 8px;
  padding-bottom: 6px;
}

.gnav__menu__item a {
  line-height: 30px;
  width: 100%;
  color: rgba(255, 255, 255, 0);
  text-shadow: 0 0 0 #333, 0 30px 0 #333;
  overflow: hidden;
  -webkit-transition: text-shadow 0.6s ease-in-out;
  transition: text-shadow 0.6s ease-in-out;
  position: relative;
}

.gnav__menu__item a:hover {
  text-shadow: 0 -45px 0 #39b6ff, 0 0 0 #39b6ff;
}

.gnav__menu__item:not(:last-child) a::after {
  content: "/";
  display: inline-block;
  color: #d3d3d3;
  text-shadow: none;
  text-align: right;
  position: absolute;
  right: 0;
}

/*---------loading------------*/

#loader {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 100;
}

#loader__icon {
  display: none;
  position: absolute;
  left: 50%;
  top: 45%;
  width: 60px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/*op movie*/

.gallery {
  overflow: hidden;
  position: relative;
  /*画面高さ header高さ分引く*/
  height: calc(100vh - 164px);
  width: 100%;
}

.gallery__video {
  width: 100%;
  height: 100%;
}

.no-objectfit .gallery__video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  /*動画の位置調整  以下設定は上下左右センター */
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/*Edge objectfit動画 対応*/
@supports (-ms-ime-align: auto) {
  .gallery__video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    /*動画の位置調整  以下設定は上下左右センター */
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.gallery__still {
  display: none;
  width: 100%;
  height: 100%;
  z-index: -100;
}

.gallery__copy {
  position: absolute;
  bottom: 0.5em;
  left: 0.5em;
  color: #fff;
  font-weight: bold;
  font-size: 12rem;
}

.gallery__copy span {
  margin-bottom: -0.3em;
}

.gallery__copy ruby rt {
  font-size: 2.8rem;
}

@media screen and (max-width: 768px) {
  .gallery__video {
    top: 50%;
    display: none;
  }
  .gallery__still {
    top: 50%;
    display: block;
    max-width: inherit;
  }
  .gallery__copy {
    left: 0.2em;
    bottom: 0.2em;
    font-size: 10rem;
  }
}

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

@media only screen and (max-device-width: 767px) and (orientation: landscape) {
  .gallery {
    background-image: url("../images/op-still_big.jpg");
    background-position: center 32%;
  }
  .gallery__still {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .logo {
    width: 100px;
  }
  .top-line {
    margin-bottom: 10px;
    height: 10px;
  }
  .top-line__txt {
    display: none;
  }
  .btn--header-contact {
    font-size: 1.4rem;
    margin-right: 57px;
    padding: 7px;
  }
  .btn--header-contact span {
    display: none;
  }
  .gnav {
    display: none;
    position: absolute;
    top: 62px;
    right: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    margin-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 100;
  }
  .gnav__menu__item {
    float: none;
    width: 100%;
  }
  .gnav__menu__item a {
    color: rgba(255, 255, 255, 1);
    line-height: 54px;
    text-shadow: none;
  }
  .gnav__menu__item a:hover {
    text-shadow: none;
  }
  .gnav__menu__item:not(:last-child) a::after {
    display: none;
  }
  .gallery {
    position: static;
    height: 350px;
    background-image: url("../images/op-still_big.jpg");
    background-size: cover;
    background-position: center bottom;
  }
  .gallery__still {
    display: none;
  }
}

/*----------- concept -----------*/

.concept {
  border: 2px solid rgba(238, 238, 238, 0);
  -webkit-box-shadow: 0px 1px 4px 3px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 1px 4px 3px rgba(0, 0, 0, 0.14);
  margin-bottom: 150px;
  background-color: rgba(255, 255, 255, 0.12);
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.8) 0%, rgba(252, 252, 252, 0) 100%);
}

.concept-wrapper {
  background-color: #ffffff;
  table-layout: fixed;
}

.concept__copy {
  font-size: 54px;
  color: #46b2fb;
  background-color: #fff;
  width: 50%;
  display: table-cell;
  vertical-align: middle;
}

.concept__list-container {
  width: 50%;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 1em;
  background-color: #46b2fb;
  display: table-cell;
  vertical-align: middle;
}

.concept__list-container .btn--more {
  margin-left: -1em;
}

.concept__list {
  color: #fff;
  font-size: 2.4rem;
  text-align: left;
  padding-left: 1.8em;
}

.concept__list__item {
  padding-bottom: 1em;
  line-height: 1.4;
}

.btn--more {
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  margin-top: 30px;
  -webkit-transition-duration: 0.3s, 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s, 0.3s;
  -webkit-transition-property: color, background-color, border;
  transition-property: color, background-color, border;
  padding-left: 24px;
  padding-right: 24px;
}

.fa-angle-right {
  padding-right: 0.5em;
}

.btn--more:hover {
  background-color: #39b6ff;
  border: 1px solid #39b6ff;
}

@media screen and (min-width: 769px) {
  .btn--more {
    width: 37%;
  }
}

@media screen and (max-width: 768px) {
  .concept {
    margin-bottom: 50px;
  }
  .concept__list {
    font-size: 2rem;
  }
  .btn--more {
    margin-top: 0;
  }
}

@media screen and (max-width: 600px) {
  .concept {
    margin-bottom: 20px;
  }
  .concept__copy {
    width: 100%;
    display: block;
  }
  .concept__copy img {
    margin: 0 auto;
    display: block;
    text-align: center;
    width: 68%;
  }
  .concept__list-container {
    width: 100%;
    display: block;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .concept__list {
    font-size: 1.6rem;
    max-width: 400px;
    margin: 0 auto;
  }
}

/*----------- service -----------*/

.service-container {
  padding-bottom: 50px;
}

.service {
  color: #fff;
  width: 100%;
  margin-bottom: 150px;
  -webkit-box-shadow: 0px 1px 4px 3px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 1px 4px 3px rgba(0, 0, 0, 0.14);
  background-color: rgba(255, 255, 255, 0.12);
  border: 2px solid rgba(255, 255, 255, 0);
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.8) 0%, rgba(252, 252, 252, 0) 100%);
}

.service:nth-of-type(2n) {
  background: linear-gradient(135deg, rgba(252, 252, 252, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
}

.service__img {
  float: left;
  width: 50%;
}

.service__card {
  width: 50%;
  padding-top: 50%;
  float: left;
  position: relative;
  background-image: url(../images/gallery-flow.jpg);
  background-repeat: no-repeat;
  background-position: 90%;
  background-size: cover;
  overflow: hidden;
}

.service__card--top {
  background-image: none;
  background-color: #46b2fb;
}

.service__card--works {
  background-image: url(../images/gallery-works.jpg);
  background-position: 60%;
}
.service__card--wall {
  background-image: url(../images/gallery-wall.jpg);
  background-position: 60%;
}
.service__card--energy {
  background-image: url(../images/gallery-energy-top.jpg);
  background-position: 60%;
}

.service__card--rev {
  float: right;
}

.service__card__title {
  position: absolute;
  top: -22px;
  -webkit-transform: translateY(-42%);
  transform: translateY(-42%);
  width: 100%;
  text-align: center;
  font-size: 3.6rem;
  opacity: 0;
  -webkit-transition: top 0.4s, opacity 0.6s;
  transition: top 0.4s, opacity 0.6s;
}

.service:hover .service__card__title {
  top: 42%;
  opacity: 1;
  font-weight: bold;
}

.btn--more--flow {
  position: absolute;
  top: 105%;
  left: 50%;
  -webkit-transform: translate(-50%, -58%);
  transform: translate(-50%, -58%);
  margin-top: 0;
  text-align: center;
  letter-spacing: 0.1em;
  opacity: 0;
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-property: all;
  transition-property: all;
}

.service:hover .btn--more--flow {
  top: 58%;
  opacity: 1;
}

/*overlay*/
.service:hover .overlay {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

@media screen and (max-width: 768px) {
  .service {
    margin-bottom: 50px;
  }
  .service__card__title {
    top: 42%;
    opacity: 1;
    font-weight: bold;
  }
  .btn--more--flow {
    top: 58%;
    opacity: 1;
  }
}

@media screen and (max-width: 600px) {
  .service {
    margin-bottom: 20px;
  }
  .service-container {
    padding-bottom: 0;
  }
  .service__card {
    width: 100%;
    float: none;
    padding-top: 100%;
  }
  .service__card__title {
    font-size: 3rem;
  }
  .service__img {
    display: none;
    width: 100%;
    float: none;
  }
}

/*----------- news -----------*/

.news {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 100px;
  clear: both;
  text-align: center;
  position: relative;
  z-index: 1;
  background-image: url("../images/footer-ilust.png");
  background-size: 646px auto;
  background-repeat: repeat-x;
  background-position: left bottom;
  -webkit-animation: scroll 34s linear infinite;
  animation: scroll 34s linear infinite;
}

@-webkit-keyframes scroll {
  from {
    background-position: 0 bottom;
  }
  to {
    background-position: 646px bottom;
  }
}

@keyframes scroll {
  from {
    background-position: 0 bottom;
  }
  to {
    background-position: 646px bottom;
  }
}

.news__title {
  margin-bottom: 80px;
}

.news__title img {
  width: 284px;
}

.news__list-container {
  text-align: left;
  max-height: 295px;
  overflow-y: scroll;
  line-height: 1.8;
  padding-left: 2.5em;
  padding-right: 2.5em;
}

.news__list {
  border-bottom: 1px solid #eee;
}

.news__item-t,
.news__item-d {
  float: left;
  padding-top: 22px;
  padding-bottom: 22px;
}

.news__item-t {
  width: 20%;
  color: #999;
}

.news__item-d {
  width: 75%;
}

.news__item-d a {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.news__item-d a:hover {
  color: #39b6ff;
}

@media screen and (max-width: 768px) {
  .news {
    animation: none;
    -webkit-animation: none;
  }
}

@media screen and (max-width: 600px) {
  .news {
    padding-top: 40px;
    padding-bottom: 40px;
    background-image: none;
  }
  .news__title {
    margin-bottom: 40px;
  }
  .news__title img {
    max-height: 45px;
    width: auto;
  }
  .news__list-container {
    padding-left: 0;
    padding-right: 0;
    font-size: 1.2rem;
  }
  .news__list {
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .news__item-t,
  .news__item-d {
    float: none;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }
  .news__item-t {
    padding-bottom: 0.7em;
  }
  .news__item-d a {
    display: inline;
  }
}

/*----------- aside -----------*/

/*-------
---- recruit -----------*/

.service__card--recruit {
  background-image: url(../images/gallery-recruit.jpg);
  background-position: 50%;
}

/*-------
---- access -----------*/

.service__card--access {
  position: relative;
  background-image: url(../images/gallery-company.jpg);
}

/*-------
---- banner-drone -----------*/
.banner-drone {
  color: #333;
  background-color: #fff;
  border: 4px solid #f3f3f3;
  -webkit-box-shadow: 0px 3px 6px #00000029;
  box-shadow: 0px 3px 6px #00000029;
  padding-top: 30px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 23px;
}
.btn--drone {
  float: left;
  color: #fff;
  background-color: #39b6ff;
  padding-left: 40px;
  padding-right: 40px;
  text-align: center;
  border-radius: 6px;
  margin-right: 16px;
}
.btn--drone:hover {
  opacity: 0.8;
}
.banner-drone__desc {
  line-height: 36px;
}
.banner-drone__img {
  float: left;
  width: 24%;
  margin-right: 20px;
}
.banner-drone__text {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 30px;
}
.banner-drone__text__inner {
  font-size: 4rem;
  margin-top: 30px;
  display: inline-block;
}
.fa-chevron-right {
  padding-right: 0.5em;
}
@media screen and (max-width: 768px) {
  .banner-drone__text {
    line-height: 1.5;
    margin-bottom: 15px;
  }
  .banner-drone__text__inner {
    font-size: 3rem;
    display: inline;
  }
}
@media screen and (max-width: 600px) {
  .banner-drone {
    padding-top: 0;
  }
  .banner-drone__img {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .banner-drone__text {
    font-size: 2rem;
  }
  .banner-drone__text__inner {
    font-size: 2rem;
  }
  .btn--drone {
    float: none;
    display: block;
    width: 100%;
    margin-bottom: 1em;
  }
  .banner-drone__desc {
    line-height: 1.5;
  }
}

/*----------- footer -----------*/

.footer-illust {
  background-image: url("../images/footer-ilust02.png");
  background-size: 646px auto;
  background-repeat: repeat-x;
  height: 60px;
  margin-top: -60px;
}

.contact-wrapper {
  background-color: #39b6ff;
  margin-bottom: 50px;
  table-layout: fixed;
  border-spacing: 8px 8px;
  width: 100%;
  -webkit-box-shadow: 0px 6px 0px 0px rgba(15, 111, 163, 1);
  box-shadow: 0px 6px 0px 0px rgba(15, 111, 163, 1);
  position: relative;
}

.contact-wrapper a {
  width: 100%;
}

.contact-wrapper:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  top: 4px;
}

/*tel*/

.tel__container {
  text-align: center;
  color: #39b6ff;
  background-color: #fff;
  width: 78%;
  display: table-cell;
  vertical-align: middle;
}

.tel__container p {
  padding-bottom: 10px;
}

.tel__txt {
  padding-top: 10px;
}

.tel__no {
  font-size: 4.8rem;
  font-weight: bold;
  font-family: "Noto Sans", sans-serif;
  letter-spacing: 0.07em;
}

.tel__no:before {
  content: "";
  background-image: url(../images/freedial.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 83px;
  height: 47px;
  vertical-align: bottom;
  padding-right: 2em;
}

/*mail*/

.mail {
  color: #fff;
  width: auto;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 19%;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.mail span {
  display: inline-block;
}

.mail:hover {
  color: rgba(255, 255, 255, 0.7);
}

.mail .fa-envelope {
  font-size: 4rem;
  margin-right: 0;
  margin-bottom: 0.2em;
}

.mail__txt {
  font-size: 1.8rem;
  line-height: 1.3;
}

.f-menu-container {
  background-color: #f3f3f3;
  padding-top: 20px;
}

.gnav__menu__item--f {
  margin-bottom: 15px;
  /* width: 16.66%; */
  width: 14.28%;
  padding-top: 0;
  padding-bottom: 0;
}

.gnav__menu__item--f a {
  line-height: 1;
  text-shadow: none;
  color: #333;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.gnav__menu__item--f a:hover {
  color: #39b6ff;
  text-shadow: none;
}

.f-list {
  float: left;
}

.f-list__item {
  display: inline-block;
  font-size: 1.2rem;
}

.f-list__item:first-child {
  padding-right: 1.3em;
}

.f-list__item a {
  color: #fff;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.f-list__item a:hover {
  opacity: 0.7;
}

.copyright {
  float: right;
  margin-bottom: 20px;
  color: #fff;
  font-size: 1.2rem;
}

.footer-line {
  background-color: #46b2fb;
  padding-top: 80px;
}

@media only screen and (max-device-width: 1024px) and (orientation: landscape) {
  .contact-wrapper {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .contact-wrapper {
    margin-bottom: 0;
  }
  .tel__container p:nth-of-type(1) {
    padding-bottom: 5px;
  }
  .tel__txt {
    font-size: 13px;
    line-height: 1.4;
    padding-left: 1em;
    padding-right: 1em;
  }
  .tel__no {
    font-size: 3.8rem;
  }
  .tel__no:before {
    width: auto;
    height: 33px;
    padding-right: 1.8em;
  }
}

@media screen and (max-width: 600px) {
  .contact-wrapper {
    padding-top: 5px;
  }
  .tel__container {
    display: block;
    width: calc(100% - 10px);
    margin: 0 auto;
  }
  .mail {
    display: block;
    width: 100%;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
  .mail .fa-envelope {
    margin-bottom: 0;
    float: left;
    line-height: 38px;
    font-size: 3rem;
    padding-right: 0.3em;
  }
  .mail__txt {
    font-size: 1.8rem;
    float: left;
    line-height: 40px;
  }
  .gnav__menu--f {
    font-size: 1.2rem;
  }
  .gnav__menu__item--f {
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #ccc;
  }
  .gnav__menu__item--f a {
    padding-top: 7px;
    padding-bottom: 15px;
    line-height: 1;
    text-shadow: none;
    color: #333;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .f-list {
    float: none;
    margin-bottom: 1.5em;
  }

  .f-list__item {
    display: block;
    margin-bottom: 2em;
  }

  .f-list__item:first-child {
    padding-right: 0;
  }

  .copyright {
    float: none;
    font-size: 1rem;
  }
  .footer-line {
    padding-top: 20px;
    padding-bottom: 18px;
    text-align: center;
  }
}
