html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  vertical-align: middle;
}

.wrapper {
  font-family: "San Francisco", "Hiragino Kaku Gothic ProN", Roboto, "Noto Sans CJK";
  min-width: auto;
  background: #f2f2f2;
  color: #2d2d2d;
  line-height: 1.6;
}

.wrapper:before {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100vh;
  content: "";
  background-image: url(../img/img_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 499px) {
  .wrapper:before {
    display: none;
  }
}

img {
  vertical-align: top;
}

a {
  text-decoration: none;
}

@media screen and (min-width: 500px) {
  .container {
    padding: 60px 0;
  }
}

@media screen and (min-width: 1025px) {
  .container .contents {
    margin: 0 auto;
  }
}

@media screen and (min-width: 1601px) {
  .contents {
    width: calc(500px + 100vw - 1600px);
    max-width: 667px;
  }
}

@media screen and (min-width: 1025px) {
  .contents {
    margin: 0 21% 0 auto;
  }
}

@media screen and (min-width: 500px) {
  .contents {
    min-height: calc(100vh - 60px);
    margin: 0 auto;
    border-radius: 20px;
    -webkit-box-shadow: 0 6px 20px 0 rgba(45, 45, 45, 0.3);
    box-shadow: 0 6px 20px 0 rgba(45, 45, 45, 0.3);
  }
}

.contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 500px;
  min-height: calc(100vh - 120px);
  background-color: #f2f2f2;
  position: relative;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

@media screen and (max-width: 499px) {
  .contents {
    min-height: auto;
  }
}

.header {
  padding: 15px 16px;
}

.header__logo {
  height: 26px;
}

.header__logo img {
  width: auto;
  height: 100%;
}

.kv__image > img {
  width: 100%;
}

.hero {
  margin-top: 30px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: center;
}

.nav {
  margin: 30px 0 14px;
  padding: 0 16px;
}

.nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 11px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.nav__item {
  width: 50%;
}

.nav__button {
  padding: 47px 0 13px;
  display: block;
  border-radius: 12px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.07em;
  text-align: center;
  position: relative;
}

.nav__button:before {
  content: "";
  width: 30px;
  height: 30px;
  margin-left: -15px;
  display: block;
  position: absolute;
  top: 13px;
  left: 50%;
}

.nav__button:after {
  content: "";
  width: 8px;
  height: 8px;
  margin-left: -4px;
  display: block;
  position: absolute;
  bottom: -14px;
  left: 50%;
}

.nav__button--day {
  background: #c69f8b;
}

.nav__button--day:before {
  background: url(../img/icon_day.png) no-repeat center center;
  background-size: 30px;
}

.nav__button--day:after {
  background: url(../img/icon_scroll_day.png) no-repeat center center;
  background-size: 8px;
}

.nav__button--night {
  background: #f1a1a2;
}

.nav__button--night:before {
  background: url(../img/icon_night.png) no-repeat center center;
  background-size: 30px;
}

.nav__button--night:after {
  background: url(../img/icon_scroll_night.png) no-repeat center center;
  background-size: 8px;
}

.hitou-contents {
  padding: 24px 16px 0;
}

.hitou-contents + .hitou-contents {
  margin-top: 16px;
}

.hitou-contents__heading {
  padding-top: 61px;
  color: #c69f8b;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.07em;
  text-align: center;
  position: relative;
}

.hitou-contents__heading:before {
  content: "";
  width: 343px;
  height: 53px;
  margin-left: -171.5px;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
}

.hitou-contents__list {
  margin-top: 16px;
}

.hitou-contents__item {
  border-radius: 12px;
  -webkit-box-shadow: 0px 2px 7px 0px rgba(45, 45, 45, 0.15);
  box-shadow: 0px 2px 7px 0px rgba(45, 45, 45, 0.15);
}

.hitou-contents__item + .hitou-contents__item {
  margin-top: 24px;
}

.hitou-contents--day:before {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
}

.hitou-contents--day .hitou-contents__heading {
  color: #c69f8b;
}

.hitou-contents--day .hitou-contents__heading:before {
  background: url(../img/icon_title_day.png) no-repeat center center;
  background-size: 343px 53px;
}

.hitou-contents--night .hitou-contents__heading {
  color: #f1a1a2;
}

.hitou-contents--night .hitou-contents__heading:before {
  background: url(../img/icon_title_night.png) no-repeat center center;
  background-size: 343px 53px;
}

.hitou-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
}

.hitou-card__image > img {
  width: 100%;
}

