@charset "UTF-8";
/* 基本レイアウト　ここから↓ */
body {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  color: #41352d;
  margin: 0;
}

.header-inner,
#contents,
.footer-inner {
  margin: 0 auto;
  width: 95%;
  max-width: 1170px;
  position: relative;
}

#privacy,
#contact,
#company {
  margin: 0 auto;
  width: 90%;
  max-width: 1111px;
  position: relative;
}

.header__hamburger {
  display: none;
}

.header__nav {
  display: none;
}

header {
  height: 99px;
  border-bottom: 1px solid #41352d;
  position: fixed;
  background-color: #fff;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
header h1 {
  margin: 0;
  padding-top: 25px;
}
header h1 a {
  display: block;
  height: 65px;
  width: 155px;
  margin-top: -8px;
}
header h1 img {
  height: 100%;
  width: 100%;
}
header .pc-nav {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
header .pc-nav ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  overflow: hidden;
}
header .pc-nav ul li {
  float: right;
  margin-top: 45px;
}
header .pc-nav ul li:not(:last-child) {
  border-left: 1px solid #41352d;
}
header .pc-nav ul li a {
  color: #41352d;
  font-size: 16px;
  display: block;
  line-height: 15px;
  text-decoration: none;
  font-weight: 500;
  padding: 0 10px;
}
header .pc-nav ul li a:hover {
  opacity: 0.8;
}

footer {
  padding-top: 80px;
  padding-bottom: 50px;
  margin-top: 130px;
  background-color: #41352d;
}
footer h1 {
  margin: 0;
}
footer h1 img {
  height: 65px;
  width: 155px;
}
footer .footer-nav-sp {
  display: none;
}
footer .footer-nav-pc {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
footer .footer-nav-pc ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  overflow: hidden;
}
footer .footer-nav-pc ul:first-of-type {
  margin-bottom: 10px;
}
footer .footer-nav-pc ul li {
  float: right;
}
footer .footer-nav-pc ul li:not(:last-child) {
  border-left: 1px solid #fff;
}
footer .footer-nav-pc ul li a {
  font-size: 14px;
  display: block;
  line-height: 15px;
  text-decoration: none;
  font-weight: 500;
  padding: 0 10px;
  color: #fff;
}
footer .footer-nav-pc ul li a:hover {
  opacity: 0.8;
}
footer #copyright {
  float: right;
  color: #fff;
  margin: 0;
}

#firstview {
  width: 100%;
  height: 487px;
  margin-top: 99px;
  background: url(../img/firstview.png) no-repeat center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
#firstview img {
  width: 100px;
  height: 95.3px;
}

#contents .content-title {
  font-size: 48px;
  font-weight: 400;
  color: #42362e;
  margin: 92px 0 10px;
  position: relative;
}
#contents .content-title::before {
  content: "";
  display: block;
  width: 45px;
  height: 1px;
  background-color: #42362e;
  position: absolute;
  bottom: 0;
  left: 0;
}
#contents .content-title::after {
  content: "";
  display: block;
  width: 120px;
  height: 1px;
  background-color: #a89c94;
  position: absolute;
  bottom: 0;
  left: 45px;
}
#contents .sub-title {
  display: block;
  font-size: 18px;
  margin-bottom: 10px;
  color: #a89c94;
}
#contents .sub-title.second {
  margin-bottom: 50px;
}

