@charset "UTF-8";

#top{
  overflow: hidden;
}

/* メインビジュアル ====================================================*/
#main-visual {
  height:90vh;
	min-height:600px;
	max-height:800px;
	width:100%;
  position:relative;
}

@media screen and (max-width: 743px) {
  #main-visual {
    height:80vh;
  	min-height:450px;
  	max-height:550px;
  	width:95%;
  }
}

/* スライダー */
#main-visual .swiper{
  width:95%;
  height:95%;
  margin-top:100px;
  position:relative;
  overflow: hidden;
}

#main-visual .swiper-wrapper {
  width: 100%;
  height: calc(100% - 30px);
  position:relative;
  z-index:10;
}

#main-visual .swiper-slide {
  color: #ffffff;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 300px;
  overflow: hidden;
}

#main-visual .swiper-slide .slide-img{
  width:100%;
  height:100%;
}

#main-visual .swiper-slide .slide-img img{
  width:100%;
  height:100%;
  object-fit: cover;
  transform: scale(1.1);
}

#main-visual .swiper-slide-active .slide-img,
#main-visual .swiper-slide-duplicate-active .slide-img,
#main-visual .swiper-slide-prev .slide-img{
  animation: slideimg 10s linear 0s 1 normal both;
}

@keyframes slideimg{
  0% {
  transform: scale(1.2);
  }

  100% {
  transform: scale(1);
  }
}

@media screen and (max-width: 743px) {
  #main-visual .swiper{
    width:95%;
    height:95%;
    margin-top:100px;
  }
}

/* キャッチコピー */
#main-visual .catchcopy{
  position:absolute;
  top:0;
  bottom:0;
  left:50px;
  margin:auto;
  z-index:30;
  color:#C9CACA;
  font-family: serif;
  font-size:5em;
  line-height:1.2em;
  height:5em;
  mix-blend-mode: hard-light;
  text-shadow: 0px 0px 10px #808080;
}

@media screen and (max-width: 1023px) {
  #main-visual .catchcopy{
    position:absolute;
    top:40px;
    left:20px;
    z-index:30;
  }
}

@media screen and (max-width: 743px) {
  #main-visual .catchcopy{
    position:absolute;
    top:30px;
    left:15px;
    bottom:auto;
    font-size:35px;
  }

  #main-visual .catchcopy p{
    padding:7px 10px;
    margin-bottom:15px;
  }

  #main-visual .catchcopy p span{
    font-size:20px;
    letter-spacing: 1px;
    position:relative;
    top:20px;
  }
}

/* ドット */
#main-visual .dot-box{
  width:30%;
  height:700px;
  position:absolute;
  bottom:-100px;
  right:-100px;
}

#main-visual .bg_dot{
  background-color: #fff;
  background-image:
    radial-gradient(#E4EAE8 30%, transparent 30%);
  background-size: 10px 10px;
}

@media screen and (max-width: 743px) {
  #main-visual .dot-box{
    width:50%;
    height:400px;
    position:absolute;
    bottom:-50px;
    right:-20px;
  }

  #main-visual .bg_dot{
    background-color: #fff;
    background-image:
      radial-gradient(#E4EAE8 30%, transparent 30%);
    background-size: 7px 7px;
  }
}

/* About Us =======================================================*/
#home-about{
  margin-bottom:40px;
}

/* タイトル */
.home-ttl{
  font-family: serif;
  font-size:40px;
  font-weight:500;
}

@media screen and (max-width: 743px) {
  .home-ttl{
    font-size:30px;
    padding:0;
  }
}

/* コンテンツ枠 */
#home-about .about-wrap{
  display:flex;
  flex-wrap:wrap;
  width:95%;
  margin-top:40px;
  align-items: top;
  justify-content: center;
}

@media screen and (max-width: 1199px) {
  #home-about .about-wrap{
    width:100%;
  }
}

@media screen and (max-width: 743px) {
  #home-about .about-wrap{
    width:100%;
    margin-top:30px;
  }
}

/* 画像 */
#home-about .about-wrap .about-img{
  width:50%;
  max-width:500px;
  height:320px;
  overflow: hidden;
  margin:0;
}

#home-about .about-wrap .about-img img{
  width:100%;
  height:100%;
  object-fit: cover;
}

