@import url(reset.css);
@font-face {
  font-family: "Futura-medium";
  src: url("../font/FUTURANEXTMEDIUM.woff") format("woff"), url("../font/FUTURANEXTMEDIUM.ttf") format("ttf");
}

@font-face {
  font-family: "Futura";
  src: url("../font/FUTURANEXT.woff") format("woff"), url("../font/FUTURANEXT.ttf") format("ttf");
}

body {
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", "Noto Sans JP", sans-serif;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

@media (max-width: 640px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}

a {
  text-decoration: none;
  color: #333;
}

h2 {
  display: block;
  font-size: 20px;
  color: #333;
  width: 100%;
  padding: 100px 0 0;
  font-family: futura-pt, "Futura";
  font-weight: 400;
  letter-spacing: 0.2em;
}

h2 span {
  display: block;
  font-size: 12px;
  color: #999;
  letter-spacing: 0.2em;
  margin: 10px 0 0;
}

@media (max-width: 640px) {
  h2 {
    padding: 60px 0 0;
  }
}

.header {
  padding: 0 0 100px;
}

@media (max-width: 640px) {
  .header {
    padding: 0 0 64px;
  }
}

.header__logo {
  display: block;
  position: relative;
  text-align: center;
  padding: 100px 0 40px;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media (max-width: 640px) {
  .header__logo {
    padding: 10px 0 10px;
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 998;
  }
  .header__logo img {
    width: 90px;
  }
}

.header__btn {
  position: absolute;
  top: 30px;
  right: 30px;
  border: 1px solid #a0a0a0;
  color: #636363;
  padding: 15px 40px;
  font-size: 12px;
  letter-spacing: 0.05em;
  border-radius: 8px;
}

.header__btn::after {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-bottom: 1px #a0a0a0 solid;
  border-right: 1px #a0a0a0 solid;
  top: 50%;
  right: 15px;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
}

@media (max-width: 640px) {
  .header__btn {
    display: none;
  }
}

.header__menu {
  position: absolute;
  height: 60px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  font-family: futura-pt, "Futura";
  font-weight: 400;
  letter-spacing: 0.2em;
  background: #fff;
}

.header__menu.is-fixed {
  position: fixed;
  top: 0;
  z-index: 999;
}

.header__menu li {
  margin: 0 20px;
}

.header__menu li a {
  color: #3c3c3c;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.header__menu li a.is-current, .header__menu li a:hover {
  border-bottom: 1px solid #3c3c3c;
}

.header__menu li.is-recruit a {
  font-family: serif;
  color: #828282;
}

@media (max-width: 640px) {
  .header__menu {
    display: none;
  }
}

.header__sp {
  display: none;
  position: fixed;
  top: 20px;
  right: 17px;
  width: 30px;
  height: 30px;
  z-index: 9999;
}

@media (max-width: 640px) {
  .header__sp {
    display: block;
  }
}

.header__sp::before, .header__sp::after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  right: 0;
  background: #000;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.header__sp::before {
  width: 100%;
  top: 0;
}

.header__sp::after {
  width: 70%;
  top: 8px;
}

.header__sp.is-close:before {
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.header__sp.is-close:after {
  top: 50%;
  width: 100%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.header__spmenu {
  display: none;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 40px 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

@media (max-width: 640px) {
  .header__spmenu {
    display: block;
  }
}

.header__spmenu.is-show {
  visibility: visible;
  opacity: 1;
}

.header__spmenu__inner {
  display: block;
}

.header__spmenu__logo {
  display: block;
  margin: auto;
  width: 142px;
}

.header__spmenu__logo img {
  width: 100%;
}

.header__spmenu__menu {
  margin-top: 60px;
  width: 100%;
  text-align: center;
}

.header__spmenu__menu li a {
  display: block;
  font-size: 16px;
  font-family: "Futura";
  letter-spacing: 0.2em;
  margin: 0 0 25px;
  color: #666;
}

.header__spmenu__menu li.is-recruit {
  margin-top: 40px;
}

.header__spmenu__menu li.is-recruit a {
  font-family: serif;
  border-bottom: 1px solid #a3a3a3;
  padding-bottom: 5px;
  display: inline-block;
}

.header__spmenu__sns {
  position: relative;
  margin: 50px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header__spmenu__sns li a {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 10px;
}

.header__spmenu__sns li a img {
  width: 100%;
}

.header__spmenu__sns li a.is-p {
  width: 73px;
  height: 20px;
}

.header__spmenu__inner p {
  text-align: center;
  font-size: 14px;
  margin: 50px 0 15px;
}

.header__spmenu__btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 12px;
  border: 1px solid #a0a0a0;
  width: 214px;
  height: 47px;
  border-radius: 5px;
  margin: 40px auto 0;
}

.header__spmenu__btn::after {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-bottom: 1px #a0a0a0 solid;
  border-right: 1px #a0a0a0 solid;
  top: 50%;
  right: 15px;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
}

.header.is-mens {
  background: #333333;
}

@media (max-width: 640px) {
  .header.is-mens {
    padding: 0 0 80px;
  }
}

@media (max-width: 640px) {
  .header.is-mens .header__logo {
    background: #333;
  }
}

.header.is-mens .header__btn {
  border: 1px solid #e1e1e1;
  color: #efefef;
}

.header.is-mens .header__btn::after {
  border-bottom: 1px #efefef solid;
  border-right: 1px #efefef solid;
}

.header.is-mens .header__menu {
  background: #333333;
}

.header.is-mens .header__menu li a {
  color: #efefef;
  border-bottom: 1px solid #333;
}

.header.is-mens .header__menu li a.is-current, .header.is-mens .header__menu li a:hover {
  border-bottom: 1px solid #efefef;
}

.header.is-mens .header__menu li.is-recruit a {
  color: #ccc;
}

.header.is-mens .header__sp::before, .header.is-mens .header__sp::after {
  background: #e1e1e1;
}

.header.is-mens .header__spmenu {
  background: #333;
}

.header.is-mens .header__spmenu__menu li a {
  color: #efefef;
}

.header.is-mens .header__spmenu__menu li.is-recruit a {
  color: #ccc;
}

.header.is-mens .header__spmenu__btn {
  color: #efefef;
}

.contents__wrapper {
  max-width: 800px;
  margin: 0 auto;
  padding: 0px 30px;
}

.contents__hero {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 40vw;
  max-height: 450px;
  overflow: hidden;
}

.contents__hero img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 0;
}

.contents__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  max-width: 800px;
  margin: 0 auto;
  padding: 0px 30px;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  text-align: center;
}

.contents__title div {
  font-family: futura-pt, "Futura";
  font-weight: 300;
  font-size: 60px;
  margin: 0 0 12px;
  letter-spacing: 0.2em;
}

.contents__title span {
  font-size: 18px;
  letter-spacing: 0.2em;
}

@media (max-width: 640px) {
  .contents__wrapper {
    max-width: 800px;
    margin: 0 auto;
    padding: 0px 20px;
  }
  .contents__hero::after {
    padding-top: 56%;
  }
  .contents__title div {
    font-size: 32px;
    margin-bottom: 8px;
  }
  .contents__title span {
    font-size: 12px;
  }
}

.footer {
  border-top: 1px solid #ddd;
  padding: 60px 0 30px;
  margin: 200px 10% 0;
}

.footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__sns li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  margin: 0 16px;
}

.footer__sns li a img {
  width: 100%;
}

.footer__sns li a.is-p {
  width: 73px;
  height: 20px;
}

.footer__logo {
  display: block;
  position: relative;
  margin: 56px auto 0;
  width: 200px;
}

.footer__logo img {
  width: 100%;
}

@media (max-width: 640px) {
  .footer__logo {
    width: 142px;
  }
}

.footer__btn {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #a0a0a0;
  color: #636363;
  margin: 40px auto 0;
  padding: 15px 40px;
  font-size: 12px;
  letter-spacing: 0.05em;
  border-radius: 8px;
}

.footer__btn::after {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-bottom: 1px #a0a0a0 solid;
  border-right: 1px #a0a0a0 solid;
  top: 50%;
  right: 15px;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
}

.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 42px 0 0;
}