#service .service-title {
  font-weight: 400;
  font-size: 21.6px;
  float: right;
  width: 256px;
  padding: 11px 18px 16px 0;
  margin: 0 0 55px;
  text-align: right;
  background-color: #41352d;
  color: #fff;
  vertical-align: middle;
}
#service .service-title:not(:first-of-type) {
  margin-top: 120px;
}
#service .service-item {
  clear: both;
  overflow: hidden;
  margin: 60px 0;
}
#service .service-item .service-sentence {
  float: left;
  width: 500px;
  height: 400px;
  position: relative;
}
#service .service-item .service-sentence h1 {
  font-size: 24px;
  font-weight: 400;
}
#service .service-item .service-sentence p {
  font-size: 18px;
  line-height: 1.89;
  margin: 0;
}
#service .service-item .service-sentence > div {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#service .service-item .service-sentence .service-more {
  padding: 5px 40px;
  color: #a89c94;
  border: 1px solid #a89c94;
  font-size: 14px;
}
#service .service-item .service-sentence a {
  position: absolute;
  bottom: 0;
  right: 0;
  text-decoration: none;
}
#service .service-item .service-sentence a:hover {
  opacity: 0.8;
}
#service .service-item .service-img {
  float: right;
  width: 600px;
  height: 400px;
  background-size: contain !important;
}
#service .service-item .service-img.img1 {
  background: url(../img/service1.jpg) no-repeat center center;
}
#service .service-item .service-img.img2 {
  background: url(../img/service2.jpg) no-repeat center center;
}
#service .service-item .service-img.img3 {
  background: url(../img/service3.jpg) no-repeat center center;
}
#service .service-item .service-img.img4 {
  background: url(../img/service4.jpg) no-repeat center center;
}
#service .service-item .service-img.img6 {
  background: url(../img/service6.jpeg) no-repeat center center;
  background-size: cover;
}
#service .service-item.item2 .service-sentence {
  float: right;
}
#service .service-item.item2 .service-img {
  float: left;
}

#employment .employmet-content {
  position: relative;
}
#employment .employment-item {
  border: 1px solid #a89c94;
  color: #41352d;
  background-color: #fff;
  width: 650px;
  padding: 50px 110px 50px 50px;
}
#employment .employment-item:not(:last-child) {
  margin-bottom: 30px;
}
#employment .employment-item h1 {
  font-size: 36px;
  font-weight: 400;
  margin: 30px 0 40px;
}
#employment .employment-item p {
  font-size: 18px;
  line-height: 1.89;
  margin: 0;
}
#employment .employment-item address {
  display: block;
  text-align: right;
  color: #41352d;
  text-decoration: none;
}
#employment .employment-item span {
  padding: 10px 20px;
  color: #41352d;
  border: 1px solid #a89c94;
  font-size: 20px;
}
#employment .employment-imgs {
  position: absolute;
  z-index: -100;
  top: -20px;
  right: 0;
  width: 480px;
  height: 900px;
}
#employment .employment-imgs .img1 {
  background: url(../img/employment1.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 450px;
}
#employment .employment-imgs .img2 {
  background: url(../img/employment2.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 450px;
}

#privacy .content-title,
#contact .content-title,
#company .content-title {
  text-align: center;
  font-size: 48px;
  font-weight: 400;
  color: #42362e;
  margin: 92px 0 10px;
  position: relative;
}
#privacy .content-title::before,
#contact .content-title::before,
#company .content-title::before {
  content: "";
  display: block;
  width: 120px;
  height: 1px;
  background-color: #a89c94;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#privacy .sub-title,
#contact .sub-title,
#company .sub-title {
  text-align: center;
  display: block;
  font-size: 18px;
  margin-bottom: 10px;
  color: #a89c94;
}
#privacy .sub-title.second,
#contact .sub-title.second,
#company .sub-title.second {
  margin-bottom: 50px;
}

#privacy {
  margin-top: 189px;
}
#privacy p {
  font-size: 18px;
}