@media screen and (max-width: 1199px) {
  #home-about .about-wrap .about-img{
    width:45%;
    height:250px;
  }
}

@media screen and (max-width: 1023px) {
  #home-about .about-wrap .about-img{
    width:45%;
    height:400px;
  }

  #home-about .about-wrap .about-img img{
    object-position: 43% 0;
  }
}

@media screen and (max-width: 743px) {
  #home-about .about-wrap .about-img{
    width:90%;
    height:200px;
  }

  #home-about .about-wrap .about-img img{
    width:160%;
    height:160%;
    margin:-20% 0 0 -23%;
  }

  #home-about .about-wrap .about-img img{
    object-position: 50% 0;
  }
}

/* 文字 */
#home-about .about-wrap .about-txt{
  width:50%;
  max-width:calc(100% - 450px);
  margin:0;
  text-align: right;
}

#home-about .about-wrap .home-ttl{
  margin:30px auto 20px -15px;
  text-align: left;
}

#home-about .about-wrap .about-txt p{
  font-size:16px;
  font-weight:500;
  line-height:26px;
  padding-left:30px;
}

#home-about .about-wrap .about-txt a{
  margin-top:30px;
}

@media screen and (max-width: 1199px) {
  #home-about .about-wrap .about-txt{
    width:55%;
    max-width:calc(100% - 450px);
  }
}

@media screen and (max-width: 1023px) {
  #home-about .about-wrap .about-txt{
    width:55%;
    max-width:calc(100% - 450px);
    max-width:none;
    padding-top:0;
  }

  #home-about .about-wrap .home-ttl{
    margin:30px auto 20px 20px;
    text-align: left;
  }

  #home-about .about-wrap .about-txt p{
    padding-left:25px;
    font-size:15px;
  }
}

@media screen and (max-width: 743px) {
  #home-about .about-wrap .about-txt{
    width:90%;
    max-width:calc(100% - 450px);
    max-width:none;
    padding-top:0;
    text-align: center;
  }

  #home-about .about-wrap .home-ttl{
    margin:30px auto 20px auto;
    text-align: left;
  }

  #home-about .about-wrap .about-txt p{
    padding-left:0;
    font-size:15px;
  }
}

/* リンク */
.link-btn{
  background-color:#fff;
  border:solid 1.5px #4D4E4C;
  font-family:serif;
  transition:0.3s;
  padding:15px 30px;
  display:inline-block;
  width:auto;
}

.link-btn:hover{
  background-color:#4D4E4C;
  color:#ffff;
  transition:0.3s;
}

@media screen and (max-width: 743px) {
  .link-btn{
    width:100%;
    text-align:center;
  }
}


/* Our Service ====================================================*/
#home-service{
  margin-top:150px;
  position:relative;
}

#home-service .service-wrap{
  position:relative;
  padding:80px 30px 30px 30px;
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  z-index:1;

    width:100%;
}

#home-service .service-wrap::after{
  content:'';
  display:block;
  width:100%;
  height:100%;
  background-color:#E4EAE8;
  position:absolute;
  top:0;
  left:0;
  z-index:-1;
}

#home-service .service-wrap h1{
  position:absolute;
  top:-0.8em;
  left:-1em;
}

#home-service .service-box{
  width:250px;
  margin: 0 20px;
  text-align: center;
  margin:0;
}

#home-service .service-box .img-box{
  width:160px;
  height:160px;
  background-color:#fff;
  border-radius:200px;
  position:relative;
}

#home-service .service-box .img-box img{
  width:70%;
  position:absolute;
  top:0;
  left:0;
  bottom:0;
  right:0;
  margin:auto;
}

#home-service .service-box h2{
  font-family: serif;
  text-align: center;
  font-size:20px;
  font-weight:500;
  margin: 10px 0;
}

#home-service .service-box ul{
  width:90%;
  margin: 0 auto;
  position:relative;
}

#home-service .service-box ul li{
  padding:3px 5px;
  border-bottom:dotted 1.5px #B5B5B6;
  font-size:15px;
}

#home-service .service-box ul li i{
  margin-right:5px;
}

#home-service .service-box ul span{
  font-size:13px;
  position:absolute;
  bottom:3px;
  right:5px;
  width:auto;
  margin:0;
}

#home-service .link-box{
  margin:50px 0 10px 0;
  text-align: right;
  padding-right:20px;
}

