@charset "utf-8";
/*
font-family: "Noto Serif JP";
font-weight: 700;
sans:400=Regular,700=Bold
*/
.btn{
  position: relative;
  border-radius: 30px;
  background: #00CAFF;
	background: linear-gradient(180deg,rgba(0, 202, 255, 1) 0%, rgba(0, 153, 204, 1) 100%);
  width: 256px;
  height: 60px;
}
.btn a{
  display: block;
  color:#FFF;
  width: 256px;
  font-size:18px;
  font-weight: 400;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
}
.btn:hover{
  background: #00CAFF;
	background: linear-gradient(180deg,rgba(0, 153, 204, 1) 0%, rgba(0, 202, 255, 1) 100%);
}
.none_br{
  display: none;
}
a[href^="tel:"] {
  pointer-events: none;
}

/* keyview */
#keyview{
  position: relative;
  width: 100%;
  height: 768px;
}
.key_img{
  background: url(../images/img_keyview_top.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 768px;
  min-height: 768px;
}
#keyview h2{
  position: absolute;
  top:50%;
  left:50%;
  z-index: 2;
  transform:translateX(-50%) translateY(-50%);
  -webkit- transform:translateY(-50%);
  background: url(../images/catchcopy.png) no-repeat;
  background-size: cover;
  width: 296px;
  height: 504px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
#keyview p{
  position: absolute;
  bottom:45px;
  left:50%;
  transform:translateX(-50%);
  -webkit- transform:translateX(-50%);
  color:#FFF;
  font-size:22px;
  line-height:1.2em;
  font-weight: 700;
  text-align: center;
}

/* cont_intro*/
#cont_intro{
  position: relative;
  margin:100px auto 0;
  padding: 0 0 100px;
  width: 1366px;
  height: 683px;
  background-color: #FFF;
  overflow: auto;
}
.intro_img{
  position: absolute;
  top:0;
  left:50%;
  width: 683px;
  height: 683px;
  overflow: hidden;
  z-index: 1;
}
.intro_img img{
  width: 100%;
}
#intro_box{
  position: relative;
  margin:66px 0 0 33px;
  border-radius: 20px;
  background-color: #FFF;
  width: 768px;
  z-index: 2;
}
#intro_box h3{
  position: absolute;
  top:216px;
  left:-210px;
  color:#00CAFF;
  font-size:120px;
  line-height: 120px;
  font-weight: 700;
  transform: rotate(90deg);
}
.intro_area{
  padding:30px 30px 30px 180px;
  width: 558px;
}
.intro_area h4{
  position: relative;
  padding:0 0 0px;
  font-family: "Noto Serif JP";
  font-weight: 700;
  font-size:48px;
  line-height: 1.2em;
}
.intro_area p{
  margin:30px 0 0;
  font-size:18px;
  line-height: 1.5em;
}
.intro_area .btn{
  margin:40px 0 0;
}
/* parallax*/
#para{
  position: relative;
  width: 100%;
  overflow: hidden;
}
.parallax{
  height: 400px;
}
.parallax::before{
  background: url(../images/img_top_parallax.jpg) no-repeat;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 100vw;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
}

