@charset "UTF-8";

/* ------------------------------------------------------------
   base.css
------------------------------------------------------------ */
/*
* mainimg
* service
* works
* sns
* company
* 
*/

/* mainimg
------------------------------------------------------------ */

.mainimg {
  height: 100vh;
  background: no-repeat 50% right / cover;
  position: relative;
}
.mainimg .catch {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 20%;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-20%);
}
.mainimg .catch h1 {
  font-size: 45px;
  font-size: calc(100vw / 30);
  line-height: calc(100vw / 25);

  font-weight: bold;
  position: relative;
}
.mainimg .catch .en {
  font-size: calc(100vw / 15);
  line-height: calc(100vw / 10);
  margin-top: 4%;
}
.mainimg .scroll {
  position: absolute;
  bottom: 20px;
  right: 0;
  left: 0;
  margin: auto;
  width: 64px;
  height: 50px;
}
.mainimg .scroll img {
  width: 100%;
}

/* service
------------------------------------------------------------ */
.service {
  position: relative;
}
.service .tit__block {
  position: absolute;
  z-index: 2;
  text-align: center;
  left: 0;
  right: 0;
  top: 10%;
  color: #fff;
}
.service .tit__block .en {
  color: #fff;
}
.service .box__block {
  display: flex;
}
.service .box {
  width: 50%;
  background: #000 no-repeat 50% 50% / cover;
  text-align: center;
  transition: all 0.4s;
  padding: 20% 10%;
  color: #fff;
  cursor: pointer;
  overflow: hidden;
  z-index: 0;
  position: relative;
}
.service .box::before {
  content: "";
  background: inherit;
  /*.bgImageで設定した背景画像を継承する*/
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(10px);
  position: absolute;
  transition: all 1s;
  /*ブラー効果で画像の端がボヤけた分だけ位置を調整*/
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  z-index: -1;
  /*重なり順序を一番下にしておく*/
}
.service .box::after {
  content: "";
  position: absolute;
  background: url(../common/img/arrow_white_right.png) no-repeat 0 0 / 50px auto;
  width: 50px;
  height: 12px;
  right: 5%;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 1s;
}
.service .box .read {
  font-size: 3rem;
  transition: all 1s;
}
.service .box .hidden {
  margin: 20px auto 0;
  opacity: 0;
  transition: all 1s;
  position: absolute;
  left: 0;
  right: 0;
}
.service .box.num01 {
  background-image: url(../img/service__img01.png);
}
.service .box.num02 {
  background-image: url(../img/service__img02.png);
}
.service .box:hover::before {
  -webkit-filter: inherit;
  -moz-filter: inherit;
  -o-filter: inherit;
  -ms-filter: inherit;
  filter: inherit;
}
.service .box:hover .hidden {
  opacity: 1;
  display: block;
}
.service .box:hover {
  padding-top: 15%;
}
.service .box:hover::after {
  display: none;
}
.service .box .text {
  width: 80%;
  font-size: 1.4rem;
  margin: auto;
  margin-bottom: 30px;
}

