@charset "utf-8";

/*index.css*/

/*●●●●●●●●●●●●●●●●●●●●　SP　●●●●●●●●●●●●●●●●●●●●*/

/*----------　firstview　----------*/

.index .firstview {
  position: relative
}

/*★　catch　★*/
.index .firstview .catch {
  position: absolute;
  z-index: 99;
  top:22%;
  left: 15px;
}

.index .firstview .catch p {
  color: #fff;
  font-size: 7vw;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 1.3;
}

.index .firstview .catch p.en {
  font-size: 3.5vw;
  margin-top: 16px;
}

/*★　scroll　★*/
.index .firstview .catch .scroll{
  position: absolute;
  bottom: -130px;
  left: 50%;
}

.index .firstview .catch .scroll span{
  position: absolute;
  left: 10px;
  bottom: 10px;
  color: #FFFFFF;
  font-size: 1.4rem;
  letter-spacing: 0.5px;
  writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
}

/*　丸の描写　*/
.index .firstview .catch .scroll:before {
  content: "";
  position: absolute;
  bottom:0;
  left:-4px;
  width:10px;
  height:10px;
  border-radius: 50%;
  background:#FFFFFF;
  animation:
    circlemove 1.6s ease-in-out infinite,
    cirlemovehide 1.6s ease-out infinite;
}

@keyframes circlemove {
  0% {
    bottom: 45px;
  }
  100% {
    bottom: -5px;
  }
}