#home-service .gray-box1{
  position:absolute;
  right:-40%;
  top:-80px;
  background-color:#f1f1f1;
  width:80%;
  height:90%;
  z-index:-1;
}

#home-service .gray-box2{
  position:absolute;
  left:-40%;
  bottom:0px;
  background-color:#F7F7F7;
  width:80%;
  height:90%;
  z-index:-1;
}


@media screen and (max-width: 1199px) {
  #home-service .service-wrap{
    width:100%;
  }

  #home-service .service-box .img-box{
    width:140px;
    height:140px;
  }
}

@media screen and (max-width: 1023px) {
  #home-service{
    width:90%;
  }

  #home-service .service-wrap{
    padding:60px 15px 30px 15px;
    width:100%;
  }

  #home-service .service-wrap h1{
    position:absolute;
    top:-0.8em;
    right:0;
    left:0;
    margin:auto;
    text-align: center;
  }

  #home-service .service-box{
    width:calc(100% /3);
    margin:0;
  }

  #home-service .service-box .img-box{
    width:130px;
    height:130px;
  }

  #home-service .service-box h2{
    font-size:18px;
  }

  #home-service .service-box ul li{
    font-size:14px;
    letter-spacing: 0.04em;
  }

  #home-service .service-box ul li i{
    margin-right:5px;
    font-size:15px;
  }

  #home-service .service-box ul span{
    font-size:12px;
  }

  #home-service .link-box{
    margin:30px 0 10px 0;
  }
}

@media screen and (max-width: 743px) {
  #home-service .service-box{
    width:100%;
    margin:0 0 40px 0;
  }

  #home-service .service-box .img-box{
      width:100px;
      height:100px;
  }

  #home-service .link-box{
    margin:0px auto 20px auto;
    padding-right:0px;
  }
}



/* 強み  ============================================================*/
#home-strange{
  position:relative;
  margin-top:50px;
}

#home-strange::after{
  content:'';
  display:block;
  position:absolute;
  top:0;
  left:0;
  height:100%;
  width:0%;
  background-color:#EFEFEF;
  transition:2s;
}

#home-strange.active::after{
  transition:2s;
  width:100%;
}

#home-strange .strange-wrap{
  position:relative;
  z-index:10;
  padding-top:50px;
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
}

#home-strange .strange-wrap .home-ttl{
  color:#d0d0d0;
  text-align: center;
  position:relative;
  width:100%;
  margin-bottom:50px;
}

#home-strange .strange-wrap .home-ttl span{
  position:absolute;
  bottom:0px;
  right:0;
  left:0;
  margin:auto;
  text-align: center;
  font-size:26px;
  font-family:serif;
}

#home-strange .strange-box{
  width:100%;
  margin-bottom:80px;
  display:flex;
  flex-wrap:wrap;
}

#home-strange .strange-box:last-of-type{
  margin-bottom:130px;
}

#home-strange .strange-box .img-box{
  height:200px;
  width:calc(50% - 30px);
  margin-right:30px;
}

#home-strange .strange-box:nth-of-type(even) .img-box{
  margin-right:0;
  margin-left:30px;
}

#home-strange .strange-box .img-box img{
  object-fit:cover;
  height:100%;
  width:100%;
}

#home-strange .strange-box p{
  color:#4D4E4C;
  width:50%;
  position:relative;
  font-weight:400;
  line-height:25px;
}

#home-strange .strange-box:nth-of-type(even) p{
  order:-1;
  margin-top:-30px;
}

#home-strange .strange-box p small{
  color:#4D4E4C;
  font-family:serif;
  font-size:80px;
  font-style:italic;
  position:absolute;
  top:30px;
  left:-50px;
}

#home-strange .strange-box:nth-of-type(even) p small{
  position:absolute;
  top:30px;
  left:-10px;
}

#home-strange .strange-box p strong{
  font-family:serif;
  font-size:20px;
  color:#4D4E4C;
  margin-top:30px;
  margin:40px 0 20px 80px;
  display:block;
  letter-spacing: 0;
  font-style:italic;
  line-height:30px;
}

#home-strange .strange-box:nth-of-type(even) p strong{
  margin:40px 0 20px 120px;
}