/* works
------------------------------------------------------------ */
.works {
  padding: 7% 0;
  background: #eaeaea;
  text-align: center;
}
.works p {
  font-size: 1.4rem;
  width: 90%;
  margin: auto;
}
.works h3 {
  font-size: 2rem;
  font-weight: normal;
}
.works .box {
  width: 90%;
  margin: 40px auto;
}
.works .box h3 {
  margin: 40px 0 25px;
  position: relative;
  padding-bottom: 15px;
  color: #023894;
}
.works .box h3::after {
  position: absolute;
  content: "";
  background: #023894;
  width: 10px;
  height: 2px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.works .box p {
  text-align: left;
  max-width: 700px;
  margin: auto;
  line-height: 32px;
}
/*
.works .roop_slider{ margin: 30px auto 0 ; }
.works .roop_slider li div{
    padding: 15%;
    background: #fff;
    font-size: 18px;
    font-family:  "Avenir",'Josefin Sans';
    display: block;
    box-sizing: border-box;
    box-shadow: 6px 6px 0 #ccc;
    margin: 6px 5%;
}
*/

.works.about {
  background: #fff;
}
.works.about .box p {
  max-width: 1000px;
}
.works.about p {
  margin: 20px auto;
}
.works.about .more__btn {
  margin-top: 60px;
}

/* sns
------------------------------------------------------------ */
.sns {
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: auto;
  max-width: 1200px;
  padding: 7% 0;
}
.sns .news__block {
  width: 48%;
}
.sns .fb__block {
  width: 48%;
}
.facebook-wrapper {
  max-width: 500px;
  margin: 0 auto;
}
.facebook-wrapper > .fb-page {
  width: 100%;
}
.facebook-wrapper > .fb-page > span,
.facebook-wrapper iframe {
  width: 100% !important;
}
.sns h3 {
  color: #023894;
  font-size: 40px;
  line-height: 40px;
  font-weight: normal;
  font-family: "Avenir", "Josefin Sans";
  margin-bottom: 40px;
}
.sns .news__block .scroll {
  overflow-y: scroll;
  height: 570px;
}
.sns .news__block .box {
  margin: 0 0 50px;
}
.sns .news__block .box dt {
  font-size: 16px;
  font-weight: normal;
  font-family: "Avenir", "Josefin Sans";
  margin-bottom: 10px;
}
.sns .news__block .box dd {
  font-size: 13px;
  color: #666;
}
.sns .news__block .box dd .img {
  margin: 10px 0;
}
.sns .news__block .box dd .img img {
  width: 100%;
}
.sns .news__block .box dd .tit {
  color: #333;
  font-size: 16px;
  margin-bottom: 10px;
}
.sns .news__block .box dd .btn {
  display: block;
  background-color: #333;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 10px;
  max-width: 220px;
  margin: 20px 0 0;
}
.sns .news__block .box dd .btn:hover {
  opacity: 0.8;
}
.sns .news__block .box dd h4 {
  font-size: 15px;
  font-weight: normal;
  margin: 0 0 15px;
  color: #023894;
}
.sns .news__block .box dd .sub {
  color: #023894;
  margin-top: 15px;
}
.sns .news__block .box dd h5 {
  margin: 0 0 12px;
  font-weight: 500;
}
.sns .news__block .box dd .qt {
  padding-left: 15px;
  border-left: 1px solid #ccc;
}

/* company
------------------------------------------------------------ */
.company {
  position: relative;
  padding: 50px 0;
  height: 500px;
  background: #eaeaea;
  overflow: hidden;
}
.company .box {
  width: 40%;
  height: auto;
  padding: 5%;
  background: url(../common/img/blue_pt.gif) repeat;
  z-index: 2;
  position: absolute;
  top: 10%;
  bottom: 10%;
  left: 10%;
  margin: auto;
  color: #fff;
}
.company .tit__block {
  text-align: left;
}
.company .tit__block .en {
  color: #fff;
}
.company .more__btn {
  margin: 0;
  max-width: 330px;
}
.company .map {
  position: absolute;
  right: 0;
  top: 0;
  width: 70%;
  height: 1000px;
  z-index: 1;
}
.company .map iframe {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

@media screen and (min-width: 1090px) and (max-width: 1300px) {
  /* ▼PC用================================================================== */

  /* mainimg
	------------------------------------------------------------ */
  /* service
	------------------------------------------------------------ */
  /* works
	------------------------------------------------------------ */
  /* sns
	------------------------------------------------------------ */
  /* company
	------------------------------------------------------------ */

  /* ▲PC用================================================================== */
}

@media screen and (min-width: 768px) and (max-width: 1089px) {
  /* ▼Tab用================================================================= */

  /* mainimg
	------------------------------------------------------------ */

  /* service
	------------------------------------------------------------ */
  .service .box {
    padding: 25% 5%;
  }
  .service .box .read {
    font-size: 2rem;
    transition: all 1s;
  }
  .service .box .hidden {
    width: 80%;
  }

  /* works
	------------------------------------------------------------ */
  /* sns
	------------------------------------------------------------ */

  .sns h3 {
    font-size: 35px;
    line-height: 35px;
    margin-bottom: 20px;
  }
  .sns .news__block .box dt {
    font-size: 16px;
    font-weight: bold;
  }
  .sns .news__block .box dd {
    font-size: 13px;
  }

  /* company
	------------------------------------------------------------ */
  .company .box {
    padding: 12% 5%;
  }

  /* ▲Tab用================================================================= */
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  /* ▼SP用================================================================ */

  /* mainimg
	------------------------------------------------------------ */
  .mainimg .catch h1 {
    font-size: 26px;
    line-height: 32px;
  }
  .en_lang .mainimg .catch h1 {
    font-size: 24px;
  }
  .mainimg .catch .en {
    font-size: 50px;
    line-height: 70px;
  }
  .mainimg .scroll {
    width: 40px;
    height: 36px;
  }
  .mainimg .scroll img {
    width: 100%;
  }

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

  .service {
    position: relative;
  }
  .service .tit__block {
    top: 8%;
  }
  .service .box__block {
    display: block;
    height: auto !important;
  }
  .service .box {
    width: auto;
    height: auto !important;
    padding: 15% 10%;
  }
  .service .box.num01 {
    padding-top: 40%;
  }
  .service .box::before {
    -webkit-filter: inherit;
    -moz-filter: inherit;
    -o-filter: inherit;
    -ms-filter: inherit;
    filter: inherit;
    position: inherit;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .service .box::after {
    display: none;
  }
  .service .box .read {
    font-size: 2rem;
    transition: all 1s;
  }
  .service .box .hidden {
    margin: 20px auto 0;
    position: inherit;
    opacity: 1;
  }
  .service .box:hover::before {
    -webkit-filter: inherit;
    -moz-filter: inherit;
    -o-filter: inherit;
    -ms-filter: inherit;
    filter: inherit;
  }
  .service .box:hover .hidden {
    opacity: 1;
    display: block;
  }
  .service .box:hover {
    padding-top: 15%;
  }
  .service .box.num01:hover {
    padding-top: 40%;
  }
  .service .box .text {
    font-size: 1.3rem;
    margin-bottom: 20px;
    width: auto;
  }

  /* works
    ------------------------------------------------------------ */
  .works {
    padding: 14% 0;
  }
  .works p {
    font-size: 1.3rem;
    width: 90%;
    margin: auto;
  }
  .works .box h3 {
    font-size: 16px;
  }
  .works .box p {
    line-height: 28px;
  }
  .works .roop_slider {
    margin: 20px auto 0;
  }
  .works .roop_slider li div {
    padding: 10%;
    font-size: 15px;
    margin: 6px 3%;
  }
  /* sns
	------------------------------------------------------------ */
  .sns {
    display: block;
    padding: 10% 0;
  }
  .sns .news__block {
    width: auto;
    margin-bottom: 10%;
  }
  .sns .fb__block {
    width: auto;
  }
  .sns h3 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .sns .news__block .scroll {
    overflow-y: scroll;
    height: 370px;
  }
  .sns .news__block .box {
    margin: 0 0 30px;
  }
  .sns .news__block .box dt {
    font-size: 16px;
    font-weight: bold;
  }
  .sns .news__block .box dd {
    font-size: 13px;
  }

  /* company
	------------------------------------------------------------ */
  .company {
    padding: 50px 0;
    height: 250px;
    background: #eaeaea;
    overflow: hidden;
  }
  .company .box {
    width: 85%;
    height: 85%;
    padding: 7%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .company .more__btn {
    width: 80%;
  }
  .company .map {
    width: 100%;
  }

  /* ▲SP用================================================================ */
}