#contact {
  margin-top: 189px;
}
#contact #formWrap {
  width: 600px;
  margin: 0 auto;
  color: #42362e;
  line-height: 4;
  font-size: 16px;
}
#contact #formWrap .formTable {
  width: 100%;
  margin: 0 auto;
}
#contact #formWrap .formTable th {
  width: 250px;
  font-weight: 400;
  text-align: left;
  padding: 0;
  margin: 0;
  vertical-align: top;
}
#contact #formWrap .formTable td {
  width: 350px;
  vertical-align: top;
}
#contact #formWrap .formTable td input {
  border: 1px solid #a89c94;
  width: 300px;
  padding: 15px 20px;
  margin: 0;
  background-color: #f9f9f9;
  font-size: 16px;
}
#contact #formWrap .formTable td input::-moz-placeholder {
  color: #a89c94;
  font-size: 16px;
}
#contact #formWrap .formTable td input::placeholder {
  color: #a89c94;
  font-size: 16px;
}
#contact #formWrap .formTable td textarea {
  border: 1px solid #a89c94;
  width: 300px;
  padding: 15px 20px;
  margin: 0;
  background-color: #f9f9f9;
  font-size: 16px;
}
#contact #formWrap .formTable td textarea::-moz-placeholder {
  color: #a89c94;
  font-size: 16px;
}
#contact #formWrap .formTable td textarea::placeholder {
  color: #a89c94;
  font-size: 16px;
}
#contact #formWrap > p {
  text-align: center;
  width: 340px;
  height: 40px;
  padding: 0;
  margin: 70px auto 90px;
  background-color: #f9f9f9;
  line-height: 40px;
}
#contact #formWrap #sub {
  color: #a89c94;
  border: 1px solid #a89c94;
  padding: 15px 85px;
  background-color: #fff;
  font-size: 19.6px;
  letter-spacing: 0.1;
  margin-top: 80px;
}

#company {
  margin-top: 189px;
}
#company table {
  width: 700px;
  margin: 90px auto 0;
  color: #42362e;
  font-size: 16px;
}
#company table th {
  width: 150px;
  font-weight: 400;
  text-align: right;
  padding: 0;
  margin: 0;
  vertical-align: top;
  padding: 10px 20px 10px 0;
}
#company table td {
  width: 550px;
  vertical-align: top;
  padding: 10px 0 10px 20px;
  text-decoration: none;
  color: #41352d;
}

.mailConfirm {
  width: 700px;
  margin: 189px auto 0;
  color: #555;
  line-height: 120%;
  font-size: 90%;
  min-height: 40vh;
}
.mailConfirm .formTable {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}
.mailConfirm .formTable td,
.mailConfirm .formTable table.formTable th {
  border: 1px solid #ccc;
  padding: 10px;
}
.mailConfirm .formTable th {
  width: 30%;
  font-weight: normal;
  background: #efefef;
  text-align: left;
}

.mailErrorCheck {
  margin: 189px auto 0;
  min-height: 40vh;
}

