@charset "UTF-8";
* {
  font-family: 'Zen Old Mincho', serif;
}

body {
  background-color: #ffffff;
  overflow-y: scroll;
  display: block;
  /* font-family: 'Roboto', sans-serif; */
  /* font-family: 'Zen Old Mincho', serif; */
}
footer{
  padding: 14px 10px 20px;
  display:block;
}
header .top{
  height: 5rem;
  padding-top: 2rem;
}
header .innerWrap{
/* border: 4px solid hotpink; */
  width: 100%;
  margin:0 auto;
  padding: 0px;
  /* background: #4c4c4c; */
  background: #ffffff;
}
header nav ul{
  display: flex;
  justify-content: space-around;
  align-items: center;
  color:#000000;
}
.headerMenu .hMenu{
  font-size: 100%;
}

.webm {
/* border: 4px solid aquamarine; */
  margin:0 auto;
	position: relative;
}
.webm::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.2);
	background-image: radial-gradient(#111 30%, transparent 31%), radial-gradient(#111 30%, transparent 31%);
	background-size: 4px 4px;
	background-position: 0 0, 2px 2px;
}
.webm .webmPlay{
  width: 100%;
  height: 100%;
  background-size:cover;
}
.webmText{
	position: relative;
  /* font-size: 36px; */
  font-size: 6vw;
  
}
.webmText .webmWord{
  margin-bottom: 10px;  
}
.webmText p{
	position: absolute;
  color: #FFFFFF;
  text-align: center;
	top: 45%;
	left: 20%;
  right: 20%;
  /* font-size: 36px; */
  font-size: 80%;
  align-items: center;
  /* white-space: nowrap; */
}
.webmText span{
	position: absolute;
  color: #FFFFFF;
  text-align: center;

  top: 90%;
	left: -1%;
  right: -1%;
  /* font-size: 14px; */
  font-size: 40%;
  letter-spacing: 2.5px;
  margin-top: 11px;
  /* white-space: nowrap; */
}


video{
  display: block;
}

.innerWrap{
/* border:4px solid lightblue; */
  width: 768px;
  margin:0 auto;
  padding:40px 20px 20px;
}

.About{
/* border: 4px solid wheat; */
  margin:0 auto;
  padding: 0px;
  /* margin-bottom: 400px; */
  background-color: #ffffff;
}
/* .About::after{ */
  /* content: ""; */
  /* position: fixed; */
  /* left: 0px; */
  /* top: 0px; */
  /* width: 100%; */
  /* height: 100%; */
  /* background: url(../images/sozai11.jpg) no-repeat center/cover; */
  /* z-index: -10; */
/* } */
.About .AboutTitle{
  margin-bottom: 40px;
}
.About .AboutText{
  line-height:165%;
  font-size: 17.5px;
  letter-spacing: 3px;
}

.Contents{
/* border: 4px solid mediumturquoise; */
  margin:0 auto 80px;
  padding: 0px;
  margin-bottom: 400px;
  background-color: #ffffff;
}
.Contents::after{
  content: "";
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: url(../images/sozai12.jpg) no-repeat center/cover;
  z-index: -10;
  -ms-filter: blur(2.5px);
  filter: blur(2.5px);
}
.Contents .ContentsText{
  margin-bottom: 40px;
}
.Contents .ContentsLink{
  text-align: center;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding-bottom: 40px;
}
.Contents .ContentsBox{
  width: 250px;
  height: 150px;
  overflow: hidden;
  position: relative;
}
.Contents .linkText{
  position: absolute;
  color:#ffffff;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
}

.Other{
/* border: 4px solid royalblue; */
  margin:0 auto;
  padding: 0px;
  background-color: #ffffff;
}
.Other .OtherTitle{
  margin-bottom: 40px;
}
.Other .OtherMap{
  text-align: center;
}

.bottom{
/*  border: 4px solid olive; */
/*  width: 768px;*/
  width: 100%;
  margin:0 auto;
  padding: 0px;
  background: #4c4c4c;
  bottom:0;
}
.bottom p{
  text-align: center;
  color:#ffffff;
}

