

body{
  font-family:"Noto Sans JP",sans-serif;
  color: #333;
}

.logo {
  width: 200px;
}

header{
  border-top: #4F929A 10px solid;
}

header .container{
  width: 100%;
  max-width: 1400px;
  
}

nav ul li{
  font-size: 15px;

}

nav.outer ul{
  justify-content: inherit;
}

nav.outer ul li {
  position: relative;
  margin-right: 16px;
}

nav ul p{
  font-family:"Noto Sans JP",sans-serif;
}

.svcBlock p{
  font-family:"Noto Sans JP",sans-serif;
  line-height: 2.4rem;
}

nav.outer ul li a {
  position: relative;
  display: inline-block;
}


nav.outer ul li a::after {
  content: '';
  width: 6px;
  height: 6px;
  border-bottom: solid 2px #037c8a;
  border-right: solid 2px #037c8a;
  transform: rotate(45deg);
  position: absolute;
  top: 14px;
  right: 0px;
  margin: auto;
  transition: transform 0.3s ease;
}

nav.outer ul li a.on::after {
  transform: rotate(-135deg);
  top: 14px;
}

nav.outer{
  display: flex;
  width: 80%;
}

.navArea{
  margin: 0 auto;
 
}


.navArea .contact_btn{
  width: 160px;
  background-color: #114971;
  color: #fff;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  padding: 15px;
  
}

.navArea .contact_btn:hover{
  opacity: 0.8;
  
}


nav ul {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  box-sizing: border-box
}

nav ul li {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  box-sizing: border-box;
  text-align: right
}


nav ul span {
  font-size: .6rem;
  line-height: 1.2;
  display: inline-block;
  font-style: italic;
  letter-spacing: .1em;
  font-weight: 700
}

nav ul span big {
  font-size: .7rem
}

nav ul p {
  overflow: hidden;
  margin: 1% auto 0;
  letter-spacing: .05em;
  font-weight: 700
}

nav.outer ul {
  -webkit-justify-content: space-around;
  justify-content: space-around;
  margin-right: 60px;
  padding: 0 5px;
}

nav.inner ul,
nav.outer li {
  flex-wrap: wrap
}

nav.outer li a {
  border-bottom: 7px solid transparent;
  padding: .5em 1vw .3em;
  box-sizing: border-box
}

nav.outer li .on {
  border-color: #b6d9dd;

}

nav.inner {
  background: rgb(3, 124, 138,0.8);
  margin-top: 1px;
  position: fixed;
  left: 0;
  z-index: 999;
  width: 100%;
  overflow-y: scroll;
}




.navTitle {
  cursor: default;
  margin-left:20px;
}

.navTitle a:after {
  display: none;
}

.navTitle a{
  display: block;
}

.navTitle .main_title {
  font-size: 20px;
  letter-spacing: .05em;
  padding: 0 ;
  line-height: 1;
  text-align: left;
  color: #114971;
  display: block;
  margin-top:20px ;
  font-weight: bold;
  font-family:"Noto Sans JP",sans-serif;
}

.navTitle .sub_title {
  font-size: 14px;
  letter-spacing: .15em;
  display: block;
  padding: 0;
  box-sizing: border-box;
  line-height: 1;
  color: #114971;
  margin-top: 10px;
  text-align: left;
  font-weight: bold;
  font-family:"Noto Sans JP",sans-serif;
}

nav.inner .contents {
  width: 1100px;
  position: relative;
  padding: 40px;
  box-sizing: border-box;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 60px;
  overflow: hidden;
  max-width: 94%;
  display: none;
  background-color: #fff;
  max-height: 90vh; /* 表示エリアの最大高さ（ビューポートの60%） */
  overflow-y: auto; /* 縦スクロールを有効にする */
}

nav.inner .contents .flex{
  display: flex;
  align-items: center;
}

nav.inner .contents .flex .navTitle{
  width: 25%;
  text-align: left;
  
}

nav.inner .contents .flex ul{
  width: 75%;
  flex-wrap: wrap;
  padding-left: 40px;
  border-left: 1px solid #114971;
}

nav.inner .contents .flex ul li{
  width: 230px;
}

nav.inner .contents .deco{
  color: #037c8a;
  font-size: 12px;
}


nav.inner ul {
  width: 100%;
  margin: 2% auto
}

nav.inner ul li {
  text-align: center;
  width: 24.5%;
  letter-spacing: .1em;
  font-size: .9rem;
  font-weight: 700;
  margin-top: 20px;
}

nav.inner ul li a{
  display: flex;
  flex-direction: column;
}
nav.inner ul li a p{
  margin-top: 10px;
  font-size: 14px;
}

nav.inner ul li:hover {
  background: rgba(255, 255, 255, .9)
}

nav.inner ul li a {
  padding: .5em 1.2em .5em 1.5em;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%
}

nav.inner ul li a:hover {
  opacity: 0.8;
}


nav.inner ul li a:after {
  display: none;
}

#first {
  margin-top: 137px
}





.breadcrumb {
  background: #d9dfe0;
  color: #131619;
  text-transform: uppercase;
  font-size: .8rem;
  letter-spacing: .1em;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  z-index: 100;
  border-bottom: 1px solid #d9dfe0
}

.breadcrumb ul {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding: .8em 3%;
  box-sizing: border-box
}



.bg_lgrn{
  background-color: #fff;
  color: #037c8a !important;
  border: #037c8a solid 1px;
  font-weight: bold;
}