#home-strange .strange-box p strong span{
  font-family:serif;
  font-size:30px;
  color:#4D4E4C;
  letter-spacing: 0;
  font-style:italic;
  margin-right:5px;
}

@media screen and (max-width: 1199px) {
  #home-strange .strange-wrap{
    width:100%;
    max-width:800px;
  }
}

@media screen and (max-width: 1023px) {
  #home-strange .strange-wrap{
    width:85%;
  }

  #home-strange .strange-box .img-box{
    height:250px;
  }

  #home-strange .strange-box p small{
    font-size:60px;
  }

  #home-strange .strange-box p strong{
    margin:40px 0 20px 40px;
  }

  #home-strange .strange-box:nth-of-type(even) p strong{
    margin:40px 0 20px 90px;
  }
}

@media screen and (max-width: 743px) {
  #home-strange .strange-wrap .home-ttl span{
    bottom:-5px;
    font-size:22px;
  }

  #home-strange .strange-box{
    width:100%;
    margin-bottom:50px;
  }

  #home-strange .strange-box:last-of-type{
    margin-bottom:100px;
  }

  #home-strange .strange-box .img-box{
    height:160px;
    width:100%;
    margin:0!important;
  }

  #home-strange .strange-box p{
    width:100%;
    position:relative;
    font-weight:400;
    line-height:22px;
    font-size:14px;
  }

  #home-strange .strange-box:nth-of-type(even) p{
    order:0;
    margin-top:0px;
  }

  #home-strange .strange-box p small{
    font-size:45px;
    position:absolute;
    top:30px;
    left:0px;
  }

  #home-strange .strange-box:nth-of-type(even) p small{
    left:0px;
  }

  #home-strange .strange-box p strong{
    font-size:18px;
    margin-top:20px;
    margin:35px 0 15px 65px;
    line-height:20px;
  }

  #home-strange .strange-box:nth-of-type(even) p strong{
    margin:35px 0 15px 65px;
  }

  #home-strange .strange-box p strong span{
    font-size:25px;
    margin-right:2px;
  }
}




/* OFFICE  =========================================================*/
#office {
  margin-top:120px;
  position:relative;
}

#office h1{
  text-align: center;
}

#office .office-txt{
  text-align: center;
  font-size:15px;
  margin-top:20px;
  font-weight:400;
}

#office .office-txt br:last-of-type{
  display:none;
}

#office .office-wrap{
  display:flex;
  flex-wrap:wrap;
  align-items: center;
  margin:50px 0;
}

#office .office-wrap .google-map{
  display:block;
  width:350px;
  padding-bottom: 200px;
  height: 0;
  overflow: hidden;
  position:relative;
}

#office .office-wrap .google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#office .office-wrap .office-box{
  width:calc(100% - 350px);
  padding-left:50px;
}

#office .office-wrap .office-box p{
  font-family:serif;
  font-size:25px;
  margin-bottom:20px;
}

#office .office-wrap .office-box ul{
  display:flex;
  flex-wrap:wrap;
}

#office .office-wrap .office-box ul li{
  font-family:serif;
  line-height:22px;
  margin:5px 0;
  font-size:18px;
}

#office .office-wrap .office-box ul li:nth-of-type(odd){
  width:3em;
  text-align: center;
}

#office .office-wrap .office-box ul li:nth-of-type(even){
  width:calc(100% - 3em);
}

#office .office-wrap .office-box ul li i{
  color:#88BD23;
  font-size:26px;
  transform: scale(-1,1);
}

#office .office-wrap .office-box ul li:nth-of-type(3) i{
  position:relative;
  right:-5px;
  font-size:24px;
}

#office .office-wrap .office-box ul li a{
  font-family:serif;
  font-size:18px;
}

#office .gray-box3{
  position:absolute;
  left:-45%;
  top:0px;
  background-color:#F7F7F7;
  width:80%;
  height:110%;
  z-index:-1;
}