/* business */
#cont_business{
  position: relative;
  background:url(../images/img_top02.jpg) no-repeat;
  background-size: cover;
  width: 100%;
  height: 768px;
}
#cont_business::before{
  content: "";
  position: absolute;
  top:0;
  left:0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 50%;
  min-width: 683px;
  height: 768px;
}
#business{
  margin: 0 auto;
  width: 1366px;
  height: auto;
}
#business_area{
  position: relative;
  display: flex;
  margin:0 0 0 33px;
  width: 650px;
}
#business_area h3{
  position: absolute;
  top:320px;
  left:-332px;
  color:#00CAFF;
  font-size:120px;
  line-height: 120px;
  font-weight: 700;
  transform: rotate(90deg);
}
#business_box{
  margin:100px 30px 0 140px;
  width: 480px;
}
#business_box h4{
  color:#FFF;
  font-family: "Noto Serif JP";
  font-weight: 700;
  font-size:48px;
  line-height: 1.2em;
}
#business_box p{
  margin:30px 30px 0 0;
  color:#FFF;
  font-size:18px;
  line-height: 1.5em;
}
#business_box .btn{
  margin:30px 0 0;
}
/* recruit */
#cont_recruit{
  position: relative;
  display: flex;
  margin:100px auto 0;
  padding:0 0 160px;
  width: 1366px;
  height: auto;
}
#cont_recruit h3{
  position: absolute;
  top:146px;
  left:-127px;
  color:#00CAFF;
  font-size:120px;
  line-height: 120px;
  font-weight: 700;
  transform: rotate(90deg);
}
#recruit{
  margin:0 30px 0 173px;
  width: 470px;
}
#recruit h4{
  color:#2b2b2b;
  font-family: "Noto Serif JP";
  font-weight: 700;
  font-size:48px;
  line-height: 1.2em;
}
#recruit p{
  margin:30px 0px 0 0;
  font-size:18px;
  line-height: 1.5em;
}
#recruit .btn{
  margin:30px 0 0;
}
.img_recruit{
  width: 693px;
  height: 556px;
}
.img_recruit img{
  width: 100%;
}
/* news */
#news{
  background-color: #87CEFA;
  width: 100%;
  height: 444px;
}
.cont_news{
  position: relative;
  display: flex;
  margin:0 auto 0;
  width: 1300px;
  height: 444px;
}
.cont_news h3{
  position: absolute;
  top:160px;
  left:-100px;
  color:#FFF;
  font-size:120px;
  line-height: 120px;
  font-weight: 700;
  transform: rotate(90deg);
}
.news_head{
  margin:100px 60px 0 173px;
  width: 278px;
}
.news_head h4{
  color:#333;
  font-weight: 700;
  font-size:48px;
  line-height: 1.2em;
}
.news_head p{
  margin:30px 0px 0 0;
  color:#444;
  font-size:18px;
  line-height: 1.5em;
}
.news_head .news_btn{
  margin:30px 0 0;
  border:1px solid #007BB5;
  border-radius: 29px;
  background-color: #007BB5;
  width: 254px;
  height: 58px;
}
.news_head .news_btn a{
  display: block;
  color:#FFF;
  width: 254px;
  height: 58px;
  font-size:18px;
  font-weight: 700;
  line-height: 58px;
  text-align: center;
  text-decoration: none;
}
.news_head .news_btn:hover{
  background-color: #FFF;
}
.news_head .news_btn:hover a{
  color:#007BB5;
}
#news ol{
  margin:100px 0 0;
  width: 680px;
}
#news ol li{
  position: relative;
  border-bottom:1px solid #444;
  height: 74px;
}
#news ol li:first-child{
  border-top:1px solid #444;
}
#news ol li::after{
  position: absolute;
  top:33.5px;
  right:5px;
  content: "";
  background:url(../images/icon_arrow_b.png) no-repeat;
  background-size: cover;
  width: 6px;
  height: 7px;
}
#news ol li a{
  display: flex;
  align-items: center;
  height: 74px;
  text-decoration: none;
}
#news ol li a:hover{
  background-color: rgba(255, 255, 255, 0.7);
}
#news ol li time{
  margin: 0 0 0 10px;
  width:80px;
  height: 30px;
  line-height: 30px;
}
#news ol li .category{
  margin:10px 30px;
  padding:0 10px;
  background-color:#007BB5;
  color:#FFF;
  min-width: 100px;
  height:30px;
  line-height:30px;
  text-align: center;
}
#news ol li a p{
  padding:0 20px 0 0;
}

