@charset "utf-8";

/*------------------------------
  ロゴアニメーション
------------------------------*/
#intro {
  background: #fff;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 6;
}
.intro__inn {
  height: 100%;
  position: relative;
  width: 100%;
}
.logo__ie {
  display: none;
  position: absolute;
}
.intro__svg {
  background: #fff;
  position: absolute;
}
@media all and (-ms-high-contrast:none){
  .intro__svg {
    display: none;
  }
}
.logo-anime {
    animation: DASH 3s ease-in 1s forwards;
    fill: none;
    stroke: #000;
    stroke-width: .5;
    stroke-dasharray: 3000;
    stroke-dashoffset: 3000;
    stroke-linecap: round;
    stroke-linejoin: round;
    padding: 10px;
    transform: translate3d(0,0,0);
}
@keyframes DASH {
  0% {
    stroke-dashoffset: 3000;
    fill: rgba(0, 0, 0, 0);
  }
  50% {
    stroke-dashoffset: 2000;
    fill: rgba(0, 0, 0, .6);
  }
  70% {
    stroke-dashoffset: 1000;
    fill: rgba(0, 0, 0, .8);
  }
  100% {
    stroke-dashoffset: 0;
    fill: rgba(0, 0, 0, 1);
  }
}

/*------------------------------
  Wrap
------------------------------*/
/* 左白ライン */
.first .lnavi {
  animation: lnavi_first .6s ease 5s forwards;
  background: rgba(256, 256, 256, .95);
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 160px;
  transform: translate3d(0,0,0);
  z-index: 1;
}
@keyframes lnavi_first {
  0% {
    opacity: 0;
    width: 0px;
  }
  100% {
    opacity: 1;
    width: 160px;
  }
}

/*------------------------------
  コンテンツ
------------------------------*/
/* メインビジュアル */
.mv {
  height: 9999px;
}
/* 紺色オーバーレイ */
.first .navy1 {
  animation: navy1_first 6s ease 5.6s infinite;
  background: #001525;
  display: block;
  height: 100%;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 700px;
}
@keyframes navy1_first {
  0% {
    opacity: 0;
    width: 700px;
  }
  50% {
    opacity: .2;
    width: 846px
  }
  100% {
    opacity: 0;
    width: 700px;
  }
}
.access .navy1 {
  animation: navy1_access 6s ease 1.6s infinite;
  background: #001525;
  display: block;
  height: 100%;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 700px;
}
@keyframes navy1_access {
  0% {
    opacity: 0;
    width: 700px;
  }
  50% {
    opacity: .2;
    width: 846px
  }
  100% {
    opacity: 0;
    width: 700px;
  }
}
.first .navy2 {
  animation: navy2_first 7s ease 6s infinite;
  background: #001525;
  display: block;
  height: 100%;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 600px;
  transform: translate3d(0,0,0);
}
@keyframes navy2_first {
  0% {
    opacity: 0;
    width: 600px;
  }
  50% {
    opacity: .2;
    width: 746px
  }
  100% {
    opacity: 0;
    width: 600px;
  }
}
.access .navy2 {
  animation: navy2_access 7s ease 2s infinite;
  background: #001525;
  display: block;
  height: 100%;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 600px;
  transform: translate3d(0,0,0);
}
@keyframes navy2_access {
  0% {
    opacity: 0;
    width: 600px;
  }
  50% {
    opacity: .2;
    width: 746px
  }
  100% {
    opacity: 0;
    width: 600px;
  }
}

/* リード文 */
.description {
  background:#fff;
}
.description .border__wrap {
  text-align: center;
}
.description__ttl {
  font-weight: bold;
}
.btn__scroll--arw {
  animation: scrl-arw .8s ease infinite alternate;
  display: block;
  left: 50%;
  margin-left: -5px;
  position: absolute;
}
@keyframes scrl-arw {
  0% {
    top: 12px;
  }
  100% {
    top: 18px;
  }
}

/* News */
.news__item+.news__item {
  margin-top: 20px;
}
.news__date {
  color: #999ea2;
  font-style: italic;
}
.news__ttl {
  color: #001525;
  display: block;
  font-weight: bold;
}
.news.type2 .news__ttl {
  color: #c00;
}
.news__ttl:after {
  color: #001525;
  content: "\f107";
  font-family: "FontAwesome";
}
.news__ttl.open:after {
  content: "\f106";
}
.news__txt {
  line-height: 1.6;
}
.news__detail {
  border-top: 1px solid #999ea2;
  display: none;
  letter-spacing: .08em;
  margin-top: 5px;
  padding-top: 5px;
  text-align: left;
}
.news__detail a {
  color: inherit;
}

