@charset "UTF-8";
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
/* フォント読み込み */
/* noto-sans-jp-300 - japanese_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/noto-sans-jp-v52-japanese_latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-regular - japanese_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/noto-sans-jp-v52-japanese_latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-500 - japanese_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/noto-sans-jp-v52-japanese_latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-700 - japanese_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/noto-sans-jp-v52-japanese_latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* noto-serif-jp-900 - japanese_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/noto-serif-jp-v21-japanese_latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* oswald-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/oswald-v49-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

@font-face {
  font-family: "DIN-Alternate-Bold";
  src: url('../fonts/DINAlternateBold.otf') format("opentype");
}

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

body {
  font-family: "Noto Sans JP", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

main {
  min-height: 100vh;
  width: 100%;
}

body.is-drawerActive {
  width: 100%;
  height: 100%;
  position: fixed;
}

.header {
  position: relative;
  z-index: 25;
}

.main {
  overflow: visible;
  position: relative;
}
.main.column-single, .main.campaign-single {
  z-index: 1;
}

.header__lower.header__lower--top {
  background: none;
}

.top {
  position: relative;
}
.top img {
  width: 100%;
  height: auto;
}

.top img.conversion__phoneIcon {
  width: unset;
  height: unset;
}

.top__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  width: 100%;
}

.top_story .memberSns__button{
  margin-bottom: 80px;
}

.memberSns__button{
  background: linear-gradient(to right, #ff61aa 0%, #a5b2db 100%);
  background-color: unset;
}

.header__upper {
  padding: 5px 36px;
  background-color: #000000;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  line-height: 19px;
}
@media screen and (max-width: 1024px) {
  .header__upper {
    display: none;
  }
}
.header__upperList {
  display: flex;
  list-style-type: disc;
  gap: 42px;
}
.header__logo--pinkBack {
  width: 100%;
  background-color: #f0e1e1;
  height: 64px;
  padding: 10px 20px;
}
.header__logo img {
  width: 100px;
}
@media screen and (max-width: 1024px) {
  .header__logo img {
    width: inherit;
  }
  .header__logo a {
    display: block;
  }
}
.header__middle {
  display: none;
}
@media screen and (max-width: 1024px) {
  .header__middle {
    height: 64px;
    position: fixed;
    top:0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 10;
    width: 100%;

    background-color: #f8f8f8;
    padding-inline: 20px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.04);
  }
}
.header__lower {
  background-color: #f0e1e1;
  padding: 10px 20px 60px 20px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .header__lower {
    padding: 64px 0 0 0;
  }
}
.header__lower--404 {
  padding-bottom: 0;
  background-color: #fff;
}
@media screen and (max-width: 599px) {
  .header__lower--post {
    padding-bottom: 0;
    background-color: #fff;
  }
}
.header__whiteBack {
  background-color: #fff;
  height: 60px;
  border-radius: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-inline: 36px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 1024px) {
  .header__whiteBack {
    display: none;
  }
}
.header__headline {
  font-size: 34px;
  line-height: 101px;
  letter-spacing: 0.08em;
  margin: 14px auto 0 auto;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .header__headline {
    margin-top: 0px;
    font-size: 20px;
    line-height: 30px;
    padding: 24px 0;
  }
}
.header__headline:before {
  content: attr(data-title);
  display: block;
  font-family: "Oswald";
  color: #ed9595;
  font-size: 66px;
  letter-spacing: 0.04em;
  line-height: 48px;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  .header__headline:before {
    font-size: 30px;
    line-height: 74px;
  }
}
.header__headline--low {
  line-height: 30px;
}
.header__headline--low .hidden-pc {
  display: none;
}
@media screen and (max-width: 599px) {
  .header__headline--low .hidden-pc {
    display: block;
  }
}
.header__headline--recruit {
  font-size: 36px;
  margin-top: 29px;
  margin-bottom: -20px;
}
@media screen and (max-width: 599px) {
  .header__headline--recruit {
    font-size: 20px;
    margin-bottom: 4px;
  }
}
.header__space {
  height: 90px;
}

.header__spFixed {
  display: none;
}
@media screen and (max-width: 1024px) {
  .header__spFixed {
    background: #fff;
    position: fixed;
    width: 190px;
    right: 0;
    top: 0;
    padding: 8px 70px 0 10px;
    height: 64px;
    display: flex;
    align-items: center;
    z-index: 1;
    display: none;
  }
}

.headerContact {
  margin: 12px 0 0 auto;
  background-color: #fff;
  width: 440px;
  height: 44px;
  border-radius: 22px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2px;
}
@media screen and (max-width: 1024px) {
  .headerContact {
    display: none;
  }
}
.headerContact__line {
  border-radius: 20px 0 0 20px;
  width: 218px;
  height: 40px;
  background-image: linear-gradient(to bottom, #06c755 0%, #008637 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.headerContact__book {
  border-radius: 0 20px 20px 0;
  width: 218px;
  height: 40px;
  background-image: linear-gradient(to bottom, #dd7f00 0%, #b44f06 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}