*, ::before, ::after {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
  font-size: 62.5%;
	scroll-behavior: smooth;
	scroll-padding-top:150px; 
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}
body {
  font-family: sans-serif;
  line-height: 1.7;
  color: #004c7a;
}
.body2 {
  font-family: sans-serif;
  line-height: 1.7;
  color: #004c7a;
  padding-top: 150px;
  font-size: 16px;
}
.header1 {
  width: 100%;
  display: flex;
  position: fixed;
  top: 0px;
  z-index: 1;
  background-color: #fff;
  justify-content: space-between;
  font-size: xx-small;
}
.header2 {
  width: 100%;
  /* [disabled]display: flex; */
  /* [disabled]padding-top: 0px; */
  /* [disabled]padding-right: auto; */
  /* [disabled]padding-left: auto; */
  /* [disabled]padding-bottom: auto; */
  position: fixed;
  top: 0px;
  z-index: 1;
  /* [disabled]background-color: #fff; */
}
.header2 .nav-button {
  margin-left: auto;
  margin-right: 2%;
}

.logo img {
    width: 6em;
    margin: 15px;
    vertical-align: middle;
}
.header1 .lc {
  top: 20px;
  left: 140px;
  position: fixed;
  font-size: 16px;
  font-weight: bold;
}
.menu1 {
  display: flex;
  align-items: center;
  list-style-type: none;
  margin-top: 10px;
}
.menu2 {
  display: flex;
  list-style-type: none;
  /* [disabled]margin-right: 30px; */
  /* [disabled]margin-left: auto; */
  /* [disabled]margin-top: 20px; */
  justify-content: center;
}
.menu1 a {
    display: block;
    padding-top: 15px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 15px;
    color: #004c7a;
    line-height: 1.4;
    position: relative;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
}
.menu2 a {
    display: block;
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
    color: #004c7a;
    line-height: 1.4;
    position: relative;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
}
.menu1 a:hover {
    font-weight: bolder;
    color: #0000ff;
    text-decoration: none;
}
.menu2 a:hover {
    font-weight: bolder;
    color: #0000ff;
    text-decoration: none;
}

.mv {
  position: relative;
  background-image: url(../img/mv.jpg);
  background-position: right top;
  background-size: cover;
  width: 100%;
  height: 100vh;
  padding-top: 500px;
  padding-bottom: 0px;
}
.mv1  {
  position: absolute;
  padding-top: 0;
  padding-left: 20px;
  padding-bottom: 0;
  text-align: left;
  color: #fff;
  font-size: 3.5em;
  width: 80%;
  bottom: 10%;
  left: 10%;
  text-shadow: 3px 3px #434343;
}
.mv2  {
  display: none;
}

section {
  position: relative;
  z-index: 0;
}
section h2 {
    width: 100%;
    height: 100px;
    background-color: #004c7a;
    color: #fff;
    text-align: center;
    font-size: xx-large;
    line-height: 3;
    margin-top: 100px;
    position: relative;
    margin-bottom: 50px;
}
.header2 h2 {
    width: 100%;
    height: 100px;
    background-color: #004c7a;
    color: #fff;
    text-align: center;
    font-size: xx-large;
    line-height: 3;
    /* [disabled]margin-top: 80px; */
    position: relative;
    /* [disabled]margin-bottom: 50px; */
}
section h2::before {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -100px;
    z-index: 0;
    color: #ace1fa;
    font-family: Stencil;
    font-size: 100px;
    font-style: italic;
    content: attr(data-english);
    opacity: 0.2;
    top: auto;
}
.header2 h2::before {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -100px;
    z-index: 0;
    color: #ace1fa;
    font-family: Stencil;
    font-size: 100px;
    font-style: italic;
    content: attr(data-english);
    opacity: 0.2;
    top: auto;
}
.box-area1  {
  width: 100%;
  height: auto;
  position: relative;
  justify-content: space-evenly;
  display: flex;
}

