@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,600;1,600&family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,600;1,600&family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
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: "Noto Sans JP", sans-serif;
  min-width: auto;
  font-weight: 400;
  background: #f2f2f2;
  color: #4c3852;
  line-height: 1.6;
  font-size: 14px;
  overflow-x: hidden;
}
.wrapper p, .wrapper li, .wrapper a, .wrapper span, .wrapper h1, .wrapper h2, .wrapper h3 {
  letter-spacing: 0.03em;
}
.wrapper:before {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100vh;
  content: "";
  background-image: url(../img/common/img_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 499px) {
  .wrapper:before {
    display: none;
  }
}
.wrapper:after {
  content: "";
  display: block;
  background: url(../img/common/logo_w.png) no-repeat center center;
  background-size: 260px 145px;
  position: fixed;
  top: 0;
  left: calc(50% - 50vw);
  width: calc((100vw - 500px) / 2);
  height: 100vh;
}

html {
  box-sizing: border-box;
}

body.is-fixed {
  position: fixed;
  width: 100%;
  overflow: hidden;
}

*, *::before, *::after {
  box-sizing: inherit;
}

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;
    box-shadow: 0 6px 20px 0 rgba(45, 45, 45, 0.3);
  }
}
.contents {
  display: flex;
  flex-direction: column;
  max-width: 500px;
  min-height: 100dvh;
  background-color: #f2f2f2;
  position: relative;
  font-feature-settings: "palt";
}
@media screen and (max-width: 499px) {
  .contents {
    min-height: auto;
  }
}
.contents__heading-wrap {
  padding: 88px 0 16px;
  line-height: 1;
  text-align: center;
}
.contents__heading {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  background: linear-gradient(90deg, #cc66bc 30%, #f5788e 75%, #f58a28 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  display: inline-block;
  font-size: 30px;
  letter-spacing: normal !important;
}
.contents__sub-heading {
  margin-top: 8px;
  font-size: 12px;
  font-weight: 700;
}
.contents__detail {
  padding: 20px 20px 40px;
  background: #fff;
  border-radius: 20px 20px 0 0;
}
.contents__intro {
  padding: 16px 24px;
  margin-bottom: 32px;
  background: #f6e0f2;
  border-radius: 12px;
  font-size: 14px;
}
.contents__intro strong {
  font-weight: 700;
  color: #b40096;
}

.header {
  width: 100%;
  height: 72px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  position: absolute;
}
.header__logo {
  width: 137px;
  display: block;
}
.header__logo img {
  width: 100%;
}

.menu-btn {
  width: 44px;
  height: 44px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
.menu-btn > img {
  width: 100%;
}

.h-menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100vh - 120px);
  background: #f2f2f2;
  z-index: 1000;
  border-radius: 20px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}
.h-menu:after {
  content: "";
  position: fixed;
  left: 50%;
  bottom: 0;
  width: 100%;
  height: 228px;
  background: url(../img/common/img_bg_menu.png) no-repeat right bottom;
  background-size: 262px 228px;
  pointer-events: none;
  z-index: 1100;
  transform: translateX(-50%);
}
@media screen and (min-width: 500px) {
  .h-menu:after {
    width: 500px;
  }
}
.h-menu.is-active {
  opacity: 1;
  pointer-events: auto;
}
.h-menu__header {
  width: 100%;
  height: 72px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  position: relative;
}
.h-menu__logo {
  width: 137px;
  display: block;
}
.h-menu__logo img {
  width: 100%;
}

.header-nav {
  height: calc(100vh - 438px);
  padding: 8px 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.header-nav__item {
  border-bottom: 1px solid #e8e8e8;
}
.header-nav__item a {
  padding: 13px 48px 13px 8px;
  color: #4c3852;
  font-weight: 600;
  display: block;
  position: relative;
}
.header-nav__item a:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/common/icon_arrow.png) no-repeat center center;
  background-size: 24px;
  display: block;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
}

.footer-nav {
  padding: 40px 16px;
}
.footer-nav__logo {
  width: 180px;
  margin: 0 auto;
  display: block;
}
.footer-nav__logo img {
  width: 100%;
}
.footer-nav__list {
  margin-top: 24px;
}
.footer-nav__item {
  border-bottom: 1px solid #e8e8e8;
}
.footer-nav__item a {
  padding: 13px 48px 13px 8px;
  color: #4c3852;
  font-weight: 600;
  display: block;
  position: relative;
}
.footer-nav__item a:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/common/icon_arrow.png) no-repeat center center;
  background-size: 24px;
  display: block;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
}

.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 {
  flex-direction: column;
}

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

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

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

.sns__list {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 32px;
}

.sns__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  background-color: #fff;
  border-radius: 100px;
  box-shadow: 0 2px 7px 0 rgba(45, 45, 45, 0.15);
}

.terms-list {
  display: flex;
  gap: 24px;
  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;
}

.btn {
  padding: 15px 0;
  border-radius: 24px;
  background: #fff;
  display: block;
  text-align: center;
  color: #b40096;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  box-shadow: 4px 4px 8px 0 rgba(146, 24, 133, 0.2);
  border: 2px solid rgba(204, 84, 191, 0.08);
}