.hitou-card__detail {
  padding: 0 16px 16px 16px;
  position: relative;
  z-index: +1;
}

.hitou-card__catch {
  width: 295px;
  padding: 6px 16px;
  margin: -16px 0 0 -16px;
  border-radius: 0 16px 16px 0;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.07em;
}

.hitou-card__location {
  padding: 0 8px;
  margin-top: 12px;
  background: #f2f2f2;
  border-radius: 8px;
  color: #6f6f6f;
  font-size: 10px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.07em;
  display: inline-block;
}

.hitou-card__heading {
  margin-top: 2px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.07em;
}

.hitou-card__text {
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.07em;
}

.hitou-card__link {
  padding: 16px 48px 16px 16px;
  background: #f2f2f2;
  color: #c69f8b;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.07em;
  text-align: center;
  display: block;
  position: relative;
}

.hitou-card__link:after {
  content: "";
  width: 24px;
  height: 24px;
  margin-top: -12px;
  background: url(../img/icon_arrow_day.png) no-repeat center center;
  background-size: 24px;
  display: block;
  position: absolute;
  top: 50%;
  right: 16px;
}

.hitou-card--day .hitou-card__catch {
  background: #c69f8b;
}

.hitou-card--day .hitou-card__link {
  color: #c69f8b;
}

.hitou-card--day .hitou-card__link:after {
  background: url(../img/icon_arrow_day.png) no-repeat center center;
  background-size: 24px;
}

.hitou-card--night .hitou-card__catch {
  background: #f1a1a2;
}

.hitou-card--night .hitou-card__link {
  color: #f1a1a2;
}

.hitou-card--night .hitou-card__link:after {
  background: url(../img/icon_arrow_night.png) no-repeat center center;
  background-size: 24px;
}

.hitou-link {
  padding: 0 16px;
  margin-top: 40px;
}

.hitou-link__item + .hitou-link__item {
  margin-top: 16px;
}

.hitou-link__label {
  color: #c69f8b;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  letter-spacing: 0.07em;
}

.hitou-link__button {
  padding: 17px 24px 17px 16px;
  margin-top: 8px;
  background: #c69f8b;
  border-radius: 12px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.07em;
  display: block;
  -webkit-box-shadow: 0px 2px 7px 0px rgba(45, 45, 45, 0.15);
  box-shadow: 0px 2px 7px 0px rgba(45, 45, 45, 0.15);
}

.hitou-banner {
  margin-top: 32px;
  padding: 0 16px;
}

.hitou-banner__inner {
  border-radius: 12px;
  -webkit-box-shadow: 0px 2px 7px 0px rgba(45, 45, 45, 0.15);
  box-shadow: 0px 2px 7px 0px rgba(45, 45, 45, 0.15);
}

.hitou-banner__image {
  border-radius: 12px;
  display: block;
  overflow: hidden;
}

.hitou-banner__image > img {
  width: 100%;
}

.sns {
  padding: 40px 30px 32px;
}

.sns--fixed {
  padding: 0;
  position: fixed;
  right: 31px;
  bottom: 33px;
  display: none;
}

@media screen and (min-width: 500px) {
  .sns--fixed {
    display: block;
  }
}

.sns--fixed .sns__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sns__title {
  margin: 0 auto;
  font-family: "Montserrat";
  font-weight: 600;
  text-align: center;
}

.sns__title::before {
  display: inline-block;
  width: 7px;
  height: 11px;
  content: "";
  border-left: 1px solid #2d2d2d;
  -webkit-transform: rotate(-38deg);
  -ms-transform: rotate(-38deg);
  transform: rotate(-38deg);
}

.sns__title::after {
  display: inline-block;
  width: 7px;
  height: 11px;
  content: "";
  border-right: 1px solid #2d2d2d;
  -webkit-transform: rotate(38deg);
  -ms-transform: rotate(38deg);
  transform: rotate(38deg);
}

.sns__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 32px;
}

.sns__link {
  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: 64px;
  height: 64px;
  background-color: #fff;
  border-radius: 100px;
  -webkit-box-shadow: 0 2px 7px 0 rgba(45, 45, 45, 0.15);
  box-shadow: 0 2px 7px 0 rgba(45, 45, 45, 0.15);
}

.terms-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 16px 0;
}

.terms-list__link {
  color: #2d2d2d;
  font-size: 12px;
  line-height: 1.5;
  text-decoration: underline;
}

.recruit-logo {
  padding: 20px 20px 16px;
}

.recruit-logo__link {
  display: inline-block;
}
