@charset "UTF-8";
/* 変数群 */
/* ＠mixin群 */
h2 {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .content h3 {
    font-size: 2rem;
  }
}

.content p {
  text-align: center;
}

.contentProfile {
  margin-top: 60px;
}

.contentProfile ul {
  max-width: 1080px;
  height: 220px;
  margin: 0px auto 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contentProfile ul li {
  width: 44%;
  padding: 20px 0;
  border-top: solid #acacac 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1.6;
}

.contentProfile ul li:nth-child(3) {
  border-bottom: solid #acacac 1px;
}

.contentProfile ul li:nth-child(5) {
  border-bottom: solid #acacac 1px;
}

.contentProfile ul li span {
  width: 30%;
  font-weight: bold;
}

.contentProfile ul li p {
  width: 70%;
  text-align: left;
}

.contentProfile ul li p:not(:first-of-type) {
  margin-left: 30%;
}

@media screen and (max-width: 768px) {
  .contentProfile {
    margin-top: 30px;
    padding: 10px 0;
  }
  .contentProfile ul {
    display: inline-block;
    width: 100%;
    height: auto;
    margin-bottom: 40px;
  }
  .contentProfile ul li {
    width: 100%;
    padding: 10px 0;
  }
  .contentProfile ul li:nth-child(3) {
    border-bottom: none;
  }
  .contentProfile ul li span {
    font-size: 1.2rem;
  }
}

.contentHistory ul {
  max-width: 1080px;
  margin: 0px auto 80px;
}

.contentHistory ul li {
  border-top: solid #acacac 1px;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.6;
}

.contentHistory ul li:last-of-type {
  border-bottom: solid #acacac 1px;
}

.contentHistory ul li span {
  width: 10%;
  font-weight: bold;
}

.contentHistory ul li p {
  width: 90%;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .contentHistory {
    padding: 10px 0;
  }
  .contentHistory ul {
    margin-bottom: 40px;
  }
  .contentHistory ul li {
    padding: 10px 0;
  }
  .contentHistory ul li span {
    width: 30%;
    font-size: 1.2rem;
  }
}

.contentAccess {
  max-width: 1080px;
  margin: 0 auto 80px;
}

.contentAccess ul {
  width: 44%;
}

.contentAccess ul li {
  border-top: solid #acacac 1px;
  padding: 18px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1.6;
}

.contentAccess ul li:first-of-type {
  border-top: none;
}

.contentAccess ul li:last-of-type {
  border-bottom: solid #acacac 1px;
}

.contentAccess ul li span {
  width: 30%;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .contentAccess ul li span {
    font-size: 1.2rem;
  }
}

.contentAccess ul li p {
  width: 70%;
  text-align: left;
}

.contentAccess ul li p:not(:first-of-type) {
  margin-left: 30%;
}

.contentAccess img {
  width: 46%;
  height: auto;
}

.contentAccess_flex, .contentGallery_flex {
  margin: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .contentAccess_flex, .contentGallery_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 20px;
  }
}

.contentAccess_map {
  height: 400px;
}

.contentAccess_map iframe {
  width: 100%;
  height: 100%;
  border: solid #e5ddde 10px;
}

@media screen and (max-width: 768px) {
  .contentAccess_map {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 768px) {
  .contentAccess {
    padding: 10px 0;
    margin-bottom: 0px;
  }
  .contentAccess ul {
    width: 100%;
    margin: 20px 0 0px;
  }
  .contentAccess ul li {
    padding: 10px 0;
  }
  .contentAccess img {
    width: 100%;
  }
}

.contentGallery {
  max-width: 1080px;
  margin: 0 auto 80px;
}

.contentGallery_flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.contentGallery_flex a {
  width: 24%;
  margin-bottom: 10px;
}

.contentGallery_flex a img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .contentGallery_flex {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
    margin-bottom: 60px;
  }
  .contentGallery_flex a {
    width: 49%;
  }
}

.recruit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 480px;
  background: url("/yao/company/img/company_03.jpg") no-repeat center/cover;
  text-align: center;
}

.recruit_into {
  background-color: #fff;
  width: 700px;
  height: 50%;
  padding: 30px 0;
}

.recruit_into h2 {
  font-size: 2.4rem;
}

.recruit_into p:nth-child(3) {
  font-size: 3rem;
  margin: 30px 0 20px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .recruit {
    height: 312px;
  }
  .recruit_into {
    width: 75%;
    height: 30vw;
    padding: 20px 0;
  }
  .recruit_into h2 {
    font-size: 3vw;
  }
  .recruit_into .titleBottom {
    font-size: 1vw;
    margin-bottom: 0;
  }
  .recruit_into p {
    font-size: 2.2vw;
  }
  .recruit_into p:nth-child(3) {
    font-size: 4vw;
    margin: 2vw 0;
  }
}

.inquire {
  margin-top: 10px;
}