@keyframes cirlemovehide {
  0% {
    opacity: 0
  }
  50% {
   opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}

/*　線の描写　*/
.index .firstview .catch .scroll:after {
  content:"";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2px;
  height: 50px;
  background: #FFFFFF;
}

/*★　slider　★*/
.index .firstview .slider {
  width: 100%;
  height: 100vh;
}

.vegas-timer {
  display: none;
}

/*----------　about　----------*/

.index .about .sc_ttl .sub .border {
  width: calc(100% - 189px);
}

.index .about .lead {
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 1.3;
  margin: 20px 0 10px;
}

.index .about .txt_box {
  margin-top: 25px;
}

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

.index .service {
/*  background: rgba(26,95,117,0.65);*/
  background: #6996a5;
  color: #fff;
}

.index .service .sc_ttl .sub .border {
  width: calc(100% - 157px);
}

.index .service .item_wrap .item {
  margin-top: 40px;
}

.index .service .item_wrap .item h3 {
  font-size: 2.5rem;
  margin: 10px 0 5px;
}

.index .service .item_wrap .item.reversal {
  margin-top: 50px;
}

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

.index .news .sc_ttl .sub .border {
  width: calc(100% - 227px);
}

.index .news .news_box ul li p.date {
  font-size: 1.3rem;
  margin-top: 20px;
  font-weight: bold;
}

.index .news .news_box ul li p.ttl {
  font-size: 2.5rem;
  margin-bottom: 8px;
  font-weight: bold;
}

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

.index .recruit.bg{
/*  background: rgba(26,95,117,0.65);*/
  background: #6996a5;
  color: #fff;
}
.index .recruit .sc_ttl.wh .sub .border {
    width: calc(100% - 153px);
}
.index .recruit .recruit_box {
  margin-top: 40px;
}
.index .recruit .recruit_box figure {
  margin-bottom: 25px;
  } 

.index .recruit .recruit_box p {
  margin-bottom: 25px;
  text-align: center;
}

.index .recruit .recruit_box p a {
  text-decoration: underline;
  color: #fff;
}

.index .recruit .recruit_box p.btn {
  margin-bottom: 0;
}

.index .recruit .recruit_box p.btn a {
  text-decoration: none;
  color: #1A5F75;
}

/*----------　contact　----------*/

.index .contact .sc_ttl .sub .border {
  width: calc(100% - 164px);
}

.index .contact .contact_box {
  margin-top: 40px;
}

.index .contact .contact_box p {
  text-align: center;
}


/*●●●●●●●●●●●●●●●●●●●●　TB　●●●●●●●●●●●●●●●●●●●●*/

@media (min-width:768px) {
  
/*----------　firstview　----------*/
  
  .index .firstview .catch {
    top: 31%;
  }
  .index .firstview .catch p {
  font-size: 5rem;
  }

  .index .firstview .catch p.en {
  font-size: 2.5rem;
  }
  
  /*----------　service　----------*/
  
  .index .service .item_wrap .item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  .index .service .item_wrap .item figure {
    width: 49%;
}

  .index .service .item_wrap .item div {
    width: 49%;
    position: relative;
}

  .index .service .item_wrap .item h3 {
    margin: -10px 0 10px;
    font-size: 3.5rem;
  }
  .index .service .item_wrap .item .btn {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .index .service .item_wrap .item.reversal {
    margin-top: 100px;
  }
  
  .index .service .item_wrap .item.reversal {
    flex-direction: row-reverse;
  }
  .index .service .item_wrap .item.reversal .btn {
    position: absolute;
    bottom: 0;
    left: 0;
    right: inherit;
  }

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

.index .news .news_box ul li p.date {
  font-size: 1.6rem;
  margin-top: 20px
}

.index .news .news_box ul li p.ttl {
  font-size: 3.5rem;
  margin-bottom: 12px;
  }
}

/*●●●●●●●●●●●●●●●●●●●●　PC　●●●●●●●●●●●●●●●●●●●●*/
@media (min-width:1280px) {
  .sp {
    display: none;
  }

  .pc {
    display: block;
  }
  
  
  /*----------　firstview　----------*/
  
  .index .firstview {
    height: 80vh;
    overflow: hidden;
  }
  .index .firstview .slider {
    width: 63%;
    height: 80vh;
    position: absolute;
    right: 0;
  }
  .index .firstview .catch {
    top: 15%;
    left: 100px;
  }
  .index .firstview .catch p {
    color: #000000;
    text-shadow: 0px 0px 5px rgba(255,255,255,0.80);
  }
  
  /*★　scroll　★*/
  .index .firstview .catch .scroll {
    bottom: -130px;
    left: 45%;
}
  .index .firstview .catch .scroll span{
    color: #1A5F75;
  }

  .index .firstview .catch .scroll:before {
    background:#1A5F75;
  }

  .index .firstview .catch .scroll:after {
    background: #1A5F75;
  }

  /*----------　about　----------*/

  .index .about {
    position: relative;
  }
  
  .index .about .sc_ttl .sub .border {
    width: calc(100% - 277px);
  }
  
  .index .about .lead {
    font-size: 3.5rem;
    margin-bottom: 40px;
  }
  
  .index .about figure {
    width: 500px;
    float: left;
  }
  
  .index .about .txt_box {
    width: calc(100% - 550px);
    float: right;
    margin-top: 0;
  }
  
  .index .about .btn {
    position: absolute;
    bottom: 60px;
    right: 100px;
  }
  
  /*----------　service　----------*/

  .index .service .sc_ttl .sub .border {
    width: calc(100% - 231px);
}

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

  .index .news .sc_ttl .sub .border {
  width: calc(100% - 335px);
}

  .index .news .news_box {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  
  .index .news .news_box ul {
    width: calc(100% - 400px);
  }
  
  .index .news .news_box ul li p.date {
    margin-top: 0;
  }
  .index .news .news_box .btn {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  /*----------　recruit　----------*/

  .index .recruit section {
    background: url("../img/index/recruit_pc.png") no-repeat;
    background-size: contain;
    position: relative;
    z-index: 999;
  }
  
  .index .recruit .sc_ttl.wh .sub .border {
    width: calc(100% - 814px);
    left: 594px;
  }
  
  .index .recruit .recruit_box figure {
    display: none;
  }  
  
  .index .recruit .recruit_box div p {
    text-align: left;
     margin-top: 0;
    text-shadow: 0px 0px 5px #1A5F75;
  }

  .index .recruit .recruit_box div {
    float: right;
  }

  .index .recruit .recruit_box div .btn {
    text-align: right;
    margin-top: 50px;
    text-shadow: none;
  }

  /*----------　contact　----------*/

  .index .contact .sc_ttl .sub .border {
    width: calc(100% - 241px);
  }

  .index .contact .contact_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  }
  
  .index .contact .contact_box p {
    text-align: left;
/*    width: 400px;*/
  }

.index .contact .contact_box ul li {
  position: relative;
  padding-top: 25px;
  max-width: 486px;
  margin: auto;
  text-align: center;
}

.index .contact .contact_box ul li::before {
  content: url("../img/index/tel_con.png");
  display: inline-block;
  vertical-align: middle;
  transform: scale(0.25);
  position: absolute;
  top: -130px;
  left: 20px;
}

.index .contact .contact_box ul li.mail::before {
  content: url("../img/index/mail_con.png");
}

.index .contact .contact_box ul {
  display: flex;
  flex-wrap: wrap;
/*  justify-content: flex-end!important;*/
  width: 658px;
  }

.index .contact .contact_box ul li {
  width: 47%;
/*  margin-left: 10px;*/
}
  
  .index .contact .contact_box p.btn {
    width: 100%;
  }
}