.bg_dgrn{
  background-color: #037c8a;
  color: #fff !important;
  
  
}

.tabB a:before{
  border-color: #037c8a;
}

.type04{
  background-color: #fff;
  color: #114971;
}

.view05 .btn a{
  background-color: #fff;
  color: #037c8a;
  font-weight: bold;
}

.view05 .btn.grn a{
  background-color: #fff !important;
  color: #037c8a !important;
  font-weight: bold;
}

.linkedForm .bg_lgrn{
  background-color: #114971;
  color: #fff !important;
  font-weight: bold;
  text-align: center;
  

}

.title h1{
  font-family:"Noto Sans JP",sans-serif;
}

.view01{
  overflow: hidden;
  height: calc(100vh - 90px);
}

.view01.sub{
  overflow: hidden;
  height: 300px;
  margin: 0;
}

.view01.form{
  height: auto;
}

.view01 .video{
  position: relative;
  height: 100vh;
}

.view01 .video video{
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  height: 100vh;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width:450px) {

.view01{
  overflow: inherit;
  height: calc(70vh - 90px);
}

.view01 .video{
  position: relative;
  height: 70vh;
}

.view01 .video video{
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  height: 70vh;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

}


/*ヘッター　人材紹介・派遣*/



@media screen and (max-width:1024px) {
  .breadcrumb,
  .pc {
      display: none
  }

  .outer.pc {
      display: none
  }

  .sp:not(.nav) {
      display: inline-block!important
  }


  .linkedForm li{
    width: 48%;
    border-radius: 5px;
    box-sizing: border-box;
    margin: 2% auto;
  }

  .linkedForm a{
    display: block;
    margin: 0 auto;
    padding:15px;
  }

  .linkedForm a:after{
    display: none;
  }

  .outer {
      width: 100%
  }
  .nav {
      width: 100%;
      margin: 0 auto;
      flex-wrap: wrap
  }

 nav.outer{
  width: 100%;
  margin: 0 auto;
 }

  header .logo {
      margin: 1% 0 1% 3%;
      background-position: center center;
      background-size: contain
  }

nav.outer ul li {
  margin-right: 0px;
}


  .spMenu {
      position: absolute;
      top: 0;
      right: 10px;
      height: 100%;
      width: 10%;
      box-sizing: border-box
  }
  .spMenu span {
      content: "";
      display: block;
      border-top: 3px solid #114971;
      width: 50%;
      transition: all .2s;
      position: absolute;
      left: 0;
      right: 0;
      margin: auto
  }
  .spMenu .top {
      top: 35%
  }
  .spMenu .middle {
      top: 52%
  }
  .spMenu .bottom {
      top: 70%
  }
  .spMenu.open .top {
      transform: rotate(-45deg);
      top: 50%
  }
  .spMenu.open .middle {
      display: none
  }
  .spMenu.open .bottom {
      transform: rotate(45deg);
      top: 50%
  }
  .navArea {
      margin: 0 auto;
      width: 100%
  }
  .nav.sp {
      background: url(/test/common/images/netBg2.png) rgba(255, 255, 255, .9);
      position: fixed;
      top: 9vw;
      z-index: 999;
      border-bottom: 1px solid #eee;
      display: none;
      overflow-y: scroll;
      height: 70vh;
  }
  nav.outer ul {
      flex-wrap: wrap;
      width: 100%;
      margin: 0 auto;
      background-color: #4F929A;
  }
  nav.outer li {
      text-align: left;
      width: 100%;
      
      -webkit-justify-content: space-between;
      justify-content: space-between
  }

  nav.outer li:not(:last-child) {
    
    border-bottom: 1px solid #4F929A;
    
}

  nav.outer .nTitle {
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      width: 100%
  }
  nav.outer .nTitle:after {
      content: "▼";
      transition: all .2s;
      color:#fff;
  }
  nav.outer li a {
      border: 0
  }
  nav ul p {
      margin: 0 auto;
      font-size: 20px;
      color: #fff;
  }
  nav ul span {
      font-size: 2vw
  }
  nav ul span big {
      font-size: 2.2vw
  }
  nav.outer .nTitle {
      border-bottom: 0;
      padding: 1em 1.5em;
      background-color: #4F929A;
      
  }
  nav ul.inner {
      width: 100%;
      display: none;
      background-color: #fff;
  }

  nav.outer ul li a::after{
    display: none;
  }


  nav ul.inner li {
      padding: 0 1em;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      flex-wrap: nowrap;
      font-size: 16px;
      margin-left: 20px;
      
  }
  nav ul.inner li:after {
      content: "＞";
      color: #037c8a;
      font-weight: bold;
      position: absolute;
      right: 35px;
      font-weight: bold;
  }

  
  nav ul.inner li a {
      width: 100%
  }


  .view01 .video video{
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  height: 100vh;
  width: 100%;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}

}

@media screen and (max-width:480px) {

.nav.sp {
      
      height: 70vh;
  }


.view01 .video video{
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  height: 100vh;
  width: 100%;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}

}




@media screen and (max-width: 768px) {
  .view02 {
      margin-top: 175px;
  }
}

@media screen and (max-width: 480px) {

.view01.sub{
  height: 160px;
}

.fv .container{
  height: 160px;
}

.fv, .fv .bgArea{
  height: 160px;
}

.view02 {
      margin-top: 0px;
  }

  nav.outer li a {
      padding: 2vw 0;
  }

  .spMenu span{
    width: 100%;
  }

}