.footer__menu li a {
  font-size: 12px;
  font-family: futura-pt, "Futura";
  font-weight: 400;
  letter-spacing: 0.2em;
  margin: 0 20px;
  color: #3c3c3c;
}

.footer__menu li.is-recruit a {
  font-family: serif;
  color: #828282;
}

.footer__copyright {
  font-family: "Futura";
  font-size: 10px;
  text-align: center;
  margin: 50px 0 0;
  letter-spacing: 0.1em;
  color: #999;
}

@media (max-width: 640px) {
  .footer {
    padding: 60px 30px 30px;
    margin: 120px 5% 0;
  }
  .footer__menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 40px 0 0;
  }
  .footer__menu li {
    width: 100%;
    text-align: center;
    margin: 10px 0;
  }
  .footer__menu li a {
    font-size: 16px;
    margin: 20px 0;
  }
  .footer__menu li.is-recruit {
    margin-top: 20px;
  }
  .footer__menu li.is-recruit a {
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 1px solid #a3a3a3;
  }
}

.footer.is-mens {
  margin: 200px 0 0;
  background: #333;
}

@media (max-width: 640px) {
  .footer.is-mens {
    margin: 120px 0 0;
  }
}

.footer.is-mens .footer__btn {
  border: 1px solid #e1e1e1;
  color: #efefef;
}

.footer.is-mens .footer__btn::after {
  border-bottom: 1px #efefef solid;
  border-right: 1px #efefef solid;
}

.footer.is-mens .footer__menu {
  background: #333333;
}

.footer.is-mens .footer__menu li a {
  color: #efefef;
}
/*# sourceMappingURL=style.css.map */