@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body,
h1, h2, h3, h4, h5, h6,
div,
p,
ul, ol, dl,
form, fieldset,
table,
address,
blockquote,
noscript,
pre,
tr,
td,
input,
textarea,
figure {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-style: normal;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #666;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  list-style: none;
}

ol ol,
ul ul,
ol ul,
ul ol {
  padding: 0;
  margin: 0;
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  overflow: auto;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

a,
area,
button,
[role=button],
input:not([type=range]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

@media (max-width: 319px) {
  html {
    font-size: 10px;
  }
}
@media (min-width: 320px) and (max-width: 750px) {
  html {
    font-size: calc(2.6666666667vw + 0rem);
  }
}
@media (min-width: 750.1px) {
  html {
    font-size: 14px;
  }
}
img {
  width: auto;
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

a {
  color: #9f774b;
  text-decoration: underline;
  outline: none;
  transition: all 0.4s ease;
}
a:hover {
  color: #9f774b;
}

.lp-inner {
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
  background-color: #fff;
}
.lp-logo {
  display: none;
}
.lp-footer {
  background: #EFB494;
  padding: 2rem 1.5rem;
  margin-top: 3rem;
}
.lp-footer-link-list {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}
.lp-footer-link-item {
  width: 7rem;
  font-size: 1.3rem;
}
.lp-footer-link-item:nth-of-type(odd) {
  margin-right: 1rem;
}
.lp-footer-text {
  text-align: center;
  font-size: 1rem;
  color: #fff;
}

@media (min-width: 750px) {
  .lp {
    min-height: 100%;
    background: url(/img/pc_bg.png) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: left bottom;
  }
  .lp-logo {
    display: block;
    width: 25vw;
    min-width: 10vw;
    position: fixed;
    top: 35%;
    left: 11%;
  }
  .lp-logo-main {
    margin-bottom: 25px;
  }
  .lp-logo-sns {
    border-top: 1px solid #fff;
    margin: 0 40px;
    padding: 20px 0 0;
    display: flex;
    justify-content: center;
  }
  .lp-logo-sns-item {
    width: 14%;
  }
  .lp-logo-sns-item:last-of-type {
    margin-left: 3%;
  }
  .lp-inner {
    max-width: 480px;
    margin: 0 12% 0 auto;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 1000;
  }
  .lp-footer-link-item {
    width: 70px;
  }
  .lp-footer-link-item:nth-of-type(odd) {
    margin-right: 10px;
  }
  .lp-footer-text {
    text-align: center;
    font-size: 1rem;
    color: #fff;
  }
}
.cv-area .is-guide {
  margin-top: -2rem;
}
.cv-area .is-guide:last-of-type {
  padding-bottom: 4rem;
  background: #fff;
}
.cv-area-normal {
  position: relative;
  padding-top: 74.5%;
  width: 100%;
  margin: -1px auto 0;
  height: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  background-image: url(/img/cv.png);
}
.cv-area-normal.is-first {
  padding-top: 80.5%;
  background-image: url(/img/cv_f.png);
}
.cv-area-normal-btn {
  left: 50%;
  bottom: 25.5%;
}
.cv-area-normal-btn.is-first {
  left: 50%;
  bottom: 24.5%;
}
.cv-area-limited {
  position: relative;
  padding-top: 282%;
  width: 100%;
  margin: 0 auto;
  height: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  background-image: url(/img/l_cv.png);
}
.cv-area-limited-btn {
  left: 50%;
  bottom: 46.7%;
}
.cv-area-limited-btn.is-n3 {
  left: 50%;
  bottom: 8.7%;
}
.cv-area-btn {
  position: absolute;
  width: 84%;
  transform: translateX(-50%);
}
.cv-area-btn a {
  transition: all 0.5s;
  display: block;
}
.cv-area-btn a:hover {
  opacity: 0.7;
}

.feature {
  position: relative;
  padding-bottom: 2rem;
}
.feature-pic:nth-of-type(2) {
  margin-top: -6rem;
}
.feature-pic:nth-of-type(3) {
  margin-top: -6rem;
  margin-bottom: 2rem;
}
.feature-wrap {
  position: relative;
  overflow: hidden;
  height: 93rem;
  mask-image: linear-gradient(to bottom, black 70%, transparent 99%);
}
.feature-btn {
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: 2rem;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 84%;
  height: 6rem;
  margin: auto;
  padding: 0.5rem 0;
  border-radius: 9999px;
  background: linear-gradient(0deg, rgb(240, 142, 108) 0%, rgb(239, 178, 147) 92%);
  color: #fff;
  font-size: 2.1rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.2rem;
  cursor: pointer;
  transition: 0.2s ease;
}
.feature-btn::before {
  content: "続きを見る";
}
.feature-btn::after {
  content: "";
  display: inline-block;
  width: 3rem;
  height: 3rem;
  background: url(/img/btn_arrow.png) no-repeat center/cover;
  position: absolute;
  right: 1.5rem;
  rotate: 180deg;
}
.feature-trigger {
  display: none;
}
.feature-trigger:checked ~ .feature-btn::before {
  content: "閉じる";
}
.feature-trigger:checked ~ .feature-btn::after {
  rotate: 0deg;
}
.feature-trigger:checked ~ .feature-wrap {
  mask-image: none;
  height: auto;
}

@media (min-width: 750px) {
  .feature {
    position: relative;
    padding-bottom: 2rem;
  }
  .feature-pic:nth-of-type(2) {
    margin-top: -40px;
  }
  .feature-pic:nth-of-type(3) {
    margin-top: -70px;
    margin-bottom: 2rem;
  }
  .feature-wrap {
    height: 1300px;
  }
  .feature-btn {
    height: 70px;
  }
  .feature-btn::before {
    content: "続きを見る";
  }
  .feature-btn::after {
    width: 30px;
    height: 30px;
  }
}
.review-slider-item {
  padding: 5px;
  height: 65rem;
  box-sizing: border-box;
}
.review-slider-item img {
  width: 100%;
  height: auto;
  aspect-ratio: 9/16;
  object-fit: cover;
}

.slick-track {
  height: auto !important;
}

.slick-slide {
  height: auto !important;
}