/* Our Service */
.ourservice {
  background: url(/common/img/top/bg_ourservice.jpg) center top no-repeat;
  background-size: cover;
  position: relative;
}
.ourservice:after {
  background: #001525;
  bottom: 0;
  content: "";
  display: block;
  opacity: .8;
  position: absolute;
  width: 100%;
}
.ourservice .border__wrap,
.ourservice .section__inn {
  height: 100%;
  position: relative;
}
.ourservice .section__ttl {
  position: absolute;
}
.ourservice__item.item02 {
  background: url(/common/img/top/img_ourservice02.jpg) center top no-repeat;
  background-size: cover;
}
.ourservice__item.item03 {
  background: url(/common/img/top/img_ourservice03.jpg) center top no-repeat;
  background-size: cover;
}
.ourservice__item--inn {
  background: #fff;
}
.ourservice__img {
  display: block;
  width: 100%;
}

/* Message */
.message__img {
  display: block;
  width: 100%;
}

/* About us */
.aboutus__txt--lead {
  font-weight: bold;
  text-align: center;
}
.aboutus__img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

/* Recruit */
.recruit .section__content {
  background: rgba(256, 256, 256, .95);
}
.recruit__txt--lead {
  font-weight: bold;
}



/*------------------------------
  PC用スタイルここから
------------------------------*/
@media screen and (min-width: 768px) {

/*------------------------------
  ロゴアニメーション
------------------------------*/
.intro__svg {
  height: 400px;
  left: 50%;
  margin: -200px 0 0 -500px;
  top: 50%;
  width: 1000px;
}
.logo__ie {
  left: 50%;
  margin: -200px 0 0 -500px;
  top: 50%;
}

/*------------------------------
  コンテンツ
------------------------------*/
/* ファーストビュー */
.fv {
  position: relative;
}

/* メインビジュアル */
.mv {
  background: url(/common/img/top/img_mv.jpg) center bottom no-repeat;
  background-size: cover;
  position: relative;
}
.mv__catch {
  max-width: 654px;
  position: absolute;
  right: 5%;
  top: 249px;
  width: 70%
}
.btn__scroll {
  background: url(/common/img/top/ico_scroll_wrap_pc.png) left top no-repeat;
  bottom: 60px;
  display: block;
  height: 40px;
  left: 50%;
  margin-left: -13px;
  position: absolute;
  width: 26px;
}
.btn__scroll--inn {
  display: block;
  height: 40px;
  position: relative;
  width: 26px;
}

/* ニュース */
.news {
  border-right: 6px solid #001525;
  padding-right: 20px;
  position: absolute;
  right: 60px;
  text-align: right;
  top: 40px;
  width: 360px;
}
.news.type2 {
  background: rgba(255,255,255,.98);
  padding: 12px 20px 12px 12px;
  text-align: left;
  width: 520px;
}
.news__date {
  font-size: 1rem;
}
.news__txt {
  font-size: 1.2rem;
}
.news__ttl {
  cursor: pointer;
  padding-right: 15px;
  position: relative;
}
.news__ttl:after {
  display: inline-block;
  height: 1em;
  line-height: 1;
  margin-top: -.5em;
  position: absolute;
  right: 0;
  top: 50%;
}
.news__detail {
  background: rgba(255,255,255,.9);
  padding: 8px;
}
.news__detail a:hover {
  text-decoration: none;
}

/* リード文 */
.description .border__wrap {
  padding-bottom: 100px;
  padding-top: 100px;
  text-align: center;
}
.description__ttl {
  font-size: 3.6rem;
  font-weight: bold;
  letter-spacing: 1.6rem;
  margin-bottom: 40px;
}
.description__txt {
  font-size: 2rem;
  letter-spacing: .6rem;
}

/* Our Service */
.ourservice {
  height: 811px;
  margin-bottom: 246px;
}
.ourservice:after {
  height: 114px;
}
.ourservice .section__ttl {
  left: 117px;
  top: 16px;
  z-index: 2;
}
.ourservice__item {
  position: absolute;
  z-index: 1;
}
.ourservice__item.item01 {
  left: 0;
  top: 80px;
  width: 55%;
}
.ourservice__item.item02 {
  height: 324px;
  right: 0;
  top: 0;
  width: 45%;
}
.ourservice__item.item03 {
  height: 373px;
  right: 0;
  top: 324px;
  width: 45%;
}
.ourservice__item--inn {
  padding: 80px 40px 60px;
  position: relative;
}
.ourservice__img {
  margin-bottom: 50px;
}
.ourservice .btn__link {
  margin: 0 auto;
}

/* Message */
.message {
  background: #f7f7f7 url(/common/img/top/bg_message.jpg) center bottom no-repeat;
  background-size: cover;
  height: 546px;
}
.message .border__wrap,
.message .section__inn {
  height: 100%;
  position: relative;
}
.message .section__ttl {
  position: absolute;
  right: 181px;
  top: -164px;
  z-index: 2;
}
.message__item {
  position: absolute;
  z-index: 1;
}
.message__item.item01 {
  background: #fff;
  right: 0;
  top: -100px;
  width: 55%;
}
.message__item.item02 {
  left: 0;
  top: -30px;
  width: 45%;
}
.message__item--inn {
  padding-bottom: 60px;
}
.message__txt {
  font-size: 2rem;
  letter-spacing: .4rem;
  margin-bottom: 20px;
  padding-top: 90px;
  text-align: center;
}
.message .btn__link {
  margin: 0 auto;
}

/* About us */
.aboutus {
  padding-bottom: 80px;
}
.aboutus .section__inn {
  background: #fff;
  margin: -80px auto 0;
  max-width: 1200px;
  text-align: center;
  width: 100%;
}
.aboutus .section__content--inn {
  padding: 0 100px 57px;
}
.aboutus .section__ttl {
  padding-top: 20px;
}
.aboutus__txt--lead {
  font-size: 2rem;
  letter-spacing: .4rem;
  margin-bottom: 40px;
}
.aboutus .btn__link {
  background: #fff;
  margin: -29px auto 0;
}

/* Recruit */
.recruit {
  background: url(/common/img/top/bg_recruit_pc.jpg) center top no-repeat;
  background-size: cover;
  height: 740px;
}
.recruit .border__wrap {
  height: 100%;
  overflow: hidden;
}
.recruit .section__content {
  float: right;
  margin-top: 80px;
  padding: 20px 60px 60px;
  width: 630px;
}
.recruit__txt--lead {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: .4rem;
  margin-bottom: 20px;
}
.recruit__txt {
  margin-bottom: 40px;
}
.recruit .btn__link {
  margin: 0 auto;
}

/*------------------------------
  フッター
------------------------------*/
#footer {
  background: #f7f7f7 url(/common/img/bg_footer_pc_top.png) right 32% bottom no-repeat;
  height: 380px;
}

}
/*------------------------------
  PC用スタイルここまで
------------------------------*/



