@charset "utf-8";

/*
.montserrat-<uniquifier> {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.noto-sans-jp-<uniquifier> {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}*/
*, ::before, ::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
body {
    font-family: "Montserrat", "Noto Sans JP", "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    line-height: 1.8;
    background-color: #0110E8;
    color: #fff;
    font-weight: 600;
    
}
a {
  color: #FFFFFF;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

html {
	scroll-behavior: smooth;
}
ul {
  list-style-type: none;
}

header {
    padding-top: 3%;
    padding-right: 5%;
    padding-left: 5%;
    padding-bottom: 0;
    justify-content: space-between;
    background-image: url(../img/bg_main.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}


    nav {
      position: fixed;
      top: 0;
      left: -50%; 
      background-color: #D9D9D9;
      width: 50%; 
      height: 100%;
      transition: left 0.5s ease-in-out; 
      z-index: 1000; 
	  opacity: 0.95;
    }

    
    body.menu-open nav {
      left: 0; 
    }
h1 img{
	width: 25%;
	height: auto;
}

nav ul {
  display: block;
  margin-top: 150px;  
  margin-bottom: 150px;
}

nav li {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1.5px solid #0110E8;
  width: 100%;
  padding-left: 50px;  
  }
nav a {
  color: #0110E8;
  font-size: 30px; 
}
.mv {
  width: 100%;
}
.mv-nav {
  font-size: 30px;
  line-height: 1;
  margin-top: 70px;
}

.mv-copy {
  margin-top: 170px;
  margin-bottom: 60px;  
}

.mv-copy-sp {
  display: none;
}
.boder-line {
  display: block;
  height: 1px;
  background-color: #FFFFFF;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  
}
.text-small {
  font-size: 0.5em;
  }

.text-indent {
  display: inline-block;
	width:7em;
}

    
    .nav-button {
      width: 50px;
      height: 50px;
      position: fixed;
      top: 20px;
      right: 20px;
      z-index: 1100; 
      cursor: pointer;
    }

    .nav-button span {
      display: block;
      width: 30px;
      height: 3px;
      background-color: #FFFFFF;
      margin: 6px auto;
      transition: 0.3s;
    }

    
    body.menu-open .nav-button span:nth-child(1) {
      transform: translateY(9px) rotate(45deg);
    }
    body.menu-open .nav-button span:nth-child(2) {
      opacity: 0;
    }
    body.menu-open .nav-button span:nth-child(3) {
      transform: translateY(-9px) rotate(-45deg);
    }

.menu-open .nav-button span {
  background-color: #fff;
}

.box-index {
  display: flex;
  padding-top: 80px;
}
.box-index h2 {
  writing-mode: vertical-rl;
  line-height: 1;
  font-size: 40px;
}
.box-index h3{
  font-size: 65px;
  line-height: 0.8;
  padding-left: 2rem;  
}

.container {
  margin: 0 auto;
  padding-top: 0;
  padding-right: 5%;
  padding-left: 5%;
  padding-bottom: 0;
  
}

.box {
  width: 70%;
  margin: 30px 0 0 auto;
  position: relative;
  right: 0px;
  
}
.box p {
    padding: 3% 0px;
    text-align: justify;
  font-size: 20px;
}

.SERVICES{
  margin-bottom: 80px;
}

.SERVICES .sec1, .SERVICES .sec2, .SERVICES .sec3 {
  display: flex;
  justify-content: space-between; 
  align-items: center; 
  margin-top: 10%;
  gap: 10%; 
}

.SERVICES .sec2 {
	flex-direction: row-reverse;
}

.SERVICES img{
  width: 70%;
  height: auto;
  position: relative;
  margin: 0 calc(50% - 50vw);
}
.box-sub  {
  display: block;
  width: 40%;
}

.box-sub h4 {
  font-size: 65px;
  line-height: 1;
  margin-bottom: 2%
}
.box-sub h5 {
  font-size: 30px;
  line-height: 1.1;
  margin-bottom: 5%
}
.box-sub p {
    border-top: 1px solid #fff;
    padding-top: 5%;
    text-align: justify; 
}
.NEWS table {
  margin: 0 0 0 auto;
  border-collapse: collapse;
  position: relative;
  right: 0px;
  margin-bottom: 80px;
}
 .NEWS th, .NEWS td {
    padding: 10px 0;
    border-bottom: 1px solid #fff;
    vertical-align: top;
    white-space: nowrap;
	text-align: right;
	font-size: 20px;
}
 .NEWS th {
  padding-right: 2rem;
  padding-left: 8rem;
}


table {
  width: 70%;
  margin: 0 0 0 auto;
  border-collapse: collapse;
  position: relative;
  right: 0px;
  margin-bottom: 80px;
}

 th,  td {
    padding: 5px 0;
    vertical-align: top;
    text-align: right;
	font-size: 15px;
	border-bottom: 1px solid #fff;
  
}
 th {
  white-space: nowrap;
  padding-right: 2rem;
  padding-left: 5rem;
}
 td {
  text-align: left;  
}

.RECRUIT{
  color: #0110E8;
  background-color: #D9D9D9;
  position: relative;
  margin: 0 calc(50% - 50vw);
}

.RECRUIT th, .RECRUIT td {
	border-bottom: 1.5px solid #0110E8;
}

.RECRUIT-box {
  margin-top: 0 auto;
  padding-top: 0;
  padding-right: 5%;
  padding-left: 5%;
  padding-bottom: 1px;
}

.ACCESS p {
  text-align: right;
}
.ACCESS {
  margin-bottom: 80px;
}
.map iframe {
 width: 70%;  
  height: 500px;
  margin-bottom: 10px
}


footer {
  color: #0110E8;
  background-color: #D9D9D9;
  text-align: center;
  padding: 30px;
}

.inview {
  opacity: 0;
  transform: translateY(100px);
  transition: 2s;
}
.inview.fade-in {
  opacity: 1;
  transform: translateY(0);
}



@media (max-width:900px){

  .mv-nav {
  font-size: 25px;
  margin-top: 60px;
  }
  
  nav {
    width: 100%;  
    left: -100%;  
    }

  body.menu-open nav {
    left: 0;
  }
  
  nav a {
  font-size: 24px; 
}
  }

@media (max-width:600px){
  
  body {
  font-size: 12px;
  font-weight: 600;
}

header {
    padding-top: 5%;
	}
h1 img{
	width: 40%;
	}
  .mv-nav {
  display: none
}
  .mv-copy {
  display: none
}
  .mv-copy-sp {
  display: inline;
  margin-top: 50%;
  margin-bottom: 10%
}
	
.box {
  width: 100%;
}
.box p {
  text-align: justify;
  font-size: 14px;
}	
  .box-index {
  display: block;
  padding-top: 40px;
}
.box-index h2 {
  writing-mode: horizontal-tb;
  line-height: 1;
  font-size: 20px;
  margin-bottom: 0.6rem

}
.box-index h3{
  font-size: 40px;
  line-height: 0.8;
  padding-left: 0;  
}
  
 .box {
  width: 100%;
  
}
.box p {
    padding: 3% 0px;
  font-size: 14px;
}
  .SERVICES .sec1, .SERVICES .sec2, .SERVICES .sec3 {
  display: block;
  justify-content: center;
  align-items: center; 
  margin-top: 10%;
  gap: 0%; 
}
	
	.SERVICES img {
	width: 80%;
    display: block;
    margin-left: auto; 
    margin-right: calc(50% - 50vw);
  }
	
 
.box-sub  {
  display: block;
  width: 80%;
}

.box-sub h4 {
  font-size: 40px;
  line-height: 1;
  margin-bottom: 2%
}
.box-sub h5 {
  font-size: 20px;
  line-height: 1.1;
  margin-bottom: 2%
}
.box-sub p {
    border-top: 1px solid #fff;
    padding-top: 2%;
    text-align: justify; 
	margin-bottom: 5%

}
  table {
  width: 100%;
  margin: 30px 0 0 auto;
  border-collapse: collapse;
  position: relative;
  right: 0px;
  margin-bottom: 40px;
}

 th,  td {
    padding: 5px 0;
    vertical-align: top;
    text-align: left;
	font-size: 12px;
}
  th {
  white-space: nowrap;
  padding-right: 2rem;
}
  .RECRUIT-box {
  margin-top: 0 auto;
  padding-top: 0;
  padding-right: 5%;
  padding-left: 5%;
  padding-bottom: 1px;
  max-width: 1240px;
}
　.NEWS table {
  width: 100%;
  margin: 5% auto;
  border-collapse: collapse;
  position: relative;
  right: 0px;
  margin-bottom: 5%;
}
 .NEWS th, .NEWS td {
	width: 100%; 
    padding: 10px 0;
    border-bottom: 1px solid #fff;
    vertical-align: top;
    white-space: nowrap;
	font-size: 14px;
}
 .NEWS th {
  text-align: right;
  padding-right: 2rem;
}
.NEWS td {
  text-align: left;
}
  .ACCESS p {
  text-align: center;
}
.ACCESS {
  margin-bottom: 60px;
}
.map iframe {
 margin-top: 30px;
 width: 100%;  
  height: 300px;
  margin-bottom: 10px
}

}