.bottom2{
/*  border: 4px solid olive; */
/*  width: 768px;*/
  position: absolute;
  bottom: 0;
  width: 100%;
  margin:0 auto;
  padding: 0px;
  background: #4c4c4c;
}
.bottom2 p{
  text-align: center;
  color:#ffffff;
}

.Corporate{
/*  border: 4px solid khaki; */
  margin:0 auto;
  padding: 0px;
  background-color: #ffffff;
}
.Corporate .CorporateTitle{
  margin-bottom: 40px;
}
.Corporate ul{
  display: flex;
  column-count: 2;
  flex-wrap: wrap;
}
.Corporate ul li{
  background-color: #696969;
  color: white;
  display:inline-block;
  width: 50%;
  box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.36);
}
.Corporate .itemCorp{
  background-color: #d8d8d8;
  color: black;
  width: 30%;
}
.Corporate .itemCorp2{
  background: -moz-linear-gradient(left, #bbbbbb, #eeeeee);
  background: -webkit-linear-gradient(left, #bbbbbb, #eeeeee);
  background: linear-gradient(to right, #bbbbbb, #eeeeee);
  background-color: #d8d8d8;
  color: black;
  width: 30%;
}
.Corporate .itemCorp3{
  background: -moz-linear-gradient(left, #bbbbbb, #eeeeee);
  background: -webkit-linear-gradient(left, #bbbbbb, #eeeeee);
  background: linear-gradient(to right, #bbbbbb, #eeeeee);
  background-color: #d8d8d8;
  color: black;
  width: 30%;
  border-radius: 40px;
}
.Corporate .itemCorp4{
  background: -moz-linear-gradient(left, #bbbbbb, #eeeeee);
  background: -webkit-linear-gradient(left, #bbbbbb, #eeeeee);
  background: linear-gradient(to right, #bbbbbb, #eeeeee);
  background-color: #d8d8d8;
  color: black;
  width: 30%;
  border-radius: 10px 20px 30px 40px;
}
.Corporate .textCorp{
  background-color: #e7e7e7;
  color: black;
  width: 70%;
}
.Corporate .textCorp2{
  background: -moz-linear-gradient(left, #eeeeee, #FFFFFF);
  background: -webkit-linear-gradient(left, #eeeeee, #FFFFFF);
  background: linear-gradient(to right, #eeeeee, #FFFFFF);
  color: black;
  width: 70%;
}
.Corporate .textCorp3{
  background: -moz-linear-gradient(left, #eeeeee, #FFFFFF);
  background: -webkit-linear-gradient(left, #eeeeee, #FFFFFF);
  background: linear-gradient(to right, #eeeeee, #FFFFFF);
  color: black;
  width: 70%;
  border-radius: 10px;
}
.Corporate .textCorp4{
  background: -moz-linear-gradient(left, #eeeeee, #FFFFFF);
  background: -webkit-linear-gradient(left, #eeeeee, #FFFFFF);
  background: linear-gradient(to right, #eeeeee, #FFFFFF);
  color: black;
  width: 70%;
  border-radius: 40px 30px 20px 10px;
}

.Business{
/*  border: 4px solid silver; */
  margin:0 auto;
  padding: 0px;
  background-color: #ffffff;
}
.Business .BusinessTitle{
  margin-bottom: 40px;
}
.Business .BusinessText{
  line-height:165%;
  font-size: 17.5px;
  margin-bottom: 10px;
  letter-spacing: 3px;
}
.Business .ContentsLink{
  text-align: center;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.Business .ContentsBox{
  width: 320px;
  height: 240px;
  overflow: hidden;
  position: relative;
}
.Business .linkText{
  position: absolute;
  color:#ffffff;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
}
.Business img{
  transition-duration: 0.3s;
}
.Business img:hover{
  transform: scale(1.2);
  transition-duration: 0.3s;
}

.itemBusiness{
  background: -moz-linear-gradient(left, #bbbbbb, #eeeeee);
  background: -webkit-linear-gradient(left, #bbbbbb, #eeeeee);
  background: linear-gradient(to right, #bbbbbb, #eeeeee);
  background-color: #d8d8d8;
  color: black;
  width: 30%;
}
.textBusiness{
  background: -moz-linear-gradient(left, #eeeeee, #FFFFFF);
  background: -webkit-linear-gradient(left, #eeeeee, #FFFFFF);
  background: linear-gradient(to right, #eeeeee, #FFFFFF);
  color: black;
  width: 70%;
}

.Recruit{
/*  border: 4px solid silver; */
  margin:0 auto;
  padding: 0px;
  background-color: #ffffff;
}
.Recruit .RecruitTitle{
  margin-bottom: 40px;
}
.Recruit .RecruitText{
  line-height:165%;
  text-align: center;
  margin-bottom: 40px;
  font-size: 17.5px;
  letter-spacing: 3px;
}
.Recruit .RecruitGroup h1{
  margin-bottom: 20px;
}
.Recruit .itemCorp{
  background: -moz-linear-gradient(left, #bbbbbb, #eeeeee);
  background: -webkit-linear-gradient(left, #bbbbbb, #eeeeee);
  background: linear-gradient(to right, #bbbbbb, #eeeeee);
  background-color: #d8d8d8;
  color: black;
  width: 30%;
}
.Recruit .textCorp{
  background: -moz-linear-gradient(left, #eeeeee, #FFFFFF);
  background: -webkit-linear-gradient(left, #eeeeee, #FFFFFF);
  background: linear-gradient(to right, #eeeeee, #FFFFFF);
  color: black;
  width: 70%;
}
.Recruit .RecruitEssentials{
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.Recruit .RecruitEssentials h1{
  margin-bottom: 20px;
}
.Recruit .ContentsBox{
  width: 200px;
  height: 120px;
  overflow: hidden;
  position: relative;
}
.Recruit .linkText{
  position: absolute;
  color:#ffffff;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  text-align: center;
}
.Recruit .PolicyLink{
  color:#0000EE;
  text-decoration:underline;
}
.Recruit .PolicyLink:link{
  color:#0000EE;
  text-decoration:underline;
}
.Recruit .PolicyLink:visited{
  color:#551A8B;
  text-decoration:underline;
}

.Contact{
/*  border: 4px solid saddlebrown; */
  margin:0 auto;
  padding: 0px;
  background-color: #ffffff;
}
.Contact .ContactTitle{
  margin-bottom: 40px;
}
.Contact .ContactText{
  line-height:165%;
  font-size: 17.5px;
  margin-bottom: 10px;
  letter-spacing: 3px;
}
.Contact .ContacnametRequest{
  line-height:165%;
  font-size: 17.5px;
  letter-spacing: 3px;
}
.Contact .name {
  width: 300px;
}
.Contact .furigana {
  width: 300px;
}
.Contact .email {
  width: 300px;
}
.Contact .tel {
  width: 300px;
}
.Contact .message {
  width: 300px;
  height: 250px;
}


.Contact .itemCorp{
  background: -moz-linear-gradient(left, #bbbbbb, #eeeeee);
  background: -webkit-linear-gradient(left, #bbbbbb, #eeeeee);
  background: linear-gradient(to right, #bbbbbb, #eeeeee);
  background-color: #d8d8d8;
  color: black;
  width: 30%;
}
.Contact .textCorp{
  background: -moz-linear-gradient(left, #eeeeee, #FFFFFF);
  background: -webkit-linear-gradient(left, #eeeeee, #FFFFFF);
  background: linear-gradient(to right, #eeeeee, #FFFFFF);
  color: black;
  width: 70%;
}
.Contact .required{
  border: 2px solid #cccccc; 
}
.Contact .required:focus{
  outline: 1px solid #0094ff;
}
.Contact .textCheck{

}
.Contact .textSubmit{
  border: 2px solid #cccccc; 
  width: 300px;
  text-align: center;
}
.Contact .PolicyLink{
  color:#0000EE;
  text-decoration:underline;
}
.Contact .PolicyLink:link{
  color:#0000EE;
  text-decoration:underline;
}
.Contact .PolicyLink:visited{
  color:#551A8B;
  text-decoration:underline;
}
.PolicyGroup{
  margin-bottom: 40px;
}
.PolicyGroup h1{
  margin-bottom: 20px;
}

h1{
  font-size: 28px;
  text-align: center;
}
h3{
  font-size: 14px;
  text-align: center;
}
table, td, th {
  border: 2px #FFFFFF solid;
  text-align: left;
}
td{
  padding: 15px 10px;
}
table{
  padding: 5px 10px;
}

.buttonPos{
  margin-top: 12px;
  text-align: center;
}
button{
  width: 180px;
  height: 60px;
  margin-top: 12px;
  border: 2px solid gray;
  background-color: #cccccc;
  border-radius:12px;
}
.ContactRequest .textCheck{
  width: 180px;
  height: 60px;
  border: 2px solid gray;
  background-color: #cccccc;
  border-radius:12px;
}
.ContactText h1{
  margin-bottom: 20px;
}

.error {
  width : 100%;
  padding: 0;
  display: inline-block;
  font-size: 90%;
  color: red;
  box-sizing: border-box;
}

.openbtn8{
  display: none;
}
/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.openbtn8{
  position: relative;/*ボタン内側の基点となるためrelativeを指定*/
  background:white;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 5px;
}

/*ボタン内側*/
.openbtn8 .openbtn-area{
  transition: all .6s;/*アニメーションの設定*/
  width:40px;
  height:40px;
}

.openbtn8 span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 11px;
    height: 3px;
    border-radius: 2px;
    background: black;
    width: 45%;
  }

.openbtn8 span:nth-of-type(1) {
  top:10px; 
}

.openbtn8 span:nth-of-type(2) {
  top:19px;
}

.openbtn8 span:nth-of-type(3) {
  top:28px;
}

/*activeクラスが付与されると .openbtn-areaが360度回転し、その中の線が回転して×に*/
.openbtn8.active .openbtn-area{
  transform: rotate(360deg);
}

.openbtn8.active span:nth-of-type(1) {
    top: 13px;
    left: 14px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn8.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn8.active span:nth-of-type(3){
    top: 25px;
    left: 14px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}

.responArea{
  width:100%;
  display: block;
}

.hide{
  display: none;
}
#hide{
  text-align: center;
  line-height:165%;
  margin: 40px auto 40px;
}
#hide li{
  margin:20%;
}

@media screen and (max-width:768px)
{
  .openbtn8{
    display:block;
  }
  .hMenu{
    display:none;
  }

  .innerWrap {
    /* border:4px solid lightblue; */
      width: 100%;
      margin:0 auto;
      padding:40px 20px 20px;
  }

  .Contents {
    margin-bottom: 400px;
  }
  .Contents::after {
    content: "";
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url(../images/sozai12.jpg) no-repeat center/cover;
    z-index: -10;
    -ms-filter: blur(2.5px);
    filter: blur(2.5px);
  }
  .Other .OtherMap {
    position: relative;
  }
  .Other .OtherMap iframe {
    width: 100%;
  }

  .headerMenu .hImage{
    /* width: 85%; */
  }
  .headerMenu .hMenu{
    /* font-size: 75%; */
  }
  .headerMenu .hImagetag{
    display: none;
  }

}

@media screen and (max-width:539px)
{
  .innerWrap {
    /* border:4px solid lightblue; */
      width: 100%;
      margin:0 auto;
      padding:40px 20px 20px;
  }

  .Contents {
    margin-bottom: 300px;
  }
  .Contents::after {
    content: "";
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url(../images/sozai12.jpg) no-repeat center/cover;
    z-index: -10;
    -ms-filter: blur(2.5px);
    filter: blur(2.5px);
  }
  .Other .OtherMap {
    position: relative;
  }
  .Other .OtherMap iframe {
    width: 100%;
  }
}

@media screen and (max-width:350px)
{
  .Contents {
    margin-bottom: 0px;
  }
  .Contents::after {
    content: "";
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url(../images/sozai12.jpg) no-repeat center/cover;
    z-index: -10;
    -ms-filter: blur(2.5px);
    filter: blur(2.5px);
    display: none;
  }
}

@media screen and (min-width:769px)
{
  #hide{
    display:none;
  }
  #open{
    display:block;
  }
}