.box1  {
    width: 29%;
    height: auto;
    margin-top: 10px;
}
.box-area2 {
    margin: 50px auto;
    width: 80%;
    clear: both;
}
.box-area2:nth-of-type(even) figure {
    float: right;
    padding-left: 20px;
    padding-right: 0px;

}

.box-area2 .figure05  {
  width: 200px;
  height: auto;
  margin-top: 10px;
  float: left;
  padding-right: 20px;
  padding-bottom: 20px;
}
.box-area2 .figure06  {
  width: 300px;
  height: auto;
  margin-top: 10px;
  float: left;
  padding-right: 20px;
  padding-bottom: 20px;
}
.box2  {
    margin-top: 10px;
}
.box2 .name {
    margin-bottom: 10px;
}


section h3  {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}
section p {
    font-size: large;
}
section .figure04 {
    width: 25%;
    height: auto;
}
section .gakubuchi {
    width: 60%;
    height: auto;
}
.news dl {
    height: 180px;
    overflow: auto;
    font-size: large;
    background-color: #fff;
}
.news dt {
    width: 20%;
    padding-left: 5%;
    float: left;
}
.news dd {
    padding-left: 25%;
    text-align: left;
    padding-right: 30px;
}
.recruit table {
    width: 70%;
    height: auto;
    color: #004c7a;
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 70px;
}
.recruit th, .recruit td {
  margin-right: 20px;
  margin-left: 20px;
  padding: 15px 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #fff;
  font-size: 1.5em;
}
.recruit tr:nth-child(odd) {
    background-color: #ccffff;
}
.recruit tr:nth-child(even) {
    background-color: #e0ffff;
}
.company dl {
    font-size: large;
    width: auto;
    line-height: 3;
}
.company dt {
  width: 20%;
  float: left;
  padding-left: 5%;
  text-align: center;
  font-weight: bold;
  /* [disabled]border-bottom: 1px solid rgba(99,99,99,1.00); */
  /* [disabled]background-color: rgba(240,20,24,1.00); */
  min-width: 105px;
}
.company dd {
    padding-left: 25%;
    text-align: left;
}
.company dl .align {
    line-height: 1.5;
}

.map1   {
    width: 30%;
    margin: 20px;
    height: auto;
}
.map1 iframe {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 600/450;
}

.map2   {
    width: 50%;
    margin: 20px;
    height: auto;
    font-size: medium;
}
.contact p  {
    text-align: center;
    text-indent: 0px;
}
.contact a  {
    text-decoration: none;
    color: #004C7A;
}
.contact a:hover {
    font-weight: bolder;
    color: #0000ff;
    text-decoration: none;
}
.gotop   {
  position: fixed;
  right: 20px;
  bottom: 10px;
  opacity: 0.7;
  display: none;
}
.gotop:hover {
    opacity: 1;
}
footer {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #004c7a;
    color: #fff;
    text-align: center;
    margin-top: 100px;
}
footer a {
    font-size: medium;
    color: #fff;
    text-decoration: none;
    margin: 10px;
}
footer p {
    margin: 10px;
    color: #fff;
    font-size: medium;
}
.formtable {
    border-collapse: collapse;
    background-color: #ace1fa;
    width: 600px;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    color: #fff;
    font-size: medium;
}
.formtable th, .formtable td {
    border: 1px solid #fff;
    padding: 10px;
    text-align: center;
}
.formtable th  {
    background-color: #004c7a;
}
.formtable input[type="text"], .formtable input[type="tel"]  ,.formtable input[type="email"],.formtable textarea{
    background-color: #fffce9;
    padding: 5px 0;
    width: 95%;
}
.formtable label {
    color: #004c7a;
}
.formtable #textarea2  {
    height: 100px;
}
form .note  {
    margin-bottom: 50px;
    text-align: left;
    font-size: small;
}

form span   {
    color: rgba(244,6,50,1.00);
    font-size: medium;
}
.formtable tr:last-child th {
    background-color: #f0f8ff;
    text-align: left;
    color: #004c7a;
    font-weight: normal;
    font-size: small;
    padding-top: 0px;
}