/* 基本レイアウト　ここまで↑ */
/* 1169px以下レスポンシブレイアウト　ここから↓ */
@media (max-width: 1170px) {
  header {
    height: 8.46vw;
  }
  header h1 {
    padding-top: 2.14vw;
  }
  header h1 a {
    height: 5.85vw;
    width: 13.25vw;
  }
  header .pc-nav ul li {
    margin-top: 3.85vw;
  }
  header .pc-nav ul li a {
    font-size: 1.37vw;
    line-height: 1.28vw;
    padding: 0 0.85vw;
  }
  footer {
    padding-top: 6.84vw;
    padding-bottom: 4.27vw;
    margin-top: 11.11vw;
  }
  footer h1 img {
    height: 5.85vw;
    width: 13.25vw;
  }
  footer .footer-nav-pc ul:first-of-type {
    margin-bottom: 0.85vw;
  }
  footer .footer-nav-pc ul li a {
    font-size: 1.2vw;
    line-height: 1.28vw;
    padding: 0 0.85vw;
  }
  #firstview {
    height: 41.62vw;
    margin-top: 8.46vw;
  }
  #firstview img {
    width: 8.55vw;
    height: 8.15vw;
  }
  #contents .content-title {
    font-size: 4.1vw;
    margin: 7.86vw 0 0.85vw;
  }
  #contents .content-title::before {
    width: 3.85vw;
  }
  #contents .sub-title {
    font-size: 1.54vw;
    margin-bottom: 0.85vw;
  }
  #contents .sub-title.second {
    margin-bottom: 4.27vw;
  }
  #service .service-title {
    font-size: 1.85vw;
    width: 21.88vw;
    padding: 0.94vw 1.54vw 1.37vw 0;
    margin: 0 0 4.7vw;
  }
  #service .service-title:not(:first-of-type) {
    margin-top: 10.26vw;
  }
  #service .service-item {
    margin: 5.13vw 0;
  }
  #service .service-item .service-sentence {
    width: 40vw;
    height: 34.19vw;
  }
  #service .service-item .service-sentence h1 {
    font-size: 2.05vw;
  }
  #service .service-item .service-sentence p {
    font-size: 1.54vw;
  }
  #service .service-item .service-sentence .service-more {
    padding: 0.43vw 3.42vw;
    font-size: 1.2vw;
  }
  #service .service-item .service-img {
    width: 48vw;
    height: 34.19vw;
  }
  #employment .employment-item {
    width: 55.5vw;
    padding: 4.27vw 9.4vw 4.27vw 4.27vw;
  }
  #employment .employment-item:not(:last-child) {
    margin-bottom: 2.56vw;
  }
  #employment .employment-item h1 {
    font-size: 3.08vw;
    margin: 2.56vw 0 3.42vw;
  }
  #employment .employment-item p {
    font-size: 1.54vw;
  }
  #employment .employment-item span {
    padding: 0.85vw 1.71vw;
    font-size: 1.71vw;
  }
  #employment .employment-imgs {
    top: -1.71vw;
    width: 41vw;
    height: 76.9vw;
  }
  #employment .employment-imgs .img1 {
    height: 38.5vw;
  }
  #employment .employment-imgs .img2 {
    height: 38.5vw;
  }
  #privacy .content-title,
  #contact .content-title,
  #company .content-title {
    font-size: 4.1vw;
    margin: 7.86vw 0 0.85vw;
  }
  #privacy .content-title::before,
  #contact .content-title::before,
  #company .content-title::before {
    width: 10.26vw;
  }
  #privacy .sub-title,
  #contact .sub-title,
  #company .sub-title {
    font-size: 1.54vw;
    margin-bottom: 0.85vw;
  }
  #privacy .sub-title.second,
  #contact .sub-title.second,
  #company .sub-title.second {
    margin-bottom: 4.27vw;
  }
  #privacy {
    margin-top: 16.15vw;
  }
  #privacy p {
    font-size: 1.54vw;
  }
  #contact {
    margin-top: 16.15vw;
  }
  #company {
    margin-top: 16.15vw;
  }
  .mailConfirm {
    margin-top: 16.15vw;
  }
  .mailErrorCheck {
    margin-top: 16.15vw;
  }
}
/* 1169px以下レスポンシブレイアウト　ここまで↑ */
/* レスポンシブレイアウト　ここから↓ */
@media (max-width: 750px) {
  header {
    height: 90px;
  }
  header .header-inner {
    height: 100%;
  }
  header h1 {
    padding-top: 25px;
  }
  header h1 img {
    height: 40px;
    width: 137px;
    margin: 0;
  }
  header .pc-nav {
    display: none;
  }
  footer {
    padding-top: 26px;
    padding-bottom: 13px;
    margin-top: 75px;
  }
  footer h1 {
    margin: 0 0 26px;
    text-align: center;
  }
  footer h1 img {
    height: 40px;
    width: 137px;
  }
  footer .footer-nav-pc {
    display: none;
  }
  footer .footer-nav-sp {
    display: block;
    margin-bottom: 26px;
  }
  footer .footer-nav-sp ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
    overflow: hidden;
    text-align: center;
  }
  footer .footer-nav-sp ul:not(:last-of-type) {
    margin-bottom: 10px;
  }
  footer .footer-nav-sp ul li {
    display: inline-block;
  }
  footer .footer-nav-sp ul li:not(:last-child) {
    border-right: 1px solid #fff;
  }
  footer .footer-nav-sp ul li a {
    font-size: 12px;
    display: block;
    line-height: 12px;
    text-decoration: none;
    font-weight: 500;
    padding: 0 5px;
    color: #fff;
  }
  footer .footer-nav-sp ul li a:hover {
    opacity: 0.8;
  }
  footer #copyright {
    float: none;
    text-align: center;
    font-size: 12px;
  }
  #firstview {
    height: 333px;
    margin-top: 90px;
  }
  #firstview img {
    width: 64.13px;
    height: 61.13px;
  }
  #contents .content-title {
    font-size: 36px;
    margin: 70px 0 10px;
    line-height: 1.25;
  }
  #contents .content-title::before {
    width: 50px;
    height: 1px;
  }
  #contents .content-title::after {
    width: 160px;
    left: 50px;
  }
  #contents .sub-title {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1;
  }
  #contents .sub-title.second {
    margin-bottom: 20px;
  }
  #service .service-title {
    font-size: 20px;
    width: 230px;
    padding: 10px 16px 10px 0;
    margin: 0 0 66px;
  }
  #service .service-title:not(:first-of-type) {
    margin-top: 60px;
  }
  #service .service-item {
    width: 80vw;
    margin: 70px auto 35px;
  }
  #service .service-item .service-sentence {
    float: none;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  #service .service-item .service-sentence h1 {
    font-size: 20px;
    font-weight: 400;
  }
  #service .service-item .service-sentence p {
    font-size: 16px;
    line-height: 1.7;
    margin: 0;
  }
  #service .service-item .service-sentence > div {
    width: 70vw;
    position: static;
    top: auto;
    left: auto;
    transform: none;
  }
  #service .service-item .service-sentence .service-more {
    float: right;
    padding: 5px 40px;
    font-size: 14px;
    margin: 45px 0 35px;
  }
  #service .service-item .service-sentence a {
    position: static;
    bottom: auto;
    right: auto;
    text-decoration: none;
  }
  #service .service-item .service-img {
    float: none;
    width: 100%;
    height: 53.33vw;
    clear: both;
  }
  #service .service-item.item2 {
    margin: 60px auto 35px;
  }
  #service .service-item.item2 .service-sentence {
    float: none;
  }
  #service .service-item.item2 .service-img {
    float: none;
  }
  #employment .employment-content {
    width: 100%;
  }
  #employment .employment-item {
    background-color: rgba(255, 255, 255, 0.8);
    width: auto;
    padding: 45px 45px 45px 45px;
  }
  #employment .employment-item:not(:last-child) {
    margin-bottom: 4vw;
  }
  #employment .employment-item h1 {
    font-size: 20px;
    margin: 27px 0;
  }
  #employment .employment-item p {
    font-size: 16px;
  }
  #employment .employment-item span {
    padding: 10px 18px;
    font-size: 18px;
  }
  #employment .employment-imgs {
    right: -2.5%;
    width: 350px;
    height: 780px;
  }
  #employment .employment-imgs .img1 {
    width: 100%;
    height: 390px;
  }
  #employment .employment-imgs .img2 {
    width: 100%;
    height: 390px;
  }
  #privacy .content-title,
  #contact .content-title,
  #company .content-title {
    font-size: 36px;
    margin: 70px 0 10px;
    line-height: 1.25;
  }
  #privacy .content-title::before,
  #contact .content-title::before,
  #company .content-title::before {
    width: 100px;
  }
  #privacy .sub-title,
  #contact .sub-title,
  #company .sub-title {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1;
  }
  #privacy {
    margin-top: 140px;
  }
  #privacy p {
    font-size: 2.4vw;
  }
  #company {
    margin-top: 140px;
  }
  #company table {
    width: 95%;
    max-width: 550px;
    margin: 14.73vw auto 0;
    font-size: 2.4vw;
  }
  #company table th {
    width: 20%;
    padding: 5px 10px 5px 0;
  }
  #company table td {
    width: 80%;
    padding: 5px 0 5px 5px;
  }
  #contact {
    margin-top: 140px;
  }
  #contact #formWrap {
    width: 90%;
    max-width: 600px;
    font-size: 2.4vw;
  }
  #contact #formWrap .formTable th {
    width: 37.54vw;
  }
  #contact #formWrap .formTable td {
    width: 52.55vw;
  }
  #contact #formWrap .formTable td input {
    width: 45.05vw;
    padding: 2.52vw 3vw;
    font-size: 2.4vw;
  }
  #contact #formWrap .formTable td input::-moz-placeholder {
    font-size: 2.4vw;
  }
  #contact #formWrap .formTable td input::placeholder {
    font-size: 2.4vw;
  }
  #contact #formWrap .formTable td textarea {
    width: 45.05vw;
    padding: 2.25vw 3vw;
    font-size: 2.4vw;
  }
  #contact #formWrap .formTable td textarea::-moz-placeholder {
    font-size: 2.4vw;
  }
  #contact #formWrap .formTable td textarea::placeholder {
    font-size: 2.4vw;
  }
  #contact #formWrap > p {
    width: 51.05vw;
    height: 6.01vw;
    margin: 10.51vw auto 13.51vw;
    line-height: 6.01vw;
  }
  #contact #formWrap #sub {
    padding: 2.25vw 12.76vw;
    font-size: 2.94vw;
    margin-top: 12.01vw;
  }
  .mailConfirm {
    width: 95%;
    margin: 140px auto 0;
  }
  .mailConfirm .formTable th,
  .mailConfirm .formTable td {
    width: auto;
    display: block;
  }
  .mailConfirm .formTable th {
    margin-top: 5px;
    border-bottom: 0;
  }
  .mailConfirm input[type="submit"],
  .mailConfirm input[type="reset"],
  .mailConfirm input[type="button"] {
    display: block;
    width: 100%;
    height: 40px;
  }
  .mailErrorCheck {
    margin: 140px auto 0;
  }
  /* ハンバーガーメニュー */
  .header__hamburger {
    display: block;
    width: 70px;
    height: 70px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-color: #42362e;
    border: none;
  }
  /* ハンバーガーメニューの線 */
  .hamburger span {
    width: 30px;
    height: 1px;
    background-color: #fff;
    position: relative;
    transition: ease 0.4s;
    display: block;
  }
  .hamburger span:nth-child(1) {
    position: absolute;
    top: 23px;
    left: 20px;
  }
  .hamburger span:nth-child(2) {
    position: absolute;
    top: 33px;
    left: 20px;
  }
  .hamburger span:nth-child(3) {
    position: absolute;
    top: 43px;
    left: 20px;
  }
  /* ハンバーガーメニュークリック後のスタイル */
  .header__nav {
    transition: ease 2s;
    float: right;
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 91px;
    right: -2.5%;
  }
  .header__nav ul {
    list-style: none;
    margin: 0;
    text-align: center;
    padding: 20px 10px;
  }
  .header__nav ul li {
    margin: 0;
  }
  .header__nav ul li a {
    color: #41352d;
    font-size: 14px;
    display: block;
    line-height: 1.5;
    text-decoration: none;
    font-weight: 500;
    padding: 10px;
  }
  .header__nav ul li a:hover {
    opacity: 0.8;
  }
  .header__nav.active {
    display: block;
  }
  .hamburger.active span:nth-child(1) {
    top: 34px;
    transform: rotate(45deg);
  }
  .hamburger.active span:nth-child(2) {
    opacity: 0;
  }
  .hamburger.active span:nth-child(3) {
    top: 34px;
    transform: rotate(-45deg);
  }
}
/* レスポンシブレイアウト　ここまで↑ */ /*# sourceMappingURL=style.css.map */