/*------------------------------
  タブレット用スタイルここから
------------------------------*/
@media screen and (max-width: 1024px) {

/*------------------------------
  ニュース
------------------------------*/
.news {
  right: 20px;
  width: 360px;
}

}
/*------------------------------
  タブレット用スタイルここまで
------------------------------*/



/*------------------------------
  SP用スタイルここから
------------------------------*/
@media screen and (max-width: 767px) {

/*------------------------------
  ロゴアニメーション
------------------------------*/
.intro__svg,
.logo__ie {
  height: 120px;
  left: 50%;
  margin: -60px 0 0 -150px;
  top: 50%;
  width: 300px;
}

/*------------------------------
  Wrap
------------------------------*/
/* 左白ライン */
.first .lnavi,
.access .lnavi {
  display: none;
}

/*------------------------------
  コンテンツ
------------------------------*/
/* ファーストビュー */
.fv {
  position: relative;
}

/* メインビジュアル */
.mv {
  background: url(/common/img/top/img_mv.jpg) center bottom no-repeat;
  background-size: cover;
  min-height: 380px;
  position: relative;
}
.mv__catch {
  height: 232px;
  margin: -116px 0 0 -95px;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 190px;
}
.btn__scroll {
  background: url(/common/img/top/ico_scroll_wrap_sp.png) left top /20px 31px no-repeat;
  bottom: 29px;
  display: block;
  height: 31px;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  width: 20px;
}
.btn__scroll--inn {
  display: block;
  height: 31px;
  position: relative;
  width: 20px;
}
.btn__scroll--arw {
  animation: scrl-arw .8s ease infinite alternate;
  display: block;
  height: 7px;
  left: 50%;
  margin-left: -3px;
  position: absolute;
  width: 6px;
}
@keyframes scrl-arw {
  0% {
    top: 12px;
  }
  100% {
    top: 18px;
  }
}

/* 紺色オーバーレイ */
.first .navy1{
  animation: navy1_first 6s ease 5.6s infinite;
  background: #001525;
  display: block;
  height: 100%;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 0px;
  transform: translate3d(0,0,0);
}
@keyframes navy1_first {
  0% {
    opacity: 0;
    width: 0px;
  }
  50% {
    opacity: .2;
    width: 100px
  }
  100% {
    opacity: 0;
    width: 0px;
  }
}
.first .navy2{
  animation: navy2_first 7s ease 2s infinite;
  background: #001525;
  display: block;
  height: 100%;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 0px;
  transform: translate3d(0,0,0);
}
@keyframes navy2_first {
  0% {
    opacity: 0;
    width: 0px;
  }
  50% {
    opacity: .2;
    width: 136px
  }
  100% {
    opacity: 0;
    width: 0px;
  }
}
.access .navy1{
  animation: navy1_access 6s ease 5.6s infinite;
  background: #001525;
  display: block;
  height: 100%;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 0px;
  transform: translate3d(0,0,0);
}
@keyframes navy1_access {
  0% {
    opacity: 0;
    width: 0px;
  }
  50% {
    opacity: .2;
    width: 100px
  }
  100% {
    opacity: 0;
    width: 0px;
  }
}
.access .navy2{
  animation: navy2_access 7s ease 6s infinite;
  background: #001525;
  display: block;
  height: 100%;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 0px;
  transform: translate3d(0,0,0);
}
@keyframes navy2_access {
  0% {
    opacity: 0;
    width: 0px;
  }
  50% {
    opacity: .2;
    width: 136px
  }
  100% {
    opacity: 0;
    width: 0px;
  }
}

/* ニュース */
.news {
  display: block;
  padding: 10px;
  width: 100%;
  background: rgba(255,255,255,0.6);
}
.news .news__date {
  font-size: 0.6rem;
  text-align: center;
}
.news .news__txt {
  font-size: 1rem;
  text-align: center;
}
.news__ttl:after {
  display: inline-block;
  margin-left: 5px;
}

/* リード文 */
.description .border__wrap {
  padding-bottom: 50px;
  padding-top: 50px;
}
.description__ttl {
  font-size: 1.6rem;
  letter-spacing: .4em;
  margin-bottom: 20px;
}
.description__txt {
  font-size: 1rem;
  letter-spacing: .3rem;
}

/* Our Service */
.ourservice {
  height: 613px;
  margin-bottom: 155px;
}
.ourservice:after {
  height: 109px;
}
.ourservice .border__wrap {
  padding-top: 35px;
}
.ourservice .section__ttl {
  left: 0;
  top: -32px;
  width: 100%;
  z-index: 4;
}
.ourservice__item {
  position: absolute;
  width: 100%;
}
.ourservice__item.item01 {
  height: 337px;
  z-index: 3;
}
.ourservice__item.item02 {
  bottom: 156px;
  height: 94px;
  right: -20px;
  width: 45%;
  z-index: 2;
}
.ourservice__item.item03 {
  bottom: 31px;
  height: 188px;
  left: -20px;
  width: 75%;
  z-index: 1;
}
.ourservice__item--inn {
  padding: 40px 10px;
}
.ourservice__img {
  margin: 0 auto 20px;
  max-width: 290px;
  width: 100%;
}
.ourservice .btn__link {
  margin: 0 auto;
}

/* Message */
.message {
  background: #f7f7f7 url(/common/img/top/bg_message.jpg) center bottom no-repeat;
  background-size: cover;
  padding: 55px 0 111px;
}
.message .section__inn {
  margin-top: -100px;
  position: relative;
}
.message .section__ttl {
  position: absolute;
  top: -32px;
  width: 100%;
  z-index: 2;
}
.message__item.item01 {
  background: #fff;
  width: 100%;
}
.message__item.item02 {
  margin-left: -14px;
}
.message__item--inn {
  padding: 45px 0 25px;
  text-align: center;
}
.message__txt {
  font-size: 1rem;
  margin-bottom: 20px;
}
.message .btn__link {
  margin: 0 auto;
}

/* About us */
/*.aboutus {
  padding: 20px 40px;
}*/
.aboutus .section__inn {
  background: #fff;
  margin-top: -55px;
  padding-bottom: 30px;
}
.aboutus__txt--lead {
  font-size: 1rem;
  letter-spacing: .2rem;
  margin-bottom: 20px;
}
.aboutus__img {
  margin: 0 0 30px -2%;
  width: 104%;
}
.aboutus .btn__link {
  margin: 0 auto;
}

/* Recruit */
.recruit {
}
.recruit {
  background: url(/common/img/top/bg_recruit_sp.jpg) center bottom no-repeat;
  background-size: cover;
  padding: 30px 0 210px;
}
.recruit .section__content {
  padding: 20px 20px 40px;
}
.recruit .section__ttl {
  text-align: left;
}
.recruit__txt--lead {
  font-size: 1rem;
  letter-spacing: .2rem;
  margin-bottom: 20px;
}
.recruit__txt {
  font-size: 1.1rem;
  margin-bottom: 20px;
}
.recruit .btn__link {
  margin: 0 auto;
}

/*------------------------------
  フッター
------------------------------*/
#footer {
  background: #f7f7f7 url(/common/img/bg_footer_sp_top.png) left bottom /142px 138px no-repeat;
}

}
/*------------------------------
  SP用スタイルここまで
------------------------------*/