* {
  box-sizing: border-box;
}

/* 基本　フォント：16px~24px
  　  　　行間：150%~200% */

body {
  font-family: verdana, sans-sans-serif;
  margin: 0;
}

header {
  padding: 10px;
  background-color: white;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 20;
}

header h3 {
  display: inline-block;
  padding-top: 6px;
  padding-left: 8px;
}

header h3 > a {
  text-decoration: none;
  color: inherit;
}

nav {
  float: right;
  padding-top: 8px;
}

header li {
  display: inline-block;
  padding: 4px 8px;
  font-size: 15px;
}

header li > a {
  text-decoration: none;
  font-weight: bold;
  padding: 16px;
  color: inherit;
}

header li > a:hover {
  color: gray;
}

#nav_toggle {
  display: none;
}

/* 試し */
/* .top-box2:before{
   content:"";
   display:block;
   position:fixed;
   top:0;
   left:0;
   z-index:-1;
   width:100%;
   height:60vh;
   background:url(../img/DSC_2690.jpg) center no-repeat;
   background-size:cover; */
/* } */
/* 試し */

.top-box2 {
  position: relative;
  background-image: url(../img/DSC_2690.jpg);
  height: 100%;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.top-box3 {
  position: relative;
  background-image: url(../img/DSC_1836.jpg);
  height: 100%;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.top-box4 {
  position: relative;
  background-image: url(../img/DSC_2380.jpg);
  height: 100%;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.top-box5 {
  position: relative;
  background-image: url(../img/DSC_2487.jpg);
  height: 100%;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.space {
  width: 400px;
  height: 1px;
}

#container {
  width: 900px;
  margin-top: 450px;
  margin-bottom: 200px;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
}

.container-box {
  width: 70%;
  margin: 0 auto;
}

#container h1 {
  text-align: center;
  padding-top: 60px;
  margin-bottom: 0;
}

.container-box > p {
  text-align: center;
  margin-top: 2px;
  margin-bottom: 70px;
}

.content1 ol {
  padding-left: 25px;
}

.container-box > h3 {
  padding-top: 20px;
}

.content2 {
  margin-bottom: 10px;
}

.content2 ul {
  list-style-type: none;
  padding-left: 0px;
}

.content2 li {
  display: inline-block;
  padding-right: 15px;
}

.company {
  display: inline-block;
  width: 30%;
  height: 90px;
  float: left;
  margin-right: 20px;
}

.content3 {
  overflow: hidden;
}

.content4 {
  margin-top: 100px;
}

.content4 > p {
  padding-bottom: 50px;
}

.space2 {
  width: 400px;
  height: 0px;
}

footer {
  position: relative;
  z-index: 1;
  height: 300px;
  font-size: 14px;
  padding: 100px 20px 0px 20px;
  text-align: center;
  margin: 100px auto 0px auto;
}

/* footer p{
  background-color: white;
} */

/* 会社概要のCSS */

.grid ul {
  overflow: hidden;
  padding-left: 0px;
  margin-top: 2px;
  margin-bottom: 2px;
}
.grid li {
  padding-right: 80px;
  float: left;
  list-style: none;
}

.information ul {
  padding-left: 0px;
}

.information li {
  list-style: none;
  line-height: 150%;
}

.content4 {
  padding-bottom: 100px;
}

/* 採用情報 */

.Recruit-p {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 50px;
  text-align: center;
}

.policy p {
  line-height: 180%;
  text-align: center;
}

.btn {
  display: inline-block;
  color: black;
  font-weight: bold;
  padding: 12px 32px;
  margin-top: 30px;
  border: solid 1px black;
  border-radius: 5px;
  z-index: 1;
  line-height: 0.5;
  text-decoration: none;
}

.wrap p {
  font-size: 14px;
}

.Recruit-p2 {
  width: 100%;
  margin: 50px auto 30px auto;
  text-align: center;
}

.word-pic {
  width: 100%;
  height: 20%;
}

.word {
  line-height: 180%;
  margin-top: 30px;
  margin-bottom: 70px;
}

.wrap {
  text-align: center;
}

.last-btn {
  padding-bottom: 100px;
}

/* 経営理念 */

.joymake {
  text-align: left;
  margin-top: 85px;
  margin-bottom: 60px;
}

.joymake img {
  width: 27rem;
}

.joy h4 {
  font-weight: normal;
}

.joy-pic {
  width: 100%;
  height: 20%;
  margin-top: 60px;
  margin-bottom: 60px;
}

.joy span {
  font-weight: bold;
}

.last-joy {
  padding-bottom: 60px;
}

.last-joy ul {
  list-style: none;
  padding-left: 0;
}

.Recruit-p img {
  width: 23rem;
}

/* 220817 プライバシーポリシー追加 */
.policy {
  padding: 6px 0px;
  font-weight: bold;
  text-align: center;
  font-size: 12px;
  line-height: 1.7;
  color: #fff;
  display: block;
  width: 150px;
  margin: 0 auto;
}

@media screen and (max-width: 700px) {
  .policy {
    font-size: 11px;
    padding: 10px 0px 0px;
  }
}
.policy:hover {
  text-decoration: none;
  opacity: 0.7;
}

#privacy-policy .ky_header_pro {
  background: #ffffff;
  padding: 150px 0 100px;
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 700px) {
  #privacy-policy .ky_header_pro {
    padding: 100px 0 50px;
  }
}
#privacy-policy .ky_header_pro ._title {
  font-size: 36px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 700px) {
  #privacy-policy .ky_header_pro ._title {
    font-size: 18px;
  }
}
#privacy-policy .article_main {
  margin: 0px auto;
  width: 100%;
  background: #f2f2f2;
  padding: 120px 0 150px;
}
@media screen and (max-width: 700px) {
  #privacy-policy .article_main {
    padding: 30px 0 150px;
  }
}
@media screen and (max-width: 700px) {
  #privacy-policy .article_main {
    width: 100%;
  }
}
#privacy-policy .article_main h2 {
  letter-spacing: 2px;
  text-align: left;
  width: 600px;
  margin: 5em auto 0em;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 700px) {
  #privacy-policy .article_main h2 {
    margin: 1em auto 0em;
  }
}
@media screen and (max-width: 700px) {
  #privacy-policy .article_main h2 {
    width: 90%;
  }
}
#privacy-policy .article_main h3 {
  letter-spacing: 2px;
  text-align: left;
  width: 600px;
  margin: 3em auto 0em;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 700px) {
  #privacy-policy .article_main h3 {
    margin: 1em auto 0em;
  }
}
@media screen and (max-width: 700px) {
  #privacy-policy .article_main h3 {
    width: 90%;
  }
}
#privacy-policy .article_main p {
  font-size: 15px;
  line-height: 2;
  letter-spacing: 2px;
  text-align: left;
  width: 600px;
  font-weight: 400;
  margin: 8px auto 1.8em;
}
@media screen and (max-width: 700px) {
  #privacy-policy .article_main p {
    width: 90%;
  }
}
#privacy-policy .u_line {
  border-bottom: 1px solid #000;
}
#privacy-policy #gFooter {
  margin: 0% 0 0 0;
}
@media screen and (max-width: 700px) {
  #privacy-policy #gFooter {
    margin: 0% 0 0 0;
  }
}

.prpo {
  text-decoration: none;
  color: black;
}