@media screen and (max-width: 1023px){
  #office .container-S{
    width:100%;
  }

  #office .office-txt br:last-of-type{
    display:inline-block;
  }

  #office .office-wrap{
    margin:50px auto;
    width:90%;
  }

  #office .office-wrap .google-map{
    display:block;
    width:270px;
    padding-bottom: 160px;
    height: 0;
    overflow: hidden;
    position:relative;
  }

  #office .office-wrap .office-box{
    width:calc(100% - 270px);
    padding-left:20px;
  }

  #office .office-wrap .office-box p{
    font-size:20px;
    padding-left:10px;
  }

  #office .office-wrap .office-box ul li{
    font-size:16px;
  }

  #office .office-wrap .office-box ul li:nth-of-type(odd){
    width:2.5em;
  }

  #office .office-wrap .office-box ul li:nth-of-type(even){
    width:calc(100% - 2.5em);
  }

  #office .office-wrap .office-box ul li i{
    font-size:20px;
  }

  #office .office-wrap .office-box ul li:nth-of-type(3) i{
    position:relative;
    right:-3px;
    font-size:20px;
  }

  #office .office-wrap .office-box ul li a{
    font-family:serif;
    font-size:18px;
  }
}

@media screen and (max-width: 743px) {
  #office .office-txt{
    width:85%;
    text-align: justify;
    letter-spacing: 0;
    font-size:14px;
  }

  #office .office-txt br{
    display:none!important;
  }

  #office .office-wrap{
    margin:50px auto 0 auto;
    width:85%;
    height:250px;
  }

  #office .office-wrap .google-map{
    width:100%;
    padding-bottom: 130px;
    position:relative;
    top:30px;
  }

  #office .office-wrap .office-box{
    width:100%;
    padding-left:0;
    position:relative;
    top:-150px;
  }

  #office .office-wrap .office-box p{
    font-size:18px;
    padding-left:0px;
    margin-bottom:155px;
    border-bottom:solid 2px #000;
    padding-bottom:10px;
  }

  #office .office-wrap .office-box ul li{
    font-size:15px;
    margin: 3px 0;
  }

  #office .office-wrap .office-box ul li:nth-of-type(odd){
    width:18px;
  }

  #office .office-wrap .office-box ul li:nth-of-type(even){
    width:calc(100% - 18px);
    padding-left:10px;
    font-size:15px;
  }

  #office .office-wrap .office-box ul li i{
    font-size:18px;
  }

  #office .office-wrap .office-box ul li:nth-of-type(3) i{
    position:relative;
    right:-3px;
    font-size:17px;
  }

  #office .office-wrap .office-box ul li a{
    font-size:15px;
  }

  #office .gray-box3{
    position:absolute;
    left:-20%;
    top:auto;
    bottom:-5%;
    width:100%;
    height:60%;
    z-index:-1;
  }
}






/* 採用情報。問い合せ =================================================*/
#home-info{
  width:100%;
  margin: 0 auto;
  padding:100px 50px 50px 50px;
  text-align: center;
  position:relative;
}

#home-info .info-box{
  display:inline-block;
  width:45%;
  height:200px;
  margin: 10px;
  position:relative;
  overflow: hidden;
}

#home-info .info-box img{
  width:100%;
  height:100%;
  object-fit: cover;
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  margin:auto;
  z-index:-1;
  transition:0.3s ease;
}

#home-info .info-box:hover img{
  width:105%;
  height:105%;
  left:-2.5%;
  top:-2.5%;
  transition:0.3s ease;
}

#home-info .info-box h4{
  color:#fff;
  font-size:20px;
  font-weight:500;
  font-family: serif;
  text-align: center;
  position:absolute;
  top:0;
  bottom:0;
  margin:auto;
  line-height:20px;
  height:2em;
}

#home-info .info-box h4 span{
  color:#fff;
  font-family: serif;
  display:block;
  font-size:12px;
  text-align: center;
}

#home-info .gray-box4{
  position:absolute;
  right:-70%;
  bottom:0;
  background-color:#E4EAE8;
  width:100%;
  height:110%;
  z-index:-1;
}


@media screen and (max-width: 1023px){
  #home-info{
    width:100%;
    margin: 0 auto;
    padding:100px 20px 50px 20px;
    text-align: center;
    position:relative;
  }

  #home-info .info-box{
    width:calc(50% - 20px);
    height:140px;
    margin: 5px;
  }
}

@media screen and (max-width: 743px) {
  #home-info{
    width:100%;
    margin: 0 auto;
    padding:100px 0 10px 0;
    text-align: center;
    position:relative;
  }

  #home-info .info-box{
    width:85%;
    height:100px;
    margin: 0 0 10px 0;
  }
}





















/**/