/*スマホ*/
@media (max-width: 767px){
  .btn{
    position: relative;
    border-radius: 30px;
    background: #00CAFF;
    background: linear-gradient(180deg,rgba(0, 202, 255, 1) 0%, rgba(0, 153, 204, 1) 100%);
    width: 100%;
    height: 40px;
  }
  .btn a{
    display: block;
    color:#FFF;
    width: 100%;
    font-size:18px;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
  }
  .btn:hover{
    background: #00CAFF;
	  background: linear-gradient(180deg,rgba(0, 153, 204, 1) 0%, rgba(0, 202, 255, 1) 100%);
  }
  .none_br{
    display: block;
  }
  a[href^="tel:"] {
    pointer-events:auto;
  }
  /* keyview */
  #keyview{
    position: relative;
    width: 100%;
    height: 100svh;
  }
  .key_img{
    background: url(../images/img_keyview_top_sp.jpg) no-repeat;
    background-size: cover;
    background-position: right bottom;
    height: 100svh;
  }
  #keyview h2{
    position: absolute;
    top:50%;
    left:50%;
    z-index: 2;
    transform:translateX(-50%) translateY(-50%);
    -webkit- transform:translateY(-50%);
    background: url(../images/catchcopy.png) no-repeat;
    background-size: cover;
    width: 203px;
    height: 335px;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
  }
  #keyview p{
    position: absolute;
    bottom:45px;
    left:50%;
    transform:translateX(-50%);
    -webkit- transform:translateX(-50%);
    color:#FFF;
    font-size:18px;
    line-height:1.2em;
    font-weight: 700;
    text-align: center;
    white-space:nowrap;
  }
  /* cont_intro*/
  #cont_intro{
    position: relative;
    margin:0;
    padding: 50px 0;
    width: 100%;
    height: auto;
    background-color: #FFF;
    overflow: auto;
  }
  .intro_img{
    position: absolute;
    top:50px;
    left:50%;
    margin:0 auto 0;
    width: calc(100% - 20px);
    height: 294px;
    overflow: hidden;
    z-index: 1;
    transform:translateX(-50%);
  -webkit- transform:translateX(-50%);
  }
  .intro_img img{
    width: 100%;
  }
  #intro_box{
    position: relative;
    margin:200px auto 0;
    border-radius: 10px;
    background-color: #FFF;
    width: calc(100% - 40px);
    z-index: 2;
  }
  #intro_box h3{
    position: static;
    top:0px;
    left:0px;
    padding:15px 15px 10px;
    color:#00CAFF;
    font-size:16px;
    line-height: 16px;
    font-weight: 700;
    transform: none;
  }
  .intro_area{
    padding:0 15px 15px;
    width: calc(100% - 30px);
  }
  .intro_area h4{
    position: relative;
    padding:0 0 0px;
    font-family: "Noto Serif JP";
    font-weight: 700;
    font-size:26px;
    line-height: 1.2em;
  }
  .intro_area p{
    margin:30px 0 0;
    font-size:16px;
    line-height: 1.5em;
  }
  .intro_area .btn{
    margin:30px 0 0;
  }

  /* parallax*/
  #para{
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .parallax{
    height: 200px;
  }
  .parallax::before{
    background: url(../images/img_top_parallax.jpg) no-repeat;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
  }
  /* business */
  #cont_business{
    position: relative;
    background:url(../images/img_top02.jpg) no-repeat;
    background-size: cover;
    background-position: 30% center;
    width: 100%;
    height: 1075px;
  }
  #cont_business::before{
    content: "";
    position: absolute;
    top:400px;
    left:0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    min-width: 100%;
    height: 675px;
  }
  #business{
    margin: 0 10px;
    padding:50px 0;
    width: calc(100% - 20px);
  }
  #business_area{
    position: relative;
    display: block;
    margin:400px 0 0 0px;
    width: 100%;
  }
  #business_area h3{
    position: static;
    top:0px;
    left:0px;
    color:#00CAFF;
    font-size:16px;
    line-height: 16px;
    font-weight: 700;
    transform: none;
  }
  #business_box{
    margin:15px 0px 15px;
    width: 100%;
  }
  #business_box h4{
    color:#FFF;
    font-family: "Noto Serif JP";
    font-weight: 700;
    font-size:28px;
    line-height: 1.2em;
  }
  #business_box p{
    margin:30px 0 0;
    color:#FFF;
    font-size:16px;
    line-height: 1.5em;
  }
  #business_box .btn{
    margin:30px 0 0;
  }
  /* recruit */
  #cont_recruit{
    position: relative;
    display: block;
    margin:50px auto 0;
    padding:0 0 80px;
    width: 100%;
    height: auto;
  }
  #cont_recruit h3{
    position: static;
    top:0px;
    left:0px;
    padding:315px 10px 0;
    color:#00CAFF;
    font-size:16px;
    line-height: 16px;
    font-weight: 700;
    transform: none;
  }
  #recruit{
    margin:15px 10px 0;
    width: calc(100% - 20px);
  }
  #recruit h4{
    color:#2b2b2b;
    font-family: "Noto Serif JP";
    font-weight: 700;
    font-size:28px;
    line-height: 1.2em;
  }
  #recruit p{
    margin:30px 0px 0 0;
    font-size:16px;
    line-height: 1.5em;
  }
  #recruit .btn{
    margin:30px 0 0;
  }
  .img_recruit{
    position: absolute;
    top:0;
    left:0;
    margin:0 10px 0;
    width: calc(100% - 20px);
    height: 285px;
    overflow: hidden;
  }
  .img_recruit img{
    width: 100%;
    min-height: 285px;
  }

  /* news */
  #news{
    background-color: #87CEFA;
    width: 100%;
    height: auto;
  }
  .cont_news{
    position: relative;
    display: block;
    margin:0 10px 0;
    padding:50px 0 180px;
    width: calc(100% - 20px);
    height: auto;
  }
  .cont_news h3{
    position: static;
    top:0;
    left:0;
    color:#FFF;
    font-size:16px;
    line-height: 16px;
    font-weight: 700;
    transform: none;
  }
  .news_head{
    margin:15px 0px 0px;
    width: 100%;
  }
  .news_head h4{
    color:#333;
    font-weight: 700;
    font-size:28px;
    line-height: 1.2em;
  }
  .news_head p{
    margin:15px 0px 0 0;
    color:#444;
    font-size:16px;
    line-height: 1.5em;
  }
  .news_head .news_btn{
    position: absolute;
    bottom:80px;
    margin:30px 0 0;
    border:1px solid #007BB5;
    border-radius: 19px;
    background-color: #007BB5;
    width: calc(100% - 2px);
    height: 38px;
  }
  .news_head .news_btn a{
    display: block;
    color:#FFF;
    width: 100%;
    height: 38px;
    font-size:16px;
    font-weight: 700;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
  }
  .news_head .news_btn:hover{
    background-color: #FFF;
  }
  .news_head .news_btn:hover a{
    color:#007BB5;
  }
  #news ol{
    margin:20px 10px 0;
    width:calc(100% - 20px);
  }
  #news ol li{
    position: relative;
    padding:10px 0;
    border-bottom:1px solid #444;
    height: auto;
  }
  #news ol li:first-child{
    border-top:1px solid #444;
  }
  #news ol li::after{
    position:static;
    top:21.5px;
    right:0;
    content: "";
    background:none;
    background-size: cover;
    width: auto;
    height: auto;
  }
  #news ol li a{
    display: block;
    align-items: center;
    height: auto;
    text-decoration: none;
  }
  #news ol li a:hover{
    background-color: rgba(255, 255, 255, 0.7);
  }
  #news ol li time{
    margin:0;
    width:80px;
    height: 30px;
    line-height: 30px;
  }
  #news ol li .category{
    display: inline-block;
    margin: 0 10px 10px;
    padding:0 10px;
    background-color:#007BB5;
    color:#FFF;
    min-width: 100px;
    height:30px;
    line-height:30px;
    text-align: center;
  }
  #news ol li a p{
    padding:0 0px 0 0;
  }
}

@media (max-width: 767px) and (orientation:landscape){
  #keyview{
    position: relative;
    width: 100%;
    height: 812px;
  }
  .key_img{
    background: url(../images/img_keyview_top_sp.jpg) no-repeat;
    background-size: cover;
    background-position: right bottom;
    height: 812px;
  }
}