#submit {
    width: 200px;
    padding: 5px 0;
    background-color: #004c7a;
    color: #fff;
    font-size: medium;
    opacity: 0.7;
}
#submit:hover {
    opacity: 1;
}
#top .header1 .name {
}
.nav-button {
  display: none;
}
.box-area1 .box1 h3 {
  font-size: large;
}
section {
  /* [disabled]padding-top: 1px; */
}
.recruit .table1 {
  table-layout: fixed;
}
.recruit .table1 th {
  width: 100px;
}













@media (max-width:960px){
.recruit .table1 {
  table-layout: fixed;
}
.recruit .table1 {
  table-layout: fixed;
}
.recruit .table1 {
  table-layout: fixed;
}
header {
    position: relative;
}


.nav-button {
  width: 40px;
  height: 40px;
  border: 2px solid #a9a9a9;
  border-radius: 50%;
  position: relative;
  padding-top: 20px;
  padding-right: 20px;
  display: block;
  margin-top: 10px;
  margin-right: 30px;
  z-index: 999;
}
.nav-button span {
  width: 20px;
  height: 2px;
  background-color: #a9a9a9;
  position: absolute;
  left: 8px;
  transition: 0.3s;
}
.nav-button span:nth-child(1) {
    top: 9px;
}
.nav-button span:nth-child(2) {
    top: 17px;
}
.nav-button span:nth-child(3) {
    top: 25px;
}
nav ul {
  /* [disabled]background-color: #f0f8ff; */
  display: block;
  padding: 5rem 0;
  /* [disabled]max-width: 640px; */
  font-size: 24px;
  text-align: center;
}
nav {
  /* [disabled]opacity: 0; */
  /* [disabled]visibility: hidden; */
  width: 100%;
  z-index: 1;
  /* [disabled]display: none; */
  position: fixed;
  top: 0px;
  left: 100%;
  height: 100%;
  background-color: #004C7A;
  padding-top: 100px;
  transition: 0.5s;
}
.menu-open nav {
  left: 0px;
}
.menu-open .nav-button span:nth-child(1) {
  top: 23px;
  transform: rotate(315deg);
}
.menu-open .nav-button span:nth-child(2) {
  width: 0px;
  left: 50%;
}
.menu-open .nav-button span:nth-child(3) {
  top: 23px;
  transform: rotate(-315deg);
}




.nav1 .menu1, .nav2 .menu2 {
  display: block;
  height: 100%;
  padding-bottom: 50px;
  overflow: auto;
}
.nav1 .menu1 a, .nav2 .menu2 a {
  padding: 30px 0;
  font-size: 30px;
  color: #ffffff;
}
.mv  {
  height: 80vh;

}
.mv1  {
  font-size: 2.4em;


}
.box-area1 .box1 h3 {
  font-size: 1.5em;
}
.box-area1 .box1 p {
  font-size: 1.2em;

}
.news dl       , .recruit th, .recruit td     , .company dl  , .access .map2 p, .access .map2{
  font-size: 1.3em;
}














}

@media (max-width:665px){
.header1 .name  {
  display: flex;
  align-items: center;

}
.header1 .name .lc {
  width: 170px;
  position: fixed;
  left: 140px;
  top: 10px;
}
.mv  {
  padding-top: 100px;
  height: 50vh;

}
.mv1  {
  display: none;
}
.mv2  {
  position: absolute;
  padding-top: 0;
  padding-left: 20px;
  padding-bottom: 0;
  text-align: left;
  color: #fff;
  font-size: 2em;
  width: 80%;
  bottom: 10%;
  left: 10%;
  text-shadow: 3px 3px #434343;
  display: block;
}
section h2 {
  font-size: 24px;
}



.formtable {
  margin-left: 3%;
  margin-right: 3%;
  width: 94%;
  height: auto;
}
.box-area1 {
  flex-wrap: wrap;
}
.box1  {
  width: 250px;
  height: auto;
}
.figure04 {
  display: none;
}
.news dt {
  float: none;
}
.map1 {
  width: 250px;
  height: auto;
}
.company dd {
  padding-left: 110px;
}
.contact p {

